@charset "utf-8";

/*figure {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #bb1d21;
}*/

.Htop .header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}


.section1{ position: relative;}
.Hbanner{ position: relative;}
.Hbanner,
.Hbanner .slick-slider,
.Hbanner .slick-list,
.Hbanner .slick-track,
.Hbanner .slick-slide,
.Hbanner figure{ height: 100%;}
.Hbanner figure{ background-size: cover; background-position: center; background-repeat: no-repeat;}
.Hbanner img {
    width: 100%;
}

@media screen and (min-width:1001px){
    .Hbox3 {
        padding-top: 4%;
    }
    
    .Hbox3 .big {
        overflow: hidden;
        margin-top: 1.5%;
        margin-bottom: 10px;
    }
    
    .Hbox3 .big .ul {
        max-width: 1480px;
        width: 96%;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .Hbox3 .big .ul li {
        /* padding: 0 40px; */
    }
    
    .Hbox3 .big .slick-list {
        overflow: initial;
    }
    
    .Hbox3 .big .con {
        position: relative;
    }
    
    .Hbox3 .big .con * {
        transition: all 0.5s;
    }
    
    .Hbox3 .big .con::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
    }
    
    .Hbox3 .big figure {
        width: 100%;
        padding-top: 38.572%;
    }
    
    .Hbox3 .big .txt {
        position: absolute;
        top: 36%;
        margin-top: -173px;
        right: 0%;
        width: 436px;
        height: 468px;
        background-color: #fff;
        border-radius: 0px 12px 12px 0px;
        overflow: hidden;
        opacity: 0;
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    
    }
    
    .Hbox3 .big .txt::before,
    .Hbox3 .big .txt::after {
        content: '';
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        background-color: #fff;
    
    
    }
    
    .Hbox3 .big .txt::before {
        transform: skew(-8deg);
        left: -6%;
        border-radius: 60px 0 0 0;
    }
    
    .Hbox3 .big .txt::after {
        right: -6%;
        transform: skew(-8deg);
        border-radius: 0 0 60px 0;
    
    }
    
    .Hbox3 .big .txt .box {
        position: relative;
        z-index: 1;
    
    }
    
    .Hbox3 .big .txt h2 {
        font-weight: normal;
        font-size: 26px;
        color: #333333;
        margin-bottom: 5%;
    }
    
    .Hbox3 .big .txt p {
        color: #666666;
        line-height: 30px;
        margin-bottom: 5%;
        letter-spacing: 1px;
        text-align: justify;
    }
    
    .Hbox3 .big .txt a {
        display: inline-block;
        color: #bb9669;
        border-bottom: 1px solid #bb9669;
        padding-bottom: 5px;
    }
    .Hbox3 .big .txt a:hover{ color: #bd1e23; border-bottom-color:#bd1e23 ;}
    
    .Hbox3 .big .slick-current .con::before {
        opacity: 0;
    }
    
    .Hbox3 .big .slick-current figure {
        width: 1200px;
        border-radius: 8px 0px 0px 8px;
    }
    
    .Hbox3 .big .slick-current .txt {
        opacity: 1;
    }
    
    .Hbox3 .small .slick-arrow {
        width: 54px;
        height: 54px;
        top: 43%;
    }
    
    .Hbox3 .small .slick-arrow:hover {
        background-color: #ED6D00;
        background-image: url(../images/1h23.png) no-repeat;
    }
    
    .Hbox3 .small .slick-prev {
        left: 8%;
        
        background: url(images/1h23.png);
    }
    
    .Hbox3 .small .slick-prev::before {
        background: url(../images/1h23.png);
    }
    
    .Hbox3 .small .slick-next {
        right: 8%;
    }
    
    .Hbox3 .small .slick-next::before {
        background: url(../images/1h24.png);
    }
    
    .Hbox3 .small .slick-dots {
        z-index: 2;
        width: auto;
        right: 55%;
        top: -15px;
        margin-right: -690px;
    }
    
    .Hbox3 .slick-dots li {
        display: none;
        font-size: 26px;
        color: #ED6D00;
    }
    
    .Hbox3 .slick-dots em,
    .Hbox3 .slick-dots span {
        color: #ED6D00;
    }
    
    .Hbox3 .slick-dots em {
        display: inline-block;
        margin: 0 15px;
    }
    
    .Hbox3 .slick-dots .slick-active {
        display: block;
        margin: 0;
        padding: 0;
    }
    .Hbox3 .boxCon{ position: relative;}
    .Hbox3 .small,
    .Hbox3 .small .ul{ position: static;}
    .Hbox3 .small .ul {
        margin: 0 -19px;
    }
    
    .Hbox3 .small li {
        padding: 19px;
    }
    
    .Hbox3 .small .box {
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
        background:#fff;
        height: 100px;
    }
    
    .Hbox3 .small figure {
        width: 50px;
        text-align: center;
    }
    
    .Hbox3 .small .img2 {
        display: none;
    }
    
    .Hbox3 .small .txt {
        text-align: center;
        position: relative;
    }
    
    .Hbox3 .small .txt h2 {
        font-weight: normal;
        font-size: 20px;
        
        color: #333333;
    }
    
    .Hbox3 .small .txt p {
        font-size: 14px;
        color: #999999;
    }
    
    .Hbox3 .small i {
        position: absolute;
        right: -10px;
        top: -10px;
        width: 10px;
        height: 10px;
        border: 100%;
        background-color: #fff;
        border-radius: 100%;
        border: 2px solid #e8e8e8;
    }
    
    .Hbox3 .small .slick-current {
        position: relative;
    }
    
    .Hbox3 .small .slick-current::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-40%);
        top: 0px;
        border: 10px solid transparent;
        border-bottom-color: #ED6D00;
    
    }
    
    .Hbox3 .small .slick-current .box {
        
        background: #ED6D00;
        border-color: #ED6D00;
        box-shadow: 0 5px 15px rgba(187, 28, 33, 0.4);
        background-image: url(../images/1h27.png);
        background-size: 100% 100% !important;
    
    }
    
    .Hbox3 .small .slick-current .box .img1 {
        display: none;
    }
    
    .Hbox3 .small .slick-current .box .img2 {
        display: block;
    }
    
    .Hbox3 .small .slick-current .box .txt h2 {
        color: #fff;
    }
    
    .Hbox3 .small .slick-current .box .txt p {
        color: rgba(255, 255, 255, 0.5);
    }
    
    .Hbox3 .small .slick-current .box i {
        border-color: #f09c9f;
    }
}




@media screen and (max-width: 1600px) {
    .Hbox3 .big .ul {
        max-width: 1200px;
    }

    .Hbox3 .big .txt p {
        line-height: 24px;
        overflow: hidden;
        max-height: 120px;
    }

    .Hbox3 .big .slick-prev {
        left: -2%;
    }

    .Hbox3 .big .slick-next {
        right: -2%;
    }
}

@media screen and (max-width: 1440px) {
    .Hbox3 .big .ul {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1024px) {
    .Hbox3 .big .ul {
        width: 80%;
    }

    .Hbox3 .big .ul li {
        padding: 0 10px;
    }

    .Hbox3 .big .ul .txt {
        position: relative;
        transform: none;
        width: 100%;
        border-radius: 0;
        right: 0;
        padding: 5%;
        opacity: 1;
    }

    .Hbox3 .big .ul .txt::before,
    .Hbox3 .big .ul .txt::after {
        display: none;
    }

    .Hbox3 .big .slick-current figure {
        width: 100%;
    }

    .Hbox3 .big .slick-arrow {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    .Hbox3 .big .slick-prev {
        left: -4%;

    }

    .Hbox3 .big .slick-next {
        right: -4%;
    }

    /* .Hbox3 .small {
        display: none;
    } */
}

@media screen and (max-width: 640px) {
    .Hbox3 .big .ul li {
        padding: 0 10px;
    }

    .Hbox3 .big .ul .txt h2 {
        font-size: 18px;
    }
}




@media screen and (max-width:1000px) {
    .Hbox3_wap .small_wap .box {
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;    
        cursor: pointer;
        background:#fff;
        height: 50px;
    }

    .Hbox3 .big .ul {
      
        margin: 0px auto;
    margin-top: 20px;
    }



    .Hbox3_wap .small_wap .slick-arrow:hover {
        background-color: #ED6D00;
        background-image: url(../images/1h23.png) no-repeat;
    }
    
    .Hbox3_wap .small_wap .slick-prev {
        left: 8%;
        
        background: url(images/1h23.png);
    }
    
    .Hbox3_wap .small_wap .slick-prev::before {
        background: url(../images/1h23.png);
    }
    
    .Hbox3_wap .small_wap .slick-next {
        right: 8%;
    }
    
    .Hbox3_wap .small_wap .slick-next::before {
        background: url(../images/1h24.png);
    }
    
    .HbHbox3_wapox3 .small_wap .slick-dots {
        z-index: 2;
        width: auto;
        right: 55%;
        top: -15px;
        margin-right: -690px;
    }
    
    .Hbox3_wap .slick-dots li {
        display: none;
        font-size: 26px;
        color: #ED6D00;
    }
    
    .Hbox3_wap .slick-dots em,
    .Hbox3_wap .slick-dots span {
        color: #ED6D00;
    }
    
    .Hbox3_wap .slick-dots em {
        display: inline-block;
        margin: 0 15px;
    }
    
    .Hbox3_wap .slick-dots .slick-active {
        display: block;
        margin: 0;
        padding: 0;
    }
    .Hbox3_wap .boxCon{ position: relative;}
    .Hbox3_wap .small_wap,
    .Hbox3_wap .small_wap .ul{ position: static;margin-top: 20px;}
    .Hbox3_wap .small_wap .ul {
        /* margin: 0 -19px; */
    }
    
    /* .Hbox3_wap .small_wap li {
        padding: 19px;
    } */
    
    
    .Hbox3_wap .small_wap figure {
        width: 50px;
        text-align: center;
    }
    
    .Hbox3_wap .small_wap .img2 {
        display: none;
    }
    
    .Hbox3_wap .small_wap .txt {
        text-align: center;
        position: relative;
    }
    
    .Hbox3_wap .small_wap .txt h2 {
        font-weight: normal;
        font-size: 12px;
        
        color: #333333;
    }
    
    .Hbox3_wap .small_wap .txt p {
        font-size: 14px;
        color: #999999;
    }
    
    .Hbox3_wap .small_wap i {
        position: absolute;
        right: -10px;
        top: -10px;
        width: 10px;
        height: 10px;
        border: 100%;
        background-color: #fff;
        border-radius: 100%;
        border: 2px solid #e8e8e8;
    }
    
    .Hbox3_wap .small_wap .slick-current {
        position: relative;
        /* width: auto !important; */
    }
    
    .Hbox3_wap .small_wap .slick-current::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-40%);
        top: 0px;
        border: 10px solid transparent;
        border-bottom-color: #ED6D00;
    
    }
    
    .Hbox3_wap .small_wap .slick-current .box {
        
        background: #ED6D00;
        border-color: #ED6D00;
        box-shadow: 0 5px 15px rgba(187, 28, 33, 0.4);
        background-image: url(../images/1h27.png);
        background-size: 100% 100% !important;
    
    }
    
    .Hbox3_wap .small_wap .slick-current .box .img1 {
        display: none;
    }
    
    .Hbox3_wap .small_wap .slick-current .box .img2 {
        display: block;
    }
    
    .Hbox3_wap .small_wap .slick-current .box .txt h2 {
        color: #fff;
        font-size: 12px;
    }
    
    .Hbox3_wap .small_wap .slick-current .box .txt p {
        color: rgba(255, 255, 255, 0.5);
    }
    
    .Hbox3_wap .small_wap .slick-current .box i {
        border-color: #f09c9f;
    }

  
}


