.dib_vam {
  display: inline-block;
  vertical-align: middle;
}
.dd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.all_hr {
  width: 100%;
  background-color: #DCDCDC;
  border: 0;
  height: 1px;
}
header {
  width: 100%;
  height: 80px;
  padding-top: 30px;
}
header .h_top div {
  display: inline-block;
}
header .h_top div.logo {
  transform: scale(1.3);
  margin-left: 18px;
  width: 112px;
  height: 36px;
  margin-right: 30px;
  vertical-align: middle;
}
header .h_top div.logo img {
  max-width: 100%;
}
header .h_top div.gps {
  margin-right: 150px;
  vertical-align: middle;
}
header .h_top div.gps i {
  vertical-align: middle;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../img/gps.png") no-repeat center;
}
header .h_top div.gps span {
  vertical-align: middle;
  display: inline-block;
}
header .h_top div.h_search {
  position: relative;
  margin-right: 142px;
  vertical-align: middle;
  width: 490px;
  height: 44px;
  border-radius: 33px;
  border: 1px solid #DC0500;
}
header .h_top div.h_search i {
  margin-left: 20px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/search.png") no-repeat center;
}
header .h_top div.h_search input {
  vertical-align: middle;
  display: inline-block;
  width: 333px;
  height: 38px;
  border: 0;
}
header .h_top div.h_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 98px;
  height: 42px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.36);
  border-radius: 27px;
  border: 0;
  color: #fff;
  font-size: 18px;
}
header .h_top div.h_search button:hover {
  background: #be0400;
}
header .h_top div.h_tel {
  vertical-align: middle;
}
header .h_top div.h_tel i {
  vertical-align: middle;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../img/tel.png") no-repeat center;
}
header .h_top div.h_tel span {
  vertical-align: middle;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 800;
  color: #DC0500;
}
#nav {
  position: relative;
  width: 100%;
  height: 70px;
  line-height: 70px;
  z-index: 200;
  background-color: #fff;
}
#nav ul li {
  cursor: pointer;
  display: inline-block;
  margin-right: 98px;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  font-weight: 400;
}
#nav ul li a {
  color: #333;
}
#nav ul li:hover > a {
  color: #DC0500;
}
#nav ul li.active > a {
  color: #DC0500;
}
#nav ul li:last-child {
  margin-right: 0;
}
#nav ul li .nav_item {
  z-index: 100;
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 144px;
  line-height: 144px;
  background: #FFFFFF;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 4px 0 rgba(0, 0, 0, 0.03);
}
#nav ul li .nav_item ul {
  clear: both;
  overflow: hidden;
  text-align: center;
  padding: 0 0 0 190px;
}
#nav ul li .nav_item ul li {
  height: 144px;
  line-height: 144px;
  cursor: pointer;
  margin-right: 175px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
#nav ul li .nav_item ul li.active {
  color: #DC0500;
}
#nav ul li .nav_item ul li:hover {
  color: #DC0500;
}
#nav ul li .nav_item ul li:last-child {
  margin-right: 0;
}
#nav ul li .nav_item ul .nav_img {
  float: right;
  height: 144px;
  line-height: 144px;
}
#nav ul li .nav_item ul .nav_img img {
  display: inline-block;
  vertical-align: middle;
}
#banner {
  position: relative;
}
#banner .swiper-pagination-text {
  position: absolute;
  top: 85%;
  left: 65%;
  z-index: 100;
}
#banner .swiper-pagination-text .swiper-pagination {
  position: static;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 3px;
  font-size: 0;
  color: #fff;
  bottom: auto;
}
#banner .swiper-pagination-text .swiper-pagination.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #DC0500;
}
#banner .swiper-pagination-text .swiper-in-text {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 26px;
  margin-left: 8px;
}
#banner .swiper-wrapper img {
  margin: 0 auto;
}
#banner .swiper-button-next {
  width: 44px;
  height: 44px;
  background-image: url("../img/index_banner_right.png");
  background-size: 44px 44px;
}
#banner .swiper-button-prev {
  width: 44px;
  height: 44px;
  background-image: url("../img/index_banner_left.png");
  background-size: 44px 44px;
}
#index_form {
  height: 390px;
  padding-top: 25px;
}
#index_form form {
  font-size: 0;
  position: absolute;
  top: -42px;
  z-index: 100;
  width: 1200px;
  height: 100px;
  padding-left: 48px;
  background: #fff;
  box-shadow: 0 0 27px 12px rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 0;
}
#index_form form i {
  vertical-align: middle;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("../img/build.png") no-repeat center;
  background-size: contain;
  margin-right: 20px;
}
#index_form form span {
  vertical-align: middle;
  display: inline-block;
  width: 162px;
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 25px;
  margin-right: 25px;
}
#index_form form div {
  vertical-align: middle;
  display: inline-block;
  width: 338px;
  height: 60px;
  margin-right: 23px;
}
#index_form form div input {
  display: inline-block;
  width: 100%;
  height: 60px;
  border-radius: 0;
  border: 1px solid #F3F3F3;
  text-indent: 20px;
  font-size: 16px;
}
#index_form form div i {
  position: absolute;
  top: 20px;
  left: 300px;
  background: none;
  width: 14px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #7B809A;
  line-height: 20px;
  font-style: normal;
  margin-right: 0;
}
#index_form form button {
  vertical-align: middle;
  display: inline-block;
  width: 187px;
  height: 100px;
  background: #DC0500;
  border-radius: 2px;
  border: 0;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
#index_form form button:hover {
  background: #be0400;
}
#index_form .form-bottm-txt {
  padding-top: 90px;
}
#index_form .form-bottm-txt .form-left {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 244px;
  height: 240px;
  background: #DC0500;
  border-radius: 2px 2px 2px 42px;
  padding: 38px 24px;
  margin-right: 50px;
}
#index_form .form-bottm-txt .form-left p {
  display: inline-block;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
}
#index_form .form-bottm-txt .form-left h3 {
  display: inline-block;
  font-size: 42px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 59px;
}
#index_form .form-bottm-txt .form-left h4 {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 39px;
}
#index_form .form-bottm-txt .form-right {
  display: inline-block;
  vertical-align: middle;
  width: 900px;
  height: 240px;
  padding-top: 20px;
}
#index_form .form-bottm-txt .form-right ul li {
  display: inline-block;
  width: 290px;
  height: 82px;
  margin-bottom: 40px;
  margin-right: 20px;
}
#index_form .form-bottm-txt .form-right ul li .l {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#index_form .form-bottm-txt .form-right ul li .l i {
  display: block;
  width: 35px;
  height: 40px;
}
#index_form .form-bottm-txt .form-right ul li .l i img {
  display: block;
  max-width: 100%;
}
#index_form .form-bottm-txt .form-right ul li .r {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
#index_form .form-bottm-txt .form-right ul li .r h6 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 25px;
  margin-bottom: 15px;
  cursor: default;
}
#index_form .form-bottm-txt .form-right ul li .r h6:hover {
  color: #DC0500;
}
#index_form .form-bottm-txt .form-right ul li .r p {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 20px;
}
#index_form .form-bottm-txt .form-right ul li .hr-v {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 40px;
  background-color: #dedede;
}
#index_form .form-bottm-txt .form-right ul li:nth-child(3n) {
  width: 272px;
  margin-right: 0;
}
#index_form .form-bottm-txt .form-right ul li:nth-child(3n) .r {
  margin-right: 0;
}
#index_form .form-bottm-txt .form-right ul li:nth-child(n+4) {
  margin-bottom: 0;
}
#index_form.nf_01 {
  padding-top: 60px;
  margin-bottom: 60px;
  height: 352px;
}
#index_form.nf_01 .nf_01_title {
  text-align: center;
}
#index_form.nf_01 .nf_01_title h2 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
}
#index_form.nf_01 .nf_01_title p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 40px;
}
#index_form.nf_01 .nf_01_left_img {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 283px;
  height: 189px;
  overflow: hidden;
}
#index_form.nf_01 .form-bottm-txt .nf_01_right_text {
  width: 890px;
  padding-top: 0;
  height: 189px;
}
#index_form.nf_01 .form-bottm-txt .nf_01_right_text ul li {
  margin-bottom: 35px;
  margin-right: 0;
}
#index_form.nf_01 .form-bottm-txt .nf_01_right_text ul li .r h6 {
  margin-bottom: 10px;
}
#cus_part {
  width: 100%;
  height: 870px;
  padding-top: 60px;
  background: #F8F8F8;
}
#cus_part h3 {
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
#cus_part p {
  text-align: left;
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
#cus_part .cont {
  overflow: hidden;
}
#cus_part .cont .cus-l {
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px;
  position: relative;
  width: 696px;
  height: 554px;
  margin-right: 10px;
}
#cus_part .cont .cus-l img {
  transition: all 1s;
  transform: scale(1);
}
#cus_part .cont .cus-l .bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 148px;
  padding-left: 30px;
  width: 696px;
  height: 230px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 0 0 8px 8px;
}
#cus_part .cont .cus-l .bottom-text h5 {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
}
#cus_part .cont .cus-l .bottom-text p {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
#cus_part .cont .cus-l .point-r {
  position: absolute;
  bottom: 24px;
  left: 600px;
  right: auto;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 32px;
  padding-top: 12px;
  transition: all 0.5s;
}
#cus_part .cont .cus-l .point-r .line {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background: url("../img/Line 8@2x.png") no-repeat right;
  background-size: cover;
  transition: all 0.5s;
}
#cus_part .cont .cus-l:hover img {
  transition: all 1s;
  transform: scale(1.2);
}
#cus_part .cont .cus-l:hover .point-r {
  width: 60px;
  transition: all 0.5s;
}
#cus_part .cont .cus-l:hover .point-r .line {
  transition: all 0.5s;
  width: 28px;
}
#cus_part .cont .cus-r {
  display: inline-block;
  vertical-align: middle;
  width: 490px;
  height: 554px;
}
#cus_part .cont .cus-r .cus-r-t {
  margin-bottom: 13px;
  border-radius: 6px;
}
#cus_part .cont .cus-r .cus-r-t img {
  transition: all 1s;
  transform: scale(1);
}
#cus_part .cont .cus-r .cus-r-t .point-r {
  position: absolute;
  bottom: 24px;
  left: 400px;
  right: auto;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 32px;
  padding-top: 12px;
  transition: all 0.5s;
}
#cus_part .cont .cus-r .cus-r-t .point-r .line {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background: url("../img/Line 8@2x.png") no-repeat right;
  background-size: cover;
  transition: all 0.5s;
}
#cus_part .cont .cus-r .cus-r-t:hover .point-r {
  width: 60px;
  transition: all 0.5s;
}
#cus_part .cont .cus-r .cus-r-t:hover .point-r .line {
  transition: all 0.5s;
  width: 28px;
}
#cus_part .cont .cus-r .cus-r-t:hover img {
  transition: all 1s;
  transform: scale(1.2);
}
#cus_part .cont .cus-r .cus-r-b {
  border-radius: 6px;
}
#cus_part .cont .cus-r .cus-r-b img {
  transition: all 1s;
  transform: scale(1);
}
#cus_part .cont .cus-r .cus-r-b .point-r {
  position: absolute;
  bottom: 24px;
  left: 400px;
  right: auto;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 32px;
  padding-top: 12px;
  transition: all 0.5s;
}
#cus_part .cont .cus-r .cus-r-b .point-r .line {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background: url("../img/Line 8@2x.png") no-repeat right;
  background-size: cover;
  transition: all 0.5s;
}
#cus_part .cont .cus-r .cus-r-b:hover .point-r {
  width: 60px;
  transition: all 0.5s;
}
#cus_part .cont .cus-r .cus-r-b:hover .point-r .line {
  transition: all 0.5s;
  width: 28px;
}
#cus_part .cont .cus-r .cus-r-b:hover img {
  transition: all 1s;
  transform: scale(1.2);
}
#cus_part .cont .cus-r .cus-r-bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 490px;
  height: 144px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 0 0 8px 8px;
  padding-top: 73px;
  padding-left: 30px;
}
#cus_part .cont .cus-r .cus-r-bottom-text h5 {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
#cus_part .cont .cus-r .cus-r-bottom-text p {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
#cus_part button {
  display: block;
  width: 270px;
  height: 50px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 6px 6px 6px 6px;
  border: 0;
  font-size: 18px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 50px;
  margin: 40px auto 0;
}
#cus_part button:hover {
  background: #be0400;
}
#desger {
  width: 100%;
  height: 908px;
  background: url("../img/sjs-bg.png") no-repeat center;
}
#desger h3 {
  padding-top: 60px;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
}
#desger p {
  width: 167px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 40px;
}
#desger .des-cont {
  margin-bottom: 40px;
}
#desger .des-cont .des-l {
  position: relative;
  display: inline-block;
  width: 390px;
  vertical-align: top;
  margin-right: 15px;
}
#desger .des-cont .des-l .des-l-t {
  margin-bottom: 56px;
}
#desger .des-cont .des-l .des-l-t .des-l-t-l {
  display: inline-block;
  vertical-align: top;
}
#desger .des-cont .des-l .des-l-t .des-l-t-l p {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 22px;
  height: 313px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
}
#desger .des-cont .des-l .des-l-t .des-l-t-l p span {
  font-size: 16px;
  font-weight: bold;
  color: #FFCB67;
}
#desger .des-cont .des-l .des-l-t .des-l-t-r {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 318px;
  height: 479px;
  border-radius: 6px;
}
#desger .des-cont .des-l .des-l-t .des-l-t-r img {
  transform: scale(1);
  transition: all 1s;
}
#desger .des-cont .des-l .des-l-t .des-l-t-r:hover img {
  transform: scale(1.2);
  transition: all 1s;
}
#desger .des-cont .des-l .des-l-b h2 {
  padding-right: 30px;
  text-align: right;
  height: 60px;
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 60px;
}
#desger .des-cont .des-l .des-l-b h2 span {
  padding-left: 15px;
  height: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #A8A6A5;
  line-height: 24px;
}
#desger .des-cont .des-l .des-l-fixed {
  position: absolute;
  top: 410px;
  left: 0;
}
#desger .des-cont .des-r {
  width: 790px;
  display: inline-block;
  vertical-align: top;
}
#desger .des-cont .des-r ul li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 254px;
  height: 274px;
  margin-right: 10px;
  margin-bottom: 12px;
  border-radius: 6px;
}
#desger .des-cont .des-r ul li img {
  transform: scale(1);
  transition: all 1s;
}
#desger .des-cont .des-r ul li .des-r-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 95px;
  padding-left: 15px;
  width: 254px;
  height: 159px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 0 0 4px 4px;
}
#desger .des-cont .des-r ul li .des-r-text h5 {
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 25px;
}
#desger .des-cont .des-r ul li .des-r-text p {
  height: 26px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 26px;
  margin-bottom: 0;
}
#desger .des-cont .des-r ul li:hover img {
  transform: scale(1.2);
  transition: all 1s;
}
#desger .des-cont .des-r ul li:nth-child(3n) {
  margin-right: 0;
}
#desger .des-btn-l {
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  height: 50px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.36);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  line-height: 50px;
  border: 0;
  margin-right: 230px;
}
#desger .des-btn-r {
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  line-height: 50px;
  background-color: transparent;
  transition: all 0.5s;
}
#desger .des-btn-r:hover {
  transition: all 0.5s;
  background-color: #DC0500;
  border: 1px solid #DC0500;
}
#video-silder {
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
}
#video-silder h3 {
  height: 45px;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  line-height: 45px;
}
#video-silder p {
  height: 28px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 20px;
}
#video-silder .swiper-pagination-video {
  height: 68px;
  line-height: 68px;
}
#video-silder .swiper-pagination-cui2.swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 0;
  background-color: transparent;
  margin-right: 120px;
  opacity: 1;
}
#video-silder .swiper-pagination-cui2.swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#video-silder .swiper-pagination-cui2.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #DC0500;
}
#video-silder .swiper-pagination-cui2.swiper-pagination-bullet:hover {
  color: #DC0500;
}
#video-silder .swiper-slide-prev:after {
  content: "wahaha";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background-color: #000;
}
#video-silder .swiper-slide-next:after {
  content: ".";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background-color: #000;
}
#video-silder button {
  display: block;
  margin: 40px auto 60px;
  width: 360px;
  height: 50px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.36);
  border-radius: 6px;
  opacity: 1;
  font-size: 17px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 24px;
  border: 0;
}
#video-silder button:hover {
  background: #be0400;
}
#video-silder .swiper-container-video .index_lb_text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
}
#video-silder .swiper-container-video .index_lb_text h5 {
  text-align: left;
  padding-left: 50px;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 20px;
}
#video-silder .swiper-container-video .index_lb_text p {
  text-align: left;
  padding-left: 50px;
  width: 411px;
  font-size: 14px;
  color: #FFFFFF;
  height: auto;
  margin-bottom: 0;
  line-height: 22px;
}
#video-silder .swiper-container-video .swiper-slide.swiper-slide-prev h5 {
  padding-right: 50px;
  text-align: right;
}
#video-silder .swiper-container-video .swiper-slide.swiper-slide-prev p {
  padding-right: 50px;
  margin-left: auto;
  margin-right: 0;
}
#index_quan {
  width: 100%;
  height: 784px;
  padding-top: 60px;
  background: #F8F8F8;
}
#index_quan h3 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
#index_quan p {
  font-size: 20px;
  color: #333333;
  margin-bottom: 40px;
}
#index_quan .index_quan_cont {
  position: relative;
  height: 550px;
}
#index_quan .index_quan_cont .cont-in {
  z-index: 100;
  position: absolute;
  top: 75px;
  left: 50px;
  padding-top: 10px;
  width: 310px;
  height: 400px;
  background: #000000;
  border-radius: 8px 8px 8px 8px;
  opacity: 0.5;
}
#index_quan .index_quan_cont .cont-in .cont-in-in {
  margin: 0 auto;
  width: 292px;
  height: 378px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #FFFFFF;
  padding: 15px;
}
#index_quan .index_quan_cont .cont-in .cont-in-in ul li {
  width: 126px;
  display: inline-block;
  padding: 0 15px;
}
#index_quan .index_quan_cont .cont-in .cont-in-in ul li h3 {
  width: 105px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
#index_quan .index_quan_cont .cont-in .cont-in-in ul li h3 span {
  font-size: 50px;
  font-weight: 400;
  color: #FFFFFF;
}
#index_quan .index_quan_cont .cont-in .cont-in-in ul li p {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
}
#index_quan .index_quan_cont .index_quan_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 550px;
  overflow: hidden;
}
#index_quan .index_quan_cont .index_quan_video video {
  max-width: 100% ;
}
#index_quan .index_quan_cont i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -36px;
  width: 72px;
  height: 72px;
  cursor: pointer;
  background: url("../img/play.png") no-repeat center;
}
#index_hot {
  padding-top: 60px;
  height: 945px;
}
#index_hot h3 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
#index_hot p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
#index_hot .hot-tabs {
  padding: 20px 0;
  height: 68px;
}
#index_hot .hot-tabs li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  margin-right: 98px;
}
#index_hot .hot-tabs li:last-child {
  width: 42px;
  margin-right: 0;
}
#index_hot .hot-tabs li:hover {
  color: #DC0500;
}
#index_hot .hot-tabs li.active {
  color: #DC0500;
}
#index_hot .hot-conts {
  margin-bottom: 38px;
}
#index_hot .hot-conts .item {
  display: none;
}
#index_hot .hot-conts .item ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: 390px;
  height: 280px;
  border-radius: 8px;
  overflow: hidden;
}
#index_hot .hot-conts .item ul li h5 {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  text-align: center;
  height: 28px;
  font-size: 20px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 28px;
}
#index_hot .hot-conts .item ul li img {
  transform: scale(1);
  transition: all 1s;
}
#index_hot .hot-conts .item ul li:hover img {
  transform: scale(1.2);
  transition: all 1s;
}
#index_hot .hot-conts .item ul li:nth-child(3n) {
  margin-right: 0;
}
#index_hot .hot-conts .item ul li:nth-child(n+4) {
  margin-bottom: 0;
}
#index_hot button {
  display: block;
  margin: 0 auto;
  width: 360px;
  height: 50px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 6px;
  font-size: 17px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 50px;
  border: 0;
}
#index_hot button:hover {
  background: #be0400;
}
#index_glue {
  width: 100%;
  height: 659px;
  padding-top: 60px;
  background: url("../img/gonglue.png") no-repeat center;
}
#index_glue h2 {
  height: 45px;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 45px;
  margin-bottom: 50px;
}
#index_glue .index_glue_conts .item {
  display: inline-block;
  vertical-align: middle;
  width: 390px;
  height: 440px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  margin-right: 10px;
}
#index_glue .index_glue_conts .item:last-child {
  margin-right: 0;
}
#index_glue .index_glue_conts .glue-conts-l .glue-conts-t,
#index_glue .index_glue_conts .glue-conts-m .glue-conts-t,
#index_glue .index_glue_conts .glue-conts-r .glue-conts-t {
  width: 390px;
  height: 131px;
  padding-top: 40px;
  padding-left: 20px;
  background: url("../img/gonglue-l.png") no-repeat center;
}
#index_glue .index_glue_conts .glue-conts-l .glue-conts-t h3,
#index_glue .index_glue_conts .glue-conts-m .glue-conts-t h3,
#index_glue .index_glue_conts .glue-conts-r .glue-conts-t h3 {
  height: 45px;
  font-size: 32px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 45px;
}
#index_glue .index_glue_conts .glue-conts-l .glue-conts-t p,
#index_glue .index_glue_conts .glue-conts-m .glue-conts-t p,
#index_glue .index_glue_conts .glue-conts-r .glue-conts-t p {
  height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
}
#index_glue .index_glue_conts .glue-conts-l .glue-conts-b,
#index_glue .index_glue_conts .glue-conts-m .glue-conts-b,
#index_glue .index_glue_conts .glue-conts-r .glue-conts-b {
  padding: 20px;
}
#index_glue .index_glue_conts .glue-conts-l .glue-conts-b ul li,
#index_glue .index_glue_conts .glue-conts-m .glue-conts-b ul li,
#index_glue .index_glue_conts .glue-conts-r .glue-conts-b ul li {
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
#index_glue .index_glue_conts .glue-conts-l .glue-conts-b ul li.glue-first,
#index_glue .index_glue_conts .glue-conts-m .glue-conts-b ul li.glue-first,
#index_glue .index_glue_conts .glue-conts-r .glue-conts-b ul li.glue-first {
  margin-top: 0;
}
#index_glue .index_glue_conts .glue-conts-l .glue-conts-b ul li.glue-first p,
#index_glue .index_glue_conts .glue-conts-m .glue-conts-b ul li.glue-first p,
#index_glue .index_glue_conts .glue-conts-r .glue-conts-b ul li.glue-first p {
  width: 240px;
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
#index_glue .index_glue_conts .glue-conts-l .glue-conts-b ul li.glue-first p.img-left,
#index_glue .index_glue_conts .glue-conts-m .glue-conts-b ul li.glue-first p.img-left,
#index_glue .index_glue_conts .glue-conts-r .glue-conts-b ul li.glue-first p.img-left {
  position: relative;
  margin-right: 10px;
  width: 90px;
  height: 61px;
  border-radius: 6px;
  overflow: hidden;
}
#index_glue .index_glue_conts .glue-conts-l .glue-conts-b ul li.glue-first p.img-left .icon,
#index_glue .index_glue_conts .glue-conts-m .glue-conts-b ul li.glue-first p.img-left .icon,
#index_glue .index_glue_conts .glue-conts-r .glue-conts-b ul li.glue-first p.img-left .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 21px;
  background: url("../img/top1.png") no-repeat center;
  background-size: contain;
}
#index_glue .index_glue_conts .glue-conts-l .glue-conts-b ul li.glue-first p.noImg-left,
#index_glue .index_glue_conts .glue-conts-m .glue-conts-b ul li.glue-first p.noImg-left,
#index_glue .index_glue_conts .glue-conts-r .glue-conts-b ul li.glue-first p.noImg-left {
  margin-right: 10px;
  width: 34px;
  height: 21px;
  overflow: hidden;
}
#index_glue .index_glue_conts .glue-conts-l .glue-conts-b ul li.glue-first p:hover,
#index_glue .index_glue_conts .glue-conts-m .glue-conts-b ul li.glue-first p:hover,
#index_glue .index_glue_conts .glue-conts-r .glue-conts-b ul li.glue-first p:hover {
  color: #DC0500;
}
#index_glue .index_glue_conts .glue-conts-l .glue-conts-b ul li p,
#index_glue .index_glue_conts .glue-conts-m .glue-conts-b ul li p,
#index_glue .index_glue_conts .glue-conts-r .glue-conts-b ul li p {
  width: 290px;
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
#index_glue .index_glue_conts .glue-conts-l .glue-conts-b ul li p.noImg-left,
#index_glue .index_glue_conts .glue-conts-m .glue-conts-b ul li p.noImg-left,
#index_glue .index_glue_conts .glue-conts-r .glue-conts-b ul li p.noImg-left {
  margin-right: 10px;
  width: 34px;
  height: 21px;
  overflow: hidden;
}
#index_glue .index_glue_conts .glue-conts-l .glue-conts-b ul li p:hover,
#index_glue .index_glue_conts .glue-conts-m .glue-conts-b ul li p:hover,
#index_glue .index_glue_conts .glue-conts-r .glue-conts-b ul li p:hover {
  color: #DC0500;
}
#index_glue .index_glue_conts .glue-conts-l .glue-conts-b ul li > p:last-child,
#index_glue .index_glue_conts .glue-conts-m .glue-conts-b ul li > p:last-child,
#index_glue .index_glue_conts .glue-conts-r .glue-conts-b ul li > p:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index_glue .index_glue_conts .glue-conts-m .glue-conts-t {
  background: url("../img/gonglue-m.png") no-repeat center;
}
#index_glue .index_glue_conts .glue-conts-r .glue-conts-t {
  background: url("../img/gonglue-r.png") no-repeat center;
}
#index_server {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1920px;
  background-color: #F8F8F8;
}
#index_server h3 {
  margin-bottom: 40px;
  height: 45px;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  line-height: 45px;
}
#index_server .index_s_t {
  margin-bottom: 70px;
}
#index_server .index_s_t ul li {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 34px;
}
#index_server .index_s_t ul li .index_s_l {
  width: 80px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
#index_server .index_s_t ul li .index_s_l .index_s_l_t img {
  margin: 0 auto 12px;
}
#index_server .index_s_t ul li .index_s_l .index_s_l_t p {
  height: 28px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
#index_server .index_s_t ul li .index_s_r {
  display: inline-block;
  vertical-align: middle;
}
#index_server .index_s_t ul li:last-child {
  margin-right: 0;
}
#index_server .index_s_b ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 115px;
}
#index_server .index_s_b ul li:last-child {
  margin-right: 0;
}
#index_server .index_s_b ul li h2 {
  height: 88px;
  font-size: 88px;
  font-weight: bold;
  color: #DC0500;
  line-height: 88px;
}
#index_server .index_s_b ul li h2 .two-text {
  height: 28px;
  font-size: 32px;
  font-weight: bold;
  color: #DC0500;
  line-height: 28px;
}
#index_server .index_s_b ul li h2 .two-text.black {
  color: #333;
  font-weight: 400;
  font-size: 20px;
}
#index_server .index_s_b ul li h2 .three-text {
  font-size: 52px;
}
#index_server .index_s_b ul li p {
  height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}
#footer {
  padding-top: 60px;
  min-width: 1200px;
  height: 454px;
  background: url("../img/footer_bg.png") no-repeat center;
}
#footer .footer-top .footer-t-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 90px;
}
#footer .footer-top .footer-t-item:last-child {
  margin-right: 0;
}
#footer .footer-top .footer-t-item ul li {
  margin-bottom: 10px;
}
#footer .footer-top .footer-t-item ul li h2 {
  margin-bottom: 10px;
}
#footer .footer-top .footer-t-item ul li h2 a {
  width: 199px;
  height: 32px;
  font-size: 32px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
}
#footer .footer-top .footer-t-item ul li h3 {
  margin-bottom: 15px;
}
#footer .footer-top .footer-t-item ul li h3 a {
  width: 72px;
  height: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
}
#footer .footer-top .footer-t-item ul li h3 a:hover {
  color: #DC0500;
}
#footer .footer-top .footer-t-item ul li a {
  width: 56px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #DCDCDC;
  line-height: 20px;
}
#footer .footer-top .footer-t-item ul li a:hover {
  color: #DC0500;
}
#footer .footer-top .footer-t-item ul li img {
  margin: 0 auto;
}
#footer hr {
  max-width: 1920px;
  margin: 40px auto 30px;
  border: 0;
  height: 1px;
  background-color: #474747;
}
#footer .footer-bottom {
  margin-bottom: 30px;
}
#footer .footer-bottom div {
  margin-bottom: 15px;
}
#footer .footer-bottom ul li {
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom ul li:last-child {
  margin-right: 0;
}
#footer .footer-bottom ul li a {
  width: 98px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #DCDCDC;
  line-height: 20px;
}
#footer .footer-bottom ul li a:hover {
  color: #DC0500;
}
#footer .footer-bottom ul li h3 {
  margin-right: 5px;
  width: 120px;
}
#footer .footer-bottom ul li h3 a {
  width: 90px;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
}
#footer .beian {
  text-align: center;
  height: 25px;
  font-size: 12px;
  font-weight: 400;
  color: #DCDCDC;
  line-height: 14px;
}
#anli_select {
  padding-top: 25px;
  padding-bottom: 20px;
}
#anli_select .anli_item {
  margin-bottom: 10px;
}
#anli_select .anli_item:last-child {
  margin-bottom: 0;
}
#anli_select .anli_item ul li {
  display: inline-block;
  vertical-align: middle;
}
#anli_select .anli_item ul li h3 {
  width: 100px;
  height: 20px;
  font-size: 16px;
  font-weight: 800;
  color: #333333;
  line-height: 20px;
  margin-right: 10px;
}
#anli_select .anli_item ul li a {
  margin-right: 15px;
  text-align: left;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding: 0 5px;
}
#anli_select .anli_item ul li a.active {
  background: #DC0500;
  color: #fff;
}
#anli_select .anli_item ul li:nth-child(2) > a {
  width: 65px;
  text-align: center;
}
.anli_list {
  width: 100%;
  padding-top: 20px;
  background: #F8F8F8;
}
.anli_list .one,
.anli_list .two {
  display: none;
}
.anli_list h2 {
  height: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-bottom: 20px;
}
.anli_list ul li {
  display: inline-block;
  vertical-align: middle;
  width: 390px;
  height: 360px;
  border-radius: 10px;
  transition: all 1s;
  box-shadow: 0 0 0 #fff;
  margin-right: 10px;
  margin-bottom: 15px;
}
.anli_list ul li .anli_list_t {
  width: 390px;
  height: 280px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  position: relative;
}
.anli_list ul li .anli_list_t i {
  border-radius: 2px 2px 2px 2px;
  transition: all 1s;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 15px;
  width: 50px;
  height: 26px;
  background: url("../img/shoucang.png") no-repeat center;
  background-size: contain;
}
.anli_list ul li .anli_list_t i.video_play_btn {
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  background: url("../img/play_btn.png") no-repeat center;
}
.anli_list ul li .anli_list_t i.vr_icon {
  opacity: 1;
  top: 20px;
  left: 20px;
  width: 124px;
  height: 27px;
  background: url("../img/vr_icon.png") no-repeat center;
  background-size: 124px 27px;
}
.anli_list ul li .anli_list_t img {
  transform: scale(1);
  transition: all 1s;
}
.anli_list ul li .anli_list_b {
  width: 390px;
  height: 80px;
  padding-top: 15px;
  padding-left: 8px;
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
}
.anli_list ul li .anli_list_b .anli_list_b_l {
  width: 260px;
  display: inline-block;
  vertical-align: middle;
}
.anli_list ul li .anli_list_b .anli_list_b_l h3 {
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-bottom: 5px;
}
.anli_list ul li .anli_list_b .anli_list_b_l p {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.anli_list ul li .anli_list_b .anli_list_b_r {
  display: inline-block;
  vertical-align: middle;
}
.anli_list ul li .anli_list_b .anli_list_b_r .anli_list_b_r_l {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  overflow: hidden;
  border-radius: 50%;
}
.anli_list ul li .anli_list_b .anli_list_b_r .anli_list_b_r_r {
  display: inline-block;
  vertical-align: middle;
}
.anli_list ul li .anli_list_b .anli_list_b_r .anli_list_b_r_r h5 {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}
.anli_list ul li .anli_list_b .anli_list_b_r .anli_list_b_r_r p {
  height: 17px;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
}
.anli_list ul li:hover {
  transition: all 1s;
  box-shadow: 0 0 15px #ddd;
}
.anli_list ul li:hover .anli_list_t i {
  transition: all 1s;
  opacity: 1;
}
.anli_list ul li:hover .anli_list_t img {
  transform: scale(1.2);
  transition: all 1s;
}
.anli_list ul li:nth-child(3n) {
  margin-right: 0;
}
.anli_list .anli_center_form {
  padding-top: 20px;
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 1200px;
  height: 130px;
  background: url("../img/anli_center.png") no-repeat center;
}
.anli_list .anli_center_form .anli_center_form_t {
  margin-bottom: 18px;
}
.anli_list .anli_center_form .anli_center_form_t h5 {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #DC0500;
  line-height: 28px;
  margin-right: 35px;
}
.anli_list .anli_center_form .anli_center_form_t p {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-right: 15px;
}
.anli_list .anli_center_form .anli_center_form_t span {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #DC0500;
  line-height: 20px;
}
.anli_list .anli_center_form .anli_center_form_t span.tel_text {
  color: #706F6F;
  height: 20px;
  line-height: 20px;
}
.anli_list .anli_center_form .anli_center_form_b form i {
  position: absolute;
  top: 13px;
  right: 30px;
  font-style: normal;
}
.anli_list .anli_center_form .anli_center_form_b form div.pr {
  display: inline-block;
  vertical-align: middle;
}
.anli_list .anli_center_form .anli_center_form_b form input {
  display: inline-block;
  vertical-align: middle;
  width: 307px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 0;
  text-indent: 2em;
  margin-right: 15px;
}
.anli_list .anli_center_form .anli_center_form_b form button {
  display: inline-block;
  vertical-align: middle;
  width: 195px;
  height: 44px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 44px;
  border: 0;
}
.anli_list .anli_center_form .anli_center_form_b form button:hover {
  background: #be0400;
}
.video_gl_in {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  background-color: #f8f8f8;
}
.video_gl_in .video_gl_in_left {
  margin-right: 10px;
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 897px;
  height: 595px;
  background: #FFFFFF;
  border-radius: 8px;
}
.video_gl_in .video_gl_in_left h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.video_gl_in .video_gl_in_left .video_gl_in_left_play_cont {
  overflow: hidden;
  width: 857px;
  height: 517px;
  border-radius: 10px;
  background-color: #000000;
}
.video_gl_in .video_gl_in_left .video_gl_in_left_play_cont video {
  display: block;
  max-width: 100%;
}
.video_gl_in .video_gl_in_right {
  display: inline-block;
  vertical-align: middle;
  width: 288px;
  height: 595px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
}
.video_gl_in .video_gl_in_right ul li {
  margin-bottom: 15px;
}
.video_gl_in .video_gl_in_right ul li .video_gl_in_right_l {
  display: inline-block;
  vertical-align: middle;
  width: 148px;
  height: 99px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 10px;
}
.video_gl_in .video_gl_in_right ul li .video_gl_in_right_r {
  display: inline-block;
  vertical-align: middle;
}
.video_gl_in .video_gl_in_right ul li .video_gl_in_right_r h5 {
  width: 85px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.video_gl_in .video_gl_in_right ul li .video_gl_in_right_r p {
  width: 85px;
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.page_num {
  text-align: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F8F8F8;
}
.page_num .one {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.page_num .one li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #F3F3F3;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.page_num .one li a {
  display: block;
  color: #000;
}
.page_num .one li.active {
  background-color: #DC0500;
}
.page_num .one li.active a {
  color: #fff;
}
.page_num .two {
  display: inline-block;
  vertical-align: middle;
}
.page_num .two span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.page_num .two input {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #F3F3F3;
}
.page_num .two button {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 32px;
  line-height: 32px;
  background: #DC0500;
  box-shadow: 0 1px 4px 0 rgba(220, 34, 101, 0.35);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  border: 0;
}
.page_num .two button:hover {
  background: #be0400;
}
.bottom_gg {
  width: 100%;
  background-color: #F8F8F8;
  padding-bottom: 30px;
}
.page_point {
  margin-top: 20px;
}
.page_point p {
  width: 100%;
  height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}
.page_point p a {
  color: #999;
}
.video_gl_list_banner {
  padding-top: 20px;
  padding-left: 70px;
  width: 1200px;
  height: 140px;
  background: url("../img/video_glue_list_banner.png") no-repeat center;
  background-size: 1200px 140px;
}
.video_gl_list_banner.build_class_list_banner {
  background: url("../img/build_class_banner.png") no-repeat center;
  background-size: 1200px 140px;
}
.video_gl_list_banner .video_gl_list_banner_top {
  margin-bottom: 15px;
}
.video_gl_list_banner .video_gl_list_banner_top h3 {
  display: inline-block;
  vertical-align: bottom;
  width: 180px;
  height: 46px;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  margin-right: 15px;
}
.video_gl_list_banner .video_gl_list_banner_top p {
  display: inline-block;
  vertical-align: bottom;
  width: 359px;
  height: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
}
.video_gl_list_banner form input {
  display: inline-block;
  vertical-align: middle;
  width: 262px;
  height: 40px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  border: 1px solid #FFFFFF;
  margin-right: 10px;
  text-indent: 2em;
}
.video_gl_list_banner form button {
  display: inline-block;
  vertical-align: middle;
  width: 195px;
  height: 40px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 40px;
  border: 0;
  margin-right: 30px;
}
.video_gl_list_banner form button:hover {
  background: #be0400;
}
.video_gl_list_banner form p {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}
.video_gl_list_banner form p span {
  color: #FFCB67;
}
.video_gl_list_tabs {
  padding-top: 20px;
  padding-bottom: 20px;
}
.video_gl_list_tabs ul li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 110px;
  height: 22px;
  line-height: 22px;
  margin-right: 60px;
}
.video_gl_list_tabs ul li p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 5px;
}
.video_gl_list_tabs ul li hr {
  display: none;
  margin: 0 auto;
  width: 30px;
  height: 1px;
  border: 0;
  background-color: #DC0500;
}
.video_gl_list_tabs ul li.active p {
  color: #DC0500;
}
.video_gl_list_tabs ul li.active hr {
  display: block;
}
.list_sort {
  padding-bottom: 15px;
}
.list_sort p span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  margin-right: 25px;
}
.list_sort p span.active {
  color: #DC0500;
}
#er_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#er_box .er_in_box {
  padding-top: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -140px;
  width: 280px;
  height: 300px;
  background: #FFFFFF;
  border-radius: 10px;
}
#er_box .er_in_box div {
  text-align: right;
  margin-bottom: 16px;
  padding-right: 20px;
}
#er_box .er_in_box div i {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  font-style: normal;
  font-size: 16px;
  color: #999;
}
#er_box .er_in_box h3 {
  text-align: center;
  height: 22px;
  font-size: 16px;
  font-weight: 800;
  color: #333333;
  line-height: 22px;
}
#er_box .er_in_box img {
  margin: 25px auto;
}
#er_box .er_in_box p {
  text-align: center;
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
.build_class_list {
  background-color: #F8F8F8;
  padding-top: 20px;
}
.build_class_list .build_class_list_left {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  width: 896px;
  background: #FFFFFF;
  border-radius: 8px;
}
.build_class_list .build_class_list_left ul li {
  margin-bottom: 15px;
}
.build_class_list .build_class_list_left ul li .build_class_list_left_l {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 268px;
  height: 172px;
  border-radius: 5px;
  margin-right: 15px;
}
.build_class_list .build_class_list_left ul li .build_class_list_left_r {
  display: inline-block;
  vertical-align: middle;
}
.build_class_list .build_class_list_left ul li .build_class_list_left_r div {
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
}
.build_class_list .build_class_list_left ul li .build_class_list_left_r h5 {
  float: left;
  width: 400px;
  height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
}
.build_class_list .build_class_list_left ul li .build_class_list_left_r span {
  float: right;
  width: 126px;
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
.build_class_list .build_class_list_left ul li .build_class_list_left_r p {
  width: 570px;
  height: 80px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.build_class_list .build_class_list_left_in {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  width: 896px;
  border-radius: 8px;
  overflow: hidden;
}
.build_class_list .build_class_list_left_in .build_class_list_left_in_content {
  padding: 15px 30px 0;
  background-color: #fff;
}
.build_class_list .build_class_list_left_in .build_class_list_left_in_content img {
  border-radius: 8px;
  overflow: hidden;
  margin: 10px auto;
}
.build_class_list .build_class_list_left_in .build_class_list_left_in_content h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin: 25px auto 10px;
}
.build_class_list .build_class_list_left_in .build_class_list_left_in_content span {
  font-size: 12px;
  color: #999;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.build_class_list .build_class_list_left_in .build_class_list_left_in_content p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin: 15px 0;
}
.build_class_list .build_class_list_left_in .build_class_list_left_in_content.anli_in h3 {
  text-align: left;
}
.build_class_list .build_class_list_left_in .build_class_list_left_in_content.anli_in span {
  text-align: left;
}
.build_class_list .build_class_list_left_in .page_prev_next {
  padding: 50px 15px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.build_class_list .build_class_list_left_in .page_prev_next a {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 42px;
  border-radius: 6px;
  border: 1px solid #F6F6F6;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  line-height: 42px;
  margin-right: 160px;
}
.build_class_list .build_class_list_left_in .page_prev_next a:hover {
  color: #333;
  border-color: #333;
}
.build_class_list .build_class_list_left_in .page_prev_next a:last-child {
  margin-right: 0;
}
.build_class_list .build_class_list_left_in .build_class_taps ul {
  text-align: center;
}
.build_class_list .build_class_list_left_in .build_class_taps ul li {
  cursor: default;
  display: inline-block;
  vertical-align: middle;
  width: 165px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 60px;
  margin-right: 5px;
}
.build_class_list .build_class_list_left_in .build_class_taps ul li span {
  color: #DC0500;
}
.build_class_list .build_class_list_left_in .build_class_taps ul li:hover {
  border: 1px solid #DC0500;
}
.build_class_list .build_class_list_left_in .build_class_taps ul li:last-child {
  margin-right: 0;
}
.build_class_list .build_class_all_left {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  width: 896px;
}
.build_class_list .build_class_all_left .build_class_all_left_top .first_part {
  display: inline-block;
  vertical-align: middle;
  width: 288px;
  height: 182px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-right: 12px;
}
.build_class_list .build_class_all_left .build_class_all_left_top .first_part .icon_and_text {
  padding: 15px 30px;
}
.build_class_list .build_class_all_left .build_class_all_left_top .first_part .icon_and_text p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 38px;
}
.build_class_list .build_class_all_left .build_class_all_left_top .first_part .icon_and_text p i {
  display: block;
  width: 25px;
  height: 24px;
  margin-bottom: 5px;
  background: url("../img/build_class_all_taps_icon_01_01.png") no-repeat center;
}
.build_class_list .build_class_all_left .build_class_all_left_top .first_part .icon_and_text p span {
  display: block;
}
.build_class_list .build_class_all_left .build_class_all_left_top .first_part .icon_and_text p:last-child {
  margin-right: 0;
}
.build_class_list .build_class_all_left .build_class_all_left_top .first_part .icon_and_img {
  width: 288px;
  height: 100px;
}
.build_class_list .build_class_all_left .build_class_all_left_top .second_part {
  display: inline-block;
  vertical-align: middle;
  width: 288px;
  height: 182px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-right: 12px;
}
.build_class_list .build_class_all_left .build_class_all_left_top .second_part .icon_and_text {
  padding: 15px 30px;
}
.build_class_list .build_class_all_left .build_class_all_left_top .second_part .icon_and_text p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.build_class_list .build_class_all_left .build_class_all_left_top .second_part .icon_and_text p i {
  display: block;
  width: 25px;
  height: 24px;
  margin-bottom: 5px;
  background: url("../img/build_class_all_taps_icon_02_01.png") no-repeat center;
}
.build_class_list .build_class_all_left .build_class_all_left_top .second_part .icon_and_text p span {
  display: block;
}
.build_class_list .build_class_all_left .build_class_all_left_top .second_part .icon_and_text p:last-child {
  margin-right: 0;
}
.build_class_list .build_class_all_left .build_class_all_left_top .three_part {
  display: inline-block;
  vertical-align: middle;
  width: 288px;
  height: 182px;
  background: #FFFFFF;
  border-radius: 8px;
}
.build_class_list .build_class_all_left .build_class_all_left_top .three_part .icon_and_text {
  padding: 15px 30px;
}
.build_class_list .build_class_all_left .build_class_all_left_top .three_part .icon_and_text p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 38px;
}
.build_class_list .build_class_all_left .build_class_all_left_top .three_part .icon_and_text p i {
  display: block;
  width: 25px;
  height: 24px;
  margin: 0 auto 5px;
  background: url("../img/build_class_all_taps_icon_03_01.png") no-repeat center;
}
.build_class_list .build_class_all_left .build_class_all_left_top .three_part .icon_and_text p span {
  display: block;
}
.build_class_list .build_class_all_left .build_class_all_left_top .three_part .icon_and_text p:last-child {
  margin-right: 0;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_title {
  margin: 20px 0;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_title h3 {
  display: inline-block;
  vertical-align: bottom;
  width: 96px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-right: 50px;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_title span {
  cursor: pointer;
  margin-right: 50px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_title span.active {
  color: #DC0500;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_conts {
  padding: 20px;
  width: 896px;
  height: 456px;
  background: #FFFFFF;
  border-radius: 8px;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_conts .build_class_all_left_first_conts_l {
  display: inline-block;
  vertical-align: middle;
  width: 471px;
  overflow: hidden;
  margin-right: 10px;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_conts .build_class_all_left_first_conts_l .img_cont {
  width: 471px;
  height: 302px;
  overflow: hidden;
  margin-bottom: 10px;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_conts .build_class_all_left_first_conts_l h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_conts .build_class_all_left_first_conts_l p {
  overflow: hidden;
  clear: both;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_conts .build_class_all_left_first_conts_l p span {
  float: left;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_conts .build_class_all_left_first_conts_l p span:last-child {
  float: right;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_conts .build_class_all_left_first_conts_r {
  display: inline-block;
  vertical-align: top;
  width: 370px;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_conts .build_class_all_left_first_conts_r ul li {
  cursor: default;
  margin-bottom: 13px;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_conts .build_class_all_left_first_conts_r ul li .build_class_all_left_first_conts_r_l {
  display: inline-block;
  vertical-align: middle;
  width: 148px;
  height: 95px;
  overflow: hidden;
  margin-right: 10px;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_conts .build_class_all_left_first_conts_r ul li .build_class_all_left_first_conts_r_r {
  display: inline-block;
  vertical-align: middle;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_conts .build_class_all_left_first_conts_r ul li .build_class_all_left_first_conts_r_r h6 {
  width: 207px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 7px;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_conts .build_class_all_left_first_conts_r ul li .build_class_all_left_first_conts_r_r h6:hover {
  color: #DC0500;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_conts .build_class_all_left_first_conts_r ul li .build_class_all_left_first_conts_r_r p {
  width: 207px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.build_class_list .build_class_all_left .build_class_all_left_first .build_class_all_left_first_conts .build_class_all_left_first_conts_r ul li:last-child {
  margin-bottom: 0;
}
.build_class_list .build_class_list_right {
  display: inline-block;
  vertical-align: top;
  width: 288px;
  border-radius: 8px;
}
.build_class_list .build_class_list_right .case_list_in_right_t {
  padding: 20px;
  margin-bottom: 10px;
  text-align: center;
  width: 288px;
  height: 585px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.build_class_list .build_class_list_right .case_list_in_right_t h3 {
  height: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-bottom: 15px;
}
.build_class_list .build_class_list_right .case_list_in_right_t h3 span {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 62px;
}
.build_class_list .build_class_list_right .case_list_in_right_t h3 a {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #DC0500;
  line-height: 20px;
}
.build_class_list .build_class_list_right .case_list_in_right_t ul li {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  width: 248px;
  height: 160px;
  position: relative;
}
.build_class_list .build_class_list_right .case_list_in_right_t ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 248px;
  height: 66px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  padding-top: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.build_class_list .build_class_list_right .build_class_list_right_t {
  padding-top: 25px;
  margin-bottom: 10px;
  text-align: center;
  width: 288px;
  height: 305px;
  background-color: #FFFFFF;
  border-radius: 8px;
  background-image: url("../img/build_class_right_bg.png");
  background-repeat: no-repeat;
  background-position: top;
}
.build_class_list .build_class_list_right .build_class_list_right_t h3 {
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  margin-bottom: 20px;
}
.build_class_list .build_class_list_right .build_class_list_right_t form {
  margin-bottom: 15px;
}
.build_class_list .build_class_list_right .build_class_list_right_t form input {
  display: inline-block;
  width: 248px;
  height: 40px;
  background: #F8F8F8;
  border-radius: 20px;
  margin-bottom: 15px;
  border: 0;
  text-indent: 2em;
}
.build_class_list .build_class_list_right .build_class_list_right_t form .pr {
  display: inline-block;
  width: 248px;
}
.build_class_list .build_class_list_right .build_class_list_right_t form i {
  position: absolute;
  top: 10px;
  right: 15px;
  font-style: normal;
  color: #999;
}
.build_class_list .build_class_list_right .build_class_list_right_t form p {
  height: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 15px;
}
.build_class_list .build_class_list_right .build_class_list_right_t form p span {
  color: #DC0500;
}
.build_class_list .build_class_list_right .build_class_list_right_t form button {
  display: inline-block;
  width: 248px;
  height: 40px;
  background: #DC0500;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 40px;
  border: 0;
}
.build_class_list .build_class_list_right .build_class_list_right_t form button:hover {
  background: #be0400;
}
.build_class_list .build_class_list_right .build_class_list_right_t p {
  height: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
}
.build_class_list .build_class_list_right .build_class_list_right_t p span {
  color: #DC0500;
}
.build_class_list .build_class_list_right .build_class_list_right_m {
  padding: 20px;
  width: 288px;
  height: 364px;
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 10px;
}
.build_class_list .build_class_list_right .build_class_list_right_m h3 {
  margin-bottom: 20px;
  width: 120px;
  height: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}
.build_class_list .build_class_list_right .build_class_list_right_m .build_class_list_right_m_img {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 60px;
  overflow: hidden;
  margin-right: 5px;
}
.build_class_list .build_class_list_right .build_class_list_right_m .build_class_list_right_m_txt {
  display: inline-block;
  vertical-align: middle;
}
.build_class_list .build_class_list_right .build_class_list_right_m .build_class_list_right_m_txt h5 {
  width: 145px;
  height: 22px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.build_class_list .build_class_list_right .build_class_list_right_m .build_class_list_right_m_txt p {
  width: 145px;
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.build_class_list .build_class_list_right .build_class_list_right_m ul li {
  margin-bottom: 15px;
}
.build_class_list .build_class_list_right .build_class_list_right_m ul li a {
  width: 188px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 20px;
}
.build_class_list .build_class_list_right .build_class_list_right_m ul li a:hover {
  color: #DC0500;
}
.build_class_list .build_class_list_right .build_class_list_right_m.build_class_all_list_right {
  height: 310px;
}
.build_class_list .build_class_list_right .build_class_list_right_m.build_class_all_list_right ul li {
  margin-bottom: 20px;
}
.build_class_list .build_class_list_right .build_class_list_right_m.build_class_all_list_right ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 20px;
  margin-right: 10px;
  background: url("../img/top_01.png") no-repeat center;
}
.build_class_list .build_class_list_right .build_class_list_right_m.build_class_all_list_right ul li a {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.build_class_list .build_class_list_right .build_class_list_right_b {
  width: 288px;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
}
.build_class_list .build_class_list_right .build_xgt_r_m {
  padding: 20px;
  width: 288px;
  height: 210px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 10px;
}
.build_class_list .build_class_list_right .build_xgt_r_m .build_xgt_r_m_top {
  margin-bottom: 13px;
}
.build_class_list .build_class_list_right .build_xgt_r_m .build_xgt_r_m_top .build_xgt_r_m_top_img {
  overflow: hidden;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.build_class_list .build_class_list_right .build_xgt_r_m .build_xgt_r_m_top .build_xgt_r_m_top_text {
  display: inline-block;
  vertical-align: middle;
}
.build_class_list .build_class_list_right .build_xgt_r_m .build_xgt_r_m_top .build_xgt_r_m_top_text span {
  margin-bottom: 9px;
  text-align: center;
  display: block;
  width: 85px;
  height: 20px;
  background: linear-gradient(133deg, #E9E0CC 0%, #F1EADC 47%, #E1D4BB 100%);
  border-radius: 10px 1px 10px 2px;
  font-size: 12px;
  font-weight: 800;
  color: #9D683B;
  line-height: 20px;
}
.build_class_list .build_class_list_right .build_xgt_r_m .build_xgt_r_m_top .build_xgt_r_m_top_text h6 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.build_class_list .build_class_list_right .build_xgt_r_m p {
  width: 248px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 20px;
}
.build_class_list .build_class_list_right .build_xgt_r_m button {
  width: 248px;
  height: 40px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.36);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 40px;
  border: 0;
}
.build_class_list .build_class_list_right .build_xgt_r_m button:hover {
  background: #be0400;
}
.build_class_list .build_xgt_in_left {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  width: 896px;
  border-radius: 8px;
  overflow: hidden;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_img {
  overflow: hidden;
  width: 896px;
  height: 570px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
}
.build_class_list .build_xgt_in_left h3.title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 25px;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li {
  display: inline-block;
  vertical-align: middle;
  width: 440px;
  height: 396px;
  border-radius: 10px;
  transition: all 1s;
  box-shadow: 0 0 0;
  margin-right: 10px;
  margin-bottom: 15px;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li .anli_list_t {
  width: 440px;
  height: 316px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  position: relative;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li .anli_list_t i {
  transition: all 1s;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 15px;
  width: 50px;
  height: 26px;
  background: url("../img/shoucang.png") no-repeat center;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li .anli_list_t i.video_play_btn {
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  background: url("../img/play_btn.png") no-repeat center;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li .anli_list_t i.vr_icon {
  opacity: 1;
  top: 20px;
  left: 20px;
  width: 124px;
  height: 27px;
  background: url("../img/vr_icon.png") no-repeat center;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li .anli_list_t img {
  transform: scale(1);
  transition: all 1s;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li .anli_list_b {
  width: 440px;
  height: 80px;
  padding-top: 15px;
  padding-left: 20px;
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li .anli_list_b .anli_list_b_l {
  width: 270px;
  display: inline-block;
  vertical-align: middle;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li .anli_list_b .anli_list_b_l h3 {
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  margin-bottom: 5px;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li .anli_list_b .anli_list_b_l p {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li .anli_list_b .anli_list_b_r {
  display: inline-block;
  vertical-align: middle;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li .anli_list_b .anli_list_b_r .anli_list_b_r_l {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li .anli_list_b .anli_list_b_r .anli_list_b_r_l img {
  margin: 0 auto;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li .anli_list_b .anli_list_b_r .anli_list_b_r_r {
  display: inline-block;
  vertical-align: middle;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li .anli_list_b .anli_list_b_r .anli_list_b_r_r h5 {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  margin-bottom: 5px;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li .anli_list_b .anli_list_b_r .anli_list_b_r_r p {
  height: 17px;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li:hover {
  transition: all 1s;
  box-shadow: 0 0 10px #999;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li:hover .anli_list_t i {
  transition: all 1s;
  opacity: 1;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li:hover .anli_list_t img {
  transform: scale(1.2);
  transition: all 1s;
}
.build_class_list .build_xgt_in_left .build_xgt_in_left_case ul li:nth-child(2n) {
  margin-right: 0;
}
.build_xgt_bottom_des_list {
  width: 100%;
  background-color: #F8F8F8;
  padding-top: 20px;
}
.build_xgt_bottom_des_list h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.build_xgt_bottom_des_list ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.build_xgt_bottom_des_list ul li:last-child {
  margin-right: 0;
}
.build_xgt_bottom_des_list ul li .build_xgt_bottom_des_list_img {
  width: 288px;
  height: 374px;
  overflow: hidden;
}
.build_xgt_bottom_des_list ul li .build_xgt_bottom_des_list_bottom {
  padding: 12px 14px;
  width: 288px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
}
.build_xgt_bottom_des_list ul li .build_xgt_bottom_des_list_bottom h5 {
  font-size: 18px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 1px;
}
.build_xgt_bottom_des_list ul li .build_xgt_bottom_des_list_bottom h5 span {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.build_xgt_bottom_des_list ul li .build_xgt_bottom_des_list_bottom p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 260px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.des_list {
  background-color: #F8F8F8;
  padding-top: 20px;
}
.des_list .des_list_left {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  width: 896px;
  overflow: hidden;
}
.des_list .des_list_left ul li {
  padding: 20px;
  margin-bottom: 15px;
  width: 896px;
  height: 457px;
  background: #FFFFFF;
  border-radius: 8px;
}
.des_list .des_list_left ul li .des_list_left_top {
  margin-bottom: 10px;
}
.des_list .des_list_left ul li .des_list_left_top .des_list_left_top_l {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 174px;
  height: 228px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 30px;
}
.des_list .des_list_left ul li .des_list_left_top .des_list_left_top_l i.active {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 34px;
  height: 42px;
  background: url("../img/des_tuijian_icon.png") no-repeat center;
}
.des_list .des_list_left ul li .des_list_left_top .des_list_left_top_r {
  display: inline-block;
  vertical-align: middle;
}
.des_list .des_list_left ul li .des_list_left_top .des_list_left_top_r h3 {
  display: inline-block;
  vertical-align: middle;
  width: 78px;
  height: 36px;
  font-size: 26px;
  font-weight: 800;
  color: #333;
  line-height: 36px;
  margin-right: 10px;
}
.des_list .des_list_left ul li .des_list_left_top .des_list_left_top_r i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  text-align: center;
  width: 85px;
  height: 20px;
  background: linear-gradient(133deg, #E9E0CC 0%, #F1EADC 47%, #E1D4BB 100%);
  border-radius: 10px 1px 10px 2px;
  font-size: 12px;
  font-weight: 800;
  color: #9D683B;
  line-height: 20px;
}
.des_list .des_list_left ul li .des_list_left_top .des_list_left_top_r p {
  height: 20px;
  font-size: 14px;
  font-weight: 800;
  color: #333333;
  line-height: 20px;
  margin-bottom: 5px;
}
.des_list .des_list_left ul li .des_list_left_top .des_list_left_top_r p.other {
  font-weight: 400;
  color: #666;
  margin-bottom: 30px;
}
.des_list .des_list_left ul li .des_list_left_top .des_list_left_top_r .des_info .des_info_item {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  width: 77px;
  height: 50px;
  border-right: 1px solid #efefef;
  text-align: center;
  margin-right: 20px;
}
.des_list .des_list_left ul li .des_list_left_top .des_list_left_top_r .des_info .des_info_item p {
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-bottom: 5px;
}
.des_list .des_list_left ul li .des_list_left_top .des_list_left_top_r .des_info .des_info_item h5 {
  height: 22px;
  font-size: 18px;
  font-weight: 800;
  color: #DC0500;
  line-height: 22px;
}
.des_list .des_list_left ul li .des_list_left_top .des_list_left_top_r .des_info .des_info_item h5 i {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("../img/wjx.png") no-repeat center;
}
.des_list .des_list_left ul li .des_list_left_top .des_list_left_top_r .des_info .des_info_item:last-child {
  margin-right: 0;
}
.des_list .des_list_left ul li .des_list_left_bottom .des_list_left_bottom_img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  width: 279px;
  height: 179px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 5px;
}
.des_list .des_list_left ul li .des_list_left_bottom .des_list_left_bottom_img:last-child {
  margin-right: 0;
}
.des_list .des_list_right {
  display: inline-block;
  vertical-align: top;
  width: 288px;
  border-radius: 8px;
}
.des_list .des_list_right .des_list_right_tt {
  padding: 20px 32px;
  width: 288px;
  height: 390px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 20px;
}
.des_list .des_list_right .des_list_right_tt h3 {
  height: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
}
.des_list .des_list_right .des_list_right_tt ul li {
  margin-bottom: 20px;
}
.des_list .des_list_right .des_list_right_tt ul li .des_list_right_tt_l {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.des_list .des_list_right .des_list_right_tt ul li .des_list_right_tt_r {
  display: inline-block;
  vertical-align: middle;
}
.des_list .des_list_right .des_list_right_tt ul li .des_list_right_tt_r h5 {
  height: 28px;
  font-size: 20px;
  font-weight: 800;
  color: #333333;
  line-height: 28px;
  margin-bottom: 5px;
}
.des_list .des_list_right .des_list_right_tt ul li .des_list_right_tt_r p {
  height: 18px;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  line-height: 18px;
}
.des_list .des_list_right .des_list_right_tt ul li .des_list_right_tt_r p span {
  color: #DC0500;
}
.des_list .des_list_right .des_list_right_t {
  padding-top: 25px;
  margin-bottom: 10px;
  text-align: center;
  width: 288px;
  height: 305px;
  background-color: #FFFFFF;
  border-radius: 8px;
  background-image: url("../img/build_class_right_bg.png");
  background-repeat: no-repeat;
  background-position: top;
}
.des_list .des_list_right .des_list_right_t h3 {
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  margin-bottom: 20px;
}
.des_list .des_list_right .des_list_right_t form {
  margin-bottom: 12px;
}
.des_list .des_list_right .des_list_right_t form input {
  display: inline-block;
  width: 248px;
  height: 40px;
  background: #F8F8F8;
  border-radius: 20px;
  margin-bottom: 15px;
  border: 0;
  text-indent: 2em;
}
.des_list .des_list_right .des_list_right_t form .pr {
  display: inline-block;
  width: 248px;
}
.des_list .des_list_right .des_list_right_t form i {
  position: absolute;
  top: 10px;
  right: 15px;
  font-style: normal;
  color: #999;
}
.des_list .des_list_right .des_list_right_t form p {
  height: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.des_list .des_list_right .des_list_right_t form p span {
  color: #DC0500;
}
.des_list .des_list_right .des_list_right_t form button {
  display: inline-block;
  width: 248px;
  height: 40px;
  background: #DC0500;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 40px;
  border: 0;
}
.des_list .des_list_right .des_list_right_t form button:hover {
  background: #be0400;
}
.des_list .des_list_right .des_list_right_t p {
  height: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
}
.des_list .des_list_right .des_list_right_t p span {
  color: #DC0500;
}
.des_list_in_people {
  padding-top: 30px;
  min-width: 1200px;
  height: 420px;
  background: url("../img/des_list_in_banner.png") no-repeat center;
}
.des_list_in_people .des_list_in_people_cont {
  padding: 30px 85px;
  width: 1200px;
  height: 360px;
  background-color: #fff;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.97);
}
.des_list_in_people .des_list_in_people_cont .des_list_in_people_cont_l {
  display: inline-block;
  vertical-align: middle;
  width: 229px;
  height: 302px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 85px;
}
.des_list_in_people .des_list_in_people_cont .des_list_in_people_cont_r {
  width: 600px;
  display: inline-block;
  vertical-align: middle;
}
.des_list_in_people .des_list_in_people_cont .des_list_in_people_cont_r h3 {
  height: 42px;
  font-size: 30px;
  font-weight: 800;
  color: #333333;
  line-height: 42px;
}
.des_list_in_people .des_list_in_people_cont .des_list_in_people_cont_r h3 span {
  display: inline-block;
  vertical-align: middle;
}
.des_list_in_people .des_list_in_people_cont .des_list_in_people_cont_r h3 i {
  display: inline-block;
  vertical-align: baseline;
  width: 84px;
  height: 20px;
  background: linear-gradient(133deg, #E9E0CC 0%, #F1EADC 47%, #E1D4BB 100%);
  border-radius: 10px 1px 10px 2px;
  font-size: 12px;
  font-weight: 800;
  color: #9D683B;
  line-height: 20px;
  text-align: center;
  font-style: normal;
}
.des_list_in_people .des_list_in_people_cont .des_list_in_people_cont_r h5 {
  margin-top: 15px;
  margin-bottom: 10px;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}
.des_list_in_people .des_list_in_people_cont .des_list_in_people_cont_r h5 span {
  margin-right: 50px;
  display: inline-block;
  vertical-align: middle;
}
.des_list_in_people .des_list_in_people_cont .des_list_in_people_cont_r p {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-bottom: 7px;
}
.des_list_in_people .des_list_in_people_cont .des_list_in_people_cont_r p span {
  color: #333;
}
.des_list_in_people .des_list_in_people_cont .des_list_in_people_cont_r .des_list_in_cont_btn span {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
  margin-right: 40px;
}
.des_list_in_people .des_list_in_people_cont .des_list_in_people_cont_r .des_list_in_cont_btn span i {
  color: #DC0500;
  font-style: normal;
}
.des_list_in_people .des_list_in_people_cont .des_list_in_people_cont_r .des_list_in_cont_btn button {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.36);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  color: #FFFFFF;
  border: 0;
}
.des_list_in_people .des_list_in_people_cont .des_list_in_people_cont_r .des_list_in_cont_btn button:hover {
  background: #be0400;
}
.des_list_in_text_cont {
  padding-top: 20px;
  width: 100%;
  background-color: #f8f8f8;
}
.des_list_in_text_cont h3 {
  height: 34px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 34px;
  margin-bottom: 15px;
}
.des_list_in_text_cont .des_list_in_text_cont_txt {
  width: 1200px;
  height: 200px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
.des_list_in_text_cont .des_list_in_text_cont_txt ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 70px;
}
.des_list_in_text_cont .des_list_in_text_cont_txt ul li h5 {
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-bottom: 12px;
}
.des_list_in_text_cont .des_list_in_text_cont_txt ul li p {
  width: 335px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 2px;
}
.des_list_in_text_cont .des_list_in_text_cont_txt ul li:last-child {
  margin-right: 0;
}
.case_list_in {
  width: 100%;
  background-color: #f8f8f8;
}
.case_list_in .case_list_in_info {
  width: 1200px;
  height: 460px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
}
.case_list_in .case_list_in_info .case_list_in_info_left {
  display: inline-block;
  vertical-align: middle;
  width: 750px;
  height: 420px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 35px;
}
.case_list_in .case_list_in_info .case_list_in_info_left video {
  max-width: 100%;
  display: block;
}
.case_list_in .case_list_in_info .case_list_in_info_left iframe {
  border: 0;
}
.case_list_in .case_list_in_info .case_list_in_info_right {
  display: inline-block;
  vertical-align: middle;
  width: 370px;
  height: 420px;
  padding-top: 15px;
}
.case_list_in .case_list_in_info .case_list_in_info_right h3 {
  width: 356px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 15px;
}
.case_list_in .case_list_in_info .case_list_in_info_right .case_list_in_info_right_m {
  margin-bottom: 25px;
}
.case_list_in .case_list_in_info .case_list_in_info_right .case_list_in_info_right_m span {
  display: inline-block;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 3px;
}
.case_list_in .case_list_in_info .case_list_in_info_right .case_list_in_info_right_m span:nth-child(1) {
  width: 200px;
}
.case_list_in .case_list_in_info .case_list_in_info_right .case_list_in_info_right_m span:nth-child(3) {
  width: 200px;
}
.case_list_in .case_list_in_info .case_list_in_info_right .case_list_in_info_right_b {
  width: 370px;
  height: 240px;
  background: #F8F8F8;
  border-radius: 8px;
  padding: 20px;
}
.case_list_in .case_list_in_info .case_list_in_info_right .case_list_in_info_right_b .case_list_in_info_right_b_t {
  margin-bottom: 20px;
}
.case_list_in .case_list_in_info .case_list_in_info_right .case_list_in_info_right_b .case_list_in_info_right_b_t img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.case_list_in .case_list_in_info .case_list_in_info_right .case_list_in_info_right_b .case_list_in_info_right_b_t .case_in_mm {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
}
.case_list_in .case_list_in_info .case_list_in_info_right .case_list_in_info_right_b .case_list_in_info_right_b_t .case_in_mm h3 {
  height: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-bottom: 5px;
}
.case_list_in .case_list_in_info .case_list_in_info_right .case_list_in_info_right_b .case_list_in_info_right_b_t .case_in_mm p {
  height: 17px;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  line-height: 17px;
}
.case_list_in .case_list_in_info .case_list_in_info_right .case_list_in_info_right_b .case_list_in_info_right_b_t a {
  display: inline-block;
  vertical-align: top;
  width: 72px;
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #DC0500;
  line-height: 17px;
}
.case_list_in .case_list_in_info .case_list_in_info_right .case_list_in_info_right_b .case_list_in_info_right_b_m {
  padding-left: 15px;
  margin-bottom: 20px;
}
.case_list_in .case_list_in_info .case_list_in_info_right .case_list_in_info_right_b .case_list_in_info_right_b_m span {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-right: 85px;
  margin-bottom: 5px;
}
.case_list_in .case_list_in_info .case_list_in_info_right .case_list_in_info_right_b .case_list_in_info_right_b_m span:nth-child(2n) {
  margin-right: 0;
}
.case_list_in .case_list_in_info .case_list_in_info_right .case_list_in_info_right_b .case_list_in_info_right_b_m span:last-child {
  margin-right: 0;
}
.case_list_in .case_list_in_info .case_list_in_info_right .case_list_in_info_right_b .case_list_in_info_right_b_b button {
  width: 140px;
  height: 40px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.36);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 40px;
  border: 0;
}
.case_list_in .case_list_in_info .case_list_in_info_right .case_list_in_info_right_b .case_list_in_info_right_b_b button.case_list_in_info_btn1 {
  margin-right: 45px;
}
.case_list_in .case_list_in_info .case_list_in_info_right .case_list_in_info_right_b .case_list_in_info_right_b_b button.case_list_in_info_btn2 {
  width: 140px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #DC0500;
  font-size: 14px;
  font-weight: bold;
  color: #DC0500;
  line-height: 40px;
  background-color: #fff;
  box-shadow: none;
}
.pp_banner {
  min-width: 1200px;
  height: 650px;
  background: url("../img/pinpai_banner.png") no-repeat center;
}
.pp_01 {
  min-width: 1200px;
  height: 641px;
  padding-top: 70px;
  background: url("../img/pinpai_01.png") no-repeat center;
}
.pp_01 .pp_01_top_line {
  margin-bottom: 108px;
  font-size: 0;
}
.pp_01 .pp_01_top_line .pp_01_top_line_left {
  margin-right: 55px;
  display: inline-block;
  vertical-align: top;
}
.pp_01 .pp_01_top_line .pp_01_top_line_left h3 {
  height: 45px;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  line-height: 45px;
  margin-bottom: 5px;
}
.pp_01 .pp_01_top_line .pp_01_top_line_left i {
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/pinpai_icon_01.png") no-repeat center;
}
.pp_01 .pp_01_top_line .pp_01_top_line_right {
  display: inline-block;
  vertical-align: top;
  width: 1015px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  padding-left: 20px;
  border-left: 1px solid #dadada;
}
.pp_01 .pp_01_middle_line {
  margin-bottom: 105px;
}
.pp_01 .pp_01_middle_line .pp_01_middle_line_item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  margin-right: 5px;
}
.pp_01 .pp_01_middle_line .pp_01_middle_line_item h1 {
  text-align: center;
  font-size: 48px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #DC0500;
  margin-bottom: 0;
  height: 58px;
}
.pp_01 .pp_01_middle_line .pp_01_middle_line_item h1 span {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
.pp_01 .pp_01_middle_line .pp_01_middle_line_item h1 i {
  font-size: 32px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #DC0500;
  font-style: normal;
}
.pp_01 .pp_01_middle_line .pp_01_middle_line_item p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.pp_01 .pp_01_gps_line {
  top: 100px;
  left: 700px;
  overflow: hidden;
  position: absolute;
  width: 491px;
  height: 280px;
  border-radius: 6px;
}
.pp_01 .pp_01_gps_line .pp_01_gps_line_img {
  overflow: hidden;
  width: 491px;
  height: 280px;
  position: relative;
}
.pp_01 .pp_01_gps_line .pp_01_gps_line_img i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -27px;
  width: 55px;
  height: 55px;
  background: url("../img/pinpai_play.png") no-repeat center;
}
.pp_01 .pp_01_gps_line .pp_01_gps_line_img video {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.pp_01 .pp_01_bottom_line {
  width: 1200px;
  height: 100px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 20px;
}
.pp_01 .pp_01_bottom_line .pp_01_bottom_line_l {
  margin-right: 35px;
  display: inline-block;
  vertical-align: middle;
}
.pp_01 .pp_01_bottom_line .pp_01_bottom_line_l i {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url("../img/pinpai_icon_02.png") no-repeat center;
}
.pp_01 .pp_01_bottom_line .pp_01_bottom_line_l span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.pp_01 .pp_01_bottom_line input {
  text-indent: 2em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 338px;
  height: 60px;
  border-radius: 0;
  border: 1px solid #F3F3F3;
}
.pp_01 .pp_01_bottom_line button {
  display: inline-block;
  vertical-align: middle;
  width: 187px;
  height: 60px;
  background: #DC0500;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 800;
  color: #FFFFFF;
  border: 0;
}
.pp_02 {
  min-width: 1200px;
  height: 639px;
  padding-top: 60px;
  background: url("../img/pinpai_fz.png") no-repeat center;
}
.pp_02 .pp_02_title {
  text-align: center;
}
.pp_02 .pp_02_title span {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 6px;
  background: url("../img/pinpai_hr.png") no-repeat center;
}
.pp_02 .pp_02_title h3 {
  display: inline-block;
  vertical-align: middle;
  width: 175px;
  height: 45px;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
}
.pp_02 p {
  text-align: center;
  height: 28px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
}
.pp_02 .pp_02_line {
  position: relative;
  width: 1206px;
  height: 112px;
  background: url("../img/pinpai_time.png") no-repeat center;
}
.pp_02 .pp_02_line .pp_02_line_text {
  position: absolute;
  top: 115px;
  left: 10px;
  text-align: center;
}
.pp_02 .pp_02_line .pp_02_line_text h5 {
  font-size: 34px;
  font-weight: 800;
  color: #FFCB67;
}
.pp_02 .pp_02_line .pp_02_line_text p {
  font-size: 18px;
  font-weight: 800;
  color: #FFFFFF;
}
.pp_03 {
  padding-top: 30px;
  width: 100%;
  height: 450px;
  background-color: #fff;
}
.pp_03 h3 {
  padding-top: 32px;
  margin: 0 auto;
  text-align: center;
  width: 764px;
  height: 103px;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  background: url("../img/pinpai_03_title.png") no-repeat center;
}
.pp_03 .pp_03_middle {
  text-align: center;
  margin-bottom: 20px;
}
.pp_03 .pp_03_middle .pp_03_middle_item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 265px;
  text-align: center;
}
.pp_03 .pp_03_middle .pp_03_middle_item h5 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.pp_03 .pp_03_middle .pp_03_middle_item p {
  font-size: 16px;
  font-weight: 400;
  color: #2A2A2A;
}
.pp_03 .pp_03_middle .pp_03_middle_item:last-child {
  margin-right: 0;
}
.pp_03 .pp_03_bottom ul {
  font-size: 0;
}
.pp_03 .pp_03_bottom ul li {
  display: inline-block;
  vertical-align: middle;
  width: 233px;
  height: 156px;
  margin-right: 8px;
}
.pp_03 .pp_03_bottom ul li:last-child {
  margin-right: 0;
}
.pp_04 {
  min-width: 1200px;
  height: 782px;
  padding-top: 60px;
  background: url("../img/pinpai_04.png") no-repeat center;
}
.pp_04 .pp_04_title {
  text-align: center;
  margin-bottom: 10px;
}
.pp_04 .pp_04_title span {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 6px;
  background: url("../img/pinpai_04_line_l.png") no-repeat center;
}
.pp_04 .pp_04_title h3 {
  display: inline-block;
  vertical-align: middle;
  width: 235px;
  height: 45px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
}
.pp_04 h5 {
  text-align: center;
  height: 34px;
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  line-height: 34px;
  margin-bottom: 10px;
}
.pp_04 p {
  text-align: center;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #2A2A2A;
  line-height: 22px;
}
.pp_04 .swiper-container {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
}
.pp_04 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 660px;
  height: 350px;
}
.pp_04 .swiper-slide div.pinpai_04_cover {
  position: absolute;
  padding: 57px 15px 0 15px;
  bottom: 0;
  left: 0;
  width: 660px;
  height: 112px;
  border-radius: 0 0 6px 6px;
}
.pp_04 .swiper-slide div.pinpai_04_cover h6 {
  font-size: 18px;
  font-weight: 800;
  color: #FFFFFF;
}
.pp_04 .swiper-slide div.pinpai_04_cover p {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.pp_04 .pp_04_bottom_line {
  width: 1200px;
  height: 100px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 20px;
}
.pp_04 .pp_04_bottom_line .pp_04_bottom_line_l {
  margin-right: 35px;
  display: inline-block;
  vertical-align: middle;
}
.pp_04 .pp_04_bottom_line .pp_04_bottom_line_l i {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url("../img/pinpai_icon_02.png") no-repeat center;
}
.pp_04 .pp_04_bottom_line .pp_04_bottom_line_l span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.pp_04 .pp_04_bottom_line input {
  text-indent: 2em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 338px;
  height: 60px;
  border-radius: 0;
  border: 1px solid #F3F3F3;
}
.pp_04 .pp_04_bottom_line button {
  display: inline-block;
  vertical-align: middle;
  width: 187px;
  height: 60px;
  background: #DC0500;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 800;
  color: #FFFFFF;
  border: 0;
}
.pp_05 {
  min-width: 1200px;
  height: 866px;
  background: url("../img/pinpai_05_bg.png") no-repeat center;
  padding-top: 60px;
}
.pp_05.nf_08 {
  height: 963px;
  background: url("../img/nf_08_bg.png") no-repeat center;
}
.pp_05.nf_08 button {
  display: block;
  margin: 40px auto 0;
  width: 270px;
  height: 50px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 6px;
  font-size: 17px;
  color: #FFFFFF;
  border: 0;
}
.pp_05.jysh_07 {
  height: 873px;
  background: url("../img/jysh_07_img_bg.png") no-repeat center;
}
.pp_05.bsh_09 {
  height: 963px;
  background: url("../img/bsh_09_bg.png") no-repeat center;
}
.pp_05.bsh_09 button {
  display: block;
  margin: 40px auto 0;
  width: 270px;
  height: 50px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 6px;
  font-size: 17px;
  color: #FFFFFF;
  border: 0;
}
.pp_05 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 10px;
}
.pp_05 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #2A2A2A;
  margin-bottom: 40px;
}
.pp_05 .pp_05_tabs {
  margin-bottom: 27px;
}
.pp_05 .pp_05_tabs li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  text-align: center;
  width: 150px;
  height: 50px;
  background: #484848;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
}
.pp_05 .pp_05_tabs li:hover {
  background: #DC0500;
}
.pp_05 .pp_05_tabs li.active {
  background: #DC0500;
}
.pp_05 .pp_05_tabs li:last-child {
  margin-right: 0;
}
.pp_05 .pp_05_conts {
  position: relative;
  width: 1200px;
  height: 570px;
}
.pp_05 .pp_05_conts li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 570px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pp_06 {
  padding-top: 60px;
  width: 100%;
  height: 675px;
  background-color: #fff;
}
.pp_06.nf_09 {
  height: 600px;
}
.pp_06.nf_09 ul li {
  width: 284px;
  margin-right: 15px;
}
.pp_06.nf_09 ul li .pp_06_li_img {
  width: 284px;
  height: 264px;
}
.pp_06.nf_09 ul li .pp_06_bottom_text {
  width: 284px;
  height: 95px;
}
.pp_06.nf_09 ul li .pp_06_bottom_text p {
  font-size: 16px;
}
.pp_06 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 10px;
}
.pp_06 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #2A2A2A;
  margin-bottom: 40px;
}
.pp_06 ul {
  margin-bottom: 20px;
}
.pp_06 ul li {
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 227px;
  height: 359px;
}
.pp_06 ul li .pp_06_li_img {
  width: 227px;
  height: 264px;
  overflow: hidden;
}
.pp_06 ul li .pp_06_bottom_text {
  width: 227px;
  height: 95px;
  background: #424242;
  border-radius: 0;
  padding-top: 25px;
}
.pp_06 ul li .pp_06_bottom_text p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 1px;
}
.pp_06 ul li:last-child {
  margin-right: 0;
}
.pp_06 .pp_06_bottom_line {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 0;
  width: 1200px;
  height: 100px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 20px;
}
.pp_06 .pp_06_bottom_line .pp_06_bottom_line_l {
  margin-right: 35px;
  display: inline-block;
  vertical-align: middle;
}
.pp_06 .pp_06_bottom_line .pp_06_bottom_line_l i {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url("../img/pinpai_icon_02.png") no-repeat center;
}
.pp_06 .pp_06_bottom_line .pp_06_bottom_line_l span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.pp_06 .pp_06_bottom_line input {
  text-indent: 2em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 338px;
  height: 60px;
  border-radius: 0;
  border: 1px solid #F3F3F3;
}
.pp_06 .pp_06_bottom_line button {
  display: inline-block;
  vertical-align: middle;
  width: 187px;
  height: 60px;
  background: #DC0500;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 800;
  color: #FFFFFF;
  border: 0;
}
.pp_06.shg_06 {
  background: url("../img/shg_06_img_bg.png") no-repeat center;
}
.pp_06.shg_06 ul {
  margin-bottom: 40px;
  font-size: 0;
}
.pp_06.shg_06 ul li {
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 188px;
  height: 329px;
}
.pp_06.shg_06 ul li .pp_06_li_img {
  width: 188px;
  height: 234px;
  overflow: hidden;
}
.pp_06.shg_06 ul li .pp_06_bottom_text {
  width: 188px;
  height: 95px;
  background: #424242;
  border-radius: 0;
  padding-top: 25px;
}
.pp_06.shg_06 ul li .pp_06_bottom_text p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 1px;
}
.pp_06.shg_06 ul li:last-child {
  margin-right: 0;
}
.pp_07 {
  min-width: 1200px;
  height: 544px;
  padding-top: 60px;
  background: url("../img/pinpai_07.png") no-repeat center;
  background-size: cover;
}
.pp_07 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.pp_07 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
}
.pp_07 .pp_07_cont {
  margin-bottom: 55px;
  text-align: center;
  font-size: 0;
}
.pp_07 .pp_07_cont .pp_07_cont_item {
  margin-right: 198px;
  display: inline-block;
  vertical-align: middle;
}
.pp_07 .pp_07_cont .pp_07_cont_item i {
  margin: 0 auto 13px;
  display: block;
  width: 58px;
  height: 70px;
  background-image: url("../img/pinpai_07_icon_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pp_07 .pp_07_cont .pp_07_cont_item p {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.pp_07 .pp_07_cont .pp_07_cont_item p:nth-child(3) {
  margin-bottom: 10px;
}
.pp_07 .pp_07_cont .pp_07_cont_item p:last-child {
  color: #FFCB67;
}
.pp_07 .pp_07_cont .pp_07_cont_item:last-child {
  margin-right: 0;
}
.pp_07 .pp_07_line {
  text-align: center;
  margin-bottom: 50px;
}
.pp_07 .pp_07_line ul li {
  display: inline-block;
  vertical-align: middle;
}
.pp_07 .pp_07_line ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  background: url("../img/pinpai_07_line_dd.png") no-repeat center;
}
.pp_07 .pp_07_line ul li p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 30px;
}
.pp_07 .pp_07_line ul li hr {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 1px;
  background-color: #fff;
  border: 0;
  margin-right: 30px;
}
.pp_07 .pp_07_bottom_text {
  font-size: 14px;
  font-weight: 500;
  color: #a9a9a9;
  text-align: right;
  padding-right: 50px;
}
.pp_08 {
  min-width: 1200px;
  height: 1015px;
  padding-top: 60px;
  background: url("../img/pinpai_08.png") no-repeat center;
  background-size: cover;
}
.pp_08.nf_10 {
  height: 835px;
  background: url("../img/nf_10_bg.png") no-repeat center;
}
.pp_08.nf_10 .swiper-button-next {
  top: 325px;
}
.pp_08.nf_10 .swiper-button-prev {
  top: 325px;
}
.pp_08 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #333;
  margin-bottom: 10px;
}
.pp_08 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 40px;
}
.pp_08 ul {
  margin-bottom: 60px;
}
.pp_08 ul li {
  margin-right: 45px;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 200px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #E8E8E8;
}
.pp_08 ul li h1 {
  font-size: 74px;
  font-weight: bold;
  color: #DC0500;
  text-align: center;
  margin-bottom: 0;
  height: 70px;
  line-height: 70px;
}
.pp_08 ul li h1 span {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
.pp_08 ul li p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.pp_08 ul li:last-child {
  margin-right: 0;
}
.pp_08 .swiper-container-two {
  position: relative;
  width: 936px;
  height: 463px;
  margin: 0 auto;
  overflow: hidden;
}
.pp_08 .swiper-container-two .swiper-slide {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pp_08 .swiper-button-next {
  top: 655px;
  width: 61px;
  height: 61px;
  background-image: url("../img/pinpai_08_lb_r.png");
  background-size: 61px 61px;
}
.pp_08 .swiper-button-prev {
  top: 655px;
  width: 61px;
  height: 61px;
  background-image: url("../img/pinpai_08_lb_l.png");
  background-size: 61px 61px;
}
.pp_09 {
  min-width: 1200px;
  height: 637px;
  padding-top: 60px;
  background: url("../img/pinpai_09.png") no-repeat center;
}
.pp_09 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #333;
  margin-bottom: 10px;
}
.pp_09 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 40px;
}
.pp_09 .pp_09_cont {
  width: 1200px;
  height: 410px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px 40px;
  font-size: 0;
}
.pp_09 .pp_09_cont .pp_09_cont_left {
  display: inline-block;
  vertical-align: middle;
  width: 590px;
  height: 350px;
  overflow: hidden;
  margin-right: 60px;
}
.pp_09 .pp_09_cont .pp_09_cont_left .swiper-09 {
  position: relative;
}
.pp_09 .pp_09_cont .pp_09_cont_left .swiper-09 .swiper-slide {
  position: relative;
}
.pp_09 .pp_09_cont .pp_09_cont_left .swiper-09 .swiper-slide h3 {
  position: absolute;
  top: 285px;
  left: 30px;
  font-size: 18px;
  font-weight: 800;
  color: #FFFFFF;
}
.pp_09 .pp_09_cont .pp_09_cont_left .swiper-09 .swiper-slide p {
  position: absolute;
  top: 312px;
  left: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.pp_09 .pp_09_cont .pp_09_cont_left .swiper-09 .swiper-button-next-09 {
  z-index: 10;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -18px;
  width: 37px;
  height: 37px;
  overflow: hidden;
  background: url("../img/pinpai_09_lb_right.png") no-repeat center;
  background-size: contain;
}
.pp_09 .pp_09_cont .pp_09_cont_left .swiper-09 .swiper-button-prev-09 {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 30px;
  margin-top: -18px;
  width: 37px;
  height: 37px;
  overflow: hidden;
  background: url("../img/pinpai_09_lb_left.png") no-repeat center;
  background-size: contain;
}
.pp_09 .pp_09_cont .pp_09_cont_right {
  width: 450px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.pp_09 .pp_09_cont .pp_09_cont_right h1 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
  margin-top: 0;
}
.pp_09 .pp_09_cont .pp_09_cont_right p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 18px;
}
.pp_09 .pp_09_cont .pp_09_cont_right p span {
  color: #DC0500;
}
.pp_09 .pp_09_cont .pp_09_cont_right input {
  text-indent: 2em;
  margin-bottom: 20px;
  display: block;
  width: 450px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #F3F3F3;
}
.pp_09 .pp_09_cont .pp_09_cont_right button {
  display: block;
  width: 450px;
  height: 60px;
  background: #DC0500;
  border-radius: 8px;
  border: 0;
  font-size: 17px;
  color: #FFFFFF;
}
.pinpai_form {
  padding-top: 42px;
  padding-left: 70px;
  width: 1200px;
  height: 140px;
  background: url("../img/pinpai_08_form.png?v=1.0") no-repeat center;
  background-size: 1200px 140px;
}
.pinpai_form .pinpai_form_top {
  padding-left: 660px;
  margin-bottom: 15px;
}
.pinpai_form .pinpai_form_top h3 {
  display: inline-block;
  vertical-align: bottom;
  width: 180px;
  height: 46px;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  margin-right: 15px;
}
.pinpai_form .pinpai_form_top p {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  margin-bottom: 0;
}
.pinpai_form .pinpai_form_top p span {
  color: #FFCB67;
}
.pinpai_form form input {
  display: inline-block;
  vertical-align: middle;
  width: 262px;
  height: 40px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  border: 1px solid #FFFFFF;
  text-indent: 2em;
  margin-right: 10px;
}
.pinpai_form form button {
  display: inline-block;
  vertical-align: middle;
  width: 195px;
  height: 40px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 40px;
  border: 0;
  margin-right: 30px;
}
.lf_banner {
  min-width: 1200px;
  height: 650px;
  background: url("../img/lf_banner.png") no-repeat center;
}
.lf_02 {
  min-width: 1200px;
  height: 562px;
  padding-top: 60px;
  background: url("../img/lf_02_bg.png") no-repeat center;
}
.lf_02 .lf_02_left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
  padding: 30px 35px;
  width: 444px;
  height: 438px;
  background: url("../img/lf_02_l_bg.png") no-repeat center;
}
.lf_02 .lf_02_left h3 {
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.lf_02 .lf_02_left h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #ccc;
}
.lf_02 .lf_02_left p {
  font-size: 20px;
  font-weight: 400;
  color: #ccc;
  margin-bottom: 25px;
  text-align: center;
}
.lf_02 .lf_02_left button {
  width: 369px;
  height: 54px;
  background: #DC0500;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 800;
  color: #FFFFFF;
  border: 0;
  text-align: center;
}
.lf_02 .lf_02_right {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 716px;
  height: 438px;
}
.lf_03 {
  padding-top: 60px;
  min-width: 1200px;
  height: 250px;
  background: url("../img/lf_03_top_img.png") no-repeat center;
}
.lf_03.nf_03 {
  background: url("../img/nf_03_bg.png") no-repeat center;
}
.lf_03.nf_03 ul li {
  width: auto;
  margin-right: 20px;
  font-size: 24px;
  padding-right: 25px;
}
.lf_03 h2 {
  font-size: 36px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 25px;
}
.lf_03 ul {
  text-align: center;
}
.lf_03 ul li {
  display: inline-block;
  vertical-align: middle;
  width: 236px;
  height: 36px;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 36px;
  padding-right: 20px;
  border-right: 1px solid #fff;
}
.lf_03 ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.lf_03_two {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
}
.lf_03_two h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
}
.lf_03_two .lf_03_two_cont {
  margin: 0 auto;
  width: 1069px;
  height: 388px;
  padding: 50px;
  background: url("../img/lf_03_bottom_img.png") no-repeat center;
}
.lf_03_two .lf_03_two_cont .lf_03_two_cont_l {
  margin-right: 400px;
  display: inline-block;
  vertical-align: middle;
}
.lf_03_two .lf_03_two_cont .lf_03_two_cont_l h5 {
  font-size: 26px;
  color: #333333;
  margin-bottom: 17px;
}
.lf_03_two .lf_03_two_cont .lf_03_two_cont_l hr {
  width: 126px;
  height: 1px;
  background-color: #999;
  margin-bottom: 40px;
  border: 0;
}
.lf_03_two .lf_03_two_cont .lf_03_two_cont_l p {
  font-size: 20px;
  color: #666666;
  margin-bottom: 34px;
}
.lf_03_two .lf_03_two_cont .lf_03_two_cont_r {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
.lf_03_two .lf_03_two_cont .lf_03_two_cont_r h4 {
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.lf_03_two .lf_03_two_cont .lf_03_two_cont_r hr {
  width: 296px;
  height: 1px;
  background-color: #fff;
  border: 0;
  margin-bottom: 40px;
  margin-left: auto;
}
.lf_03_two .lf_03_two_cont .lf_03_two_cont_r p {
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.lf_04 {
  min-width: 1200px;
  height: 557px;
  padding-top: 60px;
  background: url("../img/lf_04_bg.png") no-repeat center;
}
.lf_04.nf_07 {
  height: 598px;
  padding-bottom: 60px;
  background: #fff;
}
.lf_04.nf_07 h3 {
  margin-bottom: 5px;
}
.lf_04.nf_07 h5 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #2A2A2A;
  margin-bottom: 40px;
}
.lf_04 h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
}
.lf_04 ul {
  margin-bottom: 40px;
}
.lf_04 ul li {
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.lf_04 ul li img {
  margin-bottom: 20px;
}
.lf_04 ul li h6 {
  color: #333;
  font-size: 22px;
}
.lf_04 ul li p {
  color: #666;
  font-size: 16px;
}
.lf_04 ul li:last-child {
  margin-right: 0;
}
.lf_04 button {
  display: block;
  margin: 0 auto;
  width: 270px;
  height: 50px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 6px;
  font-size: 17px;
  color: #FFFFFF;
  border: 0;
}
.lf_06 {
  min-width: 1200px;
  height: 1085px;
  padding-top: 60px;
  background: url("../img/lf_06_bg.png") no-repeat top;
}
.lf_06 h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 76px;
}
.lf_06 p {
  margin: 0 auto 40px;
  width: 745px;
  overflow: hidden;
  clear: both;
}
.lf_06 p span {
  float: left;
  font-size: 24px;
  color: #FFFFFF;
}
.lf_06 p span:last-child {
  float: right;
}
.lf_06 h6 {
  text-align: center;
  font-size: 16px;
  color: #ccc;
  font-weight: normal;
}
.lf_06 h6 i {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
}
.lf_06 h4 {
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}
.lf_06 ul {
  font-size: 0;
  margin-bottom: 60px;
}
.lf_06 ul li {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.lf_06 ul li:last-child {
  margin-right: 0;
}
.lf_07 {
  min-width: 1200px;
  height: 753px;
  background: url("../img/lf_07_bg.png") no-repeat center;
}
.lf_07 .lf_07_text {
  position: absolute;
  top: 505px;
  right: 16px;
}
.lf_07 .lf_07_text h3 {
  font-size: 26px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.lf_07 .lf_07_text p {
  width: 432px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 32px;
}
.lf_08 {
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}
.lf_08 button {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  text-align: center;
  width: 270px;
  height: 50px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 6px;
  font-size: 17px;
  color: #FFFFFF;
  margin-right: 208px;
}
.lf_08 button:last-child {
  border: 1px solid #DC0500;
  background-color: #fff;
  color: #DC0500;
  margin-right: 0;
  box-shadow: none;
}
.lf_09 {
  min-width: 1200px;
  height: 620px;
  padding-top: 60px;
  background: url("../img/lf_09_bg.png") no-repeat center;
}
.lf_09 h3 {
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.lf_09 .lf_09_in .lf_09_in_img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.lf_09 .lf_09_in .lf_09_in_form {
  padding: 56px 20px;
  display: inline-block;
  vertical-align: middle;
  width: 288px;
  height: 435px;
  background-color: #fff;
  border-radius: 6px;
}
.lf_09 .lf_09_in .lf_09_in_form form h3 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 0;
}
.lf_09 .lf_09_in .lf_09_in_form form p {
  font-size: 12px;
  color: #999999;
  margin-bottom: 15px;
}
.lf_09 .lf_09_in .lf_09_in_form form p span {
  color: #DC0500;
}
.lf_09 .lf_09_in .lf_09_in_form form input {
  margin: 0 auto 8px;
  border: 0;
  display: block;
  width: 248px;
  height: 40px;
  text-indent: 2em;
  background: #F8F8F8;
  border-radius: 20px;
}
.lf_09 .lf_09_in .lf_09_in_form form i {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 12px;
  color: #999;
  font-style: normal;
}
.lf_09 .lf_09_in .lf_09_in_form form button {
  display: block;
  margin: 0 auto 17px;
  width: 248px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: #DC0500;
  border-radius: 24px;
  font-size: 14px;
  color: #FFFFFF;
}
.newf_banner {
  min-width: 1200px;
  height: 650px;
  background: url("../img/newf_banner.jpg") no-repeat center;
}
.nf_02 {
  width: 100%;
  height: 400px;
  margin-bottom: 60px;
}
.nf_02 .nf_02_in {
  margin: 0 auto;
  width: 1200px;
  height: 400px;
  background: url("../img/nf_02_bg.png") no-repeat center;
  padding-top: 90px;
  padding-left: 140px;
}
.nf_02 .nf_02_in .nf_02_in_left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 80px;
  padding: 38px;
  width: 389px;
  height: 220px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  text-align: center;
}
.nf_02 .nf_02_in .nf_02_in_left h3 {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 5px;
}
.nf_02 .nf_02_in .nf_02_in_left p {
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.nf_02 .nf_02_in .nf_02_in_left ul {
  font-size: 0;
}
.nf_02 .nf_02_in .nf_02_in_left ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  text-align: center;
}
.nf_02 .nf_02_in .nf_02_in_left ul li h5 {
  font-size: 20px;
  color: #FFCB67;
  font-weight: normal;
}
.nf_02 .nf_02_in .nf_02_in_left ul li p {
  font-size: 16px;
  color: #fff;
}
.nf_02 .nf_02_in .nf_02_in_left ul li:last-child {
  margin-right: 0;
}
.nf_02 .nf_02_in .nf_02_in_right {
  display: inline-block;
  vertical-align: middle;
}
.nf_02 .nf_02_in .nf_02_in_right input {
  display: block;
  text-indent: 2em;
  width: 450px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #F3F3F3;
  margin-bottom: 20px;
}
.nf_02 .nf_02_in .nf_02_in_right button {
  display: block;
  border: 0;
  width: 450px;
  height: 60px;
  background: #DC0500;
  border-radius: 8px;
  font-size: 17px;
  color: #FFFFFF;
}
.nf_04 {
  min-width: 1200px;
  height: 940px;
  padding-top: 40px;
  background: url("../img/nf_04_bg.png") no-repeat center;
}
.nf_04 h3 {
  text-align: center;
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.nf_04 p {
  text-align: center;
  font-size: 16px;
  color: #2A2A2A;
  margin-bottom: 40px;
}
.nf_04 .nf_04_cont {
  margin-bottom: 40px;
}
.nf_04 .nf_04_cont .nf_04_cont_left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  width: 620px;
  height: 650px;
  padding-top: 518px;
  padding-left: 22px;
  background: url("../img/nf_04_left_bg.png") no-repeat center;
}
.nf_04 .nf_04_cont .nf_04_cont_left .nf_04_cont_left_l {
  width: 266px;
  display: inline-block;
  vertical-align: middle;
}
.nf_04 .nf_04_cont .nf_04_cont_left .nf_04_cont_left_l h5 {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: normal;
}
.nf_04 .nf_04_cont .nf_04_cont_left .nf_04_cont_left_l p {
  font-size: 16px;
  color: #dbdbdb;
  margin-bottom: 0;
  text-align: left;
}
.nf_04 .nf_04_cont .nf_04_cont_left .nf_04_cont_left_r {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.nf_04 .nf_04_cont .nf_04_cont_left .nf_04_cont_left_r button {
  display: inline-block;
  vertical-align: middle;
  width: 134px;
  height: 46px;
  color: #DC0500;
  background: #FFFFFF;
  border-radius: 6px 0 0 6px;
  font-size: 18px;
  border: 0;
}
.nf_04 .nf_04_cont .nf_04_cont_left .nf_04_cont_left_r button:last-child {
  border-radius: 0 6px 6px 0;
}
.nf_04 .nf_04_cont .nf_04_cont_left .nf_04_cont_left_r button.active {
  color: #fff;
  background: #DC0500;
}
.nf_04 .nf_04_cont .nf_04_cont_right {
  height: 640px;
  display: inline-block;
  vertical-align: middle;
}
.nf_04 .nf_04_cont .nf_04_cont_right ul {
  display: none;
}
.nf_04 .nf_04_cont .nf_04_cont_right ul li {
  margin-bottom: 20px;
}
.nf_04 .nf_04_cont .nf_04_cont_right ul li .nf_04_cont_right_img {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.nf_04 .nf_04_cont .nf_04_cont_right ul li .nf_04_cont_right_text {
  display: inline-block;
  vertical-align: middle;
}
.nf_04 .nf_04_cont .nf_04_cont_right ul li .nf_04_cont_right_text h6 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.nf_04 .nf_04_cont .nf_04_cont_right ul li .nf_04_cont_right_text p {
  font-size: 14px;
  color: #333333;
  text-align: left;
  margin-bottom: 5px;
}
.nf_04 .nf_04_cont .nf_04_cont_right ul li:last-child {
  margin-bottom: 0;
}
.nf_04 button {
  display: block;
  margin: 0 auto;
  width: 290px;
  height: 50px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 6px;
  border: 0;
  font-size: 17px;
  color: #FFFFFF;
  text-align: center;
}
.nf_04.bsh_10 {
  height: 840px;
  background: url("../img/bsh_10_bg.png") no-repeat center;
}
.nf_04.bsh_10 .nf_04_cont .nf_04_cont_left {
  width: 620px;
  height: 614px;
  margin-right: 90px;
  background: url("../img/bsh_10_img_01.png") no-repeat center;
}
.nf_04.bsh_10 .nf_04_cont .nf_04_cont_right ul {
  display: block;
}
.nf_04.bsh_10 .nf_04_cont .nf_04_cont_right ul li .nf_04_cont_right_img {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  overflow: hidden;
}
.nf_04.bsh_10 .nf_04_cont .nf_04_cont_right ul li .nf_04_cont_right_text h6 {
  font-size: 28px;
  color: #333;
  font-weight: normal;
}
.nf_04.bsh_10 .nf_04_cont .nf_04_cont_right ul li .nf_04_cont_right_text h6 span {
  color: #FFBF42;
}
.nf_05 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
}
.nf_05 h3 {
  text-align: center;
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.nf_05 p {
  text-align: center;
  font-size: 16px;
  color: #2A2A2A;
  margin-bottom: 40px;
}
.nf_05 ul li {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 230px;
  height: 248px;
  background-image: url("../img/nf_05_sjs_01.png");
  padding-left: 12px;
  padding-top: 190px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px;
}
.nf_05 ul li.two {
  background-image: url("../img/nf_05_sjs_02.png");
}
.nf_05 ul li.three {
  background-image: url("../img/nf_05_sjs_03.png");
}
.nf_05 ul li.four {
  background-image: url("../img/nf_05_sjs_04.png");
}
.nf_05 ul li.five {
  background-image: url("../img/nf_05_sjs_05.png");
}
.nf_05 ul li:last-child {
  margin-right: 0;
}
.nf_05 ul li h5 {
  font-size: 18px;
  color: #fff;
}
.nf_05 ul li p {
  font-size: 14px;
  color: #FFFFFF;
  text-align: left;
}
.nf_06 {
  min-width: 1200px;
  height: 741px;
  background-image: url("../img/nf_06_bg_01.png");
  background-repeat: no-repeat;
  background-position: center;
}
.nf_06 ul {
  font-size: 0;
}
.nf_06 ul li {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 740px;
  line-height: 740px;
  text-align: center;
  font-size: 24px;
  background: rgba(28, 28, 28, 0.2);
  border-radius: 0;
  border: 1px solid #bfbfbf;
  color: #fff;
}
.nf_06 ul li.active {
  background: rgba(28, 28, 28, 0.7);
}
.nf_06_btn {
  padding-top: 40px;
  width: 100%;
}
.nf_06_btn button {
  margin: 0 auto;
  display: block;
  width: 270px;
  height: 50px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 6px;
  border: 0;
  color: #fff;
  font-size: 17px;
  text-align: center;
}
.shg_banner {
  min-width: 1200px;
  height: 650px;
  background: url("../img/shg_banner.png") no-repeat center;
}
.public_form {
  height: 50px;
}
.public_form form {
  font-size: 0;
  position: absolute;
  top: -50px;
  width: 1200px;
  height: 100px;
  padding-left: 48px;
  background: #fff;
  box-shadow: 0 0 27px 12px rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 0;
}
.public_form form i {
  vertical-align: middle;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("../img/build.png") no-repeat center;
  background-size: contain;
  margin-right: 20px;
}
.public_form form span {
  vertical-align: middle;
  display: inline-block;
  width: 162px;
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 25px;
  margin-right: 25px;
}
.public_form form div {
  vertical-align: middle;
  display: inline-block;
  width: 338px;
  height: 60px;
  margin-right: 22px;
}
.public_form form div input {
  display: inline-block;
  width: 100%;
  height: 60px;
  border-radius: 0;
  border: 1px solid #F3F3F3;
  text-indent: 20px;
  font-size: 14px;
}
.public_form form div i {
  position: absolute;
  top: 20px;
  left: 300px;
  background: none;
  width: 14px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #7B809A;
  line-height: 20px;
  font-style: normal;
  margin-right: 0;
}
.public_form form .form_btn {
  font-size: 0;
  width: 188px;
  height: 100px;
  margin-right: 0;
}
.public_form form .form_btn button {
  vertical-align: middle;
  display: inline-block;
  width: 189px;
  height: 100px;
  background: #DC0500;
  border-radius: 2px;
  border: 0;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.shg_01 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}
.shg_01 ul li {
  display: inline-block;
  vertical-align: middle;
}
.shg_01 ul li .l {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.shg_01 ul li .l i {
  width: 32px;
  height: 32px;
}
.shg_01 ul li .r {
  margin-right: 76px;
  display: inline-block;
  vertical-align: middle;
}
.shg_01 ul li .r h6 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.shg_01 ul li .r p {
  text-align: left;
  font-size: 14px;
  color: #999999;
}
.shg_01 ul li .hr-v {
  margin-right: 76px;
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 40px;
  background-color: #DEDEDE;
}
.shg_02 {
  min-width: 1200px;
  height: 550px;
  padding-top: 40px;
  background: url("../img/shg_02_bg.png") no-repeat center;
}
.shg_02 h3 {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.shg_03 {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
}
.shg_03 h3 {
  text-align: center;
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.shg_03 p {
  text-align: center;
  font-size: 16px;
  color: #2A2A2A;
  margin-bottom: 40px;
}
.shg_03 ul {
  font-size: 0;
  margin-bottom: 20px;
}
.shg_03 ul li {
  width: 290px;
  height: 210px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 20px;
}
.shg_03 ul li .shg_03_text {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  text-align: center;
}
.shg_03 ul li .shg_03_text h5 {
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.shg_03 ul li .shg_03_text span {
  display: block;
  font-size: 18px;
  color: #FFFFFF;
}
.shg_03 ul li:nth-child(4n) {
  margin-right: 0;
}
.shg_03 button {
  display: block;
  margin: 0 auto;
  width: 290px;
  height: 50px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 6px;
  border: 0;
  font-size: 17px;
  color: #FFFFFF;
  text-align: center;
}
.shg_04 {
  min-width: 1200px;
  height: 645px;
  padding-top: 60px;
  background: url("../img/shg_04_bg.png") no-repeat center;
}
.shg_04 h3 {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.shg_04 p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}
.shg_04 ul {
  margin-top: 40px;
  font-size: 0;
  margin-bottom: 40px;
}
.shg_04 ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
.shg_04 ul li:last-child {
  margin-right: 0;
}
.shg_04 ul li .shg_04_img {
  overflow: hidden;
  width: 188px;
  height: 234px;
}
.shg_04 ul li .shg_04_text {
  padding: 25px 0;
  width: 188px;
  height: 95px;
  text-align: center;
  background-color: #fff;
}
.shg_04 ul li .shg_04_text h5 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.shg_04 ul li .shg_04_text h5 span {
  color: #DC0500;
}
.shg_04 ul li .shg_04_text p {
  font-size: 16px;
  color: #333;
}
.shg_04 button {
  display: block;
  margin: 0 auto;
  width: 290px;
  height: 50px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 6px;
  border: 0;
  font-size: 17px;
  color: #FFFFFF;
  text-align: center;
}
.shg_05 {
  min-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.shg_05 h3 {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.shg_05 p {
  text-align: center;
  font-size: 16px;
  color: #2A2A2A;
  margin-bottom: 40px;
}
.shg_05 .shg_05_cont {
  width: 1200px;
  height: 500px;
  margin-bottom: 40px;
  font-size: 0;
}
.shg_05 .shg_05_cont .shg_05_cont_l {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 794px;
  height: 500px;
}
.shg_05 .shg_05_cont .shg_05_cont_r {
  padding: 70px 58px;
  display: inline-block;
  vertical-align: middle;
  width: 406px;
  height: 500px;
  background-color: #f8f8f8;
}
.shg_05 .shg_05_cont .shg_05_cont_r ul li {
  margin-bottom: 34px;
}
.shg_05 .shg_05_cont .shg_05_cont_r ul li h5 {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 3px;
}
.shg_05 .shg_05_cont .shg_05_cont_r ul li p {
  font-size: 20px;
  color: #666;
}
.shg_05 button {
  display: block;
  margin: 0 auto;
  width: 290px;
  height: 50px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 6px;
  border: 0;
  font-size: 17px;
  color: #FFFFFF;
  text-align: center;
}
.shg_07 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.shg_07 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 10px;
}
.shg_07 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #2A2A2A;
  margin-bottom: 40px;
}
.shg_07 .shg_07_img {
  margin: 0 auto;
  width: 1198px;
  height: 336px;
}
.shg_08 {
  min-width: 1200px;
  height: 820px;
  padding-top: 60px;
  background: url("../img/shg_08_img_bg.png") no-repeat center;
}
.shg_08 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 10px;
}
.shg_08 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #2A2A2A;
  margin-bottom: 40px;
}
.shg_08 .shg_08_left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
  width: 620px;
  height: 614px;
  overflow: hidden;
}
.shg_08 .shg_08_right {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.shg_08 .shg_08_right li {
  margin-bottom: 44px;
}
.shg_08 .shg_08_right li h5 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.shg_08 .shg_08_right li p {
  font-size: 14px;
  color: #666666;
  text-align: left;
}
.shg_09 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.jysh_banner {
  min-width: 1200px;
  height: 650px;
  background: url("../img/jysh_banner.png") no-repeat center;
}
.jysh_01 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.jysh_01 ul {
  font-size: 0;
}
.jysh_01 ul li {
  display: inline-block;
  vertical-align: middle;
}
.jysh_01 ul li .l {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.jysh_01 ul li .l i {
  width: 44px;
  height: 39px;
}
.jysh_01 ul li .r {
  margin-right: 55px;
  display: inline-block;
  vertical-align: middle;
}
.jysh_01 ul li .r h6 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.jysh_01 ul li .r p {
  text-align: left;
  font-size: 14px;
  color: #999999;
}
.jysh_01 ul li .hr-v {
  margin-right: 55px;
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 40px;
  background-color: #DEDEDE;
}
.jysh_02 {
  min-width: 1200px;
  height: 766px;
  background: url("../img/jysh_02_img.png") no-repeat center;
  padding-top: 60px;
}
.jysh_02 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 10px;
}
.jysh_02 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #2A2A2A;
  margin-bottom: 40px;
}
.jysh_02 .jysh_02_tabs {
  margin-bottom: 27px;
}
.jysh_02 .jysh_02_tabs li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  text-align: center;
  width: 150px;
  height: 50px;
  background: #484848;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
}
.jysh_02 .jysh_02_tabs li:hover {
  background: #DC0500;
}
.jysh_02 .jysh_02_tabs li.active {
  background: #DC0500;
}
.jysh_02 .jysh_02_tabs li:last-child {
  margin-right: 0;
}
.jysh_02 .jysh_02_conts {
  position: relative;
  width: 1200px;
  height: 460px;
}
.jysh_02 .jysh_02_conts li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 460px;
}
.jysh_03 {
  padding-top: 40px;
  padding-bottom: 60px;
}
.jysh_03 .pinpai_form {
  background: url("../img/jysh_03.png") no-repeat center;
}
.jysh_04 {
  min-width: 1200px;
  height: 963px;
  background: url("../img/jysh_04_img_bg.png") no-repeat center;
  padding-top: 60px;
}
.jysh_04.bsh_05 {
  height: 853px;
  background: url("../img/bsh_05.png") no-repeat center;
}
.jysh_04 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 10px;
}
.jysh_04 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #2A2A2A;
  margin-bottom: 40px;
}
.jysh_04.lf_07 {
  padding-top: 0;
  background: #fff;
  height: 646px;
}
.jysh_04.lf_07 .jysh_04_tabs {
  margin-bottom: 27px;
  font-size: 0;
}
.jysh_04.lf_07 .jysh_04_tabs li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  text-align: center;
  width: 290px;
  height: 50px;
  background: #484848;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
}
.jysh_04.lf_07 .jysh_04_tabs li:hover {
  background: #DC0500;
}
.jysh_04.lf_07 .jysh_04_tabs li.active {
  background: #DC0500;
}
.jysh_04.lf_07 .jysh_04_tabs li:last-child {
  margin-right: 0;
}
.jysh_04.lf_07 .jysh_04_conts {
  position: relative;
  width: 1200px;
  height: 570px;
  overflow: hidden;
}
.jysh_04.lf_07 .jysh_04_conts li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 570px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1200px 570px;
}
.jysh_04.lf_07 .jysh_04_conts li video {
  display: block;
  max-width: 100%;
}
.jysh_04 .jysh_04_tabs {
  margin-bottom: 27px;
  font-size: 0;
}
.jysh_04 .jysh_04_tabs li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
  text-align: center;
  width: 212px;
  height: 50px;
  background: #484848;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
}
.jysh_04 .jysh_04_tabs li:hover {
  background: #DC0500;
}
.jysh_04 .jysh_04_tabs li.active {
  background: #DC0500;
}
.jysh_04 .jysh_04_tabs li:last-child {
  margin-right: 0;
}
.jysh_04 .jysh_04_conts {
  position: relative;
  width: 1200px;
  height: 570px;
}
.jysh_04 .jysh_04_conts li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 570px;
  overflow: hidden;
}
.jysh_04 .jysh_04_conts li video {
  display: block;
  max-width: 100%;
}
.jysh_04 button {
  display: block;
  margin: 0 auto;
  width: 290px;
  height: 50px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 6px;
  border: 0;
  font-size: 17px;
  color: #FFFFFF;
  text-align: center;
}
.jysh_05 {
  padding-top: 60px;
  min-width: 1200px;
  height: 825px;
  background: url("../img/jysh_05_img.png") no-repeat center;
}
.jysh_05 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.jysh_06 {
  padding-top: 60px;
  min-width: 1200px;
  height: 706px;
  background: url("../img/jysh_06_img_bg.png") no-repeat center;
}
.jysh_06 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 10px;
}
.jysh_06 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #2A2A2A;
  margin-bottom: 40px;
}
.jysh_06 .jysh_06_cont {
  font-size: 0;
  width: 1200px;
  height: 480px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  overflow: hidden;
}
.jysh_06 .jysh_06_cont .jysh_06_cont_left {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 828px;
  height: 456px;
  overflow: hidden;
}
.jysh_06 .jysh_06_cont .jysh_06_cont_left i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -36px;
  margin-top: -36px;
  width: 72px;
  height: 72px;
  background: url("../img/jysh_06_video_play.png") no-repeat center;
}
.jysh_06 .jysh_06_cont .jysh_06_cont_right {
  width: 345px;
  display: inline-block;
  vertical-align: middle;
}
.jysh_06 .jysh_06_cont .jysh_06_cont_right li {
  text-align: center;
  margin-bottom: 56px;
}
.jysh_06 .jysh_06_cont .jysh_06_cont_right li span {
  display: block;
  margin: 0 auto;
  width: 42px;
  height: 42px;
}
.jysh_06 .jysh_06_cont .jysh_06_cont_right li h3 {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
}
.jysh_06 .jysh_06_cont .jysh_06_cont_right li p {
  font-size: 14px;
  color: #333333;
}
.jysh_06 .jysh_06_cont .jysh_06_cont_right li:last-child {
  margin-bottom: 0;
}
.jysh_06 .jysh_06_cont .jysh_06_cont_right li:last-child p {
  margin-bottom: 0;
}
.jysh_07 {
  min-width: 1200px;
  padding-top: 60px;
  height: 873px;
  background: url("../img/jysh_07_img_bg.png") no-repeat center;
}
.jysh_07 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 10px;
}
.jysh_07 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #2A2A2A;
  margin-bottom: 40px;
}
.jysh_07 .jysh_07_tabs {
  margin-bottom: 27px;
}
.jysh_07 .jysh_07_tabs li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  text-align: center;
  width: 150px;
  height: 50px;
  background: #484848;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
}
.jysh_07 .jysh_07_tabs li:hover {
  background: #DC0500;
}
.jysh_07 .jysh_07_tabs li.active {
  background: #DC0500;
}
.jysh_07 .jysh_07_tabs li:last-child {
  margin-right: 0;
}
.jysh_07 .jysh_07_conts {
  position: relative;
  width: 1200px;
  height: 570px;
}
.jysh_07 .jysh_07_conts li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 570px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.jysh_08 {
  width: 100%;
}
.jysh_08 h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
.jysh_08 ul {
  font-size: 0;
}
.jysh_08 ul li {
  margin-right: 14px;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 289px;
  height: 181px;
  border-radius: 6px;
  overflow: hidden;
}
.jysh_08 ul li:nth-child(4n) {
  margin-right: 0;
}
.jysh_08 ul li h5 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
.jysh_08 ul li span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #FFFFFF;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 6px 0;
}
.public_form_base {
  height: 130px;
}
.public_form_base form {
  font-size: 0;
  width: 1200px;
  height: 100px;
  border: 1px solid #F3F3F3;
  padding-left: 27px;
  background: #fff;
  border-radius: 4px 4px 4px 0;
}
.public_form_base form i {
  vertical-align: middle;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("../img/build.png") no-repeat center;
  background-size: contain;
  margin-right: 20px;
}
.public_form_base form span {
  vertical-align: middle;
  display: inline-block;
  width: 190px;
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 25px;
  margin-right: 33px;
}
.public_form_base form div {
  vertical-align: middle;
  display: inline-block;
  width: 312px;
  height: 60px;
  margin-right: 15px;
}
.public_form_base form div input {
  display: inline-block;
  width: 100%;
  height: 60px;
  border-radius: 0;
  border: 1px solid #F3F3F3;
  text-indent: 20px;
  font-size: 14px;
}
.public_form_base form div i {
  position: absolute;
  top: 20px;
  left: 282px;
  background: none;
  width: 14px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #7B809A;
  line-height: 20px;
  font-style: normal;
  margin-right: 0;
}
.public_form_base form .form_btn {
  font-size: 0;
  width: 238px;
  height: 100px;
  margin-right: 0;
}
.public_form_base form .form_btn button {
  vertical-align: middle;
  display: inline-block;
  width: 238px;
  height: 100px;
  background: #DC0500;
  border-radius: 2px;
  border: 0;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.cont_404 {
  width: 100%;
  padding-top: 125px;
  padding-bottom: 238px;
  background-color: #f8f8f8;
}
.cont_404 img {
  margin: 0 auto 80px;
}
.cont_404 h5 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 35px;
}
.cont_404 p {
  text-align: center;
  font-size: 20px;
  color: #333;
  margin-bottom: 60px;
}
.cont_404 p span {
  color: #DC0500;
}
.cont_404 .bottom_btn_404 {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.cont_404 .bottom_btn_404 button {
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  height: 50px;
  background-color: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.36);
  border-radius: 6px;
  font-size: 17px;
  font-weight: 800;
  color: #FFFFFF;
  border: 0;
  margin-right: 230px;
}
.cont_404 .bottom_btn_404 button.back {
  border-radius: 6px;
  border: 1px solid #DC0500;
  background-color: #fff;
  font-size: 17px;
  font-weight: 800;
  color: #DC0500;
  margin-right: 0;
  box-shadow: none;
}
.search_page {
  padding-bottom: 40px;
  width: 100%;
  background-color: #f8f8f8;
}
.search_page .search_page_01 {
  overflow: hidden;
  width: 1200px;
  height: 50px;
  background-color: #FFFFFF;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  text-align: center;
  margin-bottom: 30px;
}
.search_page .search_page_01 ul {
  font-size: 0;
}
.search_page .search_page_01 ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: 46px;
  height: 46px;
  padding-top: 2px;
  margin-right: 130px;
}
.search_page .search_page_01 ul li:last-child {
  margin-right: 0;
}
.search_page .search_page_01 ul li span {
  display: block;
  font-size: 14px;
}
.search_page .search_page_01 ul li span a {
  color: #000;
}
.search_page .search_page_01 ul li hr {
  display: none;
  width: 80%;
  margin: 0 auto;
  border: 0;
  height: 2px;
  background-color: #DC0500;
}
.search_page .search_page_01 ul li.active hr {
  display: block;
}
.search_page h3 {
  font-size: 14px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 10px;
}
.search_page h3 span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.search_page h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 16px;
  background: url("../img/search_huo.png") no-repeat center;
  background-size: contain;
}
.search_page .search_tabs {
  margin-bottom: 10px;
  font-size: 0;
}
.search_page .search_tabs span {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 24px;
  border: 1px solid #DCDCDC;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
.search_page .search_text {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 30px;
}
.search_page .search_block_title {
  margin-bottom: 10px;
  width: 1200px;
  clear: both;
  overflow: hidden;
}
.search_page .search_block_title h5 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.search_page .search_block_title a {
  float: right;
  font-size: 14px;
  font-weight: 500;
  color: #DC0500;
}
.search_page .search_list_cont {
  width: 1200px;
  height: 586px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 8px;
}
.search_page .search_list_cont ul li {
  margin-bottom: 15px;
}
.search_page .search_list_cont ul li:last-child {
  margin-bottom: 15px;
}
.search_page .search_list_cont ul li .search_list_cont_left {
  display: inline-block;
  vertical-align: middle;
  width: 268px;
  height: 172px;
  overflow: hidden;
  margin-right: 10px;
}
.search_page .search_list_cont ul li .search_list_cont_right {
  width: 876px;
  display: inline-block;
  vertical-align: middle;
}
.search_page .search_list_cont ul li .search_list_cont_right .search_list_cont_right_text {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
.search_page .search_list_cont ul li .search_list_cont_right .search_list_cont_right_text h6 {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  height: 24px;
  line-height: 24px;
}
.search_page .search_list_cont ul li .search_list_cont_right .search_list_cont_right_text span {
  float: right;
  font-size: 12px;
  color: #999999;
  height: 24px;
  line-height: 24px;
}
.search_page .search_list_cont ul li .search_list_cont_right p {
  width: 876px;
  font-size: 14px;
  color: #666666;
}
.search_page h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.search_page .search_no_p {
  margin-bottom: 60px;
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.search_page form {
  font-size: 0;
}
.search_page form div {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.search_page form div input {
  display: block;
  width: 307px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 0;
  font-size: 14px;
  text-indent: 2em;
}
.search_page form div span {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 14px;
  color: #999999;
}
.search_page form button {
  display: inline-block;
  vertical-align: middle;
  width: 249px;
  height: 44px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 4px;
  line-height: 44px;
  font-size: 14px;
  color: #FFFFFF;
  border: 0;
}
.bz_banner {
  min-width: 1200px;
  height: 650px;
  background: url("../img/bz_banner.png") no-repeat center;
}
.bz_01 {
  min-width: 1200px;
  height: 620px;
  padding-top: 60px;
  background: url("../img/bz_01.png") no-repeat center;
}
.bz_01 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #333;
  margin-bottom: 10px;
}
.bz_01 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 40px;
}
.bz_01 ul {
  font-size: 0;
}
.bz_01 ul li {
  margin-right: 72px;
  margin-bottom: 30px;
  padding-top: 40px;
  display: inline-block;
  vertical-align: middle;
  width: 182px;
  height: 182px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #E8E8E8;
}
.bz_01 ul li i {
  display: block;
  margin: 0 auto 12px;
  width: 45px;
  height: 41px;
}
.bz_01 ul li h6 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.bz_01 ul li p {
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.bz_01 ul li:nth-child(5n) {
  margin-right: 0;
}
.bz_02 {
  min-width: 1200px;
  height: 665px;
  padding-top: 60px;
  background: url("../img/bz_02.png") no-repeat center;
}
.bz_02.bsh_06 {
  height: 755px;
  background: #f8f8f8;
}
.bz_02.bsh_06 h2 {
  color: #333;
}
.bz_02.bsh_06 p {
  color: #2A2A2A;
}
.bz_02.bsh_06 .swiper-button-next {
  top: 55%;
  width: 61px;
  height: 61px;
  background-image: url("../img/bsh_06_lb_right.png");
  background-size: contain;
}
.bz_02.bsh_06 .swiper-button-prev {
  top: 55%;
  width: 61px;
  height: 61px;
  background-image: url("../img/bsh_06_lb_left.png");
  background-size: contain;
}
.bz_02.bsh_06 button {
  display: block;
  margin: 40px auto 0;
  width: 270px;
  height: 50px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 6px;
  font-size: 17px;
  color: #FFFFFF;
  border: 0;
}
.bz_02 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.bz_02 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
}
.bz_02 .swiper-container-bz {
  width: 968px;
  margin: 0 auto;
  overflow: hidden;
}
.bz_02 .swiper-container-bz .swiper-wrapper .swiper-slide {
  width: 227px !important;
  height: 439px;
}
.bz_02 .swiper-container-bz .swiper-wrapper .swiper-slide .bz_02_item_img {
  width: 227px;
  height: 319px;
  overflow: hidden;
}
.bz_02 .swiper-container-bz .swiper-wrapper .swiper-slide .bz_02_item_text {
  background-color: #fff;
  padding: 15px 18px;
  width: 227px;
  height: 120px;
}
.bz_02 .swiper-container-bz .swiper-wrapper .swiper-slide .bz_02_item_text h6 {
  font-size: 16px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 6px;
}
.bz_02 .swiper-container-bz .swiper-wrapper .swiper-slide .bz_02_item_text p {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.bz_02 .swiper-button-next {
  top: 55%;
  width: 61px;
  height: 61px;
  background-image: url("../img/bz_02_icon_right.png");
  background-size: contain;
}
.bz_02 .swiper-button-prev {
  top: 55%;
  width: 61px;
  height: 61px;
  background-image: url("../img/bz_02_icon_left.png");
  background-size: contain;
}
.bz_03 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.bz_03 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #333;
  margin-bottom: 10px;
}
.bz_03 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #2A2A2A;
  margin-bottom: 40px;
}
.bz_03 .bz_03_cont {
  padding: 10px;
  width: 1200px;
  height: 476px;
  background: #F5F5F5;
  border-radius: 10px;
  font-size: 0;
}
.bz_03 .bz_03_cont .bz_03_cont_left {
  position: relative;
  overflow: hidden;
  width: 688px;
  height: 456px;
  margin-right: 70px;
  display: inline-block;
  vertical-align: middle;
}
.bz_03 .bz_03_cont .bz_03_cont_left video {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.bz_03 .bz_03_cont .bz_03_cont_left i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -36px;
  margin-top: -36px;
  width: 72px;
  height: 72px;
  background: url("../img/bz_03_img_play.png") no-repeat center;
}
.bz_03 .bz_03_cont .bz_03_cont_right {
  display: inline-block;
  vertical-align: middle;
}
.bz_03 .bz_03_cont .bz_03_cont_right ul {
  font-size: 0;
  width: 420px;
}
.bz_03 .bz_03_cont .bz_03_cont_right ul li {
  display: inline-block;
  vertical-align: middle;
  width: 144px;
  margin-right: 68px;
  margin-bottom: 28px;
}
.bz_03 .bz_03_cont .bz_03_cont_right ul li i {
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 40px;
}
.bz_03 .bz_03_cont .bz_03_cont_right ul li h5 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #333333;
}
.bz_03 .bz_03_cont .bz_03_cont_right ul li p {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-bottom: 28px;
}
.bz_03 .bz_03_cont .bz_03_cont_right ul li hr {
  margin: 0 auto;
  width: 65px;
  height: 1px;
  border: 0;
  background-color: #DCDCDC;
}
.bz_03 .bz_03_cont .bz_03_cont_right ul li:nth-child(2n) {
  margin-right: 0;
}
.bz_03 .bz_03_cont .bz_03_cont_right .bz_03_bottom_text {
  width: 388px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
.bz_04 {
  padding-top: 60px;
  min-width: 1200px;
  height: 796px;
  background: url("../img/bz_04_img.png") no-repeat center;
  background-size: 1920px 796px;
}
.bz_04 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #333;
  margin-bottom: 10px;
}
.bz_04 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #2A2A2A;
  margin-bottom: 40px;
}
.bz_05 {
  padding-top: 150px;
  min-width: 1200px;
  height: 570px;
  background: url("../img/bz_05_bg.png") no-repeat top;
}
.bz_05 .bz_05_cont {
  padding: 10px;
  margin: 0 auto;
  width: 1200px;
  height: 361px;
  background: #F3F3F3;
  font-size: 0;
}
.bz_05 .bz_05_cont .bz_05_cont_left {
  display: inline-block;
  vertical-align: middle;
  width: 276px;
  height: 341px;
  overflow: hidden;
  margin-right: 9px;
}
.bz_05 .bz_05_cont .bz_05_cont_right {
  width: 895px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.bz_05 .bz_05_cont .bz_05_cont_right li {
  margin-right: 8px;
  margin-bottom: 8px;
  width: 293px;
  height: 166px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.bz_05 .bz_05_cont .bz_05_cont_right li:nth-child(3n) {
  margin-right: 0;
}
.bz_05 .bz_05_cont .bz_05_cont_right li:nth-child(n+4) {
  margin-bottom: 0;
}
.bz_06 {
  padding-top: 155px;
  min-width: 1200px;
  height: 540px;
  text-align: center;
  background: url("../img/bz_06_img.png") no-repeat center;
}
.bz_06 h6 {
  font-size: 20px;
  font-weight: 400;
  color: #999;
  margin-bottom: 0;
}
.bz_06 h1 {
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 0;
}
.bz_06 p {
  font-size: 22px;
  font-weight: normal;
  color: #FFFFFF;
}
.bsh_banner {
  margin: 0 auto;
  max-width: 1920px;
  height: 698px;
  background: url("../img/bsh_banner.png") no-repeat center;
}
.bsh_banner .bsh_banner_img {
  position: absolute;
  top: 213px;
  left: 9px;
  overflow: hidden;
  width: 770px;
  height: 340px;
  background: url("../img/bsh_banner_img_01.png") no-repeat center;
  background-size: contain;
}
.bsh_01 {
  padding-top: 60px;
  width: 100%;
  height: 380px;
  background: #F2F2F2;
}
.bsh_01 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #333;
  margin-bottom: 10px;
}
.bsh_01 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #2A2A2A;
  margin-bottom: 40px;
}
.bsh_02 {
  width: 100%;
  height: 560px;
}
.bsh_02 .bsh_02_cont {
  position: absolute;
  top: 0;
  left: 50%;
  padding-left: 160px;
  margin: -215px auto 0 -960px;
  width: 1920px;
  height: 560px;
  font-size: 0;
}
.bsh_02 .bsh_02_cont .bsh_02_cont_left {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 380px;
  height: 624px;
}
.bsh_02 .bsh_02_cont .bsh_02_cont_right {
  width: 1380px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.bsh_02 .bsh_02_cont .bsh_02_cont_right li {
  padding-top: 40px;
  display: inline-block;
  vertical-align: middle;
  width: 340px;
  height: 312px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}
.bsh_02 .bsh_02_cont .bsh_02_cont_right li h3 {
  font-size: 32px;
  color: #333333;
  margin-bottom: 40px;
}
.bsh_02 .bsh_02_cont .bsh_02_cont_right li p {
  font-size: 18px;
  color: #413C39;
}
.bsh_02 .bsh_02_cont .bsh_02_cont_right li.bsh_02_cont_right_li_01 {
  background: url("../img/bsh_02_img_02.png") no-repeat center;
}
.bsh_02 .bsh_02_cont .bsh_02_cont_right li.bsh_02_cont_right_li_01 h3 {
  color: #fff;
}
.bsh_02 .bsh_02_cont .bsh_02_cont_right li.bsh_02_cont_right_li_01 p {
  color: #fff;
}
.bsh_02 .bsh_02_cont .bsh_02_cont_right li.bsh_02_cont_right_li_02 {
  background-color: #1C1C1C;
}
.bsh_02 .bsh_02_cont .bsh_02_cont_right li.bsh_02_cont_right_li_02 h3 {
  color: #fff;
}
.bsh_02 .bsh_02_cont .bsh_02_cont_right li.bsh_02_cont_right_li_02 p {
  color: #fff;
}
.bsh_02 .bsh_02_cont .bsh_02_cont_right li.bsh_02_cont_right_li_03 {
  background-color: #DC0500;
}
.bsh_02 .bsh_02_cont .bsh_02_cont_right li.bsh_02_cont_right_li_03 h3 {
  color: #fff;
}
.bsh_02 .bsh_02_cont .bsh_02_cont_right li.bsh_02_cont_right_li_03 p {
  color: #fff;
}
.bsh_02 .bsh_02_cont .bsh_02_cont_right li.bsh_02_cont_right_li_04 {
  padding: 43px;
}
.bsh_02 button {
  position: absolute;
  top: 456px;
  left: 50%;
  margin-left: -185px;
  width: 270px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 6px;
  font-size: 17px;
  color: #FFFFFF;
  border: 0;
}
.bsh_03 {
  padding-top: 60px;
  width: 100%;
  background: #F8F8F8;
}
.bsh_03 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #333;
  margin-bottom: 10px;
}
.bsh_03 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #2A2A2A;
  margin-bottom: 40px;
}
.bsh_03 .bsh_03_tabs {
  width: 1200px;
  height: 85px;
  background-color: #E8E8E8;
  font-size: 0;
  margin-bottom: 1px;
}
.bsh_03 .bsh_03_tabs span {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  border-right: 1px solid #DFDFDF;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
.bsh_03 .bsh_03_tabs span.active {
  background-color: #fff;
}
.bsh_03 .bsh_03_tabs span:hover {
  background-color: #fff;
}
.bsh_03 .bsh_03_tabs span:last-child {
  border-right: 0;
}
.bsh_03 ul {
  position: relative;
  width: 1200px;
  height: 405px;
  background: #FFFFFF;
}
.bsh_03 ul li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 405px;
  background: #FFFFFF;
  font-size: 0;
  padding-top: 33px;
  padding-left: 78px;
}
.bsh_03 ul li .bsh_03_conts_left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 80px;
}
.bsh_03 ul li .bsh_03_conts_right {
  width: 795px;
  display: inline-block;
  vertical-align: middle;
}
.bsh_03 ul li .bsh_03_conts_right h3 {
  text-align: left;
  font-size: 30px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 15px;
}
.bsh_03 ul li .bsh_03_conts_right h5 {
  text-align: left;
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 5px;
}
.bsh_03 ul li .bsh_03_conts_right h6 {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 15px;
}
.bsh_03 ul li .bsh_03_conts_right p {
  width: 660px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.bsh_03 ul li .bsh_03_conts_right hr {
  width: 100%;
  height: 1px;
  border: 0;
  background: #DFDFDF;
  margin-top: 20px;
  margin-bottom: 15px;
}
.bsh_03 .bsh_03_lb {
  min-width: 1200px;
  margin: 0 auto;
}
.bsh_03 .bsh_03_lb .swiper-slide img {
  margin: 0 auto;
}
.bsh_03 .bsh_03_lb .swiper-button-next {
  top: 50%;
  margin-top: -30px;
  width: 61px;
  height: 61px;
  background-image: url("../img/bsh_lb_right.png");
  background-size: 61px 61px;
}
.bsh_03 .bsh_03_lb .swiper-button-prev {
  top: 50%;
  margin-top: -30px;
  width: 61px;
  height: 61px;
  background-image: url("../img/bsh_lb_left.png");
  background-size: 61px 61px;
}
.bsh_03_banner {
  min-width: 1200px;
  height: 700px;
  margin-bottom: 60px;
  background-image: url("../img/bshu_03_lb_01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1920px 700px;
  padding-top: 550px;
}
.bsh_03_banner h3 {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.bsh_03_banner p {
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
}
.bsh_04 {
  width: 100%;
  height: 400px;
  margin-bottom: 60px;
}
.bsh_04 .bsh_04_cont {
  margin: 0 auto;
  width: 1200px;
  height: 400px;
  background: url("../img/bsh_04_bg.png") no-repeat center;
  padding-top: 90px;
  padding-left: 140px;
}
.bsh_04 .bsh_04_cont .bsh_04_cont_left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 80px;
  padding: 38px;
  width: 389px;
  height: 220px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  text-align: center;
}
.bsh_04 .bsh_04_cont .bsh_04_cont_left ul li {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
}
.bsh_04 .bsh_04_cont .bsh_04_cont_left ul li i {
  display: block;
  margin: 0 auto 5px;
  width: 32px;
  height: 33px;
  background: url("../img/bsh_04_icon_01.png") no-repeat center;
}
.bsh_04 .bsh_04_cont .bsh_04_cont_left ul li p {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.bsh_04 .bsh_04_cont .bsh_04_cont_right {
  display: inline-block;
  vertical-align: middle;
}
.bsh_04 .bsh_04_cont .bsh_04_cont_right h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.bsh_04 .bsh_04_cont .bsh_04_cont_right p {
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
}
.bsh_04 .bsh_04_cont .bsh_04_cont_right input {
  display: block;
  text-indent: 2em;
  width: 450px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #F3F3F3;
  margin-bottom: 15px;
}
.bsh_04 .bsh_04_cont .bsh_04_cont_right button {
  display: block;
  border: 0;
  width: 450px;
  height: 50px;
  background: #DC0500;
  border-radius: 8px;
  font-size: 17px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.bsh_07 {
  padding-top: 60px;
  min-width: 1200px;
  height: 653px;
  background: url("../img/bsh_07_bg.png") no-repeat center;
}
.bsh_07 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.bsh_07 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
}
.bsh_07 ul {
  font-size: 0;
}
.bsh_07 ul li {
  padding-top: 50px;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 288px;
  height: 440px;
  margin-right: 15px;
  background: url("../img/bsh_07_img_01.png") no-repeat center;
}
.bsh_07 ul li span {
  display: block;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}
.bsh_07 ul li h3 {
  font-size: 32px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.bsh_07 ul li hr {
  border: 0;
  width: 43px;
  height: 1px;
  margin-bottom: 35px;
  background-color: #FFCB67;
}
.bsh_07 ul li p {
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 0;
  text-align: left;
}
.bsh_07 ul li:last-child {
  margin-right: 0;
}
.bsh_08 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}
.bsh_08 button {
  display: block;
  margin: 0 auto;
  width: 270px;
  height: 50px;
  background: #DC0500;
  box-shadow: 0 2px 6px 0 rgba(220, 34, 101, 0.35);
  border-radius: 6px;
  font-size: 17px;
  color: #FFFFFF;
  border: 0;
}
.ai-cont {
  min-width: 1200px;
  height: 1080px;
  background-image: url("../img/ai_img_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 1080px;
}
.ai-cont.second_back_img {
  background-image: url("../img/ai_img_02.png");
}
.ai-cont .page1 {
  position: absolute;
  top: 435px;
  left: 100px;
  width: 1000px;
}
.ai-cont .page1 .top {
  margin-bottom: 58px;
}
.ai-cont .page1 .top h1 {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
}
.ai-cont .page1 .bottom {
  font-size: 0;
}
.ai-cont .page1 .bottom .ai-item {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 470px;
  text-align: center;
}
.ai-cont .page1 .bottom .ai-item p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}
.ai-cont .page1 .bottom .ai-item p span {
  color: #FFCB67;
}
.ai-cont .page1 .bottom .ai-item h2 {
  font-size: 48px;
  font-weight: 800;
  color: #FFFFFF;
}
.ai-cont .page1 .bottom .ai-item h3 {
  font-size: 36px;
  font-weight: 800;
  color: #FFFFFF;
}
.ai-cont .page1 .bottom .ai-item:hover h2 {
  color: #00FFFF;
}
.ai-cont .page1 .bottom .ai-item:hover h3 {
  color: #00FFFF;
}
.ai-cont .page1 .bottom .left {
  margin-right: 60px;
}
.ai-cont .q-item li {
  display: none;
  position: absolute;
  left: 0;
  top: 410px;
  margin: 0 auto;
  width: 1200px;
  height: 585px;
  padding-left: 175px;
  padding-top: 54px;
  padding-right: 56px;
}
.ai-cont .q-item li p {
  font-size: 24px;
  color: #FFFFFF;
  text-align: right;
  margin-bottom: 50px;
}
.ai-cont .q-item li h3 {
  font-size: 36px;
  color: #FFCB67;
  margin-bottom: 40px;
}
.ai-cont .q-item li .select-item {
  font-size: 32px;
  color: #FFFFFF;
  margin-bottom: 15px;
  cursor: pointer;
}
.ai-cont .q-item li .select-item.active {
  color: #00FFFF;
}
.ai-cont .q-item li .select-item:hover {
  color: #00FFFF;
}
.ai-cont .q-item li .select-item.select-item-img {
  display: inline-block;
  vertical-align: middle;
  padding-top: 20px;
  overflow: hidden;
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.ai-cont .q-item li .select-item.select-item-img .man {
  margin: 0 auto;
  width: 98px;
  height: 92px;
}
.ai-cont .q-item li .select-item.select-item-img .weman {
  margin: 0 auto;
  width: 83px;
  height: 90px;
}
.ai-cont .q-item li .select-item.select-item-img.active {
  border: 1px solid #00FFFF;
}
.ai-cont .q-item li .select-item.select-item-radio {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-right: 100px;
}
.ai-cont .q-item li .select-item.select-item-radio i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url("../img/ok.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  margin-right: 10px;
}
.ai-cont .q-item li .select-item.select-item-radio span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #FFFFFF;
}
.ai-cont .q-item li .select-item.select-item-radio:last-child {
  margin-right: 0;
}
.ai-cont .q-item li .select-item.select-item-radio.active i {
  background-image: url("../img/ok_bg.png");
}
.ai-cont .q-item li .select-item.select-item-radioV2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-right: 100px;
}
.ai-cont .q-item li .select-item.select-item-radioV2 i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url("../img/ok.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  margin-right: 10px;
}
.ai-cont .q-item li .select-item.select-item-radioV2 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #FFFFFF;
}
.ai-cont .q-item li .select-item.select-item-radioV2:last-child {
  margin-right: 0;
}
.ai-cont .q-item li .select-item.select-item-radioV2.active i {
  background-image: url("../img/ok_bg.png");
}
.ai-cont .q-item li .select-item.select-item-q2-img {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 193px;
  height: 95px;
  margin-right: 23px;
  margin-bottom: 14px;
}
.ai-cont .q-item li .select-item.select-item-q2-img.active {
  border: 1px solid #00FFFF;
}
.ai-cont .q-item li .select-item.select-item-q2-img:nth-child(4n) {
  margin-right: 0;
}
.ai-cont .q-item li.active {
  display: block;
}
.ai-cont .q-item button {
  position: absolute;
  top: 850px;
  left: 690px;
  width: 168px;
  height: 55px;
  background: linear-gradient(95deg, #6BC7E7 0%, #4E87C7 100%);
  border-radius: 6px 14px 6px 14px;
  border: 0;
  font-size: 28px;
  color: #FFFFFF;
}
.ai-cont .q-item .result {
  display: none;
  position: absolute;
  left: 0;
  top: 410px;
  margin: 0 auto;
  width: 1200px;
  height: 585px;
  padding-left: 130px;
  padding-top: 92px;
  padding-right: 130px;
}
.ai-cont .q-item .result h3 {
  text-align: center;
  font-size: 36px;
  color: #FFCB67;
  margin-bottom: 20px;
}
.ai-cont .q-item .result h2 {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.ai-cont .q-item .result .result_all {
  font-size: 0;
}
.ai-cont .q-item .result .result_all .result_all_left {
  width: 450px;
  margin-right: 45px;
  display: inline-block;
  vertical-align: middle;
}
.ai-cont .q-item .result .result_all .result_all_left h1 {
  line-height: 110px;
  text-align: center;
  font-size: 96px;
  font-weight: 800;
  color: #00FFFF;
  margin: 0 auto;
}
.ai-cont .q-item .result .result_all .result_all_left p {
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 0;
}
.ai-cont .q-item .result .result_all .result_all_right {
  width: 400px;
  display: inline-block;
  vertical-align: middle;
}
.ai-cont .q-item .result .result_all .result_all_right form input {
  display: block;
  width: 400px;
  height: 60px;
  background: #F8F8F8;
  border-radius: 6px;
  border: 0;
  margin-bottom: 10px;
  font-size: 16px;
  text-indent: 2em;
}
.ai-cont .q-item .result .result_all .result_all_right form button {
  position: static;
  display: block;
  width: 400px;
  height: 55px;
  background-image: url("../img/result_btn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 400px 55px;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
}
.ai-cont .q-item .result.active {
  display: block;
}
.ai-cont .q-item.q2 li {
  padding-left: 56px;
}
.ai-cont .q-item.q2 li p {
  margin-bottom: 25px;
}
.ai-cont .q-item.q2 li h3 {
  padding-left: 130px;
}
.ai-cont .q-item.q2 li .select-item-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 110px;
  margin-bottom: 30px;
}
.ai-cont .q-item.q2 li .select-item-text:nth-child(3n) {
  margin-right: 0;
}
.ai-cont .q-item.q2 .result {
  display: none;
  position: absolute;
  left: 0;
  top: 410px;
  margin: 0 auto;
  width: 1200px;
  height: 585px;
  padding-left: 130px;
  padding-top: 92px;
  padding-right: 130px;
}
.ai-cont .q-item.q2 .result h3 {
  text-align: center;
  font-size: 36px;
  color: #FFCB67;
  margin-bottom: 20px;
}
.ai-cont .q-item.q2 .result h2 {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.ai-cont .q-item.q2 .result .result_all {
  font-size: 0;
}
.ai-cont .q-item.q2 .result .result_all .result_all_left {
  width: 450px;
  height: 245px;
  margin-right: 45px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/q2_last_img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 450px 245px;
}
.ai-cont .q-item.q2 .result .result_all .result_all_left h1 {
  line-height: 110px;
  text-align: center;
  font-size: 96px;
  font-weight: 800;
  color: #00FFFF;
  margin: 0 auto;
}
.ai-cont .q-item.q2 .result .result_all .result_all_left p {
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 0;
}
.ai-cont .q-item.q2 .result .result_all .result_all_right {
  width: 400px;
  display: inline-block;
  vertical-align: middle;
}
.ai-cont .q-item.q2 .result .result_all .result_all_right form input {
  display: block;
  width: 400px;
  height: 60px;
  background: #F8F8F8;
  border-radius: 6px;
  border: 0;
  margin-bottom: 10px;
  font-size: 16px;
  text-indent: 2em;
}
.ai-cont .q-item.q2 .result .result_all .result_all_right form button {
  position: static;
  display: block;
  width: 400px;
  height: 55px;
  background-image: url("../img/result_btn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 400px 55px;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
}
.ai-cont .q-item.q2 .result.active {
  display: block;
}
/*# sourceMappingURL=main.css.map */