.html,
.body {
  min-width: 320px;
  margin: 0 auto;
  overflow-x: hidden;
}

.w1200 {
  padding: 0 0.15rem;
}

.Wrap {
  width: 100%;
  position: relative;
}

.wrap {
  width: 94%;
  margin: 0 auto;
  position: relative;
}

.wraper, .w1440 {
  width: 94%;
  margin: 0 auto;
  position: relative;
}

.indexSectionMain {
  background-color: #fff;
}

.indexNavMain {
  position: fixed;
  left: 0;
  top: 0;
  height: 1rem;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.d_pdful{display:none;}
.d_pdfulmh{width:90%;margin:0 auto;margin-top:5vw;margin-bottom:5vw;}
.d_pdfulmh li{display:block;list-style:none;padding-bottom:2vw;padding-top:2vw;}
.d_pdfulmh li p{float:left;width:100%;font: normal 3.8vw "NotoSansJP";line-height:200%;border-bottom:1px solid #ededed;}
.d_pdfulmh a{text-decoration:none;display:block;float:right;padding:0.25em 1em;line-height:200%;text-align:center;background:#ca270c;color:#fff;font: normal 3vw "NotoSansJP";}
.d_pdfulmh li a:hover{text-decoration: none;}
.indexNavMain .wraper {
  width: 100%;
}
.indexNavMain .indexNavBox {
  height: 1rem;
}
.indexNavMain .indexNavBox > a {
  float: left;
  line-height: 1rem;
  margin-left: 0.1rem;
}
.indexNavMain .indexNavBox > a img {
  display: inline-block;
  vertical-align: middle;
  height: 0.8rem;
}
.indexNavMain .indexNavBox ul {
  display: none;
}
.indexNavMain .indexNavBox .phoneNavBtn {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  background: #d81618 url("../images/navIcon.png") no-repeat center center;
  background-size: 0.54rem 0.4rem;
}

.indexBannerMain {
  padding-top: 1.4rem;
}

.indexBannerMain {
  position: relative;
  width: 100%;
}
.indexBannerMain .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexBannerMain .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.title img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.indexAboutMain {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: url(../images/indexBg01.jpg) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
}
.indexAboutMain .txt {
  padding: 0.4rem 0.3rem;
  color: #222;
  text-align: center;
}
.indexAboutMain .txt p {
  font-size: 0.26rem;
  line-height: 0.4rem;
}
.indexAboutMain .txt .tag {
  display: block;
  position: relative;
  left: 60%;
  width: 30%;
}

.indexBusinessMain ul {
  padding: 0.8rem 0;
  width: 94%;
  margin: 0 auto;
}
.indexBusinessMain ul li {
  float: left;
  width: 48%;
  margin-bottom: 0.3rem;
  position: relative;
}
.indexBusinessMain ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.indexBusinessMain ul li a .pic {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}
.indexBusinessMain ul li a .block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.indexBusinessMain ul li a .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/indexBusinessBg01.png) no-repeat center;
  background-size: cover;
  z-index: 2;
  display: none;
}
.indexBusinessMain ul li a .num {
  position: absolute;
  left: 25%;
  top: 30%;
  width: 25%;
  z-index: 3;
}
.indexBusinessMain ul li a h3 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.25rem;
  width: 100%;
  height: 0.5rem;
  font-size: 0.32rem;
  line-height: 0.5rem;
  color: #fff;
  text-align: center;
  z-index: 3;
}
.indexBusinessMain ul li a h3 span {
  display: inline-block;
  width: 80%;
}
.indexBusinessMain ul li a .tit {
  position: absolute;
  right: 5%;
  bottom: 3%;
  height: 10%;
  z-index: 3;
}
.indexBusinessMain ul li a .tit02 {
  position: absolute;
  right: 5%;
  bottom: 5%;
  height: 10%;
  z-index: 3;
  display: none;
}
.indexBusinessMain ul li::before {
  content: "";
  position: absolute;
  left: 5%;
  top: 50%;
  width: 90%;
  height: 130%;
  transform: translateY(-50%);
  background: url(../images/indexBusinessBgs01.png) no-repeat center;
  background-size: 100% auto;
}
.indexBusinessMain ul li:nth-child(2)::before {
  background-image: url(../images/indexBusinessBgs02.png);
}
.indexBusinessMain ul li:nth-child(2) a .bg {
  background-image: url(../images/indexBusinessBg02.png);
}
.indexBusinessMain ul li:nth-child(3)::before {
  background-image: url(../images/indexBusinessBgs03.png);
}
.indexBusinessMain ul li:nth-child(3) a .bg {
  background-image: url(../images/indexBusinessBg03.png);
}
.indexBusinessMain ul li:nth-child(4)::before {
  background-image: url(../images/indexBusinessBgs04.png);
}
.indexBusinessMain ul li:nth-child(4) a .bg {
  background-image: url(../images/indexBusinessBg04.png);
}
.indexBusinessMain ul li:nth-child(2n+1) {
  margin-right: 4%;
}

.indexBusinessListMain {
  background: url(../images/indexBg02.jpg) no-repeat center;
}
.indexBusinessListMain .wraper {
  position: relative;
  padding: 0.4rem 3%;
  background-color: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.indexBusinessListMain .titleBox img {
  display: block;
  width: 4rem;
}
.indexBusinessListMain .titleBox a {
  display: block;
  width: 2.5rem;
  height: 0.5rem;
  padding-left: 0.2rem;
  margin-top: 0.4rem;
  background-color: #fff;
  font-size: 0.26rem;
  line-height: 0.5rem;
  box-sizing: border-box;
  position: relative;
}
.indexBusinessListMain .titleBox a::after {
  content: "";
  position: absolute;
  right: 0.15rem;
  top: 0;
  width: 0.15rem;
  height: 100%;
  background: url(../images/arrimg03.png) no-repeat center;
  background-size: 100% auto;
}
.indexBusinessListMain ul {
  margin-top: 0.4rem;
}
.indexBusinessListMain ul li {
  float: left;
  width: 48%;
  height: 2rem;
  padding-top: 0.3rem;
  margin-right: 4%;
  margin-bottom: 0.3rem;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.indexBusinessListMain ul li > div {
  height: 0.8rem;
  font-size: 0.3rem;
  line-height: 0.8rem;
  position: relative;
  z-index: 1;
}
.indexBusinessListMain ul li > div h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.3rem;
  line-height: 0.4rem;
}
.d_txtsmall{font-size:0.22rem !important;}
.indexBusinessListMain ul li a {
  display: inline-block;
  width: 80%;
  height: 0.5rem;
  margin-top: 0.15rem;
  background-color: #f5f1f1;
  font-size: 0.26rem;
  line-height: 0.5rem;
  position: relative;
  z-index: 1;
}
.indexBusinessListMain ul li a img {
  display: inline-block;
  line-height: 0.5rem;
  vertical-align: middle;
}
.indexBusinessListMain ul li:nth-child(2n) {
  margin-right: 0;
}
.indexBusinessListMain ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: url(../images/libg.jpg) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.3s;
  z-index: 0;
}

.indexNewsBox h2 {
  padding: 0.5rem 0 0.4rem;
  text-align: center;
}
.indexNewsBox h2 img {
  display: inline-block;
}
.indexNewsBox .pull_left {
  width: 94%;
  margin-left: 3%;
}
.indexNewsBox .pull_left .indexMedical {
  position: relative;
  margin-bottom: 1.62%;
}
.indexNewsBox .pull_left .indexMedical a {
  display: block;
  width: 100%;
}
.indexNewsBox .pull_left .indexMedical a > img {
  display: block;
  width: 100%;
}
.indexNewsBox .pull_left .indexMedical a .txt {
  position: absolute;
  left: 23%;
  top: 30%;
  width: 30%;
  min-width: 150px;
}
.indexNewsBox .pull_left .indexMedical a .txt h3 img {
  max-width: 100%;
}
.indexNewsBox .pull_left .indexMedical a .txt span {
  display: block;
  width: 2.5rem;
  height: 0.5rem;
  padding-left: 0.15rem;
  margin-top: 0.3rem;
  background-color: #fff;
  font-size: 0.26rem;
  line-height: 0.5rem;
  box-sizing: border-box;
  position: relative;
}
.indexNewsBox .pull_left .indexMedical a .txt span::after {
  content: "";
  position: absolute;
  right: 0.1rem;
  top: 0;
  width: 0.15rem;
  height: 100%;
  background: url(../images/arrimg03.png) no-repeat center;
  background-size: 0.15rem auto;
}
.indexNewsBox .pull_left .indexConsulting {
  position: relative;
}
.indexNewsBox .pull_left .indexConsulting a {
  display: block;
  width: 100%;
}
.indexNewsBox .pull_left .indexConsulting a > img {
  display: block;
  width: 100%;
}
.indexNewsBox .pull_left .indexConsulting a h3 {
  position: absolute;
  right: 11.2%;
  top: 30%;
  max-width: 50%;
}
.indexNewsBox .pull_left .indexConsulting a h3 img {
  display: block;
  max-width: 100%;
}
.indexNewsBox .pull_right {
  width: 94%;
  margin-right: 3%;
}
.indexNewsBox .pull_right ul li {
  float: left;
  width: 49%;
  margin-bottom: 0.3rem;
  position: relative;margin-left:2%;
}
.indexNewsBox .pull_right ul li:nth-child(1){
	margin-left:0;
}
.indexNewsBox .pull_right ul li:nth-child(3){
	margin-left:0;
}
.indexNewsBox .pull_right ul li a, .indexNewsBox .pull_right ul li img {
  display: block;
  width: 100%;
}
.indexNewsBox .pull_right ul li .tag {
  position: absolute;
  left: 0;
  top: 18px;
  width: 90px;
  height: 27px;
  background-color: #94252b;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
.indexNewsBox .pull_right ul li .tag02 {
  position: absolute;
  right: 16px;
  top: 18px;
  width: 74px;
  height: 27px;
  background-color: #fff;
  font-size: 14px;
  line-height: 26px;
  color: #94252a;
  text-align: center;
}
.indexNewsBox .pull_right ul li .txt {
  position: absolute;
  left: 0;
  bottom: 36px;
  width: 100%;
  padding: 0 24px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  box-sizing: border-box;
}
.indexNewsBox .pull_right ul li .txt span {
  display: block;
}
.indexNewsBox .pull_right ul li .txt h4 {
  height: 28px;
  overflow: hidden;
}
.indexNewsBox .pull_right ul li:nth-child(2) .tag {
  background-color: #7dbf76;
}
.indexNewsBox .pull_right ul li:nth-child(3) .tag {
  background-color: #ecad6d;
}
.indexNewsBox .pull_right ul li:nth-child(4) .tag {
  background-color: #38c2e0;
}

.footerBox {
  padding-top: 0.5rem;
  background: #f5f2f2;
  position: relative;
}
.footerBox .left {
  width: 94%;
  margin-left: 3%;
}
.footerBox .left .footerLogo {
  display: block;
  text-align: center;
}
.footerBox .left .footerLogo img {
  display: inline-block;
}
.footerBox .left .address {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 2em;
  color: #333;
  text-align: center;
}
.footerBox .footerNav {
  width: 100%;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  font-size: 0.24rem;
  line-height: 2em;
  box-sizing: border-box;
  text-align: center;
}
.footersbdk{width:50%;overflow:hidden;float:left;}
.footerBox .footerNav div a {
  display:inline-block;
  width: 98%;
  margin: 0 1% 0.3rem;
  background: #fff;
  color: #333;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
}
.footerBox .right {
  width: 94%;
  margin-left: 3%;
  text-align: center;
}
.footerBox .right .tel {
  display: inline-block;
  padding: 0 0.2rem;
  font-size: 0.32rem;
  line-height: 0.5rem;
  color: #d81618;
  font-weight: bold;
  background-color: #fff;
}
.footerBox .right .socialBox {
  margin-top: 0.3rem;
}
.footerBox .right .socialBox a {
  display: inline-block;
  margin-left: 0.2rem;
}
.footerBox .right .socialBox a img {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
}
.footerBox .right .btn {
  display: inline-block;
  padding: 0 0.2rem;
  margin-top: 0.2rem;
  background-color: #d81618;
  color: #fff;
  font-size: 0.28rem;
  line-height: 0.5rem;
  text-align: center;
}
.footerBox .copyRight p {
  font-size: 14px;
  line-height: 80px;
  color: #222;
  text-align: center;
}
.footerBox .gotop {
  position: fixed;
  right: 3%;
  bottom: 150px;
  display: none;
  z-index: 99;
}

.leftMenu_z, #leftMenu {
  display: none;
}

.leftMenu_z {
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1002;
}

#leftMenu {
  position: fixed;
  left: 0;
  top: 1rem;
  bottom: 0;
  z-index: 1200;
  width: 4.5rem;
  background: #fff;
  overflow: auto;
}

#leftMenu img {
  width: 80%;
  margin: 0.5rem auto 0.3rem;
  display: block;
}

#leftMenu > a {
  display: block;
  line-height: 0.5rem;
  font-size: 0.32rem;
  padding: 0.15rem 0.7rem 0.15rem 0.2rem;
  color: #666;
  position: relative;
  border-bottom: 0.02rem solid #f1f1f1;
}

#leftMenu > a::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-right: 0.02rem solid #666;
  border-bottom: 0.02rem solid #666;
  transform: rotate(-45deg);
  position: absolute;
  right: 0.3rem;
  top: 50%;
  margin-top: -0.07rem;
}

#leftMenu .tel {
  font-size: 0.26rem;
  line-height: 0.4rem;
  text-align: center;
  margin-top: 0.4rem;
}

#leftMenu .tel a {
  display: block;
  color: #333;
  font-size: 0.28rem;
  line-height: 0.6rem;
}

.ngsa {
  padding: 0.3rem 0;
  text-align: center;
}
.ngsa img {
  max-width: 100%;
  height: auto;
}

.subBannerMain {
  position: relative;
  height: 4rem;
  margin-top: 1rem;
  background: url(../images/intro-banner.jpg) no-repeat center top;
  background-size: auto 100%;
}
.subBannerMain .bannerTxt {
  position: absolute;
  left: 0.5rem;
  top: 1rem;
  width: 2.53rem;
}

.subIntroMain {
  margin: 0.4rem auto 0;
}
.subIntroMain .tit img {
  display: block;
  width: 5.17rem;
}
.subIntroMain ul {
  margin-top: 0.4rem;
}
.subIntroMain ul li {
  width: 100%;
  margin: 0 auto 0.4rem;
}
.subIntroMain ul li .img {
  width: 100%;
}
.subIntroMain ul li .img img {
  display: block;
  max-width: 100%;
}
.subIntroMain ul li .txt {
  width: 100%;
  margin-top: 0.4rem;
}
.subIntroMain ul li .txt h3 img {
  display: block;
  width: 1.8rem;
}
.subIntroMain ul li .txt p {
  margin-top: 0.4rem;
}
.subIntroMain ul li .txt p span {
  display: inline-block;
  padding: 0 0.15rem;
  margin-bottom: 0.2rem;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  font: normal 0.26rem/0.6rem "NotoSansJP";
  color: #666;
}
.subIntroMain ul li:nth-child(2) .txt {
  text-align: right;
}
.subIntroMain ul li:nth-child(2) .txt h3 img {
  display: inline-block;
  width: 1.8rem;
}

.subIntroMain02 {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
  background: url(../images/intro-bg01.png) no-repeat center bottom;
}
.subIntroMain02 h2 {
  position: absolute;
  right: 0;
  top: -0.8rem;
}
.subIntroMain02 h2 img {
  width: 0.63rem;
}
.subIntroMain02 .img {
  max-width: 94%;
  margin-left: 3%;
}
.subIntroMain02 .txt {
  margin-top: 0.4rem;
  margin-left: 3%;
}
.subIntroMain02 .txt span {
  display: inline-block;
  padding: 0 0.15rem;
  margin-bottom: 0.2rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0.1rem rgba(16, 143, 151, 0.2);
  font: normal 0.26rem/0.6rem "NotoSansJP";
  color: #666;
}

.subIntroMain03, .subIntroMain04 {
  margin: 0.6rem 0;
  background-image: linear-gradient(90deg, #fff 0, #fff 27%, #fbf0f1 27%);
}
.subIntroMain03 .left, .subIntroMain04 .left {
  width: 100%;
  padding-top: 0.6rem;
}
.subIntroMain03 .left img, .subIntroMain04 .left img {
  display: block;
  max-width: 100%;
}
.subIntroMain03 .left .img, .subIntroMain04 .left .img {
  margin: 0.4rem 0 0.1rem;
}
.subIntroMain03 .left h3, .subIntroMain04 .left h3 {
  font: normal 0.26rem/0.4rem "NotoSansJP";
  color: #333;
}
.subIntroMain03 .left h3 strong, .subIntroMain04 .left h3 strong {
  display: block;
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #d81618;
}
.subIntroMain03 .right, .subIntroMain04 .right {
  width: 100%;
  margin-top: 0.4rem;
}
.subIntroMain03 .right p, .subIntroMain04 .right p {
  margin-bottom: 2em;
  font: normal 0.26rem/0.6rem "NotoSansJP";
  color: #222;
}

.subIntroMain04 {
  position: relative;
  margin: 0.6rem 0;
  background-image: linear-gradient(-90deg, #fff 0, #fff 27%, #eff3f9 27%);
}
.subIntroMain04 .left {
  text-align: right;
}
.subIntroMain04 .left img {
  display: inline-block;
}

.anchor-point {
  position: absolute;
  left: 0;
  top: -1rem;
}

.subIntroMain05 {
  width: 94%;
  margin: 0.6rem auto;
  position: relative;
}
.subIntroMain05 .tit img {
  display: block;
  max-width: 100%;
  margin-bottom: 0.6rem;
}
.subIntroMain05 .img {
  margin-bottom: 0.6rem;
}
.subIntroMain05 .img img {
  display: block;
  max-width: 100%;
}
.subIntroMain05 .txt p {
  position: relative;
  padding-left: 2rem;
  font: normal 0.26rem/0.6rem "NotoSansJP";
  color: #999;
}
.subIntroMain05 .txt p strong {
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
}
.subIntroMain05 .line {
  width: 100%;
  padding: 0.15rem 0 0.3rem;
  border-bottom: 1px solid #333;
  text-align: right;
}
.subIntroMain05 .line img {
  display: inline-block;
  width: 2.3rem;
}

.subBusinessMain .tit, .subBusinessMain02 .tit {
  padding: 0.6rem 0 0.8rem;
}
.subBusinessMain .tit img, .subBusinessMain02 .tit img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}


#d_pc{width:50%;position:fixed;bottom:0px;right:3%;z-index:999;}
#d_pc img{width:100%;height:auto;}
#dgb{position:absolute;width:16px;height:16px;background:url(../images/gbd.png) no-repeat;cursor:pointer;z-index:1000;top:5px;right:5px;background-size:100% auto;}


.subBusinessMain {
  background: url(../images/business-bg01.png) no-repeat center top;
  background-size: auto 130%;
}
.subBusinessMain ul li {
  position: relative;
  width: 95%;
  padding: 0.5rem 0;
  margin: 0 auto 0.6rem;
  border-radius: 0.2rem;
  background-color: #fff;
  box-shadow: 0 0 0.6rem rgba(239, 98, 75, 0.4);
  box-sizing: border-box;
}
.subBusinessMain ul li .tag {
  position: absolute;
  width: 1rem;
  right: -0.3rem;
  top: -0.3rem;
}
.subBusinessMain ul li h3 {
  position: relative;
  margin-left: 0.5rem;
  margin-bottom: 0.4rem;
  font: bold 0.32rem/0.32rem "Helvetica Neue";
  color: #252525;
  z-index: 0;
}
.subBusinessMain ul li h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.7rem;
  height: 0.09rem;
  background-color: #ef624b;
  z-index: -1;
}
.subBusinessMain ul li .btn {
  position: relative;
  padding-left: 0.65rem;
  padding-right: 0.5rem;
  margin-bottom: 0.36rem;
  border-bottom: 2px dashed #f5a5a5;
}
.subBusinessMain ul li .btn span {
  position: absolute;
  top: 0;
  left: 0.5rem;
  width: 0.26rem;
  font: bold 0.26rem/0.3rem "Helvetica Neue";
  color: #ef624b;
  text-align: center;
}
.subBusinessMain ul li .btn a {
  display: block;
  width: 90%;
  margin: 0 auto 0.36rem;
  background-color: #ffdfdf;
  border-radius: 0.15rem;
  font: bold 0.3rem/0.6rem "Helvetica Neue";
  color: #ef624b;
  text-align: center;
}
.subBusinessMain ul li .btn02 {
  border-bottom: none;
}
.subBusinessMain ul li .btn02 a {
  background-color: #f39384;
  font-size: 0.3rem;
  color: #fff;
}
.subBusinessMain ul li:nth-child(2) .right {
  padding-left: 0.65rem;
  padding-right: 0.5rem;
  margin: 0 auto;
  text-align: center;
}
.subBusinessMain ul li:nth-child(2) .right h4 {
  background-color: #f37954;
  margin-bottom: 0.36rem;
  border-radius: 0.15rem;
  color: #fff;
  font: normal 0.26rem/0.6rem "NotoSansJP";
  text-align: center;
  box-sizing: border-box;
}
.subBusinessMain ul li:nth-child(2) .right a {
  display: inline-block;
  width: 1.5rem;
  height: 2.8rem;
  padding-top: 0.1rem;
  margin: 0 0.5rem;
  background-color: #f39384;
  border-radius: 0.15rem;
  font: normal 0.26rem/0.36rem "NotoSansJP";
  color: #fff;
  box-sizing: border-box;
}
.subBusinessMain ul li:nth-child(2) .right a span, .subBusinessMain ul li:nth-child(2) .right a strong {
  float: right;
  width: 0.4rem;
  text-align: center;
  vertical-align: middle;
}
.subBusinessMain ul li:nth-child(2) .right a strong {
  margin-top: 0.15rem;
}
.subBusinessMain ul li:nth-child(2) .right .alink01 .span01 {
  margin-right: 0.1rem;
  margin-top: 0.5rem;
}
.subBusinessMain ul li:nth-child(2) .right .alink02 .span01 {
  margin-right: 0.36rem;
}
.subBusinessMain ul li:nth-child(2) .btn03 a, .subBusinessMain ul li:nth-child(2) .btn02 a {
  width: 100%;
}

.subBusinessMain02 > div {
  position: relative;
}
.subBusinessMain02 > div .bg {
  display: block;
  width: 100%;
}
.subBusinessMain02 > div .w1440 {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.subBusinessMain02 > div .w1440 .tag {
  position: absolute;
  width: 1rem;
  left: 0;
  top: -0.5rem;
}
.subBusinessMain02 > div .w1440 .tit02 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4rem;
  height: 1.8rem;
  padding-top: 0.3rem;
  margin: -0.9rem 0 0 -2rem;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.subBusinessMain02 > div .w1440 .tit02 h3 {
  font: bold 0.3rem/0.64rem "Helvetica Neue";
  color: #282828;
}
.subBusinessMain02 > div .w1440 .tit02 span {
  display: block;
  font: normal 0.2rem/0.44rem "Helvetica Neue";
  color: #666;
  text-transform: uppercase;
}
.subBusinessMain02 > div .w1440 .left-tit {
  position: absolute;
  width: 1rem;
  left: 0.15rem;
  top: 50%;
  margin-top: -0.5rem;
}
.subBusinessMain02 > div .w1440 .left-tit img {
  display: block;
  width: 100%;
}
.subBusinessMain02 > div .w1440 .right-tit {
  position: absolute;
  width: 1.6rem;
  right: 0;
  top: 50%;
  margin-top: -0.5rem;
}
.subBusinessMain02 > div .w1440 .right-tit img {
  display: block;
  width: 100%;
}

.subBusinessMain03 {
  margin-top: 0.3rem;
  background: url(../images/business-bg03.png) no-repeat center bottom;
  background-size: auto 100%;
}
.subBusinessMain03 .w1440 {
  position: relative;
  display: block;
  padding-top: 11.67%;
  padding-bottom: 9.1%;
}
.subBusinessMain03 .w1440 .tit {
  margin-bottom: 0.6rem;
}
.subBusinessMain03 .w1440 .tit img {
  display: block;
  width: 4.8rem;
}
.subBusinessMain03 .w1440 .tit02 {
  width: 3rem;
  height: 1.7rem;
  padding-left: 0.4rem;
  padding-top: 0.2rem;
  background-color: #f9de89;
  border-left: 0.08rem solid #e4b62a;
  box-sizing: border-box;
}
.subBusinessMain03 .w1440 .tit02 h3 {
  font: bold 0.34rem/0.64rem "Helvetica Neue";
  color: #e4b62a;
}
.subBusinessMain03 .w1440 .tit02 span {
  display: block;
  font: normal 0.26rem/0.5rem "Helvetica Neue";
  color: #e4b62a;
}
.subBusinessMain03 .w1440 .imgs {
  position: absolute;
  right: 0;
  bottom: 0.6rem;
  max-width: 40%;
}
.subBusinessMain03 .w1440 .imgs .img {
  display: block;
  max-width: 100%;
}
.subBusinessMain03 .w1440 .imgs .tag {
  position: absolute;
  width: 0.8rem;
  right: 0;
  top: -0.5rem;
}

.subBusinessMain04 {
  margin-top: 1rem;
}
.subBusinessMain04 .w1600 {
  position: relative;
  padding: 0 0.15rem;
  margin: 0 auto;
}
.subBusinessMain04 .w1600 .img {
  display: block;
  width: 100%;
}
.subBusinessMain04 .w1600 .tit02 {
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
  text-align: right;
}
.subBusinessMain04 .w1600 .tit02 h3 {
  display: inline-block;
  padding: 0 0.15rem;
  background-color: #46a4ec;
  font: bold 0.26rem/0.4rem "Helvetica Neue";
  color: #fff;
}
.subBusinessMain04 .w1600 .tit02 span {
  display: inline-block;
  padding: 0 0.15rem;
  margin-bottom: 0.12rem;
  background-color: #46a4ec;
  font: normal 0.26rem/0.4rem "Helvetica Neue";
  color: #fff;
  text-transform: uppercase;
}
.subBusinessMain04 .w1600 .tag {
  position: absolute;
  width: 1rem;
  left: 0.2rem;
  top: -0.5rem;
}
.subBusinessMain04 .w1600 p {
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
  font: normal 0.26rem/0.4rem "Helvetica Neue";
  color: #fff;
}
.subBusinessMain04 .txt {
  text-align: right;
  margin-top: 0.34rem;
}
.subBusinessMain04 .txt span {
  display: inline-block;
  width: 1.7rem;
  margin-left: 0.1rem;
  border: 1px solid #252525;
  font: normal 0.26rem/0.5rem "Helvetica Neue";
  color: #252525;
  text-align: center;
}

.subBusinessMain05 {
  margin: 0.8rem 0.15rem 0.4rem;
}
.subBusinessMain05 .w1600 {
  position: relative;
  padding: 0.15rem;
  margin: 0 auto;
  border: 0.05rem solid #000;
  box-sizing: border-box;
}
.subBusinessMain05 .w1600 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.subTable {
  margin-bottom: 0.6rem;
}
.subTable table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.subTable table td {
  border: 1px solid #666;
}
.subTable table td.firstTd {
  width: 26%;
  text-indent: 0.2rem;
  font-size: 0.26rem;
  font-weight: bold;
  color: #222;
  font-family: "Helvetica Neue";
}
.subTable table td.secondTd {
  width: 74%;
  padding: 0.2rem 0.05rem;
  font-size: 0.26rem;
  color: #222;
  line-height: 0.4rem;
  text-align: justify;
  font-family: "Helvetica Neue";
}
.subTable table td.secondTd p span {
  display: block;
  font-weight: normal;
}/*# sourceMappingURL=style-phone.css.map */