@charset "utf-8";

/* CSS Document */
body {
    font-family: "FZLanTingHeiS-H-GB", "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif, ;
    overflow-x: hidden;
    color: #000;
    background: #ffffff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    border: none;
    max-width: 100%;
}

textarea,
select {
    outline: none;
    resize: none;
}

a {
    color: #0d0d0d;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

input {
    border: none;
    background: none;
    outline: none;
    -webkit-appearance: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

/* 通用头部 */
.ht_top {
    width: 100%;
    background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px;
    overflow: hidden;
}

.Width {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ht_top .zt_top {
    width: 1070px;
    height: 41px;
    margin: 0 auto;
}

.ht_top h1 {
    float: left;
}

.ht_top h1 a {
    float: left;
    width: 131px;
    height: 41px;
    overflow: hidden;
    text-indent: -100em;
    background: url(http://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
    font-size: 12px;

}

.ht_top .topnav {
    float: right;
    color: #0d0d0d;
    font-size: 12px;
}

.ht_top .topnav a {
    padding: 0 8px;
}

.ht_top .topnav a:hover {
    color: #e4393c;
    text-decoration: underline;
}

/* 通用头部 end */



/* 通用底部 */

.footer {
    clear: both;
    position: relative;
    text-align: center;
    background: #fff;
    padding: 2% 0;
    background: #000;
}

.footer p {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.footer p span {
    padding: 0 5px;
}

.footer p a {
    color: #fff;
}

/* 通用底部 end */
/* start */
* {
    box-sizing: border-box;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.body {
    background: #fff;
    position: relative;
    z-index: 10;
    padding-top: 5%;
}

.banner {
    background: url(../images/banner.png) no-repeat;
    background-size: 100% 100%;
    /* padding:4% 0 0% 0; */
    /* height: 1040px; */
    position: relative;
}
.banner_tit{
    font-size: 48px;
    color: #ffffff;
    padding-top: 97px;
}

.banner_jp{
    position: absolute;
    top: 0px;
    right: 1%;
}

.banner_bot{
    background: url(../images/banner_tc.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 360px;
    margin-bottom: -60px;
    position: relative;
}
.banner_bot ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner_bot ul li{
    width: 32%;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 7px 24px 0px rgba(238, 73, 62, 0.9);
    border-top: 8px solid #ec4339;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
}
.banner_bot ul li p{
    font-size: 26px;
    text-align: center;
    margin-top: 6%;
}
/* con1 */
.con1{
    background-image: -moz-linear-gradient( 90deg, rgb(252,220,217) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(252,220,217) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(252,220,217) 0%, rgb(255,255,255) 100%);
    padding: 6% 0;
}
.title{
    width: 90%;
    margin: 0 auto;
}
.hls_list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4% 0;
}
.hls_list li{
    width: 18%;
    margin: 0 1%;
    font-size: 40px;
    text-align: center;
    line-height: 0.8rem;
    color: #717171;
    border-radius: 8px;
    background-color: #f2f2f2;
    cursor: pointer;
}
.hls_list li.active{
    background: #ee493e;
    color: #fff;
}
.hls_item{
    display: none;
}
.hls_itemFx{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hls_content .hls_show{
    display: block;
}
.hls_left{
    width: 415px;
}
.hls_right{
    padding-left: 2%;
    width: 70%;
}
.hls_name{
    display: flex;
    align-items: center;
}
.hls_title{
    width: 328px;
    height: 69px;
    line-height: 69px;
    background: url(../images/hls_title.png) no-repeat;
    background-size: 100% 100%;;
    font-size: 36px;
    color: #fff;
    padding-left: 2%;
}

.hls_name p{
    font-size: 48px;
    color: #3f4955;
    font-weight: bold;
    margin-left: 4%;
}
.hls_text {
    margin: 1% 0;
}
.hls_text p{
    font-size: 26px;
    color: #3f4955;

}
.hls_text p i{
    font-style: normal;
    color: #ee493e;
    font-weight: bold;
}
.hls_code{
    display: flex;
    align-items: center;
}
.hls_code li{
    display: flex;
    align-items: center;
    background: #ffb7b1;
    border-radius: 8px;
    overflow: hidden;
    padding: 1px;
    margin-right: 6%;
    border-radius: 10px;
}
.hls_code li p{
    writing-mode: vertical-lr; 
    text-orientation: upright; 
    font-size: 24px;
    color: #3f4955;
    background: #ffb7b1;
}
.st_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ed483d;
    border-radius: 20px;
    margin-top: 2%;
}

.sixth_video_tab{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2%;
}
.st_box .sixth_video_tab li{
    width: 31%;
    height: 100px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 13px 0px rgba(189, 41, 31, 0.9);
    position: relative;
    border-radius: 10px;
    padding: 2%;
    cursor: pointer;
}
.st_box .sixth_video_tab li p{
    font-size: 22px;
    color: #ee493e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4%;
    position: relative;
    max-height: 60px;
}
.st_box .sixth_video_tab li .play_icon{
    display: block;
    position: absolute;
    right: 2%;
    bottom: 6%;
    width: 40px;
    height: 40px;
    background: url(../images/play_icon1.png) no-repeat;
    background-size: 100% 100%;
}
.st_box .sixth_video_tab li.st_active{
    background-color: rgb(238, 73, 62);
}

.st_box .sixth_video_tab li.st_active p{
    color: #fff;
}
.st_box .sixth_video_tab li.st_active span{
    background: url(../images/play_icon2.png) no-repeat;
    background-size: 100% 100%;
}
.slh{
    width: 33%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
.st_box .sixth_video_tab li.st_active p i{
    background-color: rgb(238, 73, 62);
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}
#videoModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#video{
    width: 800px;
    height: 500px;
}
#videoPlayer iframe{
    display: block;
    position: relative;
    width: 80%;
    max-width: 800px;
    height: 450px;
    margin: 0 auto;
    margin-top: 10%;
}
#videoPlayer {
    width: 100%;
    height: 100%;
}
.vjs-poster{
    width: 100% !important;
    height: 100% !important;
}
#closeModal {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.modal {
    display: none; /* 默认隐藏 */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    z-index: 9999;
}

.modal-content {
    margin: 15% auto;
    padding: 20px;
    width: 80%;
}

.close-button {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.video-player {
    width: 100%;
    height: auto;
}

/* con2 */
.con2{
    padding: 4% 0;
    background: url(../images/con2_bg.png) no-repeat;
    background-size: 100% 100%;
}
.con2_box,.con3_box{
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 49px 0px rgba(122, 122, 124, 0.52);
    padding: 4%;
}
.con2_tit,.con3_tit{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 20px;
    font-size: 60px;
    color: #fff;
    background-color: rgb(238, 73, 62);
    border-radius: 10px 10px 0 0;
    width: 80%;
    margin: 0 auto;
    margin-top: 4%;
}
.con2_tit::after,.con2_tit::before,
.con3_tit::after,.con3_tit::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 0 4%;
}

.con2_text {
    display: flex;
    align-items: center;
    justify-content: center ;
}
.con2_text p{
    background: linear-gradient(to right, #ff1000, #ff6c00); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    font-size:60px; 
    font-weight: bold; 
    margin-left: 2%;
}
.con2_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2%;
}
.con2_list li{
    width: 32%;

    margin-bottom: 2%;
}
.con2_list li a{
    display: block;
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 8px;
    overflow: hidden;
}
.con2_list li a p{
    padding: 2% 0;
    text-align: center;
    font-size: 24px;
    color: #717171;
}
.con2_list li:hover>a{
    background: #ee493e;
    box-shadow: 0px 4px 13px 0px rgba(122, 122, 124, 0.9);
}
.con2_list li:hover>a p{
    color: #fff;
}

.con2_list li a img{
    width: 100%;
    height: 217px;
}
/* con3 */
.con3{
    padding: 4% 0;
    position: relative;
}
.con3_bg{
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.con3_tit{
    background-color: rgb(251, 139, 24);
}
.con3_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2%;
}
.con3_list li{
    width: 15.6%;
    margin-right: 1%;
    padding: 1% 0;
    border-radius: 4px;
    background: #f2f2f2;
    margin-bottom: 1%;
}
.con3_list li a{
    display: block;
    font-size: 26px;
    text-align: center;
    color: #717171;
    line-height: 1.2;
}
.con3_list li:hover {
    background-color: rgb(251, 139, 24);
    box-shadow: 0px 4px 13px 0px rgba(122, 122, 124, 0.9);
}
.con3_list li:hover a{
    color: #fff;
}
/* con4 */
.con4{
    padding: 4% 0;
    background: url(../images/con4_bg.png) no-repeat;
    background-size: 100% 100%;
}
.con4_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4%;
}
.con4 ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 31%;
}
.con4_center_two{
    display: none !important;
}
.con4 ul li{
    margin-bottom: 27px;
}
.con4_left li,.con4_right li{
    border-width: 2px;
    border-color: rgb(191, 191, 191);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding:6% 12%;
}
.con4_top{
    display: flex;
    align-items: center;
}
.con4_top p{
    font-size: 48px;
    color: #000;
    margin-left: 14px;
    font-weight: bold;
}
.con4_bot{
    font-size:30px;
    color: #3f4955;
}
.m_footer{
    display: none;
    padding: 4% 0;
    background: #000;
}
.m_footer p{
    color: #fff;
    text-align: center;
    font-size: 0.24rem;
}
@keyframes rotateLight {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



/* end */
@media screen and (max-width:1480px) {
    .hls_list li,.hls_name p,.hls_title{
        font-size: 30px;
    }
    .hls_text p{
        font-size: 22px;
    }
    .hls_left img{
        height: 450px;
    }
    .hls_right {
        width: 90%;
    }
}
@media screen and (max-width:1200px) {
    html {
        font-size: 50px;
    }

    .Width {
        width: 90%;
    }

    .banner {
        height: auto;
        padding-bottom: 8%;
    }

    .container {
        width: 100%;
        padding: 0 2%;
    }
    .banner_jp{
        width: 20%;
    }
    .banner_tit{
        font-size: 0.4rem;
        padding-top: 0.9rem;
    }
    .banner_slg{
        width: 60%;
    }
    .banner_bot{
        padding-top: 1.6rem;
        margin-bottom: -0.9rem;
    }
    .banner_bot ul li{
        border-radius: 0.1rem;
    }
    .banner_bot ul li p{
        font-size: 0.2rem;
    }
    .banner_bot ul li img{
        width: 50%;
        margin: 0 auto;
    }
    .hls_list li{
        font-size: 0.4rem;
    }
    .hls_itemFx{
        flex-wrap: wrap;
    }
    .hls_left img{
        width:50% ;
        height: 5.4rem;
        margin: 0 auto;
    }
    .hls_title{
        width: 3.28rem;
        height: 0.69rem;
        line-height: 0.69rem;
        font-size: 0.3rem;
    }
    .hls_right{
        width: 100%;
        margin-top: 4%;
    }
    .hls_name p{
        font-size: 0.4rem;
    }
    .hls_text p{
        font-size: 0.26rem;
    }
    .swiper-wrappe{
        padding: 2%;
    }
    .st_box{
        border-radius: 0.1rem;
    }
    .hls_code{
        width: 100%;;
    }
    .hls_code li img{
        width: 80%;
    }
    .hls_code li p{
        font-size: 0.28rem;
        text-align: center;
        line-height: 2.2;
    }
    .modal-content{
        width: 90%;
        padding: 0.2rem;
    }
    .st_box .st_btn{
        display: none;
    }
    .st_box .sixth_video_tab li p{
        font-size: 0.22rem;
    }
    .st_box .sixth_video_tab li .play_icon{
        width: 0.4rem;
        height: 0.4rem;
    }
    .slh {
        width: 64%;
    }
    .con2_tit, .con3_tit{
        font-size: 0.5rem;
        letter-spacing: 0.2rem;
    }
    .con2_text p{
        font-size: 0.4rem;
    }
    .con2_text img{
        width: 10%;
    }
    .con2_list li a p{
        font-size: 0.24rem;
    }
    .con2_list li a img{
        height: 2.2rem;
    }
    .con3_list li a{
        font-size: 0.3rem;
    }
    .con4_box{
        flex-wrap: wrap;
    }
    .con4 ul{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }
    .con4_center_one {
        display: none !important;
    }
    .con4_center_two{
        display: block !important;
    }
    .con4_left li, .con4_right li{
        width: 32%;
        padding: 4%;
        height: 2.2rem;
    }
    .con4_top p{
        font-size: 0.38rem;
    }
    .con4_bot{
        font-size: 0.26rem;
    }
    .con4_top img{
        width: 16%;
    }
    .con4 ul li{
        margin-bottom: 0.27rem;
    }
    .footer p{
        font-size: 0.16rem;
    }
    .ht_top h1 a{
        width: 1.31rem;
        height: 0.41rem;
        background-size: 100% 100%;
    }
    .footer{
        display: none;
    }
    .m_footer{
        display: block;
    }
    .con2_list li{
        width: 49%;
    }
    #videoPlayer iframe{
        max-width: 90%;
        height: 5rem;
    }
}

@media screen and (max-width:768px){
    .hls_left{
        width: 100%;
    }
    .hls_left img{
        width: 4.15rem;
        height: 6rem;
    }
    .st_box .sixth_video_tab li{
        height: 1.2rem;
    }
    .sixth_video_tab{
        padding: 2%;
    }
}