header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  line-height: 100px;
  height: 100px;
}
header.active {
  background-color: #ffffff;
}
header.active > div .logo .logo_text a h3 {
  color: #e59f2c;
}
header.active > div nav ul li a {
  font-size: 16px;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header.active > div nav .tool .ewm {
  background-image: url(/images/erweima1.png);
}
header > div {
  line-height: inherit;
  overflow: visible !important;
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 46%;
  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 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
header > div .logo .logo_text a h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
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: 54%;
  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: 16.6%;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #fff6e8;
}
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: #fff6e8;
}
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: #e59f2c;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: 30px;
  padding-left: 20px;
  border-left: 1px solid #999;
  cursor: pointer;
  position: relative;
}
header > div nav .tool:hover .erweima {
  top: 52px;
  opacity: 1;
}
header > div nav .tool .ewm {
  width: 20px;
  height: 20px;
  background-image: url(/images/erweima.png);
}
header > div nav .tool .erweima {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: -1;
  transition: all 0.5s ease;
  opacity: 0;
}
header:hover {
  background-color: #ffffff;
}
header:hover > div .logo .logo_text a h3 {
  color: #e59f2c;
}
header:hover > div nav ul li a {
  font-size: 16px;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header:hover > div nav .tool .ewm {
  background-image: url(/images/erweima1.png);
}
@media screen and (max-width: 1440px) {
  header {
    line-height: 80px;
    height: 80px;
  }
  header > div .logo .logo_text a h3 {
    font-size: 24px;
  }
  header > div .logo .logo_img a img {
    height: 44px;
  }
  header > div nav ul li .menu {
    top: 80px;
  }
  header > div nav ul li a {
    font-size: 15px;
  }
  header.active > div nav ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
footer .top {
  background-color: #282520;
  padding-top: 120px;
  padding-bottom: 100px;
}
footer .top .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .top .w80 .left .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .left .tel .img {
  margin-right: 20px;
}
footer .top .w80 .left .tel .img img {
  width: initial;
}
footer .top .w80 .left .tel .txt p {
  font-size: 16px;
  color: #e59f2c;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
footer .top .w80 .left .tel .txt h3 {
  font-size: 30px;
  color: #e59f2c;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact;
}
footer .top .w80 .left .add {
  margin-top: 60px;
}
footer .top .w80 .left .add p {
  font-size: 16px;
  color: #e59f2c;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
footer .top .w80 .left .ewm {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .left .ewm .e1 {
  margin-right: 20px;
}
footer .top .w80 .left .ewm .e1 .img img {
  width: initial;
}
footer .top .w80 .left .ewm .e1 .t {
  margin-top: 10px;
}
footer .top .w80 .left .ewm .e1 .t p {
  font-size: 13px;
  color: #e59f2c;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 0.5;
}
footer .top .w80 .right {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .top .w80 .right dl dt {
  margin-bottom: 30px;
}
footer .top .w80 .right dl dt a {
  font-size: 18px;
  color: #e59f2c;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .top .w80 .right dl dd {
  margin-bottom: 22px;
}
footer .top .w80 .right dl dd a {
  font-size: 16px;
  color: #e59f2c;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
footer .bottom {
  background-color: #e59f2c;
}
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;
}
footer .bottom .w80 .right a {
  font-size: 15px;
  color: #fff;
  line-height: 56px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  footer .top .w80 .left .add p {
    font-size: 15px;
  }
  footer .top .w80 .right dl dd a {
    font-size: 15px;
  }
  footer .top .w80 .left .ewm .e1 .img img {
    width: 100px;
  }
  footer .top .w80 .left .add {
    margin-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  footer .top .w80 .right {
    display: none;
  }
  footer .bottom .w80 .left {
    display: none;
  }
}
.index .part01 {
  padding-top: 140px;
  padding-bottom: 120px;
}
.index .part01 .w80 {
  background-image: url(/images/indexBg1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: -60px center;
}
.index .part01 .w80 .top a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part01 .w80 .top a .title {
  width: 40%;
}
.index .part01 .w80 .top a .title h2 {
  font-size: 52px;
  color: #e59f2c;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 22px;
}
.index .part01 .w80 .top a .title p {
  font-size: 36px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 64px;
  opacity: 0.3;
}
.index .part01 .w80 .top a .title h4 {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part01 .w80 .top a .content {
  width: 51%;
}
.index .part01 .w80 .top a .content p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.index .part01 .w80 .bottom {
  margin-top: 60px;
}
.index .part01 .w80 .bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w80 .bottom ul li {
  width: 23.6%;
  height: 248px;
  border-radius: 8px;
  overflow: hidden;
}
.index .part01 .w80 .bottom ul li:hover a .c2 .img img {
  transform: scale(1.2);
}
.index .part01 .w80 .bottom ul li:nth-of-type(2) a .c1 .c_icon {
  background-image: url(/images/indexIcon2_1.png);
  transition: all 1s ease;
}
.index .part01 .w80 .bottom ul li:nth-of-type(2) a .c1 .text .c_t_t h2 {
  color: #e59f2c;
}
.index .part01 .w80 .bottom ul li:nth-of-type(2) a .c1 .text .c_t_t p {
  color: #e59f2c;
}
.index .part01 .w80 .bottom ul li:nth-of-type(2) a .c1 .text .c_b p {
  color: #000;
}
.index .part01 .w80 .bottom ul li:nth-of-type(2):hover a .c1 .c_icon {
  background-image: url(/images/indexIcon2.png);
}
.index .part01 .w80 .bottom ul li:nth-of-type(2):hover a .c1 .text .c_t_t h2 {
  color: #fff;
}
.index .part01 .w80 .bottom ul li:nth-of-type(2):hover a .c1 .text .c_t_t p {
  color: #fff;
}
.index .part01 .w80 .bottom ul li:nth-of-type(2):hover a .c1 .text .c_b p {
  color: #fff;
}
.index .part01 .w80 .bottom ul li:nth-of-type(2):hover a .c3 {
  background-color: #e59f2c;
}
.index .part01 .w80 .bottom ul li:nth-of-type(3) a .c1 .c_icon {
  background-image: url(/images/indexIcon3.png);
  transition: all 1s ease;
}
.index .part01 .w80 .bottom ul li:nth-of-type(4) a .c1 .c_icon {
  background-image: url(/images/indexIcon4_1.png);
}
.index .part01 .w80 .bottom ul li:nth-of-type(4) a .c1 .text .c_t_t h2 {
  color: #e59f2c;
}
.index .part01 .w80 .bottom ul li:nth-of-type(4) a .c1 .text .c_t_t p {
  color: #e59f2c;
}
.index .part01 .w80 .bottom ul li:nth-of-type(4) a .c1 .text .c_b p {
  color: #000;
}
.index .part01 .w80 .bottom ul li:nth-of-type(4):hover a .c1 .c_icon {
  background-image: url(/images/indexIcon4.png);
}
.index .part01 .w80 .bottom ul li:nth-of-type(4):hover a .c1 .text .c_t_t h2 {
  color: #fff;
}
.index .part01 .w80 .bottom ul li:nth-of-type(4):hover a .c1 .text .c_t_t p {
  color: #fff;
}
.index .part01 .w80 .bottom ul li:nth-of-type(4):hover a .c1 .text .c_b p {
  color: #fff;
}
.index .part01 .w80 .bottom ul li:nth-of-type(4):hover a .c3 {
  background-color: #e59f2c;
}
.index .part01 .w80 .bottom ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.index .part01 .w80 .bottom ul li a .c1 .c_icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 56px;
  height: 52px;
  z-index: 6;
  background-image: url(/images/indexIcon1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
.index .part01 .w80 .bottom ul li a .c1 .text {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 6;
}
.index .part01 .w80 .bottom ul li a .c1 .text .c_t_t {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part01 .w80 .bottom ul li a .c1 .text .c_t_t h2 {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact;
}
.index .part01 .w80 .bottom ul li a .c1 .text .c_t_t p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 4px;
}
.index .part01 .w80 .bottom ul li a .c1 .text .c_b {
  margin-top: 10px;
}
.index .part01 .w80 .bottom ul li a .c1 .text .c_b p {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part01 .w80 .bottom ul li a .c2 .img img {
  width: 100%;
  transition: all 1s ease;
}
.index .part01 .w80 .bottom ul li a .c3 {
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
}
.index .part02 {
  background-image: url(/images/indexBg2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center -70px;
  padding-top: 160px;
}
.index .part02 .w80 {
  position: relative;
}
.index .part02 .w80 .title {
  position: absolute;
  left: 100px;
  top: 80px;
}
.index .part02 .w80 .title h2 {
  font-size: 52px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 22px;
}
.index .part02 .w80 .title p {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 64px;
  opacity: 0.3;
}
.index .part02 .w80 .content {
  position: relative;
}
.index .part02 .w80 .content .left {
  position: absolute;
  left: 100px;
  width: 24%;
  height: 240px;
  bottom: 40px;
  overflow: hidden;
}
.index .part02 .w80 .content .left ul {
  position: relative;
  height: 200px;
}
.index .part02 .w80 .content .left ul li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transform: translateY(30px);
}
.index .part02 .w80 .content .left ul li.current {
  z-index: 1;
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s ease;
}
.index .part02 .w80 .content .left ul li h2 {
  font-size: 32px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 18px;
}
.index .part02 .w80 .content .left ul li p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.index .part02 .w80 .content .left ul li a {
  margin-top: 66px;
  display: inline-block;
  padding: 0 48px;
  background-color: #e59f2c;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  border-radius: 60px;
}
.index .part02 .w80 .content .left ul li a:hover {
  background-color: #cd0000;
}
.index .part02 .w80 .content .center {
  width: 66%;
  margin: 0 auto;
  text-align: center;
}
.index .part02 .w80 .content .center .swiper-container .swiper-wrapper .swiper-slide {
  background-color: rgba(0, 0, 0, 0);
}
.index .part02 .w80 .content .center .swiper-container .swiper-wrapper .swiper-slide .img {
  width: 100%;
  text-align: center;
}
.index .part02 .w80 .content .center .swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 80%;
  margin: 0 auto;
}
.index .part02 .w80 .content .right {
  position: absolute;
  right: 100px;
  bottom: 40px;
}
.index .part02 .w80 .content .right ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  height: 18px;
}
.index .part02 .w80 .content .right ul li h4 {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-right: 10px;
}
.index .part02 .w80 .content .right ul li p {
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part02 .w80 .content .right ul li.current h4 {
  font-size: 24px;
  -webkit-text-stroke: 1px #e59f2c;
  text-stroke: 1px #e59f2c;
  color: #fff;
}
.index .part02 .w80 .content .right ul li.current p {
  color: #e59f2c;
}
.index .part03 {
  margin-top: 200px;
  margin-bottom: 160px;
}
.index .part03 .top .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .top .w80 .title {
  width: 40%;
}
.index .part03 .top .w80 .title h2 {
  font-size: 52px;
  color: #e59f2c;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 22px;
}
.index .part03 .top .w80 .title p {
  font-size: 36px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 64px;
  opacity: 0.3;
}
.index .part03 .top .w80 .more a {
  display: inline-block;
  padding: 0 48px;
  background-color: #e59f2c;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  border-radius: 60px;
}
.index .part03 .bottom .swiper-container {
  padding-bottom: 40px;
}
.index .part03 .bottom .swiper-container ul li {
  padding: 26px;
  box-sizing: border-box;
  background-color: #f9f9f9;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.index .part03 .bottom .swiper-container ul li .t {
  margin-bottom: 24px;
}
.index .part03 .bottom .swiper-container ul li .t .d h1 {
  font-size: 60px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact;
  margin-bottom: 6px;
  letter-spacing: 4px;
}
.index .part03 .bottom .swiper-container ul li .t .d p {
  font-size: 14px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part03 .bottom .swiper-container ul li .t .c {
  margin-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.index .part03 .bottom .swiper-container ul li .t .c p {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part03 .bottom .swiper-container ul li .t .m {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .bottom .swiper-container ul li .t .m p {
  font-size: 14px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part03 .bottom .swiper-container ul li .t .m i {
  font-size: 16px;
  color: #999;
}
.index .part03 .bottom .swiper-container ul li .i .img {
  height: 240px;
  overflow: hidden;
}
.index .part03 .bottom .swiper-container ul li .i .img img {
  width: 100%;
}
.index .part03 .bottom .swiper-container ul li:hover {
  background-color: #e59f2c;
}
.index .part03 .bottom .swiper-container ul li:hover .t .d h1 {
  color: #fff;
}
.index .part03 .bottom .swiper-container ul li:hover .t .d p {
  color: #fff;
}
.index .part03 .bottom .swiper-container ul li:hover .t .c p {
  color: #fff;
}
.index .part03 .bottom .swiper-container ul li:hover .m p {
  color: #fff;
}
.index .part03 .bottom .swiper-container ul li:hover .m i {
  color: #fff;
}
.index .part03 .bottom .swiper-container .swiper-pagination {
  padding-bottom: 0;
}
.index .part03 .bottom .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #e59f2c;
}
@media screen and (max-width: 1440px) {
  .index .part01 .w80 .top a .title h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .index .part01 .w80 .top a .title p {
    font-size: 30px;
  }
  .index .part01 .w80 .top a .title h4 {
    font-size: 18px;
  }
  .index .part01 .w80 .top a .content p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .index .part01 .w80 .top a .content {
    width: 54%;
  }
  .index .part01 .w80 .bottom {
    margin-top: 20px;
  }
  .index .part01 .w80 .bottom ul li {
    height: 168px;
  }
  .index .part01 .w80 .bottom ul li a .c1 .text .c_t_t h2 {
    font-size: 32px;
  }
  .index .part01 .w80 .bottom ul li a .c1 .text .c_b p {
    font-size: 13px;
  }
  .index .part02 .w80 .title h2 {
    font-size: 32px;
  }
  .index .part02 .w80 .title p {
    font-size: 30px;
  }
  .index .part02 .w80 .content .left ul li h2 {
    font-size: 18px;
  }
  .index .part02 .w80 .content .left ul li p {
    font-size: 14px;
  }
  .index .part02 {
    padding-top: 100px;
    background-position: center -130px;
  }
  .index .part02 .w80 .content .left ul li a {
    margin-top: 40px;
  }
  .index .part02 .w80 .content .left {
    height: 162px;
  }
  .index .part03 .top .w80 .title h2 {
    font-size: 32px;
  }
  .index .part03 .top .w80 .title p {
    font-size: 30px;
    margin-bottom: 0;
  }
  .index .part03 .top .w80 .title {
    margin-bottom: 40px;
  }
  .index .part03 .top .w80 .title h2 {
    margin-bottom: 10px;
  }
  .index .part03 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .index .part03 .bottom .swiper-container ul li .i .img {
    height: 170px;
  }
  .index .part03 .bottom .swiper-container ul li .t .c p {
    font-size: 16px;
  }
  .index .part03 .bottom .swiper-container ul li .t .d h1 {
    font-size: 36px;
  }
  .index .part03 .bottom .swiper-container ul li .t .d p {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  .index .part01 .w80 .top a .title p {
    font-size: 24px;
  }
  .index .part01 .w80 .top a .title {
    width: 100%;
  }
  .index .part01 .w80 .top a .content {
    width: 100%;
  }
  .index .part01 .w80 .top a .title h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .index .part01 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .index .part01 .w80 .top a .title p {
    margin-bottom: 30px;
  }
  .index .part01 .w80 .top a .title h4 {
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .index .part01 .w80 .top a .content p {
    font-size: 16px;
  }
  .index .part01 .w80 .bottom ul li {
    width: 100%;
    height: 226px;
    margin-bottom: 14px;
  }
  .index .part02 {
    background-size: 120%;
    background-position: center 20px;
  }
  .index .part02 .w80 .content .right {
    display: none;
  }
  .index .part02 .w80 .content .left {
    position: static;
    width: 100%;
    display: none;
  }
  .index .part02 .w80 .content .center .swiper-container .swiper-wrapper .swiper-slide .img img {
    width: 100%;
  }
  .index .part02 .w80 .content .center {
    width: 100%;
  }
  .index .part03 .top .w80 .title {
    width: 100%;
  }
  .index .part03 .top .w80 .title h2 {
    font-size: 24px;
  }
  .index .part03 .top .w80 .title p {
    font-size: 20px;
  }
  .index .part03 .top .more {
    display: none;
  }
}
.about .part02 {
  padding-top: 140px;
  padding-bottom: 120px;
  position: relative;
}
.about .part02 .w80 {
  background-image: url(/images/indexBg1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: -60px center;
}
.about .part02 .w80 .left {
  width: 42%;
  position: absolute;
  left: 0;
  top: 140px;
}
.about .part02 .w80 .left div:first-of-type {
  position: absolute;
  z-index: 3;
  width: 76%;
  left: 200px;
  border-radius: 40px 0 0px 0;
  overflow: hidden;
  cursor: pointer;
}
.about .part02 .w80 .left div:first-of-type img {
  width: 100%;
}
.about .part02 .w80 .left div:last-of-type {
  position: absolute;
  top: 80px;
  height: 600px;
  width: 94%;
  background-color: #f07517;
  border-radius: 0 0 20px 0;
}
.about .part02 .w80 .right {
  float: right;
  width: 52%;
}
.about .part02 .w80 .right .title {
  margin-bottom: 60px;
}
.about .part02 .w80 .right .title h2 {
  font-size: 52px;
  color: #e59f2c;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 12px;
}
.about .part02 .w80 .right .title p {
  font-size: 36px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
  opacity: 0.3;
}
.about .part02 .w80 .right .title h4 {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .part02 .w80 .right .content p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .about .part02 .w80 .left div:first-of-type {
    left: 20%;
  }
  .about .part02 .w80 .right .title h2 {
    font-size: 32px;
  }
  .about .part02 .w80 .right .title p {
    font-size: 30px;
  }
  .about .part02 .w80 .right .title h4 {
    font-size: 18px;
  }
  .about .part02 .w80 .right .title {
    margin-bottom: 34px;
  }
  .about .part02 .w80 .right .title p {
    margin-bottom: 20px;
  }
  .about .part02 .w80 .right .content p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .about .part02 .w80 .right {
    width: 56%;
  }
  .about .part02 .w80 .left div:last-of-type {
    width: 84%;
    height: 460px;
  }
}
@media screen and (max-width: 992px) {
  .about .part02 .w80 .left {
    width: 100%;
    position: static;
  }
  .about .part02 .w80 .right {
    width: 100%;
    margin-top: 50px;
  }
  .about .part02 .w80 .left div:last-of-type {
    position: static;
    display: none;
  }
  .about .part02 .w80 .left div:first-of-type {
    position: static;
    width: 100%;
  }
  .about .part02 {
    padding-top: 80px;
  }
}
.about2 .part02 {
  padding-top: 140px;
  padding-bottom: 120px;
  position: relative;
}
.about2 .part02 .w80 {
  background-image: url(/images/indexBg1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: -60px center;
  min-height: 500px;
}
.about2 .part02 .w80 .title {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about2 .part02 .w80 .title h2 {
  font-size: 52px;
  color: #e59f2c;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.about2 .part02 .w80 .title h4 {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.about2 .part02 .w80 .content p {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .about2 .part02 .w80 .title h2 {
    font-size: 32px;
  }
  .about2 .part02 .w80 .title h4 {
    font-size: 18px;
  }
}
.products .main {
  background-image: url(/images/productBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 120px;
}
.products .main .w80 .title {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.products .main .w80 .title h2 {
  font-size: 52px;
  color: #e59f2c;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.products .main .w80 .title h4 {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.products .main .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products .main .w80 ul li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 2rem;
  padding: 1.2rem 1.2rem 3rem;
  box-sizing: border-box;
  box-shadow: 0 10px 1.68rem rgba(46, 0, 2, 0.1);
  border-radius: 20px;
  background-color: #fff;
}
.products .main .w80 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.products .main .w80 ul li:hover .img img {
  transform: scale(1.1);
}
.products .main .w80 ul li:hover .text h3 {
  color: #cd0000;
}
.products .main .w80 ul li .img {
  overflow: hidden;
}
.products .main .w80 ul li .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.products .main .w80 ul li .text {
  margin-top: 1rem;
}
.products .main .w80 ul li .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  transition: all 0.5s ease;
}
.products .main .w80 ul li:nth-of-type(1) {
  animation-delay: 0.2s;
}
.products .main .w80 ul li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.products .main .w80 ul li:nth-of-type(3) {
  animation-delay: 0.6s;
}
.products .main .w80 ul li:nth-of-type(4) {
  animation-delay: 0.8s;
}
.products .main .w80 ul li:nth-of-type(5) {
  animation-delay: 1s;
}
.products .main .w80 ul li:nth-of-type(6) {
  animation-delay: 1.2s;
}
.products .main .w80 ul li:nth-of-type(7) {
  animation-delay: 1.4s;
}
.products .main .w80 ul li:nth-of-type(8) {
  animation-delay: 1.6s;
}
.products .main .w80 ul li:nth-of-type(9) {
  animation-delay: 1.8s;
}
.products .main .w80 ul li:nth-of-type(10) {
  animation-delay: 2s;
}
.products .main .w80 ul li:nth-of-type(11) {
  animation-delay: 2.2s;
}
.products .main .w80 ul li:nth-of-type(12) {
  animation-delay: 2.4s;
}
@media screen and (max-width: 1440px) {
  .products .main .w80 .title h2 {
    font-size: 32px;
  }
  .products .main .w80 .title h4 {
    font-size: 18px;
  }
  .products .main .w80 ul li .text h3 {
    font-size: 16px;
  }
  .products .main .w80 ul li {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 992px) {
  .products .main {
    padding-top: 80px;
  }
  .products .main .w80 ul li {
    width: 100%;
  }
}
.product_details .main .part01 {
  margin-top: 120px;
  margin-bottom: 100px;
}
.product_details .main .part01 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part01 .w80 .left {
  width: 50%;
  border: 1px solid #e9e9e9;
  border-radius: 30px;
}
.product_details .main .part01 .w80 .left .img {
  height: 466px;
  overflow: hidden;
  text-align: center;
  background-image: linear-gradient(to bottom, #f9f4e0, #fefdfa);
}
.product_details .main .part01 .w80 .left .img img {
  width: 100%;
}
.product_details .main .part01 .w80 .left .s_img ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part01 .w80 .left .s_img ul li {
  width: 15%;
  border: 2px solid #fff;
  box-sizing: border-box;
  margin: 0 10px;
}
.product_details .main .part01 .w80 .left .s_img ul li.current {
  border: 2px solid #cd0000;
}
.product_details .main .part01 .w80 .left .s_img ul li img {
  width: 100%;
}
.product_details .main .part01 .w80 .right {
  width: 42%;
}
.product_details .main .part01 .w80 .right .p_title {
  margin-bottom: 30px;
}
.product_details .main .part01 .w80 .right .p_title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.product_details .main .part01 .w80 .right .p_des {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.product_details .main .part01 .w80 .right .p_des p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.product_details .main .part01 .w80 .right .p_tel {
  margin-top: 60px;
  background-color: #cd0000;
  width: 200px;
  border-radius: 28px;
}
.product_details .main .part01 .w80 .right .p_tel h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #fff;
  line-height: 56px;
  font-weight: 100;
  text-align: center;
}
.product_details .main .part01 .w80 .right .p_tel h4 i {
  font-size: 24px;
  margin-right: 10px;
}
.product_details .main .part01 .w80 .right .btn {
  margin-top: 120px;
}
.product_details .main .part01 .w80 .right .btn .btn1 {
  margin-bottom: 16px;
}
.product_details .main .part01 .w80 .right .btn .btn1 a {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product_details .main .part01 .w80 .right .btn .btn1 a span {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product_details .main .part02 {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #fff6e8;
}
.product_details .main .part02 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product_details .main .part02 .w80 .left {
  width: 66%;
}
.product_details .main .part02 .w80 .left .l_title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}
.product_details .main .part02 .w80 .left .l_title h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.product_details .main .part02 .w80 .left .l_title::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  content: "";
  width: 4px;
  height: 30px;
  background-color: #e59f2c;
}
.product_details .main .part02 .w80 .left .l_content {
  background-color: #fff;
  padding: 50px 40px;
  box-sizing: border-box;
  min-height: 800px;
}
.product_details .main .part02 .w80 .left .l_content img {
  width: 100%;
}
.product_details .main .part02 .w80 .right {
  width: 28%;
}
.product_details .main .part02 .w80 .right .r_title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}
.product_details .main .part02 .w80 .right .r_title h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.product_details .main .part02 .w80 .right .r_title::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  content: "";
  width: 4px;
  height: 30px;
  background-color: #e59f2c;
}
.product_details .main .part02 .w80 .right ul li {
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 30px;
}
.product_details .main .part02 .w80 .right ul li .img img {
  width: 100%;
}
.product_details .main .part02 .w80 .right ul li .text h4 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .product_details .main .part01 .w80 .right .p_title h3 {
    font-size: 24px;
  }
  .product_details .main .part01 .w80 .right .btn {
    margin-top: 50px;
  }
  .products .main .w80 ul li {
    padding: 1.2rem;
  }
  .product_details .main .part01 .w80 .right .p_tel h4 {
    line-height: 52px;
  }
  .product_details .main .part02 .w80 .right .r_title h3 {
    font-size: 22px;
  }
  .product_details .main .part02 .w80 .right .r_title::after {
    height: 20px;
  }
  .product_details .main .part02 .w80 .left .l_title h3 {
    font-size: 22px;
  }
  .product_details .main .part02 .w80 .left .l_title::after {
    height: 20px;
  }
  .product_details .main .part02 .w80 .right ul li .text h4 {
    font-size: 16px;
  }
  .product_details .main .part02 .w80 .right ul li .text {
    margin-top: 14px;
  }
  .product_details .main .part02 .w80 .right ul li {
    padding: 16px;
  }
}
@media screen and (max-width: 992px) {
  .product_details .main .part01 .w80 .left {
    width: 100%;
  }
  .product_details .main .part01 .w80 .right {
    width: 100%;
    margin-top: 30px;
  }
  .product_details .main .part01 .w80 .right .p_title h3 {
    font-size: 18px;
  }
  .product_details .main .part01 .w80 .right .p_des p {
    font-size: 15px;
  }
  .product_details .main .part01 .w80 .right .btn .btn1 a {
    font-size: 15px;
  }
  .product_details .main .part02 .w80 .left {
    width: 100%;
  }
  .product_details .main .part02 .w80 .left .l_content {
    padding: 20px;
    min-height: auto;
  }
  .product_details .main .part02 .w80 .right {
    width: 100%;
    margin-top: 40px;
  }
  .product_details .main .part01 .w80 .left .img {
    height: 240px;
  }
}
.news .main {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.news .main .part01 .w80 .top {
  margin-top: 130px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .part01 .w80 .top .left {
  width: 48%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.news .main .part01 .w80 .top .left::after {
  display: block;
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #004f99, rgba(0, 79, 153, 0));
}
.news .main .part01 .w80 .top .left .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  height: 70px;
  padding: 0 30px;
  transition: all 1.5s ease;
}
.news .main .part01 .w80 .top .left .text h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.news .main .part01 .w80 .top .left .text p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news .main .part01 .w80 .top .left .img {
  width: 100%;
  height: 470px;
  overflow: hidden;
}
.news .main .part01 .w80 .top .left .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1.5s ease;
}
.news .main .part01 .w80 .top .left:hover {
  cursor: pointer;
}
.news .main .part01 .w80 .top .left:hover .img img {
  transform: scale(1.2);
}
.news .main .part01 .w80 .top .left:hover .text {
  transform: translateY(-20px);
}
.news .main .part01 .w80 .top .right {
  width: 48%;
}
.news .main .part01 .w80 .top .right ul li:hover a .txt h2 {
  color: #e59f2c;
  margin-bottom: 40px;
}
.news .main .part01 .w80 .top .right ul li:hover a .txt i::after {
  top: -50px;
  width: 100px;
  height: 100px;
}
.news .main .part01 .w80 .top .right ul li:hover a .img img {
  transform: scale(1.2);
}
.news .main .part01 .w80 .top .right ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.news .main .part01 .w80 .top .right ul li a .txt {
  width: 72%;
}
.news .main .part01 .w80 .top .right ul li a .txt h2 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
  transition: all 0.5s ease;
}
.news .main .part01 .w80 .top .right ul li a .txt i {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 8px;
  position: relative;
}
.news .main .part01 .w80 .top .right ul li a .txt i::after {
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #e59f2c;
  opacity: 0.1;
  transition: all 0.5s ease;
}
.news .main .part01 .w80 .top .right ul li a .txt p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  transition: all 0.5s ease;
}
.news .main .part01 .w80 .top .right ul li a .img {
  width: 24%;
  height: 120px;
  overflow: hidden;
  border-radius: 6px;
}
.news .main .part01 .w80 .top .right ul li a .img img {
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}
.news .main .part01 .w80 .bottom {
  background-color: #fff6e8;
}
.news .main .part02 {
  background-color: #fff6e8;
  padding-top: 100px;
}
.news .main .part02 .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .part02 .w80 ul li {
  width: 23.4%;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
  margin-right: 2.1%;
  margin-bottom: 46px;
  transition: all 0.5s ease;
}
.news .main .part02 .w80 ul li:nth-of-type(4n) {
  margin-right: 0;
}
.news .main .part02 .w80 ul li a .txt {
  margin-bottom: 30px;
}
.news .main .part02 .w80 ul li a .txt i {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.news .main .part02 .w80 ul li a .txt h2 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news .main .part02 .w80 ul li a .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
}
.news .main .part02 .w80 ul li a .img img {
  width: 100%;
  transition: all 1s ease;
}
.news .main .part02 .w80 ul li a .more {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .part02 .w80 ul li a .more span {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #e59f2c;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 10px;
}
.news .main .part02 .w80 ul li a .more p {
  font-size: 16px;
  color: #e59f2c;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news .main .part02 .w80 ul li:hover {
  background-color: #e59f2c;
}
.news .main .part02 .w80 ul li:hover a .txt i {
  color: #fff;
}
.news .main .part02 .w80 ul li:hover a .txt h2 {
  color: #fff;
}
.news .main .part02 .w80 ul li:hover a .img img {
  transform: scale(1.1);
}
.news .main .part02 .w80 ul li:hover a .more span {
  background-color: #fff;
  color: #e59f2c;
}
.news .main .part02 .w80 ul li:hover a .more p {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .news .main .part02 .w80 ul li {
    width: 100%;
  }
}
.news2 .main {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.news2 .main .part02 {
  background-color: #fff6e8;
  padding-top: 100px;
}
.news2 .main .part02 .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news2 .main .part02 .w80 ul li {
  width: 23.4%;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
  margin-right: 2.1%;
  margin-bottom: 46px;
  transition: all 0.5s ease;
}
.news2 .main .part02 .w80 ul li:nth-of-type(4n) {
  margin-right: 0;
}
.news2 .main .part02 .w80 ul li a .txt {
  margin-bottom: 30px;
}
.news2 .main .part02 .w80 ul li a .txt i {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.news2 .main .part02 .w80 ul li a .txt h2 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news2 .main .part02 .w80 ul li a .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
}
.news2 .main .part02 .w80 ul li a .img img {
  width: 100%;
  transition: all 1s ease;
}
.news2 .main .part02 .w80 ul li a .more {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news2 .main .part02 .w80 ul li a .more span {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #e59f2c;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 10px;
}
.news2 .main .part02 .w80 ul li a .more p {
  font-size: 16px;
  color: #e59f2c;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news2 .main .part02 .w80 ul li:hover {
  background-color: #e59f2c;
}
.news2 .main .part02 .w80 ul li:hover a .txt i {
  color: #fff;
}
.news2 .main .part02 .w80 ul li:hover a .txt h2 {
  color: #fff;
}
.news2 .main .part02 .w80 ul li:hover a .img img {
  transform: scale(1.1);
}
.news2 .main .part02 .w80 ul li:hover a .more span {
  background-color: #fff;
  color: #e59f2c;
}
.news2 .main .part02 .w80 ul li:hover a .more p {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .news .main .part01 .w80 .top .right ul li a .txt h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .news .main .part01 .w80 .top .right ul li a .txt p {
    font-size: 14px;
  }
  .news .main .part01 .w80 .top .left .text h3 {
    font-size: 18px;
  }
  .news .main .part01 .w80 .top .left .text p {
    font-size: 15px;
  }
  .news .main .part01 .w80 .top .left .img {
    height: 380px;
  }
  .news .main .part01 .w80 .top .right ul li a .img {
    height: 90px;
  }
  .news .main .part01 .w80 .top .right ul li:nth-of-type(3) a {
    margin-bottom: 0;
  }
  .news .main .part02 .w80 ul li a .img {
    height: 150px;
    border-radius: 12px;
  }
  .news .main .part02 .w80 ul li a .txt h2 {
    line-height: 1.2;
  }
  .news .main .part02 .w80 ul li a .txt i {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 992px) {
  .news2 .main .part02 .w80 ul li {
    width: 100%;
  }
}
.news_details .main .n_center .ct .detailed > .n_title {
  display: block;
  visibility: visible;
}
.news_details .main .n_center .ct .detailed > .n_title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.news_details .main .n_center .ct .detailed .sub2 .share p {
  font-size: 14px;
  margin: 0 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content {
  text-align: center;
}
.news_details .main .n_center .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_details .main .n_center .ct .detailed .sub2 .news_content img {
  display: block;
  width: initial;
  margin: 0 auto;
}
.news_details .main .n_center .ct .detailed .sub2 .np {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div {
  width: 49.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(1) i {
  margin-right: 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(2) i {
  margin-left: 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div i {
  font-size: 24px;
}
.news_details .main .n_center .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_details .main .ct .detailed > .n_title h3 {
    font-size: 24px;
  }
  .news_details .main .ct .detailed .sub2 .news_content p {
    font-size: 14px;
  }
  .news_details .main .ct .detailed .sub2 .np div a {
    font-size: 14px;
    line-height: 48px;
  }
  .news_details .main .ct .detailed .sub2 .np div {
    width: 49%;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 24px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    font-size: 14px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .news_details .mt-100 {
    margin-top: 70px;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content img {
    width: 100%;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np {
    flex-wrap: wrap;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div i {
    display: none;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    line-height: 1;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 15px;
  }
}
.contact .main {
  background-color: #fff6e8;
}
.contact .main > div {
  padding-top: 140px;
}
.contact .main > div .c_top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .c_top .n_title {
  position: relative;
  margin-top: 40px;
  margin-left: 20px;
}
.contact .main > div .c_top .n_title h2 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 1;
}
.contact .main > div .c_top .n_title::before {
  position: absolute;
  top: -26px;
  left: -20px;
  display: block;
  content: "";
  width: 75px;
  height: 75px;
  background-image: url(/images/quanBg.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 0;
}
.contact .main > div .c_top .n_title::after {
  margin-top: 22px;
  display: block;
  content: "";
  width: 48px;
  height: 6px;
  background-color: #e59f2c;
}
.contact .main > div .c_top .en p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.contact .main > div .top {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_left {
  width: 100%;
}
.contact .main > div .top .top_left ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_left ul li {
  width: 24.2%;
  height: 200px;
  box-shadow: 0 10px 1.2rem rgba(46, 0, 2, 0.05);
  border-radius: 20px;
  padding: 30px 20px 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.contact .main > div .top .top_left ul li:nth-of-type(4) {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_left ul li:nth-of-type(4) .img {
  text-align: center;
  padding-right: 20px;
}
.contact .main > div .top .top_left ul li:nth-of-type(4) .img img {
  height: 144px;
  margin: 0 auto;
}
.contact .main > div .top .top_left ul li:nth-of-type(4) .text h3 {
  font-size: 18px;
}
.contact .main > div .top .top_left ul li:nth-of-type(4) .text p {
  font-size: 14px;
}
.contact .main > div .top .top_left ul li .img {
  text-align: center;
}
.contact .main > div .top .top_left ul li .img img {
  width: initial;
  margin: 0 auto;
}
.contact .main > div .top .top_left ul li .text {
  margin-top: 20px;
}
.contact .main > div .top .top_left ul li .text h3 {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.contact .main > div .top .top_left ul li .text p {
  margin-top: 10px;
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
.contact .main > div .top .top_right {
  margin-top: 50px;
  width: 100%;
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 20px;
}
.contact .main > div .top .top_right h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.contact .main > div .top .top_right .message {
  margin-top: 20px;
}
.contact .main > div .top .top_right .message .ms1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_right .message .ms1 .ms1_sub1 {
  width: 49%;
  height: 60px;
  background-color: #f2f5f5;
  box-sizing: border-box;
  padding: 10px 20px;
}
.contact .main > div .top .top_right .message .ms1 .ms1_sub1 input {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f2f5f5;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main > div .top .top_right .message .ms2 {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_right .message .ms2 .ms2_sub1 {
  width: 49%;
  height: 60px;
  background-color: #f2f5f5;
  box-sizing: border-box;
  padding: 10px 20px;
}
.contact .main > div .top .top_right .message .ms2 .ms2_sub1 input {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f2f5f5;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main > div .top .top_right .message .ms3 {
  margin-top: 16px;
  background-color: #f2f5f5;
  height: 200px;
  box-sizing: border-box;
  padding: 20px;
}
.contact .main > div .top .top_right .message .ms3 textarea {
  width: 100%;
  height: 100%;
}
.contact .main > div .top .top_right .message .ms4 {
  margin-top: 20px;
  width: 100%;
}
.contact .main > div .top .top_right .message .ms4 button {
  width: 100%;
  height: 56px;
  background-color: #ea5514;
  font-size: 16px;
  color: #fff;
  line-height: 56px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .contact .main > div .c_top .n_title {
    margin-top: 0;
    margin-left: 0;
  }
  .contact .main > div .c_top .n_title h2 {
    font-size: 32px;
  }
  .contact .main > div .c_top .n_title::after {
    height: 2px;
  }
  .contact .main > div .c_top .en p {
    font-size: 16px;
  }
  .contact .main > div .top .top_left ul li .text p {
    font-size: 16px;
  }
  .contact .main > div .c_top {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
  .contact .main > div .top {
    margin-top: 50px;
  }
  .contact .main > div .top .top_left ul li {
    height: 180px;
  }
  .contact .main > div .top .top_right .message .ms1 .ms1_sub1 {
    height: 50px;
  }
  .contact .main > div .top .top_right .message .ms2 .ms2_sub1 {
    height: 50px;
  }
  .contact .main > div .top .top_right .message .ms3 {
    height: 160px;
  }
  .contact .main > div .top .top_right .message .ms4 button {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 992px) {
  .contact .main > div .c_top .n_title h2 {
    font-size: 24px;
  }
  .contact .main > div .c_top .en {
    margin-top: 20px;
  }
  .contact .main > div {
    padding-top: 80px;
  }
  .contact .main > div .top .top_left ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact .main > div .top .top_right {
    padding: 20px;
  }
}
.join .main .w80 .join_list {
  margin-top: 120px;
}
.join .main .w80 .join_list .join_list_title {
  background-color: #fff6e8;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.join .main .w80 .join_list .join_list_title > div {
  font-size: 18px;
  color: #000;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
}
.join .main .w80 .join_list .join_list_title > div.item1 {
  width: 10%;
}
.join .main .w80 .join_list .join_list_title > div.item2 {
  width: 10%;
}
.join .main .w80 .join_list .join_list_title > div.item3 {
  width: 15%;
}
.join .main .w80 .join_list .join_list_title > div.item4 {
  width: 55%;
}
.join .main .w80 .join_list .join_list_title > div.item5 {
  width: 10%;
}
.join .main .w80 .join_list ul li {
  border-bottom: 1px dashed #dfdfdf;
}
.join .main .w80 .join_list ul li .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.join .main .w80 .join_list ul li .top > div {
  font-size: 16px;
  color: #333;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}
.join .main .w80 .join_list ul li .top > div.tp1 {
  width: 10%;
}
.join .main .w80 .join_list ul li .top > div.tp2 {
  width: 10%;
}
.join .main .w80 .join_list ul li .top > div.tp3 {
  width: 15%;
}
.join .main .w80 .join_list ul li .top > div.tp4 {
  width: 55%;
}
.join .main .w80 .join_list ul li .top > div.tp5 {
  width: 10%;
}
.join .main .w80 .join_list ul li .top > div.tp5.on i {
  transform: rotate(90deg);
}
.join .main .w80 .join_list ul li .top > div.tp5 i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  background-color: #cd0000;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.join .main .w80 .join_list ul li .bottom {
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  box-sizing: border-box;
  padding-left: 30px;
}
.join .main .w80 .join_list ul li .bottom.active {
  padding-top: 30px;
  height: auto;
  background-color: #f5f5f5;
}
.join .main .w80 .join_list ul li .bottom p {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .join .main .w80 .join_list .join_list_title > div {
    font-size: 16px;
  }
  .join .main .w80 .join_list ul li .top > div {
    font-size: 14px;
  }
  .join .main .w80 .join_list ul li .bottom p {
    font-size: 14px;
  }
}
