/*********************************网页公共部分************************************/
@charset "utf-8";
html{font: 14px/24px 'Helvetica Neue','Microsoft Yahei',arial,helvetica,sans-serif;}
*{
	margin: 0;
	padding: 0;
	border:medium none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
a,img{border: 0;}
img{display: block;}
a{color: #333;text-decoration: none;}
a{transition: all 300ms ease-in-out;-webkit-transform: all 1000ms ease-in-out;}
li {list-style-type: none;}
.wrapper{width: 1200px;margin:0px auto;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.clear:after{display: block;content: " ";clear: both;}
/*h1,h2,h3,h4,h5{font-size: 100%;font-weight: normal;}*/
.over-flow{
    overflow: auto; 
    zoom: 1; //处理兼容性问题
}


/***********************************page***************************************/
div.page{padding:3px;margin:3px;text-align:center;margin-top: 10px;}
div.page a{
	padding:5px 12px;
	margin:2px;
	color:#38322d;
	text-decoration:none;
	border-radius: 50%;
}
/* div.page a:hover{
	color:#fff;
	background-color:#339ec1;
} */
div.page a:active{border:#38322d 1px solid;color:#000;}
div.page span{
	display: inline-block;
	line-height: 30px;
	padding:0 12px;
	border-radius: 50%;
	color:#666;
	font-size: 14px;
}
div.page span.current{
	color:#fff;
	background-color:#339ec1;
}
div.page span.disabled{padding:2px 5px;margin:2px;color:#38322d;}






/***********************************banner***************************************/
.banner{ overflow:hidden; position:relative;  }
.banner .hd{ height:15px; overflow:hidden; position:absolute; right:50%; bottom:25px; z-index:1; }
.banner .hd ul{ overflow:hidden; zoom:1; float:left;  }
.banner .hd ul li{ float:left; margin-right:10px;  width:15px; height:15px; border-radius: 50%; line-height:14px; text-align:center; background:#ffd800; cursor:pointer; opacity:0.2;}
.banner .hd ul li.on{ background:#ffd800; color:#ffd800;opacity:1;}
.banner .bd{ position:relative; height:100%; z-index:0;   }
.banner .bd li{ zoom:1; vertical-align:middle; }
.banner .bd img{ display:block; width: 100%;margin-left: auto; margin-right: auto; }





/*********************************header************************************/
.header-nav{}
.header-nav ul li{float: left;width: 170px;height: 50px;line-height: 50px;text-align: center;}
.header-nav ul li a{display: block;}



/*********************************footer************************************/






/*********************************内页************************************/




#main:after{display: block;content: " ";clear: both;}

#main .left_zuo{float:left;width:250px;}

#main .right_you{float:right;width:940px;}

#main .right_you .article{
	width:100%;
	height:50px;
	border-bottom:2px solid #38322d;
	margin-bottom: 20px;
}
#main .right_you .article .left_bitao{
	float: left;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	background: url('../images/fangzi.png')no-repeat 0px center;
	text-indent: 70px;
	background-size: 50px;
}

#main .right_you .article .right_biaoti{float:right;height:50px;line-height:50px;font-size:14px;}


.username_click{width: 100%;height: 30px;line-height: 30px;text-align: center;background-color: #eee;margin: 20px auto;}

.xq{max-width: 940px;font-size: 16px;line-height: 30px;text-align:justify;}
.xq img{max-width: 940px;display: block;margin: 5px auto;}
.xq table{border: 1px solid #808080;width: 98%;border-collapse: collapse;}
.xq table td {border: 1px solid #808080;}

.newsXQ{
	text-align: justify;
}
.moiveXQ{
	text-align: center;
}


/*上一页+下一页*/
#prev_next{margin-top: 30px;}
#prev_next li{line-height:40px;text-indent: 20px;width: 100%;font-size: 14px;}
#prev_next li:nth-child(1){background: url('../images/up.png')no-repeat 0px 15px;border-top: 1px solid #ccc;}
#prev_next li:nth-child(2){background: url('../images/down.png')no-repeat 0px 15px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}





/*产品列表*/
.product-img-list ul{
	width:885px;
	margin:0 auto;
}
.product-img-list ul li{
	width: 280px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	transition: all .2s ease-in;
}
.product-img-list ul li:nth-child(3n){
	margin-right:0;
}
.product-img-list ul li:hover{
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.product-img-list ul li .img-box{max-width:280px;max-height:190px;width: 280px;height: 200px;position: relative;border: 1px solid #eee;}
.product-img-list ul li .img-box .product-img{
	position: absolute;
	width:280px;
	height: 190px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.product-img-list ul li span{display: block;text-align: center;height: 40px;line-height: 40px;color: #000;}
.product-mengban{
	position: absolute;
	top:0;
	left: 0;
	width:280px;
	height: 190px;
	background: #000;
	opacity:0;
	text-align: center;
}
.product-mengban img{
	width:56px;
	height:67px;
	display: block;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}  
.product-img-list ul li:hover .product-mengban{
	opacity: 0.9;
}


/*产品详情*/
.content_p {margin-top: 40px;}
.content_p span.sp {display: block;background-color: #dddddd;color: #ffffff;margin-bottom: 20px;overflow: hidden;}
.content_p span.sp small {background: #000;display: block;float: left;text-align: center;line-height: 40px;width: 120px;}




/*返回上一页*/
.return{float:right;width:120px;height:40px;background-color:#38322d;color:#fff;text-align:center;line-height:40px;margin-top: 20px;}
.return:hover{background-color:#d83a2a;}




#zhutu{max-width:80%;margin: 10px auto;display: block;border: 1px solid #ddd;}



/*CONTACT 地图大小*/
#allmap{width:100%;height:450px;overflow:hidden;}



/*在线留言*/
.message-list{width: 550px;float: left;}
.message-img{width: 450px;height: 460px;float: right;}
.input-group{margin-bottom: 10px; clear: both;}
.input-group:after{display: block; content: ''; clear: both;}
.input-group label{width: 90px; font-size: 15px; display: inline-block; text-align-last: justify; color: #606060; font-weight: bold;}
.input-group input[type=text]{border: 1px solid #aaa;border-radius: 2px;line-height: 30px;height: 30px;width: 420px;text-indent: 1em;font-family: "microsoft yahei", "sans-serif";transition: 300ms;-webkit-transition: 300ms;outline: none;}
.input-group input[type=text]:focus{width: 420px; box-shadow: 0 0 5px #333; border: 1px solid #333;}
.input-group textarea:focus{width: 420px; box-shadow: 0 0 5px #333; border: 1px solid #333;}
.input-group input[type=text]#captcha:focus{width: 90px; box-shadow: 0 0 5px #015cb5; border: 1px solid #015cb5;}
.input-group textarea{transition: 300ms;-webkit-transition: 300ms;width: 420px;border: 1px solid #aaa;border-radius: 2px;text-indent: 1em;padding-top: 5px;font-family: "microsoft yahei", "sans-serif";outline: none;margin-left: 5px;}
#submit{display: block; clear: both; width: 80px; line-height: 30px; background: #1e1e1e; border: 0; color: #ffffff; font-size: 14px; margin-left: 94px;}
#submit:hover{background: #1752ad;cursor: pointer;}


/*人才招聘*/
.job_tab{line-height: 54px; background: #571b00; font-size: 14px; color: #fff; text-align: center; width: 100%; overflow: hidden;}
.job_tab span{display: block; width: 20%; text-align: center; float: left;}
.jobs ul li > p{line-height: 54px; background: #ffffff; font-size: 14px; color: #4c4c4c; text-align: center; overflow: hidden;}
.jobs ul li:nth-of-type(even) > p{background: #f3f3f3;}
.jobs ul li > p span{float: left; display: block; width: 20%;}
.jobs ul li div{background: #f7f7f7; padding: 20px; display: none;}
.jobs ul li div small{font-size: 14px; line-height: 30px; color: #7c7c7c;}
.jobs ul li div > p{font-size: 16px; color: #B59A80; margin-bottom: 10px; font-weight: bold;}
.jobs ul li div > span{display: block; margin-top: 20px; border-top: 1px solid #ccc; font-size: 14px; color: #7C7C7C; padding-top: 20px;}
.jobs ul li div > span a{color: #a3906f;}


/* sidebar */
.sidebar .title{
	width:225px;
	height: 70px;
	line-height: 70px;
	background: #339933;
	padding:18px 20px 0px 25px;
	border-top-left-radius:4px;
	border-top-right-radius:4px; 
	border-bottom-right-radius:0px; 
	border-bottom-left-radius:0px;
	position: relative;
}
.sidebar .title img{
	vertical-align: middle;
}
.sidebar .title .xiangmu-title{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left:38px;
	color:#fff;
	font-size: 20px;
	
}
.sidebar .title img:first-child{
	float: left;
}
.sidebar .title img:last-child{
	float: right;
	position: absolute;
	right:25px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.sidebar ul li a{
	display: block;
	line-height: 20px;
	
}
.sidebar ul li {
	position: relative;
	width:225px;
	border:1px solid #d0d0d0;
	border-top:none;
	font:14px/53px 'Mircosoft YaHei';
	color:#616161;
	padding:10px;
}
.sidebar ul li a img{
	position: absolute;
	right:40px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width:10px;
	height: 10px;
}
.sidebar ul li a:hover{
	color:#d73240;
}
.lianxi{
	width:24px;
	height: 24px;
}
.fir-title{
	background: #4c4c4c !important;
}
.lxwm-list li {
	font:12px 'Microsoft YaHei' !important;
	color:#606060 !important;
	padding:10px !important;
	border:1px dashed #d0d0d0 !important;
	border-top: none !important;
	line-height: 40px !important;

}
.fenlei-list span{
	
}
.fir-sidebar{
	margin-bottom: 35px;
}
.anlifeilei{
	position: absolute;
	display: inline-block;
	float: left;
	color:#fff;
	font-size:20px;
	font-weight: bold;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/*响应式新闻列表*/
#main{width:100%;}
#main .news-bg{
	width:100%;
	position: relative;
	z-index: -1;
}
#main .news-bg>img{
	width:100%;
	min-height: 450px;
}
.normal-banner-inner-wrap{
	
    text-align: left;
}
.normal-banner-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.normal-banner-inner .container{
	width:100%;
	padding:0 4%;
}
.inner-banner-title1 {
	color:#fff;
	font-weight: 700;
    font: 42px/1 'Gotham-Bold';
    text-transform: uppercase;
}
.inner-line{
	display: inline-block;
    width: 55px;
    height: 4px;
    margin: 25px 0 20px;
    background: #fff;
}
.inner-banner-title2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
}
    
.news-list {
	width:100%;
	padding:70px 4%;
}
.news-list .biaoti>ul{
	margin-bottom: 55px;
}
.news-list .biaoti>ul>li{
	float: left;
	height: 50px;
	line-height: 50px;
	margin-right: 8px;
	border-radius: 25px;
}
.news-list .biaoti>ul>li>a{
	display: block;
	color:#333;
	background: #fff;
	font-size: 14px;
	width:150px;
	text-align: center;
	border-radius: 25px;
}

.news-list .biaoti>ul>li:hover a{
	color:#fff;
	background: #333;
}
.newsactive{
	background: #333!important;
	color:#fff!important;
}
.n-list ul li{
	position: relative;
    float: left;
    width: 48.5%;
    margin: 0 0 1.5% 1.5%;
    background: #fff;
}
.n-list ul li:after{
	position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all .6s;
}
.n-list ul li:hover:after{
	transform: scale(1.025);
	-webkit-transform: scale(1.025);
	box-shadow: 0 15px 15px rgba(0,0,0,.1);
}
.n-list ul li a{
	padding:35px;
	z-index: 1;
    position: relative;
    display: block;
}
.n-list ul li a .date-wrap{
	position: relative;
    float: left;
    width: 33%;
    height: 155px;
    margin-right: 2%;
    /* border-right: 1px solid #e7e7e7; */
}
.n-list ul li a .date-wrap img{
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	max-width: 100%;
	max-height: 100%;
}
.n-list ul li a .date-wrap .date-inner{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.n-list ul li a .date-wrap .date-inner .day{
	font: 48px/1 'gotham-medium';
}
.n-list ul li a .line{
	display: block;
    width: 25px;
    height: 3px;
    margin: 15px 0;
    background: #e7e7e7;
}
.n-list ul li a .date-wrap .date-inner .days{
	font: 14px/1 'Gotham-Book';
}
.n-list .text-wrap{
	/* margin-left: 265px; */
}
.n-list .text-wrap .title{
	font-size: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.n-list .text-wrap .descrition{
	height: 48px;
    margin: 15px 0 24px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
}
.n-list .text-wrap .news-time{
	font-size: 14px;
	color:#666;
}
.n-list .text-wrap .more .icon{
	display: inline-block;
    width: 0;
    height: 10px;
    background: url(../images/more-icon2.png) no-repeat center center;
    transition: all .4s;
    opacity: 0;
}
.n-list .text-wrap .more strong{
	font-size: 14px;
    font-weight: normal;
    color: #666;
    transition: all .4s;
}
.n-list ul li:hover .text-wrap .more .icon{
	width:21px;
	opacity: 1;
}

.inner-banner-title {
    padding-top: 40px;
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    text-align: center;
}
.news-content{
	position: relative;
	z-index: 10;
	margin:0 auto;
	margin-top: -10vh;
	width:90%;
	background: #fff;
	padding:55px 90px;
	margin-bottom: 70px;
}
.news-info-title {
    padding-bottom: 23px;
    margin-bottom: 20px;
    font: 14px/1 'Gotham-Book','Microsoft Yahei';
    color: #999;
    border-bottom: 1px solid #e5e5e5;
}
.news-info-title a{
	display: block;
	float: right;
	font-size:14px;
	color:#999;
}
.news-content article{
	font-size: 14px;
	color:#555;
	line-height: 1.85;
}
.news-content article img{
	max-width: 100%;
}
.prev-next-wrap {
    padding-top: 23px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    border-top: 1px solid #e5e5e5;
    text-align: right;
}
.prev-next-wrap .prev {
    margin-bottom: 10px;
}
.page-wrap .page{
	float: left;
    padding: 15px 30px;
    background: #fff;
    border-radius: 30px;
}

/*产品*/
.pro-list{
	width:100%;
	padding:70px 4%;
}
.pro-list .biaoti>ul{
	margin-bottom: 55px;
}
.pro-list .biaoti>ul>li{
	float: left;
	margin-right:5%;
	line-height: 25px;
	position: relative;
}
.pro-list .biaoti>ul>li>a{
	display: block;
	font-size: 16px;
	color:#666;
}
.pro-list .biaoti>ul>li>b{
	display: block;
	width:0%;
	height: 2px;
	background:#000;
	position: absolute;
	bottom:0px;
	left:0;
	opacity: 0;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.pro-list .biaoti>ul>li:hover a{
	color:#000;
}

.pro-list .biaoti>ul>li:hover b{
	width:100%;
	opacity: 1;
}
.pro-aactive{
	color:#000!important;
}
.pro-liactive{
	display: block!important;
	width:100%!important;
	height: 2px!important;
	background:#000!important;
	position: absolute!important;
	bottom:0px!important;
	left:0!important;
	opacity: 1!important;
	transition: all 300ms ease-in-out!important;
	-webkit-transform: all 300ms ease-in-out!important;
} 
/* .pro-liactive{
	
}
.pro-liactive a{
	color:#000!important;
}
.pro-liactive b{
	display: block!important;
	width:100%!important;
	height: 2px!important;
	background:#000!important;
	position: absolute!important;
	bottom:0px!important;
	left:0!important;
	opacity: 1!important;
	transition: all 300ms ease-in-out!important;
	-webkit-transform: all 300ms ease-in-out!important;
} */

.ourwork-list>ul>li{
	position: relative;
    float: left;
    width: 18.75%;
    margin: 0 0 1.25% 1.25%;
    transition: all .5s ease-in-out;
}
.ourwork-list .item-inner {
    z-index: 1;
    position: relative;
}
.ourwork-list li a {
    display: block;
    line-height: 1;
    color: #000;
}
.ourwork-list li .image-wrap {
    position: relative;
    overflow: hidden;
}
.ourwork-list li .image-wrap .image-inner{
	width:100%;
	height: 230px;
	overflow: hidden;
}
.ourwork-list li .image-wrap img {
    display: block;
    width: 100%;
   height: 100%;
    max-width: none;
    transition: all .4s;
}
.ourwork-list li .text-inner {
    position: relative;
    line-height: 60px;
    padding-left: 4%;
    background: #fff;
}
.ourwork-list li .title {
    width: 85%;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ourwork-list li:hover .image-wrap img {
    transform: scale(1.05);
}
.ourwork-list .scale-box {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    -webkit-transform: translate(-50%,-50%) scale(0);
    width: 111%;
    height: 120%;
    /* margin: -53% 0 0 -55.5%; */
    background: #fff;
    overflow: hidden;
    opacity: 0;
    /* transform: scale(0); */
    transition: all .5s ease-in-out;
    box-shadow: 0 0 25px rgba(0,0,0,.15);
}
.ourwork-list .scale-box .image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
.ourwork-list .scale-box .text {
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(30,95,116,.7) 0%, rgba(23,9,49,.7) 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(30,95,116,.7)), to(rgba(23,9,49,.7))));
    background: -webkit-linear-gradient(left, rgba(30,95,116,.7) 0%,rgba(23,9,49,.7) 100%);
    background: -o-linear-gradient(left, rgba(30,95,116,.7) 0%,rgba(23,9,49,.7) 100%);
    background: -ms-linear-gradient(left, rgba(30,95,116,.7) 0%,rgba(23,9,49,.7) 100%);
    background: linear-gradient(to right, rgba(30,95,116,.7) 0%,rgba(23,9,49,.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(30,95,116,.7)', endColorstr='rgba(23,9,49,.7)',GradientType=1 );
}
.ourwork-list .scale-box .inner {
    padding: 12.5% 10%;
    font-size: 14px;
    color: #fff;
}
.ourwork-list .scale-box .s-title {
    margin-bottom: 8px;
    font-size: 24px;
}
.ourwork-list .scale-box .line {
    display: block;
    width: 27px;
    height: 1px;
    margin: 12px 0;
    background: #fff;
}
.ourwork-list .scale-box .descrition {
    height: 144px;
    line-height: 24px;
    overflow: hidden;
}
/* .ourwork-list li:hover .scale-box {
    opacity: 1;
    transform:translate(-50%,-50%) scale(1);
} */
.ourwork-list li:hover{
	box-shadow: 0 15px 15px rgba(0,0,0,.1);
}
.img img{
	max-width: 100%;
	margin:0 auto;
	margin-bottom:20px;
	box-shadow: 0 0 30px rgba(0,0,0,.25);
}
/*合作品牌*/
.container-left{
	width:50%;
}
.container-left .fir{
	width:525px;
	height: 169px;
	background: url("../images/hz.png") no-repeat center;
	background-size:100% 100%; 
	padding-top: 55px;
	margin-bottom: 50px;
}
.container-left .fir h1{
	font-size: 42px;
	color:#fff;

}
.container-left .fir h1:nth-child(2){
	text-align: center;
}
.container-left .fir h1:nth-child(1){
	text-align: left;
	padding-left:72px;
	margin-bottom: 33px;
}
.container-left p{
	color:#fff;
	font-size: 18px;
	line-height: 30px;

}
/* .project-list{
	padding:70px 10%;
} */
.anli-list ul li{
	width:23.7%;
}
.project-list .text-inner{
	padding:5%;
}
.project-list ul li a h3{
	line-height:normal;
	margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.project-list ul li a .descrition{
	height: 44px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    overflow: hidden;
}
.ourwork-list li .image-wrap .image-inner{
	height: 280px;
}

/*联系我们*/
.contactbox{
	padding:0 4%;
	margin:15px 0 70px 0;
}
.contact-infomation {
    padding: 4% 5% 4.5%;
    background: #fff;
}
.contact-infomation .each-item {
    float: left;
    width: 21.5%;
}
.contact-infomation .each-item .dt-title {
    margin-bottom: 20px;
    font: 16px/1 'gotham-medium';
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}
.contact-infomation .each-item .dd-content>span {
    font: 16px/1 'Gotham-Book','Microsoft Yahei';
    color: #666;
    line-height: 30px;
}
.contact-infomation .each-item .contact-qq {
    display: inline-block;
    width: 145px;
    height: 48px;
    margin-right: 10px;
    font: 14px/1 'gotham-medium';
    color: #333;
    line-height: 48px;
    text-align: center;
    border: 2px solid #333;
    border-radius: 52px;
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px;
    transition: all .4s ease-in-out;
}
.contact-infomation .each-item .contact-qq .icon {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 5px;
    vertical-align: -5px;
    background: url(../images/contact-icon1-2.png) no-repeat center center;
    transition: all .4s ease-in-out;
}
.contact-infomation .each-item .contact-qq:hover {
    color: #fff;
    background: #333;
}
.contact-infomation .each-item .contact-qq:hover .icon {
    background: url(../images/fix-icon2.png) no-repeat center center;
}
.contact-infomation .each-item.qq-item {
    width: 29%;
    margin-left: 6.5%;
}
.contact-traffic {
    padding: 4% 7% 5%;
    background: #fff;
}
.contact-traffic .title {
    padding-bottom: 4%;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.contact-traffic .each-item {
    float: left;
    width: 28.33%;
    margin-left: 5%;
}
.contact-traffic .each-item .dt-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.contact-traffic .each-item .dt-title .icon {
    display: block;
    width: 48px;
    height: 45px;
}
.contact-traffic .item-bus .dt-title .icon {
    background: url(../images/contact-icon2-1.png) no-repeat center center;
}
.contact-traffic .each-item .dt-title .text {
    display: block;
    padding: 30px 0;
    font-size: 20px;
    color: #333;
    line-height: 1;
}
.contact-traffic .each-item .dd-content {
    padding-right: 60px;
}
.contact-traffic .each-item .dd-content span {
    display: block;
    font: 14px/1.85 'gotham-medium','Microsoft Yahei';
    color: #666;
}
.contact-traffic .item-train .dt-title .icon {
    background: url(../images/contact-icon2-2.png) no-repeat center center;
}
.contact-traffic .item-car .dt-title .icon {
    background: url(../images/contact-icon2-3.png) no-repeat center center;
}
.dituimg{
	width:75px;
}

/*关于我们*/
.container-left .companyfir h1{
	font-size: 1.5vw;
	text-align: center;
}
.container-left .companyfir{
	width: 436px;
    height: 111px;
    background: url(../images/com.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 33px;
}
.container-left .companyfir h1:nth-child(1){
	text-align: center;
    padding-left: 0px;
    margin-bottom: 13px;
}
.com-normal-banner-inner{
	top:215px;
}
.com-news-bg{
	width: 100%;
    position: relative;
    z-index: -1;
	height: 100vh;
}
.com-news-bg>img{
	width:100%;
	height: 100%;
}
.fullwindow-banner-inner-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.fullwindow-banner-inner {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 60.5%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.fullwindow-banner-inner li {
    position: relative;
    float: left;
    width: 33.33%;
    height: 25vh;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.15);
    border-left: 1px solid rgba(255,255,255,.15);
}
.fullwindow-banner-inner li:first-child, .fullwindow-banner-inner li:nth-child(3n+1) {
    border-left: 0;
}
.fullwindow-banner-inner li:first-child, .fullwindow-banner-inner li:nth-child(2), .fullwindow-banner-inner li:nth-child(3) {
    border-top: 0;
}
.fullwindow-banner-inner .item-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding:12%;
}
.fullwindow-banner-inner .item-inner .icon-wrap {
    display: block;
    height: 70px;
}
.fullwindow-banner-inner .each-item img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.fullwindow-banner .each-item img {
    height: 70px;
}
.fullwindow-banner-inner .item-inner .text-inner {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
.text-inner-con{
	color:#fff;
	font-weight: 200;
	font-size: 14px;
	opacity: 0.7;
	padding-top: 10px;
}
/*关于我们内容*/
.aboutcontent{
	position: relative;
    z-index: 10;
    margin: 0 auto;
    margin-top: -10vh;
    width: 90%;
    margin-bottom: 20px;
}
.about-wrap-first {
    z-index: 1;
    /*text-align: center;*/
    background: #fff;
}
.about-wrap-first {
    transition: all .6s ease-in-out;
}
.about-wrap-first.active {
    margin-top: -55px;
}
.mb15 {
    margin-bottom: 1%;
}
.about-wrap-first .inner-text-wrap {
    width: 60%;
	margin:0 auto;
	padding: 55px 0;
}
.inner-title {
    font-weight: bold;
    font-size: 42px;
    color: #333;
}
.inner-line {
    display: inline-block;
    width: 55px;
    height: 4px;
    margin: 25px 0 30px;
    background: #333;
}
.inner-descrition {
	margin:0 auto;
    font-size: 16px;
    color: #333;
    line-height: 1.75;
}
.inner-descrition p{
	text-align: left;
}
.about-wrap-second .each-item {
    float: left;
    width: 49%;
    margin: 0 1.9% 1% 0;
}
.about-wrap-second .each-item:nth-child(2n){
	margin-right:0;
}
.about-wrap-second .item-inner {
    position: relative;
}
.about-wrap-second .image-wrap {
    position: relative;
    overflow: hidden;
}
.about-wrap-second .image-wrap:after{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    opacity: 0;
    transition: all .6s ease-in-out;
}
.about-wrap-second .each-item .image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    transition: all .4s;
}
.about-wrap-second .item-inner .text-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
}
.about-wrap-second .item-inner .text-inner {
    padding: 5%;
    color: #fff;
}
.about-wrap-second .item-inner .title {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}
.about-wrap-second .item-inner .line {
    display: inline-block;
    width: 55px;
    height: 2px;
    margin: 10px 0 5px;
    background: #fff;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}
.about-wrap-second .item-inner .descrition {
    width: 66%;
    font-size: 12px;
    color: #fff;
    line-height: 2;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}
.about-wrap-second .each-item:hover .image-wrap img, .about-page .each-item .image-wrap:hover img, .join-list .each-item:hover .image-wrap img {
    transform: scale(1.05);
}
.about-wrap-second .each-item:hover .image-wrap:after{
	opacity: 1;
}
.about-wrap-second .each-item:hover .item-inner .title{
	opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}
.about-wrap-second .each-item:hover .item-inner .line{
	opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}
.about-wrap-second .each-item:hover .item-inner .descrition{
	opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

.about-wrap-three .each-item, .about-wrap-five .each-item {
    position: relative;
    background: #fff;
}
.about-wrap-three .each-item, .about-wrap-five .each-item {
    margin-bottom: 1%;
    overflow: hidden;
}
.about-wrap-three .each-item .item-inner > div.image-wrap{
    float: right;
}
.about-wrap-three .each-item .item-inner > div {
    width: 49%;
}
.about-wrap-three .image-wrap {
    position: relative;
    overflow: hidden;
}
.about-wrap-three .each-item .image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    transition: all .4s;
}
.about-wrap-three .image-wrap:after{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    opacity: 0;
    transition: all .6s ease-in-out;
}
.about-wrap-three .image-wrap:hover:after{
	opacity: 1;
}
.about-wrap-three .image-wrap:hover img{
	transform: scale(1.05);
}
.about-wrap-three .each-item .item-inner > div{
    float: left;
}
.about-wrap-three .each-item .text-inner {
    padding: 9.25%;
    position: relative;
}
.about-wrap-three .each-item .text-wrap .wenzititle{
	font-size: 38px;
	color:#1e1e1e;
	font-family: 'STHeiti Light';
	font-weight: lighter;
	text-align: center;
}
.about-wrap-three .each-item .text-wrap .wenzititlesec{
	font-weight: bold;
	margin-top: 20px;
}
.about-wrap-three .each-item .text-wrap img{
	margin:0 auto;
	margin-top: 35px;
	max-width: 100%;
}
.about-wrap-four .each-item .item-inner > div{
    float: right;
}
.about-wrap-four .each-item .item-inner > div.image-wrap{
    float: left;
}
.about-wrap-four .each-item .text-wrap .line{
	display: block;
	margin:0 auto;
    width: 55px;
    height: 2px;
    margin-top: 35px;
    margin-bottom: 30px;
    background: #0a9e61;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}
.about-wrap-four .each-item .text-wrap .descrition{
	font-size: 14px;
	/*text-align: center;*/
	text-indent: 2em;
	color:#1e1e1e;
}
.about-wrap-five .each-item {
    position: relative;
}
.about-wrap-five .image-wrap {
    position: relative;
    overflow: hidden;
}
.about-wrap-five .each-item .image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    transition: all .4s;
}
.about-wrap-five .image-wrap:after{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    opacity: 0;
    transition: all .6s ease-in-out;
}
.about-wrap-five:hover .image-wrap:after{
	opacity: 1;
}
.about-wrap-five .each-item .text-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.about-wrap-five .each-item .text-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.about-wrap-five .each-item .text-inner .title {
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    transform: translateY(20px);
    opacity: 0;
    transition: all .6s ease-in-out;
}
.about-wrap-five .each-item .normal-more-wrap2 {
    transform: translateY(-20px);
    opacity: 0;
    transition: all .6s ease-in-out;
}
.normal-more-wrap2 {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 51px;
    overflow: hidden;
    border-radius: 100%;
}
.about-wrap-five .each-item .normal-more-wrap2:before {
    border-color: #fff;
}
.normal-more-wrap2:before {
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #333;
    background: url(../images/more-icon1.png) no-repeat center center;
    border-radius: 100%;
    box-sizing: border-box;
}
.about-wrap-five .each-item .normal-more-wrap2:after {
    background: #fff;
}
.normal-more-wrap2:after {
    z-index: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #333;
    transition: all .4s;
    border-radius: 100%;
    transform-origin: center center;
    transform: scale(0);
}
.about-wrap-five .each-item:hover .text-inner .title{
	opacity: 1;
    transform: none;
}
.about-wrap-five .each-item:hover .normal-more-wrap2{
	opacity: 1;
    transform: none;
}
.normal-more-wrap2:hover:before {
    background: url(../images/more-icon2.png) no-repeat center center;
}
.normal-more-wrap2:hover:after {
    transform: scale(1);
}
.about-wrap-three .each-item .text-wrap .wenzititlelast{
	text-align: left;
}
.about-wrap-three .each-item .text-wrap .wenzititlelast span{
	font-weight: 700;
}
.about-wrap-three .each-item .text-wrap .descritionsec{
	width:60%;
	font-size: 20px;
	color:#3e3a39;
	margin-top: 80px;
	line-height: 35px;
}
.about-wrap-three .normal-more-wrap2{
	position: absolute;
	right:19.2%;
	top:55px;


}
.about-wrap-three .normal-more-wrap2:before{
	background: url(../images/more-icon2.png) no-repeat center center;
}
.about-wrap-three .normal-more-wrap2:hover:before{
	background: url(../images/more-icon1.png) no-repeat center center;
}

.gallery-top-box .gallery-thumbs-box .gallery-thumbs .swiper-wrapper .swiper-slide img{
	width: 90px;
}
.ourwork-list1 ul li{
	width: 23%;
	height: 20%;
	position: relative;
	float: left;
	margin-left: 2%;
	margin-top: 3%;
}
.ourwork-list1 ul li img{
	width: 100%;
	height: 425px;
}
    



