@charset "UTF-8";
html,
body {
	min-width: 1200px;
}

.main-body {
	margin: 0 auto;
	width: 1180px;
}


label.BMapLabel{
	display: none!important;
}
.scaleimg{
	width: 100%;
	overflow: hidden;
}
.scaleimg img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(1);
	        transform: scale(1);
	cursor: pointer;
}
.scaleimg:hover img{
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}

.bgimg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.iconimg{
	background-repeat: no-repeat;
	background-position: center;
}
/* 分页 -s */
.page-box {
	padding-top: 55px;
	text-align: right;
}

.page-list {
	display: inline-block;
}

.page-list a {
	float: left;
	/* margin-left: 10px; */
	height: 30px;
	line-height: 30px;
	padding: 0 11px;
	color: #666;
	/* background: #eee; */
}

.page-list a span {
	color: #666;
}

.page-list a:hover,
.page-list a.active {
	background: #1d6bd7;
	color: #fff;
}

.page-list a:hover span {
	color: #fff;
}

/* 分页 -e */
/* 顶部条 -s */
.main-top {
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #232323;
}

.top-right a {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.top-right span{
	display: inline-block;
	vertical-align: top;
}
.top-right img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}


/* 顶部条 -e */

/* logo -s */
.main-logo {
	height: 90px;
}

.logo-left {
	margin-top: 13px;
}

.nav-list {
	margin-left: 20px;
}

.nav-list a {
	float: left;
	color: #333;
	position: relative;
	height: 90px;
	line-height: 90px;
	margin-left: 55px;
	font-size: 16px;
}

.nav-list a i {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 2px solid #ff0101;
	display: none;
}

.nav-list a.active,
.nav-list a:hover {
	/* color: #ff0101; */
}

.nav-list a.active i,
.nav-list a:hover i {
	display: block;
}
.search-box{
	position: relative;
	width: 158px;
	height: 26px;
	margin-top: 33px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 14px;
}
.search-box input,.search-box button{
	display: inline-block;
	border: none;
	outline: none;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}
.search-box input{
	width: 130px;
}
.search-box button{
	background-color: transparent;
	width: 20px;
	background-image: url(../images/search.png);
	background-size: auto;
}
.search-box span{
	position: absolute;
	left: 11px;
	height: 19px;
	z-index: 3;
	top: 3px;
	color: #999;
}
/* logo -e */
/* banner -e */
.main-banner {
	position: relative;
}

.fullSlide {
	min-width: 1180px;
	position: relative;
	height: 640px;
	overflow: hidden;
}

.fullSlide .bd {
	position: relative;
	z-index: 0;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 640px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 28px;
	left: 0;
	height: 10px;
	text-align: center;
	overflow: hidden;
	line-height: 32px;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 0 17px;
	text-align: center;
	line-height: 100px;
	position: relative;
	background: #fff;
}

.fullSlide .hd ul .on {
	background: #2e65c0;
}

/* banner -e */

/*  底部 -s */
.footer {
	background: #232323;
}

.foot1 {
	padding-top: 60px;
	padding-bottom: 55px;
}
.foot-code img{
	width: 120px;
	height: 120px;
}
.foot1 .foot-code p{
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}
.foot1 h3{
	line-height: 24px;
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}
.foot1 p,.foot1 a{
	color: #666;
	line-height: 36px;
}
.foot-serve{
	margin-left: 85px;
	width: 260px;
	height: 155px;
	border-right: 1px solid #666;
}
.foot-serve h3{
	margin-bottom: 18px;
}
.foot-serve b{
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
}
.foot-link {
	margin-left: 100px;
	width: 190px;
	height: 155px;
	padding-right: 60px;
	border-right: 1px solid #666;
}
.foot-link a{
	float: left;
	width: 80px;
	margin-right: 15px;
	line-height: 34px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.foot-link a:hover,.foot-link a.active{
	color: #fff;
}


.foot2 {
	line-height: 37px;
	color: #bbbbbb;
	text-align: center;
	padding-bottom: 25px;
}

.foot2 p a {
	color: #bbbbbb;
}
.foot2 p a:hover{
	color: #fff;
}
.foot2 p img {
	vertical-align: middle;
	margin-top: -3px;
}

/*  底部 -e */
.page-banner{
	height: 300px;
	background-image: url(../images/min-banner.jpg);
}

/* 首页关于我们 -s */
.main-about{
	height: 416px;
	background-image: url(../images/main-bg1.jpg);
}
.mian-about-con{
	width: 520px;
}
.mian-title {
	position: relative;
}
.mian-title h3{
	font-size: 20px;
}
.mian-title b{
	display: inline-block;
	margin-left: 24px;
	margin-top: 3px;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}
.mian-title span{
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 21px;
	border-bottom: 1px solid #999;
}
.mian-about-con .mian-title{
	margin-top: 58px;
}
.mian-about-con .mian-title h3{
	color: #fff;
}
.mian-about-con .mian-title b{
	color: #6a9cef;
}
.mian-about-con .mian-title span{
	border-color: #6a9cef;
}

.main-about-info{
	margin-top: 50px;
}
.main-about-info p{
	height: 125px;
	line-height: 25px;
	max-height: 125px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.main-about-info a{
	position: relative;
	display: inline-block;
	margin-top: 20px;
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.main-about-info a span{
	display: inline-block;
	width: 202px;
	height: 11px;
	background-image: url(../images/mabout-arrow1.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.main-about-info a img{
	position: absolute;
	left: 0;
	bottom: -22px;
}
.main-about-info a:hover{
	color: #6a9cef;
}
.main-about-info a:hover span{
	-webkit-transition: all .5s;
	transition: all .5s;
	background-image: url(../images/mabout-arrow2.png);
}

/* 首页关于我们 -e */
/* 首页主营业务 -s */
.main-serve{
	height: 594px;
	background-image: url(../images/main-bg2.jpg);
}
.main-serve-tltle{
	padding-top: 115px;
}

.serve-more{
	display: inline-block;
	margin-top: 20px;
	width: 87px;
	line-height: 25px;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
}
.serve-more span{
	display: inline-block;
	width: 47px;
	height: 11px;
	background-image: url(../images/mserve-arrow1.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.serve-more:hover{
	color: #2e65c0;
}
.serve-more:hover span{
	background-image: url(../images/mserve-arrow2.png);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.serve-slide{
	width: 1180px;
	margin-top: 48px;
}
.douban {
	overflow:hidden
}
.douban .hd {
	height:50px;
	line-height:50px;
	overflow:hidden
}

.douban .hd .next,.douban .hd .prev {
	float:right;
	display:block;
	width:120px;
	height:50px;
	background:url(../images/mserve-arrow.jpg) no-repeat 0 -50px;
	overflow:hidden;
	margin-right:0;
	cursor:pointer
}

.douban .hd .next {
	background-position:-120px -50px
}

.douban .hd .prevStop {
	background-position:0 0;
	cursor:default
}

.douban .hd .nextStop {
	background-position:-120px 0;
	cursor:default
}

.douban .bd ul {
	overflow:hidden;
	zoom:1
}

.serve-slide .douban .bd ul li {
	float:left;
	position: relative;
	width:390px;
	height: 240px;
	border-right: 5px solid #f3f3f3;
	background: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.serve-slide .douban .bd ul li.last-child{
	border-color: #fff
}
.serve-slide .douban .bd ul li a{
	display: block;
	padding: 45px 50px;
	color: #333;
	text-align: center;
}
.serve-slide .douban .bd ul li h3{
	font-weight: normal;
	font-size: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serve-slide .douban .bd ul li p{
	margin-top: 20px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.serve-slide .douban .bd ul li span{
	display: block;
	width: 26px;
	height: 26px;
	margin: 35px auto 0;
	background: url(../images/serve-circle.png)no-repeat -27px 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.serve-slide .douban .bd ul li:hover{
	background-image: url(../images/mserve-bg.png);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.serve-slide .douban .bd ul li:hover span{
	background-position: 0 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.serve-slide .douban .bd ul li i{
	position: absolute;
	left: 50%;
	margin-left: -6px;
	width: 12px;
	font-style: normal;
	border-bottom: 1px solid #ddd;
}
.serve-slide .douban .bd ul li i.line1{
	top: 80px;
}
.serve-slide .douban .bd ul li i.line2{
	top: 154px;
}
/* 首页主营业务 -e */
/* 首页优势 -s */
.main-super{
	height: 321px;
	background-image: url(../images/main-bg3.jpg);
}
.main-super-con{
	padding-top: 60px;
}
.main-super-con dl{
	float: left;
	width: 185px;
	margin-right: 63px;
	text-align: center;
}
.main-super-con dl dt{
	margin: 0 auto;
	width: 136px;
	height: 136px;
}
.main-super-con dl dd{
	margin-top: -20px;
}
.main-super-con dl dd h3{
	font-weight: normal;
	font-size: 18px;
	color: #fefefe;
}
.main-super-con dl dd p{
	max-height: 60px;
	margin-top: 6px;
	color: #9fbaf2;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
/* 首页优势 -e */
/* 首页和伙伴 -s */
.main-friend{
	height: 577px;
	background-image: url(../images/main-bg4.jpg);
}
.main-friend-con{
	height: 471px;
	background: #fff;
	border-radius: 4px;
}
.partner{
	position: relative;
	padding-top: 40px;
	text-align: center;
	color: #2e65c0;
}
.partner p{
	font-size: 30px;
	text-transform: uppercase;
}
.partner h3{
	margin-top: 17px;
	font-size: 20px;
	font-weight: normal;
}
.partner span{
	position: absolute;
	bottom: 34px;
	left: 0;
}
.partner span.line1{
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.partner span.line2{
	left: 50%;
	bottom: 32px;
	margin-left: -18px;
	width: 36px;
	border-bottom: 5px solid #f4ac2f;
}
.partner-list{
	padding-top: 25px;
	padding-left: 20px;
	height: 255px;
}
.partner-list dl{
	float: left;
	width: 220px;
	margin:12px 4px 0;
}
.partner-list dl dt{
	border: 1px solid #ddd;
	width: 218px;
	height: 78px
}
.partner-list dl dd{
	text-align: center;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.partner-list dl:hover dt{
	border-color: #2e65c0;
}
.partner-list dl:hover dd{
	color: #2e65c0
}
.partner-more{
	position: relative;
	z-index: 1;
	display: block;
	margin: 20px auto 0;
	width: 48px;
	line-height: 21px;
	text-align: center;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
}
.partner-more span{
	display: block;
	position: relative;
	z-index: 1;
	background: #fff;
}
.partner-more:hover{
	color: #2e65c0;
}
.partner-more i{
	position: absolute;
	top: 9px;
	left: 50%;
    margin-left: -590px;
	z-index: 0;
	width: 1180px;
	font-style: normal;
	border-bottom: 1px solid #ddd;
}
/* 首页和伙伴 -e */
/* 首页新闻资讯 -s */
.main-news{
	height: 596px;
	background-image: url(../images/main-bg5.jpg);
}
.main-news .mian-title{
	padding-top: 28px;
}
.main-news .douban{
	margin-top: 46px;
}
.main-news .douban .hd .next,.main-news .douban .hd .prev{
	float: left;
	background-image: url(../images/news-arrow.jpg);
}
.main-news .douban .hd .prev{
	margin-left: 287px;
}
.main-news .douban .bd{
	margin-top: 75px;
}
.main-news .douban .bd ul li{
	float: left;
	width: 393px;
}
.main-news .douban .bd ul li.last-child dl{
	border-left: 1px solid #ddd;
	margin-left: -8px;
}
.main-news .douban .bd ul li dl{
	height: 252px;
}
.main-news .douban .bd ul li dt{
	width: 364px;
	height: 252px;
}
.main-news .douban .bd ul li dl dd{
	padding-top: 15px;
	width: 320px;
	margin-left: 15px;
	font-size: 16px;
	color: #666;
}
.main-news .douban .bd ul li.last-child dd{
	margin-left: 40px;
}
.main-news .douban .bd ul li dl dd h3{
	margin-bottom: 8px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.main-news .douban .bd ul li dl dd p{
	max-height: 90px;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.main-news .douban .bd ul li dl dd a{
	display: inline-block;
	width: 78px;
	height: 18px;
	margin-top: 40px;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
	color: #2e65c0;
	text-transform: uppercase;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.main-news .douban .bd ul li dl dd a:hover{
	color: #fff;
	background: #2e65c0;
	border-color: #2e65c0;
}
/* 首页新闻资讯 -e */
/* 关于我们 -s */
.page-bar{
	margin-top: 5px;
	line-height: 65px;
	color: #999;
}
.page-bar a{
	color: #999;
}
.page-bar a:hover,.page-bar a.active{
	color: #2e65c0;
}


.about-title{
	position: relative;
}
.about-title h3{
	text-align: center;
	font-size: 30px;
	padding-bottom: 8px;
}
.about-title span{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 52px;
	margin-left: -26px;
	border-bottom: 1px solid #999;
}
.about-info{
	position: relative;
	z-index: 1;
	text-indent: 40px;
	line-height: 34px;
	font-size: 20px;
}
.about-con1 .about-info{
	padding-top: 40px;
	padding-bottom: 72px;
}
.about-con1 .about-info{
	text-indent: 36px;
	line-height: 32px;
	font-size: 18px;
}
.about-con{
	padding-top: 70px;
	padding-bottom: 90px;
}
.about-con2{
	background: #f4f6f8;
}
.about-info-box{
	position: relative;
	height: 319px;
}
.about-info-box .about-info{
	padding:32px 30px;
	width: 472px;
	background: #fff;
}
.about-info-box .imgbg{
	position: absolute;
	z-index: 0;
	top: 0;
}
.pr.imgbg{
	right: 0;
}
.about-info-box{
	margin-top: 37px;
}
.about-con2 .about-info{
	margin-top: 75px;
}
.about-info>div{
	height: 170px;
	overflow-y: auto;
}
.about-con2 .about-info>div{
	height: 102px;
}
.about-info{
	margin-top: 40px;
}
.about-con3 .about-info{
	background: #f4f6f8
}
.about-con2 .main-super-con{
	padding-top: 0;
}
.about-con2 .main-super-con dl .scaleimg{
	width: 92px;
	height: 92px;
	overflow: visible;
}
.about-con2 .main-super-con dl dd{
	margin-top: 15px;
}
.about-con2 .main-super-con dl dd h3{
	color: #333;
}
.about-con2 .main-super-con dl dd p{
	color: #666;
	-webkit-line-clamp: 100;
}
.about-con6{
	padding-top: 40px;
	padding-bottom: 40px;
}
.about-con6{
	font-size: 18px;
	text-indent: 36px;
	color: #333;
}
/* 关于我们 -e */
/* 服务项目 -s */
.page-con{
	padding-bottom: 80px;
}
.page-title{
	border-bottom: 4px solid #fafafa;
}
.page-title a{
	display: inline-block;
	line-height: 50px;
	color: #666;
	margin-right: 50px;
	margin-bottom: -4px;
	border-bottom: 4px solid #fafafa;
}
.page-title a.active,.page-title a:hover{
	border-bottom: 4px solid #3065c0;
	color: #3065c0;
}
.serve-list{
	margin-top: 10px;
}
.serve-list dl{
	float: left;
	width: 360px;
	margin-right: 50px;
	margin-top: 50px;
}
.serve-list dl dt{
	height: 142px;
}
.serve-list dl dd{
	padding: 8px 18px 15px;
	color: #333;
	background: #fafafa;
}
.serve-list dl dd h3{
	position: relative;
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serve-list dl dd h3 i{
	position: absolute;
	left:0;
	bottom: 0;
	width: 26px;
	border-bottom: 2px solid #ddd;
	-webkit-transition: .5s;
	transition: .5s;
}
.serve-list dl dd p{
	margin-top: 6px;
	height: 48px;
	color: #666;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.serve-list dl dd span{
	display: inline-block;
	margin-top: 22px;
	line-height: 20px;
	font-size: 10px;
	text-transform: uppercase;
	padding-right: 53px;
	background: url(../images/mserve-arrow1.png) no-repeat right center;
	-webkit-transition: .5s;
	transition: .5s;
}
.serve-list dl:hover dd h3{
	color: #3065c0;
}
.serve-list dl:hover dd h3 i{
	border-color: #3065c0;
	-webkit-transition: .5s;
	transition: .5s;
}
.serve-list dl:hover dd span{
	color: #3065c0;
	background-image: url(../images/mserve-arrow2.png);
	-webkit-transition: .5s;
	transition: .5s;
}
/* 服务项目 -e */
/* 合作伙伴 -s */
.friend-list{
	margin-top: -10px;
	padding-top: 0;
	padding-left: 0;
    height: auto;
}
.friend-list dl{
	width: 270px;
	margin: 45px 30px 0 0;
}
.friend-list dl dt{
	width: 268px;
	height: 96px;
}
/* 合作伙伴 -e */
/* 新闻中心 -s */
.news-list{
	margin-top: 10px;
}
.news-list dl{
	clear: both;
	overflow: hidden;
	padding: 35px 0;
	border-bottom: 1px solid #ddd;
}
.news-list dl:last-child{
	border-bottom: 0;
}
.news-list dt{
	float: left;
	width: 288px;
	height: 200px;
}
.news-list dd{
	float: right;
	position: relative;
	width: 855px;
	color: #666;
}
.news-list dd h3{
	font-size: 18px;
	font-weight: normal;
	line-height: 45px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-list dd p{
	height: 48px;
	margin-top: 8px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-list dd span{
	display: inline-block;
	margin-top: 68px;
	color: #999;
}
.news-list dd b{
	float: right;
	width: 108px;
	height: 34px;
	margin-top: 60px;
	font-weight: normal;
	line-height: 36px;
	text-align: center;
	border: 1px solid #666;
	border-radius: 18px;
}
.news-list+.page-box{
	padding-top: 25px;
}
.news-list dl:hover dd{
	color: #3065c0;
}
.news-list dl:hover dd b{
	border-color: #3065c0
}
/* 新闻中心 -e */
/* 联系我们 -s */
.map-box{
	margin-top: 60px;
}
.local-info{
	width: 317px;
	padding-top: 34px;
}
.local-info li{
	margin-top: 35px;
}
.local-info img{
	display: inline-block;
	vertical-align: top;
	width: 22px;
}
.local-info div{
	display: inline-block;
	width: 270px;
	margin-left: 7px;
	vertical-align: top;
}
.local-info h4{
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 22px;
}
.local-info p{
	line-height: 24px;
	color: #666;
}
/* 联系我们 -e */
/*  新闻详情 -s */
.news-dat-title{
	line-height: 35px;font-size: 18px;text-align: center;font-weight: normal;padding-top: 25px;
}
.news-dat-list-box{
	text-align: center;padding-top: 25px;
}
.news-dat-list{
	border-bottom: 1px dashed #999;line-height: 48px;display: inline-block;
}
.news-dat-list li{
	margin-right: 50px;color: #666;
}
.news-dat-list li img{
	vertical-align: middle;
}
.news-dat-list li a{
	color: #666;
}
.news-dat-list li.fr{
	margin-top: -5px;
}
.news-dat-list .set-font a{
	color: #999;
}
.news-dat-list .set-font a.active{
	color: #666
}
.news-dat-con{
	padding-top: 35px;
}
.news-dat-con p{
	line-height: 30px;text-indent: 28px;min-height: 30px;
}

.news-img{
	text-align: center;padding-top: 10px;padding-bottom: 25px;
}
.next-page{
	padding-top: 50px;
}
.next-page li{
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.next-page li a{
	color: #666;
}
.next-page li a:hover{
	color: #2e65c0;
}
/*  新闻详情 -e */