/* ==========================================================================
   Global
   ========================================================================== */
    
    html {
        font-size: 62.5%;
    }
    
    a { color: #333; }
    
    a:hover { color: #0160bd; }

 a:focus { outline:none; -moz-outline:none; }     
    body { color: #333; font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif; }    
    .wrapper {
        max-width: 1200px;
        /*min-width: 980px; */
        _width: 1200px;
        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: 40px;background: #424242;color: #fff;font: 300 14px/40px microsoft yahei; }
    .topbar a{}
    .topbar .wrapper{position: relative;}
    .logo { position: absolute; left:0;width:100%;height:100px; overflow: hidden;line-height:100px; }  
    .logo img{max-width: 100%;}
    .langbox{position: absolute; right: 60px; font-size: 14px;top:0;z-index: 3;} 
    .langbox .langhd{background: url(../images/line02.png) no-repeat top center; padding:0 12px;}
    .langbox .langbd{width: 100%; background: #fff;border:1px solid #ccc;padding:5px 0;}
    .langbox .langbd a{width: 100%;display: block;height: 24px; line-height: 24px; text-indent: 5px;}
    .langbox .langbd{display: none;}
    .langbox:hover .langbd{display: block;}
    .toptel{position: absolute;right:180px; font-size: 14px;top:0;}
    .toptel span{font-weight: bold;font-size: 20px;}
    .serchinco{position: absolute;width:48px; height: 40px; right:0; top:0; font: 300 12px/40px microsoft yahei;cursor: pointer;z-index: 999; text-align: center;}
.serchinco .fa{font-size: 16px;}
.globalsearch{display: none;}
.globalsearch{position: absolute; top:40px; right:0;width: 280px;background: #fff;padding:15px;z-index: 99; background:#e70012;}
.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;}
}


/* ==========================================================================
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 #e70014;
        margin-left: -38px;
        top: 100%;
        min-width: 100px;
    }
    #gn_02 .dropdown{margin-left: -72px;min-width: 180px;}
    #gn_02 .dropdown a{text-align: left;}
    .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: #e70014;
        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: 90%;
        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);}
        #gn_03 .dropdown{margin-left:0;}
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #e70014;
    }
    
    
   
    /* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}

/* ====================================================================
banner
==================================================================== */
    
.banner { overflow: hidden;margin-top:140px;position: relative;}
.banner img{max-width: 100%;}
.banner .mpic{ display: none;}
#owl-banner .owl-nav{margin-top: 0;}
#owl-banner .owl-dots{position: absolute;bottom: 10px;width: 100%;}
#owl-banner .owl-prev,#owl-banner .owl-next{width:41px;top:0; height:100%;background: none; text-indent: 100px;overflow: hidden;padding:0;margin:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
#owl-banner .owl-prev{position: absolute;left:10px; background:url(../images/bl.png) center no-repeat;}
#owl-banner .owl-next{position: absolute;right:10px;background:url(../images/br.png) center no-repeat;}

#owl-banner .owl-dots .owl-dot.active span, #owl-banner .owl-dots .owl-dot:hover span {
    background: #e70012;
}
#owl-banner .owl-dots .owl-dot.active span{ width: 20px;}
#owl-banner .owl-dots .owl-dot span { width: 10px; height: 10px; background: #fff;}

@media (max-width:767px) {
#owl-banner .owl-prev,#owl-banner .owl-next{filter: Alpha(Opacity=0);opacity: 0;}
}
@media only screen and (max-width: 767px) {
    .banner .mpic{ display: block;}
    .banner .pic{display: none;}
    .banner {margin-top:0;}
}


/* ==========================================================================
   home_pro
   ========================================================================== */
.home_pro{padding:40px 0;}
.home_pro .title{text-align: center;margin-bottom: 20px; }
.home_pro .title h2{font: 700 36px/2em microsoft yahei;}
.home_pro .hprobox .hd{margin-bottom: 20px;}
.home_pro .hprobox .bd{min-height: 400px;overflow: hidden;}
.home_pro .hprobox .hd{color: #666; text-align: center;font: 700 18px/40px microsoft yahei;}
.home_pro .hprobox .hd li{height: 40px;padding:0 20px;display: inline-block; text-align: center;cursor: pointer;margin:0 5px;}
.home_pro .hprobox .hd li.on{color: #e70012;}
.hprolist li{width: 25%;float: left;}
.hprolist li .warp{margin:0 10px 20px 10px; text-align: center;}
.hprolist .txtarea{padding:20px; text-align: center;}
.hprolist .txtarea h3{color: #666; font: 300 16px/40px microsoft yahei;width:100%;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.hprolist .imgarea {height:320px;line-height:320px;overflow: hidden;border:1px solid #d8d8d8;background: #fff;}
.hprolist .imgarea img{max-width: 100%;transition: transform 2s;}
.hprolist li:hover .imgarea img{ transform: scale(1.1);} 
.hprolist li:hover .imgarea{-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);} 
.hprolist li:hover .txtarea h3{color: #e70012;}

@media only screen and (max-width:920px) {
.hprolist li{width:50%;float: left;}
}

@media only screen and (max-width:768px) {
.hprolist li .warp{margin:0 5px 0 5px;}
.hprolist .imgarea {height:200px;line-height:200px;}
.home_pro .hprobox .hd{text-align: left;}
.home_pro .hprobox .hd li{padding:0 8px;margin:0;}
}

/* ==========================================================================
   home_about
   ========================================================================== */
.home_about{padding:60px 0;background: url(../images/homebg01.jpg) no-repeat center top;background-size: cover; }
.home_about .title{text-align: center;margin-bottom: 20px; }
.home_about .title h2{font: 700 36px/2em microsoft yahei;color: #fff;}
.home_about .imgarea {width:48%; float: left;overflow: hidden;}
.home_about .imgarea img{max-width: 100%;transition: transform 2s;}
.home_about .imgarea:hover  img{ transform: scale(1.1);} 
.home_about .txtarea{float: right;color: #fff;width: calc(52% - 50px);font: 300 16px/36px microsoft yahei;}
.home_about .txtarea .desc{margin:10px 0 20px 0;height: 180px;overflow: hidden;}
.dhmore a{color: #fff;border:2px solid #fff; width: 180px;height: 50px; line-height: 55px; display: block;
    font-size: 14px; text-align: center;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px;

}
.dhmore a:hover{background: #fff;color: #275e97;}

@media only screen and (max-width:768px) {
.home_about .imgarea {width:100%; float: none;}
.home_about .txtarea{float: none;width:100%;}
}

/* ==========================================================================
   home_part03
   ========================================================================== */
.home_part03{padding:60px 0;}
.home_part03 li{width:50%;height:430px;float: left;overflow: hidden;}
.home_part03 li .dhmodebox{max-width: 578px;}
.home_part03 li .dhmodebox.right{float: right;}
.dhmodebox{}
.dhmodebox .imgarea {width:100%;overflow: hidden;}
.dhmodebox .imgarea img{max-width: 100%;transition: transform 2s;}
.dhmodebox .imgarea:hover  img{ transform: scale(1.1);} 
.dhmodebox .cover{height: 200px; text-align: center; margin:0 13%;margin-top: -100px; background: #255e99;position: relative;}
.dhmodebox .cover .inco{width: 80px; height: 80px; text-align: center;line-height: 80px;margin:0 auto 20px auto;padding-top: 20px;}
.dhmodebox .cover h2{color: #fff;font: 700 24px/30px microsoft yahei;}
.dhmodebox .cover .line{width: 80px; height: 3px; background: #fff;margin:10px auto 0 auto;}
@media only screen and (max-width:768px) {
.home_about .imgarea {width:100%; float: none;}
.home_about .txtarea{float: none;width:100%;}
.home_part03 li{width:100%;height:auto;float: none;overflow: hidden;}
.dhmodebox .cover{height: auto; text-align: center; margin:0;padding-bottom:30px;}
.home_part03 li .dhmodebox.right{float: none;margin-top: 20px;}
.dhmodebox .cover .inco{height: 50px; line-height: 50px;}
.dhmodebox .cover .inco img{width: 48px;}
.home_part03{padding:20px 0;}
}

/* ==========================================================================
   home_online
   ========================================================================== */
.home_online{padding:60px 0;background:#fff url(../images/homebg02.jpg) top center no-repeat;background-size: cover;}
.home_online .left{width:50%;float: left;color: #fff;}
.home_online .tit{font: 300 36px/48px microsoft yahei;margin-bottom: 10px;}
.home_online .left li{font: 300 16px/42px microsoft yahei;}
.home_online .left li .fa{margin-right: 10px;}
.home_online .right{width:50%;float: right;}
.home_online .right .mode{margin:0 auto;max-width: 500px;}
.home_online .right .ui-input{width: calc(100% - 24px); line-height:18px;padding:10px;margin-bottom:20px;background: #dbdbdb;border:1px solid #dbdbdb;}
.home_online .right a{height:50px;width:150px;font: 300 16px/50px microsoft yahei; text-align: center; display: inline-block;
    border:0 none;background: #1d55d6; color: #fff;}
.home_online .right a:hover{background:#135685;color:#fff;}

.home_online .right input::-webkit-input-placeholder {color: #999;font-size: 12px; font-family: microsoft yahei; }
.home_online .right select::-webkit-input-placeholder {color: #999;font-size: 12px;font-family: microsoft yahei; }
.home_online .right textarea::-webkit-input-placeholder {color: #999;font-size: 12px;font-family: microsoft yahei; }
@media only screen and (max-width:767px) {
    .home_online{padding:20px 0;}
    .home_online .left{margin-bottom: 20px;}
.home_online .left,.home_online .right{width:100%;float: none;}
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer { color: #fff; font-size: 12px; font-family: microsoft yahei;}
footer a { color: #fff; }
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:#fff;}
.fn-col h3 a:hover {text-decoration: underline; }
.fn-col ul {}
.fn-col li { line-height:30px; font-size: 13px; }
.fn-col li a { color: #fff;  }
.fn-col li a:hover {text-decoration: underline;}
.fn-colwx{width:300px;border-left: 1px solid #3671aa;padding-left: 20px;}

.foothd{text-align: center;padding:15px 0;text-transform:Uppercase;color: #9b9b9b; font-size: 14px; background: #101010;}
.foothd a{color: #9b9b9b;}
.foothd a:hover{color: #fff;}
@media only screen and (max-width: 767px) {
footer {}
.fn-col {width: calc(43% - 10px);padding-left:7%;}
.foothd{padding:15px 10px 65px 10px;}
.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);
    }
}


