body,
ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.index_header {
    position: relative;
    width: 100%;
    height: 660px;
    /*background-image: url('../img/index_header.png');*/
    margin: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.index_header_box {
    width: 100%;
    background-color: #C62127;
}

.active {
    background-color: #B21E23;
}

.index_header .logo {
    margin: auto;
    width: 1200px;
    padding: 29px 0px;

}

.index_header .nav {
    margin: auto;
    width: 1200px;
}

.index_header .nav .nav_ul a {
    color: #fff;
    display: inline-block;
    text-align: center;
}

.index_header .nav .nav_ul {
    height: 60px;
    /* margin: -5px 0 0 0; */
    overflow: hidden;
}


.index_header .nav .nav_ul li {
    float: left;
    height: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    text-align: left;
    display: inline-block;
}

.index_header .nav .nav_ul li a {
    color: inherit;
    text-decoration: none;
    width: 136px;
}

.logingBox .login {
    width: 310px;
    height: 290px;
    background-color: #fff;
    position: absolute;
    right: 0px;
    transform: translateY(25%);
    z-index: 2;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 25px 25px 31px;
    overflow: hidden;
}

.index_footer {
    margin-top: 20px;
    clear: both;
    width: 100%;
    height: 60px;
    background: #414040;
}

.index_footer_box {
    width: 1200px;
    margin: auto;
}

.index_footer_box .index_footer_info {
    width: 850px;
    margin: auto;
    text-align: center;
}

.index_footer_box .index_footer_info div {
    display: inline-block;
    line-height: 60px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

#searchForm {
    margin-top: 10px;
}

.logingBox  .login .loginText {
    text-align: center;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}

.logingBox  .login .Inputbox {
    position: relative;
    display: flex;
    margin-top: 15px;
    margin-top: 20px;
}

    .logingBox  .login .Inputbox input {
        height: 41px;
        border: 1px solid #E2E2E2;
        border-radius: 4px;
        padding: 0 0 0 47px;
    }

    .logingBox  .login .Inputbox .yzm {
        margin-left: 20px;
        cursor: pointer;
        width: 150px;
    }

    .logingBox  .login .Inputbox .NavigationImg {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .logingBox  .login .Inputbox .code {
        margin-left: 10px;
        width: 80px;
        height: 40px;
    }

.logingBox  .login .forgotPassword {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 39px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 18px;
}

.logingBox  .login .butContent {
    display: flex;
    justify-content: space-between;
    margin-top:30px;
}

    .logingBox  .login .butContent button {
        cursor: pointer;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #CC0000;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 500;
        color: #CC0000;
        background-color: #fff;
    }

    .logingBox  .login .butContent .LoginButton {
        background: #CC0000;
        color: #FFFFFF;
    }

input:focus {
    outline: none;
}

.floatBox {
    width: 190px;
    height: 250px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../img/tongzhi.png);
    background-size: 100% 100%;
    position: fixed;
    left: 10px;
    top: 40%;
}
    .floatBox .box{
       padding:30px;
       position:relative;
    }
        .floatBox .box .title {
            position: absolute;
            left: 41%;
            font-size: 20px;
            font-weight: bold;
            color: #E2210F;
            line-height: 30px;
        }
        .floatBox .box .close {
            position: absolute;
            right: 30px;
            top: 20px;
            cursor: pointer;
        }
        .floatBox .box .tzContent {
            margin-top: 35px;
            font-size: 14px;
            font-family: Source Han Sans CN;
            font-weight: 400;
            color: #330606;
            line-height: 24px;
        }


input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #808080;
    transition: background-color 1000s ease-out 0.5s;
}
