@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.eot');
  src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue-Regular.eot');
  src: url('../fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-Regular.woff2') format('woff2'), url('../fonts/BebasNeue-Regular.woff') format('woff'), url('../fonts/BebasNeue-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
}
body {
  font-family: "Roboto";
  max-width: 1920px;
  font-weight: normal;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1530px;
}

.zxxw {
  font-size: 36px;
  font-family: "Anton";
  color: #c2561a;
  text-shadow: 1px 1px #000;
  font-weight: 700;
  margin-bottom: 20px;
}

.zxsf {
  font-size: 18px;
  color: rgba(0,0,0,.65);
  line-height: 2;
  text-align-last: left;
  text-align: justify;
  padding-bottom: 30px;
  padding-top: 20px;
}

.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
#header {
  z-index: 21;
  position: fixed;
  top: 35px;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
}
#header .nav {
  text-align: center;
  position: relative;
}
#header .nav .ui.menu {
  position: static;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  position: absolute;
  left: 4%;
  top: 0;
}
/*#header .nav .ui.menu .logo img.logo2 {
  position: absolute;
  left: 0;
  top: 0;
}*/
#header .nav .ui.menu .logo img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active4 .nav .ui.menu .logo img {
  display: none;
}
#header.active4 .nav .ui.menu .logo img.logo2 {
  display: block;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 30px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s all,0s color;
  -moz-transition: .5s all,0s color;
  transition: .5s all,0s color;
  text-transform: uppercase;
  font-family: "Bebas Neue";
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #c2561a;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #c2561a;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:hover>ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .yuy {
  margin-left: 40px;
  margin-right: 30px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .yuy span {
  position: relative;
  display: block;
}
#header .nav .ui.menu .yuy span img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .yuy span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon-globe2.png");
  background-size: cover;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#header .nav .ui.menu .yuy ul {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  margin-top: 10px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #c2561a;
  display: none \9;
  border-radius: 5px;
}
#header .nav .ui.menu .yuy ul:after {
  content: '';
  border-bottom: 10px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#header .nav .ui.menu .yuy ul li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .yuy ul li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#header .nav .ui.menu .yuy ul li:last-child {
  border-bootom-left-radius: 5px;
  border-bootom-right-radius: 5px;
}
#header .nav .ui.menu .yuy ul li img {
  max-width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}
#header .nav .ui.menu .yuy ul li a {
  display: block;
}
#header .nav .ui.menu .yuy ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .yuy:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
#header .nav .ui.menu .h-search img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .h-search:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon-search2.png");
  background-size: cover;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#header.active,
#header.inner.active3 {
  color: #333;
}
#header.active5 {
  color: #c0561a;
}
#header.inner.active3 {
    background: white;
    top: 0;
    padding: 20px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header.active .nav .ui.menu .yuy span img,
#header.inner.active3 .nav .ui.menu .yuy span img {
  opacity: 0;
}
#header.active .nav .ui.menu .yuy span:after,
#header.inner.active3 .nav .ui.menu .yuy span:after {
  opacity: 1;
}
#header.active .nav .ui.menu .h-search img,
#header.inner.active3 .nav .ui.menu .h-search img {
  opacity: 0;
}
#header.active .nav .ui.menu .h-search:after,
#header.inner.active3 .nav .ui.menu .h-search:after {
  opacity: 1;
}
#header.active2 {
  -webkit-transform: translateY(-500%);
  -moz-transform: translateY(-500%);
  -ms-transform: translateY(-500%);
  transform: translateY(-500%);
  top: 0;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .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 .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #c2561a;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #c2561a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #c2561a;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #c2561a;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #c2561a !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#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%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-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: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  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: #c2561a;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#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%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#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-white.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;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #c2561a;
}
#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);
  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);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#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;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner * {
  height: inherit;
}
#banner * .content {
  height: auto;
  min-height: auto;
}
#banner li {
  position: relative;
}
#banner li > img {
  height: auto;
  min-height: 100%;
}
#banner li .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Bebas Neue";
  text-transform: uppercase;
  color: white;
  text-align: center;
}
#banner li .content h6 {
  display: block;
  font-size: 30px;
  line-height: 1;
}
#banner li .content h2 {
  display: block;
  font-size: 82px;
  line-height: 1;
  margin: 25px 0 45px;
  font-family: "Anton";
}
#banner li .content a.more {
  display: inline-block;
  line-height: 60px;
  height: 60px;
  border: 2px solid white;
  font-size: 24px;
  padding: 0 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
}
#banner li .content a.more:hover {
  background: #c2561a;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .2;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .2;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .2;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
#index-body a.more {
  line-height: 52px;
  height: 54px;
  padding: 0 44px;
  border: 2px solid #333;
  color: #333;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 24px;
  display: inline-block;
}
#index-body a.more:hover {
  color: white;
  background: #c2561a;
}
#index-body .init-1 {
  background: url("../images/init-1-bg.jpg") center center;
}
#index-body .init-1 .box .left {
  padding-right: 7%;
  vertical-align: middle;
}
#index-body .init-1 .box .left .img {
  height: 670px;
  display: block;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#index-body .init-1 .box .left .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 100%;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-1 .box .left .img .play i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-left: 22px solid #c2561a;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
#index-body .init-1 .box .left .img .play:after,
#index-body .init-1 .box .left .img .play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
#index-body .init-1 .box .left .img .play:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .init-1 .box .right {
  padding-left: 1%;
  vertical-align: middle;
}
#index-body .init-1 .box .right h2 {
  display: block;
  font-family: "Anton";
  font-size: 58px;
  color: #333;
  line-height: 1;
  text-transform: uppercase;
}
#index-body .init-1 .box .right h2:before {
  content: '';
  display: block;
  width: 128px;
  height: 6px;
  background: #c2561a;
  margin-bottom: 20px;
}
#index-body .init-1 .box .right .content {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  line-height: 2;
  margin: 20px 0 30px;
}
#index-body .init-1 .box .right .content p {
  padding-top: 20px;
}
.zhaoxinabout {
  padding-top: 20px;
}
.zhaoxinabout h1 {
  display: inline;
}
#index-body .init-1 .box .right .content p:first-child {
  padding-top: 0;
}
#index-body .init-1 .box .right .list ul li .box2 {
  display: inline-block;
  text-align: center;
}
#index-body .init-1 .box .right .list ul li .box2 h5 {
  font-size: 52px;
  color: #333;
  line-height: 1;
  margin-bottom: 15px;
  font-family: "Anton";
}
#index-body .init-1 .box .right .list ul li .box2 p {
  display: block;
  font-size: 16px;
  color: #c2561a;
  font-weight: 500;
}
#index-body .init-1 .box .right a.more {
  margin-top: 20px;
}
#index-body .init-2 h2 {
  text-align: center;
  font-size: 55px;
  color: #333;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  line-height: 1;
}
#index-body .init-2 .list {
  margin-top: 30px;
}
#index-body .init-2 .list ul {
  margin: -10px -40px;
}
#index-body .init-2 .list ul li {
  padding: 10px 40px;
}
#index-body .init-2 .list ul li a.img {
  display: block;
  border-radius: 35px;
  padding: 15px;
  -o-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.08);
}
#index-body .init-2 .list ul li a.img img {
  display: block;
  width: 100%;
}
#index-body .init-2 .list ul li a.img h5 {
  display: block;
  font-size: 18px;
  color: #c0561a;
  font-family: "Bebas Neue";
  text-align: center;
  overflow: hidden;
  line-height: 2;
}
#index-body .init-3 {
  background: url("../images/init-3-bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  text-align: center;
}
#index-body .init-3 h2 {
  display: block;
  font-size: 55px;
  font-family: "Bebas Neue";
  text-transform: uppercase;
  line-height: 1;
}
#index-body .init-3 .text {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
#index-body .init-3 .list {
  margin-top: 65px;
}
#index-body .init-3 .list ul {
  margin: 0 -70px;
}
#index-body .init-3 .list ul li {
  padding: 0 70px;
}
#index-body .init-3 .list ul li i {
  display: block;
  height: 94px;
}
#index-body .init-3 .list ul li i img {
  max-height: 100%;
}
#index-body .init-3 .list ul li h5 {
  display: block;
  font-size: 35px;
  font-family: "Bebas Neue";
  line-height: 1;
  padding: 50px 0 40px;
}
#index-body .init-3 .list ul li p {
  display: block;
  font-size: 18px;
  line-height: 2;
}
#index-body .init-3 a.more {
  border-color: white;
  color: white;
  margin-top: 55px;
}
#index-body .init-4 {
  text-align: center;
  color: #333;
}
#index-body .init-4 h2 {
  display: block;
  font-size: 55px;
  font-family: "Bebas Neue";
  text-transform: uppercase;
  line-height: 1;
}
#index-body .init-4 .text {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
#index-body .init-4 .list {
  padding: 35px 0;
}
#index-body .init-4 .list ul {
  margin: 0 -30px;
}
#index-body .init-4 .list ul li {
  padding: 0 30px;
}
#index-body .init-4 .list ul li .box {
  display: block;
  position: relative;
}
#index-body .init-4 .list ul li .box img {
  display: block;
  width: 100%;
}
#index-body .init-4 .list ul li .box .content {
  display: block;
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  padding: 0 8%;
  text-align: left;
  color: #000;
}
#index-body .init-4 .list ul li .box .content h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
}
#index-body .init-4 .list ul li .box .content h4:hover {
  text-decoration: underline;
}
#index-body .init-4 .list ul li .box .content p {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  margin: 25px 0 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 138px;
}
#index-body .init-4 .list ul li .box .content time {
  display: block;
  font-size: 18px;
  line-height: 1;
}
#index-body .fp-tableCell {
  padding-top: 80px;
}
#index-body #banner .fp-tableCell,
#index-body #footer .fp-tableCell {
  padding-top: 0;
}
#footer {
  padding: 90px 0 100px;
  color: white;
  background: black;
}
#footer h6 {
  font-size: 16px;
  line-height: 1;
  display: block;
  text-transform: uppercase;
}
#footer .left {
  padding-right: 2%;
}
#footer .left h3 {
  display: block;
  font-size: 38px;
  font-weight: bold;
  color: #c2561a;
  line-height: 2;
  margin: 30px 0;
  font-family: "Anton";
  text-transform: uppercase;
}
#footer .left .form_fb ul {
  margin: -15px;
}
#footer .left .form_fb ul li {
  padding: 15px;
  position: relative;
  width: 45%;
}
#footer .left .form_fb ul li input {
  width: 100%;
  border: none;
  background: none;
  border-bottom: 1px solid #404040;
  font-size: 16px;
  font-family: "Arial";
  line-height: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .left .form_fb ul li input:focus {
  border-color: #c2561a;
}
#footer .left .form_fb ul li input::-webkit-input-placeholder {
  color: #999;
}
#footer .left .form_fb ul li input:-moz-placeholder {
  color: #999;
}
#footer .left .form_fb ul li input::-moz-placeholder {
  color: #999;
}
#footer .left .form_fb ul li input:-ms-input-placeholder {
  color: #999;
}
#footer .left .form_fb ul li input::placeholder {
  color: #999;
}
#footer .left .form_fb ul li input[type="submit"] {
  width: 50px;
  position: absolute;
  right: 15px;
  top: 15px;
  border-bottom: none;
  background: url("../images/icon-send.png") center center no-repeat;
}
#footer .left .form_fb ul li.wid-100 {
  width: 100%;
}
#footer .left .coy {
  margin-top: 60px;
  line-height: 2;
}
#footer .left .coy p {
  display: inline-block;
  font-family: "Arial";
  font-size: 14px;
  color: #999;
}
#footer .left .coy p svg {
  max-height: 24px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: #999;
}
#footer .left .coy p svg:hover {
  fill: white;
}
#footer .left .coy p a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .left .coy p a:hover {
  color: white;
}
#footer .right {
  padding-left: 13%;
}
#footer .right .info ul li {
  margin-bottom: 25px;
}
#footer .right .info ul li h6 {
  margin-bottom: 15px;
  font-family: "Anton";
  font-size: 25px;
}
#footer .right .info ul li p {
  display: block;
  font-size: 22px;
  line-height: 2;
}
#footer .right .info ul li .share {
  margin-top: 20px;
}
#footer .right .info ul li .share a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .right .info ul li .share a:hover {
  color: #c2561a;
}
#footer .right .info ul li .box {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}
#footer .right .info ul li #ewm {
  max-width: 120px;
  border: 3px solid white;
  display: inline-block;
  vertical-align: top;
}
#footer .right .info ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-height: 900px) {
  #index-body .init-2 .list ul li {
    padding: 10px 30px;
  }
  #index-body .init-2 .list ul {
    margin: -10px -30px;
  }
  #index-body .init-2 .list {
    margin-top: 20px;
  }
  #header {
    top: 20px;
  }
  #index-body .fp-tableCell {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #banner li .content h2 {
    font-size: 60px;
  }
  #banner li .content a.more {
    line-height: 50px;
    height: 50px;
    padding: 0 40px;
  }
  #index-body .init-1 .box .right h2 {
    font-size: 48px;
  }
  #index-body .init-1 .box .left .img {
    height: 600px;
  }
  #index-body .init-1 .box .right .content,
  #index-body .init-3 .list ul li p {
    font-size: 16px;
    line-height: 2;
  }
  #index-body .init-1 .box .right .list ul li .box2 h5 {
    font-size: 40px;
  }
  #index-body a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    font-size: 20px;
  }
  #index-body .init-2 h2,
  #index-body .init-3 h2,
  #index-body .init-4 h2 {
    font-size: 40px;
  }
  #index-body .init-3 .text,
  #index-body .init-4 .text,
  #index-body .init-2 .text {
    font-size: 16px;
    line-height: 2;
  }
  #index-body .init-3 .list ul li i {
    height: 60px;
  }
  #index-body .init-3 .list ul li h5 {
    font-size: 30px;
    padding: 30px 0 20px;
  }
  #footer .left h3 {
    font-size: 35px;
    margin: 10px 0;
  }
  #footer .left .form_fb ul li input {
    line-height: 50px;
    height: 50px;
  }
  #footer .right .info ul li p {
    font-size: 22px;
  }
  #footer .left .coy {
    margin-top: 30px;
  }
  #header .nav .ui.menu .logo img {
    max-height: 90px;
  }

  .zxtz,.zxxw,.zxsf {
    display: none !important;
  }
}
@media screen and (max-width: 1450px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 26px;
  }
  #header .nav .ui.menu .yuy {
    margin: 0 20px;
  }
  #banner li .content h2 {
    font-size: 48px;
  }
  #banner li .content h6 {
    font-size: 24px;
  }
  #index-body .init-1 .box .right h2 {
    font-size: 40px;
  }
  #index-body .init-1 .box .right .list ul li .box2 h5 {
    font-size: 32px;
  }
  #index-body .init-3 .list ul li {
    padding: 0 25px;
  }
  #index-body .init-3 .list ul {
    margin: 0 -25px;
  }
  #footer {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #index-body .init-1 .box .right a.more {
    margin-top: 30px;
  }
  #index-body .init-1 .box .right h2:before {
    width: 80px;
    height: 4px;
    margin-bottom: 10px;
  }
  #index-body .init-2 .list ul li {
    padding: 5px;
  }
  #index-body .init-2 .list ul {
    margin: -5px;
  }
  #index-body .init-4 .list ul li {
    padding: 0 10px;
  }
  #index-body .init-4 .list ul {
    margin: 0 -10px;
  }
  #index-body .init-4 .list ul li .box .content {
    top: 10%;
  }
  #footer .right .info ul li p {
    font-size: 18px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #header .nav .ui.menu .logo {
    position: static;
    float: left;
  }
}
@media screen and (max-width: 1000px), screen and (max-height: 800px) {
  .fp-section,
  .fp-tableCell {
    height: auto !important;
  }
  #index-body .fp-tableCell {
    padding: 70px 0;
  }
  #index-body #banner .fp-tableCell,
  #index-body #footer .fp-tableCell {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner li .content h2 {
    font-size: 36px;
    margin: 20px 0 30px;
  }
  #banner li .content a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
  }
  #index-body .init-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-1 .box .left .img {
    width: 100%;
    height: 200px;
  }
  #index-body .init-1 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  #index-body .init-1 .box .right h2 {
    font-size: 34px;
  }
  #index-body .init-2 .list ul li a.img {
    border-radius: 20px;
  }
  #index-body .init-3 .list ul li {
    width: 50%;
    padding: 10px;
  }
  #index-body .init-3 .list ul {
    margin: -10px;
  }
  #footer .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  #footer .left h3 {
    font-size: 28px;
    line-height: 1;
  }
  #footer .left h3 br {
    display: none;
  }
  #footer .right .info ul li #ewm {
    display: none;
  }
  .ind {
  display: none;
}
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li .content h2 {
    font-size: 28px;
    margin: 5px 0 10px;
  }
  #banner li .content h6 {
    font-size: 20px;
  }
  #banner li .content a.more {
    font-size: 20px;
  }
  #index-body .init-1 .box .right h2 {
    font-size: 20px;
  }
  #index-body .init-1 .box .right .list ul li {
    width: 33.3333%;
  }
  #index-body .init-1 .box .right .list ul li .box2 h5 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  #index-body .init-3 .list ul li h5 {
    font-size: 24px;
  }
  #index-body .init-4 .list ul li .box .content p {
    margin: 10px 0 20px;
  }
  #index-body .init-4 .list ul li .box .content time {
    font-size: 14px;
  }
  #footer .right .info ul li p {
    font-size: 16px;
  }
  #footer h6 {
    font-size: 14px;
  }
  #footer .left h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .fp-tableCell {
    padding: 40px 0;
  }
  #banner li .content a.more,
  #banner li .content h6 {
    display: none;
  }
  #banner li .content h2 {
    font-size: 24px;
    line-height: 2;
  }
  #index-body .init-1 .box .left .img .play {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #index-body .init-1 .box .right .list ul li .box2 p {
   font-size: 14px;
   line-height: 2;c
  }
  #index-body .init-2 h2,
  #index-body .init-3 h2,
  #index-body .init-4 h2 {
    font-size: 28px;
  }
  #index-body .init-3 .list ul li {
    width: 100%;
  }
  #index-body .init-3 .list {
    margin-top: 30px;
  }
  #index-body .init-3 .list ul li i {
    height: 40px;
  }
  #index-body .init-3 .list ul li h5 {
    padding: 15px 0 10px;
  }
  #index-body .init-4 .list ul li .box .content {
    top: 20%;
  }
  #footer .left .form_fb ul li {
    width: 80%;
  }
  #footer .left .form_fb ul li input {
    line-height: 40px;
    height: 40px;
  }
  #footer .right .info ul li p {
    font-size: 14px;
  }
  #footer .right .info ul li h6 {
    margin-bottom: 5px;
  }
  #footer .left h3 {
    font-size: 20px;
  }
  #footer {
    padding: 40px 0 20px;
    text-align: center;
  }
}
.inner-banner {
  height: 440px;
  background-size: cover;
  padding-top: 200px;
  text-align: center;
  color: white;
}
.inner-banner h2 {
  display: block;
  font-family: "Anton";
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.4;
}
.inner-banner .mbx {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-top: 30px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px;
}
.inner-banner .mbx a:hover {
  text-decoration: underline;
}
/* 产品详情 Start */
.prodet-page .prodet-1 {
  padding: 20px 0 30px;
  background: #f8f8f8;
}
.prodet-page .prodet-1 .left {
  padding-right: 5%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .img {
  display: block;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-1 .left .img img {
  width: 100%;
}
.prodet-page .prodet-1 .left .img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 15px;
  top: 15px;
  background: #f3f3f3;
}
.prodet-page .prodet-1 .left .img .zoom {
  line-height: 32px;
  height: 32px;
  padding: 0 18px;
  font-weight: 500;
  color: #595959;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #ebebeb;
}
.prodet-page .prodet-1 .left .img .zoom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
}
.prodet-page .prodet-1 .left .img .zoom:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  border-bottom: 32px solid #ebebeb;
  border-left: 32px solid transparent;
}
.prodet-page .prodet-1 .right {
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 48px;
  line-height: 2;
  font-family: "Bebas Neue";
}
.prodet-page .prodet-1 .right h6 {
  font-size: 24px;
  color: #c2561a;
  line-height: 1;
  padding: 10px 0 20px;
  border-bottom: 1px solid #939393;
  font-weight: 500;
}
.prodet-page .prodet-1 .right h6 small {
  font-size: 150%;
  margin-left: 10px;
}
.prodet-page .prodet-1 .right .content {
  padding: 20px 0 35px;
  font-size: 14px;
  color: #5a5a5a;
  font-family: "Arial";
  line-height: 2;
}
.prodet-page .prodet-1 .right .slick {
  padding: 0 30px;
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .right .slick .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .right .slick ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .slick ul li img {
  display: block;
  border: 1px solid #b5b5b5;
}
.prodet-page .prodet-1 .right .slick .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .right .slick .slick-arrow:after {
  font-family: "FontAwesome";
  color: #c2561a;
  font-size: 16px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev {
  left: -20px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next {
  right: -20px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next:after {
  content: "\f0da";
}
.prodet-page .prodet-1 .right a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 30px;
  background: #c2561a;
  color: white;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: "Bebas Neue";
}
.prodet-page .prodet-1 .right a.more.form {
  background: #252525;
}
.prodet-page .prodet-1 .right .share {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  font-size: 18px;
  color: #252525;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 15px;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #c2561a;
}
.prodet-page .prodet-2 {
  padding-top: 50px;
}
.prodet-page h2.title {
  display: block;
  font-size: 36px;
  /*line-height: 1;*/
  font-family: "Bebas Neue";
  border-bottom: 2px solid #1c1c1c;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.prodet-page .prodet-2 h2.title span {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 h2.title span:after {
  content: '';
  width: 100%;
  height: 2;
  background: #c2561a;
  top: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: absolute;
  margin-top: 10px;
  left: 0;
}
.prodet-page .prodet-2 h2.title span.active:after {
  opacity: 1;
}
.prodet-page .prodet-2 .content {
  margin-top: 10px;
  font-size: 20px;
  line-height: 2;
  /* font-weight: 500; */
  text-align: left;
  color: #3d3d3d;
}
.prodet-page .prodet-2 .content ol {
  padding-left: 1em;
}
.prodet-page .prodet-2 .content ol li {
  list-style: auto;
}
.prodet-page .prodet-2 .content strong {
  font-weight: 500;
  color: black;
}
.prodet-page .prodet-2 .content .slick {
  margin-top: 30px;
}
.prodet-page .prodet-2 .content .slick ul {
  margin: -10px;
}
.prodet-page .prodet-2 .content .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .content .slick ul li a {
  display: block;
  position: relative;
}
.prodet-page .prodet-2 .content .slick ul li a: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.05);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .content .slick ul li a:hover:after {
  opacity: 1;
}
.prodet-page .prodet-2 .content table{
  border: none;
}
.prodet-page .prodet-2 .content table td {
  padding: 5px 10px;
  text-align: center;
}
.prodet-page .prodet-2 .content table td blockquote {
  max-width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .content table td blockquote:title {
  padding: 10px;
  font-size: 16px;
}
.prodet-page .prodet-2 .content table tr {
  border-bottom: 1px solid #dedede;
  background: none !important;
}
.prodet-page .prodet-2 .content table tr:last-child {
  border-bottom: none;
}
.prodet-page .prodet-3 {
  padding: 40px 0 40px;
}
.prodet-page .prodet-3 .list {
  margin-top: 45px;
}
.prodet-page .prodet-3 .list ul {
  margin: -12px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 12px;
  text-align: center;
}
.prodet-page .prodet-3 .list ul li a.img-box {
  border: 1px solid #d4d4d4;
  display: block;
}
.prodet-page .prodet-3 .list ul li h5 {
  font-size: 16px;
  color: #676767;
  line-height: 2;
  margin: 20px 0 10px;
  font-weight: 500;
}
.prodet-page .prodet-3 .list ul li h6 {
  display: block;
  font-size: 18px;
  color: #242424;
  line-height: 1;
}
.prodet-page .prodet-4 {
  text-align: center;
  color: white;
  background: #c2561a;
  padding: 70px;
}
.prodet-page .prodet-4 h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.prodet-page .prodet-4 h2 {
  font-size: 48px;
  line-height: 1;
  margin: 10px 0;
}
.prodet-page .prodet-4 p {
  max-width: 560px;
  display: block;
  font-size: 16px;
  margin: 0 auto 25px;
}
.prodet-page .prodet-4 a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 29px;
  height: 32px;
  padding: 0 30px;
  border-radius: 16px;
  border: 1px solid white;
  font-size: 16px;
  margin: 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-4 a.more:hover {
  background: black;
}
@media screen and (max-width: 1450px) {
  .inner-banner {
    height: 360px;
    padding-top: 140px;
  }
  .inner-banner h2 {
    font-size: 36px;
  }
  .inner-banner .mbx {
    font-size: 18px;
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 40px;
  }
  .prodet-page .prodet-1 .right h6 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right a.more {
    line-height: 40px;
    height: 40px;
  }
  .prodet-page h2.title {
    font-size: 32px;
  }
  .prodet-page .prodet-2 .content {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 300px;
    padding-top: 140px;
  }
  .inner-banner .mbx {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 32px;
  }
  .prodet-page .prodet-1 .right h6 {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right a.more {
    padding: 0 25px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .content table,
  .prodet-page .prodet-2 .content table td {
    border: 1px solid #000;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-top: 30px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page h2.title {
    font-size: 28px;
  }
  .inner-banner {
    height: auto;
    padding-top: 80px;
  }
  .inner-banner h2 {
    font-size: 20px;
    line-height: 2;
    margin-top: -49px;
  }
  .inner-banner .mbx {
    font-size: 14px;
    line-height: 2;
  }
  .inner-banner .mbx a, .inner-banner .mbx span {
    margin: 0 5px;
  }
}
/* 产品详情 End */
.inner-page .m-page {
    text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    font-size: 18px;
    display: inline-block;
    margin: 2px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 3px;
}
.inner-page .m-page a:hover {
    background: #c2561a;
    color: white;
}
.inner-page .form ul {
    margin: -8px;
}
.inner-page .form ul li {
    padding: 8px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
    width: 100%;
    border: none;
    line-height: 26px;
    padding: 10px 15px;
    border-radius: 6px;
    background: #eef0f3;
    font-size: 14px;
    color: black;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #686868;
    text-transform: capitalize;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #686868;
    text-transform: capitalize;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #686868;
    text-transform: capitalize;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #686868;
    text-transform: capitalize;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.inner-page .form ul li textarea {
    height: 160px;
}
.inner-page .form ul li input[type="submit"] {
    display: inline-block;
    width: auto;
    padding: 7px 50px;
    border-radius: 20px;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #c2561a;
    margin-top: 10px;
}
.inner-page .form ul li input[type="submit"]:hover {
    background: #46a6ff;
}
.contact-page {
    padding: 80px 0 130px;
}
.contact-page h3 {
    font-size: 30px;
    color: #303036;
    text-transform: capitalize;
    font-family: "roboto-bold";
    line-height: 1;
}
.contact-page .left {
    padding-left: 5%;
}
.contact-page .left .info {
    margin: 40px 0 80px;
    max-width: 470px;
}
.contact-page .left .info ul li {
    margin-bottom: 35px;
    font-size: 18px;
    color: rgba(48, 48, 54, 0.9);
    line-height: 2;
    padding-left: 35px;
    position: relative;
}
.contact-page .left .info ul li:last-child {
    margin-bottom: 0;
}
.contact-page .left .info ul li i {
    position: absolute;
    left: 0;
    top: 0;
}
.contact-page .left .info ul li i img {
    display: inline-block;
    vertical-align: middle;
}
.contact-page .left .share {
    margin-top: 20px;
}
.contact-page .left .share ul li {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    background: #707070;
    color: white;
    font-size: 24px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-right: 15px;
}
.contact-page .left .share ul li a {
    display: block;
}
.contact-page .left .share ul li:hover {
    background: #c2561a;
}
.contact-page .left .share ul li:last-child {
    margin-right: 0;
}
.contact-page .right {
    padding-right: 5%;
}
.contact-page .right .form {
    margin-top: 40px;
}
.about-page h2 {
    display: block;
    text-align: center;
    font-size: 36px;
    color: #1c1c1c;
    font-family: "Anton";
    text-transform: uppercase;
}
.about-page .about-1 {
    padding-top: 70px;
}
.about-page .about-1 .box {
    padding: 50px 0 80px;
}
.about-page .about-1 .box .left {
    width: 25%;
    vertical-align: middle;
}
.about-page .about-1 .box .left img {
    border: 7px solid white;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.3);
}
.about-page .about-1 .box .right {
    padding-left: 5%;
    width: 75%;
    vertical-align: middle;
}
.about-page .about-1 .box .right .text {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 2;
    text-align-last: left;
    text-align: justify;
}
.about-page .about-1 .box .right .text strong {
    font-family: "roboto-bold";
    font-size: 120%;
}
.about-page .about-1 .box .right .text p {
    padding-top: 40px;
}
.about-page .about-1 .box .right .text p:first-child {
    padding-top: 0;
}
.about-page .about-1 .list {
    padding: 40px 0 30px;
    background: #c2561a;
    border-radius: 5px;
    text-align: center;
    color: white;
    -moz-box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.2);
}
.about-page .about-1 .list ul {
    padding: 0 5%;
}
.about-page .about-1 .list ul li h6 {
    font-size: 36px;
    line-height: 1;
}
.about-page .about-1 .list ul li h6 sub {
    font-size: 70%;
    vertical-align: bottom;
}
.about-page .about-1 .list ul li p {
    display: block;
    font-size: 18px;
    margin-top: 5px;
}
.about-page .about-2 {
    padding: 95px 0 135px;
}
.about-page .about-2 .box {
    padding-top: 40px;
}
.about-page .about-2 .box ul {
    margin: -20px;
}
.about-page .about-2 .box ul li {
    padding: 20px;
    width: 33.333%;
}
.about-page .about-2 .box ul li .box2 {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    color: white;
}
.about-page .about-2 .box ul li .box2:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(194, 86, 26, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.about-page .about-2 .box ul li .box2 h6 {
    display: block;
    font-size: 24px;
    font-family: "roboto-bold";
    position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-2 .box ul li .box2 .content {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 0 20px;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.about-page .about-2 .box ul li .box2 .content h6 {
    position: static;
    padding: 0;
    opacity: 1 !important;
}
.about-page .about-2 .box ul li .box2 .content p {
    font-size: 18px;
    line-height: 2;
    margin-top: 5px;
}
.about-page .about-2 .box ul li .box2:hover h6 {
    opacity: 0;
}
.about-page .about-2 .box ul li .box2:hover:after,
.about-page .about-2 .box ul li .box2:hover .content {
    opacity: 1;
}
.about-page .about-3 {
    padding: 60px 0 40px;
    background: #f5f9fe url("../images/about-3-bg.jpg") right top no-repeat;
}
.about-page .about-3 .box {
    padding-top: 50px;
}
.about-page .about-3 .box ul {
    margin: -15px;
}
.about-page .about-3 .box ul li {
    padding: 15px;
}
.about-page .about-3 .box ul li a {
    display: block;
}
.about-page .about-3 .box ul li a img {
    width: 100%;
}
.about-page .about-3 .box ul .slick-arrow {
    width: 42px;
    height: 42px;
    background: url("../images/icon-arrow.png") center center no-repeat transparent;
    border: none;
    cursor: pointer;
    cursor: hand;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 100% 100%;
}
.about-page .about-3 .box ul .slick-arrow.slick-prev {
    right: 100%;
}
.about-page .about-3 .box ul .slick-arrow.slick-next {
    left: 100%;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.about-page .about-3 .box ul .slick-dots {
    padding-top: 40px;
    padding-bottom: 15px;
    margin: 0;
    text-align: center;
}
.about-page .about-3 .box ul .slick-dots li {
    padding: 0;
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
    height: 10px;
    width: 30px;
    border-radius: 4px;
    background: #d8e4f2;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .box ul .slick-dots li button {
    display: none;
}
.about-page .about-3 .box ul .slick-dots li.slick-active {
    background: #c2561a;
}
.about-page .about-4 {
    padding: 75px 0;
}
.about-page .about-4 .box {
    padding-top: 80px;
    max-width: 960px;
    display: block;
    margin: 0 auto;
}
.about-page .about-4 .box ul {
    position: relative;
}
.about-page .about-4 .box ul:after {
    content: '';
    width: 2px;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 17px;
    background: #5483eb;
    background: -webkit-gradient(linear, left top, bottom top, color-stop(0%, #5483eb), color-stop(100%, transparent));
    /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, #5483eb 0%, transparent 100%);
    /* firefox */
    background: -webkit-linear-gradient(top, #5483eb 0%, transparent 100%);
    /* chrome */
    background: -o-linear-gradient(bottom, #5483eb 0%, transparent 100%);
    /* opera */
    background: -ms-linear-gradient(bottom, #5483eb 0%, transparent 100%);
    /* ie */
    background: linear-gradient(to bottom, #5483eb, transparent);
    /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb', endColorstr='transparent',GradientType=0)";
    /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb', endColorstr='transparent', GradientType=0);
    /* 兼容IE5~IE9 */
    position: absolute;
}
.about-page .about-4 .box ul li {
    padding-bottom: 20px;
    position: relative;
}
.about-page .about-4 .box ul li:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 4px solid #c2561a;
    background: #40baff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 17px;
    z-index: 1;
    -moz-box-shadow: 0 0 3px 3px white;
    -o-box-shadow: 0 0 3px 3px white;
    box-shadow: 0 0 3px 3px white;
}
.about-page .about-4 .box ul li h5 {
    font-size: 22px;
    color: #333;
    font-family: "roboto-bold";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .box ul li .content {
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.about-page .about-4 .box ul li .content .text {
    display: block;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.6;
    margin-top: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .box ul li .content:after {
    content: '';
    border-right: 10px solid #2dbbff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: 100%;
    top: 15px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.about-page .about-4 .box ul li .content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    z-index: -1;
    background: #2cbcff;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2cbcff), color-stop(100%, #3388fc));
    /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(right, #2cbcff 0%, #3388fc 100%);
    /* firefox */
    background: -webkit-linear-gradient(left, #2cbcff 0%, #3388fc 100%);
    /* chrome */
    background: -o-linear-gradient(right, #2cbcff 0%, #3388fc 100%);
    /* opera */
    background: -ms-linear-gradient(right, #2cbcff 0%, #3388fc 100%);
    /* ie */
    background: linear-gradient(to right, #2cbcff, #3388fc);
    /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbcff', endColorstr='#3388fc',GradientType=1)";
    /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbcff', endColorstr='#3388fc', GradientType=1);
    /* 兼容IE5~IE9 */
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .box ul li .left {
    padding-top: 5px;
    padding-right: 35px;
    text-align: right;
    position: relative;
}
.about-page .about-4 .box ul li .right {
    padding-left: 25px;
    position: relative;
}
.about-page .about-4 .box ul li:last-child {
    padding-bottom: 0;
}
.about-page .about-4 .box ul li:nth-child(even) .left {
    left: 50%;
    text-align: left;
    padding-right: 0;
    padding-left: 35px;
}
.about-page .about-4 .box ul li:nth-child(even) .right {
    left: -50%;
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}
.about-page .about-4 .box ul li:nth-child(even) .right .content:after {
    border-left: 10px solid #2dbbff;
    border-right: none;
    left: 100%;
}
.about-page .about-4 .box ul li:nth-child(even) .right .content:before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.about-page .about-4 .box ul li:hover .content .text,
.about-page .about-4 .box ul li:hover .content h5 {
    color: white;
}
.about-page .about-4 .box ul li:hover .content:after,
.about-page .about-4 .box ul li:hover .content:before {
    opacity: 1;
}
.qualityControl-page h2.title {
    font-size: 48px;
    font-family: "roboto-bold";
    color: #1c1c1c;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}
.qualityControl-page h2.title small {
    display: block;
    font-size: 18px;
    color: #797979;
    line-height: normal;
    margin-top: 10px;
    font-family: "roboto-regular";
    text-transform: none;
}
.qualityControl-page .qualityControl-1 {
    padding-bottom: 20px;
    background: #fbfcff;
}
.qualityControl-page .qualityControl-1 .box {
    background: white;
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    top: -110px;
    padding: 70px 5% 50px;
    position: relative;
}
.qualityControl-page .qualityControl-1 .box:after {
    content: '';
    left: 0;
    height: 110px;
    width: 40px;
    border-radius: 20px;
    background: #1e3595;
    position: absolute;
    bottom: -185px;
}
.qualityControl-page .qualityControl-1 .box .list {
    margin-top: 50px;
}
.qualityControl-page .qualityControl-1 .box .img {
    padding-right: 7%;
    vertical-align: middle;
}
.qualityControl-page .qualityControl-1 .box .text {
    vertical-align: middle;
}
.qualityControl-page .qualityControl-1 .box .text h5 {
    font-family: "roboto-bold";
    font-size: 24px;
}
.qualityControl-page .qualityControl-1 .box .text p {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.65);
    margin: 20px 0;
    max-width: 440px;
}
.qualityControl-page .qualityControl-1 .box .text .dots i {
    display: inline-block;
    width: 30px;
    height: 10px;
    border-radius: 4px;
    background: #dfe9f2;
    cursor: pointer;
    cursor: hand;
    vertical-align: middle;
    margin-right: 8px;
}
.qualityControl-page .qualityControl-1 .box .text .dots i.active {
    background: #c2561a;
}
.qualityControl-page .qualityControl-1 .box .text .dots i:last-child {
    margin-right: 0;
}
.qualityControl-page .qualityControl-1 .box ul .slick-dots {
    padding: 10px 0 0;
    margin: 0;
    text-align: center;
}
.qualityControl-page .qualityControl-1 .box ul .slick-dots li {
    padding: 0;
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
    height: 10px;
    width: 30px;
    border-radius: 4px;
    background: #d8e4f2;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.qualityControl-page .qualityControl-1 .box ul .slick-dots li button {
    display: none;
}
.qualityControl-page .qualityControl-1 .box ul .slick-dots li.slick-active {
    background: #c2561a;
}

.qualityControl-page .qualityControl-2 {
    padding: 90px 0;
}
.qualityControl-page .qualityControl-2 .box {
    padding-top: 90px;
    overflow: hidden;
}
.qualityControl-page .qualityControl-2 .box ul {
    margin: 0 -90px;
}
.qualityControl-page .qualityControl-2 .box ul li {
    padding: 0 90px;
    text-align: center;
}
.qualityControl-page .qualityControl-2 .box ul li i {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
}
.qualityControl-page .qualityControl-2 .box ul li p {
    display: block;
    margin-top: 45px;
    text-align: center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 32px;
}
.qualityControl-page .qualityControl-3 {
    padding: 60px 0 40px;
    background: #f5f9fe url("../images/about-3-bg.jpg") right top no-repeat;
}
.qualityControl-page .qualityControl-3 h2 {
    display: block;
    text-align: center;
    font-size: 36px;
    color: #1c1c1c;
    font-family: "roboto-bold";
}
.qualityControl-page .qualityControl-3 .box {
    padding-top: 50px;
}
.qualityControl-page .qualityControl-3 .box ul {
    margin: -15px;
}
.qualityControl-page .qualityControl-3 .box ul li {
    padding: 15px;
}
.qualityControl-page .qualityControl-3 .box ul li a {
    display: block;
}
.qualityControl-page .qualityControl-3 .box ul li a img {
    width: 100%;
}
.qualityControl-page .qualityControl-3 .box ul .slick-arrow {
    width: 42px;
    height: 42px;
    background: url("../images/icon-arrow.png") center center no-repeat transparent;
    border: none;
    cursor: pointer;
    cursor: hand;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 100% 100%;
}
.qualityControl-page .qualityControl-3 .box ul .slick-arrow.slick-prev {
    right: 100%;
}
.qualityControl-page .qualityControl-3 .box ul .slick-arrow.slick-next {
    left: 100%;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.qualityControl-page .qualityControl-3 .box ul .slick-dots {
    padding-top: 40px;
    padding-bottom: 15px;
    margin: 0;
    text-align: center;
}
.qualityControl-page .qualityControl-3 .box ul .slick-dots li {
    padding: 0;
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
    height: 10px;
    width: 30px;
    border-radius: 4px;
    background: #d8e4f2;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.qualityControl-page .qualityControl-3 .box ul .slick-dots li button {
    display: none;
}
.qualityControl-page .qualityControl-3 .box ul .slick-dots li.slick-active {
    background: #c2561a;
}
.factory-page h2 {
    font-size: 36px;
    color: #1c1c1c;
    font-family: "roboto-bold";
    text-transform: capitalize;
    line-height: 1;
    text-align: center;
}
.factory-page .factory-1 {
    padding: 70px 0;
    background: #fbfcff;
}
.factory-page .factory-1 .box {
    margin-top: 45px;
}
.factory-page .factory-1 .box dl {
    margin: -40px 0;
}
.factory-page .factory-1 .box dl dd {
    padding: 40px 0;
}
.factory-page .factory-1 .box .left {
    vertical-align: middle;
    position: relative;
}
.factory-page .factory-1 .box .left img {
    border: 6px solid white;
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.factory-page .factory-1 .box .right {
    vertical-align: middle;
    padding: 0 7%;
    padding-bottom: 40px;
    position: relative;
}
.factory-page .factory-1 .box .right ul li {
    margin-bottom: 50px;
    padding-left: 50px;
    position: relative;
}
.factory-page .factory-1 .box .right ul li i {
    position: absolute;
    left: 0;
    top: 0;
}
.factory-page .factory-1 .box .right ul li h6 {
    font-size: 24px;
    margin-bottom: 5px;
}
.factory-page .factory-1 .box .right ul li p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
}
.factory-page .factory-1 .box .right ul li:last-child {
    margin-bottom: 0;
}
.factory-page .factory-1 .box .right ul li:nth-child(1) h6 {
    color: #3081ec;
}
.factory-page .factory-1 .box .right ul li:nth-child(2) h6 {
    color: #eda433;
}
.factory-page .factory-1 .box .right ul li:nth-child(3) h6 {
    color: #a8a9ab;
}
/*.factory-page .factory-1 .box dl dd:nth-child(even) .left {
  left: 50%;
}
.factory-page .factory-1 .box dl dd:nth-child(even) .right {
  left: -50%;
}*/
.factory-page .factory-1 .box .slick-arrow {
    width: 32px;
    height: 32px;
    border: 1px solid #d9d9db;
    background: none;
    cursor: pointer;
    cursor: hand;
    position: absolute;
    left: 114%;
    bottom: 6%;
    font-size: 0;
    color: transparent;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.factory-page .factory-1 .box .slick-arrow:after {
    content: '';
    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%);
    color: #666;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.factory-page .factory-1 .box .slick-arrow.slick-prev:after {
    content: "\f104";
}
.factory-page .factory-1 .box .slick-arrow.slick-next {
    margin-left: 54px;
}
.factory-page .factory-1 .box .slick-arrow.slick-next:after {
    content: "\f105";
}
.factory-page .factory-1 .box .slick-arrow:hover {
    background: #c2561a;
}
.factory-page .factory-1 .box .slick-arrow:hover:after {
    color: white;
}
.factory-page .factory-2 {
    padding: 70px 0 120px;
}
.factory-page .factory-2 .box {
    padding-top: 90px;
}
.factory-page .factory-2 .box .left {
    width: 70%;
    padding-right: 10%;
}
.factory-page .factory-2 .box .left .text {
    display: block;
    font-size: 24px;
    color: #666;
    line-height: 40px;
    text-align: justify;
    text-align-last: left;

}
.factory-page .factory-2 .box .left .list {
    margin-top: 70px;
}
.factory-page .factory-2 .box .left .list ul li {
    margin-bottom: 35px;
}
.factory-page .factory-2 .box .left .list ul li:last-child {
    margin-bottom: 0;
}
.factory-page .factory-2 .box .left .list ul li h5 {
    font-size: 24px;
    color: #2e80ec;
}
.factory-page .factory-2 .box .left .list ul li .title {
    width: 30%;
    position: relative;
    padding-left: 80px;
    vertical-align: middle;
}
.factory-page .factory-2 .box .left .list ul li .title i {
    position: absolute;
    left: 0;
    top: 0;
}
.factory-page .factory-2 .box .left .list ul li .line {
    width: 50%;
    vertical-align: middle;
}
.factory-page .factory-2 .box .left .list ul li .line span {
    display: block;
    padding: 6px 18px;
    border-radius: 13px;
    -moz-box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.22);
    box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.22);
}
.factory-page .factory-2 .box .left .list ul li .line span i {
    display: block;
    height: 12px;
    border-radius: 6px;
    background: #2e80ec;
    width: 0;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}
.factory-page .factory-2 .box .left .list ul li .tag {
    width: 20%;
    vertical-align: middle;
    padding-left: 35px;
}
.factory-page .factory-2 .box .left .list ul li:nth-child(1) .line span i {
    background: #2e80ec;
}
.factory-page .factory-2 .box .left .list ul li:nth-child(1) .line span.active i {
    width: 50%;
}
.factory-page .factory-2 .box .left .list ul li:nth-child(2) .line span i {
    background: #a5a5a5;
}
.factory-page .factory-2 .box .left .list ul li:nth-child(2) .line span.active i {
    width: 60%;
}
.factory-page .factory-2 .box .left .list ul li:nth-child(3) .line span i {
    background: #ffc000;
}
.factory-page .factory-2 .box .left .list ul li:nth-child(3) .line span.active i {
    width: 55%;
}
.factory-page .factory-2 .box .left .list ul li:nth-child(4) .line span i {
    background: #71a445;
}
.factory-page .factory-2 .box .left .list ul li:nth-child(4) .line span.active i {
    width: 70%;
}
.factory-page .factory-2 .box .right {
    width: 30%;
}
.news-page {
    padding: 55px 0 80px;
}
.news-page .nav {
    text-align: center;
    letter-spacing: -5px;
}
.news-page .nav ul li {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e4e4e4;
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    font-size: 16px;
    color: #2f2f2f;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
    letter-spacing: 0;
}
.news-page .nav ul li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.news-page .nav ul li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.news-page .nav ul li:hover {
    background: #c2561a;
    color: white;
}
.news-page .box {
    padding: 60px 0 70px;
    overflow: hidden;
}
.news-page .box ul {
    margin: -35px -15px;
}
.news-page .box ul li {
    padding: 35px 15px;
}
.news-page .box ul li a.img-box {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.news-page .box ul li a.img-box img {
    display: block;
    width: 100%;
}
.news-page .box ul li time {
    display: block;
    text-align: right;
    font-size: 14px;
    color: rgba(28, 28, 28, 0.66);
    line-height: 1;
    margin: 15px 0;
}
.news-page .box ul li h4 {
    display: block;
    font-size: 18px;
    color: #1c1c1c;
    line-height: 2;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .box ul li h4:hover {
    color: #c2561a;
}
.news-page .box ul li p {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 2;
    margin-top: 10px;
}
.product-page {
    background: #f5f8ff;
    padding: 40px 0 70px;
}
.product-page .top {
    display: block;
    padding: 20px 30px;
    background: white;
}
.product-page .top h6 {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: black;
    text-transform: capitalize;
    margin-right: 15px;
    font-family: "Anton";
}
.product-page .top .cat {
    display: inline-block;
    vertical-align: middle;
}
.product-page .top .cat .cat-list {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.product-page .top .cat .cat-list span {
    line-height: 42px;
    height: 42px;
    padding: 0 10px;
    border-radius: 4px;
    width: 520px;
    font-size: 20px;
    color: #7c7c7c;
    display: block;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    cursor: hand;
}
.product-page .top .cat .cat-list span i {
    float: right;
    font-size: 20px;
    margin-top: 10px;
}
.product-page .top .cat .cat-list ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    padding: 15px;
    z-index: 1;
    display: none;
}
.product-page .top .cat .cat-list ul li {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .top .cat .cat-list ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.product-page .top .cat .cat-list ul li:hover {
    color: #c2561a;
}
.product-page .top .cat .cat-list:hover ul {
    display: block;
}
.product-page .top .search {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.product-page .top .search form {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.product-page .top .search form input {
    line-height: 42px;
    height: 42px;
    padding: 0 10px;
    border-radius: 4px;
    width: 300px;
    font-size: 18px;
    color: black;
    display: block;
    border: 1px solid #e5e5e5;
    padding-right: 50px;
    background: transparent;
}
.product-page .top .search form input::-webkit-input-placeholder {
    color: #7c7c7c;
}
.product-page .top .search form input:-moz-placeholder {
    color: #7c7c7c;
}
.product-page .top .search form input::-moz-placeholder {
    color: #7c7c7c;
}
.product-page .top .search form input:-ms-input-placeholder {
    color: #7c7c7c;
}
.product-page .top .search form input[type="submit"] {
    width: 40px;
    background: url("../images/icon-search2.png") center center no-repeat;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}
.product-page .bottom {
    padding: 40px 0 55px;
}
.product-page .bottom ul {
    margin: -15px -8px;
}
.product-page .bottom ul li {
    padding: 15px 8px;
}
.product-page .bottom ul li a.img-box {
    display: block;
}
.product-page .bottom ul li a.img-box img {
    display: block;
    width: 100%;
    background: white;
}
.product-page .bottom ul li .content {
    display: block;
    background: white;
    padding: 20px 10px 15px;
}
.product-page .bottom ul li .content h5 {
    font-size: 20px;
    color: black;
    line-height: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .bottom ul li .content h5:hover {
    color: #c2561a;
}
.product-page .bottom ul li .content p {
    display: block;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 10px;
    line-height: 2;
}
.newdet-page {
    background: #f5f8ff;
    padding: 20px 0;
}
.newdet-page .box {
    background: white;
    padding: 25px;
}
.newdet-page .box h4 {
    font-size: 24px;
    color: #333;
    font-family: "roboto-bold";
    text-align: center;
    line-height: 2;
}
.newdet-page .box time {
    font-size: 14px;
    color: #666;
    text-align: center;
    display: block;
    margin: 15px 0;
}
.newdet-page .box .content {
    display: block;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 2;
}
.newdet-page .box .link {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px #eee dashed;
    line-height: 2;
}
.newdet-page .box .link a {
    display: block;
    font-size: 14px;
}
.newdet-page .box .link a:hover {
    text-decoration: underline;
}
.faq-page {
    padding: 70px 0;
}
.faq-page ul li {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 15px;
}
.faq-page ul li:last-child {
    margin-bottom: 0;
}
.faq-page ul li h4 {
    font-size: 18px;
    color: #444;
    font-family: "roboto-bold";
    line-height: 2;
}
.faq-page ul li .content {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px #eee dashed;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 2;
}
@media screen and (max-width: 1600px) {
    .product-page .top {
        padding: 15px;
    }
    .product-page .bottom ul li .content h5 {
        font-size: 17px;
    }
    .news-page .box ul li {
        padding: 15px;
    }
    .news-page .box ul {
        margin: -15px;
    }
    .factory-page h2,
    .about-page h2,
    .contact-page h3,
    .about-page .about-1 .list ul li h6,
    .qualityControl-page .qualityControl-3 h2 {
        font-size: 30px;
    }
    .factory-page .factory-1 .box .right ul li h6 {
        font-size: 21px;
    }
    .factory-page .factory-1 .box .right ul li p {
        font-size: 14px;
    }
    .factory-page .factory-2 .box {
        padding-top: 60px;
    }
    .factory-page .factory-2 .box .left .text {
        font-size: 20px;
        line-height: 2;
    }
    .factory-page .factory-2 .box .left .list {
        margin-top: 60px;
    }
    .factory-page .factory-2 .box .left .list ul li {
        margin-bottom: 30px;
    }
    .factory-page .factory-2 .box .left .list ul li h5 {
        font-size: 20px;
    }
    .qualityControl-page .qualityControl-1 .box {
        top: -80px;
    }
    .qualityControl-page h2.title {
        font-size: 40px;
    }
    .qualityControl-page .qualityControl-1 .box:after {
        bottom: -155px;
        width: 30px;
        border-radius: 15px;
    }
    .qualityControl-page .qualityControl-2 .box {
        padding-top: 70px;
    }
    .qualityControl-page .qualityControl-2 .box ul li p {
        font-size: 16px;
        margin-top: 30px;
    }
    .qualityControl-page .qualityControl-3 .box ul .slick-arrow,
    .about-page .about-3 .box ul .slick-arrow {
        z-index: 1;
    }
    .qualityControl-page .qualityControl-3 .box ul .slick-arrow.slick-next,
    .about-page .about-3 .box ul .slick-arrow.slick-next {
        left: auto;
        right: 0;
    }
    .qualityControl-page .qualityControl-3 .box ul .slick-arrow.slick-prev,
    .about-page .about-3 .box ul .slick-arrow.slick-prev {
        left: 0;
        right: auto;
    }
    .about-page .about-1 .box .right .text p {
        padding-top: 20px;
    }
    .about-page .about-1 .box .right .text {
        font-size: 16px;
        line-height: 2.4;
    }
    .about-page .about-2 .box ul li .box2 h6 {
        font-size: 20px;
    }
    .about-page .about-2 .box ul li .box2 .content p {
        font-size: 16px;
    }
    .about-page .about-2 {
        padding: 70px 0;
    }
    .contact-page .left .share ul li {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .contact-page .left .info {
        margin: 40px 0 60px;
    }
    .contact-page {
        padding: 80px 0;
    }
    .about-page .about-1 .list ul li p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1400px) {
    .about-page .about-1 .box .right .text {
        line-height: 2;
    }
    .about-page .about-2 .box ul li {
        padding: 10px;
    }
    .about-page .about-2 .box ul {
        margin: -10px;
    }
    .about-page .about-3 .box ul li {
        padding: 7px;
    }
    .about-page .about-3 .box ul {
        margin: -7px;
    }
    .about-page .about-4 .box {
        padding-top: 50px;
    }
    .about-page .about-4 {
        padding: 50px 0;
    }
    .about-page .about-4 .box ul li h5 {
        font-size: 20px;
    }
    .about-page .about-4 .box ul li .content .text {
        font-size: 14px;
    }
    .qualityControl-page h2.title {
        font-size: 32px;
    }
    .qualityControl-page h2.title small {
        font-size: 15px;
    }
    .qualityControl-page .qualityControl-1 .box {
        padding: 40px 30px;
    }
    .qualityControl-page .qualityControl-1 .box .list {
        margin-top: 40px;
    }
    .qualityControl-page .qualityControl-2 .box ul li {
        padding: 0 40px;
    }
    .qualityControl-page .qualityControl-2 .box ul {
        margin: 0 -40px;
    }
    .qualityControl-page .qualityControl-3 .box ul li {
        padding: 5px;
    }
    .qualityControl-page .qualityControl-3 .box ul {
        margin: -5px;
    }
    .qualityControl-page .qualityControl-3 .box ul .slick-dots {
        padding: 20px 0;
    }
    .qualityControl-page .qualityControl-3 .box {
        padding-top: 30px;
    }
    .factory-page .factory-1 .box .right ul li {
        margin-bottom: 30px;
    }
    .factory-page .factory-2 .box .left .text {
        font-size: 16px;
    }
    .factory-page .factory-2 .box .left .list {
        margin-top: 40px;
    }
    .factory-page .factory-2 .box .left .list ul li .line span {
        padding: 3px 10px;
    }
    .factory-page .factory-2 .box .left .list ul li .line span i {
        height: 8px;
    }
    .factory-page .factory-2 .box .left .list ul li h5 {
        font-size: 18px;
    }
    .news-page .box {
        padding: 30px 0;
    }
    .news-page .box ul li p {
        display: none;
    }
    .news-page {
        padding: 50px 0;
    }
    .news-page .box ul li h4 {
        font-size: 16px;
    }
    .news-page .nav ul li {
        font-size: 14px;
    }
    .product-page .top h6 {
        font-size: 16px;
    }
    .product-page .top .search form input,
    .product-page .top .cat .cat-list span {
        font-size: 16px;
    }
    .product-page .top .cat .cat-list span {
        width: 350px;
    }
    .product-page .bottom ul li .content h5 {
        font-size: 16px;
        line-height: 2;
    }
    .product-page .bottom ul li .content p {
        font-size: 14px;
        margin-top: 5px;
    }
    .product-page {
        padding: 40px 0;
    }
    .product-page .bottom {
        padding: 30px 0;
    }
}
@media screen and (max-width: 1200px) {
    .product-page .top {
        display: none;
    }
    .product-page .bottom {
        padding-top: 0;
    }
    .product-page .bottom ul li .content {
        padding: 10px;
    }
    .product-page .bottom ul li .content p {
        font-size: 14px;
    }
    .news-page .box ul li h4 {
        font-size: 14px;
        line-height: 2;
    }
    .news-page .box ul li {
        padding: 5px;
    }
    .news-page .box ul {
        margin: -5px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
    .factory-page .factory-1 .box .right {
        padding-right: 0;
        padding-left: 5%;
    }
    .factory-page .factory-1 .box .right ul li {
        margin-bottom: 20px;
    }
    .factory-page .factory-1 {
        padding: 50px 0;
    }
    .factory-page h2,
    .about-page h2,
    .contact-page h3,
    .about-page .about-1 .list ul li h6,
    .qualityControl-page .qualityControl-3 h2 {
        font-size: 26px;
    }
    .factory-page .factory-2 .box .left .text {
        font-size: 14px;
    }
    .factory-page .factory-2 .box .left .list ul li {
        margin-bottom: 15px;
    }
    .factory-page .factory-2 .box .left .list ul li .title i {
        max-width: 26px;
    }
    .factory-page .factory-2 .box .left .list ul li .title {
        padding-left: 50px;
    }
    .factory-page .factory-2 .box .left .list ul li h5 {
        font-size: 16px;
    }
    .factory-page .factory-2 {
        padding: 60px 0;
    }
    .factory-page .factory-2 .box {
        padding-top: 40px;
    }
    .qualityControl-page .qualityControl-1 .box {
        padding: 30px 15px;
        top: -50px;
    }
    .qualityControl-page .qualityControl-1 .box:after {
        bottom: -110px;
        height: 80px;
    }
    .qualityControl-page .qualityControl-2 .box ul li {
        padding: 0 15px;
    }
    .qualityControl-page .qualityControl-2 .box ul {
        margin: 0 -15px;
    }
    .qualityControl-page .qualityControl-2 .box ul li p {
        font-size: 15px;
        line-height: 1.8;
    }
    .qualityControl-page .qualityControl-2 .box ul li i {
        max-width: 200px;
    }
    .qualityControl-page .qualityControl-2 .box {
        padding-top: 40px;
    }
    .qualityControl-page .qualityControl-2 {
        padding: 50px 0;
    }
    .qualityControl-page .qualityControl-3 .box ul .slick-arrow,
    .about-page .about-3 .box ul .slick-arrow {
        display: none !important;
    }
    #footer .footer-top ul li dl dd {
        font-size: 13px;
    }
    .about-page .about-1 .box .right .text {
        font-size: 14px;
        line-height: 2;
    }
    .about-page .about-1 .box .right .text p {
        padding-top: 10px;
    }
    .about-page .about-1 .box {
        padding: 40px 0;
    }
    .about-page .about-1 .list ul {
        padding: 0;
    }
    .about-page .about-2 {
        padding: 50px 0;
    }
    .about-page .about-2 .box ul li .box2 h6 {
        font-size: 17px;
        bottom: 10px;
    }
    .about-page .about-4 .box ul li h5 {
        font-size: 17px;
    }
    .about-page .about-4 .box {
        padding-top: 30px;
    }
    .contact-page .left .info ul li {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .contact-page .left .share ul li {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 16px;
    }
    .contact-page {
        padding: 60px 0;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-1 .box .right {
        width: 100%;
        padding-left: 0;
    }
    .about-page .about-1 .box .left {
        display: none;
    }
    .about-page .about-1 {
        padding-top: 50px;
    }
    .about-page .about-1 .list ul li {
        width: 50%;
        padding: 10px;
    }
    .about-page .about-2 .box ul li {
        width: 50%;
    }
    .about-page .about-3 .box ul .slick-dots,
    .qualityControl-page .qualityControl-3 .box ul .slick-dots,
    .factory-page .factory-1 .box .slick-arrow {
        display: none !important;
    }
    .about-page .about-3 .box {
        padding-top: 30px;
    }
    .qualityControl-page h2.title {
        font-size: 28px;
    }
    .qualityControl-page h2.title small {
        margin-top: 5px;
    }
    .qualityControl-page .qualityControl-1 .box .img {
        padding-right: 3%;
    }
    .qualityControl-page .qualityControl-1 .box .text h5 {
        font-size: 20px;
    }
    .qualityControl-page .qualityControl-1 .box .text p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .qualityControl-page .qualityControl-1 .box .text .dots {
        display: none !important;
    }
    .qualityControl-page .qualityControl-2 .box ul li p {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 15px;
    }
    .factory-page .factory-1 .box .right {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
        padding-bottom: 0;
    }
    .factory-page .factory-1 .box .left {
        width: 100%;
        padding-right: 0;
    }
    .factory-page .factory-2 .box .left {
        padding-right: 0;
        width: 100%;
    }
    .factory-page .factory-2 .box .right {
        display: none;
    }
    #footer #top {
        top: -30px;
    }
    .factory-page .factory-2 .box {
        padding-top: 25px;
    }
    .contact-page .left .info {
        margin: 20px 0;
    }
    .contact-page .left .info ul li {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 2;
    }
    .inner-page .form ul li {
        width: 100%;
    }
    .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        padding: 5px 10px;
    }
    .inner-page .form ul li textarea {
        height: 120px;
    }
    .inner-page .form ul li input[type="submit"] {
        padding: 4px 30px;
        font-size: 16px;
        margin-top: 0;
    }
    .inner-page .form {
        margin-top: 20px;
    }
    .contact-page {
        padding: 40px 0;
    }
    .contact-page .left {
        width: 100% !important;
        padding-right: 0;
        padding-top: 40px;
    }
    .contact-page .right {
        width: 100% !important;
        padding-left: 0;
    }
    .contact-page .left .share {
        margin-top: 10px;
    }
}
@media screen and (max-width: 700px) {
    .inner-page {
        margin-top: 40px !important;
    }
    .about-page .about-1 .box {
        padding-top: 20px;
    }
    .about-page .about-2 .box ul li .box2 .content p {
        font-size: 14px;
        line-height: 2;
    }
    .about-page .about-2 .box {
        padding-top: 20px;
    }
    .about-page .about-4 .box ul li .right,
    .about-page .about-4 .box ul li .left {
        width: 100%;
        left: 0 !important;
        text-align: left !important;
        padding: 0 !important;
    }
    .about-page .about-4 .box ul li .left {
        padding-left: 10px !important;
    }
    .about-page .about-4 .box ul {
        padding-left: 20px;
    }
    .about-page .about-4 .box ul:after {
        left: 2px;
        top: 42px;
    }
    .about-page .about-4 .box ul li:after {
        left: -18px;
        top: 42px;
    }
    .factory-page h2,
    .about-page h2,
    .contact-page h3,
    .about-page .about-1 .list ul li h6,
    .qualityControl-page .qualityControl-3 h2 {
        font-size: 22px;
        line-height: 2;
    }
    .qualityControl-page .qualityControl-1 .box {
        top: 0;
    }
    .qualityControl-page .qualityControl-1 {
        padding: 30px 0;
    }
    .qualityControl-page .qualityControl-1 .box:after {
        display: none;
    }
    .factory-page .factory-2 .box .left .list ul li .tag {
        display: block;
        width: 100%;
        padding-left: 50px;
        margin-top: 5px;
    }
    .factory-page .factory-2 .box .left .list ul li .line {
        width: 70%;
    }
}
@media screen and (max-width: 500px) {
    .news-page .nav {
        display: none;
    }
    .news-page .box {
        padding-top: 0;
    }
    .news-page .box ul li time {
      text-align: center;
    }
    .factory-page .factory-1 .box {
        margin-top: 25px;
    }
    .factory-page .factory-1 .box .right ul li h6 {
        font-size: 18px;
        line-height: 1.3;
    }
    .factory-page .factory-1 .box .right ul li p {
        font-size: 13px;
    }
    .factory-page .factory-2 .box .left .list ul li .title {
        width: 100%;
    }
    .factory-page .factory-2 .box .left .list ul li .line {
        width: 100%;
        margin: 10px 0;
    }
    .factory-page .factory-2 .box .left .list ul li .tag {
        display: none;
    }
    .factory-page .factory-2 {
        padding: 20px 0;
    }
    .qualityControl-page h2.title {
        font-size: 24px;
    }
    .qualityControl-page .qualityControl-1 .box .list {
        margin-top: 20px;
    }
    .qualityControl-page .qualityControl-1 .box .text {
        margin-top: 20px;
    }
    .qualityControl-page .qualityControl-1 .box .text p {
        margin-top: 10px;
    }
    .about-page .about-1 .list ul li p {
        font-size: 14px;
        line-height: 2;
    }
    .about-page .about-2 .box ul li {
        width: 100%;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
}
.cloudzoom-blank,
.cloudzoom-zoom-inside {
  z-index: 10;
  cursor: crosshair;
}

.right_nav_list{position:fixed;bottom:40px;right:20px;z-index:10} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:58px;height:58px;font-size:30px;background-color:#333;text-align:center;line-height:58px}
.right_nav_list ul li .text{padding:0;width:100%;height:100%}
.right_nav_list ul li:hover{background-color:#000}
.right_nav_list ul li .cont{position:absolute;left:-150px;top:0;width:150px;min-height:100%;padding:0 5px;-webkit-perspective:500px;-moz-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;transform:rotate3d(1,0,0,-90deg);-webkit-transform:rotate3d(1,0,0,-90deg);-moz-transform:rotate3d(1,0,0,-90deg);-ms-transform:rotate3d(1,0,0,-90deg);-o-transform:rotate3d(1,0,0,-90deg);opacity:0;-webkit-transition:opacity 0.3s,-webkit-transform 0.5s;transition:opacity 0.3s,-webkit-transform 0.5s;-o-transition:opacity 0.3s,-o-transform 0.5s;-moz-transition:transform 0.5s,opacity 0.3s,-moz-transform 0.5s;transition:transform 0.5s,opacity 0.3s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s;-moz-transition:-moz-transform 0.5s,opacity 0.3s;overflow:hidden;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top}
.right_nav_list ul li .cont #ewm{width:100%;background-color:#fff;border-radius:5px;padding:8px;border:1px solid #ccc}
.right_nav_list ul li:hover .cont{-webkit-transform:rotate3d(0,0,0,-90deg);-moz-transform:rotate3d(0,0,0,-90deg);transform:rotate3d(0,0,0,-90deg);opacity:1}
@media (max-width:500px){.right_nav_list{right:5px;bottom:150px}
.right_nav_list ul li{width:40px;height:40px;margin-top:5px;font-size:25px;line-height:40px}
}#pups_shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.6;z-index:21;display:none}
#seo_form_cont{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:80%;width:500px;max-width:90%;-o-box-shadow:0 0 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:22;background:white;padding:30px;overflow:auto}
#seo_form_cont h4{font-size:18px;color:#222;text-transform:capitalize;line-height:1;font-weight:bold;position:absolute;left:0;width:100%;top:0;padding:15px 20px;background:#f5f5f5;-o-box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#seo_form_cont form{margin-top:40px}
#seo_form_cont i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition:0.5s;transition:0.5s}
#seo_form_cont i.close::after,#seo_form_cont i.close::before{content:'';-webkit-transition:0.5s;transition:0.5s;width:70%;height:2px;margin-top:-1px;background:black;position:absolute;top:50%;left:15%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#seo_form_cont i.close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#seo_form_cont i.close:hover{background:#1c5715}
#seo_form_cont i.close:hover::before,#seo_form_cont i.close:hover::after{background:white}
#seo_form_cont ul li{margin-bottom:10px;position:relative}
#seo_form_cont ul li label{font-size:14px;margin-bottom:10px;display:block}
#seo_form_cont ul li label em{color:red;margin-right:2px}
#seo_form_cont ul li input,#seo_form_cont ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:0.5s;transition:0.5s;font-size:16px}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus{border-color:#1c5715}
#seo_form_cont ul li textarea{height:80px}
#seo_form_cont ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#000000;color:white;-webkit-transition:0.5s;transition:0.5s;cursor:pointer}
#seo_form_cont ul li input[type="submit"]:hover{opacity:0.7}
#seo_form_cont ul li:last-child{margin-bottom:0}


/* ===================================================
   Z-SLING SLICK SLIDER WRAPPER RIGHT GAP FIX
   =================================================== */
#banner .slick-slider,
#banner .slick-list,
#banner .slick-track,
#banner .slick-slide,
#banner .slick-slide img {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}



/* ===================================================
   Z-SLING MASTER FIX: SLICK-TRACK OVERFLOW & FULLPAGE BANNER COVER
   =================================================== */

/* 1. Prevent News and Product Slick Tracks (6560px) from overflowing viewport */
#index-body .init-1,
#index-body .init-2,
#index-body .init-2 .list,
#index-body .init-3,
#index-body .init-4,
#index-body .init-4 .list,
#index-body .init-5 {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

/* 2. Banner fullpage height + width object-fit cover */
#banner,
#banner .fp-tableCell,
#banner ul,
#banner ul li,
#banner .slick-slider,
#banner .slick-list,
#banner .slick-track,
#banner .slick-slide {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#banner img {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}



/* ===================================================
   Z-SLING BANNER HEIGHT 100% INNER DIV FIX
   =================================================== */
#banner,
#banner .fp-tableCell,
#banner ul,
#banner ul li,
#banner .slick-slider,
#banner .slick-list,
#banner .slick-track,
#banner .slick-slide,
#banner .slick-slide > div,
#banner .slick-slide > div > li {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#banner img,
#banner .slick-slide img,
#banner .slick-slide > div > li img {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}
