/* ==========================================================================
   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: #0160bd; }

 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 url(../images/headbg.jpg) bottom right no-repeat;} 
.topbar .wrapper{position: relative;}
.logo { position: absolute; left:10px;width:40%;height:90px; overflow: hidden;line-height:90px; }  
.logo img{max-width: 100%;}
.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:180px; font-size: 14px;top:28px;}
.toptel span{color: #0160bd;font-weight: bold;font-size: 20px;font-style: italic;}
.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:200px; height: 30px; right:10px; top:30px; line-height:26px;
    cursor: pointer;z-index: 999; text-align: center;font-size: 14px;}
.wxinco a{color: #939393;margin-left: 10px;}
.wxinco .fa{margin-right: 5px;}


.globalsearch{position: absolute; top:30px; right:210px;width: 200px;z-index: 99;border:1px solid #d4dbe0;}
.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: 6px 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:30px; 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;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: #0072bb;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(../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 #0072bb;
        margin-left: -38px;
        top: 100%;
        min-width: 100px;
    }
  
    .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);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: #0160bd; font-weight: bold;
    }
    
    
   
    /* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}


.leadertit01{text-align: center;text-transform:Uppercase; font-size: 30px;font-weight: normal;}
.leadertit01 h3{font-weight: normal;color: #000;}
.leadertit01 .txten{color: #b3b3b3;font-size: 14px;}
.mar-top-40{margin-top: 40px;}
.mar-bottom-40{margin-bottom: 40px;}

@media only screen and (max-width:920px) {
    .leadertit01{font-size:20px;}
    .leadertit01 h3{font-weight: bold;}
    .leadertit01 .txten{font-size: 12px;}
    .mar-top-40{margin-top: 20px;}
.mar-bottom-40{margin-bottom: 20px;}

}

@media only screen and (max-width:768px) {
 .leadertit01 h3{font-size: 16px;}
 .mar-bottom-40{margin-bottom:10px;}
}

/* ==========================================================================
   leaderpart01
   ========================================================================== */
.leaderpart01{padding:80px 0;} 
.leaderpart01 .left{width: 648px;height: 405px; overflow: hidden; float: left;position: relative;cursor: pointer; }  
.leaderpart01 .left .pic{width: 100%;height: 100%;}
.leaderpart01 .left .pic img{width: 100%;height: 100%;transition: transform 2s;}
.leaderpart01 .left:hover .pic img{ transform: scale(1.1);}
.leaderpart01 .left .cover{width: 100%;height: 100%; position: absolute;left: 0; bottom: 0;}
.leaderpart01 .left .cover .txt{color: #fff;position: absolute; bottom: 40px;margin:0 50px;}
.leaderpart01 .left .cover h3 a{color: #fff;font-size: 18px;}
.newslist01{width: calc(100% - 680px); float: right;}
.newslist01 li{background: #fff;border:1px solid #e3e3e8;margin-bottom: 12px;}
.newslist01 li .pic{width: 190px; height: 125px; overflow: hidden; float: left;}
.newslist01 li .pic img{width: 100%;height: 100%;transition: transform 2s;}
.newslist01 li:hover .pic img{ transform: scale(1.1);}
.newslist01 li .txtarea{width: calc(100% - 250px); float: left;margin:20px 0 0 30px; line-height: 24px; height: 76px; overflow: hidden; }
.newslist01 li .date{height: 30px; line-height: 30px;}
.newslist01 li .txtarea h3 a{font-size: 18px;}
 .newslist01 li:last-child {margin-bottom: 0;}
.leader_more01{text-align: center;}
.leader_more01 a{width: 120px; height:40px;text-align: center; line-height: 40px; display: inline-block; background: #0072bb;color: #fff; }

@media only screen and (max-width:1200px) {
.leaderpart01 .left{width:530px;height:330px;}
.newslist01{width: calc(100% - 560px);}
.newslist01 li .pic{width: 150px; height: 100px;}
.newslist01 li .txtarea{width: calc(100% - 190px); float: left;margin:10px 0 0 20px; line-height: 24px; height: 76px; overflow: hidden; }
.newslist01 li .txtarea h3 a{font-size: 14px;}
}

@media only screen and (max-width:920px) {
.leaderpart01{padding:40px 0;} 
.leaderpart01 .left{width:480px;height:300px;}
.newslist01{width: calc(100% - 500px);}
.newslist01 li .pic{width: 137px; height: 90px;}
.newslist01 li .txtarea{width: calc(100% - 180px); float: left;margin:5px 0 0 20px; line-height: 24px; height: 76px; overflow: hidden; }
}

@media only screen and (max-width:768px) {
    .leaderpart01{padding:20px 0;}
    .leaderpart01 .left{width:100%;height:auto; float: none;margin-bottom: 10px;}
    .newslist01{width:100%; float: none;}
    .newslist01 li .txtarea h3 a{font-size: 12px; line-height: 18px;}
    .leaderpart01 .left .cover h3 a {font-size: 14px;}
    .leaderpart01 .left .cover .txt {bottom: 20px;    margin: 0 30px;}
}


/* ==========================================================================
   leaderpart02
   ========================================================================== */
.leaderpart02{padding:80px 0; background: #edeef3;} 
#owl-pro .owl-dots{height: 0px;overflow: hidden;}
#owl-pro .owl-prev,#owl-pro .owl-next{width:30px; top:100%; height:40px;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-pro .owl-prev{position: absolute;left:50%;margin-left: -100px; margin-top: 20px; background:url(../images/arr01.png)  center no-repeat;}
#owl-pro .owl-next{position: absolute;right:50%;margin-right: -100px; margin-top: 20px; background:url(../images/arr02.png)  center no-repeat;}

.probox01{margin:15px;}
.probox01 .pic{ height: 300px; text-align: center; line-height: 300px; overflow: hidden; background: #fff;
    box-shadow:0 0 5px 5px rgba(0, 0, 0, .05);
 }
.probox01 .pic img{max-width: 90%;width: auto!important; display: inline-block!important;transition: transform 2s;}
.probox01:hover .pic img{ transform: scale(1.1);}

.probox01 .tit{text-align: center;margin-top: 20px;}
.probox01 .tit h3{font-size: 16px;font-weight: normal;width: 100%;height: 30px; line-height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.probox01 .tit .proms{color: #999; /*text-transform:Uppercase;*/ width: 100%;height:48px; line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.leaderpart02 .leader_more01{margin-top: 20px;}



/* ==========================================================================
   leaderpart03
   ========================================================================== */
.leaderpart03{padding:80px 0;} 
#owl-solutions .owl-dots{height: 0px;overflow: hidden;}
#owl-solutions .owl-prev,#owl-solutions .owl-next{width:30px; top:100%; height:40px;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-solutions .owl-prev{position: absolute;left:50%;margin-left: -100px; margin-top: 20px; background:url(../images/arr01.png)  center no-repeat;}
#owl-solutions .owl-next{position: absolute;right:50%;margin-right: -100px; margin-top: 20px; background:url(../images/arr02.png)  center no-repeat;}
.leaderpart03 .leader_more01{margin-top: 20px;}
#owl-solutions .tit{text-align: center;margin-top: 10px;
    font-size: 16px;font-weight: normal;width: 100%;height: 30px; line-height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; 
}

#owl-solutions .pic{ height: 315px; text-align: center; line-height: 315px; overflow: hidden; }
#owl-solutions .pic img{display: inline-block!important;transition: transform 2s;}
#owl-solutions .pic:hover img{ transform: scale(1.1);}

@media only screen and (max-width:768px) {
    .leaderpart02,.leaderpart03{padding:20px 0;}
    #owl-solutions .tit{font-size: 12px;}
 .probox01 .tit h3{font-size: 12px;}
 .leaderpart02 .leader_more01 {margin-top:0;}
 #owl-pro .owl-prev,#owl-pro .owl-next{margin-top: 0;}
 .leaderpart03 .leader_more01{margin-top: 0;}
 #owl-solutions .owl-prev,#owl-solutions .owl-next{margin-top: 0;}
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 14px; background: #2e3437; font-family: microsoft yahei; padding:60px 0 0 0;}
footer a{color: #fff;}
footer a:hover { text-decoration: underline; }
.mar-top-10{margin-top: 10px;}
.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: 160px; overflow: hidden; float: left; margin-right: 15px; text-align: center; line-height: 30px;}
.fn-colwx .row img{width: 130px; height: 130px; }
.fn-colwx .row p{color: #8b9499;}

.foothd{text-align: center;padding:15px 0; margin-top:20px; text-transform:Uppercase;color: #8b9499; font-size: 12px; background: #181818;}
.foothd a{color: #8b9499;}
.foothd a:hover{color: #fff;}


@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;}
.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);
    }
}


