#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #e12419;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #e12419;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #e12419;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #e12419;
  color: white;
  right: 2%;
  bottom: 5%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #ff824d;
}
/**::-webkit-scrollbar-thumb {
  background-color: #e12419;
}*/
body {
  /*max-width: 1920px;*/
  margin: 0 auto;
  color: #000000;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
img {
  max-width: 100%;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
.wapnone{}
.pcnone{ display:none;}
@media (max-width: 1024px) {
.wapnone{ display:none!important;}
.pcnone{  display:block;}
}
.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(https://cn.yc-tools.com/template/cn/images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  right: 100%;
  width: 100vw;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 50px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 60px;
  height: 60px;
  background: #333;
  position: absolute;
  right: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 30px;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 17px;
}
#mobile #menu-on i.line2 {
  top: 27px;
}
#mobile #menu-on i.line3 {
  top: 37px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 0px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 10px 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: #e12419;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
	padding-top:0;
	padding-bottom:0;
}
#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%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../image/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #e12419;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 17px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 38px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: linear-gradient(#666 5%, #333 20%, #333 80%, #000 100%);
}
#mobile.white .menu-content {
  background: #333;
  color: #fff;
}
#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;
}
#mobile #menu-menu-1>li{ border-bottom:1px dashed #ccc;}
#mobile #menu-menu-1>li>a{text-align:center; font-size:18px;}
#mobile #menu-menu-1>li>ul>li{ padding:0 10px;}
#header .search-box {
  line-height: normal;
  position:absolute;
  top: 100%;
  left: 0;
  background: #333d;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../image/close-w.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .search-box form {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 18px;
  color: #fff;
  padding: 10px 0;
}
#header .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../image/tc-zoom-w.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
}
.ling_ani {
  -webkit-animation: ling_ani linear 5s infinite ;
  animation: ling_ani linear 5s infinite ;
}
@-webkit-keyframes ling_ani {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(2);
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    opacity: 0;
  }
}
@keyframes ling_ani {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(2);
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    opacity: 0;
  }
}
.f_16 {
  font-size: 16px;
  line-height: 2;
}
.f_18 {
  font-size: 18px;
  line-height: 3;
}
.f_22 {
  font-size: 22px;
}
.f_24 {
  font-size: 24px;
}
.f_30 {
  font-size: 30px;
}
.f_48 {
  font-size: 36px;
}
.f_60 {
  font-size: 60px;
}
.f_72 {
  font-size: 72px;
  line-height: 1.2;
}
.m_t140 {
  /*margin-top: 160px;*/
  padding:80px 0;
}
.more_cont {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont span,
.more_cont img,
.more_cont i {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.more_cont:hover {
  color: #e12419;
}
.more_cont:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
#header {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
  background: linear-gradient(#000 0%, #fff 15%, #333 15%, #333 95%, #000 95%);
}
#header.active, #header:hover {
  background-color: #fffa;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  max-width: 100%;
  margin: auto;
  -moz-backdrop-filter: blur(10px);
  -ms-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#header > .nav > .menu {
  padding: 0;
  width: 1660px;
  margin: auto;
}
#header > .nav > .menu .menu-box {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 100%;
  /*padding: 24px 0;*/
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
#header > .nav > .menu .menu-box .logo {
  width: 200px;
}
#header > .nav > .menu .menu-box .logo img {
  margin: auto;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu-menu-container {
  flex-grow: 1;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu {
  width: 100%;
  height:100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-evenly;
  position: relative;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
  /*margin-left: 125px;*/
  height:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 0;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover > a {
  color: #e12419;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
  overflow: hidden;
  text-transform: uppercase;
  font-size: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff;
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200px;
  min-width:max-content;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #e12419;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  font-size: 14px;
  background-color: #ffffffdd;
  padding: 10px;
  color: #000;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item{
  position: relative;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover a {
  background-color: #e12419;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu{
  transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu{
  box-shadow: 0 0 1px 0 #ccc;
  left: 150%;
  top: 0;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu .menu-item a{
  background: #fff;
  color: #333;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu .menu-item a:hover{
  color: #fff;
  background: #333;
}
#header > .nav > .menu .menu-box .right {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 156px;
  background-color: #e12419;
  padding: 10px 0px;
  border-radius: 22px;
  box-shadow: inset 0 2px 3px #00000099;
}
#header > .nav > .menu .menu-box .right .search > img {
  margin-left: auto;
  width: 20px ;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .right .search:hover img {
  transform: translate(-40px);
  -ms-transform: translate(-40px);
  -moz-transform: translate(-40px);
  -webkit-transform: translate(-40px);
  -o-transform: translate(-40px);
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 90px;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont > img {
  width: 23px;
  /*-webkit-filter: brightness(0);
  filter: brightness(0);*/
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont span {
  margin-left: 10px;
  color: #fff;
  font-size: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont:hover .lang {
  opacity: 1;
  transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  width: 150px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #e12419;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a img {
  width: 20%;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a em {
  font-size: 16px;
  margin-left: 10px;
  color: #333;
}
#banner {
  position: relative;
  margin-top:70px;
}
#banner > img {
  width: 100%;
}
#banner .container {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
#banner .container .share {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 30px;
  color: #fff;
  position: absolute;
  bottom: 120px;
  right: 140px;
  z-index: 3;
}
#banner .container .share a {
  margin-bottom: 55px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#banner .container .share a:hover {
  color: #e12419;
}
#banner .container .share a:last-child {
  margin-bottom: 0;
}
#banner .container .swiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#banner .container .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .shadow_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .shadow_cont .sub_div {
  height: 100%;
  width: 12%;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .shadow_cont .sub_div:first-child {
  border-right: rgba(255, 255, 255, 0.5) solid 1px;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .shadow_cont .sub_div:last-child {
  border-left: rgba(255, 255, 255, 0.5) solid 1px;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .shadow_cont .cir {
  border-radius: 50%;
  border: rgba(255, 255, 255, 0.5) solid 1px;
  height: 100%;
  width: 49%;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div {
  margin-top: 180px;
  max-width: 1600px;
  text-shadow: 0 0 5px BLACK;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .title {
  /*margin-left: 17vw;
  width: 960px;*/
  text-align:center;
  text-transform: uppercase;
  font-weight: 700;
  /*color:#e12419;*/
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .more {
  margin-top: 30px;
  text-align:center;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .more .more_cont {
  width: 170px;
  height: 170px;
  border: #e12419 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: #e12419;
  border-radius: 50%;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .more .more_cont i {
  margin-left: 10px;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .more .more_cont::before {
  border-radius: 50%;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .more .text {
  font-size: 30px;
}
#index-body {
  position: relative;
  z-index: 3;
}
#index-body img,
#index-body a {
  display: block;
  width:100%;
  overflow:hidden;
}
#index-body a {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
#index-body .container {
  position: relative;
  width: 1660px;
  max-width: 100%;
  padding: 0 20px;
}
#index-body .sub_left {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
#index-body .sub_left .top {
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #f3f3f3;
  text-align: center;
}
#index-body .sub_left .sub_text {
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: rgba(245, 245, 245, 0.4);
}
#index-body .init-1{ background:#e9e9e9;}
#index-body .init-1 .container {
  /*padding: 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-1 .container .sub_left .top {
  margin-top: 5px;
}
#index-body .init-1 .container .sub_left .sub_text {
  margin-top: 12vw;
}
#index-body .init-1 .container .top_cont {
  /*padding: 0 100px;*/
  width:55%;
}
#index-body .init-1 .container .top_img {
  width:40%;
}
#index-body .init-1 .container .top_img img{box-shadow: 25px -25px 5px 0px #666;}
#index-body .init-1 .container .top_cont .tip_title {
	color:#333;
	font-weight:bold;
}
#index-body .init-1 .container .top_cont .des {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
}
#index-body .init-1 .container .play_cont {
  margin-top: 40px;
  background-image: url(../image/index_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0;
  padding-top: 140px;
}
#index-body .init-1 .container .play_cont .play_btn {
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
}
#index-body .init-1 .container .play_cont .play_btn .more_cont {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
#index-body .init-1 .container .play_cont .play_btn .more_cont::before {
  -webkit-transform-origin: center;
  transform-origin: center;
  border-radius: 50%;
}
#index-body .init-1 .container .play_cont .play_btn .ling {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: #fff solid 3px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-1 .container .play_cont .play_btn .ling:last-child {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
#index-body .init-1 .container .play_cont > .more_cont {
  margin: auto;
  margin-top: 80px;
  border-radius: 30px;
  width: 220px;
  padding: 12px 0;
  background-color: #e12419;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
#index-body .init-1 .container .play_cont > .more_cont:hover {
  color: #e12419;
}
#index-body .init-1 .container .play_cont > .more_cont::before {
  border-radius: 30px;
}
#index-body .init-1 .aboutmore{
	display:block;
    width: 240px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
	border-radius: 30px;
    overflow: hidden;
    /*border: #ececec solid 1px;*/
	margin-top: 30px;
	background: linear-gradient(#f00, #a00);
}
#index-body .init-2{
	background:#9e9e9e;
	box-shadow: inset 0 0px 15px #666;
}
#index-body .init-2 .container .sub_left .top {
  margin-top: 48px;
}
#index-body .init-2 .container .sub_left .sub_text {
  margin-top: 50px;
  color: rgba(129, 129, 129, 0.1);
}
#index-body .init-2 .container .title_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-2 .container .title_cont .left .title {
  color: #fff;
}
#index-body .init-2 .container .title_cont .left .title_2 {
	color:#fff;
}
#index-body .init-2 .container .title_cont .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 30px;
  overflow: hidden;
  /*border: #ececec solid 1px;*/
}
#index-body .init-2 .container .title_cont .right a {
	width:240px;
	height:40px;
	font-size:18px;
	color:#fff;
	text-align:center;
	line-height:40px;
	background: linear-gradient(#f00, #a00);
}
#index-body .init-2 .container .title_cont .right > div {
  width: 100px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ececec;
  color: #000;
  cursor: pointer;
  font-size: 40px;
}
#index-body .init-2 .container .title_cont .right > div:hover {
  color: #e12419;
}
#index-body .init-2 .container .title_cont .right .next {
  margin-left: 1px;
}
#index-body .init-2 .container .swiper {
  margin-top: 40px;
  height: 1100px;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
  background-color: #f8f8f8;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-pack: right;
-ms-flex-pack: right;
  justify-content: right;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .img img {
  margin-left: 0;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide a {
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: block;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide a:hover {
  color: #e12419;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .title {
  position: relative;
  z-index: 2;
  color: #333;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide:nth-child(2n) > div{
  margin-left: auto;
}

#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .img{
  padding-left: 60px;
}

#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .des {
  position: relative;
  z-index: 2;
  color: #333333;
  text-transform: uppercase;
  width: 550px;
  max-width: 100%;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 0 120px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img:hover {
  transform: scale(1.05) translateY(-50%);
  -ms-transform: scale(1.05) translateY(-50%);
  -moz-transform: scale(1.05) translateY(-50%);
  -webkit-transform: scale(1.05) translateY(-50%);
  -o-transform: scale(1.05) translateY(-50%);
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img img {
  overflow: visible;
  display: block;
  margin-left: auto;
  max-height: 320px;
  width: auto;
}
#index-body .init-2 .iprolist{ margin-top:30px;}
#index-body .init-2 .iprolistbg{ display:flex; flex-wrap:wrap;justify-content: center;}
#index-body .init-2 .iprolistcon{width:calc(100% / 3 - 20px); padding:25px; display:flex; margin:10px; flex-direction: column; align-items: center; color:#fff; background:#666;}
#index-body .init-2 .iprolistcon:nth-child(8n+2), #index-body .init-2 .iprolistcon:nth-child(8n+4), #index-body .init-2 .iprolistcon:nth-child(8n+5), #index-body .init-2 .iprolistcon:nth-child(8n+7){/* background:#ededed; color:#333;*/}
#index-body .init-2 .iprolistcon .title{ margin-top:20px;}

#index-body .init-2 .iprolistcon img{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
	}
#index-body .init-2 .iprolistcon:hover img{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
	}


#index-body .init-3 .container {
  padding: 0;
}
#index-body .init-3 .container .sub_left .top {
  margin-top: 10px;
}
#index-body .init-3 .container .sub_left .sub_text {
  margin-top: 220px;
}
#index-body .init-3 .container .title_cont {
  padding: 0 100px;
}
#index-body .init-3 .container .title_cont .title {
}
#index-body .init-3 .container .title_cont .des {
  width: 730px;
  margin-top: 10px;
  color: #333333;
}
#index-body .init-3 .container .content {
  margin-top: 40px;
  padding: 90px 100px;
  background-image: url(../image/index_4.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-3 .container .content .swiper {
  margin: 0;
  width: 77%;
  height: 486px;
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 170px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-bottom: #b6b4b4 solid 1px;
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide:hover {
  background-color: #e12419;
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: #fff dashed 1px;
  position: absolute;
  left: 170px;
  top: 30px;
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 50px;
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
  color: #fff;
  padding-left: 140px;
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .text .title {
  text-transform: uppercase;
}
#index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .text .des {
  overflow-y: auto;
  height: 72px;
}
#index-body .init-3 .container .content .swiper-scrollbar {
  width: 6px;
  height: 486px;
  background-color: #9f9fa1;
}
#index-body .init-3 .container .content .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #e12419;
}
#index-body .init-3 .container .content .s_page {
  border-radius: 30px;
  overflow: hidden;
}
#index-body .init-3 .container .content .s_page > div {
  width: 60px;
  height: 100px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(255, 76, 0, 0.4);
  border: rgba(255, 76, 0, 0.4) solid 1px;
}
#index-body .init-3 .container .content .s_page > div:hover {
  color: #e12419;
}
#index-body .init-3 .container .content .s_page .prev {
  border-bottom: 1px solid #8c98a7;
}
#index-body .init-4{ background:#e9e9e9;}
#index-body .init-4 .container .sub_left .top {
  margin-top: 10px;
}
#index-body .init-4 .container .title_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-4 .container .title_cont .left .title {
}
#index-body .init-4 .container .title_cont .left .title_2 {
  color: #333333;
  width: 720px;
}
#index-body .init-4 .container .title_cont .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 30px;
  overflow: hidden;
  border: #ececec solid 1px;
}
#index-body .init-4 .container .title_cont .right > div {
  width: 100px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  font-size: 40px;
}
#index-body .init-4 .container .title_cont .right > div:hover {
  color: #e12419;
}
#index-body .init-4 .container .title_cont .right .next {
  margin-left: 1px;
}
#index-body .init-4 .container .swiper {
  margin-top: 30px;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#index-body .init-4 .container .swiper .swiper-wrapper{
		align-items: center;
	}
#index-body .init-4 .container .swiper .swiper-wrapper a{
		display:flex;
	}
#index-body .init-5 .container {
  width: 100%;
  padding: 100px 0;
  position: relative;
}
#index-body .init-5 .container .shadow {
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  left: 5%;
  background-color: #f8f8f8;
}
#index-body .init-5 .container .cont {
  z-index: 2;
  width: 38vw;
  /*height: 32vw;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0009;
  color: #fff;
  text-align: center;
  padding:45px;
  border-radius: 50px;
  border:1px solid #fff;
  -moz-backdrop-filter: blur(3px);
  -ms-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  box-shadow: 0 0 15px rgb(0 0 0 / 50%);
}
#index-body .init-5 .container .cont .title {
  /*margin-top: 6vw;*/
}
#index-body .init-5 .container .cont .des {
  padding: 15px;
  margin-top: 30px;
  /*height: 10vw;*/
  /*overflow-y: auto;*/
}
#index-body .init-5 .container .cont .s_page {
  margin: auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 30px;
  overflow: hidden;
  width: 200px;
}
#index-body .init-5 .container .cont .s_page > div {
  background-color: #ececec;
  width: 100px;
  height: 60px;
  font-size: 40px;
  cursor: pointer;
  color: #000;
}
#index-body .init-5 .container .cont .s_page > div:hover {
  color: #e12419;
}
#index-body .init-5 .container .cont .s_page .next {
  border-left: #fff solid 1px;
}
#index-body .init-6 {
  padding-bottom: 7vw;
  background:#e9e9e9;
  box-shadow: inset 0 15px 10px -15px #666;
}
#index-body .init-6 .container .title_cont{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#index-body .init-6 .container .title_cont .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 30px;
    overflow: hidden;
    /*border: #ececec solid 1px;*/
}
#index-body .init-6 .container .title_cont .right a {
    width: 240px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
	background: linear-gradient(#f00, #a00);
}
#index-body .init-6 .container .sub_left .top {
  margin-top: 10px;
}
#index-body .init-6 .container .title_cont .tip_title {
}
#index-body .init-6 .container .title_cont .des {
  width: 720px;
}
#index-body .init-6 .container .swiper {
  margin-top: 60px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 310px;
  background: #00000022;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont {
  padding: 30px 70px 15px 25px;
  width: 100%;
  background-color: #e12419;
  position:relative ;
  bottom: 0;
  left: 0;
  color: #fff;
  background: linear-gradient(#000 0%, #666 2%, #333 15%, #333 80%, #000 100%);
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .time {
  margin-top: 15px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .more_cont {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 45px;
  height: 45px;
  background-color: #fff;
  font-size: 30px;
  color: #e12419;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #fff;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .more_cont::before {
  background-color: #e12419;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .more_cont:hover {
  color: #fff;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .more_cont span {
  margin-top: -5px;
}
#footer {
  position: relative;
  z-index: 3;
  background-color: #181b1e;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#footer > .container {
  width: 1660px;
  padding: 0;
  padding-top: 40px;
}
#footer > .container a {
  display: block;
}
#footer > .container a img{
  max-width:300px;
}
#footer > .container .f-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer > .container .f-top .list_cont {
  text-transform: uppercase;
  color: #fff;
  /*width: 28%;*/
}
#footer > .container .f-top .list_cont .list.first {
  border-color: #e12419;
  margin-top: 0;
}
#footer > .container .f-top .list_cont .list.first:hover {
  color: #fff;
}
#footer > .container .f-top .list_cont .list {
  margin-top: 13px;
  padding-bottom: 20px;
  border-bottom: #3a3d40 solid 1px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer > .container .f-top .list_cont .list:hover {
  color: #e12419;
}
#footer > .container .f-top .list_cont .list:last-child {
  border: none;
}
#footer > .container .f-top .list_cont a.list{
	text-align:center; float:left; width:45%; margin-right:5%; padding:10px; border:1px solid #fff;
}
#footer > .container .f-top .list_cont a.list:last-child {
  border:1px solid #fff;
}
#footer > .container .f-top .list_cont #ewm {
	margin:auto;
  margin-top: 50px;
  width: 150px;
  background-color: #fff;
  padding: 7px;
}
#footer > .container .share {
  margin-top: 60px;
  border-top: #3a3d40 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3a3d40;
}
#footer > .container .share a {
	display:inline-block;
  margin-top: 10px;
  /*margin-right: 45px;*/
  /*font-size: 26px;*/
  color: #999999;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer > .container .share a:hover {
  color: #e12419;
}
#footer .copyright {
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  line-height: 2;
}
#footer .copyright .container {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #fff;
}
#footer .copyright .container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 110px;
}
#footer .copyright .container a {
  margin-left: 10px;
}
#footer .copyright .container a:nth-child(2) {
  margin-left: 10px;
}
#footer .copyright .container a img {
  margin-top: 10px;
  height: 16px;
}
@media (max-width: 1700px) {
  #header > .nav > .menu {
    width: 100%;
    padding: 0 20px;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
    /*margin-left: 6vw;*/
  }
  #header > .nav > .menu .menu-box .right .lang_cont {
    margin-left: 4.5vw;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div {
    margin-top: 9vw;
    width: 86vw;
  }
  #banner .container .share {
    right: 7vw;
  }
  .m_t140 {
    /*margin-top: 8vw;*/
  }
  #index-body .container {
    width: 100%;
    padding: 0 20px;
  }
  #index-body .init-5 .container .cont .title {
    font-size: 4vw;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 18vw;
  }
  #footer > .container {
    width: 100%;
    padding: 0 20px;
    padding-top: 6vw;
  }
}
@media (max-width: 1400px) {
  .f_72 {
    font-size: 50px;
    line-height: 1.2;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
    /*margin-left: 10px;*/
  }
  #header > .nav > .menu .menu-box .right .search {
    width: 100px;
  }
  #header > .nav > .menu .menu-box .right .search:hover img {
    transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    -o-transform: translateX(-15px);
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .title {
    width: 80%;
    margin-left: 10%;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .more {
    width: 90%;
  }
  #banner .container .share {
    bottom: 6vw;
  }
  #index-body .init-1 .container .sub_left .top {
    width: 100%;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img img{
    max-height: 12vw;
  }
  
  #index-body .init-4 .container .title_cont .left {
    width: calc(100% - 240px);
  }
  #index-body .init-4 .container .title_cont .left .title_2 {
    width: 100%;
  }
  
}
@media (max-width: 1024px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 60px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .title {
    width: 90%;
    margin-left: 5%;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .more .more_cont {
    width: 135px;
    height: 135px;
  }
  #index-body .sub_left {
    display: none;
  }
  #index-body .container {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .top_cont {
    /*padding: 0 20px;*/
    text-align: center;
	width:100%;
	margin-bottom:30px;
  }
  #index-body .init-1 .aboutmore{
	  margin:30px auto;
  }
  #index-body .init-1 .container .top_img {
	width:100%;
  }
  #index-body .init-3 .container .title_cont {
    padding: 0 20px;
  }
  #index-body .init-3 .container .content {
    padding: 20px;
  }
  #index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
    padding-left: 100px;
  }
  #index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
    padding-left: 40px;
  }
  #index-body .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
    width: 100px;
    height: 100px;
    left: 0;
  }
  #index-body .init-5 .container{
	  padding:30px 0;
  }
  #index-body .init-5 .container .cont {
    padding: 0 10px;
	width: 100%;
    border: none;
    background: none;
    box-shadow: none;
    position: revert;
    transform: translate(0%, 0%);
	color:#333;
  }
  #index-body .init-5 .container .cont .title {
    margin-top: 3vw;
  }
  #index-body .init-5 .container .cont .des {
    margin-top: 10px;
    /*height: 15vw;*/
  }
  #index-body .init-5 .container .cont .s_page {
    width: 100px;
	margin-top:10px;
  }
  #index-body .init-5 .container .cont .s_page > div, #index-body .init-4 .container .title_cont .right > div {
    width: 50px;
    height: 30px;
    font-size: 20px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 30vw;
  }
#index-body .init-2 .iprolistcon {
	width: calc(100% / 2 - 20px);
}
}
@media (max-width: 768px) {
  .f_48 {
    font-size: 30px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .img img {
    width: 100%;
  }
  #banner .container .share {
    display: none;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div {
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .title {
    width: 100%;
    margin-left: 0;
  }
  #index-body .init-2 .container .title_cont .left {
    width: 100%;
    text-align: center;
  }
  #index-body .init-2 .container .title_cont .right {
    margin: auto;
    margin-top: 20px;
  }
  #index-body .init-2 .container .swiper {
    height: auto;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img {
    position: relative;
    padding: 0;
    top: 0;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img img {
    max-height: inherit;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
    background-color: #f8f8f8;
  }

  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .title {
    margin-top: 20px;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide > div {
    width: 100%;
  }
  #index-body .init-2 .iprolist{}
  #index-body .init-2 .iprolistbg{}
  #index-body .init-2 .iprolistcon{ width: calc(100% - 20px); padding:15px; text-align:center; /*background:none;*/}
  #index-body .init-2 .iprolistcon:nth-child(4n+2), #index-body .init-2 .iprolistcon:nth-child(4n+3){ /*background-color:#ededed; color:#333;*/}
  #index-body .init-2 .iprolistcon:nth-child(4n), #index-body .init-2 .iprolistcon:nth-child(4n+1){ /*background-color:#fff; color:#333;*/}

  .init-3 {
    /*display: none;*/
  }
  .init-4 {
    /*display: none;*/
  }
  .init-5 {
    /*display: none;*/
  }
  #index-body .init-6 .container .title_cont {
    text-align: center;
  }
  #index-body .init-6 .container .title_cont .des {
    width: 100%;
  }
  #index-body .init-6 .container .title_cont .left{
	  width:100%;
  }
  #index-body .init-6 .container .title_cont .right {
    margin: auto;
    margin-top: 20px;
  }
  #footer > .container .f-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer > .container .f-top .list_cont {
    text-align: center;
    width: 100%;
  }
  #footer > .container .f-top .list_cont:first-child .list {
    display: none;
  }
  #footer > .container .f-top .list_cont:nth-child(2) {
    display: none;
  }
  #footer > .container .f-top .list_cont:last-child {
    /*-webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;*/
  }
  #footer > .container .f-top .list_cont .list{ margin-top:0; padding-bottom:0; border-bottom:none;}
  #footer > .container .f-top .list_cont #ewm {
    margin: auto;
    margin-top: 20px;
	display:none;
  }
  #footer > .container .share {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*display: none;*/
	padding-bottom:0;
	border-bottom:none;
  }
  #footer .copyright {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .copyright .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .f_72 {
    font-size: 25px;
    line-height: 1.8;
  }
  .f_60 {
    font-size: 25px;
  }
  .f_48 {
    font-size: 20px;
  }
  .f_30{
    font-size: 20px;
  }
  .f_24 {
    font-size: 18px;
  }
  .f_22 {
    font-size: 18px;
  }
  .f_18 {
    font-size: 16px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div {
    padding: 0 10px;
    text-align: center;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .more {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .more .text {
    width: 100%;
    margin-top: 20px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .title{
    font-size: 20px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .more .text{
    font-size: 18px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .more .more_cont {
    width: 120px;
    height: 120px;
  }
  #index-body .container {
    padding: 0 10px;
  }
  #index-body .init-1 .container .top_cont {
    padding: 0 10px;
  }
  #index-body .init-1 .container .top_cont .des {
    font-size: 16px;
  }
  #index-body .init-2 .container .title_cont .right > div {
    width: 50px;
    height: 30px;
    font-size: 20px;
  }
  #index-body .init-2 .container .swiper {
    margin-top: 20px;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide > div {
    width: 100%;
  }
  #index-body .init-6 .container .swiper {
    margin-top: 20px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 61vw;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont {
    position: relative;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .more_cont {
    display: none;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .time {
    margin-top: 10px;
  }
  #footer > .container {
    padding: 0px 10px;
    /*padding-top: 30px;*/
  }
  #footer > .container .f-top .list_cont #ewm {
    width: 100px;
    margin-top: 5px;
  }
}






.map{
  position: relative;
  z-index: 1;
}
.map .button-group .button{
  background-color: #e12419;
}
.container {
  width: 1660px;
}

.images-box {
  overflow: hidden;
  position: relative;
}

.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}

.scroll-box {
  overflow: hidden;
  position: relative;
}

.scroll-box ul {
  width: 9999px;
}

.scroll-box ul li {
  float: left;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}

.container {
  font-size: 16px;
  padding: 0 15px;
  position: relative;
}

.container>.item {
  padding-left: 0;
  padding-right: 0;
}

.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}

.ui.header:first-child {
  margin-top: 0;
}

.ui.header {
  margin: 0;
  font-weight: 500;
}

.item {
  border-left: none !important;
  border-right: none !important;
}

.item:before,
.item:after {
  display: none !important;
}

.about-page .about-gy .box ul li .text p {

  line-height: 2;
  font-size: 18px;

}

.shuzi {
  overflow: hidden;
  padding: 45px 0;
}

.shuzi li {
  width: 33.33%;
  float: left;
}

.shuzi li h2 {
  font-size: 55px;
  color: #e12419;
  font-weight: 700;
}

.shuzi li span {
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
}

.shuzi li p {
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
}




.inner-banner {
  height: 500px;
  background-size:cover;
  background-position: center top;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  position: relative;
  padding-top: 100px;
}

.inner-banner .box {
  text-align: center;
  margin-top: 70px;
}

.inner-banner .box h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 48px;
  margin-bottom: 20px;
  word-wrap: break-word;
  text-shadow:0 0 5px #000;
}

.inner-banner .box .mbx {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  text-shadow:0 0 2px #000;
}

.inner-banner .box .mbx a,
.inner-banner .box .mbx span {
  display: inline-block;
  margin: 0 5px;
}


.inner-page {
  padding: 60px 0;
  background: #e7e7e7;
}

.inner-page h2.h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.inner-page p.p {
  font-size: 18px;
  color: #fff;
}


.honor-page .container .active_name{
  font-size: 30px;
  color: #e12419;
}
.honor-page .container .list_cont{
  margin-top: 60px;
}
.honor-page .container .list_cont .title_cont img{
  width: auto;
  max-width: 16px;
  display: inline-block;
  margin-top: 5px;
}
.honor-page .container .list_cont .title_cont span{
  margin-left: 6px;
  font-size: 20px;
  font-weight: bold;
}
.honor-page .container .list_cont .content{
  margin: 0 -15px;
}
.honor-page .container .list_cont .content .column{
  padding: 15px;
}

.about-page .abt-2 {
  padding-bottom: 2rem;
}

.about-page .abt-2 .grid-box .left {
  vertical-align: middle;
}

.about-page .abt-2 .grid-box .left .ig {
  position: relative;
}

.about-page .abt-2 .grid-box .left .ig .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10rem;
  height: 10rem;
  cursor: pointer;
}

.about-page .abt-2 .grid-box .left img {
  width: 100%;
  object-fit: cover;
  /*max-height: 500px;*/
}

.about-page .abt-2 .grid-box .right {
  vertical-align: middle;
  padding-right: 2rem;
}

.about-page .abt-2 .grid-box .right .text h2,.about-page .abt-2 .grid-box .right .text h1 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}

.about-page .abt-2 .grid-box .right .text p {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
}

.about-page .abt-2 .grid-box .right .text .link {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #e8523d;
  margin-top: 3.5rem;
}

.about-page .abt-2 .grid-box .right .text .link:hover {
  text-decoration: underline;
}

.about-page .abt-7 {
  padding: 4rem;
}

.about-page .abt-7 .grid-box .left {
  vertical-align: middle;
}

.about-page .abt-7 .grid-box .left img {
  width: 100%;
  object-fit: cover;
  max-height: 520px;
}

.about-page .abt-7 .grid-box .right {
  vertical-align: middle;
  padding-left: 2rem;
}

.about-page .abt-7 .grid-box .right .text h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0 15px;
  color: #b4181b;
}

.about-page .abt-7 .grid-box .right .text h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  color: #e12419;
  text-transform: uppercase;
}

.about-page .abt-7 .grid-box .right .text p {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
}

.about-page .abt-7 .grid-box .right .text .link {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #e8523d;
  margin-top: 3.5rem;
}

.about-page .abt-7 .grid-box .right .text .link:hover {
  text-decoration: underline;
}

.about-page .about-gy {
  padding: 80px 0 50px 0;
  background: url(../image/about_bg.jpg) center center;
  text-align: center;
  color: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.about-page .about-gy h2 {
  font-size: 44px;
  text-transform: uppercase;
}

.about-page .about-gy .box {
  margin-top: 70px;
  padding: 0 16%;
}

.about-page .about-gy .box ul {
  margin: -50px;
}

.about-page .about-gy .box ul li {
  padding: 50px;
}

.about-page .about-gy .box ul li .text {
  vertical-align: middle;
  padding-right: 15%;
  text-align: left;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 1;
}

.about-page .about-gy .box ul li .text h6 {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.5);
}

.about-page .about-gy .box ul li .text h6 span {
  font-weight: bold;
  font-size: 36px;
  color: white;
  vertical-align: top;
  line-height: 1.4;
}

.about-page .about-gy .box ul li .text h3 {
  font-size: 25px;
  font-weight: 700;
  margin-top: 40px;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
  word-break: break-word;
}

.about-page .about-gy .box ul li .img {
  position: relative;
  text-align: left;
  vertical-align: middle;
  left: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.about-page .about-gy .box ul li .img img {
  width: 100%;
}

.about-page .about-gy .box ul li .img .box2 {
  height: 80%;
  top: 10%;
  width: 30%;
  left: -15%;
  background: #e12419;
  padding: 10px;
  position: absolute;
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.about-page .about-gy .box ul li .img .box2 span {
  font-size: 22px;
  font-weight: bold;
}

.about-page .about-gy .box ul li .img .box2 h6 {
  font-size: 12px;
  line-height: 1.2;
  position: absolute;
  padding: inherit;
  width: 100%;
  bottom: 0;
  left: 0;
}

.about-page .about-gy {
  overflow: hidden;

}

.about-page .about-gy .box ul .slick-list {
  overflow: unset;
}

.about-page .about-gy .box ul .slick-current+div li .text {
  opacity: 0;
}

.about-page .about-gy .box ul .slick-current+div li .img {
  left: -45%;
}

.about-page .about-gy .box ul .slick-current+div li .img .box2 {
  opacity: 1;
}

.about-page .about-gy .box ul .slick-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  margin-left: -80px;
  z-index: 1;
  background: #e12419 url('../image/banner-btn-l.png') center center no-repeat;
  background-size: 14px;
  border: none;
  cursor: pointer;
  cursor: hand;
  color: transparent;
  font-size: 0;
}

.about-page .about-gy .box ul .slick-arrow.slick-next {
  display: none;
}

.inner-page .init-certification-public {
  background: linear-gradient(to right, #e12419 50%, #e12419 50%);
  padding: 80px 0;
}

.inner-page .init-certification-public h2,
.inner-page .init-certification-public p {
  color: #fff;
  line-height: 2;
}

.inner-page .init-certification-public .column:nth-child(1) {
  padding-left: 10%;
  padding-right: 8%;
}

.inner-page .init-certification-public .column:nth-child(2) {
  /*padding-left: 3%;*/
}

.inner-page .init-certification-public .column:nth-child(2) .honor-list {
  position: relative;
}

.inner-page .init-certification-public .column:nth-child(2) .honor-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 58px;
  height: 60px;
  background: url(../image/inner-l.jpg) no-repeat center;
  left: -80%;
  bottom: 10%;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}

.inner-page .init-certification-public .column:nth-child(2) .honor-list .slick-next {
  background: url(../image/inner-r.jpg) no-repeat center;
  left: calc(-80% + 70px);
}

.inner-page .init-certification-public .column:nth-child(2) .honor-list ul li {
  padding: 0 10px;
}

.about-page .i-process {
  padding: 90px 0;
}

.about-page .i-process h2.h2 {
  text-transform: capitalize;
}

.about-page .i-process ul li {
  margin-bottom: 10px;
}

.about-page .i-process ul li .column {
  padding: 12px;
  background: #fff;
  font-family: auto;
  font-size: 16px;
  border: 1px solid #cacaca;
  line-height: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.about-page .i-process ul li .column:nth-child(1) {
  width: 5%;
  background: #e12419;
  color: #fff;
  text-align: center;
}

.about-page .i-process ul li .column:nth-child(2) {
  width: 20%;
  border-right: 0px solid #cacaca;
  text-transform: uppercase;
}

.about-page .i-process ul li .column:nth-child(3) {
  width: 75%;
  font-size: 16px;
  font-weight: lighter;
}

.about-page .i-semi {
  text-align: center;
  /*padding: 80px 0 0px;
  background: linear-gradient(#f2f2f2 50%, #fff 50%);*/
}

.about-page .i-semi p.p {
  color: #000;
}

.about-page .i-semi .semi-list {
  margin-top: 40px;
  position: relative;
  padding: 0 0%;
}

.about-page .i-semi .semi-list ul {
  padding-bottom: 80px;
}

.about-page .i-semi .semi-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 48px;
  background: url(../image/factory-l.jpg) no-repeat center;
  left: 45%;
  bottom: 0;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}

.about-page .i-semi .semi-list .slick-next {
  background: url(../image/factory-r.jpg) no-repeat center;
  left: calc(45% + 66px);
}

.about-page .i-semi .semi-list ul li {
  padding: 0 10px;
}

.about-page .i-semi .semi-list ul li p {
  padding: 25px 0;
  font-size: 18px;
}
.about-page .i-semi .pic-list{
	
}
.about-page .i-semi .pic-list ul{
	display:flex; flex-wrap:wrap;
}
.about-page .i-semi .pic-list ul li{
	width:25%;
	text-align:center;
	display:flex;
    flex-direction: column;
}
.about-page .i-semi .pic-list ul li .img-box{
	padding:15px;
	flex-grow: 1;
}
.about-page .i-semi .pic-list ul li .img-box a{
	display:block;
	height: 100%;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1400px) {
  .about-page .abt-2 .grid-box .right .text h2,.about-page .abt-2 .grid-box .right .text h1 {
    line-height: 1;
  }

  .about-page .about-gy h2 {
    font-size: 36px;
  }

  .about-page .about-gy .box ul li .text h3 {
    font-size: 40px;
  }

  .inner-page .init-certification-public .column:nth-child(2) .honor-list .slick-arrow {
    bottom: -30px !important;
  }
}

@media screen and (max-width: 1200px) {
  .about-page .abt-2 {
    /*padding: 4rem 0;*/
  }

  .about-page .abt-2 .grid-box .left {
    width: 100%;
  }

  .about-page .abt-2 .grid-box .right {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
  }

  .about-page .abt-2 .grid-box .right .text .link {
    margin-top: 20px;
  }

  .about-page .abt-7 .grid-box .left {
    width: 100%;
  }

  .about-page .abt-7 .grid-box .right {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }

  .about-page .abt-7 .grid-box .right .text .link {
    margin-top: 20px;
  }

  .about-page .abt-2 .grid-box .right .text h2,
  .about-page .abt-2 .grid-box .right .text h1,
  .about-page .about-gy h2,
  .about-page .abt-7 .grid-box .right .text h2 {
    font-size: 1.4rem;
  }

  .about-page .abt-2,
  .about-page .abt-4,
  {
  padding: 1rem 0;
}

.about-page .abt-7 {
  padding: 1rem 0;
}

.about-page .about-gy {
  padding: 20px 0;
}

.about-page .about-gy .box ul li .text h3 {
  font-size: 22px;
}

.about-page .about-gy .box ul li .text h6 {
  font-size: 18px;
}

.about-page .about-gy .box ul li .text h6 span {
  font-size: 24px;
}

.inner-banner {
  height: 400px;
  /*padding-top: 15%;*/
}

.inner-banner .box h2 {
  font-size: 25px;
}

.inner-page {
  padding: 30px 0;
}

.inner-page h2.h2 {
  font-size: 25px;
}
.about-page .i-semi .pic-list ul li {
  width:50%;
}
}


@media screen and (max-width: 1000px) {
  .inner-page .init-certification-public .column:nth-child(1) {
    padding-left: 5%;
    padding-right: 1%;
  }
}

@media screen and (max-width: 700px) {
  .inner-page {
    padding: 10px 0;
  }

  .about-page .about-gy .box ul li {
    padding: 10px;
  }

  .about-page .about-gy .box ul {
    margin: -10px;
  }

  .about-page .about-gy .box ul .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 8px;
  }

  .about-page .about-gy .box ul li .img .box2 h6 {
    display: none;
  }

  .about-page .about-gy .box ul .slick-current+div li .img {
    left: 0 !important;
    margin-top: 10px;
  }

  .about-page .about-gy .box ul li .img .box2 {
    display: none;
  }

  .about-page .i-process {
    padding: 30px 0;
    display: none;
  }

  .about-page .abt-2 .grid-box .right .text p,
  .about-page .abt-7 .grid-box .right .text p {
    font-size: 16px;
    line-height: 2;
  }

  .about-page .abt-2 {
    padding: 0 !important;
  }

  .inner-page .init-certification-public .column {
    width: 100%;
  }
}

.inner-page .sidebar-box .sidebar-left {
  width: 26%;
  padding-right: 15px;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 30px;
  background: #f7f7f7;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav h3 {
  background: #333;
  padding: 20px;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
  position: relative;
  background: linear-gradient(#666, #000);
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  padding: 15px 20px;
  border-left: 4px solid #e12419;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  z-index:1;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li i {
  width: 55px;
  height: 55px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  z-index:3;
  color:#fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.wapnone #product-list>li:hover a{
	/*background:none;
	color:#fff;*/
	}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.wapnone #product-list>li:after{
	position:absolute;
	content:'';
	height:100%;
	width:0%;
	top:0;
	left:0;
	background-color:#e12419;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index:0;
  opacity: .8;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.wapnone #product-list>li:hover:after{
	width:100%;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.wapnone ul li a.active, .inner-page .sidebar-box .sidebar-left .sidebar-nav.wapnone #product-list>li:hover a.active{
	background-color:#e12419;
	color:#fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.wapnone ul li a.active:after{
	content:'▶';
	font-size:25px;
	position:absolute;
	left:99%;
	color:#e12419;
	top: 50%;
	transform: translateY(-50%);
}

/*.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover i {
  color: #fff;
}*/

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
  background: #333;
  border-color: #d7d7d7;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/*.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover>a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active>a {
  background: #e12419 none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #e12419;
}*/

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li .children {
  display: none;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li .children li:hover a{
  background: #e12419 none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #e12419;
}


.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
  margin: 30px 0;
  display: none;
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
  color: #111;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
  position: absolute;
  height: 4px;
  width: 30%;
  background: #e40011 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: #e40011;
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: #111;
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
  background: #e40011 none repeat scroll 0 0;
  color: #fff;
}

.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
  color: inherit;
}

.inner-page .sidebar-box .sidebar-left .sidebar-info {
  padding: 50px 10px;
  background: url("../image/sidebar-info.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  margin-top: 50px;
}

.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  opacity: .1;
}

.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 30px;

  font-weight: 500;
  margin-bottom: 15px;
}

.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  color: inherit;
}

.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
  color: #fff;
  font-weight: 600;
  font-family: sans-serif;
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 1.5rem;
}

.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
  background: transparent;
  color: #fff;
}

.inner-page .sidebar-box .sidebar-right {
  width: 74%;
  padding-left: 15px;
}

.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}

.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}

.inner-page .m-page a:hover {
  background: #e12419 none repeat scroll 0 0;
  color: #fff;
}



.product-page {
  padding: 70px 0;
}

.product-page .product-list ul {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}

.product-page .product-list ul li {
  padding: 10px;
  display: flex;
}

.product-page .product-list ul li .box {
  display: block;
  background: #333;
  display: flex;
  flex-direction: column;
  height: 100%;
  width:100%
}
.product-page .product-list ul li .box .descript{
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  background: #e12419;
  color: #fff; 
  z-index: 2;
  padding: 5px 15px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  font-size: 18px;
}

.product-page .product-list ul li .box a.img-box {
  display: block;
  border: 1px solid #eee;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:15px;
}
.product-page .product-list ul li .box a.img-box img{
	max-width:100%;
	max-height:250px;
	width:auto;
	height:auto;
}

.product-page .product-list ul li .box .content {
  display: block;
  /*padding: 25px 10px;
  padding-right: 30px;*/
}

.product-page .product-list ul li .box .content h2 {
  font-weight: 700;
  font-size: 18px;
  line-height:35px;
  color: #fff;
  /*margin-bottom: 10px;*/
}
.product-page .product-list ul li .box .content h2 a{
	display:block;
	 text-align:center;
	 overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
	}
.product-page .product-list ul li .box .content p {
  color: #727272;
  font-size: 16px;
  text-transform: uppercase;
   overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.product-page .product-list ul li .box .content .more2{
  position: absolute;
}

.product-page .product-list ul li .box .content a.more2 .fa {
  width: 14px;
  height: 14px;
  font-size: 12px;
  background: #13244f;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 14px;
}

.product-page .product-list ul li .box .content:hover h2 {
  color: #f00;
}

.king {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.king a {
  font-size: 15px;
}

.ken {
  font-size: 25px;
  color: #e40011;
  text-shadow: #000 0.5px 0.5px 0.5px;
}

@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left .sidebar-nav h3 {
    font-size: 25px;
  }

  .inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 15px;
  }

  .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    font-size: 20px;
  }

  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    font-size: 1.2rem;
    margin: 15px 0;
  }

  .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    padding: 6px 25px;
  }



  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 8px 15px;
  }

  .inner-page i.small-tit {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .inner-page h3.title {
    font-size: 24px;
    line-height: 26px;
  }

  .product-page {
    padding: 40px 0;
  }

  .inner-page .sidebar-box .sidebar-left {
    /*display: none;*/
	width:100%;
	padding-right:0;
	margin-bottom:30px;
	margin-top:-50px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav{
	  padding:0;
	  background:none;
  }
  .inner-page .sidebar-box .sidebar-left .pcnone>ul>li{
	  border:1px #333 solid;
	  border-radius: 15px;
	  overflow: hidden;
      box-shadow: 1px 1px 2px #999;
  }
  .inner-page .sidebar-box .sidebar-left .pcnone>ul>li>a{
	  font-weight:bold;
  }

  .inner-page .sidebar-box .sidebar-left .pcnone ul li a{
	  border:none;
	  text-align:center;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav ul li i{transform: rotate(90deg);}
  .inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before{ display:none;}
  .inner-page .sidebar-box .sidebar-left .pcnone ul li ul li a{
	  padding:5px 15px;
  }
  
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }

  .inner-page .m-page {
    text-align: center;
  }

  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    -moz-box-shadow: 0 2px 5px 0 #d8dde6;
    -o-box-shadow: 0 2px 5px 0 #d8dde6;
    box-shadow: 0 2px 5px 0 #d8dde6;
  }



  .kk,
  .ken,
  .king,
  .kken {
    display: none !important;
  }

  .product-page .product-list ul li .box .content h3 {
    font-size: 16px;
    color: #111;
    transition: .5s;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 700px) {
.grid-box.four>.column{
	width:100% !important;
}
.product-page .product-list ul li .box a.img-box img{
	max-height:none;
}
}

.contact-page {
  padding: 0;
}

.contact-page .contact-request {
  background: #e4e4e4;
  padding: 30px 0;
}

.contact-page .contact-request .column {
  width: 65%;
}

.contact-page .contact-request .column:nth-child(2) {
  width: 35%;
}

.contact-page .contact-request .column h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
}

.contact-page .contact-request .column a.more {
  display: block;
  width: 80%;
  background: #e12419;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  padding: 15px 0;
}

.contact-page .init-2 {
  padding: 80px 0 50px;
}

.contact-page .init-2 .grid-box .column {
  margin-bottom: 20px;
  text-align: center;
}

.contact-page .init-2 .grid-box .column h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-page .init-2 .grid-box .column p {
  font-size: 20px;
}

.contact-page .init-2 .grid-box .column p .fa {
  margin-right: 15px;
  color: #ccc;
  font-size: 24px;
}

.contact-page .init-6 {
  padding: 50px 0;
}

.contact-page .init-6 .left {
  width: 65%;
  vertical-align: middle;
}



.contact-page .init-6 .right {
  width: 35%;
  padding: 0 5%;
  vertical-align: middle;
}

.contact-page .init-6 .right h2 {
  display: block;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

.contact-page .init-6 .right h6 {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
}

.contact-page .init-6 .right h6:before {
  content: '';
  border-left: 17px solid #e12419;
  border-top: 17px solid #e12419;
  border-right: 17px solid transparent;
  border-bottom: 17px solid transparent;
  display: block;
  width: 0;
  height: 0;
  margin: 15px 0 28px;
}

.contact-page .init-6 .right .text {
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin-top: 25px;
}

@media screen and (max-width: 1800px) {
  .contact-page .init-6 {
    padding: 60px 0;
  }

  .contact-page .init-6 .right h2 {
    font-size: 36px;
  }

  .contact-page .init-6 .right h6:before {
    border-width: 12px;
    margin: 15px 0;
  }

  .contact-page .init-6 .right h6 {
    font-size: 16px;
  }

  .contact-page .init-6 .right .text {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-3 .grid-box.two>.column {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .inner-page .contact-info .left .info-box .info-list ul li p {
    font-size: 14px;
  }

  .contact-page .contact-request .column h2 {
    font-size: 20px;
  }

  .contact-page .init-2 .grid-box .column {
    width: 50%;
    margin-bottom: 10px;
  }

  .contact-page .init-6 .left,
  .contact-page .init-6 .right {
    width: 100%;
    padding: 20px 0;
  }

  .contact-page .init-6 .right h2 {
    font-size: 25px;
  }

}

@media screen and (max-width: 700px) {
  .contact-page .contact-request {
    display: none;
  }

  .contact-page .init-2 .grid-box .column h2 {
    font-size: 20px;
  }

  .contact-page .init-2 {
    padding: 30px 0;
  }

  .contact-page .init-2 .grid-box .column p {
    font-size: 16px;
  }

  .contact-page .init-6 {
    padding: 10px 0;
  }

  .contact-page {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 500px) {

  .contact-page .init-2 .grid-box .column{
    width: 100%;
  }
  .contact-page .contact-request .column,
  .contact-page .contact-request .column:nth-child(2) {
    width: 100%;
  }

  .contact-page .contact-request .column h2 {
    font-size: 16px;
    line-height: 30px;
  }
  .honor-page .container .list_cont{
    margin-top: 30px;
  }
}

/*news*/
.news-page .init-1 {
  margin-top: 10px;
}

.news-page .init-1 .grid-box .column {
  margin-bottom: 10px;
  padding: 0 20px;
}
.news-page .init-1 .grid-box .column .img-box{
	background:#fafafa;
	transition: all .5s;
	}
.news-page .init-1 .grid-box .column .img-box:hover{
	background:#fff;
	box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}

.news-page .init-1 .grid-box .column .img-box>a{
  display: block;
  overflow: hidden;
}
.news-page .init-1 .grid-box .column .img-box .text {
  position: relative;
  z-index: 1;

  padding: 30px 20px;
}

.news-page .init-1 .grid-box .column .img-box .text h2 {
  font-size: 16px;
  font-weight: bold;
}

.news-page .init-1 .grid-box .column .img-box .text .newslist-dec{
	margin:10px 0;
	height:40px;
	overflow:hidden;
}

.news-page .init-1 .grid-box .column .img-box .text p {
  /*padding: 10px 0;*/
  font-size: 16px;
  line-height:20px;
}

.about-page .i-semi .semi-list ul li p {
  text-transform: uppercase;
}


.inner-sidebar {
  width: 100%;
  margin-top: -80px;
}

.inner-sidebar .container {
  width: 100%;
  background:#00000066;
}

.inner-sidebar .container .side-top{
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-sidebar .side-top li {
  float: left;
  padding-right: 1px;
}

.inner-sidebar .side-top li a {
  transition: all .5s;
  display: block;
  height: 80px;
  padding: 0 50px;
  width: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 80px;
  color: #fff;
}

.inner-sidebar .side-top li a:hover{
  background-color: rgba(0, 0, 0, 0.6);
}
.inner-sidebar .side-top li a.active {
	background-color:#e7e7e7;
	color:#333;
	font-weight:bold;
	border-radius: 15px 15px 0 0;
	box-shadow: 0px 5px 3px #aaa inset;
}

.newdet-page .news-content {
  padding-top: 10px;
}

.newdet-page .news-content h3.title,.newdet-page .news-content h1.title {
  font-size: 24px;
  text-align: center;
  padding-bottom: 30px;
}

.newdet-page .news-content a.img-box {
  display: block;
}

.inner-page.newdet-page .content h2 {
  font-size: 28px;
  font-weight: bold;
  padding: 20px 0;
}

.inner-page.newdet-page .share {
  display: none;
}


.inner-page.newdet-page .content p {
  line-height: 2;
  font-size: 16px;
  padding: 5px 0;
}

.tag {
  display: none;
}

.newdet-page .news-content a.img-box img {
  width: 100%;
}

.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #e12419 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;

  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}

.newdet-page .news-content .tag {
  font-size: 16px;
  color: #828893;
  display: block;
  text-align: center;
}

.newdet-page .news-content .tag em {
  color: black;
}

.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}

.newdet-page .news-content .tag div {
  margin-left: 15px;
}

.newdet-page .news-content .tag div i {
  color: #e12419;
  margin-right: 5px;
}

.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  /*border-bottom: 1px #eee dashed;*/
  text-align: left;
  line-height: 2;
  min-height:300px;
}

.newdet-page .news-content .content p,
.newdet-page .news-content .content div {
  line-height: 30px;
  font-size: 14px;
}

.newdet-page .news-content .share {
  text-align: left;
  display: block;
}

.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;

  color: #333;
  font-size: 14px;
}

.newdet-page .news-content .share ul {
  display: inline-block;
}

.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}

.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #e12419;
}


.recommended_product{
  margin-top: 30px;
}
.recommended_product h3{
  font-weight: bold;
}
.recommended_product .swiper{
  margin-top: 40px;
}

.recommended_product .swiper .swiper-wrapper .swiper-slide a{
  display: block;
  overflow: hidden;
  text-align: center;
}
.recommended_product .swiper .swiper-wrapper .swiper-slide .text{
  margin-top: 20px;
}


.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #666 dashed;
}

.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.newdet-page .news-content .m-link a:hover {
  color: #e12419;
  text-decoration: underline;
}


@media screen and (max-width: 1000px) {
  .news-page .init-1 .grid-box .column {
    padding: 0 10px;
    width: 50%;
  }

  .news-page .init-1 .grid-box .column .img-box .text h2 {
    font-size: 16px;
  }

  .news-page .init-1 .grid-box .column .img-box .text p {
    font-size: 14px;
  }
}

@media screen and (max-width: 700px) {
  .news-page .init-1 .grid-box .column {
    width: 100%;
  }

  .newdet-page .news-content h3.title,.newdet-page .news-content h1.title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.technology-page {
  padding: 0;
}

.technology-page .part1 {
  padding: 70px 0 0;
  background: #f5f7f9;
}

.technology-page .part1 .grid-box {
  padding-bottom: 70px;
}

.technology-page .part1 .grid-box .column:nth-child(1) {
  padding: 5% 4% 0 0;
}

.technology-page .part1 .grid-box .column h2 {
  font-size: 36px;
  color: #333333;
  margin-bottom: 35px;
  font-weight: 700;
}

.technology-page .part1 .grid-box .column p {
  font-size: 18px;
  color: #5a5a5a;
  line-height: 2;
}

.technology-page .part1 .part1-content {
  padding: 70px 0 30px;
  background: #fff;
}

.technology-page .part1 .part1-content .service-list ul li {
  color: #fff;
  padding: 0 2px;
}

.technology-page .part1 .part1-content .service-list ul li .img-bg {
  background: #9a9a9a;
  padding: 50px 30px 50px;
  position: relative;
  min-height: 286px;
}

.technology-page .part1 .part1-content .service-list ul li .img-bg .img {
  position: absolute;
  right: 30px;
  top: 50px;
}

.inner-page.technology-page .part1 .part1-content .service-list li .img img {
  float: right;
}






.technology-page .part1 .part1-content .service-list ul li .img-bg .i-num {
  position: absolute;
  left: 25px;
  top: 48px;
  z-index: 2;
  font-size: 30px;
  color: #fff;
  font-size: 62px;
  line-height: 55px;
  font-weight: 700;
}

.technology-page .part1 .part1-content .service-list ul li .img-bg h2 {
  font-size: 23px;
  padding-left: 55px;
  font-weight: 500;
  display: none;
}

.technology-page .part1 .part1-content .service-list ul li .img-bg p {
  padding: 0 15%;
  line-height: 30px;
  margin-top: 30px;
  font-size: 18px;
}

.technology-page .i-process {
  background: #f5f7f9;
  padding: 90px 0;
}

.technology-page .i-process h2.h2 {
  text-transform: uppercase;
}

.technology-page .i-process ul li {
  margin-bottom: 2px;
}

.technology-page .i-process ul li .column {
  padding: 12px;
  background: #fff;
  font-size: 18px;
}

.technology-page .i-process ul li .column:nth-child(1) {
  width: 5%;
  background: #aa112a;
  color: #fff;
  text-align: center;
}

.technology-page .i-process ul li .column:nth-child(2) {
  width: 30%;
  border-right: 2px solid #f5f7f9;
}

.technology-page .i-process ul li .column:nth-child(3) {
  width: 65%;
  font-size: 16px;
  font-weight: lighter;
}

.technology-page .i-video {
  padding: 90px 0;
  text-align: center;
}

.technology-page .i-video-list {
  margin-top: 50px;
}

.technology-page .i-video-list ul li {
  padding: 0 20px;
}

.technology-page .i-video-list ul a {
  position: relative;
}

.technology-page .i-video-list ul p {
  position: relative;
  text-align: center;
  left: 0;
  width: 100%;
  padding: 10px 25px;
  font-size: 22px;
  color: black;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.technology-page .i-video-list ul a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
  left: 0;
  background: url(https://cn.yc-tools.com/template/cn/images/icon-play.png) center center no-repeat rgba(0, 0, 0, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 1;
}

.technology-page .i-online {
  padding: 118px 0 90px;
  text-align: center;
  background: #f5f7f9;
}

.technology-page .i-online p.p {
  font-size: 16px;
  color: #848d95;
  padding: 0 16%;
}

.technology-page .i-online ul {
  margin-top: 100px;
  padding: 0 15%;
}

.technology-page .i-online ul li {
  float: left;
  width: 33.3%;
  padding-left: 60px;
  text-align: left;
  background: url(https://cn.yc-tools.com/template/cn/images/phone.png) no-repeat left center;
}

.technology-page .i-online ul li h3 {
  font-size: 20px;
  font-weight: 700;
}

.technology-page .i-online ul li p {
  font-size: 12px;
}

.technology-page .i-online ul li:nth-child(2) {
  background: url(https://cn.yc-tools.com/template/cn/images/m-phone.png) no-repeat left center;
}

.technology-page .i-online ul li:nth-child(3) {
  background: url(https://cn.yc-tools.com/template/cn/images/mail.png) no-repeat left center;
}

.faq-page .i-faq {
  padding: 100px 0;
}

.faq-page .i-faq h2.h2,
.faq-page .i-faq p.p {
  text-align: center;
  color: #000;
}

.faq-page .i-faq .faq-list {
  padding: 40px 0 0px;
}

.faq-page .i-faq .faq-list dt {
  position: relative;
  padding: 16px 30px 14px;
  background-color: #f4f4f4;
  font-size: 18px;
  cursor: pointer;
  color: #333333;
  margin-bottom: 12px;
  transition: 0.5s ease;
}

.faq-page .i-faq .faq-list dt i{
  position: absolute;
  top: 22px;
  right: 10px;
}

.faq-page .i-faq .faq-list dt:hover,
.faq-page .i-faq .faq-list dt.active {
  background: #e12419;
  color: #fff;
}

.faq-page .i-faq .faq-list dd {
  font-size: 16px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}

.technology-page .i-support {
  margin: 50px 0;
  background: #e12419;
}

.technology-page .i-support .grid-box {
  background: #e12419;
}

.technology-page .i-support .grid-box .column {
  vertical-align: middle;
}

.technology-page .i-support .grid-box .column:nth-child(2) {
  padding: 0 5%;
  color: #fff;
}

.technology-page .i-support .grid-box .column:nth-child(2) h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.technology-page .i-support .grid-box .column:nth-child(2) p {
  font-size: 18px;
}

.technology-page .i-support .grid-box .column:nth-child(2) a.more {
  display: block;
  width: 228px;
  height: 60px;
  margin-top: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
  color: #e12419;
}

.technology-page .i-download {
  padding: 50px 0;
  text-align: center;
}

.technology-page .i-download h2 {}

.technology-page .i-download p {
  color: #545454;
}

.technology-page .i-download .download-list {
  margin-top: 40px;
}

.technology-page .i-download .download-list ul li {
  padding: 0 20px;
  position: relative;
}







@media screen and (max-width: 1000px) {
  .technology-page .part1 .grid-box .column h2 {
    font-size: 20px;
  }

  .technology-page .part1 .grid-box .column:nth-child(1) {
    padding-top: 0;
  }

  .technology-page .part1 .grid-box .column p {
    font-size: 14px;
  }

  .technology-page .part1 .part1-content .service-list ul li .img-bg .i-num {
    font-size: 24px;
  }

  .technology-page .part1 .part1-content .service-list ul li .img-bg h2 {
    font-size: 16px;
    padding-left: 27px;
  }

  .technology-page .part1 .part1-content .service-list ul li .img-bg .i-num {
    top: 37px;
  }

  .technology-page .part1 .part1-content .service-list ul li .img-bg p {
    margin-top: 20px;
    line-height: 25px;
  }

  .technology-page .i-online p.p {
    padding: 0;
  }

  .technology-page .i-online ul {
    margin-top: 30px;
    padding: 0;
  }

  .technology-page .i-support .grid-box .column {
    width: 100%;
  }

  .technology-page .i-support .grid-box .column:nth-child(2) {
    padding: 30px 5%;
  }

  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 20px;
  }

  .technology-page .i-support .grid-box .column:nth-child(2) p {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  .technology-page .part1 .part1-content {
    padding: 30px 0;
  }

  .technology-page .i-online ul li {
    width: 100%;
    padding: 10px 0;
    padding-left: 60px;
  }

  .technology-page .part1 .grid-box.two>.column {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .faq-page .i-faq {
    padding: 30px 0;
  }

  .inner-page h2.h2 {
    font-size: 20px;
  }
.about-page .i-semi .pic-list ul li {
  width:100%;
}
}


@media screen and (max-width: 500px) {

  .technology-page .i-online,
  .technology-page .i-process,
  .technology-page .i-video {
    padding: 30px 0;
  }

  .technology-page .i-online ul li h3 {
    font-size: 18px;
  }
}

.inner-page .info-box {
  display: block;
  margin-top: 6rem;
  padding: 4.5rem 1.5rem 4rem;
  border: 1px solid #e7e7e7;
}

.inner-page .info-box .info-list ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .info-box .info-list ul li:hover {
  border-color: #254985;
}

.inner-page .info-box .info-list ul li span {
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  line-height: 1.2;
}

.inner-page .info-box .info-list ul li p {
  padding-left: 11rem;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: right;
}

.inner-page .info-box .info-list ul li:first-child {
  padding-top: 0;
}

.inner-page .info-box .share {
  padding-top: 4rem;
  text-align: center;
}

.inner-page .info-box .share ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.4rem;
  font-size: 1.8rem;
  color: #666;
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .info-box .share ul li:hover {
  color: #254985;
}

.inner-page .contact-info .left {
  padding-right: 2.5rem;
}

.inner-page .contact-info .left .info-box {
  margin-top: 0;
  padding: 6rem 3rem;
}

.inner-page .contact-info .left .info-box .info-list ul li {
  padding: 3.05rem 0;
}

.inner-page .contact-info .left .info-box .info-list ul li span {
  font-size: 2.2rem;
}

.inner-page .contact-info .left .info-box .info-list ul li p {
  font-size: 2.2rem;
  padding-left: 15rem;
}

.inner-page .contact-info .left .info-box .info-list ul li:first-child {
  padding-top: 0;
}

.inner-page .contact-info .left .info-box .share {
  padding-top: 6.5rem;
}

.inner-page .contact-info .left .info-box .share ul li {
  font-size: 2.6rem;
  margin: 0 2rem;
}

.inner-page .contact-info .right {
  padding-left: 2.5rem;
}

.inner-page .contact-info .right .form-box h4 {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}

.inner-page .contact-info .right .form-box .text {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  margin: 2rem 0 3rem;
}

.inner-page .contact-info .right .form-box .form ul {
  margin: -1.2rem -2.2rem;
}

.inner-page .contact-info .right .form-box .form ul li {
  padding: 1.2rem 2.2rem;
}

.inner-page .contact-info .right .form-box .form ul li label {
  display: block;
  font-size: 21px;
  text-transform: capitalize;
}

.inner-page .contact-info .right .form-box .form ul li input,
.inner-page .contact-info .right .form-box .form ul li textarea {
  display: block;
  width: 100%;
  line-height: 3rem;
  padding: 5px;
  border: 1px solid #dfdfdf;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .contact-info .right .form-box .form ul li input:focus,
.inner-page .contact-info .right .form-box .form ul li textarea:focus {
  border-color: #254985;
}

.inner-page .contact-info .right .form-box .form ul li.wid-100 {
  width: 100%;
}

.inner-page .contact-info .right .form-box .form ul li textarea {
  height: 18rem;
  resize: vertical;
  -webkit-transition: .5s all, 0s height;
  -moz-transition: .5s all, 0s height;
  transition: .5s all, 0s height;
}

.inner-page .contact-info .right .form-box .form ul li input[type="submit"] {
  line-height: 63px;
  height: 63px;
  display: inline-block;
  width: 226px;
  text-align: center;
  background: #e12419;
  font-size: 24px;
  letter-spacing: .5rem;
  text-transform: uppercase;
  padding: 0;
  color: white;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .contact-info .right .form-box .form ul li input[type="submit"]:hover {
  background: black;
}

.product-page .sideBar-left .list {
  display: block;
}

.product-page .sideBar-left .list ul {
  margin: -2.5rem;
}

.product-page .sideBar-left .list ul li {
  padding: 2.5rem;
}

.inner-page.product-page.Factory .sideBar-left.column li {
  margin: 1.5em;
  padding: 0 !important;
}

.inner-page .contact-info .left .info-box {
  margin-top: 0;
  padding: 40px 30px;
}

.inner-page .contact-info .left .info-box .info-list ul li {
  padding: 3.05rem 0;
}

.inner-page .contact-info .left .info-box .info-list ul li span {
  font-size: 22px;
}

.inner-page .contact-info .left .info-box .info-list ul li p {
  font-size: 22px;
  padding-left: 15rem;
}

.inner-page .contact-info .left .info-box .info-list ul li:first-child {
  padding-top: 0;
}

.inner-page .contact-info .left .info-box .share {
  padding-top: 6.5rem;
}

.inner-page .contact-info .left .info-box .share ul li {
  font-size: 2.6rem;
  margin: 0 2rem;
}

.prodet-page .prodet-3 h3 {
  display: block;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.prodet-page .prodet-3 .box {
  margin-top: 4rem;
}

.prodet-page .prodet-1 {
  padding-bottom: 100px;
  padding-top:70px;
}

.prodet-page .prodet-1 .img-scroll {
  margin-top: 20px;
  width: 100%;
}


.prodet-page .prodet-1 .img-scroll ul {
  margin: -5px 0;
}

.prodet-page .prodet-1 .img-scroll ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .img-scroll ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid #e8e8e8;
}

.prodet-page .prodet-1 .img-scroll ul li img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.prodet-page .prodet-1 .img-scroll ul .slick-arrow {
  width: 100%;
  height: 34px;
  display: block;
  border: none;
  background: #e8e8e8;
  text-indent: -999em;
  overflow: hidden;
}

.prodet-page .prodet-1 .img-scroll ul .slick-arrow.slick-prev {
  display: none !important;
}

.prodet-page .prodet-1 .img-scroll ul .slick-arrow.slick-next {
  background: url("../image/icon-dowm.png") center center no-repeat #e8e8e8;
}

.prodet-page .prodet-1 .s_left{
  width:52%;
}

.prodet-page .prodet-1 .img-big {
  width: 100%;
  vertical-align: middle;
  padding: 0 2% 0 0;
  position: relative;
  text-align: center;
  border:1px solid #eee;
}


.prodet-page .prodet-1 .img-big img.cloudzoom {
  max-width: 600px;
}

.cloudzoom-blank,
.cloudzoom-zoom-inside {
  cursor: crosshair;
}

.prodet-page .prodet-1 .img-big i.play {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #333;
  color: #333;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  position: absolute;
  left: 8%;
  bottom: 10px;
  z-index: 1;
  opacity: .6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-indent: 4px;
  cursor: pointer;
  cursor: hand;
}

.prodet-page .prodet-1 .img-big i.play:hover {
  opacity: 1;
}

.prodet-page .prodet-1 .text {
  width: 45%;

  padding-left: 3%;
}

.prodet-page .prodet-1 .text h3,.prodet-page .prodet-1 .text h1 {
  font-size: 36px;
  font-weight: bold;
  padding: 20px 0px;
  text-transform: uppercase;
  color: #000000;
}

.prodet-page .prodet-1 .text .content {
  display: block;
  font-size: 18px;
  color: black;
  text-transform: capitalize;
  line-height: 2;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  padding: 30px 0;
  margin: 30px 0;
}

.prodet-page .prodet-1 .text .share {
  padding: 20px 0;
}


.prodet-page .prodet-1 .text .content ul li {
  display: none;
}

.prodet-page .prodet-1 .text .content ul li:nth-child(1) {
  display: block;
}

.prodet-page .prodet-1 .text .content p {
  display: block;
  line-height: 1.8;
  padding: 0 0 10px 0;
}

.prodet-page .prodet-1 .text .tag {
  /*padding-bottom: 20px;*/
  margin: 20px 0;
}

.prodet-page .prodet-1 .text .tag ul {
  display: inline-block;
  vertical-align: top;
  max-width: 80%;
}




.prodet-page .prodet-1 .text .tag ul li {
  font-size: 16px;
  color: #333;
  margin: 3px;
  cursor: pointer;
  cursor: hand;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 5px;
}

.prodet-page .prodet-1 .text .tag ul li:hover {
  /*text-decoration: underline;*/
  background: #141414;
  color: white;
}

.prodet-page .prodet-1 .text .share {
  display: block;
}

.prodet-page .prodet-1 .text .share h4,
.prodet-page .prodet-1 .text .tag h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: black;
  font-weight: 700;
}

.prodet-page .prodet-1 .text .tag h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 1;
  color: #444;
  font-weight: 500;
}

.prodet-page .prodet-1 .text .tag h4 small,
.prodet-page .prodet-1 .text .tag h3 small {
  font-size: 14px;
  opacity: .7;
  font-weight: normal;
  text-indent: 2em;
}

.prodet-page .prodet-1 .text .share ul {
  display: inline-block;
  vertical-align: middle;
}

.prodet-page .prodet-1 .text .share ul li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-left: 15px;
  font-size: 22px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.prodet-page .prodet-1 .text .share ul li:hover {
  color: #076d9a;
}

.prodet-page .prodet-1 .text .btn {
  margin-top: 20px;
}

.prodet-page .prodet-1 .text .btn a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 40px;
  height: 40px;
  padding: 0 30px;
  font-size: 18px;
  color: black;
  border: 1px solid black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.prodet-page .prodet-1 .text .btn a i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  font-size: 20px;
}

.prodet-page .prodet-1 .text .btn a.active i {
  background-image: url('https://cn.yc-tools.com/template/cn/images/icon-car2.png');
}

.prodet-page .prodet-1 .text .btn a img {
  display: inline-block;
  vertical-align: middle;
}

.prodet-page .prodet-1 .text .btn a.active,
.prodet-page .prodet-1 .text .btn a:hover {
  color: white;
  background: #141414;
  border-color: #141414;
}

.prodet-page .prodet-2 .top {
  background: #eee;
}

.prodet-page .prodet-2 .top ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 35px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}

.prodet-page .prodet-2 .top ul li:hover,
.prodet-page .prodet-2 .top ul li.active {
  background: #2f80ee;
  color: white;
}

.prodet-page .prodet-2 .bottom {
  padding: 30px;
  font-size: 14px;
  line-height: 1.8;
  background: #f8f8f8;
  display: flow-root;
  flex-wrap: nowrap;
  border-bottom: 35px solid #e12419;
}

.prodet-page .prodet-3 {
  padding: 0px 0 80px;
}

.prodet-page .prodet-3 h3 {
  font-size: 35px;
  color: #333;
  margin-bottom: 20px;
}

.prodet-page .prodet-4 {
  padding-top: 60px;
}

.prodet-page .prodet-4 i {
  font-size: 14px;
  color: #999;
}

.prodet-page .prodet-4 h3 {
  font-size: 35px;
  color: black;
  margin: 10px 0 30px;
  font-weight: 700;
  line-height: .9;
  text-transform: uppercase;
}

.prodet-page .prodet-4 ul li {
  padding: 4px 20px;
}

.prodet-page .prodet-4 ul li > a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
}
.prodet-page .prodet-4 ul li > a img{
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  border:1px solid #eee;
}

.prodet-page .prodet-4 ul li .text {
  background: #fff;
  padding: 20px 0;
  position: relative;
  z-index: 3;
}

.prodet-page .prodet-4 ul li .text h2 {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.prodet-page .prodet-4 ul li .text p {
  color: #727272;
}

.prodet-page .prodet-4 ul li .text a.more2 .fa {
  width: 14px;
  height: 14px;
  font-size: 12px;
  background: #13244f;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 14px;
}

.prodet-page .prodet-4 ul li .text:hover h2 {
  color: #13244f;
}

@media screen and (max-width: 1700px) {
  .inner-page .contact-info .left .info-box .info-list ul li p {
    font-size: 1.8rem;
  }

  .prodet-page .prodet-3 h3 {
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 1450px) {
  .inner-page .contact-info .left .info-box .info-list ul li p {
    font-size: 16px;
  }

  .inner-page .contact-info .left .info-box .info-list ul li span {
    font-size: 18px;
  }

  .inner-page .contact-info .left .info-box .info-list ul li {
    padding: 30px 20px;
  }

  .prodet-page .prodet-3 h3 {
    font-size: 25px;
  }

  .inner-page .contact-info .left .info-box .share ul li {
    font-size: 16px;
  }

  .inner-page .contact-info .right .form-box .form ul li textarea {
    height: 100px;
  }
}

@media screen and (max-width: 1250px) {
  .inner-page .contact-info .left .info-box .info-list ul li p {
    padding-left: 0;
  }

  .inner-page .contact-info .left .info-box {
    padding: 3rem 2rem;
  }

  .inner-page .contact-info .left .info-box .info-list ul li {
    padding: 1.9rem 0;
  }

  .inner-page .contact-info .left .info-box .share ul li {
    font-size: 2rem;
  }

  .prodet-page .right .lxfs h3 {
    font-size: 18px;
  }

  .prodet-page .prodet-4 h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page .contact-info .left .info-box .share {
    padding-top: 3rem;
  }

  .inner-page .contact-info .left .info-box .share ul li {
    margin: 0 1rem;
  }

  .inner-page .contact-info .left .info-box .info-list ul li p {
    font-size: 1.4rem;
  }

  .inner-page .contact-info .left .info-box .info-list ul li span {
    margin-bottom: .5rem;
  }

  .prodet-faq h3 {
    font-size: 20px;
  }

  .sousuo-left {
    font-size: 16px;
  }

  .prodet-page .prodet-3 h3 {
    font-size: 20px;
  }

  .inner-page .contact-info .left .info-box .info-list ul li p {
    font-size: 14px;
  }

  .inner-page .contact-info .right .form-box h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-3 h3 {
    font-size: 2.8rem;
  }

  .inner-page {
    /*margin-top: 50px;*/
  }


  .inner-page {
    padding: 30px 0;
  }

  .about-page .abt-2 {
    padding: 30px 0;
  }

  .about-page .abt-2 .grid-box .right {
    padding-right: 0;
  }

  .prodet-page .prodet-1 .s_left{
    width: 100%;
  }
  .prodet-page .prodet-1 .img-big,
  .prodet-page .prodet-1 .text {
    width: 100%;
  }

  .prodet-page .prodet-1 .img-scroll {
    display: none;
  }

  .prodet-page .prodet-4 h3 {
    font-size: 20px;
  }

  .prodet-page .prodet-3 {
    display: none;
  }

  .prodet-page .prodet-1 .text h3，.prodet-page .prodet-1 .text h1 {
    font-size: 20px;
  }

  .prodet-page .prodet-2 .ret ul li .prodet-3 {
    display: block;
  }
  .prodet-page .prodet-2 .ret ul li .prodet-3 .box .left{
    display: none;
  }
}



.m-link a {
  width: 50%;
  float: left;
}

.m-link a:nth-child(2) {
  text-align: right;
}

.m-link {
  border-top: 30px solid #f0f0f0;
  overflow: hidden;
  padding-top: 10px;
  margin-top: 20px;
}

.technology-page .part1 .grid-box .column:nth-child(1) {
  padding: 5% 0% 0 5%;
}

.technology-page .part1 .grid-box .column:nth-child(2) {
  text-align: right;
  padding-right: 5%;
}


.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  line-height: 2;
  padding: 20px 0;
  font-size: 16px;
}


.technology-page .i-download .download-list li .img-box:hover img {
  transform: scale(1, 1);
}

.technology-page .i-download .download-list li .img-box img {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  display: initial;
}


#index-body .i-product .product-list ul li .text h2 {
  text-transform: uppercase;

}

#index-body .i-product .product-list ul li .text p {

  text-transform: uppercase;
}

.product-page .product-list ul li .box .content h2 {
  font-size: 16px;
  text-transform: uppercase;
}

.contact-page .contact-request .column a.more {

  text-transform: uppercase;

}

.news-page .init-1 .grid-box .column .img-box .text h2 {

  text-transform: uppercase;
}

.contact-page .init-6 .left {
  position: relative;
}

.contact-page .init-6 .left img{
  display: none;
}
.contact-page .init-6 .left form{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 16px;
}

.contact-page .init-6 .left form input{
  padding: 10px 15px;
  width: 30%;
  border: 1px solid #dfdfdf;
  background: #fff;
}
.contact-page .init-6 .left form textarea{
  width: 100%;
  height: 200px;
  margin-top: 30px;
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 10px 15px;
}

.contact-page .init-6 .left form div{
  line-height: 63px;
  height: 63px;
  display: inline-block;
  width: 226px;
  text-align: center;
  background: #e12419;
  font-size: 24px;
  letter-spacing: .5rem;
  text-transform: uppercase;
  padding: 0;
  color: white;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  margin-top: 30px;

}
.contact-page .init-6 .left form div:hover{
  background: #000;
}



.contact-page .init-6 .left .list ul li {
  position: absolute;

  cursor: pointer;
}

.contact-page .init-6 .left .list ul li .box {
  z-index: 888;
  height: 145px;
  padding-left: 30px;
  padding-right: 30px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  left: -130px;
  bottom: 42px;
  width: 330px;
  display: none;
  padding: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.contact-page .init-6 .left .list ul li .box:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 8px;
  background: url(../image/sanjiao.png) no-repeat center;
  bottom: -8px;
  left: 43%;
  margin-left: -8px;
}

.contact-page .init-6 .left .list ul li .box .grid-box .column {
  padding: 5px;
  vertical-align: middle;
}

.contact-page .init-6 .left .list ul li .box .grid-box .column h2 {
  font-size: 16px;
  font-weight: 700;
}


.contact-page .init-6 .left .list ul li .box .grid-box .column a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.prodet-faq {
  padding: 50px 0;
}

.prodet-faq h3 {
  font-size: 35px;
  color: #000;
  margin: 10px 0 30px;
  font-weight: 700;
  line-height: .9;
  text-transform: uppercase;
}

.faq-list li .ig h4 {
  position: relative;
  font-size: 18px;
  line-height: 2;
  padding: 25px 20px 25px 0;
}

.faq-list li .ig h4 span {
  width: 28px;
  height: 28px;
  color: #fff;
  line-height: 28px;
  background: #666;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 5px;
  text-align: center;
}

.faq-list li .ig h4 i {
  position: absolute;
  right: 5px;
  top: 25px;
  font-size: 18px;
  color: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.faq-list li .ig .answer {
  color: #e12419;
  margin-top: 8px;
}

.faq-list li .ig .answer .fa {
  margin-left: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  border: 1px solid #e12419;
  color: #e12419;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.faq-list li .ig .answer .fa:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-list li .ig h5 {
  padding-left: 30px;
  line-height: 1.5;
  color: #666;
}

.faq-list li .ig .con {
  display: none;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  padding: 15px 30px;
  padding-left: 50px;
}

.faq-list li .ig .con form {
  width: 60%;
}

.faq-list li .ig .con form ul li {
  margin-bottom: 20px;
  width: 100%;
}

.faq-list li .ig .con form ul li lable {
  width: 100%;
  display: block;
  font-weight: 700;

}

.faq-list li .ig .con form ul li input {
  display: block;
  width: 100%;
  line-height: 2rem;
  padding: 5px;
  border: 1px solid #dfdfdf;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.faq-list li .ig .con form ul li input[type=submit] {
  line-height: 63px;
  height: 63px;
  display: inline-block;
  width: 180px;
  text-align: center;
  background: #e12419;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  color: #fff;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.faq-list li .ig .con1 {
  padding-left: 50px;
  position: relative;
  line-height: 2;
  font-size: 16px;
  margin-top: 20px;
  display: block;
}

.faq-list li .ig .con1 p:nth-child(1) {
  background: url(../image/tu.png) no-repeat left center;
  padding-left: 30px;
}

.faq-list li .ig .con1:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e12419;
  left: 30px;
  top: 0;
}

.faq-list li .ig .con p {
  font-size: 16px;
  line-height: 2;
}

.faq-list li.active .ig h4 i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}

.faq-list li.active .ig h4 i.fa-minus {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.contact-page .init-6 .left .list ul li .box .grid-box .column:nth-child(1) {
  width: 40%;
}

.contact-page .init-6 .left .list ul li .column {
  padding: 5px !important;
}

.contact-page .init-6 .left .list ul li .column p {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.sousuo-right button i.fa.fa-search {
  font-size: 28px;
  color: #e12419;
}

.sousuo-right button {
  background: #fff;
  position: absolute;
  right: 55px;
  top: 95px;
  border: 0px;
}


.sousuo-right input#searchInput {
  width: 100%;
  padding: 10px 10px;
  border-radius: 45px;
  border: 0px;
  padding-right: 100px;
}

.sousuo-right {
  width: 70%;
  float: left;
}

.sousuo-left {
  width: 30%;
  float: left;
}

.sousuo {
  background: #f0f0f0;
  overflow: hidden;
  padding: 25px 15px;
}

.options ul {
  border-bottom: 5px solid #000;
}

.options ul li {
  width: 25%;
  text-align: center;
  float: left;
  font-size: 16px;
  padding: 15px 20px;
  position: relative;
  border: 1px solid #a2a9ad;
  border-right: none;
  /*border-top-left-radius: 7px;
  border-top-right-radius: 7px;*/
  cursor: pointer;
  margin-top: 10px;
  font-weight: bold;
}

.prodet-page .prodet-2 .ret .last_img > div{
  padding-top: 50px;
}

.options ul li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background: #e12419;
  bottom: -6px;
  left: 0;
  z-index: 2;
  display: none;
}

.options ul li.active {
  border-color: #e12419;
  border-right: 1px solid #e12419;
  color: #e12419;
  padding: 20px;
  margin-top: 0;
}

.options ul li.active:after {
  display: block;
}

.options ul li:last-child {
  border-right: 1px solid #a2a9ad;
}

.options ul li:arfer {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #000;
  z-index: 2;
}



.sousuo-left {

  FONT-SIZE: 20PX;
  PADDING-LEFT: 20PX;
  FONT-WEIGHT: bold;
  text-transform: capitalize;
}

.prodet-5 {
  PADDING-TOP: 50PX;
}

.prodet-5 h3 {
  font-size: 35px;
  color: #000;
  margin: 10PX 0 30PX;
  font-weight: 700;
  line-height: .9;
  text-transform: uppercase;
}

.prodet-5 .box {
  line-height: 2;
  font-size: 18px;
  text-transform: capitalize;
  margin-left: -15px;
}

.faq-page .i-faq h2.h2,
.faq-page .i-faq p.p {

  text-transform: capitalize;
}

.faq-page .i-faq .faq-list dd {
  text-transform: capitalize;
}

.contact-page .init-6 .left .list ul li h3 {
  font-size: 10px;
  color: #1a1a1a;
  font-weight: bold;
}

@media screen and (max-width: 1600px) {
  .container {
    width: 1400px;
  }
  .prodet-page .prodet-1 .img-big img.cloudzoom {
    max-width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .prodet-page .prodet-1 .text h3，.prodet-page .prodet-1 .text h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .inner-banner{
    margin-top: 40px;
    height: auto;
    padding: 150px 20px;
	/*background-size: auto;*/
  }
  .inner-sidebar{
    display: none;
  }
  
}

@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  .options ul li {
    width: 33.3%;
    font-size: 16px;
  }

  .prodet-page .prodet-1 .text .content {
    font-size: 16px;
    line-height: 1.5;
  }

  .prodet-page .prodet-1 .text .btn a {
    padding: 0 10px;
  }

  .prodet-page .prodet-2 .options .cl{
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .options ul li{
    padding: 10px 2px;
  }
  .options ul li.active{
    padding: 20px 2px;
  }

  .prodet-faq h3,
  .prodet-5 h3 {
    font-size: 20px;
  }

  .sousuo-left,
  .sousuo-right {
    margin-top: 10px;
    width: 100%;
    position: relative;
  }

  .faq-list li .ig .con form {
    width: 100%;
  }

  .sousuo-right button {
    top: 5px;
    right: 10px;
  }
  .sousuo-right input#searchInput{
    padding-right: 40px;
  }
  .contact-page .init-2 .grid-box .column h2 {
    font-size: 20px;
  }

  .contact-page .init-2 .grid-box .column p {
    font-size: 16px;
  }

  .contact-page .init-2 .grid-box .column h2 {
    font-size: 16px;
  }

  .contact-page .init-6 .left .list ul li .box {
    width: 276px;
  }

  .contact-page .init-6 .left .list ul li .box:after {
    display: none;
  }

  .about-page .about-gy {
    background-size: cover;
  }

  .technology-page .i-online ul li h3 {
    font-size: 16px;
  }

  .inner-page .init-certification-public .column:nth-child(2) .honor-list .slick-arrow {
    display: none !important;
  }

}

@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  .shuzi li h2 {
    font-size: 25px;
  }

  .shuzi li p {
    font-size: 16px;
  }

  .prodet-page .prodet-2 .ret table tr td,.prodet-page .prodet-2 .ret table tr th{
    min-width: 100px;
  }
}

@media screen and (max-width: 500px) {
  .inner-banner .container{
    background: rgba(0, 0, 0, 0.2);
  }
  .recommended_product h3{
    text-align: center;
  }
  .contact-page .init-6 .left .list ul li .box {
    width: 270px;
  }

  .about-page .abt-2 .grid-box .right .text h2, .about-page .abt-2 .grid-box .right .text h1, .about-page .about-gy h2, .about-page .abt-7 .grid-box .right .text h2{
    font-size: 20px;
  }
  .about-page .about-gy .box ul li .text h3 {
    font-size: 16px;
  }

  .about-page .about-gy .box ul li .text p {
    line-height: 1.5;
    font-size: 16px;
  }
  

  .about-page .about-gy .box ul li .text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .about-page .about-gy .box ul li .img {
    margin-left: 0;
  }

  .shuzi li{
    width: 100%;
    margin-top: 20px;
  }

  .contact-page .init-6 .left .list ul li .box {
    width: 220px;
  }

  .contact-page .init-6 .left .list ul li .box {
    height: 110px;

  }

  .contact-page .init-6 .left .list ul li .box .grid-box{
    display: flex;
    justify-content: center;
  }
  .contact-page .init-6 .left .list ul li .box .grid-box .column:last-child{
    width: 70%;
  }

  .shuzi li h2,
  .shuzi li span {
    font-size: 18px;
  }

  .contact-page .init-6 .left form input{
    width: 100%;
    margin-top: 15px;
  }
  .contact-page .init-6 .left form div{
    margin: auto;
    margin-top: 20px;
  }

  .shuzi li p {
    font-size: 14px;
  }
}

.layui-layer-dialog {
  font-family: Arial !important;
}
.fancybox-button--thumbs{display:none!important;}