.sec1{
	padding: 0 160px;
}
.sec1 .inner{
	border: 10px solid #02321f;
	border-radius: 20px;
	box-shadow: -7px 5px 0 #168651 inset;
	padding: 2.6% 0 8.073%;
	text-align: center;
	position: relative;
	margin-bottom: 1.71875%;
	margin-top: 1.875%;
}

.sec1 .content{
	display: none;
}
.sec1 .content.active{
	display: block;
}

.sec1 .title{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.sec1 .title p{
	font-size: 32px;
	color: #02321f;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.sec1 .title p:first-child{
	color: #fff;
	-webkit-text-stroke: 1px #000;
	-moz-text-stroke: 1px #000;
	-o-text-stroke: 1px #000;
	text-stroke: 1px #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: translate3d(1px,2px,0);
	-moz-transform: translate3d(1px,2px,0);
	-o-transform: translate3d(1px,2px,0);
	transform: translate3d(1px,2px,0);
}
.sec1 .title .bgline{
	background-color: #fdb123;
	position: absolute;
	left: 0;
	top: 100%;
	height: 5px;
	width: 100%;
	z-index: 0;
	margin-top: -2.5px;
}
.sec1 .des{
	font-size: 18px;
	color: #000;
	margin: 3% 0 5.85%;
}
.sec1 ul{
	width: 90.678%;
	margin: 0 auto;
}
.sec1 li{
	margin-bottom: 5.2%;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: stretch;
	-moz-justify-content: space-between;
	-moz-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: stretch;
	-o-justify-content: space-between;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec1 li:nth-child(odd){
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.sec1 li:nth-child(even){
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.sec1 li:last-child{
	margin-bottom: 0;
}
.sec1 li .img-box{
	width: 18.0374%;
}
.sec1 li .img-box .box{
	position: relative;
	border: 1px solid #000;
}
.sec1 li .img-box img{
	width: 100%;
	position: relative;
	z-index: 1;
}
.sec1 li .img-box .shadow{
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	z-index: 0;
	top: 10px;
}
.sec1 li:nth-child(odd) .img-box .shadow{
	left: 10px;
}
.sec1 li:nth-child(even) .img-box .shadow{
	right: 10px;
}
.sec1 li .text-box{
	width: 76.83%;
	-webkit-display: inline-flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: column;
	-moz-display: inline-flex;
	-moz-align-items: stretch;
	-moz-justify-content: space-between;
	-moz-flex-direction: column;
	-o-display: inline-flex;
	-o-align-items: stretch;
	-o-justify-content: space-between;
	-o-flex-direction: column;
	display: inline-flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: column;
}
.sec1 li:nth-child(odd) .text-box{
	text-align: left;
}
.sec1 li:nth-child(even) .text-box{
	text-align: right;
}
.sec1 li .text-box h3{
	font-size: 24px;
	color: #02321f;
	font-weight: bold;
	margin-bottom: 1.22%;
	flex-grow: 0;
}
.sec1 li .text-box h4{
	font-size: 16px;
	color: #999;
	font-weight: normal;
	margin-bottom: 2.433%;
	flex-grow: 0;
}
.sec1 li .text-box .ques-box{
	position: relative;
	height: 100%;
	text-align: left;
}
.sec1 li .text-box .ques-box .relative-box{
	position: relative;
	z-index: 1;
	border-radius: 10px;
	border: 1px solid #000;
	background-color: #127949;
	height: 100%;
	width: 100%;
	padding-left: 10.22%;
	padding-top: 3.65%;
	padding-right: 6.1%;
	padding-bottom: 3.65%;
}
.sec1 li .text-box .ques-box .shadow{
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	z-index: 0;
	top: 5px;
	border-radius: 10px;
}
.sec1 li:nth-child(odd) .text-box .ques-box .shadow{
	left: 5px;
}
.sec1 li:nth-child(even) .text-box .ques-box .shadow{
	right: 5px;
}
.sec1 li .text-box .ques-box .tri{
	position: absolute;
	top: 8.88%;
	z-index: 2;
}
.sec1 li:nth-child(odd) .text-box .ques-box .tri{
	right: 100%;
	margin-right: -1px;
}
.sec1 li:nth-child(even) .text-box .ques-box .tri{
	left: 100%;
	margin-left: -1px;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.sec1 li .text-box .ques-box .box{
	margin-bottom: 3.26%;
}
.sec1 li .text-box .ques-box .box:last-child{
	margin-bottom: 0;
}
.sec1 li .text-box .ques-box .box h5{
	font-size: 18px;
	color: #fdb123;
	font-weight: normal;
	margin-bottom: 2.174%;
	position: relative;
}
.sec1 li .text-box .ques-box .box h5 .ask{
	width: 1.66em;
	height: 1.66em;
	line-height: 1.66em;
	border-radius: 0.22em;
	background-color: #fdb123;
	font-weight: bold;
	font-size: 1em;
	position: absolute;
	left: -2.44em;
	top: 50%;
	margin-top: -0.83em;
	color: #127949;
	text-align: center;
}
.sec1 li .text-box .ques-box .box h5 .ask div{
	position: absolute;
	left: 0;
	top: 100%;
	border-style: solid;
	border-color: transparent transparent transparent  #fdb123;
	border-width: 0.444em;
	margin-top: -0.444em;
}
.sec1 li .text-box .ques-box .box p{
	font-size: 16px;
	color: #fff;
	line-height: 1.375;
}
.manager li .text-box .ques-box .box p{
	padding-left: 1.5em;
}
.mt li .text-box .ques-box .box p{
	padding-left: 1em;
}
.manager li .text-box .ques-box .box p span{
	margin-left: -1.5em;
}
.mt li .text-box .ques-box .box p span{
	margin-left: -1em;
}
.sec1 li .text-box .ques-box .box p.normal{
	padding-left: 0;
}
@media only screen and (max-width:1023px){
	.sec1{
		padding: 0;
	}
	.sec1 .inner{
		border: 0.3125rem solid #02321f;
		border-radius: 0.625rem;
		box-shadow: -0.21875rem 0.15625rem 0 #168651 inset;
		padding: 1.5625rem 0 4.875rem;
		margin-bottom: 1rem;
		margin-top: 2.875rem;
	}


	.sec1 .title p{
		font-size: 1rem;
	}
	.sec1 .title p:first-child{
		-webkit-transform: translate3d(1px,1px,0);
		-moz-transform: translate3d(1px,1px,0);
		-o-transform: translate3d(1px,1px,0);
		transform: translate3d(1px,1px,0);
	}
	.sec1 .title .bgline{
		height: 0.3125rem;
		margin-top: -0.15625rem;
	}
	.sec1 .des{
		font-size: 0.5625rem;
		margin: 1.125rem 0 2.125rem;
	}
	.sec1 li{
		margin-bottom: 1.75rem;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-o-align-items: flex-start;
		align-items: flex-start;
	}
	.sec1 li .img-box{
		width: 25%;
	}
	.sec1 li .img-box .shadow{
		top: 0.3125rem;
	}
	.sec1 li:nth-child(odd) .img-box .shadow{
		left: 0.3125rem;
	}
	.sec1 li:nth-child(even) .img-box .shadow{
		right: 0.3125rem;
	}
	.sec1 li .text-box{
		width: 70%;
	}
	.sec1 li .text-box h3{
		font-size: 0.875rem;
		margin-bottom: 0.3125rem;
	}
	.sec1 li .text-box h4{
		font-size: 0.625rem;
		margin-bottom: 0.625rem;
	}
	.sec1 li .text-box .ques-box{
		height: auto;
	}
	.sec1 li .text-box .ques-box .relative-box{
		border-radius: 0.3125rem;
		padding-left: 15%;
		padding-top: 0.9375rem;
		padding-right: 0.5625rem;
		padding-bottom: 0.9375rem;
	}
	.sec1 li .text-box .ques-box .shadow{
		top: 0.15625rem;
		border-radius: 0.3125rem;
	}
	.sec1 li:nth-child(odd) .text-box .ques-box .shadow{
		left: 0.15625rem;
	}
	.sec1 li:nth-child(even) .text-box .ques-box .shadow{
		right: 0.15625rem;
	}
	.sec1 li .text-box .ques-box .tri{
		width: 0.6875rem;
	}
	.sec1 li .text-box .ques-box .box{
		margin-bottom: 0.75rem;
	}
	.sec1 li .text-box .ques-box .box h5{
		font-size: 0.6875rem;
		margin-bottom: 0.5rem;
	}
	.sec1 li .text-box .ques-box .box h5 .ask{
		left: -2.2em;
	}
	.sec1 li .text-box .ques-box .box p{
		font-size: 0.625rem;
	}
}