﻿body,
html {
  width: 100%;
  color: #000000;
  overflow-x: hidden;
}
section,
div,
span,
a,
i,
ul,
li,
dl,
dt,
dd,
header,
footer,
img,
p,
h1,
h2,
h3,
h4,
h5 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
@font-face {
  font-family: Avenir-Heavy;
  src: url('../font/Avenir-Heavy.otf'), url('../font/Avenir-Heavy.ttf');
}
@font-face {
  font-family: Avenir-Roman;
  src: url('../font/Avenir-Roman.otf'), url('../font/Avenir-Roman.ttf');
}
p {
  font-size: 16px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.col-4,
.col-6,
.col-3,
.col-9,
.col-8 {
  float: left;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-6 {
  width: 50%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.clearFix {
  clear: both;
}
.gray {
  background-color: #f4f4f4;
}
.hr {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #d1d1d1;
}
img {
  max-width: 100%;
}
.text-center {
  text-align: center;
}
.main-content {
  width: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
}
.container {
  width: 1280px;
  margin: 0 auto;
}
.small-container {
  width: 960px;
  margin: 0 auto;
}
.h3-title {
  text-align: center;
  font-size: 42px;
  color: #bd9e5e;
}
.link-more {
  text-align: center;
}
.link-more a {
  padding: 10px 0;
  color: #bd9e5e;
  font-size: 20px;
}
.link-more a:after {
  content: '';
  display: inline-block;
  background: url("../images/leftmore.png") center top no-repeat;
  margin-left: 20px;
  width: 11px;
  height: 20px;
  vertical-align: middle;
}
.link-more-border {
  text-align: center;
  line-height: 42px;
}
.link-more-border a {
  display: inline-block;
  width: 180px;
  height: 42px;
  color: #ffffff;
  font-size: 18px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 90px;
  width: 100%;
  z-index: 999;
}
.header .header-shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  z-index: 9;
}
.header .header-msg {
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  z-index: 99;
  padding: 25px 40px;
}
.header .header-msg .header-toggle {
  float: left;
  display: inline-block;
  width: 28px;
  height: 24px;
  margin-right: 60px;
  margin-top: 7px;
  background-image: url("../images/toggle.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.header .header-msg .header-toggle.close {
  background-image: url("../images/close.png");
}
.header .header-msg > img {
  vertical-align: top;
}
.header .nav-pc {
  display: none;
  background: #FFFFFF;
  border-top: 1px solid #e0e0e0;
  padding: 50px 0 70px;
  height: 400px;
}
.header .nav-pc .container {
  height: 100%;
}
.header .nav-pc .container ul.nav-parent {
  height: 100%;
}
.header .nav-pc .container ul.nav-parent li {
  border-bottom: 1px solid #ebebeb;
  width: 78%;
}
.header .nav-pc .container ul.nav-parent li a {
  display: block;
  font-size: 18px;
  color: #292929;
  padding-top: 18px;
  padding-bottom: 18px;
}
.header .nav-pc .container ul.nav-parent li.on a {
  color: #bd9e5e;
}
.header .nav-pc .container .nav-children {
  height: 100%;
  position: relative;
}
.header .nav-pc .container .nav-children .nav-children-list {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header .nav-pc .container .nav-children .nav-children-list ul li {
  padding-left: 23px;
}
.header .nav-pc .container .nav-children .nav-children-list ul li a {
  font-size: 16px;
  color: #292929;
  padding-bottom: 15px;
  padding-top: 15px;
  display: block;
}
.header .nav-pc .container .nav-children .nav-children-list ul li a:hover {
  color: #bd9e5e;
}
.header .nav-pc .container .nav-children .nav-children-list.active {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .nav-mobile {
  display: none;
  padding: 0 0 20px;
  background-color: #ffffff;
  height: 100vh;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border-Top: 1px solid #dedede;
}
.header .nav-mobile > ul {
  padding: 0 15px;
}
.header .nav-mobile > ul > li {
  border-bottom: 1px solid #d4d4d4;
}
.header .nav-mobile > ul > li .mobile-index {
  display: block;
  height: 50px;
  line-height: 45px;
}
.header .nav-mobile > ul > li .mobile-index img {
  width: 16px;
  vertical-align: middle;
}
.header .nav-mobile ul li.active {
  color: #bd9e5e;
  border-bottom: none;
}
.header .nav-mobile ul li.active .mobile-first-title {
  border-bottom: 1px solid #ebebeb;
}
.header .nav-mobile ul li .mobile-first-title {
  height: 50px;
}
.header .nav-mobile ul li .mobile-first-title a {
  float: left;
  display: inline-block;
  width: 60%;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  color: #292929;
}
.header .nav-mobile ul li .mobile-first-title p {
  float: left;
  width: 40%;
  height: 50px;
  line-height: 50px;
}
.header .nav-mobile ul li .mobile-first-title p span {
  float: right;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-image: url("../images/right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  transition: all 0.3s;
}
.header .nav-mobile ul li ul {
  display: none;
  padding-left: 30px;
  width: 100%;
}
.header .nav-mobile ul li ul li {
  border-bottom: 1px solid #d4d4d4;
}
.header .nav-mobile ul li ul li:last-child {
  border: none;
}
.header .nav-mobile ul li ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #2c2c2c;
}
.footer {
  background-color: #262626;
  text-align: center;
  color: #ffffff;
}
.footer p {
  padding: 22px 0;
}
.footer p a,
.footer p span {
  color: #ffffff;
  font-size: 14px;
  padding: 0 15px;
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.index-banner {
  position: relative;
}
.index-banner .toNextScreen {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.index-banner .flexslider .slides .images {
  position: relative;
}
.index-banner .flexslider .slides .images img {
  width: 100%;
}
.index-banner .flexslider .slides .images .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-banner .flexslider .slides .images .banner-content .container {
  width: 100%;
  position: absolute;
  top: 41.5%;
  padding-left: 17%;
  color: #ffffff;
}
.index-banner .flexslider .slides .images .banner-content .container h4 {
  font-size: 65px;
  font-family: Avenir-Heavy;
}
.index-banner .flexslider .slides .images .banner-content .container h3 {
  font-size: 65px;
  line-height: 80px;
  font-weight: bold;
  letter-spacing: 5px;
}
.index-banner .flexslider .slides .images .banner-content .container .text-center .line {
  display: inline-block;
  width: 92px;
  height: 8px;
  background-color: #ffffff;
}
.index-banner .flexslider .slides .images .banner-content .container p {
  color: #ffffff;
  margin-top: 14px;
  letter-spacing: 2px;
  font-size: 24px;
}
.index-banner .flexslider .slides .images .banner-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.index-session {
  overflow: hidden;
}
.common-news-wrap .col-4 .list {
  position: relative;
  padding-right: 50px;
  border-Top: 1px solid #999999;
  margin: 0 15px;
}
.common-news-wrap .col-4 .list h4 {
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  color: #292929;
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.common-news-wrap .col-4 .list span {
  display: block;
  line-height: 1;
  margin: 25px 0 40px;
  font-size: 14px;
  color: #999999;
}
.common-news-wrap .col-4 .list p {
  font-size: 14px;
  line-height: 24px;
  min-height: 70px;
  height: 70px;
  color: #292929;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.common-news-wrap .col-4 .list .news-thumb {
  margin-top: 35px;
  margin-bottom: 16px;
  height: 224px;
  overflow: hidden;
}
.common-news-wrap .col-4 .list .index-news-more {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.common-news-wrap .col-4 .index-more-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  background-image: url("../images/new select.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.common-news-wrap .col-4 .index-more-icon:hover {
  background-image: url("../images/new_select_hover.jpg");
}
.index-about-session {
  background: url("../images/bg shouy_02.jpg") center no-repeat;
  background-size: cover;
  padding: 140px 0;
}
.index-about-session .container .h3-title {
  margin-bottom: 90px;
}
.index-about-session .container .row .col-4 .list {
  text-align: center;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 10px solid #bd9e5e;
}
.index-about-session .container .row .col-4 .list h5 {
  position: relative;
  width: 142px;
  height: 45px;
  margin: 45px auto 21px;
}
.index-about-session .container .row .col-4 .list h5 img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.index-about-session .container .row .col-4 .list h5 img.nohover {
  z-index: 10;
}
.index-about-session .container .row .col-4 .list h5 img.hover {
  z-index: 9;
}
.index-about-session .container .row .col-4 .list p {
  font-size: 18px;
  color: #bd9e5e;
}
.index-about-session .container .row .col-4 .list:hover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #bd9e5e;
}
.index-about-session .container .row .col-4 .list:hover h5 .hover {
  z-index: 11;
}
.index-about-session .container .row .col-4 .list:hover p {
  color: #ffffff;
}
.index-about-session .container .row .col-4 .list1:hover {
  background-image: url("../images/sele_bg1.png");
}
.index-about-session .container .row .col-4 .list2:hover {
  background-image: url("../images/sele_bg2.png");
}
.index-about-session .container .row .col-4 .list3:hover {
  background-image: url("../images/sele_bg3.png");
}
.index-about-session .container .index-about-content h4 {
  font-size: 34px;
  color: #707070;
  margin-top: 70px;
}
.index-about-session .container .index-about-content p {
  margin-top: 20px;
  margin-bottom: 50px;
}
.index-about-session .container .index-about-content p span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #707070;
}
.index-about-business .row .list-wrap {
  height: 540px;
  color: #ffffff;
  position: relative;
}
.index-about-business .row .list-wrap .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 110px;
  z-index: 10;
}
.index-about-business .row .list-wrap .list .center {
  transition: all 0.3s;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index-about-business .row .list-wrap .list .center h4 {
  text-align: center;
  font-size: 40px;
}
.index-about-business .row .list-wrap .list .center p {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 545px;
  display: none;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
  margin-top: 60px;
}
.index-about-business .row .list-wrap .list .link-more-border {
  transition: opacity 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  position: absolute;
  bottom: 110px;
  left: 0;
}
.index-about-business .row .list-wrap .list .link-more-border a {
  display: inline-block;
  border: 1px solid #ffffff;
}
.index-about-business .row .list-wrap .business-shadow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: #bd9e5e;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.index-about-business .row .list-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.index-about-business .row .list-wrap1 {
  background-image: url("../picture/service1.jpg");
}
.index-about-business .row .list-wrap2 {
  background-image: url("../picture/service2.jpg");
}
.index-about-business .row .list-wrap3 {
  background-image: url("../picture/service3.jpg");
}
.index-about-business .row .list-wrap4 {
  background-image: url("../images/yew_04.jpg");
}
.index-news-session {
  padding: 140px 0;
}
.index-news-session .container .row {
  margin: 90px 0;
}
.index-contact-session {
  background: url("../images/index_contact_bg.jpg") no-repeat center;
  background-size: cover;
}
.index-contact-session .container {
  background-image: url("../images/index_contact_innerbg.png");
  margin-top: 90px;
  margin-bottom: 50px;
  padding-bottom: 110px;
}
.index-contact-session .container .h3-title {
  padding: 70px 0;
}
.index-contact-session .container .row {
  padding: 0 40px;
}
.index-contact-session .container .row .col-6 {
  padding: 0 40px;
  margin-bottom: 42px;
}
.index-contact-session .container .row .col-6 .list:hover h4 {
  border-bottom: 3px solid #bd9e5e;
  color: #bd9e5e;
}
.index-contact-session .container .row .col-6 .list:hover .content p {
  color: #bd9e5e;
}
.index-contact-session .container .row .col-6 .list:hover .content p span,
.index-contact-session .container .row .col-6 .list:hover .content p i {
  color: #bd9e5e;
}
.index-contact-session .container .row .col-6 .list h4 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 24px;
  color: #1d1d1d;
  width: 300px;
  height: 45px;
  padding-bottom: 18px;
  transition: border-bottom-width 0.3s;
}
.index-contact-session .container .row .col-6 .list .content {
  margin-top: 18px;
}
.index-contact-session .container .row .col-6 .list .content p {
  color: #1d1d1d;
  margin-bottom: 12px;
  transition: color 0.3s;
}
.index-contact-session .container .row .col-6 .list .content p span {
  display: block;
  float: left;
  line-height: 24px;
}
.index-contact-session .container .row .col-6 .list .content p i {
  display: block;
  margin-left: 48px;
  line-height: 24px;
}
.index-contact-session .index-footer {
  border: none;
  text-align: center;
  color: #ffffff;
  border-Top: 1px solid #ffffff;
}
.index-contact-session .index-footer p {
  padding: 22px 0;
}
.index-contact-session .index-footer p a,
.index-contact-session .index-footer p span {
  color: #ffffff;
  font-size: 14px;
  padding: 0 15px;
}
.inner-banner {
  width: 100%;
  height: 660px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.inner-banner .container {
  height: 100%;
  position: relative;
}
.inner-banner .container .content {
  width: 100%;
  color: #373737;
  text-align: center;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}
.inner-banner .container .content h2 {
  font-size: 54px;
  line-height: 48px;
  font-family: Avenir-Roman;
}
.inner-banner .container .content h3 {
  margin-top: 14px;
  margin-bottom: 22px;
  font-size: 48px;
  font-weight: 600;
}
.inner-banner .container .content h3 span {
  padding: 0 15px;
}
.inner-banner .container .content p {
  font-size: 20px;
  line-height: 32px;
}
.inner-banner .container .content p span {
  color: #373737;
  padding: 0 7px;
}
.zh-en-title {
  text-align: center;
  margin-bottom: 70px;
  color: #373737;
}
.zh-en-title h3 {
  font-size: 44px;
  margin-bottom: 20px;
  font-family: Avenir-Roman;
}
.zh-en-title h4 {
  font-size: 40px;
}
.en-zh-title {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 80px;
  color: #373737;
}
.en-zh-title h3 {
  font-size: 30px;
  margin-bottom: 12px;
  font-family: Avenir-Roman;
}
.en-zh-title h4 {
  font-size: 40px;
}
.padding-bottom30 {
  margin-bottom: 30px;
}
.yewu-wrap {
  overflow: hidden;
}
.yewu-list {
  margin: 90px 0;
}
.yewu-list .row {
  display: block;
}
.yewu-list .row .yewu-list-content {
  position: relative;
  width: 430px;
  height: 410px;
  color: #ffffff;
}
.yewu-list .row .yewu-list-content.yewu-list-content01 {
  background-color: #bd9e5e;
}
.yewu-list .row .yewu-list-content.yewu-list-content02 {
  background-color: #1f457c;
}
.yewu-list .row .yewu-list-content.yewu-list-content03 {
  background-color: #bd9e5e;
}
.yewu-list .row .yewu-list-content.yewu-list-content04 {
  background-color: #555555;
}
.yewu-list .row .yewu-list-content .center {
  width: 100%;
  position: absolute;
  padding: 0 36px;
  top: 50%;
  transform: translateY(-50%);
}
.yewu-list .row .yewu-list-content .center h3 {
  font-size: 34px;
  text-transform: uppercase;
  font-family: Avenir-Roman;
}
.yewu-list .row .yewu-list-content .center h4 {
  font-size: 24px;
  margin: 16px 0 32px;
}
.yewu-list .row .yewu-list-content .center p {
  font-size: 14px;
  line-height: 24px;
}
.yewu-list .row .yewu-list-img {
  font-size: 0;
  overflow: hidden;
  width: 850px;
}
.yewu-list .row .yewu-list-img:hover img {
  transform: scale(1.1);
}
.yewu-list .row .yewu-list-img img {
  transition: all 0.3s;
  width: 100%;
  height: auto;
}
.business-det-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
.business-det-wrap .side {
  width: 223px;
  height: 780px;
  overflow: hidden;
}
.business-det-wrap .side .nav-bar {
  margin: 0 auto;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-image: url("../images/nav-bar.png");
  cursor: pointer;
}
.business-det-wrap .side .nav-bar.nav-bar-tl {
  background-position: -46px 0;
}
.business-det-wrap .side .nav-bar.nav-bar-tl.noclick {
  background-position: -46px -46px;
  cursor: not-allowed;
}
.business-det-wrap .side .nav-bar.nav-bar-br {
  background-position: 0 0;
}
.business-det-wrap .side .nav-bar.nav-bar-br.noclick {
  background-position: 0 -46px;
  cursor: not-allowed;
}
.business-det-wrap .side .nav-bar-wrap {
  height: 522px;
  overflow: hidden;
  margin: 24px 0;
}
.business-det-wrap .side .nav-bar-wrap ul {
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  padding-right: 10px;
  margin-top: 0;
}
.business-det-wrap .side .nav-bar-wrap ul li {
  font-size: 0;
  padding: 1px 0;
}
.business-det-wrap .side .nav-bar-wrap ul li.on .list .shadow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.business-det-wrap .side .nav-bar-wrap ul li.on .list:after {
  content: '';
  display: block;
  width: 10px;
  height: 22px;
  background-image: url("../images/right_arrow.png");
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.business-det-wrap .side .nav-bar-wrap ul li.on .list .center p {
  display: block;
}
.business-det-wrap .side .nav-bar-wrap ul li .list {
  font-size: 0;
  position: relative;
}
.business-det-wrap .side .nav-bar-wrap ul li .list .center {
  width: 100%;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
}
.business-det-wrap .side .nav-bar-wrap ul li .list .center p {
  display: none;
  font-size: 20px;
  margin-top: 26px;
}
.business-det-wrap .side .nav-bar-wrap ul li .list .shadow {
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bd9e5e;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
}
.business-det-wrap .business-content {
  position: relative;
  margin-left: 300px;
  min-height: 400px;
}
.business-det-wrap .business-content .business-content-list {
  transition: opacity 0.3s;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.business-det-wrap .business-content .business-content-list.active {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.business-det-wrap .business-content .business-content-list .img-content {
  position: relative;
}
.business-det-wrap .business-content .business-content-list .img-content .img-conetnt-text {
  display: none;
  color: #ffffff;
  position: absolute;
  left: 60px;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  padding: 30px;
}
.business-det-wrap .business-content .business-content-list .img-content .img-conetnt-text .shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.business-det-wrap .business-content .business-content-list .img-content .img-conetnt-text .center {
  position: relative;
  z-index: 99;
}
.business-det-wrap .business-content .business-content-list .img-content .img-conetnt-text .center h3 {
  font-size: 54px;
  font-family: Avenir-Roman;
}
.business-det-wrap .business-content .business-content-list .img-content .img-conetnt-text .center h5 {
  font-size: 24px;
  margin: 12px 0 28px;
}
.business-det-wrap .business-content .business-content-list .img-content .img-conetnt-text .center p {
  font-size: 14px;
  line-height: 24px;
  width: 243px;
}
.business-det-wrap .business-content .business-content-list .text-content {
  margin-top: 40px;
}
.business-det-wrap .business-content .business-content-list .text-content p {
  font-size: 14px;
  color: #292929;
  line-height: 24px;
}
.inner-product-banner .container .content {
  color: #ffffff;
}
.inner-product-banner .container .content p span {
  color: #ffffff;
}
.product-service {
  margin: 80px auto;
}
.product-service .row .col-4 {
  position: relative;
  overflow: hidden;
}
.product-service .row .col-4:nth-child(1) {
  margin-top: 30px;
}
.product-service .row .col-4:nth-child(2) {
  margin-top: 60px;
}
.product-service .row .col-4:hover img {
  transform: scale(1.1);
}
.product-service .row .col-4 img {
  transition: all 0.3s;
  width: 100%;
}
.product-service .row .col-4 .list {
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product-service .row .col-4 .list h4 {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: Avenir-Roman;
}
.product-service .row .col-4 .list h5 {
  font-size: 28px;
}
.product-service .row .col-4 .list .product-link-more {
  margin-top: 108px;
}
.product-service .row .col-4 .list .product-link-more a {
  padding: 10px;
  font-size: 18px;
  color: #ffffff;
}
.product-service .row .col-4 .list .product-link-more a:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 18px;
  vertical-align: middle;
  margin-left: 4px;
  background: url("../images/pro_left.png") no-repeat center top;
}
.product-operating-wrap {
  position: relative;
  font-size: 0;
}
.product-operating-wrap .shadow {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s;
}
.product-operating-wrap .center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  padding: 0 120px;
  color: #ffffff;
}
.product-operating-wrap .center h3 {
  font-size: 30px;
  margin-bottom: 12px;
  font-family: Avenir-Roman;
}
.product-operating-wrap .center h4 {
  font-size: 24px;
  margin-bottom: 40px;
}
.product-operating-wrap .center .p-content {
  transition: opacity 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.product-operating-wrap .center p {
  font-size: 16px;
  line-height: 24px;
}
.product-operating-wrap .center img {
  padding-top: 60px;
}
.title-jieshao {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #373737;
}
.financial-wrap {
  margin: 70px 0 80px;
  font-size: 0;
}
.financial-wrap .product-operating-wrap > img {
  width: 100%;
}
.financial-wrap .product-operating-wrap .center {
  padding: 65px;
}
.inner-news-banner .container .content {
  color: #ffffff;
}
.inner-news-banner .container .content p span {
  color: #ffffff;
}
.news-nav {
  margin-top: -60px;
  width: 100%;
}
.news-nav ul {
  width: 804px;
  margin: 0 auto;
}
.news-nav ul li {
  position: relative;
  text-align: center;
  float: left;
  width: 260px;
  height: 60px;
  line-height: 60px;
  margin: 0 4px;
}
.news-nav ul li .shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 9;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.news-nav ul li.on .shadow {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #bd9e5e;
}
.news-nav ul li a {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #ffffff;
}
.inner-news-list {
  padding-bottom: 80px;
  padding-top: 80px;
}
.inner-news-list .container .inner-h3-title {
  text-align: center;
  font-size: 44px;
  color: #373737;
}
.inner-news-list .container .row .col-4 {
  margin: 50px 0;
}
.inner-news-list .container .news-page {
  padding-top: 24px;
  border-top: 1px dashed #141414;
}
.inner-news-list .container .news-page .pager {
  text-align: center;
}
.inner-news-list .container .news-page .pager a {
  color: #333333;
  padding: 5px;
}
.inner-news-list .container .news-page .pager a[data-list="1"] {
  margin-left: 30px;
}
.inner-news-list .container .news-page .pager a[data-list="0"] {
  margin-right: 30px;
}
.inner-news-list .container .news-page .pager span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}
.inner-news-list .container .news-page .pager .current {
  background-color: #000000;
  color: #ffffff;
}
.pagi {
  line-height: 100%; text-align: center
}
.pagi a {
  display: inline-block; background: #fff; padding: 10px; font-size: 1.4rem; color: #666; border: #eee 1px solid; border-right: 0px; cursor: pointer; vertical-align: middle
}
.pagi a:last-child {
  border-right: #eee 1px solid
}
.pagi a.on {
  text-decoration: underline
}
.main-content {
  min-height: 200px;
  background-size: 100% 420px;
  background-repeat: no-repeat;
}
.main-content.main-news-content {
  background-image: url("../images/inner_news_banner_bg.jpg");
  background-color: #f4f4f4;
}
.main-content .inner-news-det {
  margin-top: 90px;
  margin-bottom: 60px;
}
.main-content .inner-news-det .crumbs {
  padding: 40px 0;color: #666;
}
.main-content .inner-news-det .crumbs a {
  color: #666;
  font-size: 14px;
}
.main-content .inner-news-det .crumbs a.active {
  color: #bd9e5e;
}
.main-content .inner-news-det .crumbs span {
  font-size: 14px;
  color: #999999;
  padding: 0 8px;
}
.main-content .inner-news-det .article-wrap .article-time {
      width: 200px;
    /* height: 96px; */
    border-bottom: 1px solid #bd9e5e;
    color: #bd9e5e;
    /* text-align: center; */
    padding: 10px 0;
}
.main-content .inner-news-det .article-wrap .article-time i {
  font-size: 44px;
  color: #bd9e5e;
  font-weight: bold;
}
.main-content .inner-news-det .article-wrap .article-time p {
  margin-top: 10px;
}
.main-content .inner-news-det .article-wrap .article-time p span {
  padding: 0 4px;
}
.main-content .inner-news-det .article-wrap .article-title {
  font-size: 34px;
  line-height: 38px;
  color: #373737;
  padding: 40px 0;
}
.main-content .inner-news-det .article-wrap .article-content {
  min-height: 400px;
  padding: 16px 0 30px;
}
.main-content .inner-news-det .article-wrap .article-content p {
  font-size: 14px;
  color: #373737;
  line-height: 24px;
}
.main-content .inner-news-det .article-wrap .article-footer-nav {
  margin: 40px 0;
}
.main-content .inner-news-det .article-wrap .article-footer-nav p {
  font-size: 14px;
  color: #292929;
  padding: 20px 0;
}
.main-content .inner-news-det .article-wrap .article-footer-nav p.on {
  color: #bd9e5e;
  border-Top: 1px solid #bd9e5e;
  border-bottom: 1px solid #bd9e5e;
}
.main-content .inner-news-det .article-wrap .article-footer-nav p.on a {
  color: #bd9e5e;
}
.main-content .inner-news-det .article-wrap .article-footer-nav p:hover {
  color: #bd9e5e;
}
.main-content .inner-news-det .article-wrap .article-footer-nav p:hover a {
  color: #bd9e5e;
}
.main-content .inner-news-det .article-wrap .article-footer-nav p a {
  font-size: 14px;
  color: #292929;
}
.inner-contact-banner .container .content {
  color: #ffffff;
}
.inner-contact-banner .container .content h3 {
  line-height: 50px;
}
.inner-contact-banner .container .content h3 span {
  display: block;
  margin-bottom: 20px;
}
.inner-contact-banner .container .content h5 {
  font-size: 30px;
  line-height: 40px;
}
.contact-container {
  padding-bottom: 80px;
}
.contact-container .inner-h3-title {
  text-align: center;
  margin-bottom: 50px;
}
.contact-wrap {
  position: relative;
}
.contact-wrap #map {
  width: 100%;
  height: 700px;
}
.contact-wrap .contact-content {
  position: absolute;
  left: 60px;
  top: 40px;
  z-index: 99;
  width: 400px;
  padding: 70px 30px;
  height: 620px;
  color: #ffffff;
}
.contact-wrap .contact-content .shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #bd9e5e;
  opacity: 0.9;
  filter: alpha(opacity=90);
  z-index: 9;
}
.contact-wrap .contact-content .address-wrap {
  position: relative;
  z-index: 999;
  height: 460px;
}
.contact-wrap .contact-content .address-wrap .address-list {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-wrap .contact-content .address-wrap .address-list.on {
  display: block;
}
.contact-wrap .contact-content .address-wrap .address-list .list {
  border-bottom: 1px solid #ffffff;
  padding: 30px 0;
}
.contact-wrap .contact-content .address-wrap .address-list .list p {
  line-height: 18px;
  font-size: 14px;
  margin-left: 30px;
  margin-top: 10px;
}
.contact-wrap .contact-content .address-wrap .address-list .list h4:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: top;
  margin-right: 13px;
}
.contact-wrap .contact-content .address-wrap .address-list .list h4.address:before {
  background-image: url("../images/address.svg");
}
.contact-wrap .contact-content .address-wrap .address-list .list h4.phone:before {
  background-image: url("../fonts/phone.svg");
}
.contact-wrap .contact-content .address-wrap .address-list .list h4.email:before {
  background-image: url("../fonts/email.svg");
}
.contact-wrap .contact-content .address-wrap .address-list .list h4.fx:before {
  background-image: url("../fonts/fx.svg");
}
.contact-wrap .contact-content .address-nav {
  position: relative;
  z-index: 9999;
  margin-bottom: 20px;
}
.contact-wrap .contact-content .address-nav:after {
  display: block;
  content: '';
  clear: both;
  overflow: hidden;
}
.contact-wrap .contact-content .address-nav li {
  text-align: center;
  float: left;
  width: 20%;
}
.contact-wrap .contact-content .address-nav li:first-child {
  width: 40%;
}
.contact-wrap .contact-content .address-nav li.on span {
  background-color: #debb7b;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
}
.contact-wrap .contact-content .address-nav li span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 18px;
}
.inner-about-banner {
  background-position: center top;
}
.about-main-content .inner-banner {
  height: 570px;
}
.about-main-content .about-section2 {
  width: 100%;
  height: 455px;
  background: url("../images/aboutbg1.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.about-main-content .about-section2 .blank {
  position: absolute;
  left: 50%;
  top: -90px;
  transform: translateX(-50%);
  width: 1280px;
  height: 90px;
  background: #fff;
}
.about-main-content .about-section2 .concent {
  transform: translateY(-20px);
}
.about-main-content .about-section2 .concent .title {
  width: 100%;
  text-align: center;
  font-size: 34px;
  color: #c39d53;
  font-weight: 700;
}
.about-main-content .about-section2 .concent .introduce {
  width: 45.2%;
  margin: 50px auto 0;
}
.about-main-content .about-section2 .concent .introduce p {
  font-size: 16px;
  color: #292929;
  text-align: center;
  line-height: 28px;
}
.about-main-content .about-section2 .concent .introduce p span {
  display: block;
  line-height: 28px;
}
.about-main-content .about-section3 {
  position: relative;
  width: 100%;
  height: 565px;
  background: url("../images/aboutbg2.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 84px;
}
.about-main-content .about-section3 .content {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.about-main-content .about-section3 .content .center {
  width: 822px;
  margin: 0 auto;
  padding: 60px;
  background: #c39d53;
  color: #FFF;
}
.about-main-content .about-section3 .content .center .title {
  font-size: 34px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
}
.about-main-content .about-section3 .content .center .introduce p {
  font-size: 16px;
  text-align: center;
  line-height: 26px;
}
.about-main-content .about-section4 {
  padding: 80px 0 140px;
}
.about-main-content .about-section4 .title .enTitle {
  font-size: 30px;
  color: #999;
  margin-bottom: 8px;
  text-align: center;
}
.about-main-content .about-section4 .title .cnTitle {
  font-size: 40px;
  color: #292929;
  margin-bottom: 68px;
  text-align: center;
}
.about-main-content .about-section4 .brandCulture {
  width: 1518px;
  margin: 0 auto;
  overflow: hidden;
}
.about-main-content .about-section4 .brandCulture li {
  position: relative;
  height: 445px;
  overflow: hidden;
  float: left;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.about-main-content .about-section4 .brandCulture li:nth-child(1) {
  background: url("../images/branddark1.jpg") no-repeat left center;
}
.about-main-content .about-section4 .brandCulture li:nth-child(2) {
  background: url("../images/branddark2.jpg") no-repeat left center;
}
.about-main-content .about-section4 .brandCulture li:nth-child(3) {
  background: url("../images/branddark3.jpg") no-repeat left center;
}
.about-main-content .about-section4 .brandCulture li img {
  max-width: none;
}
.about-main-content .about-section4 .brandCulture li .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 128px 70px 0;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.about-main-content .about-section4 .brandCulture li .mask .englishName {
  font-size: 44px;
}
.about-main-content .about-section4 .brandCulture li .mask .chineseName {
  font-size: 28px;
  margin: 8px 0 82px 0;
}
.about-main-content .about-section4 .brandCulture li .mask .introduce {
  font-size: 20px;
  display: none;
  line-height: 36px;
}
.about-main-content .about-section4 .brandCulture li .maskAct {
  width: 51%;
  background-color: #c39d53;
  left: 50%;
}
.about-main-content .about-section4 .brandCulture li .maskAct .introduce {
  display: block;
}
.about-main-content .about-section4 .brandCulture .liUnAct {
  width: 16.7%;
}
.about-main-content .about-section4 .brandCulture .liAct0 {
  width: 66.6%;
  background: url("../images/brandlight1.jpg") no-repeat left center !important;
}
.about-main-content .about-section4 .brandCulture .liAct1 {
  width: 66.6%;
  background: url("../images/brandlight2.jpg") no-repeat left center !important;
}
.about-main-content .about-section4 .brandCulture .liAct2 {
  width: 66.6%;
  background: url("../images/brandlight3.jpg") no-repeat left center !important;
}
.about-main-content .about-section5 .strength {
  width: 100%;
  height: 740px;
  background: url("../images/advan_bg.jpg") no-repeat center center;
  background-size: cover;
}
.about-main-content .about-section5 .strength .title {
  text-align: center;
  padding: 108px 0 74px 0;
}
.about-main-content .about-section5 .strength .title .enTitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
}
.about-main-content .about-section5 .strength .title .cnTitle {
  color: #fff;
  font-size: 40px;
  margin-top: 8px;
}
.about-main-content .about-section5 .strength .swiper-container {
  width: 1280px;
  min-height: 380px;
  margin: 0 auto;
  position: relative;
}
.about-main-content .about-section5 .strength .swiper-container .swiper-pagination {
  display: none;
}
.about-main-content .about-section5 .strength .swiper-container .swiper-pagination-bullet-active {
  background: #fff;
}
.about-main-content .about-section5 .strength .swiper-container .swiper-pagination-bullet {
  background: #cfced0;
}
.about-main-content .about-section5 .strength .swiper-container .swiper_btn {
  width: 164px;
  height: 54px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -82px;
}
.about-main-content .about-section5 .strength .swiper-container .swiper_btn div {
  width: 54px;
  height: 54px;
  margin: 0;
  position: static;
}
.about-main-content .about-section5 .strength .swiper-container .swiper_btn .swiper-button-prev {
  background: url("../images/light_left_01.png") no-repeat center center;
  background-size: cover;
  float: left;
}
.about-main-content .about-section5 .strength .swiper-container .swiper_btn .swiper-button-next {
  background: url("../images/light_right_02.png");
  float: right;
  margin-top: 0;
}
.about-main-content .about-section5 .strength .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
}
.about-main-content .about-section5 .strength .swiper-container .swiper-wrapper .swiper-slide p {
  color: #fff;
  font-size: 20px;
  margin: 18px 0 28px 0;
}
.about-main-content .about-section5 .strength .swiper-container .swiper-wrapper .swiper_slide_act {
  position: relative;
  border-bottom: 7px solid #fff;
}
.about-main-content .about-section5 .strength .swiper-container .swiper-wrapper .swiper_slide_act:before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -4px;
  content: "";
  width: 0;
  height: 0;
  border: 9px solid #fff;
  border-color: transparent transparent #fff transparent;
}
.about-main-content .about-section5 .strength .swiper-container .introduce {
  margin-top: 36px;
}
.about-main-content .about-section5 .strength .swiper-container .introduce p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  display: none;
}
.customProduct {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.customProduct li {
  position: relative;
  width: 13.3%;
  height: 500px;
  overflow: hidden;
  float: left;
  transition: left 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: left 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: left 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: left 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.customProduct li:nth-child(1) {
  background: url("../images/dyproduct_fa_01.jpg") no-repeat left center;
  background-size: cover;
}
.customProduct li:nth-child(2) {
  background: url("../images/dyproduct_fa_02.jpg") no-repeat left center;
  background-size: cover;
}
.customProduct li:nth-child(3) {
  background: url("../images/dyproduct_fa_03.jpg") no-repeat left center;
  background-size: cover;
}
.customProduct li:nth-child(4) {
  background: url("../images/dyproduct_fa_04.jpg") no-repeat left center;
  background-size: cover;
}
.customProduct li:nth-child(5) {
  background: url("../images/dyproduct_fa_05.jpg") no-repeat left center;
  background-size: cover;
}
.customProduct li:nth-child(6) {
  background: url("../images/dyproduct_fa_06.jpg") no-repeat left center;
  background-size: cover;
}
.customProduct li .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 442px;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.customProduct li .mask .enTitle {
  font-size: 30px;
  line-height: 24px;
  display: none;
  font-family: Avenir-Roman;
}
.customProduct li .mask .cnTitle {
  font-size: 24px;
  text-align: center;
  margin: 10px 0 38px 0;
}
.customProduct li .mask .introduce {
  font-size: 14px;
  line-height: 24px;
  display: none;
}
.customProduct li .maskAct {
  padding: 140px 45px 0;
  background-color: rgba(189, 158, 94, 0.9);
}
.customProduct li .maskAct .enTitle {
  display: block;
}
.customProduct li .maskAct .cnTitle {
  text-align: left;
}
.customProduct li .maskAct .introduce {
  display: block;
}
.customProduct .liAct {
  width: 33.5%;
}
@media only screen and (min-width: 1280px) {
  .index-about-business .row .list-wrap:hover .list .center {
    position: relative;
    top: 0;
    transform: none;
  }
  .index-about-business .row .list-wrap:hover .list .center p {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
  }
  .index-about-business .row .list-wrap:hover .list .link-more-border {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .index-about-business .row .list-wrap:hover .business-shadow {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}
@media only screen and (min-width: 768px) {
  .product-operating-wrap:hover .shadow {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #bd9e5e;
  }
  .product-operating-wrap:hover .center .p-content {
    margin-top: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
  }
  .product-operating-wrap:hover .center .p-content p:first-child {
    margin-bottom: 5px;
  }
  .product-operating-wrap:hover .center img {
    opacity: 0;
    filter: alpha(opacity=0);
    padding-top: 0;
  }
}
@media only screen and (max-width: 1518px) {
  .about-main-content .about-section4 .brandCulture {
    width: 92%;
  }
  .about-main-content .about-section4 .brandCulture li .mask {
    padding: 108px 35px;
  }
}
@media only screen and (max-width: 1360px) {
  .about-main-content .about-section4 .brandCulture li .mask {
    padding: 108px 16px;
  }
  .about-main-content .about-section4 .brandCulture li .mask .englishName {
    font-size: 28px;
  }
  .about-main-content .about-section4 .brandCulture li .mask .chineseName {
    font-size: 18px;
  }
  .about-main-content .about-section4 .brandCulture li .mask .introduce {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .about-main-content .about-section2 .concent .introduce p {
    text-align: justify;
  }
  .about-main-content .about-section2 .concent .introduce p span {
    display: inline;
    line-height: 15px;
    font-size: 12px;
  }
  .index-about-business .row .list-wrap .list p {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-news-session .container .row .col-4 .list {
    padding-right: 0;
  }
  .yewu-list .row .yewu-list-content {
    float: none;
    width: 100%;
  }
  .yewu-list .row .yewu-list-img {
    float: none;
    width: 100%;
  }
  .business-det-wrap .side {
    width: 700px;
    height: auto;
    float: none;
    margin: 0 auto;
  }
  .business-det-wrap .side .nav-bar {
    margin: 0;
    margin-top: 70px;
    float: left;
    transform: rotate(270deg);
  }
  .business-det-wrap .side .nav-bar.nav-bar-tl {
    margin-right: 30px;
  }
  .business-det-wrap .side .nav-bar.nav-bar-br {
    margin-left: 30px;
  }
  .business-det-wrap .side .nav-big-wrap {
    width: 522px;
    float: left;
    overflow: hidden;
  }
  .business-det-wrap .side .nav-bar-wrap {
    width: 10000px;
    height: auto;
  }
  .business-det-wrap .side .nav-bar-wrap ul {
    padding-bottom: 15px;
  }
  .business-det-wrap .side .nav-bar-wrap ul li {
    float: left;
    width: 176px;
    height: 140px;
    padding: 0 1px;
  }
  .business-det-wrap .side .nav-bar-wrap ul li.on {
    position: relative;
  }
  .business-det-wrap .side .nav-bar-wrap ul li.on:after {
    content: '';
    display: block;
    width: 10px;
    height: 22px;
    background-image: url(../images/right_arrow.png);
    position: absolute;
    right: 38px;
    bottom: -15px;
    transform: rotate(90deg);
  }
  .business-det-wrap .side .nav-bar-wrap ul li.on .list:after {
    width: 0;
  }
  .business-det-wrap .side .nav-bar-wrap ul li .list .center img {
    width: 30px;
  }
  .business-det-wrap .side .nav-bar-wrap ul li .list .center p {
    font-size: 14px;
    margin-top: 5px;
  }
  .business-det-wrap .business-content {
    margin-left: 0;
    padding-bottom: 30px;
  }
  .business-det-wrap .business-content .business-content-list .img-content img {
    width: 100%;
  }
  .about-main-content .about-section2 .blank {
    width: 80%;
  }
  .about-main-content .about-section3 .content .center {
    width: 90%;
    margin: 0 5%;
  }
  .about-main-content .about-section5 .strength .swiper-container {
    width: 90%;
  }
  .customProduct {
    width: 92%;
  }
}
@media only screen and (max-width: 1024px) {
  .customProduct li .mask .enTitle {
    font-size: 24px;
  }
  .customProduct li .mask .cnTitle {
    font-size: 20px;
  }
  .customProduct li .maskAct {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 960px) {
  .small-container {
    width: 100%;
    padding: 0 15px;
  }
  .news-nav {
    margin-top: 20px;
  }
  .news-nav ul {
    width: 100%;
  }
  .news-nav ul li {
    width: 31.2%;
    height: 40px;
    line-height: 40px;
    margin: 0 1%;
  }
  .news-nav ul li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .index-banner .toNextScreen {
    display: none;
  }
  .header {
    height: 50px;
  }
  .header .header-msg {
    padding: 5px 15px;
  }
  .header .header-msg .header-toggle {
    background-size: 18px;
    margin-right: 80px;
  }
  .header .header-msg img {
    width: 120px;
    margin-top: 5px;
  }
  .header .nav-mobile {
    display: none;
  }
  .footer p {
    padding: 10px 0;
  }
  .footer p a,
  .footer p span {
    line-height: 18px;
    display: block;
    font-size: 10px;
    padding: 0;
  }
  .col-xs-12 {
    width: 100%;
  }
  .h3-title {
    font-size: 24px;
  }
  .zh-en-title {
    margin-bottom: 30px;
  }
  .zh-en-title h3 {
    font-size: 26px;
  }
  .zh-en-title h4 {
    font-size: 22px;
  }
  .common-news-wrap .col-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .common-news-wrap .col-4:last-child {
    margin-bottom: 0;
  }
  .common-news-wrap .col-4 .index-more-icon {
    width: 30px;
    height: 30px;
    margin-left: 0;
  }
  .common-news-wrap .col-4 .list {
    margin: 0;
  }
  .common-news-wrap .col-4 .list h4 {
    margin-top: 15px;
    font-size: 18px;
  }
  .common-news-wrap .col-4 .list span {
    margin: 15px 0;
  }
  .common-news-wrap .col-4 .list .news-thumb {
    margin-top: 15px;
    margin-bottom: 10px;
    height: auto;
  }
  .common-news-wrap .col-4 .list p {
    height: auto;
    min-height: auto;
  }
  .index-banner .flexslider .slides .images .banner-content .container {
    width: auto;
    top: 50%;
    left: 0;
    padding-left: 12%;
  }
  .index-banner .flexslider .slides .images .banner-content .container h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .index-banner .flexslider .slides .images .banner-content .container h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  .index-banner .flexslider .slides .images .banner-content .container .text-center .line {
    width: 46px;
    height: 3px;
  }
  .index-about-session {
    padding: 45px 0;
  }
  .index-about-session .container .h3-title {
    margin-bottom: 30px;
  }
  .index-about-session .container .index-about-content h4 {
    font-size: 20px;
    margin-top: 40px;
  }
  .index-about-session .container .index-about-content p {
    text-align: justify;
    margin-bottom: 30px;
  }
  .index-about-session .container .index-about-content p span {
    display: inline;
  }
  .index-about-session .container .row .col-4 .list {
    border: 3px solid #bd9e5e;
    width: 100px;
    height: 100px;
  }
  .index-about-session .container .row .col-4 .list h5 {
    width: 100%;
    height: 30px;
    margin: 15px 0;
  }
  .index-about-session .container .row .col-4 .list h5 img {
    width: 80%;
  }
  .index-about-session .container .row .col-4 .list p {
    font-size: 9px;
  }
  .index-about-business .row .list-wrap {
    height: 107px;
  }
  .index-about-business .row .list-wrap .list .center h4 {
    font-size: 20px;
  }
  .index-about-business .row .list-wrap .list .center p {
    margin-top: 0;
  }
  .index-about-business .row .list-wrap .list .link-more-border {
    bottom: 0;
  }
  .index-about-business .row .list-wrap .list .link-more-border a {
    width: 100%;
    height: 107px;
  }
  .index-news-session {
    padding: 45px 0;
  }
  .index-news-session .container .row {
    margin: 30px 0;
  }
  .index-contact-session {
    padding: 0 15px;
  }
  .index-contact-session .container {
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .index-contact-session .container .h3-title {
    padding: 30px 0;
  }
  .index-contact-session .container .row {
    padding: 0 10px;
  }
  .index-contact-session .container .row .col-6 {
    margin-bottom: 25px;
    padding: 0 10px;
  }
  .index-contact-session .container .row .col-6 .list h4 {
    font-size: 20px;
    height: 30px;
    padding-bottom: 10px;
  }
  .index-contact-session .container .row .col-6 .list .content {
    margin-top: 0;
  }
  .index-contact-session .container .row .col-6 .list .content p {
    font-size: 14px;
  }
  .index-contact-session .container .row .col-6 .list .content p i,
  .index-contact-session .container .row .col-6 .list .content p span {
    font-size: 14px;
  }
  .index-contact-session .container .row .col-6 .list .content p span {
    width: 42px;
  }
  .index-contact-session .container .row .col-6 .list .content p i {
    margin-left: 42px;
  }
  .index-contact-session .index-footer p {
    padding: 10px 0;
  }
  .index-contact-session .index-footer p a,
  .index-contact-session .index-footer p span {
    line-height: 18px;
    display: block;
    font-size: 10px;
    padding: 0;
  }
  .inner-banner {
    height: 220px;
  }
  .inner-banner .container {
    padding: 0;
  }
  .inner-banner .container .content {
    padding: 15px;
    top: 60%;
  }
  .inner-banner .container .content h2 {
    font-size: 20px;
    line-height: 1;
  }
  .inner-banner .container .content h3 {
    margin-top: 12px;
    margin-bottom: 13px;
    font-size: 18px;
  }
  .inner-banner .container .content h3 span {
    padding: 0 10px;
  }
  .inner-banner .container .content h5 {
    font-size: 16px;
    line-height: 28px;
  }
  .inner-banner .container .content p {
    font-size: 12px;
    line-height: 20px;
  }
  .inner-banner .container .content p span {
    padding: 0 3px;
  }
  .yewu-list {
    margin: 30px 0;
  }
  .yewu-list .row .yewu-list-content {
    height: 220px;
  }
  .yewu-list .row .yewu-list-content .center {
    padding: 0 20px;
  }
  .yewu-list .row .yewu-list-content .center h3 {
    font-size: 20px;
  }
  .yewu-list .row .yewu-list-content .center h4 {
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 15px;
  }
  .yewu-list .row .yewu-list-content .center p {
    font-size: 12px;
    line-height: 20px;
  }
  .product-service {
    margin: 30px 0;
  }
  .product-service .row .col-4 {
    height: 280px;
    overflow: hidden;
  }
  .product-service .row .col-4:nth-child(1) {
    margin-top: 20px;
  }
  .product-service .row .col-4:nth-child(2) {
    margin-top: 20px;
  }
  .product-service .row .col-4:nth-child(3) {
    margin-top: 20px;
  }
  .product-service .row .col-4 .list h4 {
    font-size: 24px;
  }
  .product-service .row .col-4 .list h5 {
    font-size: 20px;
  }
  .product-service .row .col-4 .list .product-link-more {
    margin-top: 85px;
  }
  .product-service .row .col-4 .list .product-link-more a {
    font-size: 16px;
  }
  .product-service .product-title {
    margin-bottom: 0;
  }
  .product-service .product-title h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .product-service .product-title h4 {
    font-size: 20px;
  }
  .inner-contact-banner .container .content h3 {
    font-size: 14px;
    line-height: 28px;
    line-height: 30px;
  }
  .main-news-content .inner-news-det {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .main-news-content .inner-news-det .crumbs {
    padding: 20px 0;
  }
  .main-news-content .inner-news-det .article-wrap .article-time {
    width: 80px;
    height: 80px;
  }
  .main-news-content .inner-news-det .article-wrap .article-time i {
    font-size: 34px;
  }
  .main-news-content .inner-news-det .article-wrap .article-title {
    font-size: 20px;
    line-height: 28px;
    padding: 20px 0 10px;
  }
  .business-det-wrap .side {
    width: 340px;
  }
  .business-det-wrap .side .nav-bar {
    margin-top: 45px;
    width: 24px;
    height: 24px;
    background-size: 46px 46px;
  }
  .business-det-wrap .side .nav-bar.nav-bar-tl {
    margin-right: 12px;
    background-position: -23px 0;
  }
  .business-det-wrap .side .nav-bar.nav-bar-tl.noclick {
    background-position: -23px -23px;
  }
  .business-det-wrap .side .nav-bar.nav-bar-br {
    margin-left: 12px;
    background-position: 1px 0;
  }
  .business-det-wrap .side .nav-bar.nav-bar-br.noclick {
    background-position: 1px -23px;
  }
  .business-det-wrap .side .nav-big-wrap {
    width: 264px;
  }
  .business-det-wrap .side .nav-bar-wrap ul li {
    width: 88px;
    height: 70px;
    padding: 0 1px;
  }
  .business-det-wrap .side .nav-bar-wrap ul li .list .center img {
    width: 30px;
  }
  .business-det-wrap .side .nav-bar-wrap ul li .list .center p {
    font-size: 14px;
    margin-top: 5px;
  }
  .business-det-wrap .business-content .business-content-list .img-content img {
    width: 100%;
  }
  .business-det-wrap .business-content .business-content-list .img-content .img-conetnt-text {
    margin-top: 25px;
    padding: 0;
    color: #373737;
    position: static;
    width: 100%;
    transform: none;
  }
  .business-det-wrap .business-content .business-content-list .img-content .img-conetnt-text .center h3 {
    font-size: 30px;
  }
  .business-det-wrap .business-content .business-content-list .img-content .img-conetnt-text .center h5 {
    font-size: 20px;
    margin: 7px 0 15px;
  }
  .business-det-wrap .business-content .business-content-list .img-content .img-conetnt-text .center p {
    width: 100%;
  }
  .business-det-wrap .business-content .business-content-list .img-content .img-conetnt-text .shadow {
    position: static;
  }
  .business-det-wrap .business-content .business-content-list .text-content {
    margin-top: 30px;
  }
  .en-zh-title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .en-zh-title h3 {
    font-size: 16px;
  }
  .en-zh-title h4 {
    font-size: 20px;
  }
  .business-det-wrap {
    padding-top: 0;
  }
  .about-main-content .inner-banner {
    height: 366px;
    background-position: top right;
  }
  .about-main-content .inner-banner .container {
    padding: 0;
  }
  .about-main-content .about-section2 {
    height: 290px;
  }
  .about-main-content .about-section2 .concent {
    transform: translateY(0);
    padding-top: 45px;
  }
  .about-main-content .about-section2 .concent .title {
    font-size: 19px;
  }
  .about-main-content .about-section2 .concent .introduce {
    text-align: justify;
    width: 84%;
    margin: 30px auto 0;
  }
  .about-main-content .about-section2 .concent .introduce p {
    font-size: 14px;
    line-height: 20px;
  }
  .about-main-content .about-section2 .blank {
    display: none;
  }
  .about-main-content .about-section3 {
    height: 300px;
    padding-top: 30px;
  }
  .about-main-content .about-section3 .content .center {
    padding: 30px;
    width: 90%;
  }
  .about-main-content .about-section3 .content .center .title {
    font-size: 19px;
    margin-bottom: 24px;
  }
  .about-main-content .about-section3 .content .center .introduce p {
    font-size: 12px;
    line-height: 15px;
    text-align: justify;
  }
  .about-main-content .about-section4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-main-content .about-section4 .title .enTitle {
    font-size: 15px;
  }
  .about-main-content .about-section4 .title .cnTitle {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .about-main-content .about-section4 .brandCulture li {
    width: 100%;
    height: 303px;
    margin-bottom: 10px;
  }
  .about-main-content .about-section4 .brandCulture li:nth-child(1) {
    background: url("../images/brandlight1.jpg") no-repeat left center;
    background-size: cover;
  }
  .about-main-content .about-section4 .brandCulture li:nth-child(2) {
    background: url("../images/brandlight2.jpg") no-repeat left center;
    background-size: cover;
  }
  .about-main-content .about-section4 .brandCulture li:nth-child(3) {
    background: url("../images/brandlight3.jpg") no-repeat left center;
    background-size: cover;
  }
  .about-main-content .about-section4 .brandCulture li .mask {
    padding: 110px 0 0 12%;
    background: rgba(0, 0, 0, 0.4);
  }
  .about-main-content .about-section4 .brandCulture li .mask .englishName {
    font-size: 24px;
  }
  .about-main-content .about-section4 .brandCulture li .mask .chineseName {
    font-size: 24px;
    margin: 6px 0 18px 0;
  }
  .about-main-content .about-section4 .brandCulture li .mask .introduce {
    font-size: 14px;
    display: block;
  }
  .about-main-content .about-section5 .strength {
    height: 325px;
  }
  .about-main-content .about-section5 .strength .title {
    padding: 36px 0 42px 0;
  }
  .about-main-content .about-section5 .strength .title .enTitle {
    font-size: 15px;
  }
  .about-main-content .about-section5 .strength .title .cnTitle {
    font-size: 19px;
  }
  .about-main-content .about-section5 .strength .swiper-container {
    min-height: 200px;
  }
  .about-main-content .about-section5 .strength .swiper-container .swiper-pagination {
    display: block;
  }
  .about-main-content .about-section5 .strength .swiper-container .swiper_btn {
    display: none;
  }
  .about-main-content .about-section5 .strength .swiper-container .swiper-wrapper .swiper-slide p {
    font-size: 12px;
    margin: 10px 0 20px 0;
  }
  .about-main-content .about-section5 .strength .swiper-container .swiper-wrapper .swiper_slide_act {
    border-bottom: 3px solid #fff;
  }
  .about-main-content .about-section5 .strength .swiper-container .swiper-wrapper .swiper_slide_act:before {
    margin-left: -2px;
    border: 5px solid #fff;
    border-color: transparent transparent #fff transparent;
  }
  .about-main-content .about-section5 .strength .swiper-container .introduce {
    margin-top: 15px;
  }
  .about-main-content .about-section5 .strength .swiper-container .introduce p {
    font-size: 12px;
    line-height: 16px;
  }
  .inner-news-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .inner-news-list .container .common-news-wrap .col-4 {
    margin: 20px 0;
  }
  .inner-news-list .container .common-news-wrap .col-4 .list {
    padding-right: 0;
  }
  .customProduct li {
    width: 100%;
    height: 228px;
    margin-bottom: 10px;
    background-size: 50% 100% !important;
  }
  .customProduct li .mask {
    left: 50%;
    width: 50%;
    padding: 53px 10px 0;
    background-color: rgba(189, 158, 94, 0.9);
  }
  .customProduct li .mask .enTitle {
    font-size: 15px;
    line-height: 15px;
    display: block;
  }
  .customProduct li .mask .cnTitle {
    font-size: 14px;
    text-align: left;
    margin: 5px 0 20px 0;
  }
  .customProduct li .mask .introduce {
    font-size: 12px;
    line-height: 15px;
    display: block;
  }
  .customProduct .liAct {
    width: 100%;
  }
  .product-operating-wrap {
    font-size: 0;
  }
  .product-operating-wrap .center {
    position: static;
    transform: none;
    background-color: #bd9e5e;
    padding: 30px 15px;
  }
  .product-operating-wrap .center .p-content {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    margin-top: 20px;
  }
  .product-operating-wrap .center img {
    display: none;
  }
  .product-operating-wrap .center h3 {
    font-size: 24px;
  }
  .product-operating-wrap .center h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .product-operating-wrap .center p {
    font-size: 14px;
  }
  .product-operating-wrap .shadow {
    height: 0;
  }
}
@media only screen and (max-width: 568px) {
  .contact-container {
    padding-bottom: 30px;
  }
  .contact-wrap #map {
    height: 350px;
  }
  .contact-wrap .contact-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px 15px;
  }
  .contact-wrap .contact-content .address-nav li span {
    height: 35px;
    line-height: 35px;
  }
  .contact-wrap .contact-content .address-wrap {
    height: 350px;
  }
  .contact-wrap .contact-content .address-wrap .address-list .list {
    padding: 15px 0;
  }
  .contact-wrap .contact-content .address-wrap .address-list .list p {
    font-size: 14px;
  }
  .title-jieshao {
    font-size: 16px;
  }
  .financial-wrap {
    margin: 25px 0 30px;
  }
  .financial-wrap .product-operating-wrap .center {
    padding: 20px;
  }
}
/*# sourceMappingURL=style.css.map */