.wrap{
	width: 1400px;
	margin:0 auto;
  box-sizing: border-box;
  padding:0 10px;
  overflow: hidden;
}
.wrap1600{
        width: 1600px;
    margin:0 auto;
  box-sizing: border-box;
  padding:0 10px;
  overflow: hidden;
}
.nav {
     width: 100%; 
     box-sizing: border-box;
    height: 100px;
    padding: 0px 20px;
    background: #ffffff;
/*    background: url(../imgs/bg_01.jpg)no-repeat top/cover;*/
}

.m-nav {
    display: none
}
.pages {
    width: 100%;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    padding: 30px 0
}

.pages a {
    padding: 2px 3px;
    background: #fff;
    font-size: 14px;
    border: #dbdbdb solid 1px;
    margin: 0 5px
}

.pages a.font,
.pages a:hover {
    color: #fff;
    background: #b9342f;
    border: #b9342f solid 1px
}
.navActive {
    position: fixed;
    right: 0;
    top: 0;
    width: 70%;
    height: 100vh;
    z-index: 999999999;
    background-color: #fff;
    color: #3e3e3e;
    padding: 3vw;
    transform: translateX(110%) translate3d(0, 0, 0);
    transition: transform .25s ease-in-out
}
.navActive .logo {
    width: 160px
}

.navActive ul a {
    line-height: 50px;
    list-style: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    padding: 0 3rem;
    cursor: pointer;
    width: 100%;
    text-align: left
}
.wap-nav ul {
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding-top: 80px;
    box-sizing: border-box;
    background: #bb8727;
    /* background: rgba(185,52,47,1); */
}.wap-nav {
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    /* display: none; */
    cursor: pointer;
    /* display: none; */
    z-index: 9999;
}
.m-nav {
    position: fixed;
    z-index: 10000;
    right: 3vw;
    top: 2vw;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #bb8727;
    border-radius: 50px;
}
.wap-nav-list li{
    padding:10px 0;
    vertical-align: middle;
text-align: center;
}
.wap-nav-list li a{
    color: #fff;
}
.wap-nav ul{
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding-top: 80px;
    box-sizing: border-box;
    /*background: rgba(185,52,47,1);*/
}

.m-nav p {
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #fff;
    transition: all .25s ease-in-out;
    top: 7px;
    left: 7px
}

.m-nav p:nth-of-type(2) {
    top: 15px;
}
.m-nav p:nth-of-type(3) {
    top: 22px;
}

.m-nav::before {
    /*content: '菜单';*/
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    top: 28px;
    font-weight: bold;
    text-align: center
}
body.active .m-nav::before {
    /*content: '关闭'*/ 
}
body.active nav {
    transform: translateX(0) translate3d(0, 0, 0);
    transition: all .5s ease-in-out;
    display: block
}

body.active .m-nav {
    filter: none;
    color: #0447b2
}

body.active .m-nav p {
    background-color: #fff
}

body.active .m-nav p {
    top: 13px;
    transform: rotate(45deg);
    width: 21px;
    left: 2px;
    transition: all .5s ease-in-out
}

body.active .m-nav p:nth-of-type(2) {
    top: 16px;
    transform: rotate(-45deg)
}
body.active .m-nav p:nth-of-type(3) {
    opacity: 0;
}



body.active::after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 998;
    /*background-color: #0447b2;*/
    left: 0;
    top: 0
}

.nav-right {
    width: calc(100% - 210px);
    position: absolute;
    right: 0;
    text-align: right;
    top: 0
}

.nav-right {
    width: 100%;
    height: 100%
}

.nav-right ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    right: auto
}

.pc{
  display: block;
}
.wap{
  display: none;
}
.nav-logo{
float: left;
width:20%;
text-align: left;
height: 100%;
line-height: 100px;
}	
.nav-logo img{
    vertical-align: middle;
    width: 60%;
    /* height: 70%; */
}
.nav-phone{
 position: absolute;
 right: 20px;
 top:0px;
 width: 20%;
/* height: 100px;
 line-height: 100px;*/
 text-align: center;
 box-sizing: border-box;

 font-size: 30px;
 color: #fff;
 font-family: "hy"
}

.nav-phone{

}
.nav-phone a{
background: #000000;
display: inline-block;
border-radius: 5px;
padding:5px 10px;
margin-top: 30px;
}
.nav-phone img{
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
.nav-phone span{
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    color: #fff;
}
.nav-list{
width: 80%;
/*margin:0 auto;*/
float: right;
box-sizing: border-box;
padding-right: 0%;
height: 100%;
text-align: right;
}
.nav-list li {
/*float: left;*/
display: inline-block;
height: 100px;
vertical-align: middle;
width: 13%;
/* line-height: 100px; */
box-sizing: border-box;
/*padding:0 15px;*/
	transition: all 1s;
    vertical-align: middle;
    text-align: center;
}
.nav-list li a{
/*    padding-top: 30px;*/
font-size: 16px;
color: #000000;
padding:10px 15px;
z-index: 100;
height: 100%;
box-sizing: border-box;
line-height: 70px;
}
.w1400{
    width: 1400px;
    margin:0 auto;
    box-sizing: border-box;
}
.nav-list li a p{
    font-size: 14px;
    padding-top: 5px;
}
.nav-list li  a{
   display: inline-block;
}
.nav-list li  .nav-listone:hover{
     /* background:#f5af16;
    color: #004f99 !important */
    color: #efa80f !important;
}
.show a{
    color: #efa80f !important;
    border-bottom:1 solid #efa80f;
}

.show a{
    border-bottom:1px solid #efa80f;
}
  p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
   

.subnav{
    background: #fff;
    color: #ba3833 ;
    box-sizing: border-box;
    display: none;
    /*padding:0 10px;*/
}
.subnav a{
       background: #fff;
    color: #792b2e !important; 
    line-height: 60px !important;
}

.subnav a:hover{
     background:#ba3833;
    color: #fff !important
}

.wap_footer {
    width: 100%;
    /*max-width: 640px;*/
    /*height: 50px;*/
    margin: 0 auto;
    position: fixed;
    display: none;
    bottom: 0;
    left: 0;
    background: #bb8727;
    z-index: 999999;
}

.wap_footer ul li {
    float: left;
    width: 33.3%;
    font-size: 12px;
    line-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
}

.wap_footer ul li a {
    line-height: 16px;
    display: block;
    color: #fff;
    text-align: center;
}

.wap_footer ul li span.icon {
    display: block;
    text-align: center;
    height: 22px;
    padding-bottom: 3px;
}

.wap_footer ul li a img {
    height: 22px;
}

.f_footheight {
    height: 45px;
    display: none;
}

.wap_logo img {
    height: 38px;
}

.ft_note{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #151515;
    z-index: 1200;
    padding: 10px;
}

.ft_note .formbox .form-group{
    margin-bottom: 0;
}
.ft_note .formbox .form-group .ipt{
    color: #fff;
}