/*@font-face {
  font-family: 'arial';
  src: url(/fonts/arial.ttf) format('truetype'), url(/fonts/arial.eot) format('eot'), url(/fonts/arial.woff) format('woff'), url(/fonts/arial.woff2) format('woff2');
}*/
body {
  /*max-width: 1920px;*/
  word-break: break-word;
  background: #1d1d1d;
  color: white;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1430px;
}
.layui-layer {
  color: black;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow-x: hidden;
}
#header {
  z-index: 21;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
}
#header .h-top {
  text-align: right;
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
}
#header .h-top .search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#header .h-top .search input {
  width: 150px;
  line-height: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #676666;
  background-color: transparent;
  padding-left: 15px;
  padding-right: 40px;
  color: white;
}
#header .h-top .search input::-webkit-input-placeholder {
  color: white;
}
#header .h-top .search input:-moz-placeholder {
  color: white;
}
#header .h-top .search input::-moz-placeholder {
  color: white;
}
#header .h-top .search input:-ms-input-placeholder {
  color: white;
}
#header .h-top .search input[type="submit"] {
  width: 30px;
  right: 5px;
  top: 0;
  border: none;
  background: url("../images/icon-search.png") center center no-repeat;
  position: absolute;
  padding: 0;
}
#header .h-top .yuy {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .yuy ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 16px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .yuy ul li:hover {
  color: #ed6f00;
}
#header .nav {
  position: relative;
  z-index: 0;
}
#header .nav .ui.menu .menu-box {
  display: block;
  text-align: center;
  margin: 0 -5%;
}
#header .nav .ui.menu .menu-box ul.menu {
  letter-spacing: -5px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  width: 14.28571429%;
  font-size: 19px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 0;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #ed6f00;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 50%;
  width: 180px;
  margin-left: -90px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #ed6f00;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#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:hover {
  background-color: #ed6f00;
}
#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 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 70px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  background-size: 14px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: 0 20px;
  border-radius: 100%;
  border: 7px solid #bfbfbf;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #ed6f00;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: white;
  color:black;
}
.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;
  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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #ed6f00;
}
#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;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #ed6f00 !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ed6f00;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ed6f00;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  overflow: hidden;
}
#banner li {
  position: relative;
}
#banner li img {
  width: 100%;
}
#banner li canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto !important;
}
#banner li .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .content .left {
  text-align: center;
  color: white;
}
#banner li .content .left h5 {
  display: block;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1; text-shadow:4px 4px 4px #222;
}
#banner li .content .left h2 {
  font-size: 80px;
  font-weight: bold;
  margin: 10px 0 20px; text-shadow:0px 4px 4px #222;
}
#banner li .content .left h2 em {
  color: #ed6f00;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
}
#banner li .content .left p {
  display: block;
  font-size: 30px;
  margin:0 10%;
  text-shadow:4px 4px 4px #222;
}
#banner li.ie1 .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  text-align: center;
}
#banner li.ie1 .box span {
  display: inline-block;
}
#banner li.ie1 .box img {
  position: relative;
  top: 80px;
}
#banner li.ie1 .box .circle {
  width: 590px;
  height: 590px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner li.ie1 .box .circle i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  background-position: center center;
  -webkit-animation: rotate_360 50s linear infinite;
  -o-animation: rotate_360 50s linear infinite;
  -ms-animation: rotate_360 50s linear infinite;
  -moz-animation: rotate_360 50s linear infinite;
  animation: rotate_360 50s linear infinite;
}
#banner li.ie1 .box .circle i.ie1 {
  width: 88%;
  height: 88%;
  background-image: url("../images/banner-circle-1.png");
}
#banner li.ie1 .box .circle i.ie2 {
  width: 92%;
  height: 92%;
  background-image: url("../images/banner-circle-2.png");
  -webkit-animation-direction: reverse;
  -o-animation-direction: reverse;
  -ms-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
#banner li.ie1 .box .circle i.ie3 {
  width: 100%;
  height: 100%;
  background-image: url("../images/banner-circle-3.png");
  -webkit-animation-duration: 80s;
  -o-animation-duration: 80s;
  -ms-animation-duration: 80s;
  -moz-animation-duration: 80s;
  animation-duration: 80s;
}
@-webkit-keyframes rotate_360 {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-o-keyframes rotate_360 {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes rotate_360 {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate_360 {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#index-body h4.tit {
  font-family: "microsoft yahei","arial";
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
}
#index-body h2 {
  display: block;
  font-size: 50px;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
  line-height: 1;
}
#index-body h2:after {
  content: '';
  width: 260px;
  height: 60%;
  background: #ed6f00;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#index-body .init-1 {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
#index-body .init-1:before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/icon-1-1.png") left center no-repeat;
  z-index: -1;
}
#index-body .init-1:after {
  content: '';
  width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(100%, #080808));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(right, transparent 0%, #080808 100%);
  /* firefox */
  background: -webkit-linear-gradient(left, transparent 0%, #080808 100%);
  /* chrome */
  background: -o-linear-gradient(right, transparent 0%, #080808 100%);
  /* opera */
  background: -ms-linear-gradient(right, transparent 0%, #080808 100%);
  /* ie */
  background: linear-gradient(to right, transparent, #080808);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#080808',GradientType=1)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#080808', GradientType=1);
  /* 兼容IE5~IE9 */
  z-index: -1;
}
#index-body .init-1 .left {
  width: 48%;
  padding-right: 50px;
}
#index-body .init-1 .left .text {
  display: block;
  margin: 25px 0 30px;
  font-size: 18px;
  line-height: 28px;
  opacity: .9;
}
#index-body .init-1 .left .text p {
  display: block;
  padding-top: 15px;
}
#index-body .init-1 .left .text p:first-child {
  padding-top: 0;
}
#index-body .init-1 .left a.more {
  display: inline-block;
  line-height: 54px;
  height: 54px;
  padding: 0 50px;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .left a.more:hover {
  background: #ed6f00;
}
#index-body .init-1 .right {
  width: 52%;
  padding-top: 40px;
}
#index-body .init-1 .right .img {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#index-body .init-1 .right .img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 40px;
  left: 40px;
  background: #d86704;
  z-index: -1;
}
#index-body .init-1 .list {
  padding-top: 90px;
  overflow: hidden;
}
#index-body .init-1 .list ul {
  margin: 0 -5%;
}
#index-body .init-1 .list ul li {
  text-align: center;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list ul li .box2 {
  display: inline-block;
  padding-left: 110px;
  position: relative;
  text-align: left;
}
#index-body .init-1 .list ul li .box2 i {
  position: absolute;
  left: 0;
  bottom: 0;
}
#index-body .init-1 .list ul li .box2 i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-1 .list ul li .box2 h4 {
  display: block;
  font-size: 18px;
  text-transform: none;
}
#index-body .init-1 .list ul li .box2 h4 em,
#index-body .init-1 .list ul li .box2 h4 span {
  font-size: 48px;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
  font-family: "microsoft yahei","arial";
}
#index-body .init-1 .list ul li .box2 h4 em {
  margin-right: 10px;
}
#index-body .init-1 .list ul li .box2 h4 span {
  font-family: "microsoft yahei","arial";
  font-weight: bold;
  font-size: 34px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -6px;
}
#index-body .init-1 .list ul li .box2 p {
  font-size: 18px;
  display: block;
  line-height: 1;
  margin-top: 5px;
}
#index-body .init-1 .list ul li:hover {
  top: -15px;
}
#index-body .init-2 {
  padding: 65px 0 145px;
  text-align: center;
  overflow: hidden;
}
#index-body .init-2 ul {
  margin: 0 -35px;
}
#index-body .init-2 ul li {
  padding: 0 35px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  top: 0;
}
#index-body .init-2 ul li i {
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  border-radius: 100%;
  background: black;
  display: block;
  margin: 0 auto;
}
#index-body .init-2 ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-2 ul li h4 {
  display: block;
  font-size: 24px;
  margin: 10px 0;
}
#index-body .init-2 ul li p {
  display: block;
  font-size: 14px;
  line-height: 2;
}
#index-body .init-2 ul li:hover {
  top: -15px;
}
#index-body .init-3 {
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#index-body .init-3 h2 {
  display: inline-block;
  margin: 10px auto 0;
}
#index-body .init-3 h2:after {
  left: 25px;
}
#index-body .init-3 .box {
  margin-top: 50px;
}
#index-body .init-3 .box .box2 {
  margin: -3px;
  position: relative;
  z-index: 1;
}
#index-body .init-3 .box .box2:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 44%;
  top: 0;
  margin-left: -3px;
  position: absolute;
  background: #1d1d1d;
  z-index: -1;
  display: block;
}
#index-body .init-3 .box .box2:after {
  content: '';
  display: block;
  clear: both;
}
#index-body .init-3 .box ul {
  display: inline-block;
  width: 100%;
}
#index-body .init-3 .box ul li {
  width: 24%;
  float: left;
  padding: 3px;
}
#index-body .init-3 .box ul li a {
  display: block;
}
#index-body .init-3 .box ul li a h5 {
/*  position: absolute;
  
  bottom: 0;
  left: 0;*/
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  padding: 14px 15px;
  width: 100%;
}
/*#index-body .init-3 .box ul li:first-child {
  width: 44%;
}*/
#index-body .init-3 .box ul li:first-child a h5 {
/*  position: absolute;
  top: 20%;*/
  text-align: center;
}
#index-body .init-3 .box a.more {
  display: inline-block;
  line-height: 54px;
  height: 54px;
  padding: 0 50px;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 30px;
  float: right;
  margin-bottom: 25px;
}
#index-body .init-3 .box a.more:hover {
  background: #ed6f00;
}
#index-body .init-4 {
  margin-top: 80px;
  padding-bottom: 90px;
  background: url("../images/init-4-bg.jpg") center center no-repeat black;
  background-attachment: fixed;
  display: inline-block;
  width: 100%;
  background-size: cover;
}
#index-body .init-4 h4.tit {
  margin-top: -60px;
}
#index-body .init-4 h2:after {
  left: -10px;
}
#index-body .init-4 .box ul {
  margin: 40px -25px 0px -25px;
}
#index-body .init-4 .box ul li {
  padding: 30px 25px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box ul li a.img-box {
  display: block;
}
#index-body .init-4 .box ul li .content {
  display: block;
  margin-top: -40px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
#index-body .init-4 .box ul li .content h5 {
  font-size: 72px;
  font-family: "microsoft yahei","arial";
  line-height: .7;
  margin-bottom: 10px;
}
#index-body .init-4 .box ul li .content p {
  display: block;
  font-size: 16px;
  line-height: 1.9;
}
#index-body .init-4 .box ul li:hover {
  -webkit-transform: translateY(-13%);
  -moz-transform: translateY(-13%);
  -ms-transform: translateY(-13%);
  -o-transform: translateY(-13%);
  transform: translateY(-13%);
}
#index-body .init-4 .box ul .slick-arrow:hover {
  background-color: #ed6f00;
}
#index-body .init-4 .box ul .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center #242424;
  left: -35px;
}
#index-body .init-4 .box ul .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center #242424;
  right: -35px;
}
#index-body .init-4 .box ul .slick-arrow {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 70px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-size: 14px;
}
#index-body .init-5 {
  background: #0c0c0c;
  padding-top: 40px;
  text-align: center;
}
#index-body .init-5 h2 {
  margin-top: 10px;
}
#index-body .init-5 h2:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-5 .text {
  display: block;
  margin: 15px 0 35px;
  font-size: 16px;
  line-height: 30px;
}
#index-body .init-5 img {
  display: block;
  margin: 0 auto;
}
#index-body .init-5 .list {
  padding: 40px 0 65px;
  max-width: 1250px;
}
#index-body .init-5 .list ul {
  margin: 0 -15px;
}
#index-body .init-5 .list ul li {
  padding: 0 15px;
}
#index-body .init-5 .list ul li a {
  display: block;
  border: 1px solid #343434;
  padding: 15px;
  background: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list ul li a:hover {
  background: #ed6f00;
}
#index-body .init-6 {
  padding: 50px 0;
}
#index-body .init-6 h2 {
  margin-top: 10px;
  display: inline-block;
}
#index-body .init-6 h2:after {
  left: -10px;
}
#index-body .init-6 .text {
  float: right;
  font-size: 16px;
  line-height: 36px;
  opacity: .7;
  max-width: 480px;
}
#index-body .init-6 .box {
  padding-top: 40px;
}
#index-body .init-6 .box ul {
  margin: 0 -22px;
}
#index-body .init-6 .box ul li {
  padding: 0 22px;
}
#index-body .init-6 .box ul li a.img-box {
  display: block;
}
#index-body .init-6 .box ul li .content {
  display: block;
  padding: 15px 15px 30px;
  background: black;
}
#index-body .init-6 .box ul li .content h5 {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  color: #ed6f00;
}
#index-body .init-6 .box ul li .content h5:hover {
  text-decoration: underline;
}
#index-body .init-6 .box ul li .content time {
  display: block;
  font-size: 14px;
  color: white;
  margin: 10px 0;
}
#index-body .init-6 .box ul li .content p {
  display: block;
  font-size: 14px;
  opacity: .8;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 60px;
}
#index-body .init-6 .btn {
  padding-top: 40px;
  text-align: center;
}
#index-body .init-6 .btn div {
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #777;
  margin: 0 20px;
  cursor: pointer;
  cursor: hand;
  display: inline-block;
  color: #777;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .btn div:hover {
  background: #ed6f00;
  color: white;
}
#footer {
  background: #0b0b0b;
}
#footer .footer-top {
  padding: 115px 0 75px;
}
#footer .footer-top .left {
  width: 30%;
  padding-right: 5%;
}
#footer .footer-top .left .f-logo {
  margin-top: -30px;
}
#footer .footer-top .left .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  opacity: .7;
  margin-top: 20px;
  max-width: 335px;
}
#footer .footer-top .right {
  width: 70%;
}
#footer .footer-top .right ul {
  margin: -15px;
}
#footer .footer-top .right ul li {
  padding: 15px;
  width: 20%;
}
#footer .footer-top .right ul li dl dt {
  font-size: 18px;
  color: #ed6f00;
  margin-bottom: 20px;
}
#footer .footer-top .right ul li dl dd {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-bottom: 7px;
}
#footer .footer-top .right ul li dl dd:last-child {
  margin-bottom: 0;
}
#footer .footer-top .right ul li dl dd i {
  display: inline-block;
  vertical-align: top;
}
#footer .footer-top .right ul li dl dd i img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
#footer .footer-top .right ul li dl dd p {
  display: inline-block;
  max-width: 60%;
  margin-left: 5px;
}
#footer .footer-top .right ul li dl dd #ewm {
  max-width: 150px;
  border: 4px solid white;
}
#footer .footer-top .right ul li dl dd:hover {
  color: white;
}
#footer .footer-top .right ul li:nth-child(3) {
  width: 40%;
}
#footer .footer-bottom {
  padding: 10px 0 20px;
  border-top: 1px solid #222222;
}
#footer .footer-bottom p {
  display: inline-block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer-bottom p img {
  max-height: 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  width: auto;
}
#footer .footer-bottom p a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom p a:hover {
  color: white;
}
#footer .footer-bottom ul {
  float: right;
}
#footer .footer-bottom ul li {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  margin: 0 10px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom ul li:hover {
  color: #ed6f00;
}
#sideBar {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
  -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
#sideBar ul li {
  border-top: 1px solid #1d1d1d;
  text-align: center;
  font-size: 18px;
  position: relative;
  z-index: 1;
  line-height: 60px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#sideBar ul li img {
  display: inline-block;
  vertical-align: middle;
}
#sideBar ul li a {
  background: black;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  cursor: hand;
}
#sideBar ul li p {
  position: absolute;
  top: 0;
  right: 100%;
  background: black;
  white-space: nowrap;
  padding: 0 25px;
  -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  -ms-transform: translateX(150%);
  -o-transform: translateX(150%);
  transform: translateX(150%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
#sideBar ul li:hover p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#sideBar ul li.top {
  height: 0;
  overflow: hidden;
}
#sideBar ul li.top.active {
  height: 60px;
}
@media screen and (max-width: 1500px) {
  .ui.container {
    width: 1200px;
  }
  #banner li .content .left h5 {
    font-size: 40px;
  }
  #banner li .content .left h2 {
    font-size: 60px;
  }
  #banner li .content .left p {
    font-size: 24px;
  }
  #index-body h4.tit {
    font-size: 40px;
  }
  #index-body h2,
  #index-body .init-1 .list ul li .box2 h4 em,
  #index-body .init-1 .list ul li .box2 h4 span {
    font-size: 44px;
  }
  #index-body h2:after {
    width: 220px;
  }
  #index-body .init-2 ul li i {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  #index-body .init-2 ul li i img {
    max-width: 50px;
  }
  #index-body .init-2 ul li h4 {
    font-size: 20px;
  }
  #index-body .init-1 .list ul li .box2 h4 span {
    top: 0;
  }
  #index-body .init-1 .list ul li .box2 {
    padding-left: 80px;
  }
  #index-body .init-1 .list ul li .box2 i {
    max-width: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #index-body .init-3 .box ul li a h5 {
    font-size: 20px;
  }
  #index-body .init-3 .box a.more,
  #index-body .init-1 .left a.more {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    padding: 0 20px;
  }
  #index-body .init-4 .box ul li {
    padding-top: 100px;
  }
  #index-body .init-4 .box ul li .content h5 {
    font-size: 60px;
  }
  #index-body .init-4 .box ul li .content {
    margin-top: -20px;
  }
  #index-body .init-4 .box ul li .content p {
    font-size: 14px;
  }
  #index-body .init-4 {
    padding-bottom: 50px;
  }
  #footer .footer-top {
    padding: 80px 0 40px;
  }
  #index-body .init-6 .btn {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #banner li.ie1 .box .circle {
    width: 490px;
    height: 490px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li .logo img {
    max-height: 80px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 17px;
  }
  #header .h-top .yuy ul li {
    font-size: 14px;
  }
  #banner li .content .left h5 {
    font-size: 30px;
  }
  #banner li .content .left h2 {
    font-size: 44px;
  }
  #banner li .content .left p {
    font-size: 20px;
  }
  #banner ul.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border-width: 4px;
  }
  #banner .slick-arrow {
    width: 30px;
    height: 50px;
    background-size: 12px;
  }
  #index-body h4.tit {
    font-size: 32px;
  }
  #index-body h2,
  #index-body .init-1 .list ul li .box2 h4 em,
  #index-body .init-1 .list ul li .box2 h4 span {
    font-size: 38px;
  }
  #index-body .init-1 .left .text {
    font-size: 16px;
  }
  #index-body .init-1 .list {
    padding-top: 50px;
  }
  #index-body .init-1 .list ul li .box2 p {
    font-size: 16px;
  }
  #index-body .init-2 {
    padding: 50px 0;
  }
  #index-body .init-2 ul li i {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  #index-body .init-2 ul li i img {
    max-width: 40px;
  }
  #index-body .init-3 .box ul li a h5 {
    font-size: 18px;
  }
  #index-body .init-4 .box ul li {
    padding: 80px 10px 0;
  }
  #index-body .init-4 .box ul {
    margin: 0 -10px;
  }
  #index-body .init-4 .box ul li .content h5 {
    font-size: 40px;
  }
  #index-body .init-6 .text {
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .init-6 .box ul li {
    padding: 0 10px;
  }
  #index-body .init-6 .box ul {
    margin: 0 -10px;
  }
  #index-body .init-6 .box ul li .content time {
    margin: 5px 0;
  }
  #footer .footer-top .left .text {
    font-size: 14px;
    line-height: 28px;
  }
  #footer .footer-top .right ul li dl dd {
    font-size: 14px;
  }
  #footer .footer-bottom p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #sideBar {
    display: none;
  }
  #banner li .content .left h2 {
    font-size: 32px;
    line-height: 1;
  }
  #banner li .content .left p {
    font-size: 16px;
  }
  #index-body .init-1 .left .text {
    font-size: 14px;
  }
  #index-body .init-1 .left {
    padding-right: 15px;
  }
  #index-body h2:after {
    height: 40%;
  }
  #index-body h2 {
    padding-bottom: 5px;
    font-size: 32px;
  }
  #index-body .init-1 .list ul li {
    width: 50%;
    padding: 10px;
  }
  #index-body .init-1 .list ul {
    margin: -10px;
  }
  #index-body .init-2 ul li {
    width: 50%;
    padding: 10px;
  }
  #index-body .init-2 ul {
    margin: -10px;
  }
  #index-body h4.tit {
    font-size: 28px;
  }
  #index-body .init-3 .box ul li a h5 {
    font-size: 16px;
  }
  #index-body .init-4 .box ul li:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .init-4 .box ul li {
    padding-top: 40px;
  }
  #index-body .init-4 .box ul .slick-arrow {
    display: none !important;
  }
  #index-body .init-6 .text {
    position: relative;
    z-index: 1;
  }
  #index-body h2:after {
    width: 120px;
  }
  #footer .footer-top .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .footer-top .right {
    width: 100%;
    padding-top: 20px;
  }
  #footer .footer-top .left .f-logo {
    margin-top: 0;
  }
  #footer .footer-top .left .text {
    max-width: none;
  }
  #footer .footer-top .right ul li:nth-child(3) {
    width: 60%;
  }
  #footer .footer-top .right ul li:nth-child(4) {
    display: none;
  }
  #footer .footer-bottom p img {
    top: -1px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li.ie1 .box {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    -moz-transform: translate(-50%, -50%) scale(0.6);
    -ms-transform: translate(-50%, -50%) scale(0.6);
    -o-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
  }
  #banner li .content .left h5 {
    font-size: 26px;
  }
  #banner li .content .left h2 {
    font-size: 30px;
    margin: 10px 0;
  }
  #index-body .init-1 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-1 .right {
    width: 100%;
  }
  #index-body .init-1 .right .img:after {
    top: 10px;
    left: 10px;
  }
  #index-body .init-3 .box ul li:first-child {
    width: 100%;
  }
  #index-body .init-3 .box ul li {
    width: 50%;
  }
  #index-body .init-3 .box .box2:before {
    left: 50%;
  }
  #index-body .init-6 .text {
    float: none;
    display: block;
    margin-top: 10px;
  }
  #footer .footer-top .right ul li {
    width: 50%;
  }
  #footer .footer-top .right ul li:nth-child(3) {
    width: 100%;
  }
  #footer .footer-bottom ul {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #banner li .content .left h2 {
    font-size: 26px;
    margin: 5px 0;
  }
  #banner li .content .left p {
    font-size: 14px;
  }
  #banner ul.slick-dots {
    display: none !important;
  }
  #index-body .init-1 .list ul li .box2 {
    padding-left: 50px;
  }
  #index-body .init-1 .list ul li .box2 i {
    max-width: 30px;
  }
  #index-body .init-1 .list ul li .box2 h4 em,
  #index-body .init-1 .list ul li .box2 h4 span {
    font-size: 28px;
  }
  #index-body .init-1 .list ul li .box2 h4 {
    font-size: 16px;
  }
  #index-body .init-3 .box a.more,
  #index-body .init-1 .left a.more {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
  }
  #index-body .init-2 ul li h4 {
    font-size: 18px;
  }
  #footer .footer-bottom {
    text-align: center;
  }
}
#cart {
  position: fixed;
  max-width: 100%;
  width: 1000px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  overflow: auto;
  padding: 0 15px;
}
#cart.active {
  position: static;
  width: auto;
  top: 0;
  left: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  max-height: none;
  overflow: unset;
}
#cart .left {
  padding-right: 15px;
  color: black;
}
#cart .left ul {
  max-height: 560px;
  overflow: auto;
}
#cart .left ul li {
  margin-bottom: 15px;
  padding: 15px;
  background: #F9F9F9;
}
#cart .left ul li .box2 {
  position: relative;
}
#cart .left ul li .img {
  width: 25%;
  overflow: hidden;
  vertical-align: middle;
  max-height: 140px;
}
#cart .left ul li .img img {
  min-height: 140px;
  width: auto;
  min-width: 100%;
}
#cart .left ul li .text {
  width: 75%;
  padding-left: 3%;
  vertical-align: middle;
}
#cart .left ul li .text h4 {
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#cart .left ul li .text p {
  display: inline-block;
  max-width: 50%;
  padding-right: 15px;
}
#cart .left ul li .text input {
  width: 50%;
  max-width: 80px;
  color: black;
  padding: 5px;
  display: inline-block;
  border: 1px solid #eee;
}
#cart .left ul li .text textarea {
  width: 100%;
  padding: 10px;
  color: black;
  margin-top: 10px;
  border: 1px solid #eee;
}
#cart .left ul li i.del {
  position: absolute;
  top: -8px;
  right: -5px;
  font-size: 16px;
  cursor: pointer;
  cursor: hand;
}
#cart .left span.close_all {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: #111;
  color: white;
  font-size: 15px;
  cursor: pointer;
  cursor: hand;
  margin-top: 10px;
}
#cart .right {
  padding-left: 15px;
}
#cart .right .shopping_form {
  background: #F9F9F9;
  color: black;
  padding: 15px;
}
#cart .right h4 {
  font-size: 24px;
}
#cart .right ul li label {
  display: block;
  font-size: 14px;
  margin: 10px 0 5px;
}
#cart .right ul li input,
#cart .right ul li textarea {
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #eee;
  font-size: 14px;
}
#cart .right ul li textarea {
  height: 160px;
}
#cart .right ul li input[type="submit"] {
  max-width: 200px;
  background: #111;
  border: none;
  font-size: 18px;
  margin-top: 20px;
  padding: 10px;
  color: white;
}
@media screen and (max-width: 1000px) {
  #cart .left {
    width: 100%;
    padding-right: 0;
  }
  #cart .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  #cart .left ul {
    overflow: unset;
    max-height: none;
  }
}
.inner-page .m-page span:nth-child(1){
    display: none!important;
}

.inner-banner {
    /*margin-top: 78px;*/
    height:46vh;
    background-attachment: fixed;
    padding-top: 200px;
    text-align: center;
    background-size: 100% auto;
}
.inner-banner .box {
    color: white;
}
.inner-banner .box h2 {
    font-size: 34px;
    font-family: "microsoft yahei","arial";
    line-height: 50px;
    letter-spacing: 3px;
}
.inner-banner .box .mbx {
    font-size: 18px;
    margin-top: 30px;
}
.inner-banner .box .mbx a,
.inner-banner .box .mbx span {
    margin: 0 10px;
}
.inner-banner .box .mbx a:hover {
    text-decoration: underline;
}
.inner-page {
    background: #121212;
    color: white;
    /*padding:60px 0;*/
}
.inner-page h2 {
    font-size: 40px;
    color: white;
    font-family: "microsoft yahei","arial";
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
}
.inner-page h2 em {
    color: #ed6f00;
    font-size: inherit;
}
.inner-page p {
    font-size: 16px;
    color: #e0e0e0;
    line-height: 28px;
}
.inner-page a.more {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    padding: 0 35px;
    color: white;
    font-family: "roboto-bold";
    font-size: 16px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
.inner-page a.more:before {
    content: '';
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #252525;
    display: block;
}
.inner-page a.more:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: #ed6f00;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: block;
}
.inner-page a.more:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}
.inner-page .form {
    background: #222222;
    border-radius: 20px;
    padding: 50px 25px;
}
.inner-page .form ul {
    margin: -10px;
}
.inner-page .form ul li {
    padding: 10px;
    width: 50%;
    margin-bottom: 10px;
}
.inner-page .form ul li:last-child {
    padding-bottom: 0;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
    width: 100%;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    font-size: 16px;
    -webkit-transition: 0.5s border-color;
    -moz-transition: 0.5s border-color;
    -ms-transition: 0.5s border-color;
    -o-transition: 0.5s border-color;
    transition: 0.5s border-color;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #999;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #999;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #999;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #999;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
    border-color: #ed6f00;
}
.inner-page .form ul li textarea {
    height: 200px;
    line-height: 24px;
    padding: 13px 20px;
}
.inner-page .form ul li input[type="submit"] {
    width: 150px;
    color: white;
    background: #ed6f00;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .form ul li input[type="submit"]:hover {
    background: #252525;
}
.inner-page .partner {
    padding: 40px 0;
    background: #252525;
}
.inner-page .partner li {
    text-align: center;
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .partner li img {
    margin: 0 auto;
}
.inner-page .partner li:hover {
    opacity: 1;
}
.inner-page .sidebar-box {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.inner-page .sidebar-box .sidebar-left {
    width: 20%;
}
.inner-page .sidebar-box .sidebar-left .box {
    border-radius: 5px;
    margin-bottom: 40px;
    background: #252525;
    position: relative;
}
.inner-page .sidebar-box .sidebar-left .box input {
    width: 100%;
    line-height: 60px;
    height: 60px;
    border-radius: 5px;
    border: none;
    background: #252525;
    padding-left: 10px;
    padding-right: 65px;
}
.inner-page .sidebar-box .sidebar-left .box input[type="submit"] {
    width: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0;
    background: url("../images/icon-search-white.png") center center no-repeat;
}
.inner-page .sidebar-box .sidebar-left .box.class {
    padding: 50px 20px;
}
.inner-page .sidebar-box .sidebar-left .box h3 {
    font-size: 28px;
    margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .box ul li a {
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 3px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .box ul li a:hover,
.inner-page .sidebar-box .sidebar-left .box ul li a.active {
    background: rgba(255, 255, 255, 0.1);
}
.inner-page .sidebar-box .sidebar-right {
    width: 80%;
    padding-left: 40px;
}
.inner-page .m-page {
    text-align: center;
    margin-top: 30px;
}
.inner-page .m-page a,
.inner-page .m-page span {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin: 0 5px;
    background: #252525;
    font-size: 16px;
    line-height: 36px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current{
    background: #ed6f00;
}
.about-page .about-1 {
    padding: 100px 0 20px ;
	background: #000;  
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #444));  
}
.about-page .about-1 .content {
    padding: 20px 0;
    text-align:left;
    max-width: 1330px;
    margin: 0 auto;
	min-height:300px;
}
.about-page .about-1 .content p{
margin:0px 0px 18px 0px; font-size:18px; line-height:32px;
}
.about-page .about-1 .box {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}
.about-page .about-1 .box .column {
    padding: 0 40px;
}
.about-page .about-1 .box .column .box2 {
    display: block;
    background: #252525;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.about-page .about-1 .box .column .box2 .content {
    padding: 50px 30px;
    text-align: center;
}
.about-page .about-1 .box .column .box2 .content h3 {
    color: white;
    font-family: "roboto-bold";
    font-size: 32px;
    margin-bottom: 25px;
}
.about-page .about-2 {
    padding: 100px 0;
    background: #181818;
}
.about-page .about-2 .left {
    padding-right: 10%;
    vertical-align: bottom;
}
.about-page .about-2 .left h2 {
    text-align: left;
}
.about-page .about-2 .about-2-title{
    text-align:center;
}
.about-page .about-2 .about-2-title span{
    font-size: 24px;
    font-family: "microsoft yahei","arial";
    line-height: 30px;
    padding: 10px;
    background: #252525;
    color: white;
    display: inline-block;
    margin: 20px 0 30px;
}
.about-page .about-2 .about-2-title span em{
    color: #ed6f00;
    margin-right: 10px;
    margin-left: 20px;
    font-size: inherit;
}
.about-page .about-2 span {
    font-size: 24px;
    font-family: "microsoft yahei","arial";
    line-height: 30px;
    padding: 10px;
    background: #252525;
    color: white;
    display: inline-block;
    margin: 20px 0 30px;
}
.about-page .about-2 .left span em {
    color: #ed6f00;
    margin-right: 10px;
    margin-left: 20px;
    font-size: inherit;
}
.about-page .about-2 .left .box {
    padding-top: 10px;
}
.about-page .about-2 .left .box ul li {
    position: relative;
    margin-bottom: 30px;
}
.about-page .about-2 .left .box ul li:last-child {
    margin-bottom: 0;
}
.about-page .about-2 .left .box ul li i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    color: #ed6f00;
}
.about-page .about-2 .left .box ul li h3 {
    font-size: 18px;
    font-family: "roboto-bold";
    color: white;
    margin-bottom: 5px;
}
.about-page .about-2 .right {
    text-align: right;
    position: relative;
    padding-right: 40px;
    padding-top: 40px;
    z-index: 1;
    vertical-align: bottom;
    padding-bottom: 60px;
}
.about-page .about-2 .right ul {
    max-width: 400px;
    margin-left: auto;
    margin-right: 0;
}
.about-page .about-2 .right ul:after {
    content: '';
    border: 20px solid #ed6f00;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -40px;
    right: -40px;
    z-index: -1;
}
.about-page .about-2 .right ul li img {
    margin-left: auto;
    margin-right: 0;
}
.about-page .about-2 .right ul .slick-dots {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 50px;
}
.about-page .about-2 .right ul .slick-dots:after {
    display: none;
}
.about-page .about-2 .right ul .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 4px;
    cursor: pointer;
    cursor: hand;
}
.about-page .about-2 .right ul .slick-dots li.slick-active {
    background: #ed6f00;
}
.about-page .about-2 .right ul .slick-dots li button {
    display: none;
}
.about-page .about-3 {
    background: url("../images/videbga.jpg") center center;
    background-attachment: fixed;
    padding: 80px 0;
    text-align: center;
}
.about-page .about-3 h3 {
    font-size: 24px;
    color: #ed6f00;
    margin-bottom: 10px;
}
.about-page .about-3 h2 {
    font-family: "roboto-bold";
    text-transform: capitalize;
}
.about-page .about-3 span {
    display: block;
    font-size: 34px;
    color: #ed6f00;
    font-family: "roboto-bold";
    margin: 20px 0 10px;
}
.about-page .about-4 {
    padding: 100px 0;
}
.about-page .about-4 h2 {
    text-align: left;
}
.about-page .about-4 .box {
    padding-top: 80px;
}
.about-page .about-4 .box .left {
    padding-right: 25px;
}
.about-page .about-4 .box .left ul {
    margin: -15px;
}
.about-page .about-4 .box .left ul li {
    padding: 15px;
}
.about-page .about-4 .box .left ul li .content {
    display: block;
    background: #252525;
    padding: 20px;
}
.about-page .about-4 .box .left ul li .content .box2 {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 20px 15px;
    text-align: center;
}
.about-page .about-4 .box .left ul li .content .box2 i {
    font-size: 40px;
    color: #ed6f00;
}
.about-page .about-4 .box .left ul li .content .box2 h3 {
    font-family: "roboto-bold";
    font-size: 34px;
    padding: 15px 0;
    line-height: 34px;
}
.about-page .about-4 .box .left ul li .content .box2 p {
    font-family: "roboto-bold";
    font-size: 18px;
    color: white;
}
.about-page .about-4 .box .right {
    padding-left: 25px;
}
.about-page .about-4 .box .right h3 {
    font-family: "roboto-bold";
    font-size: 24px;
    margin-bottom: 30px;
}
.about-page .about-4 .box .right .box {
    padding-top: 20px;
}
.about-page .about-4 .box .right .box ul li {
    padding-bottom: 30px;
}
.about-page .about-4 .box .right .box ul li:last-child {
    padding-bottom: 0;
}
.about-page .about-4 .box .right .box ul li h3 {
    font-size: 18px;
    color: white;
    font-family: "roboto-bold";
    margin-bottom: 15px;
}
.about-page .about-4 .box .right .box ul li h3 em {
    float: right;
}
.about-page .about-4 .box .right .box ul li .line {
    display: block;
    height: 5px;
    width: 100%;
    background: #252525;
    position: relative;
}
.about-page .about-4 .box .right .box ul li .line i {
    position: absolute;
    left: 0;
    height: 4px;
    top: 0;
    width: 0;
    background: #ed6f00;
    -webkit-transition: 4s;
    -moz-transition: 4s;
    -ms-transition: 4s;
    -o-transition: 4s;
    transition: 4s;
}
.about-page .about-4 .box .right .box ul li .line i:after {
    content: '';
    border: 5px solid white;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
}
.about-page .hour {
  padding: 60px 0;
  background: #ec6e00;  
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec6e00), color-stop(100%, #00508d));  


}
.about-page .hour hr{
 width:60px;margin:20px auto; color:#dedede;height:1px;border:none;border-top:1px  solid #cdcdcd; padding:6px 0px 10px 0px;}
.about-page .box {
  padding-top: 40px;
}
.about-page .box ul {
  margin: -10px;
  padding-top: 0;
}
.about-page .box ul li {
  padding: 10px;
}
.about-page .box ul li a {
  display: block;
}
.about-page .box ul li h5 {
  font-size: 16px;
  padding: 5px 15px;
  color: black;
  text-align: center;
  background: white;
}
.about-page .box ul .slick-dots {
  text-align: center;
  padding-top: 30px;
  margin: 0;
}
.about-page .box ul .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  vertical-align: middle;
  border-radius: 100%;
  background: white;
  cursor: pointer;
  cursor: hand;
}
.about-page .box ul .slick-dots li button {
  display: none;
}
.about-page .box ul .slick-dots li.slick-active {
  background: #ed6f00;
}
.about-page .about-5 {
    padding: 100px 0;
    background: #181818;
}
.about-page .about-5 .content {
    padding-top: 30px;
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
}
.about-page .about-5 .box {
    padding-top: 80px;
}
.about-page .about-5 .box .left {
    padding-right: 10%;
    vertical-align: middle;
}
.about-page .about-5 .box .left .form ul li {
    width: 100%;
}
.about-page .about-5 .box .right {
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.about-page .about-5 .box .right:after {
    content: '';
    width: 55%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 10px solid #ed6f00;
}
.about-page .about-5 .box .right img {
    position: relative;
    width: auto;
    z-index: 1;
    margin: 0 auto 0 -80px;
}
.about-page .hour {
  padding: 60px 0;
}
.about-page .hour h2 small {
  display: block;
  font-size: 16px;
  line-height: normal;
}
.about-page .hour .box {
  margin-top: 40px;
}
.about-page .hour .box ul {
  margin: -10px;
}
.about-page .hour .box ul li {
  padding: 10px;
}
.about-page .hour .box ul li a {
  display: block;
}
.about-page .hour .box ul li h5 {
  font-size: 18px;
  padding: 5px 15px;
  background: white;
  color: black;
  position: relative;
  z-index: 1;
}
.about-page .hour .box ul .slick-dots {
  margin: 0;
  text-align: center;
  padding-top: 30px;
}
.about-page .hour .box ul .slick-dots li {
  padding: 0;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  background: white;
}
.about-page .hour .box ul .slick-dots li:hover,
.about-page .hour .box ul .slick-dots li.slick-active {
  background: #ed6f00;
}
.about-page .hour .box ul .slick-dots button {
  display: none;
}
.service-page .service-1 {
    padding: 100px 0;
}
.service-page .service-1 .box {
    padding-top: 50px;
}
.service-page .service-2 {
    padding: 80px 0;
}
.service-page .service-2 h2 {
    text-align: left;
}
.service-page .service-2 .box {
    padding-top: 60px;
}
.service-page .service-2 .box .left {
    width: 35%;
    vertical-align: middle;
    padding-right: 20px;
}
.service-page .service-2 .box .left .content {
    font-size: 18px;
}
.service-page .service-2 .box .left .content p {
    margin-bottom: 20px;
}
.service-page .service-2 .box .left ul {
    margin-top: 50px;
}
.service-page .service-2 .box .left ul li {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    font-size: 14px;
}
.service-page .service-2 .box .left ul li i {
    color: #ed6f00;
    position: absolute;
    left: 0;
    top: 2px;
}
.service-page .service-2 .box .right {
    padding-left: 20px;
    width:64%;
}
.service-page .service-2 .box .right ul{
    margin: -10px;
}
.service-page .service-2 .box .right ul li{
    position: relative;
    text-align: center;
    padding: 10px;
}
.service-page .service-2 .box .right ul li img {
  display: block;
  margin: 0 auto;
}
.service-page .service-2 .box .right ul li:after{
    position: absolute;
    z-index: 1;
    /*content: "";*/
    width: 100%;
    height: 100%;
    left: 0;
    top: 2px;
    border-radius: 10px;
    background: #ed6f00;
}
.service-page .service-2 .box .right ul li .right-Box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px 20px 15px;
    border-radius: 10px;
    background: #252525;
    position: relative;
    z-index: 2;
}
.service-page .service-2 .box .right ul li .right-Box .left-li{
    margin-right: 30px;
    position: relative;
    z-index: 2;
}
.service-page .service-2 .box .right ul li .right-Box .right-li{
    position: relative;
    z-index: 2;
    width: 75%;
}
.service-page .service-2 .box .right ul li .right-Box .right-li h2{
    font-size: 20px;
    color: #fff;
    font-family: 'Raleway-Regular';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 5px 0;
    font-weight: 700;
}
.service-page .service-2 .box .right ul li .right-Box .right-li p{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: 'OpenSans Regular';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.service-page .service-2 .box .right ul .slick-dots {
  text-align: center;
  padding-top: 40px;
  margin: 0;
}
.service-page .service-2 .box .right ul .slick-dots li {
  width: 20px;
  height: 2px;
  background: #999;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  border: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.service-page .service-2 .box .right ul .slick-dots button {
  display: none;
}
.service-page .service-2 .box .right ul .slick-dots li.slick-active {
  background: #ed6f00;
}
/*.service-page .service-2 .box .right ul li .right-Box*/
.faq-page .faq-1 {
    padding: 100px 0;
}
.faq-page .faq-1 h2 {
    text-align: left;
}
.faq-page .faq-1 .box {
    padding-top: 50px;
}
.faq-page .faq-1 .box ul {
    margin: -15px;
}
.faq-page .faq-1 .box ul li {
    padding: 15px;
}
.faq-page .faq-1 .box ul li h3 {
    padding: 15px 50px 15px 15px;
    line-height: 24px;
    font-size: 16px;
    background-color: #252525;
    position: relative;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.faq-page .faq-1 .box ul li h3:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 150%;
}
.faq-page .faq-1 .box ul li p {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-1 .box ul li.active h3,
.faq-page .faq-1 .box ul li:hover h3 {
    color: #ed6f00;
}
.lg-page .lg-1 {
    padding: 100px 0;
}
.lg-page .lg-1 h2 {
    text-align: left;
    display:inline-block;
}
.lg-page .lg-1 .nav-list {
    float:right;
    margin-top:10px;
}
.lg-page .lg-1 .nav-list dl dd a {
    display:block;
    padding:0 20px;
}
.lg-page .lg-1 .nav-list dl dd {
    display:inline-block;
    line-height:40px;
    height:40px;
    border:1px solid white;
    transition:.5s;
    color:white;
    font-size:16px;
    margin-left:10px;
}
.lg-page .lg-1 .nav-list dl dd:hover,
.lg-page .lg-1 .nav-list dl dd.active{
    background:#ed6f00;
    border-color:#ed6f00;
}
.lg-page .lg-1 ul {
    padding-top: 50px;
    margin: -15px;
}
.lg-page .lg-1 ul li {
    padding: 15px;
}
.lg-page .lg-1 ul li a.img-box {
    display: block;
}
.lg-page .lg-1 ul li a.img-box img {
    width: 100%;
}
.lg-page .lg-1 ul li h3 {
    line-height: 24px;
    padding: 10px;
    background: #252525;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.lg-page .lg-1 ul li .box:hover h3 {
    background: #ed6f00;
}
.news-page .news-1 ul {
    margin:-10px;
}
.news-page .news-1 ul li {
    margin-bottom: 30px;
    padding:10px;
    position: relative;
    z-index: 1;
}
.newdet-page .newdet-1 .box {
    margin-bottom: 50px;
    background: #252525;
    border-radius: 10px;
    padding: 10px 20px;
}
.newdet-page .newdet-1 .box h3 {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
}
.newdet-page .newdet-1 .box ul {
    float: right;
}
.newdet-page .newdet-1 .box ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.newdet-page .newdet-1 .box .m-link a {
    display: block;
    line-height: 24px;
    padding: 5px 0;
}
.newdet-page .newdet-1 .box .m-link a:hover {
    text-decoration: underline;
}
.newdet-page .newdet-1 .box:last-child {
    margin-bottom: 0;
}
.news-content {
    background: #252525;
    border-radius: 10px;
    padding: 0 !important;
}
.news-content a.img-box {
    display: block;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.news-content a.img-box img {
    width: 100%;
}
.news-content .content {
    padding: 30px 20px;
}
.news-content .content .tag div {
    display: inline-block;
    margin-right: 10px;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    background: #111111;
}
.news-content .content h3 {
    font-size: 18px;
    padding: 15px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-content .content h3 a{
    font-size: inherit;
}
.news-content .content h3:hover {
    color: #ed6f00;
}
.news-content .content a.more {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.product-page .product-1 ul {
    margin: -15px;
}
.product-page .product-1 ul li {
    padding: 15px;
    text-align: center;
}
.product-page .product-1 ul li a.img-box {
    display: block;
}
.product-page .product-1 ul li h3 {
    font-size: 18px;
    margin-top: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .product-1 ul li h3:hover {
    color: #ed6f00;
}
.product-page .product-1 ul li a.more {
    line-height: 40px;
    height: 40px;
    font-size: 12px;
    margin-top: 10px;
}
.prodet-page .prodet-1 .left {
    padding-right: 15px;
}
.prodet-page .prodet-1 .right {
    padding-left: 15px;
}
.prodet-page .prodet-1 .right h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.product-page .product-1-yd ul li {
  padding-bottom: 30px;
}
.product-page .product-1-yd ul li:last-child {
  padding-bottom: 0;
}
.product-page .product-1-yd ul li .grid-box {
  background: #252525;
}
.product-page .product-1-yd ul li .img {
  vertical-align: middle;
  width: 60%;
  position: relative;
  left: 0;
}
.product-page .product-1-yd ul li .img img {
  width: 100%;
}
.product-page .product-1-yd ul li .content {
  vertical-align: middle;
  padding: 0 5%;
  text-align: left;
  width: 40%;
  position: relative;
  left: 0;
}
.product-page .product-1-yd ul li .content h3 {
  font-size: 35px;
  color: white;
}
.product-page .product-1-yd ul li .content .text {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.8;
}
.product-page .product-1-yd ul li .content a.more {
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
}
.product-page .product-1-yd ul li .content a.more:before {
  background: black;
}
.product-page .product-1-yd ul li:nth-child(even) .img {
  left: 40%;
}
.product-page .product-1-yd ul li:nth-child(even) .content {
  left: -60%;
}
.prodet-page .prodet-2 {
    padding-top: 80px;
}
.prodet-page .prodet-2 .options ul li {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    background: #252525;
    margin-right: 10px;
    padding: 0 15px;
    min-width: 120px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-2 .options ul li:hover,
.prodet-page .prodet-2 .options ul li.active {
    background: rgba(255, 255, 255, 0.9);
    color: #222;
}
.prodet-page .prodet-2 .ret {
    padding-top: 30px;
}
.prodet-page .prodet-2 .ret .content {
    background: #252525;
    padding: 20px;
}
.prodet-page .prodet-2 .ret .feed {
    display: none;
}
.prodet-page .prodet-2 .ret .feed h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.prodet-page .prodet-2 .ret .feed .form {
    border-radius: 0;
}
.contact-page .contact-1 {
    padding: 100px 0;
}
.contact-page .contact-1 h2 {
    text-align: left;
}
.contact-page .contact-1 .box {
    padding-top: 60px;
}
.contact-page .contact-1 .box .left {
    width: 60%;
    padding-right: 20px;
}
.contact-page .contact-1 .box .right {
    width: 40%;
    padding-left: 20px;
}
.contact-page .contact-1 .box .right ul {
    padding-top: 30px;
}
.contact-page .contact-1 .box .right ul li {
    margin-bottom: 20px;
    position: relative;
    line-height: 28px;
    padding: 6px 0 6px 50px;
}
.contact-page .contact-1 .box .right ul li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    background: #252525;
}
.contact-page .contact-1 .box .right ul li i img {
    display: inline-block;
    vertical-align: middle;
    max-width: 20px;
}
.contact-page .contact-1 .box .right ul li #ewm2 {
    max-width: 140px;
    border: 3px solid white;
}
.contact-page .contact-1 .box .right ul li p {
    font-size: 12px;
    margin-top: 5px;
    max-width: 140px;
    text-align: center;
}
.contact-page .contact-2 {
    padding-bottom: 50px;
}
@media screen and (max-width:1440px) {
.inner-banner {
    /*margin-top: 78px;*/
    height:42vh;
    background-attachment: fixed;
    padding-top: 150px;
    text-align: center;
    background-size: 100% auto;
}
.inner-banner .box {
    color: white;
}
.inner-banner .box h2 {
    font-size: 34px;
    font-family: "microsoft yahei","arial";
    line-height: 40px;
    letter-spacing: 3px;
}
}
@media screen and (max-width: 1250px) {
    .inner-banner {
        height:38vh;
        padding-top: 140px;
    }
    .inner-banner .box h2 {
        font-size:36px;
        line-height: 40px;
    }
    .inner-banner .box .mbx {
        font-size: 16px;
        margin-top: 20px;
    }
    .inner-page h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .inner-page p {
        font-size: 14px;
        line-height: 24px;
    }
    .about-page .about-1,
    .about-page .about-2,
    .about-page .about-4,
    .about-page .about-5,
    .lg-page .lg-1,
    .service-page .service-1,
    .faq-page .faq-1,
    .service-page .service-2,
    .inner-page .sidebar-box,
    .contact-page .contact-1 {
        padding: 60px 0;
    }
    .about-page .about-1 .box .column .box2 .content {
        padding: 30px 20px;
    }

    .about-page .about-1 .box .column .box2 .content h3,
    .about-page .about-4 .box .left ul li .content .box2 h3 {
        font-size: 26px;
    }
    .about-page .about-2 .left {
        padding-right: 30px;
    }
    .about-page .about-4 .box,
    .about-page .about-5 .box,
    .service-page .service-2 .box,
    .prodet-page .prodet-2 {
        padding-top: 40px;
    }
    .about-page .about-4 .box .left ul li .content {
        padding: 10px;
    }
    .about-page .about-4 .box .left ul li .content .box2 p {
        font-size: 14px;
    }
    .about-page .about-4 .box .right .box ul li {
        padding-bottom: 15px;
    }
    .about-page .about-4 .box .right .box ul li h3 {
        font-size: 16px;
    }
    .about-page .about-5 .box .left {
        padding-right: 5%;
    }
    .product-page .product-1 ul li {
        padding: 10px 5px;
    }
    .product-page .product-1 ul {
        margin: -10px -5px;
    }
}@media screen and (max-width: 1100px){
    .inner-banner{
        margin-top: 0;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner {
        height: 30vh;
		padding:100px 0px 0px 0px;
		
    }
    .inner-banner .box h2 {
        font-size: 36px;
        line-height: 30px;
    }
    .inner-page h2 {
        font-size: 34px;
        line-height: 34px;
    }
    .about-page .about-1 .box {
        padding-top: 20px;
    }
    .about-page .about-1 .box .column {
        padding: 0 15px;
    }
    .about-page .about-1 .box {
        margin: 0 -15px;
    }
    .about-page .about-1 .box .column .box2 .content h3,
    .about-page .about-4 .box .left ul li .content .box2 h3 {
        font-size: 22px;
        line-height: 24px;
    }
    .about-page .about-2 .left span {
        font-size: 20px;
    }
    .about-page .about-3 span {
        font-size: 28px;
    }
    .about-page .about-2 .left,
    .about-page .about-4 .box .left,
    .about-page .about-5 .box .left,
    .contact-page .contact-1 .box .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-2 .right,
    .about-page .about-4 .box .right,
    .service-page .service-2 .box .right,
    .contact-page .contact-1 .box .right {
        padding-left: 0;
        padding-top: 30px;
        width: 100%;
    }
    .about-page .about-2 .right,
    .about-page .about-5 .box .right,
    .inner-page .sidebar-box .sidebar-left {
        display: none;
    }
    .lg-page .lg-1 ul li,
    .content-box ul li {
        padding: 5px;
    }
    .lg-page .lg-1 ul,
    .content-box ul {
        margin: -5px;
    }
    .content-box ul li .box2 .content {
        padding: 20px 10px;
    }
    .content-box ul li .box2 .content p {
        font-size: 14px;
    }
    .inner-page .sidebar-box .sidebar-right {
        width: 100%;
        padding-left: 0;
    }
    .about-page .about-5 .box .left .form ul li {
        width: 50%;
    }
    .about-page .about-5 .box .left .form ul li.wid-100 {
        width: 100%;
    }
    .news-page .news-1 ul li {
        width: 50%;
        padding: 0 10px;
    }
    .news-page .news-1 ul {
        margin: 0 -10px;
    }
    .news-content .content .tag div {
        margin-right: 5px;
        font-size: 12px;
    }
    .news-content .content {
        padding: 20px 10px;
    }
    .inner-page a.more {
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }
    .contact-page .contact-1 .box .right ul li:last-child {
        display: none;
    }
    .contact-page .contact-1 .box {
        padding-top: 30px;
    }
}
@media screen and (max-width: 700px) {
    #mapContainer {
        height: 300px !important;
    }
    .inner-page .partner {
        padding: 20px 0;
    }
    .contact-page .contact-1 .box .right ul li {
        margin-bottom: 10px;
    }
    .inner-page .form {
        padding: 30px 15px;
    }
    .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        font-size: 14px;
    }
    .inner-banner {
        background-size: auto 260px;
    }
    .news-page .news-1 ul li {
        width: 100%;
    }
    .prodet-page .prodet-1 .left {
        width: 100%;
        padding-right: 0;
    }
    .prodet-page .prodet-1 .right {
        padding-left: 0;
        padding-top: 30px;
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .inner-banner {
        padding-top: 90px;
    }
    .inner-page h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .about-page .about-1,
    .about-page .about-2,
    .about-page .about-4,
    .about-page .about-5,
    .lg-page .lg-1,
    .service-page .service-1,
    .faq-page .faq-1,
    .service-page .service-2,
    .inner-page .sidebar-box,
    .contact-page .contact-1 {
        padding: 40px 0;
    }
    .about-page .about-1 .box .column {
        margin-bottom: 20px;
    }
    .about-page .about-1 .box .column.right {
        margin-bottom: 0;
    }
    .about-page .about-5 .box .left .form ul li,
    .inner-page .form ul li {
        width: 100%;
        margin-bottom: 5px;
    }
}a {
     color: inherit;
     font-size: inherit;
     font-weight: inherit;
     font-family: inherit;
     line-height: inherit;
     font-style: inherit;
 }









#history {
    padding-top: 50px;
}
#history img {
    width: auto;
}
#history ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#history ul li {
    width: 20%;
    border: 1px solid #fff;
    padding: 20px 15px;
    position: relative;
    height:150px;
    display: flex;
    align-items: center;
}
#history ul li h2 {
    font-size: 18.67px;
    color: #fff;
    font-family: 'Poppins-Medium';
    padding: 0px 15px;
    background: #ed6f00;
    position: absolute;
    left: 15px;
    top: -15px;
    line-height: 26px;
}
#history ul li p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-family: 'poppins-regular';
}
#history .history-dow {
    margin: 20px 0;
    text-align: right;
}

#history .history-dow2 {
    margin: 20px 0;text-align: left;
}
#history .history-dow2 > img {
    display: inline-block;
    margin-left: 7%;
}
#history .history-dow > img {
    display: inline-block;
    margin-right: 10%;
}

@media screen and (max-width: 700px) {
    .inner-banner {
        display:none !important;
    }
    .inner-page {
        margin-top: 40px;
    }
    .inner-banner .box h2{
        font-size:20px;
        line-height: 30px;
    }
    .service-page .service-2 .box .left {
        width: 100%;
    }
    #history ul{
        display:block;
    }
    .inner-banner .box .mbx{
        font-size: 13px;
        margin-top: 10px;
    }
    #history ul img{
        display:none;
    }
    #history ul li{
        width:100%;
        margin-bottom:10px;
    }
    #history .history-dow{
        display:none;
    }
    #history .history-dow2{
        display:none;
    }
    .service-page .service-2 .box .right ul li{
        width:100%;
    }
    .service-page .service-2 .box .right ul li .box2 i{
        left: 30px;
    }
    .product-page .product-1 ul{
        display:block;
    }
    .product-page .product-1 ul li{
        width:100% !important;
    }
    .faq-page .faq-1 .box ul{
        display:block;
    }
    .faq-page .faq-1 .box ul li{
        width:100% !important;
    }
    table{
        display: block;
        overflow-x: scroll;
    }
    .common-part .content .li_box {
        parding-right:0 !important;
    }
}
/*#product-list>li{
    position: relative;
}
#product-list>li .children{
    display: none;
    position: absolute;
    top:0;
    left: 100%;
    width:100%;
    margin-left: 0;
    z-index:10;
    background:#252525;
}*/
#product-list>li a {
  border-bottom: 1px solid #444;
  font-size: 16px;
}
#product-list>li li a {
  font-size: 14px;
}
#product-list>li .children a:before {
  content: '-';
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.inner-page .sidebar-box .sidebar-left .box ul li a:hover, .inner-page .sidebar-box .sidebar-left .box ul li a.active {
    background: #ed6f00;
}
.aboutcon{padding: 80px 0 120px 0;background: #fff;}
.about-top{text-align: center;}
.about-top .tit{font-size: 28px;color: white;font-weight: bold;line-height: 45px;}
.about-top .en{font-size: 15px;color: #888;line-height: 24px;}
.about-one{margin-top: 55px;}
.about1-l{margin-right: 110px;width: 730px;}
.about1-l .tit{font-size: 20px;color: #333;line-height: 20px;font-weight: bold;}
.about1-l .en{font-size: 15px;color: #666;line-height: 36px;}
.about1-r{width: 37%;}
.about-two{padding: 72px 0 130px 0;}
.about-top img{margin: 15px 0;}
.about-two p{font-size: 15px;color: white;line-height: 24px;width: 1200px;margin: 9px auto;text-align: center;}

.about-three{width: 93%;height: 800px;background: url(../images/his-bg.jpg) no-repeat center;background-size: cover;}
.about3-shodow{width: 100%;height: 100%;background: rgba(0,0,0,0.7);}
.about3-red{background: #DA3519;margin-left: 7.5%;width: 68%;height: 578px;margin-top: 110px;}
.about3-red .nian{margin-top: 70px;padding: 0 32px;height: 74px;line-height: 74px;color: #dc3517;font-size: 48px;background: #fff;display: inline-block;}
.about3-red .txt{margin-top: 30px;padding: 0 150px 0 190px;}
.about3-red .txt .zh{font-size: 18px;color: #fff;line-height: 30px;margin-bottom: 10px;}
.about3-red .txt .en{font-size: 16px;color: #fff;line-height: 28px;}
.about3-fr{padding-top: 60px;text-align: center;width: 22%;height: 100%;position: relative;}
.about3-fr .tit{font-size: 28px;color: #fff;font-weight: bold;line-height: 45px;}
.about3-fr .en{font-size: 15px;color: #fff;line-height: 24px;}
.about3-fr .gallery-thumbs{height: 100%;}
.about3-fr .gallery-thumbs .swiper-slide{height: 80px;color: #fff;font-size: 30px;cursor: pointer;line-height: 80px;text-align: center;}
.about3-fr .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{color: #CB3218;position: relative;}
.about3-fr .gallery-thumbs .swiper-slide.swiper-slide-thumb-active:before{position: absolute;width: 27%;height: 1px ;background: #CB3218;content: '';
	top: 50%;left: 0;}
.about3-fr .swiper-button-next{width: 38px;height: 22px;margin-top: 0;right: 50%;bottom: -30px;background: url(../images/about-down.png) no-repeat center;
	background-size: 19px 11px;margin-right: -19px;top: auto;}
.about3-fr .swiper-button-prev{width: 38px;height: 22px;margin-top: 0;left: 50%;top: -30px;background: url(../images/about3-up.png) no-repeat center;
	background-size: 19px 11px;margin-left: -19px;bottom: auto;}
.about3-box{position: relative;height: 480px;margin-top: 50px;}
.about-three .about-top{display: none;}

.about-four{padding: 70px 0 40px 0;background: #F6F6F6;}
.about4-box{width: 1220px;margin: 50px auto 0;}
.about4-box .swiper-slide{text-align: center;margin: 70px 0;}
.about4-box .swiper-slide .img{width: 100%;height: 260px;display: flex;align-items: center;justify-content: center;}
.about4-box .swiper-slide img{max-width: 100%;max-height: 100%;}
.about4-box .swiper-slide span{font-size: 15px;color: #333;font-weight: bold;line-height: 38px;}
.about4-box .swiper-slide.swiper-slide-active{transform: scale(1.3);}
.about4-box .swiper-slide.swiper-slide-active span{display: none;}
.about4-box .swiper-pagination-bullet-active{background: #D7000F}

.about-five{padding-top: 110px;}
.about5-con{width: 85%;margin: 50px auto 0;}
.about5-shadow{background: rgba(0,0,0,0.5);width: 100%;height: 100%;padding-top: 180px;box-sizing: border-box;transition: all 0.3s;}
.about5-con .swiper-slide{height: 540px;text-align: center;}
.about5-con .swiper-slide img{}
.about5-con .swiper-slide .tit{font-size: 20px;color: #fff;line-height: 24px;margin: 10px 0;}
.about5-con .swiper-slide p{font-size: 14px;color: #fff;line-height: 20px;}
.about5-con .swiper-slide .about5-shadow:hover{background: #D73111;}
.about5-con .swiper-pagination{display: none;}
.common-part{padding:111px 0 135px;background: url("../images/videbga.jpg") center center; background-attachment: fixed;background-size: cover;}
.common-part .infor{text-align:center; padding:0 6%; color:#fff;}
.common-part .infor .tit{font-size:32px; line-height:1; margin-bottom:22px;}
.common-part .infor .con{font-size:16px; line-height:30px;}
.common-part .content{width:65%; margin:70px auto 0;}
.common-part .content li{position:relative;}
.common-part .content li:before{content:''; width:1px; height:106px; background:#fff; background:rgba(255,255,255,0.25); position:absolute; left:0; top:0;}
.common-part .content li:first-child:before{display:none;}
.common-part .content .li_box{padding-right:20%; color:#fff; text-align:right;}
.common-part .content .li_box .t{font-size:27px; line-height:30px;}
.common-part .content .li_box span{display:inline-block;}
.common-part .content .li_box .c .num{font-size:43px; font-family:Impact;}
.common-part .content .li_box .c .txt{font-size:37px; font-weight:bold; vertical-align:4px;}
.about .common-part .content{width:100%}
.common-part p{
  font: inherit;
  color: inherit;
}
@media only screen and (max-width:1240px){
  .common-part .content .li_box{padding-right:12%;}
}
@media only screen and (max-width:992px){
  .common-part .infor{padding:0 3%;}
  .common-part .content{width:90%;}
  .common-part .content li:before{display:none;}
  .common-part .content .li_box{text-align:center;}
}
@media only screen and (max-width:760px){
  .common-part{padding:30px 0;}
  .common-part .infor .tit{font-size:23px;}
  .common-part .content{width:100%; margin:30px auto 0;}
  .common-part .content .li_box .t{font-size:17px;}
  .common-part .content .li_box .c .num{font-size:30px;}
  .common-part .content .li_box .c .txt{font-size:25px;}
}
.strength {
  padding: 60px 0;
}
.strength .left{float:left;}
.strength .right{float:right;}
.strength .both{ clear:both;}
.strength .center{ text-align:center;}
.strength .over{ overflow:hidden;}
.strength .w108{ width:1200px; margin:0 auto;}
.strength .zhp {font-size: 14px;line-height: 14px;color: #3e3a39;}
.strength .bxian{padding:0 0 30px;background:url(../images/index_22.png) no-repeat left bottom;}
.strength .bann{ font-size:33px; color:#ed6f00; background:url(../images/xian5.jpg) no-repeat left bottom; padding:0 0 30px;display: inline-table;}
.strength .bann span{ color:#3e3a39; font-size:28px; font-family:"方正兰亭黑_GBK"; display:block;margin: 20px 0 0 0;}
.strength .top{height:118px;}
.strength .top img.left{margin:26px 0 0 0;}
.strength .nav{margin:48px 0 0 70px;position: relative;z-index: 999;}
.strength .nav li {float: left;margin: 0 10px 0 0;}
.strength .nav li a {font-size: 16px;color: #79797a;padding:0 12px 48px;}
.strength .nav li a:hover{color:#ed6f00; border-bottom:solid 2px #ed6f00}
.strength .nav li a.cur{color:#ed6f00; border-bottom:solid 2px #ed6f00}
.strength .idzd a{display:block; float:left; position:relative;}
.strength .idzd a.en{width:19px; height:12px; margin:56px 0 0 0; background:url(../images/index_14.png) no-repeat center top;}
.strength .idzd a.wx{width:25px; height:22px; margin:50px 0 0 0;background:url(../images/index_06.png) no-repeat center top;}
.strength .idzd a.mobile{width:11px; height:22px;margin:50px 0 0 0;background:url(../images/index_08.png) no-repeat center top;}
.strength .idzd>span{display:block;float:left; margin:55px 12px 0; width:1px; height:13px; background:url(../images/index_11.png) no-repeat center top;}
.strength .idzd a span{display:none; width:136px; height:134px; border:solid 1px #ccc; position:absolute;top: 35px;left: -50px; z-index:999;}
.strength .idzd a.wx span{background:url(../images/index_24.jpg) no-repeat center top;}
.strength .idzd a.mobile span{background:url(../images/sj_ewm.jpg) no-repeat center top;}
.strength .idzd a:hover span{display:block;}
.strength .iablis{margin:50px 0 0 0;}
.strength .iablis li {height: 130px;width: 239px; float:left; border-left: solid 1px #b0b0b0;}
.strength .iablis li p {font-size: 33px;font-weight: bold;color: #000;margin:25px 0 12px;padding:0 0 15px;background:url(../images/axian.jpg) no-repeat center bottom;font-family: Arial, Helvetica, sans-serif;}
.strength .iablis li p span{font-family:"微软雅黑";font-size: 28px;font-weight: bold;color: #000;}
.strength .iablis li p i {font-size: 18px;font-style: normal;top: -12px;position: relative;}
.strength .iablis li span{color:#b0b0b0; font-size:16px;}
.strength .izlbj{padding:0 0 30px 90px; margin:116px 0 64px; background:url(../images/index_22.png) no-repeat 92px bottom;}
.strength .izlbj .izlbj_1 {font-size: 21px;color: #ed6f00;padding:0 0 15px;background:url(../images/xian2.jpg) no-repeat left bottom;}
.strength .izlbj .izlbj_2{font-size: 21px;color: #ed6f00; font-weight:600; margin:20px 0 0 0;}
.strength .izlbj .izlbj_3{font-size: 16px;color: #ed6f00; line-height:28px; margin:16px 0 0 0;}
.strength .izlbj .izlbj_4{ font-size:14px; color:#3e3a39;margin:17px 0 0 0;font-weight: 600;}
.strength .fullSlide{width:100%;position:relative;height:598px;background:#000;}
.strength .fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.strength .fullSlide .bd ul{width:100% !important;}
.strength .fullSlide .bd li{width:100% !important;height:598px;overflow:hidden;text-align:center;}
.strength .fullSlide .bd li a{display:block;height:598px;}
.strength .fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.strength .fullSlide .hd ul{text-align:center;}
.strength .fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:45px;height:3px;margin:3px;overflow:hidden;    background: #9c9b9d;border-radius: 5px;filter:alpha(opacity=50);/*opacity:0.5;*/line-height:999px;}
.strength .fullSlide .hd ul .on{background:#ed6f00;}
.strength .fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:10%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.strength .fullSlide .next{left:auto;right:10%;background-position:-6px -137px;}
.strength .zu3{padding:0 0 55px;background: url(../images/index_22.png) no-repeat center bottom; margin:87px 0 72px;}
.strength .zu3 .zu3zt li {float: left;width:394px;height:416px; position:relative;}
.strength .zu3 .zu3zt li b{width:394px;height:416px; display:block; position:absolute;background-color:rgba(81,81,81,0.5);}
.strength .zu3 .zu3zt li p{position:absolute; left:0; right:0; text-align:center;}
.strength .zu3 .zu3zt li a p.zu3_1{top:198px; font-size:21px; color:#fff;}
.strength .zu3 .zu3zt li p.zu3_2{width:39px; height:3px; background:#ed6f00; top:235px;margin: 0 auto;}
.strength .zu3 .zu3zt li p.zu3_3{font-size:16px; color:#fff;top:250px;}
.strength .zu3 .zu3zt li a:hover .zu3_1{color: #ed6f00;}
.strength .zu4 .zu4l {width: 50%;height:440px;position:relative;background:url(../images/index_16.jpg) no-repeat right top;}
.strength .zu4 .zu4l span{font-size:21px; color:#fff; position:absolute; top:285px; right:82px;}
.strength .zu4 .zu4l a:hover{color: #ed6f00;}
.strength .zu4 .zu4r {width: 50%;height:440px;background:url(../images/index_17.jpg) no-repeat left top;}
.strength .zu4 .zu4r a {font-size: 21px;color: #ed6f00;position:relative;top:280px;left:76px;}
.strength .zu4 .zu4r a:hover{ color:#fff;}
.strength .zu4 .zu4r span {background-color: #ed6f00;display: block;height: 3px;width: 29px;margin:290px 0 0 76px;}
.strength .zu4 .zu4r p {font-size: 14px;color: #f8f8f8;margin:14px 0 0 76px;padding:0 0 30px;background:url(../images/index_22.png) no-repeat left bottom;}
.strength .icont{padding:125px 0; background:#f6f6f6;}
.strength .icont img{margin:0 0 0 35px;}
.strength .icontr{width:750px;}
.strength .icontr p {font-size: 21px;color: #ed6f00;padding:0 0 11px;margin:0 0 0 66px;background:url(../images/axian.jpg) no-repeat left bottom;}
.strength .icontr input#name,.icontr input#email,.icontr input#tel,.icontr input.input-text{width: 270px;height: 48px;line-height: 48px; font-size: 14px;color: #b7b7b7; padding: 0 0 0 20px; margin: 0 30px 15px 0; background: #fff;}
.strength .icontr textarea#message{ width:588px; height:101px; background:#fff; padding:7px 0 0 20px;border: solid 1px #fff;}
.strength .icontr input.button {width: 148px;height: 43px;font-size: 16px;color: #ed6f00;border: solid 1px #ed6f00;background: none;margin: 15px 0 0 0;}
.strength .icontr input.button:hover{ background:#ed6f00; color:#fff;}
.strength .bottom {background:#ed6f00;}
.strength .bottom .w108{background:url(../images/index_26.png) no-repeat left 42px;padding:73px 0 0 0;height: 267px; position:relative;}
.strength .bo1{width:220px; margin:75px 0 0 0; font-size:14px; line-height:16px;color:#431312;background:url(../images/index_30.png) no-repeat left 22px;}
.strength .bo1 li{padding:0 0 0 18px;margin: 0 0 7px;}
.strength .bo1 p{ margin:0 0 4px;}
.strength .bottom .bonav{width:750px; padding:0 0 0 25px; margin:0 0 0 28px; height:230px; border-left:solid 1px #431312;}
.strength .bottom .bonav li{float:left;margin: -6px 38px 0 0;}
.strength .bottom .bonav li p {font-size: 14px;color: #431312;padding:0 0 6px;font-weight: 600;margin:0 0 30px;background:url(../images/xian4.jpg) no-repeat left bottom;}
.strength .bottom .bonav li a{font-size: 14px;color: #431312; line-height:30px;}
.strength .bottom .bonav li a:hover{color:#fff}
.strength .boewm{position:absolute; right:58px;}
.strength .boewm b{display:block; font-weight:normal;color: #431312; margin:3px 0 0 0;}
.strength .footer {line-height: 36px;color: #ed6f00;background-color: #431312;height: 36px;}
.strength .footer a{color: #ed6f00;}
.strength .footer a:hover{color:#fff}
.strength .about_2{width:952px; margin:40px auto 65px;}
.strength .about_2_1{color:#ed6f00; font-size:28px; padding:0 0 13px; background:url(../images/axian.jpg) no-repeat left bottom;}
.strength .about_2_2{ color:#3e3a39; font-size:14px; line-height:30px; margin:12px 0 0 0; padding:0 0 42px; background:url(../images/index_22.png) no-repeat left bottom;}
.strength .about_2_2 span{ color:#ed6f00;}
.strength .fzlc{padding:88px 0 70px 0;}
.strength .fzlc .w108{width:1180px;padding: 0 54px 0 0;background:url(../images/about_03.png) no-repeat 54px 88px;}
.strength .fzlc .about_2_1{margin:0 0 0 128px; font-size:24px;}
.strength .fzlc_2{height:500px; }
.strength .fzlc_2 ul{padding: 72px 0 0 130px;}
.strength .fzlc_2 ul li{ width:238px; height:157px; float:left;}
.strength .fzlc_2 ul li .fzlc_4 {font-size: 24px;color: #ed6f00;font-family:"方正兰亭刊黑_GBK"}
.strength .fzlc_2 ul li .fzlc_5 {font-size: 14px;color: #3e3a39;width:192px;margin:5px 0 0 0;}
.strength .abfj{height:356px; background:url(../images/about_06.jpg) no-repeat center top;}
.strength .axtry {padding:65px 0 15px 0;background-color: #efefef;}
.strength .axtry .about_2_1 {padding:0 0 13px 92px; background-position:92px bottom;}
.strength .axtry .axtry_2 {font-size: 14px;color: #3e3a39; margin:20px 0 0 0; padding:0 0 0 92px;}
.strength .axtry_3 {padding: 0 0 0 80px; margin:40px 0 0 0;}
.strength .axtry_3 li {width: 460px; float:left;margin: 0 90px 50px 0;}
.strength .axtry_3 li img {width: 120px;margin: 10px 0 0 0;}
.strength .axtry_3 li p {width: 298px;}
.strength .axtry_3 li p i {font-size: 24px;color: #ba5947;font-family:"方正兰亭刊黑_GBK";font-style:normal;}
.strength .axtry_3 li p em{ font-size:14px;#3e3a39; margin:10px 0 0 0;font-style:normal; display:block;}
.strength .axtkh{margin:50px 0;}
.strength .axtkh .about_2_1{padding:0 0 13px 90px;background-position:92px bottom;}
.strength .axtkh .axtkh_2{font-size: 14px; line-height:30px;color: #3e3a39; width:798px; margin:24px 0 45px; padding:0 0 37px 92px; background:url(../images/index_22.png) no-repeat 92px bottom;}
.strength .qywh_1{margin:42px 0 78px; background:url(../images/qywh_03.png) no-repeat center 224px;}
.strength .qywh_1 .qywh_1_1{padding:0 0 0 110px;}
.strength .qywh_1 .qy2{color:#b0b0b0;}
.strength .qywh_1 .qywh_1_2{ font-size:14px; line-height:30px; color:#3e3a39; margin:12px 0 342px;}
.strength .qywh_1 .qywh_2_2{font-size:16px; line-height:38px; margin:40px 0 60px; color:#ba5947; font-family:"方正兰亭准黑_GBK";}
.strength .qywh_1 .qywh_2_2 span{font-size:14px; line-height:14px; color:#3e3a39;}
.strength .xtxy .xtxy_l {width: 50%;height:618px; background:url(../images/qywh_04.jpg) no-repeat right top;}
.strength .xtxy .xtxy_r {width: 50%;height:618px;background:url(../images/qywh_05.jpg) no-repeat left top;}
.strength .xtxy .xtxy_2{padding:66px 0 0 72px;}
.strength .xqst{margin:92px 0 125px;/* padding:0 0 560px; *//* background:url(../images/qywh_07.png) no-repeat 110px 88px; */}
.strength .xqst .xqst2{padding:0 0 0 110px;background: url(../images/qywh_07.png) no-repeat left 100px;height: 771px;}
.strength .xqst .xqst3{ font-size:16px; color:#ed6f00;font-family:"方正兰亭准黑_GBK"; margin:20px 0 10px;}
.strength .xqst .xqst4{ font-size:14px; line-height:30px; color:#787878; width:578px;}
.strength .scsl-1{margin:50px 0 60px;}
.strength .scsl-1 ul li {float: left;width: 220px;height: 130px;border-right:solid 1px #373737;}
.strength .scsl-1 ul li p{ font-size:16px; color:#b0b0b0; text-align:center; padding:23px 0 0 0; margin:73px 0 0 0; background:url(../images/axian.jpg) no-repeat center 6px;}
.strength .scsl-1-1{background:url(../images/scsl_03.png) no-repeat center 3px;}
.strength .scsl-1-2{background:url(../images/scsl_05.png) no-repeat center 3px;}
.strength .scsl-1-3{background:url(../images/scsl_07.png) no-repeat center 3px;}
.strength .scsl-1-4{background:url(../images/scsl_09.png) no-repeat center 3px;}
.strength .scsl-1-5{background:url(../images/scsl_11.png) no-repeat center 3px;}
.strength .scsl-2{margin:68px 0 100px;}
.strength .scsl-2 .pad10{padding:0 0 0 92px;}
.strength .scsl-2 .zhp{width:683px; line-height:30px; margin:20px 0 0 0;}
.strength .scsl-3 .scsl-3-1{width:885px; margin:80px auto 100px;}
.strength .scsl-3-1r{width:371px;}
.strength .scsl-3-1r .zhp{line-height:30px; margin:20px 0 0 0; padding-bottom:55px;}
.strength .scsl-3-2{background:url(../images/scsl_13.jpg) no-repeat center top; height:521px;}
.strength .scsl-3-3{padding:0 0 62px 122px; margin:60px 0 0 0; background:url(../images/scsl_32.png) no-repeat 668px bottom;}
.strength .scsl-3-3 .scsl-3-3-1 {font-size: 16px;color: #ba5947; margin:28px 0 10px;font-family:"方正兰亭准黑_GBK";}
.strength .scsl-3-3 .scsl-3-3-2 p{ font-size:16px; line-height:26px; color:#d6d6d6;}
.strength .scsl-3-3 .scsl-3-3-2 p span{ color:#ba5947;font-family:"方正兰亭中粗黑_GBK";}
.strength .scsl-3-4{padding:0 0 53px;}
.strength .scsl-3-4 li {color: #FFF;background-color: #ed6f00;height: 75px;width: 75px; text-align:center; line-height:75px;float:left;margin: 30px 65px 0 0;border-radius: 50%;}
.strength .xtbz{margin:104px 0 185px;}
.strength .xtbz .xtbz-2{padding:0 0 0 71px;}
.strength .xtbz-2 ul{padding:0 0 38px; margin:33px 0 23px; background-position:center bottom;}
.strength .xtbz-2 ul li {height: 254px;width: 368px;float: left;position:relative;border-right:solid 1px #b0b0b0;}
.strength .xtbz-2 ul li .xtbzp1{font-size:16px; color:#ba5947;text-align:center; padding:10px 0 0 0; background:url(../images/axian.jpg) no-repeat center top;font-family:"方正兰亭中粗黑_GBK";width: 224px;margin:80px auto 0;}
.strength .xtbz-2 ul li .xtbzp2 {font-size: 14px;line-height: 30px;color: #d6d6d6;width: 229px;position:absolute;top:140px;left:0;right:0;margin: auto;}
.strength .xtbz-2 ul .xtbz-2-1{background:url(../images/scsl_19.png) no-repeat center 6px;}
.strength .xtbz-2 ul .xtbz-2-2{background:url(../images/scsl_22.png) no-repeat center 6px;}
.strength .xtbz-2 ul .xtbz-2-3{background:url(../images/scsl_25.png) no-repeat center 6px;border:none;}
.strength .xtbz-2 ul .xtbz-2-3 .xtbzp2{width:260px;}
.strength .xtbz .xtbz-3{font-size:16px; line-height:30px; color:#d6d6d6; width:708px; margin:0 auto; text-align:center;}
.strength .xtzz{margin:0 0 63px;}
.strength .xtzz .xtzz-2{padding:45px 0 0 80px; background:url(../images/scsl_31.png) no-repeat left top; height:351px;}
.strength .xtzz-2 .about_2_1{margin:0 0 20px;}
.strength .xtzz-2 .xtzz-2-2 {font-size: 16px;color: #ba5947;font-family:"方正兰亭中粗黑_GBK";}
.strength .xtzz .bxian{background-position:70px bottom;}
.strength .newsny{margin:80px 0;}
.strength .newsny ul li{position:relative; margin:0 0 55px; height:297px; overflow:hidden;}
.strength .newsny ul li .newssj {background: url(../images/news_03.png) no-repeat;height: 106px;width: 91px;color:#fff;text-align:center;font-size:35px;margin:0 18px 0;}
.strength .newsny ul li .newssj span{font-size:16px; display:block;margin: 16px 0 10px;}
.strength .newsny ul li img{float:left; width:481px; height:297px;}
.strength .newsny ul li .newszt{width:628px; height:297px; background:url(../images/news_05.png) no-repeat left top; position:absolute; right:0;}
.strength .newsny ul li .newszt a {font-size: 24px;color: #ed6f00;padding:0 0 15px;display: inline-table; margin: 52px 0 40px 50px;background: url(../images/xian3.jpg) no-repeat left bottom;}
.strength .newsny ul li .newszt p {font-size: 16px;color: #3e3a39;padding:0 0 27px;margin:0 0 0 50px;background: url(../images/index_22.png) no-repeat left bottom;}
.strength .newsny ul li .newszt a:hover{ color:#431312;}
.strength .rcfc{margin:50px 0 0 0;}
.strength .rcfc_2{font-family:"方正兰亭准黑_GBK"; color:#ba5947; font-size:24px; padding:0 0 0 80px;}
.strength .rcfc_3{font-size:16px; line-height:30px; color:#3e3a39; margin:12px 0 0 0;padding:0 0 0 80px;}
.strength .rcfc_4{height:661px;margin:58px 0 0 0;}
.strength .rcfc_4 img{margin:0 0 0 25px;}
.strength .rcfc_4 .rcfc_4_2{width:384px;}
.strength .rcfc_4 .rcfc_4_2 .about_2_1{margin: 86px 0 0 0;}
.strength .rcfc_4 .rcfc_4_2 .rcfc_4_2_2{font-family:"方正兰亭准黑_GBK"; font-size:16px; color:#421313; line-height:30px; margin:27px 0 170px;}
.strength .rcfc_4 .rcfc_4_2 .rcfc_4_2_3 {font-size: 16px;color: #ed6f00;padding:0 0 10px;background:url(../images/rc_12.jpg) no-repeat left bottom;}
.strength .rcfc_4 .rcfc_4_2 .rcfc_4_2_4 {font-size: 18px;line-height: 36px;color: #ed6f00;width:195px;margin:25px 0 10px;padding:0 0 20px;border-bottom:solid 3px;}
.strength .rcfc_4 .rcfc_4_2 .rcfc_4_2_4 span{ font-size:16px;}
.strength .rcfc_4 .rcfc_4_2 .rcfc_4_2_4 i{ font-size:21px; font-style:normal;}
.strength .rcsr {height:620px;margin:50px 0 0 0;background: url(../images/rc_05.jpg) no-repeat center 77px;}
.strength .rcsr p{background:url(../images/rc_07.png) no-repeat bottom right; width:354px; height:44px; font-size:16px; color:#ba5947;float: right;margin: 0 118px 0 0;}
.strength .jrxt{height:565px; background:url(../images/rc_08.jpg) no-repeat center top;}
.strength .xtzw{margin:40px 0 46px;}
.strength .xtzw .about_2_1{font-size:24px; background:url(../images/xian6.jpg) no-repeat left bottom;font-family:"方正兰亭准黑_GBK"; padding:0 0 24px;}
.strength .xtzw .searchform{ margin:38px 0 0 0; background:url(../images/rc_12.jpg) repeat-x center bottom; padding:0 0 65px;}
.strength .xtzw .inputtext{width: 496px;height: 43px;border: solid 1px #898989; font-size:16px; color:#b7b7b7; padding:0 0 0 23px; margin: 0 10px 0 152px;}
.strength .xtzw .inputsub{ width:150px; height:45px; background:url(../images/rc_11.jpg) no-repeat center top;}
.strength .top2{margin:35px 0 0 0;}
.strength .top2 .zp_head {font-size: 16px;line-height: 56px;color: #333;background-color: #ebebeb;height: 56px;font-family:"方正兰亭中粗黑_GBK";}
.strength .zp_head1 {float: left;}
.strength .zp_l1{width:308px; margin:0 0 0 10px;}
.strength .zp_l2{width:378px;}
.strength .zp_l3{width:238px;}
.strength .zp_list1_1{float:left; font-size:16px; line-height:55px;}
.strength .xtzw p {font-size: 24px;line-height: 46px;margin:90px 0 0 0;color: #c35c48;font-family:"方正兰亭准黑_GBK";}
.strength .lianxiwm .about_2_1{padding: 0 0 13px 30px;background-position: 30px bottom;margin: 0 0 40px;}
.strength .lxwm-2-1{line-height: 30px;margin: 0 0 10px;}
.strength .lxwm-2-2{margin:5px 0 0 0;}
.strength .cous_left{ margin-top:50px; padding:172px 0 0 0; width:330px; float:left; font-size:16px; line-height:30px; background:url(../images/lx_03.png) no-repeat left top;}
.strength .lxwm-1{color:#431312; font-size:22px;font-family:"方正兰亭中黑_GBK"; margin:23px 0 20px;}
.strength .lxwm-2{font-family:"方正兰亭中黑_GBK"; font-size:15px;color: #79797a; background:url(../images/lx_06.png) no-repeat left top;padding: 0 0 0 38px;line-height: 45px;}
.strength .cous_right{float:right; margin-top:61px;/* margin-left:190px;*/ width:680px; height:500px; margin-bottom:30px;}
.strength .cous_right p img{ margin-left:220px;}
.strength .cous_right .STYLE-NAME label span{ display:block; width:526px; line-height:40px; color:#7B7878; font-size:16px; float:left;}
.strength .cous_right .STYLE-NAME input,.cous_right .STYLE-NAME textarea{ border:1px solid #dadada; width:290px; height:48px;text-indent:10px;margin: 0 14px 32px;}
.strength .cous_right .STYLE-NAME textarea{ height:179px; width:612px; padding-top:10px;}
.strength .cous_right .button {border: solid 1px #ed6f00!important;cursor: pointer;width: 148px!important;height: 43px!important;font-size: 16px;color: #ed6f00;background:none;text-indent:0!important;margin:30px 0 0 0;}
.strength .cous_right .button:hover{background:#ed6f00; color:#fff;}
.strength #map{margin:15px 0 0 0;}
.strength .subnav {background-color: #e9e9e9;height: 59px; margin:0 0 52px;}
.strength .subnav ul li{float:left;}
.strength .subnav ul li a {font-family: "微软雅黑";line-height: 59px;color: #1e1e1e;height: 59px;width: 138px;display:block;font-size:16px;text-align:center;}
.strength .subnav ul li a:hover{color: #FFF;background-color: #c35c48;}
.strength .subnav ul li a.cur2{color: #FFF;background-color: #c35c48;}
.strength .prozt .qcmj li {float: left; margin:0 0 22px;}
.strength .prozt .qcmj li a{width:150px; height:160px; display:block;}
.strength .prozt .qcmj li a:hover{background:url(../images/probg.png) no-repeat center top;}
.strength .prozt .qcmj li a b{ font-size:16px; color:#3e3a39; text-align:center; padding:96px 0 0 0; display:block; font-weight:normal; background-position:center 27px; background-repeat:no-repeat;}
.strength .prozt .qcmj li a:hover b{color:#fff}
.strength .prozt .qcmj li a.qcmj_1 b{background-image:url(../images/pro_03.png)}
.strength .prozt .qcmj li a.qcmj_2 b{background-image:url(../images/pro_05.png)}
.strength .prozt .qcmj li a.qcmj_3 b{background-image:url(../images/pro_07.png)}
.strength .prozt .qcmj li a.qcmj_4 b{background-image:url(../images/pro_ck.png)}
.strength .prozt .qcmj li a.qcmj_5 b{background-image:url(../images/pro_gg.png)}
.strength .prozt .qcmj li a.qcmj_6 b{background-image:url(../images/pro_13.png)}
.strength .prozt .qcmj li a.qcmj_7 b{background-image:url(../images/pro_11.png)}
.strength .prozt .qcmj li a.qcmj_8 b{background-image:url(../images/pro_15.png)}
.strength .prozt .qcmj li a.qcmj_1:hover b{background-image:url(../images/pro_03_2.png)}
.strength .prozt .qcmj li a.qcmj_2:hover b{background-image:url(../images/pro_05_2.png)}
.strength .prozt .qcmj li a.qcmj_3:hover b{background-image:url(../images/pro_07_2.png)}
.strength .prozt .qcmj li a.qcmj_4:hover b{background-image:url(../images/pro_ckb.png)}
.strength .prozt .qcmj li a.qcmj_5:hover b{background-image:url(../images/pro_ggb.png)}
.strength .prozt .qcmj li a.qcmj_6:hover b{background-image:url(../images/pro_13_2.png)}
.strength .prozt .qcmj li a.qcmj_7:hover b{background-image:url(../images/pro_11_2.png)}
.strength .prozt .qcmj li a.qcmj_8:hover b{background-image:url(../images/pro_15_2.png)}
.strength .prozt .qcmj li #cur3{background:url(../images/probg.png) no-repeat center top;}
.strength .prozt .qcmj li .qcmj_1#cur3 b{background-image:url(../images/pro_03_2.png); color:#fff;}
.strength .prozt .qcmj li .qcmj_2#cur3 b{background-image:url(../images/pro_05_2.png); color:#fff;}
.strength .prozt .qcmj li .qcmj_3#cur3 b{background-image:url(../images/pro_07_2.png); color:#fff;}
.strength .prozt .qcmj li .qcmj_4#cur3 b{background-image:url(../images/pro_ckb.png); color:#fff;}
.strength .prozt .qcmj li .qcmj_5#cur3 b{background-image:url(../images/pro_ggb.png); color:#fff;}
.strength .prozt .qcmj li .qcmj_6#cur3 b{background-image:url(../images/pro_13_2.png); color:#fff;}
.strength .prozt .qcmj li .qcmj_7#cur3 b{background-image:url(../images/pro_11_2.png); color:#fff;}
.strength .prozt .qcmj li .qcmj_8#cur3 b{background-image:url(../images/pro_15_2.png); color:#fff;}
.strength .prozt .qcmj li a.qcmj_2_1 b{background-image:url(../images/pro_bxgbt.png)}
.strength .prozt .qcmj li a.qcmj_2_1:hover b{background-image:url(../images/pro_bxgbtb.png)}
.strength .prozt .qcmj li .qcmj_2_1#cur3 b{background-image:url(../images/pro_bxgbtb.png);color:#fff;}
.strength .prozt .qcmj li a.qcmj_2_2 b{background-image:url(../images/pro_qgs.png)}
.strength .prozt .qcmj li a.qcmj_2_2:hover b{background-image:url(../images/pro_qgsb.png)}
.strength .prozt .qcmj li .qcmj_2_2#cur3 b{background-image:url(../images/pro_qgsb.png);color:#fff;}
.strength .prozt .qcmj li a.qcmj_2_3 b{background-image:url(../images/pro_dlb.png)}
.strength .prozt .qcmj li a.qcmj_2_3:hover b{background-image:url(../images/pro_dlbb.png)}
.strength .prozt .qcmj li .qcmj_2_3#cur3 b{background-image:url(../images/pro_dlbb.png);color:#fff;}
.strength .prozt .qcmj li a.qcmj_2_4 b{background-image:url(../images/pro_ddj.png)}
.strength .prozt .qcmj li a.qcmj_2_4:hover b{background-image:url(../images/pro_ddjb.png)}
.strength .prozt .qcmj li .qcmj_2_4#cur3 b{background-image:url(../images/pro_ddjb.png);color:#fff;}
.strength .prozt .prolist{margin:0 0 60px;}
.strength .prozt .prolist li {float: left;margin:0 13px 0 0;}
.strength .prolist li a h2 {font-size: 16px;color: #868686;text-align: center;margin:16px 0 30px;}
.strength .prolist li a:hover h2{color:#ed6f00;}
.strength .prozt .probt {font-size: 24px;margin:0 0 28px;color: #3e3a39;font-family:"方正兰亭准黑_GBK"; padding:0 0 17px; background:url(../images/xian7.jpg) no-repeat left bottom;}
.strength .prozt .proztr {margin-left: 23px;}
.strength .content{height:283px;width:906px;position:relative;overflow:hidden; border: solid 1px #ededed; margin-bottom:3px;}
.strength .content .tuij {background-image: url(../images/product_12.png);height: 88px;width: 71px;font-size: 24px;line-height: 34px;color: #FFF;padding:8px 0 0 18px;position: relative;z-index: 9;float: right;right: 1px;top: 1px;letter-spacing: 8px;}
.strength .drama-poster{margin-left: 90px;width: 695px;height:283px;overflow:hidden;position:relative}
.strength .drama-poster ul{width:10000px}
.strength .drama-poster li{/*padding:0 7px;*/height: 283px;}
.strength .show-poster-3{width: 690px;height: 283px;float:left}
.strength .show-poster-3 img{margin-top:14px;}
.strength .show-poster-3 .title{display:none;width:105px;height:42px;background:url(../images/bg-index-img.png) 0 0 no-repeat;background:url(../images/bg-index-img2.png) 0 0 no-repeat;position:absolute;color:#fff;padding:138px 15px 0 15px;line-height:1.5;top:0;}
.strength .show-poster-3 .title:hover{color:#fff}
.strength .drama-poster li.current .title{display:block}
.strength .show-poster-3 .price{width:135px;height:20px;display:block;margin-top:10px;text-align:center;font-weight:bold;}
.strength .show-poster-3 .arrow{display: none;position: absolute;bottom: 107px;width: 135px;height: 7px;overflow: hidden;background: url(../images/bg-channel-drama.png) 50% -350px no-repeat}
.strength .current .arrow{display:block}
.strength .tjy{ margin:36px 0 0 42px; width: 345px;}
.strength .drama-slide li{position:absolute;top:120px}
.strength .drama-slide li.prev{left:0}
.strength .drama-slide li.next{right:0}
.strength .drama-slide li.prev a,.drama-slide li.next a{ width:49px; height:56px; display:block;position: relative;}
.strength .drama-slide li.prev a{ background:url(../images/product_12.jpg);left: 20px;}
.strength .drama-slide li.next a{ background:url(../images/product_15.jpg);right: 20px;}
.strength .show-poster-3 .tjy .tjy1 a {font-size: 22px;color: #ef141f;}
.strength .show-poster-3 .tjy .tjy1 a:hover{color: #000;}
.strength .show-poster-3 .tjy .tjy2 {font-size: 14px;line-height: 28px;color: #585757;height: 84px;overflow: hidden;}
.strength .listpro{margin-left:-14px;}
.strength .listpro li {height: 245px;width: 445px;border: 1px solid #ededed;float: left;margin:16px 0 0 14px;}
.strength .listpro li img {margin:39px 0 0 9px;float: left;}
.strength .listpro li .listpro2 {height: 138px;width: 211px;margin:50px 0 0 13px;}
.strength .listpro2 p a {font-size: 20px;color: #ef141f;font-weight:bold;}
.strength .listpro2 p a:hover{color:#000;}
.strength .listpro2 .proms {font-size: 13px;line-height: 28px;color: #585757;margin-top: 10px;height: 140px;overflow: hidden;}
.strength .proztr .cpny {width: 502px;margin-left: 7px;}
.strength .proztr .cpnyms {width: 383px;font-size: 14px;line-height: 28px;color: #686868; margin:0 0 0 55px;}
.strength .cpnyms .nyms1 {font-size: 26px;color: #c35c48;margin:15px 0 26px;}
.strength .cpnyms .jt {font-size: 16px;color: #c35c48;background: url(../images/jt.png) no-repeat left center;padding-left: 25px;font-weight: bold;}
.strength .cpnyms .nycs {font-size: 14px;line-height: 28px;color: #686868; margin: 12px 0 15px;}
.strength .cpnyms .nycs .nycs2 {font-weight: 600;color: #39393a;}
.strength .cpnyms .cptd {margin:9px 0 15px;}
.strength .sxlj a {font-size: 16px;color: #3f3f3f;}
.strength .sxlj a span {font-size: 14px;color: #585757;}
.strength .sxlj a:hover{color:#ef141f;}
.strength .cpxq {margin-top: 50px;}
.strength .cpxqt {font-size: 20px;line-height: 47px;color: #c35c48;background: url(../images/jt.png) no-repeat 15px center #f5f5f5;padding-left: 42px;border: 1px solid #eaeaeb;}
.strength .cptdqc {margin: 25px 0 40px;padding-left:3px;}
.strength .cpxq .cptdqc img.left {border: 1px solid #eaeaeb;padding:0 51px;}
.strength .cpxq .cptdqc ul {background: url(../images/product_17.png) no-repeat left 9px;padding-left: 25px;margin:30px 0 0 28px;}
.strength .cpxq .cptdqc ul li {font-size: 15px;color: #686868;margin-bottom: 59px;}
.strength .cpxq .cptdqc p img{margin-top:15px;}
.strength .wmdkh{margin-bottom:45px;}
.strength .wmdkh img{margin:50px 0;}
.strength .cpzx {margin-top: 37px;}
.strength .cpzx .cpzx_2{margin-right:42px;}
.strength .cpzx .cpzx_2 p {font-size: 28px;line-height: 44px;color: #c35c48; background:url(../images/zxbj_07.jpg) no-repeat center top;width: 399px;padding:12px 0 20px;margin-top:7px;}
.strength .cpzx .cpzx_2 p span {color: #c35c48;}
.strength .cpzx .cpzx_3 p {font-size: 14px;color: #686868;}
.strength .cpzx .cpzx_3 p span {font-size: 16px;color: #c35c48;}
.strength .cpzx_3 form{position: relative;left: -12px; margin:0 0 110px;}
.strength .cpzx_3 form table {font-size: 14px;color: #686868;margin-top:24px;}
.strength .cpzx_3 form table td input {line-height: 30px;height: 30px;width: 294px;border: 1px solid #efefef;margin-bottom: 18px;}
.strength .cpzx_3 form table td textarea {height: 135px;width: 550px;border: 1px solid #efefef;}
.strength .cpzx_3 form table .button {line-height: 38px;height: 38px;width: 86px;color:#fff;font-size:17px;font-family: "微软雅黑"!important;border: none;margin-top:22px;}