@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{font-weight: normal;}
BODY {FONT:16px/1.75 Arial,sans-serif; COLOR: #666;  background:#fff;width: 100%; overflow-x: hidden;}
A {COLOR: #666; TEXT-DECORATION: none}
P{COLOR: #333;}
A:hover {TEXT-DECORATION: none}
A IMG {BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none}
DIV {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
UL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
LI {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
P {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
EM {FONT-STYLE: normal; FONT-WEIGHT: normal}
TABLE {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DT {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DD {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
TR {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
.cl{HEIGHT: 0px; CLEAR: both;}
.jz{margin:0 auto;}
.fl{FLOAT: left}
.fr{FLOAT: right}
.container-s{width:1600px; margin:0 auto; max-width: 92%;}
.container{width:1400px;margin:0 auto; max-width: 92%;}




.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-l{text-align: left;}
.txt-r{text-align: right;}
.col-white{color: #fff;}
.line1{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.line2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.line3{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.line4{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}


.flex{display: flex;}
.flex-sbc{display: flex; justify-content: space-between;  align-items: center;}
.flex-c{display: flex; align-items: center;}
.flex-cc{display: flex; align-items: center; justify-content: center;}
.flex-ccc{display: flex; align-items: center; justify-content: center; flex-direction: column;}
.flex-dcsb{display: flex; flex-direction: column; justify-content: space-between;}
.flex-sb{display: flex; justify-content: space-between;}
.flex-sbw{display: flex;justify-content: space-between; flex-wrap: wrap;}
.flex-cw{display: flex; align-items: center; flex-wrap: wrap;}
.flex-dc{display: flex; flex-direction: column;}
.flex-w{display: flex; flex-wrap: wrap;}
.flex-sbcw{display: flex;justify-content: space-between; align-items: center;  flex-wrap: wrap;}

/*字体引入*/

@font-face {
    font-family: "DIN";
    src: url("../font/DIN-Bold.otf");
}


@font-face {
    font-family: "Impact";
    src: url("../font/impact.ttf");
}

@font-face {
    font-family: "PFLight";
    src: url("../font/PingFangLight.woff") format("woff");
}


/* 公共头部 */

.header .container-s{height: 147px;}
.header .logo{width: 49%;}
.header .logo img{display: block; margin-right: 25px;}
.header .logo strong{display: block; font-size: 28px; color: #222; line-height: 31px;}
.header .logo span{display: block; font-size: 14px; color: #969696; text-transform: uppercase; font-family: Arial; line-height: 12px; display: none}

.search{ height: 55px; background: #f8f8f8; border-radius: 28px; width: 26%; }
.search div{ width: calc(100% - 97px); justify-content: space-evenly;}
.search input{outline: none; border:none; font-family: "Microsoft YaHei"; }
.search-text{width: calc(100% - 75px); background: transparent; font-size: 15px; color: #999; }
.search-sub{width: 97px;background: #02a351;border-radius: 28px; font-size: 16px; line-height: 55px; color: #fff; font-weight: 700;}



.head-tel .icon{width: 60px; height: 60px; background: #1171bc;border-radius: 50%;  margin-right: 11px; }
.head-tel .icon img{margin: auto; animation:move 3s 0s infinite;-webkit-animation:move 3s 0s infinite;}
@keyframes move
{
    0%, 65%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    70% {
        -webkit-transform:rotate(15deg);
        transform:rotate(15deg);
    }
    75% {
        -webkit-transform:rotate(-15deg);
        transform:rotate(-15deg);
    }
    80% {
        -webkit-transform:rotate(15deg);
        transform:rotate(15deg);
    }
    85% {
        -webkit-transform:rotate(-15deg);
        transform:rotate(-15deg);
    }
    90% {
        -webkit-transform:rotate(15deg);
        transform:rotate(15deg);
    }
    95% {
        -webkit-transform:rotate(-15deg);
        transform:rotate(-15deg);
    }
    100% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}

@-webkit-keyframes move
{
    0%, 65%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    70% {
        -webkit-transform:rotate(15deg);
        transform:rotate(15deg);
    }
    75% {
        -webkit-transform:rotate(-15deg);
        transform:rotate(-15deg);
    }
    80% {
        -webkit-transform:rotate(15deg);
        transform:rotate(15deg);
    }
    85% {
        -webkit-transform:rotate(-15deg);
        transform:rotate(-15deg);
    }
    90% {
        -webkit-transform:rotate(15deg);
        transform:rotate(15deg);
    }
    95% {
        -webkit-transform:rotate(-15deg);
        transform:rotate(-15deg);
    }
    100% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}
.head-tel .info span{display: block; font-size: 16px; color: #777; margin-bottom: 6px;}
.head-tel .info b{display: block; line-height: 25px; font-size: 32px; font-family: "Impact"; color: #02a351;}
.pc-nav{background: #1171bc; height: 75px; }
.pc-nav ul li {position: relative; width: 13%}
.pc-nav ul li>a{display: block; font-size: 20px; line-height: 75px; color: #fff; font-weight: bold; text-align: center; text-transform: uppercase;}
.pc-nav ul li:hover>a,.pc-nav ul li.on>a{background: #02a351;}
.pc-nav ul li .subnav {box-shadow:1px 1px 10px rgba(0,0,0,0.1);width: 100%;position: absolute;top: 100%;left:0;transform: translateY(50px);opacity: 0;pointer-events: none;z-index: 10;transition: all 0.4s ease;background: #fff;right: 0;margin: 0 auto;align-items: flex-start;}
.pc-nav ul li .subnav .list{width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;padding-left: 0;box-sizing: border-box;padding: 1rem 8% 0;}
.pc-nav ul li .subnav .list a{width: 100%;display: block;font-size: 15px;color: #595e67;font-family:"Microsoft YaHei";position: relative;padding-left: 0;box-sizing: border-box;margin-bottom: 10px;border-bottom: 1px solid #ccc;line-height: 1.2;padding-bottom: 10px;}
.pc-nav ul li .subnav .list a:before{display: none; content: "";width: 0.625rem;height: 0.625rem;border-radius: 50%;border: 0.0625rem solid #dbdbdb;position: absolute;left: 0;top: 50%;transform: translateY(-50%);transition: all 0.4s ease;}
.pc-nav ul li .subnav .list a:after{display: none;  content: "";width: 0.375rem;height: 0.375rem;border-radius: 50%;background: #dbdbdb;position: absolute;left: 0.1875rem;top: 50%;transform: translateY(-50%);transition: all 0.4s ease;}
.pc-nav ul li .subnav .list a:last-child{border-bottom: none}
.pc-nav ul li .subnav .pic{width: 43.36%;height:15rem;overflow: hidden;display: none;}
.pc-nav ul li .subnav .pic img{display: block; width: 100%;}
.pc-nav ul li .subnav .list a:hover{color: #02a351;}
.pc-nav ul li .subnav .list a:hover::before{border-color: #02a351;}
.pc-nav ul li .subnav .list a:hover::after{background: #02a351;}
.pc-nav ul li:hover .subnav {  transform: translateY(0);  opacity: 1;  pointer-events: auto;}
.pc-navfixed{position: fixed; top: 0; width: 100%; z-index: 222;}






/* banner */
.banner{overflow: hidden;}
.bannerSwiper {position: relative; overflow: hidden;}
.banner .swiper-slide {overflow: hidden;}
.banner .imgBox img{
    display: block;
    width: 100%;}
/*.banner .imgBox {height:607px; background-size: cover!important;}*/
/*.banner .imgBox .container{ position: absolute; left: 0; right: 0; margin: auto;  color: #fff;  text-align: center;}*/
/*.banner .imgBox h2,.banner .imgBox h3{display: block; font-size: 51px; color: #fff; font-weight: bold; line-height: 51px;}*/
/*.banner .imgBox h2{margin-bottom: 12px;}*/
#banner-num{display: block; bottom: 38px;}
#banner-num .swiper-pagination-bullet {width: 11px; height: 11px; background: #fff; opacity: 0.39; margin: 0 6px;}
#banner-num .swiper-pagination-bullet-active{background: #02a351; opacity: 1;}
#banner-prev,#banner-next{background: url(../images/banner-arrow.png) no-repeat center; width: 21px; height: 36px; opacity: 0.21; transition: 0.6s;}
#banner-prev{left: 1%;}
#banner-next{transform: rotateY(180deg);   -webkit-transform: rotateY(180deg); right: 1%;}
#banner-prev:hover,#banner-next:hover{opacity: 0.8;}



/* 产品展示 */
.index-title b{display: block;  font-size: 72px;font-family: "Impact"; color: rgba(190,190,190,0.15); line-height: 59px;  text-transform: uppercase;}
.index-title strong{display: block; font-size: 48px; line-height: 48px; color: #333; margin-bottom: 2px; position: relative}
.index-title h2{display: block; font-size: 20px; color: #666; margin-bottom: 17px;}
.index-title i{display: block; width: 58px; height: 4px; background: #02a351; border-radius: 2px;}
.index-title2{position: relative; }
.index-title2 b{position: absolute; top: 33px;}
.product-title{margin-bottom: 60px;}
.product{padding: 67px 0 103px;}
.product-btn{flex: .95;}
.product-btn ul li{cursor: pointer;}
.product-btn ul li .icon{width: 57px; height: 57px; background: #f9f9f9; border-radius: 50%; margin: 0 auto 10px;}
.product-btn ul li .icon img{transition: 0.6s;}
.product-btn ul li strong{display: block; font-size: 18px; color: #333;}
.product-btn ul li:hover .icon{background: #1171bc;}
.product-btn ul li:hover .icon img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); transform: rotateY(180deg);   -webkit-transform: rotateY(180deg);}
.indexOne ul {display: grid; grid-template-columns: 19% 14% 12% 10% 20% 25%; grid-template-rows: 375px 160px 210px;}
.indexOne ul li {  box-sizing: border-box; background: #fbfbfb; padding-left: 28px; padding-top: 71px;}
.indexOne ul li:first-child{padding-left: 0; padding-top: 0; background: url(../images/product-class.jpg) no-repeat center; background-size: cover; display: flex; align-items: center; justify-content: center; }
.indexOne ul li:nth-child(2) {grid-column: 2 / 4;}
.indexOne ul li:nth-child(3) {grid-column: 4 / 6; background: #e5e5e5;}
.indexOne ul li:nth-child(4) {grid-row: 1 / 3; text-align: center; padding-left: 0; }
.indexOne ul li:nth-child(5) {grid-column: 1 / 3; grid-row: 2 / 4; background: #e6e6e6;}
.indexOne ul li:nth-child(6) {grid-column: 3 / 5; grid-row: 2 / 4; background: #f1f1f1;}
.indexOne ul li:nth-child(7) {grid-column: 5 / 6; grid-row: 2 / 4;}
.indexOne ul li:first-child .info{display: flex; flex-direction: column; color: #fff;}
.indexOne ul li:first-child .info strong{display: block; font-size: 34px; line-height: 34px; margin-bottom: 9px; }
.indexOne ul li:first-child .info span{display: block;  font-family: "PFLight"; line-height: 25px;font-size: 26px; font-weight: 300; margin-bottom: 77px;}
.indexOne ul li:first-child .info .icon{position: relative; width: 44px; height: 44px; background: #02a351; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.indexOne ul li:first-child .info .icon>img{position: relative; z-index: 1;}
.indexOne ul li:first-child .info .icon::after {content: "";background: #02a351; width: 100%; border-radius: 50%; z-index: 0; height: 100%; position: absolute;}
.indexOne ul li:first-child:hover .info .icon img{margin-left: 0;}
.indexOne ul li:first-child:hover .info .icon::after{animation: sonarEffect2 1.3s ease-out 75ms infinite;}
@keyframes sonarEffect2 {0% {opacity: 1;transform: scale(1);}100% {opacity: 0;transform: scale(1.6); }}
.indexOne ul li .info h2{display: block; font-size: 28px; line-height: 28px; color: #333; margin-bottom: 4px;}
.indexOne ul li .info em{display: block;  font-size: 14px; color: #999; font-family: Arial; margin-bottom: 64px;}
.indexOne ul li .info img{transition: 0.6s;}
.indexOne ul li{position: relative;  display: flex}
.indexOne ul li:nth-child(4){justify-content: center;}
.indexOne ul li .pic{position: absolute; right: -29%; bottom: -10%; transform: scale(0.5)}
.indexOne ul li .pic img{display: block; }

.indexOne ul li:nth-child(3) .pic{ right: auto;left: -12%; }
.indexOne ul li:nth-child(4) .pic {
    bottom: 0;
    left: -19%;
    right: auto;
    transform: scale(0.8);
}
.indexOne ul li:nth-child(5) .pic{ right: auto;left: -7%; transform: scale(0.8)}
.indexOne ul li:nth-child(6) .pic{ right: auto;left: -33%; transform: scale(0.42)}
.indexOne ul li:nth-child(7) .pic{ right: auto;left: -43%; }




.indexOne ul li .more{display: block; width: 141px; background: #1171bc; border-radius: 20px; margin: 0 auto; position: relative; transition:0.6s}
.indexOne ul li .more span{display: inline-block; font-size: 16px; line-height: 39px; color: #fff; margin-right: 28px;}
.indexOne ul li .more img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.indexOne ul li:hover .more {-webkit-box-shadow: 0 0 0 10px rgba(17, 113, 188,.2); box-shadow: 0 0 0 10px rgba(17, 113, 188,.2);}
.indexOne ul li .more1 span{color: #015097; margin-right: 8px;}
.indexOne ul li:last-child{background: url(../images/promore-bg.jpg) no-repeat center; background-size: cover;}
.indexOne ul li:last-child a{display: block; }
.indexOne ul li:last-child .info{display: flex; justify-content: center; align-items: center;}
.indexOne ul li .info h3{display: inline-block; font-size: 22px; color: #fff; margin:  0 14px 0 20px;}
.indexOne ul li .info i{font-size: 40px; font-style: normal; color: #fff; transition: 0.6s;}
.indexOne ul li:hover .info i{ transform: rotate(45deg);   -webkit-transform: rotate(45deg);}
.indexOne ul li:hover .info img{margin-left: 15px;}
.indexOne ul li .more2 span{ font-size: 16px; color: #015097; margin-right: 9px;}




/* 关于泓亚德利 */
.about-left,.about-right{width: 50%; height: 609px; box-sizing: border-box;}
.about-left{background: url(../images/about-bg.jpg) no-repeat center;}
.about-right{background: url(../images/about-bg2.jpg) no-repeat center; padding-left: 3.5%;}
.about-right .info{color: #fff;margin-top: 98px; width: 80%;}
.about-right .info .index-title{position: relative; margin-bottom: 50px;}
.about-right .info .index-title b{color: rgba(255,255,255,0.04);position: absolute;top: -27px;}
.about-right .info .index-title strong{color: #fff; margin-bottom: 31px;}
.about-right .info h3{display: block; font-size: 16px; line-height: 31px; color: #fff; margin-bottom: 71px;}
.index-more a{display: flex; align-items: center; justify-content: center;  width: 184px; background: #02a351; border-radius: 33px; text-align: center;}
.index-more em{display: inline-block; font-size: 18px; line-height: 65px; color: #fff; margin-right: 17px; transition: 0.6s;}
.index-more a:hover em{margin-right: 35px;}



/* 经典案例 */
.index-title3{position: relative; padding-bottom: 60px; text-align: center;}
.index-title3 b{color: rgba(0,0,0,.8); margin-bottom: 30px}
.index-title3 strong{ margin-bottom: 25px; display: none}
.index-title3 i{margin: 0 auto;}
.case-bg{background: url(../images/case-bg.jpg) no-repeat center;padding: 91px  0 41px;background-size: cover;}
.case-box{position: relative;/* overflow: hidden; *//* padding-bottom: 20%; */}
.case-list {width: 100%; margin: auto; perspective: 3200px!important; }
.case-list ul li {transform-style: preserve-3d;width: 22%;}
.case-list .pic {border-radius: 10px; overflow: hidden;}
.case-list .pic img { display: block; width: 100%; transition: all 1s ease-out;}
.case-list .info {/* position: absolute; */width: 100%;padding: 40px 15px;box-sizing: border-box;background: #fff;border-radius:  0 0 10px 10px;box-shadow: 0px 0px 46px 0px rgba(149,149,149,0.14);visibility: hidden;opacity: 0;transition: .5s;}
.case-list .info strong{display: block; font-size: 24px; color: #333; margin-bottom: 8px; line-height: 1.2}
.case-list .info p{display: block; font-size: 16px; line-height: 20px; color: #666;}
.case-list .info span{display: block; font-size: 16px; color: #206B92; margin-top: 19px; }
.case-list .info span>img{display: inline-block; margin-left: 6px;}
.case-list .swiper-slide-active .info {opacity: 1; visibility: visible;}
.case-list .swiper-slide-active .pic {border-radius: 10px 10px 0 0;}
.case-list .swiper-slide a:hover .pic img {transform: scale(1.05);}
.case-box .swjt {width: 52px;height: 52px;background: #02A351;border-radius: 50%;left: 30%;bottom: 16%;top: auto;}
.case-box .swjt.swiper-button-next {left: auto; right: 30%; transform: rotate(180deg);}
.case-box .swjt::after {content: "" !important; background: #02A351;width: 100%;border-radius: 50%;z-index: -1; height: 100%; position: absolute;animation: sonarEffect2 1.3s ease-out 75ms infinite;display: block;}
.case-box .swjt svg {max-width: 50%;}
#case-num{display: none;}



/* 服务介绍 */
.service{margin: 82px 0 136px;}
.service-list {overflow: hidden;}
.service-list ul{width: 101.4%;}
.service-list ul li{margin-right: 1.4%; width: calc(100% / 4 - 1.4%); position: relative; float: left;}
.service-list ul li .pic{overflow: hidden;}
.service-list ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.service-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.service-list ul li .info{position: absolute; content: ''; width: 100%; height: 100%; background: rgba(0,0,0,0.5);z-index: 1; top: 0;}
.service-list ul li .info strong{ font-size: 24px; color: #fff; line-height: 28px; margin-bottom: 30px}
.service-list ul li .info span{display: none; font-size: 16px; color: #fff; margin: 2px 0 31px;}
.service-list ul li .info i{width: 38px; height: 6px; background: #02a351; border-radius: 3px; display: block; transition: 0.6s;}
.service-list ul li:hover .info i{width:50px;}


/* 我们的优势 */
.ys{}
.ys-btn{margin-bottom: 54px;}
.ys-btn ul li{width: 25%;border-right: 1px solid #EEEEEE;height: auto;display: flex;justify-content: flex-end;align-items: center;flex-direction: column-reverse;}
.ys-btn ul li strong{display: block;font-size: 20px;color: #333;line-height: 28px;margin-bottom: 3px;text-align: center;}
.ys-btn ul li span{display: block; font-size: 16px; color: #666;}
.ys-btn ul li .icon{width: 83px;  height: 83px;  background: #f9f9f9; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.ys-btn ul li{/* justify-content: flex-start; */}
.ys-btn ul li .name{/* margin-right: 8%; */flex: .8;margin: 14px 8% 2%;}
.ys-btn ul li.swiper-slide-thumb-active strong{color: #02A351;}
.ys-btn ul li.swiper-slide-thumb-active .icon{background: #02A351;}
.ys-btn ul li.swiper-slide-thumb-active .icon img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.ys-list ul li .bg{height: 602px;}
.ys-list ul li .container-s{height: 100%;}
.ys-list ul li .info {color: #fff;width: 35.8%;padding-top: 55px;}
.ys-list ul li .info em{display: block; font-size: 16px; }
.ys-list ul li .info strong{display: block;font-size: 24px;margin-bottom: 23px;line-height: 30px;}
.ys-list ul li .info i{display: block; width: 100%; height: 1px; background: rgba(221,221,221,0.27); margin-bottom: 44px;}
.ys-list ul li .info p{display: block;font-size: 16px;line-height: 24px;color: #fff;}
#ys-num{width: auto; left: 8.5%; bottom: 70px;}
#ys-num .dangqian{display: inline-block; font-size: 31px; line-height: 25px; color: #fff; font-weight: bold; font-style: italic;}
#ys-num .zongshu{display: inline-block; font-size: 17px; line-height: 15px; color: #fff; opacity: 0.45;}
#ys-prev,#ys-next{top: auto!important; bottom: 98px; z-index: 2; width: 61px; height: 63px; opacity: 0.37; border: 2px solid #ffffff; border-radius: 50%; background: url(../images/ys-arrow.png) no-repeat center;}
#ys-prev{transform: rotate(180deg); left: auto!important; right: 12.5%; }
#ys-next{ right: 8%; }
#ys-prev:hover,#ys-next:hover{opacity: 1;}




/* 新闻资讯 */
.news{background: url(../images/news-bg.jpg) no-repeat center; padding: 127px 0 46px; background-size: cover;}
.news .index-title2{width: 100%;}
.company{width: 28.125%; position: relative; overflow: hidden; min-height: 518px; background: #fff}
.news-title span{display: block; width: 114px; font-size: 16px; line-height: 48px;  color: #fff; background: rgba(0,0,0,0.6); border-radius: 0px 0px 20px 0px; position: absolute; top: 0;left: 0; z-index: 2; text-align: center;}
.news-top{margin-bottom: 91px;}
.company-list ul li{}
.company-list ul li .pic{overflow: hidden;}
.company-list ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.company-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.company-list ul li .info{background: #fff; height: 249px; padding: 35px 6% 0; box-sizing: border-box;}
.company-list ul li .info strong{font-size: 20px; color: #333; margin-bottom: 11px;}
.company-list ul li .info p{font-size: 16px; line-height: 30px; color: #666; margin-bottom: 31px;}
.company-list ul li .date{border-top:1px solid rgba(222,222,222,0.51); padding-top: 22px;}
.company-list ul li .date em{display: block; font-size: 15px; color: #919191; font-family: "Arial";}
.company-list ul li .date em>img{display: inline-block; vertical-align: middle; margin-right: 10px;}
.company-list ul li:hover .info strong{color: #02a351;}
#company-num{width: auto!important; right: 23px; bottom: 7%; left: auto;}
#company-num .swiper-pagination-bullet{ width: 10px; height: 10px; background: rgba(213,213,213,0.33); opacity: 1;}
#company-num .swiper-pagination-bullet-active{background: #02a351;}

.industry{width: 44.875%; min-height: 518px;
    overflow: hidden;}
.industry ul{
    display: flex; min-height: 518px; flex-direction: column;
    justify-content: space-between;}
.industry ul li{position: relative; width: 100%; background: #fff; margin-bottom: 20px;}
.industry ul li .pic{width: 44%; overflow: hidden; height: 240px;}
.industry ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.industry ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.industry ul li .info{width: 56%; box-sizing: border-box; padding: 0 2.5%;}
.industry ul li .info strong{font-size: 18px; color: #333; margin-bottom: 10px;}
.industry ul li .info p{font-size: 16px; line-height: 28px; color: #666; margin-bottom: 30px;}
.industry ul li .date em{display: block; font-size: 15px; color: #919191; font-family: "Arial";}
.industry ul li .date em>img{display: inline-block; vertical-align: middle; margin-right: 10px;}
.industry ul li:hover .info strong{color: #02a351;}
.industry ul li:last-child{margin-bottom: 0}
.problem{width: 24.125%; background: #fff; min-height: 518px;
    overflow: hidden;}
.problem .news-title span{position: relative;background: #176db0;margin-bottom: 17px;width: auto;display: inline-block;padding: 0 3%;}
.problem-list{padding: 0 6%; box-sizing: border-box;}
.problem-list dl{padding: 20px 0; border-bottom: 1px solid #EBEBEB;}
.problem-list dl:last-child{border-bottom: none;}
.problem-list dl dt{ font-size: 16px; color: #333; font-weight: bold; }
.problem-list dl dd{display: none;}
.problem-list dl dd a{font-size: 15px; line-height: 23px; color: #888; margin-top: 14px;}
.problem-list dl:first-child dd{display: block;}


/* 咨询 */
.consult{background: url(../images/consult-bg.jpg) no-repeat center; height: 346px; background-attachment: fixed; display: flex;}
.consult .container-s{}
.consult  .info h3{display: block; font-size: 34px; color: #fff; font-weight: bold; margin-bottom: 43px;}
.consult  .info a{transition: 0.6s; margin: 0 auto;  display: block; width: 184px; border: 2px solid #ffffff;border-radius: 33px; font-size: 18px; line-height: 62px; color: #fff; text-align: center;}
.consult  .info img{display: inline-block; vertical-align: middle; margin-right: 7px;}
.consult  .info a:hover{background: #02a351; border-color: #02A351;}





/* 公共底部 */
.footer{padding: 50px 0 65px; border-top: 1px solid #efefef;}
.footer-left{width: 19.8%;}
.footer-left strong{display: block; font-size: 24px; color: #333; margin-bottom: 1.5625rem;}

.footer-left p{align-items: flex-start;margin-bottom: 15px;}
.footer-left img{display: inline-block;margin-right: 0.375rem;margin-top: 0;}
.footer-left span{display: block;font-size: 16px;color: #676767;line-height: 20px;}
.foot-nav{width: 61.8%; box-sizing: border-box; position: relative; padding: 0 1%;}
.foot-nav::before,.foot-nav::after{position: absolute; content: ''; width: 0.0625rem; height: 100%; background: #efefef; top: 0;}
.foot-nav::before{left: 0;}
.foot-nav::after{right: 0;}
.foot-nav dl dt{display: block; font-size: 20px; color: #333; font-weight: bold; margin-bottom: 0.5rem;}
.foot-nav dl dt a{color: #333;}
.foot-nav dl dd{margin-bottom: 10px}
.foot-nav dl dd a{display: block; font-size: 16px; line-height: 22px; color: #7f7f7f;}
.foot-nav dl dt a:hover,.foot-nav dl dd a:hover{color: #1171bc;}
.foot-nav dl:last-child dd:nth-child(4){margin-bottom: 1.3125rem;}
.foot-wechat{width: 16.25%;}
.foot-wechat strong{display: block; font-size: 20px; color: #333; font-weight: bold; margin-bottom: 2.0625rem;}
.foot-wechat ul li{width: 44%;}
.foot-wechat ul li img{display: block; width: 100%; margin: 0 auto 0.6875rem;}
.foot-wechat ul li em{display: block; font-size: 0.875rem; color: #a0a0a0; text-align: center;}
.footer-copy{background: #1171bc; padding: 0.9375rem 0;}
.footer-copy p{display: block; font-size: 1rem; color: #fff;}
.footer-copy a{color: #fff;}
.footer-copy a:hover{text-decoration: underline;}


/* 右侧固定*/
.slideflex {position: fixed; right: 2%; bottom: 0; z-index: 99; padding-bottom: 175px;}
.relate li { margin-bottom: 22px; position: relative;}
.relate li > a {flex-direction: column; transition: .5s; display: flex;  align-items: center;  justify-content: center; width: 68px;height: 68px;background: #02a351; border-radius: 50%;box-shadow: 0px 0px 49px 0px rgba(8,8,8,0.05);  text-align: center;  position: relative; z-index: 3;}
.relate li > a img {display: block; max-width: 63%; margin-bottom: 3px;}
.relate li > a em{display: block; font-size: 15px; color: #fff; line-height: 15px;}
.relate li.backTop a img { position: relative;}
.relate li:hover > a {background: #02a351;}
.telbox{ padding-right: 22px; position: absolute; right: 150%; top:8px; opacity: 0; visibility: hidden; }
.telbox span { display: block; padding: 20px 0 20px 27px; background: #fff; color: #02a351; font-size: 16px; font-weight: bold; line-height: 16px; white-space: nowrap; padding-right: 12px; position: relative; border-radius: 12px; box-shadow: 0rem 0rem 16px 5px rgba(24,25,25,0.22);}
.telbox span:before { content: ""; width: 5px; height: 16px; background: #02a351; position: absolute; left: 13px; top: 50%; margin-top: -8px;}
.telbox span:after { content:""; width:0; height:0; border-top:8px solid transparent;  border-bottom: 8px solid transparent; border-left: 9px solid #fff; position:absolute; right: -9px; top:50%; margin-top: -8px;}
.wechat{ padding-right: 22px; position: absolute; right: 150%; top: -4px; opacity: 0; visibility: hidden;  }
.wechat .info{ display: block; padding: 20px; background: #fff;  position: relative; border-radius: 12px; box-shadow: 0rem 0rem 16px 5px rgba(24,25,25,0.22);}
.wechat .info span{display: block; font-size: 16px;color: #333; text-align: center; margin-top: 10px}

.eqbox {padding-right: 22px; position: absolute; right: 150%; top: 82%; margin-top: -80px; opacity: 0; visibility: hidden;}
.eqbox:before {content:""; width:0; height:0; border-top:8px solid transparent;  border-bottom: 8px solid transparent; border-left: 9px solid #fff; position:absolute; right: 15px; top:50%; margin-top: -8px;}
.eqbox img {display: block; width: 120px; padding: 10px;  background: #fff; border-radius: 12px;  box-shadow: 0rem 0rem 16px 5px rgba(24,25,25,0.22);}
.relate li:hover .telbox,.relate li.active .telbox,.relate li:hover .eqbox,.relate li:hover .wechat { opacity: 1; visibility: visible; right: 100%;-webkit-transition: 0.45s; -o-transition: 0.45s; -moz-transition: 0.45s; transition: 0.45s;}



/*分页*/
.fy { padding: 60px 0; display: flex;justify-content: center;align-items: center; flex-wrap: wrap; gap: 1rem;}
.fy a { background: #E6E6E6; display: flex; align-items: center; justify-content: center; color: #707070; font-size: 14px; transition: .4s;  padding: 5px 15px;}
.fy a:hover {color: #fff; background: #02a351;}
.fy .layui-laypage-curr {color: #fff; background: #02a351; font-size: 14px;  margin: 0 5px; padding: 5px 15px;}



/* 搜索页面 */
.search-page .box {margin-top: 50px;}
.search-page form {width: 60%;margin: auto; margin-bottom: 60px; border: 1px solid #333; border-radius: 50px; padding:5px 20px; box-sizing: border-box; display: flex;     align-items: center; justify-content: space-between; }
.search-page form .search-text {padding: 5px 0; width: 95%; line-height: 35px; outline: none; border: none; box-sizing: border-box; font-size: 16px;}
.search-page form .sub {width: 22px;  height: 23px; display: block; cursor: pointer; background: url(../images/searchIcon.png) no-repeat center; outline: none; border: none; background-size: 100%; filter: brightness(0);}
.search-page ul {width: 100%;}
.search-page li {width: 100%; padding: 30px; margin-top: 20px; box-sizing: border-box; background: #f5f5f5;}
.search-page li span {background: #02a351; color: #fff; font-size: 12px; padding: 2px 5px; }
.search-page li h3 {font-size: 18px; margin: 10px 0; color: #000000; font-weight: 700;}
.search-page li p {font-size: 16px; color: #666; line-height: 20px;}
.search-page li .le {width: 95%; }
.search-page li a {display: flex; align-items: flex-end; justify-content: space-between;}
.search-page li img {transition: .5s; margin-right: 20px;}
.search-page li:hover img {transform: translateX(20px);}





.ny-banner{height: 500px;}
.ny-banner .imgBox{height: 500px;}


/* 内页样式 */
.ny-banner img{display: block; width: 100%;}
.ny-pannel{background: #f7f7f7;}
.position{padding: 25px 0; border-bottom: 1px solid #ddd; margin-bottom: 40px;}
.position span{display: block; font-size: 14px; color: #808080;}
.position span>img{display: inline-block; vertical-align: middle; margin-right: 15px;}
.position a{color: #808080;}
.position a:hover{color: #02a351;}

.ny-class{box-shadow: 0 4px 6px #e9e9e9; margin-bottom: 80px;}
.about-class .ctitle1{display: flex;}
.about-class .ctitle1 li{position: relative; height: 100px; padding:  0 5%;}
.about-class .ctitle1 li:before,
.about-class .ctitle1 li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #02893a;
    left: 50%;
    bottom: 0;
    z-index: 1;
    transition:0.6s
}

.about-class .ctitle1 li.on:before,
.about-class .ctitle1 li:hover:before {

    width: 100%;
    left: 0;

}


.about-class .ctitle1 li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    background: #cfcfcf;
    right: 0;
    top: 50%;
    margin-top: -13px;
}

.about-class .ctitle1 li a {
    display: block;
    height: 100px;
    line-height: 100px;
    font-size: 22px;
    color: #1a1a1a;
    text-align: center;
}
.about-class .ctitle1 li.on a, .about-class .ctitle1 li:hover a {
    font-weight: bold;
    color: #02893a;
}

.about-class .ctitle1 li.on a:before, .about-class .ctitle1 li:hover a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 3px solid #02893a;
    border-radius: 100%;
    left: 50%;
    margin-left: -9px;
    bottom: -8px;
    z-index: 2;
    transition: 0.6s;
}

.about-class .ctitle1 li.on a:after, .about-class .ctitle1 li:hover a:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #02893a;
    border-radius: 100%;
    left: 50%;
    margin-left: -3px;
    bottom: -2px;
    z-index: 3;
    transition: 0.6s;
}



.ny-main{margin-bottom: 150px;}
.ny-title{text-align: center; margin-bottom: 40px;}
.ny-title h2{position: relative;display: block; font-size: 30px; line-height: 30px; color: #333; text-align: center; height: 55px;}
.ny-title h2:after{position: absolute; content: ''; width: 36px; height: 2px; background: #02a351; bottom: 0; left: 50%; transform: translateX(-50%);}
.xq-back a{transition:0.6s; display: block; width: 144px; font-size: 16px; line-height: 42px; color: #fff;  background: #000; border-radius: 21px; text-align: center; margin: 40px auto 0}
.xq-back a>img{display: inline-block; margin-right: 11px; vertical-align: middle;}
.xq-back a:hover{background: #02a351;}






.product-box{ align-items: flex-start;}
.ny-left{width: 18%; background: #fff;}
.column{background: #1171bc; height: 126px; margin-bottom: 4px;}
.column .text{color: #fff;margin-left: 14px;}
.column .text strong{display: block;font-size: 25px;line-height: 33px;}
.column .text span{display: none; font-size: 16px; line-height: 12px; text-transform: uppercase; font-family: "Arial"}
.pro-class .ctitle1>li{margin-bottom: 1px; position: relative;
}
.pro-class .ctitle1>li:last-child{margin-bottom: 0;}
.pro-class .ctitle1>li>h3{background: #f5f5f5;height: 57px;padding: 0 5%;position: relative;z-index: 5;}
.pro-class .ctitle1>li>h3>a{
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}


.pro-class .ctitle1>li>h3:after{position: absolute; content: ''; width: 0; height: 100%; background: #02a351; transition: 0.6s; left: 0;
    z-index: -1;}
.pro-class .ctitle1>li>a{display: block; font-size: 18px; color: #333; position: relative; z-index: 1;}
.pro-class .ctitle1>li>h3>i{background: url(../images/ctitle-li.png) no-repeat center; height: 100%; width: 10px; position: relative; z-index: 1;}
.pro-class .ctitle1>li:hover>h3:after,.pro-class .ctitle1>li.on>h3:after{width: 100%;}
.pro-class .ctitle1>li:hover>a,.pro-class .ctitle1>li.on>a{color: #fff;}
.pro-class .ctitle1>li:hover>h3>i,.pro-class .ctitle1>li.on>h3>i{background: url(../images/ctitle-li-on.png) no-repeat center; }

.contact-left{padding: 23.5px  4% 42px;}
.contact-left .pic img{display: block; width: 100%; margin-bottom: 34px;}
.contact-left .info p{display: block;font-size: 14px;color: #333;margin-bottom: 7px;}
.contact-left .info p:last-child{margin-bottom: 0;display: flex;align-items: flex-start;line-height: 20px;}
.contact-left .info p img{display: inline-block; vertical-align: middle; margin-right: 8px;}
.contact-left .info strong{display: inline-block;font-size: 25px;color: #1171bc;font-family: "din";line-height: 22px;}
.contact-left .info b{display: inline-block;font-size: 17px;color: #333;font-family: "Arail";}
.ny-right{width: 78%;}



/* 内页产品列表页 */
.ny-main .contact-left {  padding: 0; margin: 23.5px 0 42px; background: #f5f5f5;}
.ny-main .contact-left .info{padding:  0 4% 25px;}
.ny-main .ny-left{position: sticky; top: 50px;}



/* 内页产品列表页 */

.product-list ul:after{content: ''; width: 31%;}
.product-list ul li{width: 31%; margin-bottom: 35px;}

.product-list ul li{overflow: hidden;  box-shadow: 0px 0px 35px 0px rgba(186, 186, 186, 0.33);  background: #fff;  position: relative; padding: 45px 0 0; box-sizing: border-box;}
.product-list ul li .info{text-align: center; margin-bottom: 25px;}
.product-list ul li .info h4{display: block; font-size: 22px; color: #333; font-weight: bold;}
.product-list ul li .info h3{display: block; font-size: 16px; color: #7C7C7C; height: 28px}

.product-list ul li .pic img{display: block; max-width: 100%; margin: 0 auto;}
.product-list ul li .pro-more{position: absolute; bottom: -100%; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; transition: 0.6s;}
.product-list ul li:hover .pro-more{bottom: 0;}
.product-list ul li .pro-more span { display: block; width: 140px; font-size: 17px; line-height: 50px; background: #1171bc; border-radius: 1.875rem; color: #fff; text-align: center; transition: .5s;}
.product-list ul li .pro-more span:hover {-webkit-box-shadow: 0 0 0 0.625rem rgba(17, 113, 188,.3);box-shadow: 0 0 0 0.625rem rgba(17, 113, 188,.3);}


/* 产品详情页 */
.proxq-pic{width: 43.35%; overflow: hidden; background: #fff; position: relative; border: 1px solid #ddd; box-sizing: border-box;}
.proxq-pic ul li{display: flex; align-items: center; justify-content: center;}
.proxq-pic ul li .pic{}
.proxq-pic ul li .pic img{display: block; max-width: 100%;}
#proxq-num{bottom: 1rem;}
#proxq-num .swiper-pagination-bullet {background: #efefef; width: 8px; height: 8px; opacity: 1;}
#proxq-num .swiper-pagination-bullet-active{background: #1171bc;}
.proxq-main{background: #fff}
.details-box{align-items: flex-start;}
.proxq-info{width: 53.5%;}
.proxq-info strong{display: block; font-size: 28px; color: #333; line-height: 28px; margin-bottom: 30px;}
.proxq-info i{display: block;width: 3.1875rem;height: 0.3125rem;background: #1171bc;border-radius: 0.1875rem;margin-bottom: 15px;}
.proxq-info p{display: block; font-size: 15px; color: #666; position: relative;  margin-bottom: 0.625rem;}
.proxq-link{margin-top: 20px;}
.proxq-link a{transition: 0.6s; display: block; width: 10.8125rem;background: #b9b9b9;border-radius: 28px; font-size: 1.125rem; line-height: 3.4375rem; color: #fff; text-align: center;}
.proxq-link a>img{display: inline-block; margin-left: 0.9375rem; vertical-align: middle;}
.proxq-link a:first-child{margin-right: 2.625rem;background: #1171bc; }
.proxq-link a:hover{background: #1171bc;}

.peculiarity{margin: 50px 0 80px;}
.peculiarity-title strong{display: block;font-size: 23px;color: #333;text-indent: 0.4375rem;border-bottom: 0.0625rem solid #ddd;padding-bottom: 1.125rem;margin-bottom: 1.875rem;}

.proxq-arrow{display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #ddd; padding-top: 30px;}
.proxq-arrow a{display: flex; align-items: center; }
.proxq-arrow i{display: block; display: flex;  align-items: center;  justify-content: center;  width: 3.125rem;  line-height: 2.875rem;  height: 3.125rem;  border-radius: 0.25rem;  border: 0.125rem solid #dbdbdb; transition:0.6s}
.proxq-arrow h5{display: block;font-size: 15px;color: #1a1a1a;}
.proxq-arrow a:first-child i { transform: rotateY(180deg); margin-right: 1.25rem;}
.proxq-arrow a:last-child i {    margin-left: 1.25rem;}
.proxq-arrow a:hover i{background: #1171bc;border-color: #1171bc;}
.proxq-arrow a:hover i svg path{	fill: #ffffff;}
.proxq-arrow a:hover h5{color: #1171bc;}



/* 内页工程案例列表页 */
.ny-picture ul:after{content: ''; width: 31%;}
.ny-picture ul li{width: 31%; margin-bottom: 35px;}
.ny-picture ul li .pic{overflow: hidden;}
.ny-picture ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.ny-picture ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.ny-picture ul li h3 {font-size: 17px; background: #f0f0f0;display: block; text-align: center; padding: 12px 0; color: #333;}
.ny-picture ul li:hover h3{background: #1171bc; color: #fff;}




.nycase-title h3{display: block; font-size: 28px; color: #333; font-weight: bold; text-align: center; margin-bottom: 30px;}
.news-editbox{padding: 50px 0;}
.news-link{border-top: 1px solid #f2f2f2; padding-top: 57px; margin-top: 50px;}
.news-link p{display: block; font-size:16px; color: #333; display: flex; align-items: center;}
.news-link p img{margin-right: 15px;}
.news-link p a{color: #333;}
.news-link p:last-child{}
.news-link p:last-child img{transform: rotateY(180deg);   -webkit-transform: rotateY(180deg); margin-left: 15px; margin-right: 0;}
.news-link p a:hover{color: #1171bc;}
.news-link .xq-back a{margin:0 auto;}




/* 内页荣誉资质列表页 */
.honor-list ul{display: flex; flex-wrap: wrap; justify-content: space-between; height:auto!important }
.honor-list ul:after{content: ''; width: 31%;}
.honor-list ul a{width: 31%!important; margin-bottom: 20px; height:auto!important }
.honor-list ul a .pic{overflow: hidden; background: #f6f6f6;height: 442px;display: flex;align-items: center;}
.honor-list ul a .pic img{display: block; width: 100%; transform: scale3d(0.8,0.8,1); -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.honor-list ul a:hover .pic img{-webkit-transform: scale3d(0.9,0.9,1);transform: scale3d(0.9,0.9,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.honor-list ul a em{display: block; font-size: 18px; color: #333; text-align: center; line-height: 4.375rem;}





/* 内页新闻列表页 */
.all-news-list ul li {width: 100%; position: relative; overflow: hidden;  border-bottom: 1px solid #eeeeee; padding-bottom: 45px; margin-bottom: 45px;}
.all-news-list ul li .box-right {width: 66%;}
.all-news-list li .companyNews-box { display: flex; }
.all-news-list li .companyNews-box em {font-size: 1rem;color: #9f9f9f; position: relative; z-index: 2;}
.all-news-list li .companyNews-box h3 {font-size: 1.1rem;color: #333333; line-height: 24px; margin: 20px 0;  position: relative; z-index: 2;  display: -webkit-box;overflow: hidden;   -webkit-line-clamp: 1;  -webkit-box-orient: vertical;}
.all-news-list li .companyNews-box .box-img {width: 100%;position: relative;z-index: 2;overflow: hidden;}
.all-news-list li .companyNews-box .box-img img {width: 100%; display: block; transition: .5s;}
.all-news-list li .companyNews-box span {background: url(../images/company-news-jt.png) no-repeat center; transition: .5s; width: 74px; height: 12px; display: block; margin-top: 30px; position: relative; z-index: 2;}
.all-news-list li p {font-size: 0.9rem;color: #555555;/* margin: 3rem 0; */line-height: 25px;position: relative;z-index: 2;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.all-news-list li .bj-img { position: absolute; bottom: 0; width: 100%;  bottom: -100%; transition: .5s;}
.all-news-list li .bj-img img {width: 100%; display: block; }
.all-news-list li:hover h3 {color: #02a351;}
.all-news-list li:hover span {background: url(../images/company-news-jt2.png) no-repeat center; padding-left: 170%;}
.all-news-list li:hover .box-img img {transform: scale(1.05);}
.all-news-list li:hover .bj-img {bottom: 0;}
.all-news-list li .companyNews-box .box-left {width: 30%;margin-right: 4%;position: relative;}
.all-news-list li .companyNews-box .box-img h4 {  position: absolute;  top: 0;  left: 0;  width: 30%;  display: block;  text-align: center;  padding: 13px 10px;  font-size: 1rem;  color: #ffffff;  background: #bca065;  border-radius: 0px 0px 20px 0px;}





/* 人才招聘 */
.join-list ul li {margin-bottom: 22px; background: #f5f5f5; padding: 40px 2% 50px; box-sizing: border-box; }
.join-list ul li h5 {font-size: 28px;color: #333333;}
.join-list ul li .liBox {margin-top: 40px; display: flex; justify-content: space-between; align-items: center; }
.join-list ul li dl {display: grid;grid-template-columns: repeat(4,auto);justify-content: flex-start;gap: 3rem;margin-right: 10%;}
.join-list ul li dl em {display: block;color: #888888;}
.join-list ul li dl span {color: #333333;font-size: 18px;display: block; margin-top: 5px;}
.join-list ul li .more {position: relative;}
.join-list ul li .more a { transition:0.6s; width: 142px;height:58px; background: #1171bc; border-radius: 29px; display: flex;align-items: center; justify-content: center; color: #fff;}
.join-list ul li .more a:hover{background: #02893a;}
.acquisition {padding: 30px;box-sizing: border-box; background-color: #fff; width: 55%; display: none; cursor: default;    white-space: initial;}
.acquisition .box-title {display: flex; justify-content: space-between; align-items: center;}
.acquisition .box-title h3 {font-size: 24px; color: #000; font-weight: bold; margin: 0; text-align: left; width: 85%;}
.acquisition .box-title span {font-size: 50px; cursor: pointer; color: #000; line-height: 30px;}
.acquisition .time span {font-size: 16px; color: #666;display: inline-block; margin-right: 6px;}
.acquisition .time {border-bottom: 1px solid #ececec; padding: 10px 0; text-align: left;}

/*后台编辑框*/
.case-editbox table{width: 100%!important;border-collapse:collapse}
.case-editbox table img{display: inline-block; max-width: 100%}
.case-editbox table  tr td{padding: 10px!important; box-sizing: border-box}
.case-editbox table  tr td:first-child{width: 50%!important}

.case-editbox table  tr td:last-child{width: 50%!important}


.newsxq-date{margin-bottom: 20px}


.pro-details table{width: 100%!important;border-collapse:collapse}
.pro-details table img{display: inline-block; max-width: 100%; margin: 0 auto}
.pro-details table  tr td{padding: 10px!important; box-sizing: border-box}


.pro-class .ctitle2{display: none;padding: 1.75rem 0 1.5625rem 1.25rem;}
.pro-class .ctitle2>li{margin-bottom: 0.8125rem;}
.pro-class .ctitle2>li>a{display: block; font-size: 1.125rem; color: #333; position: relative; padding-left: 1.375rem;}
.pro-class .ctitle2>li>a:before{content: "";width: 10px;height: 10px;border: 1px solid #dfdfdf;border-radius: 50%;position: absolute;left: 0;top: 50%; transform: translateY(-50%); transition: all 0.4s;}
.pro-class .ctitle2>li>a:after{content: "";width: 6px;height: 6px;background: #dfdfdf;border-radius: 50%;position: absolute;left: 3px;top: 50%;transform: translateY(-50%); transition: all 0.4s;}
.pro-class .ctitle2>li>a:hover,.pro-class .ctitle2>li>a.on,.pro-class .ctitle2>li.on>a{	color: #02893a;}
.pro-class .ctitle2>li>a:hover:before,.pro-class .ctitle2>li>a.on:before,.pro-class .ctitle2>li.on>a:before{	border-color: #02893a;}
.pro-class .ctitle2>li>a:hover:after,.pro-class .ctitle2>li>a.on:after,.pro-class .ctitle2>li.on>a:after{	background: #02893a;}

.pro-class .ctitle2{padding:0.5rem 1.25rem}
.pro-class .ctitle2>li{margin-bottom: 0.3rem;}
.pro-class .ctitle2>li>a{font-size: 1rem;transition: all .3s;}
.pro-class .ctitle1>li:hover>h3>a,.pro-class .ctitle1>li.on>h3>a{text-indent: 1rem; color: #fff}


.pro-class .ctitle1>li.on .ctitle2{display: block;}


.ctitle2.on{display: block;}

.proxq-link .pro-zx{position: relative}
.pro-wechat{
    position: absolute;
    top: 117%;
    left: 50%;
    display: none;
    z-index: 2;
    transform: translateX(-50%);
}
.proxq-link .pro-zx:hover .pro-wechat{display: block}

.case-editbox img{max-width: 100%; display: block}

@media screen and (min-width:200px)  and  (max-width:1440px)  {
    .container{max-width: 94%; width: 1300px;}
    body{min-width: 1300px; overflow-x: hidden; }




}
