﻿@font-face {
  font-family: 'Swiss-721-Thin-BT';
  src: url(../../static/font/Swiss-721-Thin-BT.ttf) format('truetype'), url(../../static/font/Swiss-721-Thin-BT.eot) format('eot'), url(../../static/font/Swiss-721-Thin-BT.woff) format('woff'), url(../../static/font/Swiss-721-Thin-BT.woff2) format('woff2');
}
@font-face {
  font-family: 'Swiss-721-Win95BT';
  src: url(../../static/font/Swiss-721-Win95BT.ttf) format('truetype'), url(../../static/font/Swiss-721-Win95BT.eot) format('eot'), url(../../static/font/Swiss-721-Win95BT.woff) format('woff'), url(../../static/font/Swiss-721-Win95BT.woff2) format('woff2');
}
@font-face {
  font-family: 'Swiss721BT-BlackCondensed';
  src: url(../../static/font/Swiss721BT-BlackCondensed.ttf) format('truetype'), url(../../static/font/Swiss721BT-BlackCondensed.eot) format('eot'), url(../../static/font/Swiss721BT-BlackCondensed.woff) format('woff'), url(../../static/font/Swiss721BT-BlackCondensed.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto-Light';
  src: url(../../static/font/Roboto-Light.ttf) format('truetype'), url(../../static/font/Roboto-Light.eot) format('eot'), url(../../static/font/Roboto-Light.woff) format('woff'), url(../../static/font/Roboto-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url(../../static/font/Oswald-Bold.ttf) format('truetype'), url(../../static/font/Oswald-Bold.eot) format('eot'), url(../../static/font/Oswald-Bold.woff) format('woff'), url(../../static/font/Oswald-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../../static/font/Montserrat-Regular.ttf) format('truetype'), url(../../static/font/Montserrat-Regular.eot) format('eot'), url(../../static/font/Montserrat-Regular.woff) format('woff'), url(../../static/font/Montserrat-Regular.woff2) format('woff2');
}
body {
  font-family: "Swiss-721-Thin-BT";
  max-width: 1920px;
  margin: 0 auto;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1280px;
}
#header {
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav {
  display: inline-block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 10%;
  color: white;
  text-align: left;
}
#header .nav .ui.menu .logo {
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  display: inline-block;
/* 	background:white; */
	padding:10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .logo img {
	width:180px;
}
#header.active .nav .ui.menu .logo {
	margin:-10px 0;
	padding:10px;
}
#header .nav .ui.menu .box {
  float: right;
  padding-top: 30px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  font-family: "Montserrat-Regular";
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #1557ba;
  color: #1557ba;
}
#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;
  perspective: 500px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #1557ba;
  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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#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: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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .yuy {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
#header .nav .ui.menu .yuy ul li {
  max-width: 35px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
#header .nav .ui.menu .yuy ul li img {
  border: 1px solid white;
}
#header.active {
  padding: 10px 0;
  background: black;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
}
#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(../../static/image/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(../../static/image/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%);
  -o-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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #1557ba;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../../static/image/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../../static/image/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 15px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #1557ba;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #1557ba;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100% !important;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto;
}
.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(../../static/image/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #1557ba;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../../static/image/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../../static/image/banner-btn-r.png);
}
#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;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #1557ba !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #1557ba;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../../static/image/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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #1557ba;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner {
  display: block;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content .left {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
#banner li .content .right {
  width: 62%;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
  padding-left: 10px;
  margin-right: -7%;
  margin-top: 50px;
}
#banner li .content i {
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
}
#banner li .content h2 {
  display: block;
  font-size: 48px;
  font-family: "Oswald-Bold";
  text-transform: uppercase;
  line-height: 48px;
}
#banner li .content h2 em {
  color: #1557ba;
}
#banner li .content p {
  display: block;
  font-size: 18px;
  margin: 30px 0;
}
#banner li .content .btn a {
  display: inline-block;
  line-height: 56px;
  height: 56px;
  padding: 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  font-size: 16px;
  margin-right: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner li .content .btn a:hover,
#banner li .content .btn a.active {
  border-color: #1557ba;
  background: #1557ba;
}
#index-body {
  background: #191919;
  color: white;
}
#index-body h2 {
  color: white;
  font-size: 44px;
  font-family: "Swiss721BT-BlackCondensed";
  text-transform: uppercase;
}
#index-body p.t {
  display: block;
  font-size: 16px;
	font-family: poppins;
	font-weight: 100;
  color: #d2d2d2;
  line-height: 25px;
}
#index-body .init-1 {
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  transform: translateY(-70px);
}
#index-body .init-1 ul li {
  padding: 100px 20px;
  position: relative;
  background: #1f1f1f;
}
#index-body .init-1 ul li:nth-child(2) {
  background: #161616;
}
#index-body .init-1 ul li:nth-child(3) {
  background: #0a0a0a;
}
#index-body .init-1 ul li i {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  text-align: center;
  margin-top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 ul li i img {
  margin: 0 auto;
}
#index-body .init-1 ul li h4 {
  padding-left: 100px;
  color: white;
  font-size: 18px;
  font-family: "Swiss-721-Win95BT";
}
#index-body .init-1 ul li h4 small {
  font-size: 16px;
  font-family: "poppins";
  display: block;
  line-height: normal;
  margin-top: 10px;
	color: #929191;
	font-weight: 300;
}
#index-body .init-1 ul li:hover i {
  margin-top: -15px;
}
#index-body .init-2 .top {
  text-align: center;
}
#index-body .init-2 .top .box {
  overflow: hidden;
  padding: 0;
}
#index-body .init-2 .top h2 {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
  background: #191919;
  z-index: 1;
}
#index-body .init-2 .top h2:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  z-index: -1;
}
#index-body .init-2 .top h2:after {
  content: '';
  width: 1400px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: #2b2b2b;
  z-index: -2;
}
#index-body .init-2 .top p.t {
  max-width: 600px;
  margin: 10px auto 0;
}
#index-body .init-2 .box {
  text-align: center;
  padding: 60px 0 80px;
}
#index-body .init-2 .box .container2 {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px;
}
#index-body .init-2 .box ul li .box2 {
  display: block;
  background: #0e0e0e;
  text-align: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li .box2 .img {
  width: 60%;
  vertical-align: middle;
}
#index-body .init-2 .box ul li .box2 .content {
  width: 40%;
  vertical-align: middle;
  padding: 0 15px;
  margin-top: 50px;
}
#index-body .init-2 .box ul li .box2 .content h4 {
  display: block;
  font-family: "Swiss-721-Win95BT";
  font-size: 18px;
}
#index-body .init-2 .box ul li .box2 .content p {
  font-size: 16px;
  display: block;
  margin: 15px 0;
}
#index-body .init-2 .box ul li .box2 .content a.more {
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  color: #1557ba;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li .box2 .content a.more:hover {
  color: white;
  background: #1557ba;
}
#index-body .init-2 .box ul li .box2 .content i {
  display: block;
  position: relative;
  margin-top: 30px;
  float: right;
}
#index-body .init-2 .box ul li .box2 .content.txt-right i {
  float: left;
}
#index-body .init-2 .box ul li .box2:hover {
  background: #0f3c81;
}
#index-body .init-3 {
  padding: 80px 0 60px;
  background: #111111;
  position: relative;
}
#index-body .init-3:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(#616161, transparent 60%);
}
#index-body .init-3 .top {
  position: relative;
  z-index: 1;
}
#index-body .init-3 .top p.t {
  max-width: none;
}
#index-body .init-3 .top .left {
  vertical-align: bottom;
}
#index-body .init-3 .top .right {
  text-align: right;
  vertical-align: bottom;
}
#index-body .init-3 .top .right ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #b1b1b1;
  margin-left: 35px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .top .right ul li:hover {
  color: white;
}
#index-body .init-3 .bottom {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
#index-body .init-3 .bottom ul {
  margin: 0 -8px;
}
#index-body .init-3 .bottom ul li {
  padding: 0 8px;
}
#index-body .init-3 .bottom ul li .box {
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
#index-body .init-3 .bottom ul li .box a.img-box {
  display: block;
}
#index-body .init-3 .bottom ul li .box a.img-box img {
  width: 100%;
}
#index-body .init-3 .bottom ul li .box .content {
  display: block;
  text-align: center;
  background: white;
  padding: 10px 20px;
  border-top: 1px solid #d6d6d6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .bottom ul li .box .content h4 {
  display: block;
  font-size: 14px;
  color: black;
  line-height: 24px;
}
#index-body .init-3 .bottom ul li .box .content h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .init-3 .bottom ul li .box .content a.more {
  display: inline-block;
  margin: 10px auto 0;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #eee;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .bottom ul li .box .content a.more i {
  width: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .bottom ul li .box .content a.more i.ie1 {
  margin-right: 15px;
  background: url("../../static/image/icon-mail-black.png") center center no-repeat;
}
#index-body .init-3 .bottom ul li .box .content a.more i.ie2 {
  margin-left: 25px;
  border-left: 1px solid #eee;
  background: url("../../static/image/icon-car-black.png") center center no-repeat;
}
#index-body .init-3 .bottom ul li .box .content a.more:hover {
  background: #222;
}
#index-body .init-3 .bottom ul li .box:hover .content {
  background: #1557ba;
}
#index-body .init-3 .bottom ul li .box:hover .content h4 {
  color: white;
}
#index-body .init-3 .bottom ul li .box:hover .content a.more {
  color: white;
}
#index-body .init-3 .bottom ul li .box:hover .content a.more i.ie1 {
  background-image: url("../../static/image/icon-mail-white.png");
}
#index-body .init-3 .bottom ul li .box:hover .content a.more i.ie2 {
  background-image: url("../../static/image/icon-car-white.png");
}
#index-body .init-3 .bottom ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}
#index-body .init-3 .bottom ul .slick-arrow.slick-prev {
  background-image: url("../../static/image/icon-arrow-left.png");
  right: 100%;
  margin-right: 15px;
}
#index-body .init-3 .bottom ul .slick-arrow.slick-next {
  background-image: url("../../static/image/icon-arrow-right.png");
  left: 100%;
  margin-left: 15px;
}
#index-body .init-3 .bottom ul .slick-dots {
  text-align: center;
  padding-top: 60px;
}
#index-body .init-3 .bottom ul .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  cursor: hand;
}
#index-body .init-3 .bottom ul .slick-dots li button {
  display: none;
}
#index-body .init-3 .bottom ul .slick-dots li.slick-active {
  background: white;
}
#index-body .init-4 {
  background: url("../../static/image/init-4-1.jpg") center left;
}
#index-body .init-4 .left {
  vertical-align: middle;
  text-align: right;
  width: 55%;
}
#index-body .init-4 .left .content {
  max-width: 720px;
  text-align: left;
  display: inline-block;
  padding-right: 20px;
}
#index-body .init-4 .left .content i {
  display: block;
  font-size: 72px;
  color: rgba(255, 255, 255, 0.03);
  font-family: "Swiss721BT-BlackCondensed";
  text-transform: uppercase;
  text-align: right;
  line-height: 60px;
  margin-bottom: -10px;
}
#index-body .init-4 .left .content h2 {
  display: block;
}
#index-body .init-4 .left .content .txt {
  display: block;
  font-family: "Roboto-Light";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  margin: 30px 0 40px;
}
#index-body .init-4 .left .content .number {
  display: block;
}
#index-body .init-4 .left .content .number ul li h4 {
  display: block;
  font-size: 18px;
  font-family: "Roboto-Light";
}
#index-body .init-4 .left .content .number ul li h4 em {
  font-size: 48px;
  font-family: "Swiss721BT-BlackCondensed";
  margin-right: 5px;
}
#index-body .init-4 .left .content .number ul li p {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-family: "Arial";
}
#index-body .init-4 .left .content a.more {
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  color: white;
  font-size: 14px;
  font-family: "Roboto-Light";
  background: #3956eb;
  margin: 50px 0;
  display: inline-block;
}
#index-body .init-4 .left .content .plat ul li {
  width: auto;
  display: inline-block;
  padding: 0 15px;
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 40px;
  color: white;
}
#index-body .init-4 .left .content .plat ul li:hover {
  opacity: 1;
}
#index-body .init-4 .right {
  width: 45%;
  vertical-align: middle;
  position: relative;
}
#index-body .init-4 .right .play {
  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%);
  cursor: pointer;
  cursor: hand;
}
#index-body .init-5 {
  text-align: center;
  background: url("../../static/image/init-5-bg.jpg") center center;
  background-attachment: fixed;
  padding: 100px 0 80px;
}
#index-body .init-5 .box {
  padding-top: 50px;
}
#index-body .init-5 .box ul li {
  padding: 0 40px;
}
#index-body .init-5 .box ul li .box2 {
  padding: 20px;
  position: relative;
  margin-top: -1px;
}
#index-body .init-5 .box ul li .box2:after,
#index-body .init-5 .box ul li .box2:before {
  content: '';
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box ul li .box2:after {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
}
#index-body .init-5 .box ul li .box2:before {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  right: 0;
  bottom: 0;
}
#index-body .init-5 .box ul li .box2 i {
  display: block;
  height: 80px;
}
#index-body .init-5 .box ul li .box2 h4 {
  display: block;
  font-size: 18px;
  font-family: "Arial";
  margin: 15px 0;
}
#index-body .init-5 .box ul li .box2 p {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 25px;
  height: 75px;
}
#index-body .init-5 .box ul li .box2:hover:after,
#index-body .init-5 .box ul li .box2:hover:before {
  width: 100%;
  height: 100%;
}
#index-body .init-6 {
  text-align: center;
  background: #0c0c0c;
  padding: 60px 0 80px;
}
#index-body .init-6 .box {
  padding-top: 50px;
}
#index-body .init-6 .box img {
  margin: 0 auto;
}
#index-body .init-7 {
  padding: 80px 0 50px;
  background: url("../../static/image/init-7-bg.jpg") center center;
  background-attachment: fixed;
}
#index-body .init-7 .top {
  position: relative;
  z-index: 1;
}
#index-body .init-7 .top p.t {
  max-width: none;
  opacity: .5;
}
#index-body .init-7 .top .left {
  vertical-align: bottom;
}
#index-body .init-7 .top .left h2:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 9px;
  background: url("../../static/image/icon-line.png") center center no-repeat;
  margin-left: 15px;
}
#index-body .init-7 .top .right {
  text-align: right;
  vertical-align: bottom;
}
#index-body .init-7 .top .right ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #b1b1b1;
  margin-left: 35px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-7 .top .right ul li:hover {
  color: white;
}
#index-body .init-7 .bottom {
  padding-top: 40px;
}
#index-body .init-7 .bottom ul li {
  padding: 0 20px;
}
#index-body .init-7 .bottom ul li a.img-box {
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
#index-body .init-7 .bottom ul li a.img-box img {
  width: 100%;
}
#index-body .init-7 .bottom ul li .content {
  display: block;
  padding: 10px;
  text-align: center;
  background: #252525;
}
#index-body .init-7 .bottom ul li .content .tag {
  letter-spacing: -4px;
}
#index-body .init-7 .bottom ul li .content .tag div {
  display: inline-block;
  width: 50%;
  letter-spacing: 0;
  padding: 0 25px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
#index-body .init-7 .bottom ul li .content .tag div img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#index-body .init-7 .bottom ul li .content .tag div.time {
  font-style: italic;
}
#index-body .init-7 .bottom ul li .content h4 {
  text-align: center;
  padding: 25px 0 5px;
  font-size: 18px;
  font-family: "Swiss-721-Win95BT";
  display: inline-block;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}
#index-body .init-7 .bottom ul li .content h4 a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index-body .init-7 .bottom ul li .content h4:after {
  content: '';
  width: 0;
  height: 1px;
  background: white;
  position: absolute;
  bottom: 5px;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-7 .bottom ul li .content h4:hover:after {
  width: 100%;
}
#index-body .init-7 .bottom ul li .content p {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 25px;
}
#index-body .init-7 .bottom ul li .content a.more {
  text-align: right;
  display: block;
  margin: 30px 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
#index-body .init-7 .bottom ul li .content a.more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
#index-body .init-7 .bottom ul li .content a.more:hover {
  color: white;
}
#index-body .init-7 .bottom ul .slick-dots {
  text-align: center;
  padding-top: 60px;
}
#index-body .init-7 .bottom ul .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  cursor: hand;
  padding: 0;
}
#index-body .init-7 .bottom ul .slick-dots li button {
  display: none;
}
#index-body .init-7 .bottom ul .slick-dots li.slick-active {
  background: white;
}
.sidebar_fix {
	position:fixed;
	right:0;
	top:50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
	z-index:20;
}
.sidebar_fix li {
	position:relative;
	cursor:pointer;
	cursor:hand;
}
.sidebar_fix li>i {
	width:50px;
	height:50px;
	display:block;
	background:rgba(0,0,0,.7);
	color:white;
	font-size:22px;
	line-height:50px;
	text-align:center;
-moz-box-shadow: 0 0 5px rgba(255,255,255,.3);
-o-box-shadow: 0 0 5px rgba(255,255,255,.3);
box-shadow: 0 0 5px rgba(255,255,255,.3);
}
.sidebar_fix p i {
	font-size:18px;
	margin-right:20px;
}
.sidebar_fix p {
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	right:0;
	top:0;
	background:#1557ba;
	color:white;
	font-size:16px;
	line-height:50px;
	height:50px;
	padding:0 30px;
	transition:.5s;
	white-space:nowrap;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.sidebar_fix li:hover p {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
	z-index:1;
}
.sidebar_fix li:nth-child(4) p {
	line-height:120px;
	height:120px;
	padding:10px 30px;
}
.sidebar_fix li:nth-child(4) p img {
	max-width:100px;
	border:3px solid white;
}
.sidebar_fix li .box {
	position:absolute;
	right:0;
	bottom:0;
	width:240px;
	background:white;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	box-shadow:0 0 5px rgba(0,0,0,.3);
	overflow:hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
	z-index:-1;
}
.sidebar_fix li .box h4 {
	line-height:40px;
	color:white;
	background:#222;
	text-align:center;
	height:40px;
	font-size:16px;
}
.sidebar_fix li .box .list {
	height:167px;
	overflow:auto;
}
.sidebar_fix li .box .list ul li {
	display:block;
	letter-spacing:-5px;
	padding:10px;
	border-bottom:1px solid #eee;
}
.sidebar_fix li .box .list ul li img {
	width:30%;
	display:inline-block;
	vertical-align:middle;
}
.sidebar_fix li .box .list ul li h5 {
	width:70%;
	display:inline-block;
	vertical-align:middle;
	padding-left:15px;
	color:#333;
	font-size:13px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
	letter-spacing:0;
}
.sidebar_fix li .box .list ul li h5 span {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	display:block;
}
.sidebar_fix li .box .list ul li h5 small {
	display:block;
	margin-top:5px;
	color:#999;
}
.sidebar_fix li .box .btn {
	text-align:center;
	padding:10px;
}
.sidebar_fix li .box .btn a {
	display:inline-block;
	vertical-align:middle;
	padding:2px 15px;
	border-radius:3px;
	background:#eee;
	font-size:13px;
	margin:0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.sidebar_fix li .box .btn a:last-child {
	background:#1557ba;
	color:white;
}
.sidebar_fix li .box .btn a:hover {
	background:#222;
	color:white;
}
.sidebar_fix li:hover .box {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
	right:100%;
}
#Pro-Inquire {
	position:fixed;
	top:50%;
	left:50%;
	width:600px;
	height:auto;
	max-height:80vh;
	max-width:90vw;
	background:white;
	border-radius:5px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
  -o-box-shadow: 0 0 10px rgba(0,0,0,.2);
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
	z-index:100;
	overflow:auto;
}
#Pro-Inquire h4 {
	line-height:60px;
	height:60px;
	white-space:nowrap;
	text-align:center;
	font-size:20px;
	color:white;
	background:#222;
	position:relative;
}
#Pro-Inquire h4 i.fa {
	position:absolute;
	right:10px;
	cursor:pointer;
	cursor:hand;
	top:20px;
}
#Pro-Inquire ul {
	padding:20px;
	margin:-5px 0;
}
#Pro-Inquire ul li {
	width:100%;
	padding:5px 0;
}
#Pro-Inquire ul li input,
#Pro-Inquire ul li textarea{
	line-height:24px;
	height:40px;
	border:1px solid #eee;
	font-size:14px;
	padding:8px 10px;
	width:100%;
	resize:vertical;
}
#Pro-Inquire ul li.product {
	position:relative;
}
#Pro-Inquire ul li.product textarea {
}
#Pro-Inquire ul li.product:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
}
#Pro-Inquire ul li.message textarea {
	line-height:24px;
	height:120px;
}
#Pro-Inquire ul li.pro {
	text-align:center;
}
#Pro-Inquire ul li.pro .wpcf7-radio {
	text-align:center;
	padding:15px 0;
	display:block;
}
#Pro-Inquire ul li.pro .wpcf7-radio>span {
	display:inline-block;
	vertical-align:middle;
}
#Pro-Inquire ul li.pro .wpcf7-radio>span input {
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	cursor:pointer;
	cursor:hand;
	margin-right:15px;
}
#Pro-Inquire ul li.pro .wpcf7-radio>span span {
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
}
#footer {
  background: url("../../static/image/icon-footer-bg.png") center center #0c0c0c;
}
#footer .top {
  padding: 60px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .top h3 {
  display: block;
  color: white;
  font-size: 24px;
  font-family: "Swiss721BT-BlackCondensed";
}
#footer .top ul {
  padding-top: 40px;
  margin: -5px 0;
}
#footer .top ul li {
  display: block;
  font-size: 16px;
	font-family: poppins;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
	font-weight: 300;
  padding: 5px 0;
}
#footer .top ul li i {
  width: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
#footer .top ul li p {
  display: inline-block;
  max-width: 70%;
  vertical-align: top;
  margin-left: 5px;
}
#footer .top .left {
  padding: 0 60px;
}
#footer .top .right {
  padding: 0 60px;
  position: relative;
}
#footer .top .right:after {
  content: '';
  height: 70%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 15%;
}
#footer .bottom {
  padding: 20px 0 40px;
}
#footer .bottom .left {
  padding: 0 60px;
}
#footer .bottom .left ul {
  margin: 0 -10px;
}
#footer .bottom .left ul li {
  padding: 0 10px;
}
#footer .bottom .left ul li:nth-child(1) {
  width: 30%;
}
#footer .bottom .left ul li:nth-child(2) {
  width: 40%;
}
#footer .bottom .left ul li:nth-child(3) {
  width: 30%;
}
#footer .bottom .left ul li dl dd {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
}
#footer .bottom .left ul li dl dd:hover {
  color: white;
  text-decoration: underline;
}
#footer .bottom .right .box .ewm {
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
#footer .bottom .right .box .ewm #ewm {
  border: 5px solid white;
  border-radius: 2px;
}
#footer .bottom .right .box .ewm p {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 5px;
}
#footer .bottom .right .box .coy {
  width: 80%;
  padding-left: 30px;
  vertical-align: middle;
}
#footer .bottom .right .box .coy .share ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 10px;
  font-size: 16px;
  background: #363637;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  color: white;
  border-radius: 100%;
}
#footer .bottom .right .box .coy .share ul li a {
  display: block;
}
#footer .bottom .right .box .coy .share ul li:hover {
  background: #1760d2;
}
#footer .bottom .right .box .coy .txt {
  display: block;
  margin-top: 10px;
}
#footer .bottom .right .box .coy .txt p {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}
#footer .bottom .right .box .coy .txt p a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .bottom .right .box .coy .txt p a:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  #header {
    padding-top: 10px;
  }
  #header .nav .ui.menu .logo img {
    height: 50px;
  }
  #header .nav .ui.menu .box {
    padding-top: 15px;
  }
  #banner li .content i {
    font-size: 24px;
  }
  #banner li .content h2 {
    font-size: 34px;
    line-height: 34px;
  }
  #banner li .content p {
    margin: 20px 0;
  }
  #banner li .content .btn a {
    height: 44px;
    line-height: 44px;
  }
  #banner li .content .left {
    vertical-align: middle;
  }
  #banner li .content .right {
    margin-top: 0;
    vertical-align: middle;
  }
  #banner li .content {
    top: 50%;
  }
  #index-body .init-1 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 50px 0;
  }
  #index-body .init-1 ul li {
    padding: 60px 20px;
  }
  #index-body .init-1 ul li i {
    width: 60px;
  }
  #index-body .init-1 ul li i img {
    max-width: 100%;
  }
  #index-body .init-1 ul li h4 {
    padding-left: 70px;
  }
  #index-body h2 {
    font-size: 36px;
  }
  #banner ul.slick-dots {
    bottom: 30px;
  }
  #banner .slick-arrow,
  #index-body .init-3 .bottom ul .slick-arrow {
    width: 40px;
    height: 60px;
    background-size: 14px;
    display: none !important;
  }
  #index-body .init-2 .box ul li .box2 .content i img {
    max-width: 100px;
    margin-top: -30px;
  }
  #index-body .init-2 .box ul li .box2 .content {
    margin-top: 0;
  }
  #banner ul.slick-dots li {
    margin: 0 10px;
  }
  #index-body .init-3 .bottom ul .slick-dots {
    padding-top: 30px;
  }
  #index-body .init-4 .left .content .txt {
    margin: 20px 0;
  }
  #index-body .init-4 .left .content .number ul li h4 em {
    font-size: 34px;
  }
  #index-body .init-4 .left .content .number ul li p {
    font-size: 16px;
  }
  #index-body .init-4 .left .content a.more {
    margin: 30px 0;
  }
  #index-body .init-4 .left .content {
    padding: 0 15px;
  }
  #index-body .init-4 .left .content .plat ul li {
    padding: 0 10px;
  }
  #index-body .init-4 .left .content i {
    margin-bottom: -30px;
  }
  #index-body .init-4 .right .play {
    width: 80px;
  }
  #index-body .init-5 .box ul li {
    padding: 0 20px;
  }
  #index-body .init-5 .box ul li .box2 i {
    height: 60px;
  }
  #index-body .init-5 .box ul li .box2 i img {
    max-height: 100%;
  }
  #index-body .init-7 .bottom ul li {
    padding: 0 10px;
  }
  #index-body .init-7 .bottom ul {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 1300px) {
  .container {
    width: 970px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 16px;
  }
  #header .nav {
    padding: 0 15px;
  }
  #banner li .content i {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #index-body .init-1 ul li h4 {
    padding-left: 0;
  }
  #index-body .init-1 ul li i {
    position: static;
    height: 60px;
    margin-bottom: 10px;
    display: block;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  #index-body h2 {
    font-size: 30px;
  }
  #index-body .init-2 .box ul li {
    width: 100%;
  }
  #index-body .init-2 .box .container2 {
    max-width: 700px;
  }
  #index-body .init-3 .bottom ul li .box .content a.more i.ie1 {
    margin-right: 5px;
  }
  #index-body .init-3 .bottom ul li .box .content a.more i.ie2 {
    margin-left: 5px;
  }
  #index-body .init-3 .bottom ul li .box .content a.more {
    font-size: 14px;
  }
  #index-body .init-3 .bottom ul .slick-dots li,
  #index-body .init-7 .bottom ul .slick-dots li {
    width: 15px;
    height: 15px;
  }
  #index-body .init-3 .bottom {
    padding-top: 50px;
  }
  #index-body .init-4 .left .content i {
    font-size: 50px;
  }
  #index-body .init-4 .left .content .txt {
    margin: 10px 0;
    font-size: 16px;
    line-height: 28px;
  }
  #index-body .init-4 .left .content .number ul li h4 em {
    font-size: 26px;
  }
  #index-body .init-4 .left .content .number ul li h4 {
    font-size: 14px;
  }
  #index-body .init-4 .left .content .plat {
    display: none;
  }
  #index-body .init-5 .box ul li .box2 p {
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .init-5 .box ul li .box2 i {
    height: 40px;
  }
  #index-body .init-7 .bottom ul .slick-dots {
    padding-top: 30px;
  }
  #footer .top h3 {
    font-size: 20px;
  }
  #footer .top .left,
  #footer .top .right,
  #footer .bottom .left {
    padding: 0 15px;
  }
  #footer .top ul li,
  #footer .bottom .left ul li dl dd,
  #footer .bottom .right .box .ewm p,
  #footer .bottom .right .box .coy .txt p {
    font-size: 14px;
  }
  #footer .bottom .left ul li dl dd {
    line-height: 28px;
  }
  #footer .bottom .right .box .coy .txt p {
    line-height: 24px;
  }
  #footer .bottom .right .box .coy .share ul li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  #mobile {
    display: block;
  }
  #header {
    display: none;
  }
  #banner li .content .btn {
    display: none;
  }
  #banner li .content h2 {
    font-size: 24px;
    line-height: 24px;
  }
  #banner li .content p {
    font-size: 16px;
  }
  #banner ul.slick-dots {
    display: none !important;
  }
  #index-body .init-1 ul li i {
    height: 40px;
  }
  #index-body .init-1 ul li i img {
    max-height: 100%;
  }
  #index-body .init-1 ul li h4 {
    font-size: 16px;
  }
  #index-body .init-1 ul li h4 small {
    font-size: 14px;
  }
  #index-body .init-1 ul li {
    padding: 40px 10px;
  }
  #index-body h2 {
    font-size: 26px;
  }
  #index-body p.t {
    font-size: 14px;
  }
  #index-body .init-2 .box ul li .box2 .content a.more {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
  }
  #index-body .init-4 .left .content i {
    font-size: 42px;
  }
  #index-body .init-4 .left .content .txt {
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .init-4 .left .content .number ul li p {
    font-size: 12px;
  }
  #index-body .init-4 .left .content .number ul li h4 em {
    font-size: 22px;
  }
  #index-body .init-4 .left .content a.more {
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
  }
  #index-body .init-4 .right .play {
    width: 60px;
  }
  #index-body .init-5 {
    padding: 60px 0;
  }
  #index-body .init-5 .box ul li {
    width: 50%;
  }
  #footer .top h3 {
    font-size: 18px;
  }
  #footer .bottom .right .box .ewm {
    display: none;
  }
  #footer .bottom .right .box .coy {
    width: 100%;
    padding-left: 0;
  }
  #footer .bottom .right .box .coy .share ul li {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  #banner li .content .right {
    display: none;
  }
  #banner li .content .left {
    width: 100%;
    text-align: center;
  }
  #banner li .content p {
    font-size: 14px;
    margin: 10px 0 0;
  }
  #banner li .content i {
    font-size: 18px;
  }
  #index-body .init-1 ul li {
    width: 100%;
  }
  #index-body .init-2 .box ul li .box2 .content {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #index-body .init-2 .box ul li .box2 .img {
    width: 100%;
  }
  #index-body .init-3 .top .left {
    width: 100%;
    text-align: center;
  }
  #index-body .init-3 .top .right {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  #index-body .init-3 .bottom ul .slick-dots li,
  #index-body .init-7 .bottom ul .slick-dots li {
    margin: 0 5px;
  }
  #index-body .init-4 .left {
    width: 100%;
  }
  #index-body .init-4 .right {
    width: 100%;
  }
  #index-body .init-4 .left .content .number li {
    width: 33.333%;
  }
  #index-body .init-5 .box ul li {
    width: 100%;
  }
  #footer .top .left,
  #footer .top .right,
  #footer .bottom .left {
    width: 100%;
  }
  #footer .top ul {
    padding-top: 20px;
  }
  #footer .top .right:after {
    display: none;
  }
  #footer .top .right {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
  }
  #footer .bottom .right {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
}
.inner-banner{
  padding-top: 230px;
  color: #fff;
  text-align: center;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../static/image/inner-banner.jpg");
  background-size: cover;
}

.inner-banner .inner-tit {
  font-family: Montserrat;
	font-size: 44px;
  text-transform: uppercase;
}
.inner-banner .bread-crumbs a,
.inner-banner .bread-crumbs span {
  font-size: 15px;
	font-family: poppins;
	font-weight: 300;
  color: #fff;
}
.inner-banner .bread-crumbs a:hover {
  color: #1557ba;
}
.inner-page {
  padding: 55px 0 80px;
  font-family: 'Arial';
  font-size: 14px;
}
.inner-page .grid {
  display: inline-block;
  width: 100%;
}
.inner-page .grid > .sideBar.wide.column {
  width: 22%!important;
  float: left;
}
.inner-page .grid > .sideBar.wide.column .side-tit {
  color: #000000;
  margin-bottom: 31px;
}
.inner-page .grid > .sideBar.wide.column .side-tit h2 {
  font-size: 40px;
  line-height: 1em;
}
.inner-page .grid > .sideBar.wide.column .side-tit span {
  font-size: 14px;
}
.inner-page .grid > .sideBar.wide.column .side-tit span a {
  color: #000;
}
.inner-page .grid > .sideBar.wide.column .side-menu {
  margin-bottom: 64px;
}
.inner-page .grid > .sideBar.wide.column .side-menu li a {
  color: #000000;
  font-size: 16px;
  display: block;
  height: 40px;
  line-height: 40px;
  background: #efefef;
  padding-left: 19px;
  margin-bottom: 2px;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.inner-page .grid > .sideBar.wide.column .side-menu li li a {
  padding-left: 35px;
  position:relative;
}
.inner-page .grid > .sideBar.wide.column .side-menu li li {
	position:relative;
}
.inner-page .grid > .sideBar.wide.column .side-menu li li i {
    position: absolute;
    width: 9px;
    height: 9px;
    top: 15px;
    left: 17px;
    display: block;
	cursor:pointer;
	cursor:hand;
}
.inner-page .grid > .sideBar.wide.column .side-menu li li i:before {
    content: '';
    width: 9px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #222;
	opacity:1;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.inner-page .grid > .sideBar.wide.column .side-menu li li i:after {
    content: '';
    width: 1px;
    height: 9px;
    position: absolute;
    top: 1px;
    left: 50%;
    background: #222;
	opacity:1;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.inner-page .grid > .sideBar.wide.column .side-menu li li i.active:after {
	opacity:0;
}
.inner-page .grid > .sideBar.wide.column .side-menu li li a:after {
  content:'';
  width:5px;
  height:1px;
  background:#222;
  position:absolute;
  top:50%;
  left:19px;
  display:block;
}
.inner-page .grid > .sideBar.wide.column .side-menu li a:hover,
.inner-page .grid > .sideBar.wide.column .side-menu li a.active {
  background: #1557ba;
  color: #ffffff;
}
.inner-page .grid > .sideBar.wide.column .side-menu li a:hover:after,
.inner-page .grid > .sideBar.wide.column .side-menu li a.active:after {
  background:#fff;
}
.inner-page .grid > .sideBar.wide.column .side-contact {
  padding: 40px 24px 40px 16px;
  background: #efefef;
}
.inner-page .grid > .sideBar.wide.column .side-contact p {
  color: #000000;
  font-size: 15px;
  line-height: 25px;
  margin-top: 25px;
}
.inner-page .grid > .sideBar.wide.column .side-contact p:first-child {
  margin-top: 0;
}
.inner-page .grid > .sideBar.wide.column .side-contact p a {
  color: #000000;
}
.inner-page .grid > .sideBar.wide.column .side-contact .side-social {
  margin-top: 16px;
}
.inner-page .grid > .sideBar.wide.column .side-contact .side-social a {
  display: inline-block;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #272636;
  color: #efefef;
}
.inner-page .grid > .sideBar.wide.column .side-contact .side-social a .icon {
  margin-right: 0;
}
.inner-page .grid > .sideBar.wide.column .side-contact .side-social a:hover {
  background: #1557ba;
  color: #fff;
}
.inner-page .inner-tit {
  color: #000000;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Oswald-Bold';
}
.inner-page .inner-txt {
  color: #000000;
  font-size: 16px;
  line-height: 35px;
}
.inner-page .grid > .page-rightBar.wide.column {
  width: 78%!important;
  padding-left: 3.1rem!important;
  float: right;
}
.prodetFeedback {
  padding: 70px 0 100px;
  background: #fff;
  display: inline-block;
  width: 100%;
}
.prodetFeedback .ptForm {
  margin-top: 83px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 500;
  margin-bottom: 0;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #3d3d3d;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #bfbfbf;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #1557ba;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #1557ba;
}
.prodetFeedback .ptForm .fbBot .yzm-box {
  margin-top: 40px;
}
.prodetFeedback .ptForm .fbBot .yzm-box label {
  display: block;
}
.prodetFeedback .ptForm .fbBot .yzm-box input {
  max-width: 397px;
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbBot .yzm-box input:focus {
  height: 43px;
  border-bottom: 3px solid #1557ba;
}
.prodetFeedback .ptForm .fbBot .yzm-box img {
  display: inline-block;
}
.prodetFeedback .ptForm input[type="submit"] {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: capitalize;
  font-size: 16px;
  width: 288px;
  height: 53px;
  border: none;
  background: #1557ba;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.about-page {
  padding-bottom: 0;
}
.about-page .page-rightBar {
  /*margin-top: 83px;*/
}
.about-page .about-article .video-box {
  margin-bottom: 77px;
}
.about-page .about-article .video-box span {
  margin-top: 9px;
  color: #000000;

  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.about-page .about-article .video-box span .icon {
  font-size: 24px;
  vertical-align: middle;
}
.about-page .about-article h1 {
  margin-bottom: 33px;
}
.about-page .about-article .flbox {
  margin-top: 61px;
}
.about-page .about-article table {
	width:100% !important;
	height:auto !important;
	border:none;
}
.about-page .about-article table td {
	border:none;
}
.about-page .a-factory {
  margin-top: 86px;
  margin-bottom: 0;
}
.about-page .a-factory .head-box {
  margin-bottom: 39px;
}
.about-page .a-factory .bot-box {
  padding: 63px 0 49px;
  background: #383838;
}
.about-page .a-factory .bot-box li .con-box .tit a {
  overflow: visible;
  color: #ffffff;
}
.about-page .a-factory .bot-box li .con-box .more {
  margin-top: 17px;
  display: inline-block;
  color: #ffffff;
}
.product-yd-page {
  padding: 0;
}
.product-yd-page .procat-box {
  background: #ececec;
  padding: 47px 0 45px;
}
.product-yd-page .procat-box > .container > .grid .cat-con {
  width: 63.5%!important;
}
.product-yd-page .procat-box > .container > .grid .cat-con .tit a {
  color: #000000;
  font-size: 38px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-yd-page .procat-box > .container > .grid .cat-con .abst {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  margin: 54px 0 88px;
}
.product-yd-page .procat-box > .container > .grid .cat-con .more {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: block;
  width: 219px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #fff;
}
.product-yd-page .procat-box > .container > .grid .cat-con .more:hover {
  background: #1557ba!important;
  color: #fff;
}
.product-yd-page .procat-box > .container > .grid .cat-pic {
  width: 36.5%!important;
  text-align: right;
}
.product-yd-page .procat-box > .container > .grid .cat-pic a {
  display: inline-block;
}
.product-yd-page .procat-box:nth-of-type(2n) {
  background: #fff;
}
.product-yd-page .procat-box:nth-of-type(2n) > .container > .grid .cat-con .more {
  background: #ececec;
}
/*.cat-box {
  margin-bottom: 50px;
}*/
.cat-box .intro {
  color: #000000;
  font-size: 16px;
  line-height: 23px;
}
.cat-box .return {
  color: #000000;
  font-size: 32px;
  text-transform: uppercase;
  margin-top: 10px;
  cursor: pointer;
}
.cat-box .return .icon {
  margin-right: 0;
  margin-left: 5px;
}
.pro-advantage {
  margin-top: 54px;
}
.pro-advantage .advan-list {
  margin-top: 53px;
}
.pro-advantage .advan-list .item {
  background: #fbfbfb;
}
.pro-advantage .advan-list .item:nth-of-type(2n) {
  background: #efefef;
}
.pro-advantage .advan-list .item .grid {
  display: table;
  height: 386px;
  width: 100%;
}
.pro-advantage .advan-list .item .grid .advan-pic,
.pro-advantage .advan-list .item .grid .advan-con {
  vertical-align: middle;
  display: table-cell;
}
.pro-advantage .advan-list .item .grid .advan-pic {
  width: 21.2%!important;
}
.pro-advantage .advan-list .item .grid .advan-con {
  width: 78.8%!important;
}
.pro-advantage .advan-list .item .grid .advan-con .tit {
  margin-bottom: 20px;
  color: #000000;
  font-size: 28px;
  text-transform: uppercase;
}
.pro-advantage .advan-list .item .grid .advan-con .abst {
  color: #000000;
  font-size: 16px;
  line-height: 34px;
}
.pro-advantage .advan-list .item .grid .advan-con .abst em,
.pro-advantage .advan-list .item .grid .advan-con .abst span {
  display: block;
}
.pro-advantage .advan-list .item .grid .advan-con .abst em {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -6px;
}
.pro-advantage .advan-list .item .grid .advan-con .abst span {
  margin-bottom: 12px;
}
.pro-advantage .advan-list .item .grid .advan-con .abst span:last-child {
  margin-bottom: 0;
}
.product-page.lg-page{
  padding-bottom: 90px;
}
.product-page .pro-list ul {
  /*margin: -10px;*/
}
.product-page .pro-list li {
  padding: 10px;
  margin-bottom: 10px;
}
.prodet-parts {
  padding: 60px 0;
  background-color: #f8f8f8;
}
.product-page .pro-list li .img-box,
.prodet-parts .swiper-wrapper .img-box{
  border: 1px solid #eee;
  display: block;
}
.prodet-parts .swiper-wrapper {
  margin: -10px;
}
.prodet-parts .swiper-wrapper .swiper-slide {
  padding: 10px;
}
.product-page .pro-list li img {
  width: 100%;
}
.product-page .pro-list li .tit {
  text-align: center;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #eee;
	padding:0 10px;
}
.product-page .pro-list li .tit a {
  color: #000000;
  font-size: 14px;
  /*  text-transform: uppercase;*/
}
.product-page .pro-list li h4 {
	display:block;
	line-height:30px;
	height:30px;
	padding:0 10px;
	font-size:14px;
	background:#163e89;
	color:white;
	transition:.5s;
	text-align:center;
	cursor:pointer;
	cursor:hand;
}
.product-page .pro-list li h4 i {
	margin-right:10px;
}
.product-page .pro-list li h4:hover {
	background:#222;
}
.prodet-page {
  padding-bottom: 0;
}
.prodet-page .prodet-tit {
  color: #000000;
  font-size: 40px;
  margin-bottom: 60px;
}
.prodet-page .prodet-top .prodet-pic {
  width: 47.3%;
}
.prodet-page .prodet-top .prodet-pic img {
  width: 100%;
}

.prodet-page .prodet-top .prodet-box-one {
  width: 46.7%;
}
.prodet-page .prodet-top .prodet-box-one .pro-tit {
  color: #000000;
  font-size: 28px;
}
.prodet-page .prodet-top .prodet-box-one .btn {
	padding-top:20px;
}
.prodet-page .prodet-top .prodet-box-one .btn a {
	display:inline-block;
	vertical-align:middle;
	padding:5px 20px;
	background:#eee;
	color:#333;
	font-size:16px;
	transition:.5s;
	margin-right:15px;
}
.prodet-page .prodet-top .prodet-box-one .btn a i {
	margin-left:10px;
}
.prodet-page .prodet-top .prodet-box-one .btn a:hover {
	background:#222;
	color:white;
}
.prodet-page .prodet-top .prodet-box-one .image-thumb {
  margin-bottom: 45px;
}
.prodet-page .prodet-top .prodet-box-one .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}
.prodet-page .prodet-top .prodet-box-one  .image-gallery li {
  margin-right: 2%;
  width: 15.5%;
  padding: 0;
}
.prodet-page .prodet-top .prodet-box-one .det {
  margin: 30px 0 30px;
}
.prodet-page .prodet-top .prodet-box-one .det p {
  color: #000000;
  font-size: 20px;
  line-height: 32px;
}
.prodet-page .prodet-top .prodet-box-one .prodet-email {
  display: block;
  width: 245px;
  height: 53px;
  background: url("../../static/image/prodet-fb.jpg") no-repeat center;
}
.prodet-page .prodet-bot {
  margin: 130px 0 69px;
}
.prodet-page .prodet-bot p {
  color: #000000;
  font-size: 18px;
  line-height: 26px;
}
.prodet-parts .swiper-wrapper p {
  background:#d4d4d4;
  position:relative;
  z-index:1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding:10px;
  font-size: 16px;
  color: black;
}
.prodet-page .prodet-bot td,
.prodet-page .prodet-bot th {
  padding:5px 10px;
}
.prodet-page .prodet-parts .list .item {
  margin-bottom: 117px;
}
.prodet-page .prodet-parts .list .item:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-parts .list .item .img-box {
  width: 34.2%!important;
}
.prodet-page .prodet-parts .list .item .con-box {
  width: 65.8%!important;
  padding-left: 2.6rem!important;
}
.prodet-page .prodet-parts .list .item .con-box .tit {
  color: #000000;
  font-size: 28px;
  margin-bottom: 26px;
}
.prodet-page .prodet-parts .list .item .con-box .table-box table {
  width: 100%;
}
.prodet-page .prodet-parts .list .item .con-box .table-box table tr {
  vertical-align: top;
}
.prodet-page .prodet-parts .list .item .con-box .table-box table tr:first-child td {
  padding-bottom: 14px;
}
.prodet-page .prodet-parts .list .item .con-box .table-box table tr:last-child td {
  padding-top: 14px;
}
.prodet-page .prodet-parts .list .item .con-box .table-box table tr:nth-of-type(2) td {
  padding: 14px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.prodet-page .prodet-parts .list .item .con-box .table-box table tr td {
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.dz-page {
  padding: 0;
}
.dz-page .dz-tit {
  color: #000000;
  font-size: 30px;
  text-transform: uppercase;
}
.dz-page .dz-top {
  padding: 82px 0 40px;
}
.dz-page .dz-top .intro {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin: 21px 0 73px;
}
.dz-page .dz-top img {
  margin: 0 auto;
}
.dz-page {
  padding: 0;
}
.dz-page .cus-service{
  padding: 130px 0 108px;
  background: #e2e2e2;
}
.dz-page .cus-service .dz-tit{
  margin-bottom: 19px;
}
.dz-page .cus-service p{
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 90px;
}
.dz-page .cus-contact{
  height: 273px;
  background: url(../../static/image/cus-contact-pic.jpg) no-repeat center;
  padding-top: 54px;
  overflow: hidden;
}
.dz-page .cus-contact .dz-tit{
  color: #fff;
}
.dz-page .cus-contact p{
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}
.dz-page .cus-contact p span:last-child{
  margin-left: 72px;
}
.dz-page .dz-body {
  padding: 51px 0 110px;
  background: #f0f0f0;
}
.dz-page .dz-tit {
  color: #000000;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 53px;
}
.dz-page .dz-body .last-num .icon,
.dz-page .dz-body .last-num input {
  float: left;
  height: 19px;
  text-align: center;
  line-height: 19px;
}
.dz-page .dz-body .last-num .icon {
  margin-right: 0!important;
  width: 19px;
  font-size: 12px;
  color: #fff;
  background: #b6b6b6;
}
.dz-page .dz-body .last-num input {
  border: 1px solid #7d7d7d;
  background: #f0f0f0;
  color: #202020;
  font-size: 16px;
  -moz-appearance: textfield;
}
.dz-page .dz-body .last-num input::-webkit-outer-spin-button,
.dz-page .dz-body .last-num input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.dz-page .dz-body .dz-left-box {
  width: 48.4%!important;
  background: #fff;
}
.dz-page .dz-body .dz-left-box .dz-gallery img {
  width: 100%;
  display: none;
}
.dz-page .dz-body .dz-left-box .dz-gallery img:first-child {
  display: block;
}
.dz-page .dz-body .dz-left-box .select-box {
  padding: 31px 22px 0 27px;
}
.dz-page .dz-body .dz-left-box .select-box .sel-tit {
  color: #202020;
  font-size: 18px;
  margin-bottom: 19px;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  margin-bottom: 19px;
  cursor: pointer;
  color: #c7c7c7;
  font-size: 15px;
  float: left;
  width: 31.47%;
  margin-right: 2.79%;
  height: 49px;
  line-height: 49px;
  text-align: center;
  border: 1px solid #c7c7c7;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li:nth-of-type(3n) {
  margin-right: 0;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li:hover,
.dz-page .dz-body .dz-left-box .select-box .sel-list li.active {
  color: #d81e06;
  border-color: #d81e06;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li > i {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li.cus-filed {
  position: relative;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li.cus-filed input {
  color: #c7c7c7;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
  background: none;
  outline: none;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li.cus-filed input:focus {
  border: 1px solid #d81e06;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li.cus-filed ::-webkit-input-placeholder {
  color: #c7c7c7;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li.cus-filed :-moz-placeholder {
  color: #c7c7c7;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li.cus-filed ::-moz-placeholder {
  color: #c7c7c7;
}
.dz-page .dz-body .dz-left-box .select-box .sel-list li.cus-filed :-ms-input-placeholder {
  color: #c7c7c7;
}
.dz-page .dz-body .dz-left-box .select-box .dz-color {
  margin: 10px 0 41px;
}
.dz-page .dz-body .dz-left-box .settlement-box {
  padding: 0 22px 28px 27px;
}
.dz-page .dz-body .dz-left-box .settlement-box .item {
  padding: 0;
}
.dz-page .dz-body .dz-left-box .settlement-box .last-price span {
  color: #000000;
  font-size: 18px;
  margin-right: 6px;
}
.dz-page .dz-body .dz-left-box .settlement-box .last-price strong {
  color: #d81e06;
  font-size: 26px;
  font-weight: 500;
}
.dz-page .dz-body .dz-left-box .settlement-box .add-to-list {
  width: 31.2%;
}
.dz-page .dz-body .dz-left-box .settlement-box .add-to-list button {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  cursor: pointer;
  outline: none;
  height: 47px;
  line-height: 47px;
  width: 100%;
  background: #d81e06;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff;
  font-size: 18px;
}
.dz-page .dz-body .dz-left-box .settlement-box .add-to-list button:hover {
  background: #222;
}
.dz-page .dz-body .dz-right-box {
  padding-left: 4.9%!important;
}
.dz-page .dz-body .dz-right-box .inner-box {
  height: 100%;
  background: #fff;
}
.dz-page .dz-body .dz-right-box .inner-box .r-tit {
  line-height: 84px;
  background: #474747;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.dz-page .dz-body .dz-right-box .inner-box .last-table {
  padding-top: 29px;
  text-align: center;
}
.dz-page .dz-body .dz-right-box .inner-box .last-table input[type="checkbox"] {
  width: 16px;
  height: 16px;
  outline: none;
}
.dz-page .dz-body .dz-right-box .inner-box .last-table .t-head > .column {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
}
.dz-page .dz-body .dz-right-box .inner-box .last-table .last-list {
  margin-top: 22px;
  padding-top: 25px;
  overflow-y: auto;
  height: 420px;
}
.dz-page .dz-body .dz-right-box .inner-box .last-table .last-list .one-box {
  margin-bottom: 49px;
}
.dz-page .dz-body .dz-right-box .inner-box .last-table .last-list .one-box > .column {
  color: #000000;
  font-size: 18px;
}
.dz-page .dz-body .dz-right-box .inner-box .last-table .last-list .one-box > .column .last-num {
  display: inline-block;
}
.dz-page .dz-body .dz-right-box .inner-box .last-table .last-list .one-box > .column.t_del .icon {
  cursor: pointer;
}
.dz-page .dz-body .dz-right-box .inner-box .total-price {
  padding: 0 16px 0 12px;
  margin-top: 66px;
}
.dz-page .dz-body .dz-right-box .inner-box .total-price span {
  vertical-align: middle;
  color: #000000;
  font-size: 18px;
  display: block;
  border-bottom: 1px dashed #d7d7d7;
  padding-bottom: 14px;
  padding-left: 5px;
}
.dz-page .dz-body .dz-right-box .inner-box .total-price span em {
  color: #d81e06;
  font-size: 26px;
  display: inline-block;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form {
  margin-top: 20px;
  padding: 0 16px 0 17px;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column {
  margin: 0 0 7px 0!important;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column .ipt-txt,
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column .ipt-ipt input {
  height: 32px;
  line-height: 32px;
  color: #5a5a5a;
  font-size: 18px;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column .ipt-txt {
  background: #dbdbdb;
  padding-left: 16px!important;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column .ipt-ipt input,
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column .ipt-ipt textarea {
  display: block;
  width: 100%;
  border: none;
  background: #f0f0f0;
  outline: none;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column .ipt-ipt input {
  padding: 0 15px;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column.ipt-area .ipt-txt,
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column.ipt-area .ipt-ipt textarea {
  height: 78px;
  line-height: normal;
  padding: 8px 15px!important;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .grid.two.column.ipt-area .ipt-ipt textarea {
  resize: none;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .f-sub {
  margin-top: 19px;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .f-sub p.fl {
  margin-top: 5px;
  width: 70%;
  color: #d4d4d4;
  font-size: 16px;
  line-height: 18px;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .f-sub input[type="submit"] {
  cursor: pointer;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  height: 47px;
  background: #d81e06;
  width: 26%;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: none;
}
.dz-page .dz-body .dz-right-box .inner-box .dz-form .f-sub input[type="submit"]:hover {
  background: #222;
}
.news-page .newslist li {
  padding: 0 10px 8px 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
	display:inline-block;
	width:100%;
}
.news-page .newslist li .new-l {
	width:30%;
	float:left;
}
.news-page .newslist li .new-r {
  width: 70%;
	display:inline-block;
	padding-left:30px;
}
.news-page .newslist li .new-r h3 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.news-page .newslist li .new-r h3 a {
  color: #555;
  font-size: 18px;
}
.news-page .newslist li .new-r i.new-update,
.news-page .newslist li .new-r p.new-abst {
  color: #777;
  font-size: 14px;
}
.news-page .newslist li .new-r i.new-update {
  display: block;
  margin: 10px 0;
}
.news-page .newslist li .new-r p.new-abst {
  line-height: 1.8em;
  font-size: 15px;
}
.news-page .newslist li .new-r:hover h3 a {
  color: #1557ba;
}
.newdet-page .news {

}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #333;
}
.newdet-page .news .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.newdet-page .news .news_contents a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding: 0;
}
.contact-page .c-list-box {
  padding: 68px 0;
  background: #f9f9f9;
}
.contact-page .c-list-box .tit {
  color: #000000;
  font-size: 35px;
  margin-bottom: 50px;
font-family: "Swiss721BT-BlackCondensed";
text-transform: uppercase;
}
.contact-page .c-list-box .c-name {
  color: #676767;
  font-size: 21px;
  margin-bottom: 38px;
}
.contact-page .c-list-box .info {
  line-height: 30px;
  margin-top: 24px;
  font-size: 18px;
  color: #676767;
}
.contact-page .c-list-box .info .add {
  display: block;
  margin-bottom: 40px;
}
.contact-page .c-list-box .info .fa {
  color: #a0a0a0;
  margin-right: 16px;
  font-size: 20px;
  width: 20px;
  text-align: center;
}
.contact-page .c-list-box .info a {
  color: #676767;
}
.contact-page .c-list-box .contact-info table {
	width:100% !important;
}
.contact-page .c-list-box .contact-info table td {
	border:none;
}
.contact-page .c-list-box .contact-info table h4 {
	font-size:24px;
	color:#222;
	font-family: "Swiss721BT-BlackCondensed";
	text-transform:uppercase;
	margin-bottom:20px;
}
.contact-page .c-list-box .contact-info table p i {
	width:30px;
	display:inline-block;
	vertical-align:top;
	line-height:inherit;
}
.contact-page .c-list-box .contact-info table p {
	font-size:16px;
	line-height:28px;
}
.contact-page .c-list-box .contact-info table p em {
	display:inline-block;
	max-width:80%;
	vertical-align:top;
}
.faq-page .faq-list dt {
  color: #000000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.faq-page .faq-list dd {
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
.faq-page .history-list {
	border-left:2px solid #1557ba;
	position:relative;
}
.faq-page .history-list li {
	padding:20px 0 20px 50px;
	position:relative;
}
.faq-page .history-list li h4 {
	font-size:24px;
	color:black;
	font-family: 'Oswald-Bold';
}
.faq-page .history-list li .text {
	font-size:16px;
	line-height:28px;
	margin-top:20px;
}
.faq-page .history-list li:after {
	content:'';
	width:20px;
	height:20px;
	background:white;
	border-radius:100%;
	border:3px solid #1557ba;
	position:absolute;
	left:-11px;
	top:30px;
}
.cn-form {
  width: 100%;
  height: auto;
  padding: 35px 45px 25px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 600;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(https://www.chqcable.cn/wp-content/themes/chuangqidianlan/images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #e6212a;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 237px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product ul li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
}
.recommend-product ul li p {
  color: #222;
  margin-top: 8px;
  text-align: center;
}
.recommend-product ul li:first-child {
  margin-left: 0;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
}
.zoom-pic {
  overflow: hidden;
}
.zoom-pic img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.zoom-pic img:hover {
  transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content: '';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .around-line > li {
    float: left;
    position: relative;
    cursor: pointer;
  }
  .around-line > li > a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .around-line > li:before,
  .around-line > li:after {
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: absolute;
  }
  .around-line > li:before {
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    border-top: 1px solid rgba(0, 148, 217, 0.8);
    border-left: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:after {
    right: 0;
    bottom: 0;
    top: 100%;
    left: 100%;
    border-bottom: 1px solid rgba(0, 148, 217, 0.8);
    border-right: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:hover:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li:hover:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.m-page {
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #d81e06;
  margin-top: 38px;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  margin: 0 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  letter-spacing: normal;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child,
.m-page a:last-child {
  background-image: url(https://www.chqcable.cn/wp-content/themes/chuangqidianlan/images/m-page-arr-r.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #cdcdcd;
  box-shadow: none;
}
.m-page a:first-child {
  background-image: url(https://www.chqcable.cn/wp-content/themes/chuangqidianlan/images/m-page-arr-l.png);
}
.m-page a:hover {
  color: #fff;
  background-color: #1557ba;
}
.m-page a:active {
  background: #1557ba;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #1557ba;
}
.fbTop .screenshot,
.screenshot_form{
  display: none!important;
}
/*
.logo a img {
  width: auto;
  height: auto;
  max-width:65%;
  display: block;
}*/



.tab-tab  table td{border: 1px solid #f7f7f7;
  line-height: 1.5em;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;}
.tab-tab table{
  border: 1px solid #f7f7f7;

}

#test-video,
.video-layer{
  position: fixed;
  display: none;
}
#test-video{
  width: 690px;
  height: 400px;
  top:30%;
  left: 50%;
  margin-left: -345px;
  z-index: 1001;
}
.video-layer{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background:rgba(0,0,0,.8);
  z-index: 1000;
}
.video-box img{
  cursor: pointer;
}
.pp_gallery ul a img{
  width: 50px;
}
a.pp_previous,
a.pp_next,
#hoverNav a{
  transition: 0s;
}


.about-tab .a {    font-size: 30px;}



.i-scroll-bar {
  padding-bottom: 98px;
  /*background:#f3f3f3;*/
}
.i-scroll-bar .head-box {
  margin-bottom: 75px;
}
.i-scroll-bar .head-box .tab-arr {
  margin-top: 31px;
}
.i-scroll-bar .head-box .tab-arr .fa,
.i-scroll-bar .head-box .tab-arr a {
  display: inline-block;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background: #000;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.i-scroll-bar .head-box .tab-arr .fa:hover,
.i-scroll-bar .head-box .tab-arr a:hover {
  background: #1557ba;
}
.i-scroll-bar .head-box .tab-arr .fa {
  margin-right: 5px;
  width: 42px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  position: relative;
  top: 0;
}
.i-scroll-bar .head-box .tab-arr a {
  padding: 0 37px;
  color: #fff;
  font-size: 16px;
}
.i-scroll-bar .scroll-box {
  margin: -10px;
}
.i-scroll-bar .scroll-box li {
  width: 338px;
  padding: 10px;
}

.i-scroll-bar .scroll-box li .con-box a:hover {
  color: #ffffff!important;
}
.i-scroll-bar .scroll-box li .con-box .tit a {
  display: block;
  color: #000000;
  font-size: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-scroll-bar .scroll-box li .con-box .abst {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  margin: 21px 0 27px;
}
.i-scroll-bar .scroll-box li .con-box .more {
  color: #000000;
  font-weight: bold;
}



.wpulike.wpulike-default{
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
  display: block;
}
.post-views-box{
  position: relative;
  margin: -50px 0 0 100px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../../static/image/fw.png)!important;
  filter: none;
}
.wpulike{
  z-index: 10;
}
.wpulike.post-views-box{
  z-index: 5;
}


.nivo-directionNav{
  display: none;
}
.button-group .button {
  background-color:#1557ba !important;
}

.about-article p{
  font-size: 14px;
  font-family: poppins;
  line-height: 30px;
  margin-bottom: 10px;
}

.about-article h4{
  font-size: 20pt;
}

.about-article p strong{
  font-size: 16px;
}

.side-contact .add{

  font-size: 14px;
}
.con{background: #f8f8f8;}

.init-5 .app-list{
  margin-top: 107px;
}
.init-5 .app-list>div .the_pic img{
  width: 100%;
}
.init-5 .app-list>div .the_con{
  padding: 0 105px 0 72px;
}
.init-5 .app-list>div .layout-tab{
  height: 100%;
}
.init-5 .app-list>div .the_con .tit{
  color: #363636;
  font-size: 29px;
  line-height: 43px;
}
.init-5 .app-list>div .the_con .intro{
  margin-top: 35px;
  color: #363636;
  line-height: 24px;
  font-size: 14px;
}
.about-article h3 { font-size: 26px;
  text-align:center;
  font-weight: bold;
}

.about-article p { font-size: 14x;
  /*text-align:center;*/
}


.about-article h4 { font-size: 16px;
  text-align:center;
  font-weight: bold;
}

.about-article h5 { font-size: 14px;
  text-align:center;
  font-weight: bold;
}

@media screen and (max-width: 1000px){
  .inner-page .grid > .sideBar.wide.column {
    display: none;
  }
  .inner-page .grid > .page-rightBar.wide.column {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .cat-box .return {
    font-size: 24px;
  }
  .i-scroll-bar .scroll-box li .con-box .tit a {
    font-size: 18px;
    margin-top: 5px;
  }
  .about-page .a-factory .bot-box li .con-box .more {
    margin-top: 5px;
  }
  .inner-page .inner-tit {
    font-size: 30px;
  }
  .product-page.lg-page {
    padding-bottom: 30px;
  }
  .prodet-page .prodet-top .prodet-box-one,
  .prodet-page .prodet-top .prodet-pic {
    width: 100%;
    float: none;
  }
  .prodet-page .prodet-top .prodet-pic {
    text-align: center;
  }
  .prodet-page .prodet-top .prodet-pic img {
    width: auto;
    margin: 0 auto;
  }
  .prodet-page .prodet-tit {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .prodetFeedback .ptForm .fbBot {
    margin-bottom: 50px;
  }
  .contact-page .c-list-box .tit {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .inner-banner .inner-tit {
    font-size: 38px;
  }

}

@media screen and (max-width: 700px){
  .inner-banner {
    height: 260px;
    padding-top: 100px;
  }
  .inner-banner .inner-tit {
    font-size: 28px;
  }
  .inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
    font-size: 12px;
  }
  .about-article p {
    font-size: 12px;
    line-height: 24px;
  }
  .about-page .a-factory {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .prodetFeedback .ptForm .fbTop li {
    width: 100%;
    padding-top: 10px;
  }
  .prodetFeedback .ptForm .fbTop li input {
    height: 40px;
  }
  .prodetFeedback .ptForm .fbBot textarea {
    height: 120px;
  }
  .prodetFeedback .ptForm .fbBot textarea:focus {
    height: 120px;
  }
  .prodetFeedback .ptForm .fbBot .yzm-box input {
    max-width: 200px;
    height: 40px;
  }
  .prodetFeedback .ptForm {
    margin-top: 40px;
  }
  .prodet-page .prodet-tit {
    font-size: 20px;
  }
  .prodetFeedback {
    padding: 40px 0;
  }
  .news-page .newslist li .new-r h3 a {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 43px;
  }
  .news-page .newslist li .new-r p.new-abst {
    font-size: 12px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .newdet-page .news .news_title h1 {
    font-size: 16px;
  }
  .newdet-page .news .news_abst,.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 12px;
  }
  .newdet-page .news .news_next a {
    font-size: 12px;
    line-height: 18px;
  }
  .contact-page .c-list-box .tit {
    font-size: 24px;
  }
  .contact-page .c-list-box .c-name {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .contact-page .c-list-box .info {
    font-size: 13px;
    line-height: 24px;
  }
  .button-group .button#zh_en {
    display: none !important;
  }
	.video_box iframe {
		height:300px;
	}
	.video_box {
		width:90%;
	}
	.contact-page .c-list-box .contact-info table td {
		display:block;
	}
	.contact-page .dt .pr-10 {
		padding-right:0;
	}
	.contact-page .dt .pl-10 {
		padding-left:0;
		padding-top:20px;
	}
		.inner-banner {
		background-position: center right;
	}
	.sidebar_fix li:nth-child(1) p {
		width:220px;
	}
	.sidebar_fix li:nth-child(2) p {
		width:260px;
	}
	.sidebar_fix li:nth-child(3) p {
		width:315px;
	}
	.sidebar_fix li:nth-child(4) p {
		width:160px;
	}
}