/* 加载动画 end */
*{
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
}
#home {
    box-sizing: border-box;
    padding: 30px 0px 0px 0px;
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/bg.png) #a5d8ff top center no-repeat;
    /* background-size: 100% 100%; */
}

.header{
    /* padding: 0 20px; */
	position: relative;
	padding: 0 25px;
}
.top-t{
	top: -30px;
	position: absolute;
	margin-left: calc(50% - (239px / 2));
}

.logo_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.logo{
    display: block;
    /* width: 60%; */
}

.logo img{
    width: 100%;
}

.link {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
	position: absolute;
	right: 25px;
	top: 80px;
	width: 132px;
	height: 31px;
	border-radius: 100px;
	background: #1C5FD5;
	text-align: center;
}

.link:hover {
    color: #e6a210;
    transition: all 0.3s ease;
}

.head_con {
    margin-top: 65px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.zcjd{
	width: 226px;
	height: 50px;
	border-radius: 121.99px;
	opacity: 1;
	background: linear-gradient(180deg, #1C87D4 0%, #1B41D6 100%);
	font-family: 'AlibabaPuHuiTi';
	font-size: 33.27px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	letter-spacing: 0.13em;
	color: #FFFFFF;
	margin-top: 20px;
}

.con {
    box-sizing: border-box;
    margin-top: 370px;
    text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 25px;
}

.item-title-bg{
	width: 700px;
	height: auto;
	border-radius: 20px;
	opacity: 1;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 20px;
	margin-bottom: 34px;
	position: relative;
}
.item-title-bg::before{
	content: ""; /* 伪元素必须有 content（空值也可） */
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  border-radius: 20px; /* 和原 div 圆角大小一致 */
	  padding: 3px; /* 这部分 padding 对应原样式的边框宽度 3px */
	  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 66%, #FFFFFF 100%);
	  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	  -webkit-mask-composite: xor;
	  mask-composite: exclude; /* 关键：隐藏内容区域的背景，只保留边框区域 */
	  z-index: auto; /* 让伪元素在原 div 下方 */
}
.item-pannel{
	border-radius: 20px;
	opacity: 1;
	background: #FFFFFF;
	padding: 30px 25px 30px 25px ;
}
.item-title{
	font-family: 'Source Han Sans';
	font-size: 44px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	color: #FFFFFF;
	background: url(../images/t-img-1.png) center no-repeat;
	width: 345px;
	height: 73px;
	margin: 0 auto;
	margin-top: -30px;
	margin-bottom: 20px;
}
.item-title-1{
	width: 600px;
	height: 48px;
	border-radius: 111px;
	opacity: 1;
	background: linear-gradient(180deg, #C1D8ED 0%, #FFFFFF 100%);
	margin-top: 40px;
	margin-bottom: 30px;
}
.item-title-1 span{
	width: 276px;
	height: 60px;
	opacity: 1;
	display: block;
	background: url(../images/t-img-2.png) left no-repeat;
	font-family: 'Source Han Sans';
	font-size: 34px;
	font-weight: 900;
	line-height: 60px;
	text-align: justify; /* 浏览器可能不支持 */
	letter-spacing: 0.06em;
	color: #FFFFFF;
	padding-left: 22px;
}
.item-text{
	font-family: 'Source Han Sans';
	font-size: 24px;
	line-height: 40px;
	text-align: justify; /* 浏览器可能不支持 */
	letter-spacing: 0.06em;
	color: #052947;
	text-indent: 2em;
}
.item-text span{
	font-family: 'Source Han Sans';
	font-weight: 900;
	font-size: 24px;
	color: #052947;
}
.item-list1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item-list1 li{
	width: calc(100% / 2 - 20px);
	margin-bottom: 16px;
	margin-right: 20px;
}
.item1-list1 li:nth-child(2n){
	margin-right: 0px;
}

.item-list2{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.item-list2 li{
	width: 100%;
	margin-bottom: 46px;
}
.item-list2 li:last-child{
	margin-bottom: 0;
}
.item-list2 li img{
	margin-left:-10px;
}

.item-list3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item-list3 img:nth-child(2n){
	margin-right: 0px;
}
.item-list3 img{
	width: calc(100% / 2);
	margin-bottom: 27px;
}
.item-list3 img:first-child,.item-list3 img:nth-child(3){
	margin-left: -12px;
}


footer {
    padding: 10px 0 ;
    box-sizing: border-box;
    height: 300px;
    font-weight: bold;
	background: #0b54a2;
}

.f_link {
    margin-bottom: 20px;
    font-size: 34px;
    color: #fff;
    text-align: center;
}

.f_link a {
    margin: 0 20px;
    font-size: 34px;
    color: #fff;
}
footer p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 42px;
}

footer a {
    font-size: 24px;
    color: #fff;
    transition: all .3s ease;
}

footer a:hover {
    color: #CC1206;
    transition: all .3s ease;
}

.zfjc {
    display: block;
    width: 122px;
    height: 61px;
}

.dzjg {
    margin-left: 40px;
    display: block;
    width: 72px;
}

.link_p {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}