/* ==========================================================================
   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: #e01c28; }

 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:30%;height:100px; overflow: hidden;line-height:100px; }  
.logo img{max-width: 100%;}
.logo a{width: 100%;height: 100%;display: inline-block;}

.langbox{position: absolute; right:0; font-size: 14px;top:40px;z-index: 3; color: #89612d;font-weight: bold;} 
.langbox a{margin:0 8px;color: #89612d;}
.serchinco{position: absolute;width:85px; height: 30px; right:120px; top:38px; line-height:30px;cursor: pointer;z-index: 999; text-align: center;font-size: 14px;color: #89612d;}
.serchinco i{margin-right: 8px;}
.globalsearch{display: none;}
.globalsearch{position: absolute; top:100px; right:0;width: 280px; padding:15px;z-index: 99; background:#9a6f38;}
.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;}
    .serchinco span{display: none;}
    .serchinco i{margin-right: 0;}
    .globalsearch{ top:48px;}
    .logo,.toptel,.langbox{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: #a6937c;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #a99781;
        top: 100%;
        min-width:200px;
    }

    #globalnav #gn_02 .dropdown{min-width:230px;}
 
    /*.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: #1d4789;
        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: 16px;
            width: 100%;
            text-align: left;
        }
        .dropdown { min-width: calc(100% - 40px);}
        #globalnav #gn_02 .dropdown{min-width: calc(100% - 40px);}
    }

    @media (max-width:768px) {
        .dropdown a {font-size: 12px;}
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
        
    .dropdown a:hover, .dropdown a:hover .fa { color: #ff4a3a; }   
    
   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}


/* ==========================================================================
   ecerpart01
   ========================================================================== */
.ecerpart01{padding:20px 0 60px 0;}
.ecertit01{text-align: center;margin-bottom: 20px;color: #000;}
.ecertit01 h3{font-size: 30px;text-transform:Uppercase;}
.ecertit01 p{font-size: 16px; line-height: 18px;}
@media only screen and (max-width:920px) {
  .ecertit01 h3{font-size:24px;}
  .ecertit01 p{font-size: 14px;}
}

@media only screen and (max-width:768px) {
    .ecertit01 h3{font-size:16px;}
}

#owl-about{margin-top: 40px;}
#owl-about .item .warp{position: relative;margin:0 10px;}
#owl-about .item .warp .inco{width: 90px; height: 90px; position: absolute; top: 0;right: 0;}
#owl-about .item .warp .inco img{width: 100%;}
#owl-about .item .warp .tit{height: 30px; line-height: 30px;overflow: hidden;font-size: 22px;color: #996a3b;padding-top:50px;margin-bottom: 30px;}
#owl-about .item .warp .desc{font-size: 16px; line-height: 30px; height: 90px; overflow: hidden;margin-bottom: 10px;color: #040f1a;}
#owl-about .item .warp .more{height: 35px; line-height: 35px;position: relative;overflow: hidden;}
#owl-about .item .warp .more a{color: #996a3b;font-size: 18px; width: 100%;display: inline-block;}
#owl-about .item .warp .more:before {
content: "";display: block; top:0; left: 80px; position: absolute; width:35px;height:35px;background:url(../images/inco05.png) left center no-repeat;
-webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;

}
#owl-about .item .warp .more:hover:before{left:100px;}
#owl-about .item .warp .more:hover a{color: #7b552f;}
#owl-about .owl-dots{height: 0px;overflow: hidden;}

@media only screen and (max-width:920px) {
#owl-about .item .warp .inco{width:50px; height: 50px;}
#owl-about .item .warp .tit{font-size: 18px; padding-top:10px;margin-bottom: 30px;}
#owl-about .item .warp .desc{font-size: 14px; line-height:24px; height:72px;}
}

@media only screen and (max-width:768px) {
#owl-about .item .warp .inco{width:40px; height: 40px;}
#owl-about .item .warp .tit{font-size: 14px; padding-top:0;margin-bottom:10px; height: 40px; line-height: 40px;}
#owl-about .item .warp .desc{font-size: 12px; line-height:18px; height:54px;}
#owl-about .item .warp{margin:0;}
#owl-about .item .warp .more a{font-size: 14px;}
.ecerpart01{padding:20px 0;}
}

/* ==========================================================================
   ecerpart02
   ========================================================================== */
.pro-ecer li{width:33.3%; float: left;margin-bottom: 30px;}
.probox01{margin:0 15px;border:1px solid #b6a185;background: #fff;overflow: hidden;position: relative;}
.probox01 .txtarea{padding:40px; height: 200px;}

.probox01 .tit{width: calc(100% - 100px);color: #9d6e3f;font-size: 18px;line-height: 24px;max-height: 48px;overflow: hidden;}
.probox01 .txtarea .desc{width: calc(100% - 100px);margin-top: 30px;color: #999;font-size: 14px; line-height: 24px; height:120px;overflow: hidden;}
.probox01 .bom-link{height: 60px; line-height: 60px;background: #b6a185;padding:0 30px; text-align: right;font-size: 24px;}
.probox01 .bom-link a{color: #fff;}
.probox01 .cover{width: 100%;height: 100%; position: absolute;left: -100%;top: 0;color: #fff;
    background-image: -webkit-linear-gradient(top,#d2c0a8 0%,#b7a285 100%);
    background-image: -moz-linear-gradient(top,#d2c0a8 0%,#b7a285 100%);
    background-image: linear-gradient(top,#d2c0a8 0%,#b7a285 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#d2c0a8', StartColorStr='#b7a285');
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.probox01 .cover .warp{padding:40px;}
.probox01 .cover .tit{color: #fff;}
.link-pro-ul{width: calc(100% - 100px);margin-top: 30px;}
.link-pro-ul li{font-size: 14px; line-height: 18px;width: 100%;position: relative; float: none;padding:6px 0;margin-bottom:0;border-bottom: 1px solid #d6c6b0;}
.link-pro-ul li a{color: #fff;width: calc(100% - 50px); display: block;}
.link-pro-ul li:before {
content: "";display: block; top:5px; right:0; position: absolute; width:20px;height:20px;background:url(../images/inco19.png) left center no-repeat;
-webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.probox01:hover .cover{left: 0}
.probox01 .inco{width: 140px; height: 200px;position:absolute;top: 0;right: 0;z-index: 1;background-position: 0 0; transition: background 0.5s;}
.probox01:hover .inco{background-position: 200px 0;}

.pro-all-box {margin:0 15px;border:1px solid #d7dce6;height:340px;overflow: hidden;position: relative;
    background-image: -webkit-linear-gradient(top,#acb6c7 0%,#d7dce6 100%);
    background-image: -moz-linear-gradient(top,#acb6c7 0%,#d7dce6 100%);
    background-image: linear-gradient(top,#acb6c7 0%,#d7dce6 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#acb6c7', StartColorStr='#d7dce6');
}

.pro-all-box h3{font-size: 48px;color: #fff;padding:50px; text-align: right; line-height: 70px;
    text-shadow: 3px 2px 0 rgba(0,0,0,0.15);
}
.pro-all-box h3:hover{text-shadow: 4px 3px 0 rgba(0,0,0,0.15);}
.pro-all-box h3 span{display: block;}

/* ==========================================================================
   ecerpart03
   ========================================================================== */
.ecerpart03{padding:60px 0;background: url(../images/homebg02.jpg) left bottom no-repeat;}
.hnews-fl-box{height: 30px; line-height: 30px;text-transform:Uppercase;color: #996a3b;}
.hnews-fl-box a{color: #996a3b; font-weight: bold;}
.hnews-fl-box a.more{float: right;}
.news-ul li{width: calc(50% - 60px);padding:0 20px;height: 60px; margin-top: 20px; line-height: 60px; background: #fff;
    font-size: 16px; border:1px solid #d2d2db; float: left;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    -ms-border-radius:16px;
    -o-border-radius:16px;
    border-radius:16px;
}
.news-ul li:nth-child(2n){margin-left: 30px;}
.news-ul li .date{color: #996a3b;font-weight: bold; width: 100px; overflow: hidden;display: inline-block; float: left;}
.news-ul li a{width: calc(100% - 100px); height: 60px; float: left; display: inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }

@media only screen and (max-width:1366px) {    
.pro-all-box h3 { font-size:36px;}
}

@media only screen and (max-width:920px) { 
    .probox01 { margin: 0 10px;}
    .probox01 .inco{width: 80px; height: 114px;background-size: auto 114px;}
    .probox01 .txtarea{padding:40px 20px;}
    .probox01 .tit { width: calc(100% - 70px); font-size: 16px;}
    .probox01 .txtarea .desc { width:100%;  height: 120px;}
    .pro-all-box h3 { font-size:24px; line-height: 40px;}
    .news-ul li{font-size: 14px;}
 }

@media only screen and (max-width:768px) { 
    .probox01 { margin: 0 5px;}
    .probox01 .inco{width: 30px; height: 30px;background-size: auto 30px; top: 10px;}
    .pro-ecer li{width:50%;margin-bottom: 30px;}
    .probox01 .txtarea{padding:10px; height: 160px;}
    .probox01 .txtarea .desc {height: 108px;font-size: 12px; margin-top: 10px; line-height: 18px; }
    .probox01 .tit { width: calc(100% - 20px); font-size: 12px; line-height: 18px; font-weight: bold;}
    .pro-all-box{margin:0 5px; height: 180px;padding:20px;}
    .pro-all-box h3{padding:20px 0 0 0;}
    .probox01 .bom-link { height: 40px; line-height: 40px;padding-right: 20px;}
    .news-ul li:nth-child(2n){margin-left:0;}
    .news-ul li{width: calc(100% - 42px);padding:0 20px;height: 40px; margin-top: 10px; line-height: 40px;font-size: 12px;float: none;}
    .news-ul li .date{width: 80px;}
    .news-ul li a{width: calc(100% - 80px); height: 40px; float: left; display: inline-block; }
    .hnews-fl-box{height: auto;}
    .hnews-fl-box a.more{float: none;display: block;}

}


/* ==========================================================================
   ecerpart04
   ========================================================================== */
.ecerpart04{padding:60px 0;background: url(../images/homebg01.jpg) left top repeat-x;}

#owl-partner .pic{width: 100%;height: 100px; line-height: 100px; text-align: center;}
#owl-partner .pic img{display: inline-block!important;max-height: 100%;max-width: 100%!important;width: auto!important;}
#owl-partner .owl-dots{height: 0px;overflow: hidden;}

@media only screen and (max-width:768px) {
    .ecerpart03{padding:0 0 20px 0;}
    #owl-partner .owl-dots{height: auto;overflow: hidden;}
    .ecerpart04{padding:20px 0;}   
    #owl-partner .pic {height:70px; line-height:70px;}

}



/* ==========================================================================
   Footer
   ========================================================================== */
footer { color: #a4b0bf;background: #0b121f; font-family: microsoft yahei; padding:60px 0 0 0;}
footer a { color: #a4b0bf; }
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:20px;font-size: 16px; line-height: 24px;text-transform:Uppercase;}
.fn-col h3 a {color:#a4b0bf;}
.fn-col h3 a:hover {text-decoration: underline; }
.fn-col ul {}
.fn-col li { line-height: 20px; font-size: 14px; }
.fn-col li a { color: #a4b0bf;  }
.fn-col li a:hover {text-decoration: underline;color: #fff;}
.fn-contact{width:420px; min-height:280px; padding-right: 40px; border-right: 1px solid #2a3038; color: #a4b0bf;line-height:20px; font-size: 14px;}
.fn-contact a{color: #a4b0bf;}
.fn-contact p.txt01{font-weight: bold;margin-bottom: 20px;}
.fn-contact p.txt02{margin-top:20px;}


.foothd{font-size: 12px; padding:20px 10px; background: #18181a;color: #737373; text-align: center;border-top: 1px solid #3a3a3a;}
.foothd a{color: #737373; }
.foothd a:hover{color: #fff;}

@media only screen and (max-width:920px) {
.fn-col h3 {margin-bottom:10px;font-size: 16px;}
.fn-col li { line-height: 24px; font-size: 14px; }
}

@media only screen and (max-width: 768px) {    
footer {padding-top:20px;}
.footer-nav{height: 60px; overflow: hidden;}
.fn-col {width: 33%;float: left;}
.fn-col ul{display: none;}
.fn-col h3 {margin-bottom: 0; font-size: 12px; text-align: center; }
.fn-ewm{display: none;}
.foothd{padding:10px;}
.foothd .bq{display: block;}
.fn-contact{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: 768px) {
.fixed-b { display: block; }
}

.toggle-btn { display: none;}


@media only screen and (max-width: 768px) {
    .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);
    }
}


