/*@font-face {*/
/*  font-family: 'poppins-regular';*/
/*  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');*/
/*}*/
/*@font-face {*/
/*  font-family: 'poppins-bold';*/
/*  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');*/
/*}*/
@font-face {
  font-family: '微软雅黑';
  src: url(../fonts/wqy-zenhei.ttc) format('truetype');
}
@font-face {
  font-family: 'MyriadPro Regular';
  src: url(../fonts/MYRIADPRO-REGULAR.woff.ttf) format('truetype');
}
@font-face {
  font-family: 'MicrosoftYaHeiUI';
  src: url(../fonts/MicrosoftYaHeiUI.ttf) format('truetype');
}
/*@font-face {*/
/*  font-family: 'adobeheitistd-regular';*/
/*  src: url(../fonts/adobeheitistd-regular.otf) format('truetype');*/
/*}*/
@font-face {
  font-family: 'ARIAL';
  src: url(../fonts/ARIAL.TTF) format('truetype');
}
@font-face {
  font-family: 'DINENGSC';
  src: url(../fonts/DINENGSC.TTF) format('truetype');
}
.container {
  width: 1200px;
}
img {
  width: auto;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #e0640d;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #e0640d;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
#header .nav {
  width: 100%;
  background: url(../images/headerBackgroud.jpg) no-repeat;
  background-size: 100% 100%;
  height: 110px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#header .nav .nav-box {
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .nav .nav-box .logo {
  line-height: 110px;
}
#header .nav .nav-box .logo a {
  display: inline-block;
}
#header .nav .nav-box .logo a img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .nav-box .menu-Boxs .menu-top {
  height: 50px;
  line-height: 50px;
  text-align: right;
}
#header .nav .nav-box .menu-Boxs .menu-top .logo-icon {
  display: inline-block;
  margin-right: 20px;
}
#header .nav .nav-box .menu-Boxs .menu-top .logo-icon a {
  color: #a0a0a0;
}
#header .nav .nav-box .menu-Boxs .menu-top .logo-icon a i {
  display: inline-block;
  margin: 0 5px;
}
#header .nav .nav-box .menu-Boxs .menu-top p {
  display: inline-block;
}
#header .nav .nav-box .menu-Boxs .menu-top p a {
  font-size: 18px;
  color: #333333;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  /*font-family: 'adobeheitistd-regular';*/
}
#header .nav .nav-box .menu-Boxs .menu-top p a:hover {
  color: #fece2c;
}
#header .nav .nav-box .menu-Boxs .menu-box {
  padding: 0;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  height: 60px;
}
#header .nav .nav-box .menu-Boxs .menu-box .menu {
  display: flex;
}
#header .nav .nav-box .menu-Boxs .menu-box .menu > li {
  display: flex;
  align-items: center;
  margin: 0 29px;
  position: relative;
}
#header .nav .nav-box .menu-Boxs .menu-box .menu > li > a {
  display: inline-block;
  font-size: 18px;
  color: #1e1e1e;
  font-family: 'ARIAL';
  position: relative;
  padding: 0 10px;
 height: 35px;
    line-height: 2;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#header .nav .nav-box .menu-Boxs .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #0d2547;
}
#header .nav .nav-box .menu-Boxs .menu-box .menu > li:hover > a {
  color: #ffffff;
  background: #333333;
}
#header .nav .nav-box .menu-Boxs .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #333333;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .nav-box .menu-Boxs .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .nav-box .menu-Boxs .menu-box .menu > li .sub-menu li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 10px 18px;
  font-family: 'ARIAL';
}
#header .nav .nav-box .menu-Boxs .menu-box .menu > li .sub-menu li:hover {
  background: #fece2c;
}
#header .nav .nav-box .menu-Boxs .menu-box .h-search {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fece2c;
  text-align: center;
  margin-left: 20px;
  cursor: pointer;
}
#header .nav .nav-box .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .nav-box .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .nav-box .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .nav-box .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .nav-box .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .nav-box .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .nav-box .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .swiper-slide {
  position: relative;
  display: inline-block;
}
#banner .swiper-slide img {
  width: 100%;
  height: auto;
}
#banner .swiper-slide .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 45px;
  left: 0;
  display: flex;
  align-items: center;
}
#banner .swiper-slide .content .content-box h2 {
  font-size: 60px;
  line-height: 1.4;
	font-weight:bold;
 color: #ffffff;
  max-width: 700px;
  font-family: 'DINENGSC';
}
#banner .swiper-slide .content .content-box p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-family: 'ARIAL';
  max-width: 550px;
  margin: 60px 0 25px 0;
}
#banner .swiper-slide .content .content-box a {
  display: inline-block;
  padding: 2px 40px;
  border: 1px solid #fece2c;
  color: #fece2c;
  font-size: 20px;
  font-family: 'DINENGSC';
  text-transform: uppercase;
  margin-right: 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#banner .swiper-slide .content .content-box a:hover {
  background: #fece2c;
  color: #333333;
}
/*@font-face {*/
/*  font-family: 'adobeheitistd-regular';*/
/*  src: url(../fonts/adobeheitistd-regular.otf) format('truetype');*/
/*}*/
@font-face {
  font-family: 'ARIAL';
  src: url(../fonts/ARIAL.TTF) format('truetype');
}
@font-face {
  font-family: 'DINENGSC';
  src: url(../fonts/DINENGSC.TTF) format('truetype');
}
@font-face {
  font-family: 'DINCond-Medium';
  src: url(../fonts/DINCond-Medium.otf) format('truetype');
}
#index-body h1.h1,
#index-body h2.h2,
#index-body h3.h3,
#index-body h4.h4,
#index-body h5.h5,
#index-body h6.h6,
#index-body h1,
#index-body h2,
#index-body h3,
#index-body h4,
#index-body h5,
#index-body h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body a,
#index-body span,
#index-body i {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body .i-about {
  padding: 70px 0 135px 0;
  background: url(../images/aboutBackgroud.jpg) no-repeat;
  background-size: 100% 100%;
}
#index-body .i-about .about-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .i-about .about-box .left {
  width: 50%;
  position: relative;
}
#index-body .i-about .about-box .left a {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  z-index: 10;
}
#index-body .i-about .about-box .left a img {
  display: inline-block;
  position: relative;
  z-index: 10;
}
#index-body .i-about .about-box .left a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 8px solid #fece2c;
  top: 20px;
  left: -20px;
  z-index: 5;
}
#index-body .i-about .about-box .left p {
  position: absolute;
  left: -25%;
  opacity: 0.6;
  top: 42%;
  font-size: 14px;
  color: #ffffff;
  font-family: 'ARIAL';
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -webkit-transform: rotate(-90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-90deg);
  /* Opera */
}
#index-body .i-about .about-box .left p::after {
  position: absolute;
  width: 145px;
  height: 1px;
  content: '';
  background: #ffffff;
  right: 105%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
#index-body .i-about .about-box .right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
#index-body .i-about .about-box .right .content {
  text-align: left;
  max-width: 560px;
	word-wrap:break-word;
word-break:normal; 
}
#index-body .i-about .about-box .right .content h1 {
 font-size: 45px;
    font-weight: bold;
  line-height: 48px;
  color: #fece2c;
  font-family: 'DINENGSC';
  text-transform: uppercase;
  padding-bottom: 30px;
}
#index-body .i-about .about-box .right .content p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-family: 'ARIAL';
}
#index-body .i-about .about-box .right .content .p {
  margin-bottom: 10px;
}
#index-body .i-about .about-box .right .content a {
  margin-top: 40px;
  display: inline-block;
  padding: 2px 40px;
  border: 2px solid #fece2c;
  font-size: 20px;
  color: #ffffff;
  font-family: 'DINENGSC';
  text-transform: uppercase;
}
#index-body .i-about .about-box .right .content a:hover {
  background: #fece2c;
  color: #333333;
}
#index-body .i-about .about-box .right .content ul {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index-body .i-about .about-box .right .content ul li {
  display: flex;
  align-items: center;
}
#index-body .i-about .about-box .right .content ul li p {
  font-size: 56px;
  color: #fece2c;
  font-family: 'DINCond-Medium';
}
#index-body .i-about .about-box .right .content ul li p span {
  font-size: 46px;
  color: #fece2c;
  font-family: 'DINCond-Medium';
}
#index-body .i-about .about-box .right .content ul li .ctt {
  margin-left: 5px;
}
#index-body .i-about .about-box .right .content ul li .ctt p {
  font-size: 18px;
  color: #ffffff;
  font-family: 'DINCond-Medium';
  text-transform: uppercase;
  line-height: 24px;
}
#index-body .i-product {
  padding: 100px 0;
  background: url(../images/productBackgroud.jpg) no-repeat;
  background-size: 100% 100%;
}
#index-body .i-product .top {
  max-width: 445px;
  margin-bottom: 60px;
}
#index-body .i-product .top h1 {
  font-size: 45px;
   color: #fece2c;
   font-weight: bold;
  line-height: 56px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#index-body .i-product .top p {
 font-size: 18px;
   margin-top: 10px;;
  color: #333333;
  font-family: 'DINENGSC';
  line-height: 28px;
}
#index-body .i-product .productBox {
  width: 1230px;
  margin: 0 auto;
  position: relative;
}
#index-body .i-product .productBox .swiper-slide {
  display: inline-block;
  position: relative;
}
#index-body .i-product .productBox .swiper-slide::after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 100%;
  background: #fece2c;
  z-index: 5;
}
#index-body .i-product .productBox .swiper-slide .productImg {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
#index-body .i-product .productBox .swiper-slide .content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 40px 40px 40px;
}
#index-body .i-product .productBox .swiper-slide .content::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  background: #000000;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
#index-body .i-product .productBox .swiper-slide .content h2 a {
  font-size: 24px;
  color: #333333;
  font-family: 'DINENGSC';
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 5px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
#index-body .i-product .productBox .swiper-slide .content h2 a:hover {
  background: #333333;
  color: #ffffff;
}
#index-body .i-product .productBox .swiper-slide .content p {
  padding: 5px 0;
}
#index-body .i-product .productBox .swiper-slide .content p a {
  font-size: 16px;
  color: #333333;
  font-family: 'DINENGSC';
}
#index-body .i-product .productBox .swiper-button-next,
#index-body .i-product .productBox .swiper-button-prev {
  width: 35px;
  height: 62px;
}
#index-body .i-product .productBox .swiper-button-prev {
  background: url(../images/zuo.png) no-repeat center center;
  left: -10%;
}
#index-body .i-product .productBox .swiper-button-next {
  background: url(../images/you.png) no-repeat center center;
  right: -10%;
}
#index-body .i-why {
  padding: 130px 0;
  background: url(../images/whyBackground.jpg) no-repeat;
  background-size: 100% 100%;
}
#index-body .i-why .top {
  max-width: 445px;
  margin-bottom: 60px;
}
#index-body .i-why .top h1 {
  font-size: 56px;
  color: #fece2c;
  font-family: 'DINENGSC';
  line-height: 56px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#index-body .i-why .top p {
  font-size: 24px;
  color: #ffffff;
  font-family: 'DINENGSC';
  line-height: 28px;
}
#index-body .i-why .whyBox {
  background: url(../images/why-boxBackground.png) no-repeat;
  background-size: 100% 100%;
}
#index-body .i-why .whyBox .swiper-slide {
  padding: 50px 50px 65px 30px;
}
#index-body .i-why .whyBox .swiper-slide:hover h2::after {
  width: 55px;
}
#index-body .i-why .whyBox .swiper-slide:hover .p {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
#index-body .i-why .whyBox .swiper-slide .p {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  display: inline-block;
  padding-bottom: 15px;
}
#index-body .i-why .whyBox .swiper-slide h2 {
  font-size: 30px;
  color: #fece2c;
  font-family: 'DINENGSC';
  padding-bottom: 25px;
  position: relative;
}
#index-body .i-why .whyBox .swiper-slide h2::after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #fece2c;
  left: 0;
  bottom: 20px;
}
#index-body .i-why .whyBox .swiper-slide p {
  font-size: 14px;
  color: #ffffff;
  font-family: 'ARIAL';
  font-weight: 100;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
#index-body .i-news {
  padding: 50px 0;
	background: #f1f1f1f1;
}
#index-body .i-news .top {
  max-width: 445px;
  margin-bottom: 40px;
}
#index-body .i-news .top h1 {
  font-size: 45px;
    font-weight: bold;
  color: #333;
  font-family: 'DINENGSC';
  line-height: 2;
  text-transform: uppercase;
	display: inline-block;
	padding: 5px 20px;
	background: #fece2c;
}
#index-body .i-news .top p {
  font-size: 24px;
  color: #333333;
  font-family: 'DINENGSC';
  line-height: 28px;
}
#index-body .i-news .newsBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#index-body .i-news .newsBox .left {
  width: 51%;
  display: inline-block;
  position: relative;
}
#index-body .i-news .newsBox .left h3 {
  font-size: 36px;
  line-height: 36px;
  color: #fece2c;
  font-family: 'DINENGSC';
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 10;
}
#index-body .i-news .newsBox .left h3 span {
  font-size: 18px;
  color: #ffffff;
  font-family: 'DINENGSC';
}
#index-body .i-news .newsBox .left .leftImg {
  overflow: hidden;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
#index-body .i-news .newsBox .left .leftImg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-news .newsBox .left .content {
  margin-top: -20px;
  
  position: relative;
  z-index: 10;
}
#index-body .i-news .newsBox .left .content h2 a {
  display: block;
  font-size: 24px;
  color: #333333;
  padding: 3px 22px;
  background: #fece2c;
  font-family: 'DINENGSC';
}
#index-body .i-news .newsBox .left .content h2 a:hover {
  background: #333333;
  color: #ffffff;
}
#index-body .i-news .newsBox .left .content .content-box {
  position: relative;
  z-index: 10;
  padding: 20px 22px;
}
#index-body .i-news .newsBox .left .content .content-box p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  font-family: 'ARIAL';
}
#index-body .i-news .newsBox .left .content .content-box a {
  margin-top: 25px;
  font-size: 20px;
  color: #333333;
  text-transform: uppercase;
  font-family: 'DINENGSC';
  display: inline-block;
  padding: 2px 40px;
  background: #fece2c;
}
#index-body .i-news .newsBox .left .content .content-box a:hover {
  background: #333333;
  color: #ffffff;
}
#index-body .i-news .newsBox .right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
#index-body .i-news .newsBox .right .right-box {
  max-width: 550px;
}
#index-body .i-news .newsBox .right .right-box .box {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index-body .i-news .newsBox .right .right-box .box .box-left {
  width: 46%;
  overflow: hidden;
  display: inline-block;
}
#index-body .i-news .newsBox .right .right-box .box .box-left:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-news .newsBox .right .right-box .box .box-right {
  width: 50%;
}
#index-body .i-news .newsBox .right .right-box .box .box-right h3 {
  font-size: 36px;
  line-height: 36px;
  color: #fece2c;
  font-family: 'DINENGSC';
}
#index-body .i-news .newsBox .right .right-box .box .box-right h3 span {
  font-size: 18px;
  color: #333333;
  font-family: 'DINENGSC';
}
#index-body .i-news .newsBox .right .right-box .box .box-right h2 a {
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  font-family: 'DINENGSC';
}
#index-body .i-news .newsBox .right .right-box .box .box-right h2 a:hover {
  color: #fece2c;
}
#index-body .i-news .news-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background: #fff;
	margin-bottom: 20px;
}
#index-body .i-news .news-list ul li .left {
  display: flex;
  align-items: center;
}
#index-body .i-news .news-list ul li .left h2 {
  font-size: 20px;
  color: #000000;
  font-family: 'DINCond-Medium';
  margin-right: 20px;
}
#index-body .i-news .news-list ul li .left p {
  font-size: 14px;
  color: #666666;
}
#index-body .i-news .news-list ul li .right a {
  display: inline-block;
  padding: 2px 20px;
	font-size: 16px;
  background: #fece2c;
  text-transform: uppercase;
  font-family: 'DINENGSC';
  color: #000000;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-news .news-list ul li .right a:hover {
  background: #000000;
  color: #fff;
}
#index-body .i-contact {
  padding: 150px 0;
  background: url(../images/contactBackground.jpg) no-repeat;
  background-size: 100% 100%;
}
#index-body .i-contact .contact-box {
  display: flex;
  align-items: center;
}
#index-body .i-contact .contact-box .left {
  width: 51%;
  background: url(../images/contactBackgrounds.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 60px 55px;
}
#index-body .i-contact .contact-box .left h2 {
  font-size: 45px;
    font-weight: bold;;
  line-height: 56px;
  color: #fece2c;
  font-family: 'DINENGSC';
  text-transform: uppercase;
}
#index-body .i-contact .contact-box .left .swiper-container {
  padding: 45px 0;
}
#index-body .i-contact .contact-box .left .swiper-container .swiper-slide {
  width: 100%;
}
#index-body .i-contact .contact-box .left .swiper-container .swiper-slide ul li {
  display: flex;
  margin-bottom: 25px;
}
#index-body .i-contact .contact-box .left .swiper-container .swiper-slide ul li i {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-size: 24px;
  background: #333333;
  color: #ffffff;
  margin-right: 20px;
}
#index-body .i-contact .contact-box .left .swiper-container .swiper-slide ul li p {
  font-size: 24px;
  color: #333333;
  font-family: 'DINENGSC';
  max-width: 355px;
  line-height: 28px;
}
#index-body .i-contact .contact-box .left .swiper-container .swiper-slide ul li:last-child {
  margin-bottom: 0px;
}
#index-body .i-contact .contact-box .left .swiper-button-next,
#index-body .i-contact .contact-box .left .swiper-button-prev {
  position: relative;
  width: 64px;
  height: 38px;
  display: inline-block;
  opacity: 1;
  z-index: 100;
  margin-top: 0;
}
#index-body .i-contact .contact-box .left .swiper-button-prev {
  background: url(../images/contactzuo.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
  left: 0;
}
#index-body .i-contact .contact-box .left .swiper-button-next {
  background: url(../images/contactyou.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
}
#index-body .i-contact .contact-box .right {
  width: 49%;
  padding: 0 40px 0 70px;
}
#index-body .i-contact .contact-box .right h1 {
      font-size: 45px;
    font-weight: bold;
    margin-bottom: 10px;
  line-height: 56px;
  color: #fece2c;
  font-family: 'DINCond-Medium';
}
#index-body .i-contact .contact-box .right h2 {
  font-size: 18px;
  color: #ffffff;
  font-family: 'ARIAL';
  padding: 5px 0 20px 0;
}
#index-body .i-contact .contact-box .right form p {
  margin-bottom: 20px;
}
#index-body .i-contact .contact-box .right form p:hover i {
  color: #333333;
}
#index-body .i-contact .contact-box .right form p i {
  display: inline-block;
  width: 10%;
  height: 47px;
  background: #fece2c;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  line-height: 47px;
}
#index-body .i-contact .contact-box .right form p input {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  line-height: 47px;
  height: 47px;
  outline: none;
  resize: none;
  border: none;
  font-size: 24px;
  color: rgba(51, 51, 51, 0.9);
  padding: 0 10px;
  font-family: 'DINCond-Medium';
}
#index-body .i-contact .contact-box .right form p textarea {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  line-height: 47px;
  height: 47px;
  outline: none;
  resize: none;
  border: none;
  font-size: 24px;
  color: rgba(51, 51, 51, 0.9);
  padding: 0 10px;
  font-family: 'DINCond-Medium';
}
#index-body .i-contact .contact-box .right form p input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
#index-body .i-contact .contact-box .right form p input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
#index-body .i-contact .contact-box .right form p input:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
#index-body .i-contact .contact-box .right form p input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
#index-body .i-contact .contact-box .right form p textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
#index-body .i-contact .contact-box .right form p textarea:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
#index-body .i-contact .contact-box .right form p textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
#index-body .i-contact .contact-box .right form p textarea::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
#index-body .i-contact .contact-box .right form input[type="submit"] {
  width: 100%;
  height: 47px;
  font-size: 30px;
  color: #333333;
  font-family: 'DINCond-Medium';
  text-transform: uppercase;
  outline: none;
  resize: none;
  border: none;
  background: #fece2c;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body .i-contact .contact-box .right form input[type="submit"]:hover {
  background: #ff3030;
  color: #ffffff;
}
#index-body .i-partner {
  padding: 100px 0;
}
#index-body .i-partner .top {
  max-width: 450px;
  padding-bottom: 60px;
}
#index-body .i-partner .top h1 {
  font-size: 45px;
    font-weight: bold;
    line-height: 56px;
    margin-bottom: 10px;
  color: #fece2c;
  font-family: 'DINENGSC';
  padding-bottom: 5px;
}
#index-body .i-partner .top p {
     font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-family: 'DINENGSC';
}
#index-body .i-partner .partnerBox .swiper-slide {
  min-height: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
#index-body .i-partner .partnerBox .swiper-slide .partner-img img {
  display: inline-block;
}
/*@font-face {*/
/*  font-family: 'adobeheitistd-regular';*/
/*  src: url(../fonts/adobeheitistd-regular.otf) format('truetype');*/
/*}*/
@font-face {
  font-family: 'ARIAL';
  src: url(../fonts/ARIAL.TTF) format('truetype');
}
@font-face {
  font-family: 'DINENGSC';
  src: url(../fonts/DINENGSC.TTF) format('truetype');
}
@font-face {
  font-family: 'DINCond-Medium';
  src: url(../fonts/DINCond-Medium.otf) format('truetype');
}
#footer {
  background: #333333;
}
#footer h1.h1,
#footer h2.h2,
#footer h3.h3,
#footer h4.h4,
#footer h5.h5,
#footer h6.h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer a,
#footer span,
#footer i {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#footer .top {
  padding: 80px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#footer .top .footer-box ul h2 {
  font-size: 30px;
    font-weight: bold;
  line-height: 36px;
  color: #fece2c;
  font-family: 'DINENGSC';
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
}
#footer .top .footer-box ul h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: -15px;
}
#footer .top .footer-box ul li {
  margin-bottom: 10px;
}
#footer .top .footer-box ul li a {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-family: 'DINENGSC';
}
#footer .top .footer-box ul li a:hover {
  color: #fece2c;
}
#footer .top .footer-box ul li a:hover i {
  color: #fece2c;
}
#footer .top .footer-box ul li a i {
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  color: #ffffff;
}
#footer .top .footer-logo {
  width: 24%;
}
#footer .top .footer-logo h3 {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  padding: 20px 0 30px 0;
  font-family: 'DINENGSC';
}
#footer .top .footer-logo .footer-icon a {
  display: inline-block;
  margin-left: 10px;
}
#footer .top .footer-logo .footer-icon a i {
  font-size: 20px;
  color: #858585;
}
#footer .top .link {
  width: 15%;
}
#footer .top .qr {
  padding-top: 70px;
  width: 29%;
  display: flex;
  justify-content: space-between;
}
#footer .top .qr .qr-box {
  text-align: center;
}
#footer .top .qr .qr-box img {
  display: inline-block;
  width: 160px;
  height: 160px;
}
#footer .top .qr .qr-box p {
  font-size: 24px;
  color: #ffffff;
  font-family: 'DINENGSC';
}
#footer .bottom {
  padding: 15px 0;
  border-top: 1px solid #484848;
}
#footer .bottom .bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .bottom .bottom-box p {
  font-size: 18px;
  color: #ffffff;
  opacity: 1;
  font-family: 'DINCond-Medium';
}
#footer .bottom .bottom-box p a {
  font-size:18px;
  color: #ffffff;
  font-family: 'DINCond-Medium';
}
#footer .bottom .bottom-box p a img {
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1500px) {
  #index-body .i-product .productBox .swiper-button-prev {
    left: -4%;
  }
  #index-body .i-product .productBox .swiper-button-next {
    right: -4%;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #index-body .i-product .productBox {
    width: 980px;
  }
  #header .nav .nav-box .menu-Boxs .menu-box .menu > li {
    margin: 0 15px;
  }
  #banner .swiper-slide .content .content-box h2 {
    font-size: 46px;
    line-height: 46px;
    max-width: 650px;
  }
  #banner .swiper-slide .content .content-box p {
    font-size: 14px;
    line-height: 24px;
    max-width: 500px;
    margin: 30px 0 25px 0;
  }
  #index-body .i-about .about-box .right .content {
    max-width: 440px;
  }
  #index-body .i-about .about-box .right .content h1 {
    font-size: 38px;
    line-height: 38px;
    padding-bottom: 15px;
  }
  #index-body .i-about .about-box .right .content p {
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .i-about .about-box .right .content a {
    margin-top: 30px;
    font-size: 18px;
  }
  #index-body .i-about .about-box .right .content ul li p {
    font-size: 46px;
  }
  #index-body .i-about .about-box .right .content ul li p span {
    font-size: 36px;
  }
  #index-body .i-about .about-box .right .content ul li .ctt p {
    font-size: 16px;
    line-height: 18px;
  }
  #index-body .i-about .about-box .left {
    width: 45%;
  }
  #index-body .i-about {
    padding: 30px 0 60px 0;
  }
  #index-body .i-product .top p {
    font-size: 20px;
    line-height: 24px;
  }
  #index-body .i-product .top h1 {
    font-size: 46px;
    line-height: 46px;
  }
  #index-body .i-product {
    padding: 60px 0;
  }
  #index-body .i-product .top {
    margin-bottom: 40px;
  }
  #index-body .i-why .top h1 {
    font-size: 46px;
    line-height: 46px;
  }
  #index-body .i-why .top p {
    font-size: 20px;
    line-height: 24px;
  }
  #index-body .i-why .whyBox .swiper-slide {
    padding: 30px 30px 40px 20px;
  }
  #index-body .i-why {
    padding: 70px 0;
  }
  #index-body .i-news .top h1 {
    font-size: 46px;
    line-height: 46px;
  }
  #index-body .i-news .top p {
    font-size: 20px;
    line-height: 24px;
  }
  #index-body .i-news .newsBox .left {
    width: 50%;
  }
  #index-body .i-news .newsBox .right {
    width: 48%;
  }
  #index-body .i-news {
    padding: 60px 0;
  }
  #index-body .i-news .top {
    margin-bottom: 40px;
  }
  #index-body .i-contact .contact-box .left h2 {
    font-size: 46px;
    line-height: 46px;
  }
  #index-body .i-contact .contact-box .left {
    padding: 30px 40px;
  }
  #index-body .i-contact .contact-box .left .swiper-container {
    padding: 30px 0;
  }
  #index-body .i-contact .contact-box .left .swiper-container .swiper-slide ul li {
    margin-bottom: 20px;
  }
  #index-body .i-contact .contact-box .left .swiper-container .swiper-slide ul li p {
    font-size: 20px;
    max-width: 300px;
    line-height: 24px;
  }
  #index-body .i-contact .contact-box .right h1 {
    font-size: 40px;
    line-height: 40px;
  }
  #index-body .i-contact .contact-box .right h2 {
    font-size: 16px;
  }
  #index-body .i-contact .contact-box .right {
    padding: 0 30px 0 60px;
  }
  #index-body .i-contact {
    padding: 70px 0;
  }
  #index-body .i-partner {
    padding: 60px 0;
  }
  #index-body .i-partner .top h1 {
    font-size: 46px;
    line-height: 46px;
  }
  #index-body .i-partner .top p {
    font-size: 20px;
    line-height: 24px;
  }
  #index-body .i-partner .top {
    padding-bottom: 40px;
  }
  #footer .top .footer-box ul li a {
    font-size: 20px;
    line-height: 20px;
  }
  #footer .top .qr .qr-box img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1100px) {
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body .i-about .about-box .right .content p {
    font-size: 12px;
    line-height: 20px;
  }
  #index-body .i-about .about-box .right .content h1 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  #index-body .i-about .about-box .right .content a {
    margin-top: 20px;
    font-size: 16px;
  }
  #index-body .i-about .about-box .right .content ul li .ctt p {
    font-size: 12px;
    line-height: 12px;
  }
  #index-body .i-about .about-box .right .content ul li p {
    font-size: 30px;
  }
  #index-body .i-about .about-box .right .content ul li p span {
    font-size: 24px;
  }
  #index-body .i-about .about-box .right .content ul {
    margin-top: 30px;
  }
  #index-body .i-product .productBox {
    width: 768px;
  }
  #index-body .i-about {
    padding: 30px 0 40px 0;
  }
  #index-body .i-product .top h1 {
    font-size: 36px;
    line-height: 36px;
  }
  #index-body .i-product .top p {
    font-size: 18px;
    line-height: 20px;
  }
  #index-body .i-product .productBox .swiper-slide .productImg {
    height: 230px;
  }
  #index-body .i-product .productBox .swiper-slide .content h2 a {
    font-size: 18px;
  }
  #index-body .i-product .productBox .swiper-slide .content {
    padding: 0 20px 0 20px;
  }
  #index-body .i-product .top {
    margin-bottom: 20px;
    max-width: 390px;
  }
  #index-body .i-product {
    padding: 40px 0;
  }
  #index-body .i-why .top h1 {
    font-size: 36px;
    line-height: 36px;
  }
  #index-body .i-why .top p {
    font-size: 16px;
    line-height: 20px;
  }
  #index-body .i-why .top {
    max-width: 360px;
    margin-bottom: 20px;
  }
  #index-body .i-why .whyBox .swiper-slide h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  #index-body .i-why .whyBox .swiper-slide p {
    font-size: 12px;
    line-height: 18px;
  }
  #index-body .i-why .whyBox .swiper-slide .p {
    padding-bottom: 0px;
  }
  #index-body .i-why .whyBox .swiper-slide {
    padding: 20px 20px 30px 10px;
  }
  #index-body .i-why .whyBox .swiper-slide h2::after {
    bottom: 10px;
  }
  #index-body .i-why {
    padding: 30px 0;
  }
  #index-body .i-news .newsBox .left .content h2 a {
    font-size: 16px;
    padding: 3px 10px;
  }
  #index-body .i-news .newsBox .left .content .content-box {
    padding: 10px 10px;
  }
  #index-body .i-news .newsBox .left .content .content-box p {
    font-size: 12px;
    line-height: 20px;
  }
  #index-body .i-news .newsBox .left .content .content-box a {
    margin-top: 15px;
    font-size: 16px;
    padding: 2px 20px;
  }
  #index-body .i-news .top h1 {
    font-size: 36px;
    line-height: 36px;
  }
  #index-body .i-news .top p {
    font-size: 16px;
    line-height: 20px;
  }
  #index-body .i-news .top {
    margin-bottom: 20px;
    max-width: 380px;
  }
  #index-body .i-news .newsBox .left .content {
    padding: 0 10px;
    margin-top: -15px;
  }
  #index-body .i-news .newsBox .right .right-box .box .box-right h3 {
    font-size: 26px;
    line-height: 26px;
  }
  #index-body .i-news .newsBox .right .right-box .box .box-right h3 span {
    font-size: 14px;
  }
  #index-body .i-news .newsBox .right .right-box .box .box-right h2 a {
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #index-body .i-news {
    padding: 30px 0;
  }
  #index-body .i-contact .contact-box .left {
    padding: 20px 25px;
  }
  #index-body .i-contact .contact-box .left h2 {
    font-size: 36px;
    line-height: 36px;
  }
  #index-body .i-contact .contact-box .left .swiper-container .swiper-slide ul li p {
    font-size: 14px;
    max-width: 250px;
    line-height: 20px;
  }
  #index-body .i-contact .contact-box .left .swiper-container .swiper-slide ul li {
    margin-bottom: 10px;
  }
  #index-body .i-contact .contact-box .right h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #index-body .i-contact .contact-box .right h2 {
    font-size: 14px;
  }
  #index-body .i-contact .contact-box .right {
    padding: 0 20px 0 40px;
  }
  #index-body .i-contact .contact-box .right form p i {
    height: 37px;
    line-height: 37px;
    font-size: 20px;
  }
  #index-body .i-contact .contact-box .right form p input {
    line-height: 37px;
    height: 37px;
    font-size: 18px;
  }
  #index-body .i-contact .contact-box .right form p textarea {
    line-height: 37px;
    height: 37px;
    font-size: 18px;
  }
  #index-body .i-contact .contact-box .right form input[type="submit"] {
    height: 37px;
    font-size: 20px;
  }
  #index-body .i-contact .contact-box .right form p {
    margin-bottom: 15px;
  }
  #index-body .i-contact {
    padding: 30px 0;
  }
  #index-body .i-partner .top h1 {
    font-size: 36px;
    line-height: 36px;
  }
  #index-body .i-partner .top p {
    font-size: 14px;
    line-height: 18px;
  }
  #index-body .i-partner .top {
    padding-bottom: 20px;
    max-width: 300px;
  }
  #index-body .i-partner {
    padding: 30px 0;
  }
  #footer .top .footer-logo h3 {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0 20px 0;
  }
  #footer .top .footer-box ul h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  #footer .top .footer-box ul h2::after {
    bottom: -10px;
  }
  #footer .top .footer-box ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  #footer .top .footer-box ul li {
    margin-bottom: 5px;
  }
  #footer .top .qr .qr-box img {
    width: 100px;
    height: 100px;
  }
  #footer .top .qr {
    padding-top: 50px;
  }
  #footer .top {
    padding: 30px 0;
  }
  #footer .bottom .bottom-box p {
    font-size: 14px;
  }
  #footer .bottom .bottom-box p a {
    font-size: 14px;
  }
  #footer .top .qr .qr-box p {
    font-size: 16px;
  }
  #footer .bottom .bottom-box p a img {
    width: 120px;
    height: 12px;
  }
  #banner .swiper-slide .content .content-box h2 {
    font-size: 26px;
    line-height: 26px;
    max-width: 510px;
  }
  #banner .swiper-slide .content .content-box p {
    font-size: 12px;
    line-height: 20px;
    max-width: 440px;
    margin: 15px 0 15px 0;
  }
  #banner .swiper-slide .content .content-box a {
    padding: 2px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #banner .swiper-slide .content .content-box p {
    display: none;
  }
  #banner .swiper-slide .content .content-box h2 {
    font-size: 20px;
    line-height: 26px;
    max-width: 250px;
    padding-bottom: 10px;
  }
  #index-body .i-about .about-box {
    display: block;
  }
  #index-body .i-about .about-box .left {
    width: 100%;
  }
  #index-body .i-about .about-box .right {
    width: 100%;
    margin-top: 25px;
  }
  #index-body .i-about .about-box .left p {
    display: none;
  }
  #index-body .i-news .newsBox {
    display: block;
  }
  #index-body .i-news .newsBox .left {
    width: 100%;
  }
  #index-body .i-news .newsBox .right {
    width: 100%;
  }
  #index-body .i-contact .contact-box {
    display: block;
  }
  #index-body .i-contact .contact-box .left {
    width: 100%;
  }
  #index-body .i-contact .contact-box .right {
    width: 100%;
  }
  #index-body .i-contact .contact-box .right {
    padding: 10px 10px 0 10px;
  }
  #footer .top {
    flex-wrap: wrap;
  }
  #footer .top .footer-logo {
    width: 100%;
  }
  #footer .top .qr {
    width: 100%;
    padding-top: 20px;
    justify-content: center;
  }
  #footer .top .qr .qr-box {
    margin: 0 20px;
  }
  #footer .top .link {
    width: 40%;
    margin-top: 20px;
  }
  #footer .bottom .bottom-box p {
    font-size: 12px;
  }
  #footer .bottom .bottom-box p a {
    font-size: 12px;
  }
  #footer .bottom .bottom-box p a img {
    width: 90px;
    height: 10px;
  }
  #footer .top {
    padding: 20px 0;
  }
}

.inner-banner {
  height: 490px;
  padding-top: 270px;
  text-align: center;
  background-position: top center;
}
.inner-banner h2 {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.inner-banner .mbx {
  font-size: 18px;
  color: white;
  margin-top: 10px;
  text-transform: uppercase;
}.inner-banner .mbx a{

}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.inner-banner .mbx a:hover {
  text-decoration: underline;
}
.f48 {
  font-size: 48px;
  line-height: 48px;
  color: #fece2c;
  font-weight: bold;
  text-transform: uppercase;
}.f48 a{
  font-size: 48px;
  line-height: 48px;
  /*color: #367c2b;*/
  font-weight: bold;
  text-transform: uppercase;
}
.f36 {
  font-size: 26px;
  line-height: 36px;
  color: #4f676b;
  font-weight: bold;
}
.inner-page .content {
  margin: -15px 0;
}
.inner-page .content p {
  font-size: 16px;
  color: #4f676b;
  line-height: 30px;
  padding: 15px 0;
	word-wrap:break-word;
word-break:normal; 
}
.inner-page .img-zoom {
  display: block;
  position: relative;
}
.inner-page .img-zoom:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-search-white.png") center center no-repeat rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.inner-page .img-zoom:hover:after {
  opacity: 1;
  height: 100%;
}
.inner-page .m-page {
  display: block;
  margin: 70px auto 0;
  max-width: 860px;
  background: #e7e7e7;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  line-height: 55px;
  height: 55px;
  padding: 0 15px;
  font-size: 16px;
  color: #4f676b;
  display: inline-block;
}
.inner-page .m-page a:hover {
  color: #367c2b;
}
.inner-page .sidebar {
/*   position: absolute; */
  right: 100%;
  margin-right: 20px;
  top: 0;
  max-width: 220px;
  width: 100%;
}
.inner-page .sidebar .box {
  display: block;
  background: #f2f2f2;
  padding-bottom: 130px;
}
.inner-page .sidebar .box h3 {
  display: block;
  font-size: 20px;
  color: white;
  padding: 20px 28px;
  background: #4f676b;
}
.inner-page .sidebar .box ul {
  display: block;
}
.inner-page .sidebar .box ul li {
  display: block;
  position: relative;
}
.inner-page .sidebar .box ul li a {
  display: block;
  position: relative;
      padding: 15px 20px;
  font-size: 16px;
  color: #4f676b;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar .box ul li a:hover {
  background: #dedede;
}
.inner-page .sidebar .box ul li:first-child a {
  border-top: none;
}
.inner-page .sidebar .box ul li:last-child a {
  border-bottom: none;
}
.inner-page .sidebar .box ul li.current-cat:after {
  content: '';
  width: 11px;
  right: 100%;
  position: absolute;
  display: block;
  top: 1px;
  height: 120%;
  background: url("../images/icon-border-l.png") no-repeat center left;
  background-size: 100% 100%;
}
.inner-page .sidebar .box ul li.current-cat:before {
  content: '';
  width: 16px;
  height: 95%;
  position: absolute;
  left: 100%;
  top: 1px;
  background: url("../images/icon-border-r.png") no-repeat center right;
  background-size: 100% 100%;
}
.inner-page .sidebar .box ul li.current-cat a {
  background: #fece2c;
 
  font-size: 18px;
  color: white;
}
.inner-page .sidebar .box.contact {
  margin-top: 20px;
}
.inner-page .sidebar .box.contact ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  font-size: 20px;
}
.inner-page .sidebar .box.contact ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.inner-page .sidebar .box.contact ul li em {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
}
.inner-page .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
  font-size: 0;
  background: none;
  width: 30px;
  height: 30px;
  border: none;
  z-index: 1;
}
.inner-page .slick-arrow:after {
  content: '';
  font-size: 34px;
  color: white;
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inner-page .slick-arrow.slick-prev {
  right: 100%;
  margin-right: 20px;
}
.inner-page .slick-arrow.slick-prev:after {
  content: "\f104";
}
.inner-page .slick-arrow.slick-next {
  left: 100%;
  margin-left: 20px;
}
.inner-page .slick-arrow.slick-next:after {
  content: "\f105";
}
.about-page .about-1 {
  padding: 90px 0 110px;
}
.about-page .about-1 .box {
  padding-top: 60px;
}
.about-page .about-2 {
  background: url("../images/about-2-bg.jpg") center center;
  padding: 80px 0;
  color: white;
}
.about-page .about-2 h2,
.about-page .about-2 h5,
.about-page .about-2 p {
  color: inherit;
}
.about-page .about-2 .box {
  padding-top: 60px;
}
.about-page .about-2 .box ul li {
  padding: 0 25px;
  text-align: center;
}
.about-page .about-2 .box ul li i {
  display: block;
  margin-bottom: 15px;
}
.about-page .about-2 .box ul li i img {
  width: auto;
  height: 50px;
  display: block;
  margin: 0 auto;
}
.about-page .about-2 .box ul li h3 {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.about-page .about-2 .box ul li h3:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: white;
  margin: 15px auto 0;
}
.about-page .about-2 .box ul li p {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}
.about-page .about-3 {
  padding-top: 90px;
}
.about-page .about-3 .box {
  padding-top: 50px;
}
.about-page .about-3 .box ul {
  margin: 0 -7px;
}
.about-page .about-3 .box ul li {
  padding: 0 7px;
}
.about-page .about-3 .box ul li a {
  display: block;
}
.about-page .about-3 .box ul li a img {
  width: 1005px;
}
.about-page .about-3 .box ul li a h4 {
  display: block;
  line-height: 50px;
  height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 15px;
  font-size: 24px;
  color: #4f676b;
  background: white;
  position: relative;
  z-index: 1;
  text-align: center;
}
.about-page .about-4 {
  padding-top: 90px;
}
.about-page .about-4 h3 {
  display: inline-block;
  font-weight: bold;
  color: #4f676b;
  text-transform: uppercase;
  border-bottom: 1px solid #4f676b;
  padding-bottom: 15px;
}
.about-page .about-4 .box {
  padding-top: 40px;
}
.about-page .about-5 {
  padding-top: 90px;
}
.about-page .about-5 .box {
  padding-top: 40px;
}
.about-page .about-5 .box .slick-arrow:after {
  color: #4f676b;
  font-size: 48px;
}
.about-page .about-5 .box ul {
  margin: -15px;
  letter-spacing:-4px;
}
.about-page .about-5 .box ul li {
  padding: 15px;
}
.about-page .about-5 .box ul .slick-slide {
  display:inline-block;
  float:none;
  letter-spacing:0;
  vertical-align:middle;
}
.about-page .about-5 .box ul li a {
  display: block;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.about-page .about-6 {
  padding-top: 110px;
}
.about-page .about-6 ul {
  background: #fece2c;
}
.about-page .about-6 ul li {
  padding: 60px 10px 50px;
  text-align: center;
  color: white;
}
.about-page .about-6 ul li h2 {
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 5px;
}
.about-page .about-6 ul li h4 {
  display: block;
  font-size: 24px;
  line-height: 24px;
}
.about-page .about-6 ul li h5 {
  display: block;
  font-size: 16px;
}
.faq-page p.t {
  text-align: left;
  margin-left: 0;
}
.faq-page .faq-1 {
  padding-top: 75px;
}
.faq-page .faq-1 h3.f36 {
  margin-top: 30px;
  padding-bottom: 25px;
}
.faq-page .faq-1 h3.f36:after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #4f676b;
  margin-top: 25px;
}
.faq-page .faq-1 .box {
  padding-top: 60px;
}
.faq-page .faq-1 .box ul li {
  margin-bottom: 40px;
  border-bottom: 1px solid #fece2c;
}
.faq-page .faq-1 .box ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 .box ul li .q {
  display: block;
  font-size: 30px;
  color: #4f676b;
}
.faq-page .faq-1 .box ul li .a {
  font-size: 16px;
  color: #4f676b;
  line-height: 24px;
  margin: 10px 0 25px;
}
.faq-page .faq-1 .box ul li .a p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.faq-page .faq-2 {
  padding: 100px 0 150px;
}
.faq-page .faq-2 p.t {
  margin-top: 10px;
  font-weight: bold;
}
.faq-page .faq-2 .form {
  padding-top: 50px;
}
.product-page {
  padding: 60px 0 90px;
}
.product-page .product-1 .product-page-box{
	display:flex;
}
.product-page .min-height {
  min-height: 1080px;
	max-width:950px;
}
.product-page .product-box ul {
  margin: -10px;
}
.product-page .product-box ul li {
  padding: 10px;
}
.product-page .product-box ul li a.img-box {
  display: block;
  border: 4px solid #f2f2f2;
}
.product-page .product-box ul li a.img-box img {
  width: 100%;
}
.product-page .product-box ul li .content {
  background: #f2f2f2;
  padding: 20px;
  display: block;
  margin: 0;
}
.product-page .product-box ul li .content h3 {
  font-size: 24px;
  color: #4f676b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-page .product-box ul li .content p {
  display: block;
  font-size: 13px;
  color: #4b4b4b;
  line-height: 20px;
  margin: 5px 0 15px;
  padding: 0;
}
.product-page .product-box ul li .content .btn a {
  display: inline-block;
  line-height: 28px;
  padding: 0 12px;
  border-radius: 5px;
  font-size: 14px;
  color: white;
  text-transform: capitalize;
  margin-right: 5px;
  background: #4f676b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .product-box ul li .content .btn a.contact {
  background: #fece2c;
}
.product-page .product-box ul li .content .btn a.contact:hover {
  background: #fece2c;
}
.product-page .product-box ul li .content .btn a:hover {
  background: #fece2c;
}
.prodet-page {
  padding: 80px 0 110px;
}
.prodet-page .f36 {
  color: #fece2c;
  text-transform: capitalize;
}
.prodet-page .prodet-1 .mbx {
  display: block;
  background: #f2f2f2;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 0;
  color: transparent;
  line-height: 60px;
  height: 60px;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
.prodet-page .prodet-1 .mbx a:first-child {
  width: 35px;
  height: 31px;
  background: url("../images/icon-home.png") center center no-repeat;
  background-size: cover;
  color: transparent;
  font-size: 0;
}
.prodet-page .prodet-1 .mbx a:first-child:after {
  display: none;
}
.prodet-page .prodet-1 .mbx a,
.prodet-page .prodet-1 .mbx span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 15px;
  font-size: 18px;
  color: #4f676b;
  text-transform: capitalize;
}
.prodet-page .prodet-1 .mbx span {
  color: #fece2c;
}
.prodet-page .prodet-1 .mbx a:after {
  content: '';
  width: 8px;
  height: 9px;
  display: block;
  position: absolute;
  left: 100%;
  margin-left: -4px;
  top: 50%;
  margin-top: -5px;
  background: url("../images/icon-mbx-jt.png") center center no-repeat;
  background-size: cover;
}
.prodet-page .prodet-1 .mbx:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.prodet-page .prodet-1 .box {
  padding-top: 30px;
}
.prodet-page .prodet-1 .box .left {
  vertical-align: top;
  padding-right: 15px;
  width: 42%;
}
.prodet-page .prodet-1 .box .left .img {
  display: block;
}
.prodet-page .prodet-1 .box .left .img img {
  width: 100%;
}
.prodet-page .prodet-1 .box .left .gallery {
  padding-top: 20px;
}
.prodet-page .prodet-1 .box .left .gallery:after {
  content: '';
  display: block;
  clear: both;
}
.prodet-page .prodet-1 .box .left .gallery ul {
  margin: -3px;
}
.prodet-page .prodet-1 .box .left .gallery ul li {
  padding: 3px;
  width: 33.333%;
  float: left;
}
.prodet-page .prodet-1 .box .left .gallery ul li a {
  display: block;
  border: 1px solid #e5e5e5;
}
.prodet-page .prodet-1 .box .left .gallery ul li a img {
  width: 100%;
}
.prodet-page .prodet-1 .box .right {
  vertical-align: top;
  width: 58%;
}
.prodet-page .prodet-1 .box .right h3 {
  padding: 0 0 25px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .box .right .content {
  display: block;
  margin: 0;
  padding: 10px 0 0;
  
}
.prodet-page .prodet-1 .box .right .content p {
  padding: 0;
}
.prodet-page .prodet-1 .box .right .content ul {
  margin-top: 10px;
}
.prodet-page .prodet-1 .box .right .content ul li {
  padding: 10px 0 10px 25px;
  background: url("../images/icon-list-sj.png") no-repeat top 15px left;
  font-size: 16px;
  color: #4f676b;
}
.prodet-page .prodet-1 .box .right a.link {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding-left: 40px;
  width: 170px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #cecece;
  border-radius: 5px;
  background: #fbfbfb;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(100%, #fbfbfb));
  /* 鍏煎Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(top, #e1e1e1 0%, #fbfbfb 100%);
  /* firefox */
  background: -webkit-linear-gradient(bottom, #e1e1e1 0%, #fbfbfb 100%);
  /* chrome */
  background: -o-linear-gradient(top, #e1e1e1 0%, #fbfbfb 100%);
  /* opera */
  background: -ms-linear-gradient(top, #e1e1e1 0%, #fbfbfb 100%);
  /* ie */
  background: linear-gradient(to top, #e1e1e1, #fbfbfb 100%);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#26621c', endColorstr='#e1e1e1',GradientType=0)";
  /* 鍏煎IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26621c', endColorstr='#e1e1e1', GradientType=0);
  /* 鍏煎IE5~IE9 */
  position: relative;
  font-size: 18px;
  color: #4f676b;
  text-transform: capitalize;
  margin-left: 0;
	margin-top: 20px;
}
.prodet-page .prodet-1 .box .right a.link i {
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #fece2c;
  display: block;
}
.prodet-page .prodet-1 .box .right a.link i img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.prodet-page .prodet-2 {
  padding-top: 100px;
}
.prodet-page .content {
  display: block;
  margin: 0;
/*   padding-top: 35px; */
}
.prodet-page .content table {
  border-collapse: unset;
	
    width: 100%;
    
/*  padding:15px; */
}
.prodet-page .content table td,
.prodet-page .content table th {
  font-size: 14px;
  color: #4f676b;
  padding: 5px 15px;
  border: none;
  border-right: 1px solid white;
  border-left: 1px solid #e7e7e7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .content table td:first-child,
.prodet-page .content table th:first-child {
  border-left: none;
}
.prodet-page .content table td:last-child,
.prodet-page .content table th:last-child {
  border-right: none;
}
.prodet-page .content table tr {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .content table tr:nth-child(odd) {
  background: #f2f2f2;
}
.prodet-page .content table tr:hover {
  background: #fece2c;
}
.prodet-page .content table tr:hover td,
.prodet-page .content table tr:hover th {
  color: white;
}
.prodet-page .prodet-3 {
  padding-top: 100px;
}
.prodet-page .prodet-3 .box {
  padding-top: 30px;
}
.prodet-page .prodet-3 .box ul {
  margin: -3px;
}
.prodet-page .prodet-3 .box ul li {
  padding: 3px;
}
.prodet-page .prodet-3 .box ul li a.img-box {
  display: block;
  border: 1px solid #4f676b;
}
.prodet-page .prodet-3 .box ul li a.img-box img {
  width: 100%;
}
.prodet-page .prodet-3 .box ul li h4 {
  display: block;
  font-size: 24px;
  color: #fece2c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 50px;
  height: 50px;
  padding: 0 10px;
	text-align: center;
}
h5.small_tit {
    font-size: 24px;
    color: #fece2c;
    text-align: center;
}h2.title {
    display: block;
    text-align: center;
    font-size: 60px;
    color: #4f676b;
    font-weight: bold;
    text-transform: uppercase;
}p.t {
    display: block;
    font-size: 14px;
    color: #4f676b;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
.form {
  border-color: #4f676b;
  color: #4f676b;
}
.form ul {
  margin: -15px;
  border-color: inherit;
}
.form ul li {
  padding: 15px;
  border-color: inherit;
}
.form ul li input,
.form ul li textarea,
.form ul li button {
  width: 100%;
  line-height: 58px;
  height: 58px;
  padding: 0 25px;
  font-size: 18px;
  color: inherit;
  border: 1px solid;
  border-color: inherit;
  background: none;
  font-weight: normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.form ul li input::-webkit-input-placeholder,
.form ul li textarea::-webkit-input-placeholder,
.form ul li button::-webkit-input-placeholder {
  color: rgba(79, 103, 107, 0.6);
}
.form ul li input:-moz-placeholder,
.form ul li textarea:-moz-placeholder,
.form ul li button:-moz-placeholder {
  color: rgba(79, 103, 107, 0.6);
}
.form ul li input::-moz-placeholder,
.form ul li textarea::-moz-placeholder,
.form ul li button::-moz-placeholder {
  color: rgba(79, 103, 107, 0.6);
}
.form ul li input:-ms-input-placeholder,
.form ul li textarea:-ms-input-placeholder,
.form ul li button:-ms-input-placeholder {
  color: rgba(79, 103, 107, 0.6);
}
.form ul li input:focus,
.form ul li textarea:focus,
.form ul li button:focus {
  border-color: #fece2c;
}
.form ul li.wid-100 {
  width: 100% !important;
}
.form ul li textarea {
  height: 200px;
  line-height: 28px;
  padding: 15px 25px;
  resize: vertical;
  -webkit-transition: .5s all, 0s height;
  -moz-transition: .5s all, 0s height;
  -ms-transition: .5s all, 0s height;
  -o-transition: .5s all, 0s height;
  transition: .5s all, 0s height;
}
.form ul li button {
  height: 40px;
  line-height: 40px;
  width: 250px;
  display: block;
  margin: 30px auto 0;
  color: white;
  border: none;
}
.more {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  width: 200px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.more:after,
.more:before {
  content: '';
  width: 100%;
  height: 50%;
  left: 0;
  position: absolute;
  display: block;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.more:after {
  background: #fece2c;
  top: 0;
}
.more:before {
  background: #fdc300;
  bottom: 0;
}
.more:hover:after {
  height: 100%;
}
.prodet-page .prodet-3 .box ul li h4 a{
  font-size: 18px;
}
.prodet-page .prodet-3 .box ul .slick-arrow:after {
  color: #4f676b;
  font-size: 48px;
}
.news-page {
  padding: 60px 0 110px;
}
.news-page .news-1 ul {
  margin: -30px -10px;
}
.news-page .news-1 ul li {
  padding: 30px 10px;
}
.news-page .news-1 ul li a.img-box {
  display: block;
}
.news-page .news-1 ul li .content {
  display: block;
  padding: 15px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0;
}
.news-page .news-1 ul li .content h3 {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fece2c;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-1 ul li .content h3 a{
  font-size: 24px;
}
.news-page .news-1 ul li .content h3:hover {
  text-decoration: underline;
}
.news-page .news-1 ul li .content p {
  display: block;
  font-size: 14px;
  color: #4f676b;
  margin: 5px 0 20px;
  padding: 0;
}
.news-page .news-1 ul li .content a.link {
  display: inline-block;
  border-bottom: 1px #4f676b dashed;
  color: #4f676b;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-1 ul li .content a.link:hover {
  color: #fece2c;
  border-bottom-color: #fece2c;
}
.news-page .news-1 ul li:hover .content {
  background: #eee;
}
.newdet-page {
  padding: 60px 0 70px;
}
.newdet-page h3 {
  text-transform: none;
  color: #fece2c;
  font-weight: normal;
}
.newdet-page .content {
  padding: 40px 0 60px;
}
.newdet-page time {
  display: block;
  font-size: 16px;
  color: #4f676b;
  padding: 15px 0;
  border-top: 1px #4f676b dashed;
}
.lg-page {
  padding: 60px 0;
}
.lg-page ul {
  margin:-10px;
}
.lg-page ul li {
  padding:10px;
  vertical-align:bottom !important;
}
.lg-page ul li img {
  width:100%;
}
.lg-page ul li h4 {
  font-size:20px;
  line-height:50px;
  height:50px;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
  padding:0 15px;
  background:#eee;
  position:relative;
  z-index:1;
}
.contact-page {
  padding: 80px 0 150px;
}
.contact-page .contact-1 .left {
  width: 45%;
  padding-right: 25px;
}
.contact-page .contact-1 .left h3 {
  color: #fece2c;
  font-weight: normal;
}
.contact-page .contact-1 .left .contact-list {
  padding-top: 20px;
  margin: -8px 0;
}
.contact-page .contact-1 .left .contact-list li {
  padding: 8px 0;
  font-size: 18px;
  color: #4f676b;
  line-height: 28px;
  font-weight: normal;
}
.contact-page .contact-1 .left .contact-list li a {
  display: block;
  padding-left: 35px;
  position: relative;
}
.contact-page .contact-1 .left .contact-list li a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-page .contact-1 .left .contact-list li a i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .right {
  width: 55%;
}
.contact-page .contact-1 .right .map {
  position: relative;
}
.contact-page .contact-1 .right .button-group {
  bottom: 10px !important;
  right: 10px !important;
  padding: 0 !important;
}
.contact-page .contact-1 .right .button-group .button {
  background: #fece2c !important;
}
.contact-page .contact-1 .right .amap-logo,
.contact-page .contact-1 .right .amap-copyright {
  display: none !important;
}
.contact-page .contact-2 {
  padding-top: 100px;
  text-align: left;
}
.contact-page .contact-2 p.t {
  font-weight: bold;
  margin-left: 0;
  text-align: left;
  margin-top: 20px;
}
.contact-page .contact-2 .form {
  padding-top: 50px;
}
@media screen and (max-width: 1800px) {
  .inner-page .sidebar {
    position: static;
    float: left;
    width: 20%;
    margin-right: 0;
  }
  .product-page .min-height {
    display: inline-block;
    width: 80%;
    padding-left: 40px;
  }
  .inner-page .sidebar .box {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1400px) {
  .f48 {
    font-size: 40px;
    line-height: 40px;
  }
  .contact-page,
  .prodet-page,
  .news-page {
    padding: 80px 0;
  }
  .f36 {
    font-size: 30px;
    line-height: 30px;
  }
  .faq-page .faq-1 .box {
    padding-top: 40px;
  }
  .faq-page .faq-1 .box ul li {
    margin-bottom: 20px;
  }
  .faq-page .faq-1 .box ul li .q {
    font-size: 24px;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
  .faq-page .faq-2 {
    padding: 80px 0;
  }
  .inner-banner {
    height: 400px;
    padding-top: 200px;
  }
  .prodet-page .prodet-2 .content table td,
  .prodet-page .prodet-2 .content table th {
    font-size: 18px;
    padding: 15px 20px;
  }
  .prodet-page .prodet-3 .box ul li h4 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .box .right h3 {
    padding-bottom: 15px;
  }
  .inner-page .slick-arrow.slick-next {
    margin-left: -30px;
  }
  .inner-page .slick-arrow.slick-prev {
    margin-right: -30px;
  }
}
@media screen and (max-width: 1200px) {
  .contact-page .contact-2,
  .faq-page .faq-1,
  .prodet-page .prodet-2,
  .prodet-page .prodet-3,
  .about-page .about-6,
  .about-page .about-3 {
    padding-top: 60px;
  }
  .contact-page,
  .prodet-page,
  .news-page,
  .faq-page .faq-2,
  .product-page,
  .about-page .about-1,
  .newdet-page {
    padding: 60px 0;
  }
  .f48 {
    font-size: 34px;
    line-height: 34px;
  }
  .contact-page .contact-1 .left .contact-list li {
    font-size: 16px;
    line-height: 28px;
  }
  .faq-page .faq-1 h3.f36 {
    margin-top: 20px;
  }
  .faq-page .faq-1 .box ul li .q {
    font-size: 20px;
  }
  .faq-page .faq-1 .box ul li .a {
    font-size: 14px;
  }
  .faq-page .faq-2 .form {
    padding-top: 30px;
  }
  .inner-page .content p,
  .prodet-page .prodet-1 .box .right .content ul li {
    font-size: 14px;
    line-height: 24px;
    background-position:left top 5px;
  }
  .prodet-page .prodet-1 .box .right .content ul li {
    padding: 4px 0 4px 25px;
  }
  .prodet-page .prodet-2 .content table td,
  .prodet-page .prodet-2 .content table th {
    font-size: 16px;
    padding: 10px 20px;
  }
  .product-page .min-height {
    padding-left: 0;
    width: 100%;
    display: block;
    min-height: auto !important;
  }
  .inner-page .sidebar {
    display: none;
  }
  .product-page .product-box ul li .content h3,
  .news-page .news-1 ul li .content h3 {
    font-size: 20px;
  }
  .product-page .product-box ul li .content {
    padding: 15px 10px;
  }
  .about-page .about-6 ul li {
    padding: 40px 15px;
  }
  .about-page .about-6 ul li h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .about-page .about-6 ul li h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .about-page .about-1 .box {
    padding-top: 30px;
  }
  .news-page .news-1 ul li {
    padding: 10px;
  }
  .news-page .news-1 ul {
    margin: -10px;
  }
  .newdet-page .content {
    padding: 30px 0 40px;
  }
  .newdet-page time {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page,
  .prodet-page,
  .news-page,
  .faq-page .faq-2,
  .product-page,
  .about-page .about-1,
  .newdet-page {
    padding: 40px 0;
  }
  .inner-page .content p {
    padding: 5px 0;
  }
  .inner-page .content {
    margin: -5px 0;
  }
  .newdet-page .content {
    padding: 20px 0;
  }
  .f36 {
    font-size: 24px;
    line-height: 24px;
  }
  .newdet-page time {
    font-size: 14px;
  }
  .inner-page .content p,
  .prodet-page .prodet-1 .box .right .content ul li {
    font-size: 13px;
    line-height: 20px;
  }
  .inner-page .m-page {
    margin-top: 20px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    line-height: 40px;
    height: 40px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .about-page .about-2 .box ul li h3 {
    font-size: 20px;
  }
  .f48 {
    font-size: 28px;
    line-height: 28px;
  }
  .about-page .about-6 ul li {
    width: 50% !important;
    padding: 30px 15px;
  }
  .product-page .product-box ul li .content .btn a {
    padding: 0 8px;
    font-size: 13px;
  }
  .prodet-page .prodet-1 .mbx {
    line-height: 50px;
    height: 50px;
  }
  .prodet-page .prodet-1 .mbx a,
  .prodet-page .prodet-1 .mbx span {
    font-size: 16px;
  }
  .contact-page .contact-2,
  .faq-page .faq-1,
  .prodet-page .prodet-2,
  .prodet-page .prodet-3,
  .about-page .about-6,
  .about-page .about-3 {
    padding-top: 40px;
  }
  .prodet-page .prodet-3 .box ul li h4 {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
  .inner-page .slick-arrow {
    display: none !important;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-top: 30px;
  }
  .contact-page .contact-1 .left .contact-list li {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 240px;
    padding-top: 60px;
    background-size: auto 240px;
  }
	.inner-banner .mbx a, .inner-banner .mbx span {
    font-size: 14px;
}
	.inner-page .grid-box.three>.column,.inner-page .grid-box.four>.column {
    width: 50%;
}
	.contact-page .contact-2 .form ul li{
		width:100% !important;
	}
	.lg-page ul li h4 {
		font-size: 15px;}
	.product-page .product-box ul li .content .btn a {
    margin-bottom: 5px;
}
  .prodet-page .prodet-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-top: 30px;
  }
  .about-page .about-3 .box ul li a h4 {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
  }
  .about-page .about-2 .box ul li {
    padding: 0 15px;
  }
  .news-page .news-1 ul li .content {
    background: #eee;
  }
  h2.title,
  .f48,
  .about-page .about-6 ul li h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .about-page .about-6 ul li h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .about-page .about-6 ul li h5 {
    font-size: 12px;
  }
  .prodet-page .prodet-2 .content table td,
  .prodet-page .prodet-2 .content table th {
    font-size: 14px;
  }
  .faq-page .faq-1 .box ul li .q {
    font-size: 18px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    padding: 0 10px;
  }
  #mapContainer {
    height: 240px !important;
  }

h2.title{
      font-size: 20px;
}

h5.small_tit{
  font-size: 16px;
}
	#index-body .i-about .about-box .right .content {
    max-width: 100%;
}
		.f48 a {
    font-size: 20px;
    line-height: 28px;
}
}
