.banner {
	width: 100%;
	position: relative;
}

.banner img {
	width: 100%;
}

.banner_tit {
	position: absolute;
	top: 69%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.banner_tit span {
	font-weight: bold;
	font-size: 40px;
	color: #333;
	
	font-family: 'AkrobatBold';
}

.banner_tit p {
	padding-top: 20px;
	font-size: 20px;
	color: #9C9C9C;
	font-family: "AkrobatRegular";
	
}

.a1_box {
	padding-top: 80px;
}

.a1_head span {
	font-size: 24px;
	font-weight: bold;
	padding-left: 30px;
	position: relative;
}

.a1_head {

	padding-bottom: 21px;
	border-bottom: 1px solid #E9E9E9;
	
	font-family: 'Medium';
}

.a1_head span::before {
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	width: 4px;
	background: #E01A22;
	border-radius: 3px;
}

.a1_to {
	display: flex;
	align-items: center;
	padding-bottom: 19px;
}

.a1_to>div:nth-child(2) {
	font-size: 21px;
	padding-left: 14px;
	
	font-family: 'Medium';
}

.A_left {
	width: 34px;
	height: 34px;
	background: #dedede;
	/* position: absolute;
	top: 0; */

	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
}
.A_left span{
	width: 34px;
	height: 34px;
	background: #dedede;
	/* position: absolute;
	top: 0; */
	
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
}

.a1_A {
	justify-content: space-between;
	align-items: center;
	display: flex;
	background: #F8F8F8;
	border-radius: 3px 3px 0px 0px;
	height: 60px;
	position: relative;
	padding-right: 22px;
}

.A_right {
	justify-content: space-between;
	width: 100%;
	margin-left: 60px;
	display: flex;

}

.a1_on {
	padding-top: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #E9E9E9;
}

.A_right>div:nth-child(1) {
	font-size: 18px;
	text-transform: capitalize;
	
	font-family: 'Medium';
}

.a1_B>div:nth-child(1) span:nth-child(1) {
	width: 34px;
	height: 34px;
	background: #E01A22;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.a1_B>div:nth-child(1) {
	display: flex;
	align-items: center;
}

.a1_B {
	padding-top: 29px;
}

.a1_B>div:nth-child(1) span:nth-child(2) {
	font-size: 18px;
	padding-left: 60px;
	
	
font-family: 'Medium';
}

.a1_B>div:nth-child(2) {
	padding-top: 18px;
	font-size: 18px;
	padding-left: 93px;
	
	font-family: "AkrobatRegular";
}

.a1_ul ul {
	display: flex;
	justify-content: space-between;
}

.a1_ul {
	padding-top: 60px;
}

.ul_text {
	padding-top: 30px;
	padding-bottom: 67px;
	font-size: 20px;
	text-align: center;
	font-family: 'Medium';
}

.ul_img {
	cursor: pointer;
	width: 364px;
	height: 337px;
}

.ul_img img {
	width: 100%;
	height: 100%;
}

.a1_ul ul li {
	width: 364px;
	position: relative;
}
.pic_add{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}


.a1_d {
	background: url("../images/pic69.png") no-repeat;
	height: 437px;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;

}

.a1_d>div {
	text-align: center;
}

.a1_d .wrap12>div:first-child {
	padding-bottom: 24px;
}

.a1_d .wrap12>div:nth-child(2) {
	padding-bottom: 52px;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	
	font-family: 'AkrobatBold';
}

.a1_d .wrap12>div:nth-child(2) span:nth-child(2) {
	color: #E01A22;
	padding-left: 30px;
}

.a1_d .wrap12>div:nth-child(3) {
	padding-bottom: 53px;
	font-size: 18px;
	color: #5B5B5B;
	position: relative;
	
	font-family: "AkrobatRegular";
}

.a1_d .wrap12>div:nth-child(3)::before {
	content: '';
	position: absolute;
	width: 118px;
	height: 3px;
	background: #E01A22;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.a1_d .wrap12>div:nth-child(1) {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	
	font-family: 'AkrobatBold';
}
#pic1{
	display: none;
}
#pic2{
	display: none;
}
#pic3{
	display: none;
}
.pic_position{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}
.a1_ps{
	position: relative;
}
.pic_close{
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width:1370px) {
	
.a1_head span {
    font-size: 18px;
    padding-left: 20px;
}
.a1_to>div:nth-child(2) {
    font-size: 16px;
    padding-left: 10px;
}
.A_right>div:nth-child(1) {
    font-size: 14px;
}
.a1_B>div:nth-child(1) span:nth-child(2) {
    font-size: 14px;
    padding-left: 30px;
}
.a1_B>div:nth-child(2) {
    padding-top: 15px;
    font-size: 14px;
    padding-left: 60px;
}
.A_right{
margin-left: 30px;
}


.a1_ul {
    padding-top: 30px;
}
.a1_ul ul li {
    width: 32%
}
.ul_img{
width: 100%;
    height: auto;
}

.ul_text {
    padding-top: 15px;
    padding-bottom: 35px;
    font-size: 14px;
}


	.a1_box {
		padding-top: 40px;
	}

	.a1_tab table tr th {
		height: 54px;
		background: #262626;
	}

	.a1_tab table tr td {
		border-right: 2px solid #333333;
		height: 79px;
	}

	.a1_td>div:nth-child(2) {
		margin-left: 10px;
		min-width: 100px;
		font-size: 16px;
	}

	.td_text>span {
		line-height: 25px;
		text-align: center;
		color: #5B5B5B;
		font-size: 16px;
	}

	.A_ul ul li {
		font-size: 16px;
	}

	.A_p {
		font-size: 16px;
	}

	.b_text {
		font-size: 16px;
	}

	.b_tt>div:nth-child(2) {
		margin-left: 10px;
		font-size: 18px;
	}

	.b_ttt {
		font-size: 16px;
		padding-bottom: 30px;
	}

	.a1_to>div:nth-child(1) {
		width: 20px;
	}

	.a1_to>div:nth-child(1) img {
		width: 100%;
	}


	.a1_A {
		height: 46px;
	}


	.a1_on {
		padding-top: 30px;
padding-bottom: 20px;
	}
	
}

@media screen and (max-width:769px) {
	.banner{
		margin-top: 1rem;
	}
	.banner_tit span {
	    font-weight: bold;
	  font-size: .4rem;
	    color: #333;
	}
	.banner_tit p {
	    padding-top: 8px;
	    font-size: 12px;
	    color: #9C9C9C;
	}
	.a1_main{
		width: 95%;
		margin: auto;
	}
	
	    .a1_ul ul li {
        width: 95%;
    }
	
.a1_head span::before{
	left: 5px;
}

}