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;
}

.container {
  max-width: 1330px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all .5s;
}

.header .logo {
  padding-left: 20px;
}

.header .logo img {
  max-width: 150px;
}

.header .navs>ul>li {
  position: relative;
  height: 90px;
  padding: 0 20px;
}

.header .navs>ul>li:nth-child(4) {
  position: initial;
}

.header .navs>ul>li>a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.header .navs>ul>li>a::after,
.header .navs>ul>li>a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 3px;
  background: #f39801;
  transition: all .5s;
}

.header .navs>ul>li:hover>a::after,
.header .navs>ul>li>a.cur::after {
  width: 100%;
}

.header .navs>ul>li .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  display: none;
}

.header .navs>ul>li .dropdown_menu li a {
  display: block;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
}

.header .navs>ul>li .dropdown_menu li a:hover {
  background: #f39700;
  color: #ffffff;
}

.header .navs>ul>li .product_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 410px;
  background: #fff;
  padding: 20px 0;
}

.header .navs>ul>li .product_menu>.container {
  position: relative;
}

.header .navs>ul>li .product_menu>ul>li {
  display: flex;
  margin-bottom: 12px;
}

.header .navs>ul>li .product_menu>ul>li:last-child {
  margin-bottom: 0;
}

.header .navs>ul>li .product_menu>ul>li img {
  width: 32px;
  margin-right: 10px;
}

.header .navs>ul>li .product_menu>ul>li a {
  color: #333333;
  font-size: 16px;
  line-height: 40px;
}

.header .navs>ul>li .product_menu>ul>li.cur>a {
  color: #000000;
  font-weight: bold;
}

.header .navs>ul>li .product_menu>ul>li .product_menu2 {
  position: absolute;
  top: 0;
  left: 300px;
  display: none;
  width: calc(100% - 300px);
  border-left: solid 1px #eee;
  padding-left: 50px;
}

.header .navs>ul>li .product_menu>ul>li.cur .product_menu2 {
  display: block;
}

.header .navs>ul>li .product_menu>ul>li .product_menu2 a {
  display: block;
  color: #666;
  font-size: 16px;
}

.header .navs>ul>li .product_menu>ul>li .product_menu2 a:last-child {
  margin-bottom: 0;
}

.header .navs>ul>li .product_menu>ul>li .product_menu2 a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.header .language {
  margin-left: 20px;
}

.header .language i {
  color: #ffffff;
  font-size: 26px;
  margin-right: 5px;
}

.header .language a {
  color: #ffffff;
  font-size: 16px;
}

.header.on,
.header.standard {
  background: #ffffff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
}

.header.on .navs>ul>li>a,
.header.on .language a,
.header.standard .navs>ul>li>a,
.header.standard .language i,
.header.standard .language a {
  color: #000000;
}

.index_banner {
  position: relative;
}

.index_banner .swiper-slide img {
  width: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
  user-select: none;
}

.index_banner .swiper-slide-active img,
.index_banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

.index_banner .infos {
  position: absolute;
  top: 26%;
  left: 20%;
  z-index: 1;
  color: #ffffff;
  font-weight: bold;
  font-size: 48px;
}

.index_title {
  text-align: center;
  color: #6e7882;
  font-size: 42px;
}

.index_main1 {
  padding: 80px 0;
}

.index_main1 .content {
  margin-top: 50px;
}

.index_main1 .content .left {
  width: 50%;
  background: url(../images/index_main1_left.png) no-repeat top right;
}

.index_main1 .content .left .title h3 {
  color: #00bbb4;
  font-size: 30px;
  font-weight: bold;
}

.index_main1 .content .left .title span {
  display: block;
  margin-top: 10px;
  color: #7e7e7e;
  font-size: 20px;
}

.index_main1 .content .left .intro {
  color: #4e4e4e;
  font-size: 16px;
  line-height: 36px;
  margin-top: 20px;
  text-align: justify;
}

.numCount {
  margin-top: 20px;
}

.numCount .item {
  position: relative;
  color: #00bbb4;
}

.numCount .item h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.numCount .item sub {
  font-size: 16px;
  line-height: 1;
  bottom: -1.25rem;
}

.numCount .item span {
  font-family: "arial";
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  margin: 0 15px;
}

.numCount .item:nth-child(3) span {
  margin-left: 0;
}

.numCount hr {
  width: 1px;
  height: 40px;
  background: #ef8338;
  border: 0;
  margin-top: auto;
  margin-bottom: 0;
}

.index_main1 .content .right {
  width: 47%;
}

.index_main1 .content .right video {
  width: 100%;
  border-radius: 10px;
}

.index_main1 .content .right h4 {
  color: #6d767e;
  font-size: 16px;
  text-align: center;
  padding-top: 20px;
}

.index_main2 ul li {
  position: relative;
  width: 32%;
}

.index_main2 ul li .pic img {
  width: 100%;
}

.index_main2 ul li .title {
  height: 80px;
  background: #eeeeee;
  color: #333333;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
}

.index_main2 ul li .title p {
  font-size: 14px;
  padding-top: 3px;
  color: #999999;
}

.index_main2 ul li .intro {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  opacity: 0;
  transition: all .5s;
}

.index_main2 ul li:hover .intro {
  opacity: 1;
}

.index_main2 ul li .intro span {
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  background: #f39801;
  color: #ffffff;
}

.index_main3 {
  padding: 60px 0 0;
}

.index_main3 .content {
  margin-top: 60px;
}

.index_main3 .content ul li {
  position: relative;
  width: 32%;
  background: url(../images/index_main3_li_bg1.jpg) no-repeat center/cover;
  border-radius: 15px;
  text-align: center;
  padding: 30px 0;
  overflow: hidden;
}

.index_main3 .content ul li:nth-child(2) {
  background-image: url(../images/index_main3_li_bg2.jpg);
}

.index_main3 .content ul li:nth-child(3) {
  background-image: url(../images/index_main3_li_bg3.jpg);
}

.index_main3 .content ul:last-child li:nth-child(1) {
  background-image: url(../images/index_main3_li_bg4.jpg);
}

.index_main3 .content ul:last-child li:nth-child(2) {
  background-image: url(../images/index_main3_li_bg5.jpg);
}

.index_main3 .content ul li .icon img {
  max-width: 75px;
  transition: all 1s;
}

.index_main3 .content ul li:hover .icon img {
  transform: rotate(360deg);
}

.index_main3 .content ul li .intro {
  color: #ffffff;
}

.index_main3 .content ul li .intro h4 {
  font-size: 24px;
  padding-top: 20px;
  font-weight: bold;
}

.index_main3 .content ul li .intro p {
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
}

.index_main3 .content ul li .more a {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #f39801;
  z-index: 1;
  color: #eee;
  font-size: 14px;
  opacity: 0;
  transition: all .5s;
  padding: 5px 10px;
  border-radius: 15px;
}

.index_main3 .content ul li:hover .more a {
  opacity: 1;
}

.index_main3 .content ul:last-child {
  margin-top: 25px;
}

.index_main3 .content ul:last-child li {
  width: 49%;
  display: flex;
  padding: 40px;
  text-align: left;
}

.index_main3 .content ul:last-child li .intro {
  padding-left: 35px;
}

.index_main3 .content ul:last-child li .intro h4 {
  padding-top: 10px;
}

.index_main4 {
  padding: 80px 0;
}

.index_main4 .content {
  margin-top: 40px;
}

.index_main4 .content ul li {
  width: 32%;
  margin-left: 2%;
}

.index_main4 .content ul li:first-child {
  margin-left: 0;
}

.index_main4 .content ul li .pic {
  overflow: hidden;
  border-radius: 20px;
}

.index_main4 .content ul li .pic img {
  width: 100%;
  transition: all .5s;
}

.index_main4 .content ul li:hover .pic img {
  transform: scale(1.1);
}

.index_main4 .content ul li .intro h4 {
  color: #6e7882;
  font-size: 20px;
  line-height: 30px;
  padding-top: 20px;
}

.index_main4 .content ul li:hover .intro h4 {
  color: #00bbb4;
}

.index_main4 .content ul li .intro p {
  color: #a3a5a7;
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.index_main4 .content ul li .intro span {
  display: block;
  color: #cbcbcb;
  font-size: 14px;
  padding-top: 10px;
}

.index_main4 .more {
  margin-top: 40px;
}

.index_main4 .more a {
  display: block;
  width: 128px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #f39801;
  border-radius: 30px;
  margin: auto;
  color: #ffffff;
  font-size: 14px;
}

.footer {
  background: url(../images/footer_bg.jpg) no-repeat top center/cover #dcdcdc;
  padding: 80px 0 40px;
}

.footer h3 {
  position: relative;
  color: #00bbb4;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.footer h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 37px;
  height: 3px;
  background: #dc9700;
}

.footer .infos img {
  max-width: 178px;
}

.footer .infos .tel {
  background: url(../images/footer_tel.jpg) no-repeat;
  width: 275px;
  height: 57px;
  line-height: 57px;
  padding-left: 80px;
  margin-top: 35px;
  color: #0c3870;
  font-size: 20px;
}

.footer .infos .email_add {
  color: #eeeeee;
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}

.footer .navs {
  width: 55%;
}

.footer .navs ul li a {
  display: block;
  color: #6e7882;
  font-size: 16px;
  line-height: 2;
}

.footer .navs ul li p span {
  font-size: 18px;
}

.footer .wechat_code {
  text-align: center;
}

.footer .wechat_code img {
  width: 137px;
}

.footer .wechat_code p {
  color: #6a6969;
  font-size: 14px;
  padding-top: 15px;
}

.copyright {
  padding-top: 40px;
}

.copyright p,
.copyright a {
  color: #6a6969;
  font-size: 14px;
  line-height: 30px;
}

.nybanner {
  position: relative;
}

.nybanner img {
  display: block;
  width: 100%;
}

.nybanner .title {
  position: absolute;
  top: 39%;
  left: 20%;
  z-index: 1;
  color: #ffffff;
}

.nybanner .title h3 {
  font-size: 48px;
  font-weight: bold;
}

.nybanner .title h4 {
  text-transform: uppercase;
  font-size: 30px;
}

.crumb {
  border-bottom: solid 1px #bfbfbf;
}

.crumb .left {
  height: 78px;
  line-height: 78px;
}

.crumb .left i {
  font-size: 23px;
  color: #7f7f7f;
  margin-right: 10px;
}

.crumb .left a,
.crumb .left span {
  color: #7f7f7f;
  font-size: 16px;
}

.crumb .left span {
  margin: 0 5px;
}

.crumb .right ul li {
  position: relative;
  height: 78px;
  line-height: 78px;
  margin-left: 60px;
  font-size: 18px;
  color: #4e4e4e;
}

.crumb .right ul li:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #00a29a;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0);
  transition: all 0.5s ease;
}

.crumb .right ul li.cur:after,
.crumb .right ul li:hover:after {
  transform: scale(1);
}

.crumb .right ul li a {
  color: inherit;
}

.nylist {
  padding: 80px 0;
}

.nylist .content ul li {
  border-bottom: solid 1px #e3e3e3;
}

.nylist .content ul li a {
  display: flex;
}

.nylist .content ul li a .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 9%;
  position: relative;
  transition: all .9s ease;
  font-weight: bold;
}

.nylist .content ul li:hover a .date {
  background: #f39700;
  color: #ffffff;
}

.nylist .content ul li a .date span {
  font-size: 68px;
  line-height: 1;
}

.nylist .content ul li a .date p {
  font-size: 18px;
}

.nylist .content ul li a .date::before {
  content: '';
  position: absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #f39700;
  right: -15px;
  top: 50%;
  margin-top: -15px;
  z-index: 3;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.nylist .content ul li:hover a .date::before {
  opacity: 1;
  visibility: visible;
}

.nylist .content ul li a .date::after {
  content: '';
  background: #bcbcbc;
  position: absolute;
  width: 46px;
  height: 1px;
  top: 50%;
  right: -46px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.nylist .content ul li:hover a .date::after {
  opacity: 0;
}

.nylist .content ul li a .box {
  width: 91%;
  padding: 30px 35px 30px 70px;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
}

.nylist .content ul li:hover .box {
  background: #f5f5f5;
}

.nylist .content ul li a .text {
  width: 66.5%;
}

.nylist .content ul li a .text h4 {
  color: #000000;
  font-size: 24px;
  transition: all 0.5s ease;
}

.nylist .content ul li:hover a .text h4 {
  color: #00bbb4;
  font-size: 24px;
}

.nylist .content ul li a .text p {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  margin-top: 35px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.nylist .content ul li a .pic {
  width: 27%;
  border-radius: 10px;
  overflow: hidden;
}

.nylist .content ul li a .pic img {
  width: 100%;
  transition: all .5s;
}

.nylist .content ul li:hover a .pic img {
  transform: scale(1.1);
}

.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.pages span {
  margin: 0 5px;
}

.pages .p_n1 {
  padding: 8px 15px;
  background: #f39700;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
}

.pages .p_n2 a {
  border: solid 1px #dedede;
  border-radius: 5px;
  display: block;
  padding: 7px 15px;
  color: #333333;
  font-size: 16px;
}

.pages .p_n2 a:hover {
  background: #f39700;
  border: solid 1px #f39700;
  color: #ffffff;
}

.page_contact {
  padding: 80px 0;
}

.page_contact .left {
  width: 40%;
  color: #424242;
  padding: 0 20px;
}

.page_contact .left .infos ul li h4 {
  font-size: 24px;
  font-weight: bold;
}

.page_contact .left .infos ul li h4::after {
  content: "";
  display: block;
  width: 41px;
  height: 6px;
  background: #f39801;
  margin-top: 15px;
}

.page_contact .left .infos ul li p {
  font-size: 18px;
  line-height: 2;
  margin-top: 15px;
}

.page_contact .left .infos ul li p i {
  padding-right: 5px;
}

.page_contact .left .infos hr {
  border-color: #cdcdcd;
  margin: 30px 0;
}

.page_contact .left .code {
  margin-top: 30px;
}

.page_contact .right {
  width: 60%;
}

.page_contact .right img {
  width: 100%;
}

.subnav_product ul li {
  margin: 0 30px;
  text-align: center;
}

.subnav_product ul li img {
  height: 53px;
}

.subnav_product ul li h3 {
  color: #333333;
  font-size: 16px;
  padding-top: 15px;
}

.subnav_product ul li a.cur h3,
.subnav_product ul li a:hover h3 {
  color: #f39700;
}

.nyshow {
  padding: 80px 0;
}

.nyshow .container {
  max-width: 1230px;
}

.nyshow .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.nyshow .date {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
  text-align: center;
}

.nyshow .content {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  margin-top: 20px;
}

.nyshow .content img {
  max-width: 100%;
}

.nyshow .prev_next {
  margin-top: 40px;
}

.nyshow .prev_next ul li {
  width: 40%;
}

.nyshow .prev_next ul li a {
  color: #333333;
  font-size: 16px;
}

.category_about .main1 {
  padding-top: 60px;
}

.category_about .main1 .row1 .intro {
  width: 810px;
}

.category_about .main1 .row1 .intro h4 {
  color: #e50000;
  font-size: 16px;
  font-weight: bold;
}

.category_about .main1 .row1 .intro h3 {
  color: #009990;
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}

.category_about .main1 .row1 .intro span {
  display: block;
  color: #7e7e7e;
  font-size: 20px;
  margin-top: 10px;
}

.category_about .main1 .row1 .intro p {
  color: #4e4e4e;
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
  margin-top: 30px;
}

.category_about .main1 .row1 .numCount2 {
  width: 367px;
  background: url(../images/categoyr_about_main1_right_bg.png) no-repeat top right;
}

.category_about .main1 .row1 .numCount2 .item {
  margin-top: 40px;
}

.category_about .main1 .row1 .numCount2 .item:first-child {
  margin-top: 0;
}

.category_about .main1 .row1 .numCount2 .item h4,
.category_about .main1 .row1 .numCount2 .item sub {
  color: #666666;
  font-size: 18px;
}

.category_about .main1 .row1 .numCount2 .item h4 {
  margin-bottom: 10px;
}

.category_about .main1 .row1 .numCount2 .item sub {
  bottom: -1.25rem;
}

.category_about .main1 .row1 .numCount2 .item .numCX {
  color: #009990;
  font-size: 48px;
  line-height: 1;
  font-family: arial;
  font-weight: bold;
  margin: 0 10px;
}

.category_about .main1 .row2 {
  margin-top: 60px;
}

.category_about .main1 .row2 ul li {
  width: 638px;
}

.category_about .main1 .row2 ul li .pic {
  overflow: hidden;
  border-radius: 20px;
}

.category_about .main1 .row2 ul li .pic img {
  width: 100%;
}

.category_about .main1 .row2 ul li .tt {
  color: #009990;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.category_about .main1 .row2 ul li .tt span {
  font-size: 18px;
  margin-left: 10px;
}

.category_about .main1 .row2 ul li .text {
  color: #4e4e4e;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}

.category_about .main2 {
  padding-top: 80px;
}

.category_about .main2 .title {
  width: 536px;
  height: 349px;
  padding: 55px 40px;
  background-image: url(../images/category_about_main2_bg1.jpg);
  color: #ffffff;
  border-radius: 20px;
}

.category_about .main2 .title h3 {
  font-size: 30px;
  font-weight: bold;
}

.category_about .main2 .line {
  width: 45px;
  height: 3px;
  background: #f39801;
  margin: 35px 0 25px;
}

.category_about .main2 .title h4 {
  font-size: 24px;
}

.category_about .main2 .title h5 {
  font-size: 18px;
  margin-top: 10px;
}

.category_about .main2 .content ul li {
  width: 234px;
  height: 349px;
  margin-left: 20px;
  background-image: url(../images/category_about_main2_bg2.jpg);
  background-size: cover;
  color: #ffffff;
  margin-top: 45px;
  padding: 55px 40px;
  border-radius: 20px;
}

.category_about .main2 .content ul li:nth-child(2) {
  background-image: url(../images/category_about_main2_bg3.jpg);
  margin-top: 0;
}

.category_about .main2 .content ul li:nth-child(3) {
  background-image: url(../images/category_about_main2_bg4.jpg);
}

.category_about .main2 .content ul li h4 {
  font-size: 24px;
  font-weight: bold;
}

.category_about .main2 .content ul li p {
  font-size: 16px;
  line-height: 30px;
}

.category_about .main3 {
  padding-top: 120px;
  padding-bottom: 300px;
  background: url(../images/page_about_main3_bg.jpg) no-repeat bottom center;
}

.category_about .main3 .title h3 {
  color: #009990;
  font-size: 30px;
  font-weight: bold;
  margin: 0 25px;
}

.category_about .main3 .title i {
  content: "";
  display: block;
  width: 146px;
  height: 1px;
  background: #009990;
}

.category_about .main3 .content {
  width: 95%;
  position: relative;
  margin: 70px auto 0;
}

.category_about .main3 .content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 117px;
  display: block;
  width: 100%;
  height: 1px;
  background: #b4b4b4;
}

.category_about .main3 .content .year {
  position: relative;
  top: 45px;
  left: -22px;
}

.category_about .main3 .content .year:last-child {
  right: -22px;
  left: auto;
}

.category_about .main3 .content .year i {
  display: block;
  width: 10px;
  height: 10px;
  background: #b4b4b4;
  border-radius: 50%;
  margin: auto;
}

.category_about .main3 .content .year h4 {
  color: #333333;
  font-size: 24px;
  padding-top: 10px;
}

.category_about .main3 .content .swiper-container {
  width: 100%;
  --swiper-navigation-size: 16px;
  --swiper-navigation-color: #868686;
}

.category_about .main3 .content .swiper-slide {
  text-align: center;
}

.category_about .main3 .content .swiper-slide .tt {
  color: #333333;
  font-size: 53px;
  font-family: arial;
}

.category_about .main3 .content .swiper-slide i {
  display: block;
  width: 27px;
  height: 27px;
  border: solid 7px #f39801;
  background: #ffffff;
  border-radius: 50%;
  margin: 25px auto;
}

.category_about .main3 .content .swiper-slide .con {
  color: #333333;
  font-size: 18px;
}

.category_about .main3 .content .swiper-button-next,
.category_about .main3 .content .swiper-button-prev {
  border: solid 2px #868686;
  border-radius: 50%;
  padding: 19px;
  top: 58%;
  background: #ffffff;
  opacity: 1;
}

.list_youshi .subnav {
  padding-top: 60px;
}

.list_youshi .subnav .title h3 {
  color: #009990;
  font-size: 30px;
  margin: 0 25px;
}

.list_youshi .subnav .title i {
  content: "";
  display: block;
  width: 146px;
  height: 1px;
  background: #009990;
}

.list_youshi .subnav .content {
  margin-top: 60px;
}

.list_youshi .subnav .content ul li {
  width: 100%;
  height: 216px;
  background: #f1fbff;
  border-radius: 20px;
  margin-left: 20px;
  text-align: center;
  padding-top: 40px;
}

.list_youshi .subnav .content ul li:first-child {
  margin-left: 0;
}

.list_youshi .subnav .content ul li img {
  max-height: 67px;
  transition: all 1s ease;
}

.list_youshi .subnav .content ul li:hover img {
  transform: rotate(360deg);
}

.list_youshi .subnav .content ul li h3 {
  color: #343434;
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
}

.list_youshi .subnav .content ul li span {
  color: #009990;
  font-size: 30px;
  font-family: arial;
}

.list_youshi .text {
  z-index: 1;
  background: #f7f9fa;
  border-radius: 20px;
  padding: 30px 45px;
  text-align: justify;
}

.list_youshi .text .tt h4 {
  color: #009990;
  font-size: 30px;
  font-weight: bold;
}

.list_youshi .text .tt span {
  color: rgba(243, 152, 1, .4);
  font-size: 66px;
  line-height: 1;
}

.list_youshi .text .con {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}

.list_youshi .main1 {
  margin-top: 100px;
}

.list_youshi .main1 .text {
  width: 564px;
  height: 398px;
  top: 50px;
  left: 0;
}

.list_youshi .main1 .pic {
  width: 825px;
}

.list_youshi .main1 .pic img {
  width: 100%;
}

.list_youshi .main2 {
  margin-top: 90px;
  padding-bottom: 67px;
}

.list_youshi .main2 .text {
  top: 50px;
  right: 0;
  width: 546px;
  height: 416px;
}

.list_youshi .main2 .pic {
  width: 799px;
}

.list_youshi .main2 .pic img {
  width: 100%;
}

.list_youshi .main3 {
  margin-top: 100px;
}

.list_youshi .main3 .item {
  width: 638px;
  padding-bottom: 212px;
}

.list_youshi .main3 .item .pic img {
  width: 100%;
}

.list_youshi .main3 .item .text {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 575px;
}

.list_youshi .main5 {
  margin: 85px 0 160px;
}

.list_youshi .main5 .swiper-container .swiper-slide .pic {
  width: 1234px;
}

.list_youshi .main5 .swiper-container .swiper-slide .pic img {
  width: 100%;
}

.list_youshi .main5 .swiper-container .swiper-slide .text {
  width: 606px;
  height: 459px;
  top: 50px;
  right: 0;
}

.list_youshi .main5 .swiper-container .swiper-btn {
  --swiper-navigation-color: #ffffff;
  --swiper-navigation-size: 22px;
  top: 428px;
  right: 470px;
  z-index: 2;
  width: 84px;
  height: 41px;
  background: #009990;
}

.list_youshi .main5 .swiper-container .swiper-btn span {
  width: 1px;
  height: 16px;
  background: #ffffff;
  left: 50%;
}

.list_product {
  padding: 40px 0 80px;
  background: #f4f8fb;
}

.list_product .content ul {
  margin-top: 30px;
}

.list_product .content ul li {
  width: calc(25% - 15px);
  margin-top: 20px;
  margin-right: 20px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 60px 0;
}

.list_product .content ul li:nth-child(4n) {
  margin-right: 0;
}

.list_product .content ul li:hover {
  box-shadow: rgba(0, 0, 0, .1) 0 0 16px 0;
}

.list_product .content ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.list_product .content ul li .pic {
  max-width: 148px;
  height: 125px;
}

.list_product .content ul li .pic img {
  width: 100%;
  height: 100%;
}

.list_product .content ul li .tt {
  color: #333333;
  font-size: 18px;
  margin-top: 15px;
}

.list_product .content ul li .tt2 {
  color: #666666;
  font-size: 14px;
  margin-top: 5px;
}

.list_product .content ul li:hover .tt2 {
  color: #f39700;
}

.list_product .content ul li .more {
  display: block;
  width: 148px;
  height: 41px;
  line-height: 39px;
  text-align: center;
  border-radius: 30px;
  border: solid 1px #676767;
  color: #666666;
  font-size: 16px;
  margin-top: 30px;
}

.list_product .content ul li:hover .more {
  line-height: 41px;
  border: 0;
  background: #f39700;
  color: #ffffff;
}

.show_product {
  padding: 40px 0 80px;
  background: #f4f8fb;
}

.show_product .content {
  background: #ffffff;
  margin-top: 70px;
  padding: 60px 120px;
}

.show_product .content .left {
  width: 315px;
  margin-top: 80px;
}

.show_product .content img {
  max-width: 100%;
}

.show_product .content .right {
  width: 640px;
}

.show_product .content .right .title {
  color: #333333;
  font-size: 24px;
}

.show_product .content .right .table {
  background: #F2F2F2;
  border-top: solid 2px #F7931D;
  margin-top: 20px;
}

.show_product .content .right .table .tr {
  width: 100%;
  text-align: center;
  border-left: solid 1px #ffffff;
}

.show_product .content .right .table .tr:first-child {
  border-left: 0;
}

.show_product .content .right .table .tr .th {
  color: #333333;
  font-size: 16px;
  border-bottom: solid 1px #ffffff;
  padding: 5px 0;
}

.show_product .content .right .table .tr .td {
  color: #333333;
  font-size: 16px;
  padding: 5px 0;
}

.show_product .content .right .table .tr .td img {
  max-width: 100%;
}

.show_product .content .right .con {
  color: #666666;
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}

.show_product .rec ul li {
  width: 310px;
  margin-top: 20px;
  margin-right: 20px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 60px 0;
}

.show_product .rec ul li:hover {
  box-shadow: rgba(0, 0, 0, .1) 0 0 16px 0;
}

.show_product .rec ul li .pic {
  max-width: 148px;
  margin: auto;
}

.show_product .rec ul li .pic img {
  width: 100%;
}

.show_product .rec ul li .tt {
  color: #333333;
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
}

.nypage {
  padding: 80px 0;
}

.nypage .content {
  font-size: 16px;
  line-height: 2;
  color: #666666;
}

.nypage .content img {
  max-width: 100%;
}

.page_contact .main2 {
  margin-top: 40px;
}

.page_contact .main2 .page_ts {
  text-align: center;
  background: #eeeeee;
  color: #676767;
  padding: 25px 0;
  margin-bottom: 20px;
  font-size: 14px;
}

.page_contact .main2 .img {
  width: 455px;
  padding-left: 20px;
}

.page_contact .main2 .img img {
  max-width: 100%;
}

.page_contact .main2 .form {
  width: 820px;
}

.page_contact .main2 i {
  position: absolute;
  top: 0;
  right: 5px;
  flex-shrink: 0;
  color: red;
  font-size: 16px;
}

.page_contact .main2 .item {
  position: relative;
  margin-bottom: 15px;
}

.page_contact .main2 .item li {
  position: relative;
  width: calc(32% - 10px);
}

.page_contact .main2 .input1 {
  outline: none;
  border: none;
  background: #eeefef;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-size: 16px;
  border-radius: 10px;
}

.page_contact .main2 .texta {
  outline: none;
  padding-top: 15px;
  resize: none;
  padding-left: 20px;
  width: 100%;
  border: none;
  background: rgb(238, 239, 239);
  height: 180px;
  font-family: "Arial";
  font-size: 16px;
  border-radius: 10px;
}

.page_contact .main2 .input4 {
  width: 100%;
  height: 50px;
  border: none;
  color: white;
  background: #00bbb4;
  font-size: 18px;
  cursor: pointer;
  border-radius: 10px;
}

.search {
  margin-top: 40px;
}

.search form {
  width: 500px;
  border: solid 2px #f39700;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  padding: 2px;
}

.search .boxCss {
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border: 0;
  background: #f4f8fb;
  font-size: 14px;
  color: #666666;
}

.search .btnCss {
  height: 35px;
  padding: 0 22px;
  border: 0;
  background: #f39700;
  color: #ffffff;
  font-size: 16px;
  border-radius: 8px;
}

.list_honor {
  padding: 80px 0;
}

.list_honor .title {
  text-align: center;
  color: #333333;
}

.list_honor .title h3 {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-top: 15px;
}

.list_honor .title h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -76px;
  display: block;
  width: 76px;
  height: 98px;
  background: url(../images/list_honor_title_left.png);
}

.list_honor .title h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: -76px;
  display: block;
  width: 76px;
  height: 98px;
  background: url(../images/list_honor_title_right.png);
}

.list_honor .title h4 {
  font-size: 18px;
}

.list_honor .content {
  margin-top: 50px;
}

.list_honor .content ul {
  margin-top: -20px;
}

.list_honor .content ul li {
  width: calc(25% - 15px);
  margin-top: 20px;
  margin-right: 20px;
}

.list_honor .content ul li:nth-child(4n) {
  margin-right: 0;
}

.list_honor .content ul li .pic {
  box-shadow: rgba(0, 0, 0, .5) -5px 5px 10px 5px;
}

.list_honor .content ul li .pic img {
  width: 100%;
  height: 100%;
}

.list_honor .content ul li .tt {
  color: #333333;
  font-size: 16px;
  padding-top: 15px;
  text-align: center;
}

@media(max-width: 1330px) {
  .category_about .main1 .row1 .intro {
    width: 70%;
  }

  .category_about .main1 .row1 .numCount2 {
    width: 25%;
  }

  .category_about .main1 .row2 ul li {
    width: 49%;
  }

  .category_about .main2 .title {
    width: 30%;
  }

  .category_about .main2 .content {
    width: 70%;
  }

  .category_about .main2 .content ul li {
    width: 30%;
  }

  .list_youshi .main3 .item {
    width: 49%;
  }

  .list_youshi .main3 .item .text {
    width: 90%;
  }

  .list_youshi .main2 .text {
    width: 56%;
  }

  .list_youshi .main2 .pic {
    width: 82%;
  }

  .list_youshi .main5 .swiper-container {
    padding-bottom: 115px;
  }

  .list_youshi .main5 .swiper-container .swiper-slide .pic {
    width: 90%;
  }

  .show_product .content {
    flex-wrap: wrap;
  }

  .show_product .content .left {
    width: 100%;
    text-align: center;
  }

  .show_product .content .right {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .m_header {
    display: flex;
    justify-content: space-between;
    padding: .5rem;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
  }

  .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: #009990;
    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_banner .infos {
    position: absolute;
    bottom: 20%;
    left: 5%;
    font-size: 1rem;
  }

  .index_main1 {
    padding: 1.5rem 0;
  }

  .index_title {
    font-size: 1rem;
  }

  .index_main1 .content {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .index_main1 .content .left {
    width: 100%;
  }

  .index_main1 .content .left .title h3 {
    font-size: .75rem;
  }

  .index_main1 .content .left .title span {
    margin-top: .25rem;
    font-size: .55rem;
  }

  .index_main1 .content .left .intro {
    font-size: .55rem;
    line-height: 1.5;
    margin-top: .5rem;
  }

  .numCount {
    margin-top: .5rem;
  }

  .numCount .item h4 {
    font-size: .55rem;
    margin-bottom: .25rem;
  }

  .numCount .item sub {
    font-size: .55rem;
    bottom: -.5rem;
  }

  .numCount .item span {
    font-size: 1.2rem;
    margin: 0 .25rem;
  }

  .numCount hr {
    height: 1rem;
  }

  .index_main1 .content .right {
    width: 100%;
    margin-top: .5rem;
  }

  .index_main1 .content .right h4 {
    font-size: .65rem;
    padding-top: .25rem;
  }

  .index_main2 ul {
    flex-wrap: wrap;
  }

  .index_main2 ul li {
    width: 100%;
    margin-top: .5rem;
  }

  .index_main2 ul li:first-child {
    margin-top: 0;
  }

  .index_main2 ul li .title {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .5rem;
  }

  .index_main2 ul li .intro {
    bottom: 0;
    left: 0;
  }

  .index_main2 ul li .intro span {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .55rem;
  }

  .index_main3 {
    padding: 1.5rem 0 0;
  }

  .index_main3 .content {
    margin-top: 1rem;
  }

  .index_main3 .content ul {
    flex-wrap: wrap;
  }

  .index_main3 .content ul li {
    width: 100%;
    border-radius: .375rem;
    padding: .75rem 0;
    margin-top: .5rem;
    padding-bottom: 2rem;
  }

  .index_main3 .content ul li:first-child {
    margin-top: 0;
  }

  .index_main3 .content ul li .icon img {
    max-width: 1.875rem;
  }

  .index_main3 .content ul li .intro h4 {
    font-size: .65rem;
    padding-top: .5rem;
  }

  .index_main3 .content ul li .intro p {
    font-size: .55rem;
    line-height: 1.5;
    padding-top: .25rem;
  }

  .index_main3 .content ul li .more a {
    opacity: 1;
    right: 50%;
    transform: translate(50%, 0);
  }

  .index_main3 .content ul:last-child {
    margin-top: .5rem;
  }

  .index_main3 .content ul:last-child li {
    width: 100%;
    padding: 1rem;
    padding-bottom: 2rem;
  }

  .index_main3 .content ul:last-child li .intro {
    padding-left: .5rem;
  }

  .index_main3 .content ul:last-child li .intro h4 {
    padding-top: .25rem;
  }

  .index_main4 {
    padding: 1.5rem 0;
  }

  .index_main4 .content {
    margin-top: 1rem;
  }

  .index_main4 .content ul {
    flex-wrap: wrap;
  }

  .index_main4 .content ul li .pic {
    border-radius: .5rem;
  }

  .index_main4 .content ul li .intro h4 {
    font-size: .65rem;
    line-height: 1.5;
    padding-top: .5rem;
  }

  .index_main4 .content ul li .intro p {
    font-size: .55rem;
    line-height: 1.5;
    padding-top: .5rem;
  }

  .index_main4 .content ul li .intro span {
    font-size: .45rem;
    padding-top: .25rem;
  }

  .index_main4 .content ul li {
    width: 100%;
    margin-top: .5rem;
    margin-left: 0;
  }

  .index_main4 .content ul li:first-child {
    margin-top: 0;
  }

  .index_main4 .more {
    margin-top: 1rem;
  }

  .index_main4 .more a {
    width: 4rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: .75rem;
    font-size: .55rem;
  }

  .footer {
    padding: 1.5rem 0;
  }

  .footer .d-flex {
    flex-wrap: wrap;
  }

  .footer .infos {
    width: 100%;
    text-align: center;
  }

  .footer .infos img {
    max-width: 5rem;
  }

  .footer .navs {
    display: none;
  }

  .footer .wechat_code {
    margin: .5rem auto 0;
  }

  .footer .wechat_code img {
    width: 4rem;
  }

  .footer .wechat_code p {
    font-size: .55rem;
    padding-top: .25rem;
  }

  .copyright {
    padding-top: .5rem;
  }

  .copyright p,
  .copyright a {
    font-size: .6rem;
    line-height: 1.5;
  }

  .nybanner .title {
    bottom: 15%;
    left: 5%;
  }

  .nybanner .title h3 {
    font-size: 1rem;
  }

  .nybanner .title h4 {
    font-size: .75rem;
  }

  .crumb .left {
    display: none !important;
  }

  .crumb .right {
    width: 100%;
  }

  .crumb .right ul {
    overflow-y: scroll;
  }

  .crumb .right ul li {
    height: 2rem;
    line-height: 2rem;
    margin: 0 .5rem;
    font-size: .65rem;
    flex-shrink: 0;
  }

  .category_about .main1 {
    padding-top: 1.5rem;
  }

  .category_about .main1 .row1 {
    flex-wrap: wrap;
  }

  .category_about .main1 .row1 .intro {
    width: 100%;
  }

  .category_about .main1 .row1 .intro h4 {
    font-size: .45rem;
  }

  .category_about .main1 .row1 .intro h3 {
    font-size: .75rem;
    margin-top: .5rem;
  }

  .category_about .main1 .row1 .intro span {
    font-size: .55rem;
    margin-top: .25rem;
  }

  .category_about .main1 .row1 .intro p {
    font-size: .55rem;
    line-height: 1.5;
    margin-top: .5rem;
  }

  .category_about .main1 .row1 .numCount2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: .5rem;
  }

  .category_about .main1 .row1 .numCount2 .item {
    margin-top: 0;
  }

  .category_about .main1 .row1 .numCount2 .item h4 {
    margin-bottom: .25rem;
  }

  .category_about .main1 .row1 .numCount2 .item h4,
  .category_about .main1 .row1 .numCount2 .item sub {
    font-size: .55rem;
  }

  .category_about .main1 .row1 .numCount2 .item sub {
    bottom: -.5rem;
  }

  .category_about .main1 .row1 .numCount2 .item .numCX {
    font-size: 1rem;
    margin: 0 .25rem;
  }

  .category_about .main1 .row2 {
    margin-top: 1rem;
  }

  .category_about .main1 .row2 ul {
    flex-wrap: wrap;
  }

  .category_about .main1 .row2 ul li {
    width: 100%;
    margin-top: .5rem;
  }

  .category_about .main1 .row2 ul li:first-child {
    margin-top: 0;
  }

  .category_about .main1 .row2 ul li .pic {
    border-radius: .5rem;
  }

  .category_about .main1 .row2 ul li .tt {
    font-size: .65rem;
    margin-top: .25rem;
  }

  .category_about .main1 .row2 ul li .text {
    font-size: .55rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .category_about .main2 {
    padding-top: 1.5rem;
  }

  .category_about .main2>.d-flex {
    flex-wrap: wrap;
  }

  .category_about .main2 .title {
    width: 100%;
    height: 7rem;
    padding: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: .5rem;
    overflow: hidden;
  }

  .category_about .main2 .title h3 {
    font-size: .75rem;
  }

  .category_about .main2 .line {
    width: 1.125rem;
    height: .075rem;
    margin: .875rem 0 .625rem;
  }

  .category_about .main2 .title h4 {
    font-size: .65rem;
  }

  .category_about .main2 .title h5 {
    font-size: .55rem;
    margin-top: .25rem;
  }

  .category_about .main2 .content {
    width: 100%;
  }

  .category_about .main2 .content ul {
    flex-wrap: wrap;
  }

  .category_about .main2 .content ul li {
    width: 100%;
    height: 9rem;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-top: .5rem !important;
    padding: 1rem;
    border-radius: .5rem;
    overflow: hidden;
  }

  .category_about .main3 {
    padding-top: 1.5rem;
    padding-bottom: 7.5rem;
  }

  .category_about .main3 .title i {
    width: 3.65rem;
  }

  .category_about .main3 .title h3 {
    font-size: .75rem;
    margin: 0 .625rem;
  }

  .category_about .main3 .content {
    width: 90%;
    margin: 1rem auto 0;
  }

  .category_about .main3 .content .year {
    top: .4rem;
    left: -0.55rem;
  }

  .category_about .main3 .content .year:last-child {
    right: -0.55rem;
  }

  .category_about .main3 .content .year i {
    width: .25rem;
    height: .25rem;
  }

  .category_about .main3 .content .year h4 {
    font-size: .65rem;
    padding-top: .25rem;
  }

  .category_about .main3 .content .swiper-slide .tt {
    font-size: 1rem;
  }

  .category_about .main3 .content .swiper-slide i {
    width: .675rem;
    height: .675rem;
    border: solid .175rem #f39801;
    margin: 1rem auto;
  }

  .category_about .main3 .content .swiper-slide .con {
    font-size: .55rem;
  }

  .category_about .main3 .content .swiper-button-next,
  .category_about .main3 .content .swiper-button-prev {
    padding: .5rem;
    top: 43%;
  }

  .category_about .main3 .content::after {
    top: 2.8rem;
  }

  .nypage {
    padding: 1.5rem 0;
  }

  .nypage .content {
    font-size: .55rem;
    line-height: 2;
  }

  .list_youshi .subnav {
    padding-top: 1.5rem;
  }

  .list_youshi .subnav .title i {
    width: 3.65rem;
  }

  .list_youshi .subnav .title h3 {
    font-size: .75rem;
    margin: 0 .625rem;
  }

  .list_youshi .subnav .content {
    margin-top: 1rem;
  }

  .list_youshi .subnav .content ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .5rem 0;
  }

  .list_youshi .subnav .content ul li {
    width: 49%;
    height: auto;
    border-radius: .5rem;
    margin-left: 0;
    padding: .5rem 0;
  }

  .list_youshi .subnav .content ul li img {
    max-height: 1.675rem;
  }

  .list_youshi .subnav .content ul li h3 {
    font-size: .65rem;
    padding-top: .25rem;
  }

  .list_youshi .subnav .content ul li span {
    font-size: .65rem;
  }

  .list_youshi .text {
    border-radius: .5rem;
    padding: .75rem 1.125rem;
  }

  .list_youshi .text .tt h4 {
    font-size: .65rem;
  }

  .list_youshi .text .tt span {
    font-size: 1rem;
  }

  .list_youshi .text .con {
    font-size: .55rem;
    line-height: 1.5;
    padding-top: .5rem;
  }

  .list_youshi .main1 {
    margin-top: 1rem;
    flex-wrap: wrap;
  }

  .list_youshi .main1 .text {
    position: initial !important;
    width: 100%;
    height: auto;
  }

  .list_youshi .main1 .pic {
    width: 100%;
    margin-top: .5rem;
  }

  .list_youshi .main2 {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }

  .list_youshi .main2 .text {
    position: initial !important;
    width: 100%;
    height: auto;
  }

  .list_youshi .main2 .pic {
    width: 100%;
    margin-top: .5rem;
  }

  .list_youshi .main3 {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .list_youshi .main3 .item {
    width: 100%;
    padding-bottom: 0;
  }

  .list_youshi .main3 .item .text {
    position: initial !important;
    transform: translate(0);
    width: 100%;
  }

  .list_youshi .main5 {
    margin: 1.5rem 0;
  }

  .list_youshi .main5 .swiper-container .swiper-slide .pic {
    width: 100%;
    border-radius: .375rem;
    overflow: hidden;
  }

  .list_youshi .main5 .swiper-container .swiper-slide .text {
    position: initial !important;
    width: 100%;
    height: 11rem;
  }

  .list_youshi .main5 .swiper-container .swiper-btn {
    --swiper-navigation-size: .55rem;
    top: 16.5rem;
    right: 0;
    width: 2rem;
    height: 1rem;
  }

  .subnav_product ul li {
    margin: 0 .5rem;
  }

  .subnav_product ul li img {
    height: 1.5rem;
  }

  .subnav_product ul li h3 {
    font-size: .75rem;
    padding-top: .25rem;
  }

  .list_product .content ul {
    margin-top: .5rem;
  }

  .list_product .content ul li {
    width: 49%;
    margin-top: .5rem;
    margin-right: 2%;
    border-radius: .25rem;
    padding: .5rem 0;
  }

  .list_product .content ul li:nth-child(4n) {
    margin-right: 2%;
  }

  .list_product .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .list_product .content ul li .pic {
    max-width: 3.5rem;
    height: 3rem;
  }

  .list_product .content ul li .tt {
    font-size: .65rem;
    margin-top: .25rem;
  }

  .list_product .content ul li .more {
    width: 4.5rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: .75rem;
    font-size: .55rem;
    margin-top: .5rem;
  }

  .list_product .content ul li:hover .more {
    line-height: 1rem;
  }

  .pages {
    margin-top: 1.5rem;
  }

  .pages span {
    margin: 0 .125rem;
  }

  .pages .p_n1 {
    padding: .2rem .375rem;
    font-size: .55rem;
    border-radius: .125rem;
  }

  .pages .p_n2 a {
    border-radius: .125rem;
    padding: .175rem .375rem;
    font-size: .55rem;
  }

  .show_product {
    padding: 1rem 0;
  }

  .show_product .content {
    flex-wrap: wrap;
    margin-top: 1.5rem;
    padding: 1rem .5rem;
  }

  .show_product .content .left {
    width: 100%;
    margin-top: .5rem;
  }

  .show_product .content .right {
    width: 100%;
  }

  .show_product .content .right .title {
    font-size: .65rem;
  }

  .show_product .content .right .table {
    margin-top: .5rem;
  }

  .show_product .content .right .con {
    font-size: .55rem;
    margin-top: .5rem;
  }

  .show_product .content .right .table .tr .th {
    font-size: .55rem;
    padding: .125rem 0;
  }

  .show_product .content .right .table .tr .td {
    font-size: .55rem;
    padding: .125rem 0;
  }

  .nylist {
    padding: 1.5rem 0;
  }

  .nylist .content ul li a .date {
    display: none;
  }

  .nylist .content ul li a .box {
    width: 100%;
    padding: .5rem 0;
  }

  .nylist .content ul li a .text {
    width: 66.5%;
  }

  .nylist .content ul li a .text h4 {
    font-size: .65rem;
  }

  .nylist .content ul li a .text p {
    font-size: .55rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .nylist .content ul li a .pic {
    width: 27%;
    border-radius: .25rem;
  }

  .nyshow {
    padding: 1.5rem 0;
  }

  .nyshow .title {
    font-size: .65rem;
  }

  .nyshow .date {
    font-size: .45rem;
    margin-top: .25rem;
  }

  .nyshow .content {
    font-size: .55rem;
    line-height: 1.5;
    margin-top: .5rem;
  }

  .nyshow .prev_next {
    margin-top: 1rem;
  }

  .nyshow .prev_next ul li a {
    font-size: .45rem;
  }

  .page_contact {
    padding: 1.5rem 0;
  }

  .page_contact .content {
    flex-wrap: wrap;
  }

  .page_contact .left {
    width: 100%;
    padding: 0;
  }

  .page_contact .left .infos ul li h4 {
    font-size: .65rem;
  }

  .page_contact .left .infos ul li h4::after {
    width: 1rem;
    height: .15rem;
    margin-top: .25rem;
  }

  .page_contact .left .infos ul li p {
    font-size: .55rem;
    margin-top: .25rem;
  }

  .page_contact .left .infos hr {
    margin: .5rem 0;
  }

  .page_contact .left .code {
    margin-top: .5rem;
  }

  .page_contact .right {
    width: 100%;
    margin-top: .5rem;
  }

  .page_contact .main2 {
    margin-top: 1rem;
  }

  .page_contact .main2 .page_ts {
    padding: .5rem 0;
    margin-bottom: .5rem;
    font-size: .55rem;
  }

  .page_contact .main2 .img {
    display: none;
  }

  .page_contact .main2 .form {
    width: 100%;
  }

  .page_contact .main2 i {
    right: .125rem;
    font-size: .55rem;
  }

  .page_contact .main2 .item {
    margin-bottom: .375rem;
  }

  .page_contact .main2 .item li {
    width: calc(32% - 10px);
  }

  .page_contact .main2 .input1 {
    height: 1.25rem;
    padding-left: .5rem;
    font-size: .55rem;
    border-radius: .25rem;
  }

  .page_contact .main2 .texta {
    padding-top: .375rem;
    padding-left: .5rem;
    height: 4rem;
    font-size: .55rem;
    border-radius: .25rem;
  }

  .page_contact .main2 .input4 {
    height: 1.25rem;
    font-size: .55rem;
    border-radius: .25rem;
  }
}