﻿@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: 40px;
}
.top{
    
padding: 12px 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));
    
height: 40px;
    
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: 165px;
}
.nav>ul{
    margin: 0 auto;
    width: 1280px;
}
.nav>ul>li{
    
text-align: center;
    
position: relative;
    
float: left;
    
margin: 0 27px;
}
.nav>ul>li:first-child{
    margin-left: 0;
}
.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: 16px;
    display: table;
    margin: 0 auto;
    position: relative;
    text-shadow: 0px 0px 8px #fff;
    font-family: "仿宋";
    color: #545454;
    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_2{
    background: #fff;
    background: rgba(255, 255, 255, .9);
    background: #fff;
    position: absolute;
    white-space:  nowrap;
    left: 0;
    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: #7b0303;
    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: #7b0303;
}
.nav_r ul li a p{
    font-size: 16px;
}
.nav_r ul li a span{
    color: #adadad;
    display: block;
    font-size: 13px;
}
.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: #7b0303;
}
.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 6px;
    }
}
.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: #7b0303;
}
.nav-btn .icon-bar-nav+.icon-bar-nav{
    margin-top: 6px;
}
.phone_nav{display: none;}
 
 
 .phone_nav{background: #7b0303;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;}
@media screen and (max-width:800px) {
.phone_nav{display: block !important;}
    .nav-btn{xdisplay: block;}
    .top{display: none;}
    .nav{display: none;}
    .w{width: 100%;min-width: 100%;}
    .w-1920{max-width: 100%; min-width: 100%; width: 100%;}
    .min_w{min-width: 100%;}
    .header{    margin-top: 4px;        padding: 0 1%;}
    .log{height: 35px;}
    .log a{display: block;height: 100%;}
    .log a img{display: block;height: 100%;}
    .search{display: none;}
    .bottom p{    line-height: 24px;        font-size: 14px;}
    #kf1{display: none !important;}
    .footer>div{padding: 15px 0;background: none;}
    .footer_logo {margin-bottom: 10px;}
    .footer{padding: 0 1%;background: url(../images/footer_bg.jpg) no-repeat center center #edece7;background-size: cover;}
    .footer_left{width: 100%;}
    .footer_logo img{width: 88%;}
    .footer_left{float: none;}
    .footer_code {float: none;margin-top: 8px;}
    .footer_code img{display: block;margin: 0 auto;}
    .footer_phone p, .footer_phone span{font-size: 12px;padding-left: 23px;background: url(../images/footer_dh.png) no-repeat left center;    background-size: 17px;    line-height: 15px;}
    .footer_phone span {background: url(../images/footer_xf.png) no-repeat left center;    background-size: 18px;}
    .footer_dz p{margin-right: 0;font-size: 12px;}
    .footer_dz img {width: 19px;}
    
}
