*{
    margin:0;
    padding:0;
    text-decoration: none;
    list-style: none;
}
/*banner图*/
.banner{
    width:100%;
    height:660px;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*产品中心*/
.product{
    width:100%;
    height:695px;
    background:#eff3f5 ;
}
.product_con{
    width:1200px;
    height:100%;
    margin: 0 auto;
}
.line{
     width:40px;
     height: 4px;
     background: #046CC8;
     margin:10px auto;
 }
.pro_content{
    width: 1200px;
    height:545px;
    margin: 30px auto;
}
.pro_content ul{
    width:100%;
    height:330px;
}
.pro_content ul li{
    width:277px;
    height:330px;
    float: left;
    background: #fff;
    cursor: pointer;
    margin-right: 10px;
}

.pro_content ul li:hover{
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.pro_img{
    width: 100%;
    height: 200px;
    z-index: 2;
    position: relative;
}
.pro_title{
    padding: 10px 10px 0px 10px;
}
.pro_title a{
    font-size:18px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:28px;
}
.pro_info{
    padding: 10px;
}
.pro_info a{
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.pro_title a:hover{
    color: #0c61cc;
}
.pro_img a {
    height: 200px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.pro_card{
    border-radius: 10px;
}
.pro_card:hover img{
    transform: scale(1.04);
    transition: transform 0.3s;
}
.pro_more{
    width:90px;
    height:26px;
    background: #046CC8;
    border-radius:15px;
    text-align: center;
    margin:45px auto;
}
.pro_more a{
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:#fff;
    line-height:26px;
}
/*公司简介*/
.introduce{
    width:100%;
    height:670px;
}
.intr_content{
    width:1200px;
    height:560px;
    margin-top: 60px;
    margin:25px auto;
}
.companyname{
    font-size:18px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(4,108,200,1);
}
.content_right{
    float: right;
    width:550px;
    padding-top:20px;
}
.intr_more{
    width:90px;
    height:26px;
    background: #046CC8;
    border-radius:13px;
    text-align: center;
    margin-left:450px;
    margin-top:10px;
}
.intr_more a{
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:#fff;
    line-height:21px;
}
/*新闻资讯*/
.new{
    width:100%;
    height:730px;
    background:#eff3f5 ;
}
.new_content{
    width:1200px;
    height:570px;
    margin:0 auto;
}
.new_left{
    width:580px;
    height:100%;
    float: left;
}
.new_right{
    width:560px;
    height: 100%;
    float: right;
    border-top: 1px dashed rgba(153,153,153,1);
    border-bottom: 1px dashed rgba(153,153,153,1);
}
.new_info{
    width:540px;
    background: #fff;
    padding: 20px;
}
.new_title a{
    font-size:16px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new_title a:hover{
    color: #0c61cc;
}
.new_new{
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:7;
    overflow: hidden;
    padding-top: 10px;

}
.new_con{
    margin-top: 10px;
}
.new_con a{
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.date{
    font-size:12px;
    font-family:PingFang SC;
    font-weight:300;
    color:#999;
    line-height:28px;
}
.view{
    font-size:12px;
    font-family:PingFang SC;
    font-weight:300;
    color:#999999;
    line-height:28px;
    margin-left: 110px;
}
.new_more{
    float: right;
    right: 20px;
}
.new_more a{
    font-size:12px;
    font-family:PingFang SC;
    font-weight:300;
    color:#48A1EF;
    line-height:28px;
}
.new_list{
    width:100%;
    height:110px;
    margin-top: 25px;
}
.new_date{
    width: 110px;
    height:110px;
    background: #48A1EF;
    margin-right: 10px;
    float: left;
}
.day{
    font-size:36px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
    text-align: center;
    padding: 20px;
}
.year{
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
    text-align: center;
}
.new_infos{
    background: #fff;
    height: 100%;

}
/*联系我们*/
.contact{
    width: 100%;
    height:auto;
    background:#eff3f5 ;
}
