.container {
  overflow: hidden;
  width: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.w1760 {
  width: 92%;
  margin: 0 auto;
}

.header {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 9999;
  background-color: rgba(70, 74, 80, .6);
  width: 100%;
}

.header .w1760 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;

}

.header .w1760 .left {
  width: 300px;
 
}

.header .w1760 .left img {
  width: 100%; margin-top:10px;
}

.header .w1760 .right {
  display: -webkit-flex;
  display: flex;
  align-content: center;
}

.header .w1760 .right .nav > ul {
  display: -webkit-flex;
  display: flex;
}

.header .w1760 .right .nav > ul > li {
}

.header .w1760 .right .nav > ul > li > a {
  color: #fff;
  width: 100px;
  display: block;
  text-align: center;
  line-height: 60px;
  position: relative;
  background-image: url(../images/active.jpg);
  background-size: 100px 0px;
  background-repeat: no-repeat;
  background-position: bottom;
  transition: all 0.3s ease;
}

.header .w1760 .right .nav > ul > li > a:hover {
  background-size: 100px 60px;
}

.header .w1760 .right .nav > ul > li.active > a {
  background-color: #c00000;
}

.header .w1760 .right .nav > ul > li > ul {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #3c3c3c;
  left: 0;
  top: 60px;
  z-index: 0;
  text-align: center;
}

.header .w1760 .right .nav > ul > li > ul > li {
  display: inline-block;
}

.header .w1760 .right .nav > ul > li > ul > li > a {
  color: #fff;
  /* width: 100px; */
  padding: 0 15px;
  display: block;
  text-align: center;
  line-height: 60px;
  opacity: 0.5;
}

.header .w1760 .right .nav > ul > li:hover > ul {
  z-index: 20;
}

.header .w1760 .right .nav > ul > li > ul > li > a:hover {
  background-color: #c00000;
  opacity: 0.7;
}


.header .w1760 .right .lang {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
}

.header .w1760 .right .lang a {
  width: 45px;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 轮播图 */
.banner {
  /* margin-top: -60px; */
  /* background-color: #000000; */
  width: 100%;
}

.banner .w1760 {
  width: 100%;
  /* position: relative; */
}

.banner .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: none;
  border: none;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.4s ease;
  opacity: 1;
  background-image: url(../images/icon.png);
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.banner .swiper-pagination-bullet-active {
  background-image: url(../images/icon_on.png);
  opacity: 1;
}

.banner .swiper-container img {
  width: 100%;
  cursor: pointer;
}

.banner .w1760 .bottom {
  position: absolute;
  bottom: 0;
  z-index: 11;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  display: none;
}

.banner .w1760 .bottom ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.banner .w1760 .bottom ul li {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.banner .w1760 .bottom ul li b {
  font-size: 70px;
  margin: 10px;
}

.banner .w1760 .bottom ul li b img {
  margin-bottom: 20px;
}

.banner .w1760 .center {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 11;
  line-height: 1;
  margin-top: -60px;
  display: none;
}

.banner .w1760 .center .title {
  text-align: center;
  color: #fff;
  font-size: 50px;
}

.banner .w1760 .center .sub {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-top: 45px
}

#video2 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
  margin: 0 auto;
  display: block;
}

/*#video2::-webkit-media-controls {*/
/*  display: none !important;*/
/*  visibility: hidden;*/
/*}*/

/* 标题 */
.center_title {
  text-align: center;
  line-height: 1;
}

.center_title .title {
  font-size: 40px;
  color: #fff;
  background-image: url(../images/xian.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 20px;
}

.center_title .sub {
  font-size: 16px;
  color: #999;
  padding-top: 15px;
}

/* 应用领域 */
.area {
  background-color: #464a50;
  padding:60px 0px;
}
.area .w1760 {
  /* margin-bottom: 15px; */
}

.area .w1760 .center_title {
  padding: 30px 0 60px 0;
}

.area .w1760 .list {
  padding-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1025px;
  margin: 0 auto;
}

.area .w1760 .list li {
  width: 25%;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  color: #999;
  align-items: center;
  height: 200px;
  transition: all 0.4s ease;
}

.area .w1760 .list li span {
  width: 100%;
  margin-top: 10px;  color: rgb(189, 189, 186);
}

.area .w1760 .list li a {
  color: rgb(189, 189, 186);
}

.area .w1760 .list li i {
  height: 75px;
  width: 100px;
  background-repeat: no-repeat;
}

/*.area .w1760 .list li:hover {
  box-shadow: 0px 0px 20px #999;
}*/

.area .w1760 .list li:nth-child(1) i {
  background-image: url(../images/index_01.png);
  background-position: 20px 0;
}

/*.area .w1760 .list li:nth-child(1):hover i {
  background-image: url(../images/index_01_on.png);
  cursor: pointer;
}*/

.area .w1760 .list li:nth-child(2) i {
  background-image: url(../images/index_01.png);
  background-position: -303px 0;
}

/*.area .w1760 .list li:nth-child(2):hover i {
  background-image: url(../images/index_01_on.png);
}
*/
.area .w1760 .list li:nth-child(3) i {
  background-image: url(../images/index_01.png);
  background-position: -647px -5px;
/*  cursor: pointer;*/

}

/*.area .w1760 .list li:nth-child(3):hover i {
  background-image: url(../images/index_01_on.png);
}
*/
.area .w1760 .list li:nth-child(4) i {
  background-image: url(../images/index_01.png);
  background-position: -650px -153px;
}

/*.area .w1760 .list li:nth-child(4):hover i {
  background-image: url(../images/index_01_on.png);
}*/

.area .w1760 .list li:nth-child(5) i {
  background-image: url(../images/index_01.png);
  background-position: 21px -145px;

}

/*.area .w1760 .list li:nth-child(5):hover i {
  background-image: url(../images/index_01_on.png);
}*/

.area .w1760 .list li:nth-child(6) i {
  background-image: url(../images/index_01.png);
  background-position: -303px -145px;
}

/*.area .w1760 .list li:nth-child(6):hover i {
  background-image: url(../images/index_01_on.png);
}*/

.area .w1760 .list li:nth-child(7) i {
  background-image: url(../images/index_01.png);
  background-position: -933px -7px;
}

/*.area .w1760 .list li:nth-child(7):hover i {
  background-image: url(../images/index_01_on.png);
}*/

.area .w1760 .list li:nth-child(8) i {
  background-image: url(../images/index_01.png);
  background-position: -937px -150px;
}
/*
.area .w1760 .list li:nth-child(8):hover i {
  background-image: url(../images/index_01_on.png);
}*/

.fenge {
  width: 100%;
}

.fenge img {
  width: 100%;
}

/* 关于 */
.about .w1760 .w1200 {
  width: 1200px;
  display: -webkit-flex;
  display: flex;
  margin: 100px auto 90px;
}

.about .w1760 .w1200 .left {
  width: 470px;
  height: 460px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.about .w1760 .w1200 .left .image_bj {
  height: 100%;
}

.about .w1760 .w1200 .left .image_bj img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}

.about .w1760 .w1200 .left .info {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 55px;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 1;
}

.about .w1760 .w1200 .left .info .info_title {
  font-size: 32px;
}

.about .w1760 .w1200 .left .info .info_title div {
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin-top: 18px;
}

.about .w1760 .w1200 .left .info .info_con {
  line-height: 2;
  margin-top: 65px;
}

.about .w1760 .w1200 .left .info .info_con b {
  font-size: 18px; line-height:24px;
}

.about .w1760 .w1200 .left .info .more {
  margin-top: 40px;
}

.about .w1760 .w1200 .left .info .more a {
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 35px;
  display: inline-block;
}

.about .w1760 .w1200 .left:hover .image_bj img {
  transform: scale(1.2);
  opacity: 0.5;
}

.about .w1760 .w1200 .right {
  width: 730px;
}

.about .w1760 .w1200 .right .right_top {
  line-height: 1;
  height: 230px;
  text-align: center;
  box-sizing: border-box;
  padding: 50px 45px;
  background-color: #ebebeb;
}

.about .w1760 .w1200 .right .right_top h2 {
  color: #666;
  font-size: 32px;
}

.about .w1760 .w1200 .right .right_top .sub {
  width: 40px;
  height: 1px;
  display: inline-block;
  background-color: #666;
  margin: 18px 0 16px 0;
}

.about .w1760 .w1200 .right .right_top .info_con {
  color: #666;
}
.about .w1760 .w1200 .right .right_top .info_con p{
  line-height:26px;padding:0px 0px;
}

.about .w1760 .w1200 .right .right_bottom {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.about .w1760 .w1200 .right .right_bottom .right_bottom_left {
  background-color: #c00000;
  width: 365px;
  height: 230px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: 1;
}

.about .w1760 .w1200 .right .right_bottom .right_bottom_left h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size:26px;
  margin-top: 17px;
}

.about .w1760 .w1200 .right .right_bottom .right_bottom_right {
  width: 365px;
  height: 230px;
  position: relative;
  overflow: hidden;

}

.about .w1760 .w1200 .right .right_bottom .right_bottom_right .bofang {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  top: 0;
  left: 0;
  cursor: pointer;
}

.about .w1760 .w1200 .right .right_bottom_right .image_bj {
  height: 100%;
}

.about .w1760 .w1200 .right .right_bottom_right .image_bj img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}

.about .w1760 .w1200 .right .right_bottom_right:hover .image_bj img {
  transform: scale(1.2);
}

/* 加入 */
.join {
  background-image: url(../images/index_06.jpg);
  width: 100%;
  height: 600px;
  background-size: cover;
  background-attachment: fixed;
}

.join .yx {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;

}

.join .yx .info {
  line-height: 1;
  padding-top: 160px;
}

.join .yx .info h1 {
  font-size: 40px;
  color: #fff;
}

.join .yx .info div {
  color: #fff;
  font-size: 22px;
  margin: 30px 0 100px;
  line-height: 26px;
}

.join .yx .info a {
  display: inline-block;
  padding: 15px 40px;
  color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/*愿景*/
.vision {
  background-image: url(../images/index_11.jpg);
  background-size: cover;
  padding: 70px 0;
  text-align: center;

}

.vision .w1760 .samples {
  padding: 0 10%;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.vision .w1760 .samples figure {

  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.30);
  height: 166px;
  overflow: hidden;
  width: calc(20% - 20px);
  margin: 10px;

}

.vision .w1760 .samples img {
  width: 35px;
  height: 35px;
  margin-top: 20px;
}

.vision .w1760 .samples figcaption {
  padding: 10px 0;
}

.vision .w1760 .samples figcaption h1 {
  margin: 1px 15px 20px;
  font-size: 20px;
  color: #333;
}

.vision .w1760 .samples figcaption p {
  letter-spacing: 1px;
  margin: 8px;
  font-size: 14px;
}

.vision .w1760 .title {
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #666666;
  /* margin-top: 100px; */
  margin-bottom: 35px;
}

/*生产基地*/
.base {
  margin-top: 80px;
  background-size: cover;
  text-align: center
}

.base .w1200 {
  margin: 85px auto 145px;
}

.base .w1200 .wall {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.base .w1200 .wall figure {
  width: 50%;
}

.base .w1200 .wall img {
  width: 550px;
  margin-top: 20px;
}

.base .w1200 .wall figcaption {
  padding: 10px 0;
}

.base .w1200 .wall figcaption p {
  letter-spacing: 1px;
  margin: 8px;
  font-size: 14px;
}

.base .w1200 .title {
  text-align: center;
  font-size: 40px;
  color: #666;
  margin-bottom: 60px;
}

/*企业荣誉*/
.honor {
  width: 1200px;
  margin: 80px auto 0;
  text-align: center;
}

.honor .title {
  text-align: center;
  font-size: 40px;
  color: #666;
  margin-bottom: 30px;
}

.honor .wall {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 150px;
}

.honor .wall figure {
  width: 30%;
}

.honor .wall figure img {
  width: 368px;
  margin-top: 45px;
}

/*社会责任*/
.duty {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.duty .title {
  text-align: center;
  font-size: 40px;
  color: #666;
  margin-bottom: 30px;
}

.duty .wall {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 150px;
}

.duty .wall figure {
  width: 30%;
}

.duty .wall figure img {
  width: 368px;
  margin-top: 45px;
}

/*我们的客户*/
.client {
  width: 1200px;
  margin: 130px auto;
  text-align: center;
}

.client .title {
  text-align: center;
  font-size: 40px;
  color: #666;
  margin-bottom: 30px;
}

.client .wall {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.client .wall figure {
  width: 25%;
}

.client .wall figure img {
  border: solid 1px #CCCCCC;
  padding: 25px 10px;
  margin: 15px 27px;
}


/* 质量保证 */
.ensure {
  background-image: url(../images/index_11.jpg);
  background-size: cover;
  padding: 78px 0;

}

.ensure .w1760 .title {
  line-height: 1;
  text-align: center;
  color: #666666;
  margin-bottom: 35px;
}

.ensure .w1760 .title h1 {
  font-size: 40px;
  width: 550px;
  border-bottom: 2px solid #c00000;
  margin: 0 auto;
  padding-bottom: 15px;
}

.ensure .w1760 .title .sub1 {
  font-size: 22px;
  margin-top: 25px;
}

.ensure .w1760 .title .sub2 {
  margin-top: 10px;
}

#certify {
  position: relative;
  width: 1200px;
  margin: 0 auto
}

#certify .swiper-slide {
  width: 480px;
  height: 350px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e6e6e6;
  border: 10px solid #fff;
  box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
  display: block;
}


#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: -30px;
  width: 30px;
  height: 100px;
  background: url(../images/icon_left.png) no-repeat;
  background-color: #ccc;
  background-position: center;

}

#certify .swiper-button-next {
  right: -30px;
  width: 30px;
  height: 100px;
  background: url(../images/icon_right.png) no-repeat;
  background-color: #ccc;
  background-position: center;

}

/* 新闻中心 */
.news {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.news .left {
  width: 50%;
}

.news .left ul {
  height: 100%;
}

.news .left ul li {
  display: none;
  position: absolute;
  height: 100%;
}

.news .left ul li.current {
  display: block;
  position: relative;
}

.news .left img {
  width: 100%;
  height: 100%;
}

.news .right {
  width: 50%;
}

.news .right ul li a {
  box-sizing: border-box;
  padding: 2.95% 6.25%;
  display: -webkit-flex;
  display: flex;
  line-height: 1;
  justify-content: space-between;
  color: #666;
}

.news .right ul li a .add_time {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 56px;
  align-items: center;

}

.news .right ul li a .center {
  width: 1px;
  height: auto;
  background-color: #cccccc;
}

.news .right ul li a .add_time b {
  font-size: 40px;
  margin-bottom: 10px;
}

.news .right ul li a .info {
  width: 80%;
}

.news .right ul li a .info h3 {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news .right ul li a .info .desc {
  margin-top: 15px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news .right ul li.current a {
  background-color: #c00000 !important;
  color: #fff;
}

.news .right ul li:last-child a {
  background-color: #e6e6e6
}

.news .right ul li.current a .info h3 {
  color: #fff;
}

.news .right ul li.current a .center {
  background-color: #fff;
}

/* 全球足迹 */
.footprint .w1760 .center_title {
  margin: 120px 0 40px 0;
}

.footprint .w1760 .map {
  text-align: center;
}

.footprint .w1760 h1 {
  color: #999999;
}

.footprint .w1760 .map img {
  max-width: 100%;
}

/* 伙伴 */
.partner {
  border-top: 1px solid #cccccc;
  background-image: url(../images/index_10.jpg);
  background-size: cover;
}

.partner .w1760 {
  padding: 70px 0;
}

.partner .list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1215px;
  margin: 100px auto 0;
}

.partner .list li {
  width: 230px;
  margin-bottom: 25px;
}

.partner .list li a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner li.sm {
  margin: 0;
  visibility: hidden;
  height: 0;
  width: 190px;
}

/* 底部 */
.footer {
}

.footer_top {
  background-color: #c00000;
}

.footer_top ul {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_top ul li {
  width: 100%;
  height: 60px;
}

.footer_top ul li a {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #fff;
  border-left: 1px dashed #fff;
}

.footer_top ul li a span {
  margin: 0 60px 0 25px;
}

.footer_top ul li a:last-child {
  border-right: 1px dashed #fff;
}

.footer_top ul li:nth-child(2) a {
  background-color: #FF9C00;
}

.footer_bottom {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
}

.footer_bottom .left {
  width: 980px;
  height: 210px;
  position: relative;
}

.footer_bottom .left .scroll_cont {
  height: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  justify-content: center;

}

.footer_bottom .left .scroll_bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #e4e4e4
}

.footer_bottom .left .scroll_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 38px;
  background-color: #525252;
  border-radius: 5px;
  opacity: .5
}

.footer_bottom .left .scroll_slider:hover {
  opacity: 1
}

.footer_bottom .left .scroll_cont .list {
  margin: 0 100px 0px 0px;
  line-height: 1;
}

.footer_bottom h2 {
  font-size: 18px;
  color: #000;
  line-height: 40px;
  white-space: nowrap;
}

.footer_bottom h2:after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  margin-bottom: 10px;
  background-color: #c00000;
}

.footer_bottom .left .scroll_cont .list ul li a {
  color: #666;
  font-size: 12px;
  display: block;
  line-height: 32px;
}

.footer_bq {
  text-align: center;
  color: #666;
  line-height: 26px;
  padding: 10px 0 15px 0;
}

.footer_bottom .left .scroll_cont .list ul li a:hover {
  color: #c00000;
}

/* 内页 */
.page {
}

.page_banner {
  width: 100%;
  border-bottom:6px solid #ddd;
  /* margin-top: -60px; */
}


.page_banner img {
  width: 100%;
}

.page_info {
  line-height: 1;
}

.page_info .w1200 {
  width: 1200px;
  margin: 0 auto;
}

/*智造*/
/*科技研发*/
.research {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 10%;
  text-align: center;
}

/*.wrapper {*/
/*  display: none;*/
/*  position: fixed;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  z-index: 999;*/
/*  background: rgba(52, 52, 52, 0.8) no-repeat fixed center;*/
/*}*/

/*.wrapper:hover {*/
/*  cursor: zoom-out;*/
/*}*/
/*.videoClose{*/
/*  position: absolute;*/
/*  top: -50px;*/
/*  right: -50px;*/
/*  width: 50px;*/
/*  height: 50px;*/
/*  background: white;*/
/*  color: black;*/
/*}*/
.videobox {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.videobox .box {
  position: relative;
}

.videobox .box dl {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #000;
  font-size: 22px;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
  z-index: 99999;
}

.videobox .box video {
  width: 100%;
}

.research figure {
  margin: 30px 0;
  padding: 3px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
  width: 30%;
}

.research figure img {
  width: 100%;
}

.research figure img:hover {
  width: 100%;
}

.research figure figcaption p {
  margin: 20px 0;
}

/* 联系我们页 */
.contact_top {
  line-height: 1;
  margin-top: 55px;
}

.contact_top h1 {
  font-size: 40px;
  text-align: center;
  color: #666
}

.contact_top ul {
  margin: 50px 0 40px 0;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.contact_top ul li {
  width: 233px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.contact_top ul li img {
  width: 100%;
}

.contact_top ul li .image {
  position: relative;
  width: 100%;
}

.contact_top ul li .image:after {
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(../images/contact_01.png);
  background-size: 100%;
  margin-top: -35px;
  left: 50%;
  margin-left: -35px;
  position: relative;
}

.contact_top ul li .text {
  font-size: 22px;
  font-weight: bold;
  color: #666;
  margin-top: 20px;
  width: 180px;
  line-height: 1.5;
  text-align: center;

}

.contact_top ul li .text b {
  color: #c00000;
  display: block;
}

.contact_top ul li .text i {
  font-size: 14px;
  display: block;
  font-style: normal;
  font-weight: 100;
}

.contact_bottom {
  margin-bottom: 70px;
}

table {
  width: 100% !important;

}

.contact_bottom table tr td {
  border: 1px solid #cccccc;
  text-align: center;
  color: #666;
  line-height: 40px;
}

.contact_bottom table tr td.title {
  font-size: 18px;
  font-weight: bold;
}

.contact_bottom table tr td:last-child {
  text-align: left;
  padding-left: 55px;
  box-sizing: border-box;
}

/*人才建设*/
.talents {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.talents .title {
  text-align: center;
  font-size: 40px;
  color: #333333;
  margin-top: 50px;
}

.talents .text p {
  line-height: 200%;
  color: #373737;
  text-align: center;
  margin: 50px 0;
}

.talents .wall {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.talents .wall figure {
  width: 30%;
}

.talents .wall figure img {
  border: 1px solid #CCCCCC;
  width: 360px;
  height: 266px;
  margin: 20px auto;
}

/* 加入 */
.join_title {
  text-align: center;
  font-size: 40px;
  color: #666;
  margin-top: 50px;
}

.join_idea {
  margin-top: 40px;
  margin-bottom: 60px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.join_idea .left .list {
  width: 370px;
  line-height: 32px;
  margin-bottom: 30px;
}

.join_idea .left .list h2 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}

.join_idea .left .list p {
  color: #666;
}

.join_idea .right {
  width: 730px;
}

.join_idea .right img {
  width: 100%;
}

.join_number {
  background-image: url(../images/join_02.jpg);
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  background-size: cover;
}

.join_number div {
  width: 180px;
  height: 180px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 28px 40px;
  color: #666;
  border: 1px solid #000;
  text-align: center;
  line-height: 1.2;
}

.join_number div b {
  color: #c00000;
  font-size: 80px;
}

.join_table {
  margin: 50px 0 75px 0;
}

.join_table .join_num {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  text-align: center;
  box-shadow: 0px 2px 0px #cccccc;
}

.join_table .join_num span {
  width: 25%;
  line-height: 50px;
  background-color: #f4f4f4;
  font-size: 18px;
  color: #666;
  font-weight: bold;
}

.join_table .join_list {
  margin-top: 20px;
}

.join_table .join_list li {
}

.join_table .join_list li .head {
  border-top: 1px dashed #ccc;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.join_table .join_list li:last-child .head {
  border-bottom: 1px dashed #ccc;
}

.join_table .join_list li .head span {
  width: 25%;
  line-height: 50px;
  font-size: 18px;
  color: #666;
}

.join_table .join_list li .head span:last-child {
  cursor: pointer;
}

.join_table .join_list li .info {
  padding: 45px 75px;
  display: none;

}

.join_table .join_list li .info div {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.join_table .join_list li .info p {
  width: 730px;
  font-size: 12px;
  color: #666;
  line-height: 26px;;
}

.join_table .join_list li .info a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background-color: #4d4d4d;
  line-height: 26px;
  padding: 10px 25px;
}

.join_table .join_list li .info a:hover {
  background-color: #c00000;
}

/* 新闻中心页 */
.news_title {
  text-align: center;
  font-size: 40px;
  color: #666;
  margin: 55px 0 35px;
}

.news_top {
  margin-bottom: 40px;
}

.news_top ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.news_top ul li {
  width: 330px;
  position: relative;
}

.news_top ul li:nth-child(2) {
  width: 490px;
}

.news_top ul li img {
  width: 100%;
}

.news_top ul li .info {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 65px 35px;
  color: #fff;
  transition: all 0.4s ease;
  height: 100%;
  background-color: #00000059;
  width: 100%;
}

.news_top ul li .info .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  margin: 20px 0 60px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}

.news_top ul li .info .more {
  display: inline-block;
  padding: 15px 40px;
  color: #fff;
  border: 1px solid #fff;
}

.news_top ul li:hover .info {
  background-color: #c00000;
  color: #fff
}

.news_top ul li:hover .info .more {
  border-color: #fff;
  color: #fff
}

.news_list {
}

.news_list li {
  border-bottom: 1px solid #ccc;
  padding: 35px 0;
}

.news_list li a {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 60px;
}

.news_list li a .add_time {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #666;
  width: 60px;
}

.news_list li a .add_time b {
  font-size: 40px;
  margin-bottom: 10px;
}

.news_list li a .center {
  width: 1px;
  height: 80px;
  background-color: #ccc;
}

.news_list li a .info {
  width: 900px;
  color: #666;
}

.news_list li a .info h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.1;
}

.news_list li a .info .desc {
  margin-top: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news_list li a:hover .add_time {
  color: #c00000
}

.news_list li a:hover h3 {
  color: #c00000
}

.pages {
  margin: 55px 0 65px 0;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.pages a {
  font-size: 22px;
  color: #666;
  border: 1px solid #ccc;
  margin: 0 6px;
  padding: 5px 15px;
}

.pages .prev img {
  transform: rotate(180deg);
}

.pages .prev,
.pages .next {
  background: none !important;
  border-color: #ccc !important;
}

.pages a.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.pages a:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

/* 新闻中心详情页 */
.newsd {
  background-color: #f5f5f5;
}

.newsd_info {
  width: 1200px;
  margin: -128px auto 0;
  background-color: #fff;
  padding: 50px 100px 100px;
  position: relative;
  box-sizing: border-box;
}

.newsd_info .head {
  position: relative;
  height: 125px;
  border-bottom: 1px dotted #ccc;
}

.newsd_info .head .left {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.newsd_info .head .left h2 {
  font-size: 27px;
  color: #000;
  font-weight: bold;
  line-height: 40px;
}

.newsd_info .head .left .sub {
  color: #666;
  line-height: 40px;
  padding-bottom:16px;
}

.newsd_info .head .right {
  position: absolute;
  top: 0;
  right: 0;
}

.newsd_info .con {
  box-sizing: border-box;
  padding: 45px 0px;
  color: #444;
  line-height:26px;
  text-align:left;
}

.newsd_info .con p {
  margin-bottom: 16px;
  font-size:16px;
}

.newsd_info .con img {
  max-width: 100%;
}

.newsd_info .paging {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  padding: 25px 30px;
}

.newsd_info .paging div {
  width: 480px;
  border-top: 3px solid #ccc;
  padding-top: 25px;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.newsd_info .paging div span {
  background-color: #ccc;
  color: #fff;
  padding: 10px 20px;
  width:60px;
  margin-right:10px;
}

.newsd_info .paging div a {
  color: #999999;
  margin-left: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.newsd_info .paging div:hover {
  border-color: #c00000
}

.newsd_info .paging div:hover span {
  background-color: #c00000;
  color: #fff;
}

/* 产品页 */
.product_top {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin-top: -60px;
}

.product_top .left {
  width: 280px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.product_top .left h2 {
  order: 2;
  background-color: #ababab;
  color: #fff;
  font-size: 40px;
  width: 100%;
  text-align: center;
  line-height: 90px;
}

.product_top .left div {
  order: 1;
  background-color: rgba(192, 0, 0, .8);
  color: #fff;
  box-sizing: border-box;
  padding: 30px;
  line-height: 26px;
}

.product_top .right {
  width: 900px;
  display: -webkit-flex;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.product_top .right .swiper-container {
  width: 730px;
  overflow: hidden;
}

.product_top .right ul {
  width: auto;
}

.product_top .right ul li {
  display: inline-block;
  line-height: 90px;
  text-align: center;
}

.product_top .right ul li a {
  color: #666;
  padding-bottom: 25px;
  border-bottom: 2px solid #fff;
}

.product_top .right ul li.active a {
  border-color: #c00000;
}

.product_top .right ul li:hover a {
  border-color: #c00000;
}

.product_top .right .qiehuan {
  position: relative;
  width: 58px;
}

.product_top .right .qiehuan .swiper-button-prev {
  background-image: url(../images/product_left.png);
  background-size: 10px 17px;
  left: 0;
}

.product_top .right .qiehuan .swiper-button-next {
  background-image: url(../images/product_right.png);
  background-size: 10px 17px;
  right: 0;
}

.product_desc {
  width: 1200px;
  position: relative;
  margin: 0px 0 30px;
  box-sizing: border-box;
}

.product_desc .box {
  color: #fff;
  line-height: 26px;
  margin-top: -15px;
  width: 750px;
  padding-left: 50px;
}

.text {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.clear {
	CLEAR: both; MARGIN-TOP: -1px; FONT-SIZE: 1px; VISIBILITY: hidden; WIDTH: 1px; LINE-HEIGHT: 0; HEIGHT: 0px
}
.product_desc .pronav {
  padding-top: 30px; border:0px solid #f60; margin-left:-10px;
}

.product_desc .pronav ul {
  overflow: hidden;
  margin: 0 -5px;
  display: flex;
  align-items: center;
}

.product_desc .pronav ul li {
  width: 25%;
  float: left;
  padding: 0 5px;
  box-sizing: border-box;
}

.product_desc .pronav ul li a {
  display: block;
  background: #656565;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
}
.product_desc .pronav ul li a:active {
  display: block;
  background: #c00000;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
}
.product_desc .pronav ul li.active a{
  display: block;
  background: #c00000;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
}
.product_desc .pronav ul li a:hover{
  display: block;
  background: #c00000;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
}
.breadcrumb {
  text-align:left;
  font-size: 16px;
  margin: 20px 0px 0px;
  color: #666;
  border-bottom:1px solid #ddd;
  padding:0px 0px 20px 0px;
}

.breadcrumb a {
  color: #666;
}

.product_list {
width:100%;
min-height:300px;
}

.product_list ul {
  margin: 0 -10px;
  overflow: hidden;

}

.product_list ul li {
  float: left;
  width: 24%;
  margin:0 1% 0 0;
  padding: 0 0px;
  margin-bottom: 20px;
  overflow: hidden;
  border:1px solid #ddd;
  box-sizing: border-box;
}

.product_list ul li a {
  position: relative;
  display: block;
}

.product_list ul li dl {
  overflow: hidden;
}

.product_list ul li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
}

.product_list ul li img {
  width: 100%;
  transition: transform 0.4s ease;
}


.product_list ul li.more {
  background-color: #f5f5f5;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: 20px;
  line-height: 26px;
  cursor: pointer;
}

.product_list ul li.more img {
  width: auto;
  margin-top: 30px;
}


.product_list ul li:hover img {
  transform: scale(1.1)
}


.product_size {
  margin: 60px 0 70px 0;
}

.product_size .size_title {
  background-image: url(../images/product_04.jpg);
  background-repeat: no-repeat;
  height: 90px;
  text-align: center;
  line-height: 90px;
  font-size: 40px;
  color: #fff;
}

.product_size .size_table {
  margin-top: 55px;
}

.product_size .size_table td,
th {
  text-align: center;
  color: #666;
  height: 40px;
  line-height: 20px;
  width: 100px;
  border: 1px solid #ccc;
}

.product_size .size_table th {
  font-size: 18px;
  font-weight: bold;
  background-color: #f5f5f5;
}

.product_size .size_table td:first-child {
  width: 150px;
}

.product_size .size_table td:last-child {
  width: 150px;
}

/* 关于我们页 */
.page_banner {
  background-image: url(../images/about_banner.jpg);
  background-size: cover;
}
.x_1200 {
  width: 1200px;
  margin: 0 auto;
}
.page_banner .w1200 {
  width: 1200px;
  padding: 30px 0 60px;
  margin: 0 auto;
  color: #333;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  overflow:hidden;
}

.page_banner .w1200 .left {
  width: 100%;
}

.page_banner .w1200 .title {
  font-size: 30px; font-weight:bold;
}
.page_banner .w1200 .title hr{
width:60px;margin:20px 0px; color:#dedede;height:1px;border:none;border-top:1px  solid #cdcdcd; padding:6px 0px 10px 0px;
}
.page_banner .w1200 .desc {
  margin: 15px 0 0px 0;
  line-height: 28px;
}

.page_banner .w1200 .desc p {
  text-indent: 0;
  margin-bottom:16px;
  font-size:16px;
}

.page_banner .w1200 ul {
  font-size: 16px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.page_banner .w1200 ul b {
  font-size: 40px;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}


.about_time {
  position: relative;
  width: 1100px;
  margin: 200px auto 160px;
}

.about_time .course_image {
  position: absolute;
  width: 169px;
  top: -110px;
  left: 40px;
  z-index: 11;
}

.about_time .course_image img {
  width: 100%;
}

.about_time .swiper-container {
  width: 100%;
  margin: 0 auto;
}

.about_time .swiper-wrapper {
  position: relative;
}

.about_time .swiper-wrapper .swiper-slide {
  width: 160px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.about_time .swiper-wrapper .swiper-slide .left {
  width: 540px;

}

.about_time .swiper-wrapper .swiper-slide .left img {
  width: 100%;
}

.about_time .swiper-wrapper .swiper-slide .right {
  width: 540px;

}

.about_time .swiper-wrapper .swiper-slide .right .time {
  font-size: 110px;
  font-weight: bold;
  color: #ccc;
  margin: 40px 0;
}

.about_time .swiper-wrapper .swiper-slide .right .desc {
  font-size: 14px;
  color: #666;
}

.about_time .swiper-pagination {
  position: relative;
  width: 1045px;
  bottom: 0;
  margin-top: 60px;
}

.about_time .swiper-pagination-bullet {
  width: 180px;
  position: relative;
  height: auto;
  background: none;
  opacity: 1;
}

.about_time .swiper-pagination-bullet > div {
  width: 180px;
  position: relative;
}

.about_time .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.about_time .swiper-pagination-bullet > div b {
  display: block;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  width: 100%;
  top: 8px;
  z-index: -1;
}

.swiper-pagination-bullet > div span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #e5e5e5;
}

.swiper-pagination-bullet > div span i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 4px;
  border-radius: 4px;;
  background-color: #fff;
}

.about_time .swiper-pagination-bullet > span {
  display: block;
  width: 100%;
  opacity: 1;
  z-index: 10;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-top: 20px;;
}

.swiper-pagination-bullet-active > div > span {
  background-color: #c00000
}

.about_time .swiper-button-next,
.about_time .swiper-button-prev {
  top: 90%;
  margin-top: 0;
}

.about_time .swiper-button-prev {
  background-image: url(../images/about_left.png);
  left: -35px;
}

.about_time .swiper-button-next {
  background-image: url(../images/about_right.png);
  right: -35px;
}

.about_vision {
  background-image: url(../images/vision_1.png);
}

.about_ensure {
  background-image: url(../images/about_05.jpg)
}

.staff .w1200 {
  margin: 120px auto;
}

.staff .w1200 .top {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.staff .w1200 .top .left {
  width: 570px;
}

.staff .w1200 .top .left .title {
  font-size: 40px;
  color: #c00000
}

.staff .w1200 .top .left .desc {
  color: #666;
  margin-top: 35px;
  line-height: 26px;
}

.staff .w1200 .top .left .desc P {
  padding-bottom: 40px;
}

.staff .w1200 .top .right {
  width: 475px;
  text-align: center;
}

.staff .w1200 .top .right img {
  max-width: 100%;
}

.staff .w1200 .bottom {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.staff .w1200 .bottom .posi {
  font-size: 16px;
  color: #666;
  border-bottom: 2px solid #808080;
  padding: 15px 20px 15px 30px;
}

.staff .w1200 .bottom .num {
  box-sizing: border-box;
  padding: 5px 20px 5px 30px;
  border-bottom: 1px solid #808080;
  width: 260px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #666;
}

.staff .w1200 .bottom .num b {
  font-size: 40px;
}

.spirit ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.spirit ul li {
  width: 50%;
  position: relative;
  cursor: pointer;
}

.spirit ul li img {
  width: 100%;
}

.spirit ul li .info {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}

.spirit ul li .info > div {
  width: 540px;
  margin: 0 auto;
}

.spirit ul li .info .title {
  font-size: 40px;
}

.spirit ul li .info .desc {
  font-size: 18px;
  padding: 20px 0 40px 0;
}

.spirit ul li .info .con {
  font-size: 14px;
  display: none;
  line-height: 26px;
}

.spirit ul li:hover .info {
  background-color: rgba(192, 0, 0, 0.7)
}

.spirit ul li:hover .info .con {
  display: block;
}

.carbon .w1200 {
  margin: 85px auto 145px;
}

.carbon .w1200 .title {
  text-align: center;
  font-size: 40px;
  color: #666;
  margin-bottom: 60px;
}

.carbon .w1200 .info {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.carbon .w1200 .info .left {
  width: 600px;
}

.carbon .w1200 .info .left p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  padding-bottom: 25px;
}

.carbon .w1200 .info .left p b {
  font-size: 22px;
  font-weight: 100;
}

.carbon .w1200 .info .right {
  width: 502px;
}

.carbon .w1200 .info .right img {
  max-width: 100%;;
}

#video {
  width: 480px;
  height: 280px;
  margin: 0 auto;
  position: relative;
}

#video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.VideoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  cursor: pointer;
  z-index: 10;
}

.jsmodern-video-panel {
  background-color: #f9f9f9;
  color: #515252;
}

.jsmodern-video-play {
  background-image: url(../images/icon_02.png)
}

.jsmodern-video-pause {
  background-image: url(../images/icon_05.png)
}

.jsmodern-video-volume {
  background-image: url(../images/icon_01.png)
}

.jsmodern-video-fullin {
  background-image: url(../images/icon_03.png)
}

.jsmodern-video-linebox {
  background-color: #d5d6d5;
}

.jsmodern-video-linedot {
  background-color: #4d79f6;
}

.jsmodern-video-pass {
  background-color: #4d79f6;
}

.jsmodern-video-volumedot {
  background-color: #4d79f6;
}

.jsmodern-video-volumebox {
  background-color: #d5d6d5;
}

.jsmodern-video-volumeline {
  background-color: #4d79f6;
}

.off {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 15;
  top: 0;
  left: 0;
  display: none;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 16;
  top: 0;
  left: 0;
}

.mask_video {
  position: absolute;
  z-index: 20;
  left: 50%;
  margin-left: -480px;
  top: 50%;
  margin-top: -280px;
}

.mask_video #video {
  width: 960px;
  height: 560px;
}

.mobile_btn {
  display: none;
}

.mobile_btn .btn {
  background-color: #000;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 8px;
}

.mobile_btn .btn span {
  width: 100%;
  height: 3px;
  margin: 4px 0;
  background-color: #fff;
}

.mobile_menu {
  position: fixed;
  top: 60px;
  z-index: 100;
  background-color: #000000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2000;
}

.mobile_menu ul li {
  border-bottom: 1px dashed #fff;
  padding: 10px 0;
}

.mobile_menu ul li a {
  font-size: 16px;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}

.mobile_menu .head {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ccc;
  padding: 10px;
}

.mobile_menu .head h1 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.mobile_menu .head .remove {
  width: 40px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 20px;
}

.team {
  margin-top: -90px;
}

.team .w1200 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.team .w1200 .left {
  width: 600px;
}

.team .w1200 .left img {
  width: 100%;
}

.team .w1200 .right {
  width: 555px;
  margin-top: 50px;
}

.team .w1200 .right h2 {
  font-size: 40px;
  color: #666;
}

.team .w1200 .right .con {
  font-size: 14px;
  color: #666;
  line-height: 26px;;
}

.team .w1200 .right .con p {
  margin-top: 15px;
}

.organ {
  background-image: url(../images/technology_5.jpg);
  background-size: cover;
  margin-top: 20px;
}

.organ .w1200 {
  padding: 155px 0 170px;
}

.organ .w1200 ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.organ .w1200 ul li {
  width: 260px;
  color: #666;
  font-size: 16px;;
}

.organ .w1200 ul li .title {
  border-bottom: 2px solid #808080;
  padding: 12px 20px;
}

.organ .w1200 ul li .info {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 6px 20px;
  border-bottom: 1px solid #808080;
  height: 50px;
}

.organ .w1200 ul li .info b {
  color: #c00000;
  font-size: 40px;
}

.equipment {
  margin-top: 60px;
}

.equipment .w1200 .title {
  text-align: center;
  font-size: 40px;
  color: #666;
  margin-bottom: 45px;
}

.equipment .w1200 .swiper {
  margin-top: 45px;
}

.equipment .swiper-slide {
  position: relative;
}

.equipment .swiper-slide .right {
  background-image: url(../images/technology_07.png);
  background-size: cover;
  width: 638px;
  height: 409px;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.equipment .swiper-slide .right > div {
  width: 350px;
  color: #fff;
  margin-left: 100px;
}

.equipment .swiper-slide .right > div .t {
  font-size: 26px;
}

.equipment .swiper-slide .right > div .x {
  margin: 10px 0 20px 0;
  width: 26px;
  height: 2px;
  background-color: #fff;;
}

.equipment .swiper-slide .right > div .d {
  font-size: 14px;
  line-height: 26px;
}

.swiper .swiper-pagination {
  text-align: right;
  bottom: 75px;
  left: -90px;
}

.swiper .swiper-pagination-bullet {
  background: none;
  background-image: url(../images/icon.png);
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  opacity: 1;
}

.zhizao {
  box-sizing: border-box;
  padding: 50px 0;
}

.zhizao .title {
  text-align: center;
  font-size: 40px;
  color: #666;
  margin-bottom: 45px;
}

.zhizao ul {
  margin: 0 -29px;
  overflow: hidden;
  box-sizing: border-box;
}

.zhizao ul li {
  width: 33.33%;
  padding: 0 29px;
  float: left;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.zhizao ul li ol {
  border: #cccccc solid 1px;
  box-sizing: border-box;
  padding: 10px;
}

.zhizao ul li img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.zhizao ul li p {
  text-align: center;
  line-height: 60px;
  font-size: 16px;
}


@media (max-width: 1760px) {
  .w1760 {
    width: 100%;
  }

  .area .w1760 {
    box-sizing: border-box;
    padding: 0 15px;
  }

  .header .w1760 {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .banner .w1760 {
    /* width:92%; */
  }
}

@media (max-width: 1250px) {
  .duty .wall figure {
    width: 50%;
  }

  .honor .wall figure {
    width: 50%;
  }

  .talents .wall figure {
    width: 50%;
  }

  #certify .swiper-button-prev {
    display: none;
  }

  #certify .swiper-button-next {
    display: none;
  }

  .partner .list {
    width: auto;
  }

}

@media (max-width: 1200px) {

  .client .wall figure {
    width: 30%;
  }

  .base .w1200 .wall figure {
    width: 100%;
  }

  .footer_bottom {
    width: 100%;
    box-sizing: border-box;
    padding: 35px 15px;
  }

  .footer_bottom .right {
    padding-left: 15px;
  }

  .footer_bottom .left .scroll_cont {
    justify-content: space-between;
  }

  .footer_bottom .left .scroll_cont .list {
    margin: 0 100px;
  }

  #certify {
    width: 100%;
  }

  .about .w1760 .w1200 {
    width: 100%;
  }

  .about .w1760 .w1200 .left {
    width: 39%;
  }

  .about .w1760 .w1200 .right {
    width: 61%;
  }

  .about .w1760 .w1200 .right .right_top {
    padding: 60px 0;
    width: 100%;
  }

  .about .w1760 .w1200 .right .right_top .info {
    margin: 0 auto;
    max-width: 500px;
  }

  .about .w1760 .w1200 .right .right_bottom .right_bottom_left {
    width: 50%;
  }

  .about .w1760 .w1200 .right .right_bottom .right_bottom_right {
    width: 50%;
  }

  .footer_top ul {
    width: 100%;
  }

  .page_info .w1200 {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 5px;
  }

  .talents {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
  }

  .honor {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
  }

  .duty {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
  }

  .client {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
  }

  .contact_top ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .contact_top ul li {
    width: 24%;
    max-width: 290px;
  }

  .contact_top ul li .text {
    font-size: 18px;
  }

  .contact_top ul li .text span:first-child {
    font-size: 18px !important;
  }

  .contact_top ul li .text span:last-child {
    font-size: 14px !important;
    font-weight: 100;
  }

  .newsd_info {
    width: 100%;
    padding: 50px;
  }

  .organ .w1200 {
    padding: 155px 5px 170px
  }

  .equipment .w1200 {
    padding: 60px 5px 90px;
  }

  .team .w1200 {
    padding: 0 5px;
  }

  .team .w1200 .left {
    width: 50%;
  }

  .team .w1200 .right {
    width: 45%;
  }

  #about {
    padding: 0 5px;
    box-sizing: border-box;
  }

  .page_banner .w1200 {
    width: 100%;
    height: auto;
  }

  .about_course {
    padding: 0 5px;
  }

  .page_banner .w1200 .title {
    font-size: 30px;
  }

  .page_banner .w1200 ul b {
    font-size: 30px;
  }

  .page_banner .w1200 {
    padding: 80px 0;
  }

  .about_time {
    width: 100%;
    margin: 150px auto 90px;
  }

  .about_time .swiper-wrapper .swiper-slide .right .time {
    font-size: 80px;
  }

  .about_time .swiper-wrapper .swiper-slide .left {
    width: 48%;
  }

  .about_time .swiper-wrapper .swiper-slide .right {
    width: 48%;
  }

  .about_time .swiper-pagination {
    margin-top: 30px;
  }

  .staff .w1200 {
    margin: 60px auto;
  }

  .staff .w1200 .top .left .title {
    font-size: 30px;;
  }

  .spirit ul li .info .title {
    font-size: 30px;
  }

  .base .w1200 .title {
    font-size: 30px;
  }

  .honor .title {
    font-size: 30px;
  }

  .duty .title {
    font-size: 30px;
  }

  .client .title {
    font-size: 30px;
  }

  .base .w1200 .title {
    margin-bottom: 40px;
  }

  .carbon .w1200 .title {
    font-size: 30px;
  }

  .carbon .w1200 .title {
    margin-bottom: 40px;
  }

  .carbon .w1200 .info .left {
    width: 50%;
  }

  .carbon .w1200 .info .right {
    width: 50%;
  }

  .carbon .w1200 {
    margin: 60px 0;
  }



  .product_list ul li {
    width: 25%;
    margin-left: 0 !important;
    overflow: hidden;

    /* height: 200px; */
  }

  .product_list ul li a {
    display: block;
    overflow: hidden;
  }

  .product_list ul {
    /* display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		justify-content: space-around; */
  }

  .product_list ul li.sm {
    width: 23%;
  }
}

@media (max-width: 1099px) {
  .honor .wall figure {
    width: 50%;
  }

  .area .w1760 .center_title {
    padding: 40px 0;
  }

  .about .w1760 .w1200 {
    margin: 40px auto;
  }

  .ensure {
    padding: 40px 0;
  }

  .footprint .w1760 .center_title {
    margin: 40px 0;
  }

  .partner .w1760 {
    padding: 40px 0;
  }

  .partner .list {
    margin-top: 40px;
  }

  .banner .w1760 .center .title {
    font-size: 40px;
  }

  .banner .w1760 .center .sub {
    margin-top: 20px;
  }

  .banner .w1760 .bottom ul li b {
    font-size: 50px;
  }

  .center_title .title {
    font-size: 30px;
  }

  .about .w1760 .w1200 .left .info .info_title {
    font-size: 24px;
  }

  .about .w1760 .w1200 .right .right_top h2 {
    font-size: 24px;
  }

  .about .w1760 .w1200 .right .right_bottom .right_bottom_left h2 {
    font-size: 24px;
  }

  .join .yx .info h1 {
    font-size: 30px;
  }

  .join .yx .info div {
    font-size: 18px;
  }

  .vision .w1760 .title {
    font-size: 30px;
  }

  .ensure .w1760 .title h1 {
    font-size: 30px;
  }

  .ensure .w1760 .title .sub1 {
    font-size: 18px;
  }

  .news .right ul li a .add_time b {
    font-size: 30px;
  }

  .news .right ul li a .info h3 {
    font-size: 16px;
  }

  .banner .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 145px;
  }

  .area .w1760 .list {
    width: 100%;
  }

  .join {
    height: auto;
  }

  .join .yx .info {
    padding: 50px 0;
  }

  .contact_top {
    margin-top: 40px;
  }

  .contact_top h1 {
    font-size: 30px;
  }

  .contact_top ul li .image:after {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }

  .join_title {
    font-size: 30px;
    margin-top: 40px;
  }

  .join_idea .left .list h2 {
    font-size: 18px;
  }

  .join_idea .left .list {
    margin-bottom: 10px;
  }

  .join_table .join_num span {
    font-size: 16px;
  }

  .join_table .join_list li .head span {
    font-size: 16px;
  }

  .join_table .join_list li .info a {
    font-size: 16px;
    padding: 10px;
  }

  .product_top .left h2 {
    font-size: 30px;
  }

  .product_top .left {
    width: 25%;
  }

  .product_top .right {
    width: 70%;
  }

  .product_list ul li.more {
    font-size: 18px;
  }

  .product_size .size_title {
    font-size: 30px;
  }

  .product_size {
    margin: 40px 0;
  }

  .news_title {
    margin: 30px 0;
    font-size: 30px;
  }

  .news_top ul li .info .title {
    font-size: 22px;
  }

  .news_list li a {
    padding: 0 10px;
  }

  .news_list li a .add_time {
    margin-right: 10px;
  }

  .news_list li a .info {
    margin-left: 10px;
  }

  .news_list li a .add_time b {
    font-size: 30px;
  }

  .newsd_info .head .left h2 {
    font-size: 24px;
  }

  .newsd_info {
    padding: 30px;
  }

  .newsd_info .paging div {
    width: 45%;
  }

  .team .w1200 .right h2 {
    font-size: 30px;
  }

  .organ .w1200 {
    padding: 100px 5px 100px;
  }

  .organ .w1200 ul li .info b {
    font-size: 30px;
  }

  .equipment .w1200 .title {
    font-size: 30px;
  }

  .equipment .w1200 {
    padding: 30px 5px;
  }

  .equipment .w1200 .swiper {
    margin-top: 30px;
  }

  .equipment .swiper-slide .right > div .t {
    font-size: 24px;
  }

  .organ .w1200 ul li {
    width: 24%;
    max-width: 260px;
  }

  .staff .w1200 .bottom li {
    width: 24%;
  }

  .staff .w1200 .bottom .num {
    width: 100%;
  }

  .staff .w1200 .bottom .num b {
    font-size: 30px;
  }

  .about_time .swiper-button-prev {
    display: none;
  }

  .about_time .swiper-button-next {
    display: none;
  }
}

@media (max-width: 991px) {

  .client .wall figure {
    width: 50%;
  }

  .duty .wall figure {
    width: 100%;
  }

  .talents .wall figure {
    width: 100%;
  }

  .honor .wall figure {
    width: 100%;
  }

  .header .w1760 .right {
    display: none;
  }

  .header {
    top: 0;
  }

  .header .w1760 .left {
    height: 60px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }

  .banner .w1760 .center .title {
    font-size: 30px;
  }

  .banner .w1760 .center .sub {
    margin-top: 16px;
  }

  .banner .w1760 .bottom ul li b {
    font-size: 40px;
  }

  .center_title .title {
    font-size: 24px;
  }

  .center_title .sub {
    font-size: 14px;
    line-height: 26px;
  }

  .about .w1760 .w1200 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about .w1760 .w1200 .left {
    width: 100%;
    max-width: 470px;
    height: auto;
  }

  .about .w1760 .w1200 .right {
    width: 100%;
    max-width: 730px;
  }

  .join {
    height: auto;
  }

  .join .yx .info {
    padding: 30px 0;
  }

  #certify .swiper-slide {
    width: 400px;
    height: 290px;
  }

  .news {
    flex-wrap: wrap;
  }

  .news .left {
    width: 100%;
  }

  .news .right {
    width: 100%;
  }

  .footer_bottom .left .scroll_cont .list {
    margin: 0 50px;
  }

  .join .yx .info h1 {
    font-size: 24px;
  }

  .vision .w1760 .title {
    font-size: 24px;
  }

  .ensure .w1760 .title h1 {
    font-size: 24px;
  }

  .mobile_btn {
    display: block;
  }

  .contact_top ul {
    margin: 30px 0;
  }

  .contact_top ul li .text {
    font-size: 16px;
  }

  .contact_top ul li .text span:first-child {
    font-size: 16px !important;
  }

  .contact_top h1 {
    font-size: 24px;
  }

  .join_idea {
    flex-wrap: wrap;
    justify-content: center;
  }

  .join_idea .left {
    order: 2;
    width: 100%;
  }

  .join_idea .left .list {
    width: 100%;
  }

  .vision .w1760 .samples {
    padding: 0 4%;
  }

  .vision .w1760 .samples figure {
    width: calc(50% - 20px)
  }

  .join_idea {
    margin: 30px 0;
  }

  .join_title {
    font-size: 24px;
  }

  .product_top {
    flex-wrap: wrap;
  }

  .product_top .left {
    width: 100%;
  }

  .product_top .right {
    width: 100%;
  }

  .product_desc {
    display: block;
	width:96%;
  }
.product_desc .pronav {
  padding-top: 30px; border:0px solid #f60; margin-left:5px;
}

.product_desc .pronav ul {
  overflow: hidden;
  margin: 0 -5px;
  display: flex;
  align-items: center;
}

.product_desc .pronav ul li {
  width: 50%;
  float: left;
  padding: 0 5px;
  box-sizing: border-box;
}

.product_desc .pronav ul li a {
  display: block;
  background: #656565;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  padding:10px 0px;
  text-align: center;
}
.product_desc .pronav ul li a:active {
  display: block;
  background: #c00000;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}
.product_desc .pronav ul li.active a{
  display: block;
  background: #c00000;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
}
.product_desc .pronav ul li a:hover{
  display: block;
  background: #c00000;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
}
  .product_list ul li {
    width: 50%;
    height: auto;
  }

  .product_list ul li.sm {
    width: 30%;
  }

  .news_top ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .news_top ul li:nth-child(2) {
    order: 1;
    width: 100%;
  }

  .news_top ul li:nth-child(1) {
    order: 2;
  }

  .news_top ul li {
    width: calc(50% - 20px);
    margin: 10px;
  }

  .news_top ul li:nth-child(3) {
    order: 2;
  }

  .news_list li a .info {
    width: 90%;
  }

  .newsd_info .head {
    height: auto;
  }

  .team {
    margin-top: 20px;
  }

  .team .w1200 .right {
    margin: 0;
  }

  .equipment .swiper-slide {
    height: 350px;
  }

  .equipment .swiper-slide .right {
    width: 500px;
    height: 350px;
  }

  .equipment .swiper-slide .right > div {
    margin-left: 150px;
  }

  .page_banner .w1200 .title {
    font-size: 24px;
  }

  .page_banner .w1200 ul b {
    font-size: 24px;
  }

  .about_time .swiper-wrapper .swiper-slide .right .time {
    font-size: 50px;
  }

  .staff .w1200 .top .left .title {
    font-size: 24px;
  }

  .spirit ul li .info .title {
    font-size: 24px;
  }

  .base .w1200 .title {
    font-size: 24px;
  }

  .honor .title {
    font-size: 24px;
  }

  .duty .title {
    font-size: 24px;
  }

  .client .title {
    font-size: 24px;
  }

  .base .w1200 .info .left p b {
    font-size: 18px;

  }

  .carbon .w1200 .title {
    font-size: 24px;
  }

  .carbon .w1200 .info .left p b {
    font-size: 18px;

  }

  .page_banner .w1200 {
    flex-wrap: wrap;
    justify-content: center;

  }

  .page_banner .w1200 .left {
    width: 100%;
    max-width: 600px;
    order: 2;
    margin-top: 15px;
  }

  .page_banner .w1200 .right {
    width: 100%;
    max-width: 600px;
    order: 1;
  }

  .page_banner .w1200 .desc {
    margin: 20px 0;
  }

  .area .w1760 .list li {
    height: 150px;
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .honor .wall figure {
    width: 100%;
  }

  .banner .w1760 .center .title {
    font-size: 24px;
  }

  .banner .w1760 .center .sub {
    font-size: 18px;
  }

  .banner .w1760 .bottom ul li b {
    font-size: 30px;
  }

  .banner .w1760 .bottom ul li:last-child {
    display: none;
  }

  .banner .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 120px;
  }

  .center_title .title {
    font-size: 18px;
  }

  .area .w1760 .center_title {
    padding: 30px 0;
  }

.area .w1760 .list li {
  width: 24%;
  text-align: center;
  color: #444;
  margin:0px 0px 20px 0px;
  border:1px solid #ddd;
  transition: all 0.4s ease;
}

  .about .w1760 .w1200 .left .info .info_title {
    font-size: 18px;
  }

  .about .w1760 .w1200 .left .info .info_con b {
    font-size: 16px;
	text-align:left;
  }

  .about .w1760 .w1200 .right .right_top h2 {
    font-size: 18px;
  }

  .about .w1760 .w1200 .right .right_bottom .right_bottom_left h2 {
    font-size: 18px;
  }

  .join .yx .info h1 {
    font-size: 18px;
  }

  .vision .w1760 .title {
    font-size: 18px;
  }

  .ensure .w1760 .title h1 {
    font-size: 18px;
  }

  .footer_bottom .left .scroll_cont .list {
    margin: 0 20px;
  }

  .footer_top ul li a {
    box-sizing: border-box;
    padding: 0 10px;
  }

  .footer_top ul li a span {
    margin: 0 25px;
  }

  .join .yx .info div {
    font-size: 16px;
  }

  .contact_top ul li {
    width: 49%;
  }

  .contact_top ul li .text {
    width: 100%;
  }

  .news_top ul li {
    width: 100%;
  }

  .news_list li {
    padding: 20px 0;
  }

  .newsd_info .paging {
    flex-wrap: wrap;
    padding: 15px;
  }

  .newsd_info .paging div {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .newsd_info .paging div:last-child {
    margin: 0;
  }

  .newsd_info .paging div a {
    font-size: 16px;
  }

  .newsd_info {
    margin: 0 auto;
  }

  .team .w1200 .right h2 {
    font-size: 24px;
  }

  .organ .w1200 ul li .info b {
    font-size: 24px;
  }

  .equipment .w1200 .title {
    font-size: 24px;
  }

  .about_time .course_image {
    width: 130px;
    top: -95px;
    left: 15px;
  }

  .about_time {
    margin: 100px 0 40px;
  }

  .staff .w1200 {
    margin: 40px 0;
  }

  .staff .w1200 .bottom {
    margin-top: 40px;
  }

  .carbon .w1200 .info {
    flex-wrap: wrap;
    justify-content: center;
  }

  .carbon .w1200 .info .left {
    width: 100%;
  }


  .carbon .w1200 .info .right {
    width: 100%;
    text-align: center;
  }


}

@media (max-width: 640px) {


  .equipment {
    margin-top: 30px;
  }

  .equipment .w1200 .title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .equipment .swiper-slide img {
    width: 100%;
    height: auto;
  }

  .equipment .swiper-slide .right {
    width: 100%;
    height: auto;
    position: static;
    background-image: none;
  }

  .equipment .swiper-slide .right > div {
    margin: 0;
    color: #333;
    width: 100%;
    padding-top: 15px;
  }

  .equipment .swiper-slide .right > div .t {
    font-size: 20px;
  }

  .equipment .swiper-slide .right > div .x {
    color: #333;
    background-color: #333;
  }

  .zhizao {
    box-sizing: border-box;
    padding: 30px 0;
  }

  .zhizao .title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .zhizao ul {
    margin: 0 -5px;
  }

  .zhizao ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }

  .zhizao ul li ol {
    border: #cccccc solid 1px;
    box-sizing: border-box;
    padding: 10px;
  }

  .zhizao ul li img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  .zhizao ul li p {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
  }


  .client .wall figure {
    width: 100%;
  }

  .base .w1200 .wall img {
    width: 350px;
    margin-top: 20px;
  }


  .header .w1760 .left {
    width: 150px;
  }

  .banner .w1760 .bottom {
    display: none;
  }

  .banner .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
  }

  .banner .w1760 .center .title {
    font-size: 18px;
  }

  .banner .w1760 .center .sub {
    font-size: 16px;
  }

  .join .yx .info div {
    font-size: 14px;
  }

  .vision .w1760 .title {
    width: 100%;
    max-width: 550px;;
  }

  .ensure .w1760 .title h1 {
    width: 100%;
    max-width: 550px;;
  }

  #certify .swiper-slide {
    width: auto;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
  }

  #certify .swiper-slide img {
    width: 280px;
  }

  .partner .list {
    justify-content: space-around;
  }

  .footer_top ul {
    flex-wrap: wrap;
  }

  .footer_bottom .left .scroll_cont .list {
    margin: 0 10px;
  }

  .contact_top h1 {
    font-size: 18px;
  }

  .contact_top {
    margin-top: 30px;
  }

  .contact_top ul li .text {
    font-size: 14px;
  }

  .contact_top ul li .text span:first-child {
    font-size: 14px !important;
  }

  .contact_bottom table tr td:last-child {
    padding: 0;
  }

  .contact_bottom table tr td.title {
    font-size: 16px;
  }

  .join_number div {
    width: 150px;
    height: 150px;
    padding: 20px;
  }

  .join_number div b {
    font-size: 60px;
  }

  .join_title {
    font-size: 18px;
  }

  .join_idea .left .list h2 {
    font-size: 16px;
  }

  .join_table .join_num span {
    font-size: 14px;
  }

  .join_table .join_list li .head span {
    font-size: 14px;
  }

  .join_table .join_list li .info {
    padding: 15px;
  }

  .join_table .join_list li .info p {
    width: 70%;
  }

  .product_top {
    margin-top: 0;
  }

  .product_top .left div {
    padding: 15px;
  }

  .product_top .left h2 {
    line-height: 50px;
    font-size: 24px;
  }

  .product_top .right .swiper-container {
    width: 90%;
  }

  .product_list ul li.more {
    font-size: 14px;
  }

  .product_list ul li.more img {
    margin-top: 0;
  }

  .product_size .size_title {
    font-size: 24px;
    line-height: 50px;
    height: auto;
  }

  .product_size .size_table th {
    font-size: 16px;
  }

  .news_top ul li:nth-child(2) {
    width: 100%;;
  }

  .news_top ul li .info {
    padding: 25px;
  }

  .news_top ul li .info .title {
    font-size: 16px;
  }

  .news_list li a .add_time b {
    font-size: 24px;
  }

  .news_list li a .info h3 {
    font-size: 16px;
  }

  .news_title {
    font-size: 18px;
  }

  .newsd_info .con {
    padding: 15px;
  }

  .newsd_info .head .left h2 {
    font-size: 18px;
    line-height: 1;
  }

  .newsd_info .head .right {
    display: none;
  }

  .team .w1200 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .team .w1200 .left {
    width: 100%;
    max-width: 600px;
  }

  .team .w1200 .right {
    width: 100%;
    margin-top: 25px;
  }

  .organ .w1200 ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .organ .w1200 {
    padding: 20px 5px;
  }

  .organ .w1200 ul li {
    width: 45%;
  }

  #video {
    width: 100%;
  }

  .page_banner .w1200 .title {
    font-size: 18px;
  }

  .page_banner .w1200 ul b {
    font-size: 18px;
  }

  .page_banner .w1200 {
    padding: 60px 0;
  }

  .about_time .swiper-wrapper .swiper-slide {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about_time .swiper-wrapper .swiper-slide .left {
    width: 100%;
    max-width: 560px;
  }

  .about_time .swiper-wrapper .swiper-slide .right {
    width: 100%;
    max-width: 560px;
  }

  .about_time .swiper-wrapper .swiper-slide .right .time {
    margin: 20px 0;
  }

  .about_time .swiper-wrapper .swiper-slide .right .time {
    font-size: 30px;
  }

  .staff .w1200 .top {
    flex-wrap: wrap;;
  }

  .staff .w1200 .bottom {
    flex-wrap: wrap;
  }

  .staff .w1200 .bottom li {
    width: 48%;
  }

  .spirit ul {
    flex-wrap: wrap;;
  }

  .spirit ul li {
    width: 100%;
  }

  .spirit ul li .info .title {
    font-size: 18px;
  }

  .carbon .w1200 .title {
    margin-bottom: 20px;
  }

  .carbon .w1200 .info .left p b {
    font-size: 16px;
  }

  .carbon .w1200 .info .left p {
    padding-bottom: 15px;
  }

  .staff .w1200 .top .left .title {
    font-size: 18px;
  }

  .carbon .w1200 .title {
    font-size: 18px;;
  }

  .carbon .w1200 {
    margin: 30px 0;
  }

  .base .w1200 .title {
    font-size: 18px;;
  }

  .honor .title {
    font-size: 18px;
  }

  .duty .title {
    font-size: 18px;
  }

  .client .title {
    font-size: 18px;
  }

  .base .w1200 {
    margin: 30px 0;
  }

  .spirit ul li .info .desc {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  #certify .swiper-slide img {
    width: 260px;
  }

  .banner .w1760 .center .title {
    font-size: 16px;
  }

  .banner .w1760 .center .sub {
    font-size: 14px;
  }

  .center_title .title {
    font-size: 16px;
  }

  .center_title .sub {
    font-size: 12px;
  }
.area .w1760 .list li {
  width: 46%;
  text-align: center;
  color: #444;
  margin:0px 0px 20px 0px;
  border:1px solid #ddd;
  transition: all 0.4s ease;
  min-height:210px;

}
.area .w1760 .list li p {
  width: 100%;
  padding:8px 0px;
  border-top:1px solid #ddd;
}

  .about .w1760 .w1200 .left .info {
    padding: 55px 25px;
  }

  .about .w1760 .w1200 .left .info .info_con {
    margin-top: 20px;
  }

  .about .w1760 .w1200 .left .info .more {
    margin-top: 20px;
  }

  .about .w1760 .w1200 .right .right_top h2 {
    font-size: 16px;
  }

  .about .w1760 .w1200 .right .right_top .info_con {
    font-size: 12px;
	text-align:left;
  }

  .about .w1760 .w1200 .right .right_top {
    padding: 40px 0;
  }

  .about .w1760 .w1200 .right .right_top {
    height: auto;
  }

  .about .w1760 .w1200 .right .right_bottom .right_bottom_left {
    height: auto;
  }

  .about .w1760 .w1200 .right .right_bottom .right_bottom_right {
    height: auto;
  }

  .about .w1760 .w1200 .right .right_bottom .right_bottom_left h2 {
    font-size: 16px;
  }

  .join .yx .info div {
    margin: 30px 0;
  }

  .vision .w1760 .title {
    font-size: 16px;
  }

  .ensure .w1760 .title h1 {
    font-size: 16px;
  }

  .ensure .w1760 .title .sub1 {
    font-size: 14px;
  }

  .ensure .w1760 .title .sub2 {
    font-size: 12px;
  }

  .news .right ul li a {
    padding: 10px 5px;
  }

  .news .right ul li a .add_time b {
    font-size: 18px;
  }

  .news .right ul li a .info h3 {
    font-size: 14px;
  }

  .news .right ul li a .info .desc {
    font-size: 12px;
  }

  .news .right ul li a .add_time {
    font-size: 12px;
  }

  .partner .list li {
    width: 40%;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 15px;
  }

  .partner .list li img {
    max-width: 100%;
  }

  .partner .list li.sm {
    margin: 0;
  }

  .footer_top ul li a {
    justify-content: space-between;
  }

  .footer_bottom .left .scroll_cont .list {
    margin: 0;
  }

  .footer_bottom h2 {
    font-size: 14px;
  }

  .footer_bottom .left .scroll_cont {
    justify-content: space-around;
    margin-right: 15px;
  }

 

  .about .w1760 .w1200 .left .info .info_title {
    font-size: 16px;
  }

  .about .w1760 .w1200 .left .info .info_con b {
    font-size: 14px;
  }

  .about .w1760 .w1200 .left .info .info_con > div {
    font-size: 12px;
  }

  .join .yx .info h1 {
    font-size: 16px;
  }

  .partner .list {
    margin-top: 20px;
  }

  .product_list {
  margin-top:30px;
  }
   .product_list ul{
   margin-left:1%;
  }
  .product_list ul li {
    width: 48%; float:left; margin:0 1% 1%;
  }

  .product_size .size_table {
    margin-top: 30px;
  }

  .product_size .size_title {
    font-size: 18px;
  }

  .product_top .left h2 {
    font-size: 18px;
  }

  .news_top ul li .info .title {
    margin: 20px 0;
  }

  .news_top {
    margin-bottom: 30px;
  }

  .news_list li a .info {
    width: 80%;
  }

  .news_list li a .add_time b {
    font-size: 18px;
  }

  .news_list li a .add_time {
    font-size: 12px;
  }

  .news_list li a .info h3 {
    font-size: 14px;
  }

  .news_list li a .info .desc {
    font-size: 12px;
  }

  .news_list li {
    padding: 10px 0;
  }

  .news_top ul li .info .title {
    font-size: 14px;
    line-height: 26px;
  }

  .news_top ul li .info .more {
    padding: 10px 15px;
  }

  .pages {
    margin: 25px 0;
  }

  .newsd_info {
    padding: 20px 10px;
  }

  .newsd_info .paging div {
    padding-top: 10px;
    font-size: 14px;
  }

  .newsd_info .paging div a {
    font-size: 14px;
  }

  .page_banner .w1200 ul li span {
    font-size: 14px;;
  }

  .carbon .w1200 .title {
    font-size: 16px;;
  }

  .carbon .w1200 {
    margin: 30px 0;
  }

  .base .w1200 .title {
    font-size: 16px;;
  }

  .honor .title {
    font-size: 16px;
  }

  .duty .title {
    font-size: 16px;
  }

  .client .title {
    font-size: 16px;
  }

  .base .w1200 {
    margin: 30px 0;
  }

  .spirit ul li .info .desc {
    font-size: 14px;
  }

  .staff .w1200 .top .left .desc p {
    padding-bottom: 20px;
  }

  .staff .w1200 .top .left .title {
    font-size: 16px;
  }

  .staff .w1200 .top .left .desc {
    margin-top: 15px;
  }

  .spirit ul li .info .title {
    font-size: 16px;
  }

  .carbon .w1200 .info .left p b {
    font-size: 14px;
  }

  .carbon .w1200 .info .left p {
    font-size: 12px;
  }



  .product_list ul li {
    /* height: 140px; */
  }

  .product_list ul li.sm {
    width: 48%;
  }
}

.wuxi-daer-video {
  margin-top: 96px;
}

.Newkehu {
  max-width: 1200px;
  width: 100%;
}
.text_center { text-align: center; margin:0px auto;}
.x_page a,.x_page span {
        display: inline-block; 
        font-size: 15px;
        color:#fff;
        width:38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        margin:30px 4px 30px auto;
        background: #ccc;
        border-radius: 6px;
        -moz-border-radius: 6px
        -webkit-border-radius:  6px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .x_page a:hover,.x_page span.current {
        background: #ff9d00;
        color:#fff;
    }
	
.x_contactlist{ width:100%; overflow:hidden; max-width:1440px; margin:40px auto 40px auto;} 
.x_contactlist h3{ font-size:30px; color:#c00000; text-align:center;padding:30px 0px;} 
.x_contactlist ul{ width:100%; overflow:hidden;} 
.x_contactlist ul li{ width:24%; float:left; border:1px solid #eee; text-align:center;font-size:16px; margin:0 1% 0 0; padding:30px 0px 10px 0px; height:90px;} 
.x_contactlist ul li:last-child{ margin:0 0% 0 0; } 
.x_contactlist ul li h5{ font-size:18px; margin-bottom:10px;} 

@media (max-width: 560px) {
.x_contactlist{ width:100%; overflow:hidden; max-width:1440px; margin:40px auto 40px auto;} 
.x_contactlist h3{ font-size:30px; color:#c00000; text-align:center;padding:30px 0px;} 
.x_contactlist ul{ width:100%; overflow:hidden;} 
.x_contactlist ul li{ width:48%; float:left; border:1px solid #eee; text-align:center;font-size:16px; margin:0 1% 2% 0; padding:30px 0px 10px 0px; height:90px;} 
.x_contactlist ul li:last-child{ margin:0 0% 0 0; } 
.x_contactlist ul li h5{ font-size:18px; margin-bottom:10px;} 
}