body
{
  font-family:'Arial',"Microsoft YaHei",'PingFangSC-Regular',"Hiragino Sans GB","Droid Sans Fallback","WenQuanYi Micro Hei",sans-serif !important;
}
.w_percent34 {
  width: 34%;
}
.w_percent36 {
  width: 36%;
}
.w_percent45 {
  width: 45%;
}
.w_percent50 {
  width: 50%;
}
.w_percent64 {
  width: 64%;
}
.ml_percent1 {
  margin-left: 1%;
}
.ml_percent2 {
  margin-left: 2%;
}
.mr_percent1 {
  margin-right: 1%;
}
.mr_percent2 {
  margin-right: 2%;
}
.flex1 {
  flex: 1;
  overflow: hidden;
}

.menu-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.navbar-wrap {
  display: flex;
  flex-grow: 1;
}
.navbar-wrap ul {
  display: flex;
  margin-left: auto;
}
.navbar-wrap>ul>li {
  display: block;
  position: relative;
  line-height: 4.25rem;
}
.navbar-wrap>ul>li>a {
  text-transform: uppercase;
  color: #615176;
  margin: 0 1.25rem;
  display: block;
  position: relative;
  border-top: 2px solid transparent;
  z-index: 1;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a{
  color: #ad2e2a;
  border-top: 2px solid #ad2e2a;
}
.main-menu .navigation li.dropdown .dropdown-btn {
  display: none;
}
.main-menu .navigation li.dropdown>a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  color: #ccc;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
}
.header-action > ul {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.header-action > ul li {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
.header-action > ul li a {
  display: block;
  color: #ccc;
}
.header-action ul li.header-btn .code_pop{
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
  display: none;
  left: 0;
  top: 100%;
  text-align: center;
  padding: 0.625rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 1px 1px 6px #ccc;
  z-index: 10;
}
.header-action ul li.header-btn:hover .code_pop {
  display: block;
}
.header-search a:hover {
  color: #fb6f63;
}
.navbar-wrap ul li .submenu {
  position: absolute;
  z-index: 9;
  background-color: #fff;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  display: block;
  left: 0;
  opacity: 0;
  right: 0;
  top: 80%;
  padding: 0.5rem 0;
  visibility: hidden;
  min-width: 100%;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
  margin: 0;
  transform: scale(1 , 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .submenu li {
  margin-left: 0;
  line-height: 1.5rem;
  text-align: center;
  display: block;
}
.navbar-wrap ul li .submenu li a {
  font-size: 0.875rem;
  padding: 0 0.625rem;
  color: #5d5d5d;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}

/* search */
.search_pop {
  display: none;
  position: absolute;
  width: 240px;
  top: 30px;
  right: -20px;
  z-index: 90;
}
.search_control {
  position: relative;
  width: 280px;
}
.search-form {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  /* box-shadow: -1px 3px 4px 1px #c3c3c3; */
  z-index: 10;
}
.search-input {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  padding-right: 2.0rem;
  padding-left: 15px;
  height: 2.5rem;
  line-height: 2.5rem;
}
.search-btn,.submit-btn{
  width: 1.25rem;
  margin-right: 1.0rem;
}
.search-btn {
  position: relative;
  color: #ccc;
}
.search-btn .submit-btn {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.search-form input::-webkit-input-placeholder {
  color: #555;
  opacity: 1;
}

.search_pop1 {
  top: 0;
  background: rgba(255, 255, 255, 1.0);
  padding: 1rem 0;
}
.search_pop1 .search-form {
  width: 300px;
  height: 38px;
}

/* Mobile-menu */
.nav-logo img {
  width: 150px;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 4.375rem;
  padding-right: 30px;
  max-width: 100%;
  width:0px;
  height:0px;
  z-index: 99;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  width: 100%;
  height: 100%;
}
.mobile-menu .navigation li.current>a:before {
  height: 100%;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 4.375rem;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background: #000;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.70;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .menu-box {
  position: absolute;
  right:0px;
  top: 0px;
  width: 80%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.mobile-menu .navigation li ul li>a {
  font-size: 15px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li>a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
}
.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .menu-box .search-form {
  width: 90%;
  margin: 1.25rem auto;
}
.mobile-nav-toggler {
  position: relative;
  float: right;
  cursor: pointer;
  line-height: 1;
  color: #213e6e;
  display: none;
}

.logo a {
  display: block;
}
.logo .lan {
  position: relative;
  display: flex;
  align-items: center;
}
.logo .lan::before {
  display: inline-block;
  content: '';
  width: 1px;
  height: 1.25rem;
  background: #ccc;
  margin: 0 1.25rem;
  vertical-align: middle;
}
.logo .lan::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  color: #ccc;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
}
.index_banner{text-align: center}
.index_banner_container .swiper-pagination span.swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #fff;
  background: #fff;
  opacity: .8;
  margin: 0 0.625rem;
}
.index_banner_container .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  border: 2px solid #fff;
  background: #ad2e2a;
  width: 0.75rem;
  height: 0.75rem;
}

.set1_left {
  position: relative;
}
.set1_nav {
  position: absolute;
  box-shadow: 1px 1px 8px #dbdada;
  padding: 0.3rem 1.0rem;
  border-radius: 0.5rem;
  color: #999;
}
.set1_nav span:first-child::after {
  content: "|";
  margin:0 0.625rem;
}
.set1_nav span.on {
  color: #ad2e2a;
  cursor: pointer;
}
.set1_yw_lists {
  box-shadow: 1px 1px 8px #dbdada;
}
.set1_yw_item {
  position: relative;
  float: left;
  width: 33.3%;
  height: 10.0rem;
  overflow: hidden;

}
.set1_yw_item .slide1 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.0rem 1.25rem 1.25rem 1.0rem;
}
.set1_yw_item .slide1 h5 {
  font-size: 1.25rem;
  color: #000;
}
.set1_yw_item .slide1 h6 {
  font-size: 0.875rem;
  color: #ccc;
  margin-top: 5px;
}
.set1_yw_item .slide1 .img {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
}
.set1_yw_item .slide2 {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  bottom: 100%;
  background: #ad2e2a;
  transition: all .5s;
  color: #fff;
}
.set1_yw_item:hover .slide2,
.set1_yw_item.active .slide2 {
  display: block;
  bottom: 0;
  cursor: pointer;
}
.set1_yw_item:hover .slide2 img,
.set1_yw_item.active .slide2 img {
  padding: 1.0rem 0 5px;
}
.set1_yw_item:hover .slide2 a,
.set1_yw_item.active .slide2 a {
  display: inline-block;
  font-size: 0.875rem;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 0.625rem;
  padding: 2px 0.625rem;
}
.set1_right {
  flex: 1;
  margin-left: 1%;
}

.set2 {
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
}
.set2_container {
  position: relative;
}
.set2_container .swiper-button-next {
  right: -2.5rem;
  color: #fff;
}
.set2_container .swiper-button-prev {
  left: -2.5rem;
  color: #fff;
}
.zulin_left img {
  border: 2px solid #fff;
}
.zulin_right {
  margin-left: 3%;
  color: #bbb;
}
.zulin_right h5 {
  font-size: 1.8rem;
  color: #fff;
}
.zulin_right h5 span {
  font-size: 1.5rem;
  color: #bbb;
  padding-left: 1.25rem;
}
.zulin_right h6 {
  font-size: 1.4rem;
  color: #fff;
  margin-top: 1.0rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.zulin_right h6 span {
  font-size: 1.1rem;
  color: #bbb;
  padding-left: 1.25rem;
  text-transform: uppercase;
}
.zulin_right {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  padding: 1px 0;
}
.zulin_right ul {
  margin-top: 0.625rem;
}
.zulin_right ul li {
  width: 50%;
  float: left;
  padding: 0.625rem 0;
  /*padding: 1.1rem 0;*/
}
.zulin_right ul li:first-child {
  width: 100%;
}
.zulin_right ul li span {
  width: 6.25rem;
  display: inline-block;
}
.zulin_right ul li:first-child span {
  width: 3.0rem;
}
.zulin_right .zulin_btn {
  justify-content: space-between;
}
.zulin_right .zulin_btn>div {
  width: 48%;
  display: flex;
  height: 5.0rem;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid transparent;
}
.zulin_right .zulin_btn .b1 span{
  font-size: 1.25rem;
  color: #fff;
}
.zulin_right .zulin_btn .b2 {
  background: no-repeat;
  border: 1px solid #fff;
}
.zulin_right .zulin_btn .b2 a {
  font-size: 1.25rem;
  color: #fff;
  display: block;
}
.zulin_right .zulin_btn .b2:hover {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid transparent;
}
.swiper-slide-thumb-active
{
  border: 2px solid #ad2e2a;
}

.set3_news_lists {
  justify-content: space-between;
}
.set3_news_item,
.set3_news_item1 {
  position: relative;
  width: 30%;
}
.boxShadow {
  box-shadow: 1px 1px 9px #d5d5d5;
}
.boxShadow1 {
  box-shadow: 1px 1px 10px 1px #f3f3f3;
}
.set3_news_item .info {
  position: absolute;
  padding: 0.8rem 1.25rem;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.set3_news_item .info .info_title a,
.set3_news_item .info .info_title {
  font-size: 1.25rem;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.set3_news_item .info_bottom,
.set3_news_item .info_bottom a {
  color: #999;
}
.set3_news_item .info_bottom a:hover,
.set3_news_item .info .info_title a:hover {
  color: #ad2e2a;
}
.set3_news_item1 {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.set3_news_item1 .date {
  color: #ad2e2a;
}
.set3_news_item1 .date span {
  font-size: 2.5rem;
  padding-right: 0.625rem;
}
.set3_news_item1 .info_title {
  color: #000;
  font-size: 1.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}
.set3_news_item1 .info_text {
  color: #666;
  line-height: 1.75rem;
  height: 8.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.set4 {
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
  padding: 5.0rem 0;
}
.set4_box {
  width: 55%;
  position: relative;
  margin: 0 auto;
  border: 1px solid #fff;
  border-top: 0;
}
.set4_box .img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.set4_box .img::before {
  content: "";
  display: block;
  width: 36%;
  height: 1px;
  background: #fff;
}
.set4_box .img::after {
  content: "";
  display: block;
  width: 36%;
  height: 1px;
  background: #fff;
}
.set4_box .img img {
  position: absolute;
  top: -1.25rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.set4_box .info {
  color: #fff;
  font-size: 1.25rem;
}
.set4_box .info .text1 {
  margin: 3.125rem 0;
}
.set4_box .info .rc_zw {
  width: 75%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
.set4_box .info .rc_zw ul {
  justify-content: center;
  padding: 1.0rem 0;
}
.set4_box .info .rc_zw ul li a{
  color: #000;
  padding: 0 1.875rem;
}
.set4_box .info .rc_zw ul li a:hover{
  color: #ad2e2a;
}
.set4_box .info .rc_zw ul li::after {
  content: "";
  width: 1px;
  height: 1.875rem;
  background: #999;
  display: inline-block;
  vertical-align: middle;
}
.set4_box .info .rc_zw ul li:last-child::after {
  content: none;
}
.set4_box .info .rc_btn {
  margin: 3.125rem auto;
}
.set4_box .info .rc_btn a {
  display: inline-block;
  padding: 0.625rem 3.6rem;
  box-shadow: 0px 1px 5px 4px #682826;
  color: #fff;
  background: rgba(173, 46, 42, 0.2);
}
.set4_box .info .rc_btn a:hover {
  background: #682826;
}

.set5 {
  background: url(../images/bg3.jpg) no-repeat;
  background-size: cover;
  padding: 5.0rem 0;
}
.set5container {
  position: relative;
  width: 55%;
}
.set5_input {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}
.set5_input .search-form {
  border-radius: 2.0rem;
}
.set5_input .search-input {
  height: 3.25rem;
  line-height: 3.25rem;
  text-align: center;
  font-size: 1.125rem;
}
.set5_input .search-input::-webkit-input-placeholder {
  color: #ccc;
}
.set5_input .search-btn {
  margin-left: 1.25rem;
}
.set5_input .search-btn i {
  font-size: 1.5rem;
  color: #ad2e2a;
}
.myscroll ul li {
  margin: 0.625rem 0;
}
.footer_1 {
  background: #fafafa;
  padding: 0.625rem 0;
}
.footer_2 {
  background: #f5f5f5;
  color: #999;
  font-size: 0.875rem;
  padding: 0.625rem 0;
}
.footer_nav {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.footer_nav h5 {
  color: #ad2e2a;
  font-weight: bold;
  margin-right: 1.0rem;
}
.footer_nav ul {
  display: flex;
  align-items: center;
}
.footer_nav ul li {
  padding: 0.5rem;
}
.footer_1right {
  text-align: right;
}
.footer_1right .lx ul {
  justify-content: flex-end;
}
.footer_1right .lx ul li {
  margin-left: 1.0rem;
  position: relative;
}
.footer_1right .lx ul li a {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  border: 1px solid #ad2e2a;
  text-align: center;
  color: #ad2e2a;
}
.footer_1right .lx ul li .f_code{
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
  display: none;
  left: -100%;
  top: 100%;
  text-align: center;
  padding: 0.625rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 1px 1px 6px #ccc;
  z-index: 10;
}
.footer_1right .lx ul li:hover .f_code {
  display: block;
}
.footer_1right .f2 {
  margin: 2.0rem 0 1.0rem;
}

.nbanner {
  position: relative;
  padding: 7.5rem 0;
  text-align: center;
}
.nbanner h5,
.nbanner h6{ color:#fff; text-align:center;
  line-height: 1.875rem;}
.nbanner .bread {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #afafb1;
  background: rgba(0,0,0,0.1);
  text-align: left;
  padding: 0.625rem 0;
}
.nbanner .bread a {
  color: #fff;
}

.inner_title h5{
  position:relative;
  text-align: center;
}
.inner_title h5 p{
  position:relative;
  display: inline-block;
  color: #ad2e2a;
  font-weight: bold;
  font-size: 1.875rem;
  z-index: 2;
}
.inner_title h5 em{
  position:absolute;
  text-transform: uppercase;
  font-size:1.875rem;
  color: #eee;
  left:0;
  right:0;
  top:0.9rem;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  z-index:1
}

.fzzl_lists {
  height: 500px;
  overflow: hidden;
}
.fzzl_item {
  position: relative;
  background: #fff;
  width: 25%;
  transition: width 0.2s ease-out;
}
.fzzl_lists .fzzl_item a {
  position: absolute;
  width: 100%;
  top:50%;
  transform: translateY(-50%);
  display: block;
  transition: all 0.5s;
  text-align: center;
  overflow: hidden;
  z-index: 2;
}
.fzzl_lists .fzzl_item .item_show{
  display: block;
}
.fzzl_lists .fzzl_item .item_hidden {
  padding: 0 1rem;
  display: none;
  color: #fff;
}
.fzzl_lists .fzzl_item .item_hidden h6 {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-align: left;
  width: 86%;
  margin: 2.5rem auto;
}
.fzzl_lists .fzzl_item:hover {
  width: 50%;
}
.fzzl_lists .fzzl_item::after {
  background:#000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  transition: 0.4s;
  opacity: 0.3;
  z-index: 1;
}
.fzzl_lists .fzzl_item:hover::after {
  opacity: 0.5;
}
.fzzl_lists .fzzl_item:hover .item_hidden {
  display: block;
}
.fzzl_lists .fzzl_item:hover .item_show {
  display: none;
}
.fzzl_lists .fzzl_item .bs_pic {
  position: relative;
}
.fzzl_lists .fzzl_item .bs_pic img {
  padding-bottom: 1.875rem;
  border-bottom: 3px solid #fff;
}
.fzzl_lists .fzzl_item .bs_pic::after {
  content: "";
  height: 1px;
  width: 86%;
  background: #fff;
  display: block;
  margin: 0 auto;
}
.fzzl_lists .fzzl_item .item_show .bs_pic::after {
  width: 60%;
}
.csr_set2 .inner_title h5 {
  text-align: left;
}

.jzzz_set3_bottom ul {
  justify-content:space-evenly
}
.jzzz_set3_bottom ul li {
  width: 22%;
  border-radius: 1.25rem;
  box-shadow: 0px 1px 12px 1px #f9e4e4;
  padding: 1.25rem 0;
}
.jzzz_set3_bottom ul li h5 {
  width: 50%;
  font-size: 1.25rem;
  margin: 0 auto 1.0rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #ccc;
}
.jzzz_set4_bottom {
  position: relative;
}
.jzzz_set4_bottom ul li {
  width: 50%;
}
.jzzz_set4_bottom ul:nth-child(2) {
  margin-top: 6.25rem;
}
.jzzz_set4_bottom .img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15%;
  margin: 0 auto;
  transform: translate(-50%,-50%);
}
.lxwm_set1_bottom {
  background: url(../images/bg4.jpg) repeat-y center;
  padding: 1.25rem 0;
}
.lxwm_set1_bottom ul {
  margin-left: 40%;
}
.lxwm_set1_bottom ul li {
  margin: 1.0rem auto;
  justify-content: left;
}
.lxwm_set1_bottom ul li .icon {
  margin-right: 0.625rem;
}
.lxwm_title h5 p {
  font-size: 1.875rem;
  display: inline-block;
}
.lxwm_title h5 p::before,
.lxwm_title h5 p::after {
  content: "";
  width: 2.5rem;
  height: 2px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.875rem;
}
.lxwm_title h5 em {
  display: block;
  margin: 0.625rem 0;
}
.bg_black {
  background: #171717;
}
.lxwm_set2_box {
  margin-top: 2.0rem;
  padding-top: 2.0rem;
}
.lxwm_set2_bottom {
  width: 56%;
  margin: 0 auto;
}
.lxwm_set2_bottom .map img {
  margin-top: -20%;
}
.lxwm_title.white {
  color: #fff;
}
.lxwm_title.white h5 p::before,
.lxwm_title.white h5 p::after {
  background: #fff;
}
.ly_form_iteminput {
  margin-bottom: 1.25rem;
}
.ly_form_iteminput input[type=text] {
  width: 100%;
  height: 3.125rem;
  line-height: 3.125rem;
  border: 1px solid #fff;
  border-radius: 5px;
  text-indent: 1em;
  color: #ffffff;
}
.ly_form_iteminput input::-webkit-input-placeholder {
  color: #666;
}
.ly_form_iteminput textarea {
  width: 100%;
  line-height: 3.125rem;
  border: 1px solid #fff;
  border-radius: 5px;
  text-indent: 1em;
  color: #ffffff;
}
.message .ly_btn .submit{
  display: block;
  background: #5a5857;
  color: #fff;
  text-align: center;
  width: 100%;
  cursor: pointer;
  height: 3.125rem;
  line-height: 3.125rem;
}

.lxwm_ptslides .pt_item .img {
  background: #fff;
  text-align: center;
  padding: 0.625rem;
}
.lxwm_ptslides .pt_item .img img {
  width: 100%;
}
.lxwm_ptslides .pt_item  h5 {
  background: #ad2e2a;
  padding: 0.5rem;
  color: #fff;
  text-align: center;
}
.lxwm_pt {
  position: relative;
}
.pt_pagination {
  left: 0;
  right: 0;
  bottom: 1.5rem;
}
.pt_pagination span {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 1px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0 5px;
}
.pt_pagination span.swiper-pagination-bullet-active {
  background: #fff;
}
.lh48 {
  line-height: 3.0rem;
}
.zp_set1 {
  background: #fff7f7;
  box-shadow: inset 4px 5px 13px 0px #f7f1f1;
}
.zp_set1_box {
  position: relative;
}
.zp_set1_left .column1 {
  align-items: baseline;
}
.zp_set1_left .column1 h5 {
  font-size: 1.5rem;
}
.zp_set1_left .column1 h6 {
  font-size: 1.125rem;
  color: #666;
  padding: 0 5px;
}
.zp_set1_left .column1 span {
  display: inline-block;
  background: #ff0000;
  color: #fff;
  font-size: 0.875rem;
  padding: 0 5px;
  border-radius: 5px;
}
.zp_set1_left .column2 h6 {
  color: #ff0000;
  font-size: 1.25rem;
  margin-right: 1.25rem;
}
.zp_set1_left .column2 ul li {
  color: #999;
}
.zp_set1_left .column2 ul li:first-child {
  color: #ff0000;
}
.zp_set1_left .column2 ul li::after {
  content: "|";
  padding: 0 0.625rem;
  color: #999;
}
.zp_set1_left .column2 ul li:last-child::after {
  content: none;
}
.zp_set1_right {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.sqzw_btn a {
  display: inline-block;
  color: #fff;
  background-image: linear-gradient(to right, #ff8e55 0%, #fc4f50 100%);
  border-radius: 1.25rem;
  padding: 0.3rem 1.25rem;
  border: 1px solid #fe7753;
}
.sqzw_btn a:hover {
  background-image: linear-gradient(to right, #ff8e55 0%, #ff0000 100%);
}
.zp_title h5 span {
  font-size: 1.25rem;
  color: #000;
}
.zp_title h5 span::after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1px;
  background: #ad2e2a;
  margin: 1.0rem 0;
}
.zp_set2_item .desc {
  line-height: 1.5rem;
  color: #666;
}

.zwsq-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
  z-index: 100;
  display: none;
}
.zwsq-pop .mask_zwsq {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 101;
}
.zwsq_cover {
  position: absolute;
  width: 600px;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 102;
}
.zwsq-box {
  position: relative;
  width: 100%;
  padding: 20px;
  background: #fff;
  margin: auto;
}
.close-pop {
  position: absolute;
  color: #ccc;
  left: auto;
  top: -5px;
  right: 5px;
}
.zwsq_name {
  color: #000;
  font-size: 1.25rem;
  text-align: center;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #ccc;
}
.zwsq_content {
  color: #999;
}
.zwsq_content .zp_form_item {
  padding: 0.5rem 0;
}
.zp_form_item input[type=text],
.zp_form_itemselect select{
  width: 100%;
  border: 1px solid #ccc;
  height: 2.0rem;
  line-height: 2.0rem;
  border-radius: 5px;
  text-indent: 1em;
}
.zp_form_item .name_left {
  width: 6.0rem;
  color: #000;
  text-align: right;
  padding-right: 1rem;
}
.zwsq_info {
  color: #333;
  margin: 1.25rem 0;
  font-size: 0.875rem;
}
.zwsq_b a,.zwsq_b input {
  display: inline-block;
  border: 1px solid #666;
  padding: 0 2.5rem;
  margin: 0 auto;
}
.zp_form_item input:focus,
.zp_form_item textarea:focus {
  border: 1px solid #ff0000;
}
.zp_form_itemselect select {
  appearance: none;
  padding-right: 10px;
  background: url(../images/icon_jtx.png) no-repeat 98% center;
  color: #999;
}
.zp_form_iteminput {
  position: relative;
}
.zp_form_iteminput .icon_bir {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
.zp_form_iteminput input[type=file]{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 0;
  z-index: 50;
}
.zp_form_item_file .desc {
  font-size: 0.875rem;
}
.zp_form_item_file .desc a {
  display: inline-block;
  background: #ad2e2a;
  padding: 0.3rem 1.0rem;
  margin-bottom: 5px;
  color: #fff;
  border-radius: 0.3rem;
}
.zwsq_b a ,.zwsq_b input{
  display: inline-block;
  border: 1px solid #fe7753;
  border-radius: 1.875rem;
  padding: 0.3rem 1.25rem;
  color: #fc4f50;
  margin: 1.0rem;
  margin-bottom: 0;
}
.zwsq_b .btn2 {
  background-image: linear-gradient(to right, #ff8e55 0%, #fc4f50 100%);
  color: #fff;
  vertical-align:initial;
  line-height:inherit;
}

.dckf_set1_left .column1 h6 {
  font-size: 1.4rem;
  color: #010101;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.dckf_set1_left .column1 h6 span {
  font-size: 1.1rem;
  color: #bbb;
  padding-left: 1.25rem;
  text-transform: uppercase;
}
.dckf_set1_left .column1 ul {
  margin-top: 0.625rem;
}
.dckf_set1_left .column1 ul li {
  width: 50%;
  float: left;
  padding: 0.7rem 0;
}
.dckf_set1_left .column1 ul li:first-child {
  width: 100%;
  color: #ad2e2a;
}
.dckf_set1_left .column1_no ul li:first-child {
  width: 50%;
  color: #010101;
}
.dckf_set1_left .column1 ul li span {
  width: 6.25rem;
  color: #bbb;
  display: inline-block;
}
.dckf_set1_left .column1 ul li:first-child span {
  width: 3.0rem;
}
.dckf_set1_left .column1_no ul li:first-child span {
  width: 6.25rem;
}



.dckf_set1_bottom {
  position: relative;
}
.dckf_set1_left {
  width: 50%;
}
.dckf_set1_right {
  width: 46%;
}
.area_img_list .swiper-wrapper .swiper-slide {
  text-align: center;
}
.area_small {
  position: relative;
  width: 90%;
  margin: 10px auto 0;
}
.area_smallimg .swiper-wrapper .swiper-slide-thumb-active {
  border: 2px solid #ad2e2a;
}
.area_smallimg .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.area_small .next,
.area_small .prev {
  position: absolute;
  background: #7f7f7f;
  color: #fff;
  width: 4%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  cursor: pointer;
}
.area_small .next {
  right: -6%;
}
.area_small .next i {
  transform: rotate(-180deg)
}
.area_small .prev {
  left: -6%;
}
.area_small i {
  font-size: 1.875rem;
}
.area_small .next.swiper-button-disabled,
.area_small .prev.swiper-button-disabled {
  opacity: 0.3;
}

.dckf_title {
  text-align: center;
}
.dckf_title h5 {
  color: #ad2e2a;
  font-size: 1.875rem;
  font-weight: bold;
}
.dckf_title h6 {
  color: #666;
  font-size: 1.25rem;
  margin: 1.0rem 0 1.5rem;
}

/*.dckf_set1_left .column2 .desc {*/
  /*flex: 1;*/
  /*background: url(../images/bg5.png) no-repeat left center;*/
  /*background-size: contain;*/
  /*font-size: 1.875rem;*/
  /*display: flex;*/
  /*align-items: center;*/
  /*padding-left: 1.0rem;*/
/*}*/
.dckf_set1_left .column2 .desc {
  flex: 1;
  /* background: url(../images/bg5.png) no-repeat left center; */
  background-size: contain;
  font-size: 1.875rem;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  box-shadow: 1px 1px 12px 0px #ddd;
  margin-left: 10px;
}
.dckf_set1_left .column2 .desc b {
  font-size: 1.25rem;
  color: #000;
  padding: 0 1.0rem;
}
.dckf_set1_left .column2 .desc span {
  font-size: 2.0rem;
  color: #ad2e2a;
  font-weight: bold;
  padding-right: 1.0rem;
}
.dckf_title1 h6 {
  font-size: 1.4rem;
  color: #010101;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.dckf_title1 h6 span {
  font-size: 1.1rem;
  color: #bbb;
  padding-left: 1.25rem;
  text-transform: uppercase;
}
.dckf_set2 .desc {
  line-height: 1.75rem;
  padding: 1.0rem 0;
}
.dckf_set2 .dckf_set1_bottom {
  flex-direction: row-reverse;
}

.ywly_lists {
  height: 400px;
  overflow: hidden;
  margin: 0 -0.5%;
}
.ywly_item {
  position: relative;
  float: left;
  background: #fff;
  width: 17.5%;
  height: 400px;
  margin: 0 0.5%;
  transition: width 0.2s ease-out;
}
.ywly_lists .ywly_item .desc {
  position:absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 2;
}
.ywly_lists .ywly_item a {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.ywly_lists .ywly_item::before {
  background:#000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  transition: 0.4s;
  opacity: 0.6;
  z-index: 1;
}
.ywly_lists .ywly_item.active {
  width: 25%;
}
.ywly_lists .ywly_item.active::before {
  opacity: 0.2;
}


.ywly_lists .ywly_item::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1.25rem solid transparent;
  border-bottom: 1.25rem solid #fff;
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid transparent;
  z-index: 1;
}
.ywly_lists .ywly_item.active::after {
  display: block;
}
.ywly_title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #ad2e2a;
}
.ywly_set2_box {
  position: relative;
  background: url(../images/bg6.jpg) no-repeat center bottom;
  background-size: cover;
}
.ywly_set2_info .desc {
  color: #010101;
  line-height: 1.875rem;
  min-height: 500px;
}
.ywly_set2_info .ywly_set2_btn {
  justify-content: center;
}
.ywly_set2_info .ywly_set2_btn>div {
  width: 24%;
  margin: 0 3% 2.0rem;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
}
.ywly_set2_info .ywly_set2_btn>div span {
  font-size: 1.125rem;
  font-weight: bold;
}
.ywly_set2_info .ywly_set2_btn .p1 {
  background: rgba(173, 46, 42, 0.6);
  color: #fff;
}
.ywly_set2_info .ywly_set2_btn .p2 {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ce8f8d;
  color: #ad2e2a;
}
.ywly_set2_info .ywly_set2_btn a {
  color: #ad2e2a;
}

.gxjs_title {
  font-size: 1.875rem;
  color: #000;
}
.gxjs_set2_container .gxjs_set2_1 {
  color: #fff;
  background: url(../images/bg7.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6.25rem 0;
}
.gxjs_set2_container .gxjs_set2_1 h5 {
  font-size: 1.25rem;
  font-weight: bold;
}
.gxjs_set2_container .gxjs_set2_1 h6 {
  width: 50%;
  margin: 2.5rem auto 0;
  text-align: center;
  line-height: 1.875rem;
}

.gxjs_set2_2>h5 {
  font-size: 1.25rem;
  color: #000;
  font-weight: bold;
}
.gxjs_set2_2box {
  position: relative;
}
.gxjs_set2_2con {
  width: 92%;
  margin: 1.25rem auto;
}
.gxjs_set2_2lides {
  padding: 1.25rem 0;
}
.gxjs_set2_2con .gxjs_next,
.gxjs_set2_2con .gxjs_prev {
  position: absolute;
  color: #ad2e2a;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.gxjs_set2_2con .gxjs_next {
  right: 1.2rem;
}
.gxjs_set2_2con .gxjs_next i {
  transform: rotate(-180deg)
}
.gxjs_set2_2con .gxjs_prev {
  left: 1.2rem;
}
.gxjs_set2_2con i {
  font-size: 1.875rem;
}
.gxjs_set2_2con .gxjs_next.swiper-button-disabled,
.gxjs_set2_2con .gxjs_prev.swiper-button-disabled {
  opacity: 0.3;
}
.gxjs_set2_2lides .gxjs_set2_2_item h6{
  color: #000;
  padding: 0.625rem 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zztp_lists ul {
  margin: 0 -2%;
}
.zztp_lists ul li {
  float: left;
  width: 22%;
  margin: 0 1.5% 1.875rem;
  box-shadow: 1px 1px 3px 4px #f8f8f8
}

.time_wrap {
  display: flex;
  justify-content: center;
}
.about2-s1 ul{
  position: relative;
  padding-top: 1.0rem;
}
.time_left {
  display: flex;
  width: 38%;
  text-align: center;
  color: #999;
  font-size: 1.5rem;
}
.time_right {
  width: 62%;
}
.time_right_item {
  color: #666;
  line-height: 1.75rem;
  text-align: left;
}
.time_left .time_num{
  font-size: 30px;
  color: #ed6d00;
  width: 120px;
  text-align: center;
}
.time_right .time_num{
  font-size: 1.6rem;
  width: 120px;
  color: #000;
  text-align: center;
}
.time_left_info {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 7.5rem;
}
.about2-s1 ul li.first .time_title {
  text-align: right;
  padding-right: 50px;
  font-size: 30px;
  color: #ed6d00;
}
.about2-s1 ul li.first .time_title1 {
  font-size: 30px;
  color: #004471;
  padding-left: 50px;
}
.about2-s1 ul::after{
  content: "";
  position: absolute;
  top: 0;
  left: 38.2%;
  width: 1px;
  height: 100%;
  background: #eee;
  display: block;
  transform: translateX(-38.2%);
}
.about2-s1 ul::before{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: -20px;
  left: 38%;
  background:url("../images/icon_7_2.png") no-repeat;
  display: block;
  transform: translateX(-38%);
}
.about2-s1 ul li {
  margin-top: 0.625rem;
  padding: 1.25rem 0;
}
.about2-s1 ul li .time_right_item {
  position: relative;
  padding: 0.625rem 0;
}
.about2-s1 ul li .time_right_item::after{
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background:url("../images/icon_7.png") no-repeat;
  left: -8px;
  z-index: 10;
}
.about2-s1 ul li:hover {
  background: #fafafa;
}
.about2-s1 ul li:hover .time_right,
.about2-s1 ul li:hover .time_right .time_num,
.about2-s1 ul li:hover .time_left .time_num{
  cursor: pointer;
}
.about2-s1 ul li:hover .time_right_item::after {
  background:url("../images/icon_7.png") no-repeat;
}
.swjs_set1 {
  width: 86%;
  margin: 0 auto;
}
.swjs_set1 .item {
  margin-bottom: 1.875rem;
}
.swjs_set1 .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.swjs_set1 .item .img {
  width: 48%;
  margin-right: 2%;
  text-align: center;
}
.swjs_set1 .item .desc {
  width: 50%;
  display: flex;
  padding: 0 5%;
  align-items: center;
  font-size: 1.125rem;
  line-height: 2.5rem;
}
.xny_set1 {
  justify-content: space-between;
}
.xny_set1 .img {
  width: 32%;
}
.xny_set1 .text {
  width: 27%;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 2.5rem;
}
.rgzn_set1>h6{
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.rgzn_set1_lists .item {
  float: left;
  margin: 0 1.5% 1.25rem;
  width: 13.6%;
  box-shadow: -1px 1px 8px 5px #fbf6f6;
  text-align: center;
  padding: 1.5rem 1.25rem;
}
.rgzn_set1_lists .item .desc {
  margin-top: 1.25rem;
  font-size: 1.25rem;
}

.content_scroll {
  position: relative;
  padding-right: 15px;
  height: 170px;
}
.content_scroll .scroll_bar {
  position: absolute;
  top:0;
  right:0;
  width: 5px;
  height: 100%;
  background-color: #e4e4e4;
}
.content_scroll .scroll_slider {
  position: absolute;
  top: 0;
  left: 0px;
  width: 5px;
  height: 48px;
  background-color: #ad2e2a;
  border-radius:5px;
  opacity: 1
}
.content_scroll .scroll_slider:hover{
  opacity: 1
}
.scroll_fwal {
  height: 100%;
  overflow: hidden;
}

.jrtz_set1 {
  background: url(../images/bg11.jpg) no-repeat right;
  background-size: cover;
}
.jrtz_set1_box {
  display: flex;
  justify-content: flex-end;
}
.jrtz_set1_right {
  width: 50%;
  margin: 3.8rem 0;
}
.jrtz_set1_right>h5 {
  color: #ad2e2a;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 1.875rem;
}
.jrtz_set1_right .content {
  line-height: 1.75rem;
}
.jdglpagination span {
  width: 0;
}
.jdgl_set1_left .jdgl_title {
  margin-bottom: 1.25rem;
  align-items: center;
}
.jdgl_set1_left .jdgl_title h5 {
  color: #ad2e2a;
  font-size: 1.875rem;
  font-weight: bold;
}
.jdgl_set1_left .column1 h6 {
  font-size: 1.4rem;
  color: #010101;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.jdgl_set1_left .column1 h6 span {
  font-size: 1.1rem;
  color: #bbb;
  padding-left: 1.25rem;
  text-transform: uppercase;
}
.jdgl_set1_left {
  width: 50%;
}
.jdgl_set1_right {
  width: 46%;
  align-items: center;
  text-align: center;
}
.jdgl_set1_left .ywly_set2_btn {
  justify-content: center;
}
.jdgl_set1_left .ywly_set2_btn>div {
  width: 47%;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
}
.jdgl_set1_left .ywly_set2_btn>div span {
  font-size: 1.125rem;
  font-weight: bold;
}
.jdgl_set1_left .ywly_set2_btn .p1 {
  background: rgba(173, 46, 42, 1.0);
  color: #fff;
}
.jdgl_set1_left .ywly_set2_btn .p2 {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ce8f8d;
  color: #ad2e2a;
}
.jdgl_set1_left .ywly_set2_btn a {
  color: #ad2e2a;
}
.content_scroll1 {
  height: 276px;
}
.content_scroll1 {
  line-height: 1.75rem;
}

.wyff_lists .ywly_item,
.wyff_lists .ywly_item.active {
  width: 100%;
}

.wyfw_set1_container {
  position: relative;
}
.wyfw_set1_left {
  width: 50%;
  align-items: center;
  display: flex;
}
.wyfw_set1_left>img {
  width: 100%;
}
.wyfw_set1_right {
  position: relative;
  width: 50%;
  padding: 3.125rem;
}
.bgpink {
  background: #fafafa;
}
.wyfw_set1_container .line {
  position: absolute;
  width: 95%;
  height: 90%;
  border: 1px solid #ad2e2a;
  top: 5%;
  left: 2.5%;
}

.wyfw_set1_right .name {
  justify-content: space-between;
  align-items: center;

}
.wyfw_set1_right .name h5 {
  color: #ad2e2a;
  font-size: 1.875rem;
  font-weight: bold;
}
.wyfw_set1_right .desc {
  line-height: 1.75rem;
}
.ylyy_set1,
.ylyy_set2 {
  position: relative;
}
.ylyy_set1 .desc {
  position: absolute;
  width: 48%;
  top:30%;
  left: 6%;
  line-height: 1.75rem;
}
.ylyy_set2 .desc {
  position: absolute;
  width: 48%;
  top:50%;
  right: 9%;
  line-height: 1.75rem;
}

.mainred {
  color: #ad2e2a;
}
.xly_set1 .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.xly_set1 .item .img {
  width: 50%;
  text-align: center;
}
.xly_set1 .item .desc {
  width: 50%;
  display: flex;
  padding: 1.875rem;
  align-items: center;
  font-size: 1.125rem;
  line-height: 2.5rem;
}

.news_lists .news_item {
  padding: 1.25rem 0;
  border-bottom: 1px solid #eee;
}
.news_lists .news_item .date {
  color: #999;
  text-align: center;
  font-size: 1.25rem;
  width: 7.5rem;
  height: 7.5rem;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 1.0rem;
  margin-right: 1.5rem;
}
.news_lists .news_item .date em {
  color: #ad2e2a;
  font-size: 1.875rem;
  display: block;
  font-weight: bold;
}
.news_lists .news_item .info {
  flex-direction: column;
  justify-content: space-between;
  padding: 0.625rem 0;
}
.news_lists .news_item .info h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
}
.news_lists .news_item .info p {
  height: 3rem;
  line-height: 1.5rem;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tit_nnews{
  font-size:1.5rem;
  color:#000;
  text-align:center;
  font-weight: bold;
}
.tit_nnews_small{
  text-align:center;
  padding:0.4rem 0 0.8rem;

}
.tit_nnews_small span{
  padding:15px 20px;
  color:#999;
}
.nydynews_bottom {
  padding: 1.25rem 0;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
}

.page-newsxq {
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-newsxq .page-btn {
  display: flex;
  width: 35%;
  height: 4rem;
  padding: 0.625rem 15px;
  margin-bottom: 15px;
  box-shadow: 1px 1px 4px 1px #e2e2e2;
  align-items: center;
}
.page-newsxq .page-btn span {
  width: 60px;
  display: block;
  border-right: 1px solid #ddd;
}
.page-newsxq .page-btn a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  padding-left: 15px;
  overflow: hidden;
}
.page-newsxq .page-btn a:hover {
  color: #2164c6;
}
.page-newsxq .page-btn p {
  display: block;
  flex: 1;
}
.page-newsxq .page-next span {
  text-align: right;
  border-left: 1px solid #ddd;
  border-right: 0;
}
.page-newsxq .page-next a {
  padding-left: 0;
  padding-right: 15px;
}
.dckf_ads1{text-align: center}
.rcyj_banner {
  text-align: center;
  position: relative;
}
.rcyj_banner .artnext {
  position: absolute;
  bottom: 1.875rem;
  left: 0;
  right: 0;
  text-align: center;
  animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
  z-index: 10;
}
@keyframes pointDown {
  from {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.rcyj_banner .artnext i {
  display: inline-block;
  width: 1.75rem;
  height: 2.625rem;
  background: url(../images/icon_dir2.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}
.positioncenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #fff;
}
.page1_desc img{

}
.rcyj_input {
  width: 500px;
  margin: 3.125rem auto;
}
.rcyj_input .search-form {
  border-radius: 2.0rem;
  background: rgba(255, 255, 255, 0.3);
}
.rcyj_input .search-input {
  height: 3.25rem;
  line-height: 3.25rem;
  font-size: 1.125rem;
  padding: 0 1.5rem;
}
.rcyj_input .search-input::-webkit-input-placeholder {
  color: #ccc;
}
.rcyj_input .search-btn {
  margin-left: 1.25rem;
}
.rcyj_input .search-btn i {
  font-size: 1.5rem;
  color: #fff;
}

.kj_search {
  position: relative;
  width: 12.5rem;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  z-index: 10;
}
.kj_search .search-input {
  height: 100%;
  line-height: 1.875rem;
}
.kj_search .search-btn i {
  color: #ad2e2a;
}
.kj_form {
  padding: 0 3.0rem;
  color: #999;
  width: 83%;
  margin: 1.875rem auto;
}
.kj_form .rcyj_select {
  width: 12.5rem;
}
.kj_form .rcyj_select select {
  flex: 1;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #999;
  height: 1.875rem;
  line-height: 1.875rem;
}
.kj_form input::-webkit-input-placeholder {
  color: #999;
}
.rcyj_zwlists {
  width: 83%;
  margin: 0 auto 1.875rem;
}

.rcyj_zwlists .item {
  position: relative;
  box-shadow: 1px 1px 9px 4px #f3f3f3;
  padding: 1.0rem 1.875rem;
  margin-bottom: 1.5rem;
}
.zp_set1_right .rcyj_btn a:first-child {
  background: #fff;
  border: 1px solid #fe7753;
  color: #fc4f50;
  margin-right: 1.5rem;
}
.zp_set1_left .column1 span.c2 {
  background: #ff0000;
}
.zp_set1_left .column1 span.c3 {
  background: #ff8e55;
}
.zp_set1_left .column1 span.c1 {
  background: #00a0e9;
}
.rcyj_set1 .more {
  text-align: center;
}
.rcyj_set1 .more a {
  color: #999;
  font-size: 1.125rem;
}
.rcyj_set1 .more a:hover {
  color: #fc4f50;
}

.rcpy_wrap {
  width: 100%;
  height: 100%;
}
.rcpy_wrap .swiper-container {
  width: 100%;
  height: 100%;
}
.rcpy_wrap .rcpypage1 {
  background: url(../images/bg14_1.jpg) no-repeat center top;
  background-size: cover;
}
.rcpy_wrap .rcpypage2 {
  background: url(../images/bg14_2.jpg) no-repeat center top;
  background-size: cover;
}
.rcpy_wrap header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background: #fff;
}
.rcpy_wrap .rcpypage1 .page1_desc,
.rcpy_wrap .rcpypage2 .page2_desc {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.rcpy_wrap .artnext {
  position: fixed;
  bottom: 3rem;
  left: 0;
  right: 0;
  text-align: center;
  animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
  z-index: 10;
}
@keyframes pointDown {
  from {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.rcpy_wrap .artnext i {
  display: inline-block;
  width: 1.75rem;
  height: 2.625rem;
  background: url(../images/icon_dir2.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}
.rcpy_wrap .artnext.swiper-button-disabled {
  display: none;
}
.rcpy_wrap .rcpypage1 h6,
.rcpy_wrap .rcpypage2 h6 {
  font-size: 1.25rem;
  line-height: 2.0rem;
}

.rcpy2_slides .rcpy2_nav {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.rcpy2_slides .rcpy2_nav span {
  margin: 0 3.125rem;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  font-size: 1.25rem;
}
.rcpy2_slides .rcpy2_nav span.on {
  border-bottom: 2px solid #fff;
}
.rcpy2_slides .rcpy2_info ul {
  min-height: 300px;
}
.rcpy2_slides .rcpy2_info ul li {
  text-align: left;
}
.rcpy2_slides .rcpy2_info ul li .item{
  margin: 1.25rem 0;
}
.rcpy2_slides .rcpy2_info ul li .item h5 {
  font-size: 1.25rem;
  font-weight: bold;
}
.rcpy2_slides .rcpy2_info ul li .item .desc {
  font-size: 1.125rem;
  margin-top: 0.625rem;
  line-height: 2.25rem;
}

.jobform_tabs {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
}
.jobform_tabs span {
  position: relative;
  display: flex;
  font-size: 1.25rem;
  color: #999;
  align-items: center;
  padding-bottom: 1rem;
}
.jobform_tabs span.active {
  color: #ad2e2a;
}
.jobform_tabs span i {
  transform: rotate(180deg);
  font-size: 1.5rem;
  display: inline-block;
  padding: 0 1.875rem;
}
.jobform_cons {
  margin: 1.875rem auto;
}
.job_con1 {
  width: 40%;
  margin: 0 auto;
}
.jobform_item {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}
.jobform_itemtop {
  align-items: baseline;
}
.jobform_item:first-child {
  margin-top: 0;
}
.jobform_item .name_left {
  width: 9.5rem;
  color: #000;
  text-align: right;
  padding-right: 1rem;
}
.jobform_item input[type=text],
.jobform_itemselect select {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid #eee;
  border-radius: 5px;
  text-indent: 1em;
}

.jobform_item input::-webkit-input-placeholder {
  color: #999;
}
.jobform_itemselect select {
  appearance: none;
  padding-right: 10px;
  background: url(../images/icon_jtx.png) no-repeat 98% center;
  color: #999;
}
.jobform_item textarea {
  width: 100%;
  line-height: 1.875rem;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  text-indent: 1em;
}
.jobform_iteminput {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
}
.jobform_iteminput input[type=radio]{
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.jobform_iteminput input[type=radio]+span{
  width: 14px;
  height: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -14px;
  background: url('../images/icon_radio.png') no-repeat;
}
.jobform_iteminput input[type=radio]:checked+span{
  background: url('../images/icon_radio_on.png') no-repeat;
}
.jobform_iteminput>label {
  margin-right: 1.25rem;
  margin-bottom: 0;
}
/*.jobform_itemfile {
  display: flex;
  align-items: center;
  flex: 1;
}
 .jobform_itemfile .file_btn {
  position: relative;
  display: flex;
  width: 7.5rem;
  height: 2.5rem;
  border-radius: 5px;
  color: #0e65a2;
  align-items: center;
  justify-content: center;
  border: 1px solid #0e65a2;
  margin-right: 1rem;
}
.jobform_itemfile .file_btn input[type=file]{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 0;
  z-index: 50;
} */
.jobform_itemfile .file_desc {
  color: #999;
  font-size: 0.875rem;
  margin-top: 5px;
}
.jobform_item_timeinput {
  position: relative;
}
.jobform_item_timeinput .icon_bir {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
.jobform_iteminput1 {
  display: flex;
  flex: 1;
  align-items: center;
}
.jobform_iteminput1 span {
  display: block;
  width: 50px;
}
.jobform_item .jobform_iteminput1 input {
  width: 32%;
  text-align: right;
  padding-right: 0.625rem;
}
.jobform_item .jobform_iteminput1 b {
  color: #999;
  padding: 0 0.625rem;
}
.jobform_iteminputline input.lineb{
  border: none;
  border-bottom: 1px solid #ccc;
  width: 1.875rem;
  height: auto;
  line-height: 1.5rem;
  border-radius: 0;
}
.jobform_item input.ml20{
  margin-left: 1.25rem;
}
.jobform_item .disabled input {
  background: #f5f5f5;
}
.jobform_item .jobform_iteminput>span {
  position: absolute;
  right: 0.5rem;
}
.next_btn {
  margin-top: 1.875rem;
  text-align: center;
  padding: 1.25rem;
  border-top: 1px solid #ccc;
}
.next_btn a {
  display: inline-block;
  background: #ad2e2a;
  border-radius: 1.25rem;
  color: #fff;
  padding: 5px 5.0rem;
}

.job_percent44 {
  width: 44%;
  margin: 0 auto;
}
.job_con2 .tit1{
  font-size: 1.25rem;
  font-weight: bold;
}
.jobform_iteminput .ml20 {
  margin-left: 1.25rem;
}
.step2_item .step2_detail1{
  position: relative;
  border: 1px dashed #ccc;
  padding: 1.25rem 4.0rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.step2_item .step2_detail1 .num {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.125rem;
  height: 3.125rem;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 2px 0 0 0.625rem;
  color: #fff;
  background: url(../images/icon4.png) no-repeat left top;
}
.step2_item .setp2_add1{
  border: 1px dashed #ccc;
  padding: 1.0rem 4.0rem;
  border-radius: 0.625rem;
  overflow: hidden;
  text-align: center;
  font-size: 1.25rem;
}
.step2_item .setp2_add1,
.step2_item .setp2_add1 a {
  color: #999;
}
.jobform_iteminput input[type=checkbox] {
  margin-right: 5px;
}
.job_con3 .step2_item .step2_detail1,
.job_con4 .step2_item .step2_detail1 {
  padding: 1.25rem 4rem 1.25rem 1.25rem;
}
.job_con3 .jobform_item .name_left,
.job_con4 .jobform_item .name_left {
  width: 11.0rem;
}

.jobform_step6 .success h5{
  font-size: 1.6rem;
  color: #000;
  margin: 2.5rem 0 1rem;
}
.jobform_step6 .success h6{
  color: #666;
}
.agree input[type=checkbox] {
  margin-right: 5px;
}
.jobform_step5 .step5_item {
  margin-bottom: 0.625rem;
}
.job_con5 {
  width: 56%;
  margin: 0 auto;
}
.step5_item .grsm_check {
  display: flex;
  padding: 0.625rem 0;
  flex-wrap: wrap;
}
.step5_item .grsm_check .label {
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
}
.step5_item .grsm_check .label input[type=radio] {
  margin-right: 5px;
}
.grsm_check input.lineb {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.step5_item .grsm_check1 {
  padding-top: 0;
}

/*消息滚动*/
.myscroll{
  height: 390px;
}
.myscroll li {
  line-height: 1.875rem;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.roll {
  position: relative;
}
.roll li {
  width: 100%;
  font-size: 1.0rem;
  position: absolute;
  left: 0;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  -o-transition: all 3s;
  transition: all 2s;
  font-size: 1.125rem;
  list-style: none;
}


.lxwm_ptslides_1 {
  display: flex;
  justify-content: space-between;
}
.lxwm_ptslides_1 .pt_item {
  width: 23%;
  position: relative;
  border: 1px solid #fff;
}
.lxwm_ptslides_1 .pt_item .img {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 0.625rem;
  z-index: 1;
}
.lxwm_ptslides_1 .pt_item .img img {
  width: 100%;
}
.lxwm_ptslides_1 .pt_item  h5 {
  position: relative;
  background: #ad2e2a;
  padding: 0.5rem;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.lxwm_ptslides_1 .pt_item::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  top: 0.3rem;
  left: 0.3rem;
}
.container a.fta{
  color: #999;
}