img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.sc_navitem .tit {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sc_navitem .tit .num {
  font-size: 61px;
  font-family: 'arial';
  color: #fff;
}
.sc_navitem .tit span {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.sc_navitem .txt {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
.OuterBox {
  width: 100%;
  position: relative;
}
.OuterBox .InnerBox {
  margin: 0 auto;
  max-width: 1200px;
}
.OuterBox.padd95 {
  padding: 95px 0;
}
.OuterBox.bgcolo1 {
  background-color: #fff;
}
.OuterBox.bgcolo2 {
  background-color: #f7f7f7;
}
.OuterBox .InnerBox2 {
  margin: 0 auto;
  max-width: 1400px;
}
.back1 {
  background: url(../images/us_06.jpg) no-repeat;
  background-size: cover;
}
.sc_flex {
  height: 244px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sc_flex .sc_line {
  width: 1px;
  height: 44px;
  background-color: #ffffff66;
}
.back2 {
  background: url(../images/us_07.jpg) no-repeat center;
  background-size: cover;
  min-height: 818px;
  padding: 95px 0;
}
.morebtn {
  font-size: 16px;
  color: #fff;
  width: 145px;
  background: #c0d72d;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 45px;
}
.sl_head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
}
.sl_head .tit {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
}
.sl_body {
  position: relative;
  width: 100%;
  display: flex;
  height: 518px;
}
.sl_body .bodyleft {
  flex: 1;
  position: relative;
  height: 100%;
  background-color: #fff;
}
.sl_body .bodyleft .leftcontent {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  padding: 50px 40px;
}
.sl_body .bodyleft .leftcontent .num {
  font-size: 36px;
  color: #c0d72d;
  font-weight: bold;
}
.sl_body .bodyleft .leftcontent .tit {
  font-size: 27px;
  color: #323232;
  font-weight: bold;
  margin-top: 20px;
  max-width: 480px;
}
.sl_body .bodyleft .leftcontent .txt {
  max-width: 480px;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  padding-left: 20px;
  position: relative;
}
.sl_body .bodyleft .leftcontent .txt::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  left: 0;
  top: 10px;
  height: 8px;
  background-color: #c0d72d;
  border-radius: 100%;
  margin-right: 10px;
}
.sl_body .bodyleft .leftcontent .posbtn {
  position: absolute;
  bottom: 80px;
  left: 40px;
}
.sl_body .bodyright {
  width: 390px;
}
.sl_body .bodyright .rightcontent.isActive {
  background-color: #c0d72d;
}
.sl_body .bodyright .rightcontent.isActive .info .txt {
  color: #fff;
}
.sl_body .bodyright .rightcontent.isActive .num {
  color: #fff;
}
.sl_body .bodyright .rightcontent:last-child {
  margin-bottom: 0;
}
.sl_body .bodyright .rightcontent {
  background-color: #fff;
  width: 100%;
  margin-bottom: 10px;
  height: 78px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.sl_body .bodyright .rightcontent .info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
  margin-right: 15px;
}
.sl_body .bodyright .rightcontent .info .txt {
  transition: all 0.3s;
  font-size: 16px;
  color: #666666;
}
.sl_body .bodyright .rightcontent .num {
  transition: all 0.3s;
  font-size: 22px;
  color: #323232;
  font-weight: bold;
}
.sl_body .centery {
  position: absolute;
  right: 205px;
  top: -40px;
  width: 600px;
  background: url(/public/static/guangxin/images/us_08.jpg) no-repeat center;
  background-size: cover;
  border-radius: 50%;
  height: 600px;
  z-index: 60;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sl_body .centery .centery_item {
  border-radius: 50%;
  width: 502px;
  height: 502px;
  position: absolute;
  display: none;
  top: 50px;
  right: 47px;
}
.sl_body .centery img {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.service_head .tit {
  font-weight: bold;
  font-size: 36px;
  color: #323232;
}
.service_head .txt {
  font-size: 18px;
  color: #666666;
}
.service_content {
  width: 100%;
  display: flex;
}
.service_content .service_item:last-child {
  margin-right: 0;
}
.service_content .service_item:hover .item_line::before {
  width: 100%;
}
.service_content .service_item:hover .item_btn {
  background-color: #c0d72d;
  color: #fff;
}
.service_content .service_item {
  width: 390px;
  margin-right: 15px;
  padding: 40px 35px;
  background-color: #fff;
}
.service_content .service_item .item_tit {
  font-size: 30px;
  color: #323232;
  font-weight: bold;
  margin-bottom: 30px;
}
.service_content .service_item .item_line {
  width: 100%;
  height: 7px;
  background: #f4f4f4;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.service_content .service_item .item_line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 7px;
  border-radius: 30px;
  background: #c0d72d;
  width: 70px;
  display: block;
  transition: all 0.3s;
}
.service_content .service_item .item_text {
  font-size: 17px;
  color: #666666;
  line-height: 32px;
  margin-top: 45px;
  margin-bottom: 10px;
  height: 128px;
}
.service_content .service_item .item_btn {
  width: 100%;
  font-size: 16px;
  color: #323232;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c0d72d;
  border-radius: 4px;
  transition: all 0.3s;
  height: 40px;
  cursor: pointer;
}
.service_content .service_item .item_phone {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.service_content .service_item .item_phone span {
  font-size: 18px;
  color: #666666;
}
.service_content .service_item .item_phone .phones {
  font-size: 22px;
  color: #c0d72d;
  font-weight: bold;
}
.padding96 {
  padding: 80px 0;
  background-color: #f7f7f7;
}
.wenhua {
  width: 100%;
}
.wenhua .titles {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #323232;
  margin-bottom: 79px;
}
.wenhua .wenhua_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wenhua .wenhua_box .big_img img {
  width: 500px;
  display: block;
}
.wenhua .wenhua_box .wenhua_column {
  height: 488px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.wenhua .wenhua_box .wenhua_column .wenhua_item .tit {
  font-size: 20px;
  text-align: left;
  color: #323232;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.wenhua .wenhua_box .wenhua_column .wenhua_item .tit::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border: 4px solid #c0d72d;
  margin-right: 15px;
  border-radius: 100%;
}
.wenhua .wenhua_box .wenhua_column .wenhua_item .txt {
  font-size: 16px;
  text-align: justifyLeft;
  color: #666666;
  line-height: 26px;
  max-width: 287px;
}
