/* This is the style of the navigate in the top of the page */
body {
    overflow-x: hidden;
}

li {
    list-style: none
}

a {
    text-decoration: none;
}

.top_nav {
    width: 100%;
    height: 120px;
    background: url(../images/head-bg.png) center repeat-x;
    background-size: auto 99%;
    background-position: -1% 0%;
    border-top: 5px solid ;
    /* background: linear-gradient(90deg, #0666a7, #d5000f); */
    z-index: 100;
    position: absolute;
}

.top_left_logo {
    margin-left: 70px;
    float: left;
    width: 320px;
    height: 80px;
    margin-top: 10px;
}

.top_left_logo img {
    width: 100%;
}

.top_right {
    float: right;
    /* background-color: red; */
    height: 120px;
    width: 926px;
    margin-right: 90px;
    margin-top: 10px;
}

.top_right_first_line {
    /* background-color: yellow; */
    float: right;
    height: 35px;
    /* width: 650px; */
    width: auto;
}

.top_right_first_line_ul {
    /* width: 460px; */
    width: auto;
    height: 100%;
    float: left;
}

.top_right_first_line_ul ul li {
    padding: 0 15px;
    border-left: 1px solid #fff;
    line-height: 13px;
    margin-top: 10px;
    min-width: 40px;
    text-align: center;
    float: left;
}

.top_right_first_line_ul ul li a {
    color: white;
    /* font-size: 13px; */
    vertical-align: middle;
}

/* .pc{
    display: none;
} */
.wap {
    display: none;
}

.search:hover input.text {
    width: 170px !important;
    padding-right: 40px !important;
    opacity: 1;
    padding: 0 5px;
    border: 1px solid #fff;
}

.search {
    float: right;
    width: auto;
    /* float: left; */
    position: relative;
    height: 30px;
    margin-left: 30px;
}

.search input {
    border-radius: 5px;
    outline: none;
    line-height: 20px;
    color: #000;
    position: relative;
    width: 0;
    height: 35px;
    right: 0;
    top: 0;
    opacity: 1;
    transition: all 0.8s;
    border: none;

}

.search img {
    position: absolute;
    right: 10px;
    height: 20px;
    top: 60%;
    margin-top: -10px;
    vertical-align: text-bottom;
}

.search .button {
    position: absolute;
    top: 50%;
    right: 10px;
    bottom: 0;
    height: 2px;
    margin-top: -10px;
    background: none;
    border: none;
    display: none;
    transition: all 0.3s;
    color: #333;
}

.search .button input {
    top: 0;
    right: 0;
    width: auto;
    height: 25px;
    width: 25px;
    z-index: 9999;
    border: none;
}

.search:hover>input {
    width: 170px;
    opacity: 1;
    padding: 0 10px;
    border: 1px solid #fff;
    /* padding-left: 10px; */
}

.search:hover .button {
    display: block !important;
    opacity: 1;
    cursor: pointer;
    outline: none;
}

.top_right_secon_line {
    width: 100%;
    height: 60px;
    margin-top: 5px;
}

.top_right_secon_line ul {
    float: left;
}

.top_right_secon_line ul li {
    position: relative;
    line-height: 55px;
    float: left;
    width: 77px;
    text-align: center;
}

.top_right_secon_line ul li a {
    color: white;
    font-weight: 800;
}

.top_right_secon_line ul li a:hover {
    color: #fae385;
    transition: all .4s;
}


.top_drop_list {
    position: absolute;
    left: -60%;
    right: auto;
    display: none;
    width: 160px;
    /* min-height: min-content; */
    min-height: 150px;
    border-top: #EE9640 solid 5px;
    background-color: rgb(255, 255, 255);
    padding-bottom: 20px;
    padding-top: 10px;
    box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
}

.top_drop_list ul li {
    min-width: 165px;
    line-height: 35px;
    height: auto;
}

.top_drop_list ul li a {
    height: auto;
    text-align: center;
    /* line-height: 55px; */
    color: #525252;
    font-size: 15px;
    font-weight: 500;
}
.xinlang111{
    width: 95%;
    margin-top: -109px;
}
.hoverd {
    background: url(../images/bgOn.png);
    background-size: contain;
    border-bottom: 0px solid #d9d9d9;
}