


@media screen and (max-width:760px){
    body, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, strong, li, ul, fieldset, form, label, table, tbody, tr, th, td { color:#333;font-family: 雅黑, 宋体;}
.k-zt-fr span,.k-zt-fr a,.top-one-tab-fr a{color:#333;}
*{ margin: 0; padding: 0;font-family: 雅黑, 宋体;}
*{   font-family: "Microsoft YaHei" ! important;
}
h2, h3 ,h4{ font-size: 100%; font-weight: normal;}
img{display: inline-block; outline: 0; border: 0;}
ul li{list-style: none;}
a{ text-decoration: none; outline: 0;}
.fl{float: left;}
.fr{float: right;}
.bx {
    width: 95vw;
    margin:0 auto;
}



.clearfix::after{
    content: "";
    display: block;
    clear:both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 4.27vw;
}


/*头部*/

.header {

    width: 100%;
    background-color: #183a83;
    overflow: hidden;
}

.header_gh img {
    width:10vw;
    margin-right:2vw;
}

.header_box {
   padding-top:5vw;
    padding-bottom:5vw;
}

.header_logo img {
    width: 57vw;
    margin-right:5vw;
}

.header_seach img {
    width:7vw;
}

.header_menu img {
    width: 7vw;
}

.search {
    width: 100vw;
    background-color: #1d459c;
    height: 10vw;
    display: none;
    line-height: 10vw;
    text-align: center ;
}

.search .text {
    border-radius: 10px 0 0 10px;
    border: none;
    height: 6.4vw;
}

#sform {
    width: 100vw;
    height: 10vw;
    margin: 0 auto;
    line-height: 5.4vw;
    display: flex;
    align-items: center;
    z-index:22 ;
    justify-content: center;
}


.sub {
    /* width: 9vw;
    height: 6.4vw; */
    background: url(/english-ydmh/ywwzsearch20210223_03.png) no-repeat;
    /* background-size: 100% 100%; */
    background-size: inherit;
    border: none;
    margin-left: -1.2vw;
    vertical-align: bottom;
    cursor: pointer;
}



.navs_box {
    margin-top: -22vw;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: none;
}

.navs_box_mask {
    width: 30vw;
    height: 100vh;
    float: left;
}

.navs {
    width: 70vw;
    height: 100vh;
    background-color: #183a83;
    float: right;
    overflow: hidden;
    margin-right: -70vw;
    float: right;
}

.navs_title {
    color:white;
    height: 15vw;
    font-size: 1rem;
    background-color: #00a7ff;
    font-weight: bold;
    padding-left: 5vw;
    display: flex;
    flex-flow:nowrap;
    align-items: center;

}

.navs_list ul {
    float: right;
}

.navs_list ul li {
    height: 15vw;
    display: flex;
    flex-flow:nowrap;
    align-items: center;
    border-bottom:2px solid #5d685c;
    width: 65vw;
}

.navs_list ul li a {
    color:white;
    font-weight: bold;
    font-size: 1.1rem;
}

}




















