html{
  font-family: '微软雅黑','microsoft yahei';
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  color: #2D2F31;
}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select {margin:0;padding:0;}
th,td{border-spacing:0;}
img,fieldset,iframe{border:0;}
img{max-width: 100%;vertical-align: top;}
ul,ol,li{list-style: none;}
a{text-decoration:none;color: #2D2F31;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display: block;}
audio,canvas,progress,video{display: inline-block;vertical-align: baseline;}
.clearfix{*height:1%;*zoom:1;}
.clearfix:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
*{
	-webkit-box-sizing:border-box;
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
}
/*下拉菜单*/
.btn-nav{
  position: absolute;
  top:50%;
  margin-top: -20px;
  right:0px;
  background: transparent;
  border:none;
  padding:0;
  -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;
  z-index: 9999;
  display: none;
}
.btn-nav:focus{
  outline: 0;
}
.icon-bar {
  display: block;
  margin: 8px 0;
  width: 26px;
  height: 2px;
  border-radius: 5px;
  background-color:#707070;
}
.heaSub.header .icon-bar{
  background-color:#BC192E;
}
.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;
}
.nav-content {
  position: fixed;
  top:0;
  bottom: 0;
  right: -100%;
  background:#BC192E;
  display: block;
  height:100%;
  max-height: 1024px;
  z-index: 110;
  width: 60%;
}
.nav-list {
  list-style: none;
  padding: 0;
  position: relative;
  top:51px;
}
.item-anchor:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: transparent;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.item-anchor {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 10px;
  display: block;
}

.item-anchor:hover,
.item-anchor:focus {
  color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.item-anchor:hover:after,
.item-anchor:focus:after{
  width: 100%;
  background: #E8382F;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.nav-item {
  margin: 0px auto;
  line-height:38px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.nav-item>a{
  margin-left: 20px;
  padding:0 10px;
  display: block;
  font-weight: 600;
  position: relative;
  font-size: 15px;
  color:#fff;
}
.nav-item.act>a{
  color: #CBAD69;
}
.nav-item  p a:before{
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #CBAD69;
}
.sub_menu1{
  display: none;
}
.sub_menu1 a{
  font-size: 14px;
    margin-left:49px;
    display: block;
    line-height: 27px;
    font-weight:normal;
    color: #fff;
}
.act .sub_menu1{
  display: block;
}
.animate-nav {
  display: block;
  margin: 0 auto;
}

.animated-nav:hover .icon-bar,
.animated:focus .icon-bar{
  background-color:#fff;
}

.animated-nav:focus {
  cursor: pointer;
  z-index: 9999;
}
.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;
  z-index: 999999;
}

.animated-nav .icon-bar {
  z-index: 999999;
  background: #fff;
}

.animated-nav .top {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -moz-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotateZ(45deg);
  -o-transform: translateY(11px) rotateZ(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.animated-nav .bottom {
  -webkit-transform: translateY(-9px) rotateZ(-45deg);
  -moz-transform: translateY(-9px) rotateZ(-45deg);
  -ms-transform: translateY(-9px) rotateZ(-45deg);
  -o-transform: translateY(-9px) rotateZ(-45deg);
  transform: translateY(-9px) rotateZ(-45deg);
}
.ove{
  overflow: hidden;
}
.animated-nav .middle {
  width: 0;
}
@keyframes showNav {
  from {
    right: -100%;
  }
  to {
    right:0px;
  }
}
@-webkit-keyframes showNav {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}

@-moz-keyframes showNav {
  from {
    right: -100%;
  }
  to {
    right:0px;
  }
}

@-o-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top:0px;
  }
}
.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:0px;
  }
  to {
    top: -100%;
  }
}

@-webkit-keyframes hideNav {
  from {
    top:0px;
  }
  to {
    top: -100%;
  }
}

@-moz-keyframes hideNav {
  from {
    top:0px;
  }
  to {
    top: -100%;
  }
}

@-o-keyframes hideNav {
  from {
    top:0px;
  }
  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;
}
.hidden{
  display: none;
}
/*a*/
.pwrap{
    width: 76%;
    margin: 0 auto;
    min-width: 1140px;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.pd80{
  padding: 80px 0;
}
.zbf{
  background-color: #fff;
  min-width: 320px;
  overflow: hidden;
  width: 100%;
  margin-top:100px;
}
/* animation */
.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.animated-fast {-webkit-animation-duration: .5s;animation-duration: .5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
@-webkit-keyframes fadeIn {
  from {opacity: 0;-ms-transform: scale(0.95);-webkit-transform: scale(0.95);transform: scale(0.95);}
  to {opacity: 1;-ms-transform: scale(1.0);-webkit-transform: scale(1.0);transform: scale(1.0);}
}
@keyframes fadeIn {
  from {opacity: 0;-ms-transform: scale(0.95);-webkit-transform: scale(0.95);transform: scale(0.95);}
  to {opacity: 1;-ms-transform: scale(1.0);-webkit-transform: scale(1.0);transform: scale(1.0);}
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {opacity: 0;/*-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);*/-webkit-transform: translate3d(0, -100px, 0);transform: translate3d(0, -100px, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes fadeInDown {
  from {opacity: 0;/*-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);*/-webkit-transform: translate3d(0, -100px, 0);transform: translate3d(0, -100px, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
.fadeInDown {-webkit-animation-name: fadeInDown;animation-name: fadeInDown;}

@-webkit-keyframes fadeInLeft {
  from {opacity: 0;-webkit-transform: translate3d(-150px, 0, 0);transform: translate3d(-150px, 0, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}

@keyframes fadeInLeft {
  from {opacity: 0;-webkit-transform: translate3d(-150px, 0, 0);transform: translate3d(-150px, 0, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
.fadeInLeft {-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;}

@-webkit-keyframes fadeInRight {
  from {opacity: 0;-webkit-transform: translate3d(50px, 0, 0);transform: translate3d(50px, 0, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes fadeInRight {
  from {opacity: 0;-webkit-transform: translate3d(50px, 0, 0);transform: translate3d(50px, 0, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
.fadeInRight {-webkit-animation-name: fadeInRight;animation-name: fadeInRight;}

@-webkit-keyframes fadeInUp {
  from {opacity: 0;visibility: hidden;-webkit-transform: translate3d(0, 100px, 0);transform: translate3d(0, 100px, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes fadeInUp {
  from {opacity: 0;visibility: hidden;-webkit-transform: translate3d(0, 100px, 0);transform: translate3d(0, 100px, 0);}
  to {visibility: visible;opacity: 1;-webkit-transform: none;transform: none;}
}
.fadeInUp {-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}

@-webkit-keyframes zoomIn {
  from {opacity: 0;-webkit-transform: scale3d(.3, .3, .3);transform: scale3d(.3, .3, .3);}
  50% {opacity: 1;}
}
@keyframes zoomIn {
  from {opacity: 0;-webkit-transform: scale3d(.3, .3, .3);transform: scale3d(.3, .3, .3);}
  50% {opacity: 1;}
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@keyframes scaleIn {
  0% {transform: scale(0); opacity: 0.0;}
  60% {transform: scale(1.1);}
  80% {transform: scale(0.9);opacity: 1;}   
  100% {transform: scale(1);opacity: 1;}
}
@-webkit-keyframes scaleIn {
 0% { -webkit-transform: scale(0);opacity: 0.0;}
 60% {-webkit-transform: scale(1.1);}
 80% {-webkit-transform: scale(0.9); opacity: 1; }   
 100% {-webkit-transform: scale(1);opacity: 1; }      
}   
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@keyframes flipInX{
  0% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}
  40% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
  60% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);transform: perspective(400px) rotate3d(1, 0, 0, 10deg);opacity: 1;}
  80% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);transform: perspective(400px) rotate3d(1, 0, 0, -5deg);}
  100% {-webkit-transform: perspective(400px);transform: perspective(400px);}
}
@-webkit-keyframes flipInX{
  0% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}
  40% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
  60% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);transform: perspective(400px) rotate3d(1, 0, 0, 10deg);opacity: 1;}
  80% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);transform: perspective(400px) rotate3d(1, 0, 0, -5deg);}
  100% {-webkit-transform: perspective(400px);transform: perspective(400px);}
}
.flipInX {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes pulse {
  0% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
  50% {-webkit-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}
  100% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
}
@keyframes pulse {
  0% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
  50% {-webkit-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}
  100% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}
@-webkit-keyframes lightSpeedIn {
  0% {-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);transform: translate3d(100%, 0, 0) skewX(-30deg);opacity: 0;}
  60% {-webkit-transform: skewX(20deg);transform: skewX(20deg);opacity: 1;}
  80% {-webkit-transform: skewX(-5deg);transform: skewX(-5deg);opacity: 1;}
  100% {-webkit-transform: none;transform: none;opacity: 1;}
}
@keyframes lightSpeedIn {
  0% {-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);transform: translate3d(100%, 0, 0) skewX(-30deg);opacity: 0;}
  60% {-webkit-transform: skewX(20deg);transform: skewX(20deg);opacity: 1;}
  80% {-webkit-transform: skewX(-5deg);transform: skewX(-5deg);opacity: 1;}
  100% {-webkit-transform: none;transform: none;opacity: 1;}
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
/*header*/
.header{
  background-color:#fff;
  width: 100%;
  left: 0;
  top: 0;
  min-width: 320px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  position: fixed;
  z-index: 99999;
}
.header.on{
  background-color: rgba(255,255,255,0.98);
  background-image:none;
  -webkit-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}
.he_wrap{
  position: relative;
}
.logo{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 15px;
  font-size: 0;
}
.logo img{
  vertical-align: middle;
  width:53px;
  display: inline-block;
}
.log1{
  display: none;
}
.log2{
  display: inline-block;
}
.header.on .log2{
  display: none;
}
.header.on .log1{
  display: inline-block;
}
.he_wrap,.logo{
  height:100px;
  line-height:100px;
}
.nav_ul{
  float: right;
  height: 100px;
}
.nav_ul li{
  display: inline-block;
  position: relative;
}
.nav_ul li>a{
  padding:0 25px;
  font-size:19px;
  position: relative;
  display: block;
}
.header.on .nav_ul li>a{
  color:#040000;
}
.nav_ul li.act>a:before{
  position: absolute;
}
.nav_ul li.act:after{
  position: absolute;
  content: "";
  height:5px;
  width: 80%;
  background-color:#BC192E;
  left: 10%;
  bottom: 0;
}
.nav_ul li:before{
  position: absolute;
  content: "";
  width: 0%;
   background-color:#BC192E;
  left: 0;
  bottom: 0;
  height:5px;
  transition: all 0.6s;
}
.nav_ul li:hover:before{
   width: 100%;
}
.sub_menu{
  position: absolute;
  background-color:#fff; 
  z-index: 999999;
  left:0%;
  top:100px;
  width:100%;
  text-align: center;
  display: none;
  padding: 10px 0;
}
.sub_menu a {
    line-height: 38px;
    display: block;
    color: #666;
    padding: 0 8px;
    font-size: 15px;
    font-weight: 300;
    position: relative;
}
.sub_menu a:hover:before{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color:#BC192E;
  left: 10px;
  top:50%;
  margin-top: -3px;
}
/*.nav_ul li:hover .sub_menu{
  display: block;
}*/
/*footer*/
.fo_top{background-position: center;background-size: cover;background-repeat: no-repeat;}
.fo_box{position: relative;padding-left: 220px;padding-top: 70px;padding-bottom: 70px;}
.flogo{position: absolute;left: 0;top: 80px;width: 135px;}
.fo_mid{
  float: left;
  width: 36%;
  position: relative;
  padding: 20px 0;
}
.fo_mid:before{
  position: absolute;
  content: "";
  right:-10px;
  top: -10%;
  height: 120%;
  width: 1px;
  background-color: #fff;
}
.fo_mid .com_name{
  color: #fff;
  font-size: 16px;
  margin-bottom: 35px;
  padding-top:18px;
}
.fo_mid .ding{
  display: block;
  width: 31px;
  margin-bottom: 10px;
}
.fo_mid .com_de{
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 15px;
}
.fo_you{
  float: right;
  width: 59%;
  padding-bottom:20px;
}
.fo_you .fo_wx{
  float: left;
  width: 23%;
  margin: 0 1%;
}
.fo_wx img{
  max-width: 130px;
  display: block;
  margin: 0 auto;
}
.fo_wx p{
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
  color: #fff;
}
.fo_bot{
  padding: 26px 0;
}
.fo_bot .pwrap{
  position: relative;
  font-size: 12px;
  color: #bfbfbf;
}
.fo_bot .fo_p1{
  text-align: center;
}
.fo_bot .fo_p2{
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.fo_bot .fo_p2 img{
  width: 18px;
  margin-right: 3px;
}
@media(max-width:1600px){
  .pwrap{
    width: 85%;
  }
  .fo_wx img{
    max-width: 120px;
  }
  .fo_bot .fo_p2{
    right: -2%;
  }
}
@media(max-width:1400px){
  .nav_ul li>a{
    font-size: 17px;
  }
  .fo_box{
    padding-left: 180px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .fo_bot .fo_p2{
    right: -4%;
  }
}
@media(max-width:1200px){
   .p_line{
    left: -2%;
  }
  .pwrap{
    width: 90%;
    min-width: 280px;
  }
  .nav_ul{
    height: 90px;
  }
  .he_wrap,.logo{
    height: 90px;
    line-height:90px;
  }
  .he_wrap{
    padding-left: 154px;
  }
  .nav_ul li>a{
    padding: 0 16px;
  }
  .fo_box{
    padding-left: 140px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .flogo{
    width: 106px;
  }
  .fo_wx img{
    max-width: 110px;
  }
  .fo_mid .ding{
    width: 25px;
  }
  .fo_mid .com_name{
    margin-bottom:27px;
  }
  .fo_wx p{
    margin-top: 31px;
  }
  .fo_bot .fo_p2{
    position: initial;
    text-align: center;
    margin-top: 5px;
  }
  .fo_bot{
    padding: 20px 0;
  }
  .pd80{
    padding: 70px 0;
  }
}
@media(max-width:1080px){
  .nav_ul li>a{
    font-size: 16px;
  }
  .flogo{
    display: none;
  }
  .fo_box{
   padding:40px 0;
  }
  .fo_wx img{
    max-width: 98px;
  }
  .fo_mid .com_name{
    padding-top: 0;
  }
  .fo_bot{
    padding: 15px 0;
  }
  .pd80{
    padding: 60px 0;
  }
}
@media(max-width:1024px){
  .nav_ul li>a{
    padding: 0 12px;
  }
}
@media(max-width: 960px){
  #menu{
    display: none;
  }
  .btn-nav{
    display: block;
  }
}
@media(max-width: 768px){
  .he_wrap, .logo{
    height: 80px;
    line-height: 80px;
  }
  .fo_wx img{
    max-width: 80px;
  }
  .fo_wx p{
    font-size: 12px;
    margin-top: 20px;
  }
  .fo_mid{
    padding: 10px 0;
  }
  .logo img{
    width:42px;
  }
}
@media(max-width:640px){
  .he_wrap, .logo{
    height: 65px;
    line-height: 65px;
  }
  .nav_ul{
     height: 65px;
  }
  .logo img{
    width:40px;
  }
  .fo_mid,.fo_you{
    width: 100%;
    float: none;
  }
  .fo_mid:before{
    display: none;
  }
  .fo_box{
    padding: 30px 0;
  }
  .fo_mid{
    padding: 0 0 20px;
    border-bottom:1px solid #fff;
  }
  .fo_bot{
    padding: 10px 0;
  }
  .com_de{
    position: relative;
    padding-left: 66px;
  }
  .com_de span{
    position:absolute;
    left: 0;
    top: 0;
  }
  .fo_mid .com_name{
    margin-bottom: 15px;
  }
  .fo_mid .ding{
    width: 20px;
  }
  .pd80{
    padding: 40px 0;
  }
  .fo_you{
    padding-top: 15px;
  }
}
@media(max-width:414px){
  .he_wrap, .logo{
    height: 55px;
    line-height: 55px;
  }
  .nav_ul{
    height: 55px;
  }
  .fo_box{
    padding: 20px 0;
  }
  .fo_mid .com_de{
    font-size: 13px;
  }
  .fo_wx p{
    margin-top: 10px;
    font-size: 12px;
  }
  .logo img{
    width:33px;
  }
  .pd80{
    padding: 25px 0;
  }
  .pwrap{
    width: 92%;
  }
  .fo_wx img{
    max-width: 60px;
  }
}
@media(max-width:376px){
  .fo_mid{
    padding-bottom: 10px;
  }
  .fo_bot {
      padding: 5px 0;
  }
}