* {margin: 0; padding: 0; outline: 0;}
html, body {width: 100%; height: auto; overflow-x: hidden; font-family: -apple-system,Helvetica Neue,Helvetica,Arial,PingFang SC,PingFang TC,Hiragino Sans GB,Microsoft Yahei,Microsoft Jhenghei,sans-serif;position: relative;}
img {border:0;vertical-align:middle;}
li {list-style: none;}

.etbox {
    width: 1000px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
.etbox .topHeader {
    width: 100%;
    height: 75px;
    clear: both;
    overflow: hidden;
}
.etbox .topHeader a {
    display: block;
    width: 300px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.etbox .topHeader a img {
    display: block;
    width: 211px;
    height: 61px;
    overflow: hidden;
    float: left;
    margin: 10px 0 0 0;
}
.etbox .topHeader .topSearchHolder {
    margin: 25px 0 0 0;
    width: 516px;
    height: 100%;
    float: right;
    overflow: hidden;
}
.etbox .topHeader .topSearchHolder .searchInput {
    display: block;
    width: 410px;
    height: 32px;
    border: 1px solid #cccccc;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 17px;
    text-indent: 6px;
}
.etbox .topHeader .topSearchHolder .searchBtn {display: block;width: 95px;height: 32px;padding: 0 0;border: 1px solid #ccc;border-radius: 4px;background: #fff;cursor: pointer;font-size: 15px;color: #222;float: right;overflow: hidden;}
.etbox .topNav {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #D60000;
}
.etbox .topNav a {
    position: relative;
    display: inline-block;
    height: 30px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    text-indent: 30px;
}

.etbox .topNav a:hover {
    color: #FFFF00;
    text-decoration: underline;
}
.etbox .topNav a::before {position: absolute;display: block;content: "";width: 4px;height: 5px;background: #ffffff;top: 50%;margin-top: -2px;left: 12px;border-radius: 4px;}
.etbox .topTproHolder {
    margin: 13px 0 0 0;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.etbox .nav-breadcream {
    margin: 19px 0 0 0;
    width: 100%;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
}
.etbox .nav-breadcream span {
    display: inline-block;
}
.etbox .nav-breadcream a {
    display: inline-block;
    color: #999;
    text-decoration: none;
}

.etbox .nav-breadcream a:last-child {
    color: #333;
}
.etbox .character{
    height: 145px;
    display: grid;
    grid-template-columns: 63px 63px 63px 63px 63px 63px 63px 63px 63px 63px 63px;
    grid-template-rows: 29px 29px 29px;
    grid-gap: 28px;
    margin: 27px 0 0 0;
    justify-content: space-evenly;
}
.etbox .character a{
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #b6b6b6;
    width: 63px;
    height: 29px;
    border-radius: 8px;
    border:#b6b6b6 1px solid ;
    text-align: center;
    text-decoration: none;
}
.etbox .character a:hover{
    color: #f85959;
    border:#f85959 1px solid ;
}
.etbox .character a.active{
    color: #f85959;
    border:#f85959 1px solid ;
}
.etbox .news{
    display: grid;
    grid-template-columns:210px 210px 210px 210px;
    column-gap: 41px;
    row-gap: 17px;
    justify-content: space-around;
    margin: 40px 0 0 0;
}
.etbox .news a{
    width: 210px;
    height: 19px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.etbox .news a:hover{
    color: #f85959;
}
.etbox .blk3 {
    width: 100%;
    height: 32px;
    line-height: 32px;
    clear: both;
    overflow: hidden;
    text-align: center;
    margin: 61px 0 64px 0;
}
.etbox .blk3 a {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 12px;
    color: #666666;
}
.etbox .blk3 a.xdisable {
    color: #999999;
}
.etbox .blk3 a.xenable {}
.etbox .blk3 a.xactivate {
    background: #f7585d;
    color: #ffffff;
}
.etbox .blk3 a:last-child {margin: 0;}
.etbox .footer{
    border-top: solid 1px #e7e7e7;
    width: 100%;
    min-height: 190px;
    clear: both;
    overflow: hidden;
}
.etbox .footer .line1{
    width: 100%;
    height: 54px;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 0px;
    color: #000000;
    float: left;
}
.etbox .footer .line1 a{
    height: 54px;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 0px;
    color: #000000;
    text-decoration: none;
}
.etbox .footer .line2{
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}
.etbox .footer .line2 .f-left{
    margin: 20px 0 0 0;
    width: 650px;
    height: 80px;
    overflow: hidden;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.etbox .footer .line2 .f-left .col1 img{
    width: 200px;
    height: 60px;
}
.etbox .footer .line2 .f-left .col2{
    margin: 0 0 0 22px;
    height: 71px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.etbox .footer .line2 .f-left .col2 span{
    width: 393px;
    height: 20px;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000000;
}
.etbox .footer .line2 .f-left .col2 a{
    width: 393px;
    height: 35px;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    text-decoration: none;
}
.etbox .footer .line2 .f-right{
    width: 90px;
    height: 120px;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.etbox .footer .line2 .f-right .qycode{
    width: 86px;
    height: 86px;
    overflow: hidden;
    background-color: #666666;
}
.etbox .footer .line2 .f-right .qycode img{
    width: 86px;
    height: 86px;
}
.etbox .footer .line2 .f-right span{
    width: 86px;
    text-align: center;
    height: 20px;
    font-family: Microsoft YaHei;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #b8b8b8;
}