﻿@charset "utf-8";

.module0067{
	width:100%;
	height: auto;
	margin:0 auto;
	position: relative;
}

.module0067_nei{
	width:73vw;
	width:var(--mainwidth);
	height:auto;
	margin: 0px auto;
}
.module0067_title{
	width:100%;
	text-align: center;
}
.module0067_con{
	width:100%;
	height: auto;
}
.module0067_conon .module0067_con_title{
	background: var(--OneColor);
	color: var(--FontWhiColor);
}
.module0067_conon .module0067_con_title i{
	color: var(--FontWhiColor);
}


.module0067_conon .module0067_jian{
	color: var(--FontWhiColor);
	transform: rotate(90deg);
	right: 1rem;
	top: 18%;
}



.module0067_con_title{
	width:100%;
	line-height: 4.25rem;
	background: var(--FontWhiColor);
	font-size: 1.125rem;
	margin-top: 1rem;
	padding:0px 1rem;
	position: relative;
	color: var(--FontOneColor);
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	display:flex;
	justify-content:flex-start;
	
}
.module0067_con_title i{
	font-size:1.625rem;
	color: var(--OneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	margin-right:1rem;	
	line-height: 4.25rem;
}
.module0067_con_title span{
	display: inline-block;
	width: 60%;
	overflow: hidden;
	height: 4.25rem;
}

.module0067_jian{
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.module0067_con_con{
	width:100%;
	background: var(--FontWhiColor);
	color: var(--FontTowColor);
	line-height: 1.5rem;
	height: 0px;
	font-size: 0px;
	padding: 0px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0067_conon .module0067_con_con{
	height: auto;
	font-size: 1rem;
	padding: 1rem;
}
@media screen and (max-width:1023px)and (min-width:300px){

.module0067{
    padding:3rem 0px;
}

.module0067_nei{
	width:96vw;
}


.module0067_con_title{
	width:100%;
	line-height: 4.125rem;
	padding:0px 1rem;
}

	
	


}