/*------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;
}

@font-face {
  font-family: Pingfang;
  src: url(../fonts/pingfang/PINGFANG\ BOLD.TTF);
}
@font-face {
  font-family: Pingfang-bold;
  src: url(../fonts/pingfang/PINGFANG\ BOLD.TTF);
}

.Pingfang{
  font-family: Pingfang;
}
.Pingfang-bold{
  font-family: Pingfang-bold;
} 

/*container*/
.container{
	width: 92%;
	max-width:1500px;
	margin:0 auto;
	clear:both;
}
.contain{
	width: 92%;
	max-width:1500px;
	margin:auto;
}



@-webkit-keyframes fromBottomFade { from {
-webkit-transform: translateY(20%);
opacity:0;
}
}
@keyframes fromBottomFade { from {
transform: translateY(20%);
opacity:0;
}
}

body{
	background:#000000;
	font-family: Pingfang;
}


/*header*/
.top{width:100%;height:86px;position:fixed;top:0;left:0;background:#000;z-index:100;}
.top .contain{max-width:1680px;}
.top .logo{margin-top:13px;font-size:0;}
.top .logo img{height:60px;}
.top .logo .words{float:left;color:#e0e0e0;margin-left:15px;}
.top .logo .words p{color:#e0e0e0;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:left;color:#ffffff;padding:0;text-align:center;font-size:18px;}
.top .en:hover{color:#ffe764;}
.navul li{float:left;height:86px;line-height:86px;position:relative;z-index:100;}
.navul li>a{padding:0 20px;line-height:86px;color:#ffffff;font-size:18px;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 a:hover{color:#ffe764;}
.navul li:hover .btn:after{border-top-color:#ffe764;}
.navul li .nav_son{display: none;position: absolute;left: 50%;top: 86px;z-index:100;margin-left: -125px;box-shadow: 0 2px 5px 2px rgba(0,0,0,.1);padding: 10px;width: 250px;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:#ffffff;}
.navul li .nav_son a:hover{color:#ffe764;}
.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;width:100vw;height:calc(100vh - 86px);margin-top:86px;}
.iBanner .swiper{height:100%;}
.iBanner .swiper .banner-next{position:absolute;right:35px;top:calc(50% - 20px);z-index:1;}
.iBanner .swiper .banner-prev{position:absolute;left:35px;top:calc(50% - 20px);z-index:1;}

	

.iBanner .swiper-pagination{height:50px;}
.iBanner .swiper-pagination-bullet{width:14px;height:14px;text-align:center;z-index:1000;opacity:1;background-color: rgba(255,255,255,0.6);}

.iBanner .swiper-pagination-bullet-active{background-color: rgba(255,255,255,1);}
.iBanner .swiper-slide{width:100%;height:100%;}
.iBanner .swiper .image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.iBanner .swiper .image img{
    min-width:100%;   height:100%;
    margin: auto;
    transition:1s linear 2s;
    transform:scale(1.1,1.1) rotate(0.1deg);
    }
   .iBanner .swiper .swiper-slide-active .image img,.swiper-slide-duplicate-active .image img{
    transition:3s linear;
    transform:scale(1,1) rotate(0.1deg);
    }


.iBanner .ttcon{position:absolute;top:40%;transform:translateY(-50%); left:0;width:100%;z-index:10;}
.iBanner .ttcon .container{width:80%;margin:auto;}

.iBanner .ttcon .p1{font-size:calc(22px + 2.2vw);color:rgba(255,255,255,1);text-align:center;margin-bottom:1.2vw;}
.iBanner .ttcon .p2{font-size:calc(18px + 0.4vw);color:rgba(255,255,255,1);text-align:center;}
.iBanner .ttcon .content{color:#ffffff;font-size:calc(24px + 2.2vw);margin-bottom:30px;}
.iBanner .ttcon .content *{color:#ffffff;font-size:calc(24px + 2.2vw);line-height:1.3}
.iBanner .ttcon .icon a{color:#ffffff;font-size:calc(14px + 0.2vw);line-height:30px;}
.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:#e0e0e0;font-weight:lighter;}
.bigpic .bg .et{font-size:16px;color:#e0e0e0;font-weight:lighter;margin-top:10px;text-transform:uppercase;}
.bigpic .bg p{font-size:16px;color:#e0e0e0;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:#e0e0e0;}
.smallpic .con .et{font-size:16px;color:#e0e0e0;font-weight:lighter;margin-top:15px;}
.smallpic .con p{line-height:26px;color:#e0e0e0;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:#e0e0e0;position:relative;font-size:16px;}
.smallpic .con .dh a:before{content:"";width:30px;border-top:1px solid #e0e0e0;position:absolute;left:0;top:9px;}
.smallpic .con .dh a:hover{color:#ffe764;}
.smallpic .con .dh a:hover:before{border-top:1px solid #ffe764;}
/* .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);} */






.business{}
.business .index-tit{width: 100%;overflow: hidden;padding: 40px 0;}
.business .index-tit .dh{width: 33.33%;float: left;display:flex;align-items: center;justify-content: center;}
.business .index-tit .dh a{display:flex;align-items: center;justify-content: center;}
.business .index-tit .dh a img{filter: brightness(10);margin-right: 30px;}
.business .index-tit .dh a p{font-size:22px;color:#e0e0e0;line-height: 1.5;}
.business .index-tit .dh.active a img{filter: brightness(1);} 
.business .index-tit .dh.active a p{color: #ffe764;} 
.business .indexcon .list{width: 100%;display: none;padding: 20px 0;}
.business .indexcon .list .cont{display: flex;align-items: center;justify-content: space-between;}
.business .indexcon .list.active{display: block;}

.business .indexcon .list .image{width: 50%;}
.business .indexcon .list .image img{width: 100%;}
.business .indexcon .list .details{width: calc(50% - 4.5vw);}
.business .indexcon .list .details .title{font-size: calc(22px + 1.2vw);line-height: 1.5; color: #e0e0e0;}
.business .indexcon .list .details .des{font-size: 18px;color: #e0e0e0; line-height: 2;margin: 1.8vw auto;}
.business .indexcon .list .details .more img{filter:brightness(10);transition:0.6s;}
.business .indexcon .list .details .more:hover img{filter:brightness(1);transform:rotate(360deg);}
.business .indexcon .list .details ul{line-height: 30px;margin-top: 1.8vw;}
.business .indexcon .list .details ul li{float: left;width: calc(100% - 20px);padding-left: 20px;position: relative;line-height: 2;font-size: 18px;color: #e0e0e0; }
.business .indexcon .list .details ul li::after{content:"";width:1px;height:18px;background:#e0e0e0;position:absolute;left:0;top:calc(50% - 4px);width: 8px;height: 8px;border-radius: 4px;}
.business .indexcon .list .details ul li:hover{color: #ffe764;}
.business .indexcon .list .details ul li:hover::after{background: #ffe764;}
.business .indexcon .list .details .more img{max-height:50px;}



.project{height:333px;background:#363636;}
.project .mt{text-align:center;font-size:39px;color:#e0e0e0;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:14px;font-weight:lighter;color:#c5c5c5;}
.project .con .list .des span{font-size:56px;color:#e0e0e0;font-weight:bold;margin-right:5px;position:relative;top:3px;}
.project .con .list .des i{color:#e0e0e0;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:14px;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:#e0e0e0;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:14px;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:#ffe764;border-bottom:1px solid #ffe764;}
.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;background:url(../images/map.png) no-repeat center;background-size:contain;background-position: center 85px;}

.profile .index-tit{font-size:30px;color:#e0e0e0;width: 100%;overflow: hidden;}
.profile .index-tit .tit{float: left;}
.profile .index-tit .mt-en{font-size:80px;color:#e0e0e0;margin-left:12px;opacity: 0.05;font-weight: bold;}
.profile .index-tit .mt-zh{font-size: calc(20px + 1.2vw);line-height: 1; color:#e0e0e0;position: relative;top: -30px;}
.profile .index-tit .more{float: right;margin-top:30px;}
.profile .index-tit .more img{filter:brightness(10);transition:0.6s;}
.profile .index-tit .more:hover img{filter:brightness(1);transform:rotate(360deg);}
.profile .details{width: 100%;}
.profile .tcon{margin-top:30px;color: #e0e0e0;line-height: 2;font-size: 18px;}
.profile .tcon2{margin-top:30px;color: #e0e0e0;line-height: 2;font-size: calc(20px + 1vw);}
.profile .tcon2 span{font-size: calc(20px + 2vw); color: #ffe764;}

.case{padding-top:200px;overflow:hidden;}
.case_left{width: 45%;float: left;}
.case_list{width: 100%;overflow: hidden;margin-bottom: 15px;}
.case_list .dh{float: left;margin-right: 20px;background: #292929;border-radius: 23px;margin-bottom: 10px;}
.case_list .dh a{font-size: 18px;color: rgba(255,255,255,.5);height: 46px;line-height: 46px; padding:0px 30px;display: block;}
.case_list .dh.active a{color: #ffe764;}
.case_title{width: 100%;max-width:600px;}
.case_title ul{width: 100%;display:none;}
.case_title ul.active{display:block;}
.case_title ul li{margin-bottom: 20px;}
.case_title ul li a{font-size: 20px;color: #e0e0e0;line-height: 1.5;}
.case_title ul li a:hover{color: #ffe764;}
.case .details{width: 55%;float: right;overflow: hidden;}
.case .details .image{font-size: 0;line-height: 0;}
.case .details .image img{width: 100%;}
.case .details .swiper-slide a{border-radius: 15px;overflow: hidden;display: block;}
.case .details .swiper-slide .con{background: #202022;padding: 30px 40px;position: relative;}
.case .details .swiper-slide .con::after{content:"";width: 4px; height: calc(100% - 60px);background: #e0e0e0;border-radius: 2px; position: absolute;z-index: 1;top:30px;left:22px;}

.case .details .swiper-slide .con .ct{font-size: 20px;color: #e0e0e0;line-height: 1.2;padding-bottom: 5px;}
.case .details .swiper-slide .con .et{font-size: 16px;color: #e0e0e0;line-height: 1.2;}







.news{margin:70px auto;}
.news .index-tit{color:#e0e0e0;width: 100%;overflow: hidden;display: flex;  align-items: center;}
.news .index-tit .tit{float: left;font-size:30px;}
.news .index-tit .mt-en{font-size:80px;color:#e0e0e0;margin-left:12px;opacity: 0.05;font-weight: bold;}
.news .index-tit .mt-zh{font-size: calc(20px + 1.2vw);line-height: 1; color:#e0e0e0;position: relative;top: -30px;}
.news .index-tit .more{float: right;margin-top:30px;}
.news .index-tit .catetit{float: left;margin-left: 20px;overflow: hidden;height: 45px;}
.news .catetit a{font-size:14px;margin-right: 10px; color:rgba(255,255,255,0.5);line-height: 25px;display: block;float: left; background: #292929;padding: 10px 30px;border-radius: 20px;}
.news .catetit a:hover{color: #ffe764;}
.news .catetit a.active{color: #ffe764;}


.news .mt{font-size:30px;color:#e0e0e0;}
.news .mt span{font-size:14px;color:#999;margin-left:12px;}
.news .con{margin-top:39px;}
.news .con ul li{width:32%;margin-right:2%;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:#e0e0e0;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:#e0e0e0;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:100%;height:240px;overflow:hidden;object-fit: cover;}
.news .con ul li .pic img{width:100%;height:100%;}
.news .con ul li:hover .tt{color:#ffe764;}
.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 ul li .more{font-size:16px;color:#999;display:block;text-transform:uppercase;font-weight:lighter;margin-top: 40px;}
.news .con ul li:hover .more{color:#ffe764;}









.inset{width: 100%;padding: calc(20px + 2.5vw) 0px;overflow: hidden;}
.catetitle{font-size: 39px;line-height: 2;text-align: center;color: #e0e0e0;margin-bottom: 40px;}

.ne_nav{width:100%;padding:20px 0px;overflow:hidden;background:#161616;}
.ne_nav nav{overflow:hidden;display: flex;justify-content: center;flex-wrap: wrap;}
.ne_nav nav a{text-align:center;line-height:34px;border-radius:30px;color:rgba(255, 255, 255, 0.5);float:left;padding:0px 20px;}
.ne_nav nav a:first-child{margin-left:32px;}
.ne_nav nav a:hover{background:#333;color:rgba(255, 255, 255, 1);}
.ne_nav nav a.active{background:#333;color:rgba(255, 255, 255, 1);}
.ne_nav nav p{float:left;color:#e0e0e0;line-height:34px;font-size:15px;}
.ne_nav nav .flter{display: block;width: 100%;}
.ne_nav nav .flter_tt{overflow:hidden;}
.ne_nav nav .flter_tit{margin-top: 15px;}
.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%;overflow:hidden;color:#e0e0e0;}
.col *{color:#e0e0e0;}
.col h2{text-align:center;font-weight:normal;color:#e0e0e0;font-size:30px;margin-bottom: 30px;}
.col .summary{margin-bottom:20px;}
.col h3{text-align:center;font-weight:normal;font-size:12px;color:#e0e0e0;}
.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:#e0e0e0;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:#ffe764;}
.subnav nav a:hover,.subnav nav a.active{color:#ffe764;}


.maintit{text-align:center;margin-top:45px;}
.maintit span{font-weight:bold;font-size:38px;text-transform:uppercase;color:#e0e0e0;}
.maintit p{font-weight:bold;font-size:28px;color:#e0e0e0;margin-top:15px;}




.pxxm{width:100%;min-height:450px;overflow:hidden;}
.pxxm ul{overflow:hidden;}
.pxxm ul li{width:calc(32% - 20px);float:left;margin-right:30px;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:100%;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%;text-align:center;line-height:50px;color:#000;font-size:16px;background:#ececec;overflow:hidden;}
.pxxm ul li:hover p{background:#333;color:#e0e0e0;}
.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: 480px;            
	width: 100%;            
	overflow:hidden;
	position:relative; 
	display:block;
	margin-bottom:15px;
}   
.mCase .detail a img{height:480px;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:66%;position:relative;}
.mCase .detail .con{width:33%;background:#666;padding:30px;background:#0f0e0e;height: 100%;}
.mCase .detail .con .tt{font-size:22px;color:#e0e0e0;line-height:30px;margin-top:15px;}
.mCase .detail .con .tta{font-size:16px;color:#e0e0e0;line-height:30px;margin-top:15px;font-weight:bold;}
.mCase .detail .con .des{line-height:36px;color:#e0e0e0;margin-top:10px;height:331px;overflow-y:auto;font-size:14px;}
.mCase .detail .con .des *{color:#e0e0e0;}
.mCase .detail .bg .ct{font-size:24px;color:#e0e0e0;font-weight:lighter;}
.mCase .detail .bg .et{font-size:16px;color:#e0e0e0;font-weight:lighter;margin-top:10px;text-transform:uppercase;}
.mCase .detail .bg p{font-size:16px;color:#e0e0e0;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:calc(50% - 15px);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:calc(100% - 40px);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:calc(100% - 180px);}
.xwzx ul li .detail .tt{color:#333;font-size:16px;height:25px;margin-top:10px;line-height:25px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.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: #e0e0e0;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;}


.founder{width:100%;min-height:350px;margin-bottom:50px;margin-top:40px;}
.founder ul li{width:100%;position:relative;margin-bottom:30px;margin-right:30px;float:left;position:relative;}
.founder ul li a{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.founder ul li .pic{float:left;width:370px;}
.founder ul li .pic img{max-width:250px;display:block;}
.founder ul li .detail{float:right;width:calc(100% - 400px);}
.founder ul li .detail .des{font-size:18px;color:#e0e0e0;line-height:25px;overflow:hidden;margin-top:9px;}
.founder ul li .detail .tt{color:#e0e0e0;font-size:18px;margin-top:10px;}
.founder ul li .detail .con{font-size:16px;color:#e0e0e0;margin-top:12px;line-height:2}
.founder ul li .detail .con *{color:#e0e0e0;}



.businesspage{width: 92%;margin:50px auto; max-width: 1800px;}
.businesspage .businesspage_part{overflow: hidden;height: 100%;  display: flex;margin-bottom: 35px;}
.businesspage .part{width:100%;min-height:350px;display: flex;justify-content: space-between;flex-wrap: wrap;align-items:stretch;}
.businesspage .part .business_nav{font-size:16px;color:#333;width: 200px;background: #161616;height:100%;display: flex;align-items: center;justify-content: center;}
.businesspage .part .business_nav p{font-size: 25px;color: #e0e0e0;text-align: center;line-height: 1.3;}

.businesspage .part .business_content{width: calc(100% - 215px);height: 100%;}
.businesspage .part .business_content ul{width:100%;overflow:hiden;}
.businesspage .part .business_content ul li{float: left;}
.businesspage .part .business_content ul li img{width: 100%;} 
.businesspage .part .business_content ul li:nth-child(7n+1){width: calc(48.6% - 15px);margin-right: 15px;margin-bottom: 15px;}
.businesspage .part .business_content ul li:nth-child(7n+2){width: calc(25.7% - 7.5px);margin-right: 15px;margin-bottom: 15px;}
.businesspage .part .business_content ul li:nth-child(7n+3){width:  calc(25.7% - 7.5px);margin-bottom: 15px;margin-bottom: 15px;}
.businesspage .part .business_content ul li:nth-child(7n+4){width: calc(25.7% - 7.5px);margin-right: 15px;margin-bottom: 15px;}
.businesspage .part .business_content ul li:nth-child(7n+5){width:  calc(25.7% - 7.5px);margin-bottom: 15px;}
.businesspage .part .business_content ul li:nth-child(7n+6){width: calc(74.3% - 7.5px);margin-right: 15px;position:relative;}
.businesspage .part .business_content ul li:nth-child(7n+6) .summary{position:absolute;left:5%;top:50%; transform:translateY(-50%);width:90%;font-size: 18px;line-height: 1.5; overflow: hidden;color:#e0e0e0;}

.businesspage .part .business_content ul li:nth-child(7n+7){width:  calc(25.7% - 7.5px);}


.businesspage1{width: 92%;margin:50px auto; max-width: 1800px;}
.businesspage1 .businesspage_part{overflow: hidden;height: 100%;  display: flex;margin-bottom: 35px;}
.businesspage1 .part{width:100%;min-height:350px;display: flex;justify-content: space-between;flex-wrap: wrap;align-items:stretch;}
.businesspage1 .part .business_nav{font-size:16px;color:#333;width: 200px;background: #161616;height:100%;display: flex;align-items: center;justify-content: center;}
.businesspage1 .part .business_nav p{width: 45px;font-size: 35px;color: #e0e0e0;text-align: center;line-height: 1.3;writing-mode: vertical-lr;}
.businesspage1 .part .business_content{width: calc(100% - 215px);height: 100%;}
.businesspage1 .part .business_content ul{width:100%;overflow:hidden;}
.businesspage1 .part .business_content ul li{float: left;width: calc(50% - 7.5px);margin-right: 15px;margin-bottom: 15px;}
.businesspage1 .part .business_content ul li:nth-child(2n){margin-right: 0;}
.businesspage1 .part .business_content ul li img{width: 100%;} 
.businesspage1 .part .business_content .business_summary{padding: 20px 35px;background: #161616;font-size: 18px;line-height: 2; overflow: hidden;color:#e0e0e0;}
.businesspage1 .part .business_content .business_summary *{color:#e0e0e0;}
.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:#ffe764;}

.contactpage{width: 100%;margin: 50px auto;display: flex;}
.contactpage .summary{line-height:2;color:#ffffff;font-size:16px;}
.contactpage .col{display: flex;align-items: center;}
.contactpage .contact_left{width: 54%;float: left;font-size: 0;line-height: 0;}
.contactpage .contact_left img{width: 100%;}
.contactpage .contact_right{width: 46%;height: 100%;display: flex;align-items: center; float: left;background: url(../images/contact_bg.jpg) no-repeat center center;background-size:cover;}
.contactpage .contact_right .content{width:75%;margin: 0 auto;}
.contactpage .contact_right span{position: relative;}
.contactpage .contact_right img{
  position: absolute;
  top: -5px;
  left:-40px;
}

.aboutpage{width: 100%;overflow: hidden;}

.aboutpage img{max-width: 100%;}
.aboutpage .col{display: flex;align-items: center;justify-content: space-between; flex-wrap: wrap;margin-bottom: calc(10px + 1.5vw);}
.aboutpage .about_left{width: 44%;float: left;font-size: 0;line-height: 0;}
.aboutpage .about_left img{width: 100%;}
.aboutpage .about_right{width: 53%;height: 100%;float: left;}
.aboutpage .about_tit{font-size: calc(22px + 0.6vw);line-height: 2;text-align: center;color: #e0e0e0;position:relative;margin-top:20px;padding:20px;}
.aboutpage .about_tit::after{content:"";position:absolute;width:70%;height:2px;background:#1a1919;left:15%;top:0;}
.aboutpage .title{font-size:20px;line-height: 2;text-align: center;color: #e0e0e0;}
.aboutpage ul{width: 100%;margin-top: calc(10px + 1.5vw);}


.aboutpage ul li{float: left;width: 25%;}
.aboutpage ul li .image{width: 100%;position:relative; height: 180px;transition:0.6s;}
.aboutpage ul li .image1{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:1; transition:0.6s;}
.aboutpage ul li .image2{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:0; transition:0.6s;}
.aboutpage ul li .title{font-size: 16px;line-height: 2;text-align: center;color: #e0e0e0;}
.aboutpage ul li .image:hover{}
.aboutpage ul li .image:hover .image1{opacity:0;transform:translate(-50%,-70%);}
.aboutpage ul li .image:hover .image2{opacity:1;transform:translate(-50%,-70%);}


.recruit{min-height:450px;margin:auto;margin-bottom:40px;margin-top:40px;}
.recruit .tt{text-align: center;font-size:16px;margin-bottom: 15px;color:#e0e0e0;}
.recruit .mt{height: 80px;line-height: 80px;background: #161616;}
.recruit .mt p{width: 20%;font-size: 18px; float: left;text-align: center;color: #e0e0e0;}
.recruit .mt p:first-child{width: 40%;}

.recruit ul li{width: 100%;overflow: hidden;position: relative;border: solid 1px transparent;transition: all 0.35s linear;-webkit-transition: all 0.35s linear;background: #161616;margin-top: 10px;}
.recruit ul li .item-hd{min-height:45px;line-height:45px;cursor:pointer;overflow:hidden;}
.recruit ul li .item-hd .td{width:20%;min-height: 1px;font-size: 18px; float:left;text-align:center;color:#e0e0e0;}
.recruit ul li .item-hd .td:first-child{width: 40%;}
.recruit ul li:hover,.recruit ul li.active{ box-shadow: 0 0 5px rgba(49, 146, 63, 0.35);}
.recruit ul li .item-bd{width: 100%;line-height: 2em;color: #e0e0e0;padding: 2em 30px 2em;display: none;}
.recruit ul li .item-hd .red{color:#e0e0e0;}




.orientation{margin-top:20px;overflow:hidden;color:#e0e0e0;}
.orientation .previous{float:left;color:#e0e0e0;}
.orientation .next{float:right;color:#e0e0e0;}
.orientation a{color:#e0e0e0;}




.fixed-menu{position:fixed;right:0;top:57%;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:250px;color:#e0e0e0;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:-232px;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/icon6.png) no-repeat left center;}
.fixed-menu .wx:hover{background:rgba(69,78,91,0.8) url(../images/icon6.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:#e0e0e0;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%;max-width: 900px; margin:auto;margin-top:20px;margin-bottom:20px;overflow:hidden;}
.online form{}
.online .text{width:calc(50% - 20px);height:38px;float:left;margin-bottom:20px;margin-right: 20px;}
.online .text input{width:calc(100% - 92px);height:36px;border:1px solid #c9c9c9;color:#666;}
.online .text p{float:left;width:90px;line-height:38px;}
.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:90px;line-height:38px;}
.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:#e0e0e0;cursor:pointer;background:#be252e;margin-left:91px;float:left;border:none;margin-right:47px;}
.online .reset{width:107px;height:35px;color:#e0e0e0;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:#e0e0e0;
}
.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_line{width: 100%;height: 10px; background: linear-gradient(to right,#5b3d84,#af217a,#d4406a,#f0b427,#54af3b,#21b4ce);}
.footer_top{padding: 40px 0px;overflow:hidden;}
.footer_top .address{float: left;width: 40%;float:left;}
.footer_top .address .logo{}
.footer_top .address .logo_img{margin-bottom: 20px;height:100px;}
.footer_top .address .logo_img img{max-height:100%;}
.footer_top .address .logo .mt{float: left;width:100%;margin-bottom: 10px;}
.footer_top .address .logo .mt .image{width: 60px;height: 30px;overflow: hidden;float: left;display: flex;align-items: center;justify-content: center;margin-right: 15px;}
.footer_top .address .logo .mt .image img{max-width:100%;max-height:100%}
.footer_top .address .logo a{text-align:center;float:left;margin-left:105px;}

.footer_top .address .logo p{line-height: 30px;color:rgba(255,255,255,0.5);}
.footer_top .con{float:left;font-size:16px;}
.footer_top .con .mt{font-size:14px;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 .contact a.wx{position:relative;}
.footer_top .contact a .tan_wx{position: absolute;top: 30px;left: calc(50% - 60px);z-index: 1000;display:none;}
.footer_top .contact a.wx:hover .tan_wx{display:block;}
.footer_top .contact a.wx1{position:relative;}
.footer_top .contact a .tan_wx{position: absolute;top: 30px;left: calc(50% - 60px);z-index: 1000;display:none;}
.footer_top .contact a.wx1:hover .tan_wx{display:block;}

.footer_top .contact a.dou{position:relative;}
.footer_top .contact a .tan_dou{position: absolute;top: 30px;left: calc(50% - 60px);z-index: 1000;display:none;}
.footer_top .contact a.dou:hover .tan_dou{display:block;}

.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_top .footer_nav{width:58%;float: right;text-align:center;color:#e0e0e0;}
.footer_top .footer_nav ul{display: flex;justify-content: space-between;}
.footer_top .footer_nav ul li a.am-parent{color:#e0e0e0;font-size: 18px;width: 100%;display: block;line-height: 2;}
.footer_top .footer_nav ul li .nav_box a{color:rgba(255,255,255,0.5);font-size: 16px;width: 100%;display: block;line-height: 2;}
.footer_top .footer_nav ul li a:hover{color:#ffe764;}

.footer_lxfs{width: 100%;display: flex;align-items: center;}
.footer_lxfs ul{width: 100%; display: flex;justify-content: space-between;align-items: center;flex-wrap:wrap;}
.footer_lxfs ul li{width:100%;margin-top: 12px;}
.footer_lxfs ul li p{font-size:16px;font-weight:bold;color:rgba(255, 255, 255, 0.5);}
.footer_lxfs ul li div{margin-top:6px;font-size:18px;color:#e0e0e0;}

.footer_slogan{width: 100%;min-height:135px;line-height:135px;font-size:calc(22px + 0.6vw);color:#ffffff; display: flex;text-align:center; align-items: center;border-top: 1px solid #222222;border-bottom: 1px solid #222222;}


.footer_bottom{width:100%;background:#000;line-height:35px;font-size:16px;padding: 30px 0px;}
.footer_bottom *{color:#8f8f8f;}

.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%;
	padding: 0px 0px 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: #e0e0e0;
}

.mypage .pagination{
	display: flex;
	justify-content: center;
}





/*响应式设计*/
#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;
	}
	
	
	.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:14px;}
	.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:16px;}
	.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:14px;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:16px;}
	.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:#e0e0e0;cursor:pointer;background:#be252e;margin-left:20%;float:left;border:none;margin-right:5%;}
	.online .reset{width:100px;height:30px;color:#e0e0e0;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%;}
	
	
}













