#shutter-box {
	margin: 30px 0;
	/* margin-bottom: calc(15vh + 30px); */
}


#shutter-box .fqs_div {
	float: left;
	margin: auto 50px;
	/* opacity: 0.8; */
	text-align: center;
	width: 85%;
}

#shutter-box .min-box {
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#shutter-box .min-box .fqs_li_img {
	padding-top: 0px;
}

#shutter-box .min-box p {
	writing-mode: vertical-rl;
	font-size: 23px;
	margin-top: 30px;
}

#shutter-box .voice_2 .fold {
	background: #fff;
	border: 1px solid rgba(121, 112, 173, .5);
	color: #000;
}

#shutter-box .voice_2 .unfold {
	background: url("https://tmmt.oss-cn-hangzhou.aliyuncs.com/tuimi/img/home/shutter/bg.png") no-repeat center;
	background-size: 100% 100%;
	background-color: #fff;
}

#shutter-box .voice_2 .unfold .content {
	width: 100%;
	text-align: center;
}

#shutter-box .voice_2 .unfold>div .top {
	width: 80%;
	margin: 0 10%;
	padding-top: 3%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

#shutter-box .voice_2 .unfold>div .top img {
	width: 20%;
}

#shutter-box .voice_2 .unfold>div .line {
	width: 80%;
	margin: 2% 10% 3% 10%;
	height: 3px;
	background-color: #fff;
}

#shutter-box .voice_2 .unfold>div .div_font{
	width: 60%;
	margin-left: 20%;
}

#shutter-box .unfold .item-title {
	font-size: 30px;
}

#shutter-box .unfold .div_font .value {
	font-size: 23px;
	color: #fff;
	line-height: 1.6;
}

#shutter-box .bt {
	border-radius: 50%;
	height: 60px;
	width: 60px;
	background-color: #666;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #BDBDBD;
	font-size: 40px;
	font-weight: bold;
}


@media(max-width: 1600px) {
	#shutter-box .unfold .div_font .value {
		font-size: 20px;
	}
}

@media(max-width: 1440px) {
	#shutter-box .min-box p {
		font-size: 20px;
		margin-top: 25px;
	}

	#shutter-box .unfold .item-title {
		font-size: 25px;
	}

	#shutter-box .unfold .div_font .value {
		font-size: 17px;
	}

}

@media(max-width: 1366px) {
	#shutter-box .min-box p {
		font-size: 17px;
		margin-top: 20px;
	}

	#shutter-box .unfold .item-title {
		font-size: 22px;
	}
}

@media(max-width: 1280px) {
	#shutter-box .unfold .div_font .value {
		font-size: 16px;
	}
}


/* #shutter-box .box10 {
	padding: 0px;
	height: 610px;
}

#shutter-box .item_box {
	width: 100%;
	padding: 0px 0px 82px 0px;
	overflow: hidden;
}

#shutter-box .item_box_wp {
	width: 1280px;
	margin: 0 auto;
}

#shutter-box .voice_2 ul li {
	float: left;
	display: inline;
	height: 610px;
	color: #fff;
	cursor: pointer;
	position: relative;
}

#shutter-box .voice_2 ul li.li1 {
	background: #080808;
}

#shutter-box .voice_2 ul li.li2{
	background: #4abdb9;
}

#shutter-box .voice_2 ul li.li3 {
    background: #90d73d;
}

#shutter-box .voice_2 ul li.li4 {
    background: #e3d02c;
}

#shutter-box .voice_2 ul li.li5 {
    background: #e37e2c;
}

#shutter-box .voice_2 ul li.li6 {
    background: #cc428d;
}

#shutter-box .voice_2 ul li.li7 {
    background: #fa0000;
}

#shutter-box .voice_2 .fold {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
}

#shutter-box .voice_2 .fold .txt {
    font-size: 24px;
    display: block;
    width: 25px;
    font-weight: normal;
    margin: 0px 22.5px;
    line-height: 25px;
}

#shutter-box .fqs_li_img {
    padding-top: 20%;
    width: 50%;
}

#shutter-box .voice_2 .unfold {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

#shutter-box .fqs_font {
    font-size: 23px;
}

#shutter-box .fqs_hr {
    width: 69%;
    height: 5px;
    background-color: blue;
    margin: auto;
    margin-top: 5%;
}

#shutter-box .fqs_div2 {
    height: 25%;
}

#shutter-box .div_font {
    height: 100%;
    font-size: 19px;
    margin: auto;
    text-align: left;
    width: 70%;
    margin-left: 15%;
}

#shutter-box .div_P {
    font-size: 20px;
    padding-top: 80px;
} */
