@charset "utf-8";
/* CSS Document */
html{ overflow-x:hidden; overflow-y:auto;font-size: 50px;}
*{ padding:0; margin:0;}
ul,ol,li,dl,dd,dt{ list-style-type:none; line-height:normal;}
body{max-width:1920px;margin:0 auto;width:100%;transform-origin: top;}
.scale{transform-origin: top;}
body, button, input, select, textarea{ font-family:'Microsoft yahei' ,Arial; font-size:12px;}
code, kbd, pre, samp { font-family:'Microsoft yahei' ,Arial;}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
a{ text-decoration:none; color:#333;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a:hover{color:#d80901; cursor:pointer;}
img{border:0; max-width:100%;}
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6{ margin:0; font-weight:normal; font-family:'Microsoft yahei' ,Arial;}
h1{font-size:36px;}
h2{font-size:24px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:14px;}
h6{font-size:12px;}
input,table,tr,td{ margin:0; padding:0; border:none;}
button,table{ border:none; background:none; margin:0; padding:0;}
select{ margin:0; padding:0; font-family:'Microsoft yahei' ,Arial;}
textarea{ resize:none; outline:0;}
input{ outline:0;}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{content: "";display: block;clear: both;height: 0px;}

.pz_top{ width:100%;z-index: 100;background:#fff;position: fixed;z-index: 9999;top:0;left:0;}
.pz_banner{ width:100%; overflow:hidden; position:relative;margin-top:70px;}
.pz_main{ width:100%; }
.pz_down{ width:100%; }

/*top*/
.pc_top{ display:block; position:relative;}    
.ph_top{ display:none; position:relative;}
.logo{ float:left; width:158px; height:83px;}
.tel{ float:right; margin:19px 30px 0 0; border:1px solid #fb8906; border-radius:36px; -border-radius:36px; -webkit-border-radius:36px; overflow:hidden; position:relative;z-index:66;background: #fb8906;}
.tel i{ float:left; width:34px; height:34px; background:url(../images/tel.png) center no-repeat ; position:absolute; left:5px; top:0;}
.tel span{ float:right; width:0; overflow:hidden;white-space:nowrap; color:#fff; font-size:14px;line-height:23px;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; margin-right:34px;padding:0 12px 0 39px;width:100%;  margin:0;}
.top_r{ float:right; position:absolute; right:15px; top:0; z-index:66;}
.tel span p:first-child{letter-spacing: 0.5px;}

/*menu*/
.nav{ float:right; margin:35px 10px 0 0;}
.nav li{ float:left;  position: relative; padding:0 34px 0 22px;}
.nav li a{float:left; width:100%; text-align:right;padding:0; position:relative;display:block; font-size:16px; line-height:16px; color:#666666;
  -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s}
.nav li a:before{width: 0px;height: 1px;background: #2668ed;position: absolute;left:0px;top:8px;-webkit-transition: all 0.5s ease-out 0s; content: "";display: block;-moz-transition: all 0.5s ease-out 0s; 
  -o-transition: all 0.5s ease-out 0s; 
  transition: all 0.5s ease-out 0s}
.nav li a.on:before,.nav li a:hover:before{width: 30px;left:-34px;}
.nav li a.on,.nav li a:hover{color:#2668ed;}
.pc_top{ display:block;}    
.ph_top{ display:none;}
.pc_menu{ display:block;}
.menuph{ display:none;}
.xialaph{ display:none;}
@media screen and (max-width:1360px) {
  .nav li{padding: 0 24px 0 18px;}
}
@media screen and (max-width:1199px) {
  .logo{width:144px; height:44px;}
.so_ph{ float:left; width:100%; padding:20px 15px;}
.pc_top{ display:none;}    
.ph_top{ display:block;}
.pc_menu{ display:none;}
.menuph{ display:block;}
.xialaph{ display:block;}

/*手机按钮*/
.menuph{ float:right; width:44px; height:44px; cursor: pointer; text-align: center;background:#2668ed; padding:11px 8px; margin:12px 0;}
.menuph .point {  display: inline-block;  width: 28px;  height: 22px; position: relative;}
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before {  width: 28px;  }
.menuph .navbtn {  position: absolute;  top: 10px;  right: 0;  display: inline-block;  width: 21px;  height: 2px;  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #fff;  }
.menuph .navbtn::after,
.menuph .navbtn::before {  position: absolute;  right: 0;  display: inline-block;  width: 28px;  height: 2px;  content: '';  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #fff;  }
.menuph .navbtn::after {  top: -11px;  }
.menuph .navbtn::before {  top: 10px;  }
.menuph .point.active .navbtn{  background: transparent;  }
.menuph .point.active .navbtn::after{  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);  top: 0px;  }
.menuph .point.active .navbtn::before {  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg);  top: 0px;  }

/*手机下拉*/
.xialaph{ position:absolute; left:0; top:68px; float:left; width: 100%; padding-bottom:10px;  display: none;  z-index:9999; background:#fff; border-top:1px solid #ececec; box-shadow:0 5px 15px rgba(0,0,0,0.2);}
.xialaph .ul2{  display: none;  }
.xialaph h4 a{ float:left; width:100%; color: #282828;  font-size:16px;line-height:50px; text-transform:uppercase;  }
.xialaph h4 a font{ font-size:12px; font-family:Arial; text-transform:uppercase; padding-left:6px; color:#919191;}
.xialaph h4{ float:left; width:100%; position:relative; padding:0 15px; border-bottom:1px solid #ececec;}
.xialaph h4:hover a{  color: #2668ed; }
}

/*phone底部导航*/
.pf_down{width:54px;position:fixed; right:3%; bottom:154px; height:54px; z-index:999;}
.pf_down li{ width:54px;}
.pf_down li .ico7{ width:54px;height:54px;}
.pf_down li.l3 .ico7{ background:url(../images/gotop.png) no-repeat center top; background-size:54px 54px;}
.pf_down .active{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1}

/*banner*/
.slide_banner{width:100%; float:left; position:relative;}
.slide_banner .slick-slide{ width:100%;position:relative;}
.slide_banner .slick-slide.slick-active{animation: re-banner-slide-80 .8s cubic-bezier(.4,0,.2,1) 0s 1;}
.slide_banner  .slick-dots{bottom:30px;left:;}
.slide_banner  .slick-dots li{width: 30px;height: 4px;margin:0 3px;text-indent: -1000px;overflow: hidden;position: relative;}
.slide_banner  .slick-dots li button{position: absolute;width: 100%;height: 100%;opacity: 0;display: none;}
.slide_banner  .slick-dots li:before{content: "";display: block;width: 30px;height: 4px;background:#fff;}
.slide_banner  .slick-dots li.slick-active:after{content: "";display: block;width: 0%;height: 4px;background: #000;animation:width 6s linear 1;position: absolute;left:0;top:0;}
@keyframes re-banner-slide-80 {
    0% {
        opacity: 0;
        transform: translate3d(0,80px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}
@keyframes width {
    0% {
        width:0;
    }

    to {
        width:100%;
    }
}
.slide_banner .slick-prev{ width:30px; height:30px; background:url(../images/prev.png) center no-repeat; background-size:100% 100%; left:5%; margin-top:-15px;-webkit-transition: all 0.5s ease-out 0s; 
  -moz-transition: all 0.5s ease-out 0s; 
  -o-transition: all 0.5s ease-out 0s; 
  transition: all 0.5s ease-out 0s;
}
.slide_banner .slick-next{ width:30px; height:30px; background:url(../images/next.png) center no-repeat; background-size:100% 100%; right:5%; margin-top:-15px;
  -webkit-transition: all 0.5s ease-out 0s; 
  -moz-transition: all 0.5s ease-out 0s; 
  -o-transition: all 0.5s ease-out 0s; 
  transition: all 0.5s ease-out 0s;
}
.slide_banner .slick-prev:hover,
.slide_banner .slick-next:hover{opacity:0.6; filter:alpha(opacity=60);}
/*20180419*/
.slide_banner .pic1{ float:left; width:18.54%; height:34.53%; position:absolute; left:50%; margin-left:-9.27%; top:22.64%;}
.slide_banner .pic2{ float:left; width:32.65%; height:21.97%; position:absolute; left:19.16%; top:48.488%;}
.slide_banner .pic3{ float:left; width:11.25%; height:59.19%; position:absolute; left:50%; margin-left:-5.625%; top:15.91%;}
.slide_banner .slick-slide .img_7{position: absolute; width:100%; left:0;top:0;z-index: 9;}
.slide_banner .slick-slide .img_7 img{display: block; width:0; margin-left:-100px; float:left; opacity:0; filter:alpha(opacity=00);
  -webkit-transition: all 1s ease-out 0s; 
  -moz-transition: all 1s ease-out 0s; 
  -o-transition: all 1s ease-out 0s; 
  transition: all 1s ease-out 0s;}
.slide_banner .slick-slide .img_7 img.block{ width:100%; margin:0; opacity:1; filter:alpha(opacity=100);}
.slide_banner .slick-slide .img_8{position: absolute; width:100%; left:0;bottom:34.69%;z-index: 9;}
.slide_banner .slick-slide .img_8 img{display: block; width:0; margin:0 auto; opacity:0; filter:alpha(opacity=00);
  -webkit-transition: all 1s ease-out 0s; 
  -moz-transition: all 1s ease-out 0s; 
  -o-transition: all 1s ease-out 0s; 
  transition: all 1s ease-out 0s;}
.slide_banner .slick-slide .img_8 img.block{ width:100%; margin:0; opacity:1; filter:alpha(opacity=100);}
.slide_banner .slick-slide .img_9{position: absolute; width:100%; right:0;bottom:0;z-index: 9;}
.slide_banner .slick-slide .img_9 img{display: block; width:0; margin-right:-100px; float:right; opacity:0; filter:alpha(opacity=00);
  -webkit-transition: all 1s ease-out 0s; 
  -moz-transition: all 1s ease-out 0s; 
  -o-transition: all 1s ease-out 0s; 
  transition: all 1s ease-out 0s;}
.slide_banner .slick-slide .img_9 img.block{ width:100%; margin:0; opacity:1; filter:alpha(opacity=100);}
.slide_banner .slick-slide .img_10{position: absolute; width:100%; left:0;top:0;z-index: 9;}
.slide_banner .slick-slide .img_10 img{display: block; width:0; margin:0 auto; opacity:0; filter:alpha(opacity=00);
  -webkit-transition: all 1s ease-out 0s; 
  -moz-transition: all 1s ease-out 0s; 
  -o-transition: all 1s ease-out 0s; 
  transition: all 1s ease-out 0s;}
.slide_banner .slick-slide .img_10 img.block{ width:100%; margin:0; opacity:1; filter:alpha(opacity=100);}
.slide_banner .slick-slide .img_11{position: absolute; width:100%; right:0;bottom:0;z-index: 9;}
.slide_banner .slick-slide .img_11 img{display: block; width:0; margin-right:-100px; float:right; opacity:0; filter:alpha(opacity=00);
  -webkit-transition: all 1s ease-out 0s; 
  -moz-transition: all 1s ease-out 0s; 
  -o-transition: all 1s ease-out 0s; 
  transition: all 1s ease-out 0s;}
.slide_banner .slick-slide .img_11 img.block{ width:100%; margin:0; opacity:1; filter:alpha(opacity=100);}
.slide_banner .slick-slide .img_12{position: absolute; width:100%; left:0;bottom:0;z-index: 9;}
.slide_banner .slick-slide .img_12 img{display: block; width:0; margin-left:-100px; float:left; opacity:0; filter:alpha(opacity=00);
  -webkit-transition: all 1s ease-out 0s; 
  -moz-transition: all 1s ease-out 0s; 
  -o-transition: all 1s ease-out 0s; 
  transition: all 1s ease-out 0s;}
.slide_banner .slick-slide .img_12 img.block{ width:100%; margin:0; opacity:1; filter:alpha(opacity=100);}
.slide_banner .slick-slide .img_13{position: absolute; width:100%; right:0;top:0;z-index: 9;}
.slide_banner .slick-slide .img_13 img{display: block; width:0; margin-right:-100px; float:right; opacity:0; filter:alpha(opacity=00);
  -webkit-transition: all 1s ease-out 0s; 
  -moz-transition: all 1s ease-out 0s; 
  -o-transition: all 1s ease-out 0s; 
  transition: all 1s ease-out 0s;}
.slide_banner .slick-slide .img_13 img.block{ width:100%; margin:0; opacity:1; filter:alpha(opacity=100);}

.slide_banner .slick-slide .ban1.ban_7{
  -webkit-transform-origin: 15% 50%;
  -moz-transform-origin: 15% 50%;
  -ms-transform-origin: 15% 50%;
  -o-transform-origin: 15% 50%;
  transform-origin: 15% 50%;
}
.slide_banner .slick-slide .ban1.ban_8{
  -webkit-transform-origin: 15% 50%;
  -moz-transform-origin: 15% 50%;
  -ms-transform-origin: 15% 50%;
  -o-transform-origin: 15% 50%;
  transform-origin: 15% 50%;
}
.slide_banner .slick-slide .ban1.ban_9
{
  -webkit-transform-origin: 15% 50%;
  -moz-transform-origin: 15% 50%;
  -ms-transform-origin: 15% 50%;
  -o-transform-origin: 15% 50%;
  transform-origin: 15% 50%;
}
.slide_banner .slick-slide .ban1.ban_10{
  -webkit-transform-origin: 15% 50%;
  -moz-transform-origin: 15% 50%;
  -ms-transform-origin: 15% 50%;
  -o-transform-origin: 15% 50%;
  transform-origin: 15% 50%;
}
.slide_banner .slick-slide .ban1.ban_11{
  -webkit-transform-origin: 15% 50%;
  -moz-transform-origin: 15% 50%;
  -ms-transform-origin: 15% 50%;
  -o-transform-origin: 15% 50%;
  transform-origin: 15% 50%;
}
.slide_banner .slick-slide .ban1.ban_12
{
  -webkit-transform-origin: 15% 50%;
  -moz-transform-origin: 15% 50%;
  -ms-transform-origin: 15% 50%;
  -o-transform-origin: 15% 50%;
  transform-origin: 15% 50%;
}
.slide_banner .slick-slide .ban1.ban_13
{
  -webkit-transform-origin: 15% 50%;
  -moz-transform-origin: 15% 50%;
  -ms-transform-origin: 15% 50%;
  -o-transform-origin: 15% 50%;
  transform-origin: 15% 50%;
}
/*20180419*/

.slide_banner .slick-slide .img_6{position: absolute; width:100%; right:0;bottom:0;z-index: 9;}
.slide_banner .slick-slide .img_6 img{display: block; width:0; margin-right:-100px; float:right; opacity:0; filter:alpha(opacity=00);
  -webkit-transition: all 1s ease-out 0s; 
  -moz-transition: all 1s ease-out 0s; 
  -o-transition: all 1s ease-out 0s; 
  transition: all 1s ease-out 0s;}
.slide_banner .slick-slide .img_6 img.block{ width:100%; margin:0; opacity:1; filter:alpha(opacity=100);}
.slide_banner .slick-slide .img_5{position: absolute; width:100%; right:0;bottom:0;z-index: 9;}
.slide_banner .slick-slide .img_5 img{display: block; width:0; float:left; margin-left:-100px; opacity:0; filter:alpha(opacity=00);
  -webkit-transition: all 1.4s ease-out 0s; 
  -moz-transition: all 1.4s ease-out 0s; 
  -o-transition: all 1.4s ease-out 0s; 
  transition: all 1.4s ease-out 0s;}
.slide_banner .slick-slide .img_5 img.block{ width:100%; margin-left:0; opacity:1; filter:alpha(opacity=100);}
.slide_banner .slick-slide .img_4{position: absolute; width:100%; left:0;bottom:37%;z-index: 9;}
.slide_banner .slick-slide .img_4 img{display: block; width:5%; margin:0 auto; opacity:0; filter:alpha(opacity=00);
  -webkit-transition: all 2s ease-out 0s; 
  -moz-transition: all 2s ease-out 0s; 
  -o-transition: all 2s ease-out 0s; 
  transition: all 2s ease-out 0s;}
.slide_banner .slick-slide .img_4 img.block{ width:100%; height:auto;  opacity:1; filter:alpha(opacity=100);}
.slide_banner .slick-slide .img_3{position: absolute; width:100%; left:0;top:0;z-index: 9;}
.slide_banner .slick-slide .img_3 img{display: block; float:left; width:0; margin-left:-200px; opacity:0; filter:alpha(opacity=00);
  -webkit-transition: all 1.2s ease-out 0s; 
  -moz-transition: all 1.2s ease-out 0s; 
  -o-transition: all 1.2s ease-out 0s; 
  transition: all 1.2s ease-out 0s;}
.slide_banner .slick-slide .img_3 img.block{ width:100%; margin-left:0; opacity:1; filter:alpha(opacity=100);}
.slide_banner .slick-slide .img_2{position: absolute; width:100%; left:0;top:0;z-index: 9;}
.slide_banner .slick-slide .img_2 img{display: block; width:0; margin-left:-100px; opacity:0; filter:alpha(opacity=00);
  -webkit-transition: all 1.4s ease-out 0s; 
  -moz-transition: all 1.4s ease-out 0s; 
  -o-transition: all 1.4s ease-out 0s; 
  transition: all 1.4s ease-out 0s;}
.slide_banner .slick-slide .img_2 img.block{ width:100%; margin-left:0;opacity:1; filter:alpha(opacity=100);}
.slide_banner .slick-slide .img_1{ float:left;position: absolute; width:100%; right:0;top:0;z-index: 9;}
.slide_banner .slick-slide .img_1 img{display: block; width:0; margin-right:-100px; float:right; opacity:0; filter:alpha(opacity=00);
  -webkit-transition: all 1.6s ease-out 0s; 
  -moz-transition: all 1.6s ease-out 0s; 
  -o-transition: all 1.6s ease-out 0s; 
  transition: all 1.6s ease-out 0s;}
.slide_banner .slick-slide .img_1 img.block{ width:100%; margin-right:0; opacity:1; filter:alpha(opacity=100);}


.slide_banner .slick-slide img{width: 100%;
  -webkit-transition: all 8s ease-out 0s; 
  -moz-transition: all 8s ease-out 0s; 
  -o-transition: all 8s ease-out 0s; 
  transition: all 8s ease-out 0s;}
.slide_banner .slick-slide .ban1.ban_0{
  -webkit-transform-origin: 15% 15%;
  -moz-transform-origin: 15% 15%;
  -ms-transform-origin: 15% 15%;
  -o-transform-origin: 15% 15%;
  transform-origin: 15% 15%;
}
.slide_banner .slick-slide .ban1.ban_1{
  -webkit-transform-origin: 85% 15%;
  -moz-transform-origin: 85% 15%;
  -ms-transform-origin: 85% 15%;
  -o-transform-origin: 85% 15%;
  transform-origin: 85% 15%;
}
.slide_banner .slick-slide .ban1.ban_2{
  -webkit-transform-origin: 15% 85%;
  -moz-transform-origin: 15% 85%;
  -ms-transform-origin: 15% 85%;
  -o-transform-origin: 15% 85%;
  transform-origin: 15% 85%;
}
.slide_banner .slick-slide .ban1.ban_3{
  -webkit-transform-origin: 45% 85%;
  -moz-transform-origin: 45% 85%;
  -ms-transform-origin: 45% 85%;
  -o-transform-origin: 45% 85%;
  transform-origin: 45% 85%;
}
.slide_banner .slick-slide .ban1.ban_4{
  -webkit-transform-origin: 85% 85%;
  -moz-transform-origin: 85% 85%;
  -ms-transform-origin: 85% 85%;
  -o-transform-origin: 85% 85%;
  transform-origin: 85% 85%;
}
.slide_banner .slick-slide .ban1.ban_5{
  -webkit-transform-origin: 15% 50%;
  -moz-transform-origin: 15% 50%;
  -ms-transform-origin: 15% 50%;
  -o-transform-origin: 15% 50%;
  transform-origin: 15% 50%;
}
.slide_banner .slick-slide .ban1.hover{
  -webkit-transform: scale(1.1,1);
  -moz-transform: scale(1.1,1);
  -ms-transform: scale(1.1,1);  
  -o-transform: scale(1.1,1);  
  transform: scale(1.1,1);
}

@media screen and (max-width:991px) {
  
  .slide_banner .slick-prev{ width:30px; height:30px; margin-top:-15px;}
.slide_banner .slick-next{ width:30px; height:30px; margin-top:-15px;}  

}
@media screen and (max-width:767px) {
  .ph_top{width: 100%;height: .88rem;background: #fff;}
.logo{width: 1.72rem;height: .88rem;position: absolute;top: 0;left: 50%;margin-left: -.86rem;}  
.menuph{  width:.44rem; height:.44rem; cursor: pointer; text-align: center; padding:.11rem .08rem; background: transparent;position: relative;top:50%;margin:-.22rem 0 0 0;right:-.12rem;}
.menuph .point {  display: inline-block;  width:.28rem;  height:.22rem; position: relative;}
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before {  width: .38rem;  }
.menuph .navbtn {  position: absolute;  top: .1rem;  right: 0;  display: inline-block;  width: .38rem;  height: 2px;  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #373737;  }
.menuph .navbtn::after,
.menuph .navbtn::before {  position: absolute;  right: 0;  display: inline-block;  width: .38rem;  height: 2px;  content: '';  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #373737;  }
.menuph .navbtn::after {  top: -.13rem;  }
.menuph .navbtn::before {  top: .15rem;  }
.menuph .point.active .navbtn{  background: transparent;  }
.menuph .point.active .navbtn::after{  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);  top: 0px;  }
.menuph .point.active .navbtn::before {  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg);  top: 0px;  }
.xialaph{top:.88rem;}
}
.index-banner{display: none;}
.ell{white-space: nowrap; text-overflow:ellipsis; overflow:hidden;}
@media screen and (max-device-width: 320px){body{-webkit-text-size-adjust:none}}
@media screen and (max-device-width: 480px){body{-webkit-text-size-adjust:none}}
@media only screen and (-webkit-min-device-pixel-ratio: 2){body{-webkit-text-size-adjust:none}}
@media only screen and (min-device-width: 768px) and (max-device-width: 1243px){body{-webkit-text-size-adjust:none}}


/*main*/
.home_tit1{  width:100%; text-align:center; font-size:24px; line-height:42px; margin-top:5.1%;color: #ffffff;}
.home_tit2{  width:100%; text-align:center; color:#767676; font-size:14px; line-height:22px; margin-top:16px;}
.home_tit3{ float:left; width:100%; text-align:center; margin-top:22px;color: #ffffff;font-size: 16px;}
.home_tit1-h6{ width:100%; text-align:center; font-size:14px; line-height:14px; margin-top:10px;color: #ffffff;}
.home_tit1_img{display: table;margin:27px auto 50px;}
.cont1{ float:left; width:100%; margin-top:5.52%; padding:0 1%;}
.cont1 li{ float:left; width:33.3333%; padding:0 15px;}
.cont1 li a{ float:left; width:100%; padding:0 3.35%;}
.cont1 li .l1{ float:left; width:100%; position:relative; padding-left:14.26%;}
.cont1 li .l1 i{ float:left; width:10.8%; position:absolute; left:0; top:0; z-index:2;}
.cont1 li .l1 em{ float:left; width:93.6%; padding-left:2.45%; position:absolute; left:0; top:7%; z-index:1;}
.cont1 li .l1 h2{ float:left; width:100%; font-size:24px; line-height:32px; color:#c1020e; margin-top:10.49%;}
.cont1 li .l1 h4{ float:left; width:100%; font-size:18px; line-height:26px; color:#c1020e;}
.cont1 li .l1 h5{ float:left; width:100%; font-size:14px; line-height:18px; height:36px; overflow:hidden; color:#898989; font-family:Arial; margin-top:1.47%;}
.cont1 li .l2{ float:left; width:100%; color:#767676; font-size:14px; line-height:28px; margin-top:8%; text-align:justify;}
.cont1 .slick-prev{ width:0; height:0; overflow:hidden;}
.cont1 .slick-next{ width:0; height:0; overflow:hidden;}
.cont1 .slick-dots{ position:static; margin-top:15px;}
.cont1 .slick-dots li{ float:none; width:10px; height:10px; margin:0 3px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; background:#8a8585; padding:0; text-indent:-999px; overflow:hidden;}
.cont1 .slick-dots li.slick-active{background:#c1020e; }

.cont2{ float:left; width:100%; margin:3.8% 0 10.98% 0; text-align:center; background:url(images/main8.png) center repeat-x;}
.cont2 a{ display:inline-block; *display:inline; *zoom:1; color:#c1020e; font-size:16px; line-height:26px; text-transform:uppercase; background:url(images/main9.png) center no-repeat; position:relative; padding:0 11%;}
.cont2 a::after{ float:left; width:12.47%; height:5px; background:#fff; content:'微软雅黑'; position:absolute; left:-12.47%; top:50%; margin-top:-2px;}
.cont2 a::before{ float:left; width:12.47%; height:5px; background:#fff; content:'微软雅黑'; position:absolute; right:-12.47%; top:50%; margin-top:-2px;}



@media screen and (max-width:991px) {
  
  .home_tit1{ font-size:22px; line-height:40px;}
.home_tit2{ margin-top:10px;}
.home_tit3{ margin-top:8px;}
.cont1 li .l2{ padding-right:0;}

}


@media screen and (max-width:767px) {
  
  .cont1 li a{ padding:0;}

}

/**/
.cont3{ width:90%;max-width: 1600px;margin:0 auto 78px; }
.cont3 li{ float:left;padding:37px 29px 0 29px; text-align:center;}
.cont3 li .l1{ float:left; width:100%; position:relative;}
.cont3 li .l1 .pic1{ width:100px; opacity:1; filter:alpha(opacity=100); position:relative; left:50%; top:0; margin-left:-50px;}
.cont3 li .l1 .pic2{ width:100px; opacity:0; filter:alpha(opacity=00); position:absolute; left:50%; top:0; margin-left:-50px;}
.cont3 li .l3{ float:left; width:100%; height:200px; margin:20px 0;}
.cont3 li .l3 dd{ float:left; width:100%; color:#333333; font-size:16px; line-height:40px;-webkit-transition: all 0.2s ease-out 0s; 
  -moz-transition: all 0.2s ease-out 0s; 
  -o-transition: all 0.2s ease-out 0s; 
  transition: all 0.2s ease-out 0s;position: relative;border-radius: 5px;overflow: hidden;}
.cont3 li .l3 dd span{position: relative;z-index: 1;}
.cont3 li .l3 dd:before{display: block;height: 100%;content: "";background: #fb8906;width: 0;position: absolute;left:0;top:0;transition: all 0.2s ease-out 0s; 
  -moz-transition: all 0.2s ease-out 0s; 
  -o-transition: all 0.2s ease-out 0s; 
  transition: all 0.2s ease-out 0s;}
.cont3 li .l4{ float:left; width:100%; opacity:0; filter:alpha(opacity=00);-webkit-transition: all 0.5s ease-out 0s; 
  -moz-transition: all 0.5s ease-out 0s; 
  -o-transition: all 0.5s ease-out 0s; 
  transition: all 0.5s ease-out 0s;}
.cont3 li .l4 span{ display:inline-block; *display:inline; *zoom:1; width:179px; height:46px; color:#fff; font-family:Arial; font-size:14px; line-height:46px; border:1px solid rgba(255,255,255,0.4); border-radius:46px; -webkit-border-radius:46px; -moz-border-radius:46px; font-weight:bold; text-transform:uppercase;}
.cont3 li:hover .l4{ opacity:1; filter:alpha(opacity=100);}
.cont3 li:hover .l2{ color:#fff;}
.cont3 li:hover{box-shadow:  0 0 30px  #ccc;background:url(../images/main11.jpg) center bottom no-repeat; background-size:cover;}
.cont3 li:hover dd{ color: #fff;}
.cont3 li:hover dd span{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;color:#fff;}
.cont3 li dd:hover:before{width: 100%;}
.cont3 li p{position: relative;}
.cont3 li p:before{}
.cont3 li:hover .l1 .pic1{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity: 0}
.cont3 li:hover .l1 .pic2{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1}
.cont3 .slick-prev{ width:0; height:0; overflow:hidden;}
.cont3 .slick-next{ width:0; height:0; overflow:hidden;}
.cont3 .slick-dots{ bottom:30px;}
.cont3 .slick-dots li{ float:none; width:10px; height:10px; margin:0 3px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; background:#8a8585; padding:0; text-indent:-999px; overflow:hidden;}
.cont3 .slick-dots li.slick-active{background:#217fc4; }
.cont3 .slick-list{overflow: visible;}
.cont3 .home_tit1{color: #1a1a1a}
.cont3 .home_tit1-h6{color: #b2b2b2}
.cont3 .home_tit2{max-width: 960px;margin:16px auto 40px;}
.index1_ul{display: none;}
@media screen and (max-width:991px) {
  .cont3{margin:0 auto 39px;}
.cont3 li{ padding:60px 15px 45px 15px}
.cont3 li .l3{ height:150px; margin:10px 0;}
.cont3 li .l3 dd{line-height:30px; height:30px;}
.cont3 li .l2{ padding:50px 0 11px 0;}
.cont3 li .l4 span{ line-height:38px; height:38px;}
.cont3 .slick-dots{ bottom:15px;}

}

@media screen and (max-width:767px) {
  .pz_banner{display: none;}
.index-banner{display: block;margin-top:.88rem;}
.index-banner2{height: 4.5rem;overflow:hidden;}
.index-banner ul{width: 100%;margin-top: 0rem;}
.index-banner ul img{display: block;width: 100%;}
.index-banner ul .slick-dots{bottom:10px;}
.index-banner .swiper-pagination-bullet{ float:none; width:7px; height:7px; margin:0 3px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; background:#d9d9d9;opacity:1;}
.index-banner .swiper-pagination-bullet-active{background:#fb8906;}
.cont3{margin:0 auto 0px;}
.cont3_ul{display: none;}
.index1_ul{display: block;}
.cont3{width: 100%;height: auto;background: url(../images/index2-bg.jpg) no-repeat center top;background-size: 100%;padding: .7rem 0 .6rem 0;}
.cont3 .home_tit1{font:bold .34rem/.34rem '微软雅黑';color: #1a1a1a;text-align: center;margin-top: 0}
.cont3 .home_tit1-h6{font: .18rem/.58rem '微软雅黑';color: #b2b2b2;text-align: center;margin-top: 0}
.cont3 .home_tit2{font: .2rem/.32rem '微软雅黑';color: #999999;text-align: center;width: 6rem;margin:0 auto .4rem;}
.cont3>ul.index1_ul{width: 6.9rem;margin:0 auto;}
.cont3>ul li{float: left;width: 50%;text-align: center;padding: .4rem 0 0 0;height: 5.2rem;}
.cont3>ul li img{display: block;width: 100%;}
.cont3>ul li h4{font:.3rem/.9rem '微软雅黑';color: #000000;}
.cont3>ul li a{font:.28rem/.42rem '微软雅黑';color: #666666;}

.cont3 li:hover{box-shadow:  0 0 30px  #ccc;background:#fff; background-size:cover;}
}

/**/

.cont5{width:100%;background: #fff;}
.cont5 li{ float:left; width:33.3333%;}
.cont5 li .l1{ float:left; width:100%; position:relative; overflow:hidden;}
.cont5 li .l1 .pic1{ float:left; width:100%; line-height:0; overflow:hidden;position: relative;}
.cont5 li .l1 .pic1>img{
  -webkit-transition: all 0.4s ease-out 0s; 
  -moz-transition: all 0.4s ease-out 0s; 
  -o-transition: all 0.4s ease-out 0s; 
  transition: all 0.4s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;width: 100%;}
.cont5 li .l1:hover .pic1 img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.cont5 li .l1 .tx1{ float:left; width:100%; height:100%;background:rgba(38,104,237,0.8); position:absolute; left:0; bottom:0%;
  -webkit-transition: all 0.5s ease-out 0s; 
  -moz-transition: all 0.5s ease-out 0s; 
  -o-transition: all 0.5s ease-out 0s; 
  transition: all 0.5s ease-out 0s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity:0}
.cont5 li .l1 .tx1_1{ width:100%; padding:0 13%; position:absolute; left:0; top:50%; text-align:center;height: 226px;margin-top: -113px;}
.cont5 li .l1 .tx1_1 h1{ width:100%; color:#fff; font-size:20px; line-height:20px;}
.cont5 li .l1 .tx1_1 i{display: table;margin:20px auto;width: 1px;height: 30px;background: #fff;}
.cont5 li .l1 .tx1_1 p{width:100%; color:#fff; font-size:14px; line-height:30px; overflow:hidden;text-align: center;}
.cont5 li .l1 .tx1_1 img{width: 40px;height: 40px;position: absolute;bottom: 0;left:50%;margin-left: -55px}
.cont5 li .l1 .tx1_1 img+img{margin-left: 15px;}
.cont5 li .l1:hover .tx1{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity:1}
.cont5 li .l1 .pic1 span{width: 120px;height: 30px;background: #2668ed;position: absolute;top:67.85%;left:50%;margin:0 0 0 -60px;display: block;font:14px/30px '微软雅黑';color: #fff;text-indent: 37px;-webkit-transition: all 0.5s ease-out 0s; 
  -moz-transition: all 0.5s ease-out 0s; 
  -o-transition: all 0.5s ease-out 0s; 
  transition: all 0.5s ease-out 0s;}
.cont5 li .l1 .pic1 span img{float: right;width: 5px;margin:12px 38px 0 0;}
.cont5 li .l1.index-case-li-l1:hover .pic1 img{ -webkit-transform: scale(1); -moz-transform: scale(1);transform: scale(1);}
.cont5 li .l1 .pic1 span:hover{background: #fb8906}

.cont5 .slick-prev{ width:0; height:0; overflow:hidden;}
.cont5 .slick-next{ width:0; height:0; overflow:hidden;}
.cont5 .slick-dots{ bottom:25px;}
.cont5 .slick-dots li{ float:none; width:10px; height:10px; margin:0 3px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; background:#8a8585; padding:0; text-indent:-999px; overflow:hidden;}
.cont5 .slick-dots li.slick-active{background:#217fc4; }

.index2{display: none;}


@media screen and (max-width:1366px) {
  .cont5 li .l1 .tx1_1{ margin-top:-102px;}
.cont5 li .l1 .tx1_1 p{ line-height:24px; height:48px;}
.cont5 li .l1 .tx1_1 i{ height:22px;}
.cont5 li .l1 .tx1_1 em{ margin-top:20px;}

}

@media screen and (max-width:991px) {
  .cont5 li .l1 .tx1_1{ margin-top:-89px;}
.cont5 li .l1 .tx1_1 h1{ font-size:22px; line-height:22px;}  
.cont5 li .l1 .tx1_1 em{ height:30px; background-size:30px 30px; margin-top:10px;}
}
@media screen and (max-width:767px) {
  .cont5_ul{display: none;}
.index2{width: 100%;height: auto;display: block}
.index2 .top{width: 100%;height: auto;background: #eef3fe;padding:.8rem 0 .4rem 0;}
.index2 .top h2{font:bold .34rem/.34rem '微软雅黑';color: #1a1a1a;text-align: center;}
.index2 .top h3{font: .18rem/.58rem '微软雅黑';color: #b2b2b2;text-align: center;}
.index2 .top em{display: block;margin:0 auto .3rem;width: .24rem;height: 2px;background: #999999;}
.index2 .top p{font: .2rem/.32rem '微软雅黑';color: #999999;text-align: center;}
.index2-swiper{width: 100%;}
.index2-swiper img{display: block;width: 100%;}
.index2-swiper h2{font:.3rem/.7rem '微软雅黑';color: #1a1a1a;text-align: center;margin-top: .1rem}
.index2-swiper p{font:.26rem/.34rem '微软雅黑';color: #666666;text-align: center;}
.index2-swiper .slick-next,.index2-swiper .slick-prev{width: .5rem;height: .5rem;background-size: 100% 100%;top:2.3rem;margin-top: 0;} 
.index2-swiper .slick-next{background-image:url(../images/index2-right.png);}
.index2-swiper .slick-prev{background-image:url(../images/index2-left.png);}
.index2>a{display: block;width: 6.9rem;height: .9rem;background: #2668ed;color: #fff;text-indent:2.69rem ;text-align: left;font:.3rem/.9rem '微软雅黑';margin:.6rem auto .9rem;}
.index2>a img{width: .14rem;margin-left: .2rem;}
}
/**/
.cont6{width: 100%;height: auto;}
.cont6-1{width: 100%;height: 320px;background: url(../images/cont6-img1.jpg) no-repeat center top;position: relative;padding-top: 120px}
#particles-js{position: absolute;top:0;left:0;width: 100%;height: 100%;background-color: #eff3ff;background-image: url('微软雅黑');background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;}
.cont6-1 ul{width: 100%;max-width: 1200px;margin:0 auto;}
.cont6-1 ul li{float: left;width: 21.33%;position: relative;text-align: center;position: relative;margin:0 6%;}
.cont6-1 ul li span{position: relative;top:-32px;font-size: 20px;}
.cont6-1 ul li h2{font:bold 50px/50px '微软雅黑';color: #1a1a1a;}
.cont6-1 ul li p{font:14px/50px '微软雅黑';color: #666666;}
.cont6 .cont6-2{width: 100%;height: 730px;background: url(../images/cont6-2-bg.jpg) no-repeat center top;}
.cont6 .cont6-2-box{max-width: 1680px;width: 96%;margin:0 auto;padding-top: 90px;}
.cont6 .cont6-2-box>div h4{font:26px/28px '微软雅黑';color: #fff;}
.cont6 .cont6-2-box>div h5{font:14px/28px '微软雅黑';color: #fff;}
.cont6 .cont6-2-box>div a{display: block;width: 120px;height: 30px;border:solid #fff 1px;font:14px/30px '微软雅黑';color: #fff;text-indent: 37px;position: relative;}
.cont6 .cont6-2-box>div a:before{display: block;position: absolute;height: 100%;width: 0;background: #fb8906;content: "";-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
.cont6 .cont6-2-box>div a:hover:before{width: 100%;}
.cont6 .cont6-2-box>div a span{position: relative;z-index: 1;}
.cont6 .cont6-2-box>div a img{margin-left: 5px;position: relative;z-index: 1;}
.cont6 .cont6_ul {max-width: 1280px;margin:40px auto 0;}
.cont6 .cont6_ul li{width: 100%;}
.cont6 .cont6_ul li>div{width: 50%;}
.cont6 .cont6_ul .left{float: left;padding-left: 70px;}
.cont6 .cont6_ul .right{float: left;padding: 85px 0 0 60px;}
.cont6 .cont6_ul .left h1{font:bold 48px/48px '微软雅黑';color: #ffffff;margin-bottom: 35px;}
.cont6 .cont6_ul .right h3{font:20px/28px '微软雅黑';color: #fffefe;}
.cont6 .cont6_ul .right h4{font:16px/28px '微软雅黑';color: #ffffff;margin:20px 0 30px 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;}
.cont6 .cont6_ul .right p{font:14px/28px '微软雅黑';color: #ffffff;max-width: 530px;}

.cont6 .cont6_ul .right span{display: block;width: 120px;height: 30px;font:14px/30px '微软雅黑';color: #fff;background: #fb8906;text-align: center;margin-top: 80px}
.cont6 .cont6_ul .right span:hover{text-decoration: underline;}
.cont6 .cont6_ul .slick-prev,.cont6_ul .slick-next{left: 50%;top: 100%;width: 60px;height: 59px;border-top:solid #fff 1px;}
.cont6 .cont6_ul .slick-prev{background:url(../images/cont6-2-prev.png) no-repeat center top;margin-left: -60px}
.cont6 .cont6_ul .slick-next{background: url(../images/cont6-2-next.png) no-repeat center top;}
.cont6 .cont6-2-box>a{display: none;}

.cont6-news .cont6-2{width: 100%;height:auto;background: #fff}
.cont6-news .cont6-2-box{max-width: 1680px;width: 96%;margin:0 auto;padding-top: 90px;}
.cont6-news .cont6-2-box>div h4{font:26px/28px '微软雅黑';color: #1a1a1a;}
.cont6-news .cont6-2-box>div h5{font:14px/28px '微软雅黑';color: #999999;}
.cont6-news .cont6-2-box>div a.fr{display: block;width: 120px;height: 30px;border:solid #999999 1px;font:14px/30px '微软雅黑';color: #999999;text-indent: 37px;position: relative;}
.cont6-news .cont6-2-box>div a.fr:before{display: block;position: absolute;height: 100%;width: 0;background: #fb8906;content: "";-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
.cont6-news .cont6-2-box>div a.fr:hover:before{width: 100%;}
.cont6-news .cont6-2-box>div a span{position: relative;z-index: 1;}
.cont6-news .cont6-2-box>div a img{margin-left: 5px;position: relative;z-index: 1;}
.cont6-news .cont6_ul {max-width: 1280px;margin:40px auto 0;}
.cont6-news .cont6_ul li{width: 100%;}
.cont6-news .cont6_ul li>div{width: 50%;}
.cont6-news.cont6_ul .left{float: left;padding-left: 70px;}
.cont6-news .cont6_ul .right{float: left;padding: 85px 0 0 60px;}
.cont6-news .cont6_ul .left h1{font:bold 48px/48px '微软雅黑';color: #ffffff;margin-bottom: 35px;}
.cont6-news .cont6_ul .right h3{font:20px/28px '微软雅黑';color: #fffefe;}
.cont6-news .cont6_ul .right h4{font:16px/28px '微软雅黑';color: #ffffff;margin:20px 0 30px 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8}
.cont6-news .cont6_ul .right p{font:14px/28px '微软雅黑';color: #ffffff;max-width: 530px;}
.cont6-news .cont6_ul .right span{display: block;width: 120px;height: 30px;font:14px/30px '微软雅黑';color: #fff;background: #fb8906;text-align: center;margin-top: 80px}
.cont6-news .cont6_ul .slick-prev,.cont6_ul .slick-next{left: 50%;top: 100%;width: 60px;height: 59px;border-top:solid #fff 1px;}
.cont6-news .cont6_ul .slick-prev{background:url(../images/cont6-2-prev.png) no-repeat center top;margin-left: -60px}
.cont6-news .cont6_ul .slick-next{background: url(../images/cont6-2-next.png) no-repeat center top;}
.cont6-news .cont6-2-box>a{display: none;}
.index_zx_box{max-width: 1680px;width: 96%;margin: 0 auto;position: relative;}
.index_zx_box img{width: 33.33%;position: absolute;z-index: 1;top:50%;left: 0%;transform: translate(0%,-50%);display: none;}
.index_zx_box ul{box-sizing: border-box;width: 70%;background:#f5f5f5;padding: 50px 130px;}
.index_zx_box ul li{width: 100%;margin-bottom: 50px;}
.index_zx_box ul h2{font:14px/15px '微软雅黑';color: #333333;text-align: left;}
.index_zx_box ul h6{font:20px/50px '微软雅黑';color: #1a1a1a;text-align: left;}
.index_zx_box ul h6:before{content: "";width: 0;height: 1px;background: #2668ed;position: relative;top:-8px;transition:all .5s;}
.index_zx_box ul p{font:14px/24px '微软雅黑';color: #666666;text-align: left;}
.index_zx_box ul li:hover h6{color: #2668ed}
.index_zx_box ul li:hover h6:before{width: 50px;display: inline-block;margin-right: 7px;}
a.r_a2,.cont6-news .cont6-2-box>a.zx_a2{display: none;}
.index_zx_box ul li.on h6{color: #2668ed}
@media screen and (max-width:1480px){
  .index_zx_box ul{padding: 40px 80px;}
.index_zx_box ul li{margin-bottom: 30px;}
}
@media screen and (max-width:1280px) {
  .cont6 .cont6_ul .left{float: left;padding-left: 10px;}
.cont6 .cont6_ul .right{float: left;padding: 85px 0 0 60px;}
.cont6 .cont6_ul {max-width: 990px;margin:40px auto 0;}
.index_zx_box ul{padding: 30px 60px;}
.index_zx_box ul li{margin-bottom: 20px;}
}

@media screen and (max-width:991px) {
  .cont6-news .cont6-2-box{padding: 20px 0;width: 90%; }
.index_zx_box{width: 100%;}
.index_zx_box ul{background: #fff;}
.cont6 .cont6-2-box>div a.fr{display: none;}
.cont6 .cont6-2{height: auto;background: #2669ee;}
.cont6 .cont6-2-box{padding: 20px 0;width: 90%;}
.cont6 .cont6_ul .left{width: 100%;padding-left: 0;float: none;}
.cont6 .cont6_ul .left img{width: 100%}
.cont6 .cont6_ul .left h1{display: none;}
.cont6 .cont6_ul .right{float: none;padding: 30px 0 15px 0px;width: 100%;margin:0 auto;}
.cont6 .cont6_ul .right h4{margin:10px 0 15px 0;}
.cont6 .cont6_ul {max-width: 770px;margin:20px auto;}
.cont6 .cont6_ul .right span{margin-top: 30px;display: none;}
.cont6 .cont6_ul .slick-prev,.cont6_ul .slick-next{left: 0%;top: 30%;width: 60px;height: 59px;border-top:solid #fff 1px;margin-left: 0;}
.cont6 .cont6_ul .slick-prev{background:rgba(0,0,0,0.5) url(../images/cont6-2-prev.png) no-repeat center top;}
.cont6 .cont6_ul .slick-next{background:rgba(0,0,0,0.5) url(../images/cont6-2-next.png) no-repeat center top;left:auto;right: 0%;}
.cont6 .cont6-2-box>a.r_a1{display: block;width: 120px;height: 30px;border:solid #fff 1px;font:14px/30px '微软雅黑';color: #fff;text-indent: 37px;margin:0 auto;}
.cont6 .cont6-2-box>a img{margin-left: 5px;}
.index_zx_box_img_box{display: none;}
.index_zx_box img{position:static;width: 80%;margin:20px auto!important;display: none;}
.cont6-news .cont6-2-box>div a.fr{display: none;}
.index_zx_box ul{padding: 0px;width: 100%; margin-top: 20px}
.index_zx_box ul li{margin-bottom: 20px;}
.cont6-news .cont6-2-box>a{display: block;width: 120px;height: 30px;border:solid #999999 1px;font:14px/30px '微软雅黑';color: #999999;text-indent: 37px;margin:0 auto;}
}

@media screen and (max-width:767px) {
  .cont6-1{width: 100%;height:3.2rem;background: url(../images/cont6-img1.jpg) no-repeat center top;position: relative;padding-top: 0;}

.cont6-1 ul{width: 100%;}
.cont6-1 ul li{float: left;width: 33.33%;position: relative;text-align: center;position: relative;margin: 1.2rem 0 0 0;}
.cont6-1 ul li span{top:-.32rem;font-size: .24rem;}
.cont6-1 ul li h2{font:bold .5rem/.5rem '微软雅黑';color: #1a1a1a;}
.cont6-1 ul li p{font:.24rem/.5rem '微软雅黑';color: #666666;}
.cont6 .cont6-2-box{width: 90vw;margin:0 auto;padding-top: .6rem;}
.cont6 .cont6-2-box>div h4{font: bold .34rem/.5rem '微软雅黑';}
.cont6 .cont6-2-box>div h5{font: 12px/15px '微软雅黑';margin-bottom: .3rem;}
.cont6 .cont6-2-box>div a{display: block;width: 120px;height: 30px;border:solid #fff 1px;font:14px/30px '微软雅黑';color: #fff;text-indent: 37px;position: relative;}
.cont6 .cont6_ul{margin:0 auto;}
.cont6 .cont6_ul .right{padding:0 0 0 0;}
.cont6 .cont6_ul .right h3{font: .3rem/.4rem '微软雅黑';color: #fffefe;margin-top: .2rem;}
.cont6 .cont6_ul .right h4{font: .2rem/.5rem '微软雅黑';color: #ffffff;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity: .7;margin: .05rem 0 .1rem 0;}
.cont6 .cont6_ul .right p{font: .26rem/.42rem '微软雅黑';}
.cont6 .cont6_ul .slick-prev,.cont6 .cont6_ul .slick-next{width: .5rem;height: .5rem;background-size: 100% 100%;top: 1.9rem;margin-top: 0;background-color: transparent;border-top:none;}
.cont6 .cont6_ul .slick-prev{background-image: url(../images/index2-left.png);left: 0;}
.cont6 .cont6_ul .slick-next{background-image: url(../images/index2-right.png);right: 0;}
.cont6 .cont6-2-box>a.r_a1{display: none;}
.cont6 .cont6-2-box>a.r_a2{display: block;width: 6.9rem;height: .9rem;background: #dfe8fc;color: #2668ed;text-indent: 2.69rem;text-align: left;font: .3rem/.9rem '微软雅黑';margin: .6rem auto 0;}
.cont6 .cont6-2-box>a.r_a2 img {width: .14rem;margin-left: .2rem;}

.cont6-news .cont6-2{width: 100%;height:auto;background: #fff}
.cont6-news .cont6-2-box{padding: .6rem 0 .3rem 0;}
.cont6-news .cont6-2-box>div h4{font: bold .34rem/.5rem '微软雅黑';}
.cont6-news .cont6-2-box>div h5{font: 12px/15px '微软雅黑';margin-bottom: .3rem;}
.index_zx_box{position: relative;}
.index_zx_box ul{width: 100%;height: auto;margin-top: 0;}
.index_zx_box ul li{width: 100%;border-bottom: solid #f5f5f5 1px;padding-bottom: .25rem;margin-bottom: .2rem;}
.index_zx_box ul h2{font: .3rem/.4rem '微软雅黑';}
.index_zx_box ul h6{font: .2rem/.55rem '微软雅黑';color: #b2b2b2;}
.index_zx_box ul p{font: .26rem/.42rem '微软雅黑';color: #666666;}
.index_zx_box ul li.on h6{color: #b2b2b2}
.index_zx_box ul li:last-child {border-bottom: none;}
.cont6-news .cont6-2-box>a.zx_a1{display: none}
.cont6-news .cont6-2-box>a.zx_a2{display: block;width: 6.9rem;height: .9rem;background: #f5f5f5;color: #333333;text-indent: 2.69rem;text-align: left;font: .3rem/.9rem '微软雅黑';margin: .3rem auto;border:none;}
.cont6-news .cont6-2-box>a.zx_a2 img{width: .14rem;margin-left: .2rem;}

}


.index7{width: 100%;height: auto;background: url(../images/index7-bg.jpg) no-repeat center top;margin-top: 1px;padding-bottom: 90px;position: relative;}
.index7_ul{position: relative;padding:0;}
.index7_ul li{text-align: center;position: relative;z-index: 10;}
.index7_ul li div{height: 200px;padding: 40px 0;position: relative;border:solid transparent 1px;transition:all .5s;}
.index7_ul li div.index7_up {padding: 40px 0 40px 0}
.index7_ul li h2{font:28px/28px '微软雅黑';color: #1a1a1a;}
.index7_ul li h3{font:18px/34px '微软雅黑';color: #000000;margin-bottom: 15px;}
.index7_ul li h4{font:12px/12px '微软雅黑';color: #999999;margin-bottom: 19px;}
.index7_ul li p{font:14px/24px '微软雅黑';color: #1a1a1a;max-width: 287px;display: table;margin:0 auto;padding:0 20px;}
.index7_ul li span{display: table;width: 120px;height: 30px;background: #217fc4;text-align: center;line-height: 30px;margin:25px auto 0;opacity: 0;
  filter: alpha(opacity=0);transition:all .5s;}
.index7_ul li span img{display: table;margin:11px auto;}
.index7_down{border-top:solid #cccccc 1px!important;}
.index7_ul .index7_border:hover{border:solid #cccccc 1px;}
.index7_down .index7-ico2,.index7_up .index7-ico2{position: absolute;left:50%;transition:all .5s;}
.index7_ul li div em{display: block;width: 25px;height: 25px;background: #fff;border-radius: 50%;border:solid #fff 1px;position: absolute;left:50%;margin-left: -12.5px;z-index: 10;}
.index7_ul li div.index7_up em{bottom:-12.5px;-webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;}
.index7_ul li div.index7_down em{top:-12.5px;-webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;}
.index7_ul li div.index7_up .index7-ico2{bottom:16px;}
.index7_ul li div.index7_down .index7-ico2{top:16px;}
.index7_ul li div.index7_up:hover{padding:20px 0 60px 0;}
.index7_ul li div.index7_down:hover{padding:60px 0 20px 0;}
.index7_ul li div.index7_up:hover .index7-ico2{bottom:32px;}
.index7_ul li div.index7_down:hover .index7-ico2{top:32px;}

.index7_ul li div em:after{content: "";display: block;width: 5px;height: 5px;border-radius: 50%;background: #666666;position: absolute;top:50%;left:50%;margin:-2.5px 0 0 -2.5px;}
.index7_ul .index7_border:hover em{border-color:#2668ed;transform:scale(2);}
.index7_ul .index7_border:hover span{opacity: 1;
  filter: alpha(opacity=100);}
.index7_ul .index7_border:hover h2,.index7_ul .index7_border:hover h3{color: #2668ed;}
.index7_ul  .slick-prev{ width:0; height:0; overflow:hidden;}
.index7_ul  .slick-next{ width:0; height:0; overflow:hidden;}
.index7_ul  .slick-dots{ position:static; margin-top:15px;}
.index7_ul  .slick-dots li{ float:none; width:10px; height:10px; margin:0 3px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; background:#8a8585; padding:0; text-indent:-999px; overflow:hidden;}
.index7_ul .slick-dots li.slick-active{background:#2668ed;}
.index7_ul2{display: none;}
@media screen and (max-width:991px) {
  .index7_ul li span{opacity: 1;filter: alpha(opacity=100);}
}
@media screen and (max-width:767px) {
  .index7_ul{display: none;}
.index7_ul2{display: block;width: 6.9rem;margin: 0 auto;}
.index7{width: 100%;height: auto;margin-top: 1px;position: relative;background: #f5f5f5;padding: .8rem 0 1px 0;}
.index7 .home_tit1{font: bold .32rem/.33rem '微软雅黑';margin-top: 0}
.index7 .home_tit1-h6{font:.18rem/.45rem '微软雅黑';margin-bottom: .5rem!important;}
.index7_ul2 li{}
.index7_ul2 li{width: 100%;position: relative;box-sizing: border-box;padding-left: 1.2rem;margin-bottom: .7rem;}
.index7_ul2 li img{display: block;width: .84rem;position: absolute;top:50%;left:0;transform:translate(0,-50%);}
.index7_ul2 li h2{font:.3rem/.3rem '微软雅黑';color: #1a1a1a;margin-bottom: .2rem;}
.index7_ul2 li p{font:.26rem/.39rem '微软雅黑';color: #666666;min-height: .6rem;}
.index7_ul2 li:after{content: "";display: block;position: absolute;left:.42rem;top:1.3rem;width: 1px;height: .5rem;background: #fb8906;}
.index7_ul2 li:last-child:after{display: none;}
}
.index7 .home_tit1{color: #1a1a1a}
.index7 .home_tit1-h6{color: #999999;margin-bottom: 35px;margin-top: 0;}
.cont7{width: 100%;height: auto;background: url(../images/cont7-bg.jpg) no-repeat center top;min-height: 500px}

.cont7 .home_tit1{margin-top: 4.6%;}
.cont7-box{width: 96%;max-width: 1680px;margin:-10px auto 0;box-shadow: 0 0 20px #f9f9f9;padding:40px;background: #fff;}
.cont7_ul{margin:0 auto;}
.cont7_ul li div{float: left;width: 31.33%;position: relative;margin: 10px 1%;}
.cont7_ul li div img{width: 100%;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1}
.cont7_ul li div img.cont7-img2{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity: 0;position: absolute;left:0;top:0;}
.cont7_ul li div:hover img.cont7-img2{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;transform:scale(1.2);z-index: 1;transition:all .5s;}
.cont7_ul li div:hover img.cont7-img1{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity: 0}
.cont7_ul  .slick-dots li{ float:none; width:10px; height:10px; margin:0 3px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; background:#8a8585; padding:0; text-indent:-999px; overflow:hidden;}
.cont7_ul .slick-dots li.slick-active{background:#2668ed; }

@media screen and (max-width:767px) {
  .cont7{width: 100%;height: auto;background: url(../images/index6-bg.jpg) no-repeat center top;background-size: 100%;padding:.8rem 2vw;min-height: auto;}
.cont7 .home_tit1{font:bold .34rem/.5rem '微软雅黑';margin-top: 0;}
.cont7 .home_tit1-h6{font:12px/20px '微软雅黑';margin-top: 0;}
.cont7 img.home_tit1_img{display: block;width:.13rem;margin:.2rem auto .38rem; }
.cont7-box{padding: 0 0 .8rem 0;box-shadow:  0 0 0 transparent}
.cont7_ul li div img{width: 100%;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity: 0}
.cont7_ul li div img.cont7-img2{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;position: absolute;left:0;top:0;}
.cont7_ul  .slick-dots li{ float:none; width:8px; height:8px; margin:0 3px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; background:#d9d9d9; padding:0; text-indent:-999px; overflow:hidden;}
.cont7_ul .slick-dots li.slick-active{background:#fb8906; }
}



.cont8{width: 100%;height: auto;}
.cont8 .home_tit1{color: #1a1a1a}
.cont8 .home_tit1-h6{color: #999999;margin-top: 0px;}
.cont8 .home_tit2{color: #999999;max-width: 960px;margin:20px auto;text-align: center;}
.cont8 a{display: block;width: 130px;height: 36px;background: #fb8906;color: #fff;text-align: center;font:16px/36px '微软雅黑';margin:0 auto 120px;}
@media screen and (max-width:1200px) {
  .cont8 a{ margin:0 auto 60px;}
}
@media screen and (max-width:767px) {
  .cont8{padding: .8rem 0;}
.cont8 .home_tit1{font: bold .34rem/.5rem '微软雅黑';margin-top: 0;}
.cont8 .home_tit1-h6{font: 12px/20px '微软雅黑';}
.cont8 .home_tit2{font: .28rem/.5rem '微软雅黑';margin: .2rem auto 0;}
.cont8 a{    display: block;width: 6.9rem;height: .9rem;font: .3rem/.9rem '微软雅黑';color: #fff;background: #fb8906;margin: .5rem auto 0;text-align: center;}
.pz_top{float: none;}
.ny_tit{display: none;}

}

/*footer*/
.pz_down2{width: 100%;height: auto;float: left;}
.pz_down2 .font_cont1{width: 92%;margin:0 auto;max-width: 1680px;position: relative;padding-bottom: 40px;}
.pz_down2 .font_cont1 h2{font:36px/38px '微软雅黑';color: #ffffff;text-align: center;letter-spacing: 3px;width: 100%; position: absolute;top:90px;left:0;z-index: 2;}
.pz_down2 .font_cont1 h2 b{font:bold 36px/38px '微软雅黑';color: #fb8906;}
.pz_down2 .font_cont1>div{width: 50%;float: left;padding-top: 200px;}
.pz_down2 .font_cont1>div.left{background: #2a2d2e;position: relative;z-index: 1;}
.pz_down2 .font_cont1>div.left p{font:16px/24px '微软雅黑';color: #ffffff;text-align: right;margin-bottom: 30px;}
.pz_down2 .font_cont1>div.left p span{float: right;display: block;}
.pz_down2 .font_cont1>div.left p img{width: 18px;margin:0 45px 0 20px;float: right;}
.pz_down2 .font_cont1>div.left .left-p{font:16px/90px '微软雅黑';}
.pz_down2 .font_cont1>div.left .left-p img{width: 90px;margin:0 40px 0 25px}
.pz_down2 .font_cont1>div.right{padding: 200px 20px 40px 20px;position: absolute;z-index: 1;right:0;bottom:0;}
.pz_down2 .font_cont1>div.right img{display: block;width: 100%;}
.pz_down2 .font_cont1-bg{width: 1920px!important;height: 80px;background: #2a2d2e;position: absolute;bottom:0;left: 50%;margin-left: -960px;}
.pz_down2 .foot_cont2{width:100%; background:#1e1d1d; padding:24px 15px 20px 15px;}
.pz_down2 .foot_nav{width:100%; text-align:center; color:#575757; font-size:12px; line-height:22px;}
.foot_nav a{ color:#575757;}
.foot_nav a:hover{ color:#fff;}
.bq{width:100%; text-align:center; color:#575757; font-size:12px; line-height:22px; margin-top:10px;}
.bq a{ color:#575757;}
.bq a:hover{ color:#fff;}
.m_footer{display: none;}
@media screen and (max-width:1680px) {
  .pz_down2 .font_cont1{margin:0 auto;max-width: 1480px;position: relative;}
.pz_down2 .font_cont1>div.right{padding: 200px 20px 20px 20px;position: absolute;z-index: 1;right:0;bottom:0;}
}
@media screen and (max-width:1480px) {
  .pz_down2 .font_cont1{max-width: 1280px;}
.pz_down2 .font_cont1>div.left p{margin-bottom: 30px;}
}
@media screen and (max-width:1280px) {
  .pz_down2 .font_cont1{max-width: 980px;}
.pz_down2 .font_cont1>div.left p{margin-bottom: 25px;}
.pz_down2 .font_cont1>div.left p span{max-width: 300px;}
.pz_down2 .font_cont1>div.left p.left-p2 img{margin:17px 45px 0 25px}
}
@media screen and (max-width:991px) {
  .pz_down2 .font_cont1 h2{font:30px/32px '微软雅黑';top:65px;}
.pz_down2 .font_cont1 h2 b{font:bold 30px/32px '微软雅黑';}
.pz_down2 .font_cont1{max-width: 760px;}
.pz_down2 .font_cont1>div{padding-top: 150px;}
.pz_down2 .font_cont1>div.left p span{max-width: 250px;}
.pz_down2 .font_cont1>div.right{padding: 152px 20px 20px 20px;}
}
@media screen and (max-width:768px) {
  .pz_down2,.pz_down{display: none}
.m_footer{display: block;width: 100%;height: auto;background: #2a2d2e}
.m_footer .ft-top{width: 6.9rem;padding:.4rem 0;margin:0 auto;}
.m_footer .ft-top h1{font:.34rem/1.14rem '微软雅黑';color: #ffffff;}
.m_footer .ft-top>a,.m_footer .ft-top>div>a{display: block;font:.24rem/.5rem '微软雅黑';color: #ffffff;}
.m_footer .ft-top>img{display: block;width: 100%;margin-bottom: .2rem;}
.m_footer .ft-top p{font:.24rem/1.4rem '微软雅黑';color: #fff;margin-top: .2rem;}
.m_footer .ft-top p img{width: 1.4rem;float: left;display: block;margin-right: .2rem;}
.m_footer .ft-bottom{font:.18rem/.28rem '微软雅黑';color: #fff;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: .7;text-align: center;background: #232526;padding: .2rem 0 ;}
.m_footer .ft-bottom p{max-width: 5.9rem;margin:0 auto;}
}


/*footer*/
.pz_down .font_cont1{ float:left; width:100%; padding:5.9% 15px 5.1% 15px; background:#1e1d1d; border-bottom:1px solid #363636;}
.pz_down .font_cont1 .l1{ float:left; width:100%; color:#fff; font-size:30px; line-height:40px; text-align:center;}
.pz_down .font_cont1 .l2{ float:left; width:100%; color:#fff; font-size:18px; line-height:28px; text-align:center; margin:24px 0 30px 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: .75}
.pz_down .font_cont1 .l3{ float:left; width:100%; text-align:center;}
.pz_down .font_cont1 .l3 ul{ float:left; width:100%;}
.pz_down .font_cont1 .l3 ul li{ display:inline-block; *display:inline; *zoom:1;line-height:30px; padding-left:42px; color:#fff; font-size:18px; position:relative; margin:10px 19px 0 19px; cursor:pointer; min-height:30px;}
.pz_down .font_cont1 .l3 ul li.ico1{ background:url(../images/main47.png) left center no-repeat;}
.pz_down .font_cont1 .l3 ul li.ico2{ background:url(../images/main48.png) left center no-repeat;position:relative;top:-17px;}
.pz_down .font_cont1 .l3 ul li.ico3{ background:url(../images/main49.png) left center no-repeat;}
.pz_down .font_cont1 .l3 ul li.ico4{ background:url(../images/main50.png) left center no-repeat;position: relative;top:10px;}
.pz_down .font_cont1 .l3 ul li.ico4 p{max-width: 320px;text-align: left;}
.pz_down .font_cont1 .l3 ul li.ico5{position: relative;top:15px;}
.pz_down .font_cont1 .l3 ul li.ico5 p{line-height: 90px;margin-left: 20px;}
.pz_down .font_cont1 .l3 ul li .er_img{ display:none; position:absolute; left:-42px;  bottom:30px; display:none; width:116px;}
.pz_down .font_cont1 .l3 ul li:hover .er_img{ display:block;}
.pz_down .font_cont1 .l4{ float:left; width:100%; margin-top:30px; text-align:center; padding-left:6%;}
.pz_down .font_cont1 .l4 ul{ float:left; width:50%;}
.pz_down .font_cont1 .l4 ul li{ float:left;}
.pz_down .font_cont1 .l4 ul li a{ float:left; color:#ccc; font-size:16px; line-height:30px; margin-right:25px;}
.pz_down .font_cont1 .l4 ul li a:hover{ color:#fff;}
.pz_down .font_cont1 .l5{ float:left; width:100%; margin-top:30px; color:#ccc; font-size:12px; line-height:22px; text-align:center;}
.pz_down .font_cont1 .l5 .p1{ display:inline-block; *display:inline; *zooma:1; width:772px;}
.pz_down .font_cont1 .l5 a{ color:#ccc;white-space:nowrap;}
.pz_down .font_cont1 .l5 a:hover{ color:#fff;}

.pz_down .foot_cont2{ float:left; width:100%; background:#1e1d1d; padding:24px 15px 20px 15px;}
.pz_down .foot_nav{ float:left; width:100%; text-align:center; color:#575757; font-size:12px; line-height:22px;}
.pz_down .foot_nav a{ color:#575757;}
.pz_down .foot_nav a:hover{ color:#fff;}
.bq{width:100%; text-align:center; color:#575757; font-size:12px; line-height:22px; margin-top:10px;}
.bq a{ color:#575757;}
.bq a:hover{ color:#fff;}

@media screen and (max-width:1360px) {
  .pz_down .font_cont1 .l3 ul li{ margin:9px 10px 0 10px; font-size:16px;}
.pz_down .font_cont1 .l4{ padding-left:5%;}
.pz_down .font_cont1 .l4 ul li a{margin-right:15px; font-size:14px;}
.pz_down .font_cont1 .l3 ul li{font-size:14px;} 
.pz_down .font_cont1 .l3 ul li.ico4 p{max-width: 270px;}
.pz_down .font_cont1 .l3 ul li.ico5{padding-left: 0;top:0;}
.pz_down .font_cont1 .l3 ul li.ico5 img{width: 60px;}
.pz_down .font_cont1 .l3 ul li.ico5 p{line-height: 60px;}
}

@media screen and (max-width:991px) {
  .pz_down .font_cont1 .l1{ font-size:22px; line-height:32px;}
.pz_down .font_cont1 .l2{ font-size:16px; line-height:26px; margin:12px 0;}
.pz_down .font_cont1 .l4{ padding-left:0;}
.pz_down .font_cont1 .l4 ul{ width:100%}
.pz_down .font_cont1 .l3 ul{float: none;margin:0 auto;width: 80%;}
.pz_down .font_cont1 .l4 ul li{ float:none; display:inline-block; *display:inline; *zoom:1;}

.pz_down .font_cont1 .l3 ul li{display: block;text-align: left;}
.pz_down .font_cont1 .l3 ul li.ico2{top:0;}
.pz_down .font_cont1 .l3 ul li.ico4 p{max-width: 100%;}
.pz_down .font_cont1 .l4 ul li a{ font-size:14px; margin:0 7px;} 
.pz_down .font_cont1 .l3 ul li.ico5{padding-left: 0;top:0;margin-top: 20px;}
}

@media screen and (max-width:767px) {
  .pz_down .font_cont1{ padding:7% 15px;}
.pz_down .font_cont1 .l3 ul li{font-size:14px; margin:9px 5px 0 5px; padding-left:36px;display: block;text-align: left;height: auto;}
.pz_down .font_cont1 .l4{ text-align:left; margin-top:15px;}
.pz_down .font_cont1 .l4 ul li a{ font-size:13px; margin:0 5px 0 0;} 
.pz_down .font_cont1 .l5 .p1{ width:100%;}
.pz_down .font_cont1 .l1{font-size:17px; line-height:32px;}
.pz_down .font_cont1 .l3 ul li{}
.pz_down .font_cont1 .l2{text-align: left;margin: 0;}
.pz_down .font_cont1 .l3 ul li.ico4{    background: url(../images/main50.png) left top no-repeat;}
}



/* 分页 */
.wack1,.pz_fy{width:100%; text-align:center;height: 40px;}
.wack1{margin:60px auto 80px;}
.pz_fy a { display:inline-block; *display:inline; *zoom:1; color:#666666; font-family:Arial,; font-size:14px; margin:0 20px;  line-height:38px;text-align: center;width: 25px;}
.pz_fy a:hover,
.pz_fy a.on{color:#2668ed;border-bottom: solid #2668ed 1px;}
.pz_fy .l_fy{ width:40px; height:40px; background:url(../images/a_img7.jpg) center no-repeat; padding:0; margin-right:6px;}
.pz_fy .r_fy{ width:40px; height:40px; background:url(../images/a_img8.jpg) center no-repeat; padding:0; margin-left:6px;}
.pz_fy .l_fy:hover{ background:url(../images/a_img7.jpg) center no-repeat;}
.pz_fy .r_fy:hover{ background:url(../images/a_img8.jpg) center no-repeat;}
@media  screen and (max-width:991px){
  .wack1{padding:0;margin:30px auto 40px;} 
.fy_pc{ text-align:center; font-size:14px; color:#333; padding:5px 0;}
.fy_pc a{ padding:5px 25px; color:#323232; border:solid 1px #bdbbbb; border-radius:16px; overflow:hidden;}
.fy_pc span{ padding:5px 20px; color:#333;}
}
@media  screen and (max-width:768px){
  .pz_fy a { display:inline-block; *display:inline; *zoom:1; color:#666666; font-family:Arial,; font-size:.28rem; margin:0 .2rem;  line-height:.6rem;text-align: center;width:.6rem;}
.pz_fy .l_fy{ width:.6rem; height:.6rem; background:url(../images/a_img7.jpg) center no-repeat; padding:0; margin-right:6px;background-size:100%}
.pz_fy .r_fy{ width:.6rem; height:.6rem; background:url(../images/a_img8.jpg) center no-repeat; padding:0; margin-left:6px;background-size:100%}
}

/*case*/
.ny_tit{ width:100%; text-align:center; padding:70px 15px 0px 15px;}
.ny_tit .l1{ width:100%; color:#262626; font-size:26px; line-height:26px; font-family:Arial; text-transform:uppercase;}
.ny_tit .l2{ width:100%; color:#b2b2b2; font-size:14px; line-height:14px; margin:13px 0 27px 0;}
.ny_tit .l3{ width:100%; color:#262626; font-size:14px; line-height:22px; padding:0 18.7%;}

@media screen and (max-width:1440px) {
  .ny_tit .l3{ padding:0 9%;}
}
@media screen and (max-width:991px) {
  .ny_tit{ padding:35px 15px 24px 15px;}  
.ny_tit .l1{ font-size:20px; line-height:20px;}
.ny_tit .l2{  margin:6px 0 14px 0;font-size: 12px;}
.ny_tit .l3{ padding:0; font-size:14px; line-height:24px;}  
}
@media screen and (max-width:767px) {
  .ny_tit{ padding:30px 15px 0 15px;}
}
.cont9{ width:100%; padding:0 10%;}
.cont9 li{ float:left; width:46%; margin:15px 2% 15px 2%;background: #fff;-webkit-transition: all 0.5s ease-out 0s; 
  -moz-transition: all 0.5s ease-out 0s; 
  -o-transition: all 0.5s ease-out 0s; 
  transition: all 0.5s ease-out 0s;}
.cont9 li .l1{position: relative;}
.case-mc{width: 100%;height: 100%;background: rgba(0,0,0,.75);position: absolute;top:0;left:0;opacity: 0;
  filter: alpha(opacity=0);-webkit-transition: all 0.5s ease-out 0s; 
  -moz-transition: all 0.5s ease-out 0s; 
  -o-transition: all 0.5s ease-out 0s; 
  transition: all 0.5s ease-out 0s;
}
.case-mc img{display: none;width: 40px;height: 40px;position: absolute;top:50%;left:50%;}
.case-ico1{margin:-20px 0 0 -55px }
.case-ico2{margin:-20px 0 0 15px }
.cont9 li .l1{ float:left; width:100%; line-height:0; overflow:hidden;}
.cont9 li .l1 img{
  -webkit-transition: all 0.4s ease-out 0s; 
  -moz-transition: all 0.4s ease-out 0s; 
  -o-transition: all 0.4s ease-out 0s; 
  transition: all 0.4s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.cont9 li a:hover .l1>img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.cont9 li a:hover .case-mc{opacity: 1;
  filter: alpha(opacity=100);}
.cont9 li .l2{ float:left; width:100%; padding:23px 100px 34px 16px; 
  -webkit-transition: all 0.5s ease-out 0s; 
  -moz-transition: all 0.5s ease-out 0s; 
  -o-transition: all 0.5s ease-out 0s; 
  transition: all 0.5s ease-out 0s; position:relative;}
.cont9 li .l2::after{ float:left; width:50px; height:7px; background:url(../images/a_img20.png) center no-repeat; content:''; position:absolute; right:20px; bottom:38px;}
.cont9 li .l2 h4{ float:left; width:100%; color:#1a1a1a; font-size:20px; line-height:28px; overflow:hidden;white-space: nowrap; text-overflow:ellipsis;-webkit-transition: all 0.5s ease-out 0s; 
  -moz-transition: all 0.5s ease-out 0s; 
  -o-transition: all 0.5s ease-out 0s; 
  transition: all 0.5s ease-out 0s;}
.cont9 li .l2 p{ float:left; width:100%; color:#999999; font-size:16px; line-height:36px; overflow:hidden;white-space: nowrap; text-overflow:ellipsis;-webkit-transition: all 0.5s ease-out 0s; 
  -moz-transition: all 0.5s ease-out 0s; 
  -o-transition: all 0.5s ease-out 0s; 
  transition: all 0.5s ease-out 0s;}
.cont9 li .l2 i{ float:left; color:#1a1a1a; font-size:14px; line-height:14px; overflow:hidden;white-space: nowrap; text-overflow:ellipsis;padding-left: 7px;border-left: solid #fb8906 3px;font-style: normal;margin-top: 20px;}
.cont9 li:hover{box-shadow: 0 0 50px #ccc;}
.cont9 li a:hover .l2 h4{ color:#2668ed;}
.cont9 li a:hover .l2 p{ color:#1a1a1a;}
.cont9 li a:hover .l2::after{ background:url(../images/a_img20.png) center no-repeat;}
.pz_main2{background: #fafafa;padding-bottom: 1px;}

@media  screen and (min-width:1920px){
  .cont9{padding:0 15%;}

}
@media  screen and (max-width:767px){
  .cont9{ padding:0;margin-top: .3rem;} 
.cont9 ul{width: 6.9rem;margin:0 auto;}
.cont9 li{ width:100%;margin: 0 0 .8rem 0}
.cont9 li .l2{padding: 0 0 .2rem .2rem;}
.cont9 li .l2 h4{width: 100%;color: #1a1a1a;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font: .3rem/.6rem '微软雅黑';margin-top: .1rem;color: #1a1a1a; }
.cont9 li .l2 p {font: .26rem/.36rem '微软雅黑';color: #999999;}
.cont9 li .l2::after{display: none;}
.cont9 li .l2 i {font: .2rem/.24rem '微软雅黑';color: #1a1a1a;padding-left: .08rem;border-left: solid #fb8906 .04rem;margin-top: .35rem;}
.pz_main3{background-color: #fff!important;}
}

/* 关于我们 */
.about{width: 100%;height: auto;background: #fff;float: left;}
.about1{width: 1280px;height: auto;background: #fff;margin:0 auto;text-align: center;padding: 80px 0 340px 0;position: relative;}
.about1 h1{font:26px/26px '微软雅黑';color: #1a1a1a;}
.about1 h2{width:100%; color:#b2b2b2; font-size:14px; line-height:14px; margin:13px 0 27px 0;}
.about1 p{width:960px; color:#666666; font-size:14px; line-height:32px; margin:0 auto;position: relative;z-index:2;}
.about1 img{display: block;width: 482px;position: absolute;left:50%;margin-left: -960px;top:178px;}

.about2{width: 100%;margin:0 auto;position: relative;height: 580px;background: url(../images/about2-bg.jpg) no-repeat center top;padding-top: 280px}
.about2>img{display: block;width: 859px;position: absolute;left:50%;top:-250px;margin-left: 100px;z-index: 2;}

.about2-1 ul{width: 100%;max-width: 1200px;margin:0 auto;}
.about2-1 ul li{float: left;width: 33.33%;position: relative;text-align: center;position: relative;margin-top: 120px}
.about2-1 ul li span{position: absolute;top:-16px;left: 50%;margin-left: 60px;font-size: 20px;color: #fff}
.about2-1 ul li h2{font:bold 50px/50px '微软雅黑';color: #fff;}
.about2-1 ul li p{font:14px/50px '微软雅黑';color: #fff;}


.about3{width: 100%;height: auto;background:#2668ed;padding: 80px 0 0 0;position: relative;}
.about3 h1{font:26px/26px '微软雅黑';color: #ffffff;position: absolute;top:120px;left:50%;margin-left: -640px;}
.about3 h3{font:14px/14px '微软雅黑';color: #ffffff;position: absolute;top:155px;left:50%;margin-left: -640px;}
.about3-box{width: 1280px;height: auto;margin:0 auto;}
.about3-box img{display: block;}
.about3-box h2{font:20px/48px '微软雅黑';color: #ffffff;}
.about3-box p{font:14px/28px '微软雅黑';color: #fafafa;}
.about3-box>div{position: relative;}

.about3-box1{width:40%;float: left;margin-top: 220px;}
.about3-box1 p{width: 92%;}
.about3-box2{width: 20%;float: left;margin-top: 220px;}
.about3-box2 div{width: 100%;height: 220px;padding: 26px 36px 0 36px;background: #73c4ff;}
.about3-box>div.about3-box2 span{display:block;width:0;height:0;border-width:7px 7px 0;border-style:solid;border-color:#73c4ff transparent transparent;/*黄 透明 透明 */position:absolute;top:220px;left:50%;margin-left: -7px;}
.about3-box3{width: 40%;float: left;}
.about3-box3 .about3-box3-top{width: 100%;float: left;position: relative;}
.about3-box3>div.about3-box3-top>div{width: 50%;height: 220px;padding: 26px 36px 0 36px;background: #f4c41f;position: relative;float: left;}
.about3-box3>div img{float: left;}
.about3-box3>div.about3-box3-top span{display:block;width:0;height:0;border-width:7px 0 7px 7px;border-style:solid;border-color:transparent transparent transparent #f4c41f;position:absolute;top:103px;left:50%;}
.about3-box3 .about3-box3-bottom{width: 100%;float: left;position: relative;}
.about3-box3>div.about3-box3-bottom>div{width: 50%;height: 220px;padding: 26px 36px 0 36px;background: #e6321f;float: left;}
.about3-box3>div.about3-box3-bottom span{display:block;width:0;height:0;border-width:7px 7px 7px 0 ;border-style:solid;border-color:transparent #e6321f transparent transparent;position:absolute;top:103px;left:50%;margin-left: -7px}

.about4-1{width: 100%;height: auto;min-height: 500px;margin-bottom: 80px;}
.about4-1 .home_tit1{margin-top: 4.6%;color: #1a1a1a;}
.about4-1 .home_tit1-h6{color: #b2b2b2;}
.about4-1-box{width: 96%;max-width: 1680px;margin:-10px auto 0;padding:40px;background: #fff;}
.about4-1_ul{margin:0 auto;}
.about4-1_ul li div{float: left;margin:10px 1%;width: 31.33%;position: relative;}
.about4-1_ul li div img{width: 100%;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1}
.about4-1_ul li div img.cont7-img2{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity: 0;position: absolute;top:0;left:0;}
.about4-1_ul li div:hover img.cont7-img2{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;transition:all .5s;transform:scale(1.2);z-index: 1;}
.about4-1_ul li div:hover img.cont7-img1{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity: 0;}
.about4-1_ul  .slick-dots li{ float:none; width:10px; height:10px; margin:0 3px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; background:#8a8585; padding:0; text-indent:-999px; overflow:hidden;}
.about4-1_ul .slick-dots li.slick-active{background:#fb8906; }

.about5{width: 100%;margin:0 auto;max-width: 1680px;padding-bottom: 160px;position: relative;}
.about5 .home_tit1{color: #1a1a1a;}
.about5 .home_tit1-h6{color: #b2b2b2;}
.swiper-container.featured {margin:50px auto 0;height: 230px;position: relative;}
.featured>div{box-sizing:content-box;padding-bottom: 160px;}
.featured .swiper-slide{height: 230px;width: 320px;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;background-size: 320px;} 
.featured .swiper-slide img{display: block;width: 100%;}
.pagination {position: absolute;z-index: 20;bottom: 60px;width: 100%;text-align: center;}
.swiper-pagination-switch {display: inline-block;width: 8px;height: 8px;border-radius: 8px;background: #d9d9d9;margin: 0 5px;opacity: 0.8;border: 1px solid #d9d9d9;cursor: pointer;}
.swiper-active-switch {background: #fb8906;border: 1px solid #fb8906;}
@media  screen and (max-width:1366px){
  .about1 img{display: none}
  .about2>img{display: block;width: 859px;position: absolute;left:50%;top:-250px;margin-left: -430px;}
}

@media  screen and (max-width:1280px){
  .about1 p{width:900px; }
.about1{width: 968px;height: auto;background: #fff;margin:0 auto;text-align: center;padding: 80px 0 340px 0;position: relative;}
.about1 h1{font:26px/26px '微软雅黑';color: #1a1a1a;}
.about1 h2{width:100%; color:#b2b2b2; font-size:14px; line-height:14px; margin:13px 0 27px 0;}
.about1 p{width:960px; color:#666666; font-size:14px; line-height:32px; margin:0 auto;}


.about2{width: 100%;margin:0 auto;position: relative;height: 580px;background: url(../images/about2-bg.jpg) no-repeat center top;padding-top: 280px}



.about3 h1{margin-left: -484px;top: 80px;}
.about3 h3{margin-left: -484px;top: 115px;}
.about3{padding: 40px 0;}
.about3-box{width: 968px;height: auto;margin:0 auto;}
.about3-box img{display: block;}
.about3-box h2{font:20px/38px '微软雅黑';color: #ffffff;}
.about3-box p{font:14px/20px '微软雅黑';color: #fafafa;}

.about3-box1{margin-top: 166px;}
.about3-box2{margin-top: 166px;}
.about3-box2 div{height: 166px;padding: 15px 12px 0 12px;}
.about3-box>div.about3-box2 span{top:166px;}
.about3-box3>div.about3-box3-top>div{height: 166px;padding: 15px 12px 0 12px;}
.about3-box3>div.about3-box3-top span{top:77px;}
.about3-box3>div.about3-box3-bottom>div{height: 166px;padding: 15px 12px 0 12px;background: #e6321f;}
.about3-box3>div.about3-box3-bottom span{top:77px;}


}
@media  screen and (max-width:992px){
  .about1{width: 760px;padding:40px 0 300px 0;}
.about1 p{width:700px; }

.about2{width: 100%;margin:0 auto;position: relative;height: 410px;background: url(../images/about2-bg.jpg) no-repeat center top;padding-top: 100px}
.about2>img{display: block;width: 600px;position: absolute;left:50%;top:-215px;margin-left: -300px;}
.about3{padding: 40px 0;}
.about3 h1{margin-left: -380px;}
.about3 h3{margin-left: -380px;}

.about3-box{width: 760px;height: auto;margin:0 auto;}
.about3-box img{display: block;}
.about3-box h2{font:18px/24px '微软雅黑';color: #ffffff;}
.about3-box p{font:12px/18px '微软雅黑';color: #fafafa;}

.about3-box1{margin-top: 130px;}
.about3-box2{margin-top: 130px;}
.about3-box2 div{height: 130px;padding: 7px 12px 0 12px;}
.about3-box>div.about3-box2 span{top:130px;}
.about3-box3>div.about3-box3-top>div{height: 130px;padding: 7px 10px 0 10px;}
.about3-box3>div.about3-box3-top span{top:58px;}
.about3-box3>div.about3-box3-bottom>div{height: 130px;padding: 7px 10px 0 10px;background: #e6321f;}
.about3-box3>div.about3-box3-bottom span{top:58px;}
}
@media  screen and (max-width:767px){
  
  .about4_ul{width: 100%;margin:0 auto;}
.about1{width: 100%;top:0px;padding:.6rem 0 0 0;margin:0 auto 0;}
.about1 h1{font: .36rem/.6rem '微软雅黑';}
.about1 h2{font: .18rem/.48rem '微软雅黑';color: #b2b2b2; margin:0 0 0 0;}
.about1 em{width: 80%;margin:0 auto 30px;position: relative;height: 1px;background: #f2f2f2;display: block;}
.about1 p{font: .28rem/.48rem '微软雅黑';width: 6.9rem;margin: 0 auto .2rem;}
.about2{width: 100%;height: 5.2rem;padding-top: 0;}
.about2>img{display: block;width: 6.9rem;position: absolute;top: -2.12rem;left: .3rem;margin-left: 0;}
.about2>div{width: 100%;;margin-top: 0px;height: 3.2rem;padding-top: 2rem}
.about2>div p{width: 100%;font:.24rem/.5rem '微软雅黑';}
.about2-1 ul{height: 3.21rem;padding-top: 1.2rem;}
.about2-1 ul li{margin-top: 0;}
.about2-1 ul li h2{opacity: 1;filter: alpha(opacity=100);font: bold .5rem/.5rem '微软雅黑';}
.about2-1 ul li span{font: .24rem/.5rem '微软雅黑';top: -.36rem;margin-left: 5px;position: relative;left:0;}
.about2>div h3 {font: 20px/40px '微软雅黑';}
.about3{padding: .6rem 0;background:#2668ed;}
.about3 h1{position: static;font: .34rem/.6rem '微软雅黑';margin-left: 0}
.about3 h3{position: static;font: 12px/15px '微软雅黑';color: #fff;margin:0 0 0 0;}
.about3-box{width: 90%;height: auto;margin:0 auto;}
.about3-box img{display: block;}
.about3-box h2{color: #ffffff;font: .3rem/.6rem '微软雅黑';}
.about3-box p{font:12px/18px '微软雅黑';color: #fafafa;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: .7;}
.about3-box1,.about3-box2,.about3-box3{margin-top: .3rem;width: 100%;}
.about3-box2 div,.about3-box3>div.about3-box3-top>div,.about3-box3>div.about3-box3-bottom>div{padding: 7px 12px 0 12px;background: none;height: auto;width: 70%;float: right;}
.about3-box2 img,.about3-box3 img{float: left;width: 30%;}
.about3-box3-bottom{margin-top: 20px;}
.about4-1{height: auto;min-height: auto;margin-bottom: 0px;padding:.8rem 0;}
.about4-1-box{width: 92vw;margin: 0 auto;padding:0 0 40px 0;background: #fff;}
.about{float: none;}
.about4-1 .home_tit1{margin-top:0;color: #1a1a1a;font: bold .34rem/.5rem '微软雅黑';text-align: center;}
.about4-1 .home_tit1-h6{margin-top:0;font: 12px/20px '微软雅黑';}
.about4-1_ul .slick-dots li{width: 8px;height: 8px;}
.about4-1_ul li div img {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}
.about4-1_ul li div img.cont7-img2 {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;}

.about5{width: 100%;padding:.6rem 0 50px 0;position: relative;}
.about5 .home_tit1{color: #1a1a1a;font: .36rem/.5rem '微软雅黑';text-align: center;margin-top: 0;}
.about5 .home_tit1-h6{font: 12px/20px '微软雅黑';color: #999999;margin-top: 0;}
.swiper-container.featured {margin:.3rem auto 0;height: 230px;position: relative;}
.featured>div{box-sizing:content-box;padding-bottom: 160px;}
.featured .swiper-slide{height: 230px;width: 320px;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;background-size: cover;background-repeat:no-repeat;} 
.featured .swiper-slide img{display: block;width: 100%;}
.about5 .pagination{bottom:0px;width: 100%;}
}


/* news */
.news-title,.news-list{width: 98%;max-width: 1280px;margin:0 auto;}
.news-title{border-bottom:solid #e6e6e6 1px;}
.news-title ul{max-width: 960px;margin:0 auto;width: 98%;}
.news-title ul li{float: left;font-size:16px;width: 20%;text-align: center;position: relative;}
.news-title ul li a{color: #808080;display: block;position: relative;-webkit-transition: all 0.5s ease-out 0s; 
  -moz-transition: all 0.5s ease-out 0s; 
  -o-transition: all 0.5s ease-out 0s; 
  transition: all 0.5s ease-out 0s;top:0;padding-bottom: 37px;}
.news-title ul li img{position: absolute;bottom:-8px;left:50%;margin:0 0 0 -7.5px;-webkit-transition: all 0.5s ease-out 0s; 
  -moz-transition: all 0.5s ease-out 0s; 
  -o-transition: all 0.5s ease-out 0s; 
  transition: all 0.5s ease-out 0s;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0}

.news-title ul li.active a{color: #2668ed;}
.news-title ul li:hover a{top:-10px;color: #2668ed;}

.news-title ul li.active img{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1}
.news-title ul li:hover img{transform:scale(1.2);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;bottom:-20px;}
.news-list{padding-top: 50px;}
.news-list li{width: 100%;max-width:1280px;margin-bottom: 20px;}
.news-list li .left{width: 160px;float: left;}
.news-list li .left h2{font:26px/26px '微软雅黑';color: #999999;margin-bottom: 13px;}
.news-list li .left h2 em{display: inline-block;width: 40px;height: 1px;background: #808080;position: relative;top:-10px;left:0px;transition:all .3s;}
.news-list li .left p{font:16px/26px '微软雅黑';color: #4c4c4c;width: 75px;text-align: center;}
.news-list li .left span{display: block;width: 70px;height: 30px;background: #2668ed;margin-top: 13px;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity: 0;transition:all .3s;}
.news-list li .left span img{display: block;}

.news-list li .center{max-width: 720px;padding-left: 20px;float: left;}
.news-list li .center h3{font:20px/20px '微软雅黑';color: #1a1a1a;margin-bottom: 20px;transition:all .3s;}
.news-list li .center p{font:16px/28px '微软雅黑';color: #666666;}

.news-list li .right{width: 320px;float: right;}
.news-list li .right img{display: block;}
.news-list li .right p{display: none;}
.news-list li:hover .left h2{color: #2668ed;}
.news-list li:hover .left h2 em{width: 70px;background: #2668ed}
.news-list li:hover .center h3{color: #2668ed; text-indent: 20px;}
.news-list li:hover .center p{color: #1a1a1a;}
.news-list li:hover span{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1}

@media  screen and (max-width:1280px){
  .news-title,.news-list{width: 98%;max-width: 990px;margin:0 auto;}
.news-list li .left{width: 160px;}
.news-list li .center{max-width: 490px;padding-left: 20px}
.news-list li .right{width: 320px;}
}
@media  screen and (max-width:992px){
  .news-title,.news-list{width: 98%;max-width: 640px;margin:0 auto;}
.news-list li .left{display: none;}
.news-list li .center{display: none;}
.news-list li{width: 48%;float: left;margin:0 1%;}
.news-list li .right{width: 100%;}
.news-list li .right img{width: 100%;}
.news-list li .right p{font:16px/24px '微软雅黑';color: #1a1a1a;text-align: left;display: block;margin:15px;}
}
@media  screen and (max-width:767px){
  .news-list{padding-top: 0;}
.news-list li .right p{font: .3rem/.39rem '微软雅黑';color: #1a1a1a;padding: 0 .05rem 0 .3rem;margin: .25rem 0 0 0;}
.news-list li{float: left;width: 3.73rem;height: auto;margin:0 0 .48rem 0 ;}
.news-list li:nth-child(odd){margin-right: .04rem;}
.wack1 {padding: 0;margin: 15px auto 20px;}
.news-title ul li a{padding-bottom:0;}
.news-title ul li:hover a{top:0px;color: #808080;}
}
/* joinus*/
.ny_tit .join-l3{max-width: 960px;color: #999999;font:16px/32px '微软雅黑';padding:0;margin:0 auto;}
.join-list{width: 96%;max-width: 1200px;background: #fff;margin:50px auto 0;}
.join-list li{width: 100%;border-bottom:solid #fafafa 1px;}
.join-list li .top{height: 109px;width: 100%;position: relative;padding-top: 5px}
.join-list li .top img{display: none;width: 30px;height: 30px;position: absolute;top:50%;right:30px;margin-top: -15px;}
.join-list li .top img.join-ico2{display: block;}
.join-list li .top h2{font:20px/65px '微软雅黑';color: #1a1a1a;margin-left: 30px;}
.join-list li .top p{font:16px/20px '微软雅黑';color: #999999;margin-left: 15px}
.join-list li .top p span{margin:0 15px;}
.join-list li .bottom{width: 100%;padding:30px;box-sizing: border-box;display: none;}
.join-list li .bottom div{float: left;width: 50%;padding:0 1%}

.join-list li .bottom div h3{font:16px/28px '微软雅黑';color: #1a1a1a;}
.join-list li .bottom div p{font:14px/28px '微软雅黑';color: #666666;}
.join-list li.active .top{background: #2668ed;}
.join-list li.active .top h2,.join-list li.active .top p{color: #fff;}
.join-list li.active .top img.join-ico1{display: block;}
.join-list li.active .top img.join-ico2{display: none;}

.lx-div{width: 96%;max-width: 1200px;margin:30px auto 80px;}
.lx-div p{font:16px/48px '微软雅黑';color: #666666;}
@media  screen and (max-width:992px){
  .join-list li .bottom div p{padding-right: 25px!important;}
}
@media  screen and (max-width:767px){
  .join-list{margin:0 auto;width: 6.9rem}
.join-list li{width: 100%;border-bottom:solid #fafafa 1px;}
.join-list li .top{height: 1.57rem;padding-top: .2rem;}
.join-list li .top img{width: .5rem;height: .5rem;right:.3rem;margin-top: -.25rem;}
.join-list li .top h2{font: .3rem/.65rem '微软雅黑';margin-left: .3rem;}
.join-list li .top p{font: .24rem/.48rem '微软雅黑';margin-left: .15rem}
.join-list li .top p span{margin:0 .15rem;}
.join-list li .bottom{padding:.3rem;}
.join-list li .bottom div{float: none;width: 100%;}

.join-list li .bottom div h3{font:16px/28px '微软雅黑';color: #1a1a1a;}
.join-list li .bottom div p{font:14px/28px '微软雅黑';color: #666666;}
.join-list li.active .top{background: #2668ed;}
.lx-div{margin: .5rem auto;width: 6.9rem}
.lx-div p{font: .28rem/.45rem '微软雅黑';color: #666666;margin-bottom: .2rem;}
}

/* detail */
.news-detail{max-width: 1200px;margin:0 auto;padding:50px 0 80px 0;width: 96%;}
.news-detail .left{width: 790px;float: left;}
.news-detail .right{width: 320px;float: right;padding-top: 40px;}
.news-detail .left h2{font:36px/45px '微软雅黑';color: #1a1a1a;}
.news-detail .left>p>span{font:16px/30px '微软雅黑';color: #999999;margin-right: 40px;margin:15px 40px 25px 0;display: block;float: left;}

.news-detail .left .bjq p{font:14px/28px '微软雅黑';color: #666666;margin-bottom: 30px;}
.news-detail .left .bjq b{font:bold 14px/28px '微软雅黑';color: #1a1a1a;}
.news-detail .left>p>a{font:bold 18px/36px '微软雅黑';color: #1a1a1a;}
.news-detail .left>p>a:hover{color: #fb8906;}

.news-detail .right h5{font:20px/28px '微软雅黑';color: #1a1a1a;margin-bottom: 30px;}
.news-detail .right ul{width: 100%;}
.news-detail .right ul li{height: auto;margin-bottom: 15px;}
.news-detail .right ul li img{display: block;width: 100%;}
.news-detail .right ul li p{font:16px/48px '微软雅黑';color: #1a1a1a;}
.news-detail .right ul li:nth-child(4){display: none}
@media  screen and (max-width:1200px){
  .news-detail .left{width: 670px;float: left;}
}
@media  screen and (max-width:1048px){
  .news-detail .left{width: 610px;float: left;}
}
@media  screen and (max-width:992px){
  .news-detail .left{width: 100%;}
.news-detail .right{width: 100%;}
.news-detail .right ul{width: 100%;}
.news-detail .right h5{text-align: center;}
.news-detail .right ul li{float: left;width: 31.33%;margin:0 1%;}
}
@media screen and (max-width:767px) {
  .ny_tit .l1{font: .36rem/.6rem '微软雅黑';}
.ny_tit .l2{font: .18rem/.48rem '微软雅黑';margin:0;}
.ny_tit .join-l3{font: .28rem/.48rem '微软雅黑';width: 6.9rem;margin: 0 auto .2rem;}
.join-list li .bottom div p{padding-right: 0!important;}
.news-detail{padding:.6rem 0 0 0;width:100%;}
.news-detail .left{width: 6.9rem;float: none;margin:0 auto;}
.news-detail .right{width: 100%;float:none;padding-top: .5rem;}
.news-detail .left h2{font: .36rem/.45rem '微软雅黑';color: #1a1a1a;}
.news-detail .left>p>span{font:.2rem/.3rem '微软雅黑';color: #999999;margin: .25rem .14rem .35rem 0;}
.pz_main2{}
.news-detail .left .bjq b{font:bold .3rem/.56rem '微软雅黑';color: #1a1a1a;}
.news-detail .left>p>a,.news-detail .left>p{font: bold .3rem/.56rem '微软雅黑';color: #1a1a1a;}
.news-detail .left>p>a:hover{color: #fb8906;}
.news-detail .left .bjq p{margin-bottom: 10px!important;}
.news-detail .right h5{color: #1a1a1a;font: .38rem/.92rem '微软雅黑';text-indent:.3rem;margin-bottom: 0;text-align: left;}
.news-detail .right ul{width: 100%;}
.news-detail .right ul li{float: left;width: 3.73rem;margin:0 0 .48rem 0;}
.news-detail .right ul li:nth-child(4){display: block}
.news-detail .right ul li:nth-child(odd) {margin-right: .04rem;}
.news-detail .right ul li img{display: block;width: 100%;}
.news-detail .right ul li p{font: .3rem/.39rem '微软雅黑';color: #1a1a1a;padding: 0 .05rem 0 .3rem;margin-top: .25rem;}
}
/* 需求 */
.demand{margin: 0px auto 0;width: 96%;padding:130px 0 0 0;max-width: 1280px;}
.demand>div{width: 100%;margin:0 auto;}
.demand>div h2{font:26px/50px '微软雅黑';color: #1a1a1a;text-align: center;}
.demand>div h3{font:12px/30px '微软雅黑';color: #b2b2b2;text-align: center;}
.demand>div>p{font:16px/50px '微软雅黑';color: #999999;text-align: center;margin-bottom: 20px;}
.demand>div h4{font:20px/80px '微软雅黑';color: #1a1a1a;text-indent: 20px;}
.demand>div ul{margin-bottom: 10px;}
.demand>div ul li{float: left;width: 268px;height: auto;font:18px/108px '微软雅黑';color: #000000;text-align: center;position: relative;margin:0 20px 30px;box-sizing:border-box;border:solid #f2f2f2 1px;overflow: hidden;cursor: pointer;max-height:176px}
.demand>div ul li div{position: relative;cursor: pointer}
.demand>div ul li div .radio-box input {cursor: pointer;}
.demand>div ul li img.demand-img{width: 100%;}
.demand>div ul li img.demand-img.demand-img1{display: block;}
.demand>div ul li img.demand-ico{position: absolute;bottom: 0;right:0;width: 34px;display: none;}
.demand>div ul li.active img.demand-ico{display: block;}
.demand>div ul li.active,.demand>div ul li:hover{border-color:#2668ed;background: #fafdff;color: #2668ed;}
.demand>div ul li:hover img.demand-ico{display: block;}
.radio-box{width: 100%;display: block;position: absolute;top:0;left:0;height: 100%;z-index:2}
.radio-box input{width: 100%;height: 100%;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0}
.demand>div #form_submit{padding-bottom: 40px;}
.demand>div #form_submit div p.p_es{position: relative;float: left;width: 560px;margin:0 20px 20px;}
.demand>div #form_submit p.p_es input{width: 560px;border-bottom:solid #f2f2f2 1px;font-size: 16px;padding:20px 0;background: transparent;}
.demand>div #form_submit textarea{width: 560px;border:none;border-bottom:solid #f2f2f2 1px;font-size: 16px;height: 115px;padding-top: 20px;float: left;margin:0 20px 20px;background: transparent;}
.demand>div #form_submit .btn_button{width: 560px;height: 60px;font:16px/60px '微软雅黑';color: #fff;background: #2668ed;text-align: center;    display: block;float: left;margin: 55px 0 0 20px;}
.demand>div #form_submit p.p_es input::-webkit-input-placeholder,.demand>div #form_submit textarea::-webkit-input-placeholder{color: #cccccc;}
.demand>div #form_submit p.p_es span{color: #e92c19;position: absolute;left:0;top:0;font:16px/56px '微软雅黑';}
.demand>div #form_submit p.p_es input.input1{box-sizing: border-box;padding-left: 20px;}
.demand>div ul.demand-ul2 li{font:18px/108px '微软雅黑';}
.first_div2{float: left;position: relative;}
.first_div2 h4{position: absolute;top:-80px;left:0;}
#form_submit>div:first-child+div+div{margin-bottom: 80px;}
#form_submit>div:first-child+div+div+div{margin-bottom: 0}
.demand>div #form_submit div p.p_es.sp_input{margin: 80px 20px 20px 20px;}
@media  screen and (max-width:1280px){
  .demand{max-width: 990px;}
.demand>div #form_submit div p.p_es,.demand>div #form_submit p.p_es input,.demand>div #form_submit .btn_button,.demand>div #form_submit textarea{width:455px; }
}
@media  screen and (max-width:992px){
  .demand{max-width: 760px;width: 100%;}
.demand>div #form_submit div p.p_es,.demand>div #form_submit p.p_es input,.demand>div #form_submit .btn_button,.demand>div #form_submit textarea{width:455px; }
.demand>div ul li{width: 213px;max-height:138px}
.demand>div #form_submit div p.p_es,.demand>div #form_submit p.p_es input,.demand>div #form_submit .btn_button,.demand>div #form_submit textarea{width:340px; }
}
@media  screen and (max-width:767px){
  .demand{margin: .88rem auto 0;width: 6.96rem;padding:.6rem 0 0 0;}
.demand>div h2{font: bold .36rem/.5rem '微软雅黑';}
.demand>div h3{font: 12px/30px '微软雅黑';}
.demand>div>p{font: .26rem/.5rem '微软雅黑';margin-bottom: .2rem;}
.demand>div h4{font: .34rem/1.14rem '微软雅黑';text-indent: 0;}
.demand>div ul li{width: 3.36rem;font: .3rem/1.28rem '微软雅黑';color: #666666;margin:0 0 .18rem 0;max-height:300px}
.demand>div ul li:nth-child(odd) {margin-right: .18rem;}
.demand>div ul li img.demand-ico {width: .43rem;display: none;}
.demand>div #form_submit{padding-bottom: .8rem;}
.demand>div #form_submit div p.p_es{position: relative;float: left;width: 100%;margin:0 0 0 0;}
.demand>div #form_submit p.p_es input{width: 100%;height: 1.04rem;
  font-size: .3rem;}
.demand>div #form_submit textarea{font-size: .3rem;height: 1.3rem;padding-top: .3rem;margin:0 0 0 0;background: transparent;}
.demand>div #form_submit .btn_button{width: 100%;height: .9rem;font:.3rem/.9rem '微软雅黑';color: #fff;background: #2668ed;float: left;margin:.4rem 0 0 0;}
.xq_form>div{width: 100%;position:relative}
.demand>div ul.demand-ul2 li{font:18px/108px '微软雅黑';}
.first_div2{float: left;position: relative;width: 100%;}
.first_div2 h4{top:-1.14rem;}
#form_submit>div:first-child+div+div{margin-bottom: 1.14rem;}
.pf_down li.l3 .ico7{width: .8rem;height: .8rem;background: url(../images/gotop.png) no-repeat center top;background-size: 100%;position: fixed;bottom: 3.07rem;right: .3rem;z-index: 10;}
.demand>div #form_submit div p.p_es.sp_input{margin:0 0 0 0;}
}
#map{width: 100%;height: 300px;}
.pf_down li.l3 .ico7{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity: 0;transition:all .5s;}
.pf_down li.l3 .ico7.active{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1}


/* app */
.news-title.do-title ul li{width:16.667%; }
.app{width: 100%;height: auto;overflow-x:hidden}
.app1{width: 100%;max-width: 1280px;margin:80px auto;position: relative;padding-bottom: 80px;}
.app1_b{width: 100%;height: 396px;background: #f5f5f5;position: absolute;bottom: 0;left: 0;}
.app1 img{display: block;float: left;width: 400px;margin: 0 60px 0 100px;position: relative;z-index: 2;box-shadow: #a4a4a4 0 65px 53px -50px;}
.app1_content{width: 650px;float: left;padding: 45px 0 0 0;position: relative;z-index: 2;}
.app1_content h2{font:24px/28px '微软雅黑';color: #1a1a1a;text-align: left;}
.app1_content h3{font:18px/28px '微软雅黑';color: #b2b2b2;text-align: left;margin: 20px 0 85px 0}
.app1_content p{font:16px/28px '微软雅黑';color: #1a1a1a;text-align: left;margin-bottom: 29px;}
.app2{width: 100%;max-width: 1280px;margin:0 auto;padding-bottom: 50px;}
.app2 h1{font:24px/28px '微软雅黑';color: #1a1a1a;text-align: center;margin-bottom: 85px;}
.app2 ul{width: 100%;height: auto;}
.app2 ul li{float: left;width: 50%; box-sizing: border-box; padding-left: 90px;position: relative;margin-bottom: 50px;}
.app2 ul li img{display: block;position: absolute;top:50%;left: 0;margin-top: -36px;width: 72px}
.app2 ul li h2{font:20px/32px '微软雅黑';color: #000000;margin-bottom: 10px;}
.app2 ul li h3{font:14px/24px '微软雅黑';color: #666666;max-width: 505px;}
.app2 ul li:nth-child(2n){padding-left: 130px;}
.app2 ul li:nth-child(2n) img{left: 40px;}
.app3{width: 100%;height: auto;background: #f7f7f7;padding:80px 0 0px 0;}
.app3_box{width: 100%;margin:0 auto;max-width: 1280px;position: relative;}
.app3_box h1{font:24px/24px '微软雅黑';color: #1a1a1a;position: absolute;left:0;top:0;z-index: 2;}
.app3_box ul{width: 100%;height: auto}
.app3_box ul li{width: 100%;height: auto;position: relative;}
.app3_box ul li a div{width: 540px;height: 340px;background: #fff;position: absolute;top:50%;left:0;margin-top: -170px;box-sizing: border-box;padding: 80px 0 0 40px;}
.app3_box ul li a div h2{font:20px/20px '微软雅黑';color: #1a1a1a;margin-bottom: 24px;}
.app3_box ul li a div p{font:14px/24px '微软雅黑';color: #999999;min-height: 110px;max-width: 400px;}
.app3_box ul li a div h6{font:14px/40px '微软雅黑';color: #666666;}
.app3_box ul li a img{display: block;float: right;}
.app3_box_ul .slick-prev,.app3_box_ul .slick-next {left: 50%;top: 50%;width: 40px;height: 40px;}
.app3_box_ul .slick-prev{background: url(../images/app3_left.jpg) no-repeat center top;margin-left: -140px;}
.app3_box_ul .slick-next{background: url(../images/app3_right.jpg) no-repeat center top;margin-left: 600px;}
.app3_box>a{position: absolute;bottom: 40px;left:0;font:16px/16px '微软雅黑';color: #1a1a1a;z-index: 2;}
.app3_box>a:hover{color: #2668ed;text-decoration: underline;}
.app3_box>a img{margin:0 0 0 10px;position: relative;top:-1px;}
.app3_box ul li:hover h2,.app3_box ul li:hover p,.app3_box ul li:hover h6{color:#2668ed}
@media screen and (max-width: 1280px){
  .app1{width: 96%;margin:60px auto;position: relative;padding-bottom: 80px;}
.app1 img{display: block;float: left;width: 400px;margin: 0 30px 0 50px;position: relative;z-index: 2;box-shadow: #a4a4a4 0 65px 53px -50px;}
.app1_content{width: 500px;float: left;padding: 45px 0 0 0;position: relative;z-index: 2;}
.app2{width: 96%;margin:0 auto;padding-bottom: 20px;min-width: 990px;}
.app3_box{width: 96%;margin:0 auto;position: relative;}
.app3_box ul li a div{width:40%;padding: 80px 0 0 30px; }
.app3_box ul li a div p{max-width: 80%;}
.app3_box_ul .slick-prev{margin-left: 0px;left:calc(40% - 40px)}
.app3_box_ul .slick-next{margin-left: 0px;right:0;left:auto;}
}
@media screen and (max-width: 1040px){
  .app1 img{display: block;float: left;width: 390px;margin: 0 15px 0 25px;position: relative;z-index: 2;box-shadow: #a4a4a4 0 65px 53px -50px;}
}

@media screen and (max-width: 992px){
  .news-title, .news-list {width: 98%;max-width: 750px;margin: 0 auto;}
.app1{width: 96%;margin:50px auto;position: relative;padding-bottom: 20px;}
.app1 img{display: table;width: 350px;margin: 0 auto;float:none;}
.app1_content{width: 100%;float: none;padding: 25px 0 0 0;position: relative;z-index: 2;}
.app1_content h2, .app1_content h3{text-align: center;margin:20px 0;}
.app1_content p{padding: 0 20px}
.app1_b{width: 100%;height: 596px;background: #f5f5f5;position: absolute;bottom: 0;left: 0;}

.app2{width: 96%;margin:0 auto;padding-bottom: 50px;min-width: 100%;}
.app2 ul li{width: 100%;padding-left: 130px;}
.app2 ul li img{left: 40px}
.app2 ul li h3{max-width: 95%;}

.app3{width: 100%;height: auto;background: #f7f7f7;padding:40px 0 50px 0;}
.app3_box h1{font:24px/24px '微软雅黑';color: #1a1a1a;position: static;margin-bottom: 20px;}
.app3_box{width: 96%;margin:0 auto;position: relative;}
.app3_box ul li a{}
.app3_box ul li a>img{display: block;width: 100%;float: none;}
.app3_box ul li a div{width:100%;position: static;padding:20px;margin-top: 0;height: auto;}
.app3_box ul li a div h2{margin-bottom: 15px;}
.app3_box ul li a div p{max-width: 100%;min-height: auto;margin-bottom: 15px;}
.app3_box>a{position:static;display: table;margin:20px auto 0; width: auto;height: 35px;font:16px/35px '微软雅黑';padding: 0 20px;background: #fb8906;color: #fff;}
.app3_box>a img{display: none;}
.app3_box_ul .slick-prev, .app3_box_ul .slick-next{top:35%;}
.app3_box_ul .slick-prev{margin-left: 0px;left:0;}
.app3_box_ul .slick-next{margin-left: 0px;right:0;left:auto;}

}
@media screen and (max-width: 767px){
  .news-title.do-title{width: 100%;overflow: hidden;white-space: nowrap;overflow-x: scroll;margin-bottom: .45rem;}
.news-title, .news-list {width: 100%;max-width: 750px;margin: 0 auto;}
.news-title.do-title ul{border-bottom:none;position: relative;width: 100%;}
.news-title.do-title ul li{display: inline-block;position: relative;font: .3rem/1.08rem '微软雅黑';text-align: center;padding: 0 .3rem .08rem .3rem;width: auto;float: none;}
.news-title.do-title ul:after {}
.news-title ul li img{display: none;position: absolute;width: .15rem;bottom: 0rem;left: 50%;margin-left: -.08rem;z-index: 2;}
.news-title ul li.active img {display: block;}
.news-title{border-bottom: none;}
.app1 {width: 6.9rem;margin: 0 auto;position: relative;padding-top: 2.5rem;padding-bottom: 0;}
.app1 img{display:block;width: 4rem;position: absolute;left:50%;margin-left: -2rem;top:0;z-index: 3;box-shadow: #a4a4a4 0 .65rem .53rem -.5rem;}
.app1_content{width: 100%;height: auto;background: #f7f7f7;box-sizing: border-box;padding-top: 3.05rem;padding-bottom: .3rem;}
.app1_content h2{font: .34rem/.34rem '微软雅黑';color: #1a1a1a;margin: 0;}
.app1_content h3{font: .2rem/.28rem '微软雅黑';margin: .2rem 0 .3rem 0;}
.app1_content p{padding: 0 .25rem;font: .28rem/.45rem '微软雅黑';color: #1a1a1a;text-align: left;margin-bottom: .45rem;}
.app1_b{display: none;}
.app2{width: 6.9rem;margin:0 auto;padding-bottom: 0px;min-width: auto;}
.app2 h1{font: .34rem/.34rem '微软雅黑';color: #1a1a1a;margin: .8rem 0 .56rem 0;}
.app2 ul li{float: none;padding-left: .92rem;margin-bottom: .72rem;}
.app2 ul li img{top: .1rem;margin-top: 0px;width: .72rem;left:0;}
.app2 ul li h2{font: .3rem/.32rem '微软雅黑';margin-bottom: 10px;}
.app2 ul li h3{font: .28rem/.42rem '微软雅黑';margin-top: .15rem;max-width:100%;}
.app2 ul li:nth-child(2n){padding-left: .92rem;}
.app2 ul li:nth-child(2n) img{left: 0;}
.app3{padding: 0 0 .8rem 0;}
.app3_box h1{position: static;font: .34rem/1.14rem '微软雅黑';text-align: left;text-indent: .3rem;margin-bottom: 0;}
.app3_box ul{width: 6.9rem;height: auto;margin:0 auto;}
.app3_box ul li{width: 100%;height: auto;position: relative;}
.app3_box ul li a div{width: 100%;height: auto;box-sizing: border-box;padding: 0;background-color: transparent;}
.app3_box ul li a div h2{font: .3rem/.7rem '微软雅黑';margin-bottom: 0;}
.app3_box ul li a div p{font: .26rem/.36rem '微软雅黑';margin-bottom: .35rem;min-height: auto;max-width: 100%;}
.app3_box ul li a div h6{font: .2rem/.24rem '微软雅黑';border-left: solid #fb8906 .04rem;padding-left: .1rem;}
.app3_box ul li a img{display: block;}
.app3_box_ul .slick-prev,.app3_box_ul .slick-next {left: 50%;top: 50%;width: 40px;height: 40px;}
.app3_box_ul .slick-prev{background: url(../images/app3_left.jpg) no-repeat center top;margin-left: -140px;}
.app3_box_ul .slick-next{background: url(../images/app3_right.jpg) no-repeat center top;margin-left: 600px;}
.app3_box>a.all_a{display: none;}
.news-title.do-title ul li:after{display: block;
    width: 120%;
    height: 1px; 
    background: #e6e6e6;
    content: "";
    position: absolute;
    bottom: .13rem;
  left:-10%;
}
}
/* 公众号 */
.gzh1{width: 100%;max-width: 1280px;position: relative;margin:0 auto 65px;}
.gzh1 div{width: 50%;float: left;}
.gzh1 div h2{font:24px/40px '微软雅黑';color: #1a1a1a;text-align: left;}
.gzh1 div p{font:16px/30px '微软雅黑';color: #999999;max-width: 90%;}
.gzh1 img{float: left;width: 50%;}
.gzh2{width: 100%;height: auto;background: #f7f7f7;padding:90px 0 0 0;}
.gzh2 .app2 h1{margin-bottom: 15px;}
.gzh2 .app2 h6{font:16px/30px '微软雅黑';color: #999999;width: 96%;max-width: 910px;margin:0 auto 65px;text-align: center;}
.gzh2 .app2 ul{width: 100%;height: auto;margin:0 auto;}
.gzh2 .app2 ul li{float: left;width: 31.33%; box-sizing: border-box; padding-left: 120px;position: relative;height: 210px;background: #fff;padding-top: 40px;transition:all .5s;margin: 0 1% 2% 1%}
.gzh2 .app2 ul li img{display: block;position: absolute;top:50%;left: 30px;margin-top: -36px;width: 72px}
.gzh2 .app2 ul li h2{font:20px/32px '微软雅黑';color: #000000;margin-bottom: 10px;}
.gzh2 .app2 ul li h3{font:14px/24px '微软雅黑';color: #666666;max-width: 90%;}
.gzh2 .app2 ul li:hover{box-shadow: 0 0 30px #ccc;}

@media screen and (max-width: 1280px){
  .gzh1{width: 96%;margin:0px auto 50px;}
.gzh2 .app2 ul{max-width: 990px;}
.gzh2 .app2 ul li{margin: 0 0px 40px 0;width: 475px;}
.gzh2 .app2 ul li:nth-child(3n){margin: 0 0px 40px 0;}
.gzh2 .app2 ul li:nth-child(2n){margin: 0 0px 40px 40px;}
.gzh2{padding:70px 0 0 0;}
}
@media screen and (max-width: 990px){
  .gzh1{width: 96%;margin:0px auto 50px;}
.gzh2 .app2 ul{max-width: 100%;}
.gzh2 .app2 ul li{float: left;width: 48%; box-sizing: border-box; padding-left: 120px;position: relative;height: 210px;background: #fff;padding-top: 40px;transition:all .5s;margin: 0 1% 2% 1%}
.gzh2{padding:70px 0 0 0;}
.gzh2 .app2 ul li:nth-child(3n){margin: 0 1% 2% 1%;}
.gzh2 .app2 ul li:nth-child(2n){margin: 0 1% 2% 1%;}
.gzh2 .app2{padding-bottom:0px;}
}
@media screen and (max-width: 767px){
  .gzh1{width: 100%;position: relative;margin:.8rem auto;}
.gzh1 div{width: 100%;float: none;}
.gzh1 div h2{font: .34rem/.34rem '微软雅黑';color: #1a1a1a;text-align: center;}
.gzh1 div p{font: .24rem/.42rem '微软雅黑';text-align: center;width: 6.9rem;margin: .3rem auto 0px;max-width: 100%;}
.gzh1 img{float: none;width: 100%;margin-top: .5rem;}
.gzh2{padding:.8rem 0 1px 0;}
.gzh2 .app2 h1{text-align: center;margin:0;}
.gzh2 .app2 h6{font: .24rem/.42rem '微软雅黑';color: #999999;text-align: center;width: 6.9rem; margin: .3rem auto;}
.gzh2 .app2 ul{width: 100%;height: auto;margin:0 auto;}
.gzh2 .app2 ul li{float: none;width:100%; box-sizing: border-box; padding-left: 1.2rem;position: relative;height: 2.4rem;background: #fff;padding-top: 0px;transition:all .5s;margin: 0 0 .3rem 0;}
.gzh2 .app2 ul li img{display: block;position: absolute;top:50%;left: .3rem;margin-top: -.36rem;width: .72rem;}
.gzh2 .app2 ul li h2{font: .3rem/.9rem '微软雅黑';color: #1a1a1a;text-align: left;margin-bottom: 0px;}
.gzh2 .app2 ul li h3{font: .28rem/.42rem '微软雅黑';color: #666666;text-align: left;padding-right: .3rem;box-sizing: border-box;max-width: 100%;margin-top: 0;}
.gzh2 .app2 ul li:nth-child(3n){margin:0 0 .3rem 0;}
.gzh2 .app2 ul li:nth-child(2n){margin:0 0 .3rem 0;}
.gzh2 .app2 ul li:hover{box-shadow: 0 0 30px #ccc;}
.app3_box{width: 6.9rem;}
.gzh2 .app3_box h1{text-indent: 0;}
.gzh2 .cont8{background-color: #fff;}
}

/* 小程序 */
.xcx1{width: 100%;max-width: 1280px;position: relative;margin:0 auto;}
.xcx1>h2{font:24px/28px '微软雅黑';text-align: center;color: #1a1a1a;}
.xcx1>h3{font:16px/30px '微软雅黑';text-align: center;color: #999999;max-width: 830px;margin:20px auto 0;}
.xcx1>div{margin-top: 50px;}
.xcx1>div>ul.ul1{width: 46%;max-width: 600px;float: left;box-sizing: border-box;padding-left: 35px;}
.xcx1>div>ul.ul1 li{margin-bottom: 25px;}
.xcx1>div>ul.ul1 li h4{font:20px/32px '微软雅黑';color: #000000;margin-bottom: 10px;}
.xcx1>div>ul.ul1 li h5{font:14px/24px '微软雅黑';color: #666666;text-align: left;max-width: 85%; }
.xcx1>div>img{display: block;float: right;width: 54%;max-width: 680px;}
.xcx2{width: 100%;height: auto;background: #f7f7f7;padding:90px 0 0 0;}
.xcx2 .app2 h1{margin-bottom: 15px;}
.xcx2 .app2 h6{font:16px/30px '微软雅黑';color: #999999;width: 96%;max-width: 910px;margin:0 auto 65px;text-align: center;}
.xcx2 .app2 ul{width: 100%;height: auto;margin:0 auto;}
.xcx2 .app2 ul li{float: left;width: 31.33%; box-sizing: border-box; padding-left: 30px;position: relative;height: 160px;background: #fff;padding-top: 40px;transition:all .5s;margin: 0 1% 2% 1%;border-radius: 5px;}
.xcx2 .app2 ul li img{display: block;position: absolute;top:50%;right: 30px;margin-top: -43px;width: 90px;left: auto;}
.xcx2 .app2 ul li h2{font:20px/32px '微软雅黑';color: #000000;margin-bottom: 10px;}
.xcx2 .app2 ul li h3{font:14px/24px '微软雅黑';color: #666666;max-width: 90%;}
.xcx2 .app2 ul li:hover{box-shadow: 0 0 30px #ccc;}
.show_h6{display: block;}
.hide_h6{display: none;}
@media screen and (max-width: 1280px){
  .xcx2 .app2 ul{max-width: 990px;}
.xcx2 .app2 ul li{margin: 0 0px 40px 0;width: 475px;}
.xcx2 .app2 ul li:nth-child(3n){margin: 0 0px 40px 0;}
.xcx2 .app2 ul li:nth-child(2n){margin: 0 0px 40px 40px;}
.xcx2{padding:70px 0 0 0;}
}
@media screen and (max-width: 992px){
  .xcx2 .app2 ul{max-width: 100%;}
.xcx2 .app2 ul li{width: 48%; margin: 0 1% 2% 1%}
.xcx2{padding:70px 0 0 0;}
.xcx2 .app2 ul li:nth-child(3n){margin: 0 1% 2% 1%;}
.xcx2 .app2 ul li:nth-child(2n){margin: 0 1% 2% 1%;}
.xcx2 .app2{padding-bottom:0px;}
}
@media screen and (max-width: 767px){
  .xcx1>div>ul.ul1{width: 6.9rem;
  margin: .2rem auto .6rem;max-width: 100%;float: none;padding-left: 0;}
.xcx1>div>ul.ul1 li{margin-bottom: .45rem;}
.xcx1>div>ul.ul1 li h4{font: .3rem/.32rem '微软雅黑';}
.xcx1>div>ul.ul1 li h5{max-width: 100%; font: .28rem/.45rem '微软雅黑';width: 6.9rem;margin-top: .15rem;}
.xcx1>div>img{display: none;}
.xcx2{width: 100%;height: auto;background: #f7f7f7;padding:.8rem 0 0 0;}
.xcx2 .app2 h1{font: .34rem/.34rem '微软雅黑';margin:0;}
.xcx2 .app2 h6{color: #999999;max-width: 100%;font: .24rem/.42rem '微软雅黑';
  width: 6.9rem;margin: .3rem auto;}
.xcx2 .app2 ul{width: 100%;height: auto;margin:0 auto;}
.xcx2 .app2 ul li{width: 100%;height: 1.96rem;background: #fff;position: relative;box-sizing: border-box;padding: .4rem .3rem 0 .3rem;margin:0 0 .3rem 0;}
.xcx2 .app2 ul li img{position: absolute;top: 50%;right: .3rem;width: .9rem;margin-top: -.43rem;}
.xcx2 .app2 ul li h2{font: .3rem/.32rem '微软雅黑';margin-bottom: .15rem;}
.xcx2 .app2 ul li h3{font: .28rem/.45rem '微软雅黑';color: #666666;}
.xcx2 .app2 ul li:nth-child(3n){margin:0 0 .3rem 0;}
.xcx2 .app2 ul li:nth-child(2n){margin:0 0 .3rem 0;}
.xcx2 .app2 ul li:hover{box-shadow: 0 0 30px #ccc;}
.xcx2 .cont8{background-color: #fff;}
}

/* 网站 */
.wz1.xcx1>div>ul.ul2{width: 100%;box-sizing: border-box;margin:0px auto 100px;}
.wz1.xcx1>div>ul.ul2 li{width: 25%;text-align: center;float: left;}
.wz1.xcx1>div>ul.ul2 li h4{font:20px/32px '微软雅黑';color: #000000;margin-bottom: 10px;}
.wz1.xcx1>div>ul.ul2 li h5{font:14px/24px '微软雅黑';color: #666666;text-align: left;max-width: 85%; }
.wz2{width: 100%;background: #f7f7f7}
.wz2_box{width: 100%;height: auto;background: url(../images/wz2_bg.jpg) no-repeat center top;padding-top: 85px;}
.wz2_box>div{width: 100%;max-width: 1280px;margin:0 auto;}
.wz2_box>div>h1{font:24px/28px '微软雅黑';color: #fff;text-align: center;}
.wz2_box>div>h6{font:16px/30px '微软雅黑';color: #ffffff;text-align: center;max-width: 960px;width: 90%;margin:20px auto 0;}
.wz2_box>div>img{display: table;margin:25px auto 95px;}
.wz2_box_ul{position: relative;left:20px;margin-top: 55px;}
.wz2_box_ul li{margin-right: 40px;overflow: hidden;}
.wz2_box_ul li a{text-align: center;display: block;}
.wz2_box_ul li a img{display: block;transition:all .5s;}
.wz2_box_ul li a  p{font:20px/38px '微软雅黑';color: #1a1a1a;margin-top: 30px;}
.wz2_box_ul .slick-prev,.wz2_box_ul .slick-next {top: 35%;width: 40px;height: 40px;}
.wz2_box_ul .slick-prev{background: url(../images/app3_left.jpg) no-repeat center top;left: 0%;}
.wz2_box_ul .slick-next{background: url(../images/app3_right.jpg) no-repeat center top;margin-left: 600px;right: 40px;left:auto;}
.wz2_box_ul li div{overflow: hidden;}
.wz2_box_ul li:hover img{transform:scale(1.1);}
.wz2_box_ul li:hover p{color: #fb8906;}

@media screen and (max-width: 767px){
  .xcx1{padding:.8rem 0 0 0;}
.xcx1>h2{font: .34rem/.34rem '微软雅黑';}
.xcx1>h3{font: .24rem/.42rem '微软雅黑';width: 6.9rem;margin: .3rem auto 0px;}
.xcx1>div{margin-top: 0px;}
.wz1.xcx1>div>ul.ul2{margin-bottom: .25rem;}
.wz1.xcx1>div>ul.ul2 li{float: left;width: 50%;margin-bottom: .45rem;}
.wz1.xcx1>div>ul.ul2 li h4{font: .3rem/.32rem '微软雅黑';}
.wz1.xcx1>div>ul.ul2 img {display: table;margin: .3rem auto;width: 1.2rem;}
.wz2_box{background: url(../images/wz2_bg2.jpg) no-repeat center top;padding-top: .8rem;background-size: 100%;}
.wz2_box>div>h1{font: .34rem/.34rem '微软雅黑';}
.wz2_box>div>h6{font: .21rem/.39rem '微软雅黑';width: 6.9rem;margin: .2rem auto;}
.show_h6{display: none;}
.hide_h6{display: block;}
.wz2_box>div>img{margin: .52rem auto 1.5rem;width: .24rem;}
.wz2_box_ul{position: relative;left:20px;margin-top: 55px;}
.wz2_box_ul li{margin-right: 40px;overflow: hidden;}
.wz2_box_ul li a{text-align: center;display: block;}
.wz2_box_ul li a img{display: block;transition:all .5s;}
.wz2_box_ul li a p{font: .3rem/.7rem '微软雅黑';color: #1a1a1a;margin-top:0px;text-align: left;}
.wz2_box_ul li a h3{font: .26rem/.36rem '微软雅黑';margin-bottom: .35rem;text-align: left;}
.wz2_box_ul li a h6{font:.2rem/.24rem '微软雅黑';border-left: solid #fb8906 .04rem;padding-left: .1rem;text-align: left;}

.wz2_box_ul .slick-prev,.wz2_box_ul .slick-next {top: 35%;width: 40px;height: 40px;}
.wz2_box_ul .slick-prev{background: url(../images/app3_left.jpg) no-repeat center top;left: 0%;}
.wz2_box_ul .slick-next{background: url(../images/app3_right.jpg) no-repeat center top;margin-left: 600px;right: 40px;left:auto;}
.m_sj1{width: 96vw;margin-left: 4vw;margin-top: 1.3rem;}
.m_sj1 .sheji-swiper{width: 100%;height:5rem;overflow: visible;}
.m_sj1 .sheji-swiper .swiper-slide{width: auto!important;}
.m_sj1 .sheji-swiper img{display: block;height: 100%;}
.m_sj1 .sj_tit h2,.m_sj2 .sj_tit h2{font:.3rem/.3rem '微软雅黑';color: #1a1a1a;}
.m_sj1 .sj_tit p,.m_sj2 .sj_tit p{font:.2rem/.28rem '微软雅黑';color: #999999;margin-top: .1rem;margin-bottom: .4rem;}
.m_sj1 .sj_tit p:before,.m_sj2 .sj_tit p:before{display: inline-block;content: "";width: 1rem;height: 1px;background: #cccccc;position: relative;top:-.08rem;margin-right: .07rem;}
.m_sj1 .sheji-swiper.swiper-container-horizontal>.swiper-pagination-bullets{bottom:-.5rem;}
.m_sj1 .sheji-swiper .swiper-pagination-bullet-active {background: #fb8906;}
.m_sj2{width: 92vw;margin:1.3rem auto 0;}
.m_sj2 img{display: block;width: 100%;margin-bottom: .3rem;}
.m_sj3{margin-bottom: .5rem;}
}

/* 研发 */
.yf .app1{margin-bottom:0; }
.yf1{width: 100%;max-width: 1280px;position: relative;margin:0 auto;}
.yf1>div{width: 52%;max-width: 655px;box-sizing: border-box;padding:100px 0 0 35px;float: left;}
.yf1>img{display: block;float: right;width: 48%;max-width: 625px;}
.yf1>div h2{font:24px/30px '微软雅黑';color: #1a1a1a;margin-bottom: 40px;}
.yf1>div p{font:14px/24px '微软雅黑';color: #666666;margin-bottom: 20px;}
.yf2,.yf3{width: 100%;height: auto;padding: 90px 0;}
.yf_color{background: #f7f7f7;}
.yf2 h2,.yf3 h2{font:24px/28px '微软雅黑';color: #1a1a1a;text-align: center;}
.yf2>p,.yf3>p{font:16px/30px '微软雅黑';color: #999999;text-align: center;max-width: 1100px;width: 96%;margin:20px auto 0px;}
table.yf2_table1,table.yf2_table1 tr th,table.yf2_table1 tr td { border:1px solid #f8f8f8;font:14px/28px '微软雅黑';color: #666666;}
table.yf2_table1 tr td{ padding:10px 10px 10px 30px;}
table.yf2_table1{ width: 96%; min-height: 25px;text-align: left; border-collapse: collapse;max-width: 1280px;margin:50px auto 0;background: #fff;}
table.yf2_table2,table.yf2_table2 tr th,table.yf2_table2 tr td { border:1px solid #fff;font:14px/28px '微软雅黑';color: #666666;}
table.yf2_table2 tr td{ padding:10px 10px 10px 30px;}
table.yf2_table2{ width: 96%; min-height: 25px;text-align: left; border-collapse: collapse;max-width: 1280px;margin:50px auto 0;background: #f7f7f7;}
.yf3>div{width: 100%;max-width: 1280px;margin:30px auto 0;position: relative;}
.yf3>div .left{width:37.5%;height: 100%;position: absolute;top:0;left:0;}
.yf3>div .left img{position:absolute;width: 100%;left:50%; top:50%; transform:translate(-50%,-50%); }
.yf3>div .right{float: right;width: 65.625%;background: #ffffff;box-sizing: border-box;padding: 45px 100px 35px;}
.yf3>div .right h3{font:14px/30px '微软雅黑';color: #333333;}
.yf3>div .right p{font:14px/24px '微软雅黑';color: #666666;margin-bottom: 17px;}

@media screen and (max-width: 1280px){
  .yf1{width: 96%;}
.yf1>div{padding:60px 0 0 35px;}
.yf1>div h2{margin-bottom: 30px;}
.yf1>div p{margin-bottom: 20px;}
.yf2,.yf3{padding: 70px 0;}
.yf3>div{width: 96%;}
.yf3>div .right{padding: 35px 70px 30px;}
}
@media screen and (max-width: 992px){
  .yf1{width: 96%;}
.yf1>div{padding:40px 0 0 35px;}
.yf1>div h2{margin-bottom: 25px;}
.yf1>div p{margin-bottom: 15px;}
.yf2,.yf3{padding: 70px 0;}
.yf3>div{width: 96%;}
.yf3>div .left {width: 100%;height: auto;position: static;}
.yf3>div .left img{position:static;width: 70%; transform:translate(0%,0%);display: table;margin:0 auto;}
.yf3>div .right{float: none;width: 100%;background: #f7f7f7;box-sizing: border-box;padding: 30px 10px 0 10px;}
.yf3>div .right h3{font:14px/30px '微软雅黑';color: #333333;}
.yf3>div .right p{font:14px/24px '微软雅黑';color: #666666;margin-bottom: 17px;}
}
@media screen and (max-width: 767px){
  .yf1{width: 6.9rem;margin:0 auto .5rem;}
.yf1>div{width: 100%;max-width: 100%;padding:0 0 0 0;float: none;}
.yf1>img{display: none;}
.yf1>div h2{font: .34rem/.34rem '微软雅黑';margin: .7rem 0 .25rem 0;}
.yf1>div p{font: .28rem/.42rem '微软雅黑';margin-bottom: .2rem;}
.yf2,.yf3{padding: .7rem 0;}
.yf2 h2,.yf3 h2{font: .34rem/.34rem '微软雅黑';}
.yf2>p,.yf3>p{font: .24rem/.42rem '微软雅黑';width: 6.9rem;margin: .3rem auto 0;}
table.yf2_table1,table.yf2_table1 tr th,table.yf2_table1 tr td { border:1px solid #f8f8f8;font: .2rem/.3rem '微软雅黑';}
table.yf2_table1 tr td{padding: .2rem;}
table.yf2_table1{ width: 6.9rem;margin:.5rem auto 0;}
table.yf2_table2,table.yf2_table2 tr th,table.yf2_table2 tr td { border:1px solid #fff;font: .2rem/.3rem '微软雅黑';}
table.yf2_table2 tr td{padding: .2rem;}
table.yf2_table2{width: 6.9rem;margin:.5rem auto 0;}
table tr>td:nth-child(2n+1){width: 80px;}
.yf3>div{width: 100%;margin:0px auto;}
.yf3>div .left{width:100%;height:auto;position: static;}
.yf3>div .left img{position:static;transform:translate(0%,0%);display: table;width: 4.8rem;margin: .3rem auto; }
.yf3>div .right{float: none;width:6.9rem;background: transparent;box-sizing: border-box;padding:0;margin:0 auto;}
.yf3>div .right h3{font: .28rem/.3rem '微软雅黑';margin-bottom: .2rem;}
.yf3>div .right p{font: .28rem/.45rem '微软雅黑';margin-bottom: .2rem;}
}

/* 设计 */
.pz_sj{background: url(../images/sj_bg.png) repeat-y center top;background-size: 100%;}
.sj{width: 100%;height: auto;overflow-x:hidden}
.sj1{width: 96%;max-width: 1280px;margin:0 auto 100px;position: relative;}
.img_box{width: 100%;position: relative;height: auto;box-sizing: border-box;}
.img_box1,.img_box2{margin-left: 26.093%;position:relative;}
.sj1_img2{width:63.742%;}
.sj1_img1{width: 25.39%;position:absolute;left:0%;top:50%;transform:translate(0%,-50%);}
.img_box2{margin-top:10px;}
.sj1_img4{width:35.336%;position:absolute;bottom:0;right:0;}
.sj1_img3{width:34.355%;}
.sj1_img5{width:64.482%;position:absolute;top:0;right:0;}
.sj1_img6{width:43.974%;}
.sj1_img7{width:54.756%;position:absolute;top:0;right:0;}
.sj1 .tit_box,.sj5 .tit_box{position: absolute;top:0;left:0;width: 25.39%;height: auto;box-sizing: border-box;padding:35px 0 0 30px;}
.tit_box h2{font:24px/28px '微软雅黑';color: #1a1a1a;margin-bottom: 15px;}
.tit_box p{font:16px/28px '微软雅黑';color: #999999;}
.tit_box p:before{display: inline-block;width: 100px;height: 1px;background: #999999;position: relative;top:-5px;margin-right: 7px;content: "";}
.sj4{width: 96%;max-width: 1280px;margin:0 auto 100px;position: relative;}
.sj4 .tit_box{width: 25.39%;height: auto;box-sizing: border-box;padding:35px 0 30px 30px;}
.sj4  .img_box img{width: 49.5%;}
.sj5{width: 96%;max-width: 1280px;margin:0 auto 100px;position: relative;}
.sj5_img1{position: absolute;bottom: 0;left:0;width: 25.39%;}
.img_box{width: 100%;}
.sj5 .img_box1{width: 36.718%; float: left;}
.sj5 .img_box1 img{display: block;width: 100%;}
.sj5 .img_box1 img+img,.sj5 .img_box2 img+img{margin-top: 10px;}
.sj5 .img_box2{width: 36.718%; float: right;margin: 0;}
.xq_form>div{position:relative}
.xq_form>div small{position:absolute;bottom:-4px;left:20px;color:red;font-size:15px;line-height:24px;}
@media screen and (max-width: 1280px){
  .img_box2{margin-top:7px;}
.sj5 .img_box1 img+img,.sj5 .img_box2 img+img{margin-top: 7px;}
.sj5 .img_box2{margin: 0;}
}
@media screen and (max-width: 992px){
  .img_box2{margin-top:5px;}
.sj5 .img_box1 img+img,.sj5 .img_box2 img+img{margin-top: 5px;}
}
.xq_a:hover{background: rgb(38, 104, 237)}
#particles-js2{position: absolute;top:0;left:0;width: 100%;height: 100%;}
#particles-js2 canvas{background: #fb8a06}

.al_xq{width: 100%;height: 300px;position: relative;background-color: #1a1a1a;}
.al_xq img.pc_al{height: 300px;position: absolute;top:0;left: 50%;margin-left: -960px;width: 1920px;max-width: 1920px;}
.al_xq div{display: block;width:1280px;position: absolute;bottom: 0;left:50%;margin-left: -640px;padding-bottom: 25px;z-index: 2;}
.al_xq div h2{font:bold 28px/36px '微软雅黑';color: #ffffff;margin-bottom: 10px;}
.al_xq div h6{font:18px/38px '微软雅黑';color: #ffffff;}
.al_detail{width: 100%;height: auto;}
.al_detail_top{width: 100%;height: 156px;background-color: #f7f7f7;}
.al_detail_top div{width: 1280px;margin:0 auto;padding-top: 26px;}
.al_detail_top div h3{font:16px/36px '微软雅黑';color: #999999;margin-bottom: 26px}
.al_detail_top div a{display: block;width: 118px;height: 28px;border:solid #d9d9d9 1px;font:14px/28px '微软雅黑';color: #999999;text-indent: 25px;}
.al_detail_top div a img{display: block;float: right;margin:11px 25px 0 0;}
.al_detail_bottom{width: 96%;margin:0 auto;max-width: 1280px;padding:60px 0 80px 0;}
.al_detail_bottom img{display: block;max-width: 100%;}
.al_m{display: none;}
.pc_al{display: block;}
/*视频弹框*/
.video-plays{display: block;width: 40px;height: 40px;position: absolute;top:50%;left:50%;margin:-20px 0 0 -20px;background:url(../images/video_btn.png) no-repeat center center;background-size: 40px;cursor: pointer;transition:all .3s;border-radius: 50%;}
.sj1_img4:hover .video-plays{box-shadow: 0 0 10px #ccc;}
.pop-video-layer {display: none;position: fixed;width: 100%;height: 100%;left: 0;right: 0;top: 0;bottom: 0;z-index: 9999;}
.pop-video-layer .opacity {position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: #000;filter: alpha(opacity=87);opacity: 0.87;}
.pop-video-layer .video-layer-inner {position: absolute;top: 50%;left: 50%;    width: 100%;height: auto;margin: 0 0 0 -50%;transform: translate(0, -50%);}
.pop-video-layer .video-layer-detail {width: 100%;height: auto;background: #000;}
.pop-video-layer .video-layer-inner .close{position: absolute;top: -40px;right: 0;cursor: pointer;z-index: 10;width: 40px;
    height: 40px;background: url(../images/colse.png) center center no-repeat;opacity: 1;background-size: 26px;}

@media screen and (max-width: 1320px){
  .al_xq div{width:96%;left:2%;margin-left: 0px;max-width: 1280px}
.al_detail_top div{width: 96%;margin:0 auto;max-width: 1280px}

}
@media screen and (max-width: 767px){
.xq_form>div small{position:relative;bottom:0;left:0;}
  .al_xq{height: auto;}
.al_xq img.al_m{display: block;width: 100%}
.pc_al{display: none;}
.al_xq div h2{font:bold .34rem/.38rem '微软雅黑';}
.al_xq div h6{font:.22rem/.38rem '微软雅黑';}
.al_detail_top{height: 2.4rem;}
.al_detail_top div{padding-top: .3rem;}
.al_detail_top div h3{font:.26rem/.36rem '微软雅黑';margin-bottom: .22rem}
.al_detail_top div a{display: block;width: 2.38rem;height: .7rem;border:solid #d9d9d9 1px;font:.26rem/.7rem '微软雅黑';text-indent: .53rem;}
.al_detail_top div a img{display: block;float: right;margin:.23rem .53rem 0 0;width: .14rem}
.al_detail_bottom{width: 6.9rem;padding:.4rem 0 .6rem 0;}
.pop-video-layer .video-layer-inner .close{position: absolute;top: -40px;right: 0;cursor: pointer;z-index: 10;width: 40px;
    height: 40px;background: url(../images/colse.png) center center no-repeat;opacity: 1;background-size: 16px;}
}
.text_div h4{display: none;}
.text_div h4.text_h4{display: block;}
.xq_form{position: relative;}
}