*{
    margin:0;
    padding:0;
}
body{
    color:#333;
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
/* 头部导航 */
/* .header{
    width: 100%;
    height: 80px;
    background: #fff;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    border-bottom: 3px solid #ccc;
    z-index: 99999;
}
.header-logo{
    width: 100px;
}
.menu-active{
    border-bottom:3px solid #007aff !important;
}
.header-right{
    padding-left: 240px;
}
.header-right ul{
    min-width: 700px;
    height: 100%;
    display: flex;
    align-items: center;
}
.header-container{
    width: 1200px;
    padding: 0 21px;
    box-sizing: border-box;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.header-right ul li{
    cursor: pointer;
    height: 100%;
    line-height: 80px;
    border-bottom:3px solid transparent;
    padding-bottom:3px;

}
.header-right ul li:hover{
    border-bottom:3px solid #007aff;
}
.header-right a{
    padding:0 20px;
}
.header-logo{
    height: 100%;
}
.header-logo img{
    height: 100%;
}
.header-menu{
    width: 100%;
    position: fixed;
    top:70px;
    z-index: 99;
    background: #fff;
    
    box-shadow: 0 4px 8px rgb(3 27 78 / 12%);
}
.header-menu>div{
    padding:20px 0;   
    display: none;
    width: 1200px;
    margin:0 auto;
    justify-content: space-between;
}
.header-menu>div img{
    width: 200px;
    height: 200px;
}
.header-menu div>div{
    z-index: 999;
    background: #fff;
    display: flex;
    justify-content: space-around;
}
.header-menu ul{
    margin-left: 60px;
}
.header-menu li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:12px 10px;
    border-bottom:1px solid #ccc;
    font-size:14px;
    color:#545d69;
    cursor: pointer;
    position: relative;
}
.line{
    position: absolute;
    top:30px;
    height: 16px;
    border-left:1px solid rgb(184, 184, 184);
}
.header-btn{
    min-width: 80px;
    height: 35px;
    background:#0082e3;
    line-height: 35px;
    text-align: center;
    margin-top:19px;
    border-radius: 5px;
    color:#fff;
    cursor: pointer;
    padding:0 5px;
    font-size: 15px;
    margin-left:30px;
}
.header-menu1 li:first-child, .header-menu3 li:first-child{
    border-bottom:1px solid #007aff;
    color:#007aff;
    font-size:18px;
    font-weight: 700;
}
.header-menu1 li:first-child:hover{
    background: none;
}
.header-menu li:hover{
    background: rgb(213, 223, 255);
    border-radius: 5px;
    color:#007aff;
}
.header-menu li span{
    color:rgb(167, 167, 167);
    font-size:12px;
    margin-top:3px;
}
.header-menu1{
    display: none;
}
.header-menu2{
    display: none;
}
.header-menu3{
    display: none;
}
.header-menu3 img{
    width: 280px !important;
} */
.banner{
    height: 450px !important;
    margin: 0 auto;
    max-width: 2000px !important;
}
.swiper-pagination{
    bottom:50px !important;
}
.four-youshi{
    width: 1200px;
    display: flex;
    justify-content: space-around;
    margin:30px auto 0;
    position: relative;
    top:-60px;
    z-index:9;
}
.four-youshi>div{
    background: #fff;
    width: 220px;
    height: 80px;
    box-shadow: 0 2px 4px rgb(3 27 78 / 6%);
    border: 1px solid #E5E8ED;
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    padding:0 20px;
}
.four-youshi>div:hover{
    box-shadow: 0 4px 8px rgb(3 27 78 / 12%);
    transition: all .2s linear;
}
.four-youshi>div:nth-child(1) img{
    width: 50px;
    height: 50px;
}
.four-youshi>div>img{
    width: 52px;
    height: 52px;
    margin-right: 12px;
}
.four-text{
    height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.four-text span{
    font-size: 12px;
    color:#666;
}
.bga-mask{
    width: 100%;
    height: 624px;
    position: absolute;
    top: 1848px;;
    background: #F2F2F4;
}
.mySwiper{
    width: 100%;
    height: 100%;
}
.mySwiper img{
    height: 100%;
    width: 100%;
}
.logo-title{
    color:#fff;
    position: absolute;
    top:50%;
    left:150px;
    transform:translatey(-50%)
}
.logo-title h2{
    font-size:40px;
}
.logo-title span{
    display: block;
    margin: 20px 0;
    font-family: '微软雅黑 Light', '微软雅黑 Regular', '微软雅黑';
    font-weight: 250;
    font-style: normal;
    font-size: 18px;
    color: white;
    margin-top: 20px;
    width: 480px;
    line-height: 30px;
}
/* .ani-title1{
    --animate-duration: 1.1s;
} */
.logo-title .zixun{
    width: 150px;
    height: 40px;
    background: linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    --animate-duration: 1.2s;
}
.container{
    width: 1200px;
    /* height: 3000px; */
    margin:0 auto;
    /* border:1px solid red; */
    text-align: center;
}
.fuwu{
    /* height: 400px; */
    /* border:1px solid red; */
    margin-top:10px;
    text-align: center;
}
.fuwu-content{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top:30px;
}
.fuwu-content>div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom:30px;
    width: 100%;
}
.box-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* width: 814px; */
}
.box-content1{
    /* justify-content: left; */
    margin-top: 30px;
    justify-content: space-around;
    /* margin-left: 8px; */
}
/* .box-content1 .box{
    width: 263px;
    margin-right:18px;
} */
/* .box-content1 .box:nth-child(3){
    margin-right: 0;
} */
/* .box-content1 .box:nth-child(-n+3){
    margin-bottom: 15px;
} */
.box-content1 img{
    height: 60px !important;
}
.more-product{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0 !important; 
}
.title{
    font-size:32px;
    text-align: center;
}
.hot-title{
    margin-top: 30px;
}
.text{
    margin-top:10px;
    color:#5e5e5e;
    text-align: center;
}
.blue-line{
    width: 80px;
    height: 2px;
    background:#0082e3;
    margin:8px auto 0;
}
.kaifa{
    margin-top: 30px;
    text-align: left;
    /* width: 800px; */
}
.kaifa .blue-line{
    margin:15px 0;
    width: 100%;
    margin-left: 0;
}
.kaifa p{
    font-size:32px;
}
.kaifa span{
    color:rgb(107, 107, 107);
}
.box{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-around; */
    /* height: 250px; */
    /* width: 32%; */
    padding:80px 20px;
    text-align: center;
    box-sizing: border-box;
    /* padding-top:30px; */
    /* color:#232044; */
    transition: .3s all ease;
    position: relative;
    border:1px solid rgb(218, 218, 218); 
    /* border-radius: 10px; */
    width: 280px;
}
/* .box:nth-child(-n+2){
    margin-bottom: 15px;
} */
.box:nth-child(5) img{
    width: 70px;
    height: 70px;
    /* margin-top: -5px; */
}
.box:hover{
    /* background: #7971c4; */
    color:#fff;
    border:1px solid #007aff;
}
/* .box:hover span{
    color: #fff;
} */
.box:hover p{
    color: #007aff;
}
.box p{
    margin:15px 0;
    /* text-align: left; */
    font-size:18px;
    font-weight: 700;
    color:#333333;
}
.box img{
    height: 80px;
    margin-bottom:20px;
    /* width: 60px; */
    /* margin-right: 20px; */
}
.box span{
    font-size:14px;
    color:#999999;
    line-height: 1.8;
}

.box-bottom{
    display: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    color:#fff;
    bottom:-1px;
    border:1px solid transparent;
    /* border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; */
    background: #007aff;
    cursor: pointer;
}
.box-text{
    padding:0 20px;
}
.box-chanpin{
    /* width: 800px; */
    flex:1;
    display: flex;
    justify-content: space-between;
    margin-left:26px;
    flex-wrap: wrap;
}
.box-chanpin .box:nth-child(-n+3){
    margin-bottom:20px;
}
.box-chanpin .box{
    width: 280px;
    height: 250px;
    padding:20px 10px 0;
}
.box-chanpin .box-bottom{
    height: 40px;
    line-height: 40px;
}
.box-chanpin .box:nth-child(3){
    margin-right: 0;
}
.box-chanpin .box img{
    margin-bottom:0;
}
.box-chanpin .box p{
    margin:10px 0;
}
.box a.more-product{
    display: block;
    font-size:20px;
    margin-top: 35px;
    color:#007aff;
}
.dingzhi{
    padding:30px;
    color:#fff;
    text-align: left;
    width: 280px;
    height: 520px;
    background: url("../images/index-dingzhi.jpg")no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.dingzhi span{
    color:#efefef;
    font-size: 14px;
    line-height:1.4;
}
.dingzhi h3{
    font-size: 25px;
    margin: 30px 0 20px;
}
.dingzhi-btn-a{
    color:#fff;
}
.dingzhi-btn{
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    text-align: center;
    border:1px solid #fff;
    cursor: pointer;
}
/* .box:hover .ani-line1{
    width: 100px;
    height: 1px;
}
.box:hover .ani-line2{
    width: 1px;
    height: 100px;
}
.box:hover .ani-line3{
    width: 100px;
    height: 1px;
}
.box:hover .ani-line4{
    width: 1px;
    height: 100px;
} */
/* .ani-line{
    position: absolute;
    width: 0;
    height: 0;
    /* top:-10px;
    right:-10px; */
    /* background: #26BAFF; */
    /* transition: .6s all; */
/* } */ 
/* .ani-line1{
    top:-10px;
    right:-10px;
}
.ani-line2{
    top:-10px;
    right:-10px;
}
.ani-line3{
    bottom:-10px;
    left:-10px;
}
.ani-line4{
    bottom:-10px;
    left:-10px;
} */
.youshi{
    margin-top:60px;
}
.youshi-container{
    display: flex;
    justify-content: space-around;
    margin-top:30px;
}
.youshi-box{
    width: 260px;
    height: 440px;
    text-align: left;
    box-shadow: 0 2px 10px 2px #dee4e8;
    position: relative;
}
.youshi-box p{
    font-size: 22px;
    color:#444;
    margin:10px 0 6px;

}.youshi-box span{
    font-size: 14px;
    color: #5E5E5E;
}
.youshi-box img{
    height: 300px;
    width: 100%;
}
.youshi-mask{
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top:0;
    left:0;
    padding:24px;
    box-sizing: border-box;
    opacity: 0;
    transition: all .6s;
}
.youshi-mask-top p{
    color:#0068DD;
}
.youshi-mask-top span{
    font-size: 14px;
    color: #444;
    line-height: 20px;
    text-align: justify;
    height: 96px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.youshi-mask-bottom p{
    height: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #444;
}
.youshi-mask-bottom span{
    font-size: 14px;
}
.detail{
    /* width: 80%; */
    height: 40px;
    margin-top: 20px;
    background: rgba(0, 130, 227, 1);
    color:#fff;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.more{
    font-size: 14px !important;
    color: #5E5E5E !important;
    position: relative;
    width: auto;
    width: 75px;
    margin-top:30px;
}
.more::after{
    content: "";
    display: block;
    width: 140px;
    width: 15px;
    height: 15px;
    background: url("../images/index-liaojie.png");
    background-size: contain;
    position: absolute;
    top:3px;
    right: 0;
}
.focus{
    margin-top:60px;
}
.focus-content{
    width: 290px;
    height: 210px;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    /* border:1px solid red; */
}
.focus-content-mask{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-weight: 700; */
    background: rgba(0, 0, 0, .6);
    display: none;
    border-radius: 15px;
}
.focus-content-mask a{
    font-size: 24px;
    color:#fff;
}
.focus-img{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top:30px;
}
.focus-content img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.focus-content p{
    position: absolute;
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    padding-left: 5px;
    left:20px;
    color:#fff;
    bottom:30px;
    border-left:4px solid rgb(26, 26, 212);
}
.kehu{
    margin-top:60px;
}
.kehu-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top:10px;
}
.kehu-img{
    width: 280px;
    height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border:1px solid #ccc;
    margin-top:20px;
    padding:10px 0;
}
.kehu-img img{
    width: 90px;
    height: 90px;
}
.news-box{
    width: 100%;
    background-color: #F2F2F4;
    padding:55px 0;
    margin-top:60px;
}
.news{
    width: 1200px;
    margin:0 auto;
}
.news-content{
    display: flex;
    justify-content: space-around;
    margin-top:30px;
}
.news-card{
    width: 31%;
    background:#fff;
    transition: all .6s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-card:hover{
    box-shadow: 0 4px 20px 2px #cecece;
}
.one-news{
    width: 100%;
    height: 220px;
    position: relative;
}
.one-mask{
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    bottom: 0;
    font-size: 16px;
    line-height: 60px;
    padding-left:20px;
    box-sizing: border-box;
}
.one-mask p{
    color:#fff;
}
.one-mask p:hover{
    color:#02a7f0;
}
.news-card img{
    width: 100%;
    height: 220px;
}
.news-title{
    text-align: left;
    /* padding:20px 20px; */
    /* border:1px solid red; */
    display: flex;
    height: 66px;
    flex-direction: column;
    justify-content: space-between;
    border-bottom:1px solid rgb(238, 236, 236);
    width: 90%;
    margin:0 auto;
    padding:12px 0;
}
.news-title p{
    cursor: pointer;
    font-size: 15px;
}
.news-title p:hover{
    color:#02a7f0;
}
.news-card span{
    color:#818181;
    font-size:12px;
    text-align: right;
}
.more-news{
    border:none;
    text-align: center;
    height: 60px;   
    line-height: 60px;
    /* position: absolute; */
    /* bottom:-60px; */
    /* overflow: hidden; */
}
.more-news a span{
    /* display: block; */
    color:#02a7f0;
    font-size:16px;
    padding-bottom: 2px;
}
.more-news a:hover span{
    border-bottom:1px solid #02a7f0;
}
/* .adv{
    width: 100%;
    height: 150px;
    background: url("../images/index-tiyanbga.jpg")no-repeat;
    background-size:cover;
}
.contact{
    display: flex;
    width: 1200px;
    margin:0 auto;
    justify-content: space-around;
    align-items: center;
    color:#fff;
    height: 100%;
}
.contact p{
    font-size: 20px;
}
.contact-us{
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tiyan{
    padding:10px;
    border:2px solid #fff;
    cursor: pointer;
}
.footer{
    width: 100%;
    padding-bottom:60px;
}
.footer-container{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.footer-city{
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom:1px solid #ccc;
}
.footer-city p{
    font-weight: 700;
}
.footer-city li{
    padding:0 14px;
    border-right:1px solid #ccc;
    font-size: 14px;
}
.footer-center{
    margin-top:30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footerLeft{
    width: 150px;
    height: 150px;
    padding-right:35px;
    border-right:1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;

}
.footerLeft img{
    width: 150px;
}
.foot_right{
    display: flex;
    text-align: left;
    padding-left: 2%;
    color: #666;
    width: 80%;
}
.foot_right ul {
    float: left;
    font-size: 14px;
    padding-right: 50px;
}
.foot_right a {
    color: #666;
    line-height: 23px;
}
.foot_right ul li:first-child {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
}
.code{
    height: 150px;
    width: 150px;
    padding-left:35px;
    border-left:1px solid #ccc;
}
.code img{
    width: 100%;
}
.footer-bottom{
    margin-top:30px;
    text-align: center;
    color:#666;
    font-size:14px;
    border-top:1px solid #ccc;
    padding-top:15px;
}
.footer-bottom a{
    color:#666;
    font-size:14px;
    display: block;
    margin-bottom:5px;
} */

/* 返回顶部 */
/* .return-top{
    position: fixed;
    z-index: 999;
    width: 60px;
    height: 200px;
    right: 10px;
    top:50%;
    transform: translateY(-50%);
}
.return-top img{
    width: 35px;
}
.return-top li{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: rgba(16, 114, 180, 1);
    margin-top:2px;
    cursor: pointer;
    position: relative;
}
.returnBox1{
    display: none;
    width: 30px;
    color:#fff;
    font-size: 14px;
}
.returnBox2{
    width: 160px;
    position: absolute;
    left:-162px;
    top:-26px;  
    border-radius: 8px;
    padding:15px;
    background:#fff;
    border:1px solid #ccc;
    box-sizing: border-box;
    color:#333;
    display: none;
}
.returnBox2 div{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 86px;   
}
.returnBox2 div span{
    position: relative;
    padding-left:16px;
}
.returnBox2 div span::before{
    content: "";
    width: 15px;
    height: 15px;
    left:0px;
    top:4px;
    display: block;
    position: absolute;
    background: url("../images/return-blueqq.png")no-repeat;
    background-size: contain;
}
.returnBox2 text{
    text-align: center;
    color:#666;
    font-size:14px;
}
.return-weixin{
    width: 180px;
    height: 200px;
    left:-182px;
    top:-46px;  
}
.return-weixin img{
    width: 100%;
    margin-top: 25px;
}
.returnContact div span{
    padding-left:24px;
}
.returnContact div span:last-child{
    margin-top:20px;
}
.return-dianhua{
    margin-top:10px;
}
.returnContact{
    width: 180px;
    left:-183px;
}
.returnContact div span::before{
    content: "";
    width: 22px;
    height: 22px;
    left:0px;
    top:0px;
    display: block;
    position: absolute;
    background: url("../images/return-dianhua1.png")no-repeat;
    background-size: contain;
} */
