/* ==========================================================================
   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: #0065b4; }

 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;
    }

   /* ==================================
   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:22%;height:100px; overflow: hidden;line-height:100px; }  
.logo img{max-width: 100%;}

.langbox{position: absolute;right:230px; font-size: 14px;top:35px;z-index: 3; line-height: 30px;} 
.langbox a{width:30px;height: 30px;display: block;border:1px solid #154588; text-align: center; line-height: 30px;color: #0c4893;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
}

.serchinco{display: none; position: absolute;width:48px; height: 40px; right:0; top:0; font: 300 12px/40px microsoft yahei;cursor: pointer;z-index: 999; text-align: center;}
.serchinco .fa{font-size: 16px;}
.globalsearch{display: block;}
.globalsearch{position: absolute; top:35px; right:10px;width: 200px;padding:0;z-index: 99;}
.globalsearch .warp{background: #fff;border:1px solid #bfbfbf;padding:0 10px;overflow: hidden;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
.globalsearch #q{ float: left;   border: 0 none; }
.globalsearch .search-btn { float: right;   border: 0 none; }
.globalsearch #q { width: calc(100% - 50px); height: 18px; padding:7px 5px; line-height: 18px; background: #fff;border:1px solid #fff;font: 300 12px/18px microsoft yahei;  }
.globalsearch .search-btn { width:30px;padding:0;margin:0; height: 34px; cursor: pointer; background: url(../images/btn_ser03.png) no-repeat center;}


@media only screen and (max-width:1366px) {
.logo {width:20%;}  
.globalsearch{display: none; position: absolute; top:100px; right:0;width:300px;padding:20px;z-index: 99;background: #2672c8;}
.globalsearch .warp{background: #fff;border:1px solid #fff;padding:0 10px;overflow: hidden;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
}
.langbox{right: 60px;}

.serchinco{right:10px; top:30px; display: block;}
} 

@media only screen and (max-width:920px) {
    .serchinco{right: 48px; top:0;height: 48px; line-height: 48px;}
    .globalsearch{ top:48px;}
    .logo,.toptel,.langbox,.envelope{display: none;}
    .topbar{height: 0;}
    .wxinco{display: none;}
}

@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 #0065b4;
        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: #0065b4;
        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: #0065b4;
    }   
    
   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}
.hometit{font-size:28px; font-weight: bold;color: #333;height: 40px; line-height: 40px;padding-left:40px;background:url(../images/inco01.png) left center no-repeat;}
.hometit{margin-bottom:40px;}
.hometit .txten{font-weight: normal; font-size: 14px; color: #828282;text-transform:Uppercase;}
.hometit a.more{width: 110px; height:32px;font-size: 14px; font-weight:normal; text-align: center; line-height:32px; display: inline-block; float: right;
  background: #f39800;color: #fff; 
  -webkit-border-radius:24px;
  -moz-border-radius:24px;
  -ms-border-radius:24px;
  -o-border-radius:24px;
  border-radius:24px;
}

@media only screen and (max-width: 1366px) {
.hometit{font-size:24px;}
.hometit a.more{font-size: 16px;}
}

@media only screen and (max-width:920px) {
.hometit{font-size:18px;margin-bottom: 30px;}
.hometit a.more{font-size: 14px;}
.hometit .txten{font-size: 12px;}
}

@media only screen and (max-width:768px) {
.hometit{font-size:16px;margin-bottom:10px;background-size: auto 15px;padding-left: 20px;}
.hometit a.more{font-size: 12px;}

}

/* ==========================================================================
   jywdzpart01
   ========================================================================== */
.jywdzpart01{padding:50px 0 30px 0;}
.proxlbox{width: calc(33.33% - 14px);float: left;height: 265px; position: relative;overflow: hidden;cursor: pointer;margin-bottom: 20px;}
.proxlbox .pic,.proxlbox .pic img{width: 100%;height: 100%;}
.proxlbox .cover01{position: absolute;top: 0; left: 0;width: 100%;height: 100%;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.proxlbox .cover01 .warp{padding:80px 50px 0 50px;}
.proxlbox .cover01 h3{font-size: 24px;margin-bottom: 20px;}
.proxlbox:hover .cover01{top:-100%;}

.proxlbox .cover02{position: absolute;top:100%; left: 0; width: 100%;height: 100%; color: #fff;
    background: #2672c8; background: rgba(38, 144, 200, .8);
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.proxlbox .cover02 .warp{padding:40px 50px 0 50px;}
.proxlbox .cover02 h3{font-size: 24px;margin-bottom: 20px;color: #fff;}
.proxlbox .cover02 a{color: #fff;}
.proxlbox:hover .cover02{top:0;}
.proxlbox .cover02 ul {max-width: 380px;}
.proxlbox .cover02 ul li{height: 30px; line-height: 30px; width: calc(50% - 20px); float: left;margin-right: 20px;font-size: 16px;}
.proxlbox .cover02 ul li i{margin-right: 10px;}
.proxlbox:nth-child(1),.proxlbox:nth-child(2){width: calc(50% - 11px);}
.proxlbox:nth-child(2){margin-left: 22px;}
.proxlbox:nth-child(4){margin:0 21px 20px 21px;}


/* ==========================================================================
   jywdzpart02
   ========================================================================== */
.jywdzpart02{padding:50px 0;background:url(../images/wjypic02.jpg) center bottom no-repeat;background-size: cover;}
.hnewsbox{height: 250px;margin:10px; border:1px solid #c9caca;background:#fff url(../images/inco02.png) center bottom no-repeat;background-size: cover;
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.hnewsbox .warp{padding:40px 30px 30px 30px;overflow: hidden;}
.hnewsbox,.hnewsbox a{color: #949ba0;}
.hnewsbox .stit .date{float: right;}
.hnewsbox .stit{margin-bottom: 15px;}
.hnewsbox h3{font-size:20px;width: 100%;height: 30px; line-height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.hnewsbox h3 a{color: #83888b;}
.hnewsbox .desc{margin:20px 0; overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.hnewsbox .more a{font-size: 16px;color: #778087;line-height: 30px;}
.hnewsbox .more i{float: right;line-height: 30px;}
.hnewsbox:before {content: "";display: block; top:0; left:30px; position: absolute; width:80px;height: 5px; background: #518ed3;}
.hnewsbox:hover{box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}
.hnewsbox:hover h3 a,.hnewsbox:hover .more a{color: #518ed3;}

@media only screen and (max-width: 1440px) {
    .proxlbox .cover01 .warp {padding:50px 50px 0 50px; }
}

@media only screen and (max-width: 1200px) {
.proxlbox .cover01 h3,.proxlbox .cover02 h3{font-size:18px;}
.hnewsbox h3{font-size:16px;}
.proxlbox .cover02 ul li{font-size: 14px;}
}

@media only screen and (max-width:920px) {
.proxlbox .cover02 .warp{padding:30px 30px 0 30px;}
.proxlbox .cover02 ul li{font-size: 12px; height: 24px; line-height: 24px;}
.proxlbox{height: 200px;}
.proxlbox .cover01 h3,.proxlbox .cover02 h3{font-size:16px;}
.proxlbox .cover02 h3{margin-bottom: 10px;}
}

@media only screen and (max-width:768px) {
.proxlbox{width:100%;float: none;height:auto;}
.proxlbox:nth-child(1),.proxlbox:nth-child(2){width:100%;margin-bottom: 10px;height: 200px;}
.proxlbox:nth-child(2){margin: 0;margin-bottom: 10px;}
.proxlbox:nth-child(4){margin:0;margin-bottom: 10px;}
.proxlbox{margin-bottom: 10px;}
.proxlbox .cover01 .warp { padding:30px 30px 0 30px;}
.jywdzpart01 { padding: 20px 0 0 0;}
.jywdzpart02{padding:20px 0;}
.hnewsbox{margin:0;height: 200px;}
.hnewsbox .warp{padding:20px;}
.hnewsbox .desc{margin:10px 0;}
.hnewsbox .more a{font-size: 14px;}
.hnewsbox h3{font-size: 14px;}
}


/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 12px; padding:60px 0 0 0;color: #e9e9e9;position: relative;
    background:url(../images/footbg.jpg) center no-repeat;background-size: cover;
}
footer a{color: #efefef;}
footer a:hover { text-decoration: underline;color: #fff; }
.footer-nav { text-align: justify;margin-bottom: 20px;}

.fn-col { display: inline-block; *display:inline;zoom: 1; vertical-align: top; *padding-right: 100px;}
.footer-nav:after { content: ""; width: 100%; display: inline-block; font-size: 0; line-height: 0; }
.fn-col h3 {  margin-bottom: 10px; font-size: 16px;line-height: 24px;color: #c2c2c2;}
.fn-col h3{color: #c2c2c2;}
.fn-col h3 a:hover {text-decoration: underline;color: #fff; }
.fn-col li {line-height:24px; font-size: 14px;color: #c2c2c2;}
.fn-col li a{color: #c2c2c2;}
.fn-col li a:hover {text-decoration: underline;color: #fff;}
.fn-contact{width:380px; overflow:hidden;font-size: 14px;}
.fn-contact .ewm{margin-bottom: 10px;}
.fn-contact .ewm img{width:100px;height:100px;float: left;margin-right:20px;}
.fn-contact .ewm .txt{float: left;}
.fn-contact .ewm .txt p.txt01{font-size: 16px;font-weight: bold;}


.foothd{text-align: center;padding:15px 0;text-transform:Uppercase;color: #e9e9e9; font-size: 14px;border-top: 1px solid #767676;}
.foothd a{color: #e9e9e9;}
.foothd a:hover{text-decoration: underline;}
.foothd span{margin:0 20px;}

@media only screen and (max-width: 1440px) {
    footer{padding-top: 30px;}
    .foothd{padding:10px;font-size: 12px;}
}
@media only screen and (max-width:1200px) {
.fn-map{display: none;}
}

@media only screen and (max-width: 920px) {
.fn-col li{font-size: 12px;}
.fn-col h3{font-size: 14px;}
footer .ewm img{width: 70px;height: 70px;}
.fn-contact{font-size: 12px;width: 280px;}
.fn-contact .ewm .txt p.txt01{font-size: 14px;}
}

@media only screen and (max-width: 768px) {
footer {padding-top:10px;}
.fn-col {float: left; background: none;margin-right: 10px;}
footer .wrapper:after{display: none;}
.footer-nav{height: 30px;margin-bottom: 0;}
.foothd{margin-top:0;font-size: 12px;padding: 10px 0; line-height: 18px; text-align: left;}
.fn-col ul{display: none;}
.fn-contact{display: none;}
.fn-col h3 {font-size: 12px;   border-bottom: 0; padding:0;margin-bottom: 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);
    }
}


