body {
  font-family: "microsoft yahei";
}
.container {
  width: 1230px;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1230px;
}
#header {
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#header .nav {
  display: inline-block;
  height: 80px;
  display: flex;
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  width: 100%;
  background: #ffffff;
}
#header .nav .ui.menu {
  display: flex;
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box .menu {
  display: flex;
  display: -ms-flexbox;
  /* IE 10 */
  position: relative;
}
#header .nav .ui.menu .menu-box .menu > li {
  margin: 0 35px;
  font-size: 18px;
  font-weight: 540;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  position: relative;
}
#header .nav .ui.menu .menu-box .menu > li:hover {
  border-color: #ab091f;
  color: #ab091f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box .menu > li ul.sub-menu {
/*  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;*/
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 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 #ab091f;
}
#header .nav .ui.menu .menu-box .menu > li ul.sub-menu li {
  /*display: block;
  float: none;*/
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box .menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box .menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box .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);
}
#header .nav .ui.menu .search-box > form > input[type="text"] {
  width: 180px;
  height: 30px;
  border: 1px solid #c5c5c5;
  border-radius: 10px;
  padding: 0 30px 0 10px;
}
#header .nav .ui.menu .search-box > form > input[type="submit"] {
  width: 25px;
  height: 25px;
  background: url(../images/search.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 18px;
  outline: none;
  border: 0px;
}
.act {
  border-bottom: 1px solid #c5c5c5;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #e0640d;
  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/search.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: #e0640d;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #1557ba;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("..../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("..../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 24px;
  height: 24px;
  display: none;
  margin: 0 15px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #1557ba;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #1557ba;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(..../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #1557ba;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #1557ba !important;
}
.colums {
  text-align: center;
  width: 100%;
  background: #302f34;
}
.colums ul {
  font-size: 0;
}
.colums ul .li {
  background: #302f34;
}
.colums ul li {
  width: 25%;
  padding: 50px 80px 30px 80px;
  display: inline-block;
  background: #3e3d43;
  color: #ffffff;
  position: relative;
  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);
}
.colums ul li:hover {
  transform: rotate3d(1, 0, 0, 10deg);
  -webkit-transform: rotate3d(1, 0, 0, 10deg);
  -moz-transform: rotate3d(1, 0, 0, 10deg);
  -ms-transform: rotate3d(1, 0, 0, 10deg);
  -o-transform: rotate3d(1, 0, 0, 10deg);
  -webkit-transform-origin: 0 bottom 0;
  -moz-transform-origin: 0 bottom 0;
  transform-origin: 0 bottom 0;
  transition: transform 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: -moz-transform 0.8s;
  box-shadow: 1px 0px 10px black;
}
.colums ul li img {
  padding: 10px 12px;
  background: #b50220;
  border-radius: 10px;
  position: absolute;
  top: -25px;
  left: 44%;
}
.colums ul li h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 12px;
}
.colums ul li p {
  font-size: 16px;
}
#culture-box {
  display: none;
}
.sd {
  color: #ffffff;
  background: #ab091f;
}
.about-info {
  width: 100%;
}
.about-info .ui {
  padding-top: 90px;
}
.about-info .ui .about-box {
  font-size: 0;
}
.about-info .ui .about-box .left {
  width: 53%;
  display: inline-block;
}
.about-info .ui .about-box .left .top .top-left {
  display: inline-block;
}
.about-info .ui .about-box .left .top .top-left h1 {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #3d3c42;
}
.about-info .ui .about-box .left .top .top-left h1::after {
  content: '';
  display: block;
  width: 140px;
  height: 1px;
  background: #ae0524;
}
.about-info .ui .about-box .left .top .top-left i {
  margin-top: 5px;
  display: block;
  width: 125px;
  height: 1px;
  background: #ae0524;
}
.about-info .ui .about-box .left .top .top-left p {
  margin-left: 10px;
  display: inline-block;
  font-size: 18px;
  color: #3d3c42;
}
.about-info .ui .about-box .left .top .top-left p span {
  font-weight: bold;
}
.about-info .ui .about-box .left .top .top-right {
  float: right;
}
.about-info .ui .about-box .left .top .top-right p {
  display: inline-block;
  color: #b5b5b5;
  font-size: 16px;
  padding: 2px 12px;
  border-radius: 12px;
  background: #dcdcdc;
  margin-right: 10px;
  margin-top: 20px;
}
.about-info .ui .about-box .left .top .top-right p:hover {
  cursor: pointer;
}
.about-info .ui .about-box .left .top .top-right .sd {
  color: #ffffff;
  background: #ab091f;
}
.about-info .ui .about-box .left .centre {
  margin: 38px 0 28px 0;
}
.about-info .ui .about-box .left .bottom h1 {
  color: #ab091f;
  font-size: 20px;
  font-weight: bold;
}
.about-info .ui .about-box .left .bottom p {
  color: #3d3c42;
  font-size: 18px;
  margin: 15px 0 20px 0;
}
.about-info .ui .about-box .left .bottom span {
  color: #959595;
  font-size: 14px;
  border-bottom: 1px solid transparent;
}
.about-info .ui .about-box .left .bottom span:hover {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #ab091f;
  border-bottom: 1px solid #ab091f;
}
.about-info .ui .about-box .right {
  float: right;
  position: relative;
}
.about-info .ui .about-box .right::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 184px;
  background: #ab091f;
}
.about-info .ui .about-box .right .right-more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  padding-left: 32px;
  background: #ab091f;
  opacity: 0.8;
  border-radius: 20px 0 0 0;
}
.about-info .ui .about-box .right .right-more h1 {
  font-size: 34.48px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 35px;
}
.about-info .ui .about-box .right .right-more h2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.about-info .ui .about-box .right .right-more p {
  padding: 5px;
  font-size: 14px;
  background: #f54901;
  position: relative;
}
.about-info .ui .about-box .right .right-more p:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -32px;
  bottom: 0;
  width: 32px;
  height: 100%;
  background: #f54901;
}
.use-info {
  width: 100%;
  margin-top: 70px;
}
.use-info .top .top-left {
  display: inline-block;
}
.use-info .top .top-left h1 {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #3d3c42;
}
.use-info .top .top-left h1::after {
  content: '';
  display: block;
  width: 140px;
  height: 1px;
  background: #ae0524;
}
.use-info .top .top-left i {
  margin-top: 5px;
  display: block;
  width: 125px;
  height: 1px;
  background: #ae0524;
}
.use-info .top .top-left p {
  margin-left: 10px;
  display: inline-block;
  font-size: 18px;
  color: #3d3c42;
}
.use-info .top .top-left p span {
  font-weight: bold;
}
.use-info .top .top-right {
  float: right;
}
.use-info .top .top-right p {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  padding: 2px 12px;
  border-radius: 12px;
  background: #ab091f;
  margin-top: 20px;
  transition: all 0.4s;
}
.use-info .top .top-right p:hover {
  transform: scale(1.1);
}
.use-info .apply {
  margin-top: 30px;
  position: relative;
}
.use-info .apply img {
  width: 100%;
  height: 700px;
}
.use-info .apply .opt {
  position: absolute;
  bottom: 0;
  opacity: 0.5;
  width: 100%;
  height: 43%;
  background: #000000;
}
.use-info .apply .details {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.use-info .apply .details .ui-box .swiper-container ul {
  height: 700px;
}
.use-info .apply .details .ui-box .swiper-container ul li {
  position: relative;
}
.use-info .apply .details .ui-box .swiper-container ul li .swiperTop {
  padding: 50px 35px 25px 35px;
  margin-top: 400px;
  border-right: 1px solid #8b8b8b;
}
.use-info .apply .details .ui-box .swiper-container ul li .swiperTop:hover .details-box {
  -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);
}
.use-info .apply .details .ui-box .swiper-container ul li .swiperTop .details-box {
  position: absolute;
  background: #ab091f;
  opacity: 0.9;
  bottom: 0;
  left: 0;
  height: 700px;
  width: 100%;
  padding: 45px 25px 15px 25px;
  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 bottom 0;
  -moz-transform-origin: 0 bottom 0;
  transform-origin: 0 bottom 0;
  opacity: 0;
  transition: transform 0.8s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.3s;
  -moz-transition: -moz-transform 0.8s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
.use-info .apply .details .ui-box .swiper-container ul li .swiperTop .details-box h2 {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
.use-info .apply .details .ui-box .swiper-container ul li .swiperTop .details-box p {
  margin-top: 20px;
  font-size: 14px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.use-info .apply .details .ui-box .swiper-container ul li .swiperTop .details-box .a2 {
  display: inline-block;
  position: absolute;
  bottom: 20px;
}
.use-info .apply .details .ui-box .swiper-container ul li .swiperTop .details-box .a2 p {
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.use-info .apply .details .ui-box .swiper-container ul li .swiperTop .details-box .a2 p:hover {
  border-color: #ffffff;
}
.use-info .apply .details .ui-box .swiper-container ul li h1 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.use-info .apply .details .ui-box .swiper-container ul li .p1 {
  height: 150px;
  color: #ffffff;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.use-info .apply .details .ui-box .swiper-container ul li .a1 p {
  display: inline-block;
  padding-top: 20px;
  color: #ffffff;
  font-size: 14px;
  height: 20px;
}
.product .particulars .swiper-container .swiper-wrapper .swiper-slide {
  margin-right: 0;
}
.product {
  margin-top: 60px;
  margin-bottom: 60px;
}
.product .top .top-left {
  display: inline-block;
}
.product .top .top-left h1 {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #3d3c42;
}
.product .top .top-left h1::after {
  content: '';
  display: block;
  width: 140px;
  height: 1px;
  background: #ae0524;
}
.product .top .top-left i {
  margin-top: 5px;
  display: block;
  width: 125px;
  height: 1px;
  background: #ae0524;
}
.product .top .top-left p {
  margin-left: 10px;
  display: inline-block;
  font-size: 18px;
  color: #3d3c42;
}
.product .top .top-left p span {
  font-weight: bold;
}
.product .top .top-right {
  float: right;
}
.product .top .top-right ul li{
  display: inline-block;
  color: #8c8c8c;
  font-size: 16px;
  padding: 2px 12px;
  border-radius: 12px;
  background: #f2f4f3;
  margin-top: 20px;
}
.product .top .top-right p {
  display: inline-block;
  color: #8c8c8c;
  font-size: 16px;
  padding: 2px 12px;
  border-radius: 12px;
  background: #f2f4f3;
  margin-top: 20px;
}
.product .top .top-right ul li:hover {
  background: #ae0524;
  color: #ffffff;
}
.product .particulars {
  margin-top: 30px;
  margin-bottom: 100px;
}
.product .particulars .swiper-container {
  padding-bottom: 30px;
}
.product .particulars .swiper-container .swiper-wrapper {
  font-size: 0;
}
.product .particulars .swiper-container .swiper-wrapper .swiper-slide {
  width: 25%;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
.product .particulars .swiper-container .swiper-wrapper .swiper-slide img {
  display: inline-block;
}
.product .particulars .swiper-container .swiper-wrapper .swiper-slide:hover .box {
  -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);
  cursor: pointer;
}
.product .particulars .swiper-container .swiper-wrapper .swiper-slide div h2 {
  font-size: 18px;
  font-weight: bold;
  color: #383838;
}
.product .particulars .swiper-container .swiper-wrapper .swiper-slide div p {
  font-size: 14px;
  color: #747474;
}
.product .particulars .swiper-container .swiper-wrapper .swiper-slide div .box {
  position: absolute;
  width: 80%;
  padding: 30px 5px 10px 5px;
  background: #af0625;
  bottom: -25px;
  left: 10%;
  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 bottom 0;
  -moz-transform-origin: 0 bottom 0;
  transform-origin: 0 bottom 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);
}
.product .particulars .swiper-container .swiper-wrapper .swiper-slide div .box h2 {
  font-size: 18xp;
  font-weight: bold;
  color: #ffffff;
}
.product .particulars .swiper-container .swiper-wrapper .swiper-slide div .box p {
  font-size: 14px;
  color: #ffffff;
  margin: 5px 0 22px 0;
}
.product .particulars .swiper-container .swiper-wrapper .swiper-slide div .box img {
  width: 18px;
  height: 18px;
}
.product .particulars ul {
  font-size: 0;
}
.product .particulars ul li {
  width: 25%;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
.product .particulars ul li:hover .box {
  -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);
  cursor: pointer;
}
.product .particulars ul li div h2 {
  font-size: 18px;
  font-weight: bold;
  color: #383838;
}
.product .particulars ul li div p {
  font-size: 14px;
  color: #747474;
}
.product .particulars ul li div .box {
  position: absolute;
  width: 80%;
  padding: 30px 5px 10px 5px;
  background: #af0625;
  bottom: -25px;
  left: 10%;
  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 bottom 0;
  -moz-transform-origin: 0 bottom 0;
  transform-origin: 0 bottom 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);
}
.product .particulars ul li div .box h2 {
  font-size: 18xp;
  font-weight: bold;
  color: #ffffff;
}
.product .particulars ul li div .box p {
  font-size: 14px;
  color: #ffffff;
  margin: 5px 0 22px 0;
}
.product .particulars ul li div .box img {
  width: 18px;
  height: 18px;
}
.FAQ {
  padding: 80px 0 70px 0;
  background: #ececec;
}
.FAQ .top .top-left {
  display: inline-block;
}
.FAQ .top .top-left h1 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #3d3c42;
  margin-left: 10px;
}
.FAQ .top .top-left i {
  margin-top: 5px;
  display: block;
  width: 125px;
  height: 1px;
  background: #ae0524;
}
.FAQ .top .top-left p {
  display: inline-block;
  font-size: 40px;
  color: #3d3c42;
}
.FAQ .top .top-left p::after {
  content: '';
  display: block;
  width: 140px;
  height: 1px;
  background: #ae0524;
}
.FAQ .top .top-left p span {
  font-weight: bold;
}
.FAQ .top .top-right {
  float: right;
}
.FAQ .top .top-right p {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  padding: 2px 12px;
  border-radius: 12px;
  background: #ae0524;
  margin-top: 20px;
  transition: all 0.4s;
}
.FAQ .top .top-right p:hover {
  transform: scale(1.2);
}
.FAQ .bottom {
  height: 562px;
  margin-top: 35px;
}
.FAQ .bottom .left {
  width: 35%;
  height: 100%;
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.FAQ .bottom .left .left-top {
  width: 100%;
  height: 50%;
  background: #3e3d43;
  padding: 35px 25px 0 25px;
  position: relative;
}
.FAQ .bottom .left .left-top .left-top-box {
  display: inline-block;
}
.FAQ .bottom .left .left-top .left-top-box .leftP {
  font-size: 40px;
  color: #ffffff;
  font-weight: 100;
}
.FAQ .bottom .left .left-top .left-top-box .leftP1 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
}
.FAQ .bottom .left .left-top img {
  position: absolute;
  right: 25px;
  top: 65px;
  float: right;
  padding: 6px 10px;
  background: #ae0524;
  border-radius: 50%;
  transition: all 0.4s;
}
.FAQ .bottom .left .left-top img:hover {
  transform: scale(1.1);
}
.FAQ .bottom .left .faq-list {
  padding: 75px 25px 0 25px;
  background: #ffffff;
  height: 50%;
}
.FAQ .bottom .left .faq-list ul li {
  position: relative;
  margin-top: 6px;
}
.FAQ .bottom .left .faq-list ul li h3 {
  color: #ae0524;
  font-size: 14px;
  border: 1px solid #cccccc;
  padding: 4px 0 4px 10px;
  border-left: 4px solid #ae0524;
}
.FAQ .bottom .left .faq-list ul li div {
  display: none;
}
.FAQ .bottom .left .faq-list ul li div p {
  color: #737373;
  font-size: 14px;
  padding: 4px 0 0px 10px;
}
.FAQ .bottom .left .faq-list ul li i {
  cursor: pointer;
}
.FAQ .bottom .left .faq-list ul li .icon {
  position: absolute;
  display: inline-block;
  width: 23px;
  height: 23px;
  right: 10px;
  top: 4px;
}
.FAQ .bottom .left .faq-list ul li .plus {
  background-image: url(../images/+.jpg);
}
.FAQ .bottom .left .faq-list ul li .minus {
  background-image: url(../images/-.png);
}
.FAQ .bottom .left .imgs {
  position: absolute;
  left: 20px;
  top: 140px;
}
.FAQ .bottom .right {
  float: right;
  width: 63%;
}
.FAQ .bottom .right .right-box {
  margin-bottom: 10px;
  padding: 25px 25px;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
}
.FAQ .bottom .right .right-box .left-top-box {
  display: inline-block;
}
.FAQ .bottom .right .right-box .left-top-box .leftP {
  font-size: 30px;
  color: #000000;
  font-weight: 100;
}
.FAQ .bottom .right .right-box .left-top-box .leftP span {
  font-weight: bold;
}
.FAQ .bottom .right .right-box .left-top-box .leftP1 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  display: inline-block;
}
.FAQ .bottom .right .right-box img {
  position: absolute;
  right: 25px;
  top: 65px;
  float: right;
  padding: 6px 10px;
  background: #ae0524;
  border-radius: 50%;
  transition: all 0.4s;
}
.FAQ .bottom .right .right-box img:hover {
  transform: scale(1.1);
}
.FAQ .bottom .right .right-box .contreBOX {
  margin-top: 15px;
}
.FAQ .bottom .right .right-box .contreBOX .contre {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.FAQ .bottom .right .right-box .contreBOX .contre:hover p {
  color: #ab091f;
}
.FAQ .bottom .right .right-box .contreBOX .contre .contreP {
  color: #292929;
  font-size: 14px;
}
.FAQ .bottom .right .right-box .contreBOX .contre .contreP span {
  color: #ae0524;
  font-weight: bold;
  font-size: 18px;
  margin-right: 10px;
}
.CASE {
  margin-top: 65px;
}
.CASE .top .top-left {
  display: inline-block;
}
.CASE .top .top-left h1 {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #3d3c42;
}
.CASE .top .top-left h1::after {
  content: '';
  display: block;
  width: 140px;
  height: 1px;
  background: #ae0524;
}
.CASE .top .top-left i {
  margin-top: 5px;
  display: block;
  width: 125px;
  height: 1px;
  background: #ae0524;
}
.CASE .top .top-left p {
  margin-left: 10px;
  display: inline-block;
  font-size: 18px;
  color: #3d3c42;
}
.CASE .top .top-left p span {
  font-weight: bold;
}
.CASE .top .top-right {
  float: right;
}
.CASE .top .top-right p {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  padding: 2px 12px;
  border-radius: 12px;
  background: #ae0524;
  margin-top: 20px;
  transition: all 0.4s;
}
.CASE .top .top-right p:hover {
  background: #ae0524;
  color: #ffffff;
  transform: scale(1.1);
}
.CASE .CASE-img {
  margin-top: 55px;
  margin-bottom: 80px;
}
.CASE .CASE-img ul {
  display: flex;
  justify-content: space-between;
}
.CASE .CASE-img ul li {
  position: relative;
}
.CASE .CASE-img ul li .CASE-more {
  display: none;
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 80%;
  text-align: center;
  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 bottom 0;
  -moz-transform-origin: 0 bottom 0;
  transform-origin: 0 bottom 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);
}
.CASE .CASE-img ul li .CASE-more .CASE-text {
  padding: 35px 20px 30px 20px;
  background: #000000;
  opacity: 0.8;
}
.CASE .CASE-img ul li .CASE-more .CASE-text h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 20px;
}
.CASE .CASE-img ul li .CASE-more .CASE-text p {
  color: #ffffff;
  font-size: 14px;
}
.CASE .CASE-img ul li .CASE-more a i {
  display: block;
  background: #ae0524;
  color: #ffffff;
  font-size: 14px;
  padding: 14px 0;
}
.CASE .CASE-img ul li:hover .CASE-more {
  display: block;
  -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);
}
.pro-list {
  padding-top: 55px;
  padding-bottom: 80px;
}
.pro-list .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 430px;
}
.pro-list .swiper-container .swiper-wrapper .swiper-slide:hover .CASE-more {
  -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);
}
.pro-list .swiper-container .swiper-wrapper .swiper-slide .CASE-more {
  position: absolute;
  left: 10%;
  bottom: 0px;
  width: 80%;
  text-align: center;
  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 1s, opacity 0.3s;
  -webkit-transition: -webkit-transform 1s, opacity 0.3s;
  -moz-transition: -moz-transform 1s, opacity 0.3s;
}
.pro-list .swiper-container .swiper-wrapper .swiper-slide .CASE-more .CASE-text {
  padding: 35px 20px 30px 20px;
  background: #000000;
  opacity: 0.8;
}
.pro-list .swiper-container .swiper-wrapper .swiper-slide .CASE-more .CASE-text h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 20px;
}
.pro-list .swiper-container .swiper-wrapper .swiper-slide .CASE-more .CASE-text p {
  color: #ffffff;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.pro-list .swiper-container .swiper-wrapper .swiper-slide .CASE-more a i {
  display: block;
  background: #ae0524;
  color: #ffffff;
  font-size: 14px;
  padding: 14px 0;
  z-index: 10000;
}
.footer {
  background: #302f34;
  padding: 40px 0 80px 0;
}
.footer .ui .menu .logo {
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
}
.footer .ui .menu ul {
  display: inline-block;
  vertical-align: middle;
  float: right;
  padding: 20px 0;
  border-bottom: 1px solid #3f3f3f;
  border-top: 1px solid #3f3f3f;
}
.footer .ui .menu ul li {
  float: left;
  padding: 0 35px;
  color: #ffffff;
  font-size: 18px;
  border-right: 1px solid #3f3f3f;
}
.footer .ui .menu ul li a {
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.footer .ui .menu ul li a:hover {
  border-color: #ae0524;
  color: #ae0524;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.footer .ui .add {
  margin-top: 42px;
  position: relative;
}
.footer .ui .add .addlist {
  margin-top: 10px;
}
.footer .ui .add .footer-p {
  margin-top: 20px;
}
.footer .ui .add p {
  color: #a5a5a5;
  font-size: 16px;
  /* display: flex; */
  align-items: center;
  padding: 3px 0;
}
.footer .ui .add p img {
  margin-right: 10px;
}
.footer .ui .add .footer-p a img{
	width: 115px;
    height: 14px;
	vertical-align: middle;
}
.footer .ui .add p span {
  font-size: 28px;
  font-weight: bold;
  color: #af0625;
}
.footer .ui .add .QR-box {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .ui .add .QR-box img{
      width: 200px;
    height: 200px;
}
.footer .ui .add .QR-box .QR {
  display: inline-block;
  margin-right: 30px;
}
.footer .ui .add .QR-box .QR p {
  justify-content: center;
}
.footer .ui .add .QR-box .QR2 {
  display: inline-block;
}
.footer .ui .add .QR-box .QR2 p {
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .colums ul li {
    height: 190px;
  }
  .colums ul li h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .pro-list .swiper-container .swiper-wrapper .swiper-slide {
    height: 340px;
  }
  .colums ul li {
    padding: 40px 40px 30px 40px;
  }
  .colums ul li img {
    left: 41%;
  }
  .pro-list .swiper-container .swiper-wrapper .swiper-slide .CASE-more .CASE-text h1 {
    margin-bottom: 10px;
  }
  .pro-list .swiper-container .swiper-wrapper .swiper-slide .CASE-more .CASE-text {
    padding: 20px 15px 20px 15px;
  }
  .pro-list .swiper-container .swiper-wrapper .swiper-slide .CASE-more .CASE-text h1 {
    font-size: 20px;
  }
  .pro-list .swiper-container .swiper-wrapper .swiper-slide .CASE-more .CASE-text p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1300px) {
  .product .particulars .swiper-container .swiper-wrapper .swiper-slide div .box {
    position: absolute;
    width: 90%;
    padding: 10px 5px 10px 5px;
    background: #af0625;
    bottom: -25px;
    left: 0%;
  }
  .use-info .apply .opt {
    height: 207px;
  }
  .use-info .apply .details ul li .box .top h1 {
    font-size: 16px;
    padding: 10px 0;
  }
  .use-info .apply .details ul li .box {
    padding: 10px 10px 10px 10px;
  }
  .use-info .apply .details ul li .box .top p {
    font-size: 14px;
    height: 120px;
  }
  .use-info .apply .details ul li:hover .use-info .apply .details ul li .box .centre {
    display: none;
  }
  .product .particulars .swiper-container .swiper-wrapper .swiper-slide div .box {
    position: absolute;
    width: 90%;
    padding: 10px 5px 10px 5px;
    background: #af0625;
    bottom: -25px;
    left: 5%;
  }
  .product .particulars .swiper-container .swiper-wrapper .swiper-slide div .box p {
    font-size: 12px;
    color: #ffffff;
    margin: 5px 0 10px 0;
  }
  .product .particulars .swiper-container .swiper-wrapper .swiper-slide div .box h2 {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
  }
  .ui.container {
    width: 970px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li .sub-menu {
    width: 120px;
  }
  .colums ul li h2 {
    font-size: 20px;
  }
  .colums ul li p {
    font-size: 15px;
  }
  .colums ul li img {
    left: 39%;
  }
  .pro-list .swiper-container .swiper-wrapper .swiper-slide .CASE-more {
    left: 5%;
    width: 90%;
  }
  .about-info .ui {
    padding-top: 70px;
  }
  .about-info .ui .about-box .left .top .top-left h1 {
    font-size: 30px;
  }
  .about-info .ui .about-box .left .top .top-left h1::after {
    content: '';
    display: block;
    width: 120px;
    height: 1px;
    background: #ae0524;
  }
  .about-info .ui .about-box .left .top .top-left p {
    font-size: 15px;
  }
  .about-info .ui .about-box .left .top .top-left i {
    margin-top: 5px;
    display: block;
    width: 110px;
    height: 1px;
    background: #ae0524;
  }
  .about-info .ui .about-box .left .top .top-right p {
    margin-top: 12px;
  }
  .about-info .ui .about-box .left #profile-box .centre {
    margin: 30px 0 20px 0;
  }
  .about-info .ui .about-box .left #profile-box .bottom h1 {
    font-size: 18px;
  }
  .about-info .ui .about-box .left #profile-box .bottom p {
    font-size: 16px;
    margin: 10px 0 15px 0;
  }
  .about-info .ui .about-box .left #culture-box .centre {
    margin: 30px 0 20px 0;
  }
  .about-info .ui .about-box .left #culture-box .bottom h1 {
    font-size: 18px;
  }
  .about-info .ui .about-box .left #culture-box .bottom p {
    font-size: 16px;
    margin: 10px 0 15px 0;
  }
  .about-info .ui .about-box .right::after {
    height: 134px;
  }
  .about-info .ui .about-box .right img {
    height: 375px;
    width: 400px;
  }
  .about-info .ui .about-box .right .right-more h1 {
    font-size: 25.48px;
    margin-top: 15px;
  }
  .about-info .ui .about-box .right .right-more h2 {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .use-info .top .top-left h1 {
    font-size: 30px;
  }
  .use-info .top .top-left h1::after {
    width: 120px;
  }
  .use-info .top .top-left p {
    font-size: 15px;
  }
  .use-info .top .top-left i {
    width: 110px;
  }
  .use-info .top .top-right p {
    margin-top: 15px;
  }
  .colums ul li {
    padding: 30px 25px;
    height: 170px;
  }
  .colums ul li img {
    left: 41%;
  }
  .product .top .top-left h1 {
    font-size: 30px;
  }
  .product .top .top-left h1::after {
    width: 120px;
  }
  .product .top .top-left p {
    font-size: 15px;
  }
  .product .top .top-left i {
    width: 110px;
  }
  .product .top .top-right p {
    margin-top: 15px;
  }
  .product .particulars {
    margin-bottom: 80px;
  }
  .product .particulars ul li img {
    width: 80%;
    height: 80%;
  }
  .product .particulars ul li div h2 {
    font-size: 16px;
  }
  .product .particulars ul li div p {
    font-size: 12px;
  }
  .product .particulars ul li div a .box {
    padding: 20px 5px 10px 5px;
  }
  .product .particulars ul li div a .box h2 {
    font-size: 14px;
  }
  .product .particulars ul li div a .box p {
    font-size: 12px;
    margin: 5px 0 15px 0;
  }
  .FAQ {
    padding: 60px 0 50px 0;
  }
  .FAQ .top .top-left p {
    font-size: 30px;
  }
  .FAQ .top .top-left p::after {
    width: 120px;
  }
  .FAQ .top .top-left h1 {
    font-size: 15px;
  }
  .FAQ .top .top-left i {
    width: 110px;
  }
  .FAQ .top .top-right a p {
    margin-top: 15px;
  }
  .FAQ .bottom {
    height: 510px;
  }
  .FAQ .bottom .left .left-top {
    padding: 20px 20px 0 20px;
  }
  .FAQ .bottom .left .left-top .left-top-box .leftP {
    font-size: 30px;
  }
  .FAQ .bottom .left .left-top .left-top-box .leftP1 {
    font-size: 15px;
  }
  .FAQ .bottom .left .left-top a img {
    top: 35px;
  }
  .FAQ .bottom .left .imgs {
    width: 90%;
    height: 35%;
    left: 17px;
    top: 110px;
  }
  .FAQ .bottom .left .faq-list {
    padding: 30px 20px 0 20px;
  }
  .FAQ .bottom .left .faq-list ul li h3 {
    font-size: 13px;
  }
  .FAQ .bottom .left .faq-list ul li .faq-q p {
    font-size: 12px;
  }
  .FAQ .bottom .left .faq-list ul li .icon {
    right: 2px;
  }
  .FAQ .bottom .right .right-box {
    padding: 20px 20px;
  }
  .FAQ .bottom .right .right-box .left-top-box .leftP {
    font-size: 25px;
  }
  .FAQ .bottom .right .right-box .left-top-box .leftP1 {
    font-size: 15px;
  }
  .FAQ .bottom .right .right-box a img {
    top: 25px;
  }
  .FAQ .bottom .right .contreBOX {
    margin-top: 10px;
  }
  .CASE .top .top-left h1 {
    font-size: 30px;
  }
  .CASE .top .top-left h1::after {
    width: 120px;
  }
  .CASE .top .top-left p {
    font-size: 15px;
  }
  .CASE .top .top-left i {
    width: 110px;
  }
  .CASE .top .top-right a p {
    margin-top: 15px;
  }
  .pro-list .swiper-container .swiper-wrapper .swiper-slide {
    height: 280px;
  }
  .pro-list .swiper-container .swiper-wrapper .swiper-slide .CASE-more .CASE-text {
    padding: 10px 10px 15px 10px;
  }
  .pro-list .swiper-container .swiper-wrapper .swiper-slide .CASE-more .CASE-text h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .pro-list .swiper-container .swiper-wrapper .swiper-slide .CASE-more .CASE-text p {
    font-size: 10px;
  }
  .pro-list .swiper-container .swiper-wrapper .swiper-slide .CASE-more a i {
    display: block;
    background: #ae0524;
    color: #ffffff;
    font-size: 10px;
    padding: 8px 0;
  }
  .use-info .apply img {
    width: 100%;
    height: 500px;
  }
  .use-info .apply .details .ui-box .swiper-container ul {
    height: 500px;
  }
  .use-info .apply .details .ui-box .swiper-container ul li .swiperTop {
    padding: 20px 20px 20px 20px;
    margin-top: 293px;
    border-right: 1px solid #8b8b8b;
  }
  .use-info .apply .details .ui-box .swiper-container ul li h1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .use-info .apply .details .ui-box .swiper-container ul li .p1 {
    height: 104px;
    font-size: 14px;
    -webkit-line-clamp: 5;
  }
  .use-info .apply .details .ui-box .swiper-container ul li .swiperTop .details-box {
    height: 500px;
    padding: 25px 15px 15px 15px;
  }
  .use-info .apply .details .ui-box .swiper-container ul li .swiperTop .details-box h2 {
    font-size: 16px;
    padding: 8px 0;
  }
  .use-info .apply .details .ui-box .swiper-container ul li .swiperTop .details-box p {
    margin-top: 15px;
    font-size: 12px;
  }
  .footer .ui .add .QR-box img{
        width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  .use-info .apply .opt {
    height: 168px;
  }
  #mobile {
    display: block;
  }
  #header {
    display: none;
  }
  .colums ul li {
    width: 25%;
    padding: 20px 20px;
    height: 135px;
  }
  .colums ul li img {
    padding: 2px 2px;
    top: -20px;
    left: 43%;
  }
  .colums ul li h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .colums ul li p {
    font-size: 12px;
  }
  .about-info .ui .about-box .left .top .top-left h1 {
    font-size: 20px;
  }
  .about-info .ui .about-box .left .top .top-left h1::after {
    width: 80px;
  }
  .about-info .ui .about-box .left .top .top-left p {
    font-size: 10px;
  }
  .about-info .ui .about-box .left .top .top-left i {
    width: 70px;
  }
  .about-info .ui .about-box .left .top .top-right p {
    margin-top: 5px;
    font-size: 12px;
    margin-right: 4px;
  }
  .about-info .ui .about-box .left #profile-box .bottom h1 {
    font-size: 16px;
  }
  .about-info .ui .about-box .left #profile-box .bottom p {
    font-size: 14px;
    margin: 6px 0 10px 0;
  }
  .about-info .ui .about-box .left #culture-box .bottom h1 {
    font-size: 16px;
  }
  .about-info .ui .about-box .left #profile-box .centre {
    margin: 15px 0 10px 0;
  }
  .about-info .ui .about-box .left #culture-box .centre {
    margin: 15px 0 10px 0;
  }
  .about-info .ui .about-box .left #culture-box .bottom p {
    font-size: 14px;
    margin: 6px 0 10px 0;
  }
  .about-info .ui .about-box .left .bottom span {
    font-size: 12px;
  }
  .about-info .ui .about-box .right img {
    height: 275px;
    width: 310px;
  }
  .about-info .ui .about-box .right .right-more h1 {
    font-size: 20.48px;
    margin-top: 10px;
  }
  .about-info .ui .about-box .right .right-more h2 {
    margin-bottom: 18px;
    font-size: 14px;
  }
  .use-info .apply .details ul li .box .top h1 {
    font-size: 14px;
    padding: 5px 0;
  }
  .use-info .apply .details ul li .box .top p {
    font-size: 12px;
    height: 105px;
  }
  .use-info .apply .details ul li .box {
    padding: 5px 10px 5px 10px;
  }
  .about-info .ui .about-box .right .right-more p {
    font-size: 12px;
  }
  .about-info .ui .about-box .right::after {
    height: 107px;
  }
  .use-info .top .top-left h1 {
    font-size: 20px;
  }
  .use-info .top .top-left p {
    font-size: 10px;
  }
  .use-info .top .top-left h1::after {
    width: 80px;
  }
  .use-info .top .top-left i {
    width: 70px;
  }
  .use-info .top .top-right p {
    margin-top: 4px;
    font-size: 12px;
  }
  .product .top .top-left h1 {
    font-size: 20px;
  }
  .product .top .top-left p {
    font-size: 10px;
  }
  .product .top .top-left h1::after {
    width: 80px;
  }
  .product .top .top-left i {
    width: 70px;
  }
  .product .top .top-right p {
    margin-top: 3px;
    font-size: 12px;
  }
  .product .particulars ul li div h2 {
    font-size: 12px;
  }
  .product .particulars ul li div p {
    font-size: 10px;
  }
  .product .particulars ul li div a .box h2 {
    font-size: 12px;
  }
  .product .particulars ul li div a .box {
    padding: 10px 5px 5px 5px;
  }
  .product .particulars ul li div a .box p {
    font-size: 10px;
    margin: 0px 0 5px 0;
  }
  .product {
    margin-top: 40px;
  }
  .FAQ {
    padding: 40px 0 30px 0;
  }
  .product .particulars {
    margin-bottom: 40px;
  }
  .FAQ .top .top-left p {
    font-size: 20px;
  }
  .FAQ .top .top-left h1 {
    font-size: 10px;
  }
  .FAQ .top .top-left p::after {
    width: 80px;
  }
  .FAQ .top .top-left i {
    width: 70px;
  }
  .FAQ .top .top-right a p {
    margin-top: 5px;
    font-size: 12px;
  }
  .FAQ .bottom .left .left-top {
    padding: 10px 10px 0 10px;
  }
  .FAQ .bottom .left .left-top .left-top-box .leftP {
    font-size: 20px;
  }
  .FAQ .bottom .left .left-top .left-top-box .leftP1 {
    font-size: 12px;
  }
  .FAQ .bottom .left .left-top a img {
    top: 20px;
    right: 10px;
  }
  .FAQ .bottom .left .imgs {
    left: 11px;
    top: 76px;
  }
  .FAQ .bottom .left .faq-list {
    padding: 20px 5px 0 5px;
  }
  .FAQ .bottom .left .faq-list ul li {
    margin-top: 5px;
  }
  .FAQ .bottom .left {
    width: 43%;
  }
  .FAQ .bottom .left .faq-list ul li h3 {
    font-size: 12px;
  }
  .FAQ .bottom .left .faq-list ul li .icon {
    top: 2px;
  }
  .FAQ .bottom {
    height: 407px;
  }
  .FAQ .bottom .right .right-box {
    padding: 13px 10px;
  }
  .FAQ .bottom .right {
    width: 56%;
  }
  .FAQ .bottom .right .right-box .left-top-box .leftP {
    font-size: 18px;
  }
  .FAQ .bottom .right .right-box .left-top-box .leftP1 {
    font-size: 14px;
  }
  .FAQ .bottom .right .right-box a img {
    top: 14px;
    right: 10px;
  }
  .FAQ .bottom .right .right-box .contreBOX {
    margin-top: 5px;
  }
  .FAQ .bottom .right .right-box .contreBOX .contre .contreP span {
    font-size: 16px;
    margin-right: 8px;
  }
  .FAQ .bottom .right .right-box .contreBOX .contre .contreP {
    font-size: 12px;
  }
  .CASE {
    margin-top: 40px;
  }
  .CASE .top .top-left h1 {
    font-size: 20px;
  }
  .CASE .top .top-left h1::after {
    width: 80px;
  }
  .CASE .top .top-left i {
    width: 70px;
  }
  .CASE .top .top-left p {
    font-size: 12px;
  }
  .CASE .top .top-right a p {
    margin-top: 4px;
    font-size: 14px;
  }
  .pro-list {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .pro-list .swiper-container .swiper-wrapper .swiper-slide .CASE-more .CASE-text {
    padding: 10px 5px 10px 5px;
  }
  .pro-list .swiper-container .swiper-wrapper .swiper-slide .CASE-more .CASE-text h1 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .pro-list .swiper-container .swiper-wrapper .swiper-slide .CASE-more a i {
    padding: 4px 0;
  }
  .pro-list .swiper-container .swiper-wrapper .swiper-slide {
    height: 216px;
  }
  .footer {
    padding: 30px 0 30px 0;
  }
  .footer .ui .menu ul li {
    font-size: 15px;
    padding: 0 15px;
  }
  .footer .ui .add p img {
    margin-right: 5px;
  }
  .footer .ui .add p {
    font-size: 12px;
  }
  .footer .ui .add p span {
    font-size: 16px;
  }
  element.style {
    margin-top: 20px;
    font-size: 12px;
  }
  .footer .ui .add .QR-box .QR {
    margin-right: 10px;
  }
  .footer .ui .add .QR-box .QR img {
    width: 130px;
    height: 130px;
  }
  .footer .ui .menu .logo {
    padding-top: 6px;
  }
  .footer .ui .add .QR-box .QR2 img {
    width: 130px;
    height: 130px;
  }
  .footer .ui .add .footer-p {
    margin-top: 20px;
  }
  .use-info .apply img {
    width: 100%;
    height: 400px;
  }
  .use-info .apply .opt {
    height: 190px;
  }
  .use-info .apply .details .ui-box .swiper-container ul {
    height: 400px;
  }
  .use-info .apply .details .ui-box .swiper-container ul li .swiperTop {
    margin-top: 209px;
    padding: 30px 20px 20px 20px;
  }
  .use-info .apply .details .ui-box .swiper-container ul li .p1 {
    height: 67px;
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .use-info .apply .details .ui-box .swiper-container ul li .swiperTop .details-box {
    height: 400px;
    padding: 20px 15px 15px 15px;
  }
  .use-info .apply .details .ui-box .swiper-container ul li .swiperTop .details-box h2 {
    font-size: 15px;
    padding: 5px 0;
  }
  .use-info .apply .details .ui-box .swiper-container ul li .swiperTop .details-box p {
    margin-top: 10px;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .about-info .ui .about-box .left {
    width: 100%;
  }
  .about-info .ui .about-box .right img {
    height: 295px;
    width: 340px;
  }
  .about-info .ui .about-box .right {
    float: none;
    position: relative;
    display: inline-block;
    margin-top: 10px;
  }
  .about-info .ui {
    padding-top: 30px;
  }
  .use-info {
    margin-top: 30px;
  }
  .product .top .top-right {
    float: right;
    display: inline-block;
    width: 60%;
  }
  .product .particulars ul li div a .box {
    padding: 4px 2px 2px 2px;
  }
  .FAQ {
    padding: 20px 0 20px 0;
  }
  .FAQ .bottom {
    margin-top: 20px;
    display: block;
    height: 100%;
  }
  .FAQ .bottom .left {
    width: 100%;
    display: inline-block;
    height: 500px;
  }
  .FAQ .bottom .right {
    width: 100%;
    display: inline-block;
  }
  .FAQ .bottom .left .imgs {
    width: 80%;
    height: 200px;
    left: 10%;
  }
  .FAQ .bottom .left .faq-list {
    padding: 80px 5px 0 5px;
    height: 60%;
  }
  .FAQ .bottom .left .left-top {
    height: 40%;
  }
  .footer .ui .menu ul li {
    font-size: 14px;
    padding: 0px 10px;
  }
  .footer .ui .add .QR-box .QR img {
    width: 100px;
    height: 100px;
  }
  .footer .ui .add .QR-box .QR2 img {
    width: 100px;
    height: 100px;
  }
  .grid-box.four > .column {
    width: 50%;
  }
  .colums ul li {
    width: 25%;
    padding: 15px 5px;
    height: 125px;
  }
  .colums ul li img {
    padding: 2px 2px;
    top: -20px;
    left: 44%;
  }
  .footer .ui .menu .logo {
    width: 50px;
    height: 30px;
  }
  .footer .ui .menu .logo a img {
    line-height: 30px;
  }
  .footer .ui .menu ul li {
    font-size: 12px;
    padding: 0px 6px;
  }
  .footer .ui .menu ul {
    padding: 10px 0;
  }
  .footer .ui .add .QR-box {
    display: none;
  }
  .product .top .top-right {
    width: 100%;
    margin-top: 10px;
  }
  .product .particulars .swiper-container .swiper-wrapper .swiper-slide {
    border: none;
  }
  .product .particulars .swiper-container .swiper-wrapper .swiper-slide div .box {
    left: 5%;
  }
  .footer .ui .menu .logo {
    padding-top: 0px;
  }
  .footer .ui .add p {
    color: #a5a5a5;
    font-size: 12px;
    display: block;
    align-items: center;
    padding: 3px 0;
  }
  .footer .ui .menu .logo a img {
    margin-top: 10px;
  }
  .footer .ui .menu .logo {
    width: 75px;
    height: 40px;
  }
  .FAQ .bottom .left {
    margin-bottom: 5px;
  }
  .footer .ui .menu ul li {
    font-size: 12px;
    padding: 0px 5px;
  }
  .product .particulars .swiper-container .swiper-wrapper .swiper-slide div h2 {
    font-size: 14px;
    font-weight: bold;
    color: #383838;
  }
  .product .particulars .swiper-container .swiper-wrapper .swiper-slide div p {
    font-size: 12px;
    color: #747474;
  }
  .product .particulars .swiper-container .swiper-wrapper .swiper-slide div .box h2 {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
  }
  .product .particulars .swiper-container .swiper-wrapper .swiper-slide div .box p {
    font-size: 12px;
    color: #ffffff;
    margin: 5px 0 5px 0;
  }
  .about-info {
    width: 100%;
    overflow: hidden;
  }
  .use-info .apply img {
    width: 100%;
    height: 300px;
  }
  .use-info .apply .opt {
    height: 150px;
  }
  .use-info .apply .details .ui-box .swiper-container ul {
    height: 359px;
  }
  .use-info .apply .details .ui-box .swiper-container ul li .swiperTop {
    margin-top: 209px;
    padding: 12px 20px 4px 20px;
  }
  .use-info .apply .details .ui-box .swiper-container ul li h1 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .use-info .apply .details .ui-box .swiper-container ul li .p1 {
    height: 60px;
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .use-info .apply .details .ui-box .swiper-container ul li .swiperTop .details-box {
    height: 300px;
    padding: 10px 15px 15px 15px;
  }
  .use-info .apply .details .ui-box .swiper-container ul li .swiperTop .details-box h2 {
    font-size: 14px;
    padding: 5px 0;
  }
  .use-info .apply .details .ui-box .swiper-container ul li .swiperTop .details-box p {
    margin-top: 8px;
    -webkit-line-clamp: 2;
  }
  .FAQ .bottom .right {
    float: none;
  }
}




























.inner-banner {
  margin-top: 82px;
  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: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "POPPINS-MEDIUM";
  color: #ffffff;
}
.inner-banner .mbx {
  font-size: 16px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 24px;
  -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: #ab091f;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: #ab091f;
}
.inner-page {
  font-size: 14px;
  line-height: 1.8;
  position:relative;
  z-index:1;
}
.inner-page p {
  line-height: 1.8;
  color: #333;
  font-size: 14px;
}
.inner-page .text {
  color: #828893;
}
.inner-page .text p {
  color: inherit;
}
.inner-page i.small-tit {
  color: #ab091f;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "POPPINS-MEDIUM";
}
.inner-page h3.title {
  color: #111;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 38px;
  margin: 15px 0;
  position: relative;
  font-family: "POPPINS-SEMIBOLD";
}
.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: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.inner-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  background: #ab091f;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: "POPPINS-MEDIUM";
  font-size: 14px;
  text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #222;
}
.inner-page .sidebar-box .sidebar-left {
  width: 34%;
  padding-right: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 30px;
  background: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a:hover{
	margin-left: 10px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
  display: block;
  text-transform: uppercase;
  color: #072948;
  font-family: "POPPINS-MEDIUM";
  font-size: 14px;
  padding: 15px 20px;
  background: #fff;
  border-left: 4px solid #333;
  -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 li a {
  background: #fbf9f7;
  border-color: #d7d7d7;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
  background: #ab091f 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: #111;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  font-family: "POPPINS-MEDIUM";
  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: #ab091f none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: #ab091f;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
  background: #ab091f 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: rgba(190, 0, 0, 0.83) none repeat scroll 0 0;
  z-index: -1;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 30px;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
  color: #fff;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #c00000;
  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: 66%;
  padding-left: 15px;
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #ab091f 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(171, 9, 31, 0.33);
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}
.about-page .about-1 .left .box2:before {
  content: '';
  background: rgba(0, 0, 0, 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;
  font-family: "POPPINS-MEDIUM";
  right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .box2 .play i {
  background: #de7b22 none repeat scroll 0 0;
  border: 2px solid #de7b22;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 58px;
  line-height: 15px;
  margin: 0 10px 0 0;
  padding: 20px;
  text-align: center;
  width: 58px;
}
.about-page .about-1 .right {
  width: 58%;
  padding-left: 15px;
  vertical-align: middle;
}
.about-page .about-1 .right h5 {
  color: #111;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 20px;
  margin-top: 35px;
  position: relative;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: "POPPINS-MEDIUM";
}
.about-page .about-1 .right h5:before {
  position: absolute;
  height: 4px;
  width: 10%;
  background: #de7b22 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;
  font-family: "POPPINS-REGULAR";
  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: #de7b22;
}
.about-page .about-2 {
  background: #f8f9fc;
  padding: 70px 0;
}
.about-page .about-2 .right {
  padding-top: 25px;
}
.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: capitalize;
  color: #333;
  padding: 5px 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 15px;
}
.about-page .about-2 .right .content li i {
  color: #ab091f;
  margin-right: 10px;
}
.about-page .about-3 {
  padding: 70px 0;
  background: url("../images/about-3-bg.png") center center #ab091f;
  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-family: "POPPINS-REGULAR";
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #ab091f;
  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: #ab091f;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 18px;
  font-family: "POPPINS-REGULAR";
  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: #ab091f;
  -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;
}
.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: #111;
  font-family: "POPPINS-MEDIUM";
  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: #ab091f;
  color: white;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #edeff2;
}
.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: #ab091f;
}
.faq-page .faq-1 p {
  max-width: 770px;
  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: 15px;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #ab091f;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.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 li {
  margin-bottom: 30px;
}
.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: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}
.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: #ab091f none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
}
.news-page .news-list ul li .box .content h3 {
  margin-top: 25px;
  font-family: "POPPINS-MEDIUM";
  font-size: 23px;
  margin-bottom: 15px;
  color: #111;
  display: inline-block;
  line-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content h3:hover {
  color: #ab091f;
}
.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: #ab091f;
  border-left: 1px solid #ab091f;
  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: #ab091f none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
  font-family: "POPPINS-REGULAR";
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #ab091f;
  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;
}
.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;
  font-family: "POPPINS-REGULAR";
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #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: #ab091f;
}
.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: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #ab091f;
  text-decoration: underline;
}
.contact-page {
  padding: 70px 0;
}
.contact-page .button-group .button {
  background: #ab091f !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
  display: none !important;
}
.contact-page .contact-2 {
  padding-top: 70px;
}
.contact-page .contact-2 .left {
  width: 55%;
  padding-right: 15px;
}
.contact-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px;
}
.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: #ab091f 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;
  font-family: "POPPINS-MEDIUM";
}
.contact-page .contact-2 .right ul li p {
  font-size: 15px;
  color: #111;
  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;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.product-page .product-list ul li .box a.img-box {
  display: block;
}
.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 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .product-list ul li .box .content h3:hover {
  color: #ab091f;
}
.product-page .product-list ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #ab091f;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
  font-weight: bold;
}
.product-page .product-list ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  font-family: "opensans-Regular";
  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 #ab091f;
  font-size: 12px;
  font-family: "Poppins-Bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #ab091f;
}
.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: #ab091f;
}
.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 #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul .slick-track{
  margin-left: 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 .four ul .slick-current li a {
  border-color:#ab091f;
}
.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: #de7b22;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  font-family: "POPPINS-MEDIUM";
  color: #ab091f;
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  height: 32px;
  background: #ab091f;
  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: #f8f8f8;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  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;
  cursor: hand;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #ab091f;
}
.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 #eee;
  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: #f9f9f9;
}
.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;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.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: #111;
  font-family: "POPPINS-MEDIUM";
  -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: #ab091f;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #ab091f;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  font-family: "opensans-Regular";
  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 #ab091f;
  font-size: 12px;
  font-family: "Poppins-Bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #ab091f;
}
.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: #ab091f;
}
.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;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  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: #ab091f;
  color: white;
}
@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: 28px;
  }
  #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;
  }
  .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: 26px;
  }
  .about-page .about-1 .right h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .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-top: 40px;
  }
  .about-page .about-2 .right .content li {
    font-size: 13px;
    padding: 2px 10px;
  }
  .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;
  }
  .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: 24px;
  }
  .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: 50px;
    height: 50px;
    line-height: 20px;
    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: 13px;
  }
  .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;
  }
  .inner-banner{
    margin-top: 0;
  }
	
}
@media screen and (max-width: 500px) {
  .inner-banner h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .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: 13px;
    line-height: 1.8;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .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: 80px;
  }
}
