@charset "utf-8";

.pro-page01 .list .width1400{
    justify-content: space-between;
    padding: 55px 0;
}
.pro-page01 .list:nth-child(2n){
    background: #f8fbfd;
}
.pro-page01 .list:nth-child(2n) .width1400{
    flex-direction: row-reverse; 
}
.pro-page01 .list:nth-child(1) .width1400{
     padding-top: 0;
}
.pro-page01 .page-title{
    border-top: 1px solid #E5E5E5;
}
.pro-page01 .img{
    width: 31.21%;
    height: 314px;
    position: relative;
    overflow: hidden;
}
.pro-page01 .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    max-width: 10000px;
    transition: all .4s;
}
.pro-page01 .texts{
    width: 56%;
}
.pro-page01 .texts .tit{
    color: #D8282B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* margin-top: 57px; */
}
.pro-page01 .texts .con{
    font-size: 14px;
    color: #555555;
    line-height: 1.72;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 18px 0 48px;
}
.pro-page02 .page-sline{
    margin-top: 8px;
}
.pro-page02 .lists{
    margin-top: 30px;
}
.pro-page02 .list {
    width: 25%;
    height: 642px;
    position: relative;
    overflow: hidden;
}
.pro-page02 .list img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 10000px;
    height: 100%;
}
.pro-page02 .hid{
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background: rgba(25,114, 177, .6);
   transition: all .3s;
   transform: translateX(-100%);
}
.hid-advice{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.pro-page02 .line{
    width: 44px;
    height: 2px;
    background:  #FFFFFF;
    margin: 0 auto 15px;
}
.pro-page02 .tit{
    color: #FFFFFF;
}
.pro-page03 .header{
    border-bottom: 1px solid #E5E5E5;
    margin: 75px 0 60px;
}
.pro-page03 .header .link {
    color: #333333;
    padding: 0 7px 5px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin-right: 42px;
}
.pro-page03 .header .link::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #D8282B;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scale(0);
    transition: all .3s;
}
.pro-page03 .header .link.active::after{
    transform: scale(1);
}
.pro-page03 .lists{
    overflow: hidden;
    border-bottom: 1px solid #D2D2D2;
}
.pro-page03 .item{
    padding: 0 14%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.pro-page03 .pro03-content{
    overflow: initial;
    height: 620px;
    background: url(../images/pro09.png) no-repeat center/cover;
}
.pro-page03 .item .item-l{
    width: 52.7%;
}
.pro-page03 .item .item-r{
   width: 47.3%;
   padding-left: 10.6%;
   box-sizing: border-box;
}
.pro-page03 .item .tit{
    color: #FFFFFF;
}
.pro-page03 .line{
    height: 1px;
    background: #BFBFBF;
    width: 100%;
    margin: 38px 0 20px;
}
.pro-page03 .item .con{
    font-size: 14px;
    color: #EDEDED;
    line-height: 1.72;
}
.pro-page03  .swiper-pagination-bullet {
    width: initial;
    height: initial;
    display: inline-block;
    border-radius: initial;
    background: transparent;
    opacity: 1;
}
.pro03-nav{
    padding: 0 40px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 784px;
    margin: 0 auto;
}
.pro03-nav .swiper-container{
    height: 120px;
    position: initial;
    width: 100%;
}
.pro03-nav .link {
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.pro03-nav .swiper-button-next:after, .pro03-nav .swiper-button-prev:after {
    font-weight: bold;
    font-size: 18px;
}
.pro03-nav .tit{
    font-size: 16px;
    color: #444444;
}
.pro03-nav .scale{
    width: 8px;
    height: 8px;
    background: #BBBBBB;
    border-radius: 50%;
    margin-top: 5px;
}
.pro03-nav .swiper-slide-thumb-active .tit{
    color: #D8282B;
}
.pro03-nav .swiper-slide-thumb-active .scale{
    background: #D8282B;
}
.pro03-nav .swiper-button-prev{
    left: 0px;
}
.pro03-nav .swiper-button-next{
    right: 0;
}
/* 产品列表开始 */
.proList-form{
    width: 572px;
    margin: 0 auto;
}
.proList-form .proList-text{
    width: 510px;
    height: 58px;
    border: 1px solid #EEEEEE;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 14px;
    color: #999999;
    outline: none;
}
.proList-form .submit{
    width: 62px;
    height: 58px;
    background: #D8282B;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
}
.proList-page .list{
    width: 22%;
    margin-right: 4%;
    margin-top: 36px;
    border: 1px solid #D2D2D2;
}
.proList-page .list:nth-child(4n){
    margin-right: 0;
}
.proList-page .img{
    position: relative;
    overflow: hidden;
    height: 225px;
}
.proList-page .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 10000px;
    height: 100%;
    transition: all .3s;
}
.proList-page .texts{
    line-height: 58px;
    color: #555555;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.proList-nax{
    margin: 0 0 30px;
}
.proList-nax .link,.proList-nax .tit{
    font-size: 16px;
    color: #333333;
}
.proList-nax .link{
    padding: 0 33px;
    box-sizing: border-box;
    line-height: 32px;
    cursor: pointer;
}
.proList-nax .tit{
    width: 80px;
}
.proList-nax .box {
   padding-left: 25px;
   box-sizing: border-box;
   width: calc(100% - 80px);
}
.proList-nax .link.active{
    background: #D8282B;
}
.proList-nax .link.active{
    color: #ffffff;
}
.proList-nax-one{
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 25px;
}
.proList-nax-two{
    margin-top: 20px;
}
.proList-nax-two .item-box{
    display: none;
}
.proList-nax-two .item-box.active{
    display: flex;
}
.proList-nax-thr{
    margin-top: 20px;
    padding-left: 80px;
    box-sizing: border-box;
}
.proList-nax-thr .item-box{
    display: none;
}
.proList-nax-thr .item-box.active{
    display: flex;
}
@media only screen and (min-width: 960px) {
    .pro-page01 .img:hover img{
        height: 110%;
    }
    .pro-page02 .list:hover .hid{
        transform: translateX(0);
    }
    .pro-page03 .header .link:hover::after{
        transform: scale(1);
    }
    /* 产品列表开始 */
    .proList-page .list:hover img{
         height: 110%;
    }
    .proList-page .list:hover .texts{
        background: #D8282B;
        color: #ffffff;
        border: 1px solid #D8282B;
    }
}
@media only screen and (max-width:1200px) {
    .pro-page01 .img{
        height: 250px;
        width: 42%;
    }
    .pro-page01 .list:last-child .width1400{
        padding: 55px 0 27px;
    }
    .pro-page02 .list{
        height: 550px;
    }
    .pro-page03 .pro03-content{
        height: 520px;
    }
    .pro-page03 .item{
        padding: 0 4%;
    }
    .pro-page03 .header{
        margin: 65px 0 50px;
    }
    .pro03-nav .tit{
        font-size: 15px;
    }
    .proList-nax .link,.proList-nax .tit{
        font-size: 15px;
        color: #333333;
    }
    .proList-nax .link {
        padding: 0 20px;
    }
    .proList-nax {
        margin: 0;
    }
    .proList-nax .box {
        padding-left: 10px;
    }

}
@media only screen and (max-width:960px) {
    .pro03-nav{
        width: 100%;
    }
    .proList-page .list {
        width: 48%;
        margin-right: 4%;
    }
    .proList-page .list:nth-child(3n){
        margin-right: 4%;
    }
    .proList-page .list:nth-child(2n){
        margin-right: 0;
    }


    .proList-nax .box{
        width: 100%;
    }
    .proList-nax .link, .proList-nax .tit{
        font-size: 14px;
    }
    .proList-nax .link {
        padding: 0 8px;
    }
    .proList-nax-thr {
        margin-top: 10px;
        padding-left: 0;
    }
    .SchoolListLoad{
        justify-content: center;
    }
    .proList-nax .box{
        margin-top: 10px;
    }
    .proList-nax-one {
        border-bottom: 1px solid #EEEEEE;
        padding-bottom: 15px;
    }
    .proList-nax-two{
        border-bottom: 1px dashed #EEEEEE;
        padding-bottom: 15px;
    }
}
@media only screen and (max-width:768px) {
    .pro-page01 .img {
        width: 100%;
        height: auto;
    }
    .pro-page01 .img img{
        height: auto;
        position: initial;
        transform: translate(0);
        width: 100%;
    }
    .pro-page01 .texts {
        width: 100%;
        padding-top: 25px;
    }
    .pro-page01 .texts .con{
        margin: 5px 0 25px;
    }
    .pro-page01 .texts .tit{
        margin-top: 0;
    }
    .pro-page01 .list .width1400{
        padding: 30px 0;
    }
    .pro-page01 .list:last-child .width1400 {
        padding: 30px 0 0;
    }
    .pro-page02 .lists{
        margin-top: 0;
    }
    .pro-page02 .list {
        height: 450px;
        width: 50%;
    }
    .pro-page03 .header {
        margin: 25px 0 25px;
    }
    .pro-page03 .item .item-l{
        width: 100%;
    }
    .pro-page03 .item .item-r {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .pro-page03 .pro03-content{
        height: auto;
        padding: 25px 0;
        box-sizing: border-box;
    }
    .pro-page03 .line{
        display: none;
    }
    .pro-page03 .item .con{
        margin-top: 10px;
    }
    .pro-page03 .header .link{
        margin-right: 15px;
        padding: 0 0 5px;
    }
    .pro03-nav .link {
        padding: 0;
    }
    .pro03-nav .swiper-container {
        height: auto;
        padding: 20px 0;
    }

    /* 产品列表开始 */
    .proList-form{
        width: 100%;
    }
    .proList-form .submit {
        width: 55px;
        height: 45px;
    }
    .proList-form .submit img{
        max-height: 20px;
    }
    .proList-form .proList-text {
        width: calc(100% - 55px);
        height: 45px;
        padding: 0 30px;
    }
    .proList-page .list{
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .proList-page .img{
        height: auto;
    }
    .proList-page .img img {
        position: initial;
        transform: translate(0);
        height: auto;
        width: 100%;
    }
    .proList-page .list:nth-child(3n){
        margin-right: 0;
    }
}
@media only screen and (max-width:440px) {
    .pro-page02 .list {
        height: 245px;
    }
}