/*public start*/
* {margin: 0;padding: 0;font-size: 16px;font-family: '微软雅黑';-webkit-tap-highlight-color: rgba(0,0,0,0);}
ol, ul, li, dl, dt, dd, form, p, h1, h2, h3, h4, h5, img {margin: 0;padding: 0;}
ol, ul, li {list-style: none;padding: 0;margin: 0;}
img {border: none;max-width:100%;vertical-align: middle;}
a {text-decoration: none;border: none;margin: 0;padding: 0;}
input, textarea ,button{outline: 0;resize: none;border: none;_border: 0;margin: 0;padding: 0;background: none;}
select {border: 0;}
input::-webkit-search-cancel-button {display: none;}
input[type=button], input[type=submit], input[type=search], button{ -webkit-appearance: none;}
table, table td {border-collapse: collapse;}
select {border: 0;appearance: none;-webkit-appearance: none;-moz-appearance: none;outline: none;}
select::-ms-expand {display: none;}
.clear {clear: both;}
.clearfix::after {content: '';clear: both;display: block;}
.fl{float: left;}
.fr{float: right;}
.tc{text-align: center;}
.wrap {width: 100%;min-width: 1200px;_zoom: 1;position: relative;overflow: hidden;}
.container{width: 1200px;margin: 0 auto;}
/*public end*/

/* header start */
.header-top{
	background: #eee;
}
.header-cont span{
	color: #999999;
	padding: 8px 0;
	font-size: 14px;
}
.header-cont li{
	float: left;
	position: relative;
}
.header-cont li:before{
	content: "";
	width: 2px;
	height: 100%;
	background: #e3e3e3;
	position: absolute;
	left: -2px;
	top: 0;
}
.header-ul li:last-child{
	border-right: 1px solid #fff;
}
.header-ul li:last-child:after{
	content: "";
	width: 2px;
	height: 100%;
	background: #e3e3e3;
	position: absolute;
	right: -3px;
	top: 0;
}
.header-cont li a{
	color: #999999;
	font-size: 14px;
	display: block;
	padding: 8px 20px;
	border-left: 1px solid #fff;
	transition: all .4s;
}
.header-ul li:first-child a:before{
	content: "";
	background: url(../images/login.png) no-repeat;
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-bottom: -5px;
	margin-right: 10px;
}
.header-ul li:hover:first-child a:before{
	background: url(../images/login-1.png) no-repeat;
}
.header-cont li:hover a{
	color: #0642bd;
}
.logo{
	padding: 7px 0 9px;
}
.phone {
	margin: 11px 10px 0 0;
	padding-left: 70px;
	background: url(../images/phone.png) no-repeat 0px center;
}
.phone span{
	display: block;
	color: #333333;
	font-size: 14px;
}
.phone strong{
	font-style: italic;
	font-size: 30px;
	font-family: arial;
	color: #0642bd;
}
.header-nav{
	background: #0642bd;
}
.nav >ul >li{
	float: left;
	transition: all .4s;
}
.nav >ul >li >a{
	display: block;
	color: #fff;
	padding: 12px 48px;
}
.nav >ul >li.dang,.nav >ul >li:hover{
	background: #3b9ae9;
}
/* header end */

/* content start */
/* banner start */
.banner{
	position: relative;
}
.banner .swiper-button-prev,.banner .swiper-button-next{
	width: 38px;
	height: 39px;
	outline: none;
}
.banner .swiper-button-prev{
	background: url(../images/header-icon1.png) no-repeat;
}
.banner .swiper-button-next{
	background: url(../images/header-icon2.png) no-repeat;
}
.banner .swiper-pagination{
	margin-bottom: 15px;
}
.banner .swiper-pagination-bullet{
	width: 32px;
	height: 5px;
	background: #aea9a5;
	opacity: 1;
	border-radius: 0;
}
.banner .swiper-pagination-bullet-active{
	background: #333333;
}
/* banner end */

/* 业务范围 start */
.indext-title{
	text-align: center;
	padding: 50px 0 25px;
}
.indext-title h4{
	color: #333333;
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: -15px;
}
.indext-title strong{
	display: block;
	font-family: "arial mt";
	font-size: 30px;
	color: rgba(51,51,51,.15);
}
.business-list{
	padding-bottom: 26px;
}
.business-ul li{
	border: 1px solid #eee;
	background: #f8f8f8;
	width: 280px;
	text-align: center;
	padding-bottom: 20px;
	/*float: left;*/
	margin-left: 19px;
	margin-bottom: 24px;
	transition: all .4s;
	display: inline-block;
	vertical-align: top;
}
.business-ul li:nth-child(4n+1){
	margin-left: 0;
}
.business-ul li:hover{
	box-shadow: 0px 0px 8px rgba(0,0,0,.2);
}
.business-ul li:hover span{
	color: #3b9ae9;
}
.business-ul li:hover a{
	color: #fff;
	background: #3b9ae9;
}
.li-business-text{
	width: 235px;
	margin: 0 auto;
}
.li-business-text span{
	display: block;
	color: #333333;
	font-size: 20px;
	padding: 15px 0;
}
.li-business-text p{
	line-height: 18px;
	color: #666666;
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.li-business-text a{
	display: block;
	color: #fff;
	font-size: 14px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #ccc;
	margin: 18px auto 0;
	border-radius: 2px;
	transition: all .4s;
}
/* 业务范围 end */

/* 公司简介 strat */
.about{
	background: #f8f8f8;
	padding-bottom: 65px;
}
.about-right{
	width: 565px;
}
.about-right span{
	display: block;
	color: #333;
	font-size: 30px;
	padding: 20px 0 15px;
}
.about-right small{
	display: block;
	color: #666666;
}
.about-right p{
	line-height: 30px;
	color: #999;
}
.about-bg{
	height: 1px;
	background: #99bbda;
	width: 60px;
	margin: 15px 0 40px;
}
.about-more{
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #ccc;
	font-size: 14px;
	transform: all .4s;
	display: block;
	color: #fff;
	border-radius: 2px;
	margin-top: 30px;
}
.about-more:hover{
	background: #3b9ae9;
}
/* 公司简介 end */

/* 服务优势 strat */
.service-list{
	padding-bottom: 50px;
}
.service-list li{
	float: left;
	width: 290px;
	text-align: center;
	padding-bottom: 35px;
	box-shadow: 0px 0px 8px rgba(0,0,0,.15);
	margin-left: 13px;
}
.service-list li:first-child{
	margin-left: 0;
}
.li-service-text{
	width: 240px;
	margin: 0 auto;
}
.li-service-text span{
	display: block;
	padding: 24px 0 15px;
	color: #333;
	font-size: 20px;
}
.li-service-text p{
	line-height: 20px;
	color: #999;
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
/* 服务优势 end */

/* 新闻中心 start */
.new{
	background: #f8f8f8;
	padding-bottom: 50px;
}
.new-left{
	width: 862px;
	background: #fff;
}
.new-tit{
	padding: 10px 15px;
	border-bottom: 1px solid #eeeeee;
}
.new-tit h4{
	color: #333333;
	font-size: 18px;
}
.new-tit h4:before{
	content: "";
	width: 3px;
	height: 24px;
	background: #3b9ae9;
	display: inline-block;
	margin-right: 13px;
	margin-bottom: -6px;
}
.new-tit strong{
	color: #eee;
	font-size: 18px;
	font-style: italic;
}
.new-tit a{
	font-weight: 600;
	color: #666666;
	font-size: 14px;
}
.new-note{
	padding: 15px;
}
.new-text{
	width: 405px;
	
}
.new-txt{
	padding-bottom: 8px;
	border-bottom: 1px dashed #cecece;
}

.new-txt h5{
	color: #333;
	padding-bottom: 5px;
}
.new-txt p{
	color: #999999;
	font-size: 14px;
}
.new-txt small{
	color: #ff0000;
	font-size: 14px;
}
.new-ul li:hover span{
	color: #3b9ae9;
}
.new-ul a{
	overflow: hidden;
	padding: 6px 0;
	display: block;
	border-bottom: 1px dashed #cecece;
}
.new-ul span{
	float: left;
	color: #666666;
	font-size: 14px;
	display: block;
	width: 320px;
	transition: all .6s;
}
.new-ul span:before{
	width: 5px;
	height: 5px;
	background: #3b9ae9;
	content: "";
	display: inline-block;
	margin-right: 11px;
	margin-bottom: 2px;
}
.new-ul small{
	float: right;
	color: #999999;
	font-size: 12px;
}
.new-pic{
	width: 400px;
	position: relative;
}
.new-pic .swiper-pagination{
	text-align: right;
	
}
.new-pic .swiper-pagination-bullet{
	background: rgba(255,255,255,.6);
	opacity: 1;
	width: 11px;
	height: 11px;
	text-align: right;
}
.new-pic .swiper-pagination-bullet:last-child{
	margin-right: 20px !important;
}
.new-pic .swiper-pagination-bullet-active{
	background: url(../images/new-yuan.png) no-repeat;
}
.new-tit a:hover{
	color: #3b9ae9;
}
.new-right{
	width: 318px;
	background: #fff;
}
.new-table{
	width: 290px;
	margin: 0 auto;
	padding-top: 10px;
}
.new-table th{
	color: #010101;
}
.new-table td{
	color: #7f7f7f;
}
.new-table th,.new-table td{
	border: 1px solid #eeeeee;
	height: 38px;
	width: 145px;
	text-align: center;
}
.new-you{
	width: 290px;
	margin: 0 auto;
	padding-bottom: 8px;
}
.new-bi{
	width: 160px;
	padding-top: 15px;
}
.new-bi strong{
	font-size: 20px;
	color: #3b9ae9;
	line-height: 30px;
}
/* 新闻中心 end */

/* content end */
/* footer start */
.footer{
	background: #434343;
	position: relative;
}
.footer-xian{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #535353;
}
.footer-nav ul{
	padding: 0 60px 20px;
}
.footer-nav li {
	float: left;
	margin-left: 138px;
}
.footer-nav li:first-child{
	margin-left: 0;
}
.footer-nav li span{
	color: #fff;
	display: block;
	padding: 14px 0;
	margin-bottom: 15px;
}
.footer-nav li a{
	display: block;
	color: #fff;
	font-size: 14px;
	padding-bottom: 10px;
	transition: all .6s;
}
.footer-nav li a:hover{
	color: #3b9ae9;
}
.footer-logo{
	padding-top: 5px;
}
.footer-contact {
	margin-left: 155px;
	padding-top: 5px;
}
.footer-contact  p{
	line-height: 34px;
	color: #fff;
	padding-left: 30px;
}
.footer-p1{
	background: url(../images/footer-icon1.png) no-repeat 0px 12px;
}
.footer-p2{
	background: url(../images/footer-icon2.png) no-repeat 0px 13px;
}
.footer-p3{
	background: url(../images/footer-icon3.png) no-repeat 0px 12px;
}
.footer-weima{
	padding-bottom: 30px;
}
.footer-weima span{
	color: #fff;
	font-size: 14px;
	margin-right: 9px;
}
.footer-bottom {
	text-align: center;
	background: #0642bd;
	line-height: 50px;
}
.footer-bottom p,.footer-bottom a{
	color: #f4f4f4;
}
.footer-bottom a{
	text-decoration: underline;
	margin-left: 40px;
}
/* footer end */

/* sub1 */
.index-nav{
	border-bottom: 1px solid #efefef;
}
.index-cont{
	padding: 15px 0;
}
.index-left li{
	float: left;
	position: relative;
}
.index-left li:after{
	width: 2px;
	height: 17px;
	background: #d8d8d8;
	content: "";
	position: absolute;
	right: 0;
	top: 52%;
	transform: translateY(-50%);
}
.index-left li:last-child:after{
	content: none;
}
.index-left li:first-child a{
	padding-left: 0;
}
.index-left li a{
	color: #666666;
	padding: 0 37px;
}
.index-right li.dang a:before{
	content: ">";
	color: #666666;
	font-size: 14px;
	display: inline-block;
}
/* .index-right li:first-child a:before{
	content: none;
} */
.index-right li{
	float: left;
}
.index-right li img{
	margin-right: 7px;
}
.index-right li span,.index-right li.dang a{
	color: #666666;
	font-size: 14px;
}
.index-right li a{
	color: #3b9ae9;
	font-size: 14px;
}
.sub1-business{
	padding-top: 50px;
}
.page ul {
    display: table;
    margin: 0 auto;
	padding: 15px 0 50px;
}
.page ul li{float: left;margin-left: 10px;margin-bottom: 15px;}
.page ul li:first-child{margin-left: 0;}
.page ul li,.page ul li span,.page ul li small{color: #575757;font-size: 14px;}
.page ul li a{color: #575757;font-size: 14px;display: block;width: 28px;height: 28px;text-align: center;line-height: 28px;border: 1px solid #e5e5e5;}
.page ul li.li-page{margin-right: 9px;}
.page ul li.li-page a{width: 58px;border: 1px solid #e5e5e5;color: #575757;/* background: #333; */}
.page ul li.page-bg a{color: #3b9ae9;border: 1px solid #3b9ae9;}
.page ul li input[type=text]{width: 26px;height: 18px;border: 1px solid #e5e5e5;text-align: center;margin: 5px 7px;}
.page ul li input::-webkit-input-placeholder{color: #000000;font-size: 14px;}
.page ul li input::-moz-placeholder{color: #000000;font-size: 14px;}
.page ul li input::-ms-input-placeholder{color: #000000;font-size: 14px;}
.page ul li.li-page2 button{border: 1px solid #e5e5e5;height: 18px;width: 30px;border-radius: 3px;color: #575757;font-size: 12px;line-height: 18px;margin-top: 5px;}

/* sub2 */
.line-title{
	background: url(../images/business-bg1.png) no-repeat;
	line-height: 51px;
	margin: 50px 0 30px;
}
.line-title  span{
	color: #fff;
	font-size: 24px;
	display: inline-block;
	padding-left: 18px;
}
.line-title small{
	color: #c5c5c5;
	font-size: 12px;
	display: inline-block;
	padding-left: 5px;
}
.line-right{
	width: 740px;
	padding-top: 17px;
}
.line-right >p{
	/*padding-bottom: 25px;*/
}
.line-right p{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	
}
.line-right span{
	display: block;
	color: #333;
	line-height: 24px;
}
.advantage-list li{
	text-align: center;
	float: left;
	margin-right: 130px;
}
.advantage-list p{
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}
.li-advantage-icon{
	margin-bottom: 15px;
}
.advantage-list li:hover .li-advantage-icon img{
	transform: rotate(360deg);
}
.li-advantage-icon img{
	transition: all .4s;
}
.billimg-text{
	
}
.billimg-text p{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.limitation-text p{
	color: #666666;
	font-size: 14px;
	padding-bottom: 10px;
}
.limitation-table th{
	width: 72px;
}
.limitation-table td{
	width: 64px;
}
.limitation-table th,.limitation-table td{
	border: 1px solid #666666;
	height: 40px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.limita-text{
	color: #666666;
	font-size: 14px;
}
.limita-text p,.limita-text p a{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 8px;
}
.limita-text p strong{
	font-size: 14px;
}
.limita-text p:last-child{
	padding-top: 10px;
}
.limita-text{
	padding-bottom: 45px;
	
}