body{
	font-size: 16px;
	color:#666;
	font-family: "微软雅黑";
	min-width:1200px;
}
ul,li,ol,p,div,a,h1,h2,h3,h4,h5,dl,dt,dd,input,button,span,em,i{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{	
	font-weight: normal;
}
ul,li,ol{
	list-style: none;
}
a{
	color:#666;
	text-decoration: none;
}
a:hover{
	color:#0c52c5 !important;
}
.white-bg{
	background: #fff;
}
.font-12{
	font-size: 12px;
}
.font-14{
	font-size: 14px;
}
.font-16{
	font-size: 16px;
}
.font-18{
	font-size: 18px;
}
.font-20{
	font-size: 20px;
}
.font-22{
	font-size: 22px;
}
.font-24{
	font-size: 24px;
}
.font-26{
	font-size: 26px;
}
.font-30{
	font-size: 30px;
}
.font-36{
	font-size: 36px;
}
.font-40{
	font-size: 40px;
}
.line-height-36{
	line-height: 36px;
}
input,select,textarea,button{
	outline: none;
}
.clearfloat:after{
  content: ""; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
}

.clearfloat {
  /* 触发 hasLayout */ 
  zoom: 1; 
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.arrow{position: relative;}
.arrow:after{
	content:'';
	position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    box-shadow: 0 0 0 lightgray;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg);
}
.width-80{
	width:1200px;
	margin:0 auto;
}
@media screen and (max-width:1599px){ 
	.width-80{
		width:1200px;
		margin:0 auto;
	}
}
@media screen and (min-width:1600px) and (max-width:1919px){ 
	body{
		min-width: 1400px;
	}
	.width-80{
		width:1400px;
		margin:0 auto;
	}
}
@media screen and (min-width:1920px){ 
	body{
		min-width: 1540px;
	}
	.width-80{
		width:1540px;
		margin:0 auto;
	}
}
/*首页*/
.header{
	background: #F6F6F6;
	height: 40px;
}
.welcome{
	float: left;
	line-height: 40px;
}
.headNav{
	float: right;
}
.headNav li{
	float: left;
	position: relative;
	z-index: 200;
	height: 40px;
}
.headNav li.none a{
	border-right: 0;
	padding-right: 0;
}
.headNav li a{	
	border-right:1px solid rgba(102,102,102,.2);
	margin-top: 8px;
	display: block;
	padding:0 20px;
}
.headNav li.tel a{
	color:#4766A7;
}
.headNav li a.arrow{padding-right:30px;}
.headNav li a.arrow:after{	
    -webkit-transform: translate3d(0, -50%, 0) rotate(135deg);
    transform: translate3d(0, -50%, 0) rotate(135deg);
    right:12px;
    top:9px;
}
.logo-box{
	margin:30px auto;
}
.logo{
	float: left;
}
.logo-tel{
	float: right;
	color:#4766A7;
	font-size: 30px;
	line-height: 50px;
}
.logo-tel img{
	vertical-align: bottom;
	margin-right: 15px;
}
.banner{
	position: relative;
	height: 600px;
	overflow: hidden;
}
.banner img{
	position: absolute;
	left:50%;
	margin-left: -960px;
	height: 600px;
}
.fold-menu{
	float: left;
	position:relative;
	width: 220px;
	z-index: 10;
}
.fold-menu .link{
	width: 160px;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	background: #4766A7;
	cursor: pointer;
}
.fold-menu .link a{
	color:#fff;
}
.fold-menu .link a:hover{
	color:#fff !important;
}
.fold-menu .link i{float: right;height: 50px;}
.fold-menu .link i img{margin-top: 18px;}
.menu-list{border-bottom: 1px solid #d5d5d5;}
.menu-box{position: relative;z-index: 99;background: #fff;}
.submenu{
	width: 220px;
	position: absolute;
	left: 0;
	top:50px;
	background:rgba(66,66,66,.8);
	height: 600px;
}
.submenu .submenu-nav{
	color:#fff;
}
.submenu li.menubar{
	border-bottom: 1px solid rgba(153,153,153,.2);
	height:49px;
	padding:25px 20px;
	cursor: pointer;
	position: relative;
}
.submenu li.menubar:hover{
	background: rgba(255,255,255,.15);
}
/*.submenu li.menubar:hover .arrow:after{border-color: #51525A;}*/
.submenu li.menubar p a{color:rgba(255,255,255,.7);margin-right: 20px;}
.submenu li.menubar p:first-child{margin-bottom: 5px;}
.submenu li.menubar p a:hover{color:rgba(255,255,255,.7) !important;}
.submenu li.menubar p.arrow a{color:#fff;}
.submenu li.menubar p img{
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 5px;
}
.submenu-content{
	position: absolute;
	background: #FFF;
	left:220px;
	top:0;
	width:450px;
	padding:15px 40px 20px 50px;
	border: 1px solid #4766A7;
	display: none;
}
.submenu-content:before{
	content:'';
	position: absolute;
    top: 50px;
    left: -8px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-top: 1px solid #4766a7;
    border-right: 1px solid #4766a7;
    box-shadow: 0 0 0 lightgray;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform: translate3d(0, -50%, 0) rotate(-135deg);
    transform: translate3d(0, -50%, 0) rotate(-135deg);
	
}
.submenu-content h4{
	border-left: 2px solid #4766A7;
	padding-left: 10px;
}
.submenu-content ul{	
	border-top: 1px solid rgba(153,153,153,.2);
	padding-top: 10px;
	margin-top: 15px;
}
.submenu-content li{
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}
.submenu-content li a{
	color:#666;
	border-right: 1px solid #ccc;
	padding-right: 15px;
}
.submenu-content li:last-child a{border-right: 0;}
.submenu-content li a:hover{
	color:#4766A7;
}
.submenu-content li a:hover:before{
	background-color:#4766A7;
}
.menu-nav{
	float: left;
	width:85%;
}
.menu-nav li{
	float: left;
	width:11%;
	line-height: 50px;
	text-align: center;
	position: relative;
	z-index: 10;
}
.menu-nav li.arrow:after{	
    -webkit-transform: translate3d(0, -50%, 0) rotate(135deg);
    transform: translate3d(0, -50%, 0) rotate(135deg);
    right:18px;
    top:23px;
}
.menu-nav li a i img{vertical-align: middle;margin-bottom: 4px;margin-left: 5px;}
.menu-nav li.city-list{position: relative;}
.menu-nav li.cur a,.menu-nav li a:hover{
	color:#4766A7 !important;
	font-weight: 600;
}
.nav-ewm{
	position: relative;
}
.nav-ewm .ewm-pop{
	position: absolute;
	left: -108px;
	top: 50px;
	width:278px;
	height: 95px;
	background: #FFFFFF;
	border: 1px solid #4766A7;
	display: none;
	padding:20px;
}
.nav-ewm .ewm-pop:before{
	content: '';
	width:14px;
	height: 14px;
	background: #FFF;
	border-top:1px solid #4766A7;
	border-right:1px solid #4766A7;
	position: absolute;
	left:50%;
	top:0;
	-webkit-transform:translate3d(0, -50%, 0) rotate(-45deg);
	transform:translate3d(0, -50%, 0) rotate(-45deg);
}
.nav-ewm .ewm-pop dl{
	display: flex;
}
.nav-ewm .ewm-pop dd{
	line-height: 18px;
	margin-left: 10px;
	text-align: left;
	margin-top: 15px;
}
.nav-ewm .ewm-pop dd span{
	display: block;
	margin:8px 0;
}
.nav-ewm .ewm-pop h5{
	color:#4766A7;
}
.city-box{
	position: absolute;
	background: #fff;
	width:410px;
	line-height: normal;
	text-align: left;
	border: 1px solid #4766A7;
	left: 145px;
	top:145px;
	padding:30px 20px;
	display: none;
}
.city-box:before{
	content:'';
	position: absolute;
    top: -1px;
    left: 48%;
    width: 14px;
    height: 14px;
    background: #fff;
    border-top: 1px solid #4766a7;
    border-right: 1px solid #4766a7;
    box-shadow: 0 0 0 lightgray;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
    transform: translate3d(0, -50%, 0) rotate(-45deg);	
}
.city1:before{left: 15%;}
.city2:before{left: 24%;}
.city-box h4{
	font-size: 18px;
	font-weight: normal;
	border-left: 2px solid #4766A7;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #333;
}
.province{
	border-top: 1px solid #c5c5c5;
	padding-top: 20px;
	margin-top:20px;
}
.overview-box li{
	float: left;
}
.city-box li{float: left;width:auto;height: 30px;line-height: 30px;margin-top:10px;}
.city-box li a{
	background:#eee;
	display: inline-block;
	width: 60px;
	text-align: center;
	margin-right: 10px;
}
.city-box li a.none{margin-right: 0;}
.city-box li a:hover{
	background: #4766A7;
	color:#fff !important;
}
.overview{
	background: url(../images/bg.png) top center no-repeat;
	height: 130px;
	margin-top: 40px;
	padding-top:30px;
	position: relative;
}
.overview-box{
	margin:0 10%;
	position: relative;
}
.overview-tit{
	color:#fff;
	margin-right: 20px;
	cursor: pointer;
}
.form{
	background: #FFF;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top:46px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 55px;
}
.form input,.form select{
	border: none;
}
.form:before {
    content:'';
	position: absolute;
    top: 0px;
    left: 172px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    box-shadow: 0 0 0 lightgray;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
    transform: translate3d(0, -50%, 0) rotate(-45deg);	
}
.form1:before{
	left:48px;
}
.form3:before{
	left:272px;
}
.form-btn{
	border-radius:0 4px 4px 0;
	background: #FFA33A;
	border: 0;
	width: 240px;
	color: #fff;
	font-size: 20px;
	line-height: 55px;
}
.area-sel{
	width:140px;
	border-right: 1px solid rgba(102,102,102,.5);
	text-align: center;
	line-height: 33px;
	cursor: pointer;
}
.form1 .area-sel{
	width:435px;
}
.form3 .area-sel{
	width:220px;
}
.form1 .city-box{left:-8px;}
.form3 .city-box{left:-115px;}
.area-sel .arrow:after{
    -webkit-transform: translate3d(0, -50%, 0) rotate(135deg);
    transform: translate3d(0, -50%, 0) rotate(135deg);
    right: -22px;
    top:9px;
}
.area-sel .city-box{
	top:66px;
}
.num-input{
	width:260px;
	border-right: 1px solid rgba(102,102,102,.5);
	text-align: center;
	line-height: 33px;
}
.name-input{
	width:260px;
	border-right: 1px solid rgba(102,102,102,.5);
	line-height: 33px;
}
.industry-box input{
	width:150px;
	border-right: 1px solid rgba(102,102,102,.5);
	line-height: 33px;
	padding-left:40px;
}
.industry-box.arrow:after{
    -webkit-transform: translate3d(0, -50%, 0) rotate(135deg);
    transform: translate3d(0, -50%, 0) rotate(135deg);
    right: 35px;
    top:16px;
}
.industry{
	position: absolute;
	background: #fff;
	border:1px solid #4766A7;
	width:980px;
	padding:0 20px;
	left: -333px;
	top:56px;
	display: none;
}
.industry:before{	
    content:'';
	position: absolute;
    top: -1px;
    left: 416px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-top: 1px solid #4766A7;
    border-right: 1px solid #4766A7;
    box-shadow: 0 0 0 lightgray;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
    transform: translate3d(0, -50%, 0) rotate(-45deg);	
}
.industry li{
	border-bottom: 1px solid rgba(197,197,197,.5);
	width: 100%;
	padding: 15px 0;
}
.industry li h4{
	font-size: 18px;
	border-left: 2px solid #4766a7;
	padding-left: 10px;
	font-weight: normal;
}
.industry li p span{
	cursor: pointer;
	margin-right: 20px;
	margin-top:15px;
	display: inline-block;
}
.industry li p span:hover{
	color:#4766A7;
}
.industry li.tips{
	color:#999;
}
.tip-ico{
	color:#FF744B;
	font-style: normal;
	display: inline-block;
	width: 18px;
	height: 18px;
	border:1px solid #FF744B;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
	line-height: 18px;
}
.type-sel{
	width:180px;
	border-right: 1px solid rgba(102,102,102,.5);
	text-align: center;
	line-height: 33px;
}
.type-sel .arrow:after{
    -webkit-transform: translate3d(0, -50%, 0) rotate(135deg);
    transform: translate3d(0, -50%, 0) rotate(135deg);
    right: -25px;
    top:9px;
}
.type-box{
	position: absolute;
	background: #fff;
	width: 240px;
	border:1px solid #4766A7;
	right: 400px;
	top: 66px;
	display: none;
	padding-top: 10px;
}
.type-box:before{
    content:'';
	position: absolute;
    top: -1px;
    left: 116px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-top: 1px solid #4766A7;
    border-right: 1px solid #4766A7;
    box-shadow: 0 0 0 lightgray;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
    transform: translate3d(0, -50%, 0) rotate(-45deg);	
}
.type-box li{
	float: none;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}
.type-box li:hover{
	background: rgba(72,102,167,.1);
	color:#4766A7;
}
.type-text{
	cursor: pointer;
}
.mobile-input{
	width:180px;
	text-align: center;
	line-height: 33px;
}
.mobile-input input{width:150px;}
.serve-tit{
	text-align: center;
	margin-top: 50px;
	color: #454545;
}
.serve-tit h4{
	font-weight: normal;
}
.serve-tit p{
	margin-top: 10px;
}
.serve-content li{
	float: left;
	width: 23.5%;
	box-sizing: border-box;
	background: #FFF;
	border:1px solid #c5c5c5;
	margin-right: 2%;
	padding:40px 0;
	margin-top: 40px;
	height: 330px;
}
.serve-content li:hover{
	box-shadow: 2px 2px 11px 5px rgba(23, 45, 91, 0.1);
	border: 1px solid #FFA33A;
}
.serve-content li.none{
	margin-right: 0;
}
.serve-content li span{
	text-align: center;
	display: block;
}
.serve-content li h4{
	text-align: center;
	font-weight: normal;
	color:#333;
}
.serve-content li p{
	margin-left: 70px;
	font-size: 18px;
	background: url(../images/list-ico5.png) left center no-repeat;
	text-indent: 25px;
	line-height: 34px;
	color:#666
}
.serve-line{
	width:66px;
	height: 1px;
	background: #4766A7;
	display: block;
	margin:20px auto;
}
.serve-more{
	text-align: center;
}
.serve-more a{
	display: inline-block;
	color:#333;
	height: 59px;
	line-height: 59px;
	border: 1px solid #979797;
	width:258px;
	text-align: center;
	margin-top: 60px;
}
.serve-more a:hover{
	color:#fff !important;
	background: #FFA33A;
	border: 1px solid #FFA33A;
}
.hot-serve{
	background: url(../images/bg2.png) center top no-repeat;
	margin-top: 60px;
	overflow: hidden;
}
.hot-serve-ad{
	width:188px;
	height: 500px;
	padding:0 17px;
	position: relative;
}
.ad-bg1{
	background: url(../images/hotbg1.png) left top no-repeat;
}
.ad-bg2{
	background: url(../images/hotbg2.png) left top no-repeat;
}
.ad-bg3{
	background: url(../images/hotbg3.png) left top no-repeat;
}
.ad-bg4{
	background: url(../images/hotbg4.png) left top no-repeat;
}
.hot-serve-box{
	height: 500px;
	width: 520px;
}
.ad-tit h4{
	font-size: 26px;
	color:rgba(255,255,255,.8);
	font-weight: normal;
	margin-top: 40px;
}
.ad-tit h4 span{
	display: block;
	color: #fff;
}
.hot-line{
	width: 100px;
	height: 2px;
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#FFFFFF), to(#FFA94A));
	background: -webkit-linear-gradient(90deg, #FFFFFF 0%, #FFA94A 100%);
	background: -moz-linear-gradient(90deg, #FFFFFF 0%, #FFA94A 100%);
	background: -o-linear-gradient(90deg, #FFFFFF 0%, #FFA94A 100%);
	background: linear-gradient(90deg, #FFFFFF 0%, #FFA94A 100%);
	margin: 15px 0;
}
.ad-tit ul{
	color:#fff;
}
.ad-tit ul li{
	background: url(../images/hot-ico.png) left center no-repeat;
	text-indent: 24px;
	line-height: 30px;
}
.hot-btn{
	position: absolute;
	width:188px;
	height: 40px;
	line-height: 40px;
	color:#fff;
	text-align: center;
	border: 1px solid #fff;
	bottom: 60px;
	font-size: 20px;
}
.hot-btn:hover{
	color:#fff !important;
	background: #FFA33A;
	border: 1px solid #FFA33A;
}
.bookkeeping{
	margin-bottom: 80px;
}
.hot-serve-info{
	width:259px;
	height: 250px;
	background: #fff;
}
.m-l-38{
	margin-left: 38px;
}
.m-t-60{
	margin-top: 60px;
}
.hot-serve-info:nth-child(odd){
	border-right: 1px solid #C4CBD8;
}
.hot-serve-info:nth-child(1){
	border-bottom: 1px solid #C4CBD8;
}
.hot-serve-info:nth-child(2){
	border-bottom: 1px solid #C4CBD8;
}
.hot-serve-info:hover{
	box-shadow: 2px 2px 11px 5px rgba(23, 45, 91, 0.1);
	position: relative;
}
.hot-serve-info:hover .info-tit{
	color: #0c52c5 !important;
}
.hot-serve-info a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
h5.info-tit{
	color:#333;
	font-weight: normal;
	margin-left: 22px;
	margin-top: 30px;
	position: relative;
}
h5.info-tit img{
	position: absolute;
}
.info-content{
	margin-left: 22px;
	color:#999;
	margin-right: 20px;
	line-height: 25px;
}
.info-tag{margin:10px 0 10px 22px;}
.info-tag span{
	height: 30px;
	line-height: 30px;
	color:#999;
	padding:0 5px;
	display: inline-block;
	border: 1px solid #C4CBD8;
	margin-right: 5px;
	font-size: 14px;
}
.price-more{
	margin-left: 22px;
	margin-top: 10px;
}
.info-price{
	color:#333;
}
.info-price em{
	font-style: normal;
	color:#FF7B4A;
}
.info-more{
	color: #333;
	margin-top: 10px;
	display: block;
}
.bookkeeping-ad{
	/*background: url(../images/bg3.png) center top no-repeat;*/
	height: 100px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	line-height: 100px;
	margin-top: 60px;	
}
.bookkeeping-ad img{width: 100%;}
.case-tit{
	text-align: center;
	margin-top: 50px;
}
.case-tit h4{
	color:#333;
	font-size: 36px;
	font-weight: normal;
}
.case-tit p{
	font-size: 20px;
	color:#666;
	margin-top: 10px;
}
.case-content{margin:50px 0;}
.case-content li{
	float: left;
	width: 360px;
	height: 135px;
	margin-right: 27px;
	margin-top: 23px;
}
.case-content li span{
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.case-content li:hover span{
	margin-top: -6px;
}
.case-content li img{width: 100%;}
.case-content li.none{margin-right: 0;}
.customer{
	background: url(../images/bg4.png) left top no-repeat;
	overflow: hidden;	
}
.customer-tit{
	text-align: center;
	color:#fff;
	font-size: 20px;
	margin:60px 0;
}
.customer-tit h4{
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 10px;
}
.testimonials-inner{
}
.testimonials-inner .container{
	margin:0 200px;
}
.ad-word{
	font-size: 38px;
	color:#fff;
	text-align: center;
	margin:50px 0;
}
.baike-left{
	float: left;
	width:858px;
	height: 815px;
	border:1px solid #c5c5c5;
}
.baike-right{
	width:646px;
	float: right;
	height: 815px;
	border:1px solid #c5c5c5;
	background: #f9f9f9;
}
.baike-tit{
	height: 79px;
	border-bottom: 1px solid #d8d8d8;
	background: #fff;
}
.baike-tit li{
	float: left;
	margin-top: 25px;
	border-right: 1px solid rgba(55,53,53,.3);
	font-size: 20px;
}
.baike-tit li.none{border-right: 0;}
.baike-tit li span{
	cursor: pointer;
	margin:0 24px;
}
.baike-tit li span.cur{
	border-bottom: 1px solid #0c52c5;
	padding-bottom: 10px;
	color:#0c52c5;
}
.company-news dl dt{
	float: left;
	width:440px;
	height: 330px;
}
.company-news dl dt img{display: block;width: 100%;height: 100%;}
.company-news dl dd{
	background: #f9f9f9;
	float: left;
	width: 418px;
	font-size: 18px;
	height: 329px;
	border-bottom: 1px solid #D8D8D8;
}
.company-news dl dd a{
	height: 56px;
	display: block;
	padding:13px 40px;
	border-bottom: 1px solid #D8D8D8;
}
.company-news dl dd a.none{border-bottom: 0;}
.company-news dl dd p:last-child a{border-bottom: 0;}
.company-news dl dd a.cur{
	color:#0c52c5;
	background: rgba(71,102,167,.1);
}
.new-box li{
	text-align: center;
	margin-top: 30px;
	width:416px;
}
.new-box li:last-child{margin-left: 26px;}
.new-box li span{
	display: block;
	width:416px;
	height: 312px;
}
.new-box li img{width: 100%;height: 100%;}
.new-box li p{
	line-height: 60px;
	font-size: 20px;
}
.information{
	padding:0 25px;
}
.information a{
	border-bottom: 1px solid #c5c5c5;
	overflow: hidden;
	padding:19px 0;
	display: block;
}
.information a:last-child{border-bottom: 0;}
.information dl dt img{
	display: block;
	width: 100%;
	height: 100%;
}
.information dl dt{
	float: left;
	width: 144px;
	height: 108px;
}
.information dl dd{
	float: left;
	margin-left: 20px;
}
.information dl dd h5{
	color:#333;
	font-weight: normal;
	margin:5px 0;
}
.information a:hover dl dd h5{
	color: #0c52c5;
}
.information dl dd p{color:#666}
.information dl dd span{
	color:#999;
	margin-top: 8px;
	display: inline-block;
}
.serve-area{
	background: url(../images/bg5.png) center top no-repeat;
	overflow: hidden;
	margin-top: 80px;
	padding-bottom: 50px;
}
.serve-area dl{
	color:#fff;
	font-size: 24px;
}
.serve-area dl dd{float: left;margin-top: 78px;}
.serve-area dl dt{float: right;}
.serve-area dl dd p img{
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 15px;
}
.serve-area dl dd p{line-height: 50px;margin-bottom: 15px;}
.area-city{
	background: #FFFFFF;
	box-shadow: 0px 2px 11px 5px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
}
.area-city{margin-top: 20px;overflow: hidden;}
.area-city h5{
	font-size: 24px;
	color:#333;
	font-weight: normal;
	text-align: center;
	margin-top: 50px;
	position: relative;
}
.area-city h5:before{
	content: '';
	width: 80px;
	height: 1px;
	background: #DCDCDC;
	position: absolute;
	left: 610px;
	top:16px;
}
.area-city h5:after{
	content: '';
	width: 80px;
	height: 1px;
	background: #DCDCDC;
	position: absolute;
	right: 610px;
	top:16px;
}
.area-city ul{
	margin:30px 250px 0 250px;
}
.area-city li{
	float: left;
	width: 72px;
	height: 34px;
	line-height: 34px;
	text-align: center;	
	margin-top: 12px;
}
.area-city li a{
	display: block;
	color:#333;
}
.area-city li a:hover{
	background: #FFA33A;
	color:#fff !important;
}
.city-more{
	width: 180px;
	margin: 40px auto;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid rgba(153,153,153,.4);
}
.city-more a{display: block;}
.city-more a:hover{
	color:#fff !important;
	background: #FFA33A;
	border: 1px solid #FFA33A;
}
.message{
	background: url(../images/bg6.png) center top no-repeat;
	text-align: center;
	padding:60px 0;
	margin:80px 0;
}
.message h4{
	color:#333;
	font-weight: normal;
}
.message p{
	color:#333;
}
.message-box{
	margin:20px 0;
}
.message-box input{
	width: 360px;
	height: 58px;
	background: #FFFFFF;
	border: 1px solid #D3D3D3;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}
.message-box button{
	width: 120px;
	height: 60px;
	background: #FFA33A;
	border:none;
	vertical-align: middle;
	color:#fff;
}
.foot-logo{
	background: url(../images/bg7.png) center top no-repeat;
	height: 150px;
}
.ftlogo{
	float: left;
	margin-top: 20px;
}
.service-number{
	float:right;
	margin-top: 26px;
}
.service-number dt{
	float:right;
}
.service-number dd{
	float: left;
	color:#fff;
	margin-top: 24px;
	margin-right: 30px;
}
.footer{
	background: #2F2F2F;
}
.footerTop-line,.friend-link,.footer-bottom{
	border-bottom: 1px solid rgba(216,216,216,.3);
	padding:30px 0;
	color:#fff;
}
.footerTop{
	display: flex;
	justify-content: space-around;
}
.footerTop li{
	display: flex;
	width: 25%;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(216,216,216,.4);
}
.footerTop li.none{
	border-right: 0;
}
.footerTop li img{
	margin-right: 15px;
}
.cities{
	display: flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.cities li{
	width:140px;
	text-align: center;
	margin-top: 15px;
}
.cities li a{
	color: #8a8a8a;
	display: block;
}
.cities li a:hover{
	color: #fff !important;
}
.link-tit{
	font-size: 0;
}
.link-tit span{
	width: 96px;
	height: 40px;
	background: #212020;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	font-size: 16px;
	margin-right: 20px;
}
.link-tit span.cur{
	background: #565555;
}
.footer-nav{
	float: left;
}
.footer-nav li{
	float: left;
	margin-right: 100px;
	text-align: center;
}
.footer-nav li h5{
	font-size: 18px;
	font-weight: normal;
}
.footer-nav li p{margin-top: 10px;}
.footer-nav li p a{
	color:#8A8A8A;  /*rgba(255,255,255,.78);*/	
}
.footer-nav li p a:hover{
	color:#fff !important;
}
.footer-ewm{
	float: left;
}
.footer-ewm dl{
	float: left;
	margin-right: 42px;
	font-size: 14px;
	text-align: center;
}
.footer-ewm dl dd{margin-top: 10px;}
.contact{
	float: right;
}
.contact div{
	display: flex;
	align-items: center;
}
.contact div img{
	margin-right: 15px;
}
.copyright{
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:#fff;
	font-size: 14px;
	background: #595959;
}
/*产品相关样式*/
.sub-banner1{	
	background: url(../images/product-banner1.png) top center no-repeat;
	height: 600px;
	position: relative;
}
.sub-banner2{	
	background: url(../images/product-banner2.png) top center no-repeat;
	height: 600px;
	position: relative;
}
.sub-banner3{	
	background: url(../images/product-banner3.png) top center no-repeat;
	height: 600px;
	position: relative;
}
.sub-banner4{	
	background: url(../images/product-banner4.png) top center no-repeat;
	height: 600px;
	position: relative;
}
.sub-banner5{	
	background: url(../images/product-banner5.png) top center no-repeat;
	height: 600px;
	position: relative;
}
.crumbs{padding: 20px 0;}
.crumbs a,.crumbs span{
	font-size: 14px;
	color:#333;
	margin:0 5px;
}
.product-tit{
	text-align: center;
}
.product-tit h4{
	color:#454545;
	font-size: 30px;
}
.product-tit span{
	font-size: 18px;
	background: url(../images/p-ico2.png) left center no-repeat;
	padding-left: 25px;
	display: inline-block;
	margin-right: 20px;
	margin-top: 10px;
}
.product-box{
}
.product-box li{
	width: 23.5%;
	background: #FFFFFF;
	border: 1px solid #C5C5C5;
	position: relative;
	height: 430px;
	float: left;
	box-sizing: border-box;
	margin-right: 2%;
	margin-top: 40px;
}
.product-box li:hover{
	box-shadow: 2px 2px 11px 5px rgba(23, 45, 91, 0.1);
	border: 1px solid #FFA33A;
}
.product-box li:hover .consulting{
	background: #C3751C;
}
.product-box li.none{
	margin-right: 0;
}
.product-list{margin-bottom: 60px;}
.consulting{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #FFA33A;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.new{
	position: absolute;
	top: -17px;
	right: -17px;
}
.product-box li a{
	display: block;	
	padding:0 30px;
	height: 428px;
	overflow: hidden;
}
.product-box li h5{
	color:#333;
	font-size: 18px;
	margin-top: 40px;
}
.p-intro{
	color:#999;
	font-size: 14px;
	margin-top: 15px;
	height: 38px;
	overflow: hidden;
}
.product-con{
	border-top: 1px solid rgba(196,203,216,.67);
	margin-top: 20px;
	padding-top: 20px;
	height: 80px;
}
.product-con p{
	background:url(../images/p-ico.png) left center no-repeat;
	padding-left: 25px;
	margin-bottom: 8px;
	color: #666;
}
.product-tag{margin:20px 0;font-size:0}
.product-tag span{
	padding:0 8px;
	height: 30px;
	font-size: 16px;
	display: inline-block;
	color:#FF814B;
	line-height: 30px;
	text-align: center;
	margin-right: 12px;
	border: 1px solid;
	-webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(255, 173, 74, 1)), to(rgba(255, 109, 75, 1)));
	-webkit-border-image: -webkit-linear-gradient(90deg, rgba(255, 173, 74, 1), rgba(255, 109, 75, 1));
	-moz-border-image: -moz-linear-gradient(90deg, rgba(255, 173, 74, 1), rgba(255, 109, 75, 1));
	-o-border-image: -o-linear-gradient(90deg, rgba(255, 173, 74, 1), rgba(255, 109, 75, 1));
	border-image: linear-gradient(90deg, rgba(255, 173, 74, 1), rgba(255, 109, 75, 1)) 1 1;
}
.discount-price{
	color:#333;
}
.discount-price em{
	font-size: 24px;
	color: #FF7B4A;
	font-style: normal;
}
.original-price{
	color:#999;
	text-decoration: line-through;
	margin-top: 4px;
}
.advantage{
	margin-top: 80px;
	background: url(../images/p-bg2.png) top center no-repeat;
	overflow: hidden;
	padding-bottom: 50px;
}
.advantage h4{
	color:#fff;
	font-size: 36px;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
}
.advantage p img{
	width: 100%;
}
.else-box{
	margin:80px auto;
}
.else-box h4{
	text-align: center;
	font-size: 36px;
	color:#454545;
}
.else-box li{
	float: left;
	width: 23%;
	height: 204px;
	background: #FFFFFF;
	/*border: 1px solid #C5C5C5;
	margin-top: 40px;*/
	margin-right: 2%;	
	-webkit-transition: all .3s;
	transition: all .3s;
}
.else-box li.none{margin-right: 0;}
.else-box li a{
	display: flex;
	justify-content: center;
	height: 122px;
	padding-top: 40px;
	border: 1px solid #C5C5C5;
	-webkit-transition:all .3s;
	transition:all .3s;
	margin-top: 40px;
}
.else-box li span{
	width:70px;
	height: 70px;
	display: block;
	margin-top: 10px;
	margin-right: 15px;
}
.else-box li span img{display: block;}
.else-box li:hover a{
	box-shadow: 2px 2px 11px 5px rgb(23 45 91 / 10%);
    border: 1px solid #FFA33A;
    margin-top: 34px;
}
.else-con p{
	color: #333;
	margin:10px 0;
}
.else-con p em{
	font-style: normal;
	border-right: 1px solid rgba(102,102,102,.5);
	margin-right: 10px;
	padding-right: 10px;
}
.else-con p em:last-child{
	border-right:0;
	margin-right: 0;
	padding-right: 0;
}
.else-con h5{
	font-size: 20px;
	color:#333;
}
.else-con i{
	font-size: 14px;
	color:#999;
	font-style: normal;
}
.generalize{
	border:1px solid #D5D5D5;
	padding:30px;
	display: flex;
	background: #fff;
}
.product-img{
	width:400px ;
	height: 300px;
	margin-right:30px;
	flex-shrink: 0;
}

.product-img img{width: 100%;height: 100%;}
.product-info{width: 1025px;flex-shrink: 0;}
.product-info h1{
	font-size: 26px;
	color: #333;
}
.product-info p{
	font-size: 18px;
	color: #999;
	margin-top:8px;
}
.gen-price{
	background: #F9F9F9;
	padding:15px;
	margin-top: 15px;
}
.gen-price dl{margin-top: 5px;}
.gen-price dl dt{
	float: left;
	font-size: 18px;
	color: #333;
}
.gen-price dl dd{
	float: left;
}
.old-price{
	color: #999999;
	font-size: 18px;
	text-decoration: line-through;
}
.new-price{
	font-size: 18px;
	color: #ACACAC;
}
.new-price span{
	color:#FF7B4A;
}
.new-price span i{
	font-size: 30px;
	font-style: normal;
}
.product-youshi span{
	background: url(../images/p-ico.png) left center no-repeat;
	padding-left: 25px;
	margin-right: 10px;
}
.product-btn{
	width: 160px;
	height: 50px;
	background: #FFA33A;
	font-size: 20px;
	color: #FFF;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	margin:15px 15px 0 15px;
}
.product-btn img{
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 5px;
}
.hot-product{margin-top: 60px;}
.hot-product .title{
	height: 50px;
	background: rgba(71,102,167,.04);
	border-top: 1px solid rgba(71,102,167,.6);
}
.hot-product .title h4{
	margin-top: 12px;
	font-size: 20px;
	color: #333333;
	border-left: 2px solid #4766A7;
	padding-left: 10px;
	margin-left: 20px;
}
.left-box{
	float: left;
	width: 1014px;
}
.right-box{
	float: right;
	width: 493px;
}
.product-detail-box{
	background:#fff;
	border: 1px solid #C5C5C5;
}
.related-news,.watching{
	border: 1px solid #C5C5C5;
	padding:0 30px 20px 30px;
	font-size: 20px;
	background: #fff;
}
.related-news h4,.watching h4{
	color: #333;
	border-left: 2px solid #4766A7;
	margin-top: 20px;
	padding-left: 10px;
}
.watching {overflow: hidden;}
.watching ul{float: left;width: 50%;}
.related-news ul li,.watching ul li{margin-top: 23px;}
.related-news ul li a,.watching ul li a{
	color:#333333;
}
.related-news ul li span.top,.watching ul li span.top{
	background: -webkit-gradient(linear, 100% 0, 0 0, from(#FFA74A), to(#FF6E4B));
	background: -webkit-linear-gradient(180deg, #FFA74A 0%, #FF6E4B 100%);
	background: -moz-linear-gradient(180deg, #FFA74A 0%, #FF6E4B 100%);
	background: -o-linear-gradient(180deg, #FFA74A 0%, #FF6E4B 100%);
	background: linear-gradient(180deg, #FFA74A 0%, #FF6E4B 100%);
	box-shadow: 0px 2px 4px 0px rgba(255, 113, 75, 0.62);
}
.related-news ul li span,.watching ul li span{
	width: 26px;
	height: 26px;
	background: rgba(71,102,167,.3);
	line-height: 26px;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}
.zixun-box{
	border: 1px solid #C5C5C5;
	background: #fff;
}
.zixun-box h4{
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: url(../images/p-bg3.png) left top no-repeat;
	font-size: 26px;
	color: #4766A7;
	font-weight: 500;
	background-size: 100%;
}
.mt-17{
	margin-top: 22px;
}
.mt-20{
	margin-top: 20px;
}
.mt-30{
	margin-top: 30px;
}
.mt-40{
	margin-top: 40px;
}
.mt-60{
	margin-top: 60px;
}
.zixun-form{
	margin:0 30px;
}
.zixun-form p{
	font-size: 18px;
	margin-top: 20px;
}
.zixun-form li{margin-top: 20px;line-height: 48px;}
.zixun-form li span{
	float: left;
	color: #333;
	margin-right: 20px;
}
.zixun-form li input,.zixun-form li select{
	height: 48px;
	width: 294px;
	border: 1px solid #C5C5C5;
	padding:0 10px;
}
.zixun-form li select{width: 315px;}
.zixun-btn{
	text-align: center;
	height: 50px;
	background: #4766A7;
	color: #fff;
	line-height: 50px;
	margin:40px 0;
	cursor: pointer;
}
.detail-title{
	border-bottom: 1px solid #c5c5c5;
	overflow: hidden;
	height: 79px;
}
.detail-title li{
	float: left;
	margin:27px 0;
	border-right:1px solid rgba(55,53,53,.3);
	padding:0 20px;
}
.detail-title li a{
	color:#333;
	display: inline-block;
	position: relative;
}
.detail-title li a.cur{color: #0c52c5;}
.detail-title li a.cur:after{
	content: '';
	width:80px;
	height: 1px;
	background:#0c52c5;
	position: absolute;
	left: 0;
	bottom: -26px;
}
.detail-title li:last-child{border-right: 0;}
.product-detail{
	margin:0 50px;
}
.detail-tit{
	text-align: center;
	color: #454545;
	font-size: 28px;
	margin:40px 0;
}
.detail-tit img{margin:0 20px;}
.pm-content{
	margin:0 80px;
}
.pm-content > dl{
	width: 100%;
	border: 1px dashed #FFA33A;
	padding:20px;
	overflow: hidden;
	box-sizing: border-box;
}
.pm-content > dl:nth-child(2){
	border: 1px dashed #4766A7;
	margin-top: 40px;
}
.pm-content > dl:hover{
	box-shadow: 2px 2px 11px 5px rgba(23, 45, 91, 0.1);
}
.pm-content > dl:nth-child(1) dt{
	width:30px;
	background: rgba(255,163,58,.1);
	padding:15px 10px 0 10px;
	text-align: center;
	float: left;
	height: 135px;
	line-height: 30px;
}
.pm-content > dl:nth-child(2) dt{
	width:30px;
	background: rgba(71,102,167,.1);
	padding:10px 10px 0 10px;
	text-align: center;
	float: left;
	height: 140px;
	line-height: 26px;
}
.pm-content dd{
	margin-left: 70px;
	line-height: 30px;
}
.product-advantage{
	background: rgba(71,102,167,.04);
}
.product-advantage .detail-tit{
	margin: 0;
	padding-top: 40px;
}
.pq-content{
	margin:0 30px;
}
.pq-content dt,.pq-content dd{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 15px;
}
.pq-content dd{margin-bottom: 30px;}
.pq-content dt p,.pq-content dd p{
	display: inline-block;
	word-break: break-all;
	margin-left: 10px;
}
.pq-content dt p{font-size: 20px;color: #333;}
.pq-content dd p{line-height: 24px;}
.pq-content dt span,.pq-content dd span{
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color:#fff;
	background:#4766A7;
	border-radius: 50%;
	font-size: 14px;
	flex-shrink:0
}
.pq-content dd span{
	background: #ffa33a;
}
.pq-content dt span{margin-top: 2px;}
.free-box{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(45,45,45,.5);
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
}
.free-box .zixun-box{
	width: 654px;
	height: 540px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -327px;
	margin-left: -295px;
	background: #fff;
}
.free-box .zixun-box h4{
	background: none;
	color: #333;
	line-height: 26px;
	height: auto;
	margin-bottom: 10px;
}
.box-top{text-align: center;}
.free-box .zixun-form{margin:0 60px;}
.free-box .zixun-form li input,.free-box .zixun-form li select{
	width:390px;
}
.free-box .zixun-form li select{width:411px}
.free-box .zixun-btn{width: 160px;margin:40px auto;}
.box-close{font-size: 25px; text-align: right;margin:20px;}
.box-close span{display: block;cursor: pointer;}
.pf-content img,.pa-content img{width: 100%;}
.main-bg{background: #F9F9F9;padding-bottom: 40px;}
.ordbt_fix{
	background: #fff;
	width: 90%;
	z-index: 100;
	padding-left: 10%;
}
.product-index-tit{
	margin:0 10px;
	text-align: center;
}
.product-index-tit p{
	margin-top: 8px;
}
.product-index-tit p em{
	font-style: normal;
	background: url(../images/p-ico2.png) left center no-repeat;
	padding-left: 26px;
	margin:0 8px;
}
.product-index-tit span{
	display: block;
	text-align: right;
}
.pd-content{line-height: 30px;}
/*资讯相关样式*/
.need{
	border:1px solid #C5C5C5;
	padding:0 30px 30px 30px;
}
.need h4{
	margin-top: 20px;
	border-left: 2px solid #4766A7;
	padding-left: 10px;
}
.need-content a{display: block;margin-top: 30px;}
.need-content a:hover h5{color:#0c52c5}
.need-content dl{
	overflow: hidden;
	display: flex;	
}
.need-content dt{
	width: 90px;
	height: 68px;
	background: #ccc;
	flex-shrink: 0;
}
.need-content dt img{
	width:100%;
	height: 100%;
}
.need-content dd{
	margin-left: 15px;
	line-height: 23px;
}
.need-content dd h5{
	color:#333;
}
.need-content dd p{
	color:#999;
}
.need-content dd span{
	color: #FF7B4A;
}
.follow{
	border:1px solid #C5C5C5;
	padding:0 30px;
}
.follow dl{
	display: flex;
	margin:30px 0;
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 30px;
}
.follow dl.none{
	border-bottom: 0;
	padding-bottom: 0;
}
.follow dt{
	width: 94px;
	height: 94px;
	padding:3px;
	border: 1px solid #C5C5C5;
	flex-shrink: 0;
}
.follow dt img{width: 100%;height: 100%;}
.follow dd{
	margin-left: 20px;
}
.follow dd h5{
	color:#4766A7;
	margin-bottom: 5px;
}
.follow dd p{
	color:#999;
}
.follow dd span{
	display: block;
	width: 110px;
	height: 34px;
	border-radius: 26px;
	border: 1px solid #4766A7;
	color: #4766A7;
	text-align: center;
	line-height: 34px;
	margin-top: 10px;
	cursor: pointer;
}
.follow dd span a{color: #4766A7;}
.company-list{
	border: 1px solid #C5C5C5;
}
.it-left{
	float: left;
	width: 654px;
	height: 490px;
	position: relative;
	overflow: hidden;
}
.img-text{
	padding:15px 15px 0 15px;
}
.img-text img{
	width: 100%;
	height: 100%;
}
.it-left span{
	width: 100%;
	position:absolute;
	left: 0;
	bottom:0;
	display: block;
	height: 60px;
	line-height: 60px;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-align: center;
}
/*.it-left a:hover span{color:#0c52c5}*/
.it-right{
	float: right;
	width:312px;
}
.it-right li{
	position: relative;
	height: 234px;
	overflow: hidden;
}
.it-right li span{
	position: absolute;
	width: 100%;
	position:absolute;
	left: 0;
	bottom:0;
	display: block;
	height: 60px;
	line-height: 60px;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-align: center;
}
.word-list li{
	height: 79px;
	line-height: 79px;
	padding:0 30px;
	border-bottom: 1px solid rgba(197,197,197,.5);
}
.word-list li:last-child{
	border-bottom: 0;
}
.word-list li span{
	width: 96px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	background:rgba(71,102,167,.1)
}
.word-list li span a{
	color: #4766A7;
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}
.word-list li a{
	border-left: 1px solid rgba(102,102,102,.5);
	padding-left: 10px;
	margin-left: 6px;
}
.word-list li i{
	float: right;
	color:#999;
	font-style: normal;
}
.word-list li a.more-news{
	border-left: 0;
	float: right;
}
.compilation{
	border:1px solid #C5C5C5;
}
.detail-title li a.cur.whole:after{
	width: 40px;
}
.comp-item{
	border-bottom: 1px solid #C5C5C5;
	padding:30px;
	display: flex;
}
.comp-tag{
	width: 86px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #FFA33A;
	color: #FFA33A;
	display: inline-block;
	vertical-align: middle;
}
.comp-tag:hover{
	color: #FFA33A !important;
}
.comp-h4{
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}
.comp-item p{
	margin-top: 10px;
	line-height: 25px;
	color: #666;
	height: 30px;
	overflow: hidden;
}
.comp-item span{
	color: #999;
	margin-top: 20px;
	display: block;
}
.comp-img img{width:100%;height: 100%;}
.comp-img{
	width:180px;
	height: 135px;
	flex-shrink: 0;
	margin-right: 30px;
}
.comp-more{
	text-align: center;
	margin: 50px 0;
}
.comp-more a{
	color:#333;
	width: 180px;
	height: 59px;
	line-height: 59px;
	border:1px solid rgba(151,151,151,.5);
	display: block;
	margin: 0 auto;
}
.comp-more a:hover{
	color:#fff !important;
	background: #FFA33A;
	border: 1px solid #FFA33A;
}
.comp-more span{
	font-size: 16px;
	display: none;
}
.news-detail{
	border: 1px solid #C5C5C5;
	padding:30px;
}
.news-detail h1{margin-bottom: 10px;}
.news-detail p.source span{margin-right: 20px;}
.news-content{
	color:#333;
	margin-top: 30px;
	line-height: 34px;
}
.paging{
	margin-top: 40px;
}
.paging p{
	margin-bottom: 15px;
}
.paging p a{
	color: #4766A7;
}
/*服务区域相关样式*/
.area-list ul{
	display: flex;
	flex-wrap: wrap;
}
.area-list li{
	width: 360px;
	background: #FFFFFF;
	box-shadow: 2px 2px 11px 5px rgba(23, 45, 91, 0.1);
	margin-top: 50px;
	margin-right: 33px;
}
.area-list li.none{
	margin-right: 0;
}
.area-list li img{
	width:100%;
	height: 100%;
}
.area-list li h4{
	color:#333;
	margin-top: 10px;
	margin-left: 10px;
}
.area-list li a:hover h4{
	color:#0c52c5;
}
.area-list li p{
	line-height: 20px;
	margin: 10px;
	color: #666;
}
.area-list li span{
	display: block;
	width: 360px;
	height: 264px;
}
.conditions li{
	border-bottom: 1px solid #D8DCE5;
	padding:20px 0 15px 0;
	position: relative;
}
.conditions li:first-child .cond-body a span{
	padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 5px;
}
.conditions li:first-child .cond-body span.cur,.condition-item span:hover{
	background: #FFA33A;
	border-radius: 17px;
	color: #FFF !important;
}
.conditions li:last-child{
	border-bottom: 0;
}
.cond-body{
	padding:0 190px 0 115px
}
.cond-head{
	position: absolute;
    left: 30px;
    top: 24px;
}
.cond-foot{
	position: absolute;
	right: 100px;
	top: 20px;
}
.cond-body span{
	position: relative;
	margin-right: 4px;
	cursor: pointer;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	margin-bottom: 5px;
}
.cond-body span > a{
	color: #333;
	display: block;
	padding:0 18px;
}
.cond-body span.ishidden{
	visibility: hidden;
}
.condition-item{
	height: 39px;
}
.condition-item.condition-city{
	height: auto;
}
.condition-item span.cur > a,.condition-item span:hover > a{
	background: #FFA33A;
	border-radius: 17px;
	color: #FFF !important;
}
.condition-item span .city-box li a:hover, .condition-item span .city-box li a:hover{
	background: #4766A7;
    color: #fff !important;
}
.selected-conditions span{
	width: 90px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #D8DCE5;
	background: #fff;
	border-radius: 0;
	color: #333;
	padding: 0;
	margin-right: 10px;
	cursor: auto;
	display: inline-block;
}
.selected-conditions span a{padding:0}
.cond-foot em{
	display: inline-block;
	font-size: 16px;
	color: #333;
	font-style: normal;
	width: 57px;
	height: 34px;
	border: 1px solid #D8DCE5;
	line-height: 34px;
	position: relative;
	padding:0 10px;
	margin-left: 10px;
	cursor: pointer;
}
.cond-foot em.arrow:after{
	transform: translate3d(0, -50%, 0) rotate(135deg);
	top: 15px;
	right: 12px;
}
.cond-foot em.arrow.arrow1:after{
	transform: translate3d(0, -50%, 0) rotate(-45deg);
	top: 20px;
}
.cond-body .city-box{
	z-index: 100;
	left: -150px;
	top: 50px;
	width: 330px;
}
.cond-body .city-box li a.active{	
	background: #4766A7;
	color: #fff;
}
.cond-body .city-box li a{
	width: 155px;
}
.cond-body .city-box li{
	border-bottom: 0;
	padding:0
}
.zoom:hover img{
	-webkit-transform:scale(1.1);
 	transform:scale(1.1);	
}
.zoom img{
	-webkit-transition:transform ease .3s 0s;
	transition:transform ease .3s 0s;
}
.area-banner{
	position: relative;
	height: 600px;
	overflow: hidden;
}
.area-banner img{
	position: absolute;
	left:50%;
	margin-left: -960px;
	height: 600px;
}
.area-material{
	background: url(../images/area-bg6.png) center center no-repeat;
	text-align: center;
	padding:80px 0;
	margin-top: 80px;
}
.dz-material{
	background:url(../images/dz-bg6.png) center center no-repeat;
}
.area-material h4{
	text-align: center;
	color: #fff;
}
.area-material img,.area-success img{width: 100%;}
.area-material p,.area-success p{margin-top: 30px;}
.area-success{
	background: url(../images/area-bg7.png) center center no-repeat;
	text-align: center;
	padding:80px 0;
	background-size: 100% 100%;
}
.area-success h4,.area-question h4{
	text-align: center;
	color: #333;
}
.area-question{
	background: #F9F9F9;
	padding:80px 0;
}
.aqlist{
	background: #FFFFFF;
	box-shadow: 2px 2px 11px 5px rgba(23, 45, 91, 0.1);
	padding:50px 0;
	margin-top: 50px;
}
.aqlist div{
	float: left;
	width: 49%;
}
.aqlist div:first-child{
	border-right: 1px dashed rgba(223,101,58,.56);
}
.aqlist div dl{
	margin-left: 80px;
	margin-right: 80px;
	margin-bottom: 50px;
}
.aqlist div dl:last-child{
	margin-bottom: 0;
}
.aqlist div dl span{
	display: inline-block;
	background: #4B6BB2;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	margin-right: 10px;
}
.aqlist div dd span{
	background: #DF653A;
}
.aqlist div dt{
	font-size: 20px;
	color: #333;
}
.aqlist div dd{
	font-size: 16px;
	margin-top: 18px;
	line-height: 24px;
}
.area-recommend .comp-h4{margin-left: 0;}
.recommend-box{
	display: flex;
	justify-content: space-between;
	width: 1498px;
	margin: 0 auto;
}
.area-recommend{
	width: 724px;
	/*height: 700px;*/
	background: #FFFFFF;
	box-shadow: 2px 2px 11px 5px rgba(23, 45, 91, 0.1);
	padding:30px 0;
}
.area-recommend .comp-img{
	width: 144px;
	height: 108px;	
}
.area-recommend .comp-item{
	padding:10px 30px;
	border-bottom: 0;
}
.area-recommend .comp-item span{margin-top: 12px;}
.recommend h4{
	text-align: center;
	margin:80px 0 60px 0;
}
.agency-tit{
	color: #454545;
	text-align: center;
	line-height: 40px;
	margin:45px 0;
}
.agency-content,.account-content{
	display: flex;
	justify-content: space-between;
	color: #454545;
}
.agency-content li,.account-content li{
	width: 285px;
	height: 191px;
	background: #FFFFFF;
	border: 1px solid #C5C5C5;
	text-align: center;
	padding:80px 0;
}
.agency-content li span,.account-content li span{
	width: 74px;
	height: 74px;
	display: inline-block;
}
.agency-content li:nth-child(1) span{
	background: url(../images/area-ico5.png) no-repeat;
}
.agency-content li:nth-child(2) span{
	background: url(../images/area-ico7.png) no-repeat;
}
.agency-content li:nth-child(3) span{
	background: url(../images/area-ico6.png) no-repeat;
}
.agency-content li:nth-child(4) span{
	background: url(../images/area-ico4.png) no-repeat;
}
.agency-content li:nth-child(5) span{
	background: url(../images/area-ico3.png) no-repeat;
}
.agency-content li:hover,.account-content li:hover{
	color:#fff;
}
.agency-content li:nth-child(1):hover{
	background: url(../images/area-bg3.png) no-repeat;
}
.agency-content li:nth-child(2):hover{
	background: url(../images/area-bg5.png) no-repeat;
}
.agency-content li:nth-child(3):hover{
	background: url(../images/area-bg4.png) no-repeat;
}
.agency-content li:nth-child(4):hover{
	background: url(../images/area-bg2.png) no-repeat;
}
.agency-content li:nth-child(5):hover{
	background: url(../images/area-bg.png) no-repeat;
}
.agency-content li:nth-child(1):hover span{
	background: url(../images/area-ico10.png) no-repeat;
}
.agency-content li:nth-child(2):hover span{
	background: url(../images/area-ico12.png) no-repeat;
}
.agency-content li:nth-child(3):hover span{
	background: url(../images/area-ico11.png) no-repeat;
}
.agency-content li:nth-child(4):hover span{
	background: url(../images/area-ico9.png) no-repeat;
}
.agency-content li:nth-child(5):hover span{
	background: url(../images/area-ico8.png) no-repeat;
}
.agency-content li h5,.account-content li h5{
	position: relative;
	margin-top: 20px;
}
.agency-content li:hover h5:after,.account-content li:hover h5:after{
	background: #fff;
}
.agency-content li h5:after,.account-content li h5:after{
	content: '';
	width: 67px;
	height: 2px;
	background: #4766A7;
	position: absolute;
	left: 38%;
	bottom: -15px;
}
.agency-content li p,.account-content li p{
	margin-top: 30px;
}

.account-content li:nth-child(1) span{
	background: url(../images/dz-ico.png) no-repeat;
}
.account-content li:nth-child(2) span{
	background: url(../images/dz-ico2.png) no-repeat;
}
.account-content li:nth-child(3) span{
	background: url(../images/dz-ico3.png) no-repeat;
}
.account-content li:nth-child(4) span{
	background: url(../images/dz-ico4.png) no-repeat;
}
.account-content li:nth-child(5) span{
	background: url(../images/dz-ico5.png) no-repeat;
}
.account-content li:nth-child(1):hover{
	background: url(../images/dz-bg.png) no-repeat;
}
.account-content li:nth-child(2):hover{
	background: url(../images/dz-bg2.png) no-repeat;
}
.account-content li:nth-child(3):hover{
	background: url(../images/dz-bg3.png) no-repeat;
}
.account-content li:nth-child(4):hover{
	background: url(../images/dz-bg4.png) no-repeat;
}
.account-content li:nth-child(5):hover{
	background: url(../images/dz-bg5.png) no-repeat;
}
.account-content li:nth-child(1):hover span{
	background: url(../images/dz-ico6.png) no-repeat;
}
.account-content li:nth-child(2):hover span{
	background: url(../images/dz-ico7.png) no-repeat;
}
.account-content li:nth-child(3):hover span{
	background: url(../images/dz-ico8.png) no-repeat;
}
.account-content li:nth-child(4):hover span{
	background: url(../images/dz-ico9.png) no-repeat;
}
.account-content li:nth-child(5):hover span{
	background: url(../images/dz-ico10.png) no-repeat;
}
.area-contact{
	background: #F9F9F9;
	height: 192px;
	overflow: hidden;
}
.area-contact h4{
	text-align: center;
	color: #333;
	margin-top: 40px;
}
.area-contact h4 span{
	color:#B40A0A;
}
.contact-box{
	margin-top: 20px;
}
.contact-box label{color:#333;}
.contact-box label i{
	font-style: normal;
	color: #FFA33A;
}
.contact-box input{
	width: 640px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	text-align: center;
	margin-left: 20px;
	vertical-align: middle;
}
.contact-box button{
	width: 200px;
	height: 52px;
	background: #FFA33A;
	text-align: center;
	line-height: 52px;
	color: #fff;
	border: none;
	vertical-align: middle;
	margin-left: 15px;
}
/*关于我们相关样式*/
.imgbox{
	position: relative;
	height: 270px;
	overflow: hidden;
}
.imgbox img{
	position: absolute;
	left:50%;
	margin-left: -960px;
	height: 270px;
}
.top-ad{
	position: relative;
	height: 120px;
	overflow: hidden;
}
.top-ad img{
	position: absolute;
	left:50%;
	margin-left: -960px;
	height: 120px;
}
.us-left-box,.help-left{
	float: left;
	width: 208px;
	background: #FFFFFF;
	box-shadow: 2px 2px 11px 5px rgba(23, 45, 91, 0.1);
}
.us-left-box li{
	border-bottom: 1px solid rgba(197,197,197,.5);
	line-height: 60px;
}
.us-left-box li.arrow:after{
	right: 38px;
	-webkit-transform: translate3d(0, -50%, 0) rotate(135deg);
	transform: translate3d(0, -50%, 0) rotate(135deg);
}
.us-left-box li a{
	display: block;
	padding-left: 24px;
	border-left: 6px solid #fff;
}
.us-left-box li a:hover,.us-left-box li.cur a{
	background: rgba(71,102,167,.1);
	border-left: 6px solid #0c52c5;
	color: #0c52c5;
}
.us-right-box{
	float: right;
	width: 1288px;
	background: #FFFFFF;
	box-shadow: 2px 2px 11px 5px rgba(23, 45, 91, 0.1);
}
.cultural,.core{
	margin-top: 60px;
	margin-left: 40px;
}
.cultural{color: #333;}
.us-tit h4{
	color:#333;	
}
.cultural ul{
	height: 301px;
}
.cultural li{
	float: left;
	width: 580px;
	margin-right: 40px;
	margin-top: 50px;
	display: flex;
	border:1px solid #C5C5C5;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cultural li:hover{
	box-shadow: 2px 2px 11px 5px rgba(23, 45, 91, 0.1);
	border:1px solid #fff;
	margin-top: 44px;
}
.cultural li span{
	display: block;
	flex-shrink: 0;
	width: 289px;
}
.cultural li span img{
	width: 100%;
}
.cultural li div{
	text-align: center;
	width: 291px;
	padding-top: 49px;
}
.cultural li div h4{
	border-bottom: 1px solid #4766A7;
	display: inline;
	padding-bottom: 12px;
}
.cultural li div em{
	display: block;
	margin-bottom: 10px;
}
.cultural li div p{
	margin-top: 30px;
}
.core li{
	float: left;
	width: 184px;
	height: 184px;
	color: #fff;
	text-align: center;
	margin: 50px 20px 50px 0;
}
.core li:nth-child(1){
	background: url(../images/us-img3.png) no-repeat;
	background-size: 100% 100%;
}
.core li:nth-child(2){
	background: url(../images/us-img4.png) no-repeat;
	background-size: 100% 100%;
}
.core li:nth-child(3){
	background: url(../images/us-img5.png) no-repeat;
	background-size: 100% 100%;
}
.core li:nth-child(4){
	background: url(../images/us-img6.png) no-repeat;
	background-size: 100% 100%;
}
.core li:nth-child(5){
	background: url(../images/us-img7.png) no-repeat;
	background-size: 100% 100%;
}
.core li:nth-child(6){
	background: url(../images/us-img8.png) no-repeat;
	background-size: 100% 100%;
}
.core li h5{
	padding-top: 65px;
}
.core li p{
	margin-top: 5px;
}
.core li div{	
	width: 166px;
	height: 166px;
	margin: 9px;
	border: 1px solid transparent;
}
.core li:hover div{	
	border: 1px solid #fff;
}
.profile,.founder,.help-center{
	margin:60px 40px;
	color: #333;
}
.profile dl{
	margin-top: 25px;
	display: flex;
}
.profile dt{
	width: 509px;
	height: 401px;
	flex-shrink: 0;
	margin-right: 40px;
}
.profile dt img{
	width: 100%;
}
.profile dd{
	line-height: 30px;
	margin-top: 35px;
	font-size: 16px;
}
.us-bg{
	background: url(../images/us-bg.png) no-repeat;
	background-size: 100% 100%;
}
.founder dl{
	display: flex;
	margin:20px 120px 0 120px; 
}
.founder dt{
	margin-right: 70px;
	flex-shrink: 0;
}
.founder dd{
	line-height: 30px;
	margin-top: 50px;
	font-size: 16px;
}
.history{
	position: relative;
	margin:60px 0 130px 40px;
}
.black-Horizontal {
	width: 2px;
	height: 958px;
	background: #4766A7;
	position: relative;
	top: 30px;
	left:603px;
}
.black-Horizontal:before{
	content: '';
	width:20px;
	height: 20px;
	border-color:#4766A7;
    border-width: 0 0 2px 2px;
    border-style: solid;
    -webkit-transform:rotateZ(135deg);
    -moz-transform:rotateZ(135deg); 
    -ms-transform:rotateZ(135deg);  
    -o-transform:rotateZ(135deg);  
    transform:rotateZ(135deg); 
    top:3px;
    position: absolute;
    left:-10px;
}
.red-spot {
	width: 13px;
	height: 13px;
	background: #4766A7;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	left:598px;
	top:40px;
}
.second-center{
	position: absolute;
	top:165px;
	width: 100%;
	text-align: left;
}
.second-center li{
	position: relative;
}
.step{
	position: absolute;
	background: rgba(119,142,189,.1);
	border-radius: 10px;
	padding:20px 15px;
	line-height: 22px;
	width: 510px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.step h4{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.step p{
	font-size: 16px;
}
.h-right{
	left:660px;
}
.h-left{
	left:8px;
	text-align: right;
}
.step:before{
	content:"";  
	display:block;  
	border-width:12px;  
	position:absolute;   
	top:35px;  
	left:-24px;
	border-style:dashed solid solid dashed;  
	border-color:transparent rgba(119,142,189,.1) transparent  transparent;  
	font-size:0;  
	line-height:0; 
} 
.step:hover{
	margin-top: -6px;
}
.step9:before{
	top:46px;	
}
.step.h-left:before{
	left: 540px;
	border-color:transparent transparent  transparent rgba(119,142,189,.1); 
}
/*帮助中心*/
.help-left li{
	line-height: 50px;
}
.help-left > ul > li:first-child{
	border-bottom: 1px solid #C5C5C5;
	line-height: 60px;
}
.help-left > ul > li:first-child.cur a,
.help-left > ul > li:first-child:hover a{
	background: rgba(71,102,167,.1);
	color: #0c52c5;
}
.help-left li span{
	cursor: pointer;
	display: block;
}
.help-left li a{
	display: block;
	padding-left: 20px;
}
.help-left li a:hover,.help-left li.cur a{
	background: rgba(71,102,167,.1);
	color: #0c52c5;
}
.help-left > ul > li > span{
	padding-left: 20px;
}
.second-sub,.three-sub{display: none;}
.second-sub li span,.second-sub li a{
	padding-left:30px
}
.three-sub li span,.three-sub li a{
	padding-left:48px
}
.help-left li span i{
}
.help-left li span i img{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-right: 6px;
	transition: all 0.2s ease-out;
}
.help-left li span.action i img{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.help-center ul{
	display: flex;
	justify-content: space-between;
}
.help-center ul li{
	float: left;
	width: 31%;
	border: 1px solid #C5C5C5;
	display: flex;
	justify-content: center;
	padding:40px 0;	
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-top: 60px;
	height: 66px;
}
.help-center ul li:hover{
	box-shadow: 2px 2px 11px 5px rgba(23, 45, 91, 0.1);
	border-color: transparent;
	margin-top:50px;
}
.help-center ul li span{
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	margin-right: 20px;
}
.help-center ul li span img{width: 100%; height: 100%;}
.help-center ul li p{margin-top: 10px;}
.help-center ul li p a:first-child{
	border-right: 1px solid #D8D8D8;
	padding-right: 8px;
	margin-right: 8px;
}
.help-center ul li p a:hover{
	color: #5572AE;
}
.question-list dt{
	font-size: 20px;
	margin-top: 30px;
}
.question-list dd{
	font-size: 16px;
	margin-top: 15px;
	line-height: 24px;
}
.solved{
	text-align: center;
	border-top: 1px solid #D8D8D8;
	margin-top: 60px;
	padding-top: 40px;
}
.solved a{
	display: inline-block;
	padding-left: 30px;
	margin:10px 30px 0 0;
}
.solved a.s1{
	background:url(../images/zan.png) left center no-repeat;
}
.solved a.s2{
	background:url(../images/zan2.png) left center no-repeat;
}
.guide-step p{margin-top: 15px;line-height: 30px;}
/*分页样式*/
.pagination{
	text-align: center;
	margin-top: 50px;
}
.pagination ul{
	display: flex;
	justify-content: center;
}
.pagination li a{
	width: 32px;
	text-align: center;
	margin:0 4px;
}
.pagination li a.cur,.pagination li a:hover{	
	background: #4C6BAB;
	color: #fff !important;
}
.pagination li a,.pagination li select,.pagination li input{
	border:1px solid #D9D9D9;
	display: inline-block;
	border-radius: 4px;
	color: #333;
	height: 32px;
	line-height: 32px;
}
.pagination li select{
	margin-left: 16px;
	height: 34px;
	line-height: 34px;
	margin-right: 14px;
}
.pagination li input{
	width: 48px;
	margin:0 6px;
	text-align: center;
}
/*合作加盟*/
.opportunity,.target,.join-flow,.join-plan{
	margin-top:80px;
}
.join-tit{
	text-align: center;
	color: #333;
	margin-bottom: 60px;
}
.opp-content img,.model-content img,.join-flow img,.target-content img{
	width: 100%;
}
.model-content{
	width: 1235px;
	margin:0 auto;
}
.serve-model{
	background: url(../images/join-bg.png) center top no-repeat;
	margin-top: 80px;
	padding-top: 80px;
}
.join-plan{
	background:url(../images/join-bg2.png) center top no-repeat;
	padding:75px 0;
	margin-bottom: 40px;
}
.join-plan .join-tit{margin-bottom: 20px;}
.plan-content{text-align: center;}
.plan-content span{
	cursor: pointer;
	display: inline-block;
	color: #fff;
	width: 435px;
	height: 60px;
	line-height: 60px;
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#FFB04A), to(#FFB34A));
	background: -webkit-linear-gradient(90deg, #FFB04A 0%, #FFB34A 100%);
	background: -moz-linear-gradient(90deg, #FFB04A 0%, #FFB34A 100%);
	background: -o-linear-gradient(90deg, #FFB04A 0%, #FFB34A 100%);
	background: linear-gradient(90deg, #FFB04A 0%, #FFB34A 100%);
}
.web-box{
	background: #fff;
	position: absolute;
	right: -95px;
	top: 40px;
	width: 815px;
	line-height: 30px;
	border: 1px solid #4766A7;
	padding:30px 0;
	display: none;
	color:#333;
}
.web-box:before{
	content: '';
	width: 14px;
	height: 14px;
	background: #fff;
	border-top: 1px solid #4766A7;
	border-right: 1px solid #4766A7;
	position: absolute;
	top: -1px;
	right:148px;
	-webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
	transform: translate3d(0, -50%, 0) rotate(-45deg);
}
.web-box ul{
	float: left;
	padding:0 50px;
	border-right: 1px dashed rgba(71,102,167,.3);
	min-height: 240px;
}
.web-box ul:last-child{border-right: 0;}
.web-box ul li{
	float: none;
	border-right: 0;	
	height: auto;
}
.web-box ul li span{}
.web-box ul li a{
	font-size: 14px;
	border-right: 0;
	padding:0;
	margin-top: 0;
	color:#666;
}
/*数字化*/
.dig-banner{
	height: 600px;
	background: -webkit-linear-gradient(91deg, #0C35AA 0%, #0C94C6 100%);
	background: -moz-linear-gradient(91deg, #0C35AA 0%, #0C94C6 100%);
	background: -o-linear-gradient(91deg, #0C35AA 0%, #0C94C6 100%);
	background: linear-gradient(91deg, #0C35AA 0%, #0C94C6 100%);
	position: relative;
	overflow: hidden;
}
.light{
	position: absolute;
	left: 145px;
	top:400px;
	-webkit-animation:lineMove 2.0s infinite;
	animation:lineMove 2.0s infinite;
	opacity:0;
}
.lit02{
	left: 350px;
	top:245px;
	-webkit-animation-delay:0.5s;
	animation-delay:0.5s;
}
.lit03{
	left: 555px;
	top:515px;
	-webkit-animation-delay:1.0s;
	animation-delay:1.0s;
}
.lit04{
	left: 1270px;
	top:450px;
	-webkit-animation-delay:1.5s;
	animation-delay:1.5s;
}
.lit05{
	left: 1370px;
	top:100px;
	-webkit-animation-delay:2.0s;
	animation-delay:2.0s;
}
.lit06{
	left: 1540px;
	top:300px;
	-webkit-animation-delay:2.5s;
	animation-delay:2.5s;
}
@-webkit-keyframes lineMove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: -50px;
  }
}
@keyframes lineMove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: -50px;
  }
}
@keyframes come-in {
	
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes leave {
    to {
        transform: translateY(-150);
        opacity: 0;
    }
}
.dig-bg{
	background: url(../images/dig-img.png) center center no-repeat;
	height:600px;
	text-align: center;
	overflow: hidden;
}
.dig-bg h4{
	font-size: 56px;
	color: #fff;
	margin-top: 150px;
	opacity:0;
	transform: translateY(150px);
    animation: come-in 0.5s cubic-bezier(0, -0.01, 0, 0.99) forwards;
}
.dig-bg p{
	color:#fff;
	font-size: 32px;
	margin-top: 25px;
	opacity:0;
	transform: translateY(150px);
    animation: come-in 0.5s cubic-bezier(0, -0.01, 0, 0.99) forwards;
	-webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}
.dig-bg span a{
	width: 200px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	border:1px solid #FFFFFF;
	font-size: 20px;
	color: #fff;
	margin-top: 65px;
	opacity:0;
	transform: translateY(150px);
    animation: come-in 0.5s cubic-bezier(0, -0.01, 0, 0.99) forwards;
	-webkit-animation-delay:0.5s;
	animation-delay:0.5s;
}
.dig-bg span a:hover{
	width: 200px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	background: #FFFFFF;
	font-size: 20px;
	color: #377EFE;
	margin-top: 65px;
}
.test-btn a{
	width: 200px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	background: #FFFFFF;
	font-size: 20px;
	color: #377EFE;
	margin-top: 65px;
	border:1px solid #377EFE;
	text-align: center;
}
.test-btn a:hover{
	background: #377EFE;
	color: #fff !important;
}
.dig-box1{margin-top: 80px;}
.dig-tit{
	text-align: center;
}
.dig-tit p{margin-top: 10px;}
.dig-box1 dl{
	display: flex;
	justify-content: center;
}
.dig-box1 dd{
	width: 640px;
	margin-left: 100px;
	margin-top: 165px;
	line-height: 30px;
}
.dig-box1 dd span a{
	border: 1px solid #377EFE;
	text-align: center;
	margin-top: 40px;
}
.dig-box2{
	background: url(../images/dig-bg.png) left top no-repeat;
	margin-top: 40px;
	padding:100px 0;
}
.dig-box2 dl{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.dig-box2 dt img{width: 100%;}
.dig-box2 dd{
	width: 730px;
	margin-right: 100px;
	margin-top: 50px;
}
.dig-box2 dd p{
	/*width: 564px;*/
	height: 124px;
	text-align: center;
	line-height: 124px;
	background: #FFFFFF;
	border: 1px solid #C5C5C5;
	margin-top: 30px;
}
.dig-box2 dd p:hover{
	box-shadow: 2px 2px 11px 5px rgba(23, 45, 91, 0.1);
	border: 1px solid #3A92FF;
}
.dig-box2 dd p img{
	vertical-align: middle;
	margin-bottom: 10px;
	margin-right: 10px;
}
.dig-box2 dd p i{
	font-style: normal;
	color: #377EFE;
}
.dig-box3{margin-top: 80px;}
.dig-box3 dl{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.dig-box3 dt img{width: 100%;}
.dig-box3 dd{margin-top: 50px;}
.dig-box3 dd ul li{
	float: left;
	cursor: pointer;
	margin-right: 30px;
}
.dig-box3 dd ul li.none{margin-right: 0;}
.dig-box3 dd ul li:hover,.dig-box3 dd ul li.cur{
	color: #377EFE;
}
.dig-box3 dd span a:hover{color: #fff !important;}
.dig-item{
	width: 774px;
	height: 180px;
	text-align: center;
	background: #FFFFFF ;
	box-shadow: 2px 2px 8px 5px rgba(23, 45, 91, 0.1);
	border: 1px solid #377EFE;
	position: relative;
	margin-top: 24px;
}
.dig-item:before{
	content: '';
	width: 14px;
	height: 14px;
	border-top: 1px solid #377EFE;
	border-right: 1px solid #377EFE;
	position: absolute;
	left: 40px;
	top: -1px;
	background: #fff;
	-webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
	transform: translate3d(0, -50%, 0) rotate(-45deg);
}
.dit2:before{
	left:190px;
}
.dit3:before{
	left:332px;
}
.dit4:before{
	left:475px;
}
.dit5:before{
	left:625px;
}
.ditleft{
	position: absolute;
	width: 32px;
	height: 19px;
	left: 30px;
	top: 30px;
}
.ditright{
	position: absolute;
	width: 32px;
	height: 19px;
	right: 30px;
	bottom:30px;
}
.dit-item-con{
	line-height: 180px;
}
.dig-box4{margin-top: 80px;}
.compare{
	background: url(../images/dig-bg3.png) center top no-repeat;
	display: flex;
	justify-content: space-around;
	margin-top: 60px;
	padding:80px 0;
}
.now,.past{width: 450px;}
.now{text-align: right;}
.now dl dt{
	width: 172px;
	height: 40px;
	background: #FFFFFF;
	color: #377EFE;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	display: inline-block;
	margin-top: 30px;
}
.now dl dd{
	color: #fff;
	margin-top: 10px;
}
.past dl dt{
	width: 172px;
	height: 40px;	
	background: #ADADAD;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	display: inline-block;
	margin-top: 30px;
}
.past dl dd{
	color: #333;
	margin-top: 10px;
}
.past{text-align: left;}
.now .compare-tit{
	color: #fff;
	margin-bottom: 20px;
}
.past .compare-tit{
	margin-bottom: 20px;
}
.dig-box5{
	background: url(../images/dig-bg2.png) repeat;
	margin-top: 80px;
	padding:80px 0;
}
#demonstration {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}
#demonstration .swiper-container {
	padding-bottom: 60px;
}
#demonstration .swiper-slide {
	width: 375px;
	height: 683px;	
	background: #fff;
}
#demonstration .swiper-slide img{opacity: 0.8;}
#demonstration .swiper-slide.swiper-slide-active img{
	opacity: 1;
}
#demonstration .swiper-slide.swiper-slide-active{	
	box-shadow:2px 2px 8px 2px rgba(82, 81, 81, 0.3)
}
#demonstration .swiper-slide img{
	display:block;
}
#demonstration .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}
#demonstration .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#demonstration .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background: rgba(55,126,254,.3);
	width: 8px;
	height: 8px;
	opacity: 1;
}
#demonstration .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: rgba(55,126,254,1);
}
#demonstration .swiper-button-prev {
	left: -30px;
	width: 52px;
	height: 52px;
	background: url(../images/button-left.png) no-repeat;
	background-size: 100%;
}
#demonstration .swiper-button-next {
	right: -30px;
	width: 52px;
	height: 52px;
	background: url(../images/button-right.png) no-repeat;
	background-size: 100%;
}
.dig-box6{margin-top: 80px;}
.custom-box{
	height: 295px;
	background: #FFFFFF;
	box-shadow: 2px 2px 11px 5px rgba(23, 45, 91, 0.1);
	text-align: center;
	overflow: hidden;
	margin: 60px auto;
}
.custom-box p{
	margin-top: 60px;
}
.error{
	background: url(../images/bg-404.png) center top no-repeat;
	height: 600px;
	overflow: hidden;
	color:#333;
}
.error-box{
	margin-top: 195px;
	margin-left: 52%;
}
.error-box p:first-child{color: #4766A7;margin-bottom: 10px;}
.error-box ul{margin:10px 0;line-height: 24px;}
.error-box span{
	display: block;
	line-height: 30px;
}
.error-box span a{
	color: #4766A7;
	font-style: normal;
}
/*注册登录样式*/
.register{
	background: url(../images/reg-bg.png) center bottom no-repeat;
	padding:70px 0;
}
.register-box{
	background: #fff;
	padding:60px 300px;
	border-radius: 10px;
	width: 400px;
	margin: 0 auto;
}
.register-box .header{
	text-align: center;
}
.register-box span{
	color: #D03542;
	display: inline-block;
}
.register-box tr{
}
.register-box td{
	font-size: 14px;
	line-height: 40px;				
	padding-bottom: 20px;
}
.register-box td input{
	width: 304px;
	height: 38px;
	line-height: 38px;
	padding:0 10px;
	border: 1px solid #C5C5C5;
}
.register-box td input.reg-btn{
	width: 304px;
	background: #4766A7;
	border: 1px solid #4766A7;
	color:#fff;
	cursor: pointer;
}
.register-box span.return-login{
	display: block;
	text-align: center;
	
}
.register-box span.return-login a{
	color: #4766A7;
}
.login{
	background: url(../images/login-bg.png) center top no-repeat;
	padding:70px 0;
}
.head-form{
	margin-top: 8px;
	padding-left: 18px;
}
.header-btn input{
	background: none;
	border: 0;
	font-size: 16px;
}
.header-btn img{
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 2px;
}
.login{
	background: url(../images/login-bg.png) center top no-repeat;
	padding:70px 0;
	height: 400px;
}
.login-box{
	width: 306px;
	height: 361px;
	background: #fff;
	float: right;
	padding:0 20px;
	font-size: 14px;
	border-collapse:collapse;
}
.login-box h4{
	text-align: center;
	font-size: 18px;
	color: #4766A7;
	font-weight: normal;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #F4F4F4;
}
.login-box ul{
	margin-top: 24px;
}
.login-box li{margin-bottom: 20px;overflow: hidden;}
.login-box li.li-input{
	border: 1px solid #C5C5C5;
	height: 38px;
	
}
.login-box li span{
	float: left;
	width: 75px;
}
.login-box li div{
	float: right;
	width: 228px;
}
.login-box li div input{margin-right: 5px;}
.login-box li.li-input span{
	display: inline-block;
	width: 38px;
	height: 38px;
}
.login-box li.li-input span img{
	width: 100%;
	vertical-align: middle;
}
.login-box li.li-input input{
	height: 30px;
	width: 226px;
	margin:0 20px;
	margin-top: 4px;
	border: 0;
	float: right;
}
.login-box li input.login-btn{
	background: #4766A7;
	height: 38px;
	border: 1px solid #4766A7;
	color: #fff;
	font-size: 16px;
	width: 100%;
	cursor: pointer;
}
.login-box li.regi-btn{
	text-align: center;
}
.login-box li.regi-btn input{
	background: none;
	border: 0;
	color: #4766A7;
	cursor: pointer;
}
.login-box li.regi-btn img{
	vertical-align: middle;
	margin-left: 5px;
}
@media screen and (max-width:1599px){ 	
	.overview-box{
		margin:0 2%;
	}
	.menu-nav{width:81.5%;}
	.city-box{left:16px;}
	.serve-content li p{margin-left: 35px;}
	.hot-serve-info{
		width:189px;
	}
	.hot-serve-ad{width:178px;}
	.hot-serve-box{
		width:380px;
	}
	.m-l-38{margin-left: 16px;}
	h5.info-tit{font-size: 18px;margin-top: 20px;}
	.info-content,.info-price{font-size: 14px;}
	.info-price em{font-size: 24;}
	.price-more{margin-left: 12px;}
	h5.info-tit img{
		width:20px;
		height: 20px;
		vertical-align: top;
		margin-top: 2px;
		margin-left: 5px;
	}
	.ad-tit ul li{font-size: 14px;}
	.hot-btn{width:176px;}
	.case-content li{
		width: 280px;
		margin-right: 26px;
	}
	.baike-left{
		width:670px;
		height: 700px;
	}
	.baike-right{
		width:502px;
		height: 700px;
	}
	.company-news dl dt{width:400px;height: 300px;}
	.company-news dl dd{width: 270px;height: 299px;}
	.baike-tit{height: 69px;}
	.baike-tit li{font-size: 16px;margin-top: 20px;}
	.baike-tit li span{margin:0 17px;}
	.information{padding: 0 15px;}
	.area-city ul{margin:30px 150px 0 150px;}
	.area-city h5:before{left:455px;}
	.area-city h5:after{right: 455px;}
	.footer-ewm dl{margin-right: 18px;}
	.footer-nav li{margin-right: 40px;}
	.welcome,.logo{margin-left: 10px;}
	.headNav,.logo-tel{margin-right: 10px;}
	.company-news dl dd a{
		padding:12px 15px 6px 15px;
		font-size: 16px;
	}
	.new-box li{
		width:325px;
	}
	.new-box li:last-child{margin-left: 20px;}
	.new-box li span{
		width:325px;
		height: 244px;
		display: block;
	}
	.new-box li span img{
		width: 100%;
	}
	.new-box li p{font-size: 16px;}
	.information dl dt{
		width: 126px;
		height: 95px;
	}
	.information a{padding:15px 0;}
	.new-box li p{line-height: 46px;}
	/*产品相关样式*/
	.product-box li a{padding:0 15px;}
	.product-tag span{
		padding:0 6px;
		font-size: 12px;
		margin-right: 8px;
	}
	.left-box{width: 790px;}
	.right-box{width: 384px;}
	.related-news{padding:0 10px 20px 10px;font-size: 15px;}
	.zixun-form{margin:0 15px;}
	.zixun-form li input, .zixun-form li select{width: 225px;}
	.zixun-form li select{width: 245px;}
	.pm-content{margin:0 40px}
	.it-left{width: 490px;height: 368px;}
	.it-right{width: 234px;}
	.it-right li{height: 175px;}
	.word-list li{padding:0 15px}
	.cond-body{padding:0 145px 0 96px;}
	.cond-head{left:15px;}
	.cond-foot{right: 24px;}
	.cond-body span{font-size: 14px;}	
	.area-list li span{width: 280px;height: 224px;}	
	.area-list li{width: 280px;margin-right: 26px;}
	.product-info{width:710px;}
	.img-text{padding:24px 24px 0 24px;}
	.mt-17{margin-top: 17px;}
	/*走进自会计，帮助中心*/
	.us-right-box{
		width: 960px;
	}
	.founder dl{
		margin:20px 0 0 0;
	}
	.profile dt{width: 400px;}
	.profile dd{margin-top: 0;}
	.black-Horizontal{left: 438px;}
	.red-spot{left: 433px;}
	.step.h-left:before{left: 374px;}
	.step{width: 344px;}
	.h-right{left: 496px;}
	.cultural li span{width: 210px;}
	.core li{width: 134px; height: 134px;margin-right: 15px;}
	.core li div{
		width: 121px;
		height: 121px;
		margin: 6px;
	}
	.cultural li{width: 418px;}
	.cultural li div p{margin-top: 20px;}
	.cultural li div{padding-top: 10px;}
	.core li h5{padding-top: 36px;}
	.core li p{font-size: 12px;}
	.cultural ul{height: 233px;}
	.dig-box2 dt{width: 600px;}
	.dig-box2 dd{width: 480px;}
	.dig-box3 dt{width: 450px;flex-shrink: 0;}
	.dig-item{width: 695px;height: 140px;}
	.dit-item-con{line-height: 140px;}
	.dig-box3 dd{margin-top: 10px;}
	#demonstration .swiper-button-next{right: 10px;}
	#demonstration .swiper-button-prev{left: 10px;}
}

@media screen and (min-width:1600px) and (max-width:1919px){
	.case-content li{
		width:330px;
		margin-right: 26px;
	}
	.menu-nav{width: 84%;}
	.ad-tit ul li{font-size: 14px;}
	.hot-serve-ad{width:171px;}
	.hot-serve-info{width:239px;}
	.hot-serve-box{width:480px;}
	.m-l-38{margin-left: 30px;}
	.info-content,h5.info-tit,.price-more,.info-tag{margin-left: 20px;}
	.baike-left{width: 782px;height: 780px;}
	.baike-right{width:595px;height: 780px;}
	.company-news dl dd{width:362px;height:314px ;}
	.company-news dl dt{width: 420px;height: 315px;}
	.company-news dl dd a{height: 52px;}
	.new-box li{width: 380px;}
	.new-box li:last-child{margin-left: 22px;}
	.new-box li span{display:block;width: 380px;height: 285px;}
	.baike-tit li span{margin:0 19px}
	.information a{padding:15px 0;}
	.footer-ewm dl{margin-right: 34px;}
	.footer-nav li{margin-right: 75px;}
	.hot-btn{width: 169px;}
	/*产品相关样式*/
	.left-box{width: 922px;}
	.right-box{width: 448px;}
	.zixun-form li input, .zixun-form li select{width:255px}
	.zixun-form li select{width: 277px;}
	.related-news{padding:0 20px 20px 20px;font-size: 18px;}
	.product-box li a{padding:0 18px;}
	.product-tag span{
		font-size: 14px;
		margin-right:9px;
	}
	/*资讯相关*/
	.it-left{width:584px;height: 438px;}
	.it-right{width: 284px;}
	.it-right li{ height: 213px;}
	.word-list li{padding:0 20px}
	.area-list li span{width: 330px;height: 242px;}	
	.area-list li{width: 330px;margin-right: 26px;}
	.pm-content{margin:0 78px}
	.product-info{width: 905px;}
	.mt-17{margin-top: 12px;}
	/*帮助中心，走进自会计*/
	.us-right-box{
		width: 1160px;
	}
	.founder dl{
		margin:20px 60px 0 60px;
	}
	.profile dt{width: 470px;}
	.black-Horizontal{
		left: 532px;
	}
	.red-spot{left: 527px;}
	.h-right{left: 595px;}
	.step{width: 430px;}
	.step.h-left:before{left: 460px;}
	.cultural li span{width: 257px;}
	.core li{width: 165px; height: 165px;margin-right: 18px;}
	.core li div{
		width: 148px;
		height: 148px;
		margin: 8px;
	}
	.cultural li{width: 515px;}
	.cultural li div{padding-top: 26px;}
	.cultural ul{height: 273px;}
	.core li h5{padding-top: 50px;}
	.dig-box3 dd{margin-top: 15px;}
	.dig-box3 dt{width: 510px;}	
	.dig-box2 dd{width: 570px;}
}