@charset "utf-8";
/* CSS Document */
*{
	/* font-family: \'Noto Sans SC\',\'STHeiti Light\',\'Source Han Sans CN\',\'SimHei\', "Times New Roman",Georgia,Serif,SimHei; */
	font-family: 'Noto Sans SC';
}
/*af banner*/
.af_banner {
	height: 558px;
	width: 100%;
	background: url(../newimages/why_an2.png) no-repeat center center;
	background-size: 100% 100%;
}
.af_banner .af_banner_logo{
	display: block;
	    margin-left: 31px;
	    padding-top: 43px;
}
.af_banner .af_banner_logo img{
	
}


.banner_texts {
	width: 1190px;
	text-align: left;
	margin: 0 auto;
	/* padding-top: 125px; */
	
	
}

.banner_texts>h3 {
	font-size: 48px;
	color: #fff;
	margin-bottom: 28px;
}

.banner_texts>p {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 1.5px;
}

.banner_texts_btn {
	margin-top: 486px;
	text-align: center;
}
.banner_texts_btn a img{
	width: 800px;
}
.banner_texts_btn h5{
	font-size: 68px;
	margin: 36px auto;
}
.banner_texts_btn>a>input[type=button] {
	padding: 0px 30px;
	line-height: 45px;
	border: 2px solid #fff;
	border-radius: 30px;
	color: #fff;
	font-size: 18px;
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
}

.banner_texts_btn>a:nth-child(2) {
	margin-left: 10px;
}

.banner_texts_btn>a>input[type=button].btn_active {
	background-image: linear-gradient(180deg, #ffc837 0%, #ff8008 100%),
		linear-gradient(0deg, #ff8008 0%, #ffc837 100%);
	color: white;
	border: 0;
}

.banner_texts_btn>a>input[type=button]:hover {
	background: #fff;
	color: #ff8008;
}

/*af manage*/
.af_manage {
	background: #fff;
	width: 100%;
	
}

.af_manage_center,
.af_aptitude_center,
.af_condition_center,
.af_consult_conter,
.af_reg_center{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.af_manage_texts {
	float: left;
	color: #000;
}

.af_adtop,
.af_madtops {
	text-align: center;
	margin-bottom: 30px;
}

.af_adtop>h4,
.af_madtops>h4 {
	font-size: 28px;
	margin-top: 40px;
	color: #000;
	font-weight: bold;
}

.af_adtop>p,
.af_madtops>p,
.af_condition_center>p,
.af_conadtop>p {
	color: #ccc;
	margin-bottom: 20px;
}

.af_manage_texts>p {
	font-size: 14px;
	width: 540px;
	line-height: 25px;
	color: #333;
}

.af_manage_flow {
	margin-top: 30px;
}

.af_manage_flow>div {
	font-size: 16px;
}

.af_manage_flow>div>span,
.af_manage_flow .af_textsubt {
	color: #000;
	font-weight: bold;
}

.af_manage_flow>div>img {
	margin-top: 20px;
	width: 550px;
	height: 60px;
}

.af_manage_img {
	float: right;
	margin-right: 5px;
}

.af_manage_img>img {
	width: 358px;
	height: 220px;
}
/* af_youdian 客户赞誉的三大优点*/
.af_youdian{
	background: #FFFBFA;
	width: 100%;
}
.af_youdian h2{
	color: #181818;
	font-size: 28px;
	margin: 80px auto 28px;
	text-align: center;
	font-weight: 500;
}
.af_youdian ul{
	
}
.af_youdian ul li{
	    display: inline-block;
	    width:380px;
	    height: 260px;
	    margin-right: 20px;
	    margin-bottom: 60px;
	    position: relative;
	    cursor: pointer;
	    float: left;
		transition: all .5s;
}
.af_youdian ul li h3{
	margin: 60px 0px 28px 72px;
	color: #181818;
	font-size: 24px;
	font-weight: 500;
}
.af_youdian ul li p{
  margin: 0px 0px 0px 72px;
	line-height: 36px;
	font-size: 18px;
  color: #756663;
	font-weight: 400;
}
.af_youdian ul li img{
	height: 100%;
}
.af_youdian ul li .img2{
	display: none;
}
.af_youdian ul li:hover .img1{
	display: none;
}
.af_youdian ul li:hover .img2{
	display: block;
}


.af_youdian ul li div{
	position: absolute;
	    top: 0;
	    left: 0;
	    background-color: rgba(5, 5, 25, 0.8);
	    width: 100%;
	    height: 100%;
	    color: #fff;
		text-align: center; 
		opacity: 0;
		transition: all .5s;
}
.af_youdian ul li:hover div{
	opacity: 1;
}


/*af aptitude*/
.af_aptitude {
	/* height: 460px; */
	width: 100%;
	background-color: #fff;
	/* background: url(../newimages/welfare_bg.png) no-repeat center center; */
    
}
.af_aptitude .af_aptitude_center{
	
}
.af_aptitude h2{
	font-size: 28px;
	margin: 80px auto 60px;
	text-align: center;
	font-weight: 500;
}
.af_aptitude ul li{
	background-size: 100% 100%;
	display: inline-block;
	width:100%;
	height: 267px;
	margin-bottom: 80px;

}
.af_aptitude ul .li1 p,.af_aptitude ul .li1 em{
	/* padding-left: 490px; */
  margin-left: 490px;
}
.af_aptitude ul .li2{
	padding-left: 108px;
}
.af_aptitude ul li p{
   margin-top: 72px;
	 margin-bottom: 39px;
	 width: 553px;
	display: block;
	font-size: 28px;
font-weight: 500;
color: #181818;
}
.af_aptitude ul li em{
	width: 553px;
	display: inline-block;
	line-height: 34px;
	font-size: 18px;
font-weight: 400;
color: #756663;
}
/* .af_aptitude .af_aptitude_img1{
	height: 360px;
	margin-bottom: 20px;
}
.af_aptitude .af_aptitude_img1 img{
	width: 100%;
	height: 100%;
}
.af_aptitude .af_aptitude_img2{
	height: 360px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.af_aptitude .af_aptitude_img2 img{
	width: 49%;
	height: 100%;
} */

/*af condition*/
.af_condition {
	background: url(../newimages/why_an14.png) no-repeat center center;
	height: 776px;
	width: 100%;
	margin-bottom: 60px;
}
.af_condition h2{
	font-size: 28px;
	margin-top: 80px;
	text-align: center;
color: #181818;
line-height: 36px;
font-weight: 500;
}
.af_condition ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.af_condition ul li{
	display: inline-block;
	    width: 15%;
	    height: 100px;
	    border: solid 1px #e7e7e7;
	    margin-right: 13px;
	    margin-bottom: 18px;
	    position: relative;
	    cursor: pointer;
	    float: left;
}
.af_condition ul li:nth-child(6n){
   margin-right: 0!important;
}
.af_condition ul li img{
	display: block;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	
}
/* 注册上面的列表 */
.af_reg {
	width: 100%;
	background: url(../newimages/why_an9.png) no-repeat center center;
	background-size: 100% 100%;
	height: 468px;
	width: 100%;
}
.af_reg .af_reg_center>p{
	font-size: 18px;
	color: #756663;
	margin: 10px auto 20px;
	/* text-align: center; */
	line-height: 36px;
	font-weight: 500;
}
.af_reg h2{
	font-size: 36px;
	margin: 80px auto 37px;
	text-align: center;
	font-size: 28px;
color: #181818;
line-height: 36px;
font-weight: 500;
}
.af_reg ul{
	display: flex;
	    /* justify-content: center; */
}
.af_reg ul li{
	    display: flex;
			align-items: center;
	    width:282px;
	    height: 120px;
	    margin-right: 24px;
	    margin-bottom: 18px;
	    position: relative;
	    cursor: pointer;
	    float: left;
			background: linear-gradient(0deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
border-radius: 6px;
}
.af_reg ul li:hover{
	box-shadow: 0px 0px 30px 0px #e4e8ec;
	border: 1px solid transparent;
}
.af_reg ul li p{
  color: #181818;
	font-size: 18px;
	font-weight: 500;
}
.af_reg ul li img{
	width:60px;
	height: 60px;
	padding: 30px 25px 30px 51px;
	/* margin: 0 auto; */
	    display: block;
}

/*af af_reg_list注册*/
.af_reg_list {
	/* height: 393px; */
	width: 100%;
	/* background: url(../newimages/why_andou13.png) no-repeat center center; */
	background: #FFFCFB;
}
.af_reg_list .af_reg_title{
	font-size: 28px;
    padding-top: 80px;
		margin-bottom: 5px;
    text-align: center;
    color: #181818;
    line-height: 36px;
		font-weight: 500;
}
.af_reg_list .af_reg_center{
	background: url(../newimages/why_an15.png) no-repeat center center;
	padding-bottom: 30px;
	height: 445px!important;
}
.af_reg_list .af_reg_form{
	margin-top: 68px;
	display: flex;
    justify-content: center;
}
.af_reg_list .af_reg_item{
	margin-bottom: 24px;
}
.af_reg_list .af_reg_item label{ 
	width: 150px;
	/* display: inline-block; */
	text-align: right;
	font-size: 24px;
	color: #FC4C02;
}
.af_reg_list .af_reg_item label em{ 
	color: #FC4C02;
}
.af_reg_list .af_reg_item label .em1{ 
	text-align-last:justify;
	text-align:justify;
	/* 这行必加，兼容ie浏览器 */
	text-justify:distribute-all-lines; 
	width: 120px;
    display: inline-block;
		font-weight: 500;
}
.af_reg_list .af_reg_item input{
	padding-left: 10px;
	font-size: 20px;
}
.af_reg_list .af_reg_itemtel{
	display: flex;
}
.af_reg_list .af_reg_item .af_reg_itemcode{
	display: flex;
	margin-left: 5px;
}
.af_reg_list .af_reg_item .af_reg_input{ 
	width: 570px;
	height: 54px;
	border: 1px solid #FC4C02;
	border-radius: 4px;
	outline: none;
	font-size: 18px;
    color: #756663;
}
.af_reg_list .af_reg_item .af_reg_input_btn{ 
	width: 144px;
	height: 50px;
	line-height: 50px;
	background: #FFFFFF;
	border-radius: 4px;
	display: inline-block;
	color: #999;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #999999;
	margin-left: 10px;
}
.af_reg_list .form_btn{
	color: #fff;
	width:250px;
	height: 50px;
	background: #FC4C02;
	border: none;
	font-size: 22px;
	display: block;
	margin: 0 auto;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 30px;
}
.af_reg_list .af_reg_item .af_reg_input2{ 
	width: 385px;
	height: 50px;
	border: 1px solid #999999;
}

/* af_bottom */
.af_bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
}



.tijiao {
	text-align: center;
}

.tijiao>button {
	background-image: linear-gradient(to right, #fb3c34, #ff8a41);
	border: none;
	border-radius: 10px;
	width: 300px;
	height: 50px;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	outline: none;
	margin-top: 20px;
}

.enitemErr {
	font-size: 12px;
	color: #e33c33;
	line-height: 20px;
	padding: 0 20px 0 39px;
	position: relative;
	background-color: #fff;
	text-align: left;
	opacity: 0;
}

.enitemErr::before {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background: url(../newimages/lww_errorss.png)no-repeat center;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.selected_text {
	position: relative;
}

.selected_text::after {
	content: '';
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 19px;
	height: 10px;
	transform: translateY(-50%);
	background: url(../newimages/af_select_down.png) no-repeat right center;
}
