@charset "utf-8";/* 在用 */
body,html{ min-width: 100%; overflow-x: hidden; }
*{ margin:0; padding:0; -moz-box-sizing: border-box;   -webkit-box-sizing: border-box;   -o-box-sizing: border-box;    -ms-box-sizing: border-box;
box-sizing: border-box;  }
body,p,h1,h2,h3,h4,h5,table,ul,li,form,input{ margin:0; padding:0; color:#000; font-family:"Microsoft yahei"; }

body,p{ font-size:14px; border:none; color: #000;}
a{ font-size:14px; color:#000; text-decoration:none; border:none; padding:0; margin:0;}
table{border-collapse:collapse;}
img{ border:0; margin:0; padding:0;}
ul,li{ list-style:none; border:0; margin:0; padding:0;}
dl,dt,dd{ margin:0; padding:0; -webkit-margin-start:0;}
h1,h2,h3,h4,h5{ font-weight:normal; font-size:12px; display:block;}
strong,b{ font-weight:normal;}
table,tr,td{ border-spacing:0;}
em,i,b{ font-style:normal;}
p{ line-height: 170%; color: #555; font-size: 14px;}
input{ border: none; background: none; }
figcaption{ display: block;}
input:focus{ outline: none; }
::-webkit-input-placeholder { /* WebKit browsers */ font-size:14px; color: #dfdfdf; } 
::-ms-input-placeholder { /* Internet Explorer 10+ */ font-size:14px;color: #dfdfdf; } 
.fl{float:left;}
.fr{float:right;}
.clearfix{}
.clearfix:before,.clearfix:after{display:table; line-height:0; content:"";}
.clearfix:after{clear:both;}
.box{  padding: 80px 85px;}
.inner { width:100%; margin: 0px auto;}


/*导航1*/
.barwrap{ 
		   padding: 0 40px;  
		   height: 100px; 
		   position: fixed; 
		   top: 0; left: 0; 
		   right: 0; z-index: 333; 
		   display: flex; 
		   display: -ms-flexbox; 
		   display: -moz-flex; 
		   display: -ms-flexbox; 
		   display: -moz-flex; 
		   display: -ms-flexbox; 
		   border-bottom: 1px solid rgba(255,255,255,0.3); 
		   align-items: center;
		   }
.barwrap .logo{ 
		display: block;
		   }
.nav-toggle{
		display: none;
		width: 44px;
		height: 44px;
		padding: 10px 8px;
		border: 1px solid rgba(255,255,255,0.45);
		border-radius: 6px;
		background: transparent;
		cursor: pointer;
		}
.nav-toggle span{
		display: block;
		height: 2px;
		margin: 5px 0;
		background: #fff;
		transition: all 0.3s ease;
		}
.navbar{ 
		display: flex; 
		display: -ms-flexbox; 
		display: -moz-flex; 
		flex: 2; 
		justify-content: flex-end;
		}

.navbar li{
		padding: 0 45px; 
		line-height: 100px;
		}
    
.navbar li a{ 
		color: #fff; 
		font-size: 16px; 
		transition: all 0.6s;  
		position: relative; 
		display: block;
		}
.navbar li a b{
		position: absolute; 
		left: 0; right:0; 
		bottom: 0; height: 2px; 
		background: #d7a449; 
		display: block; 
		z-index: 33; 
		width: 0;
		transition: all 0.6s; 
		width:100%; 
		transform: scale(0);
		}
.navbar li:hover a b,.navbar li.on a b{ 
		transform: scale(1);
		}
.navbar li:hover a,.navbar li.on a{ 
		color: #d7a449;
		}
.barwrap  .div2{ 
		display: flex; 
		display: -ms-flexbox; 
		display: -moz-flex; 
		display: -ms-flexbox; 
		display: -moz-flex; 
		display: -ms-flexbox; 
		align-items: center; 
		border-left: 1px solid #636B74; 
		padding-left: 30px; 
		}
      
    
.barwrap .div2 h3{ 
		font-size: 20px; 
		color: #000;
		}
.barwrap .div2 h3 img{ 
		display: inline-block; 
		margin-right: 20px; 
		vertical-align: middle;
		}
.barwrap .div2 strong{ 
		display: block; 
		font-size: 16px; 
		color: #fff;  
		padding-bottom: 10px; 
		line-height: 1;
		}
.barwrap .div2 b{ 
		display: block; 
		font-size: 22px; 
		color: #d7a449; 
		font-family:segeo; 
		line-height: 1;
		}
		/*导航栏背景颜色*/
.barwrap.on{ 
		animation-name: down; 
		animation-duration: 1s; 
		background:  #d7a449;;
		border-bottom: none;
		}
.barwrap.on .div2 b{ 
		color: #fff;
		}
.barwrap.on .div2{ 
		border-left: 1px solid #e8b861;
		}
.barwrap.on .navbar li:hover a,.barwrap.on .navbar li.on a { 
		color: #252733;
		}
.barwrap.on .navbar li a b,.barwrap.on .navbar li.on a b{ 
		background: #252733;
		}

/*搜索*/
.barwrap .zoom{ cursor: pointer; display: inline-block; vertical-align: middle; margin-left:60px; }
.search-close{ position: fixed; top: 30px; right: 30px; cursor: pointer;}
.search-box{ background: #fff; position: fixed; top: 0px; left: 0; right: 0; background: rgba(0,0,0,0.8); z-index: 333;
 bottom: 0; display: flex; display: -ms-flexbox; display: -moz-flex; align-items: center; transform-origin: bottom center; transform: scaleY(0); 
 transition: transform .3s .5s;}
.search-box .div{ width: 100%; margin: 0 auto; transition: all .5s .3s; filter:alpha(opacity=0); opacity: 0; transform: translate(0px,20px);}
.search-box .in{ background: #fff; height: 50px; width: 700px; padding-left: 20px; font-size: 16px;}
.search-box .sub{ background: #d7a449; height: 50px; width: 100px; font-size: 16px; color: #fff; cursor: pointer;}
.search-box p{ padding: 30px 0 0 0;}
.search-box p a{ display: inline-block; padding: 0 20px; font-size: 14px; color: #fff; opacity: 0.8; filter:alpha(opacity=80); transition: all 0.36s;}
.search-box p strong{ display: inline-block; font-size: 16px; color: #fff;}
.search-box p a:hover{ color: #d7a449;}
.search-box .div.on{ opacity: 1; transform: translate(0,0); filter:alpha(opacity=100); }
.search-box.active{transform-origin: top center; transform: scaleY(1); transition: transform .3s;}

/*banner滚动*/
.banner { position:relative; overflow:hidden; width: 100%;}
.banner .bannerfix >li { height: 100%; line-height: 0; opacity:0; transition:opacity 1000ms linear;
 -webkit-transition:opacity 1000ms linear; float:left; position: relative;}
.banner .bannerfix >li .bimg { line-height: 0; width: 100%; position: relative; transition: transform 5s ease; -webkit-transition: transform 5s ease; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}
.banner .bannerfix >li.imgIn{ opacity:1; z-index:10; display:block;}
.banner .bannerfix >li.imgIn .bimg { transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transform: matrix(1, 0, 0, 1, 0, 0); }
.banner .flex-control-nav{ width:100%; height:20px; position:absolute; left:0; bottom:50px; text-align:center; z-index:20;}
.banner .flex-control-nav li{ display:inline-block; position:relative; margin-right:15px; width:5px; height:20px;}
.banner .flex-control-nav li:last-child{ margin-right:0;}
.banner .flex-control-nav li span{ display:block; text-indent:999px; overflow:hidden; width:5px; height:8px; position:absolute; background:#fff; transition:320ms; left:0; top:6px;}
.banner .flex-control-nav li a.flex-active span{ height:20px; top:0; background:#d7a449;}
.banner .txt{ position: absolute; top: 60%; left: 50%; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); 
-moz-transform: translate(-50%,-50%);  width: 100%;}
.banner .txt img{ display: block; max-width: 100%;} 
.banner .txt .t2{ padding-top: 30px;}
.banner li.flex-active-slide .t1{ animation-name: fadeInUp; animation-duration: 1s; transition-delay: 0.5s}
.banner li.flex-active-slide .t2{ animation-name: fadeInUp; animation-duration: 1.5s; transition-delay:1s;}

/*banner优势条*/
.index-sec1{ background: #f3f3f3; }
.index-sec1 .ul1 li{ float: left; width: 20%;  background: #fff;  border-right: 1px solid #d8d8d8; transition: all 0.6s; position: relative; z-index: 33;
word-break: break-all;}
.index-sec1 .ul1 li:last-child{ border-right: none;}
.index-sec1 .ul1 li a{ display: flex; display: -ms-flexbox; display: -moz-flex; padding: 30px 10px; justify-content: center; align-items: center;}
.index-sec1 .ul1 li h3{font-size: 16px; color: #000; margin-bottom: 10px; height: 20px; line-height: 20px; overflow: hidden;}
.index-sec1 .ul1 li p{font-size: 12px; color: #cccccc; text-transform: uppercase; height: 20px; line-height: 20px; overflow: hidden;}
.index-sec1 .ul1 li img{ transition: all 0.6s; display: block; margin-right: 10px;}
.index-sec1 .ul1 li:hover img{ transform: rotateY(180deg);}
.index-sec1 .ul1 li:hover{ box-shadow: 3px 0px 5px rgba(0,0,0,0.1); transform: translateY(-20px);}

/*公司介绍*/
.sec1-intro{ position: relative; padding: 50px 0 0 0;}
.sec1-intro .intro-cont{ position: relative; z-index: 3; width: 100%; margin-left:18%; background:#fff url(../img/bg1.png) no-repeat bottom right;
 padding: 30px; display: flex; background-size: contain; justify-content: space-between; background-attachment: fixed;}
 .sec1-intro .left{flex:2.5; position: relative;}
.sec1-intro .left .div1{ background: #d7a449; display: flex;  display: -ms-flexbox; display: -moz-flex; padding: 20px 30px; align-items: center;
position: absolute; bottom: 0; left: 0; border:40px solid #fff; border-left: none;}
.sec1-intro .left .spanline{ width: 60px;}
.sec1-intro .left span{ display:block; height: 3px; background: #fff; animation:load1 1s infinite ease-in-out; width: 23px; margin: 12px 0;
animation-delay: -0.16s;}
.sec1-intro .left .span2{ animation-delay: -0.32s;}
.sec1-intro .left .span3{ animation-delay: -0.46s;}
.sec1-intro .left h3{ color: #fff; font-size: 22px;}
.sec1-intro .left p{ color: #fff; font-size: 14px; font-family: "arial narrow"; letter-spacing: 1px; padding-top: 5px;}
.sec1-intro .left strong{ display: block; font-size: 70px; color: #fff; font-family: "arial narrow"; padding: 0 15px;}
.sec1-intro .right{flex:3;}
.sec1-intro .left img{ display: block; max-width: 100%; }
.color-bg{ position: absolute; bottom:0; left: 0; right: 0; top: 50%; background: #252733; z-index: 0; background-attachment: fixed; background-size: contain;}
.sec1-intro .intro-cont .right{ padding-right: 20%; padding-left: 3%;}
.sec1-intro .tit{ padding-top: 50px; position: relative;}
.sec1-intro .tit h2{  font-size: 34px; color: #000; padding-top: 25px;}
.sec1-intro .tit b{ display: block; background: #d7a449; height: 37px; width: 3px; margin: 50px 0; transition: all 0.36s;
top: 0; left: 0;}

.sec1-intro .right h3{ color: #000; font-size: 22px; padding-bottom: 30px;}
.sec1-intro .right p{ font-size: 14px; line-height: 45px; color: #666;}
.sec1-intro .btn-3 { border:1px solid currentColor; position: relative; display: block; border:10px solid #000; height: 100px; 
width: 300px; margin-top: 50px; overflow: hidden; background: #fff; text-transform: uppercase;  text-align: center; 
line-height: 82px; font-size: 20px; z-index: 333; transition: all 0.36s; margin-left: 0; }


/*案例中心*/
.title img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.title h3{ color: #fff;  font-size: 34px; text-align: center; padding-top: 20px; letter-spacing: 3px;}

.index-sec2{ background: #252733 url(../img/bg3.png) no-repeat bottom center; background-attachment: fixed;  position: relative;}
.index-sec2 .tab-hd ul{ display: flex;  display: -ms-flexbox; display: -webkit-flex;  justify-content: center; padding-top: 30px;}
.index-sec2 .tab-hd li { padding:0 70px;}
.index-sec2 .tab-hd li i{ display:block; background: url(../img/icon1.png) no-repeat; height: 87px; width: 80px;  transition: all 0.6s;}
.index-sec2 .tab-hd li:nth-child(1) i{ background-position:-78px 0;}
.index-sec2 .tab-hd li:nth-child(2) i{ background-position:-348px 0;}
.index-sec2 .tab-hd li:nth-child(1).on i{ background-position:0px 0;}
.index-sec2 .tab-hd li:nth-child(2).on i{ background-position:-250px 0;}
.index-sec2 .tab-hd li p{ color: #4f5053; font-size: 18px; text-align: center; padding: 10px 0;  transition: all 0.6s;}
.index-sec2 .tab-hd li.on p{ color: #fff; font-size: 18px;}

.index-sec2 .tab-bd{ padding-top: 35px;}
.index-sec2 figure { position: relative;}
.index-sec2 figure .p1{ position: absolute; top: 50px; left:35px; color: #fff; width: 16px; font-size: 16px; transition: all 0.6s;}
.index-sec2 figure .p1 i{ display: block; background: #fff; width: 1px; height: 70px; margin: 15px auto;}
.index-sec2 figure img{ display: block; max-width: 100%;}
.index-sec2 .p2{ background: #fff; color: #000; height: 85px; line-height: 85px; font-size: 20px; text-align: center; }
.index-sec2 .mask{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; transition: all 0.6s;}
.index-sec2 .mask span{ background: #fff; height:95px; width:95px;  background: #d7a449; border-radius: 100%; display: flex; justify-content: center;
align-items: center; margin: 60% auto 10px auto; transition: all 0.6s; opacity: 0; transform: translateY(-30px);}
.index-sec2 .mask span i{ border:2px solid #fff; color: #fff; font-size: 36px; font-family: arial; border-radius: 100%;  height: 50px; width: 50px;
display: flex; align-items: center; justify-content: center; transition: all 0.6s;}
.index-sec2 .mask .p3{ font-family: arial; color: #fff; text-align: center; color: #fff; font-size: 20px; text-transform: uppercase; width: 100%;
transition: all 0.6s ; opacity: 0; transform: translateY(20px);}
.index-sec2 .mask-bg{ position: absolute; top: 0%; right: 0; bottom: 0%; left: 0; background:rgba(0,0,0,0.5); z-index: -1;
transition: all 1s ease-in-out; opacity: 0; height: 100%;}
.index-sec2 .swiper-slide img{display: block; width: 100%;}
.index-sec2 .swiper-slide:hover .p1{ top: -5%; opacity: 0; }
.index-sec2 .swiper-slide:hover .mask-bg{ opacity: 1; height: 100%;}
.index-sec2 .swiper-slide:hover .mask span{ opacity: 1; transform: none;}
.index-sec2 .swiper-slide:hover .mask .p3{ opacity: 1; transform: none;}
.index-sec2 .swiper-container{ padding-bottom: 100px;}
.index-sec2 .swiper-button-next,.index-sec2 .swiper-button-prev{ display: block; width: 65px; height: 65px; border-radius: 100%; background: #333;
color: #fff; font-family: '宋体'; font-size: 34px; display: flex; justify-content: center; align-items: center; position: absolute;
 bottom: 0px; top: auto; transition: all 0.6s; z-index: 133; cursor: pointer;} 
.index-sec2 .swiper-button-prev{ right: 140px; left: auto;}
.index-sec2 .swiper-button-next{ right: 40px; left: auto;}
.index-sec2 .swiper-button-next:hover,.index-sec2 .swiper-button-prev:hover{ background: #d7a449;}
.index-sec2 .swiper-button-next.swiper-button-disabled, .index-sec2 .swiper-button-prev.swiper-button-disabled{ opacity: 1 !important;}
.index-sec2 .line{ position: absolute; height: 1px;  right:260px; left: 24%; bottom:30px; background: #6c6f77;}

/*优势*/
.index-sec3{ position: relative;}
.index-sec3 .title h3{color: #000;}
.index-sec3 ul{ display: flex;  display: -ms-flexbox; display: -moz-flex; flex-wrap: wrap; justify-content: space-between; padding-top: 50px;}
.index-sec3 ul li{ width: 32%; margin-bottom: 30px; box-shadow: 0 0 10px rgba(0,0,0,0.15); padding:40px 35px; position: relative; overflow: hidden;
z-index: 3;}
.index-sec3 li h3{ font-size: 25px; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.index-sec3 li h4{ font-size: 12px; color: #666666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
font-family: "arial narrow"; text-transform: uppercase; letter-spacing: 1px; padding-top: 10px;}
.index-sec3 li p{ font-size:20px; color: #666; margin-top: 25px; line-height: 32px;}
.index-sec3 li .div1{ height: 60px; overflow: hidden; line-height: 60px; float: right;}
.index-sec3 li .div1 strong,.index-sec3 li .div1 b{ display: block; line-height: 60px; height: 60px; font-size: 60px; transition: all 0.6s;}
.index-sec3 li b{ color: #d7a449;}
.index-sec3 li:hover b{ margin-top: 0px;} 
.index-sec3 li:hover strong{ margin-top: -60px;}
.index-sec3 li .cir{ position: absolute; top: 0; right:0; left:-50%;  background: #F4F4F4; height:200%; width: 100%; transform: scale(0); transition: all 0.6s;
border-radius: 100%; z-index: -1;}
.index-sec3 li:hover .cir{ transform: scale(1); background: #d7a449; opacity: 0.4;}
.index-sec3 li .cir1{ position: absolute; top: 0; right:0; left:-50%;  background: #F4F4F4; height:200%; width: 100%; transform: scale(0); transition: all 0.6s;
border-radius: 100%; z-index: -1;}
.index-sec3 li:hover .cir1{ transform: scale(1); background: #d7a449; opacity: 0.5;}




/*横幅*/
.index-sec4{ background:url(../img/bg2.1.png) no-repeat top center; background-size: cover; height: 205px; width: 100%; padding: 0 85px;  }
.index-sec4 .sec4-cont{ display: flex; align-items: center; justify-content: space-between;  height: 205px; }
.index-sec4 h3{ font-size: 30px; color: #fff; padding-bottom: 20px; letter-spacing: 2px;}
.index-sec4 .div2{ background: rgba(255,255,255,0.8); height: 100px; width: 300px; padding: 10px;}
.index-sec4 .div2 a{ background: #fff; display: block; height: 80px; width: 100%; text-align: center; color: #000; text-transform: uppercase;
font-size: 22px; font-family: arial; line-height: 80px; transition: all 0.9s; z-index: 3;  position:relative; color:#000; overflow: hidden;}
.index-sec4 .div2 a:before,.index-sec4 .div2 a:after{ position:absolute; top:50%; content:''; width:20px; height:20px; background:#d7a449; border-radius:50%;
z-index: -1;}
.index-sec4 .div2 a:before{ left:-20px; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%) }
.index-sec4 .div2 a:after{ right:-20px; -webkit-transform:translate(50%,-50%); transform:translate(50%,-50%) } 
.index-sec4 .div2 a:hover:before {-webkit-animation:criss-cross-left .8s both; animation:criss-cross-left .8s both } 
.index-sec4 .div2 a:hover:after {-webkit-animation:criss-cross-right .8s both; animation:criss-cross-right .8s both }
.index-sec4 .div2 a:hover{ color: #fff;}

/*新闻*/

.index-sec5 .title h3{ color: #000;}
.index-sec5 ul{ display: flex; justify-content: space-between; padding-top: 50px;}
.index-sec5 ul li{ width: 22.9%;  overflow: hidden;}
.index-sec5 ul li figure img{display: block;  max-width: none; transition: all 0.6s;
width:-webkit-calc(100% + 20px); width: calc(100% + 20px); -webkit-transform: translate3d(-20px,0,0); 
transform: translate3d(-20px,0,0);}
.index-sec5 ul li:hover figure img{  -webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.index-sec5 li figcaption{ padding:20px 20px 30px 20px; transition: all 0.36s; background: #fff; border:1px solid #E0E0E0; border-top: none;
overflow: hidden;}
.index-sec5 li h5{ font-size: 16px; color: #777; font-family: "arial narrow";letter-spacing: 2px;}
.index-sec5 li p{ font-size: 16px; color: #000; line-height: 30px; height: 60px; overflow: hidden; margin: 20px 0;}
.index-sec5 li .div1{display: flex; justify-content: space-between; align-items: center;}
.index-sec5 li .div1 b{ display: block; height: 1px; background: #aeaeae; width: 70%;}
.index-sec5 li .div1 span{ font-size: 14px; color: #D08F2E; text-transform: uppercase;}
.index-sec5 li:hover figcaption{ transform: translateY(-30px); box-shadow: 5px 3px 5px rgba(0,0,0,0.1)}
.btn-3 { border:1px solid currentColor; position: relative; display: block; border:10px solid #000; height: 100px; 
width: 300px; margin-top: 50px; overflow: hidden; background: #fff; text-transform: uppercase;  text-align: center; 
line-height: 82px; font-size: 20px; z-index: 33; transition: all 0.36s; margin-left: auto; margin-right: auto;}
.btn-3:before { content:''; width:0; height:0; -webkit-transform:rotate(360deg); border-style:solid; border-width:0; 
border-color:transparent transparent transparent #d7a449; position:absolute; bottom:0; left:0; transition: all 0.6s; z-index: -1;} 
.btn-3:after { content:''; width:0; height:0; -webkit-transform:rotate(360deg); border-style:solid; border-width:0; 
border-color:transparent #d7a449 transparent transparent; position:absolute; top:0; right:0; transition: all 0.6s; z-index: -1;} 
.btn-3 span:before { content:''; width:0; height:0; -webkit-transform:rotate(360deg); border-style:solid; border-width:0; 
border-color:transparent transparent #d7a449 transparent; position:absolute; right:0; bottom:0; transition: all 0.6s;z-index: -1; } 
.btn-3 span:after { content:''; width:0; height:0; -webkit-transform:rotate(360deg); border-style:solid; border-width:0; 
border-color:#d7a449 transparent transparent transparent; position:absolute; top:0; left:0; transition: all 0.6s; z-index: -1; } 
.btn-3:hover { color:#fff; } 
.btn-3:hover:before { border-width:180px 0 0 180px } 
.btn-3:hover:after { border-width:0 180px 180px 0 }
.btn-3:hover span:before { border-width:0 0 180px 180px } 
.btn-3:hover span:after { border-width:180px 180px 0 0 }
/*合作伙伴*/

.index-sec6{ background: #d7a449; padding-top: 50px; padding-bottom: 50px;}
.index-sec6 ul{ display: flex; flex-wrap: wrap; margin-bottom: -40px;}
.index-sec6 li{ width: calc(100%/6); margin-bottom: 40px;}
.index-sec6 li a{ display: flex; align-items: center; }
.index-sec6 li img{display: block; margin: 0 auto; transition: all 1.2s; max-height: 66px; overflow: hidden; }
.index-sec6 li:hover img{ transform: rotateY(360deg);}





/*内容页顶层——产品中心*/
.pbanner{ position:relative; overflow:hidden;}
.pbanner figure{ display:block; line-height:0; overflow:hidden;}
.pbanner figure img{ display:block; width:100%; height:auto; line-height:0; position:relative;}
.pcomm{ position:absolute; left:50%; margin-left:-600px; top:50%; text-align:center; margin-top:-157px; z-index:20;}
.pcomm small{ display:block; text-align:center; color:#fff; font-size:43px; font-family:"Arial"; text-transform:uppercase; line-height:1; margin-bottom:16px;}
.pcomm strong{ display:block; text-align:center; line-height:1; color:#fff; font-size:24px; font-weight:normal;}
.ph3{ margin:auto; display:inline-block; width:30px; padding:45px 42px; position:relative; margin-bottom:30px; box-sizing: content-box;}
.pbanner span{ display:block; position:absolute; background:rgba(255,255,255,0.36); background:#fff9; filter:alpha(opacity=36);} 
.pbanner span.line1{ width:100%; height:10px; left:0; top:-10px;}
.pbanner span.line3{ width:100%; height:10px; right:0; bottom:-16px;}
.pbanner span.line2{ width:10px; height:214px; right:0; top:0;}
.pbanner span.line4{ width:10px; height:214px; left:0; bottom:0px; top: 0;}
.pbanner span.line2{ height:240px;}
.ph4 span.line4{ height:240px;}
.ph3 strong{ display:block; position:relative; color:#fff; font-size:30px; text-align:center; line-height:1.2; font-weight:normal;}

.pcomm.article-block small{ opacity:0; transform:translateY(-50px); -webkit-transform:translateY(-50px); -moz-transform:translateY(-50px);
 transition:0.54s 0s; }
.pcomm.articleShow small{ opacity:1; transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0);}
.pcomm.article-block strong{ opacity:0; transform:translateY(50px); -webkit-transform:translateY(50px); -moz-transform:translateY(50px); transition:0.5s;}
.pcomm.articleShow strong{ opacity:1; transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0);}
.pcomm.article-block .ph3 span.line1,.pcomm.article-block .ph3 span.line3{ transform:scaleX(0); -webkit-transform:scaleX(0); -moz-transform:scaleX(0); transition:0.26s 0.1s; transform-origin:0 top;}
.pcomm.article-block .ph3 span.line3{ transition:0.26s 0.8s; transform-origin:right top;}
.pcomm.articleShow .ph3 span.line1,.pcomm.articleShow .ph3 span.line3{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1);}
.pcomm.article-block .ph3 span.line2,.pcomm.article-block .ph3 span.line4{ transform:scaleY(0); -webkit-transform:scaleY(0); -moz-transform:scaleX(0); transition:0.45s 0.36s; transform-origin:0 top;}
.pcomm.articleShow .ph3 span.line2,.pcomm.articleShow .ph3 span.line4{ transform:scaleY(1); -webkit-transform:scaleY(1); -moz-transform:scaleX(1);}
.pcomm.article-block .ph3 span.line4{ transform-origin:0 bottom; transition:0.45s 1s;}
.pbanner figure.article-block{ opacity:0.4; transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); transition:1s ease-in-out;}
.pbanner figure.articleShow{ opacity:1; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1);}

/*面包屑*/
.breadcrumb{ border-bottom: 1px solid #E0E0E0;}
.breadcrumb ul{ display: flex; justify-content: center; align-items: center;}
.breadcrumb li{ padding:0 50px; height: 70px;}
.breadcrumb li a{ display: block; color: #000; font-size: 16px;  position: relative; height: 70px; line-height: 70px;}
.breadcrumb li a::before{ display: block; content: ''; position: absolute; bottom: 0; left: 0; right: 0;
background: #D08F2E; height: 2px; width: 100%; transition: all 0.6s; transform: scale(0);}
.breadcrumb li:hover a::before,.breadcrumb li.on a::before{ transform: scale(1);}

/*新闻页面*/

.casepage ul{ display: flex; margin-right: -1%;}
.casepage li{width: 29%; margin-bottom:35px; overflow: hidden;  margin-left: 3%; }
.casepage li figure{ position: relative; overflow: hidden;}
.casepage li figure .mask{ position: absolute; top: 50%; left:0; right: 0; bottom: 50%; background: rgba(208,143,46,0.7); transition: all 0.36s;
 transition: all 0.6s cubic-bezier(.4,0,.2,1); transform-origin: bottom; transform: scale(1,0);}
.casepage li figure span{ display: block; position: absolute; top: 50%; left: 50%; margin-top: -30px; margin-left: -97px; transition: all 0.6s;
transition-delay: 0.36s; opacity: 0; transform: translateY(10px);}
.casepage li figure,.casepage li figure img{ display: block; width: 100%; transition: all 0.36s;}
.casepage li p{ font-size: 16px; color: #000; border-bottom: 2px solid #555; height: 70px; line-height: 70px; position: relative;text-align:center; }
.casepage li p i{ display: block; background: #000; height: 2px; background: #D08F2E; position: absolute; left: 0; bottom:-2px; right: 0;
 z-index: 5; transform-origin: 100%; -webkit-transform-origin: 100%; 
 -webkit-transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1); transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1); transition: transform .4s cubic-bezier(.4,0,.2,1); 
 transition: transform .4s cubic-bezier(.4,0,.2,1),-webkit-transform .4s cubic-bezier(.4,0,.2,1); 
 transform: scaleX(0); -webkit-transform: scaleX(0); visibility: hidden\9;}
.casepage li:hover p i{transform: scaleX(1); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); transform-origin: 0; -webkit-transform-origin: 0; visibility: visible\9; }
.casepage li:hover .mask{ transform: none; top: 0; bottom: 0;}
.casepage li:hover span{ opacity: 1; transform: none;}
.casepage li:hover img{ transform: scale(1.1);}
.casepage p{ text-align:center;font-size:30px; height:80px;width:100%;}

/*关于我们-公司荣誉*/

.casepage1 ul{ display: flex; flex-wrap: wrap; margin-right: -1%;}
.casepage1 li{width: 24%; margin-bottom:35px; overflow: hidden; margin-right: 1%;}
.casepage1 li figure{ position: relative; overflow: hidden;}
.casepage1 li figure .mask{ position: absolute; top: 50%; left:0; right: 0; bottom: 50%;  transition: all 0.36s;
 transition: all 0.6s cubic-bezier(.4,0,.2,1); transform-origin: bottom; transform: scale(1,0);}
.casepage1 li figure span{ display: block; position: absolute; top: 50%; left: 50%; margin-top: -30px; margin-left: -97px; transition: all 0.6s;
transition-delay: 0.36s; opacity: 0; transform: translateY(10px);}
.casepage1 li figure,.casepage li figure img{ display: block; width: 100%; transition: all 0.36s;}
.casepage1 li p{ font-size: 16px; color: #000; border-bottom: 2px solid #555; height: 70px; line-height: 70px; position: relative;text-align:center; }
.casepage1 li p i{ display: block; background: #000; height: 2px; background: #D08F2E; position: absolute; left: 0; bottom:-2px; right: 0;
 z-index: 5; transform-origin: 100%; -webkit-transform-origin: 100%; 
 -webkit-transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1); transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1); transition: transform .4s cubic-bezier(.4,0,.2,1); 
 transition: transform .4s cubic-bezier(.4,0,.2,1),-webkit-transform .4s cubic-bezier(.4,0,.2,1); 
 transform: scaleX(0); -webkit-transform: scaleX(0); visibility: hidden\9;}
.casepage1 li:hover p i{transform: scaleX(1); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); transform-origin: 0; -webkit-transform-origin: 0; visibility: visible\9; }
.casepage1 li:hover .mask{ transform: none; top: 0; bottom: 0;}
.casepage1 li:hover span{ opacity: 1; transform: none;}
.casepage1 li:hover img{ transform: scale(1.1);}

.fenye{  height: 80px; display: flex; display: -ms-flexbox; display: -moz-flex;  justify-content: center; align-items: center; 
margin-top: 20px;}
.fenye a{ display: block; height: 40px; width: 40px; border-radius: 100%; background: #F5F5F5; text-align: center; line-height: 40px;
margin: 0 20px; transition: all 0.6s;}
.fenye a.on,.fenye a:hover{ background: #D08F2E !important; color: #fff;}
.fenye span{ display: block; font-size: 16px; color: #666; margin: 0 20px;}

/*新闻页面*/
.news-top a{padding: 50px 80px; display: flex;align-items: center; background: #fff; transition: all 0.36s; }
.news-top figure{ flex: 1; overflow: hidden; padding: 20px;}
.news-top figure img{ display: block; width: 100%;}
.news-top figcaption{ flex: 2; padding:0 30px; transition: all 0.6s;}
.news-top .btn-3{ border:0px solid #000; height: 50px; line-height: 50px; width: 180px; margin:20px 0 ; font-size: 16px;
background: #D08F2E; color: #fff;}
.news-top h4{ color: #999; font-family: "arial narrow"; font-size: 16px; letter-spacing: 1px;}
.news-top h2{ color: #D08F2E; font-size: 18px; padding: 20px 0;}
.news-top p{ line-height: 36px; color: #555; height: 72px; overflow: hidden;}
.news-top a:hover{ box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
.news-top a:hover .btn-3{ transform: translateX(15px);}

.newspage-wrap{ background: #f5f5f5;}
.newspage ul{ display: flex; flex-wrap: wrap; justify-content: space-between; padding-top:20px;}
.newspage ul li{ width: 49%; margin-top: 30px; position: relative; overflow: hidden; transition: all 0.6s;}
.newspage li a{ display: flex; border:1px solid #E0E0E0; align-items: center;  background: #fff; padding: 15px;}
.newspage li figure{ flex: 1; overflow: hidden; }
.newspage li h2{ color: #000; font-size: 18px; padding: 15px 0 10px 0; transition: all 0.6s;}
.newspage li figure img{ display: block; width: 100%; transition: all 0.6s;  }
.newspage li figcaption{ flex: 2; padding:0 20px;}
.newspage li p{ line-height: 32px; color: #555; height: 64px; overflow: hidden;}
.newspage li:hover figure img{ display: block; transform: scale(1.1);}
.newspage li b{ position: absolute; top: 0; left: -20%; width: 100%; height: 150%; background:rgba(208,143,46,0.1); content: ''; 
-webkit-transition: -webkit-transform 1.2s; transition: transform 1.2s;
 -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0); transform: scale3d(1.9,1.5,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);}
.newspage li:hover b{ -webkit-transform: scale3d(1.9,1.5,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
 transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);}
.newspage li:hover h2{ color: #D08F2E;}
.newspage li:hover{ box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
.newspage-wrap .fenye a{ background: #fff;}
.newspage-wrap .fenye{ padding-top: 30px;}

/*产品中心-案例展示 */
.newspage-wrap1{ background: #f5f5f5; padding: 50px 80px;}
.newspage1 ul{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.newspage1 ul li{ margin-top: 30px; position: relative; overflow: hidden; transition: all 0.6s;}
.newspage1 li a{ display: flex;align-items: center;  background: #fff; padding: 15px;}
.newspage1 li figure{ flex: 5; overflow: hidden; }
.newspage1 li h2{ color: #000; font-size: 30px; padding: 5px 0 10px 0; transition: all 0.6s; text-align: center;}
.newspage1 li figure img{ display: block; width: 100%; transition: all 0.6s;  }
.newspage1 li figcaption{ flex: 2; padding:0 20px;}
.newspage1 li p{ font-size:15px; line-height: 32px; color: #555; height: 164px; overflow: hidden;text-align: center;}
.newspage1 li:hover figure img{ display: block; transform: scale(1.1);}
.newspage1 li b{ position: absolute; top: 0; left: -20%; width: 100%; height: 150%; background:rgba(208,143,46,0.1); content: ''; 
-webkit-transition: -webkit-transform 1.2s; transition: transform 1.2s;
 -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0); transform: scale3d(1.9,1.5,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);}
.newspage1 li:hover b{ -webkit-transform: scale3d(1.9,1.5,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
 transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);}
.newspage1 li:hover h2{ color: #D08F2E;}
.newspage1 li:hover{ box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
.newspage-wrap1 .fenye a{ background: #fff;}
.newspage-wrap1 .fenye{ padding-top: 30px;}
.tupian_wenzi{ width:100%;padding-top:3%; position:relative; }
.tupian img{ width:100%; height:80% }
.wenzi{ width:500px;height:200px;background-color:#ffffff; position:absolute;top:65%;}
.wenzi h2{ color: #000; font-size: 30px; padding: 5px 0 10px 0; transition: all 0.6s; padding:40px 20px 0 20px; }
.wenzi p {font-size:15px; line-height: 32px; color: #555; height: 164px; overflow: hidden;padding:10px 20px 0 20px; }
 
 .kongge{
		padding:50px 0 20px 0;
 }
 
 /*详情页面*/
.detailwrap{ background: #f5f5f5; }
.detailpage{ padding: 50px 20px 50px 20px; background: #fff;  width: 100%; max-width: 1300px; margin: 0 auto;}
.detailpage .box{ background: #fff; padding: 30px;}
.stace h1{ font-size:24px; font-weight:bold; line-height:36px; overflow:hidden; }
.stace strong{ display:block; overflow:hidden; padding:20px 0; overflow:hidden; margin-bottom:20px; border-bottom:1px #e0e0e0 solid;}
.stace strong span{ display:inline-block; color:#999; padding-right:30px;}
.stace .cont{ width:100%; overflow:hidden;}
.stace .cont p{ color:#333; line-height:34px; margin-top:15px; text-indent: 2em;}
.stace .cont img{ display:block; max-width:100%; margin: auto;}
.stace .zjlj{ width:100%; overflow:hidden; margin-top:60px; border:1px #e0e0e0 solid; border-left:none; border-right:none; 
line-height:40px; position:relative; padding: 20px 0;}
.stace .zjlj a{ display:block; overflow:hidden; color:#666; text-overflow:ellipsis; white-space:nowrap; font-size:14px;
transition: all 0.6s;}
.stace .zjlj a i{ color:#000;}
.stace .zjlj a:hover{ color: #D08F2E;}
.detailpage .backlist{ display: block; width: 170px; height: 50px; line-height: 50px; background: #D08F2E; color: #fff;
font-size: 16px; text-align: center; margin-top:35px; float: right; cursor: pointer; transition: all 0.6s;}
.detailpage .backlist:hover{ transform: translateX(-10px); border-radius: 5px;}  
.detail-left{ width: 75%; padding-right: 50px;}
.detail-right{ width:25%;}

.tade .zxsj{  position:relative; z-index:10;  }
.tade .zxsj input.text{ width:100%; color:#555; padding-left: 10px; 
line-height:40px; height:40px; border:1px solid #E0E0E0; background:#fff; margin-top:15px; border-radius:4px;}
.tade .zxsj input.sub{ border:none; width:100%; line-height:43px; height:43px; background:#fff; color:#fff;
 font-size:16px; margin-top:15px; border-radius:4px; cursor:pointer; background: #D08F2E;}
.tade .zxsj p{ color:#fff; font-size:12px; text-align:center; margin-top:8px;}

.tade .ming{ width:100%; height:36px; line-height:36px; border-bottom:1px #e0e0e0 solid; margin-top:20px;}
.tade .ming h1{ float:left; height:36px; border-bottom:1px #D08F2E solid; font-size:16px;}
.tade .ming a{ color:#D08F2E; float:right;}
.tade .rmal{ width:100%; overflow:hidden;}
.tade .rmal a{ display:block; width:100%; overflow:hidden; margin-top:15px;}
.tade .rmal a em{ display:block; overflow:hidden;}
.tade .rmal a em img{ display:block; width:100%; -webkit-transition:all 0.4s linear;
 -moz-transition:all 0.4s linear; -o-transition:all 0.4s linear; transition:all 0.4s linear;}
.tade .rmal a:hover em img{  -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}
.tade .rmal a h1{ font-size: 14px; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
margin: 15px 0;}


/*联系我们*/
.ctapanel{background: #f5f5f5; padding-top: 15px;}
.ctapanel .w1300{  width: 100%; max-width: 1300px; margin: 0 auto;}
.ctapanel .ctas {padding:0 20px;  }
#map{ background: #eef3f8;	height:555px;}
.ctas a{padding: 40px 0;	display:block;	width:33.33%;	float:left;	text-align:center;	color:#646464;	font-size:16px;	cursor:auto;}
.ctas .ico{	height:60px;	margin-bottom:15px;	display: block;}
.ctas .x{	padding:0 5px;	}
.ctas .email .ico{	background:url(../img/email.png) no-repeat center center;}
.ctas .addr .ico{	background:url(../img/addr.png) no-repeat center center;}
.ctas .call .ico{	background:url(../img/call.png) no-repeat center center;}
.index-footer-form .text{}
.index-footer-form{background: #ffffff;   padding:3% 4%; box-sizing: border-box;}
.index-footer-form .title {margin-bottom: 30px;}
.index-footer-form .title p{font-size: 20px; color: #141418;  }
.index-footer-form input{ width: 100%; height: 40px; line-height: 40px; text-indent: 10px; border: 1px solid #d8d8d8; color: #666666; margin-bottom: 30px; text-indent: 45px;}
.index-footer-form textarea{width: 100%; height: 135px; padding-top: 10px; font-size: 14px; text-indent: 10px; border: 1px solid #d8d8d8; color: #666666; margin-bottom: 20px;}
.index-footer-form .sub{background: #dab96a; color: #ffffff; margin-top: 20px; border: none; margin-bottom: 10px; width: 100%; text-indent: 0; border-radius: 25px; font-size: 16px; transition: all 0.6s; height: 50px; line-height: 50px;}
.index-footer-form .sub:hover{background: #333333; }
 
/*动画*/

@-webkit-keyframes criss-cross-left {
	 0% {
	  left:-20px
	 }
	 50% {
	  left:50%;
	  width:20px;
	  height:20px
	 }
	 100% {
	  left:50%;
	  width:375px;
	  height:375px
	 }
}
@keyframes criss-cross-left {
	 0% {
	  left:-20px
	 }
	 50% {
	  left:50%;
	  width:20px;
	  height:20px
	 }
	 100% {
	  left:50%;
	  width:375px;
	  height:375px
	 }
}
@-webkit-keyframes criss-cross-right {
	 0% {
	  right:-20px
	 }
	 50% {
	  right:50%;
	  width:20px;
	  height:20px
	 }
	 100% {
	  right:50%;
	  width:375px;
	  height:375px
	 }
}
@keyframes criss-cross-right {
	 0% {
	  right:-20px
	 }
	 50% {
	  right:50%;
	  width:20px;
	  height:20px
	 }
	 100% {
	  right:50%;
	  width:375px;
	  height:375px
	 }
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		-ms-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}


@-webkit-keyframes load1 {
	0%, 80%, 100% {	  
	    width: 13px;
	}
	40% {	  
	    width: 60px;
	}

}

@keyframes down{
 	from{transform: translateY(-100%); opacity: 0;}
 	to{transform: none; opacity: 1;}
 }


/*媒体查询*/

 @media screen and (max-width: 1800px){  	
  	.sec1-intro .intro-cont{ margin-left: 5%; }
  	.sec1-intro .intro-cont .right{ padding-right: 5%;}
  	.sec1-intro .right .btn-3{ border:6px solid #000; height: 85px; width: 300px; 
	 line-height: 76px; font-size: 18px;}
	 
  }

  @media screen and (max-width: 1700px){
  	.navbar{ justify-content: space-around;}
  	.navbar li{ padding: 0px; }
  	.banner .txt img{ max-width:50%;} 
  	.sec1-intro .tit b{ margin: 30px 0;}
  	
  }
	@media screen and (max-width: 1500px){				
	.sec1-intro .tit{ padding: 20px 0 0 0; }
	.sec1-intro .right p{ line-height: 36px;}
	.sec1-intro .tit h2{ padding-top: 15px;}	
	.index-sec2 .p2{ height: 70px; line-height: 70px; font-size:16px}
	.box{ padding:70px 30px;}

	.footer{ padding:30px;}
	.index-sec4{padding:0 30px; }
	.index-sec3 li .div1{ height: 40px; line-height: 40px;  margin-top: 15px;}
	.index-sec3 li .div1 strong,.index-sec3 li .div1 b{ font-size: 40px;  height: 40px; line-height: 40px;}
	.index-sec3 li:hover strong{ margin-top: -40px;}
	.index-sec3 ul li{ padding: 30px 20px;}
	.index-sec3 li h3{ font-size: 20px; }
	.index-sec3 li p{ line-height: 30px; height: 60px; overflow: hidden; margin-top: 15px;}
	.index-sec5 ul li{ width:24%}
	.index-sec5 li .div1 b{ width: 60%;}
	.index-sec5 .btn-3{ border:7px solid #000; height:80px; width: 290px; 
	 line-height: 70px; font-size: 18px;}
	.index-sec4 .div2{ width: 260px;  height: 80px; padding: 8px;}
	.index-sec4 .div2 a{ height: 64px; line-height: 64px;}	
	.casepage li{width: 100%; }
	}
 	
  @media screen and (max-width: 1400px){
  	.navbar li a{ font-size: 14px;}
  	.logo img{ height: 55px;}
 	.barwrap .div2 strong{ font-size: 14px;}
 	.barwrap .div2 b{ font-size: 18px;}
  	.barwrap .div2{ padding-left: 30px; }
  	.barwrap .zoom{ margin-left: 10px;} 
  	.sec1-intro .right .btn-3{ margin-top: 30px;}
 }
 
 

  @media screen and (max-width: 1300px){  	
  	.sec1-intro .intro-cont{ padding: 20px;}
 	.sec1-intro .tit img{ width: 80%;}
 	.sec1-intro .tit h2{ font-size: 28px; padding-top: 5px;}
 	.sec1-intro .tit b{ margin: 15px 0; height: 30px;}
 	.sec1-intro .right .btn-3{ border:5px solid #000; height:70px; width: 260px; 
	 line-height: 62px; font-size: 18px;}
  }
.one {
            position: relative;
            width: 100%;
            height: 100%;
            margin-right: 1%;
            display: inline-block;
			padding: 50px 80px;
        }

.one img {
            width: 100%;
            height: 80%;
        }
.videos {
            display: none;
            position: fixed;
            left: 50%;
            top: 50%;
            width: 00px;
            z-index: 100;
            transform: translate(-50%, -50%);
        }

.vclose {
            position: absolute;
            right: 1%;
            top: 1%;
            border-radius: 100%;
            width: 25px !important;
            height: 25px !important;
        }
 .masklayer{
            position: fixed;
            display: none;
            width: 100%;
            height: 1000px;
            top: 0px;
            left: 0px;
            background-color: rgba(0, 0, 0, 0.9);
            z-index: 1000;
            -webkit-user-select: none;
            -ms-user-select: none;
			}
.block-item{
	width:800px;
	margin: auto;
	padding-top: 10px;
	}
.block-item input{
    width:100%;
    border:1px solid #D08F2E;
    line-height: 40px;
    padding:0 20px;
    box-sizing:border-box;
	}
.block-item2{
	width:800px;
	margin:auto;
	padding-top: 10px;
	}
.block-item2 input{ 
	width:100%;
    border:1px solid #D08F2E;
    line-height: 100px;
    padding:0 20px;
    box-sizing:border-box;
	}
.block-item3{
	width:800px;
	margin: auto;
	padding-top: 10px;
}
.block-item3 input{
	width:100%;
    border:1px solid #D08F2E;
    line-height: 40px;
    padding:0 20px;
    box-sizing:border-box;
	}

/*百度地图样式*/
.baidumap{
	width:80%;
	height:400px;
	border:#ccc solid 1px;
	font-size:12px;
	position:relative;
	margin:0 auto;
	margin-bottom: 60px;
}
.map-links-panel{
	height:auto;
	min-height:0;
	padding:48px 40px;
	background:linear-gradient(135deg,#f5f8fc 0%,#edf3f9 100%);
	border:1px solid #dbe5f0;
	box-sizing:border-box;
}
.map-links-inner{
	max-width:760px;
	margin:0 auto;
	text-align:center;
}
.map-links-inner h3{
	font-size:32px;
	color:#1a1a1a;
	margin-bottom:18px;
}
.map-links-inner p{
	font-size:16px;
	line-height:1.9;
	color:#555;
}
.map-links-inner .map-address{
	margin-top:12px;
	font-size:18px;
	color:#222;
}
.map-link-actions{
	margin-top:28px;
}
.map-link-actions a{
	display:inline-block;
	min-width:180px;
	margin:0 10px 10px;
	padding:14px 28px;
	border-radius:28px;
	background:#0b6aa2;
	color:#fff;
	font-size:16px;
	transition:all .3s ease;
}
.map-link-actions a:hover{
	background:#084f79;
}
.baidumap.map-fallback{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:24px;
	box-sizing:border-box;
	background:#f5f7fb;
	color:#333;
	text-align:center;
}
.map-fallback-text{
	line-height:1.8;
	font-size:14px;
}


.footer{
		   
			background:#303030;
			
			overflow:hidden;/*清除浮动*/
			}
	.footer .div2{
				padding: 50px 10%;
				float:left;
				width:65%
				
				
	}
	.footer .div2 p{ color: #c1bcbc; font-size: 14px; line-height: 36px; }

	.footer .div2 #menu1 li{ float:left;
								padding-left:5%;
								margin:0 auto;
								}
	.footer .ceshi{
			padding: 50px;
			float:right;
			width:35%

	}

	.footer .ceshi li{
			margin-top: 5px;
			font-size: 14px;
			color:#c1bcbc;
	}
	.footer .ceshi p{
			
			font-size: 15px;
			color:#ffffff;
	}
	
 .copyright{ 
		text-align: center; 
		font-size: 20px; 
		color: #535353; 
		background: #222222; 
		padding: 30px 60px;  
		border-top: 1px solid #313131;
		}

.copyright .zuoce{
		float:left;
		line-height:4px;
		
}
.copyright .zuoce a{
		font-size: 15px; 
		color: #888b90;
}
.copyright .text{

		float:right;
		line-height:4px;
		font-size: 15px; 
		color: #888b90;
		padding-right:10%;
}

.copyright .text a{
		font-size: 15px; 
		color:#888b90;
}

@media screen and (max-width: 991px){
	.home-page .box{ padding: 55px 20px; }
	.home-page .barwrap{
		height: 72px;
		padding: 0 16px;
		align-items: center;
		justify-content: space-between;
		background: rgba(37,39,51,0.92);
		border-bottom: none;
		}
	.home-page .barwrap .logo img{ height: 42px; }
	.home-page .nav-toggle{
		display: block;
		position: relative;
		z-index: 336;
		}
	.home-page .barwrap.on .nav-toggle{
		border-color: rgba(37,39,51,0.2);
		background: rgba(255,255,255,0.2);
		}
	.home-page .navbar{
		position: absolute;
		top: 72px;
		left: 0;
		right: 0;
		display: none;
		flex-direction: column;
		background: rgba(37,39,51,0.98);
		padding: 10px 0 16px;
		}
	.home-page .barwrap.nav-open .navbar{ display: flex; }
	.home-page .navbar li{
		width: 100%;
		padding: 0;
		line-height: 1.4;
		}
	.home-page .navbar li a{
		padding: 14px 20px;
		text-align: center;
		font-size: 15px;
		}
	.home-page .navbar li a b{
		left: 20px;
		right: 20px;
		bottom: 6px;
		}
	.home-page .barwrap.nav-open .nav-toggle span:nth-child(1){
		transform: translateY(7px) rotate(45deg);
		}
	.home-page .barwrap.nav-open .nav-toggle span:nth-child(2){
		opacity: 0;
		}
	.home-page .barwrap.nav-open .nav-toggle span:nth-child(3){
		transform: translateY(-7px) rotate(-45deg);
		}
	.home-page .banner .txt{
		top: 58%;
		padding: 0 20px;
		}
	.home-page .banner .txt img{
		max-width: 78%;
		margin-left: auto;
		margin-right: auto;
		}
	.home-page .banner .txt .t2{ padding-top: 16px; }
	.home-page .banner .flex-control-nav{ bottom: 20px; }
	.home-page .index-sec1 .ul1{
		display: flex;
		flex-wrap: wrap;
		}
	.home-page .index-sec1 .ul1 li{
		width: 50%;
		border-right: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
		}
	.home-page .index-sec1 .ul1 li:nth-child(2n){ border-right: none; }
	.home-page .index-sec1 .ul1 li:last-child{
		width: 100%;
		border-right: none;
		}
	.home-page .index-sec1 .ul1 li:hover{
		box-shadow: none;
		transform: none;
		}
	.home-page .sec1-intro{
		padding-top: 30px;
		}
	.home-page .sec1-intro .intro-cont{
		margin-left: 0;
		padding: 20px;
		flex-direction: column;
		background-attachment: scroll;
		}
	.home-page .sec1-intro .left,
	.home-page .sec1-intro .right{
		flex: none;
		width: 100%;
		}
	.home-page .sec1-intro .left{ margin-bottom: 20px; }
	.home-page .sec1-intro .left .div1{
		position: static;
		border: none;
		margin-top: -6px;
		}
	.home-page .sec1-intro .intro-cont .right{
		padding: 0;
		}
	.home-page .sec1-intro .tit{
		padding-top: 0;
		}
	.home-page .sec1-intro .tit img{
		width: auto;
		max-width: 100%;
		}
	.home-page .sec1-intro .tit h2{
		font-size: 28px;
		padding-top: 12px;
		}
	.home-page .sec1-intro .tit b{
		margin: 20px 0;
		height: 28px;
		}
	.home-page .sec1-intro .right h3{
		font-size: 20px;
		padding-bottom: 18px;
		}
	.home-page .sec1-intro .right p{
		line-height: 2;
		}
	.home-page .sec1-intro .right .btn-3{
		width: 220px;
		height: 62px;
		line-height: 52px;
		border-width: 5px;
		margin-top: 30px;
		font-size: 16px;
		}
	.home-page .color-bg{
		top: 38%;
		background-attachment: scroll;
		}
	.home-page .title h3{
		font-size: 28px;
		letter-spacing: 1px;
		}
	.home-page .index-sec2 .tab-hd ul{
		flex-wrap: wrap;
		gap: 10px 0;
		}
	.home-page .index-sec2 .tab-hd li{
		padding: 0 28px;
		}
	.home-page .index-sec2 .tab-hd li i{
		transform: scale(0.85);
		transform-origin: center top;
		margin: 0 auto;
		}
	.home-page .index-sec2 .tab-bd{ padding-top: 24px; }
	.home-page .index-sec2 figure .p1{
		top: 24px;
		left: 20px;
		}
	.home-page .index-sec2 .mask span{
		height: 72px;
		width: 72px;
		margin-top: 42%;
		}
	.home-page .index-sec2 .mask span i{
		height: 40px;
		width: 40px;
		font-size: 28px;
		}
	.home-page .index-sec2 .mask .p3{ font-size: 16px; }
	.home-page .index-sec2 .swiper-container{
		padding-bottom: 84px;
		}
	.home-page .index-sec2 .line{
		left: 20px;
		right: 160px;
		bottom: 24px;
		}
	.home-page .index-sec2 .swiper-button-prev,
	.home-page .index-sec2 .swiper-button-next{
		width: 50px;
		height: 50px;
		font-size: 28px;
		}
	.home-page .index-sec2 .swiper-button-prev{ right: 78px; }
	.home-page .index-sec2 .swiper-button-next{ right: 20px; }
	.home-page .index-sec3 ul{
		padding-top: 30px;
		}
	.home-page .index-sec3 ul li{
		width: 48.5%;
		padding: 24px 18px;
		margin-bottom: 16px;
		}
	.home-page .index-sec3 li h3{
		font-size: 20px;
		white-space: normal;
		}
	.home-page .index-sec3 li h4{
		white-space: normal;
		}
	.home-page .index-sec3 li p{
		font-size: 16px;
		line-height: 1.8;
		height: auto;
		}
	.home-page .index-sec4{
		height: auto;
		padding: 36px 20px;
		}
	.home-page .index-sec4 .sec4-cont{
		height: auto;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		}
	.home-page .index-sec4 h3{
		font-size: 26px;
		padding-bottom: 0;
		}
	.home-page .index-sec4 .div2{
		width: 240px;
		height: 74px;
		padding: 7px;
		}
	.home-page .index-sec4 .div2 a{
		height: 60px;
		line-height: 60px;
		font-size: 18px;
		}
	.home-page .footer .div2,
	.home-page .footer .ceshi{
		float: none;
		width: 100%;
		padding: 35px 20px 0;
		}
	.home-page .footer .div2 #menu1 li{
		float: none;
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
		}
	.home-page .footer .div2 #menu1 li a{
		display: block;
		}
	.home-page .footer .div2 br{
		display: none;
		}
	.home-page .footer .ceshi{
		padding-top: 0;
		padding-bottom: 30px;
		}
	.home-page .copyright{
		padding: 20px;
		}
	.home-page .copyright .zuoce,
	.home-page .copyright .text{
		float: none;
		line-height: 1.8;
		padding-right: 0;
		}
	}

@media screen and (max-width: 767px){
	.home-page .box{ padding: 40px 16px; }
	.home-page .banner .txt img{ max-width: 92%; }
	.home-page .index-sec1 .ul1 li{
		width: 100%;
		border-right: none;
		}
	.home-page .index-sec1 .ul1 li a{
		justify-content: flex-start;
		padding: 18px 16px;
		}
	.home-page .index-sec1 .ul1 li img{
		width: 44px;
		margin-right: 12px;
		}
	.home-page .index-sec1 .ul1 li h3{
		font-size: 15px;
		height: auto;
		line-height: 1.5;
		margin-bottom: 4px;
		}
	.home-page .index-sec1 .ul1 li p{
		font-size: 11px;
		height: auto;
		line-height: 1.5;
		}
	.home-page .sec1-intro .intro-cont{
		padding: 16px;
		}
	.home-page .sec1-intro .left .div1{
		padding: 16px;
		flex-wrap: wrap;
		}
	.home-page .sec1-intro .left .spanline{
		width: 44px;
		}
	.home-page .sec1-intro .left strong{
		font-size: 44px;
		padding: 0 10px;
		}
	.home-page .sec1-intro .left h3{ font-size: 18px; }
	.home-page .sec1-intro .left p{
		font-size: 12px;
		letter-spacing: 0;
		}
	.home-page .sec1-intro .tit h2{
		font-size: 24px;
		}
	.home-page .sec1-intro .right h3{
		font-size: 18px;
		}
	.home-page .sec1-intro .right p{
		font-size: 14px;
		line-height: 1.9;
		}
	.home-page .sec1-intro .right .btn-3{
		width: 100%;
		max-width: 220px;
		height: 56px;
		line-height: 48px;
		}
	.home-page .title img{
		max-width: 80%;
		}
	.home-page .title h3{
		font-size: 24px;
		}
	.home-page .index-sec2 .tab-hd ul{
		padding-top: 20px;
		}
	.home-page .index-sec2 .tab-hd li{
		width: 50%;
		padding: 0 10px;
		}
	.home-page .index-sec2 .tab-hd li i{
		transform: scale(0.72);
		height: 64px;
		margin-bottom: -4px;
		}
	.home-page .index-sec2 .tab-hd li p{
		font-size: 15px;
		}
	.home-page .index-sec2 .tab-hd li.on p{
		font-size: 15px;
		}
	.home-page .index-sec2 .p2{
		height: 60px;
		line-height: 60px;
		font-size: 17px;
		}
	.home-page .index-sec2 .swiper-container{
		padding-bottom: 74px;
		}
	.home-page .index-sec2 .line{
		left: 16px;
		right: 126px;
		bottom: 22px;
		}
	.home-page .index-sec2 .swiper-button-prev,
	.home-page .index-sec2 .swiper-button-next{
		width: 42px;
		height: 42px;
		font-size: 24px;
		}
	.home-page .index-sec2 .swiper-button-prev{ right: 66px; }
	.home-page .index-sec2 .swiper-button-next{ right: 16px; }
	.home-page .index-sec3 ul li{
		width: 100%;
		}
	.home-page .index-sec3 li .div1{
		float: none;
		margin-top: 14px;
		}
	.home-page .index-sec4 h3{
		font-size: 22px;
		line-height: 1.6;
		}
	.home-page .index-sec4 .div2{
		width: 100%;
		max-width: 220px;
		}
	.home-page .footer .div2,
	.home-page .footer .ceshi{
		padding-left: 16px;
		padding-right: 16px;
		}
	.home-page .footer .div2 p,
	.home-page .footer .ceshi li,
	.home-page .footer .ceshi p,
	.home-page .copyright,
	.home-page .copyright .zuoce a,
	.home-page .copyright .text,
	.home-page .copyright .text a{
		font-size: 13px;
		line-height: 1.8;
		}
	}

@media screen and (max-width: 991px){
	.about-page .box{ padding: 55px 20px; }
	.about-page .barwrap{
		height: 72px;
		padding: 0 16px;
		align-items: center;
		justify-content: space-between;
		background: rgba(37,39,51,0.92);
		border-bottom: none;
		}
	.about-page .barwrap .logo img{ height: 42px; }
	.about-page .nav-toggle{
		display: block;
		position: relative;
		z-index: 336;
		}
	.about-page .barwrap.on .nav-toggle{
		border-color: rgba(37,39,51,0.2);
		background: rgba(255,255,255,0.2);
		}
	.about-page .navbar{
		position: absolute;
		top: 72px;
		left: 0;
		right: 0;
		display: none;
		flex-direction: column;
		background: rgba(37,39,51,0.98);
		padding: 10px 0 16px;
		}
	.about-page .barwrap.nav-open .navbar{ display: flex; }
	.about-page .navbar li{
		width: 100%;
		padding: 0;
		line-height: 1.4;
		}
	.about-page .navbar li a{
		padding: 14px 20px;
		text-align: center;
		font-size: 15px;
		}
	.about-page .navbar li a b{
		left: 20px;
		right: 20px;
		bottom: 6px;
		}
	.about-page .barwrap.nav-open .nav-toggle span:nth-child(1){
		transform: translateY(7px) rotate(45deg);
		}
	.about-page .barwrap.nav-open .nav-toggle span:nth-child(2){
		opacity: 0;
		}
	.about-page .barwrap.nav-open .nav-toggle span:nth-child(3){
		transform: translateY(-7px) rotate(-45deg);
		}
	.about-page .pbanner figure{
		height: 320px;
		}
	.about-page .pbanner figure img{
		height: 100%;
		object-fit: cover;
		}
	.about-page .pcomm{
		left: 50%;
		top: 50%;
		margin-left: 0;
		margin-top: 0;
		width: calc(100% - 40px);
		transform: translate(-50%, -50%);
		}
	.about-page .ph3{
		padding: 32px 28px;
		margin-bottom: 18px;
		}
	.about-page .ph3 strong{
		font-size: 24px;
		}
	.about-page .pcomm small{
		font-size: 28px;
		}
	.about-page .pbanner span.line1,
	.about-page .pbanner span.line3{
		height: 6px;
		top: -6px;
		bottom: -6px;
		}
	.about-page .pbanner span.line2,
	.about-page .pbanner span.line4{
		width: 6px;
		height: 100%;
		}
	.about-page .index-sec2{
		background-attachment: scroll;
		}
	.about-page .index-sec2 .title h3{
		font-size: 28px;
		letter-spacing: 1px;
		}
	.about-page .index-sec2 .tab-hd ul{
		flex-wrap: wrap;
		gap: 10px 0;
		padding-top: 20px;
		}
	.about-page .index-sec2 .tab-hd li{
		padding: 0 28px;
		}
	.about-page .index-sec2 .tab-hd li i{
		transform: scale(0.85);
		transform-origin: center top;
		margin: 0 auto;
		}
	.about-page .index-sec2 .tab-bd{
		padding-top: 24px;
		}
	.about-page .index-sec2 .swiper-container{
		padding-bottom: 84px;
		}
	.about-page .index-sec2 .line{
		left: 20px;
		right: 160px;
		bottom: 24px;
		}
	.about-page .index-sec2 .swiper-button-prev,
	.about-page .index-sec2 .swiper-button-next{
		width: 50px;
		height: 50px;
		font-size: 28px;
		}
	.about-page .index-sec2 .swiper-button-prev{ right: 78px; }
	.about-page .index-sec2 .swiper-button-next{ right: 20px; }
	.about-page .sec1-intro{
		padding-top: 0;
		}
	.about-page .sec1-intro .intro-cont{
		margin-left: 0;
		padding: 20px;
		flex-direction: column;
		background-attachment: scroll;
		}
	.about-page .sec1-intro .left,
	.about-page .sec1-intro .right{
		flex: none;
		width: 100%;
		}
	.about-page .sec1-intro .left{
		margin-bottom: 20px;
		}
	.about-page .sec1-intro .left .div1{
		position: static;
		border: none;
		margin-top: -6px;
		}
	.about-page .sec1-intro .intro-cont .right{
		padding: 0;
		}
	.about-page .sec1-intro .tit{
		padding-top: 0;
		}
	.about-page .sec1-intro .tit h2{
		font-size: 28px;
		padding-top: 12px;
		}
	.about-page .sec1-intro .tit b{
		margin: 20px 0;
		height: 28px;
		}
	.about-page .sec1-intro .right h3{
		font-size: 20px;
		padding-bottom: 18px;
		}
	.about-page .sec1-intro .right p{
		line-height: 2;
		}
	.about-page .color-bg{
		top: 38%;
		background-attachment: scroll;
		}
	.about-page .index-sec3{
		padding-top: 0;
		}
	.about-page .index-sec3 ul{
		padding-top: 30px;
		}
	.about-page .index-sec3 ul li{
		width: 48.5%;
		padding: 24px 18px;
		margin-bottom: 16px;
		}
	.about-page .index-sec3 li h3{
		font-size: 20px;
		white-space: normal;
		}
	.about-page .index-sec3 li h4{
		white-space: normal;
		}
	.about-page .index-sec3 li p{
		font-size: 16px;
		line-height: 1.8;
		height: auto;
		}
	.about-page .footer .div2,
	.about-page .footer .ceshi{
		float: none;
		width: 100%;
		padding: 35px 20px 0;
		}
	.about-page .footer .div2 #menu1 li{
		float: none;
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
		}
	.about-page .footer .div2 #menu1 li a{
		display: block;
		}
	.about-page .footer .div2 br{
		display: none;
		}
	.about-page .footer .ceshi{
		padding-top: 0;
		padding-bottom: 30px;
		}
	.about-page .copyright{
		padding: 20px;
		}
	.about-page .copyright .zuoce,
	.about-page .copyright .text{
		float: none;
		line-height: 1.8;
		padding-right: 0;
		}
	}

@media screen and (max-width: 767px){
	.about-page .box{ padding: 40px 16px; }
	.about-page .pbanner figure{
		height: 240px;
		}
	.about-page .ph3{
		width: auto;
		padding: 22px 20px;
		}
	.about-page .ph3 strong{
		font-size: 20px;
		}
	.about-page .pcomm small{
		font-size: 20px;
		margin-bottom: 0;
		}
	.about-page .index-sec2 .title img{
		max-width: 80%;
		}
	.about-page .index-sec2 .title h3{
		font-size: 24px;
		}
	.about-page .index-sec2 .tab-hd li{
		width: 50%;
		padding: 0 10px;
		}
	.about-page .index-sec2 .tab-hd li i{
		transform: scale(0.72);
		height: 64px;
		margin-bottom: -4px;
		}
	.about-page .index-sec2 .tab-hd li p,
	.about-page .index-sec2 .tab-hd li.on p{
		font-size: 15px;
		}
	.about-page .index-sec2 .swiper-container{
		padding-bottom: 74px;
		}
	.about-page .index-sec2 .line{
		left: 16px;
		right: 126px;
		bottom: 22px;
		}
	.about-page .index-sec2 .swiper-button-prev,
	.about-page .index-sec2 .swiper-button-next{
		width: 42px;
		height: 42px;
		font-size: 24px;
		}
	.about-page .index-sec2 .swiper-button-prev{ right: 66px; }
	.about-page .index-sec2 .swiper-button-next{ right: 16px; }
	.about-page .sec1-intro .intro-cont{
		padding: 16px;
		}
	.about-page .sec1-intro .left .div1{
		padding: 16px;
		flex-wrap: wrap;
		}
	.about-page .sec1-intro .left .spanline{
		width: 44px;
		}
	.about-page .sec1-intro .left strong{
		font-size: 44px;
		padding: 0 10px;
		}
	.about-page .sec1-intro .left h3{
		font-size: 18px;
		}
	.about-page .sec1-intro .left p{
		font-size: 12px;
		letter-spacing: 0;
		}
	.about-page .sec1-intro .tit img{
		max-width: 80%;
		}
	.about-page .sec1-intro .tit h2{
		font-size: 24px;
		}
	.about-page .sec1-intro .right h3{
		font-size: 18px;
		}
	.about-page .sec1-intro .right p{
		font-size: 14px;
		line-height: 1.9;
		}
	.about-page .index-sec3 ul li{
		width: 100%;
		}
	.about-page .index-sec3 li .div1{
		float: none;
		margin-top: 14px;
		}
	.about-page .footer .div2,
	.about-page .footer .ceshi{
		padding-left: 16px;
		padding-right: 16px;
		}
	.about-page .footer .div2 p,
	.about-page .footer .ceshi li,
	.about-page .footer .ceshi p,
	.about-page .copyright,
	.about-page .copyright .zuoce a,
	.about-page .copyright .text,
	.about-page .copyright .text a{
		font-size: 13px;
		line-height: 1.8;
		}
	}

@media screen and (max-width: 991px){
	.vr-page .barwrap{
		height: 72px;
		padding: 0 16px;
		align-items: center;
		justify-content: space-between;
		background: rgba(37,39,51,0.92);
		border-bottom: none;
		}
	.vr-page .barwrap .logo img{ height: 42px; }
	.vr-page .nav-toggle{
		display: block;
		position: relative;
		z-index: 336;
		}
	.vr-page .barwrap.on .nav-toggle{
		border-color: rgba(37,39,51,0.2);
		background: rgba(255,255,255,0.2);
		}
	.vr-page .navbar{
		position: absolute;
		top: 72px;
		left: 0;
		right: 0;
		display: none;
		flex-direction: column;
		background: rgba(37,39,51,0.98);
		padding: 10px 0 16px;
		}
	.vr-page .barwrap.nav-open .navbar{ display: flex; }
	.vr-page .navbar li{
		width: 100%;
		padding: 0;
		line-height: 1.4;
		}
	.vr-page .navbar li a{
		padding: 14px 20px;
		text-align: center;
		font-size: 15px;
		}
	.vr-page .navbar li a b{
		left: 20px;
		right: 20px;
		bottom: 6px;
		}
	.vr-page .barwrap.nav-open .nav-toggle span:nth-child(1){
		transform: translateY(7px) rotate(45deg);
		}
	.vr-page .barwrap.nav-open .nav-toggle span:nth-child(2){
		opacity: 0;
		}
	.vr-page .barwrap.nav-open .nav-toggle span:nth-child(3){
		transform: translateY(-7px) rotate(-45deg);
		}
	.vr-page .pbanner figure{
		height: 320px;
		}
	.vr-page .pbanner figure img{
		height: 100%;
		object-fit: cover;
		}
	.vr-page .pcomm{
		left: 50%;
		top: 50%;
		margin-left: 0;
		margin-top: 0;
		width: calc(100% - 40px);
		transform: translate(-50%, -50%);
		}
	.vr-page .ph3{
		padding: 32px 28px;
		margin-bottom: 18px;
		}
	.vr-page .ph3 strong{
		font-size: 24px;
		}
	.vr-page .pcomm small{
		font-size: 28px;
		}
	.vr-page .pbanner span.line1,
	.vr-page .pbanner span.line3{
		height: 6px;
		top: -6px;
		bottom: -6px;
		}
	.vr-page .pbanner span.line2,
	.vr-page .pbanner span.line4{
		width: 6px;
		height: 100%;
		}
	.vr-page .breadcrumb ul{
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 0 20px;
		}
	.vr-page .breadcrumb li{
		padding: 0 28px 0 0;
		height: 60px;
		}
	.vr-page .breadcrumb li a{
		height: 60px;
		line-height: 60px;
		font-size: 15px;
		}
	.vr-page .newspage-wrap{
		padding: 24px 20px 40px;
		}
	.vr-page .news-top a{
		padding: 24px;
		flex-direction: column;
		align-items: stretch;
		}
	.vr-page .news-top figure{
		padding: 0;
		margin-bottom: 20px;
		}
	.vr-page .news-top figcaption{
		padding: 0;
		}
	.vr-page .news-top h4{
		font-size: 14px;
		}
	.vr-page .news-top h2{
		font-size: 24px;
		padding: 14px 0;
		}
	.vr-page .news-top p{
		height: auto;
		line-height: 1.9;
		}
	.vr-page .news-top .btn-3{
		width: 180px;
		margin: 20px 0 0;
		}
	.vr-page .newspage ul{
		padding-top: 16px;
		}
	.vr-page .newspage ul li{
		width: 100%;
		margin-top: 20px;
		}
	.vr-page .newspage li a{
		padding: 18px;
		}
	.vr-page .newspage li h2{
		font-size: 20px;
		padding: 12px 0 10px 0;
		}
	.vr-page .newspage li p{
		height: auto;
		line-height: 1.8;
		}
	.vr-page .fenye{
		flex-wrap: wrap;
		height: auto;
		margin-top: 30px;
		gap: 12px;
		}
	.vr-page .fenye a,
	.vr-page .fenye span{
		margin: 0 8px;
		}
	.vr-page .footer .div2,
	.vr-page .footer .ceshi{
		float: none;
		width: 100%;
		padding: 35px 20px 0;
		}
	.vr-page .footer .div2 #menu1 li{
		float: none;
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
		}
	.vr-page .footer .div2 #menu1 li a{
		display: block;
		}
	.vr-page .footer .div2 br{
		display: none;
		}
	.vr-page .footer .ceshi{
		padding-top: 0;
		padding-bottom: 30px;
		}
	.vr-page .copyright{
		padding: 20px;
		}
	.vr-page .copyright .zuoce,
	.vr-page .copyright .text{
		float: none;
		line-height: 1.8;
		padding-right: 0;
		}
	}

@media screen and (max-width: 767px){
	.vr-page .pbanner figure{
		height: 240px;
		}
	.vr-page .ph3{
		width: auto;
		padding: 22px 20px;
		}
	.vr-page .ph3 strong{
		font-size: 20px;
		}
	.vr-page .pcomm small{
		font-size: 20px;
		margin-bottom: 0;
		}
	.vr-page .breadcrumb ul{
		padding: 0 16px;
		}
	.vr-page .breadcrumb li{
		padding: 0 18px 0 0;
		height: 52px;
		}
	.vr-page .breadcrumb li a{
		height: 52px;
		line-height: 52px;
		font-size: 14px;
		}
	.vr-page .newspage-wrap{
		padding: 16px 16px 32px;
		}
	.vr-page .news-top a,
	.vr-page .newspage li a{
		padding: 16px;
		}
	.vr-page .news-top h2,
	.vr-page .newspage li h2{
		font-size: 18px;
		}
	.vr-page .news-top p,
	.vr-page .newspage li p{
		font-size: 14px;
		}
	.vr-page .news-top .btn-3{
		width: 100%;
		max-width: 180px;
		height: 46px;
		line-height: 46px;
		font-size: 15px;
		}
	.vr-page .newspage li figcaption{
		padding: 0 12px;
		}
	.vr-page .fenye{
		justify-content: flex-start;
		padding: 0 4px;
		}
	.vr-page .fenye a{
		width: 36px;
		height: 36px;
		line-height: 36px;
		margin: 0 4px;
		}
	.vr-page .fenye span{
		font-size: 14px;
		margin: 0 4px;
		}
	.vr-page .footer .div2,
	.vr-page .footer .ceshi{
		padding-left: 16px;
		padding-right: 16px;
		}
	.vr-page .footer .div2 p,
	.vr-page .footer .ceshi li,
	.vr-page .footer .ceshi p,
	.vr-page .copyright,
	.vr-page .copyright .zuoce a,
	.vr-page .copyright .text,
	.vr-page .copyright .text a{
		font-size: 13px;
		line-height: 1.8;
		}
	}

@media screen and (max-width: 991px){
	.contact-page .barwrap{
		height: 72px;
		padding: 0 16px;
		align-items: center;
		justify-content: space-between;
		background: rgba(37,39,51,0.92);
		border-bottom: none;
		}
	.contact-page .barwrap .logo img{ height: 42px; }
	.contact-page .nav-toggle{
		display: block;
		position: relative;
		z-index: 336;
		}
	.contact-page .barwrap.on .nav-toggle{
		border-color: rgba(37,39,51,0.2);
		background: rgba(255,255,255,0.2);
		}
	.contact-page .navbar{
		position: absolute;
		top: 72px;
		left: 0;
		right: 0;
		display: none;
		flex-direction: column;
		background: rgba(37,39,51,0.98);
		padding: 10px 0 16px;
		}
	.contact-page .barwrap.nav-open .navbar{ display: flex; }
	.contact-page .navbar li{
		width: 100%;
		padding: 0;
		line-height: 1.4;
		}
	.contact-page .navbar li a{
		padding: 14px 20px;
		text-align: center;
		font-size: 15px;
		}
	.contact-page .navbar li a b{
		left: 20px;
		right: 20px;
		bottom: 6px;
		}
	.contact-page .barwrap.nav-open .nav-toggle span:nth-child(1){
		transform: translateY(7px) rotate(45deg);
		}
	.contact-page .barwrap.nav-open .nav-toggle span:nth-child(2){
		opacity: 0;
		}
	.contact-page .barwrap.nav-open .nav-toggle span:nth-child(3){
		transform: translateY(-7px) rotate(-45deg);
		}
	.contact-page .pbanner figure{
		height: 320px;
		}
	.contact-page .pbanner figure img{
		height: 100%;
		object-fit: cover;
		}
	.contact-page .pcomm{
		left: 50%;
		top: 50%;
		margin-left: 0;
		margin-top: 0;
		width: calc(100% - 40px);
		transform: translate(-50%, -50%);
		}
	.contact-page .ph3{
		padding: 32px 28px;
		margin-bottom: 18px;
		}
	.contact-page .ph3 strong{
		font-size: 24px;
		}
	.contact-page .pcomm small{
		font-size: 28px;
		}
	.contact-page .pbanner span.line1,
	.contact-page .pbanner span.line3{
		height: 6px;
		top: -6px;
		bottom: -6px;
		}
	.contact-page .pbanner span.line2,
	.contact-page .pbanner span.line4{
		width: 6px;
		height: 100%;
		}
	.contact-page .breadcrumb li{
		padding: 0 28px;
		height: 60px;
		}
	.contact-page .breadcrumb li a{
		height: 60px;
		line-height: 60px;
		font-size: 15px;
		}
	.contact-page .ctapanel{
		padding: 24px 0 0;
		}
	.contact-page .ctapanel .ctas{
		padding: 0 20px 20px;
		}
	.contact-page .ctas a{
		width: 100%;
		float: none;
		padding: 22px 18px;
		margin-bottom: 16px;
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 6px 18px rgba(0,0,0,0.06);
		}
	.contact-page .ctas .ico{
		margin-bottom: 12px;
		}
	.contact-page .ctas .x{
		font-size: 15px;
		line-height: 1.8;
		padding: 0;
		word-break: break-word;
		}
	.contact-page .baidumap{
		width: calc(100% - 40px);
		height: auto;
		padding: 36px 24px;
		margin-bottom: 40px;
		}
	.contact-page .map-links-inner h3{
		font-size: 28px;
		}
	.contact-page .map-links-inner p{
		font-size: 15px;
		}
	.contact-page .map-links-inner .map-address{
		font-size: 17px;
		}
	.contact-page .footer .div2,
	.contact-page .footer .ceshi{
		float: none;
		width: 100%;
		padding: 35px 20px 0;
		}
	.contact-page .footer .div2 #menu1 li{
		float: none;
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
		}
	.contact-page .footer .div2 #menu1 li a{
		display: block;
		}
	.contact-page .footer .div2 br{
		display: none;
		}
	.contact-page .footer .ceshi{
		padding-top: 0;
		padding-bottom: 30px;
		}
	.contact-page .copyright{
		padding: 20px;
		}
	.contact-page .copyright .zuoce,
	.contact-page .copyright .text{
		float: none;
		line-height: 1.8;
		padding-right: 0;
		}
	}

@media screen and (max-width: 767px){
	.contact-page .pbanner figure{
		height: 240px;
		}
	.contact-page .ph3{
		width: auto;
		padding: 22px 20px;
		}
	.contact-page .ph3 strong{
		font-size: 20px;
		}
	.contact-page .pcomm small{
		font-size: 20px;
		margin-bottom: 0;
		}
	.contact-page .breadcrumb ul{
		justify-content: flex-start;
		padding: 0 16px;
		}
	.contact-page .breadcrumb li{
		padding: 0 18px 0 0;
		height: 52px;
		}
	.contact-page .breadcrumb li a{
		height: 52px;
		line-height: 52px;
		font-size: 14px;
		}
	.contact-page .ctapanel .ctas{
		padding: 0 16px 16px;
		}
	.contact-page .ctas a{
		padding: 18px 14px;
		margin-bottom: 12px;
		}
	.contact-page .ctas .ico{
		height: 48px;
		background-size: 34px auto !important;
		}
	.contact-page .ctas .x{
		font-size: 14px;
		}
	.contact-page .baidumap{
		width: calc(100% - 32px);
		height: auto;
		padding: 28px 16px;
		margin-bottom: 32px;
		}
	.contact-page .map-links-inner h3{
		font-size: 24px;
		}
	.contact-page .map-links-inner p{
		font-size: 14px;
		line-height: 1.8;
		}
	.contact-page .map-links-inner .map-address{
		font-size: 15px;
		}
	.contact-page .map-link-actions a{
		display: block;
		min-width: 0;
		margin: 0 0 12px;
		padding: 12px 18px;
		font-size: 15px;
		}
	.contact-page .footer .div2,
	.contact-page .footer .ceshi{
		padding-left: 16px;
		padding-right: 16px;
		}
	.contact-page .footer .div2 p,
	.contact-page .footer .ceshi li,
	.contact-page .footer .ceshi p,
	.contact-page .copyright,
	.contact-page .copyright .zuoce a,
	.contact-page .copyright .text,
	.contact-page .copyright .text a{
		font-size: 13px;
		line-height: 1.8;
		}
	}

/*法律声明*/
.topfalv{
	padding:60px 100px;
}
.topfalv .falv{
	font-family:'宋体';
	padding:0 40px;
}
.topfalv .falv p{
	padding:20px 0 10px 0;
}
.topfalv .falv b{
	color:#606060;
}

@media screen and (max-width: 991px){
	.case-page .barwrap,
	.catalog-page .barwrap,
	.detail-page-common .barwrap,
	.message-page .barwrap,
	.legal-page .barwrap{
		height: 72px;
		padding: 0 16px;
		align-items: center;
		justify-content: space-between;
		background: rgba(37,39,51,0.92);
		border-bottom: none;
		}
	.case-page .barwrap .logo img,
	.catalog-page .barwrap .logo img,
	.detail-page-common .barwrap .logo img,
	.message-page .barwrap .logo img,
	.legal-page .barwrap .logo img{ height: 42px; }
	.case-page .nav-toggle,
	.catalog-page .nav-toggle,
	.detail-page-common .nav-toggle,
	.message-page .nav-toggle,
	.legal-page .nav-toggle{
		display: block;
		position: relative;
		z-index: 336;
		}
	.case-page .barwrap.on .nav-toggle,
	.catalog-page .barwrap.on .nav-toggle,
	.detail-page-common .barwrap.on .nav-toggle,
	.message-page .barwrap.on .nav-toggle,
	.legal-page .barwrap.on .nav-toggle{
		border-color: rgba(37,39,51,0.2);
		background: rgba(255,255,255,0.2);
		}
	.case-page .navbar,
	.catalog-page .navbar,
	.detail-page-common .navbar,
	.message-page .navbar,
	.legal-page .navbar{
		position: absolute;
		top: 72px;
		left: 0;
		right: 0;
		display: none;
		flex-direction: column;
		background: rgba(37,39,51,0.98);
		padding: 10px 0 16px;
		}
	.case-page .barwrap.nav-open .navbar,
	.catalog-page .barwrap.nav-open .navbar,
	.detail-page-common .barwrap.nav-open .navbar,
	.message-page .barwrap.nav-open .navbar,
	.legal-page .barwrap.nav-open .navbar{ display: flex; }
	.case-page .navbar li,
	.catalog-page .navbar li,
	.detail-page-common .navbar li,
	.message-page .navbar li,
	.legal-page .navbar li{
		width: 100%;
		padding: 0;
		line-height: 1.4;
		}
	.case-page .navbar li a,
	.catalog-page .navbar li a,
	.detail-page-common .navbar li a,
	.message-page .navbar li a,
	.legal-page .navbar li a{
		padding: 14px 20px;
		text-align: center;
		font-size: 15px;
		}
	.case-page .navbar li a b,
	.catalog-page .navbar li a b,
	.detail-page-common .navbar li a b,
	.message-page .navbar li a b,
	.legal-page .navbar li a b{
		left: 20px;
		right: 20px;
		bottom: 6px;
		}
	.case-page .barwrap.nav-open .nav-toggle span:nth-child(1),
	.catalog-page .barwrap.nav-open .nav-toggle span:nth-child(1),
	.detail-page-common .barwrap.nav-open .nav-toggle span:nth-child(1),
	.message-page .barwrap.nav-open .nav-toggle span:nth-child(1),
	.legal-page .barwrap.nav-open .nav-toggle span:nth-child(1){
		transform: translateY(7px) rotate(45deg);
		}
	.case-page .barwrap.nav-open .nav-toggle span:nth-child(2),
	.catalog-page .barwrap.nav-open .nav-toggle span:nth-child(2),
	.detail-page-common .barwrap.nav-open .nav-toggle span:nth-child(2),
	.message-page .barwrap.nav-open .nav-toggle span:nth-child(2),
	.legal-page .barwrap.nav-open .nav-toggle span:nth-child(2){
		opacity: 0;
		}
	.case-page .barwrap.nav-open .nav-toggle span:nth-child(3),
	.catalog-page .barwrap.nav-open .nav-toggle span:nth-child(3),
	.detail-page-common .barwrap.nav-open .nav-toggle span:nth-child(3),
	.message-page .barwrap.nav-open .nav-toggle span:nth-child(3),
	.legal-page .barwrap.nav-open .nav-toggle span:nth-child(3){
		transform: translateY(-7px) rotate(-45deg);
		}
	.case-page .pbanner figure,
	.catalog-page .pbanner figure,
	.detail-page-common .pbanner figure,
	.message-page .pbanner figure,
	.legal-page .pbanner figure{
		height: 320px;
		}
	.case-page .pbanner figure img,
	.catalog-page .pbanner figure img,
	.detail-page-common .pbanner figure img,
	.message-page .pbanner figure img,
	.legal-page .pbanner figure img{
		height: 100%;
		object-fit: cover;
		}
	.case-page .pcomm,
	.catalog-page .pcomm,
	.detail-page-common .pcomm,
	.message-page .pcomm,
	.legal-page .pcomm{
		left: 50%;
		top: 50%;
		margin-left: 0;
		margin-top: 0;
		width: calc(100% - 40px);
		transform: translate(-50%, -50%);
		}
	.case-page .ph3,
	.catalog-page .ph3,
	.detail-page-common .ph3,
	.message-page .ph3,
	.legal-page .ph3{
		padding: 32px 28px;
		margin-bottom: 18px;
		}
	.case-page .ph3 strong,
	.catalog-page .ph3 strong,
	.detail-page-common .ph3 strong,
	.message-page .ph3 strong,
	.legal-page .ph3 strong{
		font-size: 24px;
		}
	.case-page .pcomm small,
	.catalog-page .pcomm small,
	.detail-page-common .pcomm small,
	.message-page .pcomm small,
	.legal-page .pcomm small{
		font-size: 28px;
		}
	.case-page .pbanner span.line1,
	.case-page .pbanner span.line3,
	.catalog-page .pbanner span.line1,
	.catalog-page .pbanner span.line3,
	.detail-page-common .pbanner span.line1,
	.detail-page-common .pbanner span.line3,
	.message-page .pbanner span.line1,
	.message-page .pbanner span.line3,
	.legal-page .pbanner span.line1,
	.legal-page .pbanner span.line3{
		height: 6px;
		top: -6px;
		bottom: -6px;
		}
	.case-page .pbanner span.line2,
	.case-page .pbanner span.line4,
	.catalog-page .pbanner span.line2,
	.catalog-page .pbanner span.line4,
	.detail-page-common .pbanner span.line2,
	.detail-page-common .pbanner span.line4,
	.message-page .pbanner span.line2,
	.message-page .pbanner span.line4,
	.legal-page .pbanner span.line2,
	.legal-page .pbanner span.line4{
		width: 6px;
		height: 100%;
		}
	.case-page .breadcrumb ul,
	.catalog-page .breadcrumb ul,
	.message-page .breadcrumb ul,
	.legal-page .breadcrumb ul{
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 0 20px;
		}
	.case-page .breadcrumb li,
	.catalog-page .breadcrumb li,
	.message-page .breadcrumb li,
	.legal-page .breadcrumb li{
		padding: 0 28px 0 0;
		height: 60px;
		}
	.case-page .breadcrumb li a,
	.catalog-page .breadcrumb li a,
	.message-page .breadcrumb li a,
	.legal-page .breadcrumb li a{
		height: 60px;
		line-height: 60px;
		font-size: 15px;
		}
	.catalog-page .search-box .div,
	.detail-page-common .search-box .div{
		padding: 0 20px;
		}
	.catalog-page .search-box .in,
	.detail-page-common .search-box .in{
		width: calc(100% - 100px);
		}
	.catalog-page .search-box .sub,
	.detail-page-common .search-box .sub{
		width: 100px;
		}
	.catalog-page .search-box p,
	.detail-page-common .search-box p{
		padding-top: 20px;
		}
	.catalog-page .newspage-wrap{
		padding: 24px 20px 40px;
		}
	.catalog-page .news-top a{
		padding: 24px;
		flex-direction: column;
		align-items: stretch;
		}
	.catalog-page .news-top figure{
		padding: 0;
		margin-bottom: 20px;
		}
	.catalog-page .news-top figcaption{
		padding: 0;
		}
	.catalog-page .news-top h4{
		font-size: 14px;
		}
	.catalog-page .news-top h2{
		font-size: 24px;
		padding: 14px 0;
		}
	.catalog-page .news-top p{
		height: auto;
		line-height: 1.9;
		}
	.catalog-page .news-top .btn-3{
		width: 180px;
		margin: 20px 0 0;
		}
	.catalog-page .newspage ul{
		padding-top: 16px;
		}
	.catalog-page .newspage ul li{
		width: 100%;
		margin-top: 20px;
		}
	.catalog-page .newspage li a{
		padding: 18px;
		}
	.catalog-page .newspage li h2{
		font-size: 20px;
		padding: 12px 0 10px 0;
		}
	.catalog-page .newspage li p{
		height: auto;
		line-height: 1.8;
		}
	.catalog-page .fenye,
	.case-page .fenye{
		flex-wrap: wrap;
		height: auto;
		margin-top: 30px;
		gap: 12px;
		}
	.catalog-page .fenye a,
	.catalog-page .fenye span,
	.case-page .fenye a,
	.case-page .fenye span{
		margin: 0 8px;
		}
	.case-page .newspage-wrap1{
		padding: 24px 20px 40px;
		}
	.case-page .newspage1 ul{
		display: block;
		}
	.case-page .newspage1 ul li{
		width: 100%;
		margin-top: 20px;
		}
	.case-page .newspage1 li a{
		flex-direction: column;
		padding: 20px;
		}
	.case-page .newspage1 li figure{
		width: 100%;
		flex: none;
		margin-bottom: 18px;
		}
	.case-page .newspage1 li figcaption{
		width: 100%;
		flex: none;
		padding: 0;
		}
	.case-page .newspage1 li h2{
		font-size: 24px;
		padding: 0 0 12px;
		}
	.case-page .newspage1 li p{
		height: auto;
		line-height: 1.9;
		}
	.case-page .tupian_wenzi{
		padding-top: 20px;
		}
	.case-page .tupian{
		background: #fff;
		padding-bottom: 20px;
		}
	.case-page .tupian img{
		height: auto;
		}
	.case-page .wenzi{
		position: static;
		width: auto;
		height: auto;
		margin: 0 20px;
		background: #fff;
		}
	.case-page .wenzi h2{
		padding: 24px 0 10px;
		font-size: 24px;
		}
	.case-page .wenzi p{
		height: auto;
		padding: 0 0 12px;
		line-height: 1.9;
		}
	.case-page .index-sec3.box{
		padding: 40px 20px;
		}
	.case-page .index-sec3 .title img{
		max-width: 320px;
		}
	.case-page .index-sec3 ul{
		padding-top: 24px;
		display: block;
		gap: 0;
		}
	.case-page .index-sec3 ul li{
		width: 100%;
		margin-bottom: 20px;
		padding: 28px 22px;
		box-sizing: border-box;
		min-width: 0;
		}
	.case-page .index-sec3 li h3{
		font-size: 22px;
		}
	.case-page .index-sec3 li h4{
		margin-top: 6px;
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
		line-height: 1.6;
		overflow-wrap: anywhere;
		word-break: break-word;
		}
	.case-page .index-sec3 li p{
		font-size: 16px;
		line-height: 1.8;
		height: auto;
		margin-top: 18px;
		}
	.case-page .index-sec3 li .div1{
		height: 48px;
		line-height: 48px;
		}
	.case-page .index-sec3 li .div1 strong,
	.case-page .index-sec3 li .div1 b{
		height: 48px;
		line-height: 48px;
		font-size: 44px;
		}
	.case-page .index-sec3 li:hover strong{
		margin-top: -48px;
		}
	.detail-page-common .detailwrap{
		padding: 24px 20px 40px;
		}
	.detail-page-common .detailpage{
		padding: 24px;
		}
	.detail-page-common .detail-left,
	.detail-page-common .detail-right{
		float: none;
		width: 100%;
		}
	.detail-page-common .detail-left{
		padding-right: 0;
		}
	.detail-page-common .detail-right{
		margin-top: 32px;
		}
	.detail-page-common .stace h1{
		font-size: 28px;
		line-height: 1.5;
		}
	.detail-page-common .stace strong{
		padding: 16px 0;
		margin-bottom: 12px;
		}
	.detail-page-common .stace .cont p{
		line-height: 1.9;
		word-break: break-word;
		}
	.detail-page-common .stace .cont video{
		max-width: 100%;
		height: auto;
		}
	.detail-page-common .stace .zjlj{
		margin-top: 36px;
		padding: 16px 0;
		}
	.detail-page-common .stace .zjlj a{
		padding: 6px 0;
		white-space: normal;
		}
	.detail-page-common .detailpage .backlist{
		float: none;
		width: 180px;
		margin-top: 24px;
		}
	.detail-page-common .tade .rmal{
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		}
	.detail-page-common .tade .rmal a{
		width: calc(50% - 10px);
		margin-top: 0;
		}
	.message-page .ctapanel{
		padding: 24px 0 0;
		}
	.message-page .ctapanel .ctas{
		padding: 0 20px 20px;
		}
	.message-page .ctas a{
		width: 100%;
		float: none;
		padding: 22px 18px;
		margin-bottom: 16px;
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 6px 18px rgba(0,0,0,0.06);
		}
	.message-page .ctas .ico{
		margin-bottom: 12px;
		}
	.message-page .ctas .x{
		font-size: 15px;
		line-height: 1.8;
		padding: 0;
		word-break: break-word;
		}
	.message-page .block-item,
	.message-page .block-item2,
	.message-page .block-item3{
		width: auto;
		margin: 0 20px;
		padding-top: 12px;
		}
	.message-page .block-item2 input{
		line-height: 80px;
		}
	.legal-page .topfalv{
		padding: 36px 20px 40px;
		}
	.legal-page .topfalv .falv{
		padding: 0;
		}
	.legal-page .topfalv .falv p{
		font-size: 18px !important;
		padding: 18px 0 10px 0;
		}
	.case-page .footer .div2,
	.case-page .footer .ceshi,
	.catalog-page .footer .div2,
	.catalog-page .footer .ceshi,
	.detail-page-common .footer .div2,
	.detail-page-common .footer .ceshi,
	.message-page .footer .div2,
	.message-page .footer .ceshi,
	.legal-page .footer .div2,
	.legal-page .footer .ceshi{
		float: none;
		width: 100%;
		padding: 35px 20px 0;
		}
	.case-page .footer .div2 #menu1 li,
	.catalog-page .footer .div2 #menu1 li,
	.detail-page-common .footer .div2 #menu1 li,
	.message-page .footer .div2 #menu1 li,
	.legal-page .footer .div2 #menu1 li{
		float: none;
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
		}
	.case-page .footer .div2 #menu1 li a,
	.catalog-page .footer .div2 #menu1 li a,
	.detail-page-common .footer .div2 #menu1 li a,
	.message-page .footer .div2 #menu1 li a,
	.legal-page .footer .div2 #menu1 li a{
		display: block;
		}
	.case-page .footer .div2 br,
	.catalog-page .footer .div2 br,
	.detail-page-common .footer .div2 br,
	.message-page .footer .div2 br,
	.legal-page .footer .div2 br{
		display: none;
		}
	.case-page .footer .ceshi,
	.catalog-page .footer .ceshi,
	.detail-page-common .footer .ceshi,
	.message-page .footer .ceshi,
	.legal-page .footer .ceshi{
		padding-top: 0;
		padding-bottom: 30px;
		}
	.case-page .copyright,
	.catalog-page .copyright,
	.detail-page-common .copyright,
	.message-page .copyright,
	.legal-page .copyright{
		padding: 20px;
		}
	.case-page .copyright .zuoce,
	.case-page .copyright .text,
	.catalog-page .copyright .zuoce,
	.catalog-page .copyright .text,
	.detail-page-common .copyright .zuoce,
	.detail-page-common .copyright .text,
	.message-page .copyright .zuoce,
	.message-page .copyright .text,
	.legal-page .copyright .zuoce,
	.legal-page .copyright .text{
		float: none;
		line-height: 1.8;
		padding-right: 0;
		}
	}

@media screen and (max-width: 767px){
	.case-page .pbanner figure,
	.catalog-page .pbanner figure,
	.detail-page-common .pbanner figure,
	.message-page .pbanner figure,
	.legal-page .pbanner figure{
		height: 240px;
		}
	.case-page .ph3,
	.catalog-page .ph3,
	.detail-page-common .ph3,
	.message-page .ph3,
	.legal-page .ph3{
		width: auto;
		padding: 22px 20px;
		}
	.case-page .ph3 strong,
	.catalog-page .ph3 strong,
	.detail-page-common .ph3 strong,
	.message-page .ph3 strong,
	.legal-page .ph3 strong{
		font-size: 20px;
		}
	.case-page .pcomm small,
	.catalog-page .pcomm small,
	.detail-page-common .pcomm small,
	.message-page .pcomm small,
	.legal-page .pcomm small{
		font-size: 20px;
		margin-bottom: 0;
		}
	.case-page .breadcrumb ul,
	.catalog-page .breadcrumb ul,
	.message-page .breadcrumb ul,
	.legal-page .breadcrumb ul{
		padding: 0 16px;
		}
	.case-page .breadcrumb li,
	.catalog-page .breadcrumb li,
	.message-page .breadcrumb li,
	.legal-page .breadcrumb li{
		padding: 0 18px 0 0;
		height: 52px;
		}
	.case-page .breadcrumb li a,
	.catalog-page .breadcrumb li a,
	.message-page .breadcrumb li a,
	.legal-page .breadcrumb li a{
		height: 52px;
		line-height: 52px;
		font-size: 14px;
		}
	.catalog-page .search-box .div,
	.detail-page-common .search-box .div{
		padding: 0 16px;
		}
	.catalog-page .search-box .in,
	.detail-page-common .search-box .in{
		width: calc(100% - 86px);
		height: 44px;
		font-size: 14px;
		padding-left: 14px;
		}
	.catalog-page .search-box .sub,
	.detail-page-common .search-box .sub{
		width: 86px;
		height: 44px;
		font-size: 14px;
		}
	.catalog-page .search-box p strong,
	.detail-page-common .search-box p strong{
		display: block;
		margin-bottom: 10px;
		font-size: 14px;
		}
	.catalog-page .search-box p a,
	.detail-page-common .search-box p a{
		padding: 0 12px 8px 0;
		font-size: 13px;
		}
	.catalog-page .newspage-wrap,
	.case-page .newspage-wrap1{
		padding: 16px 16px 32px;
		}
	.catalog-page .news-top a,
	.catalog-page .newspage li a,
	.case-page .newspage1 li a{
		padding: 16px;
		}
	.catalog-page .news-top h2,
	.catalog-page .newspage li h2,
	.case-page .newspage1 li h2{
		font-size: 18px;
		}
	.catalog-page .news-top p,
	.catalog-page .newspage li p,
	.case-page .newspage1 li p{
		font-size: 14px;
		}
	.catalog-page .news-top .btn-3{
		width: 100%;
		max-width: 180px;
		height: 46px;
		line-height: 46px;
		font-size: 15px;
		}
	.catalog-page .newspage li figcaption{
		padding: 0 12px;
		}
	.catalog-page .fenye,
	.case-page .fenye{
		justify-content: flex-start;
		padding: 0 4px;
		}
	.catalog-page .fenye a,
	.case-page .fenye a{
		width: 36px;
		height: 36px;
		line-height: 36px;
		margin: 0 4px;
		}
	.catalog-page .fenye span,
	.case-page .fenye span{
		font-size: 14px;
		margin: 0 4px;
		}
	.case-page .index-sec3.box{
		padding: 32px 16px;
		}
	.case-page .index-sec3 .title img{
		max-width: 240px;
		}
	.case-page .wenzi{
		margin: 0 16px;
		}
	.case-page .wenzi h2{
		font-size: 20px;
		padding: 18px 0 8px;
		}
	.case-page .wenzi p{
		font-size: 14px;
		line-height: 1.8;
		}
	.case-page .index-sec3 ul li{
		width: 100%;
		box-sizing: border-box;
		}
	.case-page .index-sec3 li h4{
		font-size: 12px;
		overflow-wrap: anywhere;
		word-break: break-word;
		}
	.case-page .index-sec3 li .div1{
		margin-top: 10px;
		}
	.detail-page-common .detailwrap{
		padding: 16px 16px 32px;
		}
	.detail-page-common .detailpage{
		padding: 16px;
		}
	.detail-page-common .stace h1{
		font-size: 22px;
		}
	.detail-page-common .stace strong span,
	.detail-page-common .stace .cont p,
	.detail-page-common .stace .zjlj a{
		font-size: 14px;
		}
	.detail-page-common .stace .cont p{
		line-height: 1.8;
		text-indent: 1.5em;
		}
	.detail-page-common .detailpage .backlist{
		width: 100%;
		max-width: 180px;
		height: 46px;
		line-height: 46px;
		font-size: 15px;
		}
	.detail-page-common .tade .rmal{
		display: block;
		}
	.detail-page-common .tade .rmal a{
		width: 100%;
		}
	.message-page .ctapanel .ctas{
		padding: 0 16px 16px;
		}
	.message-page .ctas a{
		padding: 18px 14px;
		margin-bottom: 12px;
		}
	.message-page .ctas .ico{
		height: 48px;
		background-size: 34px auto !important;
		}
	.message-page .ctas .x{
		font-size: 14px;
		}
	.message-page .block-item,
	.message-page .block-item2,
	.message-page .block-item3{
		margin: 0 16px;
		}
	.message-page .block-item input,
	.message-page .block-item2 input,
	.message-page .block-item3 input{
		font-size: 14px;
		padding: 0 14px;
		}
	.message-page .block-item2 input{
		line-height: 64px;
		}
	.legal-page .topfalv{
		padding: 28px 16px 32px;
		}
	.legal-page .topfalv .falv p{
		font-size: 16px !important;
		}
	.legal-page .topfalv .falv b,
	.case-page .footer .div2 p,
	.case-page .footer .ceshi li,
	.case-page .footer .ceshi p,
	.catalog-page .footer .div2 p,
	.catalog-page .footer .ceshi li,
	.catalog-page .footer .ceshi p,
	.detail-page-common .footer .div2 p,
	.detail-page-common .footer .ceshi li,
	.detail-page-common .footer .ceshi p,
	.message-page .footer .div2 p,
	.message-page .footer .ceshi li,
	.message-page .footer .ceshi p,
	.legal-page .footer .div2 p,
	.legal-page .footer .ceshi li,
	.legal-page .footer .ceshi p,
	.case-page .copyright,
	.case-page .copyright .zuoce a,
	.case-page .copyright .text,
	.case-page .copyright .text a,
	.catalog-page .copyright,
	.catalog-page .copyright .zuoce a,
	.catalog-page .copyright .text,
	.catalog-page .copyright .text a,
	.detail-page-common .copyright,
	.detail-page-common .copyright .zuoce a,
	.detail-page-common .copyright .text,
	.detail-page-common .copyright .text a,
	.message-page .copyright,
	.message-page .copyright .zuoce a,
	.message-page .copyright .text,
	.message-page .copyright .text a,
	.legal-page .copyright,
	.legal-page .copyright .zuoce a,
	.legal-page .copyright .text,
	.legal-page .copyright .text a{
		font-size: 13px;
		line-height: 1.8;
		}
	}
