
.top img {
  width: 100%;
  height: auto;
	object-fit: cover;
  min-height: 400px;
  background-position: center;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.info-content .ser-search .form{
	height:60px;
	width:100%;
	/* margin:20px 0 20px 0; */
	position:relative;
  display: flex;
  flex-direction: row;
}
.info-content .ser-search input{
	height:60px;
	flex: 1;
	background:#f1f2f7;
	border-radius:2px;
	padding-left:10px;
  width: 100%;
	padding-left: 68px;
  border: none;
  outline: none;
	font-size: 15px;
	letter-spacing: 2px;
	color: #000000;
	font-family: "Microsoft Ya Hei";
}
.info-content .ser-search input::placeholder {
	font-size: 15px;
	letter-spacing: 2px;
	color: #000000;
	font-family: "Microsoft Ya Hei";
}
.info-content .ser-search .sear-control{
	height:60px;
	width:67px;
	background:url("../image/search-honor.png") no-repeat;
  background-size: 20px;
	border-radius:2px;
	position:absolute;
	left:30px;
	top:0;
	background-position: 0px 21px;
	cursor:pointer;
  border: none;
  outline: none;
}
.detail-content .title {
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  margin: 40px 0 0;
}
.detail-content .title .left {
  float: left;
  font-size: 22px;
}
.detail-content .title .right {
  float: right;
  height: 50px;
}
.detail-content .title .right p a,
.detail-content .title .right p span {
  display: inline-block;
  padding-right: 3px;
  font-size: 15px;
  color: #000000;
  /* font-weight: 300; */
  font-family: "Microsoft Ya Hei Light";
}
.detail-content .title .right p a:hover, .active {
  text-decoration: none;
  color: #cc2239 !important;
}
.detail-content .title .right p a.jiuminga:hover {
  color: #000 !important;
}
.detail-content .title .right p img {
  float: left;
  margin: 15px 5px 0 0;
}
.detail-content .title .left h3 {
  padding: 0;
  width: 210px;
  margin: 0;
  line-height: 40px;
  font-size: 18px;
  color: #585858;
  height: 40px;
  text-align: center;
  cursor: pointer;
  background: url("../image/index/left-t-arr.png") no-repeat;
}
.detail-content .title .left .h3 {
  background: url("../image/index/left-t-d.png") no-repeat;
  color: #fff;
}
.detail-content .title .left {
  position: relative;
}
.detail-content .title .left .left-detail-ul {
  height: 390px;
  display: none;
  margin: 0;
  z-index: 9999;
  position: absolute;
  top: 40px;
  left: 0;
  height: 500px;
}
.detail-content .title .left:hover .left-detail-ul {
  display: block;
}
.detail-content .title .left .div {
  text-align: center;
  height: 110px;
  position: relative;
}
.detail-content .title .left .div .menu-dow-img {
  width: 15px;
  margin: 5px auto;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 9999;
  cursor: pointer;
}
.detail-content .title .left .div .b-img {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.detail-content .title .left .left-detail-ul .left-detail-li {
  border-bottom: 1px solid #e5e6ea;
  /* line-height: 35px; */
  height: 40px;
  text-align: left;
  width: 210px;
  color: #585858;
  background: #f6f6f9;
  position: relative;
  display: none;
}
.detail-content .title .left .left-detail-ul li a {
  display: inline-block;
  padding-left: 30px;
  font-size: 15px;
  height: 35px;
  color: #585858;
  background: #f6f6f9;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.detail-content .title .left .left-detail-ul .left-detail-li:hover {
  background: #cc2239;
}
.detail-content .title .left .left-detail-ul .left-detail-li:hover a {
  color: #fff;
  text-decoration: none;
  background: #cc2239;
}
.detail-content .title .left .left-detail-li:nth-child(-n+10) {
  display: block;
}
.detail-content .title .left .chanpin-div-active .div .menu-dow-img {
  transform: rotate(180deg);
}

.detail-content .title .left .chanpin-div-active .left-detail-li {
  display: block !important;
}
.detail-content .title .left .left-detail-ul .left-detail-li .son-ul {
  overflow: hidden;
  height: auto;
  width: 300px;
  background: #f1f2f7;
  position: absolute;
  top: 0;
  left: 210px;
  z-index: 999;
  display: block;
  padding: 10px 0;
}
.detail-content .title .left .left-detail-ul .left-detail-li .son-ul p {
  width: 100%;
  text-align: center;
  background: url('../image/index/ulli-bg.png') no-repeat center bottom;
  color: #000;
  font-size: 16px;
  float: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.detail-content .title .left .left-detail-ul .left-detail-li .son-ul li {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.detail-content .title .left .left-detail-ul .left-detail-li .son-ul li a {
  width: 200px;
  display: block;
  color: #585858;
  background: #f1f2f7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 13px;
}
.detail-content .title .left .left-detail-ul .left-detail-li .son-ul li a:hover {
  color: #cc2239;
  text-decoration: none;
}
.detail-content .title .left .left-detail-ul .left-detail-li .son-ul{
  display: none;
}
.detail-content .title .left .left-detail-ul .left-detail-li:hover .son-ul{
  display: block;
}
.top {
  /* padding-top: 80px; */
}
@media screen and (max-width: 375px){
  .top{
    /* padding-top: 50px; */
  }
}
.info .top .swiper-top {
  max-height: 300px;
}
.info .top .swiper-top .img-responsive {
  max-height: 300px;
}
.info .top .swiper-top .swiper-pagination .swiper-pagination-bullet-active {
  background: #cc2239 !important;
}
.swiper-top .swiper-pagination .swiper-pagination-bullet-active {
  background: #cc2239 !important;
}
.tops, .tops .swiper-top, .tops .swiper-top img {
	width: 100%;
}

/* 支付信息 */
.pay-style .isf {
	width: 100%;
  height: auto;
	object-fit: cover;
  min-height: 400px;
  background-position: center;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.left-right-pay {
  display: flex;
  flex-direction: row;
  box-sizing:border-box;
}
.left-pay, .right-pay {
  flex: 1;
  margin-top: 50px;
}
.left-right-pay .zfxx h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  font-family: "Microsoft Ya Hei Light";
  border-left: 2px solid #cc2239;
  padding-left: 12px;
  margin-bottom: 15px;
}
.left-right-pay .zfxx h4,
.left-right-pay .zfxx p {
  font-size: 15px;
  color: #000000;
  font-weight: 300;
  font-family: "Microsoft Ya Hei Light";
  padding-left: 12px;
  line-height: 30px;
  margin: 0;
}
.left-right-pay .zfxx .div-p-style {
  font-size: 15px;
  color: #000000;
  font-weight: 300;
  font-family: "Microsoft Ya Hei Light";
  padding-left: 12px;
  line-height: 30px;
  margin: 0;
  display: flex;
  flex-direction: row;
}
.left-right-pay .zfxx .div-p-style p {
  padding-left: 100px;
}
.left-right-pay .zfxx div {
  display: flex;
  flex-direction: row;
}

.left-right-pay .zfxx div .p {
  flex: 1;
}
.left-right-pay .zfxx p span {
  font-size: 15px;
  color: #000000;
  font-weight: 300;
  font-family: "Microsoft Ya Hei Light";
  text-align: justify;
  display: inline-block;
  width: 112px;
  text-align-last: justify;
}


.left-right-pay .zfxx.width-size p span {
  width: 56px;
}
.add-pho {
  /* width: 100%; */
  display: inline-block;
}
.zfb-pay {
  /* margin: 50px 0; */
}
.oy-pay {
  padding-top: 5px;
}
.left-pay {
  position: relative;
  display: flex;
  flex-direction: column;
}
.zfb-pay {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* .zzsk-pay {
  position: absolute;
  bottom: 0;
} */

.bottom-img-news {
  display:flex;
  flex-direction: row;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 40px;
  /* width: 140px;
  height: 32px;
  font-size: 12px;
  color: #fff;
  font-family: "Microsoft Ya Hei Light";
  text-align: center;
  border-radius: 4px;
  line-height: 32px;
  background: #cc2239; */
}
.bottom-img-news a {
  font-size: 14px;
  color: #fff;
  font-family: "Microsoft Ya Hei Light";
  text-align: justify;
}
.bottom-img-news img {
  width: 25px;
  margin-right:6px;
}
.bottom-img-news p {
  margin: 0 50px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  background-color: #cc2239;
  text-align: center;
  cursor: pointer;
}
.bottom-img-news p a {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Ping Fang";
}
.newslist {
  width: 90%;
  margin: 0 auto;
}

.top-publics {
  position: relative;
}
.top-publics .top-style {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 80px;
  box-sizing: border-box;
}
.top-publics .top-style h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 58px;
  font-family: "Ping Fang SC";
  padding: 0;
  margin: 0;
  padding-bottom: 18px;
  letter-spacing: 2px;
}
.top-publics .top-style .line {
  width: 154px;
  height: 6px;
  background-color: #cc2239;
  margin-top: 30px;
  border-radius: 2px;
}
.top-publics .top-style h4 {
  margin-top: 20px;
  font-size: 31px;
  margin-bottom: 0;
  padding: 0;
  color: #ffffff;
  font-family: "Ping Fang SC";
}
.top-publics .top-style .p {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #ffffff;
}
.top-publics .top-style p {
  font-size: 14px;
  color: #fefefe;
  font-family: "Ping Fang SC";
  padding-bottom: 10px;
}
.top-publics .top-style .big-p {
  font-size: 31px;
  line-height: 52px;
  color: #ffffff;
  font-family: "Ping Fang SC";
}
@media screen and (max-width: 1280px) {
  .top-publics .top-style h3 {
    font-size: 45px;
  }
  .top-publics .top-style .line {
    width: 124px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  
  .bottom-img-news {
    margin-bottom: 2rem;
  }
  .bottom-img-news p {
    margin: 0 1rem;
    width: 8rem;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    background-color: #cc2239;
    text-align: center;
    cursor: pointer;
  }
  .bottom-img-news p a {
    font-size: 1.3rem;
    color: #ffffff;
    font-weight: bold;
    font-family: "Ping Fang";
  }
  .html-publics .paragarph,
  .info-content.container {
    box-sizing: border-box;
    padding: 0 2rem;
  }
  .top-publics .top-style {
    box-sizing: border-box;
    padding: 0 2rem;
    align-items: flex-end;
    padding-bottom: 4rem;
  }
  .top-publics .top-style h3 {
    font-size: 3.1rem;
    letter-spacing: 0px;
    padding-bottom: 1rem;
  }
  .top-publics .top-style .line {
    height: .4rem;
    width: 7.3rem;
  }
  .top-publics .top-style .big-p {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .detail-content {
    padding-top: 0 !important;
  }
  .detail-content .title {
    margin: 5rem 0 0;
    height: 50px;
    line-height: 50px;
    border-bottom: none !important;
    box-sizing: border-box;
  }
  .newstitle {
    padding: 0 2rem;
  }
  .detail-content .title .right {
    height: 40px;
  }
  .detail-content .title .right p img {
    margin-top: 15px;
  }
  .honor .honor-content {
    box-sizing: border-box;
    padding: 0 2rem;
  }
  .honor .honor-content .ser-search, .ser-search.container,
  .info-content .ser-search {
    box-sizing: border-box;
  }
  .info-content.container {
    box-sizing: border-box;
    /* margin-top: 1rem; */
  }
  .honor .honor-content .ser-search .form,
  .info-content .ser-search .form {
    height: 3.9rem;
  }
  .honor .honor-content .ser-search input,
  .info-content .ser-search input {
    background: #e9e9e9;
    height: 3.9rem;
    font-size: 1.4rem;
    color: #333333;
    font-family: "Source Han Sans CN";
    /* padding-right: 4rem; */
    padding-left: 1.5rem;
  }
  .honor .honor-content .ser-search .sear-control,
  .info-content .ser-search .sear-control {
    height: 3.9rem;
    background-size: 1.7rem;
    width: 3rem;
    right: 0;
    left: auto;
    top: 0;
    background-position: 0px 1.1rem;
  }
  .info-content .ser-search {
    margin-bottom: 1rem !important;
  }
  .newslist {
    width: 100%;
  }
  .info-content .newslist ul li a,
  .info .info-content .newslist ul li a {
    font-size: 1.4rem !important;
    color: #333333 !important;
    font-family: "Source Han Sans CN";
    text-align: left;
    flex: 1;
    box-sizing: border-box;
    padding-right: 1rem;
    overflow: hidden;
    font-weight:normal;
  }
  .info-content .newslist ul li span {
    font-size: 1.4rem !important;
    color: #333333;
    font-family: "Source Han Sans CN";
  }
  .info-content .newslist ul li .video {
    padding-left: 0;
    text-align: right;
    background: url(../image/download.png) no-repeat right center;
    width: 3rem;
  }
  .info-content .newslist ul li {
    display: flex;
    flex-direction: row;
  }
  .info .info-content .newslist ul li .video {
    width: auto !important;
  }
  .vidou-class {
    width: 100% !important;
  }
  .vidou-class .video-bg1 .beijing1 {
    height: 6rem !important;
  }
  .vidou-class .video-bg1 .beijing-videos {
    width: 5rem;
    height: 5rem;
  }
  .detail-content .title.hahaha {
    margin-top: 1rem !important;
  }
  .info-content.container.hahaha-hahaha,
  .info-content.container.hahaha-hahaha .newslist ul {
    margin-top: 0 !important;
  }
  .left-right-pay {
    display: block;
    padding: 0 1rem;
  }
  .left-pay, .right-pay {
    margin-top: 0;
  }
  .left-right-pay .zfxx h3 {
    font-size: 1.4rem;
    line-height: 1.2rem;
    color: #333333;
    font-family: "Ping Fang";
    font-weight: bolder;
  }
  .left-right-pay .zfxx.width-size p span {
    width: auto;
    font-size: 1.3rem;
    color: #333333;
    font-family: "Source Han Sans CN";
    text-align: left;
  }
  .left-right-pay .zfxx p span {
    width:auto;
    font-size: 1.3rem;
    color: #333333;
    font-family: "Source Han Sans CN";
    text-align: left;
    font-weight: normal;
  }
  .left-right-pay .zfxx h4, .left-right-pay .zfxx p {
    font-size: 1.3rem;
    color: #333333 !important;
    font-family: "Source Han Sans CN";
    text-align: left;
    font-weight: normal;
  }
}