body {
  font-family: "Montserrat";
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 78%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header2 {
  z-index: 99999;
  position: absolute;
  width: 100%;
  color: #ffffff;
}
#header2 .open {
margin-left: 30px;
    cursor: pointer;
    font-size: 40px;
    font-weight: 300;
    line-height: 0.5;
    text-align: center;
        width: 30px;
}
#header2 .fa {
  font-size: 20px;
  margin-right: 10px;
  line-height: 34px;
}
#header2 ul li {
  position: relative;
  line-height: 34px;
}
#header2 ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#header2 ul li.active .sub-menu {
  display: block;
}
#header2 ul li i {
  margin-left: 5px;
  font-size: 12px !important;
}
#header2 ul li .sub-menu {
 /*// display: none;*/
  position: absolute;
  top: 100%;
}




#header2 .nav {
  display: inline-block;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding: 30px 0;
}
#header2 .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 90%;
}
#header2 .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  margin-top: -20px;
}
#header2 .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
#header2 .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
}
#header2 .nav .ui.menu .menu-box ul.menu > li:hover {

}
#header2 .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 15px 0;
}
#header2 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #000000;
  display: none \9;
}
#header2 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  text-transform: capitalize;
}
#header2 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header2 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header2 .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header .h-top {
  line-height: 36px;
  height: 36px;
  margin-top: 2%;
}
#header .h-top .ui.container {
  color: #ffffff;
  font-size: 16px;
  width: 94%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header .h-top .ui.container .open {
  margin-left: 30px;
  cursor: pointer;
  width: 30px;
}
#header .h-top .ui.container .fa {
  font-size: 20px;
  margin-right: 10px;
  line-height: 34px;
}
#header .h-top .ui.container ul li {
  position: relative;
  line-height: 34px;
}
#header .h-top .ui.container ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#header .h-top .ui.container ul li.active .sub-menu {
  display: block;
}
#header .h-top .ui.container ul li i {
  margin-left: 5px;
  font-size: 12px !important;
}
#header .h-top .ui.container ul li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
}
#header .h-top .ui.container ul li:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #d91d0f;
  cursor: pointer;
}
#header .h-top .ui.container ul li:hover i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #ffffff;
}
#header .nav {
  display: inline-block;
  width: 22%;
  min-width: 270px;
  position: absolute;
  left: 0px;
  top: 0px;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 0px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  background: #000000;
  margin-top: 70px;
  padding: 25px 15px;
  border-radius: 10px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0px;
  font-size: 16px;
  color: black;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  padding-left: 80px;
}
#header .nav .ui.menu .menu-box ul.menu > li::before {
  content: "";
  width: 100px;
  border: 1px solid #000;
  position: absolute;
  left: -100px;
  top: 50%;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child::before {
  left: -80px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #d91d0f;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::before {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  left: -20px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 15px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #eb623a;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #eb623a;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #eb623a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #eb623a;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.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;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #eb623a;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#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;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #eb623a !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#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%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-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: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
  background: #000;
}
#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: #eb623a;
  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%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #eb623a;
}
#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);
  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);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: black;
}
#mobile.white .menu-content {
  background: black;
  color: white;
}
#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;
}
.open-area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1080px;
  background: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: none
}
.open-area .map {
  width: 74%;
  padding: 40px 0 40px 20px;
  height: 100%;
  position: relative;
}
.open-area .textbox {
  width: 26%;
  padding: 110px 35px 50px 35px;
}
.open-area .textbox #areaClose {
  position: absolute;
  font-size: 30px;
  top: 40px;
  right: 40px;
  color: #333;
}
.open-area .textbox h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 65px;
  color: #f89c27;
}
.open-area .textbox ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.open-area .textbox ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 37px;
  color: #777777;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.open-area .textbox ul li:nth-child(4),
.open-area .textbox ul li:nth-child(5) {
  margin-top: 50px;
}
.open-area .textbox ul li i {
  color: #f89c27;
  margin-right: 5px;
  line-height: 37px ;
}
.open-area .textbox ul.sharelist {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 5%;
  right: 6%;
}
.open-area .textbox ul.sharelist li {
  margin: 10px;
  padding: 0 10px ;
  border: 1px solid #f89c27;
}
.open-area .textbox ul.sharelist li:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: #f89c27;
}
.open-area .textbox ul.sharelist li:hover i {
  color: #ffffff;
}
#banner {
  position: relative;
}
#banner h2 {
  font-family: "Montserrat";
  font-size: 58px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000000;
}
#banner p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000000;
}
#banner ul li {
  position: relative;
}
#banner ul li::before {
  content: "";
  width: 22%;
  min-width: 270px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.8);
}
#banner ul li .textbox {
  position: absolute;
  bottom: 30px;
  left: 4%;
  display: none;
}
#banner ul li i {
    position: absolute;
    bottom: 15px;
    right: 60px;
}
#banner ul li .textbox h2 {
  z-index: 99;
}
#banner ul li .textbox p {
  margin-top: 30px;
  width: 57%;
  z-index: 99;
}
@-webkit-keyframes ripper {
  0% {
    width: 72px;
    height: 72px;
    display: block;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 5px;
    left: 9px;
    border-radius: 45px;
  }
  50% {
    width: 72px;
    height: 72px;
    display: block;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 5px;
    left: 9px;
    border-radius: 45px;
  }
  100% {
    width: 100px;
    height: 100px;
    display: block;
    -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.6);
    position: absolute;
    top: -9px;
    left: -5px;
    border-radius: 55px;
  }
}
@-moz-keyframes ripper {
  0% {
    width: 72px;
    height: 72px;
    display: block;
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 5px;
    left: 9px;
    border-radius: 45px;
  }
  50% {
    width: 72px;
    height: 72px;
    display: block;
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 5px;
    left: 9px;
    border-radius: 45px;
  }
  100% {
    width: 100px;
    height: 100px;
    display: block;
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.6);
    position: absolute;
    top: -9px;
    left: -5px;
    border-radius: 55px;
  }
}
@keyframes ripper {
  0% {
    width: 72px;
    height: 72px;
    display: block;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 5px;
    left: 9px;
    border-radius: 45px;
  }
  50% {
    width: 72px;
    height: 72px;
    display: block;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 5px;
    left: 9px;
    border-radius: 45px;
  }
  100% {
    width: 100px;
    height: 100px;
    display: block;
    -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.6);
    position: absolute;
    top: -9px;
    left: -5px;
    border-radius: 55px;
  }
}

#index-body h3 {
  font-size: 58px;
  font-weight: bold;
  line-height: 48px;
  color: #000000;
}
#index-body p {
  font-size: 16px;
  font-weight: 200;
  line-height: 29px;
  color: #000000;
}
#index-body h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  color: #ffffff;
}
#index-body h6 {
  font-size: 12px;
  font-weight: bold;
  line-height: 48px;
  color: #ffffff;
}
#index-body .i-about {
  background: #f2f2f2;
  padding-top: 90px;
  padding-bottom: 20px;
}
#index-body .i-about .ui.container {
  text-align: center;
}
#index-body .i-about .ui.container h3 {
  margin-bottom: 60px;
}
#index-body .i-about .ui.container p {
  margin-bottom: 40px;
  margin: 0 auto;
}
#index-body .i-about .ui.container .video-box {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}
#index-body .i-about .ui.container .video-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .i-about .ui.container .video-box span::before {
  content: "";
  -webkit-animation: ripper 1.5s ease 1.5s infinite;
  -moz-animation: ripper 1.5s ease 1.5s infinite;
  animation: ripper 1.5s ease 1.5s infinite;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}
#index-body .i-product .ui.container {
  width: 100%;
  padding: 0px;
  text-align: center;
}
#index-body .i-product .ui.container ul li {
  position: relative;
}
#index-body .i-product .ui.container ul li .textbox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
 padding: 0 22.5%; 
 color: #ffffff;
}
#index-body .i-product .ui.container ul li .textbox h4:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #d91d0f;
}
#index-body .i-product .ui.container ul li .textbox p {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 50px;
}
#index-body .i-product .ui.container ul li .textbox .viewmore {
  font-size: 14px;
  line-height: 35px;
  color: #383838;
  background: #ffffff;
  padding: 14px 5px 14px 25px;
  border-radius: 25px;
}
#index-body .i-product .ui.container ul li .textbox .viewmore:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #d91d0f;
  border: 1px solid #d91d0f;
}
#index-body .i-product .ui.container ul li .textbox .viewmore:hover i {
  background: #ffffff;
  color: #d91d0f;
}
#index-body .i-product .ui.container ul li .textbox .viewmore i {
  color: #ffffff;
  background: #d91d0f;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 18px;
  margin-left: 20px;
}
#index-body .i-news {
  padding: 90px 0;
}
#index-body .i-news .ui.container h3 {
  margin-bottom: 60px;
  text-align: center;
}
#index-body .i-news .ui.container ul {
 /*// display: -webkit-box;
  //display: -webkit-flex;
  //display: -moz-box;
  //display: -ms-flexbox;
  //display: flex;*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
#index-body .i-news .ui.container ul li {
  width: 90% !important ;
  position: relative;
}
#index-body .i-news .ui.container ul li .text-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 55px;
  text-align: left;
}
#index-body .i-news .ui.container ul li .text-box span {
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  position: relative;
}
#index-body .i-news .ui.container ul li .text-box span::after {
  content: "";
  width: 60px;
  border: 1px solid #ffffff;
  position: absolute;
  top: 6px;
  right: -90px;
}
#index-body .i-news .ui.container ul li .text-box h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 90%;
  margin-bottom: 15px;
}
#index-body .i-news .ui.container ul li .text-box .readmore {
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
  padding: 8px 12px;
  background: #d91d0f;
  border-radius: 15px;
}
#index-body .i-news .ui.container ul li .text-box .readmore:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #d91d0f;
  border: 1px solid #d91d0f;
  background: #ffffff;
}
#footer {
  background: #f7f7f8;
  padding-top: 60px;
}
#footer .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
#footer .ui.container .top{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
}
#footer .ui.container .logobox {
  display: inline-block;
  padding: 31px 9px 27px 8px;
  background: #000;
  margin-right: 20px;
  border-radius: 5px;
}
#footer .ui.container .link {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .ui.container .link li {
  font-size: 16px;
  line-height: 49px;
  color: #000000;
  display: inline-block;
  margin: 0 35px;
}
#footer .ui.container .link li:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #d91d0f;
}
#footer .ui.container .addform {
  margin-top: 70px;
}
#footer .ui.container .addform ul {
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 5px 10px;
  color: #dedede;
  border-radius: 25px;
  display: inline-block;
}
#footer .ui.container .addform ul li {
  display: inline-block;
}
#footer .ui.container .addform ul li .plane {
  background: url(../images/dlj/paper-plane.png) center center no-repeat;
  min-width: 40px;
}
#footer .ui.container .addform ul li input {
  border: none;
  line-height: 40px;
  padding-left: 30px;
  background: #ffffff;
}
#footer .footer-bottom {
  background: #f7f7f8;
  padding: 70px 0 60px 0;
}
#footer .footer-bottom .ui.container {
  color: #7f7f7f;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .footer-bottom p {
  font-size: 16px;
  line-height: 30px;
}
#footer .footer-bottom p:first-child {
  margin-right: 50px;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a:hover {
  color: #d91d0f !important;
}
#footer .footer-bottom svg {
  max-height: 16px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #7f7f7f;
}
#footer .footer-bottom svg text {
  fill: #7f7f7f;
}
#footer .footer-bottom svg:hover {
  fill: #d91d0f;
}
#footer .footer-bottom svg g.en {
  display:none;
}
#footer .footer-bottom svg g.cn {
  display: block !important;
}
@media screen and (max-width: 1900px) {
  #banner ul li .textbox{
    bottom: 0;
  }
  #header .nav .ui.menu .logo{
    margin-top: 40px;
  }
}
@media screen and (max-width: 1800px) {
  #header .nav .ui.menu .menu-box ul.menu{
    margin-top: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 85%;
  }
  #banner ul li .textbox {
    left: 15%;
    bottom: 20px;
  }

}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 90%;
  }
  #banner ul li .textbox {
    left: 15%;
  }
  #header2 .nav .ui.menu .menu-box ul.menu>li{
    margin: 0 15px;
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu>li>a {
    display: block;
    padding: 10px 0;
}
}
@media screen and (max-width: 1200px) {
  .open-area .textbox ul.sharelist {
    right: 0;
  }
  #header .nav .ui.menu .logo {
    margin-top: 10px;
  }
  #header .nav .ui.menu .menu-box ul.menu {
    margin-top: 10px;
  }
  #banner ul li .textbox {
    left: 20%;
  }
  #header2 .nav .ui.menu .menu-box ul.menu>li{
    margin: 0 15px;
    font-size: 14px;
  }
  #header .nav .ui.menu .menu-box ul.menu>li>a {
    display: block;
    padding: 5px 0;
}
#header2 .nav .ui.menu .logo{
  max-width: 150px;
}
}
@media screen and (max-width: 1000px) {
  #header {
    display: none;
  }
  #header2 {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner ul li::before {
    content: none;
  }
  #index-body p {
    font-size: 14px;
    line-height: 21px;
  }
  #bannerlist2 .slick-arrow{
    display: none !important;
  }
  .inner-page .pro-side-box .side-left{
    display: none !important;
  }
  .inner-page .pro-side-box .side-right{
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  #banner ul li .textbox {
    width: 90%;
  }
  #banner ul li .textbox h2 {
    font-size: 40px;
  }
  #banner ul li .textbox p {
    display: none;
  }
  #index-body h3 {
    font-size: 30px;
  }
  #index-body .i-about .ui.container h3 {
    margin-bottom: 20px;
  }
  #index-body .i-about {
    padding-top: 40px;
  }
  #footer .ui.container .addform {
    display: none;
  }
  #footer .footer-bottom .ui.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-bottom {
    padding: 20px 0;
  }
  #footer .ui.container .link {
    display: none;
  }
  .xiangqing-01 .bottom-det .left{
    width: 100% ! important;
  }
  .xiangqing-01 .bottom-det .right{
    width: 100% ! important;
  }
}
@media screen and (max-width: 600px) {
  #index-body h3 {
    font-size: 20px;
  }
  #index-body p {
    font-size: 12px;
  }
  #banner ul li .textbox {
    bottom: 30px;
  }
  #banner ul li .textbox h2 {
    font-size: 30px;
  }
  #index-body .i-news {
    padding: 30px 0;
  }
  #index-body .i-news .ui.container ul li {
    width: 100% !important;
  }
  #index-body .i-news .ui.container h3 {
    margin-bottom: 20px;
  }
  #footer .ui.container .link {
    display: none;
  }
  #footer .footer-bottom p:nth-child(2),
  #footer .footer-bottom p:nth-child(3) {
    display: none;
  }
  #footer .footer-bottom p:first-child {
    margin-right: 0px;
    font-size: 12px;
  }
}
/*inner-page*/
.inner-banner {

     max-height: 500px;
  text-align: center;
  position: relative;
}
.inner-banner::before{

}
.inner-banner .box {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.inner-banner .box h2 {
  font-size: 60px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.mbx {
  padding: 15px 0;
  background: #f3f5f7;
  font-size: 18px;
  color: #373737;
}
.mbx span {
  color: #d32019;
}
.mbx a:hover {
  text-decoration: underline;
}
.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page *:first-child {
  margin-top: 0px  ;
}
.inner-page .m-page a,
.inner-page .m-page span {
  font-size: 24px;
  color: #929292;
  line-height: 32px;
  height: 32px;
  margin: 0 5px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid transparent;
  display: inline-block;
}
.inner-page .m-page a:hover {
  padding: 0 10px;
  color: #007dc4;
  border-color: #007dc4;
}
.public-contact {
  padding: 100px 0 80px;
  text-align: center;
  background: url("../images/public-contact.jpg");
  background-size: cover;
  background-position: center center;
  color: white;
}
.public-contact h4 {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.public-contact p {
  display: block;
  font-size: 24px;
  margin: 20px 0;
}
.public-contact a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 44px;
  height: 44px;
  padding: 0 40px;
  border: 2px solid white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
.public-contact a.more:hover {
  background: #007dc4;
}
.public-info {
  line-height: 110px;
  height: 110px;
  background: #f7f7f7 url("../images/public-info.jpg") left 100px top no-repeat;
}
.public-info .left {
  width: 65%;
  display: none;
}
.public-info .left ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  font-size: 18px;
  color: #333;
}
.public-info .left ul li i {
  color: #007dc4;
  margin-right: 7px;
}
.public-info .right {
  width: 100%;
  text-align: center;
}
.public-info .right ul li {
  display: inline-block;
  vertical-align: middle;
}
.public-info .right ul li a {
  line-height: 60px;
  height: 60px;
  border: 1px solid #007dc4;
  min-width: 200px;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.public-info .right ul li a:hover {
  color: white;
  background: #007dc4;
}
.about-page .about-1 {
      padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

.about-page .about-1:after {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: -1;
  display: block;

}
.about-page .about-1 h3 {
  display: block;
  font-size: 48px;
  color: #212121;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-1 .box {
  margin-top: 40px;
}
.about-page .about-1 .box .left{
  position: relative;
}
.about-page .about-1 .box .left a {
  display: block;

}
.about-page .about-1 .box .left a img {
  width: 100%;
}
.about-page .about-1 .box .right {
     padding-left: 70px;
    padding-top: 50px;
}
.about-page .about-1 .box .right .text {
    font-size: 15px;
    color: #666;
    line-height: 2.5;
}
.about-page .about-1 .box .right .text p {
  padding-bottom: 30px;
}
.about-page .about-1 .box .right .text p:last-child {
  padding-bottom: 0;
}
.about-page .about-1 .numList {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .numList .btn {
  width: 25%;
  vertical-align: bottom;
  line-height: 100px;
  height: 100px;
  padding: 0 5%;
  text-align: center;
  letter-spacing: -5px;
}
.about-page .about-1 .numList .btn div {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .numList .btn div.prev {
  background-image: url("../images/icon-about-btn-l.png");
}
.about-page .about-1 .numList .btn div.prev:hover {
  background-image: url("../images/icon-about-btn-l2.png");
}
.about-page .about-1 .numList .btn div.next {
  background-image: url("../images/icon-about-btn-r.png");
}
.about-page .about-1 .numList .btn div.next:hover {
  background-image: url("../images/icon-about-btn-r2.png");
}
.about-page .about-1 .numList .num {
  width: 75%;
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #d32019;
}
.about-page .about-1 .numList .num ul {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 100%;
}
.about-page .about-1 .numList .num ul li h3 {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: white;
}
.about-page .about-1 .numList .num ul li p {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 20px;
}
.about-page .about-2 {
  background: #f4f7fd;
  padding: 50px 0;
  text-align: center;
}
.about-page .about-2 h2 {
  display: block;
  font-size: 48px;
  color: #212121;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-2 h2 small {
  display: block;
  font-size: 16px;
  color: rgba(33, 33, 33, 0.72);
  line-height: normal;
  font-weight: normal;
  margin-top: 20px;
}
.about-page .about-2 .year-list {
  margin-top: 90px;
  position: relative;
}
.about-page .about-2 .year-list .btn {
  position: relative;
  z-index: 2;
}
.about-page .about-2 .year-list .btn div {
  content: '';
  position: absolute;
  font-size: 24px;
  color: #0d95e8;
  top: 1px;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 .year-list .btn div:after {
  font-family: "FontAwesome";
}
.about-page .about-2 .year-list .btn .next {
  right: -2px;
}
.about-page .about-2 .year-list .btn .next:after {
  content: "\f105";
}
.about-page .about-2 .year-list .btn .prev {
  left: -2px;
}
.about-page .about-2 .year-list .btn .prev:after {
  content: "\f104";
}
.about-page .about-2 .year-list ul {
  position: relative;
  z-index: 1;
}
.about-page .about-2 .year-list ul:after {
  border-top: 1px solid #212121;
  content: '';
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
}
.about-page .about-2 .year-list ul li {
  padding-top: 10px;
}
.about-page .about-2 .year-list ul li * {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .year-list ul li i {
  width: 23px;
  height: 23px;
  border-radius: 100%;
  background: #007dc4;
  border: 5px solid #58a9d9;
  display: block;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 .year-list ul li h4 {
  display: block;
  font-size: 30px;
  color: #212121;
  margin: 30px 0 20px;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-2 .year-list ul li .text {
  width: 500px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: 18px;
  color: #212121;
  opacity: .86;
}
.about-page .about-2 .year-list ul .slick-current li i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.about-page .about-2 .year-list ul .slick-current li * {
  opacity: 1;
}
.about-page .about-3 {
  background: #f4f7fd;
}
.about-page .about-3 .img {
     vertical-align: middle;
    width: 35%;
}
.about-page .about-3 .img a {
  display: block;
}
.about-page .about-3 .img li {
  position: relative;
}
.about-page .about-3 .img li h5 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 24px;
  color: white;
  font-weight: bold;
}
.about-page .about-3 .img img {
  width: 100%;
      object-fit: cover;
    min-height: 470px;
}
.about-page .about-3 .text {
vertical-align: middle;
    padding-left: 3%;
    width: 65%;
}
.about-page .about-3 .text h4 {
  display: block;
  font-size: 48px;
  color: #212121;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-3 .text .content {
  font-size: 16px;
  line-height: 30px;
  color: rgba(33, 33, 33, 0.75);
  margin-top: 40px;
}
.about-page .about-3 .text .content p{
      line-height: 2.5;
}


.about-page .about-3 .text .content p em {
  color: #0d95e8;
}
.about-page .about-4 {
  padding: 80px 0 80px;
}
.about-page .about-4 .img {
  vertical-align: middle;
}
.about-page .about-4 .img a {
  display: block;
}
.about-page .about-4 .img img {
  width: 100%;
}
.about-page .about-4 .text {
  vertical-align: middle;
  padding-right: 5%;
}
.about-page .about-4 .text h4 {
  display: block;
  font-size:38px;
  color: #212121;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-4 .text .content {
  font-size: 18px;
  line-height: 30px;
  color: rgba(33, 33, 33, 0.75);
  margin-top: 40px;
}
.about-page .about-4 .text .content p em {
  color: #0d95e8;
}
.about-page .about-5 {
  background: #f4f7fd;
  padding: 80px 0 160px;
  text-align: center;
}
.about-page .about-5 h3 {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: black;
  line-height: 1;
}
.about-page .about-5 .text {
  display: block;
  font-size: 16px;
  color: rgba(33, 33, 33, 0.71);
  line-height: 28px;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 20px;
}
.about-page .about-5 .box {
  padding-top: 120px;
  overflow: hidden;
}
.about-page .about-5 .box ul {
  margin: 0 -50px;
}
.about-page .about-5 .box ul li {
  padding: 0 50px;
}
.about-page .about-5 .box ul li span {
  display: block;
  font-size: 300px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  line-height: .7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .box ul li p {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #0d95e8;
  text-transform: uppercase;
}
.about-page .about-5 .box ul li p:before {
  content: '';
  width: 1px;
  height: 90px;
  display: block;
  margin: 0 auto 10px;
  background: #0d95e8;
}
.about-page .about-5 .box ul li:hover span {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.about-page .about-6 {
  background: #f4f7fd;
  position: relative;
  z-index: 1;
}
.about-page .about-6:after {
  /*content: '';*/
  width: 100%;
  height: 42%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #0d95e8;
}
.about-page .about-6 h3 {
  text-align: center;
  font-size: 48px;
  color: #212121;
  line-height: 70px;
  font-weight: bold;
}
.about-page .about-6 .box {
  padding: 70px 0;
}
.about-page .about-6 .box ul li a {
  display: block;
}
.about-page .about-6 .box ul li a img {
  width: 100%;
}
.about-page .about-6 .box ul li a .text {
  display: block;
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  padding: 0 8%;
}
.about-page .about-6 .box ul li a .text h4 {
  font-size: 24px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.about-page .about-6 .box ul li a .text p {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: white;
  margin: 15px 0;
}
.about-page .about-6 .box ul li a .text em {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: white;
  font-size: 16px;
  color: black;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .box ul li a .text em:hover {
  background: #0d95e8;
  color: white;
}
.factory-page {
  display: block;
}
.factory-page .factory-1 {
  background: #f4f7fd;
  text-align: center;
  padding: 50px 0 170px;
  margin-bottom: -100px;
}
.factory-page .factory-1 i {
display: block;
    font-size: 16px;
    color: #242424;
}
.factory-page .factory-1 h2 {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: #181818;
  line-height: 1;
  text-transform: capitalize;
}
.factory-page .factory-1 h2 i {
  display: block;
  font-size: 16px;
  color: #242424;
  margin-bottom: 10px;
}
.factory-page .factory-1 h2 small {
  display: block;
  font-size: 36px;
  color: #007dc4;
  margin-top: 10px;
}
.factory-page .factory-1 .box {
  display: block;
  margin-top: 80px;
}
.factory-page .factory-1 .box ul {
  margin: 0 -40px;
}
.factory-page .factory-1 .box ul li {
  padding: 0 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.factory-page .factory-1 .box ul li:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 90px;
  background: url("../images/icon-line.png");
  left: 50%;
  z-index: -1;
}
.factory-page .factory-1 .box ul li:last-child:after {
  display: none;
}
.factory-page .factory-1 .box ul li span {
  display: block;
}
.factory-page .factory-1 .box ul li span img {
  display: block;
  margin: 0 auto;
}
.factory-page .factory-1 .box ul li p {
  display: block;
  margin-top: 45px;
  font-size: 18px;
  color: #242424;
  line-height: 1.8;
}
.factory-page .factory-2 ul {
  margin: -40px 0;
}
.factory-page .factory-2 ul li {
  padding: 40px 0;
}
.factory-page .factory-2 ul li .img {
  vertical-align: middle;
  position: relative;
  left: 0;
}
.factory-page .factory-2 ul li .img ul li a {
  display: block;
}
.factory-page .factory-2 ul li .img ul li a img {
  width: 100%;
}
.factory-page .factory-2 ul li .text {
  vertical-align: middle;
  padding-left: 6%;
  position: relative;
  left: 0;
}
.factory-page .factory-2 ul li .text i {
  display: block;
  font-size: 16px;
  color: #242424;
}
.factory-page .factory-2 ul li .text h3 {
  display: block;
  font-size: 48px;
  color: #242424;
  line-height: 1;
  font-weight: bold;
  margin: 20px 0;
}
.factory-page .factory-2 ul li .text .content {
  display: block;
  font-size: 18px;
  color: #727272;
  line-height: 2;
}
.factory-page .factory-2 ul li .text .content em {
  color: #0d95e8;
  margin-bottom: 10px;
  display: block;
}
.factory-page .factory-2 ul li .text .btn {
  display: block;
  margin-top: 35px;
}
.factory-page .factory-2 ul li .text .btn div {
  width: 35px;
  height: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.factory-page .factory-2 ul li .text .btn div.prev {
  background-image: url("../images/icon-about-btn-l.png");
}
.factory-page .factory-2 ul li .text .btn div.prev:hover {
  background-image: url("../images/icon-about-btn-l2.png");
}
.factory-page .factory-2 ul li .text .btn div.next {
  background-image: url("../images/icon-about-btn-r.png");
  margin-left: 50px;
  margin-top: 12px;
}
.factory-page .factory-2 ul li .text .btn div.next:hover {
  background-image: url("../images/icon-about-btn-r2.png");
}
.factory-page .factory-2 ul li:nth-child(even) .img {
  left: 50%;
}
.factory-page .factory-2 ul li:nth-child(even) .text {
  left: -50%;
  padding-right: 6%;
  padding-left: 0;
}
.factory-page .factory-3 {
  padding-top: 110px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.factory-page .factory-3:after {
  /*content: '';*/
  width: 100%;
  height: 50%;
  background: #0d95e8;
  z-index: -1;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}
.factory-page .factory-3 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #242424;
}
.factory-page .factory-3 .box {
  display: block;
  padding-top: 60px;
}
.factory-page .factory-3 .box ul {
  margin: -12px;
}
.factory-page .factory-3 .box ul li {
  padding: 12px;
}
.factory-page .factory-3 .box ul li .box2 {
  display: block;
  padding: 50px 20px 70px;
  border: 1px solid #dcdcdc;
  background: #fff;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.factory-page .factory-3 .box ul li .box2 span {
  display: block;
}
.factory-page .factory-3 .box ul li .box2 span img {
  margin: 0 auto;
}
.factory-page .factory-3 .box ul li .box2 .text {
  margin-top: 15px;
  font-size: 16px;
  color: #242424;
  line-height: 28px;
  height: 168px;
}
.factory-page .factory-3 .box ul li .box2:hover {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
  border-color: #0d95e8;
}
.factory-page .factory-3 .tit {
  padding: 70px 0 40px;
}
.factory-page .factory-3 .tit h3 {
  display: inline-block;
  width: 70%;
  font-size: 45px;
  font-weight: bold;
  color: #333;
  line-height: 68px;
}
.factory-page .factory-3 .tit a.more {
  float: right;
  display: inline-block;
  line-height: 76px;
  height: 76px;
  padding: 0 60px;
  font-size: 24px;
  color: white;
  background: #0d95e8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 20px;
}
.factory-page .factory-3 .tit a.more:hover {
  background: #222;
}
.support-page h2 {
  font-size: 48px;
  font-weight: bold;
  color: black;
  line-height: 1;
  text-align: center;
}
.support-page .support-1 {
  padding: 40px 0 100px;
  text-align: center;
}
.support-page .support-1 .box {
  padding: 50px 0 15px;
  text-align: left;
}
.support-page .support-1 .box ul {
  margin: -13px 0;
}
.support-page .support-1 .box ul li {
  padding: 13px 0;
}
/*.support-page .support-1 .box ul li:nth-child(3)~li {
    display:none;
}*/
.support-page .support-1 .box ul li .box2 {
  padding: 25px;
  border-radius: 10px;
  background: #ebf5fa;
  color: #141414;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding-right: 80px;
  position: relative;
}
.support-page .support-1 .box ul li .box2:after {
  content: '+';
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #007dc4;
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 35px;
  color: white;
  cursor: pointer;
  cursor: hand;
  position: absolute;
  right: 25px;
  top: 21px;
  display: none;
}
.support-page .support-1 .box ul li .box2 h4 {
  display: block;
  font-size: 18px;
}
.support-page .support-1 .box ul li .box2 .text {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  opacity: .57;
  /*display: none;*/
}
.support-page .support-1 .box ul li .box2.active {
  background: #007dc4;
  color: white;
}
.support-page .support-1 .box ul li .box2.active:after {
  content: '-';
  background: white;
  color: black;
}
.support-page .support-1 a.more {
  font-size: 32px;
  color: #007dc4;
}
.support-page .support-2 .box {
  padding: 90px 0;
  text-align: center;
}
.support-page .support-2 .box ul {
  margin: 0 -20px;
}
.support-page .support-2 .box ul li {
  padding: 0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
/*.support-page .support-2 .box ul li:hover {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}*/
.support-page .support-2 .box ul li i {
  display: block;
}
.support-page .support-2 .box ul li i img {
  margin: 0 auto;
}
.support-page .support-2 .box ul li h5 {
  display: block;
  font-size: 18px;
  color: #141414;
  text-transform: uppercase;
  margin: 15px 0 5px;
  line-height: 1;
}
.support-page .support-2 .box ul li p {
  display: block;
  font-size: 16px;
  color: #141414;
  opacity: .77;
  line-height: 22px;
  font-weight: normal;
}
.product-yd-page {
  padding: 90px 0;
 
}
.product-yd-page ul {
  margin: 0px -20px;
}
.product-yd-page ul li {
  padding: 40px 20px;
}
.product-yd-page ul li a {
  display: block;
}
.product-yd-page ul li a img {
  width: 100%;
}
.product-yd-page ul li a h5 {
  position: relative;
  z-index: 1;
  /*bottom: 15px;*/
  width: 100%;
  padding: 5px 15px;
  font-size: 24px;
  color: black;
  text-align: center;
  background: #eee;
}
.product-yd-page {
  padding: 0px 0;
}
.product-yd-page .top {
  display: block;
      padding-top: 70px;
      padding-bottom: 30px;
}
.product-yd-page .top .left {
  width: 25%;
  vertical-align: middle;
}
.product-yd-page .top .left h3 {
  font-size: 28px;
  color: #1f1f1f;
  font-weight: bold;
 
}
.product-yd-page .top .right {
  width: 75%;
  vertical-align: middle;
  padding-left: 50px;
  border-left: 1px solid #ededed;
}
.product-yd-page .top .right .text {
  padding: 10px 0;
  font-size: 18px;
  color: #797979;
  line-height: 2;
}
.product-yd-page .nav {
  margin-bottom: 40px;
}
.product-yd-page .nav ul {
  margin: -3px -6px;
}
.product-yd-page .nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 6px;
}
.product-yd-page .nav ul li a {
  line-height: 40px;
  height: 40px;
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  color: #373737;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
.product-yd-page .nav ul li a:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  background: #007dc4;
}
.product-yd-page .nav ul li a:hover {
  color: #007dc4;
}
.product-yd-page .nav ul li a:hover:after,
.product-yd-page .nav ul li a.active:after {
  opacity: 1;
}

.product-yd-page .search {
  padding: 45px 0;
  text-align: right;
}
.product-yd-page .search form {
  width: 260px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
.product-yd-page .search form input {
  width: 100%;
  line-height: 32px;
  height: 32px;
  border: none;
  border-bottom: 1px solid #b5b5b5;
  padding-left: 32px;
  padding-right: 10px;
  font-size: 18px;
  color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-yd-page .search form input[type='submit'] {
  width: 32px;
  padding: 0;
  background: url("../images/icon-search.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: none;
}
.product-yd-page .search form input:focus {
  border-color: #007dc4;
}
.product-yd-page .bottom ul {
  margin: -30px -15px;
}
.product-yd-page .bottom ul li {
  padding: 15px 15px;
}
.product-yd-page .bottom ul li a.img-box {
  display: block;
}
.product-yd-page .bottom ul li a.img-box img {
  width: 100%;
}
.product-yd-page .bottom ul li h5 {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 15px 0;
  font-size: 18px;
  color: #797979;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-yd-page .bottom ul li:hover h5 {
  color: #d32019;
}
.cloudzoom-zoom-inside,
.cloudzoom-blank {
  cursor: crosshair;
}
.prodet-page {
  padding: 90px 0 110px;
 
}
.prodet-page .top {
  display: block;
}
.prodet-page .top .left {
  width: 25%;
  vertical-align: middle;
}
.prodet-page .top .left h3 {
  font-size: 36px;
  color: #1f1f1f;
  font-weight: bold;
  text-align: center;
}
.prodet-page .top .right {
  width: 75%;
  vertical-align: middle;
  padding-left: 50px;
  border-left: 1px solid #ededed;
}
.prodet-page .top .right .text {
  padding: 30px 0;
  font-size: 18px;
  color: #797979;
  line-height: 2;
}
.prodet-page .box {
  padding-top: 0 !important;
}
.prodet-page .box .gallery {
  width: 10%;
  overflow: hidden;
  padding-right: 11px;
}
.prodet-page .box .gallery .box2 {
  overflow: hidden;
  position: relative;
}
.prodet-page .box .gallery ul {
  margin: -5px;
  position: static;
}
.prodet-page .box .gallery ul li {
  padding: 5px;
}
.prodet-page .box .gallery ul .slick-arrow {
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  background-color: #222;
  font-size: 0;
  color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
  border: none;
  opacity: 0;
}
.prodet-page .box .gallery ul .slick-arrow:after {
  content: '';
  font-size: 20px;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
}
.prodet-page .box .gallery ul .slick-arrow:hover {
  background-color: #007dc4;
}
.prodet-page .box .gallery ul .slick-arrow.slick-prev {
  top: 0;
}
.prodet-page .box .gallery ul .slick-arrow.slick-prev:after {
  content: "\f102";
}
.prodet-page .box .gallery ul .slick-arrow.slick-next {
  bottom: 0;
}
.prodet-page .box .gallery ul .slick-arrow.slick-next:after {
  content: "\f103";
}
.prodet-page .box .gallery ul:hover .slick-arrow {
  opacity: 1;
}
.prodet-page .box .img {
  width: 45%;
  padding-right: 30px;
  vertical-align: middle;
}
.prodet-page .box .img img {
  width: 100%;
}
.prodet-page .box .text {
  width: 45%;
  vertical-align: middle;
}
.prodet-page .box .text h3 {
  display: block;
  font-size: 36px;
  color: #242424;
}
.prodet-page .box .text .content {
  display: block;
  font-size: 15px;
  line-height: 28px;
  margin: 25px 0 40px;
}
.prodet-page .box .text .content table tr {
  border-top: 1px solid #f0edeb;
  border-bottom: 1px solid #f0edeb;
  background: none;
}
.prodet-page .box .text .content table tr td {
  border: none;
  line-height: normal;
}
.prodet-page .box .text .btn a {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
color: #d32019;
    border: 1px solid #d32019;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .box .text .btn a:hover {
  background: #007dc4;
  color: white;
}
.prodet-page .feat {
  padding-top: 60px;
}
.prodet-page .feat h3 {
  display: block;
  font-size: 24px;
  color: #242424;
  font-weight: bold;
}
.prodet-page .feat .content {
  display: block;
  padding-top: 50px;
  font-size: 16px;
  line-height: 1.8;
  color: black;
}
.prodet-page .rec {
  padding-top: 70px;
}
.prodet-page .rec h3 {
  display: block;
  font-size: 24px;
  color: #242424;
  font-weight: bold;
}
.prodet-page .rec .list {
  padding-top: 40px;
}
.prodet-page .rec .list ul {
  margin: -15px;
}
.prodet-page .rec .list ul li {
  padding: 15px;
}
.prodet-page .rec .list ul li a.img-box {
  display: block;
}
.prodet-page .rec .list ul li a.img-box img {
  width: 100%;
}
.prodet-page .rec .list ul li h5 {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 15px 0;
  font-size: 18px;
  color: #797979;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .rec .list ul li:hover h5 {
  color: #007dc4;
}
.news-page {
  padding: 60px 0 90px;
}
.news-page .top .left {
  width: 70%;
}
.news-page .top .left ul {
  margin: -3px -6px;
}
.news-page .top .left ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 6px;
}
.news-page .top .left ul li a {
  line-height: 40px;
  height: 40px;
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  color: #373737;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
.news-page .top .left ul li a:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  background: #007dc4;
}
.news-page .top .left ul li a:hover {
  color: #007dc4;
}
.news-page .top .left ul li a:hover:after,
.news-page .top .left ul li a.active:after {
  opacity: 1;
}
.news-page .top .search {
  width: 30%;
  text-align: right;
}
.news-page .top .search form {
  width: 260px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
.news-page .top .search form input {
  width: 100%;
  line-height: 32px;
  height: 32px;
  border: none;
  border-bottom: 1px solid #b5b5b5;
  padding-left: 32px;
  padding-right: 10px;
  font-size: 18px;
  color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .top .search form input[type='submit'] {
  width: 32px;
  padding: 0;
  background: url("../images/icon-search.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: none;
}
.news-page .top .search form input:focus {
  border-color: #007dc4;
}
.news-page .bottom {
  padding: 45px 0 85px;
}
.news-page .bottom ul {
  margin: -25px -12px;
}
.news-page .bottom ul li {
  padding: 25px 12px;
}
.news-page .bottom ul li a.img-box {
  display: block;
}
.news-page .bottom ul li a.img-box img {
  width: 100%;
}
.news-page .bottom ul li .content {
  display: block;
  padding-top: 20px;
}
.news-page .bottom ul li .content h4 {
  display: block;
  font-size: 18px;
  color: #373737;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 56px;
}
.news-page .bottom ul li .content .text {
  display: block;
  font-size: 16px;
  color: #848484;
  line-height: 24px;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.news-page .bottom ul li .content time {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #a3a3a3;
  margin-top: 25px;
}
.news-page .m-page *:first-child {
  margin-top: 0;
}
.newdet-page {
  padding-bottom: 50px;
  background: white;
}
.newdet-page .about-1 .right {
  padding-left: 0 !important;
}
.contact-page .contact-1 {
  padding: 80px 0 120px;
  text-align: center;
}
.contact-page .contact-1 h2 {
  display: block;
  font-weight: bold;
  font-size: 36px;
  color: #292929;
}
.contact-page .contact-1 .text {
  display: block;
  max-width: 1100px;
  margin: 15px auto 50px;
  font-size: 18px;
  color: #858585;
  line-height: 30px;
}
.contact-page .contact-1 .list {
  display: block;
}
.contact-page .contact-1 .list ul {
  margin: -10px;
}
.contact-page .contact-1 .list ul li {
  padding: 10px;
}
.contact-page .contact-1 .list ul li .box2 {
  display: block;
  padding: 40px 25px 50px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #f6f6f6;
}
.contact-page .contact-1 .list ul li .box2:hover {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.contact-page .contact-1 .list ul li .box2 h4 {
  display: block;
  font-size: 18px;
  color: #323232;
  font-weight: bold;
}
.contact-page .contact-1 .list ul li .box2 p {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #323232;
  opacity: .63;
  height: 44px;
}
.contact-page .contact-1 .list ul li .box2 i {
  display: inline-block;
  border: 6px solid #f6f6f6;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact-page .contact-2 {
  padding: 130px 0 160px;
  text-align: center;

  background-size: 100% auto;
}
.contact-page .contact-2 h2 {
  display: block;
  font-weight: bold;
  font-size: 36px;
  color: #292929;
  line-height: 1;
}
.contact-page .contact-2 h2 small {
  display: block;
  font-size: 18px;
  color: #858585;
  line-height: normal;
  margin-top: 15px;
  font-weight: normal;
}
.contact-page .contact-2 .box {
  margin-top: 45px;
  background: white;
}
.contact-page .contact-2 .box .left {
  width: 40%;
  vertical-align: middle;
}
.contact-page .contact-2 .box .right {
  width: 60%;
  vertical-align: middle;
  text-align: left;
}
.contact-page .contact-2 .box .right .form {
   
}
.contact-page .contact-2 .box .right .form ul {
  margin: -10px 0;
}
.contact-page .contact-2 .box .right .form ul li {
  padding: 10px 0;
}
.contact-page .contact-2 .box .right .form ul li label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.contact-page .contact-2 .box .right .form ul li input,
.contact-page .contact-2 .box .right .form ul li textarea {
  display: block;
  width: 100%;
  padding: 15px 10px;
  background: #f2f4fa;
  font-size: 16px;
  color: #333;
  border: none;
}
.contact-page .contact-2 .box .right .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.contact-page .contact-2 .box .right .form ul li p {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.contact-page .contact-2 .box .right .form ul li input[type="submit"] {
  line-height: 60px;
  height: 60px;
  padding: 0 35px;
  text-align: center;
  background: #007dc4;
  color: white;
  font-size: 24px;
  width: auto;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .box .right .form ul li input[type="submit"]:hover {
  background: #222;
}
@media screen and (max-width: 1350px) {
  .about-page .about-1 h3,
  .support-page h2,
  .factory-page .factory-1 h2,
  .factory-page .factory-3 h2,
  .factory-page .factory-3 .tit h3,
  .about-page .about-2 h2,
  .about-page .about-5 h3,
  .about-page .about-6 h3 {
    font-size: 40px;
  }
  .about-page .about-6 h3 {
    line-height: 1.5;
  }
  .factory-page .factory-3 .tit h3 {
    line-height: 1.4;
  }
  .about-page .about-1 {
    padding-top: 70px;
  }
  .news-page .bottom ul li {
    padding: 10px;
  }
  .news-page .bottom ul {
    margin: -10px;
  }
  .news-page .bottom ul li .content .text {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0;
  }
  .news-page .bottom ul li .content time {
    margin-top: 10px;
  }
  .news-page .bottom ul li .content h4 {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
  }
  .news-page,
  .prodet-page,
  .product-yd-page,
  .support-page .support-2 .box {
    padding: 60px 0;
  }
  .product-yd-page .search {
    padding: 25px 0;
  }
  .prodet-page .top .left h3,
  .product-yd-page .top .left h3 {
    font-size: 28px;
  }
  .prodet-page .top .right .text,
  .product-yd-page .top .right .text {
    font-size: 16px;
    line-height: 1.8;
    padding: 20px 0;
  }
  .prodet-page .box {
    padding-top: 50px;
  }
  .prodet-page .box .text .btn a {
    width: auto;
    padding: 0 25px;
    font-size: 16px;
  }
  .prodet-page .feat .content {
    padding-top: 30px;
  }
  .prodet-page .rec {
    padding-top: 40px;
  }
  .prodet-page .rec .list ul li h5,
  .product-yd-page .bottom ul li h5 {
    font-size: 16px;
    padding: 10px 0;
  }
  .product-yd-page .bottom ul li {
    padding: 10px;
  }
  .product-yd-page .bottom ul {
    margin: -10px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    font-size: 20px;
  }
  .public-info .right ul li a {
    min-width: auto;
    padding: 0 15px;
    line-height: 44px;
    height: 44px;
    font-size: 15px;
  }
  .public-info {
    line-height: 80px;
    height: 80px;
  }
  .product-yd-page ul li {
    padding: 10px;
  }
  .product-yd-page ul {
    margin: -10px;
  }
  .public-contact {
    padding: 60px 0;
  }
  .public-contact h4,
  .factory-page .factory-1 h2 small {
    font-size: 28px;
  }
  .public-contact p {
    font-size: 20px;
  }
  .public-contact a.more {
    line-height: 40px;
    height: 40px;
  }
  .support-page .support-1 .box ul li .box2 {
    padding: 15px;
    padding-right: 80px;
  }
  .support-page .support-1 .box ul li .box2:after {
    top: 10px;
    right: 15px;
  }
  .support-page .support-2 .box ul li p {
    font-size: 13px;
  }
  .support-page .support-1 {
    padding: 40px 0;
  }
  .support-page .support-1 .box ul li {
    padding: 5px 0;
  }
  .support-page .support-1 .box ul {
    margin: -5px 0;
  }
  .factory-page .factory-1 .box ul li p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .factory-page .factory-1 .box ul li {
    padding: 0 20px;
  }
  .factory-page .factory-1 .box ul {
    margin: 0 -20px;
  }
  .factory-page .factory-2 ul li .text h3 {
    font-size: 32px;
  }
  .factory-page .factory-2 ul li .text .content {
    font-size: 16px;
    line-height: 1.6;
  }
  .factory-page .factory-2 ul li .text .btn {
    margin-top: 20px;
  }
  .factory-page .factory-3 .box {
    padding-top: 40px;
  }
  .factory-page .factory-3 .box ul li .box2 .text {
    font-size: 14px;
    line-height: 1.8;
  }
  .factory-page .factory-3 .box ul li .box2 span img {
    max-height: 70px;
  }
  .factory-page .factory-3 .tit a.more {
    line-height: 54px;
    height: 54px;
  }
  .factory-page .factory-1 {
    padding-bottom: 120px;
  }
  .inner-banner .box h2 {
    font-size: 50px;
  }
  .mbx {
    font-size: 16px;
  }
  .inner-banner {
    line-height: 340px;
    height: 340px;
    background-size: auto 100%;
    margin-top: 0px;
  }
  .about-page .about-1 .box .left {
    vertical-align: middle;
  }
  .about-page .about-1 .box .right {
    padding-left: 25px;
    vertical-align: middle;
  }
  .about-page .about-1 .numList .btn {
    width: 50%;
    display: none;
  }
  .about-page .about-1 .numList .num {
    width: 100%;
    line-height: normal;
    height: auto;
    padding: 20px 0;
  }
  .about-page .about-1 .numList {
    margin-top: 20px;
  }
  .about-page .about-2 {
    padding: 70px 0;
  }
  .about-page .about-2 .year-list {
    margin-top: 50px;
  }
  .about-page .about-2 .year-list ul li h4 {
    font-size: 24px;
  }
  .about-page .about-3 .text h4,
  .about-page .about-4 .text h4 {
    font-size: 32px;
  }
  .about-page .about-3 .text .content,
  .about-page .about-4 .text .content {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .about-page .about-3 .text .content br,
  .about-page .about-4 .text .content br {
    display: none;
  }
  .about-page .about-4 {
    padding: 70px 0;
  }
  .about-page .about-5 .box ul li span {
    font-size: 200px;
  }
  .about-page .about-5 .box {
    padding-top: 40px;
  }
  .about-page .about-5 .box ul li p:before {
    height: 60px;
  }
  .about-page .about-5 {
    padding: 80px 0;
  }
  .about-page .about-6 .box {
    padding: 70px 0;
  }
  .about-page .about-6 .box ul li a .text p {
    font-size: 14px;
    line-height: 1.6;
  }
  .about-page .about-6 .box ul li a .text h4 {
    font-size: 20px;
  }
  .about-page .about-6 .box ul li a .text em {
    font-size: 14px;
    line-height: 32px;
    height: 32px;
  }
  .about-page .about-6 .box ul li a .text {
    top: 18%;
  }
  .contact-page .contact-2 {
    padding: 130px 0 50px;
  }
  .contact-page .contact-2 .box .right .form ul li input,
  .contact-page .contact-2 .box .right .form ul li textarea {
    padding: 10px;
  }
  .contact-page .contact-2 .box .right .form ul li input[type="submit"] {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right .form ul li label {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
    line-height: 300px;
    height: 300px;
  }
  .inner-banner .box h2 {
    font-size: 40px;
  }
  .about-page .about-1 h3,
  .support-page h2,
  .factory-page .factory-1 h2,
  .factory-page .factory-3 h2,
  .factory-page .factory-3 .tit h3,
  .about-page .about-2 h2,
  .about-page .about-5 h3,
  .about-page .about-6 h3 {
    font-size: 32px;
  }
  .about-page .about-1 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .about-page .about-1 .box .left {
    width: 100%;
    position: relative;
  }
  .about-page .about-1 .numList .num li {
    width: 25%;
  }
  .about-page .about-1 .numList .num ul li h3 {
    font-size: 30px;
  }
  .about-page .about-1 .numList .num ul li p {
    font-size: 15px;
    margin-top: 10px;
  }
  .about-page .about-2 h2 small {
    margin-top: 10px;
  }
  .about-page .about-3 .text,
  .about-page .about-4 .text {
    width: 100%;
    padding: 20px 0;
  }
  .about-page .about-3 .img,
  .about-page .about-4 .img {
    width: 100%;
  }
  .about-page .about-3 .text h4,
  .about-page .about-4 .text h4 {
    font-size: 26px;
  }
  .about-page .about-4 {
    padding: 40px 0;
  }
  .about-page .about-5 .box ul li {
    width: 25%;
    padding: 0 15px;
  }
  .about-page .about-5 .box ul {
    margin: 0 -15px;
  }
  .about-page .about-5 .box ul li span {
    font-size: 140px;
  }
  .about-page .about-5 .box ul li p {
    font-size: 20px;
  }
  .about-page .about-6 .box {
    padding: 40px 0;
  }
  .about-page .about-6 .box ul li {
    width: 100%;
    padding: 10px;
  }
  .about-page .about-6 .box ul {
    margin: -10px;
  }
  .about-page .about-6 .box ul li a .text {
    top: 35%;
  }
  .factory-page .factory-1 .box ul li:after {
    display: none;
  }
  .factory-page .factory-1 .box ul li span img {
    max-width: 100px;
  }
  .factory-page .factory-1 .box ul li {
    width: 50%;
    padding: 15px;
  }
  .factory-page .factory-1 .box ul {
    margin: -15px;
  }
  .public-contact h4,
  .factory-page .factory-1 h2 small {
    font-size: 24px;
  }
  .factory-page .factory-2 ul li .text {
    width: 100%;
    padding: 20px 0;
    left: 0 !important;
  }
  .factory-page .factory-2 ul li .img {
    width: 100%;
    left: 0 !important;
  }
  .factory-page .factory-2 ul li {
    padding: 20px 0;
  }
  .factory-page .factory-2 ul {
    margin: -20px 0;
  }
  .factory-page .factory-3 {
    padding: 60px 0;
  }
  .factory-page .factory-3 .box ul li {
    width: 100%;
  }
  .factory-page .factory-3 .box ul li .box2 .text {
    height: auto;
  }
  .factory-page .factory-3 .box ul li .box2 {
    padding: 25px 15px;
  }
  .factory-page .factory-3 .tit {
    text-align: center;
  }
  .factory-page .factory-3 .tit h3 {
    width: 100%;
  }
  .factory-page .factory-3 .tit a.more {
    float: none;
    margin: 15px auto 0;
  }
  .support-page .support-2 .box ul li {
    width: 50%;
  }
  .support-page .support-2 .box ul li i img {
    width: 160px;
  }
  .product-yd-page ul li a h5 {
    bottom: 5px;
    font-size: 18px;
  }
  .product-yd-page .top .right {
    padding-left: 20px;
  }
  .prodet-page .top .right .text,
  .product-yd-page .top .right .text {
    font-size: 14px;
    line-height: 1.6;
    padding: 0;
  }
  .product-yd-page .top .right,
  .prodet-page .top .right {
    width: 100%;
    padding-left: 0;
    border-left: none;
    padding-top: 20px;
  }
  .product-yd-page .top .left,
  .prodet-page .top .left {
    width: 100%;
    text-align: left;
  }
  .prodet-page .top .left h3,
  .product-yd-page .top .left h3 {
    text-align: left;
  }
  .product-yd-page .search {
    text-align: left;
  }
  .product-yd-page .search form {
    margin-left: 0;
  }
  .inner-page .m-page *:first-child {
    margin-top: 0px;
  }
  .public-info .right ul li a {
    padding: 0 8px;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
  }
  .public-info .left ul li {
    font-size: 16px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    font-size: 16px;
  }
  .prodet-page .box .text h3 {
    font-size: 26px;
    line-height: 1.6;
  }
  .prodet-page .box .text .content {
    margin: 15px 0;
    font-size: 14px;
    line-height: 25px;
  }
  .prodet-page .box .img {
    width: 75%;
    padding-right: 0;
  }
  .prodet-page .box .gallery {
    width: 25%;
  }
  .prodet-page .box .text {
    width: 100%;
    padding-top: 30px;
  }
  .prodet-page .rec .list ul li {
    padding: 10px;
  }
  .prodet-page .rec .list ul {
    margin: -10px;
  }
  .news-page .top .search form {
    max-width: 100%;
  }
  .news-page .top .left {
    width: 100%;
    text-align: center;
  }
  .news-page .top .search {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  .news-page .top .search form {
    margin: 0 auto;
  }
  .news-page .bottom {
    padding: 40px 0;
  }
  .about-page .about-1 .box {
    margin-top: 30px;
  }
  .support-page .support-2 .box ul li {
    padding: 15px;
  }
  .support-page .support-2 .box ul {
    margin: -15px;
  }
  .contact-page .contact-2 .box .right .form ul li label {
    margin-bottom: 0;
  }
  .contact-page .contact-2 .box .right .form ul li {
    padding: 5px 0;
  }
  .contact-page .contact-2 .box .right .form ul {
    margin: -5px 0;
  }
  .contact-page .contact-2 .box .right .form ul li input,
  .contact-page .contact-2 .box .right .form ul li textarea {
    padding: 5px 10px;
  }
  .contact-page .contact-2 .box .right .form ul li textarea {
    height: 80px;
  }
  .contact-page .contact-2 .box .right .form ul li p {
    font-size: 14px;
  }
  .contact-page .contact-2 .box .right .form ul li input[type="submit"] {
    margin-top: 5px;
  }
  .contact-page .contact-2 h2,
  .contact-page .contact-1 h2 {
    font-size: 28px;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .text {
    margin: 15px 0 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .list ul li .box2 {
    padding: 30px 15px;
  }
  .contact-page .contact-1 .list ul li .box2 p {
    height: 66px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .pro-side-box .side-right .bottom li.column{
    width: 50% !important;
  }
  .inner-banner .box h2 {
    font-size: 32px;
  }
  .inner-banner {
    height: 260px;
    line-height: 260px;
  }
  .about-page .about-1 {
    padding-top: 50px;
  }
  .about-page .about-1 .box .right .text p {
    padding-bottom: 15px;
  }
  .about-page .about-1 .box {
    margin-top: 20px;
  }
  .public-info {
    height: 15px;
  }
  .public-info * {
    display: none;
  }
  .news-page,
  .prodet-page,
  .product-yd-page,
  .support-page .support-2 .box {
    padding: 40px 0;
  }
  .about-page .about-1 h3,
  .support-page h2,
  .factory-page .factory-1 h2,
  .factory-page .factory-3 h2,
  .factory-page .factory-3 .tit h3,
  .about-page .about-2 h2,
  .about-page .about-5 h3,
  .about-page .about-6 h3 {
    font-size: 26px;
  }
  .about-page .about-1 .numList .num li {
    width: 50%;
    padding: 10px;
  }
  .about-page .about-1 .numList .num ul {
    margin: -10px;
  }
  .about-page .about-2 .year-list ul li .text {
    width: 400px;
    font-size: 16px;
  }
  .about-page .about-5 .box ul li span {
    font-size: 110px;
  }
  .about-page .about-5 .box ul li p {
    font-size: 16px;
  }
  .about-page .about-5 .box ul li p:before {
    height: 30px;
  }
  .about-page .about-5 {
    padding: 50px 0;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .contact-page .contact-1 .list ul li p {
    height: auto;
  }
  .contact-page .contact-1 .list ul li .box2 p {
    height: auto;
  }
  .contact-page .contact-2 h2 small {
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right .form {
    padding: 0;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
    background: white;
    padding: 30px;
  }
  .contact-page .contact-2 .box .left {
    display: none;
  }
  .contact-page .contact-2 .box .right .form ul li input,
  .contact-page .contact-2 .box .right .form ul li textarea {
    padding: 10px;
  }
  .contact-page .contact-2 .box .right .form ul li textarea {
    height: 140px;
  }
  .contact-page .contact-2 h2,
  .contact-page .contact-1 h2 {
    font-size: 24px;
  }
  .contact-page .contact-2 {
    padding-top: 80px;
  }
#index-body .init-2 .box ul li a:after {
  width: 90%;
  height: 84%;
  left: 5%;
  top: 8%;
  background: rgba(0, 125, 196, 0.5);
}
.prodet-page .feat .content table tbody {
  min-width: 700px;
  white-space: nowrap;
}
}
@media screen and (max-width: 500px) {
  .about-page .about-5 .box ul li span {
    font-size: 60px;
  }
  .about-page .about-5 .box ul li p {
    font-size: 12px;
  }
  .about-page .about-6 .box ul li a .text {
    top: 10%;
    padding: 0 10px;
  }
  .about-page .about-6 .box ul li a .text p {
    font-size: 12px;
    line-height: 1.4;
  }
  .public-contact h4,
  .factory-page .factory-1 h2 small {
    font-size: 20px;
  }
  .factory-page .factory-1 .box {
    margin-top: 40px;
  }
  .factory-page .factory-1 .box ul li p {
    font-size: 14px;
  }
  .factory-page .factory-2 ul li .text h3 {
    font-size: 28px;
  }
  .factory-page .factory-3 .tit a.more {
    font-size: 20px;
    line-height: 44px;
    height: 44px;
  }
  .support-page .support-1 .box ul li .box2 h4 {
    font-size: 16px;
  }
  .support-page .support-1 .box ul li .box2 {
    padding-right: 50px;
  }
  .support-page .support-1 .box ul li .box2:after {
    width: 28px;
    height: 28px;
    line-height: 28px;
    top: 13px;
    right: 10px;
  }
  .support-page .support-2 .box ul li h5 {
    font-size: 14px;
  }
  .support-page .support-2 .box ul li p {
    font-size: 12px;
    line-height: 1.6;
  }
  .news-page .bottom {
    padding-bottom: 0;
  }
  .news-page .top .left ul li a {
    padding: 0 15px;
    line-height: 32px;
    height: 32px;
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right {
    padding: 0px;
  }
}
.pacetop {
  position: absolute;
  bottom: 40px;
  right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #b3b3b3;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.pacetop i {
  font-size: 30px;
}
.pacetop .shu {
  display: block;
  width: 1px;
  height: 30px;
  border: 1px solid  #b3b3b3;
  margin-top: -10px;
}


#index-body .i-about .ui.container .video-box .img-box:hover img {
    transform: scale(1,1);
}

#header .nav .ui.menu .menu-box ul.menu>li>a{

    font-weight: bold;

}

#index-body p{

font-weight: 400;

}


#index-body .i-product .ui.container ul li:hover .img-box img {
    transform: scale(1.1,1.1);
}


#index-body .i-product .ui.container ul li .textbox .viewmore{

transition: .3s;

}

#index-body .i-product .ui.container ul li .textbox .viewmore:hover i{

transition: .3s;

}

#index-body .i-product .ui.container ul li .textbox .viewmore i{


transition: .3s;
}


.about-page .about-2 .year-list ul li .text{

width: 1000px;


}


.about-page .about-2 .year-list ul li .text{

    font-size: 16px;

}


#header2 .nav .ui.menu .menu-box ul.menu li a:after {
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #e40011;
}


#header2 .nav .ui.menu .menu-box ul.menu li a:hover:after {
    width: 100%;
}

.about-page .about-2 .year-list ul li i{

    background: #d32019;
    border: 5px solid #ed7873;

}
.news-page .top .left ul li a:hover{
      color: #d32019;
    text-transform: capitalize;

}

.news-page .top .left ul li a:after{

    color: #d32019;
}

.about-page .about-2 .year-list .btn div{

      color: #d32019;
}

.news-page .top .left ul li a{

  text-transform: capitalize;
}

.news-page .top .left ul li a:after{


      background: #d32019;
}



.newsimg img {
    padding: 0 40px;
}

.newsimg {
    text-align: center;
    padding: 25px;
}

.inner-page.about-page.newdet-page .about-1 h5 {
    display: block;
    font-size: 48px;
    color: #212121;
    font-weight: 700;
    padding: 40px 0;
    line-height: 1;
}

.inner-page.about-page.newdet-page .about-1 .text p {
    padding-bottom: 5px;
}


.inner-page.about-page.newdet-page .text {
    padding-bottom: 25px;
}
.inner-page.about-page.newdet-page .about-1 .box.grid-box .right.column a {
    margin-right: 30px;
    font-size: 16px;
}

.about-page .about-1 h3{

font-size: 32px;
    text-transform: capitalize;
    text-align: center;
}
.open-area .textbox h3{

      color: #d32019;
}

.open-area .textbox ul li i{

    color: #d32019;
}

.open-area .textbox{

  padding: 0 90px;
}


.contact-page .contact-1 .list ul li .box2 i {
    overflow: hidden;
}
.contact-page .contact-1 .list ul li .box2 i img {
    filter: drop-shadow(0 -100px #d32019);
    position: relative;
    top: 100px;
}

.contact-page .contact-2 .box .left{

    TEXT-ALIGN: LEFT;

}

.contact-page .contact-2{

padding: 10PX 0 100PX 0;

}
.contact-page .contact-2 .box{

    padding: 0 30px;
}

.contact-page .contact-2 .box .right .form ul li input[type=submit]{

  background: #d32019;
}


.news-page .bottom ul li .content h4{

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

.i-semi {
    text-align: center;
    padding: 80px 0 0;
    background: linear-gradient(#f2f2f2 50%,#fff 50%);
}

.i-semi h2.h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.i-semi p.p {
    color: #000;
    font-size: 18px;
}
.i-semi .semi-list {
    margin-top: 40px;
    position: relative;
    padding: 0 14%;
}
.i-semi .semi-list ul.slick-initialized.slick-slider {
    padding-bottom: 80px;
}
.i-semi .semi-list button.slick-prev.slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 49px;
    height: 48px;
    background: url(/template/en/images/factory-l.jpg) no-repeat center;
    left: 45%;
    bottom: 10px;
    z-index: 8;
    color: rgba(255,255,255,0);
    border: none;
}
.i-semi .semi-list .slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 49px;
    height: 48px;
    background: url(/template/en/images/factory-l.jpg) no-repeat center;
    left: 45%;
    bottom: 10px;
    z-index: 8;
    color: rgba(255,255,255,0);
    border: none;
}
.i-semi .semi-list button.slick-next.slick-arrow {
    background: url(/template/en/images/factory-r.jpg) no-repeat center;
    left: calc(45% + 66px);
}
.i-semi .semi-list li {
    padding: 0 10px;
}
.i-semi .semi-list li p {
    padding: 25px 0;
    font-size: 18px;
}



.product-yd-page .bottom ul li h5{

    text-align: center;

}


div#banner\ products ul#bannerlist li .imgbox img {
    object-fit: cover;
    height: 800px;
        width: 100%;
}


.product-yd-page .search{
      display: none;
}

/*support yemian */
.inner-banner {
  height: 529px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/inner-banner.jpg");
  background-attachment: fixed;
  position: relative;
padding-top: 13%;
}
.technology-page{
  padding: 0;
}
.technology-page .part1 {
  padding: 70px 0 0;

}
.technology-page .part1 .grid-box {
  padding-bottom: 70px;
}
.technology-page .part1 .grid-box .column:nth-child(1) {
  padding: 3% 4% 0 0;
}
.technology-page .part1 .grid-box .column h2 {
  font-size: 36px;
 color: #333333;
     margin-bottom: 35px;
  font-weight: 700;
}
.technology-page .part1 .grid-box .column p {
font-size: 18px;
    color: #5a5a5a;
    line-height: 2;
}
.technology-page .part1 .part1-content {
padding: 70px 0 30px;
    background: #fff;
}
.technology-page .part1 .part1-content .service-list ul li {
  color: #fff;
  padding: 0 2px;
}
.technology-page .part1 .part1-content .service-list ul li .img-bg {
  background: #9a9a9a;
  padding: 50px 30px 20px;
  position: relative;
  min-height: 286px;
}
.technology-page .part1 .part1-content .service-list ul li .img-bg .img {
  position: absolute;
  right: 30px;
  top: 50px;
}

.inner-page.technology-page .part1 .part1-content .service-list li .img img {
    float: right;
}
.technology-page .part1 .part1-content .service-list ul li{
  position: relative;
}
.technology-page .part1 .part1-content .service-list ul li .img-bg .i-num {
  position: absolute;
  left: 25px;
  top: 48px;
  z-index: 2;
  font-size: 30px;
  color: #fff;
  font-size: 62px;
  line-height: 55px;
  font-weight: 700;
}
.technology-page .part1 .part1-content .service-list ul li .img-bg h2 {
  font-size: 23px;
  padding-left: 55px;
  font-weight: 500;

}
.technology-page .part1 .part1-content .service-list ul li .img-bg p {

    line-height: 30px;
    margin-top: 30px;
    font-size: 14px;
}
.technology-page .i-process {
  background: #f5f7f9;
  padding: 90px 0;
}
.technology-page .i-process h2.h2 {
  text-transform: uppercase;
}
.technology-page .i-process ul li{
  margin-bottom: 2px;
}
.technology-page .i-process ul li .column{
  padding: 12px;
  background: #fff;
  font-size: 18px;
}
.technology-page .i-process ul li .column:nth-child(1){
  width: 5%;
  background: #aa112a;
  color: #fff;
  text-align: center;
}
.technology-page .i-process ul li .column:nth-child(2){
  width: 30%;
  border-right: 2px solid #f5f7f9;
}
.technology-page .i-process ul li .column:nth-child(3){
  width: 65%;
  font-size: 16px;
  font-weight: lighter;
}
.technology-page .i-video {
  padding: 90px 0;
  text-align: center;
}
.technology-page .i-video-list{
  margin-top: 50px;
}
.technology-page .i-video-list ul li{
  padding: 0 20px;
}
.technology-page .i-video-list ul a{
    position: relative;
}
.technology-page .i-video-list ul p {
    position: relative;
    text-align: center;
    left: 0;
    width: 100%;
    padding: 10px 25px;
    font-size: 22px;
    color: black;
    z-index: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.technology-page .i-video-list ul a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    left: 0;
    background: url(../images/icon-play.png) center center no-repeat rgba(0, 0, 0, 0.6);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
}
.technology-page .i-online {
  padding: 88px 0 90px;
  text-align: center;
  background: #f5f7f9;
}
.technology-page .i-online p.p {
  font-size: 16px;
  color: #848d95;
  padding: 0 16%;
}
.technology-page .i-online ul {
  margin-top: 80px;
  padding: 0 15%;
}
.technology-page .i-online ul li {
  float: left;
  width: 33.3%;
  padding-left: 60px;
  text-align: left;
  background: url(/notebook-factory/2021/09/15/phone.png) no-repeat left center;
}
.technology-page .i-online ul li h3 {
  font-size: 20px;
  font-weight: 700;
}
.technology-page .i-online ul li p {
  font-size: 12px;
}
.technology-page .i-online ul li:nth-child(2) {
  background: url(/notebook-factory/2021/09/15/m-phone.png) no-repeat left center;
}
.technology-page .i-online ul li:nth-child(3) {
  background: url(/notebook-factory/2021/09/15/mail.png) no-repeat left center;
}
.technology-page .i-faq {
  padding: 60px 0;
}
.technology-page .i-faq h2.h2,
.technology-page .i-faq p.p {
  text-align: center;
  color: #000;
}
.technology-page .i-faq .faq-list {
  padding: 40px 0 0px;
}
.technology-page .i-faq .faq-list dt {
  padding: 16px 30px 14px;
  background-color: #f4f4f4;
  font-size: 18px;
  cursor: pointer;
  color: #333333;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.technology-page .i-faq .faq-list dt:hover,
.technology-page .i-faq .faq-list dt.active {
  background: #1a466c;
  color: #fff;
}
.technology-page .i-faq .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
.technology-page .i-support{
  margin: 50px 0;
  background: #008aad;
}
.technology-page .i-support .grid-box{
  background:#d32019;
}
.technology-page .i-support .grid-box .column{
  vertical-align: middle;
}
.technology-page .i-support .grid-box .column:nth-child(2){
  padding: 0 5%;
  color: #fff;
}
.technology-page .i-support .grid-box .column:nth-child(2) h2{
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}
.technology-page .i-support .grid-box .column:nth-child(2) p{
font-size: 18px;
}
.technology-page .i-support .grid-box .column:nth-child(2) a.more{
  display: block;
    width: 228px;
    height: 60px;
    margin-top: 60px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    color: #d32019;
}
.technology-page .i-download{
  padding: 50px 0;
  text-align: center;
}
.technology-page .i-download h2{

}
.technology-page .i-download p{
  color: #545454;
}
.technology-page .i-download .download-list{
  margin-top: 40px;
}
.technology-page .i-download .download-list ul li{
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .technology-page .part1 .grid-box .column h2 {
    font-size: 20px;
  }
   .technology-page .part1 .grid-box .column:nth-child(1) {
    padding-top: 0;
  }
  .technology-page .part1 .grid-box .column p {
    font-size: 14px;
  }
  .technology-page .part1 .part1-content .service-list ul li .img-bg .i-num {
    font-size: 24px;
  }
  .technology-page .part1 .part1-content .service-list ul li .img-bg h2 {
    font-size: 16px;
    padding-left: 27px;
  }
  .technology-page .part1 .part1-content .service-list ul li .img-bg .i-num {
    top: 37px;
  }
  .technology-page .part1 .part1-content .service-list ul li .img-bg p {
    margin-top: 20px;
    line-height: 25px;
  }
  .technology-page .i-online p.p{
    padding: 0;
  }
  .technology-page .i-online ul {
    margin-top: 30px;
    padding: 0;
}
.technology-page .i-support .grid-box .column{
  width: 100%;
}
.technology-page .i-support .grid-box .column:nth-child(2){
  padding: 30px 5%;
}
.technology-page .i-support .grid-box .column:nth-child(2) h2{
  font-size: 20px;
}
.technology-page .i-support .grid-box .column:nth-child(2) p{
font-size: 15px;
}

._page_container ._pages li._pages_li_1{
  display: none !important;
}
._page_container ._pages li._active_1{
  display: inline-block;
}
}
@media screen and (max-width: 700px) {
   .technology-page .part1 .part1-content {
    padding: 30px 0;
  }
  .technology-page .i-online ul li {
    width: 100%;
    padding: 10px 0;
    padding-left: 60px;
  }
  .technology-page .part1 .grid-box.two>.column {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}
.technology-page .i-faq {
    padding: 30px 0;
}
.inner-page h2.h2 {
    font-size: 20px;
}
.pacetop{
  right: 0px
}
#banner ul li i{
 display: none;
}
}
@media screen and (max-width: 500px) {
  .technology-page .i-online,
  .technology-page .i-process,
  .technology-page .i-video {
    padding: 30px 0;
  }
    .technology-page .i-online ul li h3 {
    font-size: 18px;
  }
}






.inner-page .m-page a, .inner-page .m-page span{
    line-height: 40px;
    width: 40px;
    height: 40px;
    color: #fff;
      background: #d32019;
  
     border-radius: 100%;
}


span.current {
    color: #fff;
    background: #d32019;
    border-radius: 100%;
}

.inner-page .m-page a, .inner-page .m-page span:active {
     background: #ccc;
}
.inner-page .m-page a:hover {
    padding: 0 10px;
    color: #fff;
    background: #d32019;
}


.technology-page .i-faq p.p {
    font-size: 18px;
}
.technology-page .i-faq h2.h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    
    text-transform: uppercase;
}

.technology-page .i-faq .faq-list dt:hover, .technology-page .i-faq .faq-list dt.active{

      background: #d32019;
}

.technology-page .i-online h2.h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}


.technology-page .i-download h2.h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}



.technology-page .i-download .download-list ul li{

    padding: 50px 70px;
}
.download-list button.slick-next.slick-arrow {
    background: url(/template/en/images/factory-r.jpg) no-repeat center;
    left: calc(45% + 66px);
}
.download-list button.slick-next.slick-arrow {
position: absolute;
    cursor: pointer;
    width: 49px;
    height: 48px;
    background: url(/template/en/images/factory-r.jpg) no-repeat center;
    left: calc(45% + 66px);
    bottom: -10px;
    z-index: 8;
    color: rgba(255,255,255,0);
    border: none;
}
.download-list button.slick-prev.slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 49px;
    height: 48px;
    background: url(/template/en/images/factory-l.jpg) no-repeat center;
    left: 45%;
     bottom: -10px;
    z-index: 8;
    color: rgba(255,255,255,0);
    border: none;
}


.product-yd-page{

padding-bottom: 70px;

}

.btn-niu {
    color: #d32019;
    font-weight: bold;
}


.inner-page.prodet-page .box.grid-box.jqueryzoom .text.column .share {
    padding: 20px 0;
}

.inner-page.prodet-page .box.grid-box.jqueryzoom .text.column .share h6 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.inner-page.prodet-page .box.grid-box.jqueryzoom .text.column .share ul.grid-box {
    display: inline-block;
    vertical-align: middle;
}
.inner-page.prodet-page .box.grid-box.jqueryzoom .text.column .share ul.grid-box li.column {
    width: auto;
    margin-left: 10px;
    font-size: 14px;
    color: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.btn.play a {
    background: #d32019;
       color: #fff !important;
}
.prodet-page .box .text .btn a:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}


.contact-page.product2 .contact-2 .box .right {
    width: 100%;
}
.contact-page.product2 .contact-2 .box .right input[type="submit"] {
    width: 100% !important;
}


.contact-page.product2 .contact-2 .box .right .form {
    padding-top: 40px;
}
.contact-page.product2 .contact-2 .box .right p {
      font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.contact-page.product2 .contact-2 .box .right h4 {
    font-size: 28px;
    line-height: 1;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
}


.contact-page.product2 .contact-2 {
    padding: 0;
}

a.btn-anniu {
    color: #fff !important;
    border: 1px solid #d32019;
    background: #d32019;
        margin-left: 30px;
}

.box.grid-box.jqueryzoom .slick-slide.slick-current.slick-center {
    width: 100% !important;
}


.box.grid-box.jqueryzoom .slick-slide.slick-current.slick-center img{
width: 100%;
}


.xiangqing-01 .top-det h5 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: #d32019;
    padding-bottom: 10px;
    border-bottom: 5px solid #f0f0f0;
}

.xiangqing-01 .top-det p {
    padding: 20px 0;
}

.xiangqing-01 {
    overflow: hidden;
}

.xiangqing-01 .bottom-det {
    overflow: hidden;
}
.xiangqing-01 .bottom-det .left {
    width: 28%;
    overflow: hidden;
    float: left;
}
.xiangqing-01 .bottom-det .left li {
    width: 50%;
    float: left;
    padding: 10px;
}
.xiangqing-01 .bottom-det .right {
    float: left;
    width: 70%;
    overflow: hidden;
}
.xiangqing-01 .bottom-det .right .top {
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.xiangqing-01 .bottom-det .right .bottom {
    width: 100%;
    overflow: hidden;
}

.xiangqing-01 .bottom-det .right .bottom .left {
    width: 30%;
    text-align: center;
}
.xiangqing-01 .bottom-det .right .bottom .right ul {
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
}

.xiangqing-01 .bottom-det .right .bottom .right ul li {
    width: 30%;
    float: left;
    list-style: disc;
}

.xiangqing-01.det02 {
    padding: 8rem 0;
}
.xiangqing-01.det02 .bottom-det .right h2 {
    padding-top: 20px;
}



.xiangqing-01 .bottom-det .right.det03 {
    width: 100%;
        padding-left: 20%;
}

.xiangqing-01 .bottom-det .right.det03 li {
    width: auto !important;
    padding-right: 50px;
}


.inner-page.about-page .video {
    text-align: center;
    padding: 15% 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.inner-page.about-page .video p {
    font-size: 30px;
    color: #fff;
    padding-bottom: 18px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0.9;
}

.inner-page.about-page .video .btn.play a {
    background: rgba(0,0,0,0);
}
.inner-page.about-page .video .btn.play a i.fa.fa-play {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
     background: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    border-radius: 100%;
}
#bannerlist2 .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 48px;
  background: url(/template/en/images/factory-l.jpg) no-repeat center;
  left: 3%;
  top: 50%;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#bannerlist2 .slick-next {
  background: url(/template/en/images/factory-r.jpg) no-repeat center;
  left: -webkit-calc(3% + 66px);
  left: -moz-calc(3% + 66px);
  left: calc(3% + 66px);
}


.prodet-page .rec .list ul li:hover h5{

  color: #d32019;
}
.prodet-page .rec .list ul li h5{
      text-align: center;
}

#header2 ul.sub-menu.yuyan {
    display: none;
}


div#banner\ products .bannerbox li .imgbox img {
    object-fit: cover;
    height: 600px;
    width: 100%;
}
.body-overflow-box div#header .nav li ul.sub-menu {
    display: none;
}


.inner-page.about-page .video {
    position: absolute;
    z-index: 1;
    display: table;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*newaddtagetchaxuncss*/
.ty-cat-name{
	text-align: left;
  font-size: 0;
  margin-top: 30px;
}
.ty-cat-name .form {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 100px;
}
.ty-cat-name .form input[type="text"] {
	width: 200px;
	height: 30px;
	border: 1px solid #eeeeee;
	border-radius: 30px;
	font-size: 14px;
	font-family: "arial";
	padding: 0 50px 0 12px;
}
.ty-cat-name .form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
	border-radius: 0 30px 30px 0;
	border: none;
	background-color: #666666;
	background-image: url(../images/white-search.png);
	background-repeat: no-repeat;
	background-position: center;
}
.ty-cat-name .cat-name-box{
	border-left: 1px solid #000;
	display: inline-block;
	padding: 0 15px;
	font-size: 18px;
	vertical-align: middle;
}
.ty-cat-name .cat-name-box:last-child{
  border-right: 0px solid #000;
}
/*.ty-cat-name .cat-name-box.two{
  border-left: none;
}*/
.ty-cat-name .line-box{
	padding-right: 160px;
	position: relative;
	margin-top: 20px;
}
.ty-cat-name .line-box .line-after{
	height: 1px;
	background-color: #000;
}
.ty-cat-name .line-box::after{
	content: url(../images/line-after.png);
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translateY(30%);
}
.inner-page .pro-side-box .side-left {
       width: 30%;
    padding-right: 5%;
    text-align: left;
    padding-top: 40px;
}
.inner-page .pro-side-box .side-left .sidebar-nav .sub-menu{
  display: none;
}
.inner-page .pro-side-box .side-left .sidebar-nav ul li a{
	display: block;
	font-size: 18px;
	padding: 15px;
	border-bottom: 1px solid #000;
	position: relative;
	transition: .3s eas;
}
.inner-page .pro-side-box .side-left .sidebar-nav ul li:hover>a{
    background-color:#666;
    color:#fff;
    transition: .5s ease;
    border-color:#666;
}
.inner-page .pro-side-box .side-left .sidebar-nav ul li a i {
    float: right;
    font-size: 24px;
    transition: .5s ease;
}
.inner-page .pro-side-box .side-left .sidebar-nav ul li a.active i{
  transform: rotate(90deg);
}
.inner-page .pro-side-box .side-right {
    width: 70%;
    text-align: left;
    padding-top: 40px;
}
.inner-page .pro-side-box .side-right .item .pageintitle{
  font-size: 30px;
  font-family: 'VerdanaBold';
  margin-top: 20px;
}

.inner-page .pro-side-box .side-right .item .productpagekey{
  line-height: 26px;
  padding-top: 10px;
}



.inner-page .pro-side-box .side-left .sidebar-nav ul li ul li:hover a{
    background-color:#666;
    color:#fff;
    transition: .5s ease;
    border-color:#666;
}
.inner-page .pro-side-box .side-left .sidebar-nav ul li ul li a{
    padding:15px 15px 15px 30px;
}
.inner-page .pro-side-box .side-left .sidebar-nav ul li ul li a:before{
    content:"";
    position: absolute;
    height:1px;
    width:10px;
    background-color:#000;
    left:15px;
    top:50%;
    transform: translateY(-50%);
}
.inner-page .pro-side-box .side-left .sidebar-nav ul li ul li:hover a:before{
    background-color:#fff;
}

/*elementcss*/
.elementor-element.elementor-element-8fe605a .jet-animated-box__front {
    background-color: #9b9b9b;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.elementor-section {
    position: relative;
	overflow: hidden;
}
.elementor-section .elementor-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.elementor-element.elementor-element-59ed79a > .elementor-container {
    max-width: 1200px;
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.elementor-widget {
    position: relative;
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.elementor-widget-wrap>.elementor-element {
    width: 100%;
}

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.jet-portfolio {
    position: relative;
}

.elementor-element.elementor-element-84ffe96 .jet-portfolio__list {
    margin: -10px;
}

.jet-portfolio__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: height .5s cubic-bezier(.33,.79,.37,.97);
    -o-transition: height .5s cubic-bezier(.33,.79,.37,.97);
    transition: height .5s cubic-bezier(.33,.79,.37,.97);
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-1 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-1 .jet-portfolio__item {
    width: 100%;
}

.jet-portfolio__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.elementor-element.elementor-element-84ffe96 .jet-portfolio__inner {
    margin: 10px;
}
.jet-portfolio__item.visible-status .jet-portfolio__inner {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.jet-portfolio__inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    position: relative;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.jet-portfolio__item.visible-status {
    height: auto;
    visibility: visible;
}
.jet-portfolio__image-instance {
    width: 100%;
    min-height: 100px;
}
.jet-portfolio__image {
    position: relative;
    line-height: 0;
}
.elementor-element.elementor-element-84ffe96 .jet-portfolio__image-instance {
    height: 300px;
}
.jet-portfolio.layout-type-grid .jet-portfolio__image-instance {
    -o-object-fit: cover;
    object-fit: cover;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jet-portfolio__cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.elementor-element.elementor-element-84ffe96 .jet-portfolio__cover {
    background-color: rgba(151,136,169,0.5);
    margin: 20px 20px 20px 20px;
}

.jet-portfolio.preset-type-3 .jet-portfolio__item .jet-portfolio__cover {
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}


.elementor-column {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.elementor-element.elementor-element-8fe605a .jet-animated-box {
    height: 300px;
}
.jet-animated-box.jet-box-effect-5 {
    overflow: hidden;
}
.jet-animated-box.jet-box-effect-5 .jet-animated-box__front {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .7s cubic-bezier(.5,.12,.46,.88);
    -o-transition: all .7s cubic-bezier(.5,.12,.46,.88);
    transition: all .7s cubic-bezier(.5,.12,.46,.88);
}

.jet-animated-box__front,
.jet-animated-box__back {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.elementor-element.elementor-element-8fe605a .jet-animated-box__front .jet-animated-box__overlay {
    border-radius: 0px 0px 0px 0px;
    opacity: 0;
}
.jet-animated-box__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
}
.elementor-element.elementor-element-8fe605a .jet-animated-box__front .jet-animated-box__inner {
    justify-content: center;
}
.jet-animated-box__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-width: 100%;
    z-index: 2;
}
.elementor-element.elementor-element-8fe605a .jet-animated-box__front .jet-animated-box__content {
    order: 2;
}

.jet-animated-box__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.jet-animated-box .jet-animated-box__title {
    color: #fff;
    font-size: 23px;
    margin: 0 0 20px;
}
.elementor-element.elementor-element-8fe605a .jet-animated-box__title--front {
    align-self: center;
    text-align: center;
}
.elementor-element.elementor-element-8fe605a .jet-animated-box__subtitle--front {
    align-self: center;
    text-align: center;
}
.jet-animated-box .jet-animated-box__subtitle {
    width: 55px;
	height: 2px;
	background-color: #fff;
	margin: 0 auto 20px;
}
.jet-animated-box .jet-animated-box__description {
    color: #fff;
    margin: 0 0 15px;
}

.elementor-element.elementor-element-8fe605a .jet-animated-box__back {
    background-color: #9b9b9b;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.jet-animated-box.jet-box-effect-5 .jet-animated-box__back {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .7s cubic-bezier(.5,.12,.46,.88);
    -o-transition: all .7s cubic-bezier(.5,.12,.46,.88);
    transition: all .7s cubic-bezier(.5,.12,.46,.88);
}
.elementor-element.elementor-element-8fe605a .jet-animated-box__back .jet-animated-box__overlay {
    opacity: 0;
}
.elementor-element.elementor-element-8fe605a .jet-animated-box__back .jet-animated-box__inner {
    justify-content: center;
}
.elementor-element.elementor-element-8fe605a .jet-animated-box__back .jet-animated-box__content {
    padding: 0 30px;
}
.elementor-element.elementor-element-8fe605a .jet-animated-box__title--back {
    align-self: center;
    text-align: center;
}
.elementor-element.elementor-element-8fe605a .jet-animated-box__subtitle--back {
    align-self: center;
    text-align: center;
}
.elementor-element.elementor-element-8fe605a .jet-animated-box__description--back {
    font-size: 14px;
	padding-left: 25px;
	background-image: url(../images/yea-icon.png);
	background-repeat: no-repeat;
	background-position: left top 5px;
}

.jet-animated-box.jet-box-effect-5.flipped .jet-animated-box__front {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .7s cubic-bezier(.5,.12,.46,.88);
    -o-transition: all .7s cubic-bezier(.5,.12,.46,.88);
    transition: all .7s cubic-bezier(.5,.12,.46,.88);
}

.jet-animated-box.jet-box-effect-5.flipped .jet-animated-box__back {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .7s cubic-bezier(.5,.12,.46,.88);
    -o-transition: all .7s cubic-bezier(.5,.12,.46,.88);
    transition: all .7s cubic-bezier(.5,.12,.46,.88);
}

@media (min-width: 970px) {
	.elementor-column.elementor-col-25,
	.elementor-column[data-col="25"] {
	    width: 25%;
	}
}
.side-left{
  padding-top: 30px;
}

.side-left ul li {
    padding-bottom: 10px;
}

.side-left ul li>div{
  display: block;
  padding: 5px 40px 5px 15px;
  line-height: 28px;
  font-size: 16px;
  border-bottom: 1px solid #000;
  text-transform: capitalize;
  position: relative;
}

.side-left ul li a {
    display: block;
    padding: 5px 40px 5px 15px;
    line-height: 28px;
    font-size: 16px;
    border-bottom: 1px solid #000;
    /*background: #f1f1f1;*/
    text-transform: capitalize;
    position: relative;
}

.side-left ul li ul {
    padding: 25px 0;
    /*display: none;*/
}

.side-left ul li ul li {
    padding: 0;
}

.side-left ul li ul li a {
  border: none;
    text-transform: none;
    padding-left: 25px;
    padding-right: 15px;
    background: none;
    position: relative;
    line-height: 24px;
    font-size: 14px;
    color: #363d4d;
}

.side-left ul li ul li a:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/icon-sel-1.png) center center no-repeat;
    display: block;
    position: absolute;
    left: 5px;
    top: 9px;
}

.side-left ul li ul li a.active:before {
    background-image: url(../images/icon-sel.png);
}

.side-left ul li>div i {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 18px;
}

.side-left ul li>div p {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: red;
  color: white;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}


.pro-contact{
  font-size: 16px;
  padding: 15px 35px;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  margin-top: 40px;
}


.bq{
  display: none;
}




@media screen and (max-width: 1550px) {
  .inner.container{
    width: 1230px;
  }
}


@media screen and (max-width: 1230px) {
  .inner.container{
    width: 1000px;
  }

  .ty-cat-name .form{
    margin-right: 20px;
  }

  .ty-cat-name .form input[type="text"]{
    width: 170px;
  }
  
  .ty-cat-name .cat-name-box{
    font-size: 12px;
    padding: 0 10px;
  }

  .product-page .product-list.one ul{
    margin: -15px;
  }
  .product-page .product-list.one ul li{
    padding: 15px;
  }

  .ty-pro-box .content h3{
    font-size: 18px;
	line-height:32px

  }
  .ty-pro-box .content .txt{
    font-size: 14px;
    line-height: 28px;
  }
  
}
.side-right .top{display: none;}
#preloader_1 span{
	display:block;
	bottom:0px;
	width: 9px;
	height: 5px;
	background:#9b59b6;
	position:absolute;
-webkit-animation: preloader_1 1.5s	 infinite ease-in-out;
-moz-animation: preloader_1 1.5s	 infinite ease-in-out;
-ms-animation: preloader_1 1.5s	 infinite ease-in-out;
-o-animation: preloader_1 1.5s	 infinite ease-in-out;
animation: preloader_1 1.5s	 infinite ease-in-out;

}
#preloader_1 span:nth-child(2){
left:11px;
-webkit-animation-delay: .2s;
-moz-animation-delay: .2s;
-ms-animation-delay: .2s;
-o-animation-delay: .2s;
animation-delay: .2s;

}
#preloader_1 span:nth-child(3){
left:22px;
-webkit-animation-delay: .4s;
-moz-animation-delay: .4s;
-ms-animation-delay: .4s;
-o-animation-delay: .4s;
animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
left:33px;
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-ms-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
left:44px;
-webkit-animation-delay: .8s;
-moz-animation-delay: .8s;
-ms-animation-delay: .8s;
-o-animation-delay: .8s;
animation-delay: .8s;
}
@-webkit-keyframes preloader_1 {
    0% {height:5px;-webkit-transform:translateY(0px);background:#9b59b6;}
    25% {height:30px;-webkit-transform:translateY(15px);background:#3498db;}
    50% {height:5px;-webkit-transform:translateY(0px);background:#9b59b6;}
    100% {height:5px;-webkit-transform:translateY(0px);background:#9b59b6;}
}

@-moz-keyframes preloader_1 {
    0% {height:5px;-moz-transform:translateY(0px);background:#9b59b6;}
    25% {height:30px;-moz-transform:translateY(15px);background:#3498db;}
    50% {height:5px;-moz-transform:translateY(0px);background:#9b59b6;}
    100% {height:5px;-moz-transform:translateY(0px);background:#9b59b6;}
}

@-ms-keyframes preloader_1 {
    0% {height:5px;-ms-transform:translateY(0px);background:#9b59b6;}
    25% {height:30px;-ms-transform:translateY(15px);background:#3498db;}
    50% {height:5px;-ms-transform:translateY(0px);background:#9b59b6;}
    100% {height:5px;-ms-transform:translateY(0px);background:#9b59b6;}
}

@keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:#9b59b6;}
    25% {height:30px;transform:translateY(15px);background:#3498db;}
    50% {height:5px;transform:translateY(0px);background:#9b59b6;}
    100% {height:5px;transform:translateY(0px);background:#9b59b6;}
}




._page_container {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    user-select: none
}
.m-page ._page_container {
  text-align: right;
}
._page_container input[type=number] {
    -moz-appearance: textfield
}
._page_container input[type=number]::-webkit-inner-spin-button, ._page_container input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
._page_container ._pages {
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
}
._page_container ._pages li {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    color: #303133;
    font-weight: 700;
    min-width: 30px;
    text-align: center;
    margin: 0 5px;
    border-radius: 2px;
    cursor: pointer
}
._page_container ._pages li:hover {
    color: #076d9a
}

._page_container ._pages li:first-child, ._page_container ._pages li:last-child {
    font-size: 14px
}

._page_container ._pages ._prev, ._page_container ._pages ._next, ._page_container ._pages ._home, ._page_container ._pages ._last {
    font-size: 12px;
    font-weight: 400;
    padding: 0 8px
}

._page_container ._jumper {

    color: #606266;
    margin-left: 10px;
    vertical-align: top;
    display: none;
}

._page_container ._jumper ._count {
    margin-right: 10px;
    padding: 0;
}

._page_container ._jumper ._jumper_input {
    display: inline-block;
    font-size: 14px;
    color: #606266;
    width: 50px;
    height: 26px;
    text-align: center;
    margin: 0 5px;
    padding: 3px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    background: 0 0;
    outline: none;
    box-sizing: border-box
}
._page_container ._jumper ._jumper_input:focus {
    border-color: #076d9a
}
._pages_1 li {
    background-color: #f4f4f5
}
._active_1 {
    color: #fff !important;
    background-color: #d32019!important;
}
._active_2 {
    color: #076d9a !important
}
._disabled {
    cursor: not-allowed !important
}
._disabled_c {
    color: #c0c4cc !important
}

._iconfont {
    font-family: "FontAwesome" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.iconGroup-:before {
    content: "\f105"
}

.iconzuo:before {
    content: "\f104"
}



.inner-page .pro-side-box .side-left .list li p {
    display: none;
}

.side-left ul li ul li a
{
      text-transform: uppercase;
}

.inner-page .pro-side-box .side-left h3 {
    font-size: 16px;
    padding-bottom: 15px;
}
.side-left ul li a.one {
    font-size: 20px;
    font-weight: bold;
    padding-left: 0;
    padding-bottom: 15px;
    padding-top: 20px;
}

.inner-page .pro-side-box .side-right .bottom li.column {
      width: 33.3333%;
    padding: 15px 10px;
    transition: all .5s ease;
}
.inner-page .pro-side-box .side-right .bottom ul.grid-box.four li.column:hover {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    transition: all .5s ease;
}
.inner-page .pro-side-box .side-right .bottom li.column h5 {
    font-size: 18px;
    color: #797979;
    text-align: center;
    padding: 15px 0;
}


.inner-page .pro-side-box .side-right .bottom ul.grid-box.four {
    padding: 25px 0;
}
.inner-page .pro-side-box .side-right .bottom ul.grid-box.four li.column:hover h5 {
    color: #d32019;
}


.ty-cat-name.er .cat-name-box {
    border-left: 0px solid #000;
    text-transform: capitalize;
        font-size: 14px;
        padding-bottom: 30px;
}


.ty-cat-name.er .line-box .line-after {
    height: 0;
}

.ty-cat-name.er .cat-name-box a {
    background: #d32019;
    color: #fff;
    padding: 10px 15px;
    border-radius: 25px;
}

#index-body .i-news .ui.container ul li img {
    object-fit: cover;
    max-height: 258px;
}
.news-page .bottom ul li a.img-box img {
    width: 100%;
    object-fit: cover;
    height: 315px;
}
.news-page .bottom ul li .content h4{
  min-height: 56px;
}
.amap-overlays .info .info-middle {
    color: #000;
}
#ewm{
  height: 77px;
  width: 77px;
  display: block;
} 
#ewm img {

}
#ewm img:nth-child(2) {
  display: none!important;
}

#index-body .i-about .ui.container p {
    width: 80%;
}



.technology-page .part1 .grid-box .column:nth-child(1) {
    padding: 0% 4% 0 0;
}

.technology-page .part1 .grid-box .column p {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 2.5;
}

@media screen and (max-width: 1400px) {
  .about-page .about-1 .box .right .text{
    max-height: 400px;
    overflow-y:auto; 
  }
  .contact-page .contact-2 .box .right{
    padding-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .box .text h1{
    font-size: 24px;
  }
  .ui.container{
    width:95%;
  }
}
@media screen and (max-width: 700px) {
.about-page .about-1 h3{
  font-size: 24px;
}
.contact-page .contact-2 .box .right{
    padding-left: 0px;
  }
}
@media screen and (max-width: 500px) {
.news-page .top .left ul li a{
  font-size: 14px;
}
}