.banner {
	display: block;
	width: 100%;
	height: 160px;
	background-image: url('../../index/img/copy/s/zt_zc_02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}
.reg_list {
	width: 100%;
	margin-top: 20px;
}
.reg_list > div {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 50%;
    float: left;
    height: 119px;
    margin: 0 auto 20px;
    background-size: contain;
}
.part1 {
    background: url('../../index/img/copy/s/zt_zc1_05.png') no-repeat center;
}
.part2 {
    background: url('../../index/img/copy/s/zt_zc1_06.png') no-repeat center;
}
.part3 {
    background: url('../../index/img/copy/s/zt_zc1_11.png') no-repeat center;
}
.part4 {
    background: url('../../index/img/copy/s/zt_zc1_12.png') no-repeat center;
}
.reg_list img {
    position: absolute;
    right: 17px;
    top: 16px;
    width: 50px;
}
.reg_list .btn {
    color: #fff;
    display: inline-block;
    line-height: 20px;
    padding: 3px 14px;
    margin: 0 5px;
    text-align: center;
    background-color: #428ae2;
    border-radius: 3px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    position: relative;
}
.reg_list .btn_orange3 {
    background-color: #ff7800;
}
.process {
    width: 100%;
    height: 100px;
    margin:  20px 0;
    background-image: url(../../index/img/copy/s/zt_zc_06.jpg);
    background-repeat: no-repeat;
    background-size: 170%;
    background-position: center bottom;
}
.cont {
	display: block;
	width: 100%;
	margin-top: 20px;
}
.tab-list {
	width: 100%;
	display: flex;
	text-align: center;
}
.tab-item {
	display: block;
	width: 25%;
	line-height: 40px;
	background-color: #344378;
	font-size: 14px;
	color: #fff;
}
.tab-item.active {
	background-color: #3c52dd;
	background: linear-gradient(to top,#455eff,#2a41d6);
}
.qa-list  {
	width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 10px 30px 20px;
}
.qa-item {
	padding: 10px 0;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.til {
	font-size: 14px;
    color: #2a344f;
    padding-bottom: 5px;
}
.qa-item p {
	font-size: 12px;
    color: #878fa0;
    line-height: 24px;
}
.fn-hide {
	display: none;
}