* {
  padding: 0;
  margin: 0;
}

.banner_introduce {
  /*margin-top: 91px;*/
  width: 100%;
  height: 520px;
  position: relative;
  overflow: hidden;
}
.banner_introduce .tiaozhuan{
  /*margin-top: 91px;*/
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.banner_introduce .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.banner_introduce .swiper-slide >img{
  height: 100%;
}
.banner_introduce .swiper-slide .swiper_content{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /*margin-left: 230px;*/
  width: 750px;
  /*outline: 1px solid red;*/
}
.swiper_content_left{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.qianhui_logo2{
  width: 480px;
  height: auto;
}
.qianhui_logo3{
  width: 360px;
  height: auto;
}
.swiper_content_left a{
  margin-top: 35px;
  width: 140px;
  height: 45px;
  background-color: #f03b46;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  border-radius: 23px;
}
.swiper_content_left a img{
  margin-right: 15px;
  width: 17px;
  height: 17px;
}
.swiper_content_right{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.swiper_content_right img{
  width: 160px;
  height: 170px;
}
.swiper_content_right p{
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.swiper_content_right p:nth-of-type(2) span{
  font-weight: bold;
}

.commonH3 {
  width: 100%;
  margin-bottom: 81px;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  color: #141414;
}

.commonP {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  color: #666666;
}

.commonButton {
  width: 200px;
  height: 54px;
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 1px;
  color: #f03b44;
  font-weight: normal;
  border-radius: 27px;
  border: solid 1px #f03b44;

}

/*æ¨¡å—1*/
.introduce_module1 {
  width: 100%;
  padding: 68px 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.introduce_module1 img {
  width: 1000px;
  height: auto;
  margin: 0 0 30px;
}

/*æ¨¡å—2*/
.introduce_module2 {
  width: 100%;
  padding: 68px 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
}

.module2_content {
  width: 1200px;
  display: flex;
  margin-bottom: 70px;
  justify-content: space-between;
  align-items: center;
}

.module2_content ul {
  width: 560px;
}

.module2_content ul li {
  width: 100%;
  list-style-type: none;
  box-sizing: border-box;
  padding-top: 20px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}

/*.module2_content ul li:hover h4,.module2_content ul li:hover p{*/
/*    color: #f03b44;*/
/*}*/

.module2_content ul li h4 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  /*color: #333;*/
}

.module2_content ul li p {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  margin: 20px 0 31px;
  text-align: left;
  line-height: 24px;
}

.module2_content ul li div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all 4s linear;
  background-color: #f03b44;
}

.module2_content img {
  width: 370px;
  height: auto;
}

/*æ¨¡å—3*/
.module3 {
  width: 100%;
  padding: 68px 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #FAFAFAFF;
}

.module3_contents {
  width: 1200px;
  /*outline: 1px solid red;*/
}

.module3_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.module3_content img {
  height: 330px;
  width: auto;
}

.module3_content_view {
  width: 400px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /*outline: 1px solid yellow;*/
}

.module3_content_view h3 {
  font-weight: bold;
  font-size: 26px;
  color: #141414;
  text-align: left;
}

.module3_content_view p {
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin: 25px 0 36px;
}

/*æ¨¡å—4*/
.module4 {
  width: 100%;
  padding: 68px 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #fafafa;
}

.module4 img {
  width: 1200px;
  height: auto;
  margin-bottom: 70px;
}

/*æ¨¡å—5*/
.module5 {
  width: 100%;
  padding: 68px 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.module5_contents {
  width: 1200px;
  /*outline: 1px solid red;*/
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.module5_content {
  width: 385px;
  height: 235px;
  margin-bottom: 18px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

.module5_content:nth-of-type(1) {
  background: url("../images/intro_module5_img1.png") no-repeat;
  background-size: 100% 100%;
}

.module5_content:nth-of-type(2) {
  background: url("../images/intro_module5_img2.png") no-repeat;
  background-size: 100% 100%;
}

.module5_content:nth-of-type(3) {
  background: url("../images/intro_module5_img3.png") no-repeat;
  background-size: 100% 100%;
}

.module5_content:nth-of-type(4) {
  background: url("../images/intro_module5_img4.png") no-repeat;
  background-size: 100% 100%;
}

.module5_content:nth-of-type(5) {
  background: url("../images/intro_module5_img5.png") no-repeat;
  background-size: 100% 100%;
}

.module5_content:nth-of-type(6) {
  background: url("../images/intro_module5_img6.png") no-repeat;
  background-size: 100% 100%;
}
.module5_content span{
  position: absolute;
  z-index: 2;
  font-size: 32px;
  color: #fff;
  letter-spacing: 1px;
}
.module5_content .module5_content_shadow1{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .4;
  border-radius: 6px;
}
.module5_content .module5_content_shadow2{
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #f03b44;
  opacity: .2;
  border-radius: 6px;
}
.module5_content:hover .module5_content_shadow2{
  display: block;
}


.module6 {
  width: 100%;
  /* padding: 68px 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; */
  /* background: url("../images/33.jpg") no-repeat;
  background-size: 100% 100%; */
}
/* .module6_contact{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    height: 60px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.module6_contact .logo{
    font-size: 24px;
    font-weight: normal !important;
    color: #fff;
}
.module6_contact .phone{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
} */


.team {
  padding-top: 76px;
  padding-bottom: 83px;
  /* background-color: #fafafa; */
}

.team .h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 90px;
  color: #1a1a1a;
}

.team ul {
  display: flex;
  width: 1040px;
  margin: 0 auto;
}

.team ul li {
  display: inline-block;
  text-align: center;
}

.team ul li span {
  display: inline-block;
  width: 378px;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  text-align: center;
  margin-top: 25px;
}


/* .ability {
    padding-top: 76px;
    padding-bottom: 125px;
}

.ability .h3 {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    margin-bottom: 116px;
    color: #141414;
}

.ability img {
    display: block;
    margin: 0 auto;
} */

.serve {
  padding-top: 76px;
  padding-bottom: 70px;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.serve .h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 132px;
  color: #1a1a1a;
}

.serve ul {
  width: 1200px;
  display: flex;
  margin-bottom: 70px;
  justify-content: space-between;
  align-items: center;
}

.serve ul li {
  width: 185px;
  height: 210px;
  display: flex;
  border-radius: 6px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.serve ul li img {
  width: 60px;
  height: 60px;
  margin: 30px 0 20px;
}

.serve ul li p {
  font-size: 16px;
  line-height: 36px;
  color: #000;
}
.serve ul li span {
  font-size: 12px;
  line-height: 22px;
  color: #666;
  text-align: center;
}


