/* ==========================================================================
   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: #005baa; }

 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%;max-width: 290px; height:100px; overflow: hidden;line-height:100px;}  
.logo img{max-width: 100%;}

/*.langbox{position: absolute; right: 10px; font-size: 14px;top:32px;z-index: 3;} 
.langbox .langhd a{margin:0 8px;}
.langbox .langbd{width: 100%; background: #fff;border:1px solid #ccc;padding:5px 0;}
.langbox .langbd a{width: 100%;display: block;height: 24px; line-height: 24px; text-indent: 5px;}
.langbox .langbd{display: none;}
.langbox:hover .langbd{display: block;}*/
.langbox{position: absolute; right: 10px; font-size: 14px;top:38px;z-index: 3;width:70px; text-align: center;} 
.langbox .langhd a{margin:0 8px;}
.langbox .langhd .fa{margin-left: 5px;}
.langbox .langbd{width: 100%; background: #005ba9;padding:5px 0;margin-top: 10px;}
.langbox .langbd a{width: 100%;display: block;height: 24px; line-height: 24px; text-indent: 5px;color: #fff;position: relative;}
.langbox .langbd{display: none;}
.langbox:hover .langbd{display: block;}
.langbox .langbd:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
         border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #005ba9;
        left: 50%;
        margin-left: -5px;
        top:30px;
    }

.serchinco{position: absolute;width:30px; height: 30px; right:0; top:20px; line-height:30px;cursor: pointer;z-index: 999; text-align: center;font-size: 14px;color: #fff;}

.globalsearch{display: none;}
.globalsearch{position: absolute; top:110px; right:0;width: 280px;background: #fff;padding:15px;z-index: 99; background:#1d4789;}
.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:1366px) {

}

@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;}
}

@media only screen and (max-width: 480px) {
      .globalsearch{ width: calc(100% - 30px);}
}


/* ==========================================================================
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;
        display: none;
        padding: 15px 20px;
        /*border-bottom: 3px solid #0072bb;*/
        margin-left: -38px;
        top: 100%;
        width: 100%;
    }
  
 .dropdown:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
         border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #005ba9;
        left: 50%;
        margin-left: -5px;
        top:10px;
    }
    .dropdown a {
        /*    white-space: nowrap;*/
        line-height: 40px;
        font-size: 14px; 
        float: left;
        padding: 0;
        color: #fff; background: #005ba9;
        border-bottom: 0 none;
        width: 100%;
        display: block;
        text-align: center;
    }
    
    @media only screen and (max-width: 920px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 12px;
            width: 100%;
            text-align: left; background: #fff; color: #333; text-indent: 20px; line-height: 30px;
        }
        .dropdown {padding:0;width: 100%; border-bottom: 1px solid #005ba9;}

    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #fff;
    }
    .dropdown a:hover{background: #174499;}

    @media only screen and (max-width: 920px) {

    }
   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}

/* ==================================
banner
================================== */
    
.banner { overflow: hidden;position: relative;}
.banner img{max-width: 100%; height: 100%;}
.banner .mpic{ display: none;}
#owl-banner .owl-nav{margin-top: 0;}
#owl-banner .owl-dots{position: absolute;bottom:20px;width:130px;height:20px; background: #fff;margin-left: -65px; left: 50%;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    border-radius:20px;

}
#owl-banner .owl-prev,#owl-banner .owl-next{width:41px;top:50%; height:50px;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 {
    border:2px solid #005ba9;
}
#owl-banner .owl-dots .owl-dot span { width: 7px; height: 7px; background: #fff;border:2px solid #000;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

@media only screen and (max-width: 1440px) {
#owl-banner .owl-prev,#owl-banner .owl-next{filter: Alpha(Opacity=0);opacity: 0;}
}
@media only screen and (max-width: 768px) {
    .banner .mpic{ display: block;}
    .banner .pic{display: none;}    
}


/* ==========================================================================
   section02
   ========================================================================== */

.section02{background:url(../images/homebg02.jpg) right top no-repeat;background-size: cover; }
.section02 .wrap{margin:120px auto 0 auto; overflow: hidden;max-width: 1120px;color: #fff;padding:0 50px;}
.lqhometit01{text-align: center;font-size: 50px;}
.section02 .desc{text-align: center;font-size: 24px;font-weight: normal;margin:30px auto;max-width: 1100px;}
.section02 ul {margin-top: 100px;}
.section02 li{width: 33.33%; float: left;}
.section02 li .inco{width: 100px; height: 100px; float: left;transition-duration:800ms;}
.section02 li:hover .inco {transform:rotateY(360deg);}
.section02 li .inco img{width: 100px; height: 100px;}
.section02 li .txtarea{float: left;margin-left: 20px;font-size: 24px;}


/* ==========================================================================
   section03
   ========================================================================== */

.section03{background:url(../images/homebg03.jpg) right top no-repeat;background-size: cover; }
.section03 .wrap{margin:120px auto 0 auto; overflow: hidden;max-width: 1200px;color: #fff;padding:0 50px;}
.section03 .desc{text-align: center;font-size: 24px;font-weight: normal;margin:30px auto;max-width: 1200px;}
.section03 ul {margin-top: 100px;}
.section03 li{width: 25%; float: left;}
.section03 li .inco{width: 140px; height: 140px; float: left;transition-duration:800ms;}
.section03 li:hover .inco {transform:rotateY(360deg);}
.section03 li .inco img{width: 140px; height: 140px;}
.section03 li .txtarea{float: left;font-size: 24px; height: 140px; line-height: 140px;margin-left: 20px;}
.section03 li .txtarea a{color: #fff;}


/* ==========================================================================
   section04
   ========================================================================== */

.section04{background:#e4e5e5; }
.section04 .wrap{margin:120px 0 500px 0 ;padding:0 50px;}
.section04 .desc{text-align: center;font-size: 24px;font-weight: normal;margin:30px auto;max-width: 920px;}
.sideMenu{position: absolute;bottom:270px;width: 100%;}
.sideMenu h3{background:#005baa; color: #fff; font-size: 18px; cursor:pointer;width: calc(20% - 101px); text-align: center; height: 200px; float: left; position: relative; border-left: 1px solid #fff;}
.sideMenu h3 .inco{width:100px; height:100px;margin:0 auto 10px auto;padding-top:30px;}
.sideMenu h3 .inco img{width:100%; height:100%;}
.sideMenu h3:nth-child(1){border-left: 0;}
.sideMenu h3.on:before { z-index: 1;
    content: "";
    display: block;
    top: 50%; margin-top: -5px;
    right: -10px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #005baa;
    border-bottom: 10px solid transparent;
}

.sideMenu .pic{display:none;}
.sideMenu .pic{width: 500px; height: 200px; overflow:hidden; float: left;}
.sideMenu .pic img{width: 100%;height: 100%;}

@media only screen and (max-width: 1380px) {
.section04 .lqhometit01{font-size: 30px;}
.section04 .desc{font-size: 16px;}
.sideMenu h3{height: 150px;width: calc(20% - 76px);}
.sideMenu h3 .inco {width: 60px; height: 60px;}
.sideMenu .pic {width:375px; height:150px;}
.section04 .wrap { margin: 120px 0 420px 0;}
.sideMenu{bottom: 200px;}

}

@media only screen and (max-width: 1280px) {
   .lqhometit01{font-size:30px;font-weight: bold;} 
   .section01 .desc,.section02 .desc,.section03 .desc,.section04 .desc{font-size: 18px;}
   .section02 .wrap,.section03 .wrap{margin-top: 60px;margin-bottom: 40px;}
   .section01,.section02,.section03,.section04, .fp-tableCell{height: auto!important;}
    #fp-nav{display: none!important;}
    .section04 .wrap{margin-top: 60px;}
    .section04 .desc{padding:0 10px;}
}

@media only screen and (max-width: 1200px) {
.sideMenu h3 .inco{width:80px; height:80px;}
.sideMenu h3{width: calc(20% - 91px);height: 180px;}
.sideMenu .pic{width: 450px;height: 180px;}
}

@media only screen and (max-width: 920px) {
.sideMenu h3{width: calc(20% - 71px);height: 140px; font-size: 14px;}
.sideMenu .pic{width: 350px; height: 140px;}
.sideMenu h3 .inco{width:60px; height:60px;padding-top: 20px;}
.banner {height: 100%;margin-top: 0;}

.section03 ul,.section02 ul{margin-top: 40px;}
.section04 .wrap{margin-top: 40px;margin-bottom: 450px;}
.section02 .wrap{padding:0 10px;}
.section02 li .inco{float: none;margin:0 auto; text-align: center;}
.section02 li .inco img{width:90px; height: 90px;}
.section02 li .txtarea { float: none; margin: 0 auto; text-align: center;font-size:16px;}
.section03 .wrap{padding:0 10px;}
.section03 li .inco{float: none;margin:0 auto; text-align: center;width:90px; height:90px;}
.section03 li .inco img{width:90px; height:90px;}
.section03 li .txtarea { float: none; font-size:16px;height:30px; line-height:30px;margin-left: 0; margin-top: 20px; text-align: center;}

}


@media only screen and (max-width:768px) {
.sideMenu h3{width: 100%; height: 60px; float: none;border:0; text-align: left; line-height: 60px;border-top: 1px solid #fff;overflow: hidden;}
.sideMenu h3 .inco{padding-top:0; width: 40px;height: 40px; float: left;margin:0 10px 0 40px;}
.sideMenu .pic{width: 100%; height: auto; float: none;margin:0;}
.jccsgpart01 .row .pic{height: auto;}
.section04 .wrap{margin-top: 40px;padding:0;margin-bottom: 580px;}
.sideMenu { bottom:97px;}
.lqhometit01{font-size:18px;} 
.section01 .desc,.section02 .desc,.section03 .desc,.section04 .desc{font-size: 14px;margin-top: 10px;}

}


/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 12px; background: #3a3a3a; font-family: microsoft yahei; padding:40px 0 0 0;color: #fff;}
footer a{color: #ededed;}
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-size: 16px; font-weight: bold; line-height: 24px;  font-weight: bold;}
.fn-col h3 a:hover {text-decoration: underline;color: #fff; }
.fn-col li {line-height:30px; font-size: 14px;color: #c3c3c3;}
.fn-col li a{color: #c3c3c3;}
.fn-col li a:hover {text-decoration: underline;color: #fff;}
.fn-colewm img{width: 100px; height: 100px;}
.foot-share{font-size: 14px;margin-top: 10px;}

.foothd{text-align: center;padding:15px 0;text-transform:Uppercase;color: #959595; font-size: 14px; background: #333333;border-top: 1px solid #333333;}
.foothd a{color: #959595;}
.foothd a:hover{color: #fff;}

@media only screen and (max-width: 1380px) {
    .fn-col h3{margin-bottom: 0;}
    .fn-col li{line-height: 24px;}
    footer {padding-top: 20px;}
}

@media only screen and (max-width: 768px) {
footer {padding-top:10px;}
.fn-col {width:auto;padding-left:0;}
.footer-nav{height: 30px;}
.foothd{margin-top:0;font-size: 12px;padding: 10px 0; line-height: 18px;}
.fn-col ul{display: none;}
.fn-colwx{display: none;}
.fn-col h3 {font-size: 12px;font-weight: normal;}
.fn-colewm {display: none;}
}

.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);
    }
}


