.container{
    width: 1600px;
    margin: auto;
}
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: .3s ease-in;
}
.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-top{
    background-color: #fff;
}
.head-top .white-logo{
    display: none !important;
}
.head-top .black-logo{
    display: block !important;
}
.header .white-logo{
    display: block;
}
.header .black-logo{
    display: none;
}
.head-top .head-zhong ul li a{
    color: #000;
}
.head-top .head-right p span{
    background-color: #000;
}
.head-top .head-zhong ul .active a{
    color: #005CA3;
    font-weight: 400;
}
.head-left{}
.head-left a{
    width: 80px;
    display: block;
}
.head-left a img{
    width: 100%;
    display: block;
}
.head-zhong{}
.head-zhong ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.head-zhong ul li{}
.head-zhong ul li a{
    display: block;
    font-size: 16px;
    line-height: 100px;
    color: #fff;
    padding: 0 50px;
    font-weight: 300;
    transition: .3s ease-in;
}
.head-zhong ul li a:hover{
    color: #005CA3;
    font-weight: 400;
}
.head-right{
    cursor: pointer;
}
.head-right p{
    width: 15px;
}
.head-right p span{
    width: 15px;
    height: 1px;
    background-color: #fff;
    display: block;
    transition: .3s ease-in;
}
.head-right p span:nth-child(2),.head-right p span:nth-child(3){
    margin-top: 5px;
}
.head-cang.active{
    opacity: 1;
    height: 100vh;
    transform: translateY(0%);
}
.head-cang.active .head-cang-all{
    transform: translateY(0);
}
/* .head-right .active span:nth-child(1){
    transform: translate(0px,5px) rotate(45deg);
}
.head-right .active span:nth-child(2){
    transform: translate(0px,0px) rotate(-45deg);
}
.head-right .active span:nth-child(3){
    display: none;
    opacity: 0;
} */
.head-cang{
    width: 100%;
    height: 0;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    transform: translateY(-100vh);
    transition: .5s ease-in;
}
.head-cang-close{
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 35px;
    right: calc((100vw - 1600px)/2);
    z-index: 101;
    cursor: pointer;
}
.head-cang-close p{
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.head-cang-all{
    width: 100%;
    height: calc(100vh - 100px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 50px;
    transform: translateY(-100vh);
}
.head-cang-all::before{
    content: "";
    display: block;
    background: url(../img/head-ta.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 33%;
    width: 185px;
    height: 90%;
}
.head-cang-all::after{
    content: "";
    display: block;
    width: 1px;
    height: 100vh;
    background-color: #1a1a1a;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.head-cang-left{
    width: 50%;
}
.head-cang-left ul{}
.head-cang-left ul li{}
.head-cang-left ul li:first-child a{
    margin-top: 0;
}
.head-cang-left ul li a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 60px;
    transition: .3s ease-in;
}
.head-cang-left ul li a:hover{
    color: #005CA3;
}
.head-cang-left{}
.head-cang-right{
    width: 50%;
}
.head-cang-right h1{
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
.head-cang-right>p{
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 40px;
}
.head-cang-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}
.head-cang-right ul li:first-child{
    margin-left: 0;
}
.head-cang-right ul li{
    margin-left: 60px;
    position: relative;
}
.head-cang-right ul li a{
    display: block;
}
.head-cang-right ul li a p{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    transition: .3s ease-in;
}
.head-cang-right ul li a p i{
    display: block;
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 40px;
    transition: .3s ease-in;
}
.head-cang-right ul li a p:hover{
    background-color: #005CA3;
}
.head-cang-right ul li a p:hover i{
    color: #fff;
}
.head-cang-right ul li a span{
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
.head-cang-right h2{
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 40px;
}
.head-cang-right p span{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.head-cang-right img{
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    margin-top: 40px;
}
.head-cang-right ul li:hover .head-hide{
    transform: translate(-50%, 130px);
    opacity: 1;
    z-index: 1;
}
.head-hide{
    width: max-content;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 200px);
    opacity: 0;
    transition: .3s ease-in;
    z-index: -1;
}
.head-hide p{
    color: #000000;
    background-color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 25px;
}
.head-hide img{
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
}
.banner{
    position: sticky;
    top: 0;
    z-index: 1;
}
.ban-swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.ban-all{
    width: 100%;
    height: 100%;
    position: relative;
}
.ban-all img{
    width: 100%;
    display: block;
}
.ban-all .ban-p{
    position: absolute;
    bottom: 10%;
    left: calc((100vw - 1600px) / 2 + 100px);
}
.ban-all .ban-p h2{
    font-size: 24px;
    color: #fff;
    line-height: 32px;
}
.ban-all .ban-p p{
    font-size: 14px;
    line-height: 22px;
    color: #777777;
    margin-top: 10px;
}
.ban-page{
    width: 60px !important;
    left: calc((100vw - 1600px) / 2) !important;
    top: 50%;
    text-align: left;
}
.ban-page .swiper-pagination-bullet{
    width: 40px;
    height: 1px;
    background: #9FA0A0;
    border-radius: 0;
    margin: 0 !important;
    opacity: 1;
}
.ban-page .swiper-pagination-bullet-active{
    width: 60px;
    background: #fff;
}
.ban-scroll{
    position: absolute;
    bottom: 10%;
    right: calc((100vw - 1600px) / 2);
    z-index: 10;
}
.ban-scroll li{
    width: 25px;
}
.ban-scroll li p{
    width: 1px;
    height: 140px;
    margin: auto;
    background-color: #9FA0A0;
}
.ban-scroll li span{
    display: block;
    font-size: 16px;
    color: #9FA0A0;
    margin-top: 30px;
    writing-mode: tb-rl;
}
.index-about{
    padding: 150px 0;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.index-about-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-about-left{
    width: 30%;
}
.index-about-left h2{
    font-size: 36px;
    color: #191919;
}
.index-about-right{
    width: 50%;
}
.index-about-right>p{
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}
.index-about-right li{
    margin-top: 90px;
}
.index-about-right li h2{
    font-size: 20px;
    color: #191919;
    margin-bottom: 40px;
}
.index-about-right li p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
}
.index-about-right li p i{
    display: block;
    font-size: 16px;
    color: #333333;
}
.index-about-right li p span{
    display: block;
    font-size: 16px;
    color: #333333;
    margin-left: 15px;
    transition: .3s ease-in;
}
.index-about-right li p:hover span{
    color: #005CA3;
    transform: translateX(10px);
}
.index-about-two{
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-about-two-cont{
    /* width: 25%; */
    position: relative;
}
.index-about-two-cont span{
    display: block;
    font-size: 30px;
    color: #333333;
    font-weight: 300;
}
/* .index-about-two-cont:first-child::before{
    content: "";
    display: none;
}
.index-about-two-cont:last-child::before{
    content: "=";
    display: block;
} */
/* .index-about-two-cont::before{
    width: calc((1600px - 800px) / 3);
    content: "+";
    display: block;
    font-size: 30px;
    color: #333333;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 200px;
    transform: translateY(-50%);
} */
.index-about-two-circle{
    width: 200px;
    height: 200px;
    border: 1px solid #333333;
    border-radius: 50%;
    margin: auto;
    box-sizing: border-box;
    position: relative;
}
.index-about-two-p{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.index-about-two-p h2{
    font-size: 14px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.index-about-two-p p{
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}
.index-service{
    padding: 140px 0;
    background-color: #F2F2F2;
    position: relative;
    z-index: 10;
}
.index-service-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-service-cont{
    width: calc(50% - 25px);
    border-radius: 15px;
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}
.index-service-cont:hover img{
    transform: scale(1.1);
}
.index-service-cont:nth-child(1),
.index-service-cont:nth-child(2){
    margin-top: 0;
}
.index-service-cont img{
    width: 100%;
    display: block;
    border-radius: 15px;
    transition: .3s ease-in;
}
.index-service-cont .number{
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 50px;
}
.index-service-cont:nth-child(2n) .number{
    left: unset;
    right: 50px;
}
.index-service-p{
    width: calc(100% - 100px);
    position: absolute;
    bottom: 50px;
    left: 50px;
}
.index-service-p h2{
    font-size: 16px;
    color: #fff;
}
.index-service-p p{
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
    opacity: 0;
    transform: translateY(10px);
    transition: .3s ease-in;
}
.index-service-cont:hover .index-service-p p{
    transform: translateY(0);
    opacity: 1;
}
.index-service-cont:nth-child(2n) .index-service-p h2,
.index-service-cont:nth-child(2n) .index-service-p p{
    text-align: right;
}
.index-pro{
    padding: 200px 0;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.index-pro-all{}
.index-pro-top{}
.index-pro-top h2{
    font-size: 36px;
    color: #191919;
    text-align: center;
    font-weight: 300;
    margin-bottom: 50px;
}
.index-pro-top p{
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    text-align: center;
}
.index-pro-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: 100px;
}
.index-pro-cont{
    margin-top: 100px;
    box-sizing: border-box;
    width: 23%;
    margin-left: 2%;
}
.index-pro-cont:nth-child(1),
.index-pro-cont:nth-child(2),
.index-pro-cont:nth-child(3),
.index-pro-cont:nth-child(4)
{
    margin-top: 0;
}
.index-pro-img{
    overflow: hidden;
}
.index-pro-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.index-pro-cont:hover img{
    transform: scale(1.1);
}
.index-pro-cont:hover h2{
    color: #005CA3;
}
.index-pro-cont h2{
    font-size: 18px;
    color: #191919;
    margin-top: 20px;
    transition: .3s ease-in;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.index-pro-cont p{
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.index-pro-more{
    margin-top: 100px;
    text-align: center;
}
.index-pro-more a{
    display: inline-block;
    font-size: 14px;
    color: #000000;
    padding: 10px 80px;
    border-radius: 25px;
    border: 1px solid #000;
    transition: .3s ease-in;
}
.index-pro-more a:hover{
    background-color: #005CA3;
    color: #fff;
    border: 1px solid transparent;
}
.index-news{
    padding: 150px 0;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.index-news-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-news-cont{
    /* width: 30%; */
}
.index-news-cont p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    color: #191919;
    margin-bottom: 40px;
}
.index-news-cont p i{
    display: block;
    font-size: 18px;
    color: #191919;
    margin-left: 20px;
}
.index-news-cont a{
    max-width: 300px;
    display: block;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    transition: .3s ease-in;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.index-news-cont a:hover{
    color: #005CA3;
    transform: translateX(10px);
}
.footer{
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.foot-one{
    padding: 60px 0;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #EFEFEF;
}
.foot-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-one-left{
    width: 50%;
}
.foot-one-left ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-one-left ul li{}
.foot-one-left ul li p{
    font-size: 16px;
    color: #191919;
    margin-bottom: 20px;
}
.foot-one-left ul li a{
    display: block;
    font-size: 12px;
    color: #333333;
    margin-top: 10px;
    transition: .3s ease-in;
}
.foot-one-left ul li a:hover{
    color: #005CA3;
}
.foot-one-zhong{}
.foot-one-zhong ul{}
.foot-one-zhong ul li{}
.foot-one-zhong ul li a{}
.foot-one-zhong ul li a:last-child{
    margin-left: 30px;
}
.foot-one-zhong ul li a i{
    font-size: 20px;
    transition: .3s ease-in;
}
.foot-one-zhong ul li a i:hover{
    color: #005CA3;
}
.foot-one-right{}
.foot-one-right li{
    width: 100px;
}
.foot-one-right li img{
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
}
.foot-one-right li p{
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    text-align: center;
}
.foot-two{
    padding: 50px 0;
}
.foot-two-all{}
.foot-two-all p{
    font-size: 12px;
    line-height: 26px;
    color: #666666;
}
.foot-two-all a{
    font-size: 12px;
    line-height: 26px;
    color: #666666;
    display: block;
    transition: .3s ease-in;
}
.foot-two-all a:hover{
    color: #005CA3;
}
.ce{
    width: 60px;
    box-shadow: 0 0 10px 0 #bfbfbf;
    border-radius: 30px;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 100;
    background-color: #fff;
}
.ce-all{}
.ce-cont{
    position: relative;
    padding: 10px;
}
.ce-cont::after{
    content: "";
    display: block;
    width: 60%;
    height: 1px;
    background-color: #dcdddd;
    position: absolute;
    bottom: 0;
    left: 20%;
}
.ce-cont:last-child::after{
    content: "";
    display: none;
}
.ce-cont>p{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: auto;
}
.ce-cont p i{
    display: block;
    font-size: 20px;
    color: #005ca3;
    text-align: center;
    line-height: 40px;
}
.ce-cont span{
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    text-align: center;
}
.ce-cont:last-child p{
    width: 20px;
    height: 20px;
    margin: auto;
}
.ce-cont:last-child p i{
    line-height: 20px;
}
.ce-cont:hover .ce-cang{
    opacity: 1;
    transform: translate(0,-50%);
}
.ce-cang{
    width: max-content;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translate(200%,-50%);
    opacity: 0;
    transition: .3s ease-in;
}
.ce-cang p{
    font-size: 16px;
    color: #fff;
    background-color: #005CA3;
    border-radius: 25px;
    padding: 10px 30px;
    box-sizing: border-box;
}
.ce-cang img{
    width: 90px;
    height: 90px;
    display: block;
}
.service{
    margin-top: 100px;
    padding: 150px 0;
}
.service-one{}
.service-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-one-left{
    width: 30%;
}
.service-one-left h2{
    font-size: 36px;
    color: #191919;
    font-weight: 300;
}
.service-one-right{
    width: 50%;
}
.service-one-right p{
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}
.service-two{}
.service-two-content{}
.service-two-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}
.service-two-left{
    width: 50%;
    overflow: hidden;
    border-radius: 10px;
}
.service-two-left:hover img{
    transform: scale(1.1);
}
.service-two-left img{
    width: 100%;
    display: block;
    border-radius: 10px;
    transition: .5s ease;
}
.service-two-right{
    width: 45%;
}
.service-two-right h2{
    font-size: 18px;
    color: #191919;
    font-weight: 300;
}
.service-two-right p{
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
}
.service-two-right ul{
    margin-top: 20px;
    min-height: 185px;
}
.service-two-right ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.service-two-right ul li p{
    font-size: 14px;
    line-height: 36px;
    color: #333333;
    margin-top: 10px;
    position: relative;
}
.service-two-right ul li p:first-child{
    padding-right: 15px;
}
.service-two-right ul li p:first-child::before{
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    background-color: #333333;
    position: absolute;
    right: 0;
    top: 25%;
}
.service-two-right ul li p:last-child{
    padding-left: 15px;
}
.service-two-right div{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.service-two-right div a{
    width: 160px;
    font-size: 14px;
    color: #191919;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #191919;
    border-radius: 25px;
    box-sizing: border-box;
    margin-left: 30px;
    transition: .3s ease-in;
}
.service-two-right div a:first-child{
    margin-left: 0;
}
.service-two-right div a:hover{
    background-color: #005CA3;
    color: #fff;
    border: 1px solid transparent;
}
.service-three{
    margin-top: 150px;
}
.service-three-top{
    padding-bottom: 60px;
    border-bottom: 1px solid #DCDDDD;
}
.service-three-top h2{
    font-size: 36px;
    line-height: 60px;
    color: #191919;
    font-weight: 300;
}
.service-three-top p{
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    margin-top: 40px;
}
.service-three-cont{
    margin-top: 60px;
}
.service-swiper{
    overflow: hidden;
    position: relative;
}
.service-three-p{}
.service-three-img{
    overflow: hidden;
}
.service-three-img img{
    display: block;
}
.service-three-p span{
    margin-top: 20px;
    font-size: 14px;
    color: #191919;
    display: block;
}
.service-three-p h2{
    font-size: 18px;
    color: #191919;
    margin-top: 15px;
}
.service-three-p p{
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}
.lc-tan-a .active{
    display: block;
}
.lc-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.lc-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 999;
}
.lc-tan-cont{
    width: 1600px;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
.lc-tan-close{
    font-size: 45px;
    color: #191919;
    position: absolute;
    right: 25px;
    top: 0;
    cursor: pointer;
}
.lc-tan-cont-p{}
.lc-tan-cont-p h1{
    font-size: 36px;
    color: #191919;
    font-weight: 300;
}
.lc-tan-cont-p ul{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.lc-tan-cont-p ul li{
    width: 14%;
    margin-left: 2%;
}
.lc-tan-cont-p ul li h2{
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    background-color: #005CA3;
    border-radius: 5px;
}
.lc-tan-cont-p ul li p{
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin: 20px 0;
}
.lc-tan-cont-p ul li div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.lc-tan-cont-p ul li span{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}
.lc-tan-cont-p ul li span img{
    width: 10px;
    height: 10px;
    display: block;
    margin-right: 5px;
}
.lc-tan-cont-p ul li b{
    width: 120px;
    display: block;
    text-align: center;
    margin: auto;
    font-size: 14px;
    color: #fff;
    padding: 5px 0px;
    background-color: #005CA3;
    border-radius: 25px;
    margin-top: 20px;
}
.lc-tan-cont-p a{
    width: 160px;
    font-size: 14px;
    color: #191919;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #191919;
    border-radius: 25px;
    margin: auto;
    margin-top: 60px;
    display: block;
    transition: .3s ease-in;
}
.lc-tan-cont-p a:hover{
    background-color: #005CA3;
    color: #fff;
    border: 1px solid transparent;
}
.pro{
    margin-top: 100px;
    padding: 150px 0;
}
.pro-all{}
.pro-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px solid #DCDDDD;
}
.pro-top-left{
    width: 30%;
}
.pro-top-left h2{
    font-size: 36px;
    color: #191919;
    font-weight: 300;
}
.pro-top-right{
    width: 50%;
}
.pro-top-right p{
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}
.pro-content{
    margin-top: 80px;
}
.pro-content-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pro-content-top-left{
    width: 15%;
}
.pro-content-top-left p{
    font-size: 16px;
    color: #333333;
}
.pro-content-top-right{
    width: 75%;
}
.pro-content-top-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.pro-content-top-right ul li{
    width: 200px;
    margin-left: 20px;
}
.pro-content-top-right ul li a{
    font-size: 16px;
    color: #191919;
    text-align: center;
    border: 1px solid #191919;
    border-radius: 25px;
    padding: 10px 0;
    display: block;
    transition: .3s ease-in;
}
.pro-content-top-right ul li a:hover{
    background-color: #005CA3;
    color: #fff;
    border: 1px solid transparent;
}
.pro-content-top-right ul .active a{
    background-color: #005CA3;
    color: #fff;
    border: 1px solid transparent;
}
.pro-content-top-right ul li:first-child{
    margin-left: 0;
}
.pro-detail{
    margin-top: 100px;
    padding: 150px 0;
}
.pro-detail-one{}
.pro-detail-one-all{}
.pro-detail-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-detail-top-left{
    width: 85%;
}
.pro-detail-top-left h2{
    font-size: 36px;
    color: #191919;
    font-weight: 300;
}
.pro-detail-top-left p{
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}
.pro-detail-top-right{
    width: 10%;
}
.pro-detail-top-right p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.pro-detail-top-right p i{
    font-size: 18px;
    color: #005CA3;
    display: block;
    margin-right: 10px;
}
.pro-detail-top-right p span{
    display: block;
    font-size: 18px;
    color: #005CA3;
}
.pro-detail-img{
    margin-top: 80px;
}
.pro-detail-img img{
    width: 100%;
    display: block;
}
.pro-detail-p{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-detail-p-left{
    width: 10%;
}
.pro-detail-p-left h2{
    font-size: 24px;
    color: #000;
    font-weight: 300;
}
.pro-detail-p-right{
    width: 65%;
}
.pro-detail-p-right p{
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}
.pro-detail-two{
    margin-top: 60px;
}
.pro-detail-swiper{
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    /*margin-left: calc((100vw - 1600px)/2);*/
}
.pro-detail-swiper .swiper-slide{}
.pro-detail-swiper .swiper-slide div{
    border: 5px solid #333333;
    border-radius: 15px;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.pro-detail-swiper .swiper-slide-active div {
    transform: scale(1.3);
}
.pro-detail-swiper .swiper-slide div img{
    width: 100%;
    display: block;
    border-radius: 15px;
}
.pro-detail-page{
    margin-top: 60px;
}
.pro-detail-page ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pro-detail-page ul li{
    width: 33%;
}
.pro-detail-page ul li a{}
.shang a,.xia a{
    font-size: 14px;
    color: #333333;
    transition: .3s ease-in;
    display: block;
}
.xia a{
    text-align: right;
}
.link a{
    width: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border: 1px solid #005CA3;
    border-radius: 25px;
    margin: auto;
    transition: .3s ease-in;
}
.link a i{
    display: block;
    font-size: 16px;
    color: #005CA3;
    margin-right: 10px;
    transition: .3s ease-in;
}
.link a p{
    font-size: 16px;
    color: #005CA3;
    display: block;
    transition: .3s ease-in;
}
.link a:hover{
    border: 1px solid transparent;
    background-color: #005CA3;
}
.link a:hover i,
.link a:hover p{
    color: #fff;
}
.shang a:hover,.xia a:hover{
    color: #005CA3;
}
.other-pro-detail{
    margin-top: 100px;
}
.other-pro{}
.other-pro h1{
    font-size: 36px;
    color: #191919;
    text-align: center;
    font-weight: 300;
}
.other-pro-all{
    position: relative;
    margin-top: 50px;
}
.other-pro-swiper{
    overflow: hidden;
}
.other-p{}
.other-p:hover img{
    transform: scale(1.1);
}
.other-p:hover h2{
    color: #005CA3;
}
.other-img{
    border-radius: 10px;
    overflow: hidden;
}
.other-img img{
    width: 100%;
    display: block;
    transition: .3s ease;
}
.other-p h2{
    font-size: 18px;
    color: #191919;
    margin-top: 20px;
    transition: .3s ease-in;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.other-p p{
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.other-pro-prev{
    width: 50px;
    height: 50px;
    border: 1px solid #999999;
    border-radius: 50%;
    box-sizing: border-box;
    left: -80px;
    transition: .3s ease-in;
}
.other-pro-prev i,
.other-pro-next i{
    font-size: 14px;
    color: #999999;
    display: block;
    text-align: center;
    line-height: 50px;
    transition: .3s ease-in;
}
.other-pro-prev::after,
.other-pro-next::after{
    content: "";
}
.other-pro-next{
    width: 50px;
    height: 50px;
    border: 1px solid #999999;
    border-radius: 50%;
    box-sizing: border-box;
    right: -80px;
    transition: .3s ease-in;
}
.other-pro-prev:hover,.other-pro-next:hover{
    background-color: #005CA3;
    border: 1px solid transparent;
}
.other-pro-prev:hover i,.other-pro-next:hover i{
    color: #fff;
}
.news{
    margin-top: 100px;
    padding: 150px 0;
}
.news-all{}
.news-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-top-left{
    width: 30%;
}
.news-top-left h2{
    font-size: 36px;
    color: #191919;
    font-weight: 300;
}
.news-top-right{
    width: 55%;
}
.news-top-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.news-top-right ul li{
    width: 20%;
    margin-left: 20px;
}
.news-top-right ul li:first-child{
    margin-left: 0  ;
}
.news-top-right ul li a{
    font-size: 16px;
    color: #191919;
    text-align: center;
    border: 1px solid #191919;
    border-radius: 25px;
    padding: 10px 0;
    display: block;
    transition: .3s ease-in;
}
.news-top-right ul li a:hover{
    background-color: #005CA3;
    color: #ffffff;
    border: 1px solid transparent;
}
.news-top-right ul .active a{
    background-color: #005CA3;
    color: #ffffff;
    border: 1px solid transparent;
}
.news-content{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.news-cont{
    width: 23%;
    margin-left: 2%;
    margin-bottom: 40px;
    border-radius: 15px;
    border: 1px solid #DCDDDD;
    box-sizing: border-box;
}
.news-cont:hover img{
    transform: scale(1.1);
}
.news-cont:hover .news-p a{
    color: #005CA3;
}
.news-img{
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.news-img a{
    display: block;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.news-img a img{
    width: 100%;
    display: block;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: .3s ease;
}
.news-p{
    padding: 20px;
    box-sizing: border-box;
}
.news-p-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-p-one p{
    font-size: 12px;
    color: #191919;
    overflow: hidden;
}
.news-p-one p i{
    display: inline-block;
    font-size: 14px;
    color: #005CA3;
}
.news-p-one p span{
    display: block;
    font-size: 12px;
    color: #666666;
    float: right;
    margin-left: 5px;
}
.news-p a{
    display: block;
    font-size: 18px;
    line-height: 36px;
    color: #191919;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: .3s ease;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.news-p-two{
    padding-top: 10px;
    border-top: 1px solid #DCDDDD;
}
.news-p-two p{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.news-p-two span{
    display: block;
    margin-top: 15px;
    font-size: 12px;
    color: #191919;
}
.news-page{
    margin-top: 40px;
}
.news-page ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.news-page ul li{}
.news-page ul li a{
    display: block;
    width: 40px;
    height: 40px;
    background-color: #EFEFEF;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin: 0 15px;
}
.news-page ul li a:hover{
    background-color: #005CA3;
    color: #ffffff;
}
.news-page ul .active a{
    background-color: #005CA3;
    color: #ffffff;
}
.news-detail{
    margin-top: 100px;
    padding: 150px 0;
}
.news-detail-one{}
.news-detail-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-detail-one-left{
    width: 15%;
}
.news-detail-one-left h2{
    font-size: 20px;
    color: #191919;
}
.news-detail-one-left p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
}
.news-detail-one-left p i{
    font-size: 14px;
    display: block;
    color: #005CA3;
}
.news-detail-one-left p span{
    display: block;
    font-size: 12px;
    color: #666666;
    margin-left: 10px;
}
.news-detail-one-right{
    width: 75%;
}
.news-detail-one-right h2{
    font-size: 24px;
    color: #191919;
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDDDD;
}
.news-detail-right-cont{
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDDDD;
}
.news-detail-page{
    margin-top: 40px;
}
.news-detail-page ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.news-detail-page ul li{
    width: 33%;
}
.news-detail-page ul .link a{
    border: 1px solid #333333;
    color: #333333;
    border-radius: 25px;
    margin: auto;
}
.news-detail-page ul .link a:hover{
    color: #fff;
}
.news-detail-page ul li a{}
.news-detail-two{
    margin-top: 60px;
}
.news-detail-two h1{
    font-size: 36px;
    color: #191919;
    text-align: center;
    font-weight: 300;
}
.news-detail-two-all{
    margin-top: 40px;
    position: relative;
}
.news-detail-swiper{
    overflow: hidden;
}
.news-detail-swiper .news-cont{
    width: 100%;
}
.news-detail-prev{
    width: 50px;
    height: 50px;
    border: 1px solid #999999;
    border-radius: 50%;
    box-sizing: border-box;
    left: -80px;
    transition: .3s ease-in;
}
.news-detail-prev i,
.news-detail-next i{
    font-size: 14px;
    color: #999999;
    display: block;
    text-align: center;
    line-height: 50px;
    transition: .3s ease-in;
}
.news-detail-prev::after,
.news-detail-next::after{
    content: "";
}
.news-detail-next{
    width: 50px;
    height: 50px;
    border: 1px solid #999999;
    border-radius: 50%;
    box-sizing: border-box;
    right: -80px;
    transition: .3s ease-in;
}
.news-detail-prev:hover,.news-detail-next:hover{
    background-color: #005CA3;
    border: 1px solid transparent;
}
.news-detail-prev:hover i,.news-detail-next:hover i{
    color: #fff;
}
.about{
    margin-top: 100px;
    padding: 150px 0;
}
.about-one{
    position: sticky;
    top: 0;
    z-index: 1;
}
.about-one-top{}
.about-one-top h2{
    font-size: 36px;
    line-height: 50px;
    color: #191919;
}
.about-one-cont{
    margin-top: 60px;
}
.about-one-cont img{
    width: 100%;
    display: block;
}
.about-two{
    padding: 100px 0;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.about-two .index-about-left{}
.about-two .index-about-left h2{
    font-size: 20px;
    color: #191919;
}
.about-two .index-about-right{
    width: 65%;
}
.about-two .index-about-right>p{
    font-size: 14px;
    -webkit-line-clamp: initial;
}
.about-two .index-about-two-circle{
    width: 160px;
    height: 160px;
}
.about-three{
    padding: 100px 0;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.about-swiper{
    overflow: hidden;
    position: relative;
    margin-left: calc((100vw - 1600px)/2);
}
.about-three-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-three-left{
    width: 40%;
    position: relative;
}
.about-three-left span{
    display: block;
    font-size: 20px;
    color: #000;
}
.about-three-left .about-three-p{
    position: absolute;
    bottom: 0;
    left: 0;
}
.about-three-left .about-three-p h2{
    font-size: 24px;
    color: #000;
}
.about-three-left .about-three-p p{
    font-size: 14px;
    line-height: 36px;
    color: #333333;
    margin-top: 20px;
}
.about-three-right{
    width: 49%;
}
.about-three-right img{
    width: 100%;
    display: block;
    border-radius: 15px;
}
.about-four{
    padding: 100px 0;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.about-five{
    padding-top: 100px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.about-five-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-five-left{
    width: 30%;
}
.about-five-left h2{
    font-size: 36px;
    color: #191919;
    font-weight: 300;
}
.about-five-left #container{
    width: 100%;
    height: 400px;
    margin-top: 100px;
}
.map-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.map-img img{
    width: 25px;
    display: block;
}
.map-img p{
    font-size: 12px;
    color: #476074;
}
.about-five-right{
    width: 60%;
}
.about-five-yi{}
.about-five-yi p{
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}
.about-five-er{
    margin-top: 40px;
}
.about-five-er li{
    width: 120px;
}
.about-five-er li img{
    width: 100%;
    display: block;
}
.about-five-er li p{
    font-size: 12px;
    line-height: 1;
    color: #000000;
    text-align: center;
    margin-top: 5px;
}
.about-five-er h2{
    font-size: 20px;
    color: #191919;
    margin-bottom: 20px;
}
.about-five-er p{
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}
.about-five-san{
    margin-top: 40px;
}
.about-five-san h2{
    font-size: 20px;
    color: #191919;
    margin-bottom: 20px;
}
.about-five-san p{
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}
.about-five-si{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.about-five-si li{
    width: 120px;
}
/* .about-five-si li:last-child{
    margin-left: 30px;
} */
.about-five-si li img{
    width: 100%;
    display: block;
}
.about-five-si li p{
    font-size: 12px;
    color: #000000;
    text-align: center;
    margin-top: 5px;
}
.about-five-wu{
    width: 75%;
    margin-top: 60px;
}
.about-five-wu form{}
.about-five-wu form legend{
    font-size: 20px;
    color: #191919;
}
.about-five-wu form .form-one input,.about-five-wu form .form-two input{
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: 1px solid #9FA0A0;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    background-color: transparent;
    margin-top: 5px;
}
.about-five-wu form .form-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.about-five-wu form .form-two,.about-five-wu form .form-three{
    margin-top: 30px;
}
.about-five-wu form .form-one .form-group{
    width: 46%;
}
.about-five-wu form .form-one label,
.about-five-wu form .form-two label,
.about-five-wu form .form-three label
{
    font-size: 16px;
    color: #333333;
    position: relative;
}
.about-five-wu form .form-one label::after,
.about-five-wu form .form-two label::after,
.about-five-wu form .form-three .form-group>label::after{
    content: "*";
    display: block;
    color: #f00;
    font-size: 14px;
    position: absolute;
    top: -5px;
    right: -6px;
}
.about-five-wu form .form-three .zx{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.about-five-wu form .form-three .zx .checkbox{
    width: 31%;
    margin-left: 2%;
    margin-bottom: 15px;
}
.about-five-wu form .form-three .zx .checkbox label{
    font-size: 14px;
    color: #333333;
}
.about-five-wu form .btn{
    width: 200px;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #005CA3;
    border-radius: 25px;
    margin: auto;
    display: block;
    margin-top: 40px;
    border: 1px solid transparent;
    transition: .3s ease-in;
}
.about-five-wu form .btn:hover{
    background-color: transparent;
    color: #005CA3;
    border: 1px solid #005CA3;
}





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

.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: #191919;
    -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;
}

.phone-menu{
    display: none;
}
@media (min-width:320px) and (max-width:1200px) {
    .phone-menu {
        display: block;
    }
    .mobile-close{
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        float: right;
        font-size: 30px;
        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: #fff;
        transition: .3s ease-in;
    }
    .mobile-inner-nav.active .mobile-inner-nav-all{
        width: 75%;
    }
    .mobile-inner-nav-all .foot-di-left{
        display: flex;
        margin-top: 40px;
        margin-left: 30px;
    }
    .foot-di-left li a{
        border: 1px solid #333333;
        color: #333333;
        line-height: 1;
    }
    .foot-di-left li a span,.foot-di-left li a i{
        color: #333333;
    }
    .lang-foot-drop{
        top: 100%;
    }
    .mobile-inner-nav-all>span{
        font-size: 14px;
        color: #333333;
        display: block;
        text-align: center;
        margin-top: 60px;
    }
}

/* phone xl */
.alist{
    width: 95%;
    margin: auto;
    position: relative;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.alist .iphone-xl{
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #666666;
    text-align: center;
    position: absolute;
    right: 0%;
    top: 0px;
    z-index: 99999;
    display: inline-block;
    border-bottom: none;
    transition: .3s ease-in;
}
.alist .iphone-xl::after{
    content: "+";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #666666;
}
.alist .xuan::after{
    content: "-";
    display: block;
    font-size: 40px;
}
.alist a i{
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #666666;
    font-size: 24px;
    transition: .3s ease-in;
    position: absolute;
    top: 0;
    right: 0;
}
.alist .m-xiala{
    display: none;
    position: relative;
}
.m-xiala a{
    width: 95%;
    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;
}




.phone-foot{
    display: none;
}
.other-pro-page,.news-detail-fy{
    display: none;
}
@media (min-width:1199px) and (max-width:1700px){
    .container{
        width: 85%;
    }
    .head-cang-close{
        right: calc((100vw - 85%) / 2);
    }
    .head-cang-all::before{
        left: 30%;
    }
    .ban-all .ban-p{
        left: calc((100vw - 85%) / 2 + 100px);
    }
    .ban-scroll{
        right: calc((100vw - 85%) / 2);
    }
    .ban-page{
        left: calc((100vw - 85%) / 2) !important;
    }
    .head-cang-right>p{
        width: 90%;
    }
    .index-about-left h2{
        font-size: 28px;
    }
    .service-one-left h2{
        font-size: 28px;
    }
    .service-two-right div{
        justify-content: space-between;
    }
    .service-two-right div a{
        margin-left: 0;
        width: 30%;
    }
    .lc-tan-cont{
        width: 85%;
        padding: 30px;
    }
    .pro-content-top-left{
        width: 20%;
    }
    .pro-content-top-right ul{
        justify-content: space-between;
    }
    .pro-content-top-right ul li{
        width: 18%;
        margin-left: 0;
    }
    /*.pro-detail-swiper{*/
    /*    margin-left: calc((100vw - 85%) / 2);*/
    /*}*/
    .pro-detail-swiper .swiper-slide-active div {
        transform: scale(1.4);
    }
    .about-two .index-about-two-circle {
        width: 140px;
        height: 140px;
    }
    .about-swiper{
        margin-left: calc((100vw - 85%) / 2);
    }
    .about-five-wu{
        width: 90%;
    }
}
@media screen and (max-width:1200px){
    .footer{
        padding-bottom: 45px;
    }
    .phone-foot{
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
    }
    .phone-foot p{}
    .phone-foot p a{
        width: 100%;
        display: block;
        border-radius: 25px;
        background-color: #005CA3;
        font-size: 16px;
        color: #fff;
        text-align: center;
        padding: 10px 0;
    }
    .container{
        width: 95%;
    }
    .head-cang-close{
        right: calc((100vw - 95%) / 2);
    }
    .head-cang-all::before{
        width: 100px;
        left: auto;
        right: 0;
    }
    .ban-all .ban-p{
        left: calc((100vw - 95%) / 2 + 70px);
    }
    .ban-scroll{
        display: none;
        right: calc((100vw - 95%) / 2);
    }
    .ban-page{
        width: 30px !important;
        left: calc((100vw - 95%) / 2) !important;
    }
    .head-zhong{
        display: none;
    }
    .head-cang-close{
        top: 15px;
    }
    .head-cang-all{
        margin-top: 60px;
    }
    .head-cang-left{
        width: 100%;
    }
    .head-cang-right,.head-cang-all::after{
        display: none;
    }
    .head-cang-left ul li a{
        margin-top: 40px;
    }
    .banner{
        height: 400px;
    }
    .ban-all img{
        height: 100%;
        object-fit: cover;
    }
    .ban-page .swiper-pagination-bullet{
        width: 20px;
    }
    .ban-page .swiper-pagination-bullet-active{
        width: 30px;
    }
    .header{
        padding: 10px 0;
    }
    .index-about {
        padding: 50px 0;
    }
    .index-about-left{
        width: 100%;
    }
    .index-about-left h2{
        font-size: 24px;
    }
    .index-about-right{
        width: 100%;
        margin-top: 20px;
    }
    .index-about-right li {
        margin-top: 50px;
    }
    .index-about-right li h2{
        margin-bottom: 20px;
    }
    .index-about-two-cont:nth-child(2n){
        display: none;
    }
    .index-about-two{
        margin-top: 0;
    }
    .index-about-two-circle,.about-two .index-about-two-circle{
        width: 150px;
        height: 150px;
    }
    .index-about-two-cont{
        margin-top: 40px;
    }
    .index-service{
        padding: 50px 0;
    }
    .index-service-cont{
        width: 100%;
        margin-top: 30px;
    }
    .index-service-cont:nth-child(2){
        margin-top: 30px;
    }
    .index-service-cont .number{
        top: 20px;
        left: 20px;
    }
    .index-service-cont:nth-child(2n) .number{
        right: 20px;
    }
    .index-service-p {
        width: calc(100% - 40px);
        position: absolute;
        bottom: 20px;
        left: 20px;
    }
    .index-pro{
        padding: 50px 0;
    }
    .index-pro-top h2{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .index-pro-content{
        margin-top: 40px;
    }
    .index-pro-cont{
        width: 48%;
        margin-top: 50px;
    }
    .index-pro-cont:nth-child(3), .index-pro-cont:nth-child(4) {
        margin-top: 40px;
    }
    .index-pro-more{
        margin-top: 40px;
    }
    .index-news{
        padding: 50px 0;
        padding-top: 0;
    }
    .index-news-cont{
        width: 45%;
        margin-top: 40px;
    }
    .index-news-cont p{
        margin-bottom: 20px;
    }
    .foot-one-left{
        width: 100%;
    }
    .foot-one-zhong{
        width: 100%;
        margin-top: 40px;
    }
    .foot-one-right{
        width: 100%;
        margin-top: 40px;
    }
    .service{
        margin-top: 60px;
        padding: 50px 0;
    }
    .service-one-left{
        width: 100%;
    }
    .service-one-left h2{
        font-size: 24px;
    }
    .service-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .service-two-cont{
        margin-top: 50px;
    }
    .service-two-left{
        width: 100%;
    }
    .service-two-right{
        width: 100%;
        margin-top: 20px;
    }
    .service-two-right ul{
        min-height: auto;
    }
    .service-two-right div{
        margin-top: 30px;
        justify-content: space-between;
    }
    .service-two-right div a{
        width: 30%;
        margin-left: 0;
    }
    .service-three{
        margin-top: 50px;
    }
    .service-three-top{
        padding-bottom: 30px;
    }
    .service-three-top h2{
        font-size: 24px;
        line-height: 40px;
    }
    .service-three-top p{
        margin-top: 20px;
    }
    .service-three-cont{
        margin-top: 30px;
    }
    .foot-one,.foot-two{
        padding: 30px 0;
    }
    .lc-tan-cont{
        width: 90%;
        height: 90%;
        overflow-y: auto;
        padding: 20px;
    }
    .lc-tan-cont-p h1{
        font-size: 24px;
    }
    .lc-tan-cont-p ul{
        margin-top: 10px;
    }
    .lc-tan-cont-p ul li{
        width: 48%;
        margin-top: 30px;
    }
    .lc-tan-cont-p a{
        margin-top: 40px;
    }
    .pro{
        margin-top: 60px;
        padding: 50px 0;
    }
    .pro-top{
        padding-bottom: 40px;
    }
    .pro-top-left{
        width: 100%;
    }
    .pro-top-right{
        width: 100%;
        margin-top: 20px;
    }
    .pro-top-left h2{
        font-size: 24px;
    }
    .pro-content{
        margin-top: 40px;
    }
    .pro-content-top-left{
        width: 100%;
    }
    .pro-content-top-right{
        width: 100%;
        margin-top: 0px;
    }
    .pro-content-top-right ul{
        justify-content: flex-start;
        margin-left: -0.3%;
    }
    .pro-content-top-right ul li{
        width: 33%;
        margin-top: 20px;
        margin-left: 0.3%;
    }
    .pro-content-top-right ul li a{
        font-size: 12px;
    }
    .pro-detail{
        margin-top: 60px;
        padding: 50px 0;
    }
    .pro-detail-top-left{
        width: 100%;
    }
    .pro-detail-top-left h2{
        font-size: 24px;
    }
    .pro-detail-top-right{
        width: 100%;
        margin-top: 10px;
    }
    .pro-detail-top-right p{
        justify-content: flex-start;
    }
    .pro-detail-img{
        margin-top: 40px;
    }
    .pro-detail-p{
        margin-top: 40px;
    }
    .pro-detail-p-left{
        width: 100%;
    }
    .pro-detail-p-right{
        width: 100%;
        margin-top: 20px;
    }
    .pro-detail-two{
        margin-top: 40px;
    }
    .pro-detail-swiper{
        width: 90%;
        margin: auto;
        padding: 0;
    }
    .pro-detail-swiper .swiper-slide-active div {
        transform: unset;
    }
    .pro-detail-page{
        margin-top: 10px;
    }
    .pro-detail-page ul li{
        width: 100%;
        margin-top: 20px;
    }
    .link a{
        margin: 0;
    }
    .xia a {
        text-align: left;
    }
    .other-pro-detail{
        margin-top: 50px;
    }
    .other-pro h1{
        font-size: 24px;
    }
    .other-pro-all{
        margin-top: 20px;
    }
    .other-pro-swiper{
        padding-bottom: 40px;
    }
    .other-pro-page{
        display: block;
    }
    .other-pro-page .swiper-pagination-bullet-active{
        background: #005CA3;
    }
    .other-pro-prev,.other-pro-next{
        display: none;
    }
    .news{
        margin-top: 60px;
        padding: 50px 0;
    }
    .news-top-left{
        width: 100%;
    }
    .news-top-left h2{
        font-size: 24px;
    }
    .news-top-right{
        width: 100%;
        margin-top: 20px;
    }
    .news-top-right ul{
        justify-content: space-between;
    }
    .news-top-right ul li{
        width: 24%;
        margin-left: 0;
    }
    .news-top-right ul li a{
        font-size: 14px;
    }
    .news-content{
        margin-top: 30px;
    }
    .news-cont{
        width: 48%;
        margin-bottom: 30px;
    }
    .news-p{
        padding: 10px;
    }
    .news-page{
        margin-top: 10px;
    }
    .news-detail{
        margin-top: 60px;
        padding: 50px 0;
    }
    .news-detail-one-left{
        width: 100%;
    }
    .news-detail-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .news-detail-page{
        margin-top: 10px;
    }
    .news-detail-page ul li{
        width: 100%;
        margin-top: 20px;
    }
    .news-detail-page ul .link a{
        margin: 0;
    }
    .news-detail-two{
        margin-top: 40px;
    }
    .news-detail-two h1{
        font-size: 24px;
    }
    .news-detail-two-all{
        margin-top: 20px;
    }
    .news-detail-swiper{
        padding-bottom: 40px;
    }
    .news-detail-swiper .news-cont{
        margin-bottom: 0;
    }
    .news-detail-page{
        display: block;
    }
    .news-detail-page .swiper-pagination-bullet-active{
        background: #005CA3;
    }
    .news-detail-prev,.news-detail-next{
        display: none;
    }
    .about{
        margin-top: 60px;
        padding: 50px 0;
    }
    .about-one-top h2{
        font-size: 24px;
        line-height: 40px;
    }
    .about-one-cont{
        margin-top: 30px;
    }
    .about-two{
        padding: 50px 0;
    }
    .about-two .index-about-right{
        width: 100%;
    }
    .about-three{
        padding: 50px 0;
    }
    .about-swiper{
        width: 90%;
        margin: auto;
    }
    .about-three-all{
        flex-direction: column-reverse;
    }
    .about-three-left{
        width: 100%;
        margin-top: 20px;
    }
    .about-three-right{
        width: 100%;
    }
    .about-three-left .about-three-p{
        position: unset;
    }
    .about-four{
        padding: 50px 0;
    }
    .about-five{
        padding-top: 50px;
    }
    .about-five-left{
        width: 100%;
    }
    .about-five-left h2{
        font-size: 24px;
    }
    .about-five-left #container{
        margin-top: 30px;
    }
    .about-five-right{
        width: 100%;
        margin-top: 20px;
    }
    .about-five-wu{
        width: 100%;
    }
    .about-five-wu form .form-three .zx .checkbox{
        width: 48%;
    }
}
@media (min-width:769px) and (max-width:1199px){
    .head-cang-left{
        width: 40%;
    }
    .head-cang-right{
        width: 60%;
        display: block;
    }
    .head-cang-all::after {
        display: block;
        left: 40%;
    }
    .banner{
        height: auto;
    }
    .ban-scroll{
        display: block;
    }
    .index-about-left{
        width: 30%;
    }
    .index-about-right{
        width: 60%;
        margin-top: 0;
    }
    .index-about-two-cont:nth-child(2n){
        display: block;
    }
    .index-service-cont {
        width: calc(50% - 15px);
    }
    .index-service-cont:nth-child(2){
        margin-top: 0;
    }
    .index-news-cont{
        width: 31%;
    }
    .foot-one-left{
        width: 50%;
    }
    .foot-one-zhong{
        width: auto;
        margin-top: 0;
    }
    .foot-one-right{
        width: auto;
        margin-top: 0;
    }
    .service-two-left{
        width: 50%;
    }
    .service-two-right{
        width: 45%;
        margin-top: 0;
    }
    .service-two-right ul{
        margin-top: 0;
    }
    .service-two-right div{
        margin-top: 20px;
    }
    .lc-tan-cont{
        height: auto;
    }
    .lc-tan-cont-p ul li{
        width: 23%;
    }
    .pro-content-top-right ul{
        margin-left: -1%;
    }
    .pro-content-top-right ul li{
        width: 19%;
        margin-left: 1%;
    }
    .index-pro-cont {
        width: 23%;
    }
    .index-pro-cont:nth-child(1), .index-pro-cont:nth-child(2), .index-pro-cont:nth-child(3), .index-pro-cont:nth-child(4) {
    margin-top: 0;
}
    .pro-detail-page ul li{
        width: 33%;
        margin-top: 40px;
    }
    .link a{
        margin: auto;
    }
    .xia a{
        text-align: right;
    }
    .news-cont{
        width: 31%;
    }
    .news-detail-page ul li{
        width: 33%;
        margin-top: 40px;
    }
    .news-detail-page ul .link a{
        margin: auto;
    }
    .about-two .index-about-right{
        margin-top: 30px;
    }
    .about-two .index-about-two-circle {
        width: 150px;
        height: 150px;
    }
    .about-three-all{
        flex-direction: unset;
    }
    .about-three-left{
        width: 40%;
        margin-top: 0;
    }
    .about-three-right{
        width: 49%;
    }
    .about-three-left .about-three-p{
        margin-top: 40px;
    }
    .about-three-left .about-three-p p{
        margin-top: 10px;
    }
    .about-five-wu form .form-three .zx .checkbox{
        width: 31%;
    }
}
@media (min-width:415px) and (max-width:769px){
    .banner{
        height: auto;
    }
    .ban-scroll{
        display: block;
    }
    .index-about-two-cont:nth-child(2n){
        display: block;
    }
    .index-service-cont {
        width: calc(50% - 15px);
    }
    .index-service-cont:nth-child(2){
        margin-top: 0;
    }
    .index-news-cont{
        width: 31%;
    }
    .foot-one-left{
        width: 50%;
    }
    .foot-one-zhong{
        width: auto;
        margin-top: 0;
    }
    .foot-one-right{
        width: auto;
        margin-top: 0;
    }
    .service-two-left{
        width: 50%;
    }
    .service-two-right{
        width: 45%;
        margin-top: 0;
    }
    .service-two-right ul{
        margin-top: 0;
    }
    .service-two-right div{
        margin-top: 20px;
    }
    .lc-tan-cont{
        height: auto;
    }
    .lc-tan-cont-p ul li{
        width: 31%;
    }
    .pro-content-top-right ul{
        margin-left: -1%;
    }
    .pro-content-top-right ul li{
        width: 19%;
        margin-left: 1%;
    }
    .about-two .index-about-two-circle {
        width: 150px;
        height: 150px;
    }
    .about-three-all{
        flex-direction: unset;
    }
    .about-three-left{
        width: 40%;
        margin-top: 0;
    }
    .about-three-right{
        width: 49%;
    }
    .about-three-left .about-three-p{
        margin-top: 40px;
    }
    .about-three-left .about-three-p p{
        margin-top: 10px;
    }
    .about-five-wu form .form-three .zx .checkbox{
        width: 31%;
    }
}
@media screen and (max-width:414px){
    .news-cont{
        width: 100%;
    }
}

.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;
}
