@charset "utf-8";

/* 通用 start */
body {
	background-color: #c3b6b2;
}

.bg {
	max-width: 1600px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px #1b1b1b;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.am-container {
	max-width: 1600px;
}

a {
	color: #333;
}

a:hover {
	color: #FF6600;
}

/* 通用 end */

.header-box {
	position: relative;
}

/*导航栏 start*/

.navbox {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	background: url(/images/newindex/opacity60.png);
}

.am-nav-pills>li>a,
.am-nav-pills>li.am-active>a,
.am-nav-pills>li.am-active>a:focus,
.am-nav-pills>li.am-active>a:hover {
	color: #fff;
	cursor: pointer;
	background-color: transparent;
	white-space: nowrap;
}

.am-topbar-nav>li>a:hover:after,
.am-topbar-nav>li.am-active>a:after {
	opacity: 0;
}

.am-nav-pills>li>a:focus,
.am-nav-pills>li>a:hover {
	background-color: transparent;
}

.am-nav-pills>li+li {
	margin-left: 0;
}

.am-nav-pills {
	border-right: #fff dashed 1px;
}

.am-nav-pills:last-child {
	border-right: none;
}

.am-topbar-nav>li>a {
	font-size: 1.5rem;
	padding: 10px 14px;
	line-height: normal;
	text-align: center;
}

.am-dropdown-content {
	margin: 0;
	border: none;
	background: url(/images/newindex/opacity60.png);
	min-width: 103px;
        text-align: center;
}

ul.am-dropdown-content>li>a {
	padding: 2px 10px;
	color: #fff;
	font-size: 1.4rem;
	transition: 0.3s;
}

ul.am-dropdown-content>li>a:focus,
ul.am-dropdown-content>li>a:hover {
	background-color: transparent;
	color: #fff;
	margin-left: 10px;
}

.am-dropdown-content:after,
.am-dropdown-content:before {
	display: none;
}

.am-btn-primary,
.am-btn-primary:focus,
.am-btn-primary:hover {
	background-color: #ff6600;
	border-color: #ff6600;
}

.am-topbar-btn {
	margin-bottom: 8px;
}

/*导航栏 end*/

/* banner start */
#banner-slider {
	margin-bottom: 0;
position: relative;
}
.pc-logo{
position: absolute;
    z-index: 999;
    top: 15%;
    left: 4%;
}
.header-navs{
background: url(/images/index/navbg2017.png) repeat-x;
    display: flex;
    align-items: start;
    flex-direction: row;
   padding: 20px 20px 20px 20px;
justify-content: space-between;    
    /* margin-bottom: 10px;*/
background-size: cover;
}
.banner-a{
position: relative;
    display: block;
}
.banner-p{
position: absolute;
 bottom: 0;
 z-index: 999;
 left: 4%;
 height: 40px;
 line-height: 40px;
 font-weight: bold;
 color: #fff;
 font-size: 20px;
 /*background: rgba(0,0,0,0.65);*/
 padding: 0px 20px;
}
/* banner end */

/* 文字轮播 start */
#text-slider {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	background: url(/images/newindex/opacity.png);
}

#text-slider .am-viewport {
	margin: 0 50px;
}

#text-slider li {
	padding-right: 10px;
	border-right: 2px solid rgba(255, 255, 255, 0.35);
}

#text-slider li.am-text-truncate {
	color: #fff;
}

#text-slider .am-slides li a {
	color: #fff;
	font-size: 1.4rem;
	line-height: 30px;
}

#text-slider .am-direction-nav a {
	height: 30px;
	margin: -15px 0 0;
}

#text-slider .am-direction-nav .am-prev {
	left: 0;
}

#text-slider .am-direction-nav .am-next {
	right: 0;
}

#text-slider .am-direction-nav a.am-next:before {
	font: initial;
	content: "";
	background: url(/images/newindex/next.png) no-repeat;
	line-height: 30px !important;
	height: 30px;
}

#text-slider .am-direction-nav a.am-prev:before {
	font: initial;
	content: "";
	background: url(/images/newindex/prev.png) no-repeat;
	line-height: 30px !important;
	height: 30px;
}

/* 文字轮播 end */

/* 新闻主体 start */
.news-bg {
	padding: 5px;
	background-color: #fff;
}

.news-box {
	margin: 6px 0;
	border: 1px solid #e0e0e0;
	padding: 10px;
	background: -webkit-linear-gradient(top, #f6f4f4, white 5%);
}

.news-box .news-title h1 {
	font-size: 1.8rem;
	color: #912f2a;
	display: inline-block;
	margin: 0;
}

.more {
	font-size: 1.2rem;
	color: #912f2a;
	font-weight: bold;
	float: right;
	margin-top: 5px;
}

.news-box .news-hr {
	border-top: solid #d5d5d5 1px;
	margin: 7px 0;
}

/* 轮播 start */
#news-slider {
	margin: 0;
	box-shadow: none;
}

#news-slider img {
	width: 60%;
	height: 185px;
}
#news-slider .am-cont{
display: flex;
    justify-content: space-between;
    flex: 1;
}
#news-slider .am-slider-desc {
	right: 0;
	top: 0;
	/*width: 300px;*/
	font-size: 1.2rem;
	color: #777;
	background-color: transparent;
}
#news-slider .am-cont>div{
    font-weight: 600;
    color: #333;
width:40%;
}
#news-slider .am-cont>div>span{
text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#news-slider .am-cont>div>p{
text-overflow: ellipsis;
 overflow: hidden;
 top: 30px;
 text-indent: 2rem;
 height: 125px;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 6;
}
#news-slider .am-control-nav {
	width: auto;
	z-index: 9;
	bottom: 0;
	left: 135px;
}

#news-slider .am-control-nav li a {
	width: auto;
	height: auto;
	color: #fff;
	font-size: 1.2rem;
	text-indent: initial;
}

#news-slider .am-control-nav li a.am-active {
	color: #ff0000;
}

/* 轮播 end */

.am-list>li {
	border: none;
	color: #333;
	background-color: transparent;
}

.am-list>li>a {
	font-size: 1.2rem;
	padding: 0.35rem 40px 0.35rem 12px;
	background: url(/images/newindex/list-icon.png) no-repeat left;
}

.am-list>li>span {
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 1.2rem;
}

.zt-img img {
	width: 100%;
	padding: 2px;
        height:64px;
}
.news-box>a{
border-bottom: solid #d5d5d5 1px;
padding-bottom:10px;
display: block;
}
.news-box a:last-child{
border:none;
}

.am-jz-list{padding: 5px 0px;font-size: 1.2rem;}
.news-box a .am-jz-list:last-child{
   margin-bottom: -10px !important;
}
.am-jz-list li.li1 {
	background: url(/images/index/jz-icon2.png) no-repeat left center;
padding-left: 20px;
line-height: 26px;
}

.am-jz-list li.li2 {
	background: url(/images/index/jz-icon3.png) no-repeat left center;
word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
line-height: 26px;
}

.am-jz-list li.li3 {
	background: url(/images/index/jz-icon4.png) no-repeat left center;
padding-left: 20px;
line-height: 26px;
}
.zt-img{
padding-bottom: 5px;
}
/* 新闻主体 end */

/* 页尾 start */
.footer {
	padding: 10px;
	/*background-color: #9C3836;*/
        background: url(/images/index/navbg2017.png) repeat-x;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
        background-size: cover;
}

.footer .footer-top {
	text-align: center;
}

.footer .footer-top ul {
	margin: 0;
	padding: 0;
}

.footer .footer-top li {
	list-style: none;
	display: inline-block;
	padding: 0 2px;
	color: #fff;
	font-size: 1.2rem;
}

.footer .footer-top li a {
	color: #fff;
}

.footer hr {
	border-top: solid #a16f6f 1px;
	margin: 10px 0;
}

.footer .footer-bottom #footer_left p {
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	margin: 0;
}

#footer_right a {
	display: inline-block;
	vertical-align: middle;
	float: left;
	text-decoration: none;
	position: relative;
}

#footer_right .weixin .img {
	display: inline-block;
	width: 40px;
	height: 35px;
	background: url(/images/newindex/weixin-icon.png) no-repeat 0;
}
#footer_right .qywx .img {
	display: inline-block;
	width: 40px;
	height: 35px;
	background: url(/images/qywx_icon.png) no-repeat 0;
}
#footer_right .weibo .img {
	display: inline-block;
	width: 40px;
	height: 35px;
	background: url(/images/newindex/weibo-icon.png) no-repeat 0;
}

#footer_right a .text {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-right: 10px;
	color: #fff;
	font-size: 1.2rem;
}

#footer_right .code {
	position: absolute;
	bottom: 45px;
	left: 10px;
	display: none;
}

#footer_right a:hover .code {
	display: block;
}

/* 页尾 end */

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	[class*=am-u-] {
		padding: 0;
	}

	/*导航栏 start*/
	.am-nav>li>a {
		padding: .4em 1em;
		background-color: transparent !important;
	}

	.am-dropdown-content {
		display: none !important;
	}

	.am-nav-pills>li {
		background: none;
	}

	/*导航栏 end*/

	/* 文字轮播 start */
	#text-slider {
		position: relative;
	}

	#text-slider .am-viewport {
		margin: 0 40px;
	}

	/* 文字轮播 end */

	/* 轮播图 start */
	#news-slider img {
		width: 100%;
	}

	#news-slider .am-slider-desc {
		right: auto;
		top: auto;
		width: 100% !important;
		/*background-color: rgba(0, 0, 0, .7);*/
		color: #fff !important;
	}

#news-slider .am-slider-desc>p {
display:none !important;
}
	#news-slider .am-control-nav {
		left: auto;
		right: 0;
		bottom: 60px;
	}
.am-cont>p{
display:none !important;
}

	/* 轮播图 end */
}
/*检索start*/
.am-topbar-nav li.search {
    display: inline-block;
margin-top: 5px;
}
.am-topbar-nav li.search #Search {
    display: none;
}
#q{
width:160px;
}
/*检索end*/

/*电脑*/

@media only screen and (min-width: 1025px) {}

/*平板和电脑*/

@media only screen and (min-width: 641px) {
	[class*=am-u-] {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/


@media only screen and (max-width: 640px){
.header-box img{
    width: 80%;
float: left;
}
.header-navs{
display: block;
}
.am-topbar-nav li.search {
float:right;
}
#Img{
display:none;
}
.am-topbar-nav li.search #Search {
    display: block;
}
.banner-p{
display:none;
}
}
