.imag {
	height: 650px;
}

.box {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e1e1e1;
}

.box_cent-view {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 30%;
	height: 100%;
	cursor: pointer
}

.box_tet {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.box_sty {
	color: #5778f5;
	border-bottom: 4px solid #5778f5;
}

.box1 {
	width: 60%;
	margin: 0 auto;
	min-width: 1100px;
	margin-top: 20px;
}

.box1_cent {
	padding:30px;
	border-bottom: 1px solid #EEEEEE;
}

.box1_left {
	display: flex;
	justify-content: space-between;
}

.box1_tet {
	font-size: 22px;
	color: #202020;
}

.box1_rigth {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	color: #7a7a7a;
	margin-top: 30px;
}

.box1_tet2 {
	display: flex;
	width: 70%;
	flex-wrap: wrap;
}

.box1_tet3 {
	margin-right: 50px;
}

.box1_tet1 {
	color: #5473E7;
	cursor: pointer
}

.box2 {
	transition: 2s;
	overflow: hidden;
	height: 0px;
}

.openbox {}


.box2_tet {

	font-size: 26px;
	color: #202020;
	margin-top: 30px;
	margin-bottom: 35px;
}

.box2_unt {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	color: #686868;
	font-size: 18px;
}

.box2_unt_tet {
	width: 25%;
	margin-bottom: 15px;
}

.box2_tet1 {
	font-size: 22px;
	color: #202020;
	margin: 30px 0;
}

.box2_text {
	font-size: 18px;
	color: #686868;
	line-height: 42px;
}
.fen{
	text-align: center;
	margin: 40px 0;
}
.el-icon-more:before{
	content: '...' !important;
}
.el-icon-d-arrow-right:before{
	content: '...' !important;
}
.el-icon-arrow-right:before{
	content:'>' !important;
}
.el-icon-arrow-left:before{
	content:'<' !important;
}
.box1_err{
width: 100%;
text-align: right;
color: #AAAAAA;
}
 @media screen and (max-width:750px){
	 .imag{
		 height: 200px;
	 }
 	.box_cent-view {
 		width: 60%;
 	}
 	.box{
 		height: 60px;
 		font-size: 16px;
 		border-bottom: 2px solid rgba(0,0,0,0);
 		border-bottom: 1px solid #EEEEEE;
 	}
 	.box_sty{
 		border-bottom: 2px solid #5778f5;
 	}
	.box1{
		width: 90%;
		min-width: auto;
	}
	.box1_cent{
		padding: 15px 10px;
	}
	.box1_tet{
		font-size: 18px;
	}
	.box1_tet1{
		font-size: 14px;
	}
	.box1_tet3{
		margin-right: 20px;
		font-size: 12px;
		margin-bottom: 10px;
	}
	.box1_rigth{
		flex-wrap: wrap;
	}
	.box1_err{
		font-size: 12px;
		 
	}
	.box2_tet{
		font-size: 22px;
		margin-top: 20px;
		margin-bottom: 25px;
	}
	.box2_unt_tet{
		font-size: 12px;
		width: auto;
		margin-right: 20px;
	}
	.box2_tet1{
		font-size: 20px;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.box2_text{
		font-size: 14px;
		line-height: 30px;
	}
}