/* ==========================================================================
   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: 1200px;
        /*min-width: 980px; */
        _width: 1200px;
        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%; display: none;}
.logo a{width: 100%;height: 100%;display: inline-block;}
#globalnav .logo{ background: url(../images/logo.png) no-repeat left center;}
.langbox{position: absolute; right:30px; font-size: 14px;top:40px;z-index: 3; color: #fff;font-weight: bold;} 
.langbox a{margin:0 8px;color: #fff;}
.serchinco{position: absolute;width:30px; height: 30px; right:0; top:35px; line-height:30px;cursor: pointer;z-index: 999; text-align: center;font-size: 14px;color: #fff;}

.globalsearch{display: none;}
.globalsearch{position: absolute; top:100px; right:0;width: 280px; padding:15px;z-index: 99; background:#0061ae;}
.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{display: none;}
    .topbar{height: 0;}
    .wxinco{display: none;}
    .serchinco{width:48px; height: 48px;line-height:48px;border:0; font-size: 16px;}
}

#globalnav.mini_top .logo{ background: url(../images/logored.png) left center no-repeat;}
#globalnav.mini_top .langbox,#globalnav.mini_top .langbox a{color: #000;}
#globalnav.mini_top .serchinco{color: #000;}

/* ==========================================================================
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: 120px;
    }
 
    /*.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);}
    }

    @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:15px;}
.hproflbox {position: relative;}
.hproflbox .pic {width: 100%; height:430px; overflow: hidden;}
.hproflbox .pic img{width:100%;height: 100%; transition: transform 2s;}
.hproflbox:hover .pic img{ transform: scale(1.1);} 
.hproflbox a{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background:url(../images/ecerpic05.png) bottom center repeat-x;}
.hproflbox .tit{text-align: center;color:#fff;font-size: 32px;font-weight: bold; width:100%;height: 60px; line-height: 60px;position: absolute; bottom:30px;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
 #owl-proxl .owl-dots{height: 0; overflow: hidden;}

@media only screen and (max-width: 1600px) {
   .hproflbox .pic {height:358px;}
}
@media only screen and (max-width: 1366px) {
.hproflbox .pic {height:306px; }
.hproflbox .tit{font-size:24px;bottom: 10px;}
}

@media only screen and (max-width: 1280px) {
.hproflbox .pic {height:286px; }
}

@media only screen and (max-width: 980px) {
.hproflbox .pic {height:220px; }
.hproflbox .tit{font-size:18px;bottom:0;}
}
@media only screen and (max-width: 920px) {
.hproflbox .pic {height:206px; }
.hproflbox a{background-size: auto 70px;}
}

@media only screen and (max-width: 768px) {
    #owl-proxl .owl-dots{height: auto; overflow: hidden;}
    .hproflbox .pic {height:auto; }
    .hproflbox .tit{font-size:14px;}
    .ecerpart01{padding:10px;}
}

/* ==========================================================================
   ecerpart02
   ========================================================================== */
.ecerpart02{padding:100px 0;background:url(../images/homebg01.jpg) bottom center no-repeat;background-size: cover; }
.haboutbox{max-width:860px;}
.htit-about{height: 40px; line-height: 40px;font-size: 20px; color: #666;}
.htit-about img{vertical-align: top;margin:0 20px;}
.htit-about .txt01{font-size: 36px;font-weight: bold;color: #333;}
.haboutbox .desc{font-size: 16px; line-height: 30px; height: 90px;color:#666;margin:50px 0; overflow: hidden;}
.haboutbox ul{max-width: 820px;}
.haboutbox li{width: calc(50% - 82px); height: 60px; line-height: 30px; padding: 20px 30px; float: left; margin-bottom: 20px; margin-right: 20px; 
    color: #9c7d5c; font-weight: bold; font-size: 18px;
    background: #f9fdfe;border:1px solid #dee1e2; }
.haboutbox li:last-child{color: #fff;position: relative;
    background-image: -webkit-linear-gradient(top,#b6a184 0%,#8d775b 100%);
    background-image: -moz-linear-gradient(top,#b6a184 0%,#8d775b 100%);
    background-image: linear-gradient(top,#b6a184 0%,#8d775b 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#b6a184', StartColorStr='#8d775b');
    border:1px solid #b6a184;
}
.haboutbox li:last-child a{color: #fff;}
.haboutbox li a.more:before {
content: "";display: block; top:30px; right:70px; position: absolute; width:27px;height:29px;background:url(../images/inco07.png) left center no-repeat;
-webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;

}
.haboutbox li:last-child:hover a.more:before{right: 50px;}
.haboutbox li:hover{border-color: #b6a184;box-shadow:0 0 3px 3px rgba(0, 0, 0, .08);}

@media only screen and (max-width:920px) {
.ecerpart02{padding:50px 0;}
.haboutbox li{font-size: 14px;}
.htit-about{font-size:16px;}
.haboutbox .desc{font-size: 14px;margin-top:20px;}
.htit-about .txt01{font-size: 24px;}
}

@media only screen and (max-width:768px) {
.ecerpart02{padding:30px 0;}
.htit-about{ font-size: 12px; line-height: 24px;height: 48px; }
.htit-about .txt01{font-size:16px;}
.htit-about img{width: 20px; margin:0 10px;}
.htit-about .txt02 {display: block; font-size: 12px;font-weight: bold;}
.haboutbox .desc { font-size: 12px;margin-top: 10px;margin-bottom: 20px; height:100px; line-height: 20px; overflow: auto;}
.haboutbox li{width: calc(100% - 42px); height: auto; line-height:24px; padding:10px 20px; float: none; margin: 0 0 10px 0;font-size: 12px;}
.haboutbox li a.more:before {top:20px; right:70px;background-size: auto 20px;}
}

/* ==========================================================================
   ecerpart03
   ========================================================================== */
.ecerpart03{padding:100px 0;background:url(../images/homebg02.jpg) top center no-repeat;background-size: cover; }
.ecerpart03 .left{ width: 345px;height: 519px; overflow: hidden; float: left; background: #4a96d2;color: #fff;border-right: 1px solid #fff; }
.ecerpart03 .left .warp{padding:50px;}
.ecerpart03 .left h3{font-size: 36px;}
.ecerpart03 .left h4{font-size: 14px; font-weight: bold;margin:30px 0;}
.ecerpart03 .left .desc{height:168px;line-height: 24px; overflow: hidden;margin-bottom:40px;}
.ecerpart03 .left .more a{width: 150px; height:40px;text-align: center; line-height: 40px; display: inline-block; background: #fff;color: #333;}
.ecerpart03 .right{width: calc(100% - 346px); height: 519px; overflow: hidden; float: left;}
.video {width: calc(50% - 1px);height: 259px; margin:0  1px 1px 0; overflow: hidden;position: relative; float: left;}
.video .cover{width: 100%; height: 100%; position: absolute;top: 0; left: 0; text-align: center;font-size: 16px;font-weight: bold;}
.video .cover a{color: #fff;}
.video .cover .inco{margin-top:70px;margin-bottom: 20px;}
.video .pic {width: 100%;height: 100%;}
.video .pic img{transition: transform 2s;width: 100%;height: 100%;}
.video:hover .pic img{ transform: scale(1.1);}

.newsbox01{width: calc(50% - 1px);height: 259px; margin:0  1px 1px 0; overflow: hidden;position: relative;float: left;}
.newsbox01 .pic {width: 100%;height: 100%;}
.newsbox01 .pic img{transition: transform 2s;width: 100%;height: 100%;}
.newsbox01:hover .pic img{ transform: scale(1.1);}
.newsbox01 .cover{width: 100%; height: 100%; position: absolute;top:160px; left: 0;color: #fff;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.newsbox01 .cover .warp{padding:30px;}
.newsbox01 .cover a{color: #fff;}
.newsbox01 .cover .tit{font-weight: bold; font-size: 16px;margin-bottom: 20px;height: 48px; line-height: 24px;overflow: hidden;}
.newsbox01 .cover .date{margin-bottom: 20px;}
.newsbox01 .cover .date i{margin-right:5px;}
.newsbox01:hover .cover{top: 0;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#E54C97D2', endColorstr='#E54C97D2');background:rgba(76,151,210,0.9);
}
.newsbox01:hover .cover .tit{margin-top: 20px;}

@media only screen and (max-width:920px) {
.ecerpart03 .left {width:300px}
.ecerpart03 .right{width: calc(100% - 301px);}
.ecerpart03 .left .warp{padding:50px 30px;}
}

@media only screen and (max-width:768px) {
.ecerpart03{padding:30px 0;background:url(../images/homebg02.jpg) top center no-repeat;background-size: cover; }
.ecerpart03 .left,.ecerpart03 .right{width:100%; float: none;height: auto;}
.ecerpart03 .left .warp{padding:30px;}
.video ,.newsbox01{width:100%;height: 259px; margin:0  0 1px 0; overflow: hidden;position: relative;float: none;}
.ecerpart03 .left .desc {height: 120px;line-height: 24px;margin-bottom:20px;}
.ecerpart03 .left h4 { margin: 10px 0;}
.ecerpart03 .left h3 { font-size: 16px;}
.video .cover{font-size: 14px;}
.newsbox01 .cover .tit{font-size: 14px;}
}



/* ==========================================================================
   footcontact
   ========================================================================== */
.footcontact{ padding:30px 0;background: #f1f1f5;}
.footcontact li{width: 25%; float: left;height:60px;}
.footcontact li .inco{width: 60px;height: 60px;line-height: 60px; float: left;text-align: center;overflow: hidden; }

.footcontact li .txt{float: left;padding-left: 20px;font-size: 12px;width: calc(100% - 80px); }
.footcontact li .tit{font-weight: bold;font-size: 20px;margin-top: 5px;}

@media only screen and (max-width:920px) {
.footcontact li .inco{height: 50px; line-height: 50px;}
.footcontact li .inco img{width: 40px;}
.footcontact li .tit{font-size:16px;}
} 

@media only screen and (max-width:768px) {
.footcontact{padding:10px 0;}
.footcontact li{width: 50%;}
.footcontact li .tit{font-size:14px;}
.footcontact li .txt{padding-left:10px;width: calc(100% - 60px);}
.footcontact li .inco{width: 40px;}
.footcontact li .inco img{width: 30px;}
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer { color: #b8b8b8;background: #18181a; font-family: microsoft yahei; padding:60px 0 0 0;}
footer a { color: #b8b8b8; }
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: 18px; line-height: 24px;}
.fn-col h3 a {color:#b8b8b8;}
.fn-col h3 a:hover {text-decoration: underline; }
.fn-col ul {}
.fn-col li { line-height: 24px; font-size: 16px; }
.fn-col li a { color: #b8b8b8;  }
.fn-col li a:hover {text-decoration: underline;color: #fff;}
.fn-col-about{width:250px;color: #999;line-height: 30px;}
.fn-col-about li {width: 50%;float: left;}
.fn-ewm{width:150px;line-height: 30px; text-align: center;font-size: 16px;}
.fn-ewm img{width:120px;height: 120px;margin-bottom: 10px;}

.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; }
.fn-ewm img{width:100px;height: 100px;margin-bottom:0px;}
.fn-ewm{width:120px;line-height: 30px;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;}
}

.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);
    }
}


