@charset "utf-8";

@font-face{
    font-family: "Arial";
    src: url(../css/Arial.ttf);
}
.Arial{font-family: 'Arial';}
@font-face{
    src: url(../css/zkqkhyt.ttf);
    font-family: 'zkqkhyt';
}
.zkqkhyt{font-family: 'zkqkhyt';}
@font-face{
    src: url(../css/hyzyjt.TTF);
    font-family: 'hyzyjt';
}
.hyzyjt{font-family: 'hyzyjt';}

.header_top{
    background: #77001a;
}

.top_link_left ul li{
    float: left;
    border: solid 1px #fff;
    padding: 5px;
    margin: 5px;
    position: relative;
    width: 28px;
    height: 28px;
}
.top_link_left ul li span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 12px;
    display: none;  
    color: #fff;
    transition: all .3s;
    white-space: nowrap;
}
.top_link_left ul li img{
    transition: all .3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.top_link_left ul li:hover img{
    display: none;
}
.top_link_left ul li:hover span{
    display: block;
}



.top_link_right ul li {
    float: left;
    padding-left: 12px;
    margin-left: 5px;
    position: relative;
}
.top_link_right ul li:after{
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.top_link_right ul li:first-child:after{
    width: 0;
}
.top_link_right ul li a{
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}



.search-btn{
    width: 23px;
    vertical-align: top;
    height: 23px;
    cursor: pointer;
    background: url(../img/search.png) no-repeat center center;
    line-height: 44px;
}
.search{
    float: right;
    margin-left: 10px;
    overflow: hidden;
    margin-top: 10px;
    padding-left: 5px;
    border-left: solid 1px #fff;
}
.search-text{
    background: #fff;
    width: 0px;
    height: 23px;
    vertical-align: top;
    padding: 0 0px;
    color: #000;
    transition: all .3s;
}



.logo{
    width: 400px;
    position: fixed;
    left: 50%;
    margin-left: -200px;
    z-index: 100;
    transition: all .3s;
    overflow: hidden;
}
.logo_fixed{
    height: 0 !important;
}
.logo img{
    display: block;
    width: 100%;
    margin-top: -3px;
}


.nav {
    background: #fff;
    box-shadow: 2.472px 7.608px 24px 0px rgba(0, 0, 0, 0.13);
    top: 0;
    width: 100%;
    left: 0;
    z-index: 50;
    transition: all .3s;
 position: relative;
}

.nav>.w>ul>li{
    float: left;
    padding: 0 20px;
}
 
.nav>.w>ul>li>a{
    position: relative;
    font-size: 16px;
    color: #2e2e2e;
    line-height: 65px;
    display: block;
}
.nav>.w>ul>li>a:after{
    content: "";
    width: 0;
    transition: all .3s;
    height: 2px;
    background: #77001a;
    display: block;
    margin: 0 auto;
}
.nav>.w>ul>li>a:hover:after{
    width: 100%;
}
.hide_l{display: none;}
.nav_fixed{
    position: fixed;
    top: 0;
    background: #77001a;
    padding-top: 10px;
}
.nav_fixed>.w>ul>li>a{
    color: #fff;
}
.nav_fixed>.w>ul>li>a:after{
    background: #fff;
}
.nav_fixed .logo_l{display: none;}
.nav_fixed>.w{
 padding: 0px 0 !important;
}

.Sub>div{
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    background: rgba(255,255,255,.8);
    padding: 20px 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all .3s;
}
.Sub:hover div{
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 101;
}
.Sub ul li{
    float: left;
    margin: 0 10px;
}
.Sub ul li a{
    position: relative;
    font-size: 16px;
    color: #2e2e2e;
    line-height: 59px;
    display: block;
}
.Sub ul li:hover a{
    color: #77001a;
}
.Sub img{
    display: inline-block;
    width: 300px;
}
.Sub_ul{
    float: right;
    width: 500px;
    margin-right: 323px;
}

.footer_top{
    background: url(../img/footer_bg.png) no-repeat center bottom;
    background-color: #77001a;
    padding: 30px 0;
    text-align: center;
}
.code ul li{
    float: left;
    position: relative;
    margin: 0 10px;
}
.code ul li:hover>img{
    display: block;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.code ul li>img{
    width: 150px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 2;
    margin-left: -75px;
    transition: all .3s;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
}
.code ul li i img{
    display: block;
}

.link_tab_hd{
    position: relative;
}
.link_tab_hd li{
    font-size: 13px;
    color: #ffffff;
    float: left;
    padding: 0 8px;
    border-left: solid 1px #fff;
    cursor:pointer;
}
.link_tab_hd li p{
    padding-bottom: 3px;
}
.border_b p{
    border-bottom: solid 1px #fff;
}
.link_tab_hd:after{
    
}
.link_tab_hd li:first-child{
   border: none;
}

.link_tab_bd ul {
    height: 60px;
    display: none;
    
    transition: all .3s;
    overflow-y: auto;
    margin-top: 10px;
    width: 415px;
}
.link_tab_bd ul li{
    float: left;
    padding-left: 10px;
    position: relative;
    text-align: center;
    margin-right: 25px;
    max-width: 25%;
}
.link_tab_bd ul li:after{
    width: 5px;
    height: 5px;
    content: "";
    background: #f89f00;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}
.link_tab_bd ul li a{
    font-size: 13px;
    color: #fff;
}

.link_tab_bd .show_ul{
    display: block;
}



.footer_logo{
    

}
.footer_about{
    margin-top: 10px;
}
.footer_about P{
    font-size: 12px;
    color: #fafafa;
    line-height: 20px;
    text-align: left;
}
.footer_bottom{
    background: #353535;
    text-align: center;
}
.footer_bottom p{
    font-size: 13px;
    color: #fafafa;
    line-height: 39px;
    display: inline-block;
}
.footer_bottom img{
    display: inline-block;
    width: 30px;
    margin-left: 10px;
}


.nav_fixed .w>ul {
    
    float: right;
}
.nav_fixed>.w>ul>li:nth-child(5){
    margin-left: 0;
}
.nav_fixed>.w>ul>li {
    float: left;
    padding: 0 22px;
}
.logo_2{
    display: none;
}



@media screen and ( max-width: 1500px ) {
    
    .logo{width: 280px;position: fixed;left: 50%;margin-left: -140px;}
    .logo_fixed {height: 0 !important;}
    
    
    .nav>.w>ul>li>a{line-height: 65px;}
    .nav_fixed>.w>ul>li:nth-child(5){
        margin-left: 0;
    }
}



.nav-btn{    
    background-color: transparent;
    background-image: none;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 18px;
     display: none;
}
.nav-btn .icon-bar-nav{
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background-color: #fff;
}
.nav-btn .icon-bar-nav+.icon-bar-nav{
    margin-top: 6px;
}


@media screen and ( max-width: 1000px ) {
    .nav-btn{  display: block;}
    .logo{display: none;}
    .w{width: 100%;min-width: 0;max-width: 100%;padding: 0 2% !important;}
    .top_link_right{
        display: none;
    }
    
    .logo_2{width: 245px;display: inline-block !important;}
    .logo_2 img{width: 100%;}
    
    .nav{background: #77001a;padding: 11px 0;}
    .nav>.w>ul{display: none;overflow: hidden;}
    .nav>.w>ul>li{float: none;padding: 0;}
    .nav>.w>ul>li>a{line-height: 30px;color: #fff;font-size: 15px;display: inline-block;}
    .nav_fixed .w>ul{float: none;overflow: hidden;}
    .nav_fixed>.w>ul>li{float: none;padding: 0;}
    .nav_fixed{padding-bottom: 10px;}
    .nav>.w>ul>.Sub{position: relative;}
    .nav>.w>ul>.Sub:after{content:'+';position: absolute;right: 0;top: 5px;;color: #fff;}
    .Sub img{display: none;}
    .Sub>div{height: 0;position: inherit;padding: 0;opacity:1;visibility: visible;background: none;overflow: hidden;
    }
    .nav>.w>ul>.Sub:hover>div{height: 100%;}
    .Sub_ul{float: none;width: auto;margin-right:0;}
    .Sub ul li a{font-size: 14px;line-height: 30px;color: #fff;}
    
    
    
    .link_tab,.footer_logo,.footer_right{float: none;}
    .code,.footer_about{display: inline-block;}
    .footer_right{position: relative;margin-bottom: 10px;}
    .code{position: absolute;top: 57px;left: 50%;transform: translateX(-50%);}


    
}