/* ==========================================================================
   Global
   ========================================================================== */
    
    html {
        font-size: 62.5%;
    }
    
    a {
        color: #666;
    }
    
    a:hover {
        color: #d90000;
    }
    
    body {
        color: #666;
        font: 12px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
        background: #fff;
        /*text-transform: capitalize;*/
    }
    
    .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 {
        min-height: 80px;
        position: relative;
        z-index: 99;
    }
    
    .logo {
        position: absolute; width:40%;left: 20px;top: 0;
    }
    
    .logo a {
        display: block;
        height:110px;  line-height: 110px;
        overflow: hidden;
    }
    .logo a img{max-width: 100%;}
.lang{color: #e77918; font-size: 12px;margin-top: 30px; position: absolute;right: 10px;}

@media only screen and (max-width: 767px) { 
     .lang{display: none;}
     .logo{display: none;}
}


    /* ==========================================================================
   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: #ff6c07;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #004498;
        margin-left: -65px;
        top: 100%;
        min-width: 150px;
    }
    
    @media (min-width:768px) {
        .active1 + .dropdown {
            top: 56px;
        }
    }
    
    .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: left;
    }
    
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #004498;
    }
    
    #gn_02 .dropdown {
        border-bottom: 3px solid #004498;
        margin-left: -75px;
        min-width: 330px;
    }
    #gn_02 .dropdown a {
        /*    white-space: nowrap;*/
        line-height: 30px;
        font-size: 14px; 
        float: left;
        padding: 0;
        color: #000;
        background: none;
        border-bottom: 0 none;
        width: 50%;
        display: block;
        text-align: left;
    }
    
     @media (max-width:767px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 16px;
            width: 50%;
            text-align: left; color:#fff;
        }
        .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #fff;
    }

        .dropdown { min-width: calc(100% - 40px);}
         #gn_02 .dropdown {margin-left: 0; min-width: auto;}
         #gn_02 .dropdown a {color: #fff;width: 100%;}
     
    }
    /* ==================================
   banner
   ================================== */
    
#owl-banner {position: relative;}
#owl-banner .item img{
    display: block;
    width: 100%;
    height: auto;
}
#owl-banner .owl-pagination{position: absolute;bottom: 10px;left: 50%;margin-left: -30px;}
#owl-banner .owl-buttons {}
#owl-banner .owl-controls .owl-buttons .owl-prev{left: 0;position:absolute;top: 50%; margin-top: -35px; background: url(../images/bl.png) no-repeat 0;}
#owl-banner .owl-controls .owl-buttons .owl-next{right: 0;position:absolute;top: 50%;margin-top: -35px; background: url(../images/br.png) no-repeat 0;}
#owl-banner .owl-controls .owl-buttons div{ width:50px; height: 69px; overflow:hidden;display: block; text-indent: 100px;}
#owl-banner .owl-controls .owl-page span{ background: #fff;}

.hidden {
    display: none;
}

@media only screen and (max-width:767px) {
#owl-banner .owl-buttons {display: none;}
}


/* ==========================================================================
   home_about
   ========================================================================== */
.home_about{padding:60px 0;}
.home_about .title{text-align: center;color: #005e98;margin-bottom: 20px; }
.home_about .title h2{font: 300 34px/2em microsoft yahei;}
.home_about .title .line{width:25px;height: 3px; overflow: hidden; background: #b0bbc4;margin:0 auto 20px auto;}
.home_about .title .link{font: 300 16px/2em microsoft yahei;}
.home_about .title .link a{margin:0 5px;}
.about_con{background: url(../images/pic01.jpg) no-repeat left top ; height: 449px;position: relative;}
.home_about .txtarea{max-width:520px;padding:20px 30px; background: #fff; overflow: hidden;position: absolute;right: 0;bottom: 0;
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.12);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.12);
    -ms-box-shadow: 3px 3px 3px rgba(0,0,0,0.12);
    -o-box-shadow: 3px 3px 3px rgba(0,0,0,0.12);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.12)
}
.home_about .txtarea h3{background: url(../images/pic02.jpg) no-repeat left bottom ;font: 300 30px/50px microsoft yahei;color: #333;padding-bottom: 15px;margin-bottom: 20px;}
.home_about .txtarea .desc{font: 300 14px/2em microsoft yahei; height: 8em;overflow: hidden;margin-bottom: 30px;}
.home_about .txtarea a{width: 120px;height: 40px; display: inline-block; background: #fff; text-align: center;color: #949494;font: 300 14px/40px microsoft yahei; border:1px solid #cbcbcb;}
.home_about .txtarea a:hover{background: #004498; color: #fff;border:1px solid #004498;}

@media only screen and (max-width:420px) {
.home_about{padding:30px 0;}
.about_con{padding-bottom: 50px;}
.home_about .txtarea h3{font-size: 24px;}
}


/* ==========================================================================
   home_pro
   ========================================================================== */
.home_pro{padding:40px 0;background: url(../images/homebg01.jpg) no-repeat center top;}
.home_pro .title{text-align: center;color: #fff;margin-bottom: 20px; }
.home_pro .title h2{font: 300 34px/2em microsoft yahei;}
.home_pro .title .line{width:63px;height: 3px; overflow: hidden; background: #fff;margin:0 auto;}
.home_pro .hprobox .hd{margin-bottom: 20px;}
.home_pro .hprobox .bd{height: 480px;overflow: hidden;}
.home_pro .hprobox .hd{color: #fff; text-align: center;font: 300 16px/40px microsoft yahei;}
.home_pro .hprobox .hd li{height: 40px;padding:0 15px;display: inline-block; text-align: center;cursor: pointer;margin:0 5px;}
.home_pro .hprobox .hd li.on{border:2px solid #fff;-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;}
.hprolist .warp{margin:0 1px 20px 1px; background: #fff; text-align: center;}
.hprolist .txtarea{background: #f6f6f6;padding:20px; text-align: center;}
.hprolist .txtarea h3{font: 300 24px/40px microsoft yahei;width:100%;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hprolist .txtarea .desc{font: 300 14px/24px microsoft yahei;height: 48px; overflow: hidden;margin:10px 0 30px 0;}
.hprolist .imgarea {height: 265px;line-height: 265px;overflow: hidden;}
.hprolist .imgarea img{max-width: 100%;transition: transform 2s;}
.hprolist .item:hover .imgarea img{ transform: scale(1.1);}  
.hprolist .item:hover .txtarea {color: #fff;background: #005e98;} 

@media only screen and (max-width:420px) {
   .home_pro .hprobox .hd{text-align: left;} 
   .hprolist .imgarea {height: 180px;line-height: 180px;}
   .home_pro .hprobox .bd{height: 395px;overflow: hidden;}
}

/* ==========================================================================
   home_news
   ========================================================================== */
.home_news{padding:0 0 40px 0;}
.home_news .title{text-align: center;color: #333;margin-bottom: 20px; }
.home_news .title h2{font: 300 34px/2em microsoft yahei;}
.home_news .title .line{width:63px;height: 3px; overflow: hidden; background: #b1b1b1;margin:0 auto;}
.hnewsbox .imgarea{width:525px;height: 390px; overflow: hidden; float: left;position: relative;}
.hnewsbox .imgarea .pic{width:525px;height: 350px; overflow:hidden;}
.hnewsbox .imgarea .pic img{max-width: 100%;transition: transform 2s;}
.hnewsbox .imgarea:hover .pic img{ transform: scale(1.1);}  
.pictitle{width:220px; height: 100px; padding:20px; position: absolute; right: 10px; bottom: 0; color: #fff;font: 300 18px/30px microsoft yahei; 
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#CCF49F00', endColorstr='#CCF49F00');background:rgba(244,159,0,0.8);
}
.pictitle .date{font-size: 16px;}
.pictitle .desc{height: 60px; overflow: hidden;}
.hnewrig{width: calc(100% - 540px); float: right;}
.hnewslist li{width:100%;height: 120px; background: #f4f4f4; overflow: hidden;margin-bottom: 15px;}
.hnewslist li .date{width:110px; height: 90px; padding:15px; float: left;font: 300 14px/30px microsoft yahei; color: #c8c8c8; text-align: right;}
.hnewslist li h2{font-size: 36px;margin-top: 10px;}
.hnewslist li .txtarea{width: calc(100% - 180px); float: right;padding:15px;}
.hnewslist li .txtarea h3{font: 300 18px/30px microsoft yahei; margin-bottom: 5px;width:100%;height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hnewslist li .txtarea .desc{font: 300 14px/24px microsoft yahei;height:48px;overflow: hidden;}
.hnewslist li:hover{background: #f49f00;color: #fff;}
.hnewslist li:hover .date{color: #fff;}
.hnewslist li:hover .txtarea h3 a{color: #fff;}
@media only screen and (max-width:980px) {
 .hnewsbox .imgarea{width:525px;height: 390px; overflow: hidden; float: none;position: relative;margin:0 auto 10px auto;height: 350px;}
 .hnewrig{width:100%; float: none;}
}

@media only screen and (max-width:420px) {
 .hnewsbox .imgarea{width:100%;height: auto;}
 .hnewsbox .imgarea .pic{width:100%;height: auto; overflow:hidden;}
 .hnewrig{width:100%; float: none;}
 .hnewslist li .date{width:80px; height: 90px; padding:15px; float: left;font: 300 14px/30px microsoft yahei; color: #c8c8c8; text-align: right;}
.hnewslist li h2{font-size: 24px;margin-top: 10px;}
.hnewslist li .txtarea{width: calc(100% - 130px); float: right;padding-left: 0;}
}

.home_service{padding-bottom: 40px;}
.home_service .mode{width:50%;height: 377px; overflow: hidden; float: left;position: relative;}
.home_service .mode .pic{width: 100%;height: 377px;overflow: hidden;}
.home_service .mode .pic img{max-height: 100%;transition: transform 2s;}
.home_service .mode:hover .pic img{ transform: scale(1.1);} 
.home_service .mode .txtarea{width: 230px;height: 307px;padding:35px; position: absolute; right: 0; top: 0;font: 300 14px/30px microsoft yahei;}
.home_service .mode .txtarea a{color: #fff;}
.txtareabg01{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#AD007CB6', endColorstr='#AD007CB6');background:rgba(0,124,182,0.68);}
.txtareabg02{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#ADE77918', endColorstr='#ADE77918');background:rgba(231,121,24,0.68);}
.home_service .mode .txtarea h3{font: 300 28px/40px microsoft yahei;}
.home_service .mode .txtarea p.txt01{font: 300 18px/40px microsoft yahei;}
.home_service .mode .txtarea .desc{height:180px;overflow: hidden;margin-bottom: 20px; }

@media only screen and (max-width:680px) {
.home_service .mode{width:100%;height: 287px; overflow: hidden; float: none;position: relative;}
.home_service .mode .pic{width: 100%;height: 287px;overflow: hidden;}
.home_service .mode .txtarea{width: calc(100% - 70px);height: 217px;padding:35px;}
.home_service .mode .txtarea .desc{height:90px;overflow: hidden;}
}

/* ==========================================================================
   home_clients
   ========================================================================== */
.home_clients{padding:40px 0;background: url(../images/homebg01.jpg) no-repeat center top;background-size: cover;}
.home_clients .swiper-wrapper{background: #fff;}
.home_clients .title{text-align: center;color: #fff;margin-bottom: 20px; }
.home_clients .title h2{font: 300 34px/2em microsoft yahei;}
.home_clients .title .line{width:63px;height: 3px; overflow: hidden; background: #fff;margin:0 auto;}
.swiper-container .swiper-slide{}
.swiper-container .swiper-slide img{max-width: 100%;}

/* ==========================================================================
   Footer
   ========================================================================== */
footer { color: #c5c5c5; font-size: 12px; background-color: #323539; font-family: microsoft yahei; padding-top:50px;}
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: 300 15px/24px microsoft yahei;}
.fn-col h3 a { color:#fff;}
.fn-col h3 a:hover { color: #f49705; }
.fn-col ul {}
.fn-col li { line-height: 24px; }
.fn-col li a { color: #7d7d7d;  }
.fn-col li a:hover { color: #fff; }
.fn-colpro{width: 280px;}
.fn-colpro li{width: 50%;float: left;}
.fn-colwx{width:240px;border-left: 1px solid #555;overflow: hidden;padding-left: 20px;}

.footbd{height: 60px; overflow: hidden;font: 300 14px/60px microsoft yahei; color: #d2d2d2; background: #282a2d;}

.mfoot{display: none;margin-bottom: 56px; background: #000000;padding:20px;}
.mfoot ul{padding-bottom:10px;border-bottom: 1px solid #555;margin-bottom: 10px;}
.mfoot li{width: 33%; float: left;}
.mfoot li a{color:#fff; font-size: 14px;}

.fixed-b { position: fixed; width: 100%; bottom: 0; left: 0; display: none;z-index: 3;
    background:#b7b9be;
    background-image: -webkit-linear-gradient(top,#dee1e5 0%,#acaeb2 100%);
    background-image: -moz-linear-gradient(top,#dee1e5 0%,#acaeb2 100%);
    background-image: linear-gradient(top,#dee1e5 0%,#acaeb2 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#dee1e5', StartColorStr='#acaeb2');
 }
.fixed-b li { width: 25%; text-align: center; color: #555; float: left; }
.fixed-b li a { display: block; border-right: 1px solid #b8bec6; color: #555; padding: 6px 0 5px 0;font-size: 13px; }
.fixed-b li:last-of-type a { border-right: 0 none; }
.fixed-b li a .txt { display: block; }
.fixed-b li .fa{font-size: 20px;}

@media only screen and (max-width: 920px) {
.fn-colpro{width: 130px;}
.fn-colpro li{width: 100%;float: left;}
}

@media only screen and (max-width: 767px) {
    footer{display: none;}
    .mfoot{display: block;}
.fixed-b { display: block; }
.footer-nav { text-align: left;}
.fn-colwx{display:none;}
.fn-col ul {display:none;}
}
.toggle-btn { display: none;}


@media only screen and (max-width: 767px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s; color: #333;
    }    
    .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);
    }
}


