@charset "utf-8";
/*@about zyr
 *内容：互联网资质子页面公用模块
 *（含 :）
 * 2017-6-14
 * */
.changes-box{min-width: 1200px;overflow: hidden;}
/*公用标题 start*/
.tt-box{
	text-align: center;
	padding-top:50px  ;
}
.tt-box>b{
	font-size: 30px;
	color: #565656;
	line-height: 32px;
}
.tt-box>b span{
	color: #006ec7;
}
.tt-box>p{
	font-size:14px;
	color: #848484;
	line-height:16px;
	padding-top: 11px;
}
.tt-box .corlorfff{color: #fff;}
/*公用标题 end*/
/*品牌历程树立行业标杆   start*/
.brand-box{
	width: 100%;
	overflow: hidden;
	background: url(../../images/public/brand-bg_02.jpg) center top no-repeat;
	min-width: 1200px;
	padding: 8px 0 50px;
}
.seb-list{
	overflow: hidden;
	margin: 50px auto 36px;
	background: url(../../images/public/brand-text_03.png) center no-repeat;
	height: 400px;
}
.seb-list li{
	width: 50%;
	float: left;
	text-align: center;
	height: 400px;
	position: relative;
}
.seb-list li img{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1;
	 animation: circle2 12s linear infinite;
    animation: scale_1 1.5s .5s linear both;
    -webkit-animation: circle2 12s linear infinite;
    -moz-animation: circle2 5s linear infinite;
    -ms-animation: circle2 12s linear infinite;
	position: absolute;
	left: 50%;
}
.seb-list li .seb-img1{
   margin-left: -117px;
    top: 31px;
}
.seb-list li .seb-img2{
   margin-left: -184px;
    top: 40px;
}
@keyframes circle2{
	from{
		transform: rotate(0);		
	}
	to{
		transform:  rotate(360deg);
	}
}
@-webkit-keyframes circle2{
	from{
		transform: rotate(0);		
	}
	to{
		transform:  rotate(360deg);
	}
}
@-moz-keyframes circle2{
	from{
		transform: rotate(0);		
	}
	to{
		transform:  rotate(360deg);
	}
}
@-ms-keyframes circle2{
	from{
		transform: rotate(0);		
	}
	to{
		transform:  rotate(360deg);
	}
}
@-o-keyframes circle2{
	from{
		transform: rotate(0);		
	}
	to{
		transform:  rotate(360deg);
	}
}
.seb-list li i{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1;
	width: 142px;
	height: 142px;
	background: url(../../images/public/esb-iconpng_03.png) no-repeat;
	position: absolute; 
    top: 50%;    
    margin-top: -71px;
    left: 50%;
    margin-left: -35px;
    z-index: 8;
}
.seb-list li .seb-icon2{
	background-position: -142px 15px;    
	 margin-left: -78px;
	/*margin-left: 505px;
    margin-top: 141px;*/
}
/*品牌历程 树立行业标杆  end*/

/*咨询更多按钮 start*/
.morebtn-box{
	width:379px;
	height: 45px;
	margin: 0 auto;
	padding-left:25px;
	border: 2px solid #006ec7;
	text-align: left;
	font-size: 12px;
	color: #666;
	line-height:45px;
	position: relative;
	border-radius:27.5px;
	background: #fff;
}
.morebtn-box b{
	font-size: 20px;
	font-weight: normal;
	color: #006ec7;
}
.morebtn-box>a{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1;
	width:129px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	height:46px;
	line-height:46px;
	text-align:right;
	padding-right: 30px;
	background: url(../../images/public/weixin.png) no-repeat #006ec7;	
	background-position: 34px center;
	position: absolute;
	border-radius:24.5px;
	right:-2px;
	top:0;
}
.morebtn-box>a:hover{
	filter:alpha(opacity=90);       /* IE */
	-moz-opacity:0.9;              /* 老版Mozilla */
	-khtml-opacity:0.9;              /* 老版Safari */
	opacity: 0.9;
}
/*咨询更多按钮 end*/

/*专业顾问一站式VIP服务 start*/
.vip-picScroll{
	position: relative;
	overflow: hidden;
	width: 1200px;
}
.vip-picScroll .vip-bd{
	height:325px;
	width: 100%;
	padding-bottom: 45px;
}
.vip-list{
	overflow: hidden;
}
.vip-list li{
	float: left;
	width: 278px;
	height: 323px;
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	margin:45px 15px 75px 5px;
	text-align:center;
	cursor: pointer;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.vip-list li a{
	width: 138px;
	height: 38px;
	line-height: 38px;
	border-radius:2px;
	border: 1px solid #e8e8e8;
	font-size: 14px;
	color: #006ec7;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.vip-list li img{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1; 
	border-radius: 50%;
	width: 120px;
	height:120px;
	margin: 40px auto 18px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	overflow: hidden;
}
.vip-list li p{
	font-size: 14px;
	color: #848484;
	line-height: 16px;
	padding-bottom: 14px;
}
.vip-list li .name{
	font-size: 20px;
	color: #565656;
	line-height: 22px;
}
.vip-list li .name font{
	width: 64px;
	height: 18px;
	line-height: 18px;
	border-radius: 2px;
	border: 1px solid #67b1f1;
	color: #0c84eb;
	font-size: 14px;
	background: #ebf6ff;
	margin-left: 5px;
}
.vip-list li:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.vip-list li:hover a{
	background:#006ec7 ;
	border-color: #006ec7;
	color: #fff;
}
.vip-list li:hover{
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
}
.vip-picScroll .vip-hd{
	width: 100%;
	text-align: center;
	position: relative;
	padding: 30px 0 25px;
}
.vip-picScroll .vip-hd ul{
	overflow:hidden ;
	width: 54px;
	margin: 0 auto
}
.vip-picScroll .vip-hd ul li{
	width: 14px;
	height: 14px;
	margin-left: 10px;
	float: left;
	border-radius: 50%;
	background: #e7e7e7;
	cursor: pointer;
	font-size: 0;
}
.vip-picScroll .vip-hd ul li.on{
	background: #006ec7;
}
.picScroll-left .hd ul li:first-child{margin-left: 0 !important;}
/*专业顾问一站式VIP服务 end*/

/*资质代办服务流程 start*/
.brand-box.brand-box1{
	background: #f8f8f8;
	padding: 0;
}
.flow-list{
	overflow: hidden;
	padding: 42px 0 50px;
}
.flow-list li{
	width: 180px;
	height: 210px;
	background: #fff;
	text-align: center;
	float: left;
	margin-left: 24px;
	overflow: hidden;
}
.flow-list li:first-child{margin-left: 0 !important;}
.flow-list li img{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1; 
	width:100% ;
	height: 126px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.flow-list li i{
	width: 35px;
	height: 20px;
	background: url(../../images/public/num-icon_03.jpg) no-repeat;
	margin: 17px 0 6px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.flow-list li .num-icon2{background-position: -35px 0;}
.flow-list li .num-icon3{background-position: -73px 0;}
.flow-list li .num-icon4{background-position: -108px 0;}
.flow-list li .num-icon5{background-position: -149px -1px;}
.flow-list li .num-icon6{background-position: -188px 0;}
.flow-list li p{
	font-size: 14px;
	color: #565656;
	line-height: 16px;
}
.flow-list li:hover{box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);}
.flow-list li:hover img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
/*.flow-list li:hover i{
	-webkit-transform:scale(.95);
	-moz-transform:scale(.95);
	-ms-transform:scale(.95);
	-o-transform:scale(.95);
	transform:scale(.95);
}*/
/*资质代办服务流程 end*/
/*优势 start*/
.brand-box.brand-box3{
	background: none;
	padding: 0;
	border-bottom: 1px solid #ebebeb;
}
.adv-list{
	overflow: hidden;
}
.adv-list li{
	width: 25%;
	float: left;
	text-align: left;
	padding: 35px 0;
}
.adv-list li i{
	width: 79px;
	height: 79px;
	background: url(../../images/public/footer-icon_03.png) no-repeat;
	margin:0 18px 0 20px;
	float: left;
}
.adv-list li:first-child i{margin-left: 0 !important;}
.adv-list li .footer-icon2{background-position: -79px 0;}
.adv-list li .footer-icon3{background-position: -158px 0;}
.adv-list li .footer-icon4{background-position: -237px 0;margin-left: 55px;}
.adv-list li span{
	display: block;
	float: left;
	font-size: 16px;
	color: #666;
	line-height:28px;
	padding-top: 11px;
}
.adv-list li span font{
	font-size: 20px;
	color: #006ec7;
}
/*优势 end*/
/*常见疑问 start*/
.brand-box.brand-box2{
	background: none;
	padding: 0;
}
.ask-list{padding-top: 20px;}
.ask-list,
.ask-list li{
	width: 100%;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
	-o-transition: all ease-out .4s;
	transition: all ease-out .4s;
}
.ask-list li {
	border-top: 1px solid #e7e7e7;
}
.ask-list li>.w1200{
	overflow: hidden;
	padding: 36px 0 37px;
}
.ask-list li:first-child{border-top: none !important;}
.ask-text{
	text-align: left;
}
.ask-text p{
	font-size:16px;
	color: #848484;
	line-height: 29px;
	-webkit-transition: all ease-out .6s;
	-moz-transition: all ease-out .6s;
	-ms-transition: all ease-out .6s;
	-o-transition: all ease-out .6s;
	transition: all ease-out .6s;
}
.ask-text p b{
	font-family: impact;
	color: #006ec7;
	font-size: 20px;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 5px;
	float: left;
}
.ask-text p:first-child{
	font-size: 20px;
	color: #565656 !important;
	padding-bottom: 13px !important;
}
.ask-text p:first-child b{
	color: #25262a !important;
}
.askmore-btn{
	width: 167px;
	height: 43px;
	border-radius: 2px;
	line-height: 43px;
	text-align: center;
	border: 1px solid #006ec7;
	font-size: 14px;
	color: #006ec7;
	margin-top: 10px;
	-webkit-transition: all ease-out .6s;
	-moz-transition: all ease-out .6s;
	-ms-transition: all ease-out .6s;
	-o-transition: all ease-out .6s;
	transition: all ease-out .6s;
}
.ask-list li:hover{
	background: #f8f8f8;
}
.ask-list li:hover p{
	margin-left: 30px;
}
.ask-list li:hover a{
	margin-right: 30px;
	background: #006ec7;
	color: #fff;
}
/*常见疑问 end*/
/*banner */
.inside-banner {
	overflow: hidden;
	height: 450px;
	position: relative;
	min-width: 1200px;
	width: 100%;
}
.inside-banner .bd {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	height: 450px;
	color: #000;
	font-size: 20px;
	text-align: center;
}


.inside-banner .hd{ position: absolute;left: 50%;margin-left:-600px;bottom: 20px;text-align:right;z-index: 1;width: 1200px;}

.inside-banner .hd ul li{
	cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 35px;
    height: 3px;
    margin: 4px;
    background: #006ec7;
    overflow: hidden;
    line-height: 9999px;
}

.inside-banner .hd ul .on {
    background: #272c30;
}


.inside-banner .bd {
    width: 1920px;
    margin-left: -960px;
    left: 50%;
    position: relative;
}

.inside-banner .banner-bg-box{
	background:url(../../images/public/index/banner-bg.jpg) no-repeat;
	display: block;
	height: 450px;
}

.inside-banner .banner-content{
	height: 420px;
	width: 1200px;
	position:relative;
	top:30px;
	left: 50%;
	margin-left: -600px;
}
.inside-banner .banner-content .banner-btn{
	width:138px;
	height: 38px;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	position: absolute;
}
.inside-banner .banner-content .banner-btn.btn{
	left: 280px;
	top:305px;
}
.inside-banner .banner-content .banner-btn.btn2{
	right: 445px;
	top:390px;
}
.inside-banner .banner-content .banner-img img{
	position: absolute;
}
.inside-banner .banner-content .banner-img img.img1{
	right: 285px;
}
.inside-banner .banner-content .banner-img img.img2{
	top: 50px;
	left: 280px;
}
.banner-bg-box .banner-content .inter-tit{
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.banner-bg-box .banner-content .inter-tit>p:first-child{
	font-size: 60px;
	color: #3fbff0;
}

.animated.bounceInDown,
.animated.bounceInUp
 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*banner表单*/
.banner-content .form-box{
	width: 245px;
	height: 325px;
	padding: 20px 15px 0;
	background:#fff;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 9;
}

.form-box .title{
	color: #565656;
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
 	padding: 0 10px;
}
.law-form-group{
	border: 1px solid #aaa;
	width: 220px;
	padding:10px;
	margin-bottom: 15px;
	background: #fff;
}
.law-form-group.active{
	border-color: #014b92;
}

.law-form-group label{
	height: 19px;
	width: 19px;
    margin-right: 5px;
	display: block;
	float: left;
	background: url(../../images/public/banner-form-icon.png) no-repeat;
}

.law-form-group input.law-form-control{
	width: 185px;
	border: 0px;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
}
.law-form-group label.law-name{
	background-position:-26px 0;
}
.law-form-group label.law-tel{
	background-position: -53px 0;
}
.form-box form .butn{
	display: block;
	background: #006ec7;
	font-size: 20px;
	color: #fff;
	line-height: 42px;
	width: 245px;
	margin:20px 0 ;
}
.form-box form .butn:hover{
	background: #f3d94a;
}

.appointment-box {text-align: center;height: 60px;}
.appointment-box .appointment-lists>li{ height: 25px !important;text-align: left;font-size:12px; color: #999;padding: 0 5px;}
.sub-banner-inner{height: 450px;width: 1920px; overflow: hidden; position: relative; top: 0; left: 50%; margin-left: -960px;}
.sub-banner-inner{height: 450px;width: 1920px; overflow: hidden; position: relative; top: 0; left: 50%; margin-left: -960px;}
.sub-banner-inner .form-box{
	width: 275px;
	height: 345px;
	/*padding: 0 15px 0;*/
	background:#fff;
	position: absolute;
	left: 50%;
	top: 52.5px;
	margin-left: 344px;
	text-align: center;
}
.sub-banner-inner .form-box .tab-til{
	position: relative;
}
.sub-banner-inner .form-box .tab-til .til-bg{
	position: absolute;
	width: 137px;
	height: 6px;
	bottom: 5px;
	left: 0;
	background: url("../../images/public/licence/appointment-til-bg.png") no-repeat;
}
.sub-banner-inner .form-box .tab-til ul{
	overflow: hidden;
	padding-bottom: 4px;
}
.sub-banner-inner .form-box .tab-til ul li{
	float: left;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	color: #565656;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	width: 136.5px;
	cursor: pointer;
}
.sub-banner-inner .form-box .tab-til ul li.active{
	color: #ff6600;
}
.sub-banner-inner .form-box .tab-til ul li:first-child{
	border-left: 1px solid transparent;
}
.sub-banner-inner .form-box .tab-content{
	width: 275px;
	overflow: hidden;
	height: 270px;
}
.sub-banner-inner .tab-content-box{
	width: 550px;
}
.sub-banner-inner .tab-content .tab-box1{
	padding: 15px;
	float: left;
	width: 245px;
	height: 255px;
}