.strengthBox3 li .text* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.bannerVideoBox {
    position: relative;
    width: 100%;
    height: 95vh;
    max-height: 950px;
    min-height: 200px;
    overflow: hidden;
}

.wyz-vido-Container2 {
    height: 100%;
}

@media only screen and (min-width: 769px) {
    .c_portalResEbizads_banner-04001 .swiper-container {
        margin: 0 auto;
        position: relative;
        overflow: visible !important;
        z-index: 1;
        height: 100%;
    }
}

.wyz-vido-Container2 .swiper-wrapper {
    height: 100%;
}

.wyz-vido-Container2 .swiper-wrapper .swiper-slide {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.banner-slide {
    display: flex;
    flex-flow: column;
    justify-content: center;
    overflow: hidden;
}

.picBox {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}

.swiper-slide.swiper-slide-active .picBox {
    transition: 5s 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}

.conBox {
    margin: 0 auto;
    width: 90%;
    max-width: 1560px;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    z-index: 10;
    text-align: left;
    display: block;
}

.conBox h1 {
    font-weight: normal;
    font-size: 1.5vw;
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff;
    text-shadow: 1px 2px 8px rgb(0 0 0 / 20%);
    font-family: "Myriad Pro";
    text-transform: uppercase;
}

.conBox h2 {
    position: relative;
    margin: 1.5rem 0 0rem 0;
    padding-top: 1rem;
    color: #fff;
    text-shadow: 1px 2px 8px rgb(0 0 0 / 70%);
    font-size: 30px;
    font-weight: normal;
}

.conBox p {
    position: relative;
    margin: 1.5rem 0 0rem 0;
    color: #fff;
    text-shadow: 1px 2px 8px rgb(0 0 0 / 70%);
    font-size: 18px;
    font-weight: normal;
}

.e_switchbtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 50px;
    text-align: center;
    z-index: 999;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.e_switchbtn.btn-pre {
    left: 30px;
}

.e_switchbtn.btn-next {
    right: 30px;
}

.bannerVideoBox .swiper-pagination {
    bottom: 40px;
    line-height: 1px;
    z-index: 1;
}

@media only screen and (min-width: 769px) {
    .swiper-pagination {
        position: absolute;
        z-index: 20;
        bottom: 40px;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 769px) {
    .p_ThumbnailBox {
        position: absolute;
        text-align: center;
        font-size: 0;
        z-index: 6;
        overflow: hidden;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@media only screen and (min-width: 769px) {
    .p_ThumbnailBox {
        width: auto;
        height: auto;
        border-width: 0;
        background-color: transparent;
    }
}

@media only screen and (min-width: 769px) {
    .p_ThumbnailBox {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }
}

.bannerVideoBox .swiper-pagination .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    border-radius: 100%;
    background-color: #fff;
    margin: 0 7.5px;
    opacity: 1;
}

.bannerVideoBox .swiper-pagination .swiper-pagination-bullet-active {
    background: #7fb753;
}

.head {
    width: 100%;
    height: 105px;
    line-height: 105px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.heads {
    max-width: 1230px;
    margin: auto;
}

.logo {
    float: left;
    width: 12.7%;
}

.logo img {
    width: 90%;
}

.search {
    float: right;
    cursor: pointer;
}

.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 103px;
    display: none;
    z-index: 9999;
    background: #7fb753;
    padding: 18px 2%;
}

.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../images/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}

.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 1);
}

.search-box form .text {
    font-size: 12px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    outline: none;
}

.search-box form .submit {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../images/search.png) no-repeat center;
    border: none;
}

.search-box form .text::-webkit-input-placeholder {
    color: #fff;
}

.search-box form .text:-moz-placeholder {
    color: #fff;
}

.search-box form .text::-moz-placeholder {
    color: #fff;
}

.search-box form .text:-ms-input-placeholder {
    color: #fff;
}

.nav {
    float: right;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    padding: 0 30px;
    position: relative;
}

.nav ul li.child {}

.nav ul li a {
    font-size: 17px;
    color: #fff;

    display: block;
}

.nav ul li .detailnav {
    position: absolute;
    top: 105px;
    left: -40%;
    width: 185%;
    z-index: 999;
    background: rgba(255, 255, 255, .3);
    display: none;
}

.nav ul li .detailnav li {
    padding: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
}

.nav ul li .detailnav li a {
    font-size: 15px;
    color: #fff;
}

.nav ul li:hover .detailnav {
    display: block;
}

.about {
    width: 100%;
    overflow: hidden;
    margin-top: 88px;
}

.abouts {
    max-width: 1390px;
    margin: auto;
}

.rab {
    width: 49.6%;
    float: right;
}

.rab img {
    width: 100%;
}

.lab {
    float: left;
    width: 45.3%;
}

.labetitle {
    font-size: 51px;
  
    font-weight: bold;
    text-transform: uppercase;
    background: linear-gradient(90deg, #285693, #e2f20a);
    background-size: 48% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradient 3s linear infinite;

}

.labetitle span {
    color: #7fb753;
}

.labctitle {
    font-size: 35px;
    color: #464646;
}

.labline {
    width: 55px;
    height: 3px;
    background: #f2741f;
    margin-top: 10px;
}

.labcon {
   
    font-size: 15px;
    color: #464646;
    line-height: 2;
    margin-top: 25px;
}

.lablink {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.lablinks {
    float: left;
    margin-right: 30px;
}

.lablinks:last-child {
    margin-right: 0;
}

.lablink_pic {
    float: left;
    line-height: 62px;
}

.lablink_con {
    float: left;
    margin-left: 10px;
}

.lablink_con_top {
    font-size: 18px;
    color: #464646;
    margin-top: 10px;
}

.lablink_con_bot {
    font-size: 16px;
    color: #756f6f;
}

.labmore a {
    display: block;
    width: 174px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    border-radius: 30px;
    background: #7fb753;
    font-size: 17px;
    color: #f7f6f6;
}

.labmore {
    margin-top: 35px;
}

.indexCase {
    height: 100%;
    width: 100%;
    background: #73b5ae url(../images/sy-case-back.jpg) no-repeat bottom left;
    background-size: auto 100%;
    padding: 115px 0 100px 0;
    position: relative;
    margin-top: 85px;
}

.indexCase .top-info {
    width: 14.6875%;
    float: left;
}

.indexCase .rs-sy-cn,
.indexCase .rs-sy-en {
    text-align: left;
    color: #fff;
}

.indexCase .top-info .sub {
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    margin-top: 50px;
}

.syCase-show {
    width: 82.5%;
    float: right;
    position: relative;
}

.syCase-top {
    /* width: 40.1875%;
	float: left;
	
	padding: 60px; */
}

.syCase-top .Pic {
    width: 48.712121%;
    float: left;
    background: url(../images/sy-case-big-img-back.png) no-repeat center center;
    overflow: hidden;
}

.syCase-top .Pic img {
    padding: 60px;
    border-radius: 100%;
    max-width: 100%;
}

.syCase-top .Pic img:hover

{   transform: rotate(360deg);
    transition: all 1.5s ease;

}
.syCase-right {
    width: 35.9375%;
    float: right;
}

.syCase-top .Info {
    width: 43.94%;
    float: right;
    color: #fff;
    padding-top: 65px;
    position: relative;
}

.syCase-top .Info .tit1 {
    font-size: 42px;
    line-height: 103px;
}

.syCase-top .Info .tit2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin: 36px 0 25px;
}

.syCase-top .Info .sub {
    font-size: 15px;
    line-height: 30px;
    display: -webkit-box;

    -webkit-box-orient: vertical;
    overflow: hidden;
}

.syCase-top .Info .more {
    width: 145px;
    line-height: 42px;
    height: 48px;
    text-align: center;
    background: #e6f1f9;
    color: #37958b;
    border-radius: 48px;
    font-size: 15px;
    margin-top: 48px;
    transition: all .5s ease;
}

.syCase-top .Info .more:hover {
    background: #37958b;
    color: #fff;
    transition: all .5s ease;
}

.syCase-top .Info .more i {
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-left: 8px;
}

.syCase-top .Info .num {
    font-size: 205px;
    color: #95c23c;
    font-family: arial;

    position: absolute;
    right: 0;
    top: 180px;
	opacity:0.4;
	display:none;
}

.syCase-right {
    width: 43.94%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9009;
}

.syCase-thumbs {
    width: 75%;
    float: left;
}

.syCase-thumbs .swiper-slide {
    cursor: pointer;
}

.syCase-thumbs .Pic {
    position: relative;
}

.syCase-thumbs .Pic span {
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    background: #37af7b;
    bottom: 0;
    left: 0;
    z-index: 11;
}

.syCase-thumbs .Pic img {
    transform: scale(0.7);
    display: block;
    position: relative;
    z-index: 22;
    border-radius: 100%;
    transition: all .5s ease;
    max-width: 100%;
}

.syCase-thumbs .swiper-slide-thumb-active .Pic img {
    transform: scale(0.89);
    transition: all .5s ease;
}

.syCase-thumbs p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}

.syCase-right .jtbox {
    width: 80px;
    height: 32px;
    position: absolute;
    right: 0;
    bottom: 35px;
}

#syCaseN,
#syCaseP {
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 100%;
}

#syCaseN {
    background: url(../images/sy-case-next.png) no-repeat center center;
    right: 0;
}

#syCaseP {
    background: url(../images/sy-case-prev.png) no-repeat center center;
    left: 0;
}

.indexCase .swiper-num {
    position: absolute;
    bottom: 110px;
}

.indexCase .swiper-num .line {
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #fff;
    opacity: 0.5;
    position: relative;
    top: -8px;
    margin: 0 5px;
}

.indexCase .swiper-num .active {
    font-family: helev;
    font-size: 28px;
    color: #fff;
}

.indexCase .swiper-num .total {
    font-family: helev;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.rs-sy-cn {
    text-align: center;
    font-size: 41px;
    color: #030303;
    font-weight: bold;
    font-family: "Arial";
    text-transform: uppercase;
    background: linear-gradient(90deg, #285693, #e2f20a);
    background-size: 25% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradient 3s linear infinite;
}

.rs-sy-cn span {
    color: #7fb753;
}

.rs-sy-en {
    font-size: 30px;
    text-align: center;
    color: #1f1a1b;
}

.container {
    width: 96%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
}

.maintitle {
    font-family: "Arial";
    font-size: 40px;
    font-weight: bold;
    color: #464646;
    text-transform: uppercase;
    background: linear-gradient(90deg, #285693, #e2f20a);
    background-size: 20% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradient 3s linear infinite;
}

.maintitle span {
    color: #7fb753;
}

.titles {
    font-size: 35px;
    color: #464646;
}

.cooperation {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
}

.client_main {
    max-width: 1280px;
    margin: 40px auto 50px;
}

.flex_wrap {
    flex-wrap: wrap;
}

.box {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.client_item {
    width: 25%;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    cursor: pointer;
    text-align: center;
}

.items_center {
    align-items: center;
}

.justify_center {
    justify-content: center;
}

.client_item img {
    width: 80.625%;
}

.client_item:nth-of-type(1) {
    background-image: url("../images/cl1.png");
}

.client_item:nth-of-type(2) {
    background-image: url("../images/cl2.png");
}

.client_item:nth-of-type(3) {
    background-image: url("../images/cl2.png");
}

.client_item:nth-of-type(4) {
    background-image: url("../images/cl3.png");
}

.client_item:nth-of-type(5) {
    background-image: url("../images/cl4.png");
}

.client_item:nth-of-type(6) {
    background-image: url("../images/cl5.png");
}

.client_item:nth-of-type(7) {
    background-image: url("../images/cl5.png");
}

.client_item:nth-of-type(8) {
    background-image: url("../images/cl6.png");
}

.client_item:nth-of-type(9) {
    background-image: url("../images/cl7.png");
}

.client_item:nth-of-type(10) {
    background-image: url("../images/cl8.png");
}

.client_item:nth-of-type(11) {
    background-image: url("../images/cl8.png");
}

.client_item:nth-of-type(12) {
    background-image: url("../images/cl9.png");
}

.case_title {
    flex-direction: column;
    height: 200px;
    padding-left: 5%;
}

.case_title .case_t_en {
    text-transform: uppercase;
    font-size: 41px;
    font-weight: bold;
    font-family: "Arial";
}

.case_title .case_t_en span {
    color: #7fb753;
}

.case_title .case_t_cn {
    font-size: 30px;
    color: #1f1a1b;
}

.case_main {
    width: 100%;
    height: 724px;
}

.case_item {
    cursor: pointer;
    position: relative;
    width: 25%;
    height: 100%;
    overflow: hidden;
    transition: width 1s ease-in-out;
}

.case_item::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(38, 150, 158, 0.6);
    left: 0;
    bottom: 0;
    z-index: 0;
    transition: all 0.3s;
}

.case_item.active::after {
    background-color: transparent;
}

.case_item:hover {
    width: 40%;
}

.case_item .case_pop {
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -520px;
    width: 478px;
    height: 344px;
    padding-right: 90px;
    text-align: right;
    background-color: #ffffff;
    transition: left 1s ease-in-out;
}

.case_item:hover .case_pop {
    left: 0;
}

.case_item .case_pop h4.cp_t {
    margin-bottom: 20px;
    font-size: 26px;
    color: #151212;
}

.case_item .case_pop img.cp_line {
    margin-bottom: 20px;
}

.case_item .case_pop p.cp_txt {
    margin-bottom: 20px;
    padding-left: 80px;
    font-size: 14px;
    color: #858484;
    line-height: 28px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.case_item .case_pop a.cp_more {
    display: block;
    width: 162px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #7fb753;
    border-radius: 10px;
    margin-left: 60%;
}

.case_item .case_pop a.cp_more i {
    display: inline-block;
    width: 21px;
    height: 4px;
    margin: 0 10px 4px;
    background-color: #7fb753;
}

.case_item .case_pop img.cp_gear {
    position: absolute;
    top: 50%;
    right: 0;
    width: 84px;
    height: 88px;
    margin-top: -44px;
    margin-right: -42px;
    animation: gear 2s infinite linear;
    -webkit-animation: gear 2s infinite linear;
}

@-webkit-keyframes gear {
    100% {
        transform: rotateZ(360deg);
    }
}

.case_item .case_txt {
    position: absolute;
    bottom: 150px;
    left: 35px;
    font-size: 22px;
    color: #ffffff;
    z-index: 2;
    transition: opacity 1s ease-in-out, left 1s ease-in-out;
}

.case_item:hover .case_txt {
    opacity: 0;
    left: -100%;
}

.case_item .case_base {
    width: 100%;
    height: 100%;
}

.indexService {
    width: 100%;
    height: 100%;
    background: #f1f1f1 url(../images/sy-fw-bw.jpg) no-repeat top left;
    padding: 130px 0 105px 0;
}

.indexService .rs-sy-cn,
.indexService .rs-sy-en {
    text-align: left;
}

.syFw-show {
    position: relative;
}

.syFw-thumbs {
    position: absolute !important;
    width: 40.625%;
    left: 0;
    top: 42px;
}

.syFw-thumbs .swiper-slide {
    font-weight: bold;
    color: #d5d5d5;
    font-size: 24px;
    line-height: 53px;
    margin-bottom: 25px;
    cursor: pointer;
}

.syFw-thumbs .swiper-slide-thumb-active {
    color: #37958b;
}

.syFw-top {}

.syFw-top .Info {
    width: 40.625%;
    float: left;
    padding-top: 226px;
}

.syFw-top .Info .tit {
    font-size: 20px;
    line-height: 25px;
    color: #2c2b2b;
}

.syFw-top .Info .sub {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    height: 82px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 22px 0 40px;
}

.syFw-top .Pic {
    width: 45.5%;
    float: right;
 overflow: hidden;
    margin-right: 72px;
}
.syFw-top .Pic:hover img{
transform: scale(1.2);
transition: all .5s ease;

}

.client_item img:hover {

transform: scale(1.2);
transition: all .5s ease;
}
.new_pic{
width: 100%;
 overflow: hidden;
}
.new_bots:hover  img{
transform: scale(1.2);
}
.new_pic  img{
  transition: all 0.3s;
}
.syFw-top .Pic img {
    display: block;
    width: 100%;
  transition: all 0.3s;
}

.syFw-jt-box {
    width: 106px;
    height: 46px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#syFwN,
#syFwP {
    width: 46px;
    height: 46px;
    margin-top: 0;
    top: 0;
    border-radius: 100%;
}

#syFwN {
    background: #37958b url(../images/sy-fw-next-bs.png) no-repeat center center;
    right: 0;
}

#syFwN.swiper-button-disabled {
    background: #fff url(../images/sy-fw-next-ls.png) no-repeat center center;
    right: 0;
    opacity: 1;
}

#syFwP {
    background: #37958b url(../images/sy-fw-prev-bs.png) no-repeat center center;
    left: 0;
}

#syFwP.swiper-button-disabled {
    background: #fff url(../images/sy-fw-prev-ls.png) no-repeat center center;
    right: 0;
    opacity: 1;
}

.indexService .container {
    max-width: 1345px;
}

.new {
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
}

.news {
    max-width: 1345px;
    margin: auto;
}

.new_top {
    width: 100%;
    overflow: hidden;
}

.new_top_left {
    float: left;
}

.new_top_title {
    font-size: 37px;
    color: #333333;
    font-weight: bold;
    background: linear-gradient(90deg, #285693, #e2f20a);
    background-size: 100% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradient 3s linear infinite;
}

.new_top_titles {
    font-size: 14px;
    color: #a4a5a9;
}

.new_top_right {
    float: right;
    margin-top: 20px;
}

.new_top_right a {
    float: left;
    width: 139px;
    height: 43px;
    font-size: 16px;
    line-height: 41px;
    border-radius: 30px;
    border: 1px solid #b2b5b9;
    text-align: center;
    color: #131516;
    margin-left: 8px;
}

.new_top_right a:hover {
    color: #37958b;
    border: 1px solid #37958b;
}

.new_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}

.new_bots {
    width: 30.8%;
    margin-right: 3.8%;
    float: left;
}

.new_bots:last-child {
    margin-right: 0;
}

.new_pic img {
    width: 100%;
}

.new_title {
    font-size: 18px;
    color: #1a1c1e;
    margin-top: 40px;
}

.new_con {
    font-size: 14px;
    color: #747576;
    margin-top: 10px;
}

.new_line {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.new_line span:first-child {
    float: left;
    width: 20%;
    height: 3px;
    background: #37958b;
}

.new_line span:nth-child(2) {
    width: 80%;
    float: left;
    height: 3px;
    background: #f3f3f3;
}

.new_foot {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.new_more {
    float: left;
    font-size: 15px;
    color: #5e665e;
    text-transform: uppercase;
}

.new_date {
    font-size: 16px;
    color: #7fb753;
    float: right;
}

.about-qye ul {
    width: 100%;
    margin-bottom: 0;
}

.about-qye ul li {
    width: calc(100%/6);
    box-sizing: border-box;
    background-position: center top;
    border-left: 1px solid #fff;
    height: 600px;
    float: left;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about-qye ul li:first-of-type {
    border-left: none
}

.about-qye ul li::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 1;
}

.about-qye ul li h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    font-size: 32px;
    color: #fff;
    /* font-weight: bold; */
    width: 40px;
    text-align: center;
    z-index: 2;
    line-height: 38px;
}

.about-qye ul .action {
    width: calc(100%/2);
    /* background-size: 100% 100% !important; */
}

.about-qye ul .action .conent {
    opacity: 1;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition: opacity 0.3s, transform 0.3s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transform: translate3d(-50%, 0, 0) scale(1);
    -webkit-transform: translate3d(-50%, 0, 0) scale(1);
}

.about-qye ul .action h3 {
    opacity: 0;
}

.about-qye ul .action::after {
    background: rgba(0, 97, 175, 0.3)
}

.about-qye ul li .conent {
    position: absolute;
    left: 50%;
    top: 13%;
    width: 80%;
    transform: translate3d(-50%, 0, 0) scale(0);
    -webkit-transform: translate3d(-50%, 0, 0) scale(0);
    z-index: 3;
    opacity: 0;
}

.about-qye ul li .conent b {
    font-size: 36px;
    color: #fff;
}

.about-qye ul li .conent .txt {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-top: 2%;
}

.about-qye {
    margin-top: 70px;
}

.map {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.map_tip {
    width: 540px;
    height: 260px;
    background: #fff;
    position: absolute;
    top: 140px;
    right: 225px;
    box-shadow: 5px 10px 20px #bcbbb9;
    padding-left: 35px;
    padding-top: 40px;
}

.map_title {
    font-size: 20px;
    color: #2a2d2c;
}

.map_tel {
    font-family: "Impact";
    font-size: 28px;
    color: #7fb753;
    margin-top: 5px;
}

.map_detail {
    font-size: 14px;
    color: #2a2d2c;
    margin-top: 10px;
    line-height: 2;
}

.foot {
    width: 100%;
    overflow: hidden;
    /* background: #37958b; */
    padding: 30px 0 0 0;
}

.foots {
    max-width: 1320px;
    margin: auto;
}

.left_foot {
    width: 36%;
    float: left;
    padding-top: 52px;
}

.fmore a {
    display: block;
    width: 165px;
    height: 35px;
    border-radius: 30px;
    text-align: center;
    line-height: 35px;
    background: #2aac73;
    color: #fff;
}

.fmore a img {
    margin-right: 5px;
}

.fmore {
    margin-top: 25px;
}

.ftel {
    font-size: 26px;
    color: #069751;
    margin-top: 15px;
}

.copy a {
    font-size: 15px;
    color: #121111;
    line-height: 2.6;
}

.copy {
    margin-top: 15px;
}
.copy p{
    color: #2e2c2c;
}

.fnav {
    float: left;
    margin: 10px 60px 0;
}

.ftitle {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
   
}

.fnav ul {
    margin-bottom: 0;
}

.fnav ul li {
    margin-bottom: 10px;
}

.fnav ul li a {
    font-size: 14px;
    color: #000;
}

.saoma {
    float: right;

    margin-top: 10px;
}

.saoma {
    padding-top: 30px;
}

.saoma img,
.saoma p {
    float: left;
    margin-bottom: 10px;
}

.saoma p {
    font-size: 14px;
    color: #000;
    width: 14px;
    margin: 20px 7px 0;
}

.flink {
    width: 100%;
    overflow: hidden;
    background: #247f75;
    line-height: 70px;
}

.flinks {
    max-width: 1347px;
    margin: auto;
}

.flinks span {
    font-size: 16px;
    color: #e9e9e9;
}

.flinks a {
    font-size: 14px;
    color: #fff;
    padding-right: 5px;
    border-right: 1px solid #fff;
    display: inline-block;
    line-height: 15px;
}

.flinks a:last-child {
    border-right: none;
}

.mobile-inner-header {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
    height: 75%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(51, 51, 51, 0.4);
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

.alllistsearch {
    width: 100%;
    height: 92px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    line-height: 92px;
}

.alllistsearch>div {
    max-width: 1220px;
    margin: auto;
    ;
    overflow: hidden;
    padding: 0 10px;
}

.alllistsearchLeft {
    float: left;
    font-size: 16px;
    color: #464646;
}

.alllistsearchLeft img {
    margin-right: 7px;
}

.alllistsearchLeft i {
    font-style: normal;
}

.alllistsearchLeft span {}

.alllistsearchLeft a {
    color: #464646;
}

.listnavRight {
    float: right;
}

.listnavRight a {
    display: block;
    float: left;
    font-size: 16px;
    color: #464646;
    padding: 0 3rem;
    transition: 0.3s linear;
}

.listnavRight a.on {
    background: #39978d;
    color: #fff;
}

.listnavRight a:hover {
    background: #39978d;
    color: #fff;
    transition: 0.3s linear;
}

.p12-aboutinfo-1 {
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
}

.p12-aboutinfo-1 .tit {
    height: 160px;
    background: url(../images/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 91px;
    clear: both;
    text-align: center;
}

.p12-aboutinfo-1 .tit span {
    display: block;
    font-size: 28px;
    color: #000;
    padding-top: 45px;
}

.p12-aboutinfo-1 .tit em {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-family: "Times New Roman";
    padding-top: 18px;
    display: block;
}

.g-gywm {
    height: 530px;
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #39978d;
    padding: 60px 0 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}

#map {
    width: 100%;
    min-height: auto;
    border: 1px solid rgb(204, 204, 204);
    font-size: 12px;
}

#map iframe,
#map body,
.page-type-tools {
    width: 100% !important;
    min-height: 100% !important;
}

.map-title {
    font-size: 16px;
    line-height: 24px;
}

.map-list {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 6px;
}

.listcontacts {
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}

.listcontacts>div {
    max-width: 1210px;
    margin: 5rem auto;
    overflow: hidden;
}

.listcontacts>div>span {
    font-size: 28px;
    color: #6a6a6a;
}

.listcontacts>div>span>i {
    font-style: normal;
    font-size: 19px;
    color: #8d8c8c;
    font-family: Arial Regular;
    text-transform: uppercase;
    margin-left: 5px;
}

.listcontactsTitle {
    overflow: hidden;
    margin-top: 3rem;
}

.listcontactsTitle input {
    height: 58px;
    display: block;
    float: left;
    padding-left: 47px;
    box-sizing: border-box;
    width: 48%;
    font-size: 16px;
    margin-bottom: 2rem;
    border: 1px solid #ccc;
    outline: none;
}

.listcontactsTitle input:nth-child(1) {
    background: url(../images/122.png)left 0 no-repeat #fff;
    background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
    float: right;
    background: url(../images/123.png)left 0 no-repeat #fff;
    background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
    background: url(../images/124.png)left 0 no-repeat #fff;
    background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
    float: right;
    background: url(../images/125.png)left 0 no-repeat #fff;
    background-position: 12px;
}

.listcontactsTextarea {
    width: 100%;
    border: 1px solid #ccc;
    background: url(../images/126.png)left 0 no-repeat #fff;
    background-position: 12px 16px;
    padding-left: 47px;
    font-size: 16px;
    padding-top: 18px;
    height: 174px;
    outline: none;
}

.listcontactsubmit {
    text-align: center;
    margin-top: 3rem;
}

.listcontactsubmit input {
    background: #39978d;
    color: #fff;
    border: 0;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
}

.listcontactsubmit input:nth-child(2) {
    background: #484848;
}

.ab_1_1 {
    max-width: 1240px;
    margin: 70px auto;
    overflow: hidden;
}

.ab_1_2 {

    overflow: hidden;
}

.ab_1_2 img {
    width: 100%;
    height: auto;
}

.ab_1_3 {
    text-align: center;
}

.ab_1_3 h1 {
    font-size: 36px;
    color: #39978d;

    margin-top: 138px;
}

.ab_1_3 h2 {
    font-size: 36px;
   

    text-align: center;
    margin-top: 22px;
	background: linear-gradient(90deg, #285693, #e2f20a);
    background-size: 25% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradient 3s linear infinite;
}

.ab_1_3 p {
    font-size: 16px;
    line-height: 25px;
    padding-right: 100px;
}

.ab_2_1 {
    max-width: 1200px;
    margin: 66px auto;
    background-color: #FFF;
    font-size: 0;
}

.ab_2 {
    background-color: #f1f1f1;
    overflow: hidden;
    width: 100%;
}

.ab_2_1 ul {
    list-style-type: none;
    display: block;
    font-size: 0;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.ab_2_1 ul li {
    display: block;
    float: left;
    width: 50%;
    height: 335px;
}

.ab_2_1 ul li h1 {
    font-size: 40px;
    color: #39978d;
    padding-top: 24px;
    padding-left: 46px;
}

.ab_2_1 ul li h2 {
    font-size: 25px;
    color: #247f75;
    margin-top: 27px;
    margin-left: 46px;
    padding-left: 20px;
	font-weight:bold;
}

.ab_2_1 ul li p {
    font-size: 16px;
    line-height: 25px;
    padding: 17px 65px 0 64px;
}

.ab_2_1 ul li img {
    width: 100%;
    height: 335px;
}

.ab_2_1 ul li:nth-child(4n) h2 {
    padding-left: 12px;
    margin-top: 73px;
}

.brand-three .brand-three-t {
    padding: 30px 0;
    text-align: center;
}

.brand-three .brand-three-t li {
    font-size: 36px;
    color: #555;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 17px;
    margin-bottom: 17px;
    position: relative;
    list-style: none;
}

.brand-three .brand-three-t li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 1px;
    background: #39978d;
    margin-left: -50px;
}

.brand-three .brand-three-t p {
    font-size: 14px;
    color: #ccc;
    margin: 0;
}

.brand-honor .brand-honor-box {
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
}

.brand-honorswiper {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
    overflow: hidden;
}

.brand-honor .brand-honor-box .brand-honor-item {
    padding: 30px 15px;
    float: left;
    text-align: center;
    transition: all .5s;
}

.brand-honor .brand-honor-box .brand-honor-item li {
    margin: 20px auto;
    color: #666;
}

.brand-honor .brand-honor-box .brand-honor-item img {
    width: 100%;
}

.news-next,
.news-prev {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 52%;
    transition: all .5s;
    border-radius: 2px;
}

.news-next {
    right: 0;
    background: url(../images/new-right.png) no-repeat center center;
}

.news-prev {
    left: 0;
    background: url(../images/new-left.png) no-repeat center center;
}

.brand-jin .brand-jin-box {
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
}

.brand-jinswiper {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
    overflow: hidden;
}

.brand-jin .brand-jin-box .brand-jin-item {
    padding: 30px 15px;
    float: left;
    text-align: center;
    transition: all .5s;
}

.brand-jin .brand-jin-box .brand-jin-item li {
    margin: 20px auto;
    color: #666;
}

.brand-jin .brand-jin-box .brand-jin-item img {
    width: 100%;
}

.jinnews-next,
.jinnews-prev {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 52%;
    transition: all .5s;
    border-radius: 2px;
}

.jinnews-next {
    right: 0;
    background: url(../images/new-right.png) no-repeat center center;
}

.jinnews-prev {
    left: 0;
    background: url(../images/new-left.png) no-repeat center center;
}

.listpro {
    max-width: 1220px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    line-height: 34px;
    font-size: 16px;
    color: #666565;
}

.listpronav {
    overflow: hidden;
    margin-top: 38px;
    margin-bottom: 45px;
}

.listpronav li {
    width: 140px;
    height: 50px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 50px;
    float: left;
    border-radius: 5px;
    margin-right: 9px;
}

.listpronav li a {
    display: block;
    color: #444;
    font-size: 16px;
}

.listpronav li:hover {
    background: #39978d;
    border: 1px solid #39978d;
}

.listpronav li:hover a {
    color: #fff;
}

.listpronav li.current {
    background: #39978d;
    border: 1px solid #39978d;
}

.listpros {
    width: 100%;
    overflow: hidden;
}

.listpros a {
    display: block;
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 2%;
}

.listpros a .listprosimg {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.listpros a .listprosimg img {
    width: 100%;
    transition: all 0.3s;
}

.listpros a .listprosimg div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s;
}

.listpros a .listprosimg div span {
    width: 64px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-top: 1px solid #fff;
    font-size: 16px;
}

.listpros a p {
    font-size: 18px;
    color: #444;
    line-height: 44px;
    margin: 0;
    text-align: center;
}

.listpros a:nth-child(3n) {
    margin-right: 0;
}

.listpros a:hover .listprosimg img {
    transform: scale(1.1);
}

.listpros a:hover .listprosimg div {
    opacity: 1;
}

.listnew {
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding-top: 4rem;
}

.listnew a {
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.listnew a img {
    float: left;
    width: 20%;
}

.listnew .listnewright {
    float: right;
    width: 78%;
    overflow: hidden;
    margin-top: 2rem;
}

.listnew .listnewright .listnewrighttop {
    overflow: hidden;
    line-height: 34px;
}

.listnew .listnewright .listnewrighttop span {
    font-size: 24px;
    transition: all 0.3s;
    color: #333;
}

.listnew .listnewright .listnewrighttop div {
    float: right;
    color: #c8c8c8;
    font-size: 12px;
}

.listnew .listnewright .listnewrighttop div i {}

.listnew .listnewright .listnewrighttop div label {
    margin: 0;
    font-weight: 400;
    color: #969696;
}

.listnew .listnewright p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

.listnew .listnewright>span {
    width: 86px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: block;
    background: #39978d;
    padding: 5px 0;
    float: right;
    transition: all 0.3s;
}

.listnew .listnewright .listnewrighttop span:hover {
    color: #39978d;
}

.listnew .listnewright>span:hover {
    background: #000;
}

.listWrapper {
    padding: 40px 0 60px 0;
    overflow: hidden;
    background: #f4f4f4;
}

.grWidth {
    max-width: 1220px;
    padding: 0 10px;
    margin: auto;
}

.pTitle {
    font-size: 30px;
    font-weight: normal;
    color: #39978d;
    margin: 0;
    margin-bottom: 20px;
}

.proIndex {
    margin-bottom: 40px;
    overflow: hidden;
}

.proIndex ul {
    width: 100%;
    overflow: hidden;
}

.proIndex li {
    float: left;
    width: 24.5%;
    background: #fff;
    margin: 0 0.5% 8px 0;
}

.proIndex li .pImg {
    width: 100%;
    display: block;
    overflow: hidden;
}

.proIndex li img {
    width: 100%;
    transition: all 0.5s;
}

.proIndex li .font {
    padding: 10px 15px 0 15px;
    color: #999;
    text-align: center;
    line-height: 22px;
}

.proIndex li h4 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.proIndex li .font p {
    text-align: left;
}

.proIndex li:nth-child(1) {
    width: 49.5%;
}

.proIndex li:nth-child(1) img,
.proIndex li:nth-child(1) .pImg {
    width: 100%;
}

.proIndex li:nth-child(1) .font {
    padding: 10px 35px 5px 35px;
    font-size: 14px;
}

.proIndex li:nth-child(1) .font h4 {
    font-size: 18px;
    height: 35px;
}

.proIndex li:nth-child(1) .font h4 a {
    color: #333;
}

.proIndex li:nth-child(1) .font h4 a:hover {
    color: #39978d;
}

.proIndex li:nth-child(1) .box {
    height: 90px;
    margin-bottom: 10px;
    overflow: hidden;
}

.proIndex li:nth-child(1) .btns a,
.proList li .btns a {
    display: inline-block;
    width: 90px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #999;
    color: #fff;
    margin-right: 10px;
    transition: all 0.3s;
    border-radius: 3px;
    font-size: 12px;
}

.proIndex li:nth-child(1) .btns a:hover,
.proList li .btns a:hover {
    background: #39978d;
}

.proIndex li:hover {
    box-shadow: 0 0 5px #ccc;
}

.proIndex li h4:hover {
    color: #39978d;
}

.pTitle a {
    float: right;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.proIndex1 {
    margin-bottom: 40px;
    overflow: hidden;
}

.proIndex1 ul {
    width: 100%;
    overflow: hidden;
}

.proIndex1 li {
    float: left;
    width: 24.5%;
    background: #fff;
    margin: 0 0.5% 8px 0;
}

.proIndex1 li .pImg {
    width: 100%;
    display: block;
    overflow: hidden;
}

.proIndex1 li img {
    width: 100%;
    transition: all 0.5s;
}

.proIndex1 li .font {
    padding: 10px 15px 0 15px;
    color: #999;
    text-align: center;
    line-height: 22px;
}

.proIndex1 li h4 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.proIndex1 li .font p {
    text-align: left;
}

.proIndex1 li:hover {
    box-shadow: 0 0 5px #ccc;
}

.proIndex1 li h4:hover {
    color: #39978d;
}

.productshow_top {
    overflow: hidden;
}

.product-show-pic {
    width: 52%;
}

.product-show-pic img {
    max-width: none;
}

.jqzoom>img {
    width: 100%;
    height: auto;
}

.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    height: 310px;
    background: #fff;
    border: 1px solid #CCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #fff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}


/* 图片小图样式 */

.spec-preview {
    width: 78%;
    float: left;
}

.spec-scroll {
    width: 18%;
    overflow: hidden;
    float: right;
    margin-top: 3px;
}

.spec-scroll a.prev {
    display: block;
    width: 100%;
    height: 5px;
    background: url(../images/gotop.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
}

.spec-scroll a.prev:hover {
    background: url(../images/gotop2.gif) no-repeat center top;
}

.spec-scroll a.next {
    display: block;
    width: 100%;
    height: 5px;
    background: url(../images/gobottom.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer;
    margin-top: 10px;
}

.spec-scroll a.next:hover {
    background: url(../images/gobottom2.gif) no-repeat center top;
}

.spec-scroll .items {
    width: 100%;
    height: 445px;
    overflow: hidden;
    position: relative;
}

.spec-scroll .items ul {
    position: absolute;
    width: 100%;
}

.spec-scroll .items ul li {
    width: 100%;
    height: 115px;
    text-align: center;
}

.spec-scroll .items ul li img {
    width: 100%;
    height: 90px;
    cursor: pointer;
    border: 1px solid #ececec;
}

.spec-scroll .items ul li:hover img,
.spec-scroll .items ul .on img {
    border: 1px solid #39978d;
}


/* 产品右侧简介样式 */

.proShwo_right {
    width: 45%;
    overflow: hidden;
    font-size: 14px;
}

.proShwo_right .title {
    font-size: 30px;
    color: #39978d;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #e5e5e5;
}

.proShwo_right .p1 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #e5e5e5;
}

.proShwo_right .font {
    height: 180px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 20px;
}

.proShwo_right .font strong {
    font-size: 18px;
    color: #333;
}

.proShwo_right .phone {
    background: url('../images/picon2.jpg') no-repeat left center;
    padding-left: 25px;
    margin-bottom: 25px;
    color: #39978d;
}

.proShwo_right .phone span {
    font-size: 22px;
    font-family: Arial;
}

.proShwo_right .btn {
    padding: 0;
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #39978d;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    transition: all .3s;
}

.proShwo_right .btn2 {
    background: #39978d;
}

.proShwo_right .btn:hover {
    opacity: .8;
}

.gr-tab-list {
    overflow: hidden;
    margin-top: 40px;
}

.gr-tab-list .hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
}

.gr-tab-list .hd li {
    width: 150px;
    float: left;
    text-align: center;
    background: #f2f2f2;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
}

.gr-tab-list .hd li.on {
    background: #39978d;
    color: #fff;
}

.gr-tab-list .hd li.on::before {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 70px;
    border: 6px solid transparent;
    border-top-color: #39978d;
}

.gr-tab-list .bd {
    overflow: hidden;
    padding-top: 15px;
}

.houjia {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

.houjia .title {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.houjia .title .t {
    font-size: 114px;
    line-height: 114px;
    color: #f6f6f6;
    font-family: HEB;
    text-transform: uppercase;
}

.houjia .title .t1 {
    font-size: 36px;
    line-height: 114px;
    color: #333;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.houjia .houjiaswiper {
    width: 100%;
    overflow: hidden;
}

.houjia .houjiaswiper a {
    display: block;
}

.houjia .houjiaswiper a img {
    width: 100%;
}

.houjia .houjiaswiper a span {
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 5px;
}



.houjiamore {
    max-width: 130px;
    margin: auto;
    height: 36px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 36px;
    margin-top: 4rem;
    border-radius: 33px;
}

.houjiamore a {
    display: block;
}

.fr {
    float: right;
    display: inline;
}

.fl {
    float: left;
    display: inline;
}

.sWrapper .sMain {
    background: #fff;
    overflow: hidden;
    padding: 20px;
    max-width: 1200px;
    margin-bottom: 20px;
}

.league-six {
    overflow: hidden;
    padding: 70px 0 90px;
    position: relative;
}

.league-six_a {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.league-six_as {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
}

.brand-three .brand-three-t {
    padding: 30px 0;
    color: #fff;
    text-align: center;
}

.brand-three .brand-three-t li {
    font-size: 36px;
    color: #464646;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    list-style: none;
}

.brand-three .brand-three-t li span {
    color: #47af42;
    font-weight: bold;
    font-size: 60px;
}

.league-six .six-top li img {
    margin: 0 10px;
    max-width: 40px;
}

.brand-three .brand-three-t p {
    font-size: 14px;
    color: #464646;
    margin: 0;
}

.brand-three .brand-three-t li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 1px;
    background: #47af42;
    margin-left: -50px;
}

.news-next,
.news-prev {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 58%;
    transition: all .5s;
    border-radius: 2px;
}

.news-next {
    right: 0;
    background: url(../images/new-right.png) no-repeat center center;
}

.news-prev {
    left: 0;
    background: url(../images/new-left.png) no-repeat center center;
}

.league-six_a .six-list {
    position: relative;
    background: #81807f;
}

.league-six_a .six-list img {
    display: block;
    width: 100%;
}

.league-six_a .six-list .six-title {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 244px;
    padding: 44px 30px;
    color: #fff;
}

.league-six_a .six-list .six-title li {
    font-size: 30px;
    margin-bottom: 30px;
}

.league-six_a .six-list .six-title li span {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.league-six_a .six-list .six-title li span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.league-six_a .six-list .six-title p {
    line-height: 32px;
    margin: 0;
}

.league-six_a .swiper-slide:nth-child(2n) .six-list {
    background: #47af42;
}

.benefit {
    padding: 20px 0 50px;
    background: #f9f9f9;
}

.benefits {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
}

.fiex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-between;
}

.benefit .benefit-box .benefit-list {
    width: 15%;
    transition: all .5s;
}

.benefit .benefit-box .benefit-list .benefit-top {
    background: #47af42;
    height: 150px;
    padding: 40px 0;
    color: #fff;
    text-align: center;
}

.benefit .benefit-box .benefit-list p {
    min-height: 240px;
    padding: 30px 25px;
    background: #fff;
    color: #888;
    margin: 0;
    line-height: 26px;
}

.benefit .benefit-box .benefit-list .benefit-top h4 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 300;
}

.benefit .benefit-box .benefit-list:nth-child(2) .benefit-top {
    background: #3fbba5;
}

.benefit .benefit-box .benefit-list:nth-child(3) .benefit-top {
    background: #cb9c6b;
}

.benefit .benefit-box .benefit-list:nth-child(4) .benefit-top {
    background: #3fbba5;
}

.benefit .benefit-box .benefit-list:nth-child(5) .benefit-top {
    background: #47af42;
}

.benefit .benefit-box .benefit-list:nth-child(6) .benefit-top {
    background: #907b50;
}

.benefit .benefit-box .benefit-list:hover {
    cursor: pointer;
    box-shadow: 0 0 10px #999;
    transform: translate(0, -6px);
}

.league-napas {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
}

.league-napa {
    padding: 60px 0;
    overflow: hidden;
    background: linear-gradient(to left, #ffffff 50%, #47af42 50%);
}

.league-napa .napa-list {
    width: 50%;
    float: left;
}

.league-napa .napa-list .napa-path {
    padding-right: 90px;
}

.league-napa .napa-list .napa-path h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
}

.league-napa .napa-list .napa-path .napa-6 {
    padding-right: 120px;
    height: 360px;
    overflow-x: hidden;
    overflow-y: auto;
}

.league-napa .napa-list .napa-path .napa-6 .napa-6-page {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px #999;
    margin-bottom: 25px;
}

.league-napa .napa-list .napa-path .napa-6 .napa-6-page span {
    display: inline-block;
    position: relative;
    float: left;
    width: 120px;
    text-align: center;
    font-size: 60px;
    color: #ccc;
    margin-right: 20px;
}

.league-napa .napa-list .napa-path .napa-6 .napa-6-page span:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #eee;
}

.league-napa .napa-list .napa-path .napa-6 .napa-6-page li {
    font-size: 18px;
    font-weight: 500;
    color: #444;
    margin: 10px 0;
    list-style: none;
    transition: all .3s;
}

.league-napa .napa-list .napa-path .napa-6 .napa-6-page p {
    color: #888;
    transition: all .3s;
}

.league-napa .napa-list .napa-path .napa-6 .napa-6-page:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(6, 6, 6, 0.1);
    border-radius: 8px;
    transition: all .5s;
}

.league-napa .napa-list .napa-path .napa-6 .napa-6-page:hover:after {
    width: 120px;
}

.league-napa .napa-list .napa-path .napa-6 .napa-6-page:hover li,
.league-napa .napa-list .napa-path .napa-6 .napa-6-page:hover p {
    color: #47af42;
}

.olt-tages-main {
    padding: 0px 40px;
}

.league-napa .napa-list .napa-path {
    padding-right: 90px;
}

.olt-tages-main .olt-tages-item {
    overflow: hidden;
}

.olt-tages-main .olt-tages-item li {
    width: 45%;
    float: left;
    margin-right: 5%;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 26px;
    padding-bottom: 10px;
    list-style: none;
}

.olt-tages-main .olt-tages-item li label {
    color: #555;
}

.olt-tages-main .olt-tages-item li input {
    padding: 6px;
    font-size: 1rem;
    border: 0;
    max-width: 120px;
}

.olt-tages-main .olt-tages-item div.i {
    border-bottom: 1px solid #e1e1e1;
}

.olt-tages-main .olt-tages-item div {
    float: left;
    width: 95%;
    padding-bottom: 10px;
}

.olt-tages-main .olt-tages-item div textarea {
    margin-top: 0px;
    width: 100%;
    height: 70px;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 1rem;
    border: 0;
}

.olt-tages-main .olt-tages-item div p {
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0;
}

.olt-tages-main .olt-tages-item div.j {
    text-align: center;
    padding-top: 30px;
}

.olt-tages-main .olt-tages-item div.j a {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #47af42;
    padding: 10px 30px;
    color: #47af42;
    border-radius: 30px;
    transition: all .3s;
}

.olt-tages-main .olt-tages-item div.j a {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #47af42;
    padding: 10px 30px;
    color: #47af42;
    border-radius: 30px;
    transition: all .3s;
}

.olt-tages-main .olt-tages-item div.j a.jon {
    background: #47af42;
    color: #fff;
}

.league-napa .olt-tages-main .napa-path h4 {
    color: #333;
}

.olt-tages-main .olt-tages-item div.j a:hover {
    background: #47af42;
    color: #fff;
}

.league-newss {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
}

.league-news .league-news-box {
    overflow: hidden;
    padding: 5px 0;
}

.league-news .league-news-box .league-news-list {
    width: 29.3%;
    float: left;
    margin: 0 2% 50px;
    background: #fff;
    transition: all .5s;
}

.league-news .league-news-box .league-news-list img {
    width: 100%;
}

.league-news .league-news-box .league-news-list .league-news-t {
    padding: 30px 20px;
}

.league-news .league-news-box .league-news-list .league-news-t li {
    font-size: 20px;
    color: #555;
    padding-bottom: 15px;
    list-style: none;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.league-news .league-news-box .league-news-list .league-news-t p {
    color: #888;
    line-height: 1.6rem;
}

.league-news .league-news-box .league-news-list:hover {
    transform: translate(0, -5px);
    box-shadow: 0 0 10px #ccc;
    cursor: pointer;
}

.league-chapmanss {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
}

.league-chapman {
    background: #fff;
    position: relative;
}

.league-chapman .chapman-box .chapman-list {
    text-align: center;
    transition: all .5s;
    padding: 5px;
}

.league-chapman .chapman-box .chapman-list img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 4px solid #efefef;
    transition: all .5s;
}

.league-chapman .chapman-box .chapman-list li {
    position: relative;
    font-size: 20px;
    color: #555;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all .5s;
}

.league-chapman .chapman-box .chapman-list p {
    line-height: 2rem;
    color: #888;
}

.league-chapman .chapman-box .chapman-list li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    height: 1px;
    background: #ccc;
    transition: all .5s;
}

.league-chapman .chapman-box .chapman-list:hover {
    cursor: pointer;
    transform: translate(0, -6px);
}

.league-chapman .chapman-box .chapman-list:hover img {
    transform: rotateY(180deg);
}

.league-chapman .chapman-box .chapman-list:hover li {
    color: #47af42;
}

.insideabout {
    max-width: 1200px;
    margin: auto;
    margin-top: 40px;
}

.insideab_pic img {
    width: 100%;
}

.insideab_title {
    font-size: 50px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.insideabs_title {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.insidabs p {
    text-indent: 2em;
    line-height: 25px;
    margin-top: 15px;
}

.insideab {
    margin-bottom: 20px;
}

.insideab .intro_text .intro_text_bottom p {
    font-size: 16px;
    color: #666;
    line-height: 20px;
    margin-top: 0;
    text-indent: 0;
}

.insideab .intros {
    margin-bottom: 40px;
}

.insideab .shuju {
    margin-top: 20px;
}

.banner img {
    width: 100%;
}


.hongqiang_fbottom {

    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}


.hongqiang_fbottom a {
    display: block;
    float: left;
    width: 33%;
    overflow: hidden;
    padding: 30px 0;
}
.hongqiang_fbottom a label {
    color: #161b1f;
    font-size: 31px;
  }
  
  .hongqiang_fbottom a label span {
    color: #37958b;
    font-size: 45px;
    font-family: Arial;
  }
  
  .hongqiang_fbottom a div {
    font-size: 17px;
    color: #17191a;
  }
.contentWH {
    width: 1600px;
    height: auto;
    margin: 0px auto;
}

.W_index_ads_box {
    width: 100%;
    margin-top: 60px;
    height: auto;
    padding: 0 0 7em;
    background: url(../images/index9_02.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.W_index_ads_title {
    width: 100%;
    height: auto;
}

.W_index_ads_title h4 {
    font-size: 40px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

.W_index_ads_title p {
    font-size: 27px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
}

.W_index_ads_sw {
    width: 100%;
    height: auto;
    margin-top: 62px;
}

.W_index_ads_sw .swiper-slide {
    width: 400px;
    height: auto;
}

.W_index_ads_sw .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.hongqiang_eTop {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 59px;
    background: url(../images/10.png)center 0 no-repeat;
    background-position: center;
}

.hongqiang_eTop label {
    font-size: 42px;
    color: #0f0c0c;
}

.hongqiang_eTop label span {
    font-size: 90px;
    color: #37958b;
}

.hongqiang_eTop div {
    font-size: 18px;
    color: #130e0e;
}

/* 新增 */
.flex {
    display: flex;
}

.flex-wp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.com-card {
    width: 1220px;
 
    margin: 0 auto;
}

.aboutBox1 {
    width: 100%;
    height: auto;
    padding: 4% 0;
}

.aboutBox1Con,
.aboutBox1Con .top {
    width: 100%;
}

.aboutBox1Con .top {
    padding-left: 12%;
    height: 400px;
}

.aboutBox1Con .top .img {
    width: 320px;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
    margin-right: 2%;
}

.aboutBox1Con .top .text {
    flex: 1;
    height: 100%;
    background-color: #37958b;
    padding: 4% 20% 2% 6%;
}

.aboutBox1Con .top li {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 3px;
    text-align: justify;
    text-align-last: justify;
    width: calc((100% - 12%) / 2);
    margin: 0 12% 1.5% 0;
}

.aboutBox1Con .top li:nth-child(2n) {
    margin-right: 0;
}

.aboutBox1Con .top .text .name {
    font-size: 34px;
    color: #fff;
    text-align-last: justify;
    margin-bottom: 5%;
}

.aboutBox1Con .top .text .ls {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    width: 100%;
    text-align: right;
    margin-top: 5%;
    padding-right: 18%;
}

.aboutBox1Con .bto {
    width: 100%;
    height: auto;

}

.aboutBox1Con .bto .text {
    width: 90%;
    height: auto;
    background-color: #37958b;
    padding: 3% 5% 2% 10%;
}

.aboutBox1Con .bto .bg {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.aboutBox1Con .bto .tl {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.aboutBox1Con .bto .title {
    margin-bottom: 3%;
    padding-left: 8%;
}

.aboutBox1Con .bto .ls {
    font-size: 20px;
    color: #fff;
}

.aboutBox1Con .bto .txt p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 5px;
}

.aboutBox1Con .bto .txt .lss {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    color: #fff;
    margin-top: 15px;
   
}

.ab_1_3 .video {
    width: 100%;
}

.flex-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contactBox1 {
    width: 100%;
    height: auto;
    padding-bottom: 5%;
}

.contactBox1 li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 530px;
    background-color: rgba(247, 247, 247, 1);
    padding: 60px 30px;
    transition: 0.5s;
    border-bottom: 8px solid rgba(247, 247, 247, 1);
    width: calc((100% - 5%) / 3);
}

.contactBox1 li:hover {
    box-shadow: -4px 18px 49px 0 rgba(127, 129, 129, 0.52);
    border-bottom: 8px solid #37958b;
}

.contactBox1 li .img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-color: #37958b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactBox1 li .tl {
    text-align: center;
    font-size: 18px;
    margin: 30px 0;
    color: rgba(53, 61, 72, 1);
}

.contactBox1 li .ph {
    text-align: center;
    color: #37958b;
    font-size: 24px;
}

.contactBox1 li .bto {
    display: flex;
    min-height: 128px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contactBox1 li .bto img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 4px;
}

.contactBox1 li .top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contactBox1 li .bto p {
    color: #666;
    font-size: 16px;
}

.contactBox1 li .ls {
    color: rgba(53, 61, 72, 1);
    font-size: 14px;
}

.contactBox1 li .time,
.contactBox1 li .time p {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    color: #888;
}

.contactBox1 li .ls a,
.contactBox1 li .ls strong {
    font-size: 14px;
    color: #666;
}

.contactBox2 {
    width: 100%;
    height: auto;
    padding-bottom: 5%;
}

.contactBox2 ul {
    width: 100%;
    margin-top: 5%;
}

.contactBox2 .title {
    font-size: 28px;
    color: #37958b;
}

.flex-c {
    display: flex;
    align-items: center;
}

.contactBox2 .title::before {
    display: block;
    content: '';
    width: 3px;
    height: 30px;
    margin-right: 15px;
    background-color: #37958b;
}

.contactBox2 .tl {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    margin-top: 1%;
}

.contactBox2List li {
    width: calc((100% - 2%) / 2);
    margin: 0 2% 3% 0;
    background: #f6f6f6;
    padding: 4% 2.5%;
    border-radius: 20px;
    transition: all 0.5s;
}

.contactBox2List li:hover {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}

.contactBox2List li:nth-child(2n) {
    margin-right: 0;
}

.contactBox2List li .name {
    font-size: 24px;
    color: rgba(17, 17, 17, 1);
    transition: all 0.5s;
}

.contactBox2List li .text {
    font-size: 16px;
    color: #666666;
    transition: all 0.5s;
    margin: 15px 0 25px 0;
}

.contactBox2List li:hover .name,
.contactBox2List li:hover .text {
    color: #37958b;
}

.contactBox2List li .ls {
    width: calc(100% / 2);
    font-size: 16px;
    color: #111111;
}

.flex-con {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comPages {
    width: 100%;
    height: auto;
}

.comPages a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 14px;
    color: #000;
    margin: 0 5px;
    background-color: #eee;
}

.comPages a:hover,
.comPages a.active {
    background-color: #37958b;
    color: #fff;
}

.contactBox2Text {
    width: 100%;
    height: auto;
}

.contactBox2Text ul li {
    font-size: 16px;
    line-height: 35px;
    color: #666;
}

.contactBox2Text .tls {
    font-size: 20px;
    color: #666;
    margin: 10px 0 0;
}

.comBack {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    font-size: 16px;
    color: #fff;

    margin: 0 auto;
    margin-top: 3%;
    background-color: #37958b;
}

.newsBox1 ul {
    width: 100%;
    height: auto;
    padding: 3% 0;
}

.newsBox1 ul li {
    width: calc((100% - 4%) / 3);
    margin: 0 2% 3% 0;
    background: #FFF;
    box-shadow: 0px 20px 33.8px 0px rgba(0, 0, 0, 0.03);
}

.newsBox1 li .img {
    width: 100%;
    height: 265px;
    overflow: hidden;
}

.newsBox1 li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
    transition: all 0.3s;
}

.newsBox1 li:hover img {
    transform: scale(1.1);
}

.newsBox1 ul li:nth-child(3n) {
    margin-right: 0;
}

.newsBox1 li .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 8% 10%;
    min-height: 200px;
}

.newsBox1 li .time {
    color: #606060;
    font-size: 14px;
    padding-left: 25px;
    background: url(../images/ic1-8.svg) no-repeat;
    background-size: 18px;
}

.newsBox1 li .name {
    font-size: 22px;
    color: #333;
    flex: 1;
    line-height: 30px;
    text-align: left;
    margin: 10px 0 20px 0;
}

.newsBox1 li .mores {
    width: 154px;
    height: 40px;
    font-size: 16px;
    color: #606060;
    border: 1px solid rgba(0, 0, 0, 0.40);
    border-radius: 3px;
    line-height: 40px;
    transition: all 0.3s;
}

.newsBox1 li:hover .mores {
    background-color: #37958b;
    border: 1px solid #37958b;
    color: #fff;
}

.newsBox1 li .mores::after {
    display: block;
    content: '';
    width: 7px;
    height: 10px;
    margin-left: 5px;
    background: url(../images/ic1-9.svg) no-repeat;
    background-size: contain;
}

.newsBox2 {
    width: 100%;
    padding: 3% 0;
    background-color: #f5f5f5;
}

.newsBox2 .com-card {
    background-color: #fff;
    padding: 3%;
}

.newsBox2 .title {
    font-size: 26px;
    color: #000;
    text-align: left;
}

.newsBox2 .time {
    font-size: 16px;
    color: #000;
    text-align: left;
    margin-top: 2%;
}



.newsBox2 .text {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-top: 4%;
}

.caseBox1 {
    width: 100%;
    height: auto;
    padding: 3% 0;
}

.caseBox1 .img {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.caseBox1 li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
    transition: all 0.3s;
}

.caseBox1 li:hover img {
    transform: scale(1.1);
}

.caseBox1 li {
    width: 100%;
    height: 415px;
    background-color: rgb(245, 245, 245);
    margin-bottom: 2%;
}

.caseBox1 li .text {
    display: block;
    flex: 1;
    height: 100%;
    padding: 5%;
}

.caseBox1 li:nth-child(2n) {
    flex-direction: row-reverse;
}

.caseBox1 li .name {
    font-size: 26px;
    color: #37958b;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.caseBox1 li .txt {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.caseBox1 li .mores {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    margin-top: 2%;
    color: #fff;
    background-color: #37958b;
    transition: all 0.3s;
}

.caseBox1 li .mores:hover {
    background-color: transparent;
    border: 1px solid #37958b;
    color: #37958b;
}

.caseBox2 {
    width: 100%;
    height: auto;
    padding: 4% 0;
}

.caseBox2 .img {
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(247, 248, 250, 1);
}

.caseBox2 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseBox2 .item {
    width: 100%;
    align-items: center;
    background-color: rgba(247, 248, 250, 1);
    height: 460px;
}

.caseBox2 .text {
    flex: 1;
    height: auto;
    padding: 0 2%;

}

.flex-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.caseBox2 .text .name {
    font-size: 36px;
    color: #000;
    margin-bottom: 3%;
}

.caseBox2 .text .txt {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.caseBox3 {
    width: 100%;
    height: auto;
    padding: 5.5% 0;
    background: url(../images/ic1-17.jpg) center no-repeat;
    background-size: cover;
}

.caseBox3 .title,
.caseBox4 .title {
    font-size: 36px;
    color: #000;
    text-align: center;
}

.caseBox3 ul {
    width: 100%;
    height: auto;
    border-style: dashed;
    border-width: 1px;
    border-color: rgb(255 255 255 / 35%);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 324px;
    background-color: rgba(55, 149, 139, 0.8);
    margin-top: 4%;
}

.caseBox3 li {
    width: calc((100% - 10px) / 4);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 3%;
    cursor: pointer;
}

.caseBox3 li img {
    width: 98px;
    height: auto;
    object-fit: contain;
    transition: all 0.5s;
}

.caseBox3 li .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin: 25px 0;
}

.caseBox3 li:hover img {
    transform: rotateY(180deg);
}

.caseBox3 li .name {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.caseBox3 li .ls {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-align: center;
}

.caseBox4 {
    width: 100%;
    height: auto;
    padding: 4% 0;
}

.caseBox4 ul {
    width: 100%;
    margin-top: 5%;
}

.caseBox4 li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.caseBox4 li img {
    width: 160px;
    height: auto;
    object-fit: contain;
}

.caseBox4 li .name {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
}

.caseBox5 {
    width: 100%;
    height: auto;
    padding-bottom: 4%;
}

.caseBox5 ul {
    width: 100%;
    height: auto;
}

.caseBox5 ul li {
    cursor: pointer;
    width: calc((100% - 2%) / 4);
    height: 425px;
    background: url(../images/ic2-9.png) no-repeat;
    background-size: cover;
    position: relative;

}

.caseBox5 ul li .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

.caseBox5 ul li .txt {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 149, 139, 0.8);
    padding: 32% 6% 6%;
}

.caseBox5 li .icon {
    width: 90px;
    height: auto;
    transition: all 0.3s;
    object-fit: contain;
}

.caseBox5 li:hover .icon {
    transform: rotateY(180deg);
}

.caseBox5 li:hover .br {
    width: 100px;
}

.caseBox5 li .br {
    width: 50px;
    height: 4px;
    transition: all 0.3s;
    background-color: #fff;
    margin: 8% auto;
}

.caseBox5 li .text {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.caseBox5 li .name {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 16%;
}

.strengthBox1 {
    width: 100%;
    height: auto;
    padding: 4% 0;
    background: url(../images/map.jpg) center top no-repeat;

}

.strengthBox1 .text {
    flex: 1;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding-top: 5%;
}

.strengthBox1 .img {
    width: 40%;
    height: auto;
    margin-left: 10%;
    object-fit: contain;
}

.strengthBox2 {
    width: 100%;
    height: auto;
    padding-bottom: 3%;
}

.com-title {
    font-size: 36px;
    color: #000;
    text-align: center;
}

.strengthBox2 .navs {
    width: 100%;
    margin: 3% 0;
}

.strengthBox2 .navs .item {
    width: fit-content;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #6666;
    color: #000;
    text-align: center;
    padding: 0 20px;
    margin-right: 15px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

.strengthBox2 .navs .item:hover,
.strengthBox2 .navs .item.active {
    background-color: #37958b;
    color: #ffff;
}

.strengthBox2 .navs .item:last-child {
    margin-right: 0;
}

.strengthBox2Con .item {
    width: 100%;
    display: none;
}

.strengthBox2Con li {
    width: calc((100% - 8%) / 5);
    margin: 0 2% 2% 0;
    height: 90px;
    padding: 1%;
    box-shadow: 0 0 15px #eee;
}

.strengthBox2Con li:nth-child(5n) {
    margin-right: 0;
}

.strengthBox2Con li img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.strengthBox3 {
    width: 100%;
    height: auto;
    background: url(../images/ic3-8.jpg) no-repeat;
    background-size: cover;
    padding: 5.5% 0;
}

.strengthBox3 .tl {
    font-size: 24px;
    color: #333;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 3%;
}

.strengthBox3 ul {
    width: 100%;
    margin-top: 5%;
}

.strengthBox3 li {
    position: relative;
    width: calc((100% - 3%) / 3);
    height: 280px;
    margin: 0 1.5% 2% 0;
    background-color: #fff;
    padding-top: 4%;
    overflow: hidden;
    transition: all 0.3s;
}

.strengthBox3 li:hover {
    padding-top: 2%;
}

.strengthBox3 li:hover .mores {
    padding-top: 8%;
    opacity: 1;
}

.strengthBox3 li:hover .name {
    color: #000;
}

.strengthBox3 li:nth-child(3n) {
    margin-right: 0;
}

.strengthBox3 li img {
    width: 60px;
    height: auto;
    display: block;
    object-fit: contain;

    margin: 0 auto;
    margin-bottom: 5%;
}

.strengthBox3 li .name {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #333;
}

.strengthBox3 li .mores {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 auto;
    transition: all 0.3s;
    margin-top: 5%;
    opacity: 0;
}

.strengthBox3 li .mores::after {
    display: block;
    content: '';
    width: 7px;
    height: 16px;
    background: url(../images/ic1-9.svg) no-repeat;
    background-size: contain;
    margin-left: 10px;
}

.strengthBox3 li .icon {
    width: 120px;
    height: 120px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    margin-bottom: 5%;
}

.strengthBox3 li:hover .text {
    height: 100%;
    bottom: 0;
}

.strengthBox3 li .text {
    position: absolute;
    left: 0;
    bottom: -50px;
    display: block;
    padding-top: 8%;
    width: 100%;
    background-color: #37958b;
    backdrop-filter: blur(60px);
    height: 0;
    transition: all 0.5s;
}

.strengthBox3 li .text .name {
    color: #fff;
    font-size: 20px;
    padding: 3% 3%;
}

.strengthBox4 {
    width: 100%;
    height: auto;
    padding: 3% 0;
}

.strengthBox4 .img {
    width: 0%;
    margin-left: 4%;
    height: auto;
	display:none;
}

.strengthBox4 .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.strengthBox4 ul {
    flex: 1;
}

.strengthBox4 ul .name {
    font-size: 18px;
    color: #fff;
    height: 100%;
    width: 216px;
    padding: 0 2%;


}

.strengthBox4 li {
    border-radius: 5px;
    margin-bottom: 2%;
    background-color: #37958b;
    border: 1px solid #37958b;
}

.strengthBox4 li .ls {
    flex: 1;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 15px;
    color: #333;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.strengthBox5 {
    width: 100%;
    height: 100vh;
    background: url(../images/ic3-9.jpg) center no-repeat;
    background-size: cover;
}

.strengthBox5 .com-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.strengthBox5 .title {
    font-size: 50px;
    color: #fff;
	margin-top:50PX;
}

.strengthBox5 .list1 {
    margin: 2.5% 0 2% 0;
}

.strengthBox5 .list1 .item {
    margin-right: 5%;
}

.strengthBox5 .list1 .item img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-right: 15px;
}

.strengthBox5 .list1 .item span {
    font-size: 20px;
    color: #fff;
}

.strengthBox5 .list2 {
    width: 68%;
}

.strengthBox5 .list2 .item {
    width: calc((100% - 9%) / 3);
    margin: 0 3% 8% 0;
}

.strengthBox5 .list2 .item:nth-child(3n) {
    margin-right: 0;
}

.strengthBox5 .list2 .num {
    font-size: 32px;
    color: #fff;
    margin-right: 5px;
}

.strengthBox5 .list2 .dw,
.strengthBox5 .bto {
    font-size: 14px;
    color: #fff;
}

.strengthBox5 .list2 .ls {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.strengthBox5 .bto {
    margin-top: 5%;
}

.newsBox2 .bto {
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 2%;
    margin-top: 3%;
}

.newsBox2 .bto .lt {
    width: 80%;
    flex-direction: column;
}

.newsBox2 .bto .lt a {
    font-size: 16px;
    display: block;
    width: 100%;
    color: #000;
    transition: all 0.3s;
}

.newsBox2 .bto .lt a:hover,
.newsBox2 .bto .lt a.active {
    color: #37958b;
}

.newsBox2 .bto .comBack {
    margin: 0;
}

.comTxt {
    background: linear-gradient(90deg, #285693, #e2f20a);
    background-size: 25% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradient 3s linear infinite;
}
.W_index_ads_box2{
	height: 0;
	overflow: hidden;
    margin-top: 0;
    padding: 0 ;
}


/* 新增样式 */
.flex-cum {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.photovoltaicBox1 {
  width: 100%;
  height: auto;
  padding: 4.2% 0 3.2% 0;
  background-color: rgba(214, 253, 251, 0.6);
}

.photovoltaicBox1Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 5.4%;
}

.photovoltaicBox1Swiper .text {
  position: relative;
  width: 100%;
  height: 331px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 2% 7%;
}

.photovoltaicBox1Swiper .text .top .name {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.photovoltaicBox1Swiper .text .top .ls {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  color: #3a978d;
}

.photovoltaicBox1Swiper .text .top .conls {
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  color: #000000;
  margin: 15% 0 4% 0;
}

.photovoltaicBox1Swiper .text .top .mores {
 width: 303px;
    height: 78px;
    border-radius: 10px;
    border: solid 1px #3a978d;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    color: #3a978d;
}

.photovoltaicBox1Swiper .sakm {
  position: absolute;
  width: 100%;
  left: 0;
  border-radius: 10px;
  overflow: hidden;
  height: 0;
  background-color: #3a978d;
  bottom: 0;
  transition: all 0.3s;
}

.photovoltaicBox1Swiper .sakm .name {
  font-size: 23px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 5%;
}

.photovoltaicBox1Swiper .sakm .ls p,
.photovoltaicBox1Swiper .sakm .ls {
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  color: #ffffff;
  text-align: center;
}

.photovoltaicBox1Swiper .swiper-slide {
  cursor: pointer;
}

.photovoltaicBox1Swiper .swiper-slide:hover .sakm {
  height: 100%;
  overflow: visible;
}

.com-tl {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #090909;
}

.com-tl.lefts {
  text-align: left;
}

.photovoltaicBox2 {
  width: 100%;
  height: auto;
  padding: 3% 0;
}

.photovoltaicBox2 .title {
  font-size: 16px;
  font-weight: bold;
  margin: 2% 0 3.2% 0;
  color: #0b0a0a;
}

.photovoltaicBox2 .cons {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  height: 41px;
  line-height: 41px;
  width: fit-content;
  padding: 0 35px;
  margin: 0 auto;
  background-color: #3a978d;
  border-radius: 21px;
}

.photovoltaicBox2 .imgs {
  width: 100%;
  margin-top: 4.1%;
}

.photovoltaicBox2 .imgs .img {
  height: auto;
  cursor: pointer;
  overflow: hidden;
  width: calc((100% - 20px) / 2);
}

.photovoltaicBox2 .imgs .img:hover img {
  transform: scale(1.1);
}

.photovoltaicBox2 .imgs .img img {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
  height: auto;
}

.photovoltaicBox3 {
  width: 100%;
  height: auto;
  padding: 3% 0 3.5% 0;
}

.photovoltaicBox3 .title {
  font-size: 16px;
  line-height: 36px;
  color: #0b0a0a;
  margin: 5.1% 0 4.5% 0;
}

.photovoltaicBox3 .lts {
  flex: 1;
}

.photovoltaicBox3 .lts .imgs {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.photovoltaicBox3 .img {
  width: 26.1%;
  height: auto;
  margin-left: 9.5%;
}

.photovoltaicBox3 .img img,
.photovoltaicBox4 li .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}

.photovoltaicBox4 {
  width: 100%;
  height: auto;
}

.photovoltaicBox4 li {
  cursor: pointer;
  width: calc((100% - 21px) / 4);
  height: auto;
  margin: 0 7px 0 0;
}

.photovoltaicBox4 li:nth-child(4n) {
  margin-right: 0;
}

.photovoltaicBox4 li .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.photovoltaicBox4 li .name {
  width: 100%;
  height: 50px;
  background-color: #3a978d;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
}

.photovoltaicBox4 li:hover img {
  transform: scale(1.1);
}


.su10 {
  width: 100%;
  height: auto;
  padding: 4% 0;
}

.su10 .tab {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 3.5%;
  border-bottom: 1px solid #60606020;
}

.su10 .tab .li {
  padding: 0 2% 1% 2%;
  position: relative;
  width: fit-content;
  white-space: nowrap;
  color: #333;
  margin: 0 4% 0 0;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 24px;
}

.f_18 {
  font-size: 18px;
}

.f_20 {
  font-size: 20px;
}

.f_16 {
  font-size: 16px;
}

.su10 .tab .li.on {
  font-family: hr;
}

.su10 .tab .li:last-child {
  margin-right: 0;
}

.su10 .tab .li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 0%;
  background-color: #37958b;
  transition: all 0.5s;
}

.su10 .tab .li.on:after {
  width: 100%;
}

.su10 .cons {
  background-color: #ECECEC40;
}

.su10 .cons .con {
  padding: 4% 5%;
  display: none;
}

.su10 .cons .con.on {
  display: block;
}

.su10 .cons .con .item {
  margin-bottom: 3.5%;
}

.su10 .cons .con .item .name {
  display: flex;
  align-items: center;
  color: #333;
  font-family: hr;
  line-height: 1.5;
  margin-bottom: 3%;
}

.su10 .cons .con .item .name span {
  color: #37958b;
  margin-right: 0.1rem;
}

.su10 .cons .con .item .inputs {
  display: flex;
}

.su10 .cons .con .item .inputs .input {
  width: calc((100% - 4%) / 2);
  margin-right: 4%;
  position: relative;
}

.su10 .cons .con .item .inputs .inputd {
  width: 100%;
  margin-right: 0;
}

.su10 .cons .con .item .inputs .input:nth-child(2) {
  margin-right: 0;
}

.su10 .cons .con .item .radio {
  display: flex;
  align-items: center;
  margin: 0;
}

.su10 .cons .con .item:nth-child(1) .radio:nth-child(2) {
  margin-bottom: 15px;
}

.su10 .cons .con .item .radio input[type="radio"] {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  margin: 0;
}



.su10 .cons .con .item .radio input[type="radio"]::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  list-style: none;
  background: url(../images/d1.svg);
  background-size: 100% 100%;
}

.su10 .cons .con .item .radio input[type="radio"]:checked:before {
  background-image: url(../images/d2.svg);
}

.su10 .cons .con .item .radio label {
  color: #333;
  font-family: hl;
  line-height: 1.66;
}

.su10 .cons .con .solid {
  width: 100%;
  height: 1px;
  background-color: #60606020;
  margin-bottom: 0.4rem;
}

.su10 .cons .con .item .inputs .input input {
  width: 100%;
  line-height: 45px;
  padding: 0 12px;
  border-radius: 6px;
  border: 1px solid rgba(96, 96, 96, 0.20);
  background: #FFF;
}

.su10 .cons .con .item .inputs .input input::placeholder {
  color: #999;
  font-weight: 300;
}

.su10 .cons .con .item .inputs .input .ipt {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.su10 .cons .con .item .inputs .input .ipt input {
  flex: 1;
  margin-right: 3%;
}

.su10 .cons .con .item .inputs .input .ipt .button {
  width: 120px;
  line-height: 45px;
  font-family: hl;
  height: 45px;
  border-radius: 6px;
  border: 1px solid rgba(96, 96, 96, 0.20);
  background-color: #606060;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.su10 .cons .con .item .inputs .input .ipt .button.hid {
  cursor: no-drop;
  opacity: 0.6;
}

.su10 .cons .con .item .inputs .input .ipt .cant {
  display: flex;
  align-items: center;
  color: #333;
  opacity: 1 !important;
  cursor: pointer;
}

.su10 .cons .con .item .inputs .input .ipt .cant>img {

}

.su10 .cons .con .item .inputs .input .ipt .cant .tsy {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 320px;
  background-color: #606060;
  color: #fff;
  line-height: 1.5;
  padding: 10px;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s;
}

.su10 .cons .con .item .inputs .input .ipt .cant:hover .tsy {
  opacity: 1;
}

.su10 .cons .con .item .inputs .input label.error {
  position: absolute;
  left: 0.1rem;
  top: 101%;
  font-size: 0.14rem;
  color: red;
  line-height: 2;
}

.su10 .cons .con .item .inputs .input .select option {
  color: #999;
  font-weight: 500
}

.su10 .cons .con .item .inputs .input .select {
  position: relative;
}

.su10 .cons .con .item .inputs .input .selects {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.su10 .cons .con .item .inputs .input .selects .select {
  width: 31%;
}

.su10 .cons .con .item .inputs .input .select:after {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: 0.25rem;
  width: 0.12rem;
  height: 0.07rem;
  background: url(../img/gsy_jt.svg);
  background-size: 100% 100%;
  pointer-events: none;
}

.su10 .cons .con .item .inputs .input select {
  width: 100%;
  line-height: 45px;
  padding: 0 12px;
  cursor: pointer;
  height: 45px;
  border-radius: 6px;
  border: 1px solid rgba(96, 96, 96, 0.20);
  background: #FFF;
  color: #606060;
  font-family: hl;
}

.su10 .cons .con .item .list {
  display: flex;
  flex-wrap: wrap;
}

.su10 .cons .con .item .list .radio {
  margin-right: 3.5%;
}

.su10 .cons .con .item .list .radio:last-child {
  margin-right: 0;
}

.su10 .cons .con .item textarea {
  width: 100%;
  height: 120px;
  border-radius: 6px;
  padding: 0 12px;
  line-height: 35px;
  border: 1px solid rgba(96, 96, 96, 0.20);
  background: #FFF;
}

.su10 .cons .con .btns {
  display: flex;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}

.su10 .cons .con .btns .f_btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #333;
  font-family: hl;
  line-height: 1.875;
  margin-right: 24px;
  margin-bottom: 9px;
}

.su10 .cons .con .btns .f_btn a {
  color: #37958b;
  text-decoration: underline !important;
}

.su10 .cons .con .btns .f_btn span {
  color: #37958b;
  margin-right: 4px;
}

.su10 .cons .con .btns .f_btn:last-child {
  margin-right: 0;
}

.su10 .cons .con .btns .f_btn .icon {
  width: 13px;
  display: flex;
  align-items: center;
  height: 13px;
  margin-right: 7px;
}

.su10 .cons .con .btns .f_btn .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.su10 .cons .con .btns .f_btn .icon img.img2 {
  display: none;
}

.su10 .cons .con .btns .f_btn.on .icon img.img2 {
  display: block;
}

.su10 .cons .con .btns .f_btn.on .icon img.img1 {
  display: none;
}

.more {
  width: 150px;
  line-height: 45px;
  height: 45px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.40);
  backdrop-filter: blur(2px);
  color: #606060;
  font-family: hm;
  transition: all 0.5s;
}

.su10 .cons .con .more {
  cursor: pointer;
  border-color: rgba(51, 51, 51, 0.20);
  margin: 0 auto;
  position: relative;
}

.su10 .cons .con .more.hid {
  opacity: 0.6;
  pointer-events: none;
}

.su10 .cons .con .more:hover {
  background-color: #606060;
  color: #fff;
}

.su10 .cons .con .more input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.su10 .cons .con .more button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  text-transform: capitalize;
}


.cat2 {
  padding: 4% 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #f6f6f6;
}

.cat2 .item {
  width: calc((100% - 2%) / 3);
  height: auto;
  margin-right: 1%;
  background: #fff;
  margin-bottom: 3%;
  height: 486px;
  padding: 3% 2%;
}

.cat2 .item:nth-child(3n) {
  margin-right: 0;
}

.cat2 .item .h {
  color: #333;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 9%;
}

.cat2 .item .select {
  width: 100%;
  border: 1px solid rgba(96, 96, 96, 0.20);
  border-radius: 6px;
  margin-bottom: 8%;
  position: relative;
}

.f_28 {
  font-size: 28px;
}

.cat2 .item .select:after {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.1rem;
  height: 0.1rem;
  background: url(../img/cat_jt.svg);
  background-size: 100% 100%;
}

.cat2 .item .select select {
  line-height: 40px;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 40px;
  background-color: transparent;
  padding: 0 10px;
}

.cat2 .item .txts .txt {
  display: none;
}

.cat2 .item .txts .txt.on {
  display: block;
}

.cat2 .item .txts .txt .p1 {
  color: #606060;
  line-height: 1.6;
  font-family: hl;
}

.cat2 .item .txts .txt .p2 {
  color: #333;
  line-height: 1.6;
  font-family: hl;
 
  margin-bottom: 15px;
}
.listproNav {
  margin: 3.5% 0;
}

.listproNav .item {
  width: 150px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 25px;
  border: 1px solid #eee;
  color: #000;
  margin-right: 20px;
  transition: all 0.3s;
}

.listproNav .item:hover,
.listproNav .item.active {
  background-color: #3a978d;
  color: #fff;
}

.listproNav .item:last-child {
  margin-right: 0;
}

.listproList .item {
  height: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  overflow: hidden;
  transform: translateY(15%);
}

.listproList .item.active {
  height: auto;
  overflow: visible;
  opacity: 1;
  transform: translateY(0);
}

