@keyframes elementUpDown {
  0% {
    transform: translate(-50%, 10px);
  }
  25% {
    transform: translate(-50%, -10px);
  }
  50% {
    transform: translate(-50%, 10px);
  }
  75% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 10px);
  }
}
header {
  background-color: #fff;
  width: 100%;
}
header .c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .c .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 36%;
}
header .c .logo .img img {
  width: 122px;
}
header .c .logo .txt {
  font-size: 24px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  margin-left: 20px;
}
header .c nav {
  width: 60%;
  margin-left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .c nav ul {
  width: 70%;
  width: calc(100% - 238px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .c nav ul li a {
  display: block;
  padding: 46px 0px;
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
header .c nav ul li a span {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
header .c nav .tel {
  width: 178px;
  margin-left: 20px;
  padding-left: 30px;
  position: relative;
}
header .c nav .tel::before {
  display: block;
  content: "";
  width: 1px;
  height: 38px;
  background-color: #d9dadb;
  position: absolute;
  top: 7px;
  left: 0;
}
header .c nav .tel h3 {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
header .c nav .tel h3 i {
  color: #194989;
  margin-right: 6px;
}
header .c nav .tel p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
footer .top {
  width: 100%;
  height: 400px;
  background: url(../images/footer_bg.jpg) no-repeat;
  background-size: cover;
}
footer .top > div .left {
  width: 368px;
  float: left;
  margin-top: 56px;
}
footer .top > div .left img {
  width: 50%;
  display: block;
}
footer .top > div .left h3 {
  font-size: 17px;
  color: #ffffff8c;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 16px;
}
footer .top > div .left h3::after {
  margin-top: 14px;
  margin-bottom: 30px;
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  background-color: #0949d5;
}
footer .top > div .left p {
  font-size: 16px;
  color: #999;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
footer .top > div .left p i {
  font-size: 22px;
  margin-left: 10px;
  margin-right: 10px;
}
footer .top > div .right {
  margin-top: 50px;
  float: right;
  width: 70%;
  width: calc(100% - 500px);
}
footer .top > div .right .title {
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #ffffff80;
}
footer .top > div .right .title h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: left;
}
footer .top > div .right .title h3 i {
  font-size: 30px;
  font-weight: normal;
}
footer .top > div .right .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top > div .right .group .form-group {
  width: 31%;
}
footer .top > div .right .group .form-group input {
  width: 100%;
  line-height: 46px;
  height: 46px;
  font-size: 15px;
  color: #999;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  padding-left: 20px;
  background-color: #333;
}
footer .top > div .right .message_box {
  margin-top: 20px;
  width: 100%;
}
footer .top > div .right .message_box textarea {
  width: 100%;
  height: 100px;
  background-color: #333;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 15px;
  color: #999;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
footer .top > div .right .subBtn {
  margin-top: 10px;
}
footer .top > div .right .subBtn button {
  background-color: #063190;
  color: #fff;
  padding: 14px 30px;
  cursor: pointer;
}
footer .bottom {
  width: 100%;
  height: 62px;
  background-color: #1a1b1d;
  line-height: 62px;
}
footer .bottom > div p {
  font-size: 15px;
  color: #666;
  line-height: 62px;
  font-weight: normal;
  text-align: center;
}
footer .bottom > div p a {
  color: #666;
  padding-left: 10px;
}
.n_nav_list {
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-bottom: 2px solid #f0f0f0;
  background-color: #fff;
  overflow: hidden;
}
.n_nav_list .n_nav_list_center .left {
  float: left;
}
.n_nav_list .n_nav_list_center .left .flex {
  overflow: hidden;
}
.n_nav_list .n_nav_list_center .left .flex li {
  position: relative;
  float: left;
  font-size: 18px;
  padding: 0 20px;
  cursor: pointer;
}
.n_nav_list .n_nav_list_center .left .flex li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #0075cf;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.n_nav_list .n_nav_list_center .left .flex li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #dddddd;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.n_nav_list .n_nav_list_center .left .flex li a {
  font-size: 16px;
  color: #2d3f8b;
  font-weight: bold;
}
.n_nav_list .n_nav_list_center .right {
  float: right;
}
.n_nav_list .n_nav_list_center .right .home {
  overflow: hidden;
}
.n_nav_list .n_nav_list_center .right .home .index {
  color: #000;
  font-size: 15px;
}
.n_nav_list .n_nav_list_center .right .home span {
  font-size: 15px;
}
.n_nav_list .n_nav_list_center .right .home span a {
  color: #999;
}
.pageList {
  margin-top: 40px;
  margin-bottom: 80px;
}
.pageList ul {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageList ul li {
  display: inline-block;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  margin: 0 2px;
}
.pageList ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: normal;
  text-align: center;
}
.n_banner {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.n_banner .img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  animation: n_bannerScale 4s 1;
}
.n_banner .txt {
  position: absolute;
  z-index: 2;
  left: 10%;
}
.n_banner .txt P {
  margin-top: 160px;
  margin-bottom: 18px;
  font-size: 32px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: left;
}
.n_banner .txt h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.n_banner .txt .hx {
  width: 40px;
  height: 2px;
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.n_banner .txt .hx .jux {
  width: 50%;
  height: 100%;
  position: absolute;
  left: -50%;
  top: 0;
  z-index: 1;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0c8e46),
    to(#0066e6)
  );
  background-image: linear-gradient(to right, #194989, #194989);
  -webkit-animation: juxmove 2s linear 0s both infinite;
  animation: juxmove 2s linear 0s both infinite;
}
@keyframes n_bannerScale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes juxmove {
  0% {
    left: -50%;
  }
  75% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes juxmove {
  0% {
    left: -50%;
  }
  75% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.footNav {
  display: none;
}

.tanchu {
  width: 100%;
  height: 0;
  padding-bottom: 0;
  transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.tanchu .t_content {
  padding: 20px;
  background: #ffffff;
  box-sizing: border-box;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tanchu .t_content .img {
  width: 100%;
}
.tanchu .t_content .img img {
  width: 100%;
}
.tanchu .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f17515;
  padding: 16px;
  cursor: pointer;
}
.n_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 26px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-top: 100px;
  margin-bottom: 50px;
}
.n_title::before {
  display: block;
  content: "";
  width: 2px;
  height: 26px;
  background-color: #194989;
  margin-right: 10px;
}
.n_content {
  background-color: #fbfbfb;
  box-sizing: border-box;
  padding: 60px;
}
.n_content p {
  margin-bottom: 18px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.n_content p strong {
  font-size: 18px;
}
.index .part02 {
  background: url(../images/part02_bg.png) no-repeat;
  background-attachment: fixed;
}
.index .part02 > div {
  overflow: hidden;
}
.index .part02 > div .title {
  margin-top: 100px;
}
.index .part02 > div .title div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 > div .title div:nth-child(1) {
  margin-bottom: 6px;
}
.index .part02 > div .title div:nth-child(1) h3 {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  margin-right: 10px;
}
.index .part02 > div .title div:nth-child(1) p {
  background-color: #0075cf;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  padding: 10px 20px;
  border-radius: 20px;
}
.index .part02 > div .prolist {
  margin-top: 60px;
  padding-bottom: 120px;
}
.index .part02 > div .prolist ul {
  width: 100%;
}
.index .part02 > div .prolist ul li {
  background: url(../images/hot_product_bg.jpg) no-repeat left bottom;
  background-size: cover;
}
.index .part02 > div .prolist ul li a {
  display: block;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
.index .part02 > div .prolist ul li a .txt {
  position: absolute;
  right: 30px;
  top: 50px;
  margin-bottom: 40px;
}
.index .part02 > div .prolist ul li a .txt p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.index .part02 > div .prolist ul li a .txt p i {
  color: red;
}
.index .part02 > div .prolist ul li a .img {
  width: 100%;
  margin: 0 auto;
}
.index .part02 > div .prolist ul li a .img img {
  width: 100%;
}
.index .part02 > div .prolist ul li a .desc {
  margin-top: 10px;
  margin-bottom: 20px;
}
.index .part02 > div .prolist ul li a .desc h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.index .part02 > div .prolist ul li a .desc p {
  font-size: 15px;
  color: #ffffff8c;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
.index .part02 > div .prolist ul li a .desc span {
  display: block;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #ffffff80;
  font-size: 15px;
  color: #ffffff;
  line-height: 50px;
  font-weight: normal;
  text-align: center;
}
.index .part02 > div .prolist ul li a .desc span i {
  font-weight: 100;
}
.index .part03 {
  background: url(../images/index_part03.jpg) no-repeat;
  background-attachment: fixed;
  width: 100%;
  padding-bottom: 80px;
}
.index .part03 > div {
  overflow: hidden;
}
.index .part03 > div .top {
  width: 46%;
  margin: 100px auto 40px;
}
.index .part03 > div .top h3 {
  font-size: 28px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
.index .part03 > div .top p {
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
  font-weight: normal;
  text-align: center;
  opacity: 0.8;
}
.index .part03 > div .top a {
  margin-top: 30px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #ffffff80;
  line-height: 1.8;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
.index .part03 > div .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 > div .bottom .left {
  width: 49%;
}
.index .part03 > div .bottom .left > div {
  height: 320px;
  width: 100%;
  background: #ffffff;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease;
}
.index .part03 > div .bottom .left > div:hover {
  background: rgba(255, 255, 255, 0.8);
}
.index .part03 > div .bottom .left > div:hover .icon {
  transform: rotateY(180deg);
}
.index .part03 > div .bottom .left > div > a .icon {
  margin-top: 42px;
  text-align: center;
  transition: all 0.5s ease;
}
.index .part03 > div .bottom .left > div > a .txt {
  margin-top: 14px;
}
.index .part03 > div .bottom .left > div > a .txt h3 {
  font-size: 24px;
  color: #000;
  line-height: 1.8;
  font-weight: normal;
  text-align: center;
}
.index .part03 > div .bottom .left > div > a .txt h4 {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
.index .part03 > div .bottom .left > div > a .txt p {
  margin-top: 20px;
  font-size: 16px;
  color: #999;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
.index .part03 > div .bottom .right {
  width: 49%;
}
.index .part03 > div .bottom .right > div {
  height: 320px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease;
}
.index .part03 > div .bottom .right > div:hover {
  background: rgba(255, 255, 255, 0.9);
}
.index .part03 > div .bottom .right > div:hover .icon {
  transform: rotateY(180deg);
}
.index .part03 > div .bottom .right > div > a .icon {
  margin-top: 42px;
  text-align: center;
  transition: all 0.5s ease;
}
.index .part03 > div .bottom .right > div > a .txt {
  margin-top: 14px;
}
.index .part03 > div .bottom .right > div > a .txt h3 {
  font-size: 24px;
  color: #000;
  line-height: 1.8;
  font-weight: normal;
  text-align: center;
}
.index .part03 > div .bottom .right > div > a .txt h4 {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
.index .part03 > div .bottom .right > div > a .txt p {
  margin-top: 20px;
  font-size: 16px;
  color: #999;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
.index .part05 {
  background: url(../images/part05_bg.png) no-repeat left top;
}
.index .part05 > div {
  overflow: hidden;
}
.index .part05 > div .title {
  margin-top: 100px;
}
.index .part05 > div .title div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 > div .title div:nth-child(1) {
  margin-bottom: 6px;
}
.index .part05 > div .title div:nth-child(1) h3 {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  margin-right: 10px;
}
.index .part05 > div .title div:nth-child(1) p {
  background-color: #0075cf;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  padding: 10px 20px;
  border-radius: 20px;
}
.index .part05 > div .list {
  margin-top: 50px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 50px;
  border-top: 8px solid #0075cf;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part05 > div .list .img {
  width: 48%;
  position: relative;
}
.index .part05 > div .list .img .box1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
  padding: 40px;
}
.index .part05 > div .list .img .box1 h3 {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-bottom: 14px;
}
.index .part05 > div .list .img .box1 p {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.index .part05 > div .list .img .box2 img {
  width: 100%;
}
.index .part05 > div .list .txt {
  width: 48%;
}
.index .part05 > div .list .txt ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 > div .list .txt ul li {
  width: 48%;
  border: 1px solid #dfdfdf;
  margin-bottom: 16px;
  box-sizing: border-box;
  padding: 36px;
  box-shadow: 1px 1px 4px #efefef;
  height: 142px;
}
.index .part05 > div .list .txt ul li:last-of-type {
  border: none;
  box-shadow: none;
  padding: 0 36px;
}
.index .part05 > div .list .txt ul li:last-of-type .text a {
  font-size: 18px;
  color: #0075cf;
  line-height: 142px;
  font-weight: normal;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 > div .list .txt ul li:last-of-type .text a i {
  font-size: 24px;
  margin-left: 10px;
}
.index .part05 > div .list .txt ul li .num {
  font-size: 32px;
  color: #0075cf;
  line-height: 1;
  font-weight: bold;
  text-align: left;
}
.index .part05 > div .list .txt ul li .text h3 {
  font-size: 24px;
  color: #0075cf;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  margin-bottom: 16px;
}
.index .part05 > div .list .txt ul li .text p {
  font-size: 15px;
  color: #999;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  margin-bottom: 6px;
}
.index .part04 {
  background-color: #f4f4f4;
}
.index .part04 > div {
  overflow: hidden;
}
.index .part04 > div .title {
  margin-top: 100px;
}
.index .part04 > div .title div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 > div .title div:nth-child(1) {
  margin-bottom: 6px;
}
.index .part04 > div .title div:nth-child(1) h3 {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  margin-right: 10px;
}
.index .part04 > div .title div:nth-child(1) p {
  background-color: #0075cf;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  padding: 10px 20px;
  border-radius: 20px;
}
.index .part04 > div .list {
  margin-top: 50px;
}
.index .part04 > div .list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 > div .list ul li {
  width: 32%;
}
.index .part04 > div .list ul li a .img {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 320px;
}
.index .part04 > div .list ul li a .img img {
  width: 100%;
}
.index .part04 > div .list ul li a .txt {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
}
.index .part04 > div .list ul li a .txt h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-bottom: 16px;
}
.index .part04 > div .list ul li a .txt span {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.index .part04 > div .list ul li a .txt span i {
  margin-right: 8px;
}
.index .part04 > div .list ul li a .txt p {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.index .part04 > div .list .more {
  margin-top: 40px;
  margin-bottom: 100px;
  padding-top: 20px;
  border-top: 1px solid #999;
}
.index .part04 > div .list .more a {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  text-align: center;
}
.index .part04 > div .list .more a i {
  margin-right: 10px;
}
.about .main {
  width: 100%;
}
.about .main .ct {
  background-color: #fbfbfb;
  box-sizing: border-box;
  padding: 60px;
}
.about .main .ct .about_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .ct .about_content .left {
  width: 56%;
}
.about .main .ct .about_content .left .title {
  margin-bottom: 30px;
}
.about .main .ct .about_content .left .title h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
}
.about .main .ct .about_content .left .title span {
  font-size: 16px;
  color: #666;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  letter-spacing: 1px;
}
.about .main .ct .about_content .left .txt p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
  text-indent: 2em;
}
.about .main .ct .about_content .right {
  width: 40%;
}
.about .main .ct .about_content .right p {
  width: 100%;
}
.about .main .ct .about_content .right p img {
  width: 100%;
}
.about .main .cultrue {
  background-image: url(../images/culture_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-position: 0 -60px;
  padding: 60px;
}
.about .main .cultrue > h3 {
  font-size: 28px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 40px;
}
.about .main .cultrue > div {
  margin-top: 30px;
}
.about .main .cultrue > div > h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-bottom: 14px;
  margin-top: 16px;
}
.about .main .cultrue > div p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.about .main .changfang {
  background-color: #fbfbfb;
  padding: 60px;
  box-sizing: border-box;
}
.about .main .changfang > h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
}
.about .main .changfang ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .changfang ul li {
  width: 32%;
}
.about .main .changfang ul li .img {
  width: 100%;
}
.about .main .changfang ul li .img img {
  width: 100%;
}
.about .main .changfang ul li .txt {
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .changfang ul li .txt h3 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.about .main .changfang ul li .txt i {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.jiameng .main {
  width: 100%;
}
.jiameng .main .ct {
  background-color: #fbfbfb;
  box-sizing: border-box;
  padding: 60px;
}
.jiameng .main .ct .about_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.jiameng .main .ct .about_content .left {
  width: 56%;
}
.jiameng .main .ct .about_content .left .title {
  margin-bottom: 30px;
}
.jiameng .main .ct .about_content .left .title h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-bottom: 18px;
}
.jiameng .main .ct .about_content .left .title span {
  font-size: 16px;
  color: #666;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  letter-spacing: 1px;
}
.jiameng .main .ct .about_content .left .txt p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.jiameng .main .ct .about_content .right {
  width: 40%;
}
.jiameng .main .ct .about_content .right p {
  width: 100%;
}
.jiameng .main .ct .about_content .right p img {
  width: 100%;
}
.jiameng .main .changfang {
  background-color: #fbfbfb;
  padding: 60px;
  box-sizing: border-box;
}
.jiameng .main .changfang > h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
}
.jiameng .main .changfang ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.jiameng .main .changfang ul li {
  width: 32%;
}
.jiameng .main .changfang ul li .img {
  width: 100%;
}
.jiameng .main .changfang ul li .img img {
  width: 100%;
}
.jiameng .main .changfang ul li .txt {
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.jiameng .main .changfang ul li .txt h3 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.jiameng .main .changfang ul li .txt i {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.product_list {
  width: 100%;
}
.product_list .main {
  width: 100%;
  background: url(../images/part02_bg.jpg) no-repeat top center;
  background-size: cover;
}
.product_list .main > div {
  overflow: hidden;
}
.product_list .main > div .title {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.product_list .main > div .title h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: left;
}
.product_list .main > div .title p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.product_list .main > div .title p span {
  font-weight: bold;
  display: block;
}
.product_list .main > div .list {
  margin-top: 40px;
}
.product_list .main > div .list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product_list .main > div .list ul li {
  width: 31%;
  margin-right: 3%;
  margin-bottom: 32px;
}
.product_list .main > div .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product_list .main > div .list ul li a:hover .img img {
  transform: scale(1.1);
}
.product_list .main > div .list ul li a:hover .txt {
  background-color: #264e93;
}
.product_list .main > div .list ul li a:hover .txt .name h3 {
  color: #fff;
}
.product_list .main > div .list ul li a:hover .txt .name span {
  color: #fff;
}
.product_list .main > div .list ul li a:hover .txt .more {
  border: 1px solid #ffffff66;
}
.product_list .main > div .list ul li a:hover .txt .more i {
  color: #fff;
}
.product_list .main > div .list ul li a .img {
  width: 100%;
  overflow: hidden;
}
.product_list .main > div .list ul li a .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.product_list .main > div .list ul li a .txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 32px 26px 20px;
  background-color: #f6f7fb;
  margin-top: 4px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.product_list .main > div .list ul li a .txt .name h3 {
  font-size: 18px;
  line-height: 1;
  color: #333;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}
.product_list .main > div .list ul li a .txt .name span {
  font-size: 18px;
  line-height: 1;
  color: #999;
  text-align: left;
  font-weight: normal;
}
.product_list .main > div .list ul li a .txt .more {
  width: 36px;
  height: 36px;
  border: 1px solid #a6bcd7;
  border-radius: 20px;
  text-align: center;
  line-height: 36px;
}
.product_list .main > div .list ul li a .txt .more i {
  font-weight: bold;
  color: #2d3f8b;
}
.proDetailed .main {
  overflow: hidden;
  padding-bottom: 100px;
  background: url(../images/part02_bg.jpg) no-repeat top center;
}
.proDetailed .main > div .title {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.proDetailed .main > div .title h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: left;
}
.proDetailed .main > div .title p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.proDetailed .main > div .title p span {
  font-weight: bold;
  display: block;
}
.proDetailed .main > div .pro_box {
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
}
.proDetailed .main > div .pro_box::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.proDetailed .main > div .pro_box::before {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.proDetailed .main > div .pro_box .m_proDetailed_left {
  float: left;
  width: 50%;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .m_proDetailedimg img {
  width: 100%;
}
.proDetailed .main > div .pro_box .m_proDetailed_right {
  float: right;
  width: 45%;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 20px;
  line-height: 28px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent {
  margin-bottom: 20px;
  padding-top: 30px;
}
.proDetailed
  .main
  > div
  .pro_box
  .m_proDetailed_right
  .m_proDetailedContent
  ul
  li {
  list-style: none;
  margin-bottom: 20px;
}
.proDetailed
  .main
  > div
  .pro_box
  .m_proDetailed_right
  .m_proDetailedContent
  ul
  li
  p {
  display: inline-block;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}
.proDetailed
  .main
  > div
  .pro_box
  .m_proDetailed_right
  .m_proDetailedContent
  ul
  li
  p
  span {
  display: inline-block;
  font-size: 14px;
  padding-left: 5px;
  color: #999;
  text-transform: uppercase;
}
.proDetailed
  .main
  > div
  .pro_box
  .m_proDetailed_right
  .m_proDetailedContent
  .qiehuan {
  margin-top: 40px;
}
.proDetailed
  .main
  > div
  .pro_box
  .m_proDetailed_right
  .m_proDetailedContent
  .qiehuan
  .fenxiang
  .fenxiang_title {
  margin-top: 0;
}
.proDetailed
  .main
  > div
  .pro_box
  .m_proDetailed_right
  .m_proDetailedContent
  .qiehuan
  .fenxiang
  .fenxiang_title
  h3 {
  font-size: 15px;
  font-weight: bold;
}
.proDetailed
  .main
  > div
  .pro_box
  .m_proDetailed_right
  .m_proDetailedContent
  .qiehuan
  .fenxiang
  .fenxiang_txt {
  margin-top: 12px;
}
.proDetailed
  .main
  > div
  .pro_box
  .m_proDetailed_right
  .m_proDetailedContent
  .qiehuan
  .fenxiang
  .fenxiang_txt
  a {
  display: inline-block;
  margin-right: 20px;
}
.proDetailed
  .main
  > div
  .pro_box
  .m_proDetailed_right
  .m_proDetailedContent
  .qiehuan
  .pre {
  margin-top: 20px;
  padding: 10px;
  width: 100%;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.proDetailed
  .main
  > div
  .pro_box
  .m_proDetailed_right
  .m_proDetailedContent
  .qiehuan
  .pre
  a {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.proDetailed
  .main
  > div
  .pro_box
  .m_proDetailed_right
  .m_proDetailedContent
  .qiehuan
  .next {
  margin-top: 12px;
  padding: 10px;
  width: 100%;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.proDetailed
  .main
  > div
  .pro_box
  .m_proDetailed_right
  .m_proDetailedContent
  .qiehuan
  .next
  a {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.proDetailed .main > div .other {
  overflow: hidden;
}
.proDetailed .main > div .other .title {
  margin-bottom: 30px;
}
.proDetailed .main > div .other ul li .img img {
  width: 100%;
}
.proDetailed .main > div .other ul li .txt {
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .other ul li .txt p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.proDetailed .main > div .other ul li .txt i {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.news .main {
  overflow: hidden;
}
.news .main .news_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 26px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: left;
}
.news .main .news_title::before {
  display: block;
  content: "";
  width: 2px;
  height: 26px;
  background-color: #194989;
  margin-right: 10px;
}
.news .main .news_list ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3;
  transition: all 0.5s ease;
  background-color: #fbfbfb;
}
.news .main .news_list ul li.active {
  background-color: #194989;
  box-shadow: 1px 1px 16px #b9b9b9;
}
.news .main .news_list ul li.active a .news_sub2 .news_sub2_sub1 h3 {
  color: #fff;
}
.news .main .news_list ul li.active a .news_sub2 .news_sub2_sub1 p {
  color: #fff;
}
.news .main .news_list ul li.active a .news_sub2_sub2 .vNum {
  color: #fff;
}
.news .main .news_list ul li.active a .news_sub2_sub2 .date {
  color: #fff;
}
.news .main .news_list ul li a .news_sub1 {
  width: 300px;
  height: 200px;
  overflow: hidden;
  float: left;
}
.news .main .news_list ul li a .news_sub1 img {
  width: 100%;
}
.news .main .news_list ul li a .news_sub2 {
  float: right;
  width: calc(100% - 360px);
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub1 h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub1 h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 21px;
  background-color: #194989;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub1 p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
  margin-bottom: 10px;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub2 .vNum {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub2 .vNum i {
  font-size: 24px;
  padding-right: 6px;
}
.news .main .news_list ul li a .news_sub2 .news_sub2_sub2 .date {
  font-size: 14px;
}
.news_detailed .main .ct .detailed .sub1 h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.news_detailed .main .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.news_detailed .main .ct .detailed .sub2 .share p {
  font-size: 14px;
  margin: 0 10px;
}
.news_detailed .main .ct .detailed .sub2 .news_content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.news_detailed .main .ct .detailed .sub2 .np {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.news_detailed .main .ct .detailed .sub2 .np div {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.news_detailed .main .ct .detailed .sub2 .np div i {
  font-size: 24px;
}
.news_detailed .main .ct .detailed .sub2 .np div a {
  font-size: 16px;
  color: #000;
  line-height: 60px;
  font-weight: normal;
  text-align: left;
}
.contact {
  width: 100%;
}
.contact .main .ct {
  overflow: inherit;
}
.contact .main .ct .contact_list {
  position: relative;
}
.contact .main .ct .contact_list ul {
  display: flex;
  justify-content: space-between;
}
.contact .main .ct .contact_list ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact .main .ct .contact_list ul li .icon {
  background-color: #000;
  border-radius: 30px;
  margin-right: 12px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .main .ct .contact_list ul li .icon i {
  color: #fff;
}
.contact .main .ct .contact_list ul li .icon .icon-dianhua1 {
  font-size: 20px;
}
.contact .main .ct .contact_list ul li .icon .icon-qq1 {
  font-size: 20px;
}
.contact .main .ct .contact_list ul li .txt h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  color: #333;
}
.contact .main .ct .contact_list ul li .txt p {
  font-size: 15px;
  line-height: 1;
  color: #999;
}
.contact .main .ct .contact_list ul li .txt a {
  color: #666;
}
.contact .main .ct .contact_list ul li .txt a span {
  color: red;
}
.contact .main .ct .contact_list .add {
  position: absolute;
  top: 110px;
  z-index: 999;
  width: 100%;
  padding: 40px 0;
  box-shadow: 0px 0px 8px #cccccc;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
.contact .main .ct .contact_list .add i {
  margin-right: 12px;
  font-size: 20px;
}
@media screen and (max-width: 1680px) {
  .index .part05 > div .list .txt ul li {
    padding: 23px;
  }
  .index .part05 > div .list .txt ul li .text h3 {
    font-size: 18px;
  }
  .index .part05 > div .list .txt ul li .text p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1600px) {
  header .c .logo .txt {
    display: none;
  }
  header .c .logo {
    width: 11%;
  }
  header .c nav {
    width: 80%;
  }
  .proDetailed
    .main
    > div
    .pro_box
    .m_proDetailed_right
    .m_proDetailedContent
    ul
    li {
    margin-bottom: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left {
    width: 56%;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right {
    width: 40%;
  }
  .proDetailed .main > div .title {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1440px) {
  header .c .logo {
    width: 16%;
  }
  header .c .logo .txt {
    display: none;
  }
  header .c nav {
    width: 76%;
  }
  header .c nav ul li a {
    padding: 42px 0;
  }
  .mt-110 {
    margin-top: 80px;
  }
  .mt-100 {
    margin-top: 70px !important;
  }
  .mt-70 {
    margin-top: 50px;
  }
  .banner .bottom {
    height: 100px;
  }
  .banner .top ul li .txt h3 {
    font-size: 28px;
  }
  .banner .top ul li .txt p {
    font-size: 16px;
  }
  .banner .bottom .left h3 {
    font-size: 16px;
  }
  .banner .bottom .right h3 {
    font-size: 16px;
  }
  .index .part02 > div .title div:nth-child(1) h3 {
    font-size: 20px;
  }
  .index .part02 > div .title div:nth-child(1) p {
    font-size: 13px;
  }
  .index .part02 > div .title div:nth-child(2) img {
    width: 320px;
  }
  .index .part02 > div .prolist {
    margin-top: 40px;
  }
  .n_banner {
    height: 380px;
    background-position: center !important;
  }
  .n_banner > div {
    width: 100%;
    text-align: center;
    line-height: 380px;
  }
  .n_nav_list .n_nav_list_center .right .home span a {
    font-size: 14px;
  }
  .n_nav_list .n_nav_list_center .left .flex li a {
    font-size: 15px;
  }
  .index .part03 > div .bottom .right > div > a .icon img {
    width: 80px;
  }
  .index .part03 > div .bottom .left > div > a .icon img {
    width: 80px;
  }
  .index .part03 > div .bottom .right > div > a .txt h3 {
    font-size: 20px;
  }
  .index .part03 > div .bottom .left > div > a .txt h3 {
    font-size: 20px;
  }
  .index .part03 > div .bottom .right > div {
    height: 240px;
  }
  .index .part03 > div .bottom .left > div {
    height: 240px;
  }
  .index .part05 > div .title div img {
    width: 320px;
  }
  .index .part05 > div .title div:nth-child(1) h3 {
    font-size: 20px;
  }
  .index .part05 > div .title div:nth-child(1) p {
    font-size: 13px;
  }
  .index .part05 > div .list .txt ul li .text h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .index .part05 > div .list .txt ul li .text p {
    line-height: 1.2;
    font-size: 14px;
  }
  .index .part05 > div .list .txt ul li {
    padding: 16px;
    height: 104px;
  }
  .index .part05 > div .list {
    margin-top: 40px;
    padding: 30px;
  }
  .index .part04 > div .title {
    margin-top: 80px;
  }
  .index .part04 > div .title div:nth-child(1) h3 {
    font-size: 20px;
  }
  .index .part04 > div .title div:nth-child(1) p {
    font-size: 13px;
  }
  .index .part04 > div .title div img {
    width: 360px;
  }
  .index .part04 > div .list ul li a .txt h3 {
    font-size: 16px;
  }
  .index .part04 > div .list ul li a .txt p {
    font-size: 14px;
  }
  .index .part03 > div .top {
    margin: 64px auto 40px;
  }
  .index .part03 > div .top h3 {
    font-size: 26px;
  }
  .index .part03 > div .top p {
    font-size: 14px;
    opacity: 0.8;
  }
  .index .part03 > div .bottom .left > div .icon {
    margin-top: 30px;
  }
  .index .part03 > div .bottom .right > div .icon {
    margin-top: 30px;
  }
  footer .top > div .right .title h3 {
    font-size: 18px;
  }
  footer .top > div .right .title h3 i {
    font-size: 22px;
  }
  footer .top > div .right .group .form-group input {
    font-size: 13px;
  }
  footer .top > div .right .message_box textarea {
    font-size: 13px;
  }
  footer .top > div .left h3 {
    font-size: 16px;
  }
  footer .top > div .left p {
    font-size: 14px;
  }
  footer .bottom > div p {
    font-size: 13px;
  }
  .index .part03::after {
    bottom: 90px;
  }
  .about .main .company .left .content p {
    font-size: 14px;
  }
  .about .main .company .left .title h3 {
    font-size: 24px;
    margin-top: 20px;
  }
  .about .main .company .left .title h3::after {
    height: 24px;
  }
  .about .main {
    padding-bottom: 70px;
  }
  .about .cultrue .cultrue_center .left p {
    font-size: 24px;
  }
  .about .cultrue .cultrue_center .left h3 {
    font-size: 28px;
  }
  .about .cultrue .cultrue_center .right {
    padding: 80px 40px;
  }
  .product_list .main .w1400 .title p {
    font-size: 15px;
  }
  .product_list .main .w1400 .list ul li a .txt .name h3 {
    font-size: 16px;
  }
  .product_list .main .w1400 .list ul li a .txt .more {
    width: 30px;
    height: 30px;
    border: 1px solid #a6bcd7;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
  }
  .product_list .main .w1400 .list ul li a .txt {
    align-items: center;
  }
  .product_list .main .w1400 .list ul li a .txt {
    padding: 16px 26px 16px;
  }
  .products_detailed .main .top .ct .right .title {
    margin-top: 20px;
  }
  .products_detailed .main .top .ct .right .title h3 {
    font-size: 20px;
  }
  .products_detailed .main .top .ct .right .title::after {
    margin-top: 20px;
  }
  .products_detailed .main .top .ct .right .pro_content p {
    font-size: 14px;
  }
  .products_detailed .main .top .ct .right .tel h2 {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .products_detailed .main .top .ct .right .tel h2 i {
    font-size: 18px;
  }
  .proDetailed .main > div .title h3 {
    font-size: 20px;
  }
  .proDetailed
    .main
    > div
    .pro_box
    .m_proDetailed_right
    .m_proDetailedContent
    .qiehuan {
    margin-top: 20px;
  }
  .proDetailed
    .main
    > div
    .pro_box
    .m_proDetailed_right
    .m_proDetailedContent
    ul
    li:last-of-type {
    display: none;
  }
  .n_banner .img img {
    height: 380px;
  }
  .n_banner .txt P {
    margin-top: 120px;
    font-size: 24px;
  }
  .n_title {
    font-size: 24px;
  }
  .news .main .news_title {
    font-size: 24px;
  }
  .news .main .news_list ul li a .news_sub2 .news_sub2_sub1 h3 {
    font-size: 16px;
  }
  .product_list .main > div .list ul li a .txt .name h3 {
    font-size: 16px;
  }
  .product_list .main > div .title h3 {
    font-size: 20px;
  }
  .about .main .ct .about_content .left .title h3 {
    font-size: 24px;
  }
  .about .main .ct .about_content .left .title span {
    font-size: 15px;
  }
  .about .main .cultrue {
    background-position: 0;
  }
  .about .main .cultrue > h3 {
    margin-top: 0;
  }
  .about .main .ct .about_content .left .txt p {
    font-size: 14px;
  }
  .about .main .cultrue > h3 {
    font-size: 24px;
  }
  .about .main .changfang > h3 {
    font-size: 24px;
  }
  .about .main .changfang {
    padding: 40px;
  }
  .about .main .ct .about_content .left {
    width: 55%;
  }
  .about .main .ct .about_content .right {
    width: 42%;
  }
  .news .main .news_list ul li a .news_sub2 .news_sub2_sub1 p {
    font-size: 15px;
  }
  .news .main .news_list ul li a .news_sub1 {
    height: 176px;
  }
  .news_detailed .main .ct .detailed .sub1 h3 {
    font-size: 18px;
  }
  .news_detailed .main .ct .detailed .sub2 .news_content p {
    font-size: 14px;
  }
  .news_detailed .main .ct .detailed .sub2 .np div a {
    font-size: 14px;
  }
  .contact .main .ct .contact_list ul li .txt h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .w80 {
    width: 90% !important;
  }
  header {
    display: none;
  }
  .jiameng .main .ct {
    padding: 20px;
  }
  .jiameng .main .ct .about_content .right {
    display: none;
  }
  .jiameng .main .ct .about_content .left {
    width: 100%;
  }
  .jiameng .main .ct .about_content .left .title h3 {
    margin-top: 20px;
    font-size: 16px;
  }
  .jiameng .main .ct .about_content .left .title span {
    font-size: 14px;
  }
  .jiameng .main .ct .about_content .left .txt p {
    font-size: 13px;
  }
  .jiameng .main .changfang {
    padding: 20px;
  }
  .jiameng .main .changfang > h3 {
    font-size: 16px;
    margin-top: 20px;
  }
  .jiameng .main .changfang ul li {
    width: 100%;
  }
  .jiameng .main .changfang ul li .txt h3 {
    font-size: 13px;
  }
  .section1 {
    margin-top: 50px !important;
  }
  .section1 .index_banner .item {
    height: 40vh !important;
  }
  .mb-100 {
    margin-bottom: 30px !important;
  }
  .mt-60 {
    margin-top: 30px !important;
  }
  .mt-100 {
    margin-top: 40px !important;
  }
  .mt-90 {
    margin-top: 40px !important;
  }
  .contact .main .ct .contact_list ul {
    flex-wrap: wrap;
  }
  .contact .main .ct .contact_list ul li {
    width: 100%;
  }
  .n_banner {
    margin-top: 50px !important;
    height: 200px;
  }
  .n_banner > div {
    line-height: 200px;
  }
  .n_banner > div img {
    width: 100%;
  }
  .n_nav_list .n_nav_list_center .left .flex li a {
    font-size: 13px;
  }
  .n_nav_list .n_nav_list_center .left .flex li {
    padding: 0 10px;
  }
  .n_nav_list {
    height: 50px;
    line-height: 50px;
  }
  .n_nav_list .n_nav_list_center .left {
    display: none;
  }
  .n_nav_list .n_nav_list_center .right {
    float: right;
    text-align: center;
    width: 100%;
  }
  .h-992 {
    display: none;
  }
  .index .part02 > div .title {
    margin-top: 50px;
  }
  .index .part02 > div .title div:nth-child(2) img {
    width: 200px;
  }
  .index .part02 > div .title div:nth-child(1) h3 {
    font-size: 15px;
  }
  .index .part02 > div .title div:nth-child(1) p {
    font-size: 12px;
  }
  .index .part02 > div .title div:nth-child(1) {
    margin-bottom: 4px;
  }
  .index .part02 > div .prolist {
    margin-top: 24px;
    padding-bottom: 50px;
  }
  .index .part02 > div .prolist ul li {
    width: 100%;
  }
  .index .part02 > div .prolist ul li a .desc h3 {
    font-size: 16px;
  }
  .index .part02 > div .prolist ul li a .desc p {
    font-size: 14px;
  }
  .index .part02 > div .prolist ul li a .desc span {
    font-size: 12px;
    width: 56%;
    line-height: 42px;
  }
  .index .part03 > div .top {
    margin: 50px auto 24px;
    width: 100%;
  }
  .index .part03 > div .top h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .index .part03 > div .bottom .left > div > a .txt {
    padding: 0 10px;
  }
  .index .part03 > div .bottom .right > div > a .txt {
    padding: 0 10px;
  }
  .index .part03 > div .bottom .left > div > a .txt h3 {
    font-size: 16px;
  }
  .index .part03 > div .bottom .left > div > a .txt h4 {
    font-size: 12px;
  }
  .index .part03 > div .bottom .left > div > a .txt p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .index .part03 > div .bottom .right > div > a .txt h3 {
    font-size: 16px;
  }
  .index .part03 > div .bottom .right > div > a .txt h4 {
    font-size: 12px;
  }
  .index .part03 > div .bottom .right > div > a .txt p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .index .part03 > div .bottom .right > div > a .icon img {
    width: 66px;
  }
  .index .part03 > div .bottom .left > div > a .icon img {
    width: 66px;
  }
  .index .part03 {
    padding-bottom: 50px;
  }
  .index .part05 > div .title {
    margin-top: 50px;
  }
  .index .part05 > div .title div:nth-child(1) h3 {
    font-size: 15px;
  }
  .index .part05 > div .title div:nth-child(1) p {
    font-size: 12px;
  }
  .index .part05 > div .title div img {
    width: 200px;
  }
  .index .part05 > div .list {
    margin-top: 30px;
  }
  .index .part05 > div .list {
    padding: 20px;
  }
  .index .part05 > div .list .img {
    width: 100%;
  }
  .index .part05 > div .list .txt {
    width: 100%;
  }
  .index .part05 > div .list .txt ul li .text h3 {
    font-size: 14px;
  }
  .index .part05 > div .list .txt ul li .text p {
    font-size: 13px;
  }
  .index .part04 > div .title div:nth-child(1) h3 {
    font-size: 15px;
  }
  .index .part04 > div .title div:nth-child(1) p {
    font-size: 12px;
  }
  .index .part04 > div .title div img {
    width: 240px;
  }
  .index .part04 > div .list ul li {
    width: 100%;
  }
  .index .part04 > div .list {
    margin-top: 30px;
  }
  .index .part04 > div .list ul li {
    margin-bottom: 12px;
  }
  .index .part04 > div .list ul li a .txt {
    padding: 22px;
  }
  .index .part04 > div .list ul li a .txt h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .index .part04 > div .list ul li a .txt p {
    margin-top: 10px;
    font-size: 13px;
  }
  .index .part04 > div .list .more a {
    font-size: 14px;
  }
  .index .part04 > div .list .more {
    margin-bottom: 60px;
  }
  footer .top > div .right {
    display: none;
  }
  footer .top > div .left img {
    width: 40%;
    margin-top: 0;
  }
  footer .top {
    height: 340px;
  }
  footer .top > div .left h3 {
    font-size: 15px;
  }
  footer .bottom > div a {
    font-size: 12px;
  }
  footer .top > div .left img {
    line-height: 38px;
  }
  .n_banner .txt p {
    margin-top: 60px;
    font-size: 22px;
  }
  .n_banner .txt h3 {
    font-size: 15px;
  }
  .n_banner .img img {
    height: 210px;
  }
  .product_list .main > div .title h3 {
    display: none;
  }
  .product_list .main > div .title {
    margin-top: 50px;
  }
  .product_list .main > div .title p span {
    font-size: 15px;
  }
  .product_list .main > div .title p {
    font-size: 13px;
  }
  .product_list .main > div .list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .product_list .main > div .list ul li a .txt .name h3 {
    font-size: 14px;
  }
  .product_list .main > div .list ul li a .txt .more {
    width: 26px;
    height: 26px;
    border: 1px solid #a6bcd7;
    border-radius: 20px;
    text-align: center;
    line-height: 26px;
  }
  .product_list .main > div .list ul li a .txt {
    padding: 20px;
  }
  .proDetailed .main > div .title {
    margin-top: 50px;
  }
  .proDetailed .main > div .title p {
    display: none;
  }
  .proDetailed .main > div .title h3 {
    font-size: 16px;
  }
  .other {
    display: none;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left {
    width: 100%;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right {
    width: 100%;
  }
  .proDetailed .main > div .pro_box {
    padding: 20px;
  }
  .contact .main .ct .contact_list .add {
    display: none;
  }
  .contact .main .ct .contact_list {
    margin-bottom: 40px;
  }
  .contact .main .ct .contact_list ul li .icon {
    width: 40px;
    height: 40px;
  }
  .contact .main .ct .contact_list ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .news .main .news_title {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  .news .main .news_list ul li a .news_sub2 {
    margin-top: 20px;
    width: 100%;
  }
  .news .main .news_list ul li a .news_sub2 .news_sub2_sub1 h3 {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 16px;
  }
  .news .main .news_list ul li a .news_sub2 .news_sub2_sub1 h3::after {
    margin-top: 10px;
  }
  .news .main .news_list ul li a .news_sub2 .news_sub2_sub1 p {
    font-size: 14px;
  }
  .news .main .news_list ul li a .news_sub1 {
    width: 100%;
  }
  .news .main .news_list ul li a .news_sub2 .news_sub2_sub2 {
    margin-top: 20px;
  }
  .news .main .news_title {
    font-size: 18px;
  }
  .news .main .news_title::before {
    height: 18px;
  }
  .news_detailed .main .ct .detailed .sub1 h3 {
    font-size: 16px;
  }
  .news_detailed .main .ct .detailed .sub2 .share {
    margin-bottom: 20px;
  }
  .news_detailed .main .ct .detailed .sub2 .np {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .news_detailed .main .ct .detailed .sub2 .np div {
    width: 100%;
    margin-bottom: 10px;
  }
  .n_content p img {
    width: 100%;
  }
  .n_title {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .n_content {
    padding: 14px;
  }
  .n_title::before {
    height: 18px;
  }
  .n_content p strong {
    font-size: 15px;
  }
  .n_content p {
    font-size: 14px;
  }
  .product_list .main .w1400 .title {
    margin-top: 50px;
  }
  .product_list .main .w1400 .title h3 {
    display: none;
  }
  .product_list .main .w1400 .list ul li {
    width: 100%;
  }
  .products_detailed .main .top .ct {
    padding: 50px 0px;
  }
  .products_detailed .main .top .ct .left {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .products_detailed .main .top .ct .left .bigImg {
    padding: 14px;
  }
  .products_detailed .main .top .ct .right {
    width: 100%;
    padding: 0 20px;
  }
  .products_detailed .main .top .ct .right .title h3 {
    font-size: 16px;
  }
  .products_detailed .main .top .ct .right .tel h2 {
    font-size: 16px;
  }
  .products_detailed .main .top .ct .right .tel a {
    padding: 5px 30px;
    font-size: 14px;
  }
  .products_detailed .main .top .ct .right .button .pre a {
    font-size: 14px;
    line-height: 40px;
  }
  .products_detailed .main .top .ct .right .button .next a {
    font-size: 14px;
    line-height: 40px;
  }
  .proDetailed
    .main
    > div
    .pro_box
    .m_proDetailed_right
    .m_proDetailedTitle
    h3 {
    font-size: 20px;
    margin-bottom: 6px;
    margin-top: 20px;
  }
  .n_banner .txt .hx {
    margin-bottom: 14px;
  }
  .n_banner .txt h3 {
    font-size: 14px;
    width: 90%;
    line-height: 1.2;
  }
  .n_banner .txt p {
    font-size: 18px;
  }
  .about .main .ct {
    padding: 20px;
  }
  .about .main .ct .about_content .left {
    width: 100%;
  }
  .about .main .ct .about_content .left .title h3 {
    font-size: 16px;
  }
  .about .main .ct .about_content .left .title span {
    font-size: 12px;
  }
  .about .main .ct .about_content .left .txt p {
    font-size: 13px;
  }
  .about .main .ct .about_content .left .title {
    margin-bottom: 20px;
  }
  .about .main .ct .about_content .right {
    width: 100%;
  }
  .mb-90 {
    margin-bottom: 50px;
  }
  .about .main .cultrue > h3 {
    margin-top: 0px;
  }
  .about .main .cultrue {
    background-position: 0;
    padding: 30px;
  }
  .about .main .cultrue > h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .about .main .cultrue > div {
    margin-top: 20px;
  }
  .about .main .cultrue > div > h3 {
    font-size: 14px;
  }
  .about .main .cultrue > div p {
    font-size: 14px;
  }
  .mt-80 {
    margin-top: 50px;
  }
  .about .main .changfang {
    padding: 30px;
  }
  .about .main .changfang > h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .about .main .changfang ul li {
    width: 100%;
  }
  .about .main .changfang ul li .txt h3 {
    font-size: 14px;
  }
  .index .part05 > div .list .img .box1 {
    padding: 8px;
  }
  .index .part05 > div .list .img .box1 h3 {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .index .part05 > div .list .img .box1 p {
    font-size: 12px;
  }
  .footNav {
    display: block;
  }
}
