/*@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'roboto-regular';
  src: url('../fonts/roboto-regular.eot');
  src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular.woff2') format('woff2'), url('../fonts/roboto-regular.woff') format('woff'), url('../fonts/roboto-regular.ttf') format('truetype');
}*/
body {
  font-family: "microsoft yahei";
  max-width: 1920px;
  font-weight: normal;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1130px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
}
#header .nav {
  line-height: 100px;
  height: 100px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  float: left;
  padding-left: 45px;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .logo h5 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
}
#header .nav .ui.menu .logo h5 small {
  display: block;
  font-weight: normal;
  font-size: 66.66666667%;
  text-transform: none;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: 0.5s all, line-height 0s;
  -moz-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 16px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: #70a6f1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #0054a6;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#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 .right {
  float: right;
}
#header .nav .ui.menu .right .carBox {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .right .carBox em {
  padding: 3px;
  font-size: 14px;
  background: #0054a6;
  position: absolute;
  right: -3px;
  top: -5px;
  line-height: .8;
  padding-bottom: 0;
  border-radius: 3px;
}
#header .nav .ui.menu .right .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  line-height: normal;
}
#header .nav .ui.menu .right .yuy {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 0 25px;
}
#header .nav .ui.menu .right .yuy i.fa {
  margin-left: 5px;
}
#header .nav .ui.menu .right .menuBtn {
  display: inline-block;
  vertical-align: top;
  padding: 0 40px;
  background: #0054a6;
  font-size: 16px;
  font-family: "roboto-regular";
  text-transform: capitalize;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .right .menuBtn span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#header .nav .ui.menu .right .menuBtn span img {
  margin-right: 10px;
  margin-top: 2px;
}
#header.active .nav {
  background: black;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  line-height: 80px;
  height: 80px;
}
#header.active .nav .ui.menu .menu-box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#navBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 22;
  overflow: auto;
  color: white;
  padding: 10% 0;
  display: none;
}
#navBox span.close {
  width: 40px;
  height: 40px;
  background: #222;
  position: absolute;
  right: 3%;
  top: 3%;
  cursor: pointer;
  cursor: hand;
}
#navBox span.close:after,
#navBox span.close:before {
  content: '';
  width: 80%;
  height: 2px;
  position: absolute;
  left: 10%;
  margin-top: -1px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: white;
}
#navBox span.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#navBox .ui.container {
  width: auto;
  max-width: 80%;
}
#navBox h4 {
  font-size: 16px;
  line-height: 30px;
  color: rgb(255 255 255 / 90%);
  margin-bottom: 20px;
}
#navBox .left {
  padding-right: 3%;
}
#navBox .left .list ul li {
  margin-bottom: 30px;
}
#navBox .left .list ul li .img {
  width: 30%;
  vertical-align: middle;
}
#navBox .left .list ul li .content {
  width: 70%;
  padding-left: 5%;
  vertical-align: middle;
}
#navBox .left .list ul li .content h5 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  max-width: 100%;
  line-height: 30px;
}
#navBox .left .list ul li .content h5:after {
  content: '';
  width: 95%;
  height: 6px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background: #0054a6;
}
#navBox .left .list ul li .content .text {
  font-size: 16px;
  opacity: .8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: auto;
}
#navBox .left .list ul li .content a.more {
  margin-top: 10px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
  line-height: 30px;
}
#navBox .left .list ul li .content a.more:hover {
  text-decoration: underline;
}
#navBox .left .list ul li:last-child {
  margin-bottom: 0;
}
#navBox .right {
  padding-left: 3%;
  text-align: right;
}
#navBox .right .list ul li {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 20px;
}
#navBox .right .list ul li:last-child {
  margin-bottom: 0;
}
#navBox .right .list ul li a {
  transition: .5s;
}
#navBox .right .list ul li a:hover,
#navBox .right .list ul.menu>li.active>a {
  color: #70a6f1;
}
#navBox .right .list ul li ul li {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  text-transform: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-bottom: 0;
}
#navBox .right .list ul li ul li:hover {
  color: #0054a6;
}
#navBox .right h6 {
  position: absolute;
  top: 100%;
  right: 15px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  opacity: .5;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #0054a6;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  right: 23.4375%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
#banner ul.slick-dots li {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  margin-bottom: 90px;
}
#banner ul.slick-dots li:last-child {
  margin-bottom: 0;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: white;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  min-width: 100%;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #0054a6;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #0054a6 !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
 display: none;
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  display: none;
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #0054a6;
  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%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #0054a6;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
   margin-top: 40px;
  }
}
.inner-banner .ui.container {
  position: relative;
  z-index: 3;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
  max-height: 80% !important;
}
#spotlight .header {
  background: black !important;
}
#banner {
  position: relative;
  background: #000535;
}
#banner .slideBox li {
  position: relative;
}
#banner .textBox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  z-index: 1;
}
#banner .textBox .left {
  max-width: 65%;
}
#banner .textBox h2 {
  display: block;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
}
#banner .textBox p {
  max-width: 75%;
  display: inline-block;
  font-size: 24px;
  color: #aaacbb;
  line-height: 1.8;
}
#banner .textBox a.more {
  display: inline-block;
  margin-left: 5%;
  width: 65px;
  line-height: 62px;
  height: 65px;
  border: 2px solid white;
  font-size: 16px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 100%;
}
#banner .textBox a.more:hover {
  background: #0054a6;
}
#banner .mask span {
  position: absolute;
}
#banner .mask span:nth-child(1) {
  left: -2% !important;
  top: -3%;
  max-width: 67%;
  overflow: hidden;
}
#banner .mask span:nth-child(2) {
  right: -30%;
  top: 78%;
  max-width: 95%;
    overflow: hidden;
}
span.tag {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 30px;
}
h2.title {
  font-size: 30px;
  color: #353b42;
  font-weight: bold;
  line-height: 1.6;
}
h1.title {
  font-size: 30px;
  color: #353b42;
  font-weight: bold;
  line-height: 1.6;
}
#index-body .init-1 {
  padding: 200px 0;
  background: #fff;
  color: #000;
}
#index-body .init-1 .left {
  padding-right: 5%;
}
#index-body .init-1 .left span.tag{
  color: #b2b2b2;
}
#index-body .init-1 .left h2 {
  color: #000;
}
#index-body .init-1 .left a.more {
  margin-top: 80px;
  font-size: 16px;
  display: block;
  line-height: 30px;
  color: #000;
}
#index-body .init-1 .left a.more i {
  margin-left: 15px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 0;
}
#index-body .init-1 .left a.more i img {
  margin-top: 3px;
}
#index-body .init-1 .left a.more:hover i {
  left: 10px;
}
#index-body .init-1 .right {
  margin-top: 30px;
}
#index-body .init-1 .right .text {
  font-size: 20px;
  color: #000;
  line-height: 1.8;
}
#index-body .init-1 .right .btn {
  margin-top: 115px;
}
#index-body .init-1 .right .btn a.link {
  line-height: 66px;
  height: 66px;
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  padding: 0 30px;
  color: white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 33px;
  background: #0054a6;
}
#index-body .init-1 .right .btn a.link:hover {
  background: #f7ab00;
}
#index-body .init-1 .right .btn a.more {
  margin-left: 50px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  border: none;
  background: #0054a6;
  color: white;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .right .btn a.more img {
  display: inline-block;
  vertical-align: middle;
  max-width: 40%;
  max-height: 50%;
}
/*#index-body .init-1 .right .btn a.more:hover {
  background: white;
  color: #0054a6;
}*/
#index-body .init-2 {
  padding: 90px 0 70px;
  background: #f9f9f9;
}
#index-body .init-2 .left {
  width: 40%;
  padding-right: 10%;
}
#index-body .init-2 .left a.more {
  margin-top: 60px;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
}
#index-body .init-2 .left a.more i.fa {
  margin-left: 50px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  border: none;
  background: #0054a6;
  color: white;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .left a.more:hover i.fa {
  background: #f7ab00;
}
#index-body .init-2 .right {
  width: 60%;
}
#index-body .init-2 .right .list ul li {
  margin-bottom: 15px;
  padding-left: 100px;
  position: relative;
}
#index-body .init-2 .right .list ul li:last-child {
  margin-bottom: 0;
}
#index-body .init-2 .right .list ul li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
#index-body .init-2 .right .list ul li h6 {
  font-size: 20px;
  display: inline-block;
  line-height: 1.8;
  position: relative;
  margin-bottom: 5px;
  z-index: 1;
  color: #222;
}
#index-body .init-2 .right .list ul li h6 span {
  content: '';
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: transparent;
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-2 .right .list ul li p {
  display: block;
  font-size: 16px;
  color: #898989;
  line-height: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .right .list ul li i.img2,
#index-body .init-2 .right .list ul li:hover i.img1 {
  opacity: 0;
}
#index-body .init-2 .right .list ul li:hover i.img2 {
  opacity: 1;
}
/*#index-body .init-2 .right .list ul li:hover h6 span {
  opacity: 1;
}*/
#index-body .init-2 .right .list ul li:hover h6 {
  color: #f7ab00;
}
#index-body .init-2 .right .list ul li.ie1 i {
  background-image: url("../images/icon-2-1-1.png");
}
#index-body .init-2 .right .list ul li.ie1:hover i {
  background-image: url("../images/icon-2-1-2.png");
}
#index-body .init-2 .right .list ul li.ie1:hover h6:after {
  background-color: #bee3e0;
}
#index-body .init-2 .right .list ul li:hover p {
  color: #f7ab00;
}
#index-body .init-2 .right .list ul li.ie2 i {
  background-image: url("../images/icon-2-2-1.png");
}
#index-body .init-2 .right .list ul li.ie2:hover i {
  background-image: url("../images/icon-2-2-2.png");
}
#index-body .init-2 .right .list ul li.ie2:hover h6:after {
  background-color: #f24c4c;
}
#index-body .init-2 .right .list ul li.ie2:hover p {
  text-decoration: underline;
  color: #f24c4c;
}
#index-body .init-2 .right .list ul li.ie3 i {
  background-image: url("../images/icon-2-3-1.png");
}
#index-body .init-2 .right .list ul li.ie3:hover i {
  background-image: url("../images/icon-2-3-2.png");
}
#index-body .init-2 .right .list ul li.ie3:hover h6:after {
  background-color: #f2bed3;
}
#index-body .init-2 .right .list ul li.ie3:hover p {
  text-decoration: underline;
  color: #f2bed3;
}
#index-body .init-2 .right .list ul li.ie4 i {
  background-image: url("../images/icon-2-4-1.png");
}
#index-body .init-2 .right .list ul li.ie4:hover i {
  background-image: url("../images/icon-2-4-2.png");
}
#index-body .init-2 .right .list ul li.ie4:hover h6:after {
  background-color: #8d7760;
}
#index-body .init-2 .right .list ul li.ie4:hover p {
  text-decoration: underline;
  color: #8d7760;
}
#index-body .init-2 .right .list ul li.ie5 i {
  background-image: url("../images/icon-2-5-1.png");
}
#index-body .init-2 .right .list ul li.ie5:hover i {
  background-image: url("../images/icon-2-5-2.png");
}
#index-body .init-2 .right .list ul li.ie5:hover h6:after {
  background-color: #fef264;
}
#index-body .init-2 .right .list ul li.ie5:hover p {
  text-decoration: underline;
  color: #fef264;
}
#index-body .init-2 .right .list ul li.ie6 i {
  background-image: url("../images/icon-2-6-1.png");
}
#index-body .init-2 .right .list ul li.ie6:hover i {
  background-image: url("../images/icon-2-6-2.png");
}
#index-body .init-2 .right .list ul li.ie6:hover h6:after {
  background-color: #649bfe;
}
#index-body .init-2 .right .list ul li.ie6:hover p {
  text-decoration: underline;
  color: #649bfe;
}
#index-body .init-2 .right .list ul li.ie7 i {
  background-image: url("../images/icon-2-7-1.png");
}
#index-body .init-2 .right .list ul li.ie7:hover i {
  background-image: url("../images/icon-2-7-2.png");
}
#index-body .init-2 .right .list ul li.ie7:hover h6:after {
  background-color: #7dfe64;
}
#index-body .init-2 .right .list ul li.ie7:hover p {
  text-decoration: underline;
  color: #7dfe64;
}
#index-body .init-3 {
  background-color: #fff;
  position: relative;
  padding-top: 70px;
  color: #000;
}
#index-body .init-3 span.mask {
  position: absolute;
  left: 0;
  top: -33%;
  color: white;
  max-width: 21.51041667%;
}
#index-body .init-3 h2 {
  color: #000;
}
#index-body .init-3 .left {
  padding-right: 3%;
}
#index-body .init-3 .left .btn {
  margin-top: 260px;
}
#index-body .init-3 .left .btn a {
  display: inline-block;
  vertical-align: middle;
  line-height: 70px;
  height: 70px;
  border-radius: 35px;
  border: 1px solid #d5d5d5;
  padding: 0 30px;
  font-size: 16px;
  color: #000;
  min-width: 220px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
  margin-right: 10px;
}
#index-body .init-3 .left .btn a:last-child {
  margin-right: 0;
}
#index-body .init-3 .left .btn a:hover {
  background-color: #0054a6;
  border-color: #0054a6;
  color: #fff;
}
#index-body .init-3 .right .slide {
  display: block;
  margin-bottom: 15px;
}
#index-body .init-3 .right .slide h6 {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 30px;
}
#index-body .init-3 .right .slide h6 i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#index-body .init-3 .right .slide .text {
  font-size: 16px;
  color: #a1a1a1;
  line-height: 30px;
}
#index-body .init-3 .right .slide:last-child {
  margin-bottom: 0;
}
#index-body .init-4 {
  padding: 130px 0 200px;
  background-color: #fff;
  position: relative;
  color: white;
}
#index-body .init-4 span.mask {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 22.08333333%;
}
#index-body .init-4 h3 {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
#index-body .init-4 .list {
  margin-top: 40px;
}
#index-body .init-4 .list ul {
  margin: -2px;
}
#index-body .init-4 .list ul li {
  padding: 2px;
}
#index-body .init-4 .list ul li .box {
  position: relative;
  display: block;
  overflow: hidden;
}
#index-body .init-4 .list ul li .box img {
  width: 100%;
}
#index-body .init-4 .list ul li .box .content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 18px;
  color: white;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.3s ease;
}
#index-body .init-4 .list ul li .box h4 {
  font-size: 16px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.2em;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list ul li .box> h4 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 18px;
  width: 100%;
}
#index-body .init-4 .list ul li .box .content .text a{
  margin: 10px auto;
  font-size: 12px;
  line-height: 32px;
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #fff;
  background: #f7ab00;
  display: block;
  width: 96px;
  text-align: center;
}
#index-body .init-4 .list ul li .box .content .text a:hover{
  background: #0054a6;
}
#index-body .init-4 .list ul li .box .content a.more {
  float: right;
  font-size: 16px;
  position: relative;
  z-index: 1;
  bottom: 5px;
}
#index-body .init-4 .list ul li .box .content a.more:after {
  content: '';
  width: 95%;
  height: 6px;
  background-color: #0054a6;
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-4 .list ul li .box .content a.more img {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
#index-body .init-4 .list ul li .box .content a.more.active:after {
  opacity: 1;
}
#index-body .init-4 .list ul li .box:hover .content {
  opacity: 1;
}
#index-body .init-4 .list ul li .box:hover > h4 {
  opacity: 0;
}
#index-body .init-4 .dotsList {
  margin-top: 75px;
  text-align: center;
}
#index-body .init-4 .dotsList ul li {
  margin: 0 35px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #494949;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 8px;
  height: 8px;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-4 .dotsList ul li button {
  display: none;
}
#index-body .init-4 .dotsList ul li.slick-active {
  background-color: #000;
  border-color: #000;
}
#index-body .init-5 {
  padding: 120px 0 130px;
  background: url("/hnhctex/2024/04/28/di.png") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
#index-body .init-5 span.tag,
#index-body .init-5 h2 {
  color: white;
}
#index-body .init-5 .list {
  padding: 40px 0;
}
#index-body .init-5 .list ul {
  margin: -9px;
}
#index-body .init-5 .list ul li {
  padding: 9px;
}
#index-body .init-5 .list ul li a.img-box {
  display: block;
}
#index-body .init-5 .list ul li .content {
  padding: 18px 15px 30px;
  background: white;
}
#index-body .init-5 .list ul li .content h5 {
  font-size: 16px;
  color: #2b2a2a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list ul li .content h5:hover {
  color: #0054a6;
}
#index-body .init-5 .list ul li .content time {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #818181;
  line-height: 30px;
}
#index-body .init-5 a.more {
  font-size: 16px;
  line-height: 66px;
  display: block;
  width: 244px;
  max-width: 80%;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  border-radius: 32px;
  color: #000;
  transition: 0.3s ease;
}
#index-body .init-5 a.more:hover {
  background: #f7ab00;
  color: #fff;
}
#index-body .init-5 a.more img {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 a.more:hover img {
  left: 10px;
}
#index-body .init-6 {
  background: #eff3f8;
  padding: 45px 0 70px;
}
#index-body .init-6 .box {
  margin-top: 35px;
}
#index-body .init-6 .box .left {
  width: 100%;
  vertical-align: middle;
}
#index-body .init-6 .box .left ul {
  margin: -10px;
}
#index-body .init-6 .box .left ul li {
  padding: 10px;
}
#index-body .init-6 .box .left ul li img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#index-body .init-6 .box .left ul li img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#index-body .init-6 .box .right {
  width: 20%;
  text-align: right;
  vertical-align: middle;
  display: none;
}
#index-body .init-6 .box .right a.more {
  display: inline-block;
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 100%;
  text-align: center;
  font-size: 16px;
  color: white;
  background: #0054a6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .box .right a.more:hover {
  background: #222;
}
#footer .footer-top {
  padding: 80px 0;
  color: white;
  background: black;
}
#footer .footer-top .left {
  width: 40%;
  padding-right: 5%;
}
#footer .footer-top .left .info {
  font-size: 16px;
  line-height: 1.4;
  padding-top: 1em;
}
#footer .footer-top .left .info p {
  display: flex;
  margin-top: 1.5em;
}
#footer .footer-top .left .info p i {
  width: 1.2em;
  margin-right: .5em;
  flex-shrink: 0;
  text-align: center;
}
#footer .footer-top .right {
  width: 60%;
}
#footer .footer-top .right .box2 {
  margin: -10px;
}
#footer .footer-top .right .box2 .slide {
  padding: 10px;
}
#footer .footer-top .right .box2 .slide span.h6 {
  font-size: 20px;
  position: relative;
  display: block;
  margin-bottom: 1.2em;
  margin-top: 1.1em;
}
#footer .footer-top .right .box2 .slide span.h6:before {
  content: '';
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  position: absolute;
  top: .47em;
  right: 110%;
}
#footer .footer-top .right .box2 .slide .list {
  font-size: 16px;
  line-height: 1.2;
}
#footer .footer-top .right .box2 .slide .list li {
  margin-bottom: .7em;
}
#footer .footer-top .right .box2 .slide .list li:hover {
  text-decoration: underline;
}
#footer .footer-top .right .box2 .slide .list li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .right .box2 .slide:nth-child(1) {
  width: 35%;
}
#footer .footer-top .right .box2 .slide:nth-child(2) {
  width: 27%;
}
#footer .footer-top .right .box2 .slide:nth-child(3) {
  width: 38%;
}
#footer .footer-top .right a.more {
  display: block;
  line-height: 4.125em;
  height: 4.125em;
  padding: 0 1em;
  min-width: 240px;
  border-radius: 2.2em;
  background: #0054a6;
  font-size: 16px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}
#footer .footer-top .right a.more:hover {
  background: white;
  color: #0054a6;
}
#footer .footer-top .right .ewm {
  margin: 60px 0 90px;
  display: flex;
  justify-content: space-between;
}
#footer .footer-top .right .ewm #ewm {
  border: 4px solid white;
}
#footer .footer-top .right .ewm>div {
  width: 48%;
}
#footer .footer-top .right .share {
  display: flex;
  justify-content: space-around;
  font-size: 20px;
}
#footer .footer-top .right .share a {
  width: 2em;
  height: 2em;
  border: 1px solid white;
  border-radius: 100%;
  margin: 0 .5em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
}
#footer .footer-top .right .share a:hover {
  background-color: #0054a6;
}
#top {
  line-height: 48px;
  height: 58px;
  border-radius: 100%;
  border: 2px solid white;
  width: 58px;
  text-align: center;
  font-size: 40px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  position: fixed;
  right:25px;
  bottom: 120px;
  z-index: 999;
  background: #0054a6;
  border-color: #0054a6;
}
#top:hover {
  background: #f7ab00;
  border-color: #f7ab00;
}
#footer .footer-bottom .flex {
  font-size: 16px;
  padding: .5em 0;
  color: rgba(0, 0, 0, 0.66);
  text-align: center;
}
#footer .footer-bottom .flex p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5em;
}
#footer .footer-bottom .flex svg {
  max-height: 1.6em;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  fill: rgba(0, 0, 0, 0.66);
  transition: .5s;
}
#footer .footer-bottom .flex svg:hover {
  fill: #0054a6;
}
#footer .footer-bottom .flex a {
  transition: .5s;
}
#footer .footer-bottom .flex a:hover {
  color: #0054a6;
}
@media screen and (max-width: 1400px) {
  #header .nav .ui.menu .logo h5 {
    font-size: 20px;
  }
  #header .nav .ui.menu .right .menuBtn {
    padding: 0 20px;
  }
  #header .nav .ui.menu .right .yuy {
    margin: 0 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
    font-size: 14px;
  }
  #banner .textBox h2 {
    font-size: 36px;
  }
  #banner .textBox p {
    font-size: 20px;
  }
  #banner .textBox a.more {
    width: 44px;
    height: 44px;
    line-height: 42px;
  }
  #banner ul.slick-dots {
    right: 5%;
  }
  #banner ul.slick-dots li {
    margin-bottom: 30px;
  }
  #banner .mask span:nth-child(1) {
    left: 2%;
  }
  #index-body .init-1 {
    padding: 120px 0;
  }
  h2.title {
    font-size: 36px;
  }
  #index-body .init-1 .right .text {
    font-size: 16px;
  }
  #index-body .init-1 .right .btn a.link,
  #index-body .init-3 .left .btn a,
  #footer .footer-top .right a.more {
    line-height: 44px;
    height: 44px;
    font-size: 14px;
  }
  #index-body .init-1 .right .btn a.more,
  #index-body .init-2 .left a.more i.fa,
  #index-body .init-6 .box .right a.more,
  #top {
    line-height: 44px;
    height: 44px;
    width: 44px;
  }
  span.tag {
    font-size: 14px;
  }
  #index-body .init-2 .right .list ul li h6 {
    font-size: 18px;
  }
  #index-body .init-2 .right .list ul li p {
    font-size: 16px;
  }
  #index-body .init-2 .right .list ul li i {
    width: 34px;
    background-size: 100% auto;
  }
  #index-body .init-2 .right .list ul li {
    padding-left: 60px;
  }
  #index-body .init-3 span.mask {
    top: -24%;
  }
  #index-body .init-3 .right .slide h6 i {
    max-width: 40px;
  }
  #index-body .init-3 .right .slide .text {
    font-size: 16px;
  }
  #index-body .init-4 .dotsList ul li {
    margin: 0 15px;
  }
  #index-body .init-4 .dotsList {
    margin-top: 30px;
  }
  #index-body .init-4 {
    padding: 80px 0 120px;
  }
  #index-body .init-5 {
    padding: 80px 0;
  }
  #index-body .init-5 .list ul li .content {
    padding: 15px;
  }
  #index-body .init-5 .list ul li .content time {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header {
    
  }
  #header .nav .ui.menu .menu-box {
    display: none !important;
  }
  #header .nav {
    line-height: 70px;
    height: 70px;
  }
  #header .nav .ui.menu .right .yuy {
    margin: 0 5px;
  }
  #navBox .right .list ul li {
    font-size: 28px;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 0px;
  }
  #banner .textBox h2,
  h2.title {
    font-size: 32px;
  }
  #banner .textBox p {
    font-size: 16px;
  }
  #index-body .init-1 .right .btn a.link {
    margin-right: 15px;
  }
  #index-body .init-1 .left a.more,
  #index-body .init-2 .left a.more,
  #index-body .init-5 a.more {
    font-size: 16px;
  }
  #index-body .init-1 .right .btn {
    margin-top: 60px;
  }
  #index-body .init-1 {
    padding: 70px 0;
  }
  #index-body .init-2 {
    padding: 60px 0;
  }
  #index-body .init-2 .left {
    padding-right: 5%;
  }
  #index-body .init-2 .left a.more i.fa {
    margin-left: 25px;
  }
  #index-body .init-3 .left .btn a {
    padding: 0 20px;
    min-width: auto;
  }
  #index-body .init-4 .list ul li .box .content .text {
    line-height: 30px;
    height: 100px;
  }
  #index-body .init-4 .list ul li .box h4 {
    line-height: 1.8;
  }
  #index-body .init-4 .list ul li .box .content a.more {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .init-4 .list ul li .box .content a.more img {
    max-width: 18px;
  }
  #index-body .init-4 {
    padding: 80px 0 60px;
  }
  #index-body .init-5 .list ul li .content h5 {
    font-size: 16px;
    height: auto;
  }
  #index-body .init-5 .list ul li .content time {
    margin-top: 10px;
  }
  #index-body .init-6 .box {
    margin-top: 20px;
  }
  #index-body .init-6 {
    padding: 40px 0;
  }
  #footer .footer-top .right a.more {
    padding: 0 20px;
    min-width: auto;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header .nav .ui.menu .logo h5{
    display: none;
  }
  #banner .textBox h2,
  h2.title {
    font-size: 28px;
  }
  #banner .textBox p {
    font-size: 16px;
    line-height: 30px;
  }
  #banner .textBox a.more,
  #index-body .init-1 .right .btn a.more,
  #index-body .init-2 .left a.more i.fa,
  #index-body .init-6 .box .right a.more,
  #top {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
  #top {
    font-size: 30px;
    line-height: 30px;
  }
  #index-body .init-1 .right .btn a.link,
  #index-body .init-3 .left .btn a,
  #footer .footer-top .right a.more {
    line-height: 36px;
    height: 36px;
  }
  #index-body .init-1 .right .btn a.link {
    padding: 0 15px;
  }
  #index-body .init-1 .right .btn a.more {
    margin-left: 10px;
  }
  #index-body .init-1 .left a.more i img {
    max-width: 20px;
  }
  #index-body .init-3 .left .btn a {
    margin-bottom: 10px;
  }
  #index-body .init-4 .list ul li .box .content {
    padding: 0 10px;
  }
  #index-body .init-4 .list ul li .box h4 {
    font-size: 14px;
  }
  #index-body .init-4 .list ul li .box .content .text {
    margin: 3px 0;
  }
}
@media screen and (max-width: 700px) {
  #header .nav .ui.menu .logo{

    padding-left: 10px;
  }
 
  #header.active .nav .ui.menu .menu-box{
    display: none;
  }
#navBox .left{
  display: none;
}
  .ui.container {
    width: 100%;
  }
  #banner .textBox h2,
  h2.title {
    font-size: 36px;
  }
  #navBox .right .list ul li{
     font-size: 26px;
    line-height: 1.6;
  }
  #banner .textBox .left {
    max-width: 80%;
  }
  #banner .textBox h2 {
    margin-bottom: 10px;
  }
  #index-body .init-1 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-1 .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .init-1 .left a.more {
    margin-top: 15px;
  }
  #index-body .init-1 .right .text {
    font-size: 18px;
  }
  #index-body .init-1 .right .btn {
    margin-top: 30px;
  }
  #index-body .init-2 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  #index-body .init-2 .left a.more {
    margin-top: 15px;
  }
  #index-body .init-3 span.mask {
    top: -5%;
  }
  #index-body .init-3 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-3 .right {
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
  }
  #index-body .init-3 .left .btn {
    margin-top: 30px;
  }
  #index-body .init-5 .list ul li .content {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 500px) {
  /*#banner .textBox {
    display: none;
  }*/
  #banner .textBox h2,
  h2.title {
    font-size: 20px;
    line-height: 1.8;
  }
  span.tag {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .init-1 .right .btn a.link,
  #index-body .init-3 .left .btn a,
  #footer .footer-top .right a.more {
    font-size: 16px;
  }
  #index-body .init-1 .right .btn a.link {
    margin-right: 5px;
  }
  #index-body .init-3 .right .slide h6 i {
    max-width: 30px;
    margin-right: 4px;
  }
  #index-body .init-3 .right .slide .text {
    font-size: 16px;
  }
  #index-body .init-4 .list ul li .box h4 {
    font-size: 18px;
  }
  #index-body .init-4 .list ul li .box .content .text {
    margin: 10px 0;
    font-size: 16px;
  }
  #index-body .init-4 .dotsList {
    display: none;
  }
  #index-body .init-5 {
    padding: 50px 0;
  }
  #index-body .init-5 .list {
    padding: 20px 0;
  }
  #banner ul.slick-dots li {
    margin-bottom: 10px;
  }
}
.inner-banner {
  padding-top: 200px;
  height: 590px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.inner-banner .mask span {
  position: absolute;
}
.inner-banner .mask span:nth-child(1) {
  left: 3%;
  top: -10%;
  max-width: 21.25%;
}
.inner-banner .mask span:nth-child(2) {
  right: 0;
  top: 60%;
  max-width: 30.9375%;
  z-index: 2;
}
.inner-banner span.tag {
  margin-bottom: 20px;
  color: white;
}
.inner-banner h2 {
  font-size: 36px;
  font-weight: bold;
  color: white;
  line-height: 1.6;
}
.inner-banner .box {
  position: relative;
  z-index: 1;
}
.inner-banner .left {
  vertical-align: bottom;
  padding-right: 0;
}
.inner-banner .left .mbx {
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
  color: white;
}
.inner-banner .left .mbx a:hover {
  text-decoration: underline;
}
.inner-banner .left .mbx span {
  color: #70a6f1;
}
.inner-banner .right {
  vertical-align: bottom;
  margin-bottom: 20px;
  text-align: right;
}
.inner-banner .right a.more {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid white;
  font-size: 16px;
  color: white;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  border-radius: 100%;
}
.inner-banner .right a.more:hover {
  background: #0054a6;
}
.product-page .productContent .list ul {
  margin: -2px;
}
.product-page .productContent .list ul li {
  padding: 2px;
}
.product-page .productContent .list ul li .box {
  position: relative;
  display: block;
}
.product-page .productContent .list ul li .box img {
  width: 100%;
}
.product-page .productContent .list ul li .box .content {
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 0 10px 0;
  color: #fff;
  width: 270px;
}
.product-page .productContent .list ul li .box .content h4 {
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .productContent .list ul li .box .content .text {
  margin: 10px 0;
  font-size: 14px;
  line-height: 28px;
  padding-right: 5px;
  overflow: auto;
  height: 60px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .productContent .list ul li .box .content a.more { 
  font-size: 16px;
  line-height: 30px;
  position: relative;
  z-index: 1;
}
.product-page .productContent .list ul li .box .content a.more:after {
  content: '';
  width: 95%;
  height: 6px;
  background-color: #0054a6;
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.product-page .productContent .list ul li .box .content a.more img {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.product-page .productContent .list ul li .box .content a.more.active:after {
  opacity: 1;
}
.product-page .productContent .list ul li .box:hover .content h4,
.product-page .productContent .list ul li .box:hover .content .text {
  opacity: 1;
}
.product-page .productContent .dotsList {
  margin-top: 75px;
  text-align: center;
}
.product-page .productContent .dotsList ul li {
  margin: 0 35px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #494949;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 8px;
  height: 8px;
  cursor: pointer;
  cursor: hand;
}
.product-page .productContent .dotsList ul li button {
  display: none;
}
.product-page .productContent .dotsList ul li.slick-active {
  background-color: #000;
  border-color: #000;
}
.product-page .product-1 {
  padding: 70px 0 100px;
  background-color: #fff;
  position: relative;
}
.product-page .product-1 span.mask {
  position: absolute;
  left: 0;
  top: -18%;
  color: white;
  max-width: 20.83333333%;
}
.product-page .product-1 span.tag {
  color: #70a6f1;
}
.product-page .product-1 h2 {
  color: #000;
}
.product-page .product-1 .top {
  display: inline-block;
}
.product-page .product-1 .top p{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding-top: 15px;
    width: 750px;
}
.product-page .product-1 a.more3 {
  line-height: 66px;
  height: 66px;
  padding: 0 20px;
  border: 1px solid #70a6f1;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  float: right;
  border-radius: 33px;
  position: relative;
  z-index: 3;
}
.product-page .product-1 a.more3:hover {
  background-color: #f7ab00;
  color: #fff;
  border-color: #f7ab00;
}
.product-page .product-1 a.more2 {
  float: right;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.9);
}
.product-page .product-1 a.more2 i.fa {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 60px;
  height: 60px;
  line-height: 58px;
  border-radius: 100%;
  text-align: center;
  background: #0054a6;
  color: white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 a.more2:hover i.fa {
  background: #f7ab00;
  color: #fff;
}
.product-page .product-1 .list {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.product-page .product-2 {
  padding-top: 75px;
  position: relative;
  z-index: 1;
  background: #f6f7f9;
}
.product-page .product-2 .box {
  margin-top: 28px;
  background: white;
  position: relative;
}
.product-page .product-2 .box:after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  width: 50%;
}
.product-page .product-2 .box .left {
  padding-right: 4%;
  vertical-align: middle;
  width: 57%;
}
.product-page .product-2 .box .left .img {
  height: 410px;
  line-height: 410px;
  background-size: cover;
  background-position: center center;
}
.product-page .product-2 .box .left .img .list2 {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0 5%;
  line-height: normal;
}
.product-page .product-2 .box .left .img .list2 ul {
  margin: -15px;
}
.product-page .product-2 .box .left .img .list2 ul li {
  padding: 15px;
}
.product-page .product-2 .box .left .img .list2 ul li h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 5px;
}
.product-page .product-2 .box .left .img .list2 ul li h3 sub,
.product-page .product-2 .box .left .img .list2 ul li h3 sup {
  font-size: 38.88888889%;
  color: #fff;
  margin-left: 5px;
}
.product-page .product-2 .box .left .img .list2 ul li h3 sub {
  vertical-align: baseline;
}
.product-page .product-2 .box .left .img .list2 ul li h3 sup {
  vertical-align: top;
}
.product-page .product-2 .box .left .img .list2 ul li p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.product-page .product-2 .box .right {
  vertical-align: middle;
  width: 43%;
  position: relative;
  padding-right: 5%;
  padding-left: 1%;
}
.product-page .product-2 .box .right h3 {
  font-size: 30px;
  color: #353b42;
  font-weight: bold;
  line-height: 1.6;
}
.product-page .product-2 .box .right .form {
  margin-top: 45px;
}
.product-page .product-2 .box .right .form ul li {
  margin-bottom: 30px;
  position: relative;
}
.product-page .product-2 .box .right .form ul li label {
  display: inline-block;
  padding: 0 5px;
  font-size: 16px;
  line-height: 30px;
  color: #353b42;
  font-weight: bold;
  background: white;
  position: absolute;
  top: 0;
  left: 6%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-page .product-2 .box .right .form ul li input,
.product-page .product-2 .box .right .form ul li textarea {
  line-height: 60px;
  height: auto;
  border-radius: 15px;
  padding: 0 30px;
  border: 1px solid #353535;
  font-size: 16px;
  color: black;
  width: 100%;
}
.product-page .product-2 .box .right .form ul li textarea{
  height: 140px;
  line-height: 30px;
  padding: 30px;
  border-radius: 15px;
}
.product-page .product-2 .box .right .form ul li input::-webkit-input-placeholder,
.product-page .product-2 .box .right .form ul li textarea::-webkit-input-placeholder {
  color: #cdcdcd;
}
.product-page .product-2 .box .right .form ul li input:-moz-placeholder,
.product-page .product-2 .box .right .form ul li textarea:-moz-placeholder {
  color: #cdcdcd;
}
.product-page .product-2 .box .right .form ul li input::-moz-placeholder,
.product-page .product-2 .box .right .form ul li textarea::-moz-placeholder {
  color: #cdcdcd;
}
.product-page .product-2 .box .right .form ul li input:-ms-input-placeholder,
.product-page .product-2 .box .right .form ul li textarea:-ms-input-placeholder {
  color: #cdcdcd;
}
.product-page .product-2 .box .right .form ul li input::placeholder,
.product-page .product-2 .box .right .form ul li textarea::placeholder {
  color: #cdcdcd;
}
.product-page .product-2 .box .right .form ul li input[type="submit"] {
  margin-top: 10px;
  width: 60%;
  margin-left: auto;
  display: block;
  border: none;
  background: #0054a6;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-2 .box .right .form ul li input[type="submit"]:hover {
  background: #222;
}
.product-page .product-2 .box .right .form ul li:last-child {
  margin-bottom: 0;
}
.product-page .product-2 .list {
  margin-top: 35px;
  padding: 25px 80px;
  margin-bottom: 10px;
  background: #f6f7f9;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.product-page .product-2 .list ul {
  margin: -10px;
}
.product-page .product-2 .list ul li {
  padding: 10px;
  cursor: pointer;
  cursor: hand;
}
.product-page .product-2 .list ul li i {
  display: block;
  height: 65px;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-2 .list ul li .img {
  position: relative;
}
.product-page .product-2 .list ul li i.img2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.product-page .product-2 .list ul li:hover i.img2 {
  opacity: 1;
}
.product-page .product-2 .list ul li:hover i.img1 {
  opacity: 0;
}
.product-page .product-2 .list ul li h6 {
  font-size: 16px;
  line-height: 30px;
  margin-top: 8px;
}
.product-page .product-2 .list ul li.ie1 i {
  background-image: url("../images/icon-2-1-1.png");
}
.product-page .product-2 .list ul li.ie1:hover i {
  background-image: url("../images/icon-2-1-2.png");
}
.product-page .product-2 .list ul li.ie2 i {
  background-image: url("../images/icon-2-2-1.png");
}
.product-page .product-2 .list ul li.ie2:hover i {
  background-image: url("../images/icon-2-2-2.png");
}
.product-page .product-2 .list ul li.ie3 i {
  background-image: url("../images/icon-2-3-1.png");
}
.product-page .product-2 .list ul li.ie3:hover i {
  background-image: url("../images/icon-2-3-2.png");
}
.product-page .product-2 .list ul li.ie4 i {
  background-image: url("../images/icon-2-4-1.png");
}
.product-page .product-2 .list ul li.ie4:hover i {
  background-image: url("../images/icon-2-4-2.png");
}
.product-page .product-2 .list ul li.ie5 i {
  background-image: url("../images/icon-2-5-1.png");
}
.product-page .product-2 .list ul li.ie5:hover i {
  background-image: url("../images/icon-2-5-2.png");
}
.product-page .product-2 .list ul li.ie6 i {
  background-image: url("../images/icon-2-6-1.png");
}
.product-page .product-2 .list ul li.ie6:hover i {
  background-image: url("../images/icon-2-6-2.png");
}
.product-page .product-2 .list ul li.ie7 i {
  background-image: url("../images/icon-2-7-1.png");
}
.product-page .product-2 .list ul li.ie7:hover i {
  background-image: url("../images/icon-2-7-2.png");
}
.product-page .product-2 .list ul .slick-arrow {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
  border: none;
  font-size: 0;
  z-index: 1;
  color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-2 .list ul .slick-arrow:after {
  content: '';
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #70a6f1;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-2 .list ul .slick-arrow.slick-prev {
  left: 10px;
}
.product-page .product-2 .list ul .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
.product-page .product-2 .list ul .slick-arrow.slick-next {
  right: 10px;
}
.product-page .product-2 .list ul .slick-arrow.slick-next:after {
  content: "\f0da";
}
.product-page .product-2 .list ul .slick-arrow:hover {
  background: #0054a6;
}
.product-page .product-2 .list ul .slick-arrow:hover:after {
  color: white;
}
.product-page .product-2 .list .slick-track,
.product-page .product-2 .list .slick-list,
.product-page .product-2 .list .slick-slider {
  position: static;
}
.product-page .product-1-2 span.tag {
  color: #000;
}
.product-page .product-3 {
  padding-bottom: 50px;
  text-align: center;
  background: #fff;
  position: relative;
}
.product-page .product-3 span.mask {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 22.08333333%;
}
.product-page .product-3 h3 {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  opacity: .9;
}
.product-page .product-3 .titleList {
  max-width: 330px;
  display: block;
  margin: 20px auto 30px;
}
.product-page .product-3 .titleList ul li {
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  opacity: .9;
}
.product-page .product-3 .titleList ul .slick-arrow {
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  font-size: 0;
  color: transparent;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-page .product-3 .titleList ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  right: 100%;
}
.product-page .product-3 .titleList ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  left: 100%;
}
.product-page .product-3 .iconList {
  padding: 0 3%;
}
.product-page .product-3 .iconList ul {
  margin: 0 -15px;
}
.product-page .product-3 .iconList ul li {
  padding: 0 15px;
}
.product-page .product-3 .iconList ul li img {
  display: block;
  margin: 0 auto;
  opacity: .3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  max-width: 77px;
}
.product-page .product-3 .iconList ul li img:hover {
  opacity: 1;
}
.product-page .product-3 .iconList ul .slick-current li img {
  opacity: 1;
}
.product-page .product-4 {
  padding: 50px 0 30px;
  background: url("../images/product-4-bg.jpg") center center no-repeat;
  background-size: cover;
}
.product-page .product-4 .list {
  padding: 50px 0 70px;
}
.product-page .product-4 .list ul {
  margin: -10px;
}
.product-page .product-4 .list ul li {
  padding: 10px;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale(.68);
  -moz-transform: scale(.68);
  -ms-transform: scale(.68);
  transform: scale(.68);
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-4 .list ul li img {
  width: 100%;
}
.product-page .product-4 .list ul .slick-slide li {
  left: 88%;
}
.product-page .product-4 .list ul .slick-slide + .slick-current li {
  left: 44%;
  -webkit-transform: scale(.85);
  -moz-transform: scale(.85);
  -ms-transform: scale(.85);
  transform: scale(.85);
}
.product-page .product-4 .list ul .slick-slide + .slick-current + div li {
  left: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.product-page .product-4 .list ul .slick-slide + .slick-current + div + div li {
  left: -44%;
  -webkit-transform: scale(.85);
  -moz-transform: scale(.85);
  -ms-transform: scale(.85);
  transform: scale(.85);
  z-index: 1;
}
.product-page .product-4 .list ul .slick-slide + .slick-current + div + div + div li {
  left: -88%;
  -webkit-transform: scale(.68);
  -moz-transform: scale(.68);
  -ms-transform: scale(.68);
  transform: scale(.68);
  z-index: 0;
}
.product-page .product-4 .cityList {
  text-align: center;
}
.product-page .product-4 .cityList img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-page .product-5 {
  padding: 50px 0 25px;
  color: white;
  background: black;
}
.product-page .product-5 h2 {
  color: white;
}
.product-page .product-5 .left {
  vertical-align: middle;
  padding-right: 10%;
}
.product-page .product-5 .right {
  padding-left: 10%;
  vertical-align: middle;
}
.product-page .product-5 .right ul li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  font-size: 20px;
  line-height: 1.8;
}
.product-page .product-5 .right ul li:before {
  content: '';
  border: 4px solid #0054a6;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}
.product-page .product-5 .right ul li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-1 {
  padding: 95px 0 65px;
  background: #fff;
  color: #000;
}
.prodet-page .prodet-1 .box .left {
  padding-right: 15px;
}
.prodet-page .prodet-1 .box .left img {
  width: 100%;
}
.prodet-page .prodet-1 .box .left .bigImg {
  position: relative;
}
.prodet-page .prodet-1 .box .left .bigImg:after {
  content: '';
  width: 32px;
  height: 32px;
  background: url("../images/icon-zoom.png") center center no-repeat;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.prodet-page .prodet-1 .box .left .smallImg {
  margin-top: 15px;
}
.prodet-page .prodet-1 .box .left .smallImg ul {
  margin: -10px;
}
.prodet-page .prodet-1 .box .left .smallImg ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .box .left .smallImg ul li a {
  display: block;
}
.prodet-page .prodet-1 .box .right {
  padding-left: 15px;
}
.prodet-page .prodet-1 .box .right span.tag {
  color: #70a6f1;
  margin-bottom: 10px;
}
.prodet-page .prodet-1 .box .right h2 {
  font-size: 26px;
  line-height: 1.8;
  font-weight: bold;
}
.prodet-page .prodet-1 .box .right h1{
  font-size: 26px;
  line-height: 1.8;
  font-weight: bold;
}
.prodet-page .prodet-1 .box .right .content {
  margin: 25px 0 40px;
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .prodet-1 .box .right .btn a {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
  background-color: #0054a6;
  color: white;
  margin-right: 25px;
  border-radius: 35px;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .box .right .btn a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  line-height: normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-1 .box .right .btn a:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .box .right .btn a:hover,
.prodet-page .prodet-1 .box .right .btn a.active {
  background: #f7ab00;
  border-color: #f7ab00;
  color: #fff;
}
.prodet-page .prodet-1 .box .right .btn a:hover i,
.prodet-page .prodet-1 .box .right .btn a.active i {
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-1 .bottom {
  margin-top: 70px;
}
.prodet-page .prodet-1 .bottom .left {
  width: 20%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .bottom .left h6 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}
.prodet-page .prodet-1 .bottom .right {
  width: 80%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .bottom .right ul {
  margin: 0 -11px;
}
.prodet-page .prodet-1 .bottom .right ul li {
  padding: 0 11px;
  text-align: center;
}
.prodet-page .prodet-1 .bottom .right ul li em{
  font-size:14px;
  display: block;
}
.prodet-page .prodet-1 .bottom .right ul li h6,
.prodet-page .prodet-1 .bottom .right ul li span {
  font-size: 16px !important;
  line-height: 30px;
  margin-top: 10px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .bottom .right ul li span {
  color: #000;
}
.prodet-page .prodet-1 .bottom .right ul li img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: .3;
  display: inline-block;
  margin-bottom: 10px;
}
.prodet-page .prodet-1 .bottom .right ul li:hover img {
  opacity: 1;
}
.prodet-page .prodet-1 .bottom .right ul li:hover h6 {
  opacity: 1;
}
.prodet-page .prodet-1 .bottom .right ul li:hover span {
  color: #000;
}
.prodet-page .prodet-2 {
  padding: 70px 0;
  position: relative;
  z-index: 2;
}
.prodet-page .prodet-2 + .prodet-2 {
  padding-top: 0;
}
.prodet-page .prodet-2 h3.title {
  font-size: 30px;
  color: #494949;
  line-height: 1.6;
  font-weight: bold;
}
.prodet-page .prodet-2 .text {
  font-size: 16px;
  line-height: 30px;
  color: #686868;
  margin-top: 5px;
}
.prodet-page .prodet-2 .content {
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .prodet-2 .content table tr td {
  border: 1px solid #edf0f2;
  padding: 15px 6px;
}
.prodet-page .prodet-2 .content table tr td span{
    font-size: 14px;
    line-height: 28px;
}
.prodet-page .prodet-2 .content table tr:nth-child(odd) {
  background: #edf0f2;
}
.prodet-page .prodet-2 .content table tr:nth-child(even) {
  background: none !important;
}
.prodet-page .prodet-2 .list {
  margin-top: 35px;
}
.prodet-page .prodet-2 .list ul {
  margin: 0 -15px;
}
.prodet-page .prodet-2 .list ul li {
  padding: 15px;
}
.prodet-page .prodet-2 .list ul li img {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.prodet-page .prodet-2 .list ul li span{
  line-height: 1.8;
}
.prodet-page .prodet-2 .list ul li { 
  font-size: 16px;
  color: #686868;
  line-height: 30px;
}
.prodet-page + .product-page .product-1 {
  padding-bottom: 60px;
}
.prodet-page + .product-page .product-1 .top {
  width: 100%;
}
.prodet-page + .product-page .product-1 .top .text {
  margin: 20px 0 45px;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
.prodet-page + .product-page .product-1 a.more2 {
  float: none;
}
.prodet-page + .product-page .product-1 .productContent {
  margin-top: 90px;
}
.prodet-page + .product-page .product-1 h3 {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  text-align: center;
  display: block;
  margin-bottom: 45px;
}
.prodet-page + .product-page .product-2 ul li span {
  display: block;
  padding: 10px;
  background: white;
}
.prodet-page + .product-page .product-2 ul li span img {
  display: block;
  margin: 0 auto;
}
.cloudzoom-blank,
.cloudzoom-zoom-inside {
  cursor: crosshair;
}
.about-page {
  position: relative;
  z-index: 1;
}
.about-page .about-1 {
  padding: 140px 0;
  background: #fff;
  position: relative;
}
.about-page .about-1 .box {
  color: white;
  margin: 0 -7%;
}
.about-page .about-1 .box .left {
  width: 35%;
  vertical-align: top;
  margin-right: -7%;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .box .left span.tag {
  color: #70a6f1;
}
.about-page .about-1 .box .left h2 {
  color: #000;
  margin: 55px 0 75px;
  line-height: 1.6;
}
.about-page .about-1 .box .left a.more {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.about-page .about-1 .box .left a.more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.about-page .about-1 .box .right {
  width: 72%;
  vertical-align: middle;
}
.about-page .about-1 .box .right .img {
  display: inline-block;
  position: relative;
}
.about-page .about-1 .box .right .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .box .right .img .play i {
  border-left: 17px solid #70a6f1;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-1 .box .right .img .play:after,
.about-page .about-1 .box .right .img .play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background: white;
  z-index: -1;
}
.about-page .about-1 .box .right .img .play:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-2 {
  padding-top: 75px;
  position: relative;
  z-index: 2;
}
.about-page.product .about-2{
  padding: 75px 0;
}
.about-page .about-2 .content {
  margin-top: 45px;
  font-size: 16px;
  color: #909090;
  line-height: 30px;
}
.about-page .about-2 .product-2 {
  padding-top: 0;
}
.about-page .about-2 .product-2 ul li span {
  padding: 10px;
  background: white;
  display: block;
}
.about-page .about-2 .product-2 ul li span img {
  display: block;
  margin: 0 auto;
}
.about-page .about-3 {
  /*background: #fff;*/
  color: #000;
  padding: 90px 0 120px;
  position: relative;
  z-index: 1;
}
.about-page .about-3 span.mask {
  position: absolute;
  left: 0;
  top: -33%;
  color: white;
  max-width: 20.83333333%;
}
.about-page .about-3 span.tag {
  color: #000;
}
.about-page .about-3 h2 {
  color: #000;
}
.about-page .about-3 a.more {
  margin-top: 160px;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
}
.about-page .about-3 a.more i.fa {
  margin-left: 20px;
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 100%;
  background: #0054a6;
  text-align: center;
  color: white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 a.more:hover i.fa {
  background: #f7ab00;
  color: #fff;
}
.about-page .about-3 .left {
  padding-right: 10%;
  vertical-align: bottom;
}
.about-page .about-3 .left .font-14{
    font-size: 16px;
    line-height: 30px;
}
.about-page .about-3 .right {
  vertical-align: bottom;
}
.about-page .about-3 .right .list ul li {
  margin-bottom: 45px;
  padding-left: 80px;
  position: relative;
}
.about-page .about-3 .right .list ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-3 .right .list ul li h6 {
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-3 .right .list ul li .text {
  font-size: 16px;
  color: #a1a1a1;
  line-height: 30px;
  margin-top: 10px;
}
.about-page .about-3 .right .list ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-4 {
  background: #fff;
  color: #000;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about-page .about-4 span.mask {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 22.08333333%;
}
.about-page .about-4 h3 {
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-4 .list {
  margin-top: 60px;
  padding: 0 25%;
  overflow: hidden;
}
.about-page .about-4 .list .slick-list {
  overflow: unset;
}
.about-page .about-4 .list ul li img {
  display: block;
  margin: 0 auto;
}
.about-page .about-4 .list ul li h6 {
  margin-top: 18px;
  font-size: 16px;
  line-height: 30px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul .slick-slide li img {
  -webkit-transform: scale(0.90243902);
  -moz-transform: scale(0.90243902);
  -ms-transform: scale(0.90243902);
  transform: scale(0.90243902);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  left: 50%;
}
.about-page .about-4 .list ul .slick-slide.slick-current li img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0;
  z-index: 1;
}
.about-page .about-4 .list ul .slick-slide.slick-current li h6 {
  opacity: 1;
}
.about-page .about-4 .list ul .slick-slide.slick-current + div li img {
  left: -50%;
}
.about-page .about-4 .dotsList {
  margin-top: 30px;
  text-align: center;
}
.about-page .about-4 .dotsList ul li {
  margin: 0 35px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #494949;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 8px;
  height: 8px;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-4 .dotsList ul li button {
  display: none;
}
.about-page .about-4 .dotsList ul li.slick-active {
  background-color: #000;
  border-color: #000;
}
.about-page .about-5 {
  padding: 30px 0;
  overflow: hidden;
  background: #f6f7f9;
}
.about-page .about-5 .list {
  padding: 30px 0;
  margin: 0 -1%;
}
.about-page .about-5 .list ul {
  margin: -6px;
}
.about-page .about-5 .list ul .slick-list {
  overflow: unset;
}
.about-page .about-5 .list ul li {
  padding: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.about-page .about-5 .list ul .slick-slide li {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.about-page .about-5 .list ul .slick-slide.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-page .about-5 .progress {
  height: 6px;
  display: block;
  width: 100%;
  background: #ededed;
  border-radius: 3px;
  position: relative;
}
.about-page .about-5 .progress i {
  position: absolute;
  left: 0;
  height: 100%;
  border-radius: inherit;
  background: #0054a6;
  top: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.factory-page .factory-1 {
  padding: 100px 0 130px;
  color: #000;
  background: #fff;
}
.factory-page .factory-1 .left {
  padding-right: 10%;
}
.factory-page .factory-1 .left span.tag {
  color: #70a6f1;
}
.factory-page .factory-1 .left h2 {
  color: #000;
  margin: 25px 0;
}
.factory-page .factory-1 .left .text {
  font-size: 16px;
  line-height: 30px;
}
.factory-page .factory-1 .left .btn {
  margin-top: 100px;
}
.factory-page .factory-1 .left .btn a {
  display: inline-block;
  line-height: 66px;
  height: 66px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .factory-1 .left .btn a.link {
  font-size: 16px;
  padding: 0 40px;
  border-radius: 33px;
  border: 1px solid #0054a6;
  margin-right: 85px;
  color: #fff;
  background: #0054a6;
}
.factory-page .factory-1 .left .btn a.link:hover {
  background: #f7ab00;
  border-color: #f7ab00;
}
.factory-page .factory-1 .left .btn a.more {
  width: 66px;
  border-radius: 100%;
  background: #0054a6;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.factory-page .factory-1 .left .btn a.more:hover {
  background: #f7ab00;
}
.factory-page .factory-1 .right {
  padding-left: 3%;
}
.factory-page .factory-1 .right .list {
  background: white;
  -o-box-shadow: 0 0 12px 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 12px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px 7px rgba(0, 0, 0, 0.2);
  display: block;
  text-align: center;
  position: relative;
  padding: 20px 10px;
}
.factory-page .factory-1 .right .list:after {
  content: '';
  width: 1px;
  height: 80%;
  top: 10%;
  left: 50%;
  background: #e1eaf8;
  position: absolute;
}
.factory-page .factory-1 .right .list ul li {
  padding: 40px 10px;
}
.factory-page .factory-1 .right .list ul li h5 {
  font-size: 40px;
  color: #0054a6;
  line-height: 1.6;
  margin-bottom: 5px;
  font-weight: bold;
}
.factory-page .factory-1 .right .list ul li h5 sub {
  font-size: 30.43478261%;
  color: #70a6f1;
  margin-left: 3px;
  vertical-align: baseline;
  display: inline-block;
}
.factory-page .factory-1 .right .list ul li p {
  font-size: 16px;
  color: #70a6f1;
  line-height: 30px;
}
.factory-page .factory-1 .right .list ul li:nth-child(3),
.factory-page .factory-1 .right .list ul li:nth-child(5) {
  position: relative;
}
.factory-page .factory-1 .right .list ul li:nth-child(3):after,
.factory-page .factory-1 .right .list ul li:nth-child(5):after {
  content: '';
  width: 160%;
  left: 20%;
  height: 1px;
  background: #e1eaf8;
  position: absolute;
  top: 0;
}
.factory-page .factory-2 {
  padding: 70px 0 50px;
  position: relative;
  z-index: 1;
}
.factory-page .factory-2 .list {
  padding: 60px 0;
  overflow: hidden;
}
.factory-page .factory-2 .list ul {
  margin: -14px;
}
.factory-page .factory-2 .list ul li {
  padding: 14px;
}
.factory-page .factory-2 .list ul li img {
  max-height: 350px;
  width: 100%;
}
.factory-page .factory-2 .list ul li h6 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
}
.factory-page .factory-2 .progress {
  height: 6px;
  display: block;
  width: 100%;
  background: #ededed;
  border-radius: 3px;
  position: relative;
}
.factory-page .factory-2 .progress i {
  position: absolute;
  left: 0;
  height: 100%;
  border-radius: inherit;
  background: #0054a6;
  top: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.factory-page .factory-3 {
  color: #000;
  background: #fff;
  padding: 80px 0 90px;
  position: relative;
}
.factory-page .factory-3 span.mask {
  position: absolute;
  left: 0;
  top: -33%;
  color: white;
  max-width: 20.83333333%;
}
.factory-page .factory-3 h2 {
  color: #000;
}
.factory-page .factory-3 .content {
  margin: 25px 0 30px;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
.factory-page .factory-3 a.more {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  display: inline-block;
}
.factory-page .factory-3 a.more i.fa {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  width: 62px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 16px;
  color: white;
  background: #0054a6;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .factory-3 a.more:hover i.fa {
  background: #f7ab00;
}
.factory-page .factory-3 .navList {
  padding: 60px 0 55px;
}
.factory-page .factory-3 .navList ul:after{
  content:'';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}
.factory-page .factory-3 .navList ul li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  z-index: 1;
  padding: 0 10px 0 0;
  vertical-align: bottom;
  float: left;
  width: 16.666%;
}
.factory-page .factory-3 .navList ul li:nth-of-type(4n){
  padding-right: 0;
}
.factory-page .factory-3 .navList ul li a{
  display: inline-block;
  position: relative;
}
.factory-page .factory-3 .navList ul li a:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 3%;
  left: 0;
  background: #0054a6;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
/*.factory-page .factory-3 .navList ul li.active {
  font-size: 20px;
  line-height: 1.8;
}*/
.factory-page .factory-3 .navList ul li:hover a:after,
.factory-page .factory-3 .navList ul li.active a:after {
  opacity: 1;
}
.factory-page .factory-3 .factoryList ul {
  margin: -25px;
}
.factory-page .factory-3 .factoryList ul li {
  padding: 25px;
}
.factory-page .factory-3 .factoryList ul li h6 {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 10px;
  display: block;
  text-align: center;
}
.factory-page .factory-3 .factoryList ul .slick-arrow {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.factory-page .factory-3 .factoryList ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 3%;
}
.factory-page .factory-3 .factoryList ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 3%;
}
.factory-page .factory-3 .dotsList {
  margin-top: 30px;
  text-align: center;
}
.factory-page .factory-3 .dotsList ul li {
  margin: 0 35px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #494949;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 8px;
  height: 8px;
  cursor: pointer;
  cursor: hand;
}
.factory-page .factory-3 .dotsList ul li button {
  display: none;
}
.factory-page .factory-3 .dotsList ul li.slick-active {
  background-color: #000;
  border-color: #000;
}
.factory-page .factory-4 {
  color: #000;
  background: #fff;
  position: relative;
  padding-bottom: 100px;
  /*border-bottom: 6px solid #d0d0d0;*/
}
.factory-page .factory-4 span.mask {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 22.08333333%;
}
.factory-page .factory-4 .slide {
  margin-bottom: 90px;
}
.factory-page .factory-4 .slide .left {
  position: relative;
  vertical-align: middle;
  padding-right: 3%;
}
.factory-page .factory-4 .slide .left span.tag {
  color: #000;
}
.factory-page .factory-4 .slide .left h2 {
  color: #000;
}
.factory-page .factory-4 .slide .left .list {
  margin-top: 35px;
}
.factory-page .factory-4 .slide .left .list ul li {
  margin-bottom: 33px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  padding-right: 66px;
  position: relative;
}
.factory-page .factory-4 .slide .left .list ul li i {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.factory-page .factory-4 .slide .left .list ul li:last-child {
  margin-bottom: 0;
}
.factory-page .factory-4 .slide .left .text {
  margin-top: 20px;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
.factory-page .factory-4 .slide .right {
  vertical-align: middle;
  position: relative;
}
.factory-page .factory-4 .slide .right .img {
  position: relative;
}
.factory-page .factory-4 .slide .right .img .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
}
.factory-page .factory-4 .slide .right .img .slick-dots li {
  float: left;
  margin-right: 1px;
}
.factory-page .factory-4 .slide .right .img .slick-dots li button {
  width: 30px;
  height: 30px;
  line-height: 34px;
  background: #c3c8d0;
  display: block;
  text-align: center;
  font-size: 15px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  border: none;
}
.factory-page .factory-4 .slide .right .img .slick-dots li button:hover {
  background: #0054a6;
}
.factory-page .factory-4 .slide .right .img .slick-dots li.slick-active button {
  background: #0054a6;
}
.factory-page .factory-4 .slide:nth-child(even) .left {
  padding-left: 3%;
  padding-right: 0;
  left: 50%;
  text-align: right;
}
.factory-page .factory-4 .slide:nth-child(even) .right {
  left: -50%;
}
.factory-page .factory-4 .slide:nth-child(even) .right .img .slick-dots {
  right: -1px;
  left: auto;
}
.factory-page .factory-4 .slide:last-child {
  margin-bottom: 0;
}
.news-page {
  padding: 80px 0;
}
.news-page .news-2 {
  padding-top: 60px;
}
.news-page .news-2 h3 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}
.news-page .list ul {
  margin: -15px;
}
.news-page .list ul li {
  padding: 15px;
}
.news-page .list ul li .box {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.news-page .list ul li .box:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0054a6;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0054a6), color-stop(100%, #0054a6));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(right,#0054a6 0%, #0054a6 100%);
  /* firefox */
  background: -webkit-linear-gradient(left, #0054a6 0%, #0054a6 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, right top, from(#0054a6), to(#0054a6));
  background: -webkit-linear-gradient(left, #0054a6, #0054a6);
  background: -moz-linear-gradient(left, #0054a6, #0054a6);
  background: linear-gradient(to right, #0054a6, #0054a6);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0054a6', endColorstr='#0054a6',GradientType=1)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0054a6', endColorstr='#0054a6', GradientType=1);
  /* 兼容IE5~IE9 */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .box a.img-box {
  display: block;
}
.news-page .list ul li .box a.img-box iframe {
  width: 100%;
  height: 250px;
}
.news-page .list ul li .box a.img-box img {
  width: 100%;
}
.news-page .list ul li .box .content {
  padding: 20px;
  background: white;
}
.news-page .list ul li .box .content h4 {
  font-size: 20px;
  line-height: 1.8;
  color: #0054a6;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-page .list ul li .box .content p {
  font-size: 16px;
  line-height: 1.8;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.6em;
}
.news-page .list ul li .box .content a.more {  
  font-size: 18px;
  line-height: 1.8;
  color: #0054a6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .box .content a.more:hover {
  color: #0054a6;
}
.news-page .list ul li .box.play a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0054a6;
  opacity: .5;
}
.news-page .list ul li .box.play a.img-box:before {
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: white;
  z-index: 1;
  font-family: "FontAwesome";
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 100%;
  border: 2px solid white;
}
.news-page .list ul li .box:hover:after {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.newdet-page {
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
}
.news-page {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
}
.newdet-page>video,
.news-page>video {
  position: fixed;
  left: 50%;
  width: 100%;
  top: 0;
  z-index: -2;
  max-width: 1920px;
  min-height: 100%;
  min-height: 100vh;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
object-fit: cover;
height: 100%;
object-position: center;
}
.newdet-page h2 {
  max-width: 900px;
  text-align: left;
}
.newdet-page .about-page .about-3 {
  padding: 0;
  background: none;
  color: black;
  margin-bottom: 30px;
}
.newdet-page .about-page .about-3 h2 {
  max-width: none;
  text-align: left;
  color: black;
  font-size: 28px;
  line-height: 1.6;
}
.newdet-page .about-page .about-3 span.tag,
.newdet-page .about-page .about-3 .text {
  color: black;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}
.newdet-page time {
  display: block;
  margin: 20px 0;
  font-size: 16px;
  color: #0054a6;
}
.newdet-page .content {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-align: left;
  overflow: auto;
}
.newdet-page .m-link {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #0054a6;
  text-align: left;
}
.newdet-page .m-link a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a:hover {
  color: #0054a6;
}
.contact-page .contact-1 {
  padding: 80px 0;
}
.contact-page .contact-1 .box2 {
  height: 600px;
}
.contact-page .contact-1 .left {
  padding-right: 15px;
}
.contact-page .contact-1 .left .box2 {
  background: black center center no-repeat;
  padding: 30px;
}
.contact-page .contact-1 .left .box2 ul li {
  margin-bottom: 40px;
  color: white;
}
.contact-page .contact-1 .left .box2 ul li h5 {
  font-size: 32px;
  /*font-family: "Teko";*/
  line-height: 1;
  margin-bottom: 5px;
}
.contact-page .contact-1 .left .box2 ul li p {
  font-size: 16px;
  line-height: 1.8;
}
.contact-page .contact-1 .left .box2 ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .right {
  padding-left: 15px;
}
.contact-page .contact-1 .right .map,
.contact-page .contact-1 .right .main-map {
  height: 100%;
}
.contact-page .contact-1 .right .amap-copyright,
.contact-page .contact-1 .right .amap-logo {
  display: none !important;
}
.contact-page .contact-1 .right .button-group .button {
  background: #0054a6 !important;
}
.contact-page .contact-2 {
  text-align: center;
  padding: 80px 0;
  background: #F1F1F1;
}
.contact-page .contact-2 .form {
  margin-top: 50px;
  text-align: left;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  background: white;
  border: none;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  line-height: 24px;
  padding: 12px 15px;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  -o-box-shadow: 0 0 10px rgba(0, 25, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 25, 255, 0.2);
  box-shadow: 0 0 10px rgba(0, 25, 255, 0.2);
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li textarea {
  height: 120px;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  max-width: 200px;
  background: #0054a6;
  color: white;
  text-align: center;
}
.contact-page .contact-3 {
  margin-top: 60px;
}
.inner-page i.tag {
  font-size: 30px;
  /*font-family: "Teko";*/
  color: black;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
.inner-page i.tag:before,
.inner-page i.tag:after {
  content: '';
  width: 40px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  background: black;
}
.news-page h2,
.newdet-page h2 {
  font-size: 18px;
  /*font-family: "Teko";*/
  color: #0054a6;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}
.news-page {
  padding-top: 0 !important;
}
.news-page .news-1 {
  padding-top: 60px;
  /*background: black;*/
  /*color: white;*/
  /*margin-bottom: 50px;*/
}
.news-page .news-1 h2,
.news-page .news-2 h2 {
  font-size: 42px;
  line-height: 1.8;
}
.news-page .news-1 .product-page .product-1,
.news-page .news-2 .product-page .product-1 {
  padding: 0;
  margin-bottom: 0px;
  background: transparent;
}
.news-page .news-1 .product-page .product-1 span.tag,
.news-page .news-2 .product-page .product-1 span.tag{
  color:#757575;
}
.news-page .news-1 .product-page .product-1 h2,
.news-page .news-2 .product-page .product-1 h2 {
  color: black;
  max-width: none;
}
.news-page .news-2 .list {
  margin-top: 40px;
}
.news-page .news-1 .img {
  width: 30%;
  vertical-align: middle;
}
.news-page .news-1 .content {
  width: 100%;
  vertical-align: middle;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px #343434 dashed;
  /*padding-left: 5%;*/
}
.news-page .news-1 .content h5 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
}
.news-page .news-1 .content h5:after {
  content: '';
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0054a6;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.news-page .news-1 .content .text {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .content a.more {
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .content:hover h5 {
  color: #0054a6;
}
.news-page .news-1 .content:hover h5:after {
  opacity: 1;
}
.news-page .news-1 .content:hover .text {
  color: #0054a6;
  text-decoration: underline;
}
.news-page .news-1 .content a.more:hover {
  background: #0054a6;
  color: white;
}
.contact-page .contact-news {
  padding: 80px 0;
  color: #000;
  position: relative;
  z-index: 2;
}
.contact-page .contact-news span.tag,
.contact-page .contact-news h2 {
  color: #000;
}
.contact-page .contact-news .box {
  margin-top: 50px;
}
.contact-page .contact-news .box ul {
  margin: -10px;
  text-align: center;
}
.contact-page .contact-news .box ul li {
  padding: 10px;
  margin-bottom: 40px;
}
.contact-page .contact-news .box ul li:nth-child(4),
.contact-page .contact-news .box ul li:nth-child(5) {
  margin-bottom: 0;
}
.contact-page .contact-news .box ul li .box2 {
  padding: 15px;
  background: white;
  color: black;
  text-align: center;
  position: relative;
  box-shadow:0 0 8px 5px rgba(0,0,0,.2);
}
.contact-page .contact-news .box ul li .box2 h6 {
  font-size: 18px;
  line-height: 1.8;
}
.contact-page .contact-news .box ul li .box2 .text {
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
  color: rgba(0, 0, 0, 0.7);
}
.contact-page .contact-news .box ul li .box2 i.fa {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #0054a6;
  background: white;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: .7;
  }
  70% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: .7;
  }
  70% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: .7;
  }
  70% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@media screen and (max-width: 1400px) {
  .inner-banner h2 {
    font-size: 36px;
  }
  .inner-banner .right a.more,
  .product-page .product-1 a.more2 i.fa,
  .factory-page .factory-3 a.more i.fa,
  .factory-page .factory-1 .left .btn a.more,
  .about-page .about-3 a.more i.fa {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .inner-banner {
    height: auto;
    padding: 120px 0 50px;
  }
  .prodet-page .prodet-1 .box .right h2,
  .product-page .product-2 .box .left .img .list2 ul li h3,
  .factory-page .factory-1 .right .list ul li h5 {
    font-size: 32px;
  }
  .prodet-page .prodet-1 .box .right .btn a,
  .product-page .product-1 a.more3,
  .factory-page .factory-1 .left .btn a.link {
    line-height: 44px;
    height: 44px;
  }
  .prodet-page .prodet-1 .box .right .content {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .bottom {
    margin-top: 40px;
  }
  .prodet-page .prodet-2 .content,
  .prodet-page .prodet-2 .text,
  .prodet-page .prodet-2 .list ul li h6,
  .contact-page .contact-1 .left .box2 ul li p,
  .news-page .list ul li .box .content p {
    font-size: 14px;
  }
  .prodet-page .prodet-2 .content table tr td {
    padding: 10px 6px;
  }
  .prodet-page .prodet-2 .list,
  .prodet-page .prodet-2 .content {
    margin-top: 15px;
  }
  .product-page .productContent .dotsList {
    margin-top: 40px;
  }
  .product-page .product-2 .box .right h3,
  .contact-page .contact-1 .left .box2 ul li h5 {
    font-size: 26px;
  }
  .product-page .product-2 .box .right .form ul li input {
    line-height: 48px;
    height: auto;
  }
  .product-page .product-5 .right ul li {
    font-size: 18px;
  }
  .product-page .product-1 {
    padding: 60px 0;
  }
  .news-page .news-1 .product-page .product-1 h2{
    font-size: 28px;
    line-height: 1.8;
  }
  .news-page h2,
  .newdet-page h2,
  .news-page .list ul li .box .content h4,
  .news-page .list ul li .box .content a.more,
  .factory-page .factory-3 .navList ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .factory-page .factory-3 .navList {
    padding: 30px 0;
  }
  .about-page .about-1 .box {
    margin: 0;
  }
  .about-page .about-1 {
    padding: 80px 0;
  }
  .about-page .about-1 .box .right .img .play {
    width: 50px;
    height: 50px;
  }
  .about-page .about-2 .content {
    font-size: 15px;
  }
  .product-page .product-2 .list ul .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .about-page .about-3 a.more {
    margin-top: 120px;
  }
  .about-page .about-3 .right .list ul li .text {
    font-size: 16px;
    margin-top: 5px;
  }
  .about-page .about-3 .right .list ul li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    padding: 50px 0;
  }
  .inner-banner h2 {
    font-size: 32px;
  }
  h2.title,
  .prodet-page .prodet-1 .box .right h2,
  .product-page .product-2 .box .left .img .list2 ul li h3,
  .factory-page .factory-1 .right .list ul li h5 {
    font-size: 28px;
  }
  .prodet-page .prodet-1 .box .right .btn a,
  .product-page .product-1 a.more3,
  .factory-page .factory-1 .left .btn a.link,
  .news-page .news-1 .content a.more {
    line-height: 36px;
    height: 36px;
    font-size: 16px;
  }
  .product-page .product-1 a.more3 {
    float: none;
    display: inline-block;
    margin-top: 10px;
  }
  .product-page .productContent .list ul li .box .content .text {
    line-height: 28px;
    height: 80px;
    margin: 5px 0;
  }
  .product-page .product-2 .box .left .img .list2 ul li p,
  .product-page .product-2 .list ul li h6 {
    font-size: 16px;
  }
  .product-page .product-2 .box .right h3,
  .contact-page .contact-1 .left .box2 ul li h5,
  .prodet-page .prodet-2 h3.title {
    font-size: 24px;
  }
  .product-page .product-2 .list {
    padding: 15px 60px;
  }
  .product-page .product-5 .right ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about-page .about-3 .right .list ul li {
    margin-bottom: 15px;
  }
  .about-page .about-3 {
    padding: 70px 0;
  }
  .factory-page .factory-1 {
    padding: 80px 0;
  }
  .factory-page .factory-2 .list {
    padding: 40px 0;
  }
  .factory-page .factory-3 .factoryList ul li h6 {
    font-size: 16px;
  }
  .factory-page .factory-3 .dotsList ul li,
  .about-page .about-4 .dotsList ul li,
  .product-page .productContent .dotsList ul li {
    margin: 0 20px;
  }
  .contact-page .contact-1 .box2 {
    height: 540px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page i.tag {
    font-size: 24px;
  }
  .inner-banner h2 {
    font-size: 24px;
  }
  .product-page .product-2 .box .right h3,
  .contact-page .contact-1 .left .box2 ul li h5,
  .prodet-page .prodet-2 h3.title {
    font-size: 20px;
  }
  .contact-page .contact-1 .left .box2 ul li {
    margin-bottom: 25px;
  }
  .contact-page .contact-1 .box2 {
    height: 480px;
  }
  .news-page .list ul li {
    padding: 10px;
  }
  .news-page .list ul {
    margin: -10px;
  }
  .news-page .list ul li .box .content {
    padding: 10px;
  }
  .factory-page .factory-2 .list {
    padding: 15px 0;
  }
  .news-page h2,
  .newdet-page h2,
  .contact-page h2,  
  .news-page .list ul li .box .content a.more,
  .factory-page .factory-3 .navList ul li {
    font-size: 18px;
    line-height: 1.8;
  }
  .news-page .list ul li .box .content h4{
    font-size: 24px;
  }
  .factory-page .factory-3 .factoryList ul li {
    padding: 5px;
  }
  .factory-page .factory-3 .factoryList ul {
    margin: -5px;
  }
  .factory-page .factory-3 .factoryList ul li h6 {
    font-size: 18px;
  }
  .factory-page .factory-4 .slide .left .list ul li {
    margin-bottom: 15px;
    font-size: 16px;
  }
  h2.title,
  .prodet-page .prodet-1 .box .right h2,
  .product-page .product-2 .box .left .img .list2 ul li h3,
  .factory-page .factory-1 .right .list ul li h5 {
    font-size: 24px;
  }
  .about-page .about-1 .box .left h2 {
    margin: 30px 0;
  }
  .about-page .about-3 .right .list ul li {
    padding-left: 60px;
  }
  .about-page .about-3 .right .list ul li i {
    width: 40px;
  }
  .prodet-page .prodet-1 .box .right .btn a {
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .box .right .content {
    margin: 15px 0;
    max-height: 100px;
    overflow: auto;
  }
  #mapContainer {
    height: 280px !important;
  }
  .contact-page .contact-news .box ul li {
    width: 50%;
    margin-bottom: 30px;
  }
  .contact-page .contact-news .box ul li:last-child {
    margin-bottom: 0;
  }
  .contact-page .contact-news .box ul li .box2 .text {
    height: auto;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.8;
  }
  .news-page .news-1 .content {
    width: 60%;
  }
  .news-page .news-1 .img {
    width: 40%;
  }
  .news-page .news-1 .content h5 {
    font-size: 20px;
  }
  .news-page .news-1 .content .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .left {
    width: 100% !important;
    padding-right: 0;
  }
  .about-page.product{
    display: none!important;
  }
  .newdet-page .about-page .about-3 h2{
    font-size: 22px;
    line-height: 1.8;
    font-weight: 500;
  }
  .inner-banner .right {
    display: none;
  }
  .inner-banner h2 {
    font-size: 20px;
  }
  .inner-banner .left .mbx {
    font-size: 14px;
  }
  .product-page .product-2 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .product-page .product-2 .box .right {
    width: 100%;
    padding: 30px 15px;
  }
  .product-page .product-2 .box:after {
    width: 100%;
  }
  .product-page .product-1 a.more2 {
    float: none;
    margin-top: 15px;
    display: block;
  }
  .inner-banner .right a.more,
  .product-page .product-1 a.more2 i.fa,
  .factory-page .factory-3 a.more i.fa,
  .factory-page .factory-1 .left .btn a.more,
  .about-page .about-3 a.more i.fa {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .product-page .product-1 .list {
    margin-top: 30px;
  }
  .product-page .product-4 .list {
    padding: 30px 0 50px;
  }
  table tbody {
    white-space: nowrap;
  }
  .prodet-page .prodet-1 .box .right {
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
  }
  .prodet-page .prodet-1 .box .right h1{
      font-size: 18px;
  }
  .prodet-page .prodet-1 .box .left,
  .about-page .about-3 .left,
  .factory-page .factory-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .box .right .content {
    max-height: none;
    overflow: unset;
  }
  .prodet-page .prodet-1 .bottom .left h6 {
    font-size: 18px;
  }
  .prodet-page .prodet-2 {
    padding: 50px 0;
  }
  .prodet-page + .product-page .product-1 .top .text {
    font-size: 16px;
    margin: 20px 0;
  }
  .prodet-page + .product-page .product-1 .productContent {
    margin-top: 50px;
  }
  .product-page .product-2 .box .left {
    display: none;
  }
  .product-page .product-5 .left {
    width: 100%;
    padding-right: 0;
  }
  .product-page .product-5 .right,
  .about-page .about-3 .right,
  .factory-page .factory-1 .right {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
  .product-page .product-5 .right ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .box .left {
    width: 100%;
    margin-right: 0;
  }
  .about-page .about-1 .box .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page .about-1 .box .left h2 {
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
  }
  .about-page .about-2 .content {
    margin-top: 30px;
  }
  span.mask {
    display: none !important;
  }
  .about-page .about-3 a.more {
    margin-top: 30px;
  }
  .about-page .about-4 .list {
    padding: 0 5%;
    margin-top: 20px;
  }
  .about-page .about-4 {
    padding-bottom: 30px;
  }
  .about-page .about-5 .list ul .slick-slide li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .factory-page .factory-1 .left .btn {
    margin-top: 30px;
  }
  .factory-page .factory-3 .dotsList ul li,
  .about-page .about-4 .dotsList ul li,
  .product-page .productContent .dotsList ul li {
    margin: 0 10px;
  }
  .factory-page .factory-4 .slide .left {
    padding: 0 !important;
    width: 100%;
    left: 0 !important;
  }
  .factory-page .factory-4 .slide .right {
    width: 100%;
    padding: 0 !important;
    margin: 20px 0;
    left: 0 !important;
  }
  .factory-page .factory-4 {
    padding-bottom: 40px;
  }
  .news-page,
  .newdet-page,
  .contact-page .contact-1,
  .contact-page .contact-2 {
    padding: 50px 0;
  }
  .newdet-page time {
    font-size: 14px;
    margin: 10px 0;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .contact-page .contact-1 .right .box2 {
    height: 300px;
  }
  .contact-page .contact-1 .box2 {
    height: auto;
  }
  .news-page .news-1 .content {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .news-page .news-1 .img {
    width: 100%;
  }
  .inner-banner h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-2 .form ul li {
    padding: 5px;
  }
  .contact-page .contact-2 .form ul {
    margin: -5px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-2 .form {
    margin-top: 30px;
  }
  .contact-page .contact-1 .right .box2 {
    height: 200px;
  }
  .contact-page .contact-1 .left .box2 {
    padding: 20px;
  }
  .product-page .product-2 .box .right h3,
  .contact-page .contact-1 .left .box2 ul li h5,
  .prodet-page .prodet-2 h3.title {
    font-size: 18px;
    line-height: 1.8;
  }
  .prodet-page .prodet-2 .content,
  .prodet-page .prodet-2 .text,
  .prodet-page .prodet-2 .list ul li h6,
  .contact-page .contact-1 .left .box2 ul li p,
  .news-page .list ul li .box .content p {
    font-size: 16px;
  }
  .inner-banner h2 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
  }
  .inner-banner {
    height: auto;
  }
  .inner-banner .left .mbx {
    font-size: 18px;
    line-height: 1.8;
  }
  .newdet-page .m-link,
  .newdet-page .content {
    font-size: 16px;
  }
  .factory-page .factory-3 {
    padding: 40px 0;
  }
  .factory-page .factory-1 .right .list ul li {
    padding: 10px;
  }
  .factory-page .factory-1 .right .list ul li:nth-child(3):after,
  .factory-page .factory-1 .right .list ul li:nth-child(5):after,
  .factory-page .factory-1 .right .list:after {
    display: none;
  }
  .factory-page .factory-1 {
    padding: 50px 0;
  }
  h2.title,
  h1.title,
  .prodet-page .prodet-1 .box .right h2,
  .product-page .product-2 .box .left .img .list2 ul li h3,
  .factory-page .factory-1 .right .list ul li h5 {
    font-size: 20px;
    line-height: 1.8;
  }
  h2.title br,
  .prodet-page .prodet-1 .box .right h2 br,
  .product-page .product-2 .box .left .img .list2 ul li h3 br,
  .factory-page .factory-1 .right .list ul li h5 br {
    display: none;
  }
  .factory-page .factory-1 .left .text,
  .factory-page .factory-3 .content,
  .factory-page .factory-4 .slide .left .text,
  .about-page .about-2 .content {
    font-size: 16px;
  }
  .about-page .about-1 {
    padding: 40px 0;
  }
  .prodet-page .prodet-1 .bottom .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .bottom .right {
    width: 100%;
    padding-top: 15px;
  }
  .prodet-page .prodet-1 {
    padding: 40px 0;
  }
  .product-page .product-2 .box .right .form ul li input,
  .product-page .product-2 .box .right .form ul li textarea {
    font-size: 16px;
  }
  .dotsList {
    display: none !important;
  }
  .product-page .product-4 .list ul .slick-slide li {
    left: 0 !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .product-page .product-4 .list {
    padding: 10px 0;
  }
}
.product-page .product-4 .list ul,
.factory-page .factory-2 .list ul {
  letter-spacing: -4px;
}
.product-page .product-4 .list ul .slick-slide,
.factory-page .factory-2 .list ul .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
}
.factory-page .factory-2 .list ul .slick-slide {
  vertical-align: top;
}
.factory-page .factory-2 .list ul span {
  height: 350px;
  line-height: 350px;
}
.factory-page .factory-2 .list ul span img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .product-page .product-2 .box .left .img {
  height: 600px;
  line-height: 600px;
}
.news-page+.product-page .product-4 .list {
  padding-left: 10%;
  padding-right: 10%;
}
.faqs {
    margin: 100px auto 0;
    /*background: black;*/
}

.faq-ul {
    margin-top: 24px;
    color: gray;
    overflow: hidden;
}

.faq-li {
    position: relative;
    margin-bottom: 20px;
    padding: 30px 20px 30px 60px;
    background-color: #f4f7fd;
    border-radius: 10px;
    transition: all .24s,color 0s
}

.faq-li:before {
    content: '\20';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 80%;
    max-height: 50px;
    transform: translateY(-50%);
    background-color: transparent;
    transition: all .24s
}

.faq-li.mml-active {
    padding: 40px 20px 30px 60px;
    background-color: #668af4;
    color: #fff
}

.faq-li.mml-active .faq-plus {
    transform: scale(0)
}

.faq-li.mml-active .faq-q {
    padding: 20px 0;
    font-weight: 700;
}

.faq-li.mml-active .faq-a {
    padding: 0 0 20px;
    height: unset;
}

.faq-li.mml-active:before {
    background-color: #0054a6
}

.faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    transition: all .24s;
    font-size: 18px;
    line-height: 1.8;
}

.faq-plus {
    margin-left: 10px;
    min-width: 25px;
    line-height: 25px;
    max-height: 25px;
    background-color: #0054a6;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 25px;
    font-size: 20px
}

.faq-a {
    height: 0;
    overflow: hidden;
    transition: all .24s;
    font-size: 16px;
    line-height: 30px;
}

.contact-page .about-page .about-3 {
  padding-bottom: 0;
}
.m-page {
  margin-top: 30px;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 35px;
  border: 1px solid #eee;
  font-size: 16px;
  text-align: center;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
margin-right: 5px;
}
.m-page a:hover {
  background: #0054a6;
  color: white;
  border-color: #0054a6;
}
@media (max-width:600px) {
    .faqs {
        margin: 40px 0
    }

    .faq-li {
        padding: 15px 20px 15px 25px
    }

    .faq-li.mml-active {
        padding: 15px 20px 15px 25px
    }

    .faq-li.mml-active .faq-q {
        padding: 5px 0
    }

    .faq-li.mml-active .faq-a {
        padding: 5px 0
    }
    #banner .slideBox li img{
      height: 640px;
      width: auto;
      max-width: none;
    }
    .news-page video {
      display: none !important;
    }
    .contact-page .contact-news .box ul li:nth-child(4) {
      margin-bottom: 30px;
    }
    #index-body .init-4 .list ul li .box h4, #index-body .init-4 .list ul li .box .content .text,
    .product-page .productContent .list ul li .box .content h4,.product-page .productContent .list ul li .box .content .text {
      opacity: 1;
    }
}
    #index-body .init-4 .list ul li .box h4, 
    .product-page .productContent .list ul li .box .content h4 {
      opacity: 1;
    }
.play {
  position: relative;
}
.play:after,
.play:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: inherit;
  position: absolute;
  left: 0;
  top: 0;
    -webkit-animation:ks 2s linear infinite;
    -o-animation:ks 2s linear infinite;
    -ms-animation:ks 2s linear infinite;
    -moz-animation:ks 2s linear infinite;
    animation:ks 2s linear infinite;
    z-index: -2;
}
.play:before {
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
@-webkit-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    70% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: .3;
    }
    to {
     -webkit-transform: scale(2);
     -moz-transform: scale(2);
     -ms-transform: scale(2);
     -o-transform: scale(2);
     transform: scale(2);
        opacity: 0;
    }

}

@-o-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    70% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: .3;
    }
    to {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }

}

@-moz-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    70% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: .3;
    }
    to {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }

}

@keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    70% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: .3;
    }
    to {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }

}

#index-body .init-1 .right .text.homedes h1{
  display: inline;
}
#footer .footer-bottom .left p.foot-link{
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 360px;
}



.right_nav_list{position:fixed;bottom:30px;right:25px;z-index:10} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:58px;height:58px;font-size:30px;background-color:#0054a6;text-align:center;line-height:54px}
.right_nav_list ul li .text{padding:0;width:100%;height:100%}
.right_nav_list ul li:hover{background-color:#f7ab00}
.right_nav_list ul li .cont{position:absolute;left:-150px;top:0;width:150px;min-height:100%;padding:0 5px;-webkit-perspective:500px;-moz-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;transform:rotate3d(1,0,0,-90deg);-webkit-transform:rotate3d(1,0,0,-90deg);-moz-transform:rotate3d(1,0,0,-90deg);-ms-transform:rotate3d(1,0,0,-90deg);-o-transform:rotate3d(1,0,0,-90deg);opacity:0;-webkit-transition:opacity 0.3s,-webkit-transform 0.5s;transition:opacity 0.3s,-webkit-transform 0.5s;-o-transition:opacity 0.3s,-o-transform 0.5s;-moz-transition:transform 0.5s,opacity 0.3s,-moz-transform 0.5s;transition:transform 0.5s,opacity 0.3s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s;-moz-transition:-moz-transform 0.5s,opacity 0.3s;overflow:hidden;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top}
.right_nav_list ul li .cont #ewm{width:100%;background-color:#fff;border-radius:5px;padding:8px;border:1px solid #ccc}
.right_nav_list ul li:hover .cont{-webkit-transform:rotate3d(0,0,0,-90deg);-moz-transform:rotate3d(0,0,0,-90deg);transform:rotate3d(0,0,0,-90deg);opacity:1}
@media (max-width:500px){.right_nav_list{right:5px;bottom:150px}
.right_nav_list ul li{width:40px;height:40px;margin-top:5px;font-size:25px;line-height:40px}
}#pups_shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.6;z-index:21;display:none}
#seo_form_cont{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:80%;width:500px;max-width:90%;-o-box-shadow:0 0 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:22;background:white;padding:30px;overflow:auto}
#seo_form_cont h4{font-size:18px;color:#222;text-transform:capitalize;line-height:1;font-weight:bold;position:absolute;left:0;width:100%;top:0;padding:15px 20px;background:#f5f5f5;-o-box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#seo_form_cont form{margin-top:40px}
#seo_form_cont i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition:0.5s;transition:0.5s}
#seo_form_cont i.close::after,#seo_form_cont i.close::before{content:'';-webkit-transition:0.5s;transition:0.5s;width:70%;height:2px;margin-top:-1px;background:black;position:absolute;top:50%;left:15%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#seo_form_cont i.close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#seo_form_cont i.close:hover{background:#1c5715}
#seo_form_cont i.close:hover::before,#seo_form_cont i.close:hover::after{background:white}
#seo_form_cont ul li{margin-bottom:10px;position:relative}
#seo_form_cont ul li label{font-size:14px;margin-bottom:10px;display:block}
#seo_form_cont ul li label em{color:red;margin-right:2px}
#seo_form_cont ul li input,#seo_form_cont ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:0.5s;transition:0.5s;font-size:16px}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus{border-color:#1c5715}
#seo_form_cont ul li textarea{height:80px}
#seo_form_cont ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#000000;color:white;-webkit-transition:0.5s;transition:0.5s;cursor:pointer}
#seo_form_cont ul li input[type="submit"]:hover{opacity:0.7}
#seo_form_cont ul li:last-child{margin-bottom:0}

@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 70px;
  }
  #header.inner .nav {
    background-color: black;
  }
  #header.active .nav {
    height: 60px;
    line-height: 60px;
  }
  #navBox .ui.container {
    max-width: none;
  }
  #navBox .right h6 {
    position: static;
  }
  #navBox span.close {
    z-index: 1;
  }
  #footer .footer-top .right .box2 .slide:nth-child(1),
  #footer .footer-top .right .box2 .slide:nth-child(2) {
    display: none;
  }
  #footer .footer-top .right .box2 .slide:nth-child(3) {
    width: 100%;
  }
  #footer .footer-top .left {
    width: 60%;
  }
  #footer .footer-top .right {
    width: 40%;
  }
  #footer .footer-top {
    padding: 50px 0;
  }
  #footer .footer-bottom .flex {
    font-size: 14px;
  }
  #footer .footer-top .right .ewm {
    margin: 15px 0;
  }
  #footer .footer-top .right .share a {
    margin: 0;
  }
  .factory-page .factory-3 .navList ul li {
    width: auto;
    font-size: 16px;
  }
  .news-page .news-1 h2, .news-page .news-2 h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  #header .nav .ui.menu .right .menuBtn {
    padding: 0 10px;
    font-size: 14px;
  }
  #header .nav .ui.menu .right .carBox {
    margin-right: 10px;
  }
  #navBox .right {
    text-align: left;
  }
  #header .nav .ui.menu .right .menuBtn span img {
    display: none;
  }
  #header .nav .ui.menu .right .h-search {
    max-width: 20px;
  }
  #header .nav .ui.menu .logo img {
    max-width: 130px;
  }
  #navBox .right .list ul li {
    font-size: 20px;
  }
  #navBox .right .list ul li ul li {
    font-size: 14px;
    display: block;
  }
  #top {
    right: 5px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    line-height: 30px;
  }
  .right_nav_list {
    bottom: 90px;
  }
  #footer .footer-top .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .footer-top .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .footer-top .right .ewm #ewm {
    display: none;
  }
  #footer .footer-top .right .ewm {
    justify-content: center;
  }
  #footer .footer-top .right .ewm .qr {
    max-width: 120px;
  }
  #footer .footer-top .right .share {
    font-size: 18px;
    padding: 0 10%;
  }
  #footer .footer-top .left .info {
    font-size: 14px;
  }
  #footer .footer-top .left .info p {
    margin-top: 1em;
  }
  .factory-page .factory-1 .right .list ul li p {
    font-size: 12px;
    line-height: normal;
  }
  .factory-page .factory-1 .right .list ul {
    margin: -5px;
  }
  .factory-page .factory-1 .right .list ul li {
    width: 50%;
    padding: 5px;
  }
  .factory-page .factory-1 .right .list {
    padding: 15px 5px;
  }
  .factory-page .factory-2 .list ul li img {
    max-height: none;
  }
  .factory-page .factory-3 .navList ul li {
    font-size: 14px;
  }
  .factory-page .factory-4 .slide .right .img .slick-dots li button {
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .news-page .news-1 h2, .news-page .news-2 h2 {
    font-size: 24px;
  }
}
.product-page .product-1 #index-body {
  display: inline-block;
  width: 100%;
}
.product-page .product-1 .top p {
  max-width: 100%;
}
@media screen and (max-width: 1250px) {
.product-page .product-1 .top p {
  max-width: 500px;
}
#footer .footer-top .right .share a {
  margin: 0;
}
#footer .footer-top .right .share {
  font-size: 16px;
}
}
@media screen and (max-width: 1400px) {
  .right_nav_list ul li {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
  }
  #top {
    bottom: 80px;
  }
  #index-body .init-5 a.more {
    width: 180px;
    height: 50px;
    line-height: 50px;
  }
.factory-page .factory-1 .right .list ul li {
    padding: 20px 5px;
  }
  .factory-page .factory-1 .right .list ul li h5 {
    line-height: 1;
  }
  .factory-page .factory-1 .right .list ul li p {
    font-size: 14px;
    line-height: 1.4;
  }
  .factory-page .factory-1 .right .list ul li h5 sub {
    font-size: 60%;
  }
  .factory-page .factory-1 .left .btn {
    margin-top: 20px;
  }
  .factory-page .factory-1 .left .btn a.link {
    margin-right: 15px;
  }
  .factory-page .factory-1 .left {
    padding-right: 4%;
  }
}
@media screen and (max-width: 1000px) {
  .right_nav_list ul li {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
  #footer .footer-top .right a.more {
    display: inline-block;
    line-height: 44px;
    height: 44px;
    padding: 0 35px;
  }
  #footer .footer-top .right .share {
    padding: 0;
    max-width: 200px;
    justify-content: space-between;
  }
  #footer .footer-top .right .box2 .slide:nth-child(3) {
    text-align: center;
  }
  #footer .footer-top .right .share {
    margin-left: auto;
    margin-right: auto;
  }
  .news-page .list ul li .box .content h4 {
    font-size: 20px;
  }
  #footer .footer-top .left {
    text-align: center;
  }
  #footer .footer-top .left .info p {
    justify-content: center;
  }
  .contact-page .contact-news .box ul li .box2 .text {
    font-size: 14px;
  }
  .contact-page .contact-news .box ul li .box2 {
    padding: 5px;
  }
  .contact-page .contact-news .box ul li .box2 i.fa {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .news-page .list ul li .box .content p,.news-page .list ul li .box .content a.more,.inner-banner .left .mbx {
    font-size: 14px;
  }
  .news-page .list ul li .box .content h4 {
    font-size: 16px;
  }
  #index-body .init-4 .list ul li .box h4 {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 500px) {
  .right_nav_list ul li {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  #top {
    bottom: 40px;
  }
  #index-body .init-5 a.more {
    zoom: .8;
  }
  .product-page .productContent .list ul li {
    width: 50%;
  }
}