/* ==========================================================================
   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: #c92c42; }

 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: 1320px;
        /*min-width: 980px; */
        _width: 1320px;
        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:30%;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; color: #fff;} 
.langbox a{color: #fff;}

#globalnav.mini_top .langbox,#globalnav.mini_top .langbox a{color: #333;}


.envelope{position: absolute; right:65px; font-size: 16px;top:35px;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:30px; height: 30px; right:90px; top:35px; line-height:30px;cursor: pointer;z-index: 999; 
    text-align: center;font-size: 16px;color: #fff;}
.globalsearch{display: none;}
.globalsearch{position: absolute; top:100px; right:0;width: 280px;padding:15px;z-index: 99; background:#e60012;}
.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;}

#globalnav.mini_top .serchinco {color: #333;}
      
@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: #e60012;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #e60012;
        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: #e60012;
        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: #e60012;
    }   
    
   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}
.hometit{text-align: center;font-size: 35px; font-weight: bold;}
.hometit .txten{font-weight: normal; font-size: 24px; color: #eb0f0f;text-transform:Uppercase;}

/* ==========================================================================
   hdgjpart01
   ========================================================================== */
.hdgjpart01{padding:100px 0;background: url(../images/hdgj-pic01.jpg) left center no-repeat;background-size: cover; }
.hdgjpart01 .hometit{margin-bottom: 60px;}
.hdgjpart01 .row{background: #cfc4be;overflow: hidden;
-webkit-border-radius:24px;
    -moz-border-radius:24px;
    -ms-border-radius:24px;
    -o-border-radius:24px;
    border-radius:24px;}
.hdgjpart01 .row .pic{width: 820px; height: 408px; float: right; overflow: hidden;}
.hdgjpart01 .row .pic img{width: 100%;}
.hdgjpart01 .row .txtarea{width: calc(100% - 900px); float: left;padding:70px 0 0 80px;color: #816a5e;}
.hdgjpart01 .row .txtarea h3{font-size: 36px;}
.hdgjpart01 .row .txtarea h3 span{font-weight: normal; font-size: 22px;text-transform:Uppercase;}
.hdgjpart01 .row .txtarea .desc{line-height: 24px; height: 96px; overflow: hidden;margin:30px 0;}
.hdgjpart01 .row .more a{color: #816a5e;}
.hdgjpart01 .row .more a:hover{text-decoration: underline;}

.hdgjpart01 .row02{margin-top: 30px; background: #becacf;}
.hdgjpart01 .row02 .pic{ float: left; }
.hdgjpart01 .row02 .txtarea{ float: right;padding:70px 80px 0 0; color: #366e86; }
.hdgjpart01 .row02 .more a{color: #366e86;}

.hdgjpart01 .row03{margin-top: 30px; background: #ccdded;}
.hdgjpart01 .row03 .pic{ float: right; }
.hdgjpart01 .row03 .txtarea{ width: calc(100% - 900px); float: left;padding:70px 0 0 80px;color: #4c6a87; }
.hdgjpart01 .row03 .more a{color: #4c6a87;}

@media only screen and (max-width: 1200px) {
.hdgjpart01 .row .pic{width: 700px; height: 348px;}
.hdgjpart01 .row .txtarea{width: calc(100% - 780px);padding-top: 50px;}
}

@media only screen and (max-width:920px) {
.hdgjpart01{padding:40px 0;}
.hometit{font-size: 24px;}
.hometit .txten{font-size: 16px;}
.hdgjpart01 .hometit{margin-bottom:30px;}
.hdgjpart01 .row .txtarea h3{font-size:18px;}
.hdgjpart01 .row .txtarea h3 span{font-size: 14px;}
.hdgjpart01 .row .pic{width: 500px; height: 250px;}
.hdgjpart01 .row .txtarea{padding:40px 0 0 40px;width: calc(100% - 550px);}
.hdgjpart01 .row02 .txtarea{padding:40px 40px 0 0;}
.hdgjpart01 .row .txtarea .desc{margin:10px 0;}
}
@media only screen and (max-width:768px) {
.hdgjpart01 .row .pic{float: none;}
.hdgjpart01 .row .txtarea{padding:30px;width: calc(100% - 60px); float: none;}
.hdgjpart01 .row{
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -ms-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px;
    }
.hdgjpart01 .row .pic img{margin-left: -50px;}
.hdgjpart01 .row02 .pic img{margin-left: 0;}
.hometit{font-size: 18px;}
.hometit .txten{font-size: 14px;}
.hdgjpart01 .row .txtarea h3{font-size:16px;}
.hdgjpart01 .row .txtarea h3 span{font-size: 12px;}
.hdgjpart01 .row02{margin-top: 10px;}
.hdgjpart01 .hometit { margin-bottom: 10px;}
.hdgjpart01 { padding: 20px 0;}
}


/* ==========================================================================
   hdgjpart02
   ========================================================================== */
.hdgjpart02{padding:100px 0 0 0; margin-bottom:100px;background: url(../images/hdgj-pic02.jpg) left center no-repeat;background-size: cover; }
.hdgjpart02 .wrapper{position: relative; }
.hdgjpart02 .hometit,.hdgjpart02 .hometit .txten{color: #fff;}
.hdgjpart02 .row01{ text-align: center; color: #fff;margin-top: 20px; margin-bottom: 50px; }
.yfysc-ul{text-align: center;}
.yfysc-ul li{width: 25%; float: left;}
.yfysc-ul li .round{width: 220px; height: 220px; line-height: 220px; text-align: center; display: inline-block;
    color: #fff;font-size: 36px; font-weight: normal;transition-duration:800ms;cursor: pointer;
    border:1px solid #fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
}
.yfysc-ul li .round:hover {transform:rotateY(360deg);}
.hdgjpart02 .row02{margin-bottom:-100px;position: relative;}
.hdgjpart02 .row02 img{max-width: 100%;}
.hdgjpart02 .row02 .more{position: absolute; left: 50%; top: 50%; margin-left: -110px; margin-top: -40px;}
.hdgjpart02 .row02 .more a{width: 220px; height:65px;text-align: center; line-height: 65px; display: inline-block;color: #fff;font-size:18px;
    background-color: rgba(68,80,86,0.8);
    -webkit-border-radius:65px;
    -moz-border-radius:65px;
    -ms-border-radius:65px;
    -o-border-radius:65px;
    border-radius:65px;
}

@media only screen and (max-width:920px) {
    .yfysc-ul li .round{width: 150px; height: 150px; line-height: 150px;}
    .hdgjpart02{padding:40px 0 0 0; margin-bottom:100px;}
}

@media only screen and (max-width:768px) {
.yfysc-ul li .round{width: 80px; height: 80px; line-height: 80px;font-size: 16px;}
.hdgjpart02 .row01{margin-bottom: 20px;}
.hdgjpart02{padding:20px 0 0 0; margin-bottom:50px;}
.hdgjpart02 .row02{margin-bottom:-50px;position: relative;}
.hdgjpart02 .row02 .more{margin-left: -75px; margin-top: -20px;}
.hdgjpart02 .row02 .more a{width: 150px; height:40px; line-height:40px;font-size:14px;}
}

/* ==========================================================================
   hdgjpart03
   ========================================================================== */
.hdgjpart03{padding:0 0 100px 0;}
.hdgjpart03 .hometit{margin-bottom: 30px;}
.hdgjpart03 .row01{text-align: center;}
.hdgjpart03 .row02{text-align: center;margin-top: 60px;}
.hdgjpart03 .row02 img{max-width: 100%;}

@media only screen and (max-width:920px) {
  .hdgjpart03{padding:0 0 40px 0;}  
  .hdgjpart03 .row02{text-align: center;margin-top: 30px;}
  .hdgjpart03 .hometit{margin-bottom: 10px;}
}

/* ==========================================================================
   hdgjpart04
   ========================================================================== */
.hdgjpart04{padding:80px 0;background: url(../images/hdgj-pic05.jpg) left bottom no-repeat;background-size: cover; }
.hdgjpart04 .wrapper{position: relative; }
.hdgjpart04 .hometit{margin-bottom: 50px; text-align: left;}
.hdgjpart04 .row02{margin-left: -30px;}
.hdgjpart04 .row02 img{max-width: 100%;}
.hdgjpart04 .row03{font-size: 24px; margin-top: 60px; font-weight: bold; line-height:46px;max-width: 1040px;}
.hdgjpart04 .row04{max-width: 560px; position: absolute;top:50px; right: 10px;font-size: 16px; line-height: 30px;}
.hdgjpart04 .row04 .more{display: none;}
.hdgjpart04 .row05{position: absolute;bottom: 50px; right: 10px;}
.hdgjpart04 .row05 span{display: none;}

@media only screen and (max-width: 1200px) {
.hdgjpart04 .row02{max-width: 800px;margin-left: 0;}
.hdgjpart04 .row04{max-width: 500px;top: 0;}
.hdgjpart04 .row03{max-width: 650px;font-size: 18px;line-height: 40px;}
.hdgjpart04 .row05{bottom: 0;}

}

@media only screen and (max-width: 920px) {
.hdgjpart04 .row05 {display: none;}
.hdgjpart04 .row04 .more{display: block;}
.hdgjpart04 .row03{max-width:45%;font-size: 14px;line-height:24px;margin-top: 20px;}
.hdgjpart04{padding:40px 0;}
.hdgjpart04 .row02{max-width:45%;}
.hdgjpart04 .row04{width: calc(55% - 50px);top:45px;font-size: 14px; line-height:30px; }
.hdgjpart04 .row04 .more a{color: #e60212;}
.hdgjpart04 .row04 .more a:hover{text-decoration: underline;}
.hdgjpart04 .hometit{margin-bottom:10px;}
}

@media only screen and (max-width: 768px) {
.hdgjpart04 .row02,.hdgjpart04 .row03{max-width:100%;font-size: 12px;}
.hdgjpart04 .row04{position: relative; width: 100%;top: 0;right: 0;font-size: 12px;line-height: 24px;}
.hdgjpart04{padding:20px 0;}
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 12px;font-family: microsoft yahei; padding:60px 0 0 0;color: #fff;background:#3f464b;position: relative;}
footer .wrapper{ position: relative; }
footer .wrapper:after { content: "";width: calc(100% - 320px); display: inline-block; height: 1px;background: #5f6569;
position: absolute; top: 36px;}
footer a{color: #efefef;}
footer a:hover { text-decoration: underline; }
.footer-nav { text-align: justify;}

.fn-col { display: inline-block; *display:inline;zoom: 1; vertical-align: top; *padding-right: 100px;}
.footer-nav:after { content: ""; width: 100%; display: inline-block; font-size: 0; line-height: 0; }
.fn-col h3 {  margin-bottom: 10px; padding:0 20px 10px 0; font-size: 16px;line-height: 24px;font-weight: normal;  border-bottom: 2px solid #e81010;}
.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: #afb6bb;}
.fn-col li a:hover {text-decoration: underline;color: #fff;}
.fn-ewm{ border-left:1px solid #5f6569;padding-left:30px; width: 220px; overflow:hidden; }

footer .ewm{width: 100px;float: left; text-align: center;font-size: 14px;margin-left: 10px;}
footer .ewm img{width: 97px;height: 97px;margin-bottom: 5px;}
.foothd{text-align: center;padding:15px 0;text-transform:Uppercase;color: #afb6bb; font-size: 14px;border-top: 1px solid #2a2d30; background: #2a2d30;}
.foothd a{color: #afb6bb;}
.foothd a:hover{text-decoration: underline;}

@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-ewm{width: 150px;padding-left: 10px;}
footer .ewm{width: 70px;font-size: 12px;margin-left: 5px;}
footer .ewm img{width: 70px;height: 70px;margin-bottom: 5px;}
}

@media only screen and (max-width: 768px) {
footer {padding-top:10px;}
.fn-col {width: 70px;float: left; background: none;}
footer .wrapper:after{display: none;}
.footer-nav{height: 60px;}
.foothd{margin-top:0;font-size: 12px;padding: 10px 0; line-height: 18px;}
.fn-col ul{display: none;}
.fn-ewm{display: none;}
.fn-col h3 {font-size: 12px;   border-bottom: 0; padding:0;margin-bottom: 0;}
}

.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);
    }
}


