 
/* CSS Document */  
*{  
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
hr{ 
	color:#B3B3B3;
}
li{
	list-style-type:none;
}
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:"";
	clear:both;
	height:0;
}
.clearfix{
	zoom:1;
}
/*首页*/
/*页头*/
.top1-bj{
	background-color: #26b7eb;
}
.top1{
	width: 1200px;
	margin: auto;
	padding: 30px 0px 10px;
}
.top1-l{
	float: left;
	width: 650px;
	height: 90px;
}
.top1-r{
	float: right;
	width: 300px;
	height:100px;
}
/* 导航 */
.top2{
	height: 50px;
	background-color: #1F306E;
}
.daohang-bj{
	width:1200px; 
	height: 50px;
	margin: auto;
}
.menu {
	height: 50px;
	margin: auto;
}

.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}

.menu ul li {
	float:left; 
	position:relative;
}

.menu ul li a, .menu ul li a:visited {
	display:inline-block; 
	text-align:center; 
	text-decoration:none; 
	width:133px; 
	height:50px; 
	color: #FFFFFF; 
	line-height:50px; 
	font-size:16px;
}

.menu ul li ul {
	display: none;
}
.menu ul li:hover a {
	color: #FFFFFF;
	background-color: #19A9FF;
}

.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:50px; 
	left:0; 
	width:118px;
}

.menu ul li:hover ul li a {
	display:block; 
	background-color: rgba(255,255,255,.7);
	color: #000000;
}

.menu ul li:hover ul li a:hover {
	background: #0F58D6; 
	color: #FFF;
}
/*/导航 */
/*banner*/
.banner1{
	width: 1200px;
	margin:auto;
	font-size: 72px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	letter-spacing:5px;
}
.ly{
	width: 780px;
	height: 40px;
	margin:50px auto 0;
	background-color: #FFFFFF;
	padding: 5px 10px;
}
.ly-l{
	float: left;
	width: 650px;
}
.inp1{
	width: 100%;
	height: 40px;
	font-size: 14px;
	color: #000000;
	line-height: 40px;
	background-color: rgba(0,0,0,0);
	outline: none;
	border: none;
}
.ly-r{
	float: right;
	width: 120px;
	height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
	background-color:#0F58D6;
	transition-duration: .5s;
	border: none;
	cursor: pointer;
}
.ly-r:hover{
	background-color:#003399;
	transition-duration: .5s;
}
/*/banner*/
/*/页头*/
/*内容*/

.index-about{margin-top:30px;height:380px;overflow:hidden}
.index-about h3{
    font-size: 22px;
    color: #1F306E;
    margin-bottom: 15px;
}

.about-left{width:50%;  float: left; padding:5px 10px;overflow:hidden}
.about-left p{font-size:16px;line-height:30px;color:#666;margin-bottom:10px}
.about-right{width:48%;  float: right;}
.about-right img{display:block;width:100%;height:350px;margin:auto;}


.news-inner,
.news1-inner {
    position: relative;
}



.index-news{height:450px;}

.news-contain{
     display: flex;
    justify-content: space-between;
}

.news-left {
    width: 55%;
    position: relative;
}



.newsLeft .swiper-container {
    /* height: 100%; */
}

.newsLeft-con {
    width: 100%;
    height:450px;
    position: relative;
}

.newsLeft-pic {
    overflow: hidden;
}

.newsLeft-pic img {
    width: 100%;
    min-height:450px;
    transition: all .6s;
    object-fit: contain; 
}

.newsLeft-pic:hover img {
    transform: scale(1.05);
}

.newsLeft-bot {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 99;
    height: 50px;
    background: rgba(0, 80, 165, .7);
    padding: 0 25px 0 15px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: space-between
}


.bot-title {
    font-size: 18px;
    font-weight: 400;
    width: 85%;
}

.bot-title a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;
}

.bot-more {
    width: 0.22rem;
}

.bot-more img {
    width: 100%;
}


.news-right {
    width: 43%;

}

.news-right .top_title {
  display: flex; /* 使用flex布局 */
  justify-content: space-between; /* 子元素两端对齐 */
  align-items: center; /* 垂直居中对齐 */
}

.news-right .top_title h3 {
    width: 480px;
    line-height: 30px;
  color: #1F306E;
  font-size: 22px;
}

.news-right .top_title .more {
  color: #1F306E; /* 链接颜色 */
  text-decoration: none; /* 去除下划线 */
  margin-left: 10px; /* 为链接添加左边距，以提供视觉分隔 */
   width: 80px;
    line-height: 30px;
    text-align: right;
}

.news-right .top_title .more:hover {
  text-decoration: underline; /* 鼠标悬停时添加下划线 */
}

.news-inner ul {
    /* border-top: 2px solid #E5E5E5; */
}

.news-inner ul li,
.news1-inner ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
    padding: 15px 0;
    color: #666;
    /* align-items: center; */
}

.news1-inner ul li {
    padding: 15px 0;
}

.news-date {
    width: 16.13%;
    font-family: Noto Sans;
    font-weight: 700;
    position: relative;
    transition: all .5s;
    background: transparent;
   text-align: center;
}

.news1-inner .news-date {
    width: 14%;
}

.news1-inner .news-title {
    width: 86%;
    margin-top: 5px;
   
}

.news-date p {
    font-size: 26px;
    line-height:26px;
    color: #C4C4C4;
}

.news-date span {
    font-size: 16px;

    color: #C4C4C4;
    font-weight: 400;
}

.news-title {
    width: 82%;
    display:flex;
    align-items:center
}

.news-title a {
    font-size: 16px;
    line-height: 26px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .2s;
}
.ztzl-title{
    margin-bottom:10px;
}
.fddtr-ckgd{
       position: absolute;
    right: 0;
    bottom: 0.8rem;
   z-index:999;
}
.news-inner ul li:hover .news-title a,
.news1-inner ul li:hover .news-title a {
    color: #3471C0;
    font-weight: 700;
}

.home-ckgd {
    transform: translateX(-50px);
    opacity: 0.8;
    transition: all .6s 0s ease-in-out;
    transform: translateX(0px);
    opacity: 1;
}

.pox-active-down .home-ckgd,
.pox-active-up .home-ckgd,
.pox-active .home-ckgd {
    transition: all .6s .6s ease-in-out;
    transform: translateX(0px);
    opacity: 1;
}

.news-ckgd {
    position: absolute;
    /* right: 0; */
    top: -0.2rem;
}

.news1-inner .news-ckgd {
    top: -0.28rem;
}




















.index-trcy{margin:30px auto;}


.index-trcy .trcy-title h3{font-size: 24px;
    color: #1F306E;
    text-align: center;
    position: relative;
    font-weight: 500;
    margin-top: 0.15rem;
    font-weight: 700;
}


.index-trcy .trcy-title h3:after {
    display: block;
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: #3471C0;
    left: 50%;
    transform: translate(-50%);
    bottom: -10px;
}


.trcy-warp{padding:30px 0px;overflow:hidden;position:relative}


.zt-prev,
.zt-next {
    position: absolute;
    width: 39px;
    height: 67px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition:all 1s;
   opacity:0;
}

.zt-prev {
    background: url(../images/zt-left.png) no-repeat;
    left: -0.25rem;
    background-size: 100%;
}

.zt-next {
    background: url(../images/zt-right.png) no-repeat;
    right: -0.25rem;
    background-size: 100%;

}

.trcy-warp:hover .zt-prev{
    opacity:1;
}

.trcy-warp:hover .zt-next{
   opacity:1;
}
.trcy-warp .swiper-container {
    padding: 0.2rem 0;
}

.trcy-warp .swiper-slide-active {
    transform: scale(1.2);
    transition: transform 0.5s ease;
}

.trcy-warp .swiper-slide{
     transition: transform 0.5s ease;
}

.trcy-warp .swiper-slide:hover{
     transform: scale(1.1);
}
.trcy-warp:hover .swiper-slide-active {
            transform: scale(1);
        }
.trcy-warp .swiper-slide-active:hover{
    transform: scale(1.2) !important;
}

.trcy-warp .swiper-slide:hover ~ .swiper-slide{
     transform: scale(1);
}


.trcy-warp .zt-item{padding:15px 0}

.zt-pic img {
    width: 100%;
    height: 100%;
    transition:all .5s;
     border-radius:0.05rem
}

.zt-pic:hover img{
    /*transform:scale(1.03)*/
}

.zt-pic span{text-align:center;display:block;font-size:16px}






.index-fhcy{margin:30px auto}


.fhcy-warp{padding:30px 0px;overflow:hidden;position:relative}




.index-fhcy .fhcy-title {
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  padding-bottom: 10px; 
  border-bottom: 1px solid #CCCCCC; 
}

.index-fhcy .fhcy-title h3 {
  color: #1F306E;
  width: 300px;
  font-size: 24px;
}

.index-fhcy .fhcy-title .more {
  color: #666; 
  text-decoration: none; 
  margin-left: 10px; 
}

.index-fhcy .fhcy-title .more:hover {
  text-decoration: underline; 
}



.index-fhcy .swiperitem{
	width: 280px;
	height: 180px;
	overflow: hidden;
}
.index-fhcy .swiperitem img{
	transition:all 500ms linear;
}

.index-fhcy .swiper-slide span{text-align:center;display:block;margin-top:15px;font-size:16px}


.index-fhcy .swiper-button-prev {
 
  width: 36px;
  height: 36px;
  background-size:36px 36px;
  background-image: url('../images/jtz.png'); 
}

.index-fhcy .swiper-button-next {
  width: 36px;
  height: 36px;
    background-size:36px 36px;
  background-image: url('../images/jty.png');
}



.index-show{margin: 30px auto;}


.index-ckcg{margin: 30px auto;}




.index-ckcg li {
    overflow: hidden;
    margin: 10px auto ; 
   padding: 10px; 
}







.shou2{
	width: 1200px;
	margin:50px auto;
}
.shou2l{
	float: left;
	width: 580px;
	height: 380px;
}
.shou2r{
	float: right;
	width: 580px;
	height: 380px;
}
.shou2r-bt{
	height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.shou2r-btl{
	float: left;
	width: 480px;
	line-height: 30px;
	font-size: 22px;
	color: #1F306E;
}
.shou2r-btr{
	float: left;
	width: 80px;
	line-height: 30px;
	text-align: right;
}
.shou2r-nr{
	margin-top: 10px;
}
.shou2r-nr1{
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}
.shou2r-nr1-t{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	transition-duration: .5s;
}
.shou2r-nr1-b{
	height: 48px;
	line-height: 24px;
	overflow: hidden;
}
.shou2r-nr1:hover .shou2r-nr1-t{
	color: #1F306E;
	transition-duration: .5s;
}
.shou2r-nr2-nr{
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	border-bottom: 1px dashed #CCCCCC;
	transition-duration: .5s;
}
.shou2r-nr2 a:hover .shou2r-nr2-nr{
	padding-left: 10px;
	transition-duration: .5s;
}
.shou3{
	width: 1200px;
	margin: 60px auto 40px;
}
.shou3 li{
	float: left;
	width: 140px;
	margin-left: 125px;
	padding-top: 10px;
	transition-duration: .5s;
}
.shou3 li:nth-child(1){
	margin-left: 0px;
}
.shou3-nt{
	width: 100px;
	height: 100px;
	margin: auto;
}
.shou3-nb{
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	height: 40px;
	text-align: center;
}
.shou3 li:hover{
	padding-top: 0px;
	transition-duration: .5s;
}
.shou4{
	width: 1200px;
	margin:80px auto ;
}
.shou4-t{
	padding-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
}
.shou4-tl{
	float: left;
	width: 300px;
	font-size: 24px;
	color:#1F306E;
	line-height: 30px;
	height: 30px;
}
.shou4-tr{
	float: right;
	width: 80px;
	text-align: right;
}
.shou4-b li{
	float: left;
	width: 280px;
	height: 180px;
	margin-right: 26px;
}
.shou4-b li:nth-child(4n){
	margin-right: 0px;
}
.shou4-bn{
	width: 280px;
	height: 180px;
	overflow: hidden;
}
.shou4-bn img{
	transition:all 500ms linear;
}
.shou4-b li:hover .shou4-bn img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.shou5{
	width: 1200px;
	margin:80px auto ;
}
.shou5-t{
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
}
.shou5-tl{
	float: left;
	width: 300px;
	font-size: 24px;
	color:#1F306E;
	line-height: 30px;
	height: 30px;
}
.shou5-tr{
	float: right;
	width: 80px;
	text-align: right;
}
.shou5-b{
	width: 1200px;
	margin:60px auto;
}
.shou5-b li{
	margin-bottom: 20px;
	transition-duration: .5s;
}
.shou5-b li:hover{
	box-shadow: 1px 1px 5px #CCCCCC;
	transition-duration: .5s;
}
.shou5-bnl{
	float: left;
	width: 350px;
	height: 280px;
	padding:50px 30px;
	background-color: #F7F7F7;
}
.shou5-bnl-1{
	margin-bottom: 10px;
}
.shou5-bnl-11{
	font-size: 50px;
	color: #999999;
}
.shou5-bnl-12{
	font-size: 16px;
	color: #999999;
}
.shou5-bnl-2{
	font-size: 18px;
	color: #666666;
	line-height: 26px;
	height: 52px;
}
.shou5-bnl-3{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 56px;
	text-align: justify;
}
.shou5-bnr{
	float: right;
	width: 790px;
	height: 380px;
	overflow: hidden;
}
.shou6{
	width: 1200px;
	height: 250px;
	margin:50px auto 0px;
}
/*在线留言*/
.ly-bj{
	background-color: #F7F7F7;
	padding: 50px 0px;
}
.zxly{
	width: 1200px;
	margin:auto;
}
.zxly-1{
	height: 80px;
}
.zxly-1l{
	width: 840px;
	font-size: 30px;
	color: #1F306E;
	height: 30px;
	line-height: 30px;	
}
.zxly-1r{
	width: 850px;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 30px;
}
.zxly-2{
	margin-top: 30px;	
}
.zxly-2t{
	float: left;
	width: 1060px;
	height: 50px;
	margin-bottom: 20px;
}
.zxly-2tl{
	float: left;
	width: 300px;
	height: 40px;
	margin-right: 12px;
	border: 1px solid #1F306E;
	background-color: #FFFFFF;
}
.zxly-2tr{
	float: right;
	width: 430px;
	height: 40px;
	margin-right: 0px;
	border: 1px solid #1F306E;
	background-color: #FFFFFF;
}
.inp2{
	width: 96%;
	height: 40px;
	padding: 0 2%;
	background-color: rgba(0,0,0,0);
	outline: none;
	border: none;
}
.ys-textarea{
	width: 98%;
	border: none;
	padding: 1%;
	outline: none;
	background-color: #F7F7F7;
}
.zxly-2b{
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #F7F7F7;
}
.button2{
	float: right;
	width: 120px;
	line-height: 40px;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #E60012;
	color: #FFFFFF;
	border: 1px solid #E60012;
	cursor: pointer;
	transition-duration: .5S;
}
.button2:hover{
	line-height: 40px;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #1F306E;
	color: #FFFFFF;
	border: 1px solid #1F306E;
	cursor: pointer;
	transition-duration: .5S;
}
/*/在线留言*/
/*/内容*/
/*页脚*/
.yejiao-bj1{
	background-color: #1F306E;
	padding: 30px 0;
	border-bottom: 1px solid #FFFFFF;
}
.yejiao{
	width: 1200px;
	margin: auto;
}
.yejiao-l{
	float: left;
	width: 700px;
	margin-top: 30px;
}
.yejiao-l a{
	margin-right: 15px;
}
.yejiao-r{
	float: right;
	width: 317px;
	height: 100px;
}
.yejiao-bj2{
	height: 40px;
	background-color: #1F306E;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}
/*/页脚*/
/*二级导航*/
.erjidaohang{
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
.erjidaohang1{
	width: 1200px;
	height: 80px;
	margin: auto;
}
.erjidaohang1-1{
	float: left;
	width: 750px;
	height: 80px;
}
.erjidaohang1-1 li{
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	height: 78px;
	line-height: 78px;
	margin-right: 30px;
}
.erjidaohang1-1 a:hover li{
	color: #1F306E;
	height: 78px;
	line-height: 78px;
	border-bottom: 2px solid #1F306E;
}
.xz{
	color: #1F306E;
	height: 78px;
	line-height: 78px;
	border-bottom: 2px solid #1F306E;
}
.erjidaohang1-2{
	float: right;
	width: 450px;
	height: 80px;
	line-height: 80px;
	text-align: right;
}
/*/二级导航*/
/*团队党建*/
.td1{
	width: 1200px;
	height: 40px;
	font-size: 24px;
	color: #1F306E;
	line-height:40px;
	text-align: center;
	margin: 50px auto;
}
.td2{
	width: 1200px;
	margin:50px auto;
}
.td2l{
	float: right;
	width: 580px;
	height: 380px;
}
.td2r{
	float: left;
	width: 580px;
	height: 380px;
}
.td2r-bt{
	height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.td2r-btl{
	float: left;
	width: 480px;
	line-height: 30px;
	font-size: 22px;
	color: #1F306E;
}
.td2r-btr{
	float: left;
	width: 80px;
	line-height: 30px;
	text-align: right;
}
.td2r-nr{
	margin-top: 10px;
}
.td2r-nr1{
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}
.td2r-nr1-t{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	transition-duration: .5s;
}
.td2r-nr1-b{
	height: 48px;
	line-height: 24px;
	overflow: hidden;
}
.td2r-nr1:hover .td2r-nr1-t{
	color: #1F306E;
	transition-duration: .5s;
}
.td2r-nr2-nr{
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	border-bottom: 1px dashed #CCCCCC;
	transition-duration: .5s;
}
.td2r-nr2 a:hover .td2r-nr2-nr{
	padding-left: 10px;
	transition-duration: .5s;
}
.td3{
	width: 1200px;
	margin: 50px auto;
}
.td3 li{
	float: left;
	width: 260px;
	height: 120px;
	padding: 10px;
	background-color: #F7F7F7;
	margin-right: 26px;
	transition-duration: .5s;
}
.td3 li:nth-child(4n){
	margin-right: 0px;
}
.td3-nl{
	float: left;
	width: 130px;
	padding-top:0px;
	text-align:left
}
.td3-nl1{
float:left;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	transition-duration: .5s;
	
}
.td3-nl2{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	transition-duration: .5s;
		text-align:left
}
.td3-nr{
	float:left;
	width: 100px;
	height: 120px;
}
.td3 li:hover{
	background-color: #1F306E;
	transition-duration: .5s;
}
.td3 li:hover .td3-nl1,.td3 li:hover .td3-nl2{
	color: #FFFFFF;
	transition-duration: .5s;
}
.td4{
	width: 1200px;
	margin: 80px auto;
}
.td4-t{
	font-size: 24px;
	color: #1F306E;
	line-height: 24px;
	height: 24px;
	margin-bottom: 40px;
	text-align: center;
}
.td4-b{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.td5{
	width: 1200px;
	margin: 80px auto;
}
.td5-t{
	font-size: 24px;
	color: #1F306E;
	line-height: 24px;
	height: 24px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}
.td5-b li{
	height: 30px;
}
.td5-bn{
	padding-left: 0px;
	transition-duration: .5s;
}
.td5-bnl{
	float: left;
	font-size: 14px;
	color: #E60012;
	line-height: 24px;
	height: 30px;
	margin-right: 15px;
}
.td5-bnr{
	float: left;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	height: 30px;
}
.td5-b li:hover .td5-bn{
	padding-left: 10px;
	transition-duration: .5s;
}
/*/团队党建*/
/*公告事件*/
.gg{
	width: 1200px;
	margin: 50px auto;
}
.caidan1{
	height: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.xuanxiang1{
	float: left;
	max-width: 150px;
	line-height: 25px;
	padding: 5px 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #1F306E;
	cursor: pointer;
	transition-duration: .5s;
}
.xuanxiang1-1{
	float: left;
	max-width: 150px;
	line-height: 25px;
	padding: 5px 10px;
	text-align: center; 
	font-size: 18px;
	color: #999999;
	font-weight: bold;
	cursor: pointer;
	transition-duration: .5s;
}

.gg2-t{
	margin-bottom: 20px;
}
.gg2-t li{
	float: left;
	max-width: 150px;
	padding: 0px 20px;
	border-right: 1px solid #CCCCCC;
}
.xx1{
	float: left;
	max-width: 150px;
	line-height: 20px;
	padding: 5px 10px;
	text-align: center;
	font-size: 16px;
	color: #1F306E;
	cursor: pointer;
	transition-duration: .5s;
}
.xx1-1{
	float: left;
	max-width: 150px;
	line-height: 20px;
	padding: 5px 10px;
	text-align: center; 
	font-size: 16px;
	color: #999999;
	cursor: pointer;
	transition-duration: .5s;
}
.gg2-b li{
	height: 30px;
	padding: 5px 0px;
	border-bottom: 1px dashed #CCCCCC;
}

.gg2-bnl{
	float: left;
	width: 10px;
	height: 30px;
	font-size: 14px;
	color: #E60012;
	line-height: 30px;
	margin-right: 5px;
}
.gg2-bnc{
	float: left;
	width: 1000px;
	height: 30px;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	margin-right: 5px;
	transition-duration: .5s;
}
.gg2-bnr{
	float: right;
	width: 100px;
	height: 30px;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	margin-right: 5px;
	text-align: right;
	transition-duration: .5s;
}
.gg2-b li:hover .gg2-bnc{
	color: #1F306E;
	transition-duration: .5s;
}
.gg2-b li:hover .gg2-bnr{
	color: #1F306E;
	transition-duration: .5s;
}
/*页码*/
.page{
	text-align:center;
	font-size:14px;
	font-family:arial;}
.page_list {
    height: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 12px;
    margin-top: 20px;
    font-size: 14px;
}
.page_list a {
    display: inline-block;
    color: #999999;
    border: 1px solid #999999;
    background: #FFF;
    text-align: center;
    padding: 2px 10px;
    margin: 0 3px;
    font-size: 14px;
}
.page_list a.on {
    color: #FFF;
    border: 1px solid #1F306E;
    background: #1F306E;
    font-size: 14px;
}

a.a16ym:link {font-family:"arial"; background-color: #FFF; color:#999999; TEXT-DECORATION: none}
a.a16ym:visited { font-family:"arial"; background-color: #FFF; color:#999999; TEXT-DECORATION: none}
a.a16ym:hover {background-color: #1F306E;border: 1px solid #1F306E; color: #FFF; TEXT-DECORATION: none}
/*/页码*/
/*/公告事件*/

/*公告详情*/
.ggxq{
	width: 1200px;
	margin:80px auto;
	background-color: #FFFFFF;
}
.ggxq-t{
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.ggxq-b{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	text-align: justify;
}

/*/公告详情*/
/*组织文化*/
.zz1{
	width: 1200px;
	margin: auto;
}
.zz1-1{
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.zz1-2{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 25px;
	margin-bottom: 25px;
	text-align: center;
	max-height: 75px;
	margin-bottom: 50px;
}
.zz1-3t{
	width: 460px;
	margin:60px auto;
}
.zz1-3t li{
	float: left;
	width: 100px;
	margin-left: 80px;
}
.zz1-3t li:nth-child(1){
	margin-left: 0px;
}
.zz1-3tt{
	width: 80px;
	height: 80px;
	margin:auto;
}
.zz1-3tb{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	height: 30px;
	text-align: center;
}
.zz1-3b{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	width: 400px;
	padding: 10px 0px;
	margin: auto;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.zz2{
	width: 1200px;
	margin: 80px auto;
}
.zz2-t{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin-bottom: 50px;
}
/*/组织文化*/
/*队员查询*/
.dy1{
	width: 410px;
	height: 230px;
	margin:50px auto;
}
.dy2{
	width: 700px;
	margin: auto;
	
}
.dy2-tl{
	float: left;
	width: 330px;
	height: 40px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.dy2-tr{
	float: right;
	width: 330px;
	height: 40px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.inp3{
	width: 96%;
	height: 38px;
	padding: 0 2%;
	background-color: rgba(0,0,0,0);
	outline: none;
	border: none;
}
.dy2-b{
	width: 120px;
	margin:30px auto;
}
.dy22{
	width:700px;
	margin: auto;
	
}
.button3{
	width: 120px;
	line-height: 40px;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #E60012;
	color: #FFFFFF;
	border: 1px solid #E60012;
	cursor: pointer;
	transition-duration: .5S;
}
.button3:hover{
	line-height: 40px;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #1F306E;
	color: #FFFFFF;
	border: 1px solid #1F306E;
	cursor: pointer;
	transition-duration: .5S;
}
.dy3{
	width: 1200px;
	margin: 80px auto 30px;
}
.dy3 li{

width: 1160px;
	height: 170px;
	padding: 20px;
	background-color: #F7F7F7;
	
	margin-bottom: 20px;
	transition-duration: .5s;
	clear:both
}
.dy3 li:nth-child(2n){
	margin-right: 0px;
}
.dy3-nl{
	float: left;
	width: 250px;
	border-right: 1px solid #CCCCCC;
	margin-right: 20px;
	padding-right: 20px;
	height:180px;
	line-height:24px


}
.dy3-nln-l{
	font-size: 14px;
	color: #1F306E;
	line-height: 30px;
	height: 30px;
}
.dy3-nln-r{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	height: 30px;
}
.dy3-nr{
	float:left;

	
}
.dy3-nrl{
	float: left;
	width: 100px;
}
.dy3-nrl-t{
	width: 100px;
	height: 140px;
	overflow: hidden;
}
.dy3-nrl-b{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	height: 30px;
	text-align: center;
	overflow: hidden;
}
.dy3-nrr{
	float: right;
	width: 100px;
}
.dy3-nrr-t{
	width: 100px;
	height: 180px;
	overflow: hidden;
	float:left;
	padding-right:15px;
	text-align:center
}
.dy3-nrr-b{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	height: 30px;
	text-align: center;
	overflow: hidden;
}
.dy3 li:hover{
	box-shadow: 1px 1px 5px #CCCCCC;
	transition-duration: .5s;
}
/*/队员查询*/

/*公益慈善*/
.gycs1{
	width: 1200px;
	margin: 50px auto;
}
.gycs1-t{
	font-size: 24px;
	color: #1F306E;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
}
.gycs1-b{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	text-align: justify;
	margin-bottom: 50px;
}
.gycs2{
	width: 1200px;
	margin: 50px auto;
}
.gycs2 li{
	width: 1200px;
	height: 280px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.gycs2-l {
    position: relative; /* 设置相对定位 */
    float: left;
    width: 34%;
    height: 195px;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

.gycs2-l img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.gycs2-r{
	float: right;
	width: 60%;
	padding: 5px 30px;
}
.gycs2-r1{
	font-size: 18px;
	font-weight: bold;
	color: #1F306E;
	line-height: 25px;
	margin-bottom: 20px;
}
.gycs2-r2{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	height: 50px;
	text-align: justify;
	margin-bottom: 40px;
	overflow: hidden;
}
.gycs2-r3l{
	float: left;
	width: 200px;
	font-size: 16px;
	color: #999999;
	line-height: 40px;
	height:40px;
}
.gycs2-r3r{
	float: right;
	width: 120px;
	font-size: 14px;
	color: #E60012;
	line-height: 40px;
	height:40px;
	border: 1px solid #E60012;
	border-radius: 6px;
	text-align: center;
	transition-duration: .5s;
}
.gycs2-r3r:hover{
	float: right;
	width: 120px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
	height:40px;
	border: 1px solid #E60012;
	background-color: #E60012;
	border-radius: 6px;
	text-align: center;
	transition-duration: .5s;
}
/*/公益慈善*/

/*应急产业*/
.yj1{
	width: 1200px;
	margin: 50px auto;
}
.yj1-t{
	font-size: 24px;
	color: #1F306E;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.yj1-b{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	text-align: justify;
	margin-bottom: 50px;
}
.yj2{
	width: 1200px;
	text-align: center;
	margin:40px auto;
}
.yj2nr1{
	float: left;
	width: 600px;
	height: 400px;
}
.yj2nr2{
	float: left;
	width: 540px;
	height: 280px;
	background-color: #F7F7F7;
	padding:60px 30px;
}
.yj2nr2-bt{
	width: 560px;
	height: 40px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #1F306E;
}
.yj2nr2-nr{
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	text-align: left;
	margin-bottom: 30px;
}
.yj2xx{
	width: 1200px;
	height: 100px;
	margin:30px auto;
}
.yj2xxz{
	float: left;
	width: 50px;
	height: 50px;
	margin-top: 25px;
}
.yj2xxy{
	float:right;
	width: 50px;
	height: 50px;
	margin-top: 25px;
}
.yj2xx-nr{
	float: left;
	width: 1000px;
	height: 50px;
	margin-left: 50px;
}
.yj2xx-xx{
	float: left;
	width: 80px;
	height: 80px;
	padding: 10px;
	margin-right: 12px;
}
.yj2xx-xx1{
	width: 80px;
	height: 60px;
	text-align: center;
}
.yj2xx-xx2{
	width: 80px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	color: #1F306E;
}
.yj2xx-xx3{
	float: left;
	width: 80px;
	height: 80px;
	padding: 10px;
	margin-right: 12px;	
	border: 1px solid #1F306E;
	border-radius: 10px;
}
.anniu1:link{
	font-size: 14px;
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #E60012;
	border:1px solid #E60012;
	border-radius: 5px;
}
.anniu1:visited{
	display: block;
	font-size: 14px;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #E60012;
	border:1px solid #E60012;
	border-radius: 5px;
}
.anniu1:hover{
	display: block;
	font-size: 14px;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	border:1px solid #E60012;
	border-radius: 5px;
	background-color: #E60012;
}
/*/应急产业*/

/*合作单位*/
.hz1 {
    width: 1200px;
    margin:50px auto 80px;
    clear: left;
}
.hz1-1 {
    -webkit-perspective:800;
    -moz-perspective:800;
    float: left;
    width: 280px;
    margin-right: 26px;
    margin-bottom: 30px;
}

.hz1-1:nth-child(4n){
    margin-right: 0;
}

.hz1-1n{
    width: 100%;
    height: 200px;
    -webkit-transform-style:preserve-3d;
    -webkit-transition:1.5s;
    -moz-transform-style:preserve-3d;
    -moz-transition:1.5s;
}
.hz1-1:hover .hz1-1n {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
}
.hz1-1n1{
    position: absolute;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    overflow: hidden;
    height: 200px;
}
.hz1-1n1-1{
	width: 280px;
	height: 120px;
	padding-top: 80px;
    color: white;
    line-height: 40px;
    text-align: center;
}
.hz1-1n2 {
	width: 280px;
    height: 200px;
    line-height: 200px;
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    background-color: #1F306E;
    border-radius: 15px;
}


.hz1-1n1-1 b{
color:#fff;
}


.hz2{
	width: 1200px;
	margin: auto;
}
.hz2 li{
	border-bottom: 1px dashed #CCCCCC;
	padding-top: 30px;
	padding-bottom: 30px;
}
.hz2-nl{
	float: left;
	width: 400px;
	height: 280px;
	overflow: hidden;
}
.hz2-nr{
	float:right;
	width: 750px;
	height: 230px;
	overflow: hidden;
	padding-top: 50px;
}
.hz2-nr1{
	font-size: 18px;
	color: #1F306E;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
}
.hz2-nr2{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
}
.hz2-nl img{
	transition:all 500ms linear;
}
.hz2 li:hover .hz2-nl img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
/*/合作单位*/
/*联系我们*/
.lxwm{
	width: 1200px;
	height: 110px;
    padding: 40px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.lxwm-bt{
	width: 1200px;
	height: 60px;
	text-align: center;
}
.lxwm-nr{
	width: 1200px;
	height: 50px;
	text-align: center;
}
.lxwm1{
	width: 1140px;
	height: 140px;
	margin:20px auto 60px;
	border: 1px solid #CCCCCC;
	padding: 30px;
}
.lxwm1-nr1{
	float: left;
	width: 377px;
	height: 140px;
	text-align: center;
	border-right: 1px dashed #CCCCCC;
}
.lxwm1-nr1-s{
	width: 377px;
	height: 70px;
	text-align: center;
}
.lxwm1-nr1-z{
	width: 377px;
	height: 30px;
	text-align: center;
}
.lxwm1-nr1-x{
	width: 277px;
	height: 60px;
	text-align: center;
	padding: 0px 40px;
}
.lxwm-3{
	width: 1200px;
	margin: 50px auto;
	font-size: 14px;
	color: #333333;
	line-height: 25px;

}
/*/联系我们*/

/*应急资讯*/
.yjzx{
	width: 1200px;
	margin:80px auto ;
}
.yjzx-t{
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
}
.yjzx-tl{
	float: left;
	width: 300px;
	font-size: 24px;
	color:#1F306E;
	line-height: 30px;
	height: 30px;
}
.yjzx-tr{
	float: right;
	width: 80px;
	text-align: right;
}
.yjzx-b{
	width: 1200px;
	margin:60px auto;
}
.yjzx-b li{
	margin-bottom: 20px;
	transition-duration: .5s;
}
.yjzx-b li:hover{
	box-shadow: 1px 1px 5px #CCCCCC;
	transition-duration: .5s;
}
.yjzx-bnl{
	float: left;
	width: 350px;
	height: 280px;
	padding:50px 30px;
	background-color: #F7F7F7;
}
.yjzx-bnl-1{
	margin-bottom: 10px;
}
.yjzx-bnl-11{
	font-size: 50px;
	color: #999999;
}
.yjzx-bnl-12{
	font-size: 16px;
	color: #999999;
}
.yjzx-bnl-2{
	font-size: 18px;
	color: #666666;
	line-height: 26px;
	height: 52px;
}
.yjzx-bnl-3{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 56px;
	text-align: justify;
}
.yjzx-bnr{
	float: right;
	width: 790px;
	height: 380px;
	overflow: hidden;
}
/*/应急资讯*/

/*详情页*/

.article-con{margin:50px auto}

.article-title h2{
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 15px;
	text-align: center;
}

.article-info {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-bottom: 15px;
}
.article-info span {
	margin-left: 14px;
}
.article-info span:first-child {
	margin-left: 0;
}

.article-body{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	padding: 15px 30px;
}

.article-body p{line-height:36px;margin-bottom:15px}
.article-body img{display:block;margin:5px auto}


.pro-swiper-container .container {
    margin-top: 10px;
    padding: 20px;
    /*border: 2px solid #ccc;*/
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.pro-swiper-container .top-section {
    display: flex;
    justify-content: space-between;
}

.pro-swiper-container .content-item {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.pro-swiper-container .content-item.active {
    display: flex;
}

.pro-swiper-container .large-image {
    width: 70%;
    height: 400px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.pro-swiper-container .large-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-swiper-container .text-section {
    width: 28%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pro-swiper-container .text-section h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.pro-swiper-container .text-section p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

.pro-swiper-container .text-section .btn {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.pro-swiper-container .text-section .btn a{
    color: #fff;
}



.pro-swiper-container .text-section .btn:hover {
    background-color: #0056b3;
}

.pro-swiper-container .thumbs-section {
    margin-top: 20px;
    position: relative;
}

.pro-swiper-container .swiper-container-thumbs {
    width: 100%;
    height: 140px;
}

.pro-swiper-container .swiper-container-thumbs .swiper-slide {
    width: 200px;
    height: 115px;
    cursor: pointer;
    opacity: 0.6;
}

.pro-swiper-container .swiper-container-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-swiper-container .swiper-container-thumbs .swiper-slide-active {
    opacity: 1;
    border: 2px solid #007BFF;
}

.pro-swiper-container .swiper-button-prev,
.pro-swiper-container .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.pro-swiper-container .swiper-button-prev:hover,
.pro-swiper-container .swiper-button-next:hover {
    background-color: #333;
}


