.banner {
  background-color: #F7F8FC;
}
.banner .csjSwiper1 {
  position: relative;
}
.banner .csjSwiper1 .swiper-slide {
  position: relative;
}
.banner .csjSwiper1 .swiper-slide a img {
  height: 893px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .csjSwiper1 .swiper-slide .text {
  position: absolute;
  top: 317px;
  left: 263px;
  color: #FFFFFF;
  width: 705px;
  background-color: rgba(0, 0, 0, 0.21);
  padding: 73px 0 77px 47px;
}
.banner .csjSwiper1 .swiper-slide .text .title {
  font-size: 54px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 60px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.42);
}
.banner .csjSwiper1 .swiper-slide .text .en {
  margin-top: 22px;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.42);
}
.banner .csjSwiper1 .swiper-slide .text .desc {
  font-size: 25px;
  font-weight: bold;
  line-height: 36px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.42);
  width: 575px;
}
.banner .csjSwiper1 .swiper-slide:nth-child(2n) .text {
  left: auto;
  right: 263px;
}
.banner .csjSwiper1 .swiper-button-prev,
.banner .csjSwiper1 .swiper-button-next {
  width: 24px;
  height: 34px;
  top: 495px;
  cursor: pointer;
  background-image: url("../images/icon/left_arrow.png");
}
.banner .csjSwiper1 .swiper-button-prev {
  left: 147px;
}
.banner .csjSwiper1 .swiper-button-next {
  right: 145px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.banner .csjSwiper1.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 103px;
}
.banner .csjSwiper1 .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  background-color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.banner .csjSwiper1 .swiper-pagination-bullet-active {
  width: 32px;
  background-color: #fff;
  border-radius: 10px;
}
.banner .container {
  margin-top: -65px;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(7, 0, 2, 0.11);
          box-shadow: 1px 1px 10px 0px rgba(7, 0, 2, 0.11);
  z-index: 1001;
  position: relative;
  background-color: #F7F8FC;
}
.banner .container .left,
.banner .container .right {
  float: left;
}
.banner .container .left {
  background-color: var(--theme-color);
  padding: 27px 37px 40px 43px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 28px;
}
.banner .container .left .en {
  font-size: 29px;
  opacity: 0.29;
  margin-bottom: 14px;
}
.banner .container .left .title {
  font-size: 27px;
}
.banner .container .right {
  padding-top: 29px;
}
.banner .container .right dd {
  padding: 0 63px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #EAEBED;
}
.banner .container .right dd:last-child {
  border-right-color: transparent;
}
.banner .container .right dd .title {
    width: 396px;
  font-weight: bold;
  color: #DB261D;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner .container .right dd .desc {
  width: 396px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
}
.banner .container .right dd .more img {
  width: 14px;
  height: auto;
}

@media only screen and (max-width: 1800px) {
  .banner .csjSwiper1 .swiper-slide a img {
    height: 845px;
  }
  .banner .csjSwiper1 .swiper-slide .text {
    top: 280px;
    left: 251px;
    width: 705px;
    padding: 70px 0 73px 45px;
  }
  .banner .csjSwiper1 .swiper-slide .text .title {
    font-size: 51px;
    line-height: 57px;
  }
  .banner .csjSwiper1 .swiper-slide .text .en {
    margin-top: 21px;
    margin-bottom: 23px;
    line-height: 22px;
  }
  .banner .csjSwiper1 .swiper-slide .text .desc {
    font-size: 24px;
    line-height: 34px;
    width: 575px;
  }
  .banner .csjSwiper1 .swiper-slide:nth-child(2n) .text {
    right: 251px;
  }
  .banner .csjSwiper1 .swiper-button-prev,
.banner .csjSwiper1 .swiper-button-next {
    width: 23px;
    height: 32px;
    top: 455px;
  }
  .banner .csjSwiper1 .swiper-button-prev {
    left: 140px;
  }
  .banner .csjSwiper1 .swiper-button-next {
    right: 140px;
  }
  .banner .csjSwiper1.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 98px;
  }
  .banner .container .left {
    padding: 27px 35px 40px 41px;
    line-height: 27px;
  }
  .banner .container .left .en {
    font-size: 28px;
  }
  .banner .container .left .title {
    font-size: 26px;
  }
  .banner .container .right dd {
    padding: 0 60px;
  }
  .banner .container .right dd .desc {
    width: 396px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1600px) {
  .banner .csjSwiper1 .swiper-slide a img {
    height: 760px;
  }
  .banner .csjSwiper1 .swiper-slide .text {
    top: 251px;
    left: 225px;
    width: 635px;
    padding: 63px 0 63px 30px;
  }
  .banner .csjSwiper1 .swiper-slide .text .title {
    font-size: 46px;
    line-height: 52px;
  }
  .banner .csjSwiper1 .swiper-slide .text .en {
    margin-top: 19px;
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 20px;
  }
  .banner .csjSwiper1 .swiper-slide .text .desc {
    font-size: 22px;
    line-height: 31px;
    width: 525px;
  }
  .banner .csjSwiper1 .swiper-slide:nth-child(2n) .text {
    right: 225px;
  }
  .banner .csjSwiper1 .swiper-button-prev,
.banner .csjSwiper1 .swiper-button-next {
    height: 29px;
    top: 430px;
  }
  .banner .csjSwiper1 .swiper-button-prev {
    left: 126px;
  }
  .banner .csjSwiper1 .swiper-button-next {
    right: 126px;
  }
  .banner .csjSwiper1.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 110px;
  }
  .banner .container .left {
    padding: 27px 33px 40px 39px;
    line-height: 27px;
  }
  .banner .container .left .en {
    font-size: 26px;
  }
  .banner .container .left .title {
    font-size: 24px;
  }
  .banner .container .right dd {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1230px) {
  .banner .csjSwiper1 .swiper-slide a img {
    height: 560px;
  }
  .banner .csjSwiper1 .swiper-slide .text {
    top: 170px;
    left: 225px;
    width: 470px;
    padding: 30px 0 30px 20px;
  }
  .banner .csjSwiper1 .swiper-slide .text .title {
    font-size: 34px;
    line-height: 40px;
  }
  .banner .csjSwiper1 .swiper-slide .text .en {
    margin-top: 14px;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 19px;
  }
  .banner .csjSwiper1 .swiper-slide .text .desc {
    font-size: 17px;
    line-height: 24px;
    width: 396px;
  }
  .banner .csjSwiper1 .swiper-button-prev,
.banner .csjSwiper1 .swiper-button-next {
    height: 29px;
    top: 288px;
  }
  .banner .csjSwiper1 .swiper-button-prev {
    left: 126px;
  }
  .banner .csjSwiper1 .swiper-button-next {
    right: 126px;
  }
  .banner .csjSwiper1.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 80px;
  }
  .banner .container {
    margin-top: 0px;
    width: 100%;
  }
  .banner .container .left {
    padding: 20px 25px 30px 29px;
    line-height: 27px;
  }
  .banner .container .left .en {
    font-size: 24px;
  }
  .banner .container .left .title {
    font-size: 18px;
  }
  .banner .container .right {
    padding-top: 20px;
  }
  .banner .container .right dd {
    padding: 0 25px;
  }
  .banner .container .right dd .title{
      width: 343px;;
  }
  .banner .container .right dd .desc {
    width: 343px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner .container .left {
    padding: 20px 21px 30px 23px;
    line-height: 22px;
  }
  .banner .container .left .en {
    font-size: 20px;
  }
  .banner .container .left .title {
    font-size: 15px;
  }
  .banner .container .right {
    padding-top: 10px;
  }
  .banner .container .right dd {
    padding: 0 15px;
  }
  .banner .container .right dd .title{
      width: 290px;
  }
  .banner .container .right dd .desc {
    width: 290px;
  }
}
@media only screen and (max-width: 960px) {
  .banner .csjSwiper1 .swiper-slide a img {
    height: 420px;
  }
  .banner .csjSwiper1 .swiper-slide .text {
    top: 132px;
    left: 50px;
    width: calc(100% - 100px);
    padding: 20px 0 20px 15px;
  }
  .banner .csjSwiper1 .swiper-slide .text .title {
    font-size: 29px;
    line-height: 35px;
  }
  .banner .csjSwiper1 .swiper-slide .text .en {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .banner .csjSwiper1 .swiper-slide .text .desc {
    font-size: 14px;
    line-height: 21px;
    width: 100%;
  }
  .banner .csjSwiper1 .swiper-slide:nth-child(2n) .text {
    right: auto;
    left: 50px;
  }
  .banner .csjSwiper1 .swiper-button-prev,
.banner .csjSwiper1 .swiper-button-next {
    display: none;
  }
  .banner .csjSwiper1.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 36px;
  }
  .banner .container .left {
    width: 100%;
    padding: 10px;
  }
  .banner .container .left .en {
    font-size: 18px;
  }
  .banner .container .left .title {
    font-size: 14px;
  }
  .banner .container .right {
    padding-top: 10px;
    width: 100%;
  }
  .banner .container .right dd {
    width: 100%;
    padding: 0 15px;
  }
  .banner .container .right dd .title{
      width: 100%;
  }
  .banner .container .right dd .desc {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner .csjSwiper1 .swiper-slide a img {
    height: 360px;
  }
  .banner .csjSwiper1 .swiper-slide .text {
    top: 82px;
    left: 20px;
    width: calc(100% - 40px);
    padding: 15px 0 15px 10px;
  }
  .banner .csjSwiper1 .swiper-slide .text .title {
    font-size: 25px;
    line-height: 31px;
  }
  .banner .csjSwiper1 .swiper-slide .text .en {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .banner .csjSwiper1 .swiper-slide .text .desc {
    font-size: 13px;
    line-height: 20px;
  }
  .banner .csjSwiper1 .swiper-slide:nth-child(2n) .text {
    left: 20px;
  }
  .banner .csjSwiper1.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
  .banner .container .left {
    padding: 5px;
    padding-left: 10px;
  }
  .banner .container .left .en {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .banner .container .left .title {
    font-size: 13px;
  }
  .banner .container .right dd {
    padding: 0 10px;
  }
  .banner .container .right dd .desc {
    width: 100%;
  }
}
.ywfw {
  background-color: #F7F8FC;
}
.ywfw .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
}
.ywfw .container .head .t-part {
  padding-top: 67px;
}
.ywfw .container .navbars {
  -webkit-box-shadow: 1px 1px 6px 0px rgba(7, 0, 2, 0.11);
          box-shadow: 1px 1px 6px 0px rgba(7, 0, 2, 0.11);
  background-color: #fff;
}
.ywfw .container .navbars li {
  padding-right: 27px;
  padding-left: 20px;
  cursor: pointer;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 27px;
}
.ywfw .container .navbars li .left,
.ywfw .container .navbars li .right {
  display: inline-block;
}
.ywfw .container .navbars li .left {
  margin-top: 24px;
}
.ywfw .container .navbars li .left img {
  width: 62px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.ywfw .container .navbars li .right {
  margin-left: 15px;
  position: relative;
  padding-bottom: 12px;
  margin-top: 37px;
}
.ywfw .container .navbars li .right .t {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}
.ywfw .container .navbars li .right .en {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #C5C5C5;
  line-height: 28px;
}
.ywfw .container .navbars li.active {
  background-color: #F9F9F9;
}
.ywfw .container .navbars li.active .right::after {
  position: absolute;
  bottom: 0;
  left: 12px;
  width: 10px;
  height: 5px;
  content: " ";
  background: url("../images/icon/sanjiao.png") no-repeat;
  background-size: cover;
}
.ywfw .container .navbars-content {
  margin-top: 37px;
}
.ywfw .container .navbars-content li .item {
  position: relative;
  float: left;
  /*width: calc((100% - 90px) / 4);*/
  /*margin-right: 30px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*margin-bottom: 29px;*/
}
.ywfw .container .navbars-content li .item .img2 {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 75%;
}
.ywfw .container .navbars-content li .item .img2 img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ywfw .container .navbars-content li .item:nth-child(4n) {
  /*margin-right: 0px;*/
}
.ywfw .container .navbars-content li .item .bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ywfw .container .navbars-content li .item .bottom .img {
  width: 56px;
  height: 56px;
  margin-top: 26px;
  margin-bottom: 17px;
  display: none;
}
.ywfw .container .navbars-content li .item .bottom .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ywfw .container .navbars-content li .item .bottom .more {
  display: none;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding: 9px 30px 9px 22px;
  background-color: #fff;
  border-radius: 22px;
  margin-top: 19px;
}
.ywfw .container .navbars-content li .item:hover .bottom, .ywfw .container .navbars-content li .item.active .bottom {
  height: 100%;
}
.ywfw .container .navbars-content li .item:hover .bottom .text, .ywfw .container .navbars-content li .item.active .bottom .text {
  font-size: 20px;
  font-weight: bold;
  color: #FEFEFE;
  line-height: 1.4;
 margin-top:5px;
 margin-bottom:5px;
}
.ywfw .container .navbars-content li .item:hover .bottom .img,
.ywfw .container .navbars-content li .item:hover .bottom .more, .ywfw .container .navbars-content li .item.active .bottom .img,
.ywfw .container .navbars-content li .item.active .bottom .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ywfw .container .else {
  text-align: center;
  padding-bottom: 48px;
  margin-top: 40px;
}
.ywfw .container .else > div {
  display: inline-block;
}
.ywfw .container .else > div a {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  width: 183px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 55px;
  margin-right: 30px;
  display: inline-block;
  cursor: pointer;
}
.ywfw .container .else > div.more a {
  background-color: var(--theme-color);
}
.ywfw .container .else > div.message a {
  background-color: #7C7C7C;
}

@media only screen and (max-width: 1800px) {
  .ywfw .container .head .t-part {
    padding-top: 64px;
  }
  .ywfw .container .navbars li {
    padding-right: 26px;
    padding-left: 19px;
    padding-bottom: 26px;
  }
  .ywfw .container .navbars li .left {
    margin-top: 23px;
  }
  .ywfw .container .navbars li .left img {
    width: 59px;
  }
  .ywfw .container .navbars li .right {
    margin-left: 14px;
  }
  .ywfw .container .navbars-content {
    margin-top: 35px;
  }
  .ywfw .container .navbars-content li .item {
    /*width: calc((100% - 84px) / 4);*/
    /*margin-right: 28px;*/
    /*margin-bottom: 27px;*/
  }
  .ywfw .container .navbars-content li .item .bottom .img {
    width: 53px;
    height: 53px;
    margin-top: 25px;
    margin-bottom: 16px;
  }
  .ywfw .container .navbars-content li .item .bottom .more {
    padding: 9px 29px 9px 21px;
    margin-top: 18px;
  }
  .ywfw .container .navbars-content li .item:hover .bottom .text {
    font-size: 19px;
    line-height: 33px;
  }
  .ywfw .container .else {
    padding-bottom: 46px;
  margin-top:30px;
  }
}
@media only screen and (max-width: 1600px) {
  .ywfw .container .head .t-part {
    padding-top: 56px;
  }
  .ywfw .container .navbars li {
    padding-right: 20px;
    padding-left: 15px;
  }
  .ywfw .container .navbars li .left img {
    width: 56px;
  }
  .ywfw .container .navbars li .right {
    margin-left: 13px;
  }
  .ywfw .container .navbars li .right .t {
    font-size: 15px;
    line-height: 26px;
  }
  .ywfw .container .navbars-content {
    margin-top: 31px;
  }
  .ywfw .container .navbars-content li .item {
    /*width: calc((100% - 81px) / 4);*/
    /*margin-right: 27px;*/
    /*margin-bottom: 26px;*/
  }
  .ywfw .container .navbars-content li .item .bottom .img {
    width: auto;
    height: 48px;
    margin-top: 23px;
    margin-bottom: 14px;
  }
  .ywfw .container .navbars-content li .item .bottom .more {
    padding: 9px 29px 9px 21px;
    margin-top: 17px;
    cursor: pointer;
  }
  .ywfw .container .navbars-content li .item:hover .bottom .text, .ywfw .container .navbars-content li .item.active .bottom .text {
    font-size: 17px;
    line-height: 31px;
  }
  .ywfw .container .else {
    padding-bottom: 41px;
  }
  .ywfw .container .else > div a {
    font-size: 14px;
    width: 172px;
    height: 41px;
    line-height: 41px;
    margin-right: 27px;
  }
}
@media only screen and (max-width: 1230px) {
  .ywfw .container .head .t-part {
    padding-top: 25px;
  }
  .ywfw .container .navbars li {
    padding-right: 0px;
    padding-left: 5px;
    padding-bottom: 22px;
    width: 16.6666666667%;
  }
  .ywfw .container .navbars li .left {
    margin-top: 20px;
  }
  .ywfw .container .navbars li .left img {
    width: 34px;
  }
  .ywfw .container .navbars li .right {
    margin-left: 10px;
  }
  .ywfw .container .navbars li .right .t {
    font-size: 14px;
    line-height: 18px;
  }
  .ywfw .container .navbars li .right .en {
    font-size: 12.5px;
    line-height: 16px;
  }
  .ywfw .container .navbars-content {
    margin-top: 15px;
  }
  .ywfw .container .navbars-content li .item {
    /*width: calc((100% - 45px) / 4);*/
    /*margin-right: 15px;*/
    /*margin-bottom: 15px;*/
  }
  .ywfw .container .navbars-content li .item .bottom {
    padding-bottom: 12px;
  }
  .ywfw .container .navbars-content li .item .bottom .img {
    height: 30px;
    margin-bottom: 11px;
    margin-top: 15%;
  }
  .ywfw .container .navbars-content li .item .bottom .more {
    padding: 5px 15px;
    margin-top: 10px;
  }
  .ywfw .container .navbars-content li .item:hover .bottom .text, .ywfw .container .navbars-content li .item.active .bottom .text {
    font-size: 14px;
    line-height: 20px;
  }
  .ywfw .container .else {
    padding-bottom: 25px;
    margin-top: 20px;
  }
  .ywfw .container .else > div a {
    font-size: 13px;
    width: 142px;
    height: 36px;
    line-height: 36px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .ywfw .container .head .t-part {
    padding-top: 15px;
  }
  .ywfw .container .navbars li {
    width: 33.3333333333%;
  }
  .ywfw .container .navbars li .left {
    margin-top: 20px;
  }
  .ywfw .container .navbars li .left img {
    width: 40px;
  }
  .ywfw .container .navbars li .right {
    margin-left: 10px;
  }
  .ywfw .container .navbars-content {
    margin-top: 10px;
  }
  .ywfw .container .navbars-content li .item {
    /*width: calc((100% - 30px) / 4);*/
    /*margin-right: 10px;*/
    /*margin-bottom: 10px;*/
  }
  .ywfw .container .navbars-content li .item .bottom .more {
    padding: 5px 10px;
    margin-top: 8px;
    font-size: 12px;
  }
  .ywfw .container .navbars-content li .item .bottom .img {
    margin-top: 3%;
  }
    .ywfw .container .navbars-content li .item:hover .bottom {
        height: 100%;
        /*display:block;*/
          display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    }
        .ywfw .container .navbars-content li .item:hover .bottom .img{
            display: none;
        }
  .ywfw .container .navbars-content li .item:hover .bottom .text, .ywfw .container .navbars-content li .item.active .bottom .text {
    /*font-size: 13px;*/
    
  }
}
@media only screen and (max-width: 767px) {
  .ywfw .container .navbars li {
    padding-right: 0;
    padding-bottom: 5px;
  }
  .ywfw .container .navbars li .left img {
    width: 30px;
  }
  .ywfw .container .navbars li .right {
    margin-left: 10px;
  }
  .ywfw .container .navbars li .right .t {
    font-size: 12px;
  }
  .ywfw .container .navbars li .right .en {
    font-size: 12px;
  }
  .ywfw .container .navbars-content {
    margin-top: 10px;
  }
  .ywfw .container .navbars-content li .item {
    /*width: calc((100% - 10px) / 2);*/
  }
  .ywfw .container .navbars-content li .item .bottom .img {
    margin-top: 5px;
  }
  .ywfw .container .navbars-content li .item:nth-child(4n) {
    /*margin-right: 10px;*/
  }
  .ywfw .container .navbars-content li .item:nth-child(2n) {
    /*margin-right: 0px;*/
  }
  .ywfw .container .else {
    padding-bottom: 15px;
    margin-top: 15px;
  }
  .ywfw .container .else > div a {
    font-size: 13px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .ywfw .container .navbars li {
    width: 50%;
  }
}
.why .head .t-part {
  padding-top: 51px;
}
.why .main {
  background: url("../images/why_bg.webp");
  padding-bottom: 84px;
  margin-top: 148px;
  position: relative;
}
.why .main .container .csjSwiper2 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.why .main .container .csjSwiper2 .swiper-slide .left {
  color: #FFFFFF;
}
.why .main .container .csjSwiper2 .swiper-slide .left .why-t {
  padding-top: 164px;
  padding-bottom: 38px;
  border-bottom: 2px solid #fff;
}
.why .main .container .csjSwiper2 .swiper-slide .left .why-t .num {
  float: left;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  font-size: 48px;
  font-weight: bold;
  line-height: 94px;
  text-align: center;
  background-color: var(--theme-color);
}
.why .main .container .csjSwiper2 .swiper-slide .left .why-t .text {
  float: left;
  padding-left: 14px;
}
.why .main .container .csjSwiper2 .swiper-slide .left .why-t .text .en {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  padding-top: 14px;
  padding-bottom: 22px;
  line-height: 18px;
  opacity: 0.65;
}
.why .main .container .csjSwiper2 .swiper-slide .left .why-t .text .title {
  font-size: 35px;
  font-weight: bold;
  line-height: 30px;
}
.why .main .container .csjSwiper2 .swiper-slide .left .why-b {
  width: 638px;
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
  padding-top: 56px;
}
.why .main .container .csjSwiper2 .swiper-slide .right {
  padding-top: 133px;
  padding-left: 41px;
  height: auto;
}
.why .main .container .csjSwiper2 .swiper-slide .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why .main .container .csjSwiper2.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 688px;
}
.why .main .container .csjSwiper2 .swiper-pagination-bullet {
  width: 325px;
  height: 160px;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  color: #000;
  opacity: 1;
  text-align: center;
  font-weight: 400;
  position: relative;
}
.why .main .container .csjSwiper2 .swiper-pagination-bullet .t {
  font-size: 26px;
  line-height: 18px;
  margin-top: 28px;
  margin-bottom: 17px;
}
.why .main .container .csjSwiper2 .swiper-pagination-bullet .en {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
}
.why .main .container .csjSwiper2 .swiper-pagination-bullet .img {
  visibility: hidden;
}
.why .main .container .csjSwiper2 .swiper-pagination-bullet .img img {
  width: 29px;
  height: 30px;
  margin-top: 24px;
  margin-bottom: 25px;
}
.why .main .container .csjSwiper2 .swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  color: #FFFFFF;
}
.why .main .container .csjSwiper2 .swiper-pagination-bullet-active .img {
  visibility: visible;
}
.why .main .container .hotline {
  width: 435px;
  margin: 0 auto;
  font-size: 23px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 34px;
  padding: 17px 38px 18px 211px;
  background-color: var(--theme-color);
  border-radius: 30px;
  margin-top: 43px;
  position: relative;
}
.why .main .container .hotline .t {
  position: absolute;
  left: 0;
  top: 0;
  padding: 17px 20px 18px 29px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 17px;
  font-weight: 400;
  color: #1D2429;
  line-height: 34px;
}

@media only screen and (max-width: 1800px) {
  .why .main .container .csjSwiper2 .swiper-slide .left .why-t .num {
    width: 88px;
    height: 88px;
    font-size: 46px;
    line-height: 88px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-t .text .title {
    font-size: 33px;
    line-height: 28px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-b {
    font-size: 17px;
    line-height: 38px;
  }
  .why .main .container .csjSwiper2 .swiper-pagination-bullet .t {
    font-size: 25px;
  }
  .why .main .container .hotline {
    font-size: 22px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1600px) {
  .why .head .t-part {
    padding-top: 46px;
  }
  .why .main {
    margin-top: 130px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-t .num {
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 80px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-t .text .en {
    font-size: 15px;
    padding-top: 13px;
    padding-bottom: 15px;
    line-height: 17px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-t .text .title {
    font-size: 26px;
    line-height: 26px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-b {
    font-size: 16px;
    line-height: 34px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .right {
    padding-top: 160px;
    padding-left: 30px;
  }
  .why .main .container .csjSwiper2.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 638px;
  }
  .why .main .container .csjSwiper2 .swiper-pagination-bullet {
    width: 256px;
    height: 150px;
  }
  .why .main .container .csjSwiper2 .swiper-pagination-bullet .t {
    font-size: 23px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .why .main .container .csjSwiper2 .swiper-pagination-bullet .img img {
    width: 26px;
    height: 27px;
    margin-top: 22px;
    margin-bottom: 23px;
  }
  .why .main .container .hotline {
    width: 400px;
    font-size: 20px;
    line-height: 30px;
    padding: 17px 34px 18px 200px;
  }
  .why .main .container .hotline .t {
    padding: 17px 18px 18px 26px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1230px) {
  .why .head .t-part {
    padding-top: 30px;
  }
  .why .main {
    padding-bottom: 50px;
    margin-top: 108px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-t {
    padding-top: 77px;
    padding-bottom: 20px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-t .num {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-t .text .en {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-t .text .title {
    font-size: 20px;
    line-height: 20px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-b {
    width: 480px;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    padding-top: 20px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .right {
    padding-top: 77px;
    padding-left: 20px;
  }
  .why .main .container .csjSwiper2.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: auto;
    top: -78px;
  }
  .why .main .container .csjSwiper2 .swiper-pagination-bullet {
    width: 210px;
    height: auto;
  }
  .why .main .container .csjSwiper2 .swiper-pagination-bullet .t {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .why .main .container .csjSwiper2 .swiper-pagination-bullet .en {
    font-size: 12px;
    line-height: 15px;
  }
  .why .main .container .csjSwiper2 .swiper-pagination-bullet .img img {
    width: 24px;
    height: auto;
  }
  .why .main .container .hotline {
    width: 350px;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 26px 10px 195px;
  }
  .why .main .container .hotline .t {
    padding: 10px 18px 10px 26px;
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 960px) {
  .why .head .t-part {
    padding-top: 15px;
  }
  .why .main {
    padding-bottom: 30px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-t {
    padding-top: 70px;
    padding-bottom: 15px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-t .num {
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-t .text .en {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 13px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-t .text .title {
    font-size: 18px;
    line-height: 18px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-b {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .right {
    display: none;
  }
  .why .main .container .csjSwiper2.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: auto;
    top: -83px;
  }
  .why .main .container .csjSwiper2 .swiper-pagination-bullet {
    width: 166px;
    height: auto;
    vertical-align: top;
  }
  .why .main .container .csjSwiper2 .swiper-pagination-bullet .t {
    font-size: 17px;
    line-height: 16px;
    margin-top: 15px;
  }
  .why .main .container .csjSwiper2 .swiper-pagination-bullet .img img {
    width: 22px;
    height: auto;
  }
  .why .main .container .hotline {
    width: 320px;
    font-size: 15px;
    line-height: 20px;
    padding: 12.5px 20px 12.5px 174px;
    border-radius: 20px;
    margin-top: 20px;
  }
  .why .main .container .hotline .t {
    border-radius: 20px;
    padding: 10px 10px 10px 26px;
    font-size: 14px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .why .main {
    padding-bottom: 20px;
    margin-top: 216px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-t {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-t .num {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-t .text {
    padding-left: 10px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-t .text .en {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 12px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-t .text .title {
    font-size: 15px;
    line-height: 15px;
  }
  .why .main .container .csjSwiper2 .swiper-slide .left .why-b {
    font-size: 13px;
    line-height: 20px;
    padding-top: 10px;
  }
  .why .main .container .csjSwiper2.swiper-container-horizontal > .swiper-pagination-bullets {
    top: -201px;
  }
  .why .main .container .csjSwiper2 .swiper-pagination-bullet {
    width: 46%;
  }
  .why .main .container .csjSwiper2 .swiper-pagination-bullet .t {
    font-size: 15px;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .why .main .container .csjSwiper2 .swiper-pagination-bullet .img img {
    width: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .why .main .container .hotline {
    width: 296px;
    font-size: 14px;
    padding: 8.5px 10px 8.5px 163px;
    margin-top: 10px;
  }
  .why .main .container .hotline .t {
    padding: 6px 10px 6px 26px;
    font-size: 13px;
  }
}
.hzal .head .t-part {
  padding-top: 59px;
}
.hzal .container {
  margin-top: 44px;
  position: relative;
  /*overflow: hidden;*/
}
.hzal .container .csjSwiper3 .swiper-slide {
  background-color: #F5F5F5;
  color: #5E5E5E;
  font-weight: 400;
}
.hzal .container .csjSwiper3 .swiper-slide .img {
  width: 100%;
  padding-bottom: 76%;
  position: relative;
}
.hzal .container .csjSwiper3 .swiper-slide .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hzal .container .csjSwiper3 .swiper-slide .title {
  font-size: 18px;
  line-height: 32px;
  padding-top: 28px;
  padding-bottom: 25px;
  text-align: center;
}
.hzal .container .csjSwiper3 .swiper-slide .desc {
  font-size: 15px;
  line-height: 30px;
  padding: 0 22px 60px 22px;
}
.hzal .container .swiper-btn {
  width: 100%;
}
.hzal .container .swiper-btn .swiper-button-prev,
.hzal .container .swiper-btn .swiper-button-next {
  top: 142px;
  width: 43px;
  height: 43px;
  background-color: #E1B551;
  border-radius: 50%;
  cursor: pointer;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
}
.hzal .container .swiper-btn .swiper-button-prev img,
.hzal .container .swiper-btn .swiper-button-next img {
  width: 8px;
  height: 13px;
}
.hzal .container .swiper-btn .swiper-button-prev {
  left: -66px;
}
.hzal .container .swiper-btn .swiper-button-next {
  right: -66px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 1800px) {
  .hzal .container .csjSwiper3 .swiper-slide .title {
    font-size: 17px;
    line-height: 30px;
    padding-top: 25px;
    padding-bottom: 23px;
  }
  .hzal .container .csjSwiper3 .swiper-slide .desc {
    padding: 0 22px 50px 22px;
  }
}
@media only screen and (max-width: 1600px) {
  .hzal .head .t-part {
    padding-top: 50px;
  }
  .hzal .container {
    margin-top: 40px;
    width: 1061px;
  }
  .hzal .container .csjSwiper3 .swiper-slide .title {
    font-size: 16px;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hzal .container .csjSwiper3 .swiper-slide .desc {
    font-size: 14px;
    padding: 0 15px 40px 20px;
  }
  .hzal .container .swiper-btn .swiper-button-prev {
    left: -50px;
  }
  .hzal .container .swiper-btn .swiper-button-next {
    right: -50px;
  }
}
@media only screen and (max-width: 1230px) {
  .hzal .head .t-part {
    padding-top: 30px;
  }
  .hzal .container {
    margin-top: 30px;
    width: calc(100% - 100px - 10px);
  }
  .hzal .container .csjSwiper3 .swiper-slide .title {
    font-size: 15px;
    line-height: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hzal .container .csjSwiper3 .swiper-slide .desc {
    padding: 0 15px 30px 15px;
  }
}
@media only screen and (max-width: 960px) {
  .hzal .head .t-part {
    padding-top: 20px;
  }
  .hzal .container {
    margin-top: 20px;
  }
  .hzal .container .csjSwiper3 .swiper-slide .title {
    font-size: 14px;
    line-height: 14px;
  }
  .hzal .container .csjSwiper3 .swiper-slide .desc {
    font-size: 13px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .hzal .head .t-part {
    padding-top: 10px;
  }
  .hzal .container {
    margin-top: 10px;
    width: 100%;
  }
  .hzal .container .swiper-btn .swiper-button-prev,
.hzal .container .swiper-btn .swiper-button-next {
    top: 188px;
    width: 30px;
    height: 30px;
  }
  .hzal .container .swiper-btn .swiper-button-prev {
    left: 0px;
  }
  .hzal .container .swiper-btn .swiper-button-next {
    right: 0px;
  }
}
.about {
  background: url("../images/about_bg.webp") no-repeat;
  margin-top: 93px;
  background-size: cover;
}
.about .head .t-part {
  padding-top: 71px;
  color: #fff;
}
.about .head .t-part span {
  color: #fff;
}
.about .container {
  font-weight: 400;
  color: #FFFFFF;
}
.about .container .desc {
  line-height: 27px;
  margin-top: 45px;
  margin-bottom: 47px;
  text-align: justify;
}
.about .container .else {
  text-align: center;
  padding-bottom: 200px;
}
.about .container .else > div {
  display: inline-block;
}
.about .container .else > div a {
  margin-right: 24px;
  width: 158px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #fff;
  display: inline-block;
  color: #FFFFFF;
  cursor: pointer;
}
.about .container .else > div.more a {
  background-color: var(--theme-color);
  border-color: transparent;
}

.about-add .container {
  position: relative;
}
.about-add .container .csjSwiper4 {
  margin-top: -136px;
}
.about-add .container .csjSwiper4.imgs {
  margin-top: 0px;
}
.about-add .container .csjSwiper4 .swiper-slide {
  background-color: #fff;
}
.about-add .container .csjSwiper4 .swiper-slide .num {
  position: relative;
  font-size: 72px;
  font-family: Arial;
  font-weight: 400;
  color: #9A9A9A;
  padding: 33px 0 20px 34px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.18);
}
.about-add .container .csjSwiper4 .swiper-slide .num .title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  position: absolute;
  background-color: #fff;
  padding-top: 5px;
  padding-left: 2px;
  left: 73px;
  bottom: 35px;
}
.about-add .container .csjSwiper4 .swiper-slide:hover .num, .about-add .container .csjSwiper4 .swiper-slide.active .num {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0);
}
.about-add .container .csjSwiper4 .swiper-slide:hover .num .title, .about-add .container .csjSwiper4 .swiper-slide.active .num .title {
  color: var(--theme-color);
}
.about-add .container .csjSwiper4 .swiper-slide .img {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}
.about-add .container .csjSwiper4 .swiper-slide .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-add .container .swiper-btn {
  width: 100%;
}
.about-add .container .swiper-btn .swiper-button-prev,
.about-add .container .swiper-btn .swiper-button-next {
  top: 270px;
  width: 25px;
  height: 49px;
  background-image: url("../images/icon/about_arrow.png");
  border-radius: 50%;
  background-size: cover;
  cursor: pointer;
}
.about-add .container .swiper-btn .swiper-button-prev {
  left: -64px;
}
.about-add .container .swiper-btn .swiper-button-next {
  right: -64px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 1600px) {
  .about {
    margin-top: 83px;
  }
  .about .head .t-part {
    padding-top: 51px;
  }
  .about .container .desc {
    margin-top: 35px;
    margin-bottom: 37px;
  }
  .about-add .container {
    width: 1081px;
  }
  .about-add .container .csjSwiper4 {
    margin-top: -123px;
  }
  .about-add .container .csjSwiper4 .swiper-slide .num {
    font-size: 60px;
    margin-bottom: 15px;
  }
  .about-add .container .csjSwiper4 .swiper-slide .num .title {
    font-size: 15px;
    left: 65px;
    bottom: 25px;
  }
  .about-add .container .swiper-btn .swiper-button-prev,
.about-add .container .swiper-btn .swiper-button-next {
    top: 164px;
  }
  .about-add .container .swiper-btn .swiper-button-prev {
    left: -40px;
  }
  .about-add .container .swiper-btn .swiper-button-next {
    right: -40px;
  }
}
@media only screen and (max-width: 1230px) {
  .about {
    margin-top: 30px;
  }
  .about .head .t-part {
    padding-top: 30px;
  }
  .about .container .desc {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .about .container .else {
    padding-bottom: 150px;
  }
  .about .container .else > div a {
    font-size: 13px;
    width: 130px;
    height: 32px;
    line-height: 32px;
  }
  .about-add .container {
    width: calc(100% - 80px);
  }
  .about-add .container .csjSwiper4 {
    margin-top: -106px;
  }
  .about-add .container .csjSwiper4 .swiper-slide .num {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .about-add .container .csjSwiper4 .swiper-slide .num .title {
    font-size: 14px;
    left: 58px;
    bottom: 21px;
  }
  .about-add .container .swiper-btn .swiper-button-prev {
    left: -30px;
  }
  .about-add .container .swiper-btn .swiper-button-next {
    right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .about {
    margin-top: 10px;
  }
  .about .head .t-part {
    padding-top: 20px;
  }
  .about .container .desc {
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .about .container .else {
    padding-bottom: 110px;
  }
  .about-add .container {
    width: 100%;
  }
  .about-add .container .csjSwiper4 {
    margin-top: -88px;
  }
  .about-add .container .csjSwiper4 .swiper-slide .num {
    font-size: 30px;
  }
  .about-add .container .csjSwiper4 .swiper-slide .num .title {
    font-size: 13px;
    left: 51px;
    bottom: 15px;
  }
  .about-add .container .swiper-btn .swiper-button-prev {
    left: 0px;
  }
  .about-add .container .swiper-btn .swiper-button-next {
    right: 0px;
  }
}
@media only screen and (max-width: 500px){
    .about-add .container .csjSwiper4 {
    margin-top: -65px;
}
    .about-add .container .csjSwiper4 .swiper-slide .num .title {
        bottom: 10px;
        left: 27px;
    }
    .about-add .container .csjSwiper4 .swiper-slide .num {
    padding: 15px 0 15px 10px;
}
}

.news .head .t-part {
  margin-top: 66px;
}
.news .container {
  margin-top: 65px;
  padding-bottom: 50px;
}
.news .container .news-box {
  width: 583px;
  float: left;
}
.news .container .news-box:first-child {
  margin-right: 134px;
}
.news .container .news-box .news-t {
  margin-bottom: 20px;
}
.news .container .news-box .news-t .left {
  float: left;
  font-size: 26px;
  font-weight: 400;
  color: #323232;
  line-height: 26px;
  padding-left: 22px;
  border-left: 6px solid var(--theme-color);
}
.news .container .news-box .news-t .right {
  float: right;
  font-size: 15px;
  font-family: Arial;
  font-weight: bold;
  color: #C8C8C8;
  line-height: 24px;
  text-transform: uppercase;
}
.news .container .news-box .news-c dt {
  padding-top: 29px;
  padding-bottom: 25px;
  border-top: 2px solid #E7E7E7;
  border-bottom: 2px solid #E7E7E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.news .container .news-box .news-c dt .left {
  width: 134px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news .container .news-box .news-c dt .left .img {
  position: relative;
  padding-bottom: 75%;
  width: 100%;
  height: 100%;
}
.news .container .news-box .news-c dt .left .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .container .news-box .news-c dt .right {
  float: left;
  margin-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news .container .news-box .news-c dt .right .t {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  padding-bottom: 22px;
  padding-top: 10px;
}
.news .container .news-box .news-c dt .right .desc {
  width: 420px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-align: justify;
}
.news .container .news-box .news-c dd {
  font-weight: 400;
  line-height: 36px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news .container .news-box .news-c dd .t {
  color: #666666;
}
.news .container .news-box .news-c dd .time {
  color: #AAAAAA;
}

@media only screen and (max-width: 1600px) {
  .news .head .t-part {
    margin-top: 55px;
  }
  .news .container {
    margin-top: 55px;
    padding-bottom: 40px;
  }
  .news .container .news-box {
    width: calc((100% - 104px) / 2);
  }
  .news .container .news-box:first-child {
    margin-right: 104px;
  }
  .news .container .news-box .news-t .left {
    font-size: 23px;
    line-height: 23px;
    padding-left: 20px;
  }
  .news .container .news-box .news-t .right {
    font-size: 14px;
  }
  .news .container .news-box .news-c dt .left {
    height: 117px;
  }
  .news .container .news-box .news-c dt .right {
    margin-left: 20px;
  }
  .news .container .news-box .news-c dt .right .t {
    font-size: 17px;
    padding-bottom: 15px;
    padding-top: 5px;
  }
  .news .container .news-box .news-c dt .right .desc {
    width: 339px;
  }
  .news .container .news-box .news-c dd {
    line-height: 30px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1230px) {
  .news .head .t-part {
    margin-top: 30px;
  }
  .news .container {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .news .container .news-box {
    width: calc((100% - 20px) / 2);
  }
  .news .container .news-box:first-child {
    margin-right: 20px;
  }
  .news .container .news-box .news-t .left {
    font-size: 18px;
    line-height: 18px;
    padding-left: 10px;
  }
  .news .container .news-box .news-t .right {
    font-size: 13px;
  }
  .news .container .news-box .news-c dt {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .news .container .news-box .news-c dt .left {
    width: 25%;
    height: auto;
    overflow: hidden;
  }
  .news .container .news-box .news-c dt .right {
    width: calc(75% - 20px);
    padding-left: 20px;
    margin-left: 0;
  }
  .news .container .news-box .news-c dt .right .t {
    font-size: 16px;
    line-height: 22px;
  }
  .news .container .news-box .news-c dt .right .desc {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
  }
  .news .container .news-box .news-c dd {
    line-height: 28px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
  .news .head .t-part {
    margin-top: 15px;
  }
  .news .container {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .news .container .news-box {
    width: 100%;
  }
  .news .container .news-box:first-child {
    margin-right: 0px;
  }
  .news .container .news-box .news-t .left {
    font-size: 18px;
    line-height: 30px;
  }
  .news .container .news-box .news-c dt {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .news .container .news-box .news-c dt .left {
    width: 30%;
  }
  .news .container .news-box .news-c dt .left img {
    width: 100%;
  }
  .news .container .news-box .news-c dt .right {
    width: calc(70% - 10px);
    padding-left: 10px;
    margin-left: 0;
  }
  .news .container .news-box .news-c dt .right .t {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .news .container .news-box .news-c dd {
    line-height: 28px;
    font-size: 14px;
  }
}
.question {
  background-color: #F8F8F8;
  padding-bottom: 76px;
}
.question .head .t-part {
  padding-top: 70px;
}
.question .container {
  margin-top: 50px;
}
.question .container .left {
  width: 966px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  background-color: #fff;
  padding: 49px 56px 37px 21px;
}
.question .container .left .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.question .container .left ul {
  padding-left: 43px;
}
.question .container .left ul li {
  margin-bottom: 24px;
}
.question .container .left ul li:last-child {
  margin-bottom: 0px;
}
.question .container .left ul li .q-t {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding-bottom: 10px;
}
.question .container .left ul li .q-t span {
  display: inline-block;
  width: 21px;
  height: 21px;
  line-height: 21px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background-color: var(--theme-color);
  margin-right: 11px;
}
.question .container .left ul li .q-desc {
  width: 364px;
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
}
.question .container .right {
  float: right;
  width: calc(100% - 966px - 10px);
  background-color: #EFEFEF;
  padding: 45px 23px 0 21px;
  height: auto;
}
.question .container .right .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  margin-bottom: 23px;
}
.question .container .right .input-block {
  width: 100%;
  height: 43px;
  margin-bottom: 18px;
  position: relative;
}
.question .container .right .input-block input,
.question .container .right .input-block textarea {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.question .container .right .input-block input {
  padding-left: 25px;
}
.question .container .right .input-block .addon {
  color: var(--theme-color);
  position: absolute;
  left: 15px;
  top: 10px;
}
.question .container .right .input-block:nth-child(4) {
  height: 142px;
}
.question .container .right .input-block textarea {
  padding-left: 15px;
  padding-top: 18px;
}
.question .container .right .btn {
  width: 212px;
  margin: 23px auto 34px;
  background-color: var(--theme-color);
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 15px;
  cursor: pointer;
}

@media only screen and (max-width: 1600px) {
  .question {
    padding-bottom: 66px;
  }
  .question .head .t-part {
    padding-top: 60px;
  }
  .question .container {
    margin-top: 40px;
  }
  .question .container .left {
    width: 75%;
  }
  .question .container .left ul {
    padding-left: 30px;
  }
  .question .container .left ul li {
    margin-bottom: 20px;
  }
  .question .container .left ul li .q-t {
    font-size: 15px;
  }
  .question .container .left ul li .q-t span {
    width: 19px;
    height: 19px;
    line-height: 19px;
  }
  .question .container .right {
    width: calc(25% - 10px);
  }
  .question .container .right .title {
    font-size: 18px;
  }
  .question .container .right .input-block {
    margin-bottom: 14px;
  }
  .question .container .right .input-block input {
    padding-left: 20px;
  }
  .question .container .right .input-block .addon {
    left: 13px;
  }
  .question .container .right .input-block textarea {
    padding-left: 15px;
    padding-top: 18px;
  }
  .question .container .right .btn {
    width: 180px;
    margin: 21px auto 30px;
    height: 34px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1230px) {
  .question {
    padding-bottom: 30px;
  }
  .question .head .t-part {
    padding-top: 20px;
  }
  .question .container {
    margin-top: 20px;
  }
  .question .container .left {
    width: 60%;
    padding: 30px 30px 30px 20px;
  }
  .question .container .left .img {
    display: none;
  }
  .question .container .left ul {
    padding-left: 10px;
  }
  .question .container .left ul li {
    margin-bottom: 15px;
  }
  .question .container .left ul li .q-t {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .question .container .left ul li .q-t span {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  .question .container .left ul li .q-desc {
    font-size: 12px;
    width: 100%;
  }
  .question .container .right {
    width: calc(40% - 10px);
    padding: 30px 20px 0 20px;
  }
  .question .container .right .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .question .container .right .input-block {
    height: 36px;
    margin-bottom: 10px;
  }
  .question .container .right .input-block input {
    padding-left: 18px;
  }
  .question .container .right .input-block .addon {
    left: 10px;
    top: 5px;
  }
  .question .container .right .input-block:nth-child(4) {
    height: 122px;
  }
  .question .container .right .btn {
    width: 160px;
    height: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .question {
    padding-bottom: 10px;
  }
  .question .head .t-part {
    padding-top: 10px;
  }
  .question .container {
    margin-top: 10px;
    width: 100%;
  }
  .question .container .left {
    width: 100%;
    padding: 15px;
  }
  .question .container .left ul {
    padding-left: 10px;
  }
  .question .container .left ul li {
    margin-bottom: 10px;
  }
  .question .container .left ul li .q-t {
    font-size: 13px;
  }
  .question .container .right {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  .question .container .right .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .question .container .right .input-block {
    height: 36px;
  }
  .question .container .right .btn {
    margin: 15px auto 15px;
  }
}
.foot-btn li {
  position: relative;
  float: left;
  width: 33.3333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}
.foot-btn li .img {
  width: 100%;
  height: 268px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.foot-btn li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.foot-btn li .content {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  cursor: pointer;
}
.foot-btn li .content .t {
  font-size: 37px;
  font-weight: bold;
  line-height: 68px;
  position: relative;
  left: 129px;
  top: 71px;
}
.foot-btn li .content .en {
  position: relative;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 400;
  line-height: 68px;
  left: 129px;
  top: 67px;
}
.foot-btn li .content a {
  display: none;
  position: relative;
  left: 508px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.foot-btn li .content a img {
  width: 43px;
  height: 43px;
  -o-object-fit: cover;
     object-fit: cover;
}
.foot-btn li:hover .content {
  background-color: rgba(189, 38, 29, 0.8);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.foot-btn li:hover .content a {
  display: inline-block;
}

@media only screen and (max-width: 1800px) {
  .foot-btn li .content .t {
    font-size: 35px;
    line-height: 66px;
    left: 89px;
  }
  .foot-btn li .content .en {
    font-size: 22px;
    line-height: 66px;
    left: 89px;
  }
  .foot-btn li .content a {
    left: 408px;
  }
}
@media only screen and (max-width: 1600px) {
  .foot-btn li .img {
    height: 200px;
  }
  .foot-btn li .content .t {
    font-size: 30px;
    line-height: 60px;
    left: 49px;
    top: 42px;
  }
  .foot-btn li .content .en {
    font-size: 20px;
    line-height: 60px;
    left: 49px;
    top: 42px;
  }
  .foot-btn li .content a {
    left: 308px;
  }
}
@media only screen and (max-width: 1230px) {
  .foot-btn li .img {
    height: 208px;
  }
  .foot-btn li .content .t {
    font-size: 20px;
    line-height: 40px;
    left: 10px;
    top: 56px;
  }
  .foot-btn li .content .en {
    font-size: 16px;
    line-height: 40px;
    left: 10px;
    top: 56px;
  }
  .foot-btn li .content a {
    left: 208px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .foot-btn li .content a img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .foot-btn li {
    width: 100%;
  }
  .foot-btn li .img {
    height: 128px;
  }
  .foot-btn li .content .t {
    font-size: 18px;
    left: 66px;
    top: 16px;
  }
  .foot-btn li .content .en {
    font-size: 15px;
    line-height: 40px;
    left: 66px;
    top: 16px;
  }
  .foot-btn li .content a {
    left: 268px;
    top: -40px;
  }
}/*# sourceMappingURL=index.css.map */