@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;
}

a,
area {
    blur: expression(this.onFocus=this.blur())
}

ul,
li {
    list-style: none;
}

input {
    border: none;
    background: none;
    outline: none;
    -webkit-appearance: none;
}
/* 通用头部 */
.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%;
    background: red;
    margin: 0 auto;
}

.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: 40px;
    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;
    padding: 30px 0;
    padding-top: 0;
    text-align: center;
}

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

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

.footer p a {
    color: #000;
}

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

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.banner{
    background: url(../images/banner_bg.png) no-repeat;
    background-size: 100% 100%;
    padding:6% 0 0% 0;

    height: 869px;
}
.banner_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner_l{
    width: 68%;
}
.banner_l h1{
    font-size: 120px;
    /* font-family: "FZLanTingHeiS-H-GB"; */
    color: #ff051a;
}

.banner_l p {
    font-size: 20px;
    font-family: "FZLanTingHeiS-M-GB";
    color: rgb(51, 51, 51);
    line-height: 1.75;
    text-align: justifyLeft;
    width: 68%;
}
.banner .title{
    font-size: 54px;
    color: #333333;
    font-family: "FZLanTingHeiS-B-GB";
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}
.banner .title i{
    color: rgb(255, 70, 84);
    font-style: normal;
}
#province {
    border: none;
    height: 46px;
    width: 156px;
    border-radius: 30px;
    padding: 0 2%;
    background:url(../images/down.png) no-repeat 90% #ff1f43;
    background-size: 18px 9px;
    font-size: 18px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #ffffff;
}
.table{
    display: none;
}
.table_box{
    margin-top: 4%;
}
.table_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.year{
    width: 40%;
    background-color: rgb(253, 236, 237);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
#tableBox2{
    display: none;
}
.year li{
    width: 25%;
    padding: 2% 8%;
    font-size: 20px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(102, 102, 102);
    cursor: pointer;
}
.year li.active{
    background-color: #ff061d;
    color: #ffffff;
    border-radius: 30px;
}
.body{
    margin-top: -9%;
}

.table{
    margin-top: 4%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.table td,.table th{
    text-align: center;
    padding: 1% 0;
    font-size: 18px;
    font-family: "FZLanTingHeiS-B-GB";
    width: 10%;
}
.table td{
    color: #333333;
    border: 1px solid #ffcccf;
    font-size: 16px;
}
.table td:first-child{
    border-left: none;
}
.table td:last-child{
    border-right: none;
}
.table th{
    background-color: #ff041a;
    color: #ffffff;
}
.table th:first-child{
    border-radius: 20px 0 0 0 ;
}
.table th:last-child{
    border-radius: 0 20px 0 0 ;
}
tbody{
    background-color: #fef6f6;
}
.table td .table_btn{
    cursor: pointer;
    background-image: -moz-linear-gradient( 0deg, rgb(255,3,23) 1%, rgb(255,39,80) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,3,23) 1%, rgb(255,39,80) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,3,23) 1%, rgb(255,39,80) 100%);
    display: block;
    border-radius: 30px;
    padding: 4% 0;
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    font-family: "FZLanTingHeiS-M-GB";
    color: rgb(255, 255, 255);
}
.table td .table_btn:hover{
    background-image: -moz-linear-gradient( 0deg, rgb(0,90,255) 0%, rgb(0,192,255) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,90,255) 0%, rgb(0,192,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,90,255) 0%, rgb(0,192,255) 100%);
}
.table tr:last-child>td{
    border-bottom: none;
}
.table tr:last-child>td:first-child{
    border-radius: 0 0 0 20px;
}
.table tr:last-child>td:last-child{
    border-radius: 0 0 20px 0;
}
.con2{
    background: url(../images/con2_bg.png)  no-repeat;
    background-size: 100% 100%;
    padding: 2% 0;
    margin-top: 2%;
}
.con2 ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.con2 ul li{
    width: 30%;
}
.con2 ul li:nth-child(2){
    margin: 0 2%;
}
.tc{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    display:none;
    z-index: 99999;
}
.tc_box{
    border-radius: 25px;
    background-color: rgb(255, 248, 248);
    box-shadow: 0px 0px 22px 0px rgba(186, 186, 186, 0.9);
    width: 319px;
    margin: 0 auto;
    padding: 2%;
    margin-top: 10%;
    position: relative;
}
.close{
    position: absolute;
    right: 0%;
    left: 0;
    bottom: -15%;
    margin: 0 auto;
    cursor: pointer;
}
#provinceImg{
    border-style: solid;
    border-width: 6px;
    border-color: rgb(255, 6, 28);
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
}
.code_text{
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 22px 0px rgba(255, 211, 214, 0.9);
    margin-top: 8%;
    text-align: center;
}
.code_text p{
    font-size: 20px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(51, 51, 51);
    padding: 4% 0; 
}
.code_text span{
    display: block;
    font-size: 18px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(255, 255, 255);
    border-radius: 25px;
    background-image: -moz-linear-gradient( 0deg, rgb(255,3,23) 1%, rgb(255,39,80) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,3,23) 1%, rgb(255,39,80) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,3,23) 1%, rgb(255,39,80) 100%);
    padding: 4% 0;
}

.shou{
    position: absolute;
    right: 0;
}

.gg_name a{
    color: #e4393c;
    text-decoration: underline;
}
/* end */

@media screen and (max-width:1200px) {
    html {
        font-size: 50px;
    }

    .Width {
        width: 100%;
    }
    .container{
        width: 100%;
        padding: 0 4%;
    }
    .banner_l h1{
        font-size: 0.34rem;
    }
    .banner_r{
        width: 30%;
    }
    .banner_l p{
        font-size: 0.2rem;
        width: 100%;
    }
    .banner{
        height: 100%;
    }
    .banner .title{
        font-size: 0.4rem;
    }
    .body{
        margin-top: 0;
    }
    #province {
        height: 0.5rem;
        width: 1.5rem;
        font-size: 0.18rem;
    }
    .year li{
        font-size: 0.2rem;
    }
    .year{
        width: 48%;
    }
    .table td, .table th{
        font-size: 0.22rem;
    }
    .table td .table_btn{
        width: 100%;
        font-size: 0.2rem;
    }
    .tc_box{
        width: 64%;
        margin-top: 40%;
    }
    .shou{
        width: 16%;
    }
    .code_text span{
        font-size: 0.24rem;
    }
    .code_text p {
        font-size: 0.26rem;
    }
    .close{
        bottom: -18%;
    }
}
tbody tr td a{
color:#e4393c;
text-decoration:underline;
}
