.about .swiper-wrapper{
    height:auto;
}
.header{
    width: 100%;
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    transition: .3s ease-in;
}
.head-top {
    display: block;
    position: sticky;
    top: 0;
    opacity: 1;
}
.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-left{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.head-left a{
    width: 180px;
    display: block;
}
.head-left a img{
    width: 100%;
    display: block;
}
.head-left span{
    display: block;
    width: 1px;
    height: 50px;
    background-color: #DCDDDD;
    margin: 0 15px;
}
.head-left p{
    font-size: 18px;
    line-height: 30px;
    color: #191919;

}
.head-right{}
.head-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.head-right ul li{
    margin-left: 60px;
    position: relative;
}
.head-right ul li:first-child{
    margin-left: 0;
}
.head-right ul li a{
    display: inline-block;
    font-size: 18px;
    line-height: 100px;
    color: #191919;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.head-right ul li.active>a,.head-right ul li a:hover{
    color: #006993;
    border-bottom: 1px solid #006993;
}
.head-right ul .active>a i,.head-right ul li a:hover i{
    color: #006993;
}
.head-right ul li:hover .head-menu{
    display: block;
}
.head-menu{
    position: fixed;
    width: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 3px 0 #BCBCBC;
    display: none;
}
.head-menu-all{}
.head-menu-all p{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.head-menu-all p a{
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #999999;
    padding: 0 30px;
}
.head-menu-all p a i{
    display: block;
    font-size: 18px;
    color: #999999;
    margin-right: 10px;
    transition: .3s ease-in;
}
.head-menu-all p a:hover{
    border-bottom: 1px solid transparent !important;
}
.head-right ul li p{
    line-height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.head-right ul li p i{
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #000;
}
.head-right ul li p span{
    display: block;
    font-size: 18px;
    color: #191919;
    margin-left: 10px;
}
.lang-menu{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    display: none;
}
.lang-menu p{}
.lang-menu p a{
    line-height: 40px !important;
}
.head-right ul li:hover .lang-menu{
    display: block;
}
.banner{}
.banner-swiper{
    overflow: hidden;
    position: relative;
}
.banner-swiper img{
    width: 100%;
}
.pc-ban{
    display: block;
}
.phone-ban{
    display: none;
}
.index-about{
    padding: 120px 0;
}
.index-about-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-about-left{
    width: 45%;
}
.index-about-left img{
    width: 100%;
    display: block;
}
.index-about-right{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.index-about-top h1{
    font-size: 38px;
    color: #333333;
    font-weight: bold;
}
.index-about-top p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    margin-top: 30px;
    text-indent: 2em;
}
.index-about-content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
.index-about-cont{
    /* width: 23%; */
}
.index-about-cont span{
    display: block;
    font-size: 16px;
    color: #006993;
}
.index-about-cont h2{
    font-size: 24px;
    color: #333333;
    margin-top: 20px;
}
.index-about-cont h2 p{
    display: inline-block;
    font-size: 65px;
    line-height: 1;
    color: #333333;
    font-weight: lighter;
    margin-right: 5px;
}
.index-pro{
    padding: 200px 0;
    overflow: hidden;
    position: relative;
}
.index-pro-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.index-pro-img li{
    width: 100%;
    height: 100%;
}
.index-pro-img li::after{
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    background: url(../img/pro-01.png) no-repeat center;
    background-size: cover;
}
.index-pro-img li:nth-child(1)::after{
    background: url(../img/pro-01.png) no-repeat center;
    background-size: cover;
}
.index-pro-img li:nth-child(2)::after{
    background: url(../img/pro-02.png) no-repeat center;
    background-size: cover;
}
.index-pro-img li:nth-child(3)::after{
    background: url(../img/pro-03.png) no-repeat center;
    background-size: cover;
}
.index-pro-img .a::after{
    display: block;
}
.index-pro-img li img{
    width: 100%;
    display: block;
}
.index-pro-img{}
.index-pro-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-pro-left{
    width: 30%;
    padding-left: 10%;
}
.index-pro-left-cont{
    background-color: #fbfbfbb5;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 10px;
}
.index-pro-left-cont h2{
    font-size: 38px;
    color: #333333;
    font-weight: bold;
}
.index-pro-left-cont p{
    font-size: 16px;
    line-height: 34px;
    color: #3c3c3c;
    margin-top: 30px;
    text-indent: 2em;
}
.index-pro-left-cont li{
    margin-top: 50px;
}
.index-pro-left-cont li a{
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #3c3c3c;
    margin-top: 15px;
    padding-left: 15px;
    position: relative;
    transition: .3s ease-in;
}
.index-pro-left-cont li a::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #006993;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.index-pro-left-cont li a:hover{
    color: #006993;
}
.index-pro-left-cont>a{
    display: block;
    margin-top: 60px;
}
.index-pro-left-cont>a img{
    display: block;
}
.index-pro-right{
    width: 30%;
}
.index-pro-right li{
    cursor: pointer;
}
.index-pro-right .active{}
.index-pro-right .active::after{
    content: "";
    display: block;
    background-color: #ffffff;
}
.fp-tooltip {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
.index-pro-right .active i{
    color: #ffffff;
}
.index-pro-right .active p{
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.index-pro-right li:first-child{
    margin-top: 0;
}
.index-pro-right li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
    position: relative;
}
.index-pro-right li::after{
    content: "";
    display: block;
    width: 9999px;
    height: 1px;
    background-color: rgba(255,255,255,.6);
    position: absolute;
    bottom: 0;
    right: -9999px;
}
.index-pro-right li{}
.index-pro-right li i{
    display: block;
    font-size: 45px;
    color: rgba(255,255,255,.6);
    line-height: 1;
}
.index-pro-right li p{
    width: calc(100% - 70px);
    font-size: 18px;
    color: rgba(255,255,255,.6);
    border-bottom: 1px solid rgba(255,255,255,.6);
    padding-bottom: 20px;
    margin-left: 20px;
}
.index-base{
    margin-top: 120px;
}
.index-base-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-base-left{
    width: 49%;
    border-radius: 10px;
    background-color: #efefefb0;
    padding: 50px;
    box-sizing: border-box;
}
.index-base-top{}
.index-base-top h2{
    font-size: 38px;
    color: #333333;
    font-weight: bold;
}
.index-base-top p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    margin-top: 30px;
    text-indent: 2em;
}
.base-swiper{
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}
.base-swiper-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.base-swiper-all:first-child{
    margin-top: 0;
}
.base-swiper-left{}
.base-swiper-left p{}
.base-swiper-left p img{
    display: block;
    width: 40px;
}
.base-swiper-right{
    width: calc(100% - 60px);
}
.base-swiper-right h2{
    font-size: 20px;
    line-height: 40px;
    color: #006993;
}
.base-swiper-right h2 a{
    color: #006993;
    display: block;
}
.base-swiper-right p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    margin-top: 10px;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.base-page{
    width: auto !important;
    bottom: 20px !important;
    left: 50px !important;
}
.base-page .swiper-pagination-bullet,.base-right-page .swiper-pagination-bullet{
    width: 20px;
    height: 4px;
    border-radius: 25px;
    background: #C9CACA;
    opacity: 1;
}
.base-page .swiper-pagination-bullet-active,.base-right-page .swiper-pagination-bullet-active{
    background: #006993;
}
.index-base-right{
    width: 49%;
    border-radius: 10px;
    background-color: #333333;
    display: flex;
    align-items: center;
}
.index-base-right-all{
    width: 100%;
    position: relative;
}
.base-right-swiper{
    overflow: hidden;
}
.base-right-swiper .swiper-slide{
    width: 320px;
    height: 410px;
}
.base-right-swiper img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.base-right-page{
    bottom: -50px !important;
}
.index-news{
    padding: 120px 0;
}
.index-news-all{}
.index-news-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-news-top h2{
    font-size: 38px;
    color: #333333;
    font-weight: bold;
}
.index-news-top a{
    width: 160px;
    border: 1px solid #C9CACA;
    border-radius: 25px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #666666;
    transition: .3s ease-in;
}
.index-news-top a:hover{
    background-color: #006993;
    color: #fff;
}
.index-news-top a:hover i{
    color: #fff;
}
.index-news-top a i{
    display: block;
    font-size: 16px;
    color: #006993;
    margin-left: 10px;
    transition: .3s ease-in;
}
.index-news-cont{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-news-cont a{
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #EFEFEF;
    padding: 50px;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.index-news-left{
    width: 25%;
}
.index-news-left h2{
    font-size: 52px;
    color: #006993;
    transition: .3s ease-in;
}
.index-news-left p{
    font-size: 16px;
    color: #006993;
    transition: .3s ease-in;
}
.index-news-right{
    width: 73%;
}
.index-news-right h2{
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: .3s ease-in;
}
.index-news-right span{
    display: block;
    width: 30px;
    height: 1px;
    background-color: #C9CACA;
    margin: 20px 0;
    transition: .3s ease-in;
}
.index-news-right p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: .3s ease-in;
}
.index-news-more{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #666666;
    margin-top: 40px;
    transition: .3s ease-in;
}
.index-news-more i{
    display: block;
    font-size: 16px;
    color: #006993;
    margin-left: 10px;
    transition: .3s ease-in;
}
.index-news-cont a:hover{
    background-color: #006993;
}
.index-news-cont a:hover h2,
.index-news-cont a:hover p,
.index-news-cont a:hover span,
.index-news-cont a:hover .index-news-more,
.index-news-cont a:hover .index-news-more i{
    color: #fff;
}
.footer{
    background-color: #006993;
    padding-bottom: 75px;
}
.foot{}
.foot-one{
    padding: 80px 0;
    border-bottom: 1px solid rgba(255,255,255,.4);
}
.foot-one-all{}
.foot-one-all a{
    width: 200px;
    display: block;
}
.foot-one-all a img{
    width: 100%;
    display: block;
}
.foot-one-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-one-left{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.foot-one-right{
    width: 10%;
}
.foot-one-all li{}
.foot-one-left li{
    width: 31%;
    margin-left: 2%;
}
.foot-one-all li p{}
.foot-one-left li p:first-child{
    margin-bottom: 20px;
}
.foot-one-left li p{
    font-size: 16px;
    line-height: 34px;
    color: #fff;
}
.foot-one-right li img{
    width: 110px;
    display: block;
    margin: auto;
}
.foot-one-right li span{
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.foot-two{
    padding: 40px 0;
}
.foot-two li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.foot-two li p{
    font-size: 14px;
    color: #fff;
}
.foot-two li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    font-size: 14px;
    color: #fff;
}
.foot-two li a img{
    display: block;
    width: 12px;
    margin-right: 10px;
}
.di{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    background-color: #006993;
}
.di ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
}
.di ul a{
    width: 33%;
    box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,.12);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.di ul li{
}
.di ul a i{
    font-size: 40px;
    display: block;
    color: #fff;
}
.di ul a p{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-left: 20px;
}
.about-ban{}
.about-ban img{
    width: 100%;
    display: block;
}
.about-head{
    margin-top: -80px;
    position: relative;
    z-index: 5;
}
.about-head-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 0 5px 0 #BCBCBC;
    border-top-left-radius: 10px;
    background-color: #fff;
    border-top-right-radius: 10px;
}
.about-head-left{
    width: 20%;
}
.about-head-left p{
    font-size: 18px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background-color: #006993;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.about-head-right{}
.about-head-right ul .active a,
.about-head-right ul li a:hover{
    color: #006993;
}
.about-head-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.about-head-right ul li{}
.about-head-right ul li a{
    display: block;
    font-size: 16px;
    line-height: 80px;
    color: #999999;
    padding: 0 30px;
    transition: .3s ease-in;
}
.about{}
.about #one,.jidi #one{
    width: 100%;
    position: relative;
    top: -240px;
}
.about #two,.about #three {
    width: 100%;
    position: relative;
    top: -120px;
}
.about-one{
    padding: 120px 0;
}
.about-one-all{}
.about-one-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
/* .about-one-top::after{
    content: "";
    display: block;
    width: 99%;
    height: 90%;
    background-color: #006993;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
} */
.about-one-left{
    width: 60%;
    padding: 60px;
    box-sizing: border-box;
    background-color: #EFEFEF;
    border-radius: 15px;
}
.about-one-left p{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    text-indent: 2em;
    text-align: justify;
}
.about-one-right{
    width: 40%;
    box-sizing: border-box;
    border-radius: 15px;
}
.about-one-tu{}
.about-tu-swiper{
    overflow: hidden;
    position: relative;
}
.about-tu-swiper img{
    width: 100%;
    display: block;
}
.about-tu-page .swiper-pagination-bullet-active{
    background: #006993;
}
.about-one-tu img{
    display: block;
    border-radius: 15px;
}
.about-one-nei{
    background-color: #006993;
    padding: 20px 80px;
    border-radius: 15px;
}
.about-one-right{}
.about-one-right .index-about-content{
    margin-top: 50px;
}
.about-one-right .index-about-cont:first-child{
    margin-top: 0;
}
.about-one-right .index-about-cont:last-child{
    padding-left: 10%;
}
.about-one-right .index-about-cont {
    width: auto;
    box-sizing: border-box;
}
.about-one-right .index-about-cont span{
    color: #fff;
}
.about-one-right .index-about-cont h2{
    color: #fff;
}
.about-one-right .index-about-cont h2 p{
    color: #fff;
    font-size: 60px;
}
.about-one-p{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-one-p p{
    width: 48%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #EFEFEF;
}
.about-one-p p span{
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    text-indent: 2em;
    text-align: justify;
}
.about-one-sm{
    position: relative;
}
.about-one-sm-all{
}
.sm-swiper{
    overflow: hidden;
    position: relative;
    padding: 2px 0;
    box-sizing: border-box;
}
.sm-swiper img{
    width: 100%;
    display: block;
}
.sm-swiper h2{
    font-size: 38px;
    color: #006993;
    font-weight: bold;
}
.about-sm-p{
    width: 40%;
    height: 560px;
    position: relative;
    box-shadow: 0 0 5px 0 #C9C9C9;
    padding: 100px;
    box-sizing: border-box;
    border-top-right-radius: 75px;
    border-bottom-left-radius: 75px;
    background-color: rgba(255,255,255,.7);
    margin-top: -25%;
    margin-left: 10%;
}
.sm-swiper p{
    font-size: 16px;
    line-height: 34px;
    margin-top: 40px;
    text-indent: 2em;
}
.sm-page{
    width: auto !important;
    left: unset !important;
    right: 10%;
    bottom: 10% !important;
}
.sm-page .swiper-pagination-bullet{
    background: #D4E0EA;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 10px !important;
}
.sm-page .swiper-pagination-bullet-active{
    background: #006993;
}
.sm-prev{
    left: 15%;
}
.sm-next{
    left: calc(15% + 80px);
}
.sm-prev,.sm-next{
    width: 60px;
    height: 60px;
    background: #006993;
    border-radius: 50%;
    top: unset;
    bottom: 80px;
}
.sm-prev i,.sm-next i{
    font-size: 30px;
    line-height: 1;
    color: #fff;
    text-align: center;
    line-height: 60px;
    display: block;
}
.sm-prev::after,.sm-next::after{
    content: "";
    display: none;
}
.about-two{
    background: url(../img/history-bj.png) no-repeat center;
    background-size: cover;
    margin: 120px 0;
}
.about-two-all{
    height: 840px;
    margin-left: calc((100% - 1600px)/2);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-two-left{
    width: 20%;
}
.about-two-left h2{
    font-size: 38px;
    color: #fff;
}
.about-two-right{
    width: 80%;
    height: 100%;
    box-sizing: border-box;
}
.history-swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.history-swiper .swiper-slide{
    border-left: 1px solid rgba(255,255,255,.3);
    position: relative;
    transition: .3s ease-in;
}
.history-swiper li{
    width: 90%;
    position: absolute;
    top: 25%;
    left: 5%;
}
.history-swiper li h2{
    font-size: 38px;
    color: #fff;
    text-align: center;
}
.history-swiper li span{
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    text-align: center;
    margin: 30px auto;
    opacity: 0;
    transition: .3s ease-in;
}
.history-swiper li img{
    display: block;
    margin: auto;
    margin-top: 40px;
    transition: .3s ease-in;
}
.history-swiper li div{
    max-height: 435px;
    overflow-y: auto;
    opacity: 0;
    transition: .3s ease-in;
}
.history-swiper li div p{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding-left: 10px;
    /* text-indent: 2em; */
    position: relative;
}
.history-swiper li div p::before{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 0px;
}
.history-swiper .swiper-slide:hover{
    background-color: rgba(0,105,146,.5);
}
.history-swiper .swiper-slide:hover span{
    opacity: 1;
}
.history-swiper .swiper-slide:hover img{
    opacity: 0;
}
.history-swiper .swiper-slide:hover li div{
    opacity: 1;
    transform: translateY(-40px);
}
.about-jl{
    padding: 120px 0;
    background: url(../img/10002.jpg) no-repeat center;
    background-size: cover;
}
.about-jl-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-jl-left{
    width: 35%;
}
.about-jl-left img{
    display: block;
}
.about-jl-right{
    width: 57%;
    overflow: hidden;
    position: relative;
}
.about-jl-right h2{
    font-size: 38px;
    color: #333333;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: end;
    margin-bottom: 30px;
}
.about-jl-right h2 span{
    display: block;
    font-size: 24px;
    color: rgb(165, 165, 165);
    margin-left: 5px;
}
.about-jl-right p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.about-jl-right img{
    float: right;
    display: block;
    margin-top: 30px;
}
.about-jl-p{
    margin-top: 50px;
}
.about-jl-p p{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    text-indent: 2em;
}
.about-three{
    margin-top: 120px;
}
.about-three-all{}
.about-three-top{}
.about-three-top h2{
    font-size: 38px;
    color: #191919;
    text-align: center;
    font-weight: bold;
}
.about-three-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
}
.about-three-top ul li{
    font-size: 20px;
    color: #666666;
    line-height: 50px;
    background-color: #F3F4F6;
    padding: 0 30px;
    border-radius: 25px;
    margin-left: 20px;
    transition: .3s ease-in;
    cursor: pointer;
}
.about-three-top ul li:first-child{
    margin-left: 0;
}
.about-three-top ul .active,
.about-three-top ul li:hover{
    background-color: #006993;
    color: #fff;
}
.about-three-content{
    margin-top: 60px;
}
.about-three-cont{}
.honor-swiper{
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}
.honor-swiper-p{
    background-color: #EFEFEF;
    padding: 30px 25px;
    box-sizing: border-box;
}
.honor-swiper-p li{
    overflow: hidden;
}
.honor-swiper-p li img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.honor-swiper-p:hover img{
    transform: scale(1.05);
}
.honor-swiper-p:hover p{
    color: #006993;
}
.honor-swiper-p p{
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
    transition: .3s ease-in;
}
.honor-next{
    right: calc(50% - 70px);
}
.honor-prev{
    left: calc(50% - 70px);
}
.honor-next,.honor-prev{
    width: 50px;
    height: 50px;
    background-color: #EFEFEF;
    border-radius: 50%;
    top: unset;
    bottom: 0;
    transition: .3s ease-in;
}
.honor-next::after,
.honor-prev::after{
    color: #006993;
    font-size: 16px;
    transition: .3s ease-in;
}
.honor-prev{}
.honor-next:hover,.honor-prev:hover{
    background-color: #006993;
}
.honor-next:hover::after,.honor-prev:hover::after{
    color: #fff;
}
.pro{
    padding: 120px 0;
}
.pro #one,
.pro #two,
.pro #three{
    width: 100%;
    position: relative;
    top: 0px;
}
.pro-all{}
.pro-one{
    margin-top: 100px;
}
.pro-yuan{
    margin-top: 0;
}
.pro-top{}
.pro-top h2{
    font-size: 24px;
    color: #006993;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pro-top h2 i{
    display: block;
    font-size: 24px;
    color: #006993;
    margin-right: 10px;
}
.pro-top p{
    margin-top: 20px;
    font-size: 16px;
    line-height: 34px;
    color: #999999;
    text-align: center;
}
.pro-cont{
    margin-top: 40px;
}
.pro-cont ul{
    background-color: #EFEFEF;
    padding: 100px 150px;
    box-sizing: border-box;
    border-radius: 20px;
}
.pro-cont ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
}
.pro-cont ul li:first-child{}
.pro-cont ul li:first-child p{
    font-size: 18px;
    color: #006993;
}
.pro-cont ul li p{
    width: 20%;
    max-width: 24%;
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding: 20px 0;
    transition: .3s ease-in;
}
.pro-cont ul li:hover p{
    color: #006993;
}
.pro-zhong .pro-cont ul li p:first-child{
    width: 50%;
    max-width: 50%;
}
.pro-nong .pro-cont ul li p{
    width: 18%;
}
.pro-nong .pro-cont ul li p:nth-child(3){
    width: 40%;
    max-width: 40%;
}
.pro-all a{
    width: 31%;
    margin-left: 2%;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
}
.pro-all a::after{
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #006993;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s ease-in;
}
.pro-img{
    box-shadow: 0 0 5px 0 #C1C1C1;
    padding: 10px 60px;
    box-sizing: border-box;
    overflow: hidden;
}
.pro-img img{
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.pro-all a h2{
    font-size: 24px;
    color: #006993;
    margin-top: 20px;
}
.pro-all a li{
    margin-top: 20px;
}
.pro-all a li p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
}
.pro-all a:hover::after{
    width: 100%;
}
.pro-all a:hover img{
    transform: scale(1.05);
}
.pro-page{}
.pro-page ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pro-page ul li{
    margin-top: 10px;
}
.pro-page ul li a{
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #C9CACA;
    border-radius: 50%;
    margin: 0 8px;
    font-size: 16px;
    color: #999999;
    text-align: center;
    line-height: 40px;
    transition: .3s ease-in;
}
.page-z a,
.page-y a{
    width: auto !important;
    border-radius: 25px !important;
    padding: 0 30px;
}
.pro-page ul li a:hover,.pro-page ul .active a{
    background-color: #006993;
    color: #fff;
}
.yanfa{}
.yanfa-one{
    padding: 120px 0;
}
.yanfa-one-all{}
.yanfa-one-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yanfa-one-left{
    width: 20%;
}
.yanfa-one-left h2{
    font-size: 38px;
    color: #191919;
    font-weight: bold;
}
.yanfa-one-right{
    width: 75%;
}
.yanfa-one-right p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    text-indent: 2em;
}
.yanfa-one-cont{
    position: relative;
    margin-top: 40px;
}
.yanfa-one-swiper{
    overflow: hidden;
}
.yanfa-one-swiper li{
    overflow: hidden;
    position: relative;
}
.yanfa-one-swiper li img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.yanfa-one-swiper li:hover img{
    transform: scale(1.05);
}
.yanfa-one-swiper li p{
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    padding: 10px 0;
    background-color: rgba(0,105,146,.8);
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.yanfa-one-prev{
    left: -70px;
}
.yanfa-one-next{
    right: -70px;
}
.yanfa-one-prev,.yanfa-one-next{
    width: 50px;
    height: 50px;
    background: #F3F4F6;
    border-radius: 50%;
    transition: .3s ease-in;
}
.yanfa-one-prev i,.yanfa-one-next i{
    font-size: 30px;
    line-height: 1;
    color: #999999;
    text-align: center;
    line-height: 50px;
    display: block;
    transition: .3s ease-in;
}
.yanfa-one-prev::after,.yanfa-one-next::after{
    content: "";
    display: none;
}
.yanfa-one-prev:hover,.yanfa-one-next:hover{
    background-color: #006993;
}
.yanfa-one-prev:hover i,.yanfa-one-next:hover i{
    color: #fff;
}
.yanfa-yi{
    padding: 100px 0;
    background-color: #006993;
}
.yanfa-yi-all{
    margin-left: calc((100% - 1600px)/2);
}
.yanfa-yi-swiper{
    overflow: hidden;
    position: relative;
}
.yanfa-yi-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.yanfa-yi-swiper .swiper-slide-active .yanfa-yi-left{
    display: block;
}
.yanfa-yi-left{
    width: 47%;
    display: none;
}
.yanfa-yi-left p{
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    text-indent: 2em;
}
.yanfa-yi-right{
    width: 47%;
}
.yanfa-yi-right img{
    width: 100%;
    display: block;
    border-radius: 10px;
}
.yanfa-er{
    padding: 100px 0;
}
.yanfa-er-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.yanfa-er-left{
    width: 47%;
}
.yanfa-er-left p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    text-indent: 2em;
}
.yanfa-er-right{
    width: 47%;
}
.yanfa-er-right img{
    width: 100%;
    display: block;
}
.yanfa-two{
    padding: 100px 0;
    background-color: #F3F4F6;
}
.yanfa-two-top{}
.yanfa-two-top{}
.yanfa-two-top-all{}
.yanfa-two-top-left{}
.yanfa-two-top-left h2{
    font-size: 38px;
    color: #191919;
}
.yanfa-two-top-right{
    margin-top: 60px;
}
.yanfa-shang-swiper{
    overflow: hidden;
    position: relative;
}
.yanfa-shang-swiper .swiper-slide{}
.yanfa-shang-swiper p{
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #006993;
    opacity: .5;
    cursor: pointer;
}
.yanfa-shang-swiper .swiper-slide-thumb-active p{
    opacity: 1;
}
.yanfa-two-cont{
    margin-top: 40px;
    margin-left: calc((100% - 1600px)/2);
}
.yanfa-xia-swiper{
    overflow: hidden;
    position: relative;
}
.yanfa-xia-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yanfa-xia-left{
    width: 35%;
}
.yanfa-xia-left h2{
    font-size: 24px;
    color: #006993;
}
.yanfa-xia-left li{
    margin-top: 20px;
    max-height: 400px;
    overflow-y: auto;
}
/* 1. 滚动条整体部分 */
.yanfa-xia-left li::-webkit-scrollbar,
.history-swiper li p::-webkit-scrollbar {
    width: 3px;  /* 纵向滚动条宽度 */
    height: 3px; /* 横向滚动条高度 */
}

/* 2. 滚动条轨道 */
.yanfa-xia-left li::-webkit-scrollbar-track,
.history-swiper li p::-webkit-scrollbar-track {
    background: #F7F8F8;
    border-radius: 10px;
}

/* 3. 滚动滑块 */
.yanfa-xia-left li::-webkit-scrollbar-thumb,
.history-swiper li p::-webkit-scrollbar-thumb {
    background: #006993;
    border-radius: 10px;
}

/* 4. 滑块悬停状态 */
.yanfa-xia-left li::-webkit-scrollbar-thumb:hover,
.history-swiper li p::-webkit-scrollbar-thumb:hover {
    background: #F7F8F8;
}
.yanfa-xia-left li p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
}
.yanfa-xia-right{
    width: 40%;
}
.yanfa-xia-right img{
    width: 100%;
    display: block;
}
.yanfa-xia-page{
    display: none;
}
.yanfa-xia-page .swiper-pagination-bullet-active{
    background: #006993;
}
.jidi{}
.jidi-one{
    margin: 140px 0;
    position: relative;
}
.jidi-one-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.jidi-one-top li{
    font-size: 16px;
    color: #666;
    background-color: #EFEFEF;
    border-radius: 10px;
    padding: 10px 40px;
    margin-left: 20px;
    cursor: pointer;
    transition: .3s ease-in;
}
.jidi-one-top li:first-child{
    margin-left: 0;
}
.jidi-one-top .active,
.jidi-one-top li:hover{
    background-color: #006993;
    color: #fff;
}
.jidi-one-content{
    margin-top: 50px;
}
.jidi-one-yi{
    padding: 60px 0;
    position: relative;
}
.jidi-one-yi::after{
    content: "";
    display: block;
    width: 60%;
    height: 100%;
    background-image: linear-gradient(to right,rgba(0,105,146,1) 78%,rgba(0,105,146,0));
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.jidi-swiper{
    overflow: hidden;
    position: relative;
}
.jidi-one-all{
    width: 100%;
    max-width: 1600px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.jidi-one-left{
    width: 45%;
    text-align: end;
}
.jidi-one-left h2{
    font-size: 38px;
    color: #333333;
    font-weight: bold;
}
.jidi-one-left p{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-top: 30px;
    text-indent: 2em;
}
.jidi-one-right{
    width: 50%;
}
.jidi-one-right img{
    width: 100%;
    display: block;
    border-radius: 20px;
}
.jidi-prev{
    left: calc((100% - 1600px)/2);
}
.jidi-next{
    left: calc((100% - 1600px)/2 + 70px);
}
.jidi-prev,.jidi-next{
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    top: 35%;
    transition: .3s ease-in;
}
.jidi-prev i,.jidi-next i{
    font-size: 26px;
    line-height: 1;
    color: #006993;
    text-align: center;
    line-height: 50px;
    display: block;
    transition: .3s ease-in;
}
.jidi-prev::after,.jidi-next::after{
    content: "";
    display: none;
}
.jidi-prev:hover,.jidi-next:hover{
    background-color: #F3F4F6;
}
.jidi-prev:hover i,.jidi-next:hover i{
    color: #999;
}
.jidi-one-p{
    width: 100%;
    margin: auto;
    margin-top: 120px;
}
.jidi-youshi{
    padding: 100px 0;
    background-color: #006993;
}
.jidi-ys-top{}
.jidi-ys-top h2{
    font-size: 38px;
    color: #fff;
    font-weight: bold;
}
.jidi-ys-top li{
    margin-top: 20px;
}
.jidi-ys-top li p{
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    text-indent: 2em;
    text-align: end;
}
.jidi-ys-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.jidi-ys-left{
    width: 45%;
}
.jidi-ys-left ul{}
.jidi-ys-left h1{
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}
.jidi-ys-left ul li{
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.jidi-ys-left ul li h2{
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.jidi-ys-left ul li h2::after{
    content: "+";
    display: block;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.jidi-ys-left ul .active h2::after{
    content: "-";
}
.jidi-ys-left ul li p{
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
    display: none;
    text-indent: 2em;
    text-align: end;
}
.jidi-ys-left ul div{
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.jidi-ys-left ul div h2{
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.jidi-ys-left ul div h2::after{
    content: "+";
    display: block;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.jidi-ys-left ul div h2::after{
    content: "-";
}
.jidi-ys-left ul div p{
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
    display: none;
    text-indent: 2em;
    text-align: end;
}
.jidi-ys-right{
    width: 50%;
}
.jidi-ys-right img{
    width: 100%;
    display: block;
    border-radius: 10px;
}
.jidi-production{}
.jidi-pro-one{
    margin-top: 100px;
}
.jidi-pro-one ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.jidi-pro-one ul li{
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    background-color: #EFEFEF;
    border-radius: 5px;
    cursor: pointer;
    width: 200px;
    text-align: center;
    margin-left: 25px;
    padding: 7px 0;
    transition: .3s ease-in;
}
.jidi-pro-one ul li:first-child{
    margin-left: 0;
}
.jidi-pro-one ul .active,
.jidi-pro-one ul li:hover{
    background-color: #006993;
    color: #fff;
}
.jidi-pro-one-content{
    margin-top: 60px;
}
.jidi-pro-one-cont{}
.zzsb-swiper{
    overflow: hidden;
    position: relative;
}
.zzsb-swiper li{
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.zzsb-swiper img{
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.zzsb-swiper li:hover img{
    transform: scale(1.04);
}
.zzsb-swiper li p{
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #006993;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.qc-swiper{
    overflow: hidden;
    position: relative;
}
.qc-swiper li{
    overflow: hidden;
    position: relative;
}
.qc-swiper img{
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.qc-swiper li:hover img{
    transform: scale(1.04);
}
.qc-swiper li p{
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #006993;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.jidi-pro-one-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.jidi-pro-one-left{
    width: 45%;
}
.jidi-pro-one-left h2{
    font-size: 24px;
    color: #006993;
}
.jidi-pro-one-left p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    margin-top: 20px;
    text-indent: 2em;
    text-align: end;
}
.jidi-pro-one-left img{
    display: block;
    margin-top: 20px;
}
.jidi-pro-one-right{
    width: 50%;
}
.jidi-pro-one-right img{
    width: 100%;
    display: block;
    border-radius: 10px;
}
.jidi-pro-two{
    margin-top: 100px;
}
.jidi-pro-two h1{
    font-size: 38px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.jidi-pro-two ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.jidi-pro-two ul li{
    width: 31%;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #EFEFEF;
    box-shadow: 0 0 5px 0 #999999;
    transition: .3s ease-in;
}
.jidi-pro-two ul li img{
    width: 100%;
    display: block;
}
.jidi-pro-two ul li h2{
    font-size: 24px;
    color: #006993;
    margin-top: 20px;
    transition: .3s ease-in;
}
.jidi-pro-two ul li p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    margin-top: 10px;
    text-indent: 2em;
    transition: .3s ease-in;
}
.jidi-pro-two ul li:hover{
    background-color: #006993;
}
.jidi-pro-two ul li:hover h2,
.jidi-pro-two ul li:hover p{
    color: #fff;
}
.jidi-pro-three{
    margin-top: 100px;
}
.jidi-pro-three h1{
    font-size: 38px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.jidi-pro-three-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.jidi-pro-three-left{
    width: 45%;
}
.jidi-pro-three-left h2{
    font-size: 24px;
    color: #006993;
}
.jidi-pro-three-left li{
    margin-top: 20px;
}
.jidi-pro-three-left li p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
}
.jidi-pro-three-right{
    width: 50%;
}
.jidi-pro-three-right img{
    width: 100%;
    display: block;
    border-radius: 10px;
}

.jidi-two{
    padding-bottom: 120px;
}
.jidi-two-swiper{
    overflow: hidden;
    position: relative;
}
.jidi-two-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jidi-two-left{
    width: 49%;
    border-radius: 10px;
    background-color: #EFEFEF;
    padding: 100px 80px;
    box-sizing: border-box;
}
.jidi-two-left h2{
    font-size: 38px;
    color: #333333;
    font-weight: bold;
}
.jidi-two-left li{
    margin-top: 30px;
    max-height: 370px;
    overflow-y: auto;
    padding-right: 10px;
}
/* 1. 滚动条整体部分 */
.jidi-two-left li::-webkit-scrollbar {
    width: 3px;  /* 纵向滚动条宽度 */
    height: 3px; /* 横向滚动条高度 */
}

/* 2. 滚动条轨道 */
.jidi-two-left li::-webkit-scrollbar-track {
    background: #F7F8F8;
    border-radius: 10px;
}

/* 3. 滚动滑块 */
.jidi-two-left li::-webkit-scrollbar-thumb {
    background: #006993;
    border-radius: 10px;
}

/* 4. 滑块悬停状态 */
.jidi-two-left li::-webkit-scrollbar-thumb:hover {
    background: #F7F8F8;
}
.jidi-two-left li p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    text-indent: 2em;
}
.jidi-two-right{
    width: 49%;
    border-radius: 10px;
}
.jidi-two-right img{
    width: 100%;
    display: block;
    border-radius: 10px;
}
.jidi-two-page{
    width: auto !important;
    left: 80px !important;
    bottom: 90px !important;
}
.jidi-two-page .swiper-pagination-bullet{
    width: 26px;
    height: 4px;
    background: #C9CACA;
    opacity: 1;
    border-radius: 25px;
}
.jidi-two-page .swiper-pagination-bullet-active{
    background: #006993;
}
.jidi-img-prev{
    left: 30px;
}
.jidi-img-next{
    right: 30px;
}
.jidi-img-prev,.jidi-img-next{
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    bottom: unset;
    transition: .3s ease-in;
}
.jidi-img-prev i,.jidi-img-next i{
    font-size: 26px;
    line-height: 1;
    color: #006993;
    text-align: center;
    line-height: 50px;
    display: block;
    transition: .3s ease-in;
}
.jidi-img-prev::after,.jidi-img-next::after{
    content: "";
    display: none;
}
.jidi-img-prev:hover,.jidi-img-next:hover{
    background-color: #006993;
}
.jidi-img-prev:hover i,.jidi-img-next:hover i{
    color: #fff;
}
.jidi-img-swiper{
    overflow: hidden;
    position: relative;
}
.ehs{
    padding: 120px 0;
}
.ehs-all{}
.ehs-one{
    width: 45%;
}
.ehs-one h2{
    font-size: 38px;
    color: #191919;
    font-weight: bold;
}
.ehs-one p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    margin-top: 40px;
    text-indent: 2em;
}
.ehs-two{
    margin-top: 60px;
    position: relative;
}
.ehs-two img{
    width: 100%;
    display: block;
}
.ehs-two-p{
    width: 100%;
    /* height: 100%; */
    max-width: 500px;
    max-height: 400px;
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,.7);
    padding: 80px;
    box-sizing: border-box;
}
.ehs-two-p h2{
    font-size: 38px;
    color: #191919;
    font-weight: bold;
}
.ehs-two-p li{
    margin-top: 30px;
}
.ehs-two-p li p{
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    padding-left: 15px;
    position: relative;
}
.ehs-two-p li p::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #006993;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.quality{}
.quality-one{
    padding: 120px 0;
}
.quality-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: calc((100% - 1600px)/2);
}
.quality-one-left{
    width: 45%;
}
.quality-one-left h2{
    font-size: 38px;
    color: #191919;
    font-weight: bold;
}
.quality-one-left li{
    margin-top: 40px;
}
.quality-one-left li p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    text-indent: 2em;
}
.quality-one-right{
    width: 40%;
}
.quality-one-right img{
    width: 100%;
    display: block;
}
.quality-two{
    padding: 120px 0;
    background-color: #006993;
}
.quality-two h2{
    font-size: 38px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
}
.quality-two li{
    margin-top: -50px;
}
.quality-two li img{
    width: 100%;
    display: block;
}
.quality-three{
    padding: 120px 0;
}
.quality-three-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
}
.quality-three-all:first-child{
    margin-top: 0;
}
.quality-three-all:nth-child(2n){
    flex-direction: row-reverse;
}
.quality-three-left{
    width: 40%;
}
.quality-three-left img{
    width: 100%;
    display: block;
}
.quality-three-right{
    width: 50%;
}
.quality-three-right h2{
    font-size: 38px;
    color: #191919;
    font-weight: bold;
}
.quality-three-right ul{}
.quality-three-right ul li{
    margin-top: 40px;
}
.quality-three-right ul li h3{
    font-size: 24px;
    color: #006993;
    padding-left: 30px;
    position: relative;
    font-weight: 600;
}
.quality-three-right ul li h3::before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #006993;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.quality-three-right ul li p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    padding-left: 30px;
}
.news{
    padding: 100px 0;
}
.news-all{}
.zhanhui{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.zhanhui a{
    width: 48%;
    margin-left: 2%;
}
.zhanhui a:nth-child(1),
.zhanhui a:nth-child(2){
    margin-top: 0px;
}
.news-all a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    box-shadow: 0 0 5px 0 #BFBFBF;
    border-radius: 10px;
    padding: 50px;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.news-all a:first-child{
    margin-top: 0;
}
.news-left{
    width: 10%;
}
.news-left span{
    display: block;
    font-size: 20px;
    line-height: 36px;
    color: #006993;
    transition: .3s ease-in;
}
.news-zhong{
    width: 85%;
}
.news-zhong h2{
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    font-weight: 600;
    transition: .3s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news-zhong p{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    transition: .3s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-zhong span{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    display: block;
    transition: .3s ease-in;
}
.news-right{
    width: 15%;
    margin-top: 40px;
}
.news-right li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.news-right li p{
    font-size: 16px;
    color: #666666;
    transition: .3s ease-in;
}
.news-right li span{
    display: block;
    position: relative;
    width: 50px;
    height: 1px;
    margin-left: 20px;
    background-color: #666666;
    transition: .3s ease-in;
}
.news-right li span::after{
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #666666;
    padding: 10px;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease-in;
}
.news-right li span::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #666666;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease-in;
}
.news-all a:hover{
    background-color: #006993;
}
.news-all a:hover p,
.news-all a:hover h2,
.news-all a:hover span{
    color: #fff;
}
.news-all a:hover li span,
.news-all a:hover li span::before{
    background-color: #fff;
}
.news-all a:hover li span::after{
    border: 1px solid #fff;
}
.news-detail{}
.news-detail-top{
    padding: 70px 0;
    background-color: #006993;
    overflow: hidden;
}
.news-top-p{
    width: 75%;
    float: right;
}
.news-detail-top h2{
    font-size: 38px;
    color: #fff;
    font-weight: 600;
}
.news-detail-top p{
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.news-detail-content{
    padding: 60px 0;
}
.news-detail-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-detail-left{
    width: 20%;
}
.news-detail-left>a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #006993;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.news-detail-left>a i{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    transition: .3s ease-in;
}
.news-detail-left>a:hover{
    background-color: transparent;
    border: 1px solid #006993;
    color: #006993;
}
.news-detail-left>a:hover i{
    color: #006993;
}
.news-detail-left>span{
    display: block;
    font-size: 18px;
    color: #191919;
    margin-top: 30px;
}
.news-detail-left li{
    margin-top: 10px;
}
.news-detail-left li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #EFEFEF;
    padding: 40px;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.other-left{
    width: 22%;
}
.other-left h2{
    font-size: 44px;
    line-height: 1;
    color: #006993;
    transition: .3s ease-in;
}
.other-left p{
    font-size: 14px;
    color: #006993;
    transition: .3s ease-in;
}
.other-right{
    width: 65%;
}
.other-right h2{
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    transition: .3s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.other-right b{
    width: 30px;
    height: 1px;
    background-color: #C9CACA;
    margin-top: 10px;
    display: block;
    transition: .3s ease-in;
}
.other-right p{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-top: 20px;
    text-indent: 2em;
    transition: .3s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.other-right span{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
    transition: .3s ease-in;
}
.other-right span i{
    display: block;
    font-size: 16px;
    color: #006993;
    margin-left: 10px;
    transition: .3s ease-in;
}
.news-detail-right{
    width: 75%;
}
.news-detail-left li a:hover{
    background-color: #006993;
}
.news-detail-left li a:hover h2,
.news-detail-left li a:hover p,
.news-detail-left li a:hover span,
.news-detail-left li a:hover i{
    color: #fff;
}
.news-detail-left li a:hover b{
    background-color: #fff;
}
.contact{}
.contact-one{
    padding: 100px 0;
}
.contact-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-one-left{
    width: 30%;
}
.contact-one-left h2{
    font-size: 38px;
    color: #191919;
    font-weight: bold;
}
.contact-one-left ul{}
.contact-one-left ul li{
    margin-top: 20px;
}
.contact-one-left ul li p{
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}
.contact-one-left ul li span{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #006993;
}
.contact-one-left .contact-ewm{
    margin-top: 40px;
}
.contact-one-left .contact-ewm img{
    width: 110px;
    display: block;
}
.contact-one-left .contact-ewm p{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.contact-one-right{
    width: 65%;
}
.contact-right-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-right-p:nth-child(1),
.contact-right-p:nth-child(2){
    margin-top: 0;
}
.contact-right-p{
    width: 47%;
    margin-top: 30px;
    padding: 50px;
    box-sizing: border-box;
    border: 1px solid #DBDCDC;
    transition: .3s ease-in;
}
.contact-right-p h2{
    font-size: 24px;
    color: #191919;
    transition: .3s ease-in;
}
.contact-right-p li{
    margin-top: 20px;
}
.contact-right-p li p{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    transition: .3s ease-in;
}
.contact-right-p:hover{
    background-color: #006993;
}
.contact-right-p:hover h2,
.contact-right-p:hover p{
    color: #fff;
}
.contact-two{}
.contact-two #container{
    width: 100%;
}
.contact-two #container img{
    width: 100%;
    display: block;
}
.contact-three{
    padding: 120px 0;
}
.contact-three form{}
.contact-three form legend{
    font-size: 38px;
    color: #191919;
    text-align: center;
    margin-bottom: 40px;
}
.contact-three form .form-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-three form .form-one .form-group{
    width: 49%;
    margin-top: 30px;
}
.contact-three form .form-one .form-group input{
    width: 100%;
    box-sizing: border-box;
    outline: none;
    padding: 20px;
    border: none;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    background-color: rgba(0,105,146,.1);
    font-family: "AlibabaPuHuiTi";
}
.contact-three form textarea{
    width: 100%;
    box-sizing: border-box;
    outline: none;
    padding: 20px;
    border: none;
    font-size: 16px;
    color: #999999;
    background-color: rgba(0,105,146,.1);
    margin-top: 30px;
    resize: none;
    font-family: "AlibabaPuHuiTi";
}
.contact-three form .btn{
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    outline: none;
    padding: 10px 0;
    border: none;
    font-size: 16px;
    color: #fff;
    border-radius: 25px;
    background-image: linear-gradient(to right,rgba(0,105,146,1),rgba(0,159,232,1));
    margin: auto;
    margin-top: 40px;
    transition: .3s ease-in;
}
.contact-three form .btn i{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    transition: .3s ease-in;
}
.contact-three form .btn:hover{
    background-image: linear-gradient(to right,rgba(0,105,146,1),rgba(0,105,146,1));
}
.success{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.success-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.success-cont{
    width: 400px;
    max-width: 400px;
    background-color: #fff;
    box-shadow: 0 0 3px 0 #C6C6C6;
    padding: 60px 40px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.success-cont li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.success-cont li img{
    width: 46px;
    display: block;
}
.success-cont li p{
    font-size: 24px;
    color: #191919;
    margin-left: 20px;
    font-weight: 600;
}
.join{
    padding: 120px 0;
}
.join-all{}
.join-all h2{
    font-size: 38px;
    color: #191919;
    font-weight: bold;
}
.join-all ul{
    margin-top: 40px;
}
.join-all ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    cursor: pointer;
    transition: .3s ease-in;
}
.join-all ul li:first-child{
    background-color: #006993;
}
.join-all ul li:first-child p{
    color: #fff;
}
.join-all ul li p{
    width: 15%;
    font-size: 18px;
    line-height: 36px;
    padding: 20px 0;
    color: #191919;
    transition: .3s ease-in;
}
.join-all ul li p:last-child{
    width: 5%;
}
.join-all ul li p span{
    display: block;
    width: 20px;
    height: 20px;
    background-color: #006993;
    border-radius: 50%;
    transition: .3s ease-in;
}
.join-all ul li p span i{
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    transition: .3s ease-in;
}
.join-all ul li:nth-child(2n){
    background-color: rgba(0,105,146,.1);
}
.join-all ul li:hover{
    background-color: #006993;
}
.join-all ul li:hover p{
    color: #fff;
}
.join-all ul li:hover p span i{
    color: #006993;
}
.join-all ul li:hover p span{
    background-color: #fff;
}
.join .pro-page{
    margin-top: 40px;
}
.join-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.join-tan-all{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.join-tan-cont{
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    box-shadow: 0 0 3px 0 #C6C6C6;
    padding: 60px 80px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.join-tan-top{
    padding-bottom: 20px;
    border-bottom: 1px solid #C8C9C9;
}
.join-tan-top h2{
    font-size: 38px;
    color: #333333;
    font-weight: bold;
}
.join-tan-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
}
.join-tan-top ul li:first-child{
    padding-left: 0;
}
.join-tan-top ul li:last-child{
    padding-right: 0;
    border-right: none;
}
.join-tan-top ul li{
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    padding: 0 10px;
    border-right: 1px solid #333333;
}
.join-tan-p{
    margin-top: 40px;
}
.join-tan-p li{}
.join-tan-p li p{
    font-size: 16px;
    line-height: 34px;
    color: #333333;
}
.join-tan-p li p b{
    color: #006993;
}

.mobile-inner-header-icon {
    font-size: 25px;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    position: relative;
}
.mobile-inner-header-icon p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.mobile-inner-header-icon span{
    background-color: #006cb6;
    width: 30px;
    height: 1px;
    display: block;
}
.mobile-inner-header-icon span:nth-child(2){
    margin-top: 8px;
}
.mobile-inner-header-icon span:nth-child(3){
    margin-top: 8px;
}

.mobile-inner-nav {
    background-color: #ffffff;
    width: 100%;
    height: 0;
    position: fixed;
    top: 50px;
    left: 0px;
    opacity: 0;
    z-index: 9999;
    padding-top: 10px;
    transition: .3s ease-in;
}

.mobile-inner-nav-all .alist a {
    width: calc(100% - 70px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 45px;
    text-decoration: none;
    color: #191919;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
    text-align: left;
    overflow: hidden;
}
.mobile-inner-nav a i{
    display: block;
    font-size: 20px;
    color: #666;
}
@keyframes returnToNormal {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
              transform: none;
    }
  }
  .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){
    opacity: 0;
  }
.mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}
@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}
.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}
@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);
  }
}

#wrap {
    text-align: left;
}

.phone-menu{
    display: none;
}
.phone-pro-menu,.phone-service-key{
    display: none;
}
@media (min-width:320px) and (max-width:1200px) {
    .phone-menu {
        display: block;
    }
    .mobile-close{
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        float: right;
        overflow: hidden;
        font-size: 40px;
        color: #666;
    }
    .mobile-inner-nav.active{
        height: 100%;
        opacity: 1;
        display: block !important;
        background-color: rgba(255, 255, 255, 1);
    }
    .mobile-inner-nav-all{
        width: 100%;
        height: 0%;
        overflow-y: auto;
        background-color: #fff;
        transition: .3s ease-in;
    }
    .mobile-inner-nav-all .alist{
        width: 90%;
        margin: auto;
        overflow: hidden;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .mobile-inner-nav-all .alist:nth-child(1) a{
        width: 100%;
    }
    .mobile-inner-nav-all .alist span{
        width: 50px;
        height: 45px;
        position: relative;
        display: block;
    }
    .mobile-inner-nav-all .alist span::after{
        content: "+";
        display: block;
        color: #666;
        line-height: 1;
        font-size: 24px;
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        transition: .3s ease-in;
    }
    .mobile-inner-nav.active .mobile-inner-nav-all{
        height: 100%;
    }
    .mobile-menu{
        overflow: hidden;
    }
    .mobile-menu a{
        width: 100% !important;
        padding: 0 30px;
        line-height: 45px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        box-sizing: border-box;
        transition: max-height 0.3s ease;
    }
    .alist .active{}
    .alist span.active::after{
        transform: translateY(-50%) rotate(45deg);
    }
    .mobile-menu.open{
        height: auto;
    }
    .mobile-inner-nav-all .foot-di-left{
        display: flex;
        margin-top: 40px;
        margin-left: 30px;
    }
    .foot-di-left li a{
        border: 1px solid #333333;
        color: #333333;
        line-height: 1;
    }
    .foot-di-left li a span,.foot-di-left li a i{
        color: #333333;
    }
    .lang-foot-drop{
        top: 100%;
    }
    .mobile-inner-nav-all>span{
        font-size: 14px;
        color: #333333;
        display: block;
        text-align: center;
        margin-top: 60px;
    }
}

@media (min-width:1199px) and (max-width:1650px){
    .head-right ul li{
        margin-left: 30px;
    }
    .head-right ul li a,.head-right ul li p span{
        font-size: 16px;
    }
    .head-right ul li p i{
        font-size: 18px;
    }
    .head-left p{
        font-size: 16px;
        line-height: 28px;
    }
    .head-left a{
        width: 140px;
    }
    .about-one-left{
        padding: 40px;
    }
    .index-about-cont h2 p,.about-one-right .index-about-cont h2 p{
        font-size: 40px;
    }
    .about-one-right{
    }
    .about-sm-p{
        height: 500px;
        padding: 60px;
    }
    .index-news-cont a{
        padding: 40px;
    }
    .foot-one-all ul li p {
        font-size: 14px;
        line-height: 30px;
    }
    .about-head-right ul li a{
        font-size: 16px;
        padding: 0 20px;
    }
    .about-one-sm-all{
        height: 500px;
    }
    .about-two-all{
        height: 600px;
        margin-left: 5%;
    }
    .honor-swiper-p{
        padding: 20px 5px;
    }
    .yanfa-one-prev, .yanfa-one-next,.jidi-prev, .jidi-next{
        display: none;
    }
    .yanfa-two-cont{
        margin-left: 5%;
    }
    .yanfa-yi-all {
        margin-left: 5%;
    }
    .jidi-two-left{
        padding: 50px 40px;
    }
    .jidi-two-page {
        left: 40px !important;
        bottom: 20px !important;
    }
    .quality-one-all{
        margin-left: 5%;
    }
    .quality-three-all{
        align-items: center;
    }
    .ehs-two-p{
        padding: 60px;
    }
    .news-detail-left li a{
        padding: 20px;
    }
    .contact-two #container{
        height: 400px;
    }
    .join-tan-cont{
        width: 80%;
        max-width: 900px;
        max-height: 80vh;
        overflow-y: auto;
        padding: 30px;
    }
    .pro-cont ul{
        padding: 50px;
    }
    .contact-right-p{
        padding: 20px;
    }
}
@media screen and (max-width:1200px){
    .head-right ul,.head-left span,.head-left p{
        display: none;
    }
    .head-left a{
        width: 130px;
    }
    .pc-ban{
        display: none;
    }
    .phone-ban{
        display: block;
    }
    .index-about {
        padding: 50px 0;
    }
    .index-about-left {
        width: 100%;
    }
    .index-about-right {
        width: 100%;
        margin-top: 20px;
    }
    .index-about-right h1{
        font-size: 28px;
    }
    .index-about-right>p{
        margin-top: 15px;
    }
    .index-about-content{
        margin-top: 0;
    }
    .index-about-cont {
        width: 47%;
        margin-top: 30px;
    }
    .index-about-cont h2 p,.about-one-right .index-about-cont h2 p{
        font-size: 45px;
    }
    .index-pro{
        padding: 50px 0;
    }
    .index-pro-all{
        flex-direction: column-reverse;
    }
    .index-pro-left {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
    .index-pro-left-cont h2{
        font-size: 28px;
    }
    .index-pro-left-cont p{
        margin-top: 10px;
    }
    .index-pro-right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index-pro-right li{
        width: auto;
        margin-top: 0;
    }
    .index-pro-right li p{
        width: 100%;
        font-size: 14px;
        text-align: center;
        margin-left: 0;
        padding-bottom: 10px;
        border-bottom: none;
    }
    .index-pro-right li i,.index-pro-right li::after,
    .index-pro-right .active::after{
        display: none;
    }
    .index-base {
        margin-top: 0px;
        padding: 50px 0;
    }
    .index-base-left{
        width: 100%;
        padding: 30px;
    }
    .index-base-top h2{
        font-size: 28px;
    }
    .index-base-top p{
        margin-top: 10px;
    }
    .index-base-right{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        margin-top: 20px;
    }
    .base-right-swiper img{
        border-radius: 10px;
    }
    .base-page{
        display: none;
    }
    .base-right-page {
        bottom: 0px !important;
    }
    .index-news {
        padding: 50px 0;
    }
    .index-news-top h2{
        font-size: 28px;
    }
    .index-news-cont{
        margin-top: 0;
    }
    .index-news-cont a{
        width: 100%;
        padding: 20px;
        margin-top: 30px;
    }
    .foot-one{
        padding: 50px 0;
    }
    .foot-one-all ul li {
        width: 100% !important;
    }
    .foot-one-all ul li:last-child{
        margin-top: 30px;
    }
    .foot-two li p,.foot-two li a{
        width: 100%;
        text-align: center;
    }
    .footer{
        padding-bottom: 70px;
    }
    .foot-one-left{
        width: 100%;
    }
    .foot-one-right{
        width: 100%;
    }
    .foot-one-left li{
        width: 100%;
        margin-bottom: 30px;
    }
    .di ul{
        padding: 20px 0;
    }
    .di ul a i{
        font-size: 16px;
    }
    .di ul a p{
        font-size: 14px;
        margin-left: 10px;
    }
    .about-head{
        margin-top: 0;
    }
    .about-head-left {
        width: 100%;
    }
    .about-head-left p {
        font-size: 16px;
        line-height: 50px;
    }
    .about-head-right{
        width: 100%;
    }
    .about-head-right ul{
        justify-content: space-around;
    }
    .about-head-right ul li{
        width: 25%;
    }
    .about-head-right ul li a{
        padding: 0;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
    }
    .about-one {
        padding: 50px 0;
    }
    .about-one-left {
        width: 100%;
        padding: 20px;
    }
    .about-one-top::after{
        display: none;
    }
    .about-one-right {
        width: 100%;
        padding: 20px;
        background-color: #006993;
    }
    .about-one-right .index-about-content:first-child{
        margin-top: 0;
    }
    .about-one-right .index-about-content{
        margin-top: 30px;
    }
    .about-one-right .index-about-cont{
        padding-left: 0 !important;
        margin-top: 0;
    }
    .about-one-p p{
        width: 100%;
    }
    .about-one-sm-all{
        width: 100%;
        margin-left: 0;
        padding: 0px;
        height: auto;
    }
    .sm-swiper h2{
        font-size: 28px;
    }
    .sm-swiper p{
        margin-top: 20px;
    }
    .sm-prev, .sm-next{
        display: none;
    }
    .sm-page{
        right: 5%;
        bottom: 5px !important;
    }
    .about-sm-p{
        width: 95%;
        height: auto;
        margin: auto;
        margin-top: 40px;
        padding: 30px;
    }
    .about-jl{
        padding: 50px 0;
    }
    .about-jl-left {
        width: 100%;
    }
    .about-jl-right {
        width: 100%;
        margin-top: 20px;
    }
    .about-two{
        margin-top: 50px;
        padding: 50px 0;
    }
    .about-two-all{
        height: auto;
        margin-left: 5%;
        margin-right: 5%;
    }
    .about-two-left {
        width: 100%;
    }
    .about-two-left h2{
        font-size: 28px;
    }
    .about-two-right {
        width: 100%;
        margin-top: 40px;
    }
    .history-swiper .swiper-slide{
        border-left: unset;
    }
    .history-swiper li{
        width: 90%;
        margin: auto;
        position: unset;
        transform: unset;
    }
    .history-swiper li span{
        opacity: 1;
    }
    .history-swiper li img{
        opacity: 0;
    }
    .history-swiper li p{
        opacity: 1;
        transform: translateY(-40px);
    }
    .history-swiper .swiper-slide:hover{
        background-color: unset;
    }
    .about-three {
        margin-top: 50px;
    }
    .about-three-top h2{
        font-size: 28px;
    }
    .about-three-top ul{
        justify-content: space-between;
        margin-top: 20px;
    }
    .about-three-top ul li{
        width: 48%;
        padding: 0;
        margin-left: 0;
        font-size: 16px;
        text-align: center;
    }
    .about-three-top ul li:last-child{
        width: 100%;
        margin-top: 10px;
    }
    .honor-swiper-p{
        padding: 20px 15px;
    }
    .pro {
        padding: 50px 0;
    }
    .pro-cont ul{
        padding: 10px;
    }
    .pro-cont ul li p,.pro-cont ul li:first-child p{
        font-size: 14px;
    }
    .pro-cont ul li p{
        width: 24%;
    }
    .pro-all a{
        width: 100%;
    }
    .pro-img{
        padding: 10px 40px;
    }
    .yanfa-one {
        padding: 50px 0;
    }
    .yanfa-one-left {
        width: 100%;
    }
    .yanfa-one-left h2{
        font-size: 28px;
    }
    .yanfa-one-right {
        width: 100%;
        margin-top: 20px;
    }
    .yanfa-one-prev, .yanfa-one-next{
        display: none;
    }
    .yanfa-two{
        padding: 50px 0;
    }
    .yanfa-two-top-left h2{
        font-size: 28px;
    }
    .yanfa-two-top-left {
        width: 100%;
    }
    .yanfa-two-top-right {
        width: 100%;
        margin-top: 20px;
        display: none;
    }
    .yanfa-two-cont{
        margin-left: 5%;
        margin-right: 5%;
    }
    .yanfa-yi{
        padding: 50px 0;
    }
    .yanfa-yi-all{
        margin-left: 5%;
        margin-right: 5%;
    }
    .yanfa-yi-left{
        width: 100%;
    }
    .yanfa-yi-right{
        width: 100%;
        margin-top: 20px;
    }
    .yanfa-er {
        padding: 50px 0;
    }
    .yanfa-er-left {
        width: 100%;
    }
    .yanfa-er-right {
        width: 100%;
        margin-top: 20px;
    }
    .jidi-one-top li{
        font-size: 14px;
        padding: 10px;
        margin-left: 5px;
    }
    .jidi-youshi{
        padding: 50px 0;
    }
    .jidi-ys-top h2{
        font-size: 28px;
    }
    .jidi-ys-left {
        width: 100%;
    }
    .jidi-ys-left ul li h2{
        font-size: 18px;
    }
    .jidi-ys-right {
        width: 100%;
        margin-top: 20px;
    }
    .jidi-pro-one {
        margin-top: 50px;
    }
    .jidi-pro-one ul{
        justify-content: space-between;
    }
    .jidi-pro-one ul li{
        width: 47%;
        font-size: 16px;
        margin-top: 10px;
        margin-left: 0;
    }
    .jidi-pro-one-left {
        width: 100%;
    }
    .jidi-pro-one-right {
        width: 100%;
        margin-top: 20px;
    }
    .jidi-pro-two {
        margin-top: 50px;
    }
    .jidi-pro-two h1{
        font-size: 28px;
    }
    .jidi-pro-two ul{
        margin-top: 10px;
    }
    .jidi-pro-two ul li {
        width: 100%;
        padding: 25px;
        margin-top: 20px;
    }
    .jidi-pro-three {
        margin-top: 50px;
    }
    .jidi-pro-three h1{
        font-size: 28px;
    }
    .jidi-pro-three-all{
        margin-top: 20px;
    }
    .jidi-pro-three-left {
        width: 100%;
    }
    .jidi-pro-three-right {
        width: 100%;
        margin-top: 20px;
    }
    .yanfa-xia-left {
        width: 100%;
    }
    .yanfa-xia-right {
        width: 100%;
        margin-top: 20px;
    }
    .yanfa-xia-page{
        display: block;
    }
    .jidi-one-yi::after{
        display: none;
    }
    .jidi-one-yi{
        padding: 0;
    }
    .jidi-one{
        padding: 50px 0;
        margin: 0;
    }
    .jidi-one::after{
        display: none;
    }
    .jidi-one-left h2{
        font-size: 28px;
        color: #006993;
    }
    .jidi-one-left p{
        margin-top: 10px;
        color: #666666;
    }
    .jidi-one-left {
        width: 100%;
    }
    .jidi-one-right {
        width: 100%;
        margin-top: 20px;
    }
    .jidi-prev, .jidi-next{
        bottom: 10px;
        display: none;
    }
    .jidi-one-p{
        margin-top: 30px;
    }
    .jidi-img-prev {
        left: 10px;
    }
    .jidi-img-next {
        right: 10px;
    }
    .jidi-prev {
        left: 10px;
    }
    .jidi-two {
        padding-bottom: 50px;
    }
    .jidi-two-left{
        width: 100%;
        padding: 20px;
    }
    .jidi-two-left h2{
        font-size: 28px;
    }
    .jidi-two-left li {
        margin-top: 10px;
    }
    .jidi-two-right{
        width: 100%;
        margin-top: 20px;
    }
    .jidi-two-prev, .jidi-two-next{
        top: unset;
        bottom: 10px;
    }
    .jidi-two-next {
        right: 10px;
    }
    .jidi-two-page{
        display: none;
    }
    .quality-one {
        padding: 50px 0;
    }
    .quality-one-all{
        margin-left: 5%;
        margin-right: 5%;
    }
    .quality-one-left {
        width: 100%;
    }
    .quality-one-left h2{
        font-size: 28px;
    }
    .quality-one-left li {
        margin-top: 10px;
    }
    .quality-one-right {
        width: 100%;
        margin-top: 20px;
    }
    .quality-two{
        padding: 50px 0;
    }
    .quality-two h2{
        font-size: 28px;
    }
    .quality-two li {
        margin-top: 20px;
    }
    .quality-three {
        padding: 50px 0;
    }
    .quality-three-left {
        width: 100%;
    }
    .quality-three-right {
        width: 100%;
        margin-top: 20px;
    }
    .quality-three-right h2{
        font-size: 28px;
    }
    .quality-three-right ul li {
        margin-top: 20px;
    }
    .quality-three-right ul li h3{
        font-size: 18px;
    }
    .quality-three-all{
        margin-top: 50px;
    }
    .ehs {
        padding: 50px 0;
    }
    .ehs-one {
        width: 100%;
    }
    .ehs-one h2{
        font-size: 28px;
    }
    .ehs-one p{
        margin-top: 10px;
    }
    .ehs-two-p{
        position: unset;
        transform: unset;
        padding: 20px;
    }
    .news {
        padding: 50px 0;
    }
    .news-all a{
        padding: 20px;
    }
    .zhanhui a{
        width: 100%;
    }
    .zhanhui a:nth-child(2), .zhanhui a:nth-child(3){
        margin-top: 40px;
    }
    .news-top-p{
        width: 100%;
    }
    .news-left {
        width: 100%;
    }
    .news-zhong {
        width: 100%;
        margin-top: 20px;
    }
    .news-right {
        width: 100%;
        margin-top: 20px;
    }
    .news-detail-top{
        padding: 50px 0;
    }
    .news-detail-top h2{
        font-size: 24px;
    }
    .news-detail-cont{
        flex-direction: column-reverse;
    }
    .news-detail-left {
        width: 100%;
        margin-top: 20px;
    }
    .news-detail-left>a{
        display: none;
    }
    .news-detail-right {
        width: 100%;
    }
    .contact-one {
        padding: 50px 0;
    }
    .contact-one-left {
        width: 100%;
    }
    .contact-one-left h2{
        font-size: 28px;
    }
    .contact-one-right {
        width: 100%;
    }
    .contact-right-p:nth-child(1), .contact-right-p:nth-child(2) {
        margin-top: 30px;
    }
    .contact-right-p{
        width: 100%;
        padding: 20px;
    }
    .contact-two #container{
        height: 300px;
    }
    .contact-three {
        padding: 50px 0;
    }
    .contact-three form legend{
        font-size: 28px;
        margin-bottom: 0;
    }
    .success-cont{
        width: 80%;
    }
    .join {
        padding: 50px 0;
    }
    .join-all h2{
        font-size: 28px;
    }
    .join-p ul{
        width: 100%;
    }
    .join-all ul li{
        padding: 0 30px;
    }
    .join-all ul li p{
        width: 75%;
        font-size: 14px;
        line-height: 26px;
        display: none;
    }
    .join-all ul li p:first-child,.join-all ul li p:last-child{
        display: block;
    }
    .join-all ul li p:last-child {
        width: 20%;
        text-align: end;
    }
    .join-all ul li p span{
        margin: auto;
        margin-right: 0;
    }
    .join-tan-cont{
        width: 90%;
        padding: 20px;
        max-height: 400px;
        overflow-y: auto;
    }
    .join-tan-top h2{
        font-size: 28px;
    }
}
@media (min-width:769px) and (max-width:1199px){
    .index-about-all{
        align-items: center;
    }
    .index-about-left {
        width: 45%;
    }
    .index-about-right {
        width: 50%;
        margin-top: 0;
    }
    .index-about-cont{
        width: 25%;
    }
    .index-about-cont h2 p {
        font-size: 28px;
    }
    .index-pro-all {
        flex-direction: unset;
    }
    .index-pro-left {
        width: 30%;
        margin-top: 0;
    }
    .index-pro-right {
        width: 30%;
        display: block;
    }
    .index-pro-right li i, .index-pro-right li::after, .index-pro-right .active::after{
        display: block;
    }
    .index-pro-right li{
        width: 100%;
        margin-top: 40px;
    }
    .index-pro-right li i{
        font-size: 30px;
    }
    .index-pro-right li p {
        width: calc(100% - 50px);
        text-align: left;
    }
    .index-news-cont a{
        width: 48%;
    }
    .foot-one-all ul li{
        width: 48% !important;
    }
    .foot-one-all ul li:last-child {
        width: auto !important;
    }
    .foot-one-left li{
        width: 48%;
    }
    .about-head-left {
        width: 20%;
    }
    .about-head-left p{
        line-height: 80px;
    }
    .about-head-right {
        width: 75%;
    }
    .about-one-right{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about-one-right .index-about-content{
        width: 48%;
        margin-top: 0;
    }
    .about-one-right .index-about-cont h2 p{
        font-size: 46px;
    }
    .about-three-top ul li{
        width: 32%;
    }
    .about-three-top ul li:last-child{
        width: 32%;
        margin-top: 0;
    }
    .pro-all a{
        width: 31%;
    }
    .yanfa-two-top-left,.yanfa-two-top-right{
        width: auto;
    }
    .jidi-pro-two ul li{
        width: 48%;
    }
    .yanfa-xia-left {
        width: 30%;
    }
    .yanfa-xia-right {
        width: 50%;
        margin-top: 0;
    }
    .jidi-two-left{
        width: 49%;
    }
    .jidi-two-right{
        width: 49%;
    }
    .jidi-two-prev, .jidi-two-next{
        display: none;
    }
    .jidi-two-page{
        display: block;
        left: 20px !important;
        bottom: 5px !important;
    }
    .quality-one-left {
        width: 45%;
    }
    .quality-one-right {
        width: 45%;
        margin-top: 0;
    }
    .quality-three-all{
        align-items: center;
    }
    .quality-three-left {
        width: 45%;
    }
    .quality-three-right {
        width: 50%;
        margin-top: 0;
    }
    .zhanhui a{
        width: 48%;
    }
    .zhanhui a:nth-child(2){
        margin-top: 0px;
    }
    .news-right{
        display: none;
    }
    .contact-right-p{
        width: 48%;
    }
    .join-p ul {
        width: 100%;
    }
}
@media (min-width:414px) and (max-width:769px){

}