/**
     *reset style
 */
html,
body,
ul,
p,
dd,
dl,
ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  border: none;
}
input,
select,
textarea {
  outline: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
i,
em {
  font-style: normal;
}
p {
  vertical-align: top;
}
/*
 * globe style
 */
@font-face {
  font-family: 'shiyuan';
  src: url('//at.alicdn.com/t/uhrpvn87n45cdi.eot');
  /* IE9*/
  src: url('//at.alicdn.com/t/uhrpvn87n45cdi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/uhrpvn87n45cdi.woff ') format('woff'), url('//at.alicdn.com/t/uhrpvn87n45cdi.ttf ') format('truetype'), url('//at.alicdn.com/t/uhrpvn87n45cdi.svg#NotoSansHans-DemiLight ') format('svg');
}
@font-face {
  font-family: 'ndate';
  /* project id 557327 */
  src: url('../fonts/REVI565N.ttf') format('truetype');
}
@font-face {
  font-family: 'avgardm';
  /* project id 557327 */
  src: url('../fonts/AVGARDM.ttf') format('truetype');
}
@font-face {
  font-family: 'dincond';
  src: url('../font/DINCond-Bold.ttf') format('truetype');
}
body {
  font-family: "PingFang SC", "PingHei", "STHeitiSC-Light", "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "microsoft yahei", "SimHei", "tahoma", "Arial", "Verdana", "sans-serif", "shiyuan", "Microsoft YaHei", "微软雅黑", "SimSun", "宋体", HELVETICA;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mr {
  margin-right: 0;
}
.mb {
  margin-bottom: 0;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.g-container {
  width: 96%;
  margin: 0 auto;
}
img {
  vertical-align: middle;
  max-width: 100%;
  border: none;
}
a {
  display: block;
  width: 100%;
  height: 100%;
}
.tobig {
  /* cursor:pointer; */
  overflow: hidden;
  text-align: center;
}
.tobig img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.tobig:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
      transform: scale(1.15);
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.oneline {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.twoline {
  word-break: break-all;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page {
  display: table;
  margin: 0.2rem auto;
}
.page a {
  width: auto;
}
.icon {
  font-family: 'iconfont';
}
@font-face {
  font-family: 'iconfont';
  /* project id 713140 */
  src: url('//at.alicdn.com/t/font_713140_czm5t6c3jzj.eot');
  src: url('//at.alicdn.com/t/font_713140_czm5t6c3jzj.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_713140_czm5t6c3jzj.woff') format('woff'), url('//at.alicdn.com/t/font_713140_czm5t6c3jzj.ttf') format('truetype'), url('//at.alicdn.com/t/font_713140_czm5t6c3jzj.svg#iconfont') format('svg');
}
.arrow {
  color: #fff;
  font-family: "iconfont";
  -webkit-animation: bounce-down 1.5s linear infinite;
  animation: bounce-down 1.5s linear infinite;
  cursor: pointer;
}
@-webkit-keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-7px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(7px);
  }
}
@keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}
/*header*/
.header-hfix {
  height: 1.3661rem;
}
.header {
  width: 100%;
  height: 1.3661rem;
  line-height: 1.0929rem;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #333;
  z-index: 10;
}
.header .header-fix {
  position: relative;
  height: 100%;
}
.header .header-fix .menu {
  position: absolute;
  left: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .header-fix .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4.4809rem;
  height: .4044rem;
  margin-left: -2.2404rem;
  margin-top: -0.1967rem;
}
.header .header-fix .logo img {
  vertical-align: top;
}
.header .header-fix .home {
  position: absolute;
  right: 4%;
  top: 50%;
  -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
          transform: translateY(-55%);
}
.header .header-fix span {
  color: #fff;
  font-size: .6557rem;
}
/*footer*/
.footer {
  background: #f2f2f2;
  padding-top: 0.2rem;
  overflow: hidden;
}
.footer .footer-list {
  padding-bottom: .5464rem;
}
.footer .footer-list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.35rem 0;
}
.footer .footer-list li.on h3 span {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.footer .footer-list li.on .footer-nav p {
  position: relative;
}
.footer .footer-list li.on .footer-nav p:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: #e5e5e5;
}
.footer .footer-list li h3 {
  font-size: 14px;
  color: #333;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  margin: 0;
  position: relative;
}
.footer .footer-list li h3 span {
  position: absolute;
  right: 0;
  top: .1rem;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.footer .footer-list li h4 {
  font-size: 14px;
  color: #333;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  margin: 0;
  position: relative;
}
.footer .footer-list li h4 a {
  display: inline;
  color: #333;
  color: rgba(0, 0, 0, 0.6);
}
.footer .footer-list li h4 span {
  position: absolute;
  right: 0;
  top: .1rem;
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}
.footer .footer-list li .footer-nav {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer .footer-list li .footer-nav p {
  display: none;
  margin: 0.2rem 0 0.2rem 0.2rem;
  font-size: 14px;
  padding: 0.2rem 0;
}
.footer .footer-list li .footer-nav p a {
  color: #666;
  color: rgba(0, 0, 0, 0.4);
}
.footer .footer-word p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 18px;
  margin-bottom: 8px;
}
.footer .footer-word p a {
  color: #0073ce;
  display: inline;
}
.footer .footer-word .footer-map {
  margin: 0.3rem 0 0.2rem;
}
.footer .footer-word .footer-map li {
  display: inline-block;
  font-size: 12px;
  padding: 0 0.2rem;
  border-right: 1px solid #999;
}
.footer .footer-word .footer-map li:last-child {
  border-right: none;
}
.footer .footer-word .footer-map li a {
  color: rgba(0, 0, 0, 0.6);
  display: inline;
}
/**/
.lenbond-nav {
  border-bottom: 1px solid #d2d2d2;
}
.lenbond-nav a {
  display: inline;
  color: #999;
  font-size: 12px;
}
.lenbond-nav span {
  font-size: 12px;
  color: #999;
  margin: 0 -10px;
}
/**/
.head_title {
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 0.1rem;
  line-height: .6557rem;
  height: .6557rem;
  position: relative;
  color: #fff;
}
.head_title a {
  color: #fff;
}
.head_title span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
/**/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}
.subheader-fix ul li:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.subheader-fix ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.subheader-fix ul li:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.subheader-fix ul li:nth-of-type(4) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.subheader-fix ul li:nth-of-type(5) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.subheader-fix ul li:nth-of-type(6) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.subheader-fix ul li:nth-of-type(7) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.subheader-fix ul li:nth-of-type(8) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.hide {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
