@charset "utf-8";
/* CSS Document */
/* ============================
          	初始化
   ============================*/
/* 非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* 清除浏览器（标签）自带样式 */
html,
body,
table,
caption,
thead,
tbody,
tfoot,
tr,
th,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
form,
fieldset,
legend,
address,
blockquote,
pre,
span,
a,
img,
em,
strong,
small,
big,
button,
input,
select,
textarea,
label,
cite,
code,
dfn,
sub,
sup,
del,
iframe,
object {
  margin: 0;
  padding: 0;
}
/* 解决元素padding值所带来的的宽度问题 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 清除列表自带的黑点 */
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
em {
  font-style: normal;
}
/* 去除自身斜体 */
/* 标题标签的正常 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  /* 字体的粗细： 中等*/
}
/* 表格属性 */
table {
  border-collapse: collapse;
  /* 边框合成一条 */
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
table,
tr,
th,
td {
  font-size: 12px;
}
/* 去除浏览器自带的徐匡 */
input {
  outline: medium;
}
/*文字自动换行*/
p {
  word-wrap: break-word;
}
/* 去除图片边框 */
img {
  border: 0 none;
}
/*a标签去除无本修饰没有下划线*/
a {
  text-decoration: none;
}
/* 清除浮动 */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
  content: ".";
  height: 0;
}
/* 文本框属性 */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: PingFang sc, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
  background: #fff;
}
/* 自定义公共样式 */
/* 常用文本属性解决方法
 * letter-spacing:1px；文本间距
 * clear:both; 
 * zoom:1;一般是拿来解决IE6的子元素浮动时候父元素不随着自动扩大的问题，功能相当于overflow:auto
 * text-align:left;文本左对齐
 *针对居中图片/Flash
 *{width:4000px; background:#039; position:absolute;left:50%;top:0;margin-left:-2000px; text-align:center;}
 * cursor:pointer 手型
 宽度:1180px;
 <h3 大标题>30px/49px "Microsoft Yahei"
 字体"Microsoft Yahei","SimSun"  微软雅黑 ,微软宋体
 letter-spacing 字的间距
 文字删除线 text-decoration:line-through;
 
 */
/* 文本多出部分用省略号表示, 用于1行或多行 */
.ellipsis-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ellipsis-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
/* 宽度 */
/* 字体 */
.toubu {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  height: 1.6rem;
  padding: 0 0.32rem;
  border-bottom: 1px solid #e6ebf2;
  box-shadow: 0 0 10px 0 hsla(0, 6%, 58%, 0.3);
  -webkit-box-shadow: 0 0 10px 0 hsla(0, 6%, 58%, 0.3);
  -moz-box-shadow: 0 0 10px 0 hsla(0, 6%, 58%, 0.3);
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: space-between;
  z-index: 9999999;
  top: 0;
}
.toubu .logo {
  width: 2.66666667rem;
  height: 0.93333333rem;
}
.toubu .logo a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
}
.toubu .logo a img {
  float: left;
  width: 100%;
  height: 100%;
}
.toubu .anniu_cd {
  margin-top: 0.13333333rem;
  width: 0.66666667rem;
  height: 0.66666667rem;
}
.toubu .anniu_cd .dj_anniu {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
}
.toubu .anniu_cd .dj_anniu img {
  float: left;
  width: 100%;
  height: 100%;
}
.toubu .anniu_cd .gb_anniu {
  float: left;
  display: none;
  width: 100%;
  height: 100%;
}
.toubu .anniu_cd .gb_anniu img {
  float: left;
  width: 100%;
  height: 100%;
}
.ejnav_box {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 2.13333333rem 0.32rem 0 0.32rem;
  position: relative;
}
.ejnav_box dl {
  float: left;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.26666667rem;
}
.ejnav_box dl dt {
  font-size: 0.42666667rem;
  color: #17181a;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0.18666667rem;
  position: relative;
}
.ejnav_box dl dt a {
  font-size: 0.42666667rem;
  color: #17181a;
  font-weight: bold;
  padding-left: 0.16rem;
}
.ejnav_box dl dd {
  color: #17181a;
  width: 25%;
  text-align: left;
  padding: 0.05333333rem 0;
}
.ejnav_box dl dd a {
  font-size: 0.37333333rem;
  color: #17181a;
}
.dlzc_box {
  float: left;
  width: 100%;
  margin-top: 0.18666667rem;
  border-top: 4px solid #f1f1f1;
  padding-top: 0.32rem;
  display: flex;
}
.dlzc_box a {
  font-size: 0.42666667rem;
  color: #17181a;
  font-weight: bold;
  padding-right: 0.37333333rem;
}
.ejnav_box dl dt a::after {
  content: "";
  position: absolute;
  width: 0.13333333rem;
  height: 0.50666667rem;
  background: #1a79ff;
  top: 0.02666667rem;
  left: -0.10666667rem;
  border-radius: 2px;
}
.gdt_box {
  width: 100%;
  margin-top: 1.92rem;
  box-sizing: border-box;
  padding: 0 0.32rem;
}
.gdt_box .mySwiper {
  width: 100%;
  border-radius: 4px;
  height: 3.46666667rem;
  overflow: hidden;
}
.gdt_box .mySwiper .swiper-slide_img {
  width: 100%;
}
.gdt_box .mySwiper .swiper-slide_img img {
  width: 100%;
  height: 3.46666667rem;
}
.gdt_box .mySwiper .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  margin: 5px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  border-radius: 1px;
}
.gdt_box .mySwiper .swiper-pagination-bullet-active {
  background: #1a79ff;
  border-radius: 1px;
}
.tuijian_new {
  margin-top: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.32rem;
}
.tuijian_new .tuijian_box {
  width: 100%;
}
.tuijian_new .tuijian_box ul {
  margin-top: 0.32rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tuijian_new .tuijian_box ul li {
  width: 48%;
  margin-bottom: 0.32rem;
}
.tuijian_new .tuijian_box ul li a {
  display: block;
  width: 100%;
}
.tuijian_new .tuijian_box ul li a img {
  width: 100%;
  border-radius: 0.05333333rem;
  overflow: hidden;
  height: 2.66666667rem;
}
.tuijian_new .tuijian_box ul li a p {
  width: 100%;
  font-size: 0.37333333rem;
  color: #17181a;
  text-align: justify;
}
.bt_box {
  width: 100%;
  height: 0.85333333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bt_box span {
  width: 0.13333333rem;
  height: 0.58666667rem;
  background: #1a79ff;
  float: left;
  border-radius: 5px;
  display: block;
}
.bt_box h3 {
  float: left;
  margin-left: 0.16rem;
  font-size: 0.48rem;
  color: #333;
  font-weight: 800;
  line-height: 0.58666667rem;
}
.bt_box a {
  float: right;
  font-size: 0.32rem;
  color: #a1a8b3;
  line-height: 0.58666667rem;
}
.zhxw_new {
  margin-top: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.32rem;
}
.zhxw_new ul {
  width: 100%;
}
.zhxw_new ul li {
  margin-top: 0.37333333rem;
  width: 100%;
}
.zhxw_new ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.zhxw_new ul li a .zuo_xwbf {
  width: 5.52rem;
}
.zhxw_new ul li a .zuo_xwbf h3 {
  float: left;
  font-size: 0.37333333rem;
  color: #17181a;
  text-align: justify;
}
.zhxw_new ul li a .zuo_xwbf span {
  width: 100%;
  margin-top: 0.32rem;
  float: left;
  font-size: 0.32rem;
  color: #a1a8b3;
}
.zhxw_new ul li a .you_tu {
  padding-left: 0.32rem;
  width: 3.73333333rem;
  height: 1.86666667rem;
  border-radius: 0.05333333rem;
  overflow: hidden;
}
.zstj_box {
  margin-top: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.32rem;
}
.zstj_box ul {
  margin-top: 0.32rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zstj_box ul li {
  width: 48%;
  margin-bottom: 0.32rem;
  box-sizing: border-box;
  border: 1px solid #f5f9ff;
  height: 1.33333333rem;
}
.zstj_box ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.zstj_box ul li a img {
  float: left;
  width: 100%;
  height: 100%;
}
.dibu_box {
  width: 100%;
  padding: 0.32rem;
  background: #434343;
}
.dibu_box .dibu_dw {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dibu_box .dibu_dw dl {
  width: 100%;
  margin-bottom: 0.32rem;
}
.dibu_box .dibu_dw dl dt {
  width: 100%;
  font-size: 0.37333333rem;
  color: #fff;
  font-weight: bold;
}
.dibu_box .dibu_dw dl dd {
  width: 100%;
  line-height: 0.45333333rem;
}
.dibu_box .dibu_dw dl dd a {
  font-size: 0.37333333rem;
  color: #fff;
  margin-right: 0.37333333rem;
}
.dibu_box .dibu_xx {
  width: 100%;
}
.dibu_box .dibu_xx p {
  width: 100%;
  font-size: 0.37333333rem;
  color: #fff;
}
.dibu_box .dibu_xx p a {
  display: block;
  width: 100%;
  font-size: 0.37333333rem;
  color: #fff;
}
.conter_nr {
  margin-top: 1.73333333rem;
  width: 100%;
  padding: 0.32rem 0 0 0;
}
.conter_nr h1 {
  margin-top: 0.32rem;
  width: 100%;
  font-size: 0.64rem;
  font-weight: bold;
  color: #333;
  text-align: left;
  padding: 0 0.32rem;
}
.conter_nr .laiyuan_box {
  margin-top: 0.32rem;
  width: 100%;
  display: flex;
  padding: 0 0.32rem;
  justify-content: left;
}
.conter_nr .laiyuan_box p {
  margin-right: 0.32rem;
  float: left;
  font-size: 0.32rem;
  color: #a1a8b3;
}
.mbx_box {
  width: 100%;
  padding: 0 0.32rem;
  display: flex;
  align-items: center;
  height: 0.58666667rem;
  font-size: 0.37333333rem;
  color: #8a9099;
}
.mbx_box a {
  color: #8a9099;
}
.mbx_box span {
  color: #8a9099;
  padding: 0 0.10666667rem;
}
.mbx_box p {
  color: #8a9099;
  width: 40%;
}
.conter_zt {
  margin-top: 0.32rem;
  width: 100%;
  padding: 0 0.32rem;
  font-size: 0.4rem;
  line-height: 0.56rem !important;
}
.conter_zt img {
  width: 100% !important;
  height: 100% !important;
}
.conter_zt span {
  font-size: 0.4rem;
  line-height: 0.56rem !important;
}
.conter_zt p {
  font-size: 0.4rem;
  line-height: 0.56rem !important;
}
.sxyp_box {
  margin-top: 0.32rem;
  width: 100%;
  padding: 0 0.32rem;
}
.sxyp_box p {
  width: 100%;
  margin-top: 0.13333333rem;
  font-size: 0.37333333rem;
  color: #8a9099;
}
.sxyp_box p a {
  font-size: 0.37333333rem;
  color: #8a9099;
}
.fenye {
  width: 100%;
  margin-top: 0.37333333rem;
  margin-bottom: 0.16rem;
  text-align: center;
  /* display: flex;
    justify-content: space-between; */
}
.fenye span {
  display: none;
  font-size: 0.37333333rem;
  /* display: inline-block; */
  line-height: 0.37333333rem;
  color: #333;
  padding: 0.37333333rem;
  background: #E6E6E6;
  margin: 0 1%;
  border-radius: 3px;
  overflow: hidden;
}
.fenye a {
  display: none;
  font-size: 0.37333333rem;
  color: #333;
  line-height: 0.37333333rem;
  padding: 2% 2%;
  background: #E6E6E6;
  margin: 0 1%;
  border-radius: 3px;
  overflow: hidden;
}
.fenye a:first-of-type {
  display: inline-block;
}
.fenye a:last-of-type {
  display: inline-block;
}
.fenye .current {
  font-size: 0.37333333rem;
  display: inline-block;
  line-height: 0.37333333rem;
  color: #fff;
  padding: 2% 2%;
  background: #4c86fa;
  margin: 0 1%;
  border-radius: 3px;
  overflow: hidden;
}
.zslb_zt {
  margin-top: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.32rem;
}
.zslb_zt ul {
  margin-top: 0.32rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zslb_zt ul li {
  width: 48%;
  margin-bottom: 0.32rem;
  box-sizing: border-box;
  border: 1px solid #f5f9ff;
  height: 2.66666667rem;
}
.zslb_zt ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.zslb_zt ul li a img {
  float: left;
  width: 100%;
  height: 100%;
}
.xwzslb_zt {
  margin-top: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.32rem;
}
.xwzslb_zt ul {
  width: 100%;
  margin-bottom: 0.32rem;
}
.xwzslb_zt ul li {
  margin-top: 0.37333333rem;
  width: 100%;
}
.xwzslb_zt ul li a {
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.xwzslb_zt ul li a .zuo_xwbf {
  width: 5.52rem;
}
.xwzslb_zt ul li a .zuo_xwbf h3 {
  float: left;
  font-size: 0.37333333rem;
  color: #17181a;
  font-weight: bold;
  text-align: justify;
}
.xwzslb_zt ul li a .zuo_xwbf span {
  width: 100%;
  margin-top: 0.32rem;
  float: left;
  font-size: 0.32rem;
  color: #a1a8b3;
}
.xwzslb_zt ul li a .you_tu {
  padding-left: 0.32rem;
  width: 3.73333333rem;
  height: 1.86666667rem;
  border-radius: 0.05333333rem;
  overflow: hidden;
}
.baoming_zt {
  margin-top: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.32rem;
}
.baoming_zt .baoming_tijiao {
  font-size: 0.32rem;
}
.tpzslb_zt {
  margin-top: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.32rem;
}
.tpzslb_zt ul {
  margin-top: 0.32rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tpzslb_zt ul li {
  width: 48%;
  margin-bottom: 0.32rem;
}
.tpzslb_zt ul li a {
  display: block;
  width: 100%;
}
.tpzslb_zt ul li a img {
  width: 100%;
  border-radius: 0.05333333rem;
  overflow: hidden;
}
.tpzslb_zt ul li a p {
  width: 100%;
  font-size: 0.37333333rem;
  color: #17181a;
  text-align: justify;
}
.tpzslb_zt {
  margin-top: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.32rem;
}
.tpzslb_zt ul {
  margin-top: 0.32rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tpzslb_zt ul li {
  width: 48%;
  margin-bottom: 0.32rem;
}
.tpzslb_zt ul li img {
  width: 100%;
  border-radius: 0.05333333rem;
  overflow: hidden;
  height: 3.25333333rem;
}
.zjgty_img {
  width: 100%;
  margin-top: 0.32rem;
  box-sizing: border-box;
  padding: 0 0.32rem;
}
.zjgty_img a {
  width: 100%;
  display: block;
}
.zjgty_img a img {
  width: 100%;
  overflow: hidden;
}
.yewu_new {
  margin-top: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.32rem;
}
.yewu_new .yewu_box {
  width: 100%;
}
.yewu_new .yewu_box ul {
  margin-top: 0.32rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yewu_new .yewu_box ul li {
  width: 48%;
  margin-bottom: 0.32rem;
}
.yewu_new .yewu_box ul li a {
  display: block;
  width: 100%;
}
.yewu_new .yewu_box ul li a img {
  width: 100%;
  border-radius: 0.05333333rem;
  overflow: hidden;
  height: 2.66666667rem;
}
.yewu_new .yewu_box ul li a p {
  width: 100%;
  font-size: 0.37333333rem;
  color: #17181a;
  text-align: justify;
}
.yewu_lanmu {
  margin-top: 0.32rem;
  margin-bottom: 0.45333333rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.32rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yewu_lanmu a {
  margin-top: 0.18666667rem;
  display: block;
  width: 31.5%;
  background: #245cc6;
  padding: 0.26666667rem 0.13333333rem 0.33333333rem 0.13333333rem;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}
.yewu_lanmu a p {
  width: 100%;
  color: #fff;
  font-size: 0.37333333rem;
  text-align: center;
}
.hanyexw_new {
  margin-top: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.32rem;
}
.hanyexw_new .hanyexw_box {
  width: 100%;
}
.hanyexw_new .hanyexw_box ul {
  margin-top: 0.32rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hanyexw_new .hanyexw_box ul li {
  width: 100%;
  margin-bottom: 0.32rem;
}
.hanyexw_new .hanyexw_box ul li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.hanyexw_new .hanyexw_box ul li a p {
  width: 74%;
  font-size: 0.37333333rem;
  color: #17181a;
  line-height: 0.50666667rem;
}
.hanyexw_new .hanyexw_box ul li a span {
  width: 26%;
  font-size: 0.34666667rem;
  color: #a1a8b3;
  text-align: right;
  line-height: 0.50666667rem;
}
.yewu_zuo {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 2.4rem;
  z-index: 9998;
  border-right: 2px solid #f1f1f1;
  background: #fcfcfc;
}
.yewu_zuo ul {
  width: 100%;
  padding-top: 1.73333333rem;
}
.yewu_zuo ul li {
  width: 100%;
}
.yewu_zuo ul li a {
  display: block;
  width: 100%;
  font-size: 0.37333333rem;
  color: #17181a;
  padding: 0.26666667rem 0.13333333rem;
  text-align: justify;
  border-bottom: 4px solid #fcfcfc;
}
.yewu_zuo ul li a.on {
  border-bottom: 4px solid #4c86fa;
}
.yewu_you {
  width: 100%;
  display: flex;
  justify-content: right;
}
.yewu_you .uewu_right {
  padding-top: 1.73333333rem;
  width: 74%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.yewu_you .uewu_right .yewu_ul {
  width: 100%;
}
.yewu_you .uewu_right .yewu_ul ul {
  width: 100%;
  padding: 0.2rem 0.2rem 0 0.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yewu_you .uewu_right .yewu_ul ul li {
  width: 48%;
  padding-bottom: 0.18666667rem;
}
.yewu_you .uewu_right .yewu_ul ul li a {
  display: block;
  width: 100%;
}
.yewu_you .uewu_right .yewu_ul ul li a img {
  float: left;
  width: 100%;
  height: 2.4rem;
}
.yewu_you .uewu_right .yewu_ul ul li a p {
  float: left;
  width: 100%;
  font-size: 0.37333333rem;
  color: #17181a;
  margin-top: 0.18666667rem;
}
.lxwmfs_box {
  margin-top: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.32rem;
}
.lxwmfs_box .jichu_xx {
  width: 100%;
  background: #4c90f1;
  display: flex;
  padding: 0.32rem;
  box-sizing: border-box;
  margin-bottom: 0.32rem;
}
.lxwmfs_box .jichu_xx .jichu_zuo {
  width: 1.6rem;
  display: flex;
  align-items: center;
}
.lxwmfs_box .jichu_xx .jichu_zuo img {
  width: 1.6rem;
  height: 1.6rem;
}
.lxwmfs_box .jichu_xx .jjchu_you {
  padding-left: 0.8rem;
  box-sizing: border-box;
}
.lxwmfs_box .jichu_xx .jjchu_you h2 {
  width: 100%;
  color: #fff;
  font-size: 0.61333333rem;
}
.lxwmfs_box .jichu_xx .jjchu_you p {
  width: 100%;
  color: #fff;
  font-size: 0.37333333rem;
}
.lxwmfs_box .jichu_dt {
  width: 100%;
}
.lxwmfs_box .jichu_dt img {
  width: 100%;
}
.lxwmfs_box .jichu_xx1 {
  width: 100%;
  background: #4c90f1;
  display: flex;
  justify-content: space-between;
  padding: 0.32rem;
  box-sizing: border-box;
  margin-bottom: 0.32rem;
}
.lxwmfs_box .jichu_xx1 .xx1_imgtu {
  width: 30%;
}
.lxwmfs_box .jichu_xx1 .xx1_imgtu img {
  width: 100%;
}
.lxwmfs_box .jichu_xx1 .xx1_imgtu p {
  width: 100%;
  color: #fff;
  font-size: 0.37333333rem;
}
.zs_jieshao_box {
  margin-top: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.32rem;
}
.zs_jieshao_box .zs_jieshao_box_nr {
  background: #f7f7f7;
  width: 100%;
  margin-bottom: 0.26666667rem;
  padding: 0.32rem;
  box-sizing: border-box;
  font-size: 0.4rem;
  line-height: 0.64rem;
}
.zs_jieshao_box .zs_jieshao_box_nr img {
  width: 100% !important;
  height: 100% !important;
}
.zs_jieshao_box .xzbf_box {
  width: 100%;
}
.zs_jieshao_box .xzbf_box ul {
  width: 100%;
}
.zs_jieshao_box .xzbf_box ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.32rem;
  box-sizing: border-box;
  background: #f7f7f7;
  border-radius: 0.08rem;
  margin-bottom: 0.26666667rem;
}
.zs_jieshao_box .xzbf_box ul li .xzbf_box_left {
  width: 80%;
}
.zs_jieshao_box .xzbf_box ul li .xzbf_box_left h3 {
  width: 100%;
  font-size: 0.4rem;
}
.zs_jieshao_box .xzbf_box ul li .xzbf_box_left p {
  width: 100%;
  padding: 0.06666667rem 0;
  display: flex;
}
.zs_jieshao_box .xzbf_box ul li .xzbf_box_left p span {
  font-size: 0.32rem;
}
.zs_jieshao_box .xzbf_box ul li .xzbf_box_right {
  width: 16%;
}
.zs_jieshao_box .xzbf_box ul li .xzbf_box_right a {
  display: block;
  width: 100%;
  background: #245cc6;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 0.32rem;
  padding: 0.26666667rem 0;
}
.gsjs_box {
  margin-top: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.32rem;
}
.gsjs_box h3 {
  width: 100%;
  font-size: 0.56rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 0 0.32rem 0.32rem 0;
  position: relative;
}
.gsjs_box h3::after {
  width: 1.36rem;
  height: 0.16rem;
  position: absolute;
  content: "";
  background: #245cc6;
  border-radius: 0.21333333rem;
  top: 0.98666667rem;
  left: 40%;
}
.gsjs_box p {
  font-size: 0.4rem;
  width: 100%;
  margin-top: 0.32rem;
  line-height: 0.53333333rem;
  text-indent: 0.64rem;
  text-align: justify;
}
.fwxm_box {
  margin-top: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0.32rem 0.32rem 0.58666667rem 0.32rem;
  background: #f2f2f2;
}
.fwxm_box h3 {
  width: 100%;
  font-size: 0.56rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 0 0.32rem 0.32rem 0;
  position: relative;
}
.fwxm_box h3::after {
  width: 1.36rem;
  height: 0.16rem;
  position: absolute;
  content: "";
  background: #245cc6;
  border-radius: 0.21333333rem;
  top: 0.98666667rem;
  left: 40%;
}
.fwxm_box .huadong_img {
  width: 100%;
  margin-top: 0.45333333rem;
}
.fwxm_box .huadong_img .chicun {
  background: #245cc6;
}
.fwxm_box .huadong_img .chicun a {
  display: block;
}
.fwxm_box .huadong_img .chicun a img {
  width: 100%;
}
.fwxm_box .huadong_img .chicun p {
  font-size: 0.37333333rem;
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%;
  justify-content: center;
  text-align: center;
  line-height: 0.64rem;
  height: 1.6rem;
  box-sizing: border-box;
  padding: 0 0.10666667rem;
}
.fwxm_box .huadong_img .swiper-pagination {
  display: none !important;
}
.xgzs_box_img {
  margin-top: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.32rem;
}
.xgzs_box_img h3 {
  width: 100%;
  font-size: 0.56rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 0 0.32rem 0.32rem 0;
  position: relative;
}
.xgzs_box_img h3::after {
  width: 1.36rem;
  height: 0.16rem;
  position: absolute;
  content: "";
  background: #245cc6;
  border-radius: 0.21333333rem;
  top: 0.98666667rem;
  left: 40%;
}
.xgzs_box_img .xgzs_ul_img {
  width: 100%;
}
.xgzs_box_img .xgzs_ul_img ul {
  margin-top: 0.32rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.xgzs_box_img .xgzs_ul_img ul li {
  width: 32%;
  margin-bottom: 0.32rem;
}
.xgzs_box_img .xgzs_ul_img ul li img {
  width: 100%;
}
.fwxm_box1 {
  margin-top: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0.32rem 0.32rem 0.58666667rem 0.32rem;
  background: #f2f2f2;
}
.fwxm_box1 h3 {
  width: 100%;
  font-size: 0.56rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 0 0.32rem 0.32rem 0;
  position: relative;
}
.fwxm_box1 h3::after {
  width: 1.36rem;
  height: 0.16rem;
  position: absolute;
  content: "";
  background: #245cc6;
  border-radius: 0.21333333rem;
  top: 0.98666667rem;
  left: 40%;
}
.fwxm_box1 .huadong_img {
  width: 100%;
  margin-top: 0.45333333rem;
}
.fwxm_box1 .huadong_img .chicun2 {
  width: 100%;
}
.fwxm_box1 .huadong_img .chicun2 img {
  width: 100%;
}
.fwxm_box1 .huadong_img .swiper-pagination {
  display: none !important;
}
.denglu_dbt {
  width: 100%;
  font-size: 0.4rem;
  margin-bottom: 0.4rem;
}
.yhzc_hyz {
  width: 100%;
  font-size: 0.4rem;
  margin-bottom: 0.4rem;
}
.ynghuxin_mk1 {
  margin-top: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0.32rem 0.32rem 0.05333333rem 0.32rem;
  background: #f5f5f5;
  margin-bottom: 0.4rem;
  border-radius: 0.13333333rem;
}
.ynghuxin_mk1 h3 {
  width: 100%;
  border-bottom: 0.04rem solid #245cc6;
  font-size: 0.4rem;
  line-height: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.ynghuxin_mk1 .jqxz_nr {
  width: 100%;
}
.ynghuxin_mk1 .jqxz_nr ul {
  width: 100%;
}
.ynghuxin_mk1 .jqxz_nr ul li {
  width: 100%;
}
.ynghuxin_mk1 .jqxz_nr ul li a {
  width: 100%;
  justify-content: space-between;
  display: flex;
  font-size: 0.34666667rem;
  align-items: center;
  line-height: 0.72rem;
}
.ynghuxin_mk1 .jqxz_nr ul li a p {
  width: 70%;
}
.jqxzjl_ul {
  width: 100%;
}
.jqxzjl_ul ul {
  width: 100%;
}
.jqxzjl_ul ul li {
  width: 100%;
  padding: 0.13333333rem 0.13333333rem;
  box-sizing: border-box;
}
.jqxzjl_ul ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.34666667rem;
  align-items: center;
  line-height: 0.72rem;
}
.jqxzjl_ul ul li a p {
  width: 70%;
}
.jqxzjl_ul ul li:nth-child(even) {
  background: #f5f5f5;
}
.zabm_box_zt {
  margin-top: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0.32rem 0.72rem 0.58666667rem 0.32rem;
  background: #f5f5f5;
  font-size: 0.32rem;
}

.fjsc_box{
  width: 100%;
  margin-bottom: 15px;
}
.fjsc_nr{
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
.fjsc_nr h3{
   width: 100px;
   position: relative;
    float: left;
    display: block;
    padding: 9px 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    margin-right: 10px;
}
.fjsc_sm{
  width: 100%;
  /* border: 1px solid #fff;
  background: #fff; */
  padding: 6px;
  box-sizing: border-box;
}