.ff {
   font-family: 'iconfont' !important;
}
.jianbian {
   background-image: -webkit-gradient(linear, left top, right top, from(#f07d00), to(#d97508));
   background-image: -webkit-linear-gradient(left, #f07d00, #d97508);
   background-image: linear-gradient(to right, #f07d00, #d97508);
}
body {
   font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', 'Helvetica', Arial, 'Helvetica Neue', Helvetica, sans-serif;
   font-size: 14px;
   font-weight: normal;

   color: #000;

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.slick-arrow {
   font-size: 16px;
   line-height: 44px;

   position: absolute;
   z-index: 8;
   top: 50%;
   left: 0;

   width: 44px;
   height: 44px;
   padding: 0;

   cursor: pointer;
   -webkit-transition: all .4s;
   transition: all .4s;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);

   border: none;
   border: 1px solid #999;
   border-radius: 50%;
   background: none;
}
.slick-arrow:before {
   font-family: 'iconfont' !important;

   display: block;

   content: '\eb60';
}
.slick-arrow.slick-next {
   right: 0;
   left: auto;
}
@media (max-width: 1199px) {
   .slick-arrow.slick-next {
      right: 0;
   }
}
.slick-arrow.slick-next:before {
   content: '\e625';
}
.slick-arrow:hover {
   color: #fff;
   border-color: #d97508;
   background-color: #d97508;
}
.slick-dots {
   margin: 0 -3px;
   margin-top: 40px;

   text-align: center;
}
@media (max-width: 767px) {
   .slick-dots {
      margin-top: 20px;
   }
}
.slick-dots li {
   font-weight: bold;

   display: inline-block;

   width: 60px;
   height: 60px;
   margin: 0 4px;
   padding: 7px;

   vertical-align: top;

   color: #fff;
   border: 1px dashed rgba(255, 255, 255, 0);
   border-radius: 50%;
}
.slick-dots li button {
   font-size: 14px;

   width: 44px;
   height: 44px;

   border-radius: 50%;
   background: none;
}
.slick-dots li button:before {
   content: '0';
}
.slick-dots li.slick-active {
   border: 1px dashed rgba(255, 255, 255, .5);
}
.slick-dots li.slick-active button {
   color: #fff;
   background-color: #d97508;
}
.flexwrap {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
.header {
   position: fixed;
   z-index: 10;
   z-index: 9;
   top: 0;

   width: 100%;
   height: 140px;

   -webkit-transition: all .4s;
   transition: all .4s;
   text-align: right;

   color: #fff;
   background-color: rgba(182, 182, 182, .26);
}
@media (max-width: 1199px) {
   .header {
      height: 60px;

      text-align: right;
   }
}
.header .logo {
   display: inline-block;
   float: left;

   height: 60px;
   margin-top: 40px;

   -webkit-transition: all .4s;
   transition: all .4s;
}
@media (max-width: 1470px) {
   .header .logo {
      height: 50px;
      margin-top: 45px;
   }
}
@media (max-width: 1199px) {
   .header .logo {
      margin-top: 5px;
   }
}
@media (max-width: 767px) {
   .header .logo {
      height: 30px;
      margin-top: 15px;
   }
}
.header .logo img {
   position: relative;
   z-index: 2;

   height: 100%;
}
.header .nav-collapse {
   position: relative;

   display: none;

   width: 28px;
   height: 28px;
   margin-top: 8px;
   margin-left: 10px;
   padding: 0;

   cursor: pointer;

   background: none;
}
@media (max-width: 767px) {
   .header .nav-collapse {
      margin-top: 14px;
      margin-left: 4px;
   }
}
@media (max-width: 1199px) {
   .header .nav-collapse {
      display: inline-block;

      vertical-align: middle;
   }
   .header .nav-collapse.nav-collapse-1 {
      position: absolute;
      z-index: 9999;
      top: 20px;
      right: 20px;

      display: block;

      border: none;
   }
}
.header .nav-collapse .btn-line {
   position: absolute;
   left: 50%;

   width: 28px;
   height: 2px;

   -webkit-transition: all .5s ease;
   transition: all .5s ease;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);

   background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
   display: block;

   content: '';
}
.header .nav-collapse .btn-line:nth-child(1) {
   top: 25%;
}
.header .nav-collapse .btn-line:nth-child(2) {
   top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
   top: 75%;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
   -webkit-transform: translateX(-50px);
   -ms-transform: translateX(-50px);
   transform: translateX(-50px);

   opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
   top: 50%;
   left: 50%;

   -webkit-transform: translateX(-50%) rotateZ(45deg);
   -ms-transform: translateX(-50%) rotate(45deg);
   transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
   top: 50%;
   left: 50%;

   -webkit-transform: translateX(-50%) rotateZ(-45deg);
   -ms-transform: translateX(-50%) rotate(-45deg);
   transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav-collapse-xs .btn-line {
   background-color: #fff;
}
.header .nav-collapse-2 {
   top: 0;
}
.header .header-nav {
   clear: both;

   text-align: center;
}
@media (min-width: 1200px) {
   .header .nav {
      display: inline-block !important;

      vertical-align: middle;
   }
}
@media (max-width: 1199px) {
   .header .nav {
      position: fixed;
      z-index: 99999998;
      top: 0;
      left: 0;

      display: none;

      width: 100%;
      height: 100%;
      padding: 60px 5%;

      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      text-align: left;
      text-align: center;

      background-color: #000;
   }
   .header .nav .nav-box,
   .header .nav .container {
      width: 100%;
      height: 100%;
   }
   .header .nav .container {
      padding: 0;
   }
   .header .nav .tbl,
   .header .nav .tbl-cell {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;

      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
   }
   .header .nav .tbl {
      width: 100%;
      height: 100%;
   }
   .header .nav .tbl-cell {
      position: relative;

      width: 100%;
      height: 100%;
   }
}
@media (max-width: 767px) {
   .header .nav {
      padding: 60px 8%;
   }
}
.header .nav.left-100 {
   -webkit-transform: translateX(-100%);
   -webkit-transform: translate3d(-100%, 0, 0);
   -ms-transform: translateX(-100%);
   transform: translateX(-100%);
   transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200 {
   -webkit-transform: translateX(-200%);
   -webkit-transform: translate3d(-200%, 0, 0);
   -ms-transform: translateX(-200%);
   transform: translateX(-200%);
   transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300 {
   -webkit-transform: translateX(-300%);
   -webkit-transform: translate3d(-300%, 0, 0);
   -ms-transform: translateX(-300%);
   transform: translateX(-300%);
   transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400 {
   -webkit-transform: translateX(-400%);
   -webkit-transform: translate3d(-400%, 0, 0);
   -ms-transform: translateX(-400%);
   transform: translateX(-400%);
   transform: translate3d(-400%, 0, 0);
}
.header .nav.left-500 {
   -webkit-transform: translateX(-500%);
   -webkit-transform: translate3d(-500%, 0, 0);
   -ms-transform: translateX(-500%);
   transform: translateX(-500%);
   transform: translate3d(-500%, 0, 0);
}
.header .nav .nav-list1 {
   position: relative;
}
@media (min-width: 1200px) {
   .header .nav .nav-list1 {
      font-size: 0;

      display: block !important;

      -webkit-transition: all .4s;
      transition: all .4s;
      vertical-align: middle;
   }
   .header .nav .nav-list1>li {
      position: relative;

      display: inline-block;

      vertical-align: top;
   }
   .header .nav .nav-list1>li>a {
      font-size: 16px;
      line-height: 140px;

      position: relative;
      z-index: 2;

      display: inline-block;

      padding: 0 16px;
      color: #f07d00;
      -webkit-transition: all .2s;
      transition: all .2s;
   }
   .header .nav .nav-list1>li:hover>a,
   .header .nav .nav-list1>li.active>a {
      color: #f07d00;
   }
   .header .nav .nav-list1>li:hover>a:after,
   .header .nav .nav-list1>li.active>a:after {
      width: 100%;
   }
   .header .nav .nav-list1 .nav-list2 {
      position: absolute;
      z-index: 50;
      top: 100%;
      left: 0;

      display: none;

      min-width: 100%;
      margin-left: 0 !important;
      padding: 10px 0;

      text-align: center;
      text-align: left;
      word-break: break-word;

      color: #f07d00;
      background-color: rgba(182, 182, 182, .26);
   }
   .header .nav .nav-list1 .nav-list2>li {
      position: relative;

      display: block;

      list-style: none;
   }
   .header .nav .nav-list1 .nav-list2>li>a {
      font-size: 15px;
      line-height: 30px;

      display: block;

      padding: 0 24px;

      white-space: nowrap;
      text-transform: capitalize;
   }
   .header .nav .nav-list1 .nav-list2>li:hover>a {
      text-decoration: underline;
   }
   .header .nav .nav-list1 .nav-list3 {
      position: absolute;
      z-index: 50;
      top: 0;
      left: 100%;

      display: none;

      min-width: 100%;
      padding: 10px 0;

      text-align: center;
      text-align: left;
      white-space: nowrap;

      color: #f07d00;
      background-color: rgba(182, 182, 182, .26);
   }
   .header .nav .nav-list1 .nav-list3 li {
      display: block;

      list-style: none;
   }
   .header .nav .nav-list1 .nav-list3 li a {
      font-size: 14px;
      line-height: 24px;

      display: block;

      padding: 0 10px;
   }
   .header .nav .nav-list1 .nav-list3 li a:hover {
      text-decoration: underline;

      color: #f07d00;
   }
}
@media (min-width: 1200px) and (max-width: 1470px) {
   .header .nav .nav-list1>li>a {
      padding: 0 12px;
   }
}
@media (max-width: 1199px) {
   .header .nav .nav-list1 {
      width: 100%;
   }
   .header .nav .nav-list1 ul {
      display: none !important;
   }
   .header .nav .nav-list1>a {
      font-size: 20px;

      color: #fff;
   }
}
.header .mask-nav {
   display: none;
}
@media (max-width: 1199px) {
   .header .mask-nav {
      position: absolute;
      z-index: 9999;
      top: 0;

      display: block;
      overflow: hidden;

      width: 100%;
      height: 100%;
      padding: 20px;

      -webkit-transition: left .3s;
      transition: left .3s;
      text-align: left;
      text-align: center;

      color: #fff;
      background: #fafafa;
      background-color: #000;
   }
}
.header .mask-nav .nav-top {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.header .mask-nav .nav-top .back-btn:before {
   font-family: 'iconfont' !important;
   font-size: 26px;

   content: '\e9b5';
}
.header .mask-nav .nav-top .nav-title {
   font-size: 30px;

   display: block;

   width: 100%;
   margin: 0;

   text-transform: uppercase;
}
@media (max-width: 767px) {
   .header .mask-nav .nav-top .nav-title {
      font-size: 20px;
      font-size: 5vmin;
   }
}
.header .mask-nav .content {
   position: relative;

   overflow: auto;

   height: 85%;
   margin-top: 4%;

   -ms-touch-action: pan-y;
   touch-action: pan-y;
   /*定义滚动条轨道 内阴影+圆角*/
   /*定义滑块 内阴影+圆角*/
   /*滑块效果*/
}
.header .mask-nav .content::-webkit-scrollbar {
   width: 5px;
   height: 5px;

   border-radius: 5px;
   background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track {
   border-radius: 5px;
   background-color: #fff;
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.header .mask-nav .content::-webkit-scrollbar-thumb {
   border-radius: 5px;
   background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover {
   border-radius: 5px;
   background: rgba(0, 0, 0, .4);
}
.header .mask-nav .content ul li {
   font-size: 20px;
   line-height: 2;

   margin: 10px 0;

   text-align: left;
}
@media (max-width: 767px) {
   .header .mask-nav .content ul li {
      font-size: 4vmin;
      line-height: 2;

      margin: 0;
      margin-top: 5px;
   }
}
.header .mask-nav .content ul li.more {
   position: relative;
}
.header .mask-nav .content ul li.more:after {
   font-family: 'iconfont' !important;
   font-size: 16px;

   position: absolute;
   top: 50%;
   right: 0;

   content: '\e72f';
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);

   color: #fff;
}
.header .mask-nav .content ul li a {
   display: inline-block;

   text-transform: capitalize;
}
.header .mask-nav .content ul ul {
   display: none;
}
.header .nav-2 {
   left: 100%;
}
.header .nav-3 {
   left: 200%;
}
.header .nav-4 {
   left: 300%;
}
.header .nav-5 {
   left: 400%;
}
.header .fade-out ul {
   text-align: left;
}
@media (max-width: 1199px) {
   .header .fade-out ul .pic {
      display: none !important;
   }
}
.header .fade-out ul .more {
   padding-right: 25px;
}
@media (max-width: 1199px) {
   .header .fade-out ul.nav-list1 {
      overflow: auto;

      max-height: 100%;
      margin: 0;

      opacity: 1;

      -ms-touch-action: pan-y;
      touch-action: pan-y;
      /*定义滚动条轨道 内阴影+圆角*/
      /*定义滑块 内阴影+圆角*/
      /*滑块效果*/
   }
   .header .fade-out ul.nav-list1::-webkit-scrollbar {
      width: 5px;
      height: 5px;

      border-radius: 5px;
      background-color: #fff;
   }
   .header .fade-out ul.nav-list1::-webkit-scrollbar-track {
      border-radius: 5px;
      background-color: #fff;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
   }
   .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #666;
   }
   .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb:hover {
      border-radius: 5px;
      background: rgba(0, 0, 0, .4);
   }
   .header .fade-out ul.nav-list1 a {
      text-transform: uppercase;

      color: #fff;
   }
   .header .fade-out ul.nav-list1>li {
      position: relative;

      margin: 10px 0;
   }
   .header .fade-out ul.nav-list1>li.act {
      -webkit-transition: all .4s;
      transition: all .4s;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);

      opacity: 1;
   }
   .header .fade-out ul.nav-list1>li.more:after {
      font-family: 'iconfont';
      font-size: 18px;

      position: absolute;
      top: 50%;
      right: 0;

      width: 40px;

      content: '\e72f';
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;

      color: #fff;
   }
   .header .fade-out ul.nav-list1>li>a {
      font-size: 18px;
      line-height: 2;

      display: block;
   }
   .header .fade-out ul.nav-list1 .nav-list2>li>a {
      font-size: 20px;
   }
}
@media (max-width: 1199px) and (max-width: 767px) {
   .header .fade-out ul.nav-list1>li {
      margin: 1.5vmin 0;
   }
}
@media (max-width: 1199px) and (max-width: 767px) {
   .header .fade-out ul.nav-list1>li>a {
      font-size: 4.8vmin;
   }
}
@media (max-width: 1199px) and (max-width: 768px) {
   .header .fade-out ul.nav-list1 .nav-list2>li>a {
      font-size: 4.5vmin;
   }
}
.header .fade-out ul.nav2-list2 h4 {
   font-size: 20px;
   line-height: 50px;
}
@media (max-width: 480px) {
   .header .fade-out~.google-translate {
      position: fixed;
      z-index: 99999998;
      top: 30px;
      left: 30px;

      display: block !important;

      -webkit-transition: .3s;
      transition: .3s;
   }
   .header .fade-out.left-100~.google-translate {
      top: -30px;

      opacity: 0;
   }
}
.header .language {
   display: inline-block;

   margin-left: 20px;

   vertical-align: middle;
}
@media (max-width: 1470px) {
   .header .language {
      margin-left: 10px;
   }
}
@media (max-width: 1199px) {
   .header .language {
      margin-top: 13px;
   }
}
@media (max-width: 767px) {
   .header .language {
      margin-top: 16px;
      margin-left: 8px;
   }
}
.header .language ul li {
   display: inline-block;

   vertical-align: top;
}
.header .language ul li:after {
   display: inline-block;

   width: 1px;
   height: 18px;
   margin: 0 10px;

   content: '';
   vertical-align: middle;

   background-color: #fff;
}
@media (max-width: 767px) {
   .header .language ul li:after {
      margin: 0 5px;
   }
}
.header .language ul li:last-child:after {
   display: none;
}
.header .language a {
   display: inline-block;

   width: 34px;
   height: 34px;

   text-align: center;
   vertical-align: middle;

   border-radius: 50%;
   background: url(../images/language.png) no-repeat;
   background-size: cover;
}
@media (max-width: 767px) {
   .header .language a {
      width: 28px;
      height: 28px;
   }
}
.header .language a.ru {
   background-position: -34px 0;
}
@media (max-width: 767px) {
   .header .language a.ru {
      background-position: -28px 0;
   }
}
.header .language a.en {
   background-position: -68px 0;
}
@media (max-width: 767px) {
   .header .language a.en {
      background-position: -56px 0;
   }
}
.header .pc-search {
   position: relative;

   display: inline-block;

   width: 160px;
   margin-left: 20px;

   vertical-align: middle;

   border: 1px solid #fff;
   border-radius: 30px;
}
@media (max-width: 1470px) {
   .header .pc-search {
      margin-left: 0;
   }
}
@media (max-width: 1199px) {
   .header .pc-search {
      display: none;
   }
}
.header .pc-search input {
   line-height: 40px;

   width: 100%;
   height: 40px;
   padding: 0 40px 0 10px;

   color: #fff;
   background: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder {
   color: #fff;
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder {
   color: #fff;
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder {
   color: #fff;
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder {
   color: #fff;
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.header .pc-search .submit {
   font-size: 20px;
   line-height: 38px;

   position: absolute;
   top: 0;
   right: 0;

   width: 40px;
   height: 40px;
   padding: 0;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;

   background: none;
}
.header .pc-search .submit:hover {
   color: #f07d00;
}
.header .pc-search .submit:before {
   font-family: 'iconfont' !important;

   content: '\e8b9';
}
.header .search-part {
   position: relative;

   display: none;

   vertical-align: middle;
}
@media (max-width: 1199px) {
   .header .search-part {
      display: inline-block;
   }
}
.header .find {
   line-height: 34px;

   display: block;

   width: 34px;
   height: 34px;
   margin-right: 10px;

   cursor: pointer;
   text-align: center;

   border-radius: 50%;
}
@media (max-width: 1199px) {
   .header .find {
      margin-top: 13px;
   }
}
@media (max-width: 767px) {
   .header .find {
      line-height: 28px;

      width: 28px;
      height: 28px;
      margin-right: 0;
   }
}
.header .find .icon {
   line-height: 34px;

   display: block;

   width: 34px;
   height: 34px;

   color: #fff;
   border-radius: 50%;
   background-color: #f07d00;
}
@media (max-width: 767px) {
   .header .find .icon {
      line-height: 28px;

      width: 28px;
      height: 28px;
      margin: 0;
   }
}
.header .find:hover {
   color: #f07d00;
   background-color: #fff;
}
.header .back-btn {
   position: absolute;
   left: 15px;
}
.header .search-wrap {
   font-size: 14px;

   position: absolute;
   z-index: 9;
   top: 100%;
   right: 0;

   display: none;

   width: 300px;
   padding: 10px;

   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
   .header .search-wrap {
      top: 100%;
   }
}
@media (max-width: 767px) {
   .header .search-wrap {
      right: -140px;
   }
}
.header .search-wrap .search-box {
   position: relative;
}
.header .search-wrap input {
   line-height: 24px;

   width: 100%;
   padding: 6px 10px;

   color: #666;
   border: 1px solid #dcdcdc;
}
.header .search-wrap .submit {
   font-size: 20px;
   line-height: 38px;

   position: absolute;
   top: 0;
   right: 0;

   width: 44px;
   height: 38px;
   padding: 0;

   color: #fff;
   border-radius: 0;
   background-color: #f07d00;
}
.header .search-wrap .submit:before {
   font-family: 'iconfont' !important;

   content: '\e60e';
}
.fixed-header {
   height: 100px;

   background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 1199px) {
   .fixed-header {
      height: 60px;
   }
}
.fixed-header .logo {
   margin-top: 20px;
}
@media (max-width: 1470px) {
   .fixed-header .logo {
      margin-top: 25px;
   }
}
@media (max-width: 1199px) {
   .fixed-header .logo {
      margin-top: 5px;
   }
}
@media (max-width: 767px) {
   .fixed-header .logo {
      margin-top: 15px;
   }
}
.fixed-header .nav .nav-list1>li>a {
   line-height: 100px;
}
@media (min-width: 1200px) {
   .fixed-header .nav .nav-list1 .nav-list2,
   .fixed-header .nav .nav-list1 .nav-list3 {

      background-color: rgba(0, 0, 0, .7);
   }
}
.header:hover {
   background-color: rgba(0, 0, 0, .7);
}
.header:hover .nav .nav-list1 .nav-list2,
.header:hover .nav .nav-list1 .nav-list3 {
   background-color: rgba(0, 0, 0, .7);
}
.online-wrap .btn {
   line-height: 36px;

   position: fixed;
   z-index: 8;
   right: 0;
   bottom: 55px;

   width: 40px;
   height: 40px;
   padding: 0;

   -webkit-transform-origin: center center;
   -ms-transform-origin: center center;
   transform-origin: center center;
   text-align: center;

   color: #fff;
   border: 1px solid #f07d00;
   border-radius: 0;
   outline: none;
   background-color: #f07d00;
}
@media (min-width: 992px) {
   .online-wrap .btn {
      display: none;
   }
}
.online-wrap .btn:before {
   font-family: 'iconfont' !important;
   font-size: 18px;

   display: inline-block;

   content: '\e6d2';
   -webkit-transition: -webkit-transform .3s;
   transition: -webkit-transform .3s;
   transition: transform .3s;
   transition: transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before {
   -webkit-transform: rotateZ(225deg);
   -ms-transform: rotate(225deg);
   transform: rotateZ(225deg);
}
.online-wrap .code-pic {
   position: fixed;
   z-index: 101;
   right: 45px;
   bottom: 180px;

   display: none;

   max-width: 120px;
}
.online-wrap .code-pic .pic-box {
   padding: 5px;

   background-color: #fff;
}
.online-wrap .code-pic img {
   display: block;

   max-width: 100%;
}
.online-wrap .online {
   position: fixed;
   z-index: 8;
   top: 40%;
   right: 0;

   -webkit-transition: right .3s;
   transition: right .3s;
   text-align: center;
}
@media (max-width: 1199px) {
   .online-wrap .online {
      right: 0;
   }
}
.online-wrap .online.onlineshow {
   right: 0;
}
@media (max-width: 991px) {
   .online-wrap .online {
      top: auto;
      right: -60px;
      bottom: 100px;

      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
   }
   .online-wrap .online.onlineshow {
      right: -60px;
   }
   .online-wrap .online.active {
      right: 0;
   }
}
.online-wrap .online a {
   line-height: 50px;

   position: relative;

   display: block;

   width: 50px;
   height: 50px;
   margin: 4px 0;
   padding: 0;

   -webkit-transition: all .4s;
   transition: all .4s;
   text-align: center;

   border-radius: 5px;
   background-color: rgba(0, 0, 0, .72);
}
.online-wrap .online a:last-child {
   border-bottom: none;
}
.online-wrap .online a:before {
   font-size: 24px;

   color: #fff;
}
@media (min-width: 992px) {
   .online-wrap .online a:hover {
      background-color: #f07d00;
   }
   .online-wrap .online a:hover:before {
      color: #fff;
   }
}
@media (max-width: 991px) {
   .online-wrap .online a {
      line-height: 40px;

      width: 40px;
      height: 40px;
   }
   .online-wrap .online a:before {
      font-size: 20px;
   }
}
@media (min-width: 992px) {
   .online-wrap .online .icon-phone:hover .phone-num,
   .online-wrap .online .icon-whatsapp:hover .phone-num {
      right: 100%;
   }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num {
   position: absolute;
   z-index: -1;
   top: 0;
   right: -300px;

   padding-right: 5px;

   -webkit-transition: right .3s;
   transition: right .3s;
   white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p {
   margin: 0;
   padding: 0 10px;

   color: #fff;
   background-color: #f07d00;
   box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px) {
   .online-wrap .online .code:before {
      font-size: 22px;
   }
}
.online-wrap .online .code .mask {
   position: absolute;
   z-index: 10;
   top: 0;
   right: 100%;

   display: none;

   width: 130px;
   height: 130px;
   padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
   border: 1px solid #e5e5e5;
   background-color: #fff;
}
.online-wrap .online .code .mask img {
   display: block;

   width: 100%;
}
.online-wrap .online .code .mask p {
   font-size: 13px;
   line-height: 16px;

   margin: 5px 0 8px 0;

   color: #888;
}
.online-wrap .online .sale {
   width: 158px;
   margin-bottom: 30px;
}
@media (max-width: 991px) {
   .online-wrap .online .sale {
      width: 50px;
   }
}
.online-wrap .online .sale a {
   width: 158px;
   height: 162px;

   background: none;
}
@media (max-width: 991px) {
   .online-wrap .online .sale a {
      width: 50px;
      height: 50px;
   }
}
.online-wrap .online .sale img {
   max-width: 100%;
}
@media (min-width: 992px) {
   .online-wrap-in .online {
      right: 0;
   }
}
.online-wrap .icon-qq:before {
   font-family: 'iconfont' !important;

   content: '\e62d';
}
.online-wrap .icon-weixin:before {
   font-family: 'iconfont' !important;

   content: '\e604';
}
.online-wrap .icon-message:before {
   font-family: 'iconfont' !important;

   content: '\e66e';
}
.online-wrap .icon-email:before {
   font-family: 'iconfont' !important;

   content: '\e623';
}
.online-wrap .icon-skype:before {
   font-family: 'iconfont' !important;

   content: '\e616';
}
.online-wrap .icon-whatsapp:before {
   font-family: 'iconfont' !important;

   content: '\e621';
}
.online-wrap .icon-phone:before {
   font-family: 'iconfont' !important;

   content: '\e61c';
}
.online-wrap .icon-erweima:before {
   font-family: 'iconfont' !important;

   content: '\e745';
}
.online-wrap .icon-facebook:before {
   font-family: 'iconfont' !important;

   content: '\e61a';
}
.online-wrap .icon-instagram:before {
   font-family: 'iconfont' !important;

   content: '\e666';
}
.online-wrap .icon-cart:before {
   font-family: 'iconfont' !important;

   content: '\e624';
}
.online-wrap .icon-cart span {
   font-size: 14px;
   line-height: 20px;

   position: absolute;
   top: 0;
   right: 0;

   width: 20px;
   height: 20px;

   color: #fff;
   border-radius: 50%;
   background-color: #f07d00;
}
.online-wrap .icon-arrow-top:before {
   font-family: 'iconfont' !important;

   content: '\e614';
}
.xs-online {
   font-family: 'Times New Roman', Arial;

   position: fixed;
   z-index: 8;
   bottom: 0;
   left: 0;

   display: none;

   width: 100%;

   background-color: #f07d00;
   box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
   .xs-online {
      display: block !important;
   }
}
.xs-online ul {
   margin: 0;
   padding: 0;

   text-align: center;

   color: #fff;
}
.xs-online ul li {
   float: left;

   width: 20%;

   list-style: none;

   border-right: 1px solid #bb670c;
   border-left: 1px solid rgba(255, 255, 255, .4);
}
.xs-online ul li>a {
   font-size: 10px;

   display: block;

   padding: 8px 0;

   text-transform: uppercase;

   color: inherit;
}
@media (max-width: 320px) {
   .xs-online ul li>a {
      font-size: 8px;
   }
}
.xs-online ul li>a:before {
   font-family: 'iconfont' !important;
   font-size: 18px;
   font-style: normal;
   line-height: 24px;

   display: block;

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
   border-left: none;
}
.xs-online ul li:last-child {
   border-right: none;
}
.xs-online ul li.xs-online-product>a:before {
   font-size: 16px;

   content: '\e7e9';
}
.xs-online ul li.xs-online-mail>a:before {
   font-weight: normal;

   content: '\e634';
}
.xs-online ul li.xs-online-map>a:before {
   font-weight: normal;

   content: '\e63e';
}
.xs-online ul li.xs-online-feedback>a:before {
   font-weight: normal;

   content: '\e826';
}
.xs-online ul li.xs-online-top>a:before {
   font-weight: normal;

   content: '\e60f';
}
.xs-online ul li.xs-online-home>a:before {
   font-weight: normal;

   content: '\e6c8';
}
.xs-online ul li.xs-online-message>a:before {
   font-size: 18px;
   font-weight: normal;

   content: '\e66b';
}
.xs-online ul li.xs-online-tel>a:before {
   font-weight: normal;

   content: '\e61c';
}
.xs-online ul li.xs-online-top>a:before {
   font-weight: normal;

   content: '\e60f';
}
.xs-online ul li.xs-online-whatsapp>a:before {
   font-weight: normal;

   content: '\e751';
}
.xs-online ul li.xs-online-contact>a:before {
   font-weight: normal;

   content: '\e609';
}
.xs-online ul li.xs-online-wechat>a:before {
   content: '\e604';
}
.xs-online ul li.xs-online-wechat>a {
   position: relative;
}
.xs-online ul li.xs-online-wechat>a:hover img {
   display: block;
}
.xs-online ul li.xs-online-wechat>a img {
   position: absolute;
   bottom: 57px;
   left: 0;

   display: none;

   width: 100%;
}
.xs-online ul li.facebook>a:before {
   content: '\e615';
}
.banner {
   font-size: 0;

   position: relative;
   z-index: 2;

   overflow: hidden;

   width: 100%;

   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.banner img {
   display: block;

   width: 100%;
}
.banner .swiper-slide {
   overflow: hidden;
}
.banner .swiper-pagination {
   position: absolute;
   z-index: 2;
   bottom: 4.5%;
   left: 50%;

   width: auto;

   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
}
.banner .swiper-pagination span {
   position: relative;

   display: inline-block;

   width: 16px;
   width: 24px;
   height: 16px;
   height: 24px;
   margin: 0 10px !important;

   vertical-align: top;

   opacity: 1;
   border: 1px solid rgba(255, 255, 255, 0);
   background: none;
}
@media (max-width: 767px) {
   .banner .swiper-pagination span {
      width: 10px;
      height: 10px;

      border-width: 2px;
   }
}
.banner .swiper-pagination span:before {
   position: absolute;
   top: 3px;
   left: 3px;

   display: block;

   width: 16px;
   height: 16px;

   content: '';
   -webkit-transition: all .2s;
   transition: all .2s;

   border-radius: 50%;
   background-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
   border: 1px solid #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active:before {
   -webkit-transform: scale(.7);
   -ms-transform: scale(.7);
   transform: scale(.7);
}
.banner .slick-arrow {
   font-size: 30px;
   line-height: 66px;

   width: 66px;
   height: 66px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;

   color: #fff;
   border: 1px solid #fff;
   outline: none;
   background: none;
}
.banner .slick-arrow:before {
   font-family: 'iconfont' !important;

   content: '\e9b5';
}
.banner .slick-arrow.banner-button-next:before {
   content: '\e72f';
}
.banner .slick-arrow:hover {
   background-color: #f07d00;
}
.banner .slick-prev {
   left: 5%;
}
@media (max-width: 767px) {
   .banner .slick-prev {
      left: 20%;
   }
}
.banner .slick-next {
   right: 5%;
}
.banner .item {
   position: relative;

   display: block;
   overflow: hidden;
}
@media (max-width: 991px) {
   .banner .item {
      width: 110%;
      max-width: 110%;
      margin-left: -5%;
   }
}
@media (max-width: 767px) {
   .banner .item {
      width: 120%;
      max-width: 120%;
      margin-left: -10%;
   }
}
.banner .item>a {
   display: block;
   overflow: hidden;
}
.banner .item>a>img {
   position: relative;
   left: 50%;

   display: block;

   width: 100%;

   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
}
@media only screen and (min-width: 1850px) and (max-width: 1920px) {
   .banner .item>a>img {
      width: auto;
   }
}
@media (min-width: 1200px) {}
@-webkit-keyframes bannerscale {
   0% {
      -webkit-transform: translateX(-50%) scale(1.2);
      transform: translateX(-50%) scale(1.2);
   }
   100% {
      -webkit-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
   }
}
@keyframes bannerscale {
   0% {
      -webkit-transform: translateX(-50%) scale(1.2);
      transform: translateX(-50%) scale(1.2);
   }
   100% {
      -webkit-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
   }
}
.banner-in {
   clear: both;
   overflow: hidden;
}
.banner-in img {
   display: block;

   width: 100%;
}
.banner-in img {
   width: 100%;
}
@media (max-width: 767px) {
   .banner-in .item {
      width: 130%;
      max-width: 130%;
      margin-left: -15%;
   }
}
.box {
   overflow: hidden;

   padding: 70px 0;
}
@media (max-width: 991px) {
   .box {
      padding: 40px 0;
   }
}
.indexcontent {
   position: relative;
   z-index: 2;
}
.box-about {
   color: #fff;
   background-color: #4a4f53;
}
.box-about .about {
   font-size: 0;
}
.box-about .about .about-left,
.box-about .about .about-more {
   font-size: 14px;

   display: inline-block;

   vertical-align: top;
}
.box-about .about .about-left {
   width: 76%;
}
@media (max-width: 991px) {
   .box-about .about .about-left {
      width: 70%;
   }
}
@media (max-width: 767px) {
   .box-about .about .about-left {
      width: 100%;
   }
}
.box-about .about .about-left .title-about h2 {
   font-size: 36px;
   font-weight: bold;
   line-height: 1;

   margin: 0;
}
@media (max-width: 991px) {
   .box-about .about .about-left .title-about h2 {
      font-size: 30px;
   }
}
@media (max-width: 767px) {
   .box-about .about .about-left .title-about h2 {
      font-size: 24px;
   }
}
.box-about .about .about-left .text {
   margin-top: 20px;
}
.box-about .about .about-left .text p {
   font-size: 16px;
   line-height: 1.625;

   margin: 0;
}
@media (max-width: 991px) {
   .box-about .about .about-left .text p {
      font-size: 14px;
   }
}
.box-about .about .about-more {
   width: 24%;

   text-align: right;
}
@media (max-width: 991px) {
   .box-about .about .about-more {
      width: 30%;
   }
}
@media (max-width: 767px) {
   .box-about .about .about-more {
      width: 100%;
      margin-top: 30px;

      text-align: left;
   }
}
.box-about .about .about-more a {
   line-height: 50px;

   display: inline-block;

   padding: 0 50px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-decoration: underline;

   color: #fff;
   background-color: #f07d00;
}
@media (max-width: 767px) {
   .box-about .about .about-more a {
      line-height: 40px;

      padding: 0 30px;
   }
}
.box-about .about .about-more a:hover {
   background-color: #d97508;
}
.box-index .index {
   margin-top: -30px;
}
.box-index .index .item {
   display: block;

   margin-top: 30px;
}
.box-index .index .item .img-box {
   padding-bottom: 62.22222222%;
}
.box-index .index .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.box-index .index .item .text {
   position: relative;
   z-index: 2;

   margin-top: -24px;
   padding: 0 30px;
}
@media (max-width: 991px) {
   .box-index .index .item .text {
      margin-top: -20px;
      padding: 0 10px;
   }
}
@media (max-width: 767px) {
   .box-index .index .item .text {
      margin-top: -15px;
   }
}
.box-index .index .item .text h3 {
   font-size: 20px;
   line-height: 48px;

   display: inline-block;

   margin: 0;
   padding: 0 40px;

   color: #fff;
   background-color: #f07d00;
}
@media (max-width: 991px) {
   .box-index .index .item .text h3 {
      font-size: 18px;
      line-height: 40px;

      padding: 0 20px;
   }
}
@media (max-width: 767px) {
   .box-index .index .item .text h3 {
      font-size: 16px;
      line-height: 30px;
   }
}
.box-index .index .item .text p {
   font-size: 16px;
   line-height: 26px;

   display: -webkit-box;
   overflow: hidden;

   height: 78px;
   margin: 10px 0 0 0;

   color: #666;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}
@media (max-width: 991px) {
   .box-index .index .item .text p {
      font-size: 14px;
   }
}
.box-index .index .item .text .more {
   display: block;

   margin-top: 10px;

   text-decoration: underline;
}
.box-index .index .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.box-index .index .item:hover .text .more {
   color: #f07d00;
}
.box-news {
   background-color: #e1e6eb;
}
.box-news .title-news {
   width: 54%;
}
@media (max-width: 991px) {
   .box-news .title-news {
      width: 100%;
   }
}
.box-news .title-news h3 {
   font-size: 36px;
   font-weight: bold;

   margin: 0;
}
@media (max-width: 1470px) {
   .box-news .title-news h3 {
      font-size: 30px;
   }
}
@media (max-width: 991px) {
   .box-news .title-news h3 {
      font-size: 24px;
   }
}
@media (max-width: 767px) {
   .box-news .title-news h3 {
      font-size: 20px;
   }
}
.box-news .title-news h3:hover {
   color: #f07d00;
}
.box-news .title-news p {
   font-size: 16px;
   line-height: 1.625;

   margin: 10px 0 0 0;

   color: #666;
}
@media (max-width: 991px) {
   .box-news .title-news p {
      font-size: 14px;
   }
}
.box-news .news {
   font-size: 0;

   margin-top: 30px;
}
.box-news .news .pic,
.box-news .news .text {
   font-size: 14px;

   display: inline-block;

   vertical-align: middle;
}
.box-news .news .pic {
   overflow: hidden;

   width: 54%;
}
@media (max-width: 767px) {
   .box-news .news .pic {
      width: 100%;
   }
   .box-news .news .pic img {
      width: 100%;
   }
}
.box-news .news .text {
   width: 46%;
   padding-left: 30px;
}
@media (max-width: 767px) {
   .box-news .news .text {
      width: 100%;
      margin-top: 20px;
      padding-left: 0;
   }
}
.box-news .news .text p {
   font-size: 16px;
   line-height: 1.625;

   margin: 0;

   color: #666;
}
@media (max-width: 991px) {
   .box-news .news .text p {
      font-size: 14px;
   }
}
.box-news .news .text .more {
   margin-top: 60px;
}
@media (max-width: 991px) {
   .box-news .news .text .more {
      margin-top: 30px;
   }
}
.box-news .news .text .more a {
   font-size: 20px;
   line-height: 48px;

   display: inline-block;

   padding: 0 34px;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #fff;
   background-color: #f07d00;
}
@media (max-width: 991px) {
   .box-news .news .text .more a {
      font-size: 18px;
      line-height: 40px;

      padding: 0 30px;
   }
}
@media (max-width: 767px) {
   .box-news .news .text .more a {
      font-size: 16px;
   }
}
.box-news .news .text .more a:hover {
   background-color: #d97508;
}
.box-link .link .item {
   display: block;
}
@media (max-width: 767px) {
   .box-link .link .item {
      margin: 10px 0;
   }
}
.box-link .link .item .title-link h3 {
   font-size: 20px;
   line-height: 30px;

   margin: 0;
}
@media (max-width: 991px) {
   .box-link .link .item .title-link h3 {
      font-size: 18px;
   }
}
.box-link .link .item .pic {
   position: relative;

   margin-top: 14px;
}
.box-link .link .item .pic .img-box {
   padding-bottom: 62.22222222%;
}
.box-link .link .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.box-link .link .item .pic .mask {
   position: absolute;
   z-index: 2;
   bottom: 0;

   width: 100%;
   padding: 20px;

   color: #fff;
   background-color: rgba(34, 34, 34, .6);
}
@media (max-width: 991px) {
   .box-link .link .item .pic .mask {
      padding: 10px;
   }
}
.box-link .link .item .pic .mask .date {
   line-height: 24px;

   display: block;

   color: #f07d00;
}
.box-link .link .item .pic .mask p {
   font-size: 16px;
   line-height: 24px;

   display: -webkit-box;
   overflow: hidden;

   height: 24px;
   margin: 0;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
   .box-link .link .item .pic .mask p {
      font-size: 14px;
   }
}
.box-link .link .item .more {
   margin-top: 20px;
}
.box-link .link .item .more span {
   line-height: 48px;

   display: inline-block;

   padding: 0 50px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-decoration: underline;

   color: #222;
   background-color: #e3e3e3;
}
@media (max-width: 991px) {
   .box-link .link .item .more span {
      line-height: 40px;

      padding: 0 30px;
   }
}
.box-link .link .item:hover .pic .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.box-link .link .item:hover .more span {
   color: #fff;
   background-color: #f07d00;
}
.box-bottom {
   padding: 30px 0;

   color: #fff;
   background-color: #737679;
}
.box-bottom .bottom {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
@media (max-width: 767px) {
   .box-bottom .bottom {
      display: block;
   }
}
.box-bottom .bottom-left {
   width: 60%;
}
@media (max-width: 767px) {
   .box-bottom .bottom-left {
      width: 100%;
   }
}
.box-bottom .bottom-left ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.box-bottom .bottom-left ul li a {
   font-size: 24px;
   line-height: 2;

   display: block;

   -webkit-transition: all .2s;
   transition: all .2s;
}
@media (max-width: 1199px) {
   .box-bottom .bottom-left ul li a {
      font-size: 20px;
   }
}
@media (max-width: 991px) {
   .box-bottom .bottom-left ul li a {
      font-size: 18px;
   }
}
@media (max-width: 767px) {
   .box-bottom .bottom-left ul li a {
      font-size: 16px;
   }
}
.box-bottom .bottom-left ul li a .icon {
   font-size: 40px;

   display: inline-block;

   margin-right: 10px;

   vertical-align: middle;
}
@media (max-width: 991px) {
   .box-bottom .bottom-left ul li a .icon {
      margin-right: 4px;
   }
}
@media (max-width: 767px) {
   .box-bottom .bottom-left ul li a .icon {
      font-size: 30px;
   }
}
.box-bottom .bottom-left ul li a:hover {
   color: #f07d00;
}
@media (max-width: 767px) {
   .box-bottom .bottom-right {
      margin-top: 10px;
   }
}
.box-bottom .bottom-right>ul>li {
   display: inline-block;

   vertical-align: top;
}
.box-bottom .bottom-right>ul>li a {
   position: relative;

   display: block;

   width: 42px;
   height: 42px;

   -webkit-transition: all .4s;
   transition: all .4s;

   background: url(../images/share.png) no-repeat;
   background-size: cover;
}
.box-bottom .bottom-right>ul>li a img {
   position: absolute;
   top: 100%;
   left: 50%;

   display: none;

   width: 120px;

   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
}
.box-bottom .bottom-right>ul>li a:hover {
   -webkit-transform: translateY(-5px);
   -ms-transform: translateY(-5px);
   transform: translateY(-5px);
}
.box-bottom .bottom-right>ul>li a:hover img {
   display: block;
}
.box-bottom .bottom-right>ul>li.share-2 a {
   background-position: -42px 0;
}
.box-bottom .bottom-right>ul>li.share-3 a {
   background-position: -84px 0;
}
.box-bottom .bottom-right>ul>li.share-4 a {
   background-position: -126px 0;
}
.box-bottom .bottom-right>ul>li.share-5 a {
   background-position: -168px 0;
}
.box-bottom .bottom-right>ul>li.share-6 a {
   background-position: -210px 0;
}
.footer {
   color: #fff;
   background-color: #2f363b;
}
@media (max-width: 991px) {
   .footer {
      padding-bottom: 55px;
   }
}
.footer .foot {
   padding: 60px 0;
}
@media (max-width: 767px) {
   .footer .foot {
      padding: 30px 0;
   }
}
.footer .foot>ul {
   font-size: 0;
}
.footer .foot>ul>li {
   font-size: 14px;

   display: inline-block;

   width: 50%;

   vertical-align: top;
}
@media (max-width: 767px) {
   .footer .foot>ul>li {
      display: block;

      width: 100%;
      margin: 10px 0;
   }
}
.footer .foot .title-foot h3 {
   font-size: 24px;
   line-height: 30px;

   margin: 0;
}
@media (max-width: 767px) {
   .footer .foot .title-foot h3 {
      font-size: 20px;
   }
}
.footer .foot .title-foot img {
   height: 60px;
}
@media (max-width: 767px) {
   .footer .foot .title-foot img {
      height: 40px;
   }
}
.footer .foot .item-contact {
   max-width: 310px;
}
.footer .foot .item-contact .info-down {
   margin-top: 20px;
}
.footer .foot .item-contact .info-down p {
   font-size: 15px;
   line-height: 1.73333333;

   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
}
@media (max-width: 991px) {
   .footer .foot .item-contact .info-down p {
      font-size: 14px;
   }
}
.footer .foot .item-contact .info-down p b {
   font-weight: normal;

   white-space: nowrap;
}
.footer .foot .item-contact .info-down a:hover {
   color: #f07d00;
}
.footer .foot .item-news .item {
   margin-top: 20px;
}
@media (max-width: 767px) {
   .footer .foot .item-news .item {
      margin-top: 10px;
   }
}
.footer .foot .item-news .item h3 {
   font-size: 18px;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
   .footer .foot .item-news .item h3 {
      font-size: 16px;
   }
}
@media (max-width: 767px) {
   .footer .foot .item-news .item h3 {
      font-size: 14px;

      margin: 0;
   }
}
.footer .foot .item-news .item p {
   font-size: 15px;
   line-height: 24px;

   display: -webkit-box;
   overflow: hidden;

   height: 48px;
   margin: 0;

   color: #ddd;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
   .footer .foot .item-news .item p {
      font-size: 14px;
   }
}
.footer .foot .item-news .item:hover h3 {
   color: #f07d00;
}
.footer .copyright {
   line-height: 30px;

   margin: 0;
   padding: 20px 0;

   border-top: 1px solid #465160;
}
@media (max-width: 1199px) {
   .footer .copyright {
      padding: 10px 0;
   }
}
@media (max-width: 767px) {
   .footer .copyright {
      line-height: 24px;
   }
}
.footer .copyright p {
   display: inline-block;

   margin: 0;
}
.footer .copyright p a {
   padding: 0 5px;
}
.footer .copyright p a:hover {
   text-decoration: underline;
}
.footer .copyright .sitemap {
   display: inline-block;
   float: right;

   text-decoration: underline;
}
@media (max-width: 991px) {
   .footer .copyright .sitemap {
      float: none;
   }
}
.footer .copyright .sitemap .icon {
   font-size: 24px;

   display: inline-block;

   margin-right: 6px;

   vertical-align: middle;
}
.footer .copyright a:hover {
   color: #f07d00;
}
.wrap {
   overflow: hidden;

   padding: 80px 0;
}
@media (max-width: 991px) {
   .wrap {
      padding: 40px 0;
   }
}
.title-in {
   text-align: center;
}
.title-in h2 {
   font-size: 36px;
   font-weight: bold;
   line-height: 1.2;

   margin: 0;
}
@media (max-width: 1470px) {
   .title-in h2 {
      font-size: 30px;
   }
}
@media (max-width: 1199px) {
   .title-in h2 {
      font-size: 24px;
   }
}
@media (max-width: 767px) {
   .title-in h2 {
      font-size: 20px;
   }
}
.title-in h2:after {
   display: block;

   width: 25px;
   height: 3px;
   margin: 0 auto;
   margin-top: 18px;

   content: '';

   background-color: #222;
}
.title-in p {
   font-size: 16px;
   line-height: 24px;

   margin: 10px 0 0 0;

   color: #444;
}
@media (max-width: 767px) {
   .title-in p {
      font-size: 14px;
   }
}
.wrap-about-sidenav {
   padding: 10px 0;

   background-color: #e1e6ec;
}
.wrap-about-sidenav .about-sidenav>ul {
   font-size: 0;

   margin: 0 -30px;
}
@media (max-width: 767px) {
   .wrap-about-sidenav .about-sidenav>ul {
      margin: 0 -10px;
   }
}
.wrap-about-sidenav .about-sidenav>ul>li {
   font-size: 14px;

   position: relative;

   display: inline-block;

   width: 20%;
   padding: 0 10px;

   text-align: center;
   vertical-align: top;
}
@media (max-width: 767px) {
   .wrap-about-sidenav .about-sidenav>ul>li {
      width: 33.33333333%;
   }
}
.wrap-about-sidenav .about-sidenav>ul>li:after {
   position: absolute;
   top: 50%;
   right: 0;

   display: block;

   width: 1px;
   height: 20px;
   margin-top: -10px;

   content: '';

   background-color: #999;
}
.wrap-about-sidenav .about-sidenav>ul>li:last-child:after {
   display: none;
}
.wrap-about-sidenav .about-sidenav>ul>li a {
   font-size: 16px;
   line-height: 50px;

   display: block;

   -webkit-transition: all .2s;
   transition: all .2s;
}
@media (max-width: 767px) {
   .wrap-about-sidenav .about-sidenav>ul>li a {
      font-size: 14px;
      line-height: 40px;
   }
}
.wrap-about-sidenav .about-sidenav>ul>li.active a,
.wrap-about-sidenav .about-sidenav>ul>li:hover a {
   color: #fff;
   background-color: #f07d00;
}
.inside-nav {
   position: relative;

   overflow: hidden;
   overflow-x: auto;

   height: 60px;
   margin-top: 50px;

   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;

   -webkit-overflow-scrolling: touch;
   /*定义滚动条轨道 内阴影+圆角*/
   /*定义滑块 内阴影+圆角*/
   /*滑块效果*/
}
@media (max-width: 1199px) {
   .inside-nav {
      margin-top: 30px;
   }
}
@media (max-width: 767px) {
   .inside-nav {
      height: 50px;
      margin-top: 10px;
   }
}
.inside-nav::-webkit-scrollbar {
   width: 5px;
   height: 2px;

   background-color: #fefefe;
}
.inside-nav::-webkit- scrollbar-track {
   border-radius: 5px;
   background-color: #fefefe;
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav::-webkit-scrollbar-thumb {
   border-radius: 5px;
   background-image: -webkit-gradient(linear, left top, right top, from(#f07d00), to(#d97508));
   background-image: -webkit-linear-gradient(left, #f07d00, #d97508);
   background-image: linear-gradient(to right, #f07d00, #d97508);
}
.inside-nav::-webkit- scrollbar-thumb:hover {
   border-radius: 5px;
   background: rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap {
   position: relative;
   z-index: 2;
}
.inside-nav .nav-wrap ul {
   font-size: 0;

   position: relative;

   display: inline-block;

   margin: 0 -10px;
   padding: 0;

   vertical-align: top;
   white-space: nowrap;
}
@media (max-width: 767px) {
   .inside-nav .nav-wrap ul {
      margin: 0 -5px;
   }
}
.inside-nav .nav-wrap ul li {
   position: relative;

   display: inline-block;

   padding: 0 10px;
}
@media (max-width: 767px) {
   .inside-nav .nav-wrap ul li {
      padding: 0 5px;
   }
}
.inside-nav .nav-wrap ul li a {
   font-size: 14px;
   line-height: 48px;

   position: relative;

   display: block;

   height: 50px;
   padding: 0 20px;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #f07d00;
   border: 1px solid #d7dbdb;
   border-radius: 30px;
}
@media (max-width: 991px) {
   .inside-nav .nav-wrap ul li a {
      line-height: 38px;

      height: 40px;
   }
}
.inside-nav .nav-wrap ul li a:after {
   font-family: 'iconfont' !important;
   font-size: 20px;

   display: inline-block;

   margin-left: 90px;

   content: '\e624';
   vertical-align: middle;
}
@media (max-width: 1199px) {
   .inside-nav .nav-wrap ul li a:after {
      margin-left: 40px;
   }
}
@media (max-width: 767px) {
   .inside-nav .nav-wrap ul li a:after {
      margin-left: 20px;
   }
}
.inside-nav .nav-wrap ul li.active a,
.inside-nav .nav-wrap ul li:hover a {
   color: #fff;
   background-image: -webkit-gradient(linear, left top, right top, from(#f07d00), to(#d97508));
   background-image: -webkit-linear-gradient(left, #f07d00, #d97508);
   background-image: linear-gradient(to right, #f07d00, #d97508);
}
.wrap-about .about {
   font-size: 0;
}
.wrap-about .about-left,
.wrap-about .about-right {
   font-size: 14px;

   display: inline-block;

   vertical-align: middle;
}
.wrap-about .about-left {
   width: 48%;
   padding-right: 5%;
}
@media (max-width: 1199px) {
   .wrap-about .about-left {
      width: 100%;
      padding-right: 0;
   }
}
.wrap-about .about-left .title-about h2 {
   font-size: 36px;
   font-weight: bold;
   line-height: 1.2;

   margin: 0;
}
@media (max-width: 1470px) {
   .wrap-about .about-left .title-about h2 {
      font-size: 30px;
   }
}
@media (max-width: 991px) {
   .wrap-about .about-left .title-about h2 {
      font-size: 24px;
   }
}
@media (max-width: 767px) {
   .wrap-about .about-left .title-about h2 {
      font-size: 20px;
   }
}
.wrap-about .about-left .text {
   margin-top: 20px;
}
.wrap-about .about-left .text p {
   font-size: 16px;
   line-height: 1.875;

   margin: 0;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-about .about-left .text p {
      font-size: 14px;
      line-height: 24px;
   }
}
.wrap-about .about-right {
   width: 52%;
}
@media (max-width: 1199px) {
   .wrap-about .about-right {
      width: 100%;
      margin-top: 30px;
   }
}
.wrap-about .about-right img {
   width: 100%;
}
.wrap-history {
   background: url(../images/history_bg.jpg) no-repeat center;
   background-size: cover;
}
.wrap-history .slick-history {
   padding: 0 90px;
}
@media (max-width: 767px) {
   .wrap-history .slick-history {
      padding: 0 30px;
   }
}
.wrap-history .slick-history .slick-slide:nth-child(2n) .year {
   -webkit-transform: translateY(100%);
   -ms-transform: translateY(100%);
   transform: translateY(100%);
}
.wrap-history .slick-history .slick-slide:nth-child(2n) .year b {
   padding-top: 26px;

   background: url(../images/year1.png) no-repeat;
}
.wrap-history .slick-history .slick-slide:nth-child(2n) .text {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   margin-top: 1px;

   -webkit-transform: translateY(-100%);
   -ms-transform: translateY(-100%);
   transform: translateY(-100%);

   border: none;
   border-bottom: 1px solid #666;

   -webkit-box-align: end;
   -webkit-align-items: flex-end;
   -ms-flex-align: end;
   align-items: flex-end;
}
.wrap-history .slick-history .slick-slide:nth-child(2n) .text:before {
   top: auto;
   bottom: -12px;
}
.wrap-history .slick-history .item {
   text-align: center;
}
.wrap-history .slick-history .item .year {
   padding: 30px;
}
@media (max-width: 767px) {
   .wrap-history .slick-history .item .year {
      padding: 20px 10px;
   }
}
.wrap-history .slick-history .item .year b {
   font-size: 20px;
   line-height: 102px;

   display: block;

   width: 102px;
   height: 128px;
   margin: 0 auto;

   color: #f07d00;
   background: url(../images/year.png) no-repeat;
}
.wrap-history .slick-history .item .text {
   position: relative;

   padding: 30px;

   border-top: 1px solid #666;
}
@media (max-width: 767px) {
   .wrap-history .slick-history .item .text {
      padding: 20px 10px;
   }
}
.wrap-history .slick-history .item .text:before {
   position: absolute;
   top: -12px;
   left: 50%;

   display: block;

   width: 24px;
   height: 24px;
   margin-left: -12px;

   content: '';

   background: url(../images/dot.png) no-repeat;
}
.wrap-history .slick-history .item .text p {
   font-size: 16px;
   line-height: 1.625;

   margin: 0;
}
@media (max-width: 767px) {
   .wrap-history .slick-history .item .text p {
      font-size: 14px;
   }
}
.wrap-honor {
   padding-bottom: 0;
}
.wrap-honor .slick-honor {
   max-width: 1710px;
   margin: 0 auto;
   margin-top: 30px;
}
@media (max-width: 767px) {
   .wrap-honor .slick-honor {
      margin-top: 20px;
      padding: 0 10px;
   }
}
.wrap-honor .slick-honor .slick-slide {
   padding: 0 15px;
}
@media (max-width: 767px) {
   .wrap-honor .slick-honor .slick-slide {
      padding: 0 5px;
   }
}
.wrap-honor .item {
   display: block;
}
.wrap-honor .item .img-box {
   padding-bottom: 143.93939394%;
}
.wrap-honor .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-honor .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
@media (max-width: 767px) {
   .wrap-equipment .equipment {
      margin-top: 10px;
   }
}
.wrap-equipment .equipment .item {
   display: block;

   margin-top: 30px;
}
@media (max-width: 767px) {
   .wrap-equipment .equipment .item {
      margin-top: 14px;
   }
}
.wrap-equipment .equipment .item .img-box {
   padding-bottom: 62.22222222%;
}
.wrap-equipment .equipment .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-equipment .equipment .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-partners .partners {
   margin-top: -30px;
}
@media (max-width: 767px) {
   .wrap-partners .partners {
      margin-top: -14px;
   }
}
.wrap-partners .partners .item {
   margin-top: 30px;

   -webkit-transition: all .2s;
   transition: all .2s;

   border: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
   .wrap-partners .partners .item {
      margin-top: 14px;
   }
}
.wrap-partners .partners .item .img-box {
   padding-bottom: 47.61904762%;
}
.wrap-partners .partners .item:hover {
   border-color: #f07d00;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-exhibition .exhibition {
   margin-top: -30px;
}
.wrap-exhibition .exhibition .item {
   position: relative;

   display: block;

   margin-top: 30px;

   text-align: center;
}
.wrap-exhibition .exhibition .item .pic {
   position: relative;
}
.wrap-exhibition .exhibition .item .pic .img-box {
   padding-bottom: 62.22222222%;
}
.wrap-exhibition .exhibition .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-exhibition .exhibition .item .pic .note {
   position: absolute;
   z-index: 2;
   top: 0;
   left: 0;

   overflow-y: auto;

   width: 100%;
   height: 100%;
   padding: 30px;

   color: #fff;
   background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 1199px) {
   .wrap-exhibition .exhibition .item .pic .note {
      display: none;
   }
}
.wrap-exhibition .exhibition .item .pic .note::-webkit-scrollbar {
   position: absolute;
   left: 0;

   width: 5px;
}
.wrap-exhibition .exhibition .item .pic .note::-webkit-scrollbar-track {
   background-color: #dcdcdc;
}
.wrap-exhibition .exhibition .item .pic .note::-webkit-scrollbar-thumb {
   background-color: #f07d00;
}
.wrap-exhibition .exhibition .item .pic .note h3 {
   font-size: 24px;
   line-height: 1.2;

   margin-top: 0;

   color: #f07d00;
}
@media (max-width: 1470px) {
   .wrap-exhibition .exhibition .item .pic .note h3 {
      font-size: 20px;
   }
}
.wrap-exhibition .exhibition .item .pic .note p {
   font-size: 16px;
   line-height: 1.625;

   margin: 0;
}
@media (max-width: 1470px) {
   .wrap-exhibition .exhibition .item .pic .note p {
      font-size: 14px;
   }
}
.wrap-exhibition .exhibition .item .text h3 {
   font-size: 24px;

   margin-bottom: 0;
}
@media (max-width: 1470px) {
   .wrap-exhibition .exhibition .item .text h3 {
      font-size: 20px;
   }
}
@media (max-width: 991px) {
   .wrap-exhibition .exhibition .item .text h3 {
      font-size: 18px;

      margin-top: 10px;
   }
}
@media (max-width: 767px) {
   .wrap-exhibition .exhibition .item .text h3 {
      font-size: 16px;
   }
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
   overflow: auto;

   opacity: 1;
}
.fancybox-infobar h3,
.fancybox-toolbar h3,
.fancybox-caption-wrap h3 {
   font-size: 24px;
   line-height: 1.2;

   margin-top: 0;

   color: #f07d00;
}
@media (max-width: 1470px) {
   .fancybox-infobar h3,
   .fancybox-toolbar h3,
   .fancybox-caption-wrap h3 {
      font-size: 20px;
   }
}
.fancybox-infobar p,
.fancybox-toolbar p,
.fancybox-caption-wrap p {
   font-size: 16px;
   line-height: 1.625;

   margin: 0;
}
@media (max-width: 1470px) {
   .fancybox-infobar p,
   .fancybox-toolbar p,
   .fancybox-caption-wrap p {
      font-size: 14px;
   }
}
.wrap-video .video {
   margin-top: -30px;
}
.wrap-video .video .item {
   position: relative;

   margin-top: 30px;
}
.wrap-video .video .item .img-box {
   padding-bottom: 62.22222222%;
}
.wrap-video .video .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-video .video .item .play {
   position: absolute;
   z-index: 2;
   top: 50%;
   left: 50%;

   display: block;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;

   width: -webkit-calc(100% - 40px);
   width: calc(100% - 40px);
   height: -webkit-calc(100% - 40px);
   height: calc(100% - 40px);

   cursor: pointer;
   -webkit-transition: all .2s;
   transition: all .2s;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);

   opacity: 0;
   color: #f07d00;
   border: 4px solid #f07d00;
   background-color: rgba(0, 0, 0, .6);

   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
@media (max-width: 1199px) {
   .wrap-video .video .item .play {
      width: auto;
      height: auto;

      opacity: 1;
      border: none;
      background: none;
   }
}
.wrap-video .video .item .play .icon {
   font-size: 40px;
}
.wrap-video .video .item .play p {
   font-size: 20px;
   line-height: 1.2;

   margin: 10px 0 0 0;
}
@media (max-width: 1470px) {
   .wrap-video .video .item .play p {
      font-size: 18px;
   }
}
@media (max-width: 1199px) {
   .wrap-video .video .item .play p {
      font-size: 16px;

      display: none;
   }
}
.wrap-video .video .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-video .video .item:hover .play {
   opacity: 1;
}
.wrap-download .download {
   margin-top: -60px;
}
@media (max-width: 991px) {
   .wrap-download .download {
      margin-top: -30px;
   }
}
.wrap-download .download .item {
   font-size: 0;

   margin-top: 60px;
}
@media (max-width: 991px) {
   .wrap-download .download .item {
      margin-top: 30px;
   }
}
.wrap-download .download .item .pic,
.wrap-download .download .item .text {
   font-size: 14px;

   display: inline-block;

   vertical-align: top;
}
.wrap-download .download .item .pic {
   width: 300px;
}
@media (max-width: 767px) {
   .wrap-download .download .item .pic {
      width: 100%;
   }
}
.wrap-download .download .item .pic .img-box {
   padding-bottom: 66.66666667%;
}
.wrap-download .download .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-download .download .item .text {
   width: -webkit-calc(100% - 300px);
   width: calc(100% - 300px);
   padding-left: 30px;
}
@media (max-width: 767px) {
   .wrap-download .download .item .text {
      width: 100%;
      margin-top: 10px;
      padding-left: 0;
   }
}
.wrap-download .download .item .text h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;
   margin: 0 0 10px 0;

   -webkit-transition: all .2s;
   transition: all .2s;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
   .wrap-download .download .item .text h3 {
      font-size: 20px;
   }
}
@media (max-width: 991px) {
   .wrap-download .download .item .text h3 {
      font-size: 18px;
   }
}
@media (max-width: 767px) {
   .wrap-download .download .item .text h3 {
      font-size: 15px;
      line-height: 24px;

      display: -webkit-box;
      overflow: hidden;

      height: 48px;

      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
   }
}
.wrap-download .download .item .text .note p {
   font-size: 16px;
   line-height: 1.625;

   margin: 0;

   color: #666;
}
@media (max-width: 991px) {
   .wrap-download .download .item .text .note p {
      font-size: 14px;
   }
}
.wrap-download .download .item .text a.down {
   font-size: 16px;
   line-height: 40px;

   display: inline-block;

   margin-top: 30px;
   padding: 0 30px;

   -webkit-transition: all .2s;
   transition: all .2s;

   background-color: #e1e6ec;
}
@media (max-width: 767px) {
   .wrap-download .download .item .text a.down {
      font-size: 14px;
      line-height: 30px;

      margin-top: 10px;
      padding: 0 14px;
   }
}
.wrap-download .download .item .text a.down .icon {
   font-size: 28px;

   display: inline-block;

   margin-left: 4px;

   vertical-align: middle;
}
.wrap-download .download .item:hover .pic .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-download .download .item:hover .text h3 {
   color: #f07d00;
}
.wrap-download .download .item:hover .text a.down {
   color: #fff;
   background-color: #f07d00;
}
.wrap-service .service-nav ul {
   margin: 0 -80px;

   text-align: center;
}
@media (max-width: 1199px) {
   .wrap-service .service-nav ul {
      margin: 0 -30px;
   }
}
@media (max-width: 767px) {
   .wrap-service .service-nav ul {
      margin: 0 -15px;
   }
}
.wrap-service .service-nav ul li {
   display: inline-block;

   padding: 0 80px;

   vertical-align: top;
}
@media (max-width: 1199px) {
   .wrap-service .service-nav ul li {
      padding: 0 30px;
   }
}
@media (max-width: 767px) {
   .wrap-service .service-nav ul li {
      padding: 0 15px;
   }
}
.wrap-service .service-nav ul li a {
   font-size: 16px;
   line-height: 50px;

   display: block;

   padding: 0 90px;

   -webkit-transition: all .2s;
   transition: all .2s;

   background-color: #e1e6ec;
}
@media (max-width: 767px) {
   .wrap-service .service-nav ul li a {
      line-height: 40px;

      padding: 0 40px;
   }
}
.wrap-service .service-nav ul li.active a,
.wrap-service .service-nav ul li:hover a {
   color: #fff;
   background-color: #f07d00;
}
.wrap-service .service {
   margin-top: 30px;
}
.wrap-service .service h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 1.4;
}
@media (max-width: 1199px) {
   .wrap-service .service h3 {
      font-size: 20px;
   }
}
@media (max-width: 991px) {
   .wrap-service .service h3 {
      font-size: 18px;
   }
}
.wrap-service .service p {
   font-size: 16px;
   line-height: 1.875;

   margin: 0;

   color: #666;
}
@media (max-width: 991px) {
   .wrap-service .service p {
      font-size: 14px;
      line-height: 24px;
   }
}
.wrap-service .service h4 {
   font-size: 20px;
}
@media (max-width: 991px) {
   .wrap-service .service h4 {
      font-size: 18px;
   }
}
@media (max-width: 767px) {
   .wrap-service .service h4 {
      font-size: 16px;
   }
}
.wrap-solution .solution {
   margin-top: -40px;
}
.wrap-solution .solution .item {
   display: block;

   margin-top: 40px;
   padding: 10px;

   text-align: center;

   border: 1px solid #999;
}
.wrap-solution .solution .item .pic .img-box {
   padding-bottom: 113.95348837%;
}
.wrap-solution .solution .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-solution .solution .item .text {
   padding: 20px;
}
.wrap-solution .solution .item .text h3 {
   font-size: 16px;
   line-height: 50px;

   display: -webkit-box;
   overflow: hidden;

   height: 50px;
   margin: 0;
   padding: 0 10px;

   -webkit-transition: all .2s;
   transition: all .2s;

   background-color: #e1e6ec;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
.wrap-solution .solution .item:hover .pic .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-solution .solution .item:hover .text h3 {
   color: #fff;
   background-color: #f07d00;
}
.wrap-case {
   background-color: #f9f9f9;
}
.wrap-case .title-in {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   max-width: 1230px;
   margin: 0 auto;

   text-align: left;

   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
@media (max-width: 767px) {
   .wrap-case .title-in {
      display: block;
   }
}
.wrap-case .title-in h2 {
   width: 45%;
}
@media (max-width: 767px) {
   .wrap-case .title-in h2 {
      width: 100%;
   }
}
.wrap-case .title-in h2:after {
   display: none;
}
.wrap-case .title-in p {
   width: 55%;
}
@media (max-width: 767px) {
   .wrap-case .title-in p {
      font-size: 14px;

      width: 100%;
   }
}
.wrap-case .case {
   max-width: 1230px;
   margin: 0 auto;
   margin-top: 30px;

   border-top: 1px solid #d5d5d5;
}
.wrap-case .case .item {
   font-size: 0;

   display: block;

   padding: 30px 0;

   border-bottom: 1px solid #d5d5d5;
}
.wrap-case .case .item .text,
.wrap-case .case .item .pic {
   font-size: 14px;

   display: inline-block;

   vertical-align: middle;
}
.wrap-case .case .item .text {
   width: -webkit-calc(100% - 450px);
   width: calc(100% - 450px);
   padding-right: 8%;
}
@media (max-width: 1199px) {
   .wrap-case .case .item .text {
      width: -webkit-calc(100% - 300px);
      width: calc(100% - 300px);
      padding-right: 5%;
   }
}
@media (max-width: 767px) {
   .wrap-case .case .item .text {
      width: 100%;
      padding-right: 0;
   }
}
.wrap-case .case .item .text .title-case h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;
   margin: 0;

   -webkit-transition: all .2s;
   transition: all .2s;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
   .wrap-case .case .item .text .title-case h3 {
      font-size: 20px;
   }
}
.wrap-case .case .item .text .note {
   margin-top: 20px;
}
.wrap-case .case .item .text .note p {
   font-size: 16px;
   line-height: 26px;

   display: -webkit-box;
   overflow: hidden;

   height: 104px;
   margin: 0;

   color: #444;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4;
}
@media (max-width: 991px) {
   .wrap-case .case .item .text .note p {
      font-size: 14px;
   }
}
.wrap-case .case .item .text .more {
   margin-top: 40px;
}
@media (max-width: 991px) {
   .wrap-case .case .item .text .more {
      margin-top: 20px;
   }
}
.wrap-case .case .item .text .more a {
   display: block;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #666;
}
.wrap-case .case .item .text .more a .icon {
   font-size: 40px;
   line-height: 1;
}
@media (max-width: 991px) {
   .wrap-case .case .item .text .more a .icon {
      font-size: 30px;
   }
}
.wrap-case .case .item .pic {
   width: 450px;
}
@media (max-width: 1199px) {
   .wrap-case .case .item .pic {
      width: 300px;
   }
}
@media (max-width: 767px) {
   .wrap-case .case .item .pic {
      width: 100%;
      margin-top: 20px;
   }
}
.wrap-case .case .item .pic .img-box {
   padding-bottom: 77.77777778%;
}
.wrap-case .case .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-case .case .item:hover .text .title-case h3 {
   color: #f07d00;
}
.wrap-case .case .item:hover .pic .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-case .case .item:hover .more a {
   color: #f07d00;
}
.wrap-application .title-in h2:after {
   display: none;
}
.wrap-application .title-in p {
   max-width: 690px;
   margin: 0 auto;
   margin-top: 10px;
}
.wrap-application .application .padding:nth-child(2n) {
   margin-top: 50px;
}
@media (max-width: 991px) {
   .wrap-application .application .padding:nth-child(2n) {
      margin-top: 30px;
   }
}
.wrap-application .application .item {
   display: block;

   margin-top: 50px;

   text-align: center;
}
@media (max-width: 991px) {
   .wrap-application .application .item {
      margin-top: 30px;
   }
}
.wrap-application .application .item .pic {
   position: relative;
}
.wrap-application .application .item .pic:before {
   position: absolute;
   z-index: 2;
   top: 0;
   left: 0;

   display: block;

   width: 100%;
   height: 100%;

   content: '';
   -webkit-transition: all .2s;
   transition: all .2s;

   opacity: 0;
   border: 5px solid #f07d00;
}
.wrap-application .application .item .pic .img-box {
   padding-bottom: 139.39393939%;
}
.wrap-application .application .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-application .application .item .title-application {
   -webkit-transition: all .2s;
   transition: all .2s;
}
.wrap-application .application .item .title-application h3 {
   font-size: 24px;
   line-height: 70px;

   display: -webkit-box;
   overflow: hidden;

   height: 70px;
   margin: 0;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
   .wrap-application .application .item .title-application h3 {
      font-size: 20px;
   }
}
@media (max-width: 1199px) {
   .wrap-application .application .item .title-application h3 {
      font-size: 18px;
      line-height: 50px;

      height: 50px;
   }
}
@media (min-width: 1200px) {
   .wrap-application .application .item:hover {
      background-color: #f07d00;
   }
   .wrap-application .application .item:hover .pic:before {
      opacity: 1;
   }
   .wrap-application .application .item:hover .pic .img-box img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
   }
   .wrap-application .application .item:hover .title-application {
      color: #fff;
   }
}
.wrap-sitemap .sitemap {
   margin-top: 40px;
}
@media (max-width: 1199px) {
   .wrap-sitemap .sitemap {
      margin-top: 30px;
   }
}
.wrap-sitemap .sitemap>ul>li {
   position: relative;

   width: 100%;
   margin-top: 30px;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li {
      min-height: 38px;
      margin-top: 20px;
      padding-left: 0;
   }
}
.wrap-sitemap .sitemap>ul>li>a {
   font-size: 18px;
   font-weight: bold;
   line-height: 28px;

   display: inline-block;

   min-width: 240px;
   padding: 10px 30px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-transform: capitalize;

   border: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li>a {
      font-size: 16px;

      min-width: 140px;
      padding: 4px 10px;
   }
}
.wrap-sitemap .sitemap>ul>li:hover>a {
   color: #fff;
   background-color: #f07d00;
}
.wrap-sitemap .sitemap>ul>li>ul {
   position: relative;

   padding: 10px 0;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li>ul {
      margin: 0 -10px;
      margin-top: 10px;
      padding: 0;
   }
}
.wrap-sitemap .sitemap>ul>li>ul>li {
   display: block;

   vertical-align: top;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
   font-size: 16px;
   line-height: 28px;

   display: block;

   padding: 5px 30px;

   text-transform: capitalize;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li>ul>li>a {
      font-size: 14px;
      line-height: 30px;

      min-width: auto;
      padding: 0 10px;
   }
}
.wrap-sitemap .sitemap>ul>li>ul>li>a:before {
   margin-right: 4px;

   content: '-';
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul {
   padding: 0 30px;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li>ul>li>ul {
      padding: 0;
   }
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
   display: inline-block;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li a {
   line-height: 30px;

   display: block;

   padding: 0 10px;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li>ul>li>ul>li a {
      font-size: 13px;
   }
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li:hover a {
   text-decoration: underline;

   color: #f07d00;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
   font-weight: bold;

   color: #f07d00;
}
.wrap-news .news {
   margin-top: -30px;
}
.wrap-news .news ul li:nth-child(2n) .item .pic {
   left: -webkit-calc(100% - 530px);
   left: calc(100% - 530px);
}
@media (max-width: 1199px) {
   .wrap-news .news ul li:nth-child(2n) .item .pic {
      left: -webkit-calc(100% - 400px);
      left: calc(100% - 400px);
   }
}
@media (max-width: 991px) {
   .wrap-news .news ul li:nth-child(2n) .item .pic {
      left: -webkit-calc(100% - 300px);
      left: calc(100% - 300px);
   }
}
@media (max-width: 767px) {
   .wrap-news .news ul li:nth-child(2n) .item .pic {
      left: 0;
   }
}
.wrap-news .news ul li:nth-child(2n) .item .text {
   right: 530px;
}
@media (max-width: 1199px) {
   .wrap-news .news ul li:nth-child(2n) .item .text {
      right: 400px;
   }
}
@media (max-width: 991px) {
   .wrap-news .news ul li:nth-child(2n) .item .text {
      right: 300px;
   }
}
@media (max-width: 767px) {
   .wrap-news .news ul li:nth-child(2n) .item .text {
      right: 0;
   }
}
.wrap-news .news .item {
   font-size: 0;

   position: relative;

   margin-top: 30px;
   padding: 30px 0;

   background-color: #e1e6eb;
}
@media (max-width: 991px) {
   .wrap-news .news .item {
      padding: 15px 0;
   }
}
.wrap-news .news .item:before {
   position: absolute;
   top: 0;
   left: 0;

   display: block;

   width: 100%;
   height: 130px;

   content: '';

   background-color: #fff;
}
@media (max-width: 1199px) {
   .wrap-news .news .item:before {
      height: 110px;
   }
}
@media (max-width: 991px) {
   .wrap-news .news .item:before {
      height: 75px;
   }
}
.wrap-news .news .item .pic,
.wrap-news .news .item .text {
   font-size: 14px;

   position: relative;
   z-index: 2;

   display: inline-block;

   vertical-align: top;
}
.wrap-news .news .item .pic {
   width: 530px;
}
@media (max-width: 1199px) {
   .wrap-news .news .item .pic {
      width: 400px;
   }
}
@media (max-width: 991px) {
   .wrap-news .news .item .pic {
      width: 300px;
   }
}
@media (max-width: 767px) {
   .wrap-news .news .item .pic {
      width: 100%;
   }
}
.wrap-news .news .item .pic .img-box {
   padding-bottom: 63.01369863%;
}
.wrap-news .news .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-news .news .item .text {
   width: -webkit-calc(100% - 530px);
   width: calc(100% - 530px);
   padding: 0 30px;
}
@media (max-width: 1199px) {
   .wrap-news .news .item .text {
      width: -webkit-calc(100% - 400px);
      width: calc(100% - 400px);
   }
}
@media (max-width: 991px) {
   .wrap-news .news .item .text {
      width: -webkit-calc(100% - 300px);
      width: calc(100% - 300px);
   }
}
@media (max-width: 767px) {
   .wrap-news .news .item .text {
      width: 100%;
      padding: 0 15px;
   }
}
.wrap-news .news .item .text .title-news h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 100px;

   display: -webkit-box;
   overflow: hidden;

   height: 100px;
   margin: 0;

   -webkit-transition: all .2s;
   transition: all .2s;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
   .wrap-news .news .item .text .title-news h3 {
      font-size: 20px;
      line-height: 80px;

      height: 80px;
   }
}
@media (max-width: 991px) {
   .wrap-news .news .item .text .title-news h3 {
      font-size: 18px;
      line-height: 60px;

      height: 60px;
   }
}
@media (max-width: 767px) {
   .wrap-news .news .item .text .title-news h3 {
      font-size: 16px;
      line-height: 40px;

      height: 40px;
   }
}
.wrap-news .news .item .text .note {
   margin-top: 40px;
}
@media (max-width: 1199px) {
   .wrap-news .news .item .text .note {
      margin-top: 20px;
   }
}
@media (max-width: 767px) {
   .wrap-news .news .item .text .note {
      margin: 0;
   }
}
.wrap-news .news .item .text .note p {
   font-size: 16px;
   line-height: 26px;

   display: -webkit-box;
   overflow: hidden;

   height: 78px;
   margin: 0;

   color: #666;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}
@media (max-width: 991px) {
   .wrap-news .news .item .text .note p {
      font-size: 14px;
      line-height: 24px;

      height: 72px;
   }
}
.wrap-news .news .item .text .link {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   margin-top: 30px;

   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
@media (max-width: 991px) {
   .wrap-news .news .item .text .link {
      margin-top: 10px;
   }
}
.wrap-news .news .item .text .link .date {
   font-size: 16px;
   line-height: 24px;

   display: inline-block;

   color: #f07d00;
}
@media (max-width: 767px) {
   .wrap-news .news .item .text .link .date {
      font-size: 14px;
   }
}
.wrap-news .news .item .text .link .date .icon {
   font-size: 24px;

   display: inline-block;

   vertical-align: middle;
}
.wrap-news .news .item .text .link .more {
   font-size: 16px;
   line-height: 40px;

   display: inline-block;

   padding: 0 30px;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #fff;
   background-color: #666;
}
@media (max-width: 991px) {
   .wrap-news .news .item .text .link .more {
      padding: 0 20px;
   }
}
@media (max-width: 767px) {
   .wrap-news .news .item .text .link .more {
      font-size: 14px;
   }
}
.wrap-news .news .item:hover .pic .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-news .news .item:hover .text h3 {
   color: #f07d00;
}
.wrap-news .news .item:hover .link .more {
   background-color: #f07d00;
}
.wrap-details .title-details {
   padding-bottom: 20px;

   border-bottom: 1px solid #dcdcdc;
}
.wrap-details .title-details h1 {
   font-size: 30px;
   font-weight: bold;

   margin: 0;
}
@media (max-width: 991px) {
   .wrap-details .title-details h1 {
      font-size: 24px;
   }
}
@media (max-width: 767px) {
   .wrap-details .title-details h1 {
      font-size: 20px;
   }
}
.wrap-details .title-details .date {
   line-height: 24px;

   display: block;

   margin-top: 20px;

   color: #d97508;
}
.wrap-details .title-details .date:before {
   font-family: 'iconfont' !important;
   font-size: 24px;

   display: inline-block;

   margin-top: -2px;
   margin-right: 10px;

   content: '\e63a';
   vertical-align: middle;
}
.wrap-details .details .text {
   margin-top: 30px;
}
.wrap-details .details .text p {
   font-size: 16px;
   line-height: 1.875;

   margin: 0;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-details .details .text p {
      font-size: 14px;
      line-height: 24px;
   }
}
.wrap-details .details .text img {
   max-width: 100%;
   height: auto !important;
}
.wrap-details .share {
   margin-top: 30px;
}
.wrap-details .share p {
   font-size: 16px;

   margin: 0;
}
.wrap-details .share p,
.wrap-details .share .addthis_inline_share_toolbox {
   display: inline-block;

   vertical-align: middle;
}
.wrap-details .relate-details {
   margin-top: 50px;
   padding-top: 10px;

   border-top: 1px solid #dcdddc;
}
.wrap-details .relate-details a {
   font-size: 16px;
   line-height: 30px;

   position: relative;

   display: block;
   display: -webkit-box;
   overflow: hidden;

   height: 30px;
   margin-top: 10px;
   padding-left: 40px;

   color: #666;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
   .wrap-details .relate-details a {
      font-size: 14px;
   }
}
.wrap-details .relate-details a:before {
   font-family: 'iconfont' !important;
   line-height: 30px;

   position: absolute;
   left: 0;

   width: 30px;
   height: 30px;

   content: '\eb60';
   text-align: center;

   color: #fff;
   border-radius: 50%;
   background-color: #f07d00;
}
.wrap-details .relate-details a.next:before {
   content: '\e625';
}
.wrap-details .relate-details a:hover {
   color: #f07d00;
}
.wrap-product .product-menu,
.wrap-nosearch .product-menu {
   padding: 40px 5%;

   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
   .wrap-product .product-menu,
   .wrap-nosearch .product-menu {
      padding: 30px 15px;
   }
}
.wrap-product .product-menu .title-in h2:after,
.wrap-nosearch .product-menu .title-in h2:after {
   display: none;
}
.wrap-product .product-menu .menu-nav,
.wrap-nosearch .product-menu .menu-nav {
   position: relative;

   text-align: center;
}
.wrap-product .product-menu .menu-nav ul.menu1,
.wrap-nosearch .product-menu .menu-nav ul.menu1 {
   font-size: 0;

   margin: 0 -15px;
}
@media (max-width: 1199px) {
   .wrap-product .product-menu .menu-nav ul.menu1,
   .wrap-nosearch .product-menu .menu-nav ul.menu1 {
      margin: 0 -5px;
   }
}
.wrap-product .product-menu .menu-nav ul.menu1>li,
.wrap-nosearch .product-menu .menu-nav ul.menu1>li {
   font-size: 14px;

   display: inline-block;

   width: 20%;
   margin-top: 20px;
   padding: 0 15px;
   padding-bottom: 30px;

   vertical-align: top;
}
@media (max-width: 1199px) {
   .wrap-product .product-menu .menu-nav ul.menu1>li,
   .wrap-nosearch .product-menu .menu-nav ul.menu1>li {
      padding: 0 5px;
      padding-bottom: 30px;
   }
}
.wrap-product .product-menu .menu-nav ul.menu1>li>a,
.wrap-nosearch .product-menu .menu-nav ul.menu1>li>a {
   font-size: 20px;
   line-height: 30px;

   position: relative;

   display: block;

   padding: 10px;

   -webkit-transition: all .2s;
   transition: all .2s;

   background-color: #e1e6eb;
}
@media (max-width: 1470px) {
   .wrap-product .product-menu .menu-nav ul.menu1>li>a,
   .wrap-nosearch .product-menu .menu-nav ul.menu1>li>a {
      font-size: 18px;
   }
}
@media (max-width: 1199px) {
   .wrap-product .product-menu .menu-nav ul.menu1>li>a,
   .wrap-nosearch .product-menu .menu-nav ul.menu1>li>a {
      font-size: 16px;
   }
}
@media (max-width: 991px) {
   .wrap-product .product-menu .menu-nav ul.menu1>li>a,
   .wrap-nosearch .product-menu .menu-nav ul.menu1>li>a {
      font-size: 14px;
   }
}
.wrap-product .product-menu .menu-nav ul.menu1>li>a:after,
.wrap-nosearch .product-menu .menu-nav ul.menu1>li>a:after {
   position: absolute;
   top: 52px;
   left: 50%;

   display: block;

   width: 0;
   height: 0;

   content: '';
   -webkit-transition: all .2s;
   transition: all .2s;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);

   opacity: 0;
   border-width: 9px 9px 0 8px;
   border-style: solid;
   border-color: #f07d00 transparent transparent transparent;
}
.wrap-product .product-menu .menu-nav ul.menu1>li.active>a,
.wrap-nosearch .product-menu .menu-nav ul.menu1>li.active>a,
.wrap-product .product-menu .menu-nav ul.menu1>li:hover>a,
.wrap-nosearch .product-menu .menu-nav ul.menu1>li:hover>a {
   color: #fff;
   background-color: #f07d00;
}
.wrap-product .product-menu .menu-nav ul.menu1>li.active>a:after,
.wrap-nosearch .product-menu .menu-nav ul.menu1>li.active>a:after,
.wrap-product .product-menu .menu-nav ul.menu1>li:hover>a:after,
.wrap-nosearch .product-menu .menu-nav ul.menu1>li:hover>a:after {
   opacity: 1;
}
.wrap-product .product-menu .menu-nav ul.menu2,
.wrap-nosearch .product-menu .menu-nav ul.menu2 {
   font-size: 0;

   position: absolute;
   top: 100%;
   left: 0;

   display: none;

   width: 100%;

   text-align: left;

   border-top: 1px solid #e9edf0;
   border-bottom: 1px solid #e9edf0;

   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   z-index: 2;
   background-color: #fff;
   box-shadow: 0 0 10px #dcdcdc;
   padding: 10px 3%;

}
.wrap-product .product-menu .menu-nav ul.menu2 li,
.wrap-nosearch .product-menu .menu-nav ul.menu2 li {
   display: inline-block;

   /* min-width: 25%; */
   padding: 0 10px;
   vertical-align: top;
}
.wrap-product .product-menu .menu-nav ul.menu2 li a,
.wrap-nosearch .product-menu .menu-nav ul.menu2 li a {
   font-size: 16px;
   line-height: 30px;

   position: relative;

   display: block;

   padding: 5px 10px;
   padding-left: 20px;

   color: #666;
}
@media (max-width: 1470px) {
   .wrap-product .product-menu .menu-nav ul.menu2 li a,
   .wrap-nosearch .product-menu .menu-nav ul.menu2 li a {
      font-size: 14px;
   }
}
@media (max-width: 991px) {
   .wrap-product .product-menu .menu-nav ul.menu2 li a,
   .wrap-nosearch .product-menu .menu-nav ul.menu2 li a {
      line-height: 24px;

      padding: 5px 10px 5px 20px;
   }
}
.wrap-product .product-menu .menu-nav ul.menu2 li a:before,
.wrap-nosearch .product-menu .menu-nav ul.menu2 li a:before {
   position: absolute;
   top: 15px;
   left: 0;

   display: block;

   width: 10px;
   height: 10px;

   content: '';

   border: 1px solid #737679;
}
@media (max-width: 991px) {
   .wrap-product .product-menu .menu-nav ul.menu2 li a:before,
   .wrap-nosearch .product-menu .menu-nav ul.menu2 li a:before {
      top: 12px;
   }
}
.wrap-product .product-menu .menu-nav ul.menu2 li.active a,
.wrap-nosearch .product-menu .menu-nav ul.menu2 li.active a,
.wrap-product .product-menu .menu-nav ul.menu2 li:hover a,
.wrap-nosearch .product-menu .menu-nav ul.menu2 li:hover a {
   color: #f07d00;
}
.wrap-product .product-menu .menu-nav ul.menu2 li.active a:before,
.wrap-nosearch .product-menu .menu-nav ul.menu2 li.active a:before,
.wrap-product .product-menu .menu-nav ul.menu2 li:hover a:before,
.wrap-nosearch .product-menu .menu-nav ul.menu2 li:hover a:before {
   border-color: #f07d00;
   background-color: #f07d00;
}
.wrap-product .product .item,
.wrap-nosearch .product .item {
   font-size: 0;

   margin-top: 30px;
   padding: 10px;

   /* background: url(../images/product_bg.jpg) no-repeat bottom right #e1e6eb; */
   background-color: #e1e6eb;
}
.wrap-product .product .item .pic,
.wrap-nosearch .product .item .pic,
.wrap-product .product .item .text,
.wrap-nosearch .product .item .text {
   font-size: 14px;

   display: inline-block;

   vertical-align: middle;
}
.wrap-product .product .item .pic,
.wrap-nosearch .product .item .pic {
   width: 46%;
}
@media (max-width: 767px) {
   .wrap-product .product .item .pic,
   .wrap-nosearch .product .item .pic {
      width: 100%;
   }
}
.wrap-product .product .item .pic .img-box,
.wrap-nosearch .product .item .pic .img-box {
   padding-bottom: 78.04878049%;
}
.wrap-product .product .item .pic .img-box img,
.wrap-nosearch .product .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-product .product .item .text,
.wrap-nosearch .product .item .text {
   width: 54%;
   padding: 24px;
}
@media (max-width: 767px) {
   .wrap-product .product .item .text,
   .wrap-nosearch .product .item .text {
      width: 100%;
      padding: 20px 0;
   }
}
.wrap-product .product .item .text h3,
.wrap-nosearch .product .item .text h3 {
   font-size: 20px;
   font-weight: bold;
   line-height: 32px;

   display: -webkit-box;
   overflow: hidden;

   height: 64px;
   margin: 0;

   -webkit-transition: all .2s;
   transition: all .2s;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
   .wrap-product .product .item .text h3,
   .wrap-nosearch .product .item .text h3 {
      font-size: 18px;
      line-height: 24px;

      display: -webkit-box;
      overflow: hidden;

      height: 24px;

      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
   }
}
.wrap-product .product .item .text .link,
.wrap-nosearch .product .item .text .link {
   margin-top: 20px;
}
.wrap-product .product .item .text .link a,
.wrap-nosearch .product .item .text .link a {
   line-height: 40px;

   display: inline-block;

   padding: 0 36px;

   -webkit-transition: all .2s;
   transition: all .2s;
   vertical-align: top;

   border: 1px solid #222;
}
@media (max-width: 1470px) {
   .wrap-product .product .item .text .link a,
   .wrap-nosearch .product .item .text .link a {
      padding: 0 20px;
   }
}
.wrap-product .product .item .text .link a:hover,
.wrap-nosearch .product .item .text .link a:hover {
   color: #fff;
   border-color: #d97508;
   background-color: #d97508;
}
.wrap-product .product .item .text .link .more,
.wrap-nosearch .product .item .text .link .more {
   margin-right: 10px;

   color: #fff;
   border-color: #f07d00;
   background-color: #f07d00;
}
.wrap-product .product .item:hover .pic .img-box img,
.wrap-nosearch .product .item:hover .pic .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-product .product .item:hover .text h3,
.wrap-nosearch .product .item:hover .text h3 {
   color: #f07d00;
}
.xs-product-nav>ul {
   font-size: 0;

   margin: 0 -5px;
   margin-top: 10px;
}
.xs-product-nav>ul>li {
   display: inline-block;

   width: 50%;
   margin-top: 10px;
   padding: 0 5px;

   vertical-align: top;
}
.xs-product-nav>ul>li a {
   font-size: 14px;
   line-height: 24px;

   display: block;

   padding: 5px 10px;

   -webkit-transition: all .2s;
   transition: all .2s;

   background-color: #e1e6eb;
}
.xs-product-nav>ul>li.active a {
   color: #fff;
   background-color: #f07d00;
}
.wrap-product-show .location {
   position: relative;

   padding-left: 30px;

   color: #666;
   border-bottom: 1px solid #d5d5d5;
}
.wrap-product-show .location .icon,
.wrap-product-show .location ul {
   display: inline-block;

   vertical-align: middle;
}
.wrap-product-show .location .icon {
   font-size: 20px;

   position: absolute;
   left: 0;
}
.wrap-product-show .location ul li {
   font-size: 16px;
   line-height: 1.625;

   display: inline-block;

   vertical-align: top;
}
@media (max-width: 767px) {
   .wrap-product-show .location ul li {
      font-size: 14px;
   }
}
.wrap-product-show .location ul li:after {
   display: inline-block;

   content: '>';
   vertical-align: middle;
}
.wrap-product-show .location ul li:last-child:after {
   display: none;
}
.wrap-product-show .location ul li a {
   line-height: 30px;

   display: inline-block;

   -webkit-transition: all .2s;
   transition: all .2s;
   vertical-align: middle;
}
.wrap-product-show .location ul li a:hover {
   color: #f07d00;
}
.wrap-product-show .container {
   max-width: 1280px;
}
.wrap-product-show .product-show {
   font-size: 0;

   overflow: hidden;

   margin-top: 30px;
}
.wrap-product-show .product-show .img-box {
   padding-bottom: 78.04878049%;
}
.wrap-product-show .product-show .carousel,
.wrap-product-show .product-show .info-box {
   font-size: 14px;

   display: inline-block;

   vertical-align: top;
}
.wrap-product-show .product-show .carousel {
   position: relative;

   width: 60%;
   padding-right: 150px;
}
@media (max-width: 1470px) {
   .wrap-product-show .product-show .carousel {
      padding-right: 140px;
   }
}
@media (max-width: 1199px) {
   .wrap-product-show .product-show .carousel {
      padding-right: 120px;
   }
}
@media (max-width: 991px) {
   .wrap-product-show .product-show .carousel {
      width: 100%;
      padding-right: 0;
   }
}
.wrap-product-show .product-show .carousel .slider-for {
   font-size: 0;

   position: relative;
}
.wrap-product-show .product-show .carousel .slider-for .item {
   position: relative;
}
.wrap-product-show .product-show .carousel .slider-for iframe {
   position: absolute;
   top: 0;
   left: 0;

   width: 100%;
   height: 100%;
}
.wrap-product-show .product-show .carousel .slider-for .play {
   font-size: 80px;

   position: absolute;
   z-index: 2;
   top: 50%;
   left: 50%;

   cursor: pointer;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);

   color: #fff;
}
@media (max-width: 991px) {
   .wrap-product-show .product-show .carousel .slider-for .play {
      font-size: 50px;
   }
}
.wrap-product-show .product-show .carousel .slider-for .play:before {
   font-family: 'iconfont' !important;

   content: '\e62c';
}
.wrap-product-show .product-show .slider-nav {
   position: absolute;
   top: 0;
   right: 0;

   width: 136px;
   margin: 0;
}
@media (max-width: 1470px) {
   .wrap-product-show .product-show .slider-nav {
      width: 122px;
   }
}
@media (max-width: 1199px) {
   .wrap-product-show .product-show .slider-nav {
      width: 97px;
   }
}
@media (max-width: 991px) {
   .wrap-product-show .product-show .slider-nav {
      position: relative;

      width: 100%;
      margin-top: 10px;
   }
}
.wrap-product-show .product-show .slider-nav .slick-slide {
   padding: 4px 0;

   outline: none;
}
@media (max-width: 991px) {
   .wrap-product-show .product-show .slider-nav .slick-slide {
      padding: 0 5px;
   }
}
.wrap-product-show .product-show .slider-nav .item {
   position: relative;

   border: 1px solid #e1e6eb;
}
.wrap-product-show .product-show .slider-nav .item-video {
   position: relative;

   background-color: #000;
}
.wrap-product-show .product-show .slider-nav .item-video .img-box {
   opacity: .6;
}
.wrap-product-show .product-show .slider-nav .item-video:after {
   font-family: 'iconfont' !important;
   font-size: 30px;

   position: absolute;
   z-index: 2;
   top: 50%;
   left: 50%;

   content: '\e644';
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);

   color: #fff;
}
@media (max-width: 991px) {
   .wrap-product-show .product-show .slider-nav .item-video:after {
      font-size: 30px;
   }
}
.wrap-product-show .product-show .slider-nav .slick-current .item {
   border: 1px solid #f07d00;
}
@media (min-width: 992px) {
   .wrap-product-show .product-show .slider-nav .slick-arrow {
      font-size: 20px;

      top: 0;
      left: 50%;

      margin: 0;

      -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
      transform: translateX(-50%) rotate(90deg);

      background: none;
   }
   .wrap-product-show .product-show .slider-nav .slick-arrow.slick-next {
      top: auto;
      bottom: 0;
   }
   .wrap-product-show .product-show .slider-nav .slick-arrow:hover {
      color: #d97508;
   }
}
.wrap-product-show .info-box {
   width: 40%;
   padding-left: 4%;
}
@media (max-width: 991px) {
   .wrap-product-show .info-box {
      width: 100%;
      margin-top: 30px;
      padding-left: 0;
   }
}
.wrap-product-show .info-box .title-info {
   margin-top: 30px;
}
@media (max-width: 1199px) {
   .wrap-product-show .info-box .title-info {
      margin-top: 0;
   }
}
.wrap-product-show .info-box .title-info h1 {
   font-size: 36px;
   line-height: 1.4;

   display: block;

   margin: 0;
}
@media (max-width: 1470px) {
   .wrap-product-show .info-box .title-info h1 {
      font-size: 30px;
   }
}
@media (max-width: 991px) {
   .wrap-product-show .info-box .title-info h1 {
      font-size: 24px;
   }
}
.wrap-product-show .info-box .text {
   margin-top: 14px;
}
.wrap-product-show .info-box .text p {
   font-size: 16px;
   line-height: 1.625;

   margin: 0;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-product-show .info-box .text p {
      font-size: 14px;
   }
}
.wrap-product-show .info-box .btn-inquiry {
   margin-top: 40px;
}
@media (max-width: 1199px) {
   .wrap-product-show .info-box .btn-inquiry {
      margin-top: 20px;
   }
}
.wrap-product-show .info-box .btn-inquiry a {
   font-size: 16px;
   line-height: 40px;

   display: inline-block;

   padding: 0 30px;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #fff;
   background-color: #f07d00;
}
.wrap-product-show .info-box .btn-inquiry a:hover {
   background-color: #d97508;
}
.wrap-product-show .info-box .share {
   margin-top: 20px;
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .addthis_inline_share_toolbox {
   display: inline-block;

   margin: 0;

   vertical-align: middle;
}
.wrap-product-show .info-box .share p {
   font-size: 16px;
}
.wrap-product-show .info-box .prev-next {
   font-size: 0;

   margin-top: 50px;
}
@media (max-width: 1199px) {
   .wrap-product-show .info-box .prev-next {
      margin-top: 30px;
   }
}
@media (max-width: 767px) {
   .wrap-product-show .info-box .prev-next {
      display: block;

      margin-top: 20px;
   }
}
.wrap-product-show .info-box .prev-next a {
   font-size: 14px;

   position: relative;

   display: inline-block;

   width: 50%;
   padding-left: 30px;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-product-show .info-box .prev-next a {
      font-size: 14px;
   }
}
.wrap-product-show .info-box .prev-next a:before {
   font-family: 'iconfont' !important;
   font-size: 12px;
   line-height: 20px;

   position: absolute;
   top: 0;
   left: 0;

   display: inline-block;

   width: 20px;
   height: 20px;

   content: '\eb60';
   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;
   vertical-align: middle;

   border: 1px solid #999;
   border-radius: 50%;
}
.wrap-product-show .info-box .prev-next a:hover {
   color: #f07d00;
}
.wrap-product-show .info-box .prev-next a:hover:before {
   color: #fff;
   border-color: #f07d00;
   background-color: #f07d00;
}
.wrap-product-show .info-box .prev-next .next {
   padding-right: 30px;
   padding-left: 0;

   text-align: right;
}
.wrap-product-show .info-box .prev-next .next:before {
   position: absolute;
   top: 0;
   right: 0;
   left: auto;

   content: '\e625';
}
.wrap-product-show .title-product-show h2 {
   font-size: 24px;
   line-height: 1;

   display: block;

   margin: 0;
}
@media (max-width: 767px) {
   .wrap-product-show .title-product-show h2 {
      font-size: 20px;
   }
}
.wrap-product-show .parameter,
.wrap-product-show .details,
.wrap-product-show .inquiry {
   padding-top: 60px;
}
.wrap-product-show .parameter .text,
.wrap-product-show .details .text {
   position: relative;
   z-index: 2;

   margin-top: 20px;
}
.wrap-product-show .parameter .text img,
.wrap-product-show .details .text img {
   max-width: 100%;
   height: auto !important;
}
.wrap-product-show .parameter .text p,
.wrap-product-show .details .text p {
   font-size: 16px;
   line-height: 1.625;

   margin: 0;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-product-show .parameter .text p,
   .wrap-product-show .details .text p {
      font-size: 14px;
      line-height: 24px;
   }
}
.wrap-product-show .parameter .table-box,
.wrap-product-show .details .table-box {
   overflow: auto;

   width: 100%;
   max-width: 100%;
   margin-top: 40px;
}
.wrap-product-show .parameter .table-box table,
.wrap-product-show .details .table-box table {
   line-height: 1.2;

   width: 100%;
   max-width: 100%;

   border-spacing: 0;
   border-collapse: collapse;

   text-align: center;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .details .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .details .table-box table td,
.wrap-product-show .parameter .table-box table th,
.wrap-product-show .details .table-box table th {
   width: auto !important;
   height: auto !important;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .details .table-box table td,
.wrap-product-show .parameter .table-box table th,
.wrap-product-show .details .table-box table th {
   font-weight: normal;

   padding: 10px !important;

   border: 1px solid #d6d6d6 !important;
}
@media (max-width: 480px) {
   .wrap-product-show .parameter .table-box table td,
   .wrap-product-show .details .table-box table td,
   .wrap-product-show .parameter .table-box table th,
   .wrap-product-show .details .table-box table th {
      padding: 8px !important;
   }
}
.wrap-product-show .parameter .table-box table tr p,
.wrap-product-show .details .table-box table tr p,
.wrap-product-show .parameter .table-box table tr span,
.wrap-product-show .details .table-box table tr span {
   margin: 0 !important;
   padding: 0 !important;

   background: none !important;
}
.wrap-product-show .parameter .table-box table th,
.wrap-product-show .details .table-box table th {
   text-align: center;
}
.wrap-product-show .inquiry .row,
.wrap-inquiry .inquiry .row,
.wrap-product-show .message .row,
.wrap-inquiry .message .row {
   margin: 0 -10px;
}
.wrap-product-show .inquiry .row .itembox,
.wrap-inquiry .inquiry .row .itembox,
.wrap-product-show .message .row .itembox,
.wrap-inquiry .message .row .itembox {
   padding: 0 10px;
}
.wrap-product-show .inquiry form,
.wrap-inquiry .inquiry form,
.wrap-product-show .message form,
.wrap-inquiry .message form {
   margin-top: 20px;
}
@media (max-width: 767px) {
   .wrap-product-show .inquiry form,
   .wrap-inquiry .inquiry form,
   .wrap-product-show .message form,
   .wrap-inquiry .message form {
      margin: 0;
   }
}
.wrap-product-show .inquiry form input,
.wrap-inquiry .inquiry form input,
.wrap-product-show .message form input,
.wrap-inquiry .message form input,
.wrap-product-show .inquiry form textarea,
.wrap-inquiry .inquiry form textarea,
.wrap-product-show .message form textarea,
.wrap-inquiry .message form textarea {
   font-size: 16px;
   line-height: 28px;

   width: 100%;
   min-height: 48px;
   margin-top: 16px;
   padding: 10px 20px;

   resize: vertical;

   border: 1px solid #999;
   background: none;
}
@media (max-width: 767px) {
   .wrap-product-show .inquiry form input,
   .wrap-inquiry .inquiry form input,
   .wrap-product-show .message form input,
   .wrap-inquiry .message form input,
   .wrap-product-show .inquiry form textarea,
   .wrap-inquiry .inquiry form textarea,
   .wrap-product-show .message form textarea,
   .wrap-inquiry .message form textarea {
      font-size: 14px;

      margin-top: 10px;
   }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .message form input::-webkit-input-placeholder,
.wrap-inquiry .message form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder,
.wrap-product-show .message form textarea::-webkit-input-placeholder,
.wrap-inquiry .message form textarea::-webkit-input-placeholder {
   color: #888;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-product-show .message form input:-o-placeholder,
.wrap-inquiry .message form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder,
.wrap-product-show .message form textarea:-o-placeholder,
.wrap-inquiry .message form textarea:-o-placeholder {
   color: #888;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-product-show .message form input::-moz-placeholder,
.wrap-inquiry .message form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder,
.wrap-product-show .message form textarea::-moz-placeholder,
.wrap-inquiry .message form textarea::-moz-placeholder {
   color: #888;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-product-show .message form input:-ms-input-placeholder,
.wrap-inquiry .message form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder,
.wrap-product-show .message form textarea:-ms-input-placeholder,
.wrap-inquiry .message form textarea:-ms-input-placeholder {
   color: #888;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .message form input:focus::-webkit-input-placeholder,
.wrap-inquiry .message form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-product-show .message form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .message form textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-inquiry .inquiry form input:focus::-o-placeholder,
.wrap-product-show .message form input:focus::-o-placeholder,
.wrap-inquiry .message form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-o-placeholder,
.wrap-product-show .message form textarea:focus::-o-placeholder,
.wrap-inquiry .message form textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .message form input:focus::-moz-placeholder,
.wrap-inquiry .message form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-moz-placeholder,
.wrap-product-show .message form textarea:focus::-moz-placeholder,
.wrap-inquiry .message form textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .message form input:focus::-ms-input-placeholder,
.wrap-inquiry .message form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-product-show .message form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .message form textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input,
.wrap-inquiry .inquiry form .read input,
.wrap-product-show .message form .read input,
.wrap-inquiry .message form .read input {
   color: #898989;
   border-color: #f8f8f8;
   background-color: #f8f8f8;
}
.wrap-product-show .inquiry form .send,
.wrap-inquiry .inquiry form .send,
.wrap-product-show .message form .send,
.wrap-inquiry .message form .send {
   margin-top: 20px;
}
.wrap-product-show .inquiry form .submit,
.wrap-inquiry .inquiry form .submit,
.wrap-product-show .message form .submit,
.wrap-inquiry .message form .submit {
   font-size: 16px;
   line-height: 40px;

   padding: 0 30px;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #fff;
   border: none;
   border-radius: 0;
   background-color: #f07d00;
}
.wrap-product-show .inquiry form .submit .icon,
.wrap-inquiry .inquiry form .submit .icon,
.wrap-product-show .message form .submit .icon,
.wrap-inquiry .message form .submit .icon {
   font-size: 20px;

   display: inline-block;

   vertical-align: middle;
}
.wrap-product-show .inquiry form .submit:hover,
.wrap-inquiry .inquiry form .submit:hover,
.wrap-product-show .message form .submit:hover,
.wrap-inquiry .message form .submit:hover {
   background-color: #d97508;
}
.wrap-contact .contact-message {
   font-size: 0;

   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   height: 560px;
}
@media (max-width: 767px) {
   .wrap-contact .contact-message {
      display: block;

      height: auto;
   }
}
.wrap-contact .contact-message .title-in {
   text-align: left;
}
.wrap-contact .contact-message .title-in h2:after {
   display: none;
}
.wrap-contact .contact-message .contact,
.wrap-contact .contact-message .message {
   font-size: 14px;

   display: inline-block;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;

   padding: 30px 5%;

   vertical-align: top;
   vertical-align: middle;

   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.wrap-contact .contact-message .contact {
   width: 55%;

   border-top: 30px solid #fff;
   border-bottom: 30px solid #fff;
   background-color: #e1e6ec;
}
@media (max-width: 991px) {
   .wrap-contact .contact-message .contact {
      width: 300px;
   }
}
@media (max-width: 767px) {
   .wrap-contact .contact-message .contact {
      width: 100%;

      border: none;
   }
}
.wrap-contact .contact-message .contact .text {
   margin-top: 20px;
}
.wrap-contact .contact-message .contact .text p {
   font-size: 15px;
   line-height: 1.3;

   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
}
@media (max-width: 991px) {
   .wrap-contact .contact-message .contact .text p {
      font-size: 14px;
   }
}
.wrap-contact .contact-message .contact .text p b {
   font-weight: normal;

   white-space: nowrap;
}
.wrap-contact .contact-message .contact .text a:hover {
   color: #f07d00;
}
.wrap-contact .contact-message .message {
   position: relative;
   width: 45%;
   /* width: -webkit-calc(100% - 600px);
   width: calc(100% - 600px); */

   border-left: 40px solid #40474b;
   background-color: #2f363b;
}
@media (max-width: 991px) {
   .wrap-contact .contact-message .message {
      width: -webkit-calc(100% - 300px);
      width: calc(100% - 300px);
   }
}
@media (max-width: 767px) {
   .wrap-contact .contact-message .message {
      width: 100%;

      border: none;
   }
}
.wrap-contact .contact-message .message:before {
   position: absolute;
   z-index: 2;
   top: 0;
   left: -40px;

   display: block;

   width: 0;
   height: 0;

   content: '';

   border-width: 30px 40px 0 0;
   border-style: solid;
   border-color: #fff transparent transparent transparent;
}
@media (max-width: 767px) {
   .wrap-contact .contact-message .message:before {
      display: none;
   }
}
.wrap-contact .contact-message .message:after {
   position: absolute;
   z-index: 2;
   bottom: 0;
   left: -40px;

   display: block;

   width: 0;
   height: 0;

   content: '';

   border-width: 30px 0 0 40px;
   border-style: solid;
   border-color: transparent transparent transparent #fff;
}
@media (max-width: 767px) {
   .wrap-contact .contact-message .message:after {
      display: none;
   }
}
.wrap-contact .contact-message .message h2 {
   color: #fff;
}
.wrap-contact .contact-message .message p {
   color: #fff;
}
.wrap-contact .contact-message .message .row {
   font-size: 0;

   margin: 0 -5px;
}
.wrap-contact .contact-message .message .row .itembox {
   font-size: 14px;

   padding: 0 5px;
}
.wrap-contact .contact-message .message input,
.wrap-contact .contact-message .message textarea {
   line-height: 30px;

   width: 100%;
   margin-top: 20px;
   padding: 5px 20px;

   resize: vertical;

   color: #fff;
   border: 1px solid #999;
   background: none;
}
@media (max-width: 767px) {
   .wrap-contact .contact-message .message input,
   .wrap-contact .contact-message .message textarea {
      margin-top: 10px;
      padding: 5px 10px;
   }
}
.wrap-contact .contact-message .message input::-webkit-input-placeholder,
.wrap-contact .contact-message .message textarea::-webkit-input-placeholder {
   color: #fff;
}
.wrap-contact .contact-message .message input:-o-placeholder,
.wrap-contact .contact-message .message textarea:-o-placeholder {
   color: #fff;
}
.wrap-contact .contact-message .message input::-moz-placeholder,
.wrap-contact .contact-message .message textarea::-moz-placeholder {
   color: #fff;
}
.wrap-contact .contact-message .message input:-ms-input-placeholder,
.wrap-contact .contact-message .message textarea:-ms-input-placeholder {
   color: #fff;
}
.wrap-contact .contact-message .message input:focus::-webkit-input-placeholder,
.wrap-contact .contact-message .message textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.wrap-contact .contact-message .message input:focus::-o-placeholder,
.wrap-contact .contact-message .message textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.wrap-contact .contact-message .message input:focus::-moz-placeholder,
.wrap-contact .contact-message .message textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.wrap-contact .contact-message .message input:focus::-ms-input-placeholder,
.wrap-contact .contact-message .message textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.wrap-contact .contact-message .message .submit {
   font-size: 16px;
   line-height: 50px;

   margin-top: 20px;
   padding: 0 50px;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #fff;
   border-radius: 0;
   background-color: #f07d00;
}
@media (max-width: 767px) {
   .wrap-contact .contact-message .message .submit {
      line-height: 40px;

      padding: 0 30px;
   }
}
.wrap-contact .contact-message .message .submit:hover {
   background-color: #d97508;
}
.wrap-map {
   padding: 0;
}
.wrap-map .map-content {
   height: 540px;
}
@media (max-width: 991px) {
   .wrap-map .map-content {
      height: 300px;
   }
}
.wrap-professional .title-professional,
.wrap-professional .title-professional-info {
   font-size: 0;

   padding: 0 5%;
}
@media (max-width: 991px) {
   .wrap-professional .title-professional,
   .wrap-professional .title-professional-info {
      padding: 0;
   }
}
.wrap-professional .title-professional h3,
.wrap-professional .title-professional-info h3,
.wrap-professional .title-professional p,
.wrap-professional .title-professional-info p {
   font-size: 14px;

   display: inline-block;

   width: 25%;

   vertical-align: top;
}
.wrap-professional .title-professional {
   color: #fff;
   background-color: #333;
}
.wrap-professional .title-professional h3 {
   font-size: 20px;
   line-height: 30px;

   margin: 0;
   padding: 10px 30px;
}
@media (max-width: 991px) {
   .wrap-professional .title-professional h3 {
      font-size: 18px;
   }
}
@media (max-width: 767px) {
   .wrap-professional .title-professional h3 {
      font-size: 16px;
      line-height: 24px;

      padding: 5px;
   }
}
.wrap-professional .professional-info ul li {
   margin-top: 1px;
}
.wrap-professional .professional-info .title-professional-info {
   font-size: 0;

   padding: 0 5%;

   cursor: pointer;

   background-color: #f6f6f6;
}
@media (max-width: 991px) {
   .wrap-professional .professional-info .title-professional-info {
      padding: 0;
   }
}
.wrap-professional .professional-info .title-professional-info p {
   font-size: 16px;
   line-height: 28px;

   display: inline-block;

   width: 25%;
   margin: 0;
   padding: 10px 30px;

   vertical-align: top;
}
@media (max-width: 991px) {
   .wrap-professional .professional-info .title-professional-info p {
      font-size: 14px;
   }
}
@media (max-width: 767px) {
   .wrap-professional .professional-info .title-professional-info p {
      line-height: 24px;

      padding: 5px;
   }
}
.wrap-professional .professional-info .text {
   display: none;

   padding: 24px 5%;
}
@media (max-width: 767px) {
   .wrap-professional .professional-info .text {
      padding: 10px 0;
   }
}
.wrap-professional .professional-info .text h3 {
   font-size: 20px;
   line-height: 30px;

   margin: 0;
}
@media (max-width: 991px) {
   .wrap-professional .professional-info .text h3 {
      font-size: 18px;
   }
}
@media (max-width: 767px) {
   .wrap-professional .professional-info .text h3 {
      font-size: 15px;
   }
}
.wrap-professional .professional-info .text p {
   line-height: 24px;

   margin: 0;

   color: #666;
}
.wrap-professional .professional-info .current .title-professional-info {
   color: #fff;
   background-color: #f07d00;
}
.wrap-nosearch .nosearch h3 {
   font-size: 20px;
   font-weight: 500;
}
.wrap-nosearch .nosearch p {
   line-height: 22px;

   margin: 10px 0 0 0;
   padding: 10px 20px;

   color: #666;
   border: 1px solid #faedd1;
   border-radius: 5px;
   background-color: #fcf8e3;
}
.wrap-nosearch .product {
   margin-top: 0;
}
nav {
   text-align: center;
}
.pagination {
   margin: 60px 0 0 0;
   padding: 0;
}
@media (max-width: 991px) {
   .pagination {
      margin-top: 30px;
   }
}
.pagination li {
   display: inline-block;

   margin: 0 6px;
   padding: 0;

   text-align: center;
   vertical-align: top;

   color: #333;
}
.pagination li.prev a,
.pagination li.next a {
   border-radius: 0;
}
.pagination li.prev a:before,
.pagination li.next a:before {
   font-family: 'iconfont' !important;

   display: inline-block;

   content: '\eb60';
}
.pagination li.prev:hover a,
.pagination li.next:hover a {
   color: #fff;
   border-color: #f07d00;
   background-color: #f07d00;
}
.pagination li.next a:before {
   content: '\e625';
}
.pagination li a {
   font-weight: bold;
   line-height: 34px;

   display: block;

   width: 34px;
   height: 34px;
   padding: 0;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #333;
   border: none;
   border: 1px solid #888;
   border-radius: 0;
   background: none;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
   color: #fff;
   border-color: #f07d00;
   background-color: #f07d00;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
   color: #fff;
   border-color: #f07d00;
   background-color: #f07d00;
}
@media (max-width: 1199px) {
   .skiptranslate iframe {
      display: none;
   }
   .google-translation .skiptranslate {
      display: inline-block;
   }
   body {
      top: 0 !important;
   }
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
   display: none;
}
.map-content label {
   line-height: 30px !important;

   max-width: 200px;
   padding: 0 10px !important;

   border: none !important;
   box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}

.share {
   clear: both;
}
.share-cn {
   display: none;
}
&[lang=zh-CN] {
   .share-cn {
      display: block;
   }
   .share-other {
      display: none;
   }
}
.a2a_kit {
   display: inline-block;
   vertical-align: middle;
}