﻿.sub_nav ul li{
	display: block;
	width: 95px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fad628;
	transform: all 0.3s ease-in-out;
	position: relative;
	margin-left: 10px;
}
.sub_nav ul li:nth-child(1){
	margin-left: 0;
}
.sub_nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
@media screen and (min-width: 768px){
	.sub_nav ul li a{
		font-size: 16px;
	}
	.sub_nav ul li{
		width: 145px;
		margin-left: 10px;
	}
}
@media screen and (min-width: 992px){
	.sub_nav ul li{
		width: 190px;
	}
}
.about{
	padding-top: 60px;
	padding-bottom: 0px;
}
.about .about_text{
	margin: 0 auto;
	font-size: 16px;
	line-height: 36px;
	color: #222222;
 
	padding: 10px;
}
.about-ul li{
	float: left;
	margin: 10px 32px;
	font-size: 18px;
	font-weight: bold;
}
.about-ul li img{
	width: 100%;
	height: 217px;
}
@media screen and (min-width: 768px){
	.about-ul li{
		margin: 10px 23px;
		width: 328px;
	}
	.about-ul li img{
		height: 217px;
	}
}
@media screen and (min-width: 992px){
	.about-ul li{
		margin: 10px 11px;
		width: 300px;
	}
	.about-ul li img{
		height: 200px;
	}
}
@media screen and (min-width: 1200px){
	.about-ul li{
		margin: 10px 32px;
		width: 328px;
	}
	.about-ul li img{
		height: 217px;
	}
}
.about .about_title{
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	margin-bottom: 35px;
}
.about .about_title .img{
	display: inline-block;
	width: 100px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
}
.about .about_title .img img{
	width: 85%;
}
.about .about_title::after{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #E5E5E5;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.about .about_con{
	margin: 0 auto;
	padding: 4px;
	border: 1px solid #E5E5E5;
}
.about-img img{
	width: 100%;
	margin:10px 0;
	height: 100%;
}
.about-img{
	margin-bottom: 0px;
	padding:0 10px;
	text-indent: 0em;
}
.about-img:first-child{
	margin-top: 0;
}
@media screen and (min-width: 768px){
	.about-img img{
		width: 32%;
		margin:0 .4%;
	}
	.about-img{
		margin-bottom: 20px;
		padding: 0;
		height: 180px;
	}
	.about-img:first-child{
		margin-top: 20px;
	}
}
@media screen and (min-width: 992px){
	.about-img img{
		width: 32%;
		margin:0 .5%;
	}
	.about-img{
		height: 235px;
	}
}
@media screen and (min-width: 1200px){
	.about-img{
		height: 285px;
	}
}
.about .about_con dl.left{
	padding:  0;
}
.about .about_con dl.right{
	padding: 0px;
}
.about .about_con dl.left .img{
	margin-bottom: 5px;
}
.about .about_con dl dd{
	margin-top: 5px;
}
.about .about_con dl dd:nth-child(1){
	margin-top: 0;
}
.about .about_con dl dd.img{
	width: 100%;
}
.about .about_con dl dd.img img{
	width: 100%;
	max-height: 326px;
}
.about .about_con dl.right dd.img:nth-child(1) img{
	max-height: 265px;
}
.about .about_con dl.right dd.img:nth-child(2) img{
	max-height: 260px;
}
.about .about_con dl dd.textBox{
	padding: 27px 0px 10px;
	height: 199px;
}
.about .about_text p:nth-child(1) img{ max-width:900px; padding:10px 0;

}
@media screen and (min-width: 768px){
	.about{
		padding-bottom: 70px;
	}
	.about .about_con dl.right{
		padding: 0 0 0 5px;
	}
	.about .about_con dl dd.textBox{
		padding: 27px 30px 10px;
	}
	.about .about_text{
		padding: 10px 0;
	}
}
@media screen and (min-width: 992px){
	.about .about_title .img{
		width: 138px;
	}
}
@media screen and (min-width: 1200px){
	.about .about_text,.about .about_con{
		width: 1180px;
	}
}
.about .about_con dl dd.textBox .icon{
	float: left;
	width: 150px;
	text-align: center;
	padding-top: 20px;
}
.about .about_con dl dd.textBox .text_con{
	width: calc(100% - 150px);
	float: left;
}
.about .about_con dl dd.textBox .text_con p.title{
	color: #eb6633;
	font-size: 14px;
	margin-bottom: 5px;
}
.about .about_con dl dd.textBox .text_con p.title.green{
	color: #34a932;
}
.about .about_con dl dd.textBox .text_con p.title.blue{
	color: #1995d5;
}
.about .about_con dl dd.textBox .text_con p.title.purple{
	color: #6d32a9;
}
.about .about_con dl dd.textBox .text_con p.text{
	color: #666666;
	line-height: 30px;
}
