.header{
    padding: 0 120px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
}
.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head .white-logo{
    display: block;
}
.head .blue-logo{
    display: none;
}
.head-top{
    background-color: #fff;
}
.head-top .white-logo{
    display: none;
}
.head-top .blue-logo{
    display: block;
}
.head-top .head-right li a{
    color: #191919;
}
.head-top .head-right ul li p i,.head-top .head-right ul li p span{
    color: #191919 !important;
}
.head-top .head-right .head-lang ul li:first-child::after{
    background-color: #191919;
}
.head-left{}
.head-left a{
    width: 150px;
    display: block;
}
.head-left a img{
    width: 100%;
    display: block;
}
.head-right{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.head-right>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.head-right>ul li{
    position: relative;
}
.head-right>ul li:hover a{
    color: #004097;
}
.head-right>ul .active a{
    color: #004097;
}
.head-right>ul li a{
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 100px;
    padding: 0 40px;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.head-right .head-lang{}
.head-right .head-lang ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.head-right .head-lang ul li:first-child{
    padding-right: 20px;
}
.head-right .head-lang ul li:first-child::after{
    content: "";
    display: block;
    width: 2px;
    height: 25px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.head-right .head-lang ul li{
    margin-left: 20px;
    position: relative;
}
.head-right .head-lang ul li p{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 100px;
}
.head-right .head-lang ul li p i{
    font-size: 16px;
    color: #fff;
    display: block;
}
.head-right .head-lang ul p span{
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.head-right .head-lang ul p span i{
    transform: rotate(90deg);
    margin-left: 10px;
}
.head-lang ul li:hover .head-language{
    display: block;
}
.head-language{
    width: 100%;
    position: absolute;
    background-color: #fff;
    display: none;
}
.head-language p{
    width: 100%;
    display: block;
    line-height: 1 !important;
    padding: 10px 0;
    padding-left: 26px;
    box-sizing: border-box;
}
.head-language p a{
    display: block;
}
.banner{}
.banner-swiper{
    overflow: hidden;
    position: relative;
}
.banner-swiper .swiper-slide{
    position: relative;
}
.banner-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.ban-p{
    width: 1400px;
    position: absolute;
    left: calc((100vw - 1400px)/2);
    top: 20%;
}
.ban-p h2{
    font-size: 60px;
    color: #fff;
}
.ban-p p{
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
}
.ban-p a{
    width: 200px;
    display: block;
    color: #004097;
    background-color: #fff;
    border-radius: 25px;
    margin-top: 60px;
    text-align: center;
    padding: 10px 0;
    transition: .3s ease-in;
}
.ban-p a:hover{
    background-color: #004097;
    color: #fff;
}
.banner-page{
    width: auto !important;
    bottom: 10% !important;
    left: calc((100vw - 1400px)/2) !important;
}
.banner-page .swiper-pagination-bullet{
    width: 10px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
}
.banner-page .swiper-pagination-bullet-active{
    width: 20px;
    position: relative;
    transition: .3s ease-in;
}
.banner-page .swiper-pagination-bullet-active::after{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: dong 5s 1 linear;
}
@keyframes dong{
    0%{
        width: 0;
        background-color: #004097;
    }
    100%{
        width: 100%;
        background-color: #004097;
    }
}
.banner-prev::after,.banner-next::after{
    content: "";
}
.banner-prev{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    transition: .3s ease-in;
    left: calc((100vw - 1400px)/2 - 100px);
}
.banner-prev i{
    display: block;
    font-size: 14px;
    color: #004097;
    text-align: center;
    line-height: 40px;
    transition: .3s ease-in;
}
.banner-next{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    transition: .3s ease-in;
    right: calc((100vw - 1400px)/2 - 100px);
}
.banner-next i{
    display: block;
    font-size: 14px;
    color: #004097;
    text-align: center;
    line-height: 40px;
    transition: .3s ease-in;
}
.banner-prev:hover,.banner-next:hover{
    background-color: #004097;
}
.banner-prev:hover i,.banner-next:hover i{
    color: #fff;
}
.index-about{}
.index-about-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 100px;
}
.index-about-one-left{
    width: 40%;
}
.index-about-one-left h2{
    font-size: 36px;
    line-height: 60px;
    color: #191919;
}
.index-about-one-right{
    width: 55%;
}
.index-about-one-right p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.index-about-one-right a{
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 60px;
    position: relative;
}
.index-about-one-right a::after{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/about-circle.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    animation: zhuan 10s infinite linear;
}
@keyframes zhuan {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.index-about-one-right a i{
    font-size: 16px;
    color: #004097;
    display: block;
    text-align: center;
    line-height: 50px;
}
.index-about-two{
    margin-top: 80px;
}
.index-about-two img{
    width: 100%;
    display: block;
}
.index-pro{
    padding-top: 100px;
}
.index-pro-all{}
.index-pro-all h1{
    font-size: 36px;
    color: #191919;
    text-align: center;
}
.index-pro-content{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-pro-cont{
    width: 31%;
    position: relative;
}
.index-pro-cont h2{
    font-size: 16px;
    color: #222222;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.index-pro-cont a{
    display: block;
    font-size: 12px;
    color: #004097;
    margin-top: 10px;
}
.index-pro-cont a img{
    width: auto;
    height: 160px;
    margin: auto;
    margin-top: 20px;
    transition: .3s ease;
}
.index-pro-cont a:hover img{
    transform: scale(1.1);
}
.index-pro-cont:nth-child(1){
    padding: 60px;
    box-sizing: border-box;
    position: relative;
}
.index-pro-cont:nth-child(1) img{
    width: 60%;
    height: auto;
    position: absolute;
    bottom: 10%;
    left: 20%;
}
.index-pro-cont:nth-child(1)::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/pro-bj.png) no-repeat bottom;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.index-pro-cont li{
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.index-pro-cont li:last-child{
    margin-top: 40px;
}
.index-pro-cont li::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/pro-bj.png) no-repeat bottom;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.index-pro-all>a{
    display: block;
    margin: auto;
    color: #222222;
    width: 200px;
    border: 1px solid #222222;
    border-radius: 25px;
    padding: 10px 0;
    text-align: center;
    margin-top: 60px;
    transition: .3s ease;
}
.index-pro-all>a:hover{
    border: 1px solid #004097;
    background-color: #004097;
    color: #fff;
}
.index-service{
    padding: 100px 0;
}
.index-service h1{
    font-size: 36px;
    color: #191919;
    text-align: center;
}
.service-swiper{
    overflow: hidden;
    position: relative;
    margin-top: 60px;
}
.service-swiper .swiper-slide{
    width: 1000px !important;
}
.service-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.service-swiper .swiper-slide h2{
    font-size: 16px;
    color: #222222;
    margin-top: 30px;
    display: none;
}
.service-swiper .swiper-slide p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 10px;
    display: none;
}
.service-swiper .swiper-slide-active  h2,
.service-swiper .swiper-slide-active  p{
    display: block;
}
.service-swiper .swiper-slide-shadow-left,
.service-swiper .swiper-slide-shadow-right{
    background-image: none;
}
.service-zy{
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 12%;
    right: calc((100vw - 1000px) / 2 + 40px);
}
.service-swiper a{
    width: 60px;
    height: 60px;
    background-color: #004097;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    z-index: 5;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: .3s ease-in;
    position: unset;
}
.service-swiper a:hover{
    background-color: #fff;
    border: 1px solid #004097;
    color: #004097;
}
.service-prev::after,.service-next::after{
    content: "";
}
.service-prev{
    position: unset;
    height: 60px;
    margin-top: 0;
}
.service-prev i{
    display: block;
    font-size: 24px;
    color: #004097;
    text-align: center;
    line-height: 60px;
}
.service-next{
    position: unset;
    height: 60px;
    margin-top: 0;
}
.service-next i{
    display: block;
    font-size: 24px;
    color: #004097;
    text-align: center;
    line-height: 60px;
}
.index-news{
    padding: 100px 0;
}
.index-news-all{}
.index-news-all h1{
    font-size: 36px;
    color: #191919;
    text-align: center;
}
.index-news-content{
    margin-top: 40px;
}
.index-news-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid #B5B5B6;
}
.index-news-z{
    width: 20%;
}
.index-news-z h2{
    font-size: 16px;
    color: #222222;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index-news-z h2 a{
    color: #222222;
    transition: .3s ease;
}
.index-news-cont h2:hover a{
    color: #004097;
}
.index-news-o{
    width: 30%;
}
.index-news-o p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.index-news-y{
    width: 20%;
    overflow: hidden;
}
.index-news-y:hover img{
    transform: scale(1.1);
}
.index-news-y img{
    width: 100%;
    display: block;
    transition: .3s ease;
}
.index-news-all>a{
    font-size: 16px;
    color: #222222;
    width: 200px;
    border: 1px solid #222222;;
    border-radius: 25px;
    padding: 10px 0;
    text-align: center;
    margin: auto;
    margin-top: 60px;
    display: block;
    transition: .3s ease;
}
.index-news-all>a:hover{
    border: 1px solid transparent;
    background-color: #004097;
    color: #fff;
}
.footer{
    background-color: #2D2F33;
}
.foot{
    padding: 80px 0;
}
.foot-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-one-left{}
.foot-one-left h1{
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}
.foot-one-left form{
    margin-top: 60px;
}
.foot-one-left form .form-group{
    width: 200px;
    position: relative;
}
.foot-one-left form .form-group input{
    width: 100%;
    padding: 10px 0;
    border: none;
    box-sizing: border-box;
    border-bottom: 1px solid #666666;
    outline: none;
    font-size: 14px;
    color: #999999;
    background-color: transparent;
    padding-right: 30px;
    transition: .3s ease;
}
.foot-one-left form .form-group button{
    position: absolute;
    right: 0px;
    top: 10px;
    transition: .3s ease;
    cursor: pointer;
    box-sizing: border-box;
    border: none;
    border: none;
    background-color: transparent;
}
.foot-one-left form .form-group button i{
    font-size: 16px;
    color: #666666;
    display: block;
}
.foot-one-zhong{
    width: 65%;
}
.foot-one-zhong ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-one-zhong ul li{}
.foot-one-zhong ul li:last-child{
    /* margin-top: 80px; */
}
.foot-one-zhong ul li>a{
    display: block;
    font-size: 16px;
    color: #fff;
}
.foot-one-zhong ul li p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
}
.foot-one-zhong ul li p a{
    display: block;
    width: 31%;
    font-size: 12px;
    color: #898989;
    margin-top: 10px;
    transition: .3s ease-in;
}
.foot-one-right{}
.foot-one-right ul{}
.foot-one-right ul li{}
.foot-one-right ul li a:first-child{
    margin-bottom: 20px;
}
.foot-one-right ul li:last-child{
    margin-top: 80px;
}
.foot-one-right ul li a{
    display: block;
    font-size: 12px;
    color: #898989;
    margin-top: 10px;
    transition: .3s ease-in;
}
.foot-one-right ul li a:first-child{
    display: block;
    font-size: 16px;
    color: #fff;
}
.foot-one-zhong p a:hover,.foot-one-right li a:hover{
    color: #fff;
}
.foot-two{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.foot-two-left{}
.foot-two-left a{
    width: 100px;
    display: block;
}
.foot-two-left a img{
    width: 100%;
    display: block;
}
.foot-two-zhong{}
.foot-two-zhong p{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
    color: #898989;
}
.foot-two-zhong p a{
    display: inline-block;
    margin-left: 10px;
    color: #898989;
}
.foot-two-right{}
.foot-two-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.foot-two-right ul li{
    position: relative;
    margin-left: 10px;
}
.foot-two-right ul li:first-child{
    margin-left: 0;
}
.foot-two-right ul li a{
    display: block;
}
.foot-two-right ul li a i{
    font-size: 20px;
    color: #c9c9c9;
}
.ewm{
    width: 100px;
    position: absolute;
    top: -110px;
    left: -32px;
    display: none;
}
.foot-two-right ul li:hover .ewm{
    display: block;
}
.ewm img{
    width: 100%;
    height: auto;
    display: block;
}
.about-ban{
    margin-top: 100px;
    position: relative;
}
.about-ban img{
    width: 100%;
    display: block;
}
.about{
    padding: 100px 0;
}
.about-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-one-left{
    width: 40%;
}
.about-one-left h1{
    font-size: 36px;
    color: #191919;
}
.about-one-right{
    width: 55%;
}
.about-one-right p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.about-two{
    margin-top: 100px;
    position: relative;
}
.about-two-content{
    padding: 100px;
    box-sizing: border-box;
}
.about-two-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.about-two-img img{
    width: 100%;
    display: block;
}
.about-two-cont h2{
    font-size: 24px;
    color: #fff;
}
.about-two-cont p{
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}
.about-two ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 200px;
    padding: 0 60px;
    box-sizing: border-box;
}
.about-two ul li{
    width: 12.5%;
    padding: 40px 0;
}
.about-two ul .active{
    background-color: rgba(255,255,255,.14);
}
.about-two ul li i{
    font-size: 30px;
    color: #fff;
    display: block;
    text-align: center;
}
.about-two ul li p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.product{
    padding: 100px 0;
}
.product-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-left{
    width: 300px;
}
.product-left ul{}
.product-left ul li{
    margin-bottom: 10px;
}
.product-left ul li .pro-menu{
    display: none;
}
.product-left ul li .a{
    display: block;
}
.product-left ul li p:first-child{
    padding: 0px 30px;
    box-sizing: border-box;
    background-color: #EFF1F3;
    font-size: 16px;
    line-height: 60px;
    color: #191919;
    position: relative;
    display: block;
    cursor: pointer;
}
.product-left ul li p:first-child::after{
    content: "+";
    display: block;
    font-size: 20px;
    line-height: 60px;
    color: #939BA2;
    position: absolute;
    top: 0px;
    right: 30px;
}
.product-left ul li .active{
    background-color: #004097 !important;
    color: #fff !important;
}
.product-left ul li .active::after{
    content: "-" !important;
    color: #fff;
}
.product-left ul li p a{
    display: block;
    padding: 10px 30px;
    font-size: 16px;
    color: #004097;
}
.product-right{
    width: calc(100% - 400px);
}
.product-right-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.product-right-cont{
    width: 31%;
    margin-left: 2%;
    margin-bottom: 40px;
}
.product-img{
    background-color: #EFF1F3;
    padding: 50px;
    box-sizing: border-box;
}
.product-img a{
    display: block;
    overflow: hidden;
}
.product-img a img{
    width: auto;
    height: 180px;
    margin: auto;
    transition: .3s ease;
}
.product-right-cont:hover img{
    transform: scale(1.1);
}
.product-right-cont h2{
    font-size: 16px;
    color: #191919;
    margin: 10px 0;
}
.product-right-cont p{
    font-size: 14px;
    color: #333333;
}
.product-right-cont>a{
    display: block;
    width: 100px;
    border: 1px solid #999999;
    color: #999999;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
    margin-top: 10px;
    transition: .3s ease-in;
}
.product-right-cont>a:hover{
    background-color: #004097;
    color: #fff;
    border: 1px solid transparent;
}
.pro-detail{
    margin-top: 100px;
}
.pro-detail-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-detail-left{
    width: 400px;
    background-color: #F7F8F8;
    box-shadow: 0px 0px 5px 0px #C7D2E2;
}
.pro-detail-left h1{
    font-size: 36px;
    color: #191919;
    padding: 60px 0;
    padding-left: 120px;
}
.pro-detail-left ul{}
.pro-detail-left ul li{
    margin-bottom: 10px;
}
.pro-detail-left ul li .pro-menu{
    display: none;
}
.pro-detail-left ul li .a{
    display: block;
}
.pro-detail-left ul li p:first-child{
    padding: 0px 30px;
    box-sizing: border-box;
    background-color: #EFF1F3;
    font-size: 16px;
    line-height: 60px;
    color: #191919;
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 120px;
}
.pro-detail-left ul li p:first-child::after{
    content: "+";
    display: block;
    font-size: 20px;
    line-height: 60px;
    color: #939BA2;
    position: absolute;
    top: 0px;
    right: 30px;
}
.pro-detail-left ul li .active{
    background-color: #004097 !important;
    color: #fff !important;
}
.pro-detail-left ul li .active::after{
    content: "-" !important;
    color: #fff;
}
.pro-detail-left ul li .active p{
    display: block;
}
.pro-detail-left ul li p a{
    display: block;
    padding: 10px 30px;
    font-size: 16px;
    color: #004097;
    padding-left: 120px;
}
.pro-detail-right{
    width: calc(100% - 600px);
    padding: 100px 0;
    padding-right: 120px;
    box-sizing: border-box;
}
.pro-detail-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-detail-one-left{
    width: 45%;
}
.pro-detail-img{
    background-color: #EFF1F3;
    padding: 60px;
    box-sizing: border-box;
}
.pro-detail-img img{
    display: block;
    margin: auto;
}
.pro-detail-one-right{
    width: 50%;
}
.pro-detail-one-right h2{
    font-size: 36px;
    color: #191919;
}
.pro-detail-one-right p{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-top: 20px;
}
.pro-detail-one-right span{
    display: block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}
.pro-detail-one-right a{
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    background-color: #004097;
    text-align: center;
    padding: 5px 0;
    margin-top: 60px;
    border: 1px solid transparent;
    transition: .3s ease-in;
}
.pro-detail-one-right a:hover{
    background-color: transparent;
    border: 1px solid #004097;
    color: #004097;
}
.pro-detail-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}
.pro-detail-two-cont{
    width: 47%;
    padding: 50px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 #ADADAD;
    border-radius: 10px;
    margin-top: 60px;
}
.pro-detail-two-cont i{
    display: block;
    font-size: 40px;
    color: #004097;
}
.pro-detail-two-cont h2{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 15px;
}
.pro-detail-two-cont p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 10px;
}
.pro-detail-three{
    margin-top: 60px;
}
.pro-detail-three h1{
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
}
.pro-detail-three img{
    display: block;
    margin: auto;
}
.other-pro{
    margin-top: 60px;
}
.other-pro h1{
    font-size: 24px;
    color: #000;
}
.other-pro-all{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.other-pro-cont{
    width: 31%;
    margin-left: 2%;
}
.other-img{
    overflow: hidden;
    background-color: #EFF1F3;
    padding: 50px;
    box-sizing: border-box;
}
.other-img a{
    display: block;
}
.other-img a img{
    height: 200px;
    margin: auto;
    transition: .3s ease-in;
}
.other-pro-cont:hover img{
    transform: scale(1.1);
}
.other-pro-cont h2{
    font-size: 16px;
    color: #191919;
    margin-top: 10px;
}
.other-pro-cont p{
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}
.other-pro-cont>a{
    width: 100px;
    display: block;
    font-size: 14px;
    color: #999999;
    border: 1px solid #999999;
    padding: 5px 0;
    text-align: center;
    margin-top: 10px;
    transition: .3s ease-in;
}
.other-pro-cont>a:hover{
    border: 1px solid transparent;
    background-color: #004097;
    color: #fff;
}
.after{}
.after-one{
    padding: 100px 0;
}
.after-one-all{}
.after-one-all h1{
    font-size: 36px;
    color: #191919;
    text-align: center;
}
.after-one-content{
    margin-top: 60px;
}
.after-one-img{}
.after-one-img img{
    width: 100%;
    display: block;
}
.after-one-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 90px; */
    box-sizing: border-box;
    background-color: #2D2F33;
    position: relative;
}
.after-one-left{
    width: 50%;
    padding: 90px;
    box-sizing: border-box;
    background: url(../img/after-bj.png) no-repeat right;
    background-size: cover;
}
.after-left-swiper{
    height: 240px;
    overflow: hidden;
    position: relative;
}
.after-left-swiper .swiper-slide{
    height: 60px !important;
}
.after-left-swiper .swiper-slide p{
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    position: relative;
    padding-left: 25px;
}
.after-left-swiper .swiper-slide li{
    position: relative;
}
.after-left-swiper .swiper-slide li::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(0,-50%);
}
.after-left-swiper .swiper-slide li::after{
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    border: .5px solid #ffffff63;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translate(0,-50%);
}
.after-left-swiper .swiper-slide li svg{
    position: absolute;
    top: 50%;
    left: 1px;
    transform: translate(0,-50%);
    z-index: 5;
}
.after-left-swiper .swiper-slide li svg circle{
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
    transition: stroke-dashoffset 2s cubic-bezier(0,0,0,1);
}
.after-left-swiper .swiper-slide-thumb-active li svg circle{
    stroke-dashoffset: 0;
    transition-delay: .5s;
    stroke: #004097;
}
.after-one-right{
    width: 50%;
    padding: 90px;
    box-sizing: border-box;
}
.after-right-swiper{
    overflow: hidden;
    position: relative;
}
.after-right-swiper .swiper-slide{}
.after-right-swiper .swiper-slide h2{
    font-size: 24px;
    color: #fff;
}
.after-right-swiper .swiper-slide p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 20px;
}
.after-two{
    position: relative;
}
.after-two img{
    width: 100%;
    display: block;
}
.after-two h1{
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 100px;
    font-weight: lighter;
    left: calc((100vw - 1400px)/2);
}
.after-two-all{
    position: relative;
    overflow: hidden;
    margin-top: -300px;
}
.after-two-cont{
    width: 80%;
    overflow: hidden;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #2D2F33;
    margin-bottom: 100px;
}
.after-two-left{
    width: 30%;
    padding: 60px 0;
    box-sizing: border-box;
    border-right: 1px solid #3D3E3F;
}
.after-two-left ul{}
.after-two-left ul li:first-child{
    margin-top: 0;
}
.after-two-left ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    padding: 0 60px;
    position: relative;
    cursor: pointer;
}
.after-two-left ul .active::after{
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background-color: #004097;
    position: absolute;
    top: 10%;
    right: 0;
}
.after-two-left ul .active span{
    background-color: #004097;
    border: 1px solid transparent;
}
.after-two-left ul .active p{
    color: #004097;
}
.after-two-left ul li span{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    transition: .3s ease-in;
}
.after-two-left ul li p{
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
    transition: .3s ease-in;
}
.after-two-right{
    width: calc(70% - 1px);
    padding: 60px;
    box-sizing: border-box;
}
.after-two-right-cont{}
.after-two-right-cont h2{
    font-size: 24px;
    color: #fff;
}
.after-two-right-cont p{
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    margin-top: 30px;
}
.case{
    padding: 100px 0;
}
.case-all{}
.case-all ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case-all ul li:nth-child(1),
.case-all ul li:nth-child(2){
    margin-top: 0;
}
.case-all ul li{
    width: 47%;
    margin-top: 60px;
}
.case-all ul li a{}
.case-all ul li .img-center{
    min-height: 465px;
    overflow: hidden;
    border-radius: 10px;
}
.case-all ul li .img-center:hover img{
    transform: scale(1.1);
}
.case-all ul li .img-center img{
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    transition: .3s ease-in;
}
.case-all ul li .img-center video{
    width: auto;
    max-height: 465px;
    object-fit: cover;
    display: block;
}
.case-all ul li p{
    font-size: 16px;
    color: #191919;
    margin-top: 10px;
}
.news{
    padding: 100px 0;
}
.news-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.news-cont{
    width: 31%;
    margin-left: 2%;
    margin-bottom: 40px;
}
.news-img{}
.news-img:hover img{
    transform: scale(1.1);
}
.news-img a{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.news-img a p{
    font-size: 14px;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    background-color: #004097;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    margin-top: 0;
}
.news-img a img{
    width: 100%;
    display: block;
    border-radius: 10px;
    transition: .3s ease-in;
}
.news-cont h2{
    font-size: 16px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news-cont h2 a{
    display: block;
    font-size: 16px;
    color: #222222;
    font-weight: lighter;
    margin-top: 20px;
}
.news-cont p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news-page{}
.news-page ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.news-page ul li{}
.news-page ul li a{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #191919;
    border-radius: 50%;
    transition: .3s ease-in;
    margin: 0 10px;
}
.news-page ul li a i{
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #191919;
    transition: .3s ease-in;
}
.news-page ul li a:hover{
    color: #fff;
    background-color: #004097;
}
.news-page ul li a:hover i{
    color: #fff;
}
.news-detail{
    padding: 100px 0;
    margin-top: 100px;
}
.news-detail-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-detail-left{
    width: 10%;
}
.news-detail-left ul{}
.news-detail-left ul li{
    position: relative;
    margin-bottom: 20px;
}
.news-detail-left ul li:last-child{
    margin-bottom: 0;
}
.news-detail-left ul li a{
    display: block;
}
.news-detail-left ul li a img{
    width: 20px;
    height: 20px;
    display: block;
}
.ewm1{
    width: 100px;
    position: absolute;
    top: 0px;
    left: 30px;
    display: none;
}
.news-detail-left ul li:hover .ewm1{
    display: block;
}
.ewm1 img{
    width: 100%;
    height: auto;
    display: block;
}
.news-detail-right{
    width: 80%;
}
.news-detail-top{}
.news-detail-top h2{
    font-size: 36px;
    color: #191919;
}
.news-detail-top p{
    font-size: 14px;
    color: #191919;
    margin-top: 10px;
}
.news-detail-cont{
    margin-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #EFEFEF;
}
.newspage{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newspage a{
    font-size: 14px;
    color: #333333;
    display: block;
    transition: .3s ease-in;
}
.newspage a:hover{
    color: #004097;
}
.contact{}
.contact-all{
    padding: 100px 0;
}
.contact-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-one-left{
    width: 30%;
}
.contact-one-left h2{
    font-size: 36px;
    color: #191919;
}
.contact-one-right{
    width: 60%;
}
.contact-one-right form{}
.contact-one-right form .form-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-one-right form .form-one .form-group{
    width: 48%;
    margin-bottom: 20px;
    position: relative;
}
.contact-one-right form .form-one .form-group:nth-child(1)::before,
.contact-one-right form .form-one .form-group:nth-child(2)::before,
.contact-one-right form .form-one .form-group:nth-child(3)::before{
    content: "*";
    display: block;
    color: red;
    line-height: 60px;
    position: absolute;
    left: 10px;
}
.contact-one-right form .form-one .form-group input{
    width: 100%;
    font-size: 16px;
    color: #999999;
    line-height: 60px;
    padding: 0 15px;
    padding-left: 25px;
    box-sizing: border-box;
    background-color: unset;
    border: 1px solid #999999;
    border-radius: 10px;
}
.contact-one-right form textarea{
    width: 100%;
    font-size: 16px;
    color: #999999;
    padding: 15px;
    padding-left: 25px;
    box-sizing: border-box;
    background-color: unset;
    border: 1px solid #999999;
    border-radius: 10px;
    resize: none;
}
.contact-one-right form .btn{
    width: 200px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #004097;
    border: 1px solid transparent;
    border-radius: 30px;
    cursor: pointer;
    transition: .3s ease-in;
    margin-top: 20px;
}
.contact-one-right form .btn:hover{
    background-color: transparent;
    border: 1px solid #004097;
    color: #004097;
}
.contact-two{
    margin-top: 60px;
}
#container{
    width: 100%;
    height: 600px;
}
#container .amap-info-content{
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #d1d1d1;
}
.map-cont{
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}
.map-cont h2{
    font-size: 24px;
    color: #191919;
    font-weight: lighter;
}
.map-cont p{
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
}
.map-cont p span{
    display: block;
    font-size: 16px;
    color: #191919;
}
.map-cont img{
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 20px;
}
.search-p{
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.search-p h2{
    font-size: 36px;
    color: #fff;
    text-align: center;
}
.search-p form{
    margin-top: 60px;
}
.search-p form .form-group{
    position: relative;
}
.search-p form .form-group input{
    width: 100%;
    font-size: 16px;
    color: #999999;
    padding: 15px;
    padding-right: 40px;
    box-sizing: border-box;
    background-color: #fff;
    border: none;
    border-radius: 15px;
    outline: none;
}
.search-p form .form-group button{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #999999;
    cursor: pointer;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
}
.search-p form .form-group button i{}
.search{
    padding: 100px 0;
}
.search-all{}
.search-all ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.search-all ul li{
    font-size: 16px;
    color: #333333;
    margin-right: 20px;
    cursor: pointer;
}
.search-all ul .active{
    color: #000;
}
.search-all ul li:last-child{
    margin-right: 0;
}
.search-content{
    margin-top: 40px;
}



/* phone */
.mobile-inner-header {
    background-color: rgba(255, 255, 255, 255.7);
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}

#wrap {
    text-align: left;
}

.fl {
    float: left;
    display: inline;
}

.mobile-inner-header-icon:hover {
    cursor: pointer;
}

.mobile-inner-header-icon {
    color: #666666;
    font-size: 25px;
    text-align: center;
    position: relative;
}
.mobile-inner-header-icon span{
    background-color: #ffffff;
    width: 20px;
    height: 1px;
    display: block;
}
.mobile-inner-header-icon span:nth-child(2){
    margin-top: 5px;
}
.mobile-inner-header-icon span:nth-child(3){
    margin-top: 5px;
}
.mobile-inner-header-icon-click span:nth-child(1){
    transform: translateY(0px) rotate(45deg);
}
.mobile-inner-header-icon-click span:nth-child(2){
    display: none;
}
.mobile-inner-header-icon-click span:nth-child(3){
    transform: translateY(0px) rotate(-45deg);
}

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

.mobile-inner-nav a {
    width: 100%;
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    color: #898989;
    font-weight: lighter;
    border-bottom: 1px solid #898989;
    -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 {
    position: relative;
    overflow: hidden;
}

#wrap {
    text-align: left;
}

@media (min-width:320px) and (max-width:1200px) {
    .phone-menu {
        display: block;
    }
}
.phone-menu{
    display: none;
}





.service-page,.foot-one-left img,.phone-about,.phone-after{
    display: none;
}
@media (min-width:1199px) and (max-width:1600px){
    .container{
        width: 85%;
    }
    .header{
        padding: 0 80px;
    }
    .head-right>ul li a{
        padding: 0 30px;
    }
    .ban-p {
        width: 85%;
        left: calc((100vw - 85%) / 2);
    }
    .banner-page{
        left: calc((100vw - 85%) / 2) !important;
    }
    .banner-prev{
        left: calc((100vw - 85%) / 2 - 70px);
    }
    .banner-next{
        right: calc((100vw - 85%) / 2 - 70px);
    }
    .service-swiper .swiper-slide{
        width: 900px !important;
    }
    .service-zy{
        right: calc((100vw - 900px) / 2 + 40px);
    }
    .product-img a img{
        height: 120px;
    }
    .product-right-cont h2{
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:1;
    }
    .pro-detail-left{
        width: 350px;
    }
    .pro-detail-left h1,
    .pro-detail-left ul li p:first-child,
    .pro-detail-left ul li p a{
        padding-left: 80px;
    }
    .pro-detail-right {
        width: calc(100% - 400px);
        padding-right: 80px;
    }
    .other-img a img{
        height: 150px;
    }
    .after-two h1{
        left: calc((100vw - 85%) / 2);
    }
    .after-two-all{
        margin-top: -150px;
    }
    .after-two-cont{
        width: 90%;
    }
    .after-two-left ul li{
        padding: 0 40px;
    }
    .case-all ul li .img-center{
        min-height: 360px;
    }
    .case-all ul li .img-center video{
        width: 100%;
        min-height: 360px;
    }
    #container{
        height: 400px;
    }
    .search-p{
        width: 45%;
    }
}
@media screen and (max-width:1200px){
    .container{
        width: 95%;
    }
    .phone-menu{
        display: block;
    }
    .mobile-inner-nav-all .alist:first-child{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: 30px auto;
    }
    .mobile-inner-nav-all .alist:first-child a{
        border-bottom: none;
    }
    .alist{
        width: 90%;
        margin: auto;
    }
    .alist .logo{
        width: 100px;
    }
    .alist .logo img{
        width: 100%;
        display: block;
    }
    .phone-menu-home{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }
    .phone-menu-home ul{
        margin-right: 10px;
    }
    .phone-menu-home ul i{
        font-size: 16px;
        color: #fff;
    }
    .mobile-close{
        text-align: center;
        float: right;
        font-size: 30px;
        color: #ffffff;
    }
    .phone-lang{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px 0;
    }
    .phone-lang a{
        width: auto;
        display: block;
        border-bottom: none;
        font-size: 14px;
        line-height: 1;
        color: #000;
        background-color: #fff;
        padding: 10px;
        box-sizing: border-box;
    }
    .phone-lang .active{
        background-color: #004097;
        color: #fff;
    }
    .phone-search{
        border-bottom: none !important;
    }
    .phone-search form .form-group{
        position: relative;
    }
    .phone-search form .form-group input{
        width: 100%;
        font-size: 16px;
        color: #d6d6d6;
        padding: 15px;
        padding-right: 40px;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, .4);
        border: none;
        border-radius: 15px;
        outline: none;
    }
    .phone-search form .form-group input::placeholder{
        color: #d6d6d6;
    }
    .phone-search form .form-group button{
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        font-size: 16px;
        color: #d6d6d6;
        cursor: pointer;
        box-sizing: border-box;
        border: none;
        background-color: transparent;
    }
    .head-top .phone-menu-home ul i{
        color: #000;
    }
    .head-top .mobile-inner-header-icon span{
        background-color: #000;
    }
    .mobile-inner-nav.active{
        width: 100%;
        opacity: 1;
        background-color: rgba(0,0,0,.7);
    }
    .mobile-inner-nav-all{
        width: 0;
        height: 100%;
        overflow-y: auto;
        background-color: #2D2F33;
        box-sizing: border-box;
        transition: .3s ease-in;
    }
    .mobile-inner-nav.active .mobile-inner-nav-all{
        width: 100%;
    }
    .header{
        padding: 10px 20px;
    }
    .head-right{
        display: none;
    }
    .banner{
        height: 500px;
    }
    .banner-swiper{
        height: 100%;
    }
    .banner-swiper .swiper-slide img{
        height: 100%;
        object-fit: cover;
    }
    .banner-prev,.banner-next{
        display: none;
    }
    .banner-page {
        width: 100% !important;
        bottom: 5% !important;
        left: 0 !important;
    }
    .ban-p{
        width: 90%;
        left: 5%;
        top: 30%;
    }
    .ban-p h2{
        font-size: 24px;
        text-align: center;
    }
    .ban-p p{
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
    }
    .ban-p a{
        margin: auto;
        margin-top: 20px;
    }
    .index-about-one{
        padding-top: 30px;
    }
    .index-about-one-left{
        width: 100%;
    }
    .index-about-one-left h2{
        font-size: 24px;
        line-height: 40px;
    }
    .index-about-one-right{
        width: 100%;
        margin-top: 10px;
    }
    .index-about-one-right a{
        margin-top: 20px;
    }
    .index-about-two {
        margin-top: 30px;
    }
    .index-pro{
        padding-top: 30px;
    }
    .index-pro-all h1{
        font-size: 24px;
    }
    .index-pro-content{
        margin-top: 20px;
    }
    .index-pro-cont li{
        padding: 10px;
    }
    .index-pro-cont:nth-child(1){
        display: none;
    }
    .index-pro-cont{
        width: 47%;
    }
    .index-pro-cont h2{
        -webkit-line-clamp: 2;
    }
    .index-pro-cont a img{
        height: 120px;
    }
    .index-pro-cont li:last-child{
        margin-top: 20px;
    }
    .index-pro-all>a{
        margin-top: 30px;
    }
    .index-service{
        padding: 30px 0;
    }
    .index-service h1{
        font-size: 24px;
    }
    .service-swiper{
        margin-top: 20px;
        padding-bottom: 50px;
    }
    .service-swiper .swiper-slide{
        width: 95% !important;
    }
    .service-page{
        display: block;
    }
    .service-page .swiper-pagination-bullet-active{
        background: #004097;
    }
    .service-zy{
        display: none;
    }
    .index-news{
        padding: 30px 0;
    }
    .index-news-all h1{
        font-size: 24px;
    }
    .index-news-content{
        margin-top: 0;
    }
    .index-news-cont{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .index-news-z{
        width: 45%;
    }
    .index-news-o{
        display: none;
    }
    .index-news-y{
        width: 45%;
    }
    .index-news-all>a{
        margin-top: 20px;
    }
    .foot{
        padding: 30px 0;
    }
    .foot-one-left{
        width: 100%;
    }
    .foot-one-left h1{
        text-align: center;
    }
    .foot-one-left img{
        width: 120px;
        display: block;
        margin: auto;
        margin-top: 20px;
    }
    .foot-one-left form,.foot-one-zhong{
        display: none;
    }
    .foot-two{
        margin-top: 30px;
    }
    .foot-two-left,.foot-two-right{
        display: none;
    }
    .foot-two-zhong{
        width: 100%;
    }
    .foot-two-zhong p{
        justify-content: center;
    }
    .about-ban{
        margin-top: 54px;
    }
    .about{
        padding: 30px 0;
    }
    .about-one-left{
        width: 100%;
    }
    .about-one-left h1{
        font-size: 24px;
    }
    .about-one-right{
        width: 100%;
        margin-top: 10px;
    }
    .pc-about{
        display: none;
    }
    .phone-about{
        display: block;
    }
    .phone-about-swiper{
        overflow: hidden;
        position: relative;
        padding-bottom: 40px;
    }
    .phone-about-page .swiper-pagination-bullet{
        background: #191919;
    }
    .phone-about-page .swiper-pagination-bullet-active{
        background: #004097;
    }
    .phone-about-swiper .about-two-cont {
        padding: 30px;
        box-sizing: border-box;
    }
    .phone-about-swiper .about-two-cont p{
        line-height: 24px;
        min-height: 48px;
    }
    .phone-about-swiper .about-li{
        padding: 20px 0;
        margin-top: 40px;
        background-color: rgba(255, 255, 255, .14);
    }
    .phone-about-swiper .about-li i{
        font-size: 24px;
        color: #fff;
        display: block;
        text-align: center;
    }
    .phone-about-swiper .about-li p{
        font-size: 16px;
        color: #fff;
        text-align: center;
        margin-top: 10px;
    }
    .product{
        padding: 30px 0;
    }
    .product-left{
        width: 100%;
    }
    .product-left ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .product-left ul li {
        width: 48%;
    }
    .product-left ul li p:first-child{
        padding: 0 15px;
    }
    .product-left ul li p:first-child::after{
        content: "";
        display: none;
    }
    .product-right{
        width: 100%;
        margin-top: 20px;
    }
    .product-right-cont{
        width: 48%;
        margin-bottom: 30px;
    }
    .product-img{
        padding: 15px;
    }
    .product-img a img{
        height: 100px;
    }
    .pro-detail{
        margin-top: 54px;
    }
    .pro-detail-left{
        width: 100%;
    }
    .pro-detail-left h1{
        font-size: 24px;
        padding: 30px 0;
        padding-left: 0;
        text-align: center;
    }
    .pro-detail-left ul{
        display: none;
    }
    .pro-detail-right{
        width: 95%;
        margin: auto;
        padding: 30px 0;
        padding-right: 0;
    }
    .pro-detail-one-left{
        width: 100%;
    }
    .pro-detail-img{
        padding: 20px;
    }
    .pro-detail-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .pro-detail-one-right h2{
        font-size: 24px;
    }
    .pro-detail-one-right a{
        margin-top: 20px;
    }
    .pro-detail-two{
        margin-top: 0;
    }
    .pro-detail-two-cont{
        width: 48%;
        padding: 15px;
        margin-top: 30px;
    }
    .other-pro-all{
        margin-top: 0px;
    }
    .other-pro-cont{
        width: 48%;
        margin-top: 20px;
    }
    .other-img{
        padding: 20px;
    }
    .other-img a img{
        height: 140px;
    }
    .after-one{
        padding: 30px 0;
    }
    .after-one-all h1{
        font-size: 24px;
    }
    .after-one-content{
        margin-top: 20px;
    }
    .after-two-all{
        margin-top: 30px;
    }
    .after-two h1{
        width: 100%;
        font-size: 24px;
        top: 25px;
        left: 0;
        text-align: center;
    }
    .after-one-cont{
        display: none;
    }
    .phone-after{
        display: block;
        background-color: #2D2F33;
        padding: 20px;
        box-sizing: border-box;
    }
    .phone-after-swiper{
        overflow: hidden;
        position: relative;
        padding-bottom: 30px;
    }
    .phone-after-swiper .swiper-slide h2 {
        font-size: 24px;
        color: #fff;
    }
    .phone-after-swiper .swiper-slide>p {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        margin-top: 20px;
    }
    .phone-after-swiper .swiper-slide li p{
        font-size: 16px;
        color: #fff;
        line-height: 60px;
        position: relative;
        padding-left: 25px;
    }
    .phone-after-swiper .swiper-slide li{
        position: relative;
        margin-top: 60px;
    }
    .phone-after-swiper .swiper-slide li::before{
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 9px;
        transform: translate(0,-50%);
    }
    .phone-after-swiper .swiper-slide li::after{
        content: "";
        display: block;
        width: 17px;
        height: 17px;
        border: .5px solid #ffffff63;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 2px;
        transform: translate(0,-50%);
    }
    .phone-after-swiper .swiper-slide li svg{
        position: absolute;
        top: 50%;
        left: 1px;
        transform: translate(0,-50%);
        z-index: 5;
    }
    .phone-after-swiper .swiper-slide li svg circle{
        stroke-dasharray: 300%;
        stroke-dashoffset: 300%;
        transition: stroke-dashoffset 2s cubic-bezier(0,0,0,1);
    }
    .phone-after-swiper .swiper-slide-active li svg circle{
        stroke-dashoffset: 0;
        transition-delay: .5s;
        stroke: #004097;
    }
    .phone-after-page .swiper-pagination-bullet{
        opacity: 1;
        background: #fff;
    }
    .phone-after-page .swiper-pagination-bullet-active{
        background: #004097;
    }
    .after-two-cont{
        width: 100%;
        margin-bottom: 30px;
    }
    .after-two-left{
        width: 100%;
        padding: 30px 0;
    }
    .after-two-left ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px;
        box-sizing: border-box;
    }
    .after-two-left ul li{
        width: 50%;
        padding: 0;
        margin-top: 30px;
    }
    .after-two-left ul li:nth-child(1),
    .after-two-left ul li:nth-child(2){
        margin-top: 0;
    }
    .after-two-left ul li span{
        width: 40px;
        line-height: 40px;
    }
    .after-two-left ul li span::before{
        width: 40px;
        height: 40px;
    }
    .after-two-left ul .active::after{
        display: none;
    }
    .after-two-left ul .active span::before{
        border: 1px solid #004097;
    }
    .after-two-left ul li p{
        margin-left: 10px;
    }
    .after-two-right{
        width: 100%;
        padding: 20px;
    }
    .after-two-right-cont p{
        margin-top: 10px;
    }
    .case{
        padding: 30px 0;
    }
    .case-all ul li{
        width: 100%;
        margin-top: 30px;
    }
    .case-all ul li:nth-child(2){
        margin-top: 30px;
    }
    .case-all ul li .img-center video{
        width: 100%;
    }
    .case-all ul li .img-center{
        min-height: 120px;
    }
    .news{
        padding: 30px 0;
    }
    .news-cont{
        width: 48%;
        margin-bottom: 25px;
    }
    .news-detail{
        margin-top: 54px;
        padding: 30px 0;
    }
    .news-detail-left{
        display: none;
    }
    .news-detail-right{
        width: 100%;
    }
    .news-detail-top h2{
        font-size: 24px;
    }
    .contact-all{
        padding: 30px 0;
    }
    .contact-one-left{
        width: 100%;
    }
    .contact-one-left h2{
        font-size: 24px;
    }
    .contact-one-right{
        width: 100%;
        margin-top: 20px;
    }
    #container{
        height: 250px;
    }
    .map-cont h2{
        font-size: 18px;
    }
    .map-cont p{
        margin-top: 10px;
        font-size: 12px;
    }
    .map-cont p span{
        font-size: 12px;
    }
    .search-p{
        display: none;
    }
    .search{
        padding: 30px 0;
    }
}
@media (min-width:769px) and (max-width:1199px){
    .banner{
        height: auto;
    }
    .index-about-one-left{
        width: 30%;
    }
    .index-about-one-right{
        width: 65%;
        margin-top: 0;
    }
    .index-pro-cont:nth-child(1){
        display: block;
        padding: 30px;
    }
    .index-pro-cont{
        width: 31%;
    }
    .service-swiper .swiper-slide{
        width: 75% !important;
    }
    .index-news-z{
        width: 25%;
    }
    .index-news-o{
        display: block;
    }
    .index-news-y{
        width: 30%;
    }
    .about-one-left{
        width: 30%;
    }
    .about-one-right{
        width: 65%;
        margin-top: 0;
    }
    .pc-about{
        display: block;
    }
    .phone-about{
        display: none;
    }
    .product-left{
        width: 300px;
    }
    .product-left ul{
        display: block;
    }
    .product-left ul li{
        width: 100%;
    }
    .product-left ul li p:first-child::after{
        content: "+";
        display: block;
    }
    .product-right {
        width: calc(100% - 350px);
        margin-top: 0;
    }
    .product-img a img {
        height: 140px;
    }
    .pro-detail-one-left{
        width: 40%;
    }
    .pro-detail-one-right{
        width: 50%;
        margin-top: 0;
    }
    .other-pro-cont{
        width: 31%;
    }
    .case-all ul li{
        width: 47%;
    }
    .case-all ul li:nth-child(2){
        margin-top: 0;
    }
    .contact-one-left{
        width: 30%;
    }
    .contact-one-right{
        width: 60%;
        margin-top: 0;
    }
    #container {
        height: 350px;
    }
}
@media (min-width:414px) and (max-width:769px){
    .banner{
        height: auto;
    }
    .index-news-z{
        width: 25%;
    }
    .index-news-o{
        display: block;
    }
    .index-news-y{
        width: 30%;
    }
    .product-img a img{
        height: 140px;
    }
    .pro-detail-one-left{
        width: 45%;
    }
    .pro-detail-one-right{
        width: 50%;
        margin-top: 0;
    }
    .after-two h1{
        top: 50px;
    }
    .after-two-left ul li{
        width: 25%;
        margin-top: 0;
    }
    .case-all ul li{
        width: 48%;
    }
    .case-all ul li:nth-child(2){
        margin-top: 0;
    }
}
@media screen and (max-width:414px){}

/* Add pagination style in default.blade.php */
.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
    gap: 10px;
    --pagination-size: 40px;
    font-size: 14px;
}

.pagination li a,
.pagination li span {
    display: block;
    width: var(--pagination-size);
    height: var(--pagination-size);
    line-height: var(--pagination-size);
    text-align: center;
    border-radius: 50%;
    color: #333;
    background-color: #f8f8f8;
}

.pagination li a:hover,
.pagination li.active span {
    background-color: #004097;
    color: #fff;
}

.ql-editor {
    padding: 0;
}

.wang-editor-content h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0.67em 0;
}

.wang-editor-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0.83em 0;
}

.wang-editor-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 1em 0;
}

.wang-editor-content p {
    margin: 1em 0;
}

.wang-editor-content img,
.wang-editor-content video {
    display: revert;
}

.wang-editor-content ul,
.wang-editor-content ol {
    padding-left: 20px;
    margin: 0;
}

.wang-editor-content ul li,
.wang-editor-content ol li {
    margin-bottom: 5px;
    list-style-position: inside;
}

.wang-editor-content ul li {
    list-style-type: disc;
}

.wang-editor-content ol li {
    list-style-type: decimal;
}
