* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.clearfix::after,
.clearfix::before {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both
}

.clearfix {
  zoom: 1
}

img {
  max-width: 100%;
  display: block;
}

.banner img {
  width: 100%;
  display: block;
}

.m_center {
  padding-left: 12px;
  padding-right: 12px;
}

.d_flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}

/*zhaoheng all style*/
/*margin-top*/
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt17 {
  margin-top: 17px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

/*margin-bottom*/
.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb17 {
  margin-bottom: 17px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

/*padding-top*/
.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt38 {
  padding-top: 38px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt100 {
  padding-top: 100px;
}

/*padding-bottom*/
.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb14 {
  padding-bottom: 14px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb17 {
  padding-bottom: 17px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.flex_n {
  flex: none;
  -webkit-flex: none;
  -ms-flex: none;
}

.flex_1 {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}

.mr_2n0>*,
.mr_3n0>*,
.mr_4n0>*,
.mr_5n0>* {
  float: left;
}

.mr_2n0>* {
  width: calc((100% - 12px)/2);
  margin-right: 12px;
  margin-bottom: 12px;
}

.mr_3n0>* {
  width: calc((100% - 24px)/3);
  margin-right: 12px;
  margin-bottom: 12px;
}

.mr_4n0>* {
  width: calc((100% - 36px)/4);
  margin-right: 12px;
  margin-bottom: 12px;
}

.mr_5n0>* {
  width: calc((100% - 48px)/5);
  margin-right: 12px;
  margin-bottom: 12px;
}

.mr_2n0>*:nth-child(2n) {
  width: calc((100% - 12px)/2);
  margin-right: 0px !important;
}

.mr_3n0>*:nth-child(3n) {
  margin-right: 0px !important;
}

.mr_4n0>*:nth-child(4n) {
  margin-right: 0px !important;
}

.mr_5n0>*:nth-child(5n) {
  margin-right: 0px !important;
}

a {
  color: #333;
}

.page_title {
  width: 100%;
  text-align: center;
}

.page_title p {
  font-size: 18px;
  color: #1c6ec8;
}

.page_title h2 {
  font-size: 20px;
  margin-top: 2px;
}

.page_title h3 {
  font-size: 20px;
  margin-top: 2px;
  font-weight: 400;
}

.page_title h2 span {
  color: #d51414;
}

.page_title p img {
  width: 100%;
}

.page_title font {
  display: block;
  font-size: 13px;
  color: #666666;
}

.cnxj>div {
  box-shadow: 0 0 10px #ccc;
  padding: 12px 0;
  margin-right: 12px;
  margin-bottom: 12px;
  text-align: center;
  width: calc((100% - 12px)/2);
}

.cnxj .font_ico span {
  display: block;
  width: 50px;
  font-weight: bold;
  line-height: 50px;
  margin: auto;
  color: #fff;
  border-radius: 50%;
  background: #1c6ec8;
}

.cnxj>div p {
  margin-top: 10px;
  font-size: 14px;
}

.cnxj>div a {
  margin-top: 10px;
  color: #1c6ec8;
  font-size: 14px;
  display: inline-block;
  border-radius: 25px;
  padding: 4px 10px;
  border: 1px solid #1c6ec8;
}

.zy_list {
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

.zy_list .zy_title {
  font-size: 17px;
}

.zy .zy_bl span {
  display: inline-block;
}

.zy .zy_bl span:first-child {
  width: 11px;
  margin-right: 2px;
}

.zy .zy_bl span img {
  width: 100%;
  transform: translateY(1px);
}

.zy .zy_bl span:last-child {
  color: #d51414;
  font-size: 15px;
  margin-bottom: 10px;
}

.zy_list .zy_img {
  font-size: 17px;
}

.zy_list .zy_font {
  font-size: 14px;
}

.zy_list .zy_font .flex_1 {
  font-weight: bold;
}

.zy_list .zy_font .flex_1 span {
  font-weight: 400;
}

.zy_list .zy_font {
  text-align: left;
  color: #333;
  padding: 15px 10px;
  width: 100%;
  background-color: #eeeeee;
  box-sizing: border-box;
}

.zy_list .zy_font a {
  text-align: center;
  padding: 5px 10px;
  margin-left: 10px;
  margin-top: 7px;
  font-size: 14px;
  display: block;
  color: #fff;
  border-radius: 50px;
  background: #1c6ec8;
}

.mr_2n0>.zy_list {
  width: calc((100% - 12px)/2);
  margin-right: 12px;
  margin-bottom: 12px;
}

.mr_2n0>.zy_list .zy_font {
  padding: 8px 12px 10px;
}

.mr_2n0>.zy_list .zy_font a {
  text-align: center;
  padding: 5px 10px;
  margin-left: 10px;
  margin-top: 7px;
  font-size: 14px;
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  background: #1c6ec8;
}

.zy_font_dj {
  text-align: center;
}

.xxhj a {
  display: block;
  margin-bottom: 8px;
  margin-right: 8px;
  width: calc((100% - 8px)/2);
}

.xxhj a:nth-child(2n) {
  margin-right: 8px !important;
}

.img_title {
  background: #1c6ec8;
  text-align: center;
  padding: 15px 0px;
}

.img_title p {
  text-align: center;
  margin-bottom: 3px;
  font-size: 15px;
  color: #fff;
}

.img_title span {
  font-size: ;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.mq>div:last-child {
  margin-top: 12px;
}

.mq .d_flex {
  padding: 8px 15px;
  border: 1px solid #cfcfcf;
  border-top: 0px;
}

.mq img {
  display: block;
}

.mq .flex_n img {
  width: 35px;
}

.mq .flex_1 {
  font-size: 15px;
  line-height: 35px;
  padding-left: 8px;
}

.page_font {
  margin-top: 10px;
  text-indent: 2em;
  font-size: 13px;
  line-height: 24px;
}

.byxz_list {
  padding: 3px;
  width: calc((100% - 12px)/2);
  border: 1px solid #d4d4d4;
  margin-bottom: 12px;
  margin-right: 12px;
}

.byxz .byxz_font {
  font-size: 14px;
  line-height: 22px;
  padding: 10px 5px 0px;
}

.title {
  text-align: center;
}

.title strong {
  display: block;
  font-size: 22px;
  color: #454241;
  line-height: 1.1em;
}

.title p {
  font-size: 13px;
  margin-top: 10px;
  color: #333333;
}

.title .xian hr {
  width: 15%;
  height: 2px;
  display: block;
  margin: auto;
  border: 0px;
  background: #666666;
}

/* 视频 */
.xdhj {
  font-size: 14px;
  line-height: 22px;
  padding: 12px 14px;
  background: url(../images/16.jpg) no-repeat;
  background-size: 100% 100%;
}

.allfont {
  text-indent: 2em;
}

.allfont span {
  color: #df3e50;
}

.allbut a {
  display: block;
  width: 100%;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #df3e50;
}

.videoname span {
  display: block;
  float: left;
}

.videoname span:last-child {
  margin-left: 5px;
}

.video {
  position: relative;
  width: 100%;
  padding: 10px 10px 10px;
}

.video_box {
  overflow: hidden;
  position: relative;
}

.videofm {
  position: absolute;
  top: 0px;
  left: 0px;
}

.video .fr img {
  max-width: 100%;
  transform: translateY(3px);
}

.video video {
  display: none;
}

.video_font {
  background: #eeeeee;
  padding: 8px 10px;
  font-size: 14px;
}

.video_font .fr {
  color: #999;
}

.video_font .fr span {
  width: 22px;
  display: inline-block;
}

.video_font .fl span:first-child {
  margin-right: 10px;
}

.video_font .fl {
  color: #666666;
  font-size: 14px;
}

.video .pause {
  position: absolute;
  top: 50px;
  right: 0px;
}

.zyxx li {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 15px solid #eeeeee;
}

.zyxx li>.d_flex {
  align-items: center;
}

.zyxx li>.d_flex .flex_n {
  background: url(../images/3.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 7px 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-right: 21px;
  width: 100px;
}

.zyxx li>.d_flex .flex_1 {
  background: #ffd9dd;
  line-height: 35px;
  height: 35px;
  color: #df3e50;
  padding-left: 10px;
  font-size: 14px;
}

.zyxx li>.zyxxfont p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  color: #666666;
}

.zyxx li>.mr_2n0 a {
  display: block;
  margin-right: 5px;
  margin-bottom: 5px !important;
  width: calc((100% - 5px)/2);
}

.zyxx li>.mr_3n0 a {
  display: block;
  margin-right: 5px;
  width: calc((100% - 5px)/3);
}

.allbut a {
  display: block;
  width: 100%;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #df3e50;
}

.jxhj li {
  float: left;
  width: calc((100% - 8px)/2);
  margin-right: 8px;
  margin-bottom: 8px;
}

.jxhj li:nth-child(2n+1) {
  margin-right: 0px;
}

.xxzp li {
  position: relative;
}

.xxzp li p {
  position: absolute;
  bottom: 0px;
  left: 0px;
  line-height: 38px;
  padding: 0px 15px;
  font-size: 13px;
  background: rgb(0 0 0 / 0.5);
  width: 100%;
  color: #fff;
}

.xszp_pagination {
  text-align: center;
}

.xszp_pagination>span {
  width: 14px !important;
  height: 14px !important;
  margin: 2px;
  background: #e0e0e0;
  opacity: 1;
}

.xszp_pagination>span {
  width: 13px !important;
  height: 13px !important;
  margin: 2px;
  opacity: 1;
}

.xszp_pagination .swiper-pagination-bullet-active {
  background: #f2aca0 !important;
}

.zyys .font b {
  font-size: 14px;
  text-align: center;
  display: block;
}

.zyys .font p {
  font-size: 12px;
  text-align: center;
}

.zyys .zyys-list {
  margin-right: 5px;
  margin-bottom: 15px;
  width: calc((100% - 10px)/3);
}

.zyys .font b {
  font-size: 15px;
  text-align: center;
  display: block;
  margin-top: 8px;
}

.zyys .font p {
  margin-top: 2px;
  font-size: 12px;
  text-align: center;
}

.zytj .zyys-list {
  margin-bottom: 10px;
}

.zytj .font p {
  font-size: 16px;
  text-align: center;
  display: block;
  margin-top: 8px;
}

.qitem {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
}

.qjd {
  padding-right: 15px;
}

.msfc .swiper-slide {
  background: #fff;
}

.msfc .font {
  box-shadow: 0 0 10px #ccc;
  border-radius: 35px;
  padding-bottom: 5px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  overflow: hidden;
}

.msfc .bt {
  font-size: 18px;
  font-weight: bold;
  padding: 0px 12px;
  line-height: 36px;
  height: 36px;
}

.msfc .bt span {
  font-size: 14px;
  background: #ffe8e4;
  color: #e4442a;
  text-align: center;
  display: block;
  float: right;
  padding: 5px 10px;
  line-height: 18px;
  border-radius: 5px;
  font-weight: 400;
}

.msfc .swiper-slide .font>p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding: 0 12px;
}

.msfc .swiper-slide .font .mr_3n0 {
  padding-right: 13%;
  padding-left: 12px;
  margin-top: 12px;
}

.msfc .swiper-slide .font .mr_3n0>div {
  border: 1px solid #e06b58;
  padding: 5px 2px;
  margin-right: 8px;
  border-radius: 15px;
}

.msfc .swiper-slide .font .mr_3n0>div:first-child {
  background: #e06b58;
  color: #fff !important;
}

.msfc .swiper-slide .font .mr_3n0>div:first-child * {
  color: #fff !important;
}

.msfc .swiper-slide .font .mr_3n0>div b {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #e06b58;
}

.msfc .swiper-slide .font .mr_3n0>div p {
  font-size: 12px;
  text-align: center;
  display: block;
  color: #e06b58;
}