@font-face {
  font-family: 'AvantGardeITCbyBT-Medium';
  src: url(../fonts/AvantGardeITCbyBT-Medium.ttf) format('truetype'), url(../fonts/AvantGardeITCbyBT-Medium.eot) format('eot'), url(../fonts/AvantGardeITCbyBT-Medium.woff) format('woff'), url(../fonts/AvantGardeITCbyBT-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'bahnschrift';
  src: url(../fonts/bahnschrift.ttf) format('truetype'), url(../fonts/bahnschrift.eot) format('eot'), url(../fonts/bahnschrift.woff) format('woff'), url(../fonts/bahnschrift.woff2) format('woff2');
}
.pagination li{display:inline-block}
body {
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1760px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.camera_thumbs {
  display: none !important;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
}
#header .nav {
  text-align: right;
  line-height: 88px;
  height: 88px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  float: left;
  padding-right: 60px;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .logo:after {
  content: '';
  width: 200%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: white;
  z-index: -1;
  /*-- -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  transform: skewX(30deg);--*/
  border-radius: 0 50px 50px 0;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 20px;
  font-size: 15px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: 0.5s all, line-height 0s;
  -moz-transition: 0.5s all, line-height 0s;
  -ms-transition: 0.5s all, line-height 0s;
  -o-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #fb942a;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 13px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fb942a;
  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 .box {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#header .nav .ui.menu .box .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 130px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .box .buy {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  margin-left: 12px;
  border-left: 1px solid #939498;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .box h4 {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  font-size: 12px;
  line-height: normal;
  color: white;
  margin-left: 35px;
  position: relative;
}
#header .nav .ui.menu .box h4:after {
  content: '';
  width: 1px;
  height: 19px;
  background: #939498;
  position: absolute;
  top: 50%;
  left: -18px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#header .nav .ui.menu .box h4 small {
  font-size: 18px;
  display: block;
  font-family: "bahnschrift";
  margin-top: 5px;
}
#header .nav .ui.menu .box h4 small a {
  margin-left: 5px;
}
#header.active .nav {
  line-height: 60px;
  height: 60px;
  background: #333;
}
#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(../image/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../image/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fb942a;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../image/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../image/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fb942a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fb942a;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
  word-break: keep-all;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  /**background: #eee;**/
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../image/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: #fb942a;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../image/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../image/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: #fb942a !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: #fb942a;
  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("../image/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fb942a;
}
#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 .camera_wrap img {
    max-width: 100%!important;
    position: relative !important;
    height: auto !important;
    width: 100% !important;
    margin: 0 !important;
}
#banner .camerarelative {
  display: none;
}
#banner .camera_target,#banner .cameraSlide.cameracurrent {
  position: relative;
}
#banner .box li {
  position: relative;
}
#banner .box li > img {
  width: 100%;
}
#banner .box li .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  margin-top: 44px;
}
#banner .box li .content .ui.container {
  max-width: 1500px;
}
#banner .box li .content .box2 .left {
  width: 50%;
  vertical-align: middle;
  padding-right: 3%;
  position: relative;
  top: 20px;
}
#banner .box li .content .box2 .right {
  width: 50%;
  vertical-align: middle;
  padding-left: 2%;
  text-align: left;
}
#banner .box li .content .box2 .right h3 {
  display: block;
  color: white;
  font-weight: bold;
  font-size: 52px;
  margin-bottom: 10px;
}
#banner .box li .content .box2 .right dl {
  margin: -10px;
  padding: 30px 0;
}
#banner .box li .content .box2 .right dl dd {
  padding: 10px;
}
#banner .box li .content .box2 .right dl dd a.img-box {
  display: block;
  padding: 5px 15px;
  background: url("../image/icon-banner-k.png") center center;
  background-size: 100% 100%;
}
#banner .box li .content .box2 .right dl dd a.img-box img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#banner .box li .content .box2 .right dl dd h4 {
  margin-top: 15px;
  padding: 5px 10px;
  background: #f5d12e;
  font-size: 16px;
  color: black;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .box li .content .box2 .right dl dd:hover h4 {
  background: #111;
  color: white;
}
#banner .box li .content .box2 .right p {
  font-size: 16px;
  color: white;
  padding-left: 15px;
  position: relative;
  margin: 0 auto 3px;
  max-width: 100%;
  display: block;
}
#banner .box li .content .box2 .right p:after {
  content: '';
  width: 6px;
  height: 17px;
  display: block;
  background: #ffad2f;
  position: absolute;
  left: 0;
  top: 4px;
}
#banner .box li.ie3 .content .box2 .right {
  text-align: center;
}
#banner .box li.ie3 .content .box2 .right p {
  display: inline-block;
  margin-bottom: 0;
}
#banner .box li.ie1 .content h3 {
  text-indent: -3em;
}
#banner .box li.ie1 .content h3 small {
  text-indent: 0;
}
#banner .box li .content h3 small {
  font-size: 84%;
  display: block;
}
#banner .box li .content h3 small:before {
  content: '';
  width: 110px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding-left: 10%;
  background: white;
}
#banner .box li .content .box2 .right p em {
  padding: 0 5px 0 10px;
  background: #f5d12e;
  color: black;
  margin-right: 5px;
}
#banner .box li .content .box2 .right p.wid-50 {
  width: 50%;
  float: left;
}
#banner .box li .content .box2 .right p.mt {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
#banner .box li .content .box2 .right p.disc {
  padding-left: 18px;
  position: relative;
}
#banner .box li .content .box2 .right p.disc:after {
  border-radius: 100%;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
}
#banner .box li .content .box2 .right p.no:after {
  display: none;
}
#banner .box li .content .box2 .right p.no {
  padding-left: 0;
}
#banner .camera_wrap {
  float: none;
}
#banner .list {
  background: #09090b;
  display: block;
  line-height: 135px;
  height: 135px;
  margin-top: -5px;
}
#banner .list:before {
  content: '';
  display: block;
  clear: both;
}
#banner .list ul li {
  border-left: 1px solid #272727;
  text-align: center;
}
#banner .list ul li a {
  font-size: 12px;
  color: white;
  padding-left: 45%;
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#banner .list ul li a h5 {
  text-align: left;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#banner .list ul li a h6 {
  position: absolute;
  width: 100%;
  line-height: 70px;
  height: 70px;
  font-size: 18px;
  color: white;
  background: rgba(28, 40, 76, 0.6);
  left: 0;
  bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#banner .list ul li a i {
  width: 40%;
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 20px;
  text-align: right;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .list ul li a i img {
  max-width: 110px;
  max-height: 90px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  left: 0;
}
#banner .list ul li a span {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black url("../image/banner-dots-bg.png") center center no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
}
#banner .list ul li a span img {
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}
#banner .list ul li:hover a span {
  opacity: 1;
  top: -30px;
}
#banner .list ul li:hover a h6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .5s .2s transform;
  -moz-transition: .5s .2s transform;
  -ms-transition: .5s .2s transform;
  -o-transition: .5s .2s transform;
  transition: .5s .2s transform;
}
#banner .list ul .slick-list {
  overflow: unset;
}
#banner .list ul .slick-current li a span {
  opacity: 1;
  top: -30px;
}
#banner .list ul .slick-current li a h6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .5s .2s transform;
  -moz-transition: .5s .2s transform;
  -ms-transition: .5s .2s transform;
  -o-transition: .5s .2s transform;
  transition: .5s .2s transform;
}
#index-body h2,
.service-page .init-5 .left h2 {
  display: block;
  font-size: 48px;
  color: #fb942a;
  line-height: 1;
}
#index-body h2 small,
.service-page .init-5 .left h2 small {
  display: block;
  font-family: "AvantGardeITCbyBT-Medium";
  color: #444;
  line-height: normal;
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 10px;
}
#index-body .init-1 {
  padding: 90px 0 120px;
  text-align: center;
  background: url("../image/init-1-bg.jpg") center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .init-1 video {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
  min-width: 100%;
  min-height: 105%;
  display: block;
}
#index-body .init-1 .text {
  display: block;
  padding: 50px 0;
  max-width: 855px;
  margin: 0 auto;
  font-size: 16px;
}
#index-body .init-1 .play {
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-1 .list {
  padding: 50px 0;
  max-width: 1350px;
  display: block;
  margin: 0 auto;
}
#index-body .init-1 .list ul li {
  border-left: 1px solid #9a999a;
}
#index-body .init-1 .list ul li:first-child {
  border-left: none;
}
#index-body .init-1 .list ul li h4 {
  display: block;
  font-size: 18px;
  color: #666;
  line-height: 1;
}
#index-body .init-1 .list ul li h4 em {
  font-size: 60px;
  color: #1a5e97;
  display: inline-block;
  vertical-align: bottom;
  line-height: .6;
  font-family: "bahnschrift";
}
#index-body .init-1 .list ul li p {
  display: block;
  font-size: 20px;
  color: #666;
  margin-top: 10px;
}
#index-body .init-1 a.more {
  line-height: 44px;
  height: 44px;
  padding: 0 35px;
  border: 1px solid #434343;
  display: inline-block;
  margin: 0 auto;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 a.more:hover {
  background: #fb942a;
  color: white;
}
#index-body .init-2 {
  padding: 80px 0 60px;
  text-align: center;
  background: url("../image/init-2-bg.jpg") center center;
  background-size: cover;
  overflow: hidden;
}
#index-body .init-2 h2 small {
  color: #d7d7d7;
}
#index-body .init-2 .text {
  display: block;
  font-size: 16px;
  padding-top: 15px;
  margin: 0 auto;
  max-width: 720px;
  color: white;
}
#index-body .init-2 .box {
  padding-top: 110px;
}
#index-body .init-2 .box ul {
  margin: -30px;
}
#index-body .init-2 .box ul li {
  padding: 30px;
}
#index-body .init-2 .box ul li a.img-box {
  display: block;
  overflow: unset;
}
#index-body .init-2 .box ul li a.img-box img {
  display: block;
  margin: 0 auto;
  width: auto;
}
#index-body .init-2 .box ul li .content {
  display: block;
  margin-top: 70px;
}
#index-body .init-2 .box ul li .content h4 {
  display: block;
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  font-size: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li .content h4 small {
  display: block;
  font-size: 14px;
  color: #b4c5cd;
  font-family: "AvantGardeITCbyBT-Medium";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: normal;
  font-weight: normal;
  margin: 8px 0;
}
#index-body .init-2 .box ul li .content h4:hover {
  color: #fb942a;
}
#index-body .init-2 .box ul li .content a.more {
  font-size: 12px;
  color: #b9cad3;
  position: relative;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li .content a.more:after,
#index-body .init-2 .box ul li .content a.more:before {
  content: '';
  width: 10%;
  height: 1px;
  background: #b9cad3;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
#index-body .init-2 .box ul li .content a.more:hover {
  color: #fb942a;
}
#index-body .init-2 .box ul li .content a.more:hover:after,
#index-body .init-2 .box ul li .content a.more:hover:before {
  background: #fb942a;
}
#index-body .init-3 .top {
  display: block;
  padding: 50px 0;
}
#index-body .init-3 .top .left {
  width: 25%;
  vertical-align: middle;
  text-align: center;
}
#index-body .init-3 .top .left h2 {
  color: #1f1f1f;
  text-align: left;
  display: inline-block;
}
#index-body .init-3 .top .right {
  width: 75%;
  vertical-align: middle;
  padding-left: 2%;
}
#index-body .init-3 .top .right ul {
  margin: -5px;
}
#index-body .init-3 .top .right ul li {
  padding: 5px;
  font-size: 18px;
  color: #1f1f1f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
}
#index-body .init-3 .top .right ul li a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .top .right ul li a:after {
  content: '';
  border-top: 6px solid #006397;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 100%;
  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;
  opacity: 0;
}
#index-body .init-3 .top .right ul li a:hover,
#index-body .init-3 .top .right ul li a.active {
  border-color: #006397;
}
#index-body .init-3 .top .right ul li a:hover:after,
#index-body .init-3 .top .right ul li a.active:after {
  opacity: 1;
}
#index-body .init-3 .bottom {
  /*padding: 180px 0;*/
  background: url("../image/init-3-bg.jpg") center center;
  background-size: cover;
  line-height: 640px;
  height: 640px;
}
#index-body .init-3 .bottom ul {
  line-height: normal;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
#index-body .init-3 .bottom li {
  display: none;
}
#index-body .init-3 .bottom li img {
  max-height: 640px;
}
#index-body .init-3 .bottom .box {
  position: relative;
  margin: 70px 0 40px;
}
#index-body .init-3 .bottom .box dl {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
#index-body .init-3 .bottom .box dl dd {
  line-height: 32px;
  height: 32px;
  padding: 0 25px;
  background: #f5d12e;
  font-size: 16px;
  color: #333;
  position: relative;
  margin: 0 65px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
display: inline-block;
cursor: pointer;
cursor: hand;
margin-left: 230px;
}
#index-body .init-3 .bottom .box dl dd i {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 3px solid #f7d951;
  background: white;
  position: absolute;
  left: -88px;
  bottom: 160px;
  display: block;
}
#index-body .init-3 .bottom .box dl dd i:after {
  content: '';
  border: 2px solid #f7d951;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px;
}
#index-body .init-3 .bottom .box dl dd i:before {
  content: '';
  height: 162px;
  width: 1px;
  background: #a2a4a5;
-webkit-transform: rotate(-20deg);
-moz-transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
transform: rotate(-20deg);
position: absolute;
top: 50%;
left: 50%;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-o-transform-origin: 0 0;
transform-origin: 0 0;
}
#index-body .init-3 .bottom .box dl dd:before {
  content: '';
  height: 1px;
  width: 25px;
  background: #a2a4a5;
  position: absolute;
  right: 100%;
  top: 50%;
}
#index-body .init-3 .bottom .box dl dd:hover {
  background: #222;
  color: white;
}
#index-body .init-3 .bottom .text {
  vertical-align: middle;
  /*padding-right: 3%;*/
}
#index-body .init-3 .bottom .text .content {
  display: block;
  text-align: center;
}
#index-body .init-3 .bottom .text h3 {
  display: block;
  font-size: 48px;
  color: #1b5c7f;
}
#index-body .init-3 .bottom .text h3 em {
  color: #333333;
  font-weight: bold;
  margin: 0 5px;
}
#index-body .init-3 .bottom .text h5 {
  display: block;
  font-size: 39px;
  color: #333333;
  font-weight: bold;
  margin: 10px 0 25px;
  line-height: 1;
}
#index-body .init-3 .bottom .text .text2 {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 2;
  /*max-width: 400px;*/
  margin: 0 auto;
}
#index-body .init-3 .bottom .text a.more {
  margin-top: 25px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: block;
}
#index-body .init-3 .bottom .text a.more:hover {
  color: #fb942a;
}
#index-body .init-3 .bottom .img {
  vertical-align: middle;
}
#index-body .init-3 .bottom .img img {
  width: auto;
}
#index-body .init-3 .bottom li:nth-child(2) .text,
#index-body .init-3 .bottom li:nth-child(3) .text {
  width: 46%;
  text-align: center;
}
#index-body .init-3 .bottom li:nth-child(2) .text .content,
#index-body .init-3 .bottom li:nth-child(3) .text .content,
#index-body .init-3 .bottom li:nth-child(4) .text .content {
  text-align: left;
  max-width: 515px;
  display: inline-block;
  width: 100%;
}
#index-body .init-3 .bottom li:nth-child(2) .text .content {
  max-width: 530px;
}
#index-body .init-3 .bottom li:nth-child(4) .text .content {
  max-width: 470px;
}
#index-body .init-3 .bottom li:nth-child(2) .text .content i {
  margin-bottom: -70px;
  display: block;
}
#index-body .init-3 .bottom li:nth-child(2) .text .content .text2,
#index-body .init-3 .bottom li:nth-child(3) .text .content .text2 {
  margin-top: 10px;
}
#index-body .init-3 .bottom li:nth-child(2) .img,
#index-body .init-3 .bottom li:nth-child(3) .img {
  width: 54%;
  text-align: right;
}
#index-body .init-3 .bottom li:nth-child(3) .img {
  text-align: left;
}
#index-body .init-3 .bottom li:nth-child(3) .text .content h3 span {
  font-size: 90px;
  font-weight: bold;
}
#index-body .init-3 .bottom li:nth-child(4) .img {
  width: 55%;
  text-align: left;
}
#index-body .init-3 .bottom li:nth-child(4) .img img {
  margin-bottom: -40px;
}
#index-body .init-3 .bottom li:nth-child(4) .text {
  width: 45%;
  text-align: center;
}
#index-body .init-3 .bottom li:nth-child(4) .text h3 em {
  color: #1b5c7f;
}
#index-body .init-3 .bottom li:nth-child(4) .text h3 i {
  width: 150px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  background: #749bb1;
  height: 1px;
}
#index-body .init-3 .bottom li:nth-child(4) .text h3 small {
  display: block;
  text-indent: 2em;
  font-size: 66px;
  color: black;
  font-weight: bold;
}
#index-body .init-4 {
  padding: 310px 0 210px;
  text-align: center;
  background: url("../image/init-4-bg.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-4 .img .column {
  width: auto;
  vertical-align: middle;
}
#index-body .init-4 .img .column:last-child {
  margin-left: 5%;
}
#index-body .init-4 .text {
  max-width: 1080px;
  margin: 35px auto 20px;
  font-size: 18px;
  color: white;
  line-height: 2;
}
#index-body .init-4 a.more {
  display: inline-block;
  margin: 0 auto;
  line-height: 28px;
  height: 28px;
  padding: 0 15px;
  font-size: 14px;
  color: white;
  border: 1px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 a.more:hover {
  background: #fb942a;
}
#index-body .init-5 {
  padding: 75px 0 100px;
}
.service-page .init-5 {
  background: white;
  padding: 60px 20px;
  margin-bottom: 30px;
}
#index-body .init-5 .left,
.service-page .init-5 .left {
  vertical-align: middle;
  text-align: center;
}
#index-body .init-5 .left .content,
.service-page .init-5 .left .content {
  max-width: 570px;
  display: block;
  margin: 0 auto;
  text-align: left;
}
#index-body .init-5 .left h2,
.service-page .init-5 .left h2 {
  color: #1f1f1f;
}
#index-body .init-5 .left .text,
.service-page .init-5 .left .text {
  margin-top: 65px;
}
#index-body .init-5 .left .text h4,
.service-page .init-5 .left .text h4 {
  display: block;
  font-size: 30px;
  color: #09445a;
  margin-bottom: 20px;
}
#index-body .init-5 .left .text p,
.service-page .init-5 .left .text p {
  display: block;
  font-size: 18px;
  color: #09445a;
}
#index-body .init-5 .left h5,
.service-page .init-5 .left h5 {
  font-size: 36px;
  color: black;
  margin: 15px 0;
}
#index-body .init-5 .left a.more,
.service-page .init-5 .left a.more {
  font-size: 14px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .left a.more:hover,
.service-page .init-5 .left a.more:hover {
  color: #fb942a;
}
#index-body .init-5 .right,
.service-page .init-5 .right {
  vertical-align: middle;
  padding-left: 3%;
}
#index-body .init-6 {
  background: #f1f1f1;
  text-align: center;
  padding: 50px 0 40px;
}
#index-body .init-6 .box {
  padding-top: 50px;
}
#index-body .init-6 .box ul li .box2 {
  height: 700px;
  display: block;
}
#index-body .init-6 .box ul li .box2 a.img-box {
  height: 50%;
  display: block;
  position: relative;
}
#index-body .init-6 .box ul li .box2 a.img-box img {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  width: auto;
}
#index-body .init-6 .box ul li .box2 .content {
  height: 50%;
  display: block;
  background: white;
  line-height: 350px;
  position: relative;
}
#index-body .init-6 .box ul li .box2 .content .box3 {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  max-width: 340px;
  text-align: left;
}
#index-body .init-6 .box ul li .box2 .content .box3 h5 {
  display: block;
  font-size: 18px;
  color: #3c3c3c;
  position: relative;
}
#index-body .init-6 .box ul li .box2 .content .box3 h5:before {
  content: '';
  height: 1px;
  width: 40px;
  position: absolute;
  right: 100%;
  top: 50%;
  background: #5f5f5f;
  margin-right: 14px;
}
#index-body .init-6 .box ul li .box2 .content .box3 h3 {
  display: block;
  font-size: 22px;
  color: #1f2020;
  font-weight: bold;
  margin: 20px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .box ul li .box2 .content .box3 h3:hover {
  color: #fb942a;
}
#index-body .init-6 .box ul li .box2 .content .box3 .text {
  display: block;
  font-size: 14px;
  color: #747474;
  padding-bottom: 50px;
}
#index-body .init-6 .box ul li .box2 .content .box3 time {
  display: inline-block;
  font-size: 12px;
  color: #747474;
}
#index-body .init-6 .box ul li .box2 .content .box3 a.more {
  float: right;
  font-size: 12px;
  color: #3c3c3c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .box ul li .box2 .content .box3 a.more:hover {
  color: #fb942a;
}
#index-body .init-6 .box ul .slick-slide:nth-child(even) .box2 .img-box {
  top: 50%;
}
#index-body .init-6 .box ul .slick-slide:nth-child(even) .box2 .content {
  top: -50%;
}
#index-body .init-7 {
  background: #fafafa;
  padding: 100px 0 60px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .init-7 canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-7 h3 {
  display: block;
  font-size: 36px;
  color: black;
}
#index-body .init-7 h3 small {
  display: block;
  font-size: 24px;
  color: black;
  line-height: 1;
  margin-top: 10px;
}
#index-body .init-7 .box {
  padding: 100px 0 50px;
}
#index-body .init-7 .box ul li {
  padding: 0 10px;
}
#index-body .init-7 .box ul li h4 {
  font-size: 66px;
  color: black;
  line-height: 1;
}
#index-body .init-7 .box ul li h4 sup {
  font-size: 18px;
  line-height: 1;
  vertical-align: top;
  position: relative;
  top: 10px;
}
#index-body .init-7 .box ul li p {
  font-size: 20px;
  margin: 20px 0 40px;
}
#index-body .init-7 .box ul li i {
  display: inline-block;
  margin: 0 auto;
}
#index-body .init-7 a.more {
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  background: #f5d12e;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
}
#index-body .init-7 a.more:hover {
  background: #111;
  color: white;
}
#footer .f-logo {
  padding: 30px 0;
  background: #f1f1f1;
}
#footer .footer-top {
  background: #1c1c1c;
  padding: 35px 0 25px;
}
#footer .footer-top .left {
  width: 55%;
  padding-right: 3%;
}
#footer .footer-top .left ul {
  margin: -10px;
}
#footer .footer-top .left ul li {
  padding: 10px;
}
#footer .footer-top .left ul li dl dt {
  font-size: 14px;
  color: white;
  padding-bottom: 15px;
}
#footer .footer-top .left ul li dl dt:after {
  content: '';
  margin-top: 10px;
  background: #555555;
  width: 32px;
  height: 1px;
  display: block;
}
#footer .footer-top .left ul li dl dd {
  display: block;
  font-size: 12px;
  color: #a9a9a9;
  margin-bottom: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#footer .footer-top .left ul li dl dd:last-child {
  margin-bottom: 0;
}
#footer .footer-top .left ul li dl dd:hover {
  color: white;
}
#footer .footer-top .right {
  width: 45%;
  text-align: right;
  padding-left: 5%;
}
#footer .footer-top .right .box2 {
  padding-left: 18%;
  border-left: 1px solid #333333;
}
#footer .footer-top .right .box2 .info {
  width: 60%;
  vertical-align: middle;
}
#footer .footer-top .right .box2 .info ul li {
  padding-bottom: 20px;
  text-align: left;
}
#footer .footer-top .right .box2 .info ul li:last-child {
  padding-bottom: 0;
}
#footer .footer-top .right .box2 .info ul li h4 {
  display: block;
  font-size: 14px;
  color: white;
  position: relative;
}
#footer .footer-top .right .box2 .info ul li h4 i {
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 10px;
  width: 22px;
}
#footer .footer-top .right .box2 .info ul li h4 i img {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-top .right .box2 .info ul li h5 {
  display: block;
  font-size: 36px;
  color: white;
  font-family: "AvantGardeITCbyBT-Medium";
  line-height: .8;
  margin-top: 5px;
}
#footer .footer-top .right .box2 .info ul li p {
  display: block;
  color: white;
  margin-top: 5px;
}
#footer .footer-top .right .box2 .info ul li:first-child p {
  font-size: 12px;
}
#footer .footer-top .right .box2 .info ul li:nth-child(2) p {
  font-size: 18px;
}
#footer .footer-top .right .box2 .info ul li:nth-child(2) p {
  font-size: 14px;
}
#footer .footer-top .right .box2 .ewm {
  width: 40%;
  vertical-align: middle;
  padding-left: 12%;
}
#footer .footer-top .right .box2 .ewm #ewm {
  border: 4px solid white;
}
#footer .footer-bottom {
  line-height: 40px;
  height: 40px;
  background: #161616;
}
#footer .footer-bottom p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
}
#footer .footer-bottom p img {
  display: inline-block;
  vertical-align: middle;
  max-height: 12px;
  position: relative;
  top: -2px;
}
#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 .left p {
  margin-right: 10px;
}
#footer .footer-bottom .right {
  text-align: right;
}
#footer .footer-bottom .right p {
  margin-left: 10px;
}
@media screen and (max-width: 1800px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav {
    line-height: 70px;
    height: 70px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  #header .nav .ui.menu .box .h-search {
    margin-left: 20px;
  }
  #banner .box li .content .box2 .left img {
    max-height: 300px;
    margin: 0 auto;
  }
  #banner .box li .content .box2 .right h3 {
    font-size: 40px;
  }
  #banner .box li .content .box2 .right dl dd h4 {
    font-size: 14px;
  }
  #banner .box li .content .box2 .right p {
    font-size: 14px;
  }
  #banner .list ul li a h6 {
    font-size: 16px;
  }
  #index-body h2,
  .service-page .init-5 .left h2 {
    font-size: 40px;
  }
  #index-body .init-1 .play {
    max-width: 70px;
  }
  #index-body .init-1 .text {
    padding: 30px 0;
  }
  #index-body .init-1 .list ul li h4 em {
    font-size: 48px;
  }
  #index-body .init-1 .list ul li p,
  #index-body .init-1 .list ul li h4,
  #index-body .init-1 a.more {
    font-size: 16px;
  }
  #index-body .init-1 {
    padding: 70px 0;
  }
  #index-body .init-2 .box {
    padding-top: 50px;
  }
  #index-body .init-2 .box ul li .content {
    margin-top: 40px;
  }
  #index-body .init-2 .box ul li .content h4 {
    font-size: 24px;
  }
  #index-body .init-2 .box ul li .content h4 small {
    font-size: 12px;
    margin: 3px 0;
  }
  #index-body .init-3 .bottom .text h3,
  #index-body .init-3 .bottom .text h5 {
    font-size: 30px;
  }
  #index-body .init-3 .bottom .text .text {
    font-size: 16px;
  }
  #index-body .init-3 .bottom {
    padding: 80px 0;
  }
  #index-body .init-4 {
    padding: 150px 0 100px;
  }
  #index-body .init-4 .text {
    font-size: 16px;
  }
  #index-body .init-5 .left .text,
  .service-page .init-5 .left .text {
    margin-top: 30px;
  }
  #index-body .init-5 .left .text h4,
  .service-page .init-5 .left .text h4 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  #index-body .init-5 .left .text p,
  .service-page .init-5 .left .text p {
    font-size: 16px;
  }
  #index-body .init-5 .left h5,
  .service-page .init-5 .left h5 {
    font-size: 28px;
  }
  #footer .footer-top .left {
    padding-right: 0;
  }
  #footer .footer-top .right {
    padding-left: 5%;
  }
  #footer .footer-top .right .box2 {
    padding-left: 10%;
  }
  #footer .footer-top .right .box2 .info ul li h5 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1450px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .box h4 {
    display: none;
  }
  #banner .box li .content .box2 .right h3 {
    font-size: 32px;
  }
  #banner .box li .content .box2 .right dl dd h4 {
    font-size: 12px;
  }
  #banner .list ul li a h6 {
    line-height: 50px;
    height: 50px;
  }
  #index-body .init-1 .list {
    padding: 30px 0;
  }
  #index-body .init-1 .text {
    padding: 20px 0;
  }
  #index-body .init-1 a.more {
    line-height: 32px;
    height: 32px;
    padding: 0 25px;
    font-size: 14px;
  }
  #index-body h2,
  .service-page .init-5 .left h2 {
    font-size: 32px;
  }
  #index-body .init-2 .box ul li .content h4 {
    font-size: 20px;
  }
  #index-body .init-2 .box ul li {
    padding: 10px;
  }
  #index-body .init-2 .box ul {
    margin: -10px;
  }
  #index-body .init-2 .box ul li a.img-box img {
    max-height: 200px;
  }
  #index-body .init-3 .top {
    padding: 30px 0;
  }
  #index-body .init-3 .bottom .text h3,
  #index-body .init-3 .bottom .text h5 {
    font-size: 26px;
  }
  #index-body .init-3 .bottom .text .text {
    font-size: 14px;
    line-height: 1.6;
  }
  #index-body .init-4 {
    padding: 100px 0 60px;
  }
  #index-body .init-4 .img .column:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
  #index-body .init-4 .img .column img {
    max-height: 60px;
  }
  #index-body .init-4 .img .column {
    display: block;
  }
  #index-body .init-4 .text {
    font-size: 14px;
  }
  #index-body .init-5,
  .service-page .init-5 {
    padding: 50px 0;
  }
  #banner .list ul li a i img {
    max-width: 80px;
    max-height: 70px;
  }
  #banner .list ul li a span {
    padding: 0 15%;
  }
  #banner .list ul li a span img {
    margin-top: 15px;
  }
  #index-body .init-3 .bottom .img img {
    max-height: 200px;
    display: block;
    margin: 0 auto;
  }
  #index-body .init-5 .left .text h4,
  .service-page .init-5 .left .text h4 {
    font-size: 22px;
  }
  #index-body .init-5 .left h5,
  .service-page .init-5 .left h5 {
    font-size: 24px;
  }
  #index-body .init-6 .box ul li .box2 .content .box3 h3 {
    font-size: 20px;
    margin: 10px 0;
  }
  #index-body .init-6 .box ul li .box2 .content .box3 .text {
    padding-bottom: 20px;
  }
  #index-body .init-6 .box ul li .box2 .content .box3 h5 {
    font-size: 15px;
  }
  #index-body .init-6 .box ul li .box2 {
    height: 500px;
  }
  #index-body .init-6 .box ul li .box2 .content {
    line-height: 250px;
  }
  #footer .f-logo {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #banner .box li .content {
    margin-top: 0;
  }
  #banner .box li .content .box2 .right h3 {
    font-size: 28px;
  }
  #banner .box li .content .box2 .right dl dd h4 {
    line-height: 16px;
    margin-top: 5px;
  }
  #banner .list ul li a h6 {
    font-size: 13px;
  }
  #index-body .init-1 .text {
    font-size: 14px;
  }
  #index-body .init-3 .top .right ul li {
    font-size: 15px;
  }
  #index-body .init-3 .bottom .text h3,
  #index-body .init-3 .bottom .text h5 {
    font-size: 22px;
  }
  #index-body .init-3 .bottom .text h5 {
    margin: 5px 0 10px;
  }
  #index-body .init-5 .left .text h4,
  .service-page .init-5 .left .tex h4 {
    font-size: 18px;
  }
  #index-body .init-5 .left h5,
  .service-page .init-5 .left h5 {
    font-size: 20px;
    margin: 10px 0;
  }
  #index-body .init-6 .box {
    padding-top: 20px;
  }
  #index-body .init-6 .box ul li .box2 .content {
    padding: 0 15px;
  }
  #index-body .init-6 .box ul li .box2 .content .box3 h3 {
    font-size: 16px;
  }
  #index-body .init-6 .box ul li .box2 a.img-box img {
    position: relative;
    left: 50%;
    top: 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%);
  }
  #footer .footer-top .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  #footer .footer-top .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .footer-top .right .box2 {
    padding: 0;
    border-left: none;
  }
  #footer .footer-top .right .box2 .info {
    width: 100%;
    padding-left: 30px;
  }
  #footer .footer-top .right .box2 .info ul {
    letter-spacing: -5px;
    margin: 0 -15px;
  }
  #footer .footer-top .right .box2 .info ul li {
    width: 33.33%;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    padding: 0 15px;
  }
  #footer .footer-top .right .box2 .ewm {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #banner .box li .content .box2 .right dl {
    display: none;
  }
  #banner .box li .content .box2 .right h3 {
    font-size: 26px;
  }
  #index-body h2,
  .service-page .init-5 .left h2 {
    font-size: 28px;
  }
  #index-body .init-1 {
    padding: 50px 0;
  }
  #index-body .init-1 .list ul li h4 em {
    font-size: 36px;
  }
  #index-body .init-1 .list ul li p,
  #index-body .init-1 .list ul li h4,
  #index-body .init-1 a.more {
    font-size: 14px;
  }
  #index-body .init-1 .list ul li {
    width: 25%;
  }
  #index-body h2 small,
  .service-page .init-5 .left h2 small {
    font-size: 14px;
  }
  #index-body .init-3 .bottom .text h3,
  #index-body .init-3 .bottom .text h5 {
    font-size: 20px;
  }
  #index-body .init-5 .left .text p,
  .service-page .init-5 .left .text p {
    font-size: 14px;
  }
  #index-body .init-5 .left .text,
  .service-page .init-5 .left .text {
    margin-top: 10px;
  }
  #footer .footer-top .left ul li {
    width: 25%;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .box li .content .box2 .right h3 {
    font-size: 20px;
  }
  #banner .list ul .slick-current li a span {
    top: 0;
  }
  #banner .box li .content .box2 .right p {
    font-size: 12px;
  }
  #index-body .init-1 .list ul li {
    width: 50%;
    padding: 10px;
  }
  #index-body .init-1 .list ul li:nth-child(odd) {
    border-left: none;
  }
  #index-body .init-1 .list ul {
    margin: -10px;
  }
  #index-body .init-3 .top .right {
    width: 100%;
    padding-top: 20px;
  }
  #index-body .init-3 .top .right ul li {
    width: 33.333%;
  }
  #index-body .init-3 .top .left {
    width: 100%;
  }
  #index-body .init-3 .bottom .text {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-3 .bottom .img {
    width: 100%;
  }
  #index-body .init-3 .bottom .text .content {
    margin-left: 0;
    max-width: none;
  }
  #index-body .init-5 .right,
  .service-page .init-5 .right {
    padding-left: 0;
    width: 100%;
  }
  #index-body .init-5 .left,
  .service-page .init-5 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-6 .box ul li .box2 .content .box3 .text {
    font-size: 12px;
  }
  #footer .footer-top .right .box2 .info ul li {
    width: 50%;
  }
  #footer .footer-top .right .box2 .info ul li:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .footer-bottom .left,
  #footer .footer-bottom .right {
    display: block;
    text-align: center;
    width: 100%;
  }
  #footer .footer-bottom {
    line-height: normal;
    padding: 10px 0;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  #banner .box li .content .box2 .left {
    display: none;
  }
  #banner .box li .content .box2 .right {
    width: 100%;
  }
  #index-body .init-2 .box ul li .content h4 {
    font-size: 18px;
  }
  #index-body .init-3 .top .right ul li {
    width: 50%;
  }
  #footer .footer-top .left ul li {
    width: 50%;
  }
  #footer .footer-top .left ul li:nth-last-child(2) {
    display: none;
  }
}
.inner-banner {
    height: 820px;
    height: 85vh;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
    color: white;
    z-index: 1;
    overflow: hidden;
}
.inner-banner .box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 45px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
  color: white;
  text-align: left;
}
.inner-banner .box i {
  display: block;
  font-size: 12px;
  letter-spacing: 2em;
}
.inner-banner .box h4 {
  font-family: "Arial";
  font-size: 72px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin: 10px 0;
}
.inner-banner .box h3 {
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
}
.inner-banner .box h3:after {
  content: '';
  width: 370px;
  height: 1px;
  background: white;
  display: block;
  margin-top: 20px;
}
.inner-banner .box h6 {
  font-family: "Arial";
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 10px;
  font-size: 22px;
}
.inner-banner .box .text {
  font-size: 12px;
  line-height: 1.6;
  max-width: 700px;
}
.inner-banner .box a.more {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  background: #ffa200;
  margin-top: 15px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.inner-banner .box a.more img {
  display: inline-block;
  vertical-align: middle;
}
.inner-banner .box a.more:hover {
  background: #111;
}

.inner-page {
    font-size: 14px;
    line-height: 1.8;
    position:relative;
    z-index:1;
}
.inner-page .ui.container,
.inner-banner .ui.container {
  max-width: 1350px;
}
.inner-page p {
    line-height: 1.8;
    color: white;
    font-size: 14px;
}
.inner-page .text {
    color: black;
}
.inner-page .text p {
    color: inherit;
}
.inner-page i.small-tit {
    color: #999;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "POPPINS-MEDIUM";
}
.inner-page h3.title {
    color: white;
    text-transform: none;
    font-size: 32px;
    line-height: 38px;
    margin: 15px 0;
    position: relative;
    font-family: "POPPINS-SEMIBOLD";
}
.inner-page h3.title.mt0 {
    margin-top: 0;
}
.inner-page .form ul {
    margin: -5px;
}
.inner-page .form ul li {
    padding: 5px;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
    width: 100%;
    padding: 10px 15px;
    background: #f8f9fa none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
    color: black;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #242424;
}
.inner-page .form ul li textarea {
    height: 120px;
    resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
    background: #fb942a;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: "POPPINS-MEDIUM";
    font-size: 14px;
    text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
    background: #222;
}
.inner-page .sidebar-box .sidebar-left {
    width: 28%;
    padding-right: 15px;
    position: sticky;
    top: 100px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 30px;
    background: #484848;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
    margin: 5px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
    display: block;
    text-transform: uppercase;
    color: #072948;
    font-family: "POPPINS-MEDIUM";
    font-size: 14px;
    padding: 15px 20px;
    background: #fff;
    border-left: 4px solid #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
    float: right;
    font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
    background: #fbf9f7;
    border-color: #d7d7d7;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
    background: #fb942a none repeat scroll 0 0;
    color: #fff;
    border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
    margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
    color: #111;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 25px;
    font-family: "POPPINS-MEDIUM";
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
    position: absolute;
    height: 4px;
    width: 30%;
    background: #fb942a none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 35%;
    height: 4px;
    width: 15px;
    background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a{
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: #111;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 30px;
    border: 1px solid #eee;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
    margin-right: 5px;
    color: #fb942a;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
    float: right;
    margin-top: 6px;
    color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
    background: #fb942a none repeat scroll 0 0;
    color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
    color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info,
.sidebar-xf .box .sidebar-info {
    padding: 30px;
    background: url("../image/sidebar-info.jpg") center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after,
.sidebar-xf .box .sidebar-info:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: -1;
    opacity: .7;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4,
.sidebar-xf .box .sidebar-info h4 {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    line-height: 30px;
    font-family: "POPPINS-MEDIUM";
    font-weight: 500;
    margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p,
.sidebar-xf .box .sidebar-info p {
    color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel,
.sidebar-xf .box .sidebar-info a.tel {
    color: #fff;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 1px;
    margin: 20px 0;
    display: block;
    font-size: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact,
.sidebar-xf .box .sidebar-info a.contact {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff;
    color: #fb942a;
    background: #fff none repeat scroll 0 0;
    padding: 12px 35px;
    letter-spacing: 1px;
    margin-top: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover,
.sidebar-xf .box .sidebar-info a.contact:hover {
    background: transparent;
    color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
    width: 72%;
    padding-left: 15px;
}
.inner-page .m-page {
    text-align: right;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 55px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: #fb942a none repeat scroll 0 0;
    color: #fff;
}
.faq-page .faq-1 {
    padding: 70px 0;
    text-align: center;
    background: black;
}
.faq-page .faq-1 .search {
    max-width: 550px;
    display: block;
    margin: 20px auto;
    position: relative;
}
.faq-page .faq-1 .search input {
    width: 100%;
    border: medium none;
    color: #111;
    left: 0;
    padding: 0 70px 0 15px;
    border-radius: 30px;
    background: white;
    display: block;
    line-height: 50px;
    height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search button {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    line-height: 50px;
    height: 50px;
    color: #fb942a;
}
.faq-page .faq-1 p {
    max-width: 770px;
    display: block;
    margin: 0 auto;
}
.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width: 66%;
    padding-right: 15px;
}
.faq-page .faq-2 .left ul li,
.service-page .faq ul li {
    margin-bottom: 15px;
    border: 1px solid #484848;
}
.faq-page .faq-2 .left ul li:last-child,
.service-page .faq ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4,
.service-page .faq ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #2f2f2f none repeat scroll 0 0;
    color: white;
    border-radius: 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span,
.service-page .faq ul li h4 span {
    margin-right: 5px;
    color: #fb942a;
}
.faq-page .faq-2 .left ul li h4 em,
.service-page .faq ul li h4 em {
  float: right;
  font-size: 15px;
  margin-top: 7px;
}
.faq-page .faq-2 .left ul li .content,
.service-page .faq ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #2f2f2f;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
}
.service-page {
    padding: 70px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
    display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
    display:none !important;
}
.service-page h3.title {
    font-size: 24px;
}
.service-page .form {
    padding-top: 30px;
}
.news-page {
    padding: 70px 0;
}
.news-page .news-list ul {
    margin: -15px;
}
.news-page .news-list ul li {
    padding: 15px;
}
.news-page .news-list ul li:last-child {
    margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
    display: block;
}
.news-page .news-list ul li a.img-box img {
    width: 100%;
}
.news-page .news-list ul li .box {
    padding: 10px;
    -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
    padding: 20px;
    position: relative;
}
.news-page .news-list ul li .box .content time {
    position: absolute;
    width: 65px;
    height: 65px;
    top: -35px;
    background: #fb942a none repeat scroll 0 0;
    color: #fff;
    line-height: 23px;
    text-align: center;
    border-radius: 5px;
    display: block;
    font-family: "POPPINS-MEDIUM";
    font-weight: 500;
    font-size: 20px;
    padding: 8px 0;
    left: 15px;
}
.news-page .news-list ul li .box .content h3 {
    margin-top: 25px;
    font-family: "POPPINS-MEDIUM";
    font-size: 20px;
    margin-bottom: 15px;
    color: white;
    display: inline-block;
    line-height: 28px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-page .news-list ul li .box .content h3:hover {
    color: #fb942a;
}
.news-page .news-list ul li .box .content a.more {
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 0 5px 20px;
    margin-top: 20px;
    display: inline-block;
    color: #fb942a;
    border-left: 1px solid #fb942a;
    font-size: 16px;
    font-family: "POPPINS-REGULAR";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
    -webkit-transition: 0.5s padding-left;
    -moz-transition: 0.5s padding-left;
    -ms-transition: 0.5s padding-left;
    -o-transition: 0.5s padding-left;
    transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
    color: #111;
    border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
    padding-left: 5px;
}
.newdet-page {
    padding: 70px 0;
}
.newdet-page .news-content h3.title {
    font-size: 24px;
}
.newdet-page .news-content a.img-box {
    display: block;
}
.newdet-page .news-content a.img-box img {
    width: 100%;
}
.newdet-page .news-content time {
    width: 65px;
    height: 65px;
    margin-top: -35px;
    background: #fb942a none repeat scroll 0 0;
    color: #fff;
    line-height: 23px;
    text-align: center;
    border-radius: 5px;
    display: block;
    font-family: "POPPINS-MEDIUM";
    font-weight: 500;
    font-size: 20px;
    padding: 8px 0;
    left: 15px;
    position: relative;
    z-index: 1;
}
.newdet-page .news-content .tag {
    font-size: 14px;
    color: #828893;
    font-family: "POPPINS-REGULAR";
}
.newdet-page .news-content .tag em {
    color: #eee;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .news-content .tag div {
    margin-left: 15px;
}
.newdet-page .news-content .tag div i {
    color: #fb942a;
    margin-right: 5px;
}
.newdet-page .news-content .content {
    padding: 15px 0;
    margin: 10px 0;
    border-top: 1px #eee dashed;
    border-bottom: 1px #eee dashed;
    text-align: left;
}
.newdet-page .news-content .content p {
    padding: 5px 0;
}
.newdet-page .news-content .content a {
  font-size: 18px;
  color: #fb942a;
  text-decoration: underline;
}
.newdet-page .news-content .share {
    text-align: left;
}
.newdet-page .news-content .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-family: "POPPINS-REGULAR";
    color: #999;
    font-size: 14px;
}
.newdet-page .news-content .share ul {
    display: inline-block;
}
.newdet-page .news-content .share ul li {
    width: auto;
    padding: 5px;
}
.newdet-page .news-content .share ul li a {
    display: block;
    padding: 0 15px;
    line-height: 32px;
    height: 32px;
    border-radius: 5px;
    background: #edeff2;
    font-size: 12px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
    color: white;
    background: #fb942a;
}
.newdet-page .news-content .m-link {
    padding-top: 15px;
    text-align: left;
    margin-top: 15px;
    border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
    font-size: 14px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
    color: #fb942a;
    text-decoration: underline;
}
.contact-page {
    padding: 70px 0;
}
.contact-page .button-group .button {
    background: #fb942a !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
    display: none !important;
}
.contact-page .contact-2 {
    padding-top: 70px;
}
.contact-page .contact-2 .left {
    width: 55%;
    padding-right: 15px;
}
.contact-page .contact-2 .left .form {
    -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    padding: 30px;
}
.contact-page .contact-2 .right {
    width: 45%;
    padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
    position: relative;
    padding-bottom: 15px;
}
.contact-page .contact-2 .right h3.title:after {
    position: absolute;
    height: 4px;
    width: 18%;
    background: #fb942a none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 20%;
    height: 4px;
    width: 20px;
    background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
    padding-top: 20px;
    margin: -10px;
}
.contact-page .contact-2 .right ul li {
    padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
    font-size: 14px;
    margin-bottom: 7px;
    text-transform: capitalize;
    color: #828893;
    font-family: "POPPINS-MEDIUM";
}
.contact-page .contact-2 .right ul li p {
    font-size: 15px;
    color: white;
    text-transform: none;
    line-height: normal;
    letter-spacing: 1px;
}
.product-page {
    padding: 70px 0;
}
.product-page .product-list ul {
    margin: -10px;
}
.product-page .product-list ul li {
    padding: 10px;
}
.product-page .product-list ul li .box {
    display: block;
    background: #131313;
    -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.product-page .product-list ul li .box a.img-box {
    display: block;
}
.product-page .product-list ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
}
.product-page .product-list ul li .box .content h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: white;
    font-family: "POPPINS-MEDIUM";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .product-list ul li .box .content h3:hover {
    color: #fb942a;
}
.product-page .product-list ul li .box .content h5 {
    display: block;
    font-size: 14px;
    color: #fb942a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-family: "POPPINS-REGULAR";
    font-weight: bold;
}
.product-page .product-list ul li .box .content p {
    display: block;
    font-size: 12px;
    color: #888;
    line-height: 20px;
    font-family: "opensans-Regular";
    margin: 5px 0 10px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.product-page .product-list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid #fb942a;
    font-size: 12px;
    font-family: "Poppins-Bold";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fb942a;
}
.product-page .product-list ul li .box .content a.more i {
    margin-left: 5px;
}
.product-page .product-list ul li .box .content a.more:hover {
    color: white;
    background: #fb942a;
}
.prodet-page {
    padding: 70px 0;
}
.prodet-page .product-box .prodet-1 .left {
    width: 40%;
}
.prodet-page .product-box .prodet-1 .left a {
    display: block;
    border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
    width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
    margin: -5px;
    padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
    padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
    display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
    display: block;
    margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
    background-image: url("../image/banner-btn-l.png");
    left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
    background-image: url("../image/banner-btn-r.png");
    right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
    padding-left: 15px;
    width: 60%;
}
.prodet-page .product-box .prodet-1 .right h3.title {
    font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .share {
    padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: "POPPINS-REGULAR";
}
.prodet-page .product-box .prodet-1 .right .share ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
    width: auto;
    color: #666;
    margin: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
    color: #fb942a;
}
.prodet-page .product-box .prodet-1 .right a.tel {
    font-size: 18px;
    font-family: "POPPINS-MEDIUM";
    color: #fb942a;
    display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    height: 32px;
    background: #fb942a;
    color: white;
    padding: 0 25px;
    font-size: 14px;
    margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
    padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
    background: #f8f8f8;
}
.prodet-page .product-box .prodet-2 .options ul li {
    width: auto;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    color: #3d474a;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
    color: white;
    background: #fb942a;
}
.prodet-page .product-box .prodet-2 .ret {
    padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret p {
    padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
    margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
    border: 1px solid #313131;
    font-size: 14px;
}
.prodet-page .product-box .prodet-2 .ret table td p {
    padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
    background: black;
}
.prodet-page .product-box .prodet-3 h3.title {
    font-size: 24px;
}
.prodet-page .product-box .prodet-3 ul {
    margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
    padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
    display: block;
    background: black;
    -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
    display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: white;
    font-family: "POPPINS-MEDIUM";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
    color: #fb942a;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
    display: block;
    font-size: 14px;
    color: #fb942a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-family: "POPPINS-REGULAR";
    font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
    display: block;
    font-size: 12px;
    color: #888;
    line-height: 20px;
    font-family: "opensans-Regular";
    margin: 5px 0 10px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid #fb942a;
    font-size: 12px;
    font-family: "Poppins-Bold";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fb942a;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
    margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
    color: white;
    background: #fb942a;
}
.gallery-page {
    padding: 70px 0;
}
.gallery-page .gallery-list ul {
    margin: -15px;
}
.gallery-page .gallery-list ul li {
    padding: 15px;
}
.gallery-page .gallery-list ul li .box {
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}
.gallery-page .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    font-family: "POPPINS-MEDIUM";
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
    background: #fb942a;
    color: white;
}
.news-page2 {
  padding: 60px 0;
}
.news-page2 .news-list ul {
  margin: -15px;
}
.news-page2 .news-list ul li {
  padding: 15px;
}
.news-page2 .news-list ul li .box {
  padding: 15px;
  background: white;
-moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
-o-box-shadow: 0 0 15px rgba(0,0,0,.1);
box-shadow: 0 0 15px rgba(0,0,0,.1);
border-radius: 5px;
overflow: hidden;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.news-page2 .news-list ul li .box:hover {
-moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
-o-box-shadow: 0 0 15px rgba(0,0,0,.2);
box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.news-page2 .news-list ul li .box .img-box {
  width: 40%;
  vertical-align: middle;
}
.news-page2 .news-list ul li .box .content {
  width: 60%;
  vertical-align: middle;
  padding: 0 30px;
}
.news-page2 .news-list ul li .box .content h3 {
  font-size: 20px;
  color: black;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
/*margin-bottom: 10px;*/
}
.news-page2 .news-list ul li .box .content h3:hover {
  color: #fb942a;
}
.news-page2 .news-list ul li .box .content p {
  font-size: 14px;
}
.news-page2 .news-list ul li .box .date {
  width: 10%;
  padding-left: 3%;
  vertical-align: middle;
  position: relative;
  display: none;
}
.news-page2 .news-list ul li .box .date:after {
  content: '';
  width: 1px;
  height: 200%;
  background: #eee;
  position: absolute;
  left: 0;
  top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.news-page2 .news-list ul li .box .date time {
  font-size: 16px;
  line-height: 1;
}
.news-page2 .news-list ul li .box .date time em {
  display: block;
  font-size: 24px;
  color: #fb942a;
}
.service-page.about .text {
  font-size: 15px;
  line-height: 1.8;
}
.service-page.about .text table {
  padding-top: 40px;
  margin: -30px -15px;
  border: none;
  font-size: 13px;
}
.service-page.about .text table tbody {
  table-layout: fixed;
}
.service-page.about .text table tr {
  background: none;
}
.service-page.about .text table tr td,
.service-page.about .text table tr th {
  border: none;
  padding: 30px 15px;
  vertical-align: top;
}
.service-page.about .text table strong {
  font-size: 20px;
  padding-top: 20px;
  border-top: 4px solid #fb942a;
  display: block;
  width: 100%;
}
.service-page.about .text table img {
  margin: 10px 0;
}
@media screen and (max-width: 1250px) {
    .inner-page .sidebar-box .sidebar-left .sidebar-nav {
        padding: 15px;
    }
    .prodet-page .product-box .prodet-1 .left {
        width: 100%;
    }
    .prodet-page .product-box .prodet-1 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
        font-size: 20px;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
        font-size: 1.2rem;
        margin: 15px 0;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
        padding: 6px 25px;
    }
    .product-page .product-list ul li {
        width: 50% !important;
    }
    .inner-banner h3 {
        font-size: 34px;
        line-height: 34px;
    }
    .inner-banner .mbx {
        font-size: 14px;
    }
    .inner-page h3.title {
        font-size: 28px;
        line-height: 28px;
    }
    #mapContainer {
        height: 300px !important;
    }
    .news-page .news-list ul li .box .content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
    .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        padding: 8px 15px;
    }
    .about-page .about-1 .right h5 {
        font-size: 16px;
        line-height: 24px;
    }
    .about-page .about-1 .right .text ul {
        margin: 10px 0;
    }
    .about-page .about-1 .right .text ul li {
        font-size: 14px;
        margin: 3px 0;
    }
    .inner-page i.small-tit {
        font-size: 16px;
    }
    .about-page .about-4 .bottom ul li .box h5 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-page h3.title {
        font-size: 24px;
        line-height: 26px;
    }
    .about-page .about-1 .right h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .about-page .about-1,
    .about-page .about-2,
    .about-page .about-3,
    .gallery-page,
    .faq-page .faq-1,
    .faq-page .faq-2,
    .prodet-page,
    .product-page,
    .news-page,
    .newdet-page,
    .service-page,
    .contact-page,
    .about-page .about-4 {
        padding: 40px 0;
    }
    .contact-page .contact-2 {
        padding-top: 40px;
    }
    .about-page .about-2 .right .content li {
        font-size: 13px;
        padding: 2px 10px;
    }
    .about-page .about-3 a.more {
        padding: 6px 25px;
    }
    .about-page .about-4 .top .right a.more {
        font-size: 16px;
        line-height: 34px;
        height: 34px;
    }
    .about-page .about-4 .bottom ul li {
        padding: 10px;
    }
    .about-page .about-4 .bottom ul {
        margin: -10px;
    }
    .about-page .about-4 .bottom ul li .box h5 {
        font-size: 16px;
        padding: 5px;
    }
    .inner-page .sidebar-box .sidebar-left {
        display: none;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .inner-page .sidebar-box .sidebar-right {
        width: 100%;
        padding-left: 0;
    }
    .gallery-page .gallery-list ul li .box h5 {
        font-size: 16px;
    }
    .inner-page .m-page {
        text-align: center;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 35px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        -moz-box-shadow: 0 2px 5px 0 #d8dde6;
        -o-box-shadow: 0 2px 5px 0 #d8dde6;
        box-shadow: 0 2px 5px 0 #d8dde6;
    }
    .inner-page h3.title {
        font-size: 20px !important;
        line-height: 24px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 14px;
    }
    .inner-banner {
        height: 300px;
        padding-top: 120px;
    }
    .inner-banner h3 {
        font-size: 28px;
        line-height: 28px;
    }
    .product-page .product-list ul li {
        width: 33.333% !important;
    }
    .news-page .news-list ul li .box .content time,
    .newdet-page .news-content time {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 20px;
        top: -25px;
    }
    .newdet-page .news-content time {
        top: 0;
        margin-top: -25px;
    }
    .news-page .news-list ul li .box .content a.more {
        font-size: 14px;
        padding: 2px 0 2px 15px;
    }
    .contact-page .contact-2 .right ul li p {
        font-size: 13px;
    }
    .contact-page .contact-2 .right ul li h6 {
        margin-bottom: 3px;
    }
    .about-page .about-4 .bottom {
        padding-top: 30px;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .contact-page .contact-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .inner-page .form ul li {
        width: 100% !important;
    }
    .product-page .product-list ul li {
        width: 50% !important;
    }
    .gallery-page .gallery-list ul li .box h5 {
        font-size: 14px;
    }
    .about-page .about-1 .left,
    .about-page .about-2 .left,
    .about-page .about-4 .top .left {
        padding-right: 0;
        width: 100%;
    }
    .about-page .about-1 .right,
    .about-page .about-2 .right,
    .about-page .about-4 .top .right {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }
    .about-page .about-4 .top .right {
        text-align: left;
        padding-top: 20px;
    }
    .about-page .about-4 .bottom ul li .box h5 {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    .inner-banner h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .about-page .about-1 .right .text ul li {
        font-size: 12px;
    }
    .faq-page .faq-2 .left ul li h4 {
        padding: 8px;
    }
    .product-page .product-list ul li {
        width: 100% !important;
    }
    .prodet-page .product-box .prodet-2 .options ul li {
        font-size: 13px;
        padding: 0 10px;
    }
    .inner-page p,
    .inner-page {
        font-size: 13px;
        line-height: 1.8;
    }
    .news-page .news-list ul li .box .content h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .contact-page .contact-2 .left .form {
        padding: 10px;
    }
    .button-group .button:nth-child(2) {
        display: none;
    }
    .button-group {
        padding: 5px !important;
        bottom: 0 !important;
        right: 15px !important;
    }
    .inner-banner {
        height: 240px;
        padding-top: 80px;
    }
}

.top-nav {
/*-moz-box-shadow: 0 0 20px rgba(0,0,0,.3);
-o-box-shadow: 0 0 20px rgba(0,0,0,.3);
box-shadow: 0 0 20px rgba(0,0,0,.3);*/
padding: 20px 0;
/*border-top: 5px solid #ff8a00;*/
position: relative;
background: rgba(24,24,24,0.98);
text-align: center;
z-index: 1;
}
.top-nav i.line {
  height: 5px;
  position: absolute;
  top: -5px;
  left: 0;
  background: #fa9900;
-webkit-transition: 2s 2s;
-moz-transition: 2s 2s;
-ms-transition: 2s 2s;
-o-transition: 2s 2s;
transition: 2s 2s;
width: 0;
}
.top-nav ul li {
  display: inline-block;
}
.top-nav ul li a{
  padding: 0 35px;
  line-height: 28px;
  font-size: 16px;
  color: white;
  border-right: 1px solid rgba(255,255,255,.33);
}
.top-nav ul li:last-child a {
  border-right: none;
}
.top-nav ul li a.active,
.top-nav ul li a:hover {
  color: #fb942a;
}
.about-page .ui.container {
  max-width: 1450px;
}
.honor-page .ui.container {
  max-width: 1390px;
}
.product-yd-page .ui.container {
  max-width: 1370px;
}
.inner-page {
  background: #171717;
  color: white;
}
.about-page {
  overflow: hidden;
}
.inner-page p,
.inner-page .text{
  color: inherit;
}
.about-page .about-1 {
  padding: 120px 0 50px;
}
.about-page .about-1 .left {
  width: 47%;
  vertical-align: middle;
  padding: 0 3%;
}
.about-page .about-1 h2 {
  font-size: 128px;  
  text-transform: uppercase;
  line-height: .7;
  margin-left: -2.5%;
}
.about-page .about-1 h2 em {
  color: #fa9900;
}
.about-page .about-1 .box {
  padding: 20px 10px;
  background: #2b2b2b;
}
.about-page .about-1 .box .left i.tit {
  font-size: 24px;
  line-height: 1;
}
.about-page .about-1 .box .left i.tit:after {
  content: '';
  width: 190px;
  height: 1px;
  background: #fa9900;
  margin-top: 5px;
  display: block;
}
.about-page .about-1 .box .left h3 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  margin: 28px 0;
}
.about-page .about-1 .box .left .text {
  font-size: 24px;
  line-height: 1.8;
  text-indent: 2rem;
}
.about-page .about-1 .right {
  vertical-align: middle;
  width: 53%;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .right:after {
  content: '';
  width: 96%;
  height: 120%;
  position: absolute;
  top: -10%;
  left: 10%;
  background: #faa113;
  z-index: -1;
}
.about-page .about-2 {
  padding: 170px 0 140px;
  background: url('../image/about-2-bg.jpg') center top no-repeat;
  text-align: center;
}
.about-page .about-2 ul li{
  padding: 0 10px;
  border-right: 1px solid #525252;
}
.about-page .about-2 ul li:last-child {
  border-right: none;
}
.about-page .about-2 ul li h5 {
  font-size: 80px;
  line-height: 1;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.about-page .about-2 ul li h5 sup {
  line-height: 0;
  font-family: 'AvantGardeITCbyBT-Medium';
}
.about-page .about-2 ul li p {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.about-page .about-2 ul li:nth-child(1) {
  width: 20%;
}
.about-page .about-2 ul li:nth-child(2) {
  width: 30%;
}
.about-page .about-2 ul li:hover h5 {
  color: #fa9900;
}
.about-page .about-3 {
  background: url('../image/about-3-bg.jpg') center center;
  background-size: cover;
}
.about-page .about-3 .left {
  vertical-align: middle; 
}
.about-page .about-3 .left h6 {
  font-size: 52px;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'AvantGardeITCbyBT-Medium';
  margin-bottom: 10px;
}
.about-page .about-3 .left h3 {
  font-size: 36px;
  line-height: 1;
}
.about-page .about-3 .left p {
  font-size: 14px;
  line-height: 1.6;
  margin: 20px 0 30px;
}
.about-page .about-3 .left .list {
  text-align: left;
}
.about-page .about-3 .left .list ul {
  margin: -10px;
}
.about-page .about-3 .left .list ul li {
  padding: 10px;
}
.about-page .about-3 .left .list ul li h6 {
  font-family: "Arial";
  font-weight: bold;
  font-size: 66px;
  color: #fa9900;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-3 .left .list ul li h6 sup {
  line-height: 0;
  font-size: 65%;
}
.about-page .about-3 .left .list ul li p {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  margin-left: 5px;
  margin-bottom: 10px;
}
.about-page .about-3 .right {
  vertical-align: middle;
}
.about-page .about-3 .right img {
  margin: -25px 0;
  position: relative;
  left: 15%;
}
.about-page .about-4 {
  padding: 130px 0 90px;
  text-align: center;
}
.about-page .about-4 .ui.container {
  max-width: 1180px !important;
}
.about-page .about-4 p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.8;
}
.about-page .about-5 li a img {
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
filter: grayscale(100%);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
position: relative;
}
.about-page .about-5 li a img:hover {
  filter: grayscale(0);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
z-index: 1;
}
.about-page .about-5 .slick-list {
  overflow: unset;
}
.about-page .about-6 {
  padding-top: 140px;
  background: url('../image/about-5-bg.jpg') center center no-repeat;
}
.about-page .about-6 h2 {
  font-size: 50px;
  /*float: right;*/
  text-align: right;
  line-height: 1;
  margin-bottom: -90px;
}
.about-page .about-6 h2 small {
  display: block;
  font-family: 'AvantGardeITCbyBT-Medium';
  font-size: 38px;
  color: #fa9900;
  line-height: 1;
}
.about-page .about-6 .box ul {
  margin: -15px;
}
.about-page .about-6 .box ul li {
  padding: 15px;
}
.about-page .about-6 .box ul li dl {
  display: block;
  border-left: 1px solid #4e4e4e;
  padding: 0 25px 20px;
}
.about-page .about-6 .box ul li dl dt {
  font-size: 48px;
  font-family: 'AvantGardeITCbyBT-Medium';
  line-height: 1;
  margin-bottom: 80px;
  -webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.about-page .about-6 .box ul li dl dd {
  margin-bottom: 60px;
  position: relative;
}
.about-page .about-6 .box ul li dl dd:last-child {
  margin-bottom: 0;
}
.about-page .about-6 .box ul li dl dd h6 {
  font-size: 32px;
  color: #b4b4b4;
  font-family: 'AvantGardeITCbyBT-Medium';
  margin-bottom: 5px;
  position: relative;
  line-height: 1;
  -webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.about-page .about-6 .box ul li dl dd h6 i {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  left: -35px;
  background: #ffb400;
  border:2px solid transparent;
  z-index: 1;
}
.about-page .about-6 .box ul li dl dd h6 i:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  border: 2px solid #252525;
  border-radius: inherit;
}
.about-page .about-6 .box ul li dl dd p {
  color: #898989;
  font-size: 14px;
  line-height: 1.8;
  -webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.about-page .about-6 .box ul li dl:hover dt,
.about-page .about-6 .box ul li dl:hover dd h6 {
  color: #fa9900;
}
.about-page .about-6 .box ul li dl:hover dd p {
  color: white;
}
.about-page .about-6 .box ul li:nth-child(2) {
  margin-top: 80px;
}
.about-page .about-6 .box ul li:nth-child(3) {
  margin-top: 160px;
}
.about-page .about-6 .box ul li:nth-child(4) {
  margin-top: 240px;
}
.about-page .about-6 .img_ {
  margin: 50px auto -90px;
  display: block;
}
.inner-page .public-wl {
  padding: 170px 0 80px;
  text-align: center;
  background: url('../image/about-7-bg.jpg') center center;
  background-size: cover;
}
.inner-page .public-wl h6 {
  font-family: "Arial";
  font-size: 40px;
  text-transform: capitalize;
  font-weight: bold;
  color: #0e0e0e;
  margin: 15px 0 10px;
  line-height: 1;
}
.inner-page .public-wl h3 {
  font-weight: bold;
  font-size: 40px;
  color: #fa9900;
  line-height: 1;
}
.inner-page .public-wl .text {
  margin: 30px auto 0;
  max-width: 960px;
  display: block;
  font-size: 14px;
  color: #0e0e0e;
  line-height: 1.8;
}
.honor-page .top .left {
  padding-right: 3%;
}
.honor-page .top .left h3,
.product-yd-page .top h3,
.responsibility-page .top h3 {
  font-size: 72px;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'bahnschrift';
}
.honor-page .top .left h3 em,
.product-yd-page .top h3 em,
.responsibility-page .top h3 em {
  color: #fa9900;
}
.honor-page .top .left h6,
.product-yd-page .top h6,
.responsibility-page .top h6 {
  font-size: 24px;
  line-height: 1;
  margin: 20px 0;
}
.honor-page .top .left h6:after,
.product-yd-page .top h6:after,
.responsibility-page .top h6:after {
  content: '';
  max-width: 100%;
  display: block;
  width: 190px;
  height: 1px;
  background: #fa9900;
  margin-top: 10px;
}
.honor-page .top .left p,
.product-yd-page .top p,
.responsibility-page .top p {
  font-size: 16px;
  line-height: 1.6;
}
.honor-page .honor-1 {
  padding: 120px 0 100px;
}
.honor-page .honor-1 .top .right h2 {
  font-family: "Arial";
  font-weight: bold;
  font-size: 88px;
  text-transform: uppercase;
  line-height: 1;
}
.honor-page .honor-1 .bottom {
  margin-top: 90px;
  background: #262626;
}
.honor-page .honor-1 .bottom .left {
  vertical-align: middle;
  /*padding-right: 3%;*/
}
.honor-page .honor-1 .bottom .left img {
  border: 20px solid #fa9900;
  margin: -20px;
}
.honor-page .honor-1 .bottom .right {
  vertical-align: middle;
  padding: 0 5%;
}
.honor-page .honor-1 .bottom .right h5 {
  font-size: 24px;
  color: #fa9900;
  font-weight: bold;
}
.honor-page .honor-1 .bottom .right h5 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.honor-page .honor-1 .bottom .right ul {
  margin: 20px 0;
}
.honor-page .honor-1 .bottom .right ul li {
  padding: 8px 0;
  position: relative;
}
.honor-page .honor-1 .bottom .right ul li a {
  padding-left: 24px;
  position: relative;
  display: block;
  font-size: 16px;
  color: #e2e2e2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.honor-page .honor-1 .bottom .right ul li a:before {
  content: '';
  border: 3px solid #0b578c;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -3px;
}
.honor-page .honor-1 .bottom .right ul li:after {
  content: '';
  display: block;
  background: #e0e0e0;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 24px;
}
.honor-page .honor-2 .top {
  padding: 80px 0 50px;
  border-top: 1px solid #313131;
}
.honor-page .honor-2 .top .right ul li {
  padding: 0 15px;
  border-left: 1px solid #616161;
}
.honor-page .honor-2 .top .right ul li.active p img {
  display: none;
}
.honor-page .honor-2 .top .right ul li:first-child {
  border-left: none;
  width: 27%;
}
.honor-page .honor-2 .top .right ul li:nth-child(2) {
  width: 38%;
}
.honor-page .honor-2 .top .right ul li:nth-child(2) {
  width: 35%;
}
.honor-page .honor-2 .top .right ul li h6 {
  font-size: 50px;
  font-weight: bold;
  font-family: 'Arial';
  line-height: 1;
  margin-bottom: 10px;
}
.honor-page .honor-2 .top .right ul li h6 sup {
  font-size: 70%;
  line-height: 0;
}
.honor-page .honor-2 .top .right ul li p {
  font-weight: bold;
  color: #fa9900;
  font-size: 26px;
  line-height: 1;
}
.honor-page .honor-2 .top .right ul li p img {
  margin-left: 4px;
}
.honor-page .honor-2 .bottom {
  /*padding-top: 60px;*/
  padding-bottom: 200px;
}
.honor-page .honor-2 .bottom>div {
  display: none;
}
.honor-page .honor-2 .bottom h5 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.honor-page .honor-2 .bottom .box {
  padding-top: 40px;
}
.honor-page .honor-2 .bottom ul {
  margin: -35px;
}
.honor-page .honor-2 .bottom ul li {
  padding: 35px;
}
.honor-page.inner-page .public-wl {
  padding: 100px 0 80px;
}
.product-yd-page .product-yd-1 {
  padding: 120px 0 200px;
}
.product-yd-page .bottom {
  padding-top: 50px;
  margin-top: 40px;
  border-top: 1px solid #242424;
}
.product-yd-page .bottom ul {
  margin: -50px 0;
}
.product-yd-page .bottom ul li {
  padding: 50px 0;
  border-bottom: 1px solid #242424;
}
.product-yd-page .bottom ul li:last-child {
  border-bottom: none;
}
.product-yd-page .bottom ul li .box {
  position: relative;
  padding-top: 50px;
}
.product-yd-page .bottom ul li .box:before {
  content: '';
  height: 90%;
  width: 100%;
  background: #262626;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#262626), color-stop(100%,transparent)); /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(right, #262626 0%, transparent 100%); /* firefox */
  background: -webkit-linear-gradient(left, #262626 0%,transparent 100%); /* chrome */
  background: -o-linear-gradient(right, #262626 0%,transparent 100%); /* opera */
  background: -ms-linear-gradient(right, #262626 0%,transparent 100%); /* ie */
  background: linear-gradient(to right, #262626,transparent); /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='transparent',GradientType=1)"; /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='transparent',GradientType=1 ); /* 兼容IE5~IE9 */
  z-index: -1;
  position: absolute;
  top: 0;
  left: 15px;
}
.product-yd-page .bottom ul li .box .text {
  vertical-align: middle;
  position: relative;
  padding: 0 3%;
  z-index: 0;
}
.product-yd-page .bottom ul li .box .text h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
}
.product-yd-page .bottom ul li .box .text h3 small {
  display: block;
  font-size: 20px;
  line-height: 1;
  padding: 15px 0 10px;
  border-bottom: 1px solid #ff9e06;
  font-family: 'AvantGardeITCbyBT-Medium';
  font-weight: normal;
}
.product-yd-page .bottom ul li .box .content {
  margin: 20px 0 40px;
  padding: 30px 0;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  z-index: 1;
}
.product-yd-page .bottom ul li .box .content:after {
  content: '';
  width: 150%;
  position: absolute;
  top: 0;
  height: 100%;
  left: -6%;
  /*margin-left: -15px;*/
  background: #ff9e06;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff9e06), color-stop(100%,#db8909)); /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(right, #ff9e06 0%, #db8909 100%); /* firefox */
  background: -webkit-linear-gradient(left, #ff9e06 0%,#db8909 100%); /* chrome */
  background: -o-linear-gradient(right, #ff9e06 0%,#db8909 100%); /* opera */
  background: -ms-linear-gradient(right, #ff9e06 0%,#db8909 100%); /* ie */
  background: linear-gradient(to right, #ff9e06,#db8909); /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9e06', endColorstr='#db8909',GradientType=1)"; /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e06', endColorstr='#db8909',GradientType=1 ); /* 兼容IE5~IE9 */
}
.product-yd-page .bottom ul li .box a.more {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  background: #fa9900;
  font-size: 16px;
  color: black;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.product-yd-page .bottom ul li .box a.more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.product-yd-page .bottom ul li .box a.more:hover {
  background: black;
  color: white;
}
.product-yd-page .bottom ul li .box .img {
  position: relative;
  padding: 0 3%;
  z-index: 1;
  vertical-align: middle;
}
.product-yd-page .bottom ul li .box .img img {
  width: 100%;
}
.product-yd-page .bottom ul li:nth-child(even) .box .img {
  left: -50%;
}
.product-yd-page .bottom ul li:nth-child(even) .box .text {
  left: 50%;
}
.product-yd-page .bottom ul li:nth-child(even) .box .text .content:after {
  left: auto;
  right: -6%;
  width: 130%;
}
.responsibility-page .responsibility-1 {
  padding: 130px 0 150px;
}
.responsibility-page .responsibility-1 .bottom {
  padding-top: 80px;
}
.responsibility-page .responsibility-1 .bottom ul {
  margin: -30px -35px;
}
.responsibility-page .responsibility-1 .bottom ul li {
  padding: 30px 35px;
}
.responsibility-page .responsibility-1 .bottom ul li h5 {
  line-height: 80px;
  height: 80px;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 24px;
  background: #1d1d1d;
}
.responsibility-page .responsibility-1 .bottom ul li h5:after {
  content: '';
  width: 49px;
  height: 3px;
  background: #fa9900;
  border-radius: 1px;
  position: absolute;
  right: 15px;
  bottom: 20px;
}
.responsibility-page .responsibility-1 .bottom ul li h5:before {
  content: '';
  width: 120px;
  border-left: 50px solid transparent;
  border-bottom: 80px solid #292929;
  position: absolute;
  right: 0;
  top: 0;
}
.responsibility-page .responsibility-1 .bottom ul li a img {
  width: 100%;
}
.responsibility-page .responsibility-1 .bottom ul li p {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
}
.responsibility-page .top p {
  max-width: 960px;
}
.sidebar-xf {
  position: fixed;
  top: 50%;
  left: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 20;
}
.sidebar-xf .btn {
  width: 30px;
  height: 80px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #2d2d2d;
  position: relative;
  display: block;
  overflow: hidden;
}
.sidebar-xf .btn:after {
content: "\f101";
font-family: "FontAwesome";
font-size: 14px;
position: absolute;
top: 50%;
left: 0;
text-align: center;
width: 100%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
color: white;
}
.sidebar-xf .btn:before {
  content: '';
  width: 10px;
  height: 100%;
  border-left: 2px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
-webkit-transform: skewX(20deg);
-moz-transform: skewX(20deg);
-ms-transform: skewX(20deg);
-o-transform: skewX(20deg);
transform: skewX(20deg);
-webkit-animation:yd 3s linear infinite;
 -o-animation:yd 3s linear infinite;
 -ms-animation:yd 3s linear infinite;
 -moz-animation:yd 3s linear infinite;
 animation:yd 3s linear infinite;
}
.sidebar-xf .box {
  position: absolute;
  top: 50%;
  left: 0;
-webkit-transform: translate(-100%,-50%);
-moz-transform: translate(-100%,-50%);
-ms-transform: translate(-100%,-50%);
-o-transform: translate(-100%,-50%);
transform: translate(-100%,-50%);
z-index: 1;
width: 260px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.sidebar-xf:hover .box{
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transform: translate(0,-50%);
}
.sidebar-xf .box .sidebar-info:after {
  opacity: 1;
}
@-webkit-keyframes yd {
  from {
    left: -50%;
  }
  20% {
    left: 150%;
  }
  to {
    left: 150%;
  }

}

@-o-keyframes yd {
  from {
    left: -50%;
  }
  20% {
    left: 150%;
  }
  to {
    left: 150%;
  }

}

@-moz-keyframes yd {
  from {
    left: -50%;
  }
  20% {
    left: 150%;
  }
  to {
    left: 150%;
  }

}

@keyframes yd {
  from {
    left: -50%;
  }
  20% {
    left: 150%;
  }
  to {
    left: 150%;
  }

}

@media screen and (max-width: 1500px){
  #index-body .init-7 h3 {
    font-size: 26px;
  }
  #index-body .init-7 h3 small {
    font-size: 18px;
  }
  #index-body .init-7 .box ul li {
    margin-bottom: 20px;
  }
  #index-body .init-7 .box ul li:last-child {
    margin-bottom: 0;
  }
  #index-body .init-7 .box ul li h4 {
    font-size: 40px;
  }
  #index-body .init-7 .box ul li p {
    font-size: 16px;
    margin: 15px 0;
  }
  #index-body .init-7 .box ul li i img {
    max-height: 50px;
  }
  .inner-banner .box h4 {
    font-size: 50px;
  }
  .inner-banner .box h3 {
    font-size: 36px;
  }
  .inner-banner {
    height: 600px;
    height: 80vh;
  }
  .about-page .about-1 h2 {
    font-size: 70px;
  }
  .about-page .about-1 .box .left h3 {
    font-size: 36px;
  }
  .about-page .about-1 .box .left i.tit {
    font-size: 20px;
  }
  .about-page .about-2 {
    background-size: 100% auto;
  }
  .about-page .about-2 ul li h5 {
    font-size: 50px;
  }
  .about-page .about-3 .left h6,.about-page .about-3 .left .list ul li h6,.about-page .about-6 h2 {
    font-size: 40px;
  }
  .about-page .about-3 .left h3 {
    font-size: 28px;
  }
  .about-page .about-6 .box ul li dl dt {
    font-size: 36px;
  }
  .about-page .about-6 h2 small {
    font-size: 30px;
  }
  .about-page .about-6 .box ul li dl dd h6 {
    font-size: 28px;
  }
  .about-page .about-6 .box ul li dl dd {
    margin-bottom: 30px;
  }
  .inner-page .public-wl h6 {
    font-size: 32px;
  }
  .inner-page .public-wl h3 {
    font-size: 36px;
  }
  .honor-page .top .left h3, .product-yd-page .top h3, .responsibility-page .top h3,.honor-page .honor-2 .top .right ul li h6 {
    font-size: 50px;
  }
  .honor-page .top .left h6, .product-yd-page .top h6, .responsibility-page .top h6,.honor-page .honor-1 .bottom .right h5,.honor-page .honor-1 .bottom .right h5,.honor-page .honor-2 .top .right ul li p {
    font-size: 20px;
  }
  .honor-page .honor-2 .bottom ul li {
    padding: 15px;
  }
  .honor-page .honor-2 .bottom ul {
    margin: -15px;
  }
  .responsibility-page .responsibility-1 .bottom ul li h5 {
    font-size: 24px;
    line-height: 60px;
    height: 60px;
  }
  .responsibility-page .responsibility-1 .bottom ul li {
    padding: 20px;
  }
  .responsibility-page .responsibility-1 .bottom ul {
    margin: -20px;
  }
  .inner-page .public-wl {
    padding-top: 140px;
  }
  .responsibility-page .responsibility-1 {
    padding: 80px 0;
  }
  .product-yd-page .bottom ul li .box .text h3 {
    font-size: 38px;
  }
  .product-yd-page .bottom ul li .box .content {
    font-size: 14px;
  }
  .product-yd-page .product-yd-1 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1250px){
  .inner-banner {
    height: 500px;
  }
  .inner-banner .box {
    margin-top: 0;
  }
  .top-nav {
    padding: 13px 0;
  }
  .about-page .about-1 h2 {
    font-size: 50px;
    margin-left: 0;
  }
  .about-page .about-1 .box .left h3 {
    font-size: 28px;
    margin: 10px 0;
  }
  .about-page .about-2 ul li h5 {
    font-size: 40px;
  }
  .about-page .about-2 {
    padding: 120px 0 60px
  }
  .about-page .about-3 .left h6, .about-page .about-3 .left .list ul li h6, .about-page .about-6 h2,.about-page .about-6 .box ul li dl dt {
    font-size: 28px;
  }
  .about-page .about-3 .right img {
    left: 0;
  }
  .about-page .about-3 .right {
    padding-left: 25px;
  }
  .about-page .about-3 .left .list ul li p {
    font-size: 12px;
  }
  .about-page .about-6 .box ul li dl dt {
    margin-bottom: 30px;
  }
  .about-page .about-6 .box ul li dl dd p {
    font-size: 12px;
  }
  .about-page .about-6 .box ul li dl dd {
    margin-bottom: 10px;
  }
  .inner-page .public-wl h6,.inner-page .public-wl h3 {
    font-size: 26px;
  }
  .top-nav {
    position: relative !important;
    top: 0 !important;
  }
  .inner-page {
    margin-top: 0 !important;
  }
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-6 .box ul li dl dd h6 i {
    top: 5px;
  }
  .honor-page .top .left h3, .product-yd-page .top h3, .responsibility-page .top h3, .honor-page .honor-2 .top .right ul li h6 {
    font-size: 40px;
  }
  .responsibility-page .responsibility-1 .bottom ul li h5:after {
    width: 25px;
  }
  .responsibility-page .responsibility-1 .bottom ul li h5 {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
  }
  .responsibility-page .responsibility-1 .bottom ul li {
    padding: 10px;
  }
  .responsibility-page .responsibility-1 .bottom ul {
    margin: -10px;
  }
  .honor-page .honor-2 .top .right ul li p {
    font-size: 14px;
  }
  .honor-page .honor-2 .top .right ul li p img {
    max-width: 15px;
  }
  .honor-page .honor-2 .bottom ul li {
    padding: 5px;
  }
  .honor-page .honor-2 .bottom ul {
    margin: -5px;
  }
  .honor-page .honor-2 .bottom {
    padding-bottom: 60px;
  }
  .product-yd-page .bottom ul li .box .text h3 {
    font-size: 28px;
  }
  .product-yd-page .bottom ul li .box .text h3 small {
    font-size: 16px;
    padding: 10px 0 5px;
  }
  .product-yd-page .bottom ul li .box .content {
    padding: 15px 0;
  }
  .product-yd-page .bottom ul li .box a.more {
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    padding: 0 20px;
  }
  .service-page .init-5 {
    padding: 30px 15px;
  }

}
@media screen and (max-width: 1000px){
  .inner-banner .box h4 {
    font-size: 36px;
  }
  .inner-banner .box h3 {
    font-size: 28px;
  }
  .inner-banner .box h6 {
    font-size: 18px;
  }
  .inner-banner {
    height: 400px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    display: none;
  }
  .about-page .about-2 ul li {
    width: 25% !important;
  }
  .about-page .about-2 ul li h5 {
    font-size: 28px;
  }
  .about-page .about-2 ul li p {
    font-size: 14px;
  }
  .about-page .about-3 .left .list ul li p {
    display: block;
    margin: 0;
  }
  .about-page .about-3 .left .list ul li h6 {
    margin-bottom: 0;
  }
  .about-page .about-4 {
    padding: 50px 0;
  }
  .about-page .about-6 .box ul li {
    width: 100%;
    margin-top: 0 !important;
  }
  .about-page .about-6 h2 {
    margin: 0 0 20px;
    text-align: left;
    float: none;
  }
  .about-page .about-6 .box ul li {
    padding: 0;
  }
  .about-page .about-6 .box ul {
    margin: 0;
  }
  .about-page .about-6 .box ul li dl dt {
    font-size: 24px;
  }
  .about-page .about-6 .box ul li dl dd h6 {
    font-size: 20px;
  }
  .about-page .about-6 {
    padding-top: 60px;
  }
  .inner-page .public-wl {
    padding-top: 120px;
  }
  .honor-page .honor-1 .bottom {
    margin-top: 40px;
  }
  .honor-page .honor-1 {
    padding: 60px 0;
  }
  .honor-page .top .left p, .product-yd-page .top p, .responsibility-page .top p {
    font-size: 14px;
  }
  .honor-page .top .left h3, .product-yd-page .top h3, .responsibility-page .top h3, .honor-page .honor-2 .top .right ul li h6 {
    font-size: 32px;
  }
  .honor-page .honor-2 .bottom h5 {
    font-size: 22px;
  }
  .honor-page .top .left {
    width: 100%;
  }
  .responsibility-page .responsibility-1 .bottom ul li p {
    font-size: 12px;
  }
  .responsibility-page .responsibility-1 .bottom ul li h5 {
    font-size: 16px;
  }
  .top-nav {
    display: none;
  }
  .product-yd-page .bottom ul li .box .content {
    padding: 5px 0;
  }
  .product-yd-page .bottom ul li {
    padding: 20px 0;
  }
  .product-yd-page .bottom ul li .box {
    padding-top: 30px;
  }
  .product-page .product-list ul li .box .content p {
    display: none;
  }
  .news-page .news-list ul li {
    width: 50% !important;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 18px;
    height: auto;
  }
  .news-page .news-list ul li .box .content {
    padding: 20px 10px;
  }
  .news-page .news-list ul li .box .content time, .newdet-page .news-content time {
    font-size: 12px;
    line-height: 16px;
  }
  .contact-page .contact-2 .left .form {
    padding: 0;
  }
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info h4, .sidebar-xf .box .sidebar-info h4 {
    font-size: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel, .sidebar-xf .box .sidebar-info a.tel {
    font-size: 1rem;
  }
  #ewm2 {
    display: none;
  }
}
@media screen and (max-width: 700px){
  #index-body .init-3,
  #index-body .init-4,
  #index-body .init-5,
  #index-body .init-6,
  #index-body .init-7,
  .about-page .about-2 {
    display: none;
  }
  .inner-banner .box h4 {
    font-size: 26px;
  }
  .inner-banner .box h3 {
    font-size: 22px;
  }
  .inner-banner .box h6 {
    margin: 10px 0 5px;
  }
  .inner-banner .box h3:after {
    max-width: 100%;
    margin-top: 5px;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-3 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-3 .left .list ul li {
    width: 33.3333%;
  }
  .about-page .about-3 .right img {
    margin: 0;
  }
  .about-page .about-1 h2 {
    font-size: 38px;
  }
  .about-page .about-1 .box .left h3,.about-page .about-3 .left h6, .about-page .about-3 .left .list ul li h6, .about-page .about-6 h2, .about-page .about-6 .box ul li dl dt,.about-page .about-3 .left h3 {
    font-size: 24px;
  }
  .honor-page .honor-1 .bottom .left img {
    margin: 0;
    border-width: 10px;
  }
  .honor-page .honor-1 .bottom .left {
    margin-bottom: 20px;
  }
  .honor-page .honor-1 .bottom .right ul li:after {
    bottom: 0;
    top: auto;
  }
  .honor-page .honor-1 .bottom .right ul li {
    overflow: hidden;
  }
  .honor-page .honor-1 .bottom .right ul li a {
    font-size: 14px;
  }
  .honor-page .top .right {
    display: none;
  }
  .honor-page .honor-2 .bottom ul li {
    width: 50%;
  }
  .product-yd-page .bottom ul li .box .text,
  .product-yd-page .bottom ul li .box .img {
    left: 0 !important;
    width: 100%;
  }
  .product-yd-page .bottom ul li .box .img {
    margin-top: 20px;
  }
  .product-yd-page .bottom ul li .box .text h3 {
    font-size: 22px;
  }
  .product-yd-page .bottom ul li .box .text h3 small {
    font-size: 14px;
  }
  .news-page .news-list ul li,#footer .footer-top .right .box2 .info ul li {
    width: 100% !important;
}
}