.wow{
    opacity: 0;
}
.mobile {width:100%;} 
.mobile-inner {margin-right:auto;margin-left:auto;background-color:;position:relative;}
.mobile-inner p {color:#676767;line-height:25px;font-size:16px;padding-bottom:30px;padding-right:30px;padding-left:30px;margin:0px;}
.mobile-inner-header {background-color:rgb(255,255,255);width:100%;height:88px;position:relative;top:0px;z-index:33;left:0px;}
.mobile-inner-header-icon {color:#ffffff;height:50px;font-size:25px;text-align:center;float:right;width:50px;position:relative;-webkit-transition:background 0.5s;-moz-transition:background 0.5s;-o-transition:background 0.5s;transition:background 0.5s;margin-top: 15px;}
.mobile-inner-header-icon:hover {background-color:rgba(255,255,255,0.2);cursor:pointer;}
.mobile-inner-header-icon span {position:absolute;left:calc((100% - 25px) / 2);top:calc((100% - 1px) / 2);width:25px;height:1px;background-color:rgb(199,34,27);}
.mobile-inner-header-icon span:nth-child(1) {transform:translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2) {transform:translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clicksecond;}
@keyframes clickfirst {0% {transform:translateY(4px) rotate(0deg);}
100% {transform:translateY(0) rotate(45deg);}
}
@keyframes clicksecond {0% {transform:translateY(-4px) rotate(0deg);}
100% {transform:translateY(0) rotate(-45deg);}
}

/*新增加产品样式*/
.new-style2 {
	padding: 130px calc(50% - 640px) 1px calc(50% - 640px);
}




.new-style2 {
 background:#fafafa;
 padding:130px 60px 1px 60px;
 text-align:center
}
.new-style2title {
 font-size:80px;
 font-family:Alibaba-PuHuiTi-Medium;
 margin-bottom:40px;
 color:#000
}
.new-style2Desc {
 font-size:20px;
 color:#8f8f8f;
 line-height:32px; 
 margin:0 auto 30px auto;
}
.new-style2Body {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 margin-bottom:0;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between
}
.new-style2Body img {
 width:100%;
 max-height:656px
}
.new-style2Right {
 width:430px;
 margin-left:24px
}
.new-style2Right:nth-child(2n) {
 margin-left:80px
}
.new-style2html {
 margin-left:90px;
 font-size: 14px;
}
.new-style2html span {
 font-size: 24px;
}
.new-style2line {
 width:100%;
 height:1px;
 background:#c7c7c7;
 margin:21px 0 47px 0;
 position:relative
}
.new-style2line:after {
 content:"";
 display:inline-block;
 width:7px;
 height:7px;
 border-radius:50%;
 background:#484848;
 position:absolute;
 right:0;
 top:-3px
}
.new-style2lineLeft:after {
 left:0
}
.new-style2htmlLeft {
 margin-right:80px
}
.js-srcoll {
 opacity:0
}
.js-srcoll-left {
 -webkit-animation:slide-in-left-data-v-a81fd84e 1s cubic-bezier(.25,.46,.45,.94) both;
 animation:slide-in-left-data-v-a81fd84e 1s cubic-bezier(.25,.46,.45,.94) both
}
.js-srcoll-right {
 -webkit-animation:slide-in-right-data-v-a81fd84e 1s cubic-bezier(.25,.46,.45,.94) both;
 animation:slide-in-right-data-v-a81fd84e 1s cubic-bezier(.25,.46,.45,.94) both
}
@-webkit-keyframes slide-in-left-data-v-a81fd84e {
 0% {
  -webkit-transform:translateX(-100px);
  transform:translateX(-100px);
  opacity:0
 }
 to {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  opacity:1
 }
}
@keyframes slide-in-left-data-v-a81fd84e {
 0% {
  -webkit-transform:translateX(-100px);
  transform:translateX(-100px);
  opacity:0
 }
 to {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  opacity:1
 }
}
@-webkit-keyframes slide-in-right-data-v-a81fd84e {
 0% {
  -webkit-transform:translateX(100px);
  transform:translateX(100px);
  opacity:0
 }
 to {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  opacity:1
 }
}
@keyframes slide-in-right-data-v-a81fd84e {
 0% {
  -webkit-transform:translateX(100px);
  transform:translateX(100px);
  opacity:0
 }
 to {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  opacity:1
 }
}
@media screen and (max-width:1360px) {
 .new-style2title {
  font-size:calc(20px + 3.02083vw)
 }
 .new-style2Desc {
  font-size:calc(16px + .41667vw)
 }
 .new-style2 {
  padding:calc(30px + 8.54167vw) 40px
 }
}
@media screen and (max-width:900px) {
 .new-style2Body {
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  margin-top:calc(30px + 5.10417vw);
  margin-bottom:0
 }
 .new-style2Body img {
  margin-bottom:20px;
  width:100%
 }
 .new-style2Right {
  width:100%;
  margin:0
 }
 .new-style2Right .new-style2html {
  margin:0
 }
}
@media screen and (min-width:1360px) {
 .new-style2 {
  padding:100px calc(50% - 640px) 1px calc(50% - 640px);
 }
} 
.new-style2 li,
.new-style2 ul {
 list-style:revert!important
}

.mobile-inner-header-icon-out span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outfirst;}
.mobile-inner-header-icon-out span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outsecond;}
@keyframes outfirst {0% {transform:translateY(0) rotate(-45deg);}
100% {transform:translateY(-4px) rotate(0deg);}
}
@keyframes outsecond {0% {transform:translateY(0) rotate(45deg);}
100% {transform:translateY(4px) rotate(0deg);}
}
.mobile-inner-nav{
    overflow: auto;
    max-height: calc(100vh - 50px);
}
.mobile-inner-nav {background-color:hsla(224,27%,35%,.6);width:100%;position:absolute;top:88px;padding-bottom:0%;display:none;z-index:444;}
.mobile-inner-nav  a {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;color:#fff;transition:all 0.5s;}
.mobile-inner-nav  dl {display:none;}
.mobile-inner-nav  dl dd {line-height:33px;text-decoration:none;text-indent:3em;font-size:16px;color:#FFFFFF;border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;font-size:14px;}
.mobile-inner-nav  li {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;line-height:53px;text-indent:20px;}
.mobile-inner-nav h2.h2tit {line-height:50px;text-decoration:none;text-indent:2em;font-size:16px;color:#FFFFFF;/* border-bottom:solid 1px rgba(255,255,255,0.3); */-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;}
.mobile-inner-nav h2.h2tit a {color:#FFFFFF;}
.mobile-inner-nav a {border-bottom:none;}
.mobile-inner-nav li {-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:returnToNormal;animation-name:returnToNormal;}
@-webkit-keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@-webkit-keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
.mobile-inner-nav li:last-child h2.h2tit {border-bottom:none;}
.mobile-inner-nav li .h3tit {height:50px;position:relative;background:url(../images/51_icon_search@2x.png) no-repeat 30px center;background-size:17px;}
.mobile-inner-nav li  .words {display:block;width:100%;height:100%;border:none;background:none;text-indent:60px;font-size:15px;color:#fff;background:url(../images/search2.png) no-repeat 30px center;background-size:20px;}
.mobile-inner-nav li:last-child {border-bottom:none;}
.mobile-inner-nav li  form {display:block;width:100%;height:100%;}
@charset "utf-8";@charset "UTF-8";
.animated {animation-duration:1s;animation-fill-mode:both;}
.animated.infinite {animation-iteration-count:infinite;}
.animated.hinge {animation-duration:2s;}
.fadeInUp {animation-duration:1.76s;animation-name:fadeInUp;}
@keyframes fadeInUp {from {opacity:0;transform:translate3d(0,40px,0);}
to {opacity:1;transform:none;}
}
*{font-family: "Alibaba-PuHuiTi-Regular";}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr, span {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
html {font-size: 62.5%;}
body {font-size: 1.4rem;}
html,body{
    -moz-user-select: none; -khtml-user-select: none; user-select: none;
}
body {
    font-family: "Microsoft YaHei" ! important;
    color: #000000;
    background: #fff;
    margin: 0 auto;
    padding: 0px;
}
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
-webkit-appearance: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {
cursor: pointer;
}
input{
    -webkit-appearance: none;
}
input {-webkit-appearance:none!important; border-radius:0; }
button{
    cursor: pointer;
}
textarea { -webkit-appearance: none;} 
a {
    text-decoration: none;
    color: #fb5700;
    outline: none;
}
a:active {
star:expression(this.onFocus=this.blur());
}
img {
    border: 0px;
    vertical-align: middle;
}

li {
    list-style: none;
}

*{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:link{text-decoration:none; } 

a:visited{text-decoration:none; }

a:hover{text-decoration:none;}

a:active{text-decoration:none;}


.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}
.loadingfa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 29px;
    color: #1f8adf;
    position: absolute;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    -webkit-overflow-scrolling: touch;
}

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}

@keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
from{-moz-transform:rotate(0deg)}
to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
from{-ms-transform:rotate(0deg)}
to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
from{-o-transform:rotate(0deg)}
to{-o-transform:rotate(360deg)}
}
.xuanzhuan {
    animation: 2s linear 0s normal forwards infinite rotate;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate;
    -moz-animation: 2s linear 0s normal forwards infinite rotate;
    -o-animation: 2s linear 0s normal forwards infinite rotate;
}
.xuanzhuan img{
display: block;
width: 100%;
}

.pc{
    display: block;
}
.wap{
    display: none;
}
.wrap:after,
.clearflex:after{
    content: "";
    display: table;
    clear: both;
}

.wrap{
    padding: 0 calc(50% - 840px);
    /* padding: 0 15px; */
}
.top {
    background: #141414;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}
.top .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start; 
    /* padding: 0 15px; */
}
.top  .welcom {
    padding: 3px 0 3px 2px;
    float: left;
}
.top  .tel {
    padding: 3px 0 3px 24px;
    float: left;
}
.top  .tel  span{
font-size: 12px;
margin-left: 10px;
}
.top  .select {
    position: relative;
    display: none;
}
.top  .select .h2tit {
    cursor: pointer;
    opacity: .72;
    padding: 3px 0 3px 24px;
    font-size: 12px;
    font-weight: normal;
    line-height: 28px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 16px;
    background: url(../images/down.png) no-repeat right center;
    background-size: 14px;
}
.top  .select dl {
    position: absolute;
    width: 235px;
    position: absolute;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e6ebf5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    word-break: break-all;
    font-size: 12px;
    left: -63px;
    top: 37px;
    display: none;
}

.top  .select dd {
    padding: 10px;
    color: #525252;
    font-family: Alibaba-PuHuiTi-Regular;
    cursor: pointer;
    color: #333;
}
.top  .g {
    cursor: pointer;
    opacity: .72;
    color: #fff;
    color: rgb(255, 255, 255);
    cursor: pointer;
    line-height: 28px;
    float: left;
    margin-left: 19px;
}
.top .select dd:hover{background:#f3f3f3;}


.wrap2:after{
    content: "";
    display: table;
    clear: both;
}
.wrap2{padding: 0 calc(50% - 640px);}

.head.current{
    position: fixed;
    top: 0;
}
.head,
.head *{
    
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;


}

.head{
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.08), 0 1px 4px 0 rgba(0,0,0,.04);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.08), 0 1px 4px 0 rgba(0,0,0,.04);
    height: 68px;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 9999;
    background: #fff;
    top: 30px;
}
.head .wrap{
    position: relative;
}
.head .logo img{
    height:62px;
    line-height: 62px;
}
.head .logo{
    float: left;
    position: relative;
    z-index: 4;
}
.head .logo a{}

/* 导航样式 */
.head .nav{
    width: 100%;
    text-align: center;
    font-size: 0px;
    position: absolute;
    top: 55%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.head .nav ul{
    display: inline-block;
}
.head .nav li{
    display: inline-block;
}

.head .nav li h2.h2tit a{
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    color: #141414;
    margin: 0 20px;
    line-height: 56px;
    font-weight: normal;
}

/* 产品中心下拉菜单样式 */
.head .nav li:hover h2.h2tit + div.slide{
    top:56px;
        visibility:visible;
    opacity:1;
    z-index:5;
}
.head .nav li h2.h2tit + div.slide{
    position: absolute;
    width: 100%;
    top: 56px;
    left: 0px;
    box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.04);
    background: #fff;
    padding-bottom: 15px;
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    top: 66px;
}
.head .nav li h2.h2tit + div.slide .wrap2{
    font-size: 12px;
    text-align: left;
}
.head .nav li h2.h2tit + div.slide .wrap2 h3.h3tit{
    font-size: 24px;
    line-height: 32px;
    font-family: Alibaba-PuHuiTi-Medium;
    padding-bottom: 16px;
    margin-bottom: 28px;
    border-bottom: 1px solid #ebebeb;
    font-weight: normal;
    padding-top: 22px;
}
.head .nav li h2.h2tit + div.slide .wrap2 h3.h3tit img{
    width: 25px;
    vertical-align: middle;
}
.head .nav li h2.h2tit + div.slide .wrap2 .items{
    max-height: 50vh;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.head .nav li h2.h2tit + div.slide .wrap2 .items .item{
    width: 12.5%;
}
.head .nav li h2.h2tit + div.slide .wrap2 .items .item h4.h4tit a{
    cursor: pointer;
    font-size: 16px;
    font-family: Alibaba-PuHuiTi-Medium;
    color: #fb7500;
}
.head .nav li h2.h2tit + div.slide .wrap2 .items .item .link{
    margin-top: 16px; 
}
.head .nav li h2.h2tit + div.slide .wrap2 .items .item .link a{
    margin-bottom: 10px;
    height: 20px;
    display: block;
    font-size: 14px;
    color: #525252;
}
.head .nav li h2.h2tit a:hover,
.head .nav li.current h2.h2tit a{
    color: #fb7500!important;
}
.head .right{
    
float: right;
    
position: relative;
    
z-index: 5;
    
padding-top: 17px;
}
.head .right .search{
    
float: right;
    
cursor: pointer;
    
width: 100px;
    
height: 32px;
    
line-height: 32px;
    
text-align: center;
    
border-radius: 50px 50px 50px 50px;
    
color: #fff;
    
font-size: 14px;
    
background: linear-gradient(90deg,#ffac4d,#fb7500);
}
.head .right .search span{
    
display: block;
    
/*! background: url(../images/search.png) no-repeat 11px center; */
    
background-size: 18px;
    
/*! padding-left: 14px; */
}
.head .right .link{
    
float: left;
}
.head .right .link a{
    
display: block;
    
line-height: 32px;
    
padding-left: 23px;
    
font-size: 16px;
    
color: rgba(0,0,0,.92);
    
display: block;
    
background: url(../images/user.png) no-repeat left center;
    
background-size: 14px;
    
margin-left: 14px;
}
.banner{

position: relative;

z-index: 55;
padding-top: 65px;
}
.banner img{
    width: 100%;
}
.banner .swiper-pagination{
    
}
.banner .swiper-pagination .swiper-pagination-bullet{
    position: relative;
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background: hsla(0,0%,87.1%,.3);
    margin-right: 8px;
    opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: linear-gradient(90deg,#ffac4d,#fb7500);
    width: 30px;
}

.index .section1 .wrap2 .left{width: 240px;padding-top: 70px;float: left;}


.textModel .en:before{
    content: "";
    width: 20px;
    height: 2px;
    margin-bottom: 8px;
    margin-right: 12px;
    display: inline-block;
    background: linear-gradient(90deg,#ffac4d,#fb7500);
}
.textModel .en {
    font-size: 24px;
    position: relative;
    margin-bottom: 10px;
}

.advantage .textModel .en {
    font-size: 24px;
    position: relative;
}
.advantage .textModel .cn{}
.advantage .textModel .dec{margin-bottom: 40px;}
.textModel .cn {
    font-size: 32px;
    font-family: Alibaba-PuHuiTi-Medium;
    font-size: 32px;
    font-family: Alibaba-PuHuiTi-Medium;
    margin-bottom: 13px; 
}
.textModel .dec {
    color: #525252;
    font-size: 16px;
    line-height: 24px;
}
.index .section1 .wrap2 .right{
    padding-top: 70px;
    padding-left: calc(40px + 1.04167vw);
    padding-bottom: 100px;
    width: calc(100% - 240px);
    float: left;
    border-left: 1px solid #ebebeb;
}
.index .section1 .wrap2 .right .hd {}
.index .section1 .wrap2 .right .hd a.current,.index .section1 .wrap2 .right .hd a:hover{
    
background: linear-gradient(90deg,#ffac4d,#fb7500);
    
color: #fff;
}
.index .section1 .wrap2 .right .hd a {
    border-radius: 50px 50px 50px 50px;
    color: #525252;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    padding: 0 12px;
    margin-right: 0;
    background: linear-gradient(90deg,#f2f2f2,#f9f9f9);
}
.index .section1 .wrap2 .right .bd {}
.index .section1 .wrap2 .right .bd .model {
    /* padding-right: 130px; */
}
.index .section1 .wrap2 .right .bd .model .h2tit {
    margin-top: 48px;
    /* padding-right: 130px; */
    font-size: 24px;
    /* margin-left: 24px; */
    font-family: Alibaba-PuHuiTi-Medium;
}

.index .section1 .wrap2 .right .bd .model .dec {
    font-size: 16px;
    line-height: 24px;
    color: #8f8f8f;
    margin: 28px 0 28px 24px;
    margin-left: 0px;
}
.listType1:after{
    content:'';
    display:table;
    clear:both;
}
.listType1 {margin-top: 28px;}
.listType1 .item {
    float: left;
    width: 33.333333%;
    background: #fff;
}

.listType1 .item a:hover{
    position:relative;
        z-index: 9;
    -webkit-box-shadow: 0 8px 32px 0 rgba(0,0,0,.08), 0 50px 20px 0 rgba(0,0,0,.04);
    box-shadow: 0 8px 32px 0 rgba(0,0,0,.08), 0 50px 20px 0 rgba(0,0,0,.04);
}
.listType2 .item a:hover{
    position:relative;
        z-index: 9;
    -webkit-box-shadow: 0 8px 32px 0 rgba(0,0,0,.08), 0 50px 20px 0 rgba(0,0,0,.04);
    box-shadow: 0 8px 32px 0 rgba(0,0,0,.08), 0 50px 20px 0 rgba(0,0,0,.04);
}
.listType2 .item a:hover:after,
.listType1 .item a:hover:after{
    width:100%;
}
.listType2 .item a:after,
.listType1 .item a:after{
    content:"";
    position:absolute;
    left:0px;
    bottom:0px;
    background:linear-gradient(90deg,#ffac4d,#fb7500);
    height:2px;
    width:0%;
    
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}
.listType1 .item a {
    display: block;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}
.listType1 .item a .title {
    display: block;
    color: #000;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: normal;overflow: hidden;
height: 50px;
    text-align: center;
}
.listType1 .item a .prodec {
    font-size: 14px;
    color: #8f8f8f;
    margin-bottom: 12px;
    height: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.listType1 .item a .imgbox {
    overflow: hidden;
    display: block;
}
.listType1 .item a .imgbox img {
    width: 100%;
    /*height: 220px;*/
    object-fit: cover;
}
.listType2:after{
    content:"";
    display:table;
    clear:both;
}
.listType2 {}
.listType2 .item {
    width: 50%;
    /* padding: 56px 24px 28px; */
    position: relative;
    float: left;
    /* overflow: hidden; */
}
.listType2 .item a {
    display: block;
    padding: 56px 24px 28px;
    position: relative;
    display: flex;
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}
.listType2 .item a .imgbox {
    margin-right: 20px;
    width: 180px;
    height: 100px;
    display: block;
    overflow: hidden;
}
.listType2 .item a .imgbox img {
    width: 100%;
    height: 100%;
}
.listType2 .item a .proInfor {
    display: block;
}
.listType2 .item a .proInfor .title {
    display: block;
    font-size: 20px;
    font-family: Alibaba-PuHuiTi-Medium;
    margin-bottom: 8px;
    color: #333;
}
.listType2 .item a .proInfor .prodec {
    font-size: 14px;
    color: #8f8f8f;
    margin-bottom: 28px;
}


.section2 {
    position: relative;
}

.section2 .imgbox0 img{
    width: 100%;
    max-height: 400px;
}
.section2 .imgbox0 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.section2 .content {position: relative;z-index: 4;padding-bottom: 120px;}

.section2 .wrap2 {}

.section2 .tear {
    zoom: 1;
    overflow: hidden;
}
.section2 .textModel *{
    color:#fff
}
.section2 .textModel {
    float: right;
    padding-top: 80px;
    padding-bottom: 80px; 
    padding-right: 15%;
}

.section2 .textModel .en {}

.section2 .textModel .cn {}

.section2 .textModel .dec {}

.section2 .textModel .dec p {}

.section2 .textModel .more img{
    width: 22px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.textModel .more {
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: hsla(0,0%,100%,0);
    border-radius: 0 0 0 15px;
    border: 1px solid #fff;
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    display: inline-block;
    margin-top: 25px;
}

.listType3 {margin-top: 100px;}

.listType3 .item:nth-child(2n){
margin-right:0px;
}
.listType3 .item {
    float: left;
    margin-right: 40px;
    width: calc((100% - 40px)/2);
    margin-bottom: 40px;
}

.listType3 .item a {
    display: block;
}

.listType3 .item a .imgbox {
    overflow: hidden;
    display: block;
}

.listType3 .item a .imgbox img {
    width: 100%;
}

.listType3 .item a .con {}

.listType3 .item a .con .tit {
    display: block;
        font-size: 20px;
    font-family: Alibaba-PuHuiTi-Medium;
    margin-top: 24px;
    margin-bottom: 12px;
    color:#333;
}

.listType3 .item a .con .dec {    color: #525252;
    font-size: 16px;
    line-height: 24px;}

    .section3 {
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}
.section3 .wrap2 {}
.section3 .textModel {
    /* float: right; */
    /* padding-top: 80px; */
    padding-bottom: 40px;
    text-align: left;
}
.section3 .textModel .en {}
.section3 .textModel .cn {
    margin-bottom: 0px;
}
.section3 .textModel .dec {}
.section3 .textModel .dec p {}
.section3 .list {
    clear: both;
}
.section3 .list ul {}
.section3 .list li:nth-child(3n) {
    margin-right: 0px;
}
.section3 .list li {
    margin-right: 40px;
    width: calc((100% - 80px)/3);
    height: 320px;
    background: #fff;
    border-radius: 20px 20px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
}
.section3 .list li .icon {}
.section3 .list li .icon img {}
.section3 .list li .title {
    color: #000;
    font-size: 20px;
    font-family: Alibaba-PuHuiTi-Medium;
    margin: 16px 0 8px 0;
}
.section3 .list li .dec {
    text-align: center;
    padding: 0 80px;
    width: 100%;
    color: #999;
    line-height: 1.6;
    height: 99px;
}
.section3 .list li .dec p {}
.section3 .list li .more {
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: hsla(0,0%,100%,0);
    border-radius: 0 0 0 15px;
    border: 1px solid #fff;
    border-color: rgb(82, 82, 82);
    color: rgb(82, 82, 82);
    position: relative;
    padding-right: 41px;
}
.section3 .list li .more img {
    height: 21px;
}

.section3 .list li .more:hover{
    color: #fff;
    background: linear-gradient(90deg,#ffac4d,#fb7500);
}
.section3 .list li .more:after{
    background: url(../images/swap-right.png) no-repeat center center;
    position: absolute;
    width: 20px;
    height: 100%;
    content: "";
    background-size: 100%;
    right: 9px;
}
.section3 .list li .more:hover:after{
    background: url(../images/arr2.png) no-repeat center center;
    background-size: 100%;
    
}

.section4 {position: relative;width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding: 50px 0;-webkit-box-align: center;-ms-flex-align: center;align-items: center;overflow: hidden;}

.section4 .text {}

.section4 .text  {
    position: relative;
    padding: 180px 0 180px 16%;
    /*! background: #fafafa; */
    height: 626px;
    display: inline-block;
    /* width: 184px; */
    position: relative;
    padding: 180px 370px 180px calc(50% - 640px);
    padding-right: 204px;
    }

.section4 .text  .textModel {
    
}

.section4 .text  .textModel .en {}

.section4 .text  .textModel .dec {}

.section4 .text  .textModel .dec p {}

.section4 .text  .textModel .more {background-size: 25px;background-position: center right;}
.section4 .text  .textModel .more:after{
    background: url(../images/swap-right.png) no-repeat center center;
    position: absolute;
    width: 20px;
    height: 100%;
    content: "";
    background-size: 100%;
    right: 9px;
}
.section4 .text  .textModel .more:hover {
 cursor:pointer;
 background:-webkit-gradient(linear,left top,right top,from(var(--theme-gradient1)),to(var(--theme-gradient2)));
 background:linear-gradient(90deg,#ffac4d,#fb7500);
 color:#fff!important;
 border:0;
}
.textModel .more.type2 {
    border-color: rgb(82, 82, 82);
    color: rgb(20, 20, 20);
}

.section4 .text .wrap2 .textModel .more.type2 span {}

.section4 .list {
    /* position: absolute; */
    /* right: 0; */
    /* top: 0px; */
    /* width: 100%; */
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: -100px;
    margin-right: 40px;
    /* height: 626px; */
    overflow: hidden;
    width: 500px;
    /* padding-left: 200px; */
}

.section4 .list .swiper-container {}

.section4 .list .swiper-container .swiper-wrapper {}

.section4 .list .swiper-container .swiper-wrapper .swiper-slide {}
.section4 .list .swiper-container .swiper-wrapper .swiper-slide a *{
    display:block;
}
.section4 .list .swiper-container .swiper-wrapper .swiper-slide a {}

.section4 .list .swiper-container .swiper-wrapper .swiper-slide a .imgbox {
    overflow: hidden;
}

.section4 .list .swiper-container .swiper-wrapper .swiper-slide a .imgbox img {
    width: 100%;
    object-fit: cover;
}

.section4 .list .swiper-container .swiper-wrapper .swiper-slide a .time {
    margin: 12px 12px 12px 0;
    color: #8f8f8f;
    font-size: 14px;
}

.section4 .list .swiper-container .swiper-wrapper .swiper-slide a .time em {
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    display: inline-block;
    background-color: #ffdab7;
    border-color: #ffdcd1;
    display: inline-block;
    /* height: 32px; */
    padding: 0 10px;
    line-height: 22px;
    font-size: 12px;
    color: #e77d00;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    font-style: normal;
    height: 23px;
}

.section4 .list .swiper-container .swiper-wrapper .swiper-slide a .title {
    font-family: "Alibaba-PuHuiTi-Regular";
    font-size: 20px; 
    line-height: 28px;
    margin: 12px 12px 12px 0;
    color: #333;
}

.footer{color:#525252;padding:10px calc(50% - 640px) 0 calc(50% - 640px)}
.footer .block1{padding:30px 0px;display:none}
.footer .block1 .wrap2{}
.footer .block1 .wrap2 .left{float:left}
.footer .block1 .wrap2 .left .logo{}
.footer .block1 .wrap2 .left .logo img{height:70px}
.footer .block1 .wrap2 .left .num{margin:30px 0 10px 0;color:#dc0101;font-size:16px;font-family:Alibaba-PuHuiTi-Medium;color:#00774a!important}
.footer .block1 .wrap2 .left .num .val{font-size:30px;margin-right:20px;display:inline-block;font-weight:bold}
.sideMenu .shadow + .shadow{padding:0px;margin-top:16px}
.footer .block1 .wrap2 .left .num .tit{display:inline-block}
.footer .block1 .wrap2 .left .dec{color:#525252}
.footer .block1 .wrap2 .right{float:right;width:270px;padding-top:10px}
.footer .block1 .wrap2 .right .words{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:none;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:calc(100% - 40px);border-radius:0;float:left}
.footer .block1 .wrap2 .right .btn{float:left;width:40px;height:40px;border:none;background:none;background:linear-gradient(90deg,#ffac4d,#fb7500);border-radius:0px 3px 3px 0px;position:relative}
.footer .block1 .wrap2 .right .btn img{position:absolute;top:50%;left:50%;-o-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:20px}
.footer .block2{}
.footer .block2 .wrap2{}
.footer .block2 .items{border-top:1px solid #dcdfe6;margin-top:24px;padding-top:24px;zoom:1;overflow:hidden;padding-bottom:30px}
.footer .block2 .items .item{float:left;width:16.666%}
.footer .block2 .items .item h2{font-size:20px;font-family:Alibaba-PuHuiTi-Medium;color:#141414;margin-bottom:28px}
.footer .block2 .items .item .link{}
.footer .block2 .items .item .link a{display:block;margin-bottom:10px;height:23px;color:#525252}
.footer .block3{padding:20px 0;background:#141414;color:#fff}
.footer .block3 .wrap2{display:flex;align-items:center;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;flex-wrap:wrap}
.footer .block3 .left{width:50%}
.footer .block3 .left .navs{margin-bottom:5px}
.footer .block3 .left .navs span{margin:0px 5px}
.footer .block3 .left .navs a{color:#fff}
.footer .block3 .right  a{color:#fff}
.footer .block3 .left .dec a{color:#fff}
.footer .block3 .left .dec{}
.footer .block3 .ewms{display:flex;justify-content:end;width:20%}
.footer .block3 .ewms .item{float:left;text-align:center;margin-left:30px}
.footer .block3 .ewms .item img{width:140px}
.footer .block3 .ewms .item .title{padding-top:10px}
.section4 .list .swiper-container .swiper-wrapper .swiper-slide a:hover .imgbox img,.listType3 .item a:hover .imgbox img,.listType2 .item a:hover .imgbox img,.listType1 .item a:hover .imgbox img{-webkit-transform:scale(1.05,1.05);-o-transform:scale(1.05,1.05);-moz-transform:scale(1.05,1.05);-ms-transform:scale(1.05,1.05);transform:scale(1.08)}
.footer,.footer *,.section4 .list .swiper-container .swiper-wrapper .swiper-slide a .imgbox img,.listType3 .item a .imgbox img,.listType2 .item a .imgbox img,.listType1 .item a .imgbox img{-webkit-transition:all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}
.footer .block2 .items .item .link a:hover{color:#fb7500}
.sideMenu{position:fixed;right:10px;bottom:38%;z-index:888;width:46px}
.sideMenu .shadow{background:#fff;-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.08);box-shadow:0 2px 14px 0 rgba(0,0,0,.08);border-radius:23px;overflow:hidden;padding:11px 0px}
.sideMenu .item{}
.sideMenu .item > a{display:block;position:relative;width:100%;height:45px}
.sideMenu .item > a img{position:absolute;top:50%;left:50%;-o-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:54%}
.sideMenu .item .slide{position:absolute;background:#fff;min-width:177px;border-radius:4px;border:1px solid #e6ebf5;padding:12px;z-index:2000;color:#606266;line-height:1.4;text-align:justify;font-size:14px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);word-break:break-all;position:absolute;right:57px;top:0;z-index:444;display:none}
.sideMenu .item .slide li:hover{background:#fafafa}
.sideMenu .item .slide li{padding:10px;font-family:Alibaba-PuHuiTi-Medium;cursor:pointer}
.sideMenu .item .slide li .s1{color:#606266;line-height:1.4;text-align:justify;font-size:14px}
.sideMenu .item .slide li .s2{color:#606266;line-height:1.4;text-align:justify;font-size:14px}
.sideMenu .item .slide li .s2 a{color:#606266;line-height:1.4;text-align:justify;font-size:14px}
.secBanner {
    height: 380px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 45px;
}

.secBanner .content {
    width: 780px;
    margin: 0px auto;
    text-align: center;
    max-width: 100%;
}

.secBanner .content .sear {
    border-radius: 3px;
    background: #fff;
    position: relative;
}
.secBanner .content .send {
    position: absolute;
    right: 0;
    top: 0px;
    width: 56px;
    height: 100%;
    border: none;
    background: none;
    background: url(../images/search2.png) no-repeat center center;
    background-size: 28px;
}
.secBanner .content .words {
    width: 100%;
    height: 56px;
    border: none;
    background: none;
    padding: 0px 20px;
    padding-right: 60px;
    box-shadow: 5px 5px 5px #eaeaea;
}

.secBanner .content .search {
    padding-top: 27px;
}

.secBanner .content .search span {
    color: #959595;
    width: 80px;
    height: 28px;
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    margin-right: 12px;
}
.secBanner .content .search a:hover{
      background: hsla(0, 0%, 75.7%, 0.38);
}
.secBanner .content .search a{color:#7e7e7e;height:28px;border-radius:50px 50px 50px 50px;display:inline-block;line-height:28px;text-align:center;margin-right:12px;background:hsla(0,0%,100%,.18);padding:0 15px}
.titlemodel2{text-align:center}
.titlemodel2 .title{position:relative;padding:0px 120px;font-size:32px;font-family:Alibaba-PuHuiTi-Medium;white-space:nowrap;display:inline-block;margin-bottom:5px}
.titlemodel2 .title:before,.titlemodel2 .title:after{content:"";position:absolute;background:linear-gradient(90deg,#ffac4d,#fb7500);width:92px;height:2px;left:0;top:50%}
.titlemodel2 .title:after{left:auto;right:0px}
.titlemodel2 .dec2{color:#8f8f8f;margin:auto;font-size:16px;line-height:24px;width:800px;max-width:100%}
.titlemodel2 .dec{font-size:16px;font-family:Alibaba-PuHuiTi-Medium;padding-top:20px}
.proMain{padding-top:120px}
.proMain .listType1{padding:0}
.proMain .listType1 .item{width:24%;background:#f7f7f7;border:1px solid #ececec;margin-right:1%;margin-bottom:1%}
.proMain .infor{padding:6% 0px}
.proMain1{margin-top:65px}
.proMain1 .block1{background:#fafafa;border-bottom:1px solid #ebebeb}
.proMain1 .block1 .wrap2 a{font-size:16px;color:#141414;height:68px;margin-right:38px;line-height:68px;display:inline-block;position:relative}
.proMain1 .block1 .wrap2 a:after{content:"";position:absolute;width:100%;top:70%;height:3px;background:linear-gradient(90deg,#ffac4d,#fb7500);left:0px;width:0px;-webkit-transition:all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}
.proMain1 .block1 .wrap2 a:hover,.proMain1 .block1 .wrap2 a.current{}
.proMain1 .block1 .wrap2 a.current:after,.proMain1 .block1 .wrap2 a:hover:after{width:100%}
.proMain1 .block2 .content .text img{max-width:100%;max-height:200px;float:right}
.proMain1 .block2 .content{margin-top:30px}
.proMain1 .block2 .content .left{width:70%}
.proMain1 .block2 .content .img{float:right;width:100%}
.proMain1 .block2 .content .text{background:url(../images/probg.png) no-repeat center center;background-size:cover;padding:30px 50px;border-top-left-radius:20px;border-top-right-radius:20px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.proMain1 .block2 .content .text .title{font-size:32px;font-family:Alibaba-PuHuiTi-Medium;color:#141414;margin-bottom:2px;}
.proMain1 .block2 .content .text .dec{font-size:16px;color:#525252;line-height:24px}
.proMain1 .block2 .content .tab{margin-bottom:40px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background:#141414;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 60px 18px 60px;font-size:18px;}
.proMain1 .block2 .content .tab a{margin-top:20px;color:#fff;background:url(../images/down.png) no-repeat left center;background-size:18px;padding-left:30px;margin-right:60px}
.proMain1 .block3 .wrap2 .items .title:after{content:"";display:inline-block;width:4px;height:80%;background:linear-gradient(0deg,#fb7500,#ffac4d);position:absolute;left:-12px;top:5px}
.proMain1 .block3 .wrap2 .items .title{font-size:28px;color:#141414;font-family:Alibaba-PuHuiTi-Medium;position:relative;margin-left:12px;margin-top:20px}
.proMain1 .block3 .wrap2 .items .listType4:after{content:"";display:table;clear:both}
.proMain1 .block3 .wrap2 .items .listType4{margin:32px 0 0 0} 
.proMain1 .block3 .wrap2 .items .listType4 .item:nth-child(4n){margin-right:0px}
.proMain1 .block3 .wrap2 .items .listType4 .item{float:left;text-align:center;width:calc((100% - 45px)/4);margin-right:15px;margin-bottom:15px;border:1px solid #eaeaea;border-radius:10px 10px 0 0}
.proMain1 .block3 .wrap2 .items .listType4 .item a *{display:block}
.proMain1 .block3 .wrap2 .items .listType4 .item a:hover{-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,.08),0 1px 4px 0 rgba(0,0,0,.04);box-shadow:0 4px 10px 0 rgba(0,0,0,.08),0 1px 4px 0 rgba(0,0,0,.04)}
.proMain1 .block3 .wrap2 .items .listType4 .item a{display:block;border-radius:20px;background:#fff;text-align:center;padding:0;-webkit-transition:all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}
.proMain1 .block3 .wrap2 .items .listType4 .item a .imgbox{padding: 15px;}
.proMain1 .block3 .wrap2 .items .listType4 .item a .imgbox img{margin:0 auto;max-height:268px;max-width:268px;border-radius:9px 9px 0 0}
.proMain1 .block3 .wrap2 .items .listType4 .item a .tit{margin-top:5px;font-size:16px;color:#141414;line-height:25px;overflow:hidden;height:40px;text-align:center;width:100%;margin:auto;background:#eaeaea;line-height:40px}
.proMain1 .block3 .wrap2 .items .listType4 .item a .tit:hover{color:#fff;background:linear-gradient(90deg,#ffac4d,#fb7500)}
.height1{height:5px}
.proMain2 .text h2{margin:25px auto;font-size:24px}
.proMain2 .block1{background:#141414;color:#a5a2a2;line-height:56px}
.proMain2 .block1 .wrap2{position:fixed;z-index:9999;top:0;background:#000;width:100%}
.proMain2 .block1 .wrap2 .left{float:left;color:#fff}
.proMain2 .block1 .wrap2 .left a{color:#a5a2a2}
.proMain2 .block1 .wrap2 .right{float:right}
.proMain2 .block1 .wrap2 .right .link{float:left}
.proMain2 .block1 .wrap2 .right .link a{color:#a5a2a2;margin-left:10px}
.proMain2 .block1 .wrap2 .right .more{float:left;border-radius:50px 50px 50px 50px;color:#fff;line-height:28px;display:inline-block;padding:0 16px;margin-top:14px;background:linear-gradient(90deg,#ffac4d,#fb7500);margin-left:25px}
.proMain2 .block2{padding-top:50px;line-height:1;padding-bottom:0}
.proMain2 .block2 .wrap2  .title{font-size:45px !important;margin-bottom:0 !important}
.proMain2 .block2 .wrap2  .xh{font-size:1.5em;padding-left:26px;margin-bottom:25px}
.proMain2 .block2 .wrap2  .dec{font-size:35px;padding-top:20px;padding-bottom:20px}
.proMain2 .block2 .wrap2  .de2{font-size:calc(20px + .41667vw);font-family:Alibaba-PuHuiTi-Medium;margin:26px 0 0 15px;text-align:left;zoom:1;overflow:hidden}
.proMain2 .block2 .wrap2  .de2 p{font-size:calc(20px + .41667vw);font-family:Alibaba-PuHuiTi-Medium;text-align:left;float:left;width:auto;margin-bottom:0;padding:0 20px;position:relative}
.proMain2 .block2 .wrap2  .de2 p:after{content:"";position:absolute;width:8px;height:8px;border-radius:10px;background:linear-gradient(90deg,#ffac4d,#fb7500);left:0;top:10px}
.proMain2 .block2 .wrap2 .dec3{color:#8f8f8f;font-size:16px;line-height:24px;word-break:break-all;text-align:left;margin:15px 0 0 0}
.proMain2 .block2 .wrap2 .left{-ms-flex:1;flex:1;float:left;width:40%;margin:0}
.proMain2 .block2 .wrap2 .left .title{font-size:58px;margin-bottom:12px}
.proMain2 .block2 .wrap2 .left .dec{font-size:35px;padding-top:20px;padding-bottom:20px}
.proMain2 .block2 .wrap2 .left .de2{font-size:calc(20px + .41667vw);font-family:Alibaba-PuHuiTi-Medium;margin:36px 0 52px 0;text-align:left;zoom:1;overflow:hidden}
.proMain2 .block2 .wrap2 .left .de2 p{font-size:calc(20px + .41667vw);font-family:Alibaba-PuHuiTi-Medium;text-align:left;float:left;width:33.3333%;margin-bottom:22px;padding-left:20px;position:relative}
.proMain2 .block2 .wrap2 .left .de2 p:after{content:"";position:absolute;width:8px;height:8px;border-radius:10px;background:linear-gradient(90deg,#ffac4d,#fb7500);left:0;top:10px}
.proMain2 .block2 .wrap2 .left .dec3{color:#8f8f8f;font-size:16px;line-height:24px;margin:10px 0 32px 0;word-break:break-all;text-align:left}
.proMain2 .block2 .wrap2 .left .dec3  ul li{font-size:16px;font-family:Alibaba-PuHuiTi-Medium;text-align:left;float:left;width:100%;margin-bottom:18px;padding:0 20px;position:relative}
.proMain2 .block2 .wrap2 .left .dec3  ul li:after{content:"";position:absolute;width:8px;height:8px;border-radius:10px;background:linear-gradient(90deg,#ffac4d,#fb7500);left:0;top:10px}
.proMain2 .block2 .wrap2 .link{}
.proMain2 .block2 .wrap2 .link a{color:#000;margin-right:24px;padding-top:50px;display:block;width:auto;float:left}
.proMain2 .block2 .wrap2 .link a img{height:23px;vertical-align:middle;position:relative;top:-3px;margin-right:10px;width:23px}
.proMain2 .block2 .wrap2 .right{width:60%;float:right;padding-left:17%}
.proMain2 .block2 .wrap2 .right .swiper-container .swiper-wrapper .swiper-slide img{width:100%}
.proMain2 .block2 .wrap2 .right .swiper-container .swiper-pagination{bottom:0}
.proMain2 .block2 .wrap2 .right .swiper-container .swiper-pagination *{position:relative;width:20px;height:4px;border-radius:2px;background:hsla(0,0%,87.1%,.3);margin-right:8px;opacity:1}
.proMain2 .block2 .wrap2 .right .swiper-container .swiper-pagination *.swiper-pagination-bullet-active{background:linear-gradient(90deg,#ffac4d,#fb7500);width:30px}
.proMain2 .block3{padding:20px  0px;padding:0px calc(50% - 640px) 1px calc(50% - 640px)}
.proMain2 .imgbox p{padding:10px  0px}
.artposi{
	float: right;
	font-size: 14px;
	margin-top:50px;
	color: #a4a4a4;
}

.artposi a{
	color: #a4a4a4;
	text-decoration:none;
}
.artposi a:hover{
	text-decoration:none;
}
.quxiantu img {
	width: 100% !important;
	max-width: 100% !important;
}
.quxiantu  {
margin:50px auto
}
.proMain2 img {
max-width:100%;
width: 100%;
} 
.proMain2  .imgdd img{
max-width: 100%;
margin-right: 5%;
padding: 2%;
margin-bottom: 50px;
} 

.proMain2 .block3 .wrap2 {}
.proMain2 .block3 .item:nth-child(2n){
    margin-right:0px;
}
.proMain2 .block3 .item {
    background: #fff;
    border-radius: 20px 20px 20px 20px;
    float: left;
    margin-right: 40px;
    width: calc((100% - 40px)/2);
    margin-bottom: 40px; 
    text-align: center;
}
.proMain2 .block3 .item .title {
    font-size: 50px;
    margin-bottom: 30px;
    color: #000;
    background: linear-gradient(90deg,#ffac4d,#fb7500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.proMain2 .block3 .item .dec {
    font-size: 20px;
    color: #8f8f8f;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.proMain2 .block3 .item.last{
    width: 100%;
    margin-right: 0px;
}
.titlemodel3{
    
font-size: 32px;
    
font-family: Alibaba-PuHuiTi-Medium;
    
margin-bottom: 28px;
    
position: relative;
    
padding-left: 12px;
}
.titlemodel3:after{

    content: "";
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 25px;
    bottom: 8px;
    left: 0;
    background:linear-gradient(-180deg,#ffac4d,#fb7500)
}
.proMain2 .block4{
    
padding: 40px 0px;
}
.proMain2 .block4 .imgbox td{
   padding-top: 0px; padding-bottom: 0px;
   height: 36px !important;
}

.proMain2 .block4 .imgbox tr{
   height: 40px !important;
}

.proMain2 .block4 .imgbox img{
    width: 100%;
}


.proMain2 .block5 {
    padding: 60px calc(50% - 640px);
}
.proMain2 .block5 .wrap2 {}
.proMain2 .block5 .titlemodel3 {}
.proMain2 .block5 .tab {}
.proMain2 .block5 .tab .hd {
    text-align: center;
    font-size: 0px;
    border-bottom: 1px solid #f3f3f3;
}
.proMain2 .block5 .tab .hd a.current:after,
.proMain2 .block5 .tab .hd a:hover:after{
    width:100%;
}
.proMain2 .block5 .tab .hd a:after{
    content:"";
    position:absolute;
    bottom:0px;
    left:0px;
    background:linear-gradient(90deg,#ffac4d,#fb7500);
    width:100%;
    height:3px;
    
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
width:0px;
}
.proMain2 .block5 .tab .hd a {
    font-size: 16px;
    color: #525252;
    margin: 0px 18px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}
.proMain2 .block5 .tab .search {
    text-align: center;
}
.proMain2 .block5 .tab .search .ice{
    display: inline-block;
    position: relative;
    margin: 40px 0 24px 0;
} 
.proMain2 .block5 .tab .search .words {
    width: 320px;
    /* margin: 40px 0 24px 0; */
    display: inline-block;
    border: 0;
    background: #f5f5f5;
    border-radius: 50px;
    height: 36px;
    padding: 0px 20px;
}
.proMain2 .block5 .tab .search .send {
    position: absolute;
    right: 0;
    top: 0px;
    height: 100%;
    width: 36px;
    border: none;
    background: none;
    cursor: pointer;
    background: url(../images/search2.png) no-repeat center center;
    background-size: 20px;
}
.proMain2 .block5 .tab .bd {}
.proMain2 .block5 .tab .bd .model {}
.proMain2 .block5 .tab .bd .model table {}
.proMain2 .block5 .tab .bd .model table tr {}
.proMain2 .block5 .tab .bd .model table th {
    border-bottom: #e0e0e0 1px solid;
    padding-left: 10px;
    padding-right: 10px;
    opacity: .6;
    padding: 10px;
}
.proMain2 .block5 .tab .bd .model table td {
    padding: 20px 10px;
    text-align: center;
    color: #6b6b6b;
}
.proMain2 .block5 .tab .bd .model table td a {
    margin: 0px 5px;
}
.proMain2 .block5 .tab .bd .model table td a img {
    width: 13px;
}
.proMain2 .block5 .tab .bd .model table td a span {
    color: #fb7500;
    margin-left: 4px;
}
.proMain2 .block5 .tab .bd .model table td:nth-child(1),
.proMain2 .block5 .tab .bd .model table th:nth-child(1){
}
.proMain2 .block6 {
    padding-bottom: 50px;
}

.proMain2 .block6 .title {
margin-right: 40px;
line-height: 60px;
border-top: 2px solid #f2f2f2;
cursor: pointer;
width: 100%;
float: left;
padding-left: 10px;
margin-bottom: 15px;
font-size: 28px;
font-family: Alibaba-PuHuiTi-Medium;

}
.proMain2 .block6 .swiper-wrapper .title {

line-height: 40px;
border-bottom: 0;
cursor: pointer;
width: 100%;
float: left;
text-align: center;
padding: 0;
margin: 0;
border: 1px solid #e3e3e3;
background: #f0f0f0;
color: #111;
font-weight: normal;
font-size: 14px;
border-top: navajowhite;
}

.proMain2 .block6 .swiper-wrapper img {
border: 1px solid #e3e3e3;padding: 25px;
}



 
.proMain2 .block6 .titlemodel3 {margin-bottom: 18px;}
.proMain2 .block6 .list {margin-bottom: 35px;}
.proMain2 .block6 .list .swiper-container {}
.proMain2 .block6 .list .swiper-container .swiper-wrapper {}
.proMain2 .block6 .list .swiper-container .swiper-wrapper .swiper-slide {}
.proMain2 .block6 .list .swiper-container .swiper-wrapper .swiper-slide a {

}
.proMain2 .block6 .list .swiper-container .swiper-wrapper .swiper-slide a .title {

}
.proMain2 .block6 .list .swiper-container .swiper-wrapper .swiper-slide a .imgbox {}
.proMain2 .block6 .list .swiper-container .swiper-wrapper .swiper-slide a .imgbox img {
    width: 100%;
}
.proMain2 .block6 .list .swiper-container .swiper-pagination {}

.infoMain {}
.infoMain .block1 {}
.infoMain .block1 img {}
.infoMain .block2 {
    border-bottom: 1px solid #eee;
}
.infoMain .block2 .wrap2 {}
.infoMain .block2 .wrap2 a:after{content:"";
    position: absolute;height: 3px;
    background: linear-gradient(90deg,#ffac4d,#fb7500);width: 0%;left: 0;bottom: -2px;-webkit-transition: all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;}

.infoMain .block2 .wrap2 a.current:after,
.infoMain .block2 .wrap2 a:hover:after {
    width: 100%;
}
.infoMain .block2 .wrap2 a.current,
.infoMain .block2 .wrap2 a:hover{
    color: #000;
    opacity: 1;
}
.infoMain .block2 .wrap2 a {
    font-family: Alibaba-PuHuiTi-Medium;
    float: left;
    margin-right: 40px;
    line-height: 60px;
    font-size: 16px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    color: rgba(0,0,0,.44);
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    transition:all 0.4s;
}


.infoMain .block3 {
    padding: 50px 0;
    border-bottom: 1px solid #eee;
}
.infoMain .block3 .wrap2 {}
.titlemodel5 {
    font-size: 40px;
    color: #000;
}
.infoMain .block3 .wrap2 .dec {
    color: #666;
    line-height: 30px;
    margin: 40px 0px;
    margin-top: 0;
}
.infoMain .block3 .wrap2 .link {}
.infoMain .block3 .wrap2 .link a {
    float: left;
    /* padding-left: 8px; */
    width: 164px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fb7500;
    /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTYxMTY4QTc1QjFCMTFFQjgxQ0VBQUUxQ0JBRUNFRkEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTYxMTY4QTY1QjFCMTFFQjgxQ0VBQUUxQ0JBRUNFRkEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkM0NkUwNzgwRjk0MTFFQkE2OTlGMzI0MzcwNkY5N0UiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkM0NkUwNzkwRjk0MTFFQkE2OTlGMzI0MzcwNkY5N0UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6+abBJAAABc0lEQVR42pxTsU4CQRCdnd1bUEBDjJ0FJkoIGGJna2FiR+dHGDsTG3+ARj9CY0dnYqfxEzQkGAqVDg3SgHfH3e3trnto1CAhd75qZnfey5vZHUJO7mAR2qcDKB1CAizodn1ISscsSihilUgP0up5Lw7Zw7UGo7gJCoB9HtGCBY6KohEtN2aRLdGqMrS14axG+VhAAVvi6Ak7UJeWalVnCQilHzKmVgFd/hYIFM9w9IdzDGtxHFhE2ELz7I+ATltpcHqjMJ4DhLAfqFweyJdACFmiofcU1wGA7ISQKY4d8LC1FbAKhFLfx3UgpWxqkto1YmWWorgdmAtfypu4DnylboHCEae4Q1j9omAhFKWClwT/iCMh+VDrRybZekcSbp4VEoNoD1gOe+67XpmfPqxfvVuV5mRNFvsuY+Bem7j2Z1hTCJNg4Fzh0Bf7oMU/7Psw8MUBSl7p5vDVTSpgWrcV33jD8SqBcx5tRHwo48A5i6IPAQYAP9urG2mnK1sAAAAASUVORK5CYII=); */
    background-position: 36px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    display: block;
    border: 1px solid #fb7500;
    margin-right: 20px;
}
.infoMain .block3 .wrap2 .link a:nth-child(2){
    /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPBAMAAAAfXVIcAAAAD1BMVEUAAADD5PSDx+jE5PQBjM86jVVjAAAABHRSTlMAPHw7rGOlsAAAAC1JREFUCNdjcIEC4hiOIs4ijiIghomziaOJC2naGRiYXFwUGMBAxQlEgoRAAgDkixnl3ovx3gAAAABJRU5ErkJggg==); */
    background-position: 36px;
    background-repeat: no-repeat;
    background-size: 16px auto;
}
.infoMain .block3 .wrap2 .link a img {display:none;}
.infoMain .block3 .wrap2 .link a span {}


.infoMain .block4 {
    padding: 50px 0;
}
.infoMain .block4 .wrap2 {}
.infoMain .block4 .titlemodel5 {}
.infoMain .block4 .list {}
.infoMain .block4 .item {
    float: left;
    width: calc((100% - 26%)/3);
    margin: 0 13% 60px 0;
    height: 140px;
}
.infoMain .block4 .item .title {
    font-size: 24px;
    color: #fb7500;
    font-weight: 400;
    margin-bottom: 26px;
}
.infoMain .block4 .item .dec {
    color: #666;
    line-height: 26px;
}
.infoMain .block4 .item:nth-child(3n){
    margin-right: 0px;
}
.infoMain .block5{
        background-color: #f2f4f6;
        padding: 50px 0px;
}
.infoMain .block5 .imgbox{
    
}
.infoMain .block5 .imgbox img{
    width: 100%;
}
.infoMain .block6 {

padding: 50px 0px;
}

.infoMain .block6 .wrap2 {

}

.infoMain .block6 .titlemodel5 {

}

.infoMain .block6 .list {

}

.infoMain .block6 .swiper-container {

}

.infoMain .block6 .swiper-wrapper {

}

.infoMain .block6 .swiper-slide {

}

.infoMain .block6 .swiper-slide a {

}
.infoMain .block6 .swiper-slide .imgbox img{
    width:100%;
    -webkit-transition: all 0.4s;
    -o-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    transition:all 0.4s;
}
.infoMain .block6 .swiper-slide .imgbox {

display: block;

overflow: hidden;
}

.infoMain .block6 .swiper-slide .title {

display: block;

padding-top: 26px;

height: 74px;

background-color: #f2f4f6;

text-align: center;

color: #666;

-webkit-transition: all 0.4s;

-o-transition:all 0.4s;

-moz-transition:all 0.4s;

-ms-transition:all 0.4s;

transition:all 0.4s;
}

.infoMain .block6 .swiper-pagination {

}

.infoMain .block6 .swiper-slide a:hover .title{
background: linear-gradient(90deg,#ffac4d,#fb7500);
color: #fff;
}

.infoMain .block6 .swiper-slide a:hover .imgbox img{
    -webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
}

 .download{}
 .download .wrap2{}
 .download .search{
    text-align: center;
}
 .download  .title{
       font-size: 36px;
    font-family: Alibaba-PuHuiTi-Medium;
 }
 .download .search .title{ 
    margin: 64px 0 32px 0;}
 .download .search .seform{
    font-size: 0px;
}
 .download .search .seform select{
    width: auto;
    height: 45px;
    border: 1px solid #e9e9e9;
    padding: 0px 10px;
    color: #b5b5b5;
    border-radius: 3px 0px 0px 3px;
    background: #fff;
}
 .download .search .seform .words{
    width: 380px;
    height: 45px;
    border: 1px solid #e9e9e9;
    padding: 0px 10px;
    color: #b5b5b5;
    border-radius: 0;
    border-left: none;
    border-right: none;
}
 .download .search .seform .send{
    width: 45px;
    height: 45px;
    border: none;
    background: none;
    border: 1px solid #e9e9e9;
    border-left: none;
    background: url(../images/search2.png) no-repeat center center;
    background-size: 20px;
    border-radius: 0px 3px 3px 0px;
}

 .download .search2 {
  /* 父容器样式 */
}

 .download .search2 .title {
  /* 标题样式 */
  font-family: Alibaba-PuHuiTi-Medium;
  margin: 80px 0 40px 0;
}

 .download .search2 .none {
  /* 无结果样式 */
  text-align: center;
  border-top: 1px solid #dcdfe6;
}

 .download .search2 .none img {
  /* 图片样式 */
  width: 280px;
  margin: 20px auto;
  max-width: 100%;
}

 .download .search2 .none .title2 {
  /* 提示文本样式 */
  font-size: 20px;
  color: #525252;
  padding-bottom: 80px;
}

.newsBanner{

}
.newsBanner img{
    height: 400px;
    object-fit: cover;
}
.newsmain .block1 {
      padding-top: 50px;
    padding-bottom:50px;
}
.newsmain .block1 .titlemodel5 {
    text-align: center;

}
.newsmain .block1 .list {position: relative;}
.newsmain .block1 .list .swiper-container {}
.newsmain .block1 .list .swiper-container .swiper-wrapper {}
.newsmain .block1 .list .swiper-container .swiper-wrapper .swiper-slide {}
.newsmain .block1 .list .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    background-color: #f2f4f6;
    position: relative;
    padding-left: 57%;
}
.newsmain .block1 .list .swiper-container .swiper-wrapper .swiper-slide a .imgbox {
    position: absolute;
    left: 0;
    top: 0px;
    width: 57%;
    height: 100%;
    overflow: hidden;
}
.newsmain .block1 .list .swiper-container .swiper-wrapper .swiper-slide a .imgbox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.newsmain .block1 .list .swiper-container .swiper-wrapper .swiper-slide a .con {
    padding: 19% 10% 0;
    display: block;
    color: #333;
    padding-bottom: 19%;
}
.newsmain .block1 .list .swiper-container .swiper-wrapper .swiper-slide a .con .title {
    font-size: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.newsmain .block1 .list .swiper-container .swiper-wrapper .swiper-slide a .con .time {
    color: #999;
    margin: 20px auto;
}
.newsmain .block1 .list .swiper-container .swiper-wrapper .swiper-slide a .con .dec {
    color: #666;
    line-height: 28px;
}
.newsmain .block1 .list .swiper-container .swiper-wrapper .swiper-slide a .con .more {
    margin-top: 40px;
}
.newsmain .block1 .list .swiper-pagination {}
.newsmain .swiper-button-next {
    right: 0;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-size: 8px auto;
    background-position: 50%;
    background-repeat: no-repeat;
    right: -90px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANAQMAAACuDL17AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAB5JREFUCNdjOMDwgKGAwYJBhoGPgR2IZYDsAqDYAQBACQTsm03yKwAAAABJRU5ErkJggg==);
    border: 1px solid #aaa;
    border-radius: 300px;
}
.newsmain .swiper-button-prev {
    border: 1px solid #aaa;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANAQMAAACuDL17AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAB5JREFUCNdjYGZgZ+BjkGGwYChgeADEFkA2H1CMGQAh0gKZhwBiRQAAAABJRU5ErkJggg==);
    border-radius: 30px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-size: 8px auto;
    background-position: 50%;
    left: -90px;
}
.newsmain .block1 .list .swiper-container .swiper-wrapper .swiper-slide a *{
    display:block;
}
.newsmain .block1 .more2Base{

}
 .more2Base{
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding-right: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANAQMAAACuDL17AAAABlBMVEUAAAAzMzPI8eYgAAAAAXRSTlMAQObYZgAAAB5JREFUCNdjOMDwgKGAwYJBhoGPgR2IZYDsAqDYAQBACQTsm03yKwAAAABJRU5ErkJggg==);
    background-position: 110px;
    background-repeat: no-repeat;
    background-size: 8px auto;
    border: 1px solid #000;
    border-radius: 30px;
    margin-top: 40px;
    color: #000;
}
.newsmain .titlemodel5{
    text-align: center;
}
.newsmain .block2{
        background-color: #f9f9f9;
        padding: 50px 0px;
}


.newsmain .block2 {}
.newsmain .block2 .list {
    position: relative;
}
.newsmain .block2 .wrap2 {}
.newsmain .block2 .titlemodel5 {}
.newsmain .block2 .swiper-container {}
.newsmain .block2 .swiper-wrapper {}
.newsmain .block2 .swiper-slide {}
.newsmain .block2 .swiper-slide a *{
    display: block;
}
.newsmain .block2 .swiper-slide a {}
.newsmain .block2 .imgbox {}
.newsmain .block2 .imgbox img {width: 100%;max-height: 273px;}
.newsmain .block2 .con {
    padding: 26px 5%;
    /* height: 140px; */
    background-color: #f2f4f6;
    color: #666;
}
.newsmain .block2 .con .time {
    color: #999;
}
.newsmain .block2 .con .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    margin: 14px 0 10px;
    line-height: 26px;
    height: 52px;
    font-weight: bold;
    font-size: 16px;
}
.newsmain .block2 .dec {
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
        color: #666;
    line-height: 24px;
    height: 48px;
}
.newsmain .block2 .swiper-button-prev {}


.newsmain .block3 {
    padding: 50px 0px;
}

.newsmain .block3 .wrap2 {}

.newsmain .block3 .titlemodel5 {}

.newsmain .block3 .list {
    position: relative;
}

.newsmain .block3 .list .swiper-container {}

.newsmain .block3 .list .swiper-container .swiper-wrapper {}

.newsmain .block3 .list .swiper-container .swiper-wrapper .swiper-slide {}

.newsmain .block3 .list .swiper-container .swiper-wrapper .swiper-slide a {}

.newsmain .block3 .list .swiper-container .swiper-wrapper .swiper-slide a .imgbox {}

.newsmain .block3 .list .swiper-container .swiper-wrapper .swiper-slide a .imgbox img {
    width: 100%;
}

.newsmain .block3 .list .swiper-container .swiper-wrapper .swiper-slide a,
.newsmain .block3 .list .swiper-container .swiper-wrapper .swiper-slide a *{
    display:block;
}
.newsmain .block3 .list .swiper-container .swiper-wrapper .swiper-slide a .con {
    padding: 26px 5%;
    /* height: 120px; */
    background-color: #f2f4f6;
    color: #666;
}

.newsmain .block3 .list .swiper-container .swiper-wrapper .swiper-slide a .con .title {
    color: #333;
    margin: 0 0 10px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 16px;
}

.newsmain .block3 .list .swiper-container .swiper-wrapper .swiper-slide a .con .dec {
    color: #666;
    line-height: 26px;
}

.newsmain .block3 .list .swiper-container .swiper-wrapper .swiper-slide a .con .dec span {}

.newsmain .block3 .list .swiper-button-next {}

.newsmain .block3 .list .swiper-button-prev {}

.newsmain .block3 .more2Base {}
.newsmain .block4{
    padding: 50px 0px;
}

.newsList .wrap2 {}
.newsList ul {}
.newsList li {
    padding: 60px 0;
    border-bottom: 1px solid #f2f2f2;
    zoom: 1;
    overflow: hidden;
}
.newsList .imgbox {
    float: left;
    width: 28%;
}
.newsList .imgbox a {}
.newsList .imgbox img {
    width: 100%;
}
.newsList .content {
    float: right;
    width: 70%;
    padding-top: 20px;
}
.newsList .content .title {
    font-size: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
}
.newsList .content .time {
    color: #999;
    margin: 10px auto 20px;
}
.newsList .content .dec {
    color: #666;
    line-height: 24px;
    margin-bottom: 20px;
}
.newsList .content .more {
    display: inline-block;
    border: 1px solid #666;
    padding: 0 20px;
    line-height: 30px;
    border-radius: 40px;
    font-size: 12px;
    color: #000;
}
.pagesize{

margin: 100px 0;

text-align: center;
clear: both;
}
.pagesize a{

margin: 0 5px;

background-color: #f4f4f5;

color: #606266;

min-width: 60px;

border-radius: 2px;

display: inline-block;

line-height: 60px;

height: 60px;

font-size: 20px;

font-weight: 400;

padding: 0px 14px;
}
.pagesize a:hover,.pagesize a.current{
    
background-color: #fb7500;
    
border: 0;
    
-webkit-box-shadow: 0 5px 10px #bbced9;
    
box-shadow: 0 5px 10px #bbced9;
    
color: #fff;
}


.aboutMain {}
.aboutMain .block1 {
    padding-bottom: 40px;
}
.aboutMain .block1 .wrap {}
.aboutMain .block1 .wrap .left {
    width: 47.776%;
    float: left;
    padding-top: 40px;
}
.aboutMain .block1 .wrap .left .titlemodel5 {}
.aboutMain .block1 .wrap .left .dec1 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 15px;
}
.aboutMain .block1 .wrap .left .dec2 {
    color: #666;
    font-size: 16px;
    padding-top: 30px;
    line-height: 30px;
}


.aboutMain .block1 .wrap .left .dec2 p{
margin-bottom:15px;
}

.aboutMain .block1 .wrap .video {
    width: 50%;
    /* height: 425px; */
    float: right;
    margin-top: 40px;
    position: relative;
    text-align: center;
}
.aboutMain .block1 .wrap .video video {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 30vw;
}
.aboutMain .block2 {

width: 100%;

background: #f3f3f3;

padding-top: 100px;

padding-bottom: 100px;
}

.aboutMain .block2 .wrap {

}

.aboutMain .block2 .list {

zoom: 1;

overflow: hidden;

background: url(../images/drrbg.jpg?1) no-repeat center center;

background-size: cover;
margin-top: 28px;
}

.aboutMain .block2 .item {
    cursor:pointer;
    
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

    
    float: left;width: 20%;text-align: center;height: 440px;border-right: 1px solid hsla(0,0%,100%,.18);display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;flex-direction: column;justify-content: center;}
.aboutMain .block2 .icon img{
    width:30%;
}
.aboutMain .block2 .item:hover{
    background: rgb(255 161 61 / 65%);
}
.aboutMain .block2 .icon {

}

.aboutMain .block2 .title {font-size: 20px;color: #fff;text-align: center;font-weight: 700;line-height: 20px;max-width: 212px;margin: 0 auto;margin-bottom: 15px;}

.aboutMain .block2 .item:hover .dec{
    -webkit-line-clamp: 4;
}

.aboutMain .block2 .dec {max-width: 212px;margin: 0 auto;color: #fff;font-size: 14px;text-align: center;line-height: 24px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.aboutMain .block3 {
    padding: 100px 0px;
}
.aboutMain .block3 .wrap {}
.aboutMain .block3 .titlemodel5 {
    margin-bottom: 10px;
}
.aboutMain .block3 .dec {
    font-size: 18px;
    color: #666;
    line-height: 30px;
}
.aboutMain .block3 .imgbox {
    /* padding-top: 40px; */
}
.aboutMain .block3 .imgbox img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.aboutMain .block3 .list .items{height: 100%;position: absolute;width: 100%;text-align: center;left: 0;top: 0;}

.aboutMain .block3 .list{
    position: relative;
    margin-top: 51px;
}
.aboutMain .block3 .item{
    float: left;
    width: 33.333%;
    height: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.aboutMain .block3 .icm{
    
}
.aboutMain .block3 .icm img{
    width: 64px;
}
.aboutMain .block3 .list .dec{
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.aboutMain .block3 .tit{
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    padding-top: 0;
    margin-bottom: 10px;
}


.aboutMain .block4 {

padding: 100px 0px;

background: url(../images/drrbg2.jpg) no-repeat center center;

background-size: cover;
}

.aboutMain .block4 .wrap {

}

.aboutMain .block4 .titlemodel5 {

margin-bottom: 10px;
}

.aboutMain .block4 .dec {

font-size: 18px;

color: #666;

line-height: 30px;
}

.aboutMain .block4 .tab {

zoom: 1;

overflow: hidden;

position: relative;
}

.aboutMain .block4 .tab .hd {

height: 387px;

float: left;

width: 19.91%;

margin-right: 2%;

margin-top: 41px;

background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGDCAYAAADqGnruAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkQ0MjVCNzkxOEQ4MTFFQjhEOUFFQkI3NjQ2RTc2RDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkQ0MjVCN0ExOEQ4MTFFQjhEOUFFQkI3NjQ2RTc2RDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2RDQyNUI3NzE4RDgxMUVCOEQ5QUVCQjc2NDZFNzZEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2RDQyNUI3ODE4RDgxMUVCOEQ5QUVCQjc2NDZFNzZEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk+klP8AAACTSURBVHja7JVLDsIwDAXdFErCmvtfJbeCEPpBBGmiVwnUA3gzGn/iON3Ucs63YGYnMH1wBhcwYRFL9F0pRJoTYdJ5kdv6qL7BSGHgWCsEbMBMq4Gc6Qn7hXAw53A4HI6j2P7mdrZim+YWtVntBVr4JGxWCAt4gKK4c6y3VG3Zja+6UNV1Z6y/beHnZfrU7xd6CzAAT806SsleWIYAAAAASUVORK5CYII=) no-repeat 0 0;

background-size: 1px 387px;

overflow: auto;

cursor: pointer;
}
.aboutMain .block4 .tab .hd a:hover,
.aboutMain .block4 .tab .hd a.current{
        color: #fb7500;
    font-size: 24px;
}
.aboutMain .block4 .tab .hd a:hover:after,
.aboutMain .block4 .tab .hd a.current:after{
  background: #fb7500;  
}
.aboutMain .block4 .tab .hd a:after{
    display: block;
    width: 12px;
    height: 1px;
    background: #cacaca;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    position:absolute;
    left:0px;
    content:"";
}
.aboutMain .block4 .tab .hd a {

color: #666;

font-size: 18px;

line-height: 24px;

padding-left: 22px;

position: relative;

margin-top: 78px;

display: block;
}

.aboutMain .block4 .tab .bd {

width: 78.09%;

float: left;

padding-bottom: 20px;
}

.aboutMain .block4 .tab .bd .model {

}

.aboutMain .block4 .tab .bd .model .time {

color: #000;

font-size: 40px;

line-height: 40px;

padding: 64px 0 22px 0;
}

.aboutMain .block4 .tab .bd .model .dec {

}
.aboutMain .block4 .tab .bd .model .dec p:after{
        display: block;
        width: 6px;
        height: 6px;
        background: #666;
        border-radius: 3px;
        position: absolute;
        left: 0;
        top: 17px;
        margin-top: -3px;
        content:"";
}
.aboutMain .block4 .tab .bd .model .dec p {

font-size: 16px;

color: #666;

line-height: 36px;

padding-left: 20px;

-webkit-box-sizing: border-box;

box-sizing: border-box;

position: relative;
}

.aboutMain .block4 .tab .bd .model .more {font-size: 14px;color: #000;line-height: 14px;padding-left: 162px;position: relative;margin-top: 25px;cursor: pointer;display: inline-block;margin-top: 30px;}
.aboutMain .block4 .tab .bd .model .more i{
        display: block;
    width: 142px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    
}

.aboutMain .block5 {
    padding: 100px 0px;
}
.aboutMain .block5 .wrap {}
.aboutMain .block5 .titlemodel5 {
    margin-bottom: 30px;
}
.aboutMain .block5 .dec {
    font-size: 18px;
    color: #666;
    line-height: 30px;
}
.aboutMain .block5 .dec p {margin-bottom: 30px;}
.aboutMain .block5 .dec  h2 {margin-bottom: 10px;color: #fb7500;}
.aboutMain .block5 .content {
    position: relative;
    margin-top: 40px;
}
.aboutMain .block5 .content .title {
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.aboutMain .block5 .content .center{

position:absolute;
top: 50%;
left: 50%;
-o-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
} 
.aboutMain .block5 .content .more {
    width: 148px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #fff;
    border-radius: 24px;
    color: #fff;
    font-size: 16px;
    margin: 38px auto 0 auto;
    cursor: pointer;
    display: block;
    margin: auto;
    line-height: 46px;
    margin-top: 40px;
}

.aboutMain .block6 {
    background: linear-gradient(180deg,#f3f4f6 0,#fff);
    padding: 100px 0px;
}
.aboutMain .block6 .wrap {}
.aboutMain .block6 .titlemodel5 {}
.aboutMain .block6 .list {margin-top: 25px;}
.aboutMain .block6 .list .item {
    background-color: #fff;
    position: relative;
    padding-right: 50%;
    height: 500px;
}
.aboutMain .block6 .list .item .content {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 9%;
    padding-right: 3%;
}
.aboutMain .block6 .list .item .content ul {}
.aboutMain .block6 .list .item .content ul li {
    margin: 6% 0;
    display: flex;
    align-items: center;
}
.aboutMain .block6 .list .item .content ul li .icon {}
.aboutMain .block6 .list .item .content ul li .icon img {}
.aboutMain .block6 .list .item .content ul li .con {
    float: left;
    margin-left: 6%;
    width: 80%;
}
.aboutMain .block6 .list .item .content ul li .con .tit {
    font-size: 35px;
    color: #000;
    margin-bottom: 8px;
}
.aboutMain .block6 .list .item .content ul li .con .dec {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}
.aboutMain .block6 .list .item .imgbox {
    position: absolute;
    right: 0;
    top: 0px;
    overflow: hidden;
    height: 100%;
    width: 50%;
}
.aboutMain .block6 .list .item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutMain .block6 .list .item:nth-child(2n){
    padding-left: 50%;
    padding-right: 0;
}
.aboutMain .block6 .list .item:nth-child(2n) .imgbox{
    left: 0px;
    right: 0px;
}


.searchCont {

position: absolute;

height: auto;

right: 25%;

top: 40%;

width: 50%;

z-index: 99999;

display: none;
}
.searchCont .shadow {

position: absolute;

width: 100%;

height: auto;

opacity: .4;

background: #000;

left: 0;

top: 0px;
}
.searchCont .content {z-index: 3;position: relative;-webkit-box-shadow: 0 8px 10px -5px rgba(0,0,0,.2), 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12);box-shadow: 0 8px 10px -5px rgba(0,0,0,.2), 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12);background: #fff;padding-top: 48px;padding-bottom: 40px;-webkit-transition: all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;-o-transform: translate(0%, -100%);-webkit-transform: translate(0%, -100%);-moz-transform: translate(0%, -100%);-ms-transform: translate(0%, -100%);transform: translate(0%, -100%);}
.searchCont .wrap2 {

}
.searchCont .tab {

}
.searchCont .tab .hd {

padding-bottom: 22px;
}

.searchCont .tab .hd a.current:after,
.searchCont .tab .hd a:hover:after{
    width: 100%;
}
.searchCont .tab .hd a:after{
    content:"";
    background: linear-gradient(90deg,#ffac4d,#fb7500);
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 2px;
    width: 100%;
    width: 0;
    -webkit-transition: all 0.4s;
    -o-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    transition:all 0.4s;
}
.searchCont .tab .hd a {

margin-right: 32px;

line-height: 1;

display: inline-block;

color: #000;

padding-bottom: 10px;

position: relative;
}
.searchCont .tab .inputwords {position: relative;zoom: 1;overflow: hidden;}
.searchCont .tab .inputwords .send {float: left;width: 36px;height: 36px;background: none;border: none;cursor: pointer;background: url(../images/search2.png) no-repeat center center;background-size: 20px;}
.searchCont .tab .inputwords .words {width: calc(100% - 36px);float: left;height: 36px;border: none;}
.searchCont .tab .ths {border: none;background: none;background: url(../images/delet.png) no-repeat right center;background-size: 20px;padding-right: 22px;color: #9a9a9a;margin: 25px 0px;}
.searchCont .tab .tit {color: #9a9a9a;margin-bottom: 20px;}
.searchCont .tab .tags {

}
.searchCont .tab .tags a {font-size: 14px;line-height: 26px;margin: 8px 12px 4px 0;padding: 0 12px;border-radius: 50px 50px 50px 50px;border: 1px solid rgba(0,0,0,.08);display: inline-block;color: #333;}
.searchCont .tab .inputwords:after{
    position:absolute;
    width:100%;
    left:0px;
    bottom:0px;
    height:1px;
    background:linear-gradient(90deg,#ffac4d,#fb7500);
    content:"";
}
.current.searchCont .content{
    -o-transform: translate(0%, 0%);
-webkit-transform: translate(0%, 0%);
-moz-transform: translate(0%, 0%);
-ms-transform:translate(0%, 0%);
transform: translate(0%, 0%);
    padding: 25px;
}




@font-face {
    font-family: 'Alibaba-PuHuiTi-Medium';
    src: url('../fonts/Alibaba-PuHuiTi-Medium.ttf') 
}



@font-face {
    font-family: 'Alibaba-PuHuiTi-Regular';
    src: url('../fonts/Alibaba-PuHuiTi-Regular.ttf')
}

.head .right .ewm{
    float: right;
    position: relative;
    margin-left: 22px;
}
.head .right .ewm .h2tit{
    cursor: pointer;
    width: 32px;
    height: 32px;
    color: #fff;
    position: relative;
    top: -48px;
    right: -104px;
}
.head .right .ewm .h2tit span{
font-size: 20px;
}

.head .right .ewm:hover .slide{
    top:30px;
    
    visibility:visible;
    opacity:1;
    z-index:5;
}
.head .right .ewm .slide{
    position: absolute;
    width: 120px;
    left: -50%;
    top: 30px;
    background: #fff;
    padding: 10px;
    margin-left: 40px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.09);
    -moz-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);
    -o-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);
    -ms-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);
    box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);
}
.head .right .ewm .slide img{
    width: 100%;
}

.advantage{padding: 90px calc(50% - 640px);background: url(../images/bg.jpg) no-repeat center center;background-size: cover;}
.advantage .list{
    
}
.advantage .list li{
    float: left;
    width: calc((100% - 100px)/6);
    margin-right: 20px;
}
.advantage .list li:nth-child(6n){
    margin-right: 0px;
}
.advantage .list li .imgbox{
   -webkit-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);
-moz-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);
-o-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);
-ms-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);
box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09); 
}
.advantage .list li .imgbox img{
    width: 100%;
}
.advantage .list li .cont{
    margin-top: -5px;
    width: 100%;
    padding-top: 38px;
    padding-bottom: 35px;
}
.advantage .list li .title{
    font-size: 26px;
    display: block;
    margin-left: 20px;
    margin-bottom: 10px;
    color: #00191d;
}
.advantage .list li .dec{
    font-size: 16px;
    display: block;
    margin-left: 20px;
    margin-bottom: 26px;
    line-height: 27px;
    color: #647577;
}
.advantage .list li .dec p{
    
}

.advantage .list li:hover{
    -webkit-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);
-moz-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);
-o-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);
-ms-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);
box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);
}
.advantage .list li{
    cursor:pointer;
    margin-bottom: 15px;
}
.advantage .list li,
.advantage .list li *{
    -webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}

.container_main {
 width:75%;
 margin:100px auto;
 position:relative;
 clear: both;
 display: block;
}

/* 解决方案 */

.tzzgx_jbzl_h2 {
 font-weight:400;
 font-size:30px;
 color:#000
}
.tzzgx_jbzl_p {
 font-size:16px;
 line-height:30px;
 color:#666
}
.tzzgx_jbzl_table {
 width:100%;
 border-top:1px solid #eee;
 border-left:1px solid #eee
} 
.tzzgx_jbzl_table tr td {
 padding:20px 60px;
 color:#333;
 font-size:16px;
 line-height:30px;
 border-right:1px solid #eee;
 border-bottom:1px solid #eee
}
.tzzgx_jbzl_table tr td:first-child {
 background-color:#f8f9fa
}.margin_tb40 {
 margin:40px 0
}


.jjfa_ul {
 margin:50px 0;
 clear: both;
 display: block;
}
.jjfa_ul li {
 float:left;
 width:21%;
 margin:0 2% 60px
}
.jjfa_img {
 overflow:hidden;
}
.jjfa_img img {
 width:100%;
 opacity:.8
}
.jjfa_ul li:hover .jjfa_img img {
 animation:changebig .4s linear;
 -webkit-animation:changebig .4s linear;
 -webkit-animation-fill-mode:forwards
}
.jjfa_wen {
 position:relative;
 padding:30px;
 height:120px;
 background-color:#f8f9fa
}
.jjfa_wen h2 {
 color:#000;
 font-size:24px;
 font-weight:400;
 margin-bottom:14px;
 -webkit-line-clamp:1
}
.jjfa_wen h2,
.jjfa_wen p {
 overflow:hidden;
 text-overflow:ellipsis;
 display:-webkit-box;
 -webkit-box-orient:vertical
}
.jjfa_wen p {
 padding-right:20%;
 color:#999;
 -webkit-line-clamp:2
}
.jjfa_wen img {
 position:absolute;
 top:80px;
 right:6%
}

.footerType2 {
    width: 100%;
    height: auto;
    /* background-color: #052125; */
    background: #fafafa;
    clear: both;
}

.addFooter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
    width: auto;
    margin: 0px auto;
    padding: 60px calc(50% - 640px);
}
.addFooter .sonList  {
width: 20%;
text-align: center;
padding-right: 51px;
}

.addFooter .sonList  span {
width: 100%;
text-align: center;
display: block;
font-weight: 500;
margin: 20px auto;
font-size: 20px;
font-family: Alibaba-PuHuiTi-Medium;
color: #141414;
}
.addFooter .sonList img {
    width: 77px;
    height: 88px;
}

.addFooter .sonList ul{
    margin-top: 4px;
    color: #000000;
    line-height: 27px;
    text-align: left;
}
.addFooter .sonList ul li {
   padding: 0;
}

.footerType2 .main {
    border-top: 1px solid #dcdfe6;
    border-bottom: 1px solid #dcdfe6;
    padding: 60px calc(50% - 640px);
}
.footerType2 .main .content {
    margin: 0 auto;
    padding: 0 calc(50% - 840px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    max-width: 100%;
    width: 100%;
}



.footerType2 .logo .img {
    width: 166px;
    height: 38px
}

.footerType2 .logo .img a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.footerType2 .logo .img svg {
    width: 100%;
    height: 100%
}

.footerType2 .logo .wxCode {
    font-size: 12px;
    color: #4a4a4a;
    text-align: center;
    margin-top: 6px;
    padding: 5px 4px 6px;
    background-color: #fff
}

.footerType2 .logo .wxCode p {
    margin-bottom: 4px
}

.footerType2 .logo .wxCode .code {
    width: 118px;
    height: 118px;
    z-index: 5
}

.footerType2 .logo .wxCode .code img {
    width: 100%;
    height: 100%
}

.footerType2 .contact {
    position: relative
}

.contact h2 {
    font-size: 24px;
    font-family: Alibaba-PuHuiTi-Medium;
    color: #141414;
    margin-bottom: 15px;
}
.contact p img{
    height:14px;
    width: 14px;
}
.contact p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
}
.main .feedback-btn {
    width: 136px;
    height: 36px;
    padding: 0;
    color: #fff;
    border-radius: 2px;
    border: none;
    background: linear-gradient(90deg,#ffac4d,#fb7500);
    margin-top: 15px;
}

.navigation {
    width: 600px;
}
.navigation ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
}
.navigation ul li h2 {
    font-size: 20px;
    font-family: Alibaba-PuHuiTi-Medium;
    color: #141414;
    margin-bottom: 28px;
}
.navigation ul li a p {
    font-size: 14px;
    line-height: 21px;
    height: 21px;
    margin-bottom: 13px;
    font-family: Alibaba-PuHuiTi-Regular;
    color: #141414;
}

.contact:after {
    content: "";
    width: 1px;
    height: 172px;
    background: #f0f0f0;
    position: absolute;
    top: 6px;
    right: -34px;
}

.recordNo {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    height: 64px;
    line-height: 64px;
    display: flex;
    justify-content: center;
    background: #141414;
}
.recordNo a:first-child {
    margin-left: 0;
}

.recordNo a {
    margin-left: 20px;
}
.footerType2 a{
    color: inherit;
}

.h2_wen04 {
 font-size:40px;
 color:#fff;
 font-weight:400
}
.h2_wen05 {
 font-size:30px
}
.h2_wen05,
.h3_wen {
 color:#000;
 font-weight:400
}
.newsdetails_t {
 text-align:center
}
.newsdetails_t p {
 color:#999
}
.newsdetails_b {
 padding:40px 0;
 border-top:1px solid #f2f2f2;
 border-bottom:1px solid #f2f2f2;
 display: block;
}
.newsdetails_b p {
 line-height:30px;
 margin:40px auto;
}


.newsdetails_b img {
 width:800px;
 max-width: 800px;
 margin: 40px auto;
 text-align: center;
 display: block;
}
.newsd_foots_l {
 float:left;
 width:80%
}
.newsd_foots_l p {
 margin-bottom:20px
}
.newsd_foots_l p span {
 color:#999
}
.newsd_foots_l p a {
 color:#666
}
.newsd_foots_l p a:hover {
 color:#000
}
.newsd_foots_r {
 float:right;
 width:150px;
 height:50px;
 line-height:50px;
 text-align:center;
 border:1px solid #ddd;
 color:#333;
 font-size:14px;
 border-radius:40px
}
.newsd_foots_r span {
 padding-right:14px;
 background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANAQMAAACuDL17AAAABlBMVEUAAAAzMzPI8eYgAAAAAXRSTlMAQObYZgAAAB5JREFUCNdjOMDwgKGAwYJBhoGPgR2IZYDsAqDYAQBACQTsm03yKwAAAABJRU5ErkJggg==);
 background-position:100%;
 background-repeat:no-repeat;
 background-size:8px auto
}
.newsd_foots_r:hover {
 border:0;
 color:#333;
 font-size:14px;
 background:-webkit-gradient(linear,left top,right top,from(var(--theme-gradient1)),to(var(--theme-gradient2)));
 background:linear-gradient(90deg,var(--theme-gradient1) 0,var(--theme-gradient2));
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0099F2",endColorstr="#74b32c",GradientType=0)
}
.newsd_foots_r:hover span {
 color:#fff;
 background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANAQMAAACuDL17AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAB5JREFUCNdjOMDwgKGAwYJBhoGPgR2IZYDsAqDYAQBACQTsm03yKwAAAABJRU5ErkJggg==)
}
.margin_tb60{  margin-top: 60px;}


.mokuai {margin-top: 45px;}



.mokuai .block3{
padding: 20px  0px;
padding: 0px calc(50% - 640px) 1px calc(50% - 640px);
}

.mokuai .imgbox p{
padding: 10px  0px;

}



.mokuai .block3{}
.mokuai .block3 .wrap2{}
.mokuai .block3 .wrap2 .items{}
.mokuai .block3 .wrap2 .items .title:after{
        content: "";
    display: inline-block;
    width: 4px;
    height: 80%;
    background: linear-gradient(0deg,#fb7500,#ffac4d);
    position: absolute;
    left: -12px;
    top: 5px;
}
.mokuai .block3 .wrap2 .items .title{
    font-size: 28px;
    color: #141414;
    font-family: Alibaba-PuHuiTi-Medium;
    position: relative;
    margin-left: 12px;
    margin-top: 20px;
}
.mokuai .block3 .wrap2 .items .listType4:after{
    content:"";
    display:table;
    clear:both;
}
.mokuai .block3 .wrap2 .items .listType4{
    margin: 32px 0 0 0;
}
.mokuai .block3 .wrap2 .items .listType4 .item:nth-child(8n){
    margin-right:0px;
}
.mokuai .block3 .wrap2 .items .listType4 .item{
    float: left;
    text-align: center;
    width: calc((100% - 160px)/8);
    margin: 10px;
}
.mokuai .block3 .wrap2 .items .listType4 .item a *{
    display: block;
}
.mokuai .block3 .wrap2 .items .listType4 .item a:hover{
        -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.08), 0 1px 4px 0 rgba(0,0,0,.04);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.08), 0 1px 4px 0 rgba(0,0,0,.04);
}
.mokuai .block3 .wrap2 .items .listType4 .item a{
    display: block;
    border-radius: 20px;
    background: #fafafa;
    text-align: center;
    -webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

    }
.mokuai .block3 .wrap2 .items .listType4 .item a .imgbox{border: 1px solid #e3e3e3;}
.mokuai .block3 .wrap2 .items .listType4 .item a .imgbox img{
    margin: 0 auto;
    max-height: 300px;
    max-width: 100%;
}
.mokuai .block3 .wrap2 .items .listType4 .item a .tit{
    cursor: pointer;
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 1px solid #e3e3e3;
    background: #f0f0f0;
    color: #111;
    font-weight: normal;
    font-size: 14px;
    border-top: navajowhite;
    line-height: 35px;
}

 
/*联系我们*/
.lianxi{padding: 650px 0 15px;}
.lianxi .title{font-size: 2rem;
  line-height: 50px;
  color: #1f2635;
  font-weight: 600;}
.lianxi .list_lianxi{padding-right: 50px;}
.lianxi .list_lianxi li{line-height:30px;}
.lianxi .list_lianxi p{font-size:2.65rem;line-height:30px;color:#1f2635;font-weight:600;margin-bottom:10px}
.lianxi .list_lianxi2{padding-right: 80px;display: block;clear: both;}
.lianxi .list_lianxi2 ul{width:50%;float:left;margin-bottom:25px;padding-right: 68px;}
.lianxi .list_lianxi2 p{font-size:2rem;line-height:30px;color:#1f2635;font-weight:600;margin-bottom:10px}
.lianxi .list_lianxi2 li{line-height: 28px;}
.lianxi .iconfont{}
.lianxi .mb20{margin:15px auto;clear: both;}
.lianxi .mb30{margin-bottom:10px;margin-top: 30px;}

.ditu .map{background-color:#000000;border:solid 16px #ffffff}
.liuyan_ul li{width:31.6%;height:58px;line-height:58px;float:left;margin-bottom:20px;margin-right:32px}
.liuyan_ul li:nth-child(3n){margin-right:0}
.liuyan_ul li input{width:100%;background-color:#ffffff;border:none;border-radius:5px;padding:0 10px;border:1px solid #ddd;padding:10px}
.liuyan_ul li.w100{width:100%;height:110px}
.liuyan_ul li.w100 textarea{width:100%;height:100%;background-color:#ffffff;border-radius:5px;border:1px solid #ddd;padding:10px}
.liuyan button{height:56px;border-radius:5px;padding:0 50px;font-size:16px;color:#ffffff;border:none;display:table;float:right;background:linear-gradient(90deg,#ffac4d,#fb7500)}
.liuyan p{line-height:20px;color:#1f2635;opacity:0.59;text-align:right;margin-bottom:30px;position: absolute;right: 8px;top: 18px;}
.liuyan p span{color:#2c99fe}
.liuyan button:hover{background:#fff;transition:all .6s;-webkit-transition:all .6s;-o-transition:all .6s;color:#2c99fe}
.liuyan{margin-top:60px}
.bf1{background-color:#f1f5f8}
.title{font-size:2.5rem;line-height:50px;color:#1f2635;margin-bottom: 15px;font-weight:600}


.weizhi a,.weizhi span{color: #aaa;display:inline-block}
.weizhi a{color: #aaa;padding:0px 7px;min-width:18px;font-size:13px}
.weizhi a:first-child{padding-left:0}
.hy_z11{margin-top:20px;margin-bottom:40px;overflow:hidden}
.hy_z11 .fl{width:520px}
.hy_z11 .fl.dianchi,.hy_z11 .fl.lingpeijian,.hy_z11 .fl.diandong,.hy_z11 .fl.dongli{overflow:hidden}
.hy_z11 .fl.dianchi img{width:auto;height:554px}
.hy_z11 .fl.dongli img{width:auto;height:790px}
.hy_z11 .fl.diandong img{width:auto;height:480px}
.hy_z11 .fl.lingpeijian img{width:auto;margin-left:-20%;height:710px}
.hy_z11 .fl img{width:100%;min-height:405px}
.hy_z11 .fl img.min{}
.hy_z11 .rt p strong{font-size:18px;color:#213c7b;height:25px;line-height:25px;display:block;padding-bottom:15px}
.hy_z11 .rt p.xialv{width:100%;margin-left:0;margin-top:0;line-height:32px}
.hy_z11 .rt .rt_ico{float:left}
.hy_z11 .rt .rt_ico2{float:left;color:initial;width:100%}
.hy_z11 .rt .rt_ico img{width:77px;height:77px;margin-right:14px}
.hy_z11 .rt{width:795px;padding:40px;background:#fff;padding-top:0}
.hy_z11 .rt .pp{color:#444;font-size:16px;line-height:1.8;text-indent:0px;text-align:justify;height:263px;overflow:hidden}
.hy_z11 .rt p{font-size:15px;line-height:26px}
.hy_z11 .rt p em{color:#25a089;padding-right:4px}
.hy_z11 .rt ul{margin-top:15px}
.hy_z11 .rt ul li em{color:#25a089;padding-right:4px}
.hy_z11 .rt ul li{float:left;font-size:15px;line-height:26px;width:200px}
.hangy_v{display:block;float:right;width:680px;height:382px}
.hy_z11 .rtno{float:none;clear:both;width:100%;margin-top:20px;padding-top:20px;border-top:1px solid #ccc}
.hy_z11 .rt .pp b,.hy_z11 .rt .pp strong,.hy_xxk .zwnr .btp b,.zwnr .btp  strong{color:#203c7b;font-size:18px}
.hy_z11 .rt .pp i,.hy_z11 .rt .pp em,.zwnr .btp em{color:#25a089;padding-right:3px}
.hy_z11 .rt .pp img{max-width:100%}

.hy_z11 .rt .pp span b{}
.hy_z11 .rt h2,.hb_1 h2{font-size:22px;position:relative;color:#213c7b;letter-spacing:2px;padding-top:5px;margin-bottom:35px;line-height:40px;padding-top:0px;padding-left:0px}
.hy_z12{margin:0px auto 50px}
.hy_a1{display:block;margin-bottom:10px}
.hy_a1 a,.hy_a1 a img{display:block;height:380px}
.hy_z12 li a{position:relative;display:block}
.hy_z12 li a span{position:absolute;bottom:30px;left:20px;height:30px;line-height:30px;z-index:9;font-size:24px;color:#fff;letter-spacing:2px}
.hy_z12 li a i{z-index:9;border:1px solid #fff;height:30px;line-height:20px;border-radius:3px;text-transform:uppercase;width:120px;color:#fff;font-size:12px;font-style:normal;padding:3px 10px;margin-left:0px;text-align:center;float:right;opacity:0;transition:all .4s ease-in;-moz-transition:all .4s ease-in;-webkit-transition:all .4s ease-in}
.hy_z12 li a:hover i{opacity:1;margin-left:10px}
.hy_z12 li img{width:100%;border-radius:3px}
.hy_a2 .fl,.hy_a3 .fl{width:595px}
.hy_a2 .fl img{height:260px}
.hy_a2 .fl .bgg{height:260px}
.hy_a3 .fl .bgg,.hy_a3 .fl a{height:380px}
.hy_a2 .rt,.hy_a3 .rt{width:755px}
.hy_a2 .rt a,.hy_a2 .rt img{height:535px}
.hy_a2 a.padb10,.hy_a3 .fl img.padb10{margin-bottom:10px;padding-bottom:0}
.hy_z12 li a:hover .bgg{opacity:.1}
.hy_z11 .hy_v0{width:50%}
.hy_v0 video{width:670px;height:375px}
.hy_z11 .hy_v1{width:50%;height:375px;min-height:initial}
.hy_z11 .hy_v1.ovfw-1{height:375px;color:#333;overflow:hidden;font-size:16px}
.hy_fen1_1{margin-top:80px}
.hy_z1.hy_fen1_2{margin-top:0px}
.fl{float:left}
.rt{float:right}
.clear{clear:both}
.hy_z11 .rt h2 span{color:#fb7500}
.hy_slg1{color:#fff;height:130px;padding:220px 0 130px}
.hy_slg1 a{margin-top:40px;border:2px solid #fff;color:#fff;border-radius:25px;padding:0px 0px;height:35px;width:140px;display:block;font-size:14px;line-height:35px;text-align:center}
.hy_slg1 a.back{background:url(/base/2019/back2.png) no-repeat 25px center;background-size:25px;text-indent:25px}
.hy_slg1 a.back:hover{background:url(/base/2019/back2.png) no-repeat 15px center;background-size:25px}
.hy_slg1 a.back::after{display:none}
.big_img.hy_back{height:350px}
.hy_back .nny{height:350px}
.hy_back .hy_slg1{padding:125px}
.hy_slg1 h2{font-size:44px;font-weight:500;position:relative;padding-top:10px}
.hy_slg1 span{font-size:24px;display:block;margin-top:0px;height:30px;border-left:4px solid #fff;padding-left:10px;line-height:30px}
.hy_slg1 h2:after{position:absolute;content:"";top:0px;left:0;width:90px;background:#fff}
.hy_fen1{width:100%;padding-bottom:0px;padding-top:20px}
.hy_fen1 ul{width:1200px;margin:0 auto}
.hy_fen1 li.nny44{display:none}
.hy_fen1 li{float:left;background:#efefef;margin-right:2px}
.hy_fen1 li:hover,.hy_fen1 li.on{background:#ccc;background:url(/base/2019/b0.jpg) no-repeat bottom;background-size:cover}
.hy_fen1 li.nny11:hover,.hy_fen1 .nny11.on{background:url(/base/2019/'ny11.jpg') no-repeat center;background-size:cover}
.hy_fen1 li.nny22:hover,.hy_fen1 .nny22.on{background:url(/base/2019/'ny22.jpg') no-repeat center;background-size:cover}
.hy_fen1 li.nny33:hover,.hy_fen1 .nny33.on{background:url(/base/2019/'ny33.jpg') no-repeat center;background-size:cover}
.hy_fen1 li.nny44:hover,.hy_fen1 .nny44.on{background:url(/base/2019/'ny44.jpg') no-repeat center;background-size:cover}
.hy_fen1 li.on img,.hy_fen1 li img.on2,.hy_fen1 li:hover img{display:none;opacity:0}
.hy_fen1 li img,.hy_fen1 li.on img.on2{display:block;opacity:1}
.hy_fen1 li:hover a,.hy_fen1 li.on a{background:rgba(16,50,110,0.78);background:url(/base/2019/blue78.png) repeat;color:#fff}
.hy_fen1 li:hover a{}
.hy_fen1 li:hover a img.on2{display:block;opacity:1}
.hy_fen1 li a{padding-top:50px;padding-bottom:20px;width:297px;text-align:center;font-size:18px;color:#22397b;display:block;background:rgba(220,220,220,0.2);transition:all .2s ease-in;-moz-transition:all .2s ease-in;-webkit-transition:all .2s ease-in}
.hy_fen1 li a img{width:70px;margin:0 auto 20px;display:block}
.hy_z1{}
.hy_z11{margin-top:20px;margin-bottom:40px}
.hy_z11 .fl{width:520px}
.hy_z11 .fl.dianchi,.hy_z11 .fl.lingpeijian,.hy_z11 .fl.diandong,.hy_z11 .fl.dongli{overflow:hidden}
.hy_z11 .fl.dianchi img{width:auto;height:554px}
.hy_z11 .fl.dongli img{width:auto;height:790px}
.hy_z11 .fl.diandong img{width:auto;height:480px}
.hy_z11 .fl.lingpeijian img{width:auto;margin-left:-20%;height:710px}
.hy_z11 .fl img{width:100%;min-height:405px}
.hy_z11 .fl img.min{}
.hy_z11 .rt p strong{font-size:18px;color:#213c7b;height:25px;line-height:25px;display:block;padding-bottom:15px}
.hy_z11 .rt p.xialv{width:100%;margin-left:0;margin-top:0;line-height:32px}
.hy_z11 .rt .pp{color:#444;font-size:16px;line-height:1.8;text-align:left;text-indent:0px;text-align:justify}
.hy_z11 .rt p{font-size:15px;line-height:26px}
.hy_z11 .rt p em{color:#25a089;padding-right:4px}
.hy_z11 .rt ul{margin-top:15px}
.hy_z11 .rt ul li em{color:#25a089;padding-right:4px}
.hy_z11 .rt ul li{float:left;font-size:15px;line-height:26px;width:200px}
.hangy_v{display:block;float:right;width:680px;height:382px}
.hy_z11 .rtno{float:none;clear:both;width:100%;margin-top:20px;padding-top:20px;border-top:1px solid #ccc}
.hy_z11 .rt .pp b,.hy_z11 .rt .pp strong,.hy_xxk .zwnr .btp b,.zwnr .btp  strong{color:#203c7b;font-size:18px}
.hy_z11 .rt .pp i,.hy_z11 .rt .pp em,.zwnr .btp em{color:#25a089;padding-right:3px}
.hy_z11 .rt .pp img{max-width:100%}

.hy_z11 .rt h2,.hb_1 h2{font-size:22px;position:relative;color:#213c7b;letter-spacing:2px;padding-top:5px;margin-bottom:25px;line-height:40px;padding-top:0px;padding-left:0px}
.hy_z11 .rt h2 span,.hb_1 h2 span{font-size:32px;text-transform:uppercase;display:block;font-weight:600;letter-spacing:1px;letter-spacing:0}
.hy_z11 .rt h2::after,.hb_1 h2::after{position:absolute;content:"";bottom:0px;display:none;left:100px;width:60px;height:4px}
.hy_xxk{margin-top:30px}
.hy_xxk .bt{}
.hy_xxk .zwnr{}
.hy_xxk .zwnr .btp{padding:20px 10px;font-size:16px;line-height:26px;margin-bottom:0px}
.hy_xxk .zwnr .btp p,.hy_xxk .zwnr .btp ul{font-size:15px;line-height:26px}
.hy_xxk .zwnr .btp b{display:block;padding-bottom:6px;font-size:18px}
.hy_xxk .zwnr .btp.fd b{font-size:22px}
.hy_xxk .zwnr .btp i{color:#25a089;padding-right:3px}
.hy_xxk .zwnr .btp ul li{float:left;width:250px;padding-left:30px;height:40px;line-height:40px;background:url(/base/2019/li2.png) no-repeat left 10px;background-size:20px}
.hy_xxk .zwnr .btp ul.fen3 li{float:left;width:20%;box-sizing:border-box;padding-left:20px;padding-right:30px;height:auto;line-height:30px;background:url(/base/2019/li2.png) no-repeat left 5px;background-size:20px}
.hy_z1 hr{width:1200px;height:1px;margin:0 auto;padding:0;background:#ccc}
.hy_z12{margin:0px auto 50px}
.hy_a1{display:block}
.hy_a2{margin-bottom:10px;height:540px}
.hy_a3{margin-bottom:10px;height:368px}
.hy_a1 a,.hy_a1 a img{display:block;height:380px}
.hy_z12 li a{position:relative;display:block;margin-bottom:15px}
.hy_z12 li a span{position:absolute;bottom:30px;left:20px;height:30px;line-height:30px;z-index:9;font-size:24px;color:#fff;letter-spacing:2px}
.hy_z12 li a i{z-index:9;border:1px solid #fff;height:30px;line-height:20px;border-radius:3px;text-transform:uppercase;width:120px;color:#fff;font-size:12px;font-style:normal;padding:3px 10px;margin-left:0px;text-align:center;float:right;opacity:0;transition:all .4s ease-in;-moz-transition:all .4s ease-in;-webkit-transition:all .4s ease-in}
.hy_z12 li a:hover i{opacity:1;margin-left:10px}
.hy_z12 li img{width:100%;border-radius:3px}
.hy_a2 .fl,.hy_a3 .fl{width:49.5%}
.hy_a2 .fl img{height:260px}
.hy_a2 .fl .bgg{height:260px}
.hy_a3 .fl .bgg,.hy_a3 .fl a{height:380px}
.hy_a2 .rt,.hy_a3 .rt{width:49.5%}
.hy_a2 .rt a,.hy_a2 .rt img{height:535px}
.hy_a2 a.padb10,.hy_a3 .fl img.padb10{padding-bottom:0;margin-bottom:10px}
.hy_z12 li a:hover .bgg{opacity:.1}
.bgg{background:rgba(51,51,51,0.6);background-size:350px;height:100%;width:100%;position:absolute;top:0;left:0;opacity:.6;transition:all .4s ease-in;-moz-transition:all .4s ease-in;-webkit-transition:all .4s ease-in}

.hy_vdo{width:490px}
.hy_xiangguan{}
.hy_xiangguan ul{width:100%;margin:0 auto 0px;text-align:center;position:relative;z-index:9;padding-top:20px;border-top:1px solid #e3e3e3;padding-bottom:0px}
.hy_xiangguan ul div{font-size:34px;margin-bottom:20px;color:#fb7500;display:block;width:100%;text-align:left}
.hy_xiangguan ul li:last-child{margin-right:0}
.hy_xiangguan ul li{display:block;line-height:46px;width:15%;border-bottom:0px solid;border-top:0px solid #e8e8e8;border:2px solid #fb5700;margin:8px;cursor:pointer;border-radius:30px;font-size:14px;float:left;transition:all .3s ease-in;-moz-transition:all .3s ease-in;-webkit-transition:all .3s ease-in}
.hy_xiangguan ul li:hover,.hy_xiangguan ul li.on{display:block;line-height:46px;border:2px solid #fb7500;cursor:pointer;border-radius:30px;font-size:14px;float:left;transition:all .3s ease-in;-moz-transition:all .3s ease-in;-webkit-transition:all .3s ease-in}
.hy_xiangguan ul li:hover  a,.hy_xiangguan ul li.on a{color:#fff;background:linear-gradient(90deg,#ffac4d,#fb7500);border-radius:30px}
.hy_xiangguan ul li a{display:block}
.big_img{position:relative;height:500px}
.hy_z11 .hy_v0{width:50%}
.hy_v0 video{width:670px;height:375px}
.hy_fen1_1{margin-top:80px}
.hy_z1.hy_fen1_2{margin-top:0px}
.hy_z13{margin-bottom:60px;margin-top:50px}
.hy_z13 li{float:left;width:48%;position:relative;margin:1% 2%;margin-left:0}
.hy_z13 li:nth-child(3n){margin-right:0}
.hy_z13 li a{display:block} 
.hy_z13 li:last-child{margin-right:0}
.hy_z13 li img{width:100%;}
.hy_z13 li .pa{bottom:0;height:100px;width:100%;font-size:16px;height:60px;background:rgba(51,51,51,0.7);color:#fff;padding:20px 10px;position:absolute}
.hy_z13 li:hover .pa{background:linear-gradient(90deg,#ffac4d,#fb7500)}
.hy_z13 li:hover span{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.hy_z13 li .pa span{background:url(../images/jia5.svg) no-repeat left top;background-size:30px;display:block;position:absolute;right:20px;bottom:20px;height:30px;width:30px;-webkit-transition:-webkit-transform .4s,color .3s;transition:transform 0.4s,color 0.3s;position:absolute}
.hy_14{margin-bottom:10px;padding-top:40px;border-top:1px solid #aaa}
.hy_14 .liuch{width:100%;float:none}
.hy_14 .liuch ul{float:left;width:1040px}
.hy_14 .liuch div.h33{font-size:22px;height:20px;font-weight:bold;line-height:20px;margin-top:15px;font-size:28px;color:#213c7b;float:left;width:160px;letter-spacing:3px}
.hy_14 .liuch li{float:left;width:312px;text-align:left;height:35px;line-height:35px}
.hy_z1 .xialv{color:#222;line-height:32px;height:32px;background:#203f7b;color:#fff;border-radius:5px 5px 5px 5px;width:1040px;text-align:center;margin-top:20px;margin-left:165px}
.hy_14 .liuch li{display:block;font-size:15px;padding-left:25px;background:url('/base/2019/li2.png') no-repeat left center;background-size:20px}
.hy_z14 .h3,.hy_z13 .h3{font-size:16px;margin-bottom:20px}
.hy_z14 .h3 b,.hy_z13 .h3 b{font-size:34px;display:block;color:#fb7500;display:block;width:100%;margin-bottom:10px;position:relative;padding-left:12px;font-weight:normal;padding-left:15px}
.hy_z14 .h3 b:after,.hy_z13 .h3 b:after{content:"";position:absolute;display:inline-block;width:5px;height:28px;bottom:6px;left:0;background:#fb7500}



.hy_z14 .w1200{
	 padding: 30px 0;
	 background: #ffffff;
}

.picList li{text-align: center;float: left;
list-style: none;

margin-right: 0px;
border-radius: 12px;
overflow: hidden;
border: 1px solid #ffa75a;
}

.picList li a{
 	width: 216px;
	height: 216px;   
 	display: block;
}
.picList img{width: 100%;border: none;max-width: 188px;}
.picList img:hover{transform: scale(1.25);}
.picList p{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	color: #fff;

    
	background: linear-gradient(90deg,#ffac4d,#fb7500);
	bottom: 0;
	position: absolute;
	width: 100%;
}
@media screen and (min-width: 300px) and (max-width: 719px){
.hy_z11 .fl img{width:100%;min-height:auto}
.hy_z11 .hy_v0{width:100%}
.hy_z11 .rt{width:100%;padding:15px}
.hy_z13 li{width:100%}
.hy_xiangguan ul li{width:45%}
}


/*添加表格样式*/
table.hovertable{color:#333333;border-width:1px;border-color:#999999;border-collapse:collapse;width:100%}
table.hovertable th{background-color:#ef4722;border-width:1px;padding:8px;border-style:solid;border-color:#ff6442;color:#ffffff}
table.hovertable tr{background-color:#f9f9f9 !important}
table.hovertable td{border-width:1px;padding:8px;border-style:solid;border-color:#d9d9d9;text-align:center}
table{width:100% !important;border-collapse:collapse}
table caption{font-size:1.25em;font-weight:bold;background-color:#ef4722;border-width:1px;padding:10px;border-style:solid;border-color:#ff6442;color:#ffffff;text-align:left}
th,td{border:1px solid #fff;text-align:center;padding:10px 0;border-width:1px;padding:8px;border-style:solid;border-color:#ddd}
table thead tr{background-color:#008c8c;color:#fff}
table tbody tr{background-color:#fff}
table tbody tr:nth-child(odd){background-color:#fafafa}
table tbody tr:hover{background-color:#fafafa}
.text table tbody tr:first-child{background-color:#ef4722;border-width:1px;padding:8px;border-style:solid;border-color:#ff6442;color:#ffffff}
table tbody tr td{text-align:left}
table tbody tr td:last-child{}
table tfoot tr td{text-align:right;padding-right:20px}

/*解决方案*/

.n-box .h1{padding:25px 0;font-size:30px;color:#fb5700;max-width:1615px;}
.n-box .h1.w1200{max-width:1200px}
.n-box .fff .h1{color:#001d3d;font-weight:500}
.n-box .h1.tmd{max-width:100%;color:#25a089}
.n-box .h2{margin-bottom:24px;color:#25a089;font-size:30px}
.n-box .flex2{display:flex;flex-wrap:wrap;}
.n-box .flex2 div.last{margin-right:0;padding-right:0}
.n-box .flex2 div.last .h100.rt{width:calc(100% - 280px)}
.n-box .flex2.flex21 .f33,.n-box .flex2.flex21 .f66{width:50%}
.n-box .flex2.flex21 .f33.rt{padding-right:0;margin-left:25px;float:none}
.n-box .flex2 f33 a{display:block}
.n-box .flex2 f33 .fff{margin-right:25px}
.n-box .flex2 .f66.fl2{margin-right:25px;width:calc(66.66666% - 25px)}
.n-box .flex2.flex21 .f66.fl{float:none;width:calc(50% - 25px)}
.n-box .flex2.flex21 .f66.fl h3{padding-bottom:5px}
.n-box .flex2.flex21 .f66.fl.pad0{padding:0}
.n-box .flex2.flex21 .f66.fl.pad0 .blue{padding-bottom:45px}
.n-box .flex2.flex21 .f66.fl.pad0 .blue.h450{height:868px}
.n-box .flex2.flex4 .f33{width:25%;}
.n-box .flex2.flex8 .f33{margin-bottom:35px}
.n-box .flex2.flex8 .f33 p{margin-bottom:0}
.flex2.js-321.flex8 .f33:last-child,.flex2.js-321.flex8 .f33:nth-child(4),.flex2.js-321.flex8 .f33:nth-child(8),.flex2.js-321.flex22 .f33:nth-child(2){padding-right:0}
.n-box .flex2 .f33,.n-box .flex2 .f55{width:33.3333%;padding:0 25px 0 0}
.n-box .flex2.flex2-img3{display:grid;width:100%;grid-gap:2%;justify-content:center;grid-template-columns:32% 32% 32%;grid-template-rows:350px}
.n-box .flex2.flex2-img3 .l1{grid-column:1 / 2;width:100%;padding:0}
.n-box .flex2.flex2-img3 .l2{grid-column:2 / 3;width:100%;padding:0}
.n-box .flex2.flex2-img3 .l3{grid-column:3 / 4;width:100%;padding:0}
.n-box .flex2 .f33:nth-child(3){padding-right:0}
.n-box .flex2.js-312a .f33:nth-child(3){padding-right:25px}
.n-box .flex2.flex2-img3.fen4{display:block;grid-gap:0;grid-template-columns:none;grid-template-rows:none}
.n-box .flex2.flex2-img3.fen4 .f33{float:left;width:24%;margin-right:1%}
.n-box .flex2.fen4 .f33 .pad{padding:30px 30px}
.flex2.js-321.fen4 .f33:last-child{margin-right:0%}
.n-box .flex2.flex4 .f33:nth-child(3){padding-right:25px}
.n-box .flex2 .ab-zhiye.f33{padding:40px 30px 40px;padding-right:30px;background:linear-gradient(to bottom,#001c3c 0,#0e2c6d 100%)}
.n-box .flex2 .ab-zhiye.f33.fl-1{width:calc(33% - 25px);margin-right:25px}
.n-box .flex2 .f55{width:50%}
.n-box .flex2 .f55.rt{padding:0 0 0 20px;padding-right:0}
.n-box .flex2 .fff{background:#fff;padding:36px 40px;word-wrap:break-word;word-break:break-word}
.n-box .flex2 .fff p{word-wrap:break-word!important;word-break:break-word!important}
.n-box .flex2 .h444{height:444px}
.n-box .flex2 .fff u,.n-box .flex2 .fff a u,.n-box .flex2 .fff a span{text-decoration:none;font-size:18px;color:#25a089}
.n-box .flex2 .fff u a:hover::after,.n-box .flex2 .fff a u:hover::after{margin-left:12px}
.n-box .flex2 .fff u a::after,.n-box .flex2 .fff a u::after,.n-box .flex2 .fff a span::after{background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 17.055' height='18.192' width='32'%3e%3cpath d='M27.246 8.528H0m19.551-7.155l7.695 7.155-7.695 7.154' fill='none' stroke='%23E3000F' stroke-width='3.75'/%3e%3c/svg%3e") no-repeat 50% 50%;background-size:100%;width:32px;height:18px;margin-left:8px;content:'';display:inline-block;width:18px;height:15px;transform:translateY(1px);transition:transform .4s ease-out;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;position:relative;opacity:1;top:auto;left:auto;bottom:auto;right:auto}
.n-box .flex2 .fff.h100-2{height:242px}
.n-box .flex2 .fff.h100-3{height:175px}
.n-box .flex2 .fff.h100-3 .h2{margin-bottom:15px}
.n-box .flex2 .blue.h100-2{height:200px}
.flex2.js-321 .f33.block{display:block}
.n-box .flex2 .fff.h100{height:100%}
.n-box .flex2 .fff.w400{width:400px}
.n-box .flex2 .img{height:100%;display:block}
.n-box .flex2 img{width:100%;display:block}
.news-body .rt-n .fff img{max-width:100%;height:auto!important}
.n-box .flex2 img.h520{height:520px}
.n-box .flex2 img.h240{height:240px}
.flex2 .f55-2 a{display:block}
.n-box .flex2 .f55-2 .img{display:block;width:50%;float:left;height:200px;overflow:hidden}
.n-box .flex2 .f55-2 .img img{width:auto}
.n-box .flex2 .f55-2 .rt,.n-box .flex2 .f55-2 .fl{width:50%;height:200px}
.n-box .flex2 .f55-2.h100-4 .img,.n-box .flex2 .f55-2.h100-4 .pad{height:242px}
.n-box .flex2 img.w270{width:270px}
.h100{height:100%}
.n-box .flex2 .li2 img{height:405px;width:auto}
.n-box  .ul h3{color:#25a089;font-size:20px;padding-top:20px}
.red-ul li{display:block;margin-bottom:6px;padding-left:12px;position:relative;font-size:16px}
.about211 .red-ul li{color:#25a089}
.about211 .red-ul.blue2 li{color:#001d3d}
.red-ul .pad-l{padding-left:15px}
.red-ul li::before{content:'-';color:#25a089;position:absolute;left:0;top:-2px}
.n-box .flex2 .f66{width:66.66666%;padding:40px 20px;border: 1px solid #eee;background: #f7f7f7;}
.n-box .flex2 .f66.rt p{padding-bottom:10px}
.n-box .flex2 .f66.pad0{padding:0;padding-right:25px}
.n-box .flex2 .f66.pad00{padding-right:0px}
.n-box .flex2 .f66.marr25{margin-right:25px;width:calc(66.66666% - 25px)}
.n-box .flex2.f63 .f66{padding:0;padding-right:25px}
.n-box h2{margin-bottom:14px;color:#fb5700;font-size:32px}
.n-box h2.blue2{color:#001d3d}
.n-box h2.blue3,.n-box .flex2 .f33 h2.blue3{color:#25a089}
.n-box h3{color:#fb5700;margin-bottom:6px;font-size:20px;line-height:1.3}
.n-box .flex2 .fff p{color:#333}
.n-box .flex2 .fff p em{color:#25a089}
.n-box .flex2 .fff.pad-teshu{padding:25px 40px 35px}
.n-box .flex2 .fff strong{color:#001d3d}
.n-box .flex2 p{line-height:1.7;font-size:16px}
.blue{color:#333;}
.marb30{margin-bottom:35px}
.parb30{padding-bottom:30px}
.marb-30 .f33{margin-bottom:30px}
.n-box .flex2.mar .f33{height:405px;width:33.33333%;padding-right:0px}
.n-box .flex2.mar .f33 .li1a{padding-right:0}
div.n-box .flex2 .f33.li2a a{padding:0;margin-right:25px}
div.n-box .flex2.mar .f33.li1a .fff{margin-right:25px}
.n-box .flex2 .f33.li1 .fff{margin-left:0;height:100%}
.n-box .flex2 .f33.li3 .pad{margin-right:0}
.n-box .flex2 .f33 p{color:#001d3d;margin-bottom:15px}
.n-box .flex2 .f33 h2{font-size:26px;color: #333;}
.n-box .flex2.flex8 .f33 h2{line-height:1.4;margin-bottom:5px}
.n-box .flex2.flex8 .f33 strong{line-height:1.4;display:block}
.n-box .flex2.js-43 .f33 h2{font-size:28px;font-weight:500}
.n-box .flex2 .f33 .fff,.n-box .flex2 .f33 .pad{padding:30px 40px;}
.n-box .flex2.b3 .f33 .fff,.n-box .flex2.b3 .f33 .pad{height:100%}
.n-box .flex2 .f33.li1 .fff{margin-right:0px}
.n-box .flex1.pad{padding:35px 40px;display:flex;background:#fff}
.n-box .flex2 .f33 .blue{background:#001d3d;height:100%}


.n-box .flex2 .blue h2 i{font-size:16px;padding-left:10px}
.n-box .flex2 h4{margin-bottom:14px;color:#25a089;font-size:36px}
.n-box .flex2 .f33.li3{margin:0;padding-right:0}
.n-box .flex2 .f33.li2 a{padding:0 25px;display:block;overflow:hidden}
.flex2.js-312 .f33{margin-bottom:35px}
.flex2.js-321 .f33{display:grid}


.f33.min-150{min-height:350px;line-height:350px}
.flex2.js-321 .f33.blue.min-150 a{background:#001d3d}
.flex2.js-321 .f33:last-child{padding-right:0}
.flex2.js-321 .f33 a{display:block;height:100%;position:relative;background: #f7f7f7;border: 1px solid #ececec;}
.flex2.js-321 .f33.ab-zhiye a{background:none}
.flex2.js-321 .f33.ab-zhiye span a:after{right:auto;opacity:1;left:130px;top:7px}
.f55 .f-a{display:block;position:relative}

.f55-2 .f-a2::after{bottom:-20px;right:0}
.n-box .flex2 .f66.marr25 a{position:relative;display:block}
.flex2.js-321 .f33 a:hover:after,.f-a:hover:after,.f55-2 .f-a2:hover::after,.n-box .flex2 .f66.marr25 a:hover:after{opacity:1;transform:translateX(0px)}
.flex2.js-321 .f33 li a:after{display:none}
.flex2.js-321 .f33 a.red-a{height:auto}
.n-box .flex2 .f66.padr0{padding-right:0;padding:0}