@charset "utf-8";
* {
    font-family: Helvetica,Arial,'微软雅黑','黑体';
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-size:20px;
}

@media screen and (max-width: 1024px) {
   .searchbox {
        position: static;
        background: none;
        height: auto;
        width: 100%;
        right: 0;
    }
    .header_ss_open {
        left: 2%;
        width: 30px;
        top: 30px;
        background: none;
        border: 0;
    }
     .iconfont {
        font-size: 26px;
    }
    .header_ss {
        position: static;
        background: #fff;
        margin: 0 10% 15px;
        height: 36px;
    }
    .header_ss .ss {
        width: 100%;
        height: 100%;
        border-radius: 18px;
        padding-right: 75px;
    }
    .header_ss .close {
        position: absolute;
        right: -5px;
        top: 90px;
        background: none;
    }
    .header_ss .ss .stxt {
        width: 100%;
        height: 100%;
    }
    .header_ss .ss .sbtn {
        background: #d4d4d4;
        text-indent: 0em;
        padding: 0 15px;
        color: #FFF;
        width: auto;
    }

    .menuopen {
        display: block;
        position: absolute;
        right: 2%;
        top: 18px;
        font-size: 36px !important;
        color: #666;
    }
    /* 右菜侧单css */
    .easybtn {
        position: absolute;
        left: auto;
        right: 0;
        top: 90px;
        width: 180px;
        line-height: 50px;
        background: rgba(0,45,100,0.9);
    }
    .easybtn .easybtn_main {
        position: static;
        width: 100%;
    }
    .easybtn .easybtn_in {
         width: 100%;
    }
    .easybtn .item {
        margin-bottom: 0;
        border-bottom: 1px solid #145493;
        background: rgba(0,45,100,0.9);
        font-size: 18px;
    }
    .easybtn .item .btn a {
        color: #FFF;
    }
    .easybtn .btn i {
        display: none !important;
    }
    .easybtn #rwyw .btn span {
        display: block;
    }
    /* 左侧隐藏菜单栏 css*/
    .mobile_sideBar {
        position: fixed;
        left: -200px;
        top: 200px;
        bottom: 0;
        z-index: 99;
        background: rgba(0,0,0,0.6);
        width: 200px;
        transition: all .3s;
        -webkit-transition: all .3s;
        box-shadow: 0 0 5px rgba(0,0,0,0.4);
    }
    .parentName {
      padding: 10px 2%;
    }
    .parentName, .sideMenu {
        position: relative;
        z-index: 90;
    }
    .parentName, .sideMenu {
        position: relative;
        z-index: 90;
    }
    .sideMenu .li1 {
        background: rgba(0,0,0,0.5);
        padding: 0;
        margin-bottom: 1px;
    }
    .sideMenu a {
        padding: 8px 13% 8px 8%;
        color: #fff;
        font-size: 15px;
        background: none;
    }
   .sideMenu a.aon, .sideMenu a:hover {
    background: #6a8bba;
    color: #fff;
}
    .mobile_sidebar_icon_open {
        transform: rotate(180deg);
        border-radius: 0 0 0 4px;
    }
    .mobile_sidebar_icon {
        width: 40px;
        height: 40px;
        background: url(../images/site_tree_ico.gif) no-repeat center center;
        background-color: rgba(0,0,0,0.6);
        border-radius: 0 4px 0 0;
        position: absolute;
        left: 100%;
        bottom: 0;
        cursor: pointer;
        box-shadow: 0 0 5px rgba(0,0,0,0.5);
    }
    .mobile_sidebar_mark {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,0.3);
        z-index: 88;
        display: none;
    }
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
    html,
    body {
        font-size: 25px;
    }
}
@media only screen and (max-width: 720px), only screen and (max-device-width: 720px) {
    html,
    body {
        font-size: 22.5px;
    }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    html,
    body {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
    html,
    body {
        font-size: 18.75px;
    }
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    html,
    body {
        font-size: 16.875px;
    }
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    html,
    body {
        font-size: 16.4px;
    }
}
@media only screen and (max-width: 414px), only screen and (max-device-width: 414px) {
    /*7PLUS*/
    html,
    body {
        font-size: 16.4px;
    }
}


@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
    html,
    body {
        font-size: 15px;
    }
}
@media only screen and (max-width: 375px), only screen and (max-device-width: 375px) {
    html,
    body {
        font-size: 15.5px;
    }
}
@media only screen and (max-width: 360px), only screen and (max-device-width: 360px) {
    html,
    body {
        font-size: 14.5px;
    }
}
@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
    html,
    body {
        font-size: 14px;
    }
}


