
html {
  scroll-behavior: smooth;
}
header{
	background-color: #1B1919;
}
header .nav_list{
    color:#fff;
	font-size: 18px;
}
header .nav_list a{
    margin-right: 60px;
}
header .nav_list a:hover,header .nav_list a.active{
	color:#E10449;
	transition: all 0.3s ease-in-out;
}
main .content{
    width: 1400px;
    margin: 0 auto;
	padding: 90px 0;
}
main .content .title{
    font-size: 50px;
    margin-bottom: 50px;
}
main .content .title h2{
    color:#000;
	margin-bottom: 15px;
}
main .content .title span{
   	color:#ccc
}
main .content .detail{
   	width: 1200px;
	margin: 0 auto;
}


.kflc .process_item > .process_body {
	width: 235px;
	height: 200px;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
	transition: all 0.3s ease;
}
.kflc .process_item > .process_body .step{
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	height: 70px;
	background-color: #E10449;
	color: #fff;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.kflc .process_item > .process_body .process_content{
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: #171717;
	margin-top: 20px;
}
.kflc .process_item > .process_body .process_content img{
	margin: 0 auto;
	margin-bottom: 10px;
}
.kflc .process_item .process_body:hover{
	margin-top: -20px;
}

.al .detail{
	display: flex;
}
.al .case_title{
	width: 200px;
}
.al .case_title ul li {
	margin-bottom: 20px;
	color: #666;
	font-size: 20px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.al .case_title ul li.active{
	color: #E10449;
}
.al .case_content > div {
	position: relative;
}
.al .case_content img{
	width: 485px;
	max-height: 700px;
}
.al .case_content > div{
	display: none;
}
.al .case_content > div.active{
	display: flex;
}
.al .case_content > div > div{
	display: flex;
	flex-direction: column;
    align-items: end;
	margin-left: 40px;
}
.al .case_content > div a{
	width: 301px;
	height: 64px;
	background: #E10449;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 55px;
	margin-top: 25px;
}

.zx .detail{
	position: relative;
	display: flex;
    justify-content: end;
}
.zx .detail img{
	position: absolute;
    top: 0px;
    left: -200px;
    width: 606px;
    height: 540px;
}

.zx .zx_cont{
	width: 680px;
}
.zx .zx_cont .more{
	display: flex;
    justify-content: flex-end;
}
.zx .zx_cont .more a {
	width: 301px;
    height: 64px;
    background: #E10449;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 55px;
    margin-top: 25px;
}
.zx .zx_item{
	border-top:1px solid #000;
	padding: 30px 0;
	display: flex;
	transition: all 0.3s ease;
}
.zx .zx_item:hover{
	transform: translateX(30px);
}
.zx .zx_item .zx_time{
	color: #E10449;
	font-size: 18px;
	margin-right: 120px;
	font-weight: bold;
}
.zx .zx_item .zs_detail div{
	font-size: 18px;
	color:#000;
	margin-bottom: 20px;
}
.zx .zx_item .zs_detail span{
	font-size: 14px;
	color:#959595;
}
.lxwm .detail .forms input{
	border-bottom: 2px solid #000;
	margin-top: 10px;
	outline: none;
}
.lxwm .detail .forms button{
	width: 200px;
	height: 64px;
	background: #E10449;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 55px;
	margin-top: 25px;
}

footer{
	background-color: #000;
	height: 96px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top{
	width: 50px;
	height: 50px;
	background: #E10449;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.18);
	border-radius: 50%;
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom:100px;
	right:100px;
	cursor: pointer;
}
.top img{
	width: 25px;
}

.classify {
	width: 1660px;
	margin: 0 auto;
}
.classify ul{
	display: flex;
	height: 90px;
}
.classify ul li {
	width: 175px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	position: relative;
	cursor: pointer;
}
.classify ul li.active::after{
	content: '';
	display: block;
	width: 175px;
	height: 3px;
	background: #E10449;
	position: absolute;
	bottom: 0;
	left: 0;
}
.case_content{
	width: 1660px;
	margin: 0 auto;
	margin-top: 110px;
}
.case_content .case_classify{
	display: none;
	flex-wrap: wrap;
}
.case_content .active{
	display: flex;
}
.case_item{
	width: 390px;
	box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.11);
	margin-right: 30px;
	margin-bottom: 75px;
	transition: all 0.3s ease;
	display: block;
}
.case_item:hover{
	box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.21);
	transform: scale(1.05);
}
.case_item:nth-child(4n){
	margin-right: 0;
}
.case_item > img {
	width: 100%;
	height: 215px;
}
.case_item .case_item_content{
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 28px;
	width: 100%;
    box-sizing: border-box;
}

.case_detail{
	display: flex;
	margin-top: 100px;
}
.case_detail .case_detail_left{
	width: 70%;
	background-color: #F6F6F6;
	padding: 90px 100px;
}
.case_detail .case_detail_right{
	width: 30%;
	padding: 170px 75px;
	min-width: 500px;
}
.case_detail .case_detail_left .case_detail_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 3px solid #C3C3C3;
}
.case_detail .case_detail_left .case_detail_title h1{
	font-size: 36px;
	color:#2a2a2a;
}
.case_detail .case_detail_left .case_detail_title a{
	border: 2px solid #E10449;
	width: 100px;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #E10449;
}
.case_detail .case_detail_left .case_detail_content{
	padding-bottom: 50px;
	border-bottom: 3px solid #C3C3C3;
}
.case_detail .case_detail_left .btns{
	display: flex;
	justify-content: end;
	margin-top: 20px;
}
.case_detail .case_detail_left .btns a{
	width: 120px;
	height: 51px;
	background: #E5E5E5;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#333;
	margin-left: 20px;
}
.case_detail .case_detail_right .erCode{
	background: #F6F6F6;
	padding: 24px 38px;
	border-bottom: 3px solid #E10449
}
.recommend{
	margin-top: 70px;
}
.recommend p{
	font-size: 26px;
	font-weight: bold;
}
.recommend .case_item{
	margin-bottom: 75px;
	margin-right: 0;
	width: 100%;
}

.zixun_page ul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
}
.zixun_page ul li {
	width: 45px;
    height: 40px;
    border: 1px solid #EBEBEB;
	color: #8a8a8a;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 2px;
}
.zixun_page ul li.active{
	color: #fff;
	background-color: #E10449;
}
.zixun_page ul li.disabled{
	cursor: not-allowed;
}