   /* ==================================
   menu
   ================================== */
@media only screen and (max-width:768px) {   
    .menu {
        position: relative;
    }
    /* menu-hd */
    .menu-hd {
        position: relative;
        z-index: 1002;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        padding: 0 20px 0 6px;
    }
    /* menu-bd */
    .menu-bd {
        display: none;
        position: absolute;
        z-index: 1001;
        margin-top: -1px;
    }
    .menu-bd-panel {
        padding: 5px 0;
        border: 1px solid #eee;
        background: #fff;
        min-width: 96px;
    }
    .menu-bd-panel a {
        display: block;
        padding: 0 5px;
        line-height: 28px;
        white-space: nowrap;
        color: #6C6C6C
    }
    /* menu arrow */
    .menu-hd .fa-caret-down {
        -webkit-transition: .3s ease-in;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
        position: absolute;
        height: 30px;
        line-height: 30px;
        top: 0;
        right: 6px;
    }
    /* menu hover */
    .menu-hover .menu-hd {
        z-index: 10002;
    }
    .menu-hover .menu-bd {
        z-index: 10001;
    }
    .menu-hover .menu-hd {
        padding: 0 19px 1px 5px;
        border-width: 0 1px;
        border-style: solid;
        border-color: #eee;
        background: #fff;
    }
    .menu-hover .menu-hd .fa-caret-down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .menu-hover .menu-bd-panel a:hover { background: #eee;  }
}
    /* ==========================================================================
   Header
   ========================================================================== */
@media only screen and (max-width:768px) {  
header {}    
header .wrapper {position: relative; z-index: 99;}   
/*.topbar{height:90px; background: #fff;float: right;} 
.topbar .wrapper{position: relative;}*/
.logo {width:194px;height:110px;overflow: hidden;line-height:110px;position: absolute;left:20px;top:0; }  
.logo img{max-width: 100%;}
.gpdm{font-size:24px; color: #000; font-weight: bold; line-height:110px;position: absolute;left:220px;top:0;}
.langbox{position: absolute; right:20px; font-size: 16px;top:40px;z-index: 3; line-height: 30px; color: #555555;} 
.langbox a{color: #555555;}
.langbox a:hover{color: #024099;}
.langbox i{color: #024099;}
.langbox .xuanx_btn{padding:0 20px;margin-left: 50px;font-size: 14px; display: inline-block; background: #2a5086;color: #fff; text-align: center;border-radius:30px;}
.langbox .xuanx_btn:hover{color: #fff;}
#globalnav.mini_top .langbox,#globalnav.mini_top .langbox a{color: #1f3586;}
.envelope{position: absolute; right:65px; font-size: 16px;top:30px;z-index: 3;line-height: 30px;color: #fff;}
.envelope a{color: #fff;}
#globalnav.mini_top .envelope a{color: #333;}
.toptel{position: absolute;right:60px; font-size: 14px;top:20px; color: #fff; line-height: 30px display:none;}
.toptel span{color: #1d4789;font-weight: bold;font-size: 20px;font-style: italic;}
.serchinco{position: absolute;width:40px;color: #024099; text-align: center; height: 30px; right:0; top:30px; line-height:30px;cursor: pointer;z-index: 999; font-size: 16px;}
.serchinco:hover{color: #024099;}
.globalsearch{display: none;}
.globalsearch{position: absolute; top:90px; right:0;width: 280px;padding:15px;z-index: 99; background:#024099;}
.globalsearch .warp{background: #fff;}
.globalsearch #q{ float: left;   border: 0 none; }
.globalsearch .search-btn { float: right;   border: 0 none; }
.globalsearch #q { width: calc(100% - 70px); height: 18px; padding: 10px; line-height: 18px; background: #fff;border:1px solid #fff;font: 300 12px/18px microsoft yahei;  }
.globalsearch .search-btn { width: 40px;padding:0;margin:0; height: 40px; cursor: pointer; background: url(../images/btn_ser.png) no-repeat center;}
}
@media only screen and (max-width:1440px) {
.logo {width:120px;}
.gpdm{left: 150px; font-size: 18px;}
.langbox .xuanx_btn{margin-left:20px;}
}
@media only screen and (max-width:1200px) {
}    
@media only screen and (max-width:920px) {
    .serchinco{right: 48px; top:0;}
    .globalsearch{ top:48px;}
    .logo,.toptel,.envelope{display: none;}
    .wxinco{display: none;}
    .serchinco{width:48px; height: 48px;line-height:48px;border:0; font-size: 16px; text-align: center;}
    .serchinco span{display: none;}
    .gpdm p{display: inline-block; font-size: 14px;}
    .gpdm p.txt01{margin-left: 10px;font-size: 14px;font-weight: bold;}
    .gpdm{left:120px;height: 48px; line-height: 48px;font-size: 14px; }
    .langbox a{display: none;}
    .langbox{top:7px;color: #fff;right:50px;}
}
@media only screen and (max-width: 480px) {
   .globalsearch{ width: calc(100% - 30px);}
}
/* ==========================================================================
Nav
========================================================================== */
/* primary */
 @media only screen and (max-width:768px) {     
    .globalnav {
        position: absolute;
        z-index: 999;
        right: 0;
        top: 16px;
    }
    .globalnav li {
        float: left;
    }
    .globalnav li a {
        display: block;
        color: #555;
        padding: 0 20px;
        font-size: 14px;
        line-height: 42px;
    }
    .globalnav .nav-sep {
        width: 2px;
        height: 42px;
        background: url(../images/nav-sep.gif) no-repeat 0;
    }
    .globalnav .active a,
    .globalnav li .active1 {
        color:#024099;;
    }
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #024099;;
        top: 100%;
        min-width: 110px;
    }
   .dropdown:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
        border-top-style: solid;
        border-width: 5px 5px 0;
        border-top-color: #024099;;
        left: 50%;
        margin-left: -5px;
        top: -5px;
    }
    .dropdown a {
        /*    white-space: nowrap;*/
        line-height: 30px;
        font-size: 14px; 
        float: left;
        padding: 0;
        color: #000;
        background: none;
        border-bottom: 0 none;
        width:100%;
        display: block;
        text-align: center;
    }
 }   
@media only screen and (max-width: 920px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 14px;
            width: 100%;
            text-align: left;
        }
        .dropdown { min-width: calc(100% - 40px); padding-top: 0; }
    }
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #024099;;
    }   
.toggle-btn { display: none;}
@media only screen and (max-width: 920px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }    
    .inner-cont > p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }    
.gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}