.wapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.banner .swi-prev-banner,
.banner .swi-next-banner {
  width: 40px;
  height: 80px;
  background-size: 40px 80px;
  font-weight: bold;
  margin-top: -40px;
}
.banner .swi-prev-banner {
  left: 100px;
}
.banner .swi-next-banner {
  right: 100px;
}
.banner img,
.advert_block img {
  display: block;
  width: 100%;
}
.banner .swiper-pagination-bullet,
.advert_block .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  background: #ffffff;
}
.banner .swiper-pagination-bullet-active,
.advert_block .swiper-pagination-bullet-active {
  width: 30px;
  height: 10px;
  background: #C81205 !important;
  border-radius: 5px;
}
.noticebox {
  height: 30px;
  margin-top: 32px;
}
.noticebox .nobody {
  display: flex;
  align-items: center;
}
.noticebox .nobody .icon {
  font-size: 22px;
  padding-left: 43px;
  background: url(../images/icon-tip.png) no-repeat;
  background-size: 27px;
}
.noticebox .nobody .icon a {
  color: #666666;
  font-weight: bold;
}
.noticebox .news {
  flex: 1;
  margin-left: 30px;
  font-size: 16px;
  position: relative;
}
.noticebox .news .noul {
  height: 30px;
  overflow: hidden;
}
.noticebox .news .noul li {
  line-height: 30px;
  overflow: hidden;
}
.noticebox .news .noul li a {
  display: block;
  color: #333333;
}
.noticebox .news .noul li a p {
  float: left;
  width: 77%;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.noticebox .news .noul li a span {
  float: right;
  color: #999999;
}
.noticebox .news .noul li a em {
  float: right;
}
.noticebox .news .noul li:first-child {
  margin-top: 0px;
  transition: margin-top 0.8s;
  /*姝ゅ鍙慨鏀规瘡娆℃粴鍔ㄦ寔缁椂闂�*/
}
.news_block {
  margin-top: 45px;
}
.news_block .news_main .news_left {
  float: left;
  width: 600px;
  height: 397px;
}
.news_block .news_main .news_left .swiper {
  height: 100%;
}
.news_block .news_main .news_left a {
  display: block;
  position: relative;
  height: 100%;
}
.news_block .news_main .news_left a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.news_block .news_main .news_left a .word {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, #000000 100%);
  padding: 18px 130px 18px 20px;
  color: #ffffff;
  font-size: 18px;
  overflow: hidden;
  text-align: left;
  transition: all 0.3s;
}
.news_block .news_main .news_left .swiper-button-next,
.news_block .news_main .news_left .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #C81205;
  background-size: 10px 20px;
  bottom: 0;
  top: auto;
}
.news_block .news_main .news_left .swiper-button-next::after,
.news_block .news_main .news_left .swiper-button-prev::after {
  font-size: 20px;
}
.news_block .news_main .news_left .swiper-button-next {
  right: 0;
}
.news_block .news_main .news_left .swiper-button-prev {
  right: 70px;
  left: auto;
}
.news_block .news_main .news_right {
  float: right;
  width: 580px;
}
.news_block .news_main .news_right .title {
  padding: 7px 0;
  border-bottom: 2px solid rgba(153, 153, 153, 0.2);
}
.news_block .news_main .news_right .title .tab_hd {
  float: left;
}
.news_block .news_main .news_right .title .tab_hd .li {
  width: 128px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-left: 35px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.news_block .news_main .news_right .title .tab_hd .li::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 7px solid #ffffff;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -11px;
}
.news_block .news_main .news_right .title .tab_hd .li.on {
  background: #C81205;
  color: #FFFFFF;
}
.news_block .news_main .news_right .title .tab_hd .li.on::after {
  border-top: 7px solid #C81205;
}
.news_block .news_main .news_right .title .more {
  float: right;
  color: #C81205;
}
.news_block .news_main .news_right .tab_content .tab_main {
  display: none;
}
.news_block .news_main .news_right .tab_content .tab_main.show {
  display: block;
}
.news_block .news_main .news_right .news_ul {
  padding-top: 10px;
}
.news_block .news_main .news_right .news_ul li {
  padding: 6px 0 6px 10px;
}
.news_block .news_main .news_right .news_ul li .inbox {
  display: block;
  line-height: 30px;
  color: #333333;
  font-size: 16px;
  transition: all 0.3s;
}
.news_block .news_main .news_right .news_ul li .inbox p {
  float: left;
  overflow: hidden;
  width: 85%;
  height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_block .news_main .news_right .news_ul li .inbox span {
  float: right;
}
.more {
  display: block;
  width: 65px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid #C81205;
  color: #C81205;
  transition: all 0.3s;
}
.media_block {
  margin-top: 50px;
}
.media_block .media_tille .tab_hd {
  float: left;
}
.media_block .media_tille .tab_hd .li {
  display: inline-block;
  font-size: 24px;
  line-height: 35px;
  cursor: pointer;
}
.media_block .media_tille .tab_hd .li.on {
  color: #C81205;
}
.media_block .media_tille .more {
  float: right;
  margin-top: 2px;
  color: #C81205;
}
.media_block .media_main {
  padding: 45px 0 70px;
}
.media_block .media_main .tab_content {
  background: #ffffff;
}
.media_block .media_main .tab_content .tab_main {
  margin: 0 -10px;
}
.media_block .media_main .tab_content .tab_main .media_left {
  float: left;
  width: 50%;
  padding: 0 9px;
}
.media_block .media_main .tab_content .tab_main .media_left .pic_ul {
  border: 1px solid #E2E2E2;
  padding: 0 20px 40px;
}
.media_block .media_main .tab_content .tab_main .media_left .pic_ul .item {
  margin-top: 40px;
}
.media_block .media_main .tab_content .tab_main .media_left .pic_ul .item .inbox {
  display: block;
}
.media_block .media_main .tab_content .tab_main .media_left .pic_ul .item .inbox .img {
  width: 224px;
  height: 140px;
  float: left;
  overflow: hidden;
}
.media_block .media_main .tab_content .tab_main .media_left .pic_ul .item .inbox .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.media_block .media_main .tab_content .tab_main .media_left .pic_ul .item .inbox .word {
  color: #333333;
  margin-left: 244px;
}
.media_block .media_main .tab_content .tab_main .media_left .pic_ul .item .inbox .word .tt {
  font-size: 16px;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  transition: all 0.3s;
}
.media_block .media_main .tab_content .tab_main .media_left .pic_ul .item .inbox .word .p {
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  margin: 14px 0 18px;
}
.media_block .media_main .tab_content .tab_main .media_left .pic_ul .item .inbox .word .time {
  color: #394E67;
  line-height: 1;
}
.media_block .media_main .tab_content .tab_main .media_right {
  float: right;
  width: 50%;
  padding: 16px 0 16px 40px;
}
.media_block .media_main .tab_content .tab_main .media_right .li {
  padding: 10px 0;
}
.media_block .media_main .tab_content .tab_main .media_right .li .inbox {
  color: #394E67;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.media_block .media_main .tab_content .tab_main .media_right .li .inbox p {
  float: left;
  width: 80%;
  font-size: 16px;
}
.media_block .media_main .tab_content .tab_main .media_right .li .inbox span {
  float: right;
}
.index_title {
  font-size: 24px;
  color: #333333;
  line-height: 35px;
  margin: 50px 0;
}
.index_modal {
  position: fixed;
  right: 26px;
  bottom: 30px;
  width: 190px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.11);
  padding: 23px 6px 20px;
  z-index: 9999;
}
.index_modal .icon_close {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 15px;
  height: 15px;
  background: url(../images/icon_close.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.index_modal .index_modal_body .img {
  padding: 0 10px;
}
.index_modal .index_modal_body .img img {
  display: block;
  width: 100%;
  height: auto !important;
}
.index_modal .index_modal_body .tt {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  margin-top: 10px;
}
.business_block {
  margin-top: 47px;
  margin-bottom: 60px;
}
.business_block .business_title {
  font-size: 28px;
  margin-bottom: 40px;
}
.business_block .business_main {
  margin: 0 -6px;
}
.business_block .business_main .item {
  float: left;
  width: 25%;
  padding: 0 22px;
  position: relative;
  z-index: 10;
}
.business_block .business_main .item .inbox {
  display: block;
  position: relative;
  border-radius: 12px;
  border: 1px solid #E2E2E2;
  height: 130px;
  padding-top: 18px;
  transition: all 0.3s;
}
.business_block .business_main .item .inbox .img {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business_block .business_main .item .inbox .word {
  line-height: 1;
  text-align: center;
  margin-top: 18px;
  font-size: 18px;
}
.display_blcok {
  margin-bottom: 45px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E9E9E9;
}
.display_blcok .display_title {
  font-size: 18px;
  padding-left: 40px;
  background: url(../images/icon-title.png) no-repeat;
  background-size: 25px;
  background-position: left center;
  margin-bottom: 30px;
}
.display_blcok .display_list {
  margin: 0 -20px;
}
.display_blcok .display_list .item {
  float: left;
  width: 33.333%;
  padding: 0 20px;
}
.display_blcok .display_list .item .inbox {
  display: block;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.11);
}
.display_blcok .display_list .item .inbox .img {
  height: 207px;
  overflow: hidden;
  position: relative;
}
.display_blcok .display_list .item .inbox .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.display_blcok .display_list .item .inbox .img .pop {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 150px;
  color: #ffffff;
  transition: all 0.3s;
}
.display_blcok .display_list .item .inbox .word {
  height: 83px;
  line-height: 82px;
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #E9E9E9;
}
.display_blcok.more_dis .display_list .item .inbox .img .pop {
  line-height: 75px;
  overflow: hidden;
}
.display_blcok.more_dis .display_list .item .inbox .img .pop .ol {
  width: 50%;
  height: 50%;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.display_blcok.more_cul .display_list {
  margin: 0 -15px;
}
.display_blcok.more_cul .display_list .item {
  width: 20%;
  padding: 0 15px;
}
.display_blcok.more_cul .display_list .item .inbox .img {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.display_blcok.more_cul .display_list .item .inbox .img img {
  display: block;
  width: auto;
}
.display_blcok.more_cul .display_list .item .inbox .word {
  height: 60px;
  line-height: 60px;
}
.display_blcok.more_cul_fore .display_list,
.display_blcok.more_cul_curture .display_list {
  margin: 0 -15px;
}
.display_blcok.more_cul_fore .display_list .item,
.display_blcok.more_cul_curture .display_list .item {
  width: 25%;
  padding: 0 15px;
}
.display_blcok.more_cul_fore .display_list .item .inbox .img,
.display_blcok.more_cul_curture .display_list .item .inbox .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.display_blcok.more_cul_fore .display_list .item .inbox .img img,
.display_blcok.more_cul_curture .display_list .item .inbox .img img {
  display: block;
  width: auto;
}
.display_blcok.more_cul_fore .display_list .item .inbox .word,
.display_blcok.more_cul_curture .display_list .item .inbox .word {
  height: 83px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
.display_blcok.more_cul_curture .display_list {
  margin-top: -25px;
}
.display_blcok.more_cul_curture .display_list .item {
  margin-top: 25px;
}
.matrix_block {
  padding-bottom: 40px;
}
.matrix_block .matrix_title {
  font-size: 28px;
  margin-bottom: 30px;
}
.matrix_block .matrix_title .more {
  float: right;
  font-size: 16px;
  color: #C81205;
}
.matrix_block .matrix_ul {
  margin: 0 -25px;
}
.matrix_block .matrix_ul .item {
  float: left;
  width: 16.666%;
  padding: 0 19px;
}
.matrix_block .matrix_ul .item .inbox {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 4px 30px;
}
.matrix_block .matrix_ul .item .inbox .icon {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.matrix_block .matrix_ul .item .inbox .icon .p {
  position: absolute;
  bottom: 8px;
  line-height: 30px;
  text-align: center;
  left: 0;
  width: 100%;
  color: #666666;
}
.matrix_block .matrix_ul .item .inbox .icon img {
  max-width: 100%;
  max-height: 100%;
}
.matrix_block .matrix_ul .item .inbox .code {
  position: absolute;
  top: -150%;
  width: 160px;
  transition: all 0.3s;
  text-align: center;
}
.matrix_block .matrix_ul .item .inbox .code img {
  display: block;
  width: 160px;
  height: 160px;
}
.matrix_block .matrix_ul .item .inbox .code p {
  line-height: 20px;
  margin-top: 10px;
}
.bannerin {
  position: relative;
}
.bannerin .bg {
  display: block;
  width: 100%;
}
.bannerin .banner_main {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #ffffff;
  line-height: 1;
}
.bannerin .banner_main .ch {
  font-size: 40px;
  font-weight: bold;
}
.bannerin .banner_main .en {
  color: #E2E2E2;
  font-size: 30px;
  margin-top: 20px;
}
.bread .bread_main {
  padding: 30px 0 30px 34px;
  background: url(../images/icon_home.png) no-repeat;
  background-size: 20px 20px;
  background-position: center left;
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  align-items: center;
}
.bread .bread_main a,
.bread .bread_main em,
.bread .bread_main span {
  color: #333333;
}
.bread .bread_main em {
  margin: 0 5px;
}
.bread .bread_main.specal_bread {
  background: none;
  padding-left: 0;
}
.bread .bread_main.specal_bread a,
.bread .bread_main.specal_bread em,
.bread .bread_main.specal_bread span {
  color: #999999;
}
.page_block {
  margin-top: 45px;
}
.page_block .page_left {
  float: left;
  width: 200px;
  height: auto;
  background: linear-gradient(180deg, #E91E1D 0%, #FC6262 100%);
  margin-bottom: 50px;
}
.page_block .page_left .nav_top {
  height: 67px;
  background: url(../images/bus_img01.jpg) no-repeat;
  background-size: 100% 100%;
}
.page_block .page_left .nav_ul {
  padding: 0 24px;
  position: relative;
  z-index: 10;
}
.page_block .page_left .nav_ul .item .titlea {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  padding: 28px 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.page_block .page_left .nav_ul .item .second_nav {
  font-size: 16px;
  display: none;
}
.page_block .page_left .nav_ul .item .second_nav .li {
  display: block;
  color: #ffffff;
  padding: 26px 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 300;
}
.page_block .page_left .nav_ul .item.active .second_nav {
  display: block;
}
.page_block .page_left .nav_ul .item.active .on {
  background: url(../images/bus_img02.png) no-repeat;
  background-position: bottom center;
  font-weight: bold;
}
.page_block .page_left .nav_bottom {
  height: 190px;
  background: url(../images/bus_img03.png) no-repeat;
  background-size: 100%;
  opacity: 0.2;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
.page_block .page_right {
  float: right;
  width: 940px;
}
.page_block .business_content .title_h {
  padding: 12px 0 23px;
  border-bottom: 1px solid #C81205;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  color: #C81205;
  position: relative;
}
.page_block .business_content .title_h:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #C81205;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.page_block .business_content .word {
  line-height: 2;
  color: #080808;
  margin: 10px 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C81205;
  font-size: 16px;
}
.page_block .business_content .word p {
  padding: 10px 0;
  text-indent: 2em;
  text-align: justify;
}
.page_block .business_content .word img {
  max-width: 100% !important;
  height: auto !important;
}
.page_block .business_content .title_p {
  font-size: 20px;
  line-height: 1.6;
  color: #080808;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_block .business_content .title_p .more {
  width: 109px;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 18px;
  border: 1px solid #C81205;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #C81205;
}
.page_block .business_content .title_p .more .icon {
  width: 30px;
  height: 30px;
  background: url(../images/icon_down.png) no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.page_block .business_content .bus_block {
  margin-top: 25px;
}
.page_block .business_content .bus_block .bus_ul {
  margin: 0 -12px;
}
.page_block .business_content .bus_block .bus_ul .item {
  float: left;
  padding: 0 12px;
  width: 25%;
}
.page_block .business_content .bus_block .bus_ul .item .inbox {
  position: relative;
}
.page_block .business_content .bus_block .bus_ul .item .inbox .img {
  display: block;
  width: 100%;
}
.page_block .business_content .bus_block .bus_ul .item .inbox .pop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  line-height: 1;
  font-size: 16px;
  padding-top: 25px;
  text-align: center;
}
.page_block .business_content .bus_block .bus_ul .item .inbox .pop .icon {
  height: 60px;
  margin: 0 auto;
  text-align: center;
}
.page_block .business_content .bus_block .bus_ul .item .inbox .pop .icon img {
  max-height: 100%;
}
.page_block .business_content .bus_block .bus_ul .item .inbox .pop .text {
  margin-top: 10px;
}
.page_block .business_content .list_block {
  margin-bottom: 20px;
}
.page_block .business_content .list_block .item {
  padding: 30px 0;
  border-top: 1px solid #E9E9E9;
}
.page_block .business_content .list_block .item .inbox {
  height: 214px;
  overflow: hidden;
}
.page_block .business_content .list_block .item .inbox .img {
  float: left;
  width: 160px;
  height: 100%;
  overflow: hidden;
  border: 1px solid #E2E2E2;
}
.page_block .business_content .list_block .item .inbox .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.page_block .business_content .list_block .item .inbox .content {
  margin-left: 172px;
  color: #080808;
}
.page_block .business_content .list_block .item .inbox .content .tt {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
.page_block .business_content .list_block .item .inbox .content .p {
  margin-top: 16px;
  line-height: 2;
}
.page_block .business_content .new_list {
  margin: 30px 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
}
.page_block .business_content .new_list .item {
  margin-bottom: 20px;
  border: 1px solid #E4E4E4;
  height: 120px;
  padding: 30px 0;
  transition: all 0.3s;
}
.page_block .business_content .new_list .item .inbox {
  display: block;
  position: relative;
  height: 100%;
  padding-left: 126px;
  padding-right: 15px;
}
.page_block .business_content .new_list .item .inbox .time {
  position: absolute;
  left: 0;
  top: 0;
  width: 95px;
  height: 100%;
  border-right: 1px solid rgba(102, 102, 102, 0.1);
  text-align: center;
  color: #666666;
  font-size: 24px;
  line-height: 1;
  transition: all 0.3s;
}
.page_block .business_content .new_list .item .inbox .time span {
  font-size: 10px;
  display: block;
  font-weight: bold;
}
.page_block .business_content .new_list .item .inbox .content .tt {
  font-size: 18px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.page_block .business_content .new_list .item .inbox .content .p {
  color: #666666;
  line-height: 1.2;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.c_printing_block {
  padding-bottom: 30px;
  border-bottom: 1px solid #E9E9E9;
}
.c_printing_block .c_word {
  font-weight: 600;
  font-size: 16px;
  color: #080808;
  line-height: 28px;
  margin: 30px 0;
  text-align: justify;
}
.c_printing_block .c_printing_body {
  position: relative;
}
.c_printing_block .c_printing_body .printing_top {
  height: 263px;
  width: 100%;
}
.c_printing_block .c_printing_body .printing_bottom {
  height: 330px;
  box-sizing: border-box;
  padding: 0;
  margin-top: 30px;
}
.c_printing_block .c_printing_body .tubu_top {
  height: 263px;
  width: 100%;
}
.c_printing_block .c_printing_body .tubu_bottom,
.c_printing_block .c_printing_body .edu_bottom {
  height: 330px;
  box-sizing: border-box;
  padding: 0;
  margin-top: 30px;
}
.c_printing_block .c_printing_body .display_bottom {
  height: 330px;
  box-sizing: border-box;
  padding: 0;
  margin-top: 30px;
}
.c_printing_block .c_printing_body .display_bottom .pri_body .wordd {
  margin-bottom: 20px;
  line-height: 26px;
  text-align: justify;
}
.c_printing_block .c_printing_body .inbox {
  background: url(../images/buss_imgs03.png) no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}
.c_printing_block .c_printing_body .inbox .img {
  height: 191px;
  overflow: hidden;
}
.c_printing_block .c_printing_body .inbox .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_printing_block .c_printing_body .inbox .text {
  height: 68px;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #080808;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.c_printing_block .c_printing_body .swiper-button-next,
.c_printing_block .c_printing_body .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-color: #C81205;
  background-size: 10px 20px;
  bottom: auto;
  top: 114px;
  margin-top: 0;
}
.c_printing_block .c_printing_body .swiper-button-next::after,
.c_printing_block .c_printing_body .swiper-button-prev::after {
  font-size: 13px;
}
.c_printing_block .c_printing_body .swiper-button-next {
  right: -40px;
}
.c_printing_block .c_printing_body .swiper-button-prev {
  left: -40px;
}
.c_printing_block .c_printing_body img {
  display: block;
  width: 100%;
}
.pri_content {
  overflow: hidden;
  background: url(../images/buss_imgs04.png) no-repeat;
  background-position: right center;
  background-size: 100% 100%;
  height: 100%;
}
.pri_content .img {
  width: 418px;
  height: 100%;
  float: left;
  overflow: hidden;
}
.pri_content .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pri_content .pri_body {
  margin-left: 430px;
  text-align: left;
  font-size: 14px;
  padding: 0 20px 0 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.pri_content .pri_body .tt {
  font-weight: bold;
  margin-bottom: 20px;
}
.pri_content .pri_body .wordd {
  line-height: 2;
  margin-bottom: 20px;
}
.pri_content .pri_body .edu_li {
  line-height: 2;
}
.pri_content .pri_body .edu_li .item {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.pri_content .pri_body .edu_li .item .th {
  font-weight: bold;
}
.pri_content .pri_body .edu_li .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.pri_content .pri_body .morer {
  color: #C81205;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
}
.pri_content .pri_body .morer .icon {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.c_common_block {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E9E9E9;
}
.c_common_block .c_common_body {
  margin-top: 30px;
  height: 330px;
}
.c_common_block .c_common_body .pri_content .pri_body {
  padding-top: 0;
}
.c_tubu_blcok {
  margin-top: 30px;
}
.c_tubu_blcok .c_printing_body {
  margin-top: 30px;
}
.new_list_block {
  margin-top: 30px;
}
.contact_block {
  margin: 30px 0;
}
.contact_block .contact_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_block .contact_body .contact_body_info {
  width: 34%;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 42px;
}
.contact_block .contact_body .contact_body_imap {
  width: 62%;
}
.contact_block .contact_body .contact_body_imap .map {
  height: 369px;
}
.contact_block .contact_body .contact_body_imap .map #mapContainer {
  width: 100%;
  height: 100%;
}
.c_media_block {
  padding-bottom: 22px;
  border-bottom: 1px solid #E9E9E9;
}
.c_media_block .c_media_body {
  margin-top: 30px;
}
.c_media_block .c_media_body .ul {
  margin: 0 -15px;
}
.c_media_block .c_media_body .ul .li {
  float: left;
  width: 25%;
  padding: 0 15px;
}
.c_media_block .c_media_body .ul .li .inbox {
  display: block;
  width: 100%;
}
.c_media_block .c_media_body .ul .li .inbox .img {
  border: 1px solid #E2E2E2;
  overflow: hidden;
}
.c_media_block .c_media_body .ul .li .inbox .img img {
  display: block;
  width: 100%;
}
.c_media_block .c_media_body .ul .li .inbox .tt {
  font-weight: 400;
  font-size: 14px;
  color: #080808;
  line-height: 32px;
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.book_hot_block {
  margin-bottom: 30px;
}
.book_hot_block .book_hot_body {
  margin-top: 30px;
  position: relative;
}
.book_hot_block .swiper-button-next,
.book_hot_block .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #C81205;
  background-size: 10px 20px;
  bottom: auto;
  top: 50%;
  margin-top: -30px;
}
.book_hot_block .swiper-button-next::after,
.book_hot_block .swiper-button-prev::after {
  font-size: 13px;
}
.book_hot_block .swiper-button-next {
  right: 0;
}
.book_hot_block .swiper-button-prev {
  left: 0;
}
.book_hot_block img {
  display: block;
  width: 100%;
}
.book_common_block {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E9E9E9;
}
.book_common_block .book_common_body {
  margin-top: 25px;
  position: relative;
}
.book_common_block .book_common_body .inbox {
  display: block;
  width: 100%;
}
.book_common_block .book_common_body .inbox .img {
  border: 1px solid #E2E2E2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 255px;
}
.book_common_block .book_common_body .inbox .img img {
  max-width: 100%;
  max-height: 100%;
}
.book_common_block .book_common_body .inbox .ty {
  font-weight: 400;
  font-size: 14px;
  color: #080808;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}
.book_common_block .book_common_body.five_book .inbox .img {
  height: 200px;
}
.book_common_block .swiper-button-next,
.book_common_block .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-color: #C81205;
  background-size: 10px 20px;
  bottom: auto;
  top: 100px;
  margin-top: -15px;
}
.book_common_block .swiper-button-next::after,
.book_common_block .swiper-button-prev::after {
  font-size: 13px;
}
.book_common_block .swiper-button-next {
  right: -40px;
}
.book_common_block .swiper-button-prev {
  left: -40px;
}
.book_chuangyi_block {
  padding-bottom: 30px;
  border-bottom: 1px solid #E9E9E9;
}
.book_chuangyi_block .book_chuangyi_body {
  margin-top: 20px;
}
.book_chuangyi_block .book_chuangyi_body .item {
  height: 278px;
  overflow: hidden;
  background: url(../images/buss_imgs04.png) no-repeat;
  background-position: right center;
  background-size: 100% 100%;
  margin-top: 27px;
}
.book_chuangyi_block .book_chuangyi_body .item .img {
  width: 56%;
  background: #fff;
  height: 100%;
  border: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
.book_chuangyi_block .book_chuangyi_body .item .img img {
  display: block;
  max-width: 100%;
  height: 100%;
}
.book_chuangyi_block .book_chuangyi_body .item .wordd {
  margin-left: 56%;
  height: 100%;
  padding: 24px 24px 0;
}
.book_chuangyi_block .book_chuangyi_body .item .wordd .tt {
  font-weight: 500;
  font-size: 14px;
  color: #080808;
  line-height: 26px;
}
.book_chuangyi_block .book_chuangyi_body .item .wordd .p {
  font-weight: 400;
  font-size: 14px;
  color: #080808;
  line-height: 28px;
  text-align: left;
  text-indent: 2em;
  margin-top: 11px;
}
.book_chuangyi_block .book_chuangyi_body .item:first-child {
  margin-top: 0;
}
.business_book {
  margin: 50px 0;
}
.business_book .business_book_item {
  padding-bottom: 30px;
  border-bottom: 1px solid #E9E9E9;
}
.business_book .business_book_item .business_book_item_tt {
  font-weight: 600;
  font-size: 20px;
  color: #080808;
  line-height: 32px;
  margin-bottom: 20px;
}
.business_book .business_book_item .ul {
  margin: -15px -7px;
}
.business_book .business_book_item .ul .li {
  width: 16.666%;
  padding: 15px 7px;
}
.business_book .business_book_item .ul .li .inbox .img {
  height: 193px;
}
.business_book .business_book_item .ul .li .inbox .tt {
  padding: 0 10px;
}
.business_book .ul {
  margin: -15px -10px;
}
.business_book .ul .li {
  float: left;
  width: 25%;
  padding: 15px 10px;
}
.business_book .ul .li .inbox {
  display: block;
}
.business_book .ul .li .inbox .img {
  height: 255px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business_book .ul .li .inbox .img img {
  max-width: 100%;
  height: 100%;
}
.business_book .ul .li .inbox .tt {
  margin-top: 14px;
  line-height: 1.3em;
  height: 2.6em;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
}
.pages_common {
  margin-top: 30px;
  text-align: center;
}
.pages_common .page_a {
  padding: 4px 10px;
  display: inline-block;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  margin: 0 3px;
}
.book_detail_page {
  margin: 34px 0 60px;
}
.book_detail_page .book_detail_body {
  padding: 0 45px;
}
.book_detail_page .book_detail_body .title_box {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  text-align: center;
}
.book_detail_page .book_detail_body .title_box .tt {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
}
.book_detail_page .book_detail_body .title_box .info {
  font-size: 16px;
  color: #999999;
  line-height: 1;
  margin-top: 25px;
}
.book_detail_page .book_detail_body .title_box .info span {
  display: inline-block;
  padding: 0 10px 0 14px;
  border-left: 1px solid #999999;
}
.book_detail_page .book_detail_body .title_box .info span:first-child {
  border-left: 0;
}
.book_detail_page .book_detail_body .boodk_detail {
  width: 720px;
  margin: 40px auto 45px;
}
.book_detail_page .book_detail_body .boodk_detail img {
  display: block;
  width: 100%;
}
.book_detail_page .book_detail_body .book_come {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
.park_info_block {
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 30px;
}
.park_info_block .park_info_body {
  margin-top: 24px;
}
.park_info_block .park_info_body .swiperInfoTop {
  height: 560px;
}
.park_info_block .park_info_body .swiperInfoTop .tt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, #000000 100%);
  opacity: 0.65;
  line-height: 60px;
  overflow: hidden;
  padding: 0 20px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  text-align: left;
}
.park_info_block .park_info_body .swiperInfoBottom {
  height: 106px;
  margin-top: 14px;
}
.park_info_block .park_info_body .swiperInfoBottom .swiper-slide {
  opacity: 0.4;
}
.park_info_block .park_info_body .swiperInfoBottom .swiper-slide-thumb-active {
  opacity: 1;
}
.park_info_block .park_info_body .swiper-button-next {
  right: 0;
}
.park_info_block .park_info_body .swiper-button-prev {
  left: 0;
}
.park_info_block .park_info_body .swiper-button-next,
.park_info_block .park_info_body .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #C81205;
  background-size: 10px 20px;
  bottom: auto;
  top: 50%;
  margin-top: -30px;
}
.park_info_block .park_info_body .swiper-button-next::after,
.park_info_block .park_info_body .swiper-button-prev::after {
  font-size: 18px;
}
.park_info_block .park_info_body img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.park_display_block {
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 30px;
}
.park_display_block .word_p {
  font-weight: 400;
  font-size: 16px;
  color: #080808;
  line-height: 28px;
  margin: 24px 0;
  text-align: justify;
}
.park_display_block .park_display_body .swiper-button-next,
.park_display_block .park_display_body .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #C81205;
  background-size: 10px 20px;
  bottom: auto;
  top: 50%;
  margin-top: -30px;
}
.park_display_block .park_display_body .swiper-button-next::after,
.park_display_block .park_display_body .swiper-button-prev::after {
  font-size: 18px;
}
.park_display_block .park_display_body .swiper-button-next {
  right: 0;
}
.park_display_block .park_display_body .swiper-button-prev {
  left: 0;
}
.park_display_block .park_display_body img {
  display: block;
  width: 100%;
}
.park_title_block {
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 30px;
}
.park_title_block .park_title_body {
  margin-top: 25px;
  position: relative;
}
.park_title_block .park_title_body .swiper-wrapper {
  flex-direction: inherit;
}
.park_title_block .park_title_body .swiper-slide {
  padding: 10px;
}
.park_title_block .park_title_body .ul {
  margin: -10px;
  flex-wrap: wrap;
}
.park_title_block .park_title_body .ul .item {
  float: left;
  width: 33.333%;
  padding: 10px;
}
.park_title_block .park_title_body .inbox {
  width: 100%;
  height: 70px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #E9E9E9;
  background: url(../images/park-icon01.png) no-repeat;
  background-size: 35px 35px;
  background-position: 12px center;
  padding-left: 58px;
  font-weight: 400;
  font-size: 15px;
  color: #080808;
  text-align: left;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.park_title_block .park_title_body .swiper-button-next,
.park_title_block .park_title_body .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-color: #C81205;
  background-size: 10px 20px;
  bottom: auto;
  top: 50%;
  margin-top: -15px;
}
.park_title_block .park_title_body .swiper-button-next::after,
.park_title_block .park_title_body .swiper-button-prev::after {
  font-size: 13px;
}
.park_title_block .park_title_body .swiper-button-next {
  right: -40px;
}
.park_title_block .park_title_body .swiper-button-prev {
  left: -40px;
}
.park_activity_block {
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 30px;
}
.park_activity_block .park_activity_body {
  margin-top: 24px;
}
.park_activity_block .park_activity_body .inbox {
  position: relative;
  display: block;
}
.park_activity_block .park_activity_body .inbox .tt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(200, 18, 5, 0.8);
  line-height: 60px;
  overflow: hidden;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  text-align: left;
}
.park_activity_block .park_activity_body .swiper-button-next,
.park_activity_block .park_activity_body .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #C81205;
  background-size: 10px 20px;
  bottom: auto;
  top: 50%;
  margin-top: -30px;
}
.park_activity_block .park_activity_body .swiper-button-next::after,
.park_activity_block .park_activity_body .swiper-button-prev::after {
  font-size: 18px;
}
.park_activity_block .park_activity_body .swiper-button-next {
  right: 0;
}
.park_activity_block .park_activity_body .swiper-button-prev {
  left: 0;
}
.park_activity_block .park_activity_body img {
  display: block;
  width: 100%;
}
.common_page_block {
  margin: 40px 0 80px;
}
.common_page_block .common_page_body .common_page_left {
  float: left;
  width: 200px;
  background: #F7F8FC;
}
.common_page_block .common_page_body .common_page_left .nav_top_title {
  height: 88px;
  line-height: 80px;
  text-align: center;
  background: #C81205;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
}
.common_page_block .common_page_body .common_page_left .nav_ul_box .item {
  padding: 0 24px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-size: 18px;
}
.common_page_block .common_page_body .common_page_left .nav_ul_box .item .inbox {
  color: #394E67;
  display: block;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.common_page_block .common_page_body .common_page_left .nav_ul_box .item.on {
  background: #fff;
}
.common_page_block .common_page_body .common_page_left .nav_ul_box .item.on .inbox {
  font-weight: 500;
  font-size: 18px;
  color: #C81205;
}
.common_page_block .common_page_body .common_page_left .nav_ul_box .item:first-child .inbox {
  border-top: 0;
}
.common_page_block .common_page_body .common_page_right {
  float: right;
  width: 940px;
}
.common_page_block .common_page_body .common_page_right .common_bread {
  padding-bottom: 24px;
  line-height: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.common_page_block .common_page_body .common_page_right .common_bread span,
.common_page_block .common_page_body .common_page_right .common_bread a,
.common_page_block .common_page_body .common_page_right .common_bread em {
  color: #999999;
}
.common_page_block .common_page_body .common_page_right .common_title {
  margin-top: 10px;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  position: relative;
  padding-bottom: 14px;
  text-align: center;
}
.common_page_block .common_page_body .common_page_right .common_title::after {
  content: '';
  display: block;
  width: 120px;
  height: 4px;
  background: #C81205;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
}
.news_box {
  margin-top: 0;
}
.news_box .news_ul {
  margin-bottom: 30px;
}
.news_box .news_ul .li {
  padding: 8px 0;
}
.news_box .news_ul .li .inbox {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #999999;
}
.news_box .news_ul .li .inbox .tt {
  width: 80%;
  height: 100%;
  color: #333333;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_box .news_ul .li .inbox .time {
  float: right;
}
.news_detail_block {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  min-height: 450px;
}
.news_detail_block p {
  margin: 10px 0;
  text-indent: 2em;
}
.news_detail_block img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 10px auto;
}
.about_info_block {
  font-size: 18px;
  color: #333333;
  line-height: 1.8;
  margin-top: 15px;
}
.about_info_block p,
.about_info_block img {
  padding: 12px 0;
}
.about_info_block p {
  text-indent: 2em;
}
.about_info_block img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}
.about_structure_block {
  margin-top: 20px;
}
.about_structure_block img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}
.about_contact_block {
  margin-top: 20px;
}
.about_contact_block .map {
  height: 580px;
}
.about_contact_block .map #mapContainer {
  width: 100%;
  height: 100%;
}
.about_contact_block .about_contact_body {
  margin-top: 15px;
  line-height: 2;
  font-size: 18px;
  color: #333333;
}
.about_contact_block .about_contact_body p {
  padding: 10px 0;
}
.recruit_block {
  margin-top: 36px;
}
.recruit_block .recruit_email .recruit_email_img {
  float: left;
  width: 470px;
}
.recruit_block .recruit_email .recruit_email_img img {
  display: block;
  width: 100%;
  height: auto !important;
}
.recruit_block .recruit_email .recruit_email_info {
  float: left;
  margin-left: 40px;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.recruit_block .recruit_ul_block {
  margin-top: 36px;
}
.recruit_block .recruit_ul_block .recruit_ul_tt {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C81205;
}
.recruit_block .recruit_ul_block .ul {
  margin-top: 37px;
}
.recruit_block .recruit_ul_block .ul .li {
  border: 1px solid #E4E4E4;
  height: 82px;
  margin-bottom: 24px;
  padding: 10px 30px;
}
.recruit_block .recruit_ul_block .ul .li .inbox {
  display: block;
  line-height: 62px;
}
.recruit_block .recruit_ul_block .ul .li .inbox .tt {
  float: left;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333333;
}
.recruit_block .recruit_ul_block .ul .li .inbox .time {
  float: right;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(102, 102, 102, 0.1);
  padding-left: 27px;
  color: #666666;
  font-weight: bold;
  line-height: 1;
  height: 60px;
}
.recruit_block .recruit_ul_block .ul .li .inbox .time span {
  display: block;
  font-size: 20px;
}
.recruit_block .recruit_ul_block .ul .li .inbox .time em {
  font-size: 12px;
  display: block;
}
.recruit_block .recruit_ul_block .ul .li .inbox .time p {
  margin-left: 26px;
  text-align: center;
}
.culture_block {
  margin-top: 40px;
}
.culture_block .item {
  margin-bottom: 27px;
  overflow: hidden;
  background: url(../images/buss_imgs04.png) no-repeat;
  background-position: right center;
  background-size: 100% 100%;
  height: 278px;
}
.culture_block .item .img {
  width: 534px;
  height: 100%;
  float: left;
  overflow: hidden;
}
.culture_block .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture_block .item .pri_body {
  margin-left: 568px;
  text-align: left;
  font-size: 14px;
  padding: 0 20px 0 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.culture_block .item .pri_body .tt {
  font-weight: bold;
  margin-bottom: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.culture_block .item .pri_body .wordd {
  line-height: 2;
  margin-bottom: 35px;
}
.culture_block .item .pri_body .morer {
  color: #C81205;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.culture_block .item .pri_body .morer .icon {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
.notice_page {
  margin-bottom: 40px;
}
.identification_block {
  margin: 30px 0;
}
.identification_block .identification_name {
  border: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.identification_block .identification_name .logo {
  width: 50%;
}
.identification_block .identification_name .logo img {
  width: 100%;
}
.identification_block .identification_name .name {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  position: relative;
  padding-left: 20px;
}
.identification_block .identification_name .name::after {
  content: '';
  display: block;
  width: 4px;
  height: 46px;
  background: #C81205;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -23px;
}
.identification_block .identification_sign {
  margin-top: 30px;
}
.identification_block .identification_sign .tt {
  font-weight: 600;
  font-size: 20px;
  color: #080808;
  line-height: 32px;
}
.identification_block .identification_sign .info {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.8;
}
.identification_block .identification_sign .info img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}
.identification_block .identification_sign .info p {
  font-weight: 400;
  color: #333333;
  margin-top: 53px;
}
.vision_block img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}
.grace_block {
  margin: 30px 0 50px;
}
.grace_block .search {
  width: 220px;
  padding-right: 80px;
  margin-top: 0;
}
.grace_block .search .btn_search {
  width: 65px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  background-image: none;
}
.grace_tab {
  margin-top: 20px;
  padding: 0 100px;
}
.grace_tab .item {
  float: left;
  width: 50%;
  padding: 17px 0;
}
.grace_tab .item .inbox {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #394E67;
  cursor: pointer;
  color: #394E67;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.grace_tab .item.on .inbox {
  background: rgba(200, 18, 5, 0.15);
  border: 1px solid #C81205;
  color: #C81205;
}
.grace_content {
  margin-top: 20px;
}
.grace_content .grace_swiper {
  display: none;
  position: relative;
}
.grace_content .grace_swiper.show {
  display: block;
}
.grace_content .swiper_top {
  height: 450px;
}
.grace_content img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grace_content .swiper_bottom {
  height: 106px;
  margin-top: 25px;
}
.grace_content .swiper-button-next {
  right: -40px;
}
.grace_content .swiper-button-prev {
  left: -40px;
}
.grace_content .swiper-button-next,
.grace_content .swiper-button-prev {
  bottom: 30px;
  top: auto;
}
.grace_content .swiper-button-next::after,
.grace_content .swiper-button-prev::after {
  font-size: 20px;
}
.imprint_block {
  margin-top: 30px;
}
.imprint_block .imprint_content {
  display: none;
}
.imprint_block .imprint_content.show {
  display: block;
}
.imprint_block .imprint_tab .item {
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #394E67;
  cursor: pointer;
  color: #394E67;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  width: auto;
  padding: 0 28px;
  float: left;
  margin-right: 50px;
}
.imprint_block .imprint_tab .item.on {
  background: rgba(200, 18, 5, 0.15);
  border: 1px solid #C81205;
  color: #C81205;
}
.imprint_block .imprint_body {
  margin-top: 36px;
}
.imprint_block .imprint_body .inbox {
  height: 420px;
}
.imprint_block .imprint_body .imprint_word {
  margin-top: 30px;
}
.imprint_block .imprint_body .imprint_word .title-hd {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
}
.imprint_block .imprint_body .imprint_word .text {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 18px;
}
.imprint_block .imprint_body .imprint_word .text p {
  text-indent: 2em;
}
.common_swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common_swiper .swiper-pagination {
  width: auto !important;
  right: 15px;
  left: auto !important;
  bottom: 20px !important;
}
.common_swiper .inbox {
  position: relative;
}
.common_swiper .inbox .tt {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 100px 0 24px;
  background: rgba(200, 18, 5, 0.8);
  overflow: hidden;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  font-size: 14px;
}
.brand_block .brand_js {
  padding: 30px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  text-indent: 2em;
}
.brand_block .brand_active {
  padding: 30px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.brand_block .brand_active .inbox {
  height: 390px;
}
.brand_block .title-hd {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 1.5;
}
.brand_block .brand_active_p {
  background: #ECECEC;
  border: 1px solid #E1E1E1;
  padding: 14px 24px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 1.8;
}
.brand_block .common_swiper {
  margin-top: 20px;
}
.brand_block .brand_special {
  padding: 30px 0 0;
}
.brand_block .brand_special .brand_special_body .ul {
  margin: 0 -12px;
}
.brand_block .brand_special .brand_special_body .li {
  float: left;
  width: 50%;
  padding: 15px 12px;
}
.brand_block .brand_special .brand_special_body .li .inbox {
  display: block;
  width: 100%;
}
.brand_block .brand_special .brand_special_body .li .inbox .img {
  height: 214px;
  overflow: hidden;
}
.brand_block .brand_special .brand_special_body .li .inbox .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand_block .brand_special .brand_special_body .li .inbox .tt {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 18px;
}
.swiper .swiper-slide {
  cursor: pointer;
}
.swiper-pagination {
  display: none;
}
