/**
    * @description: 页面样式-header
    * @author: lm
    * @update: 2021-8-9
*/
body{
    overflow-y: scroll !important;
    overflow-y: auto;
    overflow-x: hidden;
}
*{
    font-family: '微软雅黑';
}
.header{
    background-color: #fff;
}

.header .topright{
    width: 100%;
    height: 100%;
}
.header .nav{
    padding-right: 0px;
    width: 70%;
    height: 100%;
}
.header .nav li a{
    color: #333333;
    height: 65px;
    line-height: 65px;
    padding: 0 30px;
}
.header-container{
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.header .topbtn{
    position: static;
    width:30%;
    padding-right: 0%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header .nav .navlist{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.header .nav li{
    float: inherit;
    height: 100%;
    line-height: 70px;
}
.header .search-box{
    position: static;
    height: 100%;
}
.header .search-box .share-sub{
    position: static;
}
.header .nav li.hover{
    background-color: #004890;
}
.header .nav li.hover a{
    color: #fff;
}
.topright{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.top-menu-container{
    width: 100%;
    height: 35px;
    background-color: #004890;
}
.top-menu-container ul{
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
}
.top-menu-container ul li{
    margin-left: 20px;
}
.top-menu-container ul li a{
    color: #fff;
    font-size: 12px;
}
.top-logo-phone-container{
    width: 100%;
    height: 150px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
}
.top-logo-phone{
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-logo-title{
    display: flex;
    align-items: center;
}
.top-logo-title .top-title{
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    color: #004890;
    line-height: 30px;
    letter-spacing: 1px;
}
.top-logo-title img{
    width: auto;
    height: 120px;
}
.top-title{
    display: flex;
    align-items: center;
    margin-left: 110px;
}
.top-title span{
    display: block;
    width: 1px;
    height: 50px;
    background-color: #DDDDDD;
    margin-right: 20px;
}
.top-r-phone {
    text-align: right;
}
.top-r-phone span{
    color: #555555;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}
.top-r-phone .r-phone{
    font-size: 30px;
    font-weight: 550;
    font-style: italic;
    text-align: left;
    color: #004890;
}




/**
    * @description: footer
    * @author: lm
    * @update: 2021-8-10
*/
.footer{
    width: 100%;
    height: 400px;
    background:none;
    background: url("../images/public/foot-back1.jpg");
    background-size: 100% 100%;
    padding-bottom: 0px;
}
.footer-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
    box-sizing: border-box;
}
.footer .foot-menu{
    display: flex;
    width: 70%;
    justify-content: space-between;
}
.footer .foot-menu dt a{
    font-size: 16px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: R;
    text-align: left;
    color: #f7f7f7;
    line-height: 64px;
}
.footer .foot-menu dd a{
    font-size: 14px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: R;
    text-align: left;
    color: #c0c0c0;
    line-height: 33px;
}
.foot-contant{
    width: 25%;
    border-left: 1px solid #DDDDDD;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.foot-contant-us{
    width: 165px;
    display: flex;
    flex-direction: column;
    text-align: center
}
.foot-contant-us span.hot-line{
    font-size: 16px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: R;
    text-align: center;
    color: #c0c0c0;
    line-height: 20px;
}
.foot-contant-us span.phone{
    font-size: 26px;
    font-family: Impact Regular, Impact Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 64px;
}
.foot-contant-us span.sweep{
    font-size: 14px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: R;
    text-align: center;
    color: #c0c0c0;
    line-height: 20px;
    margin: 10px 0;
}
.foot-contant-us .server{
    cursor: pointer;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 8px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    text-align: center;
    color: #e8eaeb;
    line-height: 20px;
}
.foot-contant-us .server img{
    width: 17px;
    margin-right: 8px;
}
.foot-contant img.wx{
    width: 165px;
}
.copy{
    background-color: #001D39;
    height: 85px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.copy p{
    text-align: center;
    line-height: 20px;
}
.copy a{
    color: #fff;
}





/**
    * @description: 页面样式-index
    * @author: lm
    * @update: 2021-8-10
*/
.page-w1200{
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

/*
    * @description: 首页轮播
*/
.banner-container{
    width: 100%;
    height: 100%;
    position: relative;
}
.banner-container{
    width: 100%;
    height: 100%;
}
.banner-container img{
    width: 100%;
}
.banner-container .swiper-slide{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.banner-container .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 1;
}
.banner-container .swiper-pagination-bullet-active{
    background-color: #004890;
    width: 32px;
    border-radius: 4px;
}
.banner-contents{
    position: absolute;
    width: 1200px;
    height: 100%;
}
.banner-box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.banner-title-top{
    width: 60%;
    position: relative;
    right: 110px;;
}
.banner-title-top p.banner-title-big{
    font-size: 36px;
    font-family: Source Han Sans CN Bold, Source Han Sans CN Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    letter-spacing: 4px;
    text-align: center;
}
.banner-title-top p.banner-title-en{
    font-size: 16px;
    font-family: Arial Regular, Arial Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    text-align: center;
    margin-top: 15px;
}
.banner-btn-blue{
    text-align: center;
    margin: 0 auto;
    width: 80%;
    height: 54px;
    line-height: 54px;
    /*background-color: #1867FD;*/
    border-radius: 27px;
    margin-top: 40px;
    margin-bottom: 54px;
    font-size: 18px;
}
.banner-contents-box{
    width: 60%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-contents-box img{
    width: 70px;
}

/* 第二张图片 */
/* .banner2-swiper-slide{
    position: relative;
    display: flex;
    align-items: center;
} */
.banner2-content{
    position: absolute;
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.banner2-content h1{
    font-size: 43px;
    font-family: Source Han Sans CN Bold, Source Han Sans CN Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #2a2a2a;
}
.banner2-content h3{
    font-size: 23px;
    font-family: Source Han Sans CN Medium, Source Han Sans CN Medium-Medium;
    font-weight: 550;
    text-align: left;
    color: #2a2a2a;
    margin: 20px 0;
}
.banner2-content h5{
    width: 50%;
    font-size: 15px;
    font-family: Source Han Sans CN Medium, Source Han Sans CN Medium-Medium;
    font-weight: 500;
    text-align: left;
    color: #5b5b5b;
}
.banner3-content{
    position: absolute;
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.banner3-content h1{
    font-size: 39px;
    font-family: Source Han Sans CN Bold, Source Han Sans CN Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
}
.banner3-content h3{
    font-size: 34px;
    font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
    font-weight: Normal;
    text-align: left;
    color: #ffffff;
}
.banner3-content h4{
    font-size: 30px;
    font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
    font-weight: Normal;
    text-align: left;
    color: #ffffff;
}
.moblie-banner{
    display: none;
}
/*
    * @description: 首页 关于海明声
*/
.main-about{
    width: 100%;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 40px;
}
.about-title{
    width: 100%;
    height: 100%;
    position: relative;
}
.about-back{
    position: absolute;
    width: 80%;
    left: 50%;
    transform:translateX(-50%)
}
.about-title-content{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.about-title-content>p{
    font-size: 22px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #004890;
    line-height: 30px;
    letter-spacing: 2px;
}
.about-title-content .about-title-c{
    font-size: 28px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 30px;
    letter-spacing: 1px;
    position: relative;
}
.about-title-content .about-title-c::before{
    position: absolute;
    content: "";
    width: 48px;
    height: 4px;
    background-color: #004890;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}
.about-content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.about-content img{
    width: 46%;
}
.about-desc{
    width: 47%;
    font-size: 14px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: R;
    text-align: center;
    color: #666666;
    line-height: 27px;
}



/*
    * @description: 首页 资质荣誉
*/
.main-honor{
    width: 100%;
    height: 100%;
    padding-bottom: 70px;
}
.title-content{
    font-size: 24px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    position: relative;
}
.title-content::before{
    position: absolute;
    content: "";
    width: 48px;
    height: 4px;
    background-color: #004890;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}
.page-w1200 span.second{
    width: 100%;
    text-align: center;
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #666666;
    margin-top: 25px;
}
.honner-btn,.honner-btn ul{
    width: 100%;
    height: 100%;
    margin: 25px auto;
}
.honner-btn ul{
    display: flex;
    flex-wrap: wrap;
    width: 30%;
    align-items: center;
    justify-content: space-evenly;
   
}
.honner-btn ul li{
    background-color: #AAAAAA;
    width: 150px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    cursor: pointer;
}

.honner-btn ul li.show{
    background-color: #004890;
}
.honner-content{
    width: 100%;
    height: 100%;
}
.honner-items{
    display: none;
    overflow: hidden;
}
.honner-items.show{
    display: block;
}
.swiper-container-honner img{
    width: 100%;
    height: 100%;
}
.swiper-container-honner .swiper-slide{
    text-align: center;
    margin: 0px 10px;
}
.index-container .swiper-button-prev{
    left: -30px;
}
.index-container .swiper-button-next{
    right: -30px;
}
.index-container .swiper-button-prev:hover,.index-container .swiper-button-next:hover{
    filter: grayscale(0%);
}


/*
    * @description: 首页 资质荣誉
*/
.main-product{
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/index/pro-back.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
}
.main-product-content{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    padding: 0px 20px 40px 20px;
    overflow: hidden;
}
.swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-container-product .swiper-slide{
    position: relative;

}
.swiper-container-product .swiper-slide .product-items-box{
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: rgba(0,38,75,0.3);
    bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: R;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    opacity:1;
    transition: opacity 0.3s;
}
.product-items-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(38,107,207,0.3);
    padding: 28px;
    box-sizing: border-box;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s;
}
.product-items-mask .pro-mask-box{
    border: 3px solid #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.product-items-mask .pro-mask-box p:first-of-type{
    font-size: 24px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: 550;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
}
.product-items-mask .pro-mask-box p:nth-of-type(2){
    font-size: 14px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: R;
    text-align: center;;
    line-height: 30px;
    letter-spacing: 1px;
}
.swiper-container-product .swiper-slide:hover .product-items-mask{
    opacity: 1;
}
.swiper-container-product .swiper-slide:hover .product-items-box{
    opacity: 0;
}
.swiper-container-product{
    /* overflow-x: clip; */
}
.swiper-container-product img{
    width: 100%;
    height: 373px;
}
.product-title{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 0;
}
.product-title-content{
    display: flex;
    width: 60%;
    align-items: center;
}
.product-title-content .product-title-{
    font-size: 22px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
}
.product-title-content .product-title-msg{
    font-size: 14px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: R;
    text-align: left;
    color: #aaaaaa;
    margin-left: 25px;
}
.product-title a{
    font-size: 14px;
    font-family: Arial Regular, Arial Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #004890;
}
.swiper-container-product .swiper-pagination-progressbar{
    top: -30px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-container-product .swiper-button-prev,.swiper-container-product .swiper-button-next{
    top: 50%;
}
.swiper-container-product .swiper-button-next{
    right: -22px;
}
.swiper-container-product .swiper-button-prev{
    left: -22px;
    background: url("../images/public/n1.png") no-repeat;
    background-size: 100% 100%;
    transform: rotateY(180deg);
}
.swiper-button-prev, .swiper-button-next{
    width: 40px;
    height: 40px;
}
.swiper-button-next{
    background: url("../images/public/n1.png") no-repeat;
    background-size: 100% 100%;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    content: none;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled{
     opacity: 0.5;
     background: url("../images/public/n.png") no-repeat;
     background-size: 100% 100%;
 }
 .swiper-button-prev.swiper-button-disabled{
    transform: rotateY(180deg);
 }



/*
    * @description: 首页 解决方案
*/
.main-solution{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    padding: 55px 0;

}
.main-solution .solution-content{
    width: 100%;
    height: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}
.solution-content .solution-desc{
    width: 23%;
}
.solution-desc .solution-desc-items{
    background-color: #004890;
    display: none;
    width: 100%;
    height: 100%;
}
.solution-desc .solution-desc-items.show{
    display: block;
}
.solution-desc-items-content{
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 56px 0;
    box-sizing: border-box;
}
.solution-desc-items-content .solution-msg .solution-mag-title{
    font-size: 24px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    letter-spacing: 1px;
}
.solution-desc-items-content .solution-msg .solution-mag-desc{
    font-size: 14px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: R;
    text-align: center;
    color: #ffffff;
    line-height: 26px;
    letter-spacing: 1px;
    margin-top: 40px;
}
.solution-desc-items-content a{
    display: block;
    width: 100%;
    height: 50px;
    background-color: #2E7BC6;
    color: #fff;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
}
.solution-content .solution-title-pic{
    width: 76%;
    display: flex;
}
.solution-content .solution-pic{
    width: 77%;
}
.solution-pic-items{
    display: none;
    position: relative;
}
.solution-pic-items.show{
    display: block;
}
.solution-pic-items>p{
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    color: #fff;
    font-size: 14px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: R;
    text-align: left;
    color: #ffffff;
    line-height: 22px;

}
.solution-content .solution-pic img{
    width: 100%;
}
.solution-content .solution-title{
    width: 23%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.solution-content .solution-title a{
    color: #fff;
    font-size: 16px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: R;
    text-align: center;
    line-height: 26px;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    background-color: #2E7BC6;
}
.solution-content .solution-title li{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    position: relative;
}
.solution-content .solution-title a:first-of-type{
    margin-bottom: 1px;
}
.solution-content .solution-title a:last-of-type{
    margin-top: 1px;
}
.solution-content .solution-title a:nth-of-type(3),
.solution-content .solution-title a:nth-of-type(4),
.solution-content .solution-title a:nth-of-type(5){
    margin-top: 1px;
}

.solution-content .solution-title a.show{
    background-color: #004890;
}
.solution-content .solution-title a li i{
    position: absolute;
    display: none;
    background: url("../images/index/solution-icon.png") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    transform:rotate(90deg);
    left: 10%;
    transition: all 0.5s;
}
.solution-content .solution-title a.show li i{
    display: block;
}




/*
    * @description: 首页 核心价值
*/
.main-value{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #EEEEEE;
    padding: 83px 0 105px 0;
    box-sizing: border-box;
}
.main-value .title-content{
    font-size: 36px;
}
.value-content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 65px;
}
.value-items{
    width: 24%;
    background-color: #fff;
    height: 445px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
    box-sizing: border-box;
    transition: all 0.4s;
}
.value-items:hover{
    transform: translateY(-10px);
}
.value-items img{
    width: 153px;
}
.value-items p.value-title{
    font-size: 22px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    letter-spacing: 1px;
    margin: 45px 0 30px 0;
}
.value-items p.value-desc{
    width: 80%;
    font-size: 16px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 24px;
    letter-spacing: 1px;
}



/*
    * @description: 首页 服务热线
*/
.main-hot{
    width: 100%;
    height: 100%;
    position: relative;
    background: url("../images/index/need-back.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 123px 0 127px 0;
    box-sizing: border-box;
}
.hot-line-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.hot-line-content .hot-tell p:first-of-type{
    font-size: 22px;
    font-family: Source Han Sans CN Medium, Source Han Sans CN Medium-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 54px;
    letter-spacing: 1px;
}
.hot-line-content .hot-tell p:last-of-type{
    font-size: 33px;
    font-family: Source Han Sans CN Medium, Source Han Sans CN Medium-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 54px;
    letter-spacing: 1px;
}
.hot-line-content .hot-call{
    font-size: 22px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
}
.hot-line-content .hot-call span{
    font-size: 60px;
    -webkit-text-stroke: 2px #fff;
    font-family: Impact Regular, Impact Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #004890;
    letter-spacing: 2px;
}





/*
    * @description: 首页 技术支持
*/
.main-support{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    padding-bottom: 85px;
}
.support-content{
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}
.support-items{
    width: 31%; 
    display: flex; 
    flex-direction: column;
}
.support-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 5px solid #DDDDDD;
    margin-bottom: 13px;
}
.support-title>p{
    display: block;
    font-size: 22px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight:550;
    text-align: left;
    color: #333333;
}
.support-title>a{
    display: block;
    font-size: 12px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight:550;
    text-align: left;
    color: #004890;
}
.support-items img.support{
    width: 100%;
}
.support-items ul{
    width: 100%;
    height: 100%;
    margin-top: 15px;
}
.support-items ul li{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    text-align: left;
    color: #666666;
    justify-content: space-between;
    transition: all 0.3s;
}
.support-items ul a:hover li{
    color: #004890;
}
.support-items ul li span:first-of-type{
    display: flex;
    width: 70%;
    align-items: center;
}
.support-items ul li span.support-title-{
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.support-items ul a{
    display: block;
    width: 100%;
    padding: 23px 0 15px 0;
    border-bottom: 1px dashed #DDDDDD;
}
.support-items ul li i{
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 3px solid #004890;
    border-radius: 50%;
    margin-right: 10px;
}
.support-news{
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-between;
}
.support-news img{
    width: 47%;
    /* height: 127px; */
}
.support-news-items{
    width: 50%;
}
.support-news-items .news-items-title{
    font-size: 14px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: 550;
    text-align: left;
    color: #666666;
    line-height: 18px;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.support-news-items .news-items-time{
    font-size: 12px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: R;
    text-align: left;
    color: #aaaaaa;
    line-height: 18px;
    margin: 10px 0 18px 0;
}
.support-news-items .news-items-desc{
    font-size: 12px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.question-content{
    width: 100%;
    height: 100%;
}
.question-content a{
    display: block;
    width: 100%;
}
.question-content dl{
    padding-bottom: 15px;
    padding-top: 16px;
    border-bottom: 1px dashed #DDDDDD;
}
.question-content span{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    font-size: 12px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
}
.question-content dt{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.question-content dd{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.question-content dt span{
    background-color: #2E7BC6;
}
.question-content dd span{
    background-color: #004890;
}
.question-content dt{
    font-size: 14px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: 550;
    text-align: left;
    color: #333333;
    margin-bottom: 12px;
}
.question-content dd{
    font-size: 13px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: R;
    text-align: left;
    color: #666666;
    line-height: 25px;
}
.question-content dt p{
    width: 80%;
    display: inline-block;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.question-content dd p{
    width: 80%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55.5px;
}
.question-content dd p,
.question-content dt p{
    margin-left: 12px;
}




/*
    * @description: 首页 合作伙伴
*/
.main-partner{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #F0F0F0;
    padding: 50px 0 65px 0;
}
.partner-btn{
    width: 100%;
    height: 100%;
    margin-top: 35px;
    
}
.partner-btn ul{
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
.partner-btn ul li{
    width: 120px;
    padding: 12px 8px;
    text-align: center;
    background-color: #AAAAAA;
    color: #fff;
    margin-left: 8px;
    border-radius: 20px;
    cursor: pointer;
}
.partner-btn ul li.show{
    background-color: #004890;
}
.partner-content{
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 50px;
    margin-bottom: 65px;
}
.partner-items{
    display: none;
}
.partner-items.show{
    display: block;
}
.swiper-container-partner img{
    width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 30px;
}
.main-partner .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: -70px;
}



/**
    * @description: contant
    * @author: lm
    * @update: 2021-8-11
*/
.container-contant{
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 80px;
}
.banner-content{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-content>img{
    width: 100%;
}
.banner-items{
    position: absolute;
    width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.banner-items h2{
    font-size: 36px;
    font-family: Source Han Sans CN Bold, Source Han Sans CN Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    letter-spacing: 4px;
}
.banner-items h5{
    font-size: 24px;
    font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    letter-spacing: 2px;
    margin-top: 22px;
}


/*
    * @description: 联系我们 地图
*/
.container-map-msg{
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 55px;
    justify-content: space-between;
}
#container_map{
    width: 60%;
    height: 415px;
}
.contant-msg{
    width: 35%;
    height: 100%;
}
.contant-items{
    display: flex;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    line-height: 34px;
    margin-bottom: 60px;
}
.contant-items img{
    width: 34px;
    height: 34px;
    margin-right: 20px;
}
.contant-{
    width: 100%;
    display: flex;
}
.contant- ul{
    width: 70%;
}


/*
    * @description: 联系我们 表单
*/
.form-contant-us{
    width: 100%;
    height: 100%;
    margin-top: 120px;
}
.form-items{
    display: flex;
    justify-content: space-between;
}
.form-items .form-items-div{
    width: 49%;
    display: flex;
    flex-direction: column;
}
.form-items>div input{
    width: 100%;
}
/* .form-items input{
    width: 45%;
} */
.form-contant-us input{
    height: 50px;
    border: 1px solid #bfbfbf;
    padding-left: 20px;
    box-sizing: border-box;
    
}
.form-contant-us input[name="theme"]{
    width: 100%;
    
}
.form-items-theme{
    margin: 30px 0;
}
.form-contant-us textarea{
    width: 100%;
    border: 1px solid #bfbfbf;
    padding: 20px 0 0 20px;box-sizing: border-box;
}
.contant-us-btn{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.contant-us-btn button{
    width: 250px;
    height: 50px;
    margin-top: 65px;
    background-color: #D2D2D2;
    border: none;
    font-size: 16px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    color: #000000;
    line-height: 17px;
}






/**
    * @description: support
    * @author: lm
    * @update: 2021-8-11
*/
.container-supoort{
    width: 100%;
    height: 100%;
    position: relative;
}



/*
    * @description: 服务支持  服务质量
*/
.support-server{
    width: 100%;
    height:100%;
    margin: 65px 0 57px 0;
}
.server-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 55px;
}
.server-tiems{
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 65px;
    border: 1px solid #004890;
    box-sizing: border-box;
    transition: all 0.3s;
}
.server-tiems:hover{
    background-color: #004890;
}
.server-tiems:hover .sup-title,
.server-tiems:hover .sup-desc{
    color: #fff;
}
.server-tiems>img{
    width: 74px;
    height: 74px;
}
.server-tiems .sup-title{
    font-size: 26px;
    font-family: Source Han Sans CN Medium, Source Han Sans CN Medium-Medium;
    font-weight: 550;
    color: #333333;
    letter-spacing: 1px;
    margin: 32px 0 40px 0;
    transition: all 0.3s;
}
.server-tiems .sup-desc{
    width: 80%;
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: justifyLeft;
    color: #5C5C5C;
    letter-spacing: 0px;
    line-height: 20px;
    height: 170px;
    transition: all 0.3s;
}


/*
    * @description: 服务支持  面对困惑
*/
.supoort-face{
    width: 100%;
    height: 300px;
    background: url("../images/support/face.png") no-repeat;
    background-size: 100% 100%;
}
.face-moblie,.face-reason{
    display: none;
}
.face-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.l-face-content{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.face-puzzled{
    width: 250px;
    height: 55px;
    background-color: #fff;
    transform: skew(-34deg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.face-puzzled span{
    font-size: 38px;
    font-family: Bold;
    font-weight: 700;
    text-align: center;
    color: #0068d3;
    line-height: 65px;
    transform: skew(34deg);
}
.choose-hms{
    font-size: 34px;
    font-family: Microsoft YaHei Light, Microsoft YaHei Light-Light;
    font-weight: 300;
    text-align: center;
    color: #fffefe;
}
.choose-hms p:first-of-type{
    margin: 25px 0;
}
.choose-hms p span{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #fffefe;
    margin-left: 20px;
}
.r-face-content{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    
}
.r-face-l-phone,.r-face-r-wx{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}
.r-face-l-phone span{
    font-size: 18px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 15px;
}
.r-face-l-phone p.phone{
    font-size: 38px;
    font-family: Impact Regular, Impact Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 25px;
    margin: 15px 0 20px 0;
}
.r-face-l-phone p.consult{
    width: 70%;
    height: 40px;
    border: 1px solid #fff;
    cursor: pointer;
    color:#fff;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
}
.r-face-r-wx{
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 25px;
    margin-top: -25px;
}
.r-face-r-wx img{
    width: 125px;
    margin-bottom: 15px;
}



/*
    * @description: 服务支持  4大理由
*/
.support-reason{
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 65px;
}
.support-reason-title,.support-reason-title img{
    width: 100%;

}
.support-reason-one{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 82px;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.support-reason-one .reason-img{
    width: 70%;
}
.support-reason-one img{
    width: 400px;
}
.reason-img-foot{
    position: absolute;
    bottom: 0;
    right: 0;
}
.reason-img-foot img{
    width: 545px;
}
.reason-items{
    display: flex;
    flex-direction: column;
}
.reason-items .reason-items-mark{
    position: relative;
    display: flex;
}
.reason-items .reason-items-mark img{
    width: 490px;
    position: relative;
}
.reason-items .reason-items-mark span{
    position: absolute;
    font-size: 65px;
    font-weight: 700;
    font-style: italic;
    text-align: left;
    color: #ffffff;
    letter-spacing: 3px;
    top: 15px;
    left: 10px;
}
.reason-items .reason-items-mark p{
    position: absolute;
    color: #fff;
    font-size: 31px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: R;
    text-align: left;
    letter-spacing: 2px;
    left: 120px;
    top: 35px;
}
.reason-second-title{
    font-size: 20px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: 550;
    text-align: left;
    color: #333333;
    letter-spacing: 1px;
    margin-left: 120px;
    margin-bottom: 15px;
}
.reason-items ul{
    margin-left: 70px;
}
.reason-items ul li{
    font-size: 14px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: R;
    text-align: left;
    color: #666666;
    line-height: 22px;
    letter-spacing: 1px;
    width: 90%;
}
.reason-items.reason-one{
    position: relative;
    left: 80px;
}
.reason-items.reason-two{
    position: relative;
    left: -100px;
    top: 35px;
    margin-bottom: 50px;
}
.reason-items.reason-two .reason-items-mark img{
    width: 530px;
}
.reason-items.reason-two .reason-items-mark span{
    top: 20px;
}
.reason-items.reason-two .reason-items-mark p,
.reason-items.reason-three .reason-items-mark p{
    top: 40px;
}
.reason-items.reason-three{
    position: relative;
    left: -350px;
    margin-bottom: 50px;
}
.reason-items.reason-three .reason-items-mark img{
    width: 535px;
}
.reason-items.reason-three .reason-items-mark span{
    top: 22px;
}
.reason-items.reason-four{
    position: relative;
    left: -530px;
}
.reason-items.reason-four .reason-items-mark img{
    width: 610px;
}
.reason-items.reason-four .reason-items-mark span{
    top: 28px;
    left: 15px;
}
.reason-items.reason-four .reason-items-mark p{
    top: 53px;
    left: 130px;
}



/*
    * @description: 服务支持  技术人员
*/
.support-skill{
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 90px;
}
.skill-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.skill-items{
    display: flex;
    width: 45%;
    align-items: center;
    justify-content: space-between;
}
.skill-items img{
    width: 220px;
}
.skill-items-content{
    width: 55%;
}
.skill-items-title{
    font-size: 16px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: 550;
    text-align: left;
    color: #222222;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 24px;
}
.skill-items-desc{
    font-size: 14px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    font-weight: R;
    text-align: left;
    color: #666666;
    line-height: 24px;
    letter-spacing: 1px;
}
.skill-items-btn{
    width: 144px;
    height: 40px;
    background-color: #004890;
    border-radius: 21px;
    text-align: center;
    margin-top: 25px;
}
.skill-items-btn a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
}



/*
    * @description: 服务支持  问题联系
*/
.support-contant{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 150px 0;
}
.support-contant-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.support-contant-content p:first-of-type{
    font-size: 33px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
}
.support-contant-content p:first-of-type span{
    color: #004890;
    margin-left: 10px;
}
.support-contant-content p:nth-of-type(2){
    font-size: 24px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    margin: 30px 0 50px 0;
}
.call-support-content{
    width: 30%;
    height: 64px;
    background-color: #F2F2F2;
    display: flex;
}
.call-support-content .l-support-contant{
    width: 64px;
    height: 100%;
    background-color: #004890;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-support-content .l-support-contant img{
    width: 38px;
}
.call-support-content .r-support-content{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: center;
    color: #004890;
}





/**
    * @description: case
    * @author: lm
    * @update: 2021-8-11
*/
.container-case{
    width: 100%;
    height: 100%;
    padding-bottom: 105px;
}
.case-box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case-btn{
    width: 17%;
    margin-top: 80px;
    box-sizing: border-box;
}
.case-btn-title{
    width: 100%;
    height: 65px;
    color: #fff;
    background-color: #004890;
    text-align: center;
    line-height: 65px;
    font-size: 24px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
}
.case-success{
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
}
.case-success li{
    width: 100%;
    height: 50px;
    padding-left: 30px;
    box-sizing: border-box;
    text-align: left;
    line-height: 50px;
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    color: #666666;
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
}
.case-success li.show{
    background-color: #004890;
    color: #fff;
}
.case-container-box{
    width: 82%;
    height: 100%;
}
.case-content{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}
.case-show-box{
    display: none;
    width: 100%;
    height: 100%;
}
.case-show-box.show{
    display: block;
}
#Pagination-{
    text-align: center;
    margin-top: 40px;
}
.Pagination{
    text-align: center;
    margin: 50px 0;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #2E64D1;
}
.case-items{
    width: 32%;
    height: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 0 10px 1px rgb(0,0 ,0 ,0.2);
}
.case-items a{
    width: 100%;
    height: 100%;
    display: block;
}
.case-items-img-box{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.case-items img{
    width: 100%;
    height: 255px;
    transition: all 0.5s;
}
.case-items:hover img{
    transform:scale(1.15);
}
.case-items p{
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    color: #333333;
}
.case-items:last-child:nth-child( 3n + 2 ){
    margin-right: calc((100% - 32%) / 2 );
}





/**
    * @description: about
    * @author: lm
    * @update: 2021-8-12
*/
.container-about{
    width: 100%;
    height: 100%;
    position: relative;
}

/*
    * @description: 关于我们  顶部导航
*/
.container-about .main-about{
    margin: 0;
    padding-top: 50px;
    padding-bottom: 40px;
}
.about-nav{
    width: 100%;
    height: 60px;
    background-color: #F0F2FA;
}
.about-nav ul{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.about-nav ul li{
    font-size: 16px;
    font-weight: 550;
    text-align: left;
    color: #333333;
    line-height: 30px;
    margin-left: 125px;
    cursor: pointer;
    position: relative;
    height: 100%;
    line-height: 60px;
}
.about-nav ul li a{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.about-nav ul li:hover a{
    color: #5D78FF;
}
.about-nav ul li::after{
    opacity: 0;
    content: "";
    position: absolute;
    width: 70%;
    height: 2px;
    background-color: #5D78FF;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.about-nav ul li:hover::after{
    opacity: 1;
}

/*
    * @description: 关于我们  企业文化
*/
.about-culture{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #004890;
    margin-top: 45px;
    padding-top: 40px;
}
.about-culture .title-content{
    color: #fff;
}
.about-culture .title-content::before{
    background-color: #fff;
}
.culture-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 70px 0;
    color: #fff;
}
.culture-items{
    width: 46.5%;
    height: 170px;
    position: relative;
    border: 1px solid #fff;
    padding: 40px 0 65px 40px;
}
.culture-items p:first-of-type{
    width: 100%;
    font-size: 24px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.culture-items p:first-of-type::after{
    position: absolute;
    width: 45px;
    height: 2px;
    content: "";
    bottom: 0;
    left: 0px;
    background-color: #fff;
}
.culture-items p:nth-of-type(2){
    width: 75%;
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    line-height: 32px;
}
.culture-items img{
    position: absolute;
    width: 64px;
    height: auto;
    right: 35px;
    bottom: 40px;
}


/*
    * @description: 关于我们  团队风采
*/
.about-team{
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 55px;
    
}
.team-introduce{
    width: 100%;
    height: 100%;
    margin-top: 35px;
    margin-bottom: 65px;
}
.team-introduce li{
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.team-swiper-content{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.team-swiper-content .swiper-slide img{
    width: 100%;
}
.team-swiper-content .swiper-slide{
    cursor: pointer;
    position: relative;
}
.swiper-container-team .swiper-button-next{
    right: -40px;
}
.swiper-container-team .swiper-button-prev{
    left: -40px;
}
.swiper-container-team .swiper-button-prev,.swiper-container-team .swiper-button-next{
    top: 50%;
}
.team-swiper-content .swiper-slide .team-person-box{
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    transition: bottom 0.5s;
}
.team-swiper-content .swiper-slide .team-person-box p:first-of-type{
    font-size: 18px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: center;
    text-align: left;
    opacity: 0.9;
}
.team-swiper-content .swiper-slide .team-person-box p:nth-of-type(2){
    opacity: 0.8;
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}
.swiper-container-team .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top right,rgba(41,96,149,0.8),rgba(251,251,251,0.3));
    opacity: 0;
    transition: all 0.5s;
    overflow: hidden;
}
.swiper-container-team .mask p{
    color: #fff;
    position: absolute;
    left: 15px;
    bottom: -100px;
    font-size: 12px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    line-height: 18px;
    letter-spacing: 1px;
    transition: bottom 0.5s;
}
.swiper-container-team .swiper-slide:hover .mask{
    opacity: 1;
}
.swiper-container-team .swiper-slide:hover .team-person-box{
    bottom: 40%;
    z-index: 1;
}
.swiper-container-team .swiper-slide:hover .team-person-box p{
    opacity: 1;
}
.swiper-container-team .swiper-slide:hover .mask p{
    bottom: 35px;
}


/*
    * @description: 关于我们  资质荣誉
*/
.about-honor{
    padding-top: 70px;
}
.about-honor .swiper-button-prev,.about-honor .swiper-button-next{
    top: 50%;
}
.about-honor .swiper-button-next{
    right: -40px;
}
.about-honor .swiper-button-prev{
    left: -40px;
}



/**
    * @description: news
    * @author: lm
    * @update: 2021-8-11
*/
.container-news{
    width: 100%;
    height: 100%;
    position: relative;
}
.news-box{
    width: 100%;
    height: 100%;
    display: flex;
    
}
.news-btn{
    padding-top: 94px;
    width: 15%;
    display: flex;
    flex-direction: column;
}
.news-btn li{
    cursor: pointer;
    font-size: 22px;
    font-family: Source Han Sans CN Bold, Source Han Sans CN Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    letter-spacing: 1px;
    transition: all 0.3s;
    margin-bottom: 27px;
}
.news-btn li.show{
    font-size: 28px;
    font-family: Source Han Sans CN Bold, Source Han Sans CN Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #2e64d1;
    letter-spacing: 1px;
}
.news-content{
    width: 80%;
    height: 100%;
    position: relative;
    padding-left: 65px;
    border-left: 1px solid #E0E0E0;
    margin-bottom: 60px;
}
.news-icon{
    position: absolute;
    width: 38px;
    height: 38px;
    left: -18px;
    top: 89px;
}
.news-items{
    padding-top: 94px;
    display: none;
}
.news-items.show{
    display: block;
}
.news-items,.news-items ul{
    width: 100%;
    height: 100%;
    
}
.news-items ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.news-items ul a{
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 75px;
}
.news-items ul li{
    display: flex;
    align-items: flex-start;

}
.news-items ul li img{
    width: 310px;
    margin-right: 22px;
}
.news-items ul li .news-content-{
    color: #898989;
    transition: all 0.3s;
}
.news-items ul li .news-content- p.news-title{
    font-size: 24px;
    font-family: Source Han Sans CN Bold, Source Han Sans CN Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    letter-spacing: 2px;
    transition: all 0.3s;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-items ul li .news-content- p.news-desc{
    font-size: 14px;
    font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
    font-weight: Normal;
    text-align: left;
    letter-spacing: 1px;
    margin: 18px 0 25px 0;
    line-height: 25px;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-items ul li .news-content- p.news-time{
    font-size: 14px;
    font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
    font-weight: Normal;
    text-align: left;
    letter-spacing: 1px;
}
.news-items ul a:hover .news-content-,.news-items ul a:hover p.news-title{
    color: #2E64D1;
}


/**
    * @description: product-主页
    * @author: lm
    * @update: 2021-8-14
*/
.product-contents{
    width: 100%;
    height: 100%;
    position: relative;
}
.r-show-products{
    width: 78%;
    height: 100%;
}
.products-r-box{
    display: none;
    width: 100%;
    height: 100%;
}
.products-r-box.show{
    display: block;
}
.show-products-items{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.show-products-items a{
    display:block;
    width: 32%;
    height: 100%;
    margin-bottom: 25px;
}
.show-products-items a:last-child:nth-child(3n+2){
    margin-right: calc((100% - 32%) / 2);
}
.show-products-box{
    width: 100%;
    
}
.show-products-box p{
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.show-products-box img{
    width: 100%;
    /*height: 280px;*/
}

/**
    * @description: product-内页
    * @author: lm
    * @update: 2021-8-14
*/
.product-content{
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.l-product-menus-box{
    width: 20%;
    height: 100%;
    margin-bottom: 50px;
}
.l-pro-back-img{
    position: relative;
    margin-bottom: 5px;
}
.l-pro-back-img,.l-pro-back-img img{
    width: 100%;
}
.l-pro-back-desc{
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 25px;
    box-sizing: border-box;
}
.l-pro-back-desc p:first-of-type{
    font-size: 24px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    line-height: 26px;
    margin-bottom: 10px;
}
.l-pro-back-desc p:last-of-type{
    font-size: 18px;
    font-family: Georgia Regular, Georgia Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: rgba(255, 255, 255, 0.2);
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
}
.l-pro-back-desc p:last-of-type::after{
    content: '';
    width: 35px;
    height: 4px;
    background-color: rgba(255, 255, 255, 1);
    bottom: 0;
    left: 0;
    position: absolute;
}
.l-menus{
    width: 100%;
    height: 100%;
}
.l-menus li{
    height: 51px;
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 26px;
    transition: all 0.3s;
    line-height: 51px;
    padding-left: 36px;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 1px solid #EEEEEE;
}
.l-menus li.show{ 
    background-color: #004890;
    color: #fff;
}
.new-product-title{
    width: 100%;
    height: 65px;
    margin: 75px 0 20px 0;
    background-color: #004890;
    color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    line-height: 65px;
}
.l-new-menus{
    width: 100%;
    height: 100%;
}
.l-new-menus li{
    position: relative;
    height: 100%;
    margin-bottom: 12px;
    cursor: pointer;
}
.l-new-menus li,.l-new-menus li img{
    width: 100%;

}
.l-new-menus li p{
    position: absolute;
    bottom: 0;
    height: 45px;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 45px;
    background-color: rgba(0,0,0,0.75);
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
}
.l-phone-call{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;

}
.l-phone-call img{
    width: 100%;
}
.l-phone-online{
    width: 100%;
    height: 100%;
    border: 1px solid #dddddd;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.l-phone-online p:first-of-type{
    margin: 30px 0 20px 0;
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
}
.l-phone-online p:last-of-type{
    margin-bottom: 35px;
    text-align: center;
    width: 60%;
    padding: 15px 40px;
    box-sizing: border-box;
    color: #fff;
    background-color: #004890;
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    cursor: pointer;
}

.r-product-show{
    width: 78%;
    height: 100%;
}
.r-product-item{
    width: 100%;
    height: 100%;
}
.r-product-top{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.r-product-l-swiper{
    width: 48%;
    height: 100%;
}
.r-product-l-swiper .gallery-top img{
    height: 415px;
    width: 100%;
}
#magnifier {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .small-box {
    position: relative;
    width: 100%;
    /*height: 415px;*/
    margin-bottom: 20px;
  }
  .small-box table td{
    width: 100%;
    height: 100%;
}
  .small-box img {
      width: 100%;
      height: 100%;
  }
  .small-box .hover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    background: rgba(0,72,144,0.3);
    cursor: move;
  }
  .thumbnail-box {
    position: relative;
    width: 94%;
    margin: 0 auto;
  }
  .thumbnail-box .btn {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 24px;
    margin-top: -16px;
  }
  .thumbnail-box .btn-prev {
    left: 0;
    background: url("../images/product/next.png") no-repeat;
    background-size: contain;
    transform: rotateY(180deg);
  }
  .thumbnail-box .btn-prev.btn_prev_disabled{background: url("../images/product/next1.png") no-repeat;cursor: not-allowed;background-size: contain;transform: rotateY(0deg);}
  .thumbnail-box .btn-next {
    right: 0;
    background: url("../images/product/next.png") no-repeat;
    background-size: contain;
  }
  .thumbnail-box .btn-next.btn_next_disabled{background: url("../images/product/next1.png") no-repeat;cursor: not-allowed;background-size: contain;transform: rotateY(180deg);}
  .thumbnail-box .list {
    overflow: hidden;
    width: 390px;
    margin: 0 auto;
  }
  .thumbnail-box .wrapper {
    width: 100000px;
  }
  .thumbnail-box .list .item {
    float: left;
    margin: 0 10px;
  }
  .thumbnail-box .list .item-cur {}
  .thumbnail-box .list .item img {
    border: 2px solid #a9a9a9;
    width: 54px;
    height: 54px;
  }
  .thumbnail-box .list .item-cur img {
    border: 2px solid #004890;
  }
  .big-box {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 451px;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e4e4e4;
  }
  .big-box img {
    display: block;
  }

.r-product-r-desc{
    width: 48%;
    height: 100%;
}
.r-product-desc{
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}
.r-product-r-desc p:first-of-type{
    font-size: 22px;
    font-weight: 550;
    text-align: left;
    color: #333333;
    line-height: 22px;
    margin-bottom: 22px;
}
.r-product-r-desc p:last-of-type{
    background-color: #004890;
    width: 100%;
    height: 35px;
    border-radius: 17px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    cursor: pointer;
}
.r-product-r-desc dl dt{
    font-size: 16px;
    font-weight: 550;
    text-align: left;
    color: #333333;
    line-height: 26px;
}
.r-product-r-desc dl dd{
    font-size: 14px;
    font-weight: Regular;
    text-align: left;
    color: #666666;
    line-height: 26px;
}
.r-product-r-desc dl:last-of-type{
    margin-top: 25px;
}

/**
    * @description: 产品描述
*/
.r-product-nav{
    width: 100%;
    height: 100%;
    margin-top: 85px;
    /* position: relative; */
}
.r-product-nav ul{
    width: 94%;
    height: 100%;
    display: flex;
    border-bottom: 1px solid #ddd;
    position: sticky;
    height: 47px;
    top: 0px;
    z-index: 999;
    bottom:0;
    background-color: #fff;
    margin: 0 auto;
}
.r-product-nav ul li{
    width: 120px;
    height: 45px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    transition: all 0.3s;
    text-align: center;
    line-height: 45px;
}
.r-product-nav ul li.show{
    background-color: #004890;
}
.r-product-nav ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    color: #555555;
    transition: all 0.3s;
}
.r-product-nav ul li.show a{
    color: #fff;
}



/**
    * @description: 产品介绍
*/
.product-introduce{
    margin-top: 2px;
    width: 100%;
    height: 100%;
    padding-top: 45px;
    padding-bottom: 25px;
    box-sizing: border-box;
}
.product-introduce dl{
    width: 100%;
    height: 100%;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 24px;
}
.product-introduce dl dt{
    font-size: 18px;
    font-weight: 550;
}
.product-introduce dl dd{
    font-size: 14px;
    margin-top: 25px;
}

.product-img{
    width: 100%;
    height: 100%;
    margin-top: 30px;
}
.product-title-top{
    width: 100%;
    height: 100%;
    font-size: 22px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #004890;
    padding-bottom: 17px;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 67px;
    position: relative;
    display: flex;
    align-items: center;
}
.product-title-top a{
    position: absolute;
    right: 0;
    font-size: 14px;
    font-family: Arial Regular, Arial Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    transition: all 0.3s;
}
.product-title-top a:hover{
    color: #004890;
}
.product-desc-img-content{
    width: 94%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    margin: 0 auto;
}

.pro-content-box:last-child:nth-child(4n + 2) {
    margin-right: calc((100% - 24%) / 3 * 2);
}
.pro-content-box:last-child:nth-child(4n + 3) {
    margin-right: calc((100% - 24%) / 3 * 1);
}
.pro-content-box{
    width: 24%;
    height: 100%;
    margin-bottom: 40px;
}
.pro-content-box img{
    width: 100%;
    /*height: 205px;*/
}
.pro-content-box p{
    font-size: 14px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 22px;
    margin-top: 10px;
}
.product-server{
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.product-server .form-contant-us{
    margin-top: 20px;
}
.product-video{
    width: 100%;
    height: 100%;
}
.product-video-content{
    margin-top: 25px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-video-content video{
    width: 100%;
}




















/**
  * @description: 页面样式-响应式
  * @author: lm
  * @update: 2021-8-6
*/
@media (max-width: 767px) {
    .banner3-content{
        width: 100%!important;
        align-items: center!important;
        left: 1%!important;
    }
    .banner-btn-blue {
  text-align: center;
  margin: 0 auto;
    margin-top: 0px;
  width: 92%;
  height: 30px;
  line-height: 33px;
  background-color: #1867FD;
  border-radius: 27px;
  margin-top: 5px;
  margin-bottom: 54px;
  font-size: 11px;
}
.banner-title-top p.banner-title-en {
  font-size: 12px;
  font-family: Arial Regular, Arial Regular-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  text-align: center;
  margin-top: 6px;
}
    /* 头部banner */
    .pc-banner{
        display: none;
    }
    .moblie-banner{
        display: block;
        width: auto;
        height: auto;
    }
    .banner-box{
        justify-content: flex-start;
        margin-top: 50px;
    }
    .banner-contents{
        width: 100%;
    }
    .banner-title-top{
        width: 100%;
        position: relative;
        bottom: 10%;
        display: none!important;
    }
    .banner-title-top p.banner-title-big{
        font-size: 18px;
        font-family: Source Han Sans CN Bold, Source Han Sans CN Bold-Bold;
        font-weight: 700;
        text-align: center;
    }
    /*.banner-btn-blue{*/
    /*    display: none;*/
    /*}*/
    .banner-contents-box{
        position: absolute;
        width: 30%;
        flex-wrap: wrap;
        right:15px;
        bottom: 35px;
    }
    .banner-contents-box img{
        width: 60px;
        margin-bottom: 10px;
    }
    .banner3-content,.banner2-content{
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    top: 11%;
    right: 25px;
    display: none;
    }
    .banner2-content h1,.banner3-content h1{
        font-size: 18px;
    }
    .banner2-content h3{
        font-size: 14px;
        margin: 10px 0;
    }
    .banner2-content h5{
        display: none;
    }
    .banner3-content h3{
        font-size: 20px;
    }
    .banner3-content h4{
        font-size: 14px;
    }
    #toTop{
        display: none !important;
    }
    .newsshow .date{
        font-size: 12px;
        justify-content: space-around;
    }
    .newsshow .date span{
        margin-right: 0;
        padding-left: 0;

    }
    .swiper-container-product .swiper-button-next,
    .swiper-container-product .swiper-button-prev{
        display: none;
    }
    /* header */
    .top-logo-title{
        width: 90%;
        justify-content: space-between;
        margin: 0 auto;
        padding: 10px 0;
    }
    .menus-moblie{
        width: 35px;
        height: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .menus-moblie i{
        display: block;
        width: 100%;
        height: 4px;
        background-color: #004890;
        transition: all 0.5s;
    }
    .menus-moblie i:nth-of-type(2){
        margin: 5px 0;
    }
    .menus-moblie.open i:nth-of-type(3){
        transform: rotate(-45deg) translateX(8px) translateY(-8px);
    }
    .menus-moblie.open i:nth-of-type(1){
        transform: rotate(45deg) translateY(7px) translateX(8px);
    }
    .menus-moblie.open i:nth-of-type(2){
        display: none;
    }
    .header-container{
        width: 280px;
        position: fixed;
        right: -1000px;
        height: 100%;
        background-color: #fff;
        transition: all 0.3s;
        z-index: -1;
        top: 0;
    }
    .header-container.open{
        /* position: fixed; */
        /* margin-top: 91px; */
        right:0px;
    }
    .header-container.open .nav .navlist{
        height: 50%;
        margin-top: 91px;
    }
    body{
        transition: all 0.5s;
    }
    .side-right{
        position: relative;
        left: -280px;
        transition: all 0.5s;
    }
    .header.open{
        width: auto;
    }
    /* index */
    .top-menu-container,.header .topbtn{
        display: none;
    }
    .top-logo-title .top-title,.top-r-phone{
        display: none;
    }
    .top-logo-phone-container{
        height: 90px;
        margin: auto;
        z-index: 9999;
    }
    .top-logo-phone-container.open{
        /* position: fixed; */
        
    }
    .top-logo-title img{
        height: 70px;
    }
    .header .nav .navlist{
        flex-direction: column;
    }
    .header .nav li{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header .nav{
        width: 100%;
    }
    .banner-items{
        width: 100%;
        padding-left: 25px;
        box-sizing: border-box;
    }
    .banner-items h2{
        font-size: 22px;
    }
    .banner-items h5{
        font-size: 16px;
    }
    .about-content img{
        width: 70%;
        margin: 0 auto;
    }
    .about-desc{
        width: 90%;
        margin: 25px auto 0 auto;
    }
    .honner-btn ul{
        width: 80%;
    }
    .honner-btn ul li{
        width: 100px;
        height: 35px;
        font-size: 12px;
    }
    .swiper-container-honner img,.swiper-container-honner-new img{
        width: 100%;
        
    }
    .main-product-content{
        padding: 0px 0px 40px 0px;
    }
    .main-product{
        padding: 60px 10px;
        box-sizing: border-box;
    }
    .product-title{
        padding: 45px 10px;
        box-sizing: border-box;
    }
    .product-title-content{
        width: 80%;
    }
    .product-items-mask{
        display: none;
    }
    .main-solution{
        padding: 50px 10px;
        box-sizing: border-box;
    }
    .solution-content .solution-desc{
        display: none;
    }
    .solution-content .solution-title-pic{
        width: 100%;
        height: 100%;
        flex-wrap: wrap;
    }
    .solution-content .solution-title a{
        padding: 10px 0;
        width: 30%;
        margin: 10px 0px !important;
    }
    .solution-content .solution-title a li i{
        display: none;
    }
    .solution-content .solution-pic{
        width: 100%;
    }
    .solution-content .solution-title{
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .main-value .title-content{
        font-size: 22px;
    }
    .solution-content .solution-title a.show li i{
        display: none;
    }
    .value-content{
        flex-wrap: wrap;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .value-items{
        width: 49%;
        margin-bottom: 20px;
        height: 330px;
    }
    .value-items img{
        width: 90px;
    }
    .value-items p.value-title{
        margin: 20px 0;
        font-size: 16px;
    }
    .value-items p.value-desc{
        font-size: 12px;
    }
    .main-value{
        padding: 50px 0;
    }
    .main-hot{
        background: url(../images/index/need-back1.jpg) no-repeat;
        background-size:cover;
    }
    .hot-line-content .hot-tell p:last-of-type{
        font-size: 18px;
    }
    .hot-line-content .hot-call span{
        font-size: 40px;
    }
    .support-content{
        flex-wrap: wrap;
        justify-content: center;
    }
    .support-items{
        width: 90%;
        margin-bottom: 35px;
    }
    


    /* 
        关于公司
    */
    .about-nav ul li{
        margin-left: 20px;
    }
    .culture-items{
        width: 90%;
        margin: 0 auto 20px auto;
    }
    .culture-items img{
        width: 55px;
        right: 20px;
        bottom: 20px;
    }
    .culture-content{
        width: 90%;
        margin: 0 auto;
    }
    .swiper-container-team .swiper-slide:hover .team-person-box{
        bottom: 60%;
    }
    .team-swiper-content{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .about-nav ul{
        justify-content: center;
    }
    .about-nav ul li{
        text-align: center;
    }

    /* 
        新闻中心
    */
    .news-box{
        flex-direction: column;
    }
    .news-btn{
        width: 90%;
        flex-direction: row;
        margin: 0 auto;
        justify-content: space-around;
        padding-top: 50px;
        
    }
    .news-btn li{
        justify-content: space-between;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    .news-btn li.show{
        text-align: center;
        font-size: 22px;
    }
    .news-items{
        padding-top: 25px;
    }
    .news-content{
        width: 100%;
        padding-left: 0px;
    }
    .news-icon{
        display: none;
    }
    .news-items ul li{
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }
    .news-items ul li img{
        width: 100%;
    }
    .news-items ul li .news-content-{
        margin-top: 20px;
    }
    .news-items ul li .news-content- p.news-desc{
        margin: 15px 0;
    }
    .news-items ul a{
        margin-bottom: 50px;
    }
    



    /* 
        样品案例
    */
    .case-items{
        width: 49%;
    }
    .case-items img{
        height: 210px;
    }
    .case-items-img-box{
        height: 100%;
    }
    .case-items p{
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .case-show-box,.case-btn{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .case-btn{
        margin-top: 50px;
    }
    .case-btn,.case-container-box{
        width: 100%;
    
    }
    .case-success{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
    }
    .case-success a{
        width: 33%;
    }
    .case-success li{
        
        width: 100%;
        border: none;
        text-align: center;
        padding-left: 0px;
        margin-bottom: 5px;
    }
    .case-items:last-child:nth-child( 3n + 2 ){
        margin-right: 0;
    }


    /* 
        服务支持
    */
    .server-content{
        flex-wrap: wrap;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .server-tiems{
        width: 49%;
        margin-bottom: 20px;
        padding-top: 25px;
    }
    .server-tiems>img{
        width: 50px;
        height: 50px;
    }
    .server-tiems .sup-desc{
        width: 90%;
        font-size: 12px;
        height: 150px;
    }
    .skill-content{
        flex-wrap: wrap;
    }
    .skill-items{
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .skill-items-content{
        width: 90%;
    }
    .skill-items-title{
        margin-top: 20px;
    }
    .skill-items img{
        width: 90%;

    }
    .call-support-content{
        width: 90%;
    }
    .support-contant{
        padding: 50px 0;
    }
    .support-contant-content p:nth-of-type(2){
        font-size: 18px;
        line-height: 30px;
    }
    .face-moblie,.face-reason{
        display: block;
        width: 100%;
        height: 100%;
    }
    .supoort-face{
        background: none;
        height: 100%;
    }
    .face-content,.support-reason-one{
        display: none;
    }
    .server-tiems .sup-title{
        margin: 20px 0;
    }


    /* 
        产品中心页
    */
    .r-show-products{
        width: 100%;
        margin-bottom: 50px;
        
    }
    .products-r-box{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .show-products-items a{
        width: 48%;
    }
    .product-content{
        margin-top: 0px;
    }


    /* 
        产品中心内页
    */
    .l-product-menus-box{
        /* display: none; */
        width: 94%;
        margin: 20px auto;
    }
    .l-pro-back-img{
        display: none;
    }
    .l-menus{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }
    .l-menus a{
        width: 47%;
        /*margin-bottom: 15px;*/
    }
    .l-menus li{
        /*width: 47%;*/
        padding-left: 0px;
        text-align: center;
    }
    .show-products-items a:last-child:nth-child(3n+2){
        margin-right:0;
    }
    .pro-content-box:last-child:nth-child(4n+2){
        margin-right: 0;
    }
    
    .product-content{
        justify-content: center;
    }
    .r-product-top{
        flex-wrap: wrap;
    }
    .r-product-l-swiper,.r-product-r-desc{
        width: 100%;

    }
    .r-product-r-desc{
        margin-top: 25px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .r-product-show{
        width: 100%;
    }
    .r-product-r-desc p:last-of-type{
        width: 100%;
        color: #ffffff;
    }
    .product-introduce dl{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .product-title-top{
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .pro-content-box{
        width: 47%;
    }

    .thumbnail-box .list{
        width: 90%;

    }



    /* 
        联系我们
    */
    .container-contant{
        padding-bottom: 50px;
    }
    .container-map-msg{
        flex-wrap: wrap;
    }
    #container_map{
        width: 90%;
        margin: 0 auto;
    }
    .contant-msg{
        width: 90%;
        margin: 25px auto 0 auto;
    }
    .contant-items{
        margin-bottom: 25px;
    }
    .form-contant-us{
        width: 90%;
        margin: 50px auto 50px auto;
    }
    .contant-items{
        font-size: 14px;
    }
    .contant-items img{
        width: 30px;
        height: 30px;
    }
    /* .form-items input{
        width: 49%;
    } */
    




    /* 
        底部
    */
    .footer .foot-menu,.foot-contant{
        width: 100%;
    }
    .foot-contant-us .server{
        display: none;
    }
    .footer{
        background-size: cover;
        height: 100%;
    }
    .foot-menu{
        flex-wrap: wrap;
        justify-content: space-evenly;
        
    }
    .foot-menu dl{
        width: 33%;
        text-align: center;
        margin-bottom: 25px;
    }
    .foot-contant{
        justify-content: center;
        align-items: center;
        border: none;
    }
    .foot-contant-us{
        width: 100%;
    }
    .foot-contant-us span.phone{
        text-align: center;
    }
    .foot-contant img.wx{
        margin: 0 auto;
    }
    
}
@media (max-width: 380px) {
    .hot-line-content .hot-call span{
        font-size: 28px;
    }
}

@media (max-width: 320px) {
    .banner-items h5{
        font-size: 12px;
    }
    .product-title-content .product-title-{
        font-size: 20px;
    }
    .product-title-content .product-title-msg{
        display: none;
    }
    .company-new-time{
        display: none;
    }
    .support-items ul li span:first-of-type{
        width: 100%;
    }
    .banner3-content,.banner2-content{
        right: 0;
    }
    .banner2-content h3{
        font-size: 12px;
    }
    .about-title-content>p,.main-value .title-content{
        font-size: 18px;
    }
    .about-nav ul{
        justify-content: space-around;
    }
    .about-nav ul li{
        margin-left: 0px;
    }
    .culture-items p:first-of-type{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .culture-items p:nth-of-type(2){
        font-size: 12px;
    }
    .culture-items{
        padding: 20px 0 45px 20px;
    }
    .culture-items img{
        width: 40px;
    }
    .swiper-container-team .swiper-slide:hover .team-person-box{
        display: none;
    }
    .swiper-container-honner img{
        height: 150px;
    }
    .news-btn li,.news-btn li.show{
        font-size: 18px;
    }
    .server-tiems .sup-title{
        margin: 10px 0;
    }
    .support-contant-content p:first-of-type{
        font-size: 24px;
    }
    .support-contant-content p:nth-of-type(2){
        font-size: 16px;
    }
    .solution-pic-items>p{
        font-size: 12px;
    }
    .solution-content .solution-title a{
        width: 49%;
    }
}