html, body, p, blockquote {
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 16px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-wrapper img {
  width: 100%;
}

.introduce-wrap {
  background-color: #f5f6ff;
  padding: 70px 0 50px 150px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.introduce-img-wrap {
  position: relative;
}

.introduce-line {
  display: flex;
  align-items: center;
}

.line1 img {
  padding-top: 30px;
}

.line2 img {
  padding-top: 30px;
}

.line3 img {
  padding-bottom: 30px;
}

.line1 {
  position: absolute;
  top: 80px;
  left: -130px;
}

.line2 {
  position: absolute;
  top: 90px;
  left: 350px;
}

.line3 {
  position: absolute;
  top: 290px;
  left: 320px;
}

.introduce-line > p {
  font-size: 35px;
  margin: 0 20px;
  white-space: nowrap;
}

.introduce-line-active > p {
  color: #cf4456;
}

.introduce-line > img {
  width: 110px;
}

.introduce-img {
  width: 400px;
}

.introduce-content {
  width: 40%;
}

.introduce-content-title {
  display: inline;
  font-size: 30px;
  padding-top: 10px;
  border-top: 2px solid #d85e72;
}

.introduce-content-text {
  font-size: 18px;
  margin: 30px 0 40px 0;
  line-height: 35px;
}

.introduce-content-text-list {

}

.introduce-content-text-list p {
  font-size: 18px;
  margin: 10px 0;
}

.introduce-content-text-list span {
  color: #d85e72;
  margin-right: 5px;
}

.attestation-wrap {

}

.attestation-info {
  display: flex;
  height: 460px;
}

.attestation-info-title {
  background-color: #f7f7fa;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.attestation-info-title > div:nth-child(1) {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.attestation-info-title > div:nth-child(1) > p {
  color: #877f7f;
  font-size: 28px;
}

.attestation-info-title > div:nth-child(1) > div {
  width: 50px;
  height: 3px;
  background-color: #3ca847;
  margin-right: 15px;
}

.attestation-info-title > p:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
}

.attestation-info-text {
  background-color: #f7f7fa;
  flex: 1.5;
}

.attestation-info-text > p:nth-child(1) {
  font-size: 18px;
  margin: 80px 150px 100px 50px;
  line-height: 35px;
}

.attestation-info-text > p:nth-child(2) {
  display: block;
  width: 100px;
  color: #bbc1cf;
  margin-left: 50px;
  border: 1px solid #bbc1cf;
  padding: 10px 0;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}

.attestation-list {
  background-color: #fff;
  display: flex;
  width: 80%;
  height: 190px;
  margin: 0 auto;
}

.attestation-list > blockquote:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 30px;
  right: 0;
  width: 1px;
  height: 120px;
  background-color: #f1f2f5;
}

.attestation-list > blockquote {
  position: relative;
  flex: 1;
  box-sizing: border-box;
}

.attestation-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.attestation-item > img {
  width: 60px;
}

.attestation-item > p {
  font-size: 26px;
  font-weight: bold;
  margin-top: 15px;
}

.attestation-item-hover {
  width: calc(100% - 1px);
  background-color: #3ca847;
  position: relative;
  flex: 1;
  display: none;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 30px;
  box-sizing: border-box;
  height: 100%;
}

.attestation-item-hover > p:nth-child(1) {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}

.attestation-item-hover > p:nth-child(2) {
  color: #fff;
}

.attestation-item-hover > div:nth-child(3) {
  text-align: right;
}

.attestation-item-hover > div:nth-child(3) > img {
  width: 20px;
}

.service-wrap {
  background-color: #f7f7fa;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-title {
  font-size: 26px;
  font-weight: bold;
}

.service-info {
  font-size: 12px;
  margin: 20px 0 40px 0;
}

.service-list {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}

.service-item {
  width: 33.33%;
  height: 170px;
  border: 1px solid #f6f6f6;
  display: flex;
  background-color: #fff;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
}

.service-item > img:nth-child(1) {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.service-item > div {
  
}

.service-item > div > p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.service-item > div > p:nth-child(2) {
  font-size: 14px;
}

.service-flag {
  position: absolute;
  top: 0;
  right: 0;
}

.industry-wrap {
  background-color: #f7f7fa;
}

.industry-list {
  background-color: #fff;
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box;
  display: flex;
}

.industry-item {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.industry-item > img {
  padding-bottom: 30px;
  cursor: pointer;
}

/*.industry-item > img:nth-child(1) {
  display: flex;
}

.industry-item > img:nth-child(2) {
  display: none;
}*/

.industry-item > p {
  
}

.industry-item-active {
  box-shadow: -5px 0 10px #f7f7fa, 5px 0 10px #f7f7fa;
}

.industry-item-active > img:nth-child(1) {
  display: none;
}
.industry-item-active > img:nth-child(2) {
  display: flex;
}

.industry-item-active > p {
  color: #3ca847;
}

.industry-info-wrap {
  display: flex;
  padding: 30px 80px;
}

.industry-info {
  width: 650px;
  /* flex: 1; */
  padding: 20px 40px 20px 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.industry-info-title {
  font-size: 30px;
  font-weight: bold;
}

.industry-info-text {
  line-height: 35px;
  font-size: 18px;
}

.industry-info-category-list {
  display: flex;
  flex-wrap: wrap;
}

.industry-info-category-list > p {
  width: 50%;
  line-height: 40px;
  font-size: 18px;
}

.industry-info-more {
  display: block;
  width: 100px;
  color: #bbc1cf;
  border: 1px solid #bbc1cf;
  padding: 10px 0;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
} 

.industry-info-img {
  width: 800px;
  height: 350px;
}

.news-wrap {
  box-shadow: 0 -10px 5px #f2f2f6;
  background-color: #f7f7fa;
  padding: 30px 10%;
  box-sizing: border-box;
}

.news-menu {
  display: flex;
}

.news-menu > p {
  font-size: 22px;
  font-weight: bold;
  margin: 40px 60px 45px 0;
  color: #969dac;
  cursor: pointer;
}

.news-menu-active {
  color: #4cae57 !important;
  border-bottom: 4px solid #4cae57;
  padding-bottom: 15px;
}

.news-list {
  display: flex;
  justify-content: space-between;
}

.news-item {
  width: 30%;
  height: 550px;
  background-color: #fff;
  margin-bottom: 20px;
}

.news-item-img {
  width: 100%;
  height: 220px;
}

.news-item-info-wrap {
  padding: 30px 25px 0 25px;
}

.news-item-title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-item-text {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #8e94a4;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 30px;
}

.news-item-date {
  color: #8e94a4;
  margin-bottom: 40px;
}

.news-item-detail {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.news-item-detail > p {
  color: #8e94a4;
  font-size: 14px;
  margin-right: 15px;
  cursor: pointer;
}

.news-item-detail > img {
  width: 18px;
  height: 7px;
  cursor: pointer;
}

.contact-wrap {
  
}

.contact-top {
  padding-left: 10%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
}

.contact-top > img {
  width: 1000px;
}

.contact-top-title {
  margin-top: 100px;
}

.contact-top-title > div:nth-child(1) {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.contact-top-title > div:nth-child(1) > p {
  color: #877f7f;
  font-size: 28px;
}

.contact-top-title > div:nth-child(1) > div {
  width: 50px;
  height: 3px;
  background-color: #3ca847;
  margin-right: 15px;
}

.contact-top-title > p:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
}

.contact-bottom {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-bottom > p {
  color: #877f7f;
  font-size: 18px;
  margin-right: 140px;
}

.contact-btn {
  width: 190px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #3ca847;
  margin-right: 20px;
}

.contact-btn > p {
  color: #3ca847;
}

.contact-btn > img {
  
}

.industry-item-bgcolor{
  background-color: #d1cbcb;
}


.contact-btn{
  cursor: pointer;
}

.introduce-line p{
  cursor: pointer;
}














