@font-face {
    font-family: 'fl';
    src: url(../fonts/FranklinGothicBoldssiSemiBoldItalic.ttf) format('truetype'), url(../fonts/FranklinGothicBoldssiSemiBoldItalic.eot) format('eot'), url(../fonts/FranklinGothicBoldssiSemiBoldItalic.woff) format('woff'), url(../fonts/FranklinGothicBoldssiSemiBoldItalic.woff2) format('woff2');
}
@media screen and (max-width: 1000px){
  .shengding1,.shengding, .sandcc {
    display: none !important;
  }

}
@font-face {
    font-family: 'Roboto-Light';
    src: url(../fonts/Roboto-Light.ttf) format('truetype'), url(../fonts/Roboto-Light.eot) format('eot'), url(../fonts/Roboto-Light.woff) format('woff'), url(../fonts/Roboto-Light.woff2) format('woff2');
}

@font-face {
    font-family: 'am';
    src: url(../fonts/Arial-Medium.ttf) format('truetype'), url(../fonts/Arial-Medium.eot) format('eot'), url(../fonts/Arial-Medium.woff) format('woff'), url(../fonts/Arial-Medium.woff2) format('woff2');
}

@font-face {
    font-family: 'gr';
    src: url(../fonts/gabodrive-Regular.ttf) format('truetype'), url(../fonts/gabodrive-Regular.eot) format('eot'), url(../fonts/gabodrive-Regular.woff) format('woff'), url(../fonts/gabodrive-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'ir';
    src: url(../fonts/Impact-Regular.ttf) format('truetype'), url(../fonts/Impact-Regular.eot) format('eot'), url(../fonts/Impact-Regular.woff) format('woff'), url(../fonts/Impact-Regular.woff2) format('woff2');
}

body {
    font-family: 'Arial';
}

.ui.container {
    padding: 0 15px;
    position: relative;
    max-width: 100%;
    margin: auto;
}

#header {
    z-index: 20;
    position: relative;
}

#header .nav {
    position: fixed;
    top: 0;
    display: inline-block;
    width: 100%;
    padding: 1.5rem 1.7rem 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#header.active {
    z-index: 22;
}

#header .nav .ui.menu {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

#header .nav .ui.menu .logo {
    position: absolute;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}

.textx {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
}

#header .nav .ui.menu .logo .mobile-logo {
    display: none;
}

#header .nav .ui.menu .menu-box {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}

#header .nav .ui.menu .menu-box ul.menu {
    display: inline-block;
}

#header .nav .ui.menu .menu-box ul.menu>li {
    margin: 0 1.25rem;
    font-size: 0.9rem;
    font-family: Tahoma, Verdana, 'Simsun';
    color: white;
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    z-index: 100;
    float: left;
    position: relative;
    border-bottom: 2px solid transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
}

#header .nav .ui.menu .menu-box ul.menu>li:hover {
    border-color: #e67918;
    -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;
}

#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: 16px;
    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 #ff7700;
    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: 15px;
    -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;
}

#banner .h-search {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
    /*margin-left: 1.25rem;
  margin-right: 0;*/
    cursor: pointer;
    cursor: hand;
}

#banner .search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

#banner .search-box form {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
}

#banner .search-box form input {
    background: none;
    outline: none;
    border: none;
}

#banner .search-box form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    color: #000;
    padding: 10px 0;
}

#banner .search-box form input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/tc-zoom.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
}

#banner .search-box form input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#banner .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: 3rem;
    height: 2px;
    display: inline-block;
    margin: 0 10px;
    background-color: #666;
    -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 {
    background-color: #ff7700;
}

#banner .slick-slide .content {
    display: none;
}

#banner .slick-active .content {
    display: block;
}

/*#banner .dot ul.slick-dots {
  position: relative;
  bottom: 5px;
  left: 0;
  font-size: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0%);
  transform: translateX(0);
}
#banner .dot ul.slick-dots li {
  width: 60px;
  height: 1px;
  display: inline-block;
  border: none;
  border-radius: 0;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 -1px;
}
#banner .dot ul.slick-dots li button {
  display: none;
}
#banner .dot ul.slick-dots li.slick-active ~ li {
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0;
}
#banner .dot .slick-slide .content {
  display: none;
}
#banner .dot .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;
}

table td,
table th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: auto !important;
  height: auto !important;
    /*width: 50%;*/
}

table tr {
  width: auto !important;
  height: auto !important;
}

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;
    right: -280px;
    width: 280px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none;
    z-index: 24;
}

#mobile .yy {
    content: '';
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 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;
    position: absolute;
    right: 100%;
    top: 10px;
    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 {
    right: 0;
}

#mobile.active .yy {
    left: 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 {
    position: relative;
}

#banner>img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}

#banner .banner-menu {
    position: absolute;
    z-index: 21;
    right: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid #928c89;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    padding: 1rem 1.5rem 1rem 2rem;
}

#banner .banner-menu .top a {
    display: block;
    color: #fff;
    padding: 1rem 0;
}

#banner .banner-menu .center a {
    display: block;
    font-size: 0.8rem;
    color: #fff;
    padding: 5px 0;
}

#banner .banner-menu .bot a {
    display: block;
    font-size: 0.9rem;
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    color: #fff;
    transition: .5s;
    margin: 10px 0;
}

#banner .banner-menu .bot a:hover {
    background-color: #cc5f00;
}

#banner ul li {
    position: relative;
}

#banner ul li .ig>img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}

/*#banner ul li .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
}
#banner ul li .text .ui.container {
  max-width: 1737px;
}
#banner ul li .text .ui.container ol li .ig {
  position: relative;
  text-align: center;
}
#banner ul li .text .ui.container ol li .ig img {
  display: inline-block;
}*/
#banner ul li .more {
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    -moz-transform: translate(-50%, -50%) scale(0.6);
    -ms-transform: translate(-50%, -50%) scale(0.6);
    -o-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
    text-align: right;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    opacity: 0;
}

#banner ul .slick-center li .more {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

#banner ul li .more h3 {
    font-size: 3.6rem;
    font-family: 'gr';
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 1.5rem;
}

#banner ul li .more a {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-shadow: 0px 4px 1.98px rgba(0, 0, 0, 0.004);
    color: #fff;
}

#banner ul li .more a::after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #fff;
}

#banner ul .slick-slide:nth-child(3) li .more {
    left: 36%;
}

#banner ul li .dot-box {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

#banner ul li .dot-box span,
#banner ul li .dot-box small {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: bold;
}

#banner ul li .dot-box .dot {
    display: inline-block;
}

#index-body .about .grid {
    position: relative;
}

#index-body .about .grid .left .text {
    max-width: 640px;
    padding: 0 3rem 0 1rem;
    margin-left: auto;
    margin-right: 0;
}

#index-body .about .grid .left .text span {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff7700;
}

#index-body .about .grid .left .text h3 {
    font-size: 3.5rem;
    font-family: 'gr';
    color: #3c3c3c;
    line-height: 1.029;
    padding-bottom: 2rem;
}

#index-body .about .grid .left .text p {
    font-size: 1.2rem;
    line-height: 1.2;
    color: rgba(60, 60, 60, 0.702);
}


#index-body .about .grid .left .text .more {
    position: absolute;
    right: 50%;
    bottom: 0;
}

#index-body .about .grid .left .text .more a {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    background-color: #ff7700;
    padding: 15px 5rem;
    transition: .5s;
}

#index-body .about .grid .left .text .more a:hover {
    background: #3c3c3c;
}

#index-body .product {
    padding: 6rem 0 8rem;
    content-visibility: auto;
    contains-intrinsic-size: 1300px;
}

#index-body .product .grid {
    background: url(../images/sand.png) no-repeat left top;
}

#index-body .product .grid .left {
    text-align: right;
    vertical-align: bottom;
}

#index-body .product .grid .left img {
    display: inline-block;
}

#index-body .product .grid .right {
    vertical-align: bottom;
}

#index-body .product .grid .right .text {
    position: relative;
    max-width: 750px;
    padding: 0 6rem 6rem;
}

#index-body .product .grid .right .text span {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    color: #ff7700;
}

#index-body .product .grid .right .text h3 {
    font-size: 3.5rem;
    font-family: 'gr';
    line-height: 1.029;
    color: #3c3c3c;
    padding: 1rem 0 2rem;
}

#index-body .product .grid .right .text p {
    font-size: 1.2rem;
    color: rgba(60, 60, 60, 0.702);
}

#index-body .product .grid .right .text .more {
    position: absolute;
    left: 0;
    bottom: 0;
}

#index-body .product .grid .right .text .more a {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    background-color: #ff7700;
    padding: 15px 5rem;
    transition: .5s;
}

#index-body .product .grid .right .text .more a:hover {
    background: #3c3c3c;
}

#index-body .history {
    position: relative;
    background: url(../images/history.jpg) no-repeat center / cover;
    text-align: center;
    padding: 4rem 0;
    margin-bottom: 7.5rem;
    content-visibility: auto;
    contains-intrinsic-size: 800px;
}

#index-body .history .title {
    text-align: center;
    padding-bottom: 4rem;
}

#index-body .history .title h3 {
    font-size: 3.5rem;
    font-family: 'gr';
    color: #fff;
}

#index-body .history .box {
    position: relative;
}

#index-body .history .box .ui.container {
    max-width: 1737px;
}

#index-body .history .box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

#index-body .history .box #ihistory {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}

#index-body .history .box #ihistory:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

#index-body .history .box #ihistory .line {
    position: absolute;
    height: 2px;
    background: #df9b78;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

#index-body .history .box #ihistory .swiper-slide {
    height: 140px;
    border-radius: 8px;
    padding: 20px 0;
    cursor: pointer;
    transition: .3s;
    position: relative;
}

#index-body .history .box #ihistory .swiper-slide .des {
    font-size: 16px;
    line-height:30px;
    color: #fff;
    margin: 0 -5px;
    margin-bottom: 10px;
}

#index-body .history .box #ihistory .swiper-slide .des::after {
    position: absolute;
    content: '';
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    margin: auto;
}

#index-body .history .box #ihistory .swiper-slide .intro {
    font-size: 18px;
    line-height: 20px;
    color: #bdbdbd;
}

#index-body .history .box #ihistory .swiper-slide .year {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

#index-body .history .box #ihistory .swiper-slide:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 45px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#index-body .history .box #ihistory .swiper-slide:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgba(246, 246, 247, 0.5);
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
}

#index-body .history .box #ihistory .swiper-slide:nth-of-type(odd):after {
    bottom: -45px;
}

#index-body .history .box #ihistory .swiper-slide:nth-of-type(odd):before {
    bottom: -55px;
}

#index-body .history .box #ihistory .swiper-slide:nth-of-type(odd) .year {
    bottom: -90px;
}

#index-body .history .box #ihistory .swiper-slide:nth-of-type(even) {
    margin-top: 230px;
}

#index-body .history .box #ihistory .swiper-slide:nth-of-type(even):after {
    top: -45px;
}

#index-body .history .box #ihistory .swiper-slide:nth-of-type(even):before {
    top: -55px;
}

#index-body .history .box #ihistory .swiper-slide:nth-of-type(even) .des::after {
    bottom: auto;
    top: 5px;
}

#index-body .history .box #ihistory .swiper-slide:nth-of-type(even) .year {
    top: -90px;
}

#index-body .history .box .more {
    display: inline-block;
    vertical-align: middle;
    width: 17%;
}

#index-body .history .box .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-family: 'ir';
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 50%;
    text-align: center;
    color: #f37200;
    background-color: #fff;
    margin: auto;
    transition: .5s;
}

#index-body .history .box .more a:hover {
    color: #3c3c3c;
}

#index-body .history #ihistory-prev,
#index-body .history #ihistory-next {
    top: auto;
    bottom: 1.5rem;
    width: auto;
    height: 22px;
    margin-top: -11px;
    opacity: 1;
    font-size: 0.9rem;
    color: #fff;
}

#index-body .history #ihistory-prev {
    left: 4rem;
    background: url(../images/hl.png) no-repeat left center;
    padding-left: 3rem;
}

#index-body .history #ihistory-next {
    right: 4rem;
    background: url(../images/hr.png) no-repeat right center;
    padding-right: 3rem;
}

#index-body .news {
    content-visibility: auto;
    contains-intrinsic-size: 1000px;
}

#index-body .news .grid {
    background: url(../images/sand.png) no-repeat left 3rem;
}

#index-body .news .grid .left {
    vertical-align: bottom;
}

#index-body .news .grid .left .text {
    background-color: #1b1b1b;
    padding: 2.5rem;
}

#index-body .news .grid .left .text span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff7700;
}

#index-body .news .grid .left .text h3 {
    font-size: 2.4rem;
    font-family: 'gr';
    line-height: 1;
    color: #fff;
    padding-top: 0.8rem;
}

#index-body .news .grid .left .text .box {
    padding: 0 5rem 0 2.5rem;
}

#index-body .news .grid .left .text .box ul li {
    border-bottom: 1px solid #494949;
    padding: 1.5rem 0;
}

#index-body .news .grid .left .text .box ul li .ig {
    position: relative;
    padding-right: 2rem;
}

#index-body .news .grid .left .text .box ul li .ig .date span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.302);
    padding-right: 15px;
}

#index-body .news .grid .left .text .box ul li .ig .date span::after {
    position: absolute;
    content: '';
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background-color: #494949;
}

#index-body .news .grid .left .text .box ul li .ig .date small {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #534fad;
    padding-left: 15px;
}

#index-body .news .grid .left .text .box ul li .ig h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
	line-height:32px;
}

#index-body .news .grid .left .text .box ul li .ig .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #606060;
    transition: .5s;
}

#index-body .news .grid .left .text .box ul li .ig .more:hover {
    color: #fff;
}

#index-body .news .grid .right {
    vertical-align: bottom;
}

#footer {
    background-color: #e9e9e9;
    padding-top: 4rem;
}

#footer .ui.container {
    max-width: 1737px;
    margin: auto;
}

#footer .grid .cum {
    padding: 0 1rem 6rem;
}

#footer .grid .cum dl dt {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(12, 12, 14, 0.8);
    padding-bottom: 1.5rem;
}

#footer .grid .cum dl dd {
    font-size: 16px;
    font-family: 'am';
    line-height: 1.875;
    color: rgba(12, 12, 14, 0.502);
}

#footer .grid .cum dl dd a:hover {
    color: #ff7700;
}

#footer .grid .cum:nth-child(1) {
    width: 17%;
}

#footer .grid .cum:nth-child(1) dl dd {
    display: flex;
}

#footer .grid .cum:nth-child(1) dl dd a {
    display: inline-block;
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
    background-color: #0c0c0e;
    margin: 0 1px;
    transition: .5s;
}

#footer .grid .cum:nth-child(1) dl dd a:hover {
    color: #ff7700;
}

#footer .grid .cum:nth-child(2) {
    width: 15%;
}

#footer .grid .cum:nth-child(3) {
    width: 15%;
}

#footer .grid .cum:nth-child(4) {
    width: 19%;
}

#footer .grid .cum:nth-child(5) {
    width: 15%;
}

#footer .grid .cum:nth-child(6) {
    width: 19%;
}

#footer .copy {
    position: relative;
    font-size: 0;
    border-top: 1px solid #c0c0c0;
    padding: 1.5rem 0 1.25rem;
}

#footer .copy .back_top {
    z-index: 2;
    position: fixed;
    bottom: 10%;
    right: 1%;
    font-size: 1.5rem;
    width: 3.3rem;
    height: 3.3rem;
    line-height: 3.3rem;
    text-align: center;
    color: #fff;
    background-color: #444444;
    cursor: pointer;
    opacity: 0.1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#footer .copy .back_top:hover {
    opacity: 1;
}

#footer .copy .form {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

#footer .copy .form input[type="email"] {
    display: inline-block;
    font-size: 18px;
    width: 30%;
    line-height: 3.3rem;
    border: none;
    color: #fff;
    background-color: #444444;
    padding: 0 1rem;
}

#footer .copy .form input[type="submit"] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 2rem;
    border: none;
    color: #000000;
    background-color: #ffffff;
    padding: 0 1.5rem;
    transition: .3s;
}

#footer .copy .form input[type="submit"]:hover {
    color: #ff7700;
}

#footer .copy .form textarea {
    display: inline-block;
    font-size: 18px;
    width: 67%;
    height: 3.3rem;
    border: none;
    color: #fff;
    background-color: #444444;
    padding: 10px 7rem 10px 1rem;
    margin-left: 3%;
}

#footer .copy .copy-r {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: rgba(12, 12, 14, 0.4);
    line-height: 2.25;
}

#footer .copy .copy-r p a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

#footer .copy .copy-r p a:hover {
    text-decoration: underline;
}

#footer .copy .copy-r p a img {
    max-height: 18px;
    vertical-align: middle;
}

@media screen and (max-width: 1600px) {
    #header .nav .ui.menu .logo {
        position: relative;
    }
}

@media screen and (max-width: 1400px) {
    #footer .grid .cum {
        padding-bottom: 3rem;
    }

    #footer .grid .cum dl dt {
        padding-bottom: 0.5rem;
    }

    #footer .grid .cum:nth-child(1) dl dt {
        padding-bottom: 1rem;
    }

    #footer .grid .cum:nth-child(1) {
        width: 100%;
        text-align: center;
    }

    #footer .grid .cum:nth-child(1) dl dd {
        display: block;
    }

    #footer .grid .cum:nth-child(2),
    #footer .grid .cum:nth-child(3),
    #footer .grid .cum:nth-child(4) {
        width: 33.333333%;
        text-align: center;
    }

    #footer .grid .cum:nth-child(2) dl,
    #footer .grid .cum:nth-child(3) dl,
    #footer .grid .cum:nth-child(4) dl {
        display: inline-block;
    }

    #footer .grid .cum:nth-child(5),
    #footer .grid .cum:nth-child(6) {
        width: 50%;
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    #banner .text .ui.container ol li .ig img {
        max-width: 50%;
    }

    #index-body .product .grid .right .text {
        padding: 0 4rem 6rem;
    }
    #index-body .about .grid .left .text .more {
        position: relative !important;
        right: 0 !important;
    }
    #index-body .about .grid .left .text .more a {
        display: block !important;
    }
}

@media screen and (min-width: 992px) {
    #header .nav>.logo {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    #header .wrapper .TopMenu {
        display: none;
    }

    #header .nav {
        padding: 0 !important;
        background: #fff !important;
    }

    #header .nav>.logo {
        display: block;
        padding: 10px 0 10px 10px;
    }

    #header .nav>.logo img {
        height: 40px;
    }

    #banner .banner-menu {
        flex-direction: row;
    }

    #banner .banner-menu .top,
    #banner .banner-menu .bot {
        display: none;
    }

    #index-body .news .grid .left .text .box {
        padding: 0;
    }

    .prev-next {
        display: none;
    }

    #footer .grid .cum dl dt {
        font-size: 16px;
    }

    #footer .grid .cum dl dd {
        font-size: 14px;
    }

    #footer .copy .form {
        width: 100%;
        margin-bottom: 1rem;
    }

    #footer .copy .copy-r {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
    #banner ul .slick-slide:nth-child(3) li .more {
        left: 50%;
    }

    #banner .banner-menu {
        display: none;
    }

    #banner ul li .text .ui.container ol li .ig .more h3 {
        font-size: 3rem;
    }

    #banner ul li .dot-box {
        display: none;
    }

    #banner ul li .more {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    #banner ul li .more h3 {
        font-size: 26px;
    }

    #index-body .about .grid .left {
        width: 100%;
    }

    #index-body .about .grid .left .text {
        padding: 2rem;
        margin: 0;
    }

    #index-body .about .grid .left .text .more {
        position: relative;
        right: 0;
        padding-top: 2rem;
    }

    #index-body .about .grid .right {
        display: none;
    }

    #index-body .product .grid {
        background-size: contain;
    }

    #index-body .product .grid .left {
        display: none;
    }

    #index-body .product .grid .right {
        width: 100%;
    }

    #index-body .product .grid .right .text {
        padding: 0 2rem 2rem;
    }

    #index-body .product .grid .right .text .more {
        position: relative;
        padding-top: 2rem;
    }

    #index-body .history .box #ihistory {
        width: 100%;
    }

    #index-body .history .box #ihistory .swiper-slide .des {
        margin: 0;
    }

    #index-body .history .box .more {
        display: none;
    }

    #index-body .news .grid .left {
        width: 100%;
    }

    #index-body .news .grid .right {
        display: none;
    }

    #footer .grid .cum:nth-child(2),
    #footer .grid .cum:nth-child(3),
    #footer .grid .cum:nth-child(4),
    #footer .grid .cum:nth-child(5),
    #footer .grid .cum:nth-child(6) {
        width: 100%;
    }

    #footer .grid .cum:nth-child(1) dl dd a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    #footer .copy .form input[type="email"] {
        width: 100%;
    }

    #footer .copy .form textarea {
        width: 100%;
        padding: 6px 1rem;
        margin: 10px 0;
    }

    #footer .copy .form input[type="submit"] {
        position: relative;
        display: block;
        right: 0;
        left: 0;
        margin: auto;
        transform: translate(0);
    }

    #footer .copy .copy-r {
        line-height: 1.5;
		line-height:28px;
		font-size:14px;
    }
}

@media screen and (max-width: 500px) {
    #banner ul li .text .ui.container ol li .ig img {
        max-width: 80%;
    }

    #banner ul li .text .ui.container ol li .ig .more h3 {
        font-size: 2rem;
    }
}


/* 内页区域 */
.inner-banner {
    position: relative;
    z-index: 1;
    margin-top: 85px;
    margin-bottom: 0 !important;
}

.inner-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -110px;
    right: 0;
    background: #000000;
    z-index: -1;
}

.inner-banner .box {
    width: 100%;
    position: relative;
    top: 0;
    vertical-align: middle;
}

.inner-banner .box img {
    width: 100%;
}

.inner-banner .text {
    color: white;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 13%;
    padding-left: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}

.inner-banner .text h2 {
    font-size: 110px;
    text-transform: uppercase;
    font-family: "109-CAI978";
    line-height: 120px;
    display: block;
    background: linear-gradient(to left, white 50%, #ff7700 50%);
    -webkit-background-clip: text;
    color: transparent;
    white-space: nowrap;
    display: inline-block;
}

.inner-banner .text h5 {
    font-size: 18px;
    font-family: "Arial";
    text-transform: capitalize;
    margin-top: 30px;
    width: 100%;
}

.inner-page {
    font-family: 'Roboto-Light';
    position: relative;
    z-index: 1;
}

.inner-page.service-page .service-1 {
    padding: 4rem 0;
}

.inner-page .bar-text {
    position: absolute;
    top: 0;
    left: -10%;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    white-space: nowrap;
    color: #ff7700;
    font-family: "Roboto-Light";
    font-size: 14px;
}

.inner-page .bar-text:before {
    content: '';
    width: 1px;
    height: 40px;
    background: #ff7700;
    display: inline-block;
    margin-bottom: 10px;
}

.inner-page .ui.container3 {
    width: 1500px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.inner-page .ui.container3 .bar-left {
    width: 30%;
    text-align: center;
    padding-right: 5%;
}

.inner-page .ui.container3 .bar-left h5 {
    font-size: 40px;
    color: #ff7700;
    text-transform: uppercase;
    font-family: "109-CAI978";
    letter-spacing: 2px;
    line-height: 40px;
}

.inner-page .ui.container3 .bar-left h5 small {
    display: block;
    color: #666;
    font-size: 14px;
    text-transform: none;
    font-family: "Arial";
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 20px;
    line-height: normal;
}

.inner-page .ui.container3 .bar-left .qr-mark {
    display: flex;
}

.inner-page .ui.container3 .bar-left .mark2 {
    display: inline-block;
    vertical-align: top;
}

.inner-page .ui.container3 .bar-left .mark2 h4 {
    font-size: 16px;
    font-weight: bold;
}

.inner-page .ui.container3 .bar-left #ewm img {
    max-width: 120px;
    border: 8px solid white;
}

.inner-page .ui.container3 .bar-left .mark {
    display: inline-block;
    vertical-align: top;
}

.inner-page .ui.container3 .bar-left .mark img {
    max-width: 120px;
}

.inner-page .ui.container3 .bar-left .mark h4 {
    font-size: 16px;
    font-weight: bold;
}

.inner-page .ui.container3 .bar-left .mark p {
    font-size: 14px;
    color: #666;
}

.inner-page .ui.container3 .bar-left .mark a {
    display: inline-block;
    font-size: 14px;
    color: #ff7700;
}

.inner-page .ui.container3 .bar-left h2 {
    font-size: 28px;
    color: black;
    text-transform: capitalize;
    margin-top: 80px;
}

.inner-page .ui.container3 .bar-right {
    width: 50%;
    font-family: "Roboto-Light";
}

.inner-page .ui.container3 .bar-right p {
    font-size: 18px;
    color: #666;
    line-height: 34px;
}

.inner-page .ui.container3 .bar-right p strong {
    color: #000;
}

.inner-page .ui.container3 .bar-contact {
    width: 20%;
}

.inner-page .ui.container3 .bar-contact dl {
    padding-bottom: 1.5rem;
}

.inner-page .ui.container3 .bar-contact dl dt {
    font-size: 20px;
    padding-bottom: 10px;
}

.inner-page .ui.container3 .bar-contact dl dd {
    font-size: 18px;
    color: #B0B0B0;
}

.inner-page .text-big {
    text-align: right;
    position: relative;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-page .text-big.txt-left {
    text-align: left;
}

.inner-page .text-big.txt-left h6 {
    padding-right: 25%;
}

.inner-page .text-big.upp {
    text-transform: uppercase;
}

.inner-page .text-big h3 {
    font-size: 280px;
    line-height: 180px;
    font-family: "109-CAI978";
    color: rgba(0, 0, 0, 0.03);
}

.inner-page .text-big h6 {
    text-align: right;
    padding-right: 12%;
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}

.inner-page .public-link {
    display: block;
    height: 500px;
    line-height: 500px;
    text-align: center;
    position: relative;
    background-size: cover;
    overflow: hidden;
    -webkit-transition: 7s;
    -moz-transition: 7s;
    -ms-transition: 7s;
    -o-transition: 7s;
    transition: 7s;
}

.inner-page .public-link:before {
    content: '';
    left: 50%;
    top: 50%;
    background: inherit;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.inner-page .public-link:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.46);
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    opacity: 1;
    z-index: 1;
}

.inner-page .public-link .box {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    position: relative;
}

.inner-page .public-link .box h6 {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}

.inner-page .public-link .box h2 {
    color: white;
    font-family: "109-CAI978";
    font-size: 50px;
    text-transform: uppercase;
    margin: 10px 0;
}

.inner-page .public-link .box p {
    font-size: 16px;
    color: white;
}

.inner-page .public-link:hover {
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.inner-page .public-link:hover:after {
    opacity: 0;
}

.inner-page .public-link:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.inner-page .mbx {
    padding: 30px 10%;
    font-family: "Roboto-Light";
    font-size: 14px;
}

.inner-page .mbx a,
.inner-page .mbx span {
    margin-right: 15px;
}

.inner-page .mbx a:first-child {
    font-size: 16px;
    color: #ff7700;
    text-transform: uppercase;
    font-family: "Arial";
    font-weight: bold;
}

.inner-page .mbx a:hover {
    color: #ff7700;
}

.inner-page .scroll {
    position: relative;
}

.inner-page .m-page {
    text-align: center;
    padding: 50px 0;
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #eee;
    font-size: 24px;
    color: black;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-page .m-page a:hover {
    color: white;
    background: #ff7700;
}

.mCSB_scrollTools {
    width: 3px !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #eee !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #222 !important;
}

.mCSB_inside>.mCSB_container {
    margin-right: 3px !important;
}

.about-page .about-1 {
    padding: 120px 0;
}

.about-page .about-1 .content {
    font-family: 'Roboto-Light';
    margin: -10px 0;
	line-height:28px;
}

.about-page .about-1 .content p {
    padding: 10px 0;
}

.about-page .about-2 {
    overflow: hidden;
}

.about-page .about-2 img {
    width: 100%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.about-page .about-2 img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.about-page .about-3 {
    position: relative;
}

.about-page .about-3:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #ff7700;
    z-index: -1;
    height: 70%;
}

.about-page .about-3 .left {
    padding: 50px 7%;
    background: white;
    position: relative;
    top: -100px;
    width: 65%;
    z-index: 1;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.about-page .about-3 .left p {
    font-size: 18px;
    color: block;
    font-family: 'Roboto-Light';
    padding: 15px 0;
    line-height: 32px;
}

.about-page .about-3 .left img {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.about-page .about-4 .left ul li {
    border-bottom: 1px solid #dce5eb;
    padding: 50px 0;
}

.about-page .about-4 .left ul li:last-child {
    border-bottom: none;
}

.about-page .about-4 .left ul li h3 {
    font-size: 28px;
    color: black;
}

.about-page .about-4 .left ul li h3 em {
    color: #ff7700;
    margin-right: 15px;
}

.about-page .about-4 .left ul li p {
    font-size: 16px;
    color: #666;
    font-family: "Roboto-Light";
    line-height: 28px;
    margin-top: 20px;
}

.about-page .about-4 .left {
    width: 50%;
}

.about-page .about-4 .bar-left {
    width: 50% !important;
    padding-right: 20% !important;
}

.about-page .about-3 .right {
    width: 45%;
    margin-left: -10%;
}

.about-page .about-3 .right .bar-text {
    left: auto;
    right: 3%;
    top: 5%;
}

.about-page .about-3 .right h5 {
    font-size: 40px;
    color: #ff7700;
    text-transform: uppercase;
    font-family: "109-CAI978";
    line-height: 40px;
    text-align: right;
    padding-left: 20%;
    padding-right: 15%;
    margin: 100px 0;
}

.about-page .about-3 .right .img {
    overflow: hidden;
}

.about-page .about-3 .right img {
    width: 100%;
}

.about-page .about-4 {
    padding: 150px 0 50px;
}

.about-page .about-4 ul li {
    padding: 30px 0;
    border-top: 1px solid #dce5eb;
}

.about-page .about-4 ul li:last-child {
    border-bottom: 1px solid #dce5eb;
}

.about-page .about-4 ul li .left {
    width: 25%;
    vertical-align: middle;
}

.about-page .about-4 ul li .left h3 {
    font-size: 18px;
    color: #ff7700;
    font-weight: bold;
}

.about-page .about-4 ul li .left {
    width: 75%;
    vertical-align: middle;
}

.about-page .about-5 {
    padding: 50px 0 90px;
    position: relative;
    margin-bottom: 5%;
}

.about-page .about-5:after {
    content: '';
    position: absolute;
    right: 0;
    top: 25px;
    height: 105%;
    width: 95%;
    background: #ff7700;
    z-index: -2;
}

.about-page .about-5:before {
    content: '';
    width: 90%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('../images/about-xz-bg.jpg');
    background-size: cover;
    z-index: -1;
    position: absolute;
}

.about-page .about-5 .box {
    padding-left: 50px;
}

.about-page .about-5 .box ul {
    display: inline-block;
    width: 100%;
}

.about-page .about-5 .box li {
    padding: 2px;
}

.about-page .about-5 .box li a {
    display: block;
}

.about-page .about-5 .box a.more {
    display: block;
    float: right;
    width: 10%;
    text-align: center;
    margin-bottom: 20px;
}

.about-page .about-6 {
    padding: 50px 0;
}

.about-page .about-6 .ui.container3 {
    width: auto;
    padding: 0;
}

.about-page .about-6 .bar-left {
    vertical-align: middle;
    padding-left: 10%;
}

.inner-page .about-6 .bar-left .bar-text {
    left: 50px;
    top: 45%;
}

.about-page .about-6 .bar-right {
    vertical-align: middle;
    padding-right: 50px;
}

.about-page .about-6 .bar-right ul li {
    padding: 5px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.about-page .about-6 .bar-right ul li:nth-child(5n) {
    border-right: none;
}

.about-page .about-6 .bar-right ul li:nth-last-child(6)~li {
    border-bottom: none;
}

.product-page .product-1 {
    padding: 100px 0 50px;
}

.product-page .product-1 h2 {
    font-size: 40px;
    color: #ff7700;
    text-transform: uppercase;
    font-family: "109-CAI978";
    letter-spacing: 2px;
    line-height: 40px;
}

.product-page .product-1 h2 small {
    display: block;
    color: #666;
    font-size: 14px;
    text-transform: none;
    font-family: "Arial";
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 10px;
    line-height: normal;
}

.product-page .product-1 ul li {
    display: block;
    margin-bottom: 30px;
    position: relative;
}

.product-page .product-1 ul li:last-child {
    margin-bottom: 0;
}

.product-page .product-1 ul li:after {
    content: '';
    z-index: -1;
    position: absolute;
    width: 75%;
    height: 80%;
    display: block;
    background: #eee;
    bottom: -20%;
    left: -15%;
}

.product-page .ui.container4 {
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

.product-page .product-1 ul li .left {
    width: 55%;
    vertical-align: middle;
    margin-right: -5%;
    position: relative;
    z-index: 1;
    text-align: right;
}

.product-page .product-1 ul li .left .text-box {
    display: inline-block;
    /*   max-width: 850px; */
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    background: white;
    text-align: left;
    padding: 60px;
    width: 100%;
}

.product-page .product-1 ul li .left .text-box i {
    font-size: 14px;
    text-transform: uppercase;
    color: #ff7700;
}

.product-page .product-1 ul li .left .text-box h3 {
    font-size: 28px;
    color: black;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product-page .product-1 ul li .left .text-box h3:hover {
    color: #ff7700;
}

.product-page .product-1 ul li .left .text-box dl {
    font-size: 18px;
    color: black;
    margin: 50px 0 20px;
    font-family: 'Roboto-Light';
    /*height:270px;*/
    overflow: auto;
}

.product-page .product-1 ul li .left .text-box dl dd {
    padding: 5px 0;
}

.product-page .product-1 ul li .left .text-box dl dd a {
    position: relative;
    font-weight: bold;
    transition: .3s;
    padding-left: 12px;
}

.product-page .product-1 ul li .left .text-box dl dd a::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: black;
}

.product-page .product-1 ul li .left .text-box dl dd a:hover {
    color: #ff7700;
}

.product-page .product-1 ul li .left .text-box dl dd a:hover::after {
    background: #ff7700;
}

.product-page .product-1 ul li .left .text-box a.more {
    text-transform: capitalize;
    height: 50px;
    line-height: 50px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    color: #222;
    border: 1px solid #d6d6d6;
    transition: .5s;
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.product-page .product-1 ul li .left .text-box a.more:hover {
    background: #ff7700;
    color: white;
}

.product-page .product-1 ul li .right {
    width: 55%;
    vertical-align: middle;
    margin-left: -5%;
    position: relative;
}

.product-page .product-1 ul li .right a {
    display: block;
}

.product-page .product-1 ul li .right img {
    width: 100%;
}

.product-page .product-1 ul li:nth-child(even):after {
    display: none;
}

.product-page .product-1 ul li:nth-child(even) .left {
    left: 45%;
    text-align: left;
}

.product-page .product-1 ul li:nth-child(even) .right {
    left: -45%;
}

.product-list-page .box li a {
    display: block;
}

.product-list-page .box li a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    transition: .5s;
    opacity: 0;
}

.product-list-page .box li a:before {
    content: '';
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, .9) url('../images/icon-search-white.png') no-repeat center center;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -30px;
    margin-top: -30px;
    z-index: 1;
    transition: .5s;
    opacity: 0;
}

.product-list-page .box li a h4 {
    font-size: 24px;
    color: white;
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
    transition: .5s;
    opacity: 0;
}

.product-list-page .box li a:hover:after {
    opacity: 1;
}

.product-list-page .box li a:hover:before {
    top: 50%;
    opacity: 1;
}

.product-list-page .box li a:hover h4 {
    bottom: 10px;
    opacity: 1;
}
.shengding1 {
    text-align: center;
    color: #ff7700;
    margin-top: 20px;
    margin-bottom: 15px;

}
.shengding {
   width: 80%;
   text-align: center;
   font-size: 17px;
   line-height: 30px;
   margin-left: 125px;
}

/* 更改后的产品页面 */
.product-list-page .product2-page ul li {
    padding: 2rem 0;
}

.product-list-page.product-box-page .product2-page h2.tit {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    background-color: #ff7700;
    padding: 15px 5rem;
    margin-top: 15px;
    transition: .5s;
}

.product-list-page .product2-page ul li .ig .grid-box .left {
    vertical-align: middle;
    border: 1px solid #eee;
    text-align: center;
}

.product-list-page .product2-page ul li .ig .grid-box .left .img {
    display: block;
}

.product-list-page .product2-page ul li .ig .grid-box .right {
    vertical-align: middle;
    padding: 0 1rem;
}

.product-list-page .product2-page ul li .ig .grid-box .right .text h4 {
    font-size: 1.2rem;
    color: #000;
    text-transform: uppercase;
    margin: 1rem 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-list-page .product2-page ul li .ig .grid-box .right .text .con {
    font-size: 14px;
    word-break: break-word;
	line-height:28px;
}

.product-list-page .product2-page ul li .ig .grid-box .right .text .more {
    margin-top: 1rem;
}

.product-list-page .product2-page ul li .ig .grid-box .right .text .more a {
    display: inline-block;
    border-bottom: 1px solid #959595;
    color: #555555;
    font-size: 14px;
}

/* 更改后的产品页面End */

.prodet-page .prodet-1 {
    padding: 100px 0;
}

.prodet-page .prodet-1 .pro-img {
    padding-right: 20px;
}

.prodet-page .prodet-1 .pro-text {
    padding-left: 20px;
}

.prodet-page .prodet-1 .pro-text i {
    font-size: 14px;
    font-family: "Roboto-Light";
    color: #ff7700;
    text-transform: uppercase;
}
.prodet-page .prodet-1 .pro-text h1,
.prodet-page .prodet-1 .pro-text h3 {
    font-size: 28px;
    color: black;
    font-weight: bold;
}

.prodet-page .prodet-1 .pro-text .content {
    padding: 30px 0;
    font-size: 16px;
    color: black;
    word-break: break-word;
}

.prodet-page .prodet-1 .pro-text .gallery {
    overflow: hidden;
}

.prodet-page .prodet-1 .pro-text .gallery h4 {
    font-size: 18px;
    padding: 10px;
    background: #eee;
    margin-bottom: 15px;
}

.prodet-page .prodet-1 .pro-text .gallery ul {
    margin: -10px;
    padding: 0;

}

.prodet-page .prodet-1 .pro-text .msg {
    text-transform: capitalize;
    height: 50px;
    line-height: 50px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    color: #222;
    border: 1px solid #d6d6d6;
    transition: .5s;
    display: block;
}

.prodet-page .prodet-1 .pro-text .msg a {
    display: block;
}

.prodet-page .prodet-1 .pro-text .msg:hover {
    background: #ff7700;
    color: white;
}

.prodet-page .prodet-1 .pro-text .gallery ul .slick-track {
    margin-left: 0;
}

.prodet-page .prodet-1 .pro-text .gallery ul li {
    display: inline-block;
    padding: 10px;
    margin: 0;
    width: 25%;
}

.prodet-page .prodet-1 .pro-text .gallery ul li a {
    display: block;
    border: 1px solid #eee;
}

.prodet-page .prodet-1 .pro-text .gallery ul li i,
.prodet-page .prodet-1 .pro-text .gallery ul li span {
    display: none !important;
}

.prodet-page .prodet-1 .pro-text .gallery ul li img {
    width: 100%;
    cursor: pointer;
    cursor: hand;
}

.prodet-page .prodet-1 .pro-text .share {
    padding: 25px 0;
}

.prodet-page .prodet-1 .pro-text .share h4 {
    font-size: 18px;
    padding: 10px;
    background: #eee;
    margin-bottom: 15px;
}

.prodet-page .prodet-1 .pro-text .share ul li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    text-align: center;
    background: #eee;
    color: black;
    font-size: 16px;
    margin-right: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-1 .pro-text .share ul li a {
    display: block;
}

.prodet-page .prodet-1 .pro-text .share ul li i {
    font-family: "FontAwesome";
    font-size: inherit;
    color: inherit;
}

.prodet-page .prodet-1 .pro-text .share ul li:hover {
    background: #ff7700;
    color: white;
}

.prodet-page .prodet-2 .box {
    display: block;
    background: #f8f8f8;
    padding: 100px 50px;
}

.prodet-page .prodet-2 .box .options {
    border-bottom: 1px solid black;
}

.prodet-page .prodet-2 .box .options div {
    font-size: 20px;
    color: white;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    padding: 10px 30px;
    background: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}

.prodet-page .prodet-2 .box .options div:hover,
.prodet-page .prodet-2 .box .options div.active {
    background: #ff7700;
}

.prodet-page .prodet-2 .box .det {
    font-family: "Roboto-Light";
    padding-top: 20px;
}

.prodet-page .prodet-2 .box .det table {
    margin: 20px 0;
}

.prodet-page .prodet-2 .box .det table tr:nth-child(odd) {
    background: #eee;
}

.prodet-page .prodet-2 .box .det table tr:first-child * {
    color: inherit;
}

.lg-page .lg-1 {
    padding: 100px 0 40px;
}

.lg-page .lg-1 h3 {
    font-size: 24px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.lg-page .lg-1 .box {
    padding-top: 0;
}

.lg-page .lg-1 .box ul {
    margin: -15px;
}

.lg-page .lg-1 .box ul li {
    padding: 15px;
}

.lg-page .lg-1 .box ul li .box2 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
}

.lg-page .lg-1 .box ul li a {
    display: block;
    /* 	border:4px solid #eee; */
}

.lg-page .lg-1 .box ul li h4 {
    font-size: 18px;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.lg-page .lg-1 .box ul li:hover h4 {
    background: #ff7700;
    color: white;
}

.faq-page .faq-1 {
    padding: 100px 0 40px;
}

.faq-page .faq-1 h3 {
    font-size: 34px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.faq-page .faq-list li {
    margin: 0 0 10px;
    word-break: break-word;
    font-family: "Roboto-Light";
}

.faq-page .faq-list li h4 {
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
    font-size: 1rem;
    color: #363f4d;
    padding: 15px 30px 15px 25px;
    cursor: pointer;
    cursor: hand;
    position: relative;
}

.faq-page .faq-list li h4 i {
    color: #bababa;
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.faq-page .faq-list li p {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 20px 25px;
    display: none;
}

.faq-page .faq-1 .m-page a,
.faq-page .faq-1 .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.news-page .news-1 {
    padding: 100px 0 40px;
}

.news-page .news-1 h3 {
    font-size: 30px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.news-page .news-1 .box ul li {
    margin-bottom: 50px;
    border: 1px solid #e9e9e9;
}

.news-page .news-1 .box ul li:last-child {
    margin-bottom: 0;
}

.news-page .news-1 .box ul li a.img-box {
    display: block;
}

.news-page .news-1 .box ul li .img {
    width: 30%;
    vertical-align: middle;
    position: relative;
}

.news-page .news-1 .box ul li .img time {
    width: 100px;
    top: -15px;
    text-align: right;
    font-size: 24px;
    color: white;
    position: absolute;
    right: -35px;
    background: black;
    padding: 15px 10px;
    font-family: 'Montserrat-Regular';
}

.news-page .news-1 .box ul li .img time em {
    display: block;
    font-family: 'Anton';
    line-height: 30px;
    font-size: 26px;
    margin-top: 5px;
}

.news-page .news-1 .box ul li .content {
    padding: 30px 40px 30px 70px;
    width: 70%;
    vertical-align: middle;
}

.news-page .news-1 .box ul li .content h4 {
    font-size: 24px;
    color: black;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-page .news-1 .box ul li .content h4:hover {
    color: #ff7700;
}

.news-page .news-1 .box ul li .content p {
    font-size: 18px;
    font-family: "Roboto-Light";
    margin: 40px 0 20px;
}

.news-page .news-1 .box ul li .content a.more {
    text-transform: capitalize;
    height: 50px;
    line-height: 50px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    color: #222;
    border: 1px solid #d6d6d6;
    transition: .5s;
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.news-page .news-1 .box ul li .content a.more:hover {
    background: #ff7700;
    color: white;
}

.newdet-page .newdet-1 {
    padding: 100px 0 40px;
    background: #f8f8f8;
}

/* .newdet-page .newdet-1 .box {
  padding: 40px 20px;
} */
.newdet-page .newdet-1 .box h3 {
    font-size: 24px;
    color: black;
}

.newdet-page .newdet-1 .box .content {
    display: block;
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    font-family: "Roboto-Light";
    font-size: 18px;
    line-height: 32px;
}

.newdet-page .newdet-1 .box .share ul {
    display: inline-block;
}

.newdet-page .newdet-1 .box .share ul li {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
    line-height: 40px;
    text-align: center;
    color: black;
    font-size: 16px;
    background: #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.newdet-page .newdet-1 .box .share ul li:hover {
    color: white;
    background: #ff7700;
}

.newdet-page .newdet-1 .box .share a.back {
    float: right;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    background: #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.newdet-page .newdet-1 .box .share a.back i {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.newdet-page .newdet-1 .box .share a.back:hover {
    color: white;
    background: #ff7700;
}

.contact-page .contact-1 {
    padding: 100px 0 40px;
}

.contact-page .map {
    padding-bottom: 0;
}

.sidedbar {
    position: relative;
    z-index: 2;
}

.sidedbar .grid-box.two>.column.left {
    line-height: 110px;
    height: 110px;
    background: #ff7700;
    padding: 0 30px;
    font-size: 18px;
    color: white;
    margin-top: -50px;
    font-family: 'Roboto-Light';
    text-align: right;
    text-transform: uppercase;
    width: 35%;
}

.sidedbar .left span {
    font-size: 22px;
    font-family: "109-CAI978";
    max-width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.sidedbar .grid-box.two>.column.right {
    width: 65%;
}

.sidedbar .right ul {
    padding: 0 100px 0 30px;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #c7c7c7;
}

.sidedbar .right ul .slick-arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: none;
    color: transparent;
    font-size: 0;
    width: 0;
    height: 0;
    display: block;
    cursor: pointer;
    cursor: hand;
}

.sidedbar .right ul .slick-arrow.slick-prev {
    border-right: 10px solid #ff7700;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-right: 30px;
}

.sidedbar .right ul .slick-arrow.slick-next {
    border-left: 10px solid #666;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.sidedbar .right ul li {
    padding: 0 20px;
    font-size: 18px;
    color: rgba(0, 0, 0, .67);
    transition: .5s;
    border-right: 1px solid #7c7c7c;
    width: auto;
    line-height: 18px;
    vertical-align: middle;
    font-family: 'Roboto-Light';
}

.sidedbar .right ul li:hover {
    text-decoration: underline;
}

.prodetFeedback {
    padding: 44px 0 64px;
    background: #f2f2f2;
}

.prodetFeedback .innerTit {
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
}

.prodetFeedback .ptForm {
    margin-top: 50px;
}

.prodetFeedback .ptForm label {
    font-size: 16px;
    color: #636363;
    font-weight: 500;
    margin-bottom: 0;
}

.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    background: none;
    color: #252525;
    font-size: 16px;
    width: 100%;
    outline: none;
    resize: none;
    border: none;
    border-bottom: 1px solid #cccccc;
}

.prodetFeedback .ptForm .fbTop {
    margin-bottom: 62px;
}

.prodetFeedback .ptForm .fbTop li {
    float: left;
    width: 31%;
    margin-right: 2%;
}

.prodetFeedback .ptForm .fbTop li:last-child {
    margin-right: 0;
}

.prodetFeedback .ptForm .fbTop li input {
    height: 15px;
    padding: 0 4px;
}

.prodetFeedback .ptForm .fbTop li input:focus {
    height: 43px;
    border-bottom: 3px solid #ff7700;
}

.prodetFeedback .ptForm .fbBot {
    margin-bottom: 75px;
}

.prodetFeedback .ptForm .fbBot textarea {
    height: 16px;
    overflow: hidden;
}

.prodetFeedback .ptForm .fbBot textarea:focus {
    height: 55px;
    border-bottom: 3px solid #ff7700;
}

.prodetFeedback .ptForm input[type="submit"] {
    cursor: pointer;
    text-align: left;
    padding-left: 31px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    text-transform: uppercase;
    font-size: 16px;
    width: 203px;
    height: 52px;
    border: none;
    background: #ff7700 url("../images/fb-send.png") no-repeat right 10px center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
}

.prodetFeedback .ptForm input[type="submit"]:hover {
    background-color: #222;
}

@media screen and (max-width: 1540px) {
    .inner-page .ui.container3 {
        max-width: 100%;
    }

    .inner-banner .text h2 {
        font-size: 80px;
        line-height: 80px;
    }

    .inner-banner .text h5 {
        margin-top: 10px;
        font-size: 16px;
    }

    .inner-banner {
        margin-top: 90px;
    }

    .inner-page .bar-text {
        display: none;
    }

    .contact-page .contact-1,
    .newdet-page .newdet-1,
    .news-page .news-1,
    .faq-page .faq-1,
    .lg-page .lg-1,
    .product-page .product-1,
    .about-page .about-1 {
        padding: 40px 0;
    }

    .inner-page .ui.container3 .bar-left h2 {
        margin-top: 60px;
        font-size: 24px;
    }

    .inner-page .public-link {
        height: 400px;
        line-height: 400px;
    }

    .inner-page .public-link .box h2 {
        font-size: 40px;
    }

    .newdet-page .newdet-1 .box h3 {
        font-size: 20px;
    }

    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .inner-page .m-page {
        padding: 30px 0;
    }

    .faq-page .faq-1 h3 {
        font-size: 28px;
    }

    .faq-page .faq-1 .box ul li .q {
        font-size: 18px;
    }

    .prodet-page .prodet-2 .box .options div {
        font-size: 18px;
    }

    .prodet-page .prodet-1 .pro-text .content {
        padding: 15px 0;
    }

    .prodet-page .prodet-1 {
        padding: 60px 0;
    }

    .prodet-page .prodet-2 .box {
        padding: 50px 15px;
    }

    .product-page .product-1 ul li .left .text-box h3,
    .about-page .about-3 .left ul li h3 {
        font-size: 24px;
    }

    .product-page .product-1 ul li .left .text-box p {
        margin: 20px 0 10px;
        font-size: 16px;
    }

    .product-page .product-1 ul li .left {
        padding: 0 15px;
    }

    .inner-page .text-big h3 {
        font-size: 180px;
        line-height: 100px;
    }

    .about-page .about-3 .left ul li {
        padding: 30px 0;
    }

    .about-page .about-3 .left {
        padding: 30px 3%;
    }

    .about-page .about-3 .right h5 {
        font-size: 34px;
        margin: 60px 0;
    }

    .about-page .about-4 {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1200px) {
    .inner-banner .text h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .inner-page .ui.container3 .bar-right p {
        font-size: 16px;
        line-height: 30px;
    }

    .inner-page .ui.container3 .bar-left h2 {
        font-size: 20px;
    }

    .inner-page .ui.container3 .bar-left h5 {
        font-size: 34px;
        line-height: 34px;
    }

    .inner-page .text-big h3 {
        font-size: 140px;
        line-height: 80px;
    }

    .product-page .product-1 ul li .left .text-box h3,
    .about-page .about-3 .left ul li h3 {
        font-size: 20px;
    }

    .about-page .about-3 .left ul li p {
        margin-top: 5px;
    }

    .about-page .about-3 .left ul li {
        padding: 20px 0;
    }

    .prodet-page .prodet-1 .pro-text .share ul li {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .prodet-page .prodet-1 .pro-text .share h4,
    .prodet-page .prodet-1 .pro-text .gallery h4 {
        font-size: 16px;
        padding: 5px 10px;
    }

    .prodet-page .prodet-1 .pro-text .gallery ul li {
        padding: 5px;
    }

    .prodet-page .prodet-1 .pro-text .gallery ul {
        margin: -5px;
    }
.prodet-page .prodet-1 .pro-text h1,
    .prodet-page .prodet-1 .pro-text h3,
    .news-page .news-1 h3 {
        font-size: 24px;
    }
#index-body .product .grid .right .text p{
font-size:14px;
line-height:28px;
color:rgba(60, 60, 60, 0.702);
}
    .prodet-page .prodet-2 .box .options div {
        font-size: 16px;
    }

    .prodet-page .prodet-2 .box .det {
        font-size: 16px;
    }

    .lg-page .lg-1 .box,
    .faq-page .faq-1 .box,
    .news-page .news-1 .box {
        padding-top: 30px;
    }

    .inner-page .public-link .box h2 {
        font-size: 34px;
    }

    .faq-page .faq-1 .box ul li .q {
        font-size: 16px;
    }

    #mapContainer {
        height: 300px !important;
    }

    .inner-page .public-link {
        height: 300px;
        line-height: 300px;
    }

    .product-page .product-1 ul li .left .text-box p {
        height: 200px;
    }
}

@media screen and (max-width: 1000px) {
    .inner-banner .box {
        top: 0;
    }
    
.textx, .shen{
    display: none !important;
  }

    .inner-page .ui.container3 {
        width: 700px;
    }

    .inner-banner {
        margin-top: 0;
    }

    .inner-banner .text h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .inner-banner .text h5 {
        font-size: 14px;
    }

    .inner-page .ui.container3 .bar-left h2 {
        font-size: 16px;
    }

    .news-page .news-1 .box ul li .content p {
        font-size: 14px;
        margin: 10px 0;
		line-height:28px;
    }

    .news-page .news-1 .box ul li .content h4 {
        font-size: 18px;
    }

    .news-page .news-1 .box ul li,
    .lg-page .lg-1 .box ul li {
        padding: 5px;
    }

    .news-page .news-1 .box ul,
    .lg-page .lg-1 .box ul {
        margin: -5px;
    }

    .faq-page .faq-1 h3 {
        font-size: 24px;
    }

    .faq-page .faq-1 .box ul li .a,
    .lg-page .lg-1 .box ul li h4 {
        font-size: 16px;
    }

    .prodet-page .prodet-1 .pro-img {
        width: 100%;
        padding-right: 0px;
    }

    .prodet-page .prodet-1 .pro-text {
        padding: 30px 0;
        width: 100%;
    }

    .product-page .product-1 h2 {
        font-size: 34px;
        line-height: 34px;
    }

    .product-page .product-1 ul li .left .text-box {
        padding: 30px 15px;
    }

    .product-page .product-1 ul li .left .text-box p {
        font-size: 14px;
        margin: 10px 0;
    }

    .product-page .product-1 ul li .right {
        width: 60%;
        margin-left: -10%;
    }

    .product-page .product-1 ul li .left .text-box h3 {
        font-size: 18px;
    }

    .inner-page .text-big h3 {
        white-space: nowrap;
    }

    .inner-page .text-big {
        overflow: hidden;
        padding: 20px 0;
        margin: -20px 0;
    }

    .about-page .about-4 .bar-right ul li {
        padding: 15px 0;
    }

    .inner-page .mbx {
        padding: 20px 15px;
    }

    .sidedbar .box {
        display: none;
    }

    .sidedbar {
        height: 20px;
        background: #ff7700;
    }

    .news-page .news-1 .box ul {
        letter-spacing: -5px;
    }

    .news-page .news-1 .box ul li {
        width: 50%;
        display: inline-block;
        letter-spacing: 0;
        vertical-align: top;
        margin-bottom: 20px;
    }

    .news-page .news-1 .box ul li .img {
        width: 100%;
    }

    .news-page .news-1 .box ul li .img time {
        right: 10px;
        top: 10px;
        font-size: 18px;
        width: 80px;
    }

    .news-page .news-1 .box ul li .img time em {
        font-size: 20px;
        line-height: 20px;
    }

    .news-page .news-1 .box ul li .content {
        width: 100%;
        padding: 20px;
    }

    .news-page .news-1 .box ul li .content a.more {
        line-height: 40px;
        height: 40px;
        width: 130px;
        font-size: 14px;
    }

    .inner-page .ui.container3 .bar-left .mark2 {
        display: none !important;
    }

    .inner-page .ui.container3 .bar-left {
        width: 100%;
    }

    .inner-page .ui.container3 .bar-right {
        width: 100%;
    }

    .inner-page .ui.container3 .bar-contact {
        width: 100%;
        padding-top: 30px;
    }

    .inner-page .ui.container3 .bar-contact dl dt {
        font-size: 18px;
    }

    .inner-page .ui.container3 .bar-contact dl dd {
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .inner-banner .box {
        width: 100%;
    }

    .about-page .about-4 .bar-left,
    .about-page .about-4 .left {
        width: 100% !important;
    }

    .about-page .about-4 .left {
        padding-top: 30px;
    }

    .about-page .about-4 .left ul li {
        padding: 20px 0;
    }

    .about-page .about-4 .left ul li p {
        margin-top: 10px;
    }

    .about-page .about-4 .left ul li h3 {
        font-size: 24px;
    }

    .inner-page .text-big.txt-left h6 {
        padding-right: 0;
    }

    .about-page .about-6 .bar-right {
        padding-right: 0;
    }

    .about-page .about-6 .bar-right ul li {
        width: 50%;
        border: none;
        border-bottom: 1px solid #ebebeb !important;
    }

    .about-page .about-6 .bar-right ul {
        border-top: 1px solid #ebebeb;
    }

    .about-page .about-6 .bar-right ul li:nth-child(2n+1) {
        border-right: 1px solid #ebebeb;
    }

    .inner-banner .text {
        position: absolute;
        left: 50%;
        margin: 0;
        width: 100%;
        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%);
        text-align: center;
    }

    .inner-banner .text h2 {
        background: transparent;
        color: #ff7700;
        font-size: 40px;
        line-height: 40px;
    }

    .inner-banner .text h5 {
        display: none;
    }

    .inner-page .ui.container3 .bar-left h2 {
        display: none;
    }

    .inner-page .ui.container3 .bar-left {
        width: 100%;
        padding-right: 0;
    }

    .inner-page .ui.container3 .bar-right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    .about-page .about-3 .left {
        width: 100%;
        top: 0;
        padding: 15px;
    }

    .about-page .about-3 .right {
        width: 100%;
        margin: 0;
    }

    .about-page .about-3 .right h5 {
        display: none;
    }

    .about-page .about-4 {
        padding: 50px 0;
    }

    .inner-page .public-link {
        line-height: 240px;
        height: 240px;
    }

    .inner-page .public-link .box h2 {
        font-size: 28px;
    }

    .product-page .product-1 ul li .left {
        width: 100%;
        margin: 0;
        left: 0 !important;
    }

    .product-page .product-1 ul li .right {
        width: 100%;
        margin: 0;
        padding: 0 15px;
        left: 0 !important;
    }

    .inner-page .m-page {
        padding: 15px 0;
    }

    .newdet-page .newdet-1 .box .share ul li {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .newdet-page .newdet-1 .box .share a.back {
        line-height: 30px;
        height: 30px;
    }

    .newdet-page .newdet-1 .box .content {
        font-size: 16px;
		line-height:30px;
    }

    .inner-page .mbx span {
        display: none;
    }

    .product-page .product-1 ul {
        padding-top: 30px;
    }

    .product-page .product-1 ul li .left .text-box a.more {
        line-height: 40px;
        height: 40px;
        width: 140px;
        font-size: 14px;
    }

    .product-list-page .box li a h4 {
        opacity: 1;
    }
}

@media screen and (max-width: 500px) {
    .newdet-page .newdet-1 .box {
        padding: 30px 15px;
    }

    .about-page .about-5 {
        padding: 40px 0;
    }

    .faq-page .faq-list li h4 {
        font-size: 18px;
    }

    .faq-page .faq-list li p {
        font-size: 16px;
    }

    .news-page .news-1 .box ul li {
        width: 100%;
    }

    .newdet-page .newdet-1 .box .share ul li {
        margin-right: 3px;
    }

    .newdet-page .newdet-1 .box .share a.back {
        float: none;
        display: inline-block;
        margin-top: 20px;
    }

    .newdet-page .newdet-1 .box .share,
    .newdet-page .newdet-1 .box h3 {
        text-align: center;
    }

    .inner-banner .text h2 {
        font-size: 34px;
        height: 34px;
    }
    .prodet-page .prodet-1 .pro-text h1,
    .prodet-page .prodet-1 .pro-text h3,
    .news-page .news-1 h3,
    .faq-page .faq-1 h3,
    .lg-page .lg-1 h3 {
        font-size: 20px;
    }

    .prodet-page .prodet-1 {
        padding-bottom: 10px;
    }

    .prodet-page .prodet-2 .box .options div {
        padding: 5px 15px;
    }

    .prodet-page .prodet-2 .box .det {
        padding-top: 30px;
    }

    .prodet-page .prodet-2 .box .det table {
        margin: 10px 0;
        display: block;
        overflow: auto;
        word-break: normal;
    }

    .inner-banner .text h2 {
        display: none;
    }

    .product-page .product-1 h2,
    .inner-page .ui.container3 .bar-left h5 {
        font-size: 28px;
        line-height: 28px;
    }

    .product-page .product-1 h2 small,
    .inner-page .ui.container3 .bar-left h5 small {
        display: none;
    }

    .about-page .about-3 .left ul li h3 {
        font-size: 18px;
    }
}

/*技术支持*/
.support-page .ui.container {
    max-width: 1200px;
    margin: auto;
}

.support-page .support-1 {
    background-color: #eee;
    padding: 4rem 0;
}

.support-page .support-1 h3 {
    font-size: 1.5rem;
    color: #333;
    padding: 1rem 0;
}

.support-page .support-1 h4 {
    font-size: 1.2rem;
    color: #333;
}

.support-page .support-1 .grid {
    padding-bottom: 4rem;
}

.support-page .support-1 .grid .left {
    vertical-align: top;
}

.support-page .support-1 .grid .right {
    vertical-align: top;
    padding: 0 2rem 2rem;
}

.support-page .support-1 .grid .right ul li {
    text-align: center;
}

.support-page .support-1 .grid .right ul li img {
    display: inline-block;
}

.support-page .support-1 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%);
}

.support-page .support-1 ul.slick-dots li {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    border: none;
    background-color: #959595;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0 !important;
}

.support-page .support-1 ul.slick-dots li button {
    display: none;
}

.support-page .support-1 ul.slick-dots li.slick-active {
    background-color: #e7791a;
}

.support-page .support-1 .bot {
    border-top: 1px solid #666;
}

.support-page .support-2 {
    background: url(../images/s4bgc.jpg) no-repeat center / cover;
    padding: 4rem 0;
}

.support-page .support-2 .top {
    text-align: center;
}

.support-page .support-2 .top .title h3 {
    position: relative;
    font-size: 1.5rem;
    color: #333;
    padding: 1rem 0;
}

.support-page .support-2 .top .title h3::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.support-page .support-2 .bot {
    padding-top: 2rem;
}

.support-page .support-2 .bot .grid .left {
    width: 56%;
}

.support-page .support-2 .bot .grid .right {
    width: 44%;
}

.support-page .support-2 .bot .grid .right ul {
    padding-left: 20px;
}

.support-page .support-2 .bot .grid .right ul li {
    list-style-type: disc;
    font-size: 16px;
    color: #ff6600;
    padding: 10px 0;
}

.support-page .support-2 .bot .grid .right ul li p {
    font-size: 14px;
    color: #777;
}

.support-page .support-2 .bot .grid .right ul li p strong {
    color: #111;
}

.support-page .support-2 .bot .grid .right ul li p span {
    background-color: transparent;
}

.support-page .support-3 .top .title {
    text-align: center;
}

.support-page .support-3 .top .title h3 {
    position: relative;
    font-size: 1.5rem;
    color: #333;
    padding: 1rem 0;
}

.support-page .support-3 .top .title h3::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.support-page .support-3 .top .grid .left {
    width: 44%;
    text-align: center;
    padding: 10px;
}

.support-page .support-3 .top .grid .left img {
    display: inline-block;
}

.support-page .support-3 .top .grid .right {
    width: 56%;
    padding: 10px;
}

.support-page .support-3 .top .grid .right .text p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    padding-bottom: 1rem;
}

.support-page .support-3 .bot {
    padding: 3rem 0;
}

.support-page .support-3 .bot .grid .left {
    width: 44%;
    padding: 10px;
}

.support-page .support-3 .bot .grid .left ul li {
    padding: 1.5rem 0;
    border-bottom: 1px solid #dedede;
}

.support-page .support-3 .bot .grid .left ul li .ig {
    font-size: 0;
    color: #333;
}

.support-page .support-3 .bot .grid .left ul li .ig small {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 44%;
    padding: 10px;
}

.support-page .support-3 .bot .grid .left ul li .ig .text {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 56%;
    padding: 10px;
}

.support-page .support-3 .bot .grid .right {
    width: 56%;
    padding: 10px;
}

@media screen and (max-width: 700px) {
    .support-page .support-1 .grid .left,
    .support-page .support-1 .grid .right,
    .support-page .support-2 .bot .grid .left,
    .support-page .support-2 .bot .grid .right,
    .support-page .support-3 .top .grid .left,
    .support-page .support-3 .top .grid .right,
    .support-page .support-3 .bot .grid .left,
    .support-page .support-3 .bot .grid .right {
        width: 100%;
    }
    .support-page .support-3 .bot .grid .left ul li .ig small,
    .support-page .support-3 .bot .grid .left ul li .ig .text {
        width: 100%;
    }
    .support-page .support-1 ul.slick-dots {
        bottom: -15%;
    }
}
.shen {
    font-size: 18px;
    line-height: 34px;
    padding: 0 150px;
    margin-top: 20px;
}

/*技术支持End*/