/* * @Author: Yunteam.com * @Date: 2017-04-03 14:41:09 */

.aboutus-banner
{
	background-image: url("../../images/aboutus-banner.jpg");
	background-position: center 0;
	background-repeat: no-repeat;
	height: 516px;
}
h2.title
{
	color: #2B2B2B;
	font-size: 1.5rem;
	line-height: 4.5rem;
	position: relative;
	text-align: center;
}
h2.title::after
{
	background-color: #CCCCCC;
	bottom: 1rem;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	width: 80px;
}
.text
{
	color: #7F7F7F;
	font-size: 14px;
	line-height: 22px;
}


/*about us*/
.aboutus .tip
{
	text-align: center;
}
.aboutus .category > li
{
	display: inline;
	float: left;
	text-align: center;
	width: 25%;
}
.aboutus .category > li:nth-child(1),
.aboutus .category > li:nth-child(3),
.aboutus .category > li:nth-child(6),
.aboutus .category > li:nth-child(8)
{
	background-color: #F8F8FA;
}
.aboutus .category a
{
	display: block;
	padding-bottom: 30px;
	padding-top: 30px;
}
.aboutus .category img
{
	display: block;
	margin: 0 auto;
}
.aboutus .category li s
{
	color: #202020;
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding: 15px 0;
	text-decoration: none;
}
.aboutus .more
{
	padding: 30px 0;
	text-align: center;
}
.aboutus .more > a
{
	background-color: #FFFFFF;
	border: 1px solid #D5D5D5;
	color: #8A8A8A;
	font-size: 14px;
	padding: 8px 30px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
}
.aboutus .more > a:hover
{
	background-color: #F91B24;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	transition: all .2s ease 0s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
}


/*brand*/
#aboutus-brand
{
	background-color: #F2F2F2;
	padding-bottom: 10px;
}
#aboutus-brand h2.title::after
{
	display: none;
}
#aboutus-brand .text
{
	padding-bottom: 25px;
}
#aboutus-brand ul
{
	
}
#aboutus-brand ul li
{
	background-color: #FFFFFF;
	box-shadow: 1px 1px 4px #CCCCCC;
	display: inline;
	float: left;
	margin: 5px;
	overflow: hidden;
	position: relative;
}
#aboutus-brand ul li:before
{
	background-color: #198EDF;
	content: "";
	display: block;
	height: 70px;
	opacity: 0.7;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 100%;
	width: 100%;
	z-index: 1;
}
#aboutus-brand ul li s
{
	color: #FFFFFF;
	left: 10%;
	line-height: 24px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 100%;
	width: 80%;
	z-index: 2;
}
#aboutus-brand ul li a
{
	display: block;
	height: 70px;
	padding-top: 10px;
	width: 196px;
}
#aboutus-brand ul li a:hover
{
	
}
#aboutus-brand ul li img
{
	display: block;
	margin: 0 auto;
	max-width: 80%;
}
#aboutus-brand li:hover:before,
#aboutus-brand li:hover s
{
	top: 56px;
	transition: all .2s ease 0s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
}


/*why us*/
.whyus
{
	margin: 0 auto;
	width: 1200px;
}
.whyus > li
{
	background-color: #F6F6F6;
	color: #7F7F7F;
	font-size: 14px;
	margin-bottom: 15px;
	position: relative;
	text-align: center;
	padding-right:2%;
}
.whyus > li img
{
	float: left;
	margin-right: 2%;
}
.whyus > li:nth-child(2n)
{
	padding-left:2%;
	padding-right:0;
}
.whyus > li:nth-child(2n) img
{
	float:right;
	margin-right: 0;
	margin-left: 2%;
}
.whyus > li:nth-child(2)::before
{
	background-position: 0 -240px;
}
.whyus > li:nth-child(3)::before
{
	background-position: 0 -480px;
}
.whyus > li:nth-child(4)::before
{
	background-position: 0 -720px;
}
.whyus > li:nth-child(5)::before
{
	background-position: 0 -960px;
}
.whyus h3
{
	color: #181818;
	font-size: 21px;
	line-height: 24px;
	padding-top: 70px;
	padding-bottom:10px;
}


/*contact us*/
.contactus
{
	background-color: #F8F8FA;
	padding: 30px 0;
}
.contactus .contactway
{
	display: inline;
	float: left;
	width: 50%;
}
.contactus .contactway > h3
{
	font-size: 24px;
	padding-bottom: 20px;
}
.contactus .contactway > dl
{
	margin-bottom: 10px;
	padding-left: 30px;
}
.contactus .contactway dt
{
	font-size: 0.85rem;
	font-weight: bold;
	line-height: 1.5rem;
}
.contactus .contactway dd
{
	
}
.contactus .rfq
{
	float: right;
	text-align: center;
	width: 50%;
}
.contactus .rfq > s
{
	display: block;
	font-size: 24px;
	font-weight: normal;
	line-height: 50px;
	margin-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.contactus .rfq > a
{
	background-color: #F91B24;
	border-radius: 18px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 25px;
	text-transform: uppercase;
}