*{
    font-family: 'AlibabaPuHui';
}
.container{
    width: 1400px;
    margin: auto;
}
.header{
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 999;
}
.head{
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-left{}
.head-left a{
    width: 300px;
    display: block;
}
.head-left a img{
    width: 100%;
}
.head-zhong{}
.head-zhong ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-zhong ul li{}
.head-zhong ul li a:hover{
    color: #0281A4 !important;
}
.head-zhong ul .active a{
    color: #0281A4 !important;
}
.head-zhong ul li a{
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 30px;
    transition: .3s ease-in;
}
.head-right{
    position: relative;
}
.head-right li{
    position: relative;
}
.head-right li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 5px 20px;
    box-sizing: border-box;
}
.head-right li a i{
    font-size: 16px;
    color: #0281A4;
    display: block;
    line-height: 24px;
}
.head-right li a p{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-left: 10px;
}
.head-right:hover .lang-drop{
    display: block;
}
.lang-drop{
    position: absolute;
    width: 400px;
    right: 0;
    padding-top: 20px;
    display: none;
    z-index: 10;
}
.lang-drop p{
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.lang-drop p a{
    width: 25%;
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    transition: .3s ease-in;
}
.lang-drop p a:hover{
    color: #0280A3;
}
.header .show-logo{
    display: block !important;
}
.header .hide-logo{
    display: none !important;
}
.test{
    background-color: #fff;
}
.test .head-zhong ul li a{
    color: #191919;
}
.test .head-right li a{
    border: 1px solid #999999;
}
.test .head-right li a p{
    color: #999999;
}
.banner{}
.banner-swiper{
    overflow: hidden;
    position: relative;
}
.banner-swiper .swiper-slide{}
.banner-swiper .swiper-slide img{
    display: block;
    margin: auto;
}
.ban-prev,.ban-next{
    color: #0280A3;
}
.ban-prev::after,.ban-next::after{
    font-size: 40px;
    font-weight: bold;
}
.index-about{}
.index-about-one{
    margin-top: -95px;
    position: relative;
    z-index: 2;
}
.index-about-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 0 5px 0 rgba(159,159,159,.75);
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
}
.index-about-one-cont{
    width: 30%;
}
.index-about-one-cont i{
    font-size: 50px;
    color: #0281A4;
    display: block;
    text-align: center;
}
.index-about-one-cont h2{
    font-size: 20px;
    line-height: 30px;
    color: #191919;
    text-align: center;
}
.index-about-one-cont p{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    text-align: center;
}
.index-about-two{
    padding: 100px 0;
}
.index-about-two-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-about-two-left{
    width: 47%;
}
.index-about-yi{}
.index-about-yi h2{
    font-size: 38px;
    color: #191919;
}
.index-about-yi p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin: 50px 0;
}
.index-about-yi a{
    width: 115px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
    transition: .3s ease-in;
    position: relative;
}
.index-about-yi a::after{
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #0280A3;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: .3s ease-in;
}
.index-about-yi a:hover::after{
    content: "";
    display: block;
    width: 100%;
}
.index-about-yi a span{
    display: block;
    font-size: 16px;
    color: #333333;
    transition: .3s ease-in;
}
.index-about-yi a i{
    font-size: 16px;
    color: #666666;
    transition: .3s ease-in;
}
.index-about-yi a:hover{
    border-bottom: 1px solid #0281A4;
}
.index-about-yi a:hover span{
    color: #0281A4;
}
.index-about-yi a:hover i{
    color: #0281A4;
}
.index-about-er{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.index-about-er-cont{}
.index-about-er-cont h2{
    font-size: 14px;
    color: #0281A4;
}
.index-about-er-cont h2 span{
    font-size: 30px;
    color: #0281A4;
    font-weight: bold;
    display: inline-block;
}
.index-about-er-cont p{
    font-size: 14px;
    color: #191919;
    margin-top: 5px;
}
.index-about-two-right{
    width: 47%;
}
.index-about-two-right img{
    width: 100%;
    display: block;
    border-radius: 10px;
}
.index-pro{
    padding: 100px 0;
    background: url(../img/pro-bj.png) no-repeat center;
    background-size: cover;
}
.index-pro h1{
    font-size: 38px;
    color: #fff;
}
.index-pro-all{
    margin-top: 60px;
    padding-bottom: 100px;
    position: relative;
}
.about-xian {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 10;
}
.about-xian-left {
    width: 100px;
    height: 1px;
    background-color: #fff;
}
.about-xian-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
}
.about-xian-right .about-xian-prev {
    font-size: 16px;
    color: #ffffff;
}
.about-xian-right .about-xian-next{
    font-size: 16px;
    color: #ffffff;
}
.pro-swiper{
    overflow: hidden;
    position: relative;
}
.pro-swiper .swiper-slide{}
.index-pro-cont{}
.index-pro-img{
    overflow: hidden;
}
.index-pro-img img{
    width: 80%;
    display: block;
    margin: auto;
    padding: 60px 0;
}
.index-pro-cont p{
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
/* .index-pro-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
} */
/* .index-pro-left{
    width: 35%;
}
.index-pro-left h2{
    font-size: 24px;
    color: #fff;
}
.index-pro-left p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin: 40px 0;
}
.index-pro-left a{
    width: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    transition: .3s ease-in;
    position: relative;
}
.index-pro-left a::after{
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #0280A3;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: .3s ease-in;
}
.index-pro-left a:hover::after{
    content: "";
    display: block;
    width: 100%;
}
.index-pro-left a span{
    display: block;
    font-size: 16px;
    color: #fff;
    transition: .3s ease-in;
}
.index-pro-left a i{
    font-size: 16px;
    color: #fff;
    transition: .3s ease-in;
}
.index-pro-left a:hover{
    border-bottom: 1px solid #0281A4;
}
.index-pro-left a:hover span{
    color: #0281A4;
}
.index-pro-left a:hover i{
    color: #0281A4;
}
.index-pro-right{
    width: 50%;
}
.index-pro-right img{
    width: 80%;
} */
.pro-next{
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    transition: .3s ease-in;
}
.pro-next i{
    font-size: 25px;
    color: #0179A1;
    transition: .3s ease-in;
}
.pro-next:hover{
    background-color: #0281A4;
}
.pro-next:hover i{
    color: #fff;
}
.pro-next::after{
    content: "";
}
.index-news{
    padding: 100px 0;
}
.index-news-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-news-top h1{
    font-size: 38px;
    color: #191919;
}
.index-news-top a{
    width: 115px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
    transition: .3s ease-in;
    position: relative;
}
.index-news-top a::after{
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #0280A3;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: .3s ease-in;
}
.index-news-top a:hover::after{
    content: "";
    display: block;
    width: 100%;
}
.index-news-top a span{
    display: block;
    font-size: 16px;
    color: #333333;
    transition: .3s ease-in;
}
.index-news-top a i{
    font-size: 16px;
    color: #666666;
    transition: .3s ease-in;
}
.index-news-top a:hover{
    border-bottom: 1px solid #0281A4;
}
.index-news-top a:hover span{
    color: #0281A4;
}
.index-news-top a:hover i{
    color: #0281A4;
}
.index-news-content{
    margin-top: 60px;
}
.news-swiper{
    overflow: hidden;
    position: relative;
    padding-bottom: 120px;
}
.index-news-cont{}
.index-news-cont:hover img{
    transform: scale(1.1);
}
.index-news-cont:hover h2{
    color: #0281A4;
}
.index-news-img{
    overflow: hidden;
    border-radius: 10px;
}
.index-news-img img{
    width: 100%;
    display: block;
    border-radius: 10px;
    transition: .3s ease-in;
}
.index-news-cont span{
    display: block;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}
.index-news-cont h2{
    font-size: 24px;
    color: #191919;
    margin-top: 5px;
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news-next{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #C8C9C9;
    transition: .3s ease-in;
    top: unset;
    right: 0;
    bottom: 0;
}
.news-next i{
    font-size: 25px;
    color: #C8C9C9;
    transition: .3s ease-in;
}
.news-next:hover{
    border: 1px solid #0281A4;
}
.news-next:hover i{
    color: #0281A4;
}
.news-next::after{
    content: "";
}
.index-videoimg{
    padding: 100px 0;
    background: url(../img/img-bj.png) no-repeat center;
    background-size: cover;
}
.index-videoimg h1{
    font-size: 38px;
    color: #fff;
    text-align: center;
}
.video-swiper{
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    padding-bottom: 60px;
}
.video-swiper .swiper-slide{
    width: 900px !important;
}
.video-swiper .swiper-slide video{
    width: 100%;
    display: block;
}
.video-swiper .swiper-slide img{
    width: 100%;
    border-radius: 10px;
}
.video-page .swiper-pagination-bullet{
    background: #9e9f9f;
    opacity: 1;
}
.video-page .swiper-pagination-bullet-active{
    background: #ffffff;
}
.video-next{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    transition: .3s ease-in;
    right: calc(50% - 550px);
}
.video-next i,.video-prev i{
    font-size: 20px;
    color: #ffffff;
    transition: .3s ease-in;
}
.video-next:hover,.video-prev:hover{
    border: 1px solid #0281A4;
}
.video-next:hover i,.video-prev:hover i{
    color: #0281A4;
}
.video-next::after,.video-prev::after{
    content: "";
}
.video-prev{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    transition: .3s ease-in;
    left: calc(50% - 550px);
}
.index-hz{
    padding-top: 100px;
}
.index-hz-all{}
.index-hz-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-hz-top h1{
    font-size: 38px;
    color: #191919;
}
.index-hz-top a{
    width: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
    transition: .3s ease-in;
}
.index-hz-top a span{
    display: block;
    font-size: 16px;
    color: #333333;
    transition: .3s ease-in;
}
.index-hz-top a i{
    font-size: 16px;
    color: #666666;
    transition: .3s ease-in;
}
.index-hz-top a:hover{
    border-bottom: 1px solid #0281A4;
}
.index-hz-top a:hover span{
    color: #0281A4;
}
.hz-swiper{
    margin-top: 60px;
    overflow: hidden;
    position: relative;
}
.hz-swiper .swiper-wrapper{
    -webkit-transition-timing-function:linear;/*之前是ease-out*/
    -moz-transition-timing-function:linear;
    -ms-transition-timing-function:linear;
    -o-transition-timing-function:linear;
    transition-timing-function: linear;
}
.hz-swiper .swiper-slide{
    border-top: 1px solid #DBDCDC;
    border-right: 1px solid #DBDCDC;
}
.hz-swiper .swiper-slide img{
    margin: 40px auto;
    filter: grayscale(100%);
    transition: .3s ease-in;
}
.hz-swiper .swiper-slide img:hover{
    transform: scale(1.1);
    filter: unset;
}
.footer{
    background-color: #202020;
}
.foot{
    padding: 100px 0;
    border-bottom: 1px solid #292929;
}
.foot-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-one-left{
    width: 35%;
}
.foot-one-left a{
    width: 300px;
    display: block;
    margin-bottom: 100px;
}
.foot-one-left a img{
    width: 100%;
}
.foot-one-left p{
    font-size: 14px;
    line-height: 20px;
    color: #DADBDB;
    margin-top: 30px;
}
.foot-one-right{
    width: 55%;
}
.foot-one-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-one-right ul li{}
.foot-one-right ul li p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
.foot-one-right ul li a{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #DADBDB;
    margin-top: 10px;
    transition: .3s ease-in;
}
.foot-one-right ul li a:hover{
    color: #0280A3;
}
.foot-two{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.foot-two-left{}
.foot-two-left li{
    float: left;
    position: relative;
}
.foot-two-left li i{
    font-size: 30px;
    color: #878787;
    display: block;
    margin-right: 20px;
    transition: .3s ease-in;
}
.foot-two-left li:hover .ewm{
    display: block;
}
.ewm{
    position: absolute;
    top: -110px;
    left: -35px;
    z-index: 90;
    display: none;
}
.ewm img{
    width: 100px;
    height: 100px;
}
.foot-two-left li i:hover{
    color: #0281A4;
}
.foot-two-right{}
.foot-two-right li{
    width: 40px;
    height: 40px;
    background-color: #0281A4;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s ease-in;
}
.foot-two-right li i{
    font-size: 18px;
    color: #fff;
    display: block;
    margin: auto;
    text-align: center;
    line-height: 40px;
    transition: .3s ease-in;
}
.foot-two-right li:hover{
    background-color: #fff;
}
.foot-two-right li:hover i{
    color: #0281A4;
}
.foot-di{
    padding: 30px 0;
}
.foot-di-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-di-left{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.foot-di-left p{
    font-size: 14px;
    color: #B3B3B4;
}
.foot-di-left a{
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    color: #B3B3B4;
}
.foot-di-right{}
.foot-di-right a{
    font-size: 14px;
    color: #B3B3B4;
}
.about-ban{}
.about-ban img{
    width: 100%;
    display: block;
}
.about-head{
    margin-top: -80px;
    position: relative;
    background-color: rgba(0,0,0,.7);
}
.about-head-all{
    width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-head-left{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.about-head-left p{
    font-size: 14px;
    color: #fff;
}
.about-head-left a{
    color: #fff;
    display: block;
    font-size: 14px;
}
.about-head-left span{
    color: #fff;
    display: block;
    font-size: 14px;
}
.about-head-right{}
.about-head-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.about-head-right ul li{
    font-size: 14px;
    color: #fff;
    margin-left: 60px;
    line-height: 80px;
    position: relative;
}
.about-head-right ul li:first-child{
    margin-left: 0;
}
.about-head-right ul .active::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.about-head-right ul li a{
    color: #fff;
}
.about{}
.about-one{
    padding: 100px 0;
}
.about-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-one-left{
    width: 40%;
}
.about-one-left h1{
    font-size: 38px;
    color: #191919;
}
.about-one-left h2{
    font-size: 30px;
    color: #0281A4;
    margin-top: 10px;
}
.about-one-right{
    width: 55%;
}
.about-one-right p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.about-one-img{
    margin-top: 60px;
}
.about-one-swiper{
    overflow: hidden;
    position: relative;
}
.about-one-img .swiper-slide img{
    width: 100%;
    border-radius: 10px;
}
.about-two{
    padding: 100px 0;
    background: url(../img/about-bj.png) no-repeat center;
    background-size: cover;
}
.about-two-top{}
.about-two-top h2{
    font-size: 38px;
    color: #fff;
}
.about-two-top p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
}
.about-two-all{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-two-cont{
    width: 47%;
    padding: 70px 50px;
    background-color: #fff;
    box-sizing: border-box;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.about-two-cont img{
    display: block;
}
.about-two-cont h2{
    font-size: 24px;
    color: #000000;
    margin-top: 40px;
}
.about-two-cont p{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-top: 20px;
}
.about-three{
    padding: 100px 0;
}
.about-three-all{}
.about-three-all h1{
    font-size: 38px;
    color: #191919;
    text-align: center;
}
.about-three-content{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.about-three-cont{
    width: 18%;
    margin-left: 2%;
    box-shadow: 0 0 5px 0 rgba(178,178,178,.75);
    margin-top: 20px;
}
.about-three-cont img{
    display: block;
    margin: 20px auto;
    transition: .3s ease-in;
}
.about-three-cont:hover img{
    transform: scale(1.1);
}
#one,#two,#three{
    width: 100%;
    height: 1px;
    position: relative;
    top: -100px;
}
.pro{
    padding: 100px 0;
}
.pro-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: -30px;
}
.pro-cont{
    width: 31%;
    margin-left: 2%;
    background-color: #EDEDED;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 30px;
    position: relative;
}
.pro-cont a{
    display: block;
    position: relative;
    overflow: hidden;
}
.pro-cont::after{
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #0280A3;
    position: absolute;
    bottom: 0;
    left: 0;
    transition:.3s ease-in;
}
.pro-cont-img{
    overflow: hidden;
}
.pro-cont-img img{
    width: 90%;
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.pro-p{
    transition: .3s ease-in;
    transform: translateY(30px);
}
.pro-cont:hover::after{
    content: "";
    width: 100%;
}
.pro-cont a:hover img{
    transform: scale(1.1);
}
.pro-cont a:hover .pro-p{
    transform: translateY(0);
}
.pro-cont a:hover .pro-p p{
    opacity: 1;
}
.pro-cont a h2{
    font-size: 20px;
    color: #191919;
    text-align: center;
    margin-top: 20px;
}
.pro-cont a p{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    opacity: 0;
    transition: .3s ease-in;
}
.pro-cont a p span{
    display: block;
    font-size: 16px;
    color: #0280A3;
}
.pro-cont a p i{
    font-size: 16px;
    color: #0280A3;
    margin-left: 10px;
}
.pro-detail{}
.pro-detail-one{
    background-color: #EDEDED;
    padding: 80px 0;
}
.pro-detail-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-detail-one-left{
    width: 45%;
}
.pro-detail-swiper{
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}
.pro-detail-swiper .swiper-slide{}
.pro-detail-swiper .swiper-slide img{
    display: block;
    margin: auto;
    width: 60%;
}
.pro-detail-page .swiper-pagination-bullet{
    background: #B3B3B4;
    opacity: 1;
}
.pro-detail-page .swiper-pagination-bullet-active{
    background: #0280A3;
}
.pro-detail-one-right{
    width: 47%;
}
.pro-detail-one-right h2{
    font-size: 38px;
    color: #000000;
}
.pro-detail-one-right p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
}
.pro-detail-one-right a{
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #0280A3;
    border-radius: 25px;
    padding: 10px 0px;
    box-sizing: border-box;
    margin-top: 60px;
    border: 1px solid transparent;
    transition: .3s ease-in;
}
.pro-detail-one-right a span{
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
}
.pro-detail-one-right a i{
    font-size: 16px;
    color: #ffffff;
}
.pro-detail-one-right a:hover{
    background-color: transparent;
    border: 1px solid #0280A3;
}
.pro-detail-one-right a:hover span{
    color: #0280A3;
}
.pro-detail-one-right a:hover i{
    color: #0280A3;
}
.pro-detail-two{
    padding: 100px 0;
}
.pro-detail-two-top{}
.pro-detail-two-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #EDEDED;
}
.pro-detail-two-top ul .active{
    border-bottom: 1px solid #0280A3;
}
.pro-detail-two-top ul li{
    font-size: 16px;
    color: #191919;
    padding: 15px 0;
    margin: 0 30px;
    position: relative;
    cursor: pointer;
}
.pro-detail-two-content{
    padding: 40px;
    box-sizing: border-box;
}
.pro-detail-two-cont{}
.news{
    padding: 100px 0;
}
.news-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: -30px;
}
.news-cont{
    width: 31%;
    margin-left: 2%;
    margin-top: 30px;
}
.news-cont a{
    display: block;
}
.news-cont a .news-img{
    overflow: hidden;
}
.news-cont a .news-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-cont a span{
    font-size: 14px;
    color: #333333;
    display: block;
    margin-top: 10px;
}
.news-cont a h2{
    font-size: 24px;
    color: #191919;
    margin-top: 5px;
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news-cont a:hover img{
    transform: scale(1.1);
}
.news-cont a:hover h2{
    color: #0280A3;
}
.news-detail{}
.news-detail-one{
    padding: 80px 0;
    background-color: #EEEEEE;
}
.news-detail-one-all{}
.news-detail-one-top{
    padding-bottom: 20px;
    border-bottom: 1px solid #DBDCDC;
}
.news-detail-one-top a{
    font-size: 14px;
    display: block;
    color: #0281A4;
}
.news-detail-one-top h2{
    font-size: 38px;
    color: #191919;
    margin-top: 20px;
}
.news-detail-one-top span{
    display: block;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}
.news-detail-one-content{
    margin-top: 20px;
}
.news-detail-two{
    padding: 100px 0;
}
.news-detail-two h1{
    font-size: 38px;
    color: #191919;
    text-align: center;
}
.news-detail-two-all{
    margin-top: 60px;
    position: relative;
}
.other-news-swiper{
    overflow: hidden;
}
.other-news-swiper .swiper-slide{}
.other-news{}
.other-news:hover img{
    transform: scale(1.1);
}
.other-news:hover h2{
    color: #0280A3;
}
.other-img{
    overflow: hidden;
}
.other-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.other-news span{
    font-size: 14px;
    color: #333333;
    display: block;
    margin-top: 10px;
}
.other-news h2{
    font-size: 24px;
    color: #191919;
    margin-top: 5px;
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.other-news-next{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #C8C9C9;
    transition: .3s ease-in;
    right: -80px;
}
.other-news-next i,.other-news-prev i{
    font-size: 20px;
    color: #C8C9C9;
    transition: .3s ease-in;
}
.other-news-next:hover,.other-news-prev:hover{
    border: 1px solid #0281A4;
}
.other-news-next:hover i,.other-news-prev:hover i{
    color: #0281A4;
}
.other-news-next::after,.other-news-prev::after{
    content: "";
}
.other-news-prev{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #C8C9C9;
    transition: .3s ease-in;
    left: -80px;
}
.service{
    padding: 100px 0;
    background: url(../img/kehu-ban.png) no-repeat center;
    background-size: cover;
}
.service-all{
    overflow: hidden;
}
.service-all form{
    width: 45%;
    float: right;
    background-color: rgba(255,255,255,.9);
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgba(147,147,147,.75);
}
.service-all form legend{
    font-size: 24px;
    color: #000000;
    margin-bottom: 30px;
}
.service-all form .form-group{
    margin-top: 20px;
    position: relative;
}
.service-all form .form-group::before{
    content: "*";
    display: block;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #C20D23;
}
.service-all form .form-group input{
    width: 100%;
    padding: 10px;
    padding-left: 20px;
    border: none;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    background-color: #fff;
}
.service-all form .form-group textarea{
    width: 100%;
    padding: 10px;
    padding-left: 20px;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
    resize: none;
}
.service-all form .btn{
    width: 100%;
    padding: 15px 0px;
    border: 1px solid transparent;
    text-align: center;
    margin-top: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #0281A4;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition:.3s ease-in;
}
.service-all form .btn:hover{
    background-color: transparent;
    border: 1px solid #0280A3;
    color: #0280A3;
}
.contact{}
.contact-one{
    padding: 100px 0;
}
.contact-one-all{
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}
.contact-one-left{
    width: 100%;
}
.contact-one-top{}
.contact-one-top h1{
    font-size: 24px;
    color: #191919;
}
.contact-one-top h2{
    font-size: 18px;
    color: #0281A4;
    margin-top: 20px;
}
.contact-one-top p{
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-top: 10px;
}
.contact-one-top span{
    display: block;
    width: 150px;
    height: 1px;
    background-color: #0281A4;
    margin-top: 30px;
}
.contact-one-cont{}
.contact-one-cont p{
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}
.contact-one-right{
    width: 40%;
}
.contact-one-right form{}
.contact-one-right form legend{
    font-size: 24px;
    color: #191919;
}
.contact-one-right form .form-group{}
.contact-one-right form .form-group input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    background-color: #EEEEEE;
    border: none;
    padding: 0 15px;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}
.contact-one-right form .form-group textarea{
    width: 100%;
    box-sizing: border-box;
    background-color: #EEEEEE;
    border: none;
    padding: 15px;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    resize: none;
}
.contact-one-right form .btn{
    width: 150px;
    background-color: #0280A3;
    padding: 10px 0;
    border-radius: 25px;
    border: 1px solid transparent;
    box-sizing: border-box;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in;
}
.contact-one-right form .btn span{
    font-size: 16px;
    color: #fff;
    display: block;
    transition: .3s ease-in;
}
.contact-one-right form .btn i{
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
    transition: .3s ease-in;
}
.contact-one-right form .btn:hover{
    border: 1px solid #0280A3;
    background-color: transparent;
}
.contact-one-right form .btn:hover span{
    color: #0280A3;
}
.contact-one-right form .btn:hover i{
    color: #0280A3;
}
.contact-two{}
.contact-two #container{
    width: 100%;
    height: 400px;
}
.contact-three{
    padding: 100px 0;
}
.contact-three-all{}
.contact-three-top{}
.contact-three-top h2{
    font-size: 38px;
    color: #191919;
    text-align: center;
}
.contact-three-top p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}
.contact-three-cont{
    margin-top: 60px;
}
.work-content{}
.work-content ul{}
.work-content ul li:first-child{
    background-color: #0280A3;
    cursor: inherit;
}
.work-content ul li:first-child p{
    color: #fff;
}
.work-content>ul>li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: #EEEEEE;
    cursor: pointer;
}
.work-content>ul>li p{
    width: 20%;
    font-size: 16px;
    padding: 20px 0;
    color: #191919;
    box-sizing: border-box;
    text-align: center;
}
.work-jl{
    position: relative;
    overflow: hidden;
    display: none;
}
.work-jl-all{
    padding: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #DBDCDC;
}
.work-jl h2{
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}
.work-jl p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}
.video{
    padding: 100px 0;
}
.show-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.show-left{
    width: 15%;
    border: 1px solid #E8E8E8;
}
.show-left ul{}
.show-left ul .active{
    background-color: #0280A3;
    color: #fff;
}
.show-left ul li{
    font-size: 16px;
    color: #333333;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}
.show-right{
    width: 78%;
}
.show-right-all h1:first-child{
    margin-top: 0;
}
.show-right-all h1{
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    padding-left: 10px;
    border-left: 4px solid #0280A3;
    margin-top: 40px;
}
.show-right-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.show-right-cont{
    width: 23%;
    margin-left: 2%;
    margin-top: 20px;
    overflow: hidden;
}
.show-right-cont:hover img{
    transform: scale(1.1);
}
.show-right-cont img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.video-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video-cont{
    width: 47%;
    margin-top: 30px;
}
.video-cont video{
    width: 100%;
    display: block;
}
.video-cont p{
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 10px 0;
}




/* 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;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
}

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

.mobile-inner-header-icon {
    color: #666666;
    font-size: 25px;
    text-align: center;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-nav {
    background-color: #0280A3;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0px;
    display: none;
    z-index: 9999;
    height: calc(100% - 70px);
    padding-top: 0%;
    overflow-y: auto;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 90%;
    margin-left: 5%;
    color: rgb(255, 255, 255);
    -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;
    border-bottom: 1px solid #eee;
}

#wrap {
    text-align: left;
}

@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 span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgb(0, 0, 0);
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) 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);
    }
}

.mobile-inner-header-icon,.phone-menu {
    display: none;
}

@media (min-width:320px) and (max-width:1200px) {
    .mobile-inner-header-icon,.phone-menu {
        display: block;
    }
}

/* phone xl */
.alist{
    position: relative;
}
.alist .iphone-xl{
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    right: 5%;
    top: 0px;
    z-index: 99999;
    display: inline-block;
    border-bottom: none;
}
.alist i{
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    transition: .3s ease-in;
}
.alist .m-xiala{
    display: none;
    position: relative;
}
.m-xiala a{
    width: 85%;
    font-size: 14px;
    padding-left: 20px;
}
.m-xiala>p{
    position: relative;
}
.alist .show{
    display: block;
}
.xuan i{
    display: block;
    transform: rotate(180deg);
}
.m-xiala span{
    display: block;
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    width: 90%;
    margin-left: 5%;
    position: relative;
}




@media (min-width:1200px) and (max-width:1600px){
    .container{
        width: 85%;
    }
    .head-zhong ul li a{
        padding: 25px;
    }
    .head-left a{
        width: 230px;
    }
    .video-swiper .swiper-slide{
        width: 700px !important;
    }
    .video-prev{
        left: calc(50% - 450px);
    }
    .video-next{
        right: calc(50% - 450px);
    }
    .about-head-right ul li{
        margin-left: 50px;
    }
    .contact-two #container{
        height: 500px;
    }
}
@media screen and (max-width:1200px){
    .container{
        width: 95%;
    }
    .head{
        height: auto;
    }
    .head-zhong ul,.head-right{
        display: none;
    }
    .head-left a{
        width: 200px;
    }
    .index-about-one{
        margin-top: 20px;
    }
    .index-about-one-all{
        padding: 10px;
    }
    .index-about-two{
        padding: 30px 0;
    }
    .index-about-two-all{
        flex-direction: column-reverse;
    }
    .index-about-two-left{
        width: 100%;
        margin-top: 20px;
    }
    .index-about-yi h2{
        font-size: 24px;
    }
    .index-about-yi p{
        margin: 10px 0;
    }
    .index-about-two-right{
        width: 100%;
    }
    .index-pro{
        padding: 30px 0;
    }
    .index-pro h1{
        font-size: 24px;
    }
    .index-pro-all{
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .index-pro-cont{
        flex-direction: column-reverse;
    }
    .index-pro-left{
        width: 100%;
        margin-top: 20px;
    }
    .index-pro-left p{
        margin: 15px 0;
    }
    .index-pro-right{
        width: 100%;
    }
    .index-pro-right img{
        margin: auto;
    }
    .pro-next,.news-next{
        width: 40px;
        height: 40px;
    }
    .pro-next i,.news-next i{
        font-size: 18px;
    }
    .index-news{
        padding: 30px 0;
    }
    .index-news-top h1{
        font-size: 24px;
    }
    .index-news-content{
        margin-top: 20px;
    }
    .news-swiper{
        padding-bottom: 60px;
    }
    .index-videoimg{
        padding: 30px 0;
    }
    .index-videoimg h1{
        font-size: 24px;
    }
    .video-swiper{
        margin-top: 20px;
        padding-bottom: 40px;
    }
    .video-swiper .swiper-slide{
        width: 95% !important;
    }
    .index-hz{
        padding-top: 30px;
    }
    .index-hz-top h1{
        font-size: 24px;
    }
    .hz-swiper{
        margin-top: 20px;
    }
    .hz-swiper .swiper-slide img{
        margin: 20px auto;
    }
    .foot{
        padding: 30px 0;
    }
    .foot-one-left a{
        width: 250px;
        margin-bottom: 20px;
    }
    .foot-one-left{
        width: 100%;
    }
    .foot-one-left p{
        margin-top: 20px;
    }
    .foot-one-right{
        display: none;
    }
    .foot-two{
        margin-top: 20px;
    }
    .foot-di{
        padding: 20px 0;
    }
    .foot-di-left{
        width: 100%;
    }
    .foot-di-left p{
        width: 100%;
        text-align: center;
    }
    .foot-di-left a{
        width: 100%;
        display: block;
        text-align: center;
        margin-left: 0;
    }
    .foot-di-right{
        width: 100%;
        text-align: center;
    }
    .about-ban{
        margin-top: 50px;
    }
    .about-head{
        margin-top: 0px;
    }
    .about-head-all{
        height: auto;
        padding-top: 10px;
    }
    .about-head-left{
        width: 100%;
    }
    .about-head-right{
        width: 100%;
    }
    .about-head-right ul{
        justify-content: flex-start;
    }
    .about-head-right ul li{
        width: 25%;
        margin-left: 0;
        line-height: 40px;
        text-align: center;
    }
    .about-one{
        padding: 30px 0;
    }
    .about-one-left{
        width: 100%;
    }
    .about-one-left h1{
        font-size: 24px;
    }
    .about-one-left h2{
        font-size: 20px;
    }
    .about-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .about-one-img{
        margin-top: 30px;
    }
    .about-two{
        padding: 30px 0;
    }
    .about-two-top h2{
        font-size: 24px;
    }
    .about-two-top p{
        margin-top: 10px;
    }
    .about-two-all{
        margin-top: 0px;
    }
    .about-two-cont{
        width: 100%;
        margin-top: 20px;
        padding: 30px;
    }
    .about-two-cont h2{
        margin-top: 20px;
    }
    .about-two-cont p{
        margin-top: 10px;
    }
    .about-three{
        padding: 30px 0;
    }
    .about-three-all h1{
        font-size: 24px;
    }
    .about-three-content{
        margin-top: 0;
    }
    .about-three-cont{
        width: 31%;
    }
    .pro{
        padding: 30px 0;
    }
    .pro-cont{
        width: 48%;
        padding: 15px;
    }
    .pro-detail{
        margin-top: 50px;
    }
    .pro-detail-one{
        padding: 30px 0;
    }
    .pro-detail-one-left{
        width: 100%;
    }
    .pro-detail-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .pro-detail-one-right h2{
        font-size: 24px;
    }
    .pro-detail-one-right p{
        margin-top: 10px;
    }
    .pro-detail-one-right a{
        margin-top: 20px;
    }
    .pro-detail-two{
        padding: 30px 0;
    }
    .pro-detail-two-content{
        padding: 10px;
    }
    .news{
        padding: 30px 0;
    }
    .news-cont{
        width: 48%;
    }
    .news-detail{
        margin-top: 50px;
    }
    .news-detail-one{
        padding: 30px 0;
    }
    .news-detail-one-top h2{
        font-size: 24px;
    }
    .news-detail-two{
        padding: 30px 0;
    }
    .news-detail-two h1{
        font-size: 24px;
    }
    .news-detail-two-all{
        margin-top: 20px;
    }
    .other-news-prev,.other-news-next{
        display: none;
    }
    .service{
        margin-top: 50px;
        padding: 30px 0;
    }
    .service-all form{
        width: 90%;
        padding: 15px;
        margin: auto;
        float: unset;
    }
    .contact-one{
        padding: 30PX 0;
    }
    .contact-one-left{
        width: 100%;
    }
    .contact-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .contact-two #container{
        height: 250px;
    }
    .contact-three{
        padding: 30px 0;
    }
    .contact-three-top h2{
        font-size: 24px;
    }
    .work-content>ul{
        overflow-y: scroll;
    }
    .work-content>ul>li{
        width: 120%;
    }
    .work-jl-all{
        padding: 15px;
    }
    .video{
        padding: 30px 0;
    }
    .show-left{
        width: 100%;
    }
    .show-left ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .show-left ul li{
        width: 50%;
    }
    .show-right{
        width: 100%;
        margin-top: 20px;
    }
    .show-right-cont{
        width: 48%;
    }
    .video-cont{
        width: 100%;
    }
}
@media (min-width:769px) and (max-width:1199px){
    .index-about-two-all{
        flex-direction: unset;
    }
    .index-about-two-left{
        width: 47%;
        margin-top: 0;
    }
    .index-about-two-right{
        width: 47%;
    }
    .index-pro-cont{
        flex-direction: unset;
    }
    .index-pro-left{
        width: 35%;
        margin-top: 0;
    }
    .index-pro-right{
        width: 50%;
    }
    .video-swiper .swiper-slide{
        width: 80% !important;
    }
    .about-head-right ul li{
        width: 20%;
    }
    .about-one-left{
        width: 40%;
    }
    .about-one-right{
        width: 55%;
        margin-top: 0;
    }
    .about-two-cont{
        width: 48%;
    }
    .about-three-cont{
        width: 18%;
    }
    .pro-cont{
        width: 31%;
    }
    .pro-detail-one-left{
        width: 45%;
    }
    .pro-detail-one-right{
        width: 45%;
    }
    .news-cont{
        width: 31%;
    }
    .service-all form{
        width: 55%;
    }
    .work-content>ul>li{
        width: 100%;
    }
    .show-right-cont{
        width: 23%;
    }
    .video-cont{
        width: 48%;
    }
}
@media (min-width:414px) and (max-width:769px){
    .index-pro-cont{
        flex-direction: unset;
    }
    .index-pro-left{
        width: 35%;
        margin-top: 0;
    }
    .index-pro-right{
        width: 50%;
    }
    .video-swiper .swiper-slide{
        width: 80% !important;
    }
    .about-head-right ul li{
        width: 20%;
    }
    .about-two-cont{
        width: 48%;
    }
    .about-three-cont{
        width: 23%;
    }
    .pro-cont{
        width: 31%;
    }
    .show-right-cont{
        width: 31%;
    }
    .video-cont{
        width: 48%;
    }
}
@media screen and (max-width:414px){
    .amap-info-content img{
        width: 200px;
    }
}

.pagination {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.pagination a {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    width: 60px;
    height: 40px;
    color: #333;
    background-color: #f8f8f8;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pagination a:hover,
.pagination a.active {
    background-color: #292929;
    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;
}
