.layout{/*max-width: 1600px;*/ width: 1500px; margin: 0 auto;}
img{max-width: 100%;}
.clearfix:before,.clearfix:after{content: ""; display: table}.clearfix{zoom: 1;}
.clearfix:after{content: ""; clear: both; height: 0; visibility: hidden; display: block;}

/*header*/
#wrapper{width: 100%; position: relative; overflow-x: hidden;}
.header{width: 100%; background-color: #fff; position: absolute; position: relative; left: 0; top: 0; z-index: 1000;}
.header.fixed{box-shadow:0 3px 6px 0 rgba(0, 0, 0, 0.1);}
.welcomeBox{width: 100%; height: 40px; line-height: 40px; background-color: #050822; font-size: 14px; color: #fff;}
.welcomeBox a{color: #fff;}
.welcomeBox .wel{float: left;}
.welcomeBox .link{float: right;}
.logoBox{width: 100%; height: 110px; padding-top: 25px; background-image: url(../images/headerBg.jpg); background-position: 0 center; background-size: cover; background-repeat: no-repeat;}
.logo{width: 250px; float: left;}
.logo a{display: block;}
.logo img{max-width: 100%; display: block;}
.slogan{float: left; padding-left: 15px; margin-left: 15px; border-left: 1px solid #fff; height: 62px; display: flex; align-items: center;}
.slogan h2{font-size: 20px; font-weight: bold; color: #fff; line-height: 1;}
.tel{float: right;}
.tel ul{display: flex;}
.tel ul li{margin-left: 24px; padding-left: 48px; background-image: url(../images/tel.png); background-position: 0 center; background-repeat: no-repeat;}
.tel p{font-size: 14px; color: #fff;}
.tel span{font-family: 'EngraversMT'; font-size: 26px; font-weight: bold; color: #fff;}
.navBox{width: 100%; height: 60px; background-color: #050822;}
.navBox.fixed{position: fixed; left: 0; top: 0; -webkit-animation:slidedown 0.5s; animation:slidedown 0.5s;}
.nav ul{font-size: 0;-webkit-text-size-adjust: none;}
.nav ul li{width: 11.111%; padding: 15px 0; display: inline-block;_display: inline;zoom: 1; position: relative;}
.nav ul li:nth-child(4){/* display:none; */}
.nav ul li::before{content: ""; width: 1px; height: 10px; background-color: #3a425c; position: absolute; left: 0; top: 50%; margin-top: -5px;}
.nav ul li:last-child::after{content: ""; width: 1px; height: 10px; background-color: #3a425c; position: absolute; right: 0; top: 50%; margin-top: -5px;}
.nav ul li .bt{display: block; font-size: 16px; color: #fff; margin: 0 18px; height: 30px; line-height: 30px; border-radius: 25px; overflow: hidden; text-align: center; position: relative; z-index: 1;}
.nav ul li .bt:after{content:""; display: block; width: 100%; height: 100%; background-color: #fff; position: absolute; left: 0; bottom: 0; z-index: -1; transform-origin: 100%; -webkit-transform-origin: 100%; -webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .3s cubic-bezier(.4,0,.2,1); transition:transform .3s cubic-bezier(.4,0,.2,1); transition:transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1); transform: scaleX(0); -webkit-transform: scaleX(0); visibility: hidden\9;}
.nav ul li:hover .bt:after,.nav ul li.on .bt:after{transform: scaleX(1); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); transform-origin: 0; -webkit-transform-origin: 0; visibility: visible\9;}
.gl .bt:after{transform: scaleX(1)!important;-webkit-transform: scaleX(1)!important;-moz-transform: scaleX(1)!important;transform-origin: 0!important;-webkit-transform-origin: 0!important;visibility: visible\9;}
.gl .bt{color: #000!important;}

.nav ul li:hover .bt,.nav ul li.on .bt{color: #000;}
.nav ul li .nav-body{transform-origin: 50% 0%; transform: perspective(1920px) rotateX(-80deg); opacity:0; transition: all .3s 0s; visibility: hidden;}
.nav ul li:hover .nav-body,.nav ul li.active .nav-body{opacity: 1; visibility: visible; z-index: 10; transition: all .5s 0s; transform: perspective(0px) rotateX(0deg); -webkit-transform: rotateX(0deg);}
.nav-body{width: 100%; background-color: #f7f7f7; border-top: 1px solid #ddd; text-align: center; padding: 20px 0; position: absolute; left: 0; top: 60px; z-index: 5; -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.07);box-shadow: 0 5px 5px rgba(0,0,0,.07);}
.nav-body a{display: inline-block; padding: 10px 15px; margin: 0 5px; text-align: center; font-size: 16px; color: #333;}
.nav-body a:hover{background-color: rgba(240,133,25,.1); color: #333;}
.btn-m-list{width: 55px; height: 50px; position: absolute; right: 0; top: 5px; z-index: 1020; display: none; cursor: pointer; transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1); -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1); -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);}
.trans, .trans:hover{-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; transition:all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; -ms-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
.trans-fast, .trans-fast:hover{-webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out;}
.btn-m-list .burger{width: 17px; height: 3px; background-color: #fff; display: block; position: absolute; z-index: 5; top: 16px; left: 50%; margin: 0 0 0 -10px; transform-origin: center; -webkit-transform-origin: center; -moz-transform-origin: center; -o-transform-origin: center; -ms-transform-origin: center; }
.btn-m-list .burger-2{top: 25px; width: 25px;}
.btn-m-list .burger-3{top: 33px; width: 21px;}
.btn-m-list.on .burger-1{top: 25px; width: 21px; -moz-transform: rotate(225deg); -webkit-transform: rotate(225deg); -o-transform: rotate(225deg); -ms-transform: rotate(225deg);transform: rotate(225deg);}
.btn-m-list.on .burger-2{top: 25px; width: 21px; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); filter: alpha(opacity=0); opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -webkit-opacity: 0; left: 100%;}
.btn-m-list.on .burger-3{top: 25px; width: 21px; -moz-transform: rotate(-225deg); -webkit-transform: rotate(-225deg); -o-transform: rotate(-225deg); -ms-transform: rotate(-225deg); transform: rotate(-225deg);}
.mask{width: 100%; height: 100%; position: fixed; _position: absolute; top: 0; left: 0; z-index: 2000; display: none; background-color: rgba(0,0,0,.7);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000);}
.mob-nav{width: 264px; height: 100%; position: fixed; _position: absolute; top: 0; left: -100%; visibility: hidden; overflow-y: auto; background-color: #444; z-index: 3000; -webkit-transition: all .4s ease; transition: all .4s ease; -webkit-box-shadow: -10px 0 100px 10px rgba(0, 0, 0, 0.7);box-shadow: -10px 0 100px 10px rgba(0, 0, 0, 0.7);}
.mob-nav.on{visibility: visible; left: 0;}
.mob-nav .neirong-close{width: 24px; height: 24px; display: block; background-image: url(../images/nav-close.svg); background-position: center; background-size: 24px auto; background-repeat: no-repeat; position: absolute; top: 10px; right: 10px; font-size: 0; visibility: hidden;}
.mob-nav.on .neirong-close{visibility: visible;}
.mob-nav .subtab{padding-top: 60px;}
.mob-nav .subtab>li{border-bottom: 1px solid #333; position: relative; transform: translateX(0rem); transition: 0.5s;}
.mob-nav .subtab>li:nth-child(1) .tlink{transition-delay: 150ms;}
.mob-nav .subtab>li:nth-child(2) .tlink{transition-delay: 250ms;}
.mob-nav .subtab>li:nth-child(3) .tlink{transition-delay: 350ms;}
.mob-nav .subtab>li:nth-child(4) .tlink{transition-delay: 450ms;}
.mob-nav .subtab>li:nth-child(5) .tlink{transition-delay: 550ms;}
.mob-nav .subtab>li:nth-child(6) .tlink{transition-delay: 650ms;}
.mob-nav .subtab>li:nth-child(7) .tlink{transition-delay: 750ms;}
.mob-nav .subtab>li:nth-child(8) .tlink{transition-delay: 850ms;}
.mob-nav .subtab>li:nth-child(9) .tlink{transition-delay: 950ms;}
.mob-nav .subtab>li:nth-child(10) .tlink{transition-delay: 1050ms;}
.mob-nav.on .subtab>li{transform: translateX(0px);}
.mob-nav .subtab li .tlink{display: block; padding: 12px 20px; font-size: 16px; color: #fff; background-color: #8c8c8c; position: relative;}
.mob-nav .subtab li.on .tlink{color: #f08519;}
.mob-nav .subtab li .subbtn:after{content: ""; display: block; width: 10px; height: 10px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(45deg); position: absolute; right: 15px; top: 50%; margin-top: -6px; -webkit-transition: all 0.4s ease;transition: all 0.4s ease;}
.mob-nav .subtab li.on .subbtn:after{-webkit-transform: rotate(223deg);transform: rotate(223deg);}
.mob-nav .subtab li .submenu{width: 100%; padding: 0 0 15px 0; background-color: #444; overflow: hidden; display: none;}
.mob-nav .subtab li .submenu a{display: block; margin-left: 20px; padding: 10px; font-size: 16px; color: #fff;}
.mob-nav .subtab li .subbtn1:after{content: ""; display: block; width: 6px; height: 6px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(45deg); position: absolute; right: 15px; top: 50%; margin-top: -6px; -webkit-transition: all 0.4s ease;transition: all 0.4s ease;}
.mob-nav .subtab li .on .subbtn1:after{-webkit-transform: rotate(223deg);transform: rotate(223deg);}
.mob-nav .subtab li .mlink{display: block; padding: 10px; font-size: 14px; color: #8c8c8c; position: relative;}
.mob-nav .subtab li .menuer{width: 100%; overflow: hidden; display: none;}
.mob-nav .subtab li .menuer a{display: block; padding: 10px; margin-left: 35px; font-size: 14px; color: #fff;}
.mob-nav .subtab li .tlink{
    background: rgba(33,33,33,0.8);
    -webkit-transform-origin: -100% 0%;
    -moz-transform-origin: -100% 0%;
    -o-transform-origin: -100% 0%;
    -ms-transform-origin: -100% 0%;
    transform-origin: -100% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(800px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.mob-nav.on .subtab li .tlink{
    background: rgba(68,68,68,1);
    -webkit-transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(800px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

/* Slider */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;}
.slick-list{position:relative;z-index:1;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-track,.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);}
.slick-track{position:relative;top:0;left:0;display: block;}
.slick-track:before,.slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide img{display:block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}
.x-banner .pimg{max-width: 100%; display: block;}
.x-banner .pcimg{width: 100%;}
.x-banner .moimg{width: 100%; display: none;}
.x-banner .banner-item a {display: block;}
.x-banner .pagination{width: 100%; text-align: center; position: absolute; left: 0; bottom: 20px; z-index: 10;}
.x-banner .pagination .swiper-pagination-bullet{width: 10px; height: 10px; background-color: #fff; opacity: 1; border: none; border-radius: 50%; font-size: 0; cursor: pointer; display: inline-block;_display: inline;zoom: 1; margin: 0 5px;}
.x-banner .pagination .swiper-pagination-bullet-active{background-color: #d3af7a;}
.x-banner .swiper-button-prev{font-size: 0;}
.x-banner .swiper-button-next{font-size: 0;}
.x-banner .pimg{width: 100%; display: block; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.x-banner .active .pimg{visibility: visible !important; -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);}
@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1.08); transform: scale(1.08); }
    to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.08); transform: scale(1.08); }
    to { opacity: 1; -webkit-transform: scale(1); transform: scale(1);  }
}
@keyframes slidedown{
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/*index*/
.contain{width: 100%; padding-top: 0;}
.indexs .contain{padding-top: 0;}
.sectionBox{width: 100%;  padding: 40px 0;}
.section01{background-color: #fff; background-image: url(../images/section01.jpg); background-position: center 0; background-size: cover; background-repeat: no-repeat;}
.index-title{max-width: 890px; margin: 0 auto; text-align: center;}
.index-title .h2{font-size: 40px; color: #fff;}
.index-title .tn{font-family: 'MontserratRegular'; font-size: 16px; color: #fff;}
.index-title .pn{font-size: 15px; color: #fff; margin-top: 20px;}
.section01 .index-title .h2{color: #fff;}
.section01 .index-title .tn{color: #fff;}
.section01 .index-title .pn{color: #fff;}
.index-history{width: 100%; margin-top: 80px; position: relative; z-index: 1;}
.index-history:after{content: ""; height: 1px; position: absolute; left: 0; top: 193px; right: 0; z-index: -1;}
.index-history .box{display: block; width: 100%; height: 100%; display: block; cursor: default; text-align: center; position: relative;}
.index-history .swiper-slide:nth-child(even) .box{display: flex; flex-direction: column-reverse;}
.index-history .year{padding-bottom: 40px; height: 200px; position: relative;}
.index-history .year:after{content: ""; width: 12px; height: 12px; border-radius: 50%; background-color: #fff; position: absolute; left: 50%; bottom: 0; margin-left: -6px;}
.index-history .swiper-slide:nth-child(even) .year{padding-top: 40px; padding-bottom: 0;}
.index-history .swiper-slide:nth-child(even) .year:after{top: 0; bottom: auto;}
.index-history .icon {width: 90px; height: 90px; display: block; margin: 0 auto; border-radius: 50%; background-color: #fff; overflow: hidden;}
.index-history .yea{font-family: 'MontserratRegular'; font-size: 50px; color: #fff; line-height: 1; margin-top: 20px;}
.index-history .cont{height: 187px; padding-top: 20px;}
.index-history .h2{font-size: 18px; font-weight: bold; color: #fff;}
.index-history .summary{font-size: 14px; color: #fff; opacity: .7; margin-top: 20px; height: 84px;}
.index-history .pagination{text-align: center; display: none;}
.index-history .swiper-button-prev{font-family: simsun;font-size: 50px;font-weight: bold;color: #fff;text-align: center;line-height: 44px;background: none;left: -35px;margin-top: -23px;opacity: 1;z-index: 10;}
.index-history .swiper-button-next{font-family: simsun;font-size: 50px;font-weight: bold;color: #fff;text-align: center;line-height: 44px;background: none;right: -35px;margin-top: -23px;opacity: 1;z-index: 10;}

@media only screen and (min-width: 769px){
    .index-history .swiper-slide:nth-child(even) .year{display: flex;flex-direction: column-reverse;}
.index-history .swiper-slide:nth-child(even) .year .yea{margin-top:0px;margin-bottom: 20px;}
}



.section02{}
.index-advantage{width: 100%; margin-top: 80px;}
.index-advantage ul li{width: 25%; float: left;}
.index-advantage ul li .box{display: block; overflow: hidden; background-color: #2d363d; cursor: default;}
.index-advantage ul li:nth-child(1) .box{background-color: #2d363d;}
.index-advantage ul li:nth-child(2) .box{background-color: #735f61;}
.index-advantage ul li:nth-child(3) .box{background-color: #4f6a7f;}
.index-advantage ul li:nth-child(4) .box{background-color: #1f191b;}
.index-advantage ul li .pic{width: 100%; /*height: 370px;*/ padding-bottom: 92.5%; overflow: hidden; position: relative;}
.index-advantage ul li .pic img{max-width: 100%; max-height: 100%; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; margin: auto; -moz-transition: all 0.6s ease;-webkit-transition: all 0.6s ease;-o-transition: all 0.6s ease;-ms-transition: all 0.6s ease;transition: all 0.6s ease;}
.index-advantage ul li .box:hover .pic img{transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); -webkit-transform: scale(1.05);}
.index-advantage ul li .tmain{padding: 30px 20px;}
.index-advantage ul li .h2{font-size: 18px; color: #fff;}
.index-advantage ul li .summary{font-size: 14px; color: #fff; opacity: .4; margin-top: 10px; height: 63px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.section03{width: 100%;position: relative;z-index: 1;padding: 60px 0;}
.section03:after{content: "";position: absolute;left: 0;top: 0;bottom: 0;right: 150px;right: 0;z-index: -1;background-image: url(../images/section03.jpg);background-position: center 0;background-size: cover;background-repeat: no-repeat;}
.section03 .index-title{text-align: center;}
.section03 .index-title .h2{color: #fff;}
.section03 .index-title .tn{color: #fff;}
.section03 .index-title .pn{color: #fff;opacity: .4;text-align: center;}
.section03 .spot{margin: 40px 0;display: block;display: none;}
.section03 .standard{margin-top: 80px;display: block;display: none;}
.index-standard{width: 100%;float: left;padding-right: 100px;padding-right: 0;}
.index-certificate{width: 100%;float: left;padding-right: 0;padding-top: 20px;}
.certificate-list .box{display: block; cursor: default;}
.certificate-list .pic{width: 100%; /*height: 390px;*/ padding-bottom: 141.3%; overflow: hidden; position: relative;}
.certificate-list .pic img{max-width: 100%; max-height: 100%; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; margin: auto; -moz-transition: all 0.6s ease;-webkit-transition: all 0.6s ease;-o-transition: all 0.6s ease;-ms-transition: all 0.6s ease;transition: all 0.6s ease;}
.certificate-list .box:hover .pic img{transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); -webkit-transform: scale(1.05);}
.certificate-list .tit{padding: 0 15px; margin-top: 15px; font-size: 15px; color: #fff; text-align: center;}
.certificate-list .pagination{text-align: center; margin-top: 20px;}
.certificate-list .swiper-pagination-bullet{width: 10px; height: 10px; background-color: #fff; opacity: 1; border: none; border-radius: 50%; font-size: 0; cursor: pointer; display: inline-block;_display: inline;zoom: 1; margin: 0 5px;}
.certificate-list .swiper-pagination-bullet-active{background-color: #d3af7a;}
.certificate-list .swiper-button-prev{font-family: simsun; font-size: 20px; font-weight: bold; color: #fff; text-align: center; line-height: 44px; background: none; left: -35px; margin-top: -23px; opacity: 1; z-index: 10;}
.certificate-list .swiper-button-next{font-family: simsun; font-size: 20px; font-weight: bold; color: #fff; text-align: center; line-height: 44px; background: none; right: -35px; margin-top: -23px; opacity: 1; z-index: 10;}
.section04{}
.index-pro{width: 100%; margin-top: 80px;}
.index-pro ul{margin: 0 -10px;}
.index-pro ul li{width: 25%; float: left; padding: 0 10px 20px;}
.index-pro ul li .box{display: block;}
.index-pro ul li .pic{width: 100%; /*height: 250px;*/ padding-bottom: 86%; overflow: hidden; position: relative;}
.index-pro ul li .pic img{max-width: 100%;  display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; margin: auto; -moz-transition: all 0.6s ease;-webkit-transition: all 0.6s ease;-o-transition: all 0.6s ease;-ms-transition: all 0.6s ease;transition: all 0.6s ease;}
.index-pro ul li .box:hover .pic img{transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); -webkit-transform: scale(1.05);}
.index-pro ul li .tit{padding: 19px 15px; font-size: 15px; color: #fff; text-align: center;background: #00000047;}
.section05{}
.section06{background-color: #e7e7e7; background-image: url(../images/section06.jpg); background-position: center 0; background-size: cover; background-repeat: no-repeat;}
.index-guarantee{width: 35%; float: left; padding-right: 100px; padding-right: 5.2083vw;}
.index-guarantee .h2{font-size: 36px; font-size: 1.875vw; font-weight: bold; color: #333; lighting-color: 1;}
.index-guarantee .h3{font-size: 60px; font-size: 3.125vw; font-weight: bold; color: #006db7; lighting-color: 1; margin-top: 10px;}
.index-guarantee .more{display: inline-block; min-width: 170px; height: 50px; line-height: 50px; font-size: 16px; color: #fff; text-align: center; margin-top: 20px; padding: 0 10px; background-color: #2e3448;}
.index-guarantee .more span{display: inline-block; padding-right: 34px; background-image: url(../images/more.png); background-position: right center; background-repeat: no-repeat;}
.index-guarantee .more:hover{background-color: #006db7;}
.index-merit{width: 65%; float: left;}
.index-merit ul{margin: -30px -30px 0 -30px;}
.index-merit ul li{width: 33.333%; float: left; padding: 30px; position: relative;}
.index-merit ul li:before{content: ""; width: 1px; background-color: #cacaca; position: absolute; top: 30px; right: 0; bottom: 30px;}
.index-merit ul li:nth-child(3n):before{display: none;}
.index-merit ul li .box{display: block; width: 100%; height: 400px; border-radius: 90px 0 0 0; overflow: hidden; position: relative; z-index: 1;}
.index-merit ul li .box:after{content: ""; background-color: #2e3448; opacity: 0; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1;}
.index-merit ul li .bg{width: 100%; height: 100%; background-image: url(../images/meritBg1.jpg); background-size: cover; background-repeat: no-repeat; position: absolute; left: 0; top: 0; z-index: -2; opacity: 0; transition: all 0.6s ease;}
.index-merit ul li .cont{padding: 75px 25px 20px 25px;}
.index-merit ul li .icon{width: 57px; height: 57px; display: block; position: relative;}
.index-merit ul li .icon img{width: 100%; height: 100%;}
.index-merit ul li .t1{display: block;}
.index-merit ul li .t2{display: none;}
.index-merit ul li .h2{font-size: 28px; font-size: 1.4583vw; font-weight: bold; color: #000; margin-top: 10px;}
.index-merit ul li .summary{font-size: 14px; color: #333; margin-top: 10px; height: 84px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.index-merit ul li .num{width: 56px; height: 88px; line-height: 135px; padding-right: 5px; font-family: 'MontserratRegular'; font-size: 30px; font-weight: bold; color: #fff; background-image: url(../images/meritNum.png); background-size: cover; background-repeat: no-repeat; text-align: right; position: absolute; right: 0; bottom: 0; opacity: 0; transition: all 0.6s ease;}
.index-merit ul li .box:hover .bg,.index-merit ul li .box:hover .num{opacity: 1;}
.index-merit ul li .box:hover .t1{display: none;}
.index-merit ul li .box:hover .t2{display: block;}
.index-merit ul li .box:hover .h2{color: #fff;}
.index-merit ul li .box:hover .summary{color: #a3bfdd;}
.index-merit ul li .box:hover:after{opacity: .5;}
.section07{}
.index-tab{width: 100%; margin-top: 80px; text-align: center;}
.index-tab ul{font-size: 0;-webkit-text-size-adjust: none;}
.index-tab ul li{display: inline-block;_display: inline;zoom: 1; margin: 0 8px; margin-top: 5px;}
.index-tab ul li a{display: block; min-width: 145px; height: 45px; line-height: 45px; font-size: 16px; color: #fff; padding: 0 10px; background-color: #0000004d; border-radius: 25px;}
.index-tab ul li:hover a{background-color: #2e3448; color: #fff;}
.index-case{width: 100%; margin-top: 40px;}
.index-case ul{margin: 0 -10px;}
.index-case ul li{width: 42.55%; float: left; padding: 10px;}
.index-case ul li .pic{width: 100%; /*height: 331px;*/ padding-bottom: 49.5%; background-color: #000; overflow: hidden; position: relative;}
.index-case ul li .pic img{min-width: 100%;min-height: 100%;display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 1;margin: auto;-moz-transition: all 0.6s ease;-webkit-transition: all 0.6s ease;-o-transition: all 0.6s ease;-ms-transition: all 0.6s ease;transition: all 0.6s ease;}
.index-case ul li .box:hover .pic img{transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); -webkit-transform: scale(1.05);}
.index-case ul li .pic:before{content: ""; position: absolute; left: 20px; right: 20px; top: 20px; bottom: 20px; z-index: 20; border: 1px solid #fff; transform: scale(2); opacity: 0; transition:all 0.25s ease-out;}
.index-case ul li .pic:hover:before{opacity: 1; transform: scale(1);}
.index-case ul li:nth-child(1){width: 57.45%;}
.index-case ul li:nth-child(1) .pic{padding-bottom: 75%;}
.index-load{width: 100%; margin-top: 40px; text-align: center;}
.index-load a{display: inline-block; min-width: 170px; height: 50px; line-height: 50px; font-size: 16px; color: #fff; text-align: center; padding: 0 10px; background-color: #2e3448;}
.index-load a span{display: inline-block; padding-right: 34px; background-image: url(../images/more.png); background-position: right center; background-repeat: no-repeat;}
.index-load a:hover{background-color: #006db7;}
.index-nwTitle{width: 100%;  padding: 25px; background-color: #0000004d;margin-top: 80px; display: flex; align-items: center; justify-content: space-between;}
.index-nwTitle .index-title{text-align: left; margin: 0;}
.news-tab ul{font-size: 0;-webkit-text-size-adjust: none;}
.news-tab ul li{display: inline-block;_display: inline;zoom: 1;}
.news-tab ul li a{display: block; border: 1px solid #5d5d5d91;width: 130px; height: 44px; line-height: 40px; font-size: 16px; color: #fff; text-align: center;}
.news-tab ul li:hover a{border-color: #2e3448; color: #2e3448;}
.index-news{width: 100%; margin-top: 40px;}
.index-news .pic{width: 800px; height: 458px; width: 50%; float: left; overflow: hidden; position: relative;}
.index-news .pic img{max-width: 100%; max-height: 100%; width: 100%; height: 100%; object-fit: cover; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; margin: auto; -moz-transition: all 0.6s ease;-webkit-transition: all 0.6s ease;-o-transition: all 0.6s ease;-ms-transition: all 0.6s ease;transition: all 0.6s ease;}
.index-news .pic:hover img{transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); -webkit-transform: scale(1.05);}
.index-news .tit{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 10; padding: 0 20px 20px 20px; display: flex; align-items: center; justify-content: space-between;}
.index-news .h3{font-size: 20px; font-weight: bold; color: #fff; width: 70%;}
.index-news .more{font-size: 16px; color: #fff; padding-right: 34px; background-image: url(../images/more.png); background-position: right center; background-repeat: no-repeat;}
.innews-list{width: 47%; float: right;}
.innews-list li:nth-child(1){display:none;}
.innews-list ul li{padding: 34px 0; border-bottom: 1px solid #ddd;}
.innews-list ul li .box{display: block; padding-right: 160px; position: relative;}
.innews-list ul li .h2{font-size: 20px; font-weight: bold; color: #fff;}
.innews-list ul li .box:hover .h2{color: #006db7;}
.innews-list ul li .summary{font-size: 15px; color: #fff; margin-top: 10px; height: 44px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.innews-list ul li .time{position: absolute; right: 0; top: 0; font-family: 'MontserratRegular'; font-size: 14px; color: #fff; text-align: center;}
.innews-list ul li .time span{font-size: 36px; font-weight: bold; display: block;}

/*footer*/
.footer{width: 100%; background-color: #0000004d;}
.footer .foot-info{width: 100%; padding: 60px 0; position: relative; z-index: 1;}
.footer .foot-nav{width: 1020px; width: 63.8%; float: left;}
.footer .foot-nav ul{display: flex; justify-content: space-between; overflow: hidden;}
.footer .foot-nav ul li{width: 20%;}
.footer .foot-nav ul li .h3{font-size: 18px; color: #f9f9f9; position: relative;}
.footer .foot-nav ul li .h3:after{content: ""; width: 60px; height: 1px; background-color: #444; display: block; margin-top: 15px;}
.footer .foot-nav ul li .more{position: absolute; right: 0; top: 8px; z-index: 10; font-size: 16px; color: #f9f9f9; display: none;}
.footer .foot-nav ul li p{margin-top: 15px;}
.footer .foot-nav ul li a{font-size: 14px; color: #ccc;}
.footer .foot-nav ul li a:hover{color: #006db7;}
.footer .foot-text{width: 376px; width: 23.5%; float: left; padding-left: 60px; padding-left: 3.125vw; padding-right: 20px; position: relative;}
.footer .foot-text:before,.footer .foot-text:after{content: ""; width: 1px; height: 230px; background-color: #444; position: absolute; left: 0; top: 0;}
.footer .foot-text:after{left: auto; right: 0;}
.footer .foot-text .h3{font-size: 18px; color: #f9f9f9; position: relative;}
.footer .foot-text .h3:after{content: ""; width: 60px; height: 1px; background-color: #4b4b4b; display: block; margin-top: 15px;}
.footer .foot-text p{font-size: 14px; color: #ccc; position: relative; margin-top: 10px; padding-left: 26px;}
.footer .foot-text .icon{position: absolute; left: 0; top: 4px; width: 14px;}
.footer .foot-text a{color: #ccc;}
.footer .foot-ewm{width: 130px; float: right;}
.footer .foot-ewm ul{display: flex; justify-content: space-between;}
.footer .foot-ewm ul li{width: 130px; text-align: center;}
.footer .foot-ewm p{font-size: 14px; color: #ccc; margin-top: 5px;}
.footer .foot-copy{width: 100%; font-size: 14px; color: #ccc; padding: 35px 0; border-top: 1px solid #444;}
.footer .foot-copy .fl{width: 68%; float: left;}
.footer .foot-copy .fr{width: 32%; float: right; text-align: right;}
.footer .foot-copy a{color: #ccc;}
.footer .foot-copy a:hover{color: #006db7;}

/*Mobile Css*/
@media screen and (min-width: 1200px) and (max-width: 1519px){
	.layout{ width: 1180px; }
	.nav ul li .bt{margin: 0 10px; font-size: 15px;}
	.index-title .h2{font-size: 30px;}
	.index-certificate{padding-right: 50px;}
	.index-tab ul li{margin-left: 4px; margin-right: 4px;}
	.index-tab ul li a{min-width: 110px; height: 40px; line-height: 40px; font-size: 14px;}
	.index-merit ul li .h2{font-size: 18px;}
	.footer .foot-text{padding-left: 30px;}
	.footer .foot-ewm,.footer .foot-ewm ul li{width: 100px;}
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .layout { width: 750px; }

	.contain,.indexs .contain{padding-top: 0;}
	.header .layout{width: 90%;}
	.welcomeBox{font-size: 12px;}
	.welcomeBox .wel{display: block;}
	.logoBox{height: 90px;}
    .logo{width: 170px;}
	.slogan{height: 42px;}
	.slogan h2{font-size: 16px;}
	.slogan span{font-size: 12px;}
	.tel p{font-size: 12px;}
	.tel span{font-size: 16px;}
	.nav ul li .bt{font-size: 12px; margin: 0 5px;}
	.x-banner .pagination{bottom: 20px;}
	.sectionBox{padding-top: 60px; padding-bottom: 60px;}
	.index-title .h2{font-size: 26px;}
	.index-title .pn{font-size: 14px;}
	.index-history{margin-top: 40px;}
	.index-history .icon{width: 60px; height: 60px;}
	.index-history .yea{font-size: 30px;}
	.index-advantage{margin-top: 40px;}
	.index-advantage ul li .tmain{padding: 20px;}
	.index-advantage ul li .h2{font-size: 16px;}
	.index-advantage ul li .summary{font-size: 12px; height: 108px; -webkit-line-clamp: 6;}
	.index-standard{width: 38%; padding-right: 40px;}
	.section03 .spot{width: 20px; margin: 20px 0;}
	.section03 .standard{margin-top: 20px;}
	.index-certificate{width: 62%; padding-right: 0;}
	.index-guarantee .h2{font-size: 18px;}
	.index-guarantee .h3{font-size: 30px;}
	.index-load a,.index-guarantee .more{min-width: 130px; height: 40px; line-height: 40px; font-size: 14px;}
	.index-load a span,.index-guarantee .more span{padding-right: 20px; background-size: 14px auto;}
	.index-merit ul{margin: -10px -10px 0 -10px;}
	.index-merit ul li{padding: 10px;}
	.index-merit ul li .box{height: 290px; border-radius: 30px 0 0 0;}
	.index-merit ul li .cont{padding-top: 30px; padding-left: 15px; padding-right: 15px;}
	.index-merit ul li .icon{width: 30px; height: 30px;}
	.index-merit ul li .summary{font-size: 12px; height: 126px; -webkit-line-clamp: 7;}
	.index-tab{margin-top: 40px;}
	.index-tab ul li{margin-left: 4px; margin-right: 4px;}
	.index-tab ul li a{min-width: 110px; height: 40px; line-height: 40px; font-size: 12px;}
	.news-tab ul li a{width: 100px; font-size: 14px;}
	.index-news .pic{height: 310px;}
	.innews-list ul li{padding: 15px 0;}
	.innews-list ul li .box{padding-right: 70px;}
	.innews-list ul li .h2{font-size: 16px;}
	.innews-list ul li .summary{font-size: 14px; height: 40px;}
	.innews-list ul li .time span{font-size: 30px;}
	.footer .foot-nav{width: 100%;}
	.footer .foot-nav ul li .h3:after{margin-top: 10px;}
	.footer .foot-nav ul li p{margin-top: 6px;}
	.footer .foot-nav ul li a{font-size: 12px;}
	.footer .foot-text{width: 376px; padding-left: 0; margin-top: 20px;}
	.footer .foot-text:before,.footer .foot-text:after{display: none;}
	.footer .foot-ewm{float: right; margin-top: 20px;}
	.footer .foot-ewm p{font-size: 12px;}
	.footer .foot-copy{font-size: 12px;}
}
@media screen and (max-width: 1024px){
	.section03:after{right: 0;}
}
@media screen and (min-width: 320px) and (max-width: 767px){
    .layout { width: 90%; }

    .contain,.indexs .contain{padding-top: 60px;}
	.header{height: 60px; position: fixed;}
	.welcomeBox{display: none;}
	.navBox{display: none;}
	.logoBox{height: 60px; padding-top: 0;    box-shadow: 0 0 10px #fff;}
    .logo{width: 120px; position: absolute; left: 50%; top: 0; margin-left: -130px; margin-top: 15px;}
	.slogan{display: none;}
	.tel{padding-top: 5px;}
	.tel ul{display: block;}
	.tel ul li{background-size: 19px auto; padding-left: 24px; margin-left: 0; margin-top: 5px;}
	.tel p{display: none;}
	.tel span{font-size: 12px;}
	.btn-m-list{display: block; width: 40px; left: 10px; right: auto; top: 5px;}
	.x-banner .swiper-button-prev{display: none;}
	.x-banner .swiper-button-next{display: none;}
	.x-banner .pagination{bottom: 10px;}
    .x-banner .pagination .swiper-pagination-bullet{width: 8px; height: 8px;}
    .x-banner .pcimg{display: none;}
	.x-banner .moimg{display: block;}
	.sectionBox{padding-top: 40px; padding-bottom: 40px;}
	.index-title .h2{font-size: 20px;}
	.index-title .pn{font-size: 12px; margin-top: 10px;}
	.index-history{margin-top: 30px;}
	.index-history .icon{width: 60px; height: 60px;}
	.index-history .yea{font-size: 30px;}
	.index-history .swiper-button-prev{left: -14px;}
	.index-history .swiper-button-next{right: -14px;}
	.index-advantage{margin-top: 20px;}
	.index-advantage ul li{width: 50%;}
	.index-advantage ul li .tmain{padding: 15px;}
	.index-advantage ul li .h2{font-size: 15px; font-weight: bold;}
	.index-advantage ul li .summary{font-size: 12px; height: 108px; -webkit-line-clamp: 6;}
	.section03:after{right: 0;}
	.index-standard{width: 100%; padding-right: 0;}
	.section03 .spot{width: 20px; margin: 20px 0;}
	.section03 .standard{margin-top: 20px;}
	.index-certificate{width: 100%; padding-right: 0; margin-top: 30px;}
	.certificate-list .tit{padding: 0; font-size: 12px;}
	.index-pro{margin-top: 20px;}
	.index-pro ul{margin: 0 -5px;}
	.index-pro ul li{width: 50%; padding: 0 5px 20px;}
	.index-pro ul li .tit{height: 35px; line-height: 35px; font-size: 12px; padding: 0;background: #00000047;}
	.index-guarantee{width: 100%; padding-right: 0;}
	.index-load a,.index-guarantee .more{min-width: 130px; height: 40px; line-height: 40px; font-size: 14px;}
	.index-load a span,.index-guarantee .more span{padding-right: 20px; background-size: 14px auto;}
	.index-merit{width: 100%; margin-top: 20px;}
	.index-merit ul{margin: -5px 0 0 0;}
	.index-merit ul li{padding: 5px 0;}
	.index-merit ul li .box{height: 290px; border-radius: 30px 0 0 0;}
	.index-merit ul li .cont{padding-top: 30px; padding-left: 15px; padding-right: 15px;}
	.index-merit ul li .icon{width: 30px; height: 30px;}
	.index-merit ul li .summary{font-size: 12px; height: 126px; -webkit-line-clamp: 7;}
	.index-tab{margin-top: 15px;}
	.index-tab ul li{width: 33.333%; margin-left: 0; margin-right: 0; padding: 0 2px;}
	.index-tab ul li a{min-width: 10px; height: 35px; line-height: 35px; font-size: 12px; overflow: hidden;}
	.index-case{margin-top: 20px;}
	.index-case ul{margin: 0 -5px;}
	.index-case ul li{width: 50%; padding: 5px;}
	.index-case ul li:nth-child(1){width: 100%;}
	.index-load{margin-top: 20px;}
	.index-nwTitle{margin-top: 40px; padding: 20px 10px; display: block;}
	.index-nwTitle .index-title{text-align: center;}
	.news-tab{margin-top: 20px;}
	.news-tab ul li a{width: 75px; font-size: 14px;}
	.index-news{margin-top: 20px;}
	.index-news .pic{width: 100%; height: 0; padding-bottom: 57%;}
	.index-news .tit{padding: 0 15px 10px 15px; display: block;}
	.index-news .h3{font-size: 16px; width: 100%;}
	.index-news .more{font-size: 12px;}
	.innews-list{width: 100%;}
	.innews-list ul li{padding: 15px 0;}
	.innews-list ul li .box{padding-right: 70px;}
	.innews-list ul li .h2{font-size: 16px;}
	.innews-list ul li .summary{font-size: 14px; height: 41px;}
	.innews-list ul li .time span{font-size: 30px;}
	.footer .foot-info{padding: 30px 0;}
	.footer .foot-nav{width: 100%; border: none; float: none;}
	.footer .foot-nav ul{display: block;}
	.footer .foot-nav ul li{width: 100%; border-bottom: 1px solid #4b4b4b;}
	.footer .foot-nav ul li .h3{font-size: 14px; padding: 10px 0;}
	.footer .foot-nav ul li .h3:after{margin-top: 10px; display: none;}
	.footer .foot-nav ul li .more{display: block;}
	.footer .foot-nav ul li .flist{display: none; padding-bottom: 20px;}
	.footer .foot-nav ul li p{margin: 5px 0;}
	.footer .foot-nav ul li a{font-size: 14px;}
	.footer .foot-text{width: 376px; padding-left: 0; margin-top: 20px;}
	.footer .foot-text:before,.footer .foot-text:after{display: none;}
	.footer .foot-text .h3{display: none;}
	.footer .foot-ewm{width: 84px; margin-top: 20px; float: left;}
	.footer .foot-ewm ul li{width: 84px;}
	.footer .foot-ewm p{font-size: 12px;}
	.footer .foot-copy{font-size: 12px; padding: 20px 0;}
	.footer .foot-copy .fl,.footer .foot-copy .fr{width: 100%; text-align: center;}
}


.joinmsrow{
    width: 40%;
    margin-left: 5%;
    float: left;
}
.zxly{}
.msrs{font-size: 14px;color: #333;line-height: 30px;width: 100%;margin: 15px 0 0;float: left;}
.msrs span{
    color: #ff0000;
    margin-right: 5px;
}
.mz{
    background: url(/template/non/html/img/Name.jpg) no-repeat right bottom #fff;
}
.dh{
    background: url(/template/non/html/img/Phone02.jpg) no-repeat right bottom #fff;
}
.msrs input{display: block;width: 100%;height: 50px;line-height: 30px;padding: 0 17px;border: solid #ddd 1px;border-top: solid #ccc 1px;border-left: solid #ccc 1px;-webkit-border-radius: 4px;-khtml-border-radius: 4px;-rim-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;vertical-align: top;}
.msr1{
    font-size: 14px;
    color: #333;
    line-height: 30px;
    width: 100%;
    margin: 15px 0 0;
    float: left;
    text-align: left;
}
.msr1 span{display:block;}
.msr1 img{
    float: right;
    width: 106px;
}
.msr1 input{
    display: block;
    width: calc((100% - 106px)/1);
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    border: solid #ddd 1px;
    border-top: solid #ccc 1px;
    border-left: solid #ccc 1px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -rim-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}
.msr2{
    width: 100%;
    float: left;
}
.msr2 button{
    width: 100%;
    margin-left: 0;
    height: 50px;
    border: 1px solid #ddd;
    margin-top: 25px;
    cursor: pointer;
    font-size: 16px;
}
.msr2 button:hover{background-color:#e2c083;color:#fff;border: 1px solid #e2c083;}
.beizhu{
    height: 120px!important;
    display: block;
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    border: solid #ddd 1px;
    border-top: solid #ccc 1px;
    border-left: solid #ccc 1px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -rim-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}








.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 


/*布局*/

.wp {margin: 0 auto;width: 1500px;}

.row2{
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0px 0 0px;
    color:#fff;
}
.row2 .l{
    width: calc(100% - 416px);
    overflow: hidden;
    padding-right: 60px;
}
.row2 .l .tit{
    margin-bottom: 55px;
}
.row2 .l .tit span{
    line-height: 1.3;
    font-size: 24px;
    font-weight: bold;
}
.row2 .l .tit p{
    font-size: 2.86vw;
    font-weight: bold;
}
.ul-list1{
    display: flex;
    justify-content: space-between;
}
.ul-list1 li{
    width: 100px;
    text-align: center;
}
.ul-list1 li .ico img{
    display: block;
    margin:0 auto 17px;
}
.ul-list1 .desc{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.ul-list1 .num{
    width: 38px;
    height: 38px;
    border:2px solid #fff;
    line-height: 34px;
    font-family: Arial;
    font-size: 18px;
    border-radius: 50%;
    margin:0 auto;
    font-weight: bold;
}
.row2 .r .more{
    display: block;
    width: 313px;
    background-color: #fff;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    line-height: 48px;
    border-radius: 30px;
    color:#333333;
    float: right;
    margin-bottom: 47px;
}

@media only screen and (max-width: 1600px) {
   .wp{width: 1300px;}

   .row2{padding: 0px 0;}



}
@media only screen and (max-width: 1430px) {
    .wp{width: 1200px;}



}
@media only screen and (max-width: 1360px) {

}
@media only screen and (max-width: 1230px) { 
  .wp,.wp-h{width: auto;padding: 0 15px;margin:0;}

  .row2 .l{width: auto;float: none;padding-right: 0;margin-bottom: 20px;}
  .row2 .r .pic{display: none;}
  .row2 .r{float: none;}
  .row2 .r .more{float: none;margin:0 auto;}
  .ul-list1 .num{display: none;}
  .row2 .l .tit{margin-bottom: 30px;}
  .row2 .l .tit span{font-size: 18px;}
  .ul-list1 .desc{margin-bottom: 20px;}

}

@media only screen and (max-width: 960px) {
  
}

@media only screen and (max-width: 767px) {
   

    .ul-list1 .desc{font-size: 14px;}
    .row2 .l .tit p{font-size: 22px;}
    .row2{padding: 30px 0;}

}

@media only screen and (max-width: 600px) {
     .ul-list1 li{float: left;width: 33.333%;}
     .ul-list1 li:nth-child(4){clear:left;}
     .ul-list1{display: block;overflow: hidden;}
     .row2 .l{margin-bottom: 0;}
     .swiper-slide222 img{height: 250px; width:100%}


}






























































.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*布局*/


.row3{
    overflow: hidden;
    padding: 46px 0;
}
.ul-ystab{
    text-align: center;
    margin-bottom: 2.5vw;
}
.ul-ystab li{
    display: inline-block;
    margin:0 2.6vw;
    position: relative;
}
.ul-ystab li.act::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom:-10px;
    margin:0 auto;
    width: 15px;
    height: 7px;
    background: url(/skin/images/ico22.png) no-repeat;
}
.ul-ystab .ico img{
    display: block;
    margin:0 auto 13px;
}
.ul-ystab .tit{
    font-size: 18px;
    color:#fff;
    font-weight: bold;
}
.ul-ystab li:hover .tit,
.ul-ystab li.on .tit{
    color:#fff;
}
.swiper-1 .txt{
    display: none;
}
.swiper-1 .pic{
    position: relative;
    overflow: hidden;
    height: 548px;
    margin-top: 17px;
}
.swiper-1 .pic::after {
    content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);  
}

.swiper-1 .swiper-slide-next .pic {
  -webkit-transform: scale(0.9) translateX(-10%);
  -moz-transform: scale(0.9) translateX(-10%);
  -ms-transform: scale(0.9) translateX(-10%);
  -o-transform: scale(0.9) translateX(-10%);
  transform: scale(0.9) translateX(-10%);
}
.swiper-1 .swiper-slide-prev .pic {
  -webkit-transform: scale(0.9) translateX(10%);
  -moz-transform: scale(0.9) translateX(10%);
  -ms-transform: scale(0.9) translateX(10%);
  -o-transform: scale(0.9) translateX(10%);
  transform: scale(0.9) translateX(10%);
}
.swiper-1 .swiper-slide {
  z-index: 1;
}
.swiper-1 .swiper-slide-active {
  z-index: 2;
}
.swiper-1 .swiper-slide-active .txt{
    display: block;
}
.swiper-1 .txt{
    float: left;
    width: 179px;
    height: 584px;
    background: #666366;
    padding:32px 36px 0;
    color:#fff;
    position: relative;
}
.swiper-1 .txt::after {
    content: '';
    display: block;
    position: absolute;
    right: -11px;
    top: 0;
    width: 15px;
    height: 17px;
    background: url(/skin/images/ico54.png) no-repeat;
}
.swiper-1 .txt .num{
    margin:0 auto 30px;
    width: 109px;
    height: 111px;
    background: url(/skin/images/ico23.png) no-repeat;
    text-align: center;
    font-size: 43px;
    font-family: Impact;
    line-height: 111px;
}
.swiper-1 .txt .desc{
    writing-mode:vertical-rl;
    font-size: 15px;
    line-height: 1.75;
    height: 240px;
    margin-bottom: 39px;
}
.swiper-1 .txt .lin{
    height: 1px;
    background: #7c7c7f;
    margin-bottom: 50px;
}
.swiper-1 .txt .img{
    height: 26px;
    background: url(/skin/images/pic3.jpg) no-repeat center; 
}
.swiper-1 .swiper-button-next{
    width:49px;
    height: 49px;
    background-image: url(/skin/images/ico25.png);
    -webkit-background-size: cover;
    background-size: cover;
    right:5%;
    margin-top: 0;
    z-index: 2;
    margin-top: -25px;
}
.swiper-1 .swiper-button-prev{
    width:49px;
    height: 49px;
    background-image: url(/skin/images/ico24.png);
    -webkit-background-size: cover;
    background-size: cover;
    left:5%;
    margin-top: 0;
    z-index: 2;
    margin-top: -25px;
}



@media only screen and (max-width: 1600px) {
   .wp{width: 1300px;}
   .g-tit .tit{font-size: 34px;}
   .row2{padding: 0px 0;}
   .swiper-1 .swiper-button-prev{left:3%;}
   .swiper-1 .swiper-button-next{right:3%;}
   .row6 .txt{width: 600px;}
   .row6 .txt .desc{font-size: 15px;}
   .m-num li .tit span{font-size: 54px;}
   .m-zp .item .tit{font-size: 20px;}
   .m-zpxx .txt .top p{font-size: 56px;}
   .m-zpxx .txt .bom{font-size: 20px;}
   .m-zpxx .icotxt .t2{font-size: 14px;}
   .m-zpxx .txt .top a{width: 260px;font-size: 15px;}
   .newlist .leftnew{width: 800px;}
   .g-form{width: 500px;}
   .footer .txt{width: calc(100% - 500px);padding-right: 50px;}
}
@media only screen and (max-width: 1430px) {
    .wp{width: 1200px;}
    .nav li .v1{font-size: 14px;}  
    .row6 .txt{width: 550px;}
    .row6 .g-tit.tl{margin-bottom: 10px;}
    .m-zp .txt{width: 700px;}
    .m-zpxx .icotxt .t1{font-size: 25px;}
    .m-zpxx .icotxt{-webkit-background-size: contain;
    background-size: contain;}
    .m-zpxx .pic{width: 320px;height: 205px;-webkit-background-size: cover;
    background-size: cover;}
    .m-zp .item .desc{line-height: 2;}
    .footer .box .item{float: none;}
}
@media only screen and (max-width: 1360px) {

}
@media only screen and (max-width: 1230px) { 
  .wp,.wp-h{width: auto;padding: 0 15px;margin:0;}
  .g-tit{background-image: none!important;padding-top: 0;}
  .ul-pat .en{display: none;}
  .ul-pat .ico{height: 78px;line-height: 78px;}
  .m-probox .tit{line-height: 40px;}
  .m-probox .name{line-height: 67px;}
  .row2 .l{width: auto;float: none;padding-right: 0;margin-bottom: 20px;}
  .row2 .r .pic{display: none;}
  .row2 .r{float: none;}
  .row2 .r .more{float: none;margin:0 auto;}
  .ul-list1 .num{display: none;}
  .row2 .l .tit{margin-bottom: 30px;}
  .row2 .l .tit span{font-size: 18px;}
  .ul-list1 .desc{margin-bottom: 20px;}
  .swiper-1 .swiper-button-prev{left:220px;}
  .swiper-1 .txt .img,.swiper-1 .txt .lin{display: none;}
  .swiper-1 .txt{height: 450px;}
  .swiper-1 .pic{height: 420px;}
  .row6 .pic{display: none;}
  .row6 .txt{width: 100%;}
  .g-tit.tl{padding-top: 0;}
  .m-num li{width: 50%;float: left;}
  .m-num{padding: 30px 0;}
  .m-zpxx .pic{display: none;}
  .m-zp .pic{display: none;}
  .newlist .leftnew{width: 500px;}
  .footer .txt{width: auto;float: none;padding-right: 0;}
  .g-form{width: auto;float: none;}
}
@media only screen and (max-width: 1023px) {
    .banner .swiper-pagination-bullet{width: 8px;height: 8px;}
    .ul-pat .ico{display: none;}
    .ul-pat .txt{padding-top: 0;}
    .ul-pat .cn{line-height: 40px;margin:0;font-size: 18px;}
    
    .m-probox .w25{width: auto;padding-right: 0;float: none;margin-bottom: 10px;overflow: hidden;}
    .m-probox .w25 .item{width: 50%;float: left;padding: 0 10px;}
    .m-probox .w50{display: none;}
    .m-probox .w25 .pic{height: 30vw;}
    .m-probox .w25:last-child{padding-left: 0;}
    .g-tit .desc i{display: none;}
    .g-tit .desc{font-size: 14px;}
    .g-tit{margin-bottom: 20px;}
    .g-tit .tit{font-size: 26px;margin-bottom: 4px;}
    .row1{padding: 30px 0 20px;}
    .row3{padding: 30px 0;}
    .row4{padding: 30px 0;}
    .row5{padding: 30px 0;}
    .row6{padding: 30px 0;}
    .row7{padding: 30px 0;}
    .row8{padding: 30px 0;}
    .m-zpxx .icotxt{display: none;}
    .m-zpxx .txt .top a{margin:0 auto 20px;}
    .m-zpxx .txt{float: none;text-align: center;}
    .m-zpxx .txt .top p{font-size: 24px;}
    .m-zpxx .txt .top{padding-left: 0;background: none;}
    .m-zpxx .txt .bom{text-align: center;}
    .m-zp .item{padding-left: 103px;}
    .m-zp .item .tit{font-size: 18px;}
    .m-zp .txt{width: auto;}
    .newlist .leftnew{display: none;}
    .links .name{float: none;}
    .links{padding: 15px 0;}
}
@media only screen and (max-width: 960px) {
  
}

@media only screen and (max-width: 767px) {
   
    .g-tit .tit{font-size: 22px;}
    .ul-pat{display: block;padding: 0;}
    .pcatinx{border:none;}
    .ul-pat li{width: 33.33%;float: left;text-align: center;border-right: 1px solid #fff;border-bottom: 1px solid #fff;}
    .ul-pat .cn{font-size: 14px;background: #eee;}
    .m-probox .tit{font-size: 14px;line-height: 32px;}
    .m-probox .w25 .item{padding: 0 5px 0 0;}
    .m-probox .w25 .item:last-child{padding-right: 0;padding-left: 5px;}
    .ul-list1 .desc{font-size: 14px;}
    .row2 .l .tit p{font-size: 22px;}
    .row2{padding: 0px 0;}
    .banner .swiper-button-prev,.banner .swiper-button-next{width: 0;height: 0;}
    .banner a{background-position: center center;}
    .swiper-1 .txt{float: none;width: auto;height: auto;overflow: hidden;padding: 15px;}
    .swiper-1 .pic{margin-top: 0;}
    .swiper-1 .txt .num{display: none;}
    .swiper-1 .txt .desc{writing-mode:horizontal-tb;height: auto;margin-bottom: 0;}
    .swiper-1 .swiper-button-prev{left:3%;}
    .swiper-1 .pic{height: auto;padding-top: 51%;}
    .ul-ystab{display: none;}
    .row6 .txt .desc{font-size: 14px;}
    .row6 .txt .link a{width: 100%;background-color: #fff;margin-bottom: 10px;}
    .m-zp .item{padding-left: 0;-webkit-background-size: 0 0;
    background-size: 0 0;}
    .m-zpxx .txt{padding-top: 0px;}
    .m-zpxx .txt .bom{font-size: 18px;}
    .m-zpxx .txt .bom em{display: none;}
    .ul-listnew .txt .tit{font-size: 18px;margin-bottom: 10px;}
    .ul-listnew li{margin-bottom: 12px;}
    .footer .txt .xx .ftl{float: none;}
    .footer .txt .xx .ftqr{float: none;width: 131px;border:none;padding: 0;}
    .footer .txt .item{margin-bottom: 10px;}
}

@media only screen and (max-width: 600px) {
     .ul-list1 li{float: left;width: 33.333%;}
     .ul-list1 li:nth-child(4){clear:left;}
     .ul-list1{display: block;overflow: hidden;}
     .row2 .l{margin-bottom: 0;}
     .m-num li{width: auto;float: none;overflow: hidden;}
     .m-num li .tit span{font-size: 32px;}
     .m-num li .ico{position: static;float: left;margin-right: 15px;position: relative;top: 10px;}
      .m-num li .con{width: auto;}
     .footer .logob{margin-bottom: 10px;}
     .footer .txt .item{padding-left: 40px;}
     .footer{padding: 20px 0;}
     .g-form .title .entit{display: none;}
     .g-form .title p{font-size: 22px;}
     .g-form .title{margin-bottom: 12px;padding-top: 20px;}
     .fd-form .item:last-child{margin-bottom: 0;}
     .swiper-3.swiper-container{padding: 0 15px;}
     .row6 .txt .link a{height: 80px;padding-top: 15px;background-color: #efefef;}

}





	.sectionBox1{width: 100%;  padding: 0px 0;}
	
	
	
	
	
	
	
	


.row4{
    overflow: hidden;
    padding: 47px 0;
}


.swiper-2 .ico img{
    display: block;
    margin:0 auto;
    position: relative;
    z-index: 2;
}
.swiper-2 .txt{
    color:#fff;
    margin-top:-68px;
    height: 377px;
    padding: 118px 40px 0;
    background-color: #0000004d;
}
.swiper-2 .txt .tit{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 33px;
}
.swiper-2 .txt .desc{
    font-size: 16px;
    line-height: 1.81;
}
.swiper-2 .swiper-slide:hover .txt{
background: rgb(41 41 41 / 74%);
}


.swiper-1 .swiper-slide-next .pic {
  -webkit-transform: scale(0.9) translateX(-10%);
  -moz-transform: scale(0.9) translateX(-10%);
  -ms-transform: scale(0.9) translateX(-10%);
  -o-transform: scale(0.9) translateX(-10%);
  transform: scale(0.9) translateX(-10%);
}
.swiper-1 .swiper-slide-prev .pic {
  -webkit-transform: scale(0.9) translateX(10%);
  -moz-transform: scale(0.9) translateX(10%);
  -ms-transform: scale(0.9) translateX(10%);
  -o-transform: scale(0.9) translateX(10%);
  transform: scale(0.9) translateX(10%);
}
.swiper-1 .swiper-slide {
  z-index: 1;
}
.swiper-1 .swiper-slide-active {
  z-index: 2;
}
.swiper-1 .swiper-slide-active .txt{
    display: block;
}


.slidernew .swiper-slide{
  background-color: #fff;
}
