

.attitude-banner-box{
    overflow: hidden;
    padding-left: 90px;
}
.attitude-banner{
    width: 100%;
    overflow: hidden;
}
.attitude-banner img{
    width: 100%;
    object-fit: cover;
}


.attitude-title-box{
    overflow: hidden;
    padding-left: 90px;
}
.attitude-title{
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 100px 0;
}
.attitude-title h4{
    font-size: 40px;
    color: #000;
    text-align: center;
}
.attitude-title-list{
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
}
.attitude-title-list ul li{
    width: 50%;
    float: left;
    padding: 0 44px;
}
.attitude-title-list ul li:first-child{border-right: 1px solid #e5e5e5;}

.attitude-title-listL{width: 30%;float: left;overflow: hidden;padding-right: 44px;}
.attitude-title-listL img{width: 130px;height: 130px;display: block;transition: all 1.2s;}
.attitude-title-listR{
    width: 70%;
    float: left;
    overflow: hidden;
}
.attitude-title-listR h6{font-size: 20px;color: #333;}
.attitude-title-listR p{font-size: 16px;color: #666;line-height: 26px;margin-top: 16px;}

.attitude-title-list ul li:hover .attitude-title-listL img{
    transform: rotateY(180deg);
}


/* **************************attitude-video******************************** */
.attitude-video-box{
    overflow: hidden;
    padding-left: 90px;
}
.attitude-video{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.attitude-video-big{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.attitude-video-big .swiper-slide img{
    width: 100%;
    height: 680px;
    object-fit: cover;
}
.attitude-video-bigShade{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}


.attitude-video-small{
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 136px;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    padding: 24px 0 0 0;
}
.attitude-video-small-size{
    width: 1440px;
    margin: 0 auto;
    padding: 0 46px;
    position: relative;
}
.attitude-video-small-pic{
    width: 100%;
    height: 84px;
    position: relative;
    cursor: pointer;
}
.attitude-video-small-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.attitude-video-small-pic:hover img{
    border: 2px solid #fff;
}

.attitude-video-small-pic i{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}
.attitude-video-small-pic.cur img{
    border: 2px solid #fff;
}
.attitude-video-small-pic.cur i{
    background-color: rgba(0, 0, 0, 0);
}


.video-click{
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 9;
    margin-top: -17px;
}
.video-click i{
    display: block;
    width: 16px;
    height: 34px;
}
.swiper-video-prev{left: 0;}
.swiper-video-next{right: 0;}
.swiper-video-prev i{background: url('../images/attitude/video_L.png') no-repeat;}
.swiper-video-next i{background: url('../images/attitude/video_R.png') no-repeat;}

.attitude-video-play{
    position: absolute;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%,0);
    text-align: center;
    top: 40%;
}
.attitude-video-play i{
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background: url('../images/attitude/video_play.png') no-repeat;
    transition: all .3s;
}
.attitude-video-play p{font-size: 40px;color: #fff;margin-top: 30px;}
.attitude-video-play:hover i{
    transform: scale(1.08);
}


/* ********************************************************** */
.attitude-report-box{
    overflow: hidden;
    padding-left: 90px;
    position: relative;
}
.attitude-report{
    width: 78.6%;
    margin: 0 auto;
}
.attitude-report-title{
    width: 100%;
    overflow: hidden;
    padding: 70px 0 0 0;
}
.attitude-report-title h4{
    text-align: center;
    font-size: 40px;
    color: #000;
}
.attitude-report-message{
    padding: 60px 0 100px 0;
    width: 100%;
    position: relative;
}

.attitude-size{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.attitude-size-bg{
    width: 94%;
    height: 400px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #e4e4e4;
}
.attitude-size-pic{
    width: 94%;
    height: 400px;
    float: left;
    position: relative;
    z-index: 2;
    margin-top: 6%;
    overflow: hidden;
}
.attitude-size-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.attitude-size-pic:hover img{
    transform: scale(1.06);
}
.attitude-size-check{
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 90%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(178, 178, 168, .9);
    text-align: center;
    transition: all .6s;
}
.attitude-size-check i{
    display: block;
    width: 40px;
    height: 41px;
    background-image: url('../images/attitude/report_big.png');
    margin: 0 auto;
    margin-top: 160px;
}
.attitude-size-check p{
    font-size: 16px;
    color: #fff;
    margin-top: 24px;
}
.attitude-size-pic:hover .attitude-size-check{
    height: 100%;
    opacity: 1;
}

.attitude-LR{
    z-index: 4;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}
.attitude-LR i{
    display: block;
    width: 22px;
    height: 46px;
}
.attitude-report-message .swiper-attitude-prev i{background: url('../images/attitude/report_L.png') no-repeat;}
.attitude-report-message .swiper-attitude-next i{background: url('../images/attitude/report_R.png') no-repeat;}
.attitude-report-message .swiper-attitude-prev{left: -60px;}
.attitude-report-message .swiper-attitude-next{right: -60px;}

.attitude-size-text{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.attitude-size-text p{
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #dcdcdc;
    text-align: center;
    margin: 0 auto;
    margin-top: 32px;
    position: relative;
    z-index: 4;
    overflow: hidden;
}
.attitude-size-text p i{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: block;
    background-color: #c2c2c2;
    margin: 0 auto;
    margin-top: 5px;
    position: relative;
    z-index: 6;
}
.attitude-size-text h6{font-size: 16px;color: #333;margin-top: 32px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}

.attitude-line{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 20%;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
}




/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
    .attitude-title {
        width: 94%;
    }
    .attitude-video-small-size{width: 94%;}
}

@media all and (max-width:1460px) {}

@media all and (max-width:1380px) {}

@media all and (max-width:1300px) {
    .attitude-title-listL{width: 36%;}
    .attitude-title-listR{width: 64%;}
}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {
    .attitude-title-listL{width: 40%;}
    .attitude-title-listR{width: 60%;}
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    .attitude-banner-box{padding-left: 0;}
    .attitude-title-box{padding-left: 0;}
    .attitude-title {
        padding: 32px 0 44px 0;
    }
    .attitude-title h4 {
        font-size: 32px;
    }
    .attitude-title-list {
        padding-top: 32px;
    }
    .attitude-title-list ul li:first-child {
        border-right: none;
    }
    .attitude-title-list ul li {
        width: 100%;
        padding: 0;
    }
    .attitude-title-listL{width: 100%;padding: 0;}
    .attitude-title-listL img{margin: 0 auto;}
    .attitude-title-listR{width: 100%;margin-top: 20px;}
    .attitude-video-box{padding-left: 0;}
    .attitude-video-play p {
        font-size: 20px;
        margin-top: 20px;
    }
    .attitude-video-big .swiper-slide img {
        height: 340px;
    }
    .attitude-video-play{
        top: 26%;
    }
    .attitude-video-small-size {
        padding: 0 30px;
    }
    .attitude-video-small {
        height: 90px;
        padding: 20px 0 0 0;
    }
    .attitude-video-small-pic{height: 54px;}
    .attitude-report-box{padding-left: 0;}
    .attitude-report-title {
        padding: 32px 0 0 0;
    }
    .attitude-report-title h4{font-size: 32px;}
    .attitude-report-message {
        padding: 32px 0 54px 0;
    }
    .attitude-line {
        bottom: 16.7%;
    }
}


