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;
}

.pc {
  display: block !important;
}

.mobile {
  display: none !important;
}

.oh {
  overflow: hidden;
}

.container {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.index_banner .swiper-slide img {
  width: 100%;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: url(../images/header_bg.png) no-repeat center/cover;
}

.header .container {
  max-width: 1640px;
}

.header .navs {
  margin-top: 60px;
}

.header .navs ul li a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  margin: 0 20px;
}

.header .navs ul li a.cur,
.header .navs ul li a:hover {
  background: url(../images/navs_cur.png) no-repeat center/cover;
  padding: 0 60px;
  margin: 0;
}

.header .navs ul li h3 {
  font-size: 18px;
}

.header .navs ul li h4 {
  font-size: 12px;
  text-transform: uppercase;
}

.header .navs ul .line {
  color: #fff;
  font-size: 14px;
  margin: 0 20px;
}

.header .icon {
  margin-top: 60px;
}

.header .icon ul li {
  position: relative;
}

.header .icon ul li p {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  background: #c10513;
  white-space: nowrap;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 16px;
}

.header .icon ul li:hover p {
  display: block;
}

.header .icon ul li:last-child {
  margin-left: 35px;
}

.index_banner {
  position: relative;
}

.index_banner .swiper-pagination {
  bottom: 125px;
}

.index_banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  opacity: 1;
  background: #fff;
}

.index_banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 37px;
  border-radius: 10px;
  background: #c10513;
}

.index_count {
  position: absolute;
  bottom: -90px;
  z-index: 1;
  width: 100%;
  height: 184px;
}

.index_count .container {
  position: relative;
  background: url(../images/count_bg.jpg) no-repeat center/cover;
}

.index_count .container::after {
  content: "";
  position: absolute;
  left: -100%;
  width: 2000px;
  height: 100%;
  background: #c10514;
  z-index: -1;
}

.index_count .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 104px;
  background: url(../images/icon_line.png) no-repeat center/cover;
}

.index_count .title {
  margin-left: 38px;
}

.index_count .title h3 {
  color: #ffffff;
  font-size: 30px;
}

.index_count .title h4 {
  text-transform: uppercase;
  color: #d8616b;
  font-size: 24px;
}

.index_count .numCount {
  padding-right: 85px;
}

.index_count .numCount .item {
  color: #fff;
}

.index_count .numCount hr {
  width: 1px;
  height: 62px;
  background: #df8087;
  margin: 0 80px;
  margin-top: 10px;
}

.index_count .numCount .item .numCX {
  font-size: 48px;
  line-height: 1;
}

.index_count .numCount .item .unitC {
  font-size: 16px;
  bottom: 0;
  margin-left: 10px;
}

.index_count .numCount .item .indc {
  font-size: 16px;
  margin-top: 10px;
}

.index_main1 {
  padding-top: 200px;
  padding-bottom: 80px;
  background: url(../images/index_main1_bg.jpg) no-repeat center/cover;
}

.index_main1 .left {
  width: 470px;
}

.index_main1 .left h4 {
  color: #c10514;
  font-size: 24px;
  text-align: center;
}

.index_main1 .left p {
  text-align: justify;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}

.index_main1 .left .more {
  padding-top: 20px;
}

.index_main1 .left .more a {
  text-transform: uppercase;
  display: block;
  width: 243px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 16px;
  margin: auto;
  padding-left: 50px;
  background: url(../images/index_main1_more.png) no-repeat center/cover;
}

.index_main1 .right {
  width: 690px;
}

.index_main1 .right .bd .item video {
  display: block;
  width: 100%;
}

.index_main1 .right .hd ul li {
  width: 50%;
  background: #fff;
  padding: 15px 0;
  color: #000000;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.index_main1 .right .hd ul li.on {
  background: #c10514;
  color: #fff;
}

.index_main1 .right .hd ul li img {
  margin-right: 15px;
}

.index_main2 {
  background: url(../images/index_main2_bg.jpg) no-repeat center/cover;
  padding: 100px 0;
}

.index_main2 .title {
  color: #ffffff;
}

.index_main2 .title h3 {
  font-size: 26px;
}

.index_main2 .title h4 {
  font-size: 18px;
  padding-top: 5px;
}

.index_main2 .content {
  margin-top: 40px;
}

.index_main2 .content ul {
  justify-content: space-between;
}

.index_main2 .content ul li {
  width: 19%;
}

.index_main2 .content ul li .pic img {
  width: 100%;
}

.index_main3 {
  background: url(../images/index_main3_bg.jpg) no-repeat center/cover;
  padding: 100px 0;
}

.index_main3 .container {
  position: relative;
  max-width: 100%;
  padding: 0 60px;
}

.index_main3 .swiper-slide {
  transition: 300ms;
  background: #fff;
  padding: 30px;
  transform: scale(.8);
}

.index_main3 .swiper-slide-active {
  transform: scale(1);
}

.index_main3 .swiper-slide .text h4 {
  color: #333333;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_main3 .swiper-slide .text p {
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #696969;
  font-size: 18px;
  margin-top: 15px;
}

.index_main3 .swiper-slide .text p img {
  margin-right: 10px;
}

.index_main3 .swiper-slide .text p span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_main3 .swiper-slide .pic {
  margin-top: 15px;
}

.index_main3 .swiper-slide .pic img {
  width: 100%;
  height: 200px;
}

.index_main3 .swiper-slide .desc {
  color: #383838;
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.index_main3 .swiper-slide .button {
  margin-top: 20px;
}

.index_main3 .swiper-slide .button a {
  width: 48%;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: url(../images/index_main3_title_bg.jpg) no-repeat center/100%;
  color: #fff;
  font-size: 18px;
}

.index_main3 .button-prev,
.index_main3 .button-next {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 39px;
  height: 39px;
  line-height: 37px;
  text-align: center;
  border: solid 1px #fff;
  color: #ffffff;
  font-size: 20px;
}

.index_main3 .button-next {
  border: solid 1px #c10514;
  color: #c10514;
  right: auto;
  left: 20px;
}

.index_main4 {
  background: url(../images/index_main4_bg.jpg) no-repeat center/cover;
  padding-bottom: 90px;
}

.index_main4 .container {
  position: relative;
  background: #fff;
  padding-top: 115px;
  padding-bottom: 20px;
}

.index_main4 .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 152px;
  background: url(../images/icon_line2.png) no-repeat center/cover;
}

.index_main4 .left {
  max-width: 300px;
  margin-left: 17px;
}

.index_main4 .left .title {
  display: block;
  width: 243px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 18px;
  padding-left: 50px;
  background: url(../images/index_main1_more.png) no-repeat center / cover;
  margin-left: 15px;
}

.index_main4 .left ul li {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.index_main4 .left ul li .icon img {
  width: 21px;
}

.index_main4 .left ul li .text {
  padding-left: 13px;
}

.index_main4 .left ul li .text h4 {
  color: #3d3d3d;
  font-size: 18px;
}

.index_main4 .left ul li .text p {
  color: #868686;
  font-size: 16px;
}

.index_main4 .right {
  max-width: 759px;
}

.index_main4 .right img {
  width: 100%;
}

.footer {
  background: url(../images/footer_bg.jpg) no-repeat center/cover;
  padding: 100px 0;
}

.footer ul li h4 {
  color: #f0f0f0;
  font-size: 18px;
  border-left: 5px solid #fff;
  padding-left: 15px;
}

.footer ul li a {
  display: block;
  color: #f0f0f0;
  font-size: 14px;
  margin-top: 15px;
  margin-left: 20px;
}

.footer ul li.contact p {
  color: #f0f0f0;
  font-size: 18px;
  line-height: 2.5;
  margin-left: 20px;
}

.footer ul li.contact p span {
  font-size: 24px;
}

.footer ul li.code img {
  margin-top: 15px;
}

.bottom {
  background: #3a3a3a;
  color: #eeeeee;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

.bottom a {
  color: #eeeeee;
  font-size: 14px;
}

.ptb100 {
  padding: 100px 0;
}

.nybanner {
  position: relative;
}

.nybanner .pic img {
  width: 100%;
}

.nybanner .crumb {
  position: absolute;
  bottom: -50px;
  z-index: 1;
  width: 100%;
}

.nybanner .crumb .container {
  position: relative;
  background: url(../images/crumb_bg.jpg) no-repeat center/cover;
  height: 100px;
}

.nybanner .crumb .container::after {
  content: "";
  position: absolute;
  right: -100%;
  width: 2000px;
  height: 100%;
  background: #c10514;
  z-index: -1;
}

.nybanner .crumb .left {
  padding-left: 30px;
}

.nybanner .crumb .left img {
  max-width: 43px;
}

.nybanner .crumb .left h3 {
  color: #ffffff;
  font-size: 24px;
  padding-left: 10px;
}

.nybanner .crumb .right ul li {
  margin: 0 5px;
}

.nybanner .crumb .right ul li a {
  display: block;
  padding: 0 10px;
  line-height: 95px;
  border-top: solid 5px transparent;
  color: #ffffff;
  font-size: 18px;
}

.nybanner .crumb .right ul li a.cur,
.nybanner .crumb .right ul li a:hover {
  border-color: #fff;
}

.nypage {
  background: url(../images/page_bg.jpg) no-repeat left bottom;
}

.nypage .main1 .left .numCount {
  border-left: 1px solid #bfbfbf;
  padding: 60px 0 60px 90px;
}

.nypage .main1 .left .numCount .item {
  margin-top: 65px;
}

.nypage .main1 .left .numCount .item:first-child {
  margin-top: 0;
}

.nypage .main1 .left .numCount .numCX {
  color: #d40808;
  font-size: 48px;
  line-height: 1;
}

.nypage .main1 .left .numCount .unitC,
.nypage .main1 .left .numCount .indc {
  color: #717171;
  font-size: 16px;
}

.nypage .main1 .left .numCount .unitC {
  padding-left: 10px;
  bottom: 0;
}

.nypage .main1 .left .numCount .indc {
  padding-top: 5px;
}

.nypage .main1 .right {
  max-width: 823px;
}

.nypage .main1 .right img {
  width: 100%;
}

.nypage .main2 {
  margin-top: 60px;
}

.nypage .main2 .title {
  color: #c10513;
  font-size: 30px;
  font-weight: bold;
  text-indent: 2rem;
}

.nypage .main2 .content {
  color: #333333;
  font-size: 16px;
  line-height: 2;
  padding-top: 20px;
}

.nypage .main2 .content img {
  max-width: 100%;
}

.nylist .content ul li {
  margin-top: 50px;
}

.nylist .content ul li a {
  display: flex;
}

.nylist .content ul li .text {
  border-bottom: 1px solid #bfbfbf;
  width: 757px;
}

.nylist .content ul li .text h4 {
  line-height: 27px;
  overflow: hidden;
  color: #323232;
  font-size: 24px;
  border-left: 5px solid #c10514;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nylist .content ul li .text p {
  overflow: hidden;
  color: #898989;
  font-size: 18px;
  line-height: 2;
  margin: 30px 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.nylist .content ul li .text span {
  display: block;
  width: 136px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 30px;
  background: #c10514;
  color: #ffffff;
  font-size: 18px;
}

.nylist .content ul li .pic {
  width: 399px;
  margin-left: 40px;
}

.nylist .content ul li .pic img {
  width: 100%;
}

.nylist_activity .content ul {
  margin-top: -25px;
}

.nylist_activity .content ul li {
  display: flex;
  background: #f0f0f0;
  padding: 40px 30px;
  margin-top: 25px;
}

.nylist_activity .content ul li .pic {
  width: 564px;
}

.nylist_activity .content ul li .pic img {
  width: 100%;
  height: 349px;
}

.nylist_activity .content ul li .text {
  width: 540px;
  padding-left: 30px;
}

.nylist_activity .content ul li .text h4 {
  color: #333333;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nylist_activity .content ul li .text p {
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #696969;
  font-size: 18px;
  margin-top: 15px;
}

.nylist_activity .content ul li .text p img {
  margin-right: 10px;
}

.nylist_activity .content ul li .text p span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nylist_activity .content ul li .text .desc {
  overflow: hidden;
  color: #383838;
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
  text-indent: 2rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.nylist_activity .content ul li .text .button {
  margin-top: 20px;
}

.nylist_activity .content ul li .text .button a {
  width: 48%;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: url(../images/index_main3_title_bg.jpg) no-repeat center / cover;
  color: #fff;
  font-size: 18px;
}

.pages {
  margin-top: 80px;
}

.pages span {
  margin: 0 10px;
  width: 40px;
  line-height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #e5e5e5;
  color: #393939;
  font-size: 16px;
}

.pages span:first-child,
.pages span:last-child {
  width: 95px;
  border-radius: 30px;
}

.pages span a {
  color: #666666;
  font-size: 16px;
}

.pages .p_n1,
.pages span:hover,
.pages span:hover a {
  color: #ffffff;
  background: #c10514;
}

.nypage_offline {
  background: url(../images/index_main4_bg.jpg) no-repeat center / cover;
}

.nypage_offline .container {
  position: relative;
  background: #fff;
  padding-top: 115px;
  padding-bottom: 20px;
}

.nypage_offline .left {
  max-width: 300px;
  margin-left: 17px;
}

.nypage_offline .left .title {
  display: block;
  width: 243px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 18px;
  padding-left: 50px;
  background: url(../images/index_main1_more.png) no-repeat center / cover;
  margin-left: 15px;
}

.nypage_offline .left ul li {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.nypage_offline .left ul li .icon img {
  width: 21px;
}

.nypage_offline .left ul li .text {
  padding-left: 13px;
}

.nypage_offline .left ul li .text h4 {
  color: #3d3d3d;
  font-size: 18px;
}

.nypage_offline .left ul li .text p {
  color: #868686;
  font-size: 16px;
}

.nypage_offline .right {
  max-width: 759px;
}

.nypage_offline .right img {
  width: 100%;
}

.nypage_interactive {
  background: url(../images/nypage_interactive_bg.jpg) no-repeat bottom right;
}

.nypage_interactive .left {
  width: 499px;
}

.nypage_interactive .left img {
  width: 100%;
}

.nypage_interactive .right {
  width: 650px;
}

.nypage_interactive .right .title h3 {
  color: #c10514;
  font-size: 24px;
}

.nypage_interactive .right form ul li {
  display: flex;
  margin-top: 20px;
}

.nypage_interactive .right form ul li h4 {
  flex-shrink: 0;
  width: 80px;
  color: #2b2b2b;
  font-size: 16px;
}

.nypage_interactive .right form ul li .input-text {
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: solid 1px #b5b5b5;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
}

.nypage_interactive .right form ul li #txtcontent {
  width: 100%;
  height: 180px;
  border: solid 1px #b5b5b5;
  border-radius: 5px;
  resize: none;
}

.nypage_interactive .right form #dosubmit {
  width: 232px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  background: #c10514;
  color: #ffffff;
  font-size: 24px;
  border-radius: 10px;
  border: 0;
  margin-top: 45px;
  margin-left: 80px;
}

.nyshow .title {
  text-align: center;
  color: #333333;
  font-size: 24px;
}

.nyshow .infos {
  text-align: center;
  color: #999999;
  font-size: 14px;
  margin-top: 20px;
}

.nyshow .content {
  color: #666666;
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}

.nyshow .content img {
  max-width: 100%;
}

.nylist_hdjy .content ul {
  justify-content: space-between;
}

.nylist_hdjy .content ul li {
  width: 19%;
}

.nylist_hdjy .content ul li img {
  width: 100%;
  height: 164px;
}

@media (max-width:1200px) {
  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .m_header {
    display: flex;
    justify-content: space-between;
    padding: .5rem;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
  }

  .m_header .index_logo {
    width: 20%;
  }

  .m_header .index_logo img {
    max-width: 100%;
  }

  .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 span {
    font-size: .85rem;
  }

  .m_header .menu .bi-list {
    color: #000;
    font-size: 1.5rem;
  }

  .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: #c10514;
    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: #007bff;
    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);
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .index_banner .swiper-pagination {
    bottom: 1rem;
  }

  .index_count {
    position: initial;
    height: auto;
  }

  .index_count .container::before,
  .index_count .container::after {
    display: none;
  }

  .index_count>.d-flex {
    flex-wrap: wrap;
    padding: 1rem 15px;
  }

  .index_count .numCount>.d-flex {
    flex-wrap: wrap;
  }

  .index_count .title {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  .index_count .title h3 {
    font-size: .85rem;
  }

  .index_count .title h4 {
    font-size: .65rem;
  }

  .index_count .numCount {
    padding-right: 0;
    width: 100%;
  }

  .index_count .numCount .item {
    text-align: center;
    margin-top: .5rem;
  }

  .index_count .numCount .item .numCX {
    font-size: .85rem;
  }

  .index_count .numCount .item .unitC {
    font-size: .55rem;
    bottom: 0;
    margin-left: .25rem;
  }

  .index_count .numCount .item .indc {
    font-size: .55rem;
    margin-top: 0;
  }

  .index_count .numCount hr {
    display: none;
  }

  .index_main1 {
    padding: 1.5rem 0;
  }

  .index_main1>.d-flex {
    flex-wrap: wrap;
  }

  .index_main1 .left {
    width: 100%;
  }

  .index_main1 .left h4 {
    font-size: .85rem;
  }

  .index_main1 .left p {
    font-size: .55rem;
    line-height: 1.5;
    padding-top: .5rem;
  }

  .index_main1 .left .more {
    padding-top: .5rem;
  }

  .index_main1 .left .more a {
    width: 7rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .55rem;
    margin: auto;
    padding-left: 1.25rem;
  }

  .index_main1 .right {
    width: 100%;
    margin-top: .5rem;
  }

  .index_main1 .right .hd ul li {
    padding: .25rem 0;
    font-size: .55rem;
  }

  .index_main1 .right .hd ul li img {
    margin-right: .25rem;
  }

  .index_main2 {
    padding: 1.5rem 0;
  }

  .index_main2 .title h3 {
    font-size: .85rem;
  }

  .index_main2 .title h4 {
    font-size: .65rem;
    padding-top: .125rem;
  }

  .index_main2 .content {
    margin-top: 1rem;
  }

  .index_main2 .content ul {
    gap: .5rem 0;
  }

  .index_main2 .content ul li {
    width: 49%;
  }

  .index_main3 {
    padding: 1.5rem 0;
  }

  .index_main3 .swiper-slide {
    padding: .5rem;
  }

  .index_main3 .swiper-slide .text h4 {
    font-size: .65rem;
  }

  .index_main3 .swiper-slide .text p {
    height: auto;
    font-size: .55rem;
    margin-top: .25rem;
  }

  .index_main3 .swiper-slide .text p img {
    max-width: .5rem;
    margin-right: .25rem;
  }

  .index_main3 .swiper-slide .pic {
    margin-top: .25rem;
  }

  .index_main3 .swiper-slide .pic img {
    height: 7rem;
  }

  .index_main3 .swiper-slide .desc {
    display: none;
  }

  .index_main3 .swiper-slide .button {
    margin-top: .5rem;
  }

  .index_main3 .swiper-slide .button a {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .55rem;
  }

  .index_main3 .button-prev,
  .index_main3 .button-next {
    right: .5rem;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .55rem;
  }

  .index_main3 .button-next {
    left: .5rem;
  }

  .index_main4 {
    padding-bottom: 1.5rem;
  }

  .index_main4 .container {
    padding-top: 1.5rem;
  }

  .index_main4 .container::before {
    display: none;
  }

  .index_main4>.d-flex {
    flex-wrap: wrap;
  }

  .index_main4 .left {
    max-width: 100%;
    margin-left: 0;
  }

  slideInLeft animation {
    visibility: visible;
    transform: translateX(0px);
  }

  element.style {
    visibility: visible;
    animation-name: slideInLeft;
  }

  .index_main4 .left .title {
    width: 7rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .55rem;
    padding-left: 1.25rem;
    margin-left: .375rem;
  }

  .index_main4 .left ul li {
    margin-top: .5rem;
  }

  .index_main4 .left ul li .icon img {
    width: .75rem;
  }

  .index_main4 .left ul li .text {
    padding-left: .25rem;
  }

  .index_main4 .left ul li .text h4 {
    font-size: .55rem;
  }

  .index_main4 .left ul li .text p {
    font-size: .45rem;
  }

  .index_main4 .right {
    max-width: 100%;
    margin-top: 1rem;
  }

  .footer {
    padding: 1.5rem 0;
  }

  .footer ul {
    flex-wrap: wrap;
  }

  .footer ul li {
    display: none;
  }

  .footer ul li:nth-child(5),
  .footer ul li:nth-child(6) {
    display: block;
  }

  .footer ul li h4 {
    font-size: .65rem;
    border-left: .125rem solid #fff;
    padding-left: .25rem;
  }

  .footer ul li.contact p {
    font-size: .55rem;
    margin-left: .5rem;
  }

  .footer ul li.contact p span {
    font-size: .65rem;
  }

  .footer ul li.code img {
    margin-top: .5rem;
  }

  .bottom {
    font-size: .45rem;
    padding: .5rem 0;
  }

  .bottom a {
    font-size: .45rem;
  }

  .rightfixed {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1;
    background: #c10513;
    text-align: center;
    padding: .5rem .25rem;
  }

  .rightfixed ul li:last-child {
    margin-top: .5rem;
  }

  .ptb100 {
    padding: 1.5rem 0;
  }

  .nybanner .crumb {
    position: initial;
  }

  .nybanner .crumb .container {
    height: 3rem;
  }

  .nybanner .crumb .left {
    padding-left: 0;
  }

  .nybanner .crumb .left img {
    max-width: 1.5rem;
  }

  .nybanner .crumb .left h3 {
    font-size: .85rem;
    padding-left: .25rem;
  }

  .nybanner .crumb .right ul li a {
    padding: 0 .25rem;
    line-height: 2.8rem;
    border-top: solid .125rem transparent;
    font-size: .65rem;
  }

  .nypage .main1 {
    flex-wrap: wrap;
  }

  .nypage .main1 .left {
    width: 100%;
  }

  .nypage .main1 .left .numCount {
    display: flex;
    justify-content: space-between;
    padding: 0;
    border-left: 0;
  }

  .nypage .main1 .left .numCount .item {
    margin-top: 0;
  }

  .nypage .main1 .left .numCount .numCX {
    font-size: .85rem;
  }

  .nypage .main1 .left .numCount .unitC,
  .nypage .main1 .left .numCount .indc {
    font-size: .55rem;
  }

  .nypage .main1 .left .numCount .unitC {
    padding-left: .25rem;
    bottom: 0;
  }

  .nypage .main1 .right {
    max-width: 100%;
    margin-top: 1rem;
  }

  .nypage .main2 {
    margin-top: 1rem;
  }

  .nypage .main2 .title {
    font-size: .85rem;
  }

  .nypage .main2 .content {
    font-size: .55rem;
    padding-top: .5rem;
  }

  .nylist_activity .content ul {
    margin-top: -.5rem;
  }

  .nylist_activity .content ul li {
    flex-wrap: wrap;
    padding: 1rem .5rem;
    margin-top: .5rem;
  }

  .nylist_activity .content ul li .pic {
    width: 100%;
  }

  .nylist_activity .content ul li .pic img {
    height: auto;
  }

  .nylist_activity .content ul li .text {
    width: 100%;
    margin-top: .5rem;
    padding-left: 0;
  }

  .nylist_activity .content ul li .text h4 {
    font-size: .65rem;
  }

  .nylist_activity .content ul li .text p {
    font-size: .45rem;
    margin-top: .25rem;
  }

  .nylist_activity .content ul li .text p img {
    max-width: .5rem;
    margin-right: .25rem;
  }

  .nylist_activity .content ul li .text .desc {
    font-size: .55rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .nylist_activity .content ul li .text .button {
    margin-top: .5rem;
  }

  .nylist_activity .content ul li .text .button a {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .55rem;
  }

  .nypage_interactive .right .title h3 {
    font-size: .65rem;
  }

  .nypage_interactive .right .title img {
    max-width: 1rem;
  }

  .nypage_interactive .right form ul li {
    margin-top: .5rem;
  }

  .nypage_interactive .right form ul li h4 {
    width: 3rem;
    font-size: .55rem;
  }

  .nypage_interactive .right form ul li .input-text {
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: .125rem;
    padding: 0 .5rem;
    font-size: .55rem;
  }

  .nypage_interactive .right form ul li #txtcontent{
    height: 4.5rem;
  }

  .nypage_interactive .right form #dosubmit {
    width: 6rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .55rem;
    border-radius: .25rem;
    margin-top: 1rem;
    margin-left: 3rem;
  }

  .pages {
    flex-wrap: wrap;
    gap: .5rem 0;
    margin-top: 1rem;
  }

  .pages span {
    margin: 0 .25rem;
    width: 1rem;
    line-height: 1rem;
    line-height: 1rem;
    font-size: .4rem;
  }

  .pages span:first-child,
  .pages span:last-child {
    width: 2.375rem;
    border-radius: .75rem;
  }

  .pages span a {
    font-size: .4rem;
  }

  .nyshow .title {
    font-size: .65rem;
  }

  .nyshow .infos {
    font-size: .45rem;
    margin-top: .5rem;
  }

  .nyshow .content {
    font-size: .55rem;
    margin-top: .5rem;
  }

  .nylist .content ul {
    margin-top: -1rem;
  }

  .nylist .content ul li {
    margin-top: 1rem;
  }

  .nylist .content ul li a {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .nylist .content ul li .text {
    width: 100%;
    padding-bottom: .5rem;
    margin-top: .5rem;
  }

  .nylist .content ul li .text h4 {
    line-height: 1.5;
    font-size: .65rem;
    border-left: .125rem solid #c10514;
    padding-left: .25rem;
  }

  .nylist .content ul li .text p {
    font-size: .55rem;
    margin: .5rem 0;
  }

  .nylist .content ul li .text span {
    width: 3.5rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: .75rem;
    font-size: .45rem;
  }

  .nylist .content ul li .pic {
    width: 100%;
    margin-left: 0;
  }

  .nypage_offline .container {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nypage_offline .left {
    max-width: 100%;
    margin-left: 0;
  }

  .nypage_offline .right {
    max-width: 100%;
    margin-top: 1rem;
  }

  .nypage_interactive>.d-flex {
    flex-wrap: wrap;
  }

  .nypage_interactive .left {
    width: 100%;
  }

  .nypage_interactive .right {
    width: 100%;
    margin-top: 1rem;
  }

  .nylist_hdjy .content ul {
    gap: .5rem 0;
  }

  .nylist_hdjy .content ul li {
    width: 49%;
  }

  .nylist_hdjy .content ul li img {
    height: 5.5rem;
  }

  .nypage_offline .left .title {
    width: 7rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .55rem;
    padding-left: 1.25rem;
    margin-left: .375rem;
  }

  .nypage_offline .left ul li {
    margin-top: .5rem;
  }

  .nypage_offline .left ul li .icon img {
    width: .75rem;
  }

  .nypage_offline .left ul li .text {
    padding-left: .25rem;
  }

  .nypage_offline .left ul li .text h4 {
    font-size: .55rem;
  }

  .nypage_offline .left ul li .text p {
    font-size: .45rem;
  }
}