
@font-face {
    font-family: 'Rany';
    src: url('../fonts/RanyRegular.woff2') format('woff2'),
        url('../fonts/RanyRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rany';
    src: url('../fonts/RanyBold.woff2') format('woff2'),
        url('../fonts/RanyBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rany';
    src: url('../fonts/RanyBoldItalic.woff2') format('woff2'),
        url('../fonts/RanyBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins.woff2') format('woff2'),
        url('../fonts/Poppins.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rany';
    src: url('../fonts/RanyItalic.woff2') format('woff2'),
        url('../fonts/RanyItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rany';
    src: url('../fonts/RanyLight.woff2') format('woff2'),
        url('../fonts/RanyLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rany';
    src: url('../fonts/RanyLightItalic.woff2') format('woff2'),
        url('../fonts/RanyLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rany';
    src: url('../fonts/RanyMediumItalic.woff2') format('woff2'),
        url('../fonts/RanyMediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
.pa {
    position: absolute;
}
.more-cb{
  background: #fff;
}
:root {
  --index-main-color: rgba(37, 62, 142, 1);
    --white: #fff;
    --black: #000;
    --primary: rgba(37, 62, 142, 1);
}
body {
  font-family: "Rany";
   font-display:'swap';
   --color:rgba(37, 62, 142, 1);
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1716px;
}
.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: fixed;
  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: 96px;
  background: rgba(0, 25, 71, 0.2);
  width: 25%;
}
#header .nav .ui.menu .logo img {
  vertical-align: middle;
  height: 59px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#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,
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after {
  right: auto;
  left: 0;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  line-height: 80px;
  padding: 8px 30px;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0;
  background: #fff;
  -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: 14px;
  -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: "Search";
    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;
  line-height: 30px;
  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: block;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 28px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  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;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  line-height: 28px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  line-height: 36px;
  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: 1250px){
  #header{
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }

  .inner-page {
    padding-top: 10px!important;
  }
}
.mask {
  height: 100vh;
}
.init-1 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/waterhammerrestor/2025/08/26/1bg1.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;
  padding-bottom: calc(4.65vw + 20px);
}

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

.module .module-1 h2 {
  color: #FFFFFF;
  font-size: 88px;
  line-height: 1.2;
  letter-spacing: 8px;
  font-weight: bold;  
  text-transform: capitalize;
  text-shadow: 0 5px 5px rgba(0, 25, 71, 0.2);
}
.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%);
}
.shouye{
	color: #FFFFFF;
/*font-size: 18px;*/
line-height: 32px;
margin-bottom: 30px;
}
.shouye h1{
	display: inline;
  color: #FFFFFF;
  /*font-size: 18px!important;*/
line-height: 32px!important;
}
.gongsi{
  font-size: 32px!important;
  line-height: 1.2!important;
  color: #FFFFFF;
  
}
.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: 48%;
  /*padding: 15px;*/
}
.module .module-2 p {
  color: #FFFFFF;
  font-weight: normal;
}
.module .module-2 h2 {
  /*font-size: 32px;*/
  color: #FFFFFF;
  font-weight: bold;
  
}
.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: 90px 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;
  
  margin-bottom: 10px;
}
.module .store h2 small {
  font-size: 20px;
}
.module .store p {
  line-height: 40px;
  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: 66px;
  font-weight: bold;
  color: rgba(19, 19, 19, 1);  
}
.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: 30px 30px;
}
.product-cat .list .content h4 {
  font-size: 36px;
  line-height: 1;
  /*min-height: 165px;*/
  color: rgba(18, 18, 18, 1);
  font-weight: bold;
  
}
.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: url("../images/pp12.jpg") no-repeat center;
  background-size: cover;
  padding: 118px 0 100px;
}
.our-product .box {
  max-width: 1700px;
  padding: 0 15px;
  margin: auto;
}
.our-product h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fff; 
}
.our-product h2::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  margin: auto;
  background: #fff;
}
.our-product h6{
  font-family: Poppins;
font-weight: 400;
color: #FFFFFF;
}
.our-product .list ul.grid-box {
  margin: 0 -45px;
}
.our-product .list li.column {
  padding: 0 10px;
}
.our-product .list li.column img{
  width: 100%;
}
.our-product .list h4 {
font-family: Poppins;
font-weight: 400;
font-size: 20px;
color: #FFFFFF;
line-height: 24px;
}
.our-product .slick-dots {
  margin-top: 56px;
}
.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: var(--primary);
}
.our-product .slick-dots li button {
  display: none;
}
.our-application {
  background: url(../images/app_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0 117px;
}
.our-application .slick-slide img{
  width: 100%;
}
.our-application h2 {
  font-size: 53px;
  font-weight: bold;  
  color: #FFFFFF;
}
.our-application h4 {
 font-family: Poppins;
font-weight: 400;
color: #FFFFFF;
  
}
.i-advantage {
  background: url(../images/ff34.jpg) no-repeat center;
  background-size: cover;
  padding: 110px 0 100px;
}
.i-advantage h2 {
  font-size: 50px;
  font-weight: bold;
  
}
.i-advantage h4 {
   font-size: 30px;
    font-weight: bold;
    color: #000;
  
  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 p{
  font-family: Poppins;
font-weight: 400;
color: #303131;
}
.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: 65px;
  line-height: 1;
  color: #1d619f;
  
}

.i-advantage .warp .item.img img.img1{
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%,-46%);
  top: 50%;
}
.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: translate(-55%,46%);
  bottom: 50%;
}

@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;
  line-height: 36px;
  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: 56px;
}
#footer .logo{
  display: flex;
  justify-content: center;
}
#footer .footer-top {
  padding: 30px 0;
}
#footer .footer-bottom {
  padding: 12px 0 37px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 28px;
}
.footer-bottom .fl{
  opacity: 0.57;
}
#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 {
  font-family: Poppins;
font-weight: bold;

color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#footer .footer-block li img{
  object-fit: contain;
}
.social-links{
  display: flex;
  font-size: 24px;
  justify-content: space-between;
}
#footer .footer-block li{
  font-family: Poppins;
font-weight: 400;
color: #FFFFFF;
}
#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;
}
.chanpinxinwen{
  width: 100%!important;
}
#footer .footer-block.news a.morecv {
  
  -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: 60px;
  }
  .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: 24px;
    font-weight: bold;
    color: #000;
  }
  .i-advantage{
    background: #FFFFFF;
    padding: 30px 0!important;
  }
  #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;
    line-height: 32px!important;
  }
  .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 10px;
  }
  .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;
    line-height: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .module .module-2 .left{
    width: 100%;
  }
  .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 .right {
    width: 100%;
  }
  .module .module-2 .right h2 {
    width: 200px;
  }

  .module .store h2 {
    font-size: 30px;
    line-height: 1.4;
  }
  .product-cat h2 {
    font-size: 40px;
  }
  .product-cat .list .img {
    width: 50%;
  }
  .product-cat .list .content {
    width: 50%;
  }
  .our-product .list h4 {
    font-size: 16px;

  }
  .our-product h2 {
    font-size: 40px;
  }
  .our-application h2,.i-advantage h2 {
    font-size: 40px;
    line-height: 1.4;
  }
  .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) {
  .i-advantage h2,.our-application h2,.our-product h2{
    font-size: 24px;
  }
  .ui.container {
    width: 100%;
  }
  .module .module-1 h2 {
    font-size: 20px;
    line-height: 36px;
    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: 24px;
    line-height: 1.4;
  }
  .our-product {
    padding: 30px 0!important;
  }
  .product-cat{
    background: #f3f3f3;
    padding: 40px 0!important;
  }
  .product-cat .nav {
    margin-bottom: 30px;
  }
  .our-video {
    display: none;
  }
  .module .module-2 h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .font-18{
    font-size: 16px;
    line-height: 30px;
  }
  .gongsi{
    width: 100%!important;
  }
  .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;
    line-height: 36px;
    /*height: 70px;*/
  }
  /*.our-product h2 {
    font-size: 30px;
  }*/
  .module .module-2 .right h2 {
    width: 100%;
  }
  .shouye{
    /*font-size: 16px;*/
    line-height: 30px;
  }
  .huhu{
    display: none!important;
  }
  .haha{
	display: none!important;
}
  .module .module-2 h1{
    font-size: 16px;
    line-height: 30px;
  }
}



/* 内页样式 */
.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;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    
    text-transform: uppercase;
}
.inner-banner .mbx {
  color: #FFFFFF;
  letter-spacing: 1px;
}


/* 新闻 */
.news-c-page .news-1 h3 {
    font-size: 48px;
    line-height: 1.2;
    color: #0070bf;
    font-weight: 500;
    
    text-transform: uppercase;
}
.news-c-page .news-1 h3 small {
    display: block;
    font-size: 18px;
    color: #484848;
    
    line-height: 32px;
    font-weight: normal;
    text-transform: none;
}
.news-c-page .news-1 .nav-list {
    padding-top: 30px;
}
.news-c-page .news-1 .nav-list ul li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.news-c-page .news-1 .nav-list ul li a {
   line-height: 40px;
    height: 50px;
    font-size: 22px;
    
    color: #171717;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: block;
    padding: 5px 40px;
}
.news-c-page .news-1 .nav-list ul li:hover a,
.news-c-page .news-1 .nav-list ul li.active a {
    color: white;
    background: #f63f06;
}
.news-c-page .news-2 {
    padding: 100px 0 60px;
}
.news-c-page .news-2 .top .img {
    width: 30%;
    vertical-align: middle;
}
.news-c-page .news-2 .top .img a {
    display: block;
}
.news-c-page .news-2 .top .img a img {
    width: 100%;
}
.news-c-page .news-2 .top .text {
    width: 70%;
    vertical-align: middle;
    padding-left: 50px;
    max-width: 820px;
}
.news-c-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-c-page .news-2 .top .text h3:hover {
    color: #0881ca;
}
.news-c-page .news-2 .top .text p {
    display: block;
    font-size: 16px;
    color: #3a3a3a;
    margin: 20px 0 30px;
}
.news-c-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-c-page .news-2 .top .text a.more:hover {
    border-color: black;
}
.news-c-page .news-2 .bottom {
    padding: 70px 0 60px;
}
.news-c-page .news-2 .bottom ul {
    margin: -13px;
}
.news-c-page .news-2 .bottom ul li {
    padding: 13px;
}
.news-c-page .news-2 .bottom ul li .box2 {
    display: block;
    border: 1px solid #eaeaea;
    position: relative;
    overflow: hidden;
}
.news-c-page .news-2 .bottom ul li .box2 a.img-box {
    display: block;
}
.news-c-page .news-2 .bottom ul li .box2 a.img-box img {
    width: 100%;
}
.news-c-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-c-page .news-2 .bottom ul li .box2 a.img-box svg path {
    fill: inherit !important;
}
.news-c-page .news-2 .bottom ul li .box2 .content {
    display: block;
    padding: 30px 20px;
}
.news-c-page .news-2 .bottom ul li .box2 .content h3 {
    display: block;
    font-size: 20px;
    color: #0065ad;
    line-height: 36px;
    
    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: 5.8em;
}
.news-c-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-c-page .news-2 .bottom ul li .box2 .content time {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #979797;
}
.news-c-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-c-page .news-2 .bottom ul li .box2 .box3 i {
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    
}
.news-c-page .news-2 .bottom ul li .box2 .box3 h4 {
    display: block;
    font-size: 20px;
    
    line-height: 36px;
    margin: 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    max-height: 12.8em;
}
.news-c-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-c-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-c-page .news-2 .bottom ul li .box2 .box3 a.more:hover {
    background: #222;
    color: white;
}
.news-c-page .news-2 .bottom ul li .box2 .box3 time {
    color: white;
    display: block;
    font-size: 14px;
    line-height: 28px;
}
.news-c-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);
}



.news-c-page h1 {
    font-size: 30px;
    line-height: 50px;
    color: #2e2e2e;
    font-weight: 500;
    
    /*text-transform: capitalize;*/
}
.news-c-page time {
    display: block;
    margin: 15px 0;
    font-size: 16px;
    line-height: 30px;
    color: black;
    opacity: .8;
}
.news-c-page .content {
    display: block;
    padding: 35px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 18px;
    color: #2c2c2c;
    
    line-height: 32px;
    letter-spacing: 0.2px;
}
.news-c-page .content h3{
    font-size:24px;
    line-height: 2;
    font-weight:bold;
    color:#3598db;
}
.news-c-page .content h4{
    font-size:20px;
    line-height: 2;
    font-weight:bold;
    color:#3598db;
}
.news-c-page .share {
    padding-top: 20px;
    margin-bottom: 10px;
}
.news-c-page .share h4 {
    font-size: 14px;
    line-height: 28px;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.news-c-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.news-c-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-c-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: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    
}
.contact.mod-1 h2 {
  
    font-style: normal;
    font-size: 66px;
    line-height: 48px;
    color: #f63f06;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    
}
.about.mod-1 h2 {
  
    font-style: normal;
    font-size: 48px;
    color: var(--primary);
    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: 50px;
  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: 1.2;
    -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: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.text.mod-1 p {
 font-size: 18px;
    line-height: 32px;
    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;
  line-height: 1.2;
  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;
  line-height: 44px;
    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: 32px;
    
}
.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;
    line-height: 30px;
    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;
    line-height: 44px;
    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: 70px 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: 60px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #f63f06;
  
}
.about-page .about-1 h4 {
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 1.2;
  
  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;
  line-height: 1.2;
    color: #fff;
    
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px;
}
.about-page .about-3 .text p {
      display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 32px;
    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;
  line-height: 40px;
    
    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;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 3;*/
  -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;
  line-height: 1.2;
  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: 30px;
  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: var(--primary);
    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;
    line-height: 1.4;
    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: var(--primary);
  
  font-style: normal;
  display: block;
  line-height: 1.2;
}
.about-page .p8-s02 span {
  font-size: 18px;
  line-height: 32px;
    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-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: 22px;
    line-height: 40px;
}
.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: var(--primary);
  font-size: 24px;
  line-height: 44px;
  
  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;
    line-height: 1.2;
    color: var(--primary);
    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: 40px;
    line-height: 1.2;
    color: #f63f06;
}
.production-sec .fig-sec ul li p {
      
    font-size: 18px;
    line-height: 32px;
    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;
  line-height: 44px;
  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;
  line-height: 1.2;
  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;
  line-height: 1.2;
  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: var(--primary);
}
@-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-size: 24px;
    line-height: 44px;
    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: 32px;
  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;
  line-height: 1.2;
  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;
    line-height: 32px;
    
    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: var(--primary);
    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;
    line-height: 1.2;
    color: #000;
    margin-bottom: -2px;
    color: var(--primary);
}
.end-sec .tab-wrap .tab-sec section .text-wrap .text h4 {
  
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    color: #242424;
    margin-bottom: 10px;
}
.end-sec .tab-wrap .tab-sec section .text-wrap .text p {
    font-style: normal;
    font-size: 18px;
    line-height: 32px;
    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: 44px;
    color: #0070bf;
    padding: 0px 0 20px;
}

.products-page h2 {
  font-size: 44px;
  color: #252118;
  
  font-style: normal;
  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: 32px;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 5rem;
}
.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: var(--primary);
    border-radius: 50px;
    font-size: 20px;
    line-height: 36px;
    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;
  line-height: 40px;
  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: var(--primary);
  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: var(--primary);
    
    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: 32px;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 5rem;
}
.products-page .p3-s02 span {
  display: inline-block;
    max-width: 195px;
    line-height: 1.4;
    font-size: 32px;
    color: #383838;
    /* font-style: normal; */
    
}


/* 产品详情 */
.product-details .p4-s01 {
  padding: 60px 0!important;
}
.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: 36px;
    color: #252118;
    line-height: 1.4;
    
    font-style: normal;
    margin-bottom: 10px;
}
.product-details .p4-s01 p {
  font-size: 18px;
  line-height: 1.8;
    /*color: #f63f06; */
    /* 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: var(--primary);
  
  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: 20px!important;
}
.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;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0px;
  font-size: 20px;
  line-height: 36px;
  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: 20px;
  line-height: 36px;
  color: #252118;
  
  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;
    line-height: 44px;
    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: 32px;
  padding: 15px;
  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: 40px;
  line-height: 1.2;
  color: #252118;
  
  font-style: normal;
  text-align: center;
  margin-bottom: 40px;
}
.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: 16px;
  line-height: 30px;
  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: 60px 0!important;
}
.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;
  line-height: 1.2;
  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;
  line-height: 36px;
  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;
  line-height: 1.2;
  
  color: var(--primary);
}

.product-details .mould-1 li{
  margin-left: 15px;
  list-style-type: disc;
  font-size: 18px;
  line-height: 32px;
}

.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;
    line-height: 1.2;
    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;
    line-height: 40px;
    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: 32px;
}



.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;
    line-height: 1.2;
    color: var(--primary);
    margin-top: 10px;
    margin-bottom: 10px;
}

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



.faq-page h3.title {
    color: #242424;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 1.2;
    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;
  line-height: 40px;
  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;
  line-height: 32px;
  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;
  line-height: 44px;
  margin-top: 0;
  margin-bottom: 20px;
}
.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;
  line-height: 30px;
}
.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;
    line-height: 40px;
    text-transform: uppercase;
}
.faq-page .form ul li input[type="submit"]:hover {
  background: #222;
}



.team-img .text h2{
  
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  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;
  line-height: 1.2;
  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: calc(-4.1667vw - 20px);
  left: 0;
  z-index: 1;
}


@media screen and (max-width: 1500px) {
  .honor-page .container .content ul li{
    padding: 0 10px !important;
  }
}
@media screen and (max-width: 1200px) {
  .module .module-1 .bg{
    bottom: -20%;
  }

}

@media screen and (max-width: 1250px) {
  .pp.pt-100{
    padding-top: 0!important;
  }
  .pt-200{
    padding-top: 50px!important;
  }

  .product-page .slideBar{
    padding-top: 0!important;
  }
  .honor-page .container .content{
    margin-top: 0!important;
  }
  
  .inner-banner .img .tit,.inner-banner .img{
    display: none!important;
  }
  .inner-banner{
    margin-top: 70px!important;
    padding-top: 70px!important;
    height: auto!important;
  }

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

  .inner-banner h2{
    font-size: 20px!important;
    line-height: 36px!important;
  }
  .chanpinye{
    margin-top: -10%!important;
  }
  .products-page .p3-s01{
    padding: 20px 0 30px!important;
  }
}

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


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

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

  .mana-page .mana-3 ul li .text .title,.mana-page .mana-1 .left .title, .mana-page .mana-2 .top .left .title,.service-page .service-1 #index-0-body .about .top .text h2.title,.prodet-page .prodet-0-3 h3,.prodet-page .prodet-2 .ret .slide .con h4,.inner-page .title{
    font-size: 24px !important;
  }
}



/* 内页媒体查询 */

/* 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: 30px 0;
  }
}

@media screen and (max-width: 700px) {
  .p11-value .icon{
    display: none;
  }
  .about-page .p8-s02{
    padding-bottom: 20px!important;
  }
  .p11-value{
    padding: 20px 0!important;
  }
  .about-page .about-3 .box ul li{
    width: 100%!important;
  }

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

  .about-page .about-1 h2{
    font-size: 30px;
    line-height: 50px;
  }
  .about-page .about-1 h4{
    font-size: 20px;
    line-height: 36px;
  }
  .about-page .p8-s02{
    padding-bottom: 40px!important;
  }
  .about-page .p8-s02 h2{
    font-size: 30px;
    line-height: 1.4;
  }
  .about.mod-1 h2{
    font-size: 30px;
  }
  .about-page .about-3 h3{
    font-size: 30px;
    line-height: 1.4;
  }
  .about-page .about-4 h3{
    font-size: 30px;
    line-height: 1.4;
  }
  .p11-team .title h2{
    font-size: 30px;
    line-height: 1.4;
  }
}


@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;
    line-height: 32px;
  }
  .products-page .p3-s02{
    padding: 0 0 20px!important;
  }
}

@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: 100%!important;
  }
}

@media screen and (max-width: 700px) {
  .products-page .p3-s01 p{
    font-size: 24px;
    line-height: 40px;
  }
  .fenlei{
    display: none!important;
  }
  .miaoshu{
    display: none!important;
  }
  .products-page h6{
    font-size: 18px;
    line-height: 32px;
  }
  .products-page h2{
    font-size: 30px;
    line-height: 1.4;
  }
}

@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;
    line-height: 40px;
  }
  .product-details .p4-s01 p{
    font-size: 20px;
    line-height: 36px;
  }

  .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: 30px;
    line-height: 1.4;
  }

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

  .product-details .p4-s04 h2{
    font-size: 30px;
    line-height: 1.4;
  }
  .diaoyong{
    margin: 30px 0!important;
  }
  .production-sec .pur-sec{
    padding: 20px 0!important;
  }
}
/* 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;
    line-height: 1.4;
    margin-bottom: 20px!important;
    padding-top: 10px!important;
  }

  .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;
    line-height: 1.4;
  }

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

@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;
    line-height: 1.4;
  }

  .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: 100%!important;
    text-align: center!important;
    max-width: 330px!important;
  }

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

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

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

  .pd-110{
    padding: 20px 0!important;
  }

  .p11-team{
    padding: 30px 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;
    line-height: 36px;
  }

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

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

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

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

@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: 0px 0!important;
  }

  .p04-custom-parts{
    padding: 20px 0!important;
  }
}

@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: 18px;
    line-height: 32px;
  }

  .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;
    line-height: 44px;
  }

  .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-c-page .news-1 .nav-list{
    display: none;
  }

  .news-c-page .news-2{
    padding: 20px 0!important;
  }
}

/* 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;
    line-height: 36px;
  }

  .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: 18px;
    line-height: 32px;
  }
  .contact-page .contact-1 .box .right{
    padding: 20px;
  }
}
@media screen and (max-width: 700px){
  .productBox{
    padding-bottom: 0;
  }
  .m-page{
     padding-bottom: 5px;
      padding-top: 5px;
  }
}
@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: 20px 0!important;
  }

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

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

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

.haha{
	margin-top: 40px;
	margin-bottom: 40px;
}
.zhishi{
	font-size: 24px;
	line-height: 40px;
	color: #0070bf;
	text-align: center;
  
}

.bankuai{
	font-size: 18px;
	line-height: 32px;
}

.huhu{
  font-size: 14px;
  line-height: 28px;
  margin-left: 10px!important;
}
.fenlei{
  font-size: 26px;
  line-height: 40px;
  margin-top: 20px;
  color: #0070bf;
  
}
.miaoshu{
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.diaoyong{
  padding: 50px 0!important;
}



/* 落地页 */
.tit1{
  font-size: 42px;
  text-transform: uppercase;
  
}

.luoD-1{
  background: url(../images/luoD_1_bg.jpg)no-repeat center;
  background-size: cover;
  color: #ffffff;
}

.luoD-1 h2{
  font-size: 30px;
  line-height: 1.2;
  
}

.luoD-1 h4{
  font-size: 24px;
  
}

.luoD-1 h4 i{
  vertical-align: bottom;
  display: inline-block;
}

.luoD-1 h4 i img{
  vertical-align: text-bottom;
}

.luoD-1 ul{
  margin: -15px -40px;
  padding-right: 15%;
}

.luoD-1 ul li{
  padding: 15px 40px;
}

.luoD-1 .form{
  width: 490px;
  margin-right: -80px;
  padding: 15px 20px;
  background-color: #0074c5;
}

.luoD-1 .form input,
.luoD-1 .form textarea{
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: none;
  color: #000000;
}

.luoD-1 .form textarea{
  height: 120px;
}

.luoD-1 .form button{
  background: #f63f06;
  width: 100%;
  padding: 10px 0;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
}

.luoD-2{
  padding-top: 60px;
}

.luoD-2 .box{
  padding: 0 10%;
}

.luoD-2 ul{
  margin: -15px;
}

.luoD-2 ul li{
  padding: 15px;
}

.luoD-2 .img{
  width: 60%;
}

.luoD-2 .mml-text{
  width: 40%;
}

.luoD-2 .mml-text h4{
  line-height: 1.3;
  
}

.luoD-3 ul{
  margin: -15px;
}

.luoD-3 ul li{
  padding: 15px;
}

.luoD-4 ul{
  display: flex;
  justify-content: space-between;
}

.luoD-4 ul li h4{
  font-size: 60px;
  line-height: 1;
  
}

.luoD-4 ul li h4 b{
  font-size: 24px;
  
}

.luoD-5{
  overflow: hidden;
  margin-bottom: -30px;
}
.luoD-5 ul li h4{
  font-size: 0;
  position: relative;
}

.luoD-5 ul li h4:after{
  content: url(../images/jt_icon.png);
  position: absolute;
  left: 100%;
  top: calc(100% - 1px);
}
.luoD-5 ul li h4 i{
  color: #0074c5;
  width: 90px;
  display: inline-block;
  font-size: 60px;
  line-height: 1.2;
  
  vertical-align: bottom;
}

.luoD-5 ul li h4 span{
  text-transform: uppercase;
  display: inline-block;
  
  width: calc(100% - 90px);
  border-bottom: 1px solid #cce3f3;
  vertical-align: bottom;
}

.luoD-5 ul li p{
  line-height: 1.3;
}

.luoD-5 ul li:nth-child(even) h4 i{
  border-bottom: 1px solid #cce3f3;
}
.luoD-5 ul li:nth-child(even) h4 span{
  width: auto;
}

.luoD-5 ul li:nth-child(even) h4:after{
  left: auto;
  right: 100%;
  transform: rotateY(180deg);
}

.luoD-5 ul li:last-child h4:after{
  display: none;
}
.luoD-5 ul li:last-child h4 i{
  border-color: transparent;
}

.luoD-5 ul li:last-child span{
  border-color: transparent;
}

.luoD-5 .left{
  width: 50%;
}

.luoD-5 .right{
  width: auto;
}

.luoD-6{
  background: url(../images/luoD_6_bg.jpg)no-repeat center;
  background-size: cover;
  color: #ffffff;
}
.luoD-6 h2{
  font-size: 42px;
  
}

.luoD-6 a{
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  padding: 0 50px;
  background: #f63f06;
}

.luoD-7 ul{
  margin: -5px;
}
.luoD-7 ul li{
  padding: 5px;
}
.luoD-7 ul li.wid-50{
  width: 50%!important;
}

.luoD-7 h4{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 40px;
  font-size: 28px;
  color: #ffffff;
  
}


.luoD-8 h2{
  width: 25%;
}
.luoD-8 .list{
  width: 70%;
}
.luoD-8 .list ul{
  margin: -30px;
}
.luoD-8 .list ul li{
  padding: 30px;
}

.luoD-8 .list .img{
  border: 4px solid #0074c5;
}


.luoD-9{
  background: url(../images/luoD_8_bg.jpg)no-repeat center;
  background-size: cover;
  color: #ffffff;
}

.luoD-9 .left{
  width: 50%;
}

.luoD-9 .left ul li{
  display: flex;
}

.luoD-9 .left ul li .img{
  width: 110px;
}

.luoD-9 .left ul li .mml-text{
  width: calc(100% - 110px);
  margin-left: 30px;
}

.luoD-9 .right{
  width: 40%;
}

.luoD-9 .right h2{
  font-size: 36px;
  
}
.luoD-9 .right ul{
  margin: -5px;
}
.luoD-9 .right ul li{
  padding: 5px;
}
.luoD-9 .right ul li.wid-100{
  width: 100%;
}
.luoD-9 .right input,
.luoD-9 .right textarea{
  font-size: 18px;
  padding: 10px;
  width: 100%;
}

.luoD-9 .right textarea{
  height: 120px;
}

.luoD-9 .right button{
  width: 80%;
  height: 50px;
  color: #ffffff;
  background: #f63f06;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
}



@media screen and (max-width: 1200px) {
  .luoD-2 .box{
    padding: 0 15px;
  }

  .luoD-1 h2{
    font-size: 42px;
  }

  .luoD-1 .form{
    width: 400px;
  }

  .luoD-1 .form textarea{
    height: 80px;
  }

  .luoD-1 .form button{
    padding: 10px 0;
  }

  .luoD-1 ul{
    margin: -15px;
  }

  .luoD-1 ul li{
    padding: 15px;
  }

  .luoD-1 h4{
    font-size: 24px;
  }

  .luoD-5 .right{
    width: 40%;
  }

  .luoD-5{
    margin: 0;
  }

  .luoD-8 .list ul{
    margin: -15px;
  }

  .luoD-8 .list ul li{
    padding: 15px;
  }

  .tit1{
    font-size: 30px;
  }

  .luoD-6 h2{
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .luoD-1 .form{
    display: none;
  }

  .luoD-1 ul{
    padding-right: 0;
  }

  .luoD-4 .left{
    width: 100%!important;
    padding: 0;
  }

  .luoD-4 .right{
    width: 100%!important;
    margin-top: 40px;
  }

  .luoD-4 ul li h4{
    font-size: 40px;
  }

  .luoD-5 .left{
    width: 100%;
  }

  .luoD-5 .right{
    display: none;
  }

  .luoD-8 h2{
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }

  .luoD-8 .list{
    width: 100%;
  }
}


@media screen and (max-width: 700px) {
  .luoD-9 .left{
    width: 100%;
  }
  .luoD-9 .right{
    width: 100%;
    margin-top: 30px;
  }

  .luoD-9 .right input, .luoD-9 .right textarea{
    font-size: 14px;
  }

  .luoD-4 ul li h4{
    font-size: 30px;
  }

  .luoD-5 ul li h4:after{
    display: none;
  }

  .luoD-5 ul li h4 span{
    border: none!important;
  }

  .luoD-5 ul li h4 i{
    border: none!important;
  }

  .luoD-5 ul li:nth-child(even) h4 span{
    width: calc(100% - 90px);
  }
}

@media screen and (max-width: 500px) {
  .luoD-4 ul{
    flex-wrap: wrap;
  }
  .haha{
	display: none!important;
}
  .luoD-4 ul li{
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
  }

  .luoD-7 ul li.wid-50{
    width: 100%!important;
  }

  .luoD-1 h2{
    font-size: 30px;
  }

  .luoD-9 .right h2{
    font-size: 24px;
  }
}


/* body-slider */
.body-sidebar {
	position:fixed;
	right:10px;
	bottom:20px;
	z-index:2;
}
.body-sidebar li.ty-li {
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:white;
	background:#666;
	margin-bottom:5px;
	cursor:pointer;
	cursor:hand;
	transition:.5s;
	position:relative;
}
.body-sidebar li.ty-li:hover {
	background:#e3222b;
}



#main{
  /*background: url(../images/fish.jpg)no-repeat center top 40%;*/
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #6076f1;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #6076f1;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #6076f1;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: #1f1f1f;
  /*border: 1px solid #fff;*/
}
.right_nav_list ul li:last-child{
border-bottom: 2px solid #333333;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #6076f1;
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
.sw36{
  overflow: hidden;
}
.container66{
  display: flex;
  align-items: center;
  justify-content: center;
}
.container66 i{
    -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 53px;
  flex: 0 0 53px;
height: 53px;
border-radius: 27px;
border: 1px solid #253E8E;
display: flex;
justify-content: center;
align-items: center;
font-size: 24px;
color: rgba(37, 62, 142, 1);
}
.container66 i:hover{
  background: rgba(37, 62, 142, 1);
  border: none;
  color: #fff;
}
.swiper-scrollbar {
  position: relative;
  width: 1129px;
  margin: 0 auto;
  height: #eee;
  height: 2px;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  height: 2px;
  /*margin-top: -1px;*/
  background: var(--color);
}
.inner-banner {
  padding-top: 0;
  margin-top: 96px;
}
.inner-banner .mbx {
  border-top: 1px solid #e2e2e2;
  padding: 20px 0;
  font-size: 18px;
  color: #151515;
  line-height: 32px;
   
  font-weight: 500;
}
.inner-banner .mbx i {
  display: inline-block;
  height: 26px;
  padding-right: 24px;
  border-right: 1px solid rgba(119, 119, 119, 0.4);
  line-height: 26px;
  margin-right: 24px;
}
.inner-banner .mbx i img {
  display: inline-block;
  vertical-align: middle;
}
.inner-banner .mbx span {
  color: var(--primary);
}
.inner-banner .img {
  position: relative;
}
.inner-banner.product-page-banner .img{
  height: 600px
}
.inner-banner .img .lazy{
  width: 100%;
  /*height: 400px;*/
}
.inner-banner .img .tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      text-transform: uppercase;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 48px;
  line-height: 1.7;
   
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .inner-banner .img {
    display: none;
  }
  .inner-banner .img .tit {
    font-size: 30px;
    line-height: 1.3;
  }}
  .inner-page .title {
  font-size: 48px;
  color: #282727;
  line-height: 1.6;
  
  font-weight: bold;
  position: relative;
  word-break: break-word;
}
.inner-page .title em {
  color: var(--index-main-color);
}
/*.inner-page .title::before {
  content: '';
  position: absolute;
  left: -200px;
  top: 38px;
  width: 140px;
  height: 2px;
  background-color: #c2c0c3;
}*/
@media screen and (max-width: 1680px) {
  .inner-page .title::before {
    left: -160px;
  }
}
@media screen and (max-width: 700px) {

  .inner-page .title {
    font-size: 40px;
    
  }}
  @media screen and (max-width: 500px) {

  .inner-page .title {
    font-size: 24px;

  }}
  .inner-page .m-page {
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 16px;
  line-height: 36px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: var(--primary) none repeat scroll 0 0;
  color: #fff;
}
.about-0-page .about-1 {
  padding-top: 4.688%;
}
.about-0-page .about-1 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}
.about-0-page .about-1 .content .con {
  width: 62%;
  font-size: 18px;
  color: #282727;
  line-height: 1.8;
  }
.about-0-page .about-1 .content .con p {
  padding-bottom: 20px;
}
.about-0-page .about-1 .content .right {
  width: 34%;
}
.about-0-page .about-1 .content .right .ig {
  max-width: 365px;
  margin: 0 0 0 auto;
  text-align: center;
   
  font-weight: bold;
}
.about-0-page .about-1 .content .right span {
  font-size: 200px;
  line-height: 1;
  color: var(--primary);
}
.about-0-page .about-1 .content .right p {
  font-size: 30px;
  color: #0d0d0d;
  line-height: 1.3;
  margin-top: 24px;
  
}
.about-0-page .about-1 #index-body {
  margin-top: 67px;
  background: transparent;
}
.about-0-page .about-2 {
  padding-top: 5.99%;
}
.about-0-page .about-2 .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 65px;
}
.about-0-page .about-2 .text {
  width: 48.552%;
  padding: 65px 0 0 66px;
}
.about-0-page .about-2 .text .title::before {
  display: none;
}
.about-0-page .about-2 .text .title::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  display: block;
  margin-top: 17px;
}
.about-0-page .about-2 .text .con {
  font-size: 18px;
  color: #282727;
  line-height: 1.8;
  margin-top: 22px;
}
.about-0-page .about-3 {
  padding-top: 5.782%;
}
.about-0-page .about-3 .header {
  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;
}
.about-0-page .about-3 .content {
  margin-top: 70px;
}
.about-0-page .about-3 .content 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;
  position: relative;
  height: 1130px;
}
.about-0-page .about-3 .content ul li {
  width: 33.333%;
  height: 380px;
}
.about-0-page .about-3 .content ul li img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-0-page .about-3 .content ul li .box {
  background: var(--white);
  padding: 90px 75px 92px 59px;
  height: 380px;
}
.about-0-page .about-3 .content ul li .box .tit {
  font-size: 36px;
  line-height: 1.3;
   
  font-weight: bold;
  color: var(--primary);
}
.about-0-page .about-3 .content ul li .box .con {
  font-size: 16px;
  line-height: 30px;
  color: #282727;
  margin-top: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.about-0-page .about-3 .content ul li:nth-child(3) {
  height: 750px;
}
.about-0-page .about-3 .content ul li:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 750px;
}
.about-0-page .about-3 .content ul li:nth-child(5) {
  position: absolute;
  bottom: 380px;
  left: 33.334%;
}
.about-0-page .about-3 .content ul li:nth-child(6) {
  position: absolute;
  bottom: 0;
  left: 33.334%;
}
.about-0-page .about-3 .content ul li:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-0-page .about-4 {
  padding: 6.25% 0;
}
.about-0-page .about-4 .box {
  background: var(--primary);
  /*padding: 20px 0;*/
}
.about-0-page .about-4 .box .left {
  vertical-align: middle;
  color: var(--white);
  padding-left: 80px;
  width: 40%
}
.about-0-page .about-4 .box .left .tit {
  font-size: 36px;
  line-height: 1.4;
   
  font-weight: bold;
}
.about-0-page .about-4 .box .left .con {
  font-size: 16px;
  line-height: 30px;
  margin-top: 26px;
  width: 90%;
}
.about-0-page .about-4 .box .left .more {
  background: var(--white);
  color: var(--primary);
  margin-top: 32px;
}
.about-0-page .about-4 .box .left .more::after {
  background: var(--black);
}
.about-0-page .about-4 .box .left .more:hover {
  color: var(--white);
}
.about-0-page .about-4 .box .right {
  vertical-align: middle;
  width: 60%;
}
.about-0-page .about-4 .box .right ul {
  margin: 0 0 0 auto;
}
.about-0-page .about-4 .box .right ul li {
  line-height: 274px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}
.about-0-page .about-4 .box .right ul li img {
  display: inline-block;
  vertical-align: middle;
}
.about-0-page .about-4 .box .right ul li:first-child,
.about-0-page .about-4 .box .right ul li:last-child,
.about-0-page .about-4 .box .right ul li:nth-child(3),
.about-0-page .about-4 .box .right ul li:nth-child(6) {
  background-color: #006260;
}
.about-0-page .about-4 .box .right ul li:hover {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
}
@media screen and (max-width: 1680px) {
  .inner-page .title::before {
    left: -160px;
  }
}
@media screen and (max-width: 1280px) {
  .about-0-page .about-3 .content ul {
    height: 1000px;
  }
  .about-0-page .about-3 .content ul li {
    height: 350px;
  }
  .about-0-page .about-3 .content ul li .box {
    height: 350px;
    padding: 60px 50px 30px 40px;
  }
  .about-0-page .about-3 .content ul li .box .tit {
    font-size: 34px;
  }
  .about-0-page .about-3 .content ul li:nth-child(3),
  .about-0-page .about-3 .content ul li:nth-child(4) {
    height: 700px;
  }
  .about-0-page .about-3 .content ul li:nth-child(5) {
    bottom: 350px;
  }
  .about-0-page .about-4 .box .left {
    padding-left: 50px;
  }
  .about-0-page .about-4 .box .left .con {
    width: 92%;
  }
  .about-0-page .about-4 .box .left .more {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .about-0-page .about-2 .text {
    padding: 65px 0 0 40px;
  }
  .about-0-page .about-3 .content ul {
    height: 900px;
  }
  .about-0-page .about-3 .content ul li {
    height: 300px;
  }
  .about-0-page .about-3 .content ul li .box {
    height: 300px;
    padding: 40px 30px 30px 20px;
  }
  .about-0-page .about-3 .content ul li:nth-child(3),
  .about-0-page .about-3 .content ul li:nth-child(4) {
    height: 600px;
  }
  .about-0-page .about-3 .content ul li:nth-child(5) {
    bottom: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .img {
    display: none;
  }
  .inner-banner .img .tit {
    font-size: 30px;
    line-height: 1.3;
  }
  .about-0-page .about-1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .about-0-page .about-1 .content .con {
    width: 100%;
  }
  .about-0-page .about-1 .content .right {
    display: none;
  }
  .about-0-page .about-2 .img {
    width: 100%;
  }
  .about-0-page .about-2 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-0-page .about-3 .content {
    margin-top: 30px;
  }
  .about-0-page .about-3 .content ul {
    height: 800px;
  }
  .about-0-page .about-3 .content ul li {
    height: 260px;
  }
  .about-0-page .about-3 .content ul li .box {
    height: 260px;
    padding: 20px 15px 0 15px;
  }
  .about-0-page .about-3 .content ul li .box .tit {
    font-size: 24px;
    line-height: 44px;
  }
  .about-0-page .about-3 .content ul li:nth-child(3),
  .about-0-page .about-3 .content ul li:nth-child(4) {
    height: 540px;
  }
  .about-0-page .about-3 .content ul li:nth-child(5) {
    bottom: 260px;
  }
  .about-0-page .about-4 .box .left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .img .tit {
    font-size: 26px;
  }
  .inner-page .title {
    font-size: 40px;
    
  }
  .about-0-page .about-3 .content ul {
    height: auto;
  }
  .about-0-page .about-3 .content ul li {
    height: auto;
    width: 50%;
  }
  .about-0-page .about-3 .content ul li .box {
    height: auto;
    padding: 20px 15px;
  }
  .about-0-page .about-3 .content ul li:nth-child(3),
  .about-0-page .about-3 .content ul li:nth-child(4) {
    height: auto;
  }
  .about-0-page .about-3 .content ul li:nth-child(4),
  .about-0-page .about-3 .content ul li:nth-child(5),
  .about-0-page .about-3 .content ul li:nth-child(6),
  .about-0-page .about-3 .content ul li:last-child {
    position: initial;
  }
  .about-0-page .about-4 .box .left {
    width: 100%;
    padding: 20px 15px;
  }
  .about-0-page .about-4 .box .right {
    width: 100%;
  }
  .about-0-page .about-4 .box .right ul li {
    line-height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .about-0-page .about-1 #index-body {
    margin-top: 20px;
  }
  .inner-page .title {
    font-size: 24px;
    
  }
  .about-0-page .about-2 .text .con {
    margin-top: 20px;
  }
  .about-0-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-0-page .about-3 .header .more {
    margin-top: 15px;
  }
  .about-0-page .about-3 .content ul li {
    width: 100%;
  }
  .about-0-page .about-4 .box .left .tit {
    font-size: 32px;
  }
  .about-0-page .about-4 .box .left .con {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
  .about-0-page .about-4 .box .left .more {
    margin-top: 20px;
  }
  .about-0-page .about-4 .box .right ul li {
    line-height: 150px;
  }
}
#index-0-body .about {
  padding-top: 6.09375vw;
  padding-bottom: 5.052083333333334vw;
}
#index-0-body .about .content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 4.635416666666667vw;
}
#index-0-body .about .content .left {
  position: relative;
  margin-top: 3px;
}
#index-0-body .about .content .left .icon {
  position: absolute;
  left: -3.17708333vw;
  bottom: -2.1875vw;
}
#index-0-body .about .content .right {
  margin-left: 3vw;
  position: relative;
}
#index-0-body .about .content .right .right-bg {
  position: absolute;
  right: 18px;
  top: 236px;
}
#index-0-body .about .content .right .intro {
  max-width: 750px;
  font-size: 18px;
  line-height: 32px;
  color: #232323;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 280px;
    padding-right: 20px;
   
    overflow: auto
}
.shouye h1{
  display: inline;
}
#index-0-body .about .content .right .strength-data {
  margin: 17px 0;
}
#index-0-body .about .content .right .strength-data ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-0-body .about .content .right .strength-data ul li .top {
  
  font-size: 30px;
  color: #111111;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-0-body .about .content .right .strength-data ul li .top:hover {
  color: var(--index-main-color);
}
#index-0-body .about .content .right .strength-data ul li:last-child .top span {
  font-size: 16px;
  padding-left: 13px;
}
#index-0-body .about .content .right .strength-data ul li .title {
  font-size: 16px;
  line-height: 32px;
  color: #777777;
  margin-top: -3px;
}
#index-0-body .about .standard-slide-ul {
  margin-right: -4vw;
}
#index-0-body .about .standard-slide-ul .slide-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 113px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 4vw;
}
@media screen and (max-width: 1680px) {
  #index-0-body .about .content .left .icon {
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1000px){
    #index-0-body .about .content .right .intro {
    max-width: 100%;
  }
  #index-0-body .about .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-0-body .about .content .left {
    margin-bottom: 25px;
  }
  #index-0-body .about .content .right {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {

  #index-0-body .about .content .right .intro {
    font-size: 16px;
  }
  #index-0-body .about .content .left .icon {
    display: none;
  }}
  @media screen and (max-width: 500px) {
 
  #index-0-body .about .content .right .strength-data ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }}
  #index-0-body .about.inner-about{
  padding-top: 0;
  padding-bottom: 0;
}
#index-0-body .about.inner-about .top {
    background: url(../images/a1.png) no-repeat 100px center;
    padding: 68px 0 117px;
  }
  #index-0-body .about.inner-about .top .text {
    max-width: 603px;
    margin: 0 0 0 auto;
  }
  #index-0-body .about.inner-about .top .text .con {
    line-height: 1.8;
    color: #1d1d1d;
    margin-top: 26px;
  }
  #index-0-body .about.inner-about .top .text .con h1 {
    display: inline;
  }
  #index-0-body .about.inner-about .bottom {
    text-align: center;
    padding: 26% 0;
    background-position: center top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  #index-0-body .about.inner-about .bottom .play {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  #index-0-body .about.inner-about .bottom .play::before,
  #index-0-body .about.inner-about .bottom .play::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.44);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
  }
  #index-0-body .about.inner-about .bottom .play::before {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
  }
  #index-0-body .about.inner-about .data {
    padding: 65px 6.579% 0 10%;
  }
  #index-0-body .about.inner-about .data 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;
  }
  #index-0-body .about.inner-about .data ul li {
    display: inline-block;
  }
  #index-0-body .about.inner-about .data ul li .num em {
    display: inline-block;
    vertical-align: bottom;
    font-size: 100px;
    line-height: 1;
    font-family: rany;
    font-weight: 700;
    color: var(--primary);
  }
  #index-0-body .about.inner-about .data ul li .num span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    color: #080808;
    line-height: 30px;
    width: 50%;
    padding-left: 9px;
    margin-bottom: -5px;
  }
  #index-0-body .about.inner-about .data ul li:nth-child(2) .num span {
    width: 37%;
  }
  @media screen and (max-width: 1680px) {
    #index-0-body .about.inner-about .top {
      background-position: -160px center;
    }
  }
  @media screen and (max-width: 1440px) {
    #index-0-body .about.inner-about .top {
      background-position: -340px center;
    }
    #index-0-body .about.inner-about .data {
      padding: 65px 3% 0 6%;
    }
  }
  @media screen and (max-width: 1280px) {
    #index-0-body .about.inner-about .top {
      background-position: -260px center;
      background-size: 70% 70%;
    }
    #index-0-body .about.inner-about .data ul li .num em {
      font-size: 80px;
    }
}
@media screen and (max-width: 1000px) {
    #index-0-body .about.inner-about .top {
        background: transparent;
        padding: 60px 0;
      }
      #index-0-body .about.inner-about .top .text {
        max-width: 100%;
      }
      #index-0-body .about.inner-about .data {
        padding: 65px 0% 0 0%;
      }
      #index-0-body .about.inner-about .data ul li .num em {
        font-size: 60px;
      }
      #index-0-body .about.inner-about .data ul li:nth-child(2) .num span {
        width: 45%;
      }
      #footer .f-content .f-about.inner-about{
        display: none;
      }
}
@media screen and (max-width: 700px) {
    #index-0-body .about.inner-about .top {
        padding: 30px 0;
      }
      #index-0-body .about.inner-about .top .text .con {
        margin-top: 10px;
      }
      #index-0-body .about.inner-about .data {
        display: none;
      }
}
.honor-page .container .tips_title {
  font-weight: bold;
  text-align: center;
       
    margin-bottom: -30px;
  text-transform: uppercase;
}
.honor-page .container .content {
  margin-top: 50px;
}
.honor-page .container .content ul {
  margin: 0 -50px;
}
.honor-page .container .content ul li {
  margin-top: 40px;
  padding: 0 50px;
  text-align: center;
}
.honor-page .container .content ul li .box a {
  display: block;
}
.honor-page .container .content ul li .box .text {
  margin-top: 30px;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .honor-page .container .content ul {
    margin: 0 -10px;
  }
  .honor-page .container .content ul li {
    padding: 0 10px;
  }
  .honor-page .container .content ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .m-page {
    margin-top: 40px;
  }
  .honor-page .container .content {
    margin-top: 0;
  }
}
.faq-0-page {
  padding-bottom: 110px;
}
.faq-0-page .container .tips_title {
  font-weight: bold;
  padding-left: 60px;
       
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.faq-0-page .container .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: #253e8e;
  z-index: -1;
}
.faq-0-page .container .content {
  margin-top: 60px;
}
.faq-0-page .container .content ul {
  border-top: 1px solid #e5e8ec;
  border-left: 1px solid #e5e8ec;
  border-right: 1px solid #e5e8ec;
}
.faq-0-page .container .content ul li {
  border-bottom: 1px solid #e5e8ec;
  position: relative;
  cursor: pointer;
}
.faq-0-page .container .content ul li > i {
  position: absolute;
  top: 24px;
  right: 24px;
  line-height: 1;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #1c306d;
}
.faq-0-page .container .content ul li .title {
  font-weight: bold;
  position: relative;
  padding: 20px 60px;
  font-size: 26px;
  
}
.faq-0-page .container .content ul li .title::before{
  display: none;
}
.faq-0-page .container .content ul li .des {
  display: none;
  padding: 20px 60px;
}
.faq-0-page .container .content ul li.active .title {
  background-color: var(--index-main-color);
  color: #fff;
}
.faq-0-page .container .content ul li.active > i {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 1000px) {
  .faq-0-page {
    text-align: center;
  }
  .faq-0-page .container .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq-0-page .container .content ul {
    text-align: left;
  }
  .faq-0-page .container .content {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .faq-0-page .container .content {
    margin-top: 30px;
  }
  .faq-0-page .container .content ul li .title {
    padding: 20px 30px 20px 16px;
  }
  .faq-0-page .container .content ul li > i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    right: 2px;
    top: 28px;
  }
  .faq-0-page .container .content ul li .des {
    padding: 20px 16px;
  }
}
.product-page .category-desc {
  background-color: #f9f9f9;
  line-height: 2;
}
.product-page .productNav ul {
  position: relative;
}
.product-page .productNav ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.product-page .productNav ul li {
  width: auto;
  position: relative;
}
.product-page .productNav ul li + li {
  margin-left: 45px;
}
.product-page .productNav ul li a {
  padding: 15px 0;
}
.product-page .productNav ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--primary);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .productNav ul li.active a::after {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .product-page .productNav {
    display: none;
  }}
  @media screen and (max-width: 700px) {

  .product-page .category-desc{
    display: none;
  }}
  .product-page .slideBar {
    padding-top: 0px;
}

.product-page .slideBar .top {
    position: relative;
    display: flex;
  justify-content: space-evenly;
    padding-bottom: 60px;
}
.product-page .slideBar .top li{
  margin-right: 10px;
}
.product-page .slideBar .top li:last-child{
  margin-right: 0;
}
.product-page .slideBar .top li a.add {
    display: inline-block;
    font-size: 18px;
    line-height: 56px;
    height: 56px;
    transition: .5s;
    background: #f3f3f3;
    padding: 3px 25px;
    position: relative;
}

.product-page .slideBar .top li a.add:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-left: 8px solid transparent;
    border-top: 8px solid var(--primary);
    border-right: 8px solid transparent;
    opacity: 0;
    transition: .5s;
}

.product-page .slideBar .top li.active a.add,
.product-page .slideBar .top li:hover a.add {
    background: var(--primary);
}

.product-page .slideBar .top li.active a.add:after,
.product-page .slideBar .top li:hover a.add:after {
    opacity: 1;
}

.product-page .slideBar .top li a.active.add {
    background: var(--primary);
    color: var(--white);
}

.product-page .slideBar .top li a.active.add:after {
    opacity: 1;
}

.product-page .slideBar .top li ul.children {
    display: none;
}

.product-page .slideBar .top li.active ul.children {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
}

.product-page .slideBar .top li ul.children li {
    display: inline-block;
}

.product-page .slideBar .top li ul.children li a {
    font-size: 20px;
    transition: .5s;
    position: relative;
    margin-right: 60px;
    color: #767676;
}

.product-page .slideBar .top li ul.children li a.active,
.product-page .slideBar .top li ul.children li a:hover {
    color: var(--primary);
}
.product-page .slideBar .top {
    flex-wrap: wrap;
}
.product-page .slideBar .top li {
    margin-bottom: 35px;
}
@media screen and (max-width: 1000px) {
  .product-page .slideBar{
    display: none;
  }}
  @media screen and (max-width: 1000px) {
  .seohide {
    display: none !important;
  }}
  .seo_title {
    font-size: 36px;
     
    font-weight: bold;
    text-transform: uppercase;
}

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

#seo_about ._left,
#seo_about ._right {
    padding: 15px;
    vertical-align: middle;
}
#seo_about ._right ._text {
  line-height: 2;
}
#seo_public_from {
    padding: 80px 0;
    background: #f9f9f9;
}

#seo_public_from h4 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

#seo_public_from .seo_public_from {
    margin-top: 30px;
}

#seo_public_from .seo_public_from ul {
    margin: -10px;
}

#seo_public_from .seo_public_from ul li {
    padding: 10px;
}

#seo_public_from .seo_public_from ul li.wid-100 {
    width: 100%;
}

#seo_public_from .seo_public_from ul li input,
#seo_public_from .seo_public_from ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 10px;
    border: 1px solid #eee;
    font-size: 14px;
    color: black;
    background: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#seo_public_from .seo_public_from ul li input:focus,
#seo_public_from .seo_public_from ul li textarea:focus {
    border-color: black;
}

#seo_public_from .seo_public_from ul li textarea {
    height: 120px;
}

#seo_public_from .seo_public_from ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding: 10px 30px;
    background: #222;
    color: white;
}

#seo_public_from .seo_public_from ul li input[type="submit"]:hover {
    opacity: .7;
}
@media screen and (max-width: 1000px) {
    #seo_about ._left,
    #seo_about ._right {
        width: 100% !important;
    }
}
#seo_other ._text, .seoIndustry ._text {
  line-height: 2;
}

#honor_list ul {
    margin: -15px;
}

#honor_list ul li {
    padding: 15px;
}

#news_list ul {
    margin: -15px;
}

#news_list ul li {
    padding: 15px;
}

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

#news_list ._time span._cate {
    color: #FFFFFF;
    background-color: var(--index-main-color);
}

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

#news_list ._table {
    padding: 30px 30px;
    border: 2px solid #CCCCCC;
    line-height: 2;
}
#news_list ._table ._name{
   font-size: 20px;
   line-height: 36px;
   min-height:5.3em;
}
.productList ul {
  margin: -20px;
}
.productList ul li {
  padding: 20px;
}
.productList ul li .img img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.productList ul li .img img.on {
  opacity: 0;
  left: 0;
  top: 0;
}
.productList ul li .img:hover img.on {
  opacity: 1;
}
.productList ul li .img:hover img.def {
  opacity: 1;
}
.productList ul li .img .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47px;
  line-height: 46px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: var(--primary);
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  z-index: 15;
  padding: 0;
}
.productList ul li .img .more::after{
  background: #f6f5f1;
}
.productList ul li .img .more:hover {
  color: #000;
}
.productList ul li .img:hover .more {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  .product-page .productNav {
    display: none;
  }
  .productList ul {
    margin: -15px;
  }
  .productList ul li {
    padding: 15px;
  }
}
.more {
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 24px;
    font-weight: 500;
    line-height: 44px;
    text-transform: capitalize;
    background-color: var(--primary);
    color: #f6f6f6;
    padding: 13px 34px 13px 33px;
}
.more:hover:after {
    left: 0;
    width: 100%;

}
.more:hover{
  color: #000;
}
.more:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: var(--white);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page {
  padding: 200px 0 10px 0;
}
.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page .prodet-1 .box .left .big {
  width: 85%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--primary);
  font-family: FontAwesome;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}
.prodet-page .prodet-1 .box .left .small {
  width: 15%;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .right .content h1{
   
  font-weight: bold;
}
.prodet-page .prodet-1 .box .right .content bt{
   padding-bottom: 20px;
   color: var(--primary);
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  max-height: 403px;
  padding-right: 20px;
  margin-top: 43px;
  overflow: auto;
}
.prodet-page .prodet-1 .box .right .content a.msg1 {
  color: var(--white);
  background-color: var(--primary);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  text-align: center;
}
.prodet-page .prodet-1 .box .right .content a.msg1:hover {
  color: white;
  background-color: #000000;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding-top: 100px;
}
.prodet-page .prodet-2 form input,
.prodet-page .prodet-2 form textarea {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  margin-bottom: 17px;
  /*font-style: italic;*/
}
.prodet-page .prodet-2 form textarea {
  height: 170px;
}
.prodet-page .prodet-2 form button {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
   
  color: #FFFFFF;
  background-color: var(--primary);
  border: none;
  padding: 10px 45px;
  text-transform: uppercase;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 form button:hover {
  background-color: #000000;
}
.prodet-page .prodet-2 .options ul {
  position: relative;
}
.prodet-page .prodet-2 .options ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.prodet-page .prodet-2 .options ul li {
  width: auto;
  position: relative;
}
.prodet-page .prodet-2 .options ul li + li {
  /*margin-left: 130px;*/
}
.prodet-page .prodet-2 .options ul li a {
  padding: 15px 40px;
   line-height: 44px;
    font-size: 24px;
        text-transform: uppercase;
}
.prodet-page .prodet-2 .options ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--primary);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  color: #00aba7;
}
.prodet-page .prodet-2 .options ul li.active a::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret ul li .content {
  padding-left: 90px;
  padding-right: 90px;
}
.prodet-page .prodet-2 .ret ul li .content.form {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-3 {
  padding-top: 100px;
}
.prodet-page .prodet-3 ul li .img img{
  width: 100%;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-3 .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: var(--primary);
}
.prodet-page .prodet-3 .slick-arrow.slick-prev {
  left: -50px;
}
.prodet-page .prodet-3 .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .box .right .content h1 {
    margin: 0;
  }
  .prodet-page .prodet-1 .box .right .content a.msg1 {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-2 {
    padding-top: 60px;
  }
  .prodet-page .prodet-3 {
    padding-top: 60px;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .box .left .big-small {
    display: block;
  }
  .prodet-page .prodet-1 .box .left .big {
    width: 100%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 100%;
    margin-top: 10px;
  }
  .prodet-page .prodet-2 form input,
  .prodet-page .prodet-2 form textarea {
    padding: 10px;
  }
  .prodet-page .prodet-2 .options ul li {
    width: 100%;
   }
   .faq-0-page .container .content ul li .title{
    font-size: 18px!important;
    line-height: 1.8!important;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 0;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prodet-page .prodet-2 form textarea {
    height: 100px;
  }
}
.mana-page .mana-1 {
  padding-top: 4.688%;
}
.mana-page .mana-1 .left {
  vertical-align: middle;
  padding-right: 7.5%;
}
.mana-page .mana-1 .left .title::before {
  display: none;
}
.mana-page .mana-1 .left .con {
  font-size: 16px;
  line-height: 30px;
  margin-top: 37px;
}
.mana-page .mana-1 .right {
  vertical-align: middle;
}
.mana-page .mana-2 {
  padding-top: 3.386%;
}
.mana-page .mana-2 .top .left {
  width: 50%;
  /*padding-right: 7%;*/
}
.mana-page .mana-2 .top .left .title::before {
  display: none;
}
.mana-page .mana-2 .top .right {
  width: 50%;
  font-size: 16px;
  line-height: 30px;
  margin-top: 12px;
}
.mana-page .mana-2 .top .right p {
  margin-top: 25px;
}
.mana-page .mana-2 .top .right p:first-child {
  margin-top: 0;
}
.mana-page .mana-2 .bottom {
  background: url(../images/mana2.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: var(--white);
  margin-top: 89px;
  padding: 4.672% 0 5.922% 0;
}
.mana-page .mana-2 .bottom .title {
  color: var(--white);
}
.mana-page .mana-2 .bottom .title::before {
  display: none;
}
.mana-page .mana-2 .bottom .ig {
  background: rgba(255, 255, 255, 0.04);
  max-width: 1122px;
  margin: 26px 0 0 10.593%;
  padding: 41px 105px 58px 70px;
}
.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
  padding-top: 19px;
}
.mana-page .mana-2 .bottom .ig ul li i {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  background: var(--primary);
}
.mana-page .mana-2 .bottom .ig ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 82%;
  padding-left: 38px;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: 30px;
  line-height: 1.2;
   
  font-weight: bold;
}
.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 16px;
  line-height: 2;
  margin-top: 27px;
}
.mana-page .mana-2 .bottom .ig ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 31px;
  background: url(../images/mana-icon.png) no-repeat;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  right: -20%;
  top: 45%;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: transparent;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: var(--primary);
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.77);
}
.mana-page .mana-3 {
  padding-top: 68px;
}
.mana-page .mana-3 ul li {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 46px;
}
.mana-page .mana-3 ul li .text {
  width: 48.552%;
  padding-left: 41px;
}
.mana-page .mana-3 ul li .text .title::before {
  display: none;
}
.mana-page .mana-3 ul li .text .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  margin-top: 9px;
}
.mana-page .mana-3 ul li .text .con {
  font-size: 16px;
  line-height: 2;
  color: rgba(40, 39, 39, 0.87);
  margin-top: 40px;
}
.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
  font-size: 24px;
   
  font-weight: 500;
  line-height: 44px;
  padding-left: 65px;
  position: relative;
  margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/mana-check.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}
.mana-page .mana-3 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 100px 0 0;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
  padding: 0 0 79px 22px;
  background: url(../images/about-dots1.png) no-repeat 20px 2px;
}
.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-4 {
  padding: 4.063% 0 5.886%;
}
.mana-page .mana-4 .header {
  background: var(--primary);
  padding: 30px 0 28px;
}
.mana-page .mana-4 .header .title {
  color: var(--white);
}
.mana-page .mana-4 .header .title::before {
  background: var(--white);
  top: 38px;
}
.mana-page .mana-4 .content {
  margin-top: 80px;
}
.mana-page .mana-4 .content ul {
  margin: 0 -36px -60px 0;
}
.mana-page .mana-4 .content ul li {
  padding: 0 36px 60px 0;
}
.mana-page .mana-4 .content ul li .img-box img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .mana-page .mana-2 .top .left {
    padding-right: 2%;
  }
  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -11%;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 50px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 21px;
  }
}
@media screen and (max-width: 1280px) {
  .mana-page .mana-1 .left {
    padding-right: 4%;
  }
  .mana-page .mana-1 .left .title {
    font-size: 40px;
    
  }
  .mana-page .mana-2 .top .left .title {
    font-size: 40px;
    
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 40px;
    line-height: 1.4;
    
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
    line-height: 1.8;
    padding-left: 45px;
  }
  .mana-page .mana-3 ul li .text dl dd::before {
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-right: 2%;
  }
  .mana-page .mana-1 .left .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .mana-page .mana-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 40px;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 40px 40px 30px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    padding-left: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -5%;
  }
  .mana-page .mana-3 ul li {
    margin-bottom: 30px;
  }
  .mana-page .mana-3 ul li .img {
    width: 100%;
  }
  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px 0;
  }
  .mana-page .mana-4 .content {
    margin-top: 40px;
  }
  .mana-page .mana-4 .content ul {
    margin: 0 -15px -25px 0;
  }
  .mana-page .mana-4 .content ul li {
    padding: 0 15px 25px 0;
  }
}
@media screen and (max-width: 700px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 36px;
    line-height: 1.5;
    
  }
  .mana-page .mana-2 .top .right {
    padding: 10px 0 0 0;
    margin-top: 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 36px;
    
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 32px;
    
  }
  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .top .right {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 20px 30px 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
}
.contact-0-page {
  /*padding-top: 120px;*/
}
.contact-0-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-0-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}
.contact-0-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-0-page .contact-1 .left form ul li .box input,
.contact-0-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
.contact-0-page .contact-1 .left form ul li .box input::-webkit-input-placeholder, .contact-0-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827F;
}
.contact-0-page .contact-1 .left form ul li .box input:-moz-placeholder, .contact-0-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827F;
}
.contact-0-page .contact-1 .left form ul li .box input::-moz-placeholder, .contact-0-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827F;
}
.contact-0-page .contact-1 .left form ul li .box input:-ms-input-placeholder, .contact-0-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827F;
}
.contact-0-page .contact-1 .left form ul li .box input::placeholder,
.contact-0-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827F;
}
.contact-0-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 20px;
  color: #000;
}
.contact-0-page .contact-1 .left form ul li .box i:before{
color: #000;
}
.contact-0-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-0-page .contact-1 .left form ul li .more {
   padding: 0;
  vertical-align: middle;
}
.contact-0-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}
.contact-0-page .contact-1 .left form ul li .more input[type="submit"]{
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 40px;
}
.contact-0-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #83827F;
}
.contact-0-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.contact-0-page .contact-1 .left form ul li:hover .box::before,
.contact-0-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-0-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-0-page .contact-1 .right {
  padding-left: 7.65%;
}
.contact-0-page .contact-1 .right .title{
  line-height: 1.2;
}
.contact-0-page .contact-1 .right p {
font-size: 16px;
line-height: 30px;
  color: #83827F;
  margin-top: 7px;
}
.contact-0-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-0-page .contact-1 .right .list ul li {
  color: #83827F;
font-size: 16px;
line-height: 30px;
  margin-bottom: 10px;
}
.contact-0-page .contact-1 .right .list ul i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-0-page .contact-1 .right .list ul i:before{
   color: #83827F;
}
.contact-0-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-left: 20px;
}
.contact-0-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-0-page .contact-2 {
  padding-top: 120px;
}
.contact-0-page .contact-2 #mapContainer {
  height: 520px;
}
@media screen and (max-width: 1280px) {
  .contact-0-page .contact-1 .right {
    padding-left: 5.65%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-0-page {
    padding-top: 60px;
  }
  .contact-0-page .contact-1 .left {
    width: 100%;
  }
  .contact-0-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-0-page .contact-2 {
    padding-top: 60px;
  }
  .contact-0-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media screen and (max-width: 700px) {
  .contact-0-page {
    padding-top: 30px;
  }
  .contact-0-page .contact-1 .left form ul li .more {
    padding: 18px 20px;
  }
  .contact-0-page .contact-2 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact-0-page .contact-1 .left form ul li .more {
    padding: 2px 12px;
  }
  .contact-0-page .contact-1 .left form ul li p {
    display: block;
    padding: 10px 0 0 0;
  }
  .contact-0-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-0-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-0-page .contact-1 .left form ul li .box input,
  .contact-0-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }
  .contact-0-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-0-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-0-page .contact-2 #mapContainer {
    height: 260px;
  }
}
.inner-page .sidebar-box .sidebar-left {
  width: 28%;
   position: sticky;
  top: 100px;
  padding-right: 45px;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  /*max-height: 3300px;
  overflow-y: auto;*/
  padding-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
  word-break: break-all;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i{
  float: right;
  position: relative;
  top: 1px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover,
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: rgba(37, 62, 142, 1);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color: rgba(37, 62, 142, 1);
}
 
/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol{
  display: none;
}*/
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > ol{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
  /*list-style-type: disc;*/
  margin-left: 10px;
  color: #7b7b7b;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
  font-size: 16px;
  line-height: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  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;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: rgba(37, 62, 142, 1);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 215px 40px 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}

.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-left,
  .inner-page.product2-page .sidebar-left{
    display: none;
  }
  .Auxil-catdes{
        display: none;
  }
  .inner-page .sidebar-box .sidebar-right,
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
  }}
@media screen and (max-width: 1000px) {

  .news-page .sidebar-right ul li .title{
    min-height: auto!important;
  }}
  .news-page .sidebar-right ul{
  margin: -15px;
}
.news-page .sidebar-right ul li{
  padding: 15px;
}
.news-page .sidebar-right ul li .cat_name{
      background-color: #262626;
    display: inline-block;
    color: white;
    font-size: 14px;
    line-height: 2;
    padding: 8px 18px 7px 17px;
    margin-top: 20px;
}
.news-page .sidebar-right ul li .title{
      font-size: 20px;
      font-weight: bold;
    line-height: 36px;
    margin-top: 21px; 
    min-height: 5.6em;
}
.news-page .sidebar-right ul li .des{
      font-size: 16px;
    color: #7b7b7b;
    line-height: 30px;
    margin-top: 6px;
}
.news-page .sidebar-right ul li .time{
      font-size: 16px;
    line-height: 30px;
    color: rgba(37, 62, 142, 1);
    display: inline-block;
    margin-top: 2px;
}
/*.newdet-page {
  padding: 0 0 150px;
}*/
.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  /*padding: 55px;*/
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.newdet-page .header .categoty {
  display: inline-block;
    font-size: 16px;
    color: #fff;
    background: rgba(37, 62, 142, 1);
    padding: 5px 15px;
  text-transform: uppercase;
}
.newdet-page .header h1 {
  font-size: 48px;
  line-height: 1.4;
  margin: 20px 71px 0;
}
.newdet-page .header .post_meta {
  margin-top: 26px;
}
.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
  font-size: 16px;
  line-height: 1;
}
.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background:#7b7b7b;
  border-radius: 50%;
  margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
    font-size: 16px;
    color: #7b7b7b;
}
.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  /*background: #83827F;*/
  border-radius: 50%;
  margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827F;
}
.newdet-page .content {
  margin-top: 40px;
  font-size: 18px;
  line-height: 32px;
  color: #7b7b7b;
}
.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  border-top: 1px solid #d1d0c8;
  border-bottom: 1px solid #d1d0c8;
  text-align: right;
}
.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: #fff;
  margin: 3px 0 3px 7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: #fff;
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: #fff;
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: #fff;
}
.newdet-page .share a:nth-child(4) {
  background: rgba(37, 62, 142, 1);
  color: #fff;
}
.newdet-page .share a:nth-child(5) {
  background: rgba(37, 62, 142, 1);
  color: #fff;
}
.newdet-page .share a:hover {
  margin-top: -3px;
}
.newdet-page .m-link {
  /*max-width: 1060px;*/
  margin: 40px auto 0;
}
.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a em {
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
}
.newdet-page .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .m-link a:last-child {
  text-align: right;
}
.newdet-page .m-link a:last-child i {
  margin-left: 10px;
}
.newdet-page .m-link a span {
    font-size: 18px;
    line-height: 32px;
  font-weight: bold;
}
.newdet-page .m-link a:hover {
  color: #000;
}
.newdet-page .prodet-page {
  padding: 0;
}
.newdet-page .prodet-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .prodet-3 {
  /*max-width: 1060px;*/
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .header {
    padding: 30px 20px;
  }
  .newdet-page .header h1 {
    font-size: 34px;
    margin: 20px 20px 0;
  }
  .newdet-page .content {
    margin-top: 20px;
  }
  .newdet-page .share {
    margin: 20px auto 0;
  }
  .newdet-page .m-lin {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .header h1 {
    font-size: 24px;
    margin: 20px 0px 0;
  }
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
    width: 100%;
  }
  .newdet-page .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
}
.more-c {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  height: 65px;
  line-height: 61px;
      background-color: rgb(26, 45, 104);
  color: white;
  position: relative;
  z-index: 1;
  padding: 0 45px;
  overflow: hidden;
  font-weight: bold;
}
.more-c::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #222;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.more-c:hover::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret .slide .content {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}
.prodet-page .prodet-2 .ret .slide .con h4 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: bold;
}
.prodet-page .prodet-2 .ret .slide .con .left {
  padding: 0 15px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul {
  margin-bottom: -20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li {
  padding-bottom: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 10px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li span {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right {
  padding: 0 15px;
}
.prodet-page .prodet-2 .ret .slide .con .right p {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .con .right form {
  margin-top: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul {
  margin-bottom: -24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li {
  margin-bottom: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li label {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #181818;
  font-weight: 500;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input,
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  padding: 10px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d1d0c8;
  font-size: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate {
  margin-top: 7px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i {
  font-size: 17px;
  color: rgba(37, 62, 142, 1);
  position: relative;
  width: 17px;
  display: inline-block;
  cursor: pointer;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i::after {
  content: "\f006";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  font-family: 'fontAwesome';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i:hover::after,
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i.active::after {
  content: "\f005";
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  height: 96px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="checkbox"] {
  display: inline-block;
  padding: 0;
  width: auto;
  vertical-align: middle;
  margin-top: 16px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li span {
  font-size: 14px;
  color: #a7a7a7;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .more-c{
  padding: 0;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="submit"]{
  padding: 0 45px;
  width: 100%;
  border: none;
}
@media screen and (max-width:1000px) {
    .prodet-page .prodet-2 .ret .slide .con .left {
    width: 100%;
    padding: 15px 0;
  }
  .prodet-page .prodet-2 .ret .slide .con .right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width:700px) {
   .prodet-page .prodet-2 .ret .slide .content {
    font-size: 16px;
  }
}
@media screen and (max-width:500px){
   .prodet-page .prodet-2 .ret .slide .con .left {
    display: none;
  }
}
.prodet-page .prodet-0-3 {
  padding-top: 75px;
}
.prodet-page .prodet-0-3 h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 55px;
}
.prodet-page .prodet-0-3 .content ul {
  margin-right: -30px;
}
.prodet-page .prodet-0-3 .content ul li {
  padding-right: 30px;
}
.prodet-page .prodet-0-3 .content ul li .img {
  position: relative;
}
.prodet-page .prodet-0-3 .content ul li .img .img-box {
  display: block;
}
.prodet-page .prodet-0-3 .content ul li .img .img-box img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-0-3 .content ul li .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-0-3 .content ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.prodet-page .prodet-0-3 .content ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-0-3 .content ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.prodet-page .prodet-0-3 .content ul li .img:hover .icon {
  opacity: 1;
}
.prodet-page .prodet-0-3 .content ul li .text {
  padding-top: 25px;
}
.prodet-page .prodet-0-3 .content ul li .text h3 {
  font-size: 18px;
  line-height: 32px;
  min-height: 4rem;
  margin-bottom: 0;
   -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-0-3 .content ul li .text .con {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.prodet-page .prodet-0-3 .content ul li:hover h3{
  color: rgba(37, 62, 142, 1);
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-0-3 {
    padding-top: 30px;
  }
  .prodet-page .prodet-0-3 h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .prodet-page .prodet-0-3 .content ul {
    margin-right: -15px;
  }
  .prodet-page .prodet-0-3 .content ul li {
    padding-right: 15px;
  }
  .prodet-page .prodet-0-3 .content ul li .text {
    padding-top: 15px;
  }
  .prodet-page .prodet-0-3 .content ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .prodet-0-3 .content ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 500px) {
    .prodet-page .prodet-0-3 h3 {
    font-size: 30px;
  }
}
.service-page {
  /*padding: 120px 0 80px;*/
}
.service-page .service-1 {
  padding-bottom: 60px;
}
.service-page .service-1 #index-0-body .about {
  padding: 0;
}
.service-page .service-1 #index-0-body .about .top .text h2.title {
   margin-bottom: 40px;
  line-height: 1.4;
}
.service-page .service-1 #index-0-body .about .top .text h3 {
  font-size: 22px;
  line-height: 1.6;
  color: #181818;
  font-weight: 400;
  margin-top: 32px;
}
.service-page .service-1 #index-0-body .about .top .text p {
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
 
.service-page .service-1 #index-0-body .about .top .img {
  text-align: right;
  padding: 0 0 50px 0;
}
.service-page .service-1 #index-0-body .about .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: -25px;
  top: auto;
  z-index: 1;
}
.service-page .service-2 {
  background: #fff;
  padding: 120px 0;
}
.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}
.service-page .service-2 .header .title{
  line-height: 1.2;
  margin-top: 12px;
}
.service-page .service-2 .content {
  margin-top: 80px;
}
.service-page .service-2 .content ul {
  margin-right: -30px;
}
.service-page .service-2 .content ul li {
  padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
  text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 60%;
  margin: 0 auto;
  border-radius: 50%;
}
.service-page .service-2 .content ul li .ig .text {
  padding-top: 28px;
}
.service-page .service-2 .content ul li .ig .text span {
  font-size: 17px;
  color: #83827F;
  line-height: 1.6;
  text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 24px;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: bold;
}
.service-page .service-2 .content ul li .ig .text p {
  font-size: 16px;
  line-height: 30px;
  color: #83827F;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 25px;
  display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
  background: rgba(37, 62, 142, 1);
  border-color: rgba(37, 62, 142, 1);
}
.service-page #index-0-body .init1 h3 {
  width: 46%;
}
.service-page #index-0-body .rate {
  padding: 100px 0 30px;
}
.service-page #index-0-body .rate .content{
  margin-top: 50px;
}
.service-page #index-0-body .rate .content ul{
  margin: -15px;
}
.service-page #index-0-body .rate .content ul li{
  padding: 15px;
}
.service-page #index-0-body .rate .content ul li .box{
  background: #f2f2f2;
    padding: 30px;
    min-height: 300px;
}

.service-page #index-0-body .rate .content ul li .box .title{
  display: block;
  font-weight: bold;
  font-size: 26px;
  margin-top: 15px;
}
.service-page #index-0-body .rate .content ul li .box .desc{
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
  color: #7b7b7b;
}
.service-page .service-3 {
  padding: 120px 0;
}
.service-page .service-3 .top .img {
  vertical-align: middle;
}
.service-page .service-3 .top .img .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px;
  width: 100%;
}
.service-page .service-3 .top .img img {
  width: 48.2%;
  margin-right: 20px;
}
.service-page .service-3 .top .img img:last-child {
  margin: 0 0 0 20px;
}
.service-page .service-3 .top .text {
  padding-left: 48px;
  vertical-align: middle;
}
.service-page .service-3 .top .text .box {
  width: 80%;
}
.service-page .service-3 .top .text .box h2.title {
  line-height: 1.2;
  width: 90%;
}
.service-page .service-3 .top .text .box p {
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .top .text .box .more {
  padding: 21px 29px 20px 28px;
  margin-top: 45px;
}
.service-page .service-3 .bottom {
  padding-top: 120px;
}
.service-page .service-3 .bottom ul {
  margin-right: -60px;
}
.service-page .service-3 .bottom ul li {
  text-align: center;
  padding-right: 60px;
}
.service-page .service-3 .bottom ul li i {
  display: inline-block;
  height: 69px;
}
.service-page .service-3 .bottom ul li i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .bottom ul li i:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-3 .bottom ul li .text {
  padding-top: 21px;
}
.service-page .service-3 .bottom ul li .text h3 {
  font-size: 26px;
  line-height: 1.1;
}
.service-page .service-3 .bottom ul li .text p {
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .bottom ul li .text .mores {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  overflow: hidden;
}
.service-page .service-3 .bottom ul li .text .mores span {
  margin-top: 5px;
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.service-page .service-3 .bottom ul li .text .mores em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.service-page .service-3 .bottom ul li .text .mores em img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-3 .bottom ul li .text .mores:hover span {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
.service-page #index-0-body .init1 h3 {
width: 55%;
    color: #fff;
        font-size: 34px;
    line-height: 1.4;
    font-weight: bold;
}
.service-page #index-0-body .init1 .more{
  background: white;
  color: black;
}
.service-page #index-0-body .init1 .more:hover{
  color: white;
}
@media screen and (max-width: 1680px) {
  .service-page .service-3 .top .text .box h2.title {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .service-page {
    padding: 100px 0;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
   
  .service-page .service-2 {
    padding: 100px 0;
  }
  .service-page .service-3 .top .img {
    width: 55%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px;
  }
  .service-page .service-3 .top .text {
    width: 45%;
  }
  .service-page .service-3 .top .text .box {
    width: 100%;
  }
  .service-page .service-3 {
    padding: 100px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 100px;
  }
  .service-page #index-0-body .rate .content ul li .box .title{
    font-size: 20px;
    line-height: 36px;
  }
  .service-page #index-0-body .rate .content ul li .box .desc{
    min-height: 162px;
  }
  
}

@media screen and (max-width: 1100px) {
  .service-page .service-1 #index-0-body .about .top .img {
    padding: 0 0 50px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page {
    padding: 60px 0;
  }
  #index-body .init1 .info{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page #index-0-body .init1 h3{
    width: 100%;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .service-page .service-1 #index-0-body .about .top .text {
    padding-right: 0;
    width: 100%;
  }
  .service-page .service-1 #index-0-body .about .top .img{
    width: 100%;
    margin-top: 25px;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
  .service-page .service-2 {
    padding: 60px 0;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-3 .top .img {
    width: 100%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px 0 20px;
  }
  .service-page .service-3 .top .text {
    width: 100%;
    padding: 20px 20px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 60px;
  }
  .service-page .service-3 .bottom ul {
    margin-right: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .service-page {
    padding: 30px 0;
  }
  
  .service-page .service-1 #index-0-body .about .top .text h3 {
    margin-top: 12px;
  }
  .service-page .service-1 {
    padding-bottom: 30px;
  }
  .service-page .service-2 {
    padding: 30px 0;
  }
  .service-page .service-2 .header {
    width: 100%;
  }
  .service-page .service-2 .content {
    margin-top: 20px;
  }
  .service-page .service-2 .content ul {
    margin-right: -15px;
  }
  .service-page .service-2 .content ul li {
    padding-right: 15px;
  }
  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 24px;
    line-height: 1.6;
  }

  .service-page .service-3 .top .text .box .more {
    margin-top: 20px;
  }
  .service-page .service-3 .bottom {
    padding-top: 30px;
  }
  .service-page .service-3 .bottom ul li .text h3 {
    font-size: 20px;
  }
  .service-page .service-3 .bottom ul li .text p {
    font-size: 15px;
  }
  .service-page .service-3 .bottom ul {
    margin-bottom: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-bottom: 20px;
  }
  .service-page .service-3 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
   

  .service-page #index-0-body .about .top .text .btn a.link {
    display: block;
    margin: 10px 0 0 0;
  }
  .service-page .service-3 .top .text .box p {
    font-size: 15px;
    line-height: 30px;
  }
  .service-page .service-3 .top .text .box .more {
    padding: 12px 18px;
  }

  .service-page .service-3 .top .img img {
    margin-right: 10px;
    width: 49.5%;
  }
  .service-page .service-3 .top .img img:last-child {
    margin: 0 0 0 10px;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 30px 0 20px;
  }
}
#index-0-body .init1 {
    background: rgba(37, 62, 142, 1);
    padding: 60px 0 68px;
}
#index-0-body .init1 .info {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
  .i-tag {
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
}
#index-0-body .about .top .text .btn a.link {
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
}
#index-0-body .about .top .text .btn a.link em {
    display: inline-block;
    padding: 22px;
    background: rgba(37, 62, 142, 1);
}
 
#index-0-body .about .top .text .btn a.link span {
    display: inline-block;
    font-size: 20px;
    line-height: 36px;
    padding-left: 5px;
}
@media screen and (max-width: 500px) {
   

  .service-page #index-0-body .about .top .text .btn a.link {
    display: block;
    margin: 10px 0 0 0;
  }

  #index-0-body .about .top .text .btn a.link em {
    padding: 10px;
  }}
  .sw37{
    overflow: hidden;
  }
  .box1-pp{
    position: relative;
  }
  .iew {
    position: absolute;
    z-index: 1;
    background: rgb(0, 151, 255);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 0;
    height: 0;
}
.ie1 {
    width: 4px;
    top: 0;
    left: 0;
}
.ie2 {
    width: 4px;
    bottom: 0;
    right: 0;
}
.ie3 {
    height: 4px;
    top: 0;
    right: 0;
}
.ie4 {
    height: 4px;
    bottom: 0;
    left: 0;
}
.our-product .list li.column:hover i.ie4 {
    width: 100%;
    right: 0;
    left: auto;
}
.our-product .list li.column:hover i.ie3 {
    width: 100%;
    left: 0;
}
.our-product .list li.column:hover i.ie2 {
    height: 100%;
    top: 0;
}
.our-product .list li.column:hover i.ie1 {
    height: 100%;
    bottom: 0;
    top: auto;
}
.our-product .list li.column .img{
  overflow: hidden;
}
.our-product .list li.column img{
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.our-product .list li.column:hover img{
  transform: scale(1.1);
}
.product-0-page {
  background: #f5f5f5;
}
.product-0-page .sideright .top {
  width: 100%;
  /*width: 45%;*/
}
.product-0-page .sideright .top h3,
.product-0-page .sideright .top h1 {
     font-size: 26px;
    line-height: 1.6;
}
.product-0-page .sideright .top h3 em {
  color: var(--primary);
  font-family: 'PB';
}
.product-0-page .sideright .top .desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
  max-height: 10em;
    overflow-y: auto;
}
.product-0-page .sideright .list {
  margin-top: 2.5rem;
}
.product-0-page .sideright .list ul {
  margin: 0 -3rem -2.4rem 0;
}
.product-0-page .sideright .list ul li {
  padding: 0 3rem 2.4rem 0;
}
.product-0-page .sideright .list ul li .box {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  display: block;
}
.product-0-page .sideright .list ul li .box i {
  position: absolute;
  z-index: 1;
  background: var(--primary);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
.product-0-page .sideright .list ul li .box i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
.product-0-page .sideright .list ul li .box i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
.product-0-page .sideright .list ul li .box i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
.product-0-page .sideright .list ul li .box i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
.product-0-page .sideright .list ul li .box .img {
  width: 100%;
  background: #fff;
}
.product-0-page .sideright .list ul li .box .text {
  padding: 1.45rem 1.3rem 1.3rem;
}
.product-0-page .sideright .list ul li .box .text h4 {
  font-size: 18px;
    line-height: 1.8;
  font-family: 'PB';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-0-page .sideright .list ul li .box .text p {
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.product-0-page .sideright .list ul li .box:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
.product-0-page .sideright .list ul li .box:hover i.ie2 {
  height: 100%;
  top: 0;
}
.product-0-page .sideright .list ul li .box:hover i.ie3 {
  width: 100%;
  left: 0;
}
.product-0-page .sideright .list ul li .box:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
.product-0-page #index-body {
  background: #fff;
}
@media screen and (max-width: 1366px) {
  .product-0-page .sideright .list ul li {
    width: 50%;
  }
  .product-0-page .sideright .top {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .product-0-page .sideright .top {
    width: 100%;
    display: none!important;
  }
  .product-0-page .sideright .top .desc {
   font-size: 14px;
    line-height: 2;
  }
  .product-0-page .sideright .list ul li {
    width: 100%;
  }
}
/*、、、、*/
.inner-page h3.title{
   font-size: calc(1.3555vw + 14px);
  line-height: 1.2;
}
.inner-page h3.title em{
  color: var(--primary);
}

.inner-page .sidebox {
  padding: 12rem 0;
}
.inner-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 40px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--primary);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-family: 'PB';
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--primary);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  /*display: none;*/
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: var(--primary);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--primary);
  color: #fff;
  font-size: 18px;
  font-family: 'PB';
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}
@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .module .module-2 .box{
    margin: 0;
  }
  .module-2 .pl-190{
    padding: 0;
  }
 .module-2  .pl-97{
   padding: 0;
   margin-top: 20px;
 }
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
}