﻿@charset "utf-8";
@font-face {
    font-family: "fzltxh";
    src: url(../fonts/fzltxh.woff);
}
@font-face {
    font-family: "fzl2";
    src: url(../fonts/fzl2.ttf);
}
@font-face {
    font-family: "FZLTZCHK";
    src: url(../fonts/fzltzchk.woff);
}
@font-face {
    font-family: "FZYANSJW_ZHONG_1_";
    src: url(../fonts/fzyansjw_zhong_1_.woff);
}
@font-face {
    font-family: "britannic_bold";
    src: url(../fonts/britannic_bold.woff);
}
html{font-size: 100px;}
body{font-size: 16px;}
.Breadcrumbs .english{
 float: right;
 margin-right: 40px;
}
.Breadcrumbs .english a{
 color: #ff0000;
font-size: 19px;
}
.w {
    width: 1280px;
    margin: 0 auto;
}
.header{
    position: absolute;
    z-index: 99;
    width: 100%;
    min-width: 1100px;
    margin-top: 30px;
}
.top{
    
padding: 7px 0;
    
box-shadow: 0px 15px 72px 48px rgba(255, 255, 255, 0.2);
    
position: relative;
    
z-index: 99;
    
background: linear-gradient(rgba(16, 21, 36, 0.3),rgba(255, 255, 255, 0.2));
    


    
position: absolute;
    
width: 100%;
    
top: 0;
}
.top_link li{
    float: left;
    xborder-right: 1px solid #fff;
    padding: 0 10px;
}
.top_link li:first-child {
    padding-left: 0;
}
.top_link li a {
    color: #4c4c4c;
    font-size: 16px;
    line-height: 16px;
    display: block;
    font-family: "仿宋";
    font-weight: 600;
}
 
.search{
    float: right;
    background-color: #2c2c2c;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .3);
    margin-top: 14px;
}
.search>.search-text{
    width: 190px;
    height: 34px;
    font-size: 17px;
    padding-left: 10px;
    padding-right: 13px;
    margin-right: -7px;
    background: none;
    color: #fff;
    border: none;
}
.search>.search-btn{
    vertical-align: top;
    width: 28px;
    height: 34px;
    background: url(../images/search.png) no-repeat center;
    box-sizing: content-box;
    cursor: pointer;
    border:  none;
}
.nav{
    position: absolute;
    z-index: 99;
    width: 100%;
    margin-top: 170px;
    max-width: 100%;
}
.nav>ul{
    margin: 0 auto;
    width: 1280px;
}
.nav>ul>li{
    text-align: center;
    position: relative;
    float: left;
    margin: 0 12px;
}
.nav>ul>li:first-child{
    margin-left: 0;
}
.nav>ul>li:last-child{
    margin-right:0;
}
.nav>ul>li:last-child .nav_2{
    display:none;
}
.nav>ul>li>a{
    display: block;
    color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nav>ul>li:hover>a{
    background: rgba(0,0,0,0.1);
    border-radius: 4px;
}
.nav>ul>li>a>p{
    font-size: 18px;
    display: table;
    margin: 0 auto;
    position: relative;
    text-shadow: 0px 0px 8px #fff;
    font-family: "仿宋";
    color: black;
    font-weight: 600;
}
.nav>ul>li>a>span{
    display: block;
    font-family: "britannic_bold";
    text-transform: uppercase;
    font-size: 12px;
 text-shadow: 0px 0px 8px #fff;
color: #545454;
}
.nav ul li:nth-child(8) .nav_2,.nav ul li:nth-child(10) .nav_2{
 left:-473px;
}
.nav ul li:nth-child(9) .nav_2, .nav ul li:nth-child(10) .nav_2{
 left:-473px;
}
.nav ul li:nth-child(11) .nav_2{
 left:-473px;
}
.nav_2{
    background: #fff;
    background: rgba(255, 255, 255, .9);
    background: #fff;
    position: absolute;
    white-space:  nowrap;
    left: 0px;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
    padding: 15px 10px;
    border-radius: 10px;
}
.nav>ul>li:hover .nav_2{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.nav_l{
    width: 457px;
    display: inline-block;
    white-space: nowrap;
    vertical-align:  top;
}
.nav_l img{
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
}
.nav_l p{
    display: inline-block;
    text-align:  left;
    xtext-indent:  2em;
    width: 375px;
    font-family: "fzl2";
    color: #303b7f;
    font-size: 17px;
    margin-left: 20px;
    white-space:  normal;
    text-align: justify;
}
.nav_r{
    margin-left: 48px;
    margin-right: 10px;
    display: inline-block;
    vertical-align:  top;
}
.nav_r ul li{
    margin: 8px 0;
}
.nav_r ul li:first-child{
    margin-top: 0;
}
.nav_r ul li:last-child{
    margin-bottom: 0;
}
.nav_r ul li a{
    display: block;
    text-align: left;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nav_r ul li:hover a{
    padding-left: 10px;
}
.nav_r ul li:hover a p,.nav_r ul li:hover a span{
    color: #303b7f;
}
.nav_r ul li a p{
    font-size: 16px;
}
.nav_r ul li a span{
    color: #adadad;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}
.footer{
    background: url(../images/footer_bg.jpg) no-repeat center center #edece7;
    background-size: 100% 100%;
}
.footer>div{
    background: url(../images/footer_index1.png) no-repeat 84% center;
    padding: 30px 0;
    background-size: 431px;
}
.footer>div>div{
}
.footer_left{
    float: left;
    width: 640px;
}
.footer_logo{
    margin-bottom: 23px;
}
.footer_logo img{
    display: block;
    
}
.footer_dz{
    margin-bottom: 10px;
}
.footer_dz img{
    display: inline-block;
}
.footer_dz p{
    display: inline-block;
    color: #4e4e4e;
    margin-right: 15px;
    font-size: 12px;
    font-weight: 600;
    font-family: "微软雅黑";
}
.footer_english{
    margin-bottom: 10px;
}
.footer_english p{
    font-size: 12px;
    color: #4e4e4e;
    font-weight: 600;
    font-family: "微软雅黑";
}
.footer_phone{
    color: #324274;
}
.footer_phone p,.footer_phone span{
    font-family: "微软雅黑";
    font-size: 13px;
    color: #4e4e4e;
    padding-left: 30px;
    font-weight: 600;
    line-height: 32px;
    background: url(../images/footer_dh.png) no-repeat left center;
}
.footer_phone span{
    background: url(../images/footer_xf.png) no-repeat left center;
    background-size: 23px;
}
.bottom p{
    line-height: 45px;
    font-size: 22px;
    color: #000;
    text-align: center;
    font-family: '隶书';
}
.footer_code{
    float: left;
    margin-top: 60px;
}
@media screen and (max-width:1400px) {
    .nav>ul {
    margin: 0 auto;
    width: 1280px;
    }
    .nav>ul>li{
    margin: 0 33px;
    }
}
.nav-btn{    
    background-color: transparent;
    background-image: none;
    vertical-align: middle;
    display: none;
    float: right;
    margin-top: 6px;
}
.nav-btn .icon-bar-nav{
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background-color: #324274;
}
.nav-btn .icon-bar-nav+.icon-bar-nav{
    margin-top: 6px;
}
.phone_nav{display: none;}
 
 
 .phone_nav{background: #324274;padding: 0 2%;}
 .phone_nav>ul>li{border-bottom: solid #fff 1px;}
 .phone_nav>ul>li>a{color: #fff;line-height: 35px;}
 
 .phone_nav>ul>li{position: relative;}
 .phone_nav>ul>.has_sub:after{
     content: "+";
     color: #fff;
     position: absolute;
     font-size: 15px;
     right: 0;
     top: 0;
     line-height: 30px;
 }
 .phone_nav>ul>li>ul{padding-left: 10px;display: none;}
 .phone_nav>ul>li>ul>li>a{line-height: 30px;color: #fff;}
.nav>ul>li:nth-child(4) li:first-child{
 display:none;
}