.n_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.n_title .n_title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.n_title .n_title_box .n_title_l h4 {
  font-size: 18px;
  color: #bb1818;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.n_title .n_title_box .n_title_l h2 {
  font-size: 40px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.n_title .n_title_box .n_title_r {
  margin-left: 30px;
  width: 500px;
}
.n_title .n_title_box .n_title_r p {
  font-size: 20px;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0px;
}
.title_f p {
  font-size: 20px;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .n_title .n_title_box .n_title_l h2 {
    font-size: 30px;
  }
  .n_title .n_title_box .n_title_r p {
    font-size: 16px;
  }
  .title_f p {
    font-size: 18px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 99;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.5s ease;
  cursor: pointer;
}
header.on {
  background-color: #ffffff;
  box-shadow: 0 0 4px #666;
}
header.on .w80 .logo .gp .gp_top .gp_1 {
  color: #333;
}
header.on .w80 nav ul li {
  line-height: 100px;
  transition: all 1s;
}
header.on .w80 nav ul li:hover {
  background-color: #f3f3f3;
}
header.on .w80 nav ul li:hover .sub2 {
  height: 300px;
  opacity: 1;
}
header.on .w80 nav ul li a {
  color: #333;
}
header.on .w80 nav .tool a .img {
  background-color: #bb1818;
}
header.on .w80 nav .tool a span {
  color: #333;
}
header.on .w80 nav .tool::before {
  background-color: rgba(0, 0, 0, 0.2);
}
header .w80 {
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w80 .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 30%;
}
header .w80 .logo a img {
  width: 100%;
}
header .w80 .logo .gp {
  margin-left: 20px;
}
header .w80 .logo .gp .gp_top .gp_1 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header .w80 .logo .gp .gp_bottom {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w80 .logo .gp .gp_bottom > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w80 .logo .gp .gp_bottom > div span {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header .w80 .logo .gp .gp_bottom > div i {
  display: block;
  font-size: 13px;
  margin-left: 4px;
}
header .w80 .logo .gp .gp_bottom > div i.on {
  transform: rotate(180deg);
}
header .w80 nav {
  width: 58%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w80 nav ul {
  width: calc(100% - 120px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w80 nav ul li {
  padding: 0 14px;
}
header .w80 nav ul li a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header .w80 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 .w80 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 .w80 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 .w80 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 .w80 nav ul li .sub2 .sub2_sub1 .left .items > div {
  width: 32%;
  height: 80px;
  line-height: 80px;
}
header .w80 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 .w80 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 .w80 nav ul li .sub2 .sub2_sub1 .left .items.ip > div {
  width: 32%;
}
header .w80 nav ul li .sub2 .sub2_sub1 .left .img {
  width: 340px;
}
header .w80 nav ul li .sub2 .sub2_sub1 .left .img img {
  width: 100%;
}
header .w80 nav ul li .sub2 .sub2_sub1 .right {
  width: 30%;
  height: 100%;
  background: url(/images/nav_bg2.jpg) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 0 110px 0 60px;
}
header .w80 nav ul li .sub2 .sub2_sub1 .right h3 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 34px;
  color: #333;
  line-height: 1;
  text-align: left;
  font-family: "Impact";
}
header .w80 nav ul li .sub2 .sub2_sub1 .right p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
header .w80 nav .tool {
  padding-left: 20px;
  position: relative;
}
header .w80 nav .tool::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  left: 0;
  top: 5px;
}
header .w80 nav .tool a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w80 nav .tool a .img {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
header .w80 nav .tool a .img img {
  width: 34px;
}
header .w80 nav .tool a span {
  margin-left: 8px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  header .w80 nav {
    width: 66%;
  }
  header {
    height: 90px;
  }
  header.on .w80 nav ul li {
    line-height: 90px;
    padding: 0 10px;
  }
  header .w80 nav ul li .sub2 {
    top: 90px;
  }
  header .w80 nav ul li .sub2 .sub2_sub1 .right h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  header .w80 nav ul li a {
    font-size: 15px;
  }
  header .w80 nav ul li .sub2 .sub2_sub1 .left {
    padding-right: 10px;
  }
  header .w80 nav ul li .sub2 .sub2_sub1 .left .items {
    width: calc(100% - 260px);
  }
  header .w80 nav ul li .sub2 .sub2_sub1 .left .img {
    width: 260px;
  }
  header.on .w80 nav ul li:hover .sub2 {
    height: 250px;
  }
  header .w80 nav ul li .sub2 .sub2_sub1 {
    height: 250px;
  }
  header .w80 nav ul li .sub2 .sub2_sub1 .left .items > div a {
    font-size: 16px;
  }
  header .w80 nav ul li .sub2 .sub2_sub1 .right {
    padding: 0 110px 0 30px;
  }
}
@media screen and (max-width: 1366px) {
  header .w80 nav {
    width: 66%;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
.footer {
  background-color: #000;
  padding-bottom: 60px;
}
.footer .w80 .top {
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .w80 .top .left {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .w80 .top .left dl dt a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.footer .w80 .top .left dl dt::after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #bb1818;
  margin-top: 8px;
  margin-bottom: 20px;
}
.footer .w80 .top .left dl dd {
  margin-bottom: 16px;
}
.footer .w80 .top .left dl dd a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.footer .w80 .top .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer .w80 .top .right .r_sub1 {
  margin-left: 40px;
}
.footer .w80 .top .right .r_sub1 img {
  margin-bottom: 14px;
  width: 140px;
}
.footer .w80 .top .right .r_sub1 p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.footer .w80 .bottom {
  margin-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer .w80 .bottom .left {
  opacity: 0.6;
}
.footer .w80 .bottom .left .f_left_item {
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.footer .w80 .bottom .left .f_left_item i {
  color: #fff;
  background-color: #bb1818;
  font-size: 12px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-weight: 100;
}
.footer .w80 .bottom .left .f_left_item p {
  padding-left: 6px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.footer .w80 .bottom .right .f_right_item {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.6;
}
.footer .w80 .bottom .right .f_right_item a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-left: 30px;
}
@media screen and (max-width: 1440px) {
  .footer .w80 .top .left dl dt a {
    font-size: 18px;
  }
  .footer .w80 .top .left dl dd a {
    font-size: 14px;
  }
  .footer .w80 .top .right p {
    font-size: 15px;
  }
  .footer .w80 .bottom .right .f_right_item a {
    font-size: 14px;
  }
  .footer .w80 .bottom .left .f_left_item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .footer .w80 .top {
    display: none;
  }
  .footer .w80 .bottom .right .f_right_item:nth-of-type(2) {
    display: none;
  }
}
.index .part01 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(/images/part01_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index .part01 > .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 > .w80 .left {
  width: 46%;
}
.index .part01 > .w80 .left .title h4 {
  font-size: 18px;
  color: #bb1818;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.index .part01 > .w80 .left .title h2 {
  font-size: 40px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.index .part01 > .w80 .left .title p {
  font-size: 20px;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
  margin-bottom: 20px;
}
.index .part01 > .w80 .left .hot_list {
  width: 100%;
  margin-top: 60px;
}
.index .part01 > .w80 .left .hot_list ul {
  width: 100%;
  overflow: hidden;
}
.index .part01 > .w80 .left .hot_list ul li {
  float: left;
  width: 48%;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  line-height: 3;
  font-weight: 400;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 > .w80 .left .hot_list ul li.active {
  background-color: #bb1818;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.5s ease;
}
.index .part01 > .w80 .left .hot_list ul li i {
  margin-left: 20px;
}
.index .part01 > .w80 .left .more {
  clear: both;
  margin-top: 60px;
}
.index .part01 > .w80 .left .more a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 > .w80 .left .more a span {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index .part01 > .w80 .left .more a i {
  font-size: 30px;
  margin-left: 10px;
  color: #000;
}
.index .part01 > .w80 .right {
  width: 43%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.index .part01 > .w80 .right .item {
  position: absolute;
  z-index: 0;
  opacity: 0;
  transform: translateY(60px);
}
.index .part01 > .w80 .right .item.active {
  z-index: 2;
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s ease;
}
.index .part02 {
  height: 650px;
  position: relative;
  background-color: #000;
}
.index .part02 canvas {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7;
}
.index .part02 .w80 {
  position: relative;
  z-index: 3;
}
.index .part02 .w80 .title {
  margin-top: 100px;
}
.index .part02 .w80 .title p {
  font-size: 18px;
  color: #bb1818;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.index .part02 .w80 .title h2 {
  font-size: 40px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part02 .w80 ul {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w80 ul li {
  width: 32%;
  border-radius: 10px;
  background-color: rgba(25, 48, 55, 0.8);
  padding: 32px 50px;
  position: relative;
  transition: 0.6s;
  height: 100%;
  box-sizing: border-box;
  min-height: 300px;
}
.index .part02 .w80 ul li h2 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part02 .w80 ul li h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #bb1818;
  margin: 18px auto 20px;
}
.index .part02 .w80 ul li p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  font-weight: 100;
  text-align: center;
  opacity: 0.8;
}
.index .part02 .w80 ul li img {
  width: 80px;
  margin: 20px auto;
}
.index .part03 {
  margin-top: 100px;
  margin-bottom: 120px;
}
.index .part03 .w80 .box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w80 .box .b_left {
  width: 52%;
}
.index .part03 .w80 .box .b_left .b_left_box .title h4 {
  font-size: 18px;
  color: #bb1818;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.index .part03 .w80 .box .b_left .b_left_box .title h2 {
  font-size: 40px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.index .part03 .w80 .box .b_left .b_left_box .title p {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 40px;
}
.index .part03 .w80 .box .b_left .b_left_box .content p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
  text-indent: 2rem;
}
.index .part03 .w80 .box .b_left .b_left_box2 {
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w80 .box .b_left .b_left_box2 .item .t_top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part03 .w80 .box .b_left .b_left_box2 .item .t_top h2 {
  font-size: 46px;
  color: #bb1818;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part03 .w80 .box .b_left .b_left_box2 .item .t_top span {
  font-size: 15px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 4px;
  margin-left: 4px;
}
.index .part03 .w80 .box .b_left .b_left_box2 .item .t_bottom {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part03 .w80 .box .b_left .more {
  font-size: 16px;
  display: inline-block;
  border-bottom: 1px solid #d7d7d7;
  padding: 14px 80px 14px 26px;
  position: relative;
  letter-spacing: 1px;
  background-color: #f3f3f3;
}
.index .part03 .w80 .box .b_left .more:hover::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.index .part03 .w80 .box .b_left .more:hover span {
  color: #fff;
}
.index .part03 .w80 .box .b_left .more:hover::before {
  background: url(/images/r_b.png) no-repeat center center;
}
.index .part03 .w80 .box .b_left .more::before {
  content: "";
  width: 6px;
  height: 11px;
  background: url(/images/r.png) no-repeat center center;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s;
  z-index: 5;
}
.index .part03 .w80 .box .b_left .more::after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 50px;
  background-color: #bb1818;
  left: 0;
  bottom: -1px;
  transition: 0.6s;
}
.index .part03 .w80 .box .b_left .more span {
  color: #000;
  position: relative;
  z-index: 3;
  transition: all 0.5s;
}
.index .part03 .w80 .box .b_right {
  width: auto;
}
.index .part03 .w80 .box .b_right .video {
  position: relative;
}
.index .part03 .w80 .box .b_right .video .v_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index .part03 .w80 .box .b_right .video .img img {
  width: initial;
}
.index .part04 {
  background-color: #f3f3f3;
  padding-top: 120px;
  padding-bottom: 120px;
}
.index .part04 .w80 .title h4 {
  font-size: 18px;
  color: #bb1818;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.index .part04 .w80 .title h2 {
  font-size: 40px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.index .part04 .w80 .title p {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  margin-bottom: 40px;
}
.index .part04 .w80 .content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .content ul li {
  width: 24%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.index .part04 .w80 .content ul li:hover .img img {
  transform: scale(1.2);
}
.index .part04 .w80 .content ul li .img {
  width: 100%;
}
.index .part04 .w80 .content ul li .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index .part04 .w80 .content ul li .text {
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-image: linear-gradient(to top, rgba(187, 24, 24, 0.9), rgba(187, 24, 24, 0));
}
.index .part04 .w80 .content ul li .text h3 {
  margin-top: 50px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6px;
  letter-spacing: 4px;
}
.index .part04 .w80 .content ul li .text p {
  font-size: 13px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  opacity: 0.8;
}
.index .part05 {
  padding-top: 140px;
  background-image: url(/images/index_newsBg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}
.index .part05 .w80 .top {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 .w80 .top .title h4 {
  font-size: 18px;
  color: #bb1818;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.index .part05 .w80 .top .title h2 {
  font-size: 40px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part05 .w80 .top .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 .w80 .top .btn .list_item {
  margin: 0 4px;
}
.index .part05 .w80 .top .btn .list_item a {
  padding: 0 50px;
  font-size: 18px;
  color: #333;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
}
.index .part05 .w80 .top .btn .more {
  margin-left: 50px;
  font-size: 16px;
  display: inline-block;
  border-bottom: 1px solid #d7d7d7;
  padding: 14px 80px 14px 26px;
  position: relative;
  letter-spacing: 1px;
  background-color: #f3f3f3;
}
.index .part05 .w80 .top .btn .more:hover::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.index .part05 .w80 .top .btn .more:hover span {
  color: #fff;
}
.index .part05 .w80 .top .btn .more:hover::before {
  background: url(/images/r_b.png) no-repeat center center;
}
.index .part05 .w80 .top .btn .more::before {
  content: "";
  width: 6px;
  height: 11px;
  background: url(/images/r.png) no-repeat center center;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s;
  z-index: 5;
}
.index .part05 .w80 .top .btn .more::after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 50px;
  background-color: #bb1818;
  left: 0;
  bottom: -1px;
  transition: 0.6s;
}
.index .part05 .w80 .top .btn .more span {
  color: #000;
  position: relative;
  z-index: 3;
  transition: all 0.5s;
}
.index .part05 .w80 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 .w80 .bottom .left {
  width: 49%;
  position: relative;
  height: 500px;
  overflow: hidden;
}
.index .part05 .w80 .bottom .left:hover .img img {
  transform: scale(1.1);
}
.index .part05 .w80 .bottom .left .text {
  position: absolute;
  left: 6%;
  top: 10%;
  width: 88%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 .w80 .bottom .left .text .title p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.index .part05 .w80 .bottom .left .text .title p i {
  margin-right: 4px;
  color: #000;
}
.index .part05 .w80 .bottom .left .text .title h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part05 .w80 .bottom .left .text .date {
  border: 1px solid #fff;
  padding: 10px 6px;
  border-radius: 4px;
}
.index .part05 .w80 .bottom .left .text .date h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px;
}
.index .part05 .w80 .bottom .left .text .date p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part05 .w80 .bottom .left .more {
  position: absolute;
  left: 6%;
  bottom: 10%;
  z-index: 3;
}
.index .part05 .w80 .bottom .left .more a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 .w80 .bottom .left .more a span {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-right: 10px;
}
.index .part05 .w80 .bottom .left .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
.index .part05 .w80 .bottom .left .img {
  width: 100%;
  height: inherit;
}
.index .part05 .w80 .bottom .left .img img {
  width: 100%;
  height: inherit;
  transition: all 0.5s ease;
}
.index .part05 .w80 .bottom .right {
  width: 49%;
  margin-right: 0px;
}
.index .part05 .w80 .bottom .right ul li {
  height: 500px;
  box-sizing: border-box;
  padding: 30px;
  transition: all 0.5s;
  background-color: #f3f3f3;
}
.index .part05 .w80 .bottom .right ul li:hover {
  background-color: #bb1818;
}
.index .part05 .w80 .bottom .right ul li:hover a .it1 p {
  color: #fff;
}
.index .part05 .w80 .bottom .right ul li:hover a .it2 h3 {
  color: #fff;
}
.index .part05 .w80 .bottom .right ul li:hover a .it4 span {
  color: #fff;
}
.index .part05 .w80 .bottom .right ul li a .it1 {
  margin-bottom: 34px;
}
.index .part05 .w80 .bottom .right ul li a .it1 p {
  font-size: 16px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  transition: all 0.5s;
}
.index .part05 .w80 .bottom .right ul li a .it2 {
  margin-bottom: 40px;
}
.index .part05 .w80 .bottom .right ul li a .it2 h3 {
  font-size: 20px;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  transition: all 0.5s;
}
.index .part05 .w80 .bottom .right ul li a .it3 {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 50px;
  height: 180px;
}
.index .part05 .w80 .bottom .right ul li a .it3 img {
  width: 100%;
}
.index .part05 .w80 .bottom .right ul li a .it4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 .w80 .bottom .right ul li a .it4 span {
  font-size: 16px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  transition: all 0.5s;
}
.index .part05 .w80 .pagination {
  margin-top: 40px;
}
.index .part05 .w80 .pagination .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 4px;
}
.index .part05 .w80 .pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
@media screen and (max-width: 1440px) {
  .index .part01 > .w80 .right .item ul li .img img {
    width: 92%;
  }
  .index .part01 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .index .part01 > .w80 .left .title h2 {
    font-size: 30px;
  }
  .index .part01 > .w80 .left .title h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .index .part01 > .w80 .left .title p {
    font-size: 16px;
  }
  .index .part01 > .w80 .left .hot_list ul li {
    font-size: 18px;
  }
  .index .part01 > .w80 .left .hot_list {
    margin-top: 40px;
  }
  .index .part01 > .w80 .left .more a span {
    font-size: 16px;
  }
  .index .part01 > .w80 .left .more a i {
    font-size: 18px;
  }
  .index .part01 > .w80 .left .more {
    margin-top: 30px;
  }
  .index .part02 .w80 .title h2 {
    font-size: 30px;
  }
  .index .part02 .w80 .title p {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .index .part02 .w80 ul li h2 {
    font-size: 18px;
  }
  .index .part02 .w80 ul li img {
    width: 60px;
  }
  .index .part02 .w80 ul li p {
    font-size: 14px;
  }
  .index .part02 {
    height: 580px;
  }
  .index .part02 .w80 .title {
    margin-top: 80px;
  }
  .index .part03 .w80 .box .b_left .b_left_box .title h2 {
    font-size: 30px;
  }
  .index .part03 .w80 .box .b_right {
    width: 44%;
  }
  .index .part03 .w80 .box .b_left {
    width: 50%;
  }
  .index .part03 .w80 .box .b_left .b_left_box .title p {
    font-size: 20px;
  }
  .index .part03 .w80 .box .b_left .b_left_box2 .item .t_top h2 {
    font-size: 38px;
  }
  .index .part03 {
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .index .part04 .w80 .title h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .index .part04 .w80 .title h2 {
    font-size: 30px;
  }
  .index .part04 {
    padding: 80px 0;
  }
  .index .part05 {
    padding: 80px 0;
  }
  .index .part05 .w80 .bottom .left {
    height: 420px;
  }
  .index .part05 .w80 .bottom .right ul li {
    height: 420px;
  }
  .index .part05 .w80 .bottom .right ul li a .it3 img {
    height: 140px;
  }
  .index .part05 .w80 .bottom .right ul li a .it2 h3 {
    font-size: 18px;
  }
  .index .part05 .w80 .bottom .right ul li a .it4 span {
    font-size: 13px;
  }
  .index .part05 .w80 .bottom .left .text .title h3 {
    font-size: 20px;
  }
  .index .part05 .w80 .bottom .left .text .date h3 {
    font-size: 24px;
  }
  .index .part05 .w80 .bottom .left .text .date p {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .index .part01 > .w80 .left {
    width: 100%;
  }
  .index .part01 > .w80 .left .hot_list ul li {
    float: none;
    width: 100%;
  }
  .index .part01 > .w80 .right {
    width: 100%;
  }
  .index .part01 > .w80 .right .item ul li .img img {
    width: 100%;
  }
  .index .part01 > .w80 .left .more {
    display: none;
  }
  .index .part01 > .w80 .right {
    height: 330px;
  }
  .index .part01 {
    background-position: -1100px 180px;
  }
  .index .part02 .w80 ul li {
    width: 100%;
    min-height: 200px;
    padding: 12px 30px;
    margin-bottom: 10px;
  }
  .index .part02 .w80 ul li img {
    margin: 10px auto;
  }
  .index .part02 .w80 ul li h2::after {
    margin: 10px auto 14px;
  }
  .index .part02 {
    height: 890px;
  }
  .index .part03 .w80 .box .b_left {
    width: 100%;
  }
  .index .part03 .w80 .box .b_right {
    width: 100%;
    margin-top: 20px;
  }
  .index .part04 .w80 .title p {
    font-size: 18px;
  }
  .index .part04 .w80 .content ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .index .part05 .w80 .top .btn {
    display: none;
  }
  .index .part05 .w80 .bottom .left {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .index .part05 .w80 .bottom .right {
    width: 100%;
  }
  .index .part05 .w80 .bottom .left .text .date {
    display: none;
  }
  .index .part05 .w80 .bottom .left .img img {
    width: 100%;
    height: auto;
  }
  .index .part03 .w80 .box .b_left .b_left_box .title h2 {
    font-size: 24px;
  }
  .index .part01 > .w80 .left .title h2 {
    font-size: 24px;
  }
  .index .part02 .w80 .title h2 {
    font-size: 24px;
  }
  .index .part04 .w80 .title h2 {
    font-size: 24px;
  }
  .index .part05 .w80 .top .title h2 {
    font-size: 24px;
  }
  .index .part05 .w80 .bottom .right ul li a .it2 h3 {
    font-size: 16px;
  }
}
.about {
  width: 100%;
}
.about .main {
  width: 100%;
}
.about .main .part03 {
  background-color: #f4f5f9;
  position: relative;
  min-height: 800px;
  overflow: hidden;
}
.about .main .part03 > div {
  position: relative;
  z-index: 2;
  top: 134px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part03 > div .part01_text {
  width: 56%;
}
.about .main .part03 > div .part01_text .title h4 {
  font-size: 18px;
  color: #bb1818;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.about .main .part03 > div .part01_text .title h2 {
  font-size: 40px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.about .main .part03 > div .part01_text > p {
  margin-top: 00px;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  text-indent: 2rem;
  margin-bottom: 16px;
}
.about .main .part03 > div .part01_text > p span {
  font-size: 20px;
  font-weight: bold;
  color: #bb1818;
}
.about .main .part03 > div .part01_img {
  width: 40%;
  cursor: pointer;
}
.about .main .part03 > div .part01_img:hover .img img {
  transform: scale(1.1);
}
.about .main .part03 > div .part01_img .img {
  width: 100%;
  overflow: hidden;
}
.about .main .part03 > div .part01_img .img img {
  width: 100%;
  transition: all 0.5s;
}
.about .main .part03::after {
  display: block;
  content: "";
  position: absolute;
  top: 76px;
  left: 0;
  width: 70%;
  height: 660px;
  background-image: url(/images/n_aboutBg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .about .main .part03 > div .part01_text > p {
    margin-top: 10px;
    font-size: 14px;
  }
  .about .main .part03 > div .part01_text .about_text_t {
    margin-bottom: 20px;
  }
  .about .main .part03::after {
    height: 630px;
    top: 56px;
  }
  .about .main .part03 > div {
    top: 126px;
  }
  .about .main .part03 {
    min-height: 760px;
  }
  .about .main .part03 > div .part01_text .title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .about .main .part03 > div .part01_text .title h2 {
    font-size: 24px;
  }
  .about .main .part03 > div .part01_text {
    width: 100% !important;
  }
  .about .main .part03 {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .about .main .part03 > div .part01_img {
    width: 100% !important;
  }
  .about .main .part03 > div {
    position: static;
  }
  .about .main .part03::after {
    position: static;
    display: none;
  }
  .about .main .part03 > div .part01_text > p span {
    font-size: 16px;
  }
  .about .main .part03 > div .part01_text > p {
    font-size: 16px !important;
  }
  .n_title .n_title_box .n_title_l h2 {
    font-size: 24px;
  }
  .n_title .n_title_box .n_title_r {
    margin-left: 0;
  }
  .n_title .n_title_box .n_title_r p {
    font-size: 16px;
  }
  .title_f {
    display: none;
  }
}
.news2 .main > div:first-of-type {
  margin-top: 80px;
  overflow: hidden;
}
.news2 .main > div:first-of-type .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news2 .main > div:first-of-type .news_part02 {
  margin-top: 50px;
}
.news2 .main > div:first-of-type .news_part02 ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #fff;
  transition: 0.5s ease;
  margin-bottom: 40px;
  border-bottom: 3px solid #cecdcf;
  box-shadow: 3px 4px 8px #f3f3f3;
}
.news2 .main > div:first-of-type .news_part02 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.news2 .main > div:first-of-type .news_part02 ul li a:hover .n_newsText {
  background-color: #bb1818;
}
.news2 .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .tit {
  color: #fff;
  opacity: 0.6;
}
.news2 .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .desc p {
  color: #fff;
}
.news2 .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .box2 .date {
  color: #fff;
}
.news2 .main > div:first-of-type .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .box2 .n_icon {
  background-color: #bb1818;
}
.news2 .main > div:first-of-type .news_part02 ul li a:hover .n_newsImg .n_newsImg_box img {
  transform: calc(1.1);
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText {
  background-color: #f6f6f6;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox {
  padding: 30px;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 140px;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .tit {
  font-size: 14px;
  line-height: 1;
  height: 14px;
  color: #cccccc;
  overflow: hidden;
  margin: 0 0 6px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
  height: 60px;
  margin-bottom: 16px;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 {
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .date {
  font-size: 15px;
  line-height: 20px;
  color: #a1a0a1;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .n_icon {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  transition: 0.3s ease;
  cursor: pointer;
  background-color: #bb1818;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .n_icon i {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .news2 .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 24px;
  }
  .news2 .main > div:first-of-type .newsBoxTitle h3::after {
    margin-top: 14px;
    height: 2px;
    width: 30px;
    background-color: #bb1818;
  }
  .news2 .main > div:first-of-type .newsBoxTitle p {
    font-size: 16px;
  }
  .news2 .main > div:first-of-type .newsBoxTitle p img {
    display: none;
  }
  .news2 .main > div:first-of-type .newsBoxTitle {
    margin-bottom: 30px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 240px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox {
    padding: 20px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 130px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
    height: 50px;
    margin-bottom: 10px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 16px;
  }
  .news2 .main {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  .news2 .main > div:first-of-type {
    margin-top: 50px;
  }
  .news2 .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 18px;
  }
  .news2 .main > div:first-of-type .newsBoxTitle p {
    font-size: 13px;
    margin-top: 14px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li {
    width: 100%;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 200px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 14px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
    height: 40px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 114px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .date {
    font-size: 12px;
  }
  .news2 .main {
    margin-bottom: 40px;
  }
}
.news_detailed .main .ct .detailed > .n_title {
  display: block;
}
.news_detailed .main .ct .detailed > .n_title h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.news_detailed .main .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.news_detailed .main .ct .detailed .sub2 .share p {
  font-size: 14px;
  margin: 0 10px;
}
.news_detailed .main .ct .detailed .sub2 .news_content {
  text-align: center;
}
.news_detailed .main .ct .detailed .sub2 .news_content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.news_detailed .main .ct .detailed .sub2 .news_content img {
  display: block;
  width: initial;
  margin: 0 auto;
}
.news_detailed .main .ct .detailed .sub2 .np {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.news_detailed .main .ct .detailed .sub2 .np div {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.news_detailed .main .ct .detailed .sub2 .np div i {
  font-size: 24px;
}
.news_detailed .main .ct .detailed .sub2 .np div a {
  font-size: 16px;
  color: #000;
  line-height: 60px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .news_detailed .main .ct .detailed .sub1 h3 {
    font-size: 20px;
  }
  .news_detailed .main .ct .detailed .sub2 .news_content p {
    font-size: 15px;
  }
  .mt-100 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  .news_detailed .main .ct .detailed .sub2 .np {
    flex-wrap: wrap;
  }
  .news_detailed .main .ct .detailed .sub2 .np div {
    width: 100%;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
  .news_detailed .main .ct .detailed .sub2 .np div i {
    display: none;
  }
  .news_detailed .main .ct .detailed .n_title h3 {
    font-size: 18px;
  }
  .news_detailed .main .ct .detailed .sub2 .news_content img {
    width: 100%;
  }
  .news_detailed .main .ct .detailed .sub2 .np div a {
    line-height: 1.2;
    padding: 8px;
  }
}
.xiaoqu .main {
  padding-top: 100px;
  overflow: hidden;
}
.xiaoqu .main > .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.xiaoqu .main .n_list {
  margin-top: 50px;
}
.xiaoqu .main .n_list ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.xiaoqu .main .n_list ul li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 26px;
  transition: all 0.5s ease;
}
.xiaoqu .main .n_list ul li:hover a .img::after {
  height: 100%;
}
.xiaoqu .main .n_list ul li:hover a .img img {
  transform: scale(1.1);
}
.xiaoqu .main .n_list ul li a {
  display: block;
  width: 100%;
}
.xiaoqu .main .n_list ul li a .img {
  position: relative;
  overflow: hidden;
  padding: 10% 5% 0 5%;
  width: 100%;
  border: 1px solid #efefef;
  box-sizing: border-box;
}
.xiaoqu .main .n_list ul li a .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #bb1818;
  transition: all 0.5s ease;
}
.xiaoqu .main .n_list ul li a .img img {
  width: 100%;
  position: relative;
  z-index: 5;
  transition: all 0.5s ease;
}
.xiaoqu .main .n_list ul li a .txt {
  background-color: #bb1818;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease;
}
.xiaoqu .main .n_list ul li a .txt .left {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.xiaoqu .main .n_list ul li a .txt .left p {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.xiaoqu .main .n_list ul li a .txt .right {
  display: flex;
  align-items: center;
}
.xiaoqu .main .n_list ul li a .txt .right p {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  opacity: 0.6;
}
.xiaoqu .main .n_list ul li a .txt .right p i {
  font-size: 24px;
  margin-left: 10px;
}
.xiaoqu .main .n_list ul li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .xiaoqu .main .n_list ul li a .txt .left {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .xiaoqu .main .n_list ul li {
    width: 100%;
  }
  .xiaoqu .main .n_list ul li a .txt .right p {
    font-size: 12px;
  }
}
.proDetailed .main {
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #f7f7f7;
}
.proDetailed .main > div .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.proDetailed .main > div .pro_box {
  padding: 50px;
  box-sizing: border-box;
  background-color: #fff;
}
.proDetailed .main > div .pro_box::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.proDetailed .main > div .pro_box::before {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.proDetailed .main > div .pro_box .m_proDetailed_left {
  float: left;
  width: 50%;
  position: relative;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .bigImg {
  padding: 0 90px;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .bigImg img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft {
  width: 30px;
  height: 66px;
  background-color: #f3f3f3;
  margin-left: 20px;
  line-height: 66px;
  text-align: center;
  cursor: pointer;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft i {
  display: block;
  transform: rotate(180deg);
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnRight {
  width: 30px;
  height: 66px;
  background-color: #f3f3f3;
  margin-left: 20px;
  line-height: 66px;
  text-align: center;
  cursor: pointer;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li {
  cursor: pointer;
  width: 14%;
  border: 1px solid #dfdfdf;
  margin: 0 1%;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li img {
  width: 100%;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li:hover {
  border: 1px solid #bb1818;
}
.proDetailed .main > div .pro_box .m_proDetailed_right {
  float: right;
  width: 45%;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
  display: block;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 20px;
  line-height: 28px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent {
  margin-bottom: 20px;
  padding-top: 30px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li {
  list-style: none;
  margin-bottom: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(3) {
  margin-bottom: 60px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p {
  display: inline-block;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
  display: inline-block;
  font-size: 16px;
  padding-left: 5px;
  color: #999;
  text-transform: uppercase;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
  background-color: #bb1818;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  padding: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div i {
  font-size: 24px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan {
  margin-top: 40px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_title {
  margin-top: 0;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_title h3 {
  font-size: 15px;
  font-weight: bold;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_txt {
  margin-top: 12px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_txt a {
  display: inline-block;
  margin-right: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .pre {
  margin-top: 20px;
  padding: 10px;
  width: 100%;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .pre a {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .next {
  margin-top: 12px;
  padding: 10px;
  width: 100%;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .next a {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.proDetailed .main > div .pro_box .pro_content {
  margin-top: 60px;
}
.proDetailed .main > div .pro_box .pro_content .proDetails_title {
  border-bottom: 1px solid #dfdfdf;
}
.proDetailed .main > div .pro_box .pro_content .proDetails_title h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background-color: #bb1818;
  padding: 15px 40px;
}
.proDetailed .main > div .pro_box .pro_content .pro_details {
  margin-top: 20px;
}
.proDetailed .main > div .pro_box .pro_content .pro_details h3 {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
  padding-left: 50px;
  background-image: url(/images/proTitleIcon.jpg);
  background-position: left center;
  background-repeat: no-repeat;
}
.proDetailed .main > div .pro_box .pro_content .pro_details p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.proDetailed .main > div .other {
  overflow: hidden;
  margin-top: 60px;
}
.proDetailed .main > div .other .title {
  margin-bottom: 20px;
}
.proDetailed .main > div .other .title h3 {
  font-size: 24px;
}
.proDetailed .main > div .other ul li .img img {
  width: 100%;
}
.proDetailed .main > div .other ul li .txt {
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .other ul li .txt p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.proDetailed .main > div .other ul li .txt i {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .proDetailed .main {
    padding-top: 60px;
  }
  .n_title3::before {
    font-size: 72px;
    top: 20px;
  }
  .n_title3 h3 {
    font-size: 32px;
    margin-bottom: -4px;
  }
  .n_title3 p {
    font-size: 14px;
  }
  .n_title3 {
    margin-bottom: 24px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li {
    margin-bottom: 10px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p {
    font-size: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent {
    padding-top: 20px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
    font-size: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    padding: 0 14px;
    font-size: 15px;
    line-height: 40px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div:nth-of-type(2) {
    display: none;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div i {
    font-size: 18px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(3) {
    margin-bottom: 24px;
  }
  .proDetailed .main > div .pro_box .pro_content {
    margin-top: 30px;
  }
  .proDetailed .main > div .pro_box .pro_content .proDetails_title h3 {
    padding: 12px 34px;
    font-size: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft {
    margin-left: 10px;
    width: 22px;
    height: 50px;
    line-height: 50px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnRight {
    margin-left: 10px;
    width: 22px;
    height: 50px;
    line-height: 50px;
  }
  .proDetailed .main > div .pro_box {
    padding: 30px;
  }
  .proDetailed .main > div .top {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .proDetailed .main > div .pro_box .m_proDetailed_left .bigImg {
    padding: 0;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg {
    display: none;
  }
  .proDetailed .main > div .pro_box {
    padding: 10px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left {
    width: 100%;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right {
    width: 100%;
    margin-top: 30px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    font-size: 14px;
  }
  .proDetailed .main > div .other .title h3 {
    font-size: 22px;
  }
}
.contact .main {
  background-color: #f3f3f3;
  overflow: hidden;
}
.contact .main .top {
  margin-top: 100px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_list {
  margin-top: 30px;
  padding-bottom: 10px;
}
.contact .main .n_list .bottom {
  margin-bottom: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_list .bottom .b_text {
  width: 70%;
  border-right: 1px solid #dfdfdf;
  box-sizing: border-box;
}
.contact .main .n_list .bottom .b_text ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  overflow: hidden;
}
.contact .main .n_list .bottom .b_text ul li {
  width: 50%;
  height: 90px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_list .bottom .b_text ul li:nth-of-type(4) {
  border: none;
}
.contact .main .n_list .bottom .b_text ul li:nth-of-type(4) .c_icon i {
  font-size: 42px;
  line-height: 30px;
}
.contact .main .n_list .bottom .b_text ul li .c_icon i {
  font-size: 36px;
  line-height: 1;
  color: #000;
}
.contact .main .n_list .bottom .b_text ul li .c_text {
  margin-left: 14px;
}
.contact .main .n_list .bottom .b_text ul li .c_text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
}
.contact .main .n_list .bottom .b_text ul li .c_text p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main .n_list .bottom .b_img {
  box-sizing: border-box;
  width: 30%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_list .bottom .b_img .b_imgItem {
  margin: 0 20px;
}
.contact .main .n_list .bottom .b_img .b_imgItem img {
  width: 120px;
}
.contact .main .n_list .bottom .b_img .b_imgItem p {
  margin-top: 4px;
  text-align: center;
}
.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: 60px;
  padding-top: 50px;
  display: block;
}
.contact .main .part02 .w80 .title h3 {
  font-size: 26px;
  color: #bb1818;
  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: #bb1818;
  margin-right: 6px;
  cursor: pointer;
}
.contact .main .part02 .w80 .i_content .i_tijiao button#cz {
  background-color: #000;
}
@media screen and (max-width: 1440px) {
  .contact .main .n_list .bottom ul li .c_text p {
    font-size: 14px;
  }
  .contact .main .n_list .bottom .b_text ul li .c_text h3 {
    font-size: 15px;
  }
  .contact .main .n_list .bottom ul li .c_text h3 {
    font-size: 18px;
  }
  .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 .part02 .w80 .title h3 {
    font-size: 24px;
  }
  .contact .main .part02 .w80 .title p {
    font-size: 16px;
  }
  .contact .main .part02 .w80 .i_content .i_bottom textarea {
    height: 240px;
  }
  .contact .main .part02 .w80 .i_content .i_tijiao button {
    line-height: 48px;
  }
  .contact .main .n_list .bottom .b_text {
    width: 64%;
  }
  .contact .main .n_list .bottom .b_img {
    width: 36%;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .top_box {
    margin-top: 70px;
    margin-bottom: 40px;
  }
  .contact .main .n_list .bottom .b_text {
    width: 100%;
  }
  .contact .main .n_list .bottom .b_text ul li {
    width: 100%;
  }
  .contact .main .n_list .bottom .b_img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .contact .main .n_list .bottom .b_img .b_imgItem {
    width: 46%;
    margin: 0;
  }
  .contact .main .n_list .bottom .b_img .b_imgItem img {
    width: 100%;
  }
  .contact .main .top_box .title h1 {
    font-size: 34px;
  }
  .contact .main .n_list {
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .contact .main .n_list .bottom ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact .main .part02 .w80 .title h3 {
    font-size: 20px;
  }
  .contact .main .part02 .w80 .title p {
    line-height: 1.5;
  }
  .contact .main .part02 .w80 .i_content .i_top .i_item {
    width: 100%;
    margin-bottom: 6px;
  }
  .contact .main .part02 .w80 .i_content .i_tijiao button {
    margin-bottom: 6px;
  }
}
.join .main .w80 > .top {
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.join .main .w80 .join_list {
  margin-top: 60px;
}
.join .main .w80 .join_list .join_list_title {
  background-color: #bb1818;
  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: #fff;
  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: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  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;
  background-color: #f3f3f3;
}
.join .main .w80 .join_list ul li .bottom.active {
  padding-top: 30px;
  padding-bottom: 300px;
}
.join .main .w80 .join_list ul li .bottom p {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}
.join .main .w80 .join_list ul li .bottom p strong {
  font-size: 18px;
  color: #bb1818;
  line-height: 40px;
  font-weight: 700;
  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;
  }
}
.bianhao .main {
  margin-bottom: 80px;
}
.bianhao .main > div {
  margin-top: 120px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.bianhao .main > div .left {
  width: 22%;
}
.bianhao .main > div .left .img {
  width: 100%;
  border-radius: 20px 0 0 0;
  overflow: hidden;
}
.bianhao .main > div .left .img img {
  width: 100%;
}
.bianhao .main > div .left .item {
  margin-top: 40px;
}
.bianhao .main > div .left .item h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 10px;
}
.bianhao .main > div .left .item p {
  font-size: 30px;
  color: #bb1818;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.bianhao .main > div .right {
  width: 74%;
}
.bianhao .main > div .right .dateSelect {
  line-height: 80px;
  width: 100%;
  background-color: #bb1818;
}
.bianhao .main > div .right .dateSelect ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.bianhao .main > div .right .dateSelect ul li {
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
  margin: 0 40px;
}
.bianhao .main > div .right .dateSelect ul li.active {
  font-weight: bold;
  font-size: 20px;
}
.bianhao .main > div .right .baogaoList .listItem {
  display: none;
}
.bianhao .main > div .right .baogaoList .listItem.active {
  display: block;
}
.bianhao .main > div .right .baogaoList .listItem ul li {
  line-height: 120px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.bianhao .main > div .right .baogaoList .listItem ul li::before {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background-color: #bb1818;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
}
.bianhao .main > div .right .baogaoList .listItem ul li:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.bianhao .main > div .right .baogaoList .listItem ul li:hover::before {
  width: 100%;
}
.bianhao .main > div .right .baogaoList .listItem ul li:hover a .box1 p {
  color: #bb1818;
  font-size: 20px;
}
.bianhao .main > div .right .baogaoList .listItem ul li:hover a .box2 p {
  color: #bb1818;
  font-size: 20px;
}
.bianhao .main > div .right .baogaoList .listItem ul li:hover a .box3 i {
  background: url(/images/xiazai_hover.png) no-repeat center;
}
.bianhao .main > div .right .baogaoList .listItem ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.bianhao .main > div .right .baogaoList .listItem ul li a .box1 {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 3%;
}
.bianhao .main > div .right .baogaoList .listItem ul li a .box1 p {
  font-size: 18px;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
  padding-left: 14px;
  transition: all 0.5s;
}
.bianhao .main > div .right .baogaoList .listItem ul li a .box2 {
  width: 15%;
}
.bianhao .main > div .right .baogaoList .listItem ul li a .box2 p {
  font-size: 18px;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
  transition: all 0.5s;
}
.bianhao .main > div .right .baogaoList .listItem ul li a .box3 {
  width: 8%;
}
.bianhao .main > div .right .baogaoList .listItem ul li a .box3 i {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/xiazai.png) no-repeat center;
}
@media screen and (max-width: 992px) {
  .bianhao .main > div .left {
    display: none;
  }
  .bianhao .main > div .right {
    width: 100%;
  }
  .bianhao .main > div .right .baogaoList .listItem ul li a .box1 {
    width: auto;
  }
  .bianhao .main > div .right .baogaoList .listItem ul li a .box2 {
    width: auto;
  }
  .bianhao .main > div .right .baogaoList .listItem ul li a .box3 {
    width: auto;
  }
  .bianhao .main > div .right .baogaoList .listItem ul li a .box1 p {
    font-size: 15px;
  }
  .bianhao .main > div .right .baogaoList .listItem ul li a .box2 p {
    font-size: 15px;
  }
}
