.header{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
    transition: .3s ease-in;
}
#fullpageMenu .header{
    position: fixed;
}
.head-top {
    display: block;
    position: sticky;
    top: 0;
    opacity: 1;
}
.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-left{}
.head-left a{
    width: 185px;
    display: block;
}
.head-left a img{
    width: 100%;
    display: block;
}
.head-right{}
.head-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.head-right ul li{
    line-height: 90px;
    position: relative;
}
.head-right ul li a{
    display: block;
    line-height: 90px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 0 25px;
    transition: all .3s ease;
    text-align: center;
}
.head-right ul li:hover>a,.head-right ul .active>a{
    color: #006cb6;
}
.head-right ul li a svg{
    width: 25px;
    height: auto;
    display: block;
}
.head-right ul li a:hover svg{
    fill: #006cb6;
}
.head-right ul li a i{
    margin-left: 5px;
}
.head-menu{
    min-width: 30vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 50px;
    box-sizing: border-box;
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    z-index: 5;
    display: none;
}
.product-menu{
    min-width:45vw;
}
.head-menu-a{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: 20px;
}
.head-menu-p h2{
    font-size: 24px;
    line-height: 1;
    color: #006cb6;
    font-weight: bold;
}
.head-menu-p p{
    font-size: 18px;
    line-height: 1;
    color: #666666;
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #006cb6;
}
.head-menu-a{}
.head-menu a{
    width: 23%;
    font-size: 16px !important;
    margin-left: 2%;
    padding: 0 !important;
    margin-top: 15px;
    line-height: 30px !important;
    text-align: left !important;
    color: #333;
    transition: .3s ease-in;
}
.head-menu a:hover{
    color: #006cb6;
}
.pro-menu-a{
    margin-left: -5%;
}
.pro-menu-a a{
    width: max-content;
    margin-left: 5%;
}
.head-right ul li:hover .head-menu{
    display: block;
}
.language{
    position: relative;
}
.language>a{
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 38px !important;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 25px;
}
.language>a span{
    display: block;
    font-size: 14px;
    color: rgb(0 0 0 / 70%);
}
.language>a svg{
    width: 20px !important;
    margin-left: 10px;
    transition: .3s ease-in;
}
.language-menu{
    position: absolute;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0;
    border: 1px solid rgba(0,0,0,.1);
    background-color: #fff;
    border-radius: 25px;
    display: none;
}
.language-menu a{
    line-height: 34px !important;
    font-size: 15px !important;
    color: rgb(0 0 0 / 40%) !important;
    transition: .3s ease-in;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.language-menu a:hover{
    color: #000 !important;
}
.language-menu a img{
    width: 20px;
    display: block;
    margin-right: 10px;
}
.language:hover a svg{
    transform: rotate(180deg);
}
.language:hover .language-menu{
    display: block;
}
.banner{
    position: relative;
}
.banner-swiper{
    overflow: hidden;
    position: relative;
    max-height: 960px;
    width: 100%;
    height: 100vh;
}
.banner-swiper .swiper-slide{
    position: relative;
}
.banner-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.banner-swiper .swiper-slide .p_video{
    width: 100%;
    height: 100%;
    position: relative;
}
.banner-swiper .swiper-slide .p_video::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.banner-swiper .swiper-slide .p_video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.banner-swiper .swiper-slide .p_info{
    position: absolute;
    top: 54%;
    left: 50%;
    width: 90%;
    max-width: 1680px;
    z-index: 22;
    transform: translate(-50%, -50%);
}
.p_info h2{
    font-size: 60px;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.p_info h2 strong{
    color: #006cb6;
}
.p_info span{
    width: 60px;
    height: 2px;
    border-radius: 0;
    background: #fff;
    display: block;
    margin: auto;
    margin-top: 20px;
}
.p_info p{
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}
.p_info a{
    display: block;
    margin: auto;
    margin-top: 40px;
    border-radius: 25px;
    width: 100%;
    max-width: 200px;
    padding: 12px 15px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 100px;
    background: #006cb6;
    transition: .3s ease-in;
}
.banner-page{}
.banner-page .swiper-pagination-bullet{
    margin: 3px 5px !important;
    background: hsl(0deg 0% 100% / 40%);
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: all ease .3s;
}
.banner-page .swiper-pagination-bullet-active{
    width: 30px;
    border-radius: 15px;
    background: rgb(255 255 255);
}
.banner-prev,.banner-next{
    color: #fff;
    border-radius: 0;
    height: 50px;
    width: 50px;
    transition: all ease .3s;
    margin: 0px 20px 0px 0px;
    background: rgba(0, 0, 0, 0.4);
}
.banner-prev::after,.banner-next::after{
    font-size: 20px;
}
.banner-prev:hover,.banner-next:hover{
    background: #006cb6;
}
.index-about{
    background-color: #fff;
    /*background: url(../img/diqiu.webp) no-repeat center fixed;*/
    /*background-size: cover;*/
    padding: 100px 0;
}
.index-about .p_item{}
.index-about .p_item h2{
    font-size: 70px;
    color: #232323;
    font-weight: bold;
    text-align: center;
}
.index-about .p_item h2 strong{
    color: #006cb6;
}
.index-about .p_item h3{
    font-size: 34px;
    color: #232323;
    text-align: center;
    margin-top: 5px;
}
.index-about .p_item hr{
    display: block;
    width: 50px;
    height: 2px;
    background-color: #006cb6;
    margin-top: 10px;
    margin: auto;
}
.index-about .p_item p{
    font-size: 16px;
    line-height: 28px;
    color: #666;
    width: 90%;
    margin: auto;
    margin-top: 30px;
    text-align: center;
}
.index-about-content{
    margin: auto;
    margin-bottom: 80px;
}
.index-about-honor{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: 20px;
}
.index-about-honor li{
    width: 9.111%;
    margin-left: 2%;
    margin-top: 20px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
}
.index-about-honor li img{
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.index-about-honor li:hover img{
    transform: scale(1.04);
}
.index-about-content h1{
    font-size: 40px;
    color: #232323;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}
.p_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-about-cont{}
.index-about-cont h2{
    font-size: 20px;
    color: #6e6e6e;
}
.index-about-cont h2 b{
    font-size: 70px;
    color: #006cb6;
    font-weight: bold;
}
.index-about-cont h2 span{
    font-size: 22px;
    font-weight: bold;
    color: #666;
    margin-top: 10px;
    display: inline-block;
}
.index-about-cont p{
    font-size: 16px;
    color: #707070;
    text-align: center;
}
.index-about-btn{
    margin: auto;
    margin-top: 60px;
    display: block;
}
.index-about-btn span{
    display: block;
    width: 150px;
    border: 1px solid #212225;
    border-radius: 25px;
    font-size: 14px;
    padding: 10px 0;
    margin: auto;
    color: #212225;
    text-align: center;
    transition: .3s ease-in;
}
.index-about-btn span:hover{
    background-color: #006cb6;
    color: #fff;
    border: 1px solid transparent;
}
.honor-swiper{
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}
.honor-swiper li{
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
}
.honor-swiper li:last-child{
    margin-top: 20px;
}
.honor-swiper li img{
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.honor-swiper li:hover img{
    transform: scale(1.04);
}
.index-solution{
    padding: 100px 0;
    background-color: #fff;
    /*background: url(../img/fangan.webp) no-repeat center;*/
    /*background-size: cover;*/
}
.index-solution-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-solution-left{
    width: 50%;
}
.index-solution-left h1{
    font-size: 48px;
    color: #006cb6;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
}
.index-solution-left h2{
    font-size: 34px;
    color: #232323;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
}
.index-solution-left h3{
    font-size: 16px;
    color: #006cb6;
    margin-top: 10px;
}
.index-solution-left hr{
    border-color: #006cb6;
}
.index-solution-left span{
    display: block;
    width: 50px;
    height: 5px;
    background-color: #006cb6;
    margin-top: 20px;
}
.index-solution-left p{
    font-size: 16px;
    line-height: 28px;
    color: #232323;
    margin-top: 20px;
}
.index-solution-left a{
    display: block;
    width: 150px;
    border: 1px solid transparent;
    background-color: #006cb6;
    border-radius: 25px;
    font-size: 14px;
    padding: 10px 0;
    margin-top: 40px;
    color: #ffffff;
    text-align: center;
    transition: .3s ease-in;
}
.index-solution-left a:hover{
    background-color: #252947;
}
.index-solution-right{
    width: 46%;
}
.index-solution-right video{
    width: 100%;
    display: block;
}
.index-solution-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-solution-right ul li{
    width: 33%;
    margin-bottom: 5px;
    background-color: rgba(255,255,255,0.6);
    padding: 40px 0;
    box-sizing: border-box;
    position: relative;
}
.index-solution-right ul li::after{
    content: '';
    display: block;
    width: 0%;
    height: 0%;
    background: transparent;
    border-radius: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all 0.5s;
}
.index-solution-right ul li:hover::after{
    width: 100%;
    height: 100%;
}
.index-solution-right ul li:nth-child(1):hover::after{
    background: url(../img/fangan-1.webp) no-repeat center;
    background-size: cover;
}
.index-solution-right ul li:nth-child(2):hover::after{
    background: url(../img/fangan-2.webp) no-repeat center;
    background-size: cover;
}
.index-solution-right ul li:nth-child(3):hover::after{
    background: url(../img/fangan-3.webp) no-repeat center;
    background-size: cover;
}
.index-solution-right ul li:nth-child(4):hover::after{
    background: url(../img/fangan-4.webp) no-repeat center;
    background-size: cover;
}
.index-solution-right ul li:nth-child(6):hover::after{
    background: url(../img/fangan-6.webp) no-repeat center;
    background-size: cover;
}
.index-solution-right ul li:nth-child(7):hover::after{
    background: url(../img/fangan-7.webp) no-repeat center;
    background-size: cover;
}
.index-solution-right ul li:nth-child(8):hover::after{
    background: url(../img/fangan-8.webp) no-repeat center;
    background-size: cover;
}
.index-solution-right ul li:nth-child(9):hover::after{
    background: url(../img/fangan-9.webp) no-repeat center;
    background-size: cover;
}
.index-solution-right ul li:nth-child(5){
    padding: 0;
}
.index-solution-right ul li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 5;
}
.index-solution-right ul li a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-solution-circle{
    width: 75px;
    height: 75px;
    background-color: rgba(37, 41, 71, 0.6);
    border-radius: 50%;
    margin: auto;
}
.index-solution-circle i{
    font-size: 30px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 75px;
}
.index-solution-right ul li a h2{
    font-size: 20px;
    color: rgba(84,84,84,1);
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}
.index-solution-right ul li a span{
    width: 120px;
    padding: 4px 0;
    margin: auto;
    border-radius: 25px;
    margin-top: 5px;
    text-align: center;
    display: block;
    font-size: 12px;
    color: #676a6f;
    background-color: #fff;
}
.index-solution-right ul li:hover .index-solution-circle{
    background-color: #006cb6;
}
.index-solution-right ul li:hover h2{
    color: #fff;
}
.index-pro{}
.index-pro-top{
    /*padding: 50px 0;*/
}
.index-pro-top-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}
.index-pro-top-left{}
.index-pro-top-left h2{
    font-size: 48px;
    color: #006cb6;
    font-weight: bold;
    text-transform: uppercase;
}
.index-pro-top-left p{
    font-size: 34px;
    color: #212225;
    font-weight: bold;
}
.index-pro-top-right{}
.index-pro-top-right a{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    color: #666;
    transition: .3s ease-in;
}
.index-pro-top-right a i{
    display: block;
    font-size: 22px;
    color: #666666;
    margin-left: 10px;
    transform: rotate(-90deg);
    transition: .3s ease-in;
}
.index-pro-top-right a:hover,
.index-pro-top-right a:hover i{
    color: #006cb6;
}
.index-pro-content{
    padding-top: 50px;
    padding-bottom: 100px;
    /*background: url(../img/pro-bj.webp) no-repeat center;*/
    /*background-size: cover;*/
    background-color: #fff;
}
.index-pro-cont{
    overflow: hidden;
    position: relative;
}
.smallSwiper{
    width: calc(100% - 110px);
    margin: auto;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
}
.smallSwiper .p_item{}
.smallSwiper .p_item .s_img{}
.smallSwiper .p_item .s_img img{
    width: 140px;
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.smallSwiper .p_item h2{
    font-size: 16px;
    color: rgba(39,39,39,1);
    line-height: 32px;
    text-align: center;
}
.smallSwiper .swiper-slide-thumb-active{}
.smallSwiper .swiper-slide-thumb-active h2{
    color: #006cb6;
}
.smallSwiper .swiper-slide-thumb-active .p_item .s_img img{
    transform: translateY(-10px) scale(1.1);
}
.bigSwiper{
    position: unset;
    margin-top: 20px;
}
.bigSwiper .index-pro-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.bigSwiper .index-pro-left{
    width: 50%;
}
.bigSwiper .index-pro-left .p_item li span{
    display: block;
    font-size: 14px;
    color: #212529;
}
.bigSwiper .index-pro-left .p_item li h2{
    font-size: 40px;
    color: #333;
}
.bigSwiper .index-pro-left .p_item li hr{
    width: 50px;
    height: 5px;
    background-color: gray;
    margin: 0;
    margin-top: 10px;
}
.bigSwiper .index-pro-left .p_item li p{
    color: rgba(47, 54, 64, 0.71);
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
}
.bigSwiper .index-pro-btn{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.bigSwiper .index-pro-btn a{
    width: 150px;
    display: block;
}
.bigSwiper .index-pro-btn a:last-child{
    margin-left: 10px;
}
.bigSwiper .index-pro-btn a{}
.bigSwiper .index-pro-btn a span{
    display: block;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    background-color: transparent;
    color: #666;
    border: 1px solid #666;
    border-radius: 25px;
    transition: .3s ease-in;
}
.bigSwiper .index-pro-btn a:hover span{
    background-color: #006cb6;
    color: #fff;
    border: 1px solid transparent;
}
.bigSwiper .index-pro-right{}
.bigSwiper{}
.bigSwiper .index-pro-zhong{
    width: 40%;
}
.bigSwiper .index-pro-zhong a{
    display: block;
}
.bigSwiper .index-pro-zhong a img{
    width: 100%;
    display: block;
}
.bigSwiper .index-pro-right{
    width: 5%;
}
.bigSwiper .index-pro-right p{
    writing-mode: sideways-rl;
    font-size: 24px;
    color: #666666;
}
.bigSwiper-prev,.bigSwiper-next{
    top: 60px;
    width: 40px;
    height: 40px;
    background-color: #666;
    border-radius: 50%;
    transition: .3s ease-in;
}
.bigSwiper-prev::after,
.bigSwiper-next::after{
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 40px;
}
.bigSwiper-prev{
    left: 0;
}
.bigSwiper-next{
    right: 0;
}
.bigSwiper-prev:hover,.bigSwiper-next:hover{
    background-color: #006cb6;
}
.index-ys{
    padding: 100px 0;
    background-color: rgba(245,245,245,1);
}
.index-ys-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-ys-left{
    width: 34%;
    background-color: #006cb6;
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
}
.index-ys-left-top{}
.index-ys-left-top span{
    display: block;
    width: 70px;
    height: 70px;
    border: 1px dashed #fff;
    border-radius: 50%;
}
.index-ys-left-top span i{
    display: block;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 70px;
}
.index-ys-left-top h2{
    font-size: 34px;
    color: #fff;
    margin-top: 20px;
}
.index-ys-left-top p{
    font-size: 14px;
    line-height: 28px;
    color: #f9f9f9;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.index-ys-fz{
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-ys-fz-cont{
    width: 32%;
}
.index-ys-fz-cont h2{
    font-size: 38px;
    color: #fff;
    font-weight: bold;
}
.index-ys-fz-cont h2 span{
    display: inline-block;
    font-size: 38px;
    color: #fff;
    font-weight: bold;
}
.index-ys-fz-cont p{
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}
.index-ys-right{
    width: 63%;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: rgba(20, 21, 26, 0.1) 0px 5px 15px 0px;
}
.index-ys-right>p{
    display: inline-block;
    font-size: 14px;
    color: #00000099;
    padding: 5px 20px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    border-radius: 25px;
}
.index-ys-right{}
.ys-swiper{
    max-height: 450px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    margin-top: 30px;
}
.ys-swiper li{
    width: 100%;
    height: 100%;
    position: relative;
}
.ys-swiper li::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}
.ys-swiper li video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ys-swiper li p{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.ys-page{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50%;
    right: 50px;
    transform: translate(50%, -50%);
    left: auto;
    width: auto;
    height: auto;
    bottom: auto;
}
.ys-page .swiper-pagination-bullet{
    margin: 3px 0 !important;
    background: hsl(0deg 0% 100% / 40%);
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: all ease .3s;
}
.ys-page .swiper-pagination-bullet-active{
    height: 30px;
    border-radius: 15px;
    background: rgb(255 255 255);
}
.ys-page .swiper-pagination-bullet:hover{
    height: 15px;
    border-radius: 15px;
    background: rgb(255 255 255);
}
.index-service{
    padding: 60px 0;
    background: url(../img/service-1.png) no-repeat center;
    background-size: cover;
    background-position: 0 60%;
}
.index-service-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-service-left{
    width: 30%;
}
.index-service-left h2{
    font-size: 48px;
    color: #006cb6;
    font-weight: bold;
    text-transform: uppercase;
}
.index-service-left h3{
    font-size: 30px;
    color: #fff;
}
.index-service-left p{
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    margin-top: 20px;
}
.index-service-left a{
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    background-color: #006cb6;
    border-radius: 25px;
    padding: 5px 0;
    margin-top: 40px;
    transition: .3s ease-in;
}
.index-service-left a i{
    display: block;
    font-size: 16px;
    margin-left: 10px;
    color: #fff;
    transform: rotate(-90deg);
}
.index-service-left a:hover{
    background-color: #006cb6;
}
.index-service-right{
    width: 67%;
}
.index-service-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-service-right ul li{
    width: 25%;
    padding: 0 2%;
    box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,0.4);
}
.index-service-right ul li:last-child{
    border-right: none;
}
.index-service-right ul li a{
    display: block;
}
.index-service-img{
    overflow: hidden;
}
.index-service-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.index-service-right ul li a h2{
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
    transition: .3s ease-in;
}
.index-service-right ul li a p{
    font-size: 14px;
    color: #ffffff;
    margin-top: 5px;
}
.index-service-right ul li a:hover img{
    transform: scale(1.03);
}
.index-service-right ul li a:hover h2{
    color: rgba(255,255,255,.6);
}
.index-news{
    padding: 100px 0;
}
.index-news .index-pro-top{
    padding: 0;
}
.index-news-all{
    margin-top: 40px;
}
.index-news-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-news-content a{
    display: block;
    width: 32%;
}
.index-news-img{
    height: 280px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.15);
}
.index-news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .3s ease-in;
}
.index-news-content a li{
    background-color: #f5f6f9;
    padding: 30px;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.index-news-content a li h2{
    font-size: 20px;
    font-weight: bold;
    color: #202020;
    transition: .3s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index-news-content a li p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    color: #999999;
    margin-top: 20px;
    transition: .3s ease-in;
}
.index-news-content a li p i{
    display: block;
    font-size: 18px;
    color: #999999;
    margin-right: 10px;
    transition: .3s ease-in;
}
.index-news-content a:hover img{
    transform: scale(1.03);
}
.index-news-content a:hover li{
    background-color: #006cb6;
}
.index-news-content a:hover li h2,
.index-news-content a:hover li p,
.index-news-content a:hover li p i{
    color: #fff;
}
.index-line{
    background-color: #006cb6;
    padding: 30px 0;
}
.index-line form{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-line form .form-group{
    width: 17%;
}
.index-line form .form-group input{
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background-color: rgba(255,255,255,1);
    font-size: 16px;
    color: #006cb6;
    line-height: 40px;
    padding: 10px;
    padding-left: 40px;
    box-sizing: border-box;
    border-radius: 10px;
}
.index-line form .form-group input::placeholder{
    font-size: 16px;
    color: #006cb6;
}
.index-line form .name,
.index-line form .phone,
.index-line form .email,
.index-line form .message{
    position: relative;
}
.index-line form .name::after,
.index-line form .phone::after,
.index-line form .email::after,
.index-line form .message::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.index-line form .name::after{
    background: url(../img/line-name.png) no-repeat center;
    background-size: cover;
}
.index-line form .phone::after{
    background: url(../img/line-phone.png) no-repeat center;
    background-size: cover;
}
.index-line form .email::after{
    background: url(../img/line-email.png) no-repeat center;
    background-size: cover;
}
.index-line form .message::after{
    background: url(../img/line-message.png) no-repeat center;
    background-size: cover;
}
.index-line form .btn:hover{
    background-color: rgba(255,255,255,1);
    color: #006cb6;
}
.index-line form .btn{
    width: 15%;
    display: block;
    border: none;
    outline: none;
    background-color: rgba(255,255,255,.8);
    border-radius: 10px;
    font-size: 18px;
    color: #006cb6;
    line-height: 40px;
    padding: 10px;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.index-line form .btn:hover{
    background-color: rgba(255,255,255,1);
    color: #006cb6;
}
.footer{
    padding-top: 50px;
    background-color: #fefefe;
    /*background-color: #333;*/
    /* background: url(../img/footer.webp) no-repeat center; */
    background-size: cover;
    border-top: 1px solid #006cb6;
}
.foot{}
.foot-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
}
.foot-one-left{
    width: 15%;
}
.foot-one-left a{
    width: 185px;
    display: block;
}
.foot-one-left a img{
    width: 100%;
    display: block;
}
.foot-one-left h2{
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}
.foot-one-left span{
    width: 50px;
    height: 3px;
    background-color: rgb(0,108,182);
    display: block;
    margin: 0;
    margin-top: 10px;
}
.foot-one-left li{
    width: 120px;
    margin-top: 30px;
    margin-left: 10px;
}
.foot-one-left li img{
    width: 100%;
    display: block;
}
.foot-one-left li p{
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}
.foot-one-right ul li{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.foot-one-right ul li i{
    display: block;
    font-size: 24px;
    color: #666666;
}
.foot-one-right ul li p{
    width: 100%;
    font-size: 14px;
    color: #666666;
}
.foot-one-right ul li p b{
    display: block;
    font-size: 16px;
    color: #666666;
    margin-bottom: 6px;
}
.foot-one-left{}
.foot-one-zhong{
    width: 35%;
}
.foot-one-zhong ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-one-zhong ul li{}
.foot-one-zhong ul li a:first-child{
    font-size: 18px;
    color: #666666;
    margin-bottom: 30px;
}
.foot-one-zhong ul li a{
    display: block;
    font-size: 15px;
    color: #666666;
    margin-top: 20px;
    transition: .3s ease-in;
}
.foot-one-zhong ul li a:hover{
    color: #006cb6;
}
.foot-one-right{
    width: 25%;
}
.foot-one-right>a{
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
    margin-top: 20px;
    display: block;
}
.foot-di{
    padding: 20px 0;
    border-top: 1px rgb(0 108 182) solid;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-di p,
.foot-di p a{
    display: flex;
    font-size: 14px;
    color: #666666;
    transition: .3s ease-in;
}
.foot-di p span{
    display: block;
    width: 15px;
}
.foot-di p a:hover{
    color: #006cb6;
}
.about-ban{
    /*margin-top: 91px;*/
}
.about-ban img{
    width: 100%;
    display: block;
}
.about-head{
    border-bottom: solid 1px #F2F2F2;
}
.about-head-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-head-left{}
.about-head-left p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    line-height: 80px;
}
.about-head-left p i{
    display: block;
    font-size: 16px;
    color: #63646a;
    margin-right: 10px;
}
.about-head-left p a{
    font-size: 15px;
    color: #63646a;
    display: block;
}
.about-head-left p .active{
    color: #212529;
}
.about-head-left p span{
    display: block;
    font-size: 15px;
    color: #63646a;
    padding: 0 10px;
}
.about-head-right{}
.about-head-right li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.about-head-right li a{
    display: block;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    text-align: center;
    line-height: 80px;
    padding: 0 30px;
    position: relative;
    transition: all .3s;
}
.about-head-right li a::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.about-head-right li a:last-child::after{
    content: "";
    display: none;
}
.about-head-right li a::before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: #006cb6;
    transition: all .3s;
}
.about-head-right li a:hover{
    color: #006cb6;
}
.about-head-right li a:hover::before{
    width: 80%;
    left: 10%;
}
.about{}
.about-all{
    padding: 80px 0;
}
.about-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-one-left{
    width: 48%;
}
.about-one-left span{
    font-size: 14px;
    color: #666666;
    display: block;
    padding-left: 35px;
    text-transform: uppercase;
    position: relative;
}
.about-one-left span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 1px;
    background-color: #212225;
    transform: translateY(-50%);
}
.about-one-left h2{
    font-size: 40px;
    color: #252947;
    margin-top: 20px;
}
.about-one-left h3{
    font-size: 30px;
    color: #006cb6;
    margin-top: 10px;
}
.about-one-left p{
    font-size: 16px;
    line-height: 32px;
    color: #696969;
    margin-top: 20px;
    text-indent: 2em;
}
.about-one-right{
    width: 48%;
}
.about-one-right img{
    width: 100%;
    display: block;
}
.about-all li{}
.about-all li p{
    font-size: 16px;
    line-height: 32px;
    color: #696969;
    margin-top: 20px;
    text-indent: 2em;
}
.about-culture{
    padding: 100px 0;
    background: url(../img/wenhua-bj.jpg) no-repeat center;
    background-size: cover;
}
.about-culture-top{}
.about-culture-top h2{
    font-size: 46px;
    color: #444444;
    text-align: center;
}
.about-culture-top p{
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}
.about-culture-all{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-culture-cont{
    width: 32%;
    background-color: #fff;
    padding: 40px 0;
    border-top: 2px #304e6b solid;
    margin-top: 30px;
    border-radius: 10px;
    transition: .3s ease-in;
}
.about-culture-cont i{
    display: block;
    font-size: 60px;
    color: #006cb6;
    text-align: center;
    transition: .3s ease-in;
}
.about-culture-cont h2{
    font-size: 24px;
    color: #304e6c;
    text-align: center;
    margin-top: 10px;
    transition: .3s ease-in;
}
.about-culture-cont p{
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
    transition: .3s ease-in;
}
.about-culture-cont:hover{
    background-color: #006cb6;
}
.about-culture-cont:hover i{
    color: #fff;
    transform: rotateY(180deg);
}
.about-culture-cont:hover h2,
.about-culture-cont:hover p{
    color: #fff;
}
.honor{
    padding: 80px 0;
    background: linear-gradient(to bottom, rgb(226, 228, 229) 1%, rgba(245, 245, 245, 1) 15%);
    background-image: linear-gradient(to bottom, rgb(226, 228, 229) 1%, rgba(245, 245, 245, 1) 15%);
}
.honor-all{}
.honor-all p{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #006cb6;
    padding: 0 15px;
    line-height: 48px;
}
.honor-all h2{
    font-size: 60px;
    color: #03071a;
    font-weight: bold;
    margin-top: 10px;
}
.honor-all img{
    width: 100%;
    display: block;
    margin-top: 20px;
}
.factory{}
.factory-all{
    padding: 100px 0;
    background: linear-gradient(to bottom, rgb(226, 228, 229) 1%, rgba(245, 245, 245, 1) 15%);
    background-image: linear-gradient(to bottom, rgb(226, 228, 229) 1%, rgba(245, 245, 245, 1) 15%);
}
.factory-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.factory-cont-left{
    width: 30%;
}
.factory-cont-left p{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #006cb6;
    padding: 0 15px;
    line-height: 48px;
}
.factory-cont-left h2{
    font-size: 60px;
    color: #03071a;
    font-weight: bold;
    margin-top: 10px;
}
.factory-cont-right{
    width: 68%;
}
.factory-cont-right video{
    width: 100%;
    display: block;
}
.solution{
    padding: 50px 0;
}
.solution #one{
    width: 100%;
    position: relative;
    top: -200px;
}
.solution #two,.solution #three,.solution #four{
    width: 100%;
    position: relative;
    top: -90px;
}
.solution-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}
.solution-left{
    width: 15%;
}
.solution-left li{}
.solution-left li h2{
    font-size: 20px;
    color: #f5f6f9;
    background-color: #006cb6;
    padding: 10px 0;
    padding-left: 10px;
}
.solution-left li a{
    display: block;
    font-size: 14px;
    color: #000;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    padding: 15px;
    transition: .3s ease-in;
}
.solution-left li a:hover,
.solution-left li .active{
    background-color: #252947;
    color: #fff;
}
.solution-right{
    width: 100%;
}
.solution-right h2{
    font-size: 40px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.solution-right-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.solution-right-cont li{
    width: 48%;
    margin-left: 2%;
    margin-top: 40px;
}
.solution-img{
    border: 1px solid #000;
    box-sizing: border-box;
    position: relative;
}
.solution-img::after{
    content: "";
    display: block;
    width: 0%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all ease .3s;
}
.solution-img i{
    position: absolute;
    font-size: 56px;
    display: block;
    line-height: 1;
    color: #006cb6;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: scale(1) translate(-50%,-50%);
    cursor: pointer;
    pointer-events: none;
    transition: all ease .3s;
}
.solution-img img{
    width: 100%;
    display: block;
}
.solution-right-cont li p{
    font-size: 20px;
    color: rgba(0,0,0,0.8);
    margin-top: 15px;
}
.solution-right-cont li:hover .solution-img::after{
    width: 100%;
    height: 100%;
}
.solution-right-cont li:hover i{
    transform: scale(1) translate(-50%,-50%);
}
.solution-page{
    margin-top: 30px;
}
.solution-page ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.solution-page ul li{}
.solution-page ul li a{
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 0 8px;
    text-align: center;
    background: #f4f4f4;
    color: #666;
    transition: .3s ease-in;
}
.solution-page ul .active a,
.solution-page ul a:hover{
    background-color: #212529;
    color: #fff;
}
.solution-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
    display: none;
}
.solution-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
    background-color: rgba(0, 0, 0, 0.7);
}
.solution-tan-cont{
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 601;
    box-sizing: border-box;
}
.solution-tan-cont .video{
    width: 100%;
}
.solution-tan-cont .video video{
    width: 100%;
    display: block;
}
.solution-tan-close{
    max-width: 150px;
    background: #fff;
    margin: 30px auto 0;
    border-radius: 55px;
    padding: 10px 30px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    transition: all ease .3s;
}
.solution-tan-close:hover{
    background-color: #212529;
    color: #fff;
}
#pro-left{
    width: 100%;
    position: relative;
    top: -200px;
}
.pro{
    padding: 80px 0;
    background-color: #f5f6f9;
}
.pro-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.pro-left{
    width: 23%;
    position: sticky;
    top: 100px;
}
.pro-left h2{
    font-size: 20px;
    color: #f5f6f9;
    background-color: #006cb6;
    padding: 15px 10px;
    box-sizing: border-box;
}
.pro-left ul{}
.pro-left ul li{}
.pro-left ul li p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
    transition: .3s ease-in;
}
.pro-left ul li p a{
    display: block;
    width: 100%;
    /*width: calc(100% - 50px);*/
    font-size: 16px;
    padding: 15px 10px;
    box-sizing: border-box;
    color: #000;
    transition: .3s ease-in;
}
.pro-left ul li p span{
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid rgb(0 0 0 / 5%);
}
.pro-left ul li p span i{
    display: block;
    color: #000;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    /* transform: rotate(-90deg); */
    transition: .3s ease-in;
}
.pro-left ul li p:hover{
    background-color: #006cb6;
}
.pro-left ul li .active{
    background-color: #006cb6;
}
.pro-left ul li .active a{
    color: #fff;
}
.pro-left ul li .active span i{
    color: #fff;
}
.pro-left ul li p:hover a{
    color: #fff;
}
.pro-left ul li p:hover span i{
    color: #fff;
}
.pro-left ul li .pro-menu{
    border: 1px solid #eee;
    box-sizing: border-box;
    display: none;
}
.pro-left ul li .pro-menu a{
    display: block;
    font-size: 14px;
    color: #666;
    padding: 15px 10px;
    box-sizing: border-box;
    background-color: #f8f9fb;
    border-bottom: 1px solid #eff1f5;
    transition: .3s ease-in;
}
.pro-menu a:hover{
    background-color: #eeeff1 !important;
}
.pro-right{
    width: 75%;
}
.pro-right{}
.pro-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 30px 50px;
    box-sizing: border-box;
    margin-top: 60px;
}
.pro-cont:first-child{
    margin-top: 0;
}
.pro-cont-left{
    width: 45%;
}
.pro-cont-left a{
    display: block;
    overflow: hidden;
}
.pro-cont-left a img{
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.pro-cont-left a:hover img{
    transform: scale(1.03);
}
.pro-cont-right{
    width: 50%;
}
.pro-cont-right h2{
    font-size: 36px;
    color: #212225;
}
.pro-cont-right p{
    font-size: 16px;
    color: rgba(47,54,64,0.71);
    margin-top: 10px;
}
.pro-cont-right a{
    display: block;
    width: 200px;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 50px;
    color: #555555;
    text-align: center;
    margin-top: 80px;
    border-radius: 25px;
    transition: .3s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pro-cont-right a:hover{
    background-color: #006cb6;
    border: 1px solid transparent;
    color: #fff;
}
.pro-head{
    /*margin-top: 91px;*/
}
.pro-detail{
    padding: 80px 0;
}
.pro-detail-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-detail-one-left{
    width: 50%;
}
.pro-bigSwiper{
    overflow: hidden;
    position: relative;
}
.pro-bigSwiper img,.pro-bigSwiper video{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin: auto;
}
.pro-bigSwiper video{}
.pro-smallSwiper{
    overflow: hidden;
    position: relative;
}
.pro-smallSwiper{}
.pro-smallSwiper .swiper-slide{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
}
.pro-smallSwiper .swiper-slide-thumb-active{
    border: 1px solid #006cb6;
}
.pro-smallSwiper .swiper-slide img{
    display: block;
    height: 60px;
    object-fit: cover;
    margin: auto;
}
.pro-bigSwiper-prev,
.pro-bigSwiper-next{
    width: 50px;
    height: 50px;
    background-color: #a8a8a8;
    border-radius: 50%;
    transition: .3s ease-in;
}
.pro-bigSwiper-prev::after,
.pro-bigSwiper-next::after{
    font-size: 20px;
    color: #fff;
}
.pro-bigSwiper-prev:hover,
.pro-bigSwiper-next:hover{
    background-color: #006cb6;
}
.pro-detail-one-right{
    width: 48%;
}
.pro-detail-one-right h2{
    font-size: 24px;
    font-weight: bold;
    color: rgba(60, 60, 60, 1);
    line-height: 1.5;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(0 108 182);
}
.pro-detail-one-right li{
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f5f6f9;
}
.pro-detail-one-right li p{
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}
.pro-detail-one-right li p b{
    display: block;
    font-weight: bold;
}
.pro-detail-one-right a{
    width: 150px;
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #006cb6;
    border-radius: 25px;
    margin-top: 40px;
    padding: 10px 0;
    transition: .3s ease-in;
}
.pro-detail-one-right a:hover{
    background-color: #006cb6;
}
.pro-detail-two{
    margin-top: 40px;
}
.pro-detail-two ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-detail-two ul li{
    font-size: 16px;
    color: #212529;
    width: 50%;
    line-height: 42px;
    text-align: center;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    cursor: pointer;
}
.pro-detail-two ul .active{
    background-color: #006cb6;
    color: #fff;
}
.pro-detail-two-content{
    margin-top: 20px;
}
.pro-detail-three{
    margin-top: 40px;
}
.pro-detail-three h2{
    border-bottom: 2px solid #252947;
}
.pro-detail-three h2 p{
    background-color: #252947;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
    padding: 10px 0;
    width: auto;
    max-width: 160px;
    text-align: center;
}
.pro-detail-three ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-detail-three ul li{
    width: 31%;
    margin-top: 20px;
}
.pro-detail-three ul li p{
    overflow: hidden;
}
.pro-detail-three ul li p img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.pro-detail-three ul li span{
    display: block;
    font-size: 16px;
    color: rgba(0,0,0,0.7);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(245,245,245,1);
    transition: .3s ease-in;
}
.pro-detail-three ul li:hover img{
    transform: scale(1.03);
}
.pro-detail-three ul li:hover span{
    background-color: rgba(0,59,131,1);
    color: #fff;
}
.other-pro{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.other-pro a{
    width: 25%;
    border: #ddd 1px solid;
    box-sizing: border-box;
}
.other-pro a p{
    overflow: hidden;
}
.other-pro a p img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.other-pro a span{
    display: block;
    font-size: 16px;
    color: rgba(0,0,0,0.7);
    text-align: center;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: rgba(245,245,245,1);
    transition: .3s ease-in;
}
.other-pro a:hover img{
    transform: scale(1.03);
}
.other-pro a:hover span{
    background-color: rgba(0,59,131,1);
    color: #fff;
}
.service{
    padding: 80px 0;
}
.service-all{}
.service-top{}
.service-top h2{
    font-size: 40px;
    color: #333;
    text-align: center;
    font-weight: bold;
}
.service-top p{
    max-width: 65%;
    margin: auto;
    font-size: 16px;
    color: #808080;
    text-align: center;
    margin-top: 10px;
}
.service-cont{
    margin-top: 40px;
}
.service-cont ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.service-cont ul li{
    width: 250px;
    font-size: 16px;
    color: #006cb6;
    border: 1px solid #006cb6;
    border-radius: 25px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    transition: .3s ease-in;
}
.service-cont ul li:last-child{
    margin-left: 15px;
}
.service-cont ul .active,.service-cont ul li:hover{
    background-color: #006cb6;
    color: #fff;
}
.service-cont{}
.service-content{
    margin-top: 30px;
}
.service-p{}
.service-key{
    width: 100%;
    max-height: 630px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-key-left{
    width: 50%;
    height: 100%;
}
.key-zuo-swiper{
    width: 100%;
    height: 100%;
    max-height: 630px;
    overflow: hidden;
    position: relative;
}
.key-zuo-swiper img{
    display: block;
    object-fit: cover;
}
.service-key-right{
    width: 48%;
}
.key-you-swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 1px;
    box-sizing: border-box;
}
.key-you-swiper{}
.key-you-swiper .swiper-slide{
    max-height: 60px;
    overflow: hidden;
    transition: max-height 0.3s ease-in, transform 0.3s ease-in;
    transition: .3s ease-in;
    box-sizing: border-box;
    border-bottom: 1px solid #666666;
    cursor: pointer;
}
.key-you-swiper h2{
    font-size: 24px;
    line-height: 30px;
    color: #191919;
    font-weight: bold;
    padding: 15px 0;
}
.key-you-swiper li{
    display: none;
    margin-top: 10px;
    margin-bottom: 20px;
    max-height: 350px;
    overflow-y: auto;
}
.key-you-swiper li p{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}
.key-you-swiper .swiper-slide-thumb-active{
    height: 100% !important;
    max-height: calc(100% - 180px);
}
.key-you-swiper .swiper-slide-thumb-active li{
    display: block;
}
.key-you-swiper .swiper-slide-thumb-active h2{
    color: #006cb6;
}
.service-kehu{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.service-kehu-cont{
    width: 23%;
    margin-left: 2%;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 30px 20px;
    border: 1px solid #006cb6;
    background-color: #006cb6c2;
    border-radius: 10px;
    color: #ffffff;
}
.service-kehu-cont h2{
    font-size: 24px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.service-kehu-cont p{
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
}
.service-after{
    margin-top: 80px;
}
.service-after h2{
    font-size: 40px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.service-after p{
    font-size: 16px;
    color: #808080;
    text-align: center;
    margin-top: 10px;
}
.service-after ul{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-after ul li{
    width: 23%;
}
.service-after ul li .s-img{
    overflow: hidden;
    border: 1px solid #006cb6;
    padding: 5px;
    box-sizing: border-box;
}
.service-after ul li .s-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.service-after ul li h2{
    font-size: 24px;
    text-align: left;
    margin-top: 10px;
}
.service-after ul li span{
    display: block;
    font-size: 18px;
    color: #252947;
    margin-top: 10px;
}
.section li img{
    display: block;
    margin: auto;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    background: #006cb6;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
    background: #006cb6;
}
.service-xian{
    margin-top: 80px;
}
.service-xian h1{
    font-size: 40px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.service-xian-content{
    margin-top: 40px;
    position: relative;
}
.xian-zuo-swiper{
    overflow: hidden;
    position: relative;
}
.xian-zuo-swiper li{
    position: relative;
}
.xian-zuo-swiper li h2{
    font-size: 24px;
    color: #154a93;
}
.xian-zuo-swiper li p{
    font-size: 18px;
    color: #666666;
}
.xian-zuo-swiper li img{
    display: block;
    margin: auto;
    margin-top: 20px;
}
.news{
    padding: 80px 0;
    background-color: #f5f6f9;
}
.news-all{}
.news-all a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.news-left{
    width: 10%;
}
.news-left h2{
    font-size: 70px;
    color: #666666;
    text-align: center;
    font-weight: bold;
    transition: .3s ease-in;
}
.news-left p{
    font-size: 20px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}
.news-zhong{
    width: 20%;
}
.news-right h2{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    transition: .3s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news-right{
    width: 60%;
    overflow: hidden;
}
.news-zhong img{
    display: block;
    margin: auto;
    max-height: 250px;
    object-fit: cover;
    transition: .3s ease-in;
}
.news-all a:hover h2{
    color: #006cb6;
}
.news-all a:hover img{
    transform: scale(1.03);
}
.news-detail{
    padding: 100px 0;
}
.news-detail-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.news-detail-left{
    width: 71%;
}
.news-detail-top{
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.news-detail-top h2{
    font-size: 26px;
    color: #444444;
    font-weight: bold;
}
.news-detail-top p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
}
.news-detail-top p b{
    font-size: 14px;
    color: #666666;
    display: block;
    margin-left: 10px;
}
.news-detail-top p b:first-child{
    margin-left: 0;
}
.news-detail-cont{
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}
.news-detail-right{
    width: 25%;
    border: 1px solid rgba(229,229,229,1);
    padding: 30px;
    box-sizing: border-box;
}
.news-detail-right a{
    margin-top: 30px;
    display: block;
}
.news-detail-right a:first-child{
    margin-top: 0;
}
.news-detail-right a p{
    overflow: hidden;
}
.news-detail-right a p img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-detail-right a h2{
    font-size: 16px;
    line-height: 32px;
    color: #444444;
    margin-top: 10px;
}
.news-detail-right a span{
    display: block;
    font-size: 14px;
    color: #727272;
    margin-top: 10px;
}
.news-detail-right a:hover img{
    transform: scale(1.03);
}
.news-detail-right a:hover h2{
    color: #006cb6;
}
.news-fenye{}
.news-fenye a{
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #555555;
    margin-top: 20px;
    transition: .3s ease-in;
}
.news-fenye a:hover{
    color: #006cb6;
}
.contact{
    padding: 100px 0;
    background-color: rgba(245,245,245,1);
}
.contact-top{
    background-color: #006cb6;
    padding: 30px;
    box-sizing: border-box;
}
.contact-top h2{
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.contact-top p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.contact-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px;
    background-color: #fff;
    box-sizing: border-box;
}
.contact-left{
    width: 50%;
    padding-right: 5%;
    border-right: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
}
.contact-left h2{
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.contact-left ul{}
.contact-left ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(51,63,71,0.1);
}
.contact-left ul li i{
    display: block;
    font-size: 34px;
    color: #252947;
}
.contact-left ul li p{
    width: 100%;
    /*width: calc(100% - 54px);*/
    font-size: 18px;
    color: #666666;
    word-wrap: break-word;
}
.contact-left ul li p b{
    display: block;
    font-size: 14px;
}
.contact-right{
    width: 50%;
    padding-left: 5%;
    box-sizing: border-box;
}
.contact-right h2{
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.contact-right ul{}
.contact-right ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(51,63,71,0.1);
}
.contact-right ul li i{
    display: block;
    font-size: 34px;
    color: #252947;
}
.contact-right ul li p{
    width: 100%;
    font-size: 18px;
    color: #666666;
    word-wrap: break-word;
}
.contact-right ul li p b{
    display: block;
    font-size: 14px;
}
.contact-right #container{
    width: 100%;
    height: 400px;
}
.search-head{
    /*margin-top: 91px;*/
}
.search{
    padding: 80px 0;
    background-color: rgba(247,247,247,1);
}
.search-all{
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
}
.search-top{}
.search-top form{}
.search-top form legend{
    font-size: 20px;
    color: #333;
    display: block;
}
.search-top form .form-group{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search-top form .form-group input{
    width: calc(100% - 210px);
    box-sizing: border-box;
    outline: none;
    padding: 10px;
    background-color: #fbfbfb;
    border: 2px solid #ced4da;
}
.search-top form .form-group button{
    width: 200px;
    display: block;
    box-sizing: border-box;
    outline: none;
    border: none;
    font-size: 16px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #006cb6;
    position: relative;
    overflow: hidden;
    transition: .3s ease-in;
}
.search-top form .form-group button::before{
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.search-top form .form-group button:hover::before{
    animation: circle .75s;
    z-index: 1;
}
@keyframes circle{
    0% {
        background: rgba(0, 0, 0, .25);
        transform: translateX(-50%) translateY(-50%) scale(0);
    }
    100% {
        background: 0 0;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}
.search-cont{}
.search-cont>p{
    font-size: 14px;
    color: #212529;
    margin-top: 40px;
}
.search-cont>p b{}
.search-pro{
    margin-top: 20px;
}
.search-pro h2{
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.search-pro li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -1%;
    margin-top: 15px;
}
.search-pro li a{
    width: 19%;
    margin-left: 1%;
    display: block;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.search-pro li a p{
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.search-pro li a p img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.search-pro li a span{
    font-size: 14px;
    color: #666666;
    display: block;
    padding: 10px;
    border-top: 1px solid #eee;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.search-pro li a:hover img{
    transform: scale(1.03);
}
.search-pro li a:hover span{
    color: #006cb6;
}
.search-news{
    margin-top: 20px;
}
.search-news h2{
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.search-news li{
    margin-top: 15px;
}
.search-news li a{
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.search-news li a p{
    font-size: 16px;
    color: #000;
    transition: .3s ease-in;
}
.search-news li a:hover p{
    color: #006cb6;
}
.solut{
    padding: 80px 0;
    background-color: #f5f6f9;
}
.solut-top{}
.solut-top p{
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    background-color: #006cb6;
    display: inline-block;
}
.solut-top h2{
    font-size: 60px;
    color: #03071a;
    font-weight: bold;
    margin-top: 10px;
}
.solut-top span{
    display: block;
    font-size: 16px;
    color: rgba(108,111,128,0.78);
    padding-bottom: 10px;
    position: relative;
}
.solut-top span::after{
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: rgba(0,0,0,.1);
    position: absolute;
    bottom: 0;
    left: 0;
}
.solut-content{
    margin-top: 60px;
}
.solut-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    transition: .3s ease-in;
}
.solut-cont:nth-child(2n){
    flex-direction: row-reverse;
}
.solut-left{
    width: 50%;
    overflow: hidden;
}
.solut-left img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.solut-right{
    width: 50%;
    padding: 50px;
    box-sizing: border-box;
}
.solut-right h2{
    font-size: 32px;
    color: rgba(39, 39, 39, 1);
    transition: .3s ease-in;
}
.solut-right p{
    font-size: 16px;
    color: rgba(108,111,128,0.78);
    margin-top: 20px;
    transition: .3s ease-in;
}
.solut-cont:hover{
    background-color: #3f4a80;
}
.solut-cont:hover img{
    transform: scale(1.04);
}
.solut-cont:hover h2,
.solut-cont:hover p{
    color: #fff;
}

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

.mobile-inner-nav {
    background-color: #000000;
    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: block;
    line-height: 40px;
    text-decoration: none;
    color: #191919;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
    text-align: center;
}

.mobile-inner-nav a {
    position: relative;
    overflow: hidden;
}

#wrap {
    text-align: left;
}

.phone-menu{
    display: none;
}
.phone-pro-menu,.phone-service-key{
    display: none;
}
@media (min-width:320px) and (max-width:1200px) {
    .phone-menu {
        display: block;
    }
    .mobile-close{
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        float: right;
        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;
    }
}
@media (min-width:1199px) and (max-width:1650px){
    .head-menu{
        min-width: 50vw;
    }
    .product-menu {
        min-width: 75vw;
    }
    .about-one-left h3{
        font-size: 20px;
    }
    .index-line form{
        width: 90%;
    }
    .head-right ul li a{
        padding: 0 16px;
    }
    .banner-swiper{
        max-height: 650px;
    }
    .p_info h2,.index-about .p_item h2{
        font-size: 45px;
    }
    .index-solution-right ul li{
        padding: 25px 0;
    }
    .index-ys-fz-cont h2 span{
        font-size: 30px;
    }
}
@media screen and (max-width:1200px){
    .index-line form{
        width: 100%;
    }
    .index-line form .form-group {
        width: 48%;
        margin-bottom: 15px;
    }
    .index-line form .btn{
        width: 100%;
    }
    #fullpage{
        margin-top: 50px;
    }
    .fp-section.fp-table, .fp-slide.fp-table,.fp-tableCell{
        height: auto !important;
        margin-top: 20px;
    }
    .service-xian {
        margin-top: 30px;
    }
    .service-xian h1{
        font-size: 24px;
    }
    .service-cont ul li{
        width: 40%;
        font-size: 14px;
    }
    .service-key{
        display: none;
    }
    .phone-service-key{
        display: block;
    }
    .phone-key-swiper{
        overflow: hidden;
        position: relative;
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .phone-key-swiper img{
        width: 100%;
        display: block;
    }
    .phone-key-swiper h2{
        font-size: 24px;
        line-height: 30px;
        color: #006cb6;
        font-weight: bold;
        margin-top: 20px;
    }
    .phone-key-swiper li{
        margin-top: 10px;
    }
    .phone-key-swiper li p{
        font-size: 16px;
        line-height: 32px;
        color: #666666;
    }
    .service-kehu-cont{
        width: 48%;
    }
    .service-after ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .head-left a{
        width: 125px;
    }
    .head-right ul{
        display: none;
    }
    .phone-language{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
    }
    .phone-language a{
        width: 33%;
    }
    .banner-swiper{
        height: 300px;
    }
    .p_info h2{
        font-size: 24px;
    }
    .p_info span,.p_info p,.p_info a,.banner-prev, .banner-next{
        display: none;
    }
    .index-about{
        padding: 50px 0;
    }
    .index-about .p_item h2{
        font-size: 24px;
    }
    .index-about .p_item h3{
        font-size: 20px;
    }
    .index-about .p_item p{
        width: 100%;
    }
    .index-about-content{
        width: 100%;
        margin-top: 0px;
    }
    .index-about-content h1{
        font-size: 30px;
    }
    .index-about-honor li{
        width: 48%;
    }
    .index-about-cont {
        width: 48%;
        margin-top: 20px;
    }
    .index-about-cont h2 b{
        font-size: 48px;
    }
    .index-solution-left {
        width: 100%;
    }
    .index-solution-left h2{
        font-size: 30px;
    }
    .index-solution-left a{
        margin: auto;
        margin-top: 20px;
    }
    .index-solution-right {
        width: 100%;
        margin-top: 20px;
    }
    .index-solution-right ul li{
        width: 100%;
    }
    .index-pro-top-left {
        width: 100%;
    }
    .index-pro-top-left h2{
        font-size: 30px;
    }
    .index-pro-top-left p{
        font-size: 24px;
    }
    .index-pro-top-right {
        display: none;
    }
    .index-pro-content{
        padding: 50px 0;
    }
    .bigSwiper .index-pro-left {
        width: 100%;
    }
    .bigSwiper .index-pro-left .p_item li h2{
        font-size: 40px;
    }
    .bigSwiper .index-pro-btn{
        margin-top: 20px;
    }
    .bigSwiper .index-pro-zhong {
        width: 100%;
        margin-top: 20px;
    }
    .bigSwiper .index-pro-right {
        display: none;
    }
    .index-ys{
        padding: 50px 0;
    }
    .index-ys-left{
        width: 100%;
    }
    .index-ys-fz{
        margin-top: 20px;
    }
    .index-ys-fz-cont {
        width: 48%;
        margin-top: 20px;
    }
    .index-ys-right{
        width: 100%;
        padding: 20px;
        margin-top: 20px;
    }
    .ys-swiper{
        height: 300px;
    }
    .index-service-left {
        width: 100%;
    }
    .index-service-left h2{
        font-size: 30px;
    }
    .index-service-left h3{
        font-size: 24px;
    }
    .index-service-left p{
        margin-top: 15px;
    }
    .index-service-left a{
        margin-top: 10px;
    }
    .index-service-right{
        width: 100%;
        margin-top: 20px;
    }
    .index-service-right ul li{
        width: 48%;
        margin-top: 20px;
    }
    .index-service-right ul li:last-child{
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }
    .index-news {
        padding: 50px 0;
    }
    .index-news-all {
        margin-top: 10px;
    }
    .index-news-content a{
        width: 100%;
        margin-top: 20px;
    }
    .foot-one-left{
        width: 100%;
    }
    .foot-one-zhong{
        display: none;
    }
    .foot-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .foot-di p, .foot-di p a{
        width: 100%;
        text-align: center;
    }
    .about-ban {
        margin-top: 50px;
    }
    .solut{
        padding: 50px 0;
    }
    .solut-top h2{
        font-size: 30px;
    }
    .solut-cont:nth-child(2n){
        flex-direction: unset;
    }
    .solut-left{
        width: 100%;
    }
    .solut-right{
        width: 100%;
        padding: 20px;
    }
    .solut-right h2{
        font-size: 26px;
    }
    .about-head-left {
        width: 100%;
    }
    .about-head-right {
        width: 100%;
    }
    .about-head-right li a{
        padding: 0 10px;
        line-height: 50px;
    }
    .about-all {
        padding: 50px 0;
    }
    .about-one-left {
        width: 100%;
    }
    .about-one-left h2{
        font-size: 30px;
    }
    .about-one-left h3{
        font-size: 24px;
    }
    .about-one-right {
        width: 100%;
        margin-top: 20px;
    }
    .about-culture{
        padding: 50px 0;
    }
    .about-culture-top h2,.honor-all h2,.factory-cont-left h2{
        font-size: 30px;
    }
    .about-culture-cont{
        width: 100%;
        margin-top: 20px;
    }
    .factory-all{
        padding: 50px 0;
    }
    .factory-cont-left {
        width: 100%;
    }
    .factory-cont-right {
        width: 100%;
        margin-top: 20px;
    }
    .phone-pro-menu{
        display: block;
        overflow: hidden;
    }
    .phone-pro-menu>p{
        font-size: 16px;
        color: #333333;
        background-color: #F0F2F5;
        text-align: center;
        padding: 10px 0;
    }
    .phone-pro-menu-hide{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        z-index: 999;
        transition: .3s ease-in;
    }
    .phone-pro-menu-hide.active{
        transform: translateX(100%);
    }
    .phone-pro-menu-hide-all{
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        z-index: 999;
    }
    .phone-pro-menu-hide .solution-left,.phone-pro-menu-hide .pro-left{
        display: block;
        width: 80%;
        background-color: #fff;
        height: 100vh;
        overflow-y: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
    }
    .solution-left{
        display: none;
    }
    .solution-right{
        width: 100%;
        margin-top: 20px;
    }
    .solution-right-cont li{
        width: 100%;
    }
    .solution-tan-cont{
        width: 90%;
    }
    .pro{
        padding: 50px 0;
    }
    .pro-left{
        display: none;
    }
    .pro-right{
        width: 100%;
        margin-top: 20px;
    }
    .pro-cont{
        padding: 20px;
    }
    .pro-cont-left {
        width: 100%;
    }
    .pro-cont-right {
        width: 100%;
        margin-top: 20px;
    }
    .pro-cont-right h2{
        font-size: 30px;
    }
    .pro-cont-right a{
        margin-top: 30px;
    }
    .pro-head {
        margin-top: 51px;
    }
    .pro-detail {
        padding: 50px 0;
    }
    .pro-detail-one-left {
        width: 100%;
    }
    .pro-detail-one-right {
        width: 100%;
        margin-top: 20px;
    }
    .pro-detail-three ul li{
        width: 49%;
    }
    .other-pro a{
        width: 50%;
    }
    .service {
        padding: 50px 0;
    }
    .service-top h2{
        font-size: 30px;
    }
    .service-top p{
        max-width: 100%;
    }
    .service-left{
        width: 100%;
    }
    .service-right{
        width: 100%;
    }
    .news{
        padding: 50px 0;
    }
    .news-left{
        display: none;
    }
    .news-zhong {
        width: 56%;
    }
    .news-zhong h2{
        font-size: 18px;
    }
    .news-right {
        width: 40%;
    }
    .news-detail {
        padding: 50px 0;
    }
    .news-detail-left {
        width: 100%;
    }
    .news-detail-right {
        display: none;
    }
    .contact{
        padding: 50px 0;
    }
    .contact-cont{
        padding: 20px;
    }
    .contact-left{
        width: 100%;
        border-right: none;
        padding-right: 0;
    }
    .contact-right{
        width: 100%;
        padding-left: 0;
    }
    .search{
        padding: 50px 0;
    }
    .search-all{
        padding: 15px;
    }
    .search-top form .form-group input{
        width: 100%;
    }
    .search-top form .form-group button{
        width: 150px;
        margin: auto;
        margin-right: 0;
        margin-top: 10px;
    }
    .search-pro li a{
        width: 49%;
    }
}
@media (min-width:769px) and (max-width:1199px){
    .index-about-honor li{
        width: 14%;
    }
    .phone-key-swiper .phone-key-p{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .phone-key-swiper .phone-key-p img{
        width: 40%;
    }
    .phone-key-swiper .phone-key-p div{
        width: 58%;
    }
    .service-kehu-cont {
        width: 31%;
    }
    .service-after ul li {
        width: 23%;
        margin-bottom: 0;
    }
    .banner-swiper {
        height: 575px;
    }
    .p_info h2 {
        font-size: 40px;
    }
    .p_info span, .p_info p,.p_info a{
        display: block;
    }
    .index-about-cont{
        width: 24%;
    }
    .index-solution-right ul li{
        width: 33%;
    }
    .bigSwiper .index-pro-left {
        width: 40%;
    }
    .bigSwiper .index-pro-btn a{
        width: 125px;
    }
    .bigSwiper .index-pro-zhong {
        width: 55%;
        margin-top: 0;
    }
    .index-ys-fz-cont{
        width: 32%;
    }
    .index-service-right ul li{
        width: 25%;
    }
    .index-news-content a{
        width: 49%;
    }
    .solut-left {
        width: 50%;
    }
    .solut-right {
        width: 50%;
    }
    .solut-cont:nth-child(2n) {
        flex-direction: row-reverse;
    }
    .about-head-left,.about-head-right {
        width: auto;
    }
    .about-head-right li a{
        line-height: 80px;
        padding: 0 20px;
    }
    .about-culture-cont{
        width: 32%;
    }
    .factory-cont-left{
        width: 30%;
    }
    .factory-cont-right{
        width: 68%;
        margin-top: 0;
    }
    .phone-pro-menu{
        display: none;
    }
    .solution-left {
        width: 15%;
        display: block;
    }
    .solution-right {
        width: 83%;
        margin-top: 0;
    }
    .solution-right-cont li {
        width: 31%;
    }
    .pro-left {
        width: 23%;
        display: block;
    }
    .pro-right {
        width: 75%;
        margin-top: 0;
    }
    .pro-cont-left {
        width: 45%;
    }
    .pro-cont-right {
        width: 50%;
        margin-top: 0;
    }
    .pro-detail-one-left {
        width: 50%;
    }
    .pro-detail-one-right {
        width: 48%;
        margin-top: 0;
    }
    .pro-detail-three ul li{
        width: 31%;
    }
    .other-pro a{
        width: 25%;
    }
    .news-left {
        width: 10%;
        display: block;
    }
    .news-zhong {
        width: 50%;
    }
    .news-right{
        width: 35%;
    }
    .search-pro li a {
        width: 24%;
    }
}
@media (min-width:414px) and (max-width:769px){
    .banner-swiper {
        height: 400px;
    }
    .p_info span, .p_info p{
        display: block;
    }
    .index-about-cont{
        width: 24%;
    }
    .index-solution-right ul li{
        width: 33%;
    }
    .bigSwiper .index-pro-left {
        width: 40%;
    }
    .bigSwiper .index-pro-btn a{
        width: 125px;
    }
    .bigSwiper .index-pro-zhong {
        width: 55%;
        margin-top: 0;
    }
    .index-ys-fz-cont{
        width: 32%;
    }
    .index-service-right ul li{
        width: 25%;
    }
    .index-news-content a{
        width: 49%;
    }
    .about-head-left,.about-head-right {
        width: auto;
    }
    .about-head-right li a{
        line-height: 80px;
        padding: 0 20px;
    }
    .about-culture-cont{
        width: 32%;
    }
    .solution-right-cont li {
        width: 48%;
    }
    .pro-cont-left {
        width: 45%;
    }
    .pro-cont-right {
        width: 50%;
        margin-top: 0;
    }
}

.search-pro .pro-list{
    width:19%;
    margin:10px 0;
    text-align: center;
    display: inline-block;
    border:1px solid #efefef;
}

.search-pro .pro-list a {
    width:96%;
    margin:0 2%;
    text-align: center;
    display: inline-block; 
}
.pro-left ul li p.proactive{
    background-color: #006cb6;
}
.pro-left ul li p.proactive a{
    color:#fff;
}