/*@font-face {
  font-family: 'DINPRO-REGULAR';
  src: url(../fonts/DINPRO-REGULAR.ttf) format('truetype'), url(../fonts/DINPRO-REGULAR.eot) format('eot'), url(../fonts/DINPRO-REGULAR.woff) format('woff'), url(../fonts/DINPRO-REGULAR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYR';
  src: url(../fonts/AGENCYR.ttf) format('truetype'), url(../fonts/AGENCYR.eot) format('eot'), url(../fonts/AGENCYR.woff) format('woff'), url(../fonts/AGENCYR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYB';
  src: url(../fonts/AGENCYB.ttf) format('truetype'), url(../fonts/AGENCYB.eot) format('eot'), url(../fonts/AGENCYB.woff) format('woff'), url(../fonts/AGENCYB.woff2) format('woff2');
}
@font-face {
  font-family: 'impact';
  src: url(../fonts/impact.ttf) format('truetype'), url(../fonts/impact.eot) format('eot'), url(../fonts/impact.woff) format('woff'), url(../fonts/impact.woff2) format('woff2');
}
@font-face {
  font-family: 'Chtotik-b-i-c';
  src: url(../fonts/Chtotik-b-i-c.ttf) format('truetype'), url(../fonts/Chtotik-b-i-c.eot) format('eot'), url(../fonts/Chtotik-b-i-c.woff) format('woff'), url(../fonts/Chtotik-b-i-c.woff2) format('woff2');
}*/
body {
  font-family: "arial";
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1530px;
}
/* 改 */
/*.news-pro-list .list {
  margin: 70px 0 50px;
}*/
.news-pro-list .list .pro-name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 35px;
}
.news-pro-list .list .txt {
  font-size: 14px;
  line-height: 30px;
  margin-top: 20px;
  color: #cbcbcb;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-pro-list .list ul {
  margin: 0 -15px;
}
.news-pro-list .list ul li {
  padding: 0 15px;
}

/* end */



#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  border-bottom: 17px solid #00479d;
}
#header .h-top {
  line-height: 36px;
  height: 36px;
  background: #171717;
}
#header .h-top ul {
  float: right;
  margin-right: -15px;
}
#header .h-top ul li {
  line-height: 36px;
  font-size: 14px;
  color: white;
  display: inline-block;
  height: 36px;
  margin-top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top ul li.active,
#header .h-top ul li:hover {
  background: #fd2318;
}
#header .h-top ul li a {
  padding: 0 15px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #fff;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 40px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 18px;
  font-weight: 600;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #fff;
  background-color: #00479d;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 40px 25px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  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;
  -ms-transition: .5s;
  -o-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: #00479d;
  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: none;
  vertical-align: middle;
  margin-left: 25px;
  margin-right: 25px;
  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%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-prev.png") no-repeat center center;
  left: 45px;
}
#banner .slick-prev:hover {
  background: url("../images/banner-prev-c.png") no-repeat center center;
}
#banner .slick-next {
  background: url("../images/banner-next.png") no-repeat center center;
  right: 45px;
}
#banner .slick-next:hover {
  background: url("../images/banner-next-c.png") no-repeat center center;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  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;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  word-break: normal;
}
table tr {
  width: auto !important;
  height: auto !important;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
  line-height: 28px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 28px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }

  #nav-height {
    display: none;
  }
}
#bg1,
#bg2,
#bg3 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/yuan.png) repeat 0 0;
}
#bg2 {
  z-index: -1;
  background-image: url(../images/yuan2.png);
}
#header .nav .language-box {
  margin: 0 -5px;
}
#header .nav .language-box span {
  padding: 0 5px;
}
#header .nav .form {
  position: relative;
  margin: 0 25px 0 50px;
}
#header .nav .form input {
  width: 220px;
  height: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding-left: 40px;
}
#header .nav .form button {
  width: 40px;
  height: 42px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  border: none;
}
.ty-tit h6 {
  font-size: 16px;
  color: #00479d;
  margin-bottom: 15px;
}
.ty-tit h3 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
/*.ty-tit h3::before {
  content: attr(data-text);
  color: transparent;
  position: absolute;
  width: 100%;
  left: 5px;
  top: 5px;
  z-index: -1;
  font-size: 51px;
  -webkit-text-stroke: 1px #000;
}*/
.our-advantage {
  padding-bottom: 40px;
}
.our-advantage .box {
  display: flex;
  flex-wrap: wrap;
}
.our-advantage .left {
  width: 50%;
  vertical-align: middle;
  padding-right: 40px;
}
.our-advantage .left > div.pr {
  height: 100%;
  padding-right: 75px;
}
.our-advantage .left .img {
  height: 100%;
}
.our-advantage .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-advantage .right {
  width: 50%;
  vertical-align: middle;
  padding: 60px 0;
}
.our-advantage .right .content {
  max-width: 750px;
}
.our-advantage .right .tmp_num {
  margin-bottom: 50px;  
}
.our-advantage .right .tmp_num li {
  width: auto;
  text-align: center;
}

.our-advantage .right .tmp_num li + li {
  margin-left: 45px;
}

.our-advantage .right .tmp_num .num {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
}

.our-advantage .right .tmp_num .num span {
  font-size: 30px;
  font-weight: 400;
}

.our-advantage .adv-history {
  position: absolute;
  right: 0;
  top: 50%;
}
.our-advantage .right .company-name {
  font-size: 18.6px;
  font-weight: 700;
  margin-top: 30px;
}
.our-advantage .right .txt {
  margin-top: 15px;
  line-height: 28px;
  color: #989898;
  margin-bottom: 40px;
}
.our-advantage .right .list {
  max-width: 460px;
}
.our-advantage .right .list ul {
  margin: -10px;
}
.our-advantage .right .list ul li.column {
  width: 50%;
  font-size: 16px;
  padding: 10px;
}
.our-advantage .right .list {
  margin: 30px 0 50px;
}
.our-advantage .right .list a {
  display: block;
  position: relative;
  padding-left: 30px;
}
.our-advantage .right .list a img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.our-advantage .more-btn {
  font-size: 16px;
}
.our-advantage .more-btn a {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #eeeeee;
  transition: .5s ease;
}
.our-advantage .more-btn a span {
  color: #00479d;
  font-weight: 500;
  transition: .5s ease;
}
.our-advantage .more-btn a:hover {
  color: #fff;
  background-color: #00479d;
}
.our-advantage .more-btn a:hover span {
  color: #fff;
}
.txt-upp {
  text-transform: uppercase;
}
.our-service {
  position: relative;
  z-index: 5;
}
.our-service .left {
  width: 20%;
  vertical-align: middle;
}
.our-service .right {
  width: 100%;
  vertical-align: middle;
}
.our-service .right .list ul {
  display: flex;
  flex-wrap: wrap;
}
.our-service .right .list li.column {
  width: 20%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  padding: 65px 20px;
  background-color: #fff;
}
.our-service .right .list li:last-child {
  border-right: 1px solid #eee;
}
.our-service .right .list .img {
  min-height: 110px;
  line-height: 110px;
}
.our-service .right .list .img img {
  vertical-align: middle;
}
.our-service .right .list .tit {
  font-size: 24px;
  font-weight: 900;
}
.our-service .right .list p {
  margin-top: 10px;
  font-size: 18px;
  color: rgba(77, 77, 77, 0.5);
  min-height: 65px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
      line-height: 28px;
}
.our-app {
  background-color: #f6f6f6;
  padding: 120px 0 60px;
}
.our-app .yy-bg {
  position: absolute;
  height: 100%;
  width: 40%;
  background-color: #00479d;
  right: 0;
  top: 0;
}
.our-app .left {
  width: 50%;
  vertical-align: middle;
}
.our-app .right {
  width: 50%;
  vertical-align: middle;
}
.our-app .right {
  text-align: right;
}
.our-app .right .img2 {
  position: absolute;
  left: -20%;
  bottom: -60px;
  border: 14px solid #fff;
}
.our-app .left .txt {
  color: #676767;
  margin-top: 15px;
  padding-right: 15%;
      line-height: 28px;
}
.our-app .left ul {
  margin-top: 30px;
  width: 75%;
}
.our-app .left ul li + li {
  margin-top: 30px;
}
.our-app .left ul li .content {
  padding-left: 100px;
  position: relative;
}
/*.our-app .left ul li .img {
  
}*/
.our-app .left ul li .title {
  font-size: 24px;
  font-weight: bold;
}
.our-app .left ul li p {
  font-size: 18px;
  padding-left: 30px;
  position: relative;
}
.our-app .left ul li p i {
  position: absolute;
  left: 0;
  top: 20%;
}
.our-app .left ul li p span {
  font-weight: 300;
  color: #4d4d4d;
  opacity: .5;
      line-height: 28px;
}
.our-app .left ul li .moreBtn span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.our-app .left ul li .moreBtn img {
  vertical-align: middle;
}
.our-product {
  /*background: url(../images/product-bg.jpg) no-repeat center top;
  color: #fff;*/
  padding: 60px 0;
}
.our-product .ty-tit h3::before {
  -webkit-text-stroke: 1px #fff;
}
.our-product .txt {
  margin-top: 10px;
  opacity: .7;
  line-height: 28px;
}
.our-product .pro-tab {
  margin-top: 60px;
}
.our-product .pro-tab ul {
  margin: -5px;
}
.our-product .pro-tab ul li {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  padding: 5px;
}
.our-product .pro-tab ul li a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.58);
  padding: 20px;
  transition: .5s ease;
      line-height: 28px;
}
.our-product .pro-tab ul li.active a,
.our-product .pro-tab ul li a:hover {
  background-color: #00479d;
  border-color: #00479d;
  color: #FFFFFF;
}
.our-product .list .hwaq_img_btn_01 {
  background-color: #eeeeee;
  padding: 80px 35px 110px;
}
.our-product .list {
  margin-top: 50px;
}
.our-product .list ul {
  margin: -11px;
}
.our-product .list ul li {
  padding: 11px;
}
.our-product .list .text {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient(90deg, #2a64ab 0%, rgba(42, 100, 171, 0) 100%);
  background: -moz-linear-gradient(90deg, #2a64ab 0%, rgba(42, 100, 171, 0) 100%);
  background: -o-linear-gradient(90deg, #2a64ab 0%, rgba(42, 100, 171, 0) 100%);
  background: -ms-linear-gradient(90deg, #2a64ab 0%, rgba(42, 100, 171, 0) 100%);
  background: linear-gradient(0, #2a64ab 0%, rgba(42, 100, 171, 0) 100%);
  padding: 50px 20px 11px;
  transition: .5s;
}
.hwaq_img_btn_01 .buttons > a img {
  width: auto;
  vertical-align: middle;
  display: inline-block;
}
.our-news {
  background-color: #f6f6f6;
  padding: 60px 0;
}
.our-news .list {
  margin-top: 60px;
}
.our-news .list ul li > a .content {
  display: block;
  transition: .5s ease;
  padding: 20px 0;
}
.our-news .list ul li > a:hover .content {
  box-shadow: 0 0 15px 0px #ddd;
}
.our-news .list ul {
  margin: -8px;
}
.our-news .list ul li {
  padding: 8px;
}
.our-news .list .tit {
  font-size: 15px;
}
.our-news .list .time {
  font-size: 13px;
  color: #00479d;
  margin-top: 5px;
}
.our-news .list .time time {
  display: inline-block;
  vertical-align: middle;
}
.our-news .list .time img {
  vertical-align: middle;
  display: inline-block;
}
.our-news .list .txt {
  font-size: 14px;
  margin-top: 15px;
  line-height: 28px;
}
.our-news .more-btn {
  font-size: 14px;
  font-weight: 300;
  margin-top: 20px;
}
.our-news .more-btn .btn {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #eeeeee;
  transition: .5s ease;
}
.our-news .more-btn .btn span {
  color: #00479d;
  font-weight: 500;
  transition: .5s ease;
}
.our-news .more-btn .btn:hover {
  color: #fff;
  background-color: #00479d;
}
.our-news .more-btn .btn:hover span {
  color: #fff;
}
#footer {
  background-color: #1c1c1c;
  color: #fff;
}
#footer .footer-top {
  padding: 60px 0 40px;
}
#footer .footer-top .left {
  max-width: 250px;
}
#footer .footer-top .left .txt {
  margin-top: 20px;
  line-height: 28px;
}
#footer .footer-top .left .other-link {
  margin-top: 40px;
}
#footer .footer-top .left ul {
  margin: -5px;
}
#footer .footer-top .left ul li {
  display: inline-block;
  padding: 5px;
}
#footer .footer-top .left ul li a {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #fff;
  font-size: 20px;
}
#footer .footer-top .right {
  width: 700px;
}
#footer .footer-top .right ul {
  margin: -33px;
}
#footer .footer-top .right ul li {
  padding: 30px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
#footer .footer-top .right ul li ul {
  display: none;
}
#footer .footer-top .right ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background-color: #fff;
}
#footer .footer-top .right ul li:last-child::after {
  display: none;
}
#footer .footer-top .right .item h3 {
  font-size: 19px;
  opacity: .5;
}
#footer .footer-top .right .item .txt {
  font-size: 16px;
  opacity: .7;
  line-height: 28px;
}
#footer .footer-top .right .item .img {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-top .right .item:nth-child(1) {
  width: 45%;
}
#footer .footer-top .right .item:nth-child(2) {
  width: 25%;
}
#footer .footer-top .right .item:nth-child(3) {
  width: 30%;
}
#footer .footer-bottom {
  font-size: 15px;
  line-height: 50px;
  border-top: 1px solid #313131;
}
#footer .footer-bottom a {
  margin: 0 5px;
}
#footer .footer-bottom a img {
  width: 250px;
  vertical-align: middle;
}
.mt-85 {
  margin-top: 85px;
}
@media screen and (max-width: 1800px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1600px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0;
  }
  #header .nav .form {
    margin: 0 25px;
  }

  .our-service .right .list .tit {
    font-size: 20px;
  }

  .our-service .right .list li.column {
    padding: 30px 10px;
  }

  .our-app .left .txt {
    padding-right: 5%;
  }
}

@media screen and (max-width: 1530px) {
  .ui.container {
    width: 1400px;
  }
}

@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1230px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 20px 15px;
  }
  #header .nav .ui.menu .logo {
    width: 200px;
  }
  #header .nav .form input {
    width: 170px;
  }
}
@media screen and (max-width: 1230px) {
  .font-18 {
    font-size: 16px;
  }
  .font-16 {
    font-size: 14px;
    line-height: 30px;
  }

  .ui.container {
    width: 1000px;
  }

  #header .nav .ui.menu .h-search {
    display: inline-block;
  }

  #header .nav .form {
    display: none;
  }

  #header .nav .ui.menu .logo {
    width: 150px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  
  .our-advantage .left {
    padding-right: 0;
  }
  .ty-tit h3::before {
    font-size: 35px;
  }
  .our-advantage .right .company-name {
    margin-top: 15px;
  }

  .our-advantage .right .tmp_num .num {
    font-size: 30px;
    line-height: 1.5;
  }

  .our-service .right .list li.column {
    width: 33.33%;
  }

  .our-service .right .list .tit {
    font-size: 18px;
  }

  .our-service .right .list p {
    font-size: 16px;
  }

  .our-app .left ul {
    margin-top: 40px;
  }

  .our-app .left ul li .title {
    font-size: 18px;
  }

  .our-app .left ul li p {
    font-size: 16px;
  }

  #footer .footer-top .right {
    width: 600px;
  }
  #footer .footer-top .right ul {
    margin: -25px;
  }
  #footer .footer-top .right ul li {
    padding: 25px;
  }
  #footer .footer-top .right .item .txt {
    font-size: 14px;
  }
  #footer .footer-top .right .item:nth-child(1) {
    width: 40%;
  }
  #footer .footer-top .right .item:nth-child(2) {
    width: 30%;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #bg1, #bg2, #bg3{
    display: none;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }

  .ty-tit h3 {
    font-size: 24px;
  }

  .our-advantage .left {
    width: 100%;
    order: 1;
  }

  .our-advantage .right {
    width: 100%;
    padding: 60px 15px;
    text-align: center;
  }

  .our-advantage .right .tmp_num li {
    width: 33.33%;
    padding: 15px;
  }

  .our-advantage .right .tmp_num li + li {
    margin-left: 0;
  }

  .our-advantage .left > div.pr {
    padding-right: 0;
  }
  .our-advantage .adv-history {
    display: none;
  }
  .our-advantage .right .company-name {
    font-size: 15px;
  }
  
  .our-advantage .right .list ul li.column {
    font-size: 14px;
  }
  .our-advantage .right .list {
    margin: 15px 0;
  }
  .ty-tit h6 {
    margin-bottom: 5px;
  }
  .our-advantage .right .txt {
    margin-top: 10px;
  }
  .our-service .left {
    display: none;
  }
  .our-service .right {
    width: 100%;
  }
  .our-service .right .list li.column {
    width: 50%;
    padding: 15px;
  }
  .our-service .right .list li:nth-child(2n) {
    border-right: 1px solid #eee;
  }
  .our-app .left {
    width: 100%;
  }
  .our-app .left .txt {
    padding-right: 0;
  }
  .our-app .left ul {
    width: 100%;
  }
  .our-app .right {
    display: none;
  }
  .our-app .yy-bg {
    display: none;
  }
  .our-app {
    margin-top: 0;
    padding: 60px 0;
  }

  #footer .footer-top .left {
    max-width: 100%;
    text-align: center;
    float: none;
  }
  #footer .footer-top .right {
    width: 100%;
    margin-top: 30px;
  }
  #footer .footer-top .right ul {
    text-align: center;
  }
  .mt-85 {
    margin-top: 30px;
  }
  #footer .footer-top .left .other-link {
    margin-top: 20px;
  }
  #footer .footer-bottom .fl,
  #footer .footer-bottom .fr {
    float: none;
  }
  #footer .footer-bottom {
    padding: 15px 0;
    line-height: 30px;
    text-align: center;
  }
  #footer .footer-bottom .fl a.footykd,
  div#seo_other {
    display: none !important;
}
.product-page .init-1 .tip_title {
    font-size: 20px !important;
}
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
    overflow: hidden;
  }

  .our-advantage .right {
    width: 100%;
  }
  .our-advantage .right .list {
    max-width: 100%;
  }
  
  .our-app {
    display: none;
  }
  .our-product .pro-tab {
    margin-top: 30px;
  }
  .our-product {
    padding-top: 60px;
  }
  .our-product .pro-tab ul li {
    font-size: 14px;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .list {
    margin-top: 30px;
  }
  .our-product .list .text {
    font-size: 14px;
  }
  #footer .footer-top .right ul {
    margin: -15px;
  }
  #footer .footer-top .right ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
  .ty-tit h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .ty-tit h3::before {
    font-size: 25px;
  }

  .our-advantage .right .list ul li.column {
    font-size: 12px;
  }
  .our-advantage .more-btn {
    font-size: 12px;
  }

  .our-advantage .right .tmp_num li {
    width: 100%;
  }
  .our-service .right .list li.column {
    width: 100%;
    border-right: 1px solid #eee;
  }
  .our-product .pro-tab ul li a {
    padding: 10px;
  }
  .our-product .pro-tab ul li {
    font-size: 12px;
    display: block;
  }
  .our-product .list {
    margin-top: 25px;
  }
  .our-product .list .text {
    font-size: 12px;
    padding: 20px 5px 10px;
  }
  .our-product .list ul {
    margin: -5px;
  }
  .our-product .list ul li {
    padding: 5px;
  }
  .our-product .list .hwaq_img_btn_01 {
    padding: 30px 0 60px;
  }
  .our-news .more-btn {
    font-size: 12px;
  }
  #footer .footer-top .right ul {
    font-size: 0;
    margin: -10px;
  }
  #footer .footer-top .right ul li {
    width: 33.33%;
    padding: 10px;
  }
  #footer .footer-top .right ul li::after {
    display: none;
  }
  #footer .footer-top .right .warp {
    margin: -10px;
  }
  #footer .footer-top .right .item {
    padding: 10px;
  }
  #footer .footer-top .right .item:nth-child(1) {
    width: 100%;
  }
  #footer .footer-top .right .item:nth-child(2) {
    width: 50%;
  }
  #footer .footer-top .right .item:nth-child(3) {
    width: 50%;
  }
  #footer .footer-top .right .item .txt {
    font-size: 12px;
  }
  #footer .footer-top .right .item h3 {
    font-size: 16px;
  }
}
.hwaq_img_btn_01 .buttons {
  width: 100%;
}






.more_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.more_btn .more {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  color: black;
  padding: 0 30px;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  border-radius: 27px;
  border: 1px solid black;
  display: inline-block;
}
.more_btn .more span {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.more_btn .more::after {
  content: attr(data-text);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  color: white;
  font-size: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.more_btn .arrow {
  background-color: black;
  display: inline-block;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  margin-left: -20px;
  z-index: 2;
  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;
}
.more_btn .arrow img {
  vertical-align: middle;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more_btn:hover span {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
.more_btn:hover .more::after {
  top: 0%;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.more_btn:hover .arrow {
  background-color: #2869cb;
}
.more_btn:hover .arrow img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


#index-body .i-advantage {
  padding-bottom: 130px;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}
#index-body .i-advantage .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fafafa;
  width: 71%;
  height: 70%;
  z-index: -1;
}
#index-body .i-advantage .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 184px;
}
#index-body .i-advantage .top .i-tag {
  margin-top: 20px;
}
#index-body .i-advantage .top .i-title {
  width: 40%;
  margin-left: 55px;
}
#index-body .i-advantage .top .more_btn {
  position: absolute;
  right: 0;
  top: 0;
}
#index-body .i-advantage .top .more_btn .more {
  border-color: rgba(0, 0, 0, 0.1);
}
#index-body .i-advantage .top .more_btn .more::after {
  color: black;
}
#index-body .i-advantage .list {
  padding-left: 230px;
}
#index-body .i-advantage ul {
  margin: -25px;
}
#index-body .i-advantage ul .slick-list {
  padding-top: 20px;
}
#index-body .i-advantage ul li {
  padding: 25px;
}
#index-body .i-advantage ul li .box {
  border: 1px solid #b5b5b5;
  position: relative;
  padding: 70px 35px;
  background: white;
}
#index-body .i-advantage ul li .box .num {
  font-size: 18px;
  width: 48px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: #2869cb;
  color: white;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
#index-body .i-advantage ul li .box .h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 66px 0 15px;
}
#index-body .i-advantage ul li .box .des {
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
  min-height: 96px;
}
#index-body .i-advantage ul li .box .border i {
  position: absolute;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  background: #000;
}
#index-body .i-advantage ul li .box .border i:nth-child(1) {
  left: -1px;
  top: 0;
  width: 1px;
  height: 0;
}
#index-body .i-advantage ul li .box .border i:nth-child(2) {
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
}
#index-body .i-advantage ul li .box .border i:nth-child(3) {
  right: -1px;
  bottom: 0;
  width: 1px;
  height: 0;
}
#index-body .i-advantage ul li .box .border i:nth-child(4) {
  right: 0;
  top: -1px;
  width: 0;
  height: 1px;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(1) {
  height: 100%;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(2) {
  width: 100%;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(3) {
  height: 100%;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(4) {
  width: 100%;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}

@media screen and (max-width: 1500px) {
  #index-body .i-advantage ul {
    margin: -13px;
  }
  #index-body .i-advantage ul li {
    padding: 13px;
  }

  #index-body .i-advantage .list {
    padding-left: 80px;
  }
}

@media screen and (max-width: 1000px) {
  #index-body .i-advantage .top .more_btn {
    position: relative;
  }
  #index-body .i-advantage .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-advantage .top .i-title {
    width: 100%;
    margin-left: 0;
    margin: 20px 0;
  }

  #index-body .i-advantage .list {
    padding: 0 15px;
  }

  #index-body .i-advantage ul li .box {
    padding: 35px 15px;
  }

  #index-body .i-advantage ul li .box .h5 {
    margin: 30px 0 15px;
  }
}

@media screen and (max-width: 700px) {
  #index-body .i-advantage {
    padding: 50px 0
  }

  #index-body .i-advantage .top {
    margin-bottom: 66px;
  }
}

.i-tag {
  font-size: 20px;
  font-weight: 600;
  color: #2869cb;
}
.i-tag i {
  display: inline-block;
  vertical-align: middle;
  background-color: #2869cb;
  width: 40px;
  height: 1px;
  margin-right: 20px;
}
.font-45 {
  font-size: 40px;
}

@media (max-width: 1230px) {
  .i-tag {
    font-size: 18px;
  }

  .font-45 {
    font-size: 30px;
  }
}

@media (max-width: 1000px) {
  .i-tag {
    font-size: 16px;
  }

  .font-45 {
    font-size: 24px;
  }
}

.inner-banner {
  position: relative;
}
.inner-banner .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.inner-banner .ui.container h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  color: white;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.inner-banner .ui.container .box {
  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;
  flex-wrap: wrap;
  padding: 25px 0 45px;
}
.inner-banner .ui.container .box .mbx {
  font-size: 18px;
  color: white;
  margin-bottom: 20px;
}
.inner-banner .ui.container .box .mbx a {
  position: relative;
  padding-right: 15px;
}
.inner-banner .ui.container .box .mbx a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #2869cb;
}
.inner-banner .ui.container .box .more_btn .more {
  border-color: rgba(255, 255, 255, 0.6);
  color: white;
}
.inner-banner .ui.container .box .more_btn .arrow {
  background: #2869cb;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-1 {
  padding-top: 110px;
}
.about-page .about-1 .top {
  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;
  padding-left: 100px;
}
.about-page .about-1 .top .i-title {
  margin-left: 40px;
}
.about-page .about-1 .box {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, color-stop(66%, #fafafa), color-stop(66%, transparent));
  background: -webkit-linear-gradient(right, #fafafa 66%, transparent 66% 100%);
  background: -moz-linear-gradient(right, #fafafa 66%, transparent 66% 100%);
  background: linear-gradient(to left, #fafafa 66%, transparent 66% 100%);
  padding: 100px 0;
  margin-top: 65px;
}
.about-page .about-1 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
}
.about-page .about-1 .box ul li {
  width: 30%;
  background: #1a1a1a;
  margin: 0 10px;
  color: white;
  padding: 25px 20px 60px;
}
.about-page .about-1 .box ul li .h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 34px 0 3px;
}
.about-page .about-1 .box ul li .h3 em {
  font-size: 49px;
}
.about-page .about-1 .box ul li p {
  font-size: 16px;
}
.about-page .about-1 .box ul li:first-child {
  background: #2869cb;
}
.about-page .about-1 .box .play {
  width: 165px;
  height: 165px;
  border-radius: 100%;
  text-align: center;
  line-height: 165px;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 250px;
  top: -110px;
}
.about-page .about-1 .box .play img {
  vertical-align: middle;
}
.about-page .about-1 .box .play::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about-page-circle.png) no-repeat;
  -webkit-animation: 20s 0.3s rotate linear infinite;
  -moz-animation: 20s 0.3s rotate linear infinite;
  animation: 20s 0.3s rotate linear infinite;
}
.about-page .about-1 .box .wrap .left {
  width: 40%;
}
.about-page .about-1 .box .wrap .right {
  width: 60%;
  padding-left: 50px;
  padding-right: 260px;
}
.about-page .about-1 .box .wrap .right .content {
  font-size: 18px;
  line-height: 30px;
  opacity: 0.73;
}
.about-page .about-2 {
  background: url(../images/factory-bg.jpg) center;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 80px;
  overflow: hidden;
}
.about-page .about-2 .top {
  position: relative;
  margin-bottom: 80px;
}
.about-page .about-2 .top .i-tag {
  padding-top: 20px;
}
.about-page .about-2 .top .i-title {
  width: 45%;
  margin-left: 40px;
}
.about-page .about-2 .top .more_btn {
  position: absolute;
  right: 0;
}
.about-page .about-2 .top .more_btn .arrow {
  background: white;
}
.about-page .about-2 .top .more_btn .arrow img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.about-page .about-2 .top .more_btn .more {
  border-color: white;
  color: white;
}
.about-page .about-2 .list {
  padding-left: 230px;
}
.about-page .about-2 .list ul {
  margin: -11px;
}
.about-page .about-2 .list ul .slick-list {
  padding-right: 30%;
}
.about-page .about-2 .list ul li {
  padding: 11px;
}
.about-page .about-2 .list ul li .box {
  position: relative;
  border-bottom: 2px solid #2869cb;
}
.about-page .about-2 .list ul li .box .h4 {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 80px 20px 10px;
}
.about-page .about-2 .list ul li .box .arrow {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 100%;
  display: inline-block;
  background: white;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.about-page .about-2 .list ul li .box .arrow img {
  vertical-align: middle;
  display: inline-block;
}
.about-page .about-2 .list .btn {
  margin-top: 20px;
}
.about-page .about-2 .list .btn span {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background: white;
  margin-right: 15px;
  cursor: pointer;
}
.about-page .about-2 .list .btn span img {
  vertical-align: middle;
}
.about-page .about-2 .list .btn span.prev img {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.about-page .about-2 .list .btn span.next img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-page #index-body .i-advantage {
  background: url(../images/about-page-3-bg.png) no-repeat right top;
}
.about-page #index-body .i-advantage.honor {
  background: white;
}
.about-page #index-body .i-advantage.honor .bg {
  height: 75%;
  width: 100%;
  top: 0;
  z-index: 0;
}
.about-page #index-body .i-advantage.honor .top {
  margin-bottom: 45px;
}
.about-page .about-3 {
  padding-bottom: 130px;
}
.about-page .about-3 .left {
  width: 20%;
  padding-top: 30px;
}
.about-page .about-3 .right {
  width: 80%;
}
.about-page .about-3 .right ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px 0;
  padding-right: 270px;
}
.about-page .about-3 .right ul li .h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .right ul li p {
  font-size: 16px;
  line-height: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #5e5e5e;
}
.about-page .about-3 .right ul li .time {
  font-size: 20px;
  background: #2869cb;
  color: white;
  height: 40px;
  line-height: 44px;
  border-radius: 20px;
  position: absolute;
  right: 50px;
  top: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 50px;
}
.about-page .about-3 .right ul li:first-child {
  padding-top: 0;
}
.about-page .about-3 .right ul li:hover .h3,
.about-page .about-3 .right ul li.active .h3 {
  font-size: 45px;
}
.about-page .about-3 .right ul li:hover p,
.about-page .about-3 .right ul li.active p {
  font-size: 20px;
}
.about-page .about-3 .right ul li:hover .time,
.about-page .about-3 .right ul li.active .time {
  opacity: 0;
}
.about-page .about-num {
  padding: 75px 0 90px;
}
.about-page .about-num ul {
  margin: -25px;
}
.about-page .about-num ul li {
  padding: 25px;
}
.about-page .about-num ul li p {
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  margin-bottom: 17px;
}
.about-page .about-num ul li .h2 {
  font-size: 20px;
  font-weight: bold;
  color: #2869cb;
  line-height: 1;
}
.about-page .about-num ul li .h2 em {
  font-size: 50px;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fade-in-left {
  0% {
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fade-in-right {
  0% {
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
  background: #2869cb;
}

.w-100 {
  width: 100%;
}
.hose-page .hose-1 {
  padding-top: 160px;
}
.hose-page .hose-1 .left {
  width: 30%;
  padding-top: 20px;
}
.hose-page .hose-1 .right {
  width: 70%;
}
.hose-page .hose-1 .right .content {
  font-size: 18px;
  line-height: 26px;
  color: #5e5e5e;
  margin-top: 45px;
}
.hose-page .hose-2 {
  padding-top: 90px;
}
.hose-page .hose-2 .h2 {
  position: absolute;
  font-size: 60px;
  line-height: 1;
  left: 43px;
  bottom: -22px;
  z-index: 11;
}
.hose-page .hose-3 {
  padding-top: 150px;
  padding-bottom: 110px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #f5f5f5), color-stop(35%, transparent));
  background: -webkit-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
  background: -moz-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
  background: linear-gradient(to top, #f5f5f5 35%, transparent 35% 100%);
}
.hose-page .hose-3 .left {
  width: 30%;
}
.hose-page .hose-3 .right {
  width: 70%;
}
.hose-page .hose-3 .right .txt {
  font-size: 18px;
  line-height: 26px;
  color: #5e5e5e;
  margin-bottom: 100px;
}
.hose-page .hose-3 ul {
  margin: -10px;
}
.hose-page .hose-3 ul li {
  padding: 10px;
}
.hose-page .hose-3 ul li .content {
  background: white;
  padding: 30px 30px 50px;
}
.hose-page .hose-3 ul li .content .des {
  font-size: 18px;
  line-height: 26px;
  color: #5e5e5e;
  margin-top: 10px;
}
.hose-page .hose-4 .left {
  vertical-align: middle;
}
.hose-page .hose-4 .right {
  padding: 0 260px 0 130px;
  vertical-align: middle;
}
.hose-page .hose-4 .right .i-title {
  margin: 18px 0 20px;
}
.hose-page .hose-4 .right .txt {
  font-size: 18px;
  line-height: 25px;
  color: #5e5e5e;
}
.hose-page .hose-4 .right ul li {
  border-top: 1px solid #eee;
  position: relative;
  padding-left: 112px;
  padding-top: 60px;
  padding-bottom: 47px;
}
.hose-page .hose-4 .right ul li .h5 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.hose-page .hose-4 .right ul li p {
  font-size: 20px;
  line-height: 25px;
  color: #5e5e5e;
  margin-top: 12px;
}
.hose-page .hose-4 .right ul li:first-child {
  border-top: none;
}
.hose-page .hose-4 .right ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 100%;
  /*background: url(../images/icon.png) no-repeat left center;*/
}
.hose-page .hose-4 .right ul li:nth-child(1)::after{
  background: url(../images/a-a.png) no-repeat left center;
}
.hose-page .hose-4 .right ul li:nth-child(2)::after{
  background: url(../images/b-b.png) no-repeat left center;
}
.hose-page .hose-5 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(83%, #111111), color-stop(83%, white));
  background: -webkit-linear-gradient(top, #111111 83%, white 83% 100%);
  background: -moz-linear-gradient(top, #111111 83%, white 83% 100%);
  background: linear-gradient(to bottom, #111111 83%, white 83% 100%);
  padding-top: 110px;
}
.hose-page .hose-5 .top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  margin-bottom: 65px;
}
.hose-page .hose-5 .top .i-tag {
  padding-top: 20px;
  margin-right: 40px;
}
.hose-page .hose-5 .top .more_btn {
  position: absolute;
  right: 0;
  top: 15px;
}
.hose-page .hose-5 .top .more_btn .more {
  border-color: white;
  color: white;
}
.hose-page .hose-5 .top .more_btn .arrow {
  background: white;
}
.hose-page .hose-5 .top .more_btn .arrow img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.hose-page .hose-5 ul .slick-list {
  padding-bottom: 110px;
}
.hose-page .hose-5 ul li {
  position: relative;
}
.hose-page .hose-5 ul li .content {
  position: absolute;
  left: 0;
  top: 53%;
  width: 35%;
  border-bottom: 3px solid #2869cb;
  background: white;
  padding: 120px 45px 45px;
}
.hose-page .hose-5 ul li .content .h4 {
  font-size: 37px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 90px;
}
.hose-page .hose-5 ul li .content .more_btn .more::after {
  color: black;
}
.hose-page .hose-5 ul .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.hose-page .hose-5 ul .slick-dots li {
  width: 50%;
  margin: 0 10px;
  height: 1px;
  background: #acacac;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.hose-page .hose-5 ul .slick-dots li button {
  position: absolute;
  left: 0;
  bottom: 5px;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  color: #2869cb;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.hose-page .hose-5 ul .slick-dots li.slick-active {
  background: #2869cb;
}
.hose-page .hose-5 ul .slick-dots li.slick-active button {
  opacity: 1;
}
.hose-page .hose-6 {
  padding: 100px 0;
}
.hose-page .hose-6 .top {
  width: 50%;
  margin-bottom: 30px;
}
.hose-page .hose-6 .top .i-title {
  margin: 25px 0 12px;
}
.hose-page .hose-6 .top .txt {
  font-size: 20px;
  line-height: 25px;
  color: #5e5e5e;
}
.hose-page .hose-6 .form {
  padding-right: 310px;
  position: relative;
}
.hose-page .hose-6 .form form {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hose-page .hose-6 .form form input {
  width: 48%;
  font-size: 18px;
  border: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  height: 50px;
}
.hose-page .hose-6 .form form input[name="content"] {
  width: 100%;
}
.hose-page .hose-6 .form form .more_btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hose-page .hose-6 .form form .more_btn .more::after {
  color: black;
}
.elementor-widget-container {
  margin: 80px 0 0;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline:before {
  content: "";
  width: 1px;
  height: -webkit-calc(100% - 5px);
  height: -moz-calc(100% - 5px);
  height: calc(100% - 5px);
  background-color: #dfe1e7;
  position: absolute;
  top: 5px;
  left: -webkit-calc(50% + 50px);
  left: -moz-calc(50% + 50px);
  left: calc(50% + 50px);
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-content-image {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-basis: -webkit-calc(50% - 60px);
  -ms-flex-preferred-size: calc(50% - 60px);
  flex-basis: -moz-calc(50% - 60px);
  flex-basis: calc(50% - 60px);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item {
  padding: 0 0 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: -webkit-calc(50% - 60px);
  width: -moz-calc(50% - 60px);
  width: calc(50% - 60px);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image img {
  /*height: 100%;*/
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  opacity: 0;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  will-change: transform;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-image img,
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-info {
  opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-number {
  margin-right: 50px;
  margin-top: 5px;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-number {
  height: 60px;
  line-height: 60px;
  width: 60px;
  -webkit-box-shadow: 0 0 0 1px #dfe1e7;
  box-shadow: 0 0 0 1px #dfe1e7;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  color: var(--text);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .timeline-number {
  -webkit-box-shadow: 0 0 0 1px #2869cb;
  box-shadow: 0 0 0 1px #2869cb;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-number span {
  opacity: .2;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .timeline-number span {
  opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-info .scroll-timeline-desc {
  font-size: 16px;
  line-height: 26px;
  color: #5e5e5e;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-image img,
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-info {
  opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-subheading {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text_light);
  margin-bottom: 7px;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-line {
  width: 1px;
  background-color: #2869cb;
  position: absolute;
  top: 5px;
  left: -webkit-calc(50% + 50px);
  left: -moz-calc(50% + 50px);
  left: calc(50% + 50px);
  overflow: hidden;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item.timeline-active .scroll-timeline-image {
  -webkit-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: auto;
  z-index: 4;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item.timeline-active .scroll-timeline-image * {
  opacity: 1;
  z-index: 10;
  -webkit-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.elementor-widget-rebuilto-scroll-timeline .timeline-active .timeline-number {
  -webkit-box-shadow: 0 0 0 1px #2869cb;
  box-shadow: 0 0 0 1px #2869cb;
}

.faq-page {
  padding: 100px 0;
}
.faq-page .left {
  width: 25% !important;
}
.faq-page .right {
  width: 75% !important;
}
.faq-page .right .i-title {
  margin-bottom: 60px;
}
.faq-page .right ul li {
  border: 1px solid #d5d8dc;
  padding: 20px;
  margin-bottom: 20px;
}
.faq-page .right ul li .h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
.faq-page .right ul li .h4 .fa {
  position: absolute;
  right: 0;
}
.faq-page .right ul li .content {
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
  display: none;
}

.gallery-page {
  padding: 100px 0;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page ul li p{
  font-size: 18px;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 1600px) {
  .about-page .about-1 .box .wrap .right {
    padding-right: 120px;
  }
  .about-page .about-1 .box ul li {
    width: 40%;
  }
  .about-page .about-2 .list {
    padding-left: 90px;
  }

  .hose-page .hose-4 .right{
    padding: 0 50px;
  }
  .hose-page .hose-5 ul li .content .h4{
    font-size: 31px;
  }
}
@media screen and (max-width: 1400px) {
  .inner-banner .ui.container h2{
    font-size: 38px;
  }
  .about-page .about-1 .box ul li .h3 em {
    font-size: 30px;
  }
  .about-page .about-1 .box .play {
    right: 150px;
  }
  .about-page .about-3 .right ul li:hover .h3,
  .about-page .about-3 .right ul li.active .h3 {
    font-size: 34px;
  }
 
  .hose-page .hose-5 ul li .content{
    padding: 50px 30px 45px;
  }
  .hose-page .hose-5 ul li .content .h4{
    margin-bottom: 45px;
  }
 
}
@media screen and (max-width: 1230px) {
  .inner-banner .ui.container h2 {
    font-size: 30px;
  }
  .about-page .about-1 .box .wrap .right {
    padding-right: 60px;
  }

  .about-page .about-1 .box .wrap .right .content {
    font-size: 16px;
  }

  .about-page .about-2 .list ul li .box .h4 {
    font-size: 20px;
  }


  .hose-page .hose-2 .h2{
    font-size: 43px;
  }
  .hose-page .hose-3 .right .txt{
    margin-top: 15px;
  }
  .hose-page .hose-4 .right ul li .h5{
    font-size: 24px;
  }
 
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
  }
  .inner-banner > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about-page .about-1 .box .wrap .left {
    width: 100%;
  }
  .about-page .about-1 .box .wrap .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-1 .top {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .top .i-title {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .inner-banner .ui.container h2 {
    font-size: 26px;
  }
  .inner-banner .ui.container .box .mbx{
    font-size: 15px;
  }
  .about-page .about-1 .box ul {
    width: 75%;
  }
  .about-page .about-1 .box .play {
    right: 35px;
  }
  .about-page .about-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-page .about-2 .top {
    margin-bottom: 40px;
  }
  .about-page .about-2 .list {
    padding-left: 20px;
  }
  .about-page .about-2 .top .more_btn {
    position: relative;
    left: 0;
    top: 30px;
  }
  .about-page .about-2 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .top .i-title {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .about-page .about-3 .left {
    width: 100%;
    padding-top: 0;
  }
  .about-page .about-3 .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-3 .right ul li .h3 {
    font-size: 24px;
  }
  .about-page .about-3 .right ul li:hover .h3,
  .about-page .about-3 .right ul li.active .h3 {
    font-size: 25px;
  }
  .about-page .about-3 .right ul li:hover p,
  .about-page .about-3 .right ul li.active p {
    font-size: 16px;
  }
  .about-page .about-2 .list ul .slick-list {
    padding-right: 0;
  }


  .hose-page .hose-1 .left{
    width: 100%;
  }
  .hose-page .hose-1 .right{
    width: 100%;
  }
  .elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image,
  .elementor-widget-rebuilto-scroll-timeline .timeline-content-image{
    display: none;
  }
  .elementor-widget-rebuilto-scroll-timeline .scroll-timeline:before,
  .elementor-widget-rebuilto-scroll-timeline .timeline-line{
    left: 30px;
  }
  .hose-page .hose-4 .left,
  .hose-page .hose-3 .left{
    width: 100%;
  }
  .hose-page .hose-3 .right{
    width: 100%;
  }
  .hose-page .hose-4 .right{
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
  .hose-page .hose-5 .top{
        -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hose-page .hose-5 .top .more_btn{
    position: relative;
    left: 0;
    top: 0;
  }
  .hose-page .hose-5 ul li .content{
    width: 45%;
  }
  .hose-page .hose-5 ul li .content .h4{
    font-size: 24px;
    line-height: 1.2;
  }
  .hose-page .hose-6 .top{
    width: 100%;
  }
  .hose-page .hose-6{
    background: white;
    padding-bottom: 50px;
  }

}
@media screen and (max-width: 700px) {
  
  .inner-banner .ui.container .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-1 {
    padding-top: 0;
  }

  .about-page .about-1 .box ul {
    width: 100%;
  }
  .about-page .about-1 .box .play {
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
  }
  .about-page .about-1 .box .wrap .right {
    padding: 0 15px;
  }
  .about-page .about-3 .right ul li {
    padding-right: 0;
  }
  .about-page .about-3 .right ul li .time {
    position: relative;
    left: 0;
    display: inline-block;
    top: 12px;
  }
  .hose-page .hose-1{
    padding-top: 55px;
  }
  .elementor-widget-rebuilto-scroll-timeline .scroll-timeline-number{
    margin-right: 25px;
  }
  .hose-page .hose-2 .h2{
    font-size: 30px;
  }
  .hose-page .hose-6 .form{
    padding-right: 0;
  }
  .hose-page .hose-6 .form form .more_btn{
    position: relative;
    top: 0;
        -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hose-page .hose-5 ul li .content{
    position: relative;
    width: 100%;
  }
  .hose-page .hose-5 .top .more_btn{
    margin-top: 20px;
  }

  .faq-page .left,
  .faq-page .right{
    width: 100% !important;
  }
  .faq-page .right ul li .h4{
    font-size: 20px;
  }
  .faq-page .right ul li .content{
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .ui.container h2 {
    font-size: 18px;
  }

  .hose-page .hose-6 .form form{
        -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hose-page .hose-6 .form form input{
    width: 100%;
  }
}


.right_nav_list {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10000;
}
.right_nav_list ul li {
  border-radius: 6px;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 0;
  position: relative;
  background-color: #2869cb;
  color: #fff;
  border: 1px solid #fff;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.right_nav_list ul li .more_cont {
  font-size: 25px;
  margin-top: 0;
}
.right_nav_list ul li .more_cont i {
  position: relative;
  z-index: 2;
}
.right_nav_list ul li .more_cont:before {
  background-color: #fff;
}
.right_nav_list ul li .more_cont:hover {
  color: #2869cb;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  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);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
.more_cont:before {
  background-color: #fff;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont:hover:before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}





.btn-go {
  width: 195px;
  height: 50px;
  background: #2869cb;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
}
.btn-go span {
  font-size: 16px;
  font-weight: bold;
  color: white;
  position: relative;
  z-index: 2;
  display: block;
}
.btn-go.white {
  background: transparent;
  border: 1px solid white;
}
.btn-go.white span {
  color: white;
}
.btn-go.white:hover {
  border: 1px solid white;
}
.btn-go::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #2869cb;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.btn-go:hover::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.submit {
  width: 195px;
  height: 50px;
  background: #2869cb;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
}
.submit input[type="submit"] {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: white;
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: none;
}
.submit::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.submit:hover::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 500px) {
  .btn-go {
    width: 140px;
  }
  .btn-go span {
    font-size: 14px;
  }
}


.contact-page .init-1 {
  padding: 80px 0;
}
.contact-page .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .left {
  width: 41%;
}
.contact-page .init-1 .container .left .title {
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
}
.contact-page .init-1 .container .left .des {
  font-size: 18px;
  font-weight:500;
  color: #666666;
  margin-top: 10px;
  line-height: 2;
}
.contact-page .init-1 .container .left img {
  margin-top: 30px;
  width: 100%;
}
.contact-page .init-1 .container .right {
  margin-top: 65px;
  width: 53%;
}
.contact-page .init-1 .container .right .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .right .cont .s_right {
  width: 395px;
}
.contact-page .init-1 .container .right .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page .init-1 .container .right .cont .list .img {
  margin-top: 8px;
  min-width: 22px;
}
.contact-page .init-1 .container .right .cont .list .img img {
  max-width: 100%;
}
.contact-page .init-1 .container .right .cont .list .text {
  margin-left: 15px;
  font-size: 18px;
  font-weight:500;
  color: #5d5d5d;
  line-height: 2;
}
.contact-page .init-1 .container .right form {
  margin-top: 30px;
}
.contact-page .init-1 .container .right form .list {
  margin-top: 20px;
}
.contact-page .init-1 .container .right form .list .tip {
  font-size: 18px;
}
.contact-page .init-1 .container .right form .list input,
.contact-page .init-1 .container .right form .list textarea {
  background-color: #f7f7f7;
  margin-top: 5px;
  padding: 15px;
  border: none;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight:500;
  color: #b0b0b0;
}
.contact-page .init-1 .container .right form .list .upload_cont {
  position: relative;
  padding: 15px;
  font-size: 16px;
  font-weight:500;
  background-color: #f7f7f7;
  color: #b0b0b0;
  margin-top: 5px;
}
.contact-page .init-1 .container .right form .list .upload_cont input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  opacity: 0;
}
.contact-page .init-1 .container .right form .form_des {
  font-size: 18px;
  line-height: 32px;
  color: #b0b0b0;
  font-weight:500;
  font-weight: bold;
  margin-top: 20px;
}
.contact-page .init-1 .container .right form .submit_btn {
  /*background-color: #000;
  border-color: #000;*/
  border-radius: 5px;
  cursor: pointer;
  /*width: 180px;
  height: 50px;*/
  overflow: hidden;
  margin-top: 50px;
}
/*.contact-page .init-1 .container .right form .submit_btn::before {
  display: none;
}*/
.contact-page .init-1 .container .right{
  position: relative;
}

.contact-page .init-2 {
  margin-top: 185px;
  position: relative;
  z-index: 2;
}
.contact-page .init-2 .container {
  padding: 0;
  width: 100%;
}

@media (max-width:1230px) {
  .contact-page .init-1 .container .left .des {
    font-size: 16px;
  }

  .contact-page .init-1 .container .right .cont .list .text {
    font-size: 16px;
  }
}

@media (max-width:1000px) {
  .contact-page .init-1{
    padding: 60px 0;
  }
  
  .contact-page .init-1 .container .left {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
  }

  .contact-page .init-1 .container .left img {
    display: none;
  }
}

@media (max-width:700px) {
  .contact-page .init-2{
    margin-top: 30px;
  }
  
  .contact-page .init-1 .container .right .cont .s_left {
    width: 100%;
  }
  .contact-page .init-1 .container .right .cont .s_right {
    width: 100%;
  }

  .contact-page .init-1 .container .right form .submit_btn {
    margin: auto;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  
  .contact-page .init-2 {
    margin-top: 40px;
  }
}





.news-page {
  padding: 140px 0;
}
.news-page .news-box .news-left {
  width: 65%;
}

.news-page .news-box .news-left .news-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.news-page .news-box .news-left ul li {
  background-color: white;

  border-radius: 10px;

}
.news-page .news-box .news-left ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-box .news-left ul li .box-t {
  height: 85px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-page .news-box .news-left ul li .box-b {
  padding: 35px 45px 55px 40px;
}

.news-page .news-box .news-right {
  width: 35%;
  padding-left: 65px;
}
.news-page .news-box .news-right .line {
  width: 60px;
  height: 2px;
  background-color: #2869cb;
}
.news-page .news-box .news-right .news-category {
  padding: 50px 30px 40px;
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.news-page .news-box .news-right .news-category ul li {
  font-size: 16px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}
.news-page .news-box .news-right .news-category ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.news-page .news-box .news-right .news-media {
  padding: 50px 30px 40px;
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.news-page .news-box .news-right .news-media ul li {
  margin-right: 25px;
}
.news-page .news-box .news-right .news-media ul li:last-child {
  margin-right: 0;
}
.news-page .news-box .news-right .news-media ul li a {
  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;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #2869cb;
}
.news-page .news-box .news-right .news-media ul li a i {
  font-size: 20px;
  color: white;
}
.news-page .news-box .news-right .box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.news-page .news-box .news-right .box .box-b {
  position: absolute;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 100px);
}
.news-page .news-box .news-right .box .box-b h4 {
  color: white;
  text-align: center;
}
.news-page .news-box .news-right .box .box-b .text {
  background-color: white;
  padding: 15px 0;
  border-radius: 20px;
}
.news-page .news-box .news-right .box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .news-page .news-box .news-right .box .box-b .text {
    padding: 15px;
  }
}

@media (max-width: 1000px) {
  .news-page .news-box .news-right {
    display: none;
  }
  .news-page .news-box .news-left {
    width: 100%;
  }
  .news-page .news-box .news-left ul li .box-b {
    padding: 35px 40px;
  }
  .news-page .news-box .news-left ul li .box-b p {
    margin-bottom: 30px;
  }
  .news-page {
    padding: 80px 0;
  }
}

@media (max-width: 500px) {
  .news-page .news-box .news-left ul li .box-b {
    padding: 35px;
  }
}




.newdet-page .news-box .news-left .line {
  width: 60px;
  height: 2px;
  background-color: #2869cb;
}
.newdet-page .news-box .news-left .content {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newdet-page .news-box .news-left .n-link {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newdet-page .news-box .news-left .n-link a {
  display: block;
  font-size: 16px;
  line-height: 2;
}
.newdet-page .news-box .news-left .n-link a span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 2px solid transparent;
}
.newdet-page .news-box .news-left .n-link a:hover span {
  color: #2869cb;
  border-bottom: 2px solid #2869cb;
}
.newdet-page .news-box .news-left .form form {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .news-box .news-left .form form input[type='text'] {
  width: 100%;
  height: 65px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 15px;
  font-size: 16px;
  margin-bottom: 40px;
  width: 48%;
  border-radius: 8px;
}
.newdet-page .news-box .news-left .form form input[name='content'] {
  width: 100%;
}
.newdet-page .news-box .news-left .form form input::-webkit-input-placeholder {
  color: #999;
}

@media (max-width: 500px) {
  .newdet-page .news-box .news-left .form form input[type='text'] {
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
  }
}



.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #2869cb;
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  padding-top: 3px;
font-size: 16px;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: #2869cb;
}

.sider-box .sider-left .category .catelist > ul > li > a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 24px;
  font-family: cursive;
}

.sider-box .sider-left .category .catelist > ul > li > ul{
  display: none;
}

.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #73ae53;
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit{
  margin: 10px auto 0;
}
.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}


.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more{
  margin-top: 30px;
}
.sider-box .sider-left .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  padding: 10px 50px;
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #2869cb;
  box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}
.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #2869cb;
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
  color: #858585;
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 70%;
}




.product-page .init-1 {
  padding: 40px;
  background-color: #fafafa;
  border-radius: 20px;
}
.product-page .init-1 .tip_title {
  font-size: 30px;
}
.product-page .init-1 .des {
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
  font-weight:400;
  line-height: 2;
  max-height: 20em;
  overflow-y: auto;
}

.product-page .product-2 {
  padding: 80px 0;
}

.product_list {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 40px;
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list .img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
  background: #fff;
}
.product_list .img a{
  display: block;
  padding: 30px;
}
.product_list .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: #2869cb;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product_list h3{
  margin-top: 15px;
}



@media (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  
  .product-page .init-1 .container .des {
    width: 100%;
  }

  .product_list {
    padding: 30px;
  }
}

@media (max-width: 500px) {
  .product-page .init-1 {
    padding: 10px 20px;
    margin-bottom: 0px !important;
  }
  .product-page .product-2 {
    padding: 20px 0 !important;
}
  .product-page .init-1 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-1 .container .des {
    margin-top: 20px;
    display: none!important;
  }

  .product_list {
    padding: 15px;
  }
}












.product-page .pro_init_1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_1 .box .left {
  width: 40%;
  overflow: hidden;
}

.product-page .pro_init_1 .box .left .smallImg {
    width: 100%;
}
.product-page .pro_init_1 .box .left .smallImg ul {
    margin: -10px;
}
.product-page .pro_init_1 .box .left .smallImg ul li {
    padding: 10px;
}
.product-page .pro_init_1 .box .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page .pro_init_1 .box .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .box .left .bigImg {
    width: 100%;
}
.product-page .pro_init_1 .box .left .bigImg ul li{
  padding: 1px;

}
.product-page .pro_init_1 .box .left .bigImg ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-page .pro_init_1 .box .left .bigImg img{
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .box .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .box .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-page .pro_init_1 .box .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}
.product-page .pro_init_1 .box .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.product-page .pro_init_1 .box .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}
.product-page .pro_init_1 .box .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.product-page .pro_init_1 .box .left .bigImg .slick-arrow:hover {
    background: #2869cb;
}

.product-page .pro_init_1 .box .left .big_img {
  width: 100%;
  display: block;
}

.product-page .pro_init_1 .box .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.product-page .prodet-2 {
    padding: 90px 0;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 24px;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #2869cb;
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #373330;
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.product-page .prodet-2 .ret {
    margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}

.product-page .form ul {
    margin: -17px;
}
.product-page .form ul li {
    padding: 17px;
}
.product-page .form ul li input,
.product-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}
.product-page .form ul li input:focus,
.product-page .form ul li textarea:focus {
    border-color: #2869cb;
    background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input::placeholder,
.product-page .form ul li textarea::placeholder {
    color: #898989;
}
.product-page .form ul li.wid-100 {
    width: 100%;
}
.product-page .form ul li textarea {
    height: 210px;
}
.product-page .form ul li input[type="submit"] {
    padding: 0;
    border-radius: 5px;
    background: transparent;
    color: white;
    font-size: 18px;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    width: auto;
    border: none;
}

.product-page .pro_init_1 .box .right .share ul li {
  width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .box .right .share ul li a {
    display: block;
}
.product-page .pro_init_1 .box .right .share ul li:hover {
    background: #2869cb;
}

@media screen and (max-width: 1700px) {
  .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 15px;
    }
}

@media screen and (max-width: 1500px) {
  .product-page .prodet-2 {
      padding: 70px 0;
  }
  .product-page .prodet-2 .options ul li {
      font-size: 20px;
  }
  .product-page .form ul li input,
  .product-page .form ul li textarea {
      font-size: 16px;
  }
  .product-page .pro_init_1 .box .right .share ul li {
      width: 35px;
      height: 35px;
      line-height: 36px;
  }
}

@media screen and (max-width: 1250px) {
  .product-page .pro_init_1 .box .left .bigImg {
      padding-left: 2.5%;
  }
  .product-page .form ul li {
      padding: 10px;
  }
  .product-page .form ul {
      margin: -10px;
  }
}

@media screen and (max-width: 1000px) {
  .product-page .pro_init_1 .box .left .bigImg {
        padding-left: 4%;
  }
  .product-page .pro_init_1 .box .left .bigImg {
        padding-left: 2%;
  }

   .product-page .pro_init_1 .box .left .bigImg {
        width: 100%;
        padding-left: 0;
  }
  .product-page .prodet-2 .options ul li {
        margin-right: 25px;
    }
   
    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }

    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
  .product-page .prodet-2 .options ul {
    border-bottom: 0;
  }
  .product-page .prodet-2 .options ul li {
    display: block;
    margin-right: 0;
    padding: 10px;
    border-bottom: 1px solid #d2d2d2;
  }
    .product-page .prodet-2 .ret {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
}

.product-page .pro_init_1 .box .left .swiper {
  margin-top: 20px;
}

.product-page .pro_init_1 .box .left .swiper .swiper-wrapper .swiper-slide {
  height: 115px;
  display: block;
}

.product-page .pro_init_1 .box .left .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page .pro_init_1 .box .right {
  width: 55%;
}

.product-page .pro_init_1 .box .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}

.product-page .pro_init_1 .box .right .text_1 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #a8a8a8;
  font-weight:500;
}

.product-page .pro_init_1 .box .right .text_2 {
  font-size: 30px;
  line-height: 1.4;
  color: #4a4a4a;
}
.product-page .pro_init_1 .box .right .shangxia a{
  display: block;
}
.product-page .pro_init_1 .box .right .cont_list {
  margin-top: 20px;
}

.product-page .pro_init_1 .box .right .cont_list .list {
  position: relative;
}

.product-page .pro_init_1 .box .right .cont_list .list .title {
  font-size: 18px;
  padding: 25px 0;
  padding-right: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .box .right .cont_list .list .title span {
  color: #4a4a4a;
  font-weight:bold;
  text-transform: uppercase;
}

.product-page .pro_init_1 .box .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .box .right .cont_list .list .content {
  /*padding: 40px 0 0;*/
  font-size: 16px;
  color: #3f3f3f;
  line-height: 2;
}

.product-page .pro_init_1 .box .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .box .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.product-page .pro_init_1 .box .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .box .right .cont_list .list .content ul li{
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .pro_init_1 .box .right .cont_list .list .content ul li h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-page .pro_init_1 .box .right .cont_list .list .content ul li .con{
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.product-page .pro_init_1 .box .right .cont_list .list .content ul li:last-child{
  margin-bottom: 0;
}
.product-page .pro_init_1 .box .right .more{
  margin-top: 30px;
}

.product-page .pro_init_1 .box .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}




@media screen and (max-width: 1000px) {
  .product-page .pro_init_1 .box .left {
    width: 100%;
  }

  .product-page .pro_init_1 .box .right {
    width: 100%;
    margin-top: 30px;
  }

  .product-page .pro_init_1 .box .right {
    text-align: center;
  }

  .product-page .pro_init_1 .box .right .sub_img {
    display: block;
    margin: auto;
  }

  .product-page .pro_init_1 .box .right .more {
    margin: auto;
    margin-top: 40px;
  }
}



@media screen and (max-width: 500px) {
  

  .product-page .pro_init_1 .box .left .swiper .swiper-wrapper .swiper-slide {
    height: 90vw;
  }

  .product-page .pro_init_1 .box .right .text_1 {
    margin-top: 10px;
    font-size: 16px;
  }

  .product-page .pro_init_1 .box .right .text_2 {
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
  }

  .product-page .pro_init_1 .box .right .cont_list {
    margin-top: 20px;
  }

  .product-page .pro_init_1 .box .right .cont_list .list .title {
    padding: 15px 0;
    font-size: 18px;
    padding-right: 25px;
    padding-bottom: 5px;
  }

  .product-page .pro_init_1 .box .right .cont_list .list .title i {
    top: 16px;
    font-size: 24px;
  }

  .product-page .pro_init_1 .box .right .cont_list .list .content {
    padding: 20px 0;
        text-align: left;
  }

}








.red-product {
  padding: 95px 0 115px;
}

.red-product .product-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.red-product .product-content ul {
  margin: 70px -15px 0;
}
.red-product .product-content ul li {
  padding: 0 15px;
  position: relative;
}
.red-product .product-content ul li:hover .box .img_box img {
  -webkit-transform: translateY(75px);
  -moz-transform: translateY(75px);
  -ms-transform: translateY(75px);
  transform: translateY(75px);
}
.red-product .product-content ul li:hover .box .title {
  -webkit-transform: translateY(-310px);
  -moz-transform: translateY(-310px);
  -ms-transform: translateY(-310px);
  transform: translateY(-310px);
}
.red-product .product-content ul li:hover .box .btn {
  bottom: 0;
  opacity: 1;
}
.red-product .product-content ul li .box .img_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 315px;
  -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;
  background-color: #f0f0f0;
}
.red-product .product-content ul li .box .img_box img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.red-product .product-content ul li .box .title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
.red-product .product-content ul li .box .title h4 {
  font-size: 16px;
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  transition: color .5s;
  line-height: 30px;
  margin-top: 25px;
  text-align: center;
}
.red-product .product-content ul li .box .title h4:hover {
  color: #2869cb;
}
.red-product .product-content ul li .box .btn {
  position: absolute;
  left: 50%;
  bottom: -20%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}

@media (max-width: 700px) {
  .red-product {
    padding: 70px 0;
  }

  .red-product .product-content .product-title .btn-go {
    margin-top: 35px;
  }
}










.support-1 {
  padding: 70px 0 160px;
}
.support-1 .list {
  margin-top: 90px;
}
.support-1 .list ul {
  margin: -40px;
}
.support-1 .list li {
  padding: 40px;
}
.support-1 .list li .box {
  overflow: hidden;
    border-radius: 20px 20px 0 0;
  box-shadow: 2px 4px 21px rgba(206,206,206,.78);
}
.support-1 .list li .content {
  padding: 20px;
}
.support-1 .list li .content .name {
  font-size: 27px;
}

.support-2 {
  background-color: #f7f7f7;
  padding: 70px 0;
}


@media (max-width: 1400px) {
  .support-1 .list ul {
    margin: -20px;
  }
  .support-1 .list li {
    padding: 20px;
  }
}


@media (max-width: 1000px) {
  .support-1 {
    padding: 70px 0;
  }
  .support-1 .list {
    margin-top: 40px;
  }
  .support-1 .list ul {
    margin: -15px;
  }
  .support-1 .list li {
    padding: 15px;
  }

  .support-1 .list li .content .name {
    font-size: 22px;
  }
}




.inquiry-page {
  padding: 130px 0;
}
.inquiry-page .desc {
  color: #838383;
}
.inquiry-page .form {
  margin-top: 90px;
}
.inquiry-page .form ul {
  margin: -10px -28px;
}
.inquiry-page .form li {
  padding: 10px 28px;
}
.inquiry-page .form li.wid-50 {
  width: 50%;
}
.inquiry-page .form label {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}
.inquiry-page .form input {
  width: 100%;
  background-color: #f1f3f7;
  border: 0;
  font-size: 20px;
  padding: 25px;
}
.inquiry-page .form input[type="submit"] {
  margin-top: 40px;
  text-transform: uppercase;
    font-weight: bold;
  color: #ffffff;
  background-color: #2a7fda;
}


@media (max-width: 1400px) {
  .inquiry-page .desc {
    font-size: 20px;
  }

  .inquiry-page .form label {
    font-size: 24px;
  }

  .inquiry-page .form input {
    font-size: 24px;
    padding: 20px;
  }
}


@media (max-width: 1000px) {
  .inquiry-page .desc {
    font-size: 18px;
  }

  .inquiry-page .form label {
    font-size: 20px;
  }

  .inquiry-page .form input {
    font-size: 20px;
    padding: 15px;
  }

  .inquiry-page .form ul {
    margin: -10px -15px;
  }

  .inquiry-page .form li {
    padding: 10px 15px;
  }
}

@media (max-width: 700px) {
  .inquiry-page {
    padding: 70px 0;
  }
  
  .inquiry-page .desc {
    font-size: 16px;
  }

  .inquiry-page .form {
    margin-top: 40px;
  }

  .inquiry-page .form label {
    font-size: 16px;
  }

  .inquiry-page .form input {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .inquiry-page .form li.wid-50 {
    width: 100%;
  }

  .inquiry-page .form input {
    padding: 10px;
  }
}



.pro-single-page {
  padding-top: 80px;
}