@font-face {
  font-family: 'DINPRO-REGULAR';
  src: url(../fonts/DINPRO-REGULAR.ttf) format('truetype'), url(../fonts/DINPRO-REGULAR.eot) format('eot'), url(../fonts/DINPRO-REGULAR.woff) format('woff'), url(../fonts/DINPRO-REGULAR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYR';
  src: url(../fonts/AGENCYR.ttf) format('truetype'), url(../fonts/AGENCYR.eot) format('eot'), url(../fonts/AGENCYR.woff) format('woff'), url(../fonts/AGENCYR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYB';
  src: url(../fonts/AGENCYB.ttf) format('truetype'), url(../fonts/AGENCYB.eot) format('eot'), url(../fonts/AGENCYB.woff) format('woff'), url(../fonts/AGENCYB.woff2) format('woff2');
}
body {
  font-family: "arial";
}
#ewm{
  width: 140px;
}

/* 语言切换 */
.language-box {
  margin-left: 25px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: bold;
  line-height: 17px;
}
.language-box .zhuyu {
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu i {
  margin-left: 5px;
}
.language-box .hover-language {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  width: 50px;
  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.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  font-size: 12px!important;
  color: #000000!important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white!important;
}
.language-box .hover-language: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;
}
/* end */




.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1230px;
}
.h-top .h-search img {
  vertical-align: middle;
}
.h-top .language-box a {
  font-size: 16px;
}
.h-top .tel-text {
  font-size: 18px;
  margin: 0 20px;
}
.h-top .tel-text p i {
  margin-right: 20px;
}
#header .h-top ul li:hover a {
  color: white;
}
#header .h-top::after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 55px solid transparent;
  border-top: 55px solid #ce862b;
  position: absolute;
  top: 0;
  left: -55px;
}
#header {
  z-index: 1;
  position: relative;
}
#header .h-top {
  color: white;
  padding-right: 85px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 55px;
  height: 55px;
  width: 56%;
  background: #ce862b;
  background-size: 100% 100%;
  background-position: right;
  background-repeat: no-repeat;
}
#header .h-top ul li {
  line-height: 36px;
  font-size: 14px;
  display: block;
  height: 36px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top ul li.active,
#header .h-top ul li:hover {
  background: #67af16;
}
#header .h-top ul li a {
  display: block;
  padding: 0 15px;
  color: black;
  font-size: 14px;
}
#header .nav {
  padding: 25px 0;
  display: inline-block;
  width: 100%;
  background: white;
}
#header .nav .ui.menu {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 18px;
  font-weight: bold;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  letter-spacing: 2px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #ce862b;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
}
#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: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  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);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -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: #ce862b;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  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: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -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: #fd2318;
  -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: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner img {
  width: 100%;
}
#banner .left {
  max-width: 790px;
}
#banner.swiper-container {
  z-index: 0;
}
#banner .banner-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
#banner .swiper-slide.swiper-slide-active .banner-text h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}
#banner .swiper-slide.swiper-slide-active .banner-text .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1500ms;
}
#banner .swiper-slide.swiper-slide-active .banner-text p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}
#banner .banner-text p {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 65px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
#banner .banner-text h1 {
  position: relative;
  display: block;
  font-size: 48px;
  color: #fff;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
#banner .btn-box {
  position: relative;
  display: block;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 13px 50px;
  text-decoration: none;
  position: relative;
  color: #333;
}
.btn14 {
  border: 1px solid #fff;
  position: relative;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
}
.btn14:hover {
  border-color: #ce862b;
}
.btn14 .bgsqr1,
.btn14 .bgsqr2,
.btn14 .bgsqr3,
.btn14 .bgsqr4 {
  background: #ce862b;
  position: absolute;
  top: 0;
  width: 0px;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.35;
}
.btn14 .bgsqr3,
.btn14 .bgsqr4 {
  opacity: 0.75;
}
.btn14 .bgsqr1 {
  left: 0;
}
.btn14 .bgsqr2 {
  right: 0;
}
.btn14 .bgsqr3 {
  right: 0;
}
.btn14 .bgsqr4 {
  left: 0;
}
.btn14:hover .bgsqr1,
.btn14:hover .bgsqr2,
.btn14:hover .bgsqr3,
.btn14:hover .bgsqr4 {
  width: 100%;
}
.btn14:hover .bgsqr3,
.btn14:hover .bgsqr4 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.btn14 span {
  position: relative;
  z-index: 1;
}
.our-pro-cat {
  background: url(../images/pro-cat-bg.jpg) no-repeat center;
}
.our-pro-cat .box {
  padding: 80px 0 80px;
}
.our-pro-cat .cl {
  margin-right: -295px;
}
.ty-title h5 {
  font-size: 18px;
  color: #ce862b;
}
.ty-title h1 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
}
.ty-title p {
  font-size: 16px;
  margin-top: 10px;
}
.our-pro-cat .pro-text .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.ty-btn {
  color: #ce862b;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #ce862b;
}
.our-pro-cat .pro-text {
  display: inline-block;
  max-width: 425px;
  width: 425px;
  padding-top: 40px;
}
.our-pro-cat .cat-list {
  display: inline-block;
  vertical-align: bottom;
  max-width: 964px;
  width: 964px;
}
.our-pro-cat .cat-box {
  position: relative;
  overflow: hidden;
}
/*.our-pro-cat .cat-box .cat-mask {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}*/
.our-pro-cat .cat-box .cat-mask .cat-name {
  position: absolute;
  bottom: 40px;
  left: 25px;
  font-size: 20px;
  color: #ce862b;
  font-weight: bold;
  letter-spacing: 2px;
}
.our-pro-cat .cat-icon-box ul {
  max-width: 815px;
  width: 815px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 10;
  top: -20px;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.our-pro-cat .cat-icon-box .icon-box .icon-img {
  min-height: 80px;
  height: 80px;
}
.our-pro-cat .cat-icon-box .icon-box .icon-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*.our-pro-cat .cat-icon-box .icon-box:hover {
  background-color: #ce862b;
}
.our-pro-cat .cat-icon-box .icon-box:hover h3 {
  color: #fff;
}*/
.our-pro-cat .cat-icon-box .icon-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  transition: .5s ease;
}
.our-pro-cat .cat-icon-box .icon-box {
  text-align: center;
  padding: 25px 0;
  transition: .5s ease;
}
.our-pro-cat .cat-icon-box {
  text-align: right;
}
.our-hot-pro {
  background: url(../images/hot-pro-bg.jpg) no-repeat center;
}
.our-hot-pro .box {
  padding: 75px 0 110px;
}
.our-hot-pro .ty-title {
  text-align: center;
}
.our-hot-pro .pro-box {
  text-align: center;
  border: 2px dashed #ce862b;
  border-radius: 10px;
}
.our-hot-pro .pro-box .pro-content {
  padding: 0 10px 30px;
}
.our-hot-pro .pro-box .pro-content h2 {
  font-size: 19px;
  font-weight: bold;
}
.our-hot-pro .pro-box .pro-content .text {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 10px;
  min-height: 120px;
  height: 120px;
}
.our-hot-pro .swiper-father {
  margin-top: 65px;
}
.our-hot-pro .swiper-button-prev,
.our-hot-pro .swiper-button-next {
  background-image: none;
}
.our-hot-pro .swiper-button-prev {
  left: -155px;
}
.our-hot-pro .swiper-button-next {
  right: -155px;
}
.our-hot-pro .swiper-button-next,
.our-hot-pro .swiper-button-prev {
  width: auto;
  height: auto;
}
.i-advantage .box {
  display: table;
}
.i-advantage .adv-left {
  display: table-cell;
  width: 50%;
  background-color: #f9f5ec;
  position: relative;
}
.i-advantage .adv-left .adv-border {
  position: absolute;
  border: 1px solid #d1cec6;
  left: 20px;
  top: 30px;
  right: 20px;
  bottom: 30px;
  text-align: right;
}
.i-advantage .adv-left .adv-text {
  max-width: 570px;
  width: 570px;
  display: inline-block;
  text-align: left;
  padding: 85px 50px 85px 0;
}
.i-advantage .adv-left .adv-text .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 35px;
}
.i-advantage .adv-left .adv-text .text p {
  margin-bottom: 10px;
}
.i-advantage .adv-right {
  display: table-cell;
  width: 50%;
}
.i-advantage .adv-right .video-box {
  position: relative;
}
.i-advantage .adv-right .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.text-center {
  text-align: center;
}
.i-choose-us .box {
  padding: 95px 0 110px;
}
.i-choose-us .choose-list {
  margin-top: 100px;
}
.i-choose-us .choose-list .choose-box h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}
.i-choose-us .choose-list .choose-box .text {
  font-size: 16px;
  line-height: 30px;
}
.contact-our {
  background: url(../images/contact-bg.jpg) no-repeat center;
  margin-top: 85px;
}
.contact-our .contact-box {
  padding: 65px 18%;
}
.contact-our .contact-box p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.contact-our .contact-box a {
  font-size: 16px;
  padding: 6px 48px;
  margin-top: 40px;
}
.our-news {
  background: url(../images/news-bg.jpg) no-repeat top;
}
.our-news .box {
  padding-top: 55px;
}
.our-news .ty-title h5 {
  color: #fff;
}
.our-news .ty-title h1 {
  color: #fff;
}
.our-news .ty-title p {
  color: #fff;
  line-height: 30px;
}
.our-news .news-left {
  display: inline-block;
  max-width: 485px;
  width: 485px;
  padding-top: 100px;
}
.our-news .news-right {
  display: inline-block;
  max-width: 661px;
  width: 661px;
}
.our-news .news-right .news-list {
  background: url(../images/news-list-bg.png) no-repeat center;
  background-size: 100% 100%;
}
.our-news .news-right .news-pa {
  padding: 135px 75px;
}
.our-news .news-right .news-text h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.our-news .news-right .news-text .news-time {
  font-size: 16px;
  font-weight: bold;
}
.our-news .news-right .news-text .text {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin: 35px 0;
}
.our-news .news-right .ty-btn {
  color: #000;
  border-color: #000;
}
.our-partner .box {
  padding: 90px 0 70px;
}
.our-partner .partner-img {
  text-align: center;
}
#footer .footer-top {
  background-color: #ce862b;
}
#footer .footer-top .foot-logo {
  margin-left: 60px;
}
#footer .footer-top .footer-list {
  display: table-cell;
  vertical-align: top;
  padding-top: 75px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 25px;
}
#footer .footer-top .footer-list .icon-link {
  margin-top: 30px;
}
#footer .footer-top .footer-list .foot-link {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}
#footer .footer-top .footer-list.one {
  border: none;
  padding-left: 0;
  width: 34%;
  padding-right: 4%;
  padding-bottom: 30px;
}
#footer .footer-top .footer-list.two {
  width: 20%;
}
#footer .footer-top .footer-list.three {
  width: 20%;
}
#footer .footer-top .footer-list.four {
  width: 26%;
}
#footer .footer-top .footer-list.four i {
  width: 10%;
  display: inline-block;
}
#footer .footer-top .footer-list.four i img {
  vertical-align: middle;
}
#footer .footer-top .footer-list.four strong {
  width: 90%;
  display: inline-block;
}
#footer .footer-top .footer-list.one p {
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}
#footer .footer-top .footer-list h2 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}
#footer .footer-top .footer-list ul li {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
#footer .footer-top .footer-list ul li a {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
#footer .footer-top .footer-list ul li a::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#footer .footer-bottom {
  background-color: #593a13;
  color: #fff;
}
#footer .footer-bottom {
  font-size: 16px;
}
#footer .footer-bottom .box {
  padding: 30px 0;
}
.ver-top {
  vertical-align: top;
}
.ver-mid {
  vertical-align: middle;
}
@media screen and (max-width: 1800px) {
  .our-pro-cat .cl {
    margin: 0 -150px;
  }
}
@media screen and (max-width: 1680px) {
  .i-advantage .adv-left .adv-text {
    padding: 30px 50px 30px 0;
  }
  .i-advantage .adv-left .adv-text .text {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1520px) {
  .our-pro-cat .pro-text {
    max-width: 360px;
    width: 360px;
    padding-top: 0;
  }
  .our-pro-cat .cl {
    margin: 0 -65px;
  }
  .our-hot-pro .swiper-button-prev {
    left: -100px;
  }
  .our-hot-pro .swiper-button-next {
    right: -100px;
  }
}
@media screen and (max-width: 1410px) {
  .our-hot-pro .swiper-button-prev {
    left: 0;
  }
  .our-hot-pro .swiper-button-next {
    right: 0;
  }
  .our-pro-cat .pro-text {
    max-width: 235px;
    width: 235px;
  }
  .our-pro-cat .cl {
    margin: 0;
  }
  .our-pro-cat .box {
    padding: 60px 0;
  }
  .our-pro-cat .pro-text .text {
    margin-top: 15px;
  }
  .i-advantage .adv-left .adv-text {
    padding: 20px 0;
  }
  .ty-title h1 {
    font-size: 24px;
    margin-top: 0;
  }
  .i-advantage .adv-left .adv-text .text {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .i-advantage .adv-left .adv-text .text p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1230px) {
  .ui.container {
    width: 970px;
  }
  #ewm{
    display: none;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .banner-text h1 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  #banner .banner-text p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  #banner .btn-box {
    font-size: 16px;
  }
  .our-pro-cat .cat-list {
    width: 100%;
  }
  .our-pro-cat {
    background: none;
    background-color: #f7f8fb;
  }
  .our-pro-cat .pro-text {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .our-pro-cat .pro-text .text {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .our-pro-cat .cat-icon-box {
    text-align: center;
  }
  .our-pro-cat .cat-icon-box ul {
    top: 0;
  }
  .our-hot-pro .box {
    padding: 60px 0;
  }
  .our-hot-pro .swiper-button-prev,
  .our-hot-pro .swiper-button-next {
    display: none;
  }
  .our-hot-pro .swiper-father {
    margin-top: 35px;
  }
  .i-advantage .adv-left .adv-text {
    max-width: 100%;
    width: 100%;
  }
  .i-advantage .adv-left .adv-text .text {
    font-size: 14px;
    line-height: 25px;
  }
  .i-choose-us .choose-list {
    margin-top: 35px;
  }
  .i-choose-us .box {
    padding: 60px 0;
  }
  .i-choose-us .choose-list .choose-box .text {
    font-size: 14px;
    line-height: 25px;
  }
  .contact-our {
    margin-top: 35px;
  }
  .our-news .news-left {
    max-width: 350px;
    width: 350px;
  }
  .our-news .news-right {
    max-width: 500px;
    width: 500px;
  }
  .our-news .news-right .news-text h2 {
    font-size: 18px;
  }
  .our-news .box {
    padding-top: 0;
  }
  .our-news .news-right .news-pa {
    padding: 110px 75px;
  }
  .our-news .news-right .news-text .text {
    margin: 15px 0;
    font-size: 14px;
    line-height: 25px;
  }
  .ty-title p {
    font-size: 14px;
  }
  .our-partner .box {
    padding: 60px 0;
  }
  #footer .footer-top .footer-list.three {
    display: none;
  }
  .i-advantage .adv-left {
    width: 35%;
  }
  #footer .footer-top .footer-list.four {
    width: 30%;
  }
}
@media screen and (max-width: 1000px) {
  .i-advantage .box {
    display: block;
  }
  .i-advantage .adv-left {
    display: block;
    width: 100%;
    height: 360px;
  }
  .i-advantage .adv-right {
    display: block;
    width: 100%;
    text-align: center;
  }
  .our-pro-cat .cat-icon-box {
    display: none;
  }
  .i-choose-us .choose-list ul {
    text-align: center;
  }
  .contact-our .contact-box {
    padding: 65px 10%;
  }
}
@media screen and (max-width: 970px) {
  .ui.container {
    width: 768px;
  }
  .our-news .news-left {
    padding-top: 30px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .our-news .news-right {
    max-width: 100%;
    width: 100%;
  }
  .our-news .news-right .news-list {
    max-width: 400px;
    width: 400px;
    margin: 0 auto;
  }
  .our-news .news-right .news-pa {
    padding: 60px 50px;
  }
  .our-news .news-right .news-text h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .our-news .news-right .news-text .text {
    margin: 10px 0;
    font-size: 12px;
  }
  .ty-btn {
    font-size: 14px;
  }
  #footer .footer-top .footer-list.one p {
    font-size: 14px;
  }
  #footer .footer-top .footer-list ul li {
    font-size: 14px;
  }
  #footer .footer-bottom p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .ui.container {
    width: 100%;
    overflow: hidden;
  }
  .our-pro-cat .box {
    padding: 30px 0;
  }
  .our-hot-pro .box {
    padding: 30px 0;
  }
  #banner .banner-text h1 {
    font-size: 25px;
  }
  #banner .banner-text p {
    font-size: 12px;
  }
  #banner .btn-box {
    font-size: 12px;
  }
  .our-pro-cat .pro-text .text {
    font-size: 12px;
    line-height: 25px;
  }
  .our-pro-cat .cat-box .cat-mask .cat-name {
    font-size: 18px;
  }
  .our-hot-pro .pro-box .pro-content .text {
    line-height: 25px;
  }
  .i-advantage .adv-left {
    height: 400px;
  }
  .i-choose-us .box {
    padding: 30px 0;
  }
  .contact-our .contact-box p {
    font-size: 14px;
  }
  #footer .footer-top .footer-list ul li {
    font-size: 12px;
  }
  #footer .footer-top .footer-list .icon-link {
    margin-top: 15px;
  }
  #footer .footer-top .footer-list.one p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-top .footer-list {
    display: inline-block;
    border: none;
    padding-top: 30px;
  }
  #footer .footer-top .box {
    font-size: 0;
  }
  #footer .footer-top .footer-list.one {
    width: 100%;
    text-align: center;
  }
  #footer .footer-top .foot-logo {
    margin-left: 0;
  }
  #footer .footer-top .footer-list.two {
    width: 40%;
  }
  #footer .footer-top .footer-list.four {
    width: 60%;
  }
  .our-news .news-right .news-text .text {
    line-height: normal;
  }
}
@media screen and (max-width: 600px) {
  #banner .banner-text h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
  #banner .banner-text p {
    margin-bottom: 10px;
    line-height: normal;
  }
  .btn {
    padding: 5px 35px;
  }
}
@media screen and (max-width: 440px) {
  #banner .banner-text p {
    display: none;
  }
  #banner .btn-box {
    margin-top: 15px;
  }
  #banner .left {
    text-align: center;
  }
  .i-advantage .adv-left {
    height: 470px;
  }
  .our-news .news-right .news-list {
    width: auto;
    max-width: auto;
  }
}





/* 内页样式 */
.inner-banner {
  height: 570px;
  margin-top: 0 !important;
  padding-top: 200px;
  color: white;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
.inner-banner canvas {
  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%);
}
.inner-banner .about {
  padding-top: 150px;
}
.inner-banner .box h2 {
  font-size: 48px;
  font-family: "roboto-bold";
  text-transform: uppercase;
  padding-bottom: 30px;
  line-height: 50px;
}
.inner-banner .box h2:after {
  content: '';
  width: 160px;
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 30px;
}
.inner-banner .box p {
  max-width: 700px;
}
.inner-banner .box .play {
  display: block;
  margin-top: 20px;
  cursor: pointer;
  cursor: hand;
}
.inner-banner .box .play i {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 100%;
  border: 2px solid white;
  font-size: 12px;
}
.inner-banner .box .play i:before {
  position: relative;
  left: 2px;
}
.inner-banner .box .play p {
  display: inline-block;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
.inner-banner .about-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.inner-banner .about-banner ul {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.inner-banner .about-banner ul li {
  padding: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.inner-banner .about-banner ul li:first-child {
  border-left: none;
}
.inner-banner .about-banner ul li h3 {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 28px;
}
.inner-page {
  border-bottom: 6px solid #ce862b;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.inner-page h2 {
  text-align: center;
  font-size: 34px;
  color: #2b2b2b;
  line-height: 34px;
  font-family: "roboto-bold";
  display: block;
}
.inner-page .slick-arrow {
  color: transparent;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .slick-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  font-size: 50px;
  color: #0061a3;
  width: inherit;
  line-height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .slick-arrow:hover:after {
  color: #ce862b;
}
.inner-page .slick-arrow.slick-prev {
  right: 100%;
  margin-right: 20px;
}
.inner-page .slick-arrow.slick-prev:after {
  content: "\f104";
}
.inner-page .slick-arrow.slick-next {
  left: 100%;
  margin-left: 20px;
}
.inner-page .slick-arrow.slick-next:after {
  content: "\f105";
}
.inner-page .slick-dots {
  padding-top: 30px;
}
.inner-page .slick-dots li {
  width: 12px;
  height: 12px;
  border: 1px solid #0061a3;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px !important;
  padding: 0 !important;
  background: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.inner-page .slick-dots li button {
  display: none;
}
.inner-page .slick-dots li:hover,
.inner-page .slick-dots li.slick-active {
  background: #0061a3;
}
.inner-page .m-page {
  text-align: center;
  padding-top: 30px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border: 1px solid #eee;
  background: #f9f9f9;
  line-height: 40px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page a.current{
  color: white;
  background: #ce862b;
}
.inner-page ul.news-list {
  margin: -15px -8px;
}
.inner-page ul.news-list li {
  padding: 15px 8px;
  text-align: left;
}
.inner-page ul.news-list li a {
  background: white;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page ul.news-list li a span {
  display: block;
  overflow: hidden;
}
.inner-page ul.news-list li a span img {
  width: 100%;
}
.inner-page ul.news-list li a h3 {
  padding: 15px 15px 10px;
  font-size: 20px;
  color: #262626;
  font-family: "roboto-bold";
  line-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.inner-page ul.news-list li a time {
  display: block;
  padding: 0 15px 20px;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page ul.news-list li a:hover {
  background: #ce862b;
}
.inner-page ul.news-list li a:hover h3,
.inner-page ul.news-list li a:hover time {
  color: white;
}
.inner-page .pro-list ul {
  margin: -7px;
}
.inner-page .pro-list ul li {
  padding: 7px;
  text-align: left;
}
.inner-page .pro-list ul li a {
  display: block;
  background: #f5f5f5;
}
.inner-page .pro-list ul li a span {
  display: block;
  overflow: hidden;
}
.inner-page .pro-list ul li a span img{
  width: 100%;
}
.inner-page .pro-list ul li a h3 {
  padding: 10px 15px;
  font-size: 18px;
  font-family: "roboto-bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .pro-list ul li a h3:hover {
  color: #ce862b;
}
.inner-page .pro-list ul li a p {
  padding: 0 15px 10px;
  color: #666;
  font-size: 14px;
}
.about-page .about-1 {
  padding: 80px 0;
}
.about-page .about-1 .box .grid-box {
  margin: 0 -15px;
}
.about-page .about-1 .box .grid-box .column {
  padding: 0 15px;
  vertical-align: middle;
}
.about-page .about-1 .box .box2 {
  padding-top: 40px;
}
.about-page .about-1 .box .box2 .right img {
  width: 100%;
}
.about-page .about-1 .box .box2 .text ul {
  padding-top: 30px;
}
.about-page .about-1 .box .box2 .text ul li {
  vertical-align: top;
  text-align: center;
}
.about-page .about-1 .box .box2 .text ul li h3 {
  font-size: 30px;
  font-family: "roboto-bold";
}
.about-page .about-1 .box .box2 .text ul li h3 sup {
  margin-left: 10px;
  font-size: 18px;
}
.about-page .about-1 .box .box2 .text ul li p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}
.about-page .about-2 {
  background: rgba(53, 138, 195, 0.08);
  padding: 80px 0;
  text-align: center;
}
.about-page .about-2 p {
  margin: 30px 0 40px;
  padding: 0 5%;
}
.about-page .about-2 .box ul {
  margin: 0 -7px;
}
.about-page .about-2 .box ul li {
  padding: 0 7px;
}
.about-page .about-2 .box ul li a {
  display: block;
}
.about-page .about-2 .box ul li a span {
  display: block;
  overflow: hidden;
}
.about-page .about-2 .box ul li a img {
  width: 100%;
}
.about-page .about-2 .box ul li a h3 {
  font-size: 18px;
  color: #333;
  font-family: "roboto-bold";
  text-transform: capitalize;
  margin-top: 20px;
}
.about-page .about-3 {
  padding: 100px 0;
  text-align: center;
}
.about-page .about-3 h3 {
  font-size: 34px;
  color: #333;
  font-family: "roboto-bold";
  line-height: 34px;
}
.about-page .about-3 p {
  padding: 40px 5%;
}
.about-page .about-3 .year ul {
  position: relative;
}
.about-page .about-3 .year ul:after {
  content: '';
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(66, 66, 66, 0.5);
  z-index: -1;
}
.about-page .about-3 .year ul li {
  position: relative;
  padding-top: 90px;
  padding-bottom: 30px;
}
.about-page .about-3 .year ul li h4 {
  font-size: 18px;
  color: #424242;
  margin-bottom: 5px;
  height: 27px;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .year ul li i {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: rgba(53, 138, 195, 0.3);
  border: 1px solid #fff;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
.about-page .about-3 .year ul li i:after,
.about-page .about-3 .year ul li i:before {
  content: '';
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #358ac3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-3 .year ul li i:before {
  height: 40px;
  width: 40px;
  opacity: 0;
  background: rgba(53, 138, 195, 0.3);
}
.about-page .about-3 .year .slick-center li h4 {
  font-size: 64px;
  font-family: "roboto-bold";
  top: -80px;
}
.about-page .about-3 .year .slick-center li i {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.about-page .about-3 .year .slick-center li i:before {
  opacity: 1;
}
.about-page .about-3 .year .slick-arrow {
  top: auto;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  bottom: 30px;
}
.about-page .about-3 .year .slick-arrow:after {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 100%;
  border: 1px solid #0061a3;
}
.about-page .about-3 .content {
  padding: 30px 5% 0;
}
.about-page .about-3 .content li .left {
  vertical-align: middle;
  padding-right: 30px;
}
.about-page .about-3 .content li .left img {
  width: 100%;
}
.about-page .about-3 .content li .right {
  text-align: left;
  vertical-align: middle;
}
.about-page .about-3 .content li .right h4 {
  font-size: 28px;
  color: #333;
  font-family: "roboto-bold";
  margin-bottom: 30px;
}
.about-page .about-3 .content li .right p {
  padding: 0;
  color: #424242;
}
.about-page .about-4 {
  background: #eff6fa;
  padding: 80px 0;
  text-align: center;
}
.about-page .about-4 p {
  padding: 40px 5%;
}
.about-page .about-4 .box {
  padding: 0 80px;
}
.about-page .about-4 .box ul {
  margin: -10px -20px;
  position: relative;
}
.about-page .about-4 .box ul li {
  padding: 10px 20px;
}
.about-page .about-4 .box ul li span {
  display: block;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .box ul li span img {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
}
.about-page .about-4 .box ul li span:after {
  content: '';
  width: 100%;
  height: 27px;
  background: url("../images/about-5.jpg") no-repeat;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-size: 100% auto;
  z-index: -1;
}
.about-page .about-4 .box ul li h4 {
  font-size: 20px;
  font-family: "roboto-bold";
  color: #333;
  margin: 20px 0 10px;
}
.about-page .about-4 .box ul li p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.about-page .about-4 .box ul .slick-arrow {
  top: 37%;
}
.lg-page {
  padding: 70px 0;
  text-align: center;
}
.lg-page ul {
  margin: -10px;
}
.lg-page ul li {
  padding: 10px;
}
.lg-page ul li a {
  display: block;
}
.lg-page ul li a h3 {
  color: #333;
  background: #eee;
  padding: 10px 5px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page ul li a:hover h3 {
  background: #ce862b;
  color: white;
}
.faq-page {
  padding: 70px 0;
}
.faq-page ul li {
  background: #f9f9f9;
  margin-bottom: 20px;
}
.faq-page ul li .q {
  background: #eee;
  padding: 10px 10px 10px 50px;
  font-size: 18px;
  font-family: "roboto-bold";
  position: relative;
}
.faq-page ul li .a {
  padding: 20px 20px 20px 50px;
  position: relative;
}
.faq-page ul li i {
  position: absolute;
  left: 10px;
}
.news-page {
  padding: 80px 0;
  background: #f5f5f5;
}
.news-page .news-1 {
  text-align: center;
}
.news-page .news-1 ul {
  margin-bottom: 25px;
  border-bottom: 1px solid #B8B8B8;
}
.news-page .news-1 ul li {
  width: auto;
  padding: 0 25px;
  margin-bottom: 15px;
  border-left: 1px solid #B8B8B8;
  line-height: 24px;
}
.news-page .news-1 ul li:first-child {
  border-left: none;
}
.news-page .news-1 ul li a {
  position: relative;
  display: block;
  padding: 0 5px;
}
.news-page .news-1 ul li a:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 0;
  bottom: -16px;
  left: 0;
  background: #0061a3;
  background: -webkit-linear-gradient(-23deg, #00bcd4 0%, #358ac3 100%);
  background: -o-linear-gradient(-23deg, #00bcd4 0%, #358ac3 100%);
  background: -moz-linear-gradient(-23deg, #00bcd4 0%, #358ac3 100%);
  background: linear-gradient(157deg, #00bcd4 0%, #358ac3 100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-1 ul li:hover a:after,
.news-page .news-1 ul li.active a:after {
  width: 100%;
}
.newdet-page .newdet-1 {
  padding: 20px 0;
  background: white;
}
.newdet-page .newdet-1 h3 {
  font-size: 30px;
  color: #212121;
}
.newdet-page .newdet-1 .tag {
  color: #212121;
  margin: 20px 0 10px;
  display: block;
}
.newdet-page .newdet-1 .content {
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  padding: 25px 0;
  color: #424242;
}
.newdet-page.technology .newdet-1 .content {
  border:none !important;
  margin-top:30px;
}
.newdet-page .newdet-1 .content img,
.newdet-page .newdet-1 .content p {
  margin-bottom: 20px;
}
.newdet-page .newdet-1 .share {
  padding-top: 30px;
  text-align: center;
}
.newdet-page .newdet-1 .share ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin: 0 5px;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .share ul li a {
  display: block;
}
.newdet-page .newdet-1 .share ul li:hover {
  color: white;
  background: #ce862b;
}
.newdet-page .newdet-2 {
  padding: 100px 0;
  background: #f5f5f5;
  text-align: center;
}
.contact-page .contact-1 .left {
  text-align: right;
  vertical-align: middle;
}
.contact-page .contact-1 .left .box2 {
  text-align: left;
  max-width: 725px;
  padding-left: 15px;
  display: inline-block;
  padding-right: 8%;
  width:100%;
}
.contact-page .contact-1 .left .box2 h3 {
  font-size: 28px;
  font-family: "roboto-bold";
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #B8B8B8;
}
.contact-page .contact-1 .left .box2 h4 {
  font-size: 22px;
  font-family: "roboto-bold";
}
.contact-page .contact-1 .left .box2 ul li {
  margin-bottom: 20px;
}
.contact-page .contact-1 .left .box2 ul li h4 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-page .contact-1 .left .box2 ul li p {
  color: #424242;
  margin-top: 10px;
}
.contact-page .contact-1 .right {
  vertical-align: middle;
  position: relative;
}
.contact-page .contact-1 .right .button-group .button {
  background: #ce862b !important;
}
.contact-page .contact-1 .right .amap-logo,
.contact-page .contact-1 .right .amap-copyright {
  display: none !important;
}
.contact-page .contact-2 {
  background: rgba(53, 138, 195, 0.08);
  padding: 100px 0;
  text-align: center;
}
.contact-page .contact-2 p {
  padding: 50px 5%;
}
.contact-page .contact-2 a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  padding: 0 35px;
  background: #0061a3;
  background: -webkit-linear-gradient(157deg, #358ac3 0%, #00bcd4 100%);
  background: -o-linear-gradient(157deg, #358ac3 0%, #00bcd4 100%);
  background: -moz-linear-gradient(157deg, #358ac3 0%, #00bcd4 100%);
  background: linear-gradient(23deg, #358ac3 0%, #00bcd4 100%);
  color: white;
  font-size: 18px;
}
.contact-page .contact-3 {
  padding: 80px 0;
  text-align: center;
}
.contact-page .contact-3 p {
  margin: 15px 0;
  color: #666;
}
.contact-page .contact-3 .form {
  padding-top: 30px;
}
.contact-page .contact-3 .form ul {
  margin: -15px;
}
.contact-page .contact-3 .form ul li {
  padding: 15px;
}
.contact-page .contact-3 .form ul li input,
.contact-page .contact-3 .form ul li textarea {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border: 1px solid #BDBDBD;
  background: white;
  padding: 0 25px;
  -webkit-transition: 0.5s border-color;
  -moz-transition: 0.5s border-color;
  -ms-transition: 0.5s border-color;
  -o-transition: 0.5s border-color;
  transition: 0.5s border-color;
  font-size: 14px;
}
.contact-page .contact-3 .form ul li input:focus,
.contact-page .contact-3 .form ul li textarea:focus {
  border-color: #ce862b;
}
.contact-page .contact-3 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 .form ul li textarea {
  height: 200px;
  line-height: 28px;
  padding: 11px 25px;
  resize: vertical;
}
.contact-page .contact-3 .form ul li input[type="submit"] {
  border: none;
  color: white;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #ce862b;
  background: -webkit-linear-gradient(157deg, #ce862b 30%, #f4be59 100%);
  background: -o-linear-gradient(157deg, #ce862b 30%, #f4be59 100%);
  background: -moz-linear-gradient(157deg, #ce862b 30%, #f4be59 100%);
  background: linear-gradient(23deg, #ce862b 30%, #f4be59 100%);
}
.product-page {
  padding: 80px 0;
}
.product-page .product-1 .left {
  width: 25%;
  vertical-align: top;
  padding-right: 30px;
}
.product-page .product-1 .left h3 {
  font-size: 24px;
  color: white;
  font-family: "roboto-bold";
  text-transform: uppercase;
  padding: 15px 30px;
  background: #593a13;
}
.product-page .product-1 .left .box {
  padding-top: 15px;
}
.product-page .product-1 .left .box ul li {
  background: #f5f5f5;
}
.product-page .product-1 .left .box ul li a {
  display: block;
  border-bottom: 1px solid white;
  padding: 20px 30px;
  font-size: 18px;
  color: #666;
  font-family: "Arial";
}
.product-page .product-1 .left .box ul li a:hover,
.product-page .product-1 .left .box ul li.active>a {
  background: #ce862b;
  background: -webkit-linear-gradient(157deg, #ce862b 30%, #f4be59 100%);
  background: -o-linear-gradient(157deg, #ce862b 30%, #f4be59 100%);
  background: -moz-linear-gradient(157deg, #ce862b 30%, #f4be59 100%);
  background: linear-gradient(23deg, #ce862b 30%, #f4be59 100%);
  color: white;
}
.product-page .product-1 .left .box ul li li a {
  padding:11px 30px;
  padding-left: 40px;
  position: relative;
  background: #fcfcfc;
  font-size:16px;
}
.product-page .product-1 .left .box ul li li a:after {
  content: '-';
  position: absolute;
  left: 30px;
  top: 11px;
}
.product-page .product-1 .left .box ul li li li a {
  padding-left: 47px;
  background: #FDFDFD;
}
.product-page .product-1 .left .box ul li li li a:after {
  content: '--';
}
.product-page .product-1 .right {
  width: 75%;
  vertical-align: top;
}
.product-page .product-1 .right .content {
  font-family: "Arial";
  color: #666;
}
.product-page .product-1 .right .content p {
  margin-bottom: 15px;
}
.product-page .product-1 .right .content p em {
  font-weight: bold;
  color: #333;
}
.product-page .product-1 .right .content2>table {
  width:30% !important;
  margin-right:5%;
  display:inline-block;
  vertical-align:top;
  max-height:1000px;
  overflow:auto;
  margin-left:-4px;
}
.product-page .product-1 .right .content2>table tr {
  width:100%;
}
.product-page .product-1 .right .content2>table tr:first-child,
.product-page .product-1 .right .content2>table tr:first-child td,
.product-page .product-1 .right .content2>table tr:first-child th{
  text-align:center;
}
.product-page .product-1 .right .content2>table tbody,
.product-page .product-1 .right .content2>table tr,
.product-page .product-1 .right .content2>table th,
.product-page .product-1 .right .content2>table td{
  display:inline-block;
  float:left;
}
.product-page .product-1 .right .content2>table td,
.product-page .product-1 .right .content2>table th {
  padding:15px 10px;
}
.product-page .product-1 .right .content2>table:nth-child(3n) {
  margin-right:0;
}
.product-page .product-1 .right .content2>table:nth-child(3n+1) {
  margin-left:0;
}
.prodet-page .prodet-1 {
  padding: 60px 0;
}
.prodet-page .prodet-1 .left {
  padding-right: 50px;
}
.prodet-page .prodet-1 .left span {
  display: block;
  background: #f5f5f5;
  border: 1px solid #ccc;
  text-align: center;
  padding: 15px;
}
.prodet-page .prodet-1 .left span img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .right h2 {
  text-align: left;
}
.prodet-page .prodet-1 .right h5 {
  font-size: 18px;
  color: #666;
  margin-top: 5px;
}
.prodet-page .prodet-1 .right .content {
  font-size: 14px;
  color: #333;
  padding: 25px 0;
}
.prodet-page .prodet-1 .right .contact a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  width: 220px;
  text-align: center;
  color: white;
  font-size: 18px;
  background: #ce862b;
  background: -webkit-linear-gradient(157deg, #ce862b 30%, #f4be59 100%);
  background: -o-linear-gradient(157deg, #ce862b 30%, #f4be59 100%);
  background: -moz-linear-gradient(157deg, #ce862b 30%, #f4be59 100%);
  background: linear-gradient(23deg, #ce862b 30%, #f4be59 100%);
}
.prodet-page .prodet-1 .right .contact a.down {
  background: #f4f4f4;
  color: #333;
  margin-left: 20px;
}
.prodet-page .prodet-1 .right .contact a.down:hover {
  background: #ce862b;
  background: -webkit-linear-gradient(157deg, #ce862b 30%, #f4be59 100%);
  background: -o-linear-gradient(157deg, #ce862b 30%, #f4be59 100%);
  background: -moz-linear-gradient(157deg, #ce862b 30%, #f4be59 100%);
  background: linear-gradient(23deg, #ce862b 30%, #f4be59 100%);
  color: white;
}
.prodet-page .prodet-1 .right .pro-det-img {
  margin-top: 30px;
  border-top: 1px solid rgba(35, 31, 32, 0.08);
  padding-top: 30px;
  text-align: center;
}
.prodet-page .prodet-1 .right .pro-det-img ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .pro-det-img ul .slick-track {
  margin-left:0;
}
.prodet-page .prodet-1 .right .pro-det-img ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .pro-det-img ul li i,
.prodet-page .prodet-1 .right .pro-det-img ul li span {
  display: none;
}
.prodet-page .prodet-2 {
  padding: 60px 0;
  background: #f5f9fc;
}
.prodet-page .prodet-2 h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
  padding-bottom: 15px;
}
.prodet-page .prodet-2 .content {
  padding-top: 30px;
  line-height:28px;
  max-height:1400px;
  overflow-x:auto;
}
.prodet-page .prodet-2 .content ul li {
  padding-left:20px;
  position:relative;
}
.prodet-page .prodet-2 .content ul li:after {
  content:'';
  width:10px;
  height:10px;
  display:block;
  background:#ce862b;
  position:absolute;
  left:0;
  top:8px;
}
.prodet-page .prodet-2 .opsition {
  display:block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom:15px;
}
.prodet-page .prodet-2 .opsition:after {
  content:'';
  display:block;
  clear:both;
}
.prodet-page .prodet-2 .opsition>div {
  padding:10px 20px;
  font-size:18px;
  float:left;
  cursor:pointer;
  cursor:hand;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.prodet-page .prodet-2 .opsition>div.active,
.prodet-page .prodet-2 .opsition>div:hover{
  background:#ce862b;
  color:white;
}
.prodet-page .prodet-3 {
  padding: 50px 0;
}
.prodet-page .prodet-3 .box {
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .inner-page .slick-arrow.slick-prev {
    margin-right: 0;
    right: auto;
    left: 0;
    z-index: 1;
  }
  .inner-page .slick-arrow.slick-next {
    margin-left: 0;
    left: auto;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1520px) {
  .product-page .product-1 .left .box ul li a {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 1400px) {
  .contact-page .contact-1 .left .box2 h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .left .box2 h4 {
    font-size: 20px;
  }
  .inner-page h2,
  .newdet-page .newdet-1 h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .contact-page .contact-2 p {
    padding: 30px 5%;
  }
  .product-page .product-1 .left .box ul li a {
    font-size: 16px;
  }
  .inner-page ul.news-list li a h3,
  .about-page .about-4 .box ul li h4 {
    font-size: 18px;
  }
  .about-page .about-3 .year .slick-center li h4 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner {
    margin-top: 0;
    height: 400px;
    padding-top: 100px;
  }
  .inner-banner .about-banner {
    display: none;
  }
  .inner-banner .box h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .about-page .about-4,
  .lg-page,
  .faq-page,
  .news-page,
  .newdet-page .newdet-1,
  .newdet-page .newdet-2,
  .product-page,
  .contact-page .contact-3 {
    padding: 40px 0;
  }
  .about-page .about-3 .year .slick-center li h4 {
    font-size: 40px;
    line-height: 40px;
    top: -40px;
  }
  .about-page .about-3 .year ul li {
    padding-top: 50px;
  }
  .about-page .about-3 .content li .right h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .about-page .about-4 .box ul li {
    padding: 10px;
  }
  .about-page .about-4 .box ul {
    margin: -10px;
  }
  .grid-box.four > .column {
    width: 33.333%;
  }
  .inner-page ul.news-list li a h3,
  .about-page .about-4 .box ul li h4 {
    font-size: 16px;
  }
  .newdet-page .newdet-1 h3 {
    font-size: 24px;
  }
  .product-page .product-1 .left h3 {
    padding: 15px;
    font-size: 20px;
  }
  .product-page .product-1 .left .box ul li a {
    padding: 10px 15px;
    font-size: 14px;
  }
  .prodet-page .prodet-2,
  .contact-page .contact-2 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .left .box2 h3 {
    font-size: 20px;
  }
  .contact-page .contact-1 .left .box2 h4 {
    font-size: 18px;
  }
  .contact-page .contact-3 .form ul li {
    padding: 5px;
  }
  .contact-page .contact-3 .form ul {
    margin: -5px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
    padding-top: 80px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-top: 30px;
  }
  .product-page .product-1 .left {
    display: none;
  }
  .product-page .product-1 .right {
    width: 100%;
  }
  .news-page .news-1 {
    display: none;
  }
  .lg-page ul li {
    padding: 5px;
  }
  .lg-page ul {
    margin: -5px;
  }
  .inner-banner .box h2 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .inner-banner .box h2:after {
    margin-top: 20px;
  }
  .about-page .about-1 .box .grid-box .column {
    width: 100%;
    padding: 10px 15px;
  }
  .about-page .about-1 .box .box2 {
    padding-top: 0;
  }
  .about-page .about-1 .box .box2 .text ul li {
    width: 25%;
  }
  .about-page .about-3 h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .about-page .about-3 p {
    padding: 20px 5%;
  }
  .prodet-page .prodet-2 .content table {
    white-space:nowrap;
  }
  .prodet-page .prodet-2 .content {
    max-height:600px;
    overflow:auto;
  }
  .product-page .product-1 .right .content2>table {
    width:100% !important;
    display:block;
    overflow:auto;
    margin:0 0 20px!important;
    max-height:600px !important;
  }
  .product-page .product-1 .right .content2>table tbody {
    display:table;
    white-space:nowrap;
  }
}
@media screen and (max-width: 700px) {
  .inner-page h2,
  .newdet-page .newdet-1 h3 {
    font-size: 24px;
  }
  .about-page .about-1 .box .box2 .text ul li {
    width: 50%;
  }
  .about-page .about-3 .content li .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-3 .content li .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-4 .box {
    padding: 0;
  }
  .grid-box.four > .column {
    width: 50%;
  }
  .faq-page ul li .q {
    font-size: 16px;
  }
  .inner-page ul.news-list li a h3,
  .about-page .about-4 .box ul li h4,
  .inner-page .pro-list ul li a p {
    font-size: 14px;
    line-height: 20px;
  }
  .inner-page ul.news-list li a time {
    font-size: 12px;
  }
  .inner-page h2,
  .newdet-page .newdet-1 h3 {
    font-size: 20px;
  }
  .inner-page .pro-list ul li a h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .prodet-page .prodet-1 .right .contact a {
    width: 120px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  table {
    width: 100%;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding: 40px 15px;
  }
  .contact-page .contact-1 .left .box2 {
    padding: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
  }
  .contact-page .contact-1 .right #mapContainer {
    height: 300px !important;
  }
}
.inner-page,.inner-banner,.inner-page p {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .grid-box.four > .column {
    width: 100%;
  }
.inner-page,.inner-banner,.inner-page p {
  font-size: 14px;
}
}



/* 修改样式 */
.prodet-page table td{
  width: auto;
}

.other-link{
  background-image: url(../images/albb.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 55px;
  margin-top: 20px;
}
.other-link h6{
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.other-link h6 a{
  display: block;
}