*{

    margin: 0;

    padding: 0;

    list-style: none;

    text-decoration: none;

    font-weight: normal;

}

strong {

    font-weight: bold;

}

.container{

    width: 1400px;

    margin: auto;

}

.header{

    background-color: rgba(255,255,255,1);

    position: fixed;

    width: 100%;

    top: 0;

    left: 0;

    z-index: 9999;

    
}
.menu-fixed{
    background-color: #fff;
    box-shadow: 0 0 5px 5px #e7e7e7;
}

.head{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;

}

.head-left{

    width: 150px;

}

.head-left img{

    width: 100%;

    display: block;

}

.head-zhong{}

.head-zhong ul{

    /* overflow: hidden; */

}

.head-zhong ul li{

    float: left;

    font-size: 16px;

    color: #191919;

    padding: 30px 40px;

    position: relative;

}

.head-zhong ul li a{

    color: #191919;

}

.head-zhong ul li:hover .er{

    display: block;

}

.er{

    width: 200%;

    position: absolute;

    top: 80px;

    left: -50%;

    background-color: rgba(255,255,255,.9);

    display: none;

    float: unset !important;

    /* padding: 0 20px; */

    z-index: 9999;

    border-radius: 10px;

    padding: 10px 0;

}

.er::before{

    content: "";

    display: block;

    width: 30%;

    height: 2px;

    background-color: #006399;

    position: absolute;

    top: 0;

    left: 35%;

}

.er li{

    width: 100%;

    padding: 0px !important;

    text-align: center;

    float: unset;

}

.er li a{

    padding: 10px 20px;

    display: block;

}



.head-right{}

.head-right p{

    font-size: 16px;

}

.head-right p a{

    color: #191919;

    padding: 0 5px;

}

.banner{

    height: 100vh;

}

.banner-swiper{

    height: 100%;

    overflow: hidden;

    position: relative;

}

.banner-swiper .swiper-slide{

    position: relative;

    overflow: hidden;

}

.banner-bj{

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    background-color: rgba(0,0,0,.1);

    z-index: 9;

}

.banner-swiper .swiper-slide img{

    position: absolute;

    top: -6%;

    right: -6%;

    height: 106vh;

    width: 112%;

    display: block;

    animation: dong 11s infinite linear;

}

@keyframes dong{

    0%{

        transform: translateX(0);

    }

    50%{

        transform: translateX(5%);

    }

    100%{

        transform: translate(0%);

    }

}

.banner-swiper .swiper-slide .banner-p{
    width: max-content;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

    z-index: 10;

}

.banner-p h2{

    font-size: 78px;

    color: #009EE7;

    font-weight: bold;

}
[lang="en"] .banner-p h2{
    font-size: 60px;
}
[lang="en"] .banner-p h2:last-child{
    font-size: 60px;
}

.banner-p h2:last-child{

    font-size: 78px;

    color: #009EE7;

    margin-left: 50px;

    font-weight: bold;

}

.banner-page .swiper-pagination-bullet{

    background: #fff;

    opacity: 1;

    position: relative;

    margin: 0 10px;

}

.banner-page .swiper-pagination-bullet-active::after{

    content: "";

    display: block;

    width: 10px;

    height: 10px;

    border-radius: 50%;

    border: 1px solid #fff;

    position: absolute;

    top: -2px;

    left: -2px;

}



.thinkphp-pagination > div {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

}



.thinkphp-pagination > div > * {

    padding: 0.75em 1.125em;

    border: 1px solid #F1F1F1;

    margin: 0 0.3125em;

    color: #666;

}



.thinkphp-pagination > div > a {

    color: #006399;

    transition: all 300ms;

}



.thinkphp-pagination > div > a:hover {

    background-color: #006399;

    color: #fff;

}



@media (max-width: 500px) {

    .thinkphp-pagination > div > * {

        font-size: 14px;

    }

}



.about{

    padding: 60px 0;

    position: relative;

}



.about-one{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;

}

.about-left{

    width: 45%;

}

.about-left h2{

    font-size: 24px;

    color: #191919;

    font-weight: bold;

    margin-bottom: 20px;

}

.about-left p{

    font-size: 16px;

    line-height: 30px;

    color: #666666;

    text-indent: 2em;

}
.about-left .about-more{
    display: inline-block;
    margin-top: 40px;
    text-indent: 0;
}
.about-more:hover a{
    background-color: #009EE7;
    color:#fff !important;
    border: 1px solid transparent !important;
}
.about-left .about-more a{
    padding: 10px 30px;
    color: #666666;
    border-radius: 25px;
    border: 1px solid #666666;
}

.about-right{

    width: 48%;

}

.about-swiper{

    overflow: hidden;

    position: relative;

}

.about-swiper .swiper-slide img{

    width: 100%;

    display: block;

}

.about-prev::after,.about-next::after{

    content: "";

    display: none;

}

.about-prev{

    width: 40px;

    height: 40px;

    background: url(../img/about-left.png) no-repeat center;

    background-size: cover;

}
.about-prev:hover{
    background: url(../img/about-left-1.png) no-repeat center;
}

.about-next{

    width: 40px;

    height: 40px;

    background: url(../img/about-right-1.png) no-repeat center;

    background-size: cover;

}
.about-next:hover{
    background: url(../img/about-right.png) no-repeat center;
}

.about-two{

    margin-top: 60px;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.about-two-cont{

    width: 25%;

}

.about-two-cont .circle{

    width: 180px;

    height: 180px;

    border-radius: 50%;

    background-color: rgba(26,147,211,.2);

    position: relative;

    margin: auto;

}

.circle-cont{

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

    width: 160px;

    height: 160px;

    background-color: rgba(0,158,231,.9);

    border-radius: 50%;

    visibility: unset !important;

}
.circle-cont .circle-cang{
    position: absolute;
    top: 0px;
    width: 160px;
    display: block;
    margin: auto;
    height: 160px;
    z-index: -1;
    border-radius: 50%;
    display: none;
}
.circle-cont:hover .circle-cang{
    display: block;
}

.about-two-cont .circle-p{

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

}

.about-two-cont .circle h2{

    font-size: 26px;

    color: #fff;

    text-align: center;

}

.about-two-cont .circle p{

    font-size: 12px;

    color: #fff;

    text-align: center;

}

.about-two-cont .circle p span{

    font-size: 26px;

    margin-bottom: 10px;

}

.qiye{
    width: 100%;

    padding: 200px 0;

    background: url(../img/qiye.jpg) no-repeat center;

    background-size: cover;

    position: relative;

}



.qiye-cont{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.qiye-left{

    width: 45%;

}

.qiye-content>.container>h2{

    font-size: 32px;

    color: #fff;

    font-weight: bold;

    text-align: center;
    margin-bottom: 40px;

}

.qiye-right{

    width: 100%;

}

.qiye-right-cont{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.qiye-right-all{

    width: 18%;

    background-color: rgba(255,255,255,.8);

    padding: 40px;

    margin-bottom: 20px;

}
.qiye-right-all:hover{
    background-color: rgb(20 166 232);
}
.qiye-right-all:hover i{
    color: #fff;
}
.qiye-right-all:hover h2{
    color: #fff;
}
.qiye-right-all:hover p{
    color: #fff;
}
.qiye-right-all i{

    font-size: 50px;

    color: #009EE7;

    text-align: center;

    display: block;

}

.qiye-right-all h2{

    font-size: 24px;

    color: #006399;

    text-align: center;

    font-weight: bold;

    margin-top: 10px;

}

.qiye-right-all p{

    margin-top: 10px;

    font-size: 16px;

    line-height: 30px;

    color: #333333;

    text-align: center;

}

.pro{

    padding: 100px 0;

}

.pro-cont{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.pro-cont-all{

    width: 31%;

    background-color: #006399;

    position: relative;

}

.bj{

    width: 100%;

    display: block;

    opacity: 0;

}

.pro-cont-all:hover .pro-cont-cang{

    display: block;

}

.pro-cont-all:hover .bj{

    opacity: 1;

}

.pro-cont-all:hover .pro-cont-p{

    display: none;

}

.pro-cont-p{

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

}

.pro-cont-p i{

    font-size: 40px;

    color: #fff;

    display: block;

    text-align: center;

    position: relative;

}

.pro-cont-p i::after{

    content: "";

    display: block;

    width:30px;

    height: 2px;

    background-color: #fff;

    margin: auto;

    margin-top: 20px;

}

.pro-cont-p p{

    font-size: 24px;

    color: #fff;

    text-align: center;

    margin-top: 20px;

    font-weight: bold;

}
.pro-cont-cang::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 2px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.pro-cont-cang::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 25px;
    /* //background-color: #8c8c8c; */
    background-color: rgba(0, 0, 0, 0.25);
}

.pro-cont-cang::-webkit-scrollbar-track {
    background-color: #ffffff;
}
.pro-cont-cang::-webkit-scrollbar-thumb,
.pro-cont-cang::-webkit-scrollbar-track {
    border: 0;
}
.pro-cont-cang{

    width: 95%;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

    display: none;
    max-height: 400px;
    overflow-y: auto;

}

.pro-cont-cang h2{

    font-size: 24px;

    color: #fff;

    text-align: center;

    font-weight: bold;

}

.pro-cont-cang h2::after{

    content: "";

    display: block;

    width: 30px;

    height: 2px;

    background-color: #fff;

    margin: auto;

    margin-top: 20px;

}

.pro-cont-cang p{

    font-size: 16px;

    color: #fff;

    text-align: center;

    margin-top: 20px;

}

.pro-cont-cang p a{

    color: #fff;

}

.new{

    padding: 100px 0;

    background-color: rgba(0,158,231,.2);

}

.new-cont{

    position: relative;

}

.new-cont>h2{

    font-size: 32px;

    color: #191919;

    font-weight: bold;

}

.new-all{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    margin-top: 60px;

}

.new-left{

    width: 20%;

}

.new-left ul{}

.new-left ul li{

    font-size: 18px;

    line-height: 30px;

    color: #333333;

    margin-bottom: 10px;

    cursor: pointer;

}

.new-left ul .active{

    color: #006399;

    padding-left: 40px;

    position: relative;

}

.new-left ul .active::before{

    content: "";

    display: block;

    width: 35px;

    height: 1px;

    background-color: #006399;

    position: absolute;

    top: 15px;

    left: 0;

}

.new-right{

    width: 80%;

}

.new-swiper{

    overflow: hidden;

}

.new-swiper .swiper-slide .new-p img{

    width: 100%;

    display: block;

}

.new-p p{

    font-size: 12px;

    color: #333333;

    margin: 10px 0;

}

.new-p h2{

    font-size: 24px;

    color: #333333;

}

.new-prev::after,.new-next::after{

    content: "";

    display: none;

}

.new-prev{

    width: 40px;

    height: 40px;

    background: url(../img/about-left.png) no-repeat center;

    background-size: cover;

    top: 10%;

    left: 92%;

}
.new-prev:hover{
    background: url(../img/about-left-1.png) no-repeat center;
}

.new-next{

    width: 40px;

    height: 40px;

    background: url(../img/about-right-1.png) no-repeat center;

    background-size: cover;

    top: 10%;

    right: 0;

}
.new-next:hover{
    background: url(../img/about-right.png) no-repeat center;
}

.new-more{

    padding: 10px 0;

    margin-top: 40px;

    text-align: center;

}

.new-more a{

    color: #333333;

    padding: 10px 40px;

    border: 1px solid #666666;

    border-radius: 25px;

    margin: auto;

    text-align: center;

}

.footer{

    background-color: #006399;

}

.foot-one{

    padding: 60px 0;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;

    border-bottom: 1px solid #CBCBCB;

}

.foot-one-left{

    width: 120px;

}

.foot-one-left img{

    width: 100%;

    display: block;

}

.foot-one-right{}

.foot-one-right ul{

    overflow: hidden;

}

.foot-one-right ul li{

    font-size: 16px;

    float: left;

    padding: 0 20px;

}

.foot-one-right ul li a{

    color: #fff;

}

.foot-two{

    padding-top: 40px;

    padding-bottom: 80px;

    border-bottom: 1px solid #CBCBCB;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;

}

.foot-two-left{

    width: 50%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.foot-two-left div{

    width: 40%;

}

.foot-two-left div img{

    width: 50px;

    height: 50px;

    display: block;

}

.foot-two-left div p{

    font-size: 16px;

    line-height: 32px;

    color: #CBCBCB;

    margin-top: 10px;

}

.foot-two-left div span{

    font-size: 18px;

    color: #fff;

    font-weight: bold;

    margin-top: 10px;

    display: block;

}

.foot-two-right>p{

    font-size: 16px;

    color: #CBCBCB;

}

.foot-two-right form{

    position: relative;

    margin-top: 20px;

}

.foot-two-right form input{

    width: 100%;

    padding: 10px;

    outline: none;

    box-sizing: border-box;

    border: none;

    color: #B2B2B2;

    background-color: rgba(0,158,231,.2);

}

.foot-two-right form img{

    position: absolute;

    top: 10px;

    right: 10px;

    display: block;

}

::-webkit-input-placeholder{

    color: #B2B2B2;

}

.foot-three{

    padding: 20px 0;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.foot-three-left{}

.foot-three-left p{

    float: left;

    font-size: 16px;

    color: #CBCBCB;

}

.foot-three-left p a{

    color: #CBCBCB;

}

.foot-three-right p{

    font-size: 16px;

}

.foot-three-right p a{

    color: #CBCBCB;

}

.pro-banner{

    height: 500px;

    position: relative;

    overflow: hidden;

    margin-top: 80px;

}

.pro-banner img{

    width: 116%;

    height: 100%;

    position: absolute;

    top: 0;

    right: 0;

    display: block;

    /* animation: dong 11s infinite linear; */

}

.product{

    padding-bottom: 60px;

}

.product-top{

    border-bottom: 1px solid #F2F2F2;

}

.product-top ul{

    width: max-content;

    margin: auto;

    overflow: hidden;

}

.product-top ul li{

    font-size: 16px;

    color: #191919;

    float: left;

    position: relative;

}

.product-top ul .active::after{

    content: "";

    display: block;

    width: 50px;

    height: 1px;

    background-color: #006399;

    text-align: center;

    margin: auto;

    

}

.product-top ul li a{

    padding: 20px 40px;

    color: #191919;

    display: block;

}

.product-cont{

    margin-top: 60px;

}

.product-all{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.product-left{

    width: 20%;

}

.product-left ul{



}

.product-left ul .active{

    background-color: #009EE7;

}

.product-left ul .active a{

    color: #fff !important;

}

.product-left ul li{

    font-size: 16px;

}

.product-left ul li:first-child{

    font-size: 24px;

    color: #fff;

    background-color: #006399;

}

.product-left ul li:first-child a{

    color: #fff;

}

.product-left ul li a{

    color: #333333;

    padding: 15px 0;

    padding-left: 20px;

    margin-top: 10px;

    display: block;

}

.product-right{

    width: 75%;

}

.product-right>h2,
.product-detail-title {

    font-size: 32px;

    color: #191919;

    margin-bottom: 40px;

}

.product-right-cont{

    margin-bottom: 40px;

}

.product-right-cont>h2{

    font-size: 24px;

    padding: 10px 0;

    padding-left: 10px;

    background-color: #F2F2F2;

}

.product-right-p{

    margin: 40px 0;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;

}

.product-right>p{

    font-size: 16px;

    line-height: 32px;

    color: #666666;

}

.product-right-p img{

    width: 80%;

    display: block;

    margin: auto;

}

.product-right-zuo{

    width: 40%;

}

.product-right-zuo h2{

    font-size: 16px;

    color: #000000;

}

.product-right-zuo p{

    font-size: 16px;

    line-height: 32px;

    color: #666666;

}

.product-right-you{

    width: 55%;

}

.product-right-you img{

    width: 100%;

    display: block;

}



.product-detail img {

    max-width: 100%;

    height: auto;

}



.product-detail-two-columns {

    padding: 1rem 0;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

    /* align-items: center; */

}



.product-detail-two-columns > * {

    box-sizing: border-box;

    width: 49%;

}



@media (max-width: 500px) {

    .product-detail-two-columns {

        flex-direction: column;

    }

    .product-detail-two-columns > * {

        width: 100%;

    }

}



.product-detail-figure {

    text-align: center;

}



.product-detail table {

    border-collapse: collapse;

}



.product-detail table th,

.product-detail table td {

    padding: 0.625em 0;

    text-align: center;

}



.product-detail table tr:first-child {

    background-color: rgba(0,158,231,.2);

}





.jishu{

    margin-top: 40px;

}

.jishu table{

    width: 100%;

    border-collapse: collapse;

}

table {
    table-layout: fixed;
}

.jishu table,table tr,table th, table td{

    border: 1px solid #ccc;

}

.jishu table tr th{

    font-size: 16px;

    color: #333333;

    text-align: center;

    padding: 10px 0;

}

.jishu table tr:first-child{

    background-color: rgba(0,158,231,.2);

}

.jishu-bottom{

    margin-top: 30px;

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-start;

    margin-left: -2%;

}

.jishu-bottom-cont{

    width: 23%;

    margin-left: 2%;

}

.jishu-bottom-cont img{

    width: 100%;

    display: block;

}

.jishu-bottom-cont p{

    font-size: 16px;

    color: #333333;

    margin: 20px 0;

}

.product-right-z{

    width: 55%;

}

.product-right-z h2{

    font-size: 16px;

    font-weight: bold;

    margin-bottom: 10px;

}

.product-right-z p{

    font-size: 16px;

    line-height: 32px;

    color: #666666;

}

.product-right-y{

    width: 40%;

}

.product-right-y img{

    width: 100%;

    display: block;

}

.bg{

    margin-top: 60px;

}

.bg table{

    width: 100%;

    border-collapse: collapse;

}

.bg table,table tr,table th{

    border: 1px solid #ccc;

}

.bg table tr th{

    font-size: 16px;

    color: #333333;

    text-align: center;

    padding: 10px 0;

}

.bg table tr:first-child{

    background-color: rgba(0,158,231,.2);

}

.zp{

    padding: 40px 0;

}

.zp-cont h2{

    font-size: 32px;

    color: #191919;

    font-weight: bold;

    text-align: center;

}

.zp-one{

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-start;

    margin-left: -2%;

    margin-top: 40px;

}

.zp-one-cont{

    width: 23%;

    margin-left: 2%;

    position: relative;

}

.zp-one-cont-img{

    overflow: hidden;

}

.zp-one-cont:hover img{

    transform: scale(1.1);

}

.zp-one-cont-img img{

    width: 100%;

    display: block;

    transition: .3s ease-in;

}

.zp-one-cont .zp-icon{

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

}

.zp-one-cont .zp-icon i{

    font-size: 50px;

    color: #fff;
    display: block;
    text-align: center;

}

.zp-one-cont .zp-icon p{

    font-size: 18px;

    color: #fff;

    text-align: center;

    margin-top: 20px;

}

.zp-two{

    margin-top: 40px;

}

    .tan {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .4);
    display: none;
}

.tan-all {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 9991;
}

.tan-cont {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 9999;
    border-radius: 10px;
    padding: 20px;
}

.tan-cont h2 {
    font-size: 24px;
    font-weight: bold;
    color: #006399;
}

.tan-cont > p {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.tan-cont ul li {
    font-size: 14px;
    line-height: 22px;
    color: rgb(51, 51, 51);
}

.tan-cont form {
}

.tan-cont form label {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.tan-cont .button {
    background-color: #006399;
    border-radius: 50px;
    color: #fff;
    padding: 10px 40px;
    border: none;
    margin-top: 20px;
}

.guan {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 40px;
    color: #006399;
    cursor: pointer;
}


.zp-two>h2{

    font-size: 32px;

    color: #191919;

    text-align: center;

    font-weight: bold;

}

.zp-two-cont{

    margin-top: 40px;

}

.zp-two-all{

}

.zp-two-yi{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;

    padding: 20px;

    border: 1px solid #eee;

}

.zp-two-all:nth-child(2n-1) .zp-two-yi{

    background-color: #F2F2F2;

}

.zp-two-yi p{

    width: 20%;

    text-align: center;

    font-size: 18px;

    color: #191919;

}

.zp-two-yi p img{

    width: 30px;

    height: 30px;

    display: block;

    margin: auto;

}

.zp-two-yi p .jia{

    display: block;

}

.zp-two-yi p .jian{

    display: none;

}

.zp-two-cang{

    padding: 20px;

    height: 0%;

    display: none;

}

.zp-two-cont .active .zp-two-cang{

    height: 100%;

    display: block;

    transition: .3s ease-in;

}

.zp-two-cont .active .zp-two-yi p .jia{

    display: none;

}

.zp-two-cont .active .zp-two-yi p .jian{

    display: block;

}

.zp-two-cang p{

    font-size: 16px;

    line-height: 32px;

    color: #191919;

}

.zp-two>P{

    padding: 10px 0;

    text-align: center;

    margin-top: 40px;

}

.zp-two>p a{

    font-size: 16px;

    color: #333333;

    padding: 10px 40px;

    border-radius: 25px;

    border: 1px solid #666666;

}

.zp-two-cang span{

    margin-top: 20px;

    display: block;

    padding: 10px 0;

}

.zp-two-cang a{

    padding: 10px 30px;

    border: none;

    background-color: #006399;

    color: #fff;

    border-radius: 25px;

}

.news{

    padding: 40px 0;

}

.news-cont{

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-start;

    margin-left: -2%;

}

.news-all{

    width: 31%;

    margin-left: 2%;

    margin-bottom: 30px;

    box-shadow: 0 0 10px 5px #eee;

}

.news-all:hover img{

    transform: scale(1.1);

}

.news-all-img{

    overflow: hidden;

}

.news-all-img img{

    width: 100%;

    display: block;

    transition: .3s ease-in;

}

.news-all-p{

    padding: 20px;

}

.news-all-p span{

    font-size: 14px;

    color: #666666;

}

.news-all-p h2{

    font-size: 18px;

    color: #333333;

    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}

.news-all-p p{

    font-size: 14px;

    line-height: 24px;

    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

}

.page{

    width: max-content;

    margin: auto;

    margin-top: 40px;

}

.page ul{

    overflow: hidden;

}

.page ul li{

    float: left;

    width: 50px;

    height: 50px;

    line-height: 50px;

    font-size: 16px;

    text-align: center;

    color: #666666;

    margin: 0 5px;

    border: 1px solid #F1F1F1;

}

.page ul li:first-child,.page ul li:last-child{

    background-color: #F1F1F1;

}

.page ul li a{

    color: #666666;

}

.news-xq{

    padding-bottom: 0;

}

.news-detail{

    padding: 40px 0;

}

.news-detail-cont{}

.news-detail-top{

    padding-bottom: 40px;

    border-bottom: 1px solid #F2F2F2;

}

.news-detail-top h2{

    font-size: 32px;

    color: #191919;

    text-align: center;

}

.news-detail-top p{

    font-size: 16px;

    color: #666666;

    text-align: center;

    margin-top: 10px;

}

.news-detail-user-content-wrap,

.news-detail-content {

    padding: 20px 0;

    border-bottom: 1px solid #F2F2F2;

}

.user-content p {
    color: #333333;
}

.news-detail-user-content {

    line-height: 1.7;

}

.news-detail-content p{

    font-size: 16px;

    line-height: 32px;

    color: #333333;

    margin-bottom: 20px;

    text-indent: 2em;

}

.news-detail-bottom{

    padding: 40px 0;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;

}

.news-detail-left{}

.news-detail-left p{

    font-size: 16px;

}

.news-detail-left p a{

    color: #333333;

}

.news-detail-zhong{}

.news-detail-zhong p{

    padding: 10px 0;

}

.news-detail-zhong p a{

    padding: 10px 30px;

    font-size: 16px;

    color: #333333;

    border: 1px solid #666666;

    border-radius: 25px;

}

.news-detail-right{}

.news-detail-right p{

    font-size: 16px;



}

.news-detail-right p a{

    color: #333333;

}

.other-news{

    padding: 40px 0;

    background-color: rgba(0,158,231,.2);

}

.other-news-top{}

.other-news-top h2{

    font-size: 32px;

    color: #191919;

    text-align: center;

}

.other-news-cont .news-cont .news-all{

    box-shadow: none;

}

.other-news-cont .news-all-p{

    background-color: #fff;

}

.other-news-cont .news-cont>p{

    padding: 10px 0;

    margin-top: 40px;

    text-align: center;

    margin: auto;

}



.other-news-more {

    text-align: center;

}



.other-news-more a,

.other-news-cont .news-cont>p a{

    padding: 10px 30px;

    font-size: 16px;

    color: #333333;

    border: 1px solid #666666;

    border-radius: 25px;

}

.abouts{

    padding-top: 40px;

}

.abouts-one{

    position: relative;

}



.abouts-one-cont{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    /* align-items: center; */

}

.abouts-one-left{

    width: 20%;

}

.abouts-one-left div{

    margin-bottom: 40px;

}

.abouts-one-left div .abouts-flex span:first-child{

    font-size: 32px;

    color: #009EE7;

    font-weight: bold;

}
.abouts-one-left div .abouts-flex span:nth-of-type(2){
    font-size: 32px;
    color: #009EE7;
    font-weight: bold;
}

.abouts-one-left div .abouts-flex span:last-child{

    font-size: 16px;

    color: #333333;

}

.abouts-one-left div p{

    font-size: 16px;

    color: #333333;

}

.abouts-one-right{

    width: 75%;

}

.abouts-one-right h2{

    font-size: 32px;

    color: #191919;

    font-weight: bold;

    margin-bottom: 40px;

}

.abouts-one-right p{

    font-size: 16px;

    line-height: 32px;

    color: #666666;

    text-indent: 2em;

}

.abouts-two{

    margin-top: 40px;

}

.abouts-swiper{

    overflow: hidden;

    position: relative;

}

.abouts-swiper .swiper-slide img{

    width: 100%;

    display: block;

}

.abouts-prev::after,.abouts-next::after{

    content: "";

    display: none;

}

.abouts-prev{

    width: 50px;

    height: 50px;

    background: url(../img/abouts-l.png) no-repeat center;

    background-size: cover;

    left: 50px;

}
.abouts-prev:hover{
    background: url(../img/abouts-left.png) no-repeat center;
}
.abouts-next:hover{
    background: url(../img/abouts-right.png) no-repeat center;
}

.abouts-next{

    width: 50px;

    height: 50px;

    background: url(../img/abouts-r.png) no-repeat center;

    background-size: cover;

    right: 50px;

}

.wenhua{

    padding: 100px 0;

    position: relative;

}



.wenhua-one{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.wenhua-one-left{

    width: 40%;

}

.wenhua-one-left h2{

    font-size: 32px;

    color: #191919;

    font-weight: bold;

    margin-bottom: 20px;

}

.wenhua-one-left p{

    font-size: 14px;

    line-height: 28px;

    color: #666666;

    text-indent: 2em;

}

.wenhua-one-right{

    width: 55%;

}

.wenhua-one-right img{

    width: 100%;

    height: 115%;

    display: block;

}

.wenhua-two{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;

    margin-top: -50px;

}

.wenhua-two-left{

    width: 55%;

}

.wenhua-two-left img{

    width: 100%;

    height: 115%;

    display: block;

    margin-top: 168px;

}

.wenhua-two-right{

    width: 40%;

    margin-top: 9.5%;

}

.wenhua-two-right p{

    font-size: 16px;

    line-height: 28px;

    color: #191919;

    margin-bottom: 20px;

    padding-left: 40px;

    position: relative;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.wenhua-two-right p::before{

    content: "";

    display: block;

    width: 14px;

    height: 14px;

    background: url(../img/dian.png) no-repeat center;

    background-size: cover;

    position: absolute;

    top: 7px;

    left: 0;

}

.wenhua-two-right p span:first-child{

    width: 20%;

    font-size: 16px;

    color: #191919;

    font-weight: bold;

}

.wenhua-two-right p span:last-child{

    width: 80%;

    font-size: 16px;

    color: #666666;

}

.cn{

    padding: 100px 0;

    background-color: rgba(0,158,231,.2);

    position: relative;

}



.cn-top{}

.cn-top h2{

    font-size: 32px;

    color: #191919;

    font-weight: bold;

    text-align: center;

}

.cn-top p{

    font-size: 16px;

    color: #333333;

    text-align: center;

    margin-top: 20px;

}
.cn-lunbo{
    margin-top: 60px;
    position: relative;
    padding-bottom: 70px;
}
.cn-swiper{
    overflow: hidden;
}
.cn-swiper-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cn-swiper-left{
    width: 50%;
}
.cn-swiper-left img{
    width: 100%;
    display: block;
}
.cn-swiper-right{
    width: 45%;
    padding: 40px 2.5%;
    background-color: #fff;
}
.cn-swiper-right h2{
    font-size: 24px;
    color: #333333;
}
.cn-swiper-right h2::after{
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #009EE7;
    margin-top: 20px;
}
.cn-swiper-right p{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-top: 40px;
}
.cn-prev::after,.cn-next::after{
    content: "";
    display: none;
}
.cn-page{
    bottom: 0;
}
.cn-prev{
    width: 36px;
    height: 36px;
    background: url(../img/cn-left.png) no-repeat center;
    background-size: cover;
    top: 65%;
    left: 52.5%;
}
.cn-prev:hover{
    background: url(../img/cn-left-1.png) no-repeat center;
    background-size: cover;
}
.cn-next:hover{
    background: url(../img/cn-right-1.png) no-repeat center;
    background-size: cover;
}
.cn-next{
    width: 36px;
    height: 36px;
    background: url(../img/cn-right.png) no-repeat center;
    background-size: cover;
    top: 65%;
    left: 58%;
    
}
.cn-content{

    margin-top: 60px;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.cn-cont{

    width: 14%;

    padding: 0 40px;

}

.cn-cont h2{

    font-size: 24px;

    color: #333333;

    text-align: center;

}

.cn-cont h2::after{

    content: "";

    display: block;

    width: 30px;

    height: 2px;

    background-color: #009EE7;

    text-align: center;

    margin: auto;

    margin-top: 20px;

}

.cn-cont p{

    font-size: 14px;

    line-height: 28px;

    color: #666666;

    margin-top: 20px;

    text-align: center;

}

.lianxi{

    padding-top: 60px;

    position: relative;

}



.lianxi-top{}

.lianxi-top h2{

    font-size: 32px;

    color: #191919;

    text-align: center;

    font-weight: bold;

}

.lianxi-content{

    margin-top: 40px;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.lianxi-cont{

    width: 50%;

}

.lianxi-cont img{

    width: 140px;

    height: 140px;

    display: block;

    margin: auto;

}

.lianxi-cont p{

    font-size: 16px;

    line-height: 32px;

    color: #333333;

    text-align: center;

    margin-top: 10px;

}

#container{

    width: 100%;

    height: 500px;

    margin-top: 40px;

    position: relative;

}

.map{

    width: 400px;

    height: 90%;

    position: absolute;

    top: 5%;

    right: 200px;

    background-color: #fff;

    z-index: 9998;

}

.contact-ly{

    right: 200px;

}

.map>h2{

    font-size: 16px;

    color: #fff;

    text-align: center;

    background-color: #009EE7;

    padding: 20px 0;

}

.map-ly{

    padding: 0 40px;

    background-color: #fff;

}

.map-ly h2{

    font-size: 16px;

    color: #333333;

    margin-top: 10px;

}

.map-ly p{

    font-size: 14px;

    line-height: 24px;

    color: #666666;

}

.map-ly form{

    margin-top: 20px;

}

.map-ly form .form-group{}

.map-ly form .form-group input{

    padding: 20px 0;

    width: 100%;

    box-sizing: border-box;

    font-size: 16px;

    color: #666666;

    border: none;

    outline: none;

    border-bottom: 1px solid #E6E6E6;

}

.map-ly form .btn{

    width: 100%;

    margin-top: 40px;

    background-color: #009ee7;

    padding: 20px 0;

    color: #fff;

    text-align: center;

    box-sizing: border-box;

    outline: none;

    border: none;

    font-size: 16px;

}

.iphone-ly{

    display: none;

}

@media (min-width:1100px) and (max-width:1500px){
    .qiye{
        padding: 100px 0;
    }

    .container{

        width: 90%;

    }

    .about-left p{

        font-size: 14px;

    }

    .abouts-one-all,.wenhua-all,.cn-all,.lianxi-all{

        padding: 40px 0;

    }

    .wenhua-one-left p,.wenhua-two-right p,.wenhua-two-right p span,

    .cn-cont p{

        font-size: 14px;

        line-height: 28px;

    }

    .wenhua-one-left p:last-child{

        display: none;

    }

    .wenhua-two-right p span:first-child{

        width: max-content;

    }

    .wenhua-two{

        margin-top: -20px;

    }

    .wenhua-two-right p span:last-child{

        width: 75%;

    }

    .cn-cont h2{

        font-size: 18px;

    }

    .new-prev{

        left: 92%;

    }

    .cn-cont{

        width: 18%;

        padding: 0;

    }

    .map{

        right: 100px;

    }

    .foot-two-left div p{

        font-size: 14px;

        line-height: 28px;

    }
    .pro-cont-cang{
        max-height: 350px;
    }

}

@media screen and (max-width:1100px) {

    /* 下拉 */

    .xiala{

        background:url(../img/xiala.png) no-repeat right center;

        background-position-x: 90%;

      }

      .xiala1{

        background:url(../img/xiala.png) no-repeat right center;

        background-position-x: 90%;

      }

      .xl,.xl1{

          display: none;

      }

    .container{

        width: 95%;

    }

    .head-zhong ul,.head-right{

        display: none;

    }

    .banner{

        height: 300px;

    }

    .pro-banner{

        height: 300px;

    }

    .banner-swiper .swiper-slide img{

        height: 100%;

    }

    .banner-p h2,.banner-p h2:last-child{

        font-size: 16px;

    }

    .about{

        height: 100%;

        padding: 20px 0;

    }

    .about-cont,.qiye-content{

        position: unset;

        transform: translate(0,0);

    }

    .about-left{

        width: 100%;

    }

    .about-right{

        width: 100%;

    }

    .about-two-cont{

        width: 50%;

        margin-bottom: 20px;

    }

    .qiye{

        height: 100%;

        padding: 20px 0;

    }

    .about-two{

        margin-top: 20px;

    }

    .about-two-cont .circle{

        width: 120px;

        height: 120px;

    }

    .circle-cont{

        width: 100px;

        height: 100px;

    }

    .about-two-cont .circle h2{

        font-size: 14px;

    }

    .about-two-cont .circle p{

        font-size: 12px;

    }

    .qiye-left{

        width: 100%;

    }

    .qiye-left h2{

        font-size: 24px;

        padding-top: 20px;

    }

    .qiye-right-all h2{

        font-size: 20px;

    }

    .qiye-right{

        width: 100%;

        margin-top: 20px;

    }

    .qiye-right-all{

        width: 40%;

        padding: 10px;

    }

    .qiye-right-all p{

        font-size: 14px;

        line-height: 28px;

    }

    .qiye-right-all p br{

        display: none;

    }

    .pro-cont-p p{

        font-size: 18px;

    }

    .pro-cont-cang h2{

        font-size: 16px;

    }

    .pro-cont-cang p{

        font-size: 12px;

        margin-top: 10px;

    }

    .pro{

        padding: 20px 0;

    }

    .pro-cont-all{
        width: 47%;
        margin-bottom: 20px;

        padding: 90px 0;

    }

    .pro-cont-all:hover .bj{

        opacity: 0;

    }

    .new{

        padding: 20px 0;

    }

    .new-cont>h2{

        font-size: 24px;

    }

    .new-left ul{

        width: 100%;

        display: flex;

        flex-wrap: wrap;

        justify-content: space-between;

    }

    .new-left ul li{

        width: 33%;

        text-align: center;

        padding: 10px 0;

    }

    .new-left ul .active{

        padding-left: 0;

    }

    .new-left ul .active::before{

        content: "";

        display: none;

    }

    .new-left{

        width: 100%;

    }

    .new-p h2{

        font-size: 16px;

        overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient:vertical;

    -webkit-line-clamp:2;

    }

    .new-right{

        width: 100%;

    }

    .new-prev,.new-next{

        display: none;

    }

    .new-all{

        margin-top: 0;

    }

    .foot-one{

        padding: 10px 0;

    }

    .foot-one-right{

        display: none;

    }

    .foot-two{

        padding-top: 20px;

        padding-bottom: 20px;

    }

    .foot-two-left{

        width: 100%;

    }

    .foot-two-right{

        width: 100%;

        margin-top: 20px;

    }

    .foot-two-left div{

        width: 48%;

    }

    .foot-two-left div p{

        font-size: 14px;

    }

    .foot-two-left div span{

        font-size: 16px;

    }

    .foot-three-left p{

        float: unset;

        text-align: center;

        display: block;

    }

    .foot-three-right{

        width: 100%;

    }

    .foot-three-right p{

        text-align: center;

    }

    .product-top ul{

        width: 100%;

        display: flex;

        flex-wrap: wrap;

        justify-content: space-between;

    }

    .product-top ul li{

        width: 33%;

        text-align: center;

    }

    .product-top ul li a{

        padding: 10px 0;

    }

    .abouts-one-left{

        width: 100%;

        display: flex;

        flex-wrap: wrap;

        justify-content: space-between;

    }

    .abouts-one-left div{

        width: 50%;

    }

    .abouts-one-left div h2,.abouts-one-left div p{

        text-align: center;

    }

    .abouts-one-right{

        width: 100%;

    }

    .abouts-one-right h2{

        font-size: 24px;

        margin-bottom: 10px;

    }

    .abouts-two{

        margin-top: 10px;

    }

    .abouts-prev{

        width: 30px;

        height: 30px;

        left: 20px;

    }

    .abouts-next{

        width: 30px;

        height: 30px;

        right: 20px;

    }

    .wenhua-one-left{

        width: 100%;

    }

    .wenhua-one-left h2{

        margin-top: 20px;

        font-size: 24px;

        margin-bottom: 10px;

    }

    .wenhua-one-right{

        width: 100%;

        margin-top: 10px;

    }

    .wenhua-two{

        margin-top: 10px;

    }

    .wenhua-two-left{

        width: 100%;

    }

    .wenhua-two-right{

        width: 100%;

        margin-top: 10px;

    }

    .cn{

        padding: 20px 0;

    }

    .cn-top h2{

        font-size: 24px;

    }
    .cn-swiper-left{
        width: 100%;
    }
    .cn-swiper-right{
        width: 100%;
    }
    .cn-prev,.cn-next{
        display: none;
    }

    .cn-content{

        margin-top: 20px;

    }

    .cn-cont{

        width: 43%;

        padding: 0 10px;

        margin-bottom: 20px;

    }

    .cn-cont h2{

        font-size: 18px;

    }

    .cn-cont h2::after{

        margin-top: 10px;

    }

    .cn-cont p{

        font-size: 12px;

        line-height: 24px;

        margin-top: 10px;

    }

    .lianxi{

        padding-top: 20px;

    }

    .lianxi-top h2{

        font-size: 24px;

    }

    .lianxi-cont img{

        width: 100px;

        height: 100px;

    }

    #container{

        height: 200px;

    }

    .map{

        display: none;

    }

    .iphone-ly{

        display: block;

        width: 100%;

        height: 100%;

        padding-bottom: 20px;

        position: unset;

        margin-top: 20px;

    }

    .iphone-ly .map-ly{

        padding: 0 10px;

    }

    .lianxi-content{

        margin-top: 20px;

    }

    .new-li{

        width: 33% !important;

    }

    .news-all{

        width: 48%;

    }

    .news-all-p{

        padding: 10px;

    }

    .news-all-p h2{

        overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient:vertical;

    -webkit-line-clamp:2;

    }

    .news-all-p p{

        overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient:vertical;

    -webkit-line-clamp:3;

    }

    .page{

        margin-top: 0;

    }

    .page ul li{

        width: 30px;

        height: 30px;

        line-height: 30px;

        font-size: 14px;

    }

    .news{

        padding: 20px 0;

    }

    .product{

        padding-bottom: 0;

    }

    .news-detail{

        padding: 20px 0;

    }

    .news-detail-top h2{

        font-size: 24px;

    }

    .news-detail-top{

        padding-bottom: 20px;

    }

    .news-detail-bottom{

        padding: 0;

        padding-top: 20px;

    }

    .news-detail-left p,.news-detail-right p{

        font-size: 14px;

    }

    .news-detail-zhong{

        display: none;

    }

    .news-detail-right{

        margin-top: 10px;

    }

    .other-news{

        padding: 20px 0;

    }

    .other-news-top h2{

        font-size: 24px;

    }

    .other-news-cont .news-cont>p{

        width: 100%;

    }

    .product-cont{

        margin-top: 20px;

    }

    .product-right>h2,
    .product-detail-title {

        font-size: 24px;

        margin-bottom: 20px;

    }

    .product-left{

        display: none;

    }

    .product-right{

        width: 100%;

    }

    .product-right-p{

        margin: 20px 0;

    }

    .product-right-zuo{

        width: 100%;

    }

    .product-right-you{

        width: 100%;

        margin-top: 10px;

    }

    .jishu table tr th{

        font-size: 12px;

    }

    .jishu-bottom-cont{

        width: 48%;

        margin-bottom: 10px;

    }

    .jishu-bottom-cont p{

        margin: 10px 0;

        text-align: center;

    }

    .product-right-z{

        width: 100%;

    }

    .product-right-y{

        width: 100%;

        margin-top: 10px;

    }

    .zp{

        padding: 20px 0;

    }

    .zp-cont h2{

        font-size: 24px;

    }

    .zp-one{

        margin-top: 20px;

    }

    .zp-one-cont{

        width: 48%;

        margin-bottom: 20px;

    }

    .zp-two{

        margin-top: 0;

    }

    .zp-two>h2{

        font-size: 24px;

    }

    .zp-two-cont{

        margin-top: 10px;

    }

    .zp-two-yi{

        padding: 10px;

    }

    .zp-two-yi p{

        font-size: 12px;

    }

    .zp-two-cang{

        padding: 10px;

    }

    .zp-two-cang p{

        font-size: 12px;

        line-height: 24px;

    }

}