body,
ol,
ul,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

ol,
ul,
dl,
li,
dt,
dd {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

a img {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  padding: 0px;
  margin: 0;
}

.mobile {
  display: none;
}

.oh {
  overflow: hidden;
}

.container {
  max-width: 1470px;
}

.ny .container,
.nybanner .container {
  max-width: 1230px;
}

.header {
  border-top: solid 10px #1d2088;
}

.header .container {
  height: 96px;
}

.header .navs ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 96px;
  text-align: center;
  padding: 0 12px;
}

.header .navs ul li a h2 {
  color: #64666a;
  font-size: 18px;
}

.header .navs ul li a h3 {
  display: none;
  color: #ffffff;
  font-size: 12px;
}

.header .navs ul li.cur a,
.header .navs ul li:hover a {
  padding-top: 14.4px;
}

.header .navs ul li.cur a h2,
.header .navs ul li:hover a h2 {
  color: #e60012;
}

.header .navs ul li.cur a h3,
.header .navs ul li:hover a h3 {
  display: block;
  color: #e60012;
}

.header .icons ul li {
  margin-left: 20px;
}

.header .icons ul li:first-child {
  margin-left: 0;
}

.header .icons ul li a {
  display: flex;
  align-items: center;
}

.header .icons ul li a span {
  color: #6c6c6c;
  font-size: 18px;
  padding-left: 8px;
}

.index_banner .swiper-slide img {
  width: 100%;
}

.index_title {
  text-align: center;
}

.ptb100 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.index_title h3 {
  color: #e60012;
  font-size: 28px;
  font-weight: bold;
}

.index_title span {
  display: block;
  color: #64666a;
  font-size: 18px;
  padding-top: 15px;
}

.index_main1_main2 {
  background: url(../images/index_main1_main2_bg.jpg) no-repeat 0 495px #f3f3f3;
}

.index_main1 .content {
  margin-top: 25px;
}

.index_main1 .content ul li {
  width: calc(33.33% - 35px);
}

.index_main1 .content ul li .pic {
  overflow: hidden;
}

.index_main1 .content ul li .pic img {
  width: 100%;
  height: 294px;
  transition: all .5s;
}

.index_main1 .content ul li:hover .pic img {
  transform: scale(1.1);
}

.index_main1 .content ul li .text {
  background: #fff;
  padding: 20px 30px;
  text-align: center;
}

.index_main1 .content ul li .text h4 {
  color: #e60012;
  font-size: 24px;
  font-weight: bold;
}

.index_main1 .content ul li .text p {
  height: 72px;
  overflow: hidden;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin-top: 15px;
}

.index_main1 .content ul li .text span {
  display: block;
  width: 99px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  margin: 20px auto 0;
  background: #e60012;
  font-size: 14px;
  color: #ffffff;
}

.index_main2 {
  padding: 87px 0;
}

.index_main2 .content p {
  color: #494949;
  font-size: 18px;
  line-height: 40px;
  text-align: justify;
  text-indent: 2em;
  padding: 35px 40px 0;
}

.index_main2 .content .more {
  display: block;
  text-align: center;
  width: 100px;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  font-size: 16px;
  background: #e60012;
  margin: 30px auto 0;
}

.index_main3 {
  background: url(../images/index_main3_bg.jpg) no-repeat center/cover;
}

.index_main3 .content {
  margin-top: 35px;
}

.index_main3 .content .swiper-slide {
  position: relative;
  transition: 300ms;
  transform: scale(0.8);
  background: #fff;
  padding: 30px 20px 60px;
}

.index_main3 .content .swiper-slide-active {
  transform: scale(1);
}

.index_main3 .content .swiper-slide a {
  display: block;
}

.index_main3 .content .swiper-slide h4 {
  color: #333333;
  font-size: 24px;
}

.index_main3 .content .swiper-slide .pic {
  margin: 20px 0;
  overflow: hidden;
}

.index_main3 .content .swiper-slide .pic img {
  width: 100%;
  height: 244px;
  transition: all .5s;
}

.index_main3 .content .swiper-slide:hover .pic img {
  transform: scale(1.1);
}

.index_main3 .content .swiper-slide p {
  overflow: hidden;
  height: 72px;
  color: #383838;
  font-size: 16px;
  line-height: 24px;
}

.index_main3 .content .swiper-slide span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #e60012;
  color: #fff;
  font-size: 48px;
  font-family: "宋体";
  display: none;
}

.index_main3 .content .swiper-slide-active span {
  display: block;
}

.index_main3 .content {
  --swiper-navigation-color: #e60012;
}

.index_main4 {
  background: url(../images/index_main4_bg.jpg) no-repeat center/cover;
}

.index_main4 .index_title h3,
.index_main4 .index_title span {
  color: #fff;
}

.index_main4 .content {
  margin-top: 40px;
}

.index_main4 .content .lists {
  width: 48%;
}

.index_main4 .content .lists .rec .date {
  width: 88px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background: #1d2088;
}

.index_main4 .content .lists .rec .date span {
  font-size: 30px;
  line-height: 1;
}

.index_main4 .content .lists .rec .date p {
  font-size: 18px;
}

.index_main4 .content .lists .rec .text {
  color: #ffffff;
  width: calc(100% - 88px);
  padding-left: 30px;
}

.index_main4 .content .lists .rec .text h4 {
  height: 24px;
  overflow: hidden;
  font-size: 20px;
}

.index_main4 .content .lists .rec:hover .text h4 {
  color: #1d2088;
}

.index_main4 .content .lists .rec .text p {
  height: 48px;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}

.index_main4 .content .lists ul {
  border-top: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
  margin-top: 40px;
}

.index_main4 .content .lists ul li {
  margin: 30px 0;
}

.index_main4 .content .lists ul li a {
  color: #fff;
  display: flex;
  align-items: center;
}

.index_main4 .content .lists ul li a span {
  font-size: 18px;
}

.index_main4 .content .lists ul li a h4 {
  height: 21.6px;
  overflow: hidden;
  font-size: 18px;
  margin-left: 30px;
}

.index_main4 .content .lists ul li:hover a h4 {
  color: #1d2088;
}

.index_main4 .content .lists .more {
  margin-top: 20px;
}

.index_main4 .content .lists .more a {
  color: #fff;
  font-size: 16px;
}

.index_main4 .content .pic {
  width: 48%;
}

.index_main4 .content .pic img {
  width: 100%;
}

.index_main4 .content .pic h4 {
  color: #ffffff;
  font-size: 18px;
  padding-top: 15px;
}

.index_main4 .content .pic:hover h4 {
  color: #1d2088;
}

.index_main4 .content .pic p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  padding-top: 15px;
}

.footer {
  background: url(../images/footer_bg.jpg) no-repeat center/cover;
}

.footer h3 {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.footer h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 29px;
  height: 2px;
  background: #e60012;
}

.footer .navs {
  width: 75%;
}

.footer .navs ul li a,
.footer .navs ul li p {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 2.5;
}

.footer .navs ul li p span {
  font-size: 18px;
}

.footer .wechat_code img {
  width: 107px;
}

.footer .wechat_code p {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding-top: 5px;
}

.bottom {
  background: #212121;
  text-align: center;
  padding: 20px 0;
}

.bottom p,
.bottom p a {
  color: #ffffff;
  font-size: 14px;
}

.nybanner {
  position: relative;
}

.nybanner img {
  width: 100%;
}

.nybanner .crumb .left {
  display: none;
}

.nybanner .crumb .left,
.nybanner .crumb .left a {
  color: #ffffff;
  font-size: 16px;
}

.nybanner .crumb .right {
  margin-left: auto;
}

.nybanner .crumb .right ul li {
  border-left: 1px solid #ddd;
  margin-top: 40px;
}

.nybanner .crumb .right ul li:first-child {
  border-left: 0;
}

.nybanner .crumb .right ul li a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #333333;
  font-size: 16px;
}

.nybanner .crumb .right ul li a.cur,
.nybanner .crumb .right ul li a:hover {
  color: #e60012;
}

.nypage .logo {
  text-align: center;
}

.nypage .logo img {
  max-width: 100%;
}

.nypage .numCount {
  margin: 40px 0;
}

.nypage .numCount .item {
  display: flex;
  align-items: center;
}

.nypage .numCount .item .icon img {
  height: 70px;
}

.nypage .numCount .item .numU {
  margin-left: 30px;
}

.nypage .numCount .item .numU .unitC {
  color: #4c4c4c;
  font-size: 18px;
}

.nypage .numCount .item .numU .numCX {
  color: #4d4d4d;
  font-size: 48px;
  line-height: 1;
}

.nypage .numCount .xian {
  border-left: 1px solid #bfbfbf;
  height: 40px;
}

.nypage .content {
  color: #494949;
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}

.nypage .content img {
  max-width: 100%;
}

.nylists .rec a {
  display: flex;
}

.nylists .rec .pic {
  width: 696px;
  overflow: hidden;
}

.nylists .rec .pic img {
  width: 100%;
  height: 392px;
  transition: all .5s;
}

.nylists .rec:hover .pic img {
  transform: scale(1.1);
}

.nylists .rec .text {
  width: 504px;
  padding: 30px 0 30px 30px;
}

.nylists .rec .text .date {
  color: #535353;
  font-size: 18px;
}

.nylists .rec .text h4 {
  height: 60px;
  overflow: hidden;
  color: #e60012;
  font-size: 18px;
  line-height: 30px;
  margin-top: 25px;
}

.nylists .rec .text p {
  height: 90px;
  overflow: hidden;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
}

.nylists .rec .text .more {
  display: block;
  color: #e60012;
  font-size: 16px;
  margin-top: 80px;
}

.nylists .content {
  margin-top: 10px;
}

.nylists .content ul li {
  padding: 20px 0;
  border-bottom: solid 1px #bfbfbf;
}

.nylists .content ul li a {
  display: flex;
}

.nylists .content ul li .pic {
  width: 355px;
  overflow: hidden;
}

.nylists .content ul li .pic img {
  width: 100%;
  height: 203px;
  transition: all .5s;
}

.nylists .content ul li:hover .pic img {
  transform: scale(1.1);
}

.nylists .content ul li .text {
  width: 845px;
  padding-left: 30px;
}

.nylists .content ul li .text .date {
  color: #969696;
  font-size: 18px;
}

.nylists .content ul li .text h4 {
  height: 21px;
  overflow: hidden;
  color: #333333;
  font-size: 18px;
  margin-top: 20px;
}

.nylists .content ul li:hover .text h4 {
  color: #e60012;
}

.nylists .content ul li .text p {
  height: 60px;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

.nylists .content ul li .text .more {
  display: block;
  color: #333;
  font-size: 25px;
  margin-top: 17px;
}

.pages {
  margin-top: 65px;
}

.pages .p_n1 {
  padding: 6px 15px;
  background: #e60012;
  margin: 0 3px;
  color: #fff;
  font-size: 18px;
}

.pages .p_n2 {
  margin: 0 3px;
}

.pages .p_n2 a {
  display: block;
  padding: 6px 15px;
  background: #e5e5e5;
  color: #393939;
  font-size: 18px;
}

.pages .p_n2 a:hover {
  background: #e60012;
  color: #fff;
}

.lists_cases .content ul {
  margin-top: -25px;
}

.lists_cases .content ul li {
  width: 385px;
  margin-top: 25px;
  margin-right: 22px;
}

.lists_cases .content ul li .pic {
  overflow: hidden;
}

.lists_cases .content ul li .pic img {
  width: 100%;
  height: 215px;
  transition: all .5s;
}

.lists_cases .content ul li:hover .pic img {
  transform: scale(1.1);
}

.lists_cases .content ul li:nth-child(3n) {
  margin-right: 0;
}

.lists_cases .content ul li .text {
  background: #eeeeee;
  padding: 15px 25px;
}

.lists_cases .content ul li .text h4 {
  height: 21.6px;
  overflow: hidden;
  color: #44484a;
  font-size: 18px;
  text-align: center;
}

.lists_cases .content ul li:hover .text h4 {
  color: #e60012;
}

.lists_cases .content ul li .text p {
  height: 60px;
  overflow: hidden;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

.lists_hire .left {
  width: 410px;
  background: #f3f3f3;
  padding: 35px;
}

.lists_hire .left h3 {
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
}

.lists_hire .left .salary {
  border-bottom: solid 1px #bfbfbf;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.lists_hire .left p {
  color: #7e7e7e;
  font-size: 16px;
  line-height: 30px;
}

.lists_hire .right {
  width: 738px;
}

.lists_hire .right .title {
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}

.lists_hire .right .content ul li .tt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 20px 35px;
  border-top: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
  cursor: pointer;
}

.lists_hire .right .content ul li .tt::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 42px;
  background: #ff0000;
}

.lists_hire .right .content ul li .tt h4 {
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
}

.lists_hire .right .content ul li .tt i {
  color: #e60012;
  font-size: 18px;
}

.lists_hire .right .content ul li.active .tt i {
  transform: rotate(90deg);
}

.lists_hire .right .content ul li .text {
  padding: 20px;
  color: #7d7d7d;
  font-size: 16px;
  line-height: 30px;
  display: none;
}

.lists_hire .right .content ul li:first-child .text {
  display: block;
}

.nypage_contact .map {
  position: relative;
}

.nypage_contact .map img {
  width: 100%;
}

.nypage_contact .map .marks ul li {
  position: absolute;
  z-index: 1;
  background: url(../images/icon_add.png);
  display: block;
  width: 18px;
  height: 26px;
  cursor: pointer;
}

.nypage_contact .map .marks ul li.active {
  background-image: url(../images/icon_add2.png);
}

.nypage_contact .map .marks ul li.add1 {
  top: 47.3%;
  left: 51.6%;
  z-index: 2;
}

.nypage_contact .map .marks ul li.add2 {
  top: 40.7%;
  left: 58.6%;
}

.nypage_contact .map .marks ul li.add3 {
  top: 44.7%;
  left: 52.6%;
}

.nypage_contact .map .marks ul li.add4 {
  top: 48%;
  left: 49.6%;
}

.nypage_contact .map .marks ul li.add5 {
  top: 64.6%;
  left: 44.7%;
}

.nypage_contact .map .marks ul li.add6 {
  top: 77%;
  left: 46%;
}

.nypage_contact .map .marks ul li::before {
  position: absolute;
  top: -54px;
  left: -130px;
  background: #fff;
  width: 270px;
  line-height: 42px;
  text-align: center;
  color: #747474;
  font-size: 16px;
  display: none;
}

.nypage_contact .map .marks ul li.add1::before {
  content: "湖南厚德物流有限公司(总部)";
}

.nypage_contact .map .marks ul li.add2::before {
  content: "湖南厚德物流有限公司上海分公司";
}

.nypage_contact .map .marks ul li.add3::before {
  content: "湖南厚德昆吾国际物流有限公司";
}

.nypage_contact .map .marks ul li.add4::before {
  content: "厚德供应链管理(怀化)有限公司";
}

.nypage_contact .map .marks ul li.add5::before {
  content: "厚德供应链管理(老挝)有限公司";
}

.nypage_contact .map .marks ul li.add6::before {
  content: "厚德供应链管理(柬埔寨)有限公司";
}

.nypage_contact .map .marks ul li.active::before {
  display: block;
}

.nypage_contact .map .marks ul li::after {
  content: "";
  position: absolute;
  top: -12px;
  display: block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid #fff;
  display: none;
}

.nypage_contact .map .marks ul li.active::after {
  display: block;
}

.nypage_contact .content ul li {
  width: 588px;
  height: 206px;
  border: solid 1px #bfbfbf;
  margin-top: 20px;
  padding: 25px 45px;
}

.nypage_contact .content ul li h4 {
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
}

.nypage_contact .content ul li p {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 30px;
  padding-top: 15px;
}

.nyshow .title {
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.nyshow .content {
  color: #666;
  font-size: 16px;
  line-height: 2;
  margin-top: 40px;
}

.nyshow .content img {
  max-width: 100%;
}

@media (max-width: 1330px) {
  .m_header {
    display: flex;
    justify-content: space-between;
    padding: .5rem;
    width: 100%;
    box-sizing: border-box;
  }

  .m_header .index_logo img {
    max-width: 80%;
  }

  .m_header .icon ul li {
    margin-right: .5rem;
  }

  .m_header .menu {
    width: auto;
    background: none;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .m_header .menu .bi-list {
    color: #000;
    font-size: 1rem;
  }

  .side-box {
    position: fixed;
    top: 0px;
    width: 300px;
    right: -300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1200;
    color: rgba(0, 0, 0, 1);
    transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .side-cut {
    position: relative;
    width: 280px;
    float: right;
    height: 100%;
  }

  body.open .side-shadow {
    opacity: 1;
    visibility: visible;
  }

  body.open .side-box {
    width: 200%;
    right: 0;
  }

  .side-bin {
    width: 100%;
    background: rgba(255, 255, 255, .975);
    height: 100%;
    z-index: 2;
    position: relative;
    transition: .3s .1s;
    -moz-transition: .3s .1s;
    -ms-transition: .3s .1s;
    -o-transition: .3s .1s;
    -webkit-transition: .3s .1s;
  }

  .side-nav>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nav-first {
    display: block;
    position: relative;
    margin: 0 0 1px 0;
    list-style: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
  }

  .nav-first:nth-child(1) {
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
  }

  .nav-first:nth-child(2) {
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
  }

  .nav-first:nth-child(3) {
    transition: .6s .59s;
    -moz-transition: .6s .59s;
    -ms-transition: .6s .59s;
    -o-transition: .6s .59s;
    -webkit-transition: .6s .59s;
  }

  .nav-first:nth-child(4) {
    transition: .6s .67s;
    -moz-transition: .6s .67s;
    -ms-transition: .6s .67s;
    -o-transition: .6s .67s;
    -webkit-transition: .6s .67s;
  }

  .nav-first:nth-child(5) {
    transition: .6s .74s;
    -moz-transition: .6s .74s;
    -ms-transition: .6s .74s;
    -o-transition: .6s .74s;
    -webkit-transition: .6s .74s;
  }

  .nav-first:nth-child(6) {
    transition: .6s .8s;
    -moz-transition: .6s .8s;
    -ms-transition: .6s .8s;
    -o-transition: .6s .8s;
    -webkit-transition: .6s .8s;
  }

  .nav-first:nth-child(7) {
    transition: .6s .85s;
    -moz-transition: .6s .85s;
    -ms-transition: .6s .85s;
    -o-transition: .6s .85s;
    -webkit-transition: .6s .85s;
  }

  .nav-first:nth-child(8) {
    transition: .6s .89s;
    -moz-transition: .6s .89s;
    -ms-transition: .6s .89s;
    -o-transition: .6s .89s;
    -webkit-transition: .6s .89s;
  }

  .nav-first:nth-child(9) {
    transition: .6s .92s;
    -moz-transition: .6s .92s;
    -ms-transition: .6s .92s;
    -o-transition: .6s .92s;
    -webkit-transition: .6s .92s;
  }

  .nav-first:nth-child(10) {
    transition: .6s .94s;
    -moz-transition: .6s .94s;
    -ms-transition: .6s .94s;
    -o-transition: .6s .94s;
    -webkit-transition: .6s .94s;
  }

  body.open .nav-first {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #29a239;
    z-index: 2;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  body.open .nav-first.active>a:before {
    width: 100%;
    transition: width .3s 1s;
    -moz-transition: width .3s 1s;
    -ms-transition: width .3s 1s;
    -o-transition: width .3s 1s;
    -webkit-transition: width .3s 1s;
  }

  .nav-first:hover a:before {
    width: 100%;
  }

  .side-nav>ul:hover>.nav-first.active>a:before {
    width: 3px;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  .side-nav>ul:hover>.nav-first.active:hover>a:before {
    width: 100%;
  }

  .nav-first>a {
    position: relative;
    z-index: 3;
    display: block;
    padding: 10px 30px;
    color: rgba(0, 0, 0, .9);
  }

  .nav-first>a:after {
    display: table;
    clear: both;
    content: ''
  }

  .nav-first>a>i {
    float: left;
    position: relative;
    z-index: 3;
    padding: 0 15px 0 1px;
    line-height: 70px;
    font-size: 22px;
  }

  .nav-first>a>b {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 3;
    font-size: 18px;
  }

  body.open .nav-first:hover>a,
  body.open .nav-first.active>a,
  .side-nav>ul:hover>.nav-first.active:hover>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  .side-nav>ul:hover>.nav-first.active>a {
    color: rgba(0, 0, 0, .9);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  body.open .nav-first.active>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s 1s;
    -moz-transition: color .3s 1s;
    -ms-transition: color .3s 1s;
    -o-transition: color .3s 1s;
    -webkit-transition: color .3s 1s;
  }

  .nav-first>a>p,
  .side-nav>ul:hover>.nav-first.active>a>p {
    position: absolute;
    top: 50%;
    right: 30px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .4);
    font-family: 'AddFont';
    padding: 6px;
    border-radius: 50%;
    line-height: 1;
    margin: 0;
    font-size: 12px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  body.open .nav-first:hover>a>p,
  body.open .nav-first.active>a>p,
  .side-nav>ul:hover>.nav-first.active:hover>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
  }

  body.open .nav-first.active>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
    transition: .3s 1s;
    -moz-transition: .3s 1s;
    -ms-transition: .3s 1s;
    -o-transition: .3s 1s;
    -webkit-transition: .3s 1s;
  }

  .side-shadow {
    width: 3999px;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-first>i {
    display: block;
    position: absolute;
    width: 76px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first>i:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 4px;
    margin-left: -8px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    top: 50%;
    left: 50%;
  }

  .nav-first>i:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 20px;
    margin-top: -8px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    left: 50%;
    top: 50%;
  }

  .nav-first.active>i:before,
  .nav-first.active>i:after,
  .nav-first:hover>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first:hover>i:after {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a:before {
    width: 100%;
  }

  .nav-first.mobile-active>a>i,
  .nav-first.mobile-active>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a>p {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>ul {
    padding: 1px 0 0 0;
    height: auto;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>i:after {
    display: none;
  }

  .nav-second {
    margin: 0 0 1px 0;
    list-style: none;
    padding: 0;
    border-bottom: solid 1px #ccc;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>a {
    padding: 10px 30px;
    display: block;
    position: relative;
  }

  .nav-second>a>b {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: rgba(0, 0, 0, .8);
    position: relative;
    z-index: 1;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second>a:after {
    background: #ffffff;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second:hover>a:after {
    width: 100%;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .nav-second:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-third {
    display: block;
    line-height: none;
    padding: 1px 0 0 0;
    margin: 0 30px;
  }

  .nav-third>a {
    padding: 0 30px;
    line-height: 50px;
    margin-bottom: 1px;
    background: rgba(0, 0, 0, .08);
    display: block;
    position: relative;
  }

  .nav-third>a>b {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, .9);
  }

  .nav-third>a:after {
    background: #2E2E2E;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third>a>b {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third:hover>a:after {
    width: 100%;
  }

  .nav-third:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .side-foot {
    padding: 30px 30px 25px 30px;
    text-align: left;
    overflow: hidden;
  }

  .side-phone {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  .side-phone:after {
    display: block;
    clear: both;
    content: '';
  }

  body.open .side-phone {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .side-phone P {
    float: left;
    margin: 0;
    line-height: 1;
  }

  .side-phone p b {
    display: block;
    font-family: 'AddFont';
    font-weight: normal;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 5px;
  }

  .side-phone p a {
    display: block;
    font-family: 'AddFont';
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    letter-spacing: -1px;
  }

  .side-phone i {
    float: right;
    display: block;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .8);
    padding: 4px 4px 0 4px;
    margin-top: 9px;
    cursor: pointer;
  }

  .side-phone i:hover {
    background: rgba(0, 0, 0, .8);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
  }

  .side-text {
    white-space: pre-wrap;
    padding-top: 10px;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    font-family: 'Addfont', Microsoft Yahei;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  body.open .side-text {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    height: 0;
    background: rgba(0, 0, 0, .03);
  }

  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .index .container,
  .container {
    max-width: 100%;
  }

  .ptb100 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .index_title h3 {
    font-size: .7rem;
  }

  .index_title span {
    font-size: .55rem;
    padding-top: .25rem;
  }

  .index_main1_main2 {
    background: #f3f3f3;
  }

  .index_main1 .content {
    margin-top: 1rem;
  }

  .index_main1 .content ul {
    flex-wrap: wrap;
  }

  .index_main1 .content ul li {
    width: 100%;
  }

  .index_main1 .content ul li .pic img {
    height: auto;
  }

  .index_main1 .content ul li .text {
    padding: .5rem .75rem;
  }

  .index_main1 .content ul li .text h4 {
    font-size: .65rem;
  }

  .index_main1 .content ul li .text p {
    height: auto;
    font-size: .55rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .index_main1 .content ul li .text span {
    width: 3rem;
    height: 1rem;
    line-height: 1rem;
    margin: .5rem auto 0;
    font-size: .55rem;
  }

  .index_main2 {
    padding: 1.5rem 0 0;
  }

  .index_main2 .content p {
    font-size: .55rem;
    line-height: 1.8;
    padding: 1rem 0 0;
  }

  .index_main2 .content .more {
    width: 3rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .55rem;
    margin: .5rem auto 0;
  }

  .index_main3 .content {
    margin-top: 1rem;
  }

  .index_main3 .content .swiper-slide {
    transform: scale(1);
    padding: .75rem .5rem 1.5rem;
  }

  .index_main3 .content .swiper-slide h4 {
    font-size: .65rem;
  }

  .index_main3 .content .swiper-slide .pic {
    margin: .5rem 0;
  }

  .index_main3 .content .swiper-slide .pic img {
    height: 7.5rem;
  }

  .index_main3 .content .swiper-slide p {
    height: 2.5rem;
    font-size: .55rem;
    line-height: 1.5;
  }

  .index_main3 .content .swiper-slide span {
    width: 1.25rem;
    height: 1.05rem;
    line-height: 1.05rem;
    font-size: 1.2rem;
  }

  .index_main3 .content {
    --swiper-navigation-color: #e60012;
    --swiper-navigation-size: 1.5rem;
  }

  .index_main4 .content {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .index_main4 .content .lists {
    width: 100%;
  }

  .index_main4 .content .lists .rec .date {
    width: 2.2rem;
    padding: .375rem 0;
  }

  .index_main4 .content .lists .rec .date span {
    font-size: .75rem;
  }

  .index_main4 .content .lists .rec .date p {
    font-size: .55rem;
  }

  .index_main4 .content .lists .rec .text {
    width: calc(100% - 2.2rem);
    padding-left: .75rem;
  }

  .index_main4 .content .lists .rec .text h4 {
    height: .8rem;
    font-size: .65rem;
  }

  .index_main4 .content .lists .rec .text p {
    height: 1.5rem;
    font-size: .5rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .index_main4 .content .lists ul {
    margin-top: 1rem;
  }

  .index_main4 .content .lists ul li {
    margin: .55rem 0;
  }

  .index_main4 .content .lists ul li a span {
    flex-shrink: 0;
    font-size: .55rem;
  }

  .index_main4 .content .lists ul li a h4 {
    height: .7rem;
    font-size: .55rem;
    margin-left: .5rem;
  }

  .index_main4 .content .lists .more {
    margin-top: .5rem;
  }

  .index_main4 .content .lists .more a {
    font-size: .55rem;
  }

  .index_main4 .content .pic {
    width: 100%;
    margin-top: .5rem;
  }

  .index_main4 .content .pic h4 {
    font-size: .65rem;
    padding-top: .25rem;
  }

  .index_main4 .content .pic p {
    font-size: .55rem;
    line-height: 1.5;
    padding-top: .25rem;
  }

  .footer .container {
    flex-wrap: wrap;
  }

  .footer .navs {
    width: 100%;
  }

  .footer .navs ul li {
    display: none;
  }

  .footer .navs ul li:last-child {
    display: block;
  }

  .footer h3 {
    font-size: .65rem;
    margin-bottom: .5rem;
    padding-bottom: 0;
    text-align: center;
  }

  .footer h3::after {
    display: none;
  }

  .footer .navs ul li a,
  .footer .navs ul li p {
    display: block;
    color: #fff;
    font-size: .55rem;
    line-height: 2;
  }

  .footer .navs ul li p span {
    font-size: .65rem;
  }

  .footer .wechat_code {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }

  .bottom {
    padding: .5rem 0;
  }

  .bottom p,
  .bottom p a {
    font-size: .55rem;
  }

  .ny .container,
  .nybanner .container {
    max-width: 100%;
  }

  .nybanner .crumb .right {
    overflow-x: scroll;
  }

  .nybanner .crumb .right ul li {
    margin-top: 1rem;
    flex-shrink: 0;
  }

  .nybanner .crumb .right ul li a {
    padding: 0 .5rem;
    font-size: .65rem;
  }

  .nypage .numCount {
    flex-direction: column;
    margin: 1rem 0;
  }

  .nypage .numCount .item {
    margin-top: .5rem;
  }

  .nypage .numCount .item:first-child {
    margin-top: 0;
  }

  .nypage .numCount .xian {
    display: none;
  }

  .nypage .numCount .item .icon img {
    height: 1.75rem;
  }

  .nypage .numCount .item .numU {
    margin-left: .5rem;
  }

  .nypage .numCount .item .numU .unitC {
    font-size: .55rem;
  }

  .nypage .numCount .item .numU .numCX {
    font-size: 1.2rem;
  }

  .nypage .content {
    font-size: .55rem;
  }

  .nylists .rec .pic {
    width: 100%;
  }

  .nylists .rec a {
    flex-wrap: wrap;
  }

  .nylists .rec .pic img {
    height: auto;
  }

  .nylists .rec .text {
    width: 100%;
    padding: .5rem 0 .5rem;
  }

  .nylists .rec .text .date {
    font-size: .55rem;
  }

  .nylists .rec .text h4 {
    height: auto;
    font-size: .65rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .nylists .rec .text p {
    height: auto;
    font-size: .55rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .nylists .rec .text .more {
    font-size: .55rem;
    margin-top: .5rem;
  }

  .nylists .content ul li {
    padding: .5rem 0;
  }

  .nylists .content ul li .pic {
    width: 30%;
  }

  .nylists .content ul li .pic img {
    height: 2.5rem;
  }

  .nylists .content ul li .text {
    width: 70%;
    padding-left: .5rem;
  }

  .nylists .content ul li .text .date {
    font-size: .55rem;
  }

  .nylists .content ul li .text h4 {
    height: .85rem;
    font-size: .65rem;
    margin-top: .25rem;
  }

  .nylists .content ul li .text p {
    display: none;
  }

  .nylists .content ul li .text .more {
    display: none;
  }

  .pages {
    margin-top: 1.5rem;
  }

  .pages .p_n1 {
    padding: .15rem .375rem;
    margin: 0 .075rem;
    font-size: .55rem;
  }

  .pages .p_n2 {
    margin: 0 .075rem;
  }

  .pages .p_n2 a {
    padding: .15rem .375rem;
    font-size: .55rem;
  }

  .nyshow .title {
    font-size: .65rem;
  }

  .nyshow .content {
    font-size: .55rem;
    margin-top: .5rem;
  }

  .lists_cases .content ul {
    margin-top: -.5rem;
  }

  .lists_cases .content ul li {
    width: 49%;
    margin-top: .5rem;
    margin-right: 2%;
  }

  .lists_cases .content ul li:nth-child(3n) {
    margin-right: 2%;
  }

  .lists_cases .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .lists_cases .content ul li .pic img {
    height: 4rem;
  }

  .lists_cases .content ul li .text {
    padding: .25rem .5rem;
  }

  .lists_cases .content ul li .text h4 {
    height: .85rem;
    font-size: .65rem;
  }

  .lists_cases .content ul li .text p {
    height: 1.65rem;
    font-size: .55rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .lists_hire>.container {
    flex-wrap: wrap;
  }

  .lists_hire .left {
    width: 100%;
    padding: 1rem;
  }

  .lists_hire .left .salary {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .lists_hire .left h3 {
    font-size: .65rem;
    padding-bottom: .25rem;
  }

  .lists_hire .left p {
    font-size: .55rem;
    line-height: 1.5;
  }

  .lists_hire .right {
    width: 100%;
    margin-top: 1rem;
  }

  .lists_hire .right .title {
    font-size: .75rem;
    padding-bottom: .5rem;
  }

  .lists_hire .right .content ul li .tt {
    padding: .5rem 0 .5rem .875rem;
  }

  .lists_hire .right .content ul li .tt::before {
    top: 50%;
    transform: translate(0, -50%);
    width: .15rem;
    height: 1.05rem;
  }

  .lists_hire .right .content ul li .tt h4 {
    font-size: .65rem;
  }

  .lists_hire .right .content ul li .tt i {
    font-size: .45rem;
  }

  .lists_hire .right .content ul li .text {
    padding: .5rem;
    font-size: .55rem;
    line-height: 1.5;
  }

  .nypage_contact .map .marks ul li {
    width: .45rem;
    height: .65rem;
    background-size: 100%;
  }

  .nypage_contact .content ul li {
    width: 100%;
    height: auto;
    margin-top: .5rem;
    padding: .5rem 1rem;
  }

  .nypage_contact .content ul li h4 {
    font-size: .65rem;
  }

  .nypage_contact .content ul li p {
    font-size: .55rem;
    line-height: 1.5;
    padding-top: .25rem;
  }
}