header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  line-height: 100px;
  height: 100px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header > div {
  line-height: inherit;
  overflow: visible !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img {
  margin-right: 20px;
}
header > div .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img a img {
  height: 57px;
}
header > div .logo .logo_text a h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
header > div .logo .logo_text a p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header > div nav {
  width: 70%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 90%;
  width: calc(100% - 80px);
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  line-height: inherit;
  position: relative;
  width: 14%;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #d9d9d9;
}
header > div nav ul li:hover a {
  color: #000000;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #d9d9d9;
}
header > div nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 20px;
}
header > div nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 20px;
}
header > div nav ul li .menu .menu_item a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu .menu_item:hover {
  background-color: #cd0000;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: 30px;
  padding-left: 20px;
}
header > div nav .tool > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool > div i {
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #cd0000;
  line-height: 30px;
  text-align: center;
}
header > div nav .tool > div h3 {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}
header > div nav .tool > p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}
header.on {
  background-color: #ffffff;
}
header.on > div nav ul li a {
  color: #333;
}
@media screen and (max-width: 1440px) {
  header {
    height: 90px;
    line-height: 90px;
  }
  header > div nav ul li a {
    font-size: 15px;
  }
  header > div nav ul li .menu {
    top: 90px;
  }
  header > div nav ul li .menu .menu_item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
footer .top {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(/images/footer_bg.jpg);
  background-position: center;
  background-size: cover;
}
footer .top .w80 .top_sub1 {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .top_sub1 .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .top_sub1 .left .img img {
  width: initial;
}
footer .top .w80 .top_sub1 .left .text {
  margin-left: 0px;
}
footer .top .w80 .top_sub1 .left .text h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .top .w80 .top_sub1 .left .text p {
  margin-top: 6px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.4;
  letter-spacing: 1px;
}
footer .top .w80 .top_sub1 .right ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .top_sub1 .right ul li {
  margin: 0 20px;
  padding-left: 10px;
  position: relative;
}
footer .top .w80 .top_sub1 .right ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #cd0000;
  position: absolute;
  left: 0;
  top: 2px;
}
footer .top .w80 .top_sub1 .right ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
footer .top .w80 .top_sub2 {
  margin-top: 100px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .top_sub2 .left {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .top_sub2 .left .l_sub1 h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
footer .top .w80 .top_sub2 .left .l_sub1 h3 span {
  font-weight: 700;
}
footer .top .w80 .top_sub2 .left .l_sub2 {
  margin-left: 50px;
}
footer .top .w80 .top_sub2 .left .l_sub2 h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
footer .top .w80 .top_sub2 .left .l_sub2 h3 span {
  font-weight: 700;
}
footer .top .w80 .top_sub2 .center h3 {
  font-size: 34px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: "Avan";
  margin-bottom: 8px;
}
footer .top .w80 .top_sub2 .center p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  opacity: 0.3;
}
footer .top .w80 .top_sub2 .right img {
  width: 126px;
}
footer .top .w80 .top_sub2 .right p {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
footer .bottom {
  background-color: #000;
}
footer .bottom .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .bottom .w80 .left a {
  font-size: 15px;
  color: #fff;
  line-height: 56px;
  font-weight: 400;
  text-align: left;
  opacity: 0.5;
}
footer .bottom .w80 .right a {
  font-size: 15px;
  color: #fff;
  line-height: 56px;
  font-weight: 400;
  text-align: left;
  opacity: 0.5;
}
@media screen and (max-width: 1440px) {
  footer .top .w80 .top_sub2 {
    margin-top: 70px;
    margin-bottom: 30px;
  }
  footer .top .w80 .top_sub2 .right img {
    width: 100px;
  }
  footer .top .w80 .top_sub2 .right p {
    font-size: 14px;
  }
  footer .top .w80 .top_sub2 .center h3 {
    font-size: 26px;
  }
  footer .top .w80 .top_sub2 .center p {
    font-size: 12px;
  }
  footer .top .w80 .top_sub2 .left .l_sub1 h3 {
    font-size: 16px;
  }
  footer .top .w80 .top_sub2 .left .l_sub2 h3 {
    font-size: 16px;
  }
  footer .top .w80 .top_sub1 .left .text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  footer .top .w80 .top_sub1 .left .text p {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  footer .bottom .w80 .left a {
    font-size: 14px;
  }
  footer .bottom .w80 .right a {
    font-size: 14px;
  }
  footer .top .w80 .top_sub1 .right ul li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 992px) {
  footer .top .w80 .top_sub2 .left .l_sub2 {
    margin-left: 0;
  }
  footer .top .w80 .top_sub1 .right {
    display: none;
  }
  footer .top .w80 .top_sub1 .left .text h3 {
    font-size: 20px;
  }
  footer .top .w80 .top_sub1 .left .text p {
    letter-spacing: 0;
  }
  footer .top .w80 .top_sub1 .left .text {
    margin-left: 6px;
  }
  footer .top .w80 .top_sub2 .center {
    display: none;
  }
  footer .top .w80 .top_sub2 {
    position: relative;
  }
  footer .top .w80 .top_sub2 .right {
    position: absolute;
    top: 0;
    right: 0;
  }
  footer .bottom .w80 .left {
    display: none;
  }
  footer .top .w80 .top_sub2 .right p {
    display: none;
  }
}
.index .part01 {
  padding-top: 130px;
  background-image: url(/images/part01_bg.jpg);
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  height: 740px;
  position: relative;
}
.index .part01 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part01 .w80 .left {
  width: 42%;
}
.index .part01 .w80 .left .img {
  margin-top: 130px;
}
.index .part01 .w80 .left .text {
  margin-top: 28px;
}
.index .part01 .w80 .left .text h2 {
  font-size: 42px;
  color: #cd0000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 36px;
}
.index .part01 .w80 .left .text p {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 100px;
}
.index .part01 .w80 .left .more {
  width: 220px;
  height: 52px;
  line-height: 52px;
  border: 2px solid #cd0000;
  border-radius: 29px;
  position: relative;
  overflow: hidden;
}
.index .part01 .w80 .left .more::after {
  display: block;
  content: "";
  width: 0;
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s ease;
  background-color: #cd0000;
}
.index .part01 .w80 .left .more:hover::after {
  width: 100%;
}
.index .part01 .w80 .left .more:hover a {
  color: #fff;
}
.index .part01 .w80 .left .more a {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #cd0000;
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
  position: relative;
  z-index: 3;
  transition: all 0.5s ease;
}
.index .part01 .w80 .right {
  width: 52%;
  position: relative;
  height: 690px;
}
.index .part01 .w80 .right .img3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.index .part01 .w80 .right .img2 {
  position: absolute;
  top: 60px;
  right: 110px;
  z-index: 6;
}
.index .part01 .w80 .right .img1 {
  position: absolute;
  top: 10px;
  left: -36px;
  z-index: 6;
}
.index .part02 {
  background-color: #d9d9d9;
  width: 100%;
}
.index .part02 .w80 .item {
  margin-bottom: 100px;
}
.index .part02 .w80 .item h3 {
  font-size: 36px;
  color: #cd0000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 40px;
}
.index .part02 .w80 .item .pro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part02 .w80 .item .pro .pro_fr {
  width: 37%;
  position: relative;
}
.index .part02 .w80 .item .pro .pro_fr:hover .img img {
  transform: scale(1.2);
}
.index .part02 .w80 .item .pro .pro_fr .text {
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 3;
  transform: translateY(-50%);
}
.index .part02 .w80 .item .pro .pro_fr .text h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part02 .w80 .item .pro .pro_fr .text .more {
  width: 140px;
  height: 42px;
  line-height: 42px;
  border: 2px solid #cd0000;
  border-radius: 29px;
  background-color: #cd0000;
}
.index .part02 .w80 .item .pro .pro_fr .text .more a {
  width: 100%;
  display: block;
  font-size: 15px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
}
.index .part02 .w80 .item .pro .pro_fr .img {
  border-radius: 10px;
  width: 100%;
  height: 0;
  padding-bottom: 352px;
  overflow: hidden;
}
.index .part02 .w80 .item .pro .pro_fr .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index .part02 .w80 .item .pro .pro_list {
  width: 62%;
}
.index .part02 .w80 .item .pro .pro_list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part02 .w80 .item .pro .pro_list ul li {
  width: 32.4%;
  height: 348px;
  background-color: #fff;
  box-shadow: 0 4px 0px #cd0000;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.index .part02 .w80 .item .pro .pro_list ul li:hover a .img img {
  transform: scale(1.2);
}
.index .part02 .w80 .item .pro .pro_list ul li:hover a .text p {
  color: #cd0000;
  font-weight: 700;
}
.index .part02 .w80 .item .pro .pro_list ul li a .img {
  margin-top: 24px;
  overflow: hidden;
}
.index .part02 .w80 .item .pro .pro_list ul li a .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index .part02 .w80 .item .pro .pro_list ul li a .text {
  margin-top: 20px;
}
.index .part02 .w80 .item .pro .pro_list ul li a .text p {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(3) {
  height: 352px;
  background: none;
  box-shadow: none;
}
.index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(3) .last_sub1 {
  width: 100%;
  height: 167px;
  background-color: #fff;
  box-shadow: 0 4px 0px #cd0000;
  border-radius: 10px;
}
.index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(3) .last_sub1:nth-of-type(1) {
  margin-bottom: 14px;
}
.index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(3) .last_sub1:nth-of-type(1) a {
  width: 100%;
  display: block;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(3) .last_sub1:nth-of-type(1) a .text {
  width: 42%;
  margin-top: 0;
}
.index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(3) .last_sub1:nth-of-type(1) a .text p {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(3) .last_sub1:nth-of-type(1) a .img {
  width: 58%;
  margin-top: 0;
}
.index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(3) .last_sub1:nth-of-type(1) a .img img {
  width: 100%;
}
.index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(3) .last_sub1:nth-of-type(2) a {
  width: 100%;
  height: inherit;
  display: block;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(3) .last_sub1:nth-of-type(2) a h3 {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
.index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(3) .last_sub1:nth-of-type(2) a i {
  font-size: 42px;
  color: #cd0000;
}
.index .part03 {
  width: 100%;
  padding-top: 124px;
  padding-bottom: 118px;
  background-image: url(/images/part03_bg.jpg);
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.index .part03 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part03 .w80 .left {
  width: 19%;
}
.index .part03 .w80 .left .img {
  margin-top: 154px;
}
.index .part03 .w80 .left .text {
  margin-top: 26px;
  margin-bottom: 112px;
}
.index .part03 .w80 .left .text h3 {
  font-size: 42px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 42px;
}
.index .part03 .w80 .left .text p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.index .part03 .w80 .left .more {
  width: 140px;
  height: 42px;
  line-height: 42px;
  border: 2px solid #fff;
  border-radius: 29px;
}
.index .part03 .w80 .left .more a {
  width: 100%;
  display: block;
  font-size: 15px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
}
.index .part03 .w80 .center {
  width: 35.6%;
  height: 652px;
}
.index .part03 .w80 .center:hover .img img {
  transform: scale(1.2);
}
.index .part03 .w80 .center:hover .text h3 {
  color: #cd0000;
}
.index .part03 .w80 .center:hover .text i {
  color: #cd0000;
}
.index .part03 .w80 .center:hover .text p {
  color: #cd0000;
}
.index .part03 .w80 .center .img {
  width: 100%;
  height: 434px;
  overflow: hidden;
}
.index .part03 .w80 .center .img img {
  width: 100%;
  height: 100%;
  transition: all 2s ease;
}
.index .part03 .w80 .center .text {
  width: 100%;
  height: 220px;
  background-color: #fff;
  padding: 46px 40px;
  box-sizing: border-box;
}
.index .part03 .w80 .center .text h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 14px;
  transition: all 0.5s ease;
}
.index .part03 .w80 .center .text i {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.index .part03 .w80 .center .text p {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  transition: all 0.5s ease;
}
.index .part03 .w80 .right {
  width: 43%;
}
.index .part03 .w80 .right .r_item {
  background-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  padding: 30px;
  height: 210px;
  margin-bottom: 12px;
  transition: all 0.5s ease;
}
.index .part03 .w80 .right .r_item:hover {
  background-color: #ffffff;
}
.index .part03 .w80 .right .r_item:hover h3 {
  color: #333;
}
.index .part03 .w80 .right .r_item:hover i {
  color: #999;
}
.index .part03 .w80 .right .r_item:hover p {
  color: #333;
}
.index .part03 .w80 .right .r_item:nth-of-type(3) {
  margin-bottom: 0;
}
.index .part03 .w80 .right .r_item h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 14px;
  transition: all 0.5s ease;
}
.index .part03 .w80 .right .r_item i {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.index .part03 .w80 .right .r_item p {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
  transition: all 0.5s ease;
}
.index .part04 {
  background-image: url(/images/part04_bg.jpg);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 130px;
}
.index .part04 .w80 .title {
  text-align: center;
}
.index .part04 .w80 .title img {
  width: initial;
  margin: 200px auto 18px;
}
.index .part04 .w80 .title h3 {
  font-size: 42px;
  color: #cd0000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
}
.index .part04 .w80 .title p {
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 1;
}
.index .part04 .w80 .case_list {
  margin-top: 60px;
}
.index .part04 .w80 .case_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .case_list ul li {
  width: 32.4%;
}
.index .part04 .w80 .case_list ul li .img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 0;
  padding-bottom: 320px;
}
.index .part04 .w80 .case_list ul li .img img {
  width: 100%;
}
.index .part04 .w80 .case_list ul li .text {
  width: 100%;
  height: 146px;
  background-color: #fff;
  padding: 30px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .case_list ul li .text .t_left {
  width: 70%;
}
.index .part04 .w80 .case_list ul li .text .t_left h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 12px;
}
.index .part04 .w80 .case_list ul li .text .t_left p {
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 1;
}
.index .part04 .w80 .case_list ul li .text .t_right i {
  font-size: 38px;
  color: #cd0000;
}
@media screen and (max-width: 1440px) {
  .index .part01 {
    height: 530px;
  }
  .index .part01 .w80 .right {
    height: 530px;
  }
  .index .part01 .w80 .right .img3 img {
    width: 100%;
  }
  .index .part01 .w80 .right .img2 img {
    width: 274px;
  }
  .index .part01 .w80 .right .img2 {
    right: 70px;
  }
  .index .part01 .w80 .right .img1 img {
    width: 180px;
  }
  .index .part01 .w80 .left .img {
    margin-top: 50px;
  }
  .index .part01 .w80 .left .text h2 {
    font-size: 32px;
  }
  .index .part01 .w80 .left .text {
    margin-top: 10px;
  }
  .index .part01 .w80 .left .text p {
    font-size: 15px;
    margin-bottom: 50px;
  }
  .index .part01 .w80 .left .more {
    width: 190px;
    height: 46px;
    line-height: 46px;
  }
  .index .part02 .w80 .item h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .index .part02 .w80 .item .pro .pro_fr .img {
    padding-bottom: 272px;
  }
  .index .part02 .w80 .item .pro .pro_list ul li {
    height: 268px;
  }
  .index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(3) .last_sub1 {
    height: 127px;
  }
  .index .part02 .w80 .item .pro .pro_list ul li a .text p {
    font-size: 16px;
  }
  .index .part02 .w80 .item .pro .pro_list ul li a .img {
    margin-top: 10px;
  }
  .index .part02 .w80 .item .pro .pro_fr .text h3 {
    font-size: 24px;
  }
  .index .part02 .w80 .item .pro .pro_fr .text .more {
    width: 120px;
    height: 36px;
    line-height: 36px;
  }
  .index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(3) .last_sub1:nth-of-type(1) a .text p {
    font-size: 16px;
  }
  .index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(3) {
    height: 272px;
  }
  .index .part02 .w80 .item {
    margin-bottom: 80px;
  }
  .index .part03 .w80 .center .img {
    height: 294px;
  }
  .index .part03 .w80 .center .text h3 {
    font-size: 18px;
  }
  .index .part03 .w80 .center .text i {
    margin-bottom: 10px;
  }
  .index .part03 .w80 .center .text {
    height: 160px;
    padding: 28px 30px;
  }
  .index .part03 .w80 .right .r_item h3 {
    font-size: 18px;
  }
  .index .part03 .w80 .right .r_item {
    height: 143px;
    padding: 18px 20px;
  }
  .index .part03 .w80 .right .r_item i {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .index .part03 .w80 .center {
    height: 456px;
  }
  .index .part03 {
    padding-top: 104px;
    padding-bottom: 78px;
  }
  .index .part03 .w80 .center .text i {
    font-size: 13px;
  }
  .index .part03 .w80 .left .img {
    margin-top: 94px;
  }
  .index .part03 .w80 .left .text h3 {
    font-size: 32px;
  }
  .index .part04 .w80 .title img {
    width: initial;
    margin: 140px auto 10px;
  }
  .index .part04 .w80 .title h3 {
    font-size: 32px;
  }
  .index .part04 .w80 .case_list {
    margin-top: 40px;
  }
  .index .part04 .w80 .case_list ul li .img {
    padding-bottom: 260px;
  }
  .index .part04 .w80 .case_list ul li .text .t_left h3 {
    font-size: 18px;
  }
  .index .part04 .w80 .case_list ul li .text .t_left p {
    font-size: 15px;
    line-height: 1.2;
  }
  .index .part04 .w80 .case_list ul li .text {
    padding: 16px 22px;
    height: 110px;
  }
  .index .part04 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .index .part01 {
    height: 476px;
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .index .part01 .w80 .left .img {
    margin-top: 40px;
  }
  .index .part01 .w80 .right .img3 {
    bottom: 24px;
  }
  .index .part01 .w80 .right .img2 img {
    width: 254px;
  }
  .index .part02 .w80 .item .pro .pro_fr .img {
    padding-bottom: 258px;
  }
  .index .part02 .w80 .item .pro .pro_list ul li {
    height: 254px;
  }
  .index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(3) .last_sub1 {
    height: 120px;
  }
  .index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(3) {
    height: 258px;
  }
  .index .part04 .w80 .title img {
    margin: 100px auto 10px;
  }
}
@media screen and (max-width: 992px) {
  .index .part01 {
    height: auto;
    background-size: cover;
  }
  .index .part01 .w80 .left {
    width: 100%;
  }
  .index .part01 .w80 .right {
    width: 100%;
    height: 420px;
  }
  .index .part01 .w80 .left .img {
    margin-top: 0;
  }
  .index .part01 .w80 .left .img img {
    width: 120px;
  }
  .index .part01 .w80 .left .text h2 {
    font-size: 22px;
    margin-bottom: 26px;
  }
  .index .part01 .w80 .left .more {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
  .index .part01 .w80 .left .more a {
    font-size: 14px;
  }
  .index .part01 .w80 .right .img2 img {
    width: 174px;
  }
  .index .part01 .w80 .right .img2 {
    right: 20px;
    top: 112px;
  }
  .index .part01 .w80 .right .img1 img {
    width: 120px;
  }
  .index .part01 .w80 .right .img1 {
    top: 82px;
    left: -14px;
  }
  .index .part02 .w80 .item h3 {
    font-size: 22px;
  }
  .index .part02 .w80 .item .pro .pro_fr {
    width: 100%;
    margin-bottom: 20px;
  }
  .index .part02 .w80 .item .pro .pro_list {
    width: 100%;
  }
  .index .part02 .w80 .item .pro .pro_list ul li {
    width: 100%;
    height: 234px;
    margin-bottom: 10px;
  }
  .index .part02 .w80 .item .pro .pro_fr .img {
    padding-bottom: 206px;
  }
  .index .part02 .w80 .item .pro .pro_list ul li a .img {
    margin-top: 0px;
    text-align: center;
  }
  .index .part02 .w80 .item .pro .pro_list ul li a .img img {
    width: 70%;
    margin: 0 auto;
  }
  .index .part02 .w80 .item .pro .pro_list ul li a .text {
    margin-top: 0px;
  }
  .index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(3) {
    height: auto;
  }
  .index .part02 .w80 .item .pro .pro_list ul li:nth-of-type(3) .last_sub1 {
    height: 190px;
  }
  .index .part03 {
    background-size: cover;
    padding-top: 84px;
  }
  .index .part03 .w80 .left {
    width: 100%;
  }
  .index .part03 .w80 .left .img {
    margin-top: 0;
  }
  .index .part03 .w80 .left .more {
    display: none;
  }
  .index .part03 .w80 .left .img img {
    width: 120px;
  }
  .index .part03 .w80 .left .text {
    margin-top: 6px;
    margin-bottom: 32px;
  }
  .index .part03 .w80 .left .text h3 {
    margin-bottom: 16px;
    font-size: 22px;
  }
  .index .part03 .w80 .center {
    width: 100%;
    height: auto;
  }
  .index .part03 .w80 .center .img {
    height: auto;
  }
  .index .part03 .w80 .center .img img {
    float: left;
  }
  .index .part03 .w80 .center .text h3 {
    font-size: 16px;
  }
  .index .part03 .w80 .center .text {
    height: 138px;
    padding: 20px;
  }
  .index .part03 .w80 .right {
    width: 100%;
    margin-top: 30px;
  }
  .index .part03 .w80 .right .r_item {
    height: auto;
  }
  .index .part03 .w80 .right .r_item h3 {
    font-size: 16px;
  }
  .index .part04 {
    background-size: cover;
  }
  .index .part04 .w80 .title img {
    width: 120px;
    margin-bottom: 6px;
  }
  .index .part04 .w80 .title h3 {
    font-size: 22px;
  }
  .index .part04 .w80 .case_list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about .main {
  width: 100%;
  overflow: hidden;
}
.about .main .part01 {
  margin-top: 120px;
  margin-bottom: 100px;
}
.about .main .part01 .w80 .img {
  width: 100%;
  margin-bottom: 10px;
}
.about .main .part01 .w80 .img img {
  width: initial;
}
.about .main .part01 .w80 .text h2 {
  font-size: 32px;
  color: #000000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.about .main .part01 .w80 .text p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
.about .main .part02 {
  background-image: url(/images/n_about_part02Bg.jpg);
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.about .main .part02 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 .w80 .title {
  width: 30%;
}
.about .main .part02 .w80 .title::before {
  display: block;
  content: "HONOR";
  width: 100%;
  font-size: 100px;
  color: #fff;
  opacity: 0.1;
  font-weight: 700;
  margin-bottom: 20px;
}
.about .main .part02 .w80 .title img {
  display: block;
  margin-bottom: 16px;
}
.about .main .part02 .w80 .title h3 {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.about .main .part02 .w80 .title p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.about .main .part02 .w80 ul {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 .w80 ul li {
  width: 32%;
}
.about .main .part02 .w80 ul li .img {
  width: 100%;
}
.about .main .part02 .w80 ul li .img img {
  width: 100%;
}
.about .main .part03 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.about .main .part03 .w80 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part03 .w80 ul li {
  width: 32%;
}
.about .main .part03 .w80 ul li .img img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .about .main .part01 .w80 .img img {
    width: 120px;
  }
  .about .main .part01 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .about .main .part01 .w80 .text h2 {
    font-size: 22px;
  }
  .about .main .part02 {
    background-size: cover;
    padding: 60px 0;
  }
  .about .main .part02 .w80 .title {
    width: 100%;
  }
  .about .main .part02 .w80 .title::before {
    font-size: 50px;
  }
  .about .main .part02 .w80 ul {
    width: 100%;
  }
  .about .main .part02 .w80 ul li {
    width: 100%;
    margin-top: 20px;
  }
}
.product .main {
  padding-top: 130px;
  overflow: hidden;
  background-color: #d9d9d9;
}
.product .main > .w80 .top {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.product .main > .w80 .top .n_title h2 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
}
.product .main > .w80 .top .n_title h4 {
  font-size: 16px;
  color: #666;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product .main > .w80 .top .n_proList {
  margin-top: 60px;
}
.product .main > .w80 .top .n_proList ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product .main > .w80 .top .n_proList ul li {
  width: 20%;
  width: calc(20% - 2px);
  background-color: #d9d9d9;
  margin-bottom: 2px;
}
.product .main > .w80 .top .n_proList ul li a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 52px;
  font-weight: 100;
  text-align: center;
}
.product .main .n_list {
  margin-top: 50px;
}
.product .main .n_list ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product .main .n_list ul li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 26px;
  transition: all 0.5s ease;
}
.product .main .n_list ul li:hover a .img img {
  transform: scale(1.2);
}
.product .main .n_list ul li a .img {
  width: 100%;
  border: 1px solid #efefef;
  box-sizing: border-box;
  overflow: hidden;
}
.product .main .n_list ul li a .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.product .main .n_list ul li a .txt {
  background-color: #cd0000;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease;
  height: 58px;
}
.product .main .n_list ul li a .txt .left {
  display: flex;
  align-items: center;
  width: calc(100% - 68px);
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-transform: lowercase;
}
.product .main .n_list ul li a .txt .left p {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-transform: lowercase;
}
.product .main .n_list ul li a .txt .right {
  width: 64px;
  display: flex;
  align-items: center;
}
.product .main .n_list ul li a .txt .right p {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  opacity: 0.6;
}
.product .main .n_list ul li a .txt .right p i {
  font-size: 24px;
  margin-left: 10px;
}
.product .main .n_list ul li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .product .main > .w80 .top .n_proList ul li a {
    font-size: 14px;
    line-height: 46px;
  }
  .product .main .n_list ul li a .txt .left {
    font-size: 15px;
    width: 100%;
  }
  .product .main .n_list ul li a .txt .right p {
    font-size: 13px;
  }
  .product .main .n_list ul li a .txt {
    padding: 14px;
  }
  .product .main .n_list ul li a .txt .right {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .product .main > .w80 .top .n_title h2 {
    font-size: 22px;
  }
  .product .main {
    padding-top: 80px;
  }
  .product .main .n_list ul li {
    width: 100%;
  }
}
.proDetailed .main {
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #f7f7f7;
}
.proDetailed .main > div .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.proDetailed .main > div .pro_box {
  padding: 50px;
  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%;
  position: relative;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .bigImg img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.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: 26px;
  font-weight: bold;
  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:nth-of-type(3) {
  margin-bottom: 60px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p {
  display: inline-block;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
  display: inline-block;
  font-size: 16px;
  padding-left: 5px;
  color: #999;
  text-transform: uppercase;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
  background-color: #cd0000;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  padding: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div i {
  font-size: 24px;
}
.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 .pro_box .pro_content {
  margin-top: 60px;
}
.proDetailed .main > div .pro_box .pro_content .proDetails_title {
  border-bottom: 1px solid #dfdfdf;
}
.proDetailed .main > div .pro_box .pro_content .proDetails_title h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background-color: #cd0000;
  padding: 15px 40px;
}
.proDetailed .main > div .pro_box .pro_content .pro_details {
  margin-top: 20px;
}
.proDetailed .main > div .pro_box .pro_content .pro_details h3 {
  font-size: 18px;
  color: #000000;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
  padding-left: 50px;
  background-image: url(/images/proTitleIcon.jpg);
  background-position: left center;
  background-repeat: no-repeat;
}
.proDetailed .main > div .pro_box .pro_content .pro_details p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.proDetailed .main > div .pro_box .pro_content .pro_details img {
  width: 100%;
}
.proDetailed .main > div .other {
  overflow: hidden;
  margin-top: 60px;
}
.proDetailed .main > div .other .title {
  margin-bottom: 20px;
}
.proDetailed .main > div .other .title h3 {
  font-size: 24px;
}
.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;
  text-transform: lowercase;
}
.proDetailed .main > div .other ul li .txt i {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(3) {
    display: none;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .proDetailed .main > div .pro_box .pro_content .pro_details p {
    font-size: 14px;
  }
  .proDetailed .main {
    padding-top: 60px;
  }
  .n_title3::before {
    font-size: 72px;
    top: 20px;
  }
  .n_title3 h3 {
    font-size: 32px;
    margin-bottom: -4px;
  }
  .n_title3 p {
    font-size: 14px;
  }
  .n_title3 {
    margin-bottom: 24px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li {
    margin-bottom: 10px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p {
    font-size: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent {
    padding-top: 20px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
    font-size: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    padding: 0 14px;
    font-size: 15px;
    line-height: 40px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div:nth-of-type(2) {
    display: none;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div i {
    font-size: 18px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(3) {
    margin-bottom: 24px;
  }
  .proDetailed .main > div .pro_box .pro_content {
    margin-top: 30px;
  }
  .proDetailed .main > div .pro_box .pro_content .proDetails_title h3 {
    padding: 12px 34px;
    font-size: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft {
    margin-left: 10px;
    width: 22px;
    height: 50px;
    line-height: 50px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnRight {
    margin-left: 10px;
    width: 22px;
    height: 50px;
    line-height: 50px;
  }
  .proDetailed .main > div .pro_box {
    padding: 30px;
  }
  .proDetailed .main > div .top {
    margin-bottom: 30px;
  }
  .proDetailed .main > div .other ul li .txt i {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .proDetailed .main > div .pro_box .m_proDetailed_left .bigImg {
    padding: 0;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg {
    display: none;
  }
  .proDetailed .main > div .pro_box {
    padding: 10px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left {
    width: 100%;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right {
    width: 100%;
    margin-top: 30px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    font-size: 14px;
  }
  .proDetailed .main > div .other .title h3 {
    font-size: 22px;
  }
}
.news .main > div:first-of-type {
  margin-top: 80px;
  overflow: hidden;
}
.news .main > div:first-of-type .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main > div:first-of-type .news_part02 {
  margin-top: 50px;
}
.news .main > div:first-of-type .news_part02 ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #fff;
  transition: 0.5s ease;
  margin-bottom: 40px;
  border-bottom: 3px solid #cecdcf;
  box-shadow: 3px 4px 8px #d9d9d9;
}
.news .main > div:first-of-type .news_part02 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.news .main > div:first-of-type .news_part02 ul li a:hover .n_newsText {
  background-color: #cd0000;
}
.news .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .tit {
  color: #fff;
  opacity: 0.6;
}
.news .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .desc p {
  color: #fff;
}
.news .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .box2 .date {
  color: #fff;
}
.news .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .box2 .n_icon {
  background-color: #cd0000;
}
.news .main > div:first-of-type .news_part02 ul li a:hover .n_newsImg .n_newsImg_box img {
  transform: calc(1.1);
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.5s ease;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText {
  background-color: #f6f6f6;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox {
  padding: 30px 30px 16px 30px;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100px;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .tit {
  font-size: 14px;
  line-height: 1;
  height: 14px;
  color: #cccccc;
  overflow: hidden;
  margin: 0 0 6px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
  height: 30px;
  margin-bottom: 6px;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 {
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .date {
  font-size: 15px;
  line-height: 20px;
  color: #a1a0a1;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .n_icon {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  transition: 0.3s ease;
  cursor: pointer;
  background-color: #cd0000;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
}
.news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .n_icon i {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .news .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 24px;
  }
  .news .main > div:first-of-type .newsBoxTitle h3::after {
    margin-top: 14px;
    height: 2px;
    width: 30px;
    background-color: #cd0000;
  }
  .news .main > div:first-of-type .newsBoxTitle p {
    font-size: 16px;
  }
  .news .main > div:first-of-type .newsBoxTitle p img {
    display: none;
  }
  .news .main > div:first-of-type .newsBoxTitle {
    margin-bottom: 30px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 240px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox {
    padding: 20px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 130px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
    height: 50px;
    margin-bottom: 10px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 16px;
  }
  .news .main {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  .news .main > div:first-of-type {
    margin-top: 50px;
  }
  .news .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 18px;
  }
  .news .main > div:first-of-type .newsBoxTitle p {
    font-size: 13px;
    margin-top: 14px;
  }
  .news .main > div:first-of-type .news_part02 ul li {
    width: 100%;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 200px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 14px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
    height: 40px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 114px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .date {
    font-size: 12px;
  }
  .news .main {
    margin-bottom: 40px;
  }
}
.news_detailed .main .ct .detailed > .n_title {
  display: block;
}
.news_detailed .main .ct .detailed > .n_title 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 {
  text-align: center;
}
.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 .news_content img {
  display: block;
  width: initial;
  margin: 0 auto;
}
.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;
}
@media screen and (max-width: 1440px) {
  .news_detailed .main .ct .detailed > .n_title h3 {
    font-size: 22px;
  }
  .news_detailed .main .ct .detailed .sub1 h3 {
    font-size: 20px;
  }
  .news_detailed .main .ct .detailed .sub2 .news_content p {
    font-size: 15px;
  }
  .news_detailed .main .ct .detailed .sub2 .np div a {
    font-size: 14px;
  }
  .mt-100 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  .news_detailed .main .ct .detailed .sub2 .np {
    flex-wrap: wrap;
  }
  .news_detailed .main .ct .detailed .sub2 .np div {
    width: 100%;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
  .news_detailed .main .ct .detailed .sub2 .np div i {
    display: none;
  }
  .news_detailed .main .ct .detailed .n_title h3 {
    font-size: 18px;
  }
  .news_detailed .main .ct .detailed .sub2 .news_content img {
    width: 100%;
  }
  .news_detailed .main .ct .detailed .sub2 .np div a {
    line-height: 1.2;
    padding: 8px;
  }
}
.contact .main {
  background-color: #f3f3f3;
  overflow: hidden;
}
.contact .main .top {
  margin-top: 120px;
  margin-bottom: 10px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .top .left {
  width: 48%;
}
.contact .main .top .left .img {
  width: 100%;
  height: 0;
  padding-bottom: 440px;
  overflow: hidden;
}
.contact .main .top .left .img img {
  width: 100%;
}
.contact .main .top .right {
  width: 48%;
}
.contact .main .top .right .n_title {
  margin-bottom: 30px;
}
.contact .main .top .right .n_title img {
  margin-bottom: 10px;
}
.contact .main .top .right .n_title h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.contact .main .top .right ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .top .right ul li {
  background-color: #fff;
  width: 50%;
  height: 102px;
  padding: 0 34px;
  box-sizing: border-box;
  border-right: 1px solid #ededed;
  margin-bottom: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .top .right ul li:nth-of-type(1) {
  padding: 0;
}
.contact .main .top .right ul li:nth-of-type(1) .c_icon i {
  font-size: 36px;
  line-height: 36px;
  color: #cd0000;
}
.contact .main .top .right ul li:nth-of-type(2) .c_icon i {
  font-size: 36px;
  line-height: 36px;
  color: #cd0000;
}
.contact .main .top .right ul li:nth-of-type(3) {
  padding: 0;
}
.contact .main .top .right ul li:nth-of-type(3) .c_icon i {
  font-size: 36px;
  line-height: 36px;
  color: #cd0000;
}
.contact .main .top .right ul li:nth-of-type(4) .c_icon i {
  font-size: 40px;
  line-height: 40px;
  color: #cd0000;
}
.contact .main .top .right ul li .c_icon i {
  font-size: 36px;
  line-height: 1;
  color: #000000;
}
.contact .main .top .right ul li .c_text {
  margin-left: 10px;
}
.contact .main .top .right ul li .c_text h3 {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
}
.contact .main .top .right ul li .c_text p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main .part02 {
  margin-top: 50px;
  background-image: url(/images/message.jpg);
  overflow: hidden;
  padding-bottom: 100px;
  background-repeat: no-repeat;
}
.contact .main .part02 .w80 {
  background-color: #fff;
  padding: 0 40px 40px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px #dcdcdc;
}
.contact .main .part02 .w80 .title {
  margin-top: 20px;
  padding-top: 50px;
  display: block;
}
.contact .main .part02 .w80 .title h3 {
  font-size: 26px;
  color: #cd0000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.contact .main .part02 .w80 .title p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.contact .main .part02 .w80 .i_content {
  margin-top: 60px;
}
.contact .main .part02 .w80 .i_content .i_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 .w80 .i_content .i_top .i_item {
  width: 32%;
  background-color: #d9d9d9;
}
.contact .main .part02 .w80 .i_content .i_top .i_item input {
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  color: #333;
  line-height: 56px;
  font-weight: 100;
  text-align: left;
  background-color: #d9d9d9;
  box-sizing: border-box;
}
.contact .main .part02 .w80 .i_content .i_bottom {
  margin-top: 20px;
}
.contact .main .part02 .w80 .i_content .i_bottom textarea {
  width: 100%;
  height: 300px;
  background-color: #d9d9d9;
  padding: 20px;
  color: #333;
  font-size: 15px;
  box-sizing: border-box;
}
.contact .main .part02 .w80 .i_content .i_tijiao {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 .w80 .i_content .i_tijiao button {
  width: 200px;
  font-size: 15px;
  color: #fff;
  line-height: 56px;
  font-weight: 100;
  text-align: center;
  background-color: #cd0000;
  margin-right: 6px;
  cursor: pointer;
}
.contact .main .part02 .w80 .i_content .i_tijiao button#cz {
  background-color: #000000;
}
@media screen and (max-width: 1440px) {
  .contact .main .part02 {
    margin-top: 30px;
  }
  .contact .main .top {
    margin-top: 90px;
  }
  .contact .main .top .right ul li {
    padding: 0 22px;
    height: 56px;
  }
  .contact .main .top .left .img {
    padding-bottom: 310px;
  }
  .contact .main .top .right .n_title h3 {
    font-size: 16px;
  }
  .contact .main .n_list .bottom ul li .c_text p {
    font-size: 14px;
  }
  .contact .main .top .right ul li .c_text p {
    font-size: 16px;
  }
  .contact .main .n_list .bottom ul li .c_text h3 {
    font-size: 18px;
  }
  .contact .main .n_list .bottom ul li {
    padding: 30px 16px;
    height: 170px;
  }
  .contact .main .n_list .bottom ul li .c_icon {
    text-align: center;
  }
  .contact .main .n_list .bottom ul li .c_text {
    text-align: center;
  }
  .contact .main .n_list .bottom ul li .c_text h3 {
    text-align: center;
  }
  .contact .main .n_list .bottom ul li .c_text p {
    text-align: center;
  }
  .contact .main .n_list .bottom ul li .c_text {
    margin-top: 16px;
  }
  .contact .main .part02 .w80 .title h3 {
    font-size: 24px;
  }
  .contact .main .part02 .w80 .title p {
    font-size: 16px;
  }
  .contact .main .part02 .w80 .i_content .i_bottom textarea {
    height: 240px;
  }
  .contact .main .part02 .w80 .i_content .i_tijiao button {
    line-height: 48px;
  }
  .contact .main .n_list .bottom {
    margin-bottom: 20px;
  }
  .contact .main .part02 .w80 .i_content {
    margin-top: 30px;
  }
  .contact .main .part02 .w80 .title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .top .right ul li {
    padding: 0;
  }
  .contact .main .top {
    margin-top: 80px;
  }
  .contact .main .top .left {
    width: 100%;
  }
  .contact .main .top .right {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .contact .main .top_box {
    margin-top: 70px;
    margin-bottom: 40px;
  }
  .contact .main .top_box .title h1 {
    font-size: 34px;
  }
  .contact .main .n_list {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  .contact .main .n_list .bottom ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact .main .part02 .w80 .title h3 {
    font-size: 20px;
  }
  .contact .main .part02 .w80 .title p {
    line-height: 1.5;
  }
  .contact .main .part02 .w80 .i_content .i_top .i_item {
    width: 100%;
    margin-bottom: 6px;
  }
  .contact .main .part02 .w80 .i_content .i_tijiao button {
    margin-bottom: 6px;
  }
  .contact .main .top .left .img {
    padding-bottom: 230px;
  }
  .contact .main .top .right .n_title h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .contact .main .top .right ul li {
    width: 100%;
  }
  .contact .main .top .right ul li:nth-of-type(5) {
    margin-bottom: 6px;
  }
}
.case .main {
  background-image: url(/images/case_bg.jpg);
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.case .main .c_imgList {
  margin-top: 100px;
  margin-bottom: 60px;
}
.case .main .c_imgList .w80 {
  min-height: 600px;
}
.case .main .c_imgList .w80 .swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.case .main .c_imgList .w80 .swiper-slide {
  height: 458px;
  overflow: hidden;
  flex-wrap: wrap;
}
.case .main .c_imgList .w80 .swiper-slide .img {
  width: 100%;
  height: 358px;
  overflow: hidden;
}
.case .main .c_imgList .w80 .swiper-slide .img img {
  width: 100%;
}
.case .main .c_imgList .w80 .swiper-slide .text {
  height: 100px;
  box-sizing: border-box;
  padding: 20px;
}
.case .main .c_imgList .w80 .swiper-slide .text h3 {
  font-size: 20px;
  color: #cd0000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.case .main .c_imgList .w80 .swiper-slide .text p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.case .main .c_imgList .w80 .swiper-button-next,
.case .main .c_imgList .w80 .swiper-button-prev {
  color: #cd0000;
}
.case .main .c_imgList .w80 .swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 3px;
}
.case .main .c_imgList .w80 .swiper-pagination-bullet-active {
  background-color: #cd0000;
}
@media screen and (max-width: 1366px) {
  .case .main .c_imgList {
    margin-bottom: 0;
    margin-top: 60px;
  }
  .case .main .c_imgList .w80 {
    min-height: 520px;
  }
  .case .main .c_imgList .w80 .swiper-slide {
    height: 348px;
  }
  .case .main .c_imgList .w80 .swiper-slide .img {
    height: 250px;
  }
  .case .main .c_imgList .w80 .swiper-slide .img img {
    float: left;
  }
}
@media screen and (max-width: 992px) {
  .case .main .c_imgList .w80 .swiper-slide {
    height: 348px;
  }
}
.daili .main {
  margin-top: 100px;
  margin-bottom: 100px;
}
.daili .main .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.daili .main .w80 .left {
  width: 50%;
  border-radius: 60px 0 0 0;
  overflow: hidden;
}
.daili .main .w80 .left .img {
  width: 100%;
}
.daili .main .w80 .left .img img {
  width: 100%;
}
.daili .main .w80 .right {
  width: 46%;
}
.daili .main .w80 .right h3 {
  font-size: 32px;
  color: #cd0000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.daili .main .w80 .right h4 {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 50px;
  opacity: 0.6;
  text-indent: 0em;
}
.daili .main .w80 .right p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 24px;
}
@media screen and (max-width: 1440px) {
  .daili .main .w80 .right p {
    font-size: 16px;
  }
  .daili .main .w80 .right p {
    margin-bottom: 20px;
  }
  .daili .main .w80 .right h4 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .daili .main .w80 .left {
    width: 100%;
  }
  .daili .main .w80 .right {
    width: 100%;
    margin-top: 40px;
  }
  .daili .main .w80 .right h3 {
    font-size: 22px;
  }
}
