/* ==========================================================================
   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: #c01920; }

 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:100px;
-webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
} 
.topbar .wrapper{position: relative;}
.logo { position: absolute; left:10px;width:20%;height:100px; overflow: hidden;line-height:100px; }  
.logo img{max-width: 100%;}

.serchinco{position: absolute;width:30px; height: 30px; right:50px; top:30px; line-height:26px;
    cursor: pointer;z-index: 999; text-align: center;font-size: 14px;color: #939393;
    display: none;
}
.wxinco{position: absolute;width:220px; height: 30px; right:10px; top:30px; line-height:24px; color: #c01920;
    cursor: pointer;z-index: 999; text-align: right;font-size: 14px;}
.wxinco a{color: #c01920;}
.wxinco .fa{margin-right: 5px;}


.globalsearch{position: absolute; top:30px; right:290px;width:300px;z-index: 99;border:1px solid #d2d2d2;}
.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: 9px 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:34px; cursor: pointer; background: url(../image/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;display: none;}
    .logo,.toptel,.langbox{display: none;}
    .topbar{height: 0;}
    .wxinco{display: none;}
    .serchinco{width:48px; color: #333; height: 48px;line-height:48px;border:0; font-size: 16px; display: block;}
    .globalsearch{right: 0;padding:15px; background: #c01920;border: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(/cn/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 #c2232a;
        margin-left: -38px;
        top: 100%;
        min-width: 100px;
    }
    #gn_03 .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: 90%;
        display: block;
        text-align: center;
    }
    
    @media (max-width:920px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 12px;
            width: 100%;
            text-align: left;
        }
        .dropdown { min-width: calc(100% - 40px);}
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #c2232a;
    }
    
    
   
    /* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}


.hometit{text-transform:Uppercase; font-size: 24px;font-weight: normal;height: 40px; line-height: 40px;}
.hometit .fa{color: #b31318;margin-right: 10px;}
.hometit a{font-size: 14px; float: right;}

.hometit02{text-transform:Uppercase; font-size: 24px;font-weight: normal;height: 65px; line-height:65px;
    background:#c2232a url(../image/grandepic08.jpg) right center no-repeat;padding:0 20px; color: #fff;
}
.hometit02 .fa{margin-right: 10px;}
.hometit02 a{font-size: 16px; float: right;color: #fff;}

@media only screen and (max-width:920px) {
.hometit,.hometit02{font-size: 16px;}
}

/* ==========================================================================
   leaderpart01
   ========================================================================== */
.bannertool{height: 55px; line-height: 55px; background: #2e2d33; text-align: center;color: #fff;}
.bannertool a{color: #fff;font-size: 16px;margin:0 30px;}
.grandepart01{padding:60px 0;}
.probox{height: 340px;margin:50px 10px 0 10px; position: relative;background:url(../image/grandepic05.jpg) center no-repeat;background-size: cover;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.probox .pic{width: 130px; height: 160px; text-align: center; line-height: 160px; position: absolute;right:10px;top: -40px;}
.probox .pic img{max-width: 100%;width: auto!important;}
.probox .txtarea{padding:50px 30px;}
.probox .txtarea h3{line-height: 2em;color: #b31318; font-size: 18px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.probox .txtarea h3 a{color: #b31318;}
.probox .txtarea .desc{margin:20px 0; color: #555;height: 110px; line-height: 1.5em;overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient: vertical;}
.probox .txtarea .more a{width: 150px; height:36px;text-align: center; line-height:36px; display: inline-block; background: #b31318;color: #fff;}
#owl-pro .owl-dots{height: 0px;overflow: hidden;}
.probox:hover { transform: translate3d(0, -5px, 0);}

@media only screen and (max-width:1440px) {
#owl-pro .owl-dots{height: auto;overflow: hidden;}
}


.grandepart02{padding:0 0 60px 0;}
.grandepart02 .row01{margin-top: 30px;}
.jsqybox{width: calc(50% - 100px);height: 170px; float: left;color: #fff;padding:0 40px;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;   
}
.jsqybox a{color: #fff;}
.jsqybox:nth-child(2){margin-left: 40px;}
.jsqybox h3{font-size: 24px;padding-top:40px;line-height: 1em;margin-bottom: 20px;}
.jsqybox .desc{max-width: 350px;}
.jsqybox:hover { transform: translate3d(0, -2px, 0);box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}

@media only screen and (max-width:1200px) {
.jsqybox h3{font-size: 16px;}
}

@media only screen and (max-width:920px) {
.jsqybox { width: calc(50% - 80px); height: 130px; padding:0 50px 0 20px;}
.jsqybox:nth-child(2) { margin-left: 20px;}
.jsqybox h3{padding-top:30px;margin-bottom: 10px;}
.grandepart02 .row01{margin-top: 10px;}
}

@media only screen and (max-width:768px) {
.jsqybox { width: calc(100% - 70px); height: 110px; padding:0 50px 0 20px; float: none;}
.jsqybox:nth-child(2) { margin-left: 0;margin-top: 10px;}
.jsqybox h3{padding-top:20px;margin-bottom: 10px;font-size: 14px;}
}


.grandepart03{padding:60px 0 0 0;height: 340px; overflow: hidden; background:url(../image/homebg01.jpg) top center no-repeat;}
.grandepart03 .wrapper{position: relative;}
.grandepart03 .wrapper:before { content: ""; display: block; top:100px; left:-180px; position: absolute; 
width:344px; height:123px;background:url(../image/inco03.png) top center no-repeat;}
.grandepart03 .txtarea{max-width:1030px;float: right;}
.grandepart03 .txtarea .warp{padding:50px;font-size: 16px; line-height: 2em;}
.grandepart03 .txtarea .desc{margin-bottom:40px;}
.grandepart03 .txtarea .more a{width: 150px; height:36px;text-align: center; line-height:36px; margin-right: 15px;
    display: inline-block; background: #b31318;color: #fff;}

@media only screen and (max-width:1440px) {
.grandepart03 .wrapper:before{width:240px;background-size:100%;left: 0;}
}

@media only screen and (max-width:1200px) {
.grandepart03 .wrapper:before{display: none;}
.grandepart03{background-position: right top;padding-top: 20px;height:340px;background-size:auto 100% ;}
.grandepart03 .txtarea{max-width: 100%;}
.grandepart03 .txtarea .warp{padding:50px 20px;}
}

@media only screen and (max-width:920px) {
    .grandepart03{height: auto;padding-top: 10px;}
    .grandepart03 .txtarea .desc { margin-bottom:20px;font-size: 14px;line-height: 1.5em;}
}

@media only screen and (max-width:768px) {
.grandepart03{padding-top:5px;}
.grandepart03 .txtarea .more a{width: 100px;font-size: 12px;}
.grandepart03 .txtarea .warp{padding:20px 0 20px 0;}
.grandepart03 .txtarea .desc{font-size: 12px;}
}


.grandepart04{padding:60px 0;}
.proflbox{border:1px solid #dfdfe6;}
.proflbox .row{width: 160px;height:170px; float: left;padding:30px;border-left:1px solid #dfdfe6; }
.proflbox .row:nth-child(2){ width: calc(50% - 220px);}
.proflbox .row:nth-child(1){ width: calc(50% - 350px);border:0;}
.proflbox li{line-height:26px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.proflbox li a{color: #777;}
.proflbox li a:hover{color: #c2232a;}
.proflbox h3{font-size: 18px;margin-bottom: 10px;}
.proflbox .row:nth-child(1) li,.proflbox .row:nth-child(2) li{width: 50%;float: left;}

@media only screen and (max-width:1200px) {
.proflbox li a{font-size: 12px;}
.proflbox .row{padding:20px;width: 150px;}
.proflbox .row:nth-child(2){ width: calc(50% - 180px);}
.proflbox .row:nth-child(1){ width: calc(50% - 290px);}
}

@media only screen and (max-width:920px) {
.proflbox .row:nth-child(1) li,.proflbox .row:nth-child(2) li{width:100%;float:none;}
.proflbox .row{height:280px;}
.proflbox li{line-height:24px;}
.proflbox .row:nth-child(2),.proflbox .row:nth-child(1){ width: calc(50% - 240px);}
}

@media only screen and (max-width:768px) {
    .proflbox .row:nth-child(2),.proflbox .row:nth-child(1){ width: calc(100% - 40px);float: none;}
    .proflbox .row{ width: calc(100% - 40px);float: none;border-left: 0;border-top: 1px solid #dfdfe6;height: auto;}
    .proflbox h3{font-size: 14px;}
    .probox{margin: 50px 0 0 0;}
}


.grandepart05{padding:0 0 40px 0;}
.newsbox{background: #fff;overflow: hidden;margin:10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.newsbox .pic {position: relative; height: auto;overflow: hidden;}
.newsbox .bgimg{width: 100%;}
.newsbox .uppic{width: 100%;height: 100%; position: absolute;left: 0;top:0;transition: transform 1s;}
.newsbox:hover .uppic{ transform: scale(1.05);}
.newsbox .txtarea{background:#fff;font-size: 16px;padding:30px;}
.newsbox .txtarea .tit{font-size:18px;color: #000;font-weight: bold; line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newsbox .txtarea .date{color: #555;}
.newsbox:hover{box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);}
#owl-news{margin-top:10px;}
#owl-news .owl-dots .owl-dot span { width: 17px; height: 17px; background: #ffffff;border:1px solid #d3d3d3;}
#owl-news .owl-dots .owl-dot.active span, #owl-news .owl-dots .owl-dot:hover span {background: #c2232a;border:1px solid #c2232a;}

@media only screen and (max-width:920px) {
.newsbox .txtarea .tit{font-size: 14px; line-height: 24px;height: 48px;}
.newsbox .txtarea .date{font-size: 12px;}
.newsbox .txtarea{font-size: 12px;padding:20px 20px 20px 20px;}
}

@media only screen and (max-width:768px) {
.newsbox{width:100%; margin-left: 0;float: none;margin-bottom: 15px;}
.newsbox .txtarea .tit{height: auto;line-height:20px;height: auto;margin-top: 0;}
.newsbox .txtarea{padding:10px 15px;}
}

@media only screen and (max-width:920px) {
    .grandepart01{padding:30px 0 0 0;}
    .grandepart02{padding:0 0 30px 0;}
    .grandepart04{padding:30px 0;}
}
@media only screen and (max-width:768px) {
    .grandepart01{padding:10px 0 0 0;}
    .grandepart02{padding:0 0 30px 0;}
    .grandepart04{padding:30px 0;}
    .grandepart05{padding:0 0 20px 0;}
}


/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 14px; background: #2e2d33; font-family: microsoft yahei; padding:60px 0 0 0;}
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-size: 16px; font-weight: bold; line-height: 24px;  font-weight: bold;}
.fn-col h3 a{color: #fff;font-weight: normal;}
.fn-col h3 a:hover {text-decoration: underline; }
.fn-col li { line-height:30px; font-size: 14px; }
.fn-col li a{color: #8b9499;}
.fn-col li a:hover {text-decoration: underline;}
.fn-colwx{width:300px;color: #fff;padding-left: 50px;border-left: 1px solid #52595d;}
.fn-colwx h3{font-weight: normal;}
.fn-colwx .row{width: 130px; height: 180px; overflow: hidden; float: left; margin-right: 15px; text-align: center; line-height: 30px;}
.fn-colwx .row01{width: 110px;text-align: left;}
.fn-colwx .row01 h3{text-align: left;}
.fn-colwx .row h3{margin-bottom: 20px;}
.fn-colwx .row img{width: 120px; }
.fn-colwx .row p{color: #8b9499;}
.fn-colwx .row a{font-size: 30px;color: #999999;width: 40px; height: 50px;display: inline-block;text-align: left;}
.fn-colwx .row a:hover{color: #fff;}

.foothd{padding:30px 0; margin-top:20px; text-transform:Uppercase;color: #8b9499; font-size: 12px; background: #000000;}
.footlogo{float: left;}
.foothd .left{float: left;padding-left: 50px;}
.foothd .left em{float: left;height:40px;font-size: 16px;margin-right: 10px;color: #fff;font-weight: bold;}
.foothd .right{float: right; text-align: right;}
.foothd a{color: #fff;}
.foothd a:hover{color: #fff;}

@media only screen and (max-width:920px) {
.footlogo{display: none;}
.foothd .left{float: none;padding-left: 0;max-width: 500px;}

.foothd .right{float: none;text-align: left;}
}

@media only screen and (max-width: 768px) {
footer {padding-top:0;}
/*-----
.fn-col {width: calc(33.3% - 10px);}
.fn-col ul,.fn-colwx{display: none;}
.fn-col h3 {font-size: 12px;} ------*/
.foothd{margin-top:0;font-size: 12px;line-height: 18px;}
.foothd .left em{float: none;}
.foothd .left{margin-bottom: 10px;}
.footer-nav{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);
    }
}


