/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner {
  padding: 211px 0 192px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner h2 {
  margin: 0 0 40px;
  font-size: 60px;
  font-weight: normal;
}
.banner p {
  max-width: 555px;
  line-height: 40px;
  margin: 0;
  font-size: 24px;
}
@media (max-width: 1279px) {
  .banner {
    padding: 50px 10px;
  }
  .banner h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .banner p {
    line-height: 22px;
    font-size: 14px;
  }
}
.b-hd h2 {
  margin: 0;
  font-size: 38px;
  color: #002e7d;
  text-align: center;
}
.b-hd h2::after {
  display: block;
  width: 54px;
  height: 3px;
  margin: 30px auto 0;
  background-color: #002e7d;
  content: '';
}
.b-hd p {
  margin: 45px 0 0;
  font-size: 18px;
  color: #595757;
  text-align: center;
}
@media (max-width: 1440px) {
  .b-hd {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 1279px) {
  .b-hd {
    margin-bottom: 10px !important;
  }
  .b-hd h2 {
    font-size: 20px;
  }
  .b-hd h2::after {
    height: 2px;
    margin-top: 10px;
  }
  .b-hd p {
    margin-top: 10px;
    font-size: 14px;
  }
}
.business-box1 {
  padding-top: 176px;
}
.business-box1 .b-hd {
  margin-bottom: 133px;
}
.business-box1 .bd {
  padding-bottom: 192px;
}
.business-box1 .bd + .bd {
  padding-top: 190px;
  border-top: 3px dashed #e3e4e4;
}
.business-box1 .bd .desc {
  padding-top: 10px;
}
.business-box1 .bd .desc h3 {
  margin: 0 0 30px;
  font-size: 36px;
  color: #002e7d;
  line-height: 1.2;
}
.business-box1 .bd .desc p {
  line-height: 36px;
  font-size: 18px;
}
.business-box1 .bd .pic {
  margin-left: 205px;
}
.business-box1 .bd .pic img {
  display: block;
  width: 100%;
}
@media (max-width: 1440px) {
  .business-box1 {
    padding-top: 100px;
  }
  .business-box1 .bd {
    padding-bottom: 100px;
  }
  .business-box1 .bd + .bd {
    padding-top: 100px;
  }
  .business-box1 .bd .pic {
    margin-left: 100px;
  }
}
@media (max-width: 1279px) {
  .business-box1 {
    padding: 20px 10px;
  }
  .business-box1 .bd {
    padding-bottom: 10px;
    flex-direction: column-reverse;
  }
  .business-box1 .bd + .bd {
    padding-top: 10px;
  }
  .business-box1 .bd .desc h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .business-box1 .bd .desc p {
    line-height: 22px;
    font-size: 14px;
  }
  .business-box1 .bd .pic {
    width: 100%;
    margin-left: 0;
  }
}
.business-box2 {
  margin-bottom: 152px;
}
.business-box2 .b-hd {
  margin-bottom: 100px;
}
.business-box2 .bd {
  padding: 84px 110px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 15px #e1e1e1;
  -moz-box-shadow: 0 0 15px #e1e1e1;
  -ms-box-shadow: 0 0 15px #e1e1e1;
  box-shadow: 0 0 15px #e1e1e1;
}
.business-box2 .bd table {
  width: 100%;
  line-height: 46px;
  font-size: 20px;
  color: #717071;
  text-align: center;
  border-collapse: collapse;
}
.business-box2 .bd table tr th,
.business-box2 .bd table tr td {
  padding: 30px 0;
  border-bottom: 1px solid #d2d2d2;
}
.business-box2 .bd table thead tr th {
  font-size: 22px;
  font-weight: bold;
  color: #3e3a39;
}
.business-box2 .bd table tbody tr td .square {
  width: 16px;
  height: 16px;
  margin: auto;
  background-color: #717071;
}
@media (max-width: 1440px) {
  .business-box2 {
    margin-bottom: 100px;
  }
}
@media (max-width: 1279px) {
  .business-box2 {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .business-box2 .bd {
    overflow-x: auto;
    padding: 10px;
  }
  .business-box2 .bd table {
    font-size: 14px;
    white-space: nowrap;
  }
  .business-box2 .bd table tr th,
  .business-box2 .bd table tr td {
    padding: 5px;
  }
  .business-box2 .bd table thead tr th {
    font-size: 14px;
  }
}
.advantage-box1 {
  padding: 178px 0 170px;
}
.advantage-box1 .b-hd {
  margin-bottom: 60px;
}
.advantage-box1 .tabs {
  margin-bottom: 68px;
}
.advantage-box1 .tabs .item {
  padding: 38px 0;
  border-right: 1px solid #c7c7c7;
  font-size: 22px;
  font-weight: bold;
  color: #3e3a39;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 1.5;
}
.advantage-box1 .tabs .item::before {
  display: block;
  width: 100%;
  height: 75px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  content: '';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.advantage-box1 .tabs .item:nth-child(1) {
  border-left: 1px solid #c7c7c7;
}
.advantage-box1 .tabs .item:nth-child(1)::before {
  background-image: url('../images/icon8.png');
}
.advantage-box1 .tabs .item:nth-child(2)::before {
  background-image: url('../images/icon9.png');
}
.advantage-box1 .tabs .item:nth-child(3)::before {
  background-image: url('../images/icon10.png');
}
.advantage-box1 .tabs .item:nth-child(4)::before {
  background-image: url('../images/icon11.png');
}
.advantage-box1 .tabs .item:nth-child(5)::before {
  background-image: url('../images/icon12.png');
}
.advantage-box1 .tabs .item:nth-child(6)::before {
  background-image: url('../images/icon13.png');
}
.advantage-box1 .tabs .item.active {
  color: #fff;
  background-color: #002e7d;
}
.advantage-box1 .tabs .item.active::before {
  background-position: 50% 100%;
}
.advantage-box1 .bd {
  display: none;
}
.advantage-box1 .bd .pic {
  overflow: hidden;
}
.advantage-box1 .bd .pic img {
  display: block;
  width: 100%;
}
.advantage-box1 .bd h3 {
  padding: 56px 30px;
  margin: 0;
  border-bottom: 6px solid #002e7d;
  font-size: 22px;
  font-weight: normal;
  color: #3e3a39;
  background-color: #f0f0f0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .advantage-box1 {
    padding: 100px 0;
  }
}
@media (max-width: 1279px) {
  .advantage-box1 {
    padding: 20px 10px;
  }
  .advantage-box1 .tabs {
    overflow-x: auto;
    margin-bottom: 10px;
  }
  .advantage-box1 .tabs .item {
    flex: auto;
    padding: 10px;
    font-size: 12px;
    white-space: nowrap;
  }
  .advantage-box1 .tabs .item::before {
    height: 30px;
    margin-bottom: 10px;
    background-size: auto 60px;
  }
  .advantage-box1 .bd h3 {
    padding: 10px;
    font-size: 14px;
  }
}
.advantage-box2 {
  padding: 112px 0 146px;
  background-color: #f7f8fd;
}
.advantage-box2 .b-hd {
  margin-bottom: 54px;
}
.advantage-box2 .bd {
  background-color: #fff;
}
.advantage-box2 .bd ul {
  width: 302px;
}
.advantage-box2 .bd ul:nth-child(1) li:nth-child(1)::before {
  background-image: url('../images/icon14.png');
}
.advantage-box2 .bd ul:nth-child(1) li:nth-child(2)::before {
  background-image: url('../images/icon15.png');
}
.advantage-box2 .bd ul:nth-child(3) li:nth-child(1)::before {
  background-image: url('../images/icon16.png');
}
.advantage-box2 .bd ul:nth-child(3) li:nth-child(2)::before {
  background-image: url('../images/icon17.png');
}
.advantage-box2 .bd ul li {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  text-align: center;
  line-height: 1.5;
}
.advantage-box2 .bd ul li:nth-child(1) {
  border-bottom: 1px solid #cacacb;
}
.advantage-box2 .bd ul li::before {
  display: block;
  height: 65px;
  margin-bottom: 14px;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
}
.advantage-box2 .bd .pic img {
  display: block;
  width: 100%;
}
@media (max-width: 1440px) {
  .advantage-box2 {
    padding: 100px 0;
  }
}
@media (max-width: 1279px) {
  .advantage-box2 {
    padding: 20px 10px;
  }
  .advantage-box2 .bd {
    flex-direction: column;
  }
  .advantage-box2 .bd ul {
    flex-direction: row;
    width: 100%;
  }
  .advantage-box2 .bd ul li {
    padding: 10px;
    font-size: 12px;
  }
  .advantage-box2 .bd ul li:nth-child(1) {
    border-right: 1px solid #cacacb;
    border-bottom: 0;
  }
  .advantage-box2 .bd ul li::before {
    height: 30px;
    background-size: auto 100%;
  }
}
.advantage-box3 {
  padding: 144px 0 200px;
}
.advantage-box3 .b-hd {
  margin-bottom: 110px;
}
.advantage-box3 .bd ul li {
  padding: 30px 40px;
}
.advantage-box3 .bd ul li .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 308px;
  border: 1px dotted #002e7d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.advantage-box3 .bd ul li .pic img {
  display: block;
  max-width: 80%;
  max-height: 80%;
}
.advantage-box3 .bd ul li h3 {
  height: 32px;
  line-height: 32px;
  margin: 30px 0 0;
  font-size: 26px;
  color: #3e3a39;
  text-align: center;
}
@media (max-width: 1440px) {
  .advantage-box3 {
    padding: 100px 0;
  }
  .advantage-box3 .bd ul li .pic {
    height: 200px;
  }
}
@media (max-width: 1279px) {
  .advantage-box3 {
    padding: 20px 10px;
  }
  .advantage-box3 .bd ul li {
    width: 50% !important;
    padding: 10px;
  }
  .advantage-box3 .bd ul li .pic {
    height: 100px;
  }
  .advantage-box3 .bd ul li h3 {
    height: 22px;
    line-height: 22px;
    margin-top: 10px;
    font-size: 14px;
  }
}
.about-box1 {
  padding-top: 116px;
}
.about-box1 .b-hd {
  margin-bottom: 114px;
}
.about-box1 .bd .desc {
  position: relative;
}
.about-box1 .bd .desc > p {
  line-height: 36px;
  font-size: 18px;
  color: #595757;
}
.about-box1 .bd .desc ul {
  margin: 72px -270px 0 -5px;
}
.about-box1 .bd .desc ul li {
  padding: 5px;
}
.about-box1 .bd .desc ul li:nth-child(1) .item::before {
  background-image: url('../images/icon18.png');
}
.about-box1 .bd .desc ul li:nth-child(2) .item::before {
  background-image: url('../images/icon19.png');
}
.about-box1 .bd .desc ul li:nth-child(3) .item::before {
  background-image: url('../images/icon20.png');
}
.about-box1 .bd .desc ul li .item {
  height: 100%;
  padding: 35px 48px 42px;
  white-space: nowrap;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 0 10px #f1f1f1;
  -moz-box-shadow: 0 0 10px #f1f1f1;
  -ms-box-shadow: 0 0 10px #f1f1f1;
  box-shadow: 0 0 10px #f1f1f1;
}
.about-box1 .bd .desc ul li .item::before {
  display: block;
  height: 68px;
  background-repeat: no-repeat;
  background-position: left center;
  content: '';
}
.about-box1 .bd .desc ul li .item h3 {
  margin: 34px 0 15px;
  font-size: 36px;
  font-weight: normal;
}
.about-box1 .bd .desc ul li .item p {
  margin: 0;
  font-size: 18px;
}
.about-box1 .bd .pic {
  margin-left: 30px;
}
.about-box1 .bd .pic img {
  display: block;
  width: 100%;
}
@media (max-width: 1440px) {
  .about-box1 {
    padding-top: 100px;
  }
  .about-box1 .bd .pic {
    width: 50%;
  }
}
@media (max-width: 1279px) {
  .about-box1 {
    padding: 20px 10px;
  }
  .about-box1 .bd {
    flex-direction: column-reverse;
  }
  .about-box1 .bd .pic {
    width: 100%;
    margin: 0 0 10px;
  }
  .about-box1 .bd .desc > p {
    line-height: 22px;
    font-size: 14px;
  }
  .about-box1 .bd .desc ul {
    margin: 0;
  }
  .about-box1 .bd .desc ul li .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .about-box1 .bd .desc ul li .item::before {
    width: 100%;
    height: 30px;
    background-position: center;
    background-size: auto 100%;
  }
  .about-box1 .bd .desc ul li .item h3 {
    margin: 10px 0;
    font-size: 20px;
  }
  .about-box1 .bd .desc ul li .item p {
    font-size: 16px;
  }
}
.about-box2 {
  padding: 168px 0 120px;
}
.about-box2 .b-hd {
  margin-bottom: 50px;
}
.about-box2 .b-hd h2::after {
  display: none;
}
.about-box2 .hd {
  padding: 18px 0;
  background-color: #f7f8fd;
}
.about-box2 .hd span {
  display: block;
  width: 130px;
  font-size: 24px;
}
.about-box2 .hd span:nth-child(1) {
  text-align: right;
}
.about-box2 .hd .icon21 {
  width: 58px;
  height: 58px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 86px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #002e7d;
}
.about-box2 .bd {
  position: relative;
  padding-bottom: 68px;
}
.about-box2 .bd::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  content: '';
}
.about-box2 .bd::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: url('../images/icon22.png') no-repeat center #002e7d;
  content: '';
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-box2 .bd ul li:nth-child(odd) .item {
  flex-direction: row-reverse;
}
.about-box2 .bd ul li:nth-child(odd) .item .pic {
  justify-content: flex-start;
}
.about-box2 .bd ul li:nth-child(odd) .item .desc .icon {
  right: -9px;
  left: auto;
  background-position: right center;
}
.about-box2 .bd ul li:nth-child(odd) .item .desc .icon::after {
  right: 19px;
  left: 0;
}
.about-box2 .bd ul li:nth-child(odd) .item .desc .flex-block {
  align-items: flex-end;
}
.about-box2 .bd ul li:nth-child(odd) .item .desc p {
  padding-right: 20px;
}
.about-box2 .bd ul li:nth-child(odd) .item .desc p::before {
  right: 0;
  left: auto;
  border-width: 6px 10px 6px 0;
  border-color: transparent #002e7d transparent transparent;
}
.about-box2 .bd ul li:nth-child(1) .item .desc p::before {
  display: none;
}
.about-box2 .bd ul li .item {
  padding: 23px 0;
}
.about-box2 .bd ul li .item .pic,
.about-box2 .bd ul li .item .desc {
  width: 50%;
  padding: 0 48px;
}
.about-box2 .bd ul li .item .desc {
  position: relative;
}
.about-box2 .bd ul li .item .desc .icon {
  position: absolute;
  top: 58px;
  left: -9px;
  display: block;
  width: 88px;
  height: 19px;
  background: url('../images/icon27.png') no-repeat left center / auto 100%;
  content: '';
}
.about-box2 .bd ul li .item .desc .icon::after {
  position: absolute;
  top: 50%;
  right: 0;
  left: 19px;
  margin-top: -1px;
  border-bottom: 1px solid #d1d1d1;
  content: '';
}
.about-box2 .bd ul li .item .desc .flex-block {
  padding: 0 60px;
}
.about-box2 .bd ul li .item .desc h3 {
  line-height: 42px;
  margin: 0;
  font-size: 36px;
}
.about-box2 .bd ul li .item .desc .line {
  width: 82px;
  height: 3px;
  margin: 25px 0 20px;
  background-color: #002e7d;
}
.about-box2 .bd ul li .item .desc p {
  position: relative;
  max-width: 325px;
  line-height: 36px;
  padding-left: 20px;
  margin: 0;
  font-size: 18px;
  color: #595757;
}
.about-box2 .bd ul li .item .desc p::before {
  position: absolute;
  top: 10px;
  left: 0;
  border-width: 6px 0 6px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #002e7d;
  content: '';
}
@media (max-width: 1440px) {
  .about-box2 {
    padding: 100px 0;
  }
}
@media (max-width: 1279px) {
  .about-box2 {
    padding: 20px 10px;
  }
  .about-box2 .hd {
    padding: 10px 0;
  }
  .about-box2 .hd span {
    width: 100px;
    font-size: 16px;
  }
  .about-box2 .hd .icon21 {
    width: 30px;
    height: 30px;
    margin: 0 20px;
    background-size: 50%;
  }
  .about-box2 .bd {
    padding-bottom: 40px;
  }
  .about-box2 .bd ul li:nth-child(odd) .item .desc p {
    padding-right: 10px;
    text-align: right;
  }
  .about-box2 .bd ul li .item {
    padding: 10px 0;
  }
  .about-box2 .bd ul li .item .pic,
  .about-box2 .bd ul li .item .desc {
    padding: 0 10px;
  }
  .about-box2 .bd ul li .item .pic img {
    width: 100%;
  }
  .about-box2 .bd ul li .item .desc .icon {
    width: 25px;
    top: 25px;
  }
  .about-box2 .bd ul li .item .desc .flex-block {
    padding: 0 10px;
  }
  .about-box2 .bd ul li .item .desc h3 {
    line-height: 22px;
    font-size: 16px;
  }
  .about-box2 .bd ul li .item .desc .line {
    width: 40px;
    height: 2px;
    margin: 10px 0;
  }
  .about-box2 .bd ul li .item .desc p {
    line-height: 22px;
    padding-left: 10px;
    font-size: 14px;
  }
}
.about-box3 {
  padding: 90px 0 138px;
  background: url('../images/bg1.jpg') no-repeat center / cover;
}
.about-box3 .b-hd {
  margin-bottom: 75px;
}
.about-box3 .bd ul {
  margin: 0 -34px;
}
.about-box3 .bd ul li {
  padding: 0 34px;
}
.about-box3 .bd ul li:nth-child(1) .item:hover .icon {
  background-image: url('../images/icon23_hr.png');
}
.about-box3 .bd ul li:nth-child(1) .item .icon {
  background-image: url('../images/icon23.png');
}
.about-box3 .bd ul li:nth-child(2) .item:hover .icon,
.about-box3 .bd ul li:nth-child(2) .item.active .icon {
  background-image: url('../images/icon24_hr.png');
}
.about-box3 .bd ul li:nth-child(2) .item .icon {
  background-image: url('../images/icon24.png');
}
.about-box3 .bd ul li:nth-child(3) .item:hover .icon {
  background-image: url('../images/icon25_hr.png');
}
.about-box3 .bd ul li:nth-child(3) .item .icon {
  background-image: url('../images/icon25.png');
}
.about-box3 .bd ul li .item {
  display: block;
  height: 100%;
  padding: 100px 42px 90px;
  border: 2px solid #002e7d;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
}
.about-box3 .bd ul li .item:hover,
.about-box3 .bd ul li .item.active {
  background-color: #002e7d;
}
.about-box3 .bd ul li .item:hover .icon,
.about-box3 .bd ul li .item.active .icon {
  height: 148px;
}
.about-box3 .bd ul li .item:hover h3,
.about-box3 .bd ul li .item:hover .desc,
.about-box3 .bd ul li .item.active h3,
.about-box3 .bd ul li .item.active .desc {
  color: #fff;
}
.about-box3 .bd ul li .item:hover .desc,
.about-box3 .bd ul li .item.active .desc {
  height: auto;
}
.about-box3 .bd ul li .item .icon {
  height: 104px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.about-box3 .bd ul li .item h3 {
  margin: 70px 0 25px;
  font-size: 22px;
  color: #3e3a39;
}
.about-box3 .bd ul li .item .desc {
  height: 120px;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  color: #595757;
}
.about-box3 .bd ul li .item .desc p {
  margin: 0;
}
@media (max-width: 1440px) {
  .about-box3 {
    padding: 90px 0 100px;
  }
  .about-box3 .bd ul {
    margin: 0 -20px;
  }
  .about-box3 .bd ul li {
    padding: 0 20px;
  }
  .about-box3 .bd ul li .item {
    padding: 50px 30px;
  }
}
@media (max-width: 1279px) {
  .about-box3 {
    padding: 20px 10px;
  }
  .about-box3 .bd ul li + li {
    margin-top: 10px;
  }
  .about-box3 .bd ul li .item {
    padding: 10px;
  }
  .about-box3 .bd ul li .item:hover .icon {
    height: 80px;
  }
  .about-box3 .bd ul li .item .icon {
    height: 60px;
  }
  .about-box3 .bd ul li .item h3 {
    margin: 10px 0;
    font-size: 16px;
  }
  .about-box3 .bd ul li .item .desc {
    line-height: 22px;
    font-size: 14px;
  }
}
.about-box4 {
  padding: 75px 0 166px;
}
.about-box4 .b-hd {
  margin-bottom: 142px;
}
.about-box4 .bd img {
  display: block;
  width: 100%;
}
@media (max-width: 1440px) {
  .about-box4 {
    padding: 75px 0 100px;
  }
}
@media (max-width: 1279px) {
  .about-box4 {
    padding: 20px 10px;
  }
}
.about-box5 {
  padding: 100px 0 55px;
  background-color: #f9fafc;
}
.about-box5 .b-hd {
  margin-bottom: 15px;
}
.about-box5 .bd {
  overflow: hidden;
}
.about-box5 .bd .pic img {
  display: block;
}
.about-box5 .bd ul {
  margin: -108px -38px 0;
}
.about-box5 .bd ul li {
  padding: 78px 38px;
}
.about-box5 .bd ul li:nth-child(1),
.about-box5 .bd ul li:nth-child(2),
.about-box5 .bd ul li:nth-child(3) {
  border-bottom: 2px dashed #dcdddd;
}
.about-box5 .bd ul li .item h3 {
  padding-left: 22px;
  margin: 0 0 15px;
  font-size: 18px;
  color: #3e3a39;
  background: url('../images/icon26.png') no-repeat left center;
}
.about-box5 .bd ul li .item p {
  line-height: 30px;
  padding-left: 22px;
  margin: 0;
  color: #898989;
}
@media (max-width: 1279px) {
  .about-box5 {
    padding: 20px 0;
  }
  .about-box5 .bd .pic img {
    display: block;
    width: 100%;
  }
  .about-box5 .bd ul {
    padding: 0 10px;
    margin: 0;
  }
  .about-box5 .bd ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #dcdddd !important;
  }
  .about-box5 .bd ul li .item h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .about-box5 .bd ul li .item p {
    line-height: 22px;
  }
}
.contact-box1 .bd .pic {
  width: 48.80208333%;
}
.contact-box1 .bd .pic img {
  display: block;
  width: 100%;
}
.contact-box1 .bd .form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 100px;
}
.contact-box1 .bd .form h2 {
  margin: 0 0 10px;
  font-size: 36px;
  font-weight: normal;
  color: #595757;
}
.contact-box1 .bd .form h2 span {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 2px solid #595757;
}
.contact-box1 .bd .form-item {
  position: relative;
  border-bottom: 1px solid #b1b2b3;
}
.contact-box1 .bd .form-item:last-child {
  margin-top: 82px;
  border-bottom: none;
}
.contact-box1 .bd .form-item .require-icon {
  position: absolute;
  top: 50%;
  left: 5px;
  font-size: 22px;
  color: #c31423;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-box1 .bd .form-item .btn {
  display: block;
  width: 170px;
  height: 48px;
  border: 1px solid #afb0b1;
  font-size: 18px;
  color: #9fa0a0;
}
.contact-box1 .bd .form-item .desc {
  line-height: 24px;
  font-size: 18px;
  color: #9fa0a0;
}
.contact-box1 .bd .form-item .desc p {
  margin: 0;
}
.contact-box1 .bd .form-control {
  display: block;
  width: 100%;
  height: 92px;
  padding: 30px;
  border: 0;
  font-size: 18px;
}
.contact-box1 .bd .form-control::placeholder {
  color: #9fa0a0;
}
@media (max-width: 1440px) {
  .contact-box1 .bd .form {
    padding: 60px 50px;
  }
  .contact-box1 .bd .form-item:last-child {
    margin-top: 30px;
  }
  .contact-box1 .bd .form-item .desc {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .contact-box1 .bd .form-control {
    height: 60px;
    padding: 20px;
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  .contact-box1 .bd .pic {
    width: 100%;
  }
  .contact-box1 .bd .form {
    padding: 10px;
  }
  .contact-box1 .bd .form h2 {
    font-size: 20px;
  }
  .contact-box1 .bd .form h2 span {
    padding-bottom: 10px;
  }
  .contact-box1 .bd .form-item:last-child {
    margin-top: 10px;
  }
  .contact-box1 .bd .form-item .btn {
    width: 100px;
    height: 40px;
    font-size: 14px;
  }
  .contact-box1 .bd .form-item .desc {
    line-height: 22px;
    font-size: 12px;
  }
  .contact-box1 .bd .form-control {
    font-size: 14px;
  }
}
