@font-face {
  font-family: 'RB';
  src: url('../fonts/Roboto-Bold.eot') format('eot'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'PM';
  src: url('../fonts/Poppins-Medium.eot') format('eot'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'BR';
  src: url('../fonts/Blinker-Regular.eot') format('eot'), url('../fonts/Blinker-Regular.woff2') format('woff2'), url('../fonts/Blinker-Regular.woff') format('woff'), url('../fonts/Blinker-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'IB';
  src: url('../fonts/InterUI-Bold.eot') format('eot'), url('../fonts/InterUI-Bold.woff2') format('woff2'), url('../fonts/InterUI-Bold.woff') format('woff'), url('../fonts/InterUI-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'RBL';
  src: url('../fonts/Roboto-Black.eot') format('eot'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'PR';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'RAB';
  src: url('../fonts/Rajdhani-Bold.eot') format('eot'), url('../fonts/Rajdhani-Bold.woff2') format('woff2'), url('../fonts/Rajdhani-Bold.woff') format('woff'), url('../fonts/Rajdhani-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'RAR';
  src: url('../fonts/Rajdhani-Regular.eot') format('eot'), url('../fonts/Rajdhani-Regular.woff2') format('woff2'), url('../fonts/Rajdhani-Regular.woff') format('woff'), url('../fonts/Rajdhani-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'RASB';
  src: url('../fonts/Rajdhani-SemiBold.eot') format('eot'), url('../fonts/Rajdhani-SemiBold.woff2') format('woff2'), url('../fonts/Rajdhani-SemiBold.woff') format('woff'), url('../fonts/Rajdhani-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'RAM';
  src: url('../fonts/Rajdhani-Medium.eot') format('eot'), url('../fonts/Rajdhani-Medium.woff2') format('woff2'), url('../fonts/Rajdhani-Medium.woff') format('woff'), url('../fonts/Rajdhani-Medium.ttf') format('truetype');
}
body {
  font-family: 'RAM';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1250px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: relative;
  width: 100%;
}
#header .nav {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 0.7rem 0 0.65rem;
}
#header .nav .ui.container {
  max-width: 1750px;
  width: 100%;
}
#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 img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .logo span {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0.65rem;
  font-size: 0.9rem;
  line-height: 1.3;
  color: #ff0000;
  font-family: 'RB';
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  position: relative;
  margin: 0 5.15rem 0 0;
  font-size: 16px;
  font-family: 'PM';
  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:hover {
  color: #ff0000;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #ff0000;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  margin-left: 10px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #ff0000;
  border-radius: 1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#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 #ff0000;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  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 .language {
  position: relative;
  display: inline-block;
  font-size: 0.95rem;
  font-family: 'BR';
  vertical-align: middle;
  margin-left: 0.9rem;
  line-height: 1;
}
#header .nav .ui.menu .language span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}
#header .nav .ui.menu .language span .i2 {
  margin: 2px 0 0 1px;
}
#header .nav .ui.menu .language .i1 {
  display: inline-block;
}
#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: -23px;
  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 #ff0000;
  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;
}
#header .nav .ui.menu .h-search form {
  position: relative;
}
#header .nav .ui.menu .h-search form input {
  display: inline-block;
  font-size: 16px;
  width: 112px;
  font-family: 'BR';
  background: none;
  color: #c8c8c8;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.88);
  padding: 0 0 0 1.1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .h-search form input::placeholder {
  color: #c8c8c8;
}
#header .nav .ui.menu .h-search form input::-webkit-input-placeholder {
  color: #c8c8c8;
}
#header .nav .ui.menu .h-search form input:-moz-placeholder {
  color: #c8c8c8;
}
#header .nav .ui.menu .h-search form input::-moz-placeholder {
  color: #c8c8c8;
}
#header .nav .ui.menu .h-search form input:-ms-input-placeholder {
  color: #c8c8c8;
}
#header .nav .ui.menu .h-search form .b1 {
  position: absolute;
  left: 0;
  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: #ff0000;
}
#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: #ff0000;
  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: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .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 .box {
  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-ajustify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  min-height: 100%;
}
#banner .box .l1 {
  position: relative;
  z-index: 1;
}
#banner .box .l2 {
  margin-left: -13%;
  position: relative;
}
#banner .box .l2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#banner .box .l2 .text {
  position: absolute;
  top: 35%;
  left: 0;
  z-index: 2;
  color: #fff;
  font-family: 'IB';
}
#banner .box .l2 .text span {
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-bottom: 1rem;
}
#banner .box .l2 .text h2,
#banner .box .l2 .text h3,
#banner .box .l2 .text h4 {
  letter-spacing: -1px;
  line-height: 1.2;
  font-size: 3.15rem;
}
#banner .box .l2 .text .more {
  display: block;
  margin-top: 2rem;
  width: 163px;
  height: 63px;
  border: solid 2px #ffffff;
  font-size: 16px;
  font-family: 'RBL';
  text-align: center;
  line-height: 63px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .box .l2 .text .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .box .l2 .text .more:hover {
  border: 2px solid #000;
}
#banner .box .l2 .text .more:hover::before {
  width: 100%;
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#index-body .more {
  display: block;
  margin: 2.85rem auto 0;
  width: 175px;
  height: 44px;
  border: solid 2px #ffffff;
  text-align: center;
  line-height: 44px;
  font-size: 1rem;
  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: #ff0000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more:hover {
  border-color: #ff0000;
  color: #fff;
}
#index-body .more:hover::before {
  width: 100%;
}
#index-body span.s1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #ff0000;
}
#index-body h3.title {
  font-size: 2.45rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.5rem;
}
#index-body .info {
  background-color: #1c1c1c;
}
#index-body .info .box {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
#index-body .info .left {
  width: 33.5%;
}
#index-body .info .left li {
  font-size: 1.45rem;
  font-family: 'RAB';
  color: #fff;
  padding: 2rem 0;
  cursor: pointer;
}
#index-body .info .left li h4 {
  max-width: 420px;
  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;
  margin: 0 auto;
  width: 100%;
}
#index-body .info .left li .s1 {
  color: #ff0000;
}
#index-body .info .left li i {
  margin-left: 4.2rem;
}
#index-body .info .left li.active {
  background-color: #333;
}
#index-body .info .right {
  width: 66.5%;
  padding-right: 2.25rem;
}
#index-body .info .right ul li {
  text-align: center;
  display: none;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .info .right ul li .column .img {
  height: 60px;
}
#index-body .info .right ul li .column p {
  font-size: 24px;
  font-family: 'RAB';
  line-height: 1;
  width: 67%;
  margin: 0.95rem auto 0;
}
#index-body .info .right ul li .column img {
  filter: brightness(100);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .info .right ul li .column:hover img {
  filter: none;
}
#index-body .about {
  padding: 7.2rem 0 10.05rem;
}
#index-body .about .ui.container {
  max-width: 1420px;
  width: 100%;
}
#index-body .about .img {
  position: relative;
  width: 51.1%;
}
#index-body .about .img .infos {
  position: absolute;
  background-color: #fd0500;
  left: -20%;
  top: 48%;
  width: 45.7%;
  padding: 2.6rem 0 2.6rem 1.7rem;
  color: #fff;
}
#index-body .about .img .infos span {
  font-size: 1.75rem;
  font-family: 'RAB';
  line-height: 1;
}
#index-body .about .img .infos h3 {
  font-size: 6.45rem;
  font-family: 'RAB';
  font-weight: bold;
  padding-left: 2rem;
  line-height: 1;
  margin-top: 2.75rem;
}
#index-body .about .img .infos h3 sup {
  font-size: 3.5rem;
}
#index-body .about .img .infos p {
  font-size: 1.75rem;
  line-height: 1;
  text-align: left;
  margin-top: 1rem;
}
#index-body .about .img .infos::after {
  content: '';
  position: absolute;
  width: 90px;
  height: 259px;
  background: url(../images/a1.png) no-repeat;
  top: 3.3rem;
  right: 1.65rem;
}
#index-body .about .text {
  width: 44.7%;
  padding: 4.5rem 0 0 2.55rem;
}
#index-body .about .text .d1 {
  font-size: 25px;
  font-family: 'RAB';
  line-height: 1;
  color: #ff0000;
}
#index-body .about .text .d1 span {
  background-color: #ff0000;
  color: #fff;
  display: inline-block;
  padding: 4px 18px 3px 18px;
  margin-left: 6px;
}
#index-body .about .text h1 {
  font-size: 2.45rem;
  font-family: 'RAB';
  line-height: 1;
  margin-top: 0.65rem;
  width: 57%;
}
#index-body .about .text p {
  font-size: 15px;
  line-height: 1.7;
  font-family: 'PR';
  width: 84%;
}
#index-body .about .text .more {
  margin: 1.75rem 0 0;
  width: 151px;
  height: 60px;
  line-height: 60px;
  border: solid 2px #ff0000;
}
#index-body .why {
  padding-bottom: 6.85rem;
}
#index-body .why .ui.container {
  max-width: 1310px;
  width: 100%;
}
#index-body .why .box .left {
  width: 45%;
  padding: 5.9rem 0 0 1.55rem;
  font-family: 'RAB';
}
#index-body .why .box .left span {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #ff0000;
}
#index-body .why .box .left h3 {
  font-size: 2.45rem;
  font-weight: bold;
  line-height: 1;
  width: 90%;
  margin-top: 0.5rem;
}
#index-body .why .box .left p {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.74);
  line-height: 1.6;
  width: 70%;
  margin-top: 2rem;
}
#index-body .why .box .left ul {
  margin-top: 2.45rem;
  padding-left: 1.6rem;
}
#index-body .why .box .left ul li {
  margin-bottom: 2.15rem;
}
#index-body .why .box .left ul li img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .why .box .left ul li span {
  font-size: 19px;
  font-weight: bold;
  display: inline-block;
  padding-left: 0.7rem;
  color: #000;
  vertical-align: middle;
}
#index-body .why .box .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .why .box .right {
  width: 55%;
}
#index-body .why .box .right li {
  display: inline-block;
  position: relative;
}
#index-body .why .box .right li:nth-child(2) {
  margin: 2.9rem 0 0 0.85rem;
}
#index-body .why .box .right li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.48);
}
#index-body .product {
  background: url(../images/pb.jpg) no-repeat;
  background-size: cover;
  padding: 6.3rem 0 8.6rem;
  position: relative;
}
#index-body .product .header h3.title {
  color: #fff;
}
#index-body .product .content {
  margin-top: 2.35rem;
}
#index-body .product .content ul {
  margin-right: -0.75rem;
}
#index-body .product .content ul .slick-slide {
  margin-right: 0.75rem;
}
#index-body .product .content ul li {
  position: relative;
}
#index-body .product .content ul li .img {
  background-color: #fff;
}
#index-body .product .content ul li .text {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.91);
  background-color: #e7e7e7;
  text-align: center;
  font-family: 'RAB';
  line-height: 1.2;
  padding: 1rem;
  height: 90px;
}
#index-body .product .content ul li .desc {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  padding: 0 1.25rem 0 0.5rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #fff;
  opacity: 0;
}
#index-body .product .content ul li .desc::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#index-body .product .content ul li .desc h3 {
  font-size: 20px;
  line-height: 1.4;
}
#index-body .product .content ul li .desc time {
  display: block;
  margin-top: 0.7rem;
}
#index-body .product .content ul li .desc time img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .product .content ul li .desc time span {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  font-family: 'RAR';
  vertical-align: middle;
  padding-left: 9px;
}
#index-body .product .content ul li .desc p {
  font-size: 17px;
  font-family: 'RAR';
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1rem;
}
#index-body .product .content ul li .desc .mores {
  display: block;
  font-size: 17px;
  font-family: 'RAR';
  line-height: 1;
  margin-top: 1.3rem;
  font-weight: bold;
}
#index-body .product .content ul li .desc .mores i {
  margin: 5px 0 0 12px;
}
#index-body .product .content ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#index-body .product .content ul li:hover::after {
  opacity: 1;
}
#index-body .product .content ul li:hover .desc {
  top: 25%;
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
  opacity: 1;
}
#index-body .product .content ul li:hover .desc::after {
  opacity: 0;
}
#index-body .product .content ul .slick-arrow {
  position: absolute;
  bottom: -20%;
  left: 50%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  border: none;
  color: transparent;
}
#index-body .product .content ul .slick-prev {
  background: url(../images/pl.png) no-repeat;
  left: 47.5%;
}
#index-body .product .content ul .slick-next {
  background: url(../images/pr.png) no-repeat;
}
#index-body .apart {
  padding: 6.4rem 0 6rem;
}
#index-body .apart .header {
  text-align: center;
}
#index-body .apart .content {
  margin-top: 3.3rem;
  padding-left: 1.45rem;
}
#index-body .apart .content ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-flow: wrap;
  -webkit-box-flex-flow: wrap;
  -moz-box-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
}
#index-body .apart .content ul li {
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 1.05rem 0 1.05rem 3.75rem;
  position: relative;
  width: 44%;
  margin: 0 3.95rem 1.15rem 0;
}
#index-body .apart .content ul li img {
  position: absolute;
  top: 1.7rem;
  left: -1.45rem;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
#index-body .apart .content ul li h3 {
  font-size: 28px;
  font-family: 'RASB';
  line-height: 1;
}
#index-body .apart .content ul li p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 0.5rem;
  width: 70%;
}
#index-body .apart .content ul li:nth-child(even) {
  margin-right: 0;
}
#index-body .apart .content ul li:nth-child(3) p {
  width: 60%;
}
#index-body .apart .content ul li:nth-child(5) p {
  width: 50%;
}
#index-body .apart .content ul 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 {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#index-body .news .left {
  width: 50.11%;
  background: url(../images/nb.png) no-repeat left #000;
  padding: 4.5rem 0 3.95rem 16.5rem;
  position: relative;
  z-index: 1;
}
#index-body .news .left .header h3.title {
  color: #fff;
  width: 70%;
}
#index-body .news .left .content {
  color: #fff;
  margin-top: 3.15rem;
}
#index-body .news .left .content ul li {
  margin-bottom: 2rem;
  position: relative;
}
#index-body .news .left .content ul li .tag {
  width: 47px;
  height: 47px;
  background-color: #ff0000;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  font-family: 'RAB';
  font-weight: bold;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#index-body .news .left .content ul li .tag::after {
  position: absolute;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.37);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .news .left .content ul li .tag::before {
  position: absolute;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: inherit;
  background: rgba(255, 0, 0, 0.37);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .news .left .content ul li .data {
  display: inline-block;
  width: 70%;
  padding-left: 1.85rem;
}
#index-body .news .left .content ul li .data h4 {
  font-size: 26px;
  font-family: 'RAB';
  line-height: 1;
}
#index-body .news .left .content ul li .data p {
  font-size: 16px;
  color: #ababab;
  line-height: 1.5;
  font-weight: bold;
  font-family: 'RAB';
  margin-top: 0.5rem;
}
#index-body .news .left .content ul li::after {
  content: '';
  position: absolute;
  bottom: -48%;
  left: 1.2rem;
  width: 1px;
  height: 32px;
  background-color: #ff0000;
}
#index-body .news .left .content ul li:last-child {
  margin-bottom: 0;
}
#index-body .news .left .content ul li:last-child::after {
  display: none;
}
#index-body .news .right {
  width: 50.5%;
  background-color: #222;
  margin: 2.1rem 0 2.1rem -0.7%;
  padding: 1.3rem 2.55rem 1.1rem 2.55rem;
  position: relative;
}
#index-body .news .right ul {
  margin-right: -2.35rem;
}
#index-body .news .right ul .slick-slide {
  margin-right: 2.35rem;
}
#index-body .news .right ul li .img img {
  width: 100%;
}
#index-body .news .right ul li .text {
  margin-top: 12px;
  font-family: 'RASB';
}
#index-body .news .right ul li .text time {
  display: block;
}
#index-body .news .right ul li .text time img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .news .right ul li .text time span {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1;
  padding-left: 8px;
}
#index-body .news .right ul li .text h3 {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-body .news .right ul li .text p{
  font-size: 16px;
    color: #ababab;
    line-height: 1.5;
    font-weight: bold;
    font-family: 'RAB';
    margin-top: 0.5rem;
    overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 3;  
-webkit-box-orient: vertical; 
}
#index-body .news .right ul li .text .mores {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #ff0000;
  margin-top: 0.7rem;
  font-weight: bold;
}
#index-body .news .right ul .slick-arrow {
  position: absolute;
  bottom: -30px;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  color: transparent;
  border: 1px solid #fff;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .right ul .slick-arrow:hover {
  background-color: #ff0000;
}
#index-body .news .right ul .slick-prev {
  background: url("../images/nl.png") no-repeat center center rgba(0, 0, 0, 0);
  right: 55px;
}
#index-body .news .right ul .slick-next {
  background: url("../images/nr.png") no-repeat center center rgba(0, 0, 0, 0);
}
#index-body .news .right::before {
  content: '';
  position: absolute;
  top: -41px;
  left: -1px;
  width: 52px;
  height: 49px;
  background: url(../images/n-icon.png) no-repeat;
}
#index-body .news .right::after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: -41px;
  width: 52px;
  height: 49px;
  background: url(../images/n-icon1.png) no-repeat;
}
.contact {
  background: url(../images/cb.jpg) no-repeat;
  padding: 6.5rem 0 4.5rem;
  /*margin-top: 7.05rem;*/
  position: relative;
  z-index: 1;
}
.contact::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.contact .header {
  text-align: center;
}
.contact .header h3.title {
  color: #fff;
}
.contact .content {
  color: #fff;
  margin-top: 5rem;
}
.contact .content li {
  margin-bottom: 6rem;
}
.contact .content li label {
  font-size: 1.4rem;
  font-family: 'RASB';
  line-height: 1;
  width: 30%;
  display: inline-block;
}
.contact .content li input[type="text"],
.contact .content li textarea {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  width: 67.71%;
  display: inline-block;
  vertical-align: bottom;
  padding: 5px 5px;
}
.contact .content li .submit {
  width: 181px;
  height: 56px;
  border: solid 2px rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 56px;
  margin: -5% auto 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.contact .content li .submit img {
  display: inline-block;
  vertical-align: middle;
}
.contact .content li .submit span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  font-family: 'RAB';
  line-height: 1;
  margin-left: 1.85rem;
}
.contact .content li .submit::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ff0000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact .content li .submit:hover::before {
  width: 100%;
}
#footer {
  background: url(../images/fb.jpg);
  padding-top: 11.65rem;
  color: #fff;
}
#footer .f-ab {
  width: 30%;
  padding-left: 7%;
}
#footer .f-ab .f-header .img {
  width: 29.1%;
  display: inline-block;
  vertical-align: middle;
}
#footer .f-ab .f-header .img p {
  font-size: 20px;
  color: #ff0000;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 2px 0 5px;
}
#footer .f-ab .f-header .text {
  display: inline-block;
  width: 69%;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  padding-left: 0.7rem;
  vertical-align: middle;
}
#footer .f-ab .f-header ul {
  margin-top: 1.65rem;
}
#footer .f-ab .f-header ul li {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.36);
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
#footer .f-ab .f-header ul li:last-child {
  margin-bottom: 0;
}
#footer .f-nav {
  padding-left: 15%;
  width: 36%;
}
#footer .f-nav ul {
  margin-top: 2.95rem;
}
#footer .f-nav ul li {
  font-size: 21px;
  line-height: 1.5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-nav ul li:hover {
  color: #ff0000;
}
#footer .f-code {
  padding-left: 14%;
}
#footer .f-code h3 {
  padding-left: 1.45rem;
}
#footer .f-code #ewm {
  margin-top: 3.35rem;
  padding-left: 1.45rem;
}
#footer .f-code #ewm img {
  width: 121px;
  height: 122px;
  border: 3px solid #fff;
}
#footer .f-code .share {
  margin-top: 1.5rem;
}
#footer .f-code .share li {
  display: inline-block;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.36);
  margin-right: 2.45rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-code .share li:last-child {
  margin-right: 0;
}
#footer .f-code .share li:hover {
  color: #ff0000;
}
#footer h3 {
  font-size: 35px;
  line-height: 1;
}
#footer .footer-copy {
  text-align: center;
  margin-top: 7.8rem;
  padding: 1rem 0 1rem;
  font-size: 21px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
}
#footer .footer-copy .a1 {
  padding-left: 0.8rem;
}
#footer .footer-copy img{
  display: inline-block;
  margin-top: 3px;
}
#footer .footer-copy svg {
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -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: #2985d7;
}
.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(255, 0, 0, 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: #ff0000;
  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: 1680px) {
  #index-body .news .left .header h3.title {
    width: 86%;
  }
  #index-body .news .left {
    padding: 4.5rem 0 3.95rem 8rem;
  }
  #index-body .about .img .infos {
    left: -5%;
  }
  #index-body .news .right {
    padding: 4.3rem 2.55rem 1.1rem 2.55rem;
  }
}
@media screen and (max-width: 1460px) {
  #banner .box .l2 .text {
    top: 28%;
  }
  #index-body .info .left li {
    font-size: 1.4rem;
  }
  #index-body .info .right ul li .column p {
    font-size: 20px;
  }
  #index-body .about .img .infos {
    left: -2%;
  }
  #index-body .news .left {
    padding: 4.5rem 0 3.95rem 1rem;
  }
}
@media screen and (max-width: 1300px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 3.5rem 0 0;
  }
  #banner .box .l2 .text h2,
  #banner .box .l2 .text h3,
  #banner .box .l2 .text h4 {
    font-size: 3rem;
  }
  #banner .box .l2 .text .more {
    width: 150px;
    height: 50px;
    line-height: 50px;
  }
  #index-body .about .text {
    padding: 3.5rem 0 0 2.55rem;
  }
  #index-body .about .text h1 {
    width: 66%;
  }
  #index-body .about .text p {
    width: 100%;
  }
  #index-body .about .text .more {
    width: 141px;
    height: 50px;
    line-height: 50px;
  }
  #index-body .why .box .left {
    width: 40%;
  }
  #index-body .why .box .left ul {
    padding-left: 0;
  }
  #index-body .why .box .left ul li span {
    width: 90%;
  }
  #index-body .why .box .left p {
    width: 76%;
  }
  #index-body .why .box .right {
    width: 60%;
  }
  #footer .footer-copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #banner .box .l2 .text {
    top: 25%;
  }
  #index-body .info .right ul li .column p {
    font-size: 18px;
  }
  #index-body .about .img .infos::after {
    right: 0.5rem;
  }
  #index-body .about .img .infos p {
    margin-top: 3rem;
  }
  #index-body .why .box .right li {
    width: 48%;
  }
  #index-body .why .box .left p {
    width: 80%;
    margin-top: 1rem;
  }
  #index-body .news .left .header h3.title {
    width: 100%;
  }
  #index-body .news .left .content ul li .data {
    width: 88%;
  }
  #index-body .news .right::before {
    top: -34px;
  }
  #index-body .news .right::after {
    left: 0;
    bottom: -34px;
  }
  #footer .f-ab {
    padding-left: 6%;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 2rem 0 0;
  }
  #banner .box .l2 .text h2,
  #banner .box .l2 .text h3,
  #banner .box .l2 .text h4 {
    font-size: 2.6rem;
  }
  #index-body .info .right ul li .column p {
    font-size: 16px;
  }
  #index-body .about .img .infos {
    width: 52%;
  }
  #index-body .about .text {
    padding: 2rem 0 0 1.5rem;
  }
  #index-body .about .text .more {
    margin: 1rem 0 0;
  }
  #index-body .why .box .left {
    padding: 5rem 0 0 0;
  }
  #index-body .why .box .left p {
    width: 100%;
  }
  #index-body .apart .content ul li p {
    width: 80%;
  }
  #index-body .apart .content ul li:nth-child(3) p,
  #index-body .apart .content ul li:nth-child(5) p {
    width: 80%;
  }
  #footer .f-ab {
    padding-left: 3%;
  }
}
@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;
  }
  #header .nav .ui.menu .logo img {
    width: 80%;
  }
  #mobile #menu-on i {
    background: #000;
  }
  #banner .box .l2 .text {
    top: 20%;
  }
  #index-body .info .left li {
    font-size: 16px;
  }
  #index-body .info .left {
    width: 34%;
  }
  #index-body .info .left li h4 {
    max-width: 220px;
  }
  #index-body .info .right {
    width: 66%;
  }
  #index-body .info .right ul li {
    padding: 1rem 0 0;
  }
  #index-body .info .right ul li .column {
    width: 33%;
    margin-bottom: 1rem;
  }
  #index-body .about .text h1 {
    width: 100%;
  }
  #index-body .about .img .infos {
    display: none;
  }
  #index-body .more {
    font-size: 14px;
  }
  #index-body .why {
    display: none;
  }
  #index-body .product .content ul .slick-prev {
    left: 47.5%;
  }
  #index-body .product .content ul .slick-next {
    left: 52.5%;
  }
  #index-body .product .content ul .slick-arrow {
    bottom: -11%;
  }
  #index-body .apart .content ul li {
    width: 48%;
    margin: 0 2rem 1.15rem 0;
    padding: 1.05rem 0 1.05rem 5rem;
  }
  #index-body .apart .content ul li p {
    width: 100%;
  }
  #index-body .apart .content ul li:nth-child(3) p,
  #index-body .apart .content ul li:nth-child(5) p {
    width: 100%;
  }
  #index-body .news {
    display: block;
  }
  #index-body .news .left {
    width: 100%;
  }
  #index-body .news .right {
    width: 100%;
  }
  #footer .f-ab {
    padding-left: 0;
    width: 33%;
  }
  #footer .f-ab .f-header .text {
    font-size: 16px;
  }
  #footer .f-nav {
    width: 33%;
    padding-left: 9%;
  }
  #footer .f-code {
    padding-left: 10%;
  }
  #footer h3 {
    font-size: 30px;
  }
  #footer .f-ab .f-header ul li {
    font-size: 16px;
  }
  #footer .f-nav ul li {
    font-size: 18px;
  }
  #footer .footer-copy {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  #banner .box .l1 img,
  #banner .box .l2 img {
    height: 250px;
    object-fit: cover;
  }
  #banner .box .l2 .text span {
    font-size: 16px;
  }
  #banner .box .l2 .text h2,
  #banner .box .l2 .text h3,
  #banner .box .l2 .text h4 {
    font-size: 2rem;
  }
  #banner .box .l2 .text .more {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #index-body .info .box {
    display: block;
  }
  #index-body .info .box .left {
    width: 100%;
  }
  #index-body .info .box .left li h4 {
    display: block;
    max-width: 100%;
    text-align: center;
  }
  #index-body .info .box .right {
    width: 100%;
  }
  #index-body .info .box .right ul li .column {
    width: 50%;
  }
  #index-body .about {
    padding: 4.2rem 0 5rem;
  }
  #index-body .about .img {
    display: none;
  }
  #index-body .about .text {
    width: 100%;
  }
  #index-body .about .text .more {
    width: 113px;
    height: 40px;
    line-height: 40px;
  }
  #index-body .product .content ul .slick-prev {
    left: 41.5%;
  }
  #index-body .apart {
    display: none;
  }
  #index-body .news .left .content ul li .data {
    width: 82%;
  }
  #index-body .news .left .content ul li::after {
    bottom: 7%;
    left: 2.2rem;
    height: 40px;
  }
  #index-body h3.title {
    font-size: 2.2rem;
  }
  .contact {
    display: none;
  }
  #footer {
    padding-top: 6rem;
  }
  #footer .f-ab {
    width: 100%;
  }
  #footer .f-nav,
  #footer .f-code {
    display: none;
  }
  #footer .footer-copy {
    font-size: 16px;
    margin-top: 3rem;
  }
}

.inner-banner {
  height: 400px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  padding-top: 180px;
  color: white;
  z-index: 1;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.inner-banner h3 {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "RAB";
  width: 80%;
}
.inner-banner .mbx {
  font-size: 16px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #ff0000;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: #ff0000;
}
.inner-page {
  font-size: 14px;
  line-height: 1.8;
  position:relative;
  z-index:1;
  background: #2b2b2b;
}
.inner-page .ui.container{
  max-width: 1320px;
  width: 100%;
}
.inner-page p {
    line-height: 30px;
    color: #797979;
    font-size: 16px;
}
.inner-page .text {
    color: #bfbfbf;
    line-height: 30px;
    font-size: 16px;
}
.inner-page .text p {
  color: inherit;
}
.inner-page i.small-tit {
  color: #ff0000;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'RAR';
}
.inner-page h3.title {
  color: white;
  text-transform: none;
  font-size: 40px;
  line-height: 60px;
  margin: 15px 0;
  position: relative;
  font-family: "RAB";
}
.inner-page h3.title.mt0 {
  margin-top: 0;
}
.inner-page .form ul {
  margin: -5px;
}
.inner-page .form ul li {
  padding: 5px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #353535 none repeat scroll 0 0;
  border: medium none;
  font-size: 16px;
  line-height: 30px;
  color: white;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: white;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: white;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: white;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: white;
}
.inner-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  background: #ff0000;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #222;
}
.inner-page .sidebar-box .sidebar-left {
  width: 28%;
  padding-right: 15px;
  position: sticky;
  top: 100px;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 30px;
  background: #181818;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
  display: block;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  padding: 15px 20px;
  background: #333;
  border-left: 4px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
  float: right;
  font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  padding: 15px;
  background: #333;
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  z-index: 2;
  width: 100%;
  max-height: 500px;
  overflow: auto;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover>ul {
  display: block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
  background: #181818;
  border-color: #d7d7d7;
  /*color: #333;*/
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
  background: #ff0000 none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
  margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
  color: white;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
  position: absolute;
  height: 4px;
  width: 30%;
  background: #ff0000 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
  background: #ff0000 none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
  padding: 30px;
  background: url("../images/sidebar-info.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff0000;
  z-index: -1;
  opacity: .83;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 30px;
  margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #ff0000;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
  background: transparent;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
  padding-left: 15px;
}
.inner-page .sidebar-box .sidebar-right.news {
  width: 100%;  
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: white;
  font-weight: 500;
  background: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #ff0000 none repeat scroll 0 0;
  color: #fff;
}
.about-page .about-1 {
  padding: 70px 0;
}
.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:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(195 35 36 / 80%);
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}
/*.about-page .about-1 .left .box2:before {
  content: '';
  background: rgba(43, 43, 43, 0.34) 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;
}
.about-page .about-1 .left .box2 .play i {
  background: #ff0000 none repeat scroll 0 0;
  border: 2px solid #ff0000;
  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: white;
    font-weight: 500;
    text-transform: none;
    font-size: 22px;
    margin-top: 35px;
    position: relative;
    line-height: 36px;
    margin-bottom: 10px;
}
.about-page .about-1 .right h5:before {
  position: absolute;
  height: 4px;
  width: 10%;
  background: #ff0000 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 .right .text ul {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.about-page .about-1 .right .text ul li {
  color: #111;
  margin: 5px 0;
  text-transform: capitalize;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  width: 50%;
  float: left;
}
.about-page .about-1 .right .text ul li:after {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  color: #ff0000;
}
.about-page .about-2 {
  background: #f8f9fc;
  padding: 70px 0;
}
.about-page .about-2 .left {
  padding-right: 15px;
}
.about-page .about-2 .left h3.title {
  color: #333;
}
.about-page .about-2 .right {
  padding-left: 15px;
}
.about-page .about-2 .right .content {
  background: white none repeat scroll 0 0;
  padding: 20px 5px;
  border-radius: 5px;
}
.about-page .about-2 .right .content li {
  text-transform: none;
    color: #333;
    padding: 15px 10px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 14px;
    line-height: 28px;

}
.about-page .about-2 .right .content li i {
  color: #ff0000;
  margin-right: 10px;
}
.about-page .about-3 {
  padding: 70px 0;
  background: url("../images/about-3-bg.png") center center #ff0000;
  color: white;
  text-align: center;
}
.about-page .about-3 h3,
.about-page .about-3 p {
  color: inherit;
}
.about-page .about-3 p {
  max-width: 850px;
  display: block;
  margin: 30px auto;
}
.about-page .about-3 a.more {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #ff0000;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 a.more:hover {
  background: transparent;
  color: #fff;
}
.about-page .about-4 {
  padding: 70px 0;
}
.about-page .about-4 .top {
  display: block;
}
.about-page .about-4 .top .left {
  vertical-align: middle;
}
.about-page .about-4 .top .right {
  text-align: right;
  vertical-align: middle;
}
.about-page .about-4 .top .right a.more {
  display: inline-block;
  vertical-align: middle;
  color: #ff0000;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 18px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.about-page .about-4 .top .right a.more:after {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #ff0000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .top .right a.more i {
  margin-left: 5px;
}
.about-page .about-4 .top .right a.more:hover {
  color: white;
}
.about-page .about-4 .top .right a.more:hover:after {
  width: 100%;
}
.about-page .about-4 .bottom {
  padding-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin: -15px;
}
.about-page .about-4 .bottom ul li {
  padding: 15px;
}
.about-page .about-4 .bottom ul li .box {
  /*box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);*/
  padding: 10px;
  border-radius: 5px;
  /*background: #111;*/
}
.about-page .about-4 .bottom ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.about-page .about-4 .bottom ul li .box h5 {
  display: block;
  color: white;
  font-size: 22px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
  background: #ff0000;
  color: white;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #111;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #ff0000;
}
.faq-page .faq-1 p {
  max-width: 770px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
/*.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}*/
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 9px;
  /*background: #e2e2e2 none repeat scroll 0 0;*/
  /*color: #272727;*/
    border-radius: 0;
  font-weight: 400;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
   -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #ff0000;
}
.faq-page .faq-2 .left ul li h4:hover{
  color: #ff0000;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
  font-size: 16px;
  color: #fff;
}
.faq-page .faq-2 .left ul li .content p {
  font-size: 18px;
    color: #c1c1c1;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #1a1a1a;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}
.service-page {
  padding: 70px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
  display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  display:none !important;
}
.service-page h3.title {
  font-size: 24px;
}
.service-page .form {
  padding-top: 30px;
}
.news-page {
  padding: 70px 0;
}
.news-page .news-list ul {
  margin: -15px;
}
.news-page .news-list ul li {
  padding: 15px;
}
.news-page .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
  display: block;
}
.news-page .news-list ul li a.img-box img {
  width: 100%;
}
.news-page .news-list ul li .box {
  padding: 10px;
  -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
      box-shadow: 0 0 10px rgb(255 255 255 / 20%);
    background: white;
}
.news-page .news-list ul li .box .content {
  padding: 20px;
  position: relative;
}
.news-page .news-list ul li .box .content time {
  position: absolute;
  width: 65px;
  height: 65px;
  top: -35px;
  background: #ff0000 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
}
.news-page .news-list ul li .box .content h3 {
  margin-top: 25px;
    font-size: 22px;
    margin-bottom: 15px;
    color: #252525;
    display: inline-block;
    line-height: 36px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-page .news-list ul li .box .content h3:hover {
  color: #ff0000;
}
.news-page .news-list ul li .box .content a.more {
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #ff0000;
  border-left: 1px solid #ff0000;
  font-size: 16px;
  font-family: "POPPINS-REGULAR";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
  -webkit-transition: 0.5s padding-left;
  -moz-transition: 0.5s padding-left;
  -ms-transition: 0.5s padding-left;
  -o-transition: 0.5s padding-left;
  transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
  color: #111;
  border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
  padding-left: 5px;
}
.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #ff0000 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 16px;
  color: #828893;
  line-height: 30px;
}
.newdet-page .news-content .tag em {
  color: white;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #ff0000;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #ff0000;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 16px;
  color: inherit;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 30px;
}
.newdet-page .news-content .m-link a:hover {
  color: #ff0000;
  text-decoration: underline;
}
.contact-page {
  padding: 70px 0;
}
.contact-page .button-group .button {
  background: #ff0000 !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
  display: none !important;
}
.contact-page .contact-2 {
  padding-bottom: 70px;
}
.contact-page .contact-2 .left {
  width: 55%;
  padding-right: 15px;
}
.contact-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 7px 5px 30px rgba(0, 0, 0, 0.15);
  padding: 30px;
  background: #232323;
}
.contact-page .contact-2 .right {
  width: 45%;
  padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
  position: relative;
  padding-bottom: 15px;
}
.contact-page .contact-2 .right h3.title:after {
  position: absolute;
  height: 4px;
  width: 18%;
  background: #ff0000 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20%;
  height: 4px;
  width: 20px;
  background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
  padding-top: 20px;
  margin: -10px;
}
.contact-page .contact-2 .right ul li {
  padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
  font-size: 14px;
  margin-bottom: 7px;
  text-transform: capitalize;
  color: #828893;
}
.contact-page .contact-2 .right ul li p {
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-transform: none;
  line-height: normal;
  letter-spacing: 1px;
}
.product-page {
  padding: 70px 0;
}
.product-page .product-list ul {
  margin: -10px;
}
.product-page .product-list ul li {
  padding: 10px;
}
.product-page .product-list ul li .box {
  display: block;
  border: 1px solid #333;
}
.product-page .product-list ul li .box a.img-box {
  display: block;
  -webkit-box-reflect: below 0 -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 25%);
  margin-bottom: 40px;
}
.product-page .product-list ul li .box a.img-box img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.product-page .product-list ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.product-page .product-list ul li .box .content h3 {
/*display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;*/
  font-size: 16px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 30px;
  height: 90px;
}
.product-page .product-list ul li .box .content h3:hover {
  color: #ff0000;
}
.product-page .product-list ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: white;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;*/
  font-weight: bold;
  height: 130px;
}
.product-page .product-list ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #aaa;
  line-height: 20px;
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-page .product-list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #ff0000;
  font-size: 12px;
  font-family: "Poppins-Bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #ff0000;
  margin-top: 10px;
}
.product-page .product-list ul li .box .content a.more i {
  margin-left: 5px;
}
.product-page .product-list ul li .box .content a.more:hover {
  color: white;
  background: #ff0000;
}
.prodet-page {
  padding: 70px 0;
}
.prodet-page .product-box .prodet-1 .left {
  width: 60%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #292929;
  text-align: center;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 15px;
  width: 40%;
}
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: "POPPINS-REGULAR";
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #ff0000;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  color: #ff0000;
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  height: 32px;
  background: #ff0000;
  color: white;
  padding: 0 25px;
  font-size: 14px;
  margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #333;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: white;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #ff0000;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #333;
  font-size: 14px;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #333;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  border: 1px solid #333;
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
  text-align: center;
  -webkit-box-reflect: below 0 -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 25%);
  margin-bottom: 40px;
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #ff0000;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #ff0000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #aaa;
  line-height: 20px;
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #ff0000;
  font-size: 12px;
  font-family: "RAB";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #ff0000;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #ff0000;
}

.prodet-page .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  color: #fff;
  /*border-top: 1px #eee dashed;*/
}
.prodet-page .m-link a {
  font-size: 16px;
  color: inherit;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 30px;
}
.prodet-page .m-link a:hover {
  color: #ff0000;
  text-decoration: underline;
}

.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
  background: #111;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box a.img-box img{
     width: 100%;
  }
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: white;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #ff0000;
  color: white;
}
.prodet-page .prodet-news-1 {
  background: #373737;
}
.prodet-page .prodet-news-1 .right {
  width: 20%;
  padding: 0 3%;
  vertical-align: middle;
}
.prodet-page .prodet-news-1 .left {
  width: 80%;
  border-right: 1px solid #484848;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
.prodet-page .prodet-news-1 .left img{
  width: 60%;
}
.prodet-page .prodet-news-1 .left span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 14px;
  color: #e0e0e0;
}
.prodet-page .prodet-news-1 .left span img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-news-1 .right ul {
  margin: -15px;
  text-align: center;
}
.prodet-page .prodet-news-1 .right ul li {
  padding: 15px;
}
.prodet-page .prodet-news-1 .right ul li img {
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #2b2b2b;
  cursor: pointer;
}
.prodet-page .prodet-news-1 .right ul li img:hover,
.prodet-page .prodet-news-1 .right ul .slick-current li img {
  border-color: #ff0000;
}
.prodet-page .prodet-news-1 .right .slick-arrow {
  display: block;
  border: none;
  background: none;
  font-size: 0;
  color: transparent;
  margin: 0 auto;
}
.prodet-page .prodet-news-1 .right .slick-arrow:after {
  content: '';
  color: #cdcdcd;
  font-family: "FontAwesome";
  font-size: 18px;
  cursor: pointer;
}
.prodet-page .prodet-news-1 .right .slick-arrow.slick-prev:after {
  content: "\f0d8";
}
.prodet-page .prodet-news-1 .right .slick-arrow.slick-next:after {
  content: "\f0d7";
}
.prodet-page .prodet-news-2 {
  padding-top: 40px;
}
.prodet-page .prodet-news-2 h1 {
  font-size: 30px;
  color: #f9f9f9;
  line-height: 1.6;
}
.prodet-page .prodet-news-2 h1:before {
  content: '';
  width: 90px;
  height: 5px;
  display: block;
  background: #ff0000;
  margin-bottom: 20px;
}
.prodet-page .prodet-news-2 .content {
  margin: 30px 0 45px;
  font-size: 16px;
    color: #959595;
    font-family: "Arial";
  line-height: 30px;
}
.prodet-page .prodet-news-2 .content2 {
  font-size: 21px;
  color: #d3d3d3;
  line-height: 1.6;
}
.prodet-page .prodet-news-2 .content hr {
  border: none;
  height: 1px;
  width: 100%;
  display: block;
  background: #6a6a6a;
  margin: 35px 0;
}
.prodet-page .prodet-news-2 .content table {
  border: none;
}
.prodet-page .prodet-news-2 .content table tbody {
  table-layout: fixed;
  width: auto !important;
}
.prodet-page .prodet-news-2 .content table td {
  border: none;
  vertical-align: top;
}
.prodet-page .prodet-news-2 .content table tr {
  background: none !important;
}
.prodet-page h2.title {
  font-size: 32px;
  color: #ededed;
  font-family: 'RAB';
  margin-bottom: 20px;
  line-height: 1;
}
.prodet-page .prodet-news-2 a.more {
  display: inline-block;
  line-height: 70px;
  height: 70px;
  padding: 0 35px;
  color: white;
  text-transform: uppercase;
  background: #ff0000;
  font-size: 33px;
  font-family: 'RAB';
  margin-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-news-2 a.more.form {
  background: white;
  color: #ff0000;
}
.prodet-page .prodet-news-2 a.more:hover {
  background: black;
  color: white;
}
.prodet-page .prodet-news-2 .share {
  margin-top: 25px;
}
.prodet-page .prodet-news-2 .share ul li {
  width: auto;
  font-size: 18px;
  margin-right: 20px;
  color: #c7c7c7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-news-2 .share ul li:hover {
  color: #ff0000;
}
.prodet-page .prodet-news-3 {
  padding-top: 60px;
}
.prodet-page .prodet-news-3 .list {
  margin-top: 20px;
  background: #393939;
  padding: 20px 0 30px;
}
.prodet-page .prodet-news-3 .list ul li {
  padding: 10px;
  text-align: center;
}
.prodet-page .prodet-news-3 .list ul li h4 {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #f1f1f1;
  font-family: 'RAB';
  line-height: 30px;
}
.prodet-page .prodet-news-3 .list ul li small {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
  color: #f1f1f1;
  overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 3;  
-webkit-box-orient: vertical; 
}
.prodet-page .prodet-news-3 .list .slick-arrow {
  display: block;
  border: none;
  background: none;
  font-size: 0;
  color: transparent;
  margin: 0 auto;
  position: absolute;
  top: 30%;
  z-index: 1;
}
.prodet-page .prodet-news-3 .list .slick-arrow:after {
  content: '';
  color: #cdcdcd;
  font-family: "FontAwesome";
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.cloudzoom-blank,
.cloudzoom-zoom-inside {
  z-index: 2;
  background: black;
  cursor: crosshair;
}
.prodet-page .prodet-news-3 .list .slick-arrow.slick-prev {
  left: 0;
}
.prodet-page .prodet-news-3 .list .slick-arrow.slick-next {
  right: 0;
}
.prodet-page .prodet-news-3 .list .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
.prodet-page .prodet-news-3 .list .slick-arrow.slick-next:after {
  content: "\f0da";
}
.prodet-page .prodet-news-3 .list .slick-arrow:hover:after {
  color: #ff0000;
}
.organization-page {
    padding: 80px 0;
    text-align: center;
    border-top: 80px solid #2b2b2b;
    border-bottom: 80px solid #2b2b2b;
    background: url('../images/organization-bg.jpg') center center;
    color: white;
}
.organization-page .logo {
    display: block;
}
.organization-page h2 {
    font-size: 42px;
    line-height: 1;
    margin: 20px 0 10px;
    font-family: 'RAB';
}
.organization-page .text {
    font-size: 24px;
    line-height: 1.4;
    color: white;
}
.organization-page .text p {
  font-size: inherit;
}
.organization-page .content {
    margin-top: 40px;
}
.organization-page .content img {
    display: block;
    margin: 0 auto;
}

#index-body .init-2 {
  display: block;
  background: #f2f2f2;
  padding: 70px 0 60px;
  text-align: center;
  overflow: hidden;
}
#index-body .init-2 .ui.container {
  max-width: 1250px;
}
#index-body .init-2 h2 {
  display: block;
  font-family: "RAB";
  font-size: 54px;
  color: #242934;
  line-height: 1;
}
#index-body .init-2 h2:after {
  content: '';
  display: block;
  margin: 20px auto 0;
  width: 120px;
  height: 2px;
  background: #ff0000;
}
#index-body .init-2 .box {
  display: block;
  margin: 40px 0 50px;
}
#index-body .init-2 .box ul {
  margin: -10px -50px;
}
#index-body .init-2 .box ul li {
  padding: 10px 50px;
  text-align: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  top: 0;
}
#index-body .init-2 .box ul li h4 {
  display: block;
  font-size: 24px;
  font-family: "RAB";
  color: #ff0000;
  margin-bottom: 15px;
  line-height: 1;
  text-transform: capitalize;
}
#index-body .init-2 .box ul li h4 i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#index-body .init-2 .box ul li h4 i img {
  position: relative;
  top: -2px;
}
#index-body .init-2 .box ul li p {
  display: block;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 30px;
}
#index-body .init-2 .box ul li:hover {
  top: -10px;
}
#index-body .init-2 a.more {
  font-size: 18px;
  color: #d71415;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 a.more:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1500px) {
  #index-body .init-2 h2 {
    font-size: 40px;
  }
  #index-body .init-2 .box ul li h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 15px;
  }
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    font-size: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    padding: 6px 25px;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .inner-banner h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .inner-page h3.title {
    font-size: 28px;
    line-height: 48px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 8px 15px;
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .right h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul {
    margin: 10px 0;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 14px;
    margin: 3px 0;
  }
  .inner-page i.small-tit {
    font-size: 16px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page h3.title {
    font-size: 24px;
    line-height: 36px;
  }
  .about-page .about-1 .right h5 {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .gallery-page,
  .faq-page .faq-1,
  .faq-page .faq-2,
  .prodet-page,
  .product-page,
  .news-page,
  .newdet-page,
  .service-page,
  .contact-page,
  .about-page .about-4 {
    padding: 40px 0;
  }
  .contact-page .contact-2 {
    padding-bottom: 40px;
  }
  .about-page .about-2 .right .content li {
    font-size: 16px;
    padding: 2px 10px;
    line-height: 30px;
  }
  .about-page .about-3 a.more {
    padding: 6px 25px;
  }
  .about-page .about-4 .top .right a.more {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
  }
  .about-page .about-4 .bottom ul li {
    padding: 10px;
  }
  .about-page .about-4 .bottom ul {
    margin: -10px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 16px;
    padding: 5px;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebar-box .sidebar-right .cn-jufeng1{
    display: none!important;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px;
  }
  .inner-page .m-page {
    text-align: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    -moz-box-shadow: 0 2px 5px 0 #d8dde6;
    -o-box-shadow: 0 2px 5px 0 #d8dde6;
    box-shadow: 0 2px 5px 0 #d8dde6;
  }
  .inner-page h3.title {
    font-size: 20px !important;
    line-height: 38px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .product-page .product-list ul li {
    width: 33.333% !important;
  }
  .news-page .news-list ul li .box .content time,
  .newdet-page .news-content time {
    font-size: 16px;
    width: 70px;
    height: 70px;
    line-height: 30px;
    top: -25px;
  }
  .newdet-page .news-content time {
    top: 0;
    margin-top: -25px;
  }
  .news-page .news-list ul li .box .content a.more {
    font-size: 14px;
    padding: 2px 0 2px 15px;
  }
  .contact-page .contact-2 .right ul li p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-2 .right ul li h6 {
    margin-bottom: 3px;
  }
  .about-page .about-4 .bottom {
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .inner-page .form ul li {
    width: 100% !important;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px;
  }
  .about-page .about-1 .left,
  .about-page .about-2 .left,
  .about-page .about-4 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-1 .right,
  .about-page .about-2 .right,
  .about-page .about-4 .top .right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .about-page .about-4 .top .right {
    text-align: left;
    padding-top: 20px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 14px;
  }
  #footer .footer-top .right ul li:nth-child(1),
  #footer .footer-top .right ul li:nth-child(2) {
    display: none;
  }
  .inner-banner .mbx {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-news-2 h1 {
    font-size: 24px;
    line-height: 40px;
  }
  .prodet-page .prodet-news-2 .content2 {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page h2.title {
    font-size: 24px;
  }
  .prodet-page .prodet-news-2 a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h3 {
    font-size: 20px;
    line-height: 38px;
  }
  .inner-banner.single h3{
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 12px;
  }
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
  .product-page .product-list ul li {
    width: 100% !important;
  }
  .prodet-page .product-box .prodet-2 .options ul li {
    font-size: 13px;
    padding: 0 10px;
  }
  .inner-page p,
  .inner-page {
    font-size: 16px;
    line-height: 30px;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
  }
  .contact-page .contact-2 .left .form {
    padding: 10px;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .button-group {
    padding: 5px !important;
    bottom: 0 !important;
    right: 15px !important;
  }
  .inner-banner {
    height: 240px;
    padding-top: 20px;
  }
  /*.inner-banner.single{
    height: 360px;
    padding-top: 20px;
  }*/
}
.layui-layer-dialog .layui-layer-content {
  color: black;
}
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -2.5em 0 0 -2.5em;
  width:5em;
  height:5em;
  transform: rotate(165deg);
  display: none;
}
.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  transform: translate(-50%, -50%);
}
.loader:before {
  animation: before 2s infinite;
}
.loader:after {
  animation: after 2s infinite;
}

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}

.inner-page .sidebar-box .sidebar-right .cn-jufeng1 h1{
    font-size: 30px;
    line-height: 1.6;
    color: white;
}
.inner-page .sidebar-box .sidebar-right .cn-jufeng1 p{
  color: white;
}
.inner-page .sidebar-box .sidebar-right .cn-jufeng1{
    color: white;
    line-height: 32px;
    font-size: 18px;
    padding: 10px 0 20px;
}
#index-body .init-1 .bottom .text .cn-jufeng2 h1{
  display: inline;
}