@font-face {
  font-family: 'roboto';
  src: url(../fonts/roboto-regular.ttf) format('truetype'), url(../fonts/roboto-regular.eot) format('eot'), url(../fonts/roboto-regular.woff) format('woff'), url(../fonts/roboto-regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'roboto';
  src: url(../fonts/roboto-medium.ttf) format('truetype'), url(../fonts/roboto-medium.eot) format('eot'), url(../fonts/roboto-medium.woff) format('woff'), url(../fonts/roboto-medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'roboto';
  src: url(../fonts/roboto-bold.ttf) format('truetype'), url(../fonts/roboto-bold.eot) format('eot'), url(../fonts/roboto-bold.woff) format('woff'), url(../fonts/roboto-bold.woff2) format('woff2');
  font-weight: bold;
}
@font-face {
  font-family: 'roboto';
  src: url(../fonts/roboto-black.ttf) format('truetype'), url(../fonts/roboto-black.eot) format('eot'), url(../fonts/roboto-black.woff) format('woff'), url(../fonts/roboto-black.woff2) format('woff2');
  font-weight: 900;
}
@font-face {
  font-family: 'Oswald';
  src: url(../fonts/Oswald.ttf) format('truetype'), url(../fonts/Oswald.eot) format('eot'), url(../fonts/Oswald.woff) format('woff'), url(../fonts/Oswald.woff2) format('woff2');
}
body {
  font-family: "roboto";
  font-weight: 400;
}
p {
  line-height: 2;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1400px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
#header.fixed .nav{
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#header.fixed .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.fixed .nav .ui.menu .logo .logo-text {
  display: none;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  display: block;
  margin: 10px auto;
}
#header .nav .ui.menu .logo .logo-text {
  margin-bottom: -36px;
}
#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;
  line-height: 1.8;
  font-weight: bold;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  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;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #004c92;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 50%;
  right: 5%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
#banner ul.slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li + li {
  margin-top: 20px;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #ef8518;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .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;
  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;
  transition: .5s;
  display: none;
  z-index: 200;
}
#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;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-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%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-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;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-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;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i{
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i: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;
}
#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%);
  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);
  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);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
}
.hover-language {
  margin: 0 25px;
}
.hover-language .zhuyu {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: bold;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 100px;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
  max-width: 600px;
}
#banner h2 {
  color: white;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 900;
}
#banner h2 small {
  color: #ef8518;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
}
#banner h2 small::after {
  content: "";
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 1px;
  background-color: currentcolor;
}
#banner p {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 2;
  color: white;
}
.btn1 {
  display: inline-block;
  line-height: 58px;
  border: 1px solid white;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.btn1 .cont {
  padding: 0 25px;
  width: auto;
  border-right: 1px solid white;
  color: white;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.btn1 .icon {
  width: 70px;
  text-align: center;
  color: #ffaf42;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.btn1:hover {
  background-color: white;
}
.btn1:hover .cont{
  color: #004c92;
}
.btn1.black {
  border-color: black;
}
.btn1.black .cont {
  color: black;
  border-color: black;
}
.btn1.black .icon {
  color: #878787;
}
.btn1.black:hover {
  border-color: #004c92;
  background-color: #004c92;
}
.btn1.black:hover .cont {
  color: white;
  border-color: white;
}
.btn1.black:hover .icon {
  color: #ffaf42;
}
.tit1 {
  font-size: 48px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.tit1::before {
  content: "";
  display: block;
  width: 32px;
  border-bottom: 4px solid #004c92;
}
.tit1::after {
  content: attr(data-text);
  font-size: 150px;
  font-weight: 400;
  font-family: 'Oswald';
  color: #ebebeb;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -110%;
}

.tit1.white{
  color: white;
}

.tit1.white::before{
  border-color: white;
}

.tit1.white:after{
  color: rgba(255, 255, 255, 0.5);
}

/* 自定义背景文字颜色 */
.tit1.free:after{
  color: #ffffff14;
}

.tit1.txt-center::after{
  left: 50%;
  transform: translateX(-50%);
}

.tit1.txt-center::before{
  margin: auto;
}

.our-about {
  padding: 80px 0;
}
.our-about .top .left {
  width: 40%;
}
.our-about .top .right {
  width: 60%;
}
.our-about .center {
  position: relative;
  padding: 50px 0;
  margin: 50px 0;
}
.our-about .center::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 50vw;
  height: 100%;
  left: 50%;
  top: 0;
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
}
.our-about .center .img {
  width: 79%;
  vertical-align: middle;
}
.our-about .center .text {
  width: 21%;
  vertical-align: middle;
}
.our-about .center .text .h2 {
  font-size: 40px;
  color: white;
  line-height: 1.6;
  font-weight: bold;
}
.our-about .bottom {
  padding: 50px 0;
}
.our-about .bottom ul li .h4 {
  font-weight: 500;
  line-height: 2;
}
.our-about .bottom ul li hr {
  margin: 10px 0;
  border: none;
  border-bottom: 1px solid black;
}
.our-about .bottom ul li .num {
  font-size: 80px;
  line-height: 1;
  color: #8f8f8f;
  font-weight: bold;
}
.our-about .bottom ul li:not(:last-child) {
  padding-right: 5%;
}
.i-category {
  overflow: hidden;
}
.i-category .arrows {
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.i-category .arrows.arrow_l {
  left: 0;
}
.i-category .arrows.arrow_r {
  right: 0;
}
.i-category ul li:hover .img::after {
  opacity: 1;
}
/*.i-category .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #004c92;
  background-image: url(../images/category-logo.png);
  background-position: right 15px top 15px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}*/
.i-category .text {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0 10%;
}
.i-category .text hr {
  margin: 0;
  border: none;
  border-bottom: 1px solid white;
}
.i-category .text .h4 {
  color: white;
  font-size: 36px;
  line-height: 1.6;
  font-weight: 500;
  text-transform: uppercase;
}
.i-category .text a.more1 {
  color: white;
}
.our-product {
  padding-top: 130px;
}
.our-product .list {
  margin-top: 100px;
}
.our-product .list .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 76, 146, 0.7);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.our-product .list .img > a{
  display: block;
  padding: 5%;
}

.our-product .list .img > .h4 {
  position: relative;
  line-height: 1.5em;
  min-height: 6em;
  text-align: center;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list .img .h4 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}
.our-product .list .slick-slide div:nth-child(odd) li:nth-child(odd) .img{
  background-color: #f6f6f6;
}
.our-product .list .slick-slide div:nth-child(even) li:nth-child(even) .img{
  background-color: #f6f6f6;
}
.our-product .list .img .text {
  padding: 0 10%;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  color: white;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list .img .text a.more1 {
  display: inline-block;
  background-color: black;
  padding: 0 30px;
  line-height: 60px;
}
.our-product .list .img:hover::after {
  opacity: 1;
}
.our-product .list .img:hover > .h4 {
  opacity: 0;
}
.our-product .list .img:hover .text {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.i-advantage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.i-advantage .tit1 {
  font-size: 40px;
  line-height: 1.6;
  color: white;
}
.i-advantage .tit1::before {
  border-color: white;
  margin-bottom: 20px;
}
.i-advantage .tit1::after {
  top: -30%;
  font-size: 120px;
  color: rgba(255, 255, 255, 0.05);
}
.i-advantage .left {
  background-color: #004c92;
  background-image: url(../images/adv-logo.png);
  background-position: bottom right 30px;
  background-repeat: no-repeat;
  width: 40%;
  padding: 120px 0;
}
.i-advantage .left .content {
  max-width: 550px;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 10%;
}
.i-advantage .left .content p {
  color: white;
}
.i-advantage .left .content ul li + li {
  margin-top: 40px;
}
.i-advantage .left .content ul li i {
  float: left;
}
.i-advantage .left .content ul li .text {
  padding-left: 70px;
}
.i-advantage .left .content ul li .text .h4 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: bold;
  color: white;
}
.i-advantage .right {
  background-color: #f6f6f6;
  width: 60%;
  padding: 120px 0;
}
.i-advantage .right .list {
  max-width: 950px;
  padding-left: 90px;
}
.i-advantage .right ul {
  margin: -35px -25px;
}
.i-advantage .right ul li {
  padding: 35px 25px;
}
.i-advantage .right ul li .h4 i {
  color: #ffa917;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
}
.our-news {
  padding: 130px 0;
}
.our-news .list ul {
  margin: -15px;
}
.our-news .list ul li {
  padding: 15px;
}
.our-news .list ul li .h4 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: bold;
}
.contact-box {
  background: url(../images/contact-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 120px 0 90px;
}
.contact-box .h6 {
  color: #ef8518;
}
.contact-box .h6::before,
.contact-box .h6::after {
  content: "";
  display: inline-block;
  width: 35px;
  border-bottom: 1px solid #ef8518;
  vertical-align: middle;
  margin: 0 10px;
}
.contact-box .h2 {
  color: white;
  font-size: 60px;
  line-height: 1.4;
  font-weight: 900;
  max-width: 750px;
  margin: 20px auto 30px;
}
#footer {
  background-color: #171717;
}
#footer .foot-top {
  padding: 100px 0 50px;
}
#footer .logo img {
  margin: 10px auto;
}
#footer .foot-content {
  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;
}
#footer .foot-content .foot-block {
  max-width: 350px;
}
#footer .foot-content .foot-block .h4 {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 500;
  color: white;
}
#footer .foot-content .foot-block ul li {
  color: #c0c0c0;
}
#footer .foot-content .foot-block ul li a,
#footer .foot-content .foot-block ul li p {
  line-height: 2;
}
#footer .foot-content .foot-block form input {
  padding-bottom: 10px;
  margin-bottom: 30px;
  width: 100%;
  font-size: 16px;
  background-color: transparent;
  color: white;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .foot-bottom .copyright {
  padding: 60px 0;
  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;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .foot-bottom .copyright .cop {
  margin-left: 0;
  margin-right: auto;
}
#footer .foot-bottom .copyright .cop p,
#footer .foot-bottom .copyright .cop a {
  color: white;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom .copyright .cop a.foot-link{
      font-size: 16px;
    line-height: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 280px;
}
#footer .foot-bottom .copyright .cop img {
  max-height: 18px;
}
#footer .foot-bottom .copyright .social-links {
  margin: 10px auto;
}
#footer .foot-bottom .copyright .social-links a {
  font-family: FontAwesome;
  margin: 0 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #7d7d7d;
  line-height: 23px;
  border-radius: 50%;
  text-align: center;
  color: #7d7d7d;
}
#footer .foot-bottom .copyright .social-links a:hover {
  background-color: #ffa617;
  color: white;
}
#footer .foot-bottom .copyright #backTop {
  color: #ffa617;
  cursor: pointer;
}
#ewm {
  margin-top: 60px;
  width: 100px;
  border: 2px solid white;
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  .hover-language .zhuyu {
    font-size: 16px;
  }
  #header .nav .ui.menu .logo .logo-text {
    display: none;
  }
  #banner h2 {
    font-size: 60px;
  }
  .tit1 {
    font-size: 40px;
  }
  .tit1::after {
    font-size: 120px;
  }
  .our-about .center .text .h2 {
    font-size: 36px;
  }
  .font-20 {
    font-size: 17px;
  }
  .our-about .bottom ul li .num {
    font-size: 60px;
  }
  .i-category .text .h4 {
    font-size: 24px;
    margin: 20px 0;
  }

  .i-advantage .right .list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .i-advantage .tit1 {
    font-size: 30px;
  }
  .contact-box .h2 {
    font-size: 50px;
  }
  #footer .foot-content .foot-block {
    max-width: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin: 0 20px;
  }
  .hover-language {
    margin: 0 20px;
  }
  .hover-language .zhuyu {
    font-size: 14px;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner p {
    margin-bottom: 30px;
  }
  .our-about .center .text .h2 {
    font-size: 30px;
  }
  .btn1 {
    line-height: 48px;
  }
  .btn1 .cont {
    padding: 0 15px;
  }
  .btn1 .icon {
    width: 50px;
  }
  .our-about .bottom ul li .num {
    font-size: 40px;
  }
  .font-18 {
    font-size: 16px;
  }
  .i-category .text .h4 {
    font-size: 20px;
    line-height: 1.8;
  }
  .our-product .list .img .text a.more1 {
    line-height: 40px;
  }
  .our-product .list .img .text {
    padding: 0 5%;
  }
  .i-advantage .left .content {
    padding-right: 15px;
  }
  .i-advantage .left .content ul li + li {
    margin-top: 30px;
  }
  .i-advantage .left {
    padding: 60px 0;
  }
  .i-advantage .right {
    padding: 60px 0;
  }
  .font-22 {
    font-size: 18px;
  }
  .contact-box .h2 {
    font-size: 40px;
  }
  #footer .foot-content .foot-block {
    max-width: 250px;
  }
  #footer .foot-bottom .copyright .cop img {
    max-height: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #footer .foot-bottom .copyright .cop a.foot-link{
    display: none!important;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .our-about .top .left {
    width: 100%;
  }
  .our-about .top .right {
    width: 100%;
  }
  .our-about .center {
    padding: 0;
  }
  .our-about .center .img {
    width: 100%;
    padding: 0;
  }
  .our-about .center .text {
    width: 100%;
    margin-top: 40px;
  }
  .our-about .center .text .h2 {
    color: black;
    line-height: initial;
  }
  .our-about .center::before {
    display: none;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .btn1 {
    border-color: black;
  }
  .our-about .btn1 .cont {
    border-color: black;
    color: black;
  }
  .our-about .btn1:hover {
    border-color: white;
  }
  .our-about .btn1:hover .cont {
    color: white;
    border-color: white;
  }
  .our-about .bottom {
    padding: 0;
  }
  .our-about .bottom ul {
    margin: -15px;
  }
  .our-about .bottom ul li {
    width: 50%!important;
    padding: 15px!important;
  }
  .tit1::after {
    display: none;
  }
  .our-product {
    padding-top: 60px;
  }
  .tit1 {
    font-size: 30px;
  }
  .i-advantage {
    display: block;
  }
  .i-advantage .left {
    width: 100%;
  }
  .i-advantage .right {
    width: 100%;
  }
  .i-advantage .left .content {
    max-width: 100%;
  }
  .our-news {
    padding: 60px 0;
  }
  .contact-box {
    padding: 60px 0;
  }
  .contact-box .h2 {
    font-size: 30px;
  }
  .hide-1000 {
    display: none;
  }
  #footer .foot-bottom .copyright {
    display: block;
    text-align: center;
  }
  #footer .foot-bottom .copyright #backTop {
    display: none;
  }
  #footer .foot-bottom .copyright {
    padding: 30px 0;
  }
  .our-product .list {
    margin-top: 40px;
  }
  #footer .foot-top {
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 24px;
    line-height: 1.8;
  }
  #banner p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 15px;
  }
  #banner h2 small {
    font-size: 14px;
    line-height: 2;
  }
  .font-16 {
    font-size: 14px;
  }
  .our-about .center .text .h2 {
    font-size: 20px;
    line-height: 1.8;
  }
  .tit1 {
    font-size: 24px;
    line-height: 1.8;
  }
  .font-20 {
    font-size: 14px;
  }
  .our-about .bottom ul li .num {
    font-size: 30px;
  }
  .i-advantage {
    display: none;
  }
  .our-news .list ul li .h4 {
    font-size: 20px;
    line-height: 2;
  }
  .contact-box {
    display: none;
  }
  .font-18 {
    font-size: 14px;
  }
  #footer .foot-bottom .copyright .cop img {
    font-size: 14px;
    vertical-align: sub;
  }
  .our-product .fl,
  .our-product .fr {
    float: none;
  }
  .our-product .list .img .h4 {
    font-size: 16px;
    line-height: 2;
  }
  .our-news .fl,
  .our-news .fr {
    float: none;
  }
  #footer .foot-content .foot-block form input {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 500px) {
  #banner li {
    height: 350px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #footer .foot-content {
    display: block;
  }
  #footer .foot-content .foot-block {
    max-width: 100%;
  }
  #footer .foot-content .foot-block + .foot-block {
    margin-top: 40px;
  }

  #banner p{
    display: none;
  }
}





.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #edeff2;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  font-size: 14px;
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #004c92;
}
.faq-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #004c92;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
}



@-webkit-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-moz-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.support-page .about-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.support-page .about-3 .left {
  width: 50%;
  background: url(../images/about-3.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.support-page .about-3 .left .about-3-img {
  display: none;
}
.support-page .about-3 .left .play {
  font-size: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.support-page .about-3 .left .play:hover svg circle:last-child {
  stroke-dashoffset: 0;
  -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
}
.support-page .about-3 .left .play svg circle:last-child {
  stroke-dashoffset: 300;
  stroke-dasharray: 300;
  -webkit-transform: rotate(-200deg);
  -moz-transform: rotate(-200deg);
  -ms-transform: rotate(-200deg);
  transform: rotate(-200deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 1.2s cubic-bezier(0.4, 0.37, 0.3, 0.8);
  -moz-transition: 1.2s cubic-bezier(0.4, 0.37, 0.3, 0.8);
  transition: 1.2s cubic-bezier(0.4, 0.37, 0.3, 0.8);
}
.support-page .about-3 .left .play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.support-page .about-3 .left .play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.support-page .about-3 .right {
  width: 50%;
}
.support-page .about-3 .right .content {
  padding: 13.3% 25% 13.3% 17.5%;
}
.support-page .about-3 .right .content .content-title h3 {
  /*text-transform: uppercase;*/
  color: #000;
  font-size: 40px;
  line-height: 1.6;
  font-weight: bold;
  margin: 25px 0;
}
.support-page .about-3 .right .content .content-title .text {
  font-size: 13px;
  margin: 13px 0 0;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 2.2;
  color: #bc9e71;
}
.support-page .about-3 .right .content ul {
  padding: 42px 0 0;
}
.support-page .about-3 .right .content ul li {
  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;
  font-size: 16px;
  line-height: 2;
  color: #797979;
  margin-bottom: 18px;
}
.support-page .about-3 .right .content ul li .fa {
  margin-right: 10px;
}


.support-page .about-5 {
  background: #f4f4f4;
  padding: 125px 0;
}

.support-page .about-5 .tit1{
  color: black;
}



.support-page .about-5 .top {
  text-align: center;
}
.support-page .about-5 .top h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.09;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.support-page .about-5 .top P {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 2.23;
  text-transform: uppercase;
  color: #bc9e71 !important;
}
.support-page .about-5 .teamBox {
  margin-top: 60px;
}

.support-page .about-5 .teamBox ul{
  margin: -15px;
}

.support-page .about-5 .teamBox ul li{
  padding: 15px;
}

.support-page .about-5 .teamBox img {
  width: 100%;
}
.support-page .about-5 .teamBox h4 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 500;
  margin: 20px 0 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.support-page .about-5 .teamBox p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 2;
  text-transform: uppercase;
  color: #bc9e71;
}

.support-page .about-5 .change{
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.support-page .about-5 .change span{
  margin: 10px;
  cursor: pointer;
}

.support-page .about-5 .change span.active{
  padding: 10px;
  color: white;
  background-color: #004c92;
}

.support-page .about-5 .adv {
  margin-top: 30px;
}

.support-page .about-5 .adv ul{
  margin: -15px;
}

.support-page .about-5 .adv ul li{
  padding: 15px;
}

.support-page .about-5 .adv img {
  /*width: 100%;*/
}
.support-page .about-5 .adv h4 {
  /*text-transform: uppercase;*/
  font-size: 22px;
  line-height: 1.8;
  font-weight: 500;
  margin: 20px 0 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.support-page .about-5 .adv p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 2;
  /*text-transform: uppercase;*/
  color: #555;
}


@media screen and (max-width: 700px) {
  .support-page .about-3 .left {
    width: 100%;
  }
  .support-page .about-3 .right .content .content-title h3{
    font-size: 28px;
    line-height: 1.8;
  }
  .support-page .about-3 .left .about-3-img {
    display: block;
  }
  .support-page .about-3 .right {
    width: 100%;
  }
  .support-page .about-3 .right .content {
    padding: 40px 15px;
  }
}






.contact-page {
  padding-top: 100px;
}
.contact-page .contact-1 .left {
  width: 45%;
}
.contact-page .contact-1 .left span.tag {
  font-size: 16px;
  line-height: 2;
}
.contact-page .contact-1 .left span.tag:after {
  display: none;
}
.contact-page .contact-1 .left h2 {
  font-size: 60px;
  color: #181818;
  line-height: 1.2;
      font-weight: 600;
  margin: 10px 0 20px;
}
.contact-page .contact-1 .left .text {
  font-size: 18px;
  color: #181818;
  line-height: 1.8;
  max-width: 560px;
}
.contact-page .contact-1 .left h4 {
  font-size: 24px;
  color: #004c92;
  line-height: 1.8;
  margin-bottom: 8px;
}
.contact-page .contact-1 .left .hours {
  margin-top: 20px;
}
.contact-page .contact-1 .left .hours p {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  color: #181818;
}
.contact-page .contact-1 .left .share {
  margin-top: 20px;
}
.contact-page .contact-1 .left .share li {
  margin-right: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background: #eee;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}
.contact-page .contact-1 .left .share li a {
  display: block;
}
.contact-page .contact-1 .left .share li:hover {
  color: white;
  background: #004c92;
}
.contact-page .contact-1 .right {
  width: 55%;
  padding-right: 3%;
}
.contact-page .contact-1 .right .form {
  padding: 25px 20px 20px;
  border: 3px solid #eee;
  background: white;
}
.contact-page .contact-1 .right .form ul {
  margin: -5px -13px;
}
.contact-page .contact-1 .right .form ul li {
  padding: 5px 13px;
}
.contact-page .contact-1 .right .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right .form ul li label {
  font-size: 20px;
  color: #181818;
  line-height: 1.8;
  margin-bottom: 10px;
  display: block;
}
.contact-page .contact-1 .right .form ul li label em {
  color: #004c92;
}
.contact-page .contact-1 .right .form ul li input,
.contact-page .contact-1 .right .form ul li textarea {
  width: 100%;
  line-height: 1.8;
  padding: 10px 15px;
  background: #ededed;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: none;
  font-size: 18px;
}
.contact-page .contact-1 .right .form ul li input:focus,
.contact-page .contact-1 .right .form ul li textarea:focus {
  background: rgba(240, 3, 49, 0.1);
}
.contact-page .contact-1 .right .form ul li textarea {
  height: 160px;
}
.contact-page .contact-1 .right .form ul li input[type="submit"] {
  margin-top: 10px;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  width: auto;
  border-radius: 2px;
  background: #004c92;
  color: white;
  font-size: 15px;
}
.contact-page .contact-1 .right .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .contact-2 {
  padding-bottom: 75px;
}
.contact-page .contact-2 .list {
  margin-top: 70px;
  padding-top: 60px;
  border-top: 1px solid #dcdcdc;
}
.contact-page .contact-2 .list ul li {
  vertical-align: middle;
}
.contact-page .contact-2 .list ul li .box {
  padding-left: 55px;
  position: relative;
}
.contact-page .contact-2 .list ul li .box i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 45px;
}
.contact-page .contact-2 .list ul li .box h6 {
  font-size: 24px;
  color: #004c92;
  line-height: 1.8;
}
.contact-page .contact-2 .list ul li .box p {
  font-size: 18px;
  color: #181818;
  margin-top: 5px;
  max-width: 350px;
}
.contact-page .contact-2 .list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-page .contact-2 .list ul li{
  width: auto;
}
.contact-page .contact-3 {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.contact-page .contact-3 .amap-copyright,
.contact-page .contact-3 .amap-logo {
  display: none !important;
}
@media screen and (max-width: 1500px) {
  .contact-page .contact-1 .left h2 {
    font-size: 48px;
  }
  .contact-page .contact-1 .left .hours {
    margin-top: 30px;
  }
  .contact-page .contact-2 .list ul li .box h6 {
    font-size: 20px;
  }
  .contact-page .contact-2 .list ul li .box p {
    font-size: 16px;
    line-height: 2;
  }
  .contact-page .contact-2 .list ul li:nth-child(1) {
    width: 35%;
  }
  .contact-page .contact-2 .list ul li:nth-child(4) {
    width: 20%;
  }

  .contact-page .contact-1 .left h4 {
    font-size: 20px;
  }

  .contact-page .contact-1 .right .form ul li label {
    font-size: 16px;
  }

  .contact-page .contact-1 .right .form ul li input,
  .contact-page .contact-1 .right .form ul li textarea {
    font-size: 20px;
  }

}
@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .left .share li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .contact-page .contact-1 .left .share,
  .contact-page .contact-1 .left .hours {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .contact-page .contact-1 .left h2 {
    font-size: 36px;
  }
  .contact-page {
    padding-top: 50px;
  }
  .contact-page .contact-2 .list ul {
    margin: -10px;
  }
  .contact-page .contact-2 .list ul li {
    width: 50% !important;
    padding: 10px;
  }
  .contact-page .contact-2 {
    padding-bottom: 50px;
  }
  .contact-page .contact-2 .list {
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left h2 {
    font-size: 28px;
  }
  .contact-page .contact-2 .list ul li {
    width: 100% !important;
  }
  .contact-page .contact-2 .list ul li .box {
    padding-left: 50px;
  }
  .contact-page .contact-2 .list ul li .box i {
    width: 30px;
  }
  .contact-page .contact-2 .list ul li .box h6 {
    font-size: 16px;
    line-height: 2;
  }
}




/* about */
.about2-page h3 {
  font-size: 40px;
  color: #333;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}

.about2-page .line {
  display: block;
  width: 120px;
  height: 1px;
  background: #adadad;
  margin: 0 auto;
  position: relative;
}
.about2-page .line:after {
  content: '';
  height: 3px;
  width: 40px;
  background: #004c92;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -1px;
}

.about2-page .abt-1 {
  padding: 70px 0;
}
.about2-page .abt-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  margin: -15px;
}
.about2-page .abt-1 ul li {
  text-align: center;
  padding: 15px;
}
.about2-page .abt-1 ul li span {
  font-weight: 900;
  font-style: normal;
  font-size: 56px;
  color: #004c92;
}
.about2-page .abt-1 ul li h5 {
  font-size: 16px;
  line-height: 2;
  color: #5f5f5f;
}

.about2-page .about-1 {
  padding: 20px 0;
}
.about2-page .about-1 .box {
  position: relative;
}
.about2-page .about-1 .box .left {
  width: 50%;
  vertical-align: middle;
}
.about2-page .about-1 .box .left i.tit,
.about2-page .about-1 .box2 .right i.tit {
  font-size: 18px;
  line-height: 1.8;
  color: #004c92;
  text-transform: uppercase;
  
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.about2-page .about-1 .box .left h2,
.about2-page .about-1 .box2 .right h2 {
  font-size: 35px;
  color: #333;
  text-transform: capitalize;
      font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
.about2-page .about-1 .box .left .text {
  text-align: left;
}
.about2-page .about-1 .box .left .text p{
  line-height: 2;
}
.about2-page .about-1 .box .left .list {
  margin: 30px 0;
  
}
.about2-page .about-1 .box .left .list ul li {
  font-size: 16px;
  color: #6b6b84;
  line-height: 1.8;
  padding-bottom: 5px;
}
.about2-page .about-1 .box .left .list ul li i {
  color: #004c92;
  margin-right: 10px;
}
.about2-page .about-1 .box .left .list ul li:last-child {
  padding-bottom: 0;
}
.about2-page .about-1 .box .left a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
  background: #004c92;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-1 .box .left a.more:hover {
  background: #111;
}
.about2-page .about-1 .box .right {
  width: 50%;
  padding-left: 2%;
  vertical-align: middle;
  /*padding-right: 9%;*/
}
.about2-page .about-1 .box .right:after {
  content: '';
  width: 7%;
  height: 100%;
  position: absolute;
  z-index: -1;
  /*background: #004c92;*/
  left: 52%;
  top: 0;
}
.about2-page .about-1 .box .right:before {
  content: '';
  width: 16%;
  height: 100%;
  /*border: 5px solid #25243d;*/
  position: absolute;
  top: 0;
  right: 0;
}
.about2-page .about-1 .box .right .img {
  /*padding-left: 20%;*/
  position: relative;
}
.about2-page .about-1 .box .right .img h6 {
  font-size: 28px;
  color: white;
  
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -moz-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  -o-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  position: absolute;
  left: 6%;
  top: 12%;
  transform-origin: left top;
}
.about2-page .about-1 .box2 {
  margin-top: 50px;
}
.about2-page .about-1 .box2 .left {
  width: 50%;
  padding-right: 3%;
  vertical-align: middle;
}
.about2-page .about-1 .box2 .right {
  width: 50%;
  text-align: left;
  vertical-align: middle;
}
.about2-page .about-1 .box2 .right .text {
  text-align: left;
}

.about2-page .about-1 .box2 .right .text p{
  line-height: 2;
}
.about2-page .about-history {
  margin-top: 60px;
  text-align: center;
  padding: 150px 0 60px;
  background: url("/gh-hdpefitting/2023/10/13/dibu2.jpg") center center no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about2-page .about-history .header{
  text-align: center;
}
.about2-page .about-history .header span{
  font-size: 23px;
  line-height: 1;
  color: #004c92;
}
.about2-page .about-history .header span::before,
.about2-page .about-history .header span::after{
  content: '';
  width: 78px;
	height: 3px;
	background-color: #004c92;
  display: inline-block;
  vertical-align: middle;
}
.about2-page .about-history .years {
  text-align: center;
}
.about2-page .about-history .years .column {
  font-size: 48px;
  line-height: 1;
}
.about2-page .about-history .year-list {
  position: relative;
  margin-top: 60px;
}
.about2-page .about-history .year-list .btn {
  position: relative;
  z-index: 2;
}
.about2-page .about-history .year-list .btn div {
  content: '';
  position: absolute;
  font-size: 24px;
  top: -10px;
  cursor: pointer;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  text-align: center;
  line-height: 57px;
}
.about2-page .about-history .year-list .btn div:after {
  font-family: "FontAwesome";
}
.about2-page .about-history .year-list .btn .next {
  right: -5%;
  background: url(../images/ab-r.png) no-repeat center center rgba(255,255,255,0.17);
}
.about2-page .about-history .year-list .btn .prev {
  left: -5%;
  background: url(../images/ab-l.png) no-repeat center rgba(255,255,255,0.17);
}
.about2-page .about-history .year-list ul {
  position: relative;
  z-index: 1;
}
.about2-page .about-history .year-list ul:after {
  border-top: 1px solid #fff;
  content: '';
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
}
@keyframes scale_hx {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.about2-page .about-history .year-list ul li {
  padding-top: 10px;
}
.about2-page .about-history .year-list ul li * {
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about2-page .about-history .year-list ul li i {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #004c92;
  border: 5px solid #ffffff7d;
  display: block;
  margin: 0 auto;
  opacity: 1;
  position: relative;
}
.about2-page .about-history .year-list ul li i::before,
.about2-page .about-history .year-list ul li i::after{
   position: absolute;
   z-index: 1;
          content: '';
          left: -10px;
          right: -10px;
          top: -10px;
          bottom: -10px;
          border-radius: 50%;
          background-color: rgba(255,255,255,.55);
          animation: scale_hx 2s linear .5s infinite;
           /* Firefox: */
           -moz-animation: scale_hx 2s linear .5s infinite;
          /* Safari 和 Chrome: */
          -webkit-animation: scale_hx 2s linear .5s infinite;
          /* Opera: */
          -o-animation: scale_hx 2s linear .5s infinite;
}
.about2-page .about-history .year-list ul li h4 {
  display: block;
  font-size: 30px;
  color: #fff;
  margin: 30px 0 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -30%;
  left: 0;
}

.about2-page .about-history .year-list ul li .text {
  width: 320px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 32px;
  text-align: center;
  color: #fff;
  /*background-color: #004c92;*/
  padding: 27px 30px 45px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-history .year-list ul li .text::before{
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  width: 18px;
  height: 12px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-history h3{
  color: #fff;
}
.about2-page .about-history .year-list ul li .text h3{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
.about2-page .about-history .year-list ul li .text p{
  font-size: 17px;
  line-height: 2;
  margin-top: 20px;
}
.about2-page .about-history .year-list ul li .text:hover{
  background-color: #ffa917;
  color: #fff;
}
.about2-page .about-history .year-list ul li .text:hover::before{
  opacity: 1;
}
.about2-page .about-history .year-list ul .slick-current li * {
  opacity: 1;
}



span.tag {
  font-size: 22px;
  color: #004c92;
  display: inline-block;
}

span.tag:before,span.tag:after {
  content: '';
  width: 78px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  background: #004c92;
}

span.tag:before {
  margin-right: 12px;
}

span.tag:after {
  margin-left: 12px;
}

.about-page h2.title {
    font-size: 48px;
    color: #181818;
    margin-top: 20px;
}

.about-page .about-2 {
  padding: 100px 0;
  position: relative;
  text-align: center;
}
.about-page .about-2 .prodes {
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
  text-align: left;
}
.about-page .about-2 .prodes h2 {
  font-size: 24px;
    color: #004c92;
    font-weight: bold;
}
.about-page .about-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f2f2f2;
  z-index: -1;
}
.about-page .about-2 .list {
  margin-top: 50px;
}
.about-page .about-2 .list ul {
  margin: -8px;
}
.about-page .about-2 .list ul li {
  padding: 8px;
}
.about-page .about-2 .list ul li .box {
  display: block;
  position: relative;
}
.about-page .about-2 .list ul li .box img {
  width: 100%;
}
.about-page .about-2 .list ul li .box .text {
  position: absolute;
  bottom: 0;
  width: 70%;
  right: 0;
  text-align: left;
  background: #004c92;
  color: white;
  padding: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box .text:after {
  content: '';
  display: block;
  width: 40%;
  /*height: 1px;*/
  background: white;
}
.about-page .about-2 .list ul li .box .text h5 {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.about-page .about-2 .list ul li .box .text p {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  margin: 20px 0 15px;
}
.about-page .about-2 .list ul .slick-slide:nth-child(even) li .box .text {
  background: #181818;
}


.about-page .about-4 {
  padding: 120px 0;
  text-align: center;
}
.about-page .about-4 .list {
  margin-top: 45px;
}
.about-page .about-4 .list ul {
  margin: -12px;
}
.about-page .about-4 .list ul li {
  padding: 20px 12px;
}
.about-page .about-4 .list ul li .box {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.about-page .about-4 .list ul li .box a.img-box {
  display: block;
  position: relative;
}
.about-page .about-4 .list ul li .box a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-4 .list ul li .box a.img-box:hover:after {
  opacity: 1;
}
.about-page .about-4 .list ul li .box img {
  display: block;
  width: 100%;
}
.about-page .about-4 .list ul li .box h6 {
  line-height: 46px;
  height: 46px;
  padding: 0 15px;
  text-align: center;
  /*background: #e6e6e6;*/
  font-size: 20px;
  color: #181818;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /*text-transform: uppercase;*/
}
.about-page .about-4 .btn {
  margin-top: 50px;
  font-size: 16px;
  text-transform: uppercase;
}
.about-page .about-4 .btn .prev {
  float: left;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-4 .btn .prev:before {
  content: '';
  width: 60px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background: black;
  margin-right: 8px;
}
.about-page .about-4 .btn .dots {
  display: inline-block;
}
.about-page .about-4 .btn .dots li {
  width: 13px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  background: #181818;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .btn .dots li button {
  display: none;
}
.about-page .about-4 .btn .dots li.slick-active {
  width: 28px;
  background: #004c92;
}
.about-page .about-4 .btn .next {
  float: right;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-4 .btn .next:after {
  content: '';
  width: 60px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background: black;
  margin-left: 8px;
}

@media screen and (max-width: 1600px) {
  span.tag {
    font-size: 18px
  }

  span.tag:before,span.tag:after {
    width: 40px
  }
}
@media screen and (max-width: 1500px) {
  .about2-page h3 {
    font-size: 34px;
  }
  .Auxil-industry.pt-60{
    display: none!important;
  }
  .about2-page .about-1 .left h2 {
    font-size: 46px;
  }

  .about-page .about-2 .list ul li .box .text h5 {
    font-size: 20px;
  }
  .about-page .about-2 .list ul li .box .text p {
    font-size: 16px;
  }

  .about-page .about-4 .list ul li .box h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px) {
  .about2-page h3 {
    font-size: 28px;
  }

  .about2-page .about-1 {
    padding: 50px 0;
  }
  .about2-page .about-1 .left h2 {
    font-size: 32px;
  }
  .about2-page .about-1 .left i.tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about2-page .about-1 .left .list ul li{
    font-size: 14px;
    line-height: 1.6;
  }
  .about2-page .about-1 .left a.more {
    line-height: 46px;
    height: 46px;
    font-size: 16px;
    padding: 0 20px;
  }
  .about2-page .about-1 .right .img h6 {
    top: 12%;
  }

  
  .about-page .about-4 .list ul li .box h6 {
    line-height: 40px;
    height: 40px;
    font-size: 20px;
  }
  .about-page .about-4 .btn {
    margin-top: 30px;
  }

  .about2-page .about-history {
    padding: 100px 0;
  }
}

@media screen and (max-width: 1000px) {
  .baseTit .fl,
  .baseTit .fr{
    float: none;
    text-align: left;
  }

  .about-page .about-2 .list ul li{
    width: 50%!important;
  }

  span.tag {
    font-size: 14px
  }

  .about2-page .about-1 .box .right {
    display: none;
  }
  .about2-page .about-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .about2-page .about-1 .left h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .about2-page .about-1 .left .list {
    margin: 10px 0 20px;
  }
  .about2-page .about-1 .left a.more {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }

  .about2-page .about-1 .box2 .right {
    width: 100%;
    margin-top: 40px;
  }
  .about2-page .about-1 .box2 .left {
    width: 100%;
    padding-right: 0;
  }

  .about2-page .about-1 .box .left h2,
  .about2-page .about-1 .box2 .right h2 {
    font-size: 40px;
  }

  .about2-page .abt-1 ul li{
    width: 50%;
  }

  .about2-page .abt-1 ul li span{
    font-size: 40px;
  }
}


@media screen and (max-width: 700px) {
  .about-page .about-2 .list ul li{
    width: 100%!important;
  }

  .about2-page h3 {
    font-size: 24px;
  }

  span.tag {
    font-size: 14px
  }

  span.tag:before,span.tag:after {
    width: 20px
  }

  .about-page .about-2 {
    padding: 50px 0;
  }

  .about-page .about-4 .btn .prev:before,
  .about-page .about-4 .btn .next:after {
    width: 30px;
  }


  .about2-page .about-1 .left h2 {
    font-size: 26px;
  }
  .contact2-page .contact-1 .box {
    padding: 30px 20px;
  }
  .about2-page .about-1 .box .left {
    width: 100%;
  }
  .about2-page .about-1 .box .left h2,
  .about2-page .about-1 .box2 .right h2 {
    font-size: 30px;
  }
  .about2-page .about-1 .box2 {
    display: none;
  }
  
}

@media screen and (max-width: 500px) {
  .about-page .about-4 .btn .dots {
    display: none !important;
  }

  .about2-page .about-1 .left .list ul li{
    font-size: 14px;
	  line-height:28px;
  }
}
/* end */



/* news */
a.more {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    padding: 0 50px;
    background: #ff9901;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-shadow: none
}

a.more:after {
    content: '+';
    margin-left: 10px
}

a.more:hover {
    background: #004c92
}

.news-page .news-1 {
  padding-top: 80px;
}
.news-page .news-1 .list ul {
  margin: -30px -15px;
}
.news-page .news-1 .list ul li {
  padding: 30px 15px;
}
.news-page .news-1 .list ul li a.img-box {
  display: block;
}
.news-page .news-1 .list ul li a.img-box img {
  width: 100%;
}
.news-page .news-1 .list ul li .content {
  display: block;
  margin-top: 35px;
  text-align: left;
}
.news-page .news-1 .list ul li .content time {
  display: block;
  font-size: 14px;
  color: #eb9822;
  line-height: 1;
}
.news-page .news-1 .list ul li .content h3 {
  font-size: 24px;
  line-height: 1.8;
  font-weight: bold;
 text-transform: capitalize;
  margin: 8px 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .content h3:hover {
  color: #004c92;
}
.news-page .news-1 .list ul li .content p {
  display: block;
  line-height: 2;
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 15px;
}
.news-page .news-1 .list ul li .content a.more {
  margin-top: 20px;
}

.newdet-page {
  padding: 80px 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.newdet-page h1 {
  font-size: 38px;
  line-height: 1.8;
  color: #333;
  font-weight: bold;
}
.newdet-page time {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.newdet-page .content {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.newdet-page .m-link {
  font-size: 16px;
  display: inline-block;
  text-align: left;
  float: left;
  line-height: 30px;
}
.newdet-page .m-link a {
  display: block;
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
}
.newdet-page .share {
  float: right;
  margin-top: 10px;
}
.newdet-page .share ul li {
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
  color: #787878;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: auto !important;
}
.newdet-page .share ul li:hover {
  color: #004c92;
}


@media screen and (max-width: 1600px) {
  a.more {
    line-height: 46px;
    height: 42px;
    padding: 0 30px;
  }
}


@media screen and (max-width: 1450px) {
  a.more {
    line-height: 42px;
    height: 42px;
    padding: 0 15px;
    font-size: 13px;
  }

  .news-page .news-1 {
    padding-top: 60px;
  }
  .news-page .news-1 .list ul li .content {
    margin-top: 20px;
  }
  .news-page .news-1 .list ul li .content h3 {
    font-size: 20px;
  }

  .newdet-page {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1250px) {
  .newdet-page h1 {
    font-size: 24px;
  }
  .newdet-page .content,
  .newdet-page .m-link,
  .newdet-page time {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (max-width: 1000px) {
  .news-page .news-1 .list ul li {
    padding: 7px;
  }
  .news-page .news-1 .list ul {
    margin: -7px;
  }
}

@media screen and (max-width: 500px) {
  .newdet-page h1 {
    font-size: 22px;
    line-height: 1.8;
  }
}

/* end */



.inner-page .publicBox {
  padding: 200px 0 0;
  overflow: hidden;
  background: url("../images/publicBox-bg.jpg") right top 100% no-repeat;
}
.inner-page .publicBox .box {
  width: 65%;
  padding: 100px 0;
  padding-right: 20%;
  background: #004c92;
  position: relative;
}
.inner-page .publicBox .box a.more2 {
  color: white;
  position: absolute;
  top: 50%;
  font-size: 35px;
  right: 12%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .publicBox .box:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: inherit;
}
.inner-page .publicBox .box h3 {
  font-size: 36px;
  line-height: 1.8;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
}
.inner-page .publicBox .box h3 em {
  /*color: #004c92;*/
}
.inner-page .publicBox .box .text {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 18px;
}
.inner-page .publicBox .box .text p{
  line-height: 2;
}

@media screen and (max-width: 1450px) {
  .inner-page .publicBox .box {
    padding: 50px 0;
    padding-right: 10%;
  }
  .inner-page .publicBox {
    padding: 100px 0;
    background-size: auto 120%;
  }
}

@media screen and (max-width: 1250px) {
  .inner-page .publicBox .box a.more2 {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page .publicBox .box {
    width: 80%;
    padding-right: 30px;
  }
  .inner-page .publicBox .box h3 {
    font-size: 28px;
  }
  .inner-page .publicBox {
    padding: 50px 0;
  }
}

@media screen and (max-width: 700px) {
  .inner-page .publicBox {
    background-size: auto 80%;
  }
  .inner-page .publicBox .box {
    width: 90%;
  }
  .inner-page .publicBox .box .text {
    font-size: 14px;
  }
  .inner-page .publicBox .box .text p{
    line-height: 2;
  }
}

@media screen and (max-width: 500px) {
  .inner-page .publicBox .box h3 {
    font-size: 24px;
    line-height: 1.8;
  }
}




/* product */
.product-page .product-1 .navList {
  margin: 30px 0 50px;
  text-align: center;
}
.product-page .product-1 .navList ul {
  margin: -20px;
}
.product-page .product-1 .navList ul li {
  padding: 20px;
}
.product-page .product-1 .navList ul li img {
  border-radius: 100%;
  border: 6px solid #e4e4e4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  margin: 0 auto;
  max-width: 120px;
}
.product-page .product-1 .navList ul li h6 {
  margin-top: 20px;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  line-height: 1;
  padding-bottom: 12px;
}
.product-page .product-1 .navList ul li h6:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30%;
  height: 4px;
  background: #149338;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .navList ul li h6:before {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #004c92;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  position: absolute;
}
.product-page .product-1 .navList ul li:hover img {
  border-color: #004c92;
}
.product-page .product-1 .navList ul li:hover h6::before {
  opacity: 1;
}
.product-page .product-1 .navList ul li:hover h6:after {
  width: 100%;
}
.product-page .product-1 .navList ul li.active img {
  border-color: #004c92;
}
.product-page .product-1 .navList ul li.active h6::before {
  opacity: 1;
}
.product-page .product-1 .navList ul li.active h6:after {
  width: 100%;
}
.product-page .product-1 .navList ul .slick-arrow {
  width: 12px;
  height: 16px;
  border: none;
  background: url("../images/icon-play.png") center center no-repeat;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.product-page .product-1 .navList ul .slick-arrow.slick-prev {
  left: 20px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product-page .product-1 .navList ul .slick-arrow.slick-next {
  right: 20px;
}
.product-page .product-1 .list ul {
  margin: -30px -15px;
}

.lvlvh1 {
  font-size: 35px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #000;
}

.lvlvpro {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.product-page .product-1 .list ul li {
  padding: 30px 15px;
}
.product-page .product-1 .list ul li a.img-box {
  display: block;
}
.product-page .product-1 .list ul li a.img-box img {
  width: 100%;
  border: 1px solid #eee;
}
.product-page .product-1 .list ul li a.img-box span {
  padding: 0 30px;
  line-height: 28px;
  height: 28px;
  background: white;
  font-weight: 300;
  font-size: 15px;
  color: #004c92;
  text-transform: uppercase;
  position: absolute;
  right: -1px;
  top: 80%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.product-page .product-1 .list ul li h6 {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .list ul li h6:hover {
  color: #004c92;
}

@media screen and (max-width: 1450px) {
  .product-page .product-1 .navList ul li h6 {
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 8px;
  }
  .product-page .product-1 .list ul li a.img-box span {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1000px) {
  .product-page .product-1 .navList {
    display: none;
  }
  .lvlvh1 {
    display: none;
}
  .lvlvpro {
    display: none;
}
  .product-page .product-1 {
    padding-top: 50px;
  }
  .product-page .product-1 .list ul li {
    padding: 17px;
  }
  .product-page .product-1 .list ul {
    margin: -7px;
  }
  .product-page .product-1 .list ul li h6 {
    margin-top: 10px;
    text-align: center;
  }
}
/* end */



/* prodet */
.prodet-page .prodet-1 {
  padding: 60px 0 40px;
}
.prodet-page .prodet-1 .left {
  width: 55%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left ul {
  margin: -8px;
}
.prodet-page .prodet-1 .left ul li {
  padding: 8px;
}
.prodet-page .prodet-1 .left ul li a {
  display: block;
  position: relative;
}
.prodet-page .prodet-1 .left ul li img {
  display: block;
}
.prodet-page .prodet-1 .left .smallImg {
  width: 17.5%;
  padding-right: 20px;
  float: left;
}
.prodet-page .prodet-1 .left .smallImg a:after {
  content: '';
  border: 3px solid #004c92;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .smallImg a:hover:after,
.prodet-page .prodet-1 .left .smallImg a.active:after {
  opacity: 1;
}
.prodet-page .prodet-1 .left .smallImg .slick-current a:after {
  opacity: 1;
}
.prodet-page .prodet-1 .left .bigImg {
  width: 82.5%;
  display: inline-block;
  overflow: hidden;
}
.prodet-page .prodet-1 .right {
  width: 45%;
  vertical-align: middle;
  padding-left: 5%;
}
.prodet-page .prodet-1 .right span.tag {
  font-size: 15px;
  color: #1e1e1e;
  line-height: 2;
  display: block;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  line-height: 1.6;
  margin-top: 12px;
}
.prodet-page .prodet-1 .right a.more:after {
  display: none;
}
.prodet-page .prodet-1 .right .text {
  font-size: 15px;
  color: #1e1e1e;
  line-height: 30px;
  margin: 20px 0 25px;
  max-height: 150px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .right .text p{
  line-height: 2;
}
.prodet-page .prodet-1 .right .text strong{
  font-weight: bold;
  line-height: 1.8;
}
.prodet-page .prodet-1 .right .box2 {
  margin-top: 35px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 18px 0;
}
.prodet-page .prodet-1 .right .box2 h6 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 2;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .box2 > div {
  margin-bottom: 15px;
  line-height: 30px;
}
.prodet-page .prodet-1 .right .box2 > div:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-1 .right .box2 .color ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .box2 .color ul li {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.prodet-page .prodet-1 .right .box2 .color ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .right .box2 .tag .link {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .box2 .tag .link a {
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 15px;
  color: #1e1e1e;
}
.prodet-page .prodet-1 .right .box2 .tag .link a:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .right .box2 .tag .link a:hover {
  color: #004c92;
}
.prodet-page .prodet-1 .right .box2 .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .box2 .share ul li {
  width: auto;
  margin-right: 20px;
  font-size: 16px;
  color: #878787;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .box2 .share ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .right .box2 .share ul li:hover {
  color: #004c92;
}
.prodet-page .prodet-2 {
  padding-bottom: 90px;
}
.prodet-page .prodet-2 .options {
  border-bottom: 1px solid #d0d0d0;
}
.prodet-page .prodet-2 .options ul li {
  margin-right: 100px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .options ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-2 .options ul li:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -1px;
  background: #004c92;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.prodet-page .prodet-2 .options ul li.active:after,
.prodet-page .prodet-2 .options ul li:hover:after {
  opacity: 1;
}
.prodet-page .prodet-2 .retBox {
  margin-top: 40px;
}
.prodet-page .prodet-2 .retBox .content {
  font-size: 15px;
  color: #1e1e1e;
  line-height: 2;
}
.prodet-page .prodet-2 .retBox .content table {
  border: none;
}
.prodet-page .prodet-2 .retBox .content table td {
  border: 1px solid #b4b4b4;
  padding: 10px;
  line-height: 30px;
}
.prodet-page .prodet-2 .retBox .form {
  max-width: 1300px;
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-2 .retBox .form li {
  margin-bottom: 15px;
}
.prodet-page .prodet-2 .retBox .form li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-2 .retBox .form li input,
.prodet-page .prodet-2 .retBox .form li textarea {
  width: 100%;
  line-height: 2;
  padding: 12px 20px;
  background: #f3f3f3;
  border: none;
}
.prodet-page .prodet-2 .retBox .form li textarea {
  height: 200px;
}
.prodet-page .prodet-2 .retBox .form li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  background: #004c92;
  color: white;
}
.prodet-page .prodet-2 .retBox .faq li {
  margin-bottom: 15px;
  padding: 10px;
  background: #f9f9f9;
}
.prodet-page .prodet-2 .retBox .faq li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-2 .retBox .faq li h6 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
}
.prodet-page .prodet-2 .retBox .faq li .text {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 300;
  line-height: 30px;
}
.prodet-page .prodet-2 .retBox .faq li .text p{
  line-height: 2;
}
.prodet-page .prodet-3 {
  padding: 100px 0;
  text-align: center;
  background: #fff;
}
.prodet-page .prodet-3 span.tag {
  font-size: 16px;
  color: #1e1e1e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  display: block;
}
.prodet-page .prodet-3 h2 {
  font-size: 48px;
  font-weight: bold;
  color: #1e1e1e;
  text-transform: uppercase;
  line-height: 1;
}
.prodet-page .prodet-3 h2 em {
  color: #004c92;
  background: url("../images/icon-title-1.png");
  background-size: 100% 100%;
  padding: 5px 10px;
  line-height: 1;
  display: inline-block;
}
.prodet-page .prodet-3 .list {
  margin-top: 70px;
  text-align: center;
}
.prodet-page .prodet-3 .list ul {
  margin: -9px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 9px;
}
.prodet-page .prodet-3 .list ul li .box{
  background: white;
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-3 .list ul li a.img-box {
  display: block;
}
.prodet-page .prodet-3 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
.prodet-page .prodet-3 .list ul li .content {
  padding: 15px;
}
.prodet-page .prodet-3 .list ul li .content h4 {
  line-height: 1.8;
  min-height: 6em;
  font-size: 18px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .list ul li .content h4:hover {
  color: #004c92;
}
.prodet-page .prodet-3 .list ul li .content a.more2 {
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  color: #004c92;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
}

@media screen and (max-width: 1450px) {
  .prodet-page .prodet-3 h2{
    font-size: 40px;
  }

  .prodet-page .prodet-2 .options ul li {
    padding-bottom: 10px;
  }
  .prodet-page .prodet-3 .list {
    margin-top: 40px;
  }
  .prodet-page .prodet-3 .list ul li .content {
    padding: 25px 10px;
  }
  .prodet-page .prodet-3 .list ul li .content a.more2 {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-2 {
    padding-bottom: 50px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 28px;
    margin-top: 15px;
  }
  .prodet-page .prodet-1 .right .box2 {
    margin-top: 20px;
    padding: 10px 0;
  }
  .prodet-page .prodet-1 .right .box2 > div {
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 17px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .smallImg {
    width: 20.6%;
  }
  .prodet-page .prodet-1 .left .bigImg {
    width: 79.4%;
  }
  .prodet-page .prodet-2 .options ul li {
    margin-right: 40px;
  }
  .prodet-page .prodet-2 .retBox {
    margin-top: 20px;
  }
  .prodet-page .prodet-3 h2 {
    font-size: 32px;
  }
  .prodet-page .prodet-3 span.tag{
    font-size: 14px;
  }
  .prodet-page .prodet-3 {
    padding: 70px 0;
  }
}

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

  .prodet-page .prodet-3 h2{
    font-size: 28px;
  }

  .prodet-page .prodet-2 .options ul li {
    margin-right: 30px;
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-3 h2,{
    font-size: 24px;
  }

  .prodet-page .prodet-3 span.tag,
  .about-page span.tag {
    font-size: 12px;
  }
  .prodet-page .prodet-2 .options {
    display: none;
  }
  .prodet-page .prodet-2 .retBox {
    margin-top: 0;
  }
  .prodet-page .prodet-2 .retBox .slide {
    display: block !important;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .retBox .content {
    font-size: 14px;
    line-height: 2;
  }
  .prodet-page .prodet-1 .right .box2 h6 {
    font-size: 14px;
  }
}
/* end */



/* 定制 */
.customize-page .customize-1 {
  padding-top: 60px;
}
.customize-page .customize-1 h3 {
  font-size: 40px;
  margin-bottom: 30px;
}
.customize-page .customize-1 ul {
  margin: -10px;
}
.customize-page .customize-1 ul li {
  padding: 10px;
  margin-bottom: 50px;
}
.customize-page .customize-1 .img {
  margin-bottom: 20px;
}
.customize-page .customize-1 .img img {
  width: 100%;
  max-width: 100%;
      background-color: #fff;
  opacity: 1;
  transition-duration: 1.2s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.customize-page .customize-1 .img:hover img {
  opacity: 0;
}
.customize-page .customize-1 .bg {
  background-color: #E1E0DF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.customize-page .customize-1 h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.customize-page .customize-1 .elementor-button {
  font-size: 16px;
  width: 193px;
  height: 51px;
  text-align: center;
  line-height: 51px;
  font-weight: 500;
  background-color: #004c92;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
}
.customize-page .customize-1 .elementor-button i {
  margin-left: 15px;
}
.customize-page .customize-2 {
  background-color: #efefef;
  color: white;
}
.customize-page .customize-2 .left {
  width: 50%;
  vertical-align: middle;
}
.customize-page .customize-2 .left .content {
  max-width: 800px;
  padding: 0 15px;
  margin-left: auto;
}
.customize-page .customize-2 .left .content .text {
  max-width: 500px;
}
.customize-page .customize-2 .left h2 {
  font-size: 50px;
  line-height: 65px;
  font-weight: 600;
  color: #162c35;
  margin-bottom: 30px;
}
.customize-page .customize-2 .left p {
  font-size: 16px;
  line-height: 2;
  color: #111;
  margin-bottom: 40px;
}

.customize-page .customize-2 .right {
  width: 50%;
  vertical-align: middle;
}
.customize-page .customize-2 .right .img {
  height: 600px;
}
.customize-page .customize-2 .right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elementor-widget-container {
  -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 1000px) {
  .customize-page .customize-1 .grid-box.three > .column {
    width: 50%;
  }
  .customize-page .customize-2 .left h2 {
    font-size: 40px;
  }
  .customize-page .customize-2 .left {
    width: 100%;
    padding: 60px 0;
  }
  .customize-page .customize-2 .right {
    display: none;
  }
  .customize-page .customize-1 h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .customize-page .customize-1 .grid-box.three > .column {
    width: 100%;
  }
}




.service2-page .container .tit-name h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 58px;
  color: #162c35 !important;
  margin-bottom: 30px;
}
.service2-page .container .tit-name p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: #111 !important;
  margin-bottom: 10px;
}
.service2-page .container .section-link {
  margin-top: 30px;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #dbae78 !important;
  text-decoration: underline!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service2-page .init-2 {
  padding: 110px 0;
  background: #004c92;
  background-size: cover;
}
.service2-page .init-2 .grid-box {
  background: #fff;
}
.service2-page .init-2 .grid-box .column {
  vertical-align: middle;
}
.service2-page .init-2 .grid-box .column:nth-child(2) {
  padding: 0 5%;
}
.service2-page .init-1,
.service2-page .init-3 {
  padding: 60px 0 60px;
  /*background-color: #F3F4F6;*/
}
.service2-page .init-1 .column,
.service2-page .init-3 .column {
  vertical-align: middle;
}
.service2-page .init-1 .column:nth-child(2),
.service2-page .init-3 .column:nth-child(2) {
  padding-left: 5%;
}
.service2-page .init-3 .column {
  vertical-align: middle;
}
.service2-page .init-3 .column:nth-child(1) {
  padding-right: 5%;
}
.service2-page .init-3 .column:nth-child(2) {
  padding-left: 0;
}
.service2-page .init-3 .column:nth-child(2) img{
  width: 100%;
}
.service2-page .init-4 {
  padding: 40px 0 120px;
  background-color: #F3F4F6;
}
.service2-page .init-4 .tit-name {
  text-align: center;
}
.service2-page .init-4 .grid-box {
  margin-top: 30px;
}
.service2-page .init-4 .grid-box .column {
  padding: 0 8px;
}
.service2-page .init-4 .grid-box p{
  padding-top: 30px;
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (max-width: 700px) {
  .service2-page .init-2 .grid-box .column {
    width: 100%;
    padding-right: 0;
  }
  .service2-page .container .tit-name h2 {
    font-size: 20px;
  }
  .service2-page .container .tit-name h2{
    line-height: 1.8;
  }
  .service2-page .init-1, .service2-page .init-3{
    padding: 30px 0;
  }
}



.lg-page ul{
  margin: -15px;
}
.lg-page ul li{
  padding: 15px;
}

.lg-page ul li .content{
  display: block;
  padding: 25px 15px;
  background: #f5f5f5;
}







.product-yd-page {
  background: #fbf9f7;
  overflow: hidden;
}
.product-yd-page ul li {
  padding: 70px 0 50px;
  position: relative;
  z-index: 1;
}
.product-yd-page ul li:after {
  content: '';
  width: 200%;
  left: 50%;
  top: 0;
  height: 100%;
  background: #004c92;
  z-index: -1;
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page ul li .img {
  vertical-align: middle;
  padding: 0 3%;
  position: relative;
}
.product-yd-page ul li .text {
  padding-left: 2%;
  padding-right: 0;
  vertical-align: middle;
  color: white;
  position: relative;
}
.product-yd-page ul li h3 {
  display: block;
  font-size: 35px;
  line-height: 2;
  text-transform: uppercase;
  color: #004c92;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page ul li .content {
  
  margin: 15px 0;
  font-size: 16px;
  line-height: 2;
   color: #636160;
}
.product-yd-page ul li .link {
  margin-top: 20px;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}
.product-yd-page ul li .link a {
  float: left;
  width: 33.3333%;
  padding-right: 5px;
  margin-bottom: 5px;
  line-height: 2;
  padding-left: 15px;
  color: #636160;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page ul li .link a:hover {
  color: #004c92;
}
.product-yd-page ul li .link a:before {
  content: '';
  border:3px solid #004c92;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
}
.product-yd-page ul li .text .list dl {
  margin: -10px;
}
.product-yd-page ul li .text .list dl dd {
  padding: 10px;
}
.product-yd-page ul li .text .list dl dd h6 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.product-yd-page ul li .text .list dl dd a {
  display: block;
}
.product-yd-page ul li .text .list dl dd a img {
  display: block;
  width: 100%;
}
.product-yd-page ul li:nth-child(even):after {
  left: auto;
  right: 50%;
}
.product-yd-page ul li:nth-child(even) .img {
  left: 50%;
}
.product-yd-page ul li:nth-child(even) .text {
  left: -50%;
  padding-left: 0;
  padding-right: 2%;
}
.product-yd-page ul li:hover:after {
  background: #004c92;
}
.product-yd-page ul li:hover .text h3 {
  color: white;
}

@media screen and (max-width: 1000px) {
  .product-yd-page ul li:nth-child(even) .text {
    padding-left: 0;
  }
  .product-yd-page ul li .text {
    padding-right: 0;
  }
  .product-yd-page ul li .text h3 {
    font-size: 22px;
  }
  .product-yd-page ul li .text .content {
    font-size: 14px;
    margin: 10px 0 20px;
  }
  .product-yd-page ul li {
    padding: 30px 0;
  }
}

@media screen and (max-width: 700px) {
  .product-yd-page ul li .img {
    width: 100% !important;
    left: 0 !important;
  }
  .product-yd-page ul li .text {
    width: 100% !important;
    left: 0 !important;
    margin-top: 30px;
  }
  .product-yd-page ul li:after {
    display: none;
  }
  .product-yd-page ul li .text .content {
    color: black;
  }
  .product-yd-page ul li:hover .text h3 {
    color: #ee7810;
  }
}




.inner-banner {
  height: 600px;
  padding-top: 250px;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}
.inner-banner h3,.inner-banner .producth1 {
  font-size: 34px;
  line-height: 1.8;
  text-transform: capitalize;
}
.inner-banner .mbx {
  display: block;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.inner-banner .mbx a:hover {
  text-decoration: underline;
}


@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 360px;
    padding-top: 160px;
  }
  .inner-banner h3,.inner-banner .producth1 {
    font-size: 34px;
  }
  .inner-banner .mbx {
    font-size: 15px;
    margin-top: 10px;
  }

}

@media screen and (max-width: 700px) {
  .inner-banner {
    height: auto;
    padding: 40px 0;
  }

}

@media screen and (max-width: 500px) {
  .inner-banner h3 {
       font-size: 20px;
    line-height: 1.8;
  }
}




.faq-page .form ul {
  margin: -5px;
}
.faq-page .form ul li {
  padding: 5px;
}
.faq-page .form ul li.wid-100 {
  width: 100%;
}
.faq-page .form ul li input,
.faq-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
}
.faq-page .form ul li input::-webkit-input-placeholder,
.faq-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .form ul li input:-moz-placeholder,
.faq-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.faq-page .form ul li input::-moz-placeholder,
.faq-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.faq-page .form ul li input:-ms-input-placeholder,
.faq-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.faq-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.faq-page .form ul li input[type="submit"] {
  background: #004c92;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.faq-page .form ul li input[type="submit"]:hover {
  background: #222;
}



.lg-cat a{
  display: inline-block;
  padding: 16px;
  border: 1px solid #000;
  margin-right: 10px;
  margin-bottom: 10px;
}

.lg-cat a.active{
  color: white;
  background-color: #004c92;
}



.inner-page .m-page {
  text-align: center;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page span,
.inner-page .m-page a:hover {
  background: #004c92 none repeat scroll 0 0;
  color: #fff;
}






.seo_title{
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  text-transform: uppercase;
}

#seo_about ._box{
  margin: -15px;
}

#seo_about ._left,
#seo_about ._right{
  padding: 15px;
  vertical-align: middle;
}

#honor_list ul{
  margin: -15px;
}

#honor_list ul li{
  padding: 15px;
}

#news_list ul{
  margin: -15px;
}

#news_list ul li{
  padding: 15px;
}

#news_list ._time span{
  display: inline-block;
  padding: 5px;
}

#news_list ._time span._cate{
  color: #FFFFFF;
  background-color: #000000;
}

#news_list ._time span._date{
  background-color: #CCCCCC;
}

#news_list ._table{
  padding: 20px;
  border: 2px solid #CCCCCC;
}

#seo_public_from{padding:80px 0;background:#f9f9f9;}#seo_public_from h4{font-size:24px;line-height: 1.6;font-weight:bold;color:#333;}#seo_public_from .seo_public_from{margin-top:30px;}#seo_public_from .seo_public_from ul{margin:-10px;}#seo_public_from .seo_public_from ul li{padding:10px;}#seo_public_from .seo_public_from ul li.wid-100{width:100%;}#seo_public_from .seo_public_from ul li input,#seo_public_from .seo_public_from ul li textarea{width:100%;line-height:2;padding:10px;border:1px solid #eee;font-size:14px;color:black;background:white;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s;}#seo_public_from .seo_public_from ul li input:focus,#seo_public_from .seo_public_from ul li textarea:focus{border-color:black;}#seo_public_from .seo_public_from ul li textarea{height:120px;}#seo_public_from .seo_public_from ul li input[type="submit"]{width:auto;display:inline-block;padding:10px 30px;background:#222;color:white;}#seo_public_from .seo_public_from ul li input[type="submit"]:hover{opacity:.7;}

@media screen and (max-width: 1000px) {
  #seo_about ._left,
  #seo_about ._right{
    width: 100%;
  }
}


@media screen and (max-width: 1000px) {
    #cp-Nav {
    	display: block;
    }
    #cp-Nav .nav {
    	padding: 0 15px;
    }
    #cp-Nav .nav h3.title {
    	font-size: 18px;
    	font-weight: bold;
    	padding: 8px 10px;
    	background: #c7a484;
    	border-radius: 5px;
    }
    #cp-Nav .nav i.mask {
    	width: 100%;
    	height: 100%;
    	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 230;
    	background: rgba(0, 0, 0, 0.2);
    }
    #cp-Nav .nav>ul {
    	display: none;
    }
    #cp-Nav .nav ul {
    	position: fixed;
    	top: 10%;
    	max-height: 80%;
    	left: 5%;
    	width: 90%;
    	padding: 20px;
    	border-radius: 5px;
    	background: white;
    	z-index: 300;
    	font-size: 16px;
    	overflow: auto;
    }
    #cp-Nav .nav ul ul {
    	padding: 0 10px;
    	font-size: 14px;
    	position: static;
    	max-height: none;
    	width: 100%;
    	margin: 10px 0;
    }
    #cp-Nav .nav ul li a {
    	display: block;
    	padding: 5px 0;
    	line-height: 28px;
    }
}
p.font-16,
.font-16.mb-20,
.font-16.mt-30{
  line-height: 2;
}
.font-20,
.font-18,
.font-22,
.font-14{
  line-height: 2;
}

.hdpefitting{
  line-height: 2;
}
.hdpefitting h1{
  display: inline;
}

.mb-20{
  margin-top: 20px;
}

#seo_other.Auxil-industry{
  font-size: 16px;
  line-height: 2;
} 

#seo_other.Auxil-industry h4{
      font-size: 20px;
    line-height: 1.8;
    padding: 10px 0;
    font-weight: 600;
}







.basePlay {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  cursor: hand;
}
.basePlay i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 3px;
  font-size: 24px;
}
.basePlay:after,
.basePlay:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.basePlay:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
