  @charset "utf-8";
/* CSS Document */

.p-loop{
	overflow: hidden;
	border-radius: 12px;
}

.p-inlet{
	background: #0046AD;
	height: 357px;
	border-radius: 12px;
}

.p-loop{
	position: relative;
}

.p-loop-text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height:50px;
	line-height: 50px;
	background:url("../images/loop-text.png") repeat-x;
	padding: 0 15px;
	color: #fff;
	font-size: 14px;
}

.swiper-pagination{
	position: absolute;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	z-index: 100;
}

.swiper-pagination-bullet{
	float: left;
	width: 8px;
	height: 8px;
	background: #F5F5F5;
	margin-left: 10px;
	cursor: pointer;
}

.swiper-pagination-bullet-active{
	float: left;
	background: #FFD012;
	display: inline-block;
	width: 36px;
	height: 8px;
	margin-left: 10px;
	cursor: pointer;
}

.p-inlet{
	overflow: hidden;
	padding: 0 40px;
}

.p-inlet li a{
	height: 48px;
	display: block;
	padding:9px 0;
	text-align: right;
	color: #fff;
	margin-top: 32px;
	font-size: 18px;
	border-bottom: 1px solid #fff;
	position: relative;
	text-decoration: none;
}

.p-inlet li a:hover{
	border-bottom: 1px solid #FFD012;
	position: relative;
	animation:myanimation2 0.3s linear forwards; 
}

@keyframes myanimation2{
	from{left: 0;}
	to{left: 6px;}
}

.p-inlet li a::after{
	content: "";
	position:absolute;
	width: 31px;
	height: 31px;
	left: 0;
	bottom: 10px;
}

.p-article-ct{
	padding:20px 15px;
	background: #fff;
	border-radius:8px;
	position:relative;
	
}

.p-article-ct:hover{
	position: relative;
	animation:myanimation 0.3s linear forwards; 
}

@keyframes myanimation{
	from{top:0;box-shadow: 0px 12px 13px rgba(0, 0, 0, 0);}
	to{top:-4px;box-shadow: 0px 12px 13px rgba(0, 0, 0, 0.1);}
}

.p-article-list a{
	font-size: 12px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 10px;
}

.p-article-list a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	background: #ccc;
}

.p-article-ct a:hover{
	color: #0046AD;
}

.p-article-list a:hover::after{
	content: "";
	background: #FFD012;
}

.p-article-more{
	position: absolute;
	left: 10px;
	bottom: 0;
	font-size: 12px;
	padding: 15px;
	color: #999;
	font-weight: 300;
}

.p-inlet .p-accession a::after{
	background:url("../images/inlet-icon.svg") no-repeat;
}

.p-inlet .p-financing a::after{
	background:url("../images/inlet-icon2.svg") no-repeat;
}

.p-inlet .p-selection a::after{
	background:url("../images/inlet-icon3.svg") no-repeat;
}

.p-inlet .p-join a::after{
	background:url("../images/inlet-icon4.svg") no-repeat;
}

.p-article-container{
	margin-bottom: -150px;
    overflow: hidden;
}

.p-article-mg{
	margin-top: 40px;
}

.p-article-title{
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
	position: relative;
	padding-left: 16px;
}

.p-article-title::after{
	position: absolute;
	content: "";
	width: 5px;
	height: 20px;
	left: 0;
	top:2px;
	background:url("../images/title-bg.png") no-repeat;
}

.p-article-title em{
	font-size: 20px;
	color:#D4D4D4;
	font-weight: 600;
	text-decoration: none;
	font-style: normal;
	display:inline-block;
	margin-left: 13px;
}

.p-article-ct{
	height: 230px;
}

.p-article-list li{
	margin-bottom:12px;
	font-size: 14px;
}

.p-article-list li a{
	text-decoration: none;
}

.p-article-list li a:hover{
	color: #0046AD;
	
}

.p-article-list li:last-child{
	margin: 0;
}

.p-list-bge{
	background:url("../images/lis-bge.png") no-repeat;
	height: 179px;
	background-size: 100%;
	border-radius:12px;
	overflow: hidden;
}

.p-article-position{
	position: relative;
	z-index: 10;
}

.p-list-bge-position{
	position: relative;
	top: -150px;
}

.p-information,.p-information-box{
	margin-top: 40px;
	position: relative;
	cursor: pointer;
}

.p-information-title{
	text-align: center;
	font-size: 26px;
	font-weight: 600;
}

.p-information-title-text{
	position: relative;
	display: inline-block;
}

.p-information-title-text::after{
	position: absolute;
	width: 28px;
	height: 6px;
	content: "";
	right:4px;
	bottom: -14px;
	background:url("../images/information-title.png") no-repeat;
}

.p-information-bg{
	height:140px;
	border-radius:10px;
	overflow: hidden;
	background:url("../images/information-bg.jpg") no-repeat;
	position: relative;
	background-size: 100%;
}

.p-information-bg-no2{
	background:url("../images/information-bg2.jpg") no-repeat;
	background-size: 100%;
}

.p-information-bg-no3{
	background:url("../images/information-bg3.jpg") no-repeat;
	background-size: 100%;
}

.p-information-bg-no4{
	background:url("../images/information-bg4.jpg") no-repeat;
	background-size: 100%;
}

.p-information-mask{
	width: 100%;
	height:140px;
	background: rgba(0, 70, 173, 0.8);
	position: absolute;
	left: 0;
	top:0;
	border-radius: 10px;
}

.p-information-text{
	text-align: center;
	position: relative;
	z-index: 100;
	color: #fff;
	margin-top: 16px;
}

.p-information-text strong{
	font-size: 50px;
	font-weight: 600;
}

.p-information-text em{
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	display: inline-block;
	margin-left: 6px;
}

.p-information-text-title{
	font-size: 16px;
	font-weight: 200;
}

@keyframes myanimation3{
	from{top:0;box-shadow: 0px 12px 13px rgba(0, 0, 0, 0)}
	to{top:-4px;box-shadow: 0px 12px 13px rgba(0, 0, 0, 0.1)}
}

.p-information-box:hover .p-information-mask{
	background: rgba(12, 76, 171, 0.6);
	animation:myanimation4 0.3s linear forwards; 
}

.p-inlet-box{
	position: relative;
}

.p-pop{
	display: none;
	position: absolute;
	bottom: -110px;
	left: 50%;
	width: 260px;
	margin-left: -130px;
	height: 100px;
	line-height: 100px;
	background: #0046AD;
	z-index: 1000;
	border-radius: 12px;
	color: #fff;
	text-align: center;
}

a.p-download-pdf-link{
	display: block;
	height: 106px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	background:url("https://www.21ic.com/ic-unicorn/images/p-download-pdf-bg.png") no-repeat;
	background-size: 100%;
	overflow: hidden;
	text-decoration: none;
}
a.p-download-pdf-link:hover{
	position: relative;
	animation:myanimation 0.3s linear forwards; 
	text-decoration: none;
}

.p-download-pdf-link h2{
	font-size: 14px;
	margin: 20px 0 10px;
	font-weight: 500;
}

.p-download-pdf-link span{
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
}

.p-download-pdf-link span{
	display: block;
	color: #e2e2e2;
    font-weight: 300;
}

.p-download-pdf-icon{
	position: relative;
}

.p-download-pdf-link .p-download-pdf-icon{
	display: inline-block;
	padding-right: 20px;
}

.p-download-pdf-icon::after{
	content: "";
	position: absolute;
	width: 14px;
	height: 13px;
	top:2px;
	right:0;
	background:url("https://www.21ic.com/ic-unicorn/images/p-pdf-d.svg") no-repeat;
}


@keyframes myanimation4{
	from{background: rgba(0, 70, 173, 0.8);}
	to{background: rgba(12, 76, 171, 0.6);}
}

@media (max-width: 1170px){

	
}

@media (max-width: 900px){


}

@media (max-width:768px){

}

@media (max-width:640px){

}

@media (max-width:480px){
	.p-loop{
		border-radius: 8px;
	}

	.p-inlet{
		background: none;
		padding: 0;
		border-radius: 0;
		height: auto;
		margin-top: 15px;
	}
	.p-inlet li{
		width: 50%;
		float: left;
		padding:5px;
	}

	.p-inlet li a{
		margin-top: 0;
		padding:9px 30px 9px 10px;
		background:#0046AD;
		border-bottom: 0;
		border-radius: 6px;
	}

	.p-inlet li a::after {
		left: 10px;
	}

	.p-article-mg{
		margin: 20px 0 20px;
	}

	.p-article-ct{
		margin-bottom: 20px;
	}

	.p-list-bge{
		display: none;
	}

	.p-information-box{
		margin-top: 20px;
	}

	.p-information{
		margin-top: 0;
	}

	.p-article-container{
		margin: 0;
	}

	.p-footer-logo{
		display: none;
	}

}



