﻿*{
	margin: 0;
	padding: 0;
}
body{
 	font-family: "微软雅黑";
 	background:#fff;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0
}
.clear{
	clear:both; 
    height: 0; 
    line-height: 0; 
    font-size: 0;
}
a{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
img{
	max-width: 100%;
}
a:hover{
	text-decoration: underline;
}
.header{
  width: 100%;
  height: 90px;
  background: rgba(5, 29, 51, .36);
  position: fixed;
  top: 0;
  line-height: 87px;
  z-index: 30;
}
.header.active{
  background: rgba(255, 255, 255, .9);
}
.box{
  width: 1400px;
  margin: 0 auto;
}
.box2{
  width: 1200px;
  margin: 0 auto;
}
.logo{
  float: left;
  width: 270px;
}
.logo img{
  width: 100%;
  margin-top: 25px;
}
.nav{
  margin-left: 137px;
}
.nav ul li{
  float: left;
  position: relative;
}
.nav ul li a.s{
  font-size: 16px;
  color: #fff;
  padding: 0 23px;
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.header.active .nav ul li a.s{
  color: rgba(51, 51, 51, 1);
}
.nav ul li.on a.s,
.nav ul li:hover a.s{
  border-top: 3px solid #fff;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.header.active .nav ul li.on a.s,
.header.active .nav ul li:hover a.s{
  border-top: 3px solid #005bab;
  color: rgba(0, 91, 171, 1);
}
.nav ul li .se{
  width: 210px;
  background: rgba(0, 0, 0, .46);
  position: absolute;
  top: 90px;
  left: 50%;
   margin-left: -105px;
  display: none;
}
.nav ul li .se p{
  line-height: 45px;
  text-align: center;
}
.nav ul li .se p a{
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
}
.nav ul li .se p:hover{
  background: rgba(0, 0, 0, .3);
}
.nav ul li .se p:hover a{
  color: rgba(255, 255, 255, 1);
}
.nav ul h2{
  float: left;
}
.nav ul h2 img{
  float: left;
  margin-top: 34px;
  margin-left: 16px;
}
.nav ul h2 span{
  font-size: 14px;
  color: #fff;
  margin-left: 7px;
  font-weight: bold;
}
.header.active .nav ul h2 span{
  color: #333;
}
.search{
  width: 100%;
  position: fixed;
  top: 90px;
  padding: 15px 0;
  background: rgba(0, 0, 0, .46);
  display: none;
  z-index: 30;
}
.search input{
  outline: none;
  border: none;
}
.search .ipt{
  width: calc(100% - 45px);
  height: 45px;
  float: left;
}
.search .sub{
  height: 45px;
  width: 45px;
  background: url(search2.png) no-repeat center #fff;
  float: left;
}
.search .ipt::-webkit-input-placeholder{
  padding-left: 15px;
}
.sjnav,
.sjheader{
  display: none;
}
.senavbtn{
  width: 26px;
  height: 106px;
  border-radius: 10px 0 0 10px;
  background: rgba(0, 0, 0, .2) url(senavbtn.png) no-repeat center;
  position: fixed;
  right: 0;
  top: 48%;
  transform: translateX(26px);
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  z-index: 30;
}
.senavbtn.sh{
  transform: translateX(0);
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.senav{
  width: 60px;
  position: fixed;
  right: 0;
  top: 39%;
  z-index: 30;
  transform: translateX(0);
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.senav.sh{
  transform: translateX(60px);
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.senav ul li{
  width: 100%;
  height: 60px;
  border-radius: 8px;
  margin-bottom: 10px;
  text-align: center;
  background: rgba(0, 0, 0, .4);
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  cursor: pointer;
  position: relative;
}
.senav ul li img{
  margin-top: 16px;
}
.senav ul li h2{
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}
.senav ul li:hover{
  background: #005bab;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.senav ul li .cont{
  min-width: 120px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 30%);
  position: absolute;
  right: 70px;
  top: 0;
  transform: translateX(300px);
  padding: 5px;
}
.senav ul li .cont img{
  margin: 0;
  width: 100%;
}
.senav ul li:hover .cont{
  transform: translateX(0px);
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.senav ul li .cont h2{
  color: #000;
  font-size: 14px;
  line-height: 2em;
  margin: 0;
}
.banner{
  width: 100%;
  position: relative;
}
.banner img{
  width: 100%;
  vertical-align: bottom;
}
.banner .wz{
  position: absolute;
  top: 45%;
  left: 13.5%;
}
.banner .wz h2{
  font-weight: 700;
  font-size: 54px;
  color: #fff;
}
.banner .wz span{
  display: block;
  width: 100px;
  height: 4px;
  background: #fff;
  margin-top: 22px;
}
.banner .swiper-pagination {
  position: absolute;
  right: 13vw;
  bottom:90px;
  z-index: 10;
}
.banner	.swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #fff;
  margin: 0 3px;
  cursor: pointer;
  opacity: 1;
}
.banner	.swiper-pagination-bullet-active {
  width: 30px;
}
.banner .swiper-button-white{
  width: 42px;
  height: 20px;
  bottom: 85px;
  top: auto;
}
.banner .swiper-button-prev{
  background: url(prev.png) no-repeat center;
  left: 13vw;
}
.banner .swiper-button-next{
  background: url(next.png) no-repeat center;
  left: 17vw;
}
.index-cpzx{
  width: 100%;
  background: url(bg1.jpg) no-repeat center;
  background-size: cover
}
.index-cpzx-nav{
  width: 21.4%;
  float: left;
  padding: 100px 0;
  position: relative;
}
.index-cpzx-nav h3{
  font-weight: 700;
  font-size: 46px;
  text-align: center;
  color: #333;
  margin-bottom: 60px;
}
.index-cpzx-nav ul li{
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 38px;
  cursor: pointer;
}
.index-cpzx-nav ul li img{
  float: left;
}
.index-cpzx-nav ul li img.nockeck{
  margin-top: 30px;
}
.index-cpzx-nav ul li img.ckeck{
  height: 30px;
  margin-top: 21px;
  display: none;
}
.index-cpzx-nav ul li h2{
  float: left;
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  margin-left: 25px;
}
.index-cpzx-nav ul li.sh{
  height: 78px;
  line-height: 78px;
  background: #005bab;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.index-cpzx-nav ul li.sh img.ckeck{
  display: block;
}
.index-cpzx-nav ul li.sh img.nockeck{
  display: none;
}
.index-cpzx-nav ul li.sh h2{
  color: #fff;
  font-size:21px;
}
.index-cpzx-nav .more{
  display: block;
  width: 155px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #005bab url(../images/icon3.png) no-repeat 110px center;
  border-radius: 48px;
  margin: 40px auto 0;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  box-sizing: border-box;
}
.index-cpzx .cont{
  width: 77.6%;
  height: inherit;
  display: none;
  float: left;
  height: 100%;
  position: relative;
}
.index-cpzx .cont.show{
  display: block;
}
.index-cpzx .cont .swiper-slide{
  text-align: center;
  padding: 215px 0;
  border-left: 1px solid #e3e6ea;
}
.index-cpzx .cont .swiper-slide:hover{
  background: linear-gradient(180.00deg, #c6cad6 0%, #fbfbfc 34.58%, #d2d6df 100%);
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.index-cpzx .cont .imgbox{
  width: 190px;
  height: 190px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-cpzx .cont .imgbox img{
  max-width: 100%;
  max-height: 100%;
}
.index-cpzx .cont .wz{
  text-align: center;
  padding-top: 90px;
  min-height: 260px;
  position: relative;
}
.index-cpzx .cont .wz h2{
  font-size: 22px;
  line-height: 30px;
  color: #333;
}
.index-cpzx .cont .wz span{
  width: 48px;
  height: 2px;
  background: #015198;
  display: block;
  margin: 24px auto 16px;
}
.index-cpzx .cont .wz p{
  font-size: 15px;
  line-height: 30px;
  color: #666;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-cpzx .cont .wz a{
  display: block;
  width: 155px;
  height: 48px;
  border-radius: 48px;
  background: #98a1a8 url(icon3.png) no-repeat 105px center;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-right: 30px;
  box-sizing: border-box;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -77.5px;
}
.index-cpzx .cont .swiper-slide:hover .wz a{
  background: #e67817 url(icon3.png) no-repeat 115px center;
  padding-left: 10px;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.index-cpzx .cont .swiper-button-prev,
.index-cpzx .cont .swiper-button-next{
  width: 54px;
  height: 54px;
  opacity: 1;
  bottom: 85px;
}
.index-cpzx .cont .swiper-button-prev{
  background: url(prev2.png) no-repeat center;
  left: -54px;
  top: auto;
  

}
.index-cpzx .cont .swiper-button-next{
  background: url(next2.png) no-repeat center;
  left: 0px;
  top: auto;
}
.index-jjfa{
  background: url(bg2.png) no-repeat top center;
  padding: 110px 0;
}
.index-jjfa .box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-jjfa-left{
  width: 646px;
}
.index-jjfa-left .title h2{
  font-size: 46px;
  line-height: 32px;
  color: #000;
  font-weight: bold;
  margin-top: 40px;
}
.index-jjfa-left .title p{
  width: 80%;
  margin-top: 60px;
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  line-height: 30px;
}
.jjfa-left-nav{
  width: 100%;
  margin-top: 70px;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
}
.jjfa-left-nav .fa-nav-box{
  width: 125px;
  height: 125px;
  border:1px solid #e6e8ed;
  text-align: center;
  margin: 0 auto;
}
.jjfa-left-nav .fa-nav-box img{
  margin-top: 28px;
  height: 40px;
}
.jjfa-left-nav .fa-nav-box img.check{
  display: none;
  margin: 28px auto 0;
}
.jjfa-left-nav .fa-nav-box h2{
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.jjfa-left-nav .swiper-slide.sh .fa-nav-box{
  background: #005bab;
}
.jjfa-left-nav .swiper-slide.sh .fa-nav-box img.check{
  display: block;
}
.jjfa-left-nav .swiper-slide.sh .fa-nav-box img.nocheck{
  display: none;
}
.jjfa-left-nav .swiper-slide.sh .fa-nav-box h2{
  color: #fff;
}
.jjfa-left-nav .swiper-button-prev,
.jjfa-left-nav .swiper-button-next{
  width: 15px;
  height: 26px;
  opacity: 1;
}
.jjfa-left-nav .swiper-button-prev{
  background: url(prev3.png) no-repeat center;
  left: 0;

}
.jjfa-left-nav .swiper-button-next{
  background: url(next3.png) no-repeat center;
  right: 0;
}
.jjfa-left-bot{
  width: 100%;
  margin-top: 75px;
}
.jjfa-left-bot ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jjfa-left-bot ul li{
  width: 25%;
  height: 100px;
  text-align: center;
}
.jjfa-left-bot ul li .imgbox{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 70px;
}
.jjfa-left-bot ul li img{
  max-height: 100%;
}
.jjfa-left-bot ul li h2{
  font-size: 14px;
  line-height: 30px;
  color: #505050;
  margin-top: 16px;
}
.index-jjfa .cont{
  width: 670px;
  display: none;
}
.index-jjfa .cont.show{
  display: block;
}
.index-jjfa .cont .cont-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-jjfa .cont .item{
  margin-bottom: 20px;
  overflow: hidden;
}
.index-jjfa .cont .item:first-child{
  width: 340px;
}
.index-jjfa .cont .item:nth-child(2){
  width: 280px;
  height: 180px;
}
.index-jjfa .cont .item:nth-child(3){
  width: 250px;
  height: 400px;
}
.index-jjfa .cont .item:nth-child(4){
  width: 400px;
  height: 400px;
}
.index-jjfa .cont .item img{
  width: 100%;
}
.index-jjfa .cont .item h2{
  font-size: 36px;
  color: #333;
  margin-top: 18px;
}
.index-jjfa .cont .item p{
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 100%;
}
.index-jjfa .cont .item  a{
  display: block;
  width: 155px;
  height: 48px;
  border-radius: 48px;
  background: #e67817 url(icon3.png) no-repeat 105px center;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  margin-top: 28px;
  text-align: center;
  padding-right: 30px;
  box-sizing: border-box;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.index-jjfa .cont .item a:hover{
  background: #e67817 url(icon3.png) no-repeat 115px center;
  padding-left: 10px;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.index-yyal{
  width: 100%;
  padding: 100px 0 110px;
  background: url(../images/bg3.jpg) no-repeat top center;
}
.index-yyal .box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: wrap;
}
.index-yyal-lfet{
  width: 34.3%;
}
.index-yyal-lfet h2{
  font-size: 46px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
}
.index-yyal-nav{
  width: 100%;
  margin-top: 60px;
}
.index-yyal-nav ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-yyal-nav ul li{
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border:1px solid rgba(255, 255, 255, 0.36);
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
  color: #fff;
  cursor: pointer;
}
.index-yyal-nav ul li:hover,
.index-yyal-nav ul li.sh{
  background: linear-gradient(180.00deg, #fff 0%, #cbe7ff 100%);
  color: #005bab;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.index-yyal-lfet .wzcont{
  width: 100%;
}
.index-yyal-lfet .wzcont .item{
  width: 100%;
  display: none;
  margin-top: 48px;
}
.index-yyal-lfet .wzcont .item.show{
  display: block;
}
.index-yyal-lfet .wzcont .item p{
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 30px;
}
.index-yyal-lfet .wzcont .item a{
  font-size: 16px;
  line-height: 30px;
  color: #f88623;
  padding-right: 30px;
  background: url(icon4.png) no-repeat right center;
}
.index-yyal .cont{
  width: 54%;
  max-height: 418px;
  overflow: hidden;
  display: none;
  padding: 20px 20px 0 0;
  position: relative;
}
.index-yyal .cont.active{
  display: block;
}
.index-yyal .cont img{
  width: 100%;
  position: relative;
  z-index: 20;
}
.index-yyal .cont .bgbot{
  width: 327px;
  height: 287px;
  background: #fff;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.index-news{
  width: 100%;
  padding: 120px 0;
  background: url(bg4.jpg) no-repeat center top;
}
.index-news .box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news-title{
  width: 21.4%;
}
.index-news-title h2{
  font-weight: 700;
  font-size: 46px;
  color: #333;
}
.index-news-title p{
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  line-height: 30px;
  margin-top: 60px;
}
.index-news-title a{
  display: block;
  width: 155px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #005bab url(../images/icon3.png) no-repeat 110px center;
  border-radius: 48px;
  margin-top: 130px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  box-sizing: border-box;
}
.index-news-cont{
  width: 64.3%;
}
.index-news-cont ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news-cont ul li{
  width: 30%;
}
.index-news-cont ul li span{
  font-size: 17px;
  line-height: 32px;
  color: #005bab;
}
.index-news-cont ul li h2{
  font-size: 19px;
  line-height: 30px;
  color: #333;
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.index-news-cont ul li:hover a{
  text-decoration: none;
}
.index-news-cont ul li .imgbox{
  width: 100%;
  max-height: 180px;
  overflow: hidden;
  margin-top: 15px;
}
.index-news-cont ul li .imgbox img{
  width: 100%;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.index-news-cont ul li p{
  font-size: 15px;
  line-height: 27px;
  color: #666;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: break-spaces;
  margin-bottom: 60px;
  margin-top: 15px;
}
.index-news-cont ul li .more{
  font-size: 18px;
  line-height: 32px;
  color: #e67817;
  padding-right: 30px;
  background: url(../images/icon4.png) no-repeat right center;
}
.index-news-cont ul li:hover h2{
  color: #005bab;
}
.index-news-cont ul li:hover .imgbox img{
  transform: scale(1.1,1.1);
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.index-news-cont ul li:hover .more{
  text-decoration: underline;
}
.index-gdjs{
  width: 100%;
  padding: 78px 0;
  background: url(bg5.jpg) no-repeat center;
  background-size: cover;
}
.index-gdjs ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-gdjs ul li{
  width: 24%;
  height: 105px;
  border-right: 1px solid rgba(255, 255, 255, .2);
  text-align: center;
}
.index-gdjs ul li:last-child{
  border-right: none;
}
.index-gdjs ul li h2{
  color: rgba(255, 255, 255, 1);
  font-size: 61px;
  position: relative;
}
.index-gdjs ul li h2 .ja{
  font-size: 30px;
  position: absolute;
  top: 0;
}
.index-gdjs ul li p{
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
}
.footer {
  width: 100%;
  padding-top: 50px;
  background: url(footerbg.jpg) no-repeat top center #152b40;
}
.footer .top{
  padding-bottom: 50px;
}
.footer .top-left ul{
  float: left;
  margin-right: 80px;
}
.footer .top-left ul h2{
  color: #fff;
  opacity: 0.88;
}
.footer .top-left ul span{
  display: block;
  width: 15px;
  height: 2px;
  background: #0078e2;
  margin: 15px 0;
}
.footer .top-left ul li a{
  font-size: 15px;
  line-height: 32px;
  text-align: left;
  color: #fff;
  opacity: 0.6;
}
.footer .top-right{
  width: 320px;
}
.footer .top-right ul h2{
  color: #fff;
  opacity: 0.88;
}
.footer .top-right ul span{
  display: block;
  width: 15px;
  height: 2px;
  background: #0078e2;
  margin: 15px 0;
}
.footer .top-right ul li{
  font-size: 15px;
  line-height: 32px;
  text-align: left;
  color: #fff;
  opacity: 0.6;
}
.footer .top-right h3{
  font-weight: 700;
  font-size: 26px;
  text-align: left;
  color: #bec4c9;
  margin-top: 25px;
  padding-left: 58px;
  background: url(icon.png) no-repeat left center;
  line-height: 38px;
}
.footer .top-right .ewm{
  width: 120px;
  height: 120px;
  margin-top: 20px;
}
.footer .top-right h4{
  font-size: 15px;
  line-height: 32px;
  text-align: left;
  color: #fff;
  opacity: 0.6;
  margin-top: 8px;
}
.footer .bot{
  padding: 20px 0;
  text-align: center;
}
.footer .bot p{
  font-size: 14px;
  line-height: 32px;
  color: rgba(255, 255, 255, .52);
}
.footer .bot p a{
  color: rgba(255, 255, 255, .52);
  margin-right: 10px;
}
.gsjj-js{
  width: 100%;
  padding: 70px 0;
}
.gsjj-js .box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gsjj-js-left{
  width: 50%;
}
.nytit{
  width: 100%;
}
.nytit h2{
  font-weight: 700;
  font-size: 46px;
  line-height: 48px;
  color: #005bab;
  padding-top: 80px;
}
.nytit span{
  display: block;
  width: 66px;
  height: 3px;
  background: #005bab;
  margin: 30px 0;
}
.gsjj-js-left p{
  font-size: 17px;
  line-height: 28px;
  color: #666;
  text-indent: 2em;
  margin-bottom: 20px;
}
.gsjj-js-lb{
  width: 45.7%;
  position: relative;
}
.gsjj-js-lb img{
  width: 100%;
  margin-top: 58px;
}
.gsjj-js-lb .swiper-pagination {
  position: absolute;
  right: 36px;
  bottom:30px;
  z-index: 10;
}
.gsjj-js-lb	.swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 6px;
  border-radius: 0;
  background: #fff;
  margin: 0 6px;
  cursor: pointer;
  opacity: 1;
}
.gsjj-js-lb	.swiper-pagination-bullet-active {
  width: 40px;
  background: #005bab;
}
.gsjj-qywh{
  background: #f5f8fa;
  padding: 100px 0;
}
.gsjj-qywh ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.gsjj-qywh ul li{
  width: 31.8%;
  height: 220px;
  background: #fff;
  margin-bottom: 25px;
  box-sizing: border-box;
  padding: 0 35px;
}
.gsjj-qywh ul li .top{
  display: flex;
  justify-content: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #e6e8ed;
}
.gsjj-qywh ul li .top img{
  height: 55px; 
  margin-right: 6.7%;
}
.gsjj-qywh ul li .top h2{
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  color: #333;
}
.gsjj-qywh ul li p{
  font-size: 17px;
  text-align: left;
  color: #454545;
  margin-top: 18px;
  line-height: 30px;
}
.gsjj-fzlc{
  width: 100%;
  height: 840px;
  position: relative;
  overflow: hidden;
}
.gsjj-fzlc-nav{
  width: 260px;
  height: 100%;
  box-sizing: border-box;
  background: rgba(1, 17, 32, .46);
  text-align: center;
  position: absolute;
  right: 0;
  z-index: 10;
}
.gsjj-fzlc-nav ul{
  margin-top: 55px;
}
.gsjj-fzlc-nav ul li{
  height: 145px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  line-height: 145px;
  font-size: 28px;
  
  position: relative;
  cursor: pointer;
}
.gsjj-fzlc-nav ul li a{
  color: #fff;
  display: block;
}
.gsjj-fzlc-nav ul li a::after{
  content: "";
  width: 0;
  border-bottom: 1px solid #f90;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gsjj-fzlc-nav ul li a.selected,
.gsjj-fzlc-nav ul li:hover a{
  color: #FF9900;
  text-decoration: none;
}
.gsjj-fzlc-nav ul li a.selected::after,
.gsjj-fzlc-nav ul li a:hover::after{
  width: 100%;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.gsjj-fzlc-nav .prev,
.gsjj-fzlc-nav .next{
  width: 100%;
  height: 210px;
  position: absolute;
  left: 0;
  z-index: 10;
}
.gsjj-fzlc-nav .prev{
  top: 0;
  background-image: linear-gradient(to top, rgba(1, 17, 32, 0)0%, rgba(1, 17, 32, .7) 40%, rgba(1, 17, 32, 1) 100%);
}
.gsjj-fzlc-nav .next{
  bottom: 0;
  background-image: linear-gradient(to top, rgba(1, 17, 32, 1) 0%, rgba(1, 17, 32, .7) 40%, rgba(1, 17, 32, 0) 100%);
}
.gsjj-fzlc-nav .prev::after,
.gsjj-fzlc-nav .next::after{
  content: "";
  width: 24px;
  height: 14px;
}
.gsjj-fzlc-nav .prev::after{
  background: url(prev5.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 20%;
  margin-left: -12px;
}
.gsjj-fzlc-nav .prev:hover::after{
  background: url(prev5sh.png) no-repeat center;
}
.gsjj-fzlc-nav .next::after{
  background: url(next5.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 20%;
  margin-left: -12px;
}
.gsjj-fzlc-nav .next:hover::after{
  background: url(next5sh.png) no-repeat center;
}
#issues li{
  width: 100%;
  height: 840px;
  position: relative;
}
#issues li h2{
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
  color: #fff;
  position: absolute;
  width: 64%;
  top: 45%;
  left: 15%;
  z-index: 10;
}
#issues li::before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 17, 32, .46);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
#issues li h2 .time{
  font-weight: 700;
  font-size: 36px;
  line-height: 32px;
  color: #f90;
  margin-right: 3%;
}
.gsjj-zzry{
  width: 100%;
  background: #f5faff;
  padding: 32px 0 100px;
}
.nytit2{
  width: 100%;
  position: relative;
}
.nytit2 h2{
  font-weight: 700;
  font-size: 46px;
  line-height: 48px;
  color: #005bab;
  padding-top: 80px;
}
.nytit2 span{
  display: block;
  width: 66px;
  height: 3px;
  background: #005bab;
  margin: 30px 0;
}
.nytit2 a{
  display: block;
  width: 155px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #005bab url(../images/icon3.png) no-repeat 110px center;
  border-radius: 48px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 80px;
}
.nytit2 a:hover{
  background: #005bab url(../images/icon3.png) no-repeat 120px center;
  padding-left: 10px;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.gsjj-zzry ul{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gsjj-zzry ul li{
  width: 23%;
  background: #fff;
  padding: 2%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.gsjj-zzry ul li .imgbox{
  width: 100%;
  height: 176px;
  overflow: hidden;
}
.gsjj-zzry ul li .imgbox img{
  width: 100%;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.gsjj-zzry ul li h2{
  text-align: center;
  font-size: 20px;
  color: #333;
  margin-top: 20px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 100%;
}
.gsjj-zzry ul li a:hover{
  text-decoration: none;
}
.gsjj-zzry ul li:hover .imgbox img{
  transform: scale(1.1,1.1);
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.gsjj-zzry ul li:hover h2{
  color: #005bab;
}
.gsjj-news{
  width: 100%;
  padding: 75px 0;
  background: url(bg6.jpg) no-repeat center;
  background-size: cover;
}
.gsjj-news .nytit2 h2{
  color: #fff;
}
.gsjj-news .nytit2 span{
  background: #fff;
}
.gsjj-news ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.gsjj-news ul li{
  width: 32%;
  background: #fff;
  padding: 2%;
  box-sizing: border-box;
}
.gsjj-news ul li .imgbox{
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.gsjj-news ul li .imgbox img{
  width: 100%;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.gsjj-news ul li a:hover{
  text-decoration: none;
}
.gsjj-news ul li h2{
  font-size: 20px;
  line-height: 32px;
  color: #333;
  margin-top: 15px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 100%;
}
.gsjj-news ul li span{
  font-size: 17px;
  line-height: 32px;
  color: #999;
}
.gsjj-news ul li:hover .imgbox img{
  transform: scale(1.1,1.1);
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.gsjj-news ul li:hover h2{
  font-weight: 700;
  color: #005bab;
}
.gsjj-news ul li:hover span{
  color: #005bab;
}
.nav-three{
  height: 80px;
  line-height: 80px;
  margin-top: 10px;
  border-bottom: 1px solid #e2e8ee;
}
.nav-three ul li{
  float: left;
}
.nav-three ul li a{
  font-size: 22px;
  color: #333;
  margin-right: 50px;
}
.nav-three ul li.on a,
.nav-three ul li:hover a{
  color: #005bab;
  border-bottom: 3px solid #005bab;
  text-decoration: none;
  padding-bottom: 24px;
}
.content{
  width: 100%;
  margin-top: 40px;
}
.list ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
}
.list ul li{
  width: 32%;
  background: #f5f8fa;
  padding: 2%;
  box-sizing: border-box;
  margin: 0 0.6% 40px;
}
.list ul li .imgbox{
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.list ul li .imgbox img{
  width: 100%;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.list ul li:hover{
  background: url(bg7.jpg) no-repeat center;
  background-size: cover;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.list ul li a:hover{
  text-decoration: none;
}
.list ul li h2{
  font-size: 20px;
  line-height: 32px;
  color: #333;
  margin-top: 15px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 100%;
}
.list ul li span{
  font-size: 17px;
  line-height: 32px;
  color: #999;
}
.list ul li:hover .imgbox img{
  transform: scale(1.1,1.1);
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.list ul li:hover h2{
  font-weight: 700;
  color: #005bab;
}
.list ul li:hover span{
  color: #005bab;
}
.deta .top{
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}
.deta .top h2{
  font-size: 30px;
  line-height: 34px;
  color: #333;
}
.deta .top p{
  font-size: 14px;
  line-height: 26px;
  color: #888;
  margin-top: 15px;
}
.deta .top p span{
  margin-right: 10px;
}
.deta .nr{
  padding: 20px 0;
  font-size: 16px;
  line-height: 30px;
  color: #454545;
  border-bottom: 1px solid #e8e8e8;
}
.deta .nr img{
  max-width: 100%;
}
.deta .bot{
  padding: 15px 0 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.deta .bot p{
  color: rgba(0, 85, 159, 1);
  font-size: 16px;
  line-height: 2em;
  width: 50%;
}
.deta .bot p:last-child{
  text-align: right;
}
.deta .bot p a{
  color: rgba(69, 69, 69, 1);
 font-size: 16px;
}
.deta .bot p a:hover{
  color: rgba(0, 85, 159, 1);
}
.imglist ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.imglist ul li{
  width: 23%;
  background: #fff;
  padding: 2%;
  box-sizing: border-box;
  margin: 0 1% 30px;
  border: 1px solid rgba(226, 232, 238, 0.6);
}
.imglist ul li .imgbox{
  width: 100%;
  height: 176px;
  overflow: hidden;
  text-align: center;
}
.imglist ul li .imgbox img{
  max-width: 100%;
  max-height: 100%;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.imglist ul li h2{
  text-align: center;
  font-size: 20px;
  color: #333;
  margin-top: 20px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 100%;
}
.imglist ul li:hover{
  border-bottom: 3px solid #005bab;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 13%);
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.imglist ul li a:hover{
  text-decoration: none;
}
.imglist ul li:hover .imgbox img{
  transform: scale(1.1,1.1);
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.imglist ul li:hover h2{
  color: #005bab;
}
.nav-three{
  height: 80px;
  line-height: 80px;
  margin-top: 10px;
  border-bottom: 1px solid #e2e8ee;
}
.nylocation{
  height: 80px;
  line-height: 78px;
  border-bottom: 1px solid #e2e8ee;
}
.nylocation h2{
  font-size: 20px;
  float: left;
  color: #005bab;
  border-bottom: 3px solid #005bab;
}
.cpcontent{
  margin-top: 40px;
}
.cpcontent .box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cpcontent .left{
  width: 23.2%;
}
.cpzx-search{
  width: 100%;
  padding: 25px 30px;
  box-sizing: border-box;
  background: #f5f7fa;
  text-align: center;
  margin-bottom: 20px;
}
.cpzx-search h2{
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #333;
}
.cpzx-search .cont{
  margin-top: 22px;
  position: relative;
}
.cpzx-search .cont input{
  outline: none;
  background: none;
  border:none
}
.cpzx-search .cont .ipt{
  width: 100%;
  height: 38px;
  border-radius: 38px;
  border: 1px solid #d1dae1;
  padding-right: 38px;
  box-sizing: border-box;
}
.cpzx-search .cont .ipt::-webkit-input-placeholder{
  font-size: 15px;
  color: #808080;
  padding-left: 20px;
}
.cpzx-search .cont .sub{
  width: 38px;
  height: 38px;
  background: url(icon5.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 2px;
}
.cpzx-nav-two{
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  background: #f5f7fa;
}
.cpzx-nav-two ul li{
  line-height: 55px;
  border-bottom: 1px solid #d1dae1;
  position: relative;
}
.cpzx-nav-two ul li .s{
  font-size: 18px;
  color: #333;
}
.cpzx-nav-two ul li.on .s,
.cpzx-nav-two ul li:hover .s{
  text-decoration: none;
  color: #005bab;
}
.cpzx-nav-two ul li.on::after{
  background: url(icon6.png) no-repeat center;
  width: 14px;
  height: 7px;
  top: 24px;
  right: 0;
}
.cpzx-nav-two ul li.on .se{
  display: block;
}
.cpzx-nav-two ul li::after{
  content: "";
  width: 7px;
  height: 14px;
  background: url(icon7.png) no-repeat center;
  position: absolute;
  top: 21px;
  right: 0;
}
.cpzx-nav-two ul li .se{
  padding-bottom: 20px;
  display: none;
}
.cpzx-nav-two ul li .se p{
  line-height: 35px;
}
.cpzx-nav-two ul li .se p a{
  color: rgba(51, 51, 51, 1);
  font-size: 15px;
  
}
.cpzx-nav-two ul li .se p.sh a,
.cpzx-nav-two ul li .se p a:hover{
  color: rgba(0, 91, 171, 1);
}
.cpcontent .right{
  width: 74.6%;
}
.cplist ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cplist ul li{
  width: 32%;
  margin: 0 0.6% 30px;
}
.cplist ul li .imgbox{
  width: 100%;
  height: 325px;
  background: linear-gradient(180.00deg, #f1f3f6 0%, #fff 48.12%, #f1f3f6 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5%;
  box-sizing: border-box;
}
.cplist ul li .imgbox img{
  max-width: 100%;
  max-height: 100%;
}
.cplist ul li h2{
  font-size: 18px;
  line-height: 32px;
  color: #333;
  margin-top: 18px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.cplist ul li:hover a{
  text-decoration: none;
}
.cplist ul li:hover .imgbox{
  box-shadow: 0 8px 16px rgba(1, 33, 61, 0.1);
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.cplist ul li:hover h2{
  color: #005bab;
}
.cpdetails-js{
  padding: 45px 0 55px;
}
.cpdetails-js .box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cpdetails-js-img{
  width: 35.7%;
  height: 480px;
  background: #F1F3F6;
}
.cpdetails-js-img .big{
  width: 92%;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  background: #fff;
}
.cpdetails-js-img .big img{
  max-width: 100%;
  max-height: 100%;
}
.cpdetails-js-img .small{
  width: 84%;
  margin: 0 auto;
  position: relative;
}
.cpdetails-js-img .small .imgbox{
  background: #F1F3F6;
  width: 90%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cpdetails-js-img .small .imgbox img{
  max-width: 80%;
  max-height: 80%;
}
.cpdetails-js-img .small .swiper-button-white{
  width: 10px;
  height: 20px;
  opacity: 1;
  margin-top: -10px;
}
.cpdetails-js-img .small .swiper-button-prev{
  background: url(prev6.png) no-repeat center;
  left: -20px;
}
.cpdetails-js-img .small .swiper-button-next{
  background: url(next6.png) no-repeat center;
  right: -20px;
}
.cpdetails-js-img .small .imgbox{
  background: #fff;
}
.cpdetails-js-img .small .sh .imgbox{
  border: 3px solid #2e679a;
  box-sizing: border-box;
}
.details-js-cont{
  width: 59.3%;
  position: relative;
}
.details-js-cont .top{
  line-height: 90px;
  border-bottom: 1px solid #e2e8ee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.details-js-cont .top h2{
  font-weight: 700;
  font-size: 32px;
  color: #333;
  line-height: 3rem;
}
.details-js-cont p{
  color: rgba(136, 136, 136, 1);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.details-js-cont p::after{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 3.5px;
  background: #5c7397;
  position: absolute;
  left: 0;
  top: 12px;
}
.details-js-cont p span{
  color: rgba(51, 51, 51, 1);
}
.details-js-cont .bot{
  margin-top: 40px;
}
.details-js-cont .bot ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.details-js-cont .bot ul li{
  width: 150px;
  height: 50px;
  background: #f1f3f6;
  border: 1px solid #dbe2e9;
  margin-right: 20px;
  text-align: center;
  box-sizing: border-box;
  padding-left: 20px;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.details-js-cont .bot ul li img{
  margin-right: 12px;
  max-height: 26px;
  float: left;
  padding-top: 14px;
}
.details-js-cont .bot ul li h3{
  font-weight: 400;
  font-size: 17px;
  line-height: 50px;
  color: #333;
  float: left;
}
.details-js-cont .bot ul li:hover{
  transform: translateY(-10px);
}
.details-js-cont .videobox{
  width: 100%;
  height: auto;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  box-sizing: border-box;
  display: none;
}
.details-js-cont .videobox #videos{
  width: 100%;
  max-height: 450px;
}
.details-js-cont .videobox .close{
  width: 20px;
  height: 20px;
  background: url(close.png) no-repeat center;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.details-js-cont .share{
  position: absolute;
  right: 200px;
  bottom: 120px;
  display: none;
}
.details-js-cont .share a{
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 0;
}
.details-js-cont .share .wx{
  background: url(wechat.png) no-repeat center;
}
.details-js-cont .share .qq{
  background: url(qq.png) no-repeat center;
}
.details-js-cont .share .wb{
  background: url(wb.png) no-repeat center;
}
.cpdetails-xq{
  margin: 55px 0 50px;
}
.cpdetails-xq-nav{
  padding: 23px 0;
  background: url(bg8.jpg) no-repeat center;
  background-size: cover;
}
.cpdetails-xq-nav ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cpdetails-xq-nav ul li{
  width: 20%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.cpdetails-xq-nav ul li .nocheck{
  height: 48px;
}
.cpdetails-xq-nav ul li .check{
  display: none;
  height: 52px;
}
.cpdetails-xq-nav ul li h2{
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  opacity: 0.8;
}
.cpdetails-xq-nav ul li.sh::after{
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -9px;
}
.cpdetails-xq-nav ul li.sh .check{
  display: block;
  margin: 0 auto;
}
.cpdetails-xq-nav ul li.sh .nocheck{
  display: none;
}
.cpdetails-xq .cont{
  width: 100%;
  padding-top: 45px;
  display: none;
  font-size: 17px;
  line-height: 40px;
  color: #666;
  overflow: hidden;
}
.cpdetails-xq .cont.show{
  display: block;
}
.cpdetails-xq .cont img{
  max-width: 100%;
}
.cpdetails-xq .cont table{
  max-width: 100% !important;
  table-layout: fixed;
  margin: auto;
}
.cpdetails-xq .cont .dhdhbox table{
  width: 100% !important;
}
.cpdetails-tjcp{
  padding: 50px 0;
}
.cpdetails-tjcp h2{
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
}
.cpdetails-tjcp .cont{
  margin-top: 45px;
}
.cpdetails-tjcp .cont .tjcp-box{
  width: 94%;
}
.tjcp-box .imgbox{
  width: 100%;
  height: 327px;
  background: linear-gradient(180.00deg, #f1f3f6 0%, #fff 48.12%, #f1f3f6 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.tjcp-box .imgbox img{
  max-width: 100%;
  max-height: 100%;
}
.tjcp-box h2{
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #333;
  text-align: left;
  margin-top: 20px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.cpdetails-tjcp .cont a:hover{
  text-decoration: none;
}
.cpdetails-tjcp .cont{
  position: relative;
}
.cpdetails-tjcp .cont .swiper-slide:hover h2{
  color: #005bab;
}
.cpdetails-tjcp .cont .swiper-button-white{
  width: 15px;
  height: 30px;
  opacity: 1;
}
.cpdetails-tjcp .cont .swiper-button-prev{
  background: url(prev7.png) no-repeat center;
  left: -30px;
}
.cpdetails-tjcp .cont .swiper-button-next{
  background: url(next7.png) no-repeat center;
  right: -10px;
}
.NewsPage{
    display: flex;
    justify-content: center;
    padding: 40px 0 10px;
}
.NewsPage p{
   padding: 0 15px;
    height: 44px;
    border-radius: 22px;
    line-height: 44px;
    background: #f5f8fa;
    margin: 0 10px;
}
.NewsPage p a{
    color: rgba(102, 102, 102, 1);
    font-size: 17px;
    padding: 0 10px;
}
.NewsPage p a.active{
     color: rgba(0, 91, 171, 1);
     font-weight: 700;
}
.index-sjnews,
.index-sjjfa,
.index-sjcpzx,
.sjbanner{
  display: none;
}
.ny-fenx .fenx{
  width: 40px;
  height: 60px;
  position: fixed;
  right: 10px;
  top: 200px;
  cursor: pointer;
  z-index: 15;
}
.ny-fenx .fenx img{
  width: 30px;
  height: 30px;
}
.ny-fenx .fenx h2{
  color: #333;
  font-size: 16px;
  margin-top: 4px;
}
.ny-fenx .share{
  width: 130px;
  height: 40px;
  position: fixed;
  right: 60px;
  top: 200px;
  display: none;
  z-index: 15;
}
.ny-fenx .share.sh{
  display: block;
}
.ny-fenx .share a{
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
}
.ny-fenx .share .wx{
  background: url(wechat.png) no-repeat center;
}
.ny-fenx .share .qq{
  background: url(qq.png) no-repeat center;
}
.ny-fenx .share .wb{
  background: url(wb.png) no-repeat center;
}
.sjewm{
  display: none;
}
.sjbotpf{
  display: none;
}

.download-list{
  padding: 50px 0;
}
.download-list .head{
  width: 100%;
  height: 78px;
  line-height: 78px;
  background-color: #005BAB;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.download-list .head h2{
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  width: 80%;
}
.download-list .head p{
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  width: 20%;
}
.download-list ul li{
  height: 67px;
  line-height: 67px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E2E8EE;
}
.download-list ul li h2{
  width: 80%;
  font-size: 16px;
  color: #505050;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.download-list ul li span{
  display: block;
  width: 20%;
}
.download-list ul li span a{
  font-size: 16px;
  color: #505050;
}
.sjcpzx-nav,.sjcpzx-nav-two{
  display: none;
}



