html{font-family: "微软雅黑","microsoft yahei",'YaHei';-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;color: #666;}
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: #666;}
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;}
/*common */
.xwya{
  min-width: 320px;
  margin: 0 auto;
}
.clearfix{
  *height:1%;
  *zoom:1;
}
.clearfix:after{
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fl{float: left;}
.fr{float: right;}
.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination li{
  display:inline-block;
  padding:4px 10px;
  color:#666; 
  border: 1px solid #d8d8d8;
  cursor: pointer;
}
.pagination li a{
  color:#666;
}
.pagination li.active{
  background-color:#b72122;
  color: #fff;
}
.pagination li.active a{
  color: #fff;
 }
 em{
 	font-style:normal;
 }
.pwrap{
    width:73%;
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
}
.cwrap{
  width: 1180px;
  padding: 0 10px;
  margin: 0 auto;
}
.pbanner{
  margin-top: 90px;
  max-height: 400px;
  overflow: hidden;
  position: relative;
}
.pbanner img{
  width: 100%;
}
.pc_fig{display: block;}
.mob_fig{display: none;}
.p_title{
  display: none;
}
.pd70{
  padding: 70px 0;
}
.hong{
  background-color:#c11e20;
  text-align: center;
  line-height: 45px;
}
.hong a{
  display: inline-block;
  color: #fff;
  padding:0 22px;
}
.hong a.active{
  background-color: #fff;
  color:#c11e20;
}
/* header */
.header{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    line-height: 90px;
    background-color: #fff;
    z-index: 999;
}
.header .pwrap{
  z-index: 4;
}
.hea_box{
	position: relative;
	height: 90px;
	padding-left: 222px;
	padding-right: 255px;
}
.logo,.search{
	position: absolute;
}
.logo{
	left: 0;
	top: 0;
	height: 90px;
	line-height: 90px;
}
.logo img{
	vertical-align: middle;
	width: 220px;
}
.search{
	right: 0;
	top: 0;
	width: 150px;
  padding-right:100px;
}
.search a{
  position: absolute;
  right: 0;
  top:24px;
  display: block;
  width: 90px;
}
.se-wrap {
    height: 34px;
    line-height: 34px;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-top: 30px;
    padding: 0 30px 0 10px;
    position: relative;
}
.search input {
    height: 32px;
    line-height: 32px;
    width: 100px;
    display: block;
    outline: 0;
    border: none;
    -webkit-appearance: none;
    appearance: none;
}
.search .s-icon {
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
}
.search .s-icon img {
    vertical-align: middle;
}
.nav{
	text-align: center;
	position: relative;
}
.menu li{
	display: inline-block;
	min-width: 90px;
  position: relative;
}
.menu li>a{
	display: block;
	padding: 0 20px;
	position: relative;
}
.menu li>a span{
	display: block;
	left: 0;
	top: 0;
	font-size: 17px;
}
.an{
	opacity: 0;
}
.bn{
	position: absolute;
	width: 100%;
}
.menu li.active>a:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-bottom: 6px solid #c11e20;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.menu li.active>a .bn{
	color:#c11e20;
	font-size: 22px;
}
.sub_menu {
    list-style: none;
    position: absolute;
    top: 90px;
    display: none;
    left: 50%;
    line-height:50px;
}
.sub_moo a{
  display: inline-block;
  font-size: 12px!important;
  padding: 1px 6px;
  border:1px solid rgba(255,255,255,0.5);
  line-height: 19px;
}
.nav-list .sub_moo a{
  color: #fff;
}
.menu li:nth-child(2) .sub_menu{
  width: 340px;
  margin-left: -170px;
}
.menu li:nth-child(4) .sub_menu{
  width: 600px;
 margin-left: -300px;
}
.menu li:nth-child(5) .sub_menu{
    width: 700px;
    margin-left: -360px;
}
.menu li:nth-child(6) .sub_menu{
  width: 260px;
  margin-left:-130px;
}
.sub_menu a{
	line-height: 50px;
    padding-top: 5px;
    padding-bottom: 7px;
    display: inline-block;
    color: #fff;
    padding: 0 15px;
}
.header:before,.header:after{
  position: absolute;
  content: "";
  left: 0;
  top:90px;
  width: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.header:before{
  background-color:#de898f;
}
.header:after{
  height:0px;
  background-color:#c11e20;
}
.header.on:before{
   height: 50px;
}
.header.on:after{
  height: 5px;
}
/*手机版导航*/
.btn-nav{
  position: absolute;top:19px;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: 9px 0;width: 45px;height: 2px;background-color:#9a0e00;}
.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: -100%;bottom: 0;left: 0;right: 0;background:rgba(0,0,0,0.8);display: block; height: 100%; z-index: 110;}
.nav-list {list-style: none;padding: 0;position: relative;top:20px;text-align: center;}
.nav-list li{line-height: 33px}
.nav-list a{color: #ffbebf;font-size: 15px;}
.item-anchor:after {
  content: "";position: absolute;width: 3px;height: 3px;left: 0;bottom: 0;z-index: 9;background: transparent;-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 {color: #fff; font-size: 20px;text-transform: uppercase;position: relative;text-decoration: none;padding: 10px;display: block;}
.item-anchor:hover,.item-anchor:focus {color: #FCA311;-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: #FCA311;-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;text-align: center;line-height: 35px;border-bottom: 1px solid rgba(255,255,255,0.1);}
.nav-item a{color:#fff;}
.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-color:#f71201;}
.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(-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);
}
.ove{overflow: hidden;}
.animated-nav .middle {width: 0;}
.nav-item.active a{color: #f71201;}
@keyframes showNav {
  from {top: -100%;}
  to {top:0px;}
}
@-webkit-keyframes showNav {
  from {top: -100%;}
  to {top: 0;}
}
@-moz-keyframes showNav {
  from {top: -100%;}
  to {top: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;}
/* 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, -50px, 0);transform: translate3d(0, -50px, 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, -50px, 0);transform: translate3d(0, -50px, 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, 40px, 0);transform: translate3d(0, 40px, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes fadeInUp {
  from {opacity: 0;visibility: hidden;-webkit-transform: translate3d(0, 40px, 0);transform: translate3d(0, 40px, 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;
}
@keyframes flipInY{
  0% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}
  40% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);transform: perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
  60% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);transform: perspective(400px) rotate3d(0, 1, 0, 10deg);opacity: 1;}
  80% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);transform: perspective(400px) rotate3d(0, 1, 0, -5deg);}
  100% {-webkit-transform: perspective(400px);transform: perspective(400px);}
}
@-webkit-keyframes flipInY{
   0% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}
  40% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);transform: perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
  60% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);transform: perspective(400px) rotate3d(0, 1, 0, 10deg);opacity: 1;}
  80% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);transform: perspective(400px) rotate3d(0, 1, 0, -5deg);}
  100% {-webkit-transform: perspective(400px);transform: perspective(400px);}
}
.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-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;
}
/* footer */
.ft_top {
    color: #fff;
    padding: 27px 0;
}
.f_green{
  background-color: #006e2d;
}
.f_red{
  background-color: #b72122;
}
.footer{
  text-align: center;
  padding: 25px 0;
  color: #000;
  font-weight: 600;
  font-size: 15px;
}
.ft_fl{
    text-align:left;
    width: 140px;
    float: left;
}
.ft_fl h3{
  font-size:28px;
  font-weight: 500;
  margin-bottom: 6px;
}
.ft_fl p{
  font-size: 16px;
  font-weight: 300;
}
.ft_fr {
    float: right;
    width: 380px;
}
.ft_b {
    position: relative;
    display: block;
    float: left;
    width: 60px;
    margin: 0 15px;
    float: left;
}
.ft_tel {
    background-image: url(../images/vp1.png);
}
span.ft_kd {
    display: block;
    width: 50px;
    height: 50px;
    background-size: cover;
}
.ft_box {
    position: absolute;
    right: 0;
    bottom: 60px;
    display: none;
	z-index:1000;
	background:#fff;
}
.ft_box p {
    background-color: #b72122;
    padding: 8px 10px;
    border-radius: 5px;
    width: 120px;
    text-align: center;
}
.f_green .ft_box p{
  background-color: #006e2d;
}
.ft_b {
    position: relative;
    display: block;
    float: left;
    width: 60px;
    margin: 0 15px;
    float: left;
}
.ft_bo {
    background-image: url(../images/vp2.png);
}
.ft_we {
    background-image: url(../images/vp3.png);
}
.ft_dou {
    background-image: url(../images/vp4.png);
}
.ft_box img {
    width: 90px;
    max-width: initial;
}
.ft_b:hover .ft_box {
    display: block;
}
@media(max-width:1680px){
  .menu li.active>a .bn{
    font-size: 21px;
  }
  .menu li>a span{
    font-size: 16px;
  }
  .ft_fl h3{
    font-size: 25px;
  }
}
@media(max-width:1400px){
  .menu li>a{
    padding: 0 15px;
  }
  .pd70{
    padding: 60px 0;
  }
}
@media(max-width:1220px){
  .pwrap{
    width: 92%;
    min-width: 280px;
  }
  .logo img{
    width: 190px;
  }
  .hea_box{
    padding-left: 191px;
    padding-right: 225px;
  }
  .search{
    width: 138px;
    padding-right: 85px;
  }
  .search a{
    top: 28px;
    width: 79px;
  }
  .menu li>a{
    padding: 0 13px;
  }
  .pd70{
    padding: 50px 0;
  }
  .ft_fl h3{
    font-size: 22px;
    margin-bottom: 4px;
  }
  .ft_fl p{
    font-size: 14px;
  }
  span.ft_kd{
    width: 40px;
    height: 40px;
  }
  .ft_box p{
    font-size: 14px;
  }
  .ft_top{
    padding: 20px 0;
  }
  .ft_fr{
    width: 320px;
  }
  .ft_b{
    margin: 0 10px;
  }
  .footer{
    font-size: 14px;
    font-weight: normal;
    padding: 18px 0;
  }
  .cwrap{
    width: 92%;
  }
}
@media(max-width:1160px){
  .nav{
    display: none;
  }
  .btn-nav{
    display: block;
  }
  .search{
    right:58px;
  }
  .header,.logo{
    height: 80px;
    line-height: 80px;
  }
  .pbanner{
    margin-top: 80px;
  }
  .hea_box{
    height: 80px;
  }
  .se-wrap{
    margin-top: 24px;
  }
  .search a{
    top: 22px;
  }
}
@media(max-width:1080px){
  .hea_box{
    padding-left: 0;
    padding-right: 0;
  }
  .pd70{
    padding:45px 0;
  }
}
@media(max-width:900px){
  .pd70{
    padding:40px 0;
  }
  .ft_fl h3{
    font-size: 18px;
  }
  .ft_fl p{
    font-size: 12px;
  }
  span.ft_kd{
    width: 35px;
    height: 35px;
  }
  .ft_top{
    padding: 15px 0;
  }
  .footer{
    padding: 11px 0;
    font-size: 12px;
  }
}
@media(max-width:768px){
  .pagination{
    margin-top: 20px;
    font-size: 14px;
  }
  .header, .logo {
      height: 70px;
      line-height: 70px;
  }
  .pbanner{
    margin-top: 70px;
  }
  .hea_box{
    height: 70px;
  }
  .pc_fig{
    display: none;
  }
  .mob_fig{
    display: block;
  }
  .pd70{
    padding:35px 0;
  }
  span.ft_kd{
    width: 30px;
    height: 30px;
  }
}
@media(max-width:640px){
  .header, .logo {
      height: 60px;
      line-height: 60px;
  }
  .pbanner{
    margin-top: 60px;
  }
  .hea_box{
    height: 60px;
  }
  .logo img {
      width: 145px;
  }
  .search{
    display: none;
  }
  .btn-nav{
    top: 10px;
  }
  .icon-bar{
    width: 39px;
  }
  .pd70{
    padding:25px 0;
  }
  .ft_fr{
    width: 255px;
  }
  .ft_b{
    width: 43px;
  }
}
@media(max-width:500px){
  .header, .logo {
      height: 50px;
      line-height:50px;
  }
  .pbanner{
    margin-top:50px;
  }
  .hea_box{
    height: 50px;
  }
  .btn-nav{
    top: 5px;
  }
  .pd70{
    padding:20px 0;
  }
  .ft_fl p{
    display: none;
  }
}
@media(max-width:414px){
  .icon-bar{
    margin: 8px 0;
  }
  .btn-nav{
    top: 7px;
  }
  .ft_fl{
    display: none;
  }
  .ft_fr{
    float: none;
    width: auto;
    text-align: center;
  }
  .ft_b{
    display: inline-block;
    float: none;
  }
  .logo img{
    width: 110px;
  }
  .icon-bar{
    width: 30px;
    margin: 7px 0;
  }
  .btn-nav {
      top: 8px;
  }
  .animated-nav .top {
      -webkit-transform: translateY(7px) rotateZ(45deg);
      -moz-transform: translateY(7px) rotateZ(45deg);
      -ms-transform: translateY(7px) rotateZ(45deg);
      -o-transform: translateY(7px) rotateZ(45deg);
      transform: translateY(7px) rotateZ(45deg);
  }
}
@media(max-width:376px){
  span.ft_kd{
    width: 25px;
    height: 25px;
  }
  .ft_top{
    padding: 10px 0;
  }
  .footer{
    padding: 7px 0;
  }
  .pagination{
    font-size: 12px;
    margin-top: 15px;
  }
}