/* ==========================================================================
   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;*/ 
		overflow-x: hidden;
    }
    
    .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;
        padding-top: 20px;left: 20px;top: 0;
    }
    
    .logo a {
        display: block;
         width: 395px;height: 90px;
         /*width: 186px;height: 90px;*/
        text-indent: -9999px;
        overflow: hidden;
        background: url(../images/logo.png) left center no-repeat;
    }

.lang{color: #a3b2d0; font-size: 12px;margin-top: 30px; position: absolute;right: 10px;}
.lang .txt02{margin-left: 10px;}
.lang .txt02 a{color: #a3b2d0;}
@media only screen and (max-width: 767px) {       
     .lang{color: #a3b2d0; font-size: 12px;margin-top: 0; position: absolute;right: 0;z-index: 99;}
     .lang .txt01{display: none;}
     .lang .txt02{width:80px;height: 48px; line-height: 48px; }
     .lang .txt02 a{display: inline-block;padding:0 5px;}
     .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_03 .dropdown {
        border-bottom: 3px solid #004498;
        margin-left: -205px;
        min-width: 450px;
    }
    #gn_03 .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:#a3b2d0;
        }

        .dropdown { min-width: calc(100% - 40px);}
         #gn_03 .dropdown {margin-left: 0; min-width: auto;}
         #gn_03 .dropdown a {color: #a3b2d0;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; right: 0;}
#owl-banner .owl-buttons {}
#owl-banner .owl-controls .owl-buttons .owl-prev{left: 0;position:absolute;top: 50%; margin-top: -50px; background: url(../images/bl.png) no-repeat 0;}
#owl-banner .owl-controls .owl-buttons .owl-next{right: 0;position:absolute;top: 50%;margin-top: -50px; background: url(../images/br.png) no-repeat 0;}
#owl-banner .owl-controls .owl-buttons div{width:53px; height: 103px; overflow:hidden;display: block; text-indent: 60px;}
#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:0 0 60px 0;position: relative;margin-top: -92px;}
.home_about .title{width:100%;height: 376px;background: url(../images/pic01.png) no-repeat center top; margin-bottom: 40px;}
.home_about .title img{display: none;}

@media only screen and (max-width:1400px) {
    .home_about{margin-top: -84px;}
.home_about .title{height: 412px;background: url(../images/pic03.png) no-repeat center top;}
}
@media only screen and (max-width:1024px) {
.home_about .title{background: url(../images/pic02.png) no-repeat center top;}
}
@media only screen and (max-width:767px) {
.home_about{margin-top: 0;}
.home_about .title{background:none; height: auto;}
.home_about .title img{display: block;max-width: 100%;}
}
.home_about .aboutms{font: 300 16px/2em microsoft yahei; text-align: center;margin-bottom: 40px;}
.home_about .mode{height:220px; }
.home_about .mode .pic{height: 220px; width: 420px; overflow: hidden; float: left; position: relative;
    -moz-box-shadow: 10px 10px  0  0  #e7e7e7;
  -webkit-box-shadow: 10px 10px  0  0  #e7e7e7;
  box-shadow: 10px 10px  0  0  #e7e7e7;
}
.home_about .mode .pic img{height: 220px;}
#owl-aboutpic .owl-controls .owl-buttons div{padding:0;margin:0;width:43px; height:43px;overflow:hidden;display: block; text-indent: 60px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
#owl-aboutpic .owl-controls .owl-buttons .owl-prev{right: 44px; bottom:28px; position:absolute; background: url(../images/pic08.jpg) no-repeat 0;}
#owl-aboutpic .owl-controls .owl-buttons .owl-next{right: 0; bottom:28px; position:absolute;  background: url(../images/pic09.jpg) no-repeat 0;}

.home_about .mode .txtarea{width: calc(100% - 460px);height: 220px; overflow: hidden; float: right;}
.home_about .mode .txtarea .desc{font: 300 16px/2em microsoft yahei; height: 8em;overflow: hidden;margin-bottom: 50px;}
.home_about .mode .txtarea a{width: 180px;height: 43px; display: inline-block; background: #004498; text-align: center;color: #fff; line-height: 43px;font-size: 16px;
transition-duration:2000ms;}
.home_about .mode .txtarea a:hover{background: #0058c7;}

@media only screen and (max-width:860px) {
.home_about .mode{height:auto; }
.home_about .mode .pic{height: 220px; width: 420px; overflow: hidden; float: none; position: relative;margin:0 auto;
    -moz-box-shadow: 10px 10px  0  0  #e7e7e7;
  -webkit-box-shadow: 10px 10px  0  0  #e7e7e7;
  box-shadow: 10px 10px  0  0  #e7e7e7;
}
.home_about .mode .txtarea{width: 100%;float: none;margin-top: 20px;}
}
@media only screen and (max-width:420px) {
.home_about .mode .pic{height: auto; width: 90%; overflow: hidden; float: none; position: relative;margin:0 auto;}
.home_about .mode .pic img{height: auto;}
.home_about .mode .txtarea{display: none;}
#owl-aboutpic .owl-pagination{display: none;}
#owl-aboutpic .owl-controls .owl-buttons .owl-prev{ bottom:0;}
#owl-aboutpic .owl-controls .owl-buttons .owl-next{bottom:0;}
}


/* ==========================================================================
   home_pro
   ========================================================================== */
.home_pro{padding:60px 0 0 0;background: url(../images/homebg01.jpg) no-repeat center top;background-size: cover;}
.home_pro .title{text-align: center;color: #fff;margin-bottom: 60px; }
.home_pro .title h2{font: 700 34px/2em microsoft yahei;}
.home_pro .title p{text-transform:Uppercase;font: 700 18px/1em microsoft yahei;}
.home_pro .mode01 li{width: 12.5%; float: left; text-align: center;}
.home_pro .mode01 li img{max-width: 95%;transition-duration:800ms;}
.home_pro .mode01 li:hover img{margin-top: -10px;}
.home_pro .mode01 li p{color: #fff;margin-top: 10px;}
.home_pro .mode02{text-align: center;padding:30px 0;}
.home_pro .mode02 img{max-width: 90%;}
.home_pro .mode03{margin-top: 60px;}
.home_pro .mode03 .txtarea{width: calc(100% - 167px);height: 167px;float: left; }
.home_pro .mode03 .txtarea .desc{width: 90%; text-align: center;color: #fff;margin:0 auto;font: 300 15px/2em microsoft yahei;height: 6em; overflow: hidden;}
.home_pro .mode03 .more{width: 167px; height: 167px; background: #c40a0a; float: right;transition-duration:800ms;}
.home_pro .mode03 .more a{color: #fff;width: 100%;display: inline-block; height: 137px;padding-top: 30px;font-size: 14px; text-align: center;transition-duration:800ms;}
.home_pro .mode03 .more:hover{background: #d40a0a;}
.home_pro .mode03 .more:hover a{padding-top: 50px;}

.home_pro .mode04 li{width: 12.5%; float: left; text-align: center;overflow: hidden;}
.home_pro .mode04 a{width: 110px;height: 85px;padding-top:25px; display: block;margin:0 auto; color: #fff;border:3px solid #fff;font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;transition-duration:800ms;
}
.home_pro .mode04 a:hover{transform:rotateY(360deg); background: #c40a0a;}

@media only screen and (max-width:1024px) {
.home_pro .mode04 a{width: 85px;height: 70px;padding-top:15px;font-size: 14px;}
}
@media only screen and (max-width:767px) {
.home_pro .mode02{padding:0 0 20px 0;}
.home_pro .mode01 li{width:25%; float: left; text-align: center;margin-bottom: 20px;}
.home_pro .mode04 li{width: 25%;margin-bottom: 20px;}
.home_pro .mode01 li img{max-width: 80%;}
}
@media only screen and (max-width:420px) {
    .home_pro{padding:60px 0;}
    .home_pro .mode03{margin-top: 30px;}
.home_pro .mode03 .txtarea{width:100%;height: auto;float: none;margin-bottom: 30px; }
.home_pro .mode03 .more{width: 100%; height: auto; background: #c40a0a; float: none;}
.home_pro .mode03 .more a{color: #fff;width: 100%;display: inline-block; height: auto;padding: 15px 0;font-size: 14px; text-align: center;}
}
@media only screen and (max-width:378px) {
.home_pro .mode04 a{width: 80px;height: 65px;padding-top:15px;font-size: 14px;}
}
@media only screen and (max-width:320px) {
.home_pro .mode04 a{width: 65px;height: 55px;padding-top:10px;font-size: 12px;}
}

.home_clients{padding:60px 0;}
.home_clients .title{text-align: center;margin-bottom: 60px;color: #000000; }
.home_clients .title h2{font: 700 34px/2em microsoft yahei;}
.home_clients .title p{text-transform:Uppercase;font: 700 18px/1em microsoft yahei;}
.home_clients .swiper-slide img{width: calc(100% - 10px);}
.home_clients .swiper-slide img:hover{filter: alpha(opacity=60);opacity: 0.6;}
.home_clients .swiper-slide img{border:5px solid #cdd4dc;}

.home_clients .line { position: absolute; transition: all 0.3s ease; z-index: 8; display: block; background: #db0000; }
.home_clients .line1 { left: 0; top: 0; height: 5px; width: 0; }
.home_clients .line2 { right: 0; top: 0; height: 0; width: 5px; }
.home_clients .line3 { right: 0; bottom: 0; height: 5px; width: 0; }
.home_clients .line4 { left: 0; bottom: 0; height: 0; width: 5px; }
.home_clients a.cur .line1, .home_clients a.cur .line3, .home_clients a:hover .line1, .home_clients a:hover .line3 { width: 100%; }
.home_clients a.cur .line2, .home_clients a.cur .line4, .home_clients a:hover .line2, .home_clients a:hover .line4 { height: 100%; }
/* ==========================================================================
   Footer
   ========================================================================== */
footer { color: #c5c5c5; font-size: 12px; background-color: #000000; font-family: microsoft yahei; padding-top:50px; border-bottom: 4px solid #004498;}
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: 470px;}
.fn-colpro li{width: 33%;float: left;}
.fn-colwx{width:224px;border-left: 1px solid #555;overflow: hidden;padding-left: 20px;}

.mfoot{display: none;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: 5px 0;font-size: 14px; }
.fixed-b li:last-of-type a { border-right: 0 none; }
.fixed-b li a .txt { display: block; }
.fixed-b li .fa{font-size: 24px;}

@media only screen and (max-width:1280px) {
.fn-colpro{width: 290px;}
.fn-colpro li{width: 50%;float: left;}
}

@media only screen and (max-width: 767px) {
    footer{display: none;}
    .mfoot{display: block;margin-bottom: 59px;}
.footer-nav { text-align: left;}
.fn-colwx{display:none;}
.fn-col ul {display:none;}
.fixed-b { display: block; }
}

.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: #fff;
    }    
    .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);
    }
}


