
.banner {
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: relative;
	min-width: 1200px;
}
.banner .banner-img{
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner a{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* 新闻中心  */
.news{
	padding: 40px 0 64px;
	background: url(/images/bg1.png) no-repeat center center;
	background-size: cover;
}
.common-title{
	text-align: center;
}
.common-title span.subtitle{
	background: url(/images/title.png) no-repeat center center;
	background-size: 169px 80px;
	width: 169px;
	height: 80px;
	display: inline-block;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 80px;
	
}
.news .contmain{
	padding-top: 40px;
}
.news .contmain_l {
	width: 768px;
	height: 432px;
	overflow: hidden;
	position: relative;
}

.contmain_l #imgs_cont1 {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

.contmain_l #imgs_cont1 li {
	width: 768px;
	height: 432px;
	position: relative;
	overflow: hidden;
}

.contmain_l #imgs_cont1 li img {
	width: 100%;
	min-height: 100%;
}

.contmain_l #imgs_cont1 li .ft {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
}

.contmain_l #imgs_cont1 li .ft .t1 {
	display: block;
	font-size: 20px;
	color: #fff;
	padding-left: 20px;
	padding-top: 33px;
	width: 600px;
	height: 20px;
	font-family: PingFang SC;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.contmain_l #icons_cont1 {
	position: absolute;
	right: 20px;
	bottom: 25px;
}

.contmain_l #icons_cont1 li {
	float: left;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	border-radius: 5px;
}

.contmain_l #icons_cont1 li.on {
	background: #ffffff;
	width: 26px;
}


.contmain_r {
	margin-left: 41px;
	width: 373px;
	height: 432px;
	overflow: hidden;
}
.contmain_r .news-list {
	width: 100%;
	float: left;
	overflow: hidden;
}
.contmain_r .news-big{
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 12px;
}
.contmain_r .news-big a{
	width: 100%;
	height: 60px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: block;
}
.contmain_r .news-big .summary{
	width: 100%;
	height: 48px;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.contmain_r .news-list{
	padding-top: 16px;
}
.contmain_r .news-list li {
	width: 100%;
	height: 40px;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.contmain_r .news-list li.bolder {
	font-weight: 600;
	font-size: 20px;
}

.contmain_r .news-list li a {
	color: #333333;
}
.contmain_r .news-list li a img{
	width: 8px;
	height: 9px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	padding-bottom: 3px;
}
.contmain_r .news-more{
	width: 100%;
}
.contmain_r .news-more a{
	width: 84px;
	height: 32px;
	background: url(/images/more.png) no-repeat center center;
	background-size: cover;
	line-height: 32px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #466BB1;
	display: inline-block;
	text-align: center;
	margin-top: 5px;
}

/* 快捷服务  */
.service-express{
	padding: 40px 0 44px;
	background: url(/images/bg2.png) no-repeat center center;
	background-size: cover;
}
.service-express .service-list{
	width: 100%;
	padding-top: 40px;
}
.service-express .service-item{
	/*width: 224px;*/
	/*height:280px;*/
	/*margin-left: 20px;*/
	margin-bottom: 20px;
	width: 186px;
	height:233px;
	margin-left: 16px;
	background: url(/images/iconbg1.png) no-repeat center center;
	background-size: cover;
	position: relative;
}
.service-express .service-item1,.service-express .service-item1{
	margin-left: 0;
}
/*.service-express .service-item3,.service-express .service-item5{*/
/*	margin-left: 19px;*/
/*}*/
.service-express .service-item a{
	width: 100%;
	height:100%;
	display: block;
}
.service-express .service-item .icon{
	position: absolute;
    top: 69px;
    left: 61px;
    width: 60px;
    height: 60px;
}
.service-express .service-item .service-title{
	position: absolute;
	bottom: 32px;
	left: 0px;
	width: 100%;
	text-align: center;
	height: 28px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
}
.service-express .service-item1{
	background: url(/images/iconbg1.jpg) no-repeat center center;
	background-size: cover;
}
.service-express .service-item2{
	background: url(/images/iconbg2.jpg) no-repeat center center;
	background-size: cover;
}
.service-express .service-item3{
	background: url(/images/iconbg3.jpg) no-repeat center center;
	background-size: cover;
}
.service-express .service-item4{
	background: url(/images/iconbg4.jpg) no-repeat center center;
	background-size: cover;
}
.service-express .service-item5{
	background: url(/images/iconbg5.jpg) no-repeat center center;
	background-size: cover;
}
.service-express .service-item6{
	background: url(/images/iconbg16.png) no-repeat center center;
	background-size: cover;
}
.service-express .service-item1:hover{
	background: url(/images/project1.jpg) no-repeat center center;
	background-size: cover;
}
.service-express .service-item1:hover .service-title{
	color: #ffffff;
}
.service-express .service-item2:hover{
	background: url(/images/project2.jpg) no-repeat center center;
	background-size: cover;
}
.service-express .service-item2:hover .service-title{
	color: #ffffff;
}
.service-express .service-item3:hover{
	background: url(/images/project3.jpg) no-repeat center center;
	background-size: cover;
}
.service-express .service-item3:hover .service-title{
	color: #ffffff;
}
.service-express .service-item4:hover{
	background: url(/images/project4.jpg) no-repeat center center;
	background-size: cover;
}
.service-express .service-item4:hover .service-title{
	color: #ffffff;
}
.service-express .service-item5:hover{
	background: url(/images/project5.jpg) no-repeat center center;
	background-size: cover;
}
.service-express .service-item5:hover .service-title{
	color: #ffffff;
}
.service-express .service-item6:hover{
	background: url(/images/project5.jpg) no-repeat center center;
	background-size: cover;
}
.service-express .service-item6:hover .service-title{
	color: #ffffff;
}

#special-fixed{position:fixed;left:0;right:0;top:0;bottom:0;margin:auto;height:100%;width:100%;line-height:300px;text-align:center;background-size:cover;z-index:9999}
#special-close{position:fixed;right:67px;top:50px;width:50px;height:50px}
#special-fixed a{display:block;width:100%;height:100%}
#special-fixed h1{position:absolute;right:100px;top:50px;color:#fff;line-height:50px;height:50px;font-size:24px;z-index:999}
#special-fixed h1 span{font-size:26px;margin-right:5px;line-height:50px;display:inline-block;vertical-align:top}
.header .nav{margin:32px 0 32px 20px}
.header .navli{margin-left:30px}

#scroll-container{overflow:hidden;position:relative;height:80px;}
#scroll-list{position:absolute;width:100%;padding:0;margin:0;list-style:none}
#scroll-list li{height:28px;line-height:28px;text-align:left;font-size:20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.mg-r-10{margin-right:10px}
#scroll-container{width: 500px;}

.news .common-title{display:flex;    justify-content: space-between;}
.common-title-left{width:500px;}
.news .common-title span.subtitle{width:180px;}

.ad-banner {
    top: 100px;
    width: 210px;
    height:270px;
    position: absolute;
    cursor: pointer;
    user-select: none;
    display: none;
}
.ad-banner #adBannerImg {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.ad-banner #adBannerClose {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
body {
    overflow-x: hidden;
}
		 
