.main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 70px;
}
.one {
  width: 100%;
  text-align: center;
  padding-top: 110px;
}
.one .oneCon {
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
  margin-bottom: 45px;
}
.one .oneCon .h3 {
  font-size: 48px;
  margin-top: 14px;
  margin-bottom: 24px;
}
.one img {
  width: 100%;
  display: block;
}
.three {
  width: 100%;
  padding: 120px 0px;
  background: #f8f8f8;
  text-align: center;
}
.three .h3 {
  margin-bottom: 14px;
}
.three .threeDiv {
  width: 100%;
  max-width: 1300px;
  display: flex;
  margin: 0 auto;
  margin-top: 50px;
  justify-content: space-between;
}
.three .threeDiv > div {
  width: 410px;
  height: 400px;
  background: #ffffff;
  padding-top: 95px;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
.three .threeDiv > div .img {
  margin-bottom: 44px;
  position: relative;
}
.three .threeDiv > div .img img {
  width: auto;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.three .threeDiv > div .img .icoImg2 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.three .threeDiv > div .threeTxt {
  width: 100%;
  font-size: 20px;
  margin-top: 30px;
}
.three .threeDiv > div .threeTxt span {
  font-size: 36px;
  color: #48a038;
  font-family: 'MyFont3', sans-serif;
}
.three .threeDiv > div:hover {
  background: #48a038;
  color: #ffffff;
}
.three .threeDiv > div:hover span {
  color: #ffffff;
}
.three .threeDiv > div:hover .img .icoImg {
  opacity: 0;
}
.three .threeDiv > div:hover .img .icoImg2 {
  opacity: 1;
}
.five {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 0px;
}
.five img {
  width: 100%;
  display: block;
}
.five .fiveText {
  position: absolute;
  width: 100%;
  top: 120px;
  left: 0px;
  padding-top: 0px;
  z-index: 2;
}
.five .fiveText .h3 {
  font-size: 48px;
}
.five .fiveText .btn {
  color: #ffffff;
  border-color: #48a038;
  background-color: #48a038;
  margin-top: 80px;
}
.five .fiveText .btn:hover {
  color: #ffffff;
}
.five .fiveText .btn:hover::before {
  clip-path: inset(0% -2% -5% 0%);
}
.six {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  padding-top: 120px;
}
.six .h3 {
  margin-bottom: 30px;
}
.six .h5 {
  margin-top: 50px;
  margin-bottom: 30px;
}
.six .sixCon2 {
  width: 100%;
}
.six .sixCon2 .h3 {
  margin-bottom: 20px;
}
.six .sixCon2 .sixSon {
  width: 100%;
  padding-top: 50px;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.six .sixCon2 .sixSon > div {
  width: 30%;
  margin-bottom: 110px;
}
.six .sixCon2 .sixSon > div .img {
  width: 40px;
  height: 43px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.six .sixCon2 .sixSon > div .img img {
  width: 100%;
  display: block;
}
.six .sixCon2 .sixSon > div .sixTit {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
.six .sixCon2 .sixSon > div .h6R {
  line-height: 24px;
}
.callCenter {
  width: 100%;
  text-align: center;
}
.callCenter .callCon {
  width: 100%;
  max-width: 1720px;
  margin: 0px auto;
}
.callCenter .callCon > .h3 {
  margin-bottom: 60px;
}
.callCenter .callCon .callFour {
  width: 100%;
  max-width: 1300px;
  margin: 50px auto 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.callCenter .callCon .callFour > div {
  width: calc(50% - 10px);
  height: 200px;
  box-sizing: border-box;
  padding: 0px 50px 0px 70px;
  background: #f8f8f8;
  margin: 10px 0px;
  text-align: left;
  font-size: 24px;
  display: flex;
  align-items: center;
  border-top: 3px solid #f8f8f8;
  transition: all 0.3s ease-in-out;
  font-family: 'MyFont1', sans-serif;
}
.callCenter .callCon .callFour > div img {
  width: auto;
  display: inline-block;
  margin-right: 20px;
}
.callCenter .callCon .callFour > div:hover {
  background: #f6faf5;
  border-top: 3px solid #48a038;
}
.callCenter .callCon .callThree {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.callCenter .callCon .callThree > div {
  width: 33%;
  height: 550px;
  margin-right: 20px;
  background: #f8f8f8;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.callCenter .callCon .callThree > div img {
  width: auto;
  margin-bottom: 32px;
}
.callCenter .callCon .callThree > div .h3 {
  margin-bottom: 50px;
}
.callCenter .callCon .callThree > div .callBtn {
  width: 40px;
  height: 40px;
  background: #48a038;
  color: #ffffff;
  line-height: 40px;
  cursor: pointer;
}
.callCenter .callCon .callThree > div .callThTxt {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #48a038;
  color: #ffffff;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  padding: 70px 60px 10px;
  display: none;
  opacity: 0;
}
.callCenter .callCon .callThree > div .callThTxt .h3 {
  margin-bottom: 20px;
}
.callCenter .callCon .callThree > div .callThTxt .h6R {
  text-align: justify;
  width: 100%;
  height: calc(100% - 210px);
  overflow-y: auto;
}
.callCenter .callCon .callThree > div .callThTxt .h6R::-webkit-scrollbar {
  width: 0px;
}
.callCenter .callCon .callThree > div .callThTxt .callBtn {
  background: #ffffff;
  color: #48a038;
  margin: 0px auto;
  margin-top: 30px;
  font-size: 20px;
}
.callCenter .callCon .callThree > div .callThTxtShow {
  display: block;
}
.callCenter .callCon .callThree > div:last-child {
  margin-right: 0px;
}
.callCenter .lazy {
  width: 100%;
  display: block;
}
.seven {
  width: 100%;
  padding: 120px 0 200px;
  text-align: center;
}
.seven .sevenChange {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 50px;
}
.seven .sevenChange > div {
  margin: 0px 20px;
  cursor: pointer;
}
.seven .sevenChange > div span {
  width: 1px;
  height: 10px;
  margin: 0px 10px;
  background: #333;
  display: inline-block;
}
.seven .sevenChange > div:hover {
  color: #48a038;
}
.seven .sevenChange > div:hover span {
  background: #48a038;
}
.seven .sevenChange .show {
  color: #48a038;
}
.seven .sevenChange .show span {
  background: #48a038;
}
.seven .sevenChangeCon {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.seven .sevenChangeCon > div {
  width: 100%;
  display: none;
}
.seven .sevenChangeCon > div .sonChangeCon {
  width: 100%;
}
.seven .sevenChangeCon > div .sonChangeCon .sonTent {
  width: 100%;
  display: none;
  justify-content: center;
}
.seven .sevenChangeCon > div .sonChangeCon .sonTent .ChangeConTxt {
  width: 33%;
  height: 380px;
  margin-right: 20px;
  background: #f8f8f8;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.seven .sevenChangeCon > div .sonChangeCon .sonTent .ChangeConTxt img {
  width: auto;
  margin-bottom: 22px;
}
.seven .sevenChangeCon > div .sonChangeCon .sonTent .ChangeConTxt .h4 {
  margin-bottom: 30px;
}
.seven .sevenChangeCon > div .sonChangeCon .sonTent .ChangeConTxt .h7R {
  color: #999999;
}
.seven .sevenChangeCon > div .sonChangeCon .sonTent .ChangeConTxt .btn {
  width: 180px;
  height: 40px;
  line-height: 40px;
  color: #48a038;
  border-color: #48a038;
  position: relative;
}
.seven .sevenChangeCon > div .sonChangeCon .sonTent .ChangeConTxt .btn .messageDiv {
  width: 360px;
  padding: 18px 30px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  position: absolute;
  box-sizing: border-box;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #c3c3c3;
  color: #333333;
  background: #ffffff;
  cursor: text;
}
.seven .sevenChangeCon > div .sonChangeCon .sonTent .ChangeConTxt .btn .messageDiv span {
  color: #48a038;
}
.seven .sevenChangeCon > div .sonChangeCon .sonTent .ChangeConTxt .btn:hover {
  color: #ffffff;
}
.seven .sevenChangeCon > div .sonChangeCon .sonTent .ChangeConTxt .btn:hover::before {
  clip-path: inset(0% -2% -5% 0%);
}
.seven .sevenChangeCon > div .sonChangeCon .sonTent .ChangeConTxt:last-child {
  margin-right: 0px;
}
.seven .sevenChangeCon > div .sonChangeCon > .show {
  display: flex;
}
.seven .sevenChangeCon > div .sonChange {
  margin-top: 60px;
  width: 100%;
}
.seven .sevenChangeCon > div .sonChange .btn {
  color: #48a038;
  border-color: #48a038;
  margin: 0px 10px;
}
.seven .sevenChangeCon > div .sonChange .btn:hover {
  color: #ffffff;
}
.seven .sevenChangeCon > div .sonChange .btn:hover::before {
  clip-path: inset(-2% -2% -5% 0%);
}
.seven .sevenChangeCon > div .sonChange .show {
  color: #ffffff;
}
.seven .sevenChangeCon > div .sonChange .show::before {
  clip-path: inset(-2% -2% -5% 0%);
}
.seven .sevenChangeCon > .show {
  display: block;
}
.videoOpen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: none;
  align-items: center;
  z-index: 10;
}
.videoOpen > div {
  margin: 0px auto;
  width: 100%;
  max-width: 980px;
  position: relative;
  height: 80vh;
  background: #ffffff;
  box-sizing: border-box;
  padding: 30px;
  text-align: left;
}
.videoOpen > div .openDiv {
  width: 100%;
  margin-top: 20px;
  height: calc(100% - 60px);
  border: 1px dashed #c9c9c9;
  background: #f9f9f9;
  overflow-y: auto;
  padding: 20px 10px;
  box-sizing: border-box;
}
.videoOpen > div .openDiv > div {
  width: 100%;
  min-height: 100px;
  text-align: center;
}
.videoOpen > div .openDiv > div .imgs {
  width: 100%;
  max-width: 530px;
  margin: 0px auto;
  position: relative;
}
.videoOpen > div .openDiv > div .imgs img {
  width: 100%;
  display: block;
}
.videoOpen > div .openDiv > div .imgs .pdfImg {
  display: none;
}
.videoOpen > div .openDiv > div .imgs .showImgPdf {
  display: block;
}
.videoOpen > div .openDiv > div .imgs .hideImg {
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: -1px;
  left: 0px;
  background: url(../images/zhe_046d8522d57513a10d7b.png) no-repeat bottom left;
  background-size: 100%;
  text-align: center;
  color: #48a038;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-sizing: border-box;
}
.videoOpen > div .openDiv > div .imgs .hideImg div {
  padding-bottom: 20px;
}
.videoOpen > div .openDiv > div .h7R {
  width: 100%;
  max-width: 530px;
  margin: 0px auto;
  padding: 20px;
  box-sizing: border-box;
  background: #ebebeb;
}
.videoOpen > div .openDiv > div .h7R span {
  color: #48a038;
}
.videoOpen > div .openDiv::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 2px;
}
.videoOpen > div .openDiv::-webkit-scrollbar-thumb {
  width: 2px;
  background: #48a038;
}
.videoOpen > div .openDiv::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  /* 设置滚动条背景的颜色 */
}
.videoOpen > div .closeV {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  top: 30px;
  right: 30px;
}
.videoOpen > div .closeV:hover {
  color: #48a038;
}
.videoShow {
  display: flex;
}
.hide {
  display: none;
}
.pcTxt {
  display: block;
}
.mTxt {
  display: none;
}
@media screen and (min-width: 801px) and (max-width: 1400px) {
  .main {
    padding: 0px 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 800px) {
  .pcTxt {
    display: none;
  }
  .mTxt {
    display: block;
  }
  .one {
    padding-top: 70px;
  }
  .one .oneCon {
    margin-bottom: 40px;
    padding: 0px 15px;
    box-sizing: border-box;
  }
  .one .oneCon .h4 {
    line-height: normal;
  }
  .one .oneCon .h3 {
    font-size: 24px;
    margin-top: 14px;
    margin-bottom: 25px;
    line-height: normal;
  }
  .one .oneCon .h6R br {
    display: none;
  }
  .three {
    padding: 110px 15px;
    box-sizing: border-box;
  }
  .three .threeTit {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .three .threeTit br {
    display: block;
  }
  .three .threeTit .btn {
    margin-top: 30px;
  }
  .three .threeDiv {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .three .threeDiv > div {
    width: 100%;
    margin-bottom: 20px;
    height: 335px;
    padding-top: 60px;
    box-sizing: border-box;
  }
  .three .threeDiv > div:last-child {
    margin-bottom: 0px;
  }
  .three .threeDiv > div .img {
    margin-bottom: 22px;
  }
  .three .threeDiv > div .threeTxt {
    font-size: 16px;
    margin-top: 30px;
  }
  .three .threeDiv > div .threeTxt span {
    font-size: 30px;
  }
  .six {
    padding: 110px 15px 0px;
    box-sizing: border-box;
  }
  .six .sixCon2 {
    width: 100%;
  }
  .six .sixCon2 .h3 {
    margin-bottom: 20px;
  }
  .six .sixCon2 > .h6R {
    text-align: justify;
  }
  .six .sixCon2 .sixSon {
    width: 100%;
    padding-top: 40px;
    flex-direction: column;
  }
  .six .sixCon2 .sixSon > div {
    width: 100%;
    margin-bottom: 60px;
  }
  .six .sixCon2 .sixSon > div .sixTit {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .six .sixCon2 .sixSon > div .img {
    width: 30px;
    height: 32px;
    margin-bottom: 13px;
  }
  .callCenter {
    padding-top: 50px;
  }
  .callCenter .callCon {
    box-sizing: border-box;
    padding: 0px 15px;
  }
  .callCenter .callCon > .h3 {
    margin-bottom: 30px;
  }
  .callCenter .callCon .callFour {
    margin: 30px auto 95px;
  }
  .callCenter .callCon .callFour > div {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 0px;
    background: #f8f8f8;
    margin: 0px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-top: 2px solid #f8f8f8;
    justify-content: center;
  }
  .callCenter .callCon .callFour > div img {
    width: 16px;
    margin-right: 18px;
  }
  .callCenter .callCon .callThree {
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .callCenter .callCon .callThree > div {
    width: 100%;
    margin-right: 0px;
    height: 340px;
    margin-top: 15px;
  }
  .callCenter .callCon .callThree > div img {
    width: 48px;
    margin-bottom: 28px;
  }
  .callCenter .callCon .callThree > div .h3 {
    margin-bottom: 35px;
  }
  .callCenter .callCon .callThree > div .callBtn {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .callCenter .callCon .callThree > div .callThTxt {
    padding: 25px 20px 5px;
  }
  .callCenter .callCon .callThree > div .callThTxt .h3 {
    margin-bottom: 15px;
  }
  .callCenter .callCon .callThree > div .callThTxt .h6R {
    font-size: 12px;
    line-height: 20px;
    height: calc(100% - 120px);
  }
  .callCenter .callCon .callThree > div .callThTxt .callBtn {
    margin-top: 20px;
  }
  .seven {
    padding: 110px 15px 0px;
    box-sizing: border-box;
  }
  .seven .sevenChange {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .seven .sevenChange .h5R {
    font-size: 12px;
    margin: 0px 10px;
  }
  .seven .sevenChangeCon > div .sonChange {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .seven .sevenChangeCon > div .sonChange .btn {
    width: 110px;
    height: 30px;
    line-height: 30px;
  }
  .seven .sevenChangeCon > div .sonChange .show::before {
    clip-path: inset(-2% -2% -5% 0%);
  }
  .seven .sevenChangeCon > div .sonChangeCon .sonTent .ChangeConTxt {
    width: 100%;
    height: 310px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .seven .sevenChangeCon > div .sonChangeCon .sonTent .ChangeConTxt .h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .seven .sevenChangeCon > div .sonChangeCon .sonTent .ChangeConTxt .btn {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .seven .sevenChangeCon > div .sonChangeCon > .show {
    flex-wrap: wrap;
  }
  .seven .sevenChangeCon > .show {
    display: flex;
    flex-direction: column-reverse;
  }
  .five {
    color: #333333;
    padding: 95px 0px 0px;
    box-sizing: border-box;
    margin-top: 0px;
  }
  .five .fiveText {
    padding: 0px 15px;
    position: relative;
    margin-bottom: 30px;
    box-sizing: border-box;
    top: auto;
  }
  .five .fiveText .h3 {
    font-size: 24px;
    line-height: 48px;
  }
  .five .fiveText .btn {
    margin-top: 20px;
  }
  .videoOpen > div {
    width: calc(100% - 30px);
    padding: 15px 10px;
  }
  .videoOpen > div .openDiv {
    margin-top: 15px;
    height: calc(100% - 47px);
    padding: 15px 5px;
  }
  .videoOpen > div .openDiv > div .imgs .hideImg {
    height: 90px;
  }
  .videoOpen > div .openDiv > div .imgs .hideImg div {
    font-size: 12px;
    padding-bottom: 15px;
  }
  .videoOpen > div .openDiv > div .h7R {
    padding: 10px 0px;
    font-size: 12px;
  }
  .videoOpen > div .closeV {
    top: 15px;
    right: 10px;
    width: 30px;
    height: 32px;
    line-height: 32px;
    text-align: right;
  }
}

