@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0;}
html{color:black;font-size:62.5%;}
body{font:14px/1.5 arial,"微软雅黑",'microsoft yahei';color:#555;outline:0;}
input,select,textarea{font-size:100%;outline-style:none;background:transparent;font-family:"微软雅黑";}
textarea{resize: none;}
input,button{border:none medium;outline:none;font-family:"微软雅黑";}
button, html input[type="button"], input[type="submit"]{cursor:pointer;}
button[disabled], html input[disabled]{cursor:default;}
address,caption,cite,code,dfn,em,th,var,i{font-style:normal;font-weight:500;}
ol,ul,li,dl,dt,dd{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:2rem;font-weight:500;}
sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
abbr,acronym{border:none;font-variant:normal;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0 none;vertical-align:middle;max-width: 100%;}
caption,th{text-align:left;}
th{text-align:inherit;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
del{text-decoration:line-through;}
legend{color:#666;}
fieldset{border:none;}
iframe{display:block;}
q:before,q:after{content:'';}
ins,a{text-decoration:none;cursor:pointer;color:#666;}
a:hover{text-decoration:none;}
a:focus,*:focus{outline:none;}
/*custom-module-css 自定义*/
.clearfix:before,.clearfix:after{content:"";clear:both;display:block;height:0;visibility:hidden;}
.clearfix:after{clear:both;overflow:hidden;}
.clearfix{zoom:1;clear: both;}
.clear{clear:both;display:block;overflow:hidden;height:0;line-height:0;font-size:0;}
.hide{display:none !important;visibility:hidden;}
.block{display:block !important;}
.radius_1{-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:1px;}
.radius_2{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.radius_3{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.radius_5{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.radius_t5{-moz-border-radius:5px 5px 0px 0px;-webkit-border-radius:5px 5px 0px 0px;border-radius:5px 5px 0px 0px;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.cb{clear:both;}
.ovh{overflow:hidden;}
.di{display:inline;}
.dib{display:inline-block;*zoom:1;*display:inline;}
.db{display:block;}
.none{display:none;}
.border0 {border: 0!important;}
.vm{vertical-align:middle;}
.pr{position:relative;}
.pa{position:absolute;}
.tdu{text-decoration:underline;}
.cupo{ cursor: pointer;}
.cude{ cursor: default;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.family_st{font-family:"Microsoft YaHei"}
.family_wr{font-family:"微软雅黑"}
.red {color: #fa4f4f;}
.w1200{width: 1200px;height: auto;margin: 0 auto;}
.w1190{width: 1190px;height: auto;margin: 0 auto;}
.w1180{width: 1180px;height: auto;margin: 0 auto;}
.w1000{width: 1000px;height: auto;margin: 0 auto;}
.opacity:hover{filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;opacity: 0.8;}
.internet-box{min-width: 1200px;}
.bg-box{width: 100%;min-width: 1200px;overflow: hidden;}
/*select*/
input.dummy{display: inline-block;border: 1px solid #e8e8e8;cursor: pointer !important;width: 69px;height: 38px;line-height: 38px;padding-left: 13px;overflow: hidden;text-overflow: ellipsis;background: url(/public/images/public/select-bg.png) no-repeat right center;color: #999;font-family: "微软雅黑";font-size: 14px;display: inline-block;}
#dummydata{position: absolute;z-index: 198910161111;background: #fff;max-height: 200px;overflow: auto;color: #888;border: 1px solid #D7D7D7;}
#dummydata a{display: block;color: #888;line-height: 38px;padding-left: 10px;text-overflow: ellipsis;overflow: hidden;height: 38px;}
#dummydata a.selected{color: #888;}
#dummydata a:hover{color: #fff;text-decoration: none;background: #f4723e;}
.spin180{-webkit-transition: -webkit-transform 0.2s ease-out; -moz-transition: -moz-transform 0.2s ease-out; -o-transition: -o-transform 0.2s ease-out; -ms-transition: -ms-transform 0.2s ease-out;}
.spin180:hover{transform: rotateZ(180deg);}

.nav-box{
	width: 100%;
	background:#1f2531;
	overflow: ;
}
.nav-list li{
	width: 120px;
	float: left;
	font-size: 16px;
	position: relative;
}
.nav-list{height: 50px;}
.nav-list li>a{
	width: 100%;
	display:inline-block;
	*zoom:1;
	*display:inline;
	height: 50px;
	line-height: 50px;
	vertical-align:middle;
	text-align: center;
	color: #fff;
	position: relative;    
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #1f2531;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.nav-list .active-nav>a{
	background: #34c7c7;
}
.nav-list li>a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #34c7c7;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.nav-list li a:hover:before, .nav-list li a:focus:before, .nav-list li a:active:before {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
   	-o-transform: scaleY(1);
    transform: scaleY(1);
}
.nav-list li a i{
	width: 12px;
	height: 6px;
    margin-left: 8px;
    top: -1px;
    position: relative;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.nav-list li:hover .down-nav{
	display: block;
}
.nav-list li:hover i{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
/*下拉导航 start*/
.down-nav{
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 99;
	display: none;
}
.down-nav dd,.down-nav dd a{
	width: 100%;
}
.down-nav dd a{
	display:inline-block;
	*zoom:1;
	*display:inline;
	text-align: center;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	background: #1f2531;
	font-size: 14px;
	color: #fff;
	margin-bottom: 1px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.down-nav dd a:hover{background: #34c7c7;}
/*下拉导航 end*/
.pulics-icons{
	background: url(/public/images/public/pulice-icon.png) no-repeat;
}
/*header end*/
/*footer start*/


/*banner  start*/
.inside-banner {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	height: 450px;
	position: relative;
}
.inside-banner>.bd {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	height: 450px;
}
.inside-dot{
	position: absolute;
	bottom:33px;
	z-index: 1;
	width: 100%;
}
.inside-dot>ul {
	text-align: center;
}
.inside-dot>ul>li {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	width:10px;
	height:10px;
	margin:0 5px;
	background: #6a7072;
	overflow: hidden;
	line-height: 9999px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.inside-dot>ul>li.on {
	background: #fff;
}
.inside-banner>.bd ul li img{
	max-width: 100%;
}
/*banner  end*/

/*IE7浏览器提示 start*/
.law-tips{
	width: 100%;
	min-width: 1180px;
	background: #f1fbff;
	text-align: center;
	padding: 30px 0;
}
.law-tips>p{
	font-size: 16px;
	color: #1ca9f2;
	line-height: 30px;
}
.law-tips a{color: #fa4f4f;}
/*IE7浏览器提示 end*/


/*正文标题 start*/
.tt-box{
	padding: 49px 0 29px;
	text-align: center;
}
.tt-box h3{
    text-align: center;
}
.tt-box .corlorfff,.tt-box .corlorfff .danceWord-s1{color: #fff;}
.tt-box .corlorfff b,.tt-box .corlorfff font{background: #fff;}
[class^="danceWord"]{
	word-break:break-all;
	white-space:pre-wrap;
}
[class^="danceWord"] span{
	display:inline-block;
	opacity:0;
    white-space:pre-wrap;
}
.danceWord-s1{
	display:inline-block;
	*zoom:1;
	*display:inline;
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
	color: #565656;
}
.danceWord-s1 .ele{
	-webkit-animation:a8 .8s ease-out forwards;
	-ms-animation:a8 .8s ease-out forwards;
	-moz-animation:a8 .8s ease-out forwards;
	-o-animation:a8 .8s ease-out forwards;
	animation:a8 .8s ease-out forwards;
}
.tt-box>P{
	font-size: 14px;
	color: #666;
	line-height: 16px;
	text-transform: uppercase;
	padding-top: 6px;
}
.H3-fl,.H3-fr{   
 	background: #999;
    margin-top:-3px;
    display: inline-block;
    width:90px;
    height: 1px;
    vertical-align: middle;
    position: relative;
}
.H3-fl{
 	-webkit-animation: arrow-movement 3s 0s linear infinite;
    animation: arrow-movement 3s 0s linear infinite;
}
.H3-fr{
 	-webkit-animation: arrow-movement2 3s 0s linear infinite;
    animation: arrow-movement2 3s 0s linear infinite;
}
.H3-fl font,.H3-fr font{
	width: 3px;
	height: 3px;
	background: #999;
	border-radius: 50%;
	position: absolute;
	top: -1px;
}
.H3-fl font{right: 0;}
.H3-fr font{left: 0;}
/*正文标题 end*/

/*顶呱呱实力见证 start*/
.stren-box{
	background: #f7f7f7;
}
/*顶呱呱实力见证 start*/
.box3{background: #f7f7f7;padding-bottom: 60px;}
.none {
	display: none;
}
.listed-group {
	padding: 40px 0;
	background: #F8F8F8;
}
.listed-group .step-til {
	background-position: 0 -112px;
}
.profession-cent {
	overflow: hidden;
	padding-bottom: 60px;
}
.profession-cent> .hd {
	text-align: center;
	overflow: hidden;
	width: 1072px;
	margin: 0 auto 0;
}
.profession-cent .bd>ul>li:first-child,
.profession-cent .bd>ul .last-box-li {
	margin-top: 20px !important;
}
.profession-cent .bd>ul {
	width: 100%;
	overflow: hidden;
}
.profession-cent .bd {
	display: block;
	clear: both;
	text-align: center;
	width: 1180px;
	margin: 0 auto;
}
.profession-cent .bd>ul>li {
	width: 100%;
	height: auto;
	display: none;
}
.profession-cent .hd .zero-team-tab {
	overflow: hidden;
	width: 410px;
	margin: 0 auto;
	text-align: center;
}
.profession-cent .hd .zero-team-tab>li {
	width: 88px;
	float: left;
	border-bottom: 2px solid transparent;
	margin-left: 70px;
	padding-bottom: 20px;
	position: relative;
}
.profession-cent .hd .zero-team-tab>li:first-child {
	margin-left: 0 !important;
}
.profession-cent .hd .zero-team-tab>li a {
	font-size: 16px;
	line-height: 16px;
	color: #333;
}
.profession-cent .hd .zero-team-tab>li i {
	display: none;
	width: 25px;
	height: 6px;
	background: url(/public/images/public/sj.png) no-repeat;
	position: absolute;
	bottom: 0;
	left:39%;
}
.profession-cent .hd .zero-team-tab>li.on {
	border-color: #2eb4b5;
	color: #2eb4b5;
}
.profession-cent .hd .zero-team-tab>li.on i {
	display: inline-block;
	*display: inline-block;
	*zoom: 1;
}
.profession-cent .hd .zero-team-tab>li.on a {
	color: #2eb4b5;
}
.profession-cent .hd .zero-team-tab>li:hover {
	border-color: #2eb4b5;
	color: #2eb4b5;
}
.profession-cent .hd .zero-team-tab>li:hover a {
	color: #2eb4b5;
}
.profession-cent .hd .zero-team-tab>li:hover i {
	display: inline-block;
}
.bd-box0-pr{ width: 1180px; height: position: relative;}
.profession-cent .bd .bd-box0-pr li{ display: block;}
.imgListMod01{position: relative;height:500px;}
.imgListMod01 li a{transition: all 0.5s ease 0s; cursor: default;}
.imgListMod01 li .none{ display:none;}
.imgListMod01 img{max-width: none;vertical-align: inherit;}
.imgListMod01 .img, 
.imgListMod01 .img1, 
.imgListMod01 .img2, 
.imgListMod01 .img3, 
.imgListMod01 .img4, 
.imgListMod01 .img5, 
.imgListMod01 .img6, 
.imgListMod01 .img7,
.imgListMod01 .img8, 
.imgListMod01 .img9{
	border-radius: 0px;
	overflow: hidden;
	position: absolute;
}
.imgListMod01 img{
	left: 50%;
	margin: -234px 0 0 -277px;
	position: absolute;
	top: 50%;
}
.slide-Modbox{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: -30px auto 0;
	position: relative;
}
.slide-Modbox>.bd{
	overflow: hidden;
	width: 1200px;
	z-index: 0; 
	margin-left:-10px;
}
.slide-Modbox>.bd .imgListMod01{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.imgListMod01 .p1{margin: -295px 0 0 -310px ;}
.imgListMod01 .p2{margin: -260px 0 0 -375px ;}
.imgListMod01 .p3{margin: -188px 0 0 -328px ;}
.imgListMod01 .p4{margin: -230px 0 0 -182px ;}
.imgListMod01 .p5{margin: -225px 0 0 -285px ;}
.imgListMod01 .p6{margin: -340px 0 0 -355px ;}
.imgListMod01 .p7{margin: -292px 0 0 -295px ;}
.imgListMod01 .p8{margin: -320px 0 0 -290px ;}
.imgListMod01 .p9{margin: -318px 0 0 -294px ;}
.imgListMod01 .img{
	width: 165px;
	background: url(/public/images/team/zw-1.jpg) no-repeat;
	background-size:100% ;
}
.imgListMod01 .img:hover{background: url(/public/images//team/zw-2.jpg) no-repeat;}
/*顶呱呱实力见证 end*/
/*按钮 start*/
.btn-box2{
	width: 374px;
	height: 50px;
	text-align: left;
	border-radius: 26px;
	border: 2px solid #2eb4b5;
	text-align: left;
	padding-left: 10px;
	position: relative;
	margin: 50px auto 60px;
	color: #666;
	font-size: 14px;
}
.btn-box2 b{font-size: 22px;color: #2eb4b5;}
.btn-box2 b,.btn-box span{
	line-height: 54px;
	vertical-align: middle;
}
.btn-box2 a{
	width: 130px;
	height: 52px;
	border-radius: 26px;
	background: #2eb4b5;
	font-size: 16px;
	text-align: center;
	line-height: 52px;
	position: absolute;
	right: -1px;
	top: -1px;
	color: #fff;
}
/*按钮 end*/

/*分页 start*/
.page-box{
	width: 420px;
	margin: 50px auto;
	overflow: hidden;
}
.page-box a,
.page-box input{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1; 
	text-align: center;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	border: 1px solid #ccc;
	float: left;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.page-box .prev-page,
.page-box .next-page{
	color: #ccc;
	width: 68px;
}
.prev-page.end-page{
	width: 50px;
	margin-right: 6px;
}
.page-box .prev-page:hover,
.page-box .next-page:hover{
	border-color: #2eb4b5;
	color: #2eb4b5;
}
.page-box i{
	width: 6px;
	height: 9px;
	background-position: -27px 0;
}
.page-box .next-icon{
	background-position:-33px 0 ;
}
.page-box>a:hover i{
	background-position:-27px -9px;
}
.page-box>a:hover .next-icon{
	background-position:-33px -9px;
}
.page-box span{
	float: left;
	margin: 0 2px 0 5px;
	overflow: hidden;
}
.page-box span>a{
	border-left: none;
	width: 35px;
	color: #333;
}
.page-box span .cur{
	background: #2eb4b5;
	color: #fff;
	border:1px solid #2eb4b5;
}
.page-box span a:hover{
	background: #2eb4b5;
	color: #fff;
	border-color: #2eb4b5;
}
.page-box span>a:first-child{
	border-left: 1px solid #ccc;
}
.page-box font{
	font-size: 12px;
	color: #aaa;
	line-height: 34px;
	padding:0 7px;
	float: left;
}
.page-box .page-btn{
	width: 58px;
	color: #333;
}
.page-box .page-btn:hover{
	background: #2eb4b5;
	color: #fff;
	border-color: #2eb4b5;
}
/*分页 end*/

/*集团站群*/
.add-footer-jtzq{
	padding: 18px 0 8px;
	overflow: hidden;
	border-bottom: 1px dashed  #525965;
}
.add-footer-jtzq>span{
	display: block;
	float: left;
	width: 85px;
	color:#fff;
	/*margin-right: 5px;*/
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
	background: #40506a;
}
.add-footer-jtzq .right-name{
	width: 92%;
	overflow: hidden;
	float: left;
}
.add-footer-jtzq .right-name a{
	position: relative;
	display: block;
	float: left;
	color:#fff;
	padding: 5px 18px 10px 18px;
	font-size: 12px;
}
.add-footer-jtzq .right-name a:after{
	position: absolute;
	right: 0;
	top: 6px;
	content: "";
	width: 1px;
	height: 12px;
	background: #525965;
}
.add-footer-jtzq .right-name a:hover{
	text-decoration: underline;
}
#newBridge .icon-right-center{
	display: none;
}

/* S 20201021 添加微信客服及二维码 */

.header_kefu {
    float: left;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    z-index:9999999999;
}

.header_kefu span {
    color:red;
    font-size: 16px;
    font-weight: bold;
}
.wx-img{
    width: 26px;
}
.header_kefu:hover .header_kefu_qrcode {
    display: block;
}
.header_kefu .header_kefu_qrcode {
    display: none;
    position: absolute;
    width: 180px;
    height: 200px;
    z-index: 100;
    background-color: #fff;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
    border: 1px #f5f5f6 solid;
    border-top: 0;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .15);
}

.header_kefu .header_kefu_qrcode img {
    display: block;
    margin: 0 auto;
}
/* E 20201021 添加微信客服及二维码  */