body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  font-size: 0.16rem;
}
/* 初始化标签在所有浏览器中的margin、padding值 */
fieldset,
img {
  border: 0 none;
}
/* 重置fieldset（表单分组）、图片的边框为0*/
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
/* 重置类表前导符号为onne,menu在HTML5中有效 */
blockquote,
q {
  quotes: none;
}
/* 重置嵌套引用的引号类型 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* 重置嵌套引用*/
input,
select,
textarea,
button {
  vertical-align: middle;
  outline: none;
  border: none;
}
/* 重置表单控件垂直居中*/
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
/* 重置表单button按钮效果 */
/* body {background:#fff}   重置body 页面背景为白色 */
body,
th,
td,
input,
select,
textarea,
button {
  line-height: 1;
  font-family: "微软雅黑", "粗体";
}
/* 重置页面文字属性 */
a {
  text-decoration: none;
  color: #000;
}
/* 重置链接a标签 */
a:active,
a:hover {
  text-decoration: none;
}
input:focus-visible {
  outline: none;
}
/* 重置链接a标签的鼠标滑动效果 */
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
/* 重置样式标签的样式 */
caption {
  display: none;
}
/* 重置表格标题为隐藏 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
/* 重置table属性 */
img {
  max-width: 100%;
  vertical-align: middle;
}
/* 图片在当前行内的垂直位置 */
i {
  font-style: normal;
}
/* 页面设置 */
/* 取消a标签点击后的虚线框 */
a {
  outline: none;
}
a:hover {
  text-decoration: none;
}
a[href] {
  cursor: pointer;
}
/* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */
/*
    ::selection {color: #fff;background-color: #4C6E78;}
    ::-moz-selection {color: #fff;background-color: #4C6E78;}
     */
/*清除浮动*/
/*清除浮动--推荐使用*/
/* 清楚浮动 */
.clear {
  zoom: 1;
}
.clear:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
/*文本超出显示省略号*/
.ehn,
.otw,
.tow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* 截字符 */
.ellipsis,
.jzf {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ellipsis_d,
.jzf_d {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.w {
  width: 93.5%;
  margin: 0 auto;
}
.fs_18 {
  font-size: 0.18rem;
}
.fs_24 {
  font-size: 0.24rem;
}
.fs_26 {
  font-size: 0.26rem;
}
.fs_28 {
  font-size: 0.28rem;
}
.fs_30 {
  font-size: 0.3rem;
}
.fs_36 {
  font-size: 0.36rem;
}
.trans {
  transition: all 0.5s;
}
/* 顶部开始 */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 0.94rem;
  background-color: #fff;
}
.nav .nav_child {
  width: 93.5%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav_child a {
  display: block;
}
.nav .logo {
  width: 2.02rem;
}
.nav .logo img {
  width: 100%;
}
.nav .tab {
  position: relative;
  width: 0.52rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav .tab .menu {
  width: 0.42rem;
  height: 0.33rem;
}
.nav .tab .cha {
  width: 0.35rem;
  display: none;
  height: 0.35rem;
}
/* 导航下拉 */
.nav_xl {
  position: fixed;
  left: 0;
  top: 0.94rem;
  z-index: 9999;
  width: 100%;
  height: -webkit-calc(99vh);
  min-height: calc(100vh - 0.98rem);
  display: none;
  overflow-y: auto;
  background: url('../img/menu_bj.jpg') no-repeat center #fff;
  background-size: 7.5rem 15.01rem;
}
.nav_xl::-webkit-scrollbar {
  display: none;
}
.nav_xl .qh_xl {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding-right: 3.25%;
  box-sizing: border-box;
}
.nav_xl .qh_xl .tit_tab {
  display: inline-block;
  width: 40%;
  height: 100%;
  padding-top: 0.3rem;
  padding-bottom: 1.38rem;
  background-color: #eaeefe;
}
.nav_xl .qh_xl .cont_box {
  width: 70%;
  height: 100%;
  padding-left: 0.31rem;
  box-sizing: border-box;
}
.nav_xl .qh_xl .cont_box ul li {
  line-height: 0.5rem;
}
.nav_xl .qh_xl .tit_item {
  display: block;
  position: relative;
  font-size: 0.28rem;
  color: #212121;
  width: 100%;
  line-height: 1rem;
  text-align: center;
  border-bottom: 0.01rem solid #f0f4fd;
  cursor: pointer;
  padding: 0 0.15rem;
  box-sizing: border-box;
}
.nav_xl .qh_xl .tit_item.tit_item.on {
  background: url('../img/sx.jpg') no-repeat 0.15rem center #fff;
  background-size: 0.06rem 0.26rem;
  color: #004fcb;
}
.nav_xl .qh_xl .tit_item:last-child {
  border-bottom: none;
}
.nav_xl .qh_xl .cont_item {
  height: 100%;
  display: none;
  overflow-y: auto;
  padding-top: 0.3rem;
}
.nav_xl .qh_xl .cont_item ul li {
  margin-bottom: 0.07rem;
}
.nav_xl .qh_xl .cont_item ul li a {
  color: #5b5b5b;
  font-size: 0.26rem;
}
.nav_xl .qh_xl .cont_item ul li .bt {
  font-size: 0.26rem;
  color: #212121;
  line-height: 0.85rem;
}
.nav_xl .qh_xl .cont_item ul li.on .bt {
  color: #004fcb;
}
.nav_xl .qh_xl .cont_item.on {
  display: block;
}
/* 搜索 */
body {
  position: relative;
}
.search_box {
  display: flex;
  align-items: center;
  margin-left: 3%;
  width: 4.26rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  border: 1px solid #e4e4ea;
}
.search_box input {
  width: 88%;
  background: transparent;
  padding: 0 0.28rem;
  box-sizing: border-box;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.26rem;
  color: #212121;
}
.search_box input::placeholder {
  color: #c7cfda;
}
.search_box .text {
  background-color: transparent;
}
.search_box .img1 {
  float: right;
  width: 0.27rem;
  height: 0.25rem;
  cursor: pointer;
}
.search_box .img2 {
  display: none;
  width: 0.27rem;
  height: 0.25rem;
}
.lb_yi {
  position: relative;
  width: 100%;
  height: 4rem;
  overflow: hidden;
  padding-top: 0.94rem;
}
.lb_yi .swp1 {
  bottom: 0.5rem !important;
}
.lb_yi .swp1 .swiper-pagination-bullet {
  width: 0.58rem;
  height: 0.12rem;
  background-color: #d7d7dd;
  opacity: 1;
  border-radius: 0.06rem;
}
.lb_hzhb{
    overflow:hidden;
}
.lb_yi .swp1 .swiper-pagination-bullet-active {
  background-color: #004fcb;
}
.index {
  min-height: 100vh;
}
.index .tit {
  padding-top: 0.65rem;
  display: block;
  text-align: center;
  margin: 0 0 0.4rem 0;
}
.index .tit h2 {
  font-size: 0.36rem;
  line-height: 0.6rem;
  color: #004fcb;
}
.index .tit p {
  font-size: 0.24rem;
  color: #a7aab4;
}
.yw_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.zy {
  min-height: calc(100vh - 5rem - 1rem);
}
.zy_ban {
  width: 100%;
  height: 3.59rem;
  padding-top: 0.94rem;
}
.gsjs .jj_box {
  width: 5.8rem;
  margin: 0 auto;
  text-align: center;
}
.gsjs .gsjj {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0.47rem auto 0.6rem auto;
}
.gsjs .gsjj li img {
  width: 0.73rem;
  height: 0.85rem;
}
.gsjs .gsjj li p {
  text-align: center;
}
.zyyw {
  position: relative;
  width: 100%;
  height: 6.02rem;
  background: url('../img/sy_ywbj.jpg') no-repeat center;
  background-size: cover;
}
.zyyw .tit {
  padding: 0.25rem;
  margin: 0;
}
.zyyw .yw_lb {
  width: 100%;
  padding-left: 3.25%;
  box-sizing: border-box;
  overflow: hidden;
}
.zyyw .yw_lb .swiper-slide {
  position: relative;
}
.zyyw .yw_lb .swiper-slide img 
{
    height:168px;
  width: 100%;
}
.zyyw .yw_lb .swiper-slide h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 1.58rem;
  line-height: 2rem;
  background: url('../img/yy2.png') no-repeat center;
  background-size: 100% 1.58rem;
  padding: 0 0.3rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #fff;
}
.zyyw .swp_yw {
  text-align: center;
  width: 100%;
  bottom: 0.3rem;
}
.zyyw .swp_yw .swiper-pagination-bullet {
  width: 0.27rem;
  height: 0.27rem;
  margin-right: 0.2rem;
  background: url('../img/hy2.png') no-repeat center;
  background-size: 0.21rem 0.21rem;
}
.zyyw .swp_yw .swiper-pagination-bullet-active {
  background: url('../img/ly.png') no-repeat center;
  background-size: 0.27rem 0.27rem;
}
.xwzx_list li {
  border-bottom: 1px solid #e0e1eb;
  margin-bottom: 0.2rem;
}
.xwzx_list li a {
  display: block;
  padding-bottom: 0.26rem;
}
.xwzx_list li a .wz h2 {
  font-size: 0.3rem;
  color: #161616;
  line-height:27px;
}
.xwzx_list li a .wz span {
  font-size: 0.24rem;
  color: #919293;
  line-height: 0.4rem;
  display: block;
  font-family: 'Myriad Pro';
}
.xwzx_list li a .wz p {
  font-size: 0.26rem;
  color: #161616;
  line-height: 0.36rem;
  height: 0.72rem;
  -webkit-line-clamp: 2;
}
.index_hzhb .hz_list {
  display: flex;
  justify-content: flex-start;
  min-height: 1.5rem;
}
.index_hzhb .hz_list li {
  display:flex;
  justify-content:center;
  align-items:center;
  width: 32%;
  height: 1.06rem;
  box-shadow: 0 0 0.3rem #d8d8e6;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.2rem;
  margin-right: 1%;
}
.index_hzhb .hz_list li a {
  display: block;
  display: flex;
  align-items: center;
}
.index_hzhb .hz_list li:nth-child(3n) {
  margin-right: 0;
}
.wzdt {
  margin-bottom: 1.27rem;
  background: url('../img/dt_bj.jpg') no-repeat right bottom;
  background-size: 4.97rem 6.32rem;
}
.wzdt .wzdt_ul {
  background: url('../img/line.jpg') repeat-y 0.36rem 0.2rem;
  background-size: 0.02rem 1rem;
}
.wzdt .wzdt_ul li {
  margin-bottom: 0.2rem;
  padding-left: 0.8rem;
  box-sizing: border-box;
  background: url('../img/hy.jpg') no-repeat 0.25rem 0.14rem;
  background-size: 0.23rem 0.22rem;
}
.wzdt .wzdt_ul li.on {
  background: url('../img/ly.jpg') no-repeat 0.2rem 0.1rem;
  background-size: 0.37rem 0.36rem;
}
.wzdt .wzdt_ul li.on .a1 {
  color: #004fcb;
}
.wzdt .wzdt_ul li .a1 {
  display: block;
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.6rem;
  font-weight: 900;
  margin-bottom: 0.2rem;
}
.wzdt .wzdt_ul li .a1.on {
  color: #004fcb;
}
.wzdt .wzdt_ul li .ej_nav .xl_a {
  display: inline-block;
  font-size: 0.3rem;
  color: #666666;
  line-height: 0.5rem;
  margin-right: 3%;
  margin-bottom: 0.2rem;
}
.wzdt .wzdt_ul li .ej_nav .xl_a.on {
  color: #004fcb;
}
.wzdt .dt_logo {
  display: block;
  margin: 0.7rem auto;
  width: 5.87rem;
}
.ej_box {
  position: relative;
  width: 100%;
  height: 0.93rem;
  box-shadow: 0 0 0.3rem #e9eaf7;
}
.ej_box::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  height: 1rem;
  width: 0.74rem;
  background: url('../img/ej_yjt.jpg') no-repeat center #fff;
  background-size: 0.16rem 0.29rem;
  content: "";
  display: none;
}
.ej_box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  height: 1rem;
  width: 0.74rem;
  background: url('../img/ej_zjt.jpg') no-repeat center #fff;
  background-size: 0.16rem 0.29rem;
  content: "";
  display: none;
}
.ej_box .inner {
  width: 100%;
  height: 100%;
  padding: 0 3.25%;
  box-sizing: border-box;
  overflow-x: auto;
  white-space: nowrap;
}
.ej_box .inner::-webkit-scrollbar {
  display: none;
}
.ej_box .ej_nav li {
  margin-bottom: 0.2rem;
  display: inline-block;
  margin: 0 0.15rem;
}
.ej_box .ej_nav li.on a {
  color: #004fcb;
  border-bottom: 0.05rem solid #004fcb;
}
.ej_box .ej_nav li a {
  display: block;
  font-size: 0.28rem;
  line-height: 0.88rem;
  color: #333333;
}
.title {
  font-size: 0.36rem;
  margin: 0.9rem 0 0.6rem 0;
  color: #2e2926;
  font-weight: normal;
  text-align: center;
}
.jj_box p {
  font-size: 0.26rem;
  color: #666666;
  line-height: 0.5rem;
}
.dt_box {
  position: relative;
  margin-top: 0.2rem;
}
.dt_box .num_box {
  position: absolute;
  left: 0.2rem;
  top: 0.8rem;
  width: 3.9rem;
  height: 1.64rem;
  padding: 0 0.4rem 0 0.15rem;
  box-sizing: border-box;
  box-shadow: 0 0 0.4rem #f0f2f5;
}
.dt_box .num_box div {
  min-width: 1.3rem;
}
.num_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.num_box div {
  position: relative;
  text-align: center;
}
.num_box div p {
  font-size: 0.24rem;
  color: #252525;
  margin-top: 0.2rem;
}
.num_box div h3 {
  font-size: 0.52rem;
  color: #004fcb;
  display: inline-block;
}
.num_box div em {
  position: relative;
  top: -0.3rem;
  font-size: 0.18rem;
  color: #004fcb;
}
.sz_box {
  position: relative;
  width: 100%;
  height: 2.72rem;
  margin-top: 1.15rem;
}
.sz_box img {
  position: absolute;
  left: 0;
  top: 0;
}
.sz_box .num_box {
  height: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.sz_box .num_box div h3,
.sz_box .num_box div p,
.sz_box .num_box div em {
  color: #fff;
}
.sz_box .num_box div i {
  color: #fff;
  margin-left: 0.1rem;
}
.cx_box {
  margin-bottom: 0.58rem;
}
.tit {
  margin: 1.24rem 0 0.5rem 0;
  text-align: center;
}
.tit h2 {
  font-size: 0.36rem;
  color: #2e2926;
}
.tit p {
  font-size: 0.26rem;
  color: #999999;
  line-height: 0.6rem;
}
.cx_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1.76rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
  box-shadow: 0 0 0.2rem #e0e1e4;
  margin-bottom: 0.3rem;
}
.cx_list li h3 {
  width: 3.58rem;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #333333;
}
.cx_list li .dg {
  width: 0.35rem;
}
.cx_list li .jz {
  width: 1.18rem;
}
.fzlc {
  background: url('../img/fzlc_bj.jpg') no-repeat top center;
  background-size: 100% 4.74rem;
}
.zy_qyry {
  width: 7rem;
  margin: 0 auto;
}
.zy_qyry .watch {
  position: relative;
  height: 1.5rem;
  width: 93%;
  margin: 0 auto;
}
.zy_qyry .watch .swiperyear {
  line-height: 0.7rem;
  background: url('../img/h_line.jpg') repeat-x center 0.9rem;
  background-size: 1rem 0.01rem;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.zy_qyry .watch .swiperyear .swiper-slide {
  height: 100%;
  font-weight: bold;
  font-size: 0.32rem;
  font-family: arial;
  color: #e0e2ef;
  display: inline-block;
  text-align: center;
  background: url('../img/hy.png') no-repeat center 0.8rem;
  background-size: 0.21rem 0.21rem;
}
.zy_qyry .watch .swiperyear .swiper-slide.active {
  font-size: 0.52rem;
  color: #004fcb;
  background-size: 0.03rem 0.37rem;
  background: url(../img/hy_l.png) no-repeat center 0.8rem;
  background-size: 0.21rem 0.21rem;
}
.zy_qyry .swiper-button-prev111,
.zy_qyry .swiper-button-next111 {
  display: block;
  width: 0.98rem;
  height: 0.98rem;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  outline: none;
  z-index: 9;
  bottom: 0.1rem;
}
.zy_qyry .swiper-button-prev111 {
  background: url(../img/zjt-l.png) no-repeat left top;
  left: -0.5rem;
  background-size: cover;
}
.zy_qyry .swiper-button-next111 {
  background: url(../img/yjt-l.png) no-repeat left top;
  right: -0.5rem;
  background-size: cover;
}
.zy_qyry .swiper-button-prev111.swiper-button-disabled,
.zy_qyry .swiper-button-next111.swiper-button-disabled {
  display: none;
}
.zy_qyry .swiper-container99 {
  padding: 0.5rem 0;
  zoom: 1;
  overflow: hidden;
  min-height: 4rem;
  margin-top: 0.8rem;
}
.zy_qyry .swiper-container99 .swiper-wrapper {
  transition: all 0.5s ease 0s;
  transition-duration: 500ms!important;
}
.zy_qyry .swiper-container99 .swiper-wrapper .swiper-slide {
  display: block;
}
.zy_qyry .swiper-container99 .swiper-wrapper .swiper-slide > ul {
  display: block;
  overflow: hidden;
  width: 5.5rem;
  margin: 0 auto;
}
.zy_qyry .swiper-container99 .swiper-wrapper .swiper-slide > ul li {
  display: flex;
  justify-content: space-between;
}
.zy_qyry .swiper-container99 .swiper-wrapper .swiper-slide > ul li h4 {
  width: 85%;
  line-height: 0.5rem;
  font-size: 0.26rem;
  font-weight: normal;
  text-align: left;
  margin-bottom: 0.2rem;
}
.zy_qyry .swiper-container99 .swiper-wrapper .swiper-slide > ul li span {
  width: 10%;
  display: block;
  line-height: 0.5rem;
  font-size: 0.26rem;
  color: #004fcb;
}
.ryzz .zy_qyry {
  width: 100%;
}
.ryzz .zy_qyry .swiper-button-next111 {
  right: -0.3rem;
}
.ryzz .zy_qyry .swiper-button-prev111 {
  left: -0.3rem;
}
.ryzz .swiper-container99 .swiper-wrapper .swiper-slide ul {
  width: 100%;
  min-height: 4.47rem;
  padding-top: 0.87rem;
  box-sizing: border-box;
  background: url('../img/ry_bj.jpg') no-repeat bottom center #eeeeee;
  background-size: 100% 4.47rem;
}
.ryzz .swiper-container99 .swiper-wrapper .swiper-slide ul li {
  display: block;
  width: 6rem;
  margin: 0 auto;
}
.ryzz .swiper-container99 .swiper-wrapper .swiper-slide ul li h4 {
  width: 100%;
}
.ry_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 4rem;
}
.ry_list li {
  width: 48%;
  margin-bottom: 0.2rem;
}
.ry_list li .tp_box {
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  border: 1px solid #eeeeee;
}
.ry_list li .tp_box img {
  display: block;
  margin: 0 auto;
  max-width: 3.2rem;
}
.ry_list li h2 {
  text-align: center;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.4rem;
  font-weight: normal;
  margin-top: 0.2rem;
}
.xytc {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.xytc .tcnr {
  width: 93%;
  margin: 46% auto;
  text-align: center;
}
.xytc .tcnr h2 {
  color: #fff;
  font-size: 0.26rem;
  line-height: 0.4rem;
  font-weight: normal;
  margin-top: 0.3rem;
}
.xytc .tcnr img {
  width: 100%;
}
.xytc .tcnr .tc_gb {
  width: 0.52rem;
  font-size: 0.3rem;
  position: fixed;
  top: 70%;
  right: 48%;
  z-index: 9999;
  cursor: pointer;
}
.wh_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.95rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}
.wh_list li img {
  width: 1.1rem;
  height: 1.1rem;
}
.wh_list li .y_box {
  width: 70%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.wh_list li .y_box h2 {
  font-size: 0.3rem;
  color: #004fcb;
}
.wh_list li .y_box p {
  font-size: 0.24rem;
  color: #15172b;
  line-height: 0.5rem;
}
.gn {
  width: 100%;
  height: 9.44rem;
  margin-top: 1rem;
  padding-top: 0.56rem;
  box-sizing: border-box;
  background: url('../img/jc_bj.jpg') no-repeat center;
  background-size: cover;
}
.gn .tit {
  margin: 0 auto;
}
.gn .tit p {
  margin: 0.2rem 0 0.5rem 0;
}
.gn .tit h2,
.gn .tit p {
  color: #fff;
}
.gn .gn_list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.42rem;
}
.gn .gn_list li:first-child {
  padding: 0 0.45rem;
}
.gn .gn_list li:last-child {
  justify-content: center;
}
.gn .gn_list li:last-child h3:first-child {
  margin-right: 0.47rem;
}
.gn .gn_list li h3 {
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.64rem;
  padding: 0 0.45rem;
  box-sizing: border-box;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0.32rem;
}
.xttd .xt_list {
  display: flex;
  justify-content: space-between;
}
.xttd .xt_list li {
  width: 31%;
  height: 4.88rem;
  padding: 0.3rem 0.2rem 0 0.2rem;
  box-sizing: border-box;
  background: linear-gradient(to top, #e6edfe 60%, #f5f8ff 90%, #fbfcff 100%);
  background-size: cover;
}
.xttd .xt_list li img {
  display: block;
  width: 1.5rem;
  margin: 0 auto;
}
.xttd .xt_list li h3 {
  font-size: 0.28rem;
  color: #333333;
  margin: 0.4rem 0;
  text-align: center;
}
.xttd .xt_list li p {
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.4rem;
}
.xt_jz li {
  width: 100%;
  padding-bottom: 0.45rem;
  box-shadow: 0 0 0.3rem #d6d8db;
  box-sizing: border-box;
  margin-bottom: 0.3rem;
}
.xt_jz li .bt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1.3rem;
  background: url('../img/xtjz_bj.jpg') no-repeat center;
  background-size: contain;
  padding: 0 0.33rem;
  box-sizing: border-box;
}
.xt_jz li .bt img {
  width: 0.85rem;
  height: 0.85rem;
  margin-right: 0.2rem;
}
.xt_jz li .bt .wz {
  display: flex;
  flex-direction: column;
}
.xt_jz li .bt .wz h3 {
  color: #fff;
  font-size: 0.28rem;
  margin-bottom: 0.12rem;
}
.xt_jz li .bt .wz p {
  font-size: 0.15rem;
  color: #fff;
  line-height: 0.2rem;
  margin-top: 0;
  padding: 0;
}
.xt_jz li p {
  padding: 0 0.36rem;
  box-sizing: border-box;
  font-size: 0.26rem;
  color: #666666;
  line-height: 0.45rem;
  margin-top: 0.4rem;
}
.ys_list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
    .ys_list li img {
        width: 1.3rem;
        height: 1rem;
    }
.xier {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8fafe;
    padding: 0.3rem;
}
.ys_list li .wz {
    width: 65%;
}
.ys_list li .wz h3 {
  font-size: 0.28rem;
  color: #232323;
}
.ys_list li .wz p {
  font-size: 0.22rem;
  color: #666666;
  line-height: 0.4rem;
  margin-top: 0.1rem;
}
.znwg {
  width: 100%;
}
.al_list {
  margin-top: 0.75rem;
}
.al_list li {
  margin-bottom: 0.28rem;
}
.al_list li .tp {
  width: 100%;
  height: 3.37rem;
  overflow: hidden;
}
.al_list li .tp img {
  width: 100%;
}
.al_list li .wz {
  padding: 0.4rem 0.32rem;
  box-sizing: border-box;
  border-top: 0;
  border: 1px solid #efefef;
}
.al_list li .wz h2 {
  font-size: 0.28rem;
  color: #1c1c1c;
  line-height: 0.45rem;
}
.al_list li .wz p {
  font-size: 0.26rem;
  color: #464c55;
  line-height: 0.45rem;
  height: 0.9rem;
}
/* 分页 */
.fy {
  width: 100%;
  text-align: center;
  margin-bottom: 0.8rem;
  margin-top: 0.6rem;
}
.fy p {
  display: inline-block;
}
.fy .one {
  display: flex;
  justify-content: center;
  margin-bottom: 0.3rem;
}
.fy .fywz,
.fy input,
.fy p {
  font-size: 0.24rem;
}
.fy input {
  width: 0.8rem;
  height: 0.45rem;
  border: 0.01rem solid #dddddd;
  font-size: 0.26rem;
  color: #333;
  text-align: center;
  line-height: 0.45rem;
  margin: 0 0.1rem;
  border-radius: 4px;
}
.fy a {
  width: 0.45rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  color: #333333;
  display: inline-block;
  transition: all 0.5s;
  font-size: 0.24rem;
  border: 0.01rem solid #ececec;
  border-radius: 4px;
  margin-right: 0.1rem;
  vertical-align: middle;
}
.fy a.on {
  background-color: #004fcb;
  color: #fff;
  border-color: #004fcb;
}
.fy .wy {
  margin-right: 0;
}
.fy .qr {
  margin-left: 0.1rem;
  width: 0.45rem;
  height: 0.45rem;
  background-color: #004fcb;
  color: #fff;
}
.fy .tz_z {
  display: inline-flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  margin-bottom: 0.26rem;
  margin-left: 0.07rem;
}
.fy .swy {
  width: 0.7rem;
  padding: 0 0.1rem;
}
.fy .sxy {
  width: 1rem;
}
.fy .sxy.on,
.fy .xyy.on {
  background: #004fcb;
}
.xwxq .xqtit {
  padding-top: 0.5rem;
  font-size: 0.32rem;
  color: #000000;
  margin-bottom: 0.3rem;
  line-height: 0.5rem;
  text-align: center;
}
.xwxq .xq_nav {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0.3rem;
}
.xwxq .xq_nav p {
  font-size: 0.22rem;
  color: #999999;
  text-align: center;
}
.xwxq .xq_nav p span:nth-child(2) {
  margin-left: 0.3rem;
}
.xw_con {
  margin-top: 0.4rem;
}
.xw_con h2 {
  font-size: 0.26rem;
  color: #333333;
  margin-bottom: 0.3rem;
}
.xw_con p {
  font-size: 0.26rem;
  color: #666;
  line-height: 0.45rem;
}
/*  返回顶部 */
.fhdb {
  position: fixed;
  right: 2%;
  bottom: 31%;
  z-index: 9;
  width: 1.03rem;
  height: 1.03rem;
  background: url('../img/fhdb.png') no-repeat center;
  background-size: cover;
  display: none;
}
/* 上下篇 */
.sxp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0.1rem;
  box-sizing: border-box;
  margin: 0.4rem 0;
  border: 0.01rem solid #ececec;
}
.sxp a {
  line-height: 0.8rem;
  height: 0.8rem;
  font-size: 0.26rem;
  color: #222222;
  vertical-align: middle;
}
.sxp .fh {
  flex: 0.5;
  text-align: center;
  border-left: 0.01rem solid #ececec;
  border-right: 0.01rem solid #ececec;
}
.sxp .fh img {
  width: 0.38rem;
}
.sxp .syp,
.sxp .xyp {
  display: flex;
  flex: 1;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
.sxp .syp img,
.sxp .xyp img {
  width: 0.26rem;
  height: 0.17rem;
}
.sxp .syp img {
  margin-right: 0.2rem;
}
.sxp .xyp img {
  margin-left: 0.2rem;
}
.xwtj {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 0.44rem;
  min-height: 5rem;
}
.xwtj .tit {
  display: block;
  margin-bottom: 0.2rem;
}
.xwtj .tit h2 {
  font-size: 0.32rem;
  line-height: 0.8rem;
  color: #333333;
  font-weight: normal;
  text-align: left;
  background: url('../img/xwtj.jpg') no-repeat left center;
  background-size: 0.11rem 0.48rem;
  padding-left: 0.3rem;
}
.xwtj .tit h2 em {
  color: #004fcb;
}
.xwtj .swp_tj {
  width: 100%;
  bottom: 0.2rem;
  text-align: center;
}
.xwtj .swp_tj .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border: 1px solid #004fcb;
  margin-right: 0.2rem;
  background: none;
}
.xwtj .swp_tj .swiper-pagination-bullet-active {
  background-color: #004fcb;
}
.tj_list {
  width: 100%;
  overflow: hidden;
}
.tj_list .swiper-slide {
  position: relative;
}
.tj_list .swiper-slide a {
  display: block;
}
.tj_list .swiper-slide a .tp {
  width: 100%;
  height: 3.38rem;
}
.tj_list .swiper-slide a .tp img {
  width: 100%;
  height: 100%;
}
.tj_list .swiper-slide a h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 1.37rem;
  font-size: 0.24rem;
  padding: 0 0.32rem;
  box-sizing: border-box;
  line-height: 1.7rem;
  color: #fff;
  background: url('../img/hbj.png') no-repeat center;
  background-size: 100% 1.37rem;
}
.hzhb {
  margin: 0.98rem 0 0.8rem 0;
}
.lxwm {
  margin-top: 0.6rem;
}
.lxwm .ls_fs {
  background: url('../img/lx_bj.jpg') no-repeat bottom center;
  background-size: 100% 2.5rem;
}
.lxwm .ls_fs li {
  margin-bottom: 0.48rem;
  text-align: center;
  padding: 0 0.6rem;
  box-sizing: border-box;
}
.lxwm .ls_fs li .icon {
  width: 1.31rem;
}
.lxwm .ls_fs li h2 {
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.5rem;
}
.lxwm .ls_fs li p {
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.4rem;
}
.lxwm .ls_fs li .ewm {
  width: 2.64rem;
}
.sel {
  width: 100%;
  height: 0.84rem;
  color: #1d1d1d;
  background: url('../img/xl.png') no-repeat 95% center #f8fafe;
  background-size: 0.32rem 0.18rem;
}
.sel select {
  width: 100%;
  height: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sel select option:first {
  color: #999999;
}
.zp_list li {
  padding: 0.3rem 0;
  border-bottom: 0.01rem solid #e4e4ea;
}
.zp_list li a {
  display: flex;
  justify-content: space-between;
}
.zp_list li h2 {
  font-size: 0.28rem;
  color: #1d1d1d;
  line-height: 0.4rem;
}
.zp_list li .zuo {
  width: 70%;
}
.zp_list li .zuo .yq {
  line-height: 0.5rem;
}
.zp_list li .zuo span,
.zp_list li .zuo em {
  font-size: 0.26rem;
  color: #444647;
}
.zp_list li .zuo em {
  margin: 0 0.1rem;
}
.zp_list li .you {
  color: #666666;
  font-size: 0.24rem;
  line-height: 1rem;
  padding-left: 0.46rem;
  margin-top: 0.2rem;
  border-left: 1px dashed #eeeeee;
}
.zp_list li .you img {
  width: 0.13rem;
  margin-left: 0.1rem;
}
.zp_xq .jj_box {
  margin-top: 0.34rem;
}
.h3 {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #232323;
  margin-bottom: 0.36rem;
  padding-left: 0.1rem;
  background: url('../img/sx.jpg') no-repeat left center;
  background-size: 0.06rem 0.26rem;
}
.zp_btn {
  display: flex;
  justify-content: space-between;
  margin: 0.96rem auto 0.7rem auto;
}
.zp_btn .box {
  width: 3.32rem;
  height: 0.76rem;
  border: 1px solid #004fcb;
  border-radius: 4px;
  line-height: 0.76rem;
  text-align: center;
  font-size: 0.26rem;
}
.zp_btn .sc {
  color: #004fcb;
}
.zp_btn .sqzw {
  display: block;
  background-color: #004fcb;
  color: #fff;
}
.gwtj {
  background-color: #f8fafe;
}
.gwtj a {
  display: flex;
  justify-content: space-between;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.gwtj a span {
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.86rem;
}
.gwtj a div {
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.86rem;
  padding-right: 0.4rem;
  background: url('../img/yjt.jpg') no-repeat right center;
  background-size: 0.13rem 0.24rem;
}
.zp_bd .zp_list li {
  border-bottom: none;
}
.form .form_item {
  display: flex;
  justify-content: flex-start;
  width: 93.5%;
  margin: 0 auto 0.38rem auto;
  border-bottom: 0.01rem solid #eeeeee;
}
.form .form_item p {
  width: 23%;
  font-size: 0.26rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.94rem;
}
.form .form_item p em {
  display: inline-block;
  color: #da1910;
  margin-left: 0.1rem;
}
.form .form_item .l_int {
  display: block;
  width: 70%;
  height: 0.94rem;
  line-height: 0.94rem;
  color: #333333;
  padding: 0 0.21rem;
  box-sizing: border-box;
  font-size: 0.26rem;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  -moz-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.form .form_item .l_int::placeholder {
  color: #999999;
}
.form .text textarea {
  display: block;
  width: 100%;
  padding: 0.1rem 3.25%;
  box-sizing: border-box;
  font-size: 0.26rem;
  line-height: 0.4rem;
  resize: none;
  min-height: 2rem;
}
.form .text .del {
  width: 13%;
  float: right;
  font-size: 0.26rem;
  color: #333333;
  padding: 0 3.25%;
  margin: 0 auto;
  line-height: 0.6rem;
}
.form .text .del img {
  width: 0.22rem;
  height: 0.23rem;
  margin-right: 0.1rem;
}
.form .h3 {
  line-height: 0.76rem;
  width: 100%;
  padding: 0 3.25% 0 5%;
  background-position: 3.4% center;
  box-sizing: border-box;
  background-color: #f8fafe;
}
.foot {
  padding-top: 0.62rem;
  padding-bottom: 0.2rem;
  background-color: #131529;
  margin-top:0.5rem;
}
.foot .zxrx {
  width: 100%;
  line-height: 1rem;
  background-color: #004fcb;
  text-align: center;
  color: #fff;
  margin-bottom: 0.3rem;
  font-size: 0.32rem;
}
.foot .gjz {
  text-align: center;
  margin-bottom: 0.21rem;
}
.foot .gjz a {
  color: #4d5762;
}
.foot .gjz img {
  width: 0.18rem;
}
.zy .xwzx_list {
  margin-top: 0.75rem;
  min-height: 5rem;
}
.zy .xwzx_list li a {
  display: flex;
  justify-content: space-between;
}
.zy .xwzx_list li a .tp {
  width: 2.27rem;
  height: 1.25rem;
  overflow: hidden;
}
.zy .xwzx_list li a .tp img {
  width: 100%;
  height: 100%;
}
.zy .xwzx_list li a .wz {
  width: 63%;
}
.zy .xwzx_list li a .wz p {
  height: 0.36rem;
  margin: 0.14rem 0;
}
.zx_tj .tit {
  background: url('../img/zx_bj.jpg') no-repeat right center;
  background-size: 4.6rem 0.28rem;
}
.zx_tj .xwzx_list li {
  box-shadow: 0 0 0.3rem #f4f6f8;
  border: none;
}
.zx_tj .xwzx_list li a {
  padding: 0.3rem 0.2rem;
  box-sizing: border-box;
}
.zx_tj .xwzx_list li a .tp {
  width: 0.9rem;
  height: auto;
  border-right: 1px solid #dadada;
}
.zx_tj .xwzx_list li a .tp p {
  line-height: 0.4rem;
}
.zx_tj .xwzx_list li a .tp span {
  line-height: 0.36rem;
  margin: 0.14rem 0;
}
.zx_tj .xwzx_list li a .wz {
  width: 80%;
}
.zx_tj .xwzx_list li a .wz h2 {
  line-height: 0.4rem;
}
/* 新加修改 */
.al_list2{
  width: 93.5%;
  margin: .3rem auto 0;
 
  min-height:calc(100vh - 9rem);
}
.al_list2 li{
  margin-bottom: .3rem;
}
.al_list2 li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 2.5rem;
  box-shadow: 0 0 .2rem #d9e0ed;
  position:relative;
}
.al_zuo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.al_you {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}
.al_list2 li:nth-child(2n) .al_you {
    overflow: hidden;
    background: linear-gradient(76deg, transparent 90px, #ffffff 0);
    z-index: 99;
    width: 74%;
}
.al_list2 li:nth-child(odd) .al_zuo {
    overflow: hidden;
    background: linear-gradient(287deg, transparent 90px, #ffffff 0);
    z-index: 99;
    width: 74%;
}
.al_list2 li:nth-child(2n) .z_box {
    padding: .6rem .4rem 0 0;
    box-sizing: border-box;
    text-align: right;
}
.al_list2 li a h2{
  font-size: .26rem;
  font-weight: bold;
  /*max-width: 1.42rem;*/
  line-height: .4rem;
}
.al_list2 .z_box{
  padding: .6rem 0 0 .4rem;
  box-sizing: border-box;
}
.al_list2 .z_box img{
  width: .8rem;
}
.al_list2 .y_box img {
    width: 3.79rem;
    height: 100%;
}
/*手机关于成为新加视频*/

.sj_video_box {
    width: 100%;
    height:4rem;
    position: relative;
    overflow: hidden;
}
.sj_video_bj {
    transform:scale(2);
    width:100%;
    height:100%;
}
.sj_bofang {
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    top: 15%;
    left: 45%;
}
.sj_video_cont{
    width:100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:none;
}