.page-index .banner-box {
  width: 100%;
  height: 590px;
  background: blue;
}
.page-index .banner-box .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  border: 1px solid #fff;
}
.page-index .banner-box .swiper-pagination-bullet-active {
  background: #fff;
}
.page-index .banner-box .swiper-slide {
  text-align: center;
}
.page-index .banner-box .swiper-slide a {
  display: block;
  height: 594px;
  background-size: 100%;
}
.page-index .banner-box .swiper-slide img {
  height: 100%;
  margin: 0 auto;
}
.page-index .hot-new {
  margin-top: -1px;
  background: #000;
  height: 111px;
  line-height: 42px;
}
.page-index .hot-new .layout {
  position: relative;
  display: flex;
}
.page-index .hot-new .layout .xian {
  position: absolute;
  width: 1px;
  height: 50px;
  left: 599.5px;
  top: 34px;
  background: rgba(255, 255, 255, 0.32);
}
.page-index .hot-new .layout .item {
  text-align: center;
  width: 45%;
  margin: 0 2.5%;
  margin-top: 15px;
}
.page-index .hot-new .layout .item h3 {
  font-size: 16px;
  color: #ffffff;
}
.page-index .hot-new .layout .item p {
  font-size: 14px;
  font-weight: 100;
  color: #ffffff;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-index .Solution {
  margin-top: 69px;
}
.page-index .Solution .content {
  margin-top: 50px;
  display: flex;
}
.page-index .Solution .content .left {
  margin-right: 59px;
  border-right: 1px solid #B8E0C4;
}
.page-index .Solution .content .left .item {
  cursor: pointer;
  width: 156px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 10px;
  transition: all 0.2s;
}
.page-index .Solution .content .left .item:hover {
  background: rgba(19, 152, 59, 0.5);
  color: #fff;
}
.page-index .Solution .content .left .item.active {
  background: #13983b;
  color: #fff;
}
.page-index .Solution .content .right {
  width: 945px;
  height: 425px;
  position: relative;
}
.page-index .Solution .content .right .item {
  display: none;
}
.page-index .Solution .content .right .item.active {
  display: block;
}
.page-index .Solution .content .right .title {
  font-size: 25px;
  font-weight: 500;
  color: #333333;
}
.page-index .Solution .content .right p {
  width: 548px;
  line-height: 40px;
  margin-top: 10px;
  font-weight: 300;
}
.page-index .Solution .content .right img {
  width: 400px;
  height: 430px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.page-index .Solution .content .right .index-common-more-btn {
  position: absolute;
  bottom: 93px;
  left: 0px;
}
.page-index .product {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F7F7F7;
}
.page-index .product .content .tabs {
  margin-top: 56px;
  text-align: center;
}
.page-index .product .content .tabs a {
  cursor: pointer;
  margin-right: -6px;
  display: inline-block;
  border: 1px solid #13983b;
  width: 125px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  font-size: 14px;
  color: #333333;
  transition: all 0.2s;
}
.page-index .product .content .tabs a:hover {
  color: #fff;
  background: rgba(19, 152, 59, 0.5);
}
.page-index .product .content .tabs a.active {
  color: #fff;
  background: #13983b;
}
.page-index .product .content .tabs a:first-child {
  border-radius: 28px 0px 0px 28px;
}
.page-index .product .content .tabs a:nth-child(2) {
  border-right: none;
}
.page-index .product .content .tabs a:last-child {
  border-radius: 0px 28px 28px 0px;
}
.page-index .product .content .tabs-content {
  margin-top: 45px;
}
.page-index .product .content .tabs-content .wrap {
  display: none;
  margin-left: -73px;
}
.page-index .product .content .tabs-content .wrap.active {
  display: flex;
  flex-wrap: wrap;
}
.page-index .product .content .tabs-content .item {
  margin-bottom: 61px;
  text-align: center;
  margin-left: 73px;
  background: #fff;
  padding-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(190, 195, 233, 0.35);
}
.page-index .product .content .tabs-content .item .img-box {
  width: 350px;
  height: 280px;
  overflow: hidden;
}
.page-index .product .content .tabs-content .item .img-box img {
  width: 350px;
  height: 280px;
  transition: all 0.2s;
}
.page-index .product .content .tabs-content .item .img-box img:hover {
  transform: scale(1.1);
}
.page-index .product .content .tabs-content .item h4 {
  font-weight: 400;
  margin-top: 18px;
  font-size: 16px;
  color: #333333;
  height:22px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
  width: 330px;
  padding:0 10px;
}
.page-index .product .content .tabs-content .item p {
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
}
.page-index .product .content .index-common-more-btn {
  margin: 0 auto;
}
.page-index .news {
  margin-top: 104px;
}
.page-index .news .content {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.page-index .news .content .left {
  width: 550px;
}
.page-index .news .content .left img {
  width: 550px;
  height: 270px;
}
.page-index .news .content .left h4 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 14px;
  height:24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
.page-index .news .content .left p {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
}
.page-index .news .content .left .index-common-more-btn {
  margin-top: 32px;
}
.page-index .news .content .right {
  width: 550px;
}
.page-index .news .content .right .item {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #CECECE;
}
.page-index .news .content .right .item:last-child {
  border-bottom: none;
}
.page-index .news .content .right .item h4 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  height:24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
.page-index .news .content .right .item p {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}
.page-index .news .content .right .item .time {
  font-weight: 300;
  color: #666666;
  text-align: right;
}
.page-index .case {
  margin-top: 50px;
}
.page-index .case .content {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-index .case .content img {
  width: 200px;
  height: 160px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.page-index .ywzx {
  margin-top: 70px;
  height: 419px;
  background: url(../img/ywzx-bg.png) no-repeat top;
  background-size: cover;
}
.page-index .ywzx .index-common-title {
  padding-top: 55px;
  margin-bottom: 126px;
}
.page-index .ywzx .index-common-title h3,
.page-index .ywzx .index-common-title p {
  color: #fff;
}
.page-index .ywzx .content .zx-btn {
  cursor: pointer;
  margin: 0 auto;
  width: 169px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  background: url(../img/ywzx-btn-bg.png) 100% 100% no-repeat;
}
.page-case {
  background: #F7F7F7;
}
.page-case .banner {
  height: 530px;
  background: url('../img/bg_hezuo.png') no-repeat center top;
  background-size: cover;
}
.page-case .content {
  margin-top: 40px;
  margin-bottom: 155px;
  display: flex;
}
.page-case .content .left {
  width: 240px;
  height: 340px;
  border-left: 2px solid #CCCCCC;
}
.page-case .content .left .item {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  color: #969696;
  padding-left: 20px;
  margin-left: -2px;
  margin-bottom: 10px;
}
.page-case .content .left .item.active {
  color: #000;
  border-left: 2px solid #13983B;
}
.page-case .content .right {
  width: 900px;
  padding: 25px;
  background: #fff;
}
.page-case .content .right .title {
  background: url(../img/case-title.png) no-repeat center top;
  background-size: contain ;
  width: 161px;
  height: 68px;
  margin-left: -44px;
}
.page-case .content .right .list .wrap {
  display: none;
  flex-wrap: wrap;
}
.page-case .content .right .list .wrap.active {
  display: flex;
}
.page-case .content .right .list img {
  width: 200px;
  height: 160px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.page-news .banner {
  height: 530px;
  background: url('../img/bg_xinwen.png') no-repeat center top;
  background-size: cover;
}
.page-news .banner .layout {
  z-index: 2;
  position: relative;
}
.page-news .banner .layout .video-btn {
  position: absolute;
  right: 100px;
  top: 250px;
  background-size: contain;
}
.page-news .content .search {
  display: flex;
  margin-top: 40px;
  margin-bottom: 50px;
}
.page-news .content .search .select {
  margin-top: 15px;
}
.page-news .content .search .search-box {
  margin-right: 33px;
}
.page-news .content .search .search-box .search-input {
  padding: 10px 0px;
  text-indent: 30px;
  font-size: 18px;
  width: 200px;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  display: inline-block;
  background: url(../img/news-search.png) no-repeat 10px;
  background-size: 15px;
}
.page-news .content .search .search-box .search-input::-webkit-input-placeholder {
  color: #CCCCCC;
}
.page-news .content .search .search-box .search-btn {
  cursor: pointer;
  width: 60px;
  height: 29px;
  background: #3b88fe;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 29px;
}
.page-news .content .search .select label {
  margin-right: 30px;
  font-size: 16px;
}
.page-news .content .search .select label input {
  vertical-align: 1px;
  margin-right: 5px;
}
.page-news .content .list .item {
  display: flex;
  margin-bottom: 20px;
  background: #F7F7F7;
  padding: 38px 0px;
}
.page-news .content .list .item .left {
  padding-left: 32px;
  margin-top: 9px;
}
.page-news .content .list .item .left img {
  width: 140px;
  height: 90px;
}
.page-news .content .list .item .center {
  width: 795px;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #CCCCCC;
}
.page-news .content .list .item .center h3 {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.page-news .content .list .item .center p {
  font-size: 16px;
  color: #666666;
  font-weight: 300;
  line-height: 28px;
}
.page-news .content .list .item .right {
  font-weight: 300;
  margin-left: 68px;
  margin-top: 50px;
  color: #666666;
}
.page-product {
  background: #F7F7F7;
}
.page-product .banner {
  height: 530px;
  background: url('../img/bg_changping.png') no-repeat center top;
  background-size: cover;
}
.page-product .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -110px;
  margin-bottom: 40px;
  width: 1100px;
}
.page-product .nav .item {
  cursor: pointer;
  text-align: center;
  position: relative;
}
.page-product .nav .item img {
  width: 200px;
  height: 200px;
}
.page-product .nav .item.active p {
  background: #13983B;
  color: #fff;
}
.page-product .nav .item.active .jt {
  display: block;
}
.page-product .nav .item p {
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background: #ffffff;
  border-radius: 6px;
  margin: 0 auto;
  position: absolute;
  top: 147px;
  left: 20px;
}
.page-product .nav .item .jt {
  display: none;
  position: absolute;
  bottom: -40px;
  left: 68px;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #fff;
}
.page-product .content {
  padding: 50px;
  background: #fff;
  width: 1100px;
}
.page-product .content .title {
  text-align: center;
  margin-bottom: 60px;
}
.page-product .content .title h3 {
  font-size: 32px;
  color: #333333;
}
.page-product .content .title p {
  line-height: 36px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.page-product .content .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}
.page-product .content .list .item {
  text-align: center;
  margin-bottom: 30px;
  margin-left: 40px;
}
.page-product .content .list .item img {
  width: 245px;
  height: 196px;
  border-radius: 8px;
}
.page-product .content .list .item p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.page-product .product-case {
  padding: 50px;
  background: #fff;
  margin-top: 17px;
  margin-bottom: 100px;
  width: 1100px;
}
.page-product .product-case h3 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.page-product .product-case .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-product .product-case .list .item {
  position: relative;
  width: 324px;
  height: 172px;
}
.page-product .product-case .list .item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.page-product .product-case .list .item p {
  font-size: 12px;
  width: 165px;
  height: 36px;
  line-height: 27px;
  text-indent: 13px;
  position: absolute;
  bottom: 15px;
  left: -10px;
  background: url(../img/product-case.png) no-repeat center;
  background-size: 100%;
}
.page-solution {
  background: #F7F7F7;
}
.page-solution .banner {
  height: 583px;
  background: url('../img/bg_jiejuefangan.png') no-repeat center top;
  background-size: cover;
}
.page-solution .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  cursor: pointer;
  width: 1000px;
  margin-top: 5px;
}
.page-solution .nav .item {
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  color: #666660;
  background: #fff;
}
.page-solution .nav .item.active {
  background: #13983b;
  color: #fff;
}
.page-solution .content {
  position: relative;
  padding: 35px;
  background: #fff;
  width: 880px;
  padding: 60px;
}
.page-solution .content .xiazai {
  position: absolute;
  right: -9px;
  top: 34px;
  width: 106px;
  height: 48px;
  line-height: 56px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background: url(../img/solution-xiazai2.png) no-repeat center;
  background-size: 100%;
}
.page-solution .content .xiazai img {
  width: 17px;
  height: 16px;
}
.page-solution .content .title {
  text-align: center;
}
.page-solution .content .title h3 {
  font-size: 32px;
}
.page-solution .content .item {
  margin-bottom: 100px;
  text-align: center;
}
.page-solution .content .item h3 {
  font-size: 24px;
  color: #333333;
  text-align: left;
}
.page-solution .content .item h3:before {
  display: block;
  content: "";
  width: 26px;
  height: 6px;
  margin-bottom: 12px;
  background: #13983b;
}
.page-solution .content .item p {
  text-align: left;
  margin-top: 16px;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}
.page-solution .content .item img {
  width: 100%;
  margin-top: 60px;
}
.page-solution .layer-box {
  display: none;
}
.page-solution .layer-box iframe {
  width: 100%;
  height: 180px;
}
.page-about {
  background: #F7F7F7;
}
.page-about .banner {
  height: 530px;
  background: url('../img/bg_guanyuwomen.png') no-repeat center top;
  background-size: cover;
}
.page-about .banner .layout {
  z-index: 2;
  position: relative;
}
.page-about .banner .layout .video-btn {
  position: absolute;
  right: 100px;
  top: 275px;
  background-size: contain;
}
.page-about .nav {
  margin-top: -48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.page-about .nav .item {
  width: 310px;
  height: 108px;
  background: #ffffff;
  box-shadow: 0px 2px 11px 0px rgba(64, 109, 229, 0.04);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
}
.page-about .nav .item h3 {
  color: #fff;
  font-size: 24px;
  width: 24px;
  height: 65px;
  background: #1e7bff;
  border-radius: 5px 5px 0px 0px;
  padding: 12.5px;
  margin-top: 18px;
  margin-left: 18px;
  margin-right: 28px;
}
.page-about .nav .item p {
  margin-top: 35px;
  color: #333;
  font-weight: 500;
  line-height: 26px;
}
.page-about .content {
  padding: 25px;
  padding-bottom: 80px;
  margin-top: 30px;
  box-shadow: 0px 2px 11px 0px rgba(64, 109, 229, 0.04);
  border-radius: 8px;
  background: url(../img/about6.png) no-repeat center 55px;
  background-size: 100% 100%;
  background-color: #fff;
  width: 1150px;
}
.page-about .content .title {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  margin: 40px 0px;
  margin-top: 20px;
}
.page-about .content .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.page-about .content .list .item {
  text-align: center;
}
.page-about .content .list .item img {
  width: 66px;
  height: 66px;
}
.page-about .content .list .item h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0px;
}
.page-about .content .list .item p {
  color: #1e7bff;
  font-size: 32px;
}
.page-about .content .text {
  text-align: center;
  width: 89%;
  margin: 0 auto;
}
.page-about .content .text h3 {
  font-size: 32px;
  font-weight: 300;
  margin: 30px 0px;
}
.page-about .content .text p {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  line-height: 42px;
}
.page-about .ywzx {
  margin-top: 70px;
  height: 319px;
  background: url(../img/ywzx-bg.png) no-repeat center;
  background-size: cover;
}
.page-about .ywzx .index-common-title {
  padding-top: 55px;
}
.page-about .ywzx .index-common-title h3,
.page-about .ywzx .index-common-title p {
  color: #fff;
}
.page-about .ywzx .wrap .zx-btn {
  cursor: pointer;
  margin: 0 auto;
  margin-top: 70px;
  width: 169px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: url(../img/ywzx-btn-bg.png) 100% 100% no-repeat;
}
.page-about .ywzx .wrap .zx-btn a {
  color: #fff;
}
.page-product-detail .banner {
  height: 595px;
  width: 100%;
}
.page-product-detail .banner .layout {
  position: relative;
  height: 100%;
}
.page-product-detail .banner .layout .btn {
  position: absolute;
  bottom: 35px;
}
.page-product-detail .banner .layout .btn a {
  cursor: pointer;
  width: 182px;
  height: 60px;
  display: inline-block;
  margin-right: 5px;
}
.page-product-detail .banner .layout .btn a.pdf-download {
  background: url(../img/product-detail-xiazai.png) no-repeat center;
  background-size: 100%;
}
.page-product-detail .banner .layout .btn a.caigou-download {
  background: url(../img/product-detail-caigou.png) no-repeat center;
  background-size: 100%;
}
.page-product-detail .banner .layout .btn p {
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  margin-top: 15px;
}
.page-product-detail .content {
  text-align: center;
}
.page-product-detail .content img {
  width: 100%;
}
.page-product-detail .layer-box-pdf {
  display: none;
}
.page-product-detail .layer-box-pdf iframe {
  width: 100%;
  height: 180px;
}
.page-product-detail .layer-box-caigou {
  display: none;
}
.page-product-detail .layer-box-caigou .layui-tab-title li {
  color: #999999;
  font-size: 16px;
}
.page-product-detail .layer-box-caigou .layui-tab-title li.layui-this {
  color: #3196FF;
}
.page-product-detail .layer-box-caigou .layui-tab-title li.layui-this:after {
  border-bottom: 2px solid #3196FF;
}
.page-product-detail .layer-box-caigou .layui-tab-content {
  padding: 0px;
}
.page-product-detail .layer-box-caigou .layui-tab-item {
  max-height: 430px;
  overflow: auto;
}
.page-product-detail .layer-box-caigou .layui-tab-item .list-item {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: left;
  border-radius: 7px;
  overflow: hidden;
  margin-top: 15px;
}
.page-product-detail .layer-box-caigou .layui-tab-item .list-item .left {
  width: 45px;
  height: 120px;
  background: #3196ff;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-product-detail .layer-box-caigou .layui-tab-item .list-item .right {
  line-height: 35px;
  width: 730px;
  max-height: 120px;
  background: #eef4ff;
  border-radius: 7px;
  overflow: auto;
}
.page-product-detail .layer-box-caigou .layui-tab-item .list-item .right.center {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.page-product-detail .layer-box-caigou .layui-tab-item .list-item .right .item {
  margin-left: 35px;
}
.page-product-detail .layer-box-caigou .layui-tab-item .list-item .right .item input {
  vertical-align: -2px;
  margin-right: 7px;
}
.page-product-detail .layer-box-caigou .submit {
  width: 139px;
  height: 52px;
  line-height: 52px;
  background: #3196ff;
  border-radius: 10px;
  position: absolute;
  bottom: 15px;
  right: 50px;
}
.page-job {
  background: #F7F7F7;
}
.page-job .banner {
  height: 530px;
  background: url('../img/job.png') no-repeat center top;
  background-size: cover;
}
.page-job .content {
  margin-top: -100px;
}
.page-job .content .layui-collapse {
  border: none;
}
.page-job .content .layui-colla-item {
  margin-bottom: 30px;
  border: none;
}
.page-job .content .layui-colla-item .layui-colla-title {
  height: 168px;
  background: #ffffff;
  box-shadow: 0px 2px 11px 0px rgba(64, 109, 229, 0.04);
  border-radius: 8px;
}
.page-job .content .layui-colla-item .layui-colla-title i.layui-colla-icon {
  left: 1124px;
  top: 68px;
  font-size: 40px;
  color: #999999;
}
.page-job .content .layui-colla-item .layui-colla-title h3 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  margin-top: 32px;
  margin-left: 40px;
  margin-bottom: 20px;
}
.page-job .content .layui-colla-item .layui-colla-title span {
  margin-left: 40px;
  margin-right: 240px;
  font-size: 24px;
  color: #999999;
}
.page-job .content .layui-colla-item .layui-colla-content {
  background: #fff;
  border: none;
  margin-top: -5px;
  position: relative;
  z-index: 2;
  border-radius: 0px 0px 8px 8px;
}
.page-job .content .layui-colla-item .layui-colla-content .item {
  margin: 30px 30px;
  padding: 0 30px;
}
.page-job .content .layui-colla-item .layui-colla-content .item:first-child {
  border-top: 1px solid #CCCCCC;
  padding-top: 40px;
  margin-top: 0;
}
.page-job .content .layui-colla-item .layui-colla-content .item .title {
  width: 135px;
  height: 42px;
  line-height: 42px;
  background: #1e7bff;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.page-job .content .layui-colla-item .layui-colla-content .item .text {
  font-size: 16px;
  color: #333333;
  line-height: 46px;
}
.page-ymt .banner {
  height: 705px;
  background: url('../img/ymt1.png') no-repeat center -1px;
  background-size: cover;
  position: relative;
}
.page-ymt .banner .qiu {
  position: absolute;
  width: 497px;
  height: 470px;
  left: 50%;
  top: 69%;
  transform: translate(-50%, -50%);
}
.page-ymt .banner .qiu img {
  transition: all 0.2s;
  width: 100%;
  height: 100%;
  animation: myAnimate 2s linear infinite alternate;
}
.page-ymt .content {
  margin-top: 80px;
}
.page-ymt .content h3 {
  font-size: 32px;
  color: #333333;
  text-align: center;
  margin-bottom: 55px;
}
.page-ymt .tabs-box {
  background: url(../img/ymt5.png) no-repeat center;
  background-size: cover ;
  height: 670px;
}
.page-ymt .tabs-box .title {
  text-align: center;
  font-size: 32px;
  color: #fff;
  padding-top: 50px;
  margin-bottom: 20px;
}
.page-ymt .tabs-box .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-ymt .tabs-box .layout .left {
  width: 197px;
  min-height: 420px;
  border-right: 1px solid #fff;
}
.page-ymt .tabs-box .layout .left .item {
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  height: 72px;
  line-height: 72px;
  text-align: center;
}
.page-ymt .tabs-box .layout .left .item.active {
  background: url(../img/ymt4.png) no-repeat center;
}
.page-ymt .tabs-box .layout .right .item {
  display: none;
}
.page-ymt .tabs-box .layout .right .item.active {
  display: block;
}
.page-ymt .tabs-box .layout .right .item img {
  width: 800px;
  height: 320px;
  margin-top: 100px;
  margin-right: 45px;
}
.page-ymt .hzhb {
  margin-top: 60px;
}
.page-ymt .hzhb .title {
  font-size: 32px;
  margin-bottom: 50px;
  text-align: center;
}
.page-ymt .hzhb .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-left: -50px;
}
.page-ymt .hzhb .list img {
  width: 200px;
  height: 160px;
  margin-left: 50px;
  margin-bottom: 50px;
}
.page-ymt-equipment .banner {
  height: 703px;
  background: url(../img/ymt-equipment-product-bg.png) no-repeat center top;
  background-size: cover;
  position: relative;
}
.page-ymt-equipment .banner .guang {
  width: 285px;
  height: 11px;
  position: absolute;
  opacity: 0;
}
.page-ymt-equipment .banner .guang.guang1 {
  background: url(../img/guang1.png) no-repeat;
  background-size: cover;
  animation: guang1 2s  linear infinite ;
  top: 150px;
}
.page-ymt-equipment .banner .guang.guang2 {
  background: url(../img/guang2.png) no-repeat;
  background-size: cover;
  animation: guang2 2s 1s  linear infinite ;
  top: 200px;
}
.page-ymt-equipment .banner .guang.guang3 {
  background: url(../img/guang3.png) no-repeat;
  background-size: cover;
  animation: guang3 2s 2s  linear infinite ;
  top: 250px;
}
.page-ymt-equipment .banner .guang.guang4 {
  background: url(../img/guang4.png) no-repeat;
  background-size: cover;
  animation: guang4 2s 2.5s linear infinite;
  top: 300px;
}
.page-ymt-equipment .banner .guang.guang5 {
  background: url(../img/guang5.png) no-repeat;
  background-size: cover;
  animation: guang5 2s 1s  linear infinite ;
  top: 350px;
}
.page-ymt-equipment .banner .guang.guang6 {
  background: url(../img/guang6.png) no-repeat;
  background-size: cover;
  animation: guang6 2s 2s  linear infinite ;
  top: 400px;
}
.page-ymt-equipment .banner .layout {
  position: relative;
}
.page-ymt-equipment .banner .layout .right-box {
  width: 599px;
  height: 469px;
  background: url(../img/ymt-bg-box.png) no-repeat center;
  position: absolute;
  right: 0px;
  top: 120px;
  text-align: center;
  overflow: hidden;
}
.page-ymt-equipment .banner .layout .right-box .layui-carousel {
  background: none !important;
  color: #fff;
  position: relative;
}
.page-ymt-equipment .banner .layout .right-box .layui-carousel .left-btn {
  z-index: 9;
  cursor: pointer;
  position: absolute;
  left: 35px;
  top: 35px;
}
.page-ymt-equipment .banner .layout .right-box .layui-carousel .right-btn {
  z-index: 9;
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: 35px;
}
.page-ymt-equipment .banner .layout .right-box .layui-carousel .zixun-btn {
  z-index: 9;
  cursor: pointer;
  position: absolute;
  right: 30px;
  bottom: 45px;
}
.page-ymt-equipment .banner .layout .right-box .layui-carousel .title {
  margin-top: 40px;
}
.page-ymt-equipment .banner .layout .right-box .layui-carousel h3 {
  font-size: 32px;
  font-weight: 400;
  margin: 15px 0px;
  margin-bottom: 25px;
}
.page-ymt-equipment .banner .layout .right-box .layui-carousel h3 span {
  font-size: 18px;
  font-weight: 400;
}
.page-ymt-equipment .banner .layout .right-box .layui-carousel p {
  text-align: left;
  font-size: 20px;
  margin-left: 74px;
  line-height: 60px;
}
.page-ymt-equipment .banner .layout .right-box .layui-carousel p::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #137ffb;
  border-radius: 100%;
  display: inline-block;
  margin-right: 25px;
}
.page-ymt-equipment .banner .layout .right-box .layui-carousel > [carousel-item]:before {
  content: '';
}
.page-ymt-equipment .banner .layout .right-box .layui-carousel > [carousel-item] > * {
  background: none !important;
}
.page-ymt-equipment .banner .layout .left-box {
  position: absolute;
  left: 0px;
  top: 80px;
}
.page-ymt-equipment .banner .layout .left-box .item {
  display: none;
}
.page-ymt-equipment .banner .layout .left-box .item img {
  width: 647px;
  height: 506px;
}
.page-ymt-equipment .banner .layout .left-box .item.active {
  display: block;
}
.page-ymt-equipment .content img {
  width: 100%;
}
.page-ymt-equipment .content .module-box {
  background: #F8F8FF;
  width: 1440px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.page-ymt-equipment .content .module-box .item {
  margin-left: -1px;
  width: 359px;
  height: 285px;
  text-align: center;
  border: 1px solid #1337fb3d;
  border-top: 0px;
  border-left: 0px;
}
.page-ymt-equipment .content .module-box .item:nth-child(4) {
  border-right: 0px;
}
.page-ymt-equipment .content .module-box .item:nth-child(5),
.page-ymt-equipment .content .module-box .item:nth-child(6),
.page-ymt-equipment .content .module-box .item:nth-child(7),
.page-ymt-equipment .content .module-box .item:nth-child(8) {
  border-bottom: 0px;
}
.page-ymt-equipment .content .module-box .item:nth-child(8) {
  border-right: 0px;
}
.page-ymt-equipment .content .module-box .item img {
  margin-top: 65px;
}
.page-ymt-equipment .content .module-box .item p {
  font-size: 16px;
  color: #137FFB;
}
.page-fangwei .banner {
  height: 703px;
  background: url(../img/fwcx-bg.png) no-repeat center;
  position: relative;
  background-size: cover;
}
.page-fangwei .banner .input-box {
  width: 722px;
  height: 59px;
  line-height: 59px;
  background: #ffffff;
  box-shadow: 0px 2px 11px 0px rgba(64, 109, 229, 0.04);
  border-radius: 84px;
  position: absolute;
  left: 50%;
  top: 320px;
  transform: translate(-50%);
}
.page-fangwei .banner .input-box input {
  border: none;
  width: 564px;
  height: 59px;
  line-height: 59px;
  font-size: 18px;
  text-indent: 25px;
  border-radius: 84px;
}
.page-fangwei .banner .input-box button {
  width: 140px;
  cursor: pointer;
  border: none;
  height: 39px;
  background: url(../img/fwcx-search.png) no-repeat center;
  border-radius: 20px;
  vertical-align: -13px;
}
.page-fangwei .banner .input-box .jieguo {
  display: none;
  font-size: 16px;
}
.page-fangwei .banner .input-box .jieguo.error {
  display: block;
  color: red;
}
.page-fangwei .banner .input-box .jieguo.success {
  display: block;
  color: #64ff64;
}
.page-fangwei .banner .list {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 456px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
}
.page-fangwei .banner .list .item {
  width: 226px;
  height: 129px;
  background: #ffffff;
  border-radius: 13px;
}
/****---------------------------------文章详情开始-------------------------------***/
.s-ArticleDetails-wrapper {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .s-ArticleDetails-wrapper {
    width: 94%;
    padding: 0 3%;
  }
}
/*Articledetails-wrapper*/
.s-Article-content {
  position: relative;
}
.s-Article-content img {
  width: 100%;
}
.s-Article-title {
  font-size: 28px;
  font-weight: normal;
  color: #1a1a1a;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
}
.Statistics-border {
  width: 100%;
  text-align: center;
  margin: 2% 0;
  font-size: 16px;
}
.Statistics-border > span {
  color: #666;
}
.Statistics-border-djl {
  margin-left: 3%;
}
.Statistics-border-xzl {
  margin-left: 3%;
}
.Statistics-border-xz {
  color: #04985c;
  margin-left: 1%;
}
.s-Article-content .Article-text {
  font-size: 16px;
  color: #666;
  line-height: 2;
  border-top: 1px solid #e6e6e6;
  padding-top: 2%;
}
.s-Article-content .Article-text ul {
  padding-left: 2em;
}
.s-Article-content .Article-text p {
  margin-bottom: 12px;
}
.s-Article-content .Article-text div {
  margin-bottom: 12px;
}
.s-Article-content .Article-text ul {
  margin-bottom: 12px;
}
.s-Article-content .Article-text ol {
  margin-bottom: 12px;
}
.s-Article-content .Article-text li {
  list-style-type: disc;
  list-style-position: inside;
}
.s-Article-content .Article-text img {
  max-width: 100%;
}
.s-Article-content .Article-download {
  padding-bottom: 45px;
  border-bottom: 1px solid #e6e6e6;
}
.s-Article-content .Article-download a {
  font-size: 16px;
  color: #e10133;
}
.s-Article-content .Article-download .s_fenxiangwailian {
  position: absolute;
  right: 0;
  top: 58px;
}
.s-Article-content .Article-download .s_fenxiangwailian li {
  float: left;
}
.s-Article-content .s_fenxiangwailian img {
  width: 40px;
  margin-right: 5px;
}
.s-Article-content .ArticleWhether p {
  color: #999;
  font-size: 16px;
  padding: 20px 0;
}
.s-Article-content .ArticleWhether p span {
  display: inline-block;
  padding: 4px 7px;
  margin: 0 5px;
  border: 1px solid #006afe;
  border-radius: 50%;
  color: #006afe;
  cursor: pointer;
}
.s-Article-content .ArticleWhether p span:nth-child(2) {
  margin-right: 15px;
}
.s-Article-content .Article-textarea {
  font-size: 16px;
  color: #999;
  display: none;
}
.s-Article-content .Article-textarea .txt1 {
  float: left;
  width: 9%;
}
.s-Article-content .Article-textarea .txt2 {
  float: left;
  width: 82%;
  height: 200px;
  border: 2px solid #999;
  font-size: 16px;
  color: #999;
  text-indent: 5px;
}
.s-Article-content .Article-textarea .txt3 a {
  float: right;
  width: 7%;
  margin-top: 190px;
  font-size: 14px;
  font-weight: 600;
  color: #006afe;
}
@media screen and (max-width: 1024px) {
  .s-Article-content .Article-download {
    position: relative;
  }
  .s-Article-content .Article-download .s_fenxiangwailian {
    top: -10px;
  }
}
@media screen and (max-width: 900px) {
  .s-Article-content .Statistics {
    width: 65%;
  }
}
@media screen and (max-width: 875px) {
  .s-Article-content .Article-textarea .txt1 {
    width: 11%;
  }
  .s-Article-content .Article-textarea .txt2 {
    width: 77%;
  }
  .s-Article-content .Article-textarea .txt3 a {
    width: 8%;
  }
}
@media screen and (max-width: 768px) {
  .Statistics-border > span {
    padding-bottom: 2%;
  }
  .Statistics-border-m-l {
    display: block;
  }
  .Statistics-border-djl {
    margin-left: 5%;
  }
  .Statistics-border-xzl {
    margin-left: 0;
  }
  .Statistics-border-xz {
    margin-left: 14%;
  }
  .s-Article-content .Statistics {
    width: 65%;
  }
  .s-Article-content .Statistics li {
    width: 44%;
    font-size: 14px;
  }
  .s-Article-content .Article-img {
    width: 65%;
    height: auto;
  }
  .s-Article-content .Article-img p {
    margin: 5% 0;
  }
  .s-Article-content .Article-textarea .txt1 {
    float: none;
    width: auto;
    margin-bottom: 3%;
  }
  .s-Article-content .Article-textarea .txt2 {
    float: none;
    width: 97%;
    height: 127px;
  }
  .s-Article-content .Article-textarea .txt3 a {
    width: auto;
    margin: 2% 2% 0 0;
  }
}
@media screen and (max-width: 610px) {
  .s-Article-title {
    font-size: 20px;
  }
  .s-Article-content .Statistics {
    width: 95%;
  }
  .s-Article-content .Article-img p {
    letter-spacing: 0;
    font-size: 14px;
  }
  .s-Article-content .ArticleWhether p {
    font-size: 14px;
  }
  .s-Article-content .Article-textarea .txt1 {
    font-size: 14px;
  }
  .s-Article-content .Article-textarea .txt2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .s-Article-content h2 {
    font-size: 18px;
  }
  .s-Article-content .Statistics {
    width: 100%;
  }
  .s-Article-content .Statistics li {
    font-size: 12px;
  }
  .s-Article-content .Article-img p {
    letter-spacing: 0;
    font-size: 12px;
  }
  .s-Article-content .ArticleWhether p {
    font-size: 12px;
  }
  .s-Article-content .Article-textarea .txt1 {
    font-size: 12px;
  }
  .s-Article-content .Article-textarea .txt2 {
    font-size: 12px;
  }
  .s-Article-Relevant h3 {
    font-size: 18px;
  }
  .s-Article-Relevant .txt {
    font-size: 12px;
  }
  .s-Article-Relevant .time {
    font-size: 12px;
  }
}
/*s-Article-content*/
.s-Article-Relevant {
  position: relative;
  background-color: #f3f3f3;
  padding: 3%;
  margin: 30px 0;
}
.s-Article-Relevant ul {
  margin-top: 3%;
}
.s-Article-Relevant ul li {
  float: none;
  margin: 1% 0;
}
.s-Article-Relevant h3 {
  font-size: 28px;
  color: #303030;
  font-weight: normal;
}
.s-Article-Relevant .txt {
  float: left;
  font-size: 16px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.s-Article-Relevant .txt img {
  margin-right: 10px;
  margin-bottom: 5px;
}
.s-Article-Relevant .time {
  float: right;
  font-size: 14px;
  color: #afafaf;
}
.s-Article-Relevant .more {
  font-size: 16px;
  color: #04985c;
}
.s-Article-Relevant .more-box {
  position: absolute;
  top: 40px;
  right: 3%;
}
@media screen and (max-width: 768px) {
  .s-Article-Relevant {
    padding: 3%;
  }
  .s-Article-Relevant h3 {
    margin-top: 20px;
  }
  .s-Article-Relevant p.txt {
    float: none;
    margin: 1% 0;
  }
  .s-Article-Relevant p.time {
    float: none;
    margin-left: 10px;
  }
  .s-Article-Relevant ul li {
    margin: 2% 0;
  }
  .s-Article-Relevant .more-box {
    position: static;
    text-align: center;
  }
}
@media screen and (max-width: 414px) {
  .s-Article-Relevant h3 {
    font-size: 24px;
  }
  .s-Article-Relevant p.time {
    font-size: 14px;
  }
}
/*s-Article-Relevant*/
.s-Article-product {
  position: relative;
  background: #f3f3f3;
  width: 94%;
  padding: 3%;
  margin-bottom: 50px;
}
.s-Article-product .p-title {
  margin-bottom: 20px;
  color: #333;
  text-align: left;
  font-size: 28px;
  font-weight: normal;
  padding-top: 20px;
}
.s-Article-product .product {
  position: relative;
  width: 94%;
  height: 230px;
  padding: 0 3%;
  overflow: hidden;
}
.s-Article-product .product a img {
  width: 96%;
  display: block;
  margin: 0 auto;
}
.s-Article-product .product .title {
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  padding: 5%;
}
.s-Article-product .product .title a {
  color: #333;
}
.s-Article-product .product .prev {
  position: absolute;
  top: 25%;
  left: 0;
  cursor: pointer;
}
.s-Article-product .product .next {
  position: absolute;
  top: 25%;
  right: 0;
  cursor: pointer;
}
.s-Article-product .pagination {
  display: none;
}
.s-Article-product .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #04985c;
  cursor: pointer;
}
.s-Article-product .pagination .swiper-active-switch {
  background: #04985c;
}
@media screen and (max-width: 1190px) {
  .s-Article-product .product {
    height: 285px;
  }
}
@media screen and (max-width: 996px) {
  .s-Article-Relevant .more-box {
    top: 36px;
  }
  .s-Article-product .pagination {
    display: block;
    position: absolute;
    z-index: 20;
    bottom: 10px;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    text-align: center;
  }
  .s-Article-product .product {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .s-Article-product .product .prev,
  .s-Article-product .product .next {
    display: none;
  }
  .s-Article-product .product {
    height: 300px;
  }
  .s-Article-product .product .title {
    padding: 5% 10%;
  }
  .s-Article-product .p-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 450px) {
  .s-Article-product .product {
    height: 200px;
  }
}
/*s-Article-product*/
/****---------------------------------文章详情结束-------------------------------***/
