@font-face {
  font-family: 'Alibaba Sans';
  src: url('../fonts/AlibabaSans-Bold.eot');
  src: url('../fonts/AlibabaSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AlibabaSans-Bold.woff2') format('woff2'), url('../fonts/AlibabaSans-Bold.woff') format('woff'), url('../fonts/AlibabaSans-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Alibaba Sans';
  src: url('../fonts/AlibabaSans-Light.eot');
  src: url('../fonts/AlibabaSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/AlibabaSans-Light.woff2') format('woff2'), url('../fonts/AlibabaSans-Light.woff') format('woff'), url('../fonts/AlibabaSans-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Alibaba Sans';
  src: url('../fonts/AlibabaSans-Regular.eot');
  src: url('../fonts/AlibabaSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AlibabaSans-Regular.woff2') format('woff2'), url('../fonts/AlibabaSans-Regular.woff') format('woff'), url('../fonts/AlibabaSans-Regular.ttf') format('truetype');
  font-weight: normal;
}
body {
  font-family: "Alibaba Sans";
  max-width: 1920px;
  font-weight: normal;
  margin: 0 auto;
}
#spotlight {
  max-width: 1920px;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1330px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  line-height: 42px;
  height: 42px;
  text-align: right;
  padding-left: 4%;
  padding-right: 2%;
  max-width: 1920px;
  margin: 0 auto;
}
#header .nav .ui.menu .left {
  float: left;
}
#header .nav .ui.menu .left .menuBtn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  width: 20px;
  text-align: right;
  cursor: pointer;
  cursor: hand;
  height: 14px;
  position: relative;
}
#header .nav .ui.menu .left .menuBtn i {
  width: 100%;
  height: 2px;
  background: white;
  display: block;
  margin-left: auto;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .left .menuBtn i:nth-child(1) {
  width: 50%;
  top: 0;
}
#header .nav .ui.menu .left .menuBtn i:nth-child(3) {
  top: 100%;
}
#header .nav .ui.menu .left .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .left .logo a {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-top: -8px;
}
#header .nav .ui.menu .right {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .right ul {
  padding: 0 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 16px;
  font-family: "Arial";
}
#header .nav .ui.menu .right ul li {
  padding: 0 10px;
  min-width: 50px;
  line-height: 1;
  border-right: 1px solid white;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .right ul li:nth-child(2)~li {
  text-transform: uppercase;
}
#header .nav .ui.menu .right ul li:last-child {
  border-right: none;
}
#header .nav .ui.menu .right ul li img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-top: -5px;
}
#header .nav .ui.menu .right ul li:hover {
  color: #e61e40;
}
#header.active {
  padding: 10px 0;
  background: black;
  top: 0;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #e61e40;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 6px;
  border-radius: 100%;
  border: 2px solid white;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #e61e40;
  background-color: #e61e40;
}
#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;
}
table tbody {
  display: table;
  width: 100% !important;
  table-layout: fixed;
  
}
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: #e61e40;
}
#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: #e61e40 !important;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
html.mobile .body-overflow-box #header {
  left: 280px;
}
html.mobile .body-overflow-box #sideLeft {
  margin-left: 280px;
}
html.mobile .body-overflow-box #header .nav .ui.menu .left .menuBtn i:nth-child(1) {
  width: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}
html.mobile .body-overflow-box #header .nav .ui.menu .left .menuBtn i:nth-child(2) {
  opacity: 0;
}
html.mobile .body-overflow-box #header .nav .ui.menu .left .menuBtn i:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  display: none;
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
  display: none;
}
#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: #000;
  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: #e61e40;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  line-height: 2;
}
#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: #e61e40;
}
#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;
  }

  .hyzstz, .weijiyj, .weijijck {
    display: none !important;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner li {
  position: relative;
}
#banner li > img {
  width: 100%;
}
#banner li .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .content .left {
  width: 50%;
}
#banner li .content .left span.tag {
  display: block;
  font-size: 21px;
  color: #e61e40;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 5px;
}
#banner li .content .left h2 {
  display: block;
  font-weight: bold;
  font-size: 80px;
  color: white;
  line-height: 1.4;
}
#banner li .content .left h2 em {
  display: block;
  color: #e61e40;
}
#banner li .content .left p {
  display: block;
  font-size: 21px;
  font-weight: 300;
  line-height: 2;
  color: white;
  margin: 8px 0 70px;
  max-width: 80%;
}
#banner li .content .left a.more {
  line-height: 54px;
  height: 54px;
  padding: 0 25px;
  border-radius: 27px;
  background: #e61e40;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
#banner li .content .left a.more:hover {
  background: white;
  color: #e61e40;
}
#index-body span.tag {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #e61e40;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 15px;
}
#index-body h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 2;
}
#index-body .init-1 {
  background-color: #f9fafb;
  padding: 55px 0;
  overflow: hidden;
}
#index-body .init-1 .left {
  width: 27%;
  vertical-align: middle;
}
#index-body .init-1 .left h5 {
  padding-left: 70px;
  position: relative;
  font-weight: bold;
  color: #e61e40;
  font-size: 24px;
  line-height: 2;
}
#index-body .init-1 .left h5 small {
  display: block;
  color: black;
}
#index-body .init-1 .left h5 img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-1 .right {
  width: 73%;
  vertical-align: middle;
  color: white;
  text-align: center;
  padding-left: 3%;
  position: relative;
  z-index: 1;
}
#index-body .init-1 .right:after {
  content: '';
  width: 200%;
  height: 200%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) skew(-25deg);
  -moz-transform: translateY(-50%) skew(-25deg);
  -ms-transform: translateY(-50%) skew(-25deg);
  transform: translateY(-50%) skew(-25deg);
  left: 0;
  background-color: #e61e40;
  z-index: -1;
}
#index-body .init-1 .right h2 {
  font-size: 40px;
}
#index-body .init-1 .right .list {
  margin-top: 35px;
}
#index-body .init-1 .right .list ul {
  white-space: nowrap;
  margin: -10px;
}
#index-body .init-1 .right .list ul li {
  width: auto;
  padding: 10px;
}
#index-body .init-1 .right .list ul li .box2 {
  text-align: left;
}
#index-body .init-1 .right .list ul li .box2 i {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  overflow: hidden;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#index-body .init-1 .right .list ul li .box2 h6 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
  min-width: 220px;
}
#index-body .init-2 {
  padding-top: 100px;
}
#index-body .init-2 .left {
  padding-right: 25px;
}
#index-body .init-2 .left .img {
  height: 420px;
  position: relative;
  background-size: cover;
  background-position: center center;
  display: block;
}
#index-body .init-2 .left .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: white;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-2 .left .img .play i {
  border-left: 20px solid black;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  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%);
}
#index-body .init-2 .left .img .play:after,
#index-body .init-2 .left .img .play:before {
  content: '';
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
#index-body .init-2 .left .img .play:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .init-2 .right {
  padding-left: 25px;
}
#index-body .init-2 .right .text {
  margin: 35px 0 50px;
  font-size: 24px;
  font-weight: 300;
  line-height: 2;
}
#index-body .init-2 .right a.more {
  display: inline-block;
  line-height: 54px;
  height: 54px;
  padding: 0 24px;
  border-radius: 27px;
  background: #e61e40;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .right a.more:hover {
  background: #222;
}
#index-body .init-3 {
  padding: 90px 0 120px;
  text-align: center;
}
#index-body .init-3 h2 {
  display: block;
  margin: 20px auto 60px;
  max-width: 1000px;
}
#index-body .init-3 .list ul {
  margin: -10px;
}
#index-body .init-3 .list ul li {
  padding: 10px;
}
#index-body .init-3 .list ul li i {
  display: block;
  height: 104px;
  line-height: 104px;
}
#index-body .init-3 .list ul li i img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
}
#index-body .init-3 .list ul li h5 {
  font-size: 42px;
  font-weight: bold;
  color: #e61e40;
  line-height: 2;
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}
#index-body .init-3 .list ul li h5 sup {
  font-size: 50%;
  line-height: 0;
}
#index-body .init-3 .list ul li h5 sup.ie2 {
  font-size: inherit;
}
#index-body .init-3 .list ul li h5 sub {
  vertical-align: bottom;
  font-size: 18px;
}
#index-body .init-3 .list ul li p {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: black;
  line-height: 2;
}
#index-body .init-4 {
  padding: 100px 0 80px;
  background: #f0f0f0;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
}
#index-body .init-4:after {
  content: '';
  width: 100%;
  height: 58%;
  background: url("../images/init-4-bg.jpg") center center;
  background-size: cover;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .init-4 span.tag {
  color: white;
}
#index-body .init-4 h6 {
  margin: 10px auto 0;
  max-width: 800px;
  font-size: 32px;
  line-height: 2;
}
#index-body .init-4 .img {
  margin-top: 100px;
  position: relative;
}
#index-body .init-4 .img a.more {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: white;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
  text-align: center;
  font-size: 18px;
  color: #e61e40;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .img a.more:hover {
  color: white;
  background: #e61e40;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#index-body .init-4 .list {
  margin-top: 60px;
  overflow: hidden;
}
#index-body .init-4 .list ul {
  margin: -12px;
}
#index-body .init-4 .list ul li {
  padding: 12px;
}
#index-body .init-5 {
  padding: 85px 0 25px;
  text-align: center;
}
#index-body .init-5 .navList {
  padding: 40px 0 50px;
}
#index-body .init-5 .navList ul {
  margin: -3px;
}
#index-body .init-5 .navList ul li {
  padding: 3px;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-5 .navList ul li a {
  display: inline-block;
  padding: 0 25px;
  line-height: 44px;
  height: 44px;
  border-radius: 22px;
  background: #f0f0f0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.63);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .navList ul li a:hover,
#index-body .init-5 .navList ul li a.active {
  color: white;
  background: #e61e40;
}
#index-body .init-5 .proList {
  position: relative;
}
#index-body .init-5 .proList ul {
  margin: -15px;
}
#index-body .init-5 .proList ul li {
  padding: 15px;
}
#index-body .init-5 .proList ul li .box {
  display: block;
  border: 1px solid #dcdcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .proList ul li .box a.img-box {
  display: block;
}
#index-body .init-5 .proList ul li .box a.img-box img {
  display: block;
  width: 100%;
  background: white;
}
#index-body .init-5 .proList ul li .box .content {
  display: block;
  padding: 30px 30px 40px;
  text-align: left;
}
#index-body .init-5 .proList ul li .box .content h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
#index-body .init-5 .proList ul li .box .content .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin: 10px 0 15px;
}
#index-body .init-5 .proList ul li .box .content a.more {
  line-height: 54px;
  height: 54px;
  padding: 0 25px;
  border-radius: 27px;
  background: #e61e40;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
#index-body .init-5 .proList ul li .box .content a.more:hover {
  background: #222;
}
#index-body .init-5 .proList ul li .box:hover {
  background: #e61e40;
  color: white;
}
#index-body .init-5 .proList ul li .box:hover .content a.more {
  background: white;
  color: #e61e40;
}
#index-body .init-5 .proList .slick-dots {
  margin: 35px 0 15px;
  text-align: center;
}
#index-body .init-5 .proList .slick-dots li {
  margin: 0 5px;
  width: 70px;
  height: 5px;
  background: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-5 .proList .slick-dots li button {
  display: none;
}
#index-body .init-5 .proList .slick-dots li.slick-active {
  background: #e61e40;
}
#index-body .init-6 .box {
  padding: 50px 65px;
  background-size: cover;
  text-align: right;
}
#index-body .init-6 .box .form {
  padding: 45px 50px 60px;
  background: white;
  max-width: 670px;
  text-align: left;
  margin-left: auto;
}
#index-body .init-6 .box .form .text {
  margin: 15px 0 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}
#index-body .init-6 .box .form .list ul {
  margin: -15px;
}
#index-body .init-6 .box .form .list ul li {
  padding: 15px;
}
#index-body .init-6 .box .form .list ul li input,
#index-body .init-6 .box .form .list ul li textarea {
  line-height: 24px;
  padding: 15px 20px;
  border: 1px solid #e6e6ea;
  border-radius: 4px;
  background: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 100%;
  font-size: 18px;
}
#index-body .init-6 .box .form .list ul li input::-webkit-input-placeholder, #index-body .init-6 .box .form .list ul li textarea::-webkit-input-placeholder {
  color: #666;
}
#index-body .init-6 .box .form .list ul li input:-moz-placeholder, #index-body .init-6 .box .form .list ul li textarea:-moz-placeholder {
  color: #666;
}
#index-body .init-6 .box .form .list ul li input::-moz-placeholder, #index-body .init-6 .box .form .list ul li textarea::-moz-placeholder {
  color: #666;
}
#index-body .init-6 .box .form .list ul li input:-ms-input-placeholder, #index-body .init-6 .box .form .list ul li textarea:-ms-input-placeholder {
  color: #666;
}
#index-body .init-6 .box .form .list ul li input::placeholder,
#index-body .init-6 .box .form .list ul li textarea::placeholder {
  color: #666;
}
#index-body .init-6 .box .form .list ul li input:focus,
#index-body .init-6 .box .form .list ul li textarea:focus {
  border-color: #e61e40;
}
#index-body .init-6 .box .form .list ul li textarea {
  height: 130px;
}
#index-body .init-6 .box .form .list ul li input[type="submit"] {
  border-radius: 27px;
  text-align: center;
  background: #e61e40;
  color: white;
}
#index-body .init-6 .box .form .list ul li input[type="submit"]:hover {
  background: #222;
}
#index-body .init-6 .box .form .list ul li.wid-100 {
  width: 100%;
}
#index-body .init-7 {
  padding: 120px 0 160px;
  text-align: center;
  /*background: url("../images/init-7-bg.jpg") center center no-repeat;*/
}
#index-body .init-7 h2 {
  max-width: 800px;
  display: block;
  margin: 0 auto 20px;
}
#index-body .init-7 img {
  margin: 0 auto;
  display: block;
}
#index-body .init-7 .list {
  padding-top: 25px;
}
#index-body .init-7 .list ul li {
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
#index-body .init-7 .list ul li time {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
#index-body .init-7 .list ul li time img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 6px;
}
#index-body .init-7 .list ul li h4 {
  font-size: 32px;
  margin: 20px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-7 .list ul li h4:hover {
  color: #e61e40;
}
#index-body .init-7 .list ul li p {
  display: block;
  font-size: 21px;
  font-weight: 300;
  line-height: 2;
}
#index-body .init-7 .list ul .slick-arrow {
  width: 58px;
  height: 58px;
  background: url("../images/icon-btn-r.png") no-repeat center center;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  cursor: hand;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  z-index: 1;
}
#index-body .init-7 .list ul .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  -moz-transform: translateY(-50%) rotateY(180deg);
  -ms-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}
#index-body .init-7 .list ul .slick-arrow.slick-next {
  right: 0;
}
#index-body .init-7 .list ul .slick-arrow:hover {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .init-7 a.more {
  margin: 70px auto 0;
  display: inline-block;
  line-height: 54px;
  height: 54px;
  padding: 0 24px;
  border-radius: 27px;
  background: #e61e40;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-7 a.more:hover {
  background: #222;
}
#index-body .init-8 {
  height: 490px;
  position: relative;
}
#index-body .init-8 .ui.container {
  position: static;
}
#index-body .init-8 .box {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  height: 100%;
}
#index-body .init-8 .slide {
  color: white;
  font-size: 18px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  background: url("../images/init-8-bg.jpg") center center;
  background-size: cover;
}
#index-body .init-8 .slide span {
  width: 100%;
  display: block;
  margin-top: 1em;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 0 5px black;
}
#index-body .init-8 .slide:last-child {
  background-image: url("../images/init-8-bg2.jpg");
}
#index-body .init-8 .play {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: white;
  cursor: pointer;
  cursor: hand;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
#index-body .init-8 .play i {
  border-left: 20px solid black;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  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%);
}
#index-body .init-8 .play:after,
#index-body .init-8 .play:before {
  content: '';
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
#index-body .init-8 .play:after {
  -webkit-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);
    transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
#sideLeft {
  left: 3.5%;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-left: 0;
}
#sideLeft ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
  text-align: center;
  display: block;
  background: white;
}
#sideLeft ul li:last-child {
  margin-bottom: 0;
}
#sideLeft ul li a {
  display: block;
}
#sideLeft ul li:hover {
  color: white;
  background: #e61e40;
}
#sideRight {
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 2;
  display: none;
}
#sideRight .btn a {
  display: block;
  cursor: pointer;
  cursor: hand;
  border-radius: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#sideRight .btn a:last-child {
  margin-bottom: 0;
}
#footer .footer-top {
  padding: 75px 0 80px;
  background: #0f1514;
}
#footer .footer-top .left {
  vertical-align: middle;
  padding-right: 3%;
}
#footer .footer-top .left .info {
  margin: 25px 0 20px;
}
#footer .footer-top .left .info ul li {
  font-size: 16px;
  color: #eee;
  line-height: 2;
}
#footer .footer-top .left .info ul li.wid-100 {
  width: 100%;
}
#footer .footer-top .left .info ul li a {
  display: block;
  padding-left: 30px;
  position: relative;
}
#footer .footer-top .left .info ul li a i {
  width: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
#footer .footer-top .left .info ul li a i img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
#footer .footer-top .left .info ul li a em {
  border: 2px solid white;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 15px;
}
#footer .footer-top .left .info ul li:first-child {
  margin-bottom: 10px;
  width: 100%;
}
#footer .footer-top .left .share ul li {
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 16px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 10px;
}
#footer .footer-top .left .share ul li a {
  display: block;
}
#footer .footer-top .left .share ul li:hover {
  background: #e61e40;
  border-color: #e61e40;
}
#footer .footer-top .right {
  vertical-align: middle;
}
#footer .footer-top .right .slide {
  padding-left: 15%;
}
#footer .footer-top .right .slide dl dt {
  margin-bottom: 25px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  color: white;
}
#footer .footer-top .right .slide dl dd {
  display: block;
  font-size: 16px;
  color: #eee;
  line-height: 2;
  padding-left: 12px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .right .slide dl dd:after {
  content: '';
  border: 2px solid white;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 15px;
}
#footer .footer-top .right .slide dl dd:hover {
  color: #e61e40;
}
#footer .footer-bottom {
  padding: 15px 0;
  position: relative;
}
#footer .footer-bottom p {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #c2c2c2;
  text-transform: uppercase;
}
#footer .footer-bottom p svg {
  fill: #c2c2c2;
  max-height: 24px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: none;
}
#footer .footer-bottom p svg:hover {
  fill: #e61e40;
}
#footer .footer-bottom p a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom p a:hover {
  color: #e61e40;
}
#footer .footer-bottom .right {
  text-align: right;
}
#footer .footer-bottom #top {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: white;
  background: #e61e40;
  -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);
  cursor: pointer;
  cursor: hand;
  position: absolute;
  right: 3%;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .footer-bottom .ui.container {
  position: static;
}
@media screen and (max-width: 1500px) {
  #header .nav {
    padding: 0 15px;
  }
  #sideLeft {
    left: 5px;
  }
  #sideRight {
    right: 15px;
  }
  #sideRight img {
    max-width: 50px;
  }
  #header {
    top: 10px;
  }
  #banner li .content .left span.tag {
    font-size: 18px;
  }
  #banner li .content .left h2 {
    font-size: 60px;
  }
  #banner li .content .left p {
    font-size: 18px;
  }
  #banner li .content .left a.more,
  #index-body .init-2 .right a.more,
  #index-body .init-5 .proList ul li .box .content a.more,
  #index-body .init-7 a.more {
    line-height: 42px;
    height: 42px;
    font-size: 16px;
  }
  #index-body .init-1 .left h5 {
    font-size: 20px;
  }
  #index-body h2,
  #index-body .init-1 .right h2 {
    font-size: 36px;
  }
  #index-body .init-1 .right .list ul li .box2 h6 {
    font-size: 20px;
  }
  #index-body .init-1 .right .list ul li .box2 i {
    max-width: 60px;
  }
  #index-body .init-1 .right .list {
    margin-top: 15px;
  }
  #index-body .init-1 {
    padding: 30px 0;
  }
  #index-body .init-2 .right .text {
    font-size: 20px;
  }
  #index-body .init-3 .list ul li i {
    height: 60px;
    line-height: 60px;
  }
  #index-body .init-3 .list ul li i img {
    max-height: 100%;
  }
  #index-body .init-3 .list ul li h5 {
    font-size: 36px;
  }
  #index-body .init-3 .list ul li p {
    font-size: 16px;
  }
  #index-body .init-3 {
    padding: 60px 0;
  }
  #index-body .init-2 {
    padding-top: 70px;
  }
  #index-body .init-4 h6 {
    font-size: 26px;
  }
  #index-body .init-5 .navList ul li a {
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    padding: 0 15px;
  }
  #index-body .init-5 .proList ul li .box .content h4 {
    font-size: 20px;
  }
  #index-body .init-5 .proList ul li .box .content .text {
    font-size: 14px;
  }
  #index-body .init-6 .box .form .text {
    font-size: 16px;
  }
  #index-body .init-6 .box .form .list ul li input,
  #index-body .init-6 .box .form .list ul li textarea {
    padding: 10px 20px;
    font-size: 16px;
  }
  #index-body .init-6 .box .form .list ul li {
    padding: 10px;
  }
  #index-body .init-6 .box .form .list ul {
    margin: -10px;
  }
  #index-body .init-6 .box .form {
    padding: 40px;
  }
  #index-body .init-7 .list ul li time,
  #index-body .init-7 .list ul li h4 {
    font-size: 28px;
  }
  #index-body .init-7 .list ul li p {
    font-size: 18px;
  }
  #index-body .init-8 {
    height: 400px;
  }
  #index-body .init-8 .play {
    width: 70px;
    height: 70px;
  }
  #footer .footer-top {
    padding: 50px 0;
  }
  #footer .footer-bottom #top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
  }
  #footer .footer-bottom {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #sideLeft {
    display: none !important;
  }
  #banner li .content .left h2 {
    font-size: 48px;
  }
  #index-body h2,
  #index-body .init-1 .right h2 {
    font-size: 32px;
  }
  #index-body .init-1 .right .list ul li .box2 h6 {
    font-size: 16px;
    min-width: auto;
  }
  #index-body .init-2 .left .img {
    height: 360px;
  }
  #index-body .init-4 h6 {
    font-size: 22px;
  }
  #index-body .init-4 .img a.more {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 16px;
  }
  #index-body .init-4 {
    padding: 60px 0;
  }
  #index-body .init-4 .list {
    margin-top: 30px;
  }
  #index-body .init-6 .box {
    padding: 25px;
  }
  #index-body .init-6 .box .form {
    max-width: 560px;
  }
  #index-body .init-7 {
    padding: 80px 0;
  }
  #index-body .init-7 img {
    max-width: 80px;
  }
  #index-body .init-7 a.more {
    margin-top: 40px;
  }
  #footer .footer-bottom #top {
    display: none !important;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header {
    display: none;
  }
  .inner-banner,
  #banner {
    margin-top: 40px;
  }
  #mobile #menu-on,
  #mobile .mobile-logo {
    display: block;
  }
  #index-body .init-1 {
    display: none;
  }
  #index-body .init-3 .list ul li h5 {
    font-size: 32px;
  }
  #index-body .init-3 .list ul li h5 sub {
    font-size: 14px;
  }
  #index-body .init-5 .navList {
    display: none;
  }
  #index-body .init-5 .proList {
    margin-top: 40px;
  }
  #index-body .init-5 .proList ul li .box .content {
    padding: 15px;
  }
  #index-body .init-5 .proList .slick-dots {
    margin: 20px 0 10px;
  }
  #index-body .init-5 .proList ul li {
    padding: 5px;
  }
  #index-body .init-5 .proList ul {
    margin: -5px;
  }
  #banner li .content .left a.more,
  #index-body .init-2 .right a.more,
  #index-body .init-5 .proList ul li .box .content a.more,
  #index-body .init-7 a.more {
    line-height: 36px;
    height: 36px;
    font-size: 14px;
  }
  #index-body .init-7 .list ul .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #banner li .content .left p {
    display: none;
  }
  #banner li .content .left h2 {
    font-size: 36px;
  }
  #banner li .content .left span.tag {
    font-size: 16px;
  }
  #banner li .content .left a.more {
    margin-top: 20px;
  }
  #index-body h2,
  #index-body .init-1 .right h2 {
    font-size: 28px;
  }
  #index-body .init-2 .right .text {
    font-size: 18px;
    line-height: 1.6;
  }
  #index-body .init-2 .left .img .play {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  #index-body .init-3 {
    display: none;
  }
  #index-body .init-2 {
    padding-bottom: 40px;
  }
  #index-body .init-4 h6 {
    font-size: 18px;
  }
  #index-body .init-5 {
    padding: 50px 0 20px;
  }
  #index-body .init-5 .proList .slick-dots li {
    width: 40px;
  }
  #index-body .init-6 .box .form .list ul li input,
  #index-body .init-6 .box .form .list ul li textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
  #index-body .init-6 .box .form {
    padding: 20px;
    max-width: 500px;
  }
  #index-body .init-7 .list ul {
    padding: 0 10%;
  }
  #index-body .init-7 .list ul li time,
  #index-body .init-7 .list ul li h4 {
    font-size: 24px;
  }
  #index-body .init-7 .list ul li p {
    font-size: 16px;
  }
  #footer .footer-top .right {
    display: none;
  }
  #footer .footer-top .left {
    width: 100%;
  }
  #footer .footer-bottom .right,
  #footer .footer-bottom .left {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li .content .left h2 {
    font-size: 28px;
  }
  #banner li .content .left a.more,
  #index-body .init-2 .right a.more,
  #index-body .init-5 .proList ul li .box .content a.more,
  #index-body .init-7 a.more {
    line-height: 32px;
    height: 32px;
    font-size: 13px;
  }
  #index-body .init-2 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-2 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-2 .left .img {
    height: 240px;
  }
  #index-body h2,
  #index-body .init-1 .right h2 {
    font-size: 24px;
  }
  #index-body .init-2 .right .text {
    font-size: 16px;
    margin: 20px 0;
  }
  #index-body .init-4 h6 {
    font-size: 16px;
  }
  #index-body span.tag {
    font-size: 14px;
  }
  #index-body .init-7 .list ul li time,
  #index-body .init-7 .list ul li h4 {
    font-size: 20px;
    white-space: normal;
    overflow: unset;
  }
  #index-body .init-7 .list ul li time img {
    max-width: 20px;
  }
  #index-body .init-2 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul.slick-dots {
    display: none !important;
  }
  #banner li .content .left a.more {
    margin-top: 10px;
  }
  #banner li .content .left h2 {
    font-size: 22px;
  }
  #banner li .content .left span.tag {
    display: none;
  }
  #index-body .init-4 .img a.more {
    display: none;
  }
  #index-body .init-4 .img {
    margin-top: 30px;
  }
  #index-body .init-4 h6 {
    font-size: 14px;
  }
  #index-body .init-4 {
    padding-bottom: 20px;
  }
  #index-body .init-4 .list {
    margin-top: 20px;
  }
  #sideRight img {
    max-width: 40px;
  }
  #sideRight .btn a {
    margin-bottom: 10px;
  }
  #sideRight {
    right: 5px;
  }
  #index-body .init-7 {
    padding: 50px 0;
  }
  #index-body .init-7 .list ul li h4 {
    font-size: 18px;
  }
  #index-body .init-7 img {
    max-width: 60px;
  }
  #index-body .init-7 .list ul .slick-arrow {
    display: none !important;
  }
  #index-body .init-7 .list ul {
    padding: 0;
  }
  #index-body .init-8 {
    height: 160px;
  }
  #index-body .init-8 .play {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #index-body .init-8 .play i {
    border-left-width: 10px;
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  #footer .footer-top .left .info ul li {
    font-size: 14px;
    line-height: 1.6;
  }
  #footer .footer-top .left .info ul li a em {
    top: 10px;
  }
  #footer .footer-top .left .share {
    display: none;
  }
  #footer .footer-top .left .info {
    margin-bottom: 0;
  }
  #footer .footer-top {
    padding: 30px 0;
  }
}
.inner-banner {
  height: 490px;
  padding-top: 220px;
  color: white;
  background-size: cover;
  background-position: center center;
}
.inner-banner h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 2;
}
.inner-banner h2:before {
  content: '';
  display: block;
  width: 70px;
  height: 5px;
  background: #e61e40;
  margin-bottom: 15px;
}
.inner-banner .mbx {
  display: block;
  margin-top: 25px;
  font-size: 18px;
  line-height: 2;
  padding-left: 25px;
  background: url("../images/icon-home.png") center left no-repeat;
}
.inner-banner .mbx span {
  color: #e61e40;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:hover {
  color: #e61e40;
}
.inner-page span.tag {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.66);
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  padding-top: 20px;
}
.inner-page h2 {
  display: block;
  font-size: 64px;
  font-weight: bold;
  line-height: 2;
}
.inner-page h2 em {
  color: #e61e40;
}
.inner-page .faq-list ul {
  margin: -10px;
}
.inner-page .faq-list ul li {
  padding: 10px;
}
.inner-page .faq-list ul li .box2 {
  display: block;
  padding: 18px 40px;
  border-radius: 28px;
  background: white;
  -o-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.36);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.36);
  position: relative;
  color: black;
}
.inner-page .faq-list ul li .box2 h5 {
  padding-right: 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
.inner-page .faq-list ul li .box2 h5 i {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #f9c5ce;
  cursor: pointer;
  cursor: hand;
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
}
.inner-page .faq-list ul li .box2 h5 i:after,
.inner-page .faq-list ul li .box2 h5 i:before {
  content: '';
  width: 16px;
  height: 2px;
  background: #e61e40;
  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%);
}
.inner-page .faq-list ul li .box2 h5 i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.inner-page .faq-list ul li .box2 .text {
  margin-top: 30px;
  font-size: 16px;
  font-family: "Arial";
  line-height: 2;
  display: none;
}
.inner-page .faq-list ul li .box2.active h5 i {
  background: #e61e40;
}
.inner-page .faq-list ul li .box2.active h5 i:after,
.inner-page .faq-list ul li .box2.active h5 i:before {
  background: white;
}
.inner-page .faq-list ul li .box2.active h5 i:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.inner-page .faq-list ul li:first-child .box2 .text {
  display: block;
}
.inner-page .m-page {
  margin-top: 160px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  background: #dfdfdf;
  font-size: 17px;
  font-weight: bold;
  color: white;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: #e61e40;
}
@-webkit-keyframes kz {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-moz-keyframes kz {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes kz {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.about-page .about-1 {
  padding: 120px 0 200px;
  background: url("../images/about-1-bg.jpg") center bottom no-repeat;
}
.about-page .about-1 .vrBox {
  position: relative;
}
.about-page .about-1 .vrBox img {
  width: 100%;
}
.about-page .about-1 .vrBox .vrPlay {
  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%);
  cursor: pointer;
  cursor: hand;
  text-align: center;
}
.about-page .about-1 .vrBox .vrPlay img {
  width: auto;
}
.about-page .about-1 .vrBox .vrPlay:after {
  content: '';
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: white;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, white), color-stop(100%, #e72445));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, white 0%, #e72445 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, white 0%, #e72445 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e72445));
  background: -webkit-linear-gradient(top, white, #e72445);
  background: -moz-linear-gradient(top, white, #e72445);
  background: linear-gradient(to bottom, white, #e72445);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e72445',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e72445', GradientType=0);
  /* 兼容IE5~IE9 */
  display: block;
  position: absolute;
  top: -22px;
  left: 40%;
  z-index: -1;
  -webkit-animation: kz 2s linear infinite alternate;
  -moz-animation: kz 2s linear infinite alternate;
  animation: kz 2s linear infinite alternate;
}
.about-page .about-1 .vrBox .vrPlay img {
  display: block;
  margin: 0 auto;
}
.about-page .about-1 .vrBox .vrPlay h6 {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  color: white;
  line-height: 1;
}
.about-page .about-1 .text {
  margin: 30px 0 70px;
  overflow: auto;
  font-size: 24px;
  line-height: 2;
  max-height: 400px;
  padding-right: 30px;
  font-weight: 300;
}
.about-page .about-1 .text::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}
.about-page .about-1 .text::-webkit-scrollbar-button {
  display: none;
}
.about-page .about-1 .text::-webkit-scrollbar-track {
  background-color: #222;
  border-radius: 3px;
}
.about-page .about-1 .text::-webkit-scrollbar-thumb {
  background-color: #e61e40;
  border-radius: 3px;
}
.about-page .about-1 .text p {
  padding-top: 30px;
}
.about-page .about-1 .list ul {
  margin: -17px;
}
.about-page ul .slick-arrow {
    width: 58px;
    height: 58px;
    background: url("/template/en/images/icon-btn-r.png") no-repeat center center;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    cursor: hand;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: .7;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    z-index: 1
}

.about-page ul .slick-arrow.slick-prev {
    left: -70px;
    -webkit-transform: translateY(-50%) rotateY(180deg);
    -moz-transform: translateY(-50%) rotateY(180deg);
    -ms-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg)
}

.about-page ul .slick-arrow.slick-next {
    right: -70px
}

.about-page ul .slick-arrow:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1;
}


.about-page .about-1 .list ul li {
  padding: 17px;
}
.about-page .about-1 .list ul li .box {
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
  background: white;
}
.about-page .about-1 .list ul li .box a.img-box {
  display: block;
}
.about-page .about-1 .list ul li .box a.img-box img {
  width: 100%;
}
.about-page .about-1 .list ul li .box h6 {
  margin: 40px 0 50px;
  padding-left: 22px;
  padding-right: 90px;
  border-left: 10px solid #e61e40;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .list ul li .box h6 img {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 100%;
}
.about-page .about-1 .list ul li .box h6:hover {
  color: #e61e40;
}
.about-page .about-2 {
  padding: 80px 0 90px;
  background: #121317;
  color: white;
}
.about-page .about-2 .list {
  margin-top: 45px;
}
.about-page .about-2 .list ul {
  margin: -40px -20px;
}
.about-page .about-2 .list ul li {
  padding: 40px 20px;
}
.about-page .about-2 .list ul li .box {
  padding-left: 120px;
  position: relative;
}
.about-page .about-2 .list ul li .box:before {
  content: attr(data-text);
  position: absolute;
  top: 40%;
  font-size: 101px;
  color: rgba(255, 255, 255, 0.02);
  font-weight: bold;
  line-height: 1;
  left: -5%;
}
.about-page .about-2 .list ul li .box:after {
  content: '';
  width: 85px;
  height: 5px;
  background: #e61e40;
  margin-top: 25px;
  display: block;
}
.about-page .about-2 .list ul li .box i {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  text-align: center;
}
.about-page .about-2 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.about-page .about-2 .list ul li .box h5 {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 15px;
}
.about-page .about-2 .list ul li .box p {
  display: block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.53);
  line-height: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  font-family: "Arial";
}
.about-page .about-3 {
  padding: 80px 0 100px;
  background: #fafafa;
}
.about-page .about-3 .videoBox {
  position: relative;
}
.about-page .about-3 .videoBox img {
  width: 100%;
}
.about-page .about-3 .videoBox .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%);
  cursor: pointer;
  cursor: hand;
  text-align: center;
}
.about-page .about-3 .videoBox .play img {
  width: auto;
}
.about-page .about-3 .videoBox .play:after {
  content: '';
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: white;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, white), color-stop(100%, #e72445));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, white 0%, #e72445 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, white 0%, #e72445 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e72445));
  background: -webkit-linear-gradient(top, white, #e72445);
  background: -moz-linear-gradient(top, white, #e72445);
  background: linear-gradient(to bottom, white, #e72445);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e72445',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e72445', GradientType=0);
  /* 兼容IE5~IE9 */
  display: block;
  position: absolute;
  top: 20%;
  left: 50%;
  z-index: -1;
  -webkit-animation: kz 2s linear infinite alternate;
  -moz-animation: kz 2s linear infinite alternate;
  animation: kz 2s linear infinite alternate;
}
.about-page .about-3 .videoBox .play img {
  display: block;
  margin: 0 auto;
}
.about-page .about-3 .videoBox .play h6 {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  color: white;
  line-height: 1;
}
.about-page .about-4 {
  background: #fafafa;
  padding-bottom: 160px;
}
.about-page .about-4 span.tag {
  color: #e61e40;
}
.about-page .about-4 .list {
  margin-top: 50px;
}
.about-page .about-4 .list ul {
  margin: -15px;
}
.about-page .about-4 .list ul li {
  padding: 15px;
}
.about-page .about-4 .progress {
  margin-top: 50px;
  height: 10px;
  width: 100%;
  border-radius: 5px;
  background: #222;
  display: block;
  position: relative;
}
.about-page .about-4 .progress i {
  border-radius: inherit;
  height: 100%;
  background: #e61e40;
  width: 10%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-5 {
  padding: 150px 0 100px;
  background: url("../images/about-5-bg.png") left top no-repeat #e61e40;
  color: white;
}
.about-page .about-5 .left {
  margin-top: 20px;
}
.about-page .about-5 .right {
  padding-left: 5%;
}
.about-page .about-5 .right span.tag {
  color: white;
}
.about-page .about-5 .right h2 {
  font-size: 48px;
}
.about-page .about-5 .right .list {
  margin-top: 40px;
}
.about-page .about-6 {
  padding: 150px 0;
  text-align: center;
  background: url("../images/about-6-bg.jpg") center top no-repeat;
  position: relative;
  z-index: 1;
}
.about-page .about-6:after {
  content: '';
  height: 60%;
  width: 100%;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about-page .about-6 span.tag {
  color: #e61e40;
}
.about-page .about-6 .list {
  margin-top: 45px;
}
.about-page .about-6 .list ul {
  margin: 0 -15px;
}
.about-page .about-6 .list ul li {
  padding: 20px 15px;
  position: relative;
}
.about-page .about-6 .list ul li .box {
  position: relative;
}
.about-page .about-6 .list ul li .box img {
  width: 100%;
  border-radius: 17px;
  overflow: hidden;
}
.about-page .about-6 .list ul li .box .text {
  width: 86%;
  margin-left: 7%;
  padding: 25px 10px 15px;
  border-radius: 17px;
  background: #e61e40;
  color: white;
  margin-top: -30%;
  z-index: 1;
  position: relative;
}
.about-page .about-6 .list ul li .box .text h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-6 .list ul li .box .text p {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0;
  text-transform: uppercase;
}
.about-page .about-6 .list ul li .box .text .share a {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  line-height: 32px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.43);
  margin: 0 4px;
  color: white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .list ul li .box .text .share a:hover {
  background: white;
  color: #e61e40;
}
.about-page .about-6 .list ul .slick-slide li {
  top: 20px;
}
.about-page .about-6 .list ul .slick-slide:nth-child(even) li {
  top: -20px;
}
.faq-page h2 {
  font-size: 60px;
}
.faq-page .faq-1 {
  padding: 100px 0 160px;
  /*background: url("../images/faq-1-bg.jpg") left top no-repeat;*/
}
.faq-page .faq-1 span.tag {
  color: #e61e40;
}
.faq-page .faq-1 .list {
  margin-top: 50px;
}
.faq-page .faq-2 {
  padding: 100px 0 70px;
  text-align: center;
  color: white;
  background: url("../images/about-5-bg.png") left top no-repeat #e61e40;
}
.faq-page .faq-2 a.more {
  margin-top: 60px;
  line-height: 54px;
  height: 54px;
  padding: 0 60px;
  border-radius: 27px;
  background: white;
  font-size: 18px;
  color: #e61e40;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.faq-page .faq-2 a.more:hover {
  background: #222;
  color: white;
}
.product-page {
  padding: 90px 0 160px;
}
.product-page .top .left {
  vertical-align: middle;
}
.product-page .top .left .navList {
  display: inline-block;
  position: relative;
}
.product-page .top .left .navList span,
.product-page .top .left form {
  width: 340px;
  position: relative;
  line-height: 60px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  padding: 0 35px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.63);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.product-page .top .left form {
  display: flex;
  padding: 0;
}
.product-page .top .left input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 .5em;
}
.product-page .top .left input[type="submit"] {
  width: 60px;
  background-image: url('../images/icon-search-black.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-left: 1px solid #bfbfbf;
}
.product-page .top .left .navList span i.fa {
  position: absolute;
  right: 20px;
  top: 23px;
}
.product-page .top .left .navList span:before {
  content: "\f039";
  font-size: 16px;
  color: #e61e40;
  font-family: "FontAwesome";
  position: absolute;
  left: 15px;
  top: 23px;
  line-height: normal;
}
.product-page .top .left .navList > ul {
  border-top: none;
}
.product-page .top .left .navList ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #bfbfbf;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1;
  background: white;
  padding: 10px 0;
  margin-top: -3px;
  display: none;
}
.product-page .top .left .navList ul li {
  padding: 0 15px;
  position: relative;
}
.product-page .top .left .navList ul li a {
  display: block;
  padding: 8px 15px;
  font-size: 16px;
  color: #666;
  border-bottom: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .top .left .navList ul li a:hover {
  color: #e61e40;
}
.product-page .top .left .navList ul li:last-child a {
  border-bottom: none;
}
.product-page .top .left .navList ul li ul {
  left: 100%;
  top: 0;
  display: none;
  max-width: 240px;
}
.product-page .top .left .navList ul li:hover > ul {
  display: block;
}
.product-page .top .left .navList:hover > ul {
  display: block;
}
.product-page .top .right {
  text-align: right;
  vertical-align: middle;
}
.product-page .top .right .play {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.63);
  cursor: pointer;
  cursor: hand;
}
.product-page .top .right .play i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative;
  border-radius: 100%;
  -o-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.11);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.11);
  background: white;
  display: inline-block;
  z-index: 1;
  margin-right: 20px;
}
.product-page .top .right .play i img {
  display: inline-block;
  vertical-align: middle;
}
.product-page .top .right .play i:after {
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: white;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, white), color-stop(100%, #ea3f5c));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, white 0%, #ea3f5c 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, white 0%, #ea3f5c 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ea3f5c));
  background: -webkit-linear-gradient(top, white, #ea3f5c);
  background: -moz-linear-gradient(top, white, #ea3f5c);
  background: linear-gradient(to bottom, white, #ea3f5c);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#ea3f5c',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#ea3f5c', GradientType=0);
  /* 兼容IE5~IE9 */
  position: absolute;
  left: 50%;
  top: 25%;
  z-index: -1;
  -webkit-animation: kz 2s linear infinite alternate;
  -moz-animation: kz 2s linear infinite alternate;
  animation: kz 2s linear infinite alternate;
}
.product-page .top .right .arrange {
  display: inline-block;
  vertical-align: middle;
  margin-left: 65px;
}
.product-page .top .right .arrange i.fa {
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-left: 15px;
  cursor: pointer;
  cursor: hand;
}
.product-page .top .right .arrange i.fa:hover,
.product-page .top .right .arrange i.fa.active {
  color: #e61e40;
}
.product-page .top .right .arrange i.fa:first-child {
  margin-left: 0;
}
.product-page .bottom {
  margin-top: 50px;
}
.product-page .bottom ul {
  margin: -20px;
}
.product-page .bottom ul li {
  padding: 20px;
}
.product-page .bottom ul li .box {
  display: block;
  border: 1px solid #dcdcdc;
  -webkit-transition: .5s all,color 0s;
  -moz-transition: .5s all,color 0s;
  transition: .5s all,color 0s;
}
.product-page .bottom ul li .box a.img-box {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .bottom ul li .box a.img-box img {
  display: block;
  width: 100%;
}
.product-page .bottom ul li .box .content {
  padding: 30px 30px 40px;
  text-align: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .bottom ul li .box .content h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
.product-page .bottom ul li .box .content .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin: 10px 0 15px;
}
.product-page .bottom ul li .box .content a.more {
  line-height: 54px;
  height: 54px;
  padding: 0 25px;
  border-radius: 27px;
  background: #e61e40;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.product-page .bottom ul li .box .content a.more:hover {
  background: #222;
}
.product-page .bottom ul li .box:hover {
  background: #e61e40;
  color: white;
}
.product-page .bottom ul li .box:hover .content a.more {
  background: white;
  color: #e61e40;
}
.product-page .bottom.list ul li {
  width: 100%;
}
.product-page .bottom.list ul li .box .img-box {
  width: 30%;
  vertical-align: middle;
}
.product-page .bottom.list ul li .box .content {
  width: 70%;
  vertical-align: middle;
}
.contact-page {
  position: relative;
  z-index: 2;
}
.contact-page .contact-1 .map {
  position: relative;
}
.contact-page .contact-1 .map:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .map:hover:after {
  opacity: 0;
  z-index: -1;
}
.contact-page .contact-1 #mapContainer {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background: black;
}
.contact-page .contact-1 #mapContainer .amap-copyright,
.contact-page .contact-1 #mapContainer .amap-logo {
  display: none !important;
}
.contact-page .contact-1 .list {
  margin-top: -150px;
}
.contact-page .contact-1 .list ul {
  margin: -15px;
}
.contact-page .contact-1 .list ul li {
  padding: 15px;
}
.contact-page .contact-1 .list ul li .box {
  text-align: center;
  padding: 45px 10%;
  background: white;
  -o-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  border-radius: 18px;
}
.contact-page .contact-1 .list ul li .box i {
  display: block;
}
.contact-page .contact-1 .list ul li .box h6 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 25px 0 15px;
}
.contact-page .contact-1 .list ul li .box p {
  display: block;
  font-size: 16px;
  font-family: "Arial";
  color: rgba(0, 0, 0, 0.53);
  line-height: 1.6;
  height: 3.2em;
}
.contact-page .contact-2 {
  padding-bottom: 90px;
  text-align: center;
}
.contact-page .contact-2 span.tag {
  color: black;
}
.contact-page .contact-2 .form {
  margin-top: 80px;
}
.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%;
  line-height: 24px;
  padding: 20px;
  border-radius: 32px;
  border: 1px solid #bfbfbf;
  font-size: 18px;
  font-weight: 300;
  padding-left: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input::-webkit-input-placeholder, .contact-page .contact-2 .form ul li textarea::-webkit-input-placeholder {
  color: black;
}
.contact-page .contact-2 .form ul li input:-moz-placeholder, .contact-page .contact-2 .form ul li textarea:-moz-placeholder {
  color: black;
}
.contact-page .contact-2 .form ul li input::-moz-placeholder, .contact-page .contact-2 .form ul li textarea::-moz-placeholder {
  color: black;
}
.contact-page .contact-2 .form ul li input:-ms-input-placeholder, .contact-page .contact-2 .form ul li textarea:-ms-input-placeholder {
  color: black;
}
.contact-page .contact-2 .form ul li input::placeholder,
.contact-page .contact-2 .form ul li textarea::placeholder {
  color: black;
}
.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  border-color: #e61e40;
}
.contact-page .contact-2 .form ul li textarea {
  height: 230px;
  resize: vertical;
}
.contact-page .contact-2 .form ul li .box {
  position: relative;
}
.contact-page .contact-2 .form ul li .box label {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 0;
  border-radius: 100%;
  background: #e61e40;
  display: block;
}
.contact-page .contact-2 .form ul li .box label img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  margin-top: 40px;
  padding: 0 60px;
  line-height: 56px;
  height: 56px;
  border-radius: 28px;
  background: #e61e40;
  color: white;
  font-size: 18px;
  width: auto;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: normal;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li:nth-child(5) .box label:after {
  content: '';
  border-left: 18px solid #e61e40;
  border-bottom: 18px solid #e61e40;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
}
.contact-page + .about-page .about-6 {
  background: none;
}
.product-page .newsList {
  margin-top: 40px;
}
.product-page .newsList ul {
  margin: -20px;
}
.product-page .newsList ul li {
  padding: 20px;
}
.product-page .newsList ul li .box {
  -o-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}
.product-page .newsList ul li .img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .newsList ul li .img a.img-box {
  display: block;
}
.product-page .newsList ul li .img img {
  width: 100%;
}
.product-page .newsList ul li .text {
  padding: 25px;
}
.product-page .newsList ul li .text time {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #e61e40;
}
.product-page .newsList ul li .text time img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.product-page .newsList ul li .text h6 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin: 15px 0;
}
.product-page .newsList ul li .text p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.product-page .newsList ul li .text a.more {
  line-height: 54px;
  height: 54px;
  padding: 0 22px;
  border-radius: 27px;
  background: #e61e40;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  margin-top: 35px;
}
.product-page .newsList ul li .text a.more:hover {
  background: #222;
}
.product-page .newsList.list ul li {
  width: 100%;
}
.product-page .newsList.list ul li .img {
  width: 35%;
  vertical-align: middle;
}
.product-page .newsList.list ul li .text {
  width: 65%;
  padding: 0 5%;
  vertical-align: middle;
}
.prodet-page {
  padding-top: 100px;
}
.prodet-page h3.title {
  font-size: 36px;
  font-weight: bold;
  line-height: 2;
}
.prodet-page h3.title:before {
  content: '';
  border: 10px solid #e61e40;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -8px;
}
.prodet-page .prodet-1 .box .left {
  width: 60%;
  padding-right: 5%;
}
.prodet-page .prodet-1 .box .left .smallImg {
  width: 25%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .box .left .smallImg ul {
  margin: -8px;
}
.prodet-page .prodet-1 .box .left .smallImg ul li {
  padding: 8px;
}
.prodet-page .prodet-1 .box .left .smallImg ul li img {
  border: 4px solid #ececec;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .box .left .smallImg ul li img:hover {
  border-color: #e61e40;
}
.prodet-page .prodet-1 .box .left .smallImg ul .slick-current li img {
  border-color: #e61e40;
}
.prodet-page .prodet-1 .box .left .bigImg {
  width: 75%;
  padding-left: 5%;
  vertical-align: middle;
  text-align: center;
}
.prodet-page .prodet-1 .box .left .bigImg img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .box .right {
  width: 40%;
}
.prodet-page .prodet-1 .box .right span.tag {
  color: #e61e40;
  text-transform: none;
  margin-bottom: 5px;
}
.prodet-page .prodet-1 .box .right h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}
.prodet-page .prodet-1 .box .right .content {
  margin-top: 35px;
  font-size: 14px;
  line-height: 2;
}
.prodet-page .prodet-1 .box .right .content strong {
  font-weight: bold;
  display: block;
}
.prodet-page .prodet-2 {
  padding-top: 55px;
}
.prodet-page .prodet-2 .box {
  padding: 60px 5% 55px;
  border-top: 3px solid #e3e3e3;
  border-bottom: 3px solid #e3e3e3;
}
.prodet-page .prodet-2 .box .left {
  padding-right: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 2px solid #d6d6d6;
  vertical-align: middle;
}
.prodet-page .prodet-2 .box .left p {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 10px;
}
.prodet-page .prodet-2 .box .left p strong {
  font-weight: bold;
}
.prodet-page .prodet-2 .box .left a {
  color: #e61e40;
}
.prodet-page .prodet-2 .box .right {
  vertical-align: middle;
  padding-left: 5%;
}
.prodet-page .prodet-2 .box .right h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .box .right h6 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.prodet-page .prodet-2 .box .right h6 a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .box .right h6 a:hover {
  color: #e61e40;
}
.prodet-page .prodet-2 .box .right a.more {
  line-height: 54px;
  height: 54px;
  padding: 0 38px;
  border-radius: 27px;
  background: #e61e40;
  color: white;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  float: right;
  margin-top: -2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .box .right a.more:hover {
  background: #222;
}
.prodet-page .prodet-3 {
  padding: 35px 0 45px;
  border-bottom: 3px solid #e3e3e3;
}
.prodet-page .prodet-3 .content {
  margin-top: 35px;
  font-size: 16px;
  line-height: 2;
  
}
.prodet-page .prodet-3 .content table tr td {
  font-size: 16px;
  padding: 5px 15px;
  border: 1px solid #a6a6a6;
}
.prodet-page .prodet-3 .content table tr:nth-child(even) {
  background-color: #f5f5f5;
}
.prodet-page .prodet-3 .videoList {
  margin-top: 35px;
}
.prodet-page .prodet-3 .videoList ul {
  margin: -3px;
}
.prodet-page .prodet-3 .videoList ul li {
  padding: 3px;
}
.prodet-page .prodet-3 .videoList ul li img {
  margin-bottom: 10px;
}
.prodet-page .prodet-3 .videoList ul li img,
.prodet-page .prodet-3 .list ul li img {
  display: block;
  width: 100%;
}
.prodet-page .prodet-3 .list ul {
  letter-spacing: -4px;
  font-size: 0;
}
.prodet-page .prodet-3 .list ul li {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}
.prodet-page .prodet-3 .videoList ul li,
.prodet-page .prodet-3 .list ul li {
  font-size: 18px;
}
.prodet-page .prodet-3 .list.notable table,
.prodet-page .prodet-3 .list.notable table td {
  border: none;
  line-height: 2;
}
.prodet-page .prodet-3 .list.notable hr {
  opacity: .6;
  border: none;
  display: block;
  clear: both;
  height: 1px;
  width: 100%;
  background: black;
}
.prodet-page .prodet-3 .list strong {
  font-weight: bold;
}
.prodet-page .prodet-3 .videoList ul li a {
  display: block;
  position: relative;
}
.prodet-page .prodet-3 .videoList ul li a span {
  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%);
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-3 .list {
  margin-top: 50px;
}
.prodet-page .prodet-3 .list ul {
  margin: -10px -5px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 10px 5px;
}
.prodet-page .prodet-3 .list ul li.wid-50 {
  width: 50%;
}
.prodet-page .prodet-3 .list ul li .box img {
  width: 100%;
}
.prodet-page .prodet-3 .list ul li .box .text,
.prodet-page .prodet-3 .list ul li strong {
  padding: 20px 25px;
  font-family: "Arial";
  font-weight: bold;
  font-size: 16px;
  color: white;
  line-height: 1.4;
  background-color: #2e2e2e;
  display: block;
}
.prodet-page .prodet-4 {
  padding-top: 40px;
  border-bottom: 3px solid #e3e3e3;
}
.prodet-page .prodet-4 .list {
  margin-top: 65px;
}
.prodet-page .prodet-4 .list ul li {
  padding: 45px 65px;
  border-top: 1px solid #bfbfbf;
}
.prodet-page .prodet-4 .list ul li h6 {
  display: block;
  position: relative;
  font-size: 26px;
  font-weight: bold;
}
.prodet-page .prodet-4 .list ul li h6 i {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 15px;
}
.prodet-page .prodet-4 .list ul li h6 i img {
  width: auto;
  max-width: none;
}
.prodet-page .prodet-4 .list ul li .text {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  margin-top: 30px;
}
.prodet-page .prodet-5 {
  padding: 40px 0 70px;
  border-bottom: 3px solid #e3e3e3;
}
.prodet-page .prodet-5 .list {
  margin-top: 60px;
}
.prodet-page .prodet-5 .list ul {
  margin: -20px;
}
.prodet-page .prodet-5 .list ul li {
  padding: 20px;
}
.prodet-page .prodet-5 .list ul li .box {
  display: block;
  border: 1px solid #dcdcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-5 .list ul li .box a.img-box {
  display: block;
}
.prodet-page .prodet-5 .list ul li .box a.img-box img {
  display: block;
  width: 100%;
}
.prodet-page .prodet-5 .list ul li .box .content {
  display: block;
  padding: 30px 30px 40px;
  text-align: left;
}
.prodet-page .prodet-5 .list ul li .box .content h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
.prodet-page .prodet-5 .list ul li .box .content .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin: 10px 0 15px;
}
.prodet-page .prodet-5 .list ul li .box .content a.more {
  line-height: 54px;
  height: 54px;
  padding: 0 25px;
  border-radius: 27px;
  background: #e61e40;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.prodet-page .prodet-5 .list ul li .box .content a.more:hover {
  background: #222;
}
.prodet-page .prodet-5 .list ul li .box:hover {
  background: #e61e40;
  color: white;
}
.prodet-page .prodet-5 .list ul li .box:hover .content a.more {
  background: white;
  color: #e61e40;
}
.prodet-page .prodet-5 .list ul .slick-dots {
  margin: 60px 0 0 ;
  text-align: center;
}
.prodet-page .prodet-5 .list ul .slick-dots li {
  width: 70px;
  height: 5px;
  background-color: #222;
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-5 .list ul .slick-dots li button {
  display: none;
}
.prodet-page .prodet-5 .list ul .slick-dots li.slick-active {
  background-color: #e61e40;
}
.prodet-page .prodet-6 {
  padding: 35px 0 70px;
  border-bottom: 3px solid #e3e3e3;
  margin-bottom: 50px;
}
.prodet-page .prodet-6 .list {
  margin-top: 70px;
  padding-bottom: 30px;
  overflow: hidden;
}
.prodet-page .prodet-6 .list ul {
  margin: -15px;
}
.prodet-page .prodet-6 .list ul .slick-list {
  overflow: unset;
}
.prodet-page .prodet-6 .list ul li {
  padding: 15px;
}
.prodet-page .prodet-6 .list ul li .box {
  padding: 40px 50px 60px;
  border: 1px solid #dcdcdc;
  background: white;
  position: relative;
}
.prodet-page .prodet-6 .list ul li .box:after {
  content: '';
  width: 90%;
  left: 5%;
  height: 50%;
  bottom: -30px;
  background: #f7f7f9;
  border: 1px solid #eaeaea;
  display: block;
  position: absolute;
  z-index: -1;
}
.prodet-page .prodet-6 .list ul li .box .head {
  padding-left: 100px;
  position: relative;
}
.prodet-page .prodet-6 .list ul li .box .head i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
}
.prodet-page .prodet-6 .list ul li .box .head h5 {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.prodet-page .prodet-6 .list ul li .box .head h5 small {
  margin-top: 20px;
  font-size: 60%;
  font-weight: normal;
  line-height: 1;
  display: block;
  color: rgba(0, 0, 0, 0.41);
}
.prodet-page .prodet-6 .list ul li .box .text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
.prodet-page .prodet-6 .list ul .slick-dots {
  margin: 60px 0 0 ;
  text-align: center;
}
.prodet-page .prodet-6 .list ul .slick-dots li {
  width: 70px;
  height: 5px;
  background-color: #222;
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-6 .list ul .slick-dots li button {
  display: none;
}
.prodet-page .prodet-6 .list ul .slick-dots li.slick-active {
  background-color: #e61e40;
}
.newdet-page {
  padding: 80px 0;
  /*text-align: center;*/
}
.newdet-page h1 {
  font-size: 28px;
  font-weight: bold;
}
.newdet-page time {
  font-size: 16px;
  color: #666;
  margin: 15px 0;
  display: block;
}
.newdet-page .content {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.newdet-page .m-link {
  font-size: 16px;
  color: #999;
}
.newdet-page .m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a:hover {
  color: #e61e40;
}
@media screen and (max-width: 1600px) {
  .inner-banner h2 {
    font-size: 50px;
  }
  .inner-banner .mbx {
    font-size: 16px;
  }
  .product-page .top .left .navList span {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
  }
  .product-page .top .left .navList span:before,
  .product-page .top .left .navList span i.fa {
    top: 18px;
  }
  .product-page .top .right .play i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .inner-page span.tag {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .box .right h1 {
    font-size: 30px;
  }
  .prodet-page h3.title {
    font-size: 32px;
  }
  .prodet-page .prodet-4 .list ul li .text {
    font-size: 18px;
  }
  .prodet-page .prodet-5 .list ul li .box .content h4,
  .product-page .newsList ul li .text h6,
  .product-page .bottom ul li .box .content h4,
  .about-page .about-6 .list ul li .box .text h5,
  .about-page .about-1 .text {
    font-size: 20px;
  }
  .inner-page h2 {
    font-size: 52px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    padding: 12px;
    padding-left: 70px;
  }
  .contact-page .contact-2 .form ul li .box label {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .contact-page .contact-2 .form ul li:nth-child(5) .box label:after {
    border-width: 12px;
  }
  .contact-page .contact-2 .form ul li input[type="submit"],
  .faq-page .faq-2 a.more,
  .prodet-page .prodet-5 .list ul li .box .content a.more,
  .prodet-page .prodet-2 .box .right a.more,
  .product-page .newsList ul li .text a.more,
  .product-page .bottom ul li .box .content a.more {
    line-height: 46px;
    height: 46px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .inner-page .m-page {
    margin-top: 120px;
  }
  .product-page {
    padding: 80px 0;
  }
  .about-page .about-5 {
    padding: 100px 0;
  }
  .inner-page .faq-list ul li .box2 .text {
    font-size: 14px;
  }
  .about-page .about-4 {
    padding-bottom: 100px;
  }
  .about-page .about-2 .list ul li .box p {
    font-size: 16px;
  }
  .about-page .about-1 {
    padding: 100px 0;
  }
  .faq-page .faq-1 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1400px) {
  .inner-page h2 {
    font-size: 44px;
  }
  .inner-page .m-page {
    margin-top: 80px;
  }
  .newdet-page .content {
    font-size: 16px;
  }
  .newdet-page {
    padding: 50px 0;
  }
  .prodet-page h3.title {
    font-size: 28px;
  }
  .contact-page .contact-2 .form ul li input[type="submit"],
  .faq-page .faq-2 a.more,
  .prodet-page .prodet-5 .list ul li .box .content a.more,
  .prodet-page .prodet-2 .box .right a.more,
  .product-page .newsList ul li .text a.more,
  .product-page .bottom ul li .box .content a.more {
    line-height: 36px;
    height: 36px;
    font-size: 16px;
  }
  .prodet-page .prodet-3 .list ul li .box .text {
    padding: 20px 15px;
    font-size: 14px;
  }
  .prodet-page .prodet-3 .videoList ul li a span {
    width: 80px;
  }
  .prodet-page .prodet-2 .box {
    padding: 40px 3%;
  }
  .prodet-page .prodet-2 .box .right h6 {
    font-size: 20px;
  }
  .product-page .newsList ul li .text p,
  .product-page .bottom ul li .box .content .text {
    font-size: 14px;
  }
  .about-page .about-6 .list ul li .box .text .share a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
  }
  .about-page .about-6 {
    padding: 100px 0;
  }
  .about-page .about-5 .right h2 {
    font-size: 32px;
  }
  .about-page .about-3 .videoBox .play h6,
  .about-page .about-1 .vrBox .vrPlay h6 {
    font-size: 16px;
  }
  .about-page .about-3 .videoBox .play img,
  .about-page .about-1 .vrBox .vrPlay img {
    max-width: 70px;
  }
  .about-page .about-3 .videoBox .play:after,
  .about-page .about-1 .vrBox .vrPlay:after {
    width: 30px;
    height: 30px;
  }
  .about-page .about-1 .vrBox .vrPlay:after {
    top: -10px;
  }
  .about-page .about-1 .list ul li .box h6 {
    margin: 20px 0;
    font-size: 20px;
  }
  .about-page .about-1 .list ul li .box h6 img {
    width: 50px;
  }
  .about-page .about-2 .list ul li .box h5 {
    font-size: 24px;
  }
  .about-page .about-2 .list ul li .box:before {
    font-size: 50px;
    left: 0;
  }
  .about-page .about-2 .list ul li .box i {
    max-width: 50px;
  }
  .about-page .about-2 .list ul li .box {
    padding-left: 80px;
  }
  .about-page .about-2 .list ul li .box:after,
  .inner-banner h2:before {
    width: 60px;
    height: 3px;
  }
  .inner-banner h2 {
    font-size: 50px;
  }
  .inner-banner {
    height: 380px;
    padding-top: 140px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-6 .list ul li .box .text .share a {
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    margin: 0 1px;
  }
  .prodet-page .prodet-5 .list ul li .box .content h4,
  .product-page .newsList ul li .text h6,
  .product-page .bottom ul li .box .content h4,
  .about-page .about-6 .list ul li .box .text h5,
  .about-page .about-1 .text {
    font-size: 16px;
  }
  .about-page .about-6 .list ul li .box .text p {
    font-size: 12px;
  }
  .about-page .about-6 {
    padding: 50px 0;
  }
  .about-page .about-5 .right h2 {
    font-size: 28px;
  }
  .inner-page span.tag {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .inner-page .faq-list ul li .box2 {
    padding: 15px 20px;
  }
  .inner-page .faq-list ul li .box2 .text {
    margin-top: 15px;
  }
  .inner-page .faq-list ul li .box2 h5 {
    font-size: 18px;
  }
  .inner-page .faq-list ul li .box2 h5 i {
    width: 30px;
    height: 30px;
  }
  .about-page .about-4 {
    padding-bottom: 50px;
  }
  .inner-page h2 {
    font-size: 32px;
  }
  .about-page .about-2 .list ul li .box h5 {
    font-size: 20px;
  }
  .about-page .about-1 .list ul li .box h6 img {
    right: 10px;
  }
  .about-page .about-1 .list ul li .box h6 {
    padding-right: 70px;
    line-height: 50px;
    height: 50px;
  }
  .about-page .about-1 {
    padding: 50px 0;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-4 .list {
    margin-top: 30px;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
  }
  .inner-banner {
    height: 260px;
    padding-top: 80px;
  }
  .inner-banner h2 {
    font-size: 40px;
  }
  .inner-banner .mbx {
    font-size: 14px;
    margin-top: 10px;
  }
  .about-page .about-2 .list ul li .box:after,
  .inner-banner h2:before {
    width: 40px;
    height: 2px;
  }
  .about-page .about-5 .right {
    padding-left: 0;
    width: 100%;
  }
  .about-page .about-5 .left {
    display: none;
  }
  .about-page .about-5 {
    padding: 50px 0;
  }
  .about-page .about-6 .list ul li {
    padding: 20px 5px;
  }
  .about-page .about-6 .list ul {
    margin: 0 -5px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 16px;
  }
  .contact-page .contact-2 .form ul li {
    padding: 7px;
  }
  .contact-page .contact-2 .form ul {
    margin: -7px;
  }
  .contact-page .contact-2 {
    padding-bottom: 50px;
  }
  .contact-page .contact-2 .form ul li input[type="submit"] {
    margin-top: 20px;
  }
  .contact-page .contact-1 .list ul li .box h6 {
    font-size: 20px;
  }
  .contact-page .contact-1 .list ul li .box i {
    max-width: 60px;
    display: block;
    margin: 0 auto;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .contact-page .contact-1 .list ul li .box p {
    height: auto;
  }
  .contact-page .contact-1 .list ul li .box {
    padding: 20px 5%;
  }
  .contact-page .contact-1 #mapContainer {
    height: 340px !important;
  }
  .contact-page .contact-1 .list {
    margin-top: -100px;
  }
  .contact-page .contact-1 .list ul li .box h6 {
    margin: 15px 0;
  }
  .faq-page .faq-2 {
    padding: 60px 0;
  }
  .faq-page .faq-2 a.more {
    margin-top: 30px;
  }
  .product-page .bottom ul li .box .content {
    padding: 15px;
  }
  .product-page .bottom ul li {
    padding: 10px;
  }
  .product-page .bottom ul {
    margin: -10px;
  }
  .contact-page .contact-2 .form ul li input[type="submit"],
  .faq-page .faq-2 a.more,
  .prodet-page .prodet-5 .list ul li .box .content a.more,
  .prodet-page .prodet-2 .box .right a.more,
  .product-page .newsList ul li .text a.more,
  .product-page .bottom ul li .box .content a.more {
    font-size: 14px;
  }
  .product-page .bottom ul li .box .content .text {
    display: none;
  }
  .product-page .bottom ul li .box .content h4 {
    margin-bottom: 10px;
  }
  .product-page .top .right .arrange {
    display: none;
  }
  .product-page .top .left .navList span {
    max-width: 100%;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 5px;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
  .product-page .newsList ul li {
    padding: 5px;
  }
  .product-page .newsList ul {
    margin: -5px;
  }
  .product-page .newsList ul li .text p {
    display: none;
  }
  .product-page .newsList ul li .text a.more {
    margin-top: 0;
  }
  .product-page .newsList ul li .text time {
    font-size: 15px;
  }
  .inner-banner h2 {
    font-size: 32px;
  }
  .inner-banner {
    height: 200px;
    padding-top: 60px;
  }
  .prodet-page .prodet-6 .list ul li .box {
    padding: 20px;
  }
  .prodet-page .prodet-6 .list ul li .box .text {
    margin-top: 15px;
    font-size: 14px;
  }
  .prodet-page .prodet-6 {
    padding: 35px 0;
  }
  .prodet-page .prodet-6 .list ul .slick-dots li,
  .prodet-page .prodet-5 .list ul .slick-dots li {
    width: 40px;
    height: 2px;
  }
  .prodet-page .prodet-5 {
    padding: 40px 0;
  }
  .prodet-page .prodet-5 .list ul .slick-dots {
    margin-top: 30px;
  }
  .prodet-page .prodet-4 .list ul li h6 {
    font-size: 18px;
  }
  .prodet-page .prodet-4 .list ul li .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .prodet-page .prodet-4 .list ul li {
    padding: 20px 60px;
  }
  .prodet-page .prodet-4 .list,
  .prodet-page .prodet-6 .list,
  .prodet-page .prodet-5 .list,
  .prodet-page .prodet-3 .list {
    margin-top: 40px;
  }
  .prodet-page .prodet-3 .list ul li .box .text {
    font-size: 12px;
  }
  .prodet-page .prodet-3 .videoList ul li a span {
    width: 40px;
  }
  .prodet-page .prodet-3 .content table tr td {
    font-size: 14px;
  }
  .prodet-page .prodet-2 .box .left {
    padding-right: 0;
    width: 100%;
    border-right: none;
  }
  .prodet-page .prodet-2 .box .right {
    padding-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .prodet-page {
    padding-top: 40px;
  }
  .product-page .top .left {
    display: none;
  }
  .product-page .top .right {
    width: 100%;
  }
  .newdet-page h1 {
    font-size: 24px;
  }
  .newdet-page time {
    font-size: 14px;
  }
  .newdet-page .m-link {
    font-size: 14px;
  }
  .faq-page .faq-1 {
    padding: 50px 0;
  }
  .inner-page h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .faq-1 .list {
    margin-top: 30px;
  }
  .inner-page .faq-list ul li .box2 {
    border-radius: 15px;
  }
  .contact-page .contact-2 .form {
    margin-top: 40px;
  }
  .prodet-page .prodet-6 .list ul .slick-dots {
    margin-top: 40px;
  }
  .prodet-page .prodet-6 .list ul li .box .head h5 {
    font-size: 22px;
  }
  .prodet-page .prodet-6 .list ul li .box .head i {
    width: 50px;
  }
  .prodet-page .prodet-6 .list ul li .box .head {
    padding-left: 70px;
  }
  .prodet-page .prodet-6 .list ul li .box .head h5 small {
    margin-top: 10px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 14px;
    padding-left: 60px;
  }
  .prodet-page .prodet-5 .list ul li .box .content .text {
    display: none;
  }
  .prodet-page .prodet-5 .list ul li .box .content {
    padding: 15px;
  }
  .prodet-page .prodet-5 .list ul li .box .content h4 {
    margin-bottom: 10px;
  }
  .prodet-page .prodet-5 .list ul li {
    padding: 5px;
  }
  .prodet-page .prodet-5 .list ul {
    margin: -5px;
  }
  .prodet-page h3.title {
    font-size: 24px;
  }
  .prodet-page h3.title:before {
    border-width: 5px;
    top: -4px;
  }
  .prodet-page .prodet-4 .list ul li h6 {
    line-height: 2;
  }
  .prodet-page .prodet-2 .box .right h6 img {
    max-width: 44px;
  }
  .inner-banner h2 {
    font-size: 24px;
  }
  .inner-banner h2:before {
    margin-bottom: 5px;
  }
  .inner-banner .mbx {
    font-size: 12px;
  }
  .inner-banner {
    padding-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .inner-page h2 {
    font-size: 24px;
  }
  .faq-page .faq-2 a.more {
    margin-top: 20px;
    padding: 0 30px;
  }
  .newdet-page h1 {
    font-size: 20px;
  }
  .newdet-page .content {
    font-size: 14px;
  }
  .prodet-page .prodet-4 .list ul li {
    padding: 20px 30px;
  }
  .prodet-page .prodet-4 .list ul li h6 i {
    width: 30px;
    margin-right: 5px;
  }
  .prodet-page .prodet-4 .list ul li h6 i img {
    max-width: 100%;
  }
  .prodet-page .prodet-3 .list ul li.wid-50 {
    width: 100%;
  }

  .prodet-page .prodet-2 .box .right a.more {
    float: none;
    margin-left: 0;
    margin-top: 15px;
  }
  .prodet-page .prodet-1 .box .right h1 {
    font-size: 32px;
  }
  .product-page {
    padding: 50px 0;
  }
  .inner-banner {
    height: auto;
    padding-top: 40px;
  }
  .product-page .newsList {
    margin-top: 0;
  }
  .about-page .about-6 .list ul .slick-slide li {
    top: 0 !important;
  }
  .about-page .about-6 .list {
    margin-top: 20px;
  }
  .contact-page .contact-1 .list ul li .box p {
    font-size: 14px;
  }
  .contact-page .contact-1 .list ul li .box h6 {
    font-size: 18px;
  }
  .about-page .about-4 .list ul li {
    padding: 5px;
  }
  .about-page .about-4 .list ul {
    margin: -5px;
  }
  .about-page .about-4 .progress {
    margin-top: 20px;
  }
  .about-page .about-3 .videoBox .play h6,
  .about-page .about-1 .vrBox .vrPlay h6 {
    font-size: 14px;
  }
  .about-page .about-3 .videoBox .play img,
  .about-page .about-1 .vrBox .vrPlay img {
    max-width: 50px;
  }
  .about-page .about-3 .videoBox .play:after,
  .about-page .about-1 .vrBox .vrPlay:after {
    width: 20px;
    height: 20px;
  }
  .about-page .about-2 .list ul li {
    width: 100%;
  }
  .about-page .about-2 .list ul li .box p {
    font-size: 14px;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
  }
  .about-page .about-2 .list ul li {
    padding: 15px;
  }
  .about-page .about-2 .list ul {
    margin: -15px;
  }
}
.loader {
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  transform: rotate(165deg);
  top: 50%;
  left: 50%;
  margin-top: -1.25em;
  margin-left: -1.25em;
}
.loader:before, .loader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  transform: translate(-50%, -50%);
}
.loader:before {
  animation: before 2s infinite;
}
.loader:after {
  animation: after 2s infinite;
}

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}
.service-page .service-1 {
  padding: 90px 0;
}
.service-page .service-1 img {
  display: block;
  margin: 0 auto;
}
.service-page .service-1 .slide {
  margin: 50px 0;
}
.service-page .service-1 .slide img {
  margin-left: 0;
}
.service-page .service-1 .slide h5 {
  font-size: 30px;
  font-weight: bold;
  margin: 1em 0;
}
.service-page .service-1 .slide .text {
  font-size: 18px;
  line-height: 1.8;
}
.service-page .service-1 .slide .text p {
  margin-bottom: .5em;
}
.service-page .service-2 {
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url('../images/service-2-bg.jpg') left top no-repeat #e61e40;
}
.service-page .service-2 h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
}
.service-page .service-2 a {
  font-size: 18px;
  text-transform: capitalize;
  color: #e61e40;
  line-height: 1;
  padding: 1em 4em;
  border-radius: 2em;
  margin-top: 3em;
  display: inline-block;
  background: white;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 img {
    display: none;
  }
  .service-page .service-1 .slide img {
    max-height: 40px;
    display: block;
  }
  .service-page .service-1 .slide h5 {
    font-size: 24px;
    margin: .5em 0;
  }
  .service-page .service-1 .slide .text {
    font-size: 16px;
  }
  .service-page .service-1 .slide {
    margin: 20px 0;
  }
  .service-page .service-1 {
    padding: 50px 0;
  }
  .service-page .service-2 h2 {
    font-size: 28px;
  }
  .service-page .service-2 a {
    font-size: 16px;
    margin-top: 1.5em;
  }
  .service-page .service-2 {
    padding: 50px 0;
  }
}
.prodet-page .prodet-1 .box .left .bigImg .slick-arrow {
  width: 36px;
  height: 36px;
  background-size: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: transparent;
  overflow: hidden;
}
.prodet-page .prodet-1 .box .left .bigImg .slick-arrow.slick-prev {
  background-image: url('../images/banner-btn-l.png');
  left: -40px;
}
.prodet-page .prodet-1 .box .left .bigImg .slick-arrow.slick-next {
  background-image: url('../images/banner-btn-r.png');
  right: -40px;
}


.weijiyj {
  width: 610px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.weijijck {
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 10px;
}
.hyzstz h2 {
  font-size: 48px;
}
.hyzstz p {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
.prodet-page .prodet-3 .list.notable span {
  line-height: 2;
}
#index-body .init-2 .right .text .shouyeh h1 {
  display: inline;
}

@media screen and (max-width: 1500px) {
  .about-page ul .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .about-page ul .slick-arrow.slick-prev {
    left: 0;
  }
  .about-page ul .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .about-page .about-2 .list ul li .box p{
    max-height: 260px;
    overflow: auto;  
  }
}
@media screen and (min-width: 700px) {
  #index-body .init-8 .slide {
    width: 49.6%;
  }
  #index-body .init-8 .box {
    justify-content: space-between;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-8 .slide {
    width: 100%;
    margin-top: 10px;
    padding: 20px;
  }
  #index-body .init-8 .box {
    flex-wrap: wrap;
  }
  #index-body .init-8 .slide span {
    font-size: 20px;
  }
  #index-body .init-8 {
    height: auto;
  }
}
#index-body .init-4 .font-18 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-4 .font-18 span {
  font-size: 1.3em;
}
#index-body .init-4 .flex {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
#index-body .init-4 .flex p {
  width: 50%;
  padding-right: 1em;
}
#index-body .init-4 .flex p:nth-child(2)~p {
  width: 100%;
}
.service-page .service-1 .slide .text p {
  display: flex;
}
.service-page .service-1 .slide .text p:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: #e61e40;
  margin-right: .5em;
  flex-shrink: 0;
  margin-top: .6em;
}
#banner li.video>img {
  opacity: 0;
  display: none;
}
#banner li video {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
#banner li {
  overflow: hidden;
  z-index: 1;
}
#banner li.video:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 750px) {
  #footer .grid-box {
    font-size: 14px;
    line-height: 2;
  }
}
