/* ==========================================================================
   Global
   ========================================================================== */
    
    html {
        font-size: 62.5%;
    }
    
    a { color: #333; }
    
    a:hover { color: #ca101b; }

 a:focus { outline:none; -moz-outline:none; }     
    body { color: #333; font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif; }    
    .wrapper {
        max-width: 1080px;
        /*min-width: 980px; */
        _width: 1080px;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper02 {
        max-width: 1140px;
        /*min-width: 1140px; */
        _width: 1140px;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
    } 
       
    .wrapper:after,
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    /* arrow */    
    .arrow {
        position: absolute;
        top: 50%;
        margin-top: -4px;
    }    
    .arrow * {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }
    /* arrow-right */
    
    .arr-r * {
        border-left-style: solid;
        border-width: 4px 0 4px 4px;
    }    
    .arr-r em {
        left: 1px;
    }    
    .arr-r span {
        border-left-color: #3675bb;
    }    
    .tri {
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }

   /* ==================================
   menu
   ================================== */
    
    .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
   ========================================================================== */

header {}    
header .wrapper {position: relative; z-index: 99;}   
.topbar{height:90px; background: #fff;float: right;} 
.topbar .wrapper{position: relative;}
.logo { position: absolute; left:0;width:30%;height:120px; overflow: hidden;}  
.logo img{max-width: 100%;margin-top: 20px;}
.langbox{position: absolute; right:0; font-size: 14px;top:25px;z-index: 3;} 
.zxxp01{position: absolute; right:130px; font-size: 14px;top:25px;z-index: 9;}
.langbox .fa,.zxxp01 .fa{color: #e60010;}    
 
.serchinco{position: absolute;width:48px; height: 48px; right:10px; top: 21px; font: 300 12px/48px microsoft yahei;cursor: pointer;z-index: 999; text-align: center;}
.serchinco .fa{font-size: 16px;}
.globalsearch{display: none;}
.globalsearch{position: absolute; top: 85px; right:0;width: 280px;background: #fff;padding:15px;z-index: 99; background:#ca101b;}
.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: 480px) {
.globalsearch{ width: calc(100% - 30px);}
}
 
@media only screen and (max-width:767px) {
.serchinco{right: 48px; top:0;}
.globalsearch{ top:48px;}
.logo,.toptel,.langbox{display: none;}
.topbar{height: 0;}
.zxxp01{right: 50px;top: 12px;}
}


/* ==========================================================================
Nav
========================================================================== */
/* primary */
    
    .globalnav {
        position: absolute;
        z-index: 999;
        right: 0;
        top: 16px;
    }
    
    .globalnav li {
        float: left;
    }
    
    .globalnav li a {
        display: block;
        color: #444;
        padding: 0 20px;
        font-size: 14px;
        line-height: 42px;
        font-family: microsoft yahei;
    }
    
    .globalnav .nav-sep {
        width: 2px;
        height: 42px;
        background: url(../images/nav-sep.gif) no-repeat 0;
    }
    
    .globalnav .active a,
    .globalnav li .active1 {
        color: #a6937c;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #ca101b;
        margin-left: -38px;
        top: 100%;
        min-width: 100px;
    }
	#gn_02 .dropdown{margin-left: -28px;}
	#gn_03 .dropdown{margin-left: -28px;}
	#gn_04 .dropdown{margin-left: -28px;}
    /*--.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: #fff;
        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 (max-width:767px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 16px;
            width: 100%;
            text-align: left;
        }
        .dropdown { min-width: calc(100% - 40px);}
    }
    

    .dropdown a .fa { float: right;
        font-size: 12px;
        line-height: 30px;
        color: #999;
    }
    
 .dropdown a:hover .fa {color: #31396f;}
.dropdown a:hover{color: #31396f;}
    
    
   
/* ==========================================================================
Content
========================================================================== */

.hidden {display: none;}



.dxside{position: fixed;right: 10px;bottom: 30px;background: #3f4043;width:60px;padding:10px 0;color: #fff; text-align: center;}
.dxside a{color: #fff;font-size: 12px;}
.dxside p{margin-top:5px;}
@media only screen and (max-width:420px) {
 .dxside{display: none;}   
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer { color: #8b8e93; font-size: 12px; background: #3f4043; font-family: microsoft yahei; padding:60px 0 30px 0;}
footer a { color: #8b8e93; }
footer a:hover { text-decoration: underline; }
.footer-nav { text-align: justify; }
.footer-nav:after { content: ""; width: 100%; display: inline-block; font-size: 0; line-height: 0; }
.fn-col { display: inline-block; *display:inline;
zoom: 1; vertical-align: top; *padding-right: 100px;}
.fn-col h3 {  margin-bottom: 10px; font: 300 16px/24px microsoft yahei;}
.fn-col h3 a { color:#c3c2c3;}
.fn-col h3 a:hover {text-decoration: underline; }
.fn-col ul {}
.fn-col li { line-height:24px; font-size: 14px; }
.fn-col li a { color: #8b8e93;  }
.fn-col li a:hover {text-decoration: underline;}
.fn-colwx{width:550px;}
.fn-colwx .ewm{float: left;}
.fn-colwx .ewm .mode{width: 145px; float: left; text-align: center;margin-right: 20px;font-size: 16px; font-weight: bold;}
.fn-colwx .ewm .mode img{width: 145px;height: 145px;margin-bottom: 10px;}
.hshare p{font: 700 16px/24px microsoft yahei;padding-bottom: 10px;}

.bdshare-button-style0-16 a{line-height: 66px !important; width: 66px !important;height: 66px !important;padding-left: 0 !important;}
.bdshare-button-style0-16 .bds_weixin {
        background-image: url(../images/inco01.png) !important;background-position: 0 0 !important;
}
.bdshare-button-style0-16 .bds_sqq {
        background-image: url(../images/inco02.png) !important;background-position: 0 0 !important;
}
.bdshare-button-style0-16 .bds_tqf {
        background-image: url(../images/inco03.png) !important;background-position: 0 0 !important;
}
.bdshare-button-style0-16{line-height: 78px !important; }

.foothd{text-align: center;padding:15px 0;text-transform:Uppercase;color: #9c9c9d; font-size: 12px; background: #1e1f20;}
.foothd a{color: #9c9c9d;}
.foothd a:hover{color: #fff;}
@media only screen and (max-width: 767px) {
footer {padding-bottom:0;padding-top: 30px;}
.fn-col {width: calc(43% - 10px);padding-left:7%;}
.foothd{padding-bottom:65px;}
.fn-col ul{display: none;}
.fn-colwx{display: none;}
}
.fixed-b { position: fixed; width: 100%; background: #333; bottom: 0; left: 0; display: none;z-index: 3; }
.fixed-b li { width: 25%; text-align: center; color: #fff; float: left; }
.fixed-b li a { display: block; border-right: 1px solid #454545; color: #fff; padding: 10px 0; }
.fixed-b li .fa{font-size: 24px; line-height: 30px;}
.fixed-b li:last-of-type a { border-right: 0 none; }
.fixed-b li a .txt { display: block; margin-top: 5px; }

@media only screen and (max-width: 767px) {
.fixed-b { display: block; }
}

.toggle-btn { display: none;}


@media only screen and (max-width: 767px) {
    .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);
    }
}


