/* ==========================================================================
   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: 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;
    }

.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:100px; overflow: hidden;line-height:100px; }  
.logo img{max-width: 100%;}

.topbar{ position: absolute;top: 10px; right: 0;font-size: 12px; color: #333;text-transform:Uppercase; }
.topbar a{color: #333;margin:0 5px;}
.topbar i{font-size: 14px;}
.topbar .tel{font-size: 16px; color: #7a2289;font-weight: bold;margin-right: 10px;}

.langbox{position: absolute;width: 90px;  right:10px; font-size: 16px;top:13px;z-index: 3; line-height: 30px; color: #fff;} 
.langbox a{color: #fff;font-size: 12px;}
.langbox .hd{text-align: center;}
.langbox .bd{display: none;}
.langbox .bd {background: #fff;}
.langbox .bd a{width: 100%;height: 24px; line-height: 24px; display: inline-block; color: #003f7f;text-align: center;}
.langbox:hover .bd{display: block;}
.langbox:before { content: ""; display: block; top:7px; left:-10px; position: absolute; width:1px; height:18px; background: #6c92c1;}

.serchinco{display: none; position: absolute;width:30px; height: 30px; right:0; top:20px; line-height:30px;cursor: pointer;z-index: 999; text-align: center;font-size: 16px;color: #024494;}

.globalsearch{display: block;}
.globalsearch{position: absolute; top:15px; right:120px;width:130px; z-index: 99;}
.globalsearch .warp{border:1px solid #fff;padding:2px 8px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.globalsearch #q{ float: left;   border: 0 none; }
.globalsearch .search-btn { float: right;   border: 0 none; }
.globalsearch #q { width: calc(100% - 30px); height: 18px; padding:0 5px; color: #fff; line-height: 18px; background:none;border:none;font: 300 12px/18px microsoft yahei;  }
.globalsearch .search-btn { width: 20px;padding:0;margin:0; height: 20px; cursor: pointer; background: url(../images/btn_ser.png) no-repeat center;}
 
 /*.globalsearch{position: absolute; top:120px; right:0;width: 280px;padding:15px;z-index: 99; background:#215d5c;}
.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:920px) {
    .serchinco{right:60px; top:36px; display: block;width:48px; height: 48px;line-height:48px;border:0; font-size:20px;}
    .globalsearch{display: none;top:120px; 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) {
    .logo,.toptel,.langbox{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: #01408e;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #7a2289;
        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: #7a2289;
        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 (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: #7a2289;
    }   
    
   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}

.radius60
{-webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}
/* ==========================================================================
   zsyypart01
   ========================================================================== */
.zsyypart01{padding:40px 0;}
.zsyypart01 li{width: 33.33%; float: left;}
.zsyypart01 li .warp{margin:10px;border:1px solid #c9dae1;position: relative;overflow: hidden;}
.zsyypart01 li .warp .pic {position: relative; height: auto;overflow: hidden;}
.zsyypart01 li .warp .bgimg{width: 100%;}
.zsyypart01 li .warp .uppic{width: 100%;transition: transform 1s;position: absolute;left: 0;top:0;filter: alpha(opacity=20);opacity: 0.2;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.zsyypart01 li .warp:hover .uppic{ transform: scale(1.05);}
.zsyypart01 li .warp .cover {width: 100%;height: 100%; position: absolute; top: 0; left: 0;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.zsyypart01 li .warp .cover .inco{width:40px;height: 40px; text-align: center; line-height: 40px;margin:0 auto 20px auto;}
.zsyypart01 li .warp .cover h2{font-size: 24px;height: 30px; text-align: center; line-height: 30px;}
.zsyypart01 li .warp .cover .row{width: 100%; height: 70px;position: absolute; top:50%;margin-top: -45px;}


.zsyypart01 li .warp .cover02 {width: 100%;height: 100%; position: absolute; top:100%; left: 0;background: rgba(0, 0, 0, .6);color: #fff;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.zsyypart01 li .warp .cover02 h2{font-size: 24px;height: 30px;line-height: 30px;}
.zsyypart01 li .warp .cover02 .row{padding:40px;}
.zsyypart01 li .warp .cover02 .desc{font-size: 14px; line-height:24px; height: 72px; overflow: hidden;margin:20px 0;}
.zsyypart01 li .warp .cover02  a.more-link{width: 160px; height:40px;text-align: center; line-height: 40px; display: inline-block;color: #fff;border:1px solid #fff;}
.zsyypart01 li .warp:hover .cover{top: -100%;}
.zsyypart01 li .warp:hover .cover02{top:0;}
.zsyypart01 li .warp:hover .uppic{filter: alpha(opacity=70);opacity: 0.7;}

.zsyypart02{padding-bottom: 60px;}
.zsyyvideo{width: 455px; height: 300px; overflow: hidden;position: relative; float: left;}
.zsyyvideo .pic {position: relative; height: auto;overflow: hidden;}
.zsyyvideo .bgimg{width: 100%;}
.zsyyvideo .uppic{width: 100%;transition: transform 1s;position: absolute;left: 0;top:0;}
.zsyyvideo:hover .uppic{ transform: scale(1.05);}
.zsyyvideo .cover{width: 100%; height: 100%; text-align: center; line-height: 300px;top: 0; left: 0;z-index: 2;position: absolute;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.zsyyvideo .cover img{width: 58px; height: 58px;filter: alpha(opacity=50);opacity: 0.5;}
.zsyyvideo:hover .cover{background: rgba(0, 0, 0, .5);}


.hzsyynews{width: calc(100% - 500px); float: right;}
.hzsyynews .htit{height: 30px; line-height: 30px; padding-bottom: 10px; border-bottom: 1px solid #cbcbcb;margin-bottom: 20px;}
.hzsyynews .htit a{float: right;}
.hzsyynews .htit span{font-size: 24px;font-weight: bold;border-left: 5px solid #8931bb;padding-left: 15px;}
.hzsyynews li{width:100%;overflow: hidden;margin-bottom: 23px;}
.hzsyynews li .date{color: #fff;font-size: 12px;width: 90px; height: 25px; line-height: 25px; text-align: center;
position: absolute; right: 0; bottom: 0;background: rgba(103, 37, 140, .5);}
.hzsyynews li h2{font: 600 48px/60px microsoft yahei;margin-top: 5px;color: #e31210;}
.hzsyynews li .pic{width:190px; height:108px;overflow: hidden;float: left;position: relative;}
.hzsyynews li .pic img{width:100%; height: 100%; transition: transform 2s;}
.hzsyynews li:hover .pic img{ transform: scale(1.1);}  

.hzsyynews li .txtarea{width: calc(100% - 240px);float: right; height: 106px; border-bottom: 1px solid #cbcbcb;}
.hzsyynews li .txtarea h3{font-size: 16px; line-height: 30px;position: relative;width:100%;height: 30px;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hzsyynews li .txtarea h3 a{ color: #333333;}
.hzsyynews li .txtarea h3 a:hover{color: #8931bb;}
.hzsyynews li .txtarea .desc{font: 300 14px/24px microsoft yahei;height:48px;overflow: hidden;color: #6f6f6f;}


@media only screen and (max-width: 1200px) {
.zsyypart01 li .warp .cover02 .row{padding:30px 40px;}
}

@media only screen and (max-width: 920px) {
.zsyypart01 li .warp .cover02 .desc{height: 48px; overflow: hidden;margin:10px 0;}
.zsyypart01 li .warp .cover02 .row{padding:20px;}
.zsyypart01 li .warp .cover02 a.more-link {width: 120px; height: 30px;line-height: 30px;}
.zsyypart01 li .warp .cover02 h2 {font-size: 18px; height: 30px; line-height: 30px; }
.hzsyynews {width: calc(100% - 480px);}
.hzsyynews li .txtarea {width: calc(100% - 210px);}
.zsyypart02{padding-bottom: 10px;}
}

@media only screen and (max-width: 768px) {
    .zsyyvideo {width: 100%; height: auto;float: none; }
    .hzsyynews {width:100%; float: none;margin-top: 20px; }
    .hzsyynews .htit span{font-size: 16px;}
    .hzsyynews li .txtarea h3 {font-size: 14px;}
    .hzsyynews li .txtarea .desc{font-size: 12px; line-height: 18px; height: 54px;}
    .zsyypart01 li {width:100%; float: none; }
    .zsyypart01 {padding: 10px 0 0 0 ; }
    .zsyypart01 li .warp{margin:0 0 10px 0;}
}



/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 12px;font-family: microsoft yahei; padding:60px 0 0 0;color: #f9f9f9;background: url(../images/footbg.jpg) left center no-repeat;background-size: cover; }
footer a{color: #f9f9f9;}
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: 14px;line-height: 24px;}
.fn-col h3 a:hover {text-decoration: underline;color: #fff; }
.fn-col li {line-height:30px; font-size: 14px;color: #fff;}
.fn-col li a{color: #f9f9f9;}
.fn-col li a:hover {text-decoration: underline;color: #fff;}


.fn-colwx{width:480px;font-size: 14px; line-height: 18px; color: #dfdfdf;}
.fn-colwx .row {width: calc(100% - 170px); float: right;}
.fn-colwx .row h3{color: #fff;}
.fn-colwx .row .tel{color: #fff;font-size: 36px; font-weight: bold;margin:20px 0 20px 0;}
.fn-colwx .row .share{margin: 20px 0;}
.fn-colwx .row .share a{font-size: 18px;color: #fff;width: 32px; height: 32px; text-align: center; line-height: 32px; display: inline-block;
border:1px solid #fff; margin-right: 10px;
-webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
}
.fn-colwx .row .share a:hover{transform: translate3d(0, -2px, 0);}
.fn-colwx img{width: 140px; float: left;}

.frlink{width:200px;position: relative;}
.frlink .hd{border:1px solid #fff;height: 30px; line-height: 30px;padding:0 10px;
    background:#fff url(../images/arr-u.png) 170px center no-repeat; color: #333;}
.frlink .bd{padding:10px 0;background: #fff;display: none;width: 100%;}
.frlink .bd a{display: block;line-height: 30px;width: 100%; text-indent: 10px;color: #333;}
.frlink .bd a:hover{text-decoration: underline;}
.frlink:hover .bd{display: block;position: absolute; bottom:30px;}

.foothd{text-align: center;padding:15px 0;text-transform:Uppercase;color: #d4d4d4;margin-top: 10px; font-size: 14px;border-top: 1px solid #5d5a62;background:#5d5a62;}
.foothd a{color: #d4d4d4;}
.foothd a:hover{color: #fff; text-decoration: underline;}

@media only screen and (max-width: 1440px) {
    footer{padding-top: 30px;}
    .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;}
}

@media only screen and (max-width: 768px) {
footer {padding-top:10px;}
.fn-col {width: calc(20% - 5px);padding-left:0; background: none;}
.footer-nav{height: 60px;}
.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;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);
    }
}


/*鍐呭椤甸潰*/
zl{margin-top:40px;}
#zl .list{width:325px;float:left;}
#zl .list:nth-child(2){margin:0 30px;}
#zl h2{border-bottom:2px solid #c8c8c8;line-height:40px;color:#8931BB;font-size:20px;font-weight:bold;margin-bottom:10px;margin-top:40px}