.price {
  width: 1200px;
  margin: 0 auto;
}
.price h2 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 10px;
  padding-left: 10px;
}
.price .category {
  width: 275px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  float: right;
  margin-top: 16px;
}
.price .category:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  z-index: 2;
}
.price .category:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  z-index: 2;
}
.price .category a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.price .category ul li {
  display: inline-block;
  white-space: nowrap;
  font-size: 18px;
  text-align: center;
  border: 1px solid #dfdfdf;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  padding: 6px 22px;
  background: #dfdfdf;
  margin-left: 15px;
  color: #222222;
}
.price .category ul li.active {
  border: 1px solid #005bac;
  color: #fff;
  background: #005bac;
}
.price .cont {
  display: none;
}
.price .cont.active {
  display: block;
}
.tab-block {
  width: 1200px;
  height: 580px;
  margin: 50px auto 0;
  background-color: #FFF;
  border: 1px solid #e5e5e5
}
.tab-block.information-tab {
  height: 430px
}
.tab-block.information-tab .tabs {
  height: 380px
}
.tab-block .tab-buttons {
  width: 100%;
  height: 50px;
  background-color: #fafafa
}
.tab-block .tab-buttons .tab-button {
  width: 33.33%;
  float: left;
  height: 50px;
  text-align: center;
  font-size: 16px;
  color: #999;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  background-color: #f2f2f3;
}
.tab-block .tab-buttons .tab-button.cur {
  background-color: #fff;
  color: #333
}
.tab-block .tab-buttons .tab-button.cur:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1183ff
}
.tab-block .tabs {
  width: 100%;
  height: 528px
}
.tab-block .tabs .tab-item {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: none
}
.tab-block .tabs .tab-item.active {
  display: block
}
.information-tab .information-left {
  width: 645px;
  height: 450px;
  overflow: hidden;
  position: relative;
  float: left;
}
.information-tab .information-left img {
  width: 100%;
  height: auto
}
.information-tab .information-left .left-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  height: 48px;
  line-height: 48px;
  background-color: rgba(0, 0, 0, .5);
  z-index: 2;
  color: #fff;
  padding: 0 14px
}
.information-tab .information-left .left-bottom .article-title {
  font-size: 14px;
  width: 400px;
  float: left;
}
.information-tab .information-left .left-bottom .article-time {
  font-size: 14px;
  float: right;
  color: #f3a816;
}
.information-tab .information-right {
  width: 534px;
  height: 450px;
  float: right;
}
.information-tab .information-right .article-list {
  padding-top: 0px;
  border-top: 0px;
  border: 3px solid #fbfbfb;
  box-shadow: 0px 0px 10px #fbfbfb;
}
.information-tab .information-right .article-list .article-link {
  display: block;
  padding: 32px 30px;
  height: 220px;
}
.information-tab .information-right .article-list .article-link .article-head span {
  display: inline-block;
  vertical-align: middle
}
.information-tab .information-right .article-list .article-number {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background-color: #999;
  font-size: 14px
}
.information-tab .information-right .article-list .article-title {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.information-tab .information-right .article-list .article-time {
  float: left;
  font-size: 14px;
  color: #999;
  line-height: 20px
}
.information-tab .information-right .article-list .article-riqi {
  float: left;
  font-size: 28.48px;
  color: #939393;
  line-height: 33px;
  width: 100%;
  font-weight: bold;
}
.information-tab .information-right .article-list .article-content {
  margin-top: 10px;
  width: 450px;
  font-size: 14px;
  color: #5e5e5e;
  line-height: 26px;
  display: block;
}
.information-tab .information-right .article-list .article-content p {
  height: 58px;
  border-bottom: 1px solid #f6f6f6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.information-tab .information-right .article-list:nth-of-type(1) .article-number, .information-tab .information-right .article-list:nth-of-type(2) .article-number, .information-tab .information-right .article-list:nth-of-type(3) .article-number {
  background-color: #333
}
.information-tab .information-right .article-list.current .article-link {
  background-color: #005bac;
}
.information-tab .information-right .article-list.current .article-number {
  background-color: #2c86f6 !important;
}
.information-tab .information-right .article-list.current .article-title {
  color: #fff;
}
.information-tab .information-right .article-list.current .article-content {
  display: block;
}
.information-tab .information-right .article-list.current .article-content p {
  color: #a5bad9;
  border-bottom: 1px solid #2e6ed1;
}
.information-tab .information-right .article-list.current .article-time {
  float: left;
  font-size: 14px;
  color: #a3a6ae;
  line-height: 20px
}
.information-tab .information-right .article-list.current .article-riqi {
  float: left;
  font-size: 28.48px;
  color: #fff;
  line-height: 33px;
  width: 100%;
  font-weight: bold;
}
.information-tab .information-bottom {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
  top: 24px;
}
.information-tab .information-bottom .article-list {
  padding-top: 0px;
  border-top: 0px;
  border: 3px solid #fbfbfb;
  box-shadow: 0px 0px 10px #fbfbfb;
  width: 32%;
}
.information-tab .information-bottom .article-list .article-link {
  display: block;
  padding: 35px 30px;
  height: 140px;
}
.information-tab .information-bottom .article-list .article-link .article-head span {
  display: inline-block;
  vertical-align: middle
}
.information-tab .information-bottom .article-list .article-title {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  width: 210px;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 33px;
  border-left: 1px solid #f3f3f3;
  height: 74px;
}
.information-tab .information-bottom .article-list .article-time {
  float: left;
  font-size: 16px;
  color: #999;
  line-height: 35px
}
.information-tab .information-bottom .article-list .article-riqi {
  float: left;
  font-size: 32px;
  color: #939393;
  line-height: 37px;
  width: 35%;
  font-weight: bold;
  height: 46px;
  border-bottom: 1px solid #dadada;
}
.information-tab .information-bottom .article-list.current .article-link {
  background-color: #005bac;
}
.information-tab .information-bottom .article-list.current .article-number {
  background-color: #2c86f6 !important;
}
.information-tab .information-bottom .article-list.current .article-title {
  color: #fff;
}
.information-tab .information-bottom .article-list.current .article-content {
  display: block;
}
.information-tab .information-bottom .article-list.current .article-content p {
  color: #a5bad9;
  border-bottom: 1px solid #2e6ed1;
}
.information-tab .information-bottom .article-list.current .article-time {
  float: left;
  font-size: 16px;
  color: #a3a6ae;
  line-height: 35px
}
.information-tab .information-bottom .article-list.current .article-riqi {
  float: left;
  font-size: 32px;
  color: #fff;
  line-height: 37px;
  width: 35%;
  font-weight: bold;
  height: 46px;
  border-bottom: 1px solid #dadada;
}
.focus {
  width: 645px;
  height: 450px;
  float: left;
}
.focus .shadow .title {
  width: 260px;
  height: 65px;
  padding-left: 30px;
  padding-top: 20px;
}
.focus .shadow .title a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  overflow: hidden;
}
.focus .btn {
  position: absolute;
  bottom: 34px;
  left: 510px;
  overflow: hidden;
  zoom: 1;
}
.focus .btn a {
  position: relative;
  display: inline;
  width: 13px;
  height: 13px;
  border-radius: 7px;
  margin: 0 5px;
  color: #B0B0B0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #D9D9D9;
}
.focus .btn a:hover, .focus .btn a.current {
  cursor: pointer;
  background: #fc114a;
}
.focus .fPic {
  position: absolute;
  left: 0px;
  top: 0px;
}
.focus .D1fBt {
  overflow: hidden;
  zoom: 1;
  height: 16px;
  z-index: 10;
}
.focus .shadow {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 10;
  height: 62px;
  line-height: 62px;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
  display: block;
  text-align: left;
}
.focus .shadow a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  margin-left: 30px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
.focus .fcon {
  position: relative;
  width: 100%;
  float: left;
  display: none;
  background: #000
}
.focus .fcon img {
  display: block;
}
.focus .fbg {
  bottom: 20px;
  right: 10px;
  position: absolute;
  height: 21px;
  text-align: center;
  z-index: 200;
}
.focus .fbg div {
  margin: 15px auto 0;
  overflow: hidden;
  zoom: 1;
  height: 14px
}
.focus .D1fBt a {
  position: relative;
  display: inline;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  color: #B0B0B0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: url(404.png) no-repeat;
}
.focus .D1fBt .current, .focus .D1fBt a:hover {
  background: url(404.png) no-repeat;
}
.focus .D1fBt img {
  display: none
}
.focus .D1fBt i {
  display: none;
  font-style: normal;
}
.focus .prev, .focus .next {
  position: absolute;
  width: 25px;
  height: 47px;
  background: url(404.png) no-repeat;
}
.focus .prev {
  top: 50%;
  margin-top: -37px;
  left: 30px;
  background-position: 0 -47px;
  cursor: pointer;
}
.focus .next {
  top: 50%;
  margin-top: -37px;
  right: 30px;
  background-position: -25px -47px;
  cursor: pointer;
}
.focus .prev:hover {
  background-position: 0 0;
}
.focus .next:hover {
  background-position: -25px 0;
}
.i-news {
  width: 645px;
  height: 450px;
  border-bottom: 0;
  font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53";
  position: relative;
}
/*.i-news-title{ height:33px; line-height:33px; text-indent:12px; color:#164182; font-size:16px; background:url(404.png) left top repeat-x;}*/
.i-news-content {
  width: 645px;
  height: 450px;
  overflow: hidden;
}
.i-news-item {
  width: 645px;
  height: 450px;
  position: relative;
}
.i-news-item-pic {
  width: 645px;
  height: 450px;
}
.i-news-item-title {
  width: 100%;
  line-height: 55px;
  height: 55px;
  overflow: hidden;
  font-size: 16px;
  background: url(../image/title-nav-bg.png) left bottom repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  text-indent: 5px;
}
.i-news-item-title a:link, .i-news-item-title a:visited, .i-news-item-title a:hover, .i-news-item-title a:active {
  color: #fff;
}
.i-news-nav {
  width: 11%;
  height: 12px;
  position: absolute;
  bottom: 7%;
  right: 1%;
}
.i-news-page {
  width: 10px;
  height: 20px;
  margin-left: 5px;
  float: left;
  background: url("../image/bb_b.png") center no-repeat;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  text-indent: 20px;
  overflow: hidden;
}
.i-news-page-active {
  background: url("../image/bb_l.png") center no-repeat;
}
.cbsect_bc998dab {
  padding-bottom: 120px;
  padding-top: 90px;
  background-color: rgb(34, 34, 34);
  overflow: hidden;
}
.cbdiv_840059fb {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
.cbdiv_22131030 {
  position: relative;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
}
.cbdiv_7da1a986 {
  height: 100%;
  color: rgb(255, 0, 255);
  background-color: rgb(26, 87, 166);
  background-image: linear-gradient(140deg, currentcolor, transparent);
  opacity: 0.6;
  z-index: 0;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
}
.cbcont_7fb3ec67 {
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
}
.cbdiv_afdde351 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cbpara_0e6bd4b3 {
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
  letter-spacing: 0.075em;
  font-family: "PingFang SC" !important;
  font-weight: 500;
  font-size: 4.3vh;
}
.cbpara_cb5429c0 {
  margin-top: 2vh;
  line-height: 2em;
  color: rgb(153, 153, 153);
  -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
  -ms-transform: rotate(0deg) scale(1) translate(0px, 0px);
  transform: rotate(0deg) scale(1) translate(0px, 0px);
  transition: all 0.3s ease 0s;
  font-family: "PingFang SC" !important;
  font-size: 1.6vh;
  letter-spacing: 0.075em;
}
.cbdiv_91aaa9d5 {
  margin-top: 60px;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cbdiv_c548a75d {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}
.cbrow_0825aaf3 {
  padding-bottom: 0px;
  border-bottom: 1px dotted rgb(79, 79, 79);
  border-bottom-style: none;
}
.cbcolu_96930dc9 {
  padding-right: 0px;
  margin-bottom: 0px;
  height: auto;
  background-color: rgba(56, 59, 67, 0.6);
  padding-left: 0px;
}
.cbdiv_8a9cffa6 {
  position: relative;
}
.cbdiv_502cbb93 {
  height: 200px;
  background-color: rgba(0, 0, 0, 0);
  padding: 30px;
  position: relative;
  z-index: 2;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.3s ease 0s;
}
.cbpara_59a99ef9 {
  color: rgb(255, 255, 255);
  font-size: 2.4vh;
  line-height: 6.5;
  text-align: left;
  padding-left: 27%;
}
.cbdiv_4ec0d932 {
  position: absolute;
  width: 80px;
  min-height: 0px;
  height: 80px;
  bottom: 29%;
  right: 30%;
  z-index: 0;
  border-radius: 0px;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.3s ease 0s;
}
.cbimag_82753caa {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
}
.cbimag_f3ce6e63 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.cblink_fe85e146 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
  z-index: 11;
}
.div_kJKqYB {
  height: 18vh;
}
.imageblock_M9Sw02 {
  width: 100%;
  height: 100%;
}
.paragraph_aiciFX {
  margin-bottom: 0px;
  font-size: 18px;
  padding-right: 1.5vh;
  line-height: 1.5em;
}
.div_ffMJg1 {
  min-height: 0px;
  padding: 1vh;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
}
.div_dSIocQ {
  min-height: 0px;
  width: 4vh;
  height: 2px;
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
  background-color: rgb(56, 59, 67);
}
.paragraph_biH1tp {
  color: rgb(119, 119, 119);
  line-height: 2em;
  font-size: 1.3vh;
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.paragraph_mN4n5H {
  position: absolute;
  bottom: 0px;
  margin-bottom: 10px;
  right: 0px;
  margin-right: 10px;
}
.div_g9XLBl1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15%;
  margin-left: 2%;
  margin-top: 3%;
  background-color: rgba(204, 204, 204, 0.4);
  padding: 1vh;
}
.div_g9XLBl11 {
  position: absolute;
  top: 0px;
  width: 15%;
  margin-top: 3%;
  background-color: rgba(204, 204, 204, 0.4);
  padding: 1vh;
  right: 0px;
  margin-right: 2%;
}
.aniDelay {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  opacity: 0;
}
.embedcode_YqY0n3 {
  min-height: 0px;
  height: 0px;
  overflow: hidden;
  position: absolute;
}
.cbsect_e3cf23a4 {
  padding-bottom: 0px;
  padding-top: 0px;
  background-color: rgb(67, 67, 67);
  margin-top: 120px;
}
.cbdiv_6f64fd89 {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  z-index: 6;
}
.cbdiv_44217fe4 {
  position: relative;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
}
.cbdiv_abaebec4 {
  height: 100%;
  color: rgb(255, 0, 255);
  background-color: rgb(26, 87, 166);
  background-image: linear-gradient(140deg, currentcolor, transparent);
  opacity: 0.6;
  z-index: 0;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
}
.cbcont_29f4f584 {
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
}
.paragraph_gYGjVR1 {
  font-size: 4.8vh;
  color: rgb(255, 255, 255);
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "PingFang SC" !important;
  width: 25vw;
}
.div_bqxZDU {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
}
.div_IKP3LB {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 5;
  position: absolute;
  overflow: hidden;
}
.btn_groups_LaiobK {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 5vh;
  margin-left: 5vh;
  position: absolute;
  width: 100vw;
  left: 0;
  margin-top: 10vh;
  padding-left: 5vw;
}
.btn_list_item_bh3C5k {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.3s ease 0s;
  border-radius: 0px;
  height: 8vh;
}
.btn_list_textitem_7mIbgn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 0px;
  display: block;
  color: rgb(255, 255, 255);
  border-radius: 2px;
}
.paragraph_pcdriv {
  float: left;
  margin-bottom: 0px;
  -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
  -ms-transform: rotate(0deg) scale(1) translate(0px, 0px);
  transform: rotate(0deg) scale(1) translate(0px, 0px);
  transition: all 0.3s ease 0s;
  opacity: 0.6;
  line-height: 1em;
  padding-top: 2px;
  font-size: 3.2vh;
  letter-spacing: 0.08em;
  color: rgb(59, 60, 68);
  font-weight: bold;
  font-family: "PingFang SC" !important;
}
.btn_technology:hover .text_technology {
  opacity: 1;
  transition: All 0.3s ease;
}
.btn_technology.active .text_technology {
  opacity: 1;
  transition: All 0.3s ease;
}
.btn_list_item_bh3C5k.active {
  border-left: 0px;
  padding-left: 0px;
}
.cbsect_b3e23932 {
  padding-bottom: 0px;
  padding-top: 0px;
  background-color: rgb(67, 67, 67);
}
.cbdiv_0f31bc31 {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
.cbdiv_26d69289 {
  position: relative;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
}
.cbdiv_3c7cbd29 {
  height: 100%;
  color: rgb(255, 0, 255);
  background-color: rgb(26, 87, 166);
  background-image: linear-gradient(140deg, currentcolor, transparent);
  opacity: 0.6;
  z-index: 0;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
}
.cbcont_665b482e {
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
  width: 70%;
}
.div_0OfnaW {
  height: 80vh;
  position: relative;
  min-height: 700px;
}
.div_X32Wq0 {
  width: 70%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-height: 25vh;
  background-color: rgba(240, 240, 240, 1);
  padding: 5vh 7vh;
}
.paragraph_gG3zzP {
  margin-bottom: 0px;
  font-size: 2.6vh;
  letter-spacing: 0.075em;
  line-height: 1em;
  color: #3b3c45;
  font-family: "PingFang SC" !important;
}
.paragraph_FaEkBx {
  margin-top: 3vh;
  margin-bottom: 0px;
  font-size: 1.6vh;
  letter-spacing: 0.075em;
  color: rgb(59, 60, 69);
  line-height: 2em;
  font-family: "PingFang SC" !important;
}
.div_Nd3Hz7 {
  position: absolute;
  height: 8vh;
  min-height: 0px;
  top: 0px;
  left: 0px;
  background-color: rgb(136, 146, 161);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(0deg) scale(1) translate(-100%, 0%);
  -ms-transform: rotate(0deg) scale(1) translate(-100%, 0%);
  transform: rotate(0deg) scale(1) translate(-100%, 0%);
  transition: all 0.5s ease 0s;
  min-width: 8vh;
  width: 8vh;
}
.paragraph_X57QCV {
  margin-bottom: 0px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
  -ms-transform: rotate(0deg) scale(1) translate(0px, 0px);
  transform: rotate(0deg) scale(1) translate(0px, 0px);
  transition: all 0.3s ease 0s;
  position: absolute;
  z-index: 0;
  bottom: auto;
  right: auto;
  top: auto;
  left: auto;
}
.linkblock_BoJgBH {
  position: absolute;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
  min-width: 0px;
  min-height: 0px;
}
.cbsect_083b4d15 {
  padding-bottom: 0px;
  padding-top: 0px;
  background-color: rgb(255, 255, 255);
}
.cbcont_87e3323f {
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}
.cbslid_1f5d326e {
  min-height: 110vh;
  background-color: rgba(153, 153, 153, 0);
  margin-left: 0px;
  width: 100%;
}
.cbslid_20d02095 {
  z-index: auto;
}
.cbslid_c2e21259 {
  margin-bottom: 0px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('');
  background-color: rgba(67, 67, 67, 0);
}
.cbleft_8177fb14 {
  color: rgb(255, 255, 255);
  width: 6vh;
  top: auto;
  bottom: 10%;
  background-color: rgba(136, 146, 161, 0.4);
  height: 100%;
  background: transparent;
  left: 0%;
  right: auto;
}
.cbicon_f2b4b352 {
  color: rgb(59, 60, 69);
  font-size: 3vw;
  top: 15%;
}
.cbrigh_329b6fd2 {
  color: rgb(255, 255, 255);
  width: 6vh;
  top: auto;
  bottom: 10%;
  height: 100%;
  background: transparent;
}
.cbicon_6dcf8db6 {
  color: rgb(59, 60, 69);
  font-size: 3vw;
  top: 15%;
}
.cbslid_8fcb5db4 {
  z-index: 5;
  top: 0;
  height: auto;
  width: 100%;
  position: relative;
  margin-top: 6vh;
}
.cbslid_2ee38250 {
  text-align: left;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(136, 146, 161, 0);
  margin-left: 0px;
  margin-bottom: 0em;
}
.paragraph_X57QCV1 {
  margin-bottom: 0px;
  color: rgb(255, 255, 255);
  font-size: 1.2vh;
  padding-left: 0vh;
  padding-right: 0vh;
  opacity: 0;
  min-width: 0px;
  min-height: 0px;
  position: absolute;
  width: 150px;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0px);
  -ms-transform: rotate(0deg) scale(1) translate(0%, 0px);
  transform: rotate(0deg) scale(1) translate(0%, 0px);
  transition: all 0s ease 0s;
  padding-top: 2px;
}
.cbslid_d8390111 {
  margin-bottom: 0px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("");
  background-color: rgb(255, 255, 255);
}
.cbdiv_0db2de94 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
.cbdiv_533f9321 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  height: 60%;
  margin-top: 10%;
  background-color: rgb(244, 246, 247);
}
.cbdiv_6eec914f {
  width: 60%;
  right: 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  float: right;
}
.cbdiv_1b7a30e2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  position: relative;
  z-index: 10;
  right: 0px;
  overflow: hidden;
  height: 100%;
  bottom: auto;
  background-color: transparent;
}
.cbdiv_9cfb959c {
  position: absolute;
  height: 100%;
  width: 50%;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 10;
  padding-left: 13%;
  padding-top: 20%;
  left: 0px;
}
.cbdiv_38814cdd {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 70%;
  margin-bottom: 10vh;
  padding-right: 5vh;
}
.cbpara_f29288a1 {
  font-size: 3.6vh;
  text-align: left;
  color: #3b3c45;
  font-weight: normal;
  font-family: "PingFang SC" !important;
}
.cbdiv_4c409d5b {
  margin-top: 3vh;
  min-height: 0px;
  height: 2px;
  width: 6vh;
  background-color: rgb(136, 146, 161);
}
.cbpara_a022f630 {
  margin-top: 3vh;
  line-height: 2em;
  color: #3b3c45;
  font-size: 1.6vh;
  margin-bottom: 10px;
}
.cbslid_a7c2cfc3 {
  margin-bottom: 0px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('');
  background-color: rgba(67, 67, 67, 0);
}
.cbsect_c82c8a2e {
  padding-top: 0px;
  background-color: rgb(255, 255, 255);
  margin-top: 70px;
  padding-bottom: 250px;
}
.cbdiv_fe579a32 {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
.cbdiv_ac54d58c {
  position: relative;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
}
.cbdiv_a9652675 {
  height: 100%;
  color: rgb(255, 0, 255);
  background-color: rgb(26, 87, 166);
  background-image: linear-gradient(140deg, currentcolor, transparent);
  opacity: 0.6;
  z-index: 0;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
}
.cbcont_c257f8db {
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
}
.cbdiv_330efde1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.cbdiv_5cefcbb8 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cbdiv_12a473d8 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.cbdiv_a799263f {
  width: auto;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.cbdiv_92846920 {
  width: 15%;
}
.cbdiv_4650147f {
  width: 63vw;
  position: relative;
  box-shadow: rgba(204, 204, 204, 0) 0px 0px 10px 0px;
}
.cbimag_b8107fdb {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-position: left top;
  background-size: 125%;
}
.cbsect_fb7341a0 {
  padding-bottom: 0px;
  padding-top: 0px;
  background-color: rgb(255, 255, 255);
}
.cbdiv_250357a8 {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
.cbdiv_f0022b3e {
  position: relative;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
}
.cbdiv_c9cfb62e {
  height: 100%;
  color: rgb(255, 0, 255);
  background-color: rgb(26, 87, 166);
  background-image: linear-gradient(140deg, currentcolor, transparent);
  opacity: 0.6;
  z-index: 0;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
}
.cbcont_7e78d06e {
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
}
.div_42ETTo {
  min-height: 700px;
  height: 85vh;
}
.body_mxxBBm {
  width: 100% !important;
}
.cbdiv_83362aaa {
  width: 15vh;
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cbdiv_c6c3635d {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0%;
  overflow: hidden;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.5s ease 0s;
  opacity: 0;
  min-height: 0px;
}
.cbdiv_c6c3635d.c-state1 {
  width: 100%;
  opacity: 1;
}
.cbicon_224b7baa {
  color: rgb(255, 255, 255);
  font-size: 26px;
}
.cblink_f735dcec {
  min-width: 0px;
  min-height: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
.paragraph_eXZHC2 {
  margin-bottom: 0px;
  margin-top: 30px;
  color: #3b3c45;
  font-size: 1.6vh;
  letter-spacing: 0.075em;
  line-height: 2em;
  font-family: "PingFang SC" !important;
  text-align: center;
}
.cbpara_cb5429c0123 {
  margin-top: 2vh;
  color: rgb(153, 153, 153);
  -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
  -ms-transform: rotate(0deg) scale(1) translate(0px, 0px);
  transform: rotate(0deg) scale(1) translate(0px, 0px);
  transition: all 0.3s ease 0s;
  font-family: "PingFang SC" !important;
  font-size: 1.6vh;
  letter-spacing: 0.075em;
  line-height: 2em;
}
.container_WJiflC {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  height: 100%;
}
.container_Mft7CE {
  width: 100%;
}
.container_1rvQ9Z {
  padding-left: 0px;
  padding-right: 0px;
}
.container_UzQJff {
  padding-left: 0px;
  padding-right: 0px;
  height: 50vh;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 80%;
}
.container_0r3NFL {
  width: 100%;
}
.container_SC8NyV {
  width: 100%;
}
.container_1lnpwd {
  height: 100%;
  width: 66%;
  background-image: url("../image/0572ca5e152e009d90668d66de87af0a_origin.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
}
a.btn_list_textitem_lGecPt.active .div_vHng3y {
  width: 2.2vw;
  height: 2.2vw;
  border: 5px solid #fff !important;
  border-radius: 1.1vw;
  margin-left: -0.5vw;
}
.row_8Z1868 {
  padding-bottom: 0px;
  border-bottom: 1px dotted rgb(79, 79, 79);
  height: 100%;
  border-bottom-style: none;
}
.row_5KyRgg {
  margin-top: 3.5vh;
}
.row_JD4pKZ {
  padding-left: 5%;
  padding-right: 5%;
}
.list_layout_bg + .list_layout_bg {
  background-color: rgba(56, 59, 67, 0.3) !important;
}
.div_layout:hover .div_layout_box {
  transition: All 0.3s ease;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.div_layout:hover .div_layout_icon_box {
  transition: All 0.3s ease;
  opacity: 0.8;
}
.div_layout:hover .img_layout {
  transition: All 0.3s ease;
  opacity: 1;
}
.div_layout:hover .text_layout {
  transition: All 0.3s ease;
  color: #ddd;
}
.cover {
  position: absolute;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: url(../image/9a3c9cb746537e70b90e8dbf93a08090_origin.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 1;
  height: 100%;
}
.embedcode_Ambk9l {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.textlink_5JGvjp {
  color: rgb(53, 142, 206);
  line-height: 2em;
  font-size: 1.6vh;
  letter-spacing: 0.075em;
  font-family: "PingFang SC" !important;
}
.cover.cover1 {
  background-image: url(../image/ad762ea7c9f54e26c543f4a26de4428f_origin.png);
}
.cover.cover2 {
  background-image: url(../image/2ba62671a6a03b5c17a6760ab040059f_origin.png);
}
.paragraph_VwoYUL {
  font-size: 2.5vw;
  letter-spacing: 0.08em;
  color: rgb(202, 202, 204);
  text-align: center;
  font-weight: bold;
  margin-bottom: auto;
  margin-top: 5px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  display: inline-block;
  font-family: "PingFang SC" !important;
}
.imageblock_AgapkF {
  position: absolute;
  z-index: 5;
  top: 67%;
  width: 4vw;
  right: 4vw;
  -webkit-filter: invert(25%);
  filter: invert(25%);
}
.cst_block_slide .c-slider-nav-dot {
  width: 25vh !important;
  height: 7vh !important;
  border-radius: 0 !important;
}
.c-slider-nav-dot.c-active .paragraph_VwoYUL {
  color: #000;
}
.embed-responsive-item {
  border: 0px;
  width: 100%;
  height: 80vh;
}
.textlink_D4uLiO {
  color: rgb(53, 142, 206);
  line-height: 2em;
  font-size: 0.8vw;
  letter-spacing: 0.075em;
  margin-left: 5px;
  font-family: "PingFang SC" !important;
}
.div_WrYvoH.citysymboles {
  margin-left: -2vw;
}
.div_citysymbol {
  width: 4vw;
  height: 4vh;
  display: inline-block;
  min-height: auto;
  margin-right: 0.5vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.div_WrYvoH.word {
  margin-left: -0.6vw;
  top: 11vh;
}
.div_word {
  width: 1.2vw;
  height: 1.2vw;
  display: inline-block;
  min-height: auto;
  margin-right: 0.3vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.div_WrYvoH.idioms {
  margin-left: -1.5vw;
}
.div_idiom {
  width: 3vw;
  height: 3vh;
  display: inline-block;
  min-height: auto;
  margin-right: 0.5vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.div_WrYvoH.hands {
  top: 35vh;
  margin-left: -1.5vw;
}
.div_hand {
  width: 3vw;
  height: 18vh;
  display: inline-block;
  min-height: auto;
  margin-right: 0.5vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.div_WrYvoH.animals {
  margin-left: -0.75vw;
  top: 15vh;
}
.div_WrYvoH.qingtongs {
  top: 45vh;
  margin-left: -0.6vw;
}
.div_qingtong {
  width: 1.2vw;
  height: 1.2vw;
  display: inline-block;
  min-height: auto;
  margin-right: 0.3vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.div_WrYvoH.jisis {
  top: 45vh;
  margin-left: -0.6vw;
}
.div_jisi {
  width: 1.2vw;
  height: 1.2vw;
  display: inline-block;
  min-height: auto;
  margin-right: 0.3vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.div_animal {
  width: 1.2vw;
  height: 1.2vw;
  display: inline-block;
  min-height: auto;
  margin-right: 0.3vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.citysymbol {
  padding-top: 3.5vh;
}
.word {
  padding-top: 7.0vh;
}
.cbpara_19f1506d.t1 {
  font-size: 3.4vh;
}
.cbpara_19f15062.t1 {
  font-size: 3.4vh;
  font-family: 'PingFang SC', "Microsoft YaHei" !important;
}
.section_ScfvTd {
  margin-top: 5%;
  height: 77%;
}
.grid_8iLrMS {
  height: 100%;
  background-repeat: no-repeat;
}
.column_xi7pBr {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
  height: 100%;
  background-color: transparent;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.div_CNbMGK.c-state1 {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.3s ease 0s;
}
.paragraph_2WMdXq.l1 {
  font-size: 1.6vh;
  line-height: 1.8em;
  font-family: "PingFang SC" !important;
}
.paragraph_2WMdXq.l1.c-state1 {
  transform: rotate(0deg) scale(1) translate(0px, -10px);
  transition: All 0.5s ease;
  -ms-transform: rotate(0deg) scale(1) translate(0px, -10px);
  -o-transform: rotate(0deg) scale(1) translate(0px, -10px);
  -moz-transform: rotate(0deg) scale(1) translate(0px, -10px);
  -webkit-transform: rotate(0deg) scale(1) translate(0px, -10px);
  -ms-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
}
.paragraph_adgv8a.l2 {
  font-size: 1.2vh;
  width: 80%;
  font-family: "PingFang SC" !important;
  word-break: break-word;
}
.paragraph_adgv8a.l2.c-state1 {
  -webkit-transform: rotate(0deg) scale(1) translate(0px, -5px);
  -ms-transform: rotate(0deg) scale(1) translate(0px, -5px);
  transform: rotate(0deg) scale(1) translate(0px, -5px);
  transition: all 0.3s ease 0s;
}
.textlink_qaktP6 {
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 130px);
  -ms-transform: rotate(0deg) scale(1) translate(0%, 130px);
  transform: rotate(0deg) scale(1) translate(0%, 130px);
  transition: all 0.3s ease 0s;
  opacity: 0;
  font-weight: normal;
  font-size: 1.6vh;
  font-family: "PingFang SC" !important;
}
.textlink_qaktP6.c-state1 {
  opacity: 1;
  color: rgb(0, 156, 255);
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 40px);
  -ms-transform: rotate(0deg) scale(1) translate(0%, 40px);
  transform: rotate(0deg) scale(1) translate(0%, 40px);
  transition: all 0.3s ease 0s;
  font-weight: normal;
}
.textlink_qaktP6.ll1 {
  font-family: "PingFang SC" !important;
  font-size: 1.6vh;
}
.textlink_qaktP6.ll1.c-state1 {
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 20px);
  -ms-transform: rotate(0deg) scale(1) translate(0%, 20px);
  transform: rotate(0deg) scale(1) translate(0%, 20px);
  transition: all 0.3s ease 0s;
  font-weight: normal;
}
.copyright-content p a:hover {
  color: #fff;
}
.footer-widget-area a:hover {
  color: #fff;
}
.zxns > div {
  background-color: #f5f5f5;
  position: relative;
  padding: 60px 74px;
  margin-bottom: 68px;
}
.zxns > div::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #005bac;
  position: absolute;
  left: 0;
  bottom: 0;
}
.zxns div h5 {
  font-size: 24px;
  color: #282828;
  font-weight: bold;
  padding-bottom: 5px;
}
.zxns div p span {
  font-size: 14px;
  color: #444;
  margin-right: 36px;
}
.zxns > div > div:first-of-type {
  padding-bottom: 40px;
  /* margin-bottom: 40px; */
  /* border-bottom: 1px solid #dfdede; */
}
.z_t h6 {
  font-size: 18px;
  color: #282828;
  font-weight: bold;
  padding-bottom: 26px;
}
.z_t p {
  font-size: 14px;
  color: #444;
  line-height: 24px;
}
.zxns .z_t {
  display: none;
}
.z_s p {
  line-height: 100px;
  text-align: center;
  cursor: pointer;
}
.zxns_btn {
  background-color: #005bac;
  position: absolute;
  left: 80%;
  top: 24%;
}
.zxns_btn a {
  color: #fff;
  text-align: center;
  width: 200px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 18px;
  font-weight: bold;
}
.z_t > div {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-right: 10%;
  box-sizing: border-box;
}
.td {
  font-size: 16px;
  color: #282828;
  padding: 20px 0;
  display: none;
}
.zxns > .active > div:first-of-type {
  margin-bottom: 40px;
}
/* .zxns .active .z_t{
    display: block;
} */
.zxns .active .z_s {
  display: none;
}
.zxns > .active::after {
  width: 100%;
}
.zxns > .active > div:first-of-type {
  border-bottom: 1px solid #dfdede;
}
.zxns > .active .zxns_btn {
  display: none;
}
.zxns > .active .td {
  display: block;
}
.lxwm {
  padding: 45px 0 110px 0;
}
.lxwm h2 {
  line-height: 110px;
  border-bottom: 2px solid #005bac;
  box-sizing: border-box;
}
.lxwm h2 > span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background-color: #005bac;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 30px;
}
.lxwm h2 p {
  vertical-align: middle;
  display: inline-block;
}
.lxwm h2 p i {
  vertical-align: middle;
  display: inline-block;
  font-size: 30px;
  color: #282828;
  font-weight: bold;
}
.lxwm h2 p span {
  margin-left: 20px;
  font-size: 18px;
  color: #a5a5a5;
  font-weight: 400;
  vertical-align: middle;
}
.lxwm_main1_list .lm {
  width: 47%;
  margin-right: 6%;
  display: inline-block;
  border-bottom: 1px dotted #d8d8d8;
  padding: 34px 0;
  vertical-align: top;
}
.lxwm_main1_list .lm:nth-child(2n) {
  margin-right: 0;
}
.lm > div {
  display: inline-block;
  vertical-align: middle;
}
.lm > div:first-child {
  width: 10%;
  vertical-align: top;
}
.lm > div:last-child {
  width: 90%;
}
.lm h6 {
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  line-height: 30px;
}
.lm h6 span {
  color: #d2d2d2;
}
.lm p {
  font-size: 14px;
  color: #666;
}
.lm > div:first-child span {
  font-size: 30px;
  color: #b9b9b9;
  padding-right: 26px;
}
.lxwm_main1 h4 {
  padding: 72px 0 28px 0;
}
.lxwm_main1 h4 i {
  font-size: 24px;
  font-weight: bold;
  color: #282828;
  vertical-align: middle;
}
.lxwm_main1 h4 span {
  font-size: 30px;
  color: #005bac;
  padding-right: 16px;
  vertical-align: middle;
}
.lxwm_map {
  width: 100%;
  height: auto;
  padding-top: 90px;
}
#container {
  width: 100%;
  height: 520px;
}
.lxwm_map h4 {
  line-height: 94px;
  padding-left: 60px;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.lxwm_map h4 span {
  font-size: 30px;
  color: #005bac;
  vertical-align: middle;
}
.lxwm_map h4 i {
  font-size: 24px;
  color: #282828;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 10px;
}
.BMap_cpyCtrl {
  display: none;
}
.anchorBL {
  display: none;
}
.gsxw {
  padding-top: 110px;
}
.gxsw_spr {
  height: 480px;
}
.gxsw_spr > div {
  height: 100%;
  float: left;
}
.gxsw_spr .swiper-container {
  width: 55%;
}
.gxsw_spr .swiper-container img {
  width: 100%;
  height: 100%;
}
.gxsw_spr_list {
  width: 43%;
}
.gxsw_spr_title {
  width: 100%;
  padding: 30px 120px 50px 60px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.gxsw_spr_title h4 {
  color: #fff;
  line-height: 48px;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gxsw_spr_title p {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gxsw_spr .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.gxsw_spr .swiper-pagination-bullet-active {
  background-color: #c30d23;
}
.gxsw_spr .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  left: 6%;
  bottom: 4%;
}
.gxsw_spr_list div {
  padding: 32px 10px 30px 60px;
  box-sizing: border-box;
  cursor: pointer;
}
.gxsw_spr_list div h4 {
  padding-bottom: 20px;
}
.gxsw_spr_list div h4 i {
  width: 80%;
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.gxsw_spr_list div h4 span {
  width: 20%;
  font-size: 14px;
  color: #a9a9a9;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
.gxsw_spr_list div p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
}
.gxsw_spr_list div:hover {
  background-color: #f1f1f1;
}
.gxsw_spr_list div:hover h4 i {
  color: #005bac;
}
.gsxw_list {
  padding-top: 40px;
}
.gsxw_list > div {
  padding: 56px 0 48px 0;
  border-bottom: 1px solid #dfe5e9;
}
.gsxw_list > div a {
  font-size: 0;
  width: 100%;
}
.gsxw_list > div a > div {
  display: inline-block;
  vertical-align: middle;
}
.gsxw_list > div a > .gwst_a {
  width: 10%;
  vertical-align: top;
}
.gwst_a h4 i {
  font-size: 24px;
  line-height: 42px;
  color: rgb(153, 153, 153);
}
.gwst_a h4 p {
  font-size: 14px;
  color: rgb(205, 205, 205);
  line-height: 24px;
}
.gwst_b p {
  font-size: 14px;
  color: #939393;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gwst_b {
  width: 70%;
}
.gwst_b h6 {
  font-size: 18px;
  color: #0a0a0a;
  font-weight: bold;
  padding-bottom: 26px;
}
.gwst_c {
  width: 20%;
  text-align: right;
  padding-right: 60px;
  box-sizing: border-box;
}
.gwst_c span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: #e6e6e6;
  color: #fff;
  display: inline-block;
}
.gsxw_btn {
  text-align: center;
  padding: 120px 0;
}
.gsxw_btn ul {
  display: inline-block;
}
.gsxw_btn ul li {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  margin: 0 8px;
  border: 1px solid #c5c5c5;
  box-sizing: border-box;
  border-radius: 50%;
}
.gsxw_btn ul li span, .gsxw_btn ul li a {
  color: #c5c5c5;
}
.gsxw_btn ul li:first-child span {
  display: inline-block;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.gsxw_btn ul li:last-child span {
  display: inline-block;
  transform: translateX(1px);
  -ms-transform: translateX(1px);
  -o-transform: translateX(1px);
  -moz-transform: translateX(1px);
  -webkit-transform: translateX(1px);
}
.gsxw_btn ul .ist:hover {
  background-color: transparent;
}
.gsxw_btn ul .active {
  background-color: #005bac;
}
.gsxw_btn ul .active a {
  color: #fff;
}
.gsxw_list > div:hover .gwst_b h6 {
  color: #005bac;
}
.gsxw_list > div:hover .gwst_c span {
  background-color: #005bac;
}
.zw2 {
  width: 26%;
  min-height: 430px;
  margin-right: 11%;
  display: inline-block;
  text-align: center;
  padding: 80px 10px 10px 10px;
  box-sizing: border-box;
  vertical-align: top;
}
.zw2:nth-child(3n) {
  margin-right: 0;
}
.zw2 h6 {
  font-size: 24px;
  color: #414141;
  padding-top: 16px;
  padding-bottom: 22px;
}
.zw2 div {
  width: 82px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #005bac;
}
.zw2 div span {
  font-size: 30px;
  color: #fff;
}
.zw2 p {
  font-size: 18px;
  color: #414141;
  line-height: 28px;
}
.a_zhdw3 .zw2:hover {
  box-shadow: 0 0 22px #ccc;
}
.a_zhdw3 {
  padding-bottom: 50px;
}
.a_zhdw4 {
  position: relative;
}
.a_zhdw4 img {
  width: 100%;
  height: auto;
}
.a_zhdw4 h4 {
  color: #fff;
}
.a_zhdw4 h4 p {
  padding-top: 40px;
  padding-bottom: 200px;
}
.btn_as2 {
  padding: 0;
  text-align: left;
  color: #fff;
}
.btn_as2 span {
  width: 20px;
  height: 20px;
  border: 4px solid #005bac;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 12px;
  box-sizing: border-box;
}
.btn_as2 i {
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
}
.a_zhdw4_text {
  top: 22%;
}
.a_zhdw4_btn a {
  width: auto;
  padding: 22px 50px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  margin-right: 80px;
}
.a_zhdw4_btn h6 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 100;
}
.a_zhdw4_btn .btn_as2 {
  padding-top: 26px;
  position: relative;
  z-index: 100;
}
.a_zhdw4_btn a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  opacity: .4;
  transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
}
.a_zhdw4_btn a:hover::after {
  transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.zhdw_nav {
  position: relative;
  z-index: 29;
  overflow: auto;
  /* background-color: #f1f1f1; */
  border-bottom: 1px solid #f1f1f1;
  padding: 0 20%;
  box-sizing: border-box;
  text-align: center;
}
.gsjs_main4 .swiper-slide p a {
  cursor: auto;
}
.zhdw_nav ul li {
  width: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
.zhdw_nav ul li a {
  width: auto;
  font-size: 24px;
  color: #414141;
  text-align: center;
  line-height: 72px;
  padding: 0 20px;
  box-sizing: border-box;
  /* background-color: #f1f1f1; */
}
.zhdw_nav ul li a:hover {
  color: #005bac;
}
.cpzx_nav ul, .zhdw_nav ul {
  width: auto;
  word-break: keep-all;
  white-space: nowrap;
}
.zhdw_nav .active a {
  /* color: #fff; */
  /* background-color: #c30d23; */
  border-bottom: 2px solid #005bac;
}
.b_zhdw1 {
  padding: 200px 0 250px 0;
}
.b_zhdw1 .top5 p {
  padding-bottom: 70px;
  padding-top: 32px;
}
.zw3 {
  display: inline-block;
  margin-right: 140px;
}
.zw3 div {
  width: 160px;
  height: 110px;
  line-height: 110px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 60px;
  box-sizing: border-box;
}
.zw3 div::after {
  content: '';
  display: block;
  width: 126%;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
}
.zw3 div span {
  font-size: 40px;
  color: #c30d23;
  position: relative;
  z-index: 100;
}
.zw3 h6 {
  font-size: 24px;
  color: #333333;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 100;
}
.zw3 p {
  font-size: 18px;
  color: #333;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 100;
}
.b_zhdw2 {
  position: relative;
}
.b_zhdw2 img {
  width: 100%;
  height: auto;
}
.b_zhdw2_list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.b_zhdw2_list .top5 {
  padding: 170px 0 140px 0;
  color: #fff;
}
.b_zhdw2 .zw2 .dis {
  width: 140px;
  height: 140px;
  line-height: 140px;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.b_zhdw2 .zw2 .dis::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .3;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.b_zhdw2 .zw2 .dis::after {
  content: '';
  width: 120%;
  height: 120%;
  border: 3px solid #c30d23;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.b_zhdw2 .zw2 h6, .b_zhdw2 .zw2 p {
  color: #fff;
}
.b_zhdw2 .zw2 > div {
  width: 100%;
  display: block;
  height: auto;
  line-height: inherit;
  background-color: transparent;
}
.b_zhdw2 .zw2 h6 {
  font-size: 24px;
  padding-top: 34px;
  padding-bottom: 10px;
}
.b_zhdw2 .zw2 .dis span {
  font-size: 40px;
  position: relative;
  z-index: 100;
}
.b_zhdw2 .zw2:hover div::after {
  width: 90%;
  height: 90%;
}
.b_zhdw2 .zw2:hover div::before {
  transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
}
/* .b_zhdw2 .zw2:hover div::after{

    width: 80%;
    height: 80%;

} */
.b_zhdw3 {
  padding-bottom: 170px;
}
.b_zhdw3 .top5 {
  padding-top: 200px;
  padding-bottom: 50px;
}
.zw4 {
  padding-top: 80px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.zw4 div {
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  background-color: #f4f4f4;
  display: inline-block;
}
.zw4 div span {
  font-size: 36px;
  color: #c30d23;
}
.zw4 h6 i {
  padding: 50px 0 30px 0;
  font-size: 24px;
  color: #414141;
  /* border-bottom: 2px solid #d6d6d6; */
  display: inline-block;
}
.zw4 p {
  font-size: 18px;
  color: #414141;
  line-height: 30px;
  /* padding-top: 36px; */
}
.c_zhdw1 .zw3 p {
  display: block;
  color: #a3a3a3;
  line-height: 36px;
}
.c_zhdw2 .top5 {
  padding: 0;
  padding-top: 170px;
}
.c_zhdw2 .cx {
  width: 45%;
  margin-right: 10%;
}
.c_zhdw2 .cx_l p {
  width: 140px;
  height: 140px;
  line-height: 140px;
  border: none;
  position: relative;
  overflow: hidden;
}
.c_zhdw2 .cx_l, .c_zhdw2 .cx_r {
  vertical-align: middle;
}
.a_zhdw1 img {
  width: 100%;
}
.c_zhdw2 .cx_l p::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .3;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.c_zhdw2 .cx_l p::after {
  content: '';
  width: 120%;
  height: 120%;
  border: 3px solid #c30d23;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.c_zhdw2 .cx_l p span {
  transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -webkit-transform: translateY(2px);
}
.c_zhdw2 .cx .cx_l p span {
  color: #fff;
}
.c_zhdw2 .cx:hover .cx_l p::after {
  width: 90%;
  height: 90%;
}
.c_zhdw2 .cx:hover .cx_l p::before {
  transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
}
.zw4 {
  width: 26%;
  margin-right: 11%;
}
.zw4:nth-child(2n) {
  margin-right: 11%;
}
.zw4:nth-child(3n) {
  margin-right: 0;
}
.zw4:last-of-type {
  margin: 0;
}
.c_zhdw3 .b_zhdw3_list {
  text-align: center;
}
.a_zhdz1 {
  padding-bottom: 160px;
}
.a_zhdz1 .newBox > p {
  font-size: 24px;
  color: #333;
  line-height: 40px;
}
.a_zhdz_list {
  padding-top: 90px;
}
.zz {
  width: 23%;
  margin-right: 2.5%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.zz img {
  width: 100%;
}
.zz:nth-child(4n) {
  margin-right: 0;
}
.zz_text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.zz_text p {
  padding: 30px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 24px;
}
.a_zhdz2_t, .a_zhdz2_b {
  display: inline-block;
  position: relative;
  vertical-align: top;
  overflow: hidden;
}
.a_zhdz2_t {
  width: 50.05%;
  overflow: hidden;
}
.a_zhdz2_b {
  width: 49.95%;
  height: 100%;
  position: absolute;
  left: 50.05%;
}
.a_zhdz2 {
  position: relative;
}
.a_zhdz2 img {
  width: 100%;
  height: 100%;
}
.zz1 {
  width: 100%;
  height: 50%;
  z-index: 100;
}
.zz1_ab {
  width: 76%;
  position: absolute;
  /* left: 10%; */
  bottom: 16%;
  z-index: 100;
}
.a_zhdz2_t .zz1_ab {
  left: 160px;
}
.a_zhdz2_b .zz1_ab {
  left: 120px;
}
.zz1_ab h6 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 20px;
}
.zz1_ab p {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
}
.a_zhdz2_b .zz1:first-of-type {
  background: url(404.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.a_zhdz2_b .zz1:last-of-type {
  background: url(404.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
}
.zz2 .btn_as2 i {
  color: #333;
}
.a_zhdz3 {
  position: relative;
}
.a_zhdz3 .top2 {
  padding-bottom: 20px;
}
.a_zhdz3_pos .newBox > p {
  font-size: 24px;
  color: #333;
}
.a_zhdz3_pos {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.a_zhdz3_list {
  padding-top: 140px;
}
.zz2 {
  width: 33.333%;
  display: inline-block;
}
.zz2 > a > div {
  vertical-align: middle;
  display: inline-block;
}
.zz2_t {
  width: 94px;
  height: 94px;
  line-height: 94px;
  text-align: center;
  background-color: #e5e5e5;
}
.zz2_t span {
  color: #afafaf;
  font-size: 30px;
}
.zz2_b {
  padding-left: 30px;
}
.zz2_b h6 {
  font-size: 24px;
  color: #333;
  padding-bottom: 20px;
}
.b_zhdz1 .gsjs_main_title {
  position: relative;
  padding-bottom: 220px;
}
.zz3 P {
  /* display: inline-block; */
}
.zz3 P img {
  width: 100%;
  display: block;
}
.zz3 P:first-child {
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #bf1021;
  border-radius: 4px;
  /* display: inline-block; */
  margin: 0 auto;
}
.zz3 P span {
  font-size: 36px;
  color: #888;
}
.b_zhdz2 {
  background-color: #eeeeee;
  padding-bottom: 190px;
}
.b_zhdz2_pos {
  text-align: center;
}
.b_zhdz2 .top2 {
  padding-bottom: 120px;
}
.b_zhdz3 {
  position: relative;
}
.b_zhdz3 .top2 {
  color: #fff;
  padding-bottom: 0;
}
.b_zhdz3 img {
  width: 100%;
}
.b_zhdz3_pos {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.zz4 {
  width: 44%;
  margin-right: 12%;
  display: inline-block;
  padding-top: 120px;
  vertical-align: top;
}
.zz4:nth-of-type(2n) {
  margin-right: 0;
}
.zz4_b h6 {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.zz4_t p span {
  font-size: 26px;
  color: #fff;
}
.zz4_t p:first-child {
  width: 56px;
  height: 56px;
  line-height: 58px;
  text-align: center;
  background-color: #c30d23;
  border-radius: 5px;
  margin-right: 20px;
}
.zz4_t {
  width: 14%;
  display: inline-block;
  vertical-align: top;
}
.zz4_b {
  width: 86%;
  display: inline-block;
  vertical-align: top;
}
.zz4_b p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-bottom: 70px;
}
.b_zhdz4 {
  padding-bottom: 150px;
}
.b_zhdz4 .top5 {
  padding-top: 160px;
  padding-bottom: 100px;
}
.zz5 {
  width: 30%;
  margin-right: 4.9%;
  display: inline-block;
  vertical-align: top;
}
.zz5:nth-of-type(3n) {
  margin-right: 0;
}
.zz5_t img {
  width: 100%;
  height: auto;
}
.zz5 h6 {
  padding-top: 50px;
  padding-bottom: 26px;
  font-size: 24px;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
}
.zz5 p {
  padding-top: 20px;
  font-size: 18px;
  color: #333;
  opacity: .8;
  line-height: 30px;
  text-align: justify;
}
.d.top_zhdz2 img {
  width: 100%;
}
.d_zhdz4 {
  padding-bottom: 170px;
}
.d_zhdz4 .top5 {
  padding-top: 190px;
}
.zz6 {
  background-color: #e6e6e6;
  box-sizing: border-box;
  margin-top: 82px;
}
.zz6 div {
  vertical-align: middle;
  display: inline-block;
}
.zz6_l {
  width: 60%;
}
.zz6_l img {
  width: 100%;
}
.zz6_r {
  width: 40%;
  padding: 0 50px;
  box-sizing: border-box;
}
.zz6_r h6 {
  font-size: 24px;
  color: #333333;
}
.zz6_r span {
  width: 60px;
  height: 3px;
  background-color: #c30d23;
  display: inline-block;
  margin: 26px 0;
}
.zz6_r p {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  opacity: .7;
}
.e_zhdz2 .newBox > div {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.e_zhdz2 {
  padding-top: 130px;
  padding-bottom: 120px;
  background-color: #f1f1f1;
}
.e_zhdz2_l {
  text-align: center;
}
.e_zhdz2_l img {
  width: 80%;
  height: auto;
}
.e_zhdz2_r {
  padding-left: 140px;
  box-sizing: border-box;
}
.e_zhdz2_r .top5 {
  padding-bottom: 30px;
}
.e_zhdz2_r p {
  font-size: 24px;
  color: #333;
  line-height: 44px;
}
.e_zhdz3 .top5 {
  padding-top: 150px;
  padding-bottom: 100px;
}
.e_zhdz3 img {
  width: 100%;
}
.e_zhdz3 p {
  padding: 60px 0;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.e_zhdz3 {
  padding-bottom: 100px;
  position: relative;
}
.e_zhdz3 .swiper-button-prev, .e_zhdz3 .swiper-button-next {
  background-image: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #d2d2d2;
  border-radius: 50%;
  top: 88%;
  transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.e_zhdz3 .swiper-button-prev {
  left: 48%;
}
.e_zhdz3 .swiper-button-next {
  left: 52%;
}
.e_zhdz3 .swiper-button-prev:hover, .e_zhdz3 .swiper-button-next:hover {
  background-color: #c30d23;
  transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
}
.e_zhdz3 .swiper-button-prev span, .e_zhdz3 .swiper-button-next span {
  color: #fff;
  font-size: 16px;
}
.e_zhdz3 .swiper-button-prev span {
  display: block;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.style_zjl .zz4_t p:first-child {
  border-radius: 50%;
  margin-right: 30px;
}
.f_zhdz3 {
  text-align: center;
  padding-bottom: 180px;
}
.f_zhdz3 .top5 {
  padding-top: 200px;
  padding-bottom: 90px;
  text-align: left;
}
.f_zhdz3_pos {
  width: 65%;
  display: inline-block;
}
.zz7s {
  padding: 24px 0;
  background-color: #d0d3d6;
}
.zz7s ul li {
  width: 25%;
  display: inline-block;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.zz7 ul li {
  width: 25%;
  display: inline-block;
  padding: 1px;
  box-sizing: border-box;
  vertical-align: middle;
}
.zz7 ul li p {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  padding: 18px 0;
  font-size: 18px;
  color: #414141;
  /* font-weight: bold; */
}
.zz7 ul li p span {
  font-size: 20px;
  color: #b3b3b3;
}
.f_zhdz3_pos_b {
  display: none;
}
.f_zhdz3_btn {
  padding-top: 18px;
}
.f_zhdz3_btn button {
  width: 34px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #c30d23;
  outline: none;
  border: none;
  color: #fff;
  font-size: 20px;
}
.g_zhdz1 {
  position: relative;
  background-color: #e6e6e6;
}
.g_zhdz1 .top5 {
  padding: 120px 0;
}
.zz8 {
  background-color: #f1f1f1;
}
.zz8 > div {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.g_zhdz1_list {
  overflow: hidden;
}
.zz8_l {
  padding: 0 120px 0 160px;
  box-sizing: border-box;
}
.zz8_ls {
  padding: 0 160px 0 120px;
}
.zz8_l h4 span {
  font-size: 20px;
  color: #c30d23;
  vertical-align: middle;
  margin-right: 30px;
}
.zz8_l h4 i {
  font-size: 24px;
  color: #333;
  vertical-align: middle;
}
.zz8_l p {
  padding-top: 60px;
  font-size: 18px;
  color: #333;
  line-height: 28px;
}
.zz8_r img {
  width: 100%;
}
.join3_btm {
  width: 100%;
  height: auto;
  padding: 120px 0;
  box-sizing: border-box;
}
.ani_index .join3_btm {
  transition: .6s;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.join3_btm_01 {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px;
}
.join3_btm_01 > h2 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.join3_btm_01 > p {
  font-size: 14px;
  color: #8c8c8c;
  background: url(404.png) no-repeat;
  background-size: 18px 18px;
  background-position: 44% 56%;
  /*text-indent: 756px;*/
  text-align: center;
  padding-top: 46px;
  padding-bottom: 38px;
}
.join3_btm_02 > p {
  font-size: 14px;
  color: #282828;
  line-height: 30px;
  margin-bottom: 20px;
}
.join3_btm_02 > p strong {
  color: #000;
}
.join3_btm_02 img {
  max-width: 100%;
  height: auto;
  padding: 40px 0;
}
.join3_btm_02 strong {
  font-weight: bold;
  font-size: larger;
}
/* .join3_btm_02>p:nth-of-type(1){
	padding-bottom: 50px;
} */
.join3_btm_02 > div {
  width: 914px;
  height: 610px;
  margin: 0 auto;
  overflow: hidden;
}
.join3_btm_02 > div:hover img {
  transition: 10s;
  transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -webkit-transform: scale(1.6);
}
.join3_btm_02 > div img {
  width: 100%;
  height: auto;
  transition: .6s;
}
/* .join3_btm_02>p:nth-of-type(2){
	padding-top: 80px;
}
.join3_btm_02>p:nth-of-type(3){
	padding-top: 30px;
	padding-bottom: 56px;
} */
.join3_btm_03 {
  width: 100%;
  /*height: 80px;*/
  /* position: absolute; */
  background: #e8e8e8;
  /* left: 50%; */
  /* margin-left: -800px; */
  /* bottom: 135px; */
  /* display: flex; */
  margin-top: 60px;
}
.join3_btm_03 > div {
  /* flex: 1; */
  font-size: 12px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
}
.join3_btm_03 > div:first-of-type, .join3_btm_03 > div:last-of-type {
  width: 40%;
}
.join3_btm_03 > div:nth-of-type(2) {
  width: 20%;
}
.join3_btm_03 > div a {
  color: #7a8089;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.join3_btm_03 > div:hover a {
  color: #bf1021;
}
.b_cpzx5 .top3 p {
  padding-top: 50px;
}
.e_cpzx1 .top3 {
  padding-bottom: 60px;
}
.zz img, .zz:hover img, .cx11 img, .cx11:hover img, .cx6 img, .cx6:hover img {
  transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0.1s;
  -webkit-transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0.1s;
  -moz-transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0.1s;
  -o-transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0.1s;
}
.a_zhdz2_b .zz1 img, .a_zhdz2_b .zz1:hover img, .zz1, .zz1:hover, .a_zhdz2_t::after, .a_zhdz2_t:hover::after {
  transition: all .6s cubic-bezier(0.35, 0.75, 0.55, 1) 0.1s;
  -webkit-transition: all .6s cubic-bezier(0.35, 0.75, 0.55, 1) 0.1s;
  -moz-transition: all .6s cubic-bezier(0.35, 0.75, 0.55, 1) 0.1s;
  -o-transition: all .6s cubic-bezier(0.35, 0.75, 0.55, 1) 0.1s;
}
.a_zhdz2_t::after {
  content: '';
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 50%;
  top: 0;
}
.a_zhdz2_t:hover::after {
  width: 100%;
  left: 0;
}
.zz, .cx6 > div, .cx11 > div {
  overflow: hidden;
}
.zz:hover img, .cx11:hover img, .cx6:hover img {
  transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
}
.header_map {
  width: 200px;
}
.header_map img {
  max-width: 100%;
}
.a_zhdz2_b .zz1:hover {
  top: 0;
  height: 100%;
  z-index: 200;
  background-size: cover;
}
/* .a_zhdz2_b  .zz1:hover img{
  width: auto;
} */
.f_cpzx5_pos {
  text-align: center;
}
/* .f_cpzx5 img{
  width: 80%;
} */
.zw1_text h6 {
  padding-top: 46%;
}
.cx10_1s, .cx10_2s, .cx10_3s, .cx10_4s, .cx10_5s, .cx10_6s {
  display: none;
}
.contact_us {
  position: fixed;
  top: 44%;
  right: 0;
  z-index: 500;
}
.contact_us li {
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  margin: 6px 0;
  position: relative;
  box-sizing: border-box;
}
.contact_us li a {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 60;
}
.contact_us li i {
  display: block;
  color: #666;
  font-size: 14px;
}
.contact_us li span {
  font-size: 22px;
  color: #666;
}
.contact_us li p {
  width: 200%;
  height: 100%;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: rgb(195, 12, 36);
  border: 1px solid rgb(195, 12, 36);
  position: absolute;
  top: -1px;
  right: -200%;
  z-index: 10;
  opacity: 0;
}
.contact_us li p, .contact_us li span, .contact_us li i, .contact_us li, .contact_us li:hover p, .contact_us li:hover span, .contact_us li:hover i, .contact_us li:hover {
  transition: all .6s;
  -o-transition: all .6s;
  -ms-transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
}
.contact_us li:hover {
  background-color: rgb(195, 12, 36);
  border: 1px solid transparent;
}
.contact_us li:hover i {
  color: #fff;
}
.contact_us li:hover span {
  color: #fff;
}
.contact_us li:hover p {
  right: 100%;
  opacity: 1;
}
#newBridge {
  display: none !important;
}
@media screen and (min-width: 1270px) {
  header .newBox > div {
    display: inline-block !important;
  }
}
@media screen and (max-width: 5000px) {
  .txlt h4 font {
    font-size: 45px
  }
  .tzzgx_l h2 a {
    font-size: 18px
  }
  .tzshgx_txt h2 {
    font-size: 36px;
  }
  .se2bs_left h2 {
    font-size: 55px;
  }
  .newBox, .index_main1_btm p {
    padding: 0 120px;
  }
  .e_zhdz3 {
    padding-bottom: 80px;
  }

  .join3_btm_01 > p {
    padding: 30px 0;
  }
  .join3_btm_01 {
    margin-bottom: 30px;
  }
  .zz3 P:first-child {
    width: 58px;
    height: 58px;
    line-height: 58px;
  }
  .join3_btm {
    padding: 80px 0;
  }
  .iac p {
    font-size: 20px;
  }
  .zw2 {
    padding: 80px 22px 10px 22px;
  }
  .footer_top_btn {
    top: 30%;
  }
  .g_cpzx3_pos {
    height: 700px;
  }
  .zw3 {
    margin-right: 120px;
  }
  .main1_btn h6 {
    font-size: 18px;
  }
  .zz8_ls {
    padding: 0 120px 0 80px;
  }
  .e_cpzx1 .top3 {
    padding-bottom: 40px;
  }
  .b_cpzx5 .top3 p {
    padding-top: 30px;
  }
  .header_nav ul li {
    width: 12.5%;
  }
  #myMenu {
    right: 80px;
  }
  .section .newBox {
    padding-top: 260px;
  }
  .index_main1_left h4 {
    font-size: 50px;
    line-height: 60px;
  }
  .index_main1_left p {
    padding-top: 20px;
  }
  .index_main1_left p span {
    width: 20px;
    height: 20px;
    margin-right: 16px;
  }
  .index_main1_right > div:last-of-type {
    padding-left: 60px;
  }
  .index_main1_right > div:first-of-type {
    padding-right: 60px;
  }
  .index_listBtn {
    padding-top: 200px;
  }
  .Number_roll_1 .dataOne, .Number_roll_2 .dataOne, .Number_roll_3 .dataOne {
    width: 24px;
    height: 40px;
  }
  .Number_roll_1 .tt span, .Number_roll_2 .tt span, .Number_roll_3 .tt span {
    font: 400 45px/40px "Arial";
  }
  .index_main1_left p i {
    font-size: 18px;
  }
  .index_listBtn ul li a span {
    font-size: 16px;
  }
  .index_listBtn ul li a span:last-of-type {
    font-size: 24px;
  }
  .style_banner_title h2 {
    font-size: 42px !important;
  }
  .style_banner_nav ul li {
    line-height: 62px;
  }
  .style_banner_nav ul li a {
    font-size: 16px;
  }
  .gxsw_spr_list div {
    padding: 8px 24px 1px 33px;
  }
  .gsxw {
    padding-top: 70px;
  }
  .gsxw_list {
    padding-top: 20px;
  }
  .gsxw_list > div {
    padding: 36px 0 28px 0;
  }
  .gxsw_spr_title h4 {
    font-size: 18px;
  }
  .gxsw_spr_title {
    padding: 20px 100px 30px 40px;
  }
  .gxsw_spr_list div h4 i {
    font-size: 18px;
    font-style: normal;
  }
  .gwst_a h4 i {
    font-size: 20px;
    font-style: normal;
  }
  .gwst_c span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
  .gsxw_btn {
    padding: 80px 0;
  }
  .gxsw_spr .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 3%;
  }
  .recruit_zxns {
    padding: 0;
    padding-top: 60px;
  }
  .zxns > div {
    padding: 30px 44px 0 44px;
    margin-bottom: 40px;
  }
  .zxns div h5 {
    font-size: 20px;
  }
  .z_s p {
    line-height: 60px;
  }
  .zxns > div > div:first-of-type {
    padding-bottom: 30px;
  }
  .zxns_btn a {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .z_t h6 {
    font-size: 16px;
    padding-bottom: 16px;
  }
  .lxwm {
    padding: 25px 0 0 0;
  }
  .lxwm h2 p span {
    font-size: 16px;
  }
  .lxwm h2 p i {
    font-size: 26px;
  }
  .lxwm h2 {
    line-height: 70px;
  }
  .lxwm h2 > span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    margin-right: 20px;
  }
  .lxwm_main1 h4 {
    padding: 42px 0 10px 0;
  }
  .lxwm_main1_list .lm {
    padding: 20px 0;
  }
  .lm > div:first-child span {
    font-size: 26px;
    padding-right: 16px;
  }
  .lxwm_main1 h4 span, .lxwm_map h4 span {
    font-size: 24px;
    padding: 0 10px 5px 10px;
  }
  .lxwm_main1 h4 i, .lxwm_map h4 i {
    font-size: 20px;
  }
  .lxwm_map {
    padding-top: 60px;
  }
  #container {
    width: 100%;
    height: 380px;
  }
  .lxwm_map h4 {
    line-height: 74px;
    padding-left: 40px;
  }
  .btn_as {
    padding: 0 20px 0 0;
    text-align: left;
    color: #fff;
  }
  .gxsw_spr {
    overflow: hidden;
  }
  .btn_as a {
    width: auto;
  }
  .btn_as i {
    width: 18px;
    height: 28px;
  }
  .gywm_main1 {
    padding-bottom: 110px;
  }
  .gywm_main1_btm > div {
    position: relative;
    width: 22%;
    margin-right: 3%;
    display: inline-block;
  }
  .gywm_main1_btm > div:nth-child(4n) {
    margin-right: 0;
  }
  .main1_btn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 46px 38px;
    box-sizing: border-box;
  }
  .gywm_main1_btm img {
    width: 100%;
    height: auto;
  }
  .main1_btn a {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .main1_btn h6 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
  }
  .main1_btn p {
    position: relative;
    top: 75%;
  }
  .gywm_main2 {
    background: url(404.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 200px;
  }
  .gywm_main2 .top {
    color: #fff;
  }
  .gywm_main2_btm > div {
    width: 26.6666%;
    margin-right: 10%;
    display: inline-block;
    vertical-align: top;
  }
  .gywm_main2_btm > div:nth-child(3n) {
    margin: 0;
  }
  .gywm_main2_btm h6 {
    position: relative;
    text-align: center;
  }
  .gywm_main2_btm h6::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 6%;
  }
  .gywm_main2_btm h6 p:first-of-type {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
  }
  .gywm_main2_btm h6 p:last-of-type {
    padding: 26px 0;
  }
  .gywm_main2_btm h6 p span {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
  }
  .gywm_main2_btm div p {
    font-size: 18px;
    color: #f7f7f7;
    line-height: 38px;
  }
  .gywm_main2_btm div a > p {
    text-align: justify;
  }
  .gywm_main3 .newBox > p {
    font-size: 18px;
    color: #414141;
    line-height: 38px;
  }
  .main3 {
    margin-top: 60px;
    position: relative;
  }
  .main3 > img {
    width: 100%;
  }
  .main3_list {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .main3_list img {
    max-width: 100%;
  }
  .main2_list_01 {
    position: absolute;
    right: 25.7%;
    top: 37.3%;
  }
  .main2_list_02 {
    position: absolute;
    right: 46%;
    top: 63.3%;
  }
  .main2_list_03 {
    position: absolute;
    right: 46%;
    top: 50.3%;
  }
  .main2_list_04 {
    position: absolute;
    right: 25.5%;
    top: 61%;
  }
  .main2_list_05 {
    position: absolute;
    right: 42.5%;
    top: 22%;
  }
  .main2_list_01 span, .main2_list_02 span, .main2_list_03 span, .main2_list_04 span, .main2_list_05 span {
    width: 10px;
    height: 10px;
    background-color: #c30d23;
    display: inline-block;
    border-radius: 50%;
    position: relative;
  }
  .main2_list_01 span i, .main2_list_02 span i, .main2_list_03 span i, .main2_list_04 span i, .main2_list_05 span i {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #c30d23;
    opacity: 0;
    transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    border-radius: 50%;
  }
  .main3 .active span i {
    animation: spans1 1s infinite linear;
  }
  .main3 .main3_btm ul .active {
    background: #c30d23;
    color: #fff;
  }
  .main2_list_02 p {
    left: -250%;
    bottom: -500%;
  }
  .main2_list_03 p {
    left: -450%;
    bottom: -500%;
  }
  .main2_list_04 p {
    left: 200%;
    bottom: -300%;
  }
  .main2_list_05 p {
    left: -300%;
    bottom: 400%;
  }
  .main2_list_02 p, .main2_list_03 p, .main2_list_04 p, .main2_list_05 p {
    font-size: 20px;
  }
  .main2_list_01 p, .main2_list_02 p, .main2_list_03 p, .main2_list_04 p, .main2_list_05 p {
    position: absolute;
    width: 200px;
    color: #414141;
  }
  .main2_list_01 p:first-of-type {
    left: 280%;
    bottom: -140%;
    font-size: 18px;
  }
  .main2_list_01 p:last-of-type {
    left: 400%;
    bottom: 700%;
    font-size: 24px;
  }
  .main3_btm {
    position: absolute;
    top: 36%;
    left: 160px;
  }
  .main3_btm h6, .main3_btm ul li {
    font-size: 18px;
    color: #414141;
    line-height: 40px;
    text-align: center;
    margin: 4px 0;
  }
  .main3_btm h6 {
    font-weight: bold;
  }
  .main3_btm ul li {
    border: 1px solid #c30d23;
    border-radius: 6px;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .gywm_main4 {
    background-color: #f7f7f7;
    padding-bottom: 120px;
    position: relative;
  }
  .gywm_main4 .swiper-slide {
    padding: 8px;
    box-sizing: border-box;
  }
  .gywm_main2_btm h6 p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
  }
  .gywm_main4 .swiper-button-next, .gywm_main4 .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #d2d2d2;
    border-radius: 50%;
    background-image: none;
    top: 6%;
  }
  .gywm_main4 .swiper-button-next {
    left: auto;
    right: 9%;
  }
  .gywm_main4 .swiper-button-prev {
    left: auto;
    right: 13%;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
  .gywm_main4 .swiper-button-next span, .gywm_main4 .swiper-button-prev span {
    color: #fff;
    font-size: 16px;
  }
  .gywm_main4 .swiper-button-next:hover, .gywm_main4 .swiper-button-prev:hover {
    background-color: #005bac;
  }
  .mainBar {
    padding: 0 120px;
  }
  .EnteringArea-full {
    overflow: hidden;
  }
  .EventsIcons .honorIcons-ul {
    margin: 0;
  }
  .EventsIcons .honorIcons-ul li .icons-con {
    padding: 50px 0;
  }
  .EventsIcons .honorIcons-ul li {
    margin: 0;
    width: 160px;
    cursor: pointer;
  }
  .EventsIcons .honorIcons-ul {
    border-bottom: 2px solid #5ec2bc;
  }
  .EventsIcons .honorIcons-ul li.active, .EventsIcons .honorIcons-ul li.active a, .EventsIcons .honorIcons-ul li:hover, .EventsIcons .honorIcons-ul li:hover a {
    color: #3f8b86;
    border: 0 none;
  }
  .EventsIcons .honorIcons-ul li.active .ico, .EventsIcons .honorIcons-ul li:hover .ico {
    background: url(404.png) center no-repeat #5ec2bc;
    color: #fff;
  }
  .EventsIcons .honorIcons-ul li .icons-con .vline {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 14px;
    background: url(404.png) no-repeat;
  }
  .EventsIcons .honorIcons-ul li .ico {
    width: 155px;
    height: 155px;
    border: 0 none;
    background: url(404.png) center no-repeat;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden;
  }
  .Eventsyear {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }
  .Eventsyear b, .Eventsyear .slogan {
    display: block;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
  }
  .EnteringArea-main .EventsIcons {
    font-size: 14px;
    margin: 0;
  }
  .EventsIcons .txt {
    width: 160px;
    padding: 0 3px;
    text-align: center;
  }
  .EventsItems {
    display: block;
    min-height: 0px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
  }
  .EventsItems-head {
    padding: 30px 6.5%;
    overflow: hidden;
    display: flex;
    align-items: baseline;
    justify-items: flex-start;
    margin-bottom: 30px;
    width: 62%;
    float: left;
  }
  .EventsItems-head .h2 {
    font-size: 60px;
    font-family: Arial;
    font-weight: 700;
    float: left;
    margin-right: 20px;
    color: #fff;
  }
  .EventsItems-head .h3 {
    color: #fff;
    vertical-align: baseline;
    position: relative;
    padding-left: 20px;
  }
  .EventsItems-head .h3 b {
    color: #3f8b86;
    font-size: 36px;
    line-height: 1;
    position: relative;
    bottom: -4px;
    margin: 0 3px;
  }
  .EventsItems-head .h3 .vline {
    width: 1px;
    height: 24px;
    float: left;
    background: #a5d7d4;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
  }
  .EventsItems {
    display: block;
    background: url(../image/timeaxis_bg.jpg) right bottom no-repeat #5ec2bc;
    color: #fff;
  }
  .EventsItems .display {
    z-index: 10;
  }
  .EventsItems .tabs-item {
    display: none;
  }
  .EventsItems .tabs-item.display {
    display: block;
  }
  .EventsItems .tabsItem-list {}
  .t-line {
    display: inline-block;
    width: 40px;
    height: 3px;
    overflow: hidden;
    font-size: 1px;
    line-height: 0;
    background: #9a9a9a;
  }
  /* 时间轴 */
  .timeAxis {
    border-top: 2px solid #ececec;
    clear: both;
    padding-bottom: 60px;
  }
  .timeAxis-box {
    margin: 0 100px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    top: -6px;
  }
  .timeAxis-ul {
    float: left;
    width: 10000px;
  }
  .timeAxis-ul li {
    float: left;
    width: 250px;
    position: relative;
    z-index: 1;
  }
  .timeAxis-ul li .t {
    font-size: 36px;
    font-family: Arial;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px 0;
    color: #fff;
  }
  .timeAxis-ul li .t, .timeAxis-ul li .c {
    margin-right: 50px;
  }
  .timeAxis-ul li .c {
    line-height: 1.6;
  }
  .timeAxis-ul li .c span {
    display: block;
    margin: 20px 0;
  }
  .timeAxis-ul li .circular {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #3f8b86;
    border: 2px solid #ececec;
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    left: 30px;
    top: 0;
  }
  .tabs-item .flex-direction-nav {
    text-align: center;
    margin-top: 20px;
    padding: 45px 36px 20px 0;
    float: right;
  }
  .timeAxis .flex-control-nav {
    display: none;
  }
  .tabs-item .flex-prev, .tabs-item .flex-next, .tabs-item .flex-direction-nav li {
    display: inline-block;
    width: 73px;
    height: 73px;
    margin: 0 10px;
    cursor: pointer;
  }
  .tabs-item .flex-prev, .tabs-item .flex-next {
    text-indent: -120px;
    overflow: hidden;
  }
  .tabs-item .flex-prev {
    background: url(../image/button_prev.png) center no-repeat;
  }
  .tabs-item .flex-next {
    background: url(../image/button_next.png) center no-repeat;
  }
}
.paper {
  width: 100%;
  overflow: hidden
}
.paper:nth-of-type(even) {
  background-color: #fff
}
.paper:nth-of-type(even) .paper-info, .paper:nth-of-type(even) .paper-intro {
  float: left
}
.paper:nth-of-type(even) .paper-img, .paper:nth-of-type(even) .paper-pic {
  float: right
}
.paper:nth-of-type(odd) {
  background-color: #f6f8fb
}
.paper:nth-of-type(odd) .paper-info, .paper:nth-of-type(odd) .paper-intro {
  float: right
}
.paper:nth-of-type(odd) .paper-img, .paper:nth-of-type(odd) .paper-pic {
  float: left
}
@media (max-width:768px) {
  .paper:nth-of-type(even) .paper-info, .paper:nth-of-type(odd) .paper-info {
    float: none
  }
  .paper:nth-of-type(even) .paper-img, .paper:nth-of-type(even) .paper-pic, .paper:nth-of-type(odd) .paper-img, .paper:nth-of-type(odd) .paper-pic {
    float: none
  }
}
.paper-inner {
  width: 80%;
  max-width: 1280px;
  margin: 13vh auto
}
@media (max-width:768px) {
  .paper-inner {
    margin: 6vh auto 13vh auto
  }
}
.paper-info {
  width: 52%
}
.paper-intro {
  width: 39%
}
.paper-info h2, .paper-intro h2 {
  position: relative;
  font-size: 2rem;
  line-height: 3rem;
  padding-left: 5rem
}
.paper-info h2:after, .paper-intro h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3.9rem;
  height: 3.9rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}
.paper-info p, .paper-intro p {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.9rem;
  letter-spacing: .033rem
}
.paper-info li, .paper-intro li {
  position: relative;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.6rem;
  padding-left: 1.3rem
}
.paper-info li:before, .paper-intro li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .53rem;
  width: .38rem;
  height: .38rem;
  border-radius: .19rem;
  background-color: #0267db
}
.paper-info label, .paper-intro label {
  display: block
}
.paper-info a, .paper-intro a {
  display: inline-block
}
.paper-info li + li, .paper-intro li + li {
  margin-top: 1rem
}
.paper-info h2 + p, .paper-intro h2 + p {
  margin-top: 3rem
}
.paper-info p + p, .paper-intro p + p {
  margin-top: 2rem
}
.paper-info p + label, .paper-intro p + label {
  margin-top: 2rem
}
.paper-info h2 + ul, .paper-info p + ul, .paper-intro h2 + ul, .paper-intro p + ul {
  margin-top: 2rem
}
.paper-info label + label, .paper-intro label + label {
  margin-top: 1.5rem
}
.paper-info ul + label, .paper-intro ul + label {
  margin-top: 2rem
}
@media (max-width:768px) {
  .paper-info, .paper-intro {
    width: 100%;
    margin-top: 3rem
  }
  .paper-info h2, .paper-intro h2 {
    padding-left: 0
  }
  .paper-info h2:after, .paper-intro h2:after {
    display: none
  }
}
.paper-pic {
  position: relative;
  width: 39%;
  padding-top: 26%;
  border-radius: .37rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #9da2af
}
@media (max-width:768px) {
  .paper-pic {
    width: 100%;
    padding-top: 66.66%
  }
}
.paper-img {
  position: relative;
  width: 50%;
  padding-top: 33.33333%;
  border-radius: .37rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #9da2af
}
@media (max-width:768px) {
  .paper-img {
    width: 100%;
    padding-top: 66.66%
  }
}
.paper-label {
  position: absolute;
  left: 0;
  bottom: -3rem;
  width: 100%;
  color: #666;
  text-align: center;
  line-height: 3rem
}
/*产品展示*/
.pro-center {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 35px 0 30px 0;
  background: #ffffff;
}
.pro-center .title {
  font-size: 34px;
  text-align: left;
  padding-bottom: 5px;
  color: #333333;
  letter-spacing: 1px;
  width: 50%;
}
.pro-center .sub-title {
  font-size: 20px;
  text-align: left;
  color: #333333;
  width: 50%;
}
.pro-center .sub-title span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: auto;
}
.pro-center .sub-title span.text {
  padding: 0 10px;
}
.imgs {
  height: 130px;
  line-height: 215px;
  text-align: center;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.imgs img {
  max-width: 80%;
}
.imgs a {
  position: relative;
  z-index: 100;
}
.imgs span {
  display: block;
  position: absolute;
  background: linear-gradient(to right, #005bac 0%, #005bac 100%);
  z-index: 110;
}
.imgs span:nth-of-type(1) {
  width: 100%;
  height: 4px;
  top: 0;
  left: -100%;
}
.imgs span:nth-of-type(2) {
  width: 4px;
  height: 100%;
  top: -100%;
  right: 0;
}
.imgs span:nth-of-type(3) {
  width: 100%;
  height: 4px;
  right: -100%;
  bottom: 0;
}
.imgs span:nth-of-type(4) {
  width: 4px;
  height: 100%;
  bottom: -100%;
  left: 0;
}
.imgs:hover span:nth-of-type(1) {
  left: 0;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
}
.imgs:hover span:nth-of-type(2) {
  top: 0;
  transition: all .2s .2s linear;
  -webkit-transition: all .2s .2s linear;
  -moz-transition: all .2s .2s linear;
  -o-transition: all .2s .2s linear;
}
.imgs:hover span:nth-of-type(3) {
  right: 0;
  transition: all .2s .4s linear;
  -webkit-transition: all .2s .4s linear;
  -moz-transition: all .2s .4s linear;
  -o-transition: all .2s .4s linear;
}
.imgs:hover span:nth-of-type(4) {
  bottom: 0;
  transition: all .2s .6s linear;
  -webkit-transition: all .2s .6s linear;
  -moz-transition: all .2s .6s linear;
  -o-transition: all .2s .6s linear;
}
* {
  margin: 0;
  padding: 0;
}
.sub-nav {
  border-bottom: 1px solid hsla(0, 0%, 9%, .13);
  background-color: #f5f9fa;
}
.sub-navx {
  height: 65px;
  border-bottom: 1px solid hsla(0, 0%, 9%, .13);
}
.qzx {
  margin: 0 auto;
  width: 75%;
}
.large-8 {
  width: 90rem;
}
.sub-nav a {
  font-size: 1.0625rem;
  line-height: 3rem;
  color: #333;
  margin-left: 2rem;
}
.sub-nav a:hover {
  color: #0267db;
}
.sub-nav .active {
  position: relative;
  color: #0267db;
}
.sub-nav .active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #0267db;
}
.xxywz {
  color: #333;
  line-height: 4.5;
}
.mrxxx {
  margin: 0 auto;
  width: 100%;
  height: 100px;
  background: #F6F6F6;
  line-height: 5.5;
}
.mrxxx i {
  font-size: 28px;
  color: #005bac;
  line-height: 6px;
  padding: 10px;
}
.mrxxx a {
  font-size: 18px;
  font-weight: normal;
}
.xflkdl {
  font-size: 12px;
  font-weight: normal;
  margin-left: 3%;
  position: absolute;
  bottom: 70%;
}
.gjzw {
  font-weight: 600;
  color: #FFF;
  font-size: 42px;
  margin-bottom: 14px;
  line-height: 0.8;
}
.sjz {
  margin-top: 11%;
}
.jf {
  width: 30%;
  margin-top: 30px;
  float: left;
}
.jflw {
  width: 70%;
  float: right;
}
.sjxsj {
  height: 0;
  bottom: 280px;
  left: 20%;
  width: 75% !important;
  position: relative !important;
}
.hb {
  float: right;
  padding-right: 20px !important;
  text-align: right !important;
}
.hc {
  width: 68%
}
.yq {
  font-size: 36px;
  font-weight: bold;
  width: 48%;
  float: left;
  text-align: left;
}
.xmd {
  font-size: 42px;
  line-height: 2;
}
.ldbc {
  margin-left: 130px;
}
.bzsd {
  padding: 0 130px;
  width: 75%;
}
.youwu {
  font-size: 0;
}
.gdtk {
  height: 105px;
}
.kdg {
  width: 45.5%;
}
.gwbt {
  width: 100%;
  height: 380px;
}
.fzwc {
  position: absolute;
  width: 100%;
  height: 91px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  filter: alpha(opacity=40);
  left: 0;
  bottom: 0;
  z-index: 0;
  padding: 20px;
}
.fzwc h4 {
  font-size: 18px;
}
.xdz {
  width: 50%;
  float: left;
  padding: 0 0 40px 130px;
}
.kwl {
  width: 100%;
  height: 820px;
}
.lscyxsj {
  width: 100%;
}
.sqylyl {
  width: 45%;
}
@media(max-width:767px) {
  .sjz {
    margin-top: 30%;
  }
  .gjzw {
    font-weight: 600;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 0.8;
  }
  .bg-lan {
    display: none;
  }
  .bg-h {
    display: none;
  }
  .jflw {
    width: 100%;
  }
  .jf {
    width: 50%;
    margin-top: 10px;
    font-size: 12px;
    position: absolute;
    z-index: 1;
  }
  .sjxsj {
    height: 265px;
    bottom: 0;
    left: 8%;
    width: 84% !important;
    top: 20px;
  }
  .hb {
    padding-right: 40px !important;
    text-align: left !important;
  }
  .hb h1 {
    color: #fff;
  }
  .hc {
    width: 100%
  }
  .focus {
    width: 100%;
    height: 242px;
    float: left;
  }
  .focus img {
    width: 100%;
    height: 242px;
  }
  .focus .shadow .title {
    width: 260px;
    height: 65px;
    padding-left: 30px;
    padding-top: 20px;
  }
  .focus .shadow .title a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden;
  }
  .focus .btn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
  }
  .focus .btn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
  }
  .focus .btn a:hover, .focus .btn a.current {
    cursor: pointer;
    background: #fc114a;
  }
  .focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
  }
  .focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 62px;
    line-height: 62px;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    display: block;
    text-align: left;
  }
  .focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    margin-left: 30px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
  }
  .focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
  }
  .focus .fcon img {
    display: block;
  }
  .focus .fbg {
    bottom: 20px;
    right: 10px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
  }
  .focus .fbg div {
    margin: 15px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px
  }
  .focus .D1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: url(404.png) no-repeat;
  }
  .focus .D1fBt .current, .focus .D1fBt a:hover {
    background: url(404.png) no-repeat;
  }
  .focus .D1fBt img {
    display: none
  }
  .focus .D1fBt i {
    display: none;
    font-style: normal;
  }
  .focus .prev, .focus .next {
    position: absolute;
    width: 25px;
    height: 47px;
    background: url(404.png) no-repeat;
  }
  .focus .prev {
    top: 50%;
    margin-top: -37px;
    left: 30px;
    background-position: 0 -47px;
    cursor: pointer;
  }
  .focus .next {
    top: 50%;
    margin-top: -37px;
    right: 30px;
    background-position: -25px -47px;
    cursor: pointer;
  }
  .focus .prev:hover {
    background-position: 0 0;
  }
  .focus .next:hover {
    background-position: -25px 0;
  }
  .i-news {
    width: 100%;
    height: 242px;
    border-bottom: 0;
    font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53";
    position: relative;
  }
  /*.i-news-title{ height:33px; line-height:33px; text-indent:12px; color:#164182; font-size:16px; background:url(404.png) left top repeat-x;}*/
  .i-news-content {
    width: 100%;
    height: 242px;
    overflow: hidden;
  }
  .i-news-item {
    width: 100%;
    height: 242px;
    position: relative;
  }
  .i-news-item-pic {
    width: 100%;
    height: 242px;
  }
  .i-news-item-pic img {
    width: 100%;
    height: 242px;
  }
  .i-news-item-title {
    width: 100%;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    font-size: 16px;
    background: url(../image/title-nav-bg.png) left bottom repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    text-indent: 5px;
  }
  .i-news-item-title a:link, .i-news-item-title a:visited, .i-news-item-title a:hover, .i-news-item-title a:active {
    color: #fff;
  }
  .i-news-nav {
    width: 80px;
    height: 12px;
    position: absolute;
    bottom: 20px;
    right: 14px;
  }
  .i-news-page {
    width: 10px;
    height: 20px;
    margin-left: 5px;
    float: left;
    background: url("../image/bb_b.png") center no-repeat;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    text-indent: 20px;
    overflow: hidden;
  }
  .i-news-page-active {
    background: url("../image/bb_l.png") center no-repeat;
  }
  .information-tab .information-left {
    width: 100%;
    height: 242px;
    overflow: hidden;
    position: relative;
    float: none;
  }
  .information-tab .information-right {
    width: 100%;
    height: 242px;
    float: none;
  }
  .price {
    width: 100%;
    margin: 0 auto;
  }
  .price .category {
    width: 52%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    float: right;
    margin-top: 16px;
  }
  .price .category ul li {
    padding: 1% 4%;
    font-size: 14px;
    margin-left: 7%;
  }
  .yq {
    font-size: 28px;
    font-weight: bold;
    width: 48%;
    float: left;
    text-align: left;
  }
  .information-tab .information-right .article-list .article-content {
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    color: #5e5e5e;
    line-height: 26px;
    display: block;
  }
  .information-tab .information-bottom {
    display: none;
  }
  .information-tab .information-right .article-list {
    border: 0px solid #fbfbfb;
  }
  .cbpara_cb5429c0123 {
    margin: 0 20px;
  }
  .cbpara_cb5429c0 {
    width: 75%;
  }
  .i-news-item-title a {
    width: 70%;
    overflow-x: hidden;
  }
  .single-footer-widget .widget-list li {
    width: 33%;
  }
  .single-footer-widget {
    text-align: center;
  }
  .footer-logo {
    padding-top: 20px;
  }
  .information-tab .information-right .article-list .article-title {
    width: 100%;
  }
  .xmd {
    font-size: 36px;
    line-height: 1;
  }
  .breadcrumb-content ul li {
    font-size: 12px;
  }
  .newBox, .index_main1_btm p {
    padding: 0 10px;
  }
  .gywm_main1_btm > div {
    position: relative;
    width: 46%;
    margin: 1.6%;
    display: inline-block;
  }
  .main1_btn h6 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }
  .main1_btn {
    padding: 15px 10px;
  }
  .main1_btn p {
    bottom: -155px;
  }
  .ldbc {
    margin-left: 18px;
  }
  .bzsd {
    padding: 0 18px;
    width: 100%;
  }
  .mainBar {
    padding: 0 18px;
  }
  .EventsItems-head {
    width: 100%;
  }
  .EventsItems-head .h2 {
    font-size: 19px;
  }
  .tabs-item .flex-direction-nav {
    text-align: center;
    margin-top: 0;
    padding: 0px 36px 20px 0;
    float: right;
  }
  .timeAxis-box {
    margin: 0 0;
  }
  .timeAxis-ul li .t {
    font-size: 20px;
  }
  .timeAxis-ul li .t, .timeAxis-ul li .c {
    margin-right: 0px;
    height: 60px;
  }
  .youwu {
    font-size: 18px;
  }
  .lxwm_main1_list .lm {
    padding: 10px 0;
    width: 94%;
  }
  .gdtk {
    height: 105px;
  }
  .lm > div:last-child {
    width: 100%;
  }
  .zxns > div {
    padding: 30px 27px 0 14px;
  }
  .zxns_btn {
    left: 68%;
    top: 56%;
  }
  .zxns div p span {
    width: 90%;
    display: block;
  }
  .zxns_btn a {
    width: 100px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }
  .kdg {
    width: 100%;
  }
  .gwbt {
    width: 100%;
    height: 242px;
  }
  .gxsw_spr {
    height: 242px;
  }
  .fzwc {
    width: 100%;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    font-size: 16px;
    background: url(../image/title-nav-bg.png) left bottom repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    text-indent: 0px;
    padding: 10px;
  }
  .fzwc h4 {
    width: 67%;
    font-size: 14px;
    overflow-x: hidden;
  }
  .fzwc a {
    display: none;
  }
  .gxsw_spr_list {
    display: none;
  }
  .gwst_b {
    width: 100%;
  }
  .gsxw_btn {
    padding: 20px 0;
  }
  .xdz {
    width: 100%;
    float: left;
    padding: 0;
  }
  .pro-center .sub-title {
    width: 100%;
  }
  .pro-center .title {
    text-align: center;
    width: 100%;
  }
  .pro-center .sub-title {
    text-align: center;
  }
  .kwl {
    width: 100%;
    height: 380px;
  }
  .gywm_main4 .swiper-button-next {
    right: 37%;
    top: 80%;
  }
  .gywm_main4 .swiper-button-prev {
    right: 52%;
    top: 80%;
  }
  .imgs img {
    padding-bottom: 15%;
  }
  .lscyxsj {
    width: 100%;
  }
  .sqylyl {
    width: 50%;
  }
  .mrxxx i {
    font-size: 24px;
  }
  .mrxxx a {
    font-size: 14px;
    overflow: hidden;
    line-height: 20px;
    padding: 0 10px;
  }
  .qzx {
    width: 80%;
  }
  .large-8 {
    width: 100%;
  }
  .sub-nav a + a {
    margin-left: 0rem;
  }
  .large-8 a {
    width: 100%;
  }
  .gsxw_list > div a > .gwst_a {
    width: 100%;
  }
  .z_t > div {
    width: 100%;
    padding-right: 0%;
  }
  .sub-nav a {
    font-size: 1.0625rem;
    line-height: 5rem;
    color: #333;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .breadcrumb-content ul li p {
    display: none;
  }
}
