@charset "utf-8";

.banner .slick-prev,.banner .slick-next{
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
}
.banner .slick-prev{
	width: 60px;
	height: 60px;
	left: 80px;
	background: url(../img/prev.png) no-repeat center;
	background-size: cover;
}
.banner .slick-next{
	width: 60px;
	height: 60px;
	right: 80px;
	background: url(../img/next.png) no-repeat center;
	background-size: cover;
}

.banner a,.banner img{
	display:block;
	width:100%;
	height: auto !important;
}
.news{
	padding: 70px 0 35px;
	background: url(../img/news-bg.png) no-repeat center;
	background-size: cover;
}
.title{
	margin-bottom: 40px;
}
.title h2.active{
	font-size: 33px;
	color: #333333;
}
.title h2 img{
	margin-top: 15px;
	opacity: 0;
	visibility: hidden;
	display: block;
	height: 0;
	width: 0;
	transition: all 0.5s;
}
.title h2.active img{opacity: 1;visibility: visible;width: auto;height: auto;}
.title a{
	font-size: 13px;
	color: #444;
	float: right;
	line-height: 40px;
	display: block;
	position: relative;
	font-weight: bold;
}
.title a::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../img/more.png) no-repeat center;
	width: 70px;
	height: 36px;
	top: 0;
	bottom: 0;
	left: -36px;
	margin: auto;
}

.news-lb{
	float: left;
	width: 37%;
}

.news-lb img{
	width: 100%;
	height: 320px;
	object-fit: cover;
}
.news-lb .slider{
	position: relative;
	overflow:hidden;
}
.news-lb .slider:hover img{
	transform:scale(1.1);
}
.news-lb .slider p{
	position: absolute;
	bottom: 0;
	line-height: 45px;
	background: rgba(0,0,0,0.5);
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 45px;
	padding: 0 45px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-lb .slick-prev,.news-lb .slick-next{
	top: auto;
	bottom: 10px;
	width: 12px;
	height: 23px;
	z-index: 999;
}
.news-lb .slick-prev{
	background: url(../img/new-prev.png) no-repeat center;
	left: 15px;
}
.news-lb .slick-next{
	background: url(../img/new-next.png) no-repeat center;
	right: 15px;
}

.news-list{
	width: 59%;
	float: right;
}
.news-list li{
	float: left;
	width: 46%;
	background: #fff;
	margin: 20px 0;
	padding: 5px 25px 5px 55px;
	border-radius: 8px;
	position: relative;
	transition: all 0.5s ease 0s;
}
.news-list li:nth-child(2n){
	margin-left: 8%;
}
.news-list li h2{
	line-height: 25px;
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #dae1ed;
	font-weight: normal;
	transition: all 0.5s ease 0s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 55px;
	padding-bottom: 5px;
}
.news-list li a p{
	font-size: 14px;
	color: #999;
	line-height: 22px;
	height: 44px;
	transition: all 0.5s ease 0s;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 5px;
}
.news-list li .time{
	position: absolute;
	top: 19px;
	width: 76px;
	height: 76px;
	left: -36px;
	background: #fff;
	border: 1px solid #18468f;
	border-radius: 50%;
	padding: 15px 0;
	transition: all 0.5s ease 0s;
}
.news-list li .time::after{
	display: block;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/line.png) no-repeat center;
}
.news-list li .time p:first-child{
	font-size: 17px;
	text-indent: 18px;
	line-height: 1;
	margin-bottom: 8px;
	transition: all 0.5s ease 0s;
}
.news-list li .time p:last-child{
	font-size: 16px;
	line-height: 1;
	text-indent: 36px;
	transition: all 0.5s ease 0s;
}
.news-list li:hover{
	background: url(../img/news-libg.png) no-repeat center;
	background-size: cover;
	box-shadow: 0 0 5px 0 rgba(80,19,0,0.5);
}
.news-list li:hover h2{
	color: #fff;
	border-bottom: 1px solid #506993;
}
.news-list li:hover a p{
	color: #89b8fe;
}
.news-list li:hover .time{
	background: url(../img/circle.png) no-repeat center;
	border-color: transparent;
	background-size: cover;
}
.news-list li:hover .time p{
	color: #fff;
}

.activity{
	background: url(../img/activite-bg.png) no-repeat center;
	background-size: cover;
	padding: 69px 0;
}
.activity .title h2{
	color: #fff;
}
.activity .title a{
	color: #fff;
}
.activity .title a{
	display:none;
}
.activity .title a.active{
	display:block;
}
.activity .title a::before{
	background: url(../img/more2.png) no-repeat center;
}
.title h2{
	font-size: 26px;
	color: #fff;
	font-weight: normal;
	position: relative;
	cursor: pointer;
	margin-right: 35px;
	float: left;
}
.xsfc .title h2{
	color:#333333;
}
.activity .title h2::after,.xsfc .title h2::after{
	position: absolute;
	display: block;
	width:30px;
	height:4px;
	background:#fff;
	content:
	"";
	bottom: -8px;
}
.xsfc .title h2::after{
	background:#d0d0d0;
}
.title h2.active::after{
	display:none;
}
.activity .tt{
	width: 32%;
}
.activity .tt h2{
	font-size: 20px;
	color: #fff;
	margin: 25px 0;
	line-height: 35px;
}
.activity .tt p{
	font-size: 14px;
	color: #89b8fe;
	line-height: 25px;
}
.activity .tt p.zy{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.activity .tt span{
	width: 140px;
	height: 45px;
	line-height: 45px;
	background: #418bff;
	display: block;
	text-align: center;
	margin-top: 60px;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
}

.activity .list{
	width: 62%;
	padding-top: 45px;
}
.activity .list li{
	float: left;
	width: 48%;
	margin-bottom: 20px;
}
.activity .list li a{
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	border-bottom: 1px solid #1c66c3;
	display: block;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.activity .list li p{
	color: #89b8fe;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.activity .list li:nth-child(2n){
	margin-left: 4%;
}
.activity .list li:hover a{
	font-weight:bold;
}
.activity .list li a::after{
	position:absolute;
	display:block;
	content:"";
	width:0%;
	height:3px;
	background:#418bff;
	left:0;
	bottom:0;
	transition: all 0.5s;
}
.activity .list li:hover a::after{
	width:100%;
}
.activity .dome{
	display: none;
	animation: 0.8s ease 0.2s 1 normal backwards running fadeInDown;
}
.activity .dome.active{
	display: block;
}

.xsfc{
	padding: 80px 0;
	background: url(../img/xsfc-bg.png) no-repeat center;
	background-size: cover;
}
.xsfc .dome{
	display:none;
	animation: 0.8s ease 0.2s 1 normal backwards running fadeInDown;
}
.xsfc .dome.active{
	display:block;
}
.xsfc .title a{
	display:none;
}
.xsfc .title a.active{
	display:block;
}
.xscg_lb .slick-list{
	padding: 20px 0;
}
ul.xscg_lb li{
	float:left;
	width:calc(100% / 3);
	padding: 0 20px;
	box-sizing: border-box;
}
ul.xscg_lb li a{
    display: block;
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 15px 0 rgba(4,97,147,0.4);
    box-sizing: border-box;
    background: #fff url(../img/xsfc_lb_bg.png) no-repeat center;
}
ul.xscg_lb li a p.img{
    width: 100%;
    height: 260px;
    overflow: hidden;
}
ul.xscg_lb li a img{
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}
ul.xscg_lb li p.time{width: 70px;height: 70px;background: #05397f url(../img/logo_icon_bg.png) no-repeat center;border-radius: 50%;position: relative;padding: 10px 0;margin-bottom: 30px;box-sizing: border-box;}
ul.xscg_lb li p.time span{line-height: 25px;display: block;color: #fff}
ul.xscg_lb li p.time span:nth-child(1){padding-left: 10px;font-size: 18px;}
ul.xscg_lb li p.time span:nth-child(2){padding-right: 10px;text-align: right;font-size: 18px;}
ul.xscg_lb li p.time:before{content: '';width: 40px;height: 1px;background:rgba(255,255,255,.5);position: absolute;left: 50%;top: 50%;margin-left: -21px;transform:rotate(-55deg);}
ul.xscg_lb li p.tit{
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 15px 0;
	color: #000;
}
ul.xscg_lb li p.more{
    font-size: 16px;
    color: #05397f;
    line-height: 30px;
}
ul.xscg_lb li a:hover p.img img{
	transform:scale(1.2);
}
ul.xscg_lb li a:hover p.tit{
	color:#05397f;
}
ul.xscg_lb .slick-prev,ul.xscg_lb .slick-next{
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
	border-radius: 100%;
}
ul.xscg_lb .slick-prev{
	width: 60px;
	height: 60px;
	left: -80px;
	background: url(../img/prev_xscg1.png) no-repeat center;
	background-size: cover;
}
ul.xscg_lb .slick-next{
	width: 60px;
	height: 60px;
	right: -80px;
	background: url(../img/next_xscg1.png) no-repeat center;
	background-size: cover;
}
ul.xscg_lb .slick-prev:hover{
	background: url(../img/prev_xscg2.png) no-repeat center;
}
ul.xscg_lb .slick-next:hover{
	background: url(../img/next_xscg2.png) no-repeat center;
}