﻿body{
	min-width: 400px;
}
.main,.w{
	width: 1460px;
	margin: 0 auto;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.header .header-top{
	background: #f0f0f0;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.header .header-top .zh-cn{
	margin-top: 6px;
	line-height: 22px;
	border-radius: 15px;
	margin-left: 45px;
	border: 1px solid #dcdcdc;
	background:#fff;
}
.header .header-top .zh-cn a{
	height: 22px;
	width: 40px;
	text-align: center;
	float: left;
	cursor: pointer;
}
.header .header-top .zh-cn a.zh{
	border-radius: 15px 0 0 15px;
	border-right: 0;
}
.header .header-top .zh-cn a.cn{
	border-radius: 0 15px 15px 0;
	border-left: 0;
}
.header .header-top .zh-cn a.active{
	width: 50px;
	background: #ee7700;
	color:#fff;
	border-radius: 15px;
}
.header .logo{
	width: 180px;
	margin-top: 25px;
}
.header .header-nav{
	background:#fff;
	width:100%;
}
.header .header-nav-yy{
	box-shadow: 1px 2px 3px #ccc;
}
.header .header-nav .nav-box{
	margin-top: 10px;
}
.header .header-nav ul li{
	padding: 20px 30px;
	float: left;
	position:relative;
}
.header .header-nav ul li:last-child{
	padding-right: 0;
}
.header .header-nav ul li a{
	font-size: 14px;
	padding: 10px 0;
	display: block;
}
.header .header-nav ul li.active a{
	color: #ee7700;
	border-bottom: 1px solid #ee7700;
}
.header .header-nav ul li .menu{
	position: absolute;
	left: 50%;
	top: 79px;
	transform: translatex(-50%);
	background:#f8f8f8;
	padding: 15px;
	display: none;
	z-index: 999;
	box-shadow: #ccc 0 0 10px;
}
.header .header-nav ul li .menu{
	width: 470px;
	height: 270px;
}
.header .header-nav ul li .menu em{
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f8f8f8;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 50%;
	transform: translatex(-50%);
}
.header .header-nav ul li .menu .menu-dh{
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom: 1px dashed #ccc;
}
.header .header-nav ul li .menu .menu-content{
	width: 220px;
	padding-right: 15px;
	border-right: 1px dashed #ccc;
}
.header .header-nav ul li .menu .menu-content img{
	width: 100%;
	height: 115px;
}
.header .header-nav ul li .menu .menu-title{
	width: 210px;
	padding-left: 15px;
	padding-bottom: 15px;
}
.header .header-nav ul li .menu .menu-title a{
	display: block;
	line-height:20px;
	border-bottom: 1px dashed #ccc;
	padding: 8px 15px;
	font-size: 13px;
}
.header .header-nav ul li .menu .menu-title a:hover{
	color: #ee7700;
}
.header .header-nav ul li .menu .menu-title a:last-child{
	border-bottom: 0px;
}
.header .header-nav ul li .menu .menu-title a:nth-child(1){
	padding-top: 0;
}
.header .header-nav ul li .contact_menu{
	left: auto;
	right: 0;
	transform: translatex(0);
}
.header .header-nav ul li .contact_menu em{
	left: auto;
	right: 45px;
	transform: translatex(0);
}
/* 公共底部 */
footer{
	background: #141414;
}
.footer{
	padding: 20px 80px;
	background: #141414;
}
.footer .footer-items .item{
	display: inline-block;
	margin-right: 90px;
	vertical-align: top;
	text-align: center;
}
.footer .footer-items .item:last-child{
	margin-right: 0;
}
.footer .footer-items .item h3{
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
}
.footer .footer-items .item .item-link a{
	color: #8a8b8b;
	line-height: 20px;
	display: block;
}
.footer .footer-items .item .item-link a:hover{
	color: #f5791f;
}
.footer .customer-box .left a{
	display: block;
	position: relative;
	padding-left: 36px;
	text-align: left;
	padding-top:5px;
	line-height:15px;
	margin-top: 10px;
	color:#c2c2c2;
}
.footer .customer-box .left i{
	position: absolute;
	width: 30px;
	height: 30px;
	left:0;
	top:4px;
	background-image: url(../img/icon.png);
}
.footer .customer-box .left a.qq i{
	background-position: -45px -185px;
}
.footer .customer-box .left a.wx i{
	background-position: -105px -185px;
}
.footer .customer-box .left a.sk i{
	background-position: -165px -185px;
}
.footer .customer-box .right img{
	width: 105px;
	height: 105px;
	margin-left: 20px;
}
.footer .phone{
	margin-top: 20px;
	color: #fff;
	text-align: left;
	font-size: 13px;
}
.footer .bq{
	text-align: center;
	margin: 50px 0;
}
.footer .tab-hover li{
	padding-bottom:5px;
	padding-right: 10px;
	float: left;
}
.footer .tab-hover li:hover a,.tab-content .list a:hover{
	color: #f5791f;
}
.footer .tab-hover li.active a{
	color: #f5791f;
}
.footer .tab-content{
	padding: 10px 0;
}
.footer .tab-content .list{
	display: none;
}
.footer .tab-content .list:nth-child(1){
	display: block;
}
.footer .tab-content .list a{
	display: inline-block;
	margin: 5px 10px 5px 0;
}
/* 公共样式 */
.common-title{
	text-align: center;
	padding: 30px 0 30px;
	position: relative;
}
.common-title .more-btn{
	position: absolute;
	right: 0;
	top: 60px;
}
.common-title h3{
	font-size: 30px;
	color:#333;
	padding-bottom:5px;
}
.common-title small{
	color:#f90;
}
a.more-btn{
	border: 1px solid #ff8e8f;
	color:#ff8e8f;
	display: inline-block;
	padding: 7px 10px;
	border-radius: 3px;
}
a.more-btn .iconfont{
	font-size: 12px;
}
/* page分页样式start */
#page{
	text-align: center;
	margin: 10px auto;
	position: relative;
}

#page .pager a,#page .pager span{
	display: inline-block;
	padding: 9px 16px;
	border: 1px solid #e7e7e7;
	margin-right: 7px;
}
#page .pager a:hover{
	background:#f8f8f8;
}
#page .pager .page_cur{
	background: #ff5d1d;
	color:#fff;
}
/* page分页样式end */

/* 头部便签导航start */
.common-nav-tag{
	height: 46px;
	line-height: 46px;
	color:#999;
}
.common-nav-tag .top-nav li{
	float: left;
}
.common-nav-tag .top-nav li:first-child{
	margin-left:10px;
}
.common-nav-tag .top-nav li:last-child .iconfont{
	display: none;
}
.common-nav-tag .top-nav li .iconfont{
	font-size: 12px;
	margin: 0 5px;
}
/* 公共页面头部便签导航end */
.line{
	width: 100%;
}

.banner_case {height:250px;background:url(../../img/bn_case.jpg) no-repeat center center;}
.banner_kehu {height:270px;background:url(../../img/bn_kehu.jpg) no-repeat center center;}
.banner_news {height:270px;background:url(../../img/bn_news.jpg) no-repeat center center;}
.banner_about {height:270px;background:url(../../img/bn_about.jpg) no-repeat center center;}
.banner_contact {height:270px;background:url(../../img/bn_contact.jpg) no-repeat center center;}
.banner_team {height:270px;background:url(../../img/bn_team.jpg) no-repeat center center;}
.banner_job {height:270px;background:url(../../img/bn_job.jpg) no-repeat center center;}

.xfqq {position:fixed;z-index:999;top:40%;left:0;}
.xfqqs {width:93px;height:151px;background:url('/m/31/img/qq.png');}
.xfqqs p {cursor:pointer;padding-top:130px;text-align:center;}
.wxchat {
	  position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    background-color: rgb(0, 0, 0);  
    filter: alpha(opacity=60);  
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 9999;
    height:100%;
}
.wxchats {
	   position: absolute;
	   z-index:999;
	   width:200px;
	   height:200px;
	   left:50%;
	   top:50%; 
		 margin-left:-100px;
		 margin-top:-100px;
}
.wxchats p {
	   cursor:pointer;
	   position: absolute;
	   z-index:999;
	   margin-top:-18px;
	   right:-18px;
	   width:36px;
	   height:36px;
	   background-image: url(../../img/fancybox_sprite.png);
     background-size: 44px 152px;
}

.news-content {padding:0 30px;}

.inbar {position:relative;background:#000;margin:0 auto;}
.inbar .bd {position:relative;z-index:0;}
.inbar .bd li img {width:100%;vertical-align:top;height:400px;}
.inbar .hd {position:relative;z-index:1;margin-top:-30px;bottom:40px;height:30px;line-height:30px;text-align:center;filter:alpha(opacity=50);opacity:0.5;}
.inbar .hd ul {text-align:center;padding-top:5px;}
.inbar .hd ul li {cursor:pointer;display:inline-block;*display:inline;zoom:1;width:15px;height:15px;border-radius:50%;margin:5px;background:#000;overflow:hidden;font-size:0;}
.inbar .hd ul .on {background:#ff9900;width:30px;border-radius:10px;}
.inbar p {position:absolute;width:1200px;z-index:1;top:50%;left:50%;margin-left:-600px;}
.inbar .prev,.inbar .next {display:block;position:absolute;margin-top:-40px;z-index:1;width:60px;height:60px;background:url(/m/31/img/ad_ctr.png) 0px 0px no-repeat;cursor:pointer;display:none;}
.inbar .next {left:auto;right:0;background-position:0px -60px;}
.inbar p a.prev:hover {background-position:0px -180px;}
.inbar p a.next:hover {background-position:0px -120px;}

.bar-vod {
	  position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    background-color: rgb(0, 0, 0);  
    filter: alpha(opacity=60);  
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 99999;
    height:100%;
}
.bar-vods {
	   position: absolute;
	   z-index:999;
	   width:1024px;
	   height:520px;
	   background:#efefef;
	   left:50%;
	   top:50%; 
		 margin-left:-512px;
		 margin-top:-260px;
}
.bar-vods p {
	   cursor:pointer;
	   position: absolute;
	   z-index:999;
	   margin-top:-18px;
	   right:-18px;
	   width:36px;
	   height:36px;
	   background-image: url(../../img/fancybox_sprite.png);
     background-size: 44px 152px;
}


.hover-up{
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.hover-down{
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.case_date {float:left;width:280px;background-position:235px 14px;}
.case_venue {float:left;width:835px;height:20px;}
.case_venues {width:100%;height:20px;line-height:20px;overflow:hidden;}

.case_info {float:left;width:80px;line-height:35px;background-position:0 12px;}
.case_infos {float:left;width:420px;line-height:35px;height:35px;padding-right:20px;overflow:hidden;}

.clook_tu {float:left;width:770px;padding:10px 10px 10px 15px;}
.clook_tu .caseImg{position: relative;width:770px;height:510px;overflow:hidden;margin-bottom:10px;}
.clook_tu .caseImg .consulting{position: absolute;top:0;left:0;width:770px;height:510px;background:url(/m/15/img/blackbg.png);display:none;z-index:1}
.clook_tu .caseImg .consulting img {width:160px;height:60px;display:block;margin:225px auto;}

.case_class,.case_city,.case_country {width:100%;margin:10px 0 10px 0;}
.case_class li {float:left;width:109px;line-height:25px;}
.case_city li {float:left;width:55px;line-height:25px;white-space:nowrap;overflow:hidden;}
.case_country li {float:left;padding-right:10px;line-height:25px;white-space:nowrap;overflow:hidden;}

.ven_t {text-align:center;padding:15px 0 15px 0;color: #555555}
.ven_n {line-height:30px;width:100%;overflow:hidden;color: #555555}


.xcompany_nr {padding:0 30px;}
.xcompany_nrd {text-align:center;padding:30px 0;}
.xcompany_nrd h3 {font-size:30px;line-height:35px;color:#000;}
.xcompany_nrd small {color:#f90;}
.xcompany_txt {line-height:27px;color:#333;}
.xcompany_txt h3 {font-size:16px;color:#333;}
.xcompany_txt h4 {font-size:14px;color:#333;}
.xcompany_txt h4 i {float:left;margin-left:-8px;}
.xcompany_txt h4 span {loat:left;}
.xcompany_txt a {line-height:18px;color:#333;}
.xcompany_txt a:hover {color:#f90;}
.xcompany_nrls {width:900px;padding-left:50px;background: url('../../img/line2.png') no-repeat;background-size: auto 100% ;}
.xcompany_ls {margin:30px 0;}
.xcompany_lsa {float:left;margin-left:-150px;width:150px;font-size:20px;line-height:40px;}
.xcompany_lsa p {float:right;margin-right:30px;width:41px;height:41px;background: url('../../img/dd.png') no-repeat;}
.xcompany_lsn {float:left;margin-top:10px;}
.xcompany_lsnr {display: inline-block;
        *display: inline;                        
        vertical-align: middle;
        line-height:25px;}
.xcompany_lsnr img {vertical-align: middle;padding-right:20px;}

.time-line{width:100%;position: relative;}
.time-line .left-btn,.time-line .right-btn{width: 60px;height: 60px;background: url(../../img/ad_ctr.png) no-repeat;position: absolute;margin-top:-30px;cursor: pointer;}
.time-line .left-btn{left:0;top:50%;}
.time-line .right-btn{right:0;top:50%;background-position: 0px -60px;}
.time-line .right-btn:hover{background-position: 0px -120px;}
.time-line .left-btn:hover{background-position: 0px -180px;}
.time-line .time-box{width: 1340px;margin: 0 auto;overflow: hidden;}
.time-line .time-box ul{overflow: hidden;position: relative;height: 380px;}
.time-line .time-box ul:after{content: "";background: #e1e1e1;height: 1px;width: 100%;position: absolute;left:0;top:50%;}
.time-line .time-box li{width:220px;float:left;padding:10px;box-sizing: border-box;border: 1px solid #e1e1e1;background:#fff;position: relative;top: 88px;line-height:22px;cursor: pointer;}
.time-line .time-box li .point,.time-line .time-box li .points {font-size:16px;width:62px;height:62px;line-height:62px;background:#e1e1e1;text-align:center;position: absolute;border-radius: 50%;left:80px;top: 70px; z-index: 1;}
.time-line .time-box li:nth-child(2n) {margin-top:160px;}
.time-line .time-box li .points {top:-90px;}
.time-line .time-box li:before{content: "";border-left: 1px solid #e1e1e1;border-bottom: 1px solid #e1e1e1;position: absolute;width: 16px;height: 16px;background: #fff;bottom: -9px; transform: rotate(-45deg);left: 50%;margin-left: -8px;}
.time-line .time-box li:nth-child(2n):before{bottom: auto;top: -10px;transform: rotate(-225deg);}
.time-line .time-box li.active{background: #ff9900;color:#fff;border-color: #ff9900;}
.time-line .time-box li.active:before{border-color: #ff9900;background: #ff9900;}
.time-line .time-box li.active .point,.time-line .time-box li.active .points {background:#ff9900;color:#fff;}
.time-line .time-box li.active p a {color:#fff;}
.time-line .time-box li.xls2 {top:66px;}
.time-line .time-box li.xls2 .point {top:92px;}
.time-line .time-box li.xls3 {top:44px;}
.time-line .time-box li.xls3 .point {top:114px;}
.time-line .time-box li.xls4 {top:22px;}
.time-line .time-box li.xls4 .point {top:136px;}

.xnews {background:#fff;padding:20px;margin:20px 0}
.xnews_left {float:left;width:180px;background:#fff;}
.xnews_lefts {padding-bottom:20px;}
.xnews_lefts dt {font-size:25px;height:50px;line-height:50px;background:#FEA621;color:#fff;text-align:center;}
.xnews_lefts dd {height:45px;line-height:45px;border-bottom:1px #e9e9e9 dashed;padding:0 20px;text-align:center;}
.xnews_right {float:right;width:1000px;background:#fff;}
.xnews_right .top-title {color:#999;text-align: right;padding: 20px 30px 20px 30px;height:35px;}
.xnews_right .top-title .title-big {font-size:16px;}
.c_map {width:640px;height:350px;border:#ccc solid 1px;}
.bottom_a {padding-top: 10px;height: 20px;background: url(/m/15/img/bjt.jpg) no-repeat;}


.me_dh {border:#E9E9E9 1px solid;margin-top:20px;}
.me_dh dl {border:#FFFFFF 1px solid;background:#efefef;padding:5px 0 0 10px;}
.me_bian {border-left:#E9E9E9 1px solid;border-right:#E9E9E9 1px solid;border-bottom:#E9E9E9 1px solid;padding:5px;}
.expo_info {float:left;width:290px;margin-right:20px;}
.expo_infos li {float:left;font-size:12px;padding:5px 0 5px 5px;width:268px;white-space:nowrap;overflow:hidden;}

.newslist {margin:10px 0 10px 0px;}
.newslist li {float:left;height:100px;margin-bottom:10px;line-height:22px;overflow:hidden;border-bottom:#e1e1e1 1px dashed;}
.newslist li img {padding:2px;border:#ddd solid 1px;margin-left:10px;}
.newslist .bianb {font-weight:normal;}


.kehubar{ width:100%;position:relative;height:500px;}	
.kehubars { width:1140px; height:500px;position:relative;margin:0 auto;overflow:hidden;}	
.kehubars .bd li{ vertical-align:middle; }
.kehubars .bd li img{ width:1140px; height:500px; display:block;  }
.kehubars .hd{ position: absolute;right:2px;bottom:10px; }	
.kehubars .hd ul{ vertical-align:middle; display:inline-block; *display:inline; overflow:hidden; zoom:1; }	
.kehubars .hd ul li{  position:relative; float:left; display:inline; padding-top:4px;  margin-right:8px; filter:alpha(opacity=50); opacity:0.5;  cursor:pointer;  }	
.kehubars .hd ul li img{ width:129px;height:55px;padding:5px 10px;background:#fff;border:2px solid #fff;display:block;  }	
.kehubars .hd ul li.on { filter:alpha(opacity=90); opacity:0.9;}

.casepic {position:absolute;background:#333;opacity:0.8;display:none;}
.casepics {margin:0 auto;width:100px;height:50px;line-height:50px;font-size:14px;color:#fff;background:#ff9900;text-align:center;cursor:pointer;}