@charset "utf-8";
/* CSS Document */

.new_lb{
	width: 626px;
	height: 352px;
    position: relative;
    float: left;
}

.new_lb_li{
    width: 626px;
	height: 352px;
    position: relative;
}
.new_lb_li a{
    display: block;
}
.new_lb_li .imgs{
    width: 626px;
	height: 352px;
	object-fit: cover;
}
/*.new_lb_li .imgs img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/
.new_lb_li .texts{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .8) !important;
    color: #fff;
    font-size: 16px;
    /*font-weight: bold;*/
    line-height: 40px;
    height: 40px;
    padding: 0 140px 0 24px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_lb_pagination{
    position: absolute;
    right: 24px;
    bottom: 14px;
    z-index: 2;
}
.new_lb_pagination .swiper-pagination-switch{
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 10px;
    float: left;
    margin: 0 5px;
    transition: all 0.3s;
    cursor: pointer;
}
.new_lb_pagination .swiper-active-switch{
    background-color: rgba(255, 255, 255, 1);
    width: 30px;
}


/*首页新闻*/
.new_r{
	float: right;
	width: 550px;
	position: relative;
}
.nav_t {
	background-color: #F6F6F6;
	position: relative;
}
.nav_t li{
	display: inline-block;
	line-height: 45px;
	padding: 0 20px;
	font-size: 18px;
}
.nav_t li.on{
	color: #fff;
	background: #CB0000;
}
.tab_nav li,
.tab_nav2 li,
.tab_nav3 li{
	cursor: pointer;
}
.in_new{
	padding-top: 8px;
}
.in_new li{
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	padding: 5px 70px 5px 20px;
}
.in_new li::after{
	content: '•';
	position: absolute;
	left: 0;
}
.in_new li::after,
.in_new time{
	top: 5px;
}
.in_new li a{
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.in_new time{
	position: absolute;
	right: 0;
	color: #777;
}

.tab_nr{
	display: none;
}
.tab_nr.on{
	display: block;
}

/*更多*/
.tab_more{
	position: absolute;
	top: 12px;
	right: 15px;
	color: #888;
}
.lm_more{
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 15px;
	color: #888;
}

/*业务系统*/
.in_icon_box{
	border: 1px solid #e1e1e1;
	height: 360px;
	padding-top: 20px;
	padding-left: 10px;
}
.in_icon_box li{
	width: 120px;
	float: left;
	text-align: center;
	margin: 20px 10px 0;
	font-size: 16px;
}
.in_icon_box li .img{
	margin: 0 auto;
	width: 78px;
	height: 78px;
	margin-bottom: 10px;
	position: relative;
	transition: all .3s;
}
.in_icon_box li .img img{
	width: 45px;
	position: absolute;
	left: 16px;
    top: 50%;
    transform: translateY(-50%); 
}
.icon_yewu li .img{
	background: #0065AB;
	border-radius: 7px;
}
.icon_chaxun .img{
	background: #359D81;
	border-radius: 50%;
}
.in_icon_box li a{
	display: block;
}
.icon_yewu a:hover .img{
	background: #2a8fd4;
}
.icon_chaxun a:hover .img{
	background: #44c3a2;
}


/*首页法律法规*/
.in_falv{
	width: 785px;
	float: left;
	position: relative;
	border: 1px solid #ddd;
}
.nav2_t{
	text-align: right;
	line-height: 34px;
	margin-top: 20px;
}
.nav2_t li{
	display: inline-block;
	border-radius: 100px;
	padding: 0 15px;
}
.nav2_t li.on{
	background: rgba(171, 0, 0, .15);
}
.nav2_t li a{
	display: block;
}
.nav2_t li a:hover{
	color: #ab0000;
}
.in_falv .in_new{
	padding: 10px 20px 20px;
}
.in_falv .in_new li{
	padding: 5px 20px 5px 20px;
}

/*切换*/
.tab_nr2{
	display: none;
}
.tab_nr2.on{
	display: block;
}
.tab_nr3 ul{
	display: none;
}
.tab_nr2 ul.on{
	display: block;
}

/*首页专题*/
.in_zt{
	width: 392px;
	float: right;
}
.in_zt_li{
	border: 1px solid #e1e1e1;
	padding: 20px;
}
.in_zt_li li{
	height: 92px;
	margin-top: 15px;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid #D5D5D5;
	transition: all .5s;
}
.in_zt_li li:first-child{
	margin-top:0;
}
.in_zt_li li:hover{
	border: 1px solid #B71313;
}
.in_zt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.in_zt a:hover img{
	transform: scale(1.05);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.in_kf{
	height: 100px;
	margin-top: 15px;
	border-radius: 8px;
	font-size: 25px;
	overflow: hidden;
}
.in_kf img{
	width: 100%;
	height: 100%;
}
.in_kf a{
	display: block;
}

/*相关链接*/
.in_link{
	background: #f6f6f6;
	padding: 20px 0;
	line-height: 2.5em;
	font-size: 16px;
}
.in_link h3{
/*	display: inline-block;*/
	float: left;
	color: #cb0000;
}
.link_a{
	display: table;
}
.link_a a{
	margin-left: 50px;
	white-space: nowrap;
}

/*Foot 弹出框链接*/
.Ft_link .Ft_li{
	float: left;
	position: relative;
	width: 32%;
	height: 46px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding-left: 15px;
	margin-right: 1.5%;
}
.Ft_link .Ft_li:last-child{
	margin-right: 0;
}
/*
.Ft_link .Ft_li .jt{
	background: url(ccrc_2025_navjt.png) no-repeat;
	width: 14px;
	height: 14px;
	background-size: 100% 100%;
	cursor: pointer;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: 10px;
	display: none;
}
.Ft_link .Ft_li .jt.hover{
	background-image: url(ccrc_2025_navjt_hover.png);
}
*/
.Ft_link .Ft_li h3{
	font-size: 16px;
	color: #333;
	display: block;
	line-height: 44px;
	cursor: pointer;
	background: url(ccrc_2025_navjt.png) right center no-repeat;
	margin-right: 10px;
}
.Ft_link .Ft_li:hover h3{
	background-image: url(ccrc_2025_navjt_up.png)
}
.Ft_link_list{
	display: none;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding-top: 10px;
	line-height: 40px;
	height: 180px;
	overflow-y: auto;
	overflow-x: hidden;
	
	position: absolute;
	bottom: 45px;
	left: 0;
	right: 0;
	z-index: 999;
}
.Ft_link_list a{
	font-size: 15px;
	display: block;
	padding: 0 15px;
}
.Ft_link_list a:hover{
	background: #004ea1;
	color: #fff;
}
.Ft_link .Ft_li:hover .Ft_link_list{
	display: block;
}

/*弹出框链接结束*/


/*20250928增加*/
.in_zt_li li{
	border: 1px solid #D5D5D5;
	transition: all .5s;
}
.in_zt_li li:hover{
	border: 1px solid #B71313;
}
.in_banner,
.in_ztlb{
	position: relative;
}
.in_banner img,
.in_ztlb img{
	width: 100%;
	object-fit: cover;
}
.in_ztlb{
	height: 120px;
	overflow: hidden;
}
.in_ztlb img{
	height: 120px;
}
.in_banner .lb2_pagination,
.in_ztlb .lb3_pagination{
	position: absolute;
	bottom: 15px;
	right: 15px;
    z-index: 2;
}
.swiper-pagination-switch{
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 10px;
    float: left;
    margin: 0 5px;
    transition: all 0.3s;
    cursor: pointer;
}
.swiper-active-switch{
    background-color: rgba(255, 255, 255, 1);
    width: 30px;
}
.in_ztlb .prev,
.in_ztlb .next{
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .3);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 45px;
	z-index: 2;
    transition: all 0.3s;
}
.in_ztlb .prev{
	left: 20px;
	background-image: url(20250908-jt_prev.png);
}
.in_ztlb .next{
	right: 20px;
	background-image: url(20250908-jt_next.png);
}
.in_ztlb .prev:hover,
.in_ztlb .next:hover{
	background-color: rgba(255, 255, 255, .6);
}
@media screen and (max-width: 1440px){
	.swiper-pagination-switch{
		width: 8px;
		height: 8px;
		margin: 0 3px;
	}
	.swiper-active-switch{
		width: 20px;
	}
	.in_ztlb{
		height: 100px;
	}
	.in_ztlb img{
		height: 100px;
	}
	.in_ztlb .prev,
	.in_ztlb .next{
		width: 24px;
		height: 24px;
		top: 38px;
	}
}

/*20250928增加 结束*/

@media screen and (max-width: 1440px) {
	.new_lb{
		width: 520px;
		height: 338px;
	}

	.new_lb_li{
		width: 520px;
		height: 338px;
	}
	.new_lb_li .imgs{
		width: 520px;
		height: 338px;
	}
	.new_lb_li .texts{
		font-size: 15px;
		line-height: 48px;
		height: 48px;
		padding: 0 100px 0 24px;
	}
	.new_lb_pagination{
		right: 15px;
		bottom: 20px;
	}
	.new_lb_pagination .swiper-pagination-switch{
		width: 8px;
		height: 8px;
		margin: 0 3px;
	}
	.new_lb_pagination .swiper-active-switch{
		width: 20px;
	}


	/*首页新闻*/
	.new_r{
		width: 460px;
	}
	.nav_t li{
		line-height: 40px;
		padding: 0 15px;
		font-size: 15px;
	}
	.in_new{
		padding-top: 8px;
	}
	.in_new li{
		position: relative;
		font-size: 14px;
		padding: 3px 55px 3px 15px;
	}
	.in_new li::after,
	.in_new time{
		top: 3px;
	}
	.in_new li a{
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.tab_nr{
		display: none;
	}
	.tab_nr.on{
		display: block;
	}

	/*更多*/
	.tab_more{
		position: absolute;
		top: 10px;
		right: 15px;
		color: #888;
		font-size: 14px;
	}
	.lm_more{
		font-size: 14px;
	}

	/*业务系统*/
	.in_icon_box{
		border: 1px solid #e1e1e1;
		height: 300px;
		padding-top: 5px;
		padding-left: 10px;
	}
	.in_icon_box li{
		width: 100px;
		height: 120px;
		margin: 20px 8px 0;
		font-size: 13px;
	}
	.in_icon_box li .img{
		width: 66px;
		height: 66px;
		margin-bottom: 8px;
	}
	.in_icon_box li .img img{
		width: 36px;
		left: 15px;
	}


	/*首页法律法规*/
	.in_falv{
		width: 652px;
	}
	.nav2_t{
		line-height: 30px;
		margin-top: 15px;
	}
	.nav2_t li{
		font-size: 14px;
	}
	.in_falv .in_new{
/*		padding: 10px 20px 20px;*/
	}
	.in_falv .in_new li{
/*		padding: 5px 20px 5px 20px;*/
	}
/*首页法律法规*/

	

	/*首页专题*/
	.in_zt{
		width: 326px;
	}
	.in_zt_li{
		padding: 16px;
	}
	.in_zt_li li{
		height: 76px;
		margin-top: 15px;
	}
	.in_kf{
		height: 84px;
		margin-top: 15px;
		font-size: 20px;
	}
	/*相关链接*/
	.in_link{
		background: #f6f6f6;
		padding: 15px 0;
		line-height: 2.5em;
		font-size: 14px;
	}
	.link_a a{
		margin-left: 30px;
		white-space: nowrap;
	}

	/* Foot 弹出框链接*/
	.Ft_link .Ft_li{
		height: 40px;
		padding-left: 12px;
	}
	.Ft_link .Ft_li h3{
		font-size: 14px;
		line-height: 36px;
		margin-right: 10px;
	}
	.Ft_link_list{
		height: 160px;
		line-height: 35px;

		bottom: 39px;
	}
	.Ft_link_list a{
		font-size: 14px;
	}
	
}


.side-window {
	position: fixed;
	top: 225px;
	right: calc((100% - 1200px) / 2 - 160px);
}
.side-window .side-item { 
	position: relative;
	margin-bottom: 33px;
}
.side-window .side-item img {
	display: block;
	/* visibility: hidden; */
}
.side-window .side-item .close-con {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	background: url(ccrc2607_sideClose.png) no-repeat center;
	cursor: pointer;
}
@media screen and (max-width: 1440px){
	.side-window .side-item img {
		width: 80px;
	}
	.side-window {
		position: fixed;
		top: 225px;
		right: calc((100% - 1000px) / 2 - 140px);
	}
}