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;
}

.mobile {
  display: none;
}

.container {
  max-width: 1230px;
}

.index .container,
.head .container,
.footer .container {
  max-width: 1430px;
}

.index_banner {
  width: 100%;
  position: relative;
}

.head {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  border-bottom: solid 1px rgba(255, 255, 255, .3);
}

.head.on,
.head:hover {
  background-color: #fff;
  box-shadow: 0 6px 15px 0 rgb(0 0 0 / 20%);
}

.head .logo {
  padding: 15px 0;
}

.head .logo img {
  max-width: 350px;
}

.head .logo img:last-child {
  display: none;
}

.head.on .logo img,
.head:hover .logo img {
  display: none;
}

.head.on .logo img:last-child,
.head:hover .logo img:last-child {
  display: block;
}

.head .inav ul li {
  position: relative;
  padding: 26px 15px;
}

.head .inav ul li>a {
  position: relative;
  color: #fff;
  font-size: 18px;
}

.head.on .inav ul li>a,
.head:hover .inav ul li>a {
  color: #666;
}

.head .inav ul li>a::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: #0071e3;
  transition: all 0.65s;
}

.head .inav ul li.on>a::after,
.head .inav ul li:hover>a::after {
  width: 100%;
}

.head .inav ul li .last-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: calc(50%);
  transform: translateX(-50%);
  width: 180px;
  background: #fff;
  background-color: rgb(255, 255, 255);
  text-align: center;
  z-index: 99999;
  line-height: 30px;
  transition: none;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 2px rgb(34 34 34 / 30%);
}

.head .inav ul li:nth-child(3) .last-nav {
  width: 315px;
}

.head .inav ul li:hover .last-nav {
  display: block;
  animation: lastnav 0.55s;
  -webkit-animation: lastnav 0.55s;
}

@keyframes lastnav {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes lastnav {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.head .inav ul li .last-nav a {
  font-size: 15px;
  color: #333;
  line-height: 50px;
  width: 100%;
  display: inline-block;
  position: relative;
  transition: none;
}

.head .inav ul li .last-nav a:hover {
  color: #0071e3;
  background-color: #fff;
}

.head .language {
  margin-left: 100px;
}

.head .language a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #0071e3;
  color: #fff;
  font-size: 18px;
}

.index_title h3 {
  color: #333333;
  font-size: 48px;
}

.index_title span {
  display: block;
  width: 100px;
  height: 5px;
  background: #0071e3;
  margin-top: 20px;
}

.index_title p {
  color: #666666;
  font-size: 30px;
  margin-top: 20px;
}

.index_main1 {
  position: relative;
  background: url(../images/index_main1_bg1.jpg) no-repeat center left/contain,
    url(../images/index_main1_bg2.jpg) no-repeat center right/contain;
  padding: 80px 0;
}

.index_main1 .left {
  max-width: 640px;
}

.index_main1 .left .intro {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  margin-top: 70px;
}

.index_main1 .left .more {
  margin-top: 80px;
}

.index_main1 .left .more a {
  display: block;
  width: 155px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 30px;
  color: #ffffff;
  font-size: 16px;
  background: #0071e3;
}

.index_main1 .left .more a i {
  margin-left: 5px;
}

.index_main1 .right {
  position: absolute;
  top: 50%;
  right: 2vw;
  transform: translate(0, -50%);
}

.index_main1 .right ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25vw;
  height: 11vw;
  background: rgba(249, 127, 16, .9);
  clip-path: ellipse(50% 50% at 50% 50%);
  color: #ffffff;
}

.index_main1 .right ul li:last-child {
  background: rgba(0, 113, 227, .9);
  margin-left: -3.5vw;
}

.index_main1 .right ul li h4 {
  font-size: 1.5vw;
}

.index_main1 .right ul li p {
  font-size: 1vw;
  padding-top: 10px;
}

.index_main2 {
  background: url(../images/index_main2_bg.jpg) no-repeat center/cover;
  padding-top: 80px;
}

.index_main2 .content {
  margin-top: 40px;
  --height: 30vw;
}

.index_main2 .content .item {
  position: relative;
  flex: 1;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  height: var(--height);
  transition: all .5s;
}

.index_main2 .content .item.active {
  flex: 3;
  border-width: 0;
}

.index_main2 .content .item .layer1 {
  opacity: 0;
}

.index_main2 .content .item.active .layer1 {
  opacity: 1;
}

.index_main2 .content .item .layer1 .pic img {
  width: 100%;
  height: var(--height);
}

.index_main2 .content .item .layer1 .intro {
  position: absolute;
  top: 7vw;
  left: 0;
  width: 100%;
  text-align: center;
}

.index_main2 .content .item .layer1 .intro h4 {
  color: #ffffff;
  font-size: 24px;
}

.index_main2 .content .item .layer1 .intro p {
  color: #ffffff;
  font-size: 16px;
  margin-top: 35px;
  line-height: 2;
}

.index_main2 .content .item .layer1 .intro a {
  display: block;
  width: 145px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #0071e3;
  border-radius: 30px;
  color: #ffffff;
  font-size: 16px;
  margin: 60px auto 0;
}

.index_main2 .content .item .layer1 .intro a i {
  margin-left: 5px;
}

.index_main2 .content .item .layer2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 15px 0;
  text-align: center;
  transition: all .5s;
}

.index_main2 .content .item.active .layer2 {
  opacity: 0;
  z-index: -1;
}

.index_main2 .content .item .layer2 .pic img {
  max-width: 100%;
}

.index_main2 .content .item .layer2 .intro h4 {
  min-height: 5vw;
  color: #333333;
  font-size: 1.1vw;
  margin-top: 45px;
}

.index_main2 .content .item .layer2 .intro p {
  color: #666666;
  font-size: .8vw;
  line-height: 2;
}

.index_main3 {
  background: url(../images/index_main3_bg.jpg) no-repeat center/cover;
  padding: 80px 0;
}

.index_main3 .content {
  margin-top: 40px;
}

.index_main3 .content .left {
  width: 40%;
}

.index_main3 .content .left .list ul li {
  border-bottom: 1px solid rgba(15, 64, 127, 0.1);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.index_main3 .content .left .list ul li .top {
  line-height: 96px;
  font-size: 24px;
  color: #333333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.index_main3 .content .left .list ul li .top span {
  width: 40px;
  display: inline-block;
  margin-right: 15px;
}

.index_main3 .content .left .list ul li .top img {
  max-width: 100%;
}

.index_main3 .content .left .list ul li .bot {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.index_main3 .content .left .list ul li .bot .bot_main {
  min-height: 0;
}

.index_main3 .content .left .list ul li .bot .bot_main .desc {
  font-size: 16px;
  color: #666666;
  line-height: 2;
}

.index_main3 .content .left .list ul li .bot .bot_main .link {
  padding: 35px 0;
}

.index_main3 .content .left .list ul li .bot .bot_main .link .index_link .a {
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  border-radius: 30px;
  border: 1px solid #fff;
  display: inline-block;
  padding: 0 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.index_main3 .content .left .list ul li .bot .bot_main .link .index_link .a i {
  margin-left: 5px;
}

.index_main3 .content .left .list ul li .bot .bot_main .link .index_link1 .a {
  background: #0071e3;
  border-color: #0071e3;
}

.index_main3 .content .left .list ul .active {
  border-color: #0071e3;
}

.index_main3 .content .left .list ul .active .top {
  font-size: 30px;
  color: #0071e3;
}

.index_main3 .content .left .list ul .active .bot {
  grid-template-rows: 1fr;
}

.index_main3 .content .left .list::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.index_main3 .content .left .list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0071e3;
}

.index_main3 .content .left .list::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(15, 64, 127, 0.2);
}

.index_main3 .content .right {
  width: 47%;
}

.index_main3 .content .right p {
  border-radius: 10px;
  overflow: hidden;
  display: none;
  -webkit-transform: rotate(0deg);
}

.index_main3 .content .right p img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.index_main3 .content .right p:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.index_main3 .content .right .active {
  display: block;
}

.index_main4 {
  padding: 80px 0;
}

.index_main4 .content {
  margin-top: 40px;
}

.index_main4 .content .left {
  position: relative;
  width: 50%;
}

.index_main4 .content .left .pic {
  overflow: hidden;
  border-radius: 10px;
}

.index_main4 .content .left .pic img {
  width: 100%;
  transition: all .5s;
}

.index_main4 .content .left:hover .pic img {
  transform: scale(1.1);
}

.index_main4 .content .left .text {
  position: absolute;
  bottom: 35px;
  left: 40px;
  color: #fff;
}

.index_main4 .content .left .text span {
  font-size: 16px;
}

.index_main4 .content .left .text h4 {
  height: 28.8px;
  overflow: hidden;
  font-size: 24px;
  margin-top: 5px;
}

.index_main4 .content .right {
  width: 50%;
  padding-left: 20px;
}

.index_main4 .content .right ul {
  height: 100%;
}

.index_main4 .content .right ul li a {
  display: block;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 1vw;
  transition: all .5s;
}

.index_main4 .content .right ul li a:hover {
  box-shadow: rgba(0, 0, 0, .41) 0 0 10px 0;
}

.index_main4 .content .right ul li span {
  color: #666666;
  font-size: 16px;
}

.index_main4 .content .right ul li h4 {
  height: 28px;
  overflow: hidden;
  color: #333333;
  font-size: 20px;
  margin-top: 5px;
}

.index_main4 .content .right ul li .more {
  display: block;
  width: 145px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #0071e3;
  font-size: 16px;
  border: solid 1px #0071e3;
  border-radius: 30px;
  margin-top: 20px;
  transition: all .5s;
}

.index_main4 .content .right ul li:hover .more {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}

.footer {
  background-color: #2E3844;
  color: #ffffff;
  padding: 70px 0;
}

.footer .row1 {
  border-bottom: #58626C solid 1px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 18px;
}

.footer .left {
  width: 45%;
}

.footer .left .title {
  display: inline-block;
  margin-bottom: 32px;
  border-bottom: #ffffff solid 1px;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 18px;
}

.footer .left ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer .left ul li .icon {
  width: 52px;
  margin-right: 18px;
}

.footer .left ul li .icon img {
  max-width: 100%;
}

.footer .left ul li .intro {
  font-size: 14px;
  line-height: 26px;
}

.footer .right ul li {
  width: 148px;
  text-align: center;
  font-size: 18px;
  line-height: 56px;
  margin: 78px 0px 0px 34px;
}

.footer .right ul li img {
  max-width: 100%;
}

.footer .row2 {
  margin-top: 20px;
}

.footer .row2,
.footer .row2 a {
  color: #fff;
  font-size: 14px;
}

.nybanner img,
.nybanner video {
  display: block;
  width: 100%;
}

.nycontainer {
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
}

.category_about .section1 {
  background: url(../images/category_about_section1_bg.jpg) no-repeat center/cover;
  padding: 80px 0;
}

.category_about .section1 .left {
  width: 585px;
}

.category_about .section1 .left h3 {
  display: inline-block;
  padding-bottom: 30px;
  color: #333333;
  font-size: 48px;
  border-bottom: solid 5px #0071e3;
}

.category_about .section1 .left h4 {
  color: #666666;
  font-size: 30px;
  padding-top: 35px;
}

.category_about .section1 .left p {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 2;
  padding-top: 20px;
}

.category_about .section1 .right {
  width: 565px;
  margin-left: auto;
}

.category_about .section1 .right ul li {
  position: relative;
  width: 266px;
}

.category_about .section1 .right ul li .pic img {
  width: 100%;
}

.category_about .section1 .right ul li .text {
  position: absolute;
  top: 48px;
  left: 45px;
  color: #ffffff;
}

.category_about .section1 .right ul li .text img {
  max-height: 56px;
}

.category_about .section1 .right ul li .text h4 {
  font-size: 24px;
  line-height: 36px;
  padding-top: 15px;
}

.category_about .section1 .right ul li .text p {
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}

.category_about .section2 {
  background: url(../images/category_about_section2_bg.jpg) no-repeat top center;
  padding-top: 40px;
}

.category_about .section2 .title {
  position: relative;
  color: #ffffff;
  font-size: 48px;
  text-align: center;
  padding-bottom: 30px;
}

.category_about .section2 .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100px;
  height: 5px;
  background: #ffffff;
}

.category_about .section2 .content {
  margin-top: 40px;
}

.category_about .section2 .content ul li {
  width: 552px;
}

.category_about .section2 .content ul li .tt {
  display: flex;
  align-items: center;
}

.category_about .section2 .content ul li .tt h4 {
  color: #ffffff;
  font-size: 30px;
  padding-left: 15px;
}

.category_about .section2 .content ul li .intro {
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}

.category_about .section2 .content ul li .pic {
  overflow: hidden;
  border-radius: 15px;
  margin-top: 20px;
}

.category_about .section2 .content ul li .pic img {
  width: 100%;
  transition: all .5s;
}

.category_about .section2 .content ul li .pic:hover img {
  transform: scale(1.1);
}

.category_about .section3 {
  padding: 80px 0;
}

.category_about .section3 .title {
  position: relative;
  color: #333333;
  font-size: 48px;
  text-align: center;
  padding-bottom: 30px;
}

.category_about .section3 .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100px;
  height: 5px;
  background: #0071e3;
}

.category_about .section3 .content {
  margin-top: 60px;
}

.category_about .section3 .content .pic {
  width: 840px;
  overflow: hidden;
}

.category_about .section3 .content .pic img {
  width: 100%;
  transition: all .5s;
}

.category_about .section3 .content .pic:hover img {
  transform: scale(1.1);
}

.category_about .section3 .content .text {
  width: 360px;
  background: #2968b5;
  color: #ffffff;
  font-size: 24px;
  line-height: 2;
}

.left_product {
  width: 25%;
  background: #dbe5e9;
  padding: 80px 0;
  padding-left: 5vw;
}

.left_product .title {
  color: #3e3e3e;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.left_product ul li a {
  display: block;
  border-bottom: solid 2px #ffffff;
  padding: 10px 30px;
  color: #3e3e3e;
  font-size: 18px;
}

.left_product ul li a.cur {
  background: #0071e3;
  color: #ffffff;
}

.list_product .right,
.show_product .right {
  width: 75%;
  background: #eeeeee;
  padding: 80px 0;
  padding-left: 60px;
  padding-right: 5vw;
}

.list_product .right .crumb,
.show_product .right .crumb {
  padding-bottom: 25px;
  border-bottom: solid 2px #0071e3
}

.list_product .right .crumb img,
.show_product .right .crumb img {
  max-width: 26px;
  margin-right: 10px;
}

.list_product .right .crumb a,
.show_product .right .crumb a,
.list_product .right .crumb span,
.show_product .right .crumb span {
  color: #333333;
  font-size: 16px;
}

.list_product .right .title,
.show_product .right .title {
  text-align: center;
  color: #393939;
  font-size: 30px;
  margin-top: 40px;
}

.list_product .right .tt,
.show_product .right .tt {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.list_product .right .tt h3,
.show_product .right .tt h3 {
  color: #393939;
  font-size: 24px;
  margin-left: 15px;
}

.list_product .right p {
  color: #393939;
  font-size: 16px;
  line-height: 2;
}

.list_product .right .content ul li {
  width: 32%;
  text-align: center;
  background: #fff;
  margin-top: 15px;
  margin-right: 2%;
  transition: all .5s;
}

.list_product .right .content ul li:hover {
  box-shadow: #0071e3 0 0 5px 5px;
}

.list_product .right .content ul li:nth-child(3n) {
  margin-right: 0;
}

.list_product .right .content ul li a {
  display: block;
  padding: 5px 5px 15px;
}

.list_product .right .content ul li .pic img {
  width: 100%;
}

.list_product .right .content ul li h4 {
  color: #333333;
  font-size: 18px;
  margin-top: 15px;
}

.show_product .right .content {
  color: #393939;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}

.show_product .right .content img {
  max-width: 100%;
  height: auto !important;
}

.crumb2 {
  padding: 18px 0;
  color: #333333;
  font-size: 18px;
}

.crumb2 .left img {
  margin-right: 10px;
}

.crumb2 .left span {
  margin: 0 5px;
}

.crumb2 .left a {
  color: #333333;
  font-size: 18px;
}

.crumb2 .right ul li a {
  display: block;
  padding: 0 25px;
  line-height: 44px;
  color: #333333;
  font-size: 18px;
}

.crumb2 .right ul li a.cur,
.crumb2 .right ul li a:hover {
  background: #0071e3;
  color: #ffffff;
  border-radius: 30px;
}

.nypage {
  padding: 80px 0;
  background: #eeeeee;
}

.nypage .title {
  text-align: center;
  color: #333333;
  font-size: 24px;
}

.nypage .content {
  margin-top: 40px;
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

.nypage .content img {
  max-width: 100%;
}

.nylist {
  padding: 80px 0;
  background: #eeeeee;
}

.nylist .content ul {
  margin-top: -20px;
}

.nylist .content ul li {
  width: 32%;
  margin-top: 20px;
  margin-right: 2%;
  overflow: hidden;
  border-radius: 10px;
}

.nylist .content ul li:nth-child(3n) {
  margin-right: 0;
}

.nylist .content ul li:hover {
  box-shadow: #0071e3 0 0 5px 5px;
}

.nylist .content ul li .pic img {
  display: block;
  width: 100%;
}

.nylist .content ul li .intro {
  background: #ffffff;
  padding: 30px 25px 20px;
}

.nylist .content ul li .intro span {
  color: #666666;
  font-size: 16px;
}

.nylist .content ul li .intro h4 {
  height: 72px;
  overflow: hidden;
  color: #333333;
  font-size: 24px;
  line-height: 36px;
  margin: 5px 0 15px;
}

.nylist .content ul li .intro .more {
  width: 160px;
  height: 40px;
  line-height: 38px;
  border: solid 1px #0071e3;
  border-radius: 30px;
  text-align: center;
  color: #0071e3;
  font-size: 16px;
}

.nylist .content ul li:hover .intro .more {
  background: #0071e3;
  color: #fff;
}

.pages {
  margin-top: 80px;
}

.pages span {
  margin: 0 10px;
  color: #666666;
  font-size: 16px;
}

.pages span a {
  color: #666666;
  font-size: 16px;
}

.pages .p_n1 {
  color: #0071e3;
}

.nyshow {
  padding: 80px 0;
  background: #eeeeee;
}

.nyshow .title {
  color: #333333;
  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%;
}

.page_contact {
  background: #eeeeee;
  padding: 80px 0;
}

.page_contact .intro {
  width: 486px;
  background: #ffffff;
  padding: 0 45px;
}

.page_contact .intro .title {
  display: inline-block;
  color: #535353;
  font-size: 24px;
  border-bottom: solid 1px #0071e3;
  padding: 25px 0;
}

.page_contact .intro .info {
  margin-top: 30px;
}

.page_contact .intro .info ul li {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.page_contact .intro .info ul li .icon {
  max-width: 50px;
}

.page_contact .intro .info ul li .icon img {
  width: 100%;
}

.page_contact .intro .info ul li .text {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
}

.page_contact .intro .code {
  margin: 15px 0 0 60px;
}

.page_contact .intro .code ul li {
  text-align: center;
}

.page_contact .intro .code ul li:last-child {
  margin-left: 30px;
}

.page_contact .intro .code ul li img {
  max-width: 148px;
}

.page_contact .intro .code ul li p {
  color: #4f4f4f;
  font-size: 18px;
}

.page_contact .map {
  width: 714px;
}

.page_contact .map img {
  width: 100%;
}

.page_yanfa {
  padding: 80px 0;
  background: #eeeeee;
}

.page_yanfa .title {
  text-align: center;
  color: #333333;
  font-size: 24px;
}

.page_yanfa .content {
  margin-top: 40px;
}

.page_yanfa .content ul li {
  display: flex;
}

.page_yanfa .content ul li .pic {
  width: 600px;
  overflow: hidden;
}

.page_yanfa .content ul li .pic img {
  width: 100%;
  transition: all .5s;
}

.page_yanfa .content ul li .pic:hover img {
  transform: scale(1.1);
}

.page_yanfa .content ul li .text {
  width: 600px;
  background: #ffffff;
  padding: 80px 35px;
}

.page_yanfa .content ul li .text h4 {
  color: #0071e3;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.page_yanfa .content ul li .text p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}

.page_yanfa .content ul li:nth-child(2n) {
  flex-direction: row-reverse;
  margin-top: 20px;
}

.index_main5 {
  background: #f7f8fa;
  padding: 80px 0;
}

.index_main5 form {
  margin-top: 40px;
}

.index_main5 form .input-text,
.index_main5 form #txtcontent,
.index_main5 form #dosubmit {
  height: 56px;
  line-height: 56px;
  color: #999999;
  background: #f0f3f5;
  border: 1px #f0f3f5 solid;
  padding: 0 20px;
  font-size: 16px;
  width: 48%;
}

.index_main5 form .input-text:focus,
.index_main5 form #txtcontent:focus {
  border-color: #0071e3;
}

.index_main5 form #txtcontent {
  resize: none;
  width: 100%;
  min-height: 140px;
  margin-top: 20px;
}

.index_main5 form .button {
  margin-top: 20px;
}

.index_main5 form #dosubmit {
  width: 200px;
  background: #0071e3;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  border-radius: 30px;
  border: 1px solid #0071e3;
  display: inline-block;
  padding: 0 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.index_main5 form #dosubmit:hover {
  background: #ff7500;
  border-color: #ff7500;
}

@media (max-width: 1330px) {
  .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 .menu {
    width: auto;
    background: none;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .m_header .menu .bi-list {
    color: #000;
    font-size: 1rem;
  }

  .side-box {
    position: fixed;
    top: 0px;
    width: 300px;
    right: -300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1200;
    color: rgba(0, 0, 0, 1);
    transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .side-cut {
    position: relative;
    width: 280px;
    float: right;
    height: 100%;
  }

  body.open .side-shadow {
    opacity: 1;
    visibility: visible;
  }

  body.open .side-box {
    width: 200%;
    right: 0;
  }

  .side-bin {
    width: 100%;
    background: rgba(255, 255, 255, .975);
    height: 100%;
    z-index: 2;
    position: relative;
    transition: .3s .1s;
    -moz-transition: .3s .1s;
    -ms-transition: .3s .1s;
    -o-transition: .3s .1s;
    -webkit-transition: .3s .1s;
  }

  .side-nav>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nav-first {
    display: block;
    position: relative;
    margin: 0 0 1px 0;
    list-style: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
  }

  .nav-first:nth-child(1) {
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
  }

  .nav-first:nth-child(2) {
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
  }

  .nav-first:nth-child(3) {
    transition: .6s .59s;
    -moz-transition: .6s .59s;
    -ms-transition: .6s .59s;
    -o-transition: .6s .59s;
    -webkit-transition: .6s .59s;
  }

  .nav-first:nth-child(4) {
    transition: .6s .67s;
    -moz-transition: .6s .67s;
    -ms-transition: .6s .67s;
    -o-transition: .6s .67s;
    -webkit-transition: .6s .67s;
  }

  .nav-first:nth-child(5) {
    transition: .6s .74s;
    -moz-transition: .6s .74s;
    -ms-transition: .6s .74s;
    -o-transition: .6s .74s;
    -webkit-transition: .6s .74s;
  }

  .nav-first:nth-child(6) {
    transition: .6s .8s;
    -moz-transition: .6s .8s;
    -ms-transition: .6s .8s;
    -o-transition: .6s .8s;
    -webkit-transition: .6s .8s;
  }

  .nav-first:nth-child(7) {
    transition: .6s .85s;
    -moz-transition: .6s .85s;
    -ms-transition: .6s .85s;
    -o-transition: .6s .85s;
    -webkit-transition: .6s .85s;
  }

  .nav-first:nth-child(8) {
    transition: .6s .89s;
    -moz-transition: .6s .89s;
    -ms-transition: .6s .89s;
    -o-transition: .6s .89s;
    -webkit-transition: .6s .89s;
  }

  .nav-first:nth-child(9) {
    transition: .6s .92s;
    -moz-transition: .6s .92s;
    -ms-transition: .6s .92s;
    -o-transition: .6s .92s;
    -webkit-transition: .6s .92s;
  }

  .nav-first:nth-child(10) {
    transition: .6s .94s;
    -moz-transition: .6s .94s;
    -ms-transition: .6s .94s;
    -o-transition: .6s .94s;
    -webkit-transition: .6s .94s;
  }

  body.open .nav-first {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #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: #ffffff;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second:hover>a:after {
    width: 100%;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .nav-second:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-third {
    display: block;
    line-height: none;
    padding: 1px 0 0 0;
    margin: 0 30px;
  }

  .nav-third>a {
    padding: 0 30px;
    line-height: 50px;
    margin-bottom: 1px;
    background: rgba(0, 0, 0, .08);
    display: block;
    position: relative;
  }

  .nav-third>a>b {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, .9);
  }

  .nav-third>a:after {
    background: #2E2E2E;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third>a>b {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third:hover>a:after {
    width: 100%;
  }

  .nav-third:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .side-foot {
    padding: 30px 30px 25px 30px;
    text-align: left;
    overflow: hidden;
  }

  .side-phone {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  .side-phone:after {
    display: block;
    clear: both;
    content: '';
  }

  body.open .side-phone {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .side-phone P {
    float: left;
    margin: 0;
    line-height: 1;
  }

  .side-phone p b {
    display: block;
    font-family: 'AddFont';
    font-weight: normal;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 5px;
  }

  .side-phone p a {
    display: block;
    font-family: 'AddFont';
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    letter-spacing: -1px;
  }

  .side-phone i {
    float: right;
    display: block;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .8);
    padding: 4px 4px 0 4px;
    margin-top: 9px;
    cursor: pointer;
  }

  .side-phone i:hover {
    background: rgba(0, 0, 0, .8);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
  }

  .side-text {
    white-space: pre-wrap;
    padding-top: 10px;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    font-family: 'Addfont', Microsoft Yahei;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  body.open .side-text {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    height: 0;
    background: rgba(0, 0, 0, .03);
  }

  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .index_title h3 {
    font-size: 1rem;
  }

  .index_title span {
    width: 2rem;
    height: .1rem;
    margin-top: .5rem;
  }

  .index_title p {
    font-size: .55rem;
    margin-top: .5rem;
  }

  .index_main1 {
    padding: 1.5rem 0;
    background: url(../images/index_main1_bg1.jpg) no-repeat center left;
  }

  .index_main1 .container {
    flex-wrap: wrap;
  }

  .index_main1 .left {
    max-width: 100%;
  }

  .index_main1 .left .intro {
    font-size: .55rem;
    line-height: 1.8;
    margin-top: 1rem;
  }

  .index_main1 .left .more {
    margin-top: 1rem;
  }

  .index_main1 .left .more a {
    width: 6rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: .75rem;
    font-size: .55rem;
  }

  .index_main1 .right {
    position: initial;
    width: 100%;
    transform: none;
    margin-top: 1rem;
  }

  .index_main1 .right ul {
    flex-wrap: wrap;
  }

  .index_main1 .right ul li {
    clip-path: none;
    width: 100%;
    height: auto;
    padding: .5rem 1rem;
  }

  .index_main1 .right ul li:last-child {
    margin-top: .5rem;
    margin-left: 0;
  }

  .index_main1 .right ul li h4 {
    font-size: .65rem;
  }

  .index_main1 .right ul li p {
    font-size: .55rem;
    padding-top: .25rem;
  }

  .index_main2 {
    padding-top: 1.5rem;
  }

  .index_main2 .content {
    flex-wrap: wrap;
    margin-top: .8rem;
    --height: auto;
  }

  .index_main2 .content .item {
    width: 100%;
    flex: initial;
  }

  .index_main2 .content .item.active {
    flex: initial;
  }

  .index_main2 .content .item .layer1 .intro {
    top: 2rem;
  }

  .index_main2 .content .item .layer1 .intro h4 {
    font-size: .65rem;
  }

  .index_main2 .content .item .layer1 .intro p {
    font-size: .55rem;
    margin-top: .5rem;
  }

  .index_main2 .content .item .layer1 .intro a {
    width: 5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 1rem;
    font-size: .55rem;
    margin: 1rem auto 0;
  }

  .index_main2 .content .item .layer2 {
    padding: 1rem .25rem 0;
  }

  .index_main2 .content .item .layer2 .intro h4 {
    min-height: auto;
    font-size: .65rem;
    margin-top: 1rem;
  }

  .index_main2 .content .item .layer2 .intro p {
    font-size: .55rem;
  }

  .index_main3 {
    padding: 1.5rem 0;
  }

  .index_main3 .content {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .index_main3 .content .left {
    width: 100%;
  }

  .index_main3 .content .left .list ul li .top {
    line-height: 2.4rem;
    font-size: .65rem;
  }

  .index_main3 .content .left .list ul .active .top {
    font-size: .75rem;
  }

  .index_main3 .content .left .list ul li .top span {
    width: 1rem;
    margin-right: .375rem;
  }

  .index_main3 .content .left .list ul li .bot .bot_main .desc {
    font-size: .55rem;
  }

  .index_main3 .content .left .list ul li .bot .bot_main .link {
    padding: .5rem 0;
  }

  .index_main3 .content .left .list ul li .bot .bot_main .link .index_link .a {
    font-size: .45rem;
    line-height: 1.125rem;
    border-radius: .75rem;
    padding: 0 .75rem;
  }

  .index_main3 .content .right {
    width: 100%;
  }

  .index_main4 {
    padding: 1.5rem 0;
  }

  .index_main4 .content {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .index_main4 .content .left {
    width: 100%;
  }

  .index_main4 .content .left .text {
    bottom: .5rem;
    left: .5rem;
  }

  .index_main4 .content .left .text span {
    font-size: .55rem;
  }

  .index_main4 .content .left .text h4 {
    height: auto;
    font-size: .65rem;
    margin-top: .125rem;
  }

  .index_main4 .content .right {
    width: 100%;
    margin-top: .5rem;
    padding-left: 0;
  }

  .index_main4 .content .right ul li {
    margin-top: .5rem;
  }

  .index_main4 .content .right ul li a {
    padding: .5rem;
  }

  .index_main4 .content .right ul li span {
    font-size: .45rem;
  }

  .index_main4 .content .right ul li h4 {
    height: auto;
    font-size: .65rem;
    margin-top: .125rem;
  }

  .index_main4 .content .right ul li .more {
    width: 4rem;
    height: 1rem;
    line-height: .95rem;
    font-size: .45rem;
    border-radius: .75rem;
    margin-top: .5rem;
  }

  .index_main5 {
    padding: 1.5rem 0;
  }

  .index_main5 form {
    margin-top: 1rem;
  }

  .index_main5 form li {
    flex-wrap: wrap;
  }

  .index_main5 form .input-text,
  .index_main5 form #txtcontent,
  .index_main5 form #dosubmit {
    width: 100%;
    height: 1.4rem;
    line-height: 1.4rem;
    padding: 0 .5rem;
    font-size: .55rem;
  }

  .index_main5 form .input-text:last-child {
    margin-top: .5rem;
  }

  .index_main5 form #txtcontent {
    min-height: 3.5rem;
    margin-top: .5rem;
  }

  .index_main5 form .button {
    margin-top: .5rem;
  }

  .index_main5 form #dosubmit {
    width: 5rem;
    font-size: .55rem;
    line-height: 1.125rem;
    border-radius: .75rem;
    padding: 0 .75rem;
  }

  .footer {
    padding: 1.5rem 0;
  }

  .footer .row1 {
    flex-wrap: wrap;
  }

  .footer .left {
    width: 100%;
  }

  .footer .left .title {
    margin-bottom: 1rem;
    font-size: .65rem;
    line-height: .65rem;
    padding-bottom: .5rem;
  }

  .footer .left ul li {
    margin-bottom: .25rem;
  }

  .footer .left ul li .icon {
    width: 1.5rem;
    margin-right: .5rem;
  }

  .footer .left ul li .intro {
    font-size: .55rem;
    line-height: 1.5;
    color: #fff;
  }

  .footer .left ul li .intro a {
    color: #fff;
  }

  .footer .right {
    width: 100%;
  }

  .footer .right ul {
    justify-content: center;
  }

  .footer .right ul li {
    width: 30%;
    font-size: .55rem;
    line-height: 1.4rem;
    margin: 1rem 0rem 0rem 4%;
    text-align: center;
  }

  .footer .right ul li:first-child {
    margin-left: 0;
  }

  .footer .right ul li img {
    display: block;
  }

  .footer .row2,
  .footer .row2 a {
    font-size: .45rem;
  }

  .footer .row2 {
    flex-wrap: wrap;
    margin-top: .5rem;
  }

  .category_about .section1 {
    padding: 1.5rem 0;
  }

  .category_about .section1>.container {
    flex-wrap: wrap;
  }

  .category_about .section1 .left {
    width: 100%;
  }

  .category_about .section1 .left h3 {
    padding-bottom: .75rem;
    font-size: 1.2rem;
  }

  .category_about .section1 .left h4 {
    font-size: .75rem;
    padding-top: .875rem;
  }

  .category_about .section1 .left p {
    font-size: .55rem;
    padding-top: .5rem;
  }

  .category_about .section1 .right {
    width: 100%;
    margin-top: 1rem;
  }

  .category_about .section1 .right ul li {
    width: 48%;
  }

  .category_about .section1 .right ul li .text {
    top: 1.5rem;
    left: .5rem;
  }

  .category_about .section1 .right ul li .text img {
    max-height: 1.4rem;
  }

  .category_about .section1 .right ul li .text h4 {
    font-size: .65rem;
    line-height: 1.5;
    padding-top: .5rem;
  }

  .category_about .section1 .right ul li .text p {
    font-size: .55rem;
    line-height: 1.5;
    padding-top: .5rem;
  }

  .category_about .section2 {
    padding-top: 1rem;
    background-size: 100% 90%;
  }

  .category_about .section2 .title {
    font-size: 1rem;
    padding-bottom: .5rem;
  }

  .category_about .section2 .title::after {
    width: 2.5rem;
    height: .125rem;
  }

  .category_about .section2 .content {
    margin-top: 1rem;
  }

  .category_about .section2 .content ul li {
    width: 48%;
  }

  .category_about .section2 .content ul li .tt h4 {
    font-size: .65rem;
    padding-left: .375rem;
  }

  .category_about .section2 .content ul li .intro {
    font-size: .5rem;
    margin-top: .5rem;
  }

  .category_about .section2 .content ul li .pic {
    border-radius: .25rem;
    margin-top: .5rem;
  }

  .category_about .section3 {
    padding: 1.5rem 0;
  }

  .category_about .section3 .title {
    font-size: 1rem;
    padding-bottom: .5rem;
  }

  .category_about .section3 .title::after {
    width: 2.5rem;
    height: .125rem;
  }

  .category_about .section3 .content {
    margin-top: 1rem;
    flex-wrap: wrap;
  }

  .category_about .section3 .content .pic {
    width: 100%;
  }

  .category_about .section3 .content .text {
    width: 100%;
    font-size: .65rem;
    padding: .5rem 0;
  }

  .list_product,
  .show_product {
    flex-wrap: wrap;
  }

  .left_product {
    width: 100%;
    padding: 1.5rem .5rem;
  }

  .left_product .title {
    font-size: .85rem;
    margin-bottom: .5rem;
  }

  .left_product ul li a {
    padding: .25rem .5rem;
    font-size: .65rem;
  }

  .list_product .right,
  .show_product .right {
    width: 100%;
    padding: 1.5rem .5rem;
  }

  .list_product .right .crumb,
  .show_product .right .crumb {
    padding-bottom: .5rem;
  }

  .list_product .right .crumb img,
  .show_product .right .crumb img {
    max-width: .65rem;
    margin-right: .25rem;
  }

  .list_product .right .crumb a,
  .show_product .right .crumb a,
  .list_product .right .crumb span,
  .show_product .right .crumb span {
    font-size: .55rem;
  }

  .list_product .right .title,
  .show_product .right .title {
    font-size: 1rem;
    margin-top: 1rem;
  }

  .list_product .right .tt,
  .show_product .right .tt {
    margin-top: .5rem;
    margin-bottom: .25rem;
  }

  .list_product .right .tt h3,
  .show_product .right .tt h3 {
    font-size: .65rem;
    margin-left: .25rem;
  }

  .list_product .right p {
    font-size: .55rem;
  }

  .list_product .right .content ul li {
    width: 49%;
    margin-top: .5rem;
  }

  .list_product .right .content ul li:nth-child(3n) {
    margin-right: 2%;
  }

  .list_product .right .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .list_product .right .content ul li a {
    padding: .125rem .125rem .375rem;
  }

  .list_product .right .content ul li h4 {
    font-size: .65rem;
    margin-top: .375rem;
  }

  .show_product .right .content {
    font-size: .55rem;
    margin-top: .25rem;
  }

  .crumb2 {
    padding: 0;
  }

  .crumb2 .left {
    display: none !important;
  }

  .crumb2 .right ul li {
    margin: .5rem 0;
  }

  .crumb2 .right ul li a {
    padding: 0 .5rem;
    line-height: 2;
    font-size: .65rem;
  }

  .nypage {
    padding: 1.5rem 0;
  }

  .nypage .title {
    font-size: .85rem;
  }

  .nypage .content {
    margin-top: 1rem;
    font-size: .55rem;
  }

  .nylist {
    padding: 1.5rem 0;
  }

  .nylist .content ul {
    margin-top: -0.5rem;
  }

  .nylist .content ul li {
    width: 49%;
    margin-top: .5rem;
  }

  .nylist .content ul li:nth-child(3n) {
    margin-right: 2%;
  }

  .nylist .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .nylist .content ul li .intro {
    padding: .75rem .625rem .5rem;
  }

  .nylist .content ul li .intro span {
    font-size: .45rem;
  }

  .nylist .content ul li .intro h4 {
    height: 2rem;
    font-size: .65rem;
    line-height: 1.5;
    margin: .125rem 0 .375rem;
  }

  .nylist .content ul li .intro .more {
    width: 4rem;
    height: 1rem;
    line-height: 2;
    border-radius: .75rem;
    font-size: .45rem;
  }

  .pages {
    margin-top: 1.5rem;
  }

  .pages span {
    margin: 0 .25rem;
    font-size: .55rem;
  }

  .pages span a {
    font-size: .55rem;
  }

  .nyshow {
    padding: 1.5rem 0;
  }

  .nyshow .title {
    font-size: .6rem;
  }

  .nyshow .time {
    font-size: .45rem;
    margin: .5rem 0;
  }

  .nyshow .content {
    font-size: .55rem;
    margin-top: 1rem;
  }

  .page_contact {
    padding: 1.5rem 0;
  }

  .page_contact .container {
    flex-wrap: wrap;
  }

  .page_contact .intro {
    width: 100%;
    padding: 0 1rem 1rem;
  }

  .page_contact .intro .title {
    font-size: .85rem;
    padding: 1rem 0 .5rem;
  }

  .page_contact .intro .info {
    margin-top: .75rem;
  }

  .page_contact .intro .info ul li {
    margin-top: .375rem;
  }

  .page_contact .intro .info ul li .icon {
    max-width: 1.5rem;
  }

  .page_contact .intro .info ul li .text {
    font-size: .55rem;
    line-height: 1.5;
    padding-left: .5rem;
  }

  .page_contact .intro .code {
    margin: .375rem 0 0 2rem;
  }

  .page_contact .intro .code ul li:last-child {
    margin-left: .75rem;
  }

  .page_contact .intro .code ul li img {
    max-width: 3.7rem;
  }

  .page_contact .intro .code ul li p {
    font-size: .55rem;
  }

  .page_contact .map {
    width: 100%;
  }

  .page_yanfa {
    padding: 1.5rem 0;
  }

  .page_yanfa .title {
    font-size: .85rem;
  }

  .page_yanfa .content {
    margin-top: 1rem;
  }

  .page_yanfa .content ul li {
    flex-wrap: wrap;
  }

  .page_yanfa .content ul li .pic {
    width: 100%;
  }

  .page_yanfa .content ul li .pic img {
    width: 100%;
  }

  .page_yanfa .content ul li .text {
    width: 100%;
    padding: 1rem .5rem;
  }

  .page_yanfa .content ul li .text h4 {
    font-size: .65rem;
  }

  .page_yanfa .content ul li .text p {
    font-size: .55rem;
    margin-top: .5rem;
  }

  .page_yanfa .content ul li:nth-child(2n) {
    margin-top: .5rem;
  }
}