html{
  font-family: '微软雅黑','microsoft 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 */
.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;
}
.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: #c11d20;
  color: #fff;
}
.pagination li.active a{
  color: #fff;
 }
 em{
 	font-style:normal;
 }
 .yilin{
  min-width: 320px;
  width: 100%;
  margin:0 auto;
 }
 /* begin */
 .pwrap,.hea_wrap{
    width:80%;
    margin: 0 auto;
    position: relative;
    min-width: 1000px;
}
/* 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 rotateIn {
    0% {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: rotate3d(0, 0, 1, -200deg);transform: rotate3d(0, 0, 1, -200deg);opacity: 0;}
    100% {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: none;transform: none;opacity: 1;}
}
@-webkit-keyframes rotateIn {
    0% {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: rotate3d(0, 0, 1, -200deg);transform: rotate3d(0, 0, 1, -200deg);opacity: 0;}
    100% {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: none;transform: none;opacity: 1;}
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@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 rollInLeft {
  0% {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes rollInLeft {
  0% {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}
}
.rollInLeft {
  -webkit-animation-name:rollInLeft;
  animation-name: rollInLeft;
}
@-webkit-keyframes rollInRight {
  0% {opacity: 0;-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes rollInRight {
  0% {opacity: 0;-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}
}
.rollInRight {
  -webkit-animation-name:rollInRight;
  animation-name: rollInRight;
}
@-webkit-keyframes rollIn {
  0% {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes rollIn {
  0% {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}
}
.rollIn {
  -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-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;
}
@-webkit-keyframes image { from { opacity: 0; -webkit-transform:translateX(100px) translateY(-50%); }}
@keyframes image { from { opacity: 0; transform:translateX(100px) translateY(-50%);}}
/* header */
.header{
  background-color: #fff;
  position:relative;
  z-index: 5;
}
.hea_con{
  position:relative;
  padding-left: 180px;
}
.hline{
  width: 100%;
  height: 40px;
  background-image: url(../images/line.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.gline{
  width: 100%;
  height: 20px;
  background-image: url(../images/line.jpg);
  background-repeat: repeat-x;
  background-size: auto 200%;
}
.logo{
  top: 0;
  left: 0;
  overflow:hidden;
  width: 180px;
  position:absolute;
  height: 140px;
}
.logo img{
  position:absolute;
  top: -40px;
  width:100%;
  left: 0
}
.yna_ul li{
  display: block;
  text-align: center;
  width: 23%;
  margin:0 1%;
  float: left;
}
.na1,.na2{
  height: 34px;
  position: absolute;
  left: 0;
  top: 30px;
}
.na1{
  display:block;
}
.na2{
  display: none;
}
.active .na1{
  display: none;
}
.active .na2{
  display: block;
}
.li_con{
  display:inline-block;
  position: relative;
  padding-left: 50px;
  padding-top: 28px;
  padding-bottom: 28px;
}
.yan_tt{
  text-align: left;
}
.active .yan_tt{
  color:#116146; 
}
.yan_en{
  font-weight: 300;
  font-size: 12px;
}
.yan_cn{
  font-size: 18px;
}
.ctit{
  text-align: center;
  margin-bottom: 84px;
}
.ct_en{
  color: #116146;
  font-size: 45px;
}
.ct_cn{
  font-size: 26px;
  position: relative;
  letter-spacing: 4px;
  color: #d0af86;
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
}
.ct_cn:before{
  position:absolute;
  content: "";
  width: 3em;
  left: 50%;
  margin-left: -1.5em;
  height: 2px;
  background-color: #d0af86;
  top: 0;
}
/* footer */
.foot_top{
  background-size: cover;
  background-position: center;
  padding: 150px 0 110px;
}
.foot_bot{
  background-color:#d0af86;
  text-align: center;
  color: #555;
  padding: 25px 10px;
  font-size:14px;
}
.foo_ul li{
  float: left;
  width: 21%;
  margin: 0 2%;
}
.foo_sc{
  position:relative;
  padding-left: 80px;
}
.fo_img{
  width: 50px;
  position:absolute;
  left: 0;
  top: 0;
}
.fo_nr{
  position:relative;
  padding-right: 85px;
}
.fo_nr h6{
  font-size:19px;
  color: #D0AF86;
  font-weight: normal;
  margin-bottom: 10px;
}
.fo_nr p{
  font-size: 15px;color: #fff;line-height: 1.5;
}
.fo_nr img{
  width:80px;
  position: absolute;
  right: 0;
  top: 0px;
}
/*手机版导航*/
.btn-nav{
  position: absolute;
  top:9px;
  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: 40px;
  height: 2px;
  background-color:#133827;
}
.heaSub.header .icon-bar{
  background-color: #000;
}
.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.7);
  display: block;
  height: 100%;
  z-index: 110;
  width:68%;
}
.nav-list {
  list-style: none;
  padding: 0;
  position: relative;
  top:20px;
  text-align: center;
}
.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: 50px;
  border-bottom: 2px solid rgba(255,255,255,0.7);
}
.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;
}
@keyframes mleft{

  0% {
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px);
  }
  25% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }
  50% {
      -webkit-transform: translateX(5px);
      transform: translateX(5px);
  }
  75% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }
  100% {
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px);
  }
}
@-webkit-keyframes mleft{
  0% {
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px);
  }
  25% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }
  50% {
      -webkit-transform: translateX(5px);
      transform: translateX(5px);
  }
  75% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }
  100% {
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px);
  }
}

@media (max-width: 1600px){
  .ct_en{
    font-size: 42px;
  }
  .ct_cn{
    font-size: 24px;
  }
  .foo_sc{
    padding-left: 60px;
  }
  .fo_nr h6{
    font-size: 18px;
  }
  .fo_img{
    width: 45px;
  }
}
@media (max-width: 1400px){
  .logo{
    width: 160px;
    height: 120px;
  }
  .logo img{
    top: -30px;
  }
  .na1, .na2{
    height: 30px;
  }
  .li_con{
    padding-left: 45px;
  }
  .ct_en{
    font-size: 40px;
  }
  .ct_cn{
    font-size: 22px;
  }
  .fo_nr img{
    width: 70px;
  }
  .fo_nr{
    padding-right: 75px;
  }
  .foo_ul li{
    width: 23%;
    margin:0 1%;
  }
}
@media (max-width: 1200px){
  .yan_cn{
    font-size:17px;
  }
  .na1, .na2{
    height: 28px;
  }
  .li_con{
    padding-left: 40px;
  }
  .pwrap,.hea_wrap{
    width: 90%;
    min-width: initial;
  }
  .ct_en{
    font-size: 38px;
  }
  .ct_cn{
    font-size: 20px;
  }
  .ctit{
    margin-bottom: 60px;
  }
  .foot_top{
    padding: 120px 0 90px;
  }
}
@media (max-width: 1080px){
  .logo{
    width: 140px;
    height: 110px;
  }
  .hea_con{
    padding-left: 160px;
  }
  .yan_cn{
    font-size:16px;
  }
  .yan_en{
    font-weight: 200;
  }
  .li_con{
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .na1, .na2{
    top: 26px;
  }
  .ct_en{
    font-size: 36px;
  }
  .ct_cn{
    font-size: 18px;
    margin-top: 10px;
    padding-top: 10px;
  }
  .ctit{
    margin-bottom: 40px;
  }
  .hline{
    height: 30px;
  }
  .gline{
    height: 18px;
  }
  .foot_top{
    padding: 100px 0 70px;
  }
  .foo_ul{
    margin:0 -1%;
  }
  .fo_img{
    width: 30px;
  }
  .foo_sc{
    padding-left: 40px;
  }
  .fo_nr h6{
    font-size: 16px;
  }
  .fo_nr p{
    font-size: 14px;
  }
}
@media (max-width: 900px){
 .li_con{
    padding-left:28px;
  }
  .na1, .na2{
    height:22px;
  }
  .yan_cn{
    font-size: 15px;
  }
  .ct_en{
    font-size: 32px;
  }
  .ct_cn{
    font-size: 17px;
  }

  .hline{
    height: 26px;
  }
  .gline{
    height: 14px;
  }
  .foot_top{
    padding: 90px 0 60px;
  }
  .fo_nr h6{
    font-size: 18px;
  }
  .fo_nr p{
    font-size: 14px;
  }
  .foo_ul li{
    width: 48%;
    margin-bottom: 15px;
   height: 75px;
  }
  .foot_bot{
    padding: 20px 10px;
  }
}

@media (max-width: 768px){
  .yan_en{
    display: none;
  }
  .na1, .na2{
    height: 16px;
    top: 22px;
  }
  .li_con{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 23px;
  }
  .logo{
    width: 110px;
    height: 110px;
  }
  .logo img{
    top: -25px;
  }
  .hea_con{
    padding-left: 120px;
  }
  .ct_en{
    font-size: 29px;
  }
  .ct_cn{
    font-size: 16px;
    margin-top: 6px;
    padding-top: 6px;
  }

  .hline{
    height: 20px;
  }
  .gline{
    height: 10px;
  }
  .foot_top{
    padding: 70px 0 50px;
  }
  .fo_nr h6{
    font-size: 17px;
  }
}
@media (max-width: 640px){
  .pwrap{
    padding:10% 0 ;
  }
  .pwrap,.hea_wrap{
    width: 92%;
  }
  .ynav{
    display: none;
  }
  .btn-nav{
    display:block;
  }
  .header{
    height: 56px;
  }
  .logo{
    width: 90px;
    height: 90px;
  }
  .logo img{
    top: -16px;
  }
  .ct_en{
    font-size: 26px;
  }
  .ctit{
    margin-bottom: 30px;
  }
  .fo_nr h6{
    font-size: 16px;
  }
  .foot_bot{
    font-size: 12px;
    padding: 15px 10px;
  }
}
@media (max-width:550px){
  .foot_top{
    padding:35px 0 20px;
  }
  .ctit{
    margin-bottom: 22px;
  }
}
@media (max-width: 414px){
  .header{
    height: 45px;
  }
  .logo{
    width: 75px;
    height: 75px;
  }
  .logo img{
    top: -15px;
  }
  .btn-nav{
    top: 7px;
  }
  .icon-bar{
    margin:7px 0;
    width: 38px;
  }
  .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);
  }
  .ct_en{
    font-size:16px;
  }
  .fo_nr img{
    position:initial;
    margin-top: 5px;
  }
  .fo_nr{
    padding-right: 0px;
  }
  .foo_ul li{
    height: auto;
    min-height: 75px;
  }
  .fo_nr p{
    font-size: 12px;
  }
  .foo_sc{
    padding-left: 35px;
  }
  .foot_top{
    padding: 30px 0 16px;
  }
  .foo_ul li{
    margin-bottom: 13px;
  }
}