* {
  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;
  color: #a7a7a9;
}
.yf-content a.yf-breadscrap-link {
  color: #a7a7a9;
}
.yf-content a.yf-breadscrap-link::after {
  content: ' > ';
  display: inline;
  color: #a7a7a9;
}
.yf-content a.yf-breadscrap-link:hover {
  color: #797979;
}
.yf-content a.yf-breadscrap-current {
  color: #a7a7a9;
  cursor: text;
}
.yf-content a.yf-breadscrap-current::after {
  content: '';
  display: none;
  color: #a7a7a9;
}
.yf-content a.yf-breadscrap-current:hover {
  color: #a7a7a9;
}
.yf-cover-img {
  width: 100%;
  height: 465px;
  background-image: url(../images/8-1.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: 40%;
  transform: translateY(-50%);
}
.yf-cover-content .yf-xwzx-title {
  display: inline-block;
  text-align: left;
  width: 150px;
  height: 40px;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  padding: 4px 0;
  /* margin-left: -15px;
    background-image: url(../images/8/xwzx.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 131px 33px; */
}
.yf-cover-content .yf-xwzx-separator {
  width: 400px;
  height: 2px;
  margin-top: 10px;
  background-color: #fff;
}
.yf-cover-content .yf-xwzx-separator::after {
  content: '';
  display: block;
  width: 66.67%;
  height: 2px;
  background-color: #f92d61;
  margin-left: 35%;
}
.yf-cover-content .yf-xwzx-subtitle {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
  padding-top: 10px;
  border-top: 2px solid #4b4c49;
  vertical-align: 50%;
}
.yf-cover-content .yf-xwzx-text {
  margin: 10px 0;
  color: #fff;
  line-height: 1.5;
  padding: 10px;
}
.yf-article-wrap {
  width: 1206px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  margin-bottom: 80px;
}
.yf-article-wrap .yf-style-fix {
  margin: 30px 0;
  font-size: 16px;
}
.yf-news-detail {
  padding-right: 50px;
}
.yf-news-detail .yf-news-title {
  font-size: 22px;
  font-weight: normal;
  padding: 15px 0;
  border-bottom: 1px solid #ecf0f2;
  margin-bottom: 15px;
}
.yf-news-detail .yf-news-info {
  margin: 15px 0;
}
.yf-news-detail .yf-news-picture {
  max-width: 100%;
  max-height: 525px;
}
.yf-news-detail .yf-news-text {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.5em;
  color: #767d84;
}
.yf-sidebar-wrap {
  background-color: #f4f8ff;
  padding-top: 80px;
  padding-left: 50px;
  padding-bottom: 80px;
}
.yf-sidebar-nav .yf-sidebar-title {
  font-weight: normal;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.yf-sidebar-nav .yf-sidebar-separator {
  width: 40px;
  height: 2px;
  background-color: #ced3d8;
  margin-bottom: 5px;
}
.yf-sidebar-nav .yf-nav-list {
  margin-bottom: 20px;
}
.yf-sidebar-nav .yf-nav-list a {
  display: list-item;
  padding: 12.5px 0;
}
.yf-sidebar-nav .yf-nav-list a:hover {
  background-color: #eaecef;
}
.yf-news-reference {
  padding-top: 10px;
}
.yf-news-reference .yf-reference-title {
  font-weight: normal;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.yf-news-reference .yf-reference-separator {
  width: 40px;
  height: 2px;
  background-color: #ced3d8;
  margin-bottom: 5px;
}
.yf-news-reference .yf-reference-list .yf-news-item {
  display: list-item;
  padding: 12.5px 0;
}
.yf-news-reference .yf-reference-list .yf-item-picture {
  display: inline-block;
  width: 115px;
  height: 85px;
  vertical-align: middle;
  border-radius: 4px;
}
.yf-news-reference .yf-reference-list .yf-item-picture img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.yf-news-reference .yf-reference-list .yf-item-inner {
  display: inline-block;
  padding-left: 20px;
  width: calc(100% - 135px);
  vertical-align: middle;
}
.yf-news-reference .yf-reference-list .yf-item-title {
  font-weight: normal;
  color: #89919a;
  font-size: 14px;
  margin-bottom: 15px;
}
.yf-news-reference .yf-reference-list .yf-item-info {
  font-size: 13px;
  color: #89919a;
}
/* @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;
}
