/*————————————-————————————————————————分割线—————————————————————————————————————————————*/
/*computer bigthan1200 start*/

/*content style start*/
.content,
.littlebread,
.aboutustitle,
.aboutuscontent,
.aboutusdescriber {
	width: 100%;
	height: auto;
}
.content {
	padding-bottom: 0px;
	background-color: #fff;
}
.goto{
    display: inline-block;
}
.goto:hover{
	color:#FA9338;
}
.wrap {
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
}
.wrap.about{
	padding: 60px 0;
}
.wrap>ul{
	width: 100%;
	margin: 0 auto;
}
.wrap>ul>li{
	display: inline-block;
    font-size: 12px;
    line-height: 30px;
}
.littlebread {
	font-size: 12px;
	line-height: 30px;
}

.littlebread a {
	display: inline-block;
	color: #333;
	transition: all .3s;
}

.littlebread a:hover {
	color: #f33;
}

.aboutustitle {
	line-height: 100px;
}

.content div.contentTitle{
	text-align: center;
}
.content div.contentTitle h2{
	margin-bottom: 30px;
	display: inline-block;
    font-size: 24px;
    line-height: 24px;
}
.content div.contentTitle span{
	font-size: 18px;
    color: #fa9338;
}

.aboutustitle span,
.aboutustitle h3,
.aboutustitle p {
	display: inline-block;
	vertical-align: middle;
}

.aboutustitle span {
	width: 6px;
	height: 24px;
	background: #fa9338;
	margin-right: 4px;
}

.aboutustitle h3 {
	font-size: 24px;
	color: #000;
	font-weight: 500;
}

.aboutustitle p {
	font-size: 18px;
	color: #666;
}

.aboutusdescriber p {
	font-size: 16px;
	text-indent: 32px;
	text-align: justify;
	line-height: 30px;
}



.aboutusgloryimage {
	/*display: flex;
	justify-content: space-around;
	flex-wrap: wrap;*/
	width: 100%;
}
.aboutusgloryimage li {
	display: inline-block;
	width: 300px;
	height: 300px;
	overflow: hidden;
}
.aboutusgloryimage li img {
	max-width: 300px;
    max-height: 300px;
    height:auto;
}
/*content style end*/




/*computer end*/


/*————————————-————————————————————————分割线—————————————————————————————————————————————*/


/*note between993-1200 start*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.wrap {
		margin: 10px auto;
		width: 970px;
	}
}


/*note end*/


/*————————————-————————————————————————分割线—————————————————————————————————————————————*/


/*ipad between769-992 start*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.content {
		padding-bottom: 0px;
	}
	.content>ul{
		display: none;
	}
	.wrap {
		margin: 15px auto;
		padding-left: 42px;
		box-sizing: border-box;
		width: 100%;
	}
	.aboutustitle {
		line-height: 60px;
	}
	.aboutustitle span {
		height: 22px;
	}
	.aboutustitle h3 {
		font-size: 22px;
	}
	.aboutustitle p {
		font-size: 16px;
	}
	.aboutusdescriber p {
		font-size: 14px;
		line-height: 26px;
	}
}


/*ipad end*/


/*————————————-————————————————————————分割线—————————————————————————————————————————————*/


/*phone lessthan768-- start*/

@media only screen and (max-width: 767px) {
	.content {
		padding-bottom: 0px;
	}
	.content>ul{
		display: none;
	}
	.wrap {
		padding: 0 15px;
		margin: 0 auto;
		box-sizing: border-box;
		width: 100%;
	}
	.wrap.about{
		padding: 40px 15px;
	}
	.wrap>ul{
		/* display: none; */
	}
	.aboutustitle {
		line-height: 40px;
	}
	.aboutustitle span {
		height: 20px;
	}
	.aboutustitle h3 {
		font-size: 20px;
	}
	.aboutustitle p {
		font-size: 16px;
		color: #666;
	}
	.aboutusdescriber p {
		font-size: 14px;
		text-indent: 32px;
		text-align: justify;
		line-height: 30px;
	}
	
	.aboutusgloryimage {
	/*display: flex;
	justify-content: space-around;
	flex-wrap: wrap;*/
	width: 100%;
	}
	.aboutusgloryimage li {
		display: inline-block;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.aboutusgloryimage li img {
		max-width: 300px;
	    max-height: 300px;
	    height:auto;
	}
}
/*phone end*/