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: #080808;
  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;
}

.container {
  max-width: 1470px;
}

.header {
  position: relative;
}

.header .logo {
  max-width: 197px;
  padding: 20px 0;
}

.header .logo img {
  width: 100%;
}

.header .navs ul li {
  padding: 0 20px;
}

.header .navs>ul li a {
  position: relative;
  height: 100%;
  text-align: center;
}

.header .navs>ul li a h3 {
  color: #080808;
  font-size: 18px;
}

.header .navs>ul li a h4 {
  display: none;
  color: #0d3870;
  font-size: 12px;
  text-transform: uppercase;
}

.header .navs>ul li a.cur h4,
.header .navs>ul li a:hover h4 {
  display: block;
}

.header .navs>ul li a.cur h3 {
  color: #0b3971;
}

.pc {
  display: block !important;
}

.mobile {
  display: none !important;
}

.header .navs>ul>li>a.cur:after,
.header .navs>ul>li>a:hover:after {
  content: "";
  position: absolute;
  top: 62px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 5px;
  background: #0c3870;
}

.index_banner .swiper-slide img {
  width: 100%;
}

.index_banner .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  margin: 0 8px !important;
  opacity: 1;
  background: #ffffff;
}

.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 65px;
  border-radius: 15px;
  background: #0c3870;
}

.index_main1 {
  background: url(../images/index_main1_bg.jpg) no-repeat center/cover;
  padding: 70px 0 50px;
}

.index_main1 .container {
  overflow: hidden;
}

.index_main1 .left {
  width: 50%;
  float: left;
}

.index_main1 .left .title {
  color: #0c3870;
}

.index_main1 .left .title h3 {
  font-size: 30px;
}

.index_main1 .left .title h4 {
  font-size: 16px;
}

.index_main1 .left .intro {
  color: #080808;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  margin-top: 60px;
}

.index_main1 .left .numCount {
  margin-top: 30px;
}

.index_main1 .left .numCount .item sub {
  bottom: 0;
  color: #080808;
  font-size: 18px;
}

.index_main1 .left .numCount .item span {
  color: #0c3870;
  font-size: 48px;
  font-weight: bold;
}

.index_main1 .left .numCount .item i {
  position: relative;
  top: -20px;
  font-size: 24px;
}

.index_main1 .left .more {
  margin-top: 50px;
}

.index_main1 .left .more a {
  display: block;
  width: 224px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  color: #0c3870;
  font-size: 18px;
  border: solid 1px #0c3870;
  border-radius: 10px;
}

.index_main1 .left .more a:hover {
  background: #0c3870;
  color: #fff;
}

.index_main1 .right {
  width: 50%;
  float: left;
  text-align: center;
  padding-top: 50px;
}

.index_title h3 {
  color: #0c3870;
  font-size: 30px;
}

.index_title h3 span {
  color: #858585;
  font-size: 16px;
  margin-left: 10px;
}

.index_title a {
  display: block;
  width: 127px;
  height: 41px;
  line-height: 39px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #0c3870;
  font-size: 16px;
  color: #0c3870;
}

.index_main2 {
  background: url(../images/index_main2_bg.jpg) no-repeat center/cover #dddedf;
  padding: 50px 0;
}

.index_main2 .intro {
  color: #080808;
  font-size: 16px;
  margin-top: 20px;
}

.index_main2 .content {
  margin-top: 40px;
}

.index_main2 .content ul li {
  width: 17%;
  margin-right: 1%;
  transition: all .5s;
  background: #ffffff;
}

.index_main2 .content ul li a {
  position: relative;
  height: 438px;
  padding-top: 90px;
  text-align: center;
}

.index_main2 .content ul li.cur {
  width: 30%;
}

.index_main2 .content ul li:last-child {
  margin-right: 0;
}

.index_main2 .content ul li a {
  display: block;
}

.index_main2 .content ul li img {
  max-width: 80%;
  transition: all .5s;
}

.index_main2 .content ul li.cur img {
  transform: scale(1.1);
}

.index_main2 .content ul li h4 {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  color: #0c3870;
  font-size: 18px;
}

.index_main3 {
  width: 90%;
  margin: auto;
  padding: 50px 0;
}

.index_main3 .title {
  text-align: center;
}

.index_main3 .title h3 {
  color: #0c3870;
  font-size: 30px;
}

.index_main3 .title span {
  color: #858585;
  font-size: 16px;
}

.index_main3 .content {
  margin-top: 40px;
}

.index_main4 {
  background: url(../images/index_main4_bg.jpg) no-repeat center/cover;
  padding: 50px 0;
}

.index_main4 .content {
  margin-top: 30px;
}

.index_main4 .content .left {
  width: 49%;
  float: left;
}

.index_main4 .content .left ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.index_main4 .content .left ul li {
  background: #ffffff;
  padding: 27.5px 25px;
}

.index_main4 .content .left ul li a {
  display: flex;
}

.index_main4 .content .left ul li .date {
  color: #0c3870;
  font-size: 24px;
  line-height: 1.2;
}

.index_main4 .content .left ul li .article {
  padding-left: 30px;
}

.index_main4 .content .left ul li .article h4 {
  height: 28.8px;
  overflow: hidden;
  color: #353535;
  font-size: 24px;
}

.index_main4 .content .left ul li:hover .article h4 {
  color: #0c3870;
}

.index_main4 .content .left ul li .article p {
  height: 60px;
  overflow: hidden;
  color: #080808;
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}

.index_main4 .content .right {
  width: 49%;
  float: left;
  margin-left: 1%;
}

.index_main4 .content .right .pic {
  overflow: hidden;
}

.index_main4 .content .right .pic img {
  width: 100%;
  height: 363px;
  transition: all .5s;
}

.index_main4 .content .right:hover .pic img {
  transform: scale(1.1);
}

.index_main4 .content .right .article {
  background: #ffffff;
  padding: 20px 40px;
}

.index_main4 .content .right .article h4 {
  height: 28.8px;
  overflow: hidden;
  color: #343434;
  font-size: 24px;
}

.index_main4 .content .right:hover .article h4 {
  color: #0c3870;
}

.index_main4 .content .right .article p {
  height: 60px;
  overflow: hidden;
  color: #080808;
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}

.index_main5 {
  background: url(../images/index_main5_bg.jpg) no-repeat center/cover;
  padding: 40px 0 70px;
}

.index_main5 .title {
  text-align: center;
  color: #ffffff;
}

.index_main5 .title h3 {
  font-size: 30px;
}

.index_main5 .title span {
  font-size: 16px;
}

.index_main5 .content {
  margin-top: 30px;
}

.index_main5 .content .swiper-container .swiper-slide {
  overflow: hidden;
}

.index_main5 .content .swiper-container .swiper-slide:last-child {
  margin-right: 0;
}

.index_main5 .content .swiper-container .swiper-slide img {
  width: 100%;
  transition: all .5s;
}

.index_main5 .content .swiper-container .swiper-slide:hover img {
  transform: scale(1.1);
}

.footer {
  background: #0c3870;
  padding: 50px 0;
}

.footer h3 {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.footer h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 29px;
  height: 2px;
  background: #ffffff;
}

.footer .infos {
  width: 22%;
}

.footer .infos .tel {
  background: url(../images/footer_tel.jpg) no-repeat;
  width: 275px;
  height: 35px;
  line-height: 37px;
  padding-left: 48px;
  margin-top: 15px;
  color: #fff;
  font-size: 20px;
}

.footer .infos .email_add {
  color: #eeeeee;
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}

.footer .navs {
  width: 60%;
}

.footer .navs ul li a,
.footer .navs ul li p {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 2.5;
}

.footer .navs ul li p span {
  font-size: 18px;
}

.footer .wechat_code img {
  width: 107px;
}

.footer .wechat_code p {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding-top: 5px;
}

.copyright {
  background: #0c3870;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #446691;
}

.copyright p,
.copyright p a {
  color: #ffffff;
  font-size: 14px;
}

.nybanner img {
  width: 100%;
}

.nycontainer {
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.category_about_title h3 {
  color: #0c3870;
  font-size: 30px;
}

.category_about_title h3 span {
  color: #858585;
  font-size: 16px;
  padding-left: 10px;
}

.category_about .main1 {
  padding-top: 60px;
  padding-bottom: 75px;
}

.category_about .main1 .intro {
  width: 55%;
}

.category_about .main1 .intro h3 {
  color: #0c3870;
  font-size: 30px;
}

.category_about .main1 .intro span {
  color: #0c3870;
  font-size: 16px;
  text-transform: uppercase;
}

.category_about .main1 .intro p {
  color: #080808;
  font-size: 16px;
  line-height: 2;
  padding-top: 30px;
}

.category_about .main1 .numCount {
  width: 45%;
}

.category_about .main1 .numCount .item {
  width: 70%;
  margin: auto;
  border-bottom: solid 1px #ccc;
  padding: 10px 0 25px;
}

.category_about .main1 .numCount .item img {
  max-width: 47px;
  margin-right: 15px;
}

.category_about .main1 .numCount .item sub {
  color: #080808;
  font-size: 18px;
  bottom: 0;
}

.category_about .main1 .numCount .item span {
  color: #0c3870;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}

.category_about .main1 .publicize {
  margin-top: 65px;
}

.category_about .main1 .publicize video {
  width: 100%;
}

.category_about .main1 .publicize h4 {
  text-align: center;
  color: #373737;
  font-size: 18px;
  padding-top: 20px;
}

.category_about .main2 {
  background: #eeeeee;
  padding: 70px 0;
}

.category_about .main2 .content {
  margin-top: 40px;
}

.category_about .main2 .content ul li {
  position: relative;
  width: 293px;
}

.category_about .main2 .content ul li:nth-child(2n) {
  margin-top: 80px;
}

.category_about .main2 .content ul li .pic {
  overflow: hidden;
}

.category_about .main2 .content ul li .pic img {
  width: 100%;
  transition: all .5s;
}

.category_about .main2 .content ul li:hover .pic img {
  transform: scale(1.1);
}

.category_about .main2 .content ul li .intro {
  position: absolute;
  top: 75px;
  left: 40px;
}

.category_about .main2 .content ul li .intro h4 {
  color: #ffffff;
  font-size: 24px;
  padding-top: 20px;
}

.category_about .main2 .content ul li .intro p {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px;
}

.category_about .main3 {
  background: url(../images/category_about_main3_bg.jpg) no-repeat center/cover;
  padding: 80px 0;
}

.category_about .main3 .content {
  margin-top: 40px;
}

.category_about .main3 .content .swiper-slide img {
  width: 100%;
}

.category_about .main3 .content .swiper-slide h4 {
  background: #ededed;
  line-height: 58px;
  text-align: center;
  color: #080808;
  font-size: 18px;
}

.nylist {
  padding: 0 0 80px;
}

.nylist .subnav {
  border-bottom: solid 1px #bfbfbf;
  padding: 20px 0;
}

.nylist .subnav ul {
  gap: 20px;
}

.nylist .subnav ul li a {
  display: block;
  padding: 10px 20px;
  color: #4d4d4d;
  font-size: 18px;
}

.nylist .subnav ul li a.cur,
.nylist .subnav ul li a:hover {
  background: #0c3870;
  color: #ffffff;
}

.nylist .content {
  padding-top: 40px;
}

.nylist .content ul {
  gap: 25px;
}

.nylist .content ul li {
  width: 416px;
  overflow: hidden;
}

.nylist .content ul li:nth-child(3n) {
  margin-right: 0;
}

.nylist .content ul li .pic {
  overflow: hidden;
}

.nylist .content ul li .pic img {
  display: block;
  width: 100%;
  transition: all .5s;
}

.nylist .content ul li:hover .pic img {
  transform: scale(1.1);
}

.nylist .content ul li .intro {
  background: #efefef;
  padding: 25px 20px;
}

.nylist .content ul li .intro h4 {
  height: 48px;
  overflow: hidden;
  color: #080808;
  font-size: 20px;
  margin: 5px 0 15px;
}

.nylist .content ul li:hover .intro h4 {
  color: #0c3870;
}

.nylist .content ul li .intro p {
  overflow: hidden;
  height: 72px;
  color: #080808;
  font-size: 16px;
  line-height: 24px;
}

.nylist .content ul li .intro .date_more span {
  color: #808080;
  font-size: 16px;
}

.pages {
  margin-top: 80px;
}

.pages span {
  margin: 0 10px;
  width: 40px;
  line-height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #e5e5e5;
  color: #393939;
  font-size: 16px;
}

.pages span:first-child,
.pages span:last-child {
  width: 95px;
  border-radius: 30px;
}

.pages span a {
  color: #666666;
  font-size: 16px;
}

.pages .p_n1,
.pages span:hover,
.pages span:hover a {
  color: #ffffff;
  background: #0c3870;
}

.nyshow {
  padding: 80px 0;
}

.nyshow .title {
  color: #080808;
  font-size: 24px;
  text-align: center;
}

.nyshow .time {
  color: #999999;
  font-size: 14px;
  text-align: center;
  margin: 20px 0;
}

.nyshow .content {
  color: #666666;
  font-size: 16px;
  line-height: 2;
  margin-top: 40px;
}

.nyshow .content img {
  max-width: 100%;
}

.product_subnav {
  padding: 35px 0;
}

.product_subnav>.nycontainer>ul {
  gap: 20px;
}

.product_subnav .item {
  position: relative;
  width: 31%;
}

.product_subnav .item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eeeeee;
  padding: 15px;
  transition: all 0.5s ease;
}

.product_subnav .item.active .title {
  background: #0c3870;
}

.product_subnav .item .title h3 {
  color: #414141;
  font-size: 18px;
  transition: all 0.5s ease;
}

.product_subnav .item.active .title h3 {
  color: #ffffff;
}

.product_subnav .item .title span {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #0c3870;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.5s ease;
}

.product_subnav .item.active .title span {
  background: #ffffff;
  color: #353535;
}

.product_subnav .item ul {
  position: absolute;
  z-index: 1;
  border: 1px solid #dedede;
  border-top: none;
  padding: 0 35px;
  background-color: #fff;
  width: 100%;
  top: 100%;
  left: 0;
  box-sizing: border-box;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  display: none;
}

.product_subnav .item ul li {
  position: relative;
  border-bottom: 1px solid #dedede;
}

.product_subnav .item ul li a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 60px;
  height: 45px;
  transition: all 0.5s ease;
}

.list_product .catname {
  font-size: 24px;
  font-weight: normal;
  color: #186cc3;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
}

.list_product .content {
  padding: 20px 0 80px;
  background: #eeeeee;
}

.list_product .content ul {
  gap: 30px;
}

.list_product .content ul li {
  width: 413px;
}

.list_product .content ul li .pic {
  position: relative;
  border: solid 1px #dedede;
  transition: all 0.5s ease;
  overflow: hidden;
}

.list_product .content ul li .pic::after {
  content: "";
  width: 197px;
  height: 59px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background: url(../images/mark.png) no-repeat center / cover;
  opacity: .5;
}

.list_product .content ul li:hover .pic {
  border-color: #186cc3;
}

.list_product .content ul li .pic img {
  width: 100%;
  transition: all 0.5s ease;
}

.list_product .content ul li:hover .pic img {
  transform: scale(1.1);
}

.list_product .content ul li .tt {
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  background: #0c3870;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.5s ease;
}

.list_contact {
  padding: 40px 0;
}

.list_contact .main1 .infos .item {
  width: 408px;
  border-top: solid 10px #145cb0;
  background: #eeeeee;
  padding: 34px 28px;
}

.list_contact .main1 .infos .item .info ul li {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.list_contact .main1 .infos .item .info ul li:first-child {
  margin-top: 0;
}

.list_contact .main1 .infos .item .info ul li p {
  color: #393939;
  font-size: 18px;
  padding-left: 10px;
}

.list_contact .main1 .infos .item .code {
  margin-top: 30px;
  text-align: center;
}

.list_contact .main1 .infos .item .code p {
  color: #6a6a6a;
  font-size: 16px;
  padding-top: 10px;
}

.list_contact .main1 .address {
  margin-top: 40px;
}

.list_contact .main1 .address ul li {
  width: 50%;
  display: flex;
  align-items: center;
}

.list_contact .main1 .address ul li .text {
  padding-left: 20px;
}

.list_contact .main1 .address ul li .text h4 {
  color: #6a6a6a;
  font-size: 22px;
}

.list_contact .main1 .address ul li .text p {
  color: #393939;
  font-size: 18px;
  padding-top: 10px;
}

.list_contact .main2 {
  margin-top: 55px;
}

.list_contact .main2 .title h3 {
  color: #000000;
  font-size: 24px;
}

.list_contact .main2 .title span {
  display: block;
  margin-top: 20px;
  width: 40px;
  height: 2px;
  background: #000;
}

.list_contact .main2 .content {
  margin-top: 40px;
}

.list_contact .main2 .content ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc((100% - 77px) / 3);
  height: 183px;
  background: url(../images/list_contact_main2_bg.jpg) no-repeat center/cover;
  padding: 0 40px;
  color: #000000;
}

.list_contact .main2 .content ul li h4 {
  font-size: 18px;
}

.list_contact .main2 .content ul li p {
  font-size: 36px;
}

.list_application {
  padding: 90px 0;
}

.list_application .title_intro h3 {
  width: 50%;
  color: #1B2229;
  font-size: 40px;
  line-height: 1.4;
}

.list_application .title_intro p {
  width: 50%;
  color: #40464a;
  font-size: 15px;
  line-height: 2;
}

.list_application .content {
  margin-top: 65px;
}

.list_application .content ul {
  gap: 20px
}

.list_application .content ul li {
  position: relative;
  width: 310px;
  border-radius: 10px;
  overflow: hidden;
}

.list_application .content ul li .pic {
  overflow: hidden;
}

.list_application .content ul li .pic img {
  width: 100%;
  transition: all .5s;
}

.list_application .content ul li:hover .pic img {
  transform: scale(1.1);
}

.list_application .content ul li .tt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.show_product .main1 {
  background-color: #fff;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.show_product .main1 p a {
  font-size: 16px;
  color: #080808;
}

.show_product .main1 p i {
  margin: 0 5px;
}

.show_product .main1 p i::before {
  color: #333333;
  font-size: 14px;
}

.show_product .main1 .return_a {
  flex-shrink: 0;
  width: 160px;
  height: 50px;
  background-color: #186cc3;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}

.show_product .main2 {
  background-color: #f6f7fb;
  padding-top: 30px;
  padding-bottom: 110px;
}

.show_product .main2 .nycontainer {
  background-color: #fff;
  border: 1px solid #dedede;
  position: relative;
}

.show_product .divl {
  position: absolute;
  width: 42%;
  height: 100%;
  top: 0;
  left: 0;
}

.show_product .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

.show_product .gallery-top .swiper-slide::after {
  content: "";
  width: 197px;
  height: 59px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background: url(../images/mark.png) no-repeat center/cover;
  opacity: .5;
}

.show_product .gallery-top {
  width: 100%;
  height: 80%;
}

.show_product .gallery-thumbs {
  width: 100%;
  height: 20%;
  box-sizing: border-box;
  border-top: 1px solid #dedede;
}

.show_product .gallery-thumbs .swiper-slide {
  box-sizing: border-box;
  border-left: 1px solid #dedede;
}

.show_product .gallery-thumbs .swiper-slide:first-of-type {
  border-left: none;
}

.show_product .gallery-thumbs .swiper-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  border: 1px solid #186cc3;
  opacity: 0;
  transition: all 0.5s ease;
}

.show_product .gallery-thumbs .swiper-slide-thumb-active::after {
  opacity: 1;
}

.show_product .swiper-button-prev,
.show_product .swiper-button-next {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  margin-top: -23px;
  background: none;
  background-color: #186cc3;
  font-size: 22px;
  outline: none;
}

.show_product .swiper-button-prev {
  left: 0;
}

.show_product .swiper-button-next {
  right: 0;
}

.show_product .swiper-button-prev {
  top: 0;
  margin-top: 0;
  height: 100%;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.show_product .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: 100%;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.show_product .swiper-button-prev::after,
.show_product .swiper-button-next::after {
  display: none;
}

.show_product .divr {
  margin-left: 42%;
  width: 58%;
  box-sizing: border-box;
  border-left: 1px solid #dedede;
  box-sizing: border-box;
  padding: 20px 56px 15px;
}

.show_product .divr .h5 {
  font-size: 26px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
}

.show_product .divr .nr_div {
  height: 265px;
  font-size: 16px;
  color: #080808;
  line-height: 1.6;
  text-align: justify;
  overflow-y: auto;
  padding-right: 10px;
}

.show_product .divr .h6 {
  display: flex;
  margin-top: 15px;
}

.show_product .divr .h6 .a2 {
  font-size: 24px;
  color: #186cc3;
  height: 48px;
  line-height: 48px;
  padding-right: 16px;
  border: 1px solid #186cc3;
  border-left: none;
}

.show_product .divr .h6 .a2::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  width: 48px;
  height: 100%;
  background-color: #186cc3;
  background-image: url(../images/tb1.png);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
}

.show_product .main3 {
  position: relative;
  padding-top: 30px;
}

.show_product .main3 .tab_h6 {
  position: absolute;
  top: -60px;
  left: 0;
  background-color: #fff;
  width: 100%;
  font-size: 0;
}

.show_product .main3 .tab_h6 span {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.show_product .main3 .tab_h6 span.active,
.show_product .main3 .tab_h6 span:hover {
  background-color: #186cc3;
  border: 1px solid #186cc3;
  color: #fff;
}

.show_product .main3 .tab_dl {
  padding-top: 0;
}

.show_product .main3 .tab_dl dd {
  display: none;
}

.show_product .main3 .tab_dl dd:first-of-type {
  display: block;
}

.show_product .main3 .tab_dl dd img {
  width: auto;
  max-width: 100%;
}

.show_product .main3 .tab_dl dd p {
  text-align: center;
}

.bay_box {
  position: fixed;
  z-index: 11;
  bottom: 20%;
  right: 0;
}

.bay_box a {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.bay_box a:last-of-type {
  margin-bottom: 0;
}

.bay_box a h6 {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #186cc3;
  box-sizing: border-box;
}

.bay_box a img {
  width: 25px;
}

.bay_box a span {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

.bay_box a p {
  position: absolute;
  width: 255px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #1894d2;
  text-align: left;
  padding: 0 30px;
  font-size: 18px;
  line-height: 80px;
  box-sizing: border-box;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease;
}

.bay_box a .ewm_img {
  position: absolute;
  width: 120px;
  left: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.5s ease;
}

.bay_box a:hover .ewm_img {
  left: -120px;
  opacity: 1;
}

.bay_box a:hover p {
  left: -255px;
  opacity: 1;
}

.navs li .ej_a {
  position: absolute;
  z-index: 9999;
  width: 100%;
  top: 100%;
  left: 0;
  background-image: url(../images/bj8.png);
  background-size: cover;
  background-position: center;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 0;
  display: none;
}

.navs li .ej_a>a {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  font-size: 16px;
  box-sizing: border-box;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
}

.navs li .ej_a>a:first-of-type {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.yyly_box {
  padding: 40px 0;
}

.yyly_box .type_div {
  position: relative;
}

.yyly_box .type_div h6 {
  font-size: 0;
  padding-left: 30px;
  background-image: url(../images/tb2.png);
  background-size: 16px;
  background-position: left 7px;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  margin-top: -26px;
}

.yyly_box .type_div h6 p {
  display: inline-table;
  font-size: 18px;
  line-height: 30px;
  color: #080808;
  margin-right: 42px;
}

.yyly_box .type_div h6 a {
  font-size: 18px;
  color: #080808;
  /*margin-left: 42px;*/
  transition: all 0.5s ease;
}

.yyly_box .type_div h6 a:first-of-type {
  margin-left: 0;
}

.yyly_box .type_div h6 a.active,
.yyly_box .type_div h6 a:hover {
  color: #186cc3;
}

.yyly_box .title_h5 {
  margin-bottom: 50px;
}

.yyly_box .title_h5 strong {
  display: block;
  font-size: 28px;
  font-family: "宋体";
  text-transform: uppercase;
  margin-bottom: 18px;
}

.yyly_box .title_h5 strong::after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  background-color: #186cc3;
  margin-top: 16px;
}

.yyly_box .title_h5 span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
}

.yyly_box .title_h5 span::after {
  content: "";
  height: 1px;
  width: calc(100% - 200px);
  background-color: #dedede;
}

.yyly_box .title_h5 small {
  display: block;
  font-size: 18px;
  color: #080808;
  margin-top: 18px;
}

.yyly_box .div1 {
  display: flex;
  align-items: center;
  background-color: #f6f7fb;
}

.yyly_box .div1 dt {
  flex-shrink: 0;
  width: 500px;
  height: 300px;
  background-size: cover;
  background-position: center;
}

.yyly_box .div1 dd {
  flex: 1;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0 70px;
}

.yyly_box .div1 dd i img {
  width: 36px;
  height: 36px;
}

.yyly_box .div1 dd h6 {
  font-size: 30px;
  margin: 28px 0 24px;
}

.yyly_box .div1 dd p {
  font-size: 16px;
  color: #080808;
  line-height: 1.6;
}

.yyly_box .div2 {
  margin-top: 20px;
  padding: 10px 0;
  background-color: #f6f7fb
}

.yyly_box .div2 dt {
  font-family: "宋体";
  font-size: 24px;
  margin-bottom: 40px;
}

.yyly_box .div2 dd {
  margin-top: -24px;
}

.yyly_box .div2 dd a {
  width: 18.4%;
  margin-right: 2%;
  margin-top: 24px;
  background-color: #fff;
}

.yyly_box .div2 dd a:nth-of-type(5n) {
  margin-right: 0;
}

.yyly_box .div2 dd a em {
  display: block;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  border: 1px solid #dedede;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.yyly_box .div2 dd a em i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}

.yyly_box .div2 dd a span {
  display: block;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background-color: #186cc3;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header .search {
  width: 150px;
  height: 24px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  margin-right: 15px;
  margin-bottom: 15px;
}

.header .search form {
  display: flex;
  align-items: center;
}

.header .search form .boxCss {
  border: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  line-height: 20px;
  font-size: 14px;
  background: none;
}

.header .search form .btnCss {
  flex-shrink: 0;
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/icon_search.png) no-repeat center/16px;
  border: none;
  border-radius: 50%;
  background-color: #186cc3;
}

.header .language {
  margin-bottom: 15px;
}

/* .header .language::before {
  content: "";
  background: url(../images/icon_language.jpg);
  display: block;
  width: 53px;
  height: 27px;
} */

.header .language>ul>li>a::after {
  content: "▾";
  font-size: 20px;
  color: #080808;
  transition: all 0.5s ease;
}

.header .language:hover::after {
  transform: rotate(-90deg);
}

.header .language>ul>li {
  position: relative;
  margin: 0 10px;
  border-bottom: solid 1px #333333;
}

.header .language>ul>li>ul {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99999;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
  border: 1px solid #eee;
  width: 250px;
  background: #ffffff;
  padding: 20px 10px 20px 20px;
}

.header .language>ul>li>ul>li {
  display: inline-block;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0 10px 0 0;
  width: 30%;
  vertical-align: top;
}

.header .language ul li a {
  color: #333333;
  font-size: 16px;
}

.header .language ul li>ul {
  display: none;
}

.header .language>ul>li:hover>ul {
  display: block;
}

.cpfl_box {
  position: relative;
  width: 100%;
  height: 45vw;
  background-image: url(../images/tp58.jpg);
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}

.cpfl_box .swiper-container {
  position: absolute;
  z-index: 3;
  width: 26%;
  top: 26%;
  left: 37%;
}

.cpfl_box .swiper-container .swiper-slide {
  opacity: 0 !important;
}

.cpfl_box .swiper-container .swiper-slide-active {
  opacity: 1 !important;
}

.cpfl_box .swiper-container .swiper-slide em {
  display: block;
  margin: 0 auto;
  width: 80%;
  padding-bottom: 80%;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

.cpfl_box .swiper-container .swiper-slide div {
  text-align: center;
  margin-top: 20px;
}

.cpfl_box .swiper-container .swiper-slide div h6 {
  font-size: 30px;
}

.cpfl_box .swiper-container .swiper-slide div p {
  font-size: 16px;
  line-height: 1.6;
  height: 50px;
  overflow: hidden;
  margin: 14px 0;
}

.cpfl_box .swiper-container .swiper-slide div a {
  margin: 0 auto;
}

.cpfl_box .uls {
  position: absolute;
  width: 78%;
  height: 100%;
  left: 11%;
  top: 0;
}

.cpfl_box .uls li {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  background-image: url(../images/bj7.jpg);
  transition: all 0.5s ease;
}

.cpfl_box .uls li i {
  display: block;
  width: 40px;
  height: 40px;
  color: #186cc3;
  transition: all 0.5s ease;
  background: no-repeat center/cover;
}

.cpfl_box .uls li i.icon-1 {
  background-image: url(../images/category_product_icon1_h.png);
}

.cpfl_box .uls li i.icon-2 {
  background-image: url(../images/category_product_icon2_h.png);
}

.cpfl_box .uls li i.icon-3 {
  background-image: url(../images/category_product_icon3_h.png);
}

.cpfl_box .uls li i.icon-4 {
  background-image: url(../images/category_product_icon4_h.png);
}

.cpfl_box .uls li i.icon-5 {
  background-image: url(../images/category_product_icon5_h.png);
}

.cpfl_box .uls li i.icon-6 {
  background-image: url(../images/category_product_icon6_h.png);
}

.cpfl_box .uls li i.icon-7 {
  background-image: url(../images/category_product_icon7_h.png);
}

.cpfl_box .uls li i.icon-8 {
  background-image: url(../images/category_product_icon8_h.png);
}

.cpfl_box .uls li.active i.icon-1 {
  background-image: url(../images/category_product_icon1.png);
}

.cpfl_box .uls li.active i.icon-2 {
  background-image: url(../images/category_product_icon2.png);
}

.cpfl_box .uls li.active i.icon-3 {
  background-image: url(../images/category_product_icon3.png);
}

.cpfl_box .uls li.active i.icon-4 {
  background-image: url(../images/category_product_icon4.png);
}

.cpfl_box .uls li.active i.icon-5 {
  background-image: url(../images/category_product_icon5.png);
}

.cpfl_box .uls li.active i.icon-6 {
  background-image: url(../images/category_product_icon6.png);
}

.cpfl_box .uls li.active i.icon-7 {
  background-image: url(../images/category_product_icon7.png);
}

.cpfl_box .uls li.active i.icon-8 {
  background-image: url(../images/category_product_icon8.png);
}

.cpfl_box .uls li span {
  display: block;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
  transition: all 0.5s ease;
}

.cpfl_box .uls li.active {
  background-image: url(../images/bj7h.jpg);
}

.cpfl_box .uls li.active i {
  color: #fff;
}

.cpfl_box .uls li.active span {
  color: #fff;
}

.cpfl_box .uls li:nth-of-type(1) {
  top: 8%;
  left: 15%;
}

.cpfl_box .uls li:nth-of-type(2) {
  top: 40%;
  left: 10%;
}

.cpfl_box .uls li:nth-of-type(3) {
  top: 71%;
  left: 15%;
}

.cpfl_box .uls li:nth-of-type(4) {
  top: 8%;
  right: 15%;
}

.cpfl_box .uls li:nth-of-type(5) {
  top: 40%;
  right: 10%;
}

.cpfl_box .uls li:nth-of-type(6) {
  top: 71%;
  right: 15%;
}

.cpfl_box .form {
  position: absolute;
  text-align: center;
  width: 26%;
  top: 6%;
  left: 37%;
  font-size: 0;
}

.cpfl_box .form h6 {
  font-size: 30px;
  margin-bottom: 24px;
}

.cpfl_box .form input {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  width: calc(100% - 60px);
  background-color: #f6f7fb;
  box-sizing: border-box;
  border: 1px solid #dedede;
  border-right: none;
  padding: 0 20px;
  font-size: 16px;
}

.cpfl_box .form .btnCss {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 60px;
  height: 60px;
  background: url(../images/icon_search.png) no-repeat center/20px #186cc3;
  font-size: 18px;
}

.more_a {
  display: block;
  width: 138px;
  height: 38px;
  box-sizing: border-box;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 36px;
  transition: all 0.5s ease;
}

.more_a::after {
  font-family: "bootstrap-icons";
  content: "\F135";
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.moreb_a {
  border: 1px solid #186cc3;
  color: #186cc3;
}

.cpsy_box .div2 {
  background-color: #f6f7fb;
  padding: 70px 0;
}

.cpsy_box .div2 .title_h5 {
  margin-bottom: 50px;
}

.cpsy_box .div2 .title_h5 strong {
  display: block;
  font-size: 24px;
  font-family: "宋体";
  text-transform: uppercase;
  margin-bottom: 18px;
}

.cpsy_box .div2 .title_h5 strong::after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  background-color: #186cc3;
  margin-top: 16px;
}

.cpsy_box .div2 .title_h5 span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
}

.cpsy_box .div2 .title_h5 span::after {
  content: "";
  height: 1px;
  width: calc(100% - 200px);
  background-color: #dedede;
}

.cpsy_box .div2 .title_h5 small {
  display: block;
  font-size: 18px;
  color: #080808;
  margin-top: 18px;
}

.cpsy_box .div2 .swiper_div {
  position: relative;
}

.cpsy_box .div2 .swiper-slide em {
  display: block;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}

.cpsy_box .div2 .swiper-slide em i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}

.cpsy_box .div2 .swiper-slide h6 {
  font-size: 22px;
  margin: 26px 0 18px;
  transition: all 0.5s ease;
}

.cpsy_box .div2 .swiper-slide p {
  font-size: 16px;
  line-height: 1.6;
  color: #080808;
  height: 77px;
  overflow: hidden;
}

.cpsy_box .div2 .swiper-button-prev {
  left: -80px;
}

.cpsy_box .div2 .swiper-button-next {
  right: -80px;
}

.cpsy_box .div2 .swiper-pagination {
  position: static;
  margin-top: 46px;
  width: 100%;
  height: 2px;
  background-color: #dedede;
}

.cpsy_box .div2 .swiper-pagination span {
  background-color: #186cc3;
}

.cpsy_box .div2 .swiper-slide:hover em i {
  transform: scale(1.1);
}

.cpsy_box .div2 .swiper-slide:hover h6 {
  color: #186cc3;
}

.cpsy_box .div2 .swiper-pagination {
  margin-top: 40px;
}

.search_box {
  padding: 40px 0;
}

.search_box .title_h5 {
  margin-bottom: 50px;
}

.search_box .title_h5 strong {
  display: block;
  font-size: 36px;
  font-family: "宋体";
  text-transform: uppercase;
  margin-bottom: 18px;
}

.search_box .title_h5 strong::after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  background-color: #186cc3;
  margin-top: 16px;
}

.search_box .title_h5 span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
}

.search_box .title_h5 span::after {
  content: "";
  height: 1px;
  width: calc(100% - 200px);
  background-color: #dedede;
}

.search_box .title_h5 small {
  display: block;
  font-size: 18px;
  color: #080808;
  margin-top: 18px;
}

.search_box .h6 {
  font-size: 16px;
  padding-bottom: 16px;
  color: #080808;
  border-bottom: 1px solid #ddd;
}

.search_box ul li {
  position: relative;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
  padding-left: 10px;
}

.search_box ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 50%;
}

.search_box ul li a {
  display: block;
  font-size: 16px;
  color: #080808;
  transition: all 0.5s ease;
}

.header .navs li .sj_a {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 520px;
  top: calc(100% + 60px);
  left: 0;
  background-color: #186cc3;
  font-size: 0;
  text-align: center;
  display: none;
}

.header .navs li .sj_a dt {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 100%;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header .navs li .sj_a dt a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
}

.header .navs li .sj_a dd {
  display: inline-block;
  vertical-align: top;
  width: 480px;
  height: 100%;
}

.header .navs li .sj_a dd div {
  display: none;
  width: 320px;
  background-color: #1693d2;
  position: relative;
}

.header .navs li .sj_a dd div:first-of-type {
  display: block;
}

.header .navs li .sj_a dd div a {
  display: block;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  border-bottom: 1px solid #45a9db;
  color: #fff;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 30px;
  transition: all 0.5s ease;
}

.header .navs li .sj_a dd div p {
  position: absolute;
  width: 100%;
  top: 0;
  left: 100%;
  display: none;
  background-color: #0d89c8;
}

.index_main3 .content .gallery-thumbs {
  width: 80%;
  margin: 0 auto;
}

.index_main3 .content .gallery-thumbs .swiper-slide {
  text-align: center;
  font-size: 20px;
  color: #080808;
  cursor: pointer;
}

.index_main3 .content .gallery-thumbs .swiper-slide span {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  transition: all 0.5s ease;
}

.index_main3 .content .gallery-thumbs .swiper-slide-thumb-active span {
  color: #186cc3;
  border-color: #186cc3;
}

.index_main3 .content .gallery-top {
  height: 28vw;
  padding: 0 22%;
  margin-top: 40px;
}

.index_main3 .content .gallery-top::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 22%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.index_main3 .content .gallery-top::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 22%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.index_main3 .content .gallery-top .swiper-slide {
  box-sizing: border-box;
  padding: 0 40px;
}

.index_main3 .content .gallery-top .swiper-slide a {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
}

/* .index_main3 .content .gallery-top .swiper-slide a::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/bj1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
} */

.index_main3 .content .gallery-top .swiper-slide dt {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index_main3 .content .gallery-top .swiper-slide dt em {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}

.index_main3 .content .gallery-top .swiper-slide i {
  position: absolute;
  font-size: 30px;
  top: 32px;
  left: 32px;
}

.index_main3 .content .gallery-top .swiper-slide div {
  position: absolute;
  z-index: 3;
  width: 80%;
  left: 32px;
  bottom: 32px;
}

.index_main3 .content .gallery-top .swiper-slide h6 {
  font-size: 36px;
}

.index_main3 .content .gallery-top .swiper-slide p {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.7;
  margin: 24px 0;
}

.nylist .content .list_hzqy {
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.nylist .content .list_hzqy ul li {
  width: 306px;
  border: solid 1px #ccc;
}

.list_contact .sjwz {
  color: #ffffff;
  margin-top: 20px;
}

.list_contact .sjwz h4 {
  font-size: 16px;
}

.list_contact .sjwz h4::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  margin-top: 14px;
}

.list_contact .sjwz p {
  font-size: 14px;
  margin-top: 15px;
}

.list_contact .sjwz img {
  margin-top: 15px;
}

.category_about .main1 .numCount .item i {
  position: relative;
  top: -20px;
  font-size: 24px;
}

.fancybox-nav {
  width: auto;
  display: flex;
  align-items: center;
}

.fancybox-nav span {
  position: initial;
}

.fancybox-content {
  display: none;
}

.fancybox-content img {
  max-width: 100%;
}

.list_contact .main2 .page_ts {
  text-align: center;
  background: #eeeeee;
  color: #676767;
  padding: 25px 0;
  margin-bottom: 20px;
  font-size: 14px;
}

.list_contact .main2 .left {
  width: 455px;
}

.list_contact .main2 .left img {
  max-width: 100%;
}

.list_contact .main2 .right {
  float: right;
  width: 800px;
}

.list_contact .main2 i {
  position: absolute;
  top: 0;
  right: 5px;
  flex-shrink: 0;
  color: red;
  font-size: 16px;
}

.list_contact .main2 .item {
  position: relative;
  margin-bottom: 15px;
}

.list_contact .main2 .item li {
  position: relative;
  width: calc(50% - 10px);
}

.list_contact .main2 .input1,
.list_contact .main2 .input2 {
  outline: none;
  border: none;
  background: #eeefef;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-size: 16px;
}

.list_contact .main2 .input3 {
  outline: none;
  width: 100%;
  padding-left: 20px;
  line-height: 50px;
  border: none;
  background: #eeefef;
  font-size: 16px;
}

.list_contact .main2 .texta {
  outline: none;
  padding-top: 15px;
  resize: none;
  padding-left: 20px;
  width: 100%;
  border: none;
  background: rgb(238, 239, 239);
  height: 129px;
  font-family: "Arial";
  font-size: 16px;
}

.list_contact .main2 .input4 {
  width: 100%;
  height: 50px;
  border: none;
  color: white;
  background: #145cb0;
  font-size: 18px;
  cursor: pointer;
}

.list_scsb .content ul li .intro h4 {
  text-align: center;
  margin: 0;
}

.aos-animate {
  font-size: 16px;
}

@media (max-width:1300px) {
  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .m_header {
    display: flex;
    justify-content: space-between;
    padding: .5rem;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
  }

  .m_header .index_logo img {
    max-width: 80%;
  }

  .m_header .icon ul li {
    margin-right: .5rem;
  }

  .m_header .m-language {
    margin-right: 1rem;
  }

  .m_header .m-language .title {
    color: #333333;
    font-size: .65rem;
  }

  .m_header .m-language .con {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 999999;
    display: flex;
    transition: all 1s;
    width: 100%;
  }

  .m_header .m-language.on .con {
    right: 0;
  }

  .m_header .m-language.on .con .shadow {
    width: 30%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
  }

  .m_header .m-language .con ul {
    width: 70%;
    height: 100vh;
    background: #ffffff;
    padding: .5rem;
  }

  .m_header .m-language .con ul li {
    margin-bottom: .5rem;
  }

  .m_header .m-language .con ul li a {
    display: flex;
    align-items: center;
  }

  .m_header .m-language .con ul li a img {
    width: 1rem;
  }

  .m_header .m-language .con ul li a span {
    color: #333333;
    font-size: .65rem;
    padding-left: .25rem;
  }

  .m_header .menu {
    width: auto;
    background: none;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .m_header .menu .bi-list {
    color: #000;
    font-size: 1.2rem;
  }

  .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: #0071e3;
    z-index: 2;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  body.open .nav-first.active>a:before {
    width: 100%;
    transition: width .3s 1s;
    -moz-transition: width .3s 1s;
    -ms-transition: width .3s 1s;
    -o-transition: width .3s 1s;
    -webkit-transition: width .3s 1s;
  }

  .nav-first:hover a:before {
    width: 100%;
  }

  .side-nav>ul:hover>.nav-first.active>a:before {
    width: 3px;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  .side-nav>ul:hover>.nav-first.active:hover>a:before {
    width: 100%;
  }

  .nav-first>a {
    position: relative;
    z-index: 3;
    display: block;
    padding: 10px 30px;
    color: rgba(0, 0, 0, .9);
  }

  .nav-first>a:after {
    display: table;
    clear: both;
    content: ''
  }

  .nav-first>a>i {
    float: left;
    position: relative;
    z-index: 3;
    padding: 0 15px 0 1px;
    line-height: 70px;
    font-size: 22px;
  }

  .nav-first>a>b {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 3;
    font-size: 18px;
  }

  body.open .nav-first:hover>a,
  body.open .nav-first.active>a,
  .side-nav>ul:hover>.nav-first.active:hover>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  .side-nav>ul:hover>.nav-first.active>a {
    color: rgba(0, 0, 0, .9);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  body.open .nav-first.active>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s 1s;
    -moz-transition: color .3s 1s;
    -ms-transition: color .3s 1s;
    -o-transition: color .3s 1s;
    -webkit-transition: color .3s 1s;
  }

  .nav-first>a>p,
  .side-nav>ul:hover>.nav-first.active>a>p {
    position: absolute;
    top: 50%;
    right: 30px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .4);
    font-family: 'AddFont';
    padding: 6px;
    border-radius: 50%;
    line-height: 1;
    margin: 0;
    font-size: 12px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  body.open .nav-first:hover>a>p,
  body.open .nav-first.active>a>p,
  .side-nav>ul:hover>.nav-first.active:hover>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
  }

  body.open .nav-first.active>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
    transition: .3s 1s;
    -moz-transition: .3s 1s;
    -ms-transition: .3s 1s;
    -o-transition: .3s 1s;
    -webkit-transition: .3s 1s;
  }

  .side-shadow {
    width: 3999px;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-first>i {
    display: block;
    position: absolute;
    width: 76px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first>i:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 4px;
    margin-left: -8px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    top: 50%;
    left: 50%;
  }

  .nav-first>i:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 20px;
    margin-top: -8px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    left: 50%;
    top: 50%;
  }

  .nav-first.active>i:before,
  .nav-first.active>i:after,
  .nav-first:hover>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first:hover>i:after {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a:before {
    width: 100%;
  }

  .nav-first.mobile-active>a>i,
  .nav-first.mobile-active>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a>p {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>ul {
    padding: 1px 0 0 0;
    height: auto;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>i:after {
    display: none;
  }

  .nav-second {
    margin: 0 0 1px 0;
    list-style: none;
    padding: 0;
    border-bottom: solid 1px #ccc;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>a {
    padding: 10px 30px;
    display: block;
    position: relative;
  }

  .nav-second>a>b {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: rgba(0, 0, 0, .8);
    position: relative;
    z-index: 1;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second>a:after {
    background: #007bff;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second:hover>a:after {
    width: 100%;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .nav-second:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-third {
    display: block;
    line-height: none;
    padding: 1px 0 0 0;
    margin: 0 30px;
  }

  .nav-third>a {
    padding: 0 30px;
    line-height: 50px;
    margin-bottom: 1px;
    background: rgba(0, 0, 0, .08);
    display: block;
    position: relative;
  }

  .nav-third>a>b {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, .9);
  }

  .nav-third>a:after {
    background: #2E2E2E;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third>a>b {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third:hover>a:after {
    width: 100%;
  }

  .nav-third:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .side-foot {
    padding: 30px 30px 25px 30px;
    text-align: left;
    overflow: hidden;
  }

  .side-phone {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  .side-phone:after {
    display: block;
    clear: both;
    content: '';
  }

  body.open .side-phone {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .side-phone P {
    float: left;
    margin: 0;
    line-height: 1;
  }

  .side-phone p b {
    display: block;
    font-family: 'AddFont';
    font-weight: normal;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 5px;
  }

  .side-phone p a {
    display: block;
    font-family: 'AddFont';
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    letter-spacing: -1px;
  }

  .side-phone i {
    float: right;
    display: block;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .8);
    padding: 4px 4px 0 4px;
    margin-top: 9px;
    cursor: pointer;
  }

  .side-phone i:hover {
    background: rgba(0, 0, 0, .8);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
  }

  .side-text {
    white-space: pre-wrap;
    padding-top: 10px;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    font-family: 'Addfont', Microsoft Yahei;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  body.open .side-text {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    height: 0;
    background: rgba(0, 0, 0, .03);
  }

  .bay_box {
    position: fixed;
    z-index: 11;
    bottom: 15%;
    right: 0;
  }



  .index_main4 .content .left {
    width: 100%;
    float: none;
  }

  .index_main4 .content .right {
    width: 100%;
    float: none;
    margin-left: 0%;
  }

  .index_main4 .content .right .pic img {
    width: 100%;
    height: auto;
    transition: all .5s;
  }

  .category_about .main1 .nycontainer .justify-content-between {
    display: block !important;
  }

  .category_about .main1 .intro {
    width: 100%;
    display: block;
  }

  .category_about .main1 .numCount {
    width: 100%;
    display: block;
  }

  .category_about .main1 .numCount .item {
    width: 100%;
  }

  .category_about .main1 .publicize {
    margin-top: 25px;
  }

  .category_about .main1 {
    padding: 1.5rem 0;
  }

  .category_about .main2 .nycontainer .content .justify-content-between {
    display: block !important;
    overflow: hidden;
  }

  .category_about .main2 .content ul li {
    position: relative;
    width: 42%;
    float: left;
    text-align: center;
    margin: 0px 4%;
  }

  .category_about .main2 .content ul li .pic img {
    max-width: 293px;
    width: 100%;
  }

  .category_about .main2 .content ul li .intro {
    position: absolute;
    top: 75px;
    left: 32%;
    text-align: left;
  }

  .subnavcont03 {
    display: block;
  }

  .zsannavbtn03 {
    padding: 18px;
    color: #333333;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    border-bottom: 1px solid #DDDDDD;
  }

  .zsannavbtn03 a {
    color: #333;
    font-size: 18px;
  }

  .zsannavbtn03 a:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
    margin: 0 0 3px 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }

  .subnavlist03 ul li a.cur {
    background-color: rgb(2, 133, 200, .5);
    color: #ffffff;
  }

  .subnavlist03 ul li a {
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
    line-height: 26px;
    color: #333333;
    border-bottom: 1px solid #DDDDDD;
  }

  .list_contact .main1 .infos {
    flex-wrap: wrap;
  }

  .list_contact .main1 .infos .item {
    width: 100%;
    border-top: solid .25rem #145cb0;
    padding: .85rem .7rem;
  }

  .list_contact .main1 .infos .item .info ul li {
    margin-top: .75rem;
  }

  .list_contact .main1 .infos .item .info ul li p {
    font-size: .55rem;
    padding-left: .25rem;
  }

  .list_contact .main1 .infos .item .code p {
    font-size: .55rem;
    padding-top: .25rem;
  }

  .list_contact .main1 .address {
    margin-top: 1rem;
  }

  .list_contact .main1 .address ul {
    flex-wrap: wrap;
  }

  .list_contact .main1 .address ul li .text {
    padding-left: .5rem;
  }

  .list_contact .main1 .address ul li .text h4 {
    font-size: .65rem;
  }

  .list_contact .main1 .address ul li .text p {
    font-size: .55rem;
    padding-top: .25rem;
  }

  .nylist .content ul li {
    width: 46%;
    margin-right: 2%;
    overflow: hidden;
  }

  .nylist .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .nylist .content .list_hzqy {
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
  }

  .nylist .content .list_hzqy ul li {
    width: 30%;
    margin-right: 1%;
    overflow: hidden;
  }

  .nylist .content .list_hzqy ul li:nth-child(3n) {
    margin-right: 0%;
  }

  .yyly_box {
    padding: 40px 20px;
  }

  .yyly_box .div1 {
    display: block;
    align-items: center;
    background-color: #f6f7fb;
    padding-bottom: 14px;
  }

  .yyly_box .div1 dt {
    width: 100%;
    display: block;
    overflow: auto;
    height: auto;
  }

  .yyly_box .div1 dt img {
    width: 100%;
  }

  .yyly_box .div1 dd {
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 0 50px;
  }

  .yyly_box .div1 dd i img {
    width: 36px;
    margin-top: 15px;
    height: 36px;
  }

  .yyly_box .div1 dd h6 {
    font-size: 30px;
    margin: 24px 0 24px;
  }

  .yyly_box .div1 dd p {
    font-size: 16px;
    color: #080808;
    line-height: 1.6;
  }

  .yyly_box .div2 dt {
    margin-bottom: 30px;
  }

  .yyly_box .div2 dd a {
    width: 23%;
    margin-right: 2%;
    margin-top: 24px;
    background-color: #fff;
  }

  .yyly_box .div2 dd a:nth-of-type(5n) {
    margin-right: 2%;
  }

  .yyly_box .div2 dd a:nth-of-type(4n) {
    margin-right: 0;
  }

  .list_product .content ul li {
    width: 30%;
    margin-right: 1%;
    overflow: hidden;
  }

  .show_product .main2 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .show_product .main2 .nycontainer {
    background-color: #fff;
    border: none;
    padding: 0px;
    position: relative;
  }

  .show_product .divl {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
  }

  .show_product .gallery-top {
    height: 60vw;
  }

  .show_product .divr {
    margin-left: 0%;
    display: block;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    border-left: 1px solid #dedede;
    box-sizing: border-box;
    padding: 40px 56px 22px;
  }

  .show_product .divr .nr_div {
    height: auto;
  }

  .show_product .main3 {
    margin: 0px 20px;
  }

  .show_product .gallery-thumbs {
    height: 10vw;
  }

  .product_subnav>.nycontainer>ul {
    gap: 20px;
    display: block !important;
  }

  .product_subnav .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer .infos {
    width: 100%;
    text-align: center;
  }

  .footer .infos .tel {
    width: 8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: 1.5rem;
    margin: .5rem auto 0;
    font-size: .65rem;
    background-size: contain;
  }

  .index_banner .swiper-pagination-bullet {
    width: .425rem;
    height: .425rem;
    margin: 0 .2rem !important;
  }

  .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1rem;
    border-radius: .375rem;
  }

  .index_main1 {
    background: url(../images/index_main1_bg.jpg) no-repeat center / cover;
    padding: 1.5rem 0;
  }

  .index_main1 .left .title h3 {
    font-size: .85rem;
  }

  .index_main1 .left .title h4 {
    font-size: .55rem;
  }

  .index_main1 .left .intro {
    font-size: .55rem;
    margin-top: 1rem;
  }

  .index_main1 .left {
    width: 100%;
  }

  .index_main1 .left .numCount {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .index_main1 .left .numCount .item sub {
    font-size: .55rem;
  }

  .index_main1 .left .numCount .item span {
    font-size: .85rem;
  }

  .index_main1 .left .numCount .item i {
    top: -.5rem;
    font-size: .65rem;
  }

  .index_main1 .left .more {
    margin-top: 1rem;
  }

  .index_main1 .left .more a {
    width: 5.6rem;
    height: 1.375rem;
    line-height: 1.325rem;
    font-size: .55rem;
    border-radius: .25rem;
  }

  .index_main1 .right {
    width: 100%;
    text-align: center;
    padding-top: 1rem;
  }

  .index_main1 .right img {
    max-width: 100%;
  }

  .index_main2 {
    padding: 1.5rem 0;
  }

  .index_title h3 {
    font-size: .85rem;
  }

  .index_title a {
    width: 4rem;
    height: 1.25rem;
    line-height: 1.25rem;
    border-radius: .125rem;
    font-size: .55rem;
  }

  .index_main2 .intro {
    font-size: .55rem;
    margin-top: .5rem;
  }

  .index_main2 .content {
    margin-top: 1rem;
  }

  .index_main2 .content ul {
    flex-wrap: wrap;
    gap: .5rem 2%;
  }

  .index_main2 .content ul li,
  .index_main2 .content ul li.cur {
    width: 32%;
    margin-right: 0;
    transition: all .5s;
    background: #ffffff;
  }

  .index_main2 .content ul li:nth-child(3n) {
    margin-right: 0;
  }

  .index_main2 .content ul li a {
    height: auto;
    padding: .5rem 0;
  }

  .index_main2 .content ul li h4 {
    position: initial;
    font-size: .65rem;
    margin-top: 0.25rem;
  }

  .index_main3 {
    padding: 1.5rem 0;
  }

  .index_main3 .title h3 {
    font-size: .85rem;
  }

  .index_main3 .content {
    margin-top: 1rem;
  }

  .index_main3 {
    padding: 1.5rem 0;
  }

  .index_main3 .title h3 {
    font-size: .85rem;
  }

  .index_main3 .content {
    margin-top: 1rem;
  }

  .index_main3 .content .gallery-thumbs .swiper-slide {
    font-size: .65rem;
  }

  .index_main3 .content .gallery-thumbs .swiper-slide span {
    padding-bottom: .25rem;
  }

  .index_main3 .content .gallery-top {
    height: 7rem;
    padding: 0;
    margin-top: 1rem;
  }

  .index_main3 .content .gallery-top .swiper-slide {
    width: 100%;
    padding: 0;
  }

  .index_main3 .content .gallery-top .swiper-slide div {
    left: 0;
    bottom: .8rem;
    width: 100%;
    padding: 0 1rem;
  }

  .index_main3 .content .gallery-top .swiper-slide h6 {
    font-size: .65rem;
  }

  .index_main3 .content .gallery-top .swiper-slide p {
    font-size: .55rem;
    margin: .5rem 0;
    display: none;
  }

  .index_main3 .content .gallery-top::before,
  .index_main3 .content .gallery-top::after {
    width: auto;
  }

  .index_main3 .swiper-button-next,
  .index_main3 .swiper-button-prev {
    --swiper-navigation-color: #ffffff;
    --swiper-navigation-size: .85rem;
  }

  .more_a {
    width: 3.45rem;
    height: .95rem;
    line-height: .9rem;
    margin-top: .5rem;
  }

  .index_main4 {
    padding: 1.5rem 0;
  }

  .index_main4 .content {
    margin-top: 1rem;
  }

  .index_main4 .content .left ul {
    gap: .25rem;
  }

  .index_main4 .content .left ul li {
    padding: .5rem .5rem;
  }

  .index_main4 .content .left ul li .date {
    font-size: .65rem;
  }

  .index_main4 .content .left ul li .article {
    padding-left: .5rem;
  }

  .index_main4 .content .left ul li .article h4 {
    height: .75rem;
    font-size: .65rem;
  }

  .index_main4 .content .left ul li .article p {
    height: 1.65rem;
    font-size: .55rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .index_main4 .content .right {
    display: none;
  }

  .index_main4 .content .right .article {
    padding: .5rem 1rem;
  }

  .index_main4 .content .right .article h4 {
    height: .9rem;
    font-size: .65rem;
  }

  .index_main4 .content .right .article p {
    height: 1.65rem;
    font-size: .55rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .index_main5 {
    padding: 1.5rem 0;
  }

  .index_main5 .title h3 {
    font-size: .85rem;
  }

  .index_main5 .content {
    margin-top: 1rem;
  }

  .footer {
    padding: 1.5rem 0;
  }

  .footer .infos .email_add {
    font-size: .55rem;
    margin-top: .5rem;
  }

  .copyright {
    padding: .5rem 0;
  }

  .copyright p,
  .copyright p a {
    font-size: .45rem;
  }

  .category_about .main1 .intro h3 {
    font-size: .85rem;
  }

  .category_about .main1 .intro p {
    font-size: .55rem;
    padding-top: .5rem;
  }

  .category_about .main1 .numCount .item {
    padding: .5rem 0;
  }

  .category_about .main1 .numCount .item img {
    max-width: 1.175rem;
    margin-right: .25rem;
  }

  .category_about .main1 .numCount .item sub {
    font-size: .45rem;
  }

  .category_about .main1 .numCount .item span {
    font-size: 1.2rem;
  }

  .category_about .main1 .numCount .item i {
    top: -0.5rem;
    font-size: .6rem;
  }

  .category_about .main1 .numCount .item sub {
    font-size: .45rem;
  }

  .category_about .main1 .publicize {
    margin-top: .5rem;
  }

  .category_about .main1 .publicize h4 {
    font-size: .65rem;
    padding-top: .5rem;
  }

  .category_about .main2 {
    padding: 1.5rem 0;
  }

  .category_about_title h3 {
    font-size: .85rem;
  }

  .category_about .main2 .content {
    margin-top: 1rem;
  }

  .category_about .main2 .content ul li:nth-child(2n) {
    margin-top: 1rem;
  }

  .category_about .main2 .content ul li .intro {
    top: 1rem;
    left: 1rem;
  }

  .category_about .main2 .content ul li .intro h4 {
    font-size: .65rem;
    padding-top: .5rem;
  }

  .category_about .main2 .content ul li .intro p {
    font-size: .55rem;
    line-height: 1.5;
    padding-top: .5rem;
  }

  .category_about .main3 {
    padding: 1.5rem 0;
  }

  .category_about .main3 .content {
    margin-top: 1rem;
  }

  .category_about .main3 .content .swiper-slide h4 {
    line-height: 2rem;
    font-size: .65rem;
  }

  .product_subnav {
    padding: 1rem 0;
  }

  .product_subnav .item {
    margin-bottom: .5rem;
  }

  .product_subnav .item .title {
    padding: .5rem;
  }

  .product_subnav .item .title h3 {
    font-size: .65rem;
  }

  .product_subnav .item .title span {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .55rem;
  }

  .product_subnav .item ul {
    padding: 0 .5rem;
  }

  .product_subnav .item ul li a {
    font-size: .55rem;
    line-height: 1.5rem;
    height: 1.5rem;
  }

  .list_product .content {
    padding: 1.5rem 0;
  }

  .list_product .catname {
    font-size: .85rem;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
  }

  .list_product .content ul {
    gap: .5rem 2%;
  }

  .list_product .content ul li {
    width: 49%;
    margin-right: 0;
  }

  .list_product .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .list_product .content ul li .tt {
    height: 2rem;
    line-height: 2rem;
    font-size: .65rem;
  }

  .pages {
    flex-wrap: wrap;
    gap: .25rem 0;
    margin-top: 1rem;
  }

  .pages span {
    margin: 0 .25rem;
    width: 1rem;
    line-height: 1rem;
    line-height: 1rem;
    font-size: .55rem;
  }

  .pages span:first-child,
  .pages span:last-child {
    width: 2.375rem;
    border-radius: .75rem;
  }

  .pages span a {
    font-size: .555rem;
  }

  .show_product .main1 {
    height: 2rem;
  }

  .show_product .main1 p a {
    font-size: .55rem;
  }

  .show_product .main1 p i {
    margin: 0 .25rem;
  }

  .show_product .main1 p i::before {
    font-size: .45rem;
  }

  .show_product .main1 .return_a {
    width: 4rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: .55rem;
  }

  .show_product .divr {
    padding: 1rem;
  }

  .show_product .divr .h5 {
    font-size: .65rem;
    padding-bottom: .25rem;
    margin-bottom: .25rem;
  }

  .show_product .divr .nr_div {
    height: auto;
    font-size: .55rem;
    padding-right: 0;
  }

  .show_product .divr .h6 {
    margin-top: .5rem;
  }

  .show_product .divr .h6 .a2 {
    font-size: .65rem;
    height: 1.5rem;
    line-height: 1.5rem;
    padding-right: .5rem;
  }

  .show_product .main2 {
    padding: 1rem .5rem 1.5rem;
  }

  .show_product .main3 .tab_h6 {
    position: initial;
    top: 0;
  }

  .show_product .main3 {
    margin: 0rem;
    padding-top: 0;
  }

  .show_product .main3 .tab_dl {
    padding: .5rem 0 1rem;
  }

  .show_product .main3 .tab_h6 span {
    width: 50%;
    height: 2rem;
    line-height: 2rem;
    font-size: .65rem;
  }

  .bay_box a {
    display: none;
    width: 2rem;
    height: auto;
    margin-bottom: .125rem;
  }

  .bay_box a:last-child {
    display: block;
  }

  .bay_box a h6 {
    padding: .25rem 0;
  }

  .bay_box a img {
    display: block;
    margin: auto;
    width: 1rem;
    padding: 0;
  }

  .bay_box a span {
    font-size: .45rem;
    margin-top: .25rem;
  }

  .yyly_box {
    padding: 1rem .5rem;
  }

  .yyly_box .title_h5 {
    margin-bottom: .5rem;
  }

  .yyly_box .title_h5 strong {
    font-size: .85rem;
    margin-bottom: .5rem;
  }

  .yyly_box .title_h5 strong::after {
    width: 1.1rem;
    height: .1rem;
    margin-top: .4rem;
  }

  .yyly_box .type_div h6 {
    padding-left: .75rem;
    background-image: url(../images/tb2.png);
    background-size: .4rem;
    background-position: left .45rem;
    margin-bottom: 1.25rem;
    margin-top: 0;
  }

  .yyly_box .type_div h6 p {
    font-size: .65rem;
    line-height: 1.7;
    margin-right: 1rem;
  }

  .yyly_box .div1 dd {
    padding: 0 1rem;
  }

  .yyly_box .div1 dd i img {
    width: 1rem;
    margin-top: .25rem;
    height: 1rem;
    display: none;
  }

  .yyly_box .div1 dd h6 {
    font-size: .65rem;
    margin: .5rem 0;
  }

  .yyly_box .div1 dd p {
    font-size: .55rem;
  }

  .yyly_box .div2 {
    margin-top: .5rem;
    padding: .25rem 0;
  }

  .yyly_box .div2 dt {
    font-size: .65rem;
    margin-bottom: 1rem;
  }

  .yyly_box .div2 dd {
    margin-top: -.5rem;
  }

  .yyly_box .div2 dd a {
    width: 48%;
    margin-top: .5rem;
  }

  .nylist .subnav {
    padding: .5rem 0;
  }

  .nylist .subnav ul {
    gap: .5rem;
  }

  .nylist .subnav ul li a {
    padding: .25rem .5rem;
    font-size: .65rem;
  }

  .nylist .content {
    padding-top: 1rem;
  }

  .nylist .content ul {
    gap: .5rem 2%;
  }

  .nylist .content ul li {
    width: 100%;
    margin-right: 0;
  }

  .nylist .content ul li .intro {
    padding: .5rem;
  }

  .nylist .content ul li .intro h4 {
    height: auto;
    font-size: .65rem;
    margin: .125rem 0 .375rem;
  }

  .nylist .content ul li .intro p {
    height: auto;
    font-size: .55rem;
    line-height: 1.5;
    display: none;
  }

  .nylist .content ul li .intro .date_more span {
    font-size: .45rem;
  }

  .list_scsb .content ul li {
    width: 49%;
  }

  .list_scsb .content ul li .pic img {
    height: 4.5rem;
  }

  .zsannavbtn03 {
    padding: .5rem;
    font-size: .65rem;
  }

  .subnavlist03 ul li a {
    font-size: .65rem;
    padding: .25rem 0;
    line-height: 1.5;
  }

  .nyshow {
    padding: 1.5rem 0;
  }

  .nyshow .title {
    font-size: .65rem;
  }

  .nyshow .time {
    font-size: .45rem;
    margin: .5rem 0;
  }

  .nyshow .content {
    font-size: .55rem;
    margin-top: 1rem;
  }

  .list_contact {
    padding: 1.5rem 0;
  }

  .list_contact .main2 {
    margin-top: 1rem;
  }

  .list_contact .main2 .page_ts {
    padding: .5rem;
    margin-bottom: .5rem;
  }

  .list_contact .main2 .left {
    display: none;
  }

  .list_contact .main2 .right {
    width: 100%;
  }

  .list_contact .main2 .item {
    margin-bottom: .25rem;
  }

  .list_contact .main2 .item li {
    width: calc(50% - .25rem);
  }

  .list_contact .main2 i {
    font-size: .45rem;
  }

  .list_contact .main2 .input1,
  .list_contact .main2 .input2 {
    height: 1.5rem;
    padding-left: .5rem;
    font-size: .55rem;
  }

  .list_contact .main2 .input3 {
    padding-left: .5rem;
    line-height: 1.5rem;
    font-size: .55rem;
  }

  .list_contact .main2 .texta {
    padding: .5rem;
    height: 4rem;
    font-size: .55rem;
  }

  .list_contact .main2 .input4 {
    height: 1.5rem;
    font-size: .55rem;
  }

  .list_hydt .content ul li {
    width: 100%;
  }

  .list_ywfw .content ul li .intro p {
    display: block;
    height: auto;
  }
}