@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "FZLanTingHei";
  src: url('../fonts/FZLTHJW--GB1-0.eot');
  src: url('../fonts/FZLTHJW--GB1-0.woff2') format('woff2'), url('../fonts/FZLTHJW--GB1-0.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FZLanTingHeicti";
  src: url('../fonts/FZLTCHJW--GB1-0.eot');
  src: url('../fonts/FZLTCHJW--GB1-0.woff2') format('woff2'), url('../fonts/FZLTCHJW--GB1-0.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'FZLanTingHei' !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.w100 {
  width: 100% !important;
}
.w100 img {
  width: 100%;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.zhong {
  justify-content: center;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.wrap {
  flex-wrap: wrap;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.bgr {
  background: #e21e32;
}
.red {
  color: #e21e32;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.cus {
  cursor: pointer;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.hidden {
  overflow: hidden;
}
.wrap_box {
  font-size: 18px;
  line-height: 1.7;
  color: #222;
}
.content {
  width: 85.67708333%;
  margin: 0 auto;
}
.main {
  width: 67.70833333%;
  margin: 0 auto;
}
.phone {
  display: none !important;
}
/*header*/
.header {
  width: 100%;
  position: fixed;
  background: #fff;
  top:0;
  left:0;
  height: 93px;
  justify-content: flex-end;
  z-index: 999999;
  border-bottom: solid 1px #eee;
  
}
.logo {
  width: 13.02083333%;
  margin-left: 7%;
}
.nav {
  width: 42.1875%;
  margin-left: 5.4%;
  margin-right: 2%;
}
.nav > li {
  width: 16.66666667%;
  line-height: 93px;
}
.nav > li > a {
  display: block;
  text-align: center;
  color: #222;
}
.nav > li.active {
  color: #e21e32;
}
.nav > li:hover .nav_bg {
  display: block;
}
.nav:after {
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  background: #dfdfdf;
  display: block;
  content: "";
}
.nav_bg {
  left: 0;
  right: 0;
  top: 93px;
  background: #eaeaea;
  z-index: 20;
  height: 350px;
  display: none;
}
.nav_bg .main {
  padding-top: 98px;
  padding-left: 6.5%;
}
.nav_bg .main::before {
  width: 1px;
  height: 100%;
  background: #d5d5d5;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 9.5%;
}
.sub_nav_tit {
  width: 17.3553719%;
  border-left: solid 2px #e00500;
  height: 60px;
  padding-left: 2%;
}
.sub_nav_tit h3 {
  color: #e00500;
  font-size: 28px;
  line-height: 1.2;
}
.sub_nav_tit p {
  color: #999;
  font-size: 16px;
  line-height: 1.75;
}
.sub_nav_list {
  width: 81.81818182%;
}
.sub_nav_list a {
  width: 20.2020202%;
  display: inline-block;
  border-top: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
  background: url(../images/nar1.png) no-repeat right center;
  margin-right: 5.8%;
  margin-bottom: 48px;
  line-height: 42px;
  color: #3f3f45;
}
.sub_nav_list a:nth-child(4n+4) {
  margin-right: 0;
}
.sub_nav_list a:hover {
  border-top: solid 1px #e21e32;
  border-bottom: solid 1px #e21e32;
  background: url(../images/nar2.png) no-repeat right center;
}
.zixun_bg {
  background: #ededed;
  padding-bottom: 20px;
  width: 100%;
  left: 0;
  top: 93px;
  height: 555px;
  z-index: 99;
  display: none;
}
.zixun_form {
  width: 48.46153846%;
  margin-left: 15.6%;
  padding: 55px 0 0;
}
.zixun_form_tips {
  color: #222;
  font-size: 14px;
}
.zixun_tit {
  font-family: "FZLanTingHeicti";
  font-size: 26px;
}
.zixun_txt {
  width: 48.57142857%;
  background: #ede7e2;
  border: solid 1px #e21e32;
  height: 42px;
  border-radius: 3px;
  margin: 13px 0 0;
  padding: 0 10px;
  font: inherit;
  font-size: 16px;
}
.zixun_txt1 {
  height: 130px;
  padding: 8px 10px;
  display: block;
}
.zixun_ok {
  width: 176px;
  height: 48px;
  border-radius: 3px;
  color: #fff;
  line-height: 48px;
  background: #e21e32;
  font-size: 20px;
  margin: 30px 0 0;
  border: none;
}
.contact {
  width: 27.69230769%;
  background: #fff;
  margin-right: 3.3%;
  padding: 55px 2% 0;
  height: 530px;
}
.contact_tel {
  padding: 20px 0 25px;
}
.contact_tel h3 {
  font-size: 28px;
  font-family: Arial;
  color: #e21e32;
  line-height: 1;
}
.address {
  font-size: 16px;
}
.close {
  top: 10px;
  right: 5%;
}
.search {
  margin: 0 2%;
}
.search_bg {
  width: 100%;
  left: 0;
  z-index: 99;
  top: 93px;
  background: #ededed;
  height: 220px;
  display: none;
}
.search_con {
  width: 80.76923077%;
  margin-right: 3.3%;
  padding: 90px 0 0;
}
.search_txt {
  width: 63.80952381%;
  height: 66px;
  margin: 0;
}
.search_select {
  width: 23.04761905%;
  height: 66px;
  margin: 0;
}
.search_select option {
  background: #fff;
}
.search_btn {
  width: 11.42857143%;
  background: #ed1b2f;
  border-radius: 3px;
  height: 66px;
  color: #fff;
  font-size: 22px;
  border: none;
}
.tel {
  width: 18.4375%;
  font-size: 32px;
  font-family: Arial;
  color: #fff;
  height: 93px;
  line-height: 93px;
}
.tel img {
  margin-right: 10px;
}
/* banner */
.banner .swiper-pagination-bullet {
  width: 38px;
  height: 8px;
  background: #fff;
  opacity: 1;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
  background: #e21e32;
}
.banner img{
  width: 100%;
}
.m_banner img{
  width: 100%;
}
.pro_bg {
  padding: 4% 0;
  background: #eeeeee;
}
.tit h3 {
  font-size: 48px;
  font-family: "FZLanTingHeicti";
}
.tit a {
  font-size: 30px;
}
.tit p {
  font-size: 30px;
}
.pro_type {
  margin: 3% 0 5%;
}
.pro_type span,
.pro_type em {
  width: 158px;
  height: 46px;
  border-radius: 6px;
  background: #6c6c6c;
  color: #fff;
  display: inline-block;
  line-height: 46px;
  margin: 0 5px;
  cursor: pointer;
}
.pro_type span.current,
.pro_type em.current {
  background: #e21e32;
}
.pro_type span:hover,
.pro_type em:hover {
  background: #e21e32;
}
.pro li {
  text-align: center;
}
.pro li h3 {
  font-size: 26px;
  margin: 8% 0 0;
}
.pro li p {
  font-size: 22px;
}
.pro li a {
  width: 90px;
  background: #c1c1c1;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 2;
  margin: 3% auto 0;
}
.pro li:hover a {
  background: #e21e32;
}
.pro_pic img {
  width: 100%;
}
.swiper_btn {
  margin: 3% 0 0;
  justify-content: center;
}
.swiper_btn .swiper-button-next,
.swiper_btn .swiper-button-prev {
  width: 26px;
  height: 26px;
  margin-top: 0;
}
.swiper_btn .swiper-button-next {
  background: url(../images/nar4.png) no-repeat;
}
.swiper_btn .swiper-button-prev {
  background: url(../images/nar3.png) no-repeat;
}
.swiper_btn .swiper-pagination {
  margin: 0 40px;
}
.swiper_btn .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #b9b9b9;
  margin: 0 7px;
}
.swiper_btn .swiper-pagination-bullet-active {
  background: #e21e32;
}
.swiper_btn .swiper-button-next,
.swiper_btn .swiper-button-prev,
.swiper_btn .swiper-pagination {
  position: static;
  display: inline-block;
}
.pro {
  display: none;
}
.pro:first-of-type {
  display: block;
}
.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
}
.choose_pop {
  width: 800px;
  height: 567px;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 101;
  padding: 2% 5% 3%;
  display: none;
}
.choose_tit {
  border-bottom: solid 1px #999999;
  font-size: 26px;
  line-height: 4.2;
}
.choose_close {
  color: #9a9a9a;
  font-size: 40px;
  right: 5%;
  top: 2%;
  cursor: pointer;
}
.choose_con {
  width: 420px;
  margin: 7% auto 0;
}
.choose_list {
  margin-bottom: 7%;
}
.choose_list select {
  width: 300px;
  height: 42px;
  border: solid 1px #686767;
  border-radius: 3px;
  padding: 0 20px;
  font-size: 16px;
}
.choose_list_tit {
  font-size: 20px;
}
.choose_btn {
  width: 300px;
  height: 52px;
  border-radius: 3px;
  color: #fff;
  background: #e21e32;
  line-height: 52px;
  cursor: pointer;
}
.about_bg {
  background: url(../images/about_bg.jpg) no-repeat center bottom;
  background-size: 100%;
  padding: 8% 0 7% 0;
}
.about_box {
  padding-left: 4.6%;
}
.about_text {
  width: 46.50455927%;
}
.about_tit p {
  color: #d0d0d0;
  font-size: 46px;
  font-family: Arial;
}
.about_tit h3 {
  font-size: 38px;
  line-height: 1.2;
  font-family: "FZLanTingHeicti";
  padding-bottom: 5%;
}
.about_tit::after {
  width: 51px;
  height: 14px;
  background: #e21e32;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}
.about_txt {
  color: #2e2f33;
  line-height: 2;
  margin: 5% 0 8%;
}
.about_video {
  width: 44.3768997%;
  border-radius: 20px;
  height: 558px;
}
.about_video video {
  width: 100%;
  height: 100%;
}
.about_num {
  width: 69.87179487%;
  background: #e21e32;
  color: #fff;
  padding: 1.5% 0 2%;
}
.about_num li {
  width: 33.33%;
  text-align: center;
  position: relative;
}
.about_num li::after {
  width: 1px;
  height: 60px;
  background: #e77581;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  content: "";
  display: block;
}
.about_num li:last-child::after {
  display: none;
}
.about_num li span {
  font-size: 52px;
  font-family: Arial;
  margin-right: 2%;
}
.about_num li p {
  font-size: 16px;
}
.about_num_dw {
  line-height: 1.2;
  font-size: 13px;
}
.news_box {
  padding: 4% 0 6%;
}
.news {
  margin: 4% 0 0;
}
.new_type_con_box {
  width: 100%;
  height: 522px;
}
.new_type_con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news_con {
  width: 30.39513678%;
}
.news_con .swiper_btn {
  justify-content: flex-start;
  margin: 20% 0 0;
}
.news_type {
  margin: 2% 0 0;
}
.news_type a {
  width: 143px;
  height: 46px;
  border-radius: 6px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  background: #262a2d;
  color: #fff;
  margin-right: 10px;
}
.news_type a.active {
  background: #e21e32;
}
.news_list {
  margin: 12% 0 0;
}
.news_tit {
  color: #2e2e32;
  font-size: 30px;
}
.news_txt {
  color: #67666f;
  font-size: 20px;
  line-height: 1.9;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin: 4% 0 5%;
}
.news_pic {
  width: 63.82978723%;
  height: 522px;
  margin-top: -3%;
}
.news_pic .swiper-container {
  width: calc(768px*3) !important;
  height: 100%!important;
  position: relative;
  margin-left: calc(50% - 768px*3/2);
}
.news_pic .swiper-slide {
  width: 768px !important;
  height: 522px !important;
  position: relative;
}
.news_pic .swiper-slide-active {
  z-index: 1;
}
.news_pic .swiper-slide div {
  width: 662px;
  height: 450px;
  position: absolute;
  top: 40px;
  transition: 0.5s;
}
.news_pic .swiper-slide-prev div {
  left: 80%;
}
.news_pic .swiper-slide-next div {
  right: 80%;
}
.news_pic .swiper-slide-active div {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.news_pic .swiper-slide div img {
  width: 100%;
  height: 100%;
}
.map_bg {
  background: url(../images/map_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 5% 0;
}
.branch-map .map {
  width: 849px;
  height: 100%;
  background: url(../images/bg-map.png) no-repeat center;
  position: relative;
}
.branch-map .map-dot {
  position: absolute;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  /*z-index: 9999;*/
}
.branch-map .map-dot:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  background-color: #e21e32;
  border-radius: 50%;
}
.branch-map .map-dot:hover:after,
.branch-map .map-dot.cur:after {
  width: 10px;
  height: 10px;
}
.branch-map .map-dot.cur:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #e21e32;
  animation: dot 4s infinite;
}
@keyframes dot {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) scale(1.5);
    opacity: 0.1;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
.branch-map .map-dot.beijing:after {
  width: 13px;
  height: 12px;
  border-radius: 0;
  background: url(../images/img-five-star.png) no-repeat center;
}
.branch-map .map-dot.beijing.cur:hover:before,
.branch-map .map-dot.beijing.cur:before {
  display: none;
}
.beijing {
  left: 585px;
  top: 220px;
}
.tianjin {
  left: 604px;
  top: 234px;
}
.heilongjiang {
  left: 676px;
  top: 106px;
}
.jilin {
  left: 696px;
  top: 167px;
}
.liaoning {
  left: 660px;
  top: 196px;
}
.shanxi {
  left: 540px;
  top: 276px;
}
.hebei {
  left: 575px;
  top: 254px;
}
.shandong {
  left: 610px;
  top: 284px;
}
.shanxi1 {
  left: 502px;
  top: 312px;
}
.henan {
  left: 562px;
  top: 316px;
}
.anhui {
  left: 605px;
  top: 334px;
}
.jiangsu {
  left: 646px;
  top: 316px;
}
.sichuan {
  left: 425px;
  top: 354px;
}
.chongqing {
  left: 495px;
  top: 364px;
}
.hubei {
  left: 555px;
  top: 359px;
}
.shanghai {
  left: 668px;
  top: 341px;
}
.zhejiang {
  left: 655px;
  top: 379px;
}
.fujian {
  left: 625px;
  top: 428px;
}
.jiangxi {
  left: 595px;
  top: 402px;
}
.guangdong {
  left: 575px;
  top: 466px;
}
.hunan {
  left: 545px;
  top: 409px;
}
.guangxi {
  left: 506px;
  top: 461px;
}
.guizhou {
  left: 484px;
  top: 424px;
}
.yunnan {
  left: 405px;
  top: 462px;
}
.xijiang {
  left: 200px;
  top: 210px;
}
.qinghai {
  top: 300px;
  left: 330px;
}
.xizang {
  top: 360px;
  left: 260px;
}
.gansu {
  top: 300px;
  left: 440px;
}
.neimenggu {
  top: 230px;
  left: 480px;
}
.branch-map .branch-map-l {
  width: 849px;
  height: 575px;
  position: relative;
  z-index: 99999;
}
.branch-map .branch-map-data {
  position: absolute;
  box-sizing: border-box;
  width: 430px;
  border: 1px solid #e21e32;
  box-shadow: 0 0 2px 2px #e9e9e9;
  background-color: #fff;
  padding: 10px 20px;
  z-index: 10000;
  right: -430px;
  top: -93px;
  text-align: left;
  display: none;
}
.branch-map .branch-map-data:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent #e21e32 transparent transparent;
}
.branch-map .branch-map-data:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent #fff transparent transparent;
}
.branch-map .branch-map-data-title {
  border-bottom: 1px solid #eee;
  color: #222;
  font-family: "FZLanTingHeicti";
  font-size: 18px;
  line-height: 28px;
}
.branch-map .branch-map-data-info {
  max-height: 236px;
  overflow-y: auto;
}
.branch-map .data-branch {
  border-bottom: 1px dashed #eee;
  padding: 6px 0;
  box-sizing: border-box;
}
.branch-map .data-branch:last-child {
  border: none;
}
.branch-map .data-branch p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.branch-map .data-branch .data-name {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.map-dot:hover .branch-map-data {
  display: block;
}
.map_r {
  width: 39.51367781%;
  margin-top: 5%;
}
.map_con {
  margin: 15% 0 0;
}
.map_con h3 {
  font-size: 47px;
}
.map_con p {
  color: #666666;
}
.map_con p span {
  font-size: 28px;
}
.footer_bg {
  background: #2f2f2f;
}
.footer {
  padding: 5% 0;
}
.footer_nav {
  width: 61.39817629%;
  color: #fff;
}
.footer_nav li {
  width: 16.66666667%;
  float: left;
}
.footer_nav li h3 a{
  color: #fff;
}
.footer_nav li p a{
  color: #b5b5b5;
}
.footer_nav li h3 {
  font-size: 20px;
  padding-bottom: 10%;
}
.footer_nav li p {
  color: #b5b5b5;
  font-size: 16px;
  line-height: 2.5;
}
.footer_nav li p a {
  display: block;
}
.footer_contact {
  width: 33.43465046%;
}
.footer_tel {
  width: 47.27272727%;
}
.footer_tel h3 {
  color: #d7d8d9;
  font-size: 20px;
}
.footer_tel p {
  color: #fff;
  margin: 8% 0 0;
}
.footer_tel p img {
  margin-right: 2%;
}
.footer_code {
  width: 100%;
}
.footer_code_list {
  /*width: 43.63636364%;*/
  width:100%;
}
.footer_code_list img {
  width: 100%;
}
.footer_code_list p {
  font-size: 16px;
  color: #fff;
  padding: 8% 0 0;
  line-height: 1.4;
}
.copyright {
  border-top: solid 1px #3d3d3d;
  padding: 1% 0;
  color: #fff;
}
.culture_box {
  padding: 5% 0;
}
.culture_l {
  width: 41.53846154%;
}
.main_tit {
  color: #fff;
}
.main_tit p {
  font-size: 58px;
  font-family: "FZLanTingHeicti";
  color: #000;
}
.main_tit h3 {
  color: #b8b8b8;
  font-size: 70px;
  font-family: Arial;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.2;
  z-index: -1;
}
.main_tit .yin {
  left: 80%;
  top: 10%;
  position: absolute;
}
.main_tit .dot {
  margin: 5% 0 0;
}
.culture_con {
  color: #4e4a5a;
  margin: 8% 0 0;
}
.culture_con h3 {
  font-size: 26px;
  margin: 7% 0 3%;
}
.culture_con > div {
  line-height: 2;
}
.culture_r {
  width: 52.15384615%;
}
.main_tit1 {
  width: 41.53846154%;
}
.honor_txt {
  margin: 5% 0 0;
  color: #4e4a5a;
  line-height: 2;
}
.honor_list li {
  width: 24%;
  float: left;
  margin-right: 1.3%;
  text-align: center;
  margin-top: 4%;
}
.honor_list li:nth-child(4n+4) {
  margin-right: 0;
}
.honor_list li p {
  margin: 5% 0 0;
}
.zeren {
  margin-bottom: 5%;
}
.zeren_l {
  width: 69.23076923%;
}
.zeren_con {
  margin: 5% 0 0;
  color: #4e4a5a;
}
.zeren_con h3 {
  font-size: 26px;
  line-height: 2;
  padding-bottom: 2%;
}
.zeren_r {
  width: 25%;
}
.m_pro_type {
  font-size: 0;
}
.m_pro_type a,
.m_pro_type em {
  width: 240px;
  padding: 0 10px;
  height: 60px;
  background: #6c6c6c;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  margin: 0 5px 10px;
  text-align: center;
}
.m_pro_type a.active,
.m_pro_type em.active {
  background: #e21e32;
}
.m_pro_type a:hover,
.m_pro_type em:hover {
  background: #e21e32;
}
.m_pro {
  margin: 3% 0 0;
}
.m_pro li {
  width: 23.07692308%;
  float: left;
  margin: 0 2.5% 3% 0;
  border: solid 1px #e2e2e2;
  text-align: center;
}
.m_pro li:nth-child(4n+4) {
  margin-right: 0;
}
.m_pro li h3 {
  font-size: 22px;
  line-height: 3.4;
  padding: 0 5%;
}
.m_pro_pic img {
  height: 300px;
}
.pagination li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  background: #e8ebef;
  margin: 0 5px;
  border-radius: 100%;
  color: #909ba7;
}
.page li.active {
  background: #e00500;
  color: #fff;
}
.pro_xx {
  background: #f5f7f9;
  padding: 4% 0;
}
.pro_xx_pic {
  width: 660px;
}
.pro_xx_pic img {
  width: 100%;
}
.pro_big {
  width: 100%;
}
.pro_big .swiper-container {
  width: 523px;
  margin: 0;
}
.pro_big .swiper-button-next,
.pro_big .swiper-button-prev {
  width: 20px;
  height: 11px;
  right: 40px;
  left: auto;
  margin: 0;
  outline: none;
}
.pro_big .swiper-button-next {
  background: url(../images/nar6.png) no-repeat;
  bottom: 8px;
  top: auto;
}
.pro_big .swiper-button-next:hover {
  background: url(../images/nar8.png) no-repeat;
}
.pro_big .swiper-button-prev {
  background: url(../images/nar5.png) no-repeat;
  top: 8px;
}
.pro_big .swiper-button-prev:hover {
  background: url(../images/nar7.png) no-repeat;
}
.pro_small {
  width: 110px;
  right: 0;
  top: 33px;
}
.pro_small .swiper-container {
  height: 457px;
}
.pro_xx_con {
  width: calc(100% - 710px);
}
.pro_xx_tit {
  border-bottom: double 7px #e4e9ea;
  padding-bottom: 3%;
}
.pro_xx_tit h3 {
  font-size: 36px;
}
.pro_xx_tit > div {
  font-size: 16px;
  line-height: 28px;
}
.pro_xx_txt {
  padding: 3% 0 4%;
}
.pro_xx_txt h3 {
  font-size: 22px;
}
.pro_xx_txt > div {
  color: #666;
  font-size: 16px;
  line-height: 2;
}
.ziliao_download {
  width: 278px;
  height: 40px;
  border: solid 1px #e00500;
  -webkit-appearance: none;
  background: url(../images/nar9.jpg) no-repeat right center;
  padding: 0 10px;
}
.pro_xx_btn {
  margin: 4% 0 0;
}
.pro_xx_btn a {
  width: 164px;
  height: 50px;
  background: #ff6600;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin-right: 2%;
  margin-bottom: 10px;
}
.phone_load {
  display: none !important;
}
.pro_xx_text {
  padding: 5% 0;
}
.pro_xx_text_tit {
  background: #e7e9eb;
}
.pro_xx_text_tit li {
  width: 50%;
  text-align: center;
  font-size: 26px;
  line-height: 2.7;
  cursor: pointer;
}
.pro_xx_text_tit li.current {
  background: #e00500;
  color: #fff;
}
.pro_xx_txt_box {
  border: solid 1px #e2e2e2;
  padding: 2% 2%;
  min-height: 500px;
}
.pro_xx_text_txt {
  display: none;
}
.pro_xx_text_txt:first-child {
  display: block;
}
.service_web {
  width: 76.82291667%;
  margin: 0 auto;
}
.service_web_city {
  background: #8a8a8a;
  padding: 10px 1%;
  margin: 3% 0 0;
}
.select_area {
  width: 195px;
  height: 37px;
  margin-right: 12px;
}
.service_web_box {
  background: #e5e5e5;
  padding: 1%;
}
.service_web_list {
  width: 27.17241379%;
  padding-right: 1%;
  height: 620px;
  overflow-y: auto;
}
.service_web_list li {
  background: #fff;
  border-radius: 10px;
  padding: 3% 3%;
  margin-bottom: 2%;
}
.service_web_list li h3 {
  color: #37363e;
  font-size: 18px;
}
.service_web_list li p {
  color: #5c5968;
  font-size: 16px;
}
.web_num {
  background: url(../images/map.png) no-repeat;
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 7.8125%;
  height: 34px;
  line-height: 28px;
}
.service_web_list_con {
  width: 90.625%;
}
.map {
  width: 72%;
  height: 620px;
}
.m_about1 {
  padding: 3% 0;
}
.m_about1_l {
  width: 50.15197568%;
}
.m_about1_r {
  width: 44.3768997%;
  border-radius: 10px;
}
.m_about1_con {
  color: #4e4a5a;
  line-height: 2;
  margin: 3% 0;
}
.m_more {
  font-size: 16px;
  width: 120px;
  height: 42px;
  border: solid 2px #5c5c5c;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}
.m_more::before {
  content: "";
  width: 0;
  height: 100%;
  background: #e21e32;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.m_more::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.m_more:hover {
  color: #fff;
  border-color: #e21e32;
  transition-delay: 0.1s;
}
.m_more:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.m_about1_num_tit {
  color: #4e4a5a;
}
.m_about1_num_bor {
  width: 83px;
  height: 2px;
  background: #e1e1e1;
  margin: 0 20px;
}
.m_about1_num {
  padding-bottom: 3%;
}
.m_about1_num li {
  float: left;
}
.m_about1_num li:first-child {
  margin-right: 7%;
}
.m_about1_num li:last-child {
  float: right;
}
.m_about1_num li span {
  font-size: 42px;
  font-family: Arial;
  margin-right: 10px;
}
.m_about1_num_dw {
  line-height: 1;
}
.m_about1_num_dw h4 {
  font-size: 26px;
}
.m_about1_num_dw p {
  font-size: 16px;
}
.m_about2 {
  background: #202b49;
}
.m_about2_pic {
  width: 50%;
}
.m_about2_pic img {
  width: 100%;
}
.m_aobut2_con {
  width: 34.89583333%;
  color: #fff;
  margin: 0 10.8% 0 0;
}
.m_aobut2_con h3 {
  font-size: 38px;
}
.m_aobut2_con > div {
  line-height: 2;
  text-align: justify;
  margin: 5% 0 0;
}
.m_about3 {
  padding-bottom: 4%;
}
.m_about3_list {
  margin: 4% 0 0;
}
.m_about3_list:nth-child(2) {
  flex-direction: row-reverse;
}
.m_about3_list_pic {
  width: 50.21276596%;
}
.m_about3_list_con {
  width: 42.85714286%;
}
.m_about3_list_tit {
  line-height: 1.3;
  background: url(../images/line1.jpg) no-repeat left center;
  padding-left: 3% ;
}
.m_about3_list_tit h3 {
  font-size: 36px;
}
.m_about3_list_tit p {
  color: #666;
  font-size: 20px;
  text-transform: uppercase;
}
.m_about3_list_txt {
  margin: 7% 0 0 3%;
}
.m_about3_list_txt p {
  background: url(../images/dot1.png) no-repeat left 15px;
  background-size: 10px;
  padding-left: 3%;
  font-size: 20px;
  line-height: 2;
  margin-top: 2%;
}
.m_download_con {
  padding: 4% 0;
}
.m_download_con a {
  text-decoration: underline;
}
.m_download li h3 {
  line-height: 1.8;
}
.m_news {
  padding: 3% 0;
}
.m_news li {
  width: 31.38461538%;
  float: left;
  margin: 0 2.9% 3% 0;
}
.m_news li:nth-child(3n+3) {
  margin-right: 0;
}
.m_news li h3 {
  font-size: 24px;
  padding: 2% 0;
}
.m_news li .m_news_txt {
  color: #555555;
  margin-bottom: 2%;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.m_news_pic img {
  height: 258px;
}
.m_contact_tit {
  font-size: 48px;
}
.m_contact_tips {
  font-size: 20px;
  line-height: 1.8;
  margin: 3% 0 0;
}
.m_contact_list {
  margin: 5% 0;
}
.m_contact_list li {
  width: 31.53846154%;
  height: 140px;
  background: #e23c38;
  padding: 2% 4% 0;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}
.m_contact_list li:hover {
  background: #e00500;
}
.m_contact_list li:hover img:first-child {
  opacity: 0;
}
.m_contact_list li:hover img:last-child {
  opacity: 1;
}
.m_contact_list_tit {
  border-bottom: dashed 1px #fff;
  padding-bottom: 2%;
  margin-bottom: 3%;
}
.m_contact_title p {
  font-size: 12px;
  text-transform: uppercase;
}
.m_contact_title h3 {
  font-size: 15px;
}
.m_contact_icon {
  width: 30px;
  height: 30px;
}
.m_contact_icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
}
.m_contact_icon img:last-child {
  opacity: 0;
}
.m_contact_map {
  height: 605px;
}
.m_message_tit {
  margin: 7% 0 0;
  background: url(../images/line2.png) no-repeat center;
  background-size: 100%;
}
.m_message_tit h3 {
  color: #282b31;
  font-size: 33px;
}
.m_message_tit p {
  color: #999999;
  font-size: 16px;
  text-transform: uppercase;
}
.m_message_con {
  padding: 3% 0 0;
}
.m_message_con li {
  width: 30.76923077%;
  font-size: 16px;
  margin-top: 3%;
}
.m_message_con li label {
  display: block;
  line-height: 3;
}
.m_message_con li:last-child {
  width: 100%;
}
.m_mes_user {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #f8f7f7;
  border: none;
  padding: 0 20px;
  line-height: 50px;
  font: inherit;
}
.m_mes_user1 {
  height: 170px;
  border-radius: 4px;
  padding: 10px 20px;
}
.m_mes_btn {
  width: 320px;
  line-height: 57px;
  background: #e21e32;
  color: #fff;
  border-radius: 28px;
  font-size: 24px;
  margin: 3% auto 0;
  display: block;
  border: none;
}
.chuangxin_list {
  margin: 3% 0 0;
}
.chuangxin_list li {
  width: 56.30769231%;
  position: relative;
  text-align: center;
  float: left;
  margin-right: 1.15%;
  margin-bottom: 1.4%;
}
.chuangxin_list li img {
  width: 100%;
}
.chuangxin_list li:nth-child(odd) {
  width: 42.30769231%;
  margin-right: 0;
}
.chuangxin_list li:nth-child(1) {
  width: 56.30769231%;
  margin-right: 1.15%;
}
.chuangxin_list li:nth-child(2) {
  width: 42.30769231%;
  margin-right: 0;
}
.chuangxin_list li p {
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  line-height: 70px;
  color: #fff;
  font-size: 20px;
}
.m_service {
  margin: 3% 0;
}
.m_service_bg {
  background: url(../images/ser_bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 5% 0 0;
  margin-bottom: 3%;
}
.m_service_pic {
  width: 53.02083333%;
}
.m_service_pic img {
  width: 100%;
}
.m_service_list {
  width: 35.9375%;
  margin-right: 16%;
}
.m_service_list::after {
  width: 210px;
  height: 4px;
  position: absolute;
  left: -80px;
  top: -10%;
  background: #e21e32;
  content: '';
}
.m_service_list li {
  text-align: center;
  margin-left: 10%;
  margin-bottom: 8%;
}
.m_service_list li h3 {
  color: #242424;
  font-size: 58px;
  position: relative;
  margin-bottom: 12%;
}
.m_service_list li h3::after {
  width: 40px;
  height: 6px;
  background: #e00500;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
}
.m_service_list li p {
  color: #6c6c81;
  font-size: 18px;
}
.xx_tit {
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 2%;
}
.xx_tit h3 {
  font-size: 32px;
}
.xx_tit p {
  font-size: 16px;
  margin-top: 2%;
}
.xx_tit p span {
  margin-right: 4%;
}
.xx_tit p span img {
  margin-right: 10px;
}
.xx_con {
  color: #474750;
  line-height: 2;
  border-bottom: solid 1px #e5e5e5;
  padding: 3% 0;
}
.xx_page {
  padding: 3% 0 0;
}
.xx_page a {
  display: block;
}
.xx_video {
  margin: 2% 0 0;
  width: 1000px;
}


.about_bg{
  position: relative;
  z-index: 9;
}

.notice_list {
  padding: 3% 0;
}

.notice_list li {
  border-bottom: solid 1px #eee;
  padding: 1.5% 0;
}

.notice_list li a {
  width: 70%
}