
body {
  font-family:"Microsoft YaHei";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1420px;
}
.hover-language .zhuyu {
  line-height: 80px;
}
.hover-language .zhuyu span {
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  
}
.hover-language .zhuyu img {
  vertical-align: middle;
}
.hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  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.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-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 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 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 99;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 25, 71, 0.2);
  padding-right: 50px;
}
#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;
  line-height: 80px;
  background: rgba(0, 25, 71, 0.2);
  width: 25%;
}
#header .nav .ui.menu .logo img {
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  right: auto;
  left: 0;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  line-height: 80px;
  padding: 0 30px;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 5px;
  width: 0;
  background: #acd3ef;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#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: 0;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -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);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-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;
  top: 0;
  left: 100%;
  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;
  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 .h-search {
  line-height: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 30px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search span {
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#header .nav .search-box {
    position: absolute;
    top: 100%;
    left: 0;
    background: #0881ca;
    width: 100%;
    padding: 70px 0;
    z-index: 99999;
    display: none;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
}
#header .nav .search-box h4 {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 600;
}
#header .nav .search-box form {
    position: relative;
    display: flex;
    margin-top: 20px;
    margin-bottom: 50px;
}
#header .nav .search-box form::before {
    position: relative;
    content: "搜索";
    font-size: 16px;
    line-height: 1;
    color: #f2f2f2;
    width: 138px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
#header .nav .search-box form input[type="text"] {
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    padding: 0 60px 0 90px;
    height: 58px;
    background: #fff;
    border: none;
}
#header .nav .search-box form input[type="submit"] {
    font-size: 20px;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    border: none;
    width: 50px;
    height: 50px;
    background: #0881ca;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    font-weight: bold;
}
#header .nav .search-box form input::-webkit-input-placeholder {
    font-size: 18px;
    color: #000;
    font-weight: 300;
}
#header .nav .search-box form input::-moz-placeholder {
    font-size: 18px;
    color: #000;
    font-weight: 300;
}
#header .nav .search-box form input:-moz-placeholder {
    font-size: 18px;
    color: #000;
    font-weight: 300;
}
#header .nav .search-box form input:-ms-input-placeholder {
    font-size: 18px;
    color: #000;
    font-weight: 300;
}
#header .nav .search-box form input[type="submit"]:hover {
    color: #fff;
    background: #000;
}
#header .nav .search-box ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    padding: 20px 35px;
    background: #fff;
}
#header .nav .search-box ul li {
    width: 20%;
    padding: 1px;
}
#header .nav .search-box ul li a {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    /*text-transform: uppercase;*/
    /*font-family: 'anton';*/
    text-align: center;
    padding: 14px 0;
    background: #e3e3e3;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
#header .nav .search-box ul li a:hover {
    background: #0881ca;
}
#header .nav .search-box ul li.active a {
    background: #0881ca;
}
#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: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
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: 20;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  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;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  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 a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#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;
  }

  .inner-page {
    padding-top: 40px;
  }
}
.mask {
  height: 100vh;
}
.init-1 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/init1_bg.jpg) no-repeat center top;
  z-index: 2;
}
#index-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
/*.module {
  background: url(../images/module_bg.png) no-repeat center top;
  padding-bottom: 100px;
}*/
.module .module-1 {
  height: 100vh;
  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;
}

.module .module-1 .ui{
  transition: 1s ease;
}

.module .module-1 .ui.active{
  opacity: 0;
}

.module .module-1 h2 {
      color: #FFFFFF;
    font-size: 82px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 8px;
    text-transform: capitalize;
    text-shadow: 0 5px 5px rgb(0 25 71 / 20%);
}
.module .module-1 p {
  color: #FFFFFF;
  letter-spacing: 3px;
  
  text-shadow: 0 5px 5px rgba(0, 25, 71, 0.2);
}
.module .module-1 .line {
  width: 690px;
  height: 1px;
  background: #FFFFFF;
  margin: auto;
  position: relative;
}
.module .module-1 .line::before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid #FFFFFF;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.module .module-2 {
  padding-top: 400px;
  background: url(../images/bj_seabed_s.jpg)no-repeat center bottom;
  background-attachment: fixed;
}
.module .module-2 .box {
  margin: -15px;
}
.module .module-2 .left {
  width: 50%;
  padding: 15px;
}
.module .module-2 .right {
  width: 50%;
  padding: 15px;
}
.module .module-2 p {
  color: #FFFFFF;
}
.module .module-2 h1 {
  font-size: 36px;
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 2px;
  
}
.module .module-2 .more_btn a {
  line-height: 45px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #FFFFFF;
  
}
.module .module-2 .more_btn a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.module .module-2 .more_btn a img {
  vertical-align: middle;
}
.module .module-2 .more_btn a span {
  display: inline-block;
  vertical-align: middle;
}
.module .module-2 .more_btn a:hover::before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.module .store {
  padding: 80px 0;
}
.module .store ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.module .store ul li {
  position: relative;
  z-index: 1;
}
.module .store ul li::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  -webkit-animation: mymove 4s infinite;
  -moz-animation: mymove 4s infinite;
  animation: mymove 4s infinite;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #264e86;
  background: rgba(38, 78, 134, 0.2);
}
.module .store h2 {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
}
.module .store h2 small {
  font-size: 20px;
}
.module .store p {
  line-height: 1;
  color: #FFFFFF;
  
}
@-webkit-keyframes mymove {
  from {
    -webkit-transform: translateX(-50%) scale(0.8);
    transform: translateX(-50%) scale(0.8);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  to {
    -webkit-transform: translateX(-50%) scale(0.8);
    transform: translateX(-50%) scale(0.8);
  }
}
@-moz-keyframes mymove {
  from {
    -moz-transform: translateX(-50%) scale(0.8);
    transform: translateX(-50%) scale(0.8);
  }
  50% {
    -moz-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  to {
    -moz-transform: translateX(-50%) scale(0.8);
    transform: translateX(-50%) scale(0.8);
  }
}
@keyframes mymove {
  from {
    -webkit-transform: translateX(-50%) scale(0.8);
    -moz-transform: translateX(-50%) scale(0.8);
    transform: translateX(-50%) scale(0.8);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  to {
    -webkit-transform: translateX(-50%) scale(0.8);
    -moz-transform: translateX(-50%) scale(0.8);
    transform: translateX(-50%) scale(0.8);
  }
}
.product-cat {
  background: #f3f3f3;
  padding: 80px 0;
}
.product-cat .box {
  max-width: 1700px;
  padding: 0 15px;
  margin: auto;
}
.product-cat h2 {
    font-size: 48px;
    font-weight: 600;
}
.product-cat .nav {
  margin-bottom: 80px;
}
.product-cat .nav button.slick-arrow {
  border: none;
  background: transparent;
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
.product-cat .nav button.slick-arrow.slick-prev {
  left: 0;
}
.product-cat .nav button.slick-arrow.slick-next {
  right: 0;
}
.product-cat .nav ul {
  z-index: 1;
}
.product-cat .nav ul::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #d9d9d9;
}
.product-cat .nav li {
  text-align: center;
  
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.product-cat .nav li::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  opacity: .7;
}
.product-cat .nav .slick-current.slick-active{
  color: #004698;
}
.product-cat .nav .slick-current.slick-active::before{
  content: "";
  background: #004698;
}
.product-cat .list ul {
  margin: -10px;
}
.product-cat .list ul li {
  padding: 10px;
}
.product-cat .list .img {
  width: 55%;
}
.product-cat .list .content {
  width: 45%;
  padding: 40px 30px;
}
.product-cat .list .content h4 {
  font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    height: 165px;
  
}
.product-cat .list .content p {
  line-height: 2;
}
.product-cat .more_btn a {
  display: inline-block;
  position: relative;
  
}
.product-cat .more_btn a img {
  display: inline-block;
  vertical-align: middle;
}
.product-cat .more_btn a span {
  display: inline-block;
  vertical-align: middle;
}
.our-product {
  background: #FFFFFF;
  padding: 80px 0 40px;
}
.our-product .box {
  max-width: 1700px;
  padding: 0 15px;
  margin: auto;
}
.our-product h2 {
    font-size: 48px;
    font-weight: 600;
}
.our-product h2::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  margin: auto;
  background: #004698;
}
.our-product .list ul.grid-box {
  margin: 0 -45px;
}
.our-product .list li.column {
  padding: 0 60px;
}
.our-product .list h4 {
      font-size: 30px;
    
    text-transform: uppercase;
}
.our-product .slick-dots {
  margin-top: 80px;
}
.our-product .slick-dots li {
  width: 10px;
  height: 10px;
  background: #c3c3c3;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}
.our-product .slick-dots li.slick-active {
  background: #0266ad;
}
.our-product .slick-dots li button {
  display: none;
}
.our-application {
  background: url(../images/app_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;
}
.our-application h2 {
      font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
}
.our-application h4 {
  color: #FFFFFF;
  
}
.i-advantage {
  background: #FFFFFF;
  padding: 60px 0;
}
.i-advantage h2 {
  font-size: 36px;
  
}
.i-advantage h4 {
  font-size: 24px;
  line-height: 1;
  color: #0266ad;
  font-weight: 600;
  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-bottom: 20px;
}
.i-advantage h4 i {
  width: 70px;
}
.i-advantage h4 span {
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
}
.i-advantage .warp {
  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;
}
.i-advantage .warp .item {
  padding: 15px;
}
.i-advantage .warp .item.list {
  width: 25%;
}
.i-advantage .warp .item.list .mml-text {
  padding: 45px 0;
}
.i-advantage .warp .item.img {
  width: 50%;
}

.i-advantage .warp .item.img h3{
  position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    color: #1d619f;
  
}

.i-advantage .warp .item.img img.img1{
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.i-advantage .warp .item.img img.img2{
  position: relative;
  z-index: 2;
  animation: scale2 4s infinite;
}
.i-advantage .warp .item.img img.img3{
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@keyframes scale2 {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.our-video {
  background: #eaeaea;
  padding: 80px 0;
}
.our-video ul {
  margin: -15px;
}
.our-video li.column {
  width: 33.33%;
  padding: 15px;
}

.our-video .mml-text{
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.our-video .video{
  position: relative;
}
.our-video .video:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.our-video .mml-text h4{
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  
}

.our-video .mml-text img{
  margin: auto;
}

#footer {
  background: url(../images/foot_bg.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
  padding-top: 70px;
}
#footer .footer-top {
  padding: 30px 0;
}
#footer .footer-bottom {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer-bottom img {
  max-height: 14px;
  vertical-align: middle;
}
#footer .footer-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 .footer-block h4 {
  
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#footer .footer-block li {
  
}
#footer .footer-block.contact {
  max-width: 290px;
}
#footer .footer-block.news {
  max-width: 650px;
}
#footer .footer-block.news li {
  margin: -15px;
}
#footer .footer-block.news .img {
  width: 45%;
  padding: 15px;
}
#footer .footer-block.news .text {
  width: 55%;
  padding: 15px;
}
#footer .footer-block.news a.more {
  
  -webkit-text-decoration: revert;
  -moz-text-decoration: revert;
  text-decoration: revert;
}
#ewm {
  width: 140px;
  border: 4px solid #FFFFFF;
}
@media screen and (max-width: 1500px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .logo {
    width: 15%;
    line-height: 80px;
  }
  #header .nav .ui.menu .logo img {
    width: 80%;
  }
  #header {
    padding-right: 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 0 20px;
    line-height: 80px;
  }
  #header .nav .ui.menu .h-search {
    line-height: 80px;
  }
  .hover-language .zhuyu {
    line-height: 80px;
  }
  .module .module-1 h2 {
    font-size: 70px;
  }
  .product-cat .list .content {
    padding: 0 20px;
  }
  .product-cat .list .content h4 {
    font-size: 30px;
  }
  .i-advantage .warp .item.list .mml-text {
    padding: 20px 0;
  }
  .i-advantage h4 {
    font-size: 20px;
  }
  #footer .footer-block.news {
    max-width: 350px;
  }
  #footer .footer-block.news .img {
    display: none;
  }
  #footer .footer-block.news .text {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 0 15px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 20px;
    margin-right: 20px;
  }
  .module .module-1 h2 {
    font-size: 40px;
  }
  .module .module-1 p {
    font-size: 14px;
  }
  .module .module-2 .right h2 {
    width: 60%;
  }
  .module .module-2 h1 {
    font-size: 24px;
  }
  .module .store h2 {
    font-size: 40px;
  }
  .font-22 {
    font-size: 18px;
  }
  .product-cat h2 {
    font-size: 50px;
  }
  .product-cat .nav .slick-current.slick-active + .slick-active {
    color: inherit;
  }
  .product-cat .nav .slick-current.slick-active + .slick-active::before {
    background: transparent;
  }
  .product-cat .nav li {
    padding: 20px 0;
  }
  .our-product .list ul.grid-box {
    margin: 0 -15px;
  }
  .our-product .list li.column {
    padding: 0 15px;
  }
  .i-advantage .warp .item.list {
    width: 33.33%;
  }
  .i-advantage .warp .item.img {
    width: 33.33%;
  }
  #footer .footer-block.news {
    max-width: 250px;
  }
  .font-24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #index-body {
    top: 120px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .module .module-1 {
    height: -webkit-calc(80vh - 120px);
    height: -moz-calc(80vh - 120px);
    height: calc(80vh - 120px);
  }
  .module .module-1 h2 {
    font-size: 30px;
  }
  .module .module-1 .line {
    display: none;
  }
  .module {
    background-size: 100% auto;
    background-position: center top 40%;
    padding-bottom: 0;
  }
  .module .module-2 {
    padding-top: 150px;
  }
  .module .module-2 .left {
    display: none;
  }
  .module .module-2 .right {
    width: 100%;
  }
  .module .module-2 .right h2 {
    width: 200px;
  }

  .module .store h2 {
    font-size: 30px;
  }
  .product-cat h2 {
    font-size: 40px;
  }
  .product-cat .list .img {
    width: 50%;
  }
  .product-cat .list .content {
    width: 50%;
  }
  .our-product .list h4 {
    font-size: 24px;
  }
  .our-product h2 {
    font-size: 40px;
  }
  .our-application h2 {
    font-size: 40px;
  }
  .i-advantage .warp {
    display: block;
  }
  .i-advantage .warp .item.list {
    width: 100%;
  }
  .i-advantage .warp .item.img {
    display: none;
  }
  .i-advantage .warp {
    margin: 0;
  }
  .i-advantage .warp .item {
    padding: 0;
  }
  .our-video li.column {
    width: 100%;
  }
  #footer .footer-block.link,
  #footer .footer-block.news,
  #footer .footer-block.ewm {
    display: none;
  }
  #footer .footer-block.contact {
    max-width: 100%;
  }
  #footer .footer-bottom .fl,
  #footer .footer-bottom .fr {
    float: none;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .module .module-1 h2 {
    font-size: 25px;
    letter-spacing: 2px;
    margin: 0;
  }
  .module .module-1 p {
    display: none;
  }
  .module .store ul {
    display: block;
  }
  .module .store {
    padding: 30px 0;
  }
  .module .store ul li::before {
    display: none;
  }
  .module .store ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .product-cat h2 {
    font-size: 30px;
  }
  .our-product {
    padding: 60px 0;
  }
  .product-cat .nav {
    margin-bottom: 30px;
  }
  .our-application {
    display: none;
  }
  .i-advantage {
    display: none;
  }
  .our-video {
    display: none;
  }
  .module .module-2 h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .font-18{
    font-size: 14px;
  }

  .module {
    background-position: center top 30%;
  }
  .product-cat .list .img {
    width: 100%;
  }
  .product-cat .list .content {
    width: 100%;
    padding: 20px 0;
  }
  .product-cat .list .content h4 {
    font-size: 20px;
  }
  .our-product h2 {
    font-size: 30px;
  }
  .module .module-2 .right h2 {
    width: 100px;
  }
}



/* 内页样式 */
.inner-banner {
  height: 280px;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  padding-top: 150px;
}
.inner-banner h2 {
  font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    
    text-transform: uppercase;
}
.inner-banner .mbx {
  color: #FFFFFF;
  letter-spacing: 1px;
}


/* 新闻 */
.news-page .news-1 h3 {
    font-size: 48px;
    color: #0070bf;
    font-weight: 500;
    
    text-transform: uppercase;
}
.news-page .news-1 h3 small {
    display: block;
    font-size: 18px;
    color: #484848;
    
    line-height: 30px;
    font-weight: normal;
    text-transform: none;
}
.news-page .news-1 .nav-list {
    padding-top: 30px;
}
.news-page .news-1 .nav-list ul li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.news-page .news-1 .nav-list ul li a {
   line-height: 40px;
    height: 50px;
    font-size: 18px;
    
    color: #171717;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: block;
    padding: 5px 40px;
}
.news-page .news-1 .nav-list ul li:hover a,
.news-page .news-1 .nav-list ul li.active a {
    color: white;
    background: #f63f06;
}
.news-page .news-2 {
    padding: 100px 0 60px;
}
.news-page .news-2 .top .img {
    width: 30%;
    vertical-align: middle;
}
.news-page .news-2 .top .img a {
    display: block;
}
.news-page .news-2 .top .img a img {
    width: 100%;
}
.news-page .news-2 .top .text {
    width: 70%;
    vertical-align: middle;
    padding-left: 50px;
    max-width: 820px;
}
.news-page .news-2 .top .text h3 {
    font-size: 24px;
    color: black;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-2 .top .text h3:hover {
    color: #0881ca;
}
.news-page .news-2 .top .text p {
    display: block;
    font-size: 16px;
    color: #3a3a3a;
    margin: 20px 0 30px;
}
.news-page .news-2 .top .text a.more {
    display: inline-block;
    font-size: 18px;
    color: #129dd7;
    border-bottom: 1px solid #129dd7;
    line-height: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-2 .top .text a.more:hover {
    border-color: black;
}
.news-page .news-2 .bottom {
    padding: 70px 0 60px;
}
.news-page .news-2 .bottom ul {
    margin: -13px;
}
.news-page .news-2 .bottom ul li {
    padding: 13px;
}
.news-page .news-2 .bottom ul li .box2 {
    display: block;
    border: 1px solid #eaeaea;
    position: relative;
    overflow: hidden;
}
.news-page .news-2 .bottom ul li .box2 a.img-box {
    display: block;
}
.news-page .news-2 .bottom ul li .box2 a.img-box img {
    width: 100%;
}
.news-page .news-2 .bottom ul li .box2 a.img-box svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    cursor: hand;
    border: 1px solid black;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}
.news-page .news-2 .bottom ul li .box2 a.img-box svg path {
    fill: inherit !important;
}
.news-page .news-2 .bottom ul li .box2 .content {
    display: block;
    padding: 30px 20px;
}
.news-page .news-2 .bottom ul li .box2 .content h3 {
    display: block;
    font-size: 20px;
    color: #0065ad;
    line-height: 1.2;
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /* max-height: 40px; */
    font-weight: 500;
    padding: 0;
    text-align: left;
    text-transform: none;
    height: 4.8em;
}
.news-page .news-2 .bottom ul li .box2 .content p {
    display: block;
    font-size: 18px;
    color: #1e2226;
    line-height: 28px;
    /* height: 80px; */
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 15px 0;
}
.news-page .news-2 .bottom ul li .box2 .content time {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #979797;
}
.news-page .news-2 .bottom ul li .box2 .box3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1d4272;
    color: white;
    padding: 20px 30px;
    text-align: center;
    -webkit-transform: translateY(101%);
    -moz-transform: translateY(101%);
    -ms-transform: translateY(101%);
    -o-transform: translateY(101%);
    transform: translateY(101%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-2 .bottom ul li .box2 .box3 i {
    font-size: 14px;
    text-transform: uppercase;
    
}
.news-page .news-2 .bottom ul li .box2 .box3 h4 {
    display: block;
    font-size: 22px;
    
    line-height: 1.6;
    margin: 30px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    max-height: 12.8em;
}
.news-page .news-2 .bottom ul li .box2 .box3 p {
    display: block;
    color: white;
    font-size: 16px;
    line-height: 30px;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 105px;
}
.news-page .news-2 .bottom ul li .box2 .box3 a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 50px;
    background: #f63f06;
    font-size: 14px;
    color: #ffffff;
    
    text-transform: uppercase;
    margin: 30px auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-2 .bottom ul li .box2 .box3 a.more:hover {
    background: #222;
    color: white;
}
.news-page .news-2 .bottom ul li .box2 .box3 time {
    color: white;
    display: block;
    font-size: 14px;
    line-height: 28px;
}
.news-page .news-2 .bottom ul li .box2:hover .box3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}



.newdet-page h1 {
    font-size: 30px;
    line-height: 50px;
    color: #2e2e2e;
    font-weight: 500;
    
    /*text-transform: capitalize;*/
}
.newdet-page time {
    display: block;
    margin: 15px 0;
    font-size: 16px;
    line-height: 28px;
    color: black;
    opacity: .8;
}
.newdet-page .content {
    display: block;
    padding: 35px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 18px;
    color: #2c2c2c;
    
    line-height: 30px;
    letter-spacing: 0.2px;
}
.newdet-page .share {
    padding-top: 20px;
    margin-bottom: 10px;
}
.newdet-page .share h4 {
    font-size: 14px;
    line-height: 28px;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .share ul li:hover {
    color: #0881ca;
}






/* 联系我们 */
.p14-contact-info {
  padding: 80px 0 100px;
  background-color: #f6f7f9;
}
.p14-contact-info .mml-row {
  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;
  padding: 0;
}
.p14-contact-info .title {
  width: 50%;
  padding: 0 110px 0 10px;
}
.p14-contact-info .detail {
  width: 50%;
}
.p14-contact-info .detail h3 {
  color: #0070bf;
  margin: 0 0 20px 10px;
}
.p14-contact-info .line {
    width: 100px;
    height: 2px;
     
    background-color: #f63f06;
    margin: 15px 0;
}
.p14-contact-info .item-wrap {
  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;
}
.p14-contact-info .item {
  max-width: 325px;
  width: 50%;
  min-height: 170px;
  margin: 0 10px 20px;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
  box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
}
.p14-contact-info .item i {
  font-size: 30px;
  color: #00c0ff;
  margin-bottom: 10px;
}
.text.mod-1 h2 {

    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    color: #242424;
        font-weight: 600;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    
}
.contact.mod-1 h2 {
  
    font-style: normal;
    font-size: 56px;
    line-height: 48px;
    color: #f63f06;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
        padding-top: 15px;
    
}
.about.mod-1 h2 {
  
    font-style: normal;
    font-size: 48px;
    color: #0266ad;
    line-height: 1.2;
    padding-top: 45px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
  .text.mod-1 h2 txt {
  color: #0070bf; 
}
  .text.mod-1 h2 span {
  
  font-style: normal;
  font-size: 30px;
  line-height: 48px;
  color: #051321;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.text.mod-1 h3 {
  
    font-style: normal;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.contact.mod-1 h3 {
  
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.text.mod-1 p {
 font-size: 16px;
    line-height: 1.5;
    color: #242424;
    letter-spacing: 0.2px;
    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.contact-page .contact-1 .box {
  position: relative;
  margin: 100px 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background: white;
  overflow: hidden;
  /*padding: 50px 40px;*/
}
.contact-page .contact-1 .box h3 {
  font-size: 32px;
  color: #333;
  margin-bottom: 40px;
  
}

.contact-page .contact-1 .box h3 txt {
  font-size: 34px;
  color: #0070bf;
  margin-bottom: 40px;
  
}

.contact-page .contact-1 .box .left {
      padding: 40px;
    width: 30%;
    background-color: #ffffff;
    height: 100%;
}
.contact-page .contact-1 .box .left .list ul li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.contact-page .contact-1 .box .left .list ul li:last-child {
  border-bottom: none;
}
.contact-page .contact-1 .box .left .list ul li .box2 {
  padding-left: 60px;
  position: relative;
}
.contact-page .contact-1 .box .left .list ul li .box2 i {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 32px;
}
.contact-page .contact-1 .box .left .list ul li .box2 h5 {
  font-size: 24px;
    color: #f63f06;
    
    margin-bottom: 10px;
}
.contact-page .contact-1 .box .left .list ul li .box2 p {
   font-size: 18px;
    color: #383838;
    font-weight: 500;
    line-height: 1.2;
    
}
.contact-page .contact-1 .box .right {
  padding: 40px;
    width: 70%;
    position: relative;
    background-color: #fbfbfb;
}
.contact-page .contact-1 .box .right::after {
  content: '';
  width: 1px;
  height: 200%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #eee;
}
.contact-page .contact-1 .box .right .form ul {
  margin: -15px;
}
.contact-page .contact-1 .box .right .form ul li {
  padding: 15px;
  position: relative;
}
.contact-page .contact-1 .box .right .form ul li input,
.contact-page .contact-1 .box .right .form ul li textarea {
  padding: 15px 0;
    border: none;
    background: transparent;
    font-size: 16px;
    color: red;
    
    border-bottom: 1px solid #eee;
    width: 100%;
    -webkit-transition: 0.5s border-bottom-color;
    -moz-transition: 0.5s border-bottom-color;
    transition: 0.5s border-bottom-color;
    padding-right: 15px;
}
.contact-page .contact-1 .box .right .form ul li input:focus,
.contact-page .contact-1 .box .right .form ul li textarea:focus {
  border-color: #f08200;
}
.contact-page .contact-1 .box .right .form ul li textarea {
  height: 160px;
  resize: vertical;
}
.contact-page .contact-1 .box .right .form ul li input[type="submit"] {
  border-bottom: none;
    width: 260px;
    font-size: 24px;
    background: #f63f06;
    color: white;
    
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-1 .box .right .form ul li input[type="submit"]:hover {
  background: #111;
}
.contact-page .contact-1 .box .right .form ul li i {
  position: absolute;
  right: 15px;
  bottom: 33px;
  color: #666;
}
.contact-page .contact-1 .box .right .form ul li.wid-100 {
  width: 100%;
}



/* 关于我们 */
.about-page .about-1 {
  padding: 120px 0;
}
.about-page .about-1 .play {
  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%);
  border-radius: 100%;
  cursor: pointer;
}
.about-page .about-1 .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.72);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-1 h2 {
  font-size: 48px;
  text-transform: uppercase;
  color: #f63f06;
  
}
.about-page .about-1 h4 {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 600;
  
  color: #0070bf;
}
.about-page .about-1 .box {
  margin: -40px;
}
.about-page .about-1 .left {
  width: 50%;
  padding: 40px;
  vertical-align: middle;
}
.about-page .about-1 .right {
  width: 50%;
  padding: 40px;
  vertical-align: middle;
}
.about-page .about-3 {
  padding: 70px 0 80px;
    /*background-color: #0059af;*/
    background-image: linear-gradient(180deg, #275a9b 0%, #16498a 100%);
}
.about-page .about-3 h3 {
  font-size: 40px;
    color: #fff;
    
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px;
}
.about-page .about-3 .text p {
      display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}
.about-page .about-3 .box {
  padding-top: 50px;
}
.about-page .about-3 .box ul li .box2 {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  background-size: cover;
  background-position: center center;
}
.about-page .about-3 .box ul li .box2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box ul li .box2 i {
  display: block;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #f63f06;
}
.about-page .about-3 .box ul li .box2 h4 {
  font-size: 22px;
    
    text-transform: capitalize;
    margin: 20px 0 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .box ul li .box2 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 3;*/
  overflow: hidden;
  height: 110px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  
}
.p11-value .title .text h2.tit {
    margin-bottom: 25px;
}
.about-page .about-3 .box ul li .box2:hover::after {
  background-color: rgb(4 122 205);
}
.about-page .about-3 .box ul li .box2:hover i,
.about-page .about-3 .box ul li .box2:hover h4,
.about-page .about-3 .box ul li .box2:hover p {
  color: white;
}
.about-page .about-4 {
  padding: 90px 0;
  background: url("../images/about-factory-bg.jpg") center top no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.about-page .about-4 h3 {
  font-size: 40px;
  color: #333;
  
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}
.about-page .about-4 .text p {
  display: block;
  font-size: 16px;
  color: #6b6b84;
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
}
.about-page .about-4::after {
  content: '';
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: white;
  z-index: -1;
}
.about-page .about-4 h3 {
  color: white;
}
.about-page .about-4 .line {
  background: white;
}
.about-page .about-4 .text p {
  color: white;
}
.about-page .about-4 .box {
  padding-top: 50px;
  margin-bottom: -80px;
}
.about-page .about-4 .box ul {
  margin: 0 -15px;
}
.about-page .about-4 .box ul li {
  padding: 0 15px 80px;
}
.about-page .about-4 .box ul li .box2 {
  display: block;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .box ul li .box2 .img-box {
  display: block;
}
.about-page .about-4 .box ul li .box2 .img-box img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box ul li .box2 .text {
  position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: white;
    background: #0266ad;
    text-align: left;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .box ul li .box2 .text h4 {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  font-size: 24px;
  line-height: 1;
  padding: 0 15px;
  
}
.about-page .about-4 .box ul li .box2 .text h4 small {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}
.about-page .about-4 .box ul li .box2:hover .img-box img {
  left: -10%;
}
.about-page .about-4 .box ul li .box2:hover .text {
  top: 80px;
  width: 90%;
}
.about-page .p8-s02 {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
.about-page .p8-s02:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f5f7f9;
  position: absolute;
  top: 180px;
  left: 0px;
  z-index: -1;
}
.about-page .p8-s02 h2 {
    font-size: 36px;
    color: #363636;
    
    font-style: normal;
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(37, 33, 24, 0.2);
}
.about-page .p8-s02 .num-list {
  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;
}
.about-page .p8-s02 li {
  width: 20%;
  max-width: 250px;
  padding: 30px 10px 20px;
  text-align: center;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(118, 128, 147, 0.1);
  box-shadow: 0px 30px 60px 0px rgba(118, 128, 147, 0.1);
  background-color: #fff;
  min-height: 144px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}
.about-page .p8-s02 b {
  font-size: 48px;
  color: #0266ad;
  font-weight: 600;
  font-style: normal;
  display: block;
  line-height: 1.2;
}
.about-page .p8-s02 span {
  font-size: 18px;
    color: #363636;
    font-style: normal;
    display: block;
    margin-top: 10px;
}
.p11-value {
  padding: 120px 0;
}

.p11-value .mml-row {
      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;
    justify-content: space-around;
}
.p11-value .title {
  position: relative;
  max-width: 520px;
  padding-right: 65px;
}
.p11-value .title .word {
  position: absolute;
    top: -98px;
    /* left: 10px; */
    z-index: 2;
    font-style: normal;
    font-weight: 600;
    font-size: 110px;
    line-height: 270px;
    color: #f7f7f7;
}
.p11-value .title .text {
  position: relative;
  z-index: 5;
}
.p11-value .title .text h2 {
  margin-bottom: 50px;
}
.p11-value .item-wrap {
  max-width: 810px;
}
.p11-value .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.p11-value .item:hover .icon{
  background: #f63f06;
}
.p11-value .item:not(:last-child) {
  margin-bottom: 30px;
}
.p11-value .item h3 {
  color: #f63f06;
    margin-bottom: 8px;
    
    font-size: 24px;
}
.p11-value .icon {
  width: 100%;
  max-width: 180px;
  min-height: 120px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0266ad;
  font-size: 24px;
  
  transition: .3s ease;
  overflow: hidden;
}
.p11-value .info {
  max-width: 600px;
}
.p11-team {
  padding: 90px 0;
}
.p11-team .mml-row {
  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;
  padding: 0;
}
.p11-team .title {
  max-width: 380px;
  width: 32%;
  margin: 0 90px 0 10px;
}

.p11-team .title h2{
  font-size: 40px;
  
  line-height: 1.2;
}

.p11-team .title .desc {
  /*background-color: #f6f7f9;*/
  margin-top: 20px;
  /*padding: 60px 30px;*/
}
.p11-team .title h3 {
  color: #292d31;
  margin-bottom: 20px;
}
.p11-team .item-wrap {
  width: 60%;
  margin: -10px;
}
.p11-team .item {
  padding: 10px 15px;
    margin: 10px 15px;
    border: #d2e7f5 solid 3px;
}
.p11-team .item p {
  color: #051321;
  margin-top: 10px;
}
/*.p11-team .img {
  max-width: 220px;
  max-height: 280px;
  margin: auto;
  overflow: hidden;
}*/
.p11-comment {
  max-width: 1920px;
  margin: auto;
}
.p11-comment .title h2 {
  font-size: 40px;
  
  margin-bottom: 50px;
}
.p11-comment .logo-slider {
  max-height: 140px;
  margin: auto;
  overflow: hidden;
}
/*.p11-comment .logo-slider .item {
  display: inline-block;
  max-width: 250px;
  min-height: 140px;
  margin: 0 30px;
  overflow: hidden;
}
.p11-comment .logo-slider .item img {
  height: 100%;
}*/
@-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;
  }
}


/* 质量 */
.quality-sec .adv-sec {
  padding: 80px 0 20px;
}
.quality-sec .adv-sec h2 {
  
  font-style: normal;
  color: #000;
  font-size: 40px;
  margin-top: 15px;
}
.quality-sec .adv-sec ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quality-sec .adv-sec ul li {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
.quality-sec .adv-sec ul li .img-wrap {
  width: 23%;
  max-width: 80px;
}
.quality-sec .adv-sec ul li .img-wrap img {
  max-width: 100%;
  display: block;
}
.quality-sec .adv-sec ul li .text-wrap {
  width: 73%;
  max-width: 380px;
}
.quality-sec .adv-sec ul li .text-wrap h4 {
  
  font-style: normal;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}
.quality-sec .adv-sec ul li .text-wrap p {
  font-style: normal;
  font-size: 14px;
  color: #888;
}
.p11-page-link {
  padding: 120px 0;
}
.p11-page-link h2 {
  
  font-style: normal;
  color: #000;
  font-size: 40px;
  margin-bottom: 35px;
  text-align: center;
}
.p11-page-link .text h3 {
  
  font-style: normal;
  font-size: 22px;
  line-height: 24px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.p11-page-link .text p {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #9ba4ad;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.p11-page-link .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.p11-page-link .item {
  max-width: 380px;
  width: 32.5%;
  margin: 0 10px;
  padding: 60px 35px 60px 30px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
  box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
}
.p11-page-link .item h3 {
  color: #292d31;
  margin: 10px 0 20px;
  min-height: 48px;
}
.p11-page-link .icon {
  max-width: 60px;
  max-height: 60px;
  overflow: hidden;
}
.p11-page-link .sec-link {
  margin-top: 20px;
}
.sec-link a {
  display: inline-block;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #00c0ff!important;
  text-decoration: none!important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}


/* 生产线 */
.production-sec .pur-sec {
  padding: 60px 0;
}
.production-sec .pur-sec .mml-row {
  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;
}
.production-sec .pur-sec .container .text-wrap {
  width: 48%;
    max-width: 530px;
    padding-top: 90px;
}

.production-sec .pur-sec .container .img-wrap {
  width: 60%;
  max-width: 700px;
}
.production-sec .fig-sec {
  padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: center;
}
.production-sec .fig-sec h2 {
  
    font-style: normal;
    font-size: 48px;
    font-weight: 600;
    color: #0266ad;
    margin-bottom: 6px;
    width: 40%;
}
.production-sec .fig-sec ul {
  width: 60%;
  max-width: 700px;
  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;
  padding: 45px 0px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.production-sec .fig-sec ul li {
  /*width: 32%;*/
  max-width: 193px;
  text-align: center;
}
.production-sec .fig-sec ul li .nums {
  
    font-style: normal;
    font-size: 35px;
    line-height: 25px;
    font-weight: 600;
    color: #f63f06;
}
.production-sec .fig-sec ul li p {
      
    font-size: 16px;
    color: #282828;
    margin-bottom: 0px;
    margin-top: 10px;
}
.prints-sec {
  padding-bottom: 80px;
}
.prints-sec .mml-row {
  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;
}
.prints-sec .img-wrap {
  width: 46%;
  max-width: 500px;
}
.prints-sec .text-wrap {
  width: 70%;
    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;
    max-width: 700px;
}

.prints-sec .text-wrap .text h2{
  margin-bottom: 25px;
}
.prints-sec .text-wrap .text ul li {
  padding: 25px 0px;
  font-style: normal;
  font-size: 14px;
  color: #777;
  color: #888;
  border-bottom: 1px solid #d2d2d2;
}
.prints-sec .text-wrap .text ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.prints-sec .text-wrap .text ul li h4 {
  
  font-style: normal;
  font-size: 24px;
  color: #303030;
  margin-bottom: 10px;
}
.prints-sec .text-wrap .text ul li p {
  margin-bottom: 0px;
}
.proto-sec h2 {
  
  font-style: normal;
  color: #000;
  font-size: 40px;
  margin: 40px;
  text-align: center;
}
.proto-sec ul {
  font-size: 0;
  margin: -15px;
}
.proto-sec ul li {
  display: inline-block;
  width: 25%;
  padding: 15px;
}
.proto-sec ul li img {
  display: block;
  max-width: 100%;
}
.proto-sec h4 {
  
  font-style: normal;
  font-size: 40px;
  color: #242424;
  text-align: center;
}
.proto-sec p {
  font-style: normal;
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-bottom: 0px;
}

.p11-milestone .list ul{
  margin: -15px;
}
.p11-milestone .list ul li{
  padding: 15px;
}

.p11-milestone {
      padding: 65px 0 65px;
  background-color: whitesmoke;
}
.p11-milestone .text h2 {
  
  font-style: normal;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.p11-milestone .title {
  margin-bottom: 40px;
}
.p11-milestone .galaxy {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.p11-milestone .track {
  position: absolute;
  left: 0;
  top: 50%;
  margin-right: 200px;
  height: 5px;
  width: 1600px;
  -webkit-transform: translate3d(0, -2.5px, 0);
  -moz-transform: translate3d(0, -2.5px, 0);
  transform: translate3d(0, -2.5px, 0);
  will-change: transform;
}
.p11-milestone .comet,
.p11-milestone .historys {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.p11-milestone .comet {
  position: relative;
  width: 0;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#307ee9), color-stop(50%, #09b6fb), to(#6ed9ff));
  background-image: -webkit-linear-gradient(left, #307ee9 0%, #09b6fb 50%, #6ed9ff 100%);
  background-image: -moz-linear-gradient(left, #307ee9 0%, #09b6fb 50%, #6ed9ff 100%);
  background-image: linear-gradient(90deg, #307ee9 0%, #09b6fb 50%, #6ed9ff 100%);
}
.p11-milestone .comet::after {
  content: '\20';
  position: absolute;
  z-index: 3;
  right: -6px;
  top: -3px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 0 80px #fff;
  box-shadow: 0 0 80px #fff;
}
/*.p11-milestone .comet::before {
  content: '\20';
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  height: 12px;
  width: 12px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 90px 50px rgba(11, 101, 255, 0.8);
  box-shadow: 0 0 90px 50px rgba(11, 101, 255, 0.8);
  -webkit-animation: shinning 2s linear infinite;
  -moz-animation: shinning 2s linear infinite;
  animation: shinning 2s linear infinite;
}*/
.p11-milestone .historys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 260px;
}
.p11-milestone .historys time,
.p11-milestone .historys .text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.p11-milestone .historys time {
  
  font-style: normal;
  color: #242424;
  font-size: 24px;
  line-height: 24px;
}
.p11-milestone .historys .text p {
  font-style: normal;
  color: #242424;
  font-size: 16px;
  line-height: 24px;
}
.p11-milestone .historys .text .pic {
  max-width: 400px;
  max-height: 250px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.p11-milestone .historys > li {
  position: relative;
  width: 400px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.p11-milestone .historys > li:nth-child(even) time {
  bottom: 450%;
}
.p11-milestone .historys > li:nth-child(even) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.p11-milestone .historys > li:nth-child(even) .text {
  top: 1000%;
}
.p11-milestone .historys > li:nth-child(odd) time {
  top: 450%;
}
.p11-milestone .historys > li:nth-child(odd) time::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.p11-milestone .historys > li:nth-child(odd) .text {
  bottom: 1000%;
}
.p11-milestone .historys > li.mml-show {
  opacity: 1;
}
.p11-milestone .historys > li.mml-show:nth-child(even) .text {
  -webkit-transform: translate(0, 12px);
  -moz-transform: translate(0, 12px);
  -ms-transform: translate(0, 12px);
  transform: translate(0, 12px);
}
.p11-milestone .historys > li.mml-show:nth-child(odd) .text {
  -webkit-transform: translate(0, -12px);
  -moz-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
}
.p11-milestone .historys > li::before {
  content: '\20';
  position: absolute;
  left: 50%;
  top: 0;
  margin: -3px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0266ad;
}
@-webkit-keyframes shinning {
  20% {
    -webkit-box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.7);
    box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.5);
    box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.5);
  }
  60% {
    -webkit-box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.6);
    box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.6);
  }
  80% {
    -webkit-box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.8);
    box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.8);
  }
}
@-moz-keyframes shinning {
  20% {
    -webkit-box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.7);
    box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.5);
    box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.5);
  }
  60% {
    -webkit-box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.6);
    box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.6);
  }
  80% {
    -webkit-box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.8);
    box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.8);
  }
}
@keyframes shinning {
  20% {
    -webkit-box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.7);
    box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.5);
    box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.5);
  }
  60% {
    -webkit-box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.6);
    box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.6);
  }
  80% {
    -webkit-box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.8);
    box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.8);
  }
}
#cta {
  position: relative;
  /*padding-top: 80px;*/
}
#cta:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  content: '';
  display: block;
  background-color: #051026;
}
#cta .cta-content {
  width: 100%;
  /*max-width: 1760px;*/
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#308be9), to(#00c0ff));
  background-image: -webkit-linear-gradient(left, #308be9 0%, #00c0ff 100%);
  background-image: -moz-linear-gradient(left, #308be9 0%, #00c0ff 100%);
  background-image: linear-gradient(90deg, #0059ae 0%, #275a9b 100%);
}
#cta .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 65px 0;
}
#cta h2 {
  
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin: 10px 0;
}
#cta p{
  color: #fff;
}
#cta .mml-text{
  max-width: 650px;
}
#cta .btn {
  margin: 10px 0;
}
#cta .btn a {
  position: relative;
    display: inline-block;
    /* font-style: normal; */
    
    line-height: 24px;
    font-size: 24px;
    text-align: center;
    padding: 16px 29px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid transparent;
}
#cta .btn a.white {
  background-color: #fff;
  color: #f63f06;;
}
#cta .btn a.white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  #cta h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  #cta h2 {
    font-size: 30px;
    line-height: 1.5;
    max-width: unset;
  }
  #cta .content-wrap {
    padding: 50px 0;
  }
}




.p04-custom-parts {
  padding: 60px 0 100px;
  background-color: #f6f7f9;
}
.p04-custom-parts .text h3 {
  margin: 25px 0 5px;
}
.p04-custom-parts .mml-row {
  position: relative;
  padding: 0;
  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;
}
.p04-custom-parts .item {
  /*max-width: 340px;*/
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
  box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
  margin: 0 10px 20px;
  padding: 35px 40px 35px;
  width: calc(33.33% - 20px);
}
.p04-custom-parts .item h3 {
      font-weight: 400;
    color: #0070bf;
        font-weight: 600;
    font-size: 24px;
    margin: 25px 0 5px;
    
}
/*.p04-custom-parts .item:nth-child(4) {
  margin-left: 150px;
}*/
.p04-custom-parts .icon {
  max-width: 60px;
  overflow: hidden;
}
.p04-custom-parts .title {
  margin: 0 10px 20px;
  width: calc(33.33% - 20px);
}
.p04-custom-parts .title h2 {
  margin-bottom: 15px;
}
.p04-custom-parts .line {
  position: absolute;
  left: 10px;
  bottom: 20px;
  width: 1px;
  height: 360px;
  /*background-color: #f63f06;*/
}
.p04-custom-parts .line::before {
  position: absolute;
  top: 0;
  left: -2px;
  content: '';
  display: block;
  width: 5px;
  height: 80px;
  /*background-color: #f63f06;*/
}
.p04-formulation {
  padding: 120px 0 110px;
}
.p04-formulation .title p {
  margin: 20px 0 55px;
}
.p04-more-than {
  padding: 120px 0;
  background-color: #f6f7f9;
}
.p04-more-than .title p {
  max-width: 920px;
  margin: 20px auto 55px;
}
.p04-more-than .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p04-more-than .item:not(:last-child) {
  margin-bottom: 30px;
}
/*.p04-more-than .item:nth-child(odd) .img {
  margin-left: 80px;
}*/
.p04-more-than .item:nth-child(even) .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  /*margin-right: 80px;*/
}
.p04-more-than .item:nth-child(even) .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.p04-more-than .item .text {
  max-width: 680px;
  width: 48%;
}
.p04-more-than .item .text h3 {
  margin-bottom: 20px;
  color: #051321;
}
.p04-more-than .item .text ul {
  margin-top: 20px;
}
.p04-more-than .item .text ul li {
  position: relative;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #242424;
  padding-left: 28px;
}
.p04-more-than .item .text ul li:not(:last-child) {
  margin-bottom: 10px;
}
.p04-more-than .item .text ul i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #00c0ff;
  margin-right: 10px;
}
.p04-more-than .img {
  max-width: 650px;
  width: 45%;
  max-height: 380px;
  overflow: hidden;
}
.end-sec {
  width: 100%;
  margin: 0 auto;
  max-width: 1740px;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*.end-sec .box {
  max-width: 1200px;
  margin: auto;
}*/
.end-sec .box > h2 {
  
  font-style: normal;
  font-size: 40px;
  color: #000;
  margin-bottom: 35px;
}
.end-sec .tab-wrap {
  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;
}
.end-sec .tab-wrap .tab-btn {
  width: 30%;
  max-width: 350px;
}
.end-sec .tab-wrap .tab-btn ul {
  background-color: #fff;
  border-right: solid 1px #f3f4f6;
}
.end-sec .tab-wrap .tab-btn ul li {
      padding: 12px 45px 12px 40px;
    border-bottom: 1px solid #f9f9f9;
    /* font-style: normal; */
    font-size: 18px;
    
    color: #5a5a5a;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.end-sec .tab-wrap .tab-btn ul li.active {
  background-color: #0266ad;
    color: #fff;

}
.end-sec .tab-wrap .tab-btn ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #949ca2;
  border-radius: 5px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}
.end-sec .tab-wrap .tab-btn ul li i {
  position: absolute;
  right: 35px;
  color: #2a84e9;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}
.end-sec .tab-wrap .tab-sec {
  width: 74.5%;
  background-color: #fff;
}
.end-sec .tab-wrap .tab-sec section {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.end-sec .tab-wrap .tab-sec section.current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.end-sec .tab-wrap .tab-sec section .img-wrap {
  width: 48%;
  max-width: 400px;
}
.end-sec .tab-wrap .tab-sec section .text-wrap {
  width: 48%;
  /*max-width: 320px;*/
  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;
}
.end-sec .tab-wrap .tab-sec section .text-wrap .text h2 {
  
    font-style: normal;
    font-size: 30px;
    color: #000;
    margin-bottom: -2px;
    color: #0266ad;
}
.end-sec .tab-wrap .tab-sec section .text-wrap .text h4 {
      font-weight: 600;
    font-style: normal;
    font-size: 40px;
    color: #242424;
    margin-bottom: 10px;
}
.end-sec .tab-wrap .tab-sec section .text-wrap .text p {
    font-style: normal;
    font-size: 18px;
    color: #242424;
}


/* 产品中心 */
.products-page .top {
  display: block;
      padding: 50px 30px 5px;
  background: white;
}
.products-page .top h5 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: black;
  text-transform: capitalize;
  margin-right: 15px;
}
.products-page .top .cat {
  display: inline-block;
  vertical-align: middle;
}
.products-page .top .cat .cat-list {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
}
.products-page .top .cat .cat-list span {
  line-height: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 4px;
  width: 520px;
  font-size: 18px;
  color: #7c7c7c;
  display: block;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  cursor: hand;
  overflow: hidden;
}
.products-page .top .cat .cat-list span i {
  float: right;
  font-size: 20px;
  margin-top: 10px;
}
.products-page .top .cat .cat-list ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  padding: 15px;
  z-index: 1;
  display: none;
  max-height: 200px;
  overflow: auto;
}
.products-page .top .cat .cat-list ul li {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.products-page .top .cat .cat-list ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.products-page .top .cat .cat-list ul li:hover {
  color: #2f80ee;
}
.products-page .top .cat div.cat-list:hover ul,
.products-page .top .cat div.cat-list:active ul {
  display: block;
}
.products-page .top .search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.products-page .top .search form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.products-page .top .search form input {
  line-height: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 4px;
  width: 300px;
  font-size: 18px;
  color: black;
  display: block;
  border: 1px solid #e5e5e5;
  padding-right: 50px;
  background: transparent;
}
.products-page .top .search form input::-webkit-input-placeholder {
  color: #7c7c7c;
}
.products-page .top .search form input:-moz-placeholder {
  color: #7c7c7c;
}
.products-page .top .search form input::-moz-placeholder {
  color: #7c7c7c;
}
.products-page .top .search form input:-ms-input-placeholder {
  color: #7c7c7c;
}
.products-page .top .search form input[type="submit"] {
  width: 40px;
  background: url("../images/icon-search2.png") center center no-repeat;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}


.products-page h6{
  font-size: 24px;
    
    text-align: center;
    line-height: 1.2;
    color: #0070bf;
    padding: 0px 0 20px;
}

.products-page h2 {
  font-size: 48px;
    color: #252118;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.2;
}
.products-page .p3-s01 {
  padding: 80px 0 60px;
}
.products-page .p3-s01 .different {
  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;
  margin-right: -5%;
}
.products-page .p3-s01 li {
  width: 20%;
  max-width: 380px;
  margin-right: 5%;
  margin-top: 40px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 40px;
}
.products-page .p3-s01 li img{
  width: 80%;
  display: block;
  margin: auto;
}
.products-page .p3-s01 h4 {
  font-size: 18px;
    color: #303030;
    
    font-style: normal;
    padding: 0px 10px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 20px;
    min-height: 72px;
}
.products-page .p3-s01 p {
  padding: 0px 10px;
  max-width: 320px;
  line-height: 1.5;
  margin: 0 auto;
  font-size: 32px;
  color: #383838;  
  
}
.products-page .p3-s01 .download-btn {
  text-align: center;
  margin-top: 60px;
}
.products-page .p3-s01 .download-btn a.catalogue {
      display: inline-block;
    padding: 16px 40px;
    background-color: #0266ad;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    
    font-style: normal;
    border: 1px solid transparent;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.products-page .p3-s01 .download-btn a.catalogue:hover {
  background-color: #fff;
  border-color: #3d6cbf;
  color: #3d6cbf;
}
.products-page .p3-s02 {
  position: relative;
  overflow: hidden;
  padding: 0 0 100px;
}
.products-page .p3-s02 .tab-btn {
  background-color: #fff;
  -webkit-box-shadow: 17px 25px 60px 0px rgba(118, 128, 147, 0.15);
  box-shadow: 17px 25px 60px 0px rgba(118, 128, 147, 0.15);
  margin-top: 60px;
}
.products-page .p3-s02 .tab-btn ul {
  padding: 15px 0px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.products-page .p3-s02 .tab-btn ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0px;
  font-size: 22px;
  color: #252118;
  
  font-style: normal;
  cursor: pointer;
  border-right: 1px solid rgba(61, 108, 91, 0.1);
  position: relative;
}
.products-page .p3-s02 .tab-btn ul li.active,
.products-page .p3-s02 .tab-btn ul li:hover {
  color: #3d6cbf;
}
.products-page .p3-s02 .tab-btn ul li.active::after,
.products-page .p3-s02 .tab-btn ul li:hover::after {
  opacity: 1;
}
.products-page .p3-s02 .tab-btn ul li::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: #0266ad;
  position: absolute;
  bottom: -10px;
  left: 0px;
  opacity: 0;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}
.products-page .p3-s02 .col {
  margin-top: 60px;
  display: none;
}
.products-page .p3-s02 .col.current {
  display: block;
}
.products-page .p3-s02 .col ul {
  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;
  margin-right: -5%;
}
.products-page .p3-s02 .col li {
  width: 20%;
  margin-right: 5%;
  margin-bottom: 50px;
  text-align: center;
}
.products-page .p3-s02 .col li img{
  width: 80%;
  display: block;
  margin: auto;
}
.products-page .p3-s02 h3 {
  font-size: 26px;
  color: #0266ad;
    
    font-style: normal;
    text-align: center;
    margin-bottom: 30px;
}
.products-page .p3-s02 h4 {
  font-size: 18px;
    color: #303030;
    
    font-style: normal;
    padding: 0px 10px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 20px;
    min-height: 72px;
}
.products-page .p3-s02 span {
  display: inline-block;
    max-width: 195px;
    line-height: 1.5;
    font-size: 32px;
    color: #383838;
    /* font-style: normal; */
    
}


/* 产品详情 */
.product-details .p4-s01 {
  padding: 120px 0;
}
.product-details .p4-s01 .mml-row {
     display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.product-details .p4-s01 .img-wrap {
  width: 45%;
  max-width: 500px;
}
.product-details .p4-s01 .text-wrap {
  width: 52%;
  margin: 0 auto;
  margin-right: 0px;
}
.product-details .p4-s01 .slider-nav {
  margin: 0px -9px;
  margin-top: 20px;
}
.product-details .p4-s01 .slider-nav li {
  margin: 0px 15px;
}
.product-details .p4-s01 .slider-nav button {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  padding: 0px;
  width: 60px;
  height: 60px;
  border-radius: 0px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  background-color: #e3e6e9;
  margin: 0px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
}
.product-details .p4-s01 .slider-nav button.slick-prev {
  left: -60px;
}
.product-details .p4-s01 .slider-nav button.slick-next {
  right: -56px;
}
.product-details .p4-s01 .slider-nav button i {
  color: #fff;
  font-size: 12px;
  opacity: .8;
}
.product-details .p4-s01 .slider-nav button:hover {
  background-color: #3d6cbf;
  border-color: #3d6cbf;
}
.product-details .p4-s01 .slider-nav button:hover i {
  color: #fff;
  z-index: 222;
}
.product-details .p4-s01 .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
  cursor: pointer;
  text-align: center;
}
.product-details .p4-s01 .product-name {
    font-size: 30px;
    color: #252118;
    font-weight: 600;
    line-height: 1.2;
    font-style: normal;
    margin-bottom: 10px;
}

.product-details .p4-s01 p {
  font-size: 36px;
    color: #f63f06;
    font-weight: 600;
    /* font-style: normal; */
    
}

.product-details .p4-s01 .contact span{
 display: inline-block;
    line-height: 50px;
    color: #3c3c3c;
    background: #e5e5e5;
    padding: 0 20px;
    border-radius: 7px;
}

.product-details .p4-s01 .btn a{
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background: #0266ad;
  
  padding: 10px 60px;
  border-radius: 7px;
}

.product-details .p4-s01 table {
  margin-top: 40px;
  border-radius: 0px;
  margin-bottom: 0px;
}
.product-details .p4-s02 {
  padding-bottom: 120px;
}
.product-details .p4-s02 .detail-tab {
  background-color: #fff;
  -webkit-box-shadow: 17px 25px 60px 0px rgba(118, 128, 147, 0.15);
  box-shadow: 17px 25px 60px 0px rgba(118, 128, 147, 0.15);
  margin-top: 60px;
}
.product-details .p4-s02 .detail-tab ul {
  padding: 15px 0px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-details .p4-s02 .detail-tab li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0px;
  font-size: 20px;
  color: #252118;
  
  font-style: normal;
  cursor: pointer;
  border-right: 1px solid rgba(61, 108, 91, 0.1);
  position: relative;
}
.product-details .p4-s02 .detail-tab li.active,
.product-details .p4-s02 .detail-tab li:hover {
  color: #3d6cbf;
}
.product-details .p4-s02 .detail-tab li.active::after,
.product-details .p4-s02 .detail-tab li:hover::after {
  opacity: 1;
}
.product-details .p4-s02 .detail-tab li::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: #3d6cbf;
  position: absolute;
  bottom: -10px;
  left: 0px;
  opacity: 0;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}
.product-details .p4-s02 .detail-section .col {
  display: none;
  overflow: hidden;
}
.product-details .p4-s02 .detail-section .col.current {
  display: block;
}
.product-details .p4-s02 .detail-section .one ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: -2%;
}
.product-details .p4-s02 .detail-section .one li {
  width: 23%;
  margin-right: 2%;
  text-align: center;
}
.product-details .p4-s02 .detail-section h4 {
  margin-bottom: 0px;
    margin-top: 20px;
    font-size: 18px;
    color: #0070c5;
    font-style: normal;
}
.product-details .p4-s02 .detail-section .text ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.product-details .p4-s02 .detail-section .text li {
  width: 33.3333%;
  max-width: unset;
  border-top: 1px solid rgba(196, 211, 236, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0px;
  padding: 30px 0px;
  padding-left: 30px;
  padding-right: 20px;
  text-align: left;
  font-size: 14px;
  color: #777;
  font-style: normal;
  position: relative;
}
.product-details .p4-s02 .detail-section .text li::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #3d6cbf;
  position: absolute;
  border: 5px solid rgba(61, 108, 191, 0.2);
  background-clip: padding-box;
  left: 0px;
  top: 28px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}


.product-details .p4-s02 .detail-section .slide ul li {
  margin-bottom: 15px;
}
.product-details .p4-s02 .detail-section .slide ul li h6 {
  padding: 12px 0;
    font-size: 24px;
    font-weight: 300;
    border-bottom: 2px solid #efefef;
    /* text-transform: uppercase; */
    padding-right: 30px;
    position: relative;
    
}
.product-details .p4-s02 .detail-section .slide ul li h6 i {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 17px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
.product-details .p4-s02 .detail-section .slide ul li h6 i:after,
.product-details .p4-s02 .detail-section .slide ul li h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #0d95e8;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-details .p4-s02 .detail-section .slide ul li h6 i:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.product-details .p4-s02 .detail-section .slide ul li h6 i.active:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-details .p4-s02 .detail-section .slide ul li .text {
  font-size: 18px;
  line-height: 1.6;
  padding: 15px 0;
  font-weight: 300;
  display: none;
}
.product-details .p4-s02 .detail-section .slide ul li:last-child {
  margin-bottom: 0;
}
.product-details .p4-s02 .detail-section .slide:first-child {
      padding: 0 2%;
}
.product-details .p4-s02 .detail-section .slide:last-child {
     padding: 0 2%;
}





.product-details .p4-s03 .detail-form {
  /*max-width: 980px;*/
  margin: 0 auto;
  padding: 60px 20px 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(61, 108, 191, 0.1);
  box-shadow: 0px 30px 60px 0px rgba(61, 108, 191, 0.1);
  border-radius: 20px 20px 12px 12px;
  position: relative;
}
.product-details .p4-s03 h2 {
  font-size: 36px;
    color: #252118;
    font-style: normal;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 2px;
}
.product-details .p4-s03 .wpcf7 {
  max-width: 580px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}
.product-details .p4-s03 .wpcf7 p {
  margin-bottom: 0px;
  width: 100%;
}
.product-details .p4-s03 .wpcf7 p span {
  margin-bottom: 11px;
}
.product-details .p4-s03 .wpcf7 p span input {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  border: unset;
  background-color: #f5f7f9;
  padding: 12px 10px;
  font-size: 14px;
  color: #252118;
  font-style: normal;
  width: 100%;
}
.product-details .p4-s03 .wpcf7 p span textarea {
  background-color: #f5f7f9;
  font-size: 14px;
  color: #252118;
  font-style: normal;
  height: 120px;
  resize: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: unset;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}
.product-details .p4-s03 .wpcf7 p input.wpcf7-submit {
  display: inline-block;
    margin-bottom: 0px;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 33px;
    width: 100%;
    max-width: 380px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3d6cbf;
    border-radius: 50px;
    border: 1px solid #3d6cbf;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    font-size: 24px;
    color: #fff;
    
    font-style: normal;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product-details .p4-s04 {
  padding: 120px 0;
}
.product-details .p4-s04 .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
  cursor: pointer;
  text-align: center;
}
.product-details .p4-s04 button {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  padding: 0px;
  width: 60px;
  height: 60px;
  border-radius: 0px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  background-color: #e3e6e9;
  margin: 0px;
  border-radius: 50%;
  background-color: unset;
  border: solid 2px #e3e6e9;
  top: 47%;
}
.product-details .p4-s04 button.slick-prev {
  left: -5px;
}
.product-details .p4-s04 button.slick-next {
  right: -5px;
}
.product-details .p4-s04 h2 {
  font-size: 40px;
  color: #252118;
  
  font-style: normal;
  text-align: center;
  margin-bottom: 48px;
}
.product-details .p4-s04 ul.related-products {
  margin: 0px -10px;
}
.product-details .p4-s04 ul.related-products li {
  margin: 0px 10px;
}

.product-details .p4-s04 ul.related-products li img{
  width: 80%;
  display: block;
  margin: auto;
}

.product-details .p4-s04 h4 {
  font-size: 20px;
  color: #252118;
  
  font-style: normal;
  margin-bottom: 0px;
  margin-top: 15px;
  text-align: center;
}
span.wpcf7-form-control-wrap {
  width: 100%;
  position: relative!important;
  display: inline-block;
  margin-bottom: 3px;
}


.product-details .mould-1 h2,
.product-details .mould-2 h2{
  font-size: 36px;
  font-weight: 600;
  color: #0266ad;
}

.product-details .mould-1 li{
  margin-left: 15px;
  list-style-type: disc;
}

.m-page {
  text-align: center;
  float: none;
  margin: 30px -5px 0;
}
.m-page a,
.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;
}

.m-page span,
.m-page a:hover {
  background: #f63f06 none repeat scroll 0 0;
  color: #fff;
}






.qua-details {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(180deg, #275a9b 0%, #16498a 100%);
}

@media (max-width: 540px) {
    .qua-details {
        padding:0px
    }
}

.qua-details .container {
    padding: 60px 10px
}

.qua-details .container h2 {
    text-align: center;
    
    font-style: normal;
    font-size: 40px;
    color: #fff;
    margin-bottom: 0px
}

@media (max-width: 540px) {
    .qua-details .container h2 {
        font-size:32px
    }
}

.qua-details .container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.qua-details .container ul li {
    width: 24%;
    max-width: 280px;
    margin-top: 40px
}

.qua-details .container ul li img {
    max-width: 100%
}

.qua-details .container ul li h4 {
    
    font-style: normal;
    font-size: 22px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.qua-details .container ul li p {
    font-style: normal;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    /* width: 95%; */
    /* max-width: 260px; */
    line-height: 1.5;
}



.our-markets ul li{
  display: flex;
  align-items: center;
}

.our-markets ul li:not(:last-child){
  margin-bottom: 60px;
}

.our-markets ul li:nth-child(even){
  flex-direction: row-reverse;
}


.our-markets ul li:nth-child(even) .img{
  text-align: right;
}

.our-markets ul li .img{
  width: 50%;
}

.our-markets ul li .mml-text{
  width: 50%;
  padding: 0 15px;
}

.our-markets ul li .mml-text h3{
      
    font-style: normal;
    font-size: 36px;
    color: #0266ad;
    margin-top: 20px;
    margin-bottom: 10px;
}

.our-markets ul li .mml-text p{
      font-size: 18px;
    
    
    color: #242424;
}



.faq-page h3.title {
    color: #242424;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 38px;
    margin: 15px 0;
    position: relative;
    
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #f6f7f9;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
}
.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: #f63f06;
}
.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: #f6f7f9;
  color: #242424;
  border-radius: 0;
  
  font-weight: 400;
  font-size: 22px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #0070bf;;
}
.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: #f6f7f9;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}



.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: #fff none repeat scroll 0 0;
  border: medium none;
  font-size: 16px;
}
.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: #f63f06;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    
    font-size: 22px;
    text-transform: uppercase;
}
.faq-page .form ul li input[type="submit"]:hover {
  background: #222;
}



.team-img .text h2{
      font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}


.quality-sec .p11-team h4{
  
  font-style: normal;
  color: #000;
  font-size: 40px;
  text-align: center;
}



.module .module-1 .bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30%;
  text-align: center;
}
.module .module-1 .bg > div {
  width: 100%;
}
.module .module-1 .bg .img1 {
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 1;
}



@media screen and (max-width: 1200px) {
  .module .module-1 .bg{
    bottom: -20%;
  }

}

@media screen and (max-width: 1000px) {
  .inner-banner{
    padding-top: 100px;
  }

  .module .module-1 .bg{
    bottom: -15%;
  }

  .inner-banner h2{
    font-size: 24px;
  }
}

@media screen and (max-width: 700px) {
  .module .module-1{
    height: 400px;
  }

  .module .store{
    display: none;
  }

  .module .module-2{
    padding-top: 100px;
    padding-bottom: 60px;
  }
  
}

@media screen and (max-width: 500px) {
  .module .module-1 .bg .img1{
    bottom: 30%;
  }
}



/* 内页媒体查询 */

/* about */
@media screen and (max-width: 1500px) {
  .p11-value .title{
    max-width: 450px;
    padding-right: 30px;
  }

  .p11-value .item-wrap {
    max-width: 700px;
  }

  .p11-team .title {
    max-width: 440px;
    width: 40%;
    margin: 0 30px 0 10px;
  }
}


@media screen and (max-width: 1200px) {
  .about-page .about-1 .box{
    margin: -15px;
  }

  .about-page .about-1 .left{
    padding: 15px;
  }

  .about-page .about-1 .right{
    padding: 15px;
  }

  .about-page .about-1 h2{
    font-size: 40px;
  }

  .about-page .about-1 h4{
    font-size: 30px;
  }

  .p11-value .title{
    max-width: 100%;
    padding: 0;
  }
  .p11-value .item-wrap{
    max-width: 100%;
    margin-top: 40px;
  }

  .p11-value .info{
    max-width: 100%;
  }

  .p11-team .title{
    max-width: 100%;
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }

  .p11-team .item-wrap{
    width: 100%;
    max-width: 100%;
  }
}

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

  .about-page .about-1 .right{
    width: 100%;
  }

  .about-page .p8-s02 .num-list{
    flex-wrap: wrap;
  }

  .about-page .p8-s02 li{
    width: 45%;
    max-width: 100%;
  }

  .about-page .about-3 .box ul li{
    width: 50%!important;
  }

  .about-page .about-1{
    padding: 0 0 60px;
  }

  .p11-value{
    padding: 60px 0;
  }
}

@media screen and (max-width: 700px) {
  .p11-value .icon{
    display: none;
  }

  .about-page .about-3 .box ul li{
    width: 100%!important;
  }

  .p11-value .title .word{
    display: none;
  }

  .about-page .about-1 h2{
    font-size: 30px;
  }
  .about-page .about-1 h4{
    font-size: 20px;
  }
  .about-page .p8-s02 h2{
    font-size: 30px;
  }
  .about.mod-1 h2{
    font-size: 30px;
  }
  .about-page .about-3 h3{
    font-size: 30px;
  }
  .about-page .about-4 h3{
    font-size: 30px;
  }
  .p11-team .title h2{
    font-size: 30px;
  }
}


@media screen and (max-width: 500px) {
  .about-page .p8-s02 li{
    width: 100%;
  }
}
/* about-end */


/* product */
@media screen and (max-width: 1200px) {
  .products-page .p3-s01 li{
    width: 28%;
  }

  .products-page .p3-s02 .col li{
    width: 28%;
  }

  .products-page .p3-s02 .tab-btn ul li{
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .products-page .top{
    display: none;
  }

  .products-page .p3-s01 li{
    width: 45%;
  }

  .products-page .p3-s02 .col li{
    width: 45%;
  }
}

@media screen and (max-width: 700px) {
  .products-page .p3-s02{
    display: none;
  }

  .products-page .p3-s01 .download-btn{
    display: none;
  }

  .products-page .p3-s01 p{
    font-size: 24px;
  }

  .products-page h6{
    font-size: 18px;
  }
  .products-page h2{
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  .products-page .p3-s01 li{
    width: 95%;
    max-width: 100%;
  }
}
/* product-end */


/* prodet */
@media screen and (max-width: 1500px) {
  .product-details .p4-s01 .slider-nav button.slick-prev{
    left: 0;
  }
  .product-details .p4-s01 .slider-nav button.slick-next{
    right: 0;
  }
  .product-details .p4-s01 .contact span{
    margin: 10px 0;
  }
}

@media screen and (max-width: 1200px) {
  .product-details .p4-s01 .product-name{
    font-size: 24px;
  }
  .product-details .p4-s01 p{
    font-size: 20px;
  }

  .product-details .p4-s01 .contact{
    margin: 20px 0;
  }
}

@media screen and (max-width: 1000px) {
  .product-details .p4-s01{
    padding: 60px 0;
  }

  .product-details .p4-s01 .mml-row{
    display: block;
  }

  .product-details .p4-s01 .img-wrap{
    width: 100%;
    margin: 0 auto;
  }

  .product-details .p4-s01 .text-wrap{
    width: 100%;
    margin-top: 40px;
  }

  .product-details .p4-s02 .detail-section .one ul{
    flex-wrap: wrap;
  }
  .product-details .p4-s02 .detail-section .one li{
    width: 31%;
    padding-bottom: 30px;
  }

  .product-details .p4-s02{
    padding-bottom: 60px;
  }

  .product-details .p4-s04{
    padding: 60px 0;
  }
}

@media screen and (max-width: 700px) {
  .product-details .p4-s02 .detail-tab ul{
    display: block;
  }

  .product-details .p4-s02 .detail-tab li::after{
    display: none;
  }

  .product-details .p4-s02 .detail-section .one li{
    width: 48%;
  }

  .product-details .mould-1 h2, .product-details .mould-2 h2{
    font-size: 24px;
  }

  .product-details .p4-s03 h2{
    font-size: 30px;
  }

  .product-details .p4-s04 h2{
    font-size: 30px;
  }
}
/* prodet-end */


/* production */
@media screen and (max-width: 1500px) {
  .prints-sec .img-wrap{
    width: 35%;
  }

  .prints-sec .text-wrap{
    width: 60%;
  }
}

@media screen and (max-width: 1200px) {
  .text.mod-1 h2{
    font-size: 30px;
  }

  .production-sec .fig-sec h2{
    font-size: 30px;
  }

  .prints-sec .img-wrap{
    width: 45%;
  }

  .prints-sec .text-wrap{
    width: 50%;
  }

  .p11-milestone .text h2{
    font-size: 30px;
  }

  .team-img .text h2{
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .production-sec .pur-sec .mml-row{
    display: block;
  }

  .production-sec .pur-sec .container .text-wrap{
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .production-sec .pur-sec .container .img-wrap{
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }

  .production-sec .fig-sec .mml-row{
    display: block;
  }

  .production-sec .fig-sec h2{
    width: 100%;
    margin-bottom: 30px;
  }

  .production-sec .fig-sec ul{
    width: 100%;
    max-width: 100%;
  }

  .prints-sec .img-wrap{
    display: none;
  }

  .prints-sec .text-wrap{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .production-sec .fig-sec ul{
    display: block;
  }
  .production-sec .fig-sec ul li{
    max-width: 100%;
    padding: 20px 0;
  }
}
/* production-end */

/* quality */
@media screen and (max-width: 1000px) {
  .our-markets ul li .mml-text h3{
    font-size: 30px;
  }

  .our-markets ul li{
    display: block;
  }

  .our-markets ul li .img{
    width: 100%;
    text-align: center!important;
  }

  .our-markets ul li .mml-text{
    width: 100%;
    padding: 30px 0;
  }

  .qua-details .container ul{
    flex-wrap: wrap;
  }
  .qua-details .container ul li{
    width: 49%;
  }

  .qua-details .container h2{
    font-size: 30px;
  }

  .proto-sec h2{
    font-size: 30px;
  }

  .quality-sec .p11-team h4{
    font-size: 30px;
  }

  .pd-110{
    padding: 60px 0;
  }

  .p11-team{
    padding: 60px 0;
  }
}
/* quality-end */


/* oem-odm */
@media screen and (max-width: 1200px) {
  .end-sec .tab-wrap .tab-sec section .text-wrap .text h2{
    font-size: 20px;
  }

  .end-sec .tab-wrap .tab-sec section .text-wrap .text h4{
    font-size: 30px;
  }

  .text.mod-1 h3{
    font-size: 30px;
  }

  .text.mod-1 h3{
    font-size: 20px;
  }

  .end-sec .box > h2{
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .p04-custom-parts .title{
    width: calc(50% - 20px);
  }
  .p04-custom-parts .item{
    width: calc(50% - 20px);
  }

  .end-sec .tab-wrap{
    display: block;
  }
  .end-sec .tab-wrap .tab-btn{
    width: 100%;
    max-width: 100%;
  }
  .end-sec .tab-wrap .tab-sec{
    width: 100%;
  }

  .p04-more-than .item{
    display: block;
  }

  .p04-more-than .img{
    width: 100%;
    max-width: 100%;
    max-height: initial;
  }
  .p04-more-than .item .text{
    width: 100%;
    max-width: 100%;
    padding: 30px 0;
  }

  .p04-more-than{
    padding: 60px 0;
  }

  .end-sec{
    padding: 60px 0;
  }

  .p04-custom-parts{
    padding: 60px 0;
  }
}

@media screen and (max-width: 500px) {
  .p04-custom-parts .title{
    width: calc(100% - 20px);
  }
  .p04-custom-parts .item{
    width: calc(100% - 20px);
  }
  .end-sec .tab-wrap .tab-sec section.current{
    display: block;
  }
  .end-sec .tab-wrap .tab-sec section .img-wrap{
    width: 100%;
    max-width: 100%;
  }
  .end-sec .tab-wrap .tab-sec section .text-wrap{
    width: 100%;
  }
}
/* oem-odm-end */

/* faq */
@media screen and (max-width: 1200px) {
  .faq-page .faq-2 .left ul li h4{
    font-size: 16px;
  }

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

  .faq-page .faq-2 .left{
    width: 100%;
    padding: 0;
  }

  .faq-page .faq-2 .right{
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }

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

  .faq-page .faq-1{
    padding: 40px 0;
  }

  .faq-page .faq-2{
    padding: 40px 0;
  }

  .faq-page .form ul li input[type="submit"]{
    font-size: 14px;
  }
}
/* faq-end */

@media screen and (max-width: 1000px) {
  .news-page .news-1 .nav-list{
    display: none;
  }

  .news-page .news-2{
    padding: 60px 0;
  }
}

/* contact */
@media screen and (max-width: 1500px) {
  .contact.mod-1 h2{
    font-size: 50px;
  }

  .p14-contact-info .title{
    padding: 0 60px 0 0px;
  }

  .p14-contact-info .item{
    max-width: 100%;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1200px) {
  .p14-contact-info .title{
    padding: 0 30px 0 0px;
  }

  .text.mod-1 h2 span{
    font-size: 20px;
  }

  .contact-page .contact-1 .box .left .list ul li .box2{
    padding-left: 40px;
  }

  .contact-page .contact-1 .box .left{
    padding: 20px;
  }
  .contact-page .contact-1 .box .left .list ul li .box2 p{
    font-size: 16px;
  }
  .contact-page .contact-1 .box .right{
    padding: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .p14-contact-info .mml-row{
    display: block;
  }

  .p14-contact-info .title{
    width: 100%;
    padding: 0;
  }

  .p14-contact-info .detail{
    width: 100%;
    margin-top: 40px;
  }

  .contact-page .contact-1 .box .left{
    width: 100%;
  }

  .contact-page .contact-1 .box .right{
    width: 100%;
  }

  .p14-contact-info{
    padding: 60px 0;
  }

  .contact-page .contact-1 .box{
    margin: 60px 0;
  }
}

@media screen and (max-width: 500px) {
  .contact.mod-1 h2{
    font-size: 40px;
  }

  .p14-contact-info .item{
    width: calc(100% - 20px);
  }
}
/* contact-end */