* {
  border: none;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, 'Microsoft Yahei', sans-serif
}

button,
input {
  -webkit-appearance: none;
  outline: none
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none
}

/* img {
  display: block
} */

html,
body {
  width: 100%;
  height: 100%;
  background-color: #fff
}

a {
  color: inherit;
  text-decoration: none
}

.main-contain {
  width: 94%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto
}

.fl,
.index-container .m4 .honor-item,
.honor-container .honor-list .honor-item {
  float: left
}

.fr {
  float: right
}

.clear {
  clear: both
}

.clearfix,
.index-container .m1 {
  zoom: 1
}

.clearfix::after,
.index-container .m1::after {
  content: '';
  height: 0;
  display: block;
  clear: both
}

.flex,
.flex-col,
.service-list .service-item .time,
.index-container .m2 .nav-box,
.news-container .news-nav,
.case-list .case-item {
  display: flex;
  align-items: center;
  justify-content: center
}

.flex-col,
.service-list .service-item .time {
  flex-direction: column
}

.flex-full,
.case-list .case-item .text {
  flex: 1;
  overflow: hidden
}

.ellipsis,
.index-container .m3 .news-item .title,
.index-container .m3 .news-mode .news-rank .info .title,
.news-container .news-item .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.ani,
.main-head .menu-mobile-module {
  transition: all 400ms
}

.mobile-hide {
  display: block
}

.mobile-show {
  display: none
}

@media only screen and (max-width: 768px) {
  .mobile-hide {
    display: none
  }

  .mobile-show {
    display: block
  }
}

.common-title {
  padding-top: 108px;
  padding-bottom: 18px;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 60px;
  position: relative
}

.common-title::after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #E7141A;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px
}

@media only screen and (max-width: 768px) {
  .common-title {
    padding-top: 54px;
    padding-bottom: 12px;
    font-size: 24px;
    margin-bottom: 50px
  }

  .common-title::after {
    content: '';
    width: 30px;
    height: 2px;
    margin-left: -15px
  }

  .service-list .service-item {
    padding: 30px 0 !important
  }

  .pagination-module {
    padding-top: 0 !important
  }
}

.pagination-module {
  color: #666;
  padding: 36px 0
}

.pagination-module .btn {
  width: 80px;
  display: block;
  margin: 0 4px;
  color: #666;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #eee;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  user-select: none
}

.pagination-module .pagination {
  display: flex
}

.pagination-module .page,
.pagination-module li {
  width: 36px;
  height: 36px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #eee;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  margin: 0 4px;
  user-select: none
}

.pagination-module .page.active,
.pagination-module li.active {
  background-color: #E7141A;
  border-color: #E7141A;
  color: #fff
}

.pagination-module .page.more,
.pagination-module li.more {
  border-color: transparent;
  font-weight: bold;
  letter-spacing: 2px;
  cursor: default
}

.main-head {
  height: 110px;
  background-color: #fff;
  position: relative;
  z-index: 98
}

.main-head .logo {
  height: 110px;
  overflow: hidden
}

.main-head .logo img {
  width: auto;
  height: 40px;
  transform: translateY(35px)
}

.main-head .menu-list {
  line-height: 110px
}

.main-head .menu-list .menu-item {
  margin: 0 27px;
  float: left;
  font-size: 20px;
  color: #333;
  display: block;
  cursor: pointer
}

.main-head .menu-list .menu-item:first-child {
  margin-left: 0
}

.main-head .menu-list .menu-item:last-child {
  margin-right: 0
}

.main-head .menu-list .menu-item.active>a,
.main-head .menu-list .menu-item:hover>a {
  color: #E7141A;
  display: block;
  position: relative
}

.main-head .menu-list .menu-item.active>a::after,
.main-head .menu-list .menu-item.active>a:hover::after,
.main-head .menu-list .menu-item:hover>a::after,
.main-head .menu-list .menu-item:hover>a:hover::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #E7141A;
  position: absolute;
  bottom: 20px;
  left: 0
}

.main-head .menu-list .menu-item:hover .nav-sub {
  display: block
}

.main-head .menu-list .nav-sub {
  position: absolute;
  width: 100%;
  left: 0;
  top: 110px;
  background-color: #fff;
  border-top: 1px solid #f5f5f6;
  display: none;
  box-shadow: 6px 6px 11px 0px rgba(40, 40, 40, 0.28)
}

.main-head .menu-list .nav-sub .nav-sub-box {
  display: flex;
  padding-bottom: 20px;
  position: relative;
  justify-content: center
}

.main-head .menu-list .nav-sub .nav-sub-box::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 70px;
  height: 1px;
  background-color: #f5f5f6;
  z-index: 1
}

.main-head .menu-list .nav-sub .nav-sub-h2 {
  font-size: 20px;
  line-height: 70px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #f5f5f6
}

.main-head .menu-list .nav-sub .nav-sub-a {
  font-size: 16px;
  color: #666;
  line-height: 40px
}

.main-head .menu-list .nav-sub .ul {
  margin: 0 45px;
  text-align: center;
  position: relative;
  z-index: 10
}

.main-head .menu-list .nav-sub .ul.on .nav-sub-h2 {
  border-bottom-color: red
}

.main-head .menu-list .nav-sub .ul.on .nav-sub-h2 a {
  color: red
}

.main-head .menu-list .nav-sub .ul:hover .nav-sub-h2 a {
  color: red
}

.main-head .menu-list .nav-sub .ul a:hover {
  color: red
}

.main-head .menu-mobile-list {
  width: 28px;
  transform: translateY(8.5px)
}

.main-head .menu-mobile-list span {
  display: block;
  width: 100%;
  margin: 6px 0;
  height: 3px;
  background-color: #999
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .main-head {
    height: 80px
  }

  .main-head .logo {
    height: 80px
  }

  .main-head .logo img {
    transform: translateY(20px)
  }

  .main-head .menu-list {
    line-height: 80px
  }

  .main-head .menu-list .nav-sub {
    top: 80px
  }

  .main-head .menu-list .menu-item {
    margin: 0 20px;
    font-size: 18px
  }

  .main-head .menu-list .menu-item.active {
    color: #E7141A
  }

  .main-head .menu-list .menu-item.active::after {
    bottom: 20px
  }
}

@media (max-width: 1199px) and (min-width: 769px) {
  .main-head {
    height: 60px
  }

  .main-head .logo {
    height: 60px
  }

  .main-head .logo img {
    height: 24px;
    transform: translateY(18px)
  }

  .main-head .menu-list {
    line-height: 60px
  }

  .main-head .menu-list .menu-item {
    margin: 0 10px;
    font-size: 14px
  }

  .main-head .menu-list .nav-sub {
    top: 60px
  }

  .main-head .menu-list .menu-item.active {
    color: #E7141A
  }

  .main-head .menu-list .menu-item.active::after {
    bottom: 10px
  }
}

@media only screen and (max-width: 768px) {
  .menu-item.active>a::after {
    display: none !important
  }

  .main-head {
    height: 50px
  }

  .main-head .logo {
    height: 50px
  }

  .main-head .logo img {
    height: 30px;
    transform: translateY(10px)
  }

  .main-head .menu-list {
    line-height: 60px
  }

  .main-head .menu-list .menu-item {
    margin: 0 12px;
    font-size: 14px
  }

  .main-head .menu-list .menu-item.active {
    color: #E7141A
  }

  .main-head .menu-list .menu-item.active::after {
    bottom: 10px
  }

  .main-head .menu-mobile-module {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
    transform: translateY(100%)
  }

  .main-head .menu-mobile-module .menu-item {
    float: none !important;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    margin: 0 !important
  }

  .main-head .menu-mobile-module .menu-item a {
    font-size: 16px
  }

  .main-head .menu-mobile-module .menu-item .nav-sub {
    display: none !important
  }
}

.main-foot {
  background-color: #f6f6f6
}

.main-foot .copy-right {
  color: #fff;
  background-color: #6E6E6E;
  line-height: 78px;
  font-size: 16px;
  font-weight: 400;
  text-align: center
}

.main-foot .foot-wrapper {
  padding-top: 100px;
  padding-bottom: 125px
}

.main-foot .foot-wrapper .left-info .logo {
  width: auto;
  height: 29px;
  margin-bottom: 29px
}

.main-foot .foot-wrapper .left-info .t1 {
  font-size: 24px;
  font-weight: normal;
  color: #000033;
  line-height: 30px;
  margin-bottom: 80px
}

.main-foot .foot-wrapper .left-info .icon-box {
  margin-bottom: 30px
}

.main-foot .foot-wrapper .left-info .icon-box .icon {
  width: 50px;
  height: 50px;
  margin-right: 12px
}

.main-foot .foot-wrapper .left-info .icon-box .icon img {
  width: 100%;
  height: 100%
}

.main-foot .foot-wrapper .left-info .info {
  font-size: 17px;
  font-weight: 400;
  color: #666666;
  line-height: 29px
}

.main-foot .foot-wrapper .right-list {
  overflow: hidden;
  margin-left: 150px
}

.main-foot .foot-wrapper .right-list:last-child {
  margin-left: 0
}

.main-foot .foot-wrapper .right-list .title {
  color: #333;
  font-size: 16px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px
}

.main-foot .foot-wrapper .right-list .title::after {
  content: '';
  width: 32px;
  height: 2px;
  background-color: #0088CE;
  position: absolute;
  left: 0;
  bottom: 0
}

.main-foot .foot-wrapper .right-list a {
  width: auto;
  display: block;
  color: #999;
  font-size: 14px;
  margin-top: 15px
}

@media (max-width: 1200px) and (min-width: 1000px) {
  .main-foot .copy-right {
    line-height: 78px;
    font-size: 16px
  }

  .main-foot .foot-wrapper {
    padding-top: 100px;
    padding-bottom: 125px
  }

  .main-foot .foot-wrapper .left-info .logo {
    height: 29px;
    margin-bottom: 29px
  }

  .main-foot .foot-wrapper .left-info .t1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 80px
  }

  .main-foot .foot-wrapper .left-info .icon-box {
    margin-bottom: 30px
  }

  .main-foot .foot-wrapper .left-info .icon-box .icon {
    width: 50px;
    height: 50px;
    margin-right: 12px
  }

  .main-foot .foot-wrapper .left-info .info {
    font-size: 17px;
    line-height: 29px
  }

  .main-foot .foot-wrapper .right-list {
    margin-left: 100px
  }

  .main-foot .foot-wrapper .right-list .title {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px
  }

  .main-foot .foot-wrapper .right-list a {
    font-size: 14px;
    margin-top: 15px
  }
}

@media (max-width: 999px) and (min-width: 769px) {
  .main-foot .copy-right {
    line-height: 78px;
    font-size: 16px
  }

  .main-foot .foot-wrapper {
    padding-top: 100px;
    padding-bottom: 125px
  }

  .main-foot .foot-wrapper .left-info .logo {
    height: 20px;
    margin-bottom: 29px
  }

  .main-foot .foot-wrapper .left-info .t1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 60px
  }

  .main-foot .foot-wrapper .left-info .icon-box {
    margin-bottom: 30px
  }

  .main-foot .foot-wrapper .left-info .icon-box .icon {
    width: 40px;
    height: 40px;
    margin-right: 12px
  }

  .main-foot .foot-wrapper .left-info .info {
    font-size: 12px;
    line-height: 20px
  }

  .main-foot .foot-wrapper .right-list {
    margin-left: 60px
  }

  .main-foot .foot-wrapper .right-list .title {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px
  }

  .main-foot .foot-wrapper .right-list a {
    font-size: 12px;
    margin-top: 10px
  }
}

@media only screen and (max-width: 768px) {
  .main-foot .copy-right {
    line-height: 1.6;
    font-size: 14px;
    text-align: left;
    padding: 10px 3%;
    box-sizing: border-box;
    word-break: break-all
  }

  .main-foot .foot-wrapper {
    padding-top: 20px;
    padding-bottom: 40px
  }

  .main-foot .foot-wrapper .left-info {
    float: none
  }

  .main-foot .foot-wrapper .left-info .logo {
    height: 20px;
    margin-bottom: 29px
  }

  .main-foot .foot-wrapper .left-info .t1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px
  }

  .main-foot .foot-wrapper .left-info .icon-box {
    margin-bottom: 20px
  }

  .main-foot .foot-wrapper .left-info .icon-box .icon {
    width: 40px;
    height: 40px;
    margin-right: 12px
  }

  .main-foot .foot-wrapper .left-info .info {
    font-size: 14px;
    line-height: 20px
  }

  .main-foot .foot-wrapper .right-list {
    width: 25%;
    margin-left: 0;
    padding-top: 30px
  }

  .main-foot .foot-wrapper .right-list .title {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px
  }

  .main-foot .foot-wrapper .right-list a {
    font-size: 12px;
    margin-top: 10px
  }
}

.index-container .banner img {
  max-width: 100%
}

.index-container .m1 {
  position: relative
}

.index-container .m1 .photo {
  width: 48.4375%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

.index-container .m1 .content {
  background-color: #F6F5F5;
  width: 61.9270833333%;
  box-sizing: border-box;
  float: right;
  padding: 96px 7.6041666667% 35px 16.5625%
}

.index-container .m1 .content .t1 {
  font-size: 30px;
  color: #000;
  line-height: 34px;
  margin-bottom: 20px;
  letter-spacing: 6px
}

.index-container .m1 .content .t2 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px
}

.index-container .m1 .content .line {
  width: 137px;
  height: 2px;
  background-color: #E7141A;
  margin-bottom: 64px
}

.index-container .m1 .content .t3 {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  margin-top: 44px;
  text-align: justify
}

.index-container .m1 .content .btn {
  display: block;
  box-sizing: border-box;
  width: 120px;
  height: 34px;
  border: 1px solid #333;
  font-size: 12px;
  color: #333;
  line-height: 32px;
  text-align: center;
  margin-top: 30px
}

.index-container .m2 {
  position: relative
}

.index-container .m2 .nav-box {
  position: relative;
  /* top: 60px;
  left: 50%;
  transform: translateX(-50%); */
  z-index: 3;
  font-size: 30px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0 80px
}

.index-container .m2 .nav-box .nav-item {
  white-space: nowrap;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin-right: 120px;
  padding-bottom: 44px;
  position: relative
}

.index-container .m2 .nav-box .nav-item:last-child {
  margin-right: 0
}

.index-container .m2 .nav-box .nav-item.active::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #E7141A;
  position: absolute;
  left: 0;
  bottom: -1px
}

.index-container .m2 .img-box {
  overflow: hidden;
  margin-top: -110px;
  width: 100%;
  height: 820px;
  position: relative
}

.index-container .m2 .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.index-container .m2 .img-box .info {
  position: absolute;
  right: 14%;
  top: 55%;
  transform: translateY(-50%);
  background-color: #fff;
  padding-top: 54px;
  padding-bottom: 44px;
  padding-left: 78px;
  padding-right: 95px
}

.index-container .m2 .img-box .info .left {
  overflow: hidden;
  margin-right: 80px
}

.index-container .m2 .img-box .info .left .name {
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  color: #333;
  margin-bottom: 28px;
  width: 110px
}

.index-container .m2 .img-box .info .left .bt {
  font-size: 14px;
  color: #999999
}

.index-container .m2 .img-box .info .left .line {
  width: 24px;
  height: 2px;
  margin-top: 30px;
  background-color: #E7141A
}

.index-container .m2 .img-box .info .right .intro {
  width: 300px;
  font-size: 12px;
  color: #A6A6A6;
  text-align: justify;
  line-height: 2
}

.index-container .m2 .img-box .info .right .btn {
  display: block;
  margin-top: 40px;
  width: 120px;
  height: 34px;
  box-sizing: border-box;
  line-height: 32px;
  color: #A6A6A6;
  font-size: 12px;
  text-align: center;
  border: 1px solid #C8C8C8
}

.index-container .m3 .news-item {
  float: left;
  width: 27.6041666667%;
  margin-right: 1.25%;
  background-color: #F8F8F8;
  overflow: hidden;
  padding-bottom: 38px
}

.index-container .m3 .news-item:hover .title {
  color: red
}

.index-container .m3 .news-item:first-child {
  margin-left: 7.34375%
}

.index-container .m3 .news-item .photo {
  width: 100%;
  height: 330px;
  background-color: #ddd;
  overflow: hidden
}

.index-container .m3 .news-item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.index-container .m3 .news-item .title {
  margin: 60px 32px 35px;
  font-size: 28px;
  line-height: 30px;
  height: 30px;
  color: #333;
  padding-left: 26px;
  position: relative
}

.index-container .m3 .news-item .title::after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #0088CE;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px
}

.index-container .m3 .news-item .time {
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  color: #999;
  margin: 0 32px 39px;
  padding-left: 48px;
  background: url(../imgs/icon/time-icon.png) left center no-repeat;
  background-size: 30px auto
}

.index-container .m3 .news-item .btn {
  display: block;
  width: 82px;
  height: 46px;
  color: #0088CE;
  box-sizing: border-box;
  border: 2px solid #0088CE;
  margin-left: 32px;
  border-radius: 24px;
  background: url(../imgs/icon/arrow-icon.png) center no-repeat;
  background-size: 11px auto;
  cursor: pointer
}

.index-container .m3 .news-mode {
  float: left;
  width: 27.6041666667%;
  background-color: #F8F8F8;
  padding: 48px 0
}

.index-container .m3 .news-mode .news-rank {
  margin-bottom: 70px
}

.index-container .m3 .news-mode .news-rank:last-child {
  margin-bottom: 0
}

.index-container .m3 .news-mode .news-rank:hover .title {
  color: red
}

.index-container .m3 .news-mode .news-rank .time {
  width: 80px;
  color: #999999
}

.index-container .m3 .news-mode .news-rank .time .day {
  font-size: 36px;
  font-weight: bold
}

.index-container .m3 .news-mode .news-rank .time .date {
  font-size: 14px
}

.index-container .m3 .news-mode .news-rank .info {
  box-shadow: -1px 0 0 #e5e5e5;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 30px
}

.index-container .m3 .news-mode .news-rank .info .title {
  display: block;
  font-size: 20px;
  margin-bottom: 9px;
  line-height: 1.1;
  cursor: pointer
}

.index-container .m3 .news-mode .news-rank .info .title:hover {
  color: #E7141A
}

.index-container .m3 .news-mode .news-rank .info .content {
  color: #999999;
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-align: justify
}

.index-container .m3 .skip-btn {
  display: block;
  width: 192px;
  height: 54px;
  box-sizing: border-box;
  line-height: 52px;
  text-align: center;
  margin: 50px auto 0;
  font-size: 20px;
  color: #333;
  border: 1px solid #333;
  cursor: pointer
}

.index-container .m4 {
  margin-bottom: 170px
}

.index-container .m4 .honor-item {
  width: 21.875%;
  background-color: #f8f8f8;
  margin-left: 2.5%;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 42px
}

.index-container .m4 .honor-item .name {
  font-size: 26px;
  color: #333;
  line-height: 30px
}

.index-container .m4 .honor-item .line {
  width: 11.9047619048%;
  height: 3px;
  background-color: #333;
  margin: 30px auto 40px
}

.index-container .m4 .honor-item .photo {
  width: 52.619047619%;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  margin: auto
}

.index-container .m4 .honor-item .photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.index-container .m4 .skip-btn {
  display: block;
  width: 192px;
  height: 54px;
  box-sizing: border-box;
  line-height: 52px;
  text-align: center;
  margin: 50px auto 0;
  font-size: 20px;
  color: #333;
  border: 1px solid #333;
  cursor: pointer
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .index-container .m1 .content {
    padding: 56px 7.6041666667% 35px 16.5625%
  }

  .index-container .m1 .content .t1 {
    font-size: 28px;
    margin-bottom: 14px
  }

  .index-container .m1 .content .t2 {
    font-size: 16px;
    margin-bottom: 12px
  }

  .index-container .m1 .content .line {
    width: 137px;
    margin-bottom: 28px
  }

  .index-container .m1 .content .t3 {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 18px
  }

  .index-container .m2 .nav-box {
    top: 40px;
    font-size: 20px;
    padding: 0 50px
  }

  .index-container .m2 .nav-box .nav-item {
    margin-right: 60px;
    padding-bottom: 30px
  }

  .index-container .m2 .img-box {
    height: 680px;
    margin-top:-70px;
  }

  .index-container .m2 .img-box .info {
    right: 14%;
    top: 55%;
    padding-top: 54px;
    padding-bottom: 44px;
    padding-left: 78px;
    padding-right: 95px
  }

  .index-container .m2 .img-box .info .left {
    margin-right: 80px
  }

  .index-container .m2 .img-box .info .left .name {
    font-size: 22px;
    margin-bottom: 28px;
    width: 110px
  }

  .index-container .m2 .img-box .info .left .bt {
    font-size: 14px
  }

  .index-container .m2 .img-box .info .left .line {
    width: 24px;
    height: 2px;
    margin-top: 30px
  }

  .index-container .m2 .img-box .info .right .intro {
    width: 300px;
    font-size: 12px
  }

  .index-container .m2 .img-box .info .right .btn {
    margin-top: 40px;
    width: 120px;
    height: 34px;
    line-height: 32px;
    font-size: 12px
  }

  .index-container .m3 .news-item {
    width: 27.6041666667%;
    margin-right: 1.25%;
    padding-bottom: 38px
  }

  .index-container .m3 .news-item:first-child {
    margin-left: 7.34375%
  }

  .index-container .m3 .news-item .photo {
    height: 240px
  }

  .index-container .m3 .news-item .title {
    margin: 40px 20px 24px;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    padding-left: 26px
  }

  .index-container .m3 .news-item .title::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px
  }

  .index-container .m3 .news-item .time {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin: 0 20px 20px;
    padding-left: 30px;
    background-size: 20px auto
  }

  .index-container .m3 .news-item .btn {
    width: 64px;
    height: 30px;
    border-width: 1px;
    margin-left: 20px;
    border-radius: 24px;
    background-size: 8px auto
  }

  .index-container .m3 .news-mode {
    width: 27.6041666667%;
    padding: 30px 0
  }

  .index-container .m3 .news-mode .news-rank {
    margin-bottom: 42px
  }

  .index-container .m3 .news-mode .news-rank .time {
    width: 60px
  }

  .index-container .m3 .news-mode .news-rank .time .day {
    font-size: 24px
  }

  .index-container .m3 .news-mode .news-rank .time .date {
    font-size: 12px
  }

  .index-container .m3 .news-mode .news-rank .info {
    padding-left: 15px;
    padding-right: 30px
  }

  .index-container .m3 .news-mode .news-rank .info .title {
    font-size: 16px;
    margin-bottom: 9px
  }

  .index-container .m3 .news-mode .news-rank .info .content {
    font-size: 12px;
    line-height: 18px;
    height: 36px
  }

  .index-container .m3 .skip-btn {
    width: 160px;
    height: 48px;
    line-height: 46px;
    margin: 30px auto 0;
    font-size: 16px
  }

  .index-container .m4 {
    margin-bottom: 170px
  }

  .index-container .m4 .honor-item {
    width: 21.875%;
    margin-left: 2.5%;
    padding-top: 26px;
    padding-bottom: 22px;
    cursor: pointer;
  }

  .index-container .m4 .honor-item .name {
    font-size: 20px;
    line-height: 30px
  }

  .index-container .m4 .honor-item .line {
    width: 11.9047619048%;
    height: 3px;
    margin: 10px auto 20px
  }

  .index-container .m4 .honor-item .photo {
    width: 70%
  }

  .index-container .m4 .skip-btn {
    width: 160px;
    height: 48px;
    line-height: 46px;
    margin: 30px auto 0;
    font-size: 16px
  }
}

@media (max-width: 1199px) and (min-width: 769px) {
  .index-container .m1 .content {
    padding: 36px 2.6041666667% 18px 12.5%
  }

  .index-container .m1 .content .t1 {
    font-size: 20px;
    margin-bottom: 4px
  }

  .index-container .m1 .content .t2 {
    font-size: 14px;
    margin-bottom: 12px
  }

  .index-container .m1 .content .line {
    width: 80px;
    margin-bottom: 24px
  }

  .index-container .m1 .content .t3 {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 14px
  }

  .index-container .m1 .content .btn {
    margin-top: 16px
  }


  .index-container .m2 .nav-box {
    top: 40px;
    font-size: 16px;
    padding: 0 30px;
    width: 94%;
    box-sizing: border-box;
  }

  .index-container .m2 .nav-box .nav-item {
    margin-right: 30px;
    padding-bottom: 30px
  }

  .index-container .m2 .img-box {
    height: 500px;
    top:-60px;
  }

  .index-container .m2 .img-box .info {
    right: 2.8645833333%;
    top: 55%;
    padding-top: 54px;
    padding-bottom: 44px;
    padding-left: 78px;
    padding-right: 95px
  }

  .index-container .m2 .img-box .info .left {
    margin-right: 80px
  }

  .index-container .m2 .img-box .info .left .name {
    font-size: 22px;
    margin-bottom: 28px;
    width: 110px
  }

  .index-container .m2 .img-box .info .left .bt {
    font-size: 14px
  }

  .index-container .m2 .img-box .info .left .line {
    width: 24px;
    height: 2px;
    margin-top: 30px
  }

  .index-container .m2 .img-box .info .right .intro {
    width: 300px;
    font-size: 12px
  }

  .index-container .m2 .img-box .info .right .btn {
    margin-top: 40px;
    width: 120px;
    height: 34px;
    line-height: 32px;
    font-size: 12px
  }

  .index-container .m3 .news-item {
    width: 27.6041666667%;
    margin-right: 1.25%;
    padding-bottom: 38px
  }

  .index-container .m3 .news-item:first-child {
    margin-left: 7.34375%
  }

  .index-container .m3 .news-item .photo {
    height: 140px
  }

  .index-container .m3 .news-item .title {
    margin: 30px 14px 18px;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    padding-left: 8px
  }

  .index-container .m3 .news-item .title::after {
    content: '';
    width: 4px;
    height: 4px;
    margin-top: -2px
  }

  .index-container .m3 .news-item .time {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin: 0 14px 24px;
    padding-left: 24px;
    background-size: 14px auto
  }

  .index-container .m3 .news-item .btn {
    width: 64px;
    height: 30px;
    border-width: 1px;
    margin-left: 14px;
    border-radius: 24px;
    background-size: 6px auto
  }

  .index-container .m3 .news-mode {
    width: 27.6041666667%;
    padding: 12px 0
  }

  .index-container .m3 .news-mode .news-rank {
    margin-bottom: 20px
  }

  .index-container .m3 .news-mode .news-rank .time {
    width: 60px
  }

  .index-container .m3 .news-mode .news-rank .time .day {
    font-size: 24px
  }

  .index-container .m3 .news-mode .news-rank .time .date {
    font-size: 12px
  }

  .index-container .m3 .news-mode .news-rank .info {
    padding-left: 15px;
    padding-right: 30px
  }

  .index-container .m3 .news-mode .news-rank .info .title {
    font-size: 14px;
    margin-bottom: 9px
  }

  .index-container .m3 .news-mode .news-rank .info .content {
    font-size: 12px;
    line-height: 18px;
    height: 36px
  }

  .index-container .m3 .skip-btn {
    width: 120px;
    height: 36px;
    line-height: 34px;
    margin: 30px auto 0;
    font-size: 12px
  }

  .index-container .m4 {
    margin-bottom: 170px
  }

  .index-container .m4 .honor-item {
    width: 46%;
    margin-left: 2.6666666667%;
    padding-top: 26px;
    padding-bottom: 22px;
    margin-bottom: 30px
  }

  .index-container .m4 .honor-item .name {
    font-size: 20px;
    line-height: 30px
  }

  .index-container .m4 .honor-item .line {
    width: 11.9047619048%;
    height: 3px;
    margin: 10px auto 20px
  }

  .index-container .m4 .honor-item .photo {
    width: 70%
  }

  .index-container .m4 .skip-btn {
    width: 120px;
    height: 36px;
    line-height: 34px;
    margin: 30px auto 0;
    font-size: 12px
  }
}

@media only screen and (max-width: 768px) {
  .index-container .m1 .photo {
    width: 100%;
    height: auto;
    position: inherit;
    transform: translateY(0);
    top: 0
  }

  .index-container .m1 .content {
    width: 100%;
    padding: 20px 4%
  }

  .index-container .m1 .content .t1 {
    font-size: 20px;
    margin-bottom: 4px
  }

  .index-container .m1 .content .t2 {
    font-size: 14px;
    margin-bottom: 12px
  }

  .index-container .m1 .content .line {
    width: 80px;
    margin-bottom: 24px
  }

  .index-container .m1 .content .t3 {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 14px
  }

  .index-container .m1 .content .btn {
    float: none;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto
  }

  .index-container .m2 .nav-box {
    top: 20px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 20px;
    width: 100%;
    transform: translateX(0);
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    left: 0
  }

  .index-container .m2 .nav-box .nav-item {
    white-space: nowrap;
    margin-right: 24px;
    padding-bottom: 20px
  }

  .index-container .m2 .img-box {
    height: 420px
  }

  .index-container .m2 .img-box .info {
    width: 94%;
    right: 2%;
    top: 80px;
    box-sizing: border-box;
    transform: translateY(0);
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px
  }

  .index-container .m2 .img-box .info .left {
    margin-right: 0
  }

  .index-container .m2 .img-box .info .left .name {
    font-size: 20px;
    margin-bottom: 10px;
    width: 100%
  }

  .index-container .m2 .img-box .info .left .bt {
    font-size: 14px
  }

  .index-container .m2 .img-box .info .left .line {
    width: 24px;
    height: 2px;
    margin-top: 6px
  }

  .index-container .m2 .img-box .info .right .intro {
    margin-top: 20px;
    width: 100%;
    font-size: 12px
  }

  .index-container .m2 .img-box .info .right .btn {
    margin-top: 40px;
    width: 120px;
    height: 34px;
    line-height: 32px;
    font-size: 12px
  }

  .index-container .m3 .news-item {
    width: 45.5%;
    margin-left: 3%;
    margin-right: 0;
    padding-bottom: 20px
  }

  .index-container .m3 .news-item:first-child {
    margin-left: 3%
  }

  .index-container .m3 .news-item .photo {
    height: 120px
  }

  .index-container .m3 .news-item .title {
    margin: 20px 14px 10px;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    padding-left: 8px
  }

  .index-container .m3 .news-item .title::after {
    content: '';
    width: 4px;
    height: 4px;
    margin-top: -2px
  }

  .index-container .m3 .news-item .time {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin: 0 14px 18px;
    padding-left: 24px;
    background-size: 14px auto
  }

  .index-container .m3 .news-item .btn {
    width: 64px;
    height: 30px;
    border-width: 1px;
    margin-left: 14px;
    border-radius: 24px;
    background-size: 6px auto
  }

  .index-container .m3 .news-mode {
    width: 94%;
    float: none;
    margin: 12px auto 0;
    padding: 16px 0;
    overflow: hidden
  }

  .index-container .m3 .news-mode .news-rank {
    margin-bottom: 20px
  }

  .index-container .m3 .news-mode .news-rank .time {
    width: 60px
  }

  .index-container .m3 .news-mode .news-rank .time .day {
    font-size: 24px
  }

  .index-container .m3 .news-mode .news-rank .time .date {
    font-size: 12px
  }

  .index-container .m3 .news-mode .news-rank .info {
    padding-left: 12px;
    padding-right: 12px
  }

  .index-container .m3 .news-mode .news-rank .info .title {
    font-size: 14px;
    margin-bottom: 9px
  }

  .index-container .m3 .news-mode .news-rank .info .content {
    font-size: 12px;
    line-height: 18px;
    height: 36px
  }

  .index-container .m3 .skip-btn {
    width: 120px;
    height: 36px;
    line-height: 34px;
    margin: 30px auto 0;
    font-size: 12px
  }

  .index-container .m4 {
    margin-bottom: 20px
  }

  .index-container .m4 .honor-item {
    width: 45.5%;
    margin-left: 3%;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 12px
  }

  .index-container .m4 .honor-item .name {
    font-size: 14px;
    line-height: 1.6
  }

  .index-container .m4 .honor-item .line {
    width: 11.9047619048%;
    height: 3px;
    margin: 10px auto 20px
  }

  .index-container .m4 .honor-item .photo {
    width: 80%
  }

  .index-container .m4 .skip-btn {
    width: 120px;
    height: 36px;
    line-height: 34px;
    margin: 30px auto 0;
    font-size: 12px
  }
}

.about-container .m5 {
  font-size: 20px;
  color: #666;
  line-height: 2;
  text-align: justify;
  text-indent: 40px
}

.about-container .m6 .text {
  font-size: 20px;
  color: #666;
  line-height: 2;
  text-align: justify;
  text-indent: 40px;
  box-sizing: border-box;
  padding-right: 5.9375%
}

.about-container .m6 .photo img {
  width: 100%;
  height: auto
}

.banner-module {
  position: relative
}

.banner-module .img-box {
  width: 100%;
  overflow: hidden
}

.banner-module .img-box img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.banner-module .wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0
}

.banner-module .wrapper .text-box {
  padding-left: 6.25%;
  line-height: 1.2;
  overflow: hidden;
  color: #222
}

.banner-module .wrapper .text-box .t1 {
  font-size: 36px;
  font-weight: bold
}

.banner-module .wrapper .text-box .line {
  width: 74px;
  height: 3px;
  background-color: #222222;
  margin: 28px 0
}

.banner-module .wrapper .text-box .t2 {
  font-size: 22px
}

.banner-module .wrapper .text-box.white {
  color: #fff
}

.banner-module .wrapper .text-box.white .line {
  background-color: #fff
}

.honor-container .honor-list {
  padding-top: 60px;
  padding-bottom: 200px
}

.honor-container .honor-list .honor-item {
  margin-right: 20px;
  margin-bottom: 50px;
  width: calc((100% - 20px * 3) / 4)
}

.honor-container .honor-list .honor-item:nth-child(4n) {
  margin-right: 0
}

.honor-container .honor-list .honor-item .photo {
  padding-bottom: 69.9300699301%;
  background-color: #fbfbfb;
  border: 1px solid #EEEEEE;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative
}

.honor-container .honor-list .honor-item .photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.honor-container .honor-list .honor-item .name {
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  text-align: center
}

@media (max-width: 1400px) and (min-width: 1000px) {
  .about-container .m6 .text {
    font-size: 16px;
    text-indent: 32px
  }
}

@media (max-width: 999px) and (min-width: 769px) {
  .about-container .m6 .text {
    font-size: 14px;
    text-indent: 28px
  }

  .honor-container .honor-list {
    padding-top: 30px;
    padding-bottom: 50px
  }

  .honor-container .honor-list .honor-item {
    margin-right: 20px;
    margin-bottom: 30px;
    width: calc((100% - 20px * 2) / 3)
  }

  .honor-container .honor-list .honor-item:nth-child(4n) {
    margin-right: 20px
  }

  .honor-container .honor-list .honor-item:nth-child(3n) {
    margin-right: 0
  }

  .honor-container .honor-list .honor-item .name {
    font-size: 14px
  }
}

@media only screen and (max-width: 768px) {
  .about-container .m5 {
    font-size: 16px;
    text-indent: 32px;
    
  }

  .about-container .m6 {
    display: block
  }

  .about-container .m6 .text {
    width: 100%;
    font-size: 16px;
    text-indent: 32px;
    margin-bottom: 20px;
    padding-right: 0
  }

  .about-container .m6 .photo {
    width: 100%
  }

  .banner-module .wrapper .text-box {
    padding-left: 0
  }

  .banner-module .wrapper .text-box .t1 {
    font-size: 24px
  }

  .banner-module .wrapper .text-box .line {
    width: 40px;
    height: 2px;
    margin: 18px 0
  }

  .banner-module .wrapper .text-box .t2 {
    font-size: 14px
  }
.index-container .m2 .img-box{
      margin-top: -50px;
    }
    .index-container .m2 .img-box .info{right:3%; top:90px}
  .honor-container .honor-list {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .honor-container .honor-list .honor-item {
    margin-right: 12px;
    margin-bottom: 30px;
    width: calc((100% - 12px) / 2)
  }

  .honor-container .honor-list .honor-item:nth-child(2n) {
    margin-right: 0
  }

  .honor-container .honor-list .honor-item .name {
    font-size: 14px
  }
}

.news-container .news-nav {
  min-width: 320px;
  margin: auto;
  justify-content: center;
  padding: 60px 0 42px
}

.news-container .news-nav .line {
  width: 2px;
  height: 18px;
  background-color: #666;
  margin: 0 2%;
}

.news-container .news-nav .nav-item {
  font-size: 20px;
  color: #666666;
  cursor: pointer
}

.news-container .news-nav .nav-item.active {
  color: #E7141A
}

.news-container .news-item {
  float: left;
  width: 27.6041666667%;
  margin-right: 1.25%;
  background-color: #F8F8F8;
  overflow: hidden;
  padding-bottom: 38px;
  margin-bottom: 24px
}

.news-container .news-item:nth-of-type(3n+1) {
  margin-left: 7.34375%
}

.news-container .news-item:hover {
  box-shadow: 0 0 5px #b8b5b5
}

.news-container .news-item:hover .title {
  color: #0088CE
}

.news-container .news-item .photo {
  width: 100%;
  height: 330px;
  background-color: #ddd;
  overflow: hidden
}

.news-container .news-item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.news-container .news-item .title {
  margin: 60px 32px 35px;
  font-size: 28px;
  line-height: 30px;
  height: 30px;
  color: #333;
  padding-left: 26px;
  position: relative
}

.news-container .news-item .title::after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #0088CE;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px
}

.news-container .news-item .time {
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  color: #999;
  margin: 0 32px 39px;
  padding-left: 48px;
  background: url(../imgs/icon/time-icon.png) left center no-repeat;
  background-size: 30px auto
}

.news-container .news-item .btn {
  display: block;
  width: 82px;
  height: 46px;
  color: #0088CE;
  box-sizing: border-box;
  border: 2px solid #0088CE;
  margin-left: 32px;
  border-radius: 24px;
  background: url(../imgs/icon/arrow-icon.png) center no-repeat;
  background-size: 11px auto;
  cursor: pointer
}

.news-container .detail-wrapper .detail-title {
  font-size: 34px;
  font-weight: bold;
  color: #000;
  padding-top: 62px;
  padding-bottom: 52px;
  text-align: center;
  line-height: 1.8
}

.news-container .detail-wrapper .desc-box {
  background-color: #F5F5FA;
  height: 44px
}

.news-container .detail-wrapper .desc-box .desc-item {
  font-size: 18px;
  color: #999999;
  padding-left: 28px
}

.news-container .detail-wrapper .desc-box .desc-item.icon-1 {
  background: url(../imgs/icon/eye-tb.png) left center no-repeat;
  background-size: 21px auto;
  margin-right: 20px
}

.news-container .detail-wrapper .desc-box .desc-item.icon-2 {
  background: url(../imgs/icon/time-tb.png) left center no-repeat;
  background-size: 18px auto
}

.news-container .detail-wrapper .content {
  font-size: 20px;
  color: #666666;
  text-align: justify;
  line-height: 1.8;
  padding: 60px 0;
  word-break: break-all;
  border-bottom: 1px dotted #CCCCCC
}

.news-container .detail-wrapper .content img {
  max-width: 100%;
  margin: 60px auto
}

.news-container .detail-wrapper .page-btns {
  padding-left: 7.1428571429%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 22px
}

.news-container .detail-wrapper .page-btns .btn {
  color: #999999;
  margin: 20px 0
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .news-container .news-item {
    width: 27.6041666667%;
    margin-right: 1.25%;
    padding-bottom: 38px
  }

  .news-container .news-item:first-child {
    margin-left: 7.34375%
  }

  .news-container .news-item .photo {
    height: 240px
  }

  .news-container .news-item .title {
    margin: 40px 20px 24px;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    padding-left: 26px
  }

  .news-container .news-item .title::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px
  }

  .news-container .news-item .time {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin: 0 20px 20px;
    padding-left: 30px;
    background-size: 20px auto
  }

  .news-container .news-item .btn {
    width: 64px;
    height: 30px;
    border-width: 1px;
    margin-left: 20px;
    border-radius: 24px;
    background-size: 8px auto
  }
}

@media (max-width: 1199px) and (min-width: 769px) {
  .news-container .news-item {
    width: 27.6041666667%;
    margin-right: 1.25%;
    padding-bottom: 38px
  }

  .news-container .news-item:first-child {
    margin-left: 7.34375%
  }

  .news-container .news-item .photo {
    height: 140px
  }

  .news-container .news-item .title {
    margin: 30px 14px 18px;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    padding-left: 8px
  }

  .news-container .news-item .title::after {
    content: '';
    width: 4px;
    height: 4px;
    margin-top: -2px
  }

  .news-container .news-item .time {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin: 0 14px 24px;
    padding-left: 24px;
    background-size: 14px auto
  }

  .news-container .news-item .btn {
    width: 64px;
    height: 30px;
    border-width: 1px;
    margin-left: 14px;
    border-radius: 24px;
    background-size: 6px auto
  }
}

@media only screen and (max-width: 768px) {
  .news-container .news-item {
    width: 45.5%;
    margin-left: 3%;
    margin-right: 0;
    padding-bottom: 20px;
    margin-bottom: 12px
  }

  .news-container .news-item:nth-child(2n+1),
  .news-container .news-item:nth-child(3n+1) {
    margin-left: 3%
  }

  .news-container .news-item .photo {
    height: 120px
  }

  .news-container .news-item .title {
    margin: 20px 14px 10px;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    padding-left: 8px
  }

  .news-container .news-item .title::after {
    content: '';
    width: 4px;
    height: 4px;
    margin-top: -2px
  }

  .news-container .news-item .time {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin: 0 14px 18px;
    padding-left: 24px;
    background-size: 14px auto
  }

  .news-container .news-item .btn {
    width: 64px;
    height: 30px;
    border-width: 1px;
    margin-left: 14px;
    border-radius: 24px;
    background-size: 6px auto
  }

  .news-container .detail-wrapper .page-btns {
    padding-left: 0;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0
  }
}

.service-list {
  padding: 40px 0
}

.service-list .service-item {
  padding: 50px 0;
  border-bottom: 1px solid #E6E6E6;
  align-items: flex-start
}

.service-list .service-item:last-child {
  border-bottom: none
}

.service-list .service-item .time {
  width: 164px;
  height: 84px;
  background-color: #F46F6C;
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin-right: 2.8571428571%
}

.service-list .service-item .info .title {
  font-size: 24px;
  color: #333;
  margin-bottom: 28px;
  line-height: 1.1;
  font-weight: bold
}

.service-list .service-item .info .content {
  font-size: 20px;
  color: #666;
  line-height: 30px;
  height: 90px;
  overflow: hidden
}

.service-list .service-item .photo {
  width: 27.7142857143%;
  margin-left: 3.4285714286%;
  padding-bottom: 15.7142857143%;
  background-color: #ddd;
  position: relative
}

.service-list .service-item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

@media only screen and (max-width: 768px) {
  .service-list {
    padding: 0px 0
  }

  .service-list .service-item {
    padding: 50px 0;
    flex-wrap: wrap
  }

  .service-list .service-item .time {
    width: 54px;
    height: 54px;
    font-size: 16px;
    line-height: 20px
  }

  .service-list .service-item .info .title {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 4px
  }

  .service-list .service-item .info .content {
    font-size: 14px;
    line-height: 20px;
    height: auto
  }

  .service-list .service-item .photo {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0
  }

  .service-list .service-item .photo img {
    position: static
  }
}

.case-list {
  padding: 40px 0
}

.case-list .case-item {
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
  padding: 50px 0
}

.case-list .case-item:last-child {
  border-bottom: none
}

.case-list .case-item .text {
  font-size: 36px;
  color: #333333;
  line-height: 1.6;
  box-sizing: border-box
}

.case-list .case-item .pic {
  width: 44.5714285714%;
  padding-bottom: 25.2857142857%;
  background-color: #ddd;
  overflow: hidden;
  position: relative
}

.case-list .case-item .pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.case-list .case-item:nth-child(even) {
  flex-direction: row-reverse
}

.case-list .case-item:nth-child(even) .text {
  padding-left: 77px
}

.case-list .case-item:nth-child(odd) .text {
  padding-right: 116px
}

@media (max-width: 1200px) and (min-width: 769px) {
  .case-list {
    padding: 40px 0
  }

  .case-list .case-item {
    padding: 50px 0
  }

  .case-list .case-item .text {
    font-size: 24px
  }

  .case-list .case-item:nth-child(even) .text {
    padding-left: 50px
  }

  .case-list .case-item:nth-child(odd) .text {
    padding-right: 60px
  }
}

@media only screen and (max-width: 768px) {
  .case-list {
    padding: 10px 0
  }

  .case-list .case-item {
    padding: 20px 0
  }

  .case-list .case-item .text {
    font-size: 16px
  }

  .case-list .case-item:nth-child(even) .text {
    padding-left: 14px
  }

  .case-list .case-item:nth-child(odd) .text {
    padding-right: 18px
  }
}

.contact-box {
  padding: 90px 0 150px
}

.contact-box .main-contain {
  max-width: 1200px
}

.contact-box .lx-main1 {
  font-size: 26px;
  padding: 130px 0;
  line-height: 1.8;
  background-image: url(../imgs/icon/lx-bg1.png);
  background-size: cover;
  background-position: center
}

.contact-box .lx-h2 {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: bold
}

.contact-box .lx-h2::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  margin-top: 10px
}

.contact-box .red {
  color: red
}

.contact-box .lx-main2 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 110px 0
}

.contact-box .lx-main2 .w {
  width: 47%
}

.contact-box .lx-main2 #map {
  height: 100% !important;
  width: 100%
}

.contact-box .lx-main2 .lx-t {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px
}

.contact-box .lx-main2 .lx-np {
  color: #999;
  font-size: 16px
}

.contact-box .lx-main2 .lx-li {
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0px 0 0 55px
}

.contact-box .lx-main2 .lx-li:last-child {
  margin-bottom: 0 !important
}

.contact-box .lx-main2 .ico1 {
  background-image: url(../imgs/icon/lx-ico1.png)
}

.contact-box .lx-main2 .ico2 {
  background-image: url(../imgs/icon/lx-ico2.png)
}

.contact-box .lx-main2 .ico3 {
  background-image: url(../imgs/icon/lx-ico3.png)
}

.contact-box .lx-main2 .ico4 {
  background-image: url(../imgs/icon/lx-ico4.png)
}

.contact-box .lx-main3 {
  background-image: url(../imgs/icon/lx-bg2.png);
  background-size: cover;
  background-position: center;
  padding: 80px 0
}

.contact-box .lx-main3 .lx-h2 {
  text-align: center;
  margin-bottom: 50px
}

.contact-box .lx-main3 .lx-h2::after {
  margin-left: auto;
  margin-right: auto
}

.contact-box .lx-main3 .main-contain {
  background-color: #fff;
  padding: 50px 80px;
  box-shadow: 0px 0px 49px 0px rgba(169, 169, 169, 0.75);
  border-radius: 20px;
  box-sizing: border-box
}

.contact-box .lx-main3 .sp {
  color: #87898A;
  font-size: 18px;
  display: flex
}

.contact-box .lx-main3 .text {
  min-height: 50px;
  flex: 1;
  background-color: #F3F1F4;
  outline: none;
  box-sizing: border-box;
  font-size: 18px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box
}

.contact-box .lx-main3 dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}

.contact-box .lx-main3 .dd1 {
  display: flex;
  align-items: center;
  background-color: #F3F1F4;
  padding: 0 20px;
  box-sizing: border-box;
  width: 48%
}

.contact-box .lx-main3 .dd1 .sp {
  margin-right: 6px
}

.contact-box .lx-main3 .dd1 .red {
  margin-right: 6px
}

.contact-box .lx-main3 .dd2 {
  background-color: #F3F1F4;
  padding: 15px 20px;
  width: 100%;
  margin-top: 16px
}

.contact-box .lx-main3 .dd2 .textarea {
  display: block;
  width: 100%;
  margin-top: 10px;
  height: 150px;
  padding: 10px 0
}

.contact-box .lx-main3 .btn {
  background-color: #E7141A;
  font-size: 20px;
  color: #fff;
  width: 216px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  cursor: pointer
}

@media (max-width: 1370px) {
  .contact-box {
    padding: 70px 0 130px
  }

  .contact-box .lx-main1 {
    padding: 70px 0
  }

  .contact-box .lx-main1,
  .contact-box .lx-h2 {
    font-size: 26px
  }
}

@media (max-width: 1040px) {
  .contact-box {
    padding: 60px 0 110px
  }

  .contact-box .lx-main1 {
    padding: 40px 0
  }

  .contact-box .lx-main1,
  .contact-box .lx-h2,
  .contact-box .lx-t {
    font-size: 20px !important
  }

  .contact-box .lx-np {
    font-size: 18px !important
  }

  .contact-box .lx-li {
    margin-bottom: 30px !important
  }

  .contact-box .lx-main3 .sp {
    font-size: 18px !important
  }

  .contact-box .lx-main3 .btn {
    font-size: 20px;
    height: 60px
  }
}

@media only screen and (max-width: 769px) {
  .contact-box {
    padding: 40px 0
  }

  .contact-box .lx-main1,
  .contact-box .lx-h2,
  .contact-box .lx-t {
    font-size: 16px !important
  }

  .contact-box .lx-h2 {
    margin-bottom: 30px !important
  }

  .contact-box .lx-main2 {
    padding: 40px 0;
    display: block
  }

  .contact-box .lx-main2 .w {
    width: 100%
  }

  .contact-box .lx-main2 #map {
    height: 360px !important;
    margin-bottom: 30px
  }

  .contact-box .lx-main2 .lx-li {
    padding-left: 50px
  }

  .contact-box .lx-main2 .lx-np {
    font-size: 15px !important
  }

  .contact-box .lx-main3 .main-contain {
    padding: 40px 20px
  }

  .contact-box .lx-main3 .dd1 {
    width: 100%;
    margin-bottom: 10px
  }

  .contact-box .lx-main3 .dd2 {
    margin-top: 0
  }

  .contact-box .lx-main3 .sp {
    font-size: 14px !important
  }

  .contact-box .lx-main3 .btn {
    font-size: 16px;
    height: 50px;
    margin-top: 30px
  }
}

.product-box {
  padding: 90px 0
}

.product-box .cp-h2 {
  font-size: 34px
}

.product-box .cp-main1 {
  display: flex;
  align-items: stretch;
  justify-content: space-between
}

.product-box .cp-main1 .cp-h2 {
  margin-bottom: 40px
}

.product-box .cp-main1 .np {
  color: #666;
  font-size: 24px;
  line-height: 1.6
}

.product-box .cp-main1 .w1 {
  width: 46%;
  padding: 50px 0
}

.product-box .cp-main1 .w2 {
  width: 50%;
  position: relative
}

.product-box .cp-main1 .w2 img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.product-box .cp-main2 {
  margin-top: 90px
}

.product-box .cp-main2 .cp-h3 {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1
}

.product-box .cp-main2 .cp-h3::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #042642;
  margin-top: 25px
}

.product-box .cp-main2 .cp-h3 .red {
  color: red
}

.product-box .cp-main2 .intro {
  color: #393939;
  font-size: 24px;
  line-height: 1.6
}

.product-box .cp-main2 .intro img {
  max-width: 100%
}

.product-box .cp-nav {
  display: none
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .product-box {
    padding: 60px 0
  }

  .product-box .cp-h2,
  .product-box .cp-h3 {
    font-size: 32px !important;
    margin-bottom: 26px !important
  }

  .product-box .np,
  .product-box .intro {
    font-size: 22px !important
  }

  .product-box .cp-main2 .cp-h3::after {
    margin-top: 15px !important
  }

  .product-box .cp-main2 {
    margin-top: 60px
  }
}

@media (max-width: 1199px) and (min-width: 769px) {
  .product-box {
    padding: 40px 0
  }

  .product-box .cp-h2,
  .product-box .cp-h3 {
    font-size: 28px !important;
    margin-bottom: 18px !important
  }

  .product-box .np,
  .product-box .intro {
    font-size: 20px !important
  }

  .product-box .cp-main2 .cp-h3::after {
    margin-top: 15px !important
  }

  .product-box .cp-main2 {
    margin-top: 40px
  }
}

@media only screen and (max-width: 769px) {
  .product-box {
    padding: 40px 0
  }

  .product-box .cp-main1 {
    display: block
  }

  .product-box .cp-main1 .w1 {
    margin-bottom: 20px
  }

  .product-box .cp-main1 .w1,
  .product-box .cp-main1 .w2 {
    width: 100%
  }

  .product-box .cp-h2,
  .product-box .cp-h3 {
    font-size: 18px !important;
    margin-bottom: 15px !important
  }

  .product-box .np,
  .product-box .intro {
    font-size: 14px !important
  }

  .product-box .cp-main2 .cp-h3::after {
    margin-top: 10px !important
  }

  .product-box .cp-main2 {
    margin-top: 40px
  }

  .product-box .cp-nav {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: stretch;
    margin: 0 -2% 20px
  }

  .product-box .cp-nav a {
    width: 48%;
    margin: 4px 1%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box
  }

  .product-box .cp-nav a.on {
    background-color: red;
    color: #fff
  }

  .product-box .cp-nav1 a.on {
    background-color: #ff7070
  }
}
