/* ==========================================================================
   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: #1d4789; }

 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: 1600px;
        /*min-width: 980px; */
        _width: 1600px;
        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;
    }

.radius60
{-webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}


   /* ==================================
   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;}   
.logo { position: absolute; left:10px;width:20%;height:90px;top:20px; overflow: hidden;line-height:90px; }  
.logo img{max-width: 100%;}

.langbox{position: absolute;text-align: right;  right: 10px; font-size: 14px;top:50px;z-index: 3; line-height: 30px; color: #1f3586;} 
.langbox a{color: #6b696a}
.langbox a:hover{color: #1f3586;}


.userbox{position: absolute;right:140px; font-size: 14px;top:50px;z-index: 3; line-height: 30px; color: #1f3586;} 
.userbox a{color:#6b696a}
.userbox a:hover{color: #1f3586;}
.userbox .hd{height: 30px;overflow: hidden;}
.userbox .bd{padding:5px;background: #fff;display: none;position: absolute;left: 0;width: 70px;}
.userbox .bd a{display: block;font-size: 12px; text-align: center;}
.userbox:hover .bd{display: block;}

.serchinco{position: absolute; display: none; width:30px; height: 30px; right:220px; top:40px; line-height:30px;cursor: pointer;z-index: 999; text-align: center;font-size:18px;color: #1f3586;}

.globalsearch{position: absolute; top:50px; right:250px;width:180px;z-index: 99;}
.globalsearch .warp{background: #fff;border:1px solid #939393;}
.globalsearch #q{ float: left;   border: 0 none; }
.globalsearch .search-btn { float: right;   border: 0 none; }
.globalsearch #q { width: calc(100% - 70px); height: 18px; padding:5px 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: 30px; cursor: pointer; background:#1b2e98 url(../images/btn_ser.png) no-repeat center;}


/***
.globalsearch{position: absolute; top:110px; right:0;width: 280px;padding:15px;z-index: 99; background:#153c78;}
.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_ser02.png) no-repeat center;}
***/


@media only screen and (max-width: 1200px) {
    .logo {width: 15%;}  
    .topbar .tel{font-size: 18px;}
    .serchinco{right:240px;display: block;top: 50px;}
    .globalsearch{display: none;}
    .globalsearch{top:110px; right:0;width: 280px;padding:15px;z-index: 99; background:#024494;}
    .globalsearch .warp{background: #fff;border: 0;padding:0;
        -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    }
    .globalsearch #q {padding:10px;  width: calc(100% - 70px);}
    .globalsearch .search-btn { height: 40px; width: 40px;background: url(../images/btn_ser02.png) no-repeat center;}
}

@media only screen and (max-width:920px) {
    .serchinco{right:60px; top:36px;width:48px; height: 48px;line-height:48px;border:0; font-size:20px;}
    .globalsearch{top:110px; right:0;width: 280px;padding:15px;z-index: 99; background:#024494;}
}
 
@media only screen and (max-width:920px) {
    .logo,.toptel,.langbox,.userbox{display: none;}
    .topbar{height: 0;display: none;}
    .serchinco{right:48px; top:0;}
    .globalsearch{top:48px;}
}

@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: #e60012;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #1f3586;
        top: 100%;
        min-width: 110px;
    }
 
   .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: #1f3586;
        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:100%;
        display: block;
        text-align: center;
    }
    
@media only screen and (max-width: 920px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 14px;
            width: 100%;
            text-align: left;
        }
        .dropdown { min-width: calc(100% - 40px); padding-top: 0; }
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #1f3586;
    }   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}

.radius60
{-webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

.hometit{text-align: center;}
.hometit h3{font-size: 30px; font-weight: normal;color: #6b696a;margin-top: 5px;}
.hometit p.txt{color: #666;margin-top: 10px;}

@media only screen and (max-width:1440px) {
.hometit h3{font-size: 30px;}
}

@media only screen and (max-width:920px) {
.hometit h3{font-size: 24px;}
}

@media only screen and (max-width:768px) {
.hometit h3{font-size: 18px;}
}

/* ==========================================================================
   jtkndpart01
   ========================================================================== */
.jtkndpart01{margin-top: 110px;padding:0 0 60px 0;background:url(../images/homebg02.jpg) center no-repeat;background-size: cover;}
.jtkndpart01 .hometit{ height: 199px; background:url(../images/homebg01.png) center no-repeat;background-size: cover;}
.jtkndpart01 .hometit p img{margin-top:20px;}
.jtkndpart01  .hometit h3{color: #fff;}
.jtkndpart01 .wrapper{max-width: 1800px;}
.hproflbox{position: relative;overflow: hidden;margin:20px;background: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
     -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.hproflbox .pic {position: relative; height: auto;overflow: hidden;}

.hproflbox .cover {width: 100%; height:100%; position: absolute; bottom: 0; left: 0;}
.hproflbox .cover img{width: 100%;height: 100%;
    -webkit-transition: all 1.5s;
   -moz-transition: all 1.5s;
   -o-transition: all 1.5s;
   transition: all 1.5s;
}
.hproflbox:hover .cover img{ transform: scale(3.1);}

.hproflbox .tit{width: 100%;height: 40px; line-height: 40px;position: absolute;bottom:20px;left: 0;}
.hproflbox .tit h3{text-align: center; font-size: 16px; color:#1b2e98;}
.hproflbox .tit h3 a{color:#1b2e98;}

#owl-hpro .owl-dots{height: 0px;overflow: hidden;}

/* ==========================================================================
   jtkndpart02
   ========================================================================== */
.jtkndpart02{padding:100px 0;background:url(../images/homebg03.jpg) center no-repeat;background-size: cover;}
.jtkndpart02 .hometit h3{color: #fff;}

.jtkndpart02 .more{text-align: center;;}
.jtkndpart02 .more a{width: 120px; height:33px;text-align: center; line-height:33px; display: inline-block; background: #fff;color: #1d2088;}

.jtkndpart02 .txtara{text-align: center; color: #fff;margin:60px 0;}


/* ==========================================================================
   jtkndpart03
   ========================================================================== */
.jtkndpart03{padding:60px 0;background:url(../images/homebg04.jpg) center no-repeat;background-size: cover;}
.jtkndpart03 .more{text-align: center;margin-top:30px;}
.jtkndpart03 .more a{width: 120px; height:33px;text-align: center; line-height:33px; display: inline-block; background: #1d2088;color: #fff;}
.hyyybox{position: relative;overflow: hidden;}
.hyyybox .pic {position: relative; height: auto;overflow: hidden;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);margin:10px;}
.hyyybox .bgimg{width: 100%;}
.hyyybox .uppic{width: 100%;transition: transform 1s;position: absolute;left: 0;top:0;}
.hyyybox:hover .uppic{ transform: scale(1.05);}
.hyyybox .tit{margin-top:15px; text-align: center;color: #6b696a;font-size: 16px;}
#owl-hyyy{margin-top: 30px;}
#owl-hyyy .owl-dots{height: 0px;overflow: hidden;}
#owl-hyyy .owl-prev,#owl-hyyy .owl-next{width:35px;bottom:-63px; height:33px;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-hyyy .owl-prev{position: absolute;left:50%; margin-left: -105px; background:url(../images/arr07.png) left top no-repeat;}
#owl-hyyy .owl-next{position: absolute;left:50%; margin-left:70px;  background:url(../images/arr08.png) right top no-repeat;}

@media only screen and (max-width:1440px) {
#owl-hyyy .owl-dots{height: auto;overflow: hidden;}
#owl-hyyy .owl-prev,#owl-hyyy .owl-next{filter: Alpha(Opacity=0);opacity: 0;width: 0;height: 0;display: none; }
}

@media only screen and (max-width: 1440px) {
#owl-hpro .owl-dots{height: auto;overflow: hidden;}
}

@media only screen and (max-width: 1200px) {
.hproflbox{margin:10px;}
}

@media only screen and (max-width:920px) {
.jtkndpart01{margin-top: 0;padding-bottom: 30px;}
.hometit p img{height: 40px;}
.jtkndpart01 .hometit p img{margin-top: 5px;}
.jtkndpart01 .hometit{height: 120px;}
.jtkndpart02{padding:60px 0;}
.jtkndpart02 .txtara{margin:30px 0;}
.hproflbox .tit h3{font-size: 14px;}
}

@media only screen and (max-width:768px) {
.jtkndpart01{padding-bottom: 20px;}
.hometit p img{height:30px;}
.jtkndpart01 .hometit p img{margin-top:10px;}
.jtkndpart01 .hometit{height: 100px;}
.hproflbox .tit h3{font-size: 12px;}
.hproflbox .tit{bottom: 0;}
.jtkndpart02{padding:40px 0;}
.jtkndpart02 .txtara{margin:30px 0;}
.jtkndpart03{padding:30px 0;}
.hyyybox .tit{font-size: 12px;}
.hyyybox .pic{margin:5px;}
#owl-hyyy{margin-top: 10px;}
.jtkndpart03 .more{margin-top: 10px;}
}

.regbox{padding:50px;-webkit-border-radius:40px;max-width: 600px;margin:0 auto;
    -moz-border-radius:40px;
    -ms-border-radius:40px;
    -o-border-radius:40px;
    border-radius:40px;}
.regbox .closebtn{ float: right;display: inline-block; border:1px solid #919090;color: #919090;
    width: 20px; height: 20px; line-height: 20px; text-align: center;position: relative;margin-top: -20px;
-moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%; }
.regbox .tit{text-align: center; height: 40px; line-height: 40px;color: #5f5d5d;font-size: 36px;font-weight: normal;margin-bottom: 40px;}
.regbox .regbox-item{margin-bottom: 10px;}
.regbox .regbox-item em{width: 30px; display: inline-block; text-align: center;color: #1a2e9b;height: 30px; line-height: 30px; font-size: 18px;}
.regbox .regbox-item .ui-input{width: calc(100% - 60px);line-height: 18px;padding:5px 10px; border:0;border-bottom: 1px solid #bab9ba;}
.regbox .regbox-item .ui-input-yzm{width: calc(100% - 190px);}
.ui-btn-yzm {width: 120px;margin-left: 10px; height:30px;text-align: center; line-height:30px; display: inline-block; background: #1a2e9b;color: #fff;}
.ui-btn-yzm:hover{color: #fff;}
.regbox-item-btn{margin-top: 60px; text-align: center;}
.regbox-item-btn .btn{width: 120px;margin-left: 10px;border:0;font-size: 16px; height:40px;text-align: center; line-height:40px; display: inline-block; background: #1a2e9b;color: #fff;}
.regbox-item-ljdl{margin-top: 30px; text-align: right;font-size: 16px;}
.regbox-item-ljdl .ui-btn {width: 80px;margin-left: 10px; height:30px;text-align: center; line-height:30px; display: inline-block; background: #1a2e9b;color: #fff;}
.regbox-item-ljdl .ui-btn:hover{color: #fff;}

@media only screen and (max-width: 768px) {
.regbox{padding:30px;}
.regbox .tit{font-size: 24px;margin-bottom: 30px;}
.regbox-item-ljdl{font-size: 12px;}
}


/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 16px;color: #6b696a; background:url(../images/footbg.jpg) top center no-repeat;background-size: cover; }
footer .wrapper{border-top:1px solid #767474; padding:80px 0 160px 0;}
footer a{color: #6b696a;}
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: 18px;line-height: 24px;}
.fn-col h3 a{color: #6b696a;}
.fn-col h3 a:hover {text-decoration: underline;color: #1a2e9b; }
.fn-col li {line-height:30px;color: #6b696a;}
.fn-col li a{color: #6b696a;}
.fn-col li a:hover {text-decoration: underline;color: #1a2e9b;}


.fn-colwx{width:400px;}
.fn-colwx li{padding-left: 40px;position: relative;}
.fn-colwx li em{width: 30px; line-height: 30px; display: inline-block;text-align: center;position: absolute;left: 0; top: 0;color: #1a2e9b;}
.fn-colwx em{width: 30px; line-height: 30px; display: inline-block;text-align: center;color: #1a2e9b;}

.foothd{text-align: center;padding:15px 0;text-transform:Uppercase;color: #7f8080;margin-top: 10px; font-size: 14px;border-top: 1px solid #454545;background:#2b2c2c;}
.foothd a{color: #7f8080;}
.foothd a:hover{color: #fff; text-decoration: underline;}

@media only screen and (max-width: 1440px) {
    footer .wrapper{padding: 40px 0;}
    .foothd{padding:10px;font-size: 12px;}
}

@media only screen and (max-width: 920px) {
.fn-col li{font-size: 12px;}
.fn-col h3{font-size: 14px;}
.fn-colwx{font-size: 12px;width:400px}
.fn-colwx .row .tel {font-size: 18px;margin:10px 0; }
.fn-colwx .row .share{margin:10px 0;}
.fn-colwx .row .share a {font-size: 14px; width: 24px; height: 24px; line-height: 24px; margin-right:10px;}
.fn-colewm{display: none;}
footer .wrapper{padding: 20px 0;}
}

@media only screen and (max-width: 768px) {
.fn-col {width: calc(33.33% - 5px);padding-left:0; background: none;}

.foothd{margin-top:0;font-size: 12px;padding: 10px 0; line-height: 18px;}
.fn-col ul{display: none;}
.fn-col h3 {font-size: 12px;margin-bottom: 0;}
.fn-colwx{width: calc(100% - 5px); }
.fn-colwx ul{display: block;}
}

.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);
    }
}


