/* xxx */
@font-face {
    font-family: 'AlibabaPuHui';
    /* À´×Ô https://fonts.alibabagroup.com/#/font £¬£¬£¬£¬£¬Ê¹ÓÃ°¢ÀïÔÆ¹«¹²Ð§ÀÍÒÔ¼ÓËÙÏÂÔØËÙÂÊ */
    src:
    url(/Public/Home/fonts/AlibabaPuHuiTi-3-55-Regular.eot),
    url(/Public/Home/fonts/AlibabaPuHuiTi-3-55-Regular.otf),
    url(/Public/Home/fonts/AlibabaPuHuiTi-3-55-Regular.ttf),
    url(/Public/Home/fonts/AlibabaPuHuiTi-3-55-Regular.woff),
    url(/Public/Home/fonts/AlibabaPuHuiTi-3-55-Regular.woff2);
    /* ÔÚ×ÖÌåÃ»ÓÐÏÂÔØÍê³ÉÖ®Ç°£¬£¬£¬£¬£¬Ê¹ÓÃÄ¬ÈÏ×ÖÌåÏÔÊ¾£¬£¬£¬£¬£¬×èÖ¹¿ÕÈ± */
    font-display: swap;
}
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'AlibabaPuHui';
}
.head-container{
    width: 1600px;
    margin: auto;
}
.container{
    width: 1400px;
    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-left{}
.head-left a{
    display: block;
}
.head-left a img{
    width: 240px;
    /* height: 70px; */
    display: block;
}
.head-right{}
.head-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-right ul li{
    font-size: 15px;
    color: #fff;
    padding: 40px 0;
    position: relative;
}
.head-right ul li:nth-child(6)::after{
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: rgba(255,255,255,.2);
    position: absolute;
    right: 0;
    top: 40px;
}
.head-right ul li:hover>a{
    color: #0c419c !important;
}
.head-right ul .active>a{
    color: #0c419c !important;
}
.head-right ul li a{
    color: #fff;
    padding: 40px 30px;
}
.head-right .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 30px;
    position: relative;
    cursor: pointer;
}
.head-right .search .search-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.search .active{
    display: block;
    top: 103% !important;
    opacity: 1 !important;
}
.head-right .list::after{
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.head-right .list form{
    width: 260px;
    position: absolute;
    top: 0%;
    right: 0;
    box-shadow: 0 0 5px 0 #c3c3c3;
    opacity: 0;
    transition: .3s ease-in;
}
.head-right .list form .form-group{
    position: relative;
}
.head-right .list form .form-group input{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    background-color: #fff;
    border: none;
    border-radius: 5px;
}
.head-right .list form .form-group i{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #666666;
}

.head-right ul li:hover .xiala{
    height: 200%;
    opacity: 1;
}
.xiala{
    width: 100%;
    height: 0%;
    position: absolute;
    top: 100%;
    opacity: 0;
    overflow: hidden;
    transition: .3s ease-in;
    /* box-shadow: 0 0 5px 0 #c3c3c3; */
}
.xiala p:hover a{
    color: #0c419c !important;
}
.xiala p{
    width: 100%;
    overflow: hidden;
}
.xiala p a{
    width: 100%;
    float: left;
    padding: 10px 0 !important;
    display: block;
    text-align: center;
    color: #666666 !important;
    background-color: rgba(255,255,255,.8);
}
.header-pro{
    background-color: #fff;
    box-shadow: 0 0 5px 0 #c3c3c3;
    transition: .3s ease-in;
}
.header-pro .head-right ul li{
    color: #666666;
}
.header-pro .head-right ul li a{
    color: #666666;
}
.header-pro .head-right .list i{
    color: #666666;
}
.header-pro .head-right .list p{
    color: #666666;
}
.header-pro .head-right .list::after{
    background-color: #666666;
}
.header-pro .head-right .list:last-child i{
    color: #0c419c;
}
.header-pro .head-right .list:last-child p{
    color: #0c419c;
}
.head-right ul li:nth-child(6)::after{
    background-color: #666666;
}
.mulu{}
.head-right .actives{
    width: 100%;
    opacity: 1;
}
.head-right .actives .mulu-all-top{
    width: 100%;
}
.mulu-close{
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.mulu-all-top{
    width: 0%;
    height: 100%;
    background-color: rgba(0,0,0,.9);
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    transition: .3s ease-in;
}
.mulu-all{
    width: 0%;
    height: 100%;
    background-color: rgba(0,0,0,.9);
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    transition: .3s ease-in;
}
.mulu-cont{
    max-width: 360px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #272727;
    z-index: 100000;
}
.mulu-cont img{
    width: 200px;
    margin: auto;
    display: block;
    padding: 50px 0;
}
.mulu-cont p{}
.mulu-cont p a{
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 0 !important;
}
.head-right .list:last-child::after{
    display: none;
}
.head-right .list i{
    font-size: 18px;
    color: #fff;
}
.head-right .list p{
    font-size: 15px;
    color: #fff;
    margin-left: 10px;
}
.banner{}
.banner-swiper{
    overflow: hidden;
    position: relative;
}
.banner-swiper .swiper-slide{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.banner video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}
.banner-swiper .swiper-slide>img{
    width: 100%;
    display: block;
    margin-left: -6%;
    width: 112%;
    animation: dong1 11s infinite linear;
}
@keyframes dong1{
    0%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(5%);
    }
    100%{
        transform: translate(0%);
    }
}
.banner-p{
    position: absolute;
    top: 20%;
    left: 20%;
}
.banner-p>span{
    display: block;
    width: 200px;
    height: 1px;
    background-color: #989898;
    position: relative;
}
.banner-p>span::after{
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #0c419c;
    position: absolute;
    top: 0;
    left: 0;
    animation: lang 5s infinite linear;
}
.banner-p p{
    font-size: 24px;
    color: #0c419c;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
.banner-p h2{
    font-size: 70px;
    color: #fff;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.banner-p h3{
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: normal;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.more{
    display: inline-block;
    margin-top: 30px;
}
.more:hover a{
    border: 1px solid #0c419c;
    background-color: #fff;
}
.more:hover a span{
    color: #0c419c;
}
.more:hover a i{
    color: #0c419c;
}
.more a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    background-color: #0c419c;
    border: 1px solid transparent;
}
.more span{
    font-size: 14px;
    color: #fff;
}
.more i{
    color: #fff;
    margin-left: 10px;
}
.sb{
    position: absolute;
    left: 20%;
    bottom: 30px;
    animation: d1 5s infinite linear;
}
@keyframes d1{
    0%{
        bottom: 30px;
    }
    50%{
        bottom: 20px;
    }
    100%{
        bottom: 30px;
    }
}
.sb img{
    width: 12px;
    height: 20px;
    display: block;
    margin: auto;
}
.sb i{
    color: #0c419c;
    display: block;
    margin-top: 10px;
}
.banner-page{
    width: unset !important;
    right: 20%;
    bottom: 30px !important;
    left: unset !important;
}
.banner-page .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #0c419c;
    margin: 0 10px !important;
    opacity: 1;
}
.banner-page .swiper-pagination-bullet-active{
    background: #fff;
    position: relative;
}
.banner-page .swiper-pagination-bullet-active::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: -2px;
}
.about{
    padding: 80px 0;
}
.about-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-left{
    width: 45%;
}
.about-top{
    font-size: 12px;
    display: inline-block;
    color: #0c419c;
    position: relative;
}
.about-top::after{
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #0c419c;
    position: absolute;
    bottom: 5px;
    right: -60px;
}
.about-left h2{
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
    font-weight: normal;
}
.about-left p{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 30px;
}
.about-right{
    width: 45%;
}
.about-right video{
    width: 100%;
    height: 360px;
}
.about-right img{
    width: 100%;
    display: block;
}
.product-all{
    position: relative;
}
.product{
    height: 600px;
    background-color: #191919;
}
.product-top{
    padding-top: 60px;
}
.product-top h2{
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    margin-top: 10px;
}
.product-cont{
    margin-top: 40px;
}
.product-swiper{
    overflow: hidden;
}
.product-swiper .swiper-slide .product-swiper-cont:hover .product-swiper-top p{
    background-color: #0c419c;
    color: #fff;
    top: 0;
}
.product-swiper .swiper-slide .product-swiper-cont:hover .product-swiper-p h2{
    color: #0c419c;
}
.product-swiper-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-swiper-cont:hover .product-swiper-top img{
    transform: scale(1.1);
}
.product-swiper-top{
    overflow: hidden;
    position: relative;
}
.product-swiper-top img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.product-swiper-top p{
    font-size: 16px;
    color: #666666;
    padding: 20px 80px 20px 20px;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 1;
    background-color: #F4F4F4;
    transition: .3s ease-in;
}
.product-swiper-top p::after{
    content: "";
    display: block;
    border-color: transparent #fff;
    border-style: solid;
    border-width: 0px 61px 61px 0px;
    position: absolute;
    right: -1px;
    top: 0;
}
.product-swiper-p{
    background-color: #EAEEFB;
    padding: 20px;
    box-sizing: border-box;
    margin-top: -1px;
}
.product-swiper-p h2{
    font-size: 18px;
    color: #666666;
}
.product-swiper-p p{
    font-size: 14px;
    margin-top: 20px;
    color: #989898;
}
.product-prev::after,.product-next::after{
    content: "";
    display: none;
}
.product-prev{
    width: 40px;
    height: 40px;
    background: url(/Public/Home/img/pro-prev.png) no-repeat center;
    background-size: cover;
    top: 80px;
    left: unset;
    right: 80px;
}
.product-prev:hover{
    background: url(/Public/Home/img/pro-prev-1.png) no-repeat center;
    background-size: cover;
}
.product-next:hover{
    background: url(/Public/Home/img/pro-next-1.png) no-repeat center;
    background-size: cover;
}
.product-next{
    width: 40px;
    height: 40px;
    background: url(/Public/Home/img/pro-next.png) no-repeat center;
    background-size: cover;
    top: 80px;
    right: 0;
}
/* ÐÂ¼Ó */
.application{
    padding: 60px 0;
}
.application-top{
}
.application-h2{}
.application-h2 span{
    font-size: 12px;
    display: inline-block;
    color: #0c419c;
}
.application-h2 h2{
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin-top: 10px;
    font-weight: normal;
}
.application-top ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.application-top ul li{
    width: 10%;
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 10px 0px;
    border: 1px solid #dddddd;
    border-radius: 25px;
    cursor: pointer;
}
.application-top ul .active{
    color: #fff;
    background-color: #0c419c;
}
.application-all{
    margin-top: 60px;
}
.application-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.application-cont-left{
    width: 65%;
}
.application-cont-left img{
    width: 100%;
    display: block;
    height: 500px;
    object-fit: cover;
}
.application-cont-right{
    width: 28%;
}
.application-cont-right h2{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
}
.application-cont-right p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 20px;
}
.line{
    padding: 40px 0;
    background: url(/Public/Home/img/line.jpg) no-repeat center;
    background-size: cover;
}
.line-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.line-left{
    width: 50%;
}
.line-left h2{
    font-size: 30px;
    text-align: center;
    color: #fff;
}
.line-left p{
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}
.line-right{
    width: 50%;
}
.line-right h1{
    font-size: 16px;
    color: #fff;
}
.line-right h1 span{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.line-right p{
    margin-top: 20px;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
}
.line-right p a{
    font-size: 16px;
    color: #0c419c;
    background-color: #fff;
    display: block;
    padding: 10px 30px;
    float: left;
    transition: .3s ease-in;
}
.line-right p a:first-child{
    border-right: 1px solid #dddddd;
}
.line-right p a:hover{
    background-color: transparent;
    color: #fff;
}
.yanfa{
    padding-top: 60px;
}
.yanfa-all{
    position: relative;
}
.yanfa-top{
    margin-bottom: 30px;
}
.yanfa-top h2{
    font-size: 30px;
    color: #191919;
    text-align: center;
    font-weight: normal;
}
.yanfa-content{}
.yanfa-cont{
    position: relative;
    overflow: hidden;
}
.yanfa-cont img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.yanfa-cont:hover img{
    transform: scale(1.1);
}
.yanfa-p{
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}
.yanfa-p1{
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
}
.yanfa-p h2{
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}
.yanfa-p p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 10px;
}
.yanfa-ul{
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.yanfa-ul ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yanfa-ul ul li{
    width: 25%;
    padding: 20px 0;
    background-color: #fff;
    transition: .3s ease-in;
    cursor: pointer;
}
.yanfa-ul ul .active{
    background-color: #0c419c !important;
}
.yanfa-ul ul .active i{
    color: #fff;
}
.yanfa-ul ul .active p{
    color: #fff;
}
.yanfa-ul ul li:nth-child(2n){
    background-color: #e9edfc;
}
.yanfa-ul ul li i{
    font-size: 24px;
    display: block;
    text-align: center;
}
.yanfa-ul ul li p{
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}
.advantage{
    padding-top: 60px;
}
.advantage h1{
    font-size: 30px;
    color: #191919;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}
.advantage-all{
    position: relative;
}
.advantage-content{
    position: relative;
}
.advantage-content img{
    width: 100%;
    display: block;
    filter: brightness(.6);
    transition: .3s ease-in;
}
.advantage-cont{
    transition: .3s ease-in;
}
.advantage-p{
    position: absolute;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0,-50%);
}
.advantage-p h2{
    font-size: 24px;
    color: #fff;
}
.advantage-p p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
}
.advantage-ul{
    width: 20%;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0,-50%);
}
.advantage-ul ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.advantage-ul ul li{
    width: calc(50% - 2px);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    cursor: pointer;
    transition: .3s ease-in;
}
.advantage-ul ul li:nth-child(1){
    border-top: 1px solid #fff;
}
.advantage-ul ul li:nth-child(2){
    border-top: 1px solid #fff;
}
.advantage-ul ul li:nth-child(2n-1){
    border-left: 1px solid #fff;
}
.advantage-ul ul .active{
    background-color: #0c419c;
}
.advantage-ul ul .active i{
    color: #fff;
}
.advantage-ul ul .active p{
    color: #fff;
}
.advantage-ul ul li i{
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
}
.advantage-ul ul li p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}





.hexin{
    padding-bottom: 60px;
}
.hexin-h2{
    color: #333333 !important;
}
.hexin-swiper{
    overflow: hidden;
    padding: 2px;
    box-sizing: border-box;
}
.hexin-swiper-cont{
    box-shadow: 0 0 5px 0 #d5d5d5;
    box-sizing: border-box;
    padding: 30px 40px;
    transition: .3s ease-in;
    background-color: #fff;
}
.hexin-swiper-cont:hover{
    background-color: #0c419c;
}
.hexin-swiper-cont:hover i{
    color: #fff;
}
.hexin-swiper-cont:hover h2{
    color: #fff;
}
.hexin-swiper-cont:hover h2::before{
    background-color: #fff;
}
.hexin-swiper-cont:hover p{
    color: #fff;
}
.hexin-swiper-cont:hover span{
    /* background-color: #fff; */
}
.hexin-swiper-cont:hover span::after{
    background-color: #fff;
}
.hexin-swiper-cont i{
    font-size: 40px;
    color: #0c419c;
    transition: .3s ease-in;
}
.hexin-swiper-cont h2{
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
    position: relative;
    padding-top: 20px;
    transition: .3s ease-in;
}
.hexin-swiper-cont h2::before{
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background-color: #0c419c;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s ease-in;
}
.hexin-swiper-cont p{
    font-size: 14px;
    line-height: 24px;
    min-height: 50px;
    color: #999999;
    margin-top: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    transition: .3s ease-in;
}
.hexin-swiper-cont span{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #F4F4F4;
    margin-top: 40px;
    position: relative;
}
.hexin-swiper-cont span::after{
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background-color: #0c419c;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s ease-in;
}
.hexin-prev::after,.hexin-next::after{
    content: "";
    display: none;
}
.hexin-prev{
    width: 40px;
    height: 40px;
    background: url(/Public/Home/img/hexin-prev.png) no-repeat center;
    background-size: cover;
    top: 80px;
    left: unset;
    right: 80px;
}
.hexin-next{
    width: 40px;
    height: 40px;
    background: url(/Public/Home/img/hexin-next.png) no-repeat center;
    background-size: cover;
    top: 80px;
    right: 0;
}
.hexin-prev:hover{
    background: url(/Public/Home/img/pro-prev-1.png) no-repeat center;
    background-size: cover;
}
.hexin-next:hover{
    background: url(/Public/Home/img/pro-next-1.png) no-repeat center;
    background-size: cover;
}
.honor{
    padding: 60px 0;
    background-color: #F4F4F4;
}
.honor-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.honor-left{
    width: 25%;
}
.honor-left .product-top{
    padding-top: 0;
}
.honor-left p{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 20px;
}
.honor-left i{
    font-size: 40px;
    color: #0c419c;
    display: block;
    margin-top: 40px;
}
.honor-right{
    width: 70%;
}
.honor-swiper{
    overflow: hidden;
    position: unset;
}
.honor-swiper>.swiper-wrapper {
    -webkit-transition-timing-function: linear; /*Ö®Ç°ÊÇease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
.honor-cont:hover img{
    transform: scale(1.1);
}
.honor-cont-img{
    overflow: hidden;
}
.honor-swiper .honor-cont img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.honor-swiper .honor-cont p{
    font-size: 14px;
    color: #666666;
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
}
.honor-prev::after,.honor-next::after{
    content: "";
    display: none;
}
.honor-prev{
    width: 40px;
    height: 40px;
    background: url(/Public/Home/img/pro-prev.png) no-repeat center;
    background-size: cover;
    top: unset;
    bottom: 0;
    display: none;
}
.honor-next{
    width: 40px;
    height: 40px;
    background: url(/Public/Home/img/pro-next.png) no-repeat center;
    background-size: cover;
    top: unset;
    right: unset;
    bottom: 0;
    left: 80px;
    display: none;
}
.honor-prev:hover{
    background: url(/Public/Home/img/pro-prev-1.png) no-repeat center;
    background-size: cover;
}
.honor-next:hover{
    background: url(/Public/Home/img/pro-next-1.png) no-repeat center;
    background-size: cover;
}
.news{
    padding-bottom: 60px;
}
.news-all{
    position: relative;
}
.news-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-left{
    width: 40%;
    box-shadow: 0 0 5px 0 #c5c5c5;
}
.news-left:hover img{
    transform: scale(1.1);
}
.news-left-img{
    overflow: hidden;
}
.news-left-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-left-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
}
.news-left-z{
    width: 80%;
    border-right: 1px solid #666666;
}
.news-left-z h2{
    font-size: 16px;
    color: #111111;
    padding-right: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news-left-z p{
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    padding-right: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news-left-y{
    width: 19%;
    padding-left: 20px;
    box-sizing: border-box;
}
.news-left-y p{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.news-left-y span{
    display: block;
    color: #666666;
    font-size: 12px;
}
.news-right{
    width: 58%;
}
.news-right-cont a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #eee;
    margin-bottom: 20px;
    transition: .3s ease-in;
}
.news-right-cont a:hover{
    background-color: #0c419c;
}
.news-right-cont a:hover .news-right-cont-one img{
    transform: scale(1.1);
}
.news-right-cont a:hover .news-right-cont-two{
    border-right: 1px solid #fff;
}
.news-right-cont a:hover .news-right-cont-two h2{
    color: #fff;
}
.news-right-cont a:hover .news-right-cont-two p{
    color: #fff;
}
.news-right-cont a:hover .news-right-cont-three p{
    color: #fff;
}
.news-right-cont a:hover .news-right-cont-three span{
    color: #fff;
}
.news-right-cont:last-child a{
    margin-bottom: 0;
}
.news-right-cont-one{
    width: 20%;
    overflow: hidden;
}
.news-right-cont-one img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-right-cont-two{
    width: 65%;
    padding: 0 20px;
    box-sizing: border-box;
    border-right: 1px solid #666666;
}
.news-right-cont-two h2{
    font-size: 16px;
    color: #111111;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news-right-cont-two p{
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news-right-cont-three{
    width: 15%;
    padding-left: 20px;
    box-sizing: border-box;
}
.news-right-cont-three p{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.news-right-cont-three span{
    display: block;
    color: #666666;
    font-size: 12px;
}
.news-swiper-cont{
    width: 31%;
    margin-left: 2%;
}
.news-swiper-cont:hover img{
    transform: scale(1.1);
}
.news-swiper-top{
    overflow: hidden;
    position: relative;
}
.news-swiper-top img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-swiper-top p{
    font-size: 16px;
    color: #fff;
    background-color: #0c419c;
    padding: 10px 50px;
    position: absolute;
    right: 40px;
    top: 0;
    z-index: 1;
}
.news-swiper-p{
    padding: 20px;
    box-sizing: border-box;
}
.news-swiper-p span{
    font-size: 12px;
    color: #999999;
}
.news-swiper-p span i{
    margin-right: 10px;
}
.news-swiper-p h2{
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    margin-top: 10px;
    font-weight: normal;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news-swiper-p p{
    font-size: 14px;
    color: #0c419c;
    margin-top: 20px;
    position: relative;
    display: inline-block;
}
.news-swiper-p p::after{
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #0c419c;
    position: absolute;
    bottom: 8px;
    right: -50px;
}
.news-prev::after,.news-next::after{
    content: "";
    display: none;
}
.news-prev{
    width: 40px;
    height: 40px;
    background: url(/Public/Home/img/hexin-prev.png) no-repeat center;
    background-size: cover;
    top: 15%;
    left: unset;
    right: 80px;
}
.news-next{
    width: 40px;
    height: 40px;
    background: url(/Public/Home/img/hexin-next.png) no-repeat center;
    background-size: cover;
    top: 15%;
    right: 0;
}
.news-prev:hover{
    background: url(/Public/Home/img/pro-prev-1.png) no-repeat center;
    background-size: cover;
}
.news-next:hover{
    background: url(/Public/Home/img/pro-next-1.png) no-repeat center;
    background-size: cover;
}
.footer{}
.foot{}
.foot-top{
    padding: 40px 0;
    background-color: #0c419c;
}
.foot-top-all{}
.foot-top-cont{}
.foot-top-cont form{}
.foot-top-cont form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.foot-top-cont form legend{
    font-size: 18px;
    color: #fff;
}
.foot-top-cont form .form-group{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.foot-top-cont form .form-group input{
    width: 15%;
    height: 42px;
    line-height: 50px;
    padding: 0 10px;
    outline: none;
    box-sizing: border-box;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    margin-left: 8px;
}
.foot-top-cont form .form-group .textarea{
    width: 25%;
}
.foot-top-cont form .form-group .yzm{
    width: 20%;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    margin-left: 8px;
}
.yzm img{
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.foot-top-cont form .form-group .yzm input{
    width: 50%;
}
.foot-top-cont form .form-group button{
    outline: none;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    padding: 0px 30px;
    height: 42px;
    line-height: 42px;
    border: none;
    background-color: #111111;
    border-radius: 5px;
    margin-left: 8px;
}
.foot-two{
    padding: 60px 0;
    background-color: #111111;
}
.foot-two-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-two-cont{
    width: 23%;
}
.foot-two-cont ul{}
.foot-two-cont ul li{
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #3F3F3F;
    position: relative;
}
.foot-two-cont ul li::after{
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #0c419c;
    position: absolute;
    bottom: 0;
    left: 0;
}
.foot-two-yi{}
.foot-two-yi ul p{
    font-size: 12px;
    line-height: 21px;
    color: #cdcdcd;
    padding-top: 30px;
}
.foot-two-yi ul span{
    margin-top: 40px;
    overflow: hidden;
    display: block;
}
.foot-two-yi ul span a{
    width: 25px;
    height: 25px;
    float: left;
    display: block;
    margin-right: 10px;
}
.foot-two-yi ul span a img{
    width: 100%;
    display: block;
}
.foot-two-er{}
.foot-two-er div{
    padding-top: 30px;
}
.foot-two-er p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.foot-two-er p i{
    font-size: 16px;
    color: #fff;
}
.foot-two-er p span{
    width: 90%;
    display: inline-block;
    font-size: 14px;
    color: #cdcdcd;
    margin-left: 10px;
}
.foot-two-er p span a{
    color: #cdcdcd;
}
.foot-two-san{}
.foot-two-san p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}
.foot-two-san p span{
    width: 50%;
    display: block;
    margin-bottom: 10px;
}
.foot-two-san p span a{
    display: block;
    font-size: 14px;
    color: #cdcdcd;
    position: relative;
    padding-left: 30px;
}
.foot-two-san p span a::before{
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
}
.foot-two-si{}
.foot-two-si p{
    display: inline-block;
    padding-top: 30px;
}
.foot-two-si img{
    width: 140px;
    height: 140px;
    display: block;
}
.foot-two-si p span{
    font-size: 14px;
    color: #cdcdcd;
    text-align: center;
    padding-top: 10px;
    display: block;
}
.foot-di{
    padding: 30px 0;
    background-color: #000000;
}
.foot-di-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.foot-di-left{}
.foot-di-left p{}
.foot-di-left p span{
    font-size: 14px;
    color: #fff;
}
.foot-di-left p span a{
    color: #fff;
}
.foot-di-right{}
.foot-di-right p{
    font-size: 14px;
    color: #fff;
    padding-right: 50px;
}
.foot-di-right p a{
    color: #fff;
}
.foot .top{
    width: 40px;
    height: 40px;
    border: 1px solid #3F3F3F;
    position: fixed;
    bottom: 20px;
    right: calc(10% + 40px);
    z-index: 100;
}
.top:hover{
    background-color: #0c419c;
}
.top:hover i{
    color: #fff;
}
.top i{
    color: #0c419c;
    display: block;
    text-align: center;
    line-height: 40px;
}
.ce{
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 100;
}
.ce li:hover{
    background-color: #0c419c;
}
.ce li:hover i{
    color: #fff;
}
.ce li:hover .ce-p{
    opacity: 1;
    left: -260px;
}
.ce ul{}
.ce ul li{
    width: 50px;
    height: 50px;
    background-color: #F4F4F4;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
    transition: .3s ease-in;
}
.ce-p{
    width: max-content;
    font-size: 16px;
    color: #666666;
    background-color: #fff;
    padding: 10px 40px;
    box-shadow: 0 0 5px 0 #c3c3c3;
    position: absolute;
    left: 100px;
    top: 10px;
    opacity: 0;
    transition: .3s ease-in;
}
.ce ul li i{
    font-size: 24px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #999999;
    transition: .3s ease-in;
}
.ce li:hover .ewm{
    opacity: 1;
    left: -230px;
}
.ewm{
    width: max-content;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #c3c3c3;
    left: 100px;
    top: 0;
    padding: 15px 30px;
    box-sizing: border-box;
    opacity: 0;
    transition: .3s ease-in;
}
.ewm img{
    width: 150px;
    height: 150px;
    display: block;
}
.ewm span{
    display: block;
    font-size: 16px;
    color: #999999;
    margin-top: 0px;
    text-align: center;
}
.about-banner{
    padding-top: 100px;
}
.about-swiper{
    overflow: hidden;
    position: relative;
}
.about-swiper .swiper-slide{
    position: relative;
    overflow: hidden;
}
.about-swiper img{
    display: block;
    margin-left: -6%;
    width: 106%;
    /* animation: dong1 11s infinite linear; */
}
@keyframes dong1{
    0%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(5%);
    }
    100%{
        transform: translate(0%);
    }
}
.about-swiper .swiper-slide{
    position: relative;
}
.about-swiper .about-ban-p{
    position: absolute;
    top: 20%;
    left: 20%;
}
.about-ban-p span{
    width: 200px;
    height: 1px;
    background-color: #989898;
    display: block;
    position: relative;
}
.about-ban-p span::after{
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #0c419c;
    position: absolute;
    top: 0;
    left: 0;
    animation: lang 5s infinite linear;
}
@keyframes lang{
    0%{
        width: 60px;
    }
    50%{
        width: 100%;
    }
    100%{
        width: 60px;
    }
}
.about-ban-p p{
    font-size: 24px;
    color: #0c419c;
    margin-top: 20px;
}
.about-ban-p h2{
    font-size: 70px;
    color: #fff;
    margin-top: 30px;
}
.about-page{
    bottom: 30px !important;
}
.about-page .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #0c419c;
    margin: 0 10px !important;
    opacity: 1;
}
.about-page .swiper-pagination-bullet-active{
    background: #fff;
    position: relative;
}
.about-page .swiper-pagination-bullet-active::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: -2px;
}
.about-head{
    padding: 20px 0;
    box-shadow: 0 0 5px 0 #eee;
}
.about-head-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-head-left{}
.about-head-left a{
    font-size: 14px;
    color: #666666;
    display: inline-block;
}
.about-head-left span{
    font-size: 14px;
    color: #0c419c;
    display: inline-block;
    padding: 0 10px;
}
.about-head-right{}
.about-head-right p{
    font-size: 14px;
    color: #666666;
    margin-left: 20px;
    display: inline-block;
}
.about-head-right p a{
    color: #666666;
}
.about-head-right .active a{
    color: #0c419c;
}
.abouts{}
.abouts-one{
    /* width: 80%; */
    padding-left: 22%;
}
.abouts-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
}
.abouts-one-left{
    width: 48%;
}
.abouts-one-left h3{
    font-size: 12px;
    color: #0c419c;
    font-weight: normal;
    position: relative;
    display: inline-block;
}
.abouts-one-left h3::after{
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #0c419c;
    position: absolute;
    right: -60px;
    bottom: 5px;
}
.abouts-one-left h2{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 30px;
}
.abouts-one-left p{
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 20px;
}
.abouts-one-right{
    width: 48%;
}
.abouts-one-right video{
    width: 100%;
    height: 560px;
}
.abouts-one-img{
    overflow: hidden;
}
.abouts-one-right img{
    width: 100%;
    display: block;
}
.abouts-culture{
    padding: 120px 0;
    background: url(/Public/Home/img/culture.jpg) no-repeat center fixed;
    background-size: cover;
}
.abouts-culture-top{}
.abouts-culture-top h3{
    font-size: 12px;
    color: #0c419c;
    font-weight: normal;
    display: inline-block;
    position: relative;
}
.abouts-culture-top h3::after{
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #0c419c;
    position: absolute;
    right: -60px;
    bottom: 5px;
}
.abouts-culture-top h2{
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}
.abouts-culture-top p{
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
}
.abouts-culture-content{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.abouts-culture-cont{}
.abouts-culture-cont:hover p::before{
    width: 100%;
}
.abouts-culture-cont:hover p::after{
    width: 100%;
}
.abouts-culture-cont:hover i{
    transform: rotateY(180deg);
}
.abouts-culture-cont:hover{}
.abouts-culture-cont p{
    width: 180px;
    height: 180px;
    border: 1px solid #fff;
    text-align: center;
    margin: auto;
    position: relative;
}
.abouts-culture-cont p::before{
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #0c419c;
    position: absolute;
    top: -1px;
    right: 0;
    transition: .3s ease-in;
}
.abouts-culture-cont p::after{
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #0c419c;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .3s ease-in;
}
.abouts-culture-cont i{
    font-size: 100px;
    line-height: 180px;
    color: #fff;
    display: block;
    margin: auto;
    text-align: center;
    transition: .3s ease-in;
}
.abouts-culture-cont span{
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.abouts-history{
    padding: 60px 0;
}
.abouts-history-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.abouts-history-left{
    width: 40%;
}
.abouts-history-left:hover img{
    transform: scale(1.1);
}
.abouts-history-img{
    overflow: hidden;
}
.abouts-history-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.abouts-history-right{
    width: 50%;
}
.history-top{}
.history-top h3{
    font-size: 12px;
    color: #0c419c;
    font-weight: normal;
    display: inline-block;
    position: relative;
}
.history-top h3::after{
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #0c419c;
    position: absolute;
    right: -60px;
    bottom: 5px;
}
.history-top h2{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 30px;
}
.history-top p{
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    padding-top: 30px;
    border-top: 1px solid #F4F4F4;
}
.history-top p span{
    font-size: 14px;
    color: #0c419c;
}
.history-cont{
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 #eee;
}
.history-cont p{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-bottom: 20px;
}
.history-cont p:last-child{
    margin-bottom: 0;
}
.history-cont p span{
    font-size: 14px;
    color: #0c419c;
}
.rongyu{
    padding: 60px 0;
}
.honor-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.honor-one-cont{
    width: 18%;
    margin-left: 2%;
    margin-bottom: 30px;
    position: relative;
    transition: .3s ease-in;
    box-shadow: 0 0 5px 0 #c3c3c3;
    cursor: pointer;
}
.honor-one-cont:hover .honor-one-cang{
    opacity: 1;
}
.honor-one-cont>img{
    width: 100%;
    display: block;
}
.honor-one-cont p{
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding: 15px 0;
}
.honor-one-cang{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
    transition: .3s ease-in;
}
.honor-one-cang p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.honor-one-cang p i{
    font-size: 20px;
    color: #fff;
}
.honor-one-cang p span{
    font-size: 16px;
    color: #fff;
}
.page{}
.page ul{
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}
.page ul li{
    margin: 0 10px;
}
.page ul li a{
    width: 40px;
    height: 40px;
    display: block;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 40px;
}
.page ul li a i{
    font-size: 20px;
    display: block;
    text-align: center;
    line-height: 40px;
}
.page ul .active{
    background-color: #0c419c;
    border-radius: 50%;
}
.page ul .active a{
    color: #fff;
}
.thinkphp-pagination > div{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.thinkphp-pagination > div > * {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    border-radius: 100%;
}

.thinkphp-pagination > div > *.thispage {
    background-color: #0c419c;
    color: #fff;
}

.thinkphp-pagination > div > *:not(.thispage):hover {
    background-color: #0c419c;
    color: #fff;
    transition: all 150ms;
}
.rongyu-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    display: none;
}
.ry-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(255,255,255,.7);
}
.ry-tan-cont{
    width: 35%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #eee;
}
.ry-tan-cont h2{
    font-size: 18px;
    color: #fff;
    background-color: #0c419c;
    padding: 10px 80px;
    margin-left: 30px;
    display: inline-block;
    font-weight: normal;
}
.ry-tan-close{
    font-size: 30px;
    color: #000000;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 99999;
    cursor: pointer;
}
.ry-swiper{
    overflow: hidden;
    width: 80%;
    margin: auto;
    margin-top: 60px;
    padding-bottom: 80px;
}
.ry-swiper img{
    /* width: 100%; */
    display: block;
    margin: auto;
}
.ry-tan-prev::after,.ry-tan-next::after{
    content: "";
    display: none;
}
.ry-tan-prev{
    width: 40px;
    height: 40px;
    background: url(/Public/Home/img/hexin-prev.png) no-repeat center;
    background-size: cover;
    left: 20px;
}
.ry-tan-next{
    width: 40px;
    height: 40px;
    background: url(/Public/Home/img/hexin-next.png) no-repeat center;
    background-size: cover;
    right: 20px;
}
.pro{
    padding: 60px 0;
}
.pro-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-left{
    width: 18%;
}
.pro-left ul{}
.pro-left ul p{
    font-size: 24px;
    color: #333333;
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #F4F4F4;
    margin-bottom: 30px;
    position: relative;
}
.pro-left ul p::after{
    content: "";
    display: block;
    width: 45px;
    height: 1px;
    background-color: #0c419c;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pro-left ul li{
    width: 100%;
    box-shadow: 0 0 5px 0 #eee;
    margin-bottom: 10px;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.pro-left ul li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}
.pro-left ul li:hover{
    background-color: #0c419c;
}
.pro-left ul li:hover span{
    color: #fff;
}
.pro-left ul li:hover i{
    color: #fff;
}
.pro-left ul li span{
    width: 85%;
    font-size: 16px;
    color: #333333;
}
.pro-left ul li i{
    font-size: 20px;
    color: #666666;
}
.pro-left ul li.active {
    background-color: #0c419c;
}
.pro-left ul li.active span{
    color: #fff;
}
.pro-right{
    width: 78%;
}
.pro-right-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.pro-right-cont{
    width: 31%;
    margin-left: 2%;
    margin-bottom: 30px;
    box-shadow: 0 0 5px 0 #eee;
    position: relative;
}
.pro-right-cont:hover img{
    transform: scale(1.1);
}
.pro-right-cont:hover .pro-right-p p{
    transform: translateX(20px);
    color: #0c419c;
}
.pro-right-cont:hover .pro-right-p .sanjiao{
    background-color: #0c419c;
    transform: unset;
}
.pro-right-cont:hover .pro-right-p .sanjiao i{
    color: #fff;
}
.pro-right-top{
    overflow: hidden;
}
.pro-right-top img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.pro-right-cont span{
    font-size: 14px;
    color: #989898;
    position: absolute;
    top: 10px;
    left: 10px;
}
.pro-right-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-top: 1px solid #F4F4F4;
    position: relative;
}
.pro-right-p p{
    width: calc(100% - 100px);
    font-size: 16px;
    color: #666666;
    display: block;
    text-align: center;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    padding-left: 20px;
    transition: .3s ease-in;
}
.pro-right-p .sanjiao{
    width: 60px;
    height: 60px;
    border-left: 1px solid #f4f4f4;
    padding-left: 0;
    transition: .3s ease-in;
}
.pro-right-p i{
    font-size: 24px;
    color: #0c419c;
    display: block;
}
.pro-head{
    margin-top: 102px;
}
.pro-detail{
    padding: 60px 0;
}
.pro-detail-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-detail-one-left{
    width: 45%;
}
.pro-da{
    overflow: hidden;
    position: relative;
    border: 1px solid #666666;
}
.pro-xiao{
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
.pro-xiao .swiper-slide{
    box-sizing: border-box;
    border: 1px solid #eee;
}
.pro-xiao .swiper-slide img{
    width: 100%;
    display: block;
}
.pro-xiao .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.pro-xiao .swiper-slide-thumb-active {
    opacity: 1;
}
.pro-detail-one-left .pro-da img{
    width: 70%;
    display: block;
    margin: 20px auto;
}
.pro-detail-one-right{
    width: 50%;
}
.pro-detail-one-right h2{
    font-size: 36px;
    color: #333333;
}
.pro-detail-one-right ul{
    margin-top: 40px;
    overflow: hidden;
    border-bottom: 1px solid #F4F4F4;
    position: relative;
}
.pro-detail-one-right ul li{
    font-size: 14px;
    color: #666666;
    float: left;
    margin-right: 30px;
    padding-bottom: 20px;
    cursor: pointer;
}
.pro-detail-one-right ul .active{
    color: #333333;
    border-bottom: 1px solid #0c419c;
}
.pro-detail-one-cont{}
.pro-detail-one-cont p{
    font-size: 14px;
    line-height: 30px;
    /* color: #999999; */
}
.pro-detail-one-cont p:first-child{
    margin-top: 20px;
}
.pro-detail-contact{
    margin-top: 30px;
    overflow: hidden;
}
.pro-detail-contact p{
    float: left;
    margin-right: 30px;
}
.pro-detail-contact p:first-child a{
    background-color: #0c419c;
}
.pro-detail-contact p:first-child span{
    color: #fff;
}
.pro-detail-contact p:first-child i{
    color: #fff;
}
.pro-detail-contact p a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    background-color: #F4F4F4;
}
.pro-detail-contact p a span{
    font-size: 14px;
    color: #666666;
}
.pro-detail-contact p a i{
    color: #666666;
    margin-left: 10px;
}
.pro-detail-two{
    margin-top: 40px;
}
.pro-detail-two ul{
    overflow: hidden;
}
.pro-detail-two ul li{
    font-size: 18px;
    color: #333333;
    margin-right: 30px;
    padding-bottom: 20px;
    float: left;
    cursor: pointer;
}
.pro-detail-two ul .active{
    border-bottom: 1px solid #333333;
}
.pro-detail-two-cont{
    overflow: auto;
    margin-top: 30px;
}
.pro-detail-two-cont h2{
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}
.pro-detail-two-cont p{
    /* font-size: 14px;
    line-height: 30px;
    color: #999999; */
}
.pro-detail-more h2{
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 60px;
}
.pro-more-all{
    margin-top: 40px;
}
.pro-more{
    display: block;
    text-align: center;
}
.pro-more p{
    display: inline-block;
    background-color: #0c419c;
    padding: 15px 40px;
}
.pro-more p span{
    font-size: 14px;
    color: #fff;
}
.pro-more p i{
    color: #fff;
    margin-left: 20px;
}
.factory{
    padding: 60px 0;
}
.factory-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.factory-cont{
    width: 49%;
    margin-bottom: 40px;
}
.factory-cont:hover img{
    transform: scale(1.1);
}
.factory-cont-img{
    overflow: hidden;
}
.factory-cont-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.factory-cont h2{
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    margin: 20px 0;
}
.factory-cont h2 span{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-right: 10px;
}
.factory-cont p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    border: 1px solid #F4F4F4;
    cursor: pointer;
}
.factory-cont p span{
    font-size: 16px;
    color: #666666;
}
.video-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 998;
    display: none;
}
.video-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 998;
}
.video-tan-cont{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.video-tan-cont video{
    width: 100%;
    height: auto;
}
.video-tan-close{
    position: absolute;
    top: -50px;
    right: -50px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.img-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 998;
    display: none;
}
.img-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 998;
}
.img-tan-cont{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.img-tan-cont .img-tan-swiper{
    overflow: hidden;
    position: relative;
}
.img-tan-swiper img{
    display: block;
    margin: auto;
}
.img-tan-prev::after,.img-tan-next::after{
    content: "";
    display: none;
}
.img-tan-prev{
    width: 40px;
    height: 40px;
    background: url(/Public/Home/img/pro-prev.png) no-repeat center;
    background-size: cover;
}
.img-tan-prev:hover{
    background: url(/Public/Home/img/pro-prev-1.png) no-repeat center;
    background-size: cover;
}
.img-tan-next:hover{
    background: url(/Public/Home/img/pro-next-1.png) no-repeat center;
    background-size: cover;
}
.img-tan-next{
    width: 40px;
    height: 40px;
    background: url(/Public/Home/img/pro-next.png) no-repeat center;
    background-size: cover;
}
.img-tan-close{
    position: absolute;
    top: -60px;
    right: 0px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.contact{
    padding: 60px 0;
}
.contact-one{
    position: relative;
}
.contact img{
    width: 100%;
    display: block;
}
.contact-all{
    width: 100%;
    position: absolute;
    bottom: 70px;
    left: 0;
}
.contact-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #c3c3c3;
    border-radius: 5px;
}
.contact-left{
    width: 55%;
}
.contact-left #container{
    width: 100%;
    height: 350px;
}
.contact-right{
    width: 40%;
}
.contact-right-top{
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F4F4F4;
}
.contact-right-top h2{
    font-size: 24px;
    color: #555555;
    font-weight: normal;
}
.contact-right-top h3{
    font-size: 16px;
    color: #555555;
    font-weight: normal;
}
.contact-right-cont{
    margin-top: 30px;
}
.contact-right-cont p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.hezuo{
        margin-top: 40px;
}
.hezuo-all{
    position: relative;
}
.hezuo-cont{}
.hezuo-cont form{}
.hezuo-cont form legend{
    font-size: 24px;
    color: #555555;
    text-align: center;
}
.hezuo-cont form .form-all{
    width: 60%;
    margin: auto;
    margin-top: 40px;
    box-shadow: 0 0 5px 0 #c3c3c3;
    border-radius: 5px;
    padding: 40px;
}
.hezuo-cont form .form-group{
    width: 70%;
    margin: auto;
}
.hezuo-cont form .form-group input{
    width: 100%;
    margin: auto;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #E5E5E6;
    margin-bottom: 20px;
    outline: none;
    padding-left: 30px;
    position: relative;
}
.hezuo-cont form .form-group textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #E5E5E6;
    outline: none;
    padding-left: 30px;
}
.hezuo-cont form .form-all .btn{
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background-color: #0c419c;
    color: #fff;
    border: none;
    padding: 15px 0;
    margin-top: 30px;
}
.hezuo-cont form .form-all .btn i{
    margin-left: 10px;
}
.form-all .form-group div{
    position: relative;
}
.form-all .name::before{
    content: "";
    display: block;
    width: 14px;
    height: 16px;
    background: url(/Public/Home/img/con-1.png) no-repeat left;
    background-size: cover;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 1;
}
.form-all .iphone::before{
    content: "";
    display: block;
    width: 14px;
    height: 16px;
    background: url(/Public/Home/img/con-2.png) no-repeat left;
    background-size: cover;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 1;
}
.form-all .email::before{
    content: "";
    display: block;
    width: 14px;
    height: 16px;
    background: url(/Public/Home/img/con-3.png) no-repeat left;
    background-size: cover;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 1;
}
.form-all .liuyan::before{
    content: "";
    display: block;
    width: 14px;
    height: 16px;
    background: url(/Public/Home/img/con-4.png) no-repeat left;
    background-size: cover;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 1;
}
.success-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.success-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.success-tan-cont{
    padding: 20px 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    box-shadow: 0 0 5px 0 #c3c3c3;
    border-radius: 10px;
    z-index: 100;
}
.success-tan-close{
    font-size: 30px;
    color: #666666;
    position: absolute;
    top: -40px;
    right: -30px;
    z-index: 100;
    cursor: pointer;
}
.success-tan-cont img{
    width: 48px;
    height: 48px;
    display: block;
    margin: auto;
}
.success-tan-cont p{
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}
.new{
    padding: 60px 0;
}
.new-all{}
.new-top a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 0 5px 0 #c3c3c3;
}
.new-top:hover img{
    transform: scale(1.1);
}
.new-top-left{
    width: 50%;
}
.new-top-left-img{
    overflow: hidden;
}
.new-top-left-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.new-top-right{
    width: 50%;
    padding: 40px;
    box-sizing: border-box;
}
.new-top-right h3{
    font-size: 12px;
    color: #999999;
    font-weight: normal;
}
.new-top-right h3 i{
    margin-right: 10px;
}
.new-top-right h2{
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    margin-top: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.new-top-right p{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.new-top-right span{
    font-size: 14px;
    color: #0c419c;
    display: inline-block;
    margin-top: 30px;
    position: relative;
}
.new-top-right span::after{
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #0c419c;
    position: absolute;
    right: -50px;
    bottom: 5px;
}
.new-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: 40px;
}
.new-cont{
    width: 31%;
    margin-left: 2%;
    margin-bottom: 40px;
    box-shadow: 0 0 5px 0 #c3c3c3;
}
.new-cont:hover img{
    width: 100%;
    transform: scale(1.1);
}
.new-cont-img{
    overflow: hidden;
}
.new-cont-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.new-p{
    padding: 40px 30px;
}
.new-p h3{
    font-size: 12px;
    color: #999999;
    font-weight: normal;
}
.new-p h3 i{
    margin-right: 10px;
}
.new-p h2{
    font-size: 18px;
    color: #666666;
    margin-top: 10px;
    font-weight: normal;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.new-p p{
    font-size: 14px;
    color: #0c419c;
    margin-top: 20px;
    display: inline-block;
    position: relative;
}
.new-p p::after{
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #0c419c;
    position: absolute;
    right: -50px;
    bottom: 5px;
}
.news-detail{
    padding: 60px 0;
}
.news-detail-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-detail-left{
    width: 20%;
}
.news-detail-left>h2{
    font-size: 24px;
    color: #333333;
}
.news-left-all{
    margin-top: 40px;
}
.news-left-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.news-left-cont:hover img{
    transform: scale(1.1);
}
.news-left-zuo{
    width: 48%;
}
.news-left-zuo-img{
    overflow: hidden;
}
.news-left-zuo-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-left-you{
    width: 48%;
}
.news-left-you h2{
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    font-weight: normal;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.news-left-you p{
    font-size: 14px;
    color: #0c419c;
    margin-top: 20px;
    display: inline-block;
    position: relative;
}
.news-left-you p::after{
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #0c419c;
    position: absolute;
    right: -40px;
    bottom: 5px;
}
.news-detail-right{
    width: 75%;
}
.news-detail-right-top{
    border-bottom: 1px solid #F4F4F4;
}
.news-detail-right-top h2{
    font-size: 36px;
    color: #333333;
}
.news-detail-right-top p{
    font-size: 12px;
    color: #999999;
    margin: 20px 0;
}
.news-detail-right-top p i{
    margin-right: 10px;
}
.news-detail-right-cont{
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
}
.news-page{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-left{}
.page-left p{
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}
.page-left p a{
    display: block;
    color: #666666;
}
.page-right{}
.page-right p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.page-right p span{
    font-size: 14px;
    color: #666666;
}
.page-right p span a{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 10px;
}
.page-right p span a img{
    width: 100%;
    display: block;
}
.head-img1{
    display: none !important;
}
.head-left .a1{
    display: none;
}
.head-left .a2{
    display: block !important;
}
.foot-shang{
    display: none;
}
/* search */
.sousuo{
    padding-top: 117px;
}
.sousuo-top{
    padding: 60px 0;
}
.sousuo-top form .form-group{
    position: relative;
    width: 20%;
}
.sousuo-top form .form-group input{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #c4c4c4;
    outline: none;
    padding-left: 30px;
    border-radius: 5px;
}
.sousuo-top form .form-group img{
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
}
.sousuo-top form .form-group input::placeholder{
    font-size: 14px;
    color: #999999;
}
.sousuo-two-top{
    border-bottom: 1px solid #c4c4c4;
}
.sousuo-two ul .active{
    color: #333333;
    border-bottom: 1px solid #333333;
}
.sousuo-two ul{
    overflow: hidden;
}
.sousuo-two ul li{
    font-size: 18px;
    color: #666666;
    margin-right: 40px;
    float: left;
    padding: 10px 0;
    cursor: pointer;
}
.sousuo-two-cont{}
.sousuo-two-cont>.container>p{
    font-size: 14px;
    color: #999999;
    margin: 20px 0;
}
.sousuo-two-one{
    margin-top: 40px;
}
.sousuo-two-cont .sousuo-two-a{}
.sousuo-two-a a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.sousuo-two-a:hover img{
    transform: scale(1.1);
}
.sousuo-two-left{
    width: 20%;
    border: 1px solid #eeeeee;
}
.sousuo-two-left-img{
    overflow: hidden;
}
.sousuo-two-left-img img{
    width: 100%;
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.sousuo-two-right{
    width: 75%;
}
.sousuo-two-right h2{
    font-size: 24px;
    color: #222222;
    margin-bottom: 20px;
    font-weight: normal;
}
.sousuo-two-right p{
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}
.sousuo-two-right span{
    font-size: 14px;
    color: #108a99;
    display: block;
    margin-top: 20px;
}
.sousuo-two-er{
    margin-top: 20px;
}
.sousuo-two-er-all{}
.sousuo-two-er-all a{
    display: block;
    margin-bottom: 40px;
}
.sousuo-two-er-all a h2{
    font-size: 24px;
    color: #222222;
    margin-bottom: 10px;
    font-weight: normal;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.sousuo-two-er-all a p{
    font-size: 14px;
    line-height: 28px;
    color: #222222;
}
.sousuo-two-er-all a span{
    display: block;
    font-size: 14px;
    color: #108a99;
    margin-top: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
@media (min-width:1600px) and (max-width:2200px){
    .abouts-one{
        padding-left: calc(15% - 50px);
    }
}
@media (min-width:1200px) and (max-width:1600px){
    .container,.head-container{
        width: 90%;
    }
    .head-left a img{
        width: 200px;
    }
    .head-right ul li a,.head-right .list{
        padding: 40px 20px;
    }
    .banner-p,.sb{
        left: 5%;
    }
    .about-swiper .about-ban-p{
        left: 5%;
    }
    .banner-page{
        right: 5%;
    }
    .product{
        height: 550px;
    }
    .foot .top{
        right: 2%;
    }
    .abouts-one{
        padding-left: 5%;
    }
    .pro-left ul li span{
        font-size: 14px;
    }
    /* search */
    .sousuo{
        padding-top: 97px;
    }
    .sousuo-top{
        padding: 30px 0;
    }
    .foot-top-cont form .form-group{
        width: 80%;
    }
}
@media screen and (max-width:1199px) {
    .container,.head-container{
        width: 95%;
    }
    .header{
        background-color: #fff;
    }
    .head-left a img{
        width: 135px;
    }
    .header .head-img1{
        display: block !important;
    }
    .header .head-img{
        display: none !important;
    }
    .head-right ul{
        display: none;
    }
    .mobile-inner-nav .alist form{
        margin-top: 10px;
        padding-bottom: 30px;
    }
    .mobile-inner-nav .alist form .form-group{
        width: 100%;
        position: relative;
    }
    .mobile-inner-nav .alist form .form-group input{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        outline: none;
        border: none;
        border-radius: 25px;
        background-color: #fff;
    }
    .mobile-inner-nav .alist form .form-group i{
        position: absolute;
        right: 10px;
        top: 2px;
        color: #666666;
        font-size: 20px;
    }
    .alist .iphone-all{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding-top: 30px;
    }
    .iphone-left{
        width: 35%;
    }
    .iphone-left img{
        width: 100%;
        display: block;
    }
    .iphone-left p{
        font-size: 12px;
        text-align: center;
        color: #C9CACA;
    }
    .iphone-right{
        width: 60%;
    }
    .iphone-right p{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .iphone-right p i{
        color: #C9CACA;
        margin-right: 10px;
    }
    .iphone-right p span{
        width: 84%;
        font-size: 12px;
        line-height: 24px;
        color: #C9CACA;
    }
    .banner-swiper .swiper-slide video{
        height: 400px;
    }
    .banner-swiper .swiper-slide>img{
        height: 400px;
        object-fit: cover;
    }
    .banner-p{
        left: 5%;
    }
    .banner-p>span{
        width: 100px;
    }
    .banner-p>span::after{
        width: 30px;
    }
    .banner-p p{
        font-size: 16px;
    }
    .banner-p h2{
        font-size: 24px;
    }
    .banner-p h3{
        font-size: 12px;
    }
    .more a{
        padding: 10px 20px;
    }
    .more span{
        font-size: 12px;
    }
    .sb{
        display: none;
    }
    .banner-page{
        width: 100% !important;
        right: unset;
    }
    .ce{
        display: none;
    }
    .about{
        padding: 30px 0;
    }
    .about-all{
        flex-direction: column-reverse;
    }
    .about-left{
        width: 100%;
        margin-top: 10px;
    }
    .about-right{
        width: 100%;
    }
    .about-right video{
        height: auto;
    }
    .about-left p{
        margin-top: 10px;
    }
    .product{
        height: auto;
        padding-bottom: 30px;
    }
    .product-top{
        padding-top: 30px;
    }
    .product-cont{
        margin-top: 20px;
    }
    .product-swiper-cont,.hexin-swiper-cont{
        width: 100%;
    }
    .news-swiper-cont{
        width: 100%;
        margin-bottom: 30px;
    }
    .hexin{
        padding-top: 0;
        padding-bottom: 30px;
    }
    .hexin-swiper{
        position: relative;
    }
    .hexin-prev{
        top: 50%;
        left: 10px;
        right: unset;
    }
    .hexin-next{
        top: 50%;
        right: 10px;
    }
    .honor{
        padding: 30px 0;
    }
    .honor-left{
        width: 100%;
    }
    .honor-right{
        width: 100%;
        margin-top: 20px;
    }
    .honor-left i{
        margin-top: 10px;
    }
    .honor-next,.honor-prev{
        display: none;
    }
    .honor-one-cont{
        width: 48%;
        margin-bottom: 20px;
    }
    .ry-tan-cont{
        width: 85%;
    }
    .ry-swiper{
        width: 95%;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .ry-swiper img{
        width: 100%;
    }
    .ry-tan-cont h2{
        font-size: 16px;
        padding: 10px 20px;
        margin-left: 0;
    }
    .ry-tan-prev,.ry-tan-next{
        display: none;
    }
    .news{
        padding: 30px 0;
        padding-top: 0;
    }
    .foot .top{
        display: none;
    }
    .foot-top{
        padding: 30px 0;
    }
    .foot-top-left{
        display: none;
    }
    .foot-top-right{
        width: 100%;
    }
    .foot-top-right form .form-group{
        width: 100%;
        margin-top: 10px;
    }
    .foot-shang{
        display: block;
        background-color: #111111;
        text-align: center;
        padding: 20px 0;
    }
    .foot-shang i{
        font-size: 20px;
        color: #C9CACA;
    }
    .foot-shang p{
        font-size: 16px;
        color: #C9CACA;
        margin-left: 10px;
        display: inline-block;
    }
    .foot-two-cont{
        width: 100%;
    }
    .foot-two-yi,.foot-two-san{
        display: none;
    }
    .foot-two{
        padding: 30px 0;
    }
    .foot-two-si{
        margin-top: 20px;
    }
    .foot-two-si img{
        width: 110px;
        height: 110px;
    }
    .foot-di{
        padding: 20px 0;
    }
    .foot-di-all{
        text-align: center;
    }
    .foot-di-right{
        width: 100%;
    }
    .foot-di-right p{
        padding-right: 0;
    }
    .about-banner{
        padding-top: 50px;
    }
    .about-swiper img{
        height: 200px;
        object-fit: cover;
    }
    .about-swiper .about-ban-p{
        left: 5%;
    }
    .about-ban-p>span{
        width: 100px;
    }
    .about-ban-p>span::after{
        width: 30px;
    }
    .about-ban-p p{
        font-size: 16px;
    }
    .about-ban-p h2{
        font-size: 24px;
        margin-top: 15px;
    }
    .about-ban-p h3{
        font-size: 12px;
    }
    .about-head-left{
        width: 100%;
    }
    .about-head-right{
        width: 100%;
        margin-top: 20px;
    }
    .about-head-right p{
        width: 25%;
        text-align: center;
        margin-left: 0;
        float: left;
    }
    .abouts-one{
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    .abouts-one-all{
        padding: 30px 0;
        flex-direction: column-reverse;
    }
    .abouts-one-left{
        width: 100%;
        margin-top: 20px;
    }
    .abouts-one-left h2{
        margin-bottom: 10px;
    }
    .abouts-one-right{
        width: 100%;
    }
    .abouts-one-right video{
        height: auto;
    }
    .abouts-culture{
        padding: 30px 0;
    }
    .abouts-culture-cont{
        width: 48%;
        margin-bottom: 20px;
    }
    .abouts-culture-cont p{
        width: 100px;
        height: 100px;
    }
    .abouts-culture-cont i{
        line-height: 100px;
        font-size: 70px;
    }
    .abouts-history{
        padding: 30px 0;
    }
    .abouts-history-left{
        width: 100%;
    }
    .abouts-history-right{
        width: 100%;
        margin-top: 20px;
    }
    .history-top h2{
        margin-bottom: 15px;
    }
    .history-top p{
        padding-top: 15px;
    }
    .pro-left{
        width: 100%;
    }
    .pro-left ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pro-left ul p{
        width: 100%;
        margin-bottom: 20px;
    }
    .pro-left ul li{
        width: 48%;
    }
    .pro-left ul li a{
        padding: 10px;
    }
    .pro-left ul li span{
        font-size: 12px;
    }
    .pro-right{
        width: 100%;
    }
    .pro{
        padding: 30px 0;
    }
    .pro-right-cont{
        width: 100%;
    }
    .pro-head{
        margin-top: 50px;
    }
    .pro-detail{
        padding: 30px 0;
    }
    .pro-detail-one-left{
        width: 100%;
    }
    .pro-detail-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .pro-detail-one-right h2{
        font-size: 24px;
    }
    .pro-detail-one-right ul{
        margin-top: 20px;
    }
    .pro-detail-contact p a{
        padding: 10px 20px;
    }
    .pro-detail-two ul li{
        width: 33%;
        margin-right: 0;
        text-align: center;
        font-size: 14px;
    }
    .news-head .about-head-right p{
        width: 33%;
    }
    .new{
        padding: 30px 0;
    }
    .new-top-left{
        width: 100%;
    }
    .new-top-right{
        width: 100%;
        padding: 15px;
    }
    .new-top-right span{
        margin-top: 15px;
    }
    .new-cont{
        width: 100%;
    }
    .new-p{
        padding: 10px;
    }
    .news-detail-left{
        display: none;
    }
    .news-detail-right{
        width: 100%;
    }
    .news-detail{
        padding: 0;
        padding-bottom: 30px;
    }
    .news-detail-right-top h2{
        font-size: 24px;
    }
    .news-detail-right-cont{
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .page-left{
        width: 100%;
    }
    .page-right{
        width: 100%;
    }
    .page-right p{
        justify-content: flex-start;
    }
    .page-right p span{
        margin-right: 10px;
    }
    .factory-head .about-head-left{
        width: unset;
    }
    .factory-head .about-head-right{
        width: unset;
        margin-top: 0;
    }
    .factory-head .about-head-right p{
        width: unset;
        margin-left: 10px;
    }
    .factory{
        padding: 30px 0;
    }
    .factory-cont{
        width: 100%;
        margin-bottom: 20px;
    }
    .video-tan-cont{
        width: 90%;
    }
    .video-tan-close{
        right: 0;
    }
    .img-tan-cont{
        width: 90%;
    }
    .img-tan-swiper img{
        width: 100%;
    }
    .contact-one .head-container img{
        display: none;
    }
    .contact-all{
        position: unset;
    }
    .contact-cont{
        padding: 10px;
    }
    .contact-left{
        width: 100%;
    }
    .contact-right{
        width: 100%;
        margin-top: 20px;
    }
    .contact-left #container{
        height: 250px;
    }
    .contact-right-top{
        padding-top: 20px;
    }
    .contact-right-cont{
        margin-top: 15px;
    }
    .hezuo{
        margin-top: 25px;
    }
    .hezuo-cont form .form-all{
        width: 90%;
        margin-top: 20px;
        padding: 10px;
    }
    .hezuo-cont form .form-group{
        width: 100%;
    }
    .contact{
        padding: 30px 0;
    }
    /* search */
    .sousuo{
        padding-top: 50px;
    }
    .sousuo-top{
        padding: 20px 0;
    }
    .sousuo-top form .form-group{
        width: 100%;
    }
    .sousuo-two-left{
        width: 100%;
    }
    .sousuo-two-right{
        width: 100%;
        margin-top: 20px;
    }
    .news-left{
        width: 100%;
    }
    .news-right{
        width: 100%;
        margin-top: 30px;
    }
    .news-right-cont a{
        padding: 10px;
    }
    .news-right-cont-two{
        width: 60%;
        padding: 0 10px;
    }
    .news-right-cont-three{
        width: 20%;
        padding-left: 10px;
    }
    .foot-top-cont form .form-group{
        width: 100%;
        margin-top: 20px;
        justify-content: space-between;
    }
    .foot-top-cont form .form-group input{
        width: 47%;
        margin-bottom: 10px;
    }
    .foot-top-cont form .form-group .textarea{
        width: 47%;
        margin-bottom: 10px;
    }
    .foot-top-cont form .form-group .yzm{
        width: 47%;
        margin-bottom: 10px;
    }
    .foot-top-cont form .form-group .yzm input{
        margin-bottom: 0px;
    }
    /* ÐÂ¼Ó */
    .application{
        padding: 20px 0;
    }
    .application-top h2{
        width: 100%;
    }
    .application-top ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: -2%;
        margin-top: 20px;
    }
    .application-top ul li{
        width: calc(31% - 2px);
        margin-left: 2%;
        margin-bottom: 10px;
        padding: 10px 0;
        text-align: center;
        font-size: 14px;
    }
    .application-all{
        margin-top: 20px;
    }
    .application-cont-left img{
        height: auto;
    }
    .application-cont-left{
        width: 100%;
        margin-top: 20px;
    }
    .application-cont-right{
        width: 100%;
        margin-top: 20px;
    }
    .application-cont-right p{
        margin-top: 10px;
    }
    .line-left{
        width: 100%;
    }
    .line-right{
        width: 100%;
        margin-top: 20px;
    }
    .line-right h1{
        text-align: center;
    }
    .line-right p {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: auto;
        margin-top: 20px;
        width: max-content;
    }
    .yanfa{
        padding-top: 20px;
    }
    .yanfa-cont img{
        height: 250px;
        object-fit: cover;
    }
    .advantage{
        padding-top: 20px;
    }
    .yanfa-ul{
        width: 100%;
        position: unset;
    }
    .yanfa-p{
        width: 75%;
    }
    .yanfa-ul ul li p{
        font-size: 16px;
    }
    .advantage-content{
        width: 100%;
        position: unset;
        transform: unset;
        margin-top: 20px;
    }
    .advantage-cont h2{
        color: #333333;
    }
    .advantage-cont p{
        color: #666666;
        margin-top: 0px;
    }
    .advantage-p{
        position: unset;
        transform: unset;
        margin-top: 20px;
    }
    .advantage-ul{
        width: 100%;
        position: unset;
        transform: unset;
        margin-top: 20px;
    }
    .advantage-ul ul li{
        width: calc(25% - 2px);
    }
    .advantage-ul ul li i{
        color: #333333;
    }
    .advantage-ul ul li p{
        color: #666666;
    }
}
<!--ºÄÊ±1762739670.1248Ãë-->