@charset "utf-8";
body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
/*  font-family: Arial, Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;*/
		font-family: "Microsoft YaHei", "微软雅黑";
  line-height: 28px;
  color: #333;
  background: #fff;
  margin: 0 auto;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
}
.logo img {
  width: 394px;
}
.elli {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
a:hover {
  color: #e5000d;
  text-decoration: none;
}
.clear {
  clear: both;
}
dl {
  margin: 0px;
  padding: 0px;
}
dd {
  display: block;
  margin: 0px;
  padding: 0px;
  -webkit-margin-start: 5px;
}
form {
  margin: 0px;
  padding: 0px;
}
img {
  border: 0;
  margin: 0;
  padding: 0px;
}
* {
  box-sizing: border-box;
}
div {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 12px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.blank75 {
  clear: both;
  height: 75px;
  overflow: hidden;
}
/*手机端按钮*/
.dompc {
  display: block;
}
.dommobile {
  display: none;
}
.mobile_btn {
  cursor: pointer;
  width: 36px;
  height: 50px;
  position: absolute;
  right: 12px;
  display: none;
  top: 0px;
  z-index: 999;
  box-sizing: border-box;
  padding: 14px 6px;
}
.mobile_btn.on .line1 {
  transform: rotate(45deg);
  transform-origin: 3% 50%;
}
.mobile_btn.on .line2 {
  width: 0;
}
.mobile_btn.on .line3 {
  transform: rotate(-45deg);
  transform-origin: 3% 50%;
}
.mobile_btn span {
  display: block;
  width: 28px;
  height: 3px;
  background: #2c3b78;
  transition: all .45s;
}
.mobile_btn .line2 {
  margin: 7px 0;
  width: 28px;
}
.arrow-left, .arrow-right {
  position: absolute;
  top: 44%;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 9;
}
.arrow-left {
  left: 10px;
  background: url(../images/ad_ctr.png) center no-repeat;
}
.arrow-right {
  right: 20px;
  background: url(../images/ad_ctry.png) center no-repeat;
}
.imgbg {
  background: no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.imgbg img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.serzn {
  float: right;
  margin-left: 3px;
  margin-top: 39px;
  cursor: pointer;
}
.serzn img {
  margin-top: 5px;
}
.logo {
  float: left;
  margin-top: 10px;
}
#header {
  height: 100px;
  width: 100vw;
  clear: both;
  background: #fff;
  position: relative;
  z-index: 3;
}
#header .navpc {
  float: right;
  margin-right: 3px;
}
#header .navpc ul {
  position: relative;
  float: left;
}
#header .navpc ul li {
  float: left;
}
#header .navpc ul li {
  font-size: 18px;
  display: block;
  color: #333;
  float: left;
  height: 100px;
  padding: 0px 15px;
  line-height: 120px;
  margin: 0px 6px;
}
#header .navpc ul li a {
  color: #333;
  position: relative;
}

#header .navpc ul li .tit {
  position: relative;
}
#header .navpc ul li .box {
  padding: 30px;
  position: absolute;
  left: 0px;
  top: 100px;
  background: rgba(255, 255, 255, .88);
  clear: both;
  width: 100%;
  -o-transition: all .5s;
  overflow: hidden;
  display: none;
  /* -moz-box-shadow: 0 0 15px rgba(43, 93, 151, 0.6);
  -webkit-box-shadow: 0 0 15px rgba(43, 93, 151, 0.6);
  box-shadow: 0 0 15px rgba(43, 93, 151, 0.6);*/
}
#header .navpc ul li .box a {
  float: left;
  width: 33.3333%;
  display: block;
  text-align: left;
  height: 48px;
  line-height: 48px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 13px;
}
#header .navpc ul li .box a:hover {
  color: #00368e;
}
#header .navpc ul li .box a:before {
  position: absolute;
  width: 5px;
  left: 0px;
  top: 20px;
  height: 5px;
  content: "";
  background: #d5ab71;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
#header .navpc ul li .box a:hover {}
#header .navpc ul li:hover .box {
  display: block;
}
.boxchs_l {
  width: 70%;
  float: left;
}
.boxchs_r {
  width: 30%;
  float: right;
  text-align: right;
}
.boxchs_r img {
  width: 100%;
  max-width: 226px;
  display: block;
  float: right;
}
.wrap {
  width: 1280px;
  /*  max-width: 1440px;*/
  margin: 0 auto;
  clear: both;
}
.masklayer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000;
  filter: alpha(opacity=70);
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  display: none;
}
.search_box {
  transition: all 0.5s ease-out 0s;
  display: none;
  height: 45px;
  line-height: 45px;
  width: 550px;
  position: fixed;
  left: 50%;
  margin-left: -225px;
  top: 40%;
  z-index: 999;
}
.search_box .kw {
  background: #fff;
  width: 430px;
  height: 45px;
  line-height: 45px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0px 15px;
  cursor: pointer;
  border: 0px;
}
.map-close {
  position: fixed;
  top: 100px;
  right: 30px;
  color: #fff;
  font-size: 60px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.search_box .ok {
  background: #2f419b;
  float: right;
  color: #fff;
  width: 120px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0px;
  margin-top: -1px;
}
.main-content a .imgbg {
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.main-content a:hover .imgbg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}



/*宁夏20260123add*/
#bannerSwiper {
  width: 100vw;
  height: 558px;
  overflow: hidden;
}
#bannerSwiper .imgbg {
  width: 100%;
  height: 558px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.1);
  transition: ease 2.5s;
  opacity: .5;
}
#bannerSwiper .swiper-slide-active .imgbg {
  transform: scale(1);
  opacity: 1;
}
/*底部版权*/
.footbg {
  background: #2c3b78;
  clear: both;
  color: #fff;
  padding: 30px 0px;
  position: relative;
  z-index: 1;
}
.footbg h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 34px 0px 10px;
  position: relative;
  margin-bottom: 18px;
}
.footbg h2:before {
  content: "";
  left: 0px;
  bottom: 0px;
  background: #ffffff;
  width: 300px;
  height: 1px;
  position: absolute;
}
.foot_l {
  width: 340px;
  float: left;
}
.foot_r {
  width: 200px;
  text-align: center;
  float: right;
  padding-top: 50px;
	line-height: 24px;
}
.foot_m {
  width: 450px;
  float: left;
  margin-left: 200px;
  font-size: 14px;
  line-height: 35px;
}
.wx_r img {
  width: 112px;
  height: 112px;
}
.banquanbg {
  border-top: 1px solid #414e85;
  width: 100%;
  clear: both;
  padding-top: 15px;
  font-size: 14px;
  height: 50px;
  margin-top: 40px;
}
.banquan_l {
  padding-top: 5px;
  float: left;
}
.banquan_l a{
  color: #fff;
}
.banquan_r {
  padding-top: 5px;
  float: right;
}
.banquan_l span {
  margin: 0px 15px;
}
.title_nx {
  position: relative;
  font-size: 24px;
  color: #ca000b;
  height: 60px;
  line-height: 60px;
  margin-top: 23px;
  float: left;
}
.title_nx::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #00368e;
  position: absolute;
  left: 0;
  bottom: 5px;
  transition: 0.6s all;
  border-radius: 3px;
  z-index: 2;
}
.title_nx::before {
  content: "";
  width: 50%;
  height: 4px;
  background: #ca000b;
  position: absolute;
  left: 0;
  bottom: 5px;
  transition: 0.6s all;
  border-radius: 3px;
  z-index: 3;
}
.fw-left02, .fw-right02 {
  position: absolute;
  top: 45px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 6;
}
.fw-right02 {
  right: 50px;
}
.fw-left02 {
  right: 20px;
}
.xiangdui {
  position: relative;
}
#tabs-container04 {
  padding: 30px 0px 60px;
}
#tabs-container04 .fw-right02 img {
  width: 22px;
  height: 18px;
  border-radius: 0px;
}
#tabs-container04 .fw-left02 img {
  width: 22px;
  height: 18px;
  border-radius: 0px;
}
#tabs-container04 {
  width: 100%;
  clear: both;
}
#tabs-container04 img {
  width: 100%;
  height: 60px;
  display: block;
}
.rmch_l {
  width: 876px;
  float: left;
}
.rmch_r {
  width: 404px;
  float: right;
}
.zt_list {
  border-top: 1px solid #d64b53;
  margin-top: 15px;
  clear: both;
}
.zt_list {
  clear: both;
  text-align: left;
  line-height: 23px;
}
.zt_list li {
  width: 47%;
  height: 230px;
  float: left;
  background: #fff;
  padding-left: 0px;
  position: relative;
  overflow: hidden;
  margin-right: 3%;
  margin-top: 36px;
}
.zt_list li:nth-child(2n) {}
.zt_list .kbimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zt_list li a .kbimg {
  width: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  height: 100%;
}
.zt_list li a:hover .kbimg {
  transform: scale(1.1, 1.1);
}
.zt_list li a .kbimg img {
  width: 100%;
  height: 100%;
}
.xximg {
  width: 100%;
  height: 100%;
}
.kb_title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  padding: 0px 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.kb_titlesy {
  position: absolute;
  left: 5%;
  width: 90%;
  bottom: -45px;
  height: 60px;
  line-height: 60px;
  padding: 0px 20px;
  font-size: 18px;
  text-align: center;
  background: #ebf4fc;
}
.kepu_list {
  border-left: 1px solid #d64b53;
  height: 526px;
  border-top: 1px solid #d64b53;
  margin-top: 15px;
}
.kepu_list li {
  margin: 15px 0px;
}
.kp_time {
  font-size: 20px;
  color: #cc000b;
}
.kp_title {
  font-size: 20px;
  color: #454545;
}
.kp_intro {
  font-size: 14px;
  color: #454545;
}
.kepu_list li a {
  position: relative;
  transition: 0.6s all;
  padding: 16px 20px;
  border-radius: 5px;
  padding-left: 46px;
  display: block;
}
.kepu_list li a::after {
  content: "";
  width: 2px;
  height: 0;
  background: #d64950;
  position: absolute;
  left: 0;
  top: 0px;
  transition: 0.6s all;
}
.kepu_list li:hover a {
  background: #efefef;
  transition: 0.6s all;
}
.kepu_list li:hover a::after {
  height: 100%;
  transition: 0.6s all;
}
.rmticb {
  position: absolute;
  width: 200px;
  text-align: center;
  line-height: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -50px;
  font-size: 26px;
  color: #fff;
}
.bgrongmei {
  background: url(../images/bgrm.jpg) #fff center no-repeat;
  clear: both;
  color: #fff;
  height: 415px;
  margin-top: 86px;
  padding-top: 80px;
}
.juan_l {
  width: 838px;
  height: 258px;
  background: #fff;
  float: left;
}
.juan_r {
  width: 407px;
  height: 258px;
  float: right;
  background: url(../images/jrimg.png) #fff right top no-repeat;
  padding: 43px 0px 0px 40px;
}
.juan_rtitle {
  font-size: 30px;
  color: #dc000c;
  font-weight: bold;
}
.juan_rintro {
  font-size: 18px;
  color: #e65a58;
  padding: 7px 0px 4px;
	font-weight: bold;
}
.job_l {
  width: 589px;
  float: left;
  height: 440px;
}
#jobSwiper {
  width: 100%;
  height: 440px;
}
.arrow-leftjob, .arrow-rightjob {
  position: absolute;
  width: 40px;
  height: 74px;
  cursor: pointer;
  z-index: 999;
  background: url(../images/rightbtn.png) center no-repeat;
  top: 50%;
  margin-top: -25px;
  right: 0px;
}
.arrow-leftjob {
  left: 0px;
  background: url(../images/leftbtn.png) center no-repeat;
}
.job_l .swiper-pagination {
  text-align: right;
  padding-right: 20px;
}
.job_l .swiper-pagination-bullet-active {
  opacity: 1;
  background: #bf251c;
  border: #bf251c;
}
.job_l .swiper-container-horizontal > .swiper-pagination-bullets, .job_l .swiper-pagination-custom, .job_l .swiper-pagination-fraction {
  bottom: 26px;
  left: 0;
  width: 100%
}
.info {
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 77px;
  box-sizing: border-box;
  position: absolute;
  transition: all .6s;
  color: #9e9e9e;
  bottom: 0px;
  right: 0px;
  font-size: 18px;
  color: #fff;
  padding-right: 190px;
  padding-left: 20px;
  padding-top: 12px;
  line-height: 26px;
}
.bg01 {
  clear: both;
  padding-top: 48px;
  overflow: hidden;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.part1L {
  width: 660px;
  float: right;
}
.part1L li a {
  position: relative;
  transition: 0.6s all;
  padding: 5px 10px 5px 20px;
  border-radius: 5px;
  border-bottom: 1px dashed #adadad;
}
.part1L li a::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 5px;
  z-index: 6;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #7d7d7d;
  transition: 0.6s all;
}
.part1L li i {
  display: block;
  font-style: normal;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-align: right;
  transition: 0.6s all;
}
.part1L li p {
  width: calc(100% - 120px);
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #323232;
  overflow: hidden;
  transition: 0.6s all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.part1L li:hover a {
  background: #2c3b78;
  transition: 0.6s all;
}
.part1L li:hover i {
  color: #fff;
  transition: 0.6s all;
}
.part1L li:hover p {
  color: #fff;
  transition: 0.6s all;
  padding-left: 15px;
}
.part1L li:hover a::after {
  border-left: 5px solid #fff;
  left: 20px;
}
.newnx_r {
  width: 660px;
  float: right;
}
.tabs01 {
  height: 53px;
  font-size: 24px;
  margin: 0 auto;
  position: relative;
  line-height: 33px;
  z-index: 99;
  margin-left: 20px;
}
.tabs01 li {
  color: #444;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 38px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  height: 53px;
}
.tabs01 li a {
  color: #444;
}
.tabs01 li.on {
  color: #ca000b;
  font-weight: bold;
}
.tabs01 li.on a {
  color: #ca000b;
}
.tabs01 li.on::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #00368e;
  position: absolute;
  left: 0;
  bottom: 9px;
  transition: 0.6s all;
  border-radius: 3px;
  z-index: 2;
}
.tabs01 li.on::before {
  content: "";
  width: 50%;
  height: 4px;
  background: #ca000b;
  position: absolute;
  left: 0;
  bottom: 9px;
  transition: 0.6s all;
  border-radius: 3px;
  z-index: 3;
}
.offi_content {
  margin: 0 auto;
}
.newtopbox {
  border-top: 1px solid #ca000b;
  height: 130px;
  background: #efefef;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 8px;
  padding: 20px 30px;
}
.tit_kb1 {
  font-size: 20px;
  font-weight: bold;
}
.tit_kb2 {
  line-height: 24px;
  padding-top: 10px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
}
.tit_kb2 span {
  float: right;
  color: #e01212;
}
.w100 {
  width: 100%;
  margin: 40px 0px;
}
.research-list {
  margin-top: 45px;
  margin-bottom: 45px;
  overflow: hidden;
  position: relative;
}
.swp .swiper-wrapper {
  position: relative;
}
.swp .swiper-slide {
  width: 100%;
}
.swp .swiper-navigation {
  position: absolute;
  right: 50px;
  top: 50%;
  width: 630px;
  height: 454px;
  margin-top: -227px;
}
.swp .swiper-button-prev, .swp .swiper-button-next {
  position: absolute;
  display: inline-block;
  width: 71px;
  height: 71px;
  margin-top: 0;
  top: 40%;
  z-index: 3;
  right: -100px;
  background-position: center center;
  background-repeat: no-repeat;
}
.swp .swiper-button-next {
  right: -100px;
}
.swp .swiper-button-prev {
  left: -100px;
}
.swp .swiper-button-next.swiper-button-disabled, .swp .swiper-button-prev.swiper-button-disabled {
  opacity: 0.7;
}
.swp .swiper-button-prev::after, .swp .swiper-button-next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 71px;
  z-index: 2;
}
.swp .swiper-button-prev::after {
  background-image: url("../images/prev.png");
}
.swp .swiper-button-next::after {
  background-image: url("../images/next.png");
  right: -80px;
}
.xm_juan01 {
  font-size: 24px;
  color: #ca000b;
  border-bottom: 1px solid #c5c5c5;
  height: 40px;
}
.xm_juan {
  color: #ca000b;
  border-bottom: 1px solid #d64b53;
  float: left;
  height: 40px;
}
.swp .box {
  position: relative;
}
.swp .img {
  width: 412px;
  overflow: hidden;
  height: 286px;
  border-radius: 15px;
}
.researchList {
  width: 893px;
  float: right;
}
.researchList.swiper-container-horizontal>.swiper-pagination-bullets, .researchList.swiper-pagination-custom, .researchList .swiper-pagination-fraction {
    bottom: 20px;
    left: 50px;
    width: 100%;
}

.researchList .swiper-pagination-bullet{
	background: #dcdcdc;
}
.researchList .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e5000d;
}
.swp .img img {
  width: 100%;
  -webkit-ontransiti: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.swp .info {
  position: absolute;
  right: 0;
  top: 50%;
  width: 630px;
  height: 500px;
  background-size: cover;
  z-index: 6;
  margin-top: -250px;
  padding: 50px;
  border-radius: 29px;
}
.swp .info p {
  font-size: 16px;
  line-height: 32px;
  color: #343434;
  max-height: 180px;
  overflow: hidden;
  padding-bottom: 10px;
}
.swp .swiper-slide:hover .info h1 {
  color: #11a79c;
}
.swp .swiper-slide:hover .img img {
  -webkit-transform: scale(1.04, 1.04);
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}
.swp .info-swiper {
  position: absolute;
  left: 0;
  top: 5px;
  height: 100%;
}
.info-swiper .swiper-container {
  width: 330px;
  padding: 0 0px;
}
#yfcx {
  position: relative;
}
.lean-list .info-swiper {
  right: auto;
  left: 0;
}
.info-swiper .swiper-container, .info-swiper .swiper-wrapper, .info-swiper .swiper-slide, .info-swiper a {
  height: 100%;
}
.bgza {
  background: url(../images/bgza.jpg) no-repeat top center;
  width: 100%;
  height: 486px;
}
.titres {
  font-size: 19px;
  padding: 20px 0px 10px;
}
.intro_jj {
  text-indent: 32px;
  line-height: 26px;
}
.arr_more a {
  font-size: 15px;
  width: 125px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  padding-right: 25px;
  background: url('../images/arr01.png') no-repeat 90px 56%;
  border: 1px solid #a7a7a7;
  float: left;
  margin-top: 26px;
}
.arr_more a:hover {
  background: url('../images/arr02.png') #00368e no-repeat 90px 56%;
  color: #fff;
	border: 1px solid  #00368e;
}
.mingxi_l {
  float: left;
  padding: 40px;
  width: 260px;
  text-align: center;
}
.mingxi_r {
  float: left;
  padding: 30px 0px 0px 0px;
  width: 550px;
}
.dftitle {
  border-bottom: 2px solid #cccccc;
  height: 48px;
  color: #040730;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
}
.nomalxx {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
}
.dftitle_l {
  float: left;
  width: 20%;
}
.dftitle_m {
  float: left;
  width: 40%;
}
.dftitle_r {
  float: left;
  width: 40%;
}
#martop {
  height: 160px; /* 根据需要调整 */
  overflow: hidden;
}
#martop .swiper-slide {
  height: 48px !important; /* 或者具体的高度值 */
  overflow: hidden;
}
#martopny {
  height: 430px; /* 根据需要调整 */
  overflow: hidden;
}
#martopny .swiper-slide {
  height: 48px !important; /* 或者具体的高度值 */
  overflow: hidden;
}
.xmboxcp a.morepp {
  margin-top: 50px;
}
a.morepp {
  float: right;
  width: 80px;
  height: 24px;
  font-size: 15px;
  font-weight: normal;
  color: #ca000b;
  line-height: 24px;
  padding-right: 20px;
  background: url(../images/iconmore.png) no-repeat right center;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-top: 6px;
  margin-right: 6px;
}
a.morepp:hover {
  opacity: 0.7;
}
.rmch_box a.morepp {
  margin-top: 50px;
}
.rmch_box .rmch_l a.morepp {
  margin-right: 50px;
}
.bgcbcbcb {
  background: #cbcbcb;
  clear: both;
  overflow: hidden;
  padding: 30px 0px 0px 0px;
}
.bgeaeff5 {
  background: #eaeff5;
  clear: both;
  overflow: hidden;
  padding: 55px 0px;
}
.juny_r {
  width: 360px;
  float: right;
  background: #fff;
  padding: 30px 20px;
}
.juny_l {
  width: 902px;
  float: left;
  font-size: 16px;
}
.juny_ltop {
  display: flex;
  justify-content: space-between;
}
.juny_ltop {
  background: #fff;
  padding: 20px 40px;
  overflow: hidden;
  position: relative;
}
.juny_ltop:before {
  content: "";
  left: 0px;
  bottom: 73px;
  background: #dbdbdb;
  width: 80%;
  height: 3px;
  position: absolute;
  margin-left: 10%;
}
.foin-contain {
  float: left;
  width: 80px;
  font-size: 16px;
}
.foin-contain .cirl {
  width: 38px;
  height: 38px;
  line-height: 38px;
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #999;
  border: 1px solid #dbdbdb;
  margin: 0 auto;
}
.nomalb .cirl {
  color: #fff;
  background: #2f419b;
	 border: 1px solid #2f419b;
}
.nomalb .usercp {
  color: #2f419b;
  font-weight: bold;
}
.usercp {
  clear: both;
  padding-top: 10px;
  text-align: center;
}
.juny_con {
  background: #fff;
  overflow: hidden;
  padding: 50px 30px;
  margin-top: 15px;
}
.jzxm_title {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  clear: both;
  padding-top: 30px;
  color: #222;
  margin-bottom: 10px;
}
.jzxm_title font {
  color: #cc1100;
  margin-left: 10px;
  font-weight: 400;
}
.juny_con input[type=password], .juny_con input[type=text] {
  font-size: 15px;
  color: #cdcdcd;
  width: 100%;
  color: #333;
  border: 1px solid #c0c0c0;
  height: 44px;
  line-height: 44px;
  border-radius: 6px;
  opacity: 1;
  font-family: inherit;
  padding: 0px 0 0px 10px;
  box-sizing: border-box;
  outline: none;
  float: left;
}
input:focus, select:focus {
  outline: 0;
}
.juny_con textarea {
  font-size: 16px;
  width: 100%;
  margin: 0px;
  color: #333;
  background: #f7f7f7;
  border: 0px;
  height: 188px;
  line-height: 30px;
  border-radius: 5px;
  opacity: 1;
  font-family: inherit;
  padding: 0px 0 0px 10px;
  box-sizing: border-box;
  outline: none;
}
.juny_con select {
  font-size: 17px;
  color: #cdcdcd;
  width: 100%;
  color: #333;
  background: url(../images/arrow-left-bold.jpg) #fff no-repeat right center;
  border: 0px;
  height: 44px;
  line-height: 44px;
  border-radius: 6px;
  opacity: 1;
  font-family: inherit;
  padding: 0px 0 0px 10px;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #c0c0c0;
}
.zhanghaobg {
  background: #eaeff5;
  padding: 20px;
  border: 1px solid #d8dfe7;
  overflow: hidden;
  border-radius: 6px;
}
.zhanghaobg01 {
  background: #fff;
  padding: 30px;
  border: 1px solid #d8dfe7;
  overflow: hidden;
  border-radius: 6px;
  color: #212537;
  font-size: 16px;
}
.zhanghao {
  float: left;
  margin-right: 100px;
}
.input-group{
	margin-top: 10px;
}
.input-group .s_input{
	width: 30% !important;
}
.input-group .com_di img{
	margin-top: 2px;
	margin-left: 20px;
}
.arr_morejk a {
  font-size: 15px;
  width: 181px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #2f419b;
  float: left;
  margin-top: 26px;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
}
.arr_morejk a:hover {
  background: #4458bd;
}
.arr_morejk button {
  font-size: 15px;
  width: 181px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #2f419b;
  float: left;
  margin-top: 26px;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
}
.arr_morejk button:hover {
  background: #4458bd;
}
.txnx_input {
  clear: both;
}
.txnx_input_l {
  width: 48%;
  float: left;
}
.txnx_input_r {
  width: 48%;
  float: right;
}
.juny_con input[type=text].shurunx {
  width: 100px;
  float: none;
  margin-right: 10px;
}
.kbnxjjh_l {
  width: 235px;
  float: left;
}
.kbnxjjh_r a {
  width: 158px;
  float: left;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #1d2089;
  border-radius: 6px;
  text-align: center;
  margin-left: 16px;
}
.yuedubox {
  padding: 35px 0px;
}
.yuedubox a{
  color: #2f419b;
}
.jrico {
  background: url("../images/jrico.jpg") no-repeat top left;
  height: 96px;
  padding-left: 70px;
  clear: both;
}
.jrico .juan_rtitle {
  color: #2f419b;
  padding-top: 7px;
}
.jrico .juan_rintro {
  color: #c7cfdf;
  font-size: 22px;
  font-weight: bold;
}
.slide {
  position: fixed;
  right: 0;
  bottom: 22%;
  z-index: 99;
  transition: 0.3s;
}
.slide .slide_nr {
  width: auto;
  transition: 0.3s;
}
.slide .slide_ewm {
  display: block;
  width: 141px;
}
.slide .slide_close {
  position: absolute;
  top: 0px;
  right: 16px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(../images/x_close.png) no-repeat center/cover;
}
.slide .slide_open {
  cursor: pointer;
  width: 42px;
  height: 40px;
  border-radius: 5px 0 0 5px;
  position: absolute;
  bottom: 0;
  right: -42px;
  transition: 0.3s;
  background: #2c3b78 url(../images/x_open.png) no-repeat center;
}
.slide_on .slide_nr {
  width: 0;
  padding: 0;
}
.slide_on .slide_close {
  display: none;
}
.slide_on .slide_open {
  right: auto;
  left: -40px;
}
.juan_l .juan_rintro{
	font-size: 22px;
}
.btn_morejk{
	margin-top: 20px;
}
/*列表页*/
.content_nyl {
  width: 280px;
  float: right;
}
.content_nyr {
  width: 896px;
  float: left;
  overflow: hidden;
}
.content_nyjr {
  width: 280px;
  float: right;
}
.content_nyjl {
  width: 896px;
  float: left;
  overflow: hidden;
}
.left_top {
  font-size: 28px;
  color: #FFF;
  height: 80px;
  line-height: 80px;
	background: #2c3b78;
  text-align: center;
	border-left: 7px solid #ca000b;
  position: relative;
  font-weight: bold;
}
.jzqnav {
  width: 100%;
  overflow: hidden;
  clear: both;
  padding-bottom: 100px;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
}
.jzqnav li a {
  line-height: 65px;
  margin-top: 1px;
  height: 65px;
	font-size: 18px;
  width: 100%;
  display: block;
  color: #333;
  background: #f7f7f7;
  height: auto;
  display: block;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  position: relative;
  padding-left: 53px;
  box-sizing: border-box;
}
.jzqnav li a:hover {
  color: #2c3b78;
  background: #f1f6fc;
}
.jzqnav li.nomal a {
  color: #2c3b78;
  font-weight: bold;
  background: #f1f6fc;
}
.loachost {
  float: left;
  color: #2c3b78;
  float: left;
  height: 50px;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  display: block;
}
.loachost::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #00368e;
  position: absolute;
  left: 0;
  bottom: 9px;
  transition: 0.6s all;
  border-radius: 3px;
  z-index: 2;
}
.loachost::before {
  content: "";
  width: 50%;
  height: 4px;
  background: #ca000b;
  position: absolute;
  left: 0;
  bottom: 9px;
  transition: 0.6s all;
  border-radius: 3px;
  z-index: 3;
}
.posi {
  text-indent: 38px;
  background: url(../images/homepp.png) no-repeat 5px 0px;
  background-size: 26px auto;
  float: right;
  color: #333;
  padding: 0px 0px 15px;
  overflow: hidden;
  height: 55px;
}
.content_nyr .synews li:nth-child(6n) {
  height: 66px;
  border-bottom: 1px #eaeaea dashed;
  margin-bottom: 21px;
  background: none !important;
  padding: 0;
}
.content_nyr .synews {
  padding-top: 0px;
}

.synews {
  width: 100%;
  padding-top: 22px;
  clear: both;
}
.synews li {
  clear: both;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: left;
  position: relative;
	font-size: 18px;
}
.synews li:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0px;
  background: #cad0d6;
  width: 4px;
  height: 4px;
}
.synews li a {
  width: 80%;
  float: left;
  padding-left: 16px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 17px;
}

.content_nyr .sycase {
  padding-top: 0px;
}

.sycase {
  width: 100%;
  clear: both;
}

.sycase li {
  clear: both;
  width: 100%;
  text-align: left;
  font-size: 18px;
}
.sycase .casetite {
  clear: both;
  height: 50px;
  line-height: 50px;
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: left;
  font-size: 18px;
  font-weight: bolder;
}
.casebg{
	background: #edf4fb;
	padding:10px 20px;
	height: 100px;
}

.sycase .casebaid, .sycase .casedate{
  line-height: 40px;
  width: 70%;
  float:left;
  display: block;
  overflow: hidden;
  text-align: left;
  font-size: 16px;
}

.sycase .casebaid p, .sycase .casedate p{
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 0px;
}

.sycase .casejk{
	width: 20%;
	float:right;
	display: block;
	overflow: hidden;
	
}

.sycase .casejk a {
  font-size: 15px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #2f419b;
  float: left;
  margin-top: 16px;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
}
.sycase .casejk a:hover {
  background: #4458bd;
}
.sycase .casedesc{
	margin: 0 auto;
	padding: 20px 0px 30px 0px;
}
/*详情页*/
.newsshow {
  width: 98%;
  margin: 0 auto;
  padding-top: 20px;
}
.news_title {
  color: #333333;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  padding: 20px 0px 5px;
  clear: both;
}
.xian {
  border-bottom: 1px solid #e3e3e3;
  height: 56px;
  margin-top: 3px;
  text-align: center;
  color: #666;
  font-size: 15px;
}
.hit {
  color: #333;
  margin-right: 40px;
}
.box01 {
  padding: 30px 0px;
  clear: both;
  font-size: 18px !important;
  color: #333;
  line-height: 34px !important;
  text-align: justify;
}
.box01 p {
 line-height: 36px;
 margin:auto;
 padding: 0;
}
.box01 img {
  max-width: 100%;
}
.xpxxgk_title {
  border-bottom: 1px solid #efefef;
  height: 50px;
  line-height: 38px;
  font-size: 20px;
  color: #2c3b78;
  clear: both;
}
.title2022 {
  color: #2c3b78;
  border-bottom: 4px solid #2c3b78;
  float: left;
  height: 50px;
  font-weight: bold;
  font-size: 22px;
}
.w1280 {
  width: 1280px;
  clear: both;
  margin: 0px auto 0px;
  padding: 30px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 40px;
}
.w1220 {
  width: 1220px;
  clear: both;
  margin: 0 auto;
}

.spage-skip {
	display: inline-block;
	margin-left: 20px;
	line-height: 40px;
	color: #999;
	font-size: 14px;
}
#paginationjy a.active {
	background: #2c3b78;
	color: #fff;
}
#paginationjy a:hover {
	background: #2c3b78;
	color: #fff;
}
input, button {
	outline: none;
	border: none;
	background-color: transparent;
}
.date {
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  color: #999999;
	font-size: 16px;
}
.researchList{
	padding-bottom: 60px!important;
}


@media screen and (min-width: 1028px) {
  #header .navpc ul li:hover .tit:before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -4px;
    z-index: 6;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #e5000d;
  }
	#header .navpc ul li:hover a {
  color: #e5000d;
  position: relative;
}
		#header .navpc ul li:hover .box a {
  color: #333;
}
	#header .navpc ul li:hover .box a:hover {
  color: #2f419b;
}


	
}
