.head-page .item:nth-child(1)>a span {
    color: #E5222A;
}

.head-page .item:nth-child(1)>a::after {
    transform: scale(1);
    opacity: 1;
}


.banner .advice {
    transform: translateY(-50%);
    margin-top: 0;
}

.banner .advice-one {
    text-align: left;
}

.banner .advice-one .advice-ftit {
    margin: 22px 0 10px;
}

.banner .advice-desc {
    color: rgba(255, 255, 255, .9);
}

.banner .advice-two {
    text-align: left;
    top: 30%;
}

.banner .advice-two .width1440 {
    padding-left: 5.6%;
    box-sizing: border-box;
}

.banner .advice-two .advice-tit {
    letter-spacing: 5px;

}

.banner .advice-two .advice-ftit {
    margin: 12px 0 0;
}

.banner .advice-three {
    text-align: left;
}

.banner .advice-three .box {
    /* max-width: 885px; */
    max-width: 850px;
    margin-left: auto;
}

.banner .advice-three .advice-ftit {
    margin: 22px 0 10px;
}

.header-nav .item {
    margin-left: 18px;
    transition:all .4s;
}

.header-nav .item::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url(../img/header-nav-icon.png) no-repeat center/cover;
    opacity: 0;
    transition:all .4s;
}
.header-nav .item.active {
    color: #E5222A;
}
.header-nav .item.active::after {
    opacity: 1;
}

.page-tdesc {
    margin: 9px 0 4px;
}

.index-page01 .list {
    width: 31.66%;
    margin-right: 2.51%;
    margin-top: 40px;
    transition: all .4s;
}

.index-page01 .list:nth-child(3n) {
    margin-right: 0;
}

.index-page01 .list .img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
}

.index-page01 .list .img img {
    max-height: 100%;
    max-width: 100%;
    transition: all .4s;
}

.index-page01 .list .text {
    height: 64px;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    box-sizing: border-box;
    transition: all .4s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
    line-height: 64px;
}

.watch-more {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 190px;
    height: 60px;
    border: 1px solid #FF0000;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px auto 0;
    transition: all .4s;
    z-index: 1;
}

.watch-more::before {
    content: "";
    display: block;
    width: 31px;
    height: 16px;
    background: url(../img/watch-more.png) no-repeat center/cover;
    margin-right: 15px;
    transition: all .4s;
}

.watch-more::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FF0000;
    transition: all .4s;
    z-index: -1;
}

.index-page02 {
    background: url(../img/index-bg02.png) no-repeat center/cover;
}

.index-page02 .item-l {
    width: 55.84%;
}

.index-page02 .desc {
    margin-top: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    height: 280px;
}

.index-page02 .desc p {
    margin-bottom: 10px;
}

.index-page02 .item-r {
    width: 40.41%;
    position: relative;
}

.index-page02 .item-r::after {
    content: "";
    display: block;
    width: 117px;
    height: 117px;
    background: #E5222A;
    position: absolute;
    bottom: -30px;
    left: 0;
}

.index-page02 .item-r .img {
    height: 337px;
    width: 95.2%;
    margin-left: auto;
    z-index: 1;
}

.index-page02 .item-r .img img {
    transition: all .4s;
}
.index-page02 .item-r .img .swiper-container{
  height: 100%;
}
.index-page02 .item-r .img .swiper-slide{
  height: 100%;
}
.index-page02 .swiper-pagination-bullet{
   opacity: .5;
}
.index-page02 .swiper-pagination-bullet-active{
   background: #E5222A;
   opacity: 1;
}
.index-page03 .contents {
    height: 574px;
}

.index-page03 .nav {
    height: 100%;
    width: 32.75%;
    border: 1px solid #EEEEEE;
}

.index-page03 .nav .item {
    border-bottom: 1px solid #EEEEEE;
    height: 25%;
    padding: 0 10.5%;
    box-sizing: border-box;
    background: #FAFAFA;
    transition: all .4s;
    cursor: pointer;
}

.index-page03 .nav .item:last-child {
    border-bottom: none;
}

.index-page03 .nav .icon {
    margin-right: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-page03 .nav .icon img {
    transition: all .4s;
}

.index-page03 .nav .icon .h-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.index-page03 .nav .item.active {
    background: #FFFFFF;
    display: flex;
}
.index-page03 .nav .item.active {
    color: #E5222A;
}
.index-page03 .nav .item.active .h-img {
    opacity: 1;
}

.index-page03 .nav .item.active .p-img {
    opacity: 0;
}

.index-page03 .lists {
    width: 67.25%;
    height: 100%;
}

.index-page03 .swiper-slide {
    height: 574px;
}

.index-page03 .swiper-button-next, .index-page03 .swiper-button-prev {
    width: 40px;
    height: 61px;
    background: rgba(229, 34, 42, .6);
    transition: all .4s;
}

.index-page03 .swiper-button-prev:after, .index-page03 .swiper-button-next:after {
    font-size: 20px;
    color: #fff;
}

.index-page03 .swiper-button-prev {
    left: 0;
    transform: translateX(-100%);

}

.index-page03 .swiper-button-next {
    right: 0;
    transform: translateX(100%);
}

.index-page03 .list {
    display: none;
}

.index-page03 .list.active {
    display: block;
}
.index-page03 .lists:hover .swiper-button-next {
    transform: translateX(0);
}

.index-page03 .lists:hover .swiper-button-prev {
    transform: translateX(0);
}

.index-page03 .swiper-button-next:hover, .index-page03 .swiper-button-prev:hover {
    background: rgba(229, 34, 42, 1);
}

@media only screen and (min-width: 960px) {
    .index-page03 .nav .item:hover {
        display: flex;
          color: #E5222A;
    }
    .index-page03 .nav .item:hover .h-img {
        opacity: 1;
    }

   .index-page03 .nav .item:hover .p-img {
        opacity: 0;
    }

    .watch-more:hover:after {
        width: 100%;
    }
    .watch-more:hover {
        color: #fff;
    }
    .watch-more:hover::before {
        background: url(../img/watch-hmore.png) no-repeat center/cover;
    }
    .header-nav .item:hover {
        color: #E5222A;
    }
    .header-nav .item:hover::after {
        opacity: 1;
    }
    .index-page01 .list:hover {
        box-shadow: 14px 14px 8px 1px rgba(203, 203, 203, 0.15);
    }

    .index-page01 .list:hover img {
        transform: scale(1.08);
    }

    .index-page01 .list:hover .text {
        color: #E5222A;
    }

    .index-page02 .item-r .img:hover img {
        height: 110%;
    }

    
}

@media only screen and (max-width: 1200px){
    .watch-more{
        margin: 80px auto 0;
    }
    .index-page03 .contents {
        height: 520px;
    }
    .index-page03 .swiper-slide{
        height: 520px;
    }
    .index-page03 .nav .icon img{
        height: 40px;
    }
    .header-nav .item {
        margin-left: 10px;
    }
}
@media only screen and (max-width: 1080px){
    .watch-more {
        margin: 40px auto 0;
    }
    .header-nav{
        margin-top: 30px;
        width: 100%;
    }
    .header-nav .item:first-child{
        margin-left: 0;
    }
    .index-page01 .list{
        margin-top: 30px;
    }
    .index-page03 .contents {
        height: 480px;
    }
    .index-page03 .swiper-slide{
        height: 480px;
    }
    .watch-more{
        width: 165px;
        height: 50px;
    }
    .index-page02 .desc{
        height: 272px;
    }
}
@media only screen and (max-width: 768px){
    .banner .advice-desc{
        font-size:14px;
        margin-top:10px;
        display:none;
    }

    .index .banner .advice-ftit {
        display:block;
        margin-bottom:0;
        margin-top:10px;
        line-height:1.4;
         font-size:16px;

    }
    .banner .advice-two .width1440 {
        padding-left:0;
    }
    .banner .advice-two .advice-tit {
        letter-spacing: 0;
    }
    .banner .advice-two{
        top:50%;
    }
    .banner .advice-two .advice-ftit{
        display:none;
    }
    .typea .swiper-pagination {
        bottom: 10px;
    }
    .typea .swiper-pagination-bullet {
        width: 25px;
    }
    .index-page01 .list {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .index-page01 .list .text {
        height: auto;
        line-height: initial;
        padding: 15px 0;
    }

    .watch-more {
        width: 137px;
        height: 42px;
        margin: 60px auto 0;
    }
    .index-page02 .item-l {
        width: 100%;
    }
    .index-page02 .item-r {
        width: 100%;
    }
    .index-page02 .desc {
        margin-top: 20px;
        height: 150px;
    }
    .header-nav .item{
        width: 32%;
        margin-right: 2%;
        margin-left: 0;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        margin-top: 10px;
    }
    .header-nav .item::after{
        display: none;
    }
    .header-nav .item:nth-child(3n){
        margin-right: 0;
    }
    .header-nav .item.active{
        color: #FF0000;
    }
    .header-nav {
        margin-top: 10px;
    }
    .index-page03 .nav{
        width: 100%;
    }
    .index-page03 .contents{
        height: auto;
    }
    .index-page03 .lists{
        width: 100%;
    }
    .index-page03 .swiper-slide {
        height: auto;
    }
    .index-page03 .bg-img {
        position: initial;
        transform: translate(0);
        height: auto;
        max-width: 100%;
    }

    .index-page03 .swiper-button-next, .index-page03 .swiper-button-prev {
        width: 32px;
        height: 52px;
    }
    .index-page03 .swiper-button-prev:after, .index-page03 .swiper-button-next:after{
        font-size: 16px;
    }
    .index-page03 .nav .item{
        padding: 15px;
    }
    .index-page03 .nav .icon img {
        height: 28px;
    }
    .index-page03 .nav .icon {
        margin-right: 10px;
    }
    .page-title{
        text-align: center;
    }
}