header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  line-height: 106px;
  height: 106px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.5s ease;
}
header.on {
  background-color: #ffffff;
}
header.on .h_left nav ul li a {
  color: #333;
}
header.on .h_left nav .tool .search {
  border-right: 1px solid #dfdfdf;
}
header.on .h_left nav .tool .search i {
  color: #333;
}
header.on .h_left nav .tool .yuyan p {
  color: #333;
}
header.on .h_right {
  background-color: #2b3d7d;
}
header > .h_left {
  width: 84%;
  line-height: inherit;
  float: left;
  padding-left: 5%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > .h_left .logo {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > .h_left .logo .logo_img {
  margin-right: 20px;
}
header > .h_left .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > .h_left .logo .logo_img a img {
  height: 33px;
}
header > .h_left nav {
  width: 60%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > .h_left nav ul {
  width: 90%;
  width: calc(100% - 240px);
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > .h_left nav ul li {
  line-height: inherit;
  width: 20%;
  z-index: 999;
  transition: all 1s;
}
header > .h_left nav ul li:hover {
  background-color: #f3f3f3;
}
header > .h_left nav ul li:hover .sub2 {
  height: 300px;
  opacity: 1;
}
header > .h_left nav ul li a {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > .h_left nav ul li .sub2 {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #f3f3f3;
  transition: all 0.5s ease;
}
header > .h_left nav ul li .sub2 .sub2_sub1 {
  border-top: 1px solid #ced5da;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > .h_left nav ul li .sub2 .sub2_sub1 .left {
  width: 70%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 110px;
  padding-right: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > .h_left nav ul li .sub2 .sub2_sub1 .left .items {
  width: calc(100% - 340px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > .h_left nav ul li .sub2 .sub2_sub1 .left .items > div {
  width: 32%;
  height: 80px;
  line-height: 80px;
}
header > .h_left nav ul li .sub2 .sub2_sub1 .left .items > div a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: left;
}
header > .h_left nav ul li .sub2 .sub2_sub1 .left .items > div a::before {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #f07517;
  margin-bottom: 14px;
  margin-top: 20px;
}
header > .h_left nav ul li .sub2 .sub2_sub1 .left .items.ip > div {
  width: 32%;
}
header > .h_left nav ul li .sub2 .sub2_sub1 .left .img {
  width: 340px;
}
header > .h_left nav ul li .sub2 .sub2_sub1 .left .img img {
  width: 100%;
}
header > .h_left nav ul li .sub2 .sub2_sub1 .right {
  width: 30%;
  height: 100%;
  background: url(../image/nav_bg2.jpg) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 0 110px 0 60px;
}
header > .h_left nav ul li .sub2 .sub2_sub1 .right h3 {
  margin-top: 50px;
  margin-bottom: 16px;
  font-size: 34px;
  color: #333;
  line-height: 1;
  text-align: left;
  font-family: "Impact";
}
header > .h_left nav ul li .sub2 .sub2_sub1 .right p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
header > .h_left nav .tool {
  width: 170px;
  padding-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > .h_left nav .tool .search {
  border-right: 1px solid #fff;
  height: 24px;
  line-height: 24px;
  padding-right: 10px;
}
header > .h_left nav .tool .search i {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
}
header > .h_left nav .tool .yuyan {
  height: 24px;
  line-height: 24px;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > .h_left nav .tool .yuyan img {
  width: 26px;
}
header > .h_left nav .tool .yuyan p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  padding-left: 8px;
}
header > .h_right {
  float: right;
  width: 14%;
  background-color: rgba(43, 61, 125, 0);
  transition: all 0.5s ease;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
header > .h_right .tel_text p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header > .h_right .tel_text h3 {
  margin-top: 6px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
}
header > .h_right .tel_icon {
  padding-left: 10px;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
header > .h_right .tel_icon img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  header {
    height: 90px;
    line-height: 90px;
  }
  header > div .logo {
    width: 22%;
  }
  header > div nav {
    width: 70%;
  }
  header > div nav ul {
    width: calc(100% - 156px);
  }
  header > div nav .tool .yuyan p {
    display: none;
  }
  header > div nav .tool {
    width: 88px;
  }
  header > div nav ul li a {
    font-size: 16px;
  }
  header > div nav .tool .yuyan i {
    font-size: 18px;
  }
  header > div nav .tool .search i {
    font-size: 30px;
  }
  header > div nav .tool .search {
    height: 20px;
  }
  header > .h_left nav ul li a {
    font-size: 16px;
  }
  header > .h_left nav .tool .search i {
    font-size: 30px;
  }
  header > .h_left nav .tool {
    width: 116px;
  }
  header > .h_left nav ul {
    width: calc(100% - 140px);
  }
  header > .h_left nav {
    width: 66%;
  }
}
footer .top {
  background-image: url(../image/footer_bg.jpg);
  background-position: left top;
  background-size: cover;
  padding-bottom: 64px;
}
footer .top .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .left {
  width: 60%;
}
footer .top .w80 .left .f_list {
  margin-top: 64px;
  margin-bottom: 40px;
}
footer .top .w80 .left .f_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .left .f_list ul li.line {
  color: #fff;
  opacity: 0.4;
}
footer .top .w80 .left .f_list ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
footer .top .w80 .left .f_contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .left .f_contact .f_c_sub1 {
  width: 60%;
}
footer .top .w80 .left .f_contact .f_c_sub1 h4 {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 8px;
}
footer .top .w80 .left .f_contact .f_c_sub1 h2 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
  margin-bottom: 26px;
}
footer .top .w80 .left .f_contact .f_c_sub1 p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 14px;
}
footer .top .w80 .left .f_contact .f_c_sub2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .left .f_contact .f_c_sub2 .erweima {
  margin-left: 24px;
}
footer .top .w80 .left .f_contact .f_c_sub2 .erweima img {
  margin-bottom: 8px;
}
footer .top .w80 .left .f_contact .f_c_sub2 .erweima p {
  font-size: 14px;
  color: #b4b4b4;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
footer .top .w80 .right .img img {
  width: initial;
}
footer .top .w80 .right .text h3 {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .top .w80 .right .text h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #b60000;
  margin-top: 18px;
  margin-bottom: 30px;
}
footer .top .w80 .right .text p {
  font-size: 18px;
  color: #a7a7a7;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
footer .bottom {
  width: 100%;
  height: 50px;
  background-color: #2b3d7d;
}
footer .bottom .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .bottom .w80 .left a {
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  margin-right: 20px;
}
footer .bottom .w80 .right a {
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  footer .top .w80 .left .f_contact .f_c_sub1 {
    width: 50%;
  }
  footer .top .w80 .left .f_list ul li a {
    font-size: 14px;
  }
  footer .top .w80 .left .f_contact .f_c_sub1 h2 {
    font-size: 30px;
  }
  footer .top .w80 .left .f_contact .f_c_sub1 h4 {
    font-size: 14px;
  }
  footer .top .w80 .left .f_contact .f_c_sub1 p {
    font-size: 14px;
  }
  footer .top .w80 .left .f_contact .f_c_sub2 .erweima img {
    width: 94px;
  }
  footer .top .w80 .right .text h3 {
    font-size: 22px;
    margin-top: 8px;
  }
  footer .top .w80 .right .text p {
    font-size: 16px;
  }
  footer .top {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  footer .top .w80 .left .f_list {
    display: none;
  }
  footer .top .w80 .left {
    width: 100%;
  }
  footer .top .w80 .left .f_contact {
    width: 100%;
  }
  footer .top {
    padding-top: 50px;
  }
  footer .top .w80 .left .f_contact .f_c_sub2 .erweima {
    margin-left: 0;
    margin-right: 20px;
  }
  footer .top .w80 .left .f_contact .f_c_sub1 {
    width: 100%;
  }
  footer .top .w80 .right {
    margin-top: 40px;
  }
  footer .bottom .w80 .left a:nth-of-type(2) {
    display: none;
  }
  footer .bottom .w80 .right {
    display: none;
  }
  footer .top .w80 .right .text h3 {
    font-size: 22px;
  }
}
.index .part01 {
  width: 100%;
  height: auto;
  background-image: url(../image/index_proBg.jpg);
  background-repeat: repeat;
  position: relative;
  padding-bottom: 100px;
  background-size: cover;
}
.index .part01 .w80 .top {
  padding-top: 100px;
  padding-bottom: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w80 .top .title p {
  font-size: 24px;
  color: #b60000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part01 .w80 .top .title h1 {
  font-size: 60px;
  color: #b60000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
  text-transform: uppercase;
  margin-top: 8px;
}
.index .part01 .w80 .top .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w80 .top .right .line {
  height: 5px;
  width: calc(100% - 90px);
  background-image: url(../image/index_about_bg2.jpg);
  background-repeat: repeat-x;
}
.index .part01 .w80 .top .right .num2 {
  font-size: 48px;
  color: #b60000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
}
.index .part01 .w80 .bottom .list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w80 .bottom .list ul li {
  width: 31%;
  height: auto;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  margin-right: 1%;
  margin-bottom: 120px;
  background-color: #fff;
  position: relative;
}
.index .part01 .w80 .bottom .list ul li:hover .text {
  width: 100%;
  left: 0;
  background-color: rgba(255, 174, 0, 0.7);
}
.index .part01 .w80 .bottom .list ul li:hover .text i {
  color: #000;
}
.index .part01 .w80 .bottom .list ul li:hover .text h3 {
  color: #000;
}
.index .part01 .w80 .bottom .list ul li:hover .text p {
  color: #000;
}
.index .part01 .w80 .bottom .list ul li .img img {
  width: 100%;
}
.index .part01 .w80 .bottom .list ul li .text {
  width: 90%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: -40px;
  left: 5%;
  padding: 30px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.index .part01 .w80 .bottom .list ul li .text i {
  font-size: 40px;
  color: #fdb819;
}
.index .part01 .w80 .bottom .list ul li .text h3 {
  margin-top: 8px;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part01 .w80 .bottom .list ul li .text p {
  margin-top: 8px;
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.index .part02 {
  background-image: url(../image/about_bg.jpg);
  padding-bottom: 120px;
}
.index .part02 .w80 .top {
  padding-top: 100px;
  padding-bottom: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w80 .top .title p {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part02 .w80 .top .title h1 {
  font-size: 60px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
  text-transform: uppercase;
  margin-top: 8px;
}
.index .part02 .w80 .top .right {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w80 .top .right .line {
  height: 5px;
  width: calc(100% - 90px);
  background-image: url(../image/index_about_bg2.jpg);
  background-repeat: repeat-x;
}
.index .part02 .w80 .top .right .num2 {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
}
.index .part02 .w80 .bottom {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w80 .bottom .left {
  position: relative;
  width: 68%;
}
.index .part02 .w80 .bottom .left .img {
  overflow: hidden;
}
.index .part02 .w80 .bottom .left .img img {
  float: left;
}
.index .part02 .w80 .bottom .left .more {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #b60000;
  width: 226px;
  height: 106px;
  z-index: 2;
}
.index .part02 .w80 .bottom .left .more a {
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 106px;
  font-weight: 400;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.index .part02 .w80 .bottom .left .more a img {
  margin-left: 8px;
}
.index .part02 .w80 .bottom .left .more:hover::after {
  width: 100%;
}
.index .part02 .w80 .bottom .left .more::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2b3d7d;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 1s ease;
}
.index .part02 .w80 .bottom .right {
  width: 31%;
  height: 490px;
  position: relative;
}
.index .part02 .w80 .bottom .right .img {
  position: absolute;
  right: 0;
  top: 30px;
}
.index .part02 .w80 .bottom .right .text {
  position: absolute;
  right: 0;
  bottom: 0;
}
.index .part02 .w80 .bottom .right .text h1 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: right;
  margin-bottom: 30px;
}
.index .part02 .w80 .bottom .right .text p {
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  text-indent: 2em;
}
.index .part02 .w80 .bottom .right .text a {
  margin-top: 40px;
  display: block;
  background-color: #b60000;
  height: 50px;
  width: 180px;
  font-size: 15px;
  color: #fff;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-family: "Impact";
}
.index .part03 {
  background-image: url(../image/index_adBg.jpg);
  position: relative;
  padding-bottom: 100px;
  background-size: cover;
}
.index .part03::before {
  content: "";
  display: block;
  width: 20%;
  height: 184px;
  background-color: #f3f3f3;
  position: absolute;
  top: 100px;
  left: 0;
}
.index .part03 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 6;
}
.index .part03 .w80 .left {
  width: 20%;
  background-image: url(../image/index_part03_bg.jpg);
  background-repeat: repeat-x;
  margin-top: 100px;
  padding: 0 30px;
  box-sizing: border-box;
}
.index .part03 .w80 .left ul {
  padding-top: 150px;
  padding-bottom: 80px;
}
.index .part03 .w80 .left ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 32px 0;
  border-bottom: 1px dashed #fff;
  cursor: pointer;
}
.index .part03 .w80 .left ul li h2 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
  width: 50px;
}
.index .part03 .w80 .left ul li p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  width: calc(100% - 52px);
}
.index .part03 .w80 .left ul li.on h2 {
  color: #b60000;
}
.index .part03 .w80 .left ul li.on p {
  color: #b60000;
}
.index .part03 .w80 .right {
  width: 75%;
}
.index .part03 .w80 .right .top {
  padding-top: 100px;
  padding-bottom: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w80 .right .top .title p {
  font-size: 24px;
  color: #b60000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part03 .w80 .right .top .title h1 {
  font-size: 60px;
  color: #b60000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
  text-transform: uppercase;
  margin-top: 8px;
}
.index .part03 .w80 .right .top .text {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w80 .right .top .text .line {
  height: 5px;
  width: calc(100% - 90px);
  background-image: url(../image/line_bg2.png);
  background-repeat: repeat-x;
}
.index .part03 .w80 .right .top .text .num2 {
  font-size: 48px;
  color: #b60000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
}
.index .part03 .w80 .right .bottom {
  position: relative;
}
.index .part03 .w80 .right .bottom .text {
  position: absolute;
  width: 54%;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
}
.index .part03 .w80 .right .bottom .text .text_box {
  position: relative;
  height: 240px;
}
.index .part03 .w80 .right .bottom .text .text_box .text_item {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  opacity: 0;
}
.index .part03 .w80 .right .bottom .text .text_box .text_item.on {
  opacity: 1;
  transform: translateY(0px);
  z-index: 3;
}
.index .part03 .w80 .right .bottom .text .text_box .text_item h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part03 .w80 .right .bottom .text .text_box .text_item h3::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background-color: #b60000;
  margin-top: 14px;
  margin-bottom: 24px;
}
.index .part03 .w80 .right .bottom .text .text_box .text_item p {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
.index .part03 .w80 .right .bottom .more {
  position: absolute;
  right: 0;
  bottom: 42px;
  background-color: #b60000;
  width: 226px;
  height: 106px;
  z-index: 2;
}
.index .part03 .w80 .right .bottom .more a {
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 106px;
  font-weight: 400;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.index .part03 .w80 .right .bottom .more a img {
  margin-left: 8px;
}
.index .part03 .w80 .right .bottom .more:hover::after {
  width: 100%;
}
.index .part03 .w80 .right .bottom .more::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2b3d7d;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 1s ease;
}
.index .part04 {
  width: 100%;
  height: auto;
  background-image: url(../image/index_part04_bg.jpg);
  padding-bottom: 118px;
  padding-top: 86px;
}
.index .part04 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .top .title p {
  font-size: 24px;
  color: #b60000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
}
.index .part04 .w80 .top .title h1 {
  font-size: 60px;
  color: #b60000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
  text-transform: uppercase;
}
.index .part04 .w80 .top .top_right {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .top .top_right .news_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .top .top_right .news_nav .nav_item1 {
  margin-left: 30px;
}
.index .part04 .w80 .top .top_right .news_nav .nav_item1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .top .top_right .news_nav .nav_item1 a img {
  margin-right: 8px;
}
.index .part04 .w80 .top .top_right .news_nav .nav_item1 a span {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part04 .w80 .top .top_right .line {
  height: 5px;
  width: calc(100% - 360px);
  background-image: url(../image/line_bg2.png);
  background-repeat: repeat-x;
}
.index .part04 .w80 .top .top_right .num {
  font-size: 48px;
  color: #b60000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
}
.index .part04 .w80 .bottom {
  margin-top: 40px;
}
.index .part04 .w80 .bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part04 .w80 .bottom ul li:hover .img img {
  transform: scale(1.1);
}
.index .part04 .w80 .bottom ul li:hover .text h5 {
  color: #2b3d7d;
}
.index .part04 .w80 .bottom ul li:hover .text h2 {
  color: #2b3d7d;
}
.index .part04 .w80 .bottom ul li .img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.index .part04 .w80 .bottom ul li .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index .part04 .w80 .bottom ul li .text {
  padding-top: 26px;
}
.index .part04 .w80 .bottom ul li .text h5 {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
}
.index .part04 .w80 .bottom ul li .text h2 {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.index .part04 .w80 .bottom ul li .text p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
.index .part04 .w80 .bottom ul li .text span {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .bottom ul li .text span img {
  margin-left: 10px;
}
.index .part04 .w80 .bottom ul li.t1 {
  width: 30%;
}
.index .part04 .w80 .bottom ul li.t2 {
  width: 1px;
  height: 400px;
  background-color: #dbdbdb;
}
@media screen and (max-width: 1440px) {
  .index .part01::before {
    top: 100px;
  }
  .index .part01 .w80 .part01_top {
    padding-top: 100px;
    padding-bottom: 10px;
  }
  .index .part01 .w80 .part01_top .pt_01 .num {
    font-size: 38px;
  }
  .index .part01 .w80 .part01_top .pt_01 .nav .nav_item a p {
    font-size: 16px;
  }
  .index .part01 .w80 .part01_bottom .pt01_b_01 .right .img img {
    width: 100%;
  }
  .index .part01 .w80 .part01_bottom .pt01_b_01 .left .title h1 {
    font-size: 40px;
  }
  .index .part01 .w80 .part01_bottom .pt01_b_01 .left .title p {
    font-size: 14px;
    margin-top: 14px;
  }
  .index .part01 .w80 .part01_bottom .pt01_b_01 .left .title h4 {
    font-size: 18px;
  }
  .index .part01 .w80 .part01_bottom .pt01_b_02 .hot_pro ul li .text h3 {
    font-size: 18px;
  }
  .index .part01 .w80 .part01_bottom .pt01_b_02 .hot_pro ul li .text p {
    font-size: 14px;
  }
  .index .part01 .w80 .part01_bottom .pt01_b_02 .changeBtn .right {
    line-height: 56px;
  }
  .index .part01 .w80 .part01_bottom .pt01_b_02 .changeBtn .left {
    line-height: 56px;
  }
  .index .part01 .w80 .part01_bottom .pt01_b_01 .right .more {
    width: 206px;
    height: 76px;
  }
  .index .part01 .w80 .part01_bottom .pt01_b_01 .right .more a {
    line-height: 76px;
  }
  .index .part02 .w80 .top .title h1 {
    font-size: 40px;
  }
  .index .part02 .w80 .top .title p {
    font-size: 18px;
  }
  .index .part02 .w80 .top .right .num2 {
    font-size: 38px;
  }
  .index .part02 .w80 .top {
    padding-top: 90px;
    padding-bottom: 44px;
  }
  .index .part02 .w80 .bottom .right .img {
    width: 400px;
    top: 14px;
  }
  .index .part02 .w80 .bottom .right .img img {
    width: 100%;
  }
  .index .part02 .w80 .bottom .left .img img {
    width: 100%;
  }
  .index .part02 .w80 .bottom .right .text h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .index .part02 .w80 .bottom .right {
    height: 372px;
    width: 28%;
  }
  .index .part02 .w80 .bottom .right .text p {
    font-size: 14px;
  }
  .index .part02 .w80 .bottom .right .text a {
    width: 150px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }
  .index .part02 .w80 .bottom .left .more {
    width: 206px;
    height: 76px;
  }
  .index .part02 .w80 .bottom .left .more a {
    line-height: 76px;
  }
  .index .part02 {
    padding-bottom: 80px;
  }
  .index .part03 .w80 .right .top .title h1 {
    font-size: 40px;
  }
  .index .part03 .w80 .right .top .title p {
    font-size: 18px;
  }
  .index .part03 .w80 .right .top .text .num2 {
    font-size: 38px;
  }
  .index .part03 .w80 .left {
    padding: 0 14px;
  }
  .index .part03 .w80 .left ul li h2 {
    font-size: 24px;
    width: 26px;
  }
  .index .part03 .w80 .left ul li p {
    width: calc(100% - 32px);
    font-size: 15px;
  }
  .index .part03 .w80 .right .top {
    padding-bottom: 30px;
  }
  .index .part03 .w80 .right .bottom .img {
    width: 96%;
  }
  .index .part03 .w80 .right .bottom .img img {
    width: 100%;
  }
  .index .part03 .w80 .right .bottom .text .text_box .text_item h3 {
    font-size: 20px;
  }
  .index .part03 .w80 .right .bottom .text .text_box .text_item p {
    font-size: 14px;
  }
  .index .part03 .w80 .right .bottom .text {
    width: 60%;
  }
  .index .part03 .w80 .right .bottom .more {
    width: 206px;
    height: 76px;
  }
  .index .part03 .w80 .right .bottom .more a {
    line-height: 76px;
  }
  .index .part03 .w80 .left ul {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .index .part03 .w80 .left ul li {
    padding: 28px 0;
  }
  .index .part01 {
    padding-bottom: 80px;
  }
  .index .part03 {
    padding-bottom: 80px;
  }
  .index .part04 .w80 .top .title h1 {
    font-size: 40px;
  }
  .index .part04 .w80 .top .title p {
    font-size: 18px;
  }
  .index .part04 .w80 .top .top_right .news_nav .nav_item1 a span {
    font-size: 18px;
  }
  .index .part04 .w80 .top .top_right .num {
    font-size: 38px;
  }
  .index .part04 .w80 .bottom ul li .img {
    height: 178px;
  }
  .index .part04 .w80 .bottom {
    margin-top: 30px;
  }
  .index .part04 .w80 .bottom ul li .text h2 {
    font-size: 16px;
  }
  .index .part04 .w80 .bottom ul li .text p {
    font-size: 14px;
  }
  .index .part04 .w80 .bottom ul li .text {
    padding-top: 16px;
  }
  .index .part04 .w80 .bottom ul li.t2 {
    height: 350px;
  }
  .index .part04 {
    padding-bottom: 90px;
    padding-top: 80px;
  }
  .index .part01 .w80 .top .title h1 {
    font-size: 46px;
  }
  .index .part01 .w80 .top .title p {
    font-size: 20px;
  }
  .index .part01 .w80 .top .right .num2 {
    font-size: 42px;
  }
  .index .part01 .w80 .top {
    padding-bottom: 40px;
  }
  .index .part01 .w80 .bottom .list ul li .pro_bottom a .pro_name h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .index .part01 .w80 .top .title p {
    font-size: 16px;
    line-height: 1.2;
  }
  .index .part01 .w80 .top .title h1 {
    font-size: 32px;
  }
  .index .part01 .w80 .top .right {
    display: none;
  }
  .index .part01 .w80 .bottom .list ul li {
    width: 100%;
  }
  .index .part02 .w80 .top .right {
    display: none;
  }
  .index .part02 .w80 .top .title p {
    font-size: 16px;
  }
  .index .part02 .w80 .top .title h1 {
    font-size: 32px;
  }
  .index .part02 .w80 .bottom .left {
    width: 100%;
  }
  .index .part02 .w80 .bottom .right {
    width: 100%;
    margin-top: 40px;
  }
  .index .part02 .w80 .bottom .right .img {
    position: static;
    width: 100%;
    text-align: right;
  }
  .index .part02 .w80 .bottom .right .img img {
    width: 70%;
  }
  .index .part02 .w80 .bottom .right .text {
    position: static;
  }
  .index .part02 .w80 .bottom .left .more {
    display: none;
  }
  .index .part02 .w80 .bottom .right .text h1 {
    margin-top: 8px;
  }
  .index .part02 .w80 .bottom .right .text a {
    float: right;
  }
  .index .part02 {
    padding-bottom: 0;
  }
  .index .part03 {
    display: none;
  }
  .index .part04 .w80 .top .top_right {
    display: none;
  }
  .index .part04 .w80 .bottom ul li.t1 {
    width: 100%;
    margin-bottom: 40px;
  }
  .index .part04 .w80 .bottom ul li.t2 {
    display: none;
  }
  .index .part04 .w80 .top .title h1 {
    font-size: 32px;
  }
}
.about .part01 {
  padding-top: 100px;
}
.about .part01 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about .part01 .w80 .left {
  width: 20%;
}
.about .part01 .w80 .left h3 {
  font-size: 42px;
  color: #b60000;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.about .part01 .w80 .left p {
  margin-top: 30px;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}
.about .part01 .w80 .left p img {
  width: 100%;
}
.about .part01 .w80 .right {
  width: 72%;
}
.about .part01 .w80 .right p {
  font-size: 15px;
  color: #000;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.about .part01 .w80 .right p img {
  width: 100%;
}
.about .part02 {
  background-image: url(../image/n_about_bg2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  margin-top: 100px;
}
.about .part02 .w80 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.about .part02 .w80 .title h3 {
  font-size: 42px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.about .part02 .w80 .title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #b60000;
  margin: 0 auto;
}
.about .part02 .w80 .items {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about .part02 .w80 .items .part02_item {
  margin: 0 20px;
}
.about .part02 .w80 .items .part02_item p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .part02 .w80 .items .part02_item p span {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
  margin-right: 10px;
}
.about .part03 {
  background-image: url(../image/index_part04_bg.jpg);
  background-position: top left;
}
.about .part03 .w80 {
  overflow: hidden;
}
.about .part03 .w80 ul {
  margin-top: 80px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .part03 .w80 ul li {
  position: relative;
  overflow: hidden;
}
.about .part03 .w80 ul li:hover .img img {
  transform: scale(1.1);
}
.about .part03 .w80 ul li .img {
  width: 100%;
}
.about .part03 .w80 ul li .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.about .part03 .w80 ul li .text {
  position: absolute;
  left: 5%;
  bottom: 20px;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding: 30px 40px;
}
.about .part03 .w80 ul li .text h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.about .part03 .w80 ul li .text p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .about .part01 {
    padding-top: 80px;
  }
  .about .part01 .w80 .left h3 {
    font-size: 32px;
  }
  .about .part01 .w80 .left p {
    font-size: 16px;
  }
  .about .part01 .w80 .right p {
    font-size: 14px;
  }
  .about .part02 {
    margin-top: 60px;
  }
  .about .part02 .w80 .title h3 {
    font-size: 32px;
  }
  .about .part02 .w80 .items {
    margin-top: 30px;
  }
  .about .part02 .w80 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .about .part03 .w80 ul li {
    width: 31%;
  }
  .about .part03 .w80 ul li .text h3 {
    font-size: 20px;
  }
  .about .part03 .w80 ul li .text p {
    font-size: 14px;
  }
  .about .part03 .w80 ul li .text {
    width: 94%;
    padding: 24px 10px;
    left: 3%;
  }
}
@media screen and (max-width: 992px) {
  .about .part01 .w80 .left {
    width: 100%;
  }
  .about .part01 .w80 .left h3 {
    font-size: 24px;
  }
  .about .part01 .w80 .left p img {
    display: none;
  }
  .about .part01 .w80 .right {
    width: 100%;
  }
  .about .part02 .w80 .title h3 {
    font-size: 24px;
  }
  .about .part02 .w80 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .about .part02 .w80 .items .part02_item p span {
    font-size: 26px;
  }
  .about .part02 .w80 .items .part02_item p {
    margin-bottom: 6px;
  }
  .about .part03 .w80 ul li {
    width: 100%;
  }
}
.cultrue .part01 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.cultrue .part01 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cultrue .part01 .w80 .left {
  width: 20%;
}
.cultrue .part01 .w80 .left h3 {
  font-size: 42px;
  color: #b60000;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.cultrue .part01 .w80 .left p {
  margin-top: 30px;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}
.cultrue .part01 .w80 .left p img {
  width: 100%;
}
.cultrue .part01 .w80 .right {
  width: 72%;
}
.cultrue .part01 .w80 .right .r_sub1 .text p {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.cultrue .part01 .w80 .right .r_sub1 .text p span {
  font-weight: bold;
}
.cultrue .part01 .w80 .right .r_sub2 img {
  margin-top: 40px;
  opacity: 0.05;
  width: 100%;
}
.cultrue .part01 .w80 .right .r_sub3 img {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .cultrue .part01 .w80 .left h3 {
    font-size: 32px;
  }
  .cultrue .part01 .w80 .left p {
    font-size: 16px;
  }
  .cultrue .part01 .w80 .right .r_sub1 .text p {
    font-size: 16px;
  }
  .cultrue .part01 .w80 .right .r_sub2 img {
    margin-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  .cultrue .part01 .w80 .left {
    width: 100%;
  }
  .cultrue .part01 .w80 .left h3 {
    font-size: 24px;
  }
  .cultrue .part01 .w80 .right {
    width: 100%;
    margin-top: 20px;
  }
}
.honor .part01 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.honor .part01 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.honor .part01 .w80 .left {
  width: 20%;
}
.honor .part01 .w80 .left h3 {
  font-size: 42px;
  color: #b60000;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.honor .part01 .w80 .left p {
  margin-top: 30px;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}
.honor .part01 .w80 .left p img {
  width: 100%;
}
.honor .part01 .w80 .right {
  width: 72%;
  position: relative;
}
.honor .part01 .w80 .right ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.honor .part01 .w80 .right ul li {
  width: 31%;
  height: 240px;
  background-color: #f3f3f3;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 20px;
  cursor: pointer;
}
.honor .part01 .w80 .right ul li .num {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.honor .part01 .w80 .right ul li .num::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #666;
  margin-bottom: 30px;
}
.honor .part01 .w80 .right ul li .txt h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 40px;
}
.honor .part01 .w80 .right ul li .txt img {
  display: none;
}
.honor .part01 .w80 .right ul li .more {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.honor .part01 .w80 .right .h_page {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .honor .part01 .w80 .left h3 {
    font-size: 32px;
  }
  .honor .part01 .w80 .left p {
    font-size: 16px;
  }
  .honor .part01 .w80 .right ul li .txt h3 {
    font-size: 18px;
  }
  .honor .part01 .w80 .right ul li {
    padding: 20px;
    height: 208px;
  }
  .honor .part01 .w80 .right ul li .num {
    font-size: 24px;
    font-weight: 700;
  }
  .honor .part01 .w80 .right ul li .num::before {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .honor .part01 .w80 .left {
    width: 100%;
  }
  .honor .part01 .w80 .left h3 {
    font-size: 24px;
  }
  .honor .part01 .w80 .right {
    width: 100%;
    margin-top: 20px;
  }
  .honor .part01 .w80 .right ul li {
    width: 100%;
  }
}
.huanjing .part01 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.huanjing .part01 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.huanjing .part01 .w80 .left {
  width: 20%;
}
.huanjing .part01 .w80 .left h3 {
  font-size: 42px;
  color: #b60000;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.huanjing .part01 .w80 .left p {
  margin-top: 30px;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}
.huanjing .part01 .w80 .left p img {
  width: 100%;
}
.huanjing .part01 .w80 .right {
  width: 72%;
  position: relative;
}
.huanjing .part01 .w80 .right ol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.huanjing .part01 .w80 .right ol li {
  width: 32%;
  background-color: #f3f3f3;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
.huanjing .part01 .w80 .right ol li .img img {
  width: 100%;
}
.huanjing .part01 .w80 .right ol li .img h3 {
  display: none;
}
.huanjing .part01 .w80 .right .h_page {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .huanjing .part01 .w80 .left h3 {
    font-size: 32px;
  }
  .huanjing .part01 .w80 .left p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .huanjing .part01 .w80 .left {
    width: 100%;
  }
  .huanjing .part01 .w80 .left h3 {
    font-size: 24px;
  }
  .huanjing .part01 .w80 .right {
    width: 100%;
    margin-top: 20px;
  }
  .huanjing .part01 .w80 .right ul li {
    width: 100%;
  }
  .huanjing .part01 .w80 .right ol li {
    width: 48%;
  }
  .huanjing .part01 .w80 .pageList {
    display: none;
  }
}
.products2 .main {
  margin-bottom: 100px;
}
.products2 .main .pro_titleBox {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products2 .main .pro_titleBox h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-left: 20px;
}
.products2 .main .pro_titleBox h3::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background-color: #b60000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.products2 .main .pro_titleBox p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  width: 80%;
}
.products2 .main .pro_search {
  margin-top: 40px;
  box-sizing: border-box;
  padding: 50px;
  background-color: #f3f3f3;
  overflow: initial;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products2 .main .pro_search .select_box {
  width: 38%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products2 .main .pro_search .select_box > p {
  font-size: 18px;
  color: #333;
  line-height: l;
  font-weight: 400;
  text-align: left;
  width: 150px;
}
.products2 .main .pro_search .select_box .select {
  width: calc(100% - 156px);
}
.products2 .main .pro_search .search_box {
  width: 58%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products2 .main .pro_search .search_box > div:first-of-type {
  width: 130px;
}
.products2 .main .pro_search .search_box > div:first-of-type p {
  font-size: 18px;
  color: #333;
  line-height: l;
  font-weight: 400;
  text-align: left;
}
.products2 .main .pro_search .search_box > div:last-of-type {
  width: calc(100% - 130px);
}
.products2 .main .pro_search .search_box > div:last-of-type form input {
  width: 60%;
  margin-right: 4%;
  line-height: 44px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0 18px;
  font-size: 15px;
  color: #333;
  line-height: l;
  font-weight: 400;
  text-align: left;
}
.products2 .main .pro_search .search_box > div:last-of-type form input::placeholder {
  color: #000;
}
.products2 .main .pro_search .search_box > div:last-of-type form button {
  font-size: 18px;
  color: #fff;
  line-height: l;
  font-weight: 400;
  text-align: left;
  width: 35%;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  line-height: 44px;
  text-align: center;
  background-color: #2b3d7d;
}
.products2 .main .pro_listBox {
  margin-top: 80px;
  margin-bottom: 50px;
}
.products2 .main .pro_listBox .list {
  width: 100%;
}
.products2 .main .pro_listBox .list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products2 .main .pro_listBox .list ul li {
  width: 24%;
  height: auto;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  margin-right: 1%;
  margin-bottom: 24px;
  cursor: pointer;
}
.products2 .main .pro_listBox .list ul li .pro_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 50px 0;
  box-sizing: border-box;
  border: none;
}
.products2 .main .pro_listBox .list ul li .pro_img a {
  display: block;
  width: 100%;
}
.products2 .main .pro_listBox .list ul li .pro_img a img {
  width: 100%;
  transition: all 1s;
  backface-visibility: hidden;
}
.products2 .main .pro_listBox .list ul li .pro_bottom {
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid #dfdfdf;
  padding: 14px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products2 .main .pro_listBox .list ul li .pro_bottom .pro_name {
  width: 48%;
}
.products2 .main .pro_listBox .list ul li .pro_bottom .pro_name p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
}
.products2 .main .pro_listBox .list ul li .pro_bottom .pro_name h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
}
.products2 .main .pro_listBox .list ul li .pro_bottom .pro_more {
  width: 48%;
}
.products2 .main .pro_listBox .list ul li .pro_bottom .pro_more a {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #2b3d7d;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .products2 .main .pro_titleBox {
    margin-top: 80px !important;
  }
  .products2 .main .pro_titleBox h3 {
    font-size: 24px;
  }
  .products2 .main .pro_titleBox h3::after {
    height: 24px;
  }
  .products2 .main .pro_titleBox p {
    font-size: 15px !important;
  }
  .products2 .main .pro_search {
    margin-top: 40px;
    padding: 28px 50px;
  }
  .products2 .main .pro_search .select_box > p {
    font-size: 15px;
    width: 110px;
  }
  .products2 .main .pro_search .search_box > div:first-of-type p {
    font-size: 15px;
  }
  .products2 .main .pro_search .search_box > div:last-of-type form button {
    font-size: 15px;
  }
  .products2 .main .pro_search .search_box > div:first-of-type {
    width: 90px;
  }
  .products2 .main .pro_search .search_box > div:last-of-type {
    width: calc(100% - 93px);
  }
  .products2 .main .pro_search .select_box .select {
    width: calc(100% - 126px);
  }
  .products2 .main .pro_listBox {
    margin-top: 50px;
  }
  .products2 .main .pro_listBox .list ul li .pro_attr .pro_attr_item p {
    font-size: 13px;
  }
  .products2 .main .pro_listBox .list ul li .pro_attr .pro_attr_item h3 {
    font-size: 15px;
    letter-spacing: -1px;
  }
  .products2 .main .pro_listBox .list ul li .pro_more a {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .products2 .main .pro_titleBox {
    margin-top: 50px !important;
  }
  .products2 .main .pro_titleBox h3 {
    font-size: 24px;
    margin-bottom: 10px !important;
    width: 100%;
    text-align: left;
  }
  .products2 .main .pro_listBox .list ul li .pro_bottom .pro_name h3 {
    font-size: 18px;
  }
  .products2 .main .pro_titleBox p {
    font-size: 13px !important;
    line-height: 1.5;
    width: 100%;
    text-align: left;
  }
  .products2 .main .pro_search .select_box {
    width: 100%;
  }
  .products2 .main .pro_search .search_box {
    width: 100%;
  }
  .products2 .main .pro_search {
    margin-top: 30px;
    padding: 20px;
  }
  .products2 .main .pro_search .select_box > p {
    font-size: 13px;
    width: 60px;
    display: none;
  }
  .products2 .main .pro_search .search_box > div:first-of-type p {
    font-size: 15px;
  }
  .products2 .main .pro_search .search_box > div:last-of-type form button {
    font-size: 15px;
  }
  .products2 .main .pro_search .search_box > div:first-of-type {
    width: 90px;
  }
  .products2 .main .pro_search .search_box > div:last-of-type {
    width: 100%;
  }
  .products2 .main .pro_search .select_box .select {
    width: 100%;
    margin-bottom: 8px;
  }
  .select-mania-large .select-mania-value-text {
    font-size: 13px !important;
    line-height: 30px;
    height: 30px;
  }
  .select-mania-large .select-mania-group-text,
  .select-mania-large .select-mania-item-text {
    font-size: 13px !important;
  }
  .products2 .main .pro_search .search_box > div:first-of-type {
    display: none;
  }
  .products2 .main .pro_listBox {
    margin-top: 50px;
  }
  .products2 .main .pro_listBox .list ul li .pro_attr .pro_attr_item p {
    font-size: 13px;
  }
  .products2 .main .pro_listBox .list ul li .pro_attr .pro_attr_item h3 {
    font-size: 15px;
    letter-spacing: -1px;
  }
  .products2 .main .pro_listBox .list ul li .pro_more a {
    font-size: 12px;
  }
  .products2 .main .pro_search .search_box > div:last-of-type form input {
    width: 76%;
    margin-right: 0;
    line-height: 40px;
    font-size: 13px;
  }
  .products2 .main .pro_search .search_box > div:last-of-type form button {
    float: right;
    font-size: 13px;
    width: 24%;
    line-height: 40px;
  }
  .products2 .main .pro_listBox .list ul li {
    width: 100%;
  }
}
.products_detailed .main .top {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 70px;
  background-color: #f3f3f3;
}
.products_detailed .main .top .ct {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.products_detailed .main .top .ct .left {
  width: 50%;
  position: relative;
  background-color: #fff;
}
.products_detailed .main .top .ct .left .bigImg {
  padding: 40px 40px 180px 40px;
}
.products_detailed .main .top .ct .left .bigImg img {
  width: 100%;
  max-width: 476px;
  display: block;
  margin: 0 auto;
}
.products_detailed .main .top .ct .left .smailImg {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .top .ct .left .smailImg .btnLeft {
  width: 30px;
  height: 100px;
  background-color: #f3f3f3;
  margin-left: 20px;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
}
.products_detailed .main .top .ct .left .smailImg .btnLeft i {
  display: block;
  transform: rotate(180deg);
}
.products_detailed .main .top .ct .left .smailImg .btnRight {
  width: 30px;
  height: 100px;
  background-color: #f3f3f3;
  margin-left: 20px;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
}
.products_detailed .main .top .ct .left .smailImg ul {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .top .ct .left .smailImg ul li {
  cursor: pointer;
  width: 18%;
  border: 1px solid #dfdfdf;
  margin: 0 1%;
  box-sizing: border-box;
}
.products_detailed .main .top .ct .left .smailImg ul li img {
  width: 100%;
}
.products_detailed .main .top .ct .left .smailImg ul li:hover {
  border: 1px solid #2b3d7d;
}
.products_detailed .main .top .ct .right {
  width: 44%;
  height: inherit;
  position: relative;
}
.products_detailed .main .top .ct .right .title {
  margin-top: 30px;
}
.products_detailed .main .top .ct .right .title p {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 14px;
}
.products_detailed .main .top .ct .right .title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  font-family: "Impact";
}
.products_detailed .main .top .ct .right .title::after {
  display: block;
  content: "";
  margin-top: 30px;
  width: 100%;
  height: 1px;
  background-color: #999;
}
.products_detailed .main .top .ct .right .pro_content {
  margin: 20px 0;
}
.products_detailed .main .top .ct .right .pro_content p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.products_detailed .main .top .ct .right .pro_content p span {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 8px;
}
.products_detailed .main .top .ct .right .pro_config {
  margin: 20px 0 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}
.products_detailed .main .top .ct .right .pro_config span {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 8px;
}
.products_detailed .main .top .ct .right .pro_config ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .top .ct .right .pro_config ul li {
  padding: 0 10px;
  margin: 5px 6px;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  line-height: 42px;
  font-weight: normal;
  text-align: center;
}
.products_detailed .main .top .ct .right .tel a {
  display: inline-block;
  padding: 14px 20px;
  background-color: #2b3d7d;
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
  border-radius: 2px;
}
.products_detailed .main .top .ct .right .button .pre a {
  font-size: 16px;
  color: #333;
  line-height: 60px;
  font-weight: normal;
  text-align: left;
}
.products_detailed .main .top .ct .right .button .next a {
  font-size: 16px;
  color: #333;
  line-height: 60px;
  font-weight: normal;
  text-align: left;
}
.products_detailed .main .bottom {
  width: 100%;
}
.products_detailed .main .bottom .across {
  width: 100%;
  height: 70px;
  background-color: #2b3d7d;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: 0px 2px 3px #f1f1f1;
}
.products_detailed .main .bottom .across .title {
  float: left;
  display: inline-block;
  padding: 0 60px;
  cursor: pointer;
}
.products_detailed .main .bottom .across .title a {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #333;
  line-height: 70px;
  font-weight: bold;
  text-align: left;
}
.products_detailed .main .bottom .across .title.active {
  background-color: #b60000;
}
.products_detailed .main .bottom .across .title.active a {
  font-size: 18px;
  color: #fff;
  line-height: 70px;
  font-weight: bold;
  text-align: left;
}
.products_detailed .main .bottom .canshu {
  margin-top: 60px;
  border-bottom: 1px solid #dfdfdf;
}
.products_detailed .main .bottom .canshu .canshu_box1 {
  margin-bottom: 80px;
}
.products_detailed .main .bottom .canshu .canshu_box1 > h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.products_detailed .main .bottom .canshu .canshu_box1 table {
  border: 1px solid #dfdfdf;
}
.products_detailed .main .bottom .canshu .canshu_box1 table tr th {
  line-height: 50px;
  border: 1px solid #dfdfdf;
  background-color: #f1f1f1;
}
.products_detailed .main .bottom .canshu .canshu_box1 table tr td {
  border: 1px solid #dfdfdf;
}
.products_detailed .main .bottom .canshu .canshu_box1 table tr td:nth-of-type(1) {
  background-color: #f3f3f3;
}
.products_detailed .main .bottom .other_pro {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 60px;
}
.products_detailed .main .bottom .other_pro > div {
  overflow: hidden;
}
.products_detailed .main .bottom .other_pro > div > h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  color: #2b3d7d;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.products_detailed .main .bottom .other_pro > div ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .bottom .other_pro > div ul li {
  background-color: #fff;
  width: 19%;
  height: auto;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  margin-right: 1%;
  cursor: pointer;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 50px 0;
  box-sizing: border-box;
  border: none;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_img a {
  display: block;
  width: 100%;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_img a img {
  width: 100%;
  transition: all 1s;
  backface-visibility: hidden;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_bottom {
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid #dfdfdf;
  padding: 14px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_bottom .pro_name {
  width: 48%;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_bottom .pro_name p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_bottom .pro_name h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
}
.products_detailed .main .bottom .other_pro > div ul li .pro_bottom .pro_more {
  width: 48%;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_bottom .pro_more a {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #2b3d7d;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .products_detailed .main .top .ct .left .bigImg {
    padding: 20px 20px 120px 20px;
  }
  .products_detailed .main .top .ct .right .title h3 {
    font-size: 30px;
  }
  .products_detailed .main .top .ct .right .pro_content p span {
    font-size: 16px;
  }
  .products_detailed .main .top .ct .right .pro_content p {
    font-size: 14px;
  }
  .products_detailed .main .top .ct .right .pro_config span {
    font-size: 16px;
  }
  .products_detailed .main .top .ct .right .pro_config ul li {
    font-size: 13px;
  }
  .products_detailed .main .top .ct .right .tel a {
    font-size: 14px;
  }
  .products_detailed .main .bottom .across .title a {
    font-size: 16px;
  }
  .products_detailed .main .bottom .across .title.active a {
    font-size: 16px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 > h3 {
    font-size: 20px;
  }
  .products_detailed .main .bottom .other_pro > div ul li {
    height: 230px;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_bottom {
    padding: 14px 10px;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_bottom .pro_name h3 {
    font-size: 18px;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_bottom .pro_name p {
    font-size: 12px;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_bottom .pro_more a {
    font-size: 12px;
  }
  .products_detailed .main .bottom .other_pro > div > h3 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_img {
    width: 202px;
    height: 130px;
    padding: 20px 20px 0;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_attr .pro_attr_item h3 {
    font-size: 13px;
    letter-spacing: -1px;
  }
  .products_detailed .main .bottom .other_pro {
    padding-bottom: 50px;
    margin-top: 40px;
  }
  .products_detailed .main .top .ct .right .title p {
    font-size: 18px;
  }
  .products_detailed .main .top .ct .left .smailImg .btnLeft {
    height: 74px;
    line-height: 74px;
    margin-left: 10px;
  }
  .products_detailed .main .top .ct .left .smailImg .btnRight {
    height: 74px;
    line-height: 74px;
  }
  .products_detailed .main .top .ct .left .bigImg img {
    width: 80%;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 {
    margin-bottom: 40px;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_bottom .pro_more a {
    line-height: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 992px) {
  .products_detailed .main .top {
    padding-top: 70px;
  }
  .products_detailed .main .top .ct .left {
    width: 100%;
  }
  .products_detailed .main .top .ct .right {
    width: 100%;
  }
  .products_detailed .main .top .ct .left .smailImg .btnLeft {
    height: 50px;
    line-height: 50px;
  }
  .products_detailed .main .top .ct .left .smailImg .btnRight {
    height: 50px;
    line-height: 50px;
  }
  .products_detailed .main .top .ct .left .smailImg ul {
    width: calc(100% - 120px);
  }
  .products_detailed .main .top .ct .right .tel a {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 12px;
  }
  .products_detailed .main .top .ct .right .title h3 {
    font-size: 24px;
  }
  .products_detailed .main .top .ct .right .title p {
    font-size: 16px;
  }
  .products_detailed .main .bottom .across .title {
    padding: 0 20px;
  }
  .products_detailed .main .bottom .across .title.active a {
    font-size: 14px;
    line-height: 50px;
  }
  .products_detailed .main .bottom .canshu {
    margin-top: 20px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 > h3 {
    font-size: 16px;
  }
  .products_detailed .main .top .ct .left .bigImg {
    padding: 40px 40px 90px 40px;
  }
  .products_detailed .main .bottom .other_pro {
    display: none;
  }
  .products_detailed .main .bottom .across {
    height: 50px;
  }
  .products_detailed .main .bottom .across .title a {
    line-height: 50px;
    font-size: 13px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 .cptedian h3 {
    font-size: 15px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 .cptedian p {
    font-size: 13px;
  }
  table,
  table tr th,
  table tr td {
    font-size: 12px;
  }
}
.news {
  background-color: #f3f3f3;
}
.news .main {
  margin-bottom: 100px;
}
.news .main .titleBox {
  margin-top: 120px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .titleBox h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-left: 20px;
}
.news .main .titleBox h3::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background-color: #b60000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.news .main .titleBox p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  width: 80%;
}
.news .main .news_list {
  margin-top: 60px;
}
.news .main .news_list .news_item {
  background-color: #fff;
  padding: 50px 60px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
.news .main .news_list .news_item:hover::after {
  width: 100%;
}
.news .main .news_list .news_item:hover a .left .news_icon i {
  color: #2b3d7d;
}
.news .main .news_list .news_item:hover a .left .news_date h2 {
  color: #2b3d7d;
}
.news .main .news_list .news_item:hover a .left .news_date p {
  color: #2b3d7d;
}
.news .main .news_list .news_item:hover a .right .more .jt::after {
  width: 46px;
  height: 46px;
}
.news .main .news_list .news_item:hover a .right .more .jt i {
  color: #fff;
}
.news .main .news_list .news_item::after {
  width: 0%;
  height: 6px;
  content: "";
  display: block;
  background-color: #2b3d7d;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 1.5s ease;
}
.news .main .news_list .news_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .news_list .news_item a .left {
  border-right: 1px solid #dfdfdf;
  width: 10%;
}
.news .main .news_list .news_item a .left .news_icon {
  text-align: center;
  margin-bottom: 10px;
}
.news .main .news_list .news_item a .left .news_icon i {
  font-size: 42px;
  color: #999;
  transition: all 1.5s ease;
}
.news .main .news_list .news_item a .left .news_date h2 {
  font-size: 42px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6px;
  transition: all 1s ease;
}
.news .main .news_list .news_item a .left .news_date p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  transition: all 1s ease;
}
.news .main .news_list .news_item a .right {
  width: 86%;
}
.news .main .news_list .news_item a .right h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
.news .main .news_list .news_item a .right p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news .main .news_list .news_item a .right .more {
  margin-top: 40px;
  width: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news .main .news_list .news_item a .right .more .jt {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
}
.news .main .news_list .news_item a .right .more .jt i {
  font-size: 18px;
  line-height: 50px;
  position: relative;
  z-index: 3;
}
.news .main .news_list .news_item a .right .more .jt::after {
  display: block;
  content: "";
  background-color: #2b3d7d;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1440px) {
  .news .main .titleBox h3 {
    font-size: 24px;
  }
  .news .main .titleBox p {
    font-size: 15px;
  }
  .news .main .titleBox {
    margin-top: 100px;
  }
  .news .main .news_list {
    margin-top: 40px;
  }
  .news .main .news_list .news_item {
    padding: 40px 30px;
  }
  .news .main .news_list .news_item a .right h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .news .main .news_list .news_item a .right .more {
    margin-top: 20px;
  }
  .news .main .news_list .news_item a .left .news_date h2 {
    font-size: 30px;
  }
  .news .main .news_list .news_item a .right .more .jt {
    height: 30px;
    line-height: 30px;
  }
  .news .main .news_list .news_item a .right .more .jt i {
    line-height: 30px;
  }
  .news .main .news_list .news_item:hover a .right .more .jt::after {
    height: 30px;
    width: 30px;
  }
  .news .main .news_list .news_item a .right p {
    font-size: 14px;
  }
  .news .main .news_list .news_item a .right h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .news .main .titleBox h3 {
    width: 100%;
    text-align: left;
  }
  .news .main .titleBox p {
    width: 100%;
    line-height: 1.2;
    text-align: left;
    margin-top: 14px;
  }
  .news .main .news_list .news_item a .right p {
    display: none;
  }
  .news .main .news_list .news_item {
    padding: 16px;
  }
  .news .main .news_list .news_item a .left {
    width: 28%;
  }
  .news .main .news_list .news_item a .right {
    width: 62%;
  }
  .news .main .news_list .news_item a .left .news_date h2 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .news .main .news_list .news_item a .left .news_date p {
    font-size: 12px;
  }
  .news .main .news_list .news_item a .left .news_icon i {
    font-size: 28px;
  }
  .news .main .news_list .news_item a .right h3 {
    font-size: 15px;
    font-weight: bold;
  }
}
.news_details .main {
  margin-bottom: 80px;
  margin-top: 120px;
}
.news_details .main > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news_details .main > div .left {
  width: 68%;
}
.news_details .main > div .left .news_title {
  border-bottom: 1px dashed #dfdfdf;
  padding-bottom: 24px;
}
.news_details .main > div .left .news_title h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news_details .main > div .left .news_attribute {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news_details .main > div .left .news_attribute .attrItem {
  margin: 0 20px;
}
.news_details .main > div .left .news_attribute .attrItem:first-child {
  margin-left: 0;
}
.news_details .main > div .left .news_attribute .attrItem p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .left .news_descrition {
  background-color: #f3f3f3;
  border: 1px solid #dfdfdf;
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  margin-bottom: 40px;
}
.news_details .main > div .left .news_descrition p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .left .news_Content p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
.news_details .main > div .left .news_Content img {
  width: 100%;
}
.news_details .main > div .right {
  width: 28%;
}
.news_details .main > div .right .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.news_details .main > div .right .top .back {
  width: 48%;
}
.news_details .main > div .right .top .back a {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
}
.news_details .main > div .right .bottom {
  background-color: #f3f3f3;
  padding: 10px;
  margin-top: 40px;
}
.news_details .main > div .right .bottom > div {
  background-color: #fff;
  padding: 20px;
}
.news_details .main > div .right .bottom > div ul li {
  margin-bottom: 30px;
  margin-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfdfdf;
}
.news_details .main > div .right .bottom > div ul li .img {
  width: 100%;
  overflow: hidden;
}
.news_details .main > div .right .bottom > div ul li .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.news_details .main > div .right .bottom > div ul li .text {
  margin-top: 20px;
}
.news_details .main > div .right .bottom > div ul li .text h3 {
  font-size: 18px;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.news_details .main > div .right .bottom > div ul li .text p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.news_details .main > div .right .bottom > div ul li .text span {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .right .bottom > div ul li:hover .img img {
  transform: scale(1.1);
}
.news_details .main > div .right .bottom > div ul li:hover .text h3 {
  color: #2b3d7d;
  font-weight: 700;
}
.news_details .main > div .right .bottom > div ul li:hover .text p {
  color: #2b3d7d;
}
@media screen and (max-width: 1440px) {
  .news_details .main {
    margin-top: 80px;
  }
  .news_details .main > div .left .news_title h3 {
    font-size: 20px;
  }
  .news_details .main > div .left .news_attribute .attrItem p {
    font-size: 13px;
  }
  .news_details .main > div .left .news_descrition p {
    font-size: 13px;
  }
  .news_details .main > div .left .news_Content p {
    font-size: 14px;
  }
  .news_details .main > div .right .bottom > div ul li h3 {
    font-size: 16px;
  }
  .news_details .main > div .right .bottom > div ul li p {
    font-size: 14px;
  }
  .news_details .main > div .right .bottom > div ul li .text h3 {
    font-size: 15px;
  }
  .news_details .main > div .right .bottom > div ul li .text p {
    font-size: 13px;
    margin-bottom: 14px;
    color: #999;
  }
  .news_details .main > div .right .bottom > div ul li .text span {
    font-size: 12px;
  }
  .news_details .main > div .right .top {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 992px) {
  .news_details .main {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .news_details .main > div .left {
    width: 100%;
  }
  .news_details .main > div .right {
    width: 100%;
    margin-top: 20px;
  }
  .news_details .main > div .right .bottom > div ul li {
    margin-top: 0px;
    padding-bottom: 14px;
  }
  .news_details .main > div .right .bottom > div ul li:nth-of-type(2) {
    padding-bottom: 0;
  }
  .news_details .main > div .right .bottom > div ul li h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .news_details .main > div .right .bottom > div ul li p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .news_details .main > div .right .bottom > div ul li span {
    font-size: 13px;
    color: #2b3d7d;
  }
  .news_details .main > div .left .news_attribute .attrItem:nth-of-type(3) {
    display: none;
  }
  .news_details .main > div .left .news_attribute .attrItem:nth-of-type(4) {
    display: none;
  }
  .news_details .main > div .left .news_title h3 {
    text-align: center;
    font-size: 16px;
  }
}
.contact .main {
  background-color: #f3f3f3;
  overflow: hidden;
}
.contact .main .titleBox {
  margin-top: 120px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .titleBox h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-left: 20px;
}
.contact .main .titleBox h3::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background-color: #b60000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contact .main .titleBox p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  width: 80%;
}
.contact .main .n_list {
  margin-top: 60px;
  padding-bottom: 40px;
}
.contact .main .n_list .bottom {
  margin-bottom: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.contact .main .n_list .bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_list .bottom ul li {
  background-color: #fff;
  width: 25%;
  height: 200px;
  padding: 40px;
  box-sizing: border-box;
  border-right: 1px solid #ededed;
}
.contact .main .n_list .bottom ul li:nth-of-type(4) {
  border: none;
}
.contact .main .n_list .bottom ul li:nth-of-type(4) .c_icon i {
  font-size: 42px;
  line-height: 30px;
}
.contact .main .n_list .bottom ul li .c_icon i {
  font-size: 36px;
  line-height: 1;
  color: #2b3d7d;
}
.contact .main .n_list .bottom ul li .c_text {
  margin-top: 24px;
}
.contact .main .n_list .bottom ul li .c_text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.contact .main .n_list .bottom ul li .c_text p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.contact .main .part02 {
  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: 100px;
  padding-top: 50px;
  display: block;
}
.contact .main .part02 .w80 .title h3 {
  font-size: 26px;
  color: #2b3d7d;
  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: #f3f3f3;
}
.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: #f3f3f3;
  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: #f3f3f3;
  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: #2b3d7d;
  margin-right: 6px;
  cursor: pointer;
}
.contact .main .part02 .w80 .i_content .i_tijiao button#cz {
  background-color: #b60000;
}
@media screen and (max-width: 1440px) {
  .contact .main .n_list .bottom ul li .c_text p {
    font-size: 14px;
  }
  .contact .main .n_list .bottom ul li .c_text h3 {
    font-size: 16px;
  }
  .contact .main .n_list .bottom ul li {
    padding: 30px 16px;
    height: 160px;
  }
  .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 .titleBox h3 {
    font-size: 24px;
  }
  .contact .main .titleBox p {
    font-size: 15px;
  }
  .contact .main .titleBox {
    margin-top: 90px;
  }
  .contact .main .n_list .bottom {
    margin-bottom: 20px;
  }
  .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;
  }
}
@media screen and (max-width: 992px) {
  .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 .titleBox h3 {
    width: 100%;
    text-align: left;
  }
  .contact .main .titleBox p {
    width: 100%;
    text-align: left;
    margin-top: 8px;
    line-height: 1.2;
  }
  .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;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
  .side {
    display: none;
  }
  .tanchu .t_content .changeBtn {
    display: none;
  }
  .tanchu .t_content.hj {
    height: 36vh !important;
  }
}
