*{

    margin: 0;

    padding: 0;

    list-style: none;

    text-decoration: none;

    color:#000;

}
@font-face {
    font-family: 锐字潮牌;
    src: url('../fonts/56avh-jm46z.woff') format('truetype');
}

/* a:hover{

     color: #17449a;

} */

.container{

    width: 1400px;

    margin: auto;

}

.header{

    padding: 10px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;

}

.xinwen{

    position: relative;

}

.xinwen:hover .new-cang{

    display: block;

}

.new-cang{

    width: 100%;

    position: absolute;

    padding: 10px;

    z-index: 9999;

    top: 70px;

    display: none;

    background-color: #fff;

}

.new-xiala{

    /* display: flex;

    flex-wrap: wrap; */

}

.new-xiala-left{

    width: 100%;

}

.new-xiala-right{

    width: 70%;

}

.new-xiala-right img{

    width: 100%;

}

.new-xiala-left p{

    line-height: 0;

}

.new-xiala-left p:hover a{

    color: #17449a !important;

}

.new-xiala-left p a{

    font-size: 14px !important;

    line-height: 32px !important;

    color: #666666 !important;

    padding: 0px !important;
    text-align: center;

}

.head{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;

}

.head-left{

    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.head-left>p{
    font-size: 14px;
    margin-left: 15px;
}

.head ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.head-left>a{
    width: 110px;
    display: block;
}
.head-active a{
    color: #17449a !important;
}
.head-active::after{
    width: 100% !important;
}

.head ul li{}

.head ul li:hover a{
    color: #17449a;
}

.head ul li a{
    font-size: 16px;
    line-height: 70px;
    color: #191919;
    padding: 0 30px;
    display: block;
    color: #222222;
}
.head ul .activeli a{
    color: #17449a;
}
.head-left-logo {
    display: block;
    width: 100%;
}

.head-right{

    float: right;

}

.header-right-item + .header-right-item {
    margin-top: 2px;
}

.head-right-tels a {
    display: flex;
    align-items: flex-end;
    color: #17449a;
    font-weight: bold;
}

.head-right-tels span {
    color: inherit;
}

.head-right-tels .label {
    color: inherit;
    display: inline-block;
    min-width: 120px;
    text-align: right;
    /*font-size: 0.875em;*/
}

.head-right-tels .tel {
    margin-left: 6px;
    flex-grow: 1;
    /*font-family: Arial, serif;*/
    /*letter-spacing: 1px;*/
    font-size: 1.6em;
    /*margin-left: 4px;*/
    line-height: 1;
    display: inline-flex;
    justify-content: space-between;
}

/* Less padding of '.head ul li' for small screen */
@media (max-width: 1400px) {
    .head ul li {
        padding: 0 10px;
    }
}

/* Hide head-right for small screen */
@media (max-width: 768px) {
    .head-right {
        display: none;
    }
}

.head-right-all{

    float: left;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;

}

.head-right-all img{

    width: 40px;

    height: 40px;

}

.head-right-all p{

    font-size: 18px;

    color: #fff;

    background-color: #17449a;

    border-radius: 10px;

    margin-left: 10px;

    padding: 5px 10px;

}

.sousuo{
    /* 暂时？隐藏 */
    display: none;

    float: left;

    margin-top: 5px;

    margin-left: 20px;

}

.sousuo i{

    font-size: 30px;

}

/* banner */

.banner{

    overflow: hidden;

    position: relative;

}

.banner .swiper-slide img{

    width: 100%;

    display: block;

}

.content{

    margin-top: 40px;
    margin-bottom: 100px;

    overflow: hidden;

}

.content-top{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.content-one{
    width: 24%;
    background-color: #F2F2F2;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
}
.content-one div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.content-one div i{

    font-size: 30px;

    color: #17449a;

}

.content-one div h2{

    font-size: 18px;

    color: #333333;

    font-weight: normal;

}

.content-one p{

    font-size: 14px;

    color: #666666;

    margin-top: 20px;

}

/* 服务案例 */

.fuwu{
    overflow: hidden;
    padding: 60px 0;
    background-color: #ECECEC;

}

.fuwu ul{
    width: 60%;
    margin: auto;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

    padding: 5px 0;

    cursor: pointer;

}

.fuwu ul li{

    width: 22%;

    padding: 20px 0;

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

    border-radius: 5px;

}

.fuwu ul li i{

    font-size: 40px;

    text-align: center;

    color: #999999;

    display: block;

}

.fuwu ul li p{

    font-size: 16px;

    color: #999999;

    text-align: center;

    margin-top: 20px;

}

.fuwu ul .active i{
    color: #17449a;
}
.fuwu ul .active p{
    color: #17449a;
}
.fuwu-all{}
.fuwu-cont{
    height: 600px;

    overflow: hidden;

    margin-top: 30px;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}
.fuwu-cont1{
    margin-top: 40px;
    position: relative;
}
.fw-swiper{
    overflow: hidden;
}
.fw-swiper .swiper-slide{}
.fw-swiper .swiper-slide a{}
.fuwu-img{}
.fuwu-img img{
    width: 100%;
    display: block;
    height: 210px;
    object-fit: cover;
}
.fuwu-p{
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.fw-swiper .swiper-slide a h2{
    font-size: 18px;
    color: #191919;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.fw-swiper .swiper-slide a p{
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.fw-zuo{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    left: -60px;
}
.fw-you{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    right: -60px;
}
.fw-zuo::after,.fw-you::after{
    font-size: 18px;
    color: #CCCCCC;
}
.fw-zuo:hover,
.fw-you:hover{
    background-color: #17449a;
    border: 1px solid transparent;
}
.fw-zuo:hover::after,
.fw-you:hover::after{
    color: #fff;
}

.fuwu-left{

    width: 65%;
    height: 100%;

    position: relative;

    overflow: hidden;

    margin-bottom: 10px;

    padding: 1px;

}

.fuwu-left-p{

    padding: 30px 0px;

    background-color: white;

    /* box-shadow: 0px 0px 10px 10px #eee; */
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;

}
.fuwu-iphone{
    display: none;
}

.fuwu-left-p h2{

    font-size: 24px;

    color: #535353;

}

.fuwu-left-p p{

    font-size: 16px;

    color: #666666;

}

.mySwiper2{

    height: 100%;

}

.mySwiper2 .swiper-slide img{

    width: 100%;

    /* height: 100%; */

    display: block;
    margin: auto;
    /* margin-top: 5%; */

}

.fuwu-right{

    width: 30%;
    height: 100%;

    overflow: hidden;

    position: relative;

}

.fuwu-right-all{
    height: 100%;

    /* overflow: hidden; */

    border-top: 2px solid #535353;

    border-bottom: 2px solid #535353;

    padding: 20px 0;

}

.fuwu-right .mySwiper{
    height: 60%;

    overflow: hidden;

    margin-top: 30px;

    padding:0 1px;

}

.mySwiper .swiper-slide img{

    width: 100%;

    display: block;

}

.mySwiper .swiper-slide div{

    overflow: hidden;

    height: 85px;

}

.fuwu-right .fuwu-right-top h2{

    font-size: 30px;

    color: #17449a;

    margin-bottom: 10px;

}

.fuwu-right-top p{

    font-size: 30px;

    color: #323232;

}

.mySwiper .swiper-slide-thumb-active{

    background-color: #f6f6f6;

    box-shadow: 0px 0px 6px 1px #ebebeb;
    /* transition: .3s ease-in; */
    cursor: pointer;

}

.mySwiper .swiper-slide img{

    width: 40%;

    float: left;

    margin: 10px;

}

.mySwiper .swiper-slide p{

    width: 50%;

    float: right;

    font-size: 18px;

    color: #535353;

    padding-top: 30px;

}

.fenye{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.fuwu-prev,.fuwu-prev1{

    width: 120px;

    top: 92%;

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

    font-size: 16px;

    color: #535353;
    left: 0px;

}

.fuwu-next,.fuwu-next1{

    width: 120px;

    top: 92%;

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

    font-size: 16px;

    color: #535353;
    right: 70px;

}

.fuwu-prev::after,.fuwu-next::after,

.fuwu-prev1::after,.fuwu-next1::after{

    content: "";

}

/* 产品中心 */

.product{

    overflow: hidden;

    margin-top: 100px;

}

.product-top{}

.product-top h2{

    font-size: 24px;

    color: #191919;

    text-align: center;

}
.product-top form{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}
.product-top form .form-group{
    position: relative;
}
.product-top form .form-group select{
    background-color: #ECECEC;
    padding: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 16px;
    color: #999999;
    height: 50px;
    line-height: 50px;
}
.product-top form .form-group select option{}
.product-top form .form-group input{
    background-color: #ECECEC;
    padding: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    margin-left: 20px;
    font-size: 16px;
    color: #999999;
    height: 50px;
    line-height: 50px;
    padding-right: 40px;
}
.product-top form .form-group input::placeholder{
    color: #999999;
}
.product-top form .form-group i{
    font-size: 20px;
    color: #12408D;
    position: absolute;
    top: 15px;
    right: 15px;
}
.product-top form{}

.pro-zhong{

    overflow: hidden;

    margin-top: 20px;

}

.pro-zhong ul{

    overflow: hidden;

    display: flex;

    flex-wrap: wrap;

    width: fit-content;

    margin: auto;

    cursor: pointer;

}

.pro-zhong li{

    font-size: 16px;

    color: rgb(255, 255, 255);

    background-color: #333;

    padding: 5px 20px;

    margin: 0 40px;
    position: relative;
    transition: .5s ease-in;

}
.pro-zhong li p{
    color: #fff;
}
.pro-zhong li:hover{
    background-color: #17449a;
}
/* .pro-zhong li::after{
    content: "";
    display: none;
    width: 0%;
    height: 100%;
    background-color: #17449a;
    position: absolute;
    top: 0;
    left: 0%;
}
.pro-zhong li:hover::after{
    width: 100%;
    display: block;
}
.pro-zhong li:hover::after p{
    color: #fff;
} */
.pro-zhong li a{
    color: #333 !important;
}
.pro-zhong .active{
    color: #fff !important;
    background-color: #17449a;
}
.product-cont.open{
    display: block;
}
.product-tou{
    margin: 20px auto;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-tou p{
    padding: 0 10px;
}
.product-tou p a{
    font-size: 14px;
    color: #666666;
}
.product-tou .test a{
    color: #17449a;
}
.product-cont{

    overflow: hidden;

    /* margin-top: 50px; */
    display: none;

}

.product-all{

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-start;
    margin-left: -2%;
    border-bottom: 1px solid #ECECEC;
    
}

.product-all .pro-div{
    width: 23%;
    margin-left: 2%;
    position: relative;
    margin-top: 40px;
    padding-bottom: 40px;
}

.pro-div:hover .pro-bottom-left{
    
    color: #17449a;
    
}

.pro-div:hover .pro-bottom-right{
    
    bottom: 50px !important;

    transition: .3s ease-in;
    
}

.pro-div:hover .icon2{
    
    display: block !important;
    
}

.pro-div .pro-div-top{
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    /* background-color: #ECECEC; */
    overflow: hidden;
}

.pro-div .pro-div-top img{
width: 100%;
    display: block;
    margin: auto;
    transition: .3s ease-in;
}

.pro-div-bottom{

    overflow: hidden;

    padding: 10px 0px 20px 0px;

}

.pro-div h2{
    font-size: 18px;
    color: #191919;
    font-weight: normal;
    margin-top: 30px;
}
.pro-div p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.pro-div p span{
    font-size: 14px;
    display: block;
    color: #191919;
}
.pro-div p i{
    display: block;
    font-size: 20px;
    color: #17449a;
}
.pro-div:hover{
    border-bottom: 1px solid #17449a;
}
.pro-div:hover img{
    transform: scale(1.1);
}
.pro-div:hover h2{
    color: #17449a;
}
.pro-div:hover p span{
    color: #17449a;
}
.pro-bottom-right{

    position: absolute;

    right: 20px;

    bottom: 20px;

    transition: .3s ease-in;

}

.pro-bottom-right img{

    transition: .3s ease-in;

}

.pro-div-bottom .pro-bottom-right .icon2{

    display: none;

}

/* 应用领域 */

.application{

    width: 100%;

    overflow: hidden;

    padding: 60px 0;

}
.application-all{
    position: relative;
}

.app-top h2{
    font-size: 24px;
    color: #191919;
    margin-bottom: 10px;
}

.app-top p{
    width: 30px;
    height: 2px;
    background-color: #12408D;
}
.app-iphone{
    display: none;
}
.app-cont{
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}
.app-prev{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    bottom: 0;
    top: unset;
    left: 0;
}
.app-next{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    bottom: 0;
    top: unset;
    left: 60px;
}
.app-prev::after,.app-next::after{
    font-size: 18px;
    color: #CCCCCC;
}
.app-prev:hover,
.app-next:hover{
    background-color: #17449a;
    border: 1px solid transparent;
}
.app-prev:hover::after,
.app-next:hover::after{
    color: #fff;
}
.app-top{
    position: absolute;
    top: 0;
    left: 0;
}
.app-cont .app-content{

    /* width: 19%; */

    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.app-cont-left{
    width: 35%;
    padding-top: 10%;
}
.app-cont-left h2{
    font-size: 18px;
    color: #191919;
}
.app-cont-left p{
    font-size: 14px;
    line-height: 24px;
    color: #191919;
    margin-top: 30px;
}
.app-cont-right{
    width: 60%;
}
.app-cont-right img{
    width: 100%;
    display: block;
}
.app-content img{

    width: 100%;

    height: 100%;

    border-radius: 10px;

}

.app-one{

    position: absolute;

    top:30px;

    left: 30px;

}

.app-one h2{

    font-size: 34px;

    color: #fff;

    font-weight: normal;

}

.app-one p{

    font-size: 20px;

    color: #fff;

}

.app-one img{
    width: 40px;
    height: 40px;
    display: block;

    margin-top: 50px;

}

.app-content-one{

    width: 100%;

    height: 100%;

}

.app-content:hover .app-cang{
    height: 100%;

    opacity: 1;

}

.app-cang{

    width: 100%;

    height: 0%;

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

    background-size: cover;

    border-radius: 10px;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 999;

    opacity: 0;
    transition: .3s ease-in;

}

.app-cang div{

    width: 100%;

    position: absolute;

    top: 50%;

    left: 50%;

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

}

.app-cang div i{

    font-size: 80px;

    color: #fff;

    display: block;

    text-align: center;

}

.app-cang div h2{

    font-weight: normal;

    font-size: 34px;

    color: #fff;

    text-align: center;

    margin-top: 10px;

}

.app-cang div p{

    font-size: 20px;

    color: #fff;

    text-align: center;

}

.app-cang div span{

    font-size: 14px;

    line-height: 32px;

    color: #fff;

    display: block;

    text-align: center;

    padding: 0 40px;

    margin-top: 20px;

}

/* 关于我们 */

.about{

    overflow: hidden;

    padding: 60px 0;

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

    background-size: cover;

}
.about-all{
    display: flex;
    
    flex-wrap: wrap;
    
    justify-content: space-between;
    align-items: center;
}

.about-left{
    width: 45%;
}

.about-left>h2{

    font-weight: normal;

    font-size: 24px;

    color: #191919;

}

.about-left>span{

    display: block;

    font-size: 14px;

    line-height: 24px;

    color: #191919;

    margin-top: 30px;

}

.about-cont{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    position: relative;

}

.about-cont div{

    width: 24%;

}

.about-cont div p{

    font-size: 16px;

    line-height: 32px;

    color: #222222;

    padding-left: 20px;

}

.about-cont div p span{

    font-size: 28px;

    line-height: 32px;

    color: #17449a;
    font-weight: bold;

}

.about-bottom{

    width: fit-content;

    margin-top: 50px;

    overflow: hidden;

}

.about-bottom p{

    font-size: 14px;

    color: #12408D;

    float: left;

}

.about-bottom i{

    width: 44px;

    color: #12408D;

    font-size: 20px;
    display: block;

    float: left;

    line-height: 20px;

    text-align: center;

}

.about-right{

    width: 45%;

    overflow: hidden;

    position: relative;

}
.about-img{
    margin-top: 40px;
}
.about-img img{
    width: 100%;
    display: block;
}

.about-swiper{

    position: relative;

}

.about-swiper img{

    width: 100%;

    display: block;

}

.about-prev{

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

    top: unset;

    bottom: 0;

    left: 0;

    opacity: 1 !important;

    background-color: #3b3d30;

    padding: 10px 30px;

}

.about-next{

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

    top: unset;

    left: 87px;

    bottom: 0;

    opacity: 1 !important;

    background-color: #3b3d30;

    padding: 10px 30px;

}

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

    content: "";

}

/* 服务企业 */

.enterprise{

    overflow: hidden;

    display: flex;

    flex-wrap: wrap;

    padding: 60px 0;

}

.enterprise .enter-left{

    width: 40%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    /* background-color: #17449a; */

    padding: 30px 0;

}

.enter-left div{

    margin-left: 50px;

}

.enter-left i{

    color: #17449a;

    font-size: 80px;

}

.enter-left h2{

    font-weight: normal;

    font-size: 32px;

    color: #17449a;

}

.enter-left p{

    font-size: 18px;

    color: #666;

    margin-top: 10px;

}

.enter-all{

    /* background-color: #edf6fd; */
    position: relative;
}
.hezuo-swiper{
    overflow: hidden;
}
.hezuo-swiper .swiper-slide{}
.hezuo-swiper .swiper-slide:hover img{
    transform: scale(1.1);
}
.hezuo-swiper .swiper-slide img{
    width: 80%;
    margin: auto;
    transition: .3s ease-in;
}
.hz-zuo{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    left: -50px;
}
.hz-you{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    right: -50px;
}
.hz-zuo::after,.hz-you::after{
    font-size: 18px;
    color: #CCCCCC;
}
.hz-zuo:hover,
.hz-you:hover{
    background-color: #17449a;
    border: 1px solid transparent;
}
.hz-zuo:hover::after,
.hz-you:hover::after{
    color: #fff;
}

.hezuo{

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-start;

    overflow: hidden;

    /* margin-top: 20px; */

}

.hezuo-cont{

    width: 16%;

    margin-top: 20px;

}

/* 聚焦肯曼 */

.jujiao{

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

    background-size: cover;

    padding: 100px 0;

}

.jujiao-top h2{

    font-size: 40px;

    color: #17449a;

    text-align: center;

    margin-bottom: 10px;

}

.jujiao-top p{

    font-size: 18px;

    line-height: 32px;

    color: #666666;

    text-align: center;

}

.jujiao-cont{

    width: 100%;
    margin-top: 50px;
}
.news-swiper{
    overflow: hidden;
    position: relative;
    padding-bottom: 70px;
}
.news-swiper .swiper-slide{}
.news-swiper .swiper-slide a{}
.news-img{
    overflow: hidden;
}
.news-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-swiper .swiper-slide a h2{
    font-size: 18px;
    color: #191919;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news-swiper .swiper-slide a p{
    font-size: 14px;
    line-height: 24px;
    min-height: 48px;
    color: #666666;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-swiper .swiper-slide .news-more{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.news-swiper .swiper-slide .news-more span{
    display: block;
    font-size: 12px;
    color: #333333;
}
.news-swiper .swiper-slide .news-more i{
    font-size: 20px;
    color: #12408D;
}
.news-swiper .swiper-slide a:hover img{
    transform: scale(1.1);
}
.news-swiper .swiper-slide a:hover h2{
    color: #12408D;
}
.news-zuo{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    left: calc(50% - 50px);
    bottom: 0;
    top: unset;
}
.news-you{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    right: calc(50% - 50px);
    top: unset;
    bottom: 0;
}
.news-zuo::after,.news-you::after{
    font-size: 18px;
    color: #CCCCCC;
}
.news-zuo:hover,
.news-you:hover{
    background-color: #17449a;
    border: 1px solid transparent;
}
.news-zuo:hover::after,
.news-you:hover::after{
    color: #fff;
}


.jujiao-left{

    width: 30%;

    padding: 30px;

    box-shadow: 0 0 0 2px #eee;

    position: relative;

    background: linear-gradient(180deg, #17449a 50%, #fff 50%);

}

.jujiao-left-swiper,.jujiao-right-swiper{
    height: 70%;
    overflow: hidden;
    position: relative;
}
.jujiao-left-swiper .swiper-wrapper,.jujiao-right-swiper .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.jujiao-left-swiper .swiper-slide p{
    padding-left: 20px;
    padding-left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.jujiao-left-swiper .swiper-slide p a{
    width: 100%;
    display: block;
    line-height: 40px;
}
.jujiao-left-top{

    overflow: hidden;

}

.jujiao-left-top h2{

    font-size: 28px;

    color: #fff;

    float: left;

}

.jujiao-left-top i{

    float: right;

    color: #fff;

    font-size: 40px;

}

.jujiao-left img{

    width: 100%;

    display: block;

    margin-top: 20px;

}

.jujiao-left-bottom{

    margin-top: 30px;

}

.jujiao-left-bottom>h2{

    font-size: 18px;

    font-weight: normal;

    color: #222222;

}

.jujiao-left-bottom>p{

    font-size: 14px;

    color: #979797;

    margin-top: 10px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;

}

.jujiao-left-bottom-time{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    font-size: 14px;

    color: #979797;

    margin-top: 20px;

}

.jujiao-right{

    width: 62%;

}

.jujiao-right-all{

    width: 100%;
    /*height: 48%;*/

    box-shadow: 0 0 0 2px #eee;
    background-color: #fff;

}

.jujiao-right-all:last-child{

    margin-top: 3%;

}

.jujiao-right-all-cont{
    height: 250px;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.jujiao-right-all-div{

    width: 46%;
    height: 100%;
    /* overflow-y: auto; */

}

.jujiao-right-all-div::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 2px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 2px;
    }
    .jujiao-right-all-div::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #aaaaaa;
    }
    .jujiao-right-all-div::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : #ededed;
    }

.jujiao-one{

    overflow: hidden;

    padding: 0 20px;

    padding-top: 10px;

}

.jujiao-one h2{

    float: left;

    font-size: 28px;

    color: #222222;

    font-weight: normal;

}



.jujiao-one img{

    float: right;

}

.jujiao-right-all-div>p{

    margin: 20px 0;

    padding-left: 20px;

}

.jujiao-one-all{

    margin-top: 10px;

    margin-bottom: 20px;

}

.jujiao-one-cont{

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    margin-top: 5px;

}

.jujiao-one-cont p{

    background-color: #d82734;

    color: #fff;

    font-size: 16px;

    padding: 5px;

}

.jujiao-one-cont span{

    width: 80%;

    padding-left: 20px;

    font-size: 16px;

    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}

.jujiao-da p{

    background-color: #666666;

    font-size: 16px;

    color: #fff;

}

.jujiao-da span{

    font-size: 14px;

    color: #666666;

}

.jujiao-tuanjian-top{

    overflow: hidden;

    padding: 0 20px;

    padding-top: 30px;

}

.jujiao-tuanjian-top h2{

    float: left;

    font-size: 28px;

    color: #222222;

    font-weight: normal;

}

.jujiao-tuanjian-top img{

    float: right;

}

.tuanjian-cont{

    overflow: hidden;

    margin-top: 10px;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    padding: 0 20px;

    padding-bottom: 30px;

}

.tuanjian-all{

    width: 45%;

}

.tuanjian-all h2{

    font-weight: normal;

    font-size: 18px;

    color: #222222;

}

.tuanjian-all img {
        width: 100%;
        display: block;
        margin-top: 10px;
}

.tuanjian-all p{

    font-size: 14px;
    margin-top: 10px;

    color: #979797;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;

}

/* 底部 */

.footer{

    overflow: hidden;

    background-color: #1A1A1A;


}
.foot-one{
    padding: 50px 0;
    border-bottom: 1px solid #333333;
}
.foot-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.foot-one-left{}
.foot-one-left a{
    width: 110px;
    display: block;
}
.foot-one-left a img{
    width: 100%;
    display: block;
}
.foot-one-right{}
.foot-one-right span{
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-align: right;
}
.foot-one-right p{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: right;
}
.foot-two{}
.foot-three{
    background-color: #141414;
}

.foot-all{

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;
    align-items: center;

    padding: 50px 0;

}

.foot-left{

width: 20%;

}

.foot-left img{

    width: 120px;

    display: block;

}

.foot-left p{

    font-size: 16px;

    color: #fff;

    margin-top: 20px;

}

.foot-left p span{

    display: block;

    font-size: 26px;

    color: #fff;

}

.foot-zhong{

    width: 75%;

}

.foot-zhong ul{

    overflow: hidden;

}

.foot-zhong ul li{

    width: 14%;

    float: left;

}

.foot-zhong ul li a:first-child{

    font-size: 16px;

    margin-bottom: 20px;

    position: relative;

}


.foot-zhong ul li a{

    color: #fff;

    display: block;

    width: 100%;

    font-size: 14px;

    line-height: 32px;

}

.foot-right{
    width: 25%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.foot-right div{

    width: 47%;

}

.foot-right div img{

    width: 80%;
    display: block;
    margin: auto;

}

.foot-right div p{

    font-size: 16px;

    color: #fff;

    text-align: center;

    margin-top: 10px;

}

.foot-di{

    overflow: hidden;

    padding: 20px 0;

}

.foot-di-left{

    float: left;

}

.foot-di-left p{

    font-size: 14px;

    color: #fff;

}

.foot-di-left p span{

    margin-left: 10px;

}

.foot-di-left p span a{

    color: #fff;

}

.foot-di-right{

    float: right;

}

.foot-di-right a{

    font-size: 14px;

    color: #fff;

}

.fu{

    width: 100%;

    position: fixed;

    bottom: 0;

    left:0;

    z-index: 999;

    display: none;
    background-color: #17449a;

}
.fu-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.fu-p1{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.fu-cont2 p{
    float: left;
    margin-right: 10px;
    font-size: 22px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.fu-cont2 p img{
    margin-right: 5px;
}
.fu-cont3 p{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.fu-cont3 p img{
    float: left;
    margin-right: 5px;
}
.fu-cont4 p{
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.fu-cont4 p:first-child{
    margin-right: 50px;
}
.fu-cont4 p img{
    width: 100px;
}
.fu-cont4 p span{
    writing-mode: tb;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left: 10px;
}

.close{
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 99999;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

.fu img{

    /* width: 100%; */

    display: block;

}

.ce{

    position: fixed;

    right: 0;

    bottom: 15%;

    z-index: 9999;

    cursor: pointer;


}

.ce-all div{

    padding: 10px;
}

.ce h1{
    width: 50px;
    height: 50px;
    margin: auto;
    background-color: #12408D;
    border-radius: 50%;
}
.ce div i{

    color: #fff;

    font-size: 24px;
    line-height: 50px;
    margin: auto;

    display: block;

    text-align: center;

}

.ce div p{

    color: #333333;

    font-size: 12px;

    text-align: center;

    margin-top: 10px;

}
.ce div h1:hover{
    background-color: #E6E6E6;
}
.ce div:hover i{
    color: #fff;
}
.top i{

    transform: rotate(-90deg);

}

.er{

    position: absolute;

    right: 65px;

    top: -15px;

    border-bottom: none !important;

    display: none;

}

.gzh{

    position: relative;

}

.gzh:hover .er{

    display: block;

}
.dianhua{
    position: relative;
}
.dianhua:hover .er1{
    display: block;
}
.er1{
    /* width: 280px; */
    min-width: 180px;
    display: none;
    position: absolute;
    top: 25%;
    right: 75px;
    background-color: #4D4D4D;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}
.er1 h3{
    font-size: 16px;
    color: #e92c39;
    color: #ffd14b;
}
.er1 h3 .tel {
    display: block;
    font-size: 1.5em;
    color: inherit;
}
.er1 p{
    font-size: 14px !important;
    color: #ffffff !important;
    text-align: center !important;
    line-height: 1.5;
    margin-top: 0 !important;
}
.about-banner{

    width: 100%;

    position: relative;
    margin-top: 90px;
}
.questionnaire-wrap{
    margin-top: 90px;
}

.about-banner img{

    width: 100%;

    display: block;

}

.about-banner p{

    position: absolute;

    font-size: 36px;

    color: #fff;

    top: 50%;

    left: 20%;

}

.about-head{

    overflow: hidden;

    background-color: #efefef;

    padding: 20px 0;

}

.about-head p{

    font-size: 16px;

    color: #222222;

    float: left;

    margin-right: 10px;

}

.about-head p a{

    color: #222222;

}

.about-content{

    overflow: hidden;

    margin-top: 60px;

}

.about-top-all{

    width: 100%;

    /* display: flex;

    flex-wrap: wrap;

    justify-content: space-between;
    align-items: center; */

}

.about-top-all-left{

    /* width: 55%; */
    width: 100%;

}

.about-top-all-left h2{

    font-size: 24px;

    line-height: 30px;

    color: #222222;

    /* margin-top: 30px; */

}

.about-top-all-left h2::after{

    content: "";

    display: block;

    width: 30px;

    height: 4px;

    margin-top: 5px;

    background-color: #cbdbe8;

}

.about-top-all-left p{

    font-size: 14px;

    line-height: 30px;

    color: #666666;

    margin-top: 20px;

}

.about-top-all-right{

    width: 40%;

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

    background-size: cover;
    /* position: relative; */

}

.about-right-all{

    padding: 50px 0 100px 0;

}

.about-right-all>p{

    font-size: 16px;

    color: #fff;

}

.about-right-cont{
    width: 60%;
    margin: auto;
    display: flex;

    flex-wrap: wrap;

    /* margin-top: 50px; */

}

.about-right-cont div{

    width: 48%;

    text-align: center;

    margin-top: 50px;

}

.about-right-cont div p{

    font-size: 16px;

    line-height: 32px;

    color: #fff;

}

.about-right-cont div span{

    font-size: 28px;

    line-height: 32px;

    color: #fff;
    font-family: 锐字潮牌;

}

.nengli{

    overflow: hidden;

    margin-top: 100px;

    background: url(../img/nengli-bj.png) no-repeat center fixed;

    background-size: cover;

    padding: 100px 0;

}

.nengli>.container>h2{

    font-size: 24px;

    color: #fff;

}

.nengli>.container>h2::after{

    content: "";

    display: block;

    width: 30px;

    height: 4px;

    background-color: #fff;

    margin-top: 5px;

}

.nengli-all{

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.nengli-cont{

    width: 24%;

    margin-top: 60px;

    background-color: #fff;
    transition: .3s ease-in;

}

.nengli-cont:hover{

    background-color: #3557a2;

    color: #fff;
    transform: translateY(-10px);
}

.nengli-cont:hover .p1{

    background-color: #fff;
    transform: translateY(-40px) rotateY(180deg);

}

.nengli-cont:hover .p1 i{

    color: #3557a2;

}

.nengli-cont:hover h2,.nengli-cont:hover .p2{

    color: #fff;

}

.nengli-cont .p1{

    width: 80px;

    height: 80px;

    margin: auto;

    border-radius: 50%;

    background-color: #1c1c1f;

    transform: translateY(-40px);
    transition: .3s ease-in;

}

.nengli-cont .p1 i{

    font-size: 40px;

    color: #fff;

    line-height: 80px;

    text-align: center;

    display: block;

    border-radius: 50%;

}

.nengli-cont div{

    padding: 0 20px;

    padding-bottom: 1px;

}

.nengli-cont div h2{

    font-size: 18px;

    text-align: center;

    color: #666666;

    margin-top: -20px;

    margin-bottom: 20px;

}

.nengli-cont div .p2{

    font-size: 14px;

    line-height: 30px;

    color: #666666;

    margin-bottom: 30px;

}

.friend{

    overflow: hidden;

    margin: 100px 0;

}

.friend h2{

    font-size: 24px;

    color: #222222;

}

.friend h2::after{

    content: "";

    display: block;

    width: 30px;

    height: 4px;

    background-color: #cbdbe8;

    margin-top: 5px;

}

.chejian{

    overflow: hidden;

    margin-top: 50px;

}

.cj-all{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 50px;

}
.cj-iphone1{
    display: none;
}

.cj-cont{

    width: 48%;

}

.cj-cont h2{

    font-size: 30px;

    color: #3557a2;

    margin-bottom: 10px;

}

.cj-cont p{

    font-size: 18px;

    color: #222222;

    margin-bottom: 20px;

}

.cj-cont span{

    font-size: 16px;

    line-height: 30px;

    color: #666666;

}

.cj-cont img{

    width: 100%;

    display: block;

}

/* 产品中心 */

.products{

    overflow: hidden;

    margin: 50px 0;

}

.pro-all{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.pro-left{

    width: 20%;

}
.pro-left div ul li p .current{
    color: #17449a;
}

.pro-left div{

    /* border: 1px solid #17449a; */

}

.pro-left div>p{

    font-size: 26px;

    color: #fff;

    text-align: center;

    background-color: #17449a;

    padding: 20px 0;

    font-weight: bold;

}

.pro-left ul{

    padding: 10px;

    border: 2px solid #17449a;

}
.pro-left ul li p:first-child a{
    padding: 0;
    padding-left: 0;
    color: #fff;
}

.pro-left ul li p:first-child{

    font-size: 16px;

    background-color: #17449a;

    color: #fff;

    border-radius: 5px;

    border-bottom: none !important;

    text-align: center;
    padding: 20px 0;
    padding-left: 0;

}

.pro-left ul li p:first-child::before{

    content: none;

}

.pro-left ul li p{

    font-size: 14px;

    color: #222222;
    border-bottom: 1px dashed #eaeaea;

    position: relative;


}
.pro-left div ul li p a{
    display: block;
    padding: 20px 0;
    padding-left: 30px;
}

.pro-left ul li p::before{

    content: "";

    display: block;

    width: 5px;

    height: 5px;

    border: 1px solid #dcdcdc;

    border-radius: 50%;

    position: absolute;

    left: 10px;

    top: 25px;

}

.pro-contact{

    margin-top: 20px;

}
.pro-contact ul li img{
    margin-bottom: 15px;
}

.pro-contact ul li p{

    font-size: 14px;

    color: #222222;

    padding-left: 0;

    border-bottom: none;

    padding: 5px 0;

}

.pro-contact ul li p::before{

    content: none;

}

.pro-right{

    width: 75%;

}

.pro-right>h2{

    font-size: 24px;

    color: #666666;

    border-bottom: 1px solid #dcdcdc;

    padding-bottom: 10px;

}

.pro-right-all{

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-start;

    margin-top: 20px;

}

.pro-right-cont{

    width: 31%;

    border: 1px solid #d2d2d2;

    margin-bottom: 30px;
    margin-right: 20px;

}
.pro-right-cont:nth-child(3n){
    margin-right: 0;
}

.pro-right-cont:hover{

    border: 1px solid #17449a;

}
.pro-right-cont:hover img{
    transform: scale(1.1);
}

.pro-right-cont:hover h2{

    color: #17449a;

}

.btn-p:hover{

    background-color: #17449a;

    color: #fff;

}

.btn-p:hover a{

    color: #fff;

    background-color: #17449a;



}

.pro-img{

    overflow: hidden;


}

.pro-img img{

    width: 80%;

    display: block;

    margin: auto;
    transition: .3s ease-in;
}

.pro-p{

    padding: 0 20px;

}

.pro-p h2{

    font-size: 20px;

    color: #222222;

    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}

.pro-p p{

    font-size: 14px;

    color: #666666;

    margin: 10px 0;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;



}
.pro-p1{
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.pro-p p span{

    width: 50%;

    font-size: 12px;

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

}

.pro-btn{

    margin-top: 40px;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.pro-btn a{

    width: 50%;

    font-size: 16px;

    color: #222222;

    text-align: center;

    border-top: 1px solid #d2d2d2;

    box-sizing: border-box;

}

.pro-btn a:first-child{

    border-right: 1px solid #d2d2d2;

}

.pro-btn a p{

    padding: 20px 0;

    color: #222222;

}

.page{

    overflow: hidden;

}

.page ul{overflow: hidden;}

.page div{
    width: fit-content;
    margin: auto;
}
.page .prev{
    float: left;
    line-height: 40px;
    margin-right: 10px;
}
.page .next{
    float: left;
    line-height: 40px;
    margin-left: 10px;
}
.page .num{
    width: 40px;
    height: 40px;
    display: block;
    float: left;


    line-height: 40px;

    text-align: center;
    margin: 0 10px;

    font-size: 16px;

    color: #333333;
}
.page .thispage{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    float: left;
    border: 1px solid #c3c3c3;

    border-radius: 5px;
}

/* 产品详情 */

.prodetail-all{

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.prodetail-zuo{

    width: 40%;

    border: 1px solid #d2d2d2;

}

.prodetail-swiper{

    position: relative;

    overflow: hidden;

}

.prodetail-swiper .swiper-slide img{

    width: 80%;

    display: block;

    margin: auto;

}

.prodetail-prev,.prodetail-next{

    color: #a3a3a3;

}

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

    font-size: 26px;

}

.prodetail-you{

    width: 55%;

}

.prodetail-you>h2{

    font-size: 24px;

    color: #17449a;

    border-bottom: 1px solid #d2d2d2;

    padding-bottom: 10px;

}

.prodetail-you>p{

    font-size: 14px;

    color: #666666;

    margin: 10px 0;

}

.prodetail-bottom{

    overflow: hidden;

    margin-top: 30px;

}

.prodetail-bottom-p1{

    width: 30%;
    font-size: 14px;

    color: #fff;

    background-color: #17449a;

    line-height: 50px;

    text-align: center;

}
.prodetail-bottom-p1 i{
    color: #fff;
}
.prodetail-bottom a{
    display: block;
}
.prodetail-bottom-p2{

    width:100%;

    background-color: #f5f5f5;

    font-size: 14px;

    color: #222222;

    line-height: 50px;
    padding-left: 10px;
    margin-top: 10px;

}

.prodetail-bottom-p2 span{

    font-size: 23px;

    color: #b62020;

}

.prodetail-zhong{

    border-bottom: 1px solid #dcdcdc;

    padding-bottom: 10px;

}

.prodetail-zhong ul{

    width: 30%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    margin-top: 50px;

}

.prodetail-zhong ul li{

    width: 32%;

    font-size: 16px;

    background-color: #333;

    color: #fff;

    padding: 5px 0px;

    text-align: center;
    cursor: pointer;
    transition: .5s ease-in;

}
.prodetail-zhong ul li:hover{
    background-color: #17449a;
}
.prodetail-active{
    background-color: #17449a !important;
}

.prodetail-neirong p{

    font-size: 16px;

    color: #646464;

    margin: 20px 0;

}

.prodetail-neirong img{

    width: 80%;

    display: block;

    margin: auto;

}

.prodetail-di{

    overflow: hidden;

    margin-top: 50px;

    background-color: #f5f5f5;

    padding: 10px 0;

}

.prodetail-di p{

    font-size: 14px;

    color: #17449a;

}

.prodetail-di-left{

    float: left;

    padding-left: 10px;

}

.prodetail-di-right{

    float: right;

    padding-right: 10px;

}

.tuijian{

    overflow: hidden;

    margin-top: 40px;

}

.tuijian>h2{

    font-size: 24px;

    color: #222222;

}

.tuijian>h2::after{

    content: "";

    display: block;

    width: 30px;

    height: 4px;

    background-color: #cbdbe8;

    margin-top: 10px;

}

.tuijian-all{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

    margin-top: 20px;

}

.tuijian-all .tuijian-cont{

    width: 32%;

    border: 1px solid #dedede;

}

.prodetail-img{

    overflow: hidden;

}

.prodetail-img img{

    width: 60%;

    display: block;

    margin:30px auto;

}

.tuijian-all div p{

    overflow: hidden;

    background-color: #f5f5f5;

    padding: 10px 0;

}

.tuijian-all div p span{

    float: left;

    font-size: 18px;

    line-height: 35px;

    color: #222222;

    padding-left: 10px;

}

.tuijian-all div p img{

    float: right;

    padding-right: 10px;

}

.tijiao{

    overflow: hidden;

}

.tijiao h2{

    font-size: 24px;

    color: #222222;

    margin: 50px 0;

}

.tijiao .name{

    width: 48%;

    float: left;

}

.tijiao input{

    width: 100%;

    padding: 10px 0;

    box-sizing: border-box;

    padding-left: 10px;

    outline: none;

}

.tijiao .iphone{

    width: 48%;

    float: right;

}

.tijiao textarea{

    width: 100%;

    padding-left: 10px;

    padding-top: 10px;

    box-sizing: border-box;

    margin-top: 20px;

}

.tijiao .btn{

    width: 30%;

    padding: 10px 0;

    margin: 20px auto;

    display: block;

    background-color: #17449a;

    color: #fff;

    font-size: 16px;

    border-radius: 5px;

    border: none;

    outline: none;

}

/* 服务支持 */

.services{

    overflow: hidden;

    margin-top: 50px;

}

.service-top{



}

.service-top h2{

    font-size: 32px;

    color: #000;

    text-align: center;

}

.service-top p{

    font-size: 14px;

    color: #8c8c8c;

    text-align: center;

    margin-top: 10px;

}

.service-cont{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

    margin: 50px 0;

}
.service-iphone{
    display: none;
}

.service-left,.service-right{

    width: 48%;

}

/* .service-cont ul li{

    float: left;

    width: 80px;

    border-radius: 25px;

} */
.service-left ul{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

}

.service-left ul li{

    width: 80px;

    height: 260px;

    border: 1px solid #dcdcdc;

    border-radius: 50px;

    position: relative;
    cursor: pointer;

}

.service-left ul li .service-p1{

    font-size: 16px;

    text-align: center;

    color: #000;

    position: absolute;

    top: 50%;

    left: 50%;

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

}
.service-active .circle{
    top:calc(100% - 80px) !important;
    background-color: #17449a !important;
    transition: .3s ease-in;
}
.service-active .service-p1{
    color: #17449a !important;
}

.service-left ul li .circle{

    width: 80px;

    height: 80px;

    border-radius: 50%;

    line-height: 80px;

    text-align: center;

    color: #fff;

    font-size: 30px;

    background-color: #000;

    position: absolute;

    top: 0;
    transition: .3s ease-in;

}


.service-right h2{

    font-size: 24px;

    color: #222222;

}

.service-right h2::after{

    content: "";

    display: block;

    width: 30px;

    height: 4px;

    background-color: #cbdbe8;

    margin-top: 10px;

}

.service-right p{

    font-size: 16px;

    line-height: 30px;

    color: #666666;

    margin-top: 20px;

}
.service-all h2{
    transform: translateX(40%);
    transition: .5s ease-in;
    opacity: .5;
}
.service-all p{
    transform: translateX(40%);
    transition: .5s ease-in;
    opacity: .5;
}
.donghua h2{
    transform: translateX(0);
    opacity: 1;
}
.donghua p{
    transform: translateX(0);
    opacity: 1;
}

.xuanze{

    overflow: hidden;

    padding: 50px 0;

    background-color: #f5f5f5;

}

.xuanze-top h2{

    font-size: 32px;

    color: #000;

    text-align: center;

    margin-bottom: 10px;

}

.xuanze-top p{

    text-align: center;

    font-size: 14px;

    line-height: 30px;

    color: #8c8c8c;

}

.xuanze-all{

    overflow: hidden;

    margin-top: 50px;

}

.xuanze-content{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}
.xuanze-iphone1{
    display: none;
}

.xuanze-cont{

    width: 50%;

}

.xuanze-cont img{

    width: 100%;

    display: block;

}

.xuanze-zong{

    padding-left: 5%;

}

.you-top{

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    margin-bottom: 50px;

    margin-top: 20px;

}

.you-top img{

    width: 70px;

    display: block;

}

.you-top p{

    margin-left: 20px;

}

.you-top p span{

    display: block;

}

.you-top p span:first-child{

    font-size: 16px;

    color: #666666;

}

.you-top p span:last-child{

    font-size: 40px;

    color: #242424;

}

.xuanze-zong>p{

    font-size: 18px;

    line-height: 48px;color: #666666;

}

.xuanze-zong>img{

    display: block;

    margin-top: 50px;

}

.zhuanye{

    overflow: hidden;

    margin: 50px 0;

}

.zhuanye-top{}

.zhuanye-top h2{

    font-size: 32px;

    color: #000;

    text-align: center;

    margin-bottom: 10px;

}

.zhuanye-top p{

    font-size: 14px;

    color: #8c8c8c;

    text-align: center;

}

.zhuanye-cont{

    overflow: hidden;

    margin-top: 50px;

}

.zhuanye-one,.zhuanye-two{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    margin-top: 30px;

}

.zhuanye-one img{

    width: 49%;

}

.zhuanye-two img:nth-child(1){

    width: 35%;

}

.zhuanye-two img:nth-child(2){

    width: 25%;

}

.zhuanye-two img:nth-child(3){

    width: 35%;

}

/* jienneg */

.jieneng{

    overflow: hidden;

    margin-top: 100px;

}

.jieneng-top h2{

    font-size: 32px;

    color: #17449a;

    text-align: center;

    margin-bottom: 10px;

}

.jieneng-top p{

    font-size: 14px;

    color: #8c8c8c;

    text-align: center;

}

.jieneng-content{

    overflow: hidden;

    margin-top: 50px;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

}

.jieneng-cont{

    width: 20%;

    box-shadow: 0 0 0 2px #eee;

    margin: 1px 0;
    padding: 20px 0;
    padding-bottom: 40px;

    position: relative;
    transition: .3s ease-in;

}

.jieneng-cont:hover{
    background-color: #17449a;
}
.jieneng-cont:hover p{
    background-color: #fff;
}
.jieneng-cont:hover p i{
    color: #17449a;
}
.jieneng-cont:hover h2{
    color: #fff;
}
.jieneng-cont:hover span{
    color: #fff;
}
.jieneng-cont:hover h2::after{
    background-color: #fff;
}


.jieneng-cont p{

    width: 80px;

    height: 80px;

    border-radius: 50%;

    background-color: #17449a;

    margin:20px auto;

}

.jieneng-cont p i{

    color: #fff;

    font-size: 30px;

    text-align: center;

    display: block;

    line-height: 80px;

}

.jieneng-cont h2{

    font-size: 22px;

    text-align: center;

    margin-bottom: 10px;

}
.jieneng-cont h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #17449a;
    margin: auto;
    margin-top: 10px;
}

.jieneng-cont span{

    font-size: 16px;

    line-height: 25px;

    text-align: center;

    display: block;

    padding: 0 20px;

}

.fuwuanli{

    overflow: hidden;

    margin: 100px 0;

}
.fuwu-iphone{
    display: none;
}

.fuwuanli-top h2{

    font-size: 32px;

    color: #17449a;

    text-align: center;

    margin-bottom: 10px;

}

.fuwuanli-top p{

    font-size: 14px;

    color: #8c8c8c;

    text-align: center;

}
.fuwuanli .fuwu-right .swiper-slide{
    overflow: hidden;
}

.youshi{

    overflow: hidden;

    margin: 100px 0;

}

.youshi-top h2{

    font-size: 32px;

    color: #17449a;

    text-align: center;

    margin-bottom: 10px;

}

.youshi-top p{

    font-size: 14px;

    color: #666666;

    text-align: center;

}

.youshi-content{

    margin-top: 50px;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.youshi-cont{

    width: 48%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    background-color: #f5f5f5;

    margin-top: 20px;

    border-radius: 5px;

}
.youshi-cont:hover img{
    transform: scale(1.1);
}

.ys-cont{

    width: 50%;
    overflow: hidden;

}

.ys-cont img{

    width: 100%;

    display: block;
    transition: .3s ease-in;

}

.ys-cont h2{

    font-size: 24px;

    color: #17449a;

    text-align: center;

    margin-bottom: 10px;

}

.ys-cont p{

    font-size: 14px;

    line-height: 30px;

    color: #222222;

    padding: 0 20px;

}

.ys-cont span{

    display: block;

    width: 40%;

    background-color: #17449a;

    padding: 10px 0;

    text-align: center;

    border-radius: 5px;

    margin: auto;

    margin-top: 20px;

}

.ys-cont span a{

    color: #fff;

}

.fuwulc{

    overflow: hidden;

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

    background-size: cover;

    padding: 100px 0;

}

.fuwulc-top h2{

    font-size: 32px;

    color: #17449a;

    text-align: center;

    margin-bottom: 10px;

}

.fuwulc-top p{

    font-size: 14px;

    color: #8c8c8c;

    text-align: center;

}

.fuwulc-content{

    overflow: hidden;

    margin-top: 50px;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

}

.fuwulc-cont{

    width: 14%;

    background: url(../img/yjt.png) no-repeat right 20px;

}

.fuwulc-cont:last-child{

    background: unset;

}

.lc-circle{

    width: 50px;

    height: 50px;

    border-radius: 50%;

    background-color: #0a2444;

    margin: auto;

}

.lc-circle i{

    color: #fff;

    display: block;

    text-align: center;

    line-height: 50px;

    font-size: 24px;

}

.fuwulc-cont .p{

    font-size: 18px;

    text-align: center;

    color: #0d0d0d;

    margin-top: 10px;

}







.chengnuo{

    overflow: hidden;

    margin: 100px 0;

}

.chengnuo-top h2{

    font-size: 32px;

    color: #17449a;

    text-align: center;

    margin-bottom: 10px;

}

.chengnuo-top p{

    font-size: 14px;

    color: #8c8c8c;

    text-align: center;

}
.fx-all{

    background: url(../img/fx-bj.png) no-repeat center;
    background-size: cover;
    padding: 100px 0;
}
.fx{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.fx-left{
    width: 78%;
}
.fx-left h2{
    font-size: 32px;
    color: #fff;
}
.fx-p1{
    color: #fff;
    font-size: 43px;
    font-weight: bold;
    margin-top: 20px;
}
.fx-p2{
    text-align: right;
    font-size: 35px;
    color: #fff;
    margin-top: 10px;
}
.fx-right{
    width: 20%;
}
.fx-right img{
    width: 100%;
    display: block;
}


.fangxin img{

width: 100%;

display: block;

}

.zhuyi{

    overflow: hidden;

    margin-top: 100px;

}

.zhuyi-all{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.zhuyi-cont{

    width: 46%;

    background-color: #f5f5f5;

    padding: 20px;

}

.zhuyi-left-top{

    overflow: hidden;

    margin-bottom: 30px;

}

.zhuyi-left-top h2{

    float: left;

    font-size: 32px;

    color: #17449a;

}

.zhuyi-left-top img{

    float: right;

}
.zhuyi-left-swiper,.zhuyi-right-swiper{
    height: 300px;
    overflow: hidden;
    position: relative;
}
.zhuyi-left-swiper .swiper-wrapper,.zhuyi-right-swiper .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.zhuyi-left-cont{
overflow: hidden;
    /* margin-bottom: 20px; */

}

.zy-left{

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}

.zy-left p{

    font-size: 16px;

    color: #fff;

    background-color: #d82734;

    padding: 5px;

}

.zy-left span{

    display: inline-block;

    font-size: 16px;

    color: #222222;

    margin-left: 20px;

}

.zy-left-da{

    margin-top: 10px;

}

.zy-left-da p{

    font-size: 16px;

    color: #fff;

    background-color: #666666;

    padding: 5px;

}

.zy-left-da span{

    width: 90%;

    font-size: 14px;

    color: #666666;

}

.zhuyi-right-all{

    overflow: hidden;

}

.zhuyi-right-cont{

    overflow: hidden;

    margin-bottom: 20px;

}

.zhuyi-right-cont p{

    float: left;

    font-size: 16px;

    color: #222222;

}

.zhuyi-right-cont span{

    float: right;

    font-size: 14px;

    color: #666666;

}

.dengji{

    overflow: hidden;

    margin-top: 50px;
    margin-bottom: 50px;

}

.dengji h2{

    font-size: 46px;

    color: #000;

    text-align: center;

}

.dengji form{

    margin-top: 30px;

}

.form-one{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    margin-bottom: 20px;

}

.form-one .form-group{

    width: 48%;

}

.form-one .form-group input{

    width: 100%;

    padding: 15px 10px;

    border: 1px solid #ececec;

    outline: none;

    box-sizing: border-box;

}

.submit{

    overflow: hidden;

    margin-top: 50px;

}

.submit-left{

    width: 48%;

    float: left;

}

.submit-left button{

    width: 25%;

    float: left;

    padding: 10px 0;

    font-size: 16px;

    color: #fff;

    background-color: #b62020;

    text-align: center;

    outline: none;

    border: none;

}
.submit-left button a{
    color: #fff;
}

.submit-left img{

    width: 30%;

    float: left;

    margin-left: 20px;

}

.submit-right{

    width: 48%;

    float: right;

    border: 1px solid #ececec;

}

.submit-right button{

    width: 25%;

    float: left;

    padding: 10px 0;

    font-size: 16px;

    color: #fff;

    background-color: #17449a;

    text-align: center;

    outline: none;

    border: none;

}
.submit-right button a{
    color: #fff;
}

.submit-right p{

    float: left;

    font-size: 16px;

    line-height: 40px;

    color: #666666;

    margin-left: 20px;

}

/* 联系我们 */

.contact{

    overflow: hidden;

    margin: 50px 0;

}
.contact>.container>.contact-cont{
    width: 100%;
}
.contact>.container>.contact-cont h2{
    padding-left: 0;
}

.contact-all{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.contact-cont{

    width: 50%;

}

.contact-cont h2{

    font-size: 24px;

    color: #222222;
    padding-left: 30px;

}

.contact-cont h2::after{

    content: "";

    display: block;

    width: 30px;

    height: 4px;

    background-color: #cbdbe8;

    margin-top: 10px;

}

.contact-cont h3{

    font-size: 24px;

    color: #e92c39;

    margin: 30px 0;
    padding-left: 30px;

}

.contact-cont div p{

    font-size: 16px;

    line-height: 39px;

    color: #222222;
    padding-left: 30px;

}
.wechat{
    margin-top: 20px;
    /* padding-left: 30px; */
    overflow: hidden;
}
.wechat div{
    float: left;
}
.wechat div:last-child{
    margin-left: 90px;
}

.contact-cont>p{

    font-size: 16px;

    color: #666666;

    margin-top: 30px;

}

.contact-cont form{

    margin-top: 20px;

}

.contact-form{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.contact-form .form-group{

    width: 48%;

}

.contact-form .form-group input{

    width: 100%;padding:15px 10px;

    border: none;

    box-sizing: border-box;

    outline: none;

    background-color: #f5f5f5;

}

.contact-cont form textarea{

    width: 100%;

    background-color: #f5f5f5;

    margin-top: 10px;

    border: none;

    outline: none;

    padding: 10px;

    box-sizing: border-box;

}

.contact-cont form .btn{

    width: 30%;

    padding: 10px 0;

    background-color: #17449a;

    font-size: 16px;

    text-align: center;

    color: #fff;

    border: none;

    margin: 10px auto;
    display: block;

    border-radius: 5px;

}

#container{

    width: 100%;

    height: 500px;

}

/* 新闻 */

.new-active{

    color: #17449a;

}

.new-active::after{

    color: #17449a;

    content: "";

    display: block;

    width: 60px;

    height: 2px;

    background-color: #17449a;

    position: absolute;

    bottom: 0px;

}

.new-head{

    background-color: #fff;

    position: relative;

}

.new-left{

    float: left;

}

.new-right{

    float: right;

}

.new-right ul{

    overflow: hidden;

}

.new-right ul li{

    float: left;

    margin: 0 10px;

    cursor: pointer;

}

.news{

    overflow: hidden;

    padding: 50px 0;

    background-color: #f5f5f5;

}

.news-all{

}

.news-cont{

    margin-bottom: 30px;

    border-bottom: 5px solid transparent;

}

.news-cont a{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

    padding: 20px;

    border-radius: 5px;

    background-color: #fff;

}

.news-cont:hover{

    border-bottom: 5px solid #3557a2;

}

.news-cont:hover .news-zhong h2{

    color: #3557a2;

}

.news-left{

    width: 10%;

}

.news-left p{

    font-size: 40px;

    color: #222222;

}

.news-left span{

    font-size: 14px;

    color: #999999;

}

.news-zhong{

    width: 80%;

}

.news-zhong h2{

    font-size: 20px;

    color: #222222;

}

.news-zhong p{

    font-size: 14px;

    line-height: 30px;

    color: #666666;

    margin-top: 10px;

}

.news-right{

    width: 10%;

    position: relative;

}

.news-right i{

    font-size: 30px;

    position: absolute;

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

    top: 50%;

    left: 50%;

}

.news-all>p{

    font-size: 14px;

    color: #666666;

    text-align: center;

}

.new-detail{

    overflow: hidden;

    background-color: #f5f5f5;

    padding: 50px 0;

}

.newdetail-content{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.newdetail-left{

    width: 78%;

}

.newdetail-left-all{

    background-color: #fff;

    padding: 0 20px;

    padding-bottom: 50px;

}

.newdetail-top{

border-bottom: 1px solid #dcdcdc;

padding-top: 30px;

}

.newdetail-top h2{

    font-size: 24px;

    color: #222222;

}

.newdetail-top p{

    margin-top: 20px;

    margin-bottom: 10px;

}

.newdetail-top p span{

    font-size: 14px;

    color: #a5a5a5;

    margin: 0 10px;

}

.newdetail-top i{

    color: #a5a5a5;

}

.newdetail-cont{

    margin-top: 10px;

}

.newdetail-cont div{

    margin-bottom: 30px;

}

.newdetail-cont div p{

    font-size: 14px;

    line-height: 30px;

    color: #666666;

}

.newdetail-cont img{

    width: 90%;

    display: block;

    margin: auto;

}

.newdetail-bottom{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    margin-top: 20px;

}

.newdetail-bottom div:hover{

    background-color: #3557a2;

}

.newdetail-page-left:hover p{

    color: #fff;

    border-left: 1px solid #fff;

}
.newdetail-page-left:hover p a{
    color: #fff;
}

.newdetail-page-right:hover p{

    color: #fff;

    border-right: 1px solid #fff;

}
.newdetail-page-right:hover p a{
    color: #fff;
}

.newdetail-bottom div:hover i{

    color: #fff;

}

.newdetail-page-left{

    width: 47%;

    background-color: #fff;

    padding: 20px 0;

    padding-left: 20px;

}

.newdetail-page-right{

    width: 47%;

    background-color: #fff;

    padding: 20px 0;

    padding-right: 20px;

}

.newdetail-page-left i{

    float: left;

    color: #999999;

}

.newdetail-page-left p{

    float: left;

    border-left: 1px solid #999999;

    font-size: 14px;

    color: #666666;

    padding-left: 10px;

    margin-left: 10px;

}

.newdetail-page-right i{

    float: right;

    color: #999999;

}

.newdetail-page-right p{

    float: right;

    border-right: 1px solid #999999;

    font-size: 14px;

    color: #666666;

    padding-right: 10px;

    margin-right: 10px;

}



.newdetail-right{

    width: 20%;

}

.newdetailright-all:last-child{

    margin-top: 20px;

}

.newdetailright-all ul{

    border: 2px solid #17449a;

}

.newdetailright-all ul li{

    padding: 20px;

}

.newdetailright-all ul li img{

    width: 80%;

    display: block;

    margin-bottom: 20px;

}

.newdetailright-all ul li p{

    font-size: 14px;

    line-height: 39px;

    color: #222222;

}

.newdetailright-top h2{

    font-size: 26px;

    color: #fff;

    text-align: center;

    background-color: #17449a;

    padding-top: 10px;

    padding-bottom: 20px;

}

.newdetailright-content{

    padding-top: 10px;

    background-color: #fff;

    border: 2px solid #17449a;

}

.newdetailright-cont{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

    margin-bottom: 20px;

}

.newdetailright-cont-left{

    width: 40%;

}

.newdetailright-cont-left img{

    width: 100%;

}

.newdetailright-cont-right{

    width: 50%;

}

.newdetailright-cont-right p{

    font-size: 14px;

    line-height: 20px;

    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.newdetailright-cont-right span{

    font-size: 14px;

    color: #666666;

}
.fu-iphone{
    display: none;
}
                    .index-product-top-categories {
                        margin-top: 20px;
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: center;
                    }


                    .index-product-top-category button {
                        background-color: #333;
                        color: #fff;
                        padding: 6px 18px;
                        border: none;
                        font-size: 16px;
                        margin: 0 1.5em;
                        cursor: pointer;
                        transition: all 200ms;
                    }

                    .index-product-top-category.on button,
                    .index-product-top-category button:hover {
                        background-color: #17449a;
                    }

                    .index-product-child-categories-wrap {
                        margin-top: 20px;
                    }

                    .index-product-child-categories {
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: center;
                    }

                    .index-product-child-categories {
                        display: none;
                    }

                    .index-product-child-categories.on {
                        display: flex;
                    }

                    .index-product-child-category button {
                        background: none;
                        border: none;
                        font-size: 14px;
                        padding: 4px 12px;
                        margin: 0 1em;
                        cursor: pointer;
                    }

                    .index-product-child-category.on button,
                    .index-product-child-category button:hover {
                        color: #17449a;
                    }

                    .index-products {
                        display: grid;
                        grid-template-columns: repeat(4, 1fr);
                        grid-gap: 20px 2.6667%;
                    }

                    .index-products {
                        display: none;
                    }

                    .index-products.on {
                        display: grid;
                    }

                    .index-products img {
                        display: block;
                        max-width: 80%;
                        height: auto;
                        object-fit: cover;
                        margin: auto;
                        transition: .3s ease-in;
                    }
                    .image{
                        overflow: hidden;
                    }
                    .index-product:hover .image img{
                        transform: scale(1.1);
                    }

                    .index-product {
                        display: block;
                        border: 1px solid #dedede;
                    }

                    .index-product .text {
                        padding: 10px;
                    }

                    .index-product .text h3 {
                        text-align: center;
                        font-weight: 400;
                    }

                    .index-products-wrap {
                        margin-top: 20px;
                    }

                    @media screen and (max-width: 800px) {
                        .index-product-top-categories{
                            justify-content: space-between;
                        }
                        .index-product-top-categories li{
                            width: 32%;
                        }
                        .index-product-top-category button {
                            font-size: 13px;
                            width: 100%;
                            padding: 6px 12px;
                            margin: 0;
                        }
                        .index-product-child-categories-wrap{
                            display: none;
                        }
                        .index-products {
                            grid-template-columns: 1fr 1fr;
                        }
                        .index-product-child-category{
                            width: 50%;
                        }
                        .index-product-child-category button{
                            margin: 0;
                            padding: 0;
                            font-size: 12px;
                        }

                        .index-product .text h3 {
                            font-size: 12px;
                        }
                    }
/* 手机菜单 */
.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{
      display: none;
  }
  .xl1{
      display: none;
  }
  .xiala1 a{
      font-size: 14px;
  }
  .xl1 a{
      font-size: 12px;
  }
  .iphone-banner{
      display: none;
  }
  .ban-img2{
      display: none !important;
  }
  .iphone-pro{
      display: none;
  }
@media (min-width:1100px) and (max-width:1500px){

    .container{

        width: 90%;

        margin: auto;

    }
    .head ul li a{
        padding: 0 20px;
    }

    .foot-zhong ul li a:first-child::after{

        left: -20px;

    }

    .app-cang div span{

        line-height: 20px;

    }

    .fuwu-right-all{

        padding: 0;

    }
    .about-left>span{
        margin-top: 30px;
    }
    .about-bottom{
        margin-top: 30px;
    }
    .about-right{
        width: 50%;
    }

}

@media (min-width:761px) and (max-width:1099px){

    .container{

        width: 95%;

    }

    .head-left{

        width: 100%;

    }

    .head ul{

        display: none;

    }

    .head-right{

        display: none;

    }

    .foot-zhong{

        display: none;

    }

    .footer{

        padding-bottom: 70px;

    }

    .content-one{

        width: 48% !important;

    }

}

@media screen and (max-width:1099px) {
    .ce{
        top: unset;
        bottom: 65px;
    }
    .ce-all div,.top{
        display: none;
    }
    .online-service{
        display: block !important;
    }
    .online-service .er1{
        display: none;
    }
    .dianhua:hover .er1{
        display: none;
    }
    .fu{

        display: none !important;

    }
    /* a:hover{
        color: #fff;
    } */
    .foot-di{
        padding-bottom: 65px;
    }
    .fu-iphone{
        display: block;
        position: fixed;
        bottom: 10px;
        left: 0%;
        width: 100%;
        z-index: 9990;
    }
    .fu-iphone-all{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: #17449a;
        border-radius: 25px;
    }
    .fu-iphone-cont{
        width: 50%;
        padding: 15px 0;
        text-align: center;
    }
    .fu-iphone-cont p a{
        color: #fff;
    }

    .container{

        width: 95%;

        margin: auto;

    }
    .header{
        width: 100%;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    .head-left{

        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }
    .head-left>p{
        display: none;
    }

    .head-left img{

        width: 100px;

    }

    .head ul{

        display: none;

    }

    .head-right{

        display: none;

    }
    .banner{
        height: 150px;
        margin-top: 70px;
    }
    .product-top form .form-group:last-child{
        width: 50%;
        margin-left: 20px;
    }
    .product-top form .form-group input{
        width: 100%;
        margin-left: 0;
    }
    .product-top form .form-group i{
        right: 10px;
    }
    .about-banner{
        padding-top: 70px;
    }
    .about-banner img{
        height: 100%;
    }
    .swiper-banner{
        height: 100%;
    }
    .banner .swiper-slide img{
        height: 100%;
        object-fit: cover;
    }

    .content{
        display: none;
        margin: 0;

    }
    .content-one div:first-child{
        display: none;
    }

    .content-one{

        width: 50%;

        justify-content: flex-start;

        margin: auto;

        border-right: none;

        margin-top: 20px;

    }
    .content-one div h2{
        font-size: 16px;
    }
    .content-one div p{
        font-size: 12px;
    }

    .fuwu{
        margin-top: 0;
        padding: 0;
    }
    .fuwu-cont1{
        margin-top: 10px;
    }

    .fuwu ul li{

        width: 25%;

        margin-top: 20px;

        padding: 10px 0;
        box-shadow: none;

    }

    .fuwu-left-p{
        padding: 10px;

    }

    .fuwu-left-p h2{

        font-size: 24px;

    }

    .fuwu ul{
        width: 100%;
        cursor: none;

    }

    .fuwu ul li i{

        font-size: 20px;

    }

    .fuwu ul li p{

        font-size: 12px;

        margin-top: 10px;

    }
    .fuwu-cont{
        height: 250px;
        display: none;
    }
    .fuwu-iphone{
        display: block;
        overflow: hidden;
        position: relative;
        padding-bottom: 20px;
    }
    .fuwu-iphone .swiper-slide img{
        width: 100%;
        display: block;
    }
    .fuwu-iphone .fuwu-left-p{
        position: unset;
    }


    .fuwu-left{

        width: 100%;

    }

    .fuwu-right{

        display: none;

    }

    .product{

        margin-top: 20px;

    }

    .product-top h2{

        font-size: 24px;

    }

    .pro-zhong{

        margin-top: 20px;

    }
    .pro-zhong ul{
        cursor: unset;
    }

    .pro-zhong li{

        padding: 5px 10px;

        margin:  0 5px;

    }
    .pro-zhong .active{
        background-color: #17449a;
    }

    .product-cont{

        margin-top: 0;

    }
    .product-all{
        justify-content: space-between;
    }

    .product-all .pro-div{

        width: 48%;
        margin-right: 0;

    }

    .pro-div .pro-div-top img{

        width: 80%;

    }

    .pro-div-bottom .pro-bottom-left{

        font-size: 12px;

        padding-left: 0px;
        float: none;
        text-align: center;

    }

    .pro-bottom-right{

        display: none;

    }

    .pro-div-bottom{

        padding: 0;

    }

    .application{

        width: 95%;

        margin: auto;

        margin-top: 20px;
        padding: 0;
        padding-bottom: 30px;
    }
    .app-top{
        position: unset;
    }
    .app-top h2{

        font-size: 24px;

    }

    .app-top p{

        font-size: 16px;

        line-height: 25px;

    }

    .app-cont{

        margin-top: 0;

    }
    .app-next,.app-prev{
        display: none;
    }
    .app-cont-left{
        width: 100%;
        padding-top: 0;
    }
    .app-cont-right{
        width: 100%;
        margin-top: 20px;
    }
    .app-iphone{
        display: block;
        overflow: hidden;
        position: relative;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .app-content-one>img{
        width: 90%;
        display: block;
        margin: auto;
    }
    .app-one{
        left: 55px;
    }
    .app-one img{
        margin-top: 20px;
    }
    .app-cang{
        width: 90%;
        left: 5%;
    }
    .app-page{
        bottom: 0 !important;
    }

    .app-cont .app-content{

        width: 100%;

        margin-top: 30px;

    }
    .hz-zuo,.hz-you{
        display: none;
    }

    .about{
        padding: 0;
        margin-top: 20px;

    }
    .about-left>h2{
        text-align: center;
    }
    .about-left>p{
        text-align: center;
    }

    .about-left,.about-right{

        width: 95%;

        padding: 0;

        margin: auto;

    }

    .about-right{

        margin-top: 20px;

    }

    .about-left>span{

        padding-right: 0;

        margin-top: 10px;

    }

    .about-cont{

        margin-top: 20px;

        margin-right: 0;

    }

    .about-cont div{

        width: 48%;

        border-right: none;

        margin-top: 10px;
        text-align: center;

    }
    .about-cont div p{
        padding-left: 0;
    }

    .about-bottom{

        margin-top: 20px;
        display: none;

    }

    .about-next,.about-prev{

        background-size: 20px 20px;

        padding: 0 10px;

    }

    .about-next{

        left: 45px;

    }

    .enterprise .enter-left{

        width: 100%;

        padding: 10px 0;

    }

    .enter-left i{

        font-size: 50px;

    }

    .enter-left div{

        margin-left: 20px;

    }

    .enter-left h2{

        font-size: 24px;

    }

    .enterprise{
        margin-top: 20px;

        margin-bottom: 20px;

    }

    .hezuo{

        margin-top: 10px;

    }

    .hezuo-cont{

        width: 32%;

    }

    .hezuo-cont img{

        width: 100%;

    }

    .jujiao{

        padding: 20px 0;

    }

    .jujiao-top h2{

        font-size: 24px;

    }

    .jujiao-top p{

        font-size: 16px;

    }

    .jujiao-cont{

        margin-top: 10px;

    }

    .jujiao-left{

        width: 100%;

        padding: 10px;

    }
    .jujiao-left img{
        width: 80%;
        margin: auto;
        margin-top: 20px;
    }
    .jujiao-left-swiper .swiper-slide p a{
        font-size: 14px;
    }

    .jujiao-right{

        width: 100%;
        height: 100%;
        margin-top: 20px;

    }
    .jujiao-right-all{
        width: 100%;
        height: 100%;
    }
    .jujiao-one-cont span a{
        font-size: 14px;
    }
    .jujiao-right-all-cont{
        height: 50%;
    }

    .jujiao-right-all-div{

        width: 100%;
        height: 200px;
        overflow: hidden;

    }

    .jujiao-one-all{

        padding-left: 20px;

    }

    .tuanjian-all{

        width: 100%;

    }

    .footer{

        padding-bottom: 0;

    }

    .foot-all{

        justify-content: flex-start;

        padding: 20px 0;

    }
    .foot-left{
        width: 100%;
    }
    .foot-left img{
        width: 40%;
        margin: auto;
    }
    .foot-di-left{
        width: 100%;
    }
    .foot-di-left p{
        font-size: 12px;
        text-align: center;
    }
    .foot-di-right p a{
        font-size: 12px;
    }
    .foot-di-left p span{
        display: block;
        margin-left: 0;
    }

    .foot-left p{
        text-align: center;
        margin-bottom: 20px;

    }
    .foot-right{
        width: 100%;
        justify-content: center;
    }
    .foot-right div{
        width: 25%;
        margin-right: 20px;
    }
    .foot-right div:last-child{
        margin-right: 0;
    }

    .foot-right div p{

        font-size: 16px;

    }

    .foot-zhong{

        display: none;

    }

    .foot-di-right{
        width: 100%;
        text-align: center;
        float: left;

    }
    .foot-one-left{
        width: 100%;
    }
    .foot-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .foot-one-right span,.foot-one-right p{
        text-align: left;
    }

    .about-banner p{

        font-size: 16px;

        left: 10%;

    }

    .about-head{

        padding: 10px 0;

    }

    .about-head p{

        font-size: 12px;
        line-height: 20px;

    }

    .about-content{

        margin-top: 20px;

    }

    .about-top-all-left,.about-top-all-right{

        width: 100%;

    }

    .about-right-all{

        padding: 20px;

    }

    .about-right-cont{
        width: 100%;

        margin-top: 0;

    }
    .about-right-cont div{
        margin-top: 20px;
    }

    .nengli{

        margin-top: 20px;

        padding: 20px 0;
        background: url(../img/nengli-bj.png) no-repeat center;
        background-size: cover;

    }

    .nengli-cont{

        width: 49%;

    }

    .nengli-cont div{

        padding:  0 10px;

    }

    .nengli-cont div h2{

        margin-bottom: 10px;

    }

    .nengli-cont div .p2{

        font-size: 12px;

        line-height: 20px;

        margin-bottom: 10px;

    }

    .friend{

        margin: 20px 0;

    }

    .cj-cont{

        width: 100%;

    }
    .cj-pc1{
        display: none;
    }
    .cj-iphone1{
        display: block;
    }

    .products {

        margin: 20px 0;

    }

    .pro-left{

        width: 100%;

    }

    .pro-right{

        width: 100%;

        margin-top: 20px;

    }

    .pro-p{

        padding: 0 10px;

    }

    .pro-p h2{

        font-size: 14px;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

    }

    .pro-p p{
        display: none;
        font-size: 12px;

    }
    .pro-p1{
        display: none !important;
    }

    .pro-p p span{

        width: 100%;
        line-height: 20px;

        font-size: 12px;

    }

    .pro-left div>p{

        font-size: 24px;

    }
    .pro-left ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pro-left ul li{
        width: 32%;
    }

    .pro-left ul li p:first-child{

        padding: 10px 0;
        display: block;

    }
    .pro-left ul li p:first-child a{
        font-size: 14px;
    }
    .pro-left ul li p{
        display: none;
    }
    .pro-contact{
        display: none;
    }
    .pro-right-all{
        justify-content: space-between;
    }
    .pro-right-cont{
        width: 48%;
        margin-right: 0;
    }

    .pro-btn{

        margin-top: 10px;

    }

    .pro-btn a{

        font-size: 12px;

    }

    .pro-btn a p{

        padding: 10px 0;

    }

    .page ul li{

        width: 30px;

        height: 30px;

        line-height: 30px;

        font-size: 12px;

        margin: 0 5px;

    }

    .prodetail-zuo{

        width: 100%;

    }

    .prodetail-you{

        width: 100%;

    }

    .prodetail-bottom{

        margin-top: 20px;

    }

    .prodetail-bottom-p1{

        width: 50%;
        float: none;
        margin: auto;
        display: block;

    }

    .prodetail-bottom-p2{

        width: 100%;

        margin-top: 20px;

    }

    .prodetail-zhong ul{

        width: 100%;

        margin-top: 20px;

    }

    .prodetail-neirong img{

        width: 100%;

    }

    .prodetail-di{

        margin-top: 20px;

    }
    .prodetail-di-left{
        width: 100%;
    }
    .prodetail-di-right{
        width: 100%;
    }

    .tuijian{

        margin-top: 20px;

    }

    .tuijian-all div p span{

        font-size: 12px;

        line-height: 15px;

        padding-left: 5px;

    }

    .tuijian-all div p img{

        display: none;

    }

    .tijiao h2{

        margin: 20px 0;

    }

    .tijiao .btn{

        width: 70%;

        padding: 15px 0;

    }

    .jieneng{

        margin: 20px 0;

    }

    .jieneng-top h2{

        font-size: 24px;

    }

    .jieneng-content{

        margin-top: 20px;

    }

    .jieneng-cont{

        width: 48%;

    }

    .jieneng-cont h2{

        font-size: 16px;

    }

    .jieneng-cont span{

        font-size: 12px;

        line-height: 20px;

        padding: 0 5px;

    }

    .fuwuanli{

        margin: 20px 0;

    }

    .fuwuanli-top h2{

        font-size: 20px;

    }

    .youshi{

        margin: 20px 0;

    }

    .youshi-content{

        margin-top: 0;

    }

    .youshi-cont{

        width: 100%;

    }

    .ys-cont{

        width: 100%;

    }

    .fuwulc{

        padding: 30px 0;

    }

    .fuwulc-content{
        width: 800px;

        margin-top: 20px;

        justify-content: flex-start;

    }

    .fuwulc-cont{

        width: 100px;

        margin-right: 10px;

        margin-top: 20px;

    }

    .fuwulc-cont .p{

        font-size: 12px;

    }

    .chengnuo{

        margin: 20px 0;

    }

    .chengnuo-top h2{

        font-size: 24px;

    }

    .service-cont{

        margin: 20px 0;

    }

    .service-left{

        display: none;

    }

    .service-right{

        width: 100%;

    }
    .fx-all{
        padding: 20px 0;
    }

    .fx-left{
        width: 100%;
    }
    .fx-left h2{
        font-size: 24px;
    }
    .fx-p1{
        font-size: 16px;
    }
    .fx-p2{
        font-size: 14px;
    }
    .fx-right{
        width: 100%;
        margin-top: 20px;
    }
    .fx-right img{
        width: 80%;
        margin: auto;
    }

    .fx-iphone p{

        font-size: 14px;

        color: #fff;

        padding-top: 10px;

    }

    .fx-iphone h2{

        font-size: 24px;

        color: #fff;

        padding: 20px 0;

    }

    .zhuyi-cont{

        width: 100%;

        padding: 10px;

    }

    .zy-left span{

        width: 80%;

        display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;

    }

    .zhuyi-right-cont p{

        width: 65%;

        display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

    overflow: hidden;

    }

    .dengji h2{

        font-size: 24px;

    }

    .form-one .form-group{

        width: 100%;

        margin-top: 20px;

    }

    .form-one{

        margin-bottom: 0;

    }

    .dengji form{

        margin-top: 0;

    }
    .submit{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .submit-left{

        width: 50%;

    }
    .submit-left button{
        width: 100%;
    }
    .submit-right button{
        width: 100%;
    }

    .submit-left img{

        width: 60%;
        display: none;

    }

    .submit-right{

        width: 50%;

        margin-top: 0px;
        border: none;

    }

    .submit-right p{

        width: 65%;

        font-size: 12px;

        line-height: 20px;
        display: none;

    }

    .services{

        margin-top: 20px;

    }

    .service-top h2{

        font-size: 24px;

    }

    .xuanze{

        padding: 20px 0;

    }

    .xuanze-top h2{

        font-size: 24px;

    }

    .xuanze-top p{

        font-size: 12px;

        line-height: 20px;

    }

    .xuanze-all{

        margin-top: 20px;

    }
    .xuanze-pc1{
        display: none;
    }
    .xuanze-iphone1{
        display: block;
    }

    .xuanze-cont{

        width: 100%;

        margin-top: 20px;

    }

    .you-top img{

        width: 50px;

    }

    .you-top p{

        width: 78%;

        margin-left: 10px;

    }

    .you-top p span:first-child{

        font-size: 12px;

    }

    .you-top p span:last-child{

        font-size: 24px;

    }

    .you-top{

        margin-bottom: 10px;

    }

    .xuanze-zong>p{

        font-size: 16px;

        line-height: 30px;

    }

    .xuanze-zong>img{

        margin-top: 20px;

    }

    .zhuanye{

        margin: 20px 0;

    }

    .zhuanye-top h2{

        font-size: 24px;

    }

    .zhuanye-cont{

        margin-top: 0;

    }

    .zhuanye-one, .zhuanye-two{

        margin-top: 20px;

    }

    .new-right{
        display: none;

        width: 100%;

        margin-top: 20px;

    }

    .new-right ul li{

        font-size: 12px;

        margin: 0 5px;

    }

    .new-active::after{

        width: 45px;

    }
    .news-cont{
        margin-bottom: 15px;
    }
    .contact-cont form .btn{
        width: 60%;
    }

    .news{

        padding: 20px 0;

    }

    .news-left{

        width: 30%;

    }

    .news-cont a{

        padding: 10px;

    }

    .news-zhong{

        width: 70%;

    }

    .news-right{

        display: none;

    }

    .news-zhong h2{

        font-size: 18px;

        display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

    overflow: hidden;

    }

    .news-zhong p{

        line-height: 20px;

        display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;

    }

    .contact{

        margin: 20px 0;

    }

    .contact-cont{

        width: 100%;

    }
    .wechat div:last-child{
        margin-left: 0;
    }
    .contact-cont h2{
        padding-left: 0;
    }

    .contact-cont h3{

        font-size: 14px;

        margin: 10px 0;
        padding-left: 0;

    }

    .contact-cont div p{

        font-size: 14px;

        line-height: 30px;
        padding-left: 0;

    }
    .wechat{
        padding-left: 0;
    }
    .contact>.container>.contact-cont{
        margin-top: 20px;
    }

    #container{

        height: 200px;

    }
    /* 加 */
    .about-head p a{
        font-size: 12px;
    }
    .prodetail-prev{
        left: 0;
    }
    .prodetail-next{
        right: 0;
    }
    .prodetail-di-right{
        float: left;
        padding-left: 10px;
        margin-top: 10px;
    }
    .jieneng-cont p{
        width: 50px;
        height: 50px;
    }
    .jieneng-cont p i{
        line-height: 50px;
        font-size: 20px;
    }
    .ys-cont:last-child{
        padding: 10px 0;
    }
    .service-cont{
        display: none;
    }
    .service-iphone{
        display: block;
        overflow: hidden;
        position: relative;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .service-iphone-page{
        bottom: 0 !important;
    }
    .service-iphone .service-all h2{
        font-weight: normal;
        transform: none;
        opacity: 1;
    }
    .service-iphone .service-all p{
        font-size: 14px;
        color: #333333;
        transform: none;
        opacity: 1;
        margin-top: 10px;
        line-height: 28px;
    }
    .zhuyi{
        margin-top: 30px;
    }
    .newdetail-left{
        width: 100%;
    }
    .newdetail-right{
        display: none;
    }
    .new-detail{
        padding: 20px 0;
    }
    .newdetail-top{
        padding-top: 10px;
    }
    .newdetail-top h2{
        font-size: 20px;
        font-weight: normal;
    }
    .newdetail-top p{
        margin-top: 10px;
    }
    .newdetail-cont p{
        font-size: 14px;
        line-height: 24px !important;
        margin-bottom: 0 !important;
    }
    .newdetail-page-left{
        width: 100%;
    }
    .newdetail-page-right{
        width: 100%;
    }
    .newdetail-page-left p,.newdetail-page-right p{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    }
    .newdetail-bottom{
        display: none;
    }
    .dengji{
        margin-bottom: 20px;
    }
    .mobile-inner-nav>ul{
        display: block;
    }
    .banner{
        display: none;
    }
    .iphone-banner{
        display: block;
        overflow: hidden;
        position: relative;
        padding-top: 70px;
    }
    .iphone-banner .swiper-slide img{
        width: 100%;
        display: block;
    }
    .ban-img1{
        display: none !important;
    }
    .ban-img2{
        display: block !important;
    }
    /* .pc-pro{
        display: none;
    }
    .iphone-pro{
        display: block;
    } */



}


.ce-all {
    position: relative;
}

/* 侧边栏 二维码 */
aside {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    z-index: 9999;
    background-color: #17449a;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

aside img {
    display: block;
    width: 110px;
    height: auto;
    margin: auto;
}

aside figcaption {
    letter-spacing: 1px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

/* hide aside on small screen */
@media screen and (max-width: 1099px) {
    aside {
        display: none;
    }
}