@charset "utf-8";
/*广告图*/
.swiper-ggt{
    position: relative;
}
.swiper-ggt::before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 80%;
    background: #000;
}
.swiper-banner img{
    width: 100%;
}
.swiper-banner .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    border-radius: 50%;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #008aff;
}
.swiper-banner .swiper-pagination-bullets{
    bottom: 2rem!important;
}


/*通用*/
.itit{
    margin-bottom: 5rem;
    text-align: center;
}
.itit .t1{
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 6rem;
}
.itit .t1 span{
    color: #003c96;
}
.itit .t2{
    font-size: 2rem;
    line-height: 3rem;
    color: #777;
    display: table;
    margin: auto;
    position: relative;
}
.itit .t2::after,.itit .t2::before{
    content:"";
    width: 148px;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
}
.itit .t2::after{
    right: -164px;
    background: url(../images/itit-fr.png) left no-repeat;
}
.itit .t2::before{
    background: url(../images/itit-fl.png) left no-repeat;
    left: -165px;
}


/*推荐*/
.ituij{
    margin-top: 9rem;
    background: url(../images/ituij-bj.jpg) center top no-repeat;
    padding: 3rem 0;
    background-size: cover;
}
.ituij-list{
    display: flex;
    justify-content: space-between;
}
.ituij-fl{
    width: 27%;
}
.ituij-fl ul li{
    background: #fff;
    margin-top: 2rem;
}
.ituij-fl ul li a{
    display: flex;
    padding: 3rem 4rem;
}
.ituij-fl ul li a .bigimg{
    width: 30%;
}
.ituij-fl ul li a:hover{
    background:#008aff;    
}
.ituij-fl ul li a:hover dt,.ituij-fl ul li a:hover dd{
    color:#fff;
}
.ituij-fl ul li:first-child{
    margin-top: 0;
}
.ituij-fl ul li .bigimg img{
    width: 100%;
}
.ituij-fl ul li dl{
    margin-left: 10%;
    padding-top: 1rem;
    width: 60%;
}
.ituij-fl ul li dl dt{
    line-height: 3rem;
    font-size: 2.4rem;
}
.ituij-fl ul li dl dd{
    line-height: 2.5rem;
    color: #008aff;
}
.ituij-fl ul li dl dd a:hover{
    color:#ce2731;
}
.ituij-fr{
    width: 72%;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
}
.ituij-video img{
    width: 100%;
}
.ituij-com a{
    display: flex;
}
.ituij-com .img{
    width: 41%;
}
.ituij-com:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.ituij-com .img img{
    width: 100%;
}
.ituij-com .brief{
    width: 59%;
    padding-left: 3rem;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
}
.ituij-com .brief .wz{
    line-height: 3.3rem;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.ituij-com .brief .more{
    background: #003c96;
    color: #fff;
    width: 12.5rem;
    display: block;
    text-align: center;
    line-height: 4rem;
    height: 4rem;
    border-radius: 20px 0 20px 0;
}
.ituij-com .brief .more a:hover{
    background:#ce2731;   
}


/*关于我们*/
.iabout{
    padding: 5rem 0;
}
.iabout-list{
    display: flex;
    justify-content: space-between;
}
.iabout-fl{
    width: 45%;
    border-radius: 10px;
}
.iabout-fl img{
    width: 100%;
}
.iabout-fl:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.iabout-fr{
    width: 52%;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
}
.iabout-fr .wz .bt{
    font-size: 3rem;
}
.iabout-fr .wz .brief{
    line-height: 4rem;
    /* margin-top: 2rem; */
    color: #666;
    font-size: 2rem;
}
.iabout-fr .wz .more{
    margin-top: 1rem;
}
.iabout-fr .wz .more a{
    color: #008aff;
    display: block;
}
.iabout-fr .shuzi a{
    display: table;
}
.iabout-fr .shuzi dl{
    float: left;
    /* margin-right: 6rem; */
    width: 25%;
}
.iabout-fr .shuzi dl dt{
    color: #003c96;
    font-size: 5rem;
    line-height: 5rem;
    position: relative;
    margin-bottom: 1.5rem;
    height: 5rem;
}
.iabout-fr .shuzi dl dt::after{
    content:"";
    background: #20aefa;
    width: 35px;
    height: 5px;
    position: absolute;
    bottom: -1rem;
    left: 0;
    border-radius: 5px;
}
.iabout-fr .shuzi dl dt span{
    font-size: 1.4rem;
    color: #333;
}
.iabout-fr .shuzi dl dd{
    margin-top: 0;
}


/*产品*/
.ipro{
    background: #f5fafc;
    padding: 5rem 0;
}
.ipro-list{
    display: flex;
    justify-content: space-between;
}
.ipro-fl{
    width: 22%;
    background: #008aff;
}
.ipro-fl .bt{
    background: #003c96;
    color: #fff;
    padding: 3rem 0;
}
.ipro-fl .bt dl{
    background: url(../images/ipro-fl.png) left center no-repeat;
    padding-left: 7rem;
    display: table;
    margin: auto;
}
.ipro-fl .bt dl dt{
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 4rem;
}
.ipro-fl .bt dl dd{
    margin: 0;
}
.ipro-fl ul{
    padding: 2rem;
}
.ipro-fl ul li{
    border-bottom: 1px dashed #fff;
    text-align: center;
}
.ipro-fl ul li:last-child{
    border: 0;
}
.ipro-fl ul li a{
    color: #fff;
    display: block;
    font-size: 2.4rem;
    line-height: 4rem;
    padding: 4rem 0;
}
.ipro-fl ul li a:hover{
    background:#ce2731;
}
.ipro-fr{
    width: 75%;
}
.ipro-fr ul{
    margin-left: -2rem;
    margin-right: -2rem;
}
.ipro-fr ul li{
    padding: 0 2rem 1rem;
}
.ipro-fr ul li .bigimg{
    border: 1px solid #f5fafc;
}
.ipro-fr ul li .bigimg img{
    width: 100%;
}
.ipro-fr ul li a:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.ipro-fr ul li p{
    background: #f6f6f6;
    margin-top: 1rem;
    line-height: 8rem;
    height: 8rem;
    padding: 0 2rem;
    font-size: 2.2rem;
}
.ipro-fr ul li a:hover .bigimg{
    border:1px solid #008aff;
}
.ipro-fr ul li a:hover p{
    background:#008aff;
    color:#fff;
}


/*优势*/
.iyoushi{
    padding:5rem 0;
}
.iyoushi-list{
    display: flex;
    justify-content: space-between;
}
.iyoushi-list .tp{
    width: 44%;
}
.iyoushi-list .tp img{
    width:100%;
}
.iyoushi-list .con{
    width: 53%;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
    position: relative;
}
.iyoushi-list .con::after{
    content:"";
    border-left: 1px dashed #333;
    position: absolute;
    width: 1px;
    height: 100%;
    left: 2.5rem;
}
.iyoushi-list .con dl{
    display: flex;
    margin-top: 3rem;
    position: relative;
    z-index: 999;
}
.iyoushi-list .con dl:first-child{
    margin-top:0;
}
.iyoushi-list .con dl dt{
    font-size: 4rem;
    color: #008aff;
    line-height: 5rem;
    height: 5rem;
    position:relative;
    background: #fff;
}
.iyoushi-list .con dl dt span{
    position: relative;
}
.iyoushi-list .con dl dt::after{
    content: "优势";
    position: absolute;
    font-size: 1.2rem;
    left: 0;
    z-index: 9999;
    background: #fff;
    line-height: 2rem;
    bottom: 0;
}
.iyoushi-list .con dl dd{
    margin-left: 2rem;
}
.iyoushi-list .con dl dd p{
    line-height: 3rem;
}


/*荣誉资质*/
.ihonor{
    padding: 5rem 0;
    background: url(../images/ihonor-bj.png) bottom center no-repeat;
}
.ihonor-list{
    position: relative;
    padding: 0 7rem;
}
.ihonor-list .swiper-slide .bigimg{
    border: 1px solid #e5e5e5;
}
.ihonor-list .swiper-slide img{
    width: 100%;
}
.ihonor-list .swiper-slide:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.ihonor-list .swiper-ihonor-next,.ihonor-list .swiper-ihonor-prev{
    background: #008aff;
    color: #fff;
    position: absolute;
    width: 4rem;
    height: 7rem;
    line-height: 7rem;
    font-size: 3rem;
    text-align: center;
    top: 50%;
    cursor: pointer;
}
.ihonor-list .swiper-ihonor-next{
    right: 0;
    margin-top: -3.5rem;
}
.ihonor-list .swiper-ihonor-prev{
    left: 0;
}


/*新闻资讯*/
.inews{
    background: #f2f7f9;
    padding: 5rem 0 6rem;
}
.inews-list ul{
    margin-left: -2rem;
    margin-right: -2rem;
}
.inews-list ul li{
    padding: 0 2rem;
}
.inews-list ul li a{
    position: relative;
}
.inews-list ul li .bigimg img{
    width: 100%;
    height: 30rem;
}
.inews-list ul li a:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.inews-list ul li .con{
    background: #fff;
    display: flex;
}
.inews-list ul li .con dl{
    width: 75%;
    padding: 2rem 2em 4rem;
    border-right: 1px solid #dcdcdc;
}
.inews-list ul li .con dl dt{
    font-size: 2rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.inews-list ul li .con dl dd{
    color: #666;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.inews-list ul li .date{
    width: 25%;
    text-align: center;
    margin-top: 2rem;
}
.inews-list ul li .date span{
    font-size: 5rem;
    color: #7f7f7f;
    font-weight: bold;
    line-height: 5rem;
    height: 5rem;
    display: block;
}
.inews-list ul li .date p{
    color: #7f7f7f;
}
.inews-list ul li .fh{
    width: 6rem;
    height: 6rem;
    position: absolute;
    background: #008aff;
    text-align: center;
    line-height: 6rem;
    font-size: 3rem;
    color: #fff;
    bottom: -3rem;
    right: 7rem;
}
.inews-list ul li:hover .fh{
    background:#f00;
}