/*qikan css*/

@media only screen and (min-width:1200px) {
	section {
		width: 100%;
		min-height: 1000px;
		background-size: 100% 100%;
	}
	.secBanner {
		max-width: 100%;
	}
	.secBanner>img {
		width: 100%;
	}
	.aboutContainer {
		width: 1200px;
		height: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.tabContainerBox {
		width: 100%;
	}
	.titleBox {
		height: 40px;
		border-bottom: 1px #cccccc solid;
		padding: 20px 50px 0;
		display: flex;
		justify-content: space-between;
	}
	.aActive {
		border-bottom: 3px #C90915 solid;
	}
	.title {
		color: #cc0000;
		font-size: 24px;
		font-weight: bold;
		line-height: 40px;
	}
	
	.ContainerBox>ul{
		width: 100%;
		margin-bottom: 20px;
	}
	.ContainerBox>ul>li{
		width: 100%;
		height: 240px;
		background-color: #f2f2f2;
		margin-top: 35px;
		display: flex;
	}
	.qikanImg{
		width: 180px;
		height: 240px;
	}
	.qikanImg>img{
		width: 140px;
		height: 200px;
		margin: 20px;
	}
	.qikanInfo{
		width: 720px;
		height: 200px;
		margin: 20px 0;
	}
	.qikanTitle{
		font-size: 24px;
		line-height: 40px;
		margin-top: 15px;
		color: #333333;
	}
	.qikanDate{
		font-size: 24px;
		margin-bottom: 30px;
		color: #333333;
	}
	.qikanCon{
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 1px;
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical; 
		-webkit-line-clamp:3; 

	}
	.qikanBtn{
		width: 300px;
		height: 120px;
		margin: 60px 0;
	}
	.qikanBtn>div{
		width: 80px;
		height: 30px;
		border: 1px #626262 solid;
		margin:20px auto;
		color: #626262;
		
	}
	.qikanBtn>div>p{
		text-align: center;
	}
	.qikanBtn>div>p>a{
		line-height: 30px;
		display: block;
		color: #626262;
	}
	
	.qikanBtn>div:hover{
		border: 1px #e41515 solid;
		cursor: pointer;
	}
	.qikanBtn>div:hover>p>a{
		color: #e41515;
	}
}

@media only screen and (min-width: 961px) and (max-width: 1199px) {
	section {
		width: 100%;
		min-height: 800px;
		background-size: 100% 100%;
	}
	.secBanner {
		max-width: 100%;
	}
	.secBanner>img {
		width: 100%;
	}
	.aboutContainer {
		width: 960px;
		height: 100%;
		margin: 0 auto;
		justify-content: space-between;
	}
	.tabContainerBox {
		width: 960px;
	}
	.titleBox {
		height: 40px;
		border-bottom: 1px #cccccc solid;
		padding: 20px 50px 0;
		display: flex;
		justify-content: space-between;
	}
	.aActive {
		border-bottom: 3px #C90915 solid;
	}
	.title {
		color: #cc0000;
		font-size: 24px;
		font-weight: bold;
		line-height: 40px;
	}
	
	.ContainerBox>ul{
		width: 100%;
		margin-bottom: 20px;
	}
	.ContainerBox>ul>li{
		width: 100%;
		height: 240px;
		background-color: #f2f2f2;
		margin-top: 35px;
		display: flex;
	}
	.qikanImg{
		width: 180px;
		height: 240px;
	}
	.qikanImg>img{
		width: 140px;
		height: 200px;
		margin: 20px;
	}
	.qikanInfo{
		width: 620px;
		height: 200px;
		margin: 20px 0;
	}
	.qikanTitle{
		font-size: 24px;
		line-height: 40px;
		margin-top: 15px;
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical; 
		-webkit-line-clamp:2; 
	}
	.qikanDate{
		font-size: 24px;
		margin-bottom: 30px;
		color: #333333;
	}
	.qikanCon{
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 1px;
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical; 
		-webkit-line-clamp:3; 

	}
	.qikanBtn{
		width: 160px;
		height: 120px;
		margin: 60px 0;
	}
	.qikanBtn>div{
		width: 80px;
		height: 30px;
		border: 1px #626262 solid;
		margin:20px auto;
		color: #626262;
		
	}
	.qikanBtn>div>p{
		text-align: center;
	}
	.qikanBtn>div>p>a{
		line-height: 30px;
		display: block;
		color: #626262;
	}
	
	.qikanBtn>div:hover{
		border: 1px #e41515 solid;
		cursor: pointer;
	}
	.qikanBtn>div:hover>p>a{
		color: #e41515;
	}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	section {
		width: 100%;
		min-height: 800px;
		background-size: 100% 100%;
	}
	.secBanner {
		max-width: 100%;
	}
	.secBanner>img {
		width: 100%;
	}
	.aboutContainer {
		width: 760px;
		height: 100%;
		margin: 0 auto;
		justify-content: space-between;
	}
	.tabContainerBox {
		width: 760px;
	}
	.titleBox {
		height: 40px;
		border-bottom: 1px #cccccc solid;
		padding: 20px 50px 0;
		display: flex;
		justify-content: space-between;
	}
	.aActive {
		border-bottom: 3px #C90915 solid;
	}
	.title {
		color: #cc0000;
		font-size: 24px;
		font-weight: bold;
		line-height: 40px;
	}
	
	.ContainerBox>ul{
		width: 100%;
		margin-bottom: 20px;
	}
	.ContainerBox>ul>li{
		width: 100%;
		height: 240px;
		background-color: #f2f2f2;
		margin-top: 35px;
		display: flex;
	}
	.qikanImg{
		width: 180px;
		height: 240px;
	}
	.qikanImg>img{
		width: 140px;
		height: 200px;
		margin: 20px;
	}
	.qikanInfo{
		width: 440px;
		height: 200px;
		margin: 20px 0;
	}
	.qikanTitle{
		font-size: 24px;
		line-height: 40px;
		margin-top: 15px;
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical; 
		-webkit-line-clamp:2; 
	}
	.qikanDate{
		font-size: 24px;
		margin-bottom: 30px;
		color: #333333;
	}
	.qikanCon{
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 1px;
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical; 
		-webkit-line-clamp:3; 

	}
	.qikanBtn{
		width: 140px;
		height: 120px;
		margin: 60px 0;
	}
	.qikanBtn>div{
		width: 80px;
		height: 30px;
		border: 1px #626262 solid;
		margin:20px auto;
		color: #626262;
		
	}
	.qikanBtn>div>p{
		text-align: center;
	}
	.qikanBtn>div>p>a{
		line-height: 30px;
		display: block;
		color: #626262;
	}
	
	.qikanBtn>div:hover{
		border: 1px #e41515 solid;
		cursor: pointer;
	}
	.qikanBtn>div:hover>p>a{
		color: #e41515;
	}
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
	section {
		width: 100%;
		min-height: 800px;
		background-size: 100% 100%;
	}
	.secBanner {
		max-width: 100%;
	}
	.secBanner>img {
		width: 100%;
	}
	.aboutContainer {
		width: 360px;
		height: 100%;
		margin: 0 auto;
		justify-content: space-between;
	}
	.tabContainerBox {
		width: 360px;
	}
	.titleBox {
		height: 40px;
		border-bottom: 1px #cccccc solid;
		padding: 10px 0 0;
		display: flex;
		justify-content: space-between;
	}
	.aActive {
		border-bottom: 3px #C90915 solid;
	}
	.title {
		color: #cc0000;
		font-size: 20px;
		font-weight: bold;
		line-height: 40px;
	}
	.ContainerBox>ul{
		width: 100%;
		margin-bottom: 20px;
	}
	.ContainerBox>ul>li{
		width: 100%;
		height: 160px;
		background-color: #f2f2f2;
		margin-top: 35px;
		display: flex;
	}
	.qikanImg{
		width: 120px;
		height: 160px;
	}
	.qikanImg>img{
		width: 92px;
		height: 132px;
		margin: 14px;
	}
	.qikanInfo{
		width: 160px;
		height: 120px;
		margin: 20px 0;
	}
	.qikanTitle{
		font-size: 14px;
		line-height: 20px;
		margin-top: 5px;
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical; 
		-webkit-line-clamp:2; 
	}
	.qikanDate{
		font-size: 14px;
		margin-bottom: 10px;
		color: #333333;
	}
	.qikanCon{
		font-size: 12px;
		line-height: 16px;
		/*letter-spacing: 1px;*/
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical; 
		-webkit-line-clamp:3; 

	}
	.qikanBtn{
		width: 80px;
		height: 100px;
		margin: 30px 0;
	}
	.qikanBtn>div{
		width: 60px;
		height: 25px;
		border: 1px #626262 solid;
		margin:20px auto;
		color: #626262;
		
	}
	.qikanBtn>div>p{
		text-align: center;
	}
	.qikanBtn>div>p>a{
		line-height: 25px;
		display: block;
		color: #626262;
	}
	
	.qikanBtn>div:hover{
		border: 1px #e41515 solid;
		cursor: pointer;
	}
	.qikanBtn>div:hover>p>a{
		color: #e41515;
	}
}

@media only screen and (min-width: 100px) and (max-width: 413px) {
	section {
		width: 100%;
		min-height: 800px;
		background-size: 100% 100%;
	}
	.secBanner {
		max-width: 100%;
	}
	.secBanner>img {
		width: 100%;
	}
	.aboutContainer {
		width: 320px;
		height: 100%;
		margin: 0 auto;
		justify-content: space-between;
	}
	.tabContainerBox {
		width: 320px;
	}
	.titleBox {
		height: 40px;
		border-bottom: 1px #cccccc solid;
		padding: 10px 0 0;
		display: flex;
		justify-content: space-between;
	}
	.aActive {
		border-bottom: 3px #C90915 solid;
	}
	.title {
		color: #cc0000;
		font-size: 20px;
		font-weight: bold;
		line-height: 40px;
	}
	.ContainerBox>ul{
		width: 100%;
		margin-bottom: 20px;
	}
	.ContainerBox>ul>li{
		width: 100%;
		height: 160px;
		background-color: #f2f2f2;
		margin-top: 35px;
		display: flex;
	}
	.qikanImg{
		width: 120px;
		height: 160px;
	}
	.qikanImg>img{
		width: 92px;
		height: 132px;
		margin: 14px;
	}
	.qikanInfo{
		width: 160px;
		height: 120px;
		margin: 20px 0;
	}
	.qikanTitle{
		font-size: 14px;
		line-height: 20px;
		margin-top: 5px;
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical; 
		-webkit-line-clamp:2; 
	}
	.qikanDate{
		font-size: 14px;
		margin-bottom: 10px;
		color: #333333;
	}
	.qikanCon{
		font-size: 12px;
		line-height: 16px;
		/*letter-spacing: 1px;*/
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical; 
		-webkit-line-clamp:3; 

	}
	.qikanBtn{
		width: 80px;
		height: 100px;
		margin: 30px 0;
	}
	.qikanBtn>div{
		width: 60px;
		height: 25px;
		border: 1px #626262 solid;
		margin:20px auto;
		color: #626262;
		
	}
	.qikanBtn>div>p{
		text-align: center;
	}
	.qikanBtn>div>p>a{
		line-height: 25px;
		display: block;
		color: #626262;
	}
	
	.qikanBtn>div:hover{
		border: 1px #e41515 solid;
		cursor: pointer;
	}
	.qikanBtn>div:hover>p>a{
		color: #e41515;
	}
}