﻿@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: top;
}

ul,
li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.banner,
.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7 {
  min-width: 1200px;
}

.warp {
  width: 1000px;
  margin: 0 auto;
}

.banner {
  height: 442px;
  background-image: url(../../images/about2.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  text-align: right;
}

.banner .warp {
  width: 980px;
  padding-right: 20px;
  padding-top: 212px;
}

.banner .warp h1 {
  font-size: 60px;
  color: #35BB70;
  line-height: 60px;
  margin-bottom: 20px;
  font-weight: normal;
}

.banner .warp h2 {
  font-size: 38px;
  margin-bottom: 30px;
  color: #35BB70;
  line-height: 38px;
  font-weight: normal;
}

.banner .warp h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 42px;
  font-weight: normal;
}

.banner .warp a {
  display: inline-block;
  width: 162px;
  height: 50px;
  background-color: #1dcbac;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.col1 {
  height: 52px;
}

.col1 .col1_nav {
  width: 100%;
  background-color: #35BB70;
  position: relative;
  top: 0;
  left: 0;
}

.col1 .warp {
  text-align: center;
  width: 1500px;
  margin: 0 auto;
}

.col1 .warp a,
.down {
  display: inline-block;
  font-size: 18px;
  line-height: 52px;
  padding: 0 24px;
  color: #fff;
  cursor: pointer;
}

.col1 .warp a:hover {
  border-bottom: 2px solid #fff;
}

.col1 .warp .active {
  border-bottom: 2px solid #fff;
}

.downbox {
  position: relative;
}



.downbox .down-list {
  width: 100px;
  /* height: 50px; */
  background-color: #fff;
  color: #35BB70;
  position: absolute;
  left: 20px;
  box-shadow: 0px 0px 3px gray;
  display: none;
}

.downbox .down-list a {
  font-size: 13px;
  color: #35BB70;
  font-weight: 600;
}

.downbox .down-list a:hover {
  background-color: #35BB70;
  color: #fff;
}

.col1 .warp .down:hover .down-list {
  display: block;
}

.col2 .warptext {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 76px;
}

.col2 .warptext h2 {
  font-size: 40px;
  color: #666;
  text-align: center;
  position: relative;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 50px;
}

.col2 .warptext h2:after {
  content: "";
  width: 4em;
  height: 2px;
  background-color: #35BB70;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -2em;
}

/* .col2 .warp>p {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  text-indent: 2em;
  margin-bottom: 20px;
} */
.col2 .warptext .Introductionone {
  padding: 40px 0;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  text-indent: 2em;
  display: flex;
  justify-content: space-around;
  background-color: #eee;
  font-size: 15px;
}

.col2 .warptext .Introductionone .box {
  width: 600px;
}

.col2 .warptext .Introductionone .box h3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}

.col2 .warptext .Introductiontwo {
  padding: 40px 0;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  text-indent: 2em;
  display: flex;
  justify-content: space-around;
  font-size: 15px;
}

.col2 .warptext .Introductiontwo .box {
  width: 600px;
}

.col2 .warptext .Introductiontwo .box h3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}

.col2 .warp>ul:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 95%;
  border-left: 1px solid #ccc;
  left: 50%;
  top: 24px;
}

.col2 .warp>ul {
  position: relative;
  padding: 0 72px;
  padding-bottom: 60px;

}

.col2 .warp>ul>li {
  width: 290px;
  border: 7px solid #88f8bc;
  margin: 24px 40px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.col2 .warp>ul>li>div {
  background: #fff;
  padding: 15px;
  width: 270px;
}

.col2 .warp>ul>li>div>h3 {
  font-size: 38px;
  line-height: 58px;
  color: #35BB70;
}

.col2 .warp>ul>li>div>p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.col2 .warp>ul>li.col2_odd {
  text-align: right;
}

.col2 .warp>ul>li.col2_odd>div {
  margin-left: -135px;
}

.col2 .warp>ul>li.col2_odd>img {
  position: relative;
  right: -62px;
}

.col2 .warp>ul>li.col2_even>div {
  margin-right: -135px;
}

.col2 .warp>ul>li.col2_even>img {
  position: relative;
  left: -62px;
}

.col3 {
  height: 392px;
  background: #0a2036;
}

.col3 .warp {
  padding-top: 80px;
}

.col3 .warp>h2 {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 70px;
  text-align: center;
}

.col3 .warp>ul {
  display: flex;
  justify-content: space-around;
}

.col3 .warp>ul li {
  width: 162px;
  overflow: hidden;
  margin-right: 5px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 80px auto;
  cursor: pointer;
  color: #fff;
  padding-top: 110px;
  text-align: center;
  position: relative;
  font-size: 14px;
}

.col3 .warp>ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.col3 .warp>ul li:last-child {
  margin-right: 0;
}

.col4 .warp {
  padding-top: 55px;
  margin-bottom: 58px;
}

.col4 .warp h2 {
  font-size: 40px;
  color: #666;
  text-align: center;
  position: relative;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 50px;
}

.col4 .warp h2:after {
  content: "";
  width: 4em;
  height: 2px;
  background-color: #35BB70;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -2em;
}

.col4 .swiper-growth-next {
  width: 50px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  top: 250px;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
}

.col4 .swiper-growth-prev {
  width: 50px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  top: 250px;
  right: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
}

.col4 .swiper-growth-next .icon-xiangzuoanniu,
.col4 .swiper-growth-prev .icon-xiangyouanniu {
  font-size: 25px;
}

.col4 .warp .col4_conts_l {
  border-bottom: 1px solid #ccc;
  margin-bottom: 70px;
}

.col4 .warp .col4_conts_l p.active {
  background-color: #1dcbac;
  border-color: #1dcbac;
  color: #fff;
}

.col4 .warp .col4_conts_l p {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 28px;
  color: #1dcbac;
  text-align: center;
  line-height: 84px;
  cursor: pointer;
  position: relative;
  top: 44px;
  margin: 0 7px;
  margin-top: -34px;
}

.col4 .warp .col4_conts_r {
  width: 850px;
}

.col4 .warp .col4_conts_r li.active {
  display: block;
}

.col4 .warp .col4_conts_r li {
  display: none;
}

.col4 .warp .col4_conts_r li p {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  margin-top: 34px;
}

.col4 .warp .col4_conts_r li p span {
  font-size: 26px;
}

.col4 .warp .col4_conts_r li P:hover {
  color: #d22020;
}

.col4 .warp .col4_conts_r li P:hover span {
  color: #d22020;
}

.col4_conts .line-box {
  margin: 0 auto;
  height: 177px;
  background: url(../../picture/about/line.png) no-repeat;
  background-size: auto 2px;
  background-position: center 40px;
  text-align: center;
  margin-bottom: 30px;
}

.col5 {
  background-color: #fafafa;
}

.col5 .warp {
  padding-top: 69px;
  margin-bottom: 53px;
  padding-bottom: 30px;
}

.col5 .warp h2 {
  font-size: 40px;
  color: #666;
  text-align: center;
  position: relative;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 50px;
}

.col5 .warp h2:after {
  content: "";
  width: 4em;
  height: 2px;
  background-color: #35BB70;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -2em;
}

.col5 .col5_con {
  width: 1002px;
  margin: 0 auto;
}

.col5 .col5_con>ul {
  background: url(../../images/honor_bg.png) repeat-y center -4px;
  height: 1480px;
  padding-left: 20px;
}

.col5 .col5_con>ul>li:hover .mask {
  opacity: 1;
}

.col5 .col5_con>ul>li {
  vertical-align: bottom;
  float: left;
  height: 205px;
  display: table;
  margin: 0 22px 0 10px;
  margin-bottom: 90px;
}

.col5 .col5_con>ul>li>a {
  vertical-align: bottom;
  position: relative;
  display: table-cell;
}

.col5 .col5_con>ul>li>a .mask {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 13px;
  vertical-align: middle;
  display: table;
  padding: 7px;
  opacity: 0;
}

.col5 .col5_con>ul>li>a .h_border {
  border: 3px solid #bfbfbf;
  display: block;
  vertical-align: middle;
  display: table-cell;
  line-height: 22px;
}

.col5 .col5_con>ul>li>a .h_border h5 {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding: 0 1px 3px;
  margin-bottom: 7px;
}

.col6 .warp {
  padding-top: 58px;
  padding-bottom: 40px;
}

.col6 .warp .imgbox {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.col6 .warp .imgbox .imgbox-img {
  width: 300px;
  height: 200px;
  margin-top: 10px;
}

.col6 .warp h2 {
  font-size: 40px;
  color: #666;
  text-align: center;
  position: relative;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 50px;
}

.col6 .warp h2:after {
  content: "";
  width: 4em;
  height: 2px;
  background-color: #35BB70;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -2em;
}

.col6 .col6_cont {
  height: 687px;
  position: relative;
  min-width: 1200px;
  overflow: hidden;
}

.col6 .col6_cont li.active {
  display: block;
}

.col6 .col6_cont li {
  height: 687px;
  display: none;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
}

.col6 .col6_cont>a {
  position: absolute;
  width: 50px;
  height: 76px;
  background-color: rgba(0, 0, 0, 0.7);
  top: 50%;
  margin-top: -38px;
  opacity: 0;
}

.col6 .col6_cont .col6_btn_l {
  left: 30px;

}

.col6 .col6_cont .col6_btn_r {
  right: 30px;

}

.col6 .col6_cont .col6_cont_desc {
  position: absolute;
  height: 52px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  opacity: 0;
}

.corporate_culture{
  padding: 40px;
  background-color: #f6f6f6;
}
.corporate_culture .culture_image{
  /*margin-left: 50px;*/
}
.green-line {
  border-bottom: 2px solid #99cdc2; /* 1像素宽的绿色实线边框作为底线 */
  margin-bottom: 10px;
}

.corporate_culture .culture_image_text{
  display: flex;

}

.about_block{
  padding: 40px;
  background-color: #f6f6f6;

}

.about_block1{
  display: flex;
  flex-direction:row;
  justify-content:space-between;
  align-items: center;
}
.about_block1 img{
  width: 500px; /* 图片宽度，可按需修改 */
  height: auto; /* 高度自适应，保持图片比例 */
}


.col2 .warptext .company{
  text-align: center;
  margin-bottom: 20px;
}

/*# sourceMappingURL=about_170322.css.map */