.header {
    width: 100%;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}


.head1200 {
    width: 1200px;
    margin: 0 auto;
    height: 78px;
    line-height: 78px;
}

/*--*/
.mt78 {
    margin-top: 78px;
}

/*头部菜单*/
.header_nav {
    position: fixed;
    top:78px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.95);
    display: block;
    height:calc(100% - 78px);
    z-index:99;
}
.posr {
    position:relative;
    z-index:100;
}
/*@keyframes showNav {
  from { top: -100%; }
  to { top: 78px;}
}

@-webkit-keyframes showNav {
  from { top: -100%; }
  to { top: 78px; }
}

@-moz-keyframes showNav {
  from { top: -100%; }
  to { top: 78px; }
}

@-o-keyframes showNav {
  from { top: -100%; }
  to { top: 78px; }
}
.showNav {
    -webkit-animation: showNav 1s ease forwards;
    -moz-animation: showNav 1s ease forwards;
    -o-animation: showNav 1s ease forwards;
    animation: showNav 1s ease forwards;
}
@keyframes hideNav {
  from { top: 78px; }
  to { top: -100%; }
}

@-webkit-keyframes hideNav {
  from { top: 78px; }
  to { top: -100%; }
}

@-moz-keyframes hideNav {
  from { top: 78px; }
  to { top: -100%; }
}

@-o-keyframes hideNav {
  from { top: 78px; }
  to { top: -100%; }
}
 .hideNav { -webkit-animation: hideNav 1s ease forwards; -moz-animation: hideNav 1s ease forwards; -o-animation: hideNav 1s ease forwards; animation: hideNav 1s ease forwards; }*/
 .hide { display: none; }
 .header_nav ul{
	padding:0 30px;
}
.header_nav ul li ul{ padding-left: 30px; }
.header_nav ul li a{color: #000000; display: block;font-size:24px;line-height: 60px; border-bottom: 1px solid #898989; }

.hhover:hover{
	color: #CB2332;
	text-decoration: underline;
}
/*导航*/
.btn-nav {
	margin-top: 22px;
	display: block;
  background: transparent;
  border: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
}
.btn-nav:focus { outline: 0; }
.icon-bar { height:3px; width:37px; display: block; background: #000; margin: 7px 0; }
.btn-nav:hover .icon-bar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.animated { display: block; margin: 22px auto 0; }
 .animated:focus { cursor: pointer; }
 .middle { margin:0 auto; }

.icon-bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}
.animated .top {
  -webkit-transform: translateY(10px) rotateZ(45deg);
  -moz-transform: translateY(10px) rotateZ(45deg);
  -ms-transform: translateY(10px) rotateZ(45deg);
  -o-transform: translateY(10px) rotateZ(45deg);
  transform: translateY(10px) rotateZ(45deg);
}

.animated .bottom {
  -webkit-transform: translateY(-10px) rotateZ(-45deg);
  -moz-transform: translateY(-10px) rotateZ(-45deg);
  -ms-transform: translateY(-10px) rotateZ(-45deg);
  -o-transform: translateY(-10px) rotateZ(-45deg);
  transform: translateY(-10px) rotateZ(-45deg);
}

.animated .middle {
  width: 0;
}


/*登录弹窗*/

.mask {
    width: 100%;
    height: calc(100% - 78px);
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.mask2 {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.modal {
    width: 484px;
    height: 379px;
    background-color: #FFFFFF;
    background-image: url(../img/login_bj_t.png), url(../img/login_bj_b.png);
    background-position: right top, right bottom;
    background-repeat: no-repeat, no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -219.5px;
    margin-left: -242px;
}

.close {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-box-pack: end;
    padding: 14px;
}

.modal h2 {
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    color: #cb2332;
}

.account {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    .account span {
        font-size: 16px;
        color: #000000;
        margin-right: 18px;
    }

    .account input {
        width: 290px;
        height: 43px;
        background: none;
        border: 1px solid #727171;
        font-size: 16px;
        padding: 0 20px;
    }

    @media screen and (min-width:500px){
      #code{
        width: 192px;
      }
      #sendSm{
        width: 88px;
        height: 42px;
        line-height: 42px;
      }
    }

.modal a {
    width: 374px;
    height: 33px;
    display: block;
    background-color: #CB2332;
    text-align: center;
    margin: 18px auto 0;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 33px;
}




/*脚角*/

.footer{
	 width: 100%;
	  height: 385px;
	   background: #ebebeb url(../img/footbg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
    clear:both;
}

.footer{}
.footer-w{ width: 1200px; margin: 0 auto; padding: 92px 0 0 0;}
.f-logo{ width: 520px;}
.f-logo span{display: block; margin-bottom: 39px;}
.f-logo .about{ font-size: 24px; text-align: center; width:169px; height: 57px; line-height: 49px; display: block; border: 4px solid #000; color: #000; text-decoration: none;}

.add{ width: 310px; color: #000000;}
.add dt{ font-size: 32px; font-weight: bold; background: url(../img/xian.png) left top no-repeat; padding: 27px 0 25px 0; width: 310px; float: left;}
.add dd{ font-size: 16px; width: 310px; float: left;}
.f-tel{ width: 300px; color: #000000;}
.f-tel dt{ font-size: 32px; font-weight: bold; background: url(../img/xian.png) left top no-repeat; padding: 27px 0 25px 0; width: 300px; float: left;}
.f-tel dd{ font-size: 16px; width: 300px; float: left;}

.zip-code{ width: 70px; color: #000000;}
.zip-code dt{ font-size: 32px; font-weight: bold; background: url(../img/xian.png) left top no-repeat; padding: 27px 0 25px 0; width: 70px; float: left;}
.zip-code dd{ font-size: 16px; width: 65px; float: left;}

.copyright{ font-size: 16px; color: #000; height: 47px; line-height: 47px;}
.share a{ float: right; margin-left: 22px;}

.share {
    position: relative;
}
.wechatcode {
    width: 200px;
    max-width: 200px !important;
    position: absolute;
    top: -220px;
}
