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;
  font-family: 'Microsoft Yahei';
}

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;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
}

.p60 {
  padding: 120px 0 60px;
}

.header {
  position: relative;
  background: #E62129;
}

.header .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100px;
  background: #fff;
  justify-content: center;
}

.header .nav {
  position: relative;
  width: 70%;
  height: 100px;
  margin-left: auto;
}

.header .nav ul {
  width: 100%;
}

.header .nav ul li {
  position: relative;
  padding: 38px 16.5px;
  text-align: center;
}

.header .nav ul li.active {
  background: url(../images/icon_bz.png) no-repeat center 34px;
}

.header .nav ul li.active::after {
  content: "";
  width: 100%;
  height: 8px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.header .nav ul li a {
  height: 100%;
}

.header .nav ul li a h2 {
  color: #ffffff;
  font-size: 20px;
}

.header .nav ul li a span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  display: none;
}

.header .nav ul li.active a span {
  display: block;
}

.header .nav ul li .dropdown_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.header .nav ul li .dropdown_menu li {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #ddd;
  padding: 0;
  transition: all .5s;
}

.header .nav ul li .dropdown_menu li a {
  display: block;
  font-size: 14px;
  color: #333;
}

.header .nav ul li:hover .dropdown_menu {
  display: block;
}

.header .nav ul li .dropdown_menu li:hover {
  background: #E62129;
}

.header .nav ul li .dropdown_menu li:hover a {
  color: #fff;
}

.header .nav ul .menu i {
  font-size: 18px;
  color: #fff;
}

.index_banner .swiper-slide img {
  width: 100%;
}

.index_banner .swiper-pagination {
  bottom: 27px;
  text-align: center;
}

.index_banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  border-radius: 50%;
  margin: 0 5px;
  background: #EEEEEE;
}

.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E62129;
  color: #fff;
}

.index_main1 {
  background: url(../images/index_main1_bg.jpg) no-repeat center/cover;
  padding: 75px 0 100px;
}

.index_main1 .left {
  width: 50%;
}

.index_main1 .left .content {
  padding-top: 20px;
}

.index_main1 .left .content p {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 36px;
}

.index_main1 .left .more {
  padding-top: 30px;
}

.index_main1 .left .more a {
  color: #4d4d4d;
  font-size: 16px;
  border: solid 1px #E62129;
  border-radius: 30px;
  display: block;
  width: 160px;
  height: 46px;
  line-height: 44px;
  text-align: center;
}

.index_main1 .left .more a:hover {
  background: #E62129;
  color: #fff;
}

.index_main1 .right {
  width: 50%;
}

.index_main1 .right video {
  max-width: 100%;
}

.index_main2 {
  background: #E5121B;
  padding: 34.5px 0;
}

.index_main2 .container {
  padding: 0 60px;
}

.index_main2 .xian {
  width: 1px;
  height: 40px;
  background: #fff;
}

.index_main2 ul li {
  text-align: center;
}

.index_main2 .numCX {
  color: #fff;
  font-size: 60px;
  line-height: 1;
}

.index_main2 .unitC {
  color: #fff;
  font-size: 30px;
  padding-left: 5px;
}

.index_main2 .indc {
  color: #fff;
  font-size: 18px;
}

.index_main3 {
  background: url(../images/index_main3_bg.jpg) no-repeat center/cover;
  padding: 100px 0;
}

.index_main3 .left {
  width: 640px;
}

.index_main3 .left .con {
  margin-top: 20px;
}

.index_main3 .left .con ul {
  padding: 0 30px;
}

.index_main3 .left .con ul li {
  width: 33%;
  position: relative;
  margin-top: 8px;
  padding-left: 20px;
}

.index_main3 .left .con ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: #00A052;
  border-radius: 50%;
}

.index_main3 .left .con ul li a {
  color: #404040;
  font-size: 18px;
}

.index_main3 .left .con ul li a:hover {
  color: #00A052;
}

.index_main3 .left .con .more {
  margin-top: 30px;
}

.index_main3 .left .con .more a {
  color: #4d4d4d;
  font-size: 16px;
  display: block;
  width: 160px;
  height: 46px;
  line-height: 44px;
  border: solid 1px #00A052;
  border-radius: 30px;
  text-align: center;
}

.index_main3 .left .con .more a:hover {
  background: #00A052;
  color: #fff;
}

.index_main3 .right {
  width: 640px;
  position: relative;
}

.index_main3 .right .con {
  position: absolute;
  top: 55px;
}

.index_main3 .right .con .hd li {
  margin-left: 5px;
}

.index_main3 .right .con .hd li a {
  color: #4f4f4f;
  font-size: 20px;
  padding: 0 10px;
  cursor: pointer;
  font-weight: bold;
}

.index_main3 .right .con .hd li:first-child {
  margin-left: 0;
}

.index_main3 .right .con .hd li:hover {
  background: #00A052;
  border-radius: 30px;
}

.index_main3 .right .con .hd li:hover a {
  color: #ffffff;
}

.index_main3 .right .con .bd {
  margin-top: 60px;
}

.index_main3 .right .con .bd .item p {
  color: #343434;
  font-size: 16px;
  line-height: 36px;
}

.index_main3 .right .con .bd .item .more {
  margin-top: 100px;
}

.index_main3 .right .con .bd .item .more a {
  color: #4d4d4d;
  font-size: 16px;
  display: block;
  width: 160px;
  height: 46px;
  line-height: 44px;
  border: solid 1px #00A052;
  border-radius: 30px;
  text-align: center;
}

.index_main3 .right .con .bd .item .more a:hover {
  background: #00A052;
  color: #fff;
}

.index_main4 {
  background: url(../images/index_main4_bg.jpg) no-repeat center/cover;
  padding: 90px 0 150px 0;
}

.index_main4 .right {
  width: 640px;
}

.index_main4 .right .con {
  margin-top: 20px;
}

.index_main4 .right .con ul {
  padding: 0 30px;
}

.index_main4 .right .con ul li {
  width: 33%;
  position: relative;
  margin-top: 8px;
  padding-left: 20px;
}

.index_main4 .right .con ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: #E5121B;
  border-radius: 50%;
}

.index_main4 .right .con ul li a {
  color: #404040;
  font-size: 18px;
}

.index_main4 .right .con ul li a:hover {
  color: #E5121B;
}

.index_main4 .right .con .more {
  margin-top: 100px;
}

.index_main4 .right .con .more a {
  color: #4d4d4d;
  font-size: 16px;
  display: block;
  width: 160px;
  height: 46px;
  line-height: 44px;
  border: solid 1px #14498F;
  border-radius: 30px;
  text-align: center;
}

.index_main4 .right .con .more a:hover {
  background: #14498F;
  color: #fff;
}

.index_main4 .left {
  width: 640px;
  position: relative;
}

.index_main4 .left .con .hd li {
  margin-left: 5px;
}

.index_main4 .left .con .hd li a {
  color: #4f4f4f;
  font-size: 20px;
  padding: 0 10px;
  cursor: pointer;
  font-weight: bold;
}

.index_main4 .left .con .hd li:first-child {
  margin-left: 0;
}

.index_main4 .left .con .hd li:hover {
  background: #14498F;
  border-radius: 30px;
}

.index_main4 .left .con .hd li:hover a {
  color: #ffffff;
}

.index_main4 .left .con .bd .item h4{
  font-size: 20px;
  color: #4f4f4f;
  margin-top: 30px;
  font-weight: bold;
}

.index_main4 .left .con .bd .item p {
  color: #343434;
  font-size: 16px;
  line-height: 36px;
  margin-top: 10px;
}

.index_main4 .left .con .bd .item .more {
  margin-top: 40px;
}

.index_main4 .left .con .bd .item .more a {
  color: #4d4d4d;
  font-size: 16px;
  display: block;
  width: 160px;
  height: 46px;
  line-height: 44px;
  border: solid 1px #E5121B;
  border-radius: 30px;
  text-align: center;
}

.index_main4 .left .con .bd .item .more a:hover {
  background: #E5121B;
  color: #fff;
}

.index_main5 {
  padding: 80px 0;
}

.index_main5 .container {
  position: relative;
}

.index_main5 .hd {
  position: absolute;
  top: 40px;
  right: 0;
}

.index_main5 .hd li {
  margin-right: 20px;
  background: #DCDCDC;
  border-radius: 30px;
  padding: 5px 32px;
}

.index_main5 .hd li.on {
  background: #E62129;
}

.index_main5 .hd li a {
  color: #4d4d4d;
  font-size: 24px;
  display: block;
}

.index_main5 .hd li.on a {
  color: #fff;
}

.index_main5 .bd {
  margin-top: 40px;
}

.index_main5 .bd .item li {
  width: 328px;
  margin-right: 29px;
}

.index_main5 .bd .item li:nth-last-child(2) {
  margin-right: 0;
}

.index_main5 .bd .item li h4 {
  color: #353535;
  font-size: 20px;
  line-height: 30px;
}

.index_main5 .bd .item li:hover h4 {
  color: #E62129;
}

.index_main5 .bd .item li span {
  color: #bebebe;
  font-size: 16px;
  display: block;
  padding-top: 10px;
}

.index_main5 .bd .item li .pic {
  margin-top: 10px;
  overflow: hidden;
}

.index_main5 .bd .item li .pic img {
  width: 100%;
  height: 246px;
  transition: all .5s;
}

.index_main5 .bd .item li:hover .pic img {
  transform: scale(1.1);
}

.index_main5 .bd .item li p {
  color: #646464;
  font-size: 16px;
  line-height: 30px;
  padding-top: 15px;
}

.index_main5 .bd .item li .number {
  display: block;
  color: #ffffff;
  font-size: 14px;
  width: 31px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: url(../images/red.png) no-repeat;
  margin-top: 20px;
}

.index_main5 .bd .item li:nth-child(even) .number {
  background: url(../images/green.png) no-repeat;
}

.index_main6 {
  background: #F5F5F5;
  padding: 70px 0;
}

.index_main6 .title .right {
  margin-top: auto;
}

.index_main6 .title .right a {
  color: #4d4d4d;
  font-size: 18px;
  display: block;
  width: 160px;
  height: 46px;
  line-height: 44px;
  border: solid 1px #E62129;
  border-radius: 30px;
  text-align: center;
}

.index_main6 .title .right a:hover {
  background: #E62129;
  color: #fff;
}

.index_main6 .content {
  margin-top: 30px;
}

.index_main6 .content ul li {
  width: 256px;
  border: solid 1px #C6C6C6;
  margin-right: 30px;
  overflow: hidden;
}

.index_main6 .content ul li:last-child {
  margin-right: 0;
}

.index_main6 .content ul li img {
  width: 100%;
  height: 126px;
  transition: all .5s;
}

.index_main6 .content ul li:hover img {
  transform: scale(1.1);
}

.index_main7 {
  background: url(../images/index_main7_bg.jpg) no-repeat center/cover;
  width: 100%;
  padding: 55px 0 80px;
}

.index_main7.cur {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 15px 0;
  background: rgba(0, 0, 0, .5);
}

.index_main7.cur .content {
  margin-top: 15px;
}

.index_main7 .content {
  margin-top: 40px;
}

.index_main7 .content .input-text {
  width: 324px;
  height: 45px;
  line-height: 45px;
  color: #9d9d9d;
  font-size: 16px;
  border: 0;
  border-radius: 10px;
  padding: 0 15px;
  margin-right: 16px;
}

.index_main7 .content .input-textarea {
  width: 566px;
  height: 45px;
  line-height: 45px;
  color: #9d9d9d;
  font-size: 16px;
  border: 0;
  border-radius: 10px;
  padding: 0 15px;
  margin-right: 16px;
  resize: none;
}

.index_main7 .content .input-btn {
  width: 134px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  border: 0;
  border-radius: 10px;
  background: #E62129;
}

.footer {
  background: url(../images/footer_bg.jpg) no-repeat center/cover;
}

.footer .infos {
  padding: 50px 0;
}

.footer .infos .tt {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  padding-bottom: 20px;
}

.footer .infos .tt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 27px;
  height: 2px;
  background: #E62129;
}

.footer .infos .con {
  margin-top: 25px;
}

.footer .infos .con li {
  margin-top: 13px;
}

.footer .infos .con li a {
  color: #ffffff;
  font-size: 14px;
}

.footer .infos .con h3 span {
  color: #CACBCC;
  font-size: 24px;
}

.footer .infos .con p {
  padding-top: 20px;
}

.footer .infos .con p span {
  color: #CACBCC;
  font-size: 14px;
  line-height: 24px;
}

.footer .infos .con .img {
  margin-right: 19px;
  text-align: center;
}

.footer .infos .con .img:last-child {
  margin-right: 0;
}

.footer .infos .con .img img {
  width: 122px;
}

.footer .infos .con .img p {
  color: #CACBCC;
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
}

.footer .bottom {
  border-top: solid 1px #989AA0;
  text-align: center;
  padding: 25px 0;
}

.footer .bottom p,
.footer .bottom a {
  color: #CACBCC;
  font-size: 14px;
}

.nybanner {
  position: relative;
}

.nybanner img {
  width: 100%;
  display: block;
}

.crumb {
  position: relative;
  box-shadow: rgb(0 0 0 / 21%) 0 0 7px 0;
}

.crumb .container {
  height: 72px;
}

.crumb .left {
  color: #666666;
  font-size: 16px;
}

.crumb .left a {
  color: #666666;
  font-size: 16px;
}

.crumb .left a .bi {
  color: #E6212A;
}

.crumb .right {
  height: 100%;
}

.crumb .right ul {
  height: 100%;
}

.crumb .right ul li {
  position: relative;
  margin-left: 20px;
  padding: 0 15px;
  height: 100%;
  display: flex;
  align-items: center;
}

.crumb .right ul li.cur::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  display: block;
  width: 100%;
  height: 8px;
  background: #E6212A;
}

.crumb .right ul li:hover ::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  display: block;
  width: 104px;
  height: 8px;
  background: #E6212A;
}

.crumb .right ul li a {
  color: #333333;
  font-size: 18px;
}

.nylist {
  background: #F8F8F8;
}

.nylist .content ul li .container {
  border-bottom: 1px solid #DDDDDD;
  padding: 40px 0;
}

.nylist .content ul li .pic {
  width: 463px;
}

.nylist .content ul li .pic img {
  width: 100%;
  height: 362px;
}

.nylist .content ul li .txt {
  width: 937px;
  padding: 0 50px 0 100px;
}

.nylist .content ul li .txt h4 {
  color: #333333;
  font-size: 24px;
}

.nylist .content ul li .txt .date {
  color: #999999;
  font-size: 20px;
  padding-top: 25px;
}

.nylist .content ul li .txt p {
  color: #999999;
  font-size: 16px;
  line-height: 2;
  padding-top: 50px;
}

.nylist .content ul li .txt .more {
  color: #999999;
  font-size: 16px;
  width: 176px;
  height: 38px;
  border: solid 1px #D8D8D8;
  border-radius: 5px;
  margin-top: 80px;
}

.nylist .content ul li .txt .more .bi {
  color: #999999;
  font-size: 21px;
  margin-left: 21px;
}

.nylist .content ul li:hover {
  background: #fff;
}

.nylist .content ul li:hover .container {
  border-bottom: 0;
}

.nylist .content ul li:hover .txt h4 {
  color: #e6212a;
}

.nylist .content ul li:hover .txt .more {
  background: #e6212a;
  color: #fff;
  border-color: #e6212a;
}

.nylist .content ul li:hover .txt .more .bi {
  color: #fff;
}

.pages {
  text-align: center;
  margin-top: 50px;
}

.pages span {
  color: #666666;
  font-size: 16px;
  background: #fff;
  margin: 0 6px;
}

.pages span a {
  color: #666666;
  font-size: 16px;
  display: block;
  padding: 15px 20px;
}

.pages .p_n1 {
  color: #C73130;
  padding: 15px 20px;
}

.nyshow {
  background: #F8F8F8;
}

.nyshow .container {
  background: #fff;
  padding: 60px 60px 100px;
}

.nyshow .title {
  text-align: center;
  color: #333333;
  font-size: 30px;
}

.nyshow .infos {
  text-align: center;
  color: #999999;
  font-size: 16px;
  padding-top: 15px;
}

.nyshow .content {
  padding-top: 30px;
}

.nyshow .content * {
  color: #666666;
  font-size: 16px;
  line-height: 48px;
}

.nyshow .content img {
  max-width: 100%;
}

.nypage_contact {
  background: #F8F8F8;
  padding-top: 60px;
}

.nypage_contact .container {
  background: #fff;
  padding: 50px 60px;
}

.nypage_contact .infos .add .icon {
  margin-right: 15px;
}

.nypage_contact .infos .add .txt h3 {
  color: #333333;
  font-size: 24px;
}

.nypage_contact .infos .add .txt p {
  color: #333333;
  font-size: 16px;
  padding-top: 5px;
}

.nypage_contact .infos .tel {
  width: 445px;
}

.nypage_contact .infos .tel .icon {
  margin-right: 15px;
}

.nypage_contact .infos .tel .txt p {
  color: #333333;
  font-size: 16px;
}

.nypage_contact .infos .tel .txt h4 {
  color: #333333;
  font-size: 22px;
  padding-top: 5px;
}

.nypage_contact .erweima {
  margin-top: 80px;
}

.nypage_contact .erweima li {
  display: flex;
  width: 25%;
}

.nypage_contact .erweima li img {
  width: 154px;
  border: solid 1px #DBDBDB;
}

.nypage_contact .erweima li p {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  margin-top: auto;
  padding-left: 20px;
}

.nypage_contact #map {
  margin-top: 50px;
}

.ppzs_title {
  color: #e6212a;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.category_zmdjm {
  background: #F8F8F8;
  padding-bottom: 0;
}

.category_zmdjm_main1 {
  padding-bottom: 50px;
}

.category_zmdjm_main1 .title {
  text-align: center;
  position: relative;
}

.category_zmdjm_main1 .title::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  background: url(../images/category_zmdjm_main1_title_l.png)no-repeat;
  width: 478px;
  height: 38px;
}

.category_zmdjm_main1 .title::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  background: url(../images/category_zmdjm_main1_title_r.png)no-repeat;
  width: 478px;
  height: 38px;
}

.category_zmdjm_main1 .title img {
  max-width: 100%;
}

.category_zmdjm_main1 .txt {
  margin-top: 40px;
  margin-bottom: 50px;
}

.category_zmdjm_main1 .txt p {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
}

.category_zmdjm_main1 .content {
  margin-top: 50px;
  overflow: hidden;
}

.category_zmdjm_main1 .content ul li {
  float: left;
  width: 129px;
  overflow: hidden;
  margin-left: 7.6px;
}

.category_zmdjm_main1 .content ul li:first-child {
  width: 580px;
  margin-left: 0;
}

.category_zmdjm_main1 .content ul li:nth-child(2n) {
  margin-top: 36px;
}

.category_zmdjm_main1 .content ul li img {
  width: 100%;
  transition: all .5s;
}

.category_zmdjm_main1 .content ul li:hover img {
  transform: scale(1.1);
}

.category_zmdjm_main2 {
  background: #fff;
  padding: 50px 0;
}

.category_zmdjm_main2 img {
  max-width: 100%;
}

.category_zmdjm_main2 .content ul li {
  width: 328px;
  margin-top: 50px;
  margin-right: 29px;
}

.category_zmdjm_main2 .content ul li:nth-child(4n) {
  margin-right: 0;
}

.category_zmdjm_main2 .content ul li .pic img:nth-child(2) {
  display: none;
}

.category_zmdjm_main2 .content ul li .txt {
  text-align: center;
  color: #6d6d6d;
  font-size: 18px;
  line-height: 30px;
  padding-top: 15px;
}

.category_zmdjm_main2 .content ul li:hover .pic img:nth-child(1) {
  display: none;
}

.category_zmdjm_main2 .content ul li:hover .pic img:nth-child(2) {
  display: block;
}

.category_zmdjm_main3 {
  padding: 50px 0;
}

.category_zmdjm_main3 .content {
  margin-top: 50px;
}

.category_zmdjm_main3 .content ul li {
  margin-right: 31px;
}

.category_zmdjm_main3 .content ul li:last-child {
  margin-right: 0;
}

.category_zmdjm_main4 {
  background: #fff;
  padding: 50px 0;
}

.category_zmdjm_main4 .content img {
  max-width: 100%;
}

.category_zmdjm_main4 .content {
  margin-top: 50px;
}

.category_qdzs {
  background: #F8F8F8;
  padding-bottom: 0;
}

.category_qdzs_main1 {
  padding-bottom: 50px;
}

.category_qdzs_main1 .title {
  text-align: center;
}

.category_qdzs_main1 .txt {
  margin-top: 35px;
}

.category_qdzs_main1 .txt p {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
}

.category_qdzs_main2 {
  background: #F8F8F8;
}

.category_qdzs_main2 .ppzs_title {
  text-align: left;
}

.category_qdzs_main2 .txt {
  padding: 50px 70px;
  background: #fff;
}

.category_qdzs_main2 .txt p {
  color: #686868;
  font-size: 18px;
  line-height: 48px;
  padding-top: 50px;
}

.category_qdzs_main3 {
  background: #F8F8F8;
  padding: 50px 0;
}

.category_qdzs_main3 .content ul li {
  width: 209px;
  margin-top: 31px;
  margin-right: 24px;
}

.category_qdzs_main2 .content ul li:nth-child(6n) {
  margin-right: 0;
}

.category_qdzs_main3 .content ul li .pic {
  overflow: hidden;
}

.category_qdzs_main3 .content ul li .pic img {
  width: 100%;
  height: 121px;
  transition: all .5s;
}

.category_qdzs_main3 .content ul li:hover .pic img {
  transform: scale(1.1);
}

.category_qdzs_main4 {
  background: #fff;
}

.category_qdzs_main4 .content .txt {
  padding: 80px 85px 0 20px;
}

.category_qdzs_main4 .content .txt .ppzs_title {
  text-align: left;
}

.category_qdzs_main4 .content .txt span {
  color: #e6212a;
  font-size: 24px;
  font-weight: bold;
  display: block;
  padding-top: 10px;
}

.category_qdzs_main4 .content .txt p {
  color: #333333;
  font-size: 16px;
  line-height: 36px;
  padding-top: 30px;
}

.category_qdzs_main5 {
  background: #F8F8F8;
  padding: 50px 0;
}

.category_qdzs_main5 .content {
  margin-top: 35px;
}

.category_qdzs_main5 .content ul li {
  width: 685px;
  height: 180px;
  display: flex;
  align-items: center;
  border: solid 1px #E60012;
}

.category_qdzs_main5 .content ul li h3 {
  color: #e6212a;
  font-size: 60px;
  font-weight: bold;
  border-left: solid 4px #E6212A;
  padding-left: 25px;
}

.category_qdzs_main5 .content ul li p {
  color: #656565;
  font-size: 18px;
  line-height: 28px;
  margin-left: 45px;
}

.category_qgyl {
  background: #F8F8F8;
  padding-top: 60px;
}

.category_qgyl .item {
  box-shadow: rgba(0, 0, 0, .15) 0 0 10px 0;
  margin-top: 50px;
}

.category_qgyl .item:first-child {
  margin-top: 0;
}

.category_qgyl .item:nth-child(even) {
  flex-direction: row-reverse;
}

.category_qgyl .item .pic {
  width: 622px;
}

.category_qgyl .item .pic img {
  width: 100%;
  height: 466px;
}

.category_qgyl .item .txt {
  position: relative;
  width: 779px;
  padding: 50px 60px 0;
  background: #fff;
}

.category_qgyl .item .txt p {
  color: #666666;
  font-size: 16px;
  height: 325px;
  line-height: 36px;
  padding-right: 25px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  overflow-y: auto;
  scrollbar-width: thin;
  text-align: justify;
}

.category_qgyl .item:first-child .txt p {
  display: block;
}

.category_qgyl .item .txt p::-webkit-scrollbar {
  width: 7px;
  background-color: #E9E9E9;
}

.category_qgyl .item .txt p::-webkit-scrollbar-thumb {
  background-color: #B4B4B4;
}

.category_product .description .tt {
  text-align: center;
}

.category_product .description .tt img {
  max-width: 100%;
}

.category_product .description .txt {
  color: #333333;
  font-size: 16px;
  line-height: 36px;
  padding-top: 40px;
}

.category_product .content .item {
  margin-top: 40px;
}

.category_product .content .item ul {
  margin-top: 40px;
}

.category_product .content .item ul li {
  width: 317px;
  margin-top: 30px;
  margin-right: 44px;
}

.category_product .content .item ul li:nth-child(4n) {
  margin-right: 0;
}

.category_product .content .item ul li .pic {
  overflow: hidden;
  border-radius: .5rem;
}

.category_product .content .item ul li .pic img {
  width: 100%;
  height: 419px;
  transition: all .5s;
}

.category_mbhf .content .item ul li .pic img {
  height: 228px;
}

.category_product .content .item ul li:hover .pic img {
  transform: scale(1.1);
}

.category_product .content .item ul li .txt {
  text-align: center;
}

.category_product .content .item ul li .txt h4 {
  color: #333333;
  font-size: 20px;
  padding-top: 25px;
}

.category_product .content .item ul li .txt span {
  color: #333333;
  font-size: 16px;
  display: block;
  padding-top: 10px;
}

.nypage_about .main1 {
  padding-bottom: 60px;
}

.nypage_about .main1 .container {
  background: url(../images/nypage_about_main1_bg.jpg) no-repeat left 80px;
}

.nypage_about .main1 .title h3 {
  color: #e5202a;
  font-size: 46px;
  padding-right: 18px;
}

.nypage_about .main1 .txt {
  width: 1160px;
  padding-left: 45px;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.nypage_about .main3 {
  padding-top: 50px;
}

.nypage_zzjg {
  background: url(../images/nypage_zzjg_bg.png) no-repeat bottom right;
  margin-bottom: 50px;
}

.nypage_zzjg .title {
  color: #e5202a;
  font-size: 46px;
}

.nypage_zzjg .content {
  padding-top: 60px;
  text-align: center;
}

.nypage_zzjg .content img {
  width: 80%;
}

.nypage_qywh .main1 .title {
  color: #e5202a;
  font-size: 46px;
}

.nypage_qywh .main1 .content {
  position: relative;
}

.nypage_qywh .main1 .content .txt {
  position: absolute;
  top: 200px;
  left: 115px;
  width: 567px;
}

.nypage_qywh .main1 .content .txt h3 {
  color: #333333;
  font-size: 24px;
  border-bottom: 2px solid #C6C6C6;
  padding-bottom: 20px;
  position: relative;
}

.nypage_qywh .main1 .content .txt h3::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 97px;
  height: 3px;
  background: #E5202A;
}

.nypage_qywh .main1 .content .txt p {
  color: #333333;
  font-size: 30px;
  line-height: 48px;
  padding-top: 30px;
}

.nypage_qywh .main2 {
  padding: 50px 0 0;
}

.nypage_qywh .main2 ul li {
  width: 320px;
  height: 410px;
  background: url(../images/nypage_qywh_main2_bg.png) no-repeat bottom right #F5F5F5;
  border-radius: 30px;
  margin-right: 40px;
  text-align: center;
  padding: 40px 50px 0;
}

.nypage_qywh .main2 ul li:last-child {
  margin-right: 0;
}

.nypage_qywh .main2 ul li .txt h4 {
  color: #4b3d39;
  font-size: 18px;
  border-bottom: 1px solid #CDCDCD;
  padding: 25px 0;
  margin-bottom: 20px;
}

.nypage_qywh .main2 ul li .txt p {
  color: #333333;
  font-size: 24px;
  line-height: 44px;
}

.nylist_history {
  background: url(../images/list_history_bg.jpg) no-repeat bottom/cover;
}

.nylist_history .title {
  color: #e5202a;
  font-size: 46px;
}

.nylist_history ul {
  position: relative;
  margin-top: 50px;
}

.nylist_history ul::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #4B3D39;
}

.nylist_history ul li {
  position: relative;
  width: 665px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nylist_history ul li h3 {
  color: #4b3d39;
  font-size: 18px;
}

.nylist_history ul li span {
  color: #e5202a;
  font-size: 36px;
  font-weight: bold;
  margin-left: 54px;
}

.nylist_history ul li:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/icon_history.png) no-repeat;
  width: 17px;
  height: 17px;
  right: -44px;
}

.nylist_history ul li:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: auto;
}

.nylist_history ul li:nth-child(even) span {
  margin-left: 0;
  margin-right: 54px;
}

.nylist_history ul li:nth-child(even)::after {
  left: -43px;
}

.nylist_team {
  background: url(../images/list_team_bg.jpg) no-repeat bottom/cover;
}

.nylist_team .title {
  color: #e5202a;
  font-size: 46px;
}

.nylist_team .content {
  margin-top: 65px;
}

.nylist_team .content ul li {
  width: 450px;
  margin-top: 45px;
  margin-right: 25px;
}

.nylist_team .content ul li:nth-child(-n+3) {
  margin-top: 0;
}

.nylist_team .content ul li:nth-child(3n) {
  margin-right: 0;
}

.nylist_team .content ul li .pic {
  overflow: hidden;
  border-radius: 10px;
}

.nylist_team .content ul li .pic img {
  width: 100%;
  height: 315px;
  border-radius: 10px;
  transition: all .5s;
}

.nylist_team .content ul li .txt {
  text-align: center;
}

.nylist_team .content ul li .txt h4 {
  color: #333333;
  font-size: 24px;
  padding-top: 15px;
}

.nylist_team .content ul li .txt span {
  display: block;
  color: #333333;
  font-size: 18px;
  padding-top: 5px;
}

.nylist_team .content ul li:hover .pic img {
  transform: scale(1.1);
}

.rightfixed {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 9999;
}

.rightfixed ul li {
  position: relative;
  border-bottom: solid 1px #E1E1E1;
  width: 1.25rem;
  height: 2.025rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #7D7D7D;
  cursor: pointer;
}

.rightfixed ul li:hover {
  background: #E60012;
}

.rightfixed ul li:first-child {
  border-radius: .125rem .125rem 0 0;
}

.rightfixed ul li:last-child {
  border-bottom: 0;
  border-radius: 0 0 .125rem .125rem;
}

.rightfixed ul li h6 {
  color: #ffffff;
  font-size: .35rem;
  padding-top: .25rem;
}

.rightfixed ul li .hover {
  display: none;
  position: absolute;
  top: -225px;
  right: 100%;
  height: 100%;
}

.rightfixed ul li:first-child .hover {
  top: 0;
}

.rightfixed ul li .hover img {
  width: 100px;
}

.rightfixed ul li .hover p {
  background: #f8f8f8;
  text-align: center;
  font-size: 12px;
  text-align: center;
  color: #333;
}

.rightfixed ul li:first-child .hover p {
  color: #fff;
  font-size: .4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 .25rem;
  background: #E60012;
  white-space: nowrap;
}

.rightfixed ul li:hover .hover {
  display: block;
}

.subnav {
  position: absolute;
  bottom: -60px;
  width: 100%;
  height: 3.5rem;
}

.subnav .container {
  height: 100%;
  border-radius: .175rem;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px .125rem .625rem 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.subnav .container a {
  position: relative;
  transition: all .5s;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #333;
  font-size: .4rem;
}

.subnav .container a.cur,
.subnav .container a:hover {
  color: #E62129;
}

.subnav .container a.cur:after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: .1rem;
  background: #E62129;
  bottom: -.75rem;
  left: 50%;
  transform: translateX(-50%);
}

.subnav .container a img {
  width: auto;
  max-width: 90%;
}

.subnav .container a h3 {
  margin-top: .175rem;
}

#zygc .hd {
  position: absolute;
  top: 1.25rem;
  right: 2.375rem;
  width: 9.75rem;
}

#zygc .hd li {
  width: 4.5rem;
  height: 1.375rem;
  cursor: pointer;
}

@media(min-width:1400px) {
  .mobile {
    display: none !important;
  }
}

@media(max-width:1399px) {
  .pc {
    display: none !important;
  }

  .container {
    width: 90%;
  }

  .m_header {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    padding: 0 .5rem;
    height: 2.5rem;
    align-items: center;
    width: 100%;
  }

  .m_header .index_logo {
    width: 5rem;
  }

  .m_header .index_logo img {
    width: 100%;
  }

  .m_header .phone {
    position: relative;
    margin-left: auto;
    padding-right: .95rem;
    color: #2E2E2E;
    font-size: .75rem;
    padding-left: 1.175rem;
  }

  .m_header .phone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: .8rem;
    height: .8rem;
    background: url(../images/icon_tel.png) no-repeat;
    background-size: 100%;
  }

  .m_header .menu {
    display: flex;
    align-items: center;
    color: #fff;
  }

  .m_header .menu i {
    font-size: 1.5rem;
    color: #E5121B;
  }

  .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: 10rem;
    float: right;
    height: 100%;
  }

  body.open .side-shadow {
    opacity: 1;
    visibility: visible;
  }

  body.open .side-box {
    width: 200%;
    right: 0;
  }

  .nypage_jmys .nyright {
    background: #fff;
  }

  .nypage .content span.page_jm {
    color: #ccc;
  }

  .nypage .page_jm::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -98px;
    width: 77px;
    height: 1px;
    background: #333333;
    display: block;
  }

  .nypage .page_jm::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -98px;
    width: 77px;
    height: 1px;
    background: #333333;
    display: block
  }

  .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: rgba(229, 18, 27, .5);
    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: 0 0.75rem;
    line-height: 2rem;
    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 0.375rem 0 0.025rem;
    line-height: 1.75rem;
    font-size: 0.55rem;
  }

  .nav-first>a>b {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 3;
    font-size: .7rem;
  }

  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: 12px;
    height: 2px;
    margin: -1px 0 0 -6px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    top: 50%;
    left: 50%;
    border-radius: 2px;
  }

  .nav-first>i:after {
    position: absolute;
    content: '';
    height: 12px;
    width: 2px;
    margin: -6px 0 0 -1px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    left: 50%;
    top: 50%;
    border-radius: 2px;
  }

  .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: 0 0.75rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
  }

  .nav-second>a>b {
    display: block;
    font-size: .6rem;
    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: rgba(229, 18, 27, .5);
    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 .75rem;
    line-height: 1.25rem;
    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: .75rem .75rem .625rem .75rem;
    text-align: left;
    overflow: hidden;
  }

  .side-phone {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    line-height: 1;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    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: .125rem;
  }

  .side-phone p a {
    display: block;
    font-family: 'AddFont';
    color: rgba(0, 0, 0, 1);
    font-size: .55rem;
    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: .225rem;
    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: .25rem;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    font-family: 'Addfont', Microsoft Yahei;
    transform: translateY(.75rem);
    -moz-transform: translateY(.75rem);
    -ms-transform: translateY(.75rem);
    -o-transform: translateY(.75rem);
    -webkit-transform: translateY(.75rem);
    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);
  }

  .p60 {
    padding: 1.5rem 0;
  }

  .index_main1 {
    padding: 1.5rem 0;
  }

  .index_main1 .left {
    width: 100%;
  }

  .index_main1 .left .title img {
    width: 8rem;
  }

  .index_main1 .left .content {
    padding-top: .5rem;
  }

  .index_main1 .left .content p {
    font-size: .6rem;
    line-height: 1.5;
  }

  .index_main1 .left .more {
    padding-top: .75rem;
  }

  .index_main1 .left .more a {
    font-size: .55rem;
    width: 4rem;
    height: 1rem;
    line-height: .95rem;
  }

  .index_main1 .right {
    width: 100%;
    margin-top: .5rem;
  }

  .index_main2 {
    padding: .8rem 0;
  }

  .index_main2 .container {
    padding: 0;
  }

  .index_main2 ul {
    flex-wrap: wrap;
  }

  .index_main2 ul li {
    width: 50%;
  }

  .index_main2 .xian {
    display: none;
  }

  .index_main2 .numCX {
    font-size: 1.2rem;
  }

  .index_main2 .unitC {
    font-size: .8rem;
  }

  .index_main2 .indc {
    font-size: .6rem;
  }

  .index_main3 {
    padding: 1.5rem 0;
  }

  .index_main3 .left {
    width: 100%;
  }

  .index_main3 .left .title img {
    max-width: 100%;
  }

  .index_main3 .left .con {
    margin-top: .5rem;
  }

  .index_main3 .left .con ul {
    padding: 0 .75rem;
  }

  .index_main3 .left .con ul li {
    width: 50%;
    position: relative;
    margin-top: .2rem;
    padding-left: 1rem;
  }

  .index_main3 .left .con .more {
    margin-top: .75rem;
  }

  .index_main3 .left .con .more a {
    font-size: .55rem;
    width: 4rem;
    height: 1rem;
    line-height: .95rem;
  }

  .index_main3 .right {
    width: 100%;
    margin-top: 1.5rem;
  }

  .index_main3 .right .title img {
    max-width: 70%;
  }

  .index_main3 .right .con {
    width: 100%;
    position: relative;
    top: 0;
  }

  .index_main3 .right .con .hd {
    padding-top: .5rem;
  }

  .index_main3 .right .con ul {
    flex-wrap: wrap;
  }

  .index_main3 .right .con .hd li {
    margin-left: 0;
    width: 33.33%;
  }

  .index_main3 .right .con .hd li a {
    font-size: .65rem;
  }

  .index_main3 .right .con .bd {
    margin-top: .5rem;
  }

  .index_main3 .right .con .bd .item p {
    font-size: .6rem;
    line-height: 1.5;
  }

  .index_main3 .right .con .bd .item .more {
    margin-top: .5rem;
  }

  .index_main3 .right .con .bd .item .more a {
    font-size: .55rem;
    width: 4rem;
    height: 1rem;
    line-height: .95rem;
  }

  .index_main4 {
    padding: 1.5rem 0;
  }

  .index_main4 .title img {
    max-width: 70%;
  }

  .index_main4 .left {
    width: 100%;
  }

  .index_main4 .left .con {
    position: relative;
    top: 0;
  }

  .index_main4 .left .con .hd {
    padding-top: .5rem;
  }

  .index_main4 .left .con .hd ul {
    flex-wrap: wrap;
  }

  .index_main4 .left .con .hd ul li {
    margin-left: 0;
    width: 33.33%;
  }

  .index_main4 .left .con .hd ul li a {
    font-size: .65rem;
  }

  .index_main4 .left .con .bd {
    margin-top: .5rem;
  }

  .index_main4 .left .con .bd .item p {
    font-size: .6rem;
    line-height: 1.5;
  }

  .index_main4 .left .con .bd .item .more {
    margin-top: .5rem;
  }

  .index_main4 .left .con .bd .item .more a {
    font-size: .55rem;
    width: 4rem;
    height: 1rem;
    line-height: .95rem;
  }

  .index_main4 .right {
    width: 100%;
    margin-top: 1.5rem;
  }

  .index_main4 .right .con {
    margin-top: .5rem;
  }

  .index_main4 .right .con ul {
    padding: 0;
  }

  .index_main4 .right .con ul li {
    width: 33%;
    margin-top: .2rem;
    padding-left: 1rem;
  }

  .index_main4 .right .con ul li a {
    font-size: .6rem;
  }

  .index_main4 .right .con ul li::before {
    top: 5px;
  }

  .index_main4 .right .con .more {
    margin-top: .5rem;
  }

  .index_main4 .right .con .more a {
    font-size: .55rem;
    width: 4rem;
    height: 1rem;
    line-height: .95rem;
  }

  .index_main5 {
    padding: 1.5rem 0;
  }

  .index_main5 .title img {
    width: 7.225rem;
  }

  .index_main5 .content {
    margin-top: .5rem;
  }

  .index_main5 .hd {
    position: relative;
    top: 0;
    right: 0;
  }

  .index_main5 .hd li {
    margin-right: .5rem;
    border-radius: .75rem;
    padding: .125rem .8rem;
  }

  .index_main5 .hd li a {
    font-size: .7rem;
  }

  .index_main5 .bd {
    margin-top: .5rem;
  }

  .index_main5 .bd .item li {
    width: 100%;
    margin-top: .5rem;
    margin-right: 0;
  }

  .index_main5 .bd .item li a {
    display: flex;
  }

  .index_main5 .bd .item li h4 {
    font-size: .65rem;
    line-height: 1.8;
  }

  .index_main5 .bd .item li span {
    font-size: .5rem;
    padding-top: .25rem;
  }

  .index_main5 .bd .item li .pic {
    width: 35%;
    margin-top: 0;
  }

  .index_main5 .bd .item li .txt {
    width: 65%;
    padding-left: 5%;
  }

  .index_main5 .bd .item li .pic img {
    height: 4rem;
  }

  .index_main6 {
    padding: 1.5rem 0;
  }

  .index_main6 .title .left img {
    width: 6.775rem;
  }

  .index_main6 .title .right a {
    font-size: .55rem;
    width: 4rem;
    height: 1rem;
    line-height: .95rem;
  }

  .index_main6 .content {
    margin-top: .5rem;
  }

  .index_main6 .content ul li {
    margin-right: .5rem;
  }

  .index_main6 .content ul li img {
    height: 1.5rem;
  }

  .index_main7 {
    background: url(../images/index_main7_bg.jpg) no-repeat center/cover;
    padding: 1.5rem 0;
  }

  .index_main7 .title img {
    width: 7.4rem;
  }

  .index_main7 .content {
    margin-top: .5rem;
  }

  .index_main7 .content form div {
    flex-wrap: wrap;
  }

  .index_main7 .content form div li {
    width: 100%;
    margin-top: .25rem;
    text-align: center;
  }

  .index_main7 .content .input-text {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .6rem;
    padding: 0 .5rem;
    margin-right: 0;
  }

  .index_main7 .content .input-textarea {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-size: .6rem;
    padding: 0 .5rem;
    margin-right: 0;
  }

  .index_main7 .content .input-btn {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .6rem;
  }

  .footer .infos {
    padding: 1.5rem 0;
    flex-wrap: wrap;
  }

  .footer .infos .item {
    display: none;
    margin-top: .5rem;
  }

  .footer .infos .tt {
    font-size: .7rem;
    padding-bottom: .5rem;
  }

  .footer .infos .con {
    margin-top: .5rem;
    flex-wrap: wrap;
  }

  .footer .infos .con .img {
    margin-right: 0;
    margin-top: .25rem;
  }

  .footer .infos .con .img img {
    width: 6.5rem;
  }

  .footer .infos .con .img p {
    font-size: .6rem;
    line-height: 1.5;
    padding-top: .25rem;
  }

  .footer .infos .con h3 span {
    font-size: .6rem;
  }

  .footer .infos .con p span {
    font-size: .6rem;
    line-height: 1.5;
  }

  .footer .infos .item:nth-child(5),
  .footer .infos .item:nth-child(6) {
    display: block;
  }

  .footer .bottom {
    padding: 1rem 5%;
  }

  .footer .bottom p,
  .footer .bottom a {
    font-size: .6rem;
    display: block;
  }

  .crumb .container {
    height: auto;
  }

  .crumb .left {
    display: none;
  }

  .crumb .right ul {
    overflow-x: scroll;
  }

  .crumb .right ul li {
    padding: .5rem 0;
    margin-left: .5rem;
    flex: none;
  }

  .crumb .right ul li.cur::after {
    width: 100%;
    height: 2px;
  }

  .crumb .right ul li a {
    font-size: .7rem;
  }

  .nypage_about .main1 {
    padding-bottom: 1.5rem;
  }

  .nypage_about .main1 .container {
    flex-wrap: wrap;
  }

  .nypage_about .main1 .title {
    width: 100%;
    justify-content: center;
  }

  .nypage_about .main1 .title h3 {
    font-size: .8rem;
    padding-right: 0;
  }

  .nypage_about .main1 .title a {
    display: none;
  }

  .nypage_about .main1 .txt {
    width: 100%;
    margin-top: .5rem;
    padding-left: 0;
    font-size: .6rem;
    line-height: 2;
  }

  .nypage_about .main3 {
    padding-top: 1.5rem;
  }

  .nypage_about .main3 img {
    max-width: 100%;
  }

  .nypage_zzjg {
    margin-bottom: 1.5rem;
  }

  .nypage_zzjg .title {
    font-size: .8rem;
  }

  .nypage_zzjg .content {
    padding-top: .5rem;
  }

  .nypage_zzjg .content img {
    max-width: 100%;
  }

  .nypage_qywh .main1 .title {
    font-size: .8rem;
  }

  .nypage_qywh .main1 .content .pic img {
    width: 100%;
  }

  .nypage_qywh .main1 .content .txt {
    position: absolute;
    top: 20%;
    left: 0;
    width: 60%;
    padding: 0 .5rem;
  }

  .nypage_qywh .main1 .content .txt h3 {
    font-size: .7rem;
    padding-bottom: .5rem;
  }

  .nypage_qywh .main1 .content .txt p {
    font-size: .6rem;
    line-height: 1.5;
    padding-top: .5rem;
  }

  .nypage_qywh .main2 {
    padding-top: 1.5rem;
  }

  .nypage_qywh .main2 ul {
    flex-wrap: wrap;
  }

  .nypage_qywh .main2 ul li {
    width: 49%;
    height: auto;
    border-radius: .75rem;
    margin-top: 2%;
    margin-right: 2%;
    padding: 1rem 1.25rem 1rem;
  }

  .nypage_qywh .main2 ul li:nth-child(2n) {
    margin-right: 0;
  }

  .nypage_qywh .main2 ul li .icon img {
    width: 2.025rem;
  }

  .nypage_qywh .main2 ul li .txt h4 {
    font-size: .7rem;
    padding: .625rem 0;
    margin-bottom: .5rem;
  }

  .nypage_qywh .main2 ul li .txt p {
    font-size: .6rem;
    line-height: 1.5;
  }

  .nylist_team .title {
    font-size: .8rem;
  }

  .nylist_team .content {
    margin-top: .5rem;
  }

  .nylist_team .content ul li {
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
  }

  .nylist_team .content ul li:nth-child(3n) {
    margin-right: 2%;
  }

  .nylist_team .content ul li:nth-child(-n+3) {
	margin-top: 2%;
  }

  .nylist_team .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .nylist_team .content ul li .pic img {
	height: 5.5rem;
  }

  .nylist_team .content ul li .txt h4 {
    font-size: .65rem;
    padding-top: .375rem;
  }

  .nylist_team .content ul li .txt span {
    font-size: .6rem;
    padding-top: .125rem;
  }

  .nylist_history .title {
    font-size: .8rem;
  }

  .nylist_history ul {
    margin-top: .5rem;
  }

  .nylist_history ul::after {
    display: none;
  }

  .nylist_history ul li {
    width: 100%;
    justify-content: flex-end;
    flex-direction: column-reverse !important;
    align-items: flex-start;
    margin-top: 1rem;
  }

  .nylist_history ul li h3 {
    font-size: .6rem;
    line-height: 1.8;
    padding-top: .25rem;
  }

  .nylist_history ul li span {
    font-size: .8rem;
    margin-left: 0;
  }

  .nylist_history ul li:nth-child(2n) span {
    margin-right: 0;
  }

  .category_product .description .txt {
    font-size: .6rem;
    line-height: 1.5;
    padding-top: .5rem;
  }

  .category_product .content .item {
    margin-top: .5rem;
  }

  .category_product .content .item .tt img {
    max-width: 100%;
  }

  .category_product .content .item ul {
    margin-top: .5rem;
  }

  .category_product .content .item ul li {
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
  }

  .category_product .content .item ul li:nth-child(2n) {
    margin-right: 0;
  }

  .category_product .content .item ul li .pic img {
    height: 10rem;
  }

  .category_mbhf .content .item ul li .pic img {
    height: 5rem;
  }

  .category_product .content .item ul li .txt h4 {
    font-size: .7rem;
    padding-top: .5rem;
  }

  .category_product .content .item ul li .txt span {
    font-size: .6rem;
    padding-top: .25rem;
  }

  .category_qgyl .item {
    flex-wrap: wrap;
    margin-top: .5rem;
  }

  .category_qgyl .item .pic {
    width: 100%;
  }

  .category_qgyl .item .pic img {
    height: auto;
  }

  .category_qgyl .item .txt {
    width: 100%;
    padding: 1.25rem .5rem;
  }

  .category_qgyl .item .txt img {
    max-width: 100%;
  }

  .category_qgyl .item .txt p {
    font-size: .6rem;
    height: auto;
    line-height: 1.5;
    padding-right: 0;
    margin-top: .5rem;
  }

  .category_zmdjm {
    padding-bottom: 0;
  }

  .category_zmdjm_main1 {
    padding-bottom: 1.5rem;
  }

  .category_zmdjm_main1 .txt {
    margin: .5rem 0;
  }

  .category_zmdjm_main1 .txt p {
    font-size: .6rem;
    line-height: 1.5;
  }

  .ppzs_title {
    font-size: .8rem;
  }

  .category_zmdjm_main1 .content {
    margin-top: .5rem;
  }

  .category_zmdjm_main1 .content img {
    max-width: 100%;
  }

  .category_zmdjm_main2 {
    padding: .5rem 0;
  }

  .category_zmdjm_main2 .content ul li {
    width: 49%;
    margin-top: .5rem;
    margin-right: 2%;
  }

  .category_zmdjm_main2 .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .category_zmdjm_main2 .content ul li .pic img {
    max-width: 100%;
  }

  .category_zmdjm_main2 .content ul li .txt {
    font-size: .6rem;
    line-height: 1.5;
    padding-top: .25rem;
  }

  .category_zmdjm_main3 {
    padding: .5rem 0;
  }

  .category_zmdjm_main3 .content {
    margin-top: .5rem;
  }

  .category_zmdjm_main3 .content ul li {
    width: 100%;
    margin-right: 0;
  }

  .category_zmdjm_main3 .content ul li img {
    width: 100%;
  }

  .category_zmdjm_main4 {
    padding: .5rem 0 1.5rem;
  }

  .category_zmdjm_main4 .content {
    margin-top: .5rem;
  }

  .category_zmdjm_main4 .content img {
    max-width: 100%;
  }

  .category_qdzs {
    padding-bottom: 0;
  }

  .category_qdzs_main1 {
    padding-bottom: 1.5rem;
  }

  .category_qdzs_main1 .txt {
    margin-top: .5rem;
  }

  .category_qdzs_main1 .txt p {
    font-size: .6rem;
    line-height: 1.5;
  }

  .category_qdzs_main2 .d-flex {
    flex-wrap: wrap;
  }

  .category_qdzs_main2 .pic {
    width: 100%;
  }

  .category_qdzs_main2 .pic img {
    max-width: 100%;
  }

  .category_qdzs_main2 .txt {
    padding: .5rem;
  }

  .category_qdzs_main2 .txt p {
    font-size: .6rem;
    line-height: 1.5;
    padding-top: .5rem;
  }

  .category_qdzs_main3 {
    padding: .5rem 0;
  }

  .category_qdzs_main3 .content ul li {
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
  }

  .category_qdzs_main3 .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .category_qdzs_main3 .content ul li .pic img {
    height: 4rem;
  }

  .category_qdzs_main4 .content {
    flex-wrap: wrap;
  }

  .category_qdzs_main4 .pic {
    width: 100%;
  }

  .category_qdzs_main4 .pic img {
    max-width: 100%;
  }

  .category_qdzs_main4 .content .txt {
    padding: .5rem;
  }

  .category_qdzs_main4 .content .txt span {
    font-size: .7rem;
    padding-top: .5rem;
  }

  .category_qdzs_main4 .content .txt p {
    font-size: .6rem;
    line-height: 1.5;
    padding-top: .5rem;
  }



  .category_qdzs_main5 {
    padding: .5rem 0 1.5rem;
  }

  .category_qdzs_main5 .content {
    margin-top: .5rem;
  }

  .category_qdzs_main5 .content ul {
    flex-wrap: wrap;
  }

  .category_qdzs_main5 .content ul li {
    width: 100%;
    height: auto;
    padding: .5rem 0;
    margin-bottom: .5rem;
  }

  .category_qdzs_main5 .content ul li h3 {
    font-size: .8rem;
    padding-left: .5rem;
  }

  .category_qdzs_main5 .content ul li p {
    font-size: .6rem;
    line-height: 1.5;
    margin-left: .5rem;
  }

  .nyshow {
    background: #F8F8F8;
  }

  .nyshow .container {
    padding: .5rem;
  }

  .nyshow .title {
    font-size: .8rem;
  }

  .nyshow .infos {
    font-size: .6rem;
    padding-top: .5rem;
  }

  .nyshow .content {
    padding-top: .5rem;
  }

  .nyshow .content * {
    font-size: .6rem;
    line-height: 1.5;
  }

  .nyshow .content img {
    max-width: 100%;
  }

  .nypage_contact .container {
    padding: .5rem;
  }

  .nypage_contact .infos {
    flex-wrap: wrap;
  }

  .nypage_contact .infos {
    width: 100%;
  }

  .nypage_contact .infos .icon {
    margin-right: .5rem;
  }

  .nypage_contact .infos .icon img {
    width: 1rem;
  }

  .nypage_contact .infos .txt h3 {
    font-size: .7rem !important;
  }

  .nypage_contact .infos .txt p {
    font-size: .6rem !important;
    padding-top: 0;
  }

  .nypage_contact .infos .tel {
    margin-top: .5rem;
  }

  .nypage_contact .infos .tel .txt h4 {
    font-size: .7rem;
    padding-top: 0;
  }

  .nypage_contact .infos .xian {
    display: none;
  }

  .nypage_contact .erweima {
    margin-top: .5rem;
    flex-wrap: wrap;
  }

  .nypage_contact .erweima li {
    margin-top: .5rem;
    flex-wrap: wrap;
    width: 49%;
  }

  .nypage_contact .erweima li img {
    width: 100%;
  }

  .nypage_contact .erweima li p {
    font-size: .6rem;
    line-height: 1.5;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  .nypage_contact #map {
    margin-top: .5rem;
    height: 15rem !important;
  }

  .nylist .content ul li .container {
    padding: .5rem 0;
  }

  .nylist .content ul li .pic {
    width: 35%;
  }

  .nylist .content ul li .pic img {
    height: auto;
  }

  .nylist .content ul li .txt {
    width: 65%;
    padding: .5rem 0;
  }

  .nylist .content ul li .txt h4 {
    font-size: .7rem;
  }

  .nylist .content ul li .txt .date {
    font-size: .6rem;
    padding-top: .5rem;
  }

  .nylist .content ul li .txt p {
    font-size: .6rem;
    padding-top: .5rem;
    display: none;
  }

  .nylist .content ul li .txt .more {
    font-size: .6rem;
    width: 6rem;
    height: 1.5rem;
    margin-top: .5rem;
    display: none !important;
  }

  .pages {
    margin-top: .5rem;
  }

  .pages span {
    font-size: .6rem;
    margin: 0 .15rem;
  }

  .pages span a {
    font-size: .6rem;
    padding: .375rem .5rem;
  }

  .pages .p_n1 {
    padding: .375rem .5rem;
  }

  .subnav {
    width: 100%;
    margin: auto;
    position: relative;
    bottom: 0;
  }

  .subnav .container {
    width: 100%;
  }

  .category_zmdjm_main1 .title::before {
    display: none;
  }

  .category_zmdjm_main1 .title::after {
    display: none;
  }

  .category_zmdjm_main1 .content ul li {
    width: 32%;
    margin-left: 2%;
    margin-top: 2%;
  }

  .category_zmdjm_main1 .content ul li:nth-child(2n) {
    margin-top: 2%;
  }

  .category_zmdjm_main1 .content ul li:nth-child(2),
  .category_zmdjm_main1 .content ul li:nth-child(5) {
    margin-left: 0;
  }

  .category_zmdjm_main1 .content ul li:first-child {
    width: 100%;
    margin-top: 0;
  }

  #zygc .hd {
    position: absolute;
    top: 1.25rem;
    right: 1.4rem;
    width: 7.3rem;
  }

  #zygc .hd li {
    width: 3.3rem;
    height: 1rem;
    cursor: pointer;
  }

  .product_nav .container a img {
    max-width: 50%;
  }

  .index_main4 .right .title img {
    max-width: 100%;
  }

  .index_banner .swiper-pagination {
    bottom: .375rem;
  }

  .index_banner .swiper-pagination-bullet {
    width: .375rem;
    height: .375rem;
  }
}