* {
    margin: 0;
    padding: 0;
}

.header {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #F0F0F0;
    z-index: 30;

}

.logo {
    position: absolute;
    width: 78%;
    height: 23px;
    margin-top: 5px;
    margin-left: 11%;
    float: left;
}

.logo a img {
    float: left;
    /* width: 178px; */
    margin-top: 2px;
    height: 27px;
}

.row {
    position: absolute;
    height: 15px;
    margin-left: 42%;
    /*margin-top: 4px;*/
}

li {
    list-style: none;
    line-height: 17px;
}

.yi {
    float: left;
    margin-left: -15px;
}

.yi>li {
    width: 100px;
    height: 28px;
    position: relative;
    float: left;
    width: auto;
    line-height: 34px;
    text-align: center;
}

.frist {
    font-weight: bold;
    color: #5A5A5A;
    padding-right: 74px;
    text-decoration: none;
    font-size: 100%;
}

/* .yi a:hover{
    color: rgb(87, 87, 255);
} */
.row_translate {
    height: 100%;
    float: right;
}

.row_translate ul li {
    float: left;
    padding-right: 20px;
    margin-top: 8px;
}

.row_translate ul li a img {
    width: 15px;
    height: 13px;
    float: left;
}

.row_translate ul li a {
    color: #4d4d4d;
    text-decoration: none;
    font-size: 100%;
}

.row_translate ul li a:hover {
    color: rgb(87, 87, 255);
    text-decoration: none;

}

.banner {
    /* background: url(/img/banner1.png) no-repeat 10px center; */
    width: 100%;
}

/* .row li:hover a {
	background: #8d8d8d;
}  */
.submenu {
    padding-top: 2px;
    left: 0;
    position: absolute;
    top: 37px;
    visibility: hidden;
    z-index: 9999;
    width: 380px;
    height: 30px;
    margin-left: -70px;
    border-radius: 6px;
    background-color: white;
    box-shadow: 1px 1px 3px rgb(0, 0, 0, .2);
}

.submenu li {
    margin-left: 38px;
    float: left;
    margin-top: 5px;
}

.submenu a {
    padding: 4px 10px;
    color: rgb(75, 75, 75);
    text-decoration: none;
}

.submenu a:hover {
    background-color: #dbdbdb;
    border-radius: 5px;

    text-decoration: none;
}


.submenu_1 {
    padding-top: 2px;
    left: 0;
    position: absolute;
    top: 37px;
    visibility: hidden;
    z-index: 9999;
    width: 1200px;
    height: 30px;
    margin-left: -550px;
    border-radius: 6px;
    background-color: white;
    box-shadow: 1px 1px 3px rgb(0, 0, 0, .2);
}

.submenu_1 li {
    margin-left: 23px;
    float: left;
    margin-top: 5px;
}

.submenu_1 a {
    padding: 4px 10px;
    color: rgb(75, 75, 75);
    text-decoration: none;
}

.submenu_1 a:hover {
    background-color: #dbdbdb;
    border-radius: 5px;
    text-decoration: none;
}