* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  position: relative;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
.yf-pull-left {
  float: left;
}
.yf-pull-right {
  float: right;
}
.yf-label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: 2px;
  border-radius: .25em;
}
.yf-label-default {
  background-color: #777;
}
.yf-label-info {
  background-color: #5bc0de;
}
.yf-label-danger {
  background-color: #d9534f;
}
.icon {
  width: 25px;
  height: 25px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.icon-telephone {
  background-image: url(img/telephone.png);
  background-size: 14px 19px;
}
.icon-phone {
  background-image: url(img/phone.png);
  background-size: 16px;
}
.icon-email {
  background-image: url(img/email.png);
  background-size: 18px 14px;
}
.icon-mail {
  background-image: url(img/mail.png);
  background-size: 17px 13px;
}
.icon-postcode {
  background-image: url(img/postcode.png);
  background-size: 18px 13px;
}
.icon-map {
  background-image: url(img/map.png);
  background-size: 9px 13px;
}
.icon-map-pin {
  background-image: url(img/map-pin.png);
  background-size: 12px 16px;
}
.icon-address {
  background-image: url(img/address.png);
  background-size: 11px 18px;
}
.icon-checked {
  background-image: url(img/checked.png);
  background-size: 23px;
}
.icon-regula {
  background-image: url(img/regula.png);
  background-size: 4px 20px;
}
.icon-download {
  background-image: url(img/download.png);
  background-size: 13px 17px;
}
.icon-mr-fix {
  margin-right: 0;
}
.yf-btn-group .yf-btn {
  display: inline-block;
  border-radius: 0;
  border-left: transparent;
  border-right: transparent;
}
.yf-btn-group .yf-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid #ccc;
}
.yf-btn-group .yf-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #ccc;
}
.yf-btn-group .yf-btn:not(:first-child) {
  margin-left: -5px;
}
a.yf-btn,
button.yf-btn {
  cursor: pointer;
}
.yf-btn {
  border-radius: 5px;
  color: #000;
  padding: 8px 12px;
  box-shadow: none;
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #ccc;
  outline-offset: -2px;
}
.yf-btn.yf-btn-lg {
  padding: 10px 36px;
  font-size: 18px;
}
.yf-btn.yf-btn-full {
  width: 100%;
  padding: 10px 50px;
}
.yf-btn.yf-btn-horned {
  border-radius: 0;
}
.yf-btn.yf-btn-active {
  background-color: #f92d61;
  border-color: transparent;
  color: #fff;
}
.yf-btn.yf-btn-transparent {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.yf-btn.yf-btn-gray {
  border: none;
  background-color: #525252;
  color: #fff;
  word-spacing: 0.5em;
}
.yf-grid-row {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  zoom: 1;
}
.yf-grid-row:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
.yf-grid-row.yf-grid-gap .yf-grid-col-1,
.yf-grid-row.yf-grid-gap .yf-grid-col-2,
.yf-grid-row.yf-grid-gap .yf-grid-col-3,
.yf-grid-row.yf-grid-gap .yf-grid-col-4,
.yf-grid-row.yf-grid-gap .yf-grid-col-5,
.yf-grid-row.yf-grid-gap .yf-grid-col-6,
.yf-grid-row.yf-grid-gap .yf-grid-col-7,
.yf-grid-row.yf-grid-gap .yf-grid-col-8,
.yf-grid-row.yf-grid-gap .yf-grid-col-9,
.yf-grid-row.yf-grid-gap .yf-grid-col-10,
.yf-grid-row.yf-grid-gap .yf-grid-col-11,
.yf-grid-row.yf-grid-gap .yf-grid-col-12 {
  padding: 0 15px;
}
.yf-grid-row .yf-grid-col-1,
.yf-grid-row .yf-grid-col-2,
.yf-grid-row .yf-grid-col-3,
.yf-grid-row .yf-grid-col-4,
.yf-grid-row .yf-grid-col-5,
.yf-grid-row .yf-grid-col-6,
.yf-grid-row .yf-grid-col-7,
.yf-grid-row .yf-grid-col-8,
.yf-grid-row .yf-grid-col-9,
.yf-grid-row .yf-grid-col-10,
.yf-grid-row .yf-grid-col-11,
.yf-grid-row .yf-grid-col-12 {
  float: left;
  box-sizing: border-box;
}
.yf-grid-row .yf-grid-col-1 {
  width: 8.333333%;
}
.yf-grid-row .yf-grid-col-2 {
  width: 16.666667%;
}
.yf-grid-row .yf-grid-col-3 {
  width: 25%;
}
.yf-grid-row .yf-grid-col-4 {
  width: 33.333333%;
}
.yf-grid-row .yf-grid-col-5 {
  width: 41.666667%;
}
.yf-grid-row .yf-grid-col-6 {
  width: 50%;
}
.yf-grid-row .yf-grid-col-7 {
  width: 58.333333%;
}
.yf-grid-row .yf-grid-col-8 {
  width: 66.666667%;
}
.yf-grid-row .yf-grid-col-9 {
  width: 75%;
}
.yf-grid-row .yf-grid-col-10 {
  width: 83.333333%;
}
.yf-grid-row .yf-grid-col-11 {
  width: 91.666667%;
}
.yf-grid-row .yf-grid-col-12 {
  width: 100%;
}
.yf-chapter {
  background-color: #fff;
}
.yf-chapter-content {
  width: 1080px;
  padding: 10px;
  padding-bottom: 40px;
  margin: 0 auto;
}
.yf-chapter:nth-child(2n) {
  background-color: #f6f6f6;
  padding-top: 75px;
}
.yf-chapter .yf-chapter-name-cn {
  display: inline-block;
  font-size: 1.1em;
  line-height: 25px;
  color: #000;
  margin-right: 5px;
}
.yf-chapter .yf-chapter-name-en {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #a6a6a6;
}
.yf-chapter .yf-item-text {
  font-size: 14px;
  line-height: 1.5;
}
.yf-chapter .yf-item-additions {
  margin-top: 10px;
  margin-bottom: 10px;
}
.yf-chapter .yf-item-picture {
  display: inline-block;
  vertical-align: middle;
}
.yf-chapter .yf-item-content {
  width: 640px;
  padding: 10px;
  display: inline-block;
  padding-right: 40px;
  vertical-align: top;
}
.yf-chapter .yf-item-content.pull-right {
  padding: 5px 10px 5px 40px;
  text-align: left;
}
.yf-chapter .yf-item-content.pull-right .yf-item-title {
  padding-left: 1.5em;
}
.yf-chapter .yf-item-content.pull-right .yf-item-title::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  margin-left: -18px;
  border-radius: 50%;
  background-color: #ddd;
}
.yf-chapter .yf-item-content.pull-left {
  padding: 5px 40px 5px 10px;
  text-align: right;
}
.yf-chapter .yf-item-content.pull-left .yf-item-title {
  padding-right: 1.5em;
}
.yf-chapter .yf-item-content.pull-left .yf-item-title::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-right: -18px;
  border-radius: 50%;
  background-color: #ddd;
}
.yf-chapter .yf-item-title {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
}
.yf-item-ol {
  margin-top: 10px;
}
.yf-item-ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
.yf-item-ol li:not(:last-child) {
  margin-bottom: 5px;
}
.animated-zoomIn,
.animated-slideIn {
  animation-duration: 2s;
  animation-delay: 0.2s;
  animation-iterator-count: 1;
}
/* @import 'general'; */
.yf-navbar {
  height: 70px;
  width: 100%;
  color: #1a1a1a;
  background-color: #eee;
  float: left;
  zoom: 1;
}
.yf-navbar.yf-navbar-inverse {
  background-color: rgba(17, 17, 17, 0.6);
  color: #fff;
}
.yf-navbar.yf-navbar-top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 70px;
}
.yf-navbar .yf-brand {
  float: left;
  /* margin-left: 15%; */
  padding: 25px 0 10px 0;
}
.yf-navbar .yf-brand .yf-brand-logo {
  display: inline-block;
  height: 30px;
  width: 130px;
}
.yf-navbar .yf-brand .yf-brand-logo img {
  height: 30px;
  width: 130px;
}
.yf-navbar .yf-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  height: inherit;
  font-size: 16px;
}
.yf-navbar .yf-nav.yf-navbar-nav {
  float: right;
  margin: 0;
  /* margin-right: 15%; */
}
.yf-navbar .yf-nav li {
  display: inline-block;
  height: inherit;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.yf-navbar .yf-nav li a {
  display: inline-block;
  padding: 25px 15px 15px 15px;
}
.yf-navbar .yf-nav li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #f82e5e;
  transform: scale(0);
  transition: all 0.3s;
}
.yf-navbar .yf-nav li:hover:before {
  transform: scale(1);
}
.yf-navbar .yf-nav li.active:hover:before {
  transform: scale(0);
}
.yf-navbar .yf-nav li + li {
  margin-left: 20px;
}
.yf-navbar .yf-nav li a {
  color: #fff;
}
.yf-navbar .active {
  border-bottom: 2px solid #f82e5e;
  position: relative;
}
.yf-navbar:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
.yf-container {
  width: 1200px;
  height: inherit;
  margin: 0 auto;
}
.yf-content {
  width: 100%;
  min-height: 600px;
  background-color: #f4f8ff;
  color: #a4a5a9;
}
.yf-content a.yf-breadscrap-link {
  color: #a4a5a9;
}
.yf-content a.yf-breadscrap-link::after {
  content: ' > ';
  display: inline;
  color: #a4a5a9;
}
.yf-content a.yf-breadscrap-link:hover {
  color: #797979;
}
.yf-content a.yf-breadscrap-current {
  color: #a4a5a9;
  cursor: text;
}
.yf-content a.yf-breadscrap-current::after {
  content: '';
  display: none;
  color: #a4a5a9;
}
.yf-content a.yf-breadscrap-current:hover {
  color: #a4a5a9;
}
.yf-cover-img {
  width: 100%;
  height: 500px;
  background-image: url(../images/3-10.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.yf-cover-content {
  width: 1206px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  top: 30%;
  transform: translateY(-50%);
}
.yf-cover-content .yf-cpzx-title {
  display: inline-block;
  text-align: left;
  width: 175px;
  height: 40px;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  padding: 4px 0;
  /* margin-left: -15px; */
  /* background-image: url(../images/3/cpxqy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120px 30px; */
}
.yf-cover-content .yf-cpzx-separator {
  width: 325px;
  height: 2px;
  margin-top: 10px;
  background-color: #fff;
}
.yf-cover-content .yf-cpzx-separator::after {
  content: '';
  display: block;
  width: 65%;
  height: 2px;
  background-color: #f92d61;
  margin-left: 35%;
}
.yf-cover-content .yf-cpzx-subtitle {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.yf-cover-content .yf-cpzx-text {
  margin: 10px 0;
  color: #fff;
  line-height: 1.5;
  padding: 10px;
}
.yf-product-wrap {
  width: 1206px;
  margin: 0 auto;
  text-align: left;
}
.yf-product-fastpic {
  margin: 0 auto;
  margin-top: -247px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 5px 7px 0 #d0d2d4;
}
.yf-product-fastpic .yf-fastpic-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.yf-product-fastpic .yf-fastpic-img {
  display: inline-block;
  position: relative;
}
.yf-product-fastpic .yf-fastpic-img::before {
  content: '';
  background-image: url(../images/3/gy.png);
  background-size: 191px 58px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 191px;
  height: 58px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.yf-product-fastpic .yf-product-name-cn {
  font-size: 1.5em;
  color: #333;
}

.yf-product-fastpic .yf-separator-short {
  width: 75px;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #f92d61;
}
.yf-product-fastpic .yf-product-advantage {
  font-size: 14px;
  color: #333;
  margin-top: 40px;
}
.yf-product-fastpic .yf-product-advantage li {
  margin-top: 10px;
}
.yf-tabs-list {
  margin-top: 5px;
  background-image: url(../images/3/gradient.png);
  background-repeat: repeat-y;
  background-size: 100% 1px;
  background-position: center top;
  position: relative;
  zoom: 1;
}
.yf-tabs-list:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
.yf-tabs-nav {
  padding: 60px 0;
  text-align: center;
}
.yf-tabs-nav li {
  display: inline-block;
}
#character > .yf-grid-row {
  margin-top: 50px;
}
.yf-tabs-content {
  padding-top: 237px;
  display: none;
}
.yf-tabs-content .yf-tabs-item:nth-child(2n) {
  background-color: #f4f8ff;
}
.yf-tabs-content .yf-tabs-item:nth-child(2n) .yf-item-content {
  text-align: left;
}
.yf-tabs-content .yf-tabs-item:nth-child(2n-1) .yf-item-content {
  text-align: right;
}
.yf-tabs-content .yf-tabs-item .yf-item-content {
  display: inline-block;
  vertical-align: top;
  padding: 80px 0;
  width: 100%;
}
.yf-tabs-content .yf-tabs-item .yf-item-title {
  font-size: 2em;
  font-weight: bold;
  display: inline-block;
  margin: 0 10px;
}
.yf-tabs-content .yf-tabs-item .yf-item-subtitle {
  color: #a7a7a9;
  font-weight: normal;
}
.yf-tabs-content .yf-tabs-item .yf-item-text {
  font-size: 14px;
  padding: 10px;
  margin-top: 20px;
}
.yf-tabs-content .yf-tabs-item.yf-style-fix {
  padding: 80px 0;
}
.yf-tabs-content .yf-tabs-item.yf-style-fix .yf-item-content {
  padding: 0;
  padding-right: 40px;
}
.yf-tabs-content .yf-tabs-item.yf-style-fix .yf-item-text {
  text-align: left;
}
.yf-tabs-content .yf-item-img img {
  vertical-align: middle;
  max-width: 100%;
}
.yf-tabs-content .yf-product-info {
  background-color: #fff;
  padding-top: 35px;
  position: relative;
  box-shadow: 0 5px 7px 0 #d0d2d4;
}
.yf-tabs-content .yf-product-info .yf-product-name {
  font-size: 1.5em;
  position: absolute;
  top: 35px;
  right: 60px;
}
.yf-tabs-content .yf-agv-dimensions {
  position: absolute;
  right: 0;
  top: 50%;
}
.yf-table {
  zoom: 1;
}
.yf-table.yf-table-inverse .yf-table-header {
  background-color: #fff;
  text-align: left;
}
.yf-table.yf-table-inverse .yf-table-title {
  color: #313131;
  font-weight: bold;
}
.yf-table.yf-table-inverse .yf-table-subtitle {
  color: #313131;
}
.yf-table.yf-table-inverse .yf-table-content {
  width: 446px;
  background-color: #313131;
  color: #fff;
  padding: 50px 50px 0;
}
.yf-table .yf-table-header {
  height: 50px;
  width: 446px;
  background-color: #313131;
  float: left;
  text-align: center;
}
.yf-table .yf-table-title {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  display: inline-block;
}
.yf-table .yf-table-subtitle {
  display: inline-block;
  font-size: 14px;
  color: #575757;
  padding: 0 10px;
  margin-left: 15px;
}
.yf-table .yf-table-content {
  width: 930px;
  padding: 50px 80px;
}
.yf-table .yf-table-item {
  padding: 30px 0;
  display: table;
  width: 100%;
}
.yf-table .yf-table-item:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.yf-table .yf-table-item .yf-table-key-list,
.yf-table .yf-table-item .yf-table-val-list {
  display: table-cell;
  width: 50%;
}
.yf-table .yf-table-item .yf-table-key-list li:not(:first-child),
.yf-table .yf-table-item .yf-table-val-list li:not(:first-child) {
  margin-top: 10px;
}
.yf-table:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
.yf-ad {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #f3f5f9;
  padding-bottom: 80px;
  zoom: 1;
}
.yf-ad:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
.yf-ad .yf-ad-content {
  padding: 1px;
  width: 1106px;
  height: 220px;
}
.yf-ad .yf-ad-title {
  padding-left: 50px;
  margin-bottom: 20px;
}
.swiper-slide{ width: 25%; float:left; text-align: center}
.yf-ad .yf-ad-goods .yf-ad-link {
  display: inline-block;
}
.yf-ad .swiper-slide img {
  width: 260px;
  height: 195px;
  display: inline-block;
  margin: 1px;
  outline: 1px solid #dadada;
  margin: auto;
}
.yf-block {
  padding: 50px 15px 0;
}
.yf-float {
  float: left;
  width: 100%;
}
/* @import 'general.less'; */
.yf-footer {
  width: 100%;
  height: 405px;
  background-color: #eee;
}
.yf-footer.yf-footer-inverse {
  background-color: #202020;
}
.yf-footer .yf-footer-container {
  width: 100%;
  height: inherit;
  margin: 0 auto;
}
.yf-footer .yf-contact {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 25px 0 20px 0;
}
.yf-footer .yf-detail-wrap {
  width: 100%;
  border-bottom: 1px solid #444;
  border-top: 2px solid #333;
}
.yf-footer .yf-footer-detail {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.yf-footer .yf-footer-detail .yf-brand-logo {
  width: 130px;
  height: 30px;
}
.yf-footer .yf-detail-info {
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
  zoom: 1;
}
.yf-footer .yf-detail-info .yf-intro {
  width: 275px;
  line-height: 24px;
  color: #fff;
  float: left;
}
.yf-footer .yf-detail-info .yf-info {
  width: 330px;
  float: right;
}
.yf-footer .yf-detail-info .yf-info li:not(:last-child) {
  margin-bottom: 10px;
}
.yf-footer .yf-detail-info:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
.yf-footer .yf-copyright {
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 28px 0;
}
