/*------style.css  start------*/
/*less*/
@c:center;
@small:12px;
@mid:14px;
@big:16px;
@b:#000;
@g:#666;
@r:#d41c29;
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.clearfix{
	zoom:1;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.db{
	display:block;
}
.tl{
	text-align: left;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.full{
	width:100%;
	height:100%;
}
.box{
	display: inline-block;
}
.none{
	display: none;
}




/*container*/
.container{
	width:1200px;
	margin:0 auto;
	clear:both;
}
.contain{
	max-width:1400px;
	margin:auto;
}



@-webkit-keyframes fromBottomFade { from {
-webkit-transform: translateY(20%);
opacity:0;
}
}
@keyframes fromBottomFade { from {
transform: translateY(20%);
opacity:0;
}
}

body{background:#4c4c4c;}


/*header*/
.top{width:100%;height:86px;position:fixed;top:0;left:0;background:#000;z-index:100;}
.top .logo{margin-top:13px;font-size:0;}
.top .logo img{height:60px;}
.top .logo .words{float:left;color:#fff;margin-left:15px;}
.top .logo .words p{color:#fff;font-size:26px;margin-top:12px;margin-bottom:5px;font-weight:100;}
.top .logo .words span{font-size:12.8px;font-weight:100;}
.top .en{float:right;width:28px;height:28px;border-radius:50%;background:#3b3b3b;color:#fff;margin:29px 30px 0 30px;padding:0;text-align:center;line-height:28px;font-size:13px;}
.top .en:hover{background:#ce595c;color:#fff;}
.navul li{float:left;height:86px;line-height:86px;position:relative;z-index:100;}
.navul li>a{padding:0 36px;line-height:86px;color:#fff;display:block;position:relative;transition:all 0.5s ease 0s;}
.en_navul li>a{padding:0 34px;}
.navul li .btn:after{content:"";position:absolute;width:0;height:0;border-left:5px solid transparent;transition:all 0.5s ease 0s;border-right:5px solid transparent;border-top:6px solid transparent;border-bottom:6px solid transparent;border-top-color:#e0ddd9;right:11px;top:42px;}
.navul li:hover>a{color:#ce595c;}
.navul li:hover .btn:after{border-top-color:#ce595c;}
.navul li .nav_son{display: none;position: absolute;left: 50%;top: 86px;z-index:100;margin-left: -54px;box-shadow: 0 2px 5px 2px rgba(0,0,0,.1);padding: 10px;width: 94px;font-size: 14px;text-align: center;line-height: 2;background: rgba(76,76,76,0.8);animation: fromBottomFade .6s ease both;-webkit-animation: fromBottomFade .6s ease both;}
.navul li .nav_son a{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color:#000;display:block;color:#fff;}
.navul li .nav_son a:hover{color:#ce595c;}
.navul li:hover .nav_son{display:block;}
/* .navul li .nav_son .nav_box{float:left;width:94px;} */
.navul li .nav_son .nav_pic{float:left;width:300px;height:224px;}
.navul li .nav_son .nav_pic img{width:100%;height:100%;}
.en_navul li:nth-child(2) .nav_son{width:auto;}




	
	/*banner*/
#indexbanner{ overflow: hidden; position: relative;margin-top:86px;}
.bx-controls{ position: absolute; left: 0; bottom: 20px; z-index: 999; width: 100%; color: rgba(0,0,0,0);}
.bx-controls .bx-pager{ text-align: center;}
.bx-controls .bx-pager div{ display: inline-block; margin: 0 2px;}
.bx-controls .bx-pager div a{ display: block; width: 45px; height: 4px;border-radius:5px; overflow: hidden; line-height: 50px; background-color: rgba(255,255,255,0.4);}
.bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,0.8);}
.bx-controls .bx-controls-direction{ display: none;}
.insidebanner{margin-top:86px;}
.insidebanner .img{height:344px;background-repeat:no-repeat;background-position:center;}



.iBanner{position:relative;overflow:hidden;}
.iBanner .btn.swiper-pagination-bullets{bottom:30px;position:absolute;text-align:center;z-index:1000;}
.iBanner .swiper-pagination-bullets .swiper-pagination-bullet{width:14px;height:14px;margin:0 6px!important;background-color: rgba(255,255,255,0.4);}
.iBanner .swiper-pagination-bullet-active{background-color: rgba(255,255,255,0.7);}
.video-js{width:100%;height:auto;}
.mBanner{display:none;}




.item img{opacity:0;}

.bigpic{width:65.5%;position:relative;}
.bigpic img{display:block;width:100%;}
.bigpic .bg{width:100%;height:100%;padding:60px 65px;background:transparent;position:absolute;left:0;top:0;z-index:1000;background:rgba(0,0,0,0.6);
	transition:all 0.6s ease 0s;
	-ms-transition:all 0.6s ease 0s; 	/* IE 9 */
	-moz-transition:all 0.6s ease 0s; 	/* Firefox */
	-webkit-transition:all 0.6s ease 0s; /* Safari 和 Chrome */
	-o-transition:all 0.6s ease 0s; 	/* Opera */}
.bigpic:hover .bg{background:rgba(0,0,0,0);}
.bigpic .bg .ct{font-size:40px;color:#fff;font-weight:lighter;}
.bigpic .bg .et{font-size:16px;color:#fff;font-weight:lighter;margin-top:10px;text-transform:uppercase;}
.bigpic .bg p{font-size:16px;color:#fff;font-weight:lighter;margin-top:26px;}
.smallpic{width:33.2%;background:#666;}
.smallpic img{display:block;width:100%;}
.smallpic .con{padding:95px 55px 0;}
.smallpic .con .ct{font-size:22px;color:#fff;}
.smallpic .con .et{font-size:16px;color:#fff;font-weight:lighter;margin-top:15px;}
.smallpic .con p{line-height:26px;color:#fff;margin-top:25px;font-size:16px;}
.smallpic .con .mt{color:#333;font-size:22px;padding-right:16px;padding-bottom:22px;border-bottom:1px solid #333;display:inline-block;margin-bottom:40px;}
.smallpic .con .dh{margin-bottom:12px;}
.smallpic .encon{line-height:24px;}
.smallpic .con .dh a{padding-left:30px;color:#fff;position:relative;font-size:16px;}
.smallpic .con .dh a:before{content:"";width:30px;border-top:1px solid #fff;position:absolute;left:0;top:9px;}
.smallpic .con .dh a:hover{color:#ce595c;}
.smallpic .con .dh a:hover:before{border-top:1px solid #ce595c;}
/* .smallpic .smg{position:relative;}
.smallpic .smg .bg{background:rgba(0,0,0,0.6);width:100%;height:100%;position:absolute;left:0;top:0;z-index:1000;
	transition:all 0.6s ease 0s;
	-ms-transition:all 0.6s ease 0s; 	
	-moz-transition:all 0.6s ease 0s; 	
	-webkit-transition:all 0.6s ease 0s; 
	-o-transition:all 0.6s ease 0s; 	}
.smallpic .smg:hover .bg{background:rgba(0,0,0,0);} */




.case{margin-bottom:20px;overflow:hidden;}
.case .smallpic .con{padding-top:75px;}
.case .smallpic .tcon,.case1 .smallpic .tcon{padding-top:230px;}
.case1{overflow:hidden;margin-bottom:20px;}




.project{height:333px;background:#363636;}
.project .mt{text-align:center;font-size:39px;color:#fff;font-weight:lighter;padding-top:50px;}
.project .con{margin-top:53px;}
.project .con .list{width:25%;float:left;text-align:center;position:relative;}
.project .con .list .des{font-size:18px;font-weight:lighter;color:#c5c5c5;}
.project .con .list .des span{font-size:56px;color:#fff;font-weight:bold;margin-right:5px;position:relative;top:3px;}
.project .con .list .des i{color:#fff;font-size:14px;font-style:normal;position:relative;top:-40px;}
.project .con .list p{margin-top:30px;color:#bfbfbf;line-height:25px;}
.project .con .list:after{content:"";position:absolute;right:0;top:18px;border-right:1px solid #dedede;height:56px;}
.project .con .list:last-child:after{display:none;}
.en_project .mt{font-size:30px;line-height:36px;padding-top:36px;}
.en_project .con .list p{margin-top:10px;}
.en_project .con .list .subtt{font-size:18px;font-weight:lighter;color:#c5c5c5;margin-top:10px;}





.about{width:100%;height:730px;overflow:hidden;margin-top:50px;margin-bottom:50px;background:url(../images/about.jpg) no-repeat center;}
.about .contain{position:relative;padding-top:156px;}
.about .contain .bk{background:#fff;width:1000px;height:598px;top:66px;left:-260px;position:absolute;}
.about .con{position:relative;z-index:1;}
.about .pic{width:764px;height:190px;border:1px solid rgba(242,242,242,0.5);padding:18px;}
.about .pic .img{width:764px;height:190px;position:relative;}
.about .pic img{width:100%;height:100%;}
.about .des{padding-left:18px;}
.about .des .mt{margin-top:25px;font-size:18px;color:#333;}
.about .des .mt span{font-size:14px;color:#999;font-weight:lighter;margin-left:12px;}
.about .des .detail{width:670px;color:#999;line-height:26px;margin-top:20px;margin-bottom:22px;}
.about .des .more{color:#999;padding-bottom:2px;border-bottom:1px solid #a9a9a9;}
.about .des .more:hover{color:#ce595c;border-bottom:1px solid #ce595c;}
.about .con .img:before{content:"";width:100%;height:100%;position:absolute;z-index:1;}
.about .con .img:hover:before{
	animation: gradient-tangle 1s 1;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
    animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
@-webkit-keyframes gradient-tangle {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        background: linear-gradient(to right, rgba(255,255,255,0) , rgba(255,255,255,.6));
        background: -webkit-linear-gradient(to right, rgba(255,255,255,0) , rgba(255,255,255,.6));
        background: -moz-linear-gradient(to right, rgba(255,255,255,0) , rgba(255,255,255,.6)); /*FireFox*/
        background: -o-linear-gradient(to right, rgba(255,255,255,0) , rgba(255,255,255,.6));  /* Opear */
        background: -ms-linear-gradient(to right, rgba(255,255,255,0) , rgba(255,255,255,.6));
        opacity: 1;
      }
    
	  100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: right;
		transform-origin: right;
		background: linear-gradient(to right, rgba(255,255,255,0) , rgba(255,255,255,.6));
		background: -webkit-linear-gradient(to right, rgba(255,255,255,0) , rgba(255,255,255,.6));
		background: -moz-linear-gradient(to right, rgba(255,255,255,0) , rgba(255,255,255,.6)); /*FireFox*/
		background: -o-linear-gradient(to right, rgba(255,255,255,0) , rgba(255,255,255,.6));  /* Opear */
		background: -ms-linear-gradient(to right, rgba(255,255,255,0) , rgba(255,255,255,.6));
		opacity: 0;
	  }
} 






.idea{overflow:hidden;margin-bottom:20px;}
.approach{overflow:hidden;}
.profile{overflow:hidden;margin-top:40px;margin-bottom:20px;}
.profile .smallpic .con{padding-top:65px;}
.profile .smallpic .con .mt{margin-bottom:30px;}
.profile .smallpic .con .des{color:#fff;line-height:28px;height:140px;overflow:hidden;}
.profile .smallpic .con .more{padding-bottom:2px;color:#fff;border-bottom:1px solid #fff;margin-top:15px;display:inline-block;}










.news{margin-top:70px;height:583px;}
.news .mt{font-size:30px;color:#fff;}
.news .mt span{font-size:18px;color:#999;margin-left:12px;}
.news .con{margin-top:39px;}
.news .con ul li{width:351px;margin-right:73px;float:left;}
.news .con ul li:last-child{margin-right:0;}
.news .con ul li a{width:100;height:100%;display:block;}
.news .con ul li .tt{font-size:16px;color:#fff;height:18px;margin-top:25px;}
.news .con ul li .line{width:36px;border-top:1px solid #b3b3b3;margin-top:13px;}
.news .con ul li .date{font-size:22px;color:#fff;font-weight:lighter;margin-top:15px;}
.news .con ul li .des{line-height:26px;font-size:13px;color:#999;margin-top:13px;height:52px;overflow:hidden;}
.news .con ul li .pic{width:351px;height:190px;overflow:hidden;}
.news .con ul li .pic img{width:100%;height:100%;}
.news .con ul li:hover .tt{color:#ce595c;}
.news .con ul li:hover .line{width:60px;}
.news .con ul li:hover .pic{box-shadow:0 0 5px #000;}
.news .con ul li:hover img{
	transform: rotate(10deg) scale(1.4);
	-moz-transform: rotate(10deg) scale(1.4);
	-ms-transform: rotate(10deg) scale(1.4);
	-o-transform: rotate(10deg) scale(1.4);
	-webkit-transform: rotate(10deg) scale(1.4);
}
.news .con .more{font-size:16px;color:#999;width:200px;height:46px;border:1px solid #e5e5e5;display:block;margin:auto;margin-top:60px;text-align:center;line-height:46px;text-transform:uppercase;font-weight:lighter;}
.news .con .more:hover{border-radius:12px;background:#ce595c;border:1px solid #ce595c;color:#fff;}










.ne_nav{width:100%;padding:20px 0px;overflow:hidden;background:#666;}
.ne_nav nav{overflow:hidden;}
.ne_nav nav a{width:100px;text-align:center;line-height:34px;border-radius:30px;color:#fff;float:left;}
.ne_nav nav a:first-child{margin-left:32px;}
.ne_nav nav a:hover{background:#333;}
.ne_nav nav a.active{background:#333;}
.ne_nav nav p{float:left;color:#fff;line-height:34px;font-size:15px;}
.ne_nav nav .flter_tt{overflow:hidden;}
.ne_nav nav .flter_tit{margin-top:14px;}
.ne_nav nav .flter_tt a{width:auto;padding:0 30px;}
.ne_nav nav .flter_tt a:first-child{margin-left:3px;} 
.ne_nav nav .flter_tit a{margin-right:20px;}



.col{width:100%;min-height:450px;line-height:220%;margin-top:40px;margin-bottom:50px;overflow:hidden;color:#fff;}
.col *{color:#fff;}
.col h2{text-align:center;font-weight:normal;color:#fff;}
.col h3{text-align:center;font-weight:normal;font-size:12px;color:#fff;}
.col img{max-width:100%;}
.cat_left{width:420px;height:400px;float:left;background:#f5f5f5;margin-top:25px;text-align:center;}
.cat_left ul{position:relative;display:inline-block;top:50%;transform:translateY(-50%);text-align:left;}
.cat_left ul li{padding:10px 10px 15px 50px;border-bottom:1px solid #e7e7e7;font-size:16px;position:relative;}
.cat_left ul li span{position:absolute;left:0;top:26px;display:block;width:32px;height:32px;}
.cat_left ul li p{color:#000;}
.cat_left ul li:last-child{border-bottom:none;}
.cat_right{width:750px;height:400px;float:right;overflow:hidden;margin-top:25px;}
.subnav{height:40px;line-height:40px;overflow:hidden;text-align:center;padding-top:40px;}
.subnav nav{border-bottom:1px solid #d8d8d8;display:inline-block;}
.subnav nav a{float:left;margin-right:50px;padding:0 18px;line-height:39px;color:#fff;position:relative;}
.subnav nav a:last-child{margin-right:0;}
.subnav nav a:before{content:"";display:block;width:100%;height:2px;position:absolute;left:0;bottom:-1px;transition: all 0.5s;-webkit-transition: all 0.5s;}
.subnav nav a:hover:before,.subnav nav a.active:before{background:#ce595c;}
.subnav nav a:hover,.subnav nav a.active{color:#ce595c;}


.maintit{text-align:center;margin-top:45px;}
.maintit span{font-weight:bold;font-size:38px;text-transform:uppercase;color:#fff;}
.maintit p{font-weight:bold;font-size:28px;color:#fff;margin-top:15px;}




.pxxm{width:100%;min-height:450px;margin-bottom:50px;margin-top:30px;overflow:hidden;}
.pxxm ul{overflow:hidden;}
.pxxm ul li{width:377px;height:284px;float:left;margin-right:34px;margin-bottom:34px;}
.pxxm ul li a{width:100%;height:100%;display:block;}
.pxxm ul li:nth-child(3n){margin-right:0px;}
.pxxm ul li .pic{width:377px;height:234px;overflow:hidden;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.pxxm ul li .pic img{max-width:100%;max-height:100%;margin:auto;}
.pxxm ul li p{width:100%;height:50px;text-align:center;line-height:50px;color:#000;font-size:16px;background:#ececec;overflow:hidden;}
.pxxm ul li:hover p{background:#333;color:#fff;}
.pxxm ul li:hover img{transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); 	/* IE 9 */
-moz-transform:scale(1.1,1.1); 	/* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari 和 Chrome */
-o-transform:scale(1.1,1.1); 	/* Opera */}




.mCase{margin-top:42px;margin-bottom:42px;min-height:450px;}             
.mCase .detail a{             
	height: 401px;            
	width: 100%;            
	overflow:hidden;
	position:relative; 
	display:block;
	margin-bottom:15px;
}   
.mCase .detail a img{height:401px;width:100%;}
.mCase .bg{width:100%;height:100%;padding:60px 65px;background:rgba(0,0,0,0.6);position:absolute;left:0;top:0;opacity:0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-0-transition: opacity .5s;
	transition: opacity .5s;}
.mCase .detail a .pic:hover .bg{opacity:1;}
.mCase .detail .pic{width:777px;height:401px;position:relative;}
.mCase .detail .con{width:408px;height:401px;background:#666;padding:30px;}
.mCase .detail .con .tt{font-size:22px;color:#fff;line-height:30px;margin-top:15px;}
.mCase .detail .con .des{line-height:36px;color:#fff;margin-top:10px;height:331px;overflow-y:auto;font-size:12px;}
.mCase .detail .con .des *{color:#fff;}
.mCase .detail .bg .ct{font-size:24px;color:#fff;font-weight:lighter;}
.mCase .detail .bg .et{font-size:16px;color:#fff;font-weight:lighter;margin-top:10px;text-transform:uppercase;}
.mCase .detail .bg p{font-size:16px;color:#fff;font-weight:lighter;margin-top:23px;}
/*滚动条样式*/
.mCase .detail .con .des::-webkit-scrollbar {/*滚动条整体样式*/
	width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 6px;
}
.mCase .detail .con .des::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.2);
}
.mCase .detail .con .des::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0.2);
	border-radius: 5px;
	background: rgba(255,255,255,0.1);
}







.xwzx{width:100%;min-height:350px;margin-bottom:50px;margin-top:40px;}
.xwzx ul li{width:580px;height:170px;background:#f7f7f7;position:relative;margin-bottom:30px;margin-right:30px;float:left;position:relative;}
.xwzx ul li:nth-child(2n){margin-right:0;}
.xwzx ul li a{width:540px;height:120px;padding:25px 20px;display:block;position:relative;z-index:1;}
.xwzx ul li .pic{float:left;width:160px;height:120px;}
.xwzx ul li .pic img{width:100%;height:100%;display:block;}
.xwzx ul li .detail{float:right;width:360px;}
.xwzx ul li .detail .tt{color:#333;font-size:16px;height:18px;margin-top:10px;}
.xwzx ul li .detail .date{font-size:13px;color:#999;margin-top:12px;}
.xwzx ul li .detail .des{font-size:13px;color:#999;line-height:25px;height:50px;overflow:hidden;margin-top:9px;}
.xwzx ul li:after{content: '';position: absolute;top: 0px;display: block;left: 0; width: 100%; height: 100%; background: #fff;transform: scaleY(0);transition: transform .75s cubic-bezier(.19,1,.22,1);transform-origin: top;transition-delay: 0s!important;}
.xwzx ul li:hover:after{box-shadow:0px 7px 17px #dedede;transform-origin:bottom;transform: scaleY(1);z-index:0;}



.brand{width:100%;min-height:350px;margin-bottom:50px;margin-top:40px;}
.brand ul li{width:100%;height:170px;background:#f7f7f7;position:relative;margin-bottom:30px;position:relative;}
.brand ul li a{width:100%;height:100%;padding:25px 20px;display:block;position:relative;z-index:1;}
.brand ul li .pic{float:left;width:160px;height:120px;margin-right:30px;}
.brand ul li .pic img{width:100%;height:100%;display:block;}
.brand ul li .detail{overflow:hidden;}
.brand ul li .detail .tt{color:#333;font-size:16px;height:18px;margin-top:10px;}
.brand ul li .detail .des{font-size:13px;color:#999;line-height:25px;height:75px;overflow:hidden;margin-top:9px;}
.brand ul li:hover .detail .tt{color:#ce595c;}




.recruit{min-height:450px;width:1100px;margin:auto;margin-bottom:40px;margin-top:40px;}
.recruit .tt{text-align: center;font-size: 20px;margin-bottom: 15px;color:#fff;}
.recruit .mt{height: 35px;line-height: 35px;background: #f5f5f5;margin-bottom: 10px;}
.recruit .mt p{width: 25%;float: left;text-align: center;color: #999;}
.recruit ul li{width: 100%;overflow: hidden;position: relative;border: solid 1px transparent;transition: all 0.35s linear;-webkit-transition: all 0.35s linear;}
.recruit ul li .item-hd{min-height:45px;line-height:45px;cursor:pointer;overflow:hidden;}
.recruit ul li .item-hd .td{width:25%;float:left;text-align:center;color:#fff;}
.recruit ul li:hover,.recruit ul li.active{border-color: #ce595c; box-shadow: 0 0 5px rgba(49, 146, 63, 0.35);}
.recruit ul li .item-bd{width: 100%;line-height: 2em;color: #fff;padding: 1em 30px 2em;display: none;border-top:1px solid #ebebeb;}
.recruit ul li .item-hd .red{color:#ce595c;}




.orientation{margin-top:20px;overflow:hidden;color:#fff;}
.orientation .previous{float:left;color:#fff;}
.orientation .next{float:right;color:#fff;}
.orientation a{color:#fff;}




.fixed-menu{position:fixed;right:0;top:50%;width:74px;z-index:500;-webkit-transform:translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.fixed-menu a{width:100%;height:67px;margin-bottom:1px;position:relative;display:block;text-align:center;transition: all 0.6s ease 0s;}
.fixed-menu p{height:67px;line-height:67px;width:200px;color:#fff;font-size:23px;position:absolute;top:0;left:0;padding-left:60px;}
.fixed-menu .phone p{background:rgba(0,0,0,0.5) url(../images/icon1.png) no-repeat left center;}
.fixed-menu .phone1 p{width:230px;}
.fixed-menu .phone:hover p{left:-182px;background:rgba(69,78,91,0.8) url(../images/icon1.png) no-repeat left center;}
.fixed-menu .phone1:hover p{left:-215px;}
.fixed-menu .qq{background:rgba(0,0,0,0.5) url(../images/icon2.png) no-repeat left center;}
.fixed-menu .qq:hover{background:rgba(69,78,91,0.8) url(../images/icon2.png) no-repeat left center;}
.fixed-menu .email{background:rgba(0,0,0,0.5) url(../images/icon3.png) no-repeat left center;}
.fixed-menu .email:hover{background:rgba(69,78,91,0.8) url(../images/icon3.png) no-repeat left center;}
.fixed-menu .emaila p{background:rgba(0,0,0,0.5) url(../images/icon3.png) no-repeat left center;}
.fixed-menu .emaila:hover p{left:-182px;background:rgba(69,78,91,0.8) url(../images/icon3.png) no-repeat left center;}
.fixed-menu .wx{background:rgba(0,0,0,0.5) url(../images/icon4.png) no-repeat left center;}
.fixed-menu .wx:hover{background:rgba(69,78,91,0.8) url(../images/icon4.png) no-repeat left center;}
.fixed-menu .wx img{position:absolute;top:0;left:-102px;width:100px;height:100px;opacity:0;display:none;}
.fixed-menu .wx:hover img{opacity:1;display:block;}
.fixed-menu .wx1{background:rgba(0,0,0,0.5) url(../images/icon6.png) no-repeat left center;}
.fixed-menu .wx1:hover{background:rgba(69,78,91,0.8) url(../images/icon6.png) no-repeat left center;}
.fixed-menu .wx1 span{position:absolute;top:105px;left:-105px;color:#fff;opacity:0;display:none;font-size:12px;}
.fixed-menu .wx1:hover span{opacity:1;display:block;}
.fixed-menu .sj{background:rgba(0,0,0,0.5) url(../images/icon5.png) no-repeat left center;}
.fixed-menu .sj:hover{background:rgba(69,78,91,0.8) url(../images/icon5.png) no-repeat left center;}
.fixed-menu .top{background:rgba(0,0,0,0.5) url(../images/top.png) no-repeat center;}
.fixed-menu .top:hover{background:rgba(69,78,91,0.8) url(../images/top.png) no-repeat center;} 
   
 



.online{width:100%;margin:auto;margin-top:20px;margin-bottom:20px;overflow:hidden;}
.online form{padding-left:150px;}
.online .text{width:381px;height:38px;float:left;margin-bottom:20px;margin-right:25px;}
.online .text input{width:268px;height:36px;border:1px solid #c9c9c9;padding-left:20px;color:#666;}
.online .text p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .text p span{color:#eb0000;position:relative;top:2px;}
.online .con{width:927px;height:205px;float:left;margin-bottom:20px;}
.online .con textarea{padding:20px;border:1px solid #c9c9c9;height:163px;width:760px;color:#666;}
.online .con p{float:left;width:81px;padding-right:5px;line-height:38px;padding-left:5px;}
.online .con p span{color:#eb0000;position:relative;top:2px;}
.online .verify{height:38px;margin-bottom:20px;}
.online .verify p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .verify p span{color:#eb0000;position:relative;top:2px;}
.online .verify input{width:154px;height:36px;border:1px solid #c9c9c9;float:left;padding-left:20px;margin-right:10px;color:#666;}
.online .verify img{cursor:pointer;}
.online .submit{width:107px;height:35px;color:#fff;cursor:pointer;background:#be252e;margin-left:91px;float:left;border:none;margin-right:47px;}
.online .reset{width:107px;height:35px;color:#fff;cursor:pointer;background:#454e5b;float:left;border:none;}




.top_icon{margin-top: 50px;background: url(../images/head.png) center top no-repeat;height:43px;}
.year{width:1055px;min-height:1600px;margin:auto;padding-bottom:20px;background: url(../images/midline.jpg) center top repeat-y;position:relative;}
.year .year_l{padding-top: 30px;position: absolute;left: 0;width: 540px;}
.year .detail{margin-top:20px;margin-bottom:40px;height:107px;}
.year .detail .white{
	width: 410px;
	height: 87px;
	overflow: hidden;
	padding: 10px 15px;
	box-shadow:0 0 3px 3px #dcdcdc;
	line-height:28px;
}
.year .detail .white:hover{
	background:#1c76da;
	color:#fff;
}
.year .detail .time_l{
	width: 69px;
	float: right;
	height: 62px;
	padding-right: 31px;
	padding-top:45px;
	font-size: 18px;
	color: #1c76da;
	text-indent: 5px;
	background: url(../images/square.png) right center no-repeat;
}
.year .year_r{
    padding-top: 110px;
    position: absolute;
    right: 0;
    width: 541px;
}
.year .detail .time_r{
	width: 69px;
	float: left;
	height: 62px;
	padding-top:45px;
	padding-left: 31px;
	font-size: 18px;
	color: #1c76da;
	background: url(../images/square.png) left center no-repeat;
}
.bottom_icon {
    background: url(../images/head.png) center top no-repeat;
	height:43px;
	margin-bottom:50px;
}









/*footer*/
.footer_top{width:100%;background:#0b0b0b;}
.footer_top .address{height:294px;}
.footer_top .address .ft_right{float:right;}
.footer_top .address .logo{float:left;margin-top:104px;margin-right:135px;}
.footer_top .address .logo a{text-align:center;float:left;margin-left:105px;}
.footer_top .address .logo p{font-weight:bold;margin-top:12px;color:#9d9d9d;}
.footer_top .con{margin-top:50px;float:left;font-size:12px;}
.footer_top .con .mt{font-size:18px;font-weight:bold;letter-spacing:1px;color:#b9b9b9;}
.footer_top .con .line{width:45px;border-top:1px solid #666;margin-top:10px;}
.footer_top .con .detail{line-height:28px;margin-top:12px;}
.footer_top .weixin{float:right;margin-top:80px;text-align:center;}	
.footer_top .contact{margin-top:16px;}
.footer_top .contact a{margin-right:19px;}
.footer_top .contact a:last-child{margin-right:0;}
.footer_top .link{height:68px;line-height:68px;border-bottom:1px solid #2a2a2a;}
.footer_top .link .link_left{float:left;}
.footer_top .link .link_left a{float:left;margin-right:58px;}
.footer_top .link .link_left .pic{float:left;margin-right:15px;}
.footer_top .link .link_left .pic img{height:22px;position:relative;top:5px;}
.footer_top .link .link_left p{font-weight:bold;float:left;color:#b9b9b9;}
.footer_top .link .link_right{float:right;}
.footer_top .link .link_right .link_con a{margin-right:15px;}
.footer_top .link .link_right .link_con select{border:1px solid #dcdcdc;height:35px;line-height:35px;padding-left:6px;width:150px;margin-right:10px;}
.footer_top .link .link_right .link_con select:last-child{margin-right:0;}
.footer_bottom{width:100%;height:54px;background:#000;line-height:54px;font-size:12px;}
.footer_nav{width:100%;height:96px;line-height:96px;background:#0b0b0b;border-bottom:1px solid #2a2a2a;font-size:26px;text-align:center;color:#fff;}
.tan_wx{position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 1000;box-shadow: 0 0px 8px #b6b6b6;display: none;}
.tan_wx1{position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 1000;display: none;}
.tan_wx1 img{box-shadow: 0 0px 8px #b6b6b6;}
.tan_wx1 p{text-align:center;color:#fff;margin-top:5px;font-size:16px;}
.tan_dou{position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 1000;display: none;}
.back_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
	z-index: 550;
	display: none;
}




.mypage{
    text-align: center;
	width:100%;
	margin-top:20px;
	overflow:hidden;
}	
.mypage	span,.mypage a{
	display: inline-block;
	vertical-align: top;
	color: #d35b52;
	border: 1px solid #d35b52;
	padding: 5px 10px;
	margin: 5px;
}		
.mypage	span.current,.mypage a.current{
	background: #d35b52;
	color: #fff;
}







/*响应式设计*/
#mhead{display:none;}
.profile .mpropic{display:none;}
.case1 .msmallpic{display:none;}
.footer_bottom .mf_bottom{display:none;}
.mCase .mdetail{display:none;}
.mthud{display:none;}

@media only screen and (max-width: 1280px) and (min-width:769px){
	
}
@media only screen and (max-width: 768px){
	input,textarea{
    -webkit-appearance: none;
	}
	.container{width:96%;}
	.contain{width:100%;}
	
	#head{display:none;}
	#mhead{display:block;}
	/* header */
	.header{position:relative;height:60px;background:#fff;}
	.header .logo{float:left;margin-top:10px;margin-left:15px;}
	.header .logo h1{font-size:0;}
	.header .en{float:right;width:30px;height:30px;line-height:30px;text-align:center;background:#3b3b3b;color:#fff;border-radius:50%;margin-top:15px;margin-right:10px;}
	#mhead .header-navigation{
		float:right;
		margin-top: 15px;
		margin-right: 11px;
	}
	#mhead .header-navigation i{
		font-size:38px;
	}

	/*Bottom Ball Menu*/

	.menu-wrapper-background{
		position:fixed;
		z-index:99999;
		background-color:rgba(0,0,0,0.6);
		width:100%;
		height:100%;
		top:0px;
		left:0px;
		display:none;
	}

	/*Top Sliding Menu*/

	.menu-top{
		position:fixed!important;
		z-index:999999999;
		max-height:428px;
		width:300px!important;
		left:50%;
		margin-left:-150px;
		border:solid 1px #cacaca;
	}


	.active-submenu{
		display:block;
		min-height:100%;
		max-height:500px!important;
	}

	.active-menu .fa-circle{
		color:#2ecc71!important;
		margin-top:26px;
	}


	.menu-top li{list-style:none; margin-bottom:0px;}
	.menu-top li a:hover{background-color:rgba(0,0,0,0.05)!important; }
	.submenu{margin-bottom:0px;}


	.page-content{
		-webkit-transform:translateY(0px);
		transform:translateY(0px);
		transition:all 350ms ease;
	}

	.menu-top{
		border-top:solid 1px rgba(0,0,0,0.1);   
		background-color:rgba(255,255,255,1);
		position:absolute;
		width:100%;
		z-index:99999999;
		height:100%;
		top:-500px;
		overflow:scroll!important;
		-webkit-overflow-scrolling: touch!important;
		transition:all 350ms ease;
		border-radius:10px;
	}

	.show-menus{
		top:50%;
		margin-top:-210px;
		transition:all 350ms ease;
	}

	.menu-top span{
		border-bottom:solid 1px rgba(0,0,0,0.01); 
		display:block;
		font-size:11px;
		font-family:'Roboto', sans-serif;
		text-align:Center;
		padding-top:5px;
		padding-bottom:5px;
	}

	.menu-top a i{
		position:absolute;
		margin-top:24px;
		margin-left:-40px;
		font-size:14px;
	}

	.menu-top .fa-circle{
		/*position:absolute!important;*/
		float:right;
		right:0px;
		margin-right:25px;
		font-size:8px;
		margin-top:29px;
	}

	.menu-top .fa-angle-right{  
		position:absolute;
		left:40px;
		top:-3px;
	}

	.menu-top .fa-plus{
		-ms-transform: rotate(0deg); 
		-webkit-transform: rotate(0deg); 
		transform: rotate(0deg);
		position:absolute!important;
		right:0px;
		margin-right:24px;
		font-size:11px;
		margin-top:27px;
		transition:all 350ms ease;
	}

	.menu-top .fa-times{    
		position:absolute;
		right:0px;
		margin-right:24px;
		font-size:11px;
		margin-top:27px;
		transition:all 350ms ease;
	}

	.menu-top a{
		font-size:13px;
		font-weight:500;
		padding-left:70px;
		color:#3b4043;
		line-height:60px;
		display: block;
		position: relative;
		overflow: hidden;
		border-bottom:solid 1px rgba(0,0,0,0.1); 
	}

	.submenu li:last-child{
		border-bottom:solid 1px rgba(0,0,0,0.08)!important;
	}

	.menu-top a:hover{color:#000000;}

	/*.submenu{display:none;}*/

	.submenu{
		max-height:0px;
		overflow:hidden;
		transition:all 350ms ease;
	}

	.show-submenu{
		max-height:5000px!important;
		transition:all 350ms ease;
	}

	.submenu a{
		font-size:12px;
		line-height:60px!important;
		opacity:0.8;
		padding-left:90px;
	}

	.submenu li:hover{
		background-color:rgba(0,0,0,0.02);
	}

	.submenu .fa-angle-right{
		margin-left:26px;
		margin-top:27px;
	}

	.active-plus{
		color:#c0392b;
		-ms-transform: rotate(135deg)!important; 
		-webkit-transform: rotate(135deg)!important; 
		transform: rotate(135deg)!important;
		transition:all 350ms ease;
		margin-top:25px!important;
	}

	.submenu .fa-circle{
		position:absolute;
		z-index:999999;
		margin-top:28px;
		font-size:6px!important;
	}

	
	#indexbanner{margin-top:0;}
	.bx-controls{bottom:10px;}
	.bx-controls .bx-pager div a{width:36px;height:3px;}
	.insidebanner{margin-top:0;}
	
	.iBanner{display:none;}
	.mBanner{display:block;}
	
	
	
	.case{margin-top:20px;margin-bottom:0;}
	.bigpic,.smallpic{width:100%;}
	.smallpic .con{padding:15px;}
	.case .smallpic .con{padding-top:15px;}
	.smallpic .con .mt{margin-bottom:20px;}
	.smallpic .con .ct{font-size:18px;}
	.smallpic .con .et{margin-top:12px;font-weight:normal;}
	.smallpic .con p{margin-top:15px;font-size:14px;}
	.smallpic .con .dh:last-child{margin-bottom:5px;}
	
	.about{margin-top:20px;margin-bottom:20px;height:auto;background:none;}
	.about .contain .bk{display:none;}
	.about .contain{padding-top:0;}
	.about .pic{width:100%;height:auto;padding:10px;box-sizing:border-box;}
	.about .pic .img{width:100%;height:auto;}
	.about .des{padding-left:10px;padding-right:10px;}
	.about .des .mt{margin-top:20px;}
	.about .des .mt span{font-weight:normal;}
	.about .des .detail{width:100%;margin-top:15px;margin-bottom:15px;}
	

	.idea .smallpic{margin-top:0;}
	.idea .bigpic .bg,.case1 .bigpic .bg{padding:20px;}
	.bigpic .bg .ct{font-size:25px;}
	.case1{margin-top:20px;}
	.case1 .smallpic{float:right;}
	.case1 .bigpic{float:left;}
	.case1 .msmallpic{display:block;}
	.case1 .ismallpic{display:none;}
	
	.smallpic .con .dh a{font-size:14px;}
	
	
	.profile{margin-top:20px;}
	.profile .smallpic .con{padding-top:15px;padding-bottom:20px;}

	
	
	.news{margin-top:20px;margin-bottom:20px;height:auto;}
	.news .mt{font-size:20px;}
	.news .con{margin-top:20px;}
	.news .con ul li{width:100%;float:none;margin-bottom:15px;}
	.news .con ul li .pic{width:100%;height:auto;}
	.news .con ul li .tt{margin-top:15px;font-size:15px;}
	.news .con ul li .des{margin-top:10px;}
	.news .con .more{margin-top:15px;width:130px;height:36px;border:1px solid #dcdcdc;line-height:36px;font-weight:normal;font-size:15px;}
	
	.footer_nav{height:50px;line-height:50px;font-size:14px;}
	.footer_top{height:auto;overflow:hidden;}
	.footer_top .con{margin:auto;float:none;width:300px;margin-top:0;}
	.footer_top .address{width:96%;float:none;padding-top:15px;}
	.footer_top .contact{margin-left:0;margin-top:15px;}
	.footer_top .contact .mc{margin-top:20px;}
	.footer_top .address .logo{margin-top:15px;margin-left:0;width:100%;text-align:center;}
	.footer_top .address .logo img{float:none;}
	.footer_top .address .logo a{float:none;margin-left:20px;display:inline-block;}
	.footer_top .weixin{width:100%;margin-top:10px;margin-bottom:20px;}
	.footer_bottom{height:auto;line-height:25px;padding:10px 0;text-align:center;}
	.footer_bottom .contain{width:96%;}
	.footer_bottom .mf_bottom{display:block;}
	.footer_bottom .f_bottom{display:none;}
	.footer_top .link{height:auto;overflow:hidden;padding:15px 0;}
	.footer_top .link .link_left{width:100%;text-align:center;line-height:30px;}
	.footer_top .link .link_left a{display:inline-block;float:none;margin-right:0;}
	.footer_top .link .link_left .pic{float:none;}
	.footer_top .link .link_right{margin-left:0;margin-top:5px;line-height:40px;text-align:center;}
	.footer_top .link .link_right .link_con select:nth-child(2n){margin-right:0;}
	
	
	.fixed-menu{display:none;}
	.orientation .previous{float:none;}
	.orientation .next{float:none;}
	
	
	#allmap{max-height:300px;}
	
	
	
	.insidebanner .img{height:150px;background-size:cover;}
	.ne_nav{padding:15px 0;}
	.ne_nav nav a:first-child{margin-left:0;}
	.ne_nav nav a{line-height:30px;width:80px;font-size:12px;}
	.subnav{padding-top:20px;}
	.subnav nav a{margin-right:30px;}
	.en_subnav nav a{margin-right:15px;font-size:12px;padding:0 10px;}
	.col{margin-top:20px;margin-bottom:30px;line-height:200%;min-height:350px;}
	.col img{max-width:100%;}
	.thud{display:none;}
	.mthud{display:block;}
	
	
	.ne_nav nav .flter_tt a:first-child{margin-left:0;}
	.ne_nav nav .flter_tt a{padding:0 15px;}
	.ne_nav nav .flter_tit a{margin-right:15px;}
	
	
	.pxxm{min-height:350px;margin-top:20px;margin-bottom:30px;}
	
	
	.xwzx{margin-top:20px;margin-bottom:30px;}
	.xwzx ul li{width:100%;height:120px;margin-bottom:15px;}
	.xwzx ul li a{width:100%;height:120px;padding:10px;box-sizing:border-box;}
	.xwzx ul li .pic{width:35%;height:100px;display:flex;align-items:center;}
	.xwzx ul li .detail{width:62%;}
	.xwzx ul li .detail .tt{margin-top:5px;font-size:15px;height:18px;}
	.xwzx ul li .detail .date{margin-top:10px;}
	.xwzx ul li .detail .des{margin-top:6px;}
	
	
	.brand{margin-top:20px;margin-bottom:30px;}
	.brand ul li{width:100%;height:120px;margin-bottom:15px;}
	.brand ul li a{width:100%;height:120px;padding:10px;box-sizing:border-box;}
	.brand ul li .pic{width:35%;height:100px;display:flex;align-items:center;}
	.brand ul li .detail{width:62%;}
	.brand ul li .detail .tt{margin-top:5px;font-size:15px;height:18px;}
	.brand ul li .detail .des{margin-top:6px;}
	
	
	.mCase{margin-top:20px;margin-bottom:30px;}
	.mCase .detail a{height:auto;margin:0;margin-bottom:10px;}
	.mCase .bg{padding:20px;}
	.mCase .detail a img{width:100%;height:auto;}
	.mCase .detail .pic{width:100%;height:auto;}
	.mCase .detail .bg .ct{font-size:18px;line-height:25px;}
	.mCase .detail .con{width:100%;height:auto;padding:10px;}
	.mCase .detail .con .des{margin-top:0;height:auto;line-height:30px;}
	.mCase .mdetail{display:block;}
	.mCase .idetail{display:none;}
	
	
	.project{height:auto;overflow:hidden;padding-bottom:15px;}
	.project .mt{font-size:16px;padding-top:25px;font-weight:normal;}
	.project .con{margin-top:20px;}
	.project .con .list{width:50%;margin-bottom:10px;min-height:75px;}
	.project .con .list .des{font-size:14px;font-weight:normal;}
	.project .con .list .des span{font-size:20px;}
	.project .con .list p{margin-top:15px;font-size:12px;padding:0 5px;line-height:20px;}
	.project .con .list:last-child:before{display:none;}
	.project .con .list:after{height:50px;}
	.project .con .list:nth-child(2n):after{display:none;}
	.project .con .list .des i{top:-10px;}
	.en_project .mt{line-height:26px;padding-top:20px;}
	
	
	.online{width:100%;margin-top:6px;}
	.online form{width:100%;padding-left:0;}
	.online .text{width:100%;height:38px;margin-bottom:10px;}
	.online .text input{width:70%;height:36px;border:1px solid #c9c9c9;padding-left:4%;}
	.online .text p{float:left;width:22%;padding-right:2%;line-height:38px;padding-left:1%;}
	.online .text p span{color:#eb0000;position:relative;top:2px;}
	.online .con{width:100%;height:205px;margin-bottom:8px;}
	.online .con textarea{padding:5%;border:1px solid #c9c9c9;height:163px;width:64%;}
	.online .con p{float:left;width:22%;padding-right:2%;line-height:38px;padding-left:1%;}
	.online .con p span{color:#eb0000;position:relative;top:2px;}
	.online .verify{height:38px;margin-bottom:10px;}
	.online .verify p{float:left;width:22%;padding-right:2%;line-height:38px;padding-left:1%;}
	.online .verify p span{color:#eb0000;position:relative;top:2px;}
	.online .verify input{width:35%;height:36px;border:1px solid #c9c9c9;float:left;padding-left:2%;margin-right:2%;}
	.online .verify img{cursor:pointer;width:32%;height:40px;}
	.online .submit{width:100px;height:30px;color:#fff;cursor:pointer;background:#be252e;margin-left:20%;float:left;border:none;margin-right:5%;}
	.online .reset{width:100px;height:30px;color:#fff;cursor:pointer;background:#008b92;float:left;border:none;}
	
	
	.recruit{width:100%;margin-top:20px;}
	.recruit ul li .item-bd{padding:1em;font-size:14px;}
	
	
	.year{width:100%;}
	.year .detail{margin-top:10px;margin-bottom:15px;}
	.year .year_l{width:54%;}
	
	
}













