@font-face {
  font-family: 'roboto';
  src: url(../fonts/roboto-light.ttf) format('truetype'), url(../fonts/roboto-light.eot) format('eot'), url(../fonts/roboto-light.woff) format('woff'), url(../fonts/roboto-light.woff2) format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'roboto';
  src: url(../fonts/roboto-regular.ttf) format('truetype'), url(../fonts/roboto-regular.eot) format('eot'), url(../fonts/roboto-regular.woff) format('woff'), url(../fonts/roboto-regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'roboto';
  src: url(../fonts/roboto-bold.ttf) format('truetype'), url(../fonts/roboto-bold.eot) format('eot'), url(../fonts/roboto-bold.woff) format('woff'), url(../fonts/roboto-bold.woff2) format('woff2');
  font-weight: bold;
}
@font-face {
  font-family: 'poppins';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
  font-weight: bold;
}
body {
  font-family: "roboto";
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1600px;
}
.hover-language .zhuyu::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 2px;
  background-color: #000000;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 200;
  position: relative;
}
#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: 0;
  vertical-align: middle;
}
#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 {
  margin: 0 36px;
  font-size: 18px;
  padding-left: 40px;
  -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::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background-color: #80c15d;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #80c15d;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::before {
  width: 30px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #1d8b3b;
  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: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  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 {
  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 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 2px;
  background-color: #000000;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  display: inline-block;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li::before,
#banner ul.slick-dots li::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 1px;
  background-color: #818181;
}
#banner ul.slick-dots li button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
font-size: 14px;
  background-color: transparent;
  border: 1px solid transparent;
}
#banner ul.slick-dots li.slick-active button {
  border-color: #818181;
}
#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;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #fff;
  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: black;
  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: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 28px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  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: 1000px) {
  #banner,
  .gyban{
    margin-top: 120px;
  }
  .inner-page {
    padding-top: 40px;
  }
}
#banner {
  position: relative;
}
#banner #down {
  position: absolute;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
#banner li.item {
  position: relative;
  height: 750px;
}
#banner li.item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
 
  max-width: 750px;
  
}
#banner span {
  color: #1d8b3b;
  display: inline-block;
  font-size: 40px;
  letter-spacing: 5px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  
}
#banner h2 {
  color: #1d2a55;
  font-size: 70px;
  letter-spacing: 5px;
  line-height: 1.7;
  font-weight: bold;
  text-transform: uppercase;
}
#banner p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'poppins';
}
.tit1{
  font-size: 48px;
  line-height: 1.2;
}
.gongsiming{
  font-size: 48px!important;
  line-height: 1.2!important;
}
.shouye{
    opacity: 0.7;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}
.shouye h1{
    display: inline!important;
}
.our-about {
  background-color: #f6f7f8;
  background-image: url(../images/about_bg.png);
  background-position: right bottom -40px;
  background-repeat: no-repeat;
}
.our-about .box {
  height: 840px;
}
.our-about .box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-about .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%);
  cursor: pointer;
}
.our-about h6 {
  font-weight: 300;
  color: #80c26b;
}
.our-about .right {
  padding: 60px 40px;
  height: 840px;
}
.our-about .right .text {
  max-width: 700px;
}
.our-about .btn1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 315px;
  height: 315px;
  background: url(../images/about_after.jpg) no-repeat center;
  background-size: cover;
  padding: 50px;
}
.our-about .btn1 img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .btn1:hover img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.our-about ul {
  position: absolute;
  width: 100%;
  left: 25%;
  bottom: 0;
}
.our-about ul li {
  height: 150px;
  padding: 15px;
}
.our-about ul li:nth-child(1) {
  color: #FFFFFF;
  background-color: rgba(170, 207, 63, 0.8);
}
.our-about ul li:nth-child(2) {
  color: #FFFFFF;
  background-color: rgba(45, 45, 45, 0.9);
}
.our-about ul li:nth-child(3) {
  color: #FFFFFF;
  background-color: rgba(77, 77, 77, 0.9);
}
.our-about ul li:nth-child(4) {
  color: #FFFFFF;
  background-color: rgba(45, 45, 45, 0.9);
}
.our-about ul li i {
  height: 25px;
}
.our-about ul li span {
  font-weight: 300;
}
.our-about ul li h4 small {
  text-transform: capitalize;
}
.product-category {
  padding: 80px 0;
}
.product-category .left {
  vertical-align: middle;
}
.product-category .right {
  vertical-align: middle;
}
.product-category h4 {
  line-height: 1.4;
}
.product-category ul {
  position: relative;
}
.product-category ul::before {
  content: "";
  position: absolute;
  top: 184px;
  left: -125px;
  right: 0;
  height: 1px;
  background-color: #eeeeed;
}
.product-category a.mml-text {
  padding: 40px 0;
  position: relative;
}
.product-category a.mml-text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(227, 227, 227, 0.15);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-category a.mml-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #83c258;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-category a.mml-text .img {
  height: 110px;
  line-height: 110px;
}
.product-category a.mml-text .img img {
  display: inline-block;
  vertical-align: middle;
}
.product-category a.mml-text i::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #6f6f6f;
  margin: auto;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-category a.mml-text i::after {
  content: "";
  margin-top: 5px;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #6f6f6f;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.product-category a.mml-text:hover::before {
  width: 100%;
}
.product-category a.mml-text:hover::after {
  width: 6px;
}
.product-category a.mml-text:hover i::before {
  background-color: #22a19e;
}
.product-category a.mml-text:hover i::after {
  border-bottom-color: #22a19e;
  opacity: 1;
}

/*.product-category .slick-current.slick-active a.mml-text::before {
  width: 100%;
}
.product-category .slick-current.slick-active a.mml-text::after {
  width: 6px;
}
.product-category .slick-current.slick-active a.mml-text i::before {
  background-color: #22a19e;
}
.product-category .slick-current.slick-active a.mml-text i::after {
  border-bottom-color: #22a19e;
  opacity: 1;
}*/
.our-product {
  background-color: #e7e6e4;
  padding: 80px 0 120px;
}
.our-product .top {
  padding-right: 120px;
  position: relative;
}
.our-product .top .next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.our-product .top .left {
  width: 80%;
  vertical-align: bottom;
}
.our-product .top .left .content {
  width: 40%;
  vertical-align: middle;
}
.our-product .top .left .content h6 {
  font-size: 80px;
  line-height: 1;
  font-weight: 400;
}
.our-product .top .left .content h2 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
}
.our-product .top .left .content h4 {
  font-size: 30px;
  font-weight: 300;
}
.our-product .top .left .content a.btn1 {
  display: inline-block;
  line-height: 55px;
  padding: 0 50px;
  border-radius: 6px;
  color: #FFFFFF;
  background-color: #80c15d;
}
.our-product .top .left .img {
  vertical-align: middle;
  width: 60%;
  padding: 30px;
  background: url(../images/product_bg.png) no-repeat center right;
  background-size: 88%;
}
.our-product .top .right {
  width: 20%;
  vertical-align: bottom;
}
.our-product .top .right .slick-slide {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.our-product .bottom ul {
  margin: 0 -20px;
}
.our-product .bottom ul li {
  padding: 0 20px;
}
.our-product .bottom p {
  font-weight: 300;
}
.our-product .bottom i {
  height: 2px;
  background-color: #6c6d6d;
  position: relative;
}
.our-product .bottom i::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #1d9f9c;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .bottom .slick-current.slick-active i::after {
  width: 100%;
}
.i-advantage {
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
.i-advantage::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/adv_bg.png) no-repeat center;
  background-size: cover;
}
.i-advantage::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: -70px;
  width: 100%;
  height: 100%;
  background: url(../images/adv_bg2.png) no-repeat center;
  background-size: cover;
}
.i-advantage h2 {
  color: #FFFFFF;
}
.i-advantage .list {
  margin-top: 50px;
}
.i-advantage .list ul li {
  padding: 60px 40px;
  color: #FFFFFF;
  background-color: #282825;
}
.i-advantage .list ul li i {
  height: 90px;
  line-height: 90px;
}
.i-advantage .list ul li i img {
  vertical-align: middle;
}
.i-advantage .list ul li h4 {
  font-size: 25px;
  font-weight: bold;
}
.i-advantage .list ul li p {
  line-height: 30px;
  min-height: 150px;
}
.i-advantage .list ul li + li {
  border-left: 1px solid #919190;
}
.our-honor .left {
  vertical-align: middle;
}
.our-honor .right {
  vertical-align: middle;
}
.our-honor .slick-list {
  padding: 60px 0!important;
}
.our-honor .slick-slide {
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
}
.our-honor .slick-slide img {
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
}
.our-honor .slick-active {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  transform: translateX(30%);
}
.our-honor .slick-active.slick-center {
  position: relative;
  z-index: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.our-honor .slick-active.slick-center img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.our-honor .slick-active.slick-center + .slick-active {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
}
.our-honor .slick-dots {
  text-align: center;
}
.our-honor .slick-dots li {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #eaeaea;
  display: inline-block;
}
.our-honor .slick-dots li button {
  display: none;
}
.our-honor .slick-dots .slick-active {
  background-color: #14a6a3;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.our-news {
  background-color: #f7f7fa;
}
.our-news h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #000000;
  margin-top: 10px;
}
.our-news .left {
  width: 15%;
  vertical-align: middle;
}
.our-news .right {
  width: 85%;
  vertical-align: middle;
}
.our-news .img {
  width: 430px;
  vertical-align: middle;
}
.our-news .content {
  width: -webkit-calc(100% - 430px);
  width: -moz-calc(100% - 430px);
  width: calc(100% - 430px);
  vertical-align: middle;
  padding-right: 120px;
}
.diaoyongxinwen{
  width: 100%!important;
  vertical-align: middle;
  padding-right: 0px;
  padding-block: 120px!important;
}
.our-news .content p{ margin-bottom: 20px;}
.contact-us {
  background-color: #80c15d;
}
.contact-us h2 {
  color: #FFFFFF;
}
.contact-us p {
  color: #FFFFFF;
}
.contact-us .form {
  max-width: 1150px;
  margin: 20px auto 0;
}
.contact-us .form ul {
  margin: -10px;
}
.contact-us .form ul li {
  padding: 10px;
}
.contact-us .form ul li.wid-100 {
  width: 100%!important;
}
.contact-us .form label {
  text-align: left;
  color: #FFFFFF;
  padding: 10px;
}
.contact-us .form input {
  width: 100%;
  border: none;
  background-color: #FFFFFF;
  font-size: 18px;
  padding: 10px;
}
.contact-us .form button {
  height: 55px;
  background-color: #FFFFFF;
  border: none;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  padding: 0 55px;
  border-radius: 6px;
}
#footer .footer-top {
  padding-top: 60px;
}
#footer .footer-top .foot-block {
  vertical-align: top;
  display: inline-block;
  max-width: 240px;
}
#footer .footer-top .foot-block h4 {
  font-size: 18px;
  line-height: 32px;
}
#footer .footer-top .foot-block ul li {
  font-size: 14px;
  line-height: 28px;
}
#footer .footer-top .foot-block + .foot-block {
  margin-left: 30px;
}
#footer .footer-top ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-top ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-top ol li:nth-child(3) {
  margin-left: auto;
}
#footer .footer-top ol li p {
  max-width: 540px;
}
#footer .footer-bottom {
  color: #FFFFFF;
  background-color: #2c2d2d;
  font-size: 14px;
  line-height: 28px;
}
.fenlei{
  font-size: 24px;
  line-height: 44px;
}

.zhishi{
	font-size: 24px;
	line-height: 40px;
	color: #80c15d;
	text-align: center;
}
.bankuai{
	font-size: 16px;
	line-height: 30px;
}
.huhu{
  padding-left: 10px;
}
#footer .footer-bottom img {
  max-height: 14px;
  vertical-align: middle;
}
#back_top {
  font-size: 30px;
  position: fixed;
  z-index: 99;
  right: 15px;
  bottom: 5%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #FFFFFF;
  background-color: #888988;
  cursor: pointer;
}
#ewm {
  width: 140px;
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  .i-advantage .list ul li h4 {
    font-size: 20px;
  }

  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 20px;
  }
}
@media screen and (max-width: 1400px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    padding-left: 0;
    
  }
  #header .nav .ui.menu .menu-box ul.menu > li::before {
    display: none;
  }

  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu {
    padding: 0 15px;
  }
  .our-about ul {
    left: 0;
    position: relative;
  }
  .our-about ul li {
    width: 50%!important;
  }
  .our-about .btn1 {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    height: auto;
    padding: 15px;
    display: inline-block;
  }
  .our-about .right {
    height: auto;
  }
  .our-about .box {
    height: 450px;
  }
  .our-product .top .left .content h6 {
    font-size: 80px;
  }
  .our-product .top .left .content h2 {
    font-size: 36px;
  }
  .our-product .top .left .content h4 {
    font-size: 24px;
  }
  .our-product .top {
    padding-right: 0;
  }
  .i-advantage .list ul li {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }

  #banner .left {
    margin-left: 0;
  }
  .tit1 {
    font-size: 40px;
  }
  #footer .footer-top ol {
    display: block;
  }
  #footer .footer-top ol li {
    margin-left: 0!important;
    margin-bottom: 30px;
  }
  #footer .footer-top ol li p {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #banner .content{
    text-align: center;
  }

  .ui.container {
    width: 700px;
  }
  #back_top {
    display: none;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner li.item {
    height: 600px;
  }
  #banner #down {
    display: none;
  }
  #banner span {
    display: block;
    text-align: center;
  }
  #banner span {
    font-size: 40px;
  }
  #banner h2 {
    font-size: 50px;
  }
  .our-about .left {
    width: 100%!important;
  }
  .our-about .right {
    width: 100%!important;
  }
  .our-about .right .text {
    max-width: 100%;
  }
  .product-category .left {
    width: 100%!important;
    text-align: center;
  }
  .product-category .right {
    width: 100%!important;
    margin-top: 40px;
  }
  .product-category ul::before {
    display: none;
  }
  .our-product .top .left {
    width: 100%;
  }
  .our-product .top .right {
    display: none;
  }
  .our-product .top .left .content {
    width: 100%;
  }
  .our-product .top .left .img {
    width: 100%;
  }
  .our-product .top .next {
    display: none;
  }
  .our-product .bottom {
    display: none;
  }
  .news-efbj.ruijinu {
    display: none;
}
  .i-advantage::before,
  .i-advantage::after {
    display: none;
  }
  .i-advantage {
    background-color: #80c15d;
  }
  .i-advantage .list ul li {
    width: 50%!important;
  }
  .i-advantage .list ul li:nth-child(3) {
    border-left: none;
  }
  .i-advantage .list ul li:nth-child(3),
  .i-advantage .list ul li:nth-child(4) {
    border-top: 1px solid #919190;
  }
  .our-honor .left {
    width: 100%!important;
  }
  .our-honor .right {
    width: 100%!important;
    margin-top: 40px;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .left {
    width: 100%!important;
  }
  .our-news .right {
    width: 100%!important;
    margin-top: 40px;
  }
  .our-news .content {
    width: 100%;
    padding: 0;
  }
  .our-news .img {
    width: 100%;
    margin-top: 30px;
    display: none;
  }
  .our-news ul {
    margin: -15px;
  }
  .our-news ul li {
    padding: 15px;
  }
  #footer .footer-top .foot-block {
    display: none;
  }
  #footer .footer-top {
    padding: 0;
  }
  #ewm {
    display: none;
  }
  .our-product {
    padding: 80px 0;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li.item {
    height: 400px;
  }
  #banner span {
    font-size: 30px;
  }
  #banner h2 {
    font-size: 40px;
  }
  .our-about .box {
    height: auto;
  }
  .font-30 {
    font-size: 20px;
    line-height: 36px;
  }
  .our-product .top .left .content h6 {
    font-size: 60px;
  }
  .our-product .top .left .content h2 {
    font-size: 30px;
  }
  .i-advantage {
    display: none;
  }
  .our-honor {
    
  }
  .tit1 {
    font-size: 30px;
    line-height: 1.4;
  }
  .font-24 {
    font-size: 18px;
    line-height: 32px;
  }
  #footer .footer-bottom .fl,
  #footer .footer-bottom .fr {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #banner li.item {
    height: 300px;
  }
  #banner span {
    font-size: 20px;
    line-height: 36px;
  }
  #banner h2 {
    font-size: 30px;
    line-height: 1.6;
  }
  #banner p {
    font-size: 14px;
    line-height: 28px;
  }
  .font-16 {
    font-size: 16px;
    line-height: 30px;
  }
  .gongsiming{
    font-size: 30px!important;
    line-height: 1.4!important;
  }
  .xinwen{
    font-size: 24px!important;
    line-height: 1.4!important;
  }
  .haha{
    display: none!important;
  }
  .huhu{
    display: none!important;
  }
  .news-efbj .ui.container, .projects .ui.container{
    font-size: 24px!important;
    line-height: 40px!important;
  }
  .our-about ul li {
    width: 100%!important;
  }
  .our-about .right {
    padding: 30px 15px;
  }
  .font-36 {
    font-size: 24px;
    line-height: 40px;
  }
  .our-product .top .left .content h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .our-product .top .left .content h4 {
    font-size: 18px;
  }
}




/* faq */
.faq-page {
  position: relative;
  display: block;
  padding: 100px 0;
  z-index: 1;
}
.faq-page-shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .60;
  z-index: -1;
}
.faq-page__top {
  position: relative;
  display: block;
}
.faq-page__top .grid-box {
  margin: 0 -15px;
}
.faq-page__top .column {
  padding: 0 15px;
}
.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.faq-one-accrodion .accrodion:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 2px;
  content: "";
  background-color: #0e70b9;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.faq-one-accrodion .accrodion.active:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 24px 40px 25px;
  padding-right: 27px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}
.faq-one-accrodion .accrodion.active .accrodion-title {
  background-color: #fff;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: #000;
}
.faq-one-accrodion .accrodion-title h4::before {
  content: "\f196";
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #0e70b9;
  position: absolute;
  top: 50%;
  right: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f147";
  color: #000;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 0px 40px 29px;
  margin-top: -13px;
}
.faq-one-accrodion .accrodion.active .accrodion-content {
  background-color: #fff;
}
.faq-one-accrodion .accrodion-content p {
  font-size: 16px;
  margin: 0;
  line-height: 30px;
}

@media (max-width: 750px) {
  .faq-page{
    padding: 1rem 0;
  }
  .faq-one-accrodion .accrodion.active .accrodion-title h4::before{
    display: none;
  }
  .faq-one-accrodion .accrodion-title h4::before{
    display: none;
  }
}
/* end */

/* inner-css */
.gyban {
  width: 100%;
  height: 350px;
  max-height: -webkit-calc(100vh - 100px);
  max-height: -moz-calc(100vh - 100px);
  max-height: calc(100vh - 100px);
}
.gyban-div {
  font-size: 60px;
  color: #fff;
  padding-top: 50px;
}
#gymt {
  position: relative;
  top: -95px;
}
.gynav-bj {
  width: 100%;
  height: 95px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.gynav-sc {
  display: inline-block;
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}
.gynav a {
  display: inline-block;
  margin-left: 90px;
  font-size: 18px;
  color: #222;
  line-height: 95px;
  position: relative;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.gynav a:first-child {
  margin-left: 0;
}
.gynav a:after {
  content: '';
  width: 0;
  height: 2px;
  background: #0068c8;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
/*@media(min-width:1201px){*/
.gynav a:hover {
  color: #0068C8;
  font-weight: bold;
  /*font-family: Montserrat-Bold;*/
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.gynav a:hover:after {
  width: 100%;
  left: 0;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.gynav a.on {
  color: #0068C8;
  font-weight: bold;
  /*font-family: Montserrat-Bold;*/
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.gynav a.on:after {
  width: 100%;
  left: 0;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
/*}*/
.gytit30 {
  font-size: 30px;
  line-height: 1.6;
  display: inline-block;
  color: #222;
  font-family: Montserrat-Bold;
  padding-bottom: 25px;
  position: relative;
}
.gytit30:after {
  content: '';
  width: 30px;
  height: 6px;
  border-radius: 3px;
  background: #80c15d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gymr {
  width: 270px;
  height: 60px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  line-height: 60px;
  padding-left: 30px;
  border-radius: 35px;
  cursor: pointer;
  background: url(../images/ico03.png) no-repeat center;
  background-color: #80c15d;
  background-position-x: -webkit-calc(100% - 30px);
  background-position-x: -moz-calc(100% - 30px);
  background-position-x: calc(100% - 30px);
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.gymr:hover {
  opacity: .9;
  background-position-x: -webkit-calc(100% - 20px);
  background-position-x: -moz-calc(100% - 20px);
  background-position-x: calc(100% - 20px);
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
@media (max-width: 1600px) {
  .gyban {
    height: 700px;
    max-height: -webkit-calc(100vh - 70px);
    max-height: -moz-calc(100vh - 70px);
    max-height: calc(100vh - 70px);
  }
  .gyban-div {
    font-size: 40px;
    padding-top: 45vh;
  }
  #gymt {
    top: -70px;
  }
  .gynav-bj {
    height: 70px;
  }
  .gynav a {
    font-size: 16px;
    line-height: 70px;
    margin-left: 30px;
  }
  .gytit30 {
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 10px;
  }
  .gymr {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1200px) {
  .gynav {
    width: 100%;
    padding: 0;
    padding-right: 0;
  }
  .gynav a {
    margin: 0 2%;
  }
  .gynav a:first-child {
    margin-left: 4%;
  }
  .gynav a:last-child {
    margin-right: 4%;
  }
  .gyban {
    height: 500px;
    max-height: initial;
  }
  .gyban-div {
    font-size: 35px;
    padding-top: 240px;
  }
}
@media (max-width: 750px) {
  .gyban {
    height: 4rem;
    max-height: initial;
  }
  .gyban-div {
    font-size: .4rem;
    padding-top: 2rem;
  }
  #gymt {
    top: -1rem;
  }
  .gynav-bj {
    height: 1rem;
  }
  .gynav a {
    font-size: .26rem;
    line-height: 1rem;
  }
  .gytit30 {
    font-size: 24px;
    line-height: 44px;
    padding-bottom: 10px;
  }
  .gytit30:after {
    width: .4rem;
    height: 3px;
    border-radius: 2px;
  }
  .gymr {
    height: .8rem;
    line-height: .8rem;
    font-size: .24rem;
    padding-left: .3rem;
    width: 3.6rem;
    background-size: .25rem;
    background-position-x: -webkit-calc(100% - .3rem);
    background-position-x: -moz-calc(100% - .3rem);
    background-position-x: calc(100% - .3rem);
  }
  .gymr:hover {
    background-position-x: -webkit-calc(100% - .2rem);
    background-position-x: -moz-calc(100% - .2rem);
    background-position-x: calc(100% - .2rem);
  }
}
/*项目*/
.projects {
  padding: 90px 0;
}
.projects-ab {
  overflow: hidden;
}
.projects-b {
  float: right;
  text-align: right;
}
.projects-b1 {
  font-size: 36px;
}
.projects-b2 {
  font-size: 20px;
  margin-top: 5px;
}
.projects-ul {
  margin-top: 60px;
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  font-size: 0;
}
.projects-li {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(33.333% - 30px);
  width: -moz-calc(33.333% - 30px);
  width: calc(33.333% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.projects-c {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.projects-c > img {
  width: 100%;
}
.projects-c1 {
  z-index: 2;
  background: rgba(16, 116, 191, 0.6);
  opacity: 0;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.projects-d {
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  height: 35px;
  margin-top: 20px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.projects-li:hover .projects-d {
  color: #80c15d;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.projects-li:hover .projects-c1 {
  opacity: 1;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.projects-e {
  margin-top: 100px;
  margin-left: -webkit-calc(50% - 135px);
  margin-left: -moz-calc(50% - 135px);
  margin-left: calc(50% - 135px);
}
@media (max-width: 1600px) {
  .projects-d {
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    margin-top: 10px;
  }
  .projects {
    padding: 100px 0;
  }
  .projects-b1 {
    font-size: 30px;
    line-height: 1.4;
  }
  .projects-b2 {
    font-size: 18px;
    line-height: 32px;
  }
  .projects-e {
    margin-top: 50px;
  }
}
@media (max-width: 1000px) {
  .projects-li {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 750px) {
  .projects {
    padding: 1rem 0;
  }
  .projects-b1 {
    font-size: 20px;
    line-height: 36px;
  }
  .projects-b2 {
    font-size: 18px;
    line-height: 32px;
    margin: 0;
  }
  .projects-ul {
    margin-top: .5rem;
    width: 103%;
  }
  .projects-li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: .3rem;
  }
  .projects-c {
    border-radius: 10px;
  }
  .projects-d {
    font-size: 18px;
    line-height: 32px;
    margin-top: 10px;
  }
  .projects-e {
    margin-top: .4rem;
    margin-left: -webkit-calc(50% - 1.8rem);
    margin-left: -moz-calc(50% - 1.8rem);
    margin-left: calc(50% - 1.8rem);
  }
}
/*项目详情*/
.pjtinfo {
  max-width: 800px;
  padding: 140px 0;
}
.pjtinfo-a {
  font-size: 40px;
  color: #222;
  text-align: center;
  line-height: 50px;
}
.xinwen{
  font-size: 34px;
  line-height: 1.4;
}
.pjtinfo-b {
  font-size: 16px;
  line-height: 30px;
  color: #222;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}
.pjtinfo-c {
  font-size: 16px;
  margin-bottom: 10px;
  color: #222;
}
.pjtinfo-d {
  font-size: 20px;
}
.pjtinfo-e {
  padding: 50px 0;
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.pjtinfo-e {
  font-size: 16px;
  color: #222;
  line-height: 30px;
}
.pjtinfo-f {
  overflow: hidden;
  margin-top: 50px;
}
.pjtinfo-fa {
  width: 48%;
  max-width: 660px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  height: 130px;
  padding: 35px;
  color: #222;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.pjtinfo-f1 {
  font-size: 24px;
  line-height: 40px;
}
.pjtinfo-f2 {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pjtinfo-fa:hover {
  color: #fff;
  background: #0b66c1;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
@media (max-width: 1600px) {
  .pjtinfo-a {
    font-size: 34px;
    line-height: 45px;
  }
  .pjtinfo {
    padding: 100px 0;
  }
}
@media (max-width: 1000px) {
  .pjtinfo-a {
    font-size: 26px;
    line-height: 35px;
  }
  .pjtinfo-b {
    font-size: 14px;
  }
  .pjtinfo-c {
    font-size: 14px;
  }
  .pjtinfo-d {
    font-size: 18px;
  }
  .pjtinfo-fa {
    padding: 20px;
    height: auto;
  }
}
@media (max-width: 750px) {
  .pjtinfo {
    padding: 1rem 0;
  }
  .pjtinfo-a {
    font-size: .32rem;
    line-height: .45rem;
  }
  .pjtinfo-b {
    font-size: .26rem;
    margin-top: .2rem;
    margin-bottom: .4rem;
  }
  .pjtinfo-c {
    font-size: .24rem;
    line-height: .45rem;
    margin-bottom: 0;
  }
  .pjtinfo-d {
    font-size: .28rem;
  }
  .pjtinfo-fa {
    padding: 20px;
    height: auto;
  }
  .pjtinfo-e {
    padding: .4rem 0;
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .pjtinfo-f {
    margin-top: .4rem;
  }
  .pjtinfo-fa {
    width: 100%;
    margin-top: .25rem;
    padding: .3rem;
  }
  .pjtinfo-f1 {
    font-size: 16px;
    line-height: 30px;
  }
  .pjtinfo-f2 {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
  }
}
/*服务*/
.services-li {
  display: block;
  overflow: hidden;
  margin-top: 50px;
  background: #f5f5f5;
  height: 435px;
}
.services-lt {
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.services-rt {
  width: 50%;
  height: 100%;
  float: right;
  padding-left: 100px;
  padding-right: 80px;
  padding-top: 110px;
  position: relative;
  color: #222;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.services-a {
  font-size: 30px;
  line-height: 35px;
  position: relative;
  z-index: 2;
}
.services-b {
  font-size: 16px;
  line-height: 25px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.services-i {
  background-image: url(../images/img04.jpg);
  opacity: 0;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.services-li:hover .services-i {
  opacity: 1;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.services-li:hover .services-rt {
  color: #fff;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.services-li:nth-child(2n + 0) .services-lt {
  float: right;
}
@media (max-width: 1600px) {
  .services-rt {
    padding: 60px;
    padding-top: 100px;
  }
}
@media (max-width: 1200px) {
  .services-li {
    height: 360px;
  }
  .services-rt {
    padding: 40px;
    padding-top: 80px;
  }
  .services-a {
    font-size: 26px;
    line-height: 35px;
  }
  .services-b {
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .services-li {
    height: 300px;
  }
  .services-rt {
    padding: 30px;
  }
  .services-a {
    font-size: 22px;
    line-height: 30px;
  }
  .services-b {
    margin-top: 20px;
  }
}
@media (max-width: 750px) {
  .services-li {
    margin-top: .4rem;
  }
  .services-li {
    height: auto;
  }
  .services-lt {
    width: 100%;
    height: 4rem;
  }
  .services-rt {
    width: 100%;
    padding: .4rem;
    height: auto;
    min-height: 4rem;
  }
  .services-a {
    font-size: .32rem;
    line-height: .45rem;
  }
  .services-b {
    margin-top: .25rem;
    font-size: .26rem;
    line-height: .4rem;
  }
}
/*新闻*/
.news-bj {
  width: 100%;
  background: url(../images/ico04.png) no-repeat center bottom;
  background-size: 100% auto;
}
.news-ab {
  overflow: initial;
  position: relative;
  z-index: 3;
}
.news-b {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  cursor: pointer;
  display: block;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.news-b1 {
  width: 100%;
  font-size: 20px;
  line-height: 36px;
  color: #222;
  padding-right: 20px;
  background: url(../images/ico05.png) no-repeat right center;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.news-b2 {
  display: none;
}
.news-b2 a {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 30px;
  margin: 10px 0;
}
.news-b2 a:hover {
  color: #80c15d;
}
.news-b.on {
  width: 220px;
  padding: 10px 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px #ddd;
  box-shadow: 0 0 15px #ddd;
  border-radius: 5px;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.news-b.on .news-b1 {
  color: #80c15d;
  background-image: url(../images/ico06.png);
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.news-b.on .news-b2 {
  display: block;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.news-cd {
  display: block;
  margin-top: 60px;
  overflow: hidden;
  height: 485px;
}
.news-c {
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.news-d {
  width: 50%;
  height: 100%;
  border: 1px solid #e5e5e5;
  padding: 50px 60px;
  float: right;
  color: #222;
}
.news-d1 {
  font-size: 24px;
  color: #222;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-d2 {
  font-size: 18px;
  line-height: 32px;
  margin-top: 10px;
}
.news-d3 {
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-d4 {
  width: 180px;
  margin-top: 40px;
}
.news-efbj {
  width: 100%;
  background: url(../images/ico08.png) no-repeat center bottom;
  background-size: 100% auto;
  background-color: #f3f3f3;
}

.news-ef {
  padding: 140px 0;
}
.news-ul {
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  font-size: 0;
}
.news-li {
  width: -webkit-calc(33.333% - 30px);
  width: -moz-calc(33.333% - 30px);
  width: calc(33.333% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 15px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
.news-img {
  width: 100%;
}
.news-e {
  z-index: 2;
  opacity: 1;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.news-e > i {
  background: rgba(16, 116, 191, 0.6);
}
.news-f {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 80px;
  color: white;
  padding: 0 45px;
  z-index: 3;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.news-f1 {
  font-size: 12px;
}
.news-f2 {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-g {
  width: 39px;
  height: 38px;
  background: url(../images/ico07_1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 5;
}
.news-li:hover .news-e {
  opacity: 1;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.news-li:hover .news-f {
  color: #fff;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.news-li:hover .news-g {
  background-image: url(../images/ico07_2.png);
}
.news-h {
  width: 180px;
  margin-left: -webkit-calc(50% - 90px);
  margin-left: -moz-calc(50% - 90px);
  margin-left: calc(50% - 90px);
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .news-cd {
    height: 400px;
  }
  .news-d {
    padding: 40px;
  }
  .news-d4 {
    margin-top: 30px;
  }
  .news-d3 {
    margin-top: 30px;
  }
  .news-f {
    padding: 0 20px;
    bottom: 40px;
  }
  .news-f2 {
    font-size: 16px;
    line-height: 30px;
  }
  .news-ef {
    padding: 100px 0;
  }
}
@media (max-width: 1000px) {
  .news-b{
    display: none;
  }

  .news-cd {
    height: 300px;
  }
  .news-d {
    padding: 20px;
  }
  .news-d1 {
    font-size: 18px;
    line-height: 25px;
  }
  .news-d2 {
    font-size: 14px;
  }
  .news-d3 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }
  .news-d4 {
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
  }
  .news-li {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 750px) {
  .news-b {
    width: 2rem;
  }
  .news-b1 {
    font-size: 18px;
    line-height: 32px;
  }
  .news-b.on {
    width: 2.6rem;
    padding: .15rem;
  }
  .news-b2 a {
    font-size: 14px;
    line-height: 28px;
    margin: .1rem 0;
  }
  .news-cd {
    height: auto;
    margin-top: .4rem;
  }
  .news-c {
    width: 100%;
    height: 3.5rem;
  }
  .news-d {
    width: 100%;
    padding: .3rem;
    height: auto;
  }
  .news-d1 {
    font-size: 20px;
    line-height: 36px;
  }
  .news-d2 {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
  }
  .news-d3 {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
  }
  .news-d4 {
    width: 2rem;
    height: .8rem;
    line-height: .8rem;
    margin-top: .2rem;
  }
  .news-ef {
    padding: 1rem 0;
  }
  .news-ul {
    width: 100%;
  }
  .news-li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
  }
  .news-f {
    padding: 0 .2rem;
    bottom: .3rem;
  }
  .news-f2 {
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
  }
  .news-f1 {
    font-size: .24rem;
  }
  .news-g {
    width: .45rem;
    height: .44rem;
    top: .3rem;
    right: .3rem;
  }
  .news-h {
    width: 2rem;
    margin-left: -webkit-calc(50% - 1rem);
    margin-left: -moz-calc(50% - 1rem);
    margin-left: calc(50% - 1rem);
    margin-top: .3rem;
  }
}
/*新闻详情*/
.newsinfo-go {
  padding-top: 50px;
  text-align: right;
}
.newsinfo-go > a {
  display: inline-block;
  width: 200px;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  padding-left: 25px;
  background: #E5E5E5 url(../images/ico09.png) no-repeat 150px center;
  border-radius: 30px;
  color: #222;
  text-align: left;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.newsinfo-go > a:hover {
  opacity: .8;
  background-color: #cce4fc;
  color: #222;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.newsinfo {
  padding-top: 90px;
  padding-bottom: 130px;
  /*max-width: 800px;*/
}
.newsinfo-b {
  margin-top: 30px;
  margin-bottom: 0;
}
.newsinfo-e {
  border-bottom: 0;
}
.newsinfo-jk {
  padding: 130px 0;
}
.newsinfo-k {
  margin-top: 55px;
}
.newsinfo-xy {
  margin-top: 30px;
  margin-bottom: 100px;
}
.newsinfo-x {
  display: inline-block;
  font-size: 20px;
  line-height: 36px;
  color: #222;
  vertical-align: top;
}
.newsinfo-y {
  display: inline-block;
  margin-left: 60px;
  vertical-align: top;
}
.newsinfo-y .bshare-twitter {
  width: 25px;
  height: 25px;
  background: url(../images/ico10_1.png) no-repeat center !important;
  padding: 0;
  margin-right: 30px;
}
.newsinfo-y .bshare-linkedin {
  width: 25px;
  height: 25px;
  background: url(../images/ico10_3.png) no-repeat center !important;
  padding: 0;
  margin-right: 30px;
}
.newsinfo-y .bshare-facebook {
  width: 25px;
  height: 25px;
  background: url(../images/ico10_4.png) no-repeat center !important;
  padding: 0;
  margin-right: 30px;
}
@media (max-width: 750px) {
  .newsinfo-go {
    padding-top: .5rem;
  }
  .newsinfo-go a {
    width: 2.4rem;
    height: .7rem;
    padding-left: .3rem;
    font-size: .26rem;
    line-height: .7rem;
    background-position-x: 1.6rem;
    background-size: .3rem auto;
  }
  .newsinfo {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }
  .newsinfo-b {
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
  }
  .newsinfo-xy {
    margin-top: .3rem;
    margin-bottom: .5rem;
  }
  .newsinfo-x {
    font-size: 20px;
    line-height: 36px;
  }
  .newsinfo-y {
    margin-left: .4rem;
  }
  .newsinfo-y a {
    margin-right: .25rem !important;
  }
  .newsinfo-jk {
    padding: 1rem 0;
  }
  .newsinfo-k {
    margin-top: .4rem;
  }
}
/*联系我们*/
.contacts-a {
  width: 450px;
}
.contacts-b {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  max-width: 620px;
  text-align: right;
}
.contacts-c {
  margin-top: 60px;
  border-top-left-radius: 15px;
  overflow: hidden;
  background: #f8f8f8;
}
.contacts-cli {
  width: 25%;
  float: left;
  padding: 0 35px;
  height: 420px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .contacts-cli:nth-child(2n + 0) {
    background: #f1f1f1;
  }
}
.contacts-c1 {
  margin-top: 120px;
  height: 60px;
  line-height: 60px;
}
.contacts-c1 .img2 {
  display: none;
}
.contacts-c2 {
  font-size: 20px;
  color: #002222;
  margin-top: 40px;
  margin-bottom: 30px;
}
.contacts-c3 a {
  font-size: 16px;
  line-height: 25px;
  color: #222;
}
.contacts-c1 img {
  max-height: 100%;
}
.contacts-cli:hover {
  background: url(../images/img07.jpg) no-repeat center;
  background-size: cover;
}
.contacts-cli:hover * {
  color: #fff;
}
.contacts-cli:hover .contacts-c1 .img1 {
  display: none;
}
.contacts-cli:hover .contacts-c1 .img2 {
  display: inline-block;
}
.message {
  padding: 130px 0;
}
.message-a {
  font-size: 24px;
}
.message-b {
  margin-top: 15px;
}
.message-fm {
  margin-top: 35px;
}
.message-ul {
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  font-size: 0;
  position: relative;
  z-index: 3;
}
.message-li {
  display: inline-block;
  width: -webkit-calc(50% - 40px);
  width: -moz-calc(50% - 40px);
  width: calc(50% - 40px);
  margin-right: 40px;
  margin-bottom: 35px;
  position: relative;
}
.message-d {
  font-size: 16px;
}
.message-e {
  width: 100%;
  height: 60px;
  padding: 0 35px;
  font-size: 16px;
  color: #222;
  display: block;
  margin-top: 15px;
  background: initial;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.message-f {
  width: 100%;
  height: 60px;
  background: url(../images/ico12.png) no-repeat 95% center;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
}
.message-g {
  background: #fff;
  border: 1px solid #E5E5E5;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 10px 30px;
  font-size: 16px;
  color: #222;
  line-height: 25px;
  border-radius: 10px;
  display: none;
}
.message-g > div {
  margin: 10px 0;
  cursor: pointer;
}
.message-g > div:hover {
  color: #80c15d;
}
.message-li:hover .message-d {
  color: #80c15d;
}
.message-li:hover .message-e {
  color: #80c15d;
  border-color: #80c15d;
}
.message-li2 {
  width: 100%;
}
.message-h {
  line-height: 25px;
  padding: 15px 30px;
  height: 160px;
  resize: none;
}
.message-sub {
  width: 170px;
  height: 60px;
  font-size: 14px;
  color: #fff;
  border: 0;
  background: #80c15d;
  border-radius: 30px;
  margin-left: -webkit-calc(50% - 85px);
  margin-left: -moz-calc(50% - 85px);
  margin-left: calc(50% - 85px);
  margin-top: 25px;
}
.message-sub:hover {
  opacity: .8;
}
.gyswp-rt {
  width: 140px;
  height: 68px;
  overflow: hidden;
  position: relative;
  float: right;
}
.gyswp-prev,
.gyswp-next {
  width: 68px;
  height: 68px;
  margin-top: -34px;
  background: url(../images/ico15_1.png) no-repeat center;
  background-size: cover;
  left: 0;
}
.gyswp-prev:hover {
  background-image: url(../images/ico15_3.png);
}
.gyswp-next {
  background-image: url(../images/ico15_2.png);
  left: initial;
  right: 0;
}
.gyswp-next:hover {
  background-image: url(../images/ico15_4.png);
}
.proint-swiper {
  margin-top: 60px;
  width: 100%;
}
.proint-slide {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.proint-a {
  width: 100%;
  max-height: 100%;
}
.proint-b {
  z-index: 3;
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #222;
  text-align: center;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.proint-i {
  background: rgba(16, 116, 191, 0.6);
  z-index: 2;
  opacity: 0;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
/*.proint-slide:hover .proint-i {
  opacity: 1;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}*/
/*.proint-slide:hover .proint-b {
  color: #fff;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}*/
.pjeint-swiper {
  margin-top: 60px;
  width: -webkit-calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  width: calc(100% + 10px);
  padding-right: 10px;
}
.pjeint-a {
  position: relative;
  padding: 1px;
}
.pjeint-a1 {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.pjeint-a1,
.pjeint-a2 {
  border-radius: 15px;
}
.pjeint-slide:hover .pjeint-a1 {
  top: 10px;
  left: 10px;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.pjeint-b {
  margin-top: 25px;
  padding: 0 15px;
  text-align: center;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.pjeint-slide:hover .pjeint-b {
  color: #0d70b9;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
@media (max-width: 1600px) {
  .contacts-cli {
    height: 360px;
  }
  .contacts-c1 {
    margin-top: 60px;
  }
  .contacts-c2 {
    font-size: 18px;
    line-height: 32px;
  }
  .gyswp-prev,
  .gyswp-next {
    width: 55px;
    height: 55px;
    margin-top: -27.5px;
  }
  .gyswp-rt {
    width: 120px;
  }
  .message-e {
    padding: 0 20px;
  }
  .message-e {
    padding: 10px 20px;
  }
  .message {
    padding: 100px 0;
  }
}
@media (max-width: 1200px) {
  .contacts-cli {
    width: 50%;
  }
  .contacts-cli:nth-child(2),
  .contacts-cli:nth-child(3) {
    background: #f1f1f1;
  }
  .contacts-cli:hover {
    background: url(../images/img07.jpg) no-repeat center;
    background-size: cover;
  }
  /*.proint-slide {
    height: 200px;
  }*/
  .proint-b {
    font-size: 16px;
    line-height: 30px;
  }

  .pjeint-b {
    margin-top: 15px;
  }
  .message-e {
    font-size: 14px;
  }
  .contacts-c3 a {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 750px) {
  .contacts-b {
    width: 100%;
    margin-top: .4rem;
    text-align: left;
  }
  .contacts-c {
    margin-top: .4rem;
  }
  .contacts-cli {
    width: 100%;
    height: auto;
    padding: .6rem .3rem;
    min-height: 3rem;
  }
  .contacts-c1 {
    height: .6rem;
    line-height: .6rem;
    margin-top: 0;
  }
  .contacts-c2 {
    font-size: .3rem;
    line-height: .45rem;
    margin-top: .3rem;
    margin-bottom: .3rem;
  }
  .contacts-c3 a {
    font-size: .26rem;
    line-height: .45rem;
  }
  .contacts-cli:nth-child(2),
  .contacts-cli:nth-child(4) {
    background: #f1f1f1;
  }
  .contacts-cli:nth-child(3) {
    background: initial;
  }
  .gyswp-rt {
    width: 1.3rem;
    height: .6rem;
  }
  .gyswp-prev,
  .gyswp-next {
    width: .6rem;
    height: .6rem;
    margin-top: -0.3rem;
  }
  .proint-swiper {
    margin-top: .4rem;
  }
  /*.proint-slide {
    height: 4.5rem;
  }*/
  .proint-i {
    display: none;
  }
  .pjeint-swiper {
    margin-top: .4rem;
  }
  .message {
    padding: 1rem 0;
  }
  .message-a {
    font-size: .32rem;
  }
  .message-b {
    margin-top: .2rem;
  }
  .message-fm {
    margin-top: .4rem;
  }
  .message-ul {
    width: 100%;
  }
  .message-li {
    width: 100%;
    margin: 0;
    margin-bottom: .3rem;
  }
  .message-d {
    font-size: .26rem;
  }
  .message-e {
    height: .7rem;
    padding: .1rem .2rem;
    font-size: .24rem;
    margin-top: .1rem;
  }
  .message-f {
    width: 100%;
    height: .7rem;
    background-size: .25rem auto;
  }
  .message-h {
    height: 2rem;
  }
  .message-sub {
    width: 2rem;
    height: .8rem;
    font-size: .24rem;
    margin-left: -webkit-calc(50% - 1rem);
    margin-left: -moz-calc(50% - 1rem);
    margin-left: calc(50% - 1rem);
    margin-top: .2rem;
  }
  .message-g {
    padding: .2rem .3rem;
  }
  .message-g > div {
    font-size: .24rem;
    line-height: .4rem;
    margin: .1rem 0;
  }
}
/*解决方案*/
.solution-ul {
  margin-top: 120px;
}
.solution-li {
  display: block;
  overflow: hidden;
  background: #f5f5f5;
  height: 470px;
  margin-bottom: 40px;
}
.solution-c {
  width: 625px;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.solution-d {
  width: -webkit-calc(100% - 700px);
  width: -moz-calc(100% - 700px);
  width: calc(100% - 700px);
  max-width: 425px;
  float: left;
  margin-left: 75px;
  padding-right: 40px;
  position: relative;
  z-index: 3;
  color: #222;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.solution-d1 {
  margin-top: 70px;
}
.solution-d2 {
  margin-top: 35px;
}
.solution-d3 {
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.solution-i {
  width: -webkit-calc(100% - 625px);
  width: -moz-calc(100% - 625px);
  width: calc(100% - 625px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(../images/img09.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.solution-li:hover .solution-i {
  opacity: 1;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.solution-li:hover .solution-d * {
  color: #fff !important;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.solution-li:hover .solution-d3 {
  background-color: #fff;
  color: #222 !important;
  background-image: url(../images/ico03_1.png);
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
@media (max-width: 1450px) {
  .solution-li {
    height: 400px;
  }
  .solution-c {
    width: 500px;
  }
  .solution-i {
    width: -webkit-calc(100% - 500px);
    width: -moz-calc(100% - 500px);
    width: calc(100% - 500px);
  }
  .solution-d {
    width: -webkit-calc(100% - 580px);
    width: -moz-calc(100% - 580px);
    width: calc(100% - 580px);
    margin-left: 80px;
  }
  .solution-ul {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .solution-d {
    margin-left: 30px;
    padding-right: 30px;
  }
  .solution-i {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .solution-li {
    height: 300px;
  }
  .solution-c {
    width: 320px;
  }
  .solution-d {
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: calc(100% - 350px);
  }
  .solution-d1 {
    margin-top: 20px;
  }
  .solution-d2 {
    margin-top: 15px;
  }
}
@media (max-width: 750px) {
  .solution-li {
    height: auto;
    margin-bottom: .4rem;
  }
  .solution-c {
    width: 100%;
    height: 5rem;
  }
  .solution-d {
    width: 100%;
    padding: .4rem .3rem;
    margin: 0;
  }
  .solution-d1 {
    margin-top: 0;
  }
  .solution-d2 {
    margin-top: 15px;
  }
  .solution-d2 {
    margin-top: .2rem;
  }
}
/*产品*/
.products-nav-bj {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
}
.products-nav {
  padding: 50px 0;
}
.products-swiper {
  width: -webkit-calc(100% + 260px);
  width: -moz-calc(100% + 260px);
  width: calc(100% + 260px);
  padding-right: 300px;
}
.products-slide {
  width: 250px;
  height: 230px;
  border: 1px solid #E5E5E5;
  margin-right: 40px;
  padding: 0 25px;
  text-align: center;
  color: #222;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.products-a {
  margin-top: 35px;
  height: 95px;
  line-height: 95px;
  font-size: 0;
}
.products-a img {
  max-height: 100%;
}
.products-a .img2 {
  display: none;
}
.products-b {
  font-size: 18px;
  line-height: 25px;
  margin-top: 15px;
}
.products-slide:hover {
  color: #fff;
  background: #83c258;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.products-slide:hover .products-a .img1 {
  display: none;
}
.products-slide:hover .products-a .img2 {
  display: inline-block;
}
.products-slide.on {
  color: #fff;
  background: #83c258;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.products-slide.on .products-a .img1 {
  display: none;
}
.products-slide.on .products-a .img2 {
  display: inline-block;
}
.products-ul {
  margin-top: 50px;
  width: -webkit-calc(100% + 25px);
  width: -moz-calc(100% + 25px);
  width: calc(100% + 25px);
  overflow: hidden;
}
.products-li {
  width: -webkit-calc(33.333% - 25px);
  width: -moz-calc(33.333% - 25px);
  width: calc(33.333% - 25px);
  margin-right: 25px;
  margin-bottom: 25px;
  display: block;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
  position: relative;
  float: left;
}
.products-li img{
  background: #fff;
}
.products-d {
  width: 100%;
  max-height: 100%;
}
.products-ef {
  width: 100%;
  padding: 0 30px;
  color: #222;
  margin-top:15px;
}
.products-e {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  min-height: 60px;
}
.products-f {
  height: 60px;
  margin-top: 30px;
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.products-li:first-child {
  width: -webkit-calc(66.666% - 25px);
  width: -moz-calc(66.666% - 25px);
  width: calc(66.666% - 25px);
  /*float: none;*/
}
.products-li:nth-of-type(4){
  clear: both;
}
.products-li:first-child .products-ef {
  padding: 0 20px;
  margin-top: 20px;
}
.products-li:first-child .products-e {
  font-size: 24px;
  line-height: 40px;
  text-align: left;
}
.products-li:first-child .products-f {
  display: -webkit-box;
}
/*.products-li:hover {
  -webkit-box-shadow: 10px 10px 10px #ccc;
  box-shadow: 10px 10px 10px #ccc;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}*/
.products-g {
  margin-top: 75px;
  margin-left: -webkit-calc(50% - 90px);
  margin-left: -moz-calc(50% - 90px);
  margin-left: calc(50% - 90px);
}
@media (max-width: 1600px) {
  .products-nav {
    padding: 30px 0;
  }
  .products-a {
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
  }
  .products-b {
    font-size: 16px;
    line-height: 30px;
  }
  .products-slide {
    width: 200px;
    height: 180px;
    padding: 0 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  .products-li {
    height: 200px;
  }
  .products-li:first-child {
    height: 425px;
  }
  .products-ef {
    padding: 0 15px;
  }
  .products-e {
    font-size: 14px;
    bottom: 20px;
  }
  .products-li:first-child .products-ef {
    bottom: 30px;
    padding: 0 20px;
  }
  .products-li:first-child .products-e {
    -webkit-font-feature-settings: 20px;
    -moz-font-feature-settings: 20px;
    font-feature-settings: 20px;
  }
  .products-g {
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .products-li {
    height: 150px;
  }
  .products-li:first-child {
    height: 325px;
  }
}
@media (max-width: 750px) {
  .products-nav {
    padding: .3rem 0;
  }
  .products-a {
    height: .6rem;
    line-height: .6rem;
    margin-top: .3rem;
  }
  .products-b {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }
  .fenlei{
    font-size: 20px;
    line-height: 36px;
  }
  .products-slide {
    width: 3rem;
    height: 2.4rem;
    padding: 0 .2rem;
    margin-right: .3rem;
  }
  .products-ul {
    margin-top: .6rem;
    width: 100%;
  }
  .products-li {
    width: 100% !important;
    height: auto !important;
    padding-bottom: .4rem;
    margin-right: 3%;
    margin-bottom: .3rem;
  }
  .products-ef {
    padding: 0 .15rem !important;
    bottom: 0.3rem !important;
  }
  .products-e {
    font-size: 18px!important;
    line-height: 32px!important;
    text-align: center !important;
  }
  .diaoyongxinwen{
    padding-block: 0px!important;
  }
  .jutichanpinye{
    display: none;
  }
  .products-f {
    display: none !important;
  }
  .products-g {
    margin-top: .3rem;
    margin-left: -webkit-calc(50% - 1rem);
    margin-left: -moz-calc(50% - 1rem);
    margin-left: calc(50% - 1rem);
  }
}
/*产品详情*/
.proinfo-top {
  width: 100%;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
  background: #f3f3f3;
  position: relative;
}
.proinfo-top:after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
}
.proinfo-lt {
  width: 50%;
  float: left;
  position: relative;
  z-index: 2;
}
.proinfo-a {
  width: 100%;
  background: #fdfdfd;
}
.proinfo-b {
  width: 100%;
  padding: 0 60px;
  position: absolute;
  left: 0;
  bottom: 12px;
}
.proinfoB-prev,
.proinfoB-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url(../images/ico16_1.png) no-repeat center;
}
.proinfoB-prev:hover {
  background-image: url(../images/ico16_3.png);
}
.proinfoB-next {
  background-image: url(../images/ico16_2.png);
}
.proinfoB-next:hover {
  background-image: url(../images/ico16_4.png);
}
.proinfoB-slide {
  cursor: pointer;
  background: #f5f5f5;
}
.proinfoB-slide:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(16, 116, 191, 0.5);
  opacity: 0;
}
.proinfoB-slide.on:after {
  opacity: 1;
}
.proinfo-rt {
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
}
.proinfo-df {
  width: 100%;
  max-width: 800px;
  padding: 90px;
}
.proinfo-e {
  margin-top: 50px;
}
.proinfo-f {
  margin-top: 50px;
  margin-bottom: 0;
}
.proinfo-f .newsinfo-y {
  margin-left: 30px;
}
.proinfo-f a {
  display: inline-block;
  margin-right: 20px !important;
}
.vd-swiper .pjeint-a {
  border-radius: 15px;
  overflow: hidden;
}
.vd-swiper .pjeint-a3 {
  background: rgba(0, 0, 0, 0.5) url(../images/ico17.png) no-repeat center;
  z-index: 3;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.vd-swiper .pjeint-slide:hover .pjeint-a3 {
  background-color: rgba(16, 116, 191, 0.6);
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.paramter {
  margin-top: 40px;
  overflow: auto;
}
.paramter table {
  margin: 0 auto;
}
.introduction-ul {
  margin-top: 60px;
}
.introduction-li {
  width: 100%;
  height: 430px;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.introduction-li:first-child {
  margin-top: 0;
}
.introduction-img {
  width: 620px;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: right;
}
.introduction-txt {
  width: -webkit-calc(100% - 620px);
  width: -moz-calc(100% - 620px);
  width: calc(100% - 620px);
  height: 100%;
  float: left;
  position: relative;
}
.introduction-ibj {
  background: url(../images/img09.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.introduction-pos {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  color: #222;
  padding: 0 80px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.introduction-b {
  margin-top: 35px;
}
.introduction-li:nth-child(2n + 0) .introduction-img {
  float: left;
}
.introduction-li:hover .introduction-pos * {
  color: #fff;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.introduction-li:hover .introduction-ibj {
  opacity: 1;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.advantages-ul {
  margin-top: 75px;
}
.advantages-li {
  width: 100%;
  background: #fff;
  padding: 25px;
  cursor: pointer;
  margin-bottom: 10px;
}
.advantages-li:hover {
  color: #fff;
  background: #80c15d;
}
@media (max-width: 1600px) {
  .proinfo-df {
    padding: 40px;
  }
  .proinfo-e,
  .proinfo-f {
    margin-top: 25px;
  }
  .pjeint-swiper {
    margin-top: 40px;
  }
  .introduction-pos {
    padding: 0 40px;
  }
  .introduction-b {
    margin-top: 25px;
  }
}
@media (max-width: 1200px) {
  .introduction-li {
    height: 360px;
  }
  .introduction-img {
    width: 450px;
  }
  .introduction-txt {
    width: -webkit-calc(100% - 450px);
    width: -moz-calc(100% - 450px);
    width: calc(100% - 450px);
  }
}
@media (max-width: 1000px) {
  .proinfo-lt {
    width: 100%;
  }
  .proinfo-top:after {
    display: none;
  }
  .proinfo-rt {
    width: 100%;
  }
  .introduction-img {
    width: 100%;
    height: 400px;
  }
  .introduction-li {
    height: auto;
  }
  .introduction-txt {
    width: 100%;
  }
  .introduction-pos {
    position: relative;
    top: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    transform: initial;
    padding: 40px;
  }
}
@media (max-width: 750px) {
  .proinfo-b {
    bottom: .5rem;
    padding: 0 40px;
  }
  .proinfoB-prev,
  .proinfoB-next {
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    background-size: 12px auto;
  }
  .proinfo-df {
    padding: .5rem .4rem;
  }
  .proinfo-e,
  .proinfo-f {
    margin-top: .3rem;
  }
  .vd-swiper .pjeint-a3 {
    background-size: 1rem;
  }
  .introduction-ul {
    margin-top: .5rem;
  }
  .introduction-img {
    height: 4rem;
  }
  .introduction-pos {
    padding: .4rem;
  }
  .introduction-b {
    margin-top: .3rem;
  }
  .advantages-ul {
    margin-top: .5rem;
  }
  .advantages-li {
    padding: .2rem .3rem;
    ffont-size: .26rem;
    line-height: .4rem;
  }
}
/*解决方案详情*/
.solinfo-ac {
  padding-top: 130px;
  padding-bottom: 110px;
}
.solinfo-b {
  margin-top: 60px;
}
.solinfo-c {
  margin-top: 65px;
  width: 104.3%;
  overflow: hidden;
}
.solinfo-cli {
  width: 29.033%;
  float: left;
  height: 90px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  position: relative;
  color: #222;
  cursor: pointer;
  margin-right: 4.3%;
  margin-bottom: 25px;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.solinfo-c1 {
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  line-height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.solinfo-cli:hover {
  color: #fff;
  background: #0d70b9;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.highlights-swiper {
  margin-top: 60px;
}
.highlights-slide {
  height: 245px;
  padding: 0 40px;
  padding-top: 70px;
  text-align: center;
  color: #222;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
}
.highlights-slide:hover {
  color: #fff;
  background: url(../images/img09.jpg) no-repeat center;
  background-size: cover;
}
.packing {
  margin-top: 140px;
  position: relative;
}
.packing-div {
  padding: 0 100px;
  position: absolute;
  left: 0;
  top: 85px;
  width: 100%;
}
.packing-a {
  font-size: 28px;
  color: #fff;
}
.packing-a:after {
  background: #fff;
}
.packing-b {
  color: #fff;
  margin-top: 40px;
}
.sffgx {
  margin-top: 70px;
  /*margin-bottom: 50px;*/
}
.treatment {
  padding-top: 50px;
}
.treatment-txt {
  margin-top: 50px;
}
.monoblock-a {
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px);
  width: calc(100% - 140px);
}
.soinfo-sw {
  margin-top: 45px;
}
.advantages-lt {
  width: 300px;
}
.advantages-rt {
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: calc(100% - 320px);
  max-width: 1000px;
  float: right;
  text-align: left;
}
.advantages-ab {
  border: 1px solid #E5E5E5;
  margin-top: 40px;
  padding: 70px;
  background: initial;
}
.advantages-ab:first-child {
  margin-top: 0;
}
.advantages-a {
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.advantages-b {
  margin-top: 25px;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.advantages-ab:hover * {
  color: #fff;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.advantages-ab:hover {
  background: url(../images/img09.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 1600px) {
  .highlights-slide {
    padding: 50px 30px;
  }
  .advantages-ab {
    padding: 30px;
    margin-top: 30px;
  }
  .packing {
    margin-top: 100px;
  }
}
@media (max-width: 1200px) {
  .solinfo-c {
    width: 103%;
  }
  .solinfo-cli {
    width: 30.333%;
    margin-right: 3%;
  }
  .solinfo-c1 {
    font-size: 14px;
    line-height: 20px;
  }
  .packing-div {
    padding: 40px;
    top: 0;
  }
  .packing-b {
    margin-top: 20px;
  }
  .advantages-rt {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 750px) {
  .solinfo-ac {
    padding-top: 1rem;
    padding-bottom: .7rem;
  }
  .solinfo-b {
    margin-top: .4rem;
  }
  .solinfo-c {
    margin-top: .4rem;
    width: 100%;
  }
  .solinfo-cli {
    width: 100%;
    padding: .3rem;
    margin-bottom: .3rem;
    height: auto;
  }
  .solinfo-c1 {
    position: relative;
    top: initial;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    font-size: .26rem;
    line-height: .45rem;
  }
  .contacts-a {
    width: -webkit-calc(100% - 1.8rem);
    width: -moz-calc(100% - 1.8rem);
    width: calc(100% - 1.8rem);
  }
  .pjeint-swiper {
    margin-top: .4rem;
  }
  .highlights-swiper {
    margin-top: .5rem;
  }
  .highlights-slide {
    height: auto;
    min-height: 3rem;
    padding: .4rem;
  }
  .packing {
    margin-top: 1rem;
  }
  .packing-div {
    position: relative;
    top: initial;
    color: #222 !important;
    height: auto;
    padding: .4rem 0;
  }
  .packing-a {
    font-size: .34rem;
    line-height: .45rem;
    color: #222;
  }
  .packing-a:after {
    background: #80c15d;
  }
  .packing-b {
    color: #222;
    margin-top: .3rem;
  }
  .sffgx {
    margin-top: .3rem;
    /*margin-bottom: .4rem;*/
  }
  .treatment {
    padding-top: .6rem;
  }
  .treatment-txt {
    margin-top: .3rem;
  }
  .advantages-ab {
    padding: .4rem ;
  }
  .advantages-b {
    margin-top: .3rem;
  }
}
/*关于我们*/
.about-abbj {
  background-image: url(../images/img19.jpg);
}
.about-ab {
  overflow: hidden;
}
.about-b {
  width: -webkit-calc(100% - 420px);
  width: -moz-calc(100% - 420px);
  width: calc(100% - 420px);
  max-width: 870px;
  float: right;
  border-radius: 15px;
  overflow: hidden;
}
.about-a {
  width: 365px;
  padding-top: 70px;
  float: left;
}
.about-a2 {
  margin-top: 35px;
}
.about-cd {
  padding: 125px 0;
}
.about-d {
  margin-top: 40px;
}
.about-e {
  font-size: 0;
}
.about-g .introduction-li {
  height: 370px;
  background: #f5f5f5;
}
.about-g .introduction-img {
  width: 50%;
}
.about-g .introduction-txt {
  width: 50%;
}
.about-h {
  width: 65px;
  height: 30px;
  float: right;
}
.about-h1,
.about-h2 {
  width: 20px;
  height: 30px;
  margin-top: -15px;
  background: url(../images/ico16_1.png) no-repeat center;
  left: 0;
}
.about-h1:hover {
  background-image: url(../images/ico16_3.png);
}
.about-h2 {
  background-image: url(../images/ico16_2.png);
  left: initial;
  right: 0;
}
.about-h2:hover {
  background-image: url(../images/ico16_4.png);
}
.about-Hswiper {
  margin-top: 50px;
}
.about-Hslide {
  width: 100%;
  /*height: 300px;*/
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
}
.about-Fslide{background: none;}
.about-h5 {
  font-size: 200px;
  color: #eee;
  opacity: .3;
  text-align: center;
  line-height: 300px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-h6 {
  text-align: center;
  line-height: 300px;
  z-index: 2;
  padding: 0 15px;
}
.about-h7 {
  font-size: 20px;
  line-height: 36px;
  width: 100%;
  /*max-width: 330px;*/
  padding: 0 20px;
  /*position: absolute;
  top: 50%;
  left: 50%;*/
  z-index: 3;
  text-align: center;
  /*transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);*/
}
.about-h8 {
  /*height: 250px;*/
  padding: 15px;
  /*line-height: 220px;*/
  text-align: center;
  /*opacity: 0;*/
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.about-h8 img {
  -webkit-box-shadow: 0 0 15px #ddd;
  box-shadow: 0 0 15px #ddd;
}
.about-Hslide:hover .about-h8 {
  opacity: 1;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.about-h9{padding: 0px;  opacity: 10;}
.about-h10{top: 95%;}
/*.about-Hslide:hover .about-h7 {
  position: relative;
  top: initial;
  left: initial;
  -webkit-transform: initial;
  -moz-transform: initial;
  -ms-transform: initial;
  transform: initial;
  width: 100%;
  max-width: initial;
}*/
.about-Hslide:hover .about-h6 {
  display: none;
}
.about-ijk {
  height: 510px;
  padding-top: 220px;
}
.about-ijk li {
  width: 25%;
  float: left;
  text-align: center;
}
.about-ijk-ct {
  display: inline-block;
  text-align: center;
  color: #fff;
}
.about-i {
  height: 60px;
  line-height: 60px;
}
.about-i img {
  max-height: 100%;
}
.about-j {
  font-size: 50px;
  line-height: 1;
  margin-top: 20px;
}
.about-j .sp2 {
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  position: relative;
  top: -30px;
}
.about-k {
  margin-top: 5px;
  font-size: 20px;
  line-height: 36px;
}
.about-m {
  width: 100%;
  text-align: center;
}
.about-m:after {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: ranslateX(-50%);
}
.about-Lsw {
  margin-top: 60px;
}
.about-Lsd {
  height: 420px;
  overflow: hidden;
}
.about-l {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.about-n {
  width: 50%;
  float: left;
  border: 1px solid #e5e5e5;
  height: 420px;
  padding: 0 110px;
  padding-top: 65px;
}
.about-n1 {
  font-size: 30px;
}
.about-n2 {
  font-size: 20px;
}
.about-n3 {
  margin-top: 15px;
  margin-left: -30px;
}
.about-n4 {
  height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.about-n5 {
  text-align: right;
}
.about-Lsp {
  bottom: 80px !important;
  padding-left: -webkit-calc(50% + 100px);
  padding-left: -moz-calc(50% + 100px);
  padding-left: calc(50% + 100px);
  text-align: left;
}
.about-Lsp span {
  background: #e3e3e3;
  opacity: 1;
  width: 15px;
  height: 15px;
}
.about-Lsp span.swiper-pagination-bullet-active {
  background: #80c15d;
}
@media (max-width: 1600px) {
  .about-ijk {
    height: 700px;
    padding-top: 350px;
  }
  .about-n {
    padding: 60px;
  }
  .about-Lsp {
    padding-left: -webkit-calc(50% + 60px);
    padding-left: -moz-calc(50% + 60px);
    padding-left: calc(50% + 60px);
  }
  .about-cd {
    padding: 100px 0;
  }
}
@media (max-width: 1200px) {
  .about-a {
    padding-top: 0;
  }
  .about-g .introduction-li {
    height: 300px;
  }
  .about-h5 {
    font-size: 150px;
  }
  .about-h6 {
    display: none;
  }
  .about-h7 {
    font-size: 16px;
    line-height: 30px;
    padding: 0 35px;
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    transform: initial;
    width: 100%;
    max-width: initial;
  }
  /*.about-h8 {
    opacity: 1;
    height: 240px;
    line-height: 210px;
  }*/
  .about-j {
    font-size: 35px;
  }
  .about-j .sp2 {
    font-size: 26px;
    top: -15px;
  }
  .about-k {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .about-a {
    width: 100%;
  }
  .about-b {
    width: 100%;
    margin-top: 40px;
  }
  .about-g .introduction-li {
    height: 260px;
  }
  .about-n {
    padding: 40px;
  }
  .about-Lsd {
    height: 350px;
  }
  .about-n {
    height: 350px;
  }
  .about-Lsp {
    bottom: 40px !important;
  }
  .about-n1 {
    font-size: 24px;
  }
  .about-n2 {
    font-size: 16px;
    margin-top: 5px;
  }
}
@media (max-width: 750px) {
  .about-a {
    width: 100%;
  }
  .about-cd {
    padding: 1rem 0;
  }
  .about-d {
    margin-top: .4rem;
  }
  .about-g .introduction-li {
    height: auto;
    margin-top: .3rem;
  }
  .about-g .introduction-img {
    width: 100%;
    height: 3.5rem;
  }
  .about-g .introduction-txt {
    width: 100%;
    height: auto;
  }
  .introduction-ibj {
    position: relative;
  }
  .about-ijk {
    height: 9rem;
    padding-top: 3.5rem;
  }
  .about-ijk li {
    width: 50%;
    margin-bottom: .5rem;
  }
  .about-i {
    height: .7rem;
    line-height: .7rem;
  }
  .about-j {
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
  }
  .about-j .sp2 {
    font-size: .3rem;
    top: -0.15rem;
  }
  .about-k {
    font-size: 14px;
    line-height: 28px;
  }
  .about-Hswiper {
    margin-top: .5rem;
  }
  .about-Lsw {
    margin-top: .5rem;
  }
  .about-Lsd {
    height: auto;
  }
  .about-l {
    width: 100%;
    height: 4rem;
  }
  .about-n {
    width: 100%;
    height: auto;
    padding: .4rem;
  }
  .about-n1 {
    font-size: .3rem;
  }
  .about-n2 {
    font-size: .26rem;
  }
  .about-n3 {
    margin-left: 0;
  }
  .about-n4 {
    line-height: .4rem;
    height: 2.4rem;
  }
  .about-Lsp {
    bottom: 0 !important;
    padding: 0;
    text-align: center;
  }
  .about-Lsw {
    padding-bottom: .8rem;
  }
  .about-Lsp span {
    width: 10px;
    height: 10px;
  }
}
/*首页*/
/*banner*/
.ban-swiper {
  width: 100%;
  height: 1000px;
  max-height: -webkit-calc(100vh - 100px);
  max-height: -moz-calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.ban-slide-bj {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
}
.ban-slide.swiper-slide-active .ban-slide-bj {
  -moz-transform: scale(1.05);
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transition: all linear 5s;
  transition: all linear 5s;
  -webkit-transition: all linear 5s;
}
.ban-video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.ban-div {
  padding-top: 260px;
  color: #fff;
  position: relative;
  z-index: 2;
  left: 20px;
  opacity: 0;
}
.ban-slide.swiper-slide-active .ban-div {
  left: 0;
  opacity: 1;
  -moz-transition: all .5s .3s;
  transition: all .5s .3s;
  -webkit-transition: all .5s .3s;
}
.ban-div-a {
  font-size: 40px;
  line-height: 55px;
  max-width: 50%;
}
.ban-div-b {
  border-radius: 0;
  margin-top: 80px;
}
.ban-div-b:hover {
  color: #fff;
}
.idx-ban-bj {
  height: 0;
  position: relative;
  z-index: 3;
}
.idx-ban {
  position: absolute;
  right: 0;
  bottom: 60px;
}
.idx-ban > div {
  display: inline-block;
  margin: 0 5px;
  font-size: 34px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
}
.idx-ban-d2,
.idx-ban-d3 {
  min-width: 50px;
}
.idx-ban-d1,
.idx-ban-d4 {
  line-height: 25px;
  position: relative;
  top: -2px;
}
@media (max-width: 1600px) {
  .ban-swiper {
    height: 700px;
    max-height: -webkit-calc(100vh - 70px);
    max-height: -moz-calc(100vh - 70px);
    max-height: calc(100vh - 70px);
  }
  .ban-div {
    padding-top: 200px;
  }
  .ban-div-b {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .ban-video {
    display: none;
  }
  .ban-swiper {
    height: 600px;
  }
  .ban-ab {
    bottom: 20px;
  }
  .ban-div-a {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1000px) {
  .ban-swiper {
    height: 450px;
  }
  .ban-div {
    padding-top: 150px;
  }
}
@media (max-width: 750px) {
  .ban-swiper {
    height: -webkit-calc(100vh - 1rem);
    height: -moz-calc(100vh - 1rem);
    height: calc(100vh - 1rem);
    max-height: initial;
  }
  .ban-ab {
    bottom: 10px;
  }
  .ban-div {
    padding-top: rem;
  }
  .ban-div-a {
    max-width: 80%;
    font-size: .38rem;
    line-height: .5rem;
  }
  .idx-ban {
    bottom: .5rem;
  }
  .idx-ban > div {
    font-size: .3rem;
    line-height: .35rem;
    height: .35rem;
    margin: 0;
  }
  .idx-ban-d2,
  .idx-ban-d3 {
    min-width: .6rem;
  }
  .idx-ban > div {
    width: .2rem;
    top: -1px;
  }
}
.iabt-a {
  padding-top: 0;
}
.iabt-a3 {
  margin-top: 100px;
}
.ipro {
  padding-top: 130px;
  padding-bottom: 70px;
}
.ipro-swiper {
  width: -webkit-calc(100% + 15px);
  width: -moz-calc(100% + 15px);
  width: calc(100% + 15px);
  padding-right: 15px;
}
.ipro-cnt {
  margin-top: 40px;
  text-align: center;
}
.ipro-mr {
  font-size: 16px;
  display: inline-block;
}
.ipro-mr:hover {
  color: #0d70b9;
}
.customer {
  padding-top: 130px;
  padding-bottom: 110px;
}
.customer-tit {
  width: 100%;
  text-align: center;
}
.customer-tit:after {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.customer-swiper {
  padding-top: 60px;
  padding-bottom: 110px;
  overflow: hidden;
}
.customer-slide {
  border: 1px solid #E5E5E5;
  height: 200px;
  background: #fff;
  overflow: hidden;
}
.customer-a {
  width: 100%;
  height: 200px;
  padding: 20px;
  line-height: 160px;
  text-align: center;
  font-size: 0;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.customer-a img {
  max-width: 100%;
}
.customer-b {
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.customer-slide:hover .customer-a {
  height: 130px;
  line-height: 90px;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.customer-slide:hover {
  -webkit-box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px #eee;
  z-index: 3;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.customer-span > span {
  width: 12px;
  height: 12px;
  background: #e3e3e3;
  opacity: 1;
}
.customer-span > span.swiper-pagination-bullet-active {
  background: #80c15d;
}
.inws {
  padding-top: 160px;
  padding-bottom: 110px;
}
.inws-b {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  max-width: 680px;
  float: right;
}
.inws-b2 {
  margin-top: 45px;
}
.inws-b2:hover {
  color: #fff;
}
.inws-c {
  margin-top: 100px;
}
@media (max-width: 1600px) {
  .iabt-a3 {
    margin-top: 40px;
  }
  .ipro {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .customer {
    padding: 100px 0;
  }
  .inws {
    padding: 100px 0;
  }
}
@media (max-width: 750px) {
  .about-a2,
  .iabt-a3 {
    margin-top: .3rem;
  }
  .ipro {
    padding: 1rem 0;
  }
  /*.ipro-swiper{
		width: 80%;
		margin-left: 10%;
	}*/
  .ipro-cnt {
    margin-top: .3rem;
  }
  .ipro-mr {
    font-size: .28rem;
  }
  .customer {
    padding: 1rem 0;
  }
  .customer-swiper {
    padding-top: .5rem;
    padding-bottom: 1rem;
  }
  .customer-slide {
    height: 3rem;
  }
  .customer-a {
    height: 3rem;
    padding: .2rem;
    line-height: 2.6rem;
  }
  .customer-b {
    padding: 0 .2rem;
    text-align: center;
    font-size: .24rem;
    line-height: .35rem;
  }
  .customer-slide:hover .customer-a {
    height: 1.8rem;
    line-height: 1.4rem;
  }
  .customer-span > span {
    width: 8px;
    height: 8px;
  }
  .inws {
    padding: 1rem 0;
  }
  .inws-b {
    width: 100%;
    margin-top: .3rem;
  }
  .inws-b2 {
    margin-top: .3rem;
  }
  .inws-c {
    margin-top: .5rem;
  }
  .inws-c .news-li:nth-child(3) {
    display: none;
  }
}
.isol {
  position: relative;
}
.isol-swiper {
  width: 100%;
}
.isol-slide {
  height: 860px;
}
.isol-ac {
  float: right;
  color: #fff;
  max-width: 460px;
}
.isol-a {
  padding-top: 160px;
}
.isol-b {
  margin-top: 30px;
  min-height: 140px;
  color: #fff;
}
.isol-c {
  display: inline-block;
  width: 180px;
  height: 140px;
  background: #80c15d url(../images/ico07_2.png) no-repeat 120px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  padding-left: 30px;
  padding-top: 90px;
  margin-top: 60px;
  border-radius: 15px;
}
.isol-c:hover {
  color: #fff;
  opacity: .8;
}
.isol-d {
  height: 0;
  position: relative;
  z-index: 3;
}
.isol-d1 {
  color: #fff;
  position: absolute;
  left: 0;
  top: 165px;
}
.isol-d1:after {
  background: #fff;
}
.isol-ebj {
  height: 0;
  position: relative;
  z-index: 4;
}
.isol-e {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 95px;
  height: 85px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.isol-e1 {
  width: 50%;
}
.isol-e1:last-child {
  width: initial;
}
.isol-e1 > div {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  line-height: 25px;
  padding-top: 60px;
  position: relative;
  white-space: nowrap;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.isol-e1 > div {
  position: relative;
}
.isol-e1 > div:after {
  content: '';
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.isol-e1 > div:hover {
  font-weight: bold;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.isol-e1 > div:hover:after {
  width: 100%;
  left: 0;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.isol-e1 > div.on {
  font-weight: bold;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.isol-e1 > div.on:after {
  width: 100%;
  left: 0;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
@media (max-width: 1600px) {
  .isol-slide {
    height: 700px;
  }
  .isol-a {
    padding-top: 60px;
  }
  .isol-d1 {
    top: 65px;
  }
  .isol-e {
    bottom: 40px;
  }
}
@media (max-width: 1000px) {
  .isol-b {
    min-height: auto;
  }
  .isol-e1 > div {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .isol-ebj {
    display: none;
  }
  .isol-a {
    padding-top: 2rem;
  }
  .isol-b {
    margin-top: .3rem;
  }
  .isol-c {
    margin-top: .4rem;
    width: 2rem;
    height: 1.6rem;
    padding-left: .3rem;
    font-size: .24rem;
    line-height: .3rem;
    padding-top: 1rem;
    background-position: 1.5rem .3rem;
    background-size: .35rem;
  }
  .isol-d1 {
    top: .8rem;
  }
  .isol-slide {
    height: 10rem;
  }
}
.iser {
  padding-top: 100px;
  padding-bottom: 80px;
}
.iser-tit {
  color: #fff;
}
.iser-tit:after {
  background: #fff;
}
.iser-swiper {
  margin-top: 70px;
}
.iser-slide {
  height: 435px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  overflow: hidden;
}
.iser-rt {
  width: 50%;
  height: 100%;
  float: right;
  position: relative;
  overflow: hidden;
}
.iser-lt {
  width: 50%;
  float: left;
  height: 435px;
  padding: 80px 70px 0 90px;
  color: #222;
  position: relative;
}
.iser-a {
  font-size: 28px;
  line-height: 35px;
}
.iser-b {
  margin-top: 20px;
  min-height: 150px;
}
.iser-c {
  margin-top: 35px;
  opacity: .6;
}
.iser-d,
.iser-e {
  width: 60px;
  height: 60px;
  background: #fff url(../images/ico24_1.png) no-repeat center;
  position: absolute;
  bottom: 0;
  right: 62px;
  cursor: pointer;
}
.iser-e {
  background-image: url(../images/ico24_2.png);
  right: 0;
}
.iser-d:hover,
.iser-e:hover {
  opacity: .8;
}
.iser-mr {
  color: #fff;
  margin-top: 30px;
}
@media (max-width: 1450px) {
  .iser-lt {
    padding: 40px;
  }
  .iser-a {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .iser-slide,
  .iser-lt {
    height: 360px;
  }
  .iser-a {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 750px) {
  .iser {
    padding: 1rem 0;
  }
  .iser-swiper {
    margin-top: .5rem;
  }
  .iser-slide {
    height: auto;
  }
  .iser-rt {
    width: 100%;
    height: 4rem;
  }
  .iser-lt {
    width: 100%;
    padding: .4rem;
    padding-bottom: .8rem;
    min-height: 4rem;
    height: auto;
  }
  .iser-a {
    font-size: .3rem;
    line-height: .45rem;
  }
  .iser-b {
    min-height: auto;
    margin-top: .2rem;
  }
  .iser-c {
    width: .4rem;
    margin-top: .2rem;
  }
  .iser-d,
  .iser-e {
    width: .6rem;
    height: .6rem;
    right: .9rem;
  }
  .iser-e {
    right: .25rem;
  }
  .iser-mr {
    margin-top: .4rem;
  }
}
.ipjt {
  padding-top: 110px;
  padding-bottom: 160px;
}
.ipjt-swiper {
  margin-top: 80px;
  width: -webkit-calc(100% + 520px);
  width: -moz-calc(100% + 520px);
  width: calc(100% + 520px);
  margin-left: -260px;
  padding: 0 260px;
}
.ipjt-slide {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  background: #f2f2f2;
}
.ipjt-lt {
  width: 50%;
  float: left;
}
.ipjt-a {
  position: relative;
  overflow: hidden;
}
.ipjt-a > i {
  background: rgba(16, 116, 191, 0.3);
  z-index: 3;
}
.ipjt-b {
  height: 120px;
  background: #fff;
  text-align: center;
  padding-top: 45px;
  opacity: 0;
}
.ipjt-b1 {
  font-size: 18px;
  color: #ccc;
}
.ipjt-b2 {
  font-size: 16px;
  color: #ccc;
}
.ipjt-rt {
  width: 50%;
  height: 100%;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
}
.ipjt-cf {
  position: relative;
  overflow: hidden;
}
.ipjt-cfct {
  padding: 60px 90px;
  z-index: 3;
}
.ipjt-d {
  font-size: 28px;
  line-height: 35px;
  margin-top: 60px;
  min-height: 200px;
  color: #fff;
}
.ipjt-e {
  border: 1px solid #fff;
  margin-top: 20px;
}
.ipjt-e:hover {
  color: #fff;
}
.ipjt-f {
  text-align: right;
  margin-top: 10px;
}
.ipjt-jk {
  height: 120px;
  overflow: hidden;
}
.ipjt-jk > div {
  width: 50%;
  height: 100%;
  float: left;
  cursor: pointer;
}
.ipjt-jk > div:hover {
  opacity: .9;
}
.ipjt-j {
  background: #1163a1 url(../images/ico26_1.png) no-repeat center;
}
.ipjt-k {
  background: #0e5d98 url(../images/ico26_2.png) no-repeat center;
}
.ipjt-slide.swiper-slide-active .ipjt-b {
  opacity: 1;
}
.ipjt-slide.swiper-slide-active .ipjt-rt {
  opacity: 1;
}
@media (max-width: 1600px) {
  .ipjt-cfct {
    padding: 50px;
  }
  .ipjt-d {
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
  }
  .ipjt-b {
    height: 80px;
    padding-top: 25px;
  }
  .ipjt-jk {
    height: 80px;
  }
  .ipjt {
    padding: 100px 0;
  }
  .ipjt-swiper {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .ipjt-cfct {
    padding: 40px;
  }
  .ipjt-d {
    font-size: 18px;
    line-height: 25px;
    min-height: initial;
    min-height: 100px;
  }
}
@media (max-width: 1000px) {
  .ipjt-c {
    width: 20px;
  }
  .ipjt-cfct {
    padding: 30px;
  }
  .ipjt-d {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
  }
  .ipjt-f img {
    width: 20px;
  }
}
@media (max-width: 750px) {
  .ipjt {
    padding: 1rem 0;
    width: 80%;
  }
  .ipjt-swiper {
    margin-top: .5rem;
  }
  .ipjt-lt {
    width: 100%;
  }
  .ipjt-rt {
    width: 100%;
    height: 100%;
    top: initial;
    bottom: 0;
  }
  .ipjt-lt:nth-child(2n + 0) {
    display: none;
  }
  .ipjt-cfct {
    padding: .4rem;
  }
  .ipjt-d {
    font-size: .26rem;
    line-height: .45rem;
    margin-top: .2rem;
  }
  .ipjt-e {
    margin-top: .2rem;
  }
  .ipjt-b {
    height: .8rem;
    opacity: 0 !important;
  }
  .ipjt-jk {
    height: .8rem;
  }
}


.m-page {
    text-align:right
}
.m-page a, .m-page span {
    display:inline-block;
    vertical-align:bottom;
    width:32px;
    height:32px;
    line-height:32px;
    border:1px solid #444;
    text-align:center;
    font-size:14px;
    margin:0 3px
}
.m-page span.current {
    background:#3962ad;
    color:#fff
}
.m-page a:first-child, .m-page span:first-child {
    margin-top:40px
}
.m-page a {
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s
}
.m-page a:hover {
    background:#3962ad;
    color:#fff
}
.cbtn{
  display: block;
  width: 200px;
  padding: 15px 0;
  background: #80c15d;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
  transition: 0.3s ease;
}
.cbtn:hover{
  background: #000;
}

.service-page h2.title {
        font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #312e2e;
    text-align: center;
}
.service-page .service-1 {
    padding: 100px 0 50px;
}
.service-page .service-1 .list {
    margin-top: 35px;
}
.service-page .service-1 .list ul {
    margin: -10px;
}
.service-page .service-1 .list ul li {
    padding: 40px;
}
.service-page .service-1 .list ul li img {
    width: 100%;
}
.service-page .service-1 .list ul li p {
    margin-top: 22px;
    font-size: 16px;
    line-height: 30px;
    color: #6a6868;
}
.service-page .service-2 {
    padding: 100px 0 50px;
}
.service-page .service-2 img {
    width: 100%;
}
.service-page .service-2 .box {
    position: relative;
}
.service-page .service-2 .box .box2 {
    position: absolute;
    left: 5%;
    bottom: 5%;
    width: 55%;
    color: white;
}
.service-page .service-2 .box .box2 h4 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}
.service-page .service-2 .box .box2 .text {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 25px;
    color: white;
}
.service-page .service-3 .box{
    margin-top: 60px;
}
.service-page .service-3 .box .left {
    vertical-align: middle;
}
.service-page .service-3 .box .left img {
    width: 100%;
}
.service-page .service-3 .box .right {
    vertical-align: middle;
    padding: 0 5%;
}
.service-page .service-3 .box .right .text {
    font-size: 24px;
    line-height: 1.4;
    color:#312e2e;
}
.youshi{
      font-size: 16px!important;
    line-height: 30px!important;
    color: #312e2e;
}

@media screen and (max-width: 500px) {
    .service-page h2.title,
    .service-page .service-2 .box .box2 h4 {
        font-size: 24px;
    }
    .service-page .service-1 {
        padding: 20px 0;
    }
    .service-page .service-2 .box .box2 {
        position: static;
        margin-top: 20px;
        width: 100%;
        color: black;
    }
    .service-page .service-2 .box .box2 .text,.service-page .service-3 .box .right .text {
        color: inherit;
        font-size: 16px;
    }
    .service-page .service-3 .box .right {
        padding: 15px 0;
    }
}


/* end */

.news-efbj .ui.container,.projects .ui.container{width: 1300px;font-size: 38px;line-height: 1.4;}

@media screen and (max-width: 1300px) {
  .news-efbj .ui.container,.projects .ui.container{width: 1200px;}
}

@media screen and (max-width: 1200px) {
  .news-efbj .ui.container,.projects .ui.container{width: 1000px;}
}

@media screen and (max-width: 1000px) {
  .news-efbj .ui.container,.projects .ui.container{width: 700px;}
}

@media screen and (max-width: 700px) {
  .news-efbj .ui.container,.projects .ui.container{width: 100%;}
}



.fack.container{
  max-width: 1300px;
}