/* ==========================================================================
   Global
   ========================================================================== */
    
    html {
        font-size: 62.5%;
    }
    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 5px;
        background-color: #F5F5F5;
    }



body::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }



body::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #bdb9b9;
    }

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #bdb9b9;
}
    
    a { color: #333; }
    
    a:hover { color: #1d4789; }

 a:focus { outline:none; -moz-outline:none; }     
    body { color: #333; font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif; }   
    @media only screen and (max-width: 768px) {
        body{font-size: 12px;}

    } 
    .wrapper {
        max-width: 1360px;
        /*min-width: 980px; */
        _width: 1360px;
        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:10px;width:20%;height:100px; overflow: hidden;line-height:100px;
 background: url(../images/logo.png) no-repeat left center;   
 }  
.logo img{max-width: 100%; display: none;}
#globalnav.mini_top .logo{ background: url(../images/logo02.png) no-repeat left center;}

.langbox{position: absolute; right: 10px; font-size: 16px;top:35px;z-index: 3; line-height: 30px;} 
.langbox a{color: #0ca728;}
.langbox a img{margin-left:5px;}

.envelope{position: absolute; right:45px; font-size: 16px;top:35px;z-index: 3;line-height: 30px;}
/*.langbox{position: absolute; right: 10px; font-size: 14px;top:32px;z-index: 3;} 
.langbox .langhd a{margin:0 8px;}
.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: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:30px; height: 30px; right:80px; top:35px; line-height:30px;cursor: pointer;z-index: 999; text-align: center;font-size: 16px;color: #fff;}
#globalnav.mini_top .serchinco{color: #333;}
.globalsearch{display: none;}
.globalsearch{position: absolute; top:100px; right:0;width: 280px;padding:15px;z-index: 99; background:#2c6bac;}
.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:920px) {
    .serchinco{right: 48px; top:0;}
    .globalsearch{ top:48px;}
    .logo,.toptel,.langbox,.envelope{display: none;}
    .topbar{height: 0;}
    .wxinco{display: none;}
    .serchinco{width:48px; height: 48px;line-height:48px;border:0; font-size: 16px;}
}



/* ==========================================================================
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: #2c6bac;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #2c6bac;
        top: 100%;
        min-width: 200px;
    }
 
   .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: #2c6bac;
        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: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: #2c6bac;
    }   
    
   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}

/* ==========================================================================
   qcgfpart01
   ========================================================================== */
.qcgfpart01{padding:130px 0;/*background: url(../images/homebg01.jpg) right bottom no-repeat;*/position: relative; background-size: cover; }
.qcgfpart01 .pic { top: 0; right: 0; position: absolute; width:994px; height:1002px;}
.qcgfpart01 .pic img{max-width: 100%;}
.qcgh_tit{padding-left: 80px;position: relative;line-height: 42px;}
.qcgh_tit h3{font-size: 36px; color: #000; }
.qcgh_tit .txten{color: #b4b8bf;font-size: 32px;}
.qcgh_tit:before { content: ""; display: block; top: 0; left: 0; position: absolute; width:42px; height:87px;
 background: url(../images/inco07.png) left top no-repeat;}
.qcgfpart01 .txtarea{padding-left: 80px;max-width: 440px;font-size: 16px;color: #555; line-height: 34px; height:480px; 
    margin:30px 0;overflow: hidden;}
.qcgfpart01 .more{padding-left: 80px;}
.qcgfpart01 .more a{height: 60px; line-height: 60px; text-indent: 30px; display: inline-block; position: relative;}
.qcgfpart01 .more a.btn01{width: 210px; background: #225fbc;color: #fff; font-size: 18px;border:1px solid #225fbc;}
.qcgfpart01 .more a:before{ content: ""; display: block; top: 0; right:20px; position: absolute; width:63px; height:45px;
-webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
 }
.qcgfpart01 .more a.btn01:before { background: url(../images/inco08.png) left bottom no-repeat;}
.qcgfpart01 .more a:hover:before{right: 15px;}
.qcgfpart01 .more a.btn02{width: 200px;color: #225fbc; font-size: 18px;border:1px solid #b8c2d1;margin-left: 5px;}
.qcgfpart01 .more a.btn02:before {background: url(../images/inco09.png) left bottom no-repeat;}


/* ==========================================================================
   qcgfpart02
   ========================================================================== */
.qcgfpart02{padding:100px 0 0 0; background: url(../images/homebg02.jpg) right bottom no-repeat; background-size: cover; }
.qcgfpart02 .left{width: 430px; overflow: hidden; float: left;}
.qcgfpart02 .right{width: calc(100% - 440px); float: right;padding-top: 40px; }
.dszzcbox{width: 430px; height: 611px; overflow: hidden;margin-top: 80px;position: relative;}
.dszzcbox .pic,.dszzcbox .pic img{width: 100%;height: 100%;}
.dszzcbox .cover{color: #fff;position: absolute;bottom: 0;padding:50px;
-webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.dszzcbox .cover a{color: #fff;}
.dszzcbox .cover h3{font-size: 18px;margin-bottom: 10px;}
.dszzcbox .cover .desc{line-height: 24px;height: 120px; overflow: hidden;}
.dszzcbox:hover .cover{bottom:30px;}
.newsrow{width: calc(50% - 5px);height: 295px; overflow: hidden;position:relative; float: left; }
.newsrow .warp{padding:40px;}
.newsrow .pic,.newsrow .pic img{width: 100%;height: 100%;}
.newsrow02{margin-left: 10px;}
.newsrow03{width: 100%; float: none; margin-top:10px;}
.newsrow .cover{position: absolute; top:180px; color: #fff;overflow: hidden;width: 100%;height: 100%;
    background: url(../images/newsbg01.png) right top repeat-x;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.newsrow .cover a {color: #fff;}
.newsrow .cover h3{font-size: 18px; line-height: 24px; height: 48px; overflow: hidden;margin-bottom:30px;}
.newsrow .desc{line-height: 24px; height: 120px; overflow: hidden;}
.newsrow:hover .cover{top: 0;background-image: none;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#CC225FBC', endColorstr='#CC225FBC');background:rgba(34,95,188,0.8);
}
.qcgfpart02 .right .more{text-align: right;margin-top: 15px;}
.qcgfpart02 .right .more a{height: 60px; line-height: 60px; text-indent: 30px;width: 260px; display: inline-block; position: relative; 
    background: #225fbc;color: #fff; font-size: 18px;border:1px solid #225fbc; text-align: left;}
.qcgfpart02 .right .more a:before{ content: ""; display: block; top: 0; right:20px; position: absolute; width:63px; height:45px;
-webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
 background: url(../images/inco08.png) left bottom no-repeat;}
.qcgfpart02 .right .more a:hover::before{right: 15px;}
@media only screen and (max-width:1680px) {
    .qcgfpart01 .pic {width: 700px; height:100%;}
    .qcgfpart01 .pic img{margin-top: 70px;}
    .qcgfpart01 .txtarea{max-width:600px;line-height: 30px; height:280px; }
}

@media only screen and (max-width:1370px) {
.qcgfpart01 .pic {width: 500px; height:100%;}
.qcgfpart01 .pic img{margin-top: 70px;}
.qcgfpart01 .txtarea{max-width:600px;line-height: 30px; height:280px; }
.qcgfpart01{padding:80px 0 100px 0;}
}

@media only screen and (max-width:1200px) {
.qcgfpart01 .pic {width: 400px;}
}

@media only screen and (max-width:920px) {
.qcgfpart01{padding:40px 0 60px 0;}
.qcgh_tit:before{background-size: auto 50px;}
.qcgh_tit{padding-left: 40px; line-height: 30px;}
.qcgh_tit h3{font-size: 20px;}
.qcgh_tit .txten{font-size: 16px;}
.qcgfpart01 .txtarea { padding-left:40px; max-width:400px; height: 240px; font-size: 14px; line-height: 24px;}
.qcgfpart01 .more{ padding-left:40px;}
.qcgfpart01 .pic{width: 400px;}

.qcgfpart02{padding:40px 0 0 0; }
.dszzcbox{width:300px; height:426px;margin-top:20px;}
.qcgfpart02 .left{width:300px;}
.qcgfpart02 .right { width: calc(100% - 310px);padding-top: 0;}
.newsrow{height: 200px;}
.newsrow .cover{top: 100px;}
.newsrow .warp{padding:20px;}
.dszzcbox .cover{padding:30px;}
}

@media only screen and (max-width:768px) {
.qcgfpart02 .left{width: 100%; float: none;}
.qcgfpart02 .right { width:100%;float: right; margin-top: 20px;}
.newsrow { width:100%; float: none;}
.newsrow02 { margin-left: 0;margin-top: 10px;}
.dszzcbox{width: 100%;height: auto;}
.qcgfpart02{padding:40px 0 20px 0; }
.qcgfpart02 .right .more a{width: 100%;}
.qcgfpart01 .pic{display: none;}
.qcgfpart01 .txtarea{max-width: 100%;}
.qcgfpart01 .txtarea,.qcgfpart01 .more{padding-left: 0;}
.qcgfpart01 .more a.btn01,.qcgfpart01 .more a.btn02{font-size: 14px;width: 150px;}
.qcgfpart01 .more a { height: 50px;    line-height: 50px;text-align: left;}
.qcgfpart01 .more{text-align: center;}
.qcgfpart01 .more a.btn02:before, .qcgfpart01 .more a.btn01:before{background-size: auto 30px;background-position: center;}
.qcgfpart01 .more a:before{height: 50px;right: 0;}
}


/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 12px;font-family: microsoft yahei; padding:60px 0 0 0;color: #fff;background:#46628b url(../images/footbg.jpg) left bottom no-repeat;background-size: cover; }
footer a{color: #efefef;}
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-size: 16px;line-height: 24px;}
.fn-col h3 a:hover {text-decoration: underline;color: #fff; }
.fn-col li {line-height:30px; font-size: 14px;color: #fff;}
.fn-col li a{color: #fff;}
.fn-col li a:hover {text-decoration: underline;color: #fff;}
.fn-colwx{width:150px;}
.fn-colwx img{width: 146px; height: 146px;}
.foothd{padding:15px 0;text-transform:Uppercase;color: #94a0b2; background: #27374f; font-size: 14px;line-height: 32px;}
.foothd a{color: #94a0b2;}
.foothd a:hover{color: #fff; text-decoration: underline;}
.foothd .left{float: left;}
.frlink{width:200px;position: relative;float: right;margin-left: 10px;}
.frlink .hd{border:1px solid #fff;height: 30px; line-height: 30px;padding:0 10px;
    background:#fff url(../images/arr-u.png) 170px center no-repeat; 
}
.frlink .bd{padding:10px 0;background: #fff;display: none;width: 100%;}
.frlink .bd a{display: block;line-height: 30px;width: 100%; text-indent: 10px;color: #333;}
.frlink .bd a:hover{text-decoration: underline;}
.frlink:hover .bd{display: block;position: absolute; bottom:30px;}

@media only screen and (max-width: 1440px) {
    footer{padding-top: 30px;}
    .foothd{padding:10px;font-size: 12px;}
}

@media only screen and (max-width: 920px) {
.fn-col li{font-size: 12px;}
.fn-col h3{font-size: 14px;}
.fn-colwx{ width: 200px;}
.foothd .left{float: none; text-align: center;}
.foothd{text-align: center;}
.frlink{display: inline-block; float: none;}
}

@media only screen and (max-width: 768px) {
footer {padding-top:10px;}
.fn-col {width:auto;padding-left:0; background: none;margin-right: 5px;}
.footer-nav{height:60px;}
.foothd{margin-top:0;font-size: 12px;padding: 10px 0; line-height: 18px;}
.fn-col ul{display: none;}
.fn-colwx{display: none;}
.fn-col h3 {font-size: 12px;margin-bottom: 0; font-weight: normal;}
.footer-nav{text-align: left;}
.frlink{display: none;}
}

.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);
    }
}


