@font-face {
  font-family: 'TP';
  src: url('../fonts/TimesNewRomanPSMT.eot') format('eot'), url('../fonts/TimesNewRomanPSMT.woff2') format('woff2'), url('../fonts/TimesNewRomanPSMT.woff') format('woff'), url('../fonts/TimesNewRomanPSMT.ttf') format('truetype');
}
@media screen and (max-width: 1000px){
  .yimanuohide {
    display: none !important;
  }
  #index-body .about .text li .yimanuoabs {
    font-size: 14px !important;
  }
}
@font-face {
  font-family: 'TR';
  src: url('../fonts/TimesNewRomanPS-BoldMT.eot') format('eot'), url('../fonts/TimesNewRomanPS-BoldMT.woff2') format('woff2'), url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff'), url('../fonts/TimesNewRomanPS-BoldMT.ttf') format('truetype');
}
body {
  font-family: 'TP';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1550px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#header .nav {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1.15rem 0 1.1rem;
}
#header .nav .ui.menu {
  position: initial;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .logo span {
  display: block;
  font-size: 1.2rem;
  color: #e40016;
  margin-left: 6px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  position: relative;
  margin: 0 2.7rem 0 0;
  font-size: 0.9rem;
  font-family: 'TR';
  z-index: 100;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  padding: 1rem 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  position: relative;
  display: block;
  padding: 5px 0;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  margin-left: 10px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 90%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #e30017;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 180px;
  width: 240px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #e30017;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu {
 -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 180px;
  width: 280px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #e30017;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li{
   display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover{
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .language {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  font-family: 'TR';
  vertical-align: middle;
  margin-left: 4.4rem;
  line-height: 1;
}
#header .nav .ui.menu .language span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}
#header .nav .ui.menu .language .i1 {
  vertical-align: middle;
  width: 28px;
  height: 17px;
  display: inline-block;
}
#header .nav .ui.menu .language i {
  font-size: 18px;
}
#header .nav .ui.menu .language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  left: 0;
  width: 100px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #e30017;
  display: none \9;
}
#header .nav .ui.menu .language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
}
#header .nav .ui.menu .language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
  margin-left: 1.4rem;
}
#header .nav .ui.menu .h-search form {
  position: relative;
}
#header .nav .ui.menu .h-search form input {
  display: inline-block;
  font-size: 19px;
  width: 222px;
  height: 36px;
  line-height: 36px;
  font-family: 'TR';
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  border-radius: 18px;
  border: none;
  padding: 0 0 0 2.05rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .h-search form input::placeholder {
  color: #000;
}
#header .nav .ui.menu .h-search form input::-webkit-input-placeholder {
  color: #000;
}
#header .nav .ui.menu .h-search form input:-moz-placeholder {
  color: #000;
}
#header .nav .ui.menu .h-search form input::-moz-placeholder {
  color: #000;
}
#header .nav .ui.menu .h-search form input:-ms-input-placeholder {
  color: #000;
}
#header .nav .ui.menu .h-search form .b1 {
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  border: none;
  background-color: transparent;
  vertical-align: middle;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #e30017;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/bl.png") no-repeat center center rgba(0, 0, 0, 0);
  left: 32px;
}
#banner .slick-next {
  background: url("../images/br.png") no-repeat center center rgba(0, 0, 0, 0);
  right: 37px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  display: inline-block;
  width: 30px;
  height: 5px;
  background-color: rgba(191, 191, 191, 0.58);
  border-radius: 3px;
  position: relative;
  text-align: center;
  margin-right: 1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  border: none;
  background: none;
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #fff;
}
/*table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}*/
.button-group {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  padding: 10px;
}
.button-group .button {
  height: 28px;
  line-height: 28px;
  background-color: #e30017;
  color: #FFF;
  border: 0;
  outline: none;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  margin-bottom: 4px;
  cursor: pointer;
}
.layui-layer-dialog .layui-layer-content {
  word-break: break-word !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#m-header {
  position: relative;
  display: none;
  z-index: 21;
  margin-top: 60px;
}
#m-header .m-box {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: 0 15px;
}
#m-header .m-box .m-menu {
  display: inline-block;
  width: 33.3333333%;
  vertical-align: middle;
  margin-right: auto;
}
#m-header .m-box .m-menu .BtnMenu {
  font-size: 26px;
  vertical-align: middle;
  color: #333;
}
#m-header .m-box .m-menu .m-content {
  display: none;
  position: absolute;
  left: 0;
  top: 59px;
  font-size: 14px;
  width: 100%;
  line-height: normal;
  background-color: #fff;
  overflow-y: auto;
  max-height: 600px;
  max-height: 100vh;
  padding-bottom: 60px;
}
#m-header .m-box .m-menu .m-content .m-search {
  position: relative;
  padding: 20px;
}
#m-header .m-box .m-menu .m-content .m-search form {
  position: relative;
}
#m-header .m-box .m-menu .m-content .m-search form input {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  padding: 7px 30px 7px 10px;
}
#m-header .m-box .m-menu .m-content .m-search form input:focus {
  border-color: #0D9BF2;
}
#m-header .m-box .m-menu .m-content .m-search form button {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
}
#m-header .m-box .m-menu .m-content .m-list ul {
  height: auto;
}
#m-header .m-box .m-menu .m-content .m-list ul li {
  position: relative;
  border-bottom: solid 1px #f3f3f3;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link {
  position: relative;
  padding: 0 50px 0 30px;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link a {
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  padding: 16px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link i.Expandmenu {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 20px;
  width: 30px;
  text-align: center;
  color: #333;
  padding: 10px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link.active i.Expandmenu {
  -webkit-transform: translateY(-50%) rotateZ(-180deg);
  -moz-transform: translateY(-50%) rotateZ(-180deg);
  -ms-transform: translateY(-50%) rotateZ(-180deg);
  -o-transform: translateY(-50%) rotateZ(-180deg);
  transform: translateY(-50%) rotateZ(-180deg);
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list {
  display: none;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li {
  border-bottom: none;
  padding: 0 20px 0 40px;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li a {
  display: block;
  padding: 8px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li a:hover {
  color: #0D9BF2;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li:hover {
  background-color: #f5f5f5;
}
#m-header .m-box .m-menu .m-content .m-list ul li:hover .link,
#m-header .m-box .m-menu .m-content .m-list ul li:focus .link,
#m-header .m-box .m-menu .m-content .m-list ul li:active .link {
  background-color: #f5f5f5;
}
#m-header .m-box .m-menu .m-content .m-language {
  text-align: center;
  padding: 20px;
}
#m-header .m-box .m-menu .m-content .m-language a {
  display: inline-block;
  text-align: center;
  padding: 10px;
}
#m-header .m-box .m-menu .m-content .m-language a img {
  height: 25px;
}
#m-header .m-box .m-menu .m-content .m-language a p {
  font-size: 14px;
  color: #777;
  margin-top: 5px;
}
#m-header .m-box .m-menu .m-content .m-contact {
  font-size: 14px;
  text-align: center;
  color: #777;
  padding: 20px;
  padding-top: 0;
}
#m-header .m-box .m-logo {
  display: inline-block;
  text-align: center;
  width: 33.3333333%;
  vertical-align: middle;
  margin: auto;
}
#m-header .m-box .m-logo img {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
}
#m-header .m-box .m-login {
  display: inline-block;
  width: 33.3333333%;
  vertical-align: middle;
  text-align: right;
  margin-left: auto;
  font-size: 14px;
}
#m-header .m-box .m-login a:hover {
  color: #0D9BF2;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  left: 0;
  top: 64%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  color: #fff;
}
#banner ul li .text .right {
  background-color: rgba(0, 0, 0, 0.27);
  width: 47.1%;
  margin-left: 2.9%;
  padding: 3.2rem 2rem 3rem 2.9rem;
  font-family: 'TR';
}
#banner ul li .text .right span {
  font-size: 24px;
  line-height: 1;
}
#banner ul li .text .right h3 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 1rem;
}
#banner ul li .text .right p {
  font-size: 24px;
  line-height: 2;
  margin-top: 1.2rem;
}
#banner ul li .text .right .more {
  display: block;
  margin-top: 1.8rem;
  width: 149px;
  height: 44px;
  border: solid 2px #ffffff;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  font-family: 'TR';
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul li .text .right .more::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #e30017;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul li .text .right .more:hover {
  border: 2px solid #e30017;
}
#banner ul li .text .right .more:hover::before {
  width: 100%;
}
#banner .banner-down {
  position: absolute;
  right: 44px;
  bottom: 53px;
  color: #fff;
  font-size: 20px;
}
h3.yml {
  font-size: 2.5rem;
  font-family: 'TR';
  line-height: 1;
}
#index-body .more {
  display: block;
  margin-top: 1.9rem;
  width: 150px;
  height: 44px;
  border: solid 2px #000000;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  font-family: 'TR';
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #e30017;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more:hover {
  border-color: #e30017;
  color: #fff;
}
#index-body .more:hover::before {
  width: 100%;
}
#index-body .i-product {
  padding: 2.75rem 0 3.1rem;
}
#index-body .i-product .title {
  text-align: center;
}
#index-body .i-product .content {
  margin-top: 3.9rem;
}
#index-body .i-product .content li .img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-product .content li .text {
  padding-left: 3rem;
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-product .content li .text p {
  font-size: 20px;
  line-height: 2;
  width: 84%;
  margin-top: 1rem;
}
#index-body .i-product .content li:nth-child(even) .img {
  float: right;
}
#index-body .i-product .content li:nth-child(even) .text {
  float: left;
  padding: 3.05rem 0 0 6.6rem;
}
#index-body .contact {
  background: url(../images/cb.jpg) no-repeat center center;
  padding: 6rem 0 4.9rem 0;
  color: #fff;
  text-align: center;
}
#index-body .contact h3 {
  font-size: 2rem;
  line-height: 2;
}
#index-body .contact .more {
  margin: 4.85rem auto 0;
  border: 2px solid #fff;
}
#index-body .contact .more:hover {
  border-color: #e30017;
}
#index-body .product {
  background-color: #f4f4f4;
  padding: 3.3rem 0 4.05rem 0;
}
#index-body .product h3.yml {
  text-align: center;
}
#index-body .product .box {
  margin-top: 2.85rem;
  height: 635px;
}
#index-body .product .box .left {
  background: url(../images/pb.jpg) no-repeat;
  padding: 15rem 0;
  width: 30.9%;
  height: 100%;
  background-size: cover;
}
#index-body .product .box .left .more {
  background-color: #fff;
  color: #000;
  margin: 0 auto;
  width: 195px;
  height: 54px;
  line-height: 54px;
  border: none;
}
#index-body .product .box .left .more:hover {
  color: #fff;
}
#index-body .product .box .right {
  width: 69.1%;
  padding-left: 3.25rem;
}
#index-body .product .box .right .all {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
#index-body .product .box .right .l1 {
  display: inline-block;
  width: 61.8%;
  /*margin-bottom: -2.1rem;*/
}
/*#index-body .product .box .right .l1 .slick-slide {
  margin-bottom: 2.1rem;
}*/
#index-body .product .box .right .l1 .slick-slide:last-child li{
  margin-bottom: 0;
}
#index-body .product .box .right .l1 li {
  padding: 0.76rem 0;
  background-color: #fff;
  margin-bottom: 2.1rem;
}
#index-body .product .box .right .l1 li .img {
  display: inline-block;
  vertical-align: middle;
  width: 43.7%;
}
#index-body .product .box .right .l1 li .text {
  display: inline-block;
  vertical-align: middle;
  width: 55.3%;
}
#index-body .product .box .right .l1 li .text h3 {
  font-size: 30px;
  font-family: 'TR';
  line-height: 2;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
#index-body .product .box .right .l1 li .text p {
  font-size: 18px;
  line-height: 2;
  margin-top: 1.4rem;
}
#index-body .product .box .right .l1 li .text .mores {
  font-size: 18px;
  font-family: 'TR';
  display: block;
  line-height: 1;
  margin-top: 1.8rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .box .right .l1 li .text .mores::before {
  content: '';
  width: 54px;
  height: 4px;
  background-color: #000000;
  display: inline-block;
  vertical-align: top;
  margin: 7px 12px 0 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .box .right .l1 li .text .mores:hover {
  color: #e30017;
}
#index-body .product .box .right .l1 li .text .mores:hover::before {
  background-color: #e30017;
}
#index-body .product .box .right .l2 {
  display: inline-block;
  width: 34.2%;
  vertical-align: top;
}
#index-body .product .box .right .l2 li {
  background-color: #fff;
  box-shadow: 3px 4px 50px 4px rgba(67, 65, 65, 0.09);
  padding: 0 0 2.7rem 1.55rem;
}
#index-body .product .box .right .l2 li .img {
  padding-top: 1rem;
}
#index-body .product .box .right .l2 li .text {
  margin-top: 3.7rem;
}
#index-body .product .box .right .l2 li h3 {
  font-size: 30px;
  font-family: 'TR';
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-body .product .box .right .l2 li p {
  font-size: 18px;
  line-height: 2;
  margin-top: 1.4rem;
}
#index-body .product .box .right .l2 li .mores {
  font-size: 18px;
  font-family: 'TR';
  display: block;
  line-height: 1;
  margin-top: 1.8rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .box .right .l2 li .mores::before {
  content: '';
  width: 54px;
  height: 4px;
  background-color: #000000;
  display: inline-block;
  vertical-align: top;
  margin: 7px 12px 0 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .box .right .l2 li .mores:hover {
  color: #e30017;
}
#index-body .product .box .right .l2 li .mores:hover::before {
  background-color: #e30017;
}
#index-body .about {
  background-color: #fff;
  padding: 3.2rem 0 5.45rem 0;
}
#index-body .about .box {
  display: flex;
  justify-content: space-between;
}
#index-body .about .text {
  padding: 3.7rem 0 0;
  border: solid 2px #f4f4f4;
  border-left: none;
  border-right: none;
  text-align: right;
}
#index-body .about .text li {
  padding-bottom: 3.45rem;
  border-bottom: 2px solid #f4f4f4;
  padding: 0 10rem 3.45rem 4.4rem;
}
#index-body .about .text li h1 {
  font-size: 2.5rem;
  font-family: 'TR';
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .text li h2 {
  font-size: 2.5rem;
  font-family: 'TR';
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .text li h1:hover {
  color: #e30017;
}
#index-body .about .text li h2:hover {
  color: #e30017;
}
#index-body .about .text li p {
  font-size: 18px;
  line-height: 2;
  margin-top: 2rem;
}
#index-body .about .text li .yimanuoabs {
  font-size: 18px;
  line-height: 2;
  margin-top: 2rem;
}
#index-body .about .text li .yimanuoabs h1 {
  font-size: 18px;
  display: inline;
  font-family: inherit;
}
#index-body .about .text li .yimanuoabs h1:hover {
  color: inherit;
}
#index-body .about .text li:last-child {
  padding: 3.7rem 10rem 0 4.4rem;
  border-bottom: none;
}
#index-body .about .text li:last-child h3 {
  font-size: 2.5rem;
  font-family: 'TR';
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .text li:last-child h3:hover {
  color: #e30017;
}
#index-body .advantage {
  padding-top: 3.05rem;
  background: url(../images/adb.jpg) no-repeat;
  background-size: cover;
}
#index-body .advantage li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-bottom: 3.85rem;
  padding: 0 1rem;
}
#index-body .advantage li img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .advantage li h3 {
  font-size: 24px;
  line-height: 1;
  font-family: 'TR';
  margin-top: 2.1rem;
}
#index-body .advantage li p {
  font-size: 18px;
  line-height: 2;
  margin: 1.5rem auto 0;
  width: 90%;
}
#index-body .advantage li:hover {
  color: #e30017;
}
#index-body .advantage li:hover img {
  transform: rotate(360deg) scale(1.2);
  -webkit-transform: rotate(360deg) scale(1.2);
  -moz-transform: rotate(360deg) scale(1.2);
  -o-transform: rotate(360deg) scale(1.2);
  -ms-transform: rotate(360deg) scale(1.2);
}
#index-body .news {
  padding: 6.5rem 0 4.2rem;
}
#index-body .news h3.yml {
  text-align: center;
}
#index-body .news .content {
  margin-top: 2.15rem;
}
#index-body .news .content ul {
  margin: 0 -20%;
}
#index-body .news .content ul .slick-current {
  transform: scale(1.3);
}
#index-body .news .content ul .slick-slide {
  padding: 3rem 0;
  margin: 0 5.1rem 0 6.1rem;
}
#index-body .news .content li {
  border: solid 4px #f4f4f4;
  background-color: #fff;
  padding: 1.8rem 1.3rem 1.85rem 1.75rem;
}
#index-body .news .content li .img {
  width: 45%;
  display: inline-block;
  vertical-align: middle;
}
#index-body .news .content li .text {
  width: 55%;
  /*padding: 1rem 0 0 1.2rem;*/
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.2rem;
}
#index-body .news .content li .text time {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}
#index-body .news .content li .text time img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .news .content li .text time span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#index-body .news .content li .text h3 {
  font-size: 23px;
  font-family: 'TR';
  line-height: 2;
  margin-top: 0.9rem;
}
#index-body .news .content li .text p {
  font-size: 17px;
  line-height: 2;
  margin-top: 0.5rem;
}
#index-body .news .content li .text .mores {
  display: block;
  font-size: 17px;
  line-height: 1;
  margin-top: 1.1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .content li .text .mores::before {
  content: '';
  width: 42px;
  height: 3px;
  background-color: #323232;
  display: inline-block;
  vertical-align: top;
  margin: 7px 5px 0 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .content li .text .mores:hover {
  color: #e30017;
}
#index-body .news .content li .text .mores:hover::before {
  background-color: #e30017;
}
#footer {
  background: url(../images/fb.jpg) no-repeat;
  background-size: cover;
}
#footer .f-content {
  padding: 5.75rem 0 0 0;
  color: #fff;
}
#footer .f-content .header {
  margin-top: 3.7rem;
}
#footer .f-content .header img {
  display: inline-block;
  vertical-align: middle;
}
#footer .f-content .header span {
  display: inline-block;
  margin-left: 14px;
  font-size: 30px;
  vertical-align: middle;
}
#footer .f-content .f-contact {
  position: relative;
}
#footer .f-content .f-contact .info {
  width: 50%;
  margin-top: 1.9rem;
}
#footer .f-content .f-contact .info li {
  font-size: 16px;
  margin-bottom: 1.2rem;
}
#footer .f-content .f-contact .info li img {
  display: inline-block;
}
#footer .f-content .f-contact .info li span {
  display: inline-block;
  width: 90%;
  line-height: 2;
  padding-left: 1.05rem;
}
#footer .f-content .f-contact .info li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-contact .share {
  margin-top: 2.55rem;
}
#footer .f-content .f-contact .share li {
  display: inline-block;
  margin-right: 1.4rem;
}
#footer .f-content .f-contact #ewm {
  position: absolute;
  top: 64%;
  left: 34%;
}
#footer .f-content .f-contact #ewm img {
  width: 108px;
  height: 104px;
  border: 3px solid #fff;
}
#footer .f-content .f-contact .chat{
  position: absolute;
  top: 64%;
  left: 55%;
}
#footer .f-content .f-contact .wechat{
  position: absolute;
  top: 64%;
  left: 76%;
}
#footer .f-content .f-contact .wechat img{
  width: 108px;
  height: 104px;
  object-fit: cover;
}
#footer .f-content .f-contact .chat img{
  width: 108px;
  height: 104px;
  object-fit: cover;
}
#footer .f-content .f-form {
  background-color: rgba(32, 32, 32, 0.79);
  width: 36.2%;
  margin-left: 13.8%;
  padding: 2.8rem 2.05rem 2.2rem 2.1rem;
  margin-top: 5.5rem;
}
#footer .f-content .f-form h3 {
  font-size: 24px;
  line-height: 1;
}
#footer .f-content .f-form form {
  margin-top: 1.7rem;
}
#footer .f-content .f-form form input[type="text"] {
  background: none;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  width: 48.6%;
  font-size: 16px;
  color: #727272;
  padding-bottom: 11px;
  margin-bottom: 1rem;
}
#footer .f-content .f-form form .i1 {
  margin-right: 2%;
}
#footer .f-content .f-form form .i2 {
  width: 100% !important;
}
#footer .f-content .f-form form textarea {
  background: none;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  width: 100%;
  font-size: 16px;
  color: #727272;
  padding-bottom: 11px;
  margin-bottom: 1.85rem;
}
#footer .f-content .f-form form input[type="image"] {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-form form input[type="image"]:hover {
  transform: translateX(10px);
}
#footer .footer-copy {
  margin-top: 3.2rem;
  color: #fff;
  font-size: 14px;
}
#footer .footer-copy p {
  border-top: 1px solid #fff;
  padding: 1rem 0;
  line-height: 2;
}
#footer .footer-copy p .yimanuofoot {
  margin-left: 20px;
}
#footer .footer-copy svg {
  vertical-align: bottom;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #fff;
}
#footer .footer-copy svg text {
  fill: #fff;
}
#footer .footer-copy svg:hover {
  fill: #e30017;
}
.inquiry {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: rgba(227, 0, 23, 0.5);
  cursor: pointer;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}
.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
  border: 1px solid #e6e6e6;
  background: #e30017;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  position: relative;
  z-index: 10;
  color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
  background: #000;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
@media screen and (max-width: 1920px) {
  #mobile {
    left: -320px;
  }
}
@media screen and (max-width: 1800px) {
  #index-body .about .text li {
    padding: 0 5rem 3.45rem 3rem;
  }
  #index-body .about .text li:last-child {
    padding: 2rem 5rem 0 3rem;
  }
  #index-body .about .text li p {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1550px) {
  #index-body .about .text li {
    padding: 0 5rem 1.5rem 3rem;
  }
  #index-body .about .text li p {
    font-size: 20px;
  }
  #index-body .product .box .right .l1 li .text h3 {
    font-size: 28px;
  }
  #index-body .product .box .right .l1 li .text p {
    font-size: 16px;
  }
  #index-body .product .box .right .l2 {
    background-color: #fff;
  }
  #index-body .product .box .right .l2 li .img {
    margin-top: 0;
  }
  #index-body .product .box .right .l2 li .text {
    margin-top: 0;
  }
  #index-body .product .box .right .l2 li .text h3 {
    font-size: 28px;
  }
  #index-body .product .box .right .l2 li .text p {
    font-size: 16px;
  }
  #index-body .news .content li .text h3 {
    font-size: 20px;
  }
  #index-body .news .content li .text p {
    font-size: 16px;
  }
  #footer .f-content .f-contact #ewm{
    left: 38%;
  }
  #footer .f-content .f-contact .chat{
    left: 55%;
  }
  #footer .f-content .f-contact .wechat{
    left: 72%;
  }
}
@media screen and (max-width: 1366px) {
  #banner ul li .text {
    top: 72%;
  }
  #index-body .about .text {
    padding: 2rem 0 0 0;
  }
  #index-body .about .text li {
    padding: 0 3rem 1.5rem 3rem;
  }
  #index-body .about .text li:last-child {
    padding: 2rem 3rem 0 3rem;
  }
  #index-body .news .content ul .slick-slide {
    margin: 0 4rem;
  }
  #footer .f-content .header span {
    font-size: 27px;
  }
  #footer .f-content .f-contact .chat {
    left: 58%;
}
  #footer .f-content .f-contact .wechat {
    left: 80%;
}
}
@media screen and (max-width: 1260px) {
  #banner ul li .text .left img {
    width: 70%;
  }
  #banner ul li .text .right span {
    font-size: 20px;
  }
  #banner ul li .text .right h3 {
    font-size: 2rem;
  }
  #banner ul li .text .right p {
    font-size: 20px;
  }
  h3.yml {
    font-size: 2rem;
  }
  #index-body .i-product .content li .text p {
    font-size: 20px;
  }
  #index-body .i-product .content li:nth-child(even) .text {
    float: left;
    padding: 5rem 0 0 4.6rem;
  }
  #index-body .product .box .right .l1 li .text h3,
  #index-body .product .box .right .l2 li .text h3 {
    font-size: 24px;
  }
  #index-body .about .text li h1,
  #index-body .about .text li:last-child h3 {
    font-size: 2rem;
  }
  #index-body .about .text li p {
    font-size: 18px;
  }
  #index-body .about .text li {
    padding: 0 2rem 1.5rem 2rem;
  }
  #index-body .about .text li:last-child {
    padding: 2rem 2rem 0 2rem;
  }
  #index-body .advantage li p {
    font-size: 16px;
  }
  #index-body .news .content ul .slick-slide {
    margin: 0 3rem;
  }
  #index-body .news .content li .text p,
  #index-body .news .content li .text h3 {
    margin-top: 1rem;
  }
  #footer .f-content .header span {
    font-size: 23px;
  }
  #footer .f-content .f-contact #ewm img,
  #footer .f-content .f-contact .chat img,
  #footer .f-content .f-contact .wechat img{
    width: 80px;
    height: 76px;
  }
  #footer .f-content .f-contact #ewm {
    left: 47%;
  }
  #footer .f-content .f-contact .chat{
    left: 65%;
  }
  #footer .f-content .f-contact .wechat {
    left: 83%;
}
  #footer .f-content .f-form {
    width: 40.2%;
    margin-left: 9.8%;
  }
  #footer .f-content .f-form form .i1 {
    margin-right: 1%;
  }
  #footer .f-content .f-contact .info li span{
    width: 88%;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 1.5rem;
  }
  #header .nav .ui.menu .language {
    margin-left: 2rem;
  }
  #index-body .i-product .content li .text p {
    width: 90%;
  }
  #index-body .i-product .content li:nth-child(even) .text {
    padding: 3rem 0 0 3rem;
  }
  #index-body .product .box{
    height: 504px;
  }
  #index-body .product .box .right .l1 li .text h3,
  #index-body .product .box .right .l2 li .text h3 {
    font-size: 20px;
  }
  #index-body .product .box .right .l1 li .text p,
  #index-body .product .box .right .l2 li .text p {
    font-size: 14px;
  }
  #index-body .product .box .right .l1 li {
    padding: 1.5rem 0.5rem 1.5rem 0;
  }
  #index-body .product .box .right .l2 li {
    padding: 0 0 0 1.55rem;
  }
  #index-body .product .box .right .l2 {
    width: 36.2%;
  }
  #index-body .about .text li p {
    font-size: 16px;
  }
  #index-body .about .text {
    padding: 1rem 0 0 0;
  }
  #index-body .advantage li p {
    width: 100%;
  }
  #index-body .news .content li .text time {
    font-size: 14px;
  }
  #index-body .news .content li .text h3 {
    font-size: 16px;
  }
  #index-body .news .content li .text p {
    font-size: 14px;
  }
  #index-body .news .content li .text .mores {
    font-size: 14px;
    margin-top: 1rem;
  }
  #index-body .news .content li .text .mores::before {
    margin: 5px 5px 0 0;
  }
  #footer .f-content .header span {
    font-size: 20px;
  }
  #footer .f-content .f-contact .info li span {
    width: 87%;
  }
  #footer .f-content .f-form {
    width: 43.2%;
    margin-left: 6.8%;
  }
}
@media screen and (max-width: 992px) {
  #mobile {
    left: -280px;
  }
  #header .nav {
    padding: 0;
  }
  #header .nav .ui.menu .logo {
    width: auto;
  }
  #header .nav .ui.menu .logo span {
    display: none;
  }
  #mobile #menu-on i {
    background: #000;
  }
  #banner ul li .text .right {
    width: 50%;
    margin-left: 0;
  }
  #banner ul li .text .right span,
  #banner ul li .text .right p {
    font-size: 16px;
  }
  #banner ul li .text .right h3,
  #banner ul li .text .right p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #banner ul li .text .right .more {
    width: 116px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
  #index-body .i-product .content li .text {
    padding-left: 2rem;
  }
  #index-body .i-product .content li .text p {
    font-size: 16px;
    width: 100%;
  }
  #index-body .i-product .content li:nth-child(even) .text {
    padding: 2rem 0 0 1rem;
  }
  #index-body .more {
    width: 116px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
  #index-body .product .box .left {
    display: none;
  }
  #index-body .product .box .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .about .img {
    display: none;
  }
  #index-body .about .text {
    width: 100%;
  }
  #index-body .about .text li:last-child {
    padding: 2rem 2rem 1.5rem 2rem;
  }
  #index-body .advantage li {
    width: 50%;
  }
  #index-body .news .content ul {
    margin: 0;
  }
  #index-body .news .content ul .slick-current {
    transform: scale(1);
  }
  #index-body .news .content ul .slick-slide {
    margin: 0;
  }
  #footer .f-content .f-contact {
    width: 100%;
    padding-bottom: 9rem;
  }
  #footer .f-content .f-contact .chat {
    position: absolute;
    top: 85%;
    left: 1%;
  }
  #footer .f-content .f-form {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text {
    top: 60%;
  }
  #banner ul li .text .left {
    display: none;
  }
  #banner ul li .text .right {
    width: 100%;
  }
  #banner ul li .text .right span,
  #banner ul li .text .right p {
    font-size: 14px;
  }
  #banner ul li .text .right h3 {
    font-size: 18px;
  }
  #banner ul li .text .right .more {
    font-size: 14px;
  }
  #index-body .i-product .content {
    margin-top: 2rem;
  }
  #index-body .i-product .content li .text {
    padding: 1.5rem 0 1.5rem 1rem;
  }
  #index-body .i-product .content li:nth-child(even) .text {
    padding: 2rem 0 1.5rem 1rem;
  }
  #index-body .contact {
    display: none;
  }
  #index-body .about .text li p {
    font-size: 14px;
  }
  #index-body .product .box .right .all {
    display: block;
  }
  #index-body .product .box .right .l1{
    width: 100%;
  }
   #index-body .product .box .right .l2{
     display: none;
   }
  #index-body .product .box .right .l1 li .img,
  #index-body .product .box .right .l1 li .text {
    width: 100%;
  }
  #index-body .product .box .right .l1 li .text {
    padding-left: 1.55rem;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .news {
    padding: 0 0 4.2rem;
  }
  #index-body .news .content li .img,
  #index-body .news .content li .text {
    width: 100%;
  }
  #index-body .news .content {
    margin-top: 0;
  }
  #footer .f-content .header {
    text-align: center;
  }
  #footer .f-content .header span {
    font-size: 14px;
    margin-top: 1rem;
  }
  #footer .f-content .f-contact .info {
    width: 100%;
  }
  #footer .f-content .f-contact .info li {
    font-size: 14px;
  }
  #footer .f-content .f-contact .share,
  #footer .f-content .f-contact #ewm {
    display: none;
  }
}

.inner-banner {
  background: url(../images/inner-banner.jpg) no-repeat fixed;

  height:450px;
  padding-top: 5%;
 
color: #fff;
}
.inner-banner .container {
  width: 80%;
}
.inner-banner .container h2 {
  font-size: 48px;
  text-transform: uppercase;
  position: relative;  
  padding-bottom: 10px;
}
.inner-banner .container h2:after {
  content: '';
  position: absolute;
  background: #e30017;
  width: 100px;
  height: 6px;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.mbx{
  padding: 15px 0;
      background: #f6f6f6;
}
.mbx .container{
  width: 82%;
}
.mbx a,.mbx span{
  font-size: 18px;
  color: #666;
}
.mbx a:hover,.mbx span{
  color: #e30017;
}
.inner-page {
  padding: 50px 0;
}
.inner-page .container {
  width: 82%;
}
.inner-page .container h2.tit {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  padding: 30px 0;
}
.inner-page .container .sidebar-fl {
  width: 22%;
}
.inner-page .container .sidebar-fl .form {
  position: relative;
}
.inner-page .container .sidebar-fl .form input {
  width: 100%;
  background: none;
  border: 1px solid #ccc;
  outline: none;
  padding: 15px 20px;
  font-size: 14px;
  color: #ccc;
}
.inner-page .container .sidebar-fl .form input[type="submit"] {
  width: 30%;
  background: #e30017 url(../images/tc-zoom-white.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
}
.inner-page .container .sidebar-fl .latest-news {
  padding-top: 30px;
}
.inner-page .container .sidebar-fl .latest-news h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.inner-page .container .sidebar-fl .latest-news ul li {
  margin-bottom: 12px;
}
.inner-page .container .sidebar-fl .latest-news ul li .grid-box .column {
  width: 45%;
  vertical-align: middle;
}
.inner-page .container .sidebar-fl .latest-news ul li .grid-box .column:nth-child(2) {
  width: 55%;
  padding-left: 20px;
}
.inner-page .container .sidebar-fl .latest-news ul li .grid-box .column:nth-child(2) time {
  color: #e30017;
  font-size: 14px;
}
.inner-page .container .sidebar-fl .latest-news ul li .grid-box .column:nth-child(2) h2 {
  margin-top: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
}
.inner-page .container .sidebar-fl .latest-news ul li:hover h2 {
  color: #e30017;
}
.inner-page .container .sidebar-fl .side-contact {
  margin-top: 70px;
  padding: 30px;
  background: url(../images/side-bg_03.jpg) no-repeat center;
  background-size: cover;
}
.inner-page .container .sidebar-fl .side-contact h2 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 40px;
}
.inner-page .container .sidebar-fl .side-contact p {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
}
.inner-page .container .sidebar-fl .side-contact p a {
  color: #ffffff;
}
.inner-page .container .sidebar-fl .side-contact .text {
  margin-top: 70px;
}
.inner-page .container .sidebar-fl .side-contact a.call {
  margin: 30px auto 0;
  display: block;
  width: 100%;
  height: 58px;
  margin-top: 40px;
  line-height: 58px;
  background: #e30017;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}
.inner-page .container .page-right {
  width: 78%;
  padding-left: 8%;
}
.inner-page .container .page-right .yimanuopro2 {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.news-page .container .page-right li img{
  width: 70%;
}
.inner-page h3.title {
  color: #111;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 2;
  margin: 15px 0;
  position: relative;
  font-family: 'TR';
}
.inner-page .m-page {
  text-align: center;
  padding-top: 40px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #333;
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span {
  cursor: not-allowed;
}
.inner-page .m-page a:hover {
  color: white;
  background: #e30017;
  border-color: #e30017;
}
.about-page .about-1 {
  padding: 70px 0;
}
.about-page .about-1 .box {
  background: #fff;
  padding: 40px;
}
.about-page .about-1 .left {
  width: 42%;
  padding-right: 15px;
  vertical-align: middle;
}
.about-page .about-1 .left .box2 {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left .box2:before {
  content: '';
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.about-page .about-1 .left .box2 .play {
  position: absolute;
  color: white;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .box2 .play i {
  background: #e30017 none repeat scroll 0 0;
  border: 2px solid #e30017;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 58px;
  line-height: 15px;
  margin: 0 10px 0 0;
  padding: 20px;
  text-align: center;
  width: 58px;
}
.about-page .about-1 .right {
  width: 58%;
  padding-left: 15px;
  vertical-align: middle;
}
.about-page .about-1 .right h5 {
  color: #111;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 20px;
  margin-top: 35px;
  position: relative;
  line-height: 30px;
  margin-bottom: 10px;
}
.about-page .about-1 .right h5:before {
  position: absolute;
  height: 4px;
  width: 10%;
  background: #e30017 none repeat scroll 0 0;
  content: "";
  left: 0;
  top: -20px;
}
.about-page .about-1 .right h5:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 11%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.about-page .about-1 .text{    
  max-height: 500px;
  overflow-y: auto;
    }
.about-page .about-1 .text p {
  line-height: 2;
  font-size: 16px;
  margin: 25px 0;
}
.about-page {
  padding-bottom: 0;
  background: #f6f6f6;
}
.about-page .about-2 .grid-box .column {
  text-align: center;
}
.about-page .about-2 .grid-box .column h2 {
  font-size: 48px;
  color: #e30017;
  font-family: 'TR';
}
.about-page .about-2 .grid-box .column h2 a {
  position: relative;
}
.about-page .about-2 .grid-box .column p {
  font-size: 16px;
  line-height: 2;
}
.about-page .about-3-honor {
  padding: 30px 0;
}
.about-page .about-3-honor .honor-list ul li {
  padding: 0 10px;
}
.about-page .about-4 {
  padding: 20px 0;
}
.about-page .about-4 .box {
    height: 660px;
    position: relative;
    top: 0;
}
.about-page .about-4 .factory-list ul li {
  padding: 0 10px;
}
.about-page .about-4 .more {
  margin: 30px auto 0;
  display: block;
  width: 270px;
  height: 58px;
  margin-top: 70px;
  line-height: 58px;
  background: #e30017;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.about-page .about-5 {
  margin-top: 50px;
}
.about-page .about-5 .about5-list ul li .img-box {
  position: relative;
}
.about-page .about-5 .about5-list ul li .img-box .layer {
  padding-top: 32%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.about-page .about-5 .about5-list ul li .img-box .layer p {
  font-size: 32px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.news-page .grid-box.two .column ul li {
  margin-bottom: 50px;
}
.news-page .grid-box.two .column ul li .img-box {
  position: relative;
}
.news-page .grid-box.two .column ul li .img-box .text {
  padding: 30px 0;
  background: #fff;
  position: relative;
  z-index: 3;
}
.news-page .grid-box.two .column ul li .img-box .text time {
  color: #e30017;
  font-size: 14px;
}
.news-page .grid-box.two .column ul li .img-box .text h2 {
  font-size: 30px;
  line-height: 2;
  margin: 10px 0;
  font-weight: 700;
}
.news-page .grid-box.two .column ul li .img-box .text p {
  line-height: 30px;
  margin: 10px 0;
  font-size: 14px;
}
.news-page .grid-box.two .column ul li .img-box .text a.more {
  text-transform: uppercase;
  font-weight: 700;
}
.news-page .grid-box.two .column ul li .img-box .text a.more .fa {
  margin-left: 10px;
  font-size: 20px;
}
.news-page .grid-box.two .column ul li .img-box .text a.more:hover {
  color: #e30017;
}
.news-page .grid-box.two .column ul li .img-box:hover h2 {
  color: #e30017;
}
.newdet-page{
  background: #f6f6f6;
}
.newdet-page .page-right h2 {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 20px;
  font-family: 'TR';
}
.newdet-page .page-right time {
  font-size: 15px;
  color: #737777;
}
.newdet-page .page-right .content{
  padding: 40px;
  background: #fff;
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.newdet-page .page-right .content .news_next{
  margin-top: 30px;
  line-height: 2;
}
.factory-page {
  background: #fff;
}
.factory-page .factory-part {
  padding: 50px 0;
}
.factory-page .factory-part .tit {
  text-align: center;
}
.factory-page .factory-part .tit h2 {
  color: #2a2a2a;
  font-size: 44px;
  font-family: 'TR';
}
.factory-page .factory-part .tit p {
  color: #666;
  font-size: 14px;
}
.factory-page .factory-part .factory-part-list {
  margin-top: 20px;
}
.factory-page .factory-part .factory-part-list ul li {
  padding: 0 2px;
}
.factory-page .factory-part .factory-part-list ul li .img-box .text {
  padding: 20px 0;
  position: relative;
  z-index: 2;
  background: #fff;
  text-align: center;
}
.factory-page .factory-part .factory-part-list ul li .img-box .text h2 {
  color: #2c2c2c;
  font-weight: 500;
  font-size: 18px;
}
.factory-page .factory-part .factory-part-list ul li .img-box .text p {
  color: #666;
  line-height: 30px;
  list-style-type: disc;
  list-style-position: inside;
}
.product-page {
  background: #f6f6f6;
}
.product-page .pro-sidevar {
  margin-bottom: 120px;
}
.product-page .pro-sidevar h2 {
  color: #c7c7c7;
  font-size: 28px;
  text-transform: uppercase;
}
.product-page .pro-sidevar #inner-nav{
  margin: 30px 0;
}
.product-page .pro-sidevar #inner-nav ul li{
  color: #676a6c;
  font-size: 22px;
  padding-left: 25px;
  position: relative;
  text-transform: capitalize;
}
.product-page .pro-sidevar #inner-nav ul li:after{ 
  content: '';position: absolute;
  width: 14px;
  height: 1px;
  background: #676a6c;
  left:0;
  top:15px;
  }
  .product-page .pro-sidevar #inner-nav ul li ul{
    margin:10px 0;
  }
.product-page .pro-sidevar #inner-nav ul li li{
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #9d9d9d;
  padding-left: 0;
}
.product-page .pro-sidevar #inner-nav ul li li:after{
    display: none;
}

.product-page .page-right .desc{
  margin-bottom: 1rem;
  /*font-size: 20px;
  line-height: 1.5;*/
}
.product-page .page-right .desc .img{
  display: inline-block;
  vertical-align: middle;
}
.product-page .page-right .desc .text{
  display: inline-block;
  vertical-align: middle;
  padding-left: 2rem;
}
.product-page .page-right .desc .text h3{
  font-size: 2.3rem;
  line-height: 1;
  font-family: 'TR';
}
.product-page .page-right .desc .text h1 {
  font-size: 26px;
  line-height: 2;
  font-family: 'TR';
}
.product-page .page-right .desc .text p{
  font-size: 18px;
  line-height: 2;
  margin-top: 1rem;
}
.product-page .page-right .grid-box.three .column {
  padding: 0 1px 1px;
}
.product-page .page-right .grid-box.three .column .box {
  background: #fff;
  position: relative;
  height: 588px;
}
.product-page .page-right .grid-box.three .column .box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  top: 0;
  left: 0;
  background: #e30017;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.product-page .page-right .grid-box.three .column .box:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: 0;
  background: #e30017;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.product-page .page-right .grid-box.three .column .box .inner:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #e30017;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.product-page .page-right .grid-box.three .column .box .inner:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  right: 0;
  background: #e30017;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.product-page .page-right .grid-box.three .column .box .img-box{padding:10px 30px;}
.product-page .page-right .grid-box.three .column .box .text {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 10px 20px 30px;
}
.product-page .page-right .grid-box.three .column .box .text h3 {
  font-size: 16px;
  color: #acacac;
  text-transform: uppercase;
}
.product-page .page-right .grid-box.three .column .box .text h2 {
  margin: 8px 0;
  font-size: 18px;
  line-height: 2;
  height: 65px;
}
.product-page .page-right .grid-box.three .column .box .text p {
  color: #565656;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
}
.product-page .page-right .grid-box.three .column .box .text .in{
  margin-top: 1rem;
}
.product-page .page-right .grid-box.three .column .box .text a.contact {
  display: block;
  width: 118px;
  height: 40px;
  line-height: 40px;
  background: #e30017;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}
.product-page .page-right .grid-box.three .column:hover .box:after {
  width: 100%;
}
.product-page .page-right .grid-box.three .column:hover .box:before {
  height: 100%;
}
.product-page .page-right .grid-box.three .column:hover .box .inner:after {
  width: 100%;
}
.product-page .page-right .grid-box.three .column:hover .box .inner:before {
  height: 100%;
}

.prodet-page .page-right .init-1 {
  margin-bottom: 30px;
}
.prodet-page .page-right .init-1 .column {
  vertical-align: top;
}
.prodet-page .page-right .init-1 .column:nth-child(2){
  padding-left: 30px;
}
.prodet-page .page-right .init-1 .column h2 {
  font-size: 24px;
  color: #7d7878;
}
.prodet-page .page-right .init-1 .column h2 span {
  color: #65a5d0;
}
.prodet-page .page-right .init-1 .column h1 {
  font-size: 20px;
  line-height: 2;
  color: #000000;
  font-family: 'TR';
}
.prodet-page .page-right .init-1 .column h4 {
  font-size: 24px;
  color: #000000;
}
.prodet-page .page-right .init-1 .column p {
  margin-top: 30px;
  line-height: 2;
  font-size: 16px;
}
.prodet-page .page-right .init-1 .column .det-contact{
  margin-top: 50px;
}
.prodet-page .page-right .init-1 .column .det-contact a{
  display: block; width: 175px; height: 60px;line-height: 58px; 
  background: #e30017; text-align: center; font-size: 18px; 
text-transform: uppercase; color: #ffffff;
border: 1px solid #e30017;
margin-right: 20px;
float: left;
}
.prodet-page .page-right .init-1 .column .det-contact a.more2{
  background: none;
  color: #e30017;
}
.prodet-page .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .left ul li i,
.prodet-page .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .left .four ul .slick-current li a {
	border-color:#014fa2;
}
.prodet-page .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .prodet-box-two{
  background: #ffffff;
  margin: 20px 0;
  padding: 40px 30px;
}
.prodet-page .prodet-box-two .column {
  width: 25%;
  padding-right: 30px;
  line-height: 2;
  padding-bottom: 30px;
}
.prodet-page .prodet-box-two .column h2 {
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
}
.prodet-page .prodet-box-two .column h2:after {
  content: '';
  position: absolute;
  width: 88px;
  height: 5px;
  background: #000;
  right: 0;
  top: 10px;
}
.prodet-page .prodet-box-two .prodet1 {
  width: 75%;
}
.prodet-page .prodet-box-two .prodet1 p {
  line-height: 30px;
}
.prodet-page .prodet-box-two .prodet1 table {
  /*width: 100% !important;*/
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
.prodet-page .prodet-box-two .prodet1 table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
.prodet-page .prodet-box-two .prodet1 table td,
.prodet-page .prodet-box-two .prodet1 table th {
  padding: 5px 10px;
  border: 1px solid #666;
  /*width: auto !important;
  height: auto !important;*/
}
.prodet-page .prodet-box-two .prodet1 table tr {
  /*border-bottom: 1px solid #000;*/
  width: auto !important;
  height: auto !important;
}
.prodet-page .prodet-box-two .prodet1 table tr:nth-child(even) {
  background: #eee;
}

.prodet-page .prodet-box-two .prodet1 table tr td {
  padding: 5px 0;
  font-size: 16px;
}

.prodet-page .inner-prodet-3{
  margin-top: 40px;
}
.prodet-page .inner-prodet-3 ul li{
  padding: 0 10px;
}
.prodet-page .inner-prodet-3 ul li .box {
  background: #fff;
  position: relative;
}
.prodet-page .inner-prodet-3 ul li .box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  top: 0;
  left: 0;
  background: #e30017;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.prodet-page .inner-prodet-3 ul li .box:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: 0;
  background: #e30017;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.prodet-page .inner-prodet-3 ul li .box .inner:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #e30017;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.prodet-page .inner-prodet-3 ul li .box .inner:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  right: 0;
  background: #e30017;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.prodet-page .inner-prodet-3 ul li .box .text {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 10px 20px 30px;
}
.prodet-page .inner-prodet-3 ul li .box .text h3 {
  font-size: 16px;
  color: #acacac;
  text-transform: uppercase;
}
.prodet-page .inner-prodet-3 ul li .box .text h2 {
  margin: 8px 0;
  font-size: 18px;
  line-height: 2;
}
.prodet-page .inner-prodet-3 ul li .box .text p {
  color: #565656;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
}
.prodet-page .inner-prodet-3 ul li .box .text a.contact {
  display: block;
  width: 118px;
  height: 40px;
  line-height: 40px;
  background: #e30017;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}
.prodet-page .inner-prodet-3 ul li:hover .box:after {
  width: 100%;
}
.prodet-page .inner-prodet-3 ul li:hover .box:before {
  height: 100%;
}
.prodet-page .inner-prodet-3 ul li:hover .box .inner:after {
  width: 100%;
}
.prodet-page .inner-prodet-3 ul li:hover .box .inner:before {
  height: 100%;
}
.prodet-page .page-right .content{
  background: none;
  padding: 0;
}
.contact-page{
  padding: 0;
}
.contact-page .more {
    margin: 0 auto;
    display: block;
    width: 158px;
    height: 52px;
    margin-top: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #000;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
.init-contact1 {
  padding: 118px 0 60px;
}
.init-contact1 .column {
  width: 60%;
}
.init-contact1 .column:nth-child(1) {
  padding-right: 8%;
}
.init-contact1 .column:nth-child(1) form {
  margin-top: 40px;
}
.init-contact1 .column:nth-child(1) form ul li {
  margin-bottom: 10px;
}
.init-contact1 .column:nth-child(1) form ul li input,
.init-contact1 .column:nth-child(1) form ul li textarea {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #666666;
  outline: none;
  padding: 20px;
  padding-left: 0;
  font-size: 18px;
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input ::-webkit-input-placeholder,
.init-contact1 .column:nth-child(1) form ul li textarea ::-webkit-input-placeholder {
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input :-moz-placeholder,
.init-contact1 .column:nth-child(1) form ul li textarea :-moz-placeholder {
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input ::-moz-placeholder,
.init-contact1 .column:nth-child(1) form ul li textarea ::-moz-placeholder {
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input :-ms-input-placeholder,
.init-contact1 .column:nth-child(1) form ul li textarea :-ms-input-placeholder {
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input[type="submit"] {
  color: #fff;
  background: #e30017;
  border: none;
  width: 180px;
  text-align: center;
  padding: 12px 20px;
  margin-top: 30px;
}
.init-contact1 .column h2 {
  padding: 20px 0;
 
  font-size: 40px;
  font-weight: bold;
}
.init-contact1 .column p {
  font-size: 18px;
  line-height: 2;
  color: #666666;
  margin: 10px 0;
}
.contact-page .init-contact1 .column:nth-child(2) {
  width: 50%;
  padding-left: 2%;
}
.contact-page .init-contact1 .column:nth-child(2) h2 {

  font-size: 40px;
   font-weight: bold;
}

.contact-page .init-contact1 .column:nth-child(2) .text .map {
  margin: 20px 0 40px;
  border: 1px solid #ccc;
  min-height: 300px;
}
.contact-page .init-contact1 .column:nth-child(2) .text p {
 
  color: #333333;
}
.contact-page .init-contact1 .column:nth-child(2) .text p .fa{
  font-size: 20px;
  margin-right: 5px;
  color: #e30017;
}
.contact-page .init-contact1 .column:nth-child(2) .text p img{
  width: 20px;
  height: 20px;
}
.contact-page .init-faq {
  padding: 80px 0 115px;
  background: #f7f7f7;
}
.contact-page .init-faq h2 {
  color: #333333;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase; font-weight: bold;
}

.contact-page .init-faq .faq-list {
  margin-top: 80px;
  padding: 0 8%;
}
.contact-page .init-faq .faq-list ul li {
  border-bottom: 1px solid #000000;
  padding: 15px 0;
  margin: 15px 0;
}
.contact-page .init-faq .faq-list ul li h4 {
  color: #333333;
  font-size: 18px;
  position: relative;
  padding-right: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.contact-page .init-faq .faq-list ul li h4 .fa {
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 30px;
}
.contact-page .init-faq .faq-list ul li p {
  line-height: 30px;
  font-size: 16px;
  display: none;
}
.prodet-page .init-contact1{
  padding: 30px 0;
}
.prodet-page .init-contact1 .column:nth-child(1){
  width: 100%;
  padding: 0;
}
/*add*/
.design-page {
  padding: 0;
}
.design-page .init-1 {
  background: #F3F4F6;
  padding: 50px 0;
}
.design-page .init-1 h2 {
  line-height: 58px;
  margin-bottom: 6px;
  font-size: 48px;
  color: #162c35;
  font-weight: 700;
  font-style: normal;
}
.design-page .init-1 p {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  font-style: normal;
}
.design-page .init-1 #carousel {
  padding: 50px 10%;
}
.design-page .init-1 .ft {
  padding-top: 60px;
}
.design-page .init-1 .btn a {
  display: block;
  width: 350px;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  color: #fff !important;
  background: #e30017;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.design-page .init-1 ul li img {
  width: 100%;
}
.design-page .init-1 ul .slick-slide li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  left: 20%;
  z-index: 0;
  background: #e3e4e6;
  padding: 0 10%;
}
.design-page .init-1 ul .slick-slide.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  left: 0;
  z-index: 1;
}
.design-page .init-1 ul .slick-slide.slick-current + div li {
  left: -25%;
}
.design-page .init-2 {
  padding: 120px 0;
  background-color: #e9ebec;
}
.design-page .init-2 .grid-box .column {
  vertical-align: middle;
}
.design-page .init-2 .grid-box .column:nth-child(1) {
  padding-right: 5%;
}
.design-page .init-2 .grid-box .column:nth-child(1) h3 {
  margin-bottom: 8px;
  font-size: 24px;
  color: #162c35;
  font-weight: 700;
  font-style: normal;
}
.design-page .init-2 .grid-box .column:nth-child(1) h2 {
 
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.design-page .init-2 .grid-box .column:nth-child(1) p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #777 !important;
}
.design-page .tit {
  text-align: center;
}
.design-page .tit h3 {
  
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.design-page .tit p {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  font-style: normal;
}
.design-page .init-3 {
  background: #F3F4F6;
  padding: 100px 0;
}
.design-page .init-3 .init-3-list {
  padding-top: 60px;
  padding-left: 12%;
}
.design-page .init-3 .init-3-list ul li{
  padding: 0 20px;
  padding-top: 80px;
}

.design-page .init-3 .init-3-list ul li .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 40px;
  background-color: #fff;
}
.design-page .init-3 .init-3-list ul li .item .pic {
  position: relative;
  z-index: 10;
  max-width: 500px;
  width: 100%;
  -webkit-transform: translate(0, -80px);
  -ms-transform: translate(0, -80px);
  transform: translate(0, -80px);
}
.design-page .init-3 .init-3-list ul li .item .text {
  position: relative;
  max-width: 420px;
  width: 100%;
  padding-bottom: 50px;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main {
  max-width: 380px;
  margin: 0 auto;
  margin-right: 0;
  padding-top: 54px;
  padding-left: 30px;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main h4 {
  margin-bottom: 22px;
  font-size: 24px;
  color: #162c35;
  font-family: 'Alternate';
  font-weight: 700;
  font-style: normal;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main p{
  color: #777!important;
}
.design-page .init-4 {
  padding-top: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #F3F4F6), color-stop(0%, #e9ebec));
  background: -webkit-linear-gradient(top, #F3F4F6 47%, #e9ebec 0%);
  background: -o-linear-gradient(top, #F3F4F6 47%, #e9ebec 0%);
  background: linear-gradient(180deg, #F3F4F6 47%, #e9ebec 0%);
}
.design-page .init-5 {
  padding: 40px 0 80px;
  text-align: center;
  background: #e9ebec;
}
.design-page .init-5 p {
  max-width: 760px;
  margin: 0 auto 52px;
}
.design-page .init-5 .section-link {
  display: inline-block;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #e30017 !important;
  text-decoration: underline!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1720px) {
  .prodet-page .prodet-box-two .column h2:after{
    width: 70px;
  }
}

@media screen and (max-width: 1590px) {
  .prodet-page .prodet-box-two .column h2:after{
    width: 60px;
  }
}

@media screen and (max-width: 1450px) {
  .prodet-page .prodet-box-two .column{
    width: 30%;
  }
  .prodet-page .prodet-box-two .prodet1{
    width: 70%;
  }
  .prodet-page .prodet-box-two .prodet1 span{
    font-size: 20px !important;
  }
}

@media screen and (max-width: 1280px) {
  .prodet-page .prodet-box-two .column{
    width: 35%;
  }
  .prodet-page .prodet-box-two .prodet1{
    width: 65%;
  }
  .prodet-page .prodet-box-two .prodet1 span{
    font-size: 18px !important;
  }
  .product-page .page-right .desc .img{
    width: 100%;
  }
  .product-page .page-right .desc .text{
    width: 100%;
    padding: 1rem 0 0 0;
  }
  .product-page .page-right .grid-box.three .column{
    width: 50%;
  }
}

@media screen and (max-width: 1130px) {
  .prodet-page .prodet-box-two .column{
    width: 40%;
  }
  .prodet-page .prodet-box-two .prodet1{
    width: 60%;
  }
  .prodet-page .prodet-box-two .prodet1 span{
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1000px) {
  .design-page .init-1 h2,
  .design-page .init-2 .grid-box .column:nth-child(1) h2,
  .design-page .tit h3{
    line-height: 30px;
    font-size: 25px;
  }
  .design-page .init-3,
  #banner .text p{
    display: none;
  }
  .prodet-page .prodet-box-two .column{
    width: 30%;
  }
  .prodet-page .prodet-box-two .prodet1{
    width: 70%;
  }
  .prodet-page .prodet-box-two .column h2:after{
    display: none;
  }
  .inner-page .container{
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
#banner .text .play{
  display: none;
}
}
.service2-page{
  padding: 0;
}
.service2-page .container {
  padding: 0 10%;
}
.service2-page .container .tit-name h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35 !important;
  margin-bottom: 30px;
}
.service2-page .container .tit-name p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #777 !important;
  margin-bottom: 10px;
}
.service2-page .container .section-link {
  margin-top: 30px;
  display: inline-block;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #dbae78 !important;
  text-decoration: underline!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service2-page .init-2 {
  padding: 80px 0;
  background: url(../images/p06-s03-bg.jpg) no-repeat center;
  background-size: cover;
}
.service2-page .init-2 .grid-box {
  background: #fff;
}
.service2-page .init-2 .grid-box .column {
  vertical-align: middle;
}
.service2-page .init-2 .grid-box .column:nth-child(2) {
  padding: 0 5%;
}
.service2-page .init-1,
.service2-page .init-3 {
  padding: 80px 0 120px;
  background-color: #F3F4F6;
}
.service2-page .init-1 .column,
.service2-page .init-3 .column {
  vertical-align: middle;
}
.service2-page .init-1 .column:nth-child(2),
.service2-page .init-3 .column:nth-child(2) {
  padding-left: 5%;
}
.service2-page .init-3 .column {
  vertical-align: middle;
}
.service2-page .init-3 .column:nth-child(1) {
  padding-right: 5%;
}
.service2-page .init-3 .column:nth-child(2) {
  padding-left: 0;
}
.service2-page .init-4 {
  padding: 40px 0;
  background-color: #F3F4F6;
}
.service2-page .init-4 .tit-name {
  text-align: center;
}
.service2-page .init-4 .grid-box {
  margin-top: 30px;
}
.service2-page .init-4 .grid-box .column {
  padding: 0 8px;
}
.gallery-page .grid-box.four>.column{
  padding: 20px;
}
.gallery-page .grid-box.four>.column .text{
  padding: 20px 0;
  background: #f6f6f6;
  position: relative;
  z-index: 2;
}
.gallery-page .grid-box.four>.column .text h2{
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 1400px) {
  .about-page .about-5 .about5-list ul li .img-box .layer p {
    font-size: 16px;
  }
  .inner-banner {
    padding-top: 20%;
  }
  .inner-banner .container h2 {
    font-size: 32px;
  }
  .inner-page h3.title {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0;
  }
  .about-page .about-1 .right h5 {
    font-size: 16px;
  }
  .about-page .about-1 .text p {
    line-height: 26px;
    font-size: 14px;
    margin: 5px 0;
  }
  .about-page .about-2 .grid-box .column h2 {
    font-size: 30px;
  }
  .inner-page .container h2.tit {
    font-size: 26px;
  }
   .contact-page .init-contact1 .column p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .factory-page .factory-part .tit h2 {
    font-size: 25px;
  }
  .inner-page .container .sidebar-fl {
    display: none;
  }
  .inner-page .container .page-right {
    width: 100%;
    padding-left: 0;
  }
  .news-page .grid-box.two .column ul li .img-box .text h2 {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 700;
  }

  .product-page .grid-box.four > .column {
    width: 50%;
  }
   .contact-page .init-contact1 .column h2 {
    font-size: 24px;
  }
  .contact-page .init-faq h2 {
    font-size: 30px;
  }
  .contact-page .init-faq .faq-list {
    margin-top: 30px;
    padding: 0;
  }
   .contact-page .init-contact1 {
    padding: 30px 0;
  }
  .contact-page .init-contact1 .column:nth-child(1) {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .init-contact1 .column:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .container {
    width: 100%;
  }
  .mbx .container {
    width: 100%;
}
.mbx a, .mbx span {
    font-size: 14px;
}
  .inner-page.product-page .container .sidebar-fl{
    display: none;
    width: 100%;
  }
  .inner-page .container .sidebar-fl .side-contact{
    display: none;
  }
  .about-page .about-1 .box{
    padding: 20px 10px;
  }
  .product-page .pro-sidevar h2,
  .product-page .pro-sidevar #inner-nav ul li{
    font-size: 18px;
  }
  .product-page .pro-sidevar{
    margin-bottom: 30px;
  }
  .prodet-page .page-right .init-1 .column .det-contact a{
    width: 130px;
    font-size: 14px;
    margin-right: 5px;
    height: 40px;
    line-height: 40px;
  }
  .prodet-page .prodet-box-two .column h2:after{
    right: -20px;
  }
  .prodet-page .page-right .init-1 .column:nth-child(2){
    padding-left: 0;
  }
  .mbx{
    margin-top: 50px;
  }
  .inner-banner {
    display: none;
  }
  .inner-page {
    margin-top: 0;
  }
  .inner-page {
    padding: 10px 0 0;
  }
  .about-page .about-1 {
    padding: 10px 0;
  }
  .about-page .about-2{
    display: none;
  }
  .about-page .about-1 .left,.service2-page .init-1 .column, .service2-page .init-3 .column,
  .service2-page .init-2 .grid-box .column {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    vertical-align: middle;
  }
  .about-page .grid-box.four > .column {
    width: 50%;
  }
  .about-page .about-2 .grid-box .column h2 {
    font-size: 20px;
  }
  .inner-page .container h2.tit,
  .prodet-page .page-right .init-1 .column h2,
  .prodet-page .page-right .init-1 .column h4,
  .init-contact1 .column h2,
  .service2-page .container .tit-name h2 {
    font-size: 20px;
  }
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .page-right h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .product-page .grid-box.four > .column {
    width: 100%;
  }
  .prodet-page .page-right .init-1 .column {
    width: 100%;
  }
  .contact-page .init-contact1 .column:nth-child(2) .text {
    margin-left: 0;
  }
  .contact-page .init-faq h2 {
    font-size: 20px;
  }
  .contact-page .init-faq .faq-list ul li h4 {
    font-size: 16px;
  }
   .prodet-page .prodet-box-two .column {
    width: 75%;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .prodet-page .prodet-box-two .prodet1 {
    width: 100%;
  }
   .product-page .page-right .grid-box.three .column{
    width: 100%;
  }
  .inner-page .m-page a, .inner-page .m-page span{
    margin-bottom: 2px;
  }
  .prodet-page .prodet-box-two .column h2:after{
    width: 50px;
  }
  .service2-page .container .tit-name h2{
    line-height: 1.5;
  }
  .service2-page .init-1, .service2-page .init-3{
    padding: 30px 0;
  }
  .design-page .init-2 .grid-box .column:nth-child(1) h3{
    font-size: 20px;
  }
  .design-page .init-2 .grid-box .column{
    width: 100%;
  }
  .design-page .init-2{
    padding: 30px 0;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .init-contact1 .column:nth-child(1) form ul li input,
  .contact-page .init-contact1 .column:nth-child(1) form ul li textarea {
    font-size: 14px;
  }
  .contact-page .init-faq {
    padding: 30px 0 50px;
  }
  .contact-page .init-contact1 .column:nth-child(2) h2 {
    font-size: 20px;
  }
}


.pronews ul li{
  font-weight: 500;
    font-size: 16px;
    line-height: 2;
    color: #9d9d9d;
    padding-left: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pronews{
  padding-top: 40px
}