﻿
.textover{text-overflow:ellipsis;white-space:nowrap;}

.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    z-index: 99998;
    filter: alpha(Opacity=90);
    -moz-opacity: 0.9;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
    transition: all .1s ease;
    /*background: rgba(0,0,0,0.3);*/
}

.header div.logo {
    float: left;
    display: block;
    height: 80px;
    width: 25%;
}
.header .logo img {
	max-width:100%;
    transform: scale(1, 1);
    transition: all 0.3s  ease;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; display:block; margin-top:6px
}



.header .moblie-logo{
	width: 180px;
    height: 30px;
    padding: 10px 0;
	display: none;
    float: left;
}
.moblie_AGG_china{ float:left; margin:22px 0 0 10px; color:#e50012; display: none;}

.header .moblie-logo>a,
.header .moblie-logo>a img {
	display: block;
    height: 30px;
    max-width: 180px;
    margin: 0 auto;
}




.header .nav{
    float: left;
    width: 55%;
    margin-left: 5%;
}

.header .moblie-nav{
	display: none;
}

.header .nav li.navitem{
	position: relative;
	float: left;
	transition: all 0.4s ease-out 0s;
	width: 14.2%;
	text-align:center
}

.header .nav li.navitem>a{
    transition: none ease-out .3s;
    -webkit-transition-property: color, background, text-indent, opacity;
    -moz-transition-property: color, background, text-indent, opacity;
    -ms-transition-property: color, background, text-indent, opacity;
    -o-transition-property: color, background, text-indent, opacity;
    transition-property: color, background, text-indent, opacity;
}


.header .nav li.active>a,.header .nav li.active>a:hover,
.header .nav li.navitem:hover>a{
    color: #fff !important;
	background: url(../images/navmove.png) center bottom no-repeat;
}


.header .nav li.navitem>a {
    color: #fff;
	display:block;
	padding:15px 0;
    height: 50px;
    line-height: 50px;

}


.header .nav li.navitem ul.subnav {
    transition: all 0.3s ease-out 0s;
    position: absolute;
    border-top: #838383 3px solid;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
    width: 160px;
    background: #fff;
    border: 0;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    top: 80px;
    left: 0;
}

.header .nav li.navitem ul.subnav li {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.header .nav li.navitem ul.subnav li a{
	display: block;
	width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    padding: 14px 0;
	text-align: center;
    background: none; font-family:Arial, Helvetica, sans-serif;
    -webkit-transition: none ease-out .3s;
    -moz-transition: none ease-out .3s;
    -ms-transition: none ease-out .3s;
    -o-transition: none ease-out .3s;
    transition: none ease-out .3s;
    -webkit-transition-property: color, background, text-indent, opacity;
    -moz-transition-property: color, background, text-indent, opacity;
    -ms-transition-property: color, background, text-indent, opacity;
    -o-transition-property: color, background, text-indent, opacity;
    transition-property: color, background, text-indent, opacity;
	
}

.header .nav li.navitem ul.subnav li a:hover{
	background:#0156a9;
	color: #fff;
	
}

.header .nav li.navitem ul.big_subnav{ width:540px; padding:20px 0px 20px 20px; max-height:373px; overflow:hidden}
.header .nav li.navitem ul.big_subnav li{ float:left; border:none;}
.header .nav li.navitem ul.big_subnav li h3{ font-size:16px; font-weight:bold;  }
.header .nav li.navitem ul.big_subnav li dl{float:left;}
.header .nav li.navitem ul.big_subnav li dl dt{ text-align:center; margin-bottom:5px;color:#333; background:#f3f3f3; display:block;line-height:50px; margin-right:20px}
.header .nav li.navitem ul.big_subnav li dl dd span{ width:100px; float:left;}
.header .nav li.navitem ul.big_subnav li dl dd a{ font-size:14px; text-align: center; line-height:40px; display:block; width:160px; margin-right:20px; border-bottom:1px solid #e4e8ea; padding:0; height:40px}
.header .nav li.navitem ul.big_subnav li:nth-child(1) dl dd a{ font-size:14px;}
.header .nav li.navitem ul.big_subnav li dl dd a:hover{ color:#0156a9; background:none;}

.header.index-nav {
}

.header .nav li.navitem:hover ul.subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}


.top_tel{
    background: url(../images/bg_tel.png) no-repeat 0 center;
    padding-left: 38px;
    line-height: 80px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    float: right;
    width: 11.2%;
    overflow: hidden;
	}


.header.mini {
	z-index: 99999;
	background: #fff;
    background: rgba(255, 255, 255, 1);
    padding-top: 0px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.container{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

.clearfix {*zoom: 1;}
.clearfix:before,
.clearfix:after {display: table;line-height: 0;content: "";}
.clearfix:after {clear: both; }

.bgfff{
	background: #fff;
}



.bannerfo{ width:186px; height:30px; background:#fff;border:none;position: fixed; right:20px; top:31px; z-index:99999;opacity:1 !important}
.bannerfo ul li{ display:inline}

.bannerfo ul .inputbox{ width:155px; height:30px;overflow:hidden; }
.bannerfo ul .inputbox input{ width:138px; height:30px; border:none; background:none; line-height:30px; color:#999; font-size:16px; margin-left:8px; outline:none}
.bannerfo ul .menuser{ width:30px; height:30px !important;margin:0 !important; padding:0 !important; background:#ff6600 !important;}
.bannerfo ul .menuser input{height:30px !important;margin:0 !important; padding:0 !important; background:none !important; border:none !important}
.bannerfo ul .menuser img{width:30px; height:30px;}

.lawer{ width:186px; height:18px; position:absolute; right:0; top:40px;}
.lawer li{ float:left}
.lawer li a{ line-height:18px; color:#999; font-size:14px; padding-right:10px; display:block}
.lawer li p{ float:left; margin-right:5px}
.lawer li a:hover{color:#444}


.digital{padding: 80px 0 0;height: 170px; width: 1300px;
 margin: 0 auto;}
.ibrand-num li{float:left;height:100px;color:#080808;font-size:20px;width: 350px;}
.ibrand-num li b{font-size:60px;line-height: 60px; font-family:"Impact";font-weight: normal;padding-right: 5px;display: block;float: left;}
.ibrand-num li i{font-size:60px;line-height: 60px; font-family:"Impact";display: block;float: left;padding-right: 5px;}
.ibrand-num li em{width: 35px;text-align: center;height: 35px;line-height: 32px;background: #234ea3;color: #fff;border-radius: 50%;display: block;float: left;margin-top: 13px;}
.ibrand-num li span{display:block; padding:10px 0 0;width: 100%;clear: both;}
.ibrand-num li:last-child{width: 250px;}



.pro_tit{font-size: 40px;color: #fff;text-align: center;line-height: 40px;height: 85px;overflow: hidden;background: url(../images/cp_tbg.png) no-repeat center 12px;}
.pro_tit a{color: #fff;}
.pro_tit span{display: block;font-size: 20px;font-weight: normal;padding: 5px 0 0;}

.ab_bg{background: url(../images/ab_bg.jpg) no-repeat center 0;padding: 100px 0 0;overflow: hidden;height: 885px;}
.about{height: 490px;}
.about .pro_tit{font-size: 50px;height: 130px;line-height: 44px;background: url(../images/ab_tbg.png) no-repeat center 12px;}
.ab_desc{font-size: 16px;color: #fff;line-height: 38px;width:1200px;text-align: center;margin: 0 auto;height: 190px;overflow: hidden;}
.ab_more{ display: block; width:617px; height:55px; border:2px solid #fff; line-height:55px; text-align:center; color:#fff; font-size:18px; margin:35px auto}
.ab_more:hover{ background:#fff; color:#223c68;}




/*企业相册*/
.photo{padding: 50px 0 0;background: #fff; margin: 0px auto; width:1340px}
.photo_t{width: 990px;height: 110px;padding-left: 105px;}
.photo_t ul li{width: 250px;height: 60px;float: left;padding-left: 80px;position: relative;}
.photo_t ul li:before{content: "";width: 1px;height: 100%;background: #e8e9e9;position: absolute;top: 0;left: 0;}
.photo_t ul li em{display: block;float: left;line-height: 0;overflow: hidden;width: 55px;height: 55px;}
.photo_t ul li em img{width: 55px;height: 110px;-webkit-transition:all .5s;transition:all .5s;}
.photo_t ul li span{display: block;float: left;line-height: 26px;padding: 5px 0 0 15px;}
.photo_t ul li i{display: block;font-size: 20px;color: rgba(51,51,51,0.2);text-transform:capitalize;}
.photo_t li a{font-size: 24px;color: #202428;}
.photo_t li.on a{font-weight: bold;}
.photo_t li.on i{font-weight: normal;}
.photo_t li.on em img{margin-top: -55px;}
.photo_t ul li:first-child:before{background: none;}
.photo_qie{width: 1214px;overflow: hidden; margin:0 auto}
.photo_m{width:1240px; margin:0 auto; position:relative}
.photo_m ul li{width: 381px;float: left;margin-right: 34px;}
.photo_m ul li em{width: 100%;height: 246px;display: block;line-height: 0;overflow: hidden; border:1px solid #e8ebef}
.photo_m ul li img{width:100%; height:100%; display: block;-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;}
.photo_m ul li:hover img
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.photo_m ul li span{display: block;width:90%;text-align: center;height: 50px;line-height: 50px;font-size: 16px;color: #333;overflow: hidden; background:#fff; padding:0 5%}
.photo_m ul li span{position: relative;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;}
.photo_m ul li span:before {
	}
.photo_m ul li span:after{}
.photo_m ul li:hover span:before {right: 0;}
.photo_m ul li:hover span{}
.photo_m p{width: 20px;height: 30px;position: absolute;top: 102px;z-index: 10;}
.photo_m p a{display: block;width: 20px;height: 30px;line-height: 0;-webkit-transition:transform .3s;transition:transform .3s;}
.cp_lico a{background: url(../images/photo_lico01.png) no-repeat center;}
.cp_lico a:hover{background: url(../images/photo_lico02.png) no-repeat center;}
.cp_rico a{background: url(../images/photo_rico01.png) no-repeat center;}
.cp_rico a:hover{background: url(../images/photo_rico02.png) no-repeat center;}
.cp_lico{left: -30px;}
.cp_rico{right: -30px;}
.photo_m p a:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);}


.pro01{background:#f1f1f1 url(../images/cp_bg.jpg) no-repeat center 0;height:570px;overflow: hidden;padding: 60px 0 0;}
.pro_tit{font-size: 40px;color: #fff;text-align: center;line-height: 40px;height: 85px;overflow: hidden;background: url(../images/cp_tbg.png) no-repeat center 12px;}
.pro_tit a{color: #fff;}
.pro_tit span{display: block;font-size: 20px;font-weight: normal;padding: 15px 0 0;}
.pro_nav{height: 85px;margin: 45px 0 0; text-align:center}
.pro_nav ul li{ display:inline-block}
.pro_nav ul li a{ font-size:18px; color:#fff;display:block; float:left;height: 45px;line-height: 45px;background: url(../images/cp_ico01.png) no-repeat 25px center;padding:0 30px 0 45px;}
.pro_nav ul li a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pro_nav ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff url(../images/cp_ico02.png) no-repeat 25px center;
  border-radius: 30px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -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;
}
.pro_nav ul li a:hover:before,.pro_nav ul li.cur a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.pro_nav ul li a:hover,.pro_nav ul li.cur a{color: #333;}
.pro01_m{ margin:45px auto; width:1200px}
.pro01_m dl{width: 590px;float: left;margin-left: 20px;}
.pro01_m dl dt{width: 590px;height: 380px;line-height: 0;overflow: hidden;}
.pro01_m dl dt img{width: 590px;height: 380px;}
.pro01_m dl dt img,.pro02_l img,.super dl dt img,.news_l dl dt img,.photo_m ul li img{
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;}
.pro01_m dl dt img:hover,.pro02_l img:hover,.super dl dt img:hover,.news_l dl dt img:hover,.photo_m ul li img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.pro01_m dl dd{width:100%;margin: 0 auto;padding:0px 0 30px;}
.pro01_m dl dd h5{height: 56px;line-height: 56px;overflow: hidden;margin-bottom: 5px; text-align:center; background:#fff}
.pro01_m dl dd h5 a{font-size:18px;color: #333;display: block; font-weight:500; width:90%; padding:0 5%; overflow:hidden}
.pro01_m dl dd em{display: block;float: right;line-height: 0;width: 44px;height: 44px;overflow: hidden;}
.pro01_m dl dd em img{width: 44px;height: 88px;-webkit-transition:all .5s;transition:all .5s;}
.pro01_m dl dd h5:hover em img{margin-top: -44px;}
.pro01_m ul li{width: 125px;float: left;height: 38px;line-height: 38px;overflow: hidden;}
.pro01_m ul li a{font-size: 16px;color: #666;}
.pro01_m ul li:nth-of-type(4n){width: 90px;}
.pro01_m dl:first-child{margin-left: 0;}

.ibghui{ background:#f1f1f1 !important;padding: 20px 0 0;}
.ibghui .photo_qie{ width:1200px !important}
.ibghui .photo_m ul li{ width:290px !important; margin-right:14px !important}
.ibghui .photo_m ul li em{ height:187px !important; border:none !important}
.ibghui .photo_m p{top: 82px !important;}


.nswsbox{font-family:"Microsoft Yahei";line-height: 24px;font-size: 14px;clear: both;color: #666;padding:50px 0 100px;position: relative;overflow: hidden;background: #fff;}
.nswsbox .contentxw{width: 1200px;margin: 0 auto;}
.nswsbox .til01{height: 128px;}
.news{width:511px;}
.faqs{width:598px;}
.news_t{height: 64px;line-height: 64px;overflow: hidden;position: relative;}
.news_t:before{content: "";width: 100%;height: 1px;background: #e6e6e6;position: absolute;bottom: 0;left: 0;}

.new_t{font-size:20px;height:40px;line-height:40px;position: relative;border-bottom: 1px solid #0064ac;margin-bottom:25px;}
.new_more{display: block;color: #666;text-transform: uppercase;font-size: 16px;line-height: 22px;}
.new_t span{float: left;padding-right: 58px;position: relative;}
.new_t span a{display: block;color: #0064ac;background:url(../images/new_ico2.gif) no-repeat 0 8px;padding-left: 33px;}
.news .new_t span a{background:url(../images/new_ico1.gif) no-repeat 0 8px;}
.new_t span.cur a,.new_t span a:hover{font-weight: bold;}

.news_c dt,.news_c dt img{width:511px;height:283px;display: block;overflow: hidden;}
.news_c dd{padding: 20px 0 0;height: 104px;border-bottom: 1px solid #cdcdcd;margin-bottom: 16px;}
.news_c dd h3{color: #333;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;display: block;font-size: 16px;height: 44px;line-height:28px;}
.news_c dd h3 span{font-weight: normal;font-size: 16px;float: left;width:81px;line-height: 28px;background: #1061cb;border-radius: 14px;margin:0 16px 0 0;text-align: center;color: #fff;}
.news_c dd h3 a{color: #333;display: block;}
.news_c dd p a,.news_c dl:hover h3 a{display: inline-block;color: #1061cb;}
.news_c li,.faqs_c li{height:34px;line-height: 34px;padding: 0 0 0 24px;position: relative;}
.news_c li span,.faqs_c li span{float: right;color: #999;}
.faqs_c li{background:url(../images/ico04.gif) no-repeat 0 15px;padding-left: 13px;}
.news_c li a,.faqs_c li a{color: #666;display: block;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.news_c li:before{content: "2";position: absolute;width:16px;height:16px;background:#17191d;left: 0;top:8px;color: #fff;line-height: 16px;text-align: center;font-size: 12px;}
.news_c li:nth-child(1):before{content: "1";background: #1061cb;}
.news_c li:hover a,.faqs_c li:hover a{color: #1061cb;}
.faqs_c{height: 316px;margin-bottom:35px;overflow: hidden;}
.faqs_c dl{height: 159px;;overflow: hidden;margin-bottom: 19px;border-bottom: 1px solid #e8e8e8;}
.faqs_c dt{display: block;font-size: 16px;line-height:32px;height:48px;font-weight: bold;}

.faqs_gg{height: 130px;background: #0064ac;}
.faqs_gg p,.faqs_gg p img{width: 461px;height: 130px;display: block;overflow: hidden;float: left;}
.faqs_gg span{width: 137px;float: left;font-size: 22px;line-height: 28px;text-align: center;background:url(../images/ico05.png) no-repeat center 73px;}
.faqs_gg span a{display: block;color: #fff;padding: 40px 0;}



@keyframes hover {
    0% {
        background-position-y: 78px;
    }
    100% {
        background-position-y: 68px;
    }
}






/* Header Style */
.containerscoll {width: 100%;position: relative;text-align: center;}
.codrops-top{line-height: 24px;font-size: 11px;background: rgba(255, 255, 255, 0.5);text-transform: uppercase;z-index: 9999;position: relative;box-shadow: 1px 0px 2px rgba(0,0,0,0.2);-webkit-animation: slideOut 0.5s ease-in-out 0.3s backwards;}
@-webkit-keyframes slideOut{
0%{top:-30px; opacity: 0;}
100%{top:0px; opacity: 1;}
}
.codrops-top a{padding: 0px 10px;letter-spacing: 1px;color: #333;text-shadow: 0px 1px 1px #fff;display: block;float: left;}
.codrops-top a:hover{background: #fff;}
.codrops-top span.right{float: right;}
.codrops-top span.right a{float: left;display: block}
.codrops-demos{text-align:center;display: block;padding-top: 20px;}
.codrops-demos a, 
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #719c7f;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #90bd9e;
	background: -moz-linear-gradient(top, #90bd9e 0%, #72a081 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#90bd9e), color-stop(100%,#72a081));
	background: -webkit-linear-gradient(top, #90bd9e 0%,#72a081 100%);
	background: -o-linear-gradient(top, #90bd9e 0%,#72a081 100%);
	background: -ms-linear-gradient(top, #90bd9e 0%,#72a081 100%);
	background: linear-gradient(top, #90bd9e 0%,#72a081 100%);
}
.codrops-demos a:hover{
background: #85b995;
}
.codrops-demos a:active{
-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.4);
box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
}
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
	color: #506757;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
}
/* Media Queries */


@media screen and (max-width:1330px){
	
	.header .nav{
	margin-right:1%;
}
	.bannerfo{ display:none}
	 
	
	}
	
	
	


@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}
.containerscoll p,.containerscoll p a{color:#fff;font-weight:normal;font-size:12px;}

.atitlesc{position: absolute;left: 300px; top: 322px; width:350px; text-align:center; opacity: 0.7;filter:alpha(opacity=70);color:#fff; margin-top:45px;}


.wit2{ height:557px;  position:relative;}
.wit2 .arr1 a{ display:block; width:40px; height:40px; overflow:hidden; background:url(../images/z.png) no-repeat; position:absolute; top:250px; left:60px;}
.wit2 .arr2 a{display:block; width:40px; height:40px; overflow:hidden; background:url(../images/y1.png) no-repeat; position:absolute; top:250px; right:60px;}
.wit2 .dl01{ width:122px; height:122px; overflow:hidden; position:absolute; top:27px; left:0;}
.wit2 .dl01 dt img{width:122px; height:122px;border:5px solid #d7d7d7;}
.wit2 .dl05{ position:absolute; top:27px; left:838px;}
.wit2 .dl02{ width:142px; height:142px; overflow:hidden; position:absolute; top:18px; left:163px;}
.wit2 .dl02 dt img{width:142px; height:142px;}
.wit2 .dl04{ position:absolute; top:18px; left:656px;}
.wit2 .dl03{ width:350px; overflow:hidden; position:absolute; top:0; left:307px;}
.wit2 .dl03 dt{width:173px; height:173px; margin:0 auto; overflow:hidden;}
.wit2 .dl03 dt img{width:173px; height:173px;}
.wit2 dd h4{ font:14px "Microsoft Yahei"; text-align:center; font-weight:normal; margin-top:140px;}
.wit2 dd h4 a{ color:#fff;}
.wit2 dd h4 span{ display:block; color:#666666; font-weight:normal;}
.wit2 dd p{ font:12px "Microsoft Yahei"; color:#999999; line-height:18px; text-align:center; margin-top:10px; height:56px; overflow:hidden; padding-bottom:12px; line-height:18px;}
.wit2 dd em a{ display:block; width:109px; height:29px; border:2px solid #999999; font:14px "Microsoft Yahei"; text-align:center; color:#999999; line-height:29px; overflow:hidden; margin:0 auto;}

.wit span.xx{ width:26px; height:21px; overflow:hidden; display:block; margin:0 auto 20px;}
.wit span.xx img{ width:26px; height:21px;}


.g_ft{height: 210px;background:url(../images/f_bg.jpg) no-repeat center center;padding-top: 78px;}
.a00{margin-right: 70px;float: left;width: 196px;}
.a00 dt img{width: 196px;}
.a00 dt a{width: 196px;height: auto;display: block;margin-bottom:10px;}
.a00 dd{font-size: 14px;color: #fff;font-weight: normal;border-top: 1px solid #4e97c5;text-align: center;padding-top: 10px;}
.a00 dd em{font-size: 14px;color: #fff;font-weight: normal;display: block;padding-top: 8px;}

.a01{margin-right: 71px;float: left;width: 304px;}
.a01 h2{height:49px;margin-bottom: 25px;display: block;}
.a01 p{font-size: 14px;color: #fff;font-weight: normal;line-height: 30px;height: 30px;}
.a01 p a{color: #fff;}
.a02{margin-right: 120px;float: left;width: 207px;}
.a02 h2{height:49px;margin-bottom: 25px;display: block;}
.a02 a{font-size: 14px;color: #fff;font-weight: normal;line-height: 30px;height: 30px;
  width: 95px;float: left;text-align: left;}

.a03{float: right;width: 231px;}
.a03 h2{height:49px;margin-bottom: 25px;display: block;}

.a03 .cur{margin-right: 20px;}
.a03 a {width: 105px;text-align: center;float: left;
  line-height: 40px;font-size: 14px;color: #fff;}
.a03 a img{width:105px; height:105px;}




        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 71px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(../images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 14px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
            width: 33px;
            height: 35px;
            background-position: -27px -51px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 77px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #0071be;
            color: #fff;
            height: 56px;
            width: 247px;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #0071be;
            width: 97px;
            height: 56px;
            position: relative;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
