* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
img {
  max-width: 100%;
  vertical-align: top;
}
a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tran3 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media \0screen\,screen\9  {
  /* 只支持IE6、7、8 */
  .wow {
    visibility: visible!important;
  }
  .imain .content p {
    background-color: #000;
    filter: alpha(opacity=70);
    /*position:static; */
    /* IE6、7、8只能设置position:static(默认属性) 否则会导致子元素继承Alpha值 */
    *zoom: 1;
    /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
}
body {
  min-width: 992px;
  margin: 0 auto;
}
.meng {
  height: 100%;
  width: 100%;
  background: #1A1A1A;
  opacity: 0.8;
  background-size: 100%;
  background-position: top left;
  background-position: 0px 0px;
  background-position: 100% 100%;
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  display: none;
}
.ad_box {
  width: 720px;
  height: 380px;
  opacity: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1100000;
  display: none;
}
.ad_box .ad {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.ad_box .cleal {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.header {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.header .top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1300px;
  height: 105px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
.header .top .nav {
  width: auto;
  min-width: 1200px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  gap: 0;
}
.header .top .nav li {
  width: 100px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color: #2292E8;
  opacity: 1;
  flex-shrink: 0;
}
.header .top .nav li:nth-last-child(3),
.header .top .nav li:nth-last-child(2),
.header .top .nav li:nth-last-child(1) {
  margin-left: 20px;
  width: auto;
}
.header .top .nav li a {
  line-height: 30px;
  color: #2292E8 !important;
}
.header .top .nav li a.witer {
  color: #fff !important;
}
.header .top .nav li a.btn {
  width: 100px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 16px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  text-align: center;
  line-height: 32px;
  color: #2292E8 !important;
  opacity: 1;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  box-shadow: 0 2px 6px rgba(34, 146, 232, 0.2);
  transition: all 0.3s ease;
  font-weight: 500;
}
.header .top .nav li a.btn:hover {
  background: #2292E8;
  color: #FFFFFF !important;
  box-shadow: 0 4px 12px rgba(34, 146, 232, 0.35);
  transform: translateY(-2px);
}
.header .top .nav li a.btn.btn-primary {
  background: #2292E8;
  color: #FFFFFF !important;
  font-weight: 500;
}
.header .top .nav li a.btn.btn-primary:hover {
  background: #1a7bc4;
}
.header .top .nav li a.btn.btn-secondary {
  background: #FFFFFF;
  color: #2292E8 !important;
  font-weight: 500;
}
.header .top .nav li a.btn.btn-secondary:hover {
  background: #f0f8ff;
}
.header .top .nav li a.btn.btn-service {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #FFFFFF !important;
  font-weight: 500;
}
.header .top .nav li a.btn.btn-service:hover {
  background: linear-gradient(135deg, #5568d3 0%, #6a3f8f 100%);
}
.a_header {
  width: 100%;
  max-width: 1920px;
  height: 105px;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1000;
}
.a_header .top {
  width: 1300px;
  height: 105px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.a_header .top .nav {
  width: auto;
  min-width: 1200px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.a_header .top .nav li {
  width: 100px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color: #2292E8;
  opacity: 1;
  flex-shrink: 0;
}
.a_header .top .nav li:nth-last-child(3),
.a_header .top .nav li:nth-last-child(2),
.a_header .top .nav li:nth-last-child(1) {
  margin-left: 20px;
  width: auto;
}
.a_header .top .nav li a {
  line-height: 30px;
  color: #666 !important;
}
.a_header .top .nav li a.witer {
  color: #fff !important;
}
.a_header .top .nav li a.btn {
  width: 100px;
  height: 30px;
  background: #2292E8;
  border-radius: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  text-align: center;
  line-height: 30px;
  color: #fff !important;
  opacity: 1;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  box-shadow: 0 2px 6px rgba(34, 146, 232, 0.2);
  transition: all 0.3s ease;
  font-weight: 500;
}
.a_header .top .nav li a.btn:hover {
  box-shadow: 0 4px 12px rgba(34, 146, 232, 0.35);
  transform: translateY(-2px);
}
.a_header .top .nav li a.btn.btn-primary {
  background: #2292E8;
  color: #FFFFFF !important;
}
.a_header .top .nav li a.btn.btn-primary:hover {
  background: #1a7bc4;
}
.a_header .top .nav li a.btn.btn-secondary {
  background: #FFFFFF;
  color: #2292E8 !important;
}
.a_header .top .nav li a.btn.btn-secondary:hover {
  background: #f0f8ff;
}
.a_header .top .nav li a.btn.btn-service {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #FFFFFF !important;
}
.a_header .top .nav li a.btn.btn-service:hover {
  background: linear-gradient(135deg, #5568d3 0%, #6a3f8f 100%);
}
.a_header .top .nav li a.active {
  color: #2292E8 !important;
}
.a_header .top .a_logo {
  width: 110px;
  height: 34px;
}
.a_header .top .a_logo img {
  width: 110px;
  height: 34px;
}
.container {
  width: 100%;
  height: auto;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.container .desc {
  width: 1000px;
  height: auto;
  overflow-y: auto;
  overflow-x: auto;
  margin-top: 100px;
}
.container .desc p {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  color: #666666;
  opacity: 1;
}
.container .desc p:nth-child(1) {
  position: relative;
  width: 100%;
  height: 72px;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #666666;
  opacity: 1;
  margin-bottom: 30px;
}
.container .desc p:nth-child(1) span {
  width: 100%;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 300;
  line-height: 26px;
  color: #2292E8;
  opacity: 1;
}
.container .desc p:nth-child(1) ::before {
  content: '';
  position: absolute;
  width: 62px;
  height: 3px;
  background: #2292E8;
  opacity: 1;
  bottom: 0;
  left: 0;
}
.container .i_pic_box {
  width: 1000px;
  height: 490px;
  margin-top: 30px;
  position: relative;
}
.container .i_pic_box .img1 {
  width: 592px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-10%, -50%);
}
.container .i_pic_box .img2 {
  width: 220px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.container .i_pic_box .t1 {
  width: 592px;
  height: 27px;
  font-size: 24px;
  font-family: FZLanTingHei-DB-GBK;
  font-weight: bold;
  line-height: 26px;
  color: #666666;
  opacity: 1;
  text-align: center;
  position: absolute;
  bottom: 0%;
  left: 0;
  transform: translate(-10%, 30px);
}
.container .i_pic_box .t2 {
  width: 322px;
  height: 27px;
  font-size: 24px;
  font-family: FZLanTingHei-DB-GBK;
  font-weight: bold;
  line-height: 26px;
  color: #666666;
  opacity: 1;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0%, 30px);
}
.p_banner {
  width: 100%;
  max-width: 1920px;
  height: 200px;
  max-height: 200px;
  position: relative;
  margin: 0 auto;
}
.p_banner img {
  width: 100%;
  height: 100%;
}
.p_banner .zs {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 60px;
  transform: translate(-400px, -50%);
  background: #FFFFFF;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
  color: #666666;
  opacity: 1;
  text-align: center;
}
.p_banner .jg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 60px;
  transform: translate(100px, -50%);
  border-radius: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
  color: #FFFFFF;
  opacity: 1;
  text-align: center;
  background: #2292E8;
}
.p_price {
  width: 100%;
  height: 490px;
  background: #F5F5F5;
  margin: 0 auto;
}
.p_price .imgbox {
  width: 1020px;
  height: 490px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
}
.p_price .imgbox img {
  width: 326px;
  height: 380px;
}
.p_content {
  width: 100%;
  height: 1756.07px;
  overflow: hidden;
  position: relative;
  background: #F5F5F5;
}
.p_content .bg {
  width: 1920px;
  height: 2968px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -600px);
  z-index: 20;
}
.p_content .table {
  width: 1165.75px;
  height: 1616.07px;
  position: absolute;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
}
.pshow_content {
  width: 100%;
  height: auto;
}
.pshow_content .pcontent_item {
  width: 1200px;
  height: 750px;
  position: relative;
  margin: 0 auto;
}
.pshow_content .pcontent_item .mian_img_1 {
  width: 466px;
  height: 278px;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pshow_content .pcontent_item .mian_img_2 {
  width: 284px;
  height: 553px;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pshow_content .pcontent_item .mian_text_box {
  width: 466px;
  height: auto;
  position: absolute;
  left: 75%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
}
.pshow_content .pcontent_item .mian_text_box p {
  width: 400px;
  height: 35px;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  color: #666666;
  opacity: 1;
  text-align: left;
}
.pshow_content .pcontent_item .mian_text_box .div_item {
  margin-top: 45px;
  width: 400px;
  height: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 46px;
  color: #666666;
  opacity: 1;
}
.pshow_content .pcontent_item .mian_text_box .div_item span {
  width: 50%;
  float: left;
  height: 46px;
  line-height: 46px;
  display: block;
  position: relative;
  padding-left: 20px;
}
.pshow_content .pcontent_item .mian_text_box .div_item span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: " ";
  width: 9px;
  height: 9px;
  background: #666666;
  border-radius: 50%;
  opacity: 1;
  display: block;
  z-index: 100;
}
.pshow_content .pcontent_item .mian_text_box .desc {
  width: 440px;
  height: 66px;
  font-size: 20px;
  margin-top: 45px;
  font-weight: 400;
  line-height: 40px;
  color: #666666;
  opacity: 1;
}
.shwobg {
  background-image: url(../images/pshow_2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 1920px;
}
.c_content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.c_content .c_banner {
  margin-top: 15px;
  width: 1200px;
  height: 540px;
}
.c_content .desc {
  width: 96%;
  height: auto;
  overflow-y: auto;
  overflow-x: auto;
  margin-top: 70px;
  margin-bottom: 53px;
}
.c_content .desc p {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 40px;
  color: #666666;
  opacity: 1;
}
.c_content .desc p:nth-child(1) {
  position: relative;
  width: 100%;
  height: 80px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #666666;
  opacity: 1;
  margin-bottom: 30px;
}
.c_content .desc p:nth-child(1) span {
  width: 100%;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 300;
  line-height: 30px;
  color: #2292E8;
  opacity: 1;
}
.c_content .desc p:nth-child(1) ::before {
  content: '';
  position: absolute;
  width: 62px;
  height: 3px;
  background: #2292E8;
  opacity: 1;
  bottom: 0;
  left: 0;
}
.c_content .c_tell {
  width: 96%;
  height: 217px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 53px;
}
.c_content .c_tell .ct_right {
  width: 370px;
  height: 217px;
}
.c_content .c_tell .ct_right img {
  width: 100%;
  height: 100%;
}
.c_content .c_tell .ct_left {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.c_content .c_tell .ct_left .citem_bottom {
  width: 100%;
  height: 31px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 26px;
  color: #666666;
  opacity: 1;
}
.c_content .c_tell .ct_left .citem_top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.c_content .c_tell .ct_left .citem_top .tel {
  width: 76.58px;
  height: 76.58px;
}
.c_content .c_tell .ct_left .citem_top .lxdh {
  width: 66px;
  height: 88px;
  font-size: 33px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 42px;
  color: #2292E8;
  opacity: 1;
  margin-right: 14px;
}
.c_content .c_tell .ct_left .citem_top .phone {
  width: 465px;
  height: 81px;
  background: #2292E8;
  opacity: 1;
  font-size: 43px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 81px;
  color: #FFFFFF;
  text-align: center;
}
.case {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.case .c_h3 {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 50px;
}
.case .c_h3::before {
  width: 62px;
  height: 3px;
  background: #2292E8;
  opacity: 1;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.case .c_h3 p {
  text-align: center;
  width: 100%;
  height: 27px;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  color: #666666;
  opacity: 1;
}
.case .c_h3 p:nth-child(1) {
  font-weight: bold;
}
.case .c_h3 p:nth-child(2) {
  width: 100%;
  height: 22px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 300;
  line-height: 26px;
  color: #2292E8;
  opacity: 1;
}
.case .video {
  width: 1200px;
  height: 850px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-items: center;
  align-items: center;
  text-align: center;
}
.case .video .video_box {
  width: 1200px;
  height: 669px;
  background: #E6E6E6;
  border: 1px solid #D9D9D9;
  opacity: 1;
}
.case .video .video_box video {
  object-fit: fill;
  margin-top: 20px;
  width: 1120px;
  height: 630px;
}
.case .tables {
  width: 100%;
  height: 1120px;
  display: flex;
  margin-top: 80px;
  background: #2292E8;
  flex-direction: column;
  justify-content: flex-start;
  justify-items: center;
  align-items: center;
  text-align: center;
}
.case .tables .c_h3::before {
  background: #fff;
}
.case .tables .c_h3 p {
  color: #fff;
  opacity: 1;
}
.case .tables .c_h3 p:nth-child(2) {
  color: #fff;
}
.case .tables .tables_box {
  width: 1200px;
  height: auto;
}
.case .hzcase {
  width: 1020px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-items: center;
  align-items: center;
}
.case .hzcase .swiper-container {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.case .hzcase .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-items: center;
  align-items: center;
}
.case .hzcase .swiper-slide img {
  width: 241px;
  height: 190px;
  margin-bottom: 20px;
}
.case .more {
  width: 1020px;
  height: 80px;
  background: #F2F2F2;
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 80px;
  color: #666666;
  opacity: 1;
  margin-top: 50px;
  margin-bottom: 47px;
  text-align: center;
}
.zsjm {
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
}
.zsjm .zsjm_banner {
  width: 100%;
  height: auto;
}
.zsjm .zsjm_banner img {
  width: 100%;
  height: auto;
}
.zsjm .tag_box {
  width: 1200px;
  height: 850px;
  position: relative;
  margin-top: 65px;
}
.zsjm .tag_box img {
  position: absolute;
}
.zsjm .tag_box img:nth-child(1) {
  width: 365px;
  height: 440px;
  left: 0;
  top: 50%;
  transform: translate(-70%, -60%);
}
.zsjm .tag_box img:nth-child(2) {
  width: 440px;
  height: 532px;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
.zsjm .tag_box img:nth-child(3) {
  width: 334px;
  height: 334px;
  left: 70%;
  top: 0;
  transform: translate(-60%, 0);
}
.zsjm .tag_box img:nth-child(4) {
  width: 288px;
  height: 288px;
  left: 0;
  bottom: 0;
  transform: translate(0, 0);
}
.zsjm .tag_box img:nth-child(5) {
  width: 404px;
  height: auto;
  left: 100px;
  top: 0;
  transform: translate(0, 0);
}
.zsjm .tag_box img:nth-child(6) {
  width: 160px;
  height: auto;
  right: 0;
  top: 0;
  transform: translate(0, 0);
}
.zsjm .tag_box img:nth-child(7) {
  width: 840px;
  height: auto;
  right: 0;
  bottom: 80px;
  transform: translate(0, 0);
}
.zsjm .tag_box .info_1 {
  position: absolute;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  opacity: 1;
  display: block;
  width: 422px;
  height: 181px;
  left: 0;
  top: 140px;
  transform: translate(0, 0);
}
.zsjm .tag_box .info_2 {
  position: absolute;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  opacity: 1;
  display: block;
  width: 422px;
  height: 147px;
  left: 0;
  top: 400px;
  transform: translate(0, 0);
}
.zsjm .tag_box .info_3 {
  position: absolute;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  opacity: 1;
  display: block;
  width: 422px;
  height: 178px;
  left: 50%;
  top: 370px;
  transform: translate(0, 0);
}
.zsjm .liangdian {
  width: 100%;
  max-width: 1920;
  height: 750px;
  background: url(../images/zsjm_1.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-items: center;
  align-items: center;
}
.zsjm .liangdian .title {
  text-align: center;
  width: 412px;
  height: 106px;
  font-size: 24px;
  font-family: FZLanTingHei-DB-GBK;
  font-weight: bold;
  line-height: 106px;
  color: #F91F28;
  opacity: 1;
  margin-top: 55px;
  background: url(../images/zsjm_22.png) no-repeat center;
  background-size: cover;
}
.zsjm .liangdian .t_box {
  width: 1201px;
  height: 468px;
  margin-top: 42px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(249, 31, 40, 0.78);
  opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}
.zsjm .liangdian .t_box p {
  width: 40%;
  height: 140px;
  background: #FFFFFF;
  position: relative;
}
.zsjm .liangdian .t_box p img {
  width: 140px;
  height: 140px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.zsjm .liangdian .t_box p span {
  width: 80%;
  height: 78px;
  position: absolute;
  top: 50%;
  left: 170px;
  transform: translate(0, -50%);
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 34px;
  color: #666666;
  opacity: 1;
}
.zsjm .map {
  width: 1200px;
  height: 910px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-items: center;
  align-items: center;
  margin-top: 115px;
  position: relative;
}
.zsjm .map .title {
  width: 216px;
  height: 27px;
  font-size: 24px;
  font-family: FZLanTingHei-DB-GBK;
  font-weight: bold;
  line-height: 26px;
  color: #F91F28;
  opacity: 1;
  text-align: center;
}
.zsjm .map .title span {
  width: 192px;
  height: 31px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 48px;
  color: #666666;
  opacity: 1;
}
.zsjm .map .map_img {
  position: absolute;
  top: 160px;
  right: 30px;
  width: 871px;
  height: 639px;
}
.zsjm .map .desc {
  width: 400px;
  height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 34px;
  color: #666666;
  opacity: 1;
  position: absolute;
  top: 130px;
  left: 30px;
}
.zsjm .map .tag_box {
  width: 220px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  justify-items: center;
  align-items: center;
  position: absolute;
  top: 230px;
  left: 30px;
}
.zsjm .map .tag_box div {
  width: 100%;
  height: 100px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 40px;
  color: #666666;
  opacity: 1;
}
.zsjm .map .tag_box div span {
  font-size: 60px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 60px;
  color: #F91F28;
  opacity: 1;
}
.zsjm .pai {
  width: 1200px;
  height: 560px;
  position: relative;
}
.zsjm .pai .img_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}
.zsjm .pai .img_box img {
  width: 520px;
  height: 186px;
}
.zsjm .pai .lin {
  width: 1134px;
  height: 6px;
  background: #E6E6E6;
  opacity: 1;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zsjm .pai .radius_box {
  width: 1134px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  z-index: 100;
}
.zsjm .pai .radius_box span {
  width: 20px;
  height: 20px;
  background: #F91F28;
  border: 2px solid #FFFFFF;
  opacity: 1;
  border-radius: 50%;
  display: block;
}
.zsjm .pai .column_lin {
  width: 1134px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  z-index: 90;
}
.zsjm .pai .column_lin span {
  width: 0px;
  height: 79px;
  border: 1px solid #CCCCCC;
}
.zsjm .pai .column_lin span:nth-child(2),
.zsjm .pai .column_lin span:nth-child(3) {
  transform: translateY(83px);
}
.zsjm .zhichi {
  margin-top: 100px;
  width: 100%;
  height: 840px;
  background: #F5F5F5;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-items: center;
  align-items: center;
}
.zsjm .zhichi .title {
  margin-top: 100px;
  width: 306px;
  height: 70px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 36px;
  color: #666666;
  text-align: center;
  opacity: 1;
}
.zsjm .zhichi .item_box {
  margin-top: 70px;
  width: 1200px;
  height: 550px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}
.zsjm .zhichi .item_box div {
  width: 320px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  justify-items: center;
  align-items: center;
}
.zsjm .zhichi .item_box div img {
  width: 140px;
  height: 140px;
}
.zsjm .zhichi .item_box div span {
  text-align: center;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 34px;
  color: #666666;
}
.zsjm .liucheng {
  width: 100%;
  height: 550px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-items: center;
  align-items: center;
}
.zsjm .liucheng .title {
  margin-top: 100px;
  width: 306px;
  height: 70px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 36px;
  color: #666666;
  text-align: center;
  opacity: 1;
}
.zsjm .liucheng .item_box {
  margin-top: 70px;
  width: 1200px;
  height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}
.zsjm .liucheng .item_box div {
  width: 30%;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  justify-items: center;
  align-items: center;
  position: relative;
}
.zsjm .liucheng .item_box div img {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 20px;
  left: 0;
}
.zsjm .liucheng .item_box div p {
  position: absolute;
  top: 0;
  left: 75px;
  height: 26px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 26px;
  color: #F91F28;
  opacity: 1;
}
.zsjm .liucheng .item_box div span {
  position: absolute;
  bottom: 0;
  left: 75px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
}
.zsjm .from_box {
  margin-top: 100px;
  width: 100%;
  height: 950px;
  background: #F5F5F5;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-items: center;
  align-items: center;
}
.zsjm .from_box .title {
  margin-top: 70px;
  width: 373px;
  height: 59px;
  font-size: 42px;
  font-weight: bold;
  line-height: 26px;
  color: #F91F28;
  letter-spacing: 10px;
  text-align: center;
  opacity: 1;
}
.zsjm .from_box .ipt_box {
  margin-top: 50px;
  width: 1200px;
  height: 650px;
}
.zsjm .from_box .ipt_box form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
}
.zsjm .from_box .ipt_box form div {
  width: 820px;
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
  opacity: 1;
  text-align: center;
}
.zsjm .from_box .ipt_box form div input {
  width: 710px;
  height: 70px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  opacity: 1;
  text-indent: 20px;
}
.zsjm .from_box .ipt_box form div textarea {
  width: 710px;
  height: 220px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  opacity: 1;
  vertical-align: top;
  text-indent: 20px;
}
.zsjm .from_box .ipt_box form div button {
  width: 610px;
  height: 80px;
  background: url(../images/zsjm_3.png) no-repeat center;
  background-size: cover;
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 1;
  border: none;
  transform: translateX(10%);
  margin-top: 50px;
}
.youshi_box {
  margin: 0 auto;
  width: 100%;
  height: 750px;
  max-width: 1920px;
  margin-top: 110px;
  background-image: url(../images/index_20.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-items: center;
  align-items: center;
}
.youshi_box .htitle {
  text-align: center;
  width: 220px;
  font-size: 30px;
  font-family: FZLanTingHei-DB-GBK;
  font-weight: bold;
  line-height: 35px;
  color: #FFFFFF;
  opacity: 1;
  margin: 0 auto;
  position: relative;
  padding-top: 65px;
}
.youshi_box .htitle span {
  width: 220px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 300;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 1;
}
.youshi_box .htitle ::before {
  content: '';
  position: absolute;
  width: 62px;
  height: 3px;
  background: #FFFFFF;
  opacity: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 300%);
}
.youshi_box .img_box {
  width: 1000px;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  justify-items: center;
  align-items: center;
  margin-top: 50px;
}
.youshi_box .img_box img {
  margin: 25px;
  width: 210px;
}
.hezuo {
  width: 100%;
  height: 585px;
  background: #F5F5F5;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.hezuo .htitle {
  text-align: center;
  width: 220px;
  font-size: 30px;
  font-family: FZLanTingHei-DB-GBK;
  font-weight: 400;
  line-height: 35px;
  color: #666666;
  opacity: 1;
  margin: 0 auto;
  position: relative;
  padding-top: 45px;
}
.hezuo .htitle span {
  width: 220px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 300;
  line-height: 26px;
  color: #2292E8;
  opacity: 1;
}
.hezuo .htitle ::before {
  content: '';
  position: absolute;
  width: 62px;
  height: 3px;
  background: #2292E8;
  opacity: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 300%);
}
.hezuo .swiper-container {
  width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}
.hezuo .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-items: center;
  margin-top: 38px;
  width: 1000px;
}
.hezuo .swiper-slide a {
  width: 238px;
  height: 136px;
}
.hezuo .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.footer {
  width: 100%;
  height: 323px;
  background: #1A1A1A;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #818181;
  opacity: 1;
  padding-top: 75px;
  display: flex;
  flex-direction: row;
}
.footer .footer_left {
  width: 50%;
  height: 191px;
  position: relative;
  transform: translateX(-100px);
}
.footer .footer_left img {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .footer_left p {
  width: 382px;
  height: 91px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 28px;
  color: #818181;
  opacity: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  transform: translateY(-20px);
}
.footer .footer_left ::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(80px, -65%);
  width: 0px;
  height: 192px;
  border: 1px solid #818181;
  opacity: 1;
  content: '';
}
.footer .footer_right {
  width: 50%;
  height: 100%;
  position: relative;
}
.footer .footer_right ul {
  width: 550px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer .footer_right ul li {
  width: 120px;
  height: 14px;
  text-align: center;
}
.footer .footer_right ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 14px;
  color: #818181;
  opacity: 1;
  border-left: 1px solid #818181;
}
.footer .footer_right ul li:nth-child(1) {
  flex: 1;
}
.footer .footer_right ul li:nth-child(1) a {
  border-left: none;
}
.footer .footer_right .hbs {
  position: absolute;
  width: 197px;
  height: 31px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 31px;
  color: #818181;
  opacity: 1;
  top: 80px;
  left: 100px;
}
.footer .footer_right .tell {
  position: absolute;
  width: 198px;
  height: 38px;
  border: 1px solid #707070;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 38px;
  color: #818181;
  text-align: center;
  opacity: 1;
  top: 139px;
  left: 100px;
}
.footer .footer_right .codeimg {
  text-align: center;
  width: 82px;
  height: 110px;
  position: absolute;
  top: 82px;
  left: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.footer .footer_right .codeimg img {
  width: 82px;
  height: 82px;
  vertical-align: bottom;
}
.footer .footer_right .codeimg span {
  margin-top: 10px;
  width: 90px;
  height: 14px;
  font-size: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 12px;
  color: #B0B0B0;
  opacity: 1;
  text-align: center;
}
.bottom {
  width: 100%;
  height: 90px;
  background: #000000;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #818181;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.bottom p {
  width: 1000px;
  text-align: center;
  color: #818181;
}
.bottom p:nth-child(1) span:nth-child(1) {
  margin-right: 50px;
}
/*悬浮链接*/
.suspension {
  position: fixed;
  z-index: 55;
  right: 0;
  bottom: 200px;
  width: 70px;
  height: 240px;
}
.suspension .a {
  display: block;
  width: 64px;
  height: 64px;
  background-color: #fff;
  margin-bottom: 4px;
  cursor: pointer;
  outline: none;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 105px;
  color: #666666;
  border: solid 1px #ccc;
  text-align: center;
  opacity: 1;
  overflow: hidden;
}
.suspension .a.active,
.suspension .a:hover {
  background: #d8edff;
  color: #2292E8;
}
.suspension .a-service {
  background-image: url(../images/btn_1.png);
  background-size: 25px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.suspension .a-service:hover {
  background-image: url(../images/btn_1_on.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 20px;
}
.suspension .a-hezuo {
  background-image: url(../images/btn_2.png);
  background-size: 23px 22px;
  background-repeat: no-repeat;
  background-position: center;
}
.suspension .a-hezuo:hover {
  background-image: url(../images/btn_2_on.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 22px;
}
.suspension .a-qrcode {
  background-image: url(../images/btn_3.png);
  background-size: 23px 22px;
  background-repeat: no-repeat;
  background-position: center;
}
.suspension .a-qrcode:hover {
  background-image: url(../images/btn_3_on.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 22px;
}
.suspension .a-phone {
  background-image: url(../images/btn_4.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.suspension .a-phone:hover {
  background-image: url(../images/btn_4_on.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.suspension .a-top {
  background-image: url(../images/btn_5.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.suspension .a-top:hover {
  background-image: url(../images/btn_5_on.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.suspension .d {
  display: none;
  position: absolute;
  right: 70px;
}
.suspension .d-service {
  top: -310px;
  width: 374px;
  height: 468px;
  background: none;
  background-image: url(../images/btn_1bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.suspension .d-service .inner-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-items: flex-start;
  align-items: flex-start;
}
.suspension .d-service .inner-box .tao_box {
  width: 360px;
  height: 283px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  justify-items: center;
  align-items: center;
}
.suspension .d-service .inner-box .tao_box img {
  width: 304px;
  height: 66px;
}
.suspension .d-service .inner-box .title {
  width: 360px;
  height: 108px;
  font-size: 20px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 108px;
  color: #FFFFFF;
  letter-spacing: 30px;
  opacity: 1;
  background: url(../images/box_1_1.png) no-repeat center;
  background-size: cover;
}
.suspension .d-service .inner-box .inner_btn {
  width: 300px;
  height: 89px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 89px;
  color: #2292E8;
  letter-spacing: 10px;
  opacity: 1;
  background: url(../images/box_1_2.png) no-repeat center;
  background-size: 110%;
}
.suspension .d-hezuo {
  top: -190px;
  width: 331px;
  height: 348px;
  background: none;
  background-image: url(../images/box_2_7.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.suspension .d-hezuo .inner-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  float: left;
}
.suspension .d-hezuo .inner-box .title {
  width: 320px;
  height: 96px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  line-height: 96px;
  color: #FFFFFF;
  letter-spacing: 10px;
  text-align: center;
  opacity: 1;
  background: url(../images/box_2_5.png) no-repeat center;
  background-size: cover;
}
.suspension .d-hezuo .inner-box .tao_box {
  width: 277px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  justify-items: center;
  align-items: center;
}
.suspension .d-hezuo .inner-box .tao_box form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  justify-items: center;
  align-items: center;
  margin-left: 40px;
}
.suspension .d-hezuo .inner-box .tao_box form div {
  width: 277px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  opacity: 1;
  border-radius: 4px;
  position: relative;
}
.suspension .d-hezuo .inner-box .tao_box form div img {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: auto;
  transform: translateY(-50%);
}
.suspension .d-hezuo .inner-box .tao_box form div input {
  height: 100%;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 30px;
  border: none;
  transform: translateY(-50%);
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 100%;
  color: #666666;
  text-indent: 20px;
}
.suspension .d-hezuo .inner-box .tao_box form div:last-child {
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
}
.suspension .d-hezuo .inner-box .tao_box form div:last-child button {
  border: none;
  width: 130px;
  height: 44px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 44px;
  color: #FFFFFF;
  opacity: 1;
  text-align: center;
}
.suspension .d-hezuo .inner-box .tao_box form div:last-child button:nth-child(1) {
  background: url(../images/box_2_1.png) no-repeat center;
  background-size: cover;
}
.suspension .d-hezuo .inner-box .tao_box form div:last-child button:nth-child(2) {
  background: url(../images/box_2_2.png) no-repeat center;
  background-size: cover;
}
.suspension .d-qrcode {
  top: 0;
  width: 215px;
  height: 220px;
  background: none;
  background-image: url(../images/btn_1bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
  opacity: 1;
}
.suspension .d-qrcode img {
  width: 139px;
  height: 139px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.suspension .d-phone {
  top: 70px;
  width: 250px;
  height: 193px;
  background: none;
  background-image: url(../images/btn_1bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  justify-items: center;
  align-items: center;
  display: none;
}
.suspension .d-phone div {
  width: 219px;
  height: 80px;
}
.suspension .d-phone div:nth-child(1) {
  position: relative;
  border-bottom: 2px solid #E6E6E6;
}
.suspension .d-phone div:nth-child(1) img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
}
.suspension .d-phone div:nth-child(1) p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 24px;
  color: #2292E8;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 70px;
  width: 150px;
  height: 44px;
  transform: translateY(-50%);
}
.suspension .d-phone div:nth-child(1) p span {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 14px;
  color: #666666;
  opacity: 1;
}
.suspension .d-phone div:nth-child(2) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-items: center;
}
.suspension .d-phone div:nth-child(2) span {
  position: relative;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 40px;
  color: #666666;
  text-indent: 28px;
}
.suspension .d-phone div:nth-child(2) span img {
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.suspension-box {
  position: relative;
  float: right;
}
@media (max-width: 1199px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}
@media (min-width: 1520px) {
  .container {
    width: 1430px;
    padding: 0 15px;
  }
}
