@charset "utf-8";
.header_nav .header_navcLassification .lassification{
	display: none;
}
.notching {
   width: 830px;
   height: 830px;
   background-image: url(../images/card/card_bg.png);
   margin: auto;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 60px;
}
.notching .notching_box{
	 animation:none;
	 width: 320px;
	 margin: auto;
	 position: relative;
	 /* left: 30px; */
	 text-align: center;
	 padding-top: 21px;
}
.notching .notching_box .h1{
	font-size: 47px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #205AEE;
}
.notching .notching_box .p{
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #71798C;
}
/* @-webkit-keyframes changeright{       
	0%{-webkit-transform:rotate(0deg);}
	50%{-webkit-transform:rotate(180deg);}
	100%{-webkit-transform:rotate(360deg);}
} */
.card_title{
	text-align: center;
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #71798C;
}
.card_subTitle{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #9EA5B8;
	text-align: center;
	margin-top: 20px;
}
.cadCon{
	padding: 70px 0 100px;
}
.card_user{
	background-image: url(../images/card/card_ge.png);
	padding: 150px 0 0px;
}
.container_left{
	
padding-top: 95px;
}
.container_left .title{
	
font-size: 30px;
	
font-family: Microsoft YaHei;
	
font-weight: bold;
	
color: #72788C;
	
margin-bottom: 50px;
}
.container_left .li{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #72788C;
	margin-bottom: 20px;
}
.container_left .li span{
	width: 10px;
	height: 10px;
	border: 2px solid #1043E8;
	border-radius: 50%;
	display: inline-block;
}
.container_left .card_userAbt{
	width: 155px;
	height: 50px;
	border: 1px solid #205AEE;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1042E8;
	margin-top: 30px;
}
.card_user1{
	background: #fff;
	padding: 70px 0 20px;
}
.card_user2{
	background-image: url(../images/card/card_bgBt.png);
	padding: 107px 0 80px;
}
.card_user2 .container_left .li{
	color: #FFFFFF;
}
.card_user2  .container_left .title{
	color: #FFFFFF;
}
.card_user2 .container_left .li span {
    border: 2px solid #fff;
}
.card_user2 .container_left .card_userAbt {
    color: #fff;
	border: 1px solid #fff;
}
.card_bottom{
	padding: 90px 0 100px;
}
.card_bottomCon{
	width: 1130px;
	height: 366px;
	background-image: url(../images/card/card_bottom.png);
	margin: auto;
	margin-top: 100px;
	position: relative;
}
.card_bottomCon .li{
	width: 100px;
	height: 43px;
	background: #72D268;
	border-radius: 10px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	text-align: center;
	line-height: 43px;
	position: absolute;
	transition: all 0.5s;
}
.card_bottomCon .li:hover{
	transform: translateY(-20px);
}
.card_bottomCon .li::before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color:  #72D268;
	left: 0;
	right: 0;
	margin: auto;
	/* text-align: center; */
	bottom: -10px;
}
.card_bottomCon .li::after{
	content: "";
	position: absolute;
	width: 11px;
	height: 5px;
	background: #72D268;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -15px;
	box-shadow: 0 0 0 3px #C2E1BF;
}
.card_bottomCon .li1{
	background: #72D268;
	top: 32px;
	left: 200px;
}
.card_bottomCon .li1::before{
	border-top-color:  #72D268;
}
.card_bottomCon .li1::after{
	background: #72D268;
	box-shadow: 0 0 0 3px #C2E1BF;
}

.card_bottomCon .li2{
	background: #4ED4FF;
	right: 537px;
}
.card_bottomCon .li2::before{
	border-top-color:  #4ED4FF;
}
.card_bottomCon .li2::after{
	background: #4ED4FF;
	box-shadow: 0 0 0 3px #C0F0FF;
}

.card_bottomCon .li3{
	background: #FFC21C;
	right: 388px;
}
.card_bottomCon .li3::before{
	border-top-color:  #FFC21C;
}
.card_bottomCon .li3::after{
	background: #FFC21C;
	box-shadow: 0 0 0 3px #FFE5B0;
}

.card_bottomCon .li4{
	background: #FF60AE;
	right: 54px;
	top: 31px;
}
.card_bottomCon .li4::before{
	border-top-color:  #FF60AE;
}
.card_bottomCon .li4::after{
	background: #FF60AE;
	box-shadow: 0 0 0 3px #FFCCE6;
}



.card_bottomCon .li5{
	background: #FFC21C;
	left: 358px;
	top: 45px;
}
.card_bottomCon .li5::before{
	border-top-color: #FFC21C;
}
.card_bottomCon .li5::after{
	background: #FFC21C;
	box-shadow: 0 0 0 3px #FFE49A;
}



.card_bottomCon .li6{
	background: #269EFF;
	right: 247px;
	top: 72px;
}
.card_bottomCon .li6::before{
	border-top-color:  #269EFF;
}
.card_bottomCon .li6::after{
	background: #269EFF;
	box-shadow: 0 0 0 3px #8BCEFC;
}

.card_bottomCon .li7{
	background: #0096FF;
	bottom: 181px;
	left: 205px;
}
.card_bottomCon .li7::before{
	border-top-color:  #0096FF;
}
.card_bottomCon .li7::after{
	background: #0096FF;
	box-shadow: 0 0 0 3px #A0D8FF;
}

.card_bottomCon .li8{
	background: #EF7A84;
	right: 323px;
	top: 150px;
}
.card_bottomCon .li8::before{
	border-top-color:  #EF7A84;
}
.card_bottomCon .li8::after{
	background: #EF7A84;
	box-shadow: 0 0 0 3px #FCC6CB;
}

.card_bottomCon .li9{
	background: #7EA6FD;
	right: 500px;
	bottom: 104px;
}
.card_bottomCon .li9::before{
	border-top-color:  #7EA6FD;
}
.card_bottomCon .li9::after{
	background: #7EA6FD;
	box-shadow: 0 0 0 3px #C6D8FF;
}

.card_bottomCon .li10{
	background: #AE4EFF;
	bottom: 60px;
	right: 200px;
}
.card_bottomCon .li10::before{
	border-top-color:  #AE4EFF;
}
.card_bottomCon .li10::after{
	background: #AE4EFF;
	box-shadow: 0 0 0 3px #DAAEFF;
}

.card_bottomCon .li11{
	background: #00EAFF;
	right: 0;
	bottom: 131px;
}
.card_bottomCon .li11::before{
	border-top-color:  #00EAFF;
}
.card_bottomCon .li11::after{
	background: #00EAFF;
	box-shadow: 0 0 0 3px #97F7FF;
}

.card_bottomCon .li12{
	background: #FF8E1E;
	top: 234px;
	left: 250px;
}
.card_bottomCon .li12::before{
	border-top-color:  #FF8E1E;
}
.card_bottomCon .li12::after{
	background: #FF8E1E;
	box-shadow: 0 0 0 3px #FFCC9A;
}

.card_bottomCon .li13{
	background: #5CD4D0;
	bottom: 100px;
	left: 57px;
}
.card_bottomCon .li13::before{
	border-top-color:  #5CD4D0;
}
.card_bottomCon .li13::after{
	background: #5CD4D0;
	box-shadow: 0 0 0 3px #B1EBEA;
}

.card_bottomCon .li14{
	background: #72D268;
	top: 125px;
	left: -43px;
}
.card_bottomCon .li14::before{
	border-top-color:  #72D268;
}
.card_bottomCon .li14::after{
	background: #72D268;
	box-shadow: 0 0 0 3px #C2E1BF;
}