/* ==========================================================================
   Global
   ========================================================================== */
    
    html {
        font-size: 62.5%;
    }
    
    a { color: #333; }
    
    a:hover { color: #05b4e9; }

 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:1050px;
        /*min-width: 1050px; */
        _width: 1050px;
        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;} 
    .toprow{height:35px; background: #05b4e9;width:100%;font: 300 12px/35px microsoft yahei;color: #fff;} 
    .toprow .wrapper{position: relative;}
    .toprow a{color: #fff;}
    .toprow a:hover{text-decoration: underline;}
    .toprow .right{float: right;}
    .zgsbox{float: left;position: relative;width:80px;margin-left: 10px;} 
    .zgsbox .zgshd{width:80px;height: 35px;}
    .zgsbox .zgsbd{width:180px; background: #fff;padding:5px 0;position: absolute;top:35px;left:-40px;z-index: 99;border:1px solid #05b4e9;border-top: 0;}
    .zgsbox .zgsbd a{width: 100%;display: block;height: 24px; line-height: 24px; text-indent:10px;color:#05b4e9;}
    .zgsbox .zgsbd{display: none;}
    .zgsbox:hover .zgsbd{display: block;}
    .toptel{float: left;}
    .toptel span{font-weight: bold;font-size: 16px;font-style: italic;}

    .topbar{height:90px; background: #fff;float: right;} 
    .topbar .wrapper{position: relative;}
    .logo { position: absolute; left:10px;width:40%;height:98px; overflow: hidden;line-height:98px; }  
    .logo img{max-width: 100%;}
    .langbox{position: absolute; right: 10px; font-size: 14px;top:32px;z-index: 3;} 
    .langbox a{width: 98px; height: 25px; overflow: hidden; display: inline-block; text-align: center; line-height: 25px; color: #fff;
      background: url(../images/inco01.png) no-repeat center;      }
    .langbox a.en{background: url(../images/inco02.png) no-repeat center;margin-left: -15px; } 


    .serchinco{position: absolute;width:48px; height: 48px; right:10px; top: 21px; font: 300 12px/48px microsoft yahei;cursor: pointer;z-index: 999; text-align: center;}
.serchinco .fa{font-size: 16px;}
.globalsearch{display: none;}
.globalsearch{position: absolute; top: 85px; right:0;width: 280px;background: #fff;padding:15px;z-index: 99; background:#0160bd;}
.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;}
   .toprow{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: #a6937c;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #0160bd;
        margin-left: -38px;
        top: 100%;
        min-width: 100px;
    }
    #gn_03 .dropdown{margin-left: -28px;}
    .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: #0160bd;
        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);}
        #gn_03 .dropdown{margin-left:0;}
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #0160bd;
    }
    
    
   
    /* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}

/* ==================================
banner
================================== */
    
.banner { overflow: hidden;position: relative;margin-top: 36px;}
.banner img{max-width: 100%;}
.banner .mpic{ display: none;}
#owl-banner .owl-nav{margin-top: 0;}
#owl-banner .owl-dots{position: absolute;bottom: 10px;width: 100%;}
#owl-banner .owl-prev,#owl-banner .owl-next{width:41px;top:0; height:100%;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-banner .owl-prev{position: absolute;left:10px; background:url(../images/bl.png) center no-repeat;}
#owl-banner .owl-next{position: absolute;right:10px;background:url(../images/br.png) center no-repeat;}

#owl-banner .owl-dots .owl-dot.active span, #owl-banner .owl-dots .owl-dot:hover span {
    width:13px;height: 13px;
}
#owl-banner .owl-dots .owl-dot span { width: 7px; height: 7px; background: #fff;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

@media (max-width:920px) {
#owl-banner .owl-prev,#owl-banner .owl-next{filter: Alpha(Opacity=0);opacity: 0;}
.banner{margin-top:0;}
}
@media only screen and (max-width: 768px) {
    
    .banner .mpic{ display: block;}
    .banner .pic{display: none;}
}


/* ==========================================================================
   fq_part01
   ========================================================================== */
.fq_part01{padding:60px 0 0 0;}
.row-fqxw{width: calc(33.3% - 30px);float: left;height:300px; overflow: hidden;}
.row-fqxw:nth-child(2){border-left:1px solid #dfdfdf;border-right: 1px solid #dfdfdf; margin-right: 40px;}
.row-fqxw:nth-child(2) .warp{max-width: 240px; margin:0 auto;}
.row-fqxw:nth-child(1) .warp{max-width: 248px;}

.row-fqxw .inco{width: 80px;height: 80px;margin:0 auto;transition-duration:800ms;}
.row-fqxw .inco img{width: 80px;height: 80px;}
.row-fqxw .inco:hover {transform:rotateY(360deg);}
.row-fqxw h3{text-align: center;font-size: 18px;font-weight: normal;margin:20px 0;}
.row-fqxw h3 .txten{color: #05b4e9;text-transform:Uppercase; }
.row-fqxw li{width: 100%; padding-left:15px; height: 24px; line-height: 24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
    background:url(../images/dian.jpg) left center no-repeat;
 }
 .mar-left{margin-left: 100px;}


.fq_part02{padding:60px 0 40px 0;background:url(../images/homebg.jpg) left bottom no-repeat;}
.picfoucs{ width:500px; height:380px; overflow:hidden; position:relative; float: left;}
.picfoucs .hd{ height:20px; overflow:hidden; position:absolute; right:5px; bottom:6px; z-index:1; }
.picfoucs .hd ul{ overflow:hidden; zoom:1; float:left;  }
.picfoucs .hd ul li{ float:left; margin-right:2px; font-size: 12px; width:18px; height:18px; line-height:18px; text-align:center; background:#fff; cursor:pointer;
    border:1px solid #000000;
 }
.picfoucs .hd ul li.on{ background:#f00; color:#fff; }
.picfoucs .bd{ position:relative; height:100%; z-index:0;   }
.picfoucs .bd li{ zoom:1; vertical-align:middle; }
.picfoucs .bd img{ width:500px; height:380px; display:block;  }

.aboutpart .right{width: calc(100% - 500px); float: right;}
.aboutjs{padding:20px;border:1px solid #d7d7d7;background: #fff;}
.aboutjs h3{color: #515185;text-transform:Uppercase; font-size: 18px;font-weight: normal;}
.aboutjs a{color: #05b4e9;}
.aboutjs .desc{height: 150px;overflow: hidden; line-height: 24px;}
.aboutpart .right .videobox{height: 156px;background:#66b2e3 url(../images/pic06.jpg) left bottom no-repeat;}
.aboutpart .right .videobox .warp{float: right;}

#owl-pro .pic{height: 200px; line-height: 200px;padding:3px; text-align: center;border:1px solid #e6e7e7;}
#owl-pro .pic img{display: inline-block!important;height: 100%;}
#owl-pro h3{text-align: center;margin-top: 10px;}
.fqhprotit{text-align: center;margin:50px 0;}
.fqhprotit h3{height: 40px; line-height: 40px;margin-bottom:10px; font-size:24px; background:url(../images/line02.png) center no-repeat;}
.fqhprotit h3 span{color:#05b4e9; }

@media only screen and (max-width:920px) {
.row-fqxw:nth-child(2) {margin-right:20px;}
.row-fqxw:nth-child(3) {width:33.3%; height: 320px;}
.mar-left { margin-left:0px;}
.fq_part02 { padding: 30px 0 20px 0;}
.aboutjs{position: relative;}
.aboutjs a.more{position: absolute; right:20px;top:20px;}
.fq_part01 { padding: 20px 0 0 0;}
}

@media only screen and (max-width:768px) {
.row-fqxw{width: 100%;float: none;height:auto;}
.row-fqxw:nth-child(2){border-left:0;border-right:0; margin:20px 0;}
.row-fqxw:nth-child(2) .warp{max-width: 240px; margin:0 auto;}
.row-fqxw:nth-child(1) .warp{max-width: 248px;margin:0 auto;}
.row-fqxw:nth-child(3) {width:100%; height: auto;max-width:300px;margin:0 auto;}
.row-fqxw h3 {font-size: 16px;margin:10px 0;}
.picfoucs{ width:100%; height:auto; float: none;}
.picfoucs .bd img{ width:100%; height:auto; }
.aboutpart .right{width:100%; float: none;}
.fqhprotit { margin: 30px 0;}
.fqhprotit h3 { margin-bottom: 0; font-size:18px;}
}





/* ==========================================================================
   Footer
   ========================================================================== */

footer {background: #ececec;border-top: 10px solid #66b3e1;padding:30px 0 0 0 ;}
footer a:hover { text-decoration: underline; }
footer .wrapper{border-bottom: 1px solid #dadada;padding-bottom: 20px;}
.footer-nav { text-align: justify;width: 400px;float: left; }
.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 16px/24px microsoft yahei;}
.fn-col h3 a:hover {text-decoration: underline; }
.fn-col ul {}
.fn-col li { line-height:30px; font-size: 13px; }
.fn-col li a:hover {text-decoration: underline;}

.footmode02{width: 180px;height: 230px; overflow: hidden; float: left;margin-left: 50px;}
.yqljbox{position: relative;width:180px;} 
.yqljbox .yqljhd{width:180px;height: 35px;background: #cecece;line-height: 35px;text-indent: 20px;}
.yqljbox .yqljhd .inco{width: 50px; height: 35px;background:url(../images/zhpic12.jpg) center no-repeat;float: right;}
.yqljbox .yqljbd{width:180px; background: #a0a0a0;padding:5px 0;position: absolute;top:35px;left:0;z-index: 99;}
.yqljbox .yqljbd a{width: 100%;display: block;height: 24px; line-height: 24px; text-indent:10px;color:#fff;font-size: 12px;}
.yqljbox .yqljbd{display: none;}
.yqljbox:hover .yqljbd{display: block;}
.ewmbox{text-align: center;margin-top: 20px;}
.ewmbox img{width:115px;float: left;}
.fn_colwx{width:380px;float: right;font-size: 14px; line-height:24px;}
.fn_colwx h3{margin-bottom: 10px; font-size: 18px; line-height: 24px;}
.fn_colwx .tel{margin-top: 10px; padding-left:40px;background:url(../images/inco06.png) left top no-repeat;margin-bottom: 10px;}
.fn_colwx .tel h2{color: #1a195d;font-size: 18px;}
.foothd{text-align: center;text-transform:Uppercase;}
.foothd .wrapper{border-top: 1px solid #fff; line-height: 18px; padding:10px;border-bottom: none;}
.foothd a:hover{text-decoration: underline;}

@media only screen and (max-width: 767px) {
footer {padding-top:20px;}
footer .wrapper{padding-bottom:0;}
.footer-nav {width: 100%;float: none; }
.fn-col {width:auto;padding-left:0;}
.fn-col h3{font-size: 14px;margin-bottom: 0;}
.foothd{padding-top: 0;}
.fn-col ul{display: none;}
.fn_colwx{display: none;}
.footmode02{display: none;}
.foothd .wrapper{border-top:0;}
}




.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);
    }
}


