@charset "UTF-8";

.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 3.75rem;
	box-sizing: border-box;
	box-shadow: 0 0.03125rem 0.125rem rgba(0, 0, 0, .1);
	z-index: 200;
}

.header-one {
	heigth: 1.25rem;
	line-height: 1.25rem;
	background: #333;
	font-size: .375rem;
}

.header-one-container {
	margin: auto;
}

.header-one-item {
	
}

.container {
	width: 37.5rem;
	margin: 0 auto;
	box-sizing: border-box;
}

.header-one-item-text {
	color: #fefefe;
	text-decoration: none;
}

.header-two {
	background: #fff;
}

.header-two-container {
	z-index: 200; background : #fff;
	margin: auto;
	position: relative;
	height: 2.5rem;
	width: 100%;
	line-height: 2.5rem;
	background: #fff;
}

.nav-logo {
	float: left;
}

.logo{
	width: 4.4375rem;
    height: auto;
    max-height: 1.6875rem;
    vertical-align: middle;
}

.main-nav {
	float: left;
	display: block;
}

.nav-list {
	position: relative;
	height: 100%;
	float: left;
	padding: 0 .625rem;
	display: block;
	list-style-type: none;
}

.s-nav-item {
	float: left;
	position: relative;
	color: #333;
	cursor: pointer;
	font-size: .4375rem;
	padding: 0 .625rem;
}

.s-nav-item a:visited{
	color:#333;
}

.s-dropdown {
	z-index: -1;
	position: absolute;
	top: 100%;
	left: 0;
	overflow: auto;
	width: 100%;
	padding: .3125rem 0;
	background: #fff;
	border: .03125rem solid #efefef;
	border-radius: 0 0 .125rem .125rem;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
	box-shadow: 0 .03125rem .0625rem rgba(0, 0, 0, .1)
}

.s-dropdown li {
	line-height: 1.25rem;
	color: #333;
	font-size: .4375rem
}

.s-dropdown li.active, .s-dropdown li:hover {
	color: #e83e43
}



.s-main {
	margin-top: 3.75rem;
}

.s-contain {
	width: 100%;
	min-width: 37.5rem;
	background: #fff;
	color: #333;
}

.wrap {
	z-index: 100; width : 1120px;
	margin: 0 auto;
	width: 1120px;
}

.wrap h2 {
	font-size: .8375rem;
	line-height: .90625rem;
	text-align: center;
	margin: 1.8rem 0;
	font-weight: 400;
}

.wrap .solution-ul {
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	width: 100%;
	z-index: 100;
}

.wrap .solution-ul li {
	z-index: inherit;
	position: relative;
	float: left;
	width: 230px;
	margin-right: 38px;
	height: 251px;
	border: 2px solid #fff;
	box-shadow: 1 2px 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.wrap .solution-ul li:hover {
	color: #00ae47;
	border-color: #00ae47;
	text-decoration: none;
}

.wrap h3 {
	padding: 10px 0; color : #999999;
	font-size: .6375rem;
	text-align: center;
	color: #999999;
}

.wrap p {
	color: #999999;
	font-size: .4375rem;
	padding: 0 15px;
}

.wrap a:hover, a:active, a:link {
	text-decoration: none;
}

.solution-ul span {
	position: absolute;
	bottom: 10%;
	display: block;
	width: 70%;
	text-align: center;
	font-size: .6375rem;
	color: #999;
	border: 1px solid #999;
	border-radius: 5px;
	left: 15%;
}

.ul-join {
	list-style-type: none;
	padding: 30px 0;
}

.ul-join li {
	padding: 5px; width : 20%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	border: 1px solid #999;
	width: 20%;
}

.ul-join p {
	padding-top: 10px; line-height : .8rem;
	font-size: .4rem;
	line-height: .8rem;
}

.title-div span {
	color: #999; position : relative;
	display: block;
	float: left;
	font-size: 1.5rem;
	position: relative;
}

.title-div img {
	height: 1.5rem;
	width: 1.5rem; display : block;
	float: right;
	display: block;
}

.zhaomu {
	height: 400px;
	width: 100%;
	background-image: url("../img/bg_customer.png");
}

footer {
	width: 100%;

	background-color: #352c2b;
	color: #fff;
}

.foot-info {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	border-bottom: .03125rem solid #868080;
	color:#fff;
}

.foot-box{
	position:relative;
	float:left;
	display: block;
	width: 5.84375rem;
	padding: 1.5625rem 0;
	
	
}

.foot-title{
	display: block;
	padding-bottom: .5rem;
	font-size:.5rem;
}

.foot-link{
	display: block;
	line-height: .875rem;
	color:#b8b8b8;
	font-size: .4375rem;
	cursor:pointer;
	text-decoration: none;
	
}

.foot-box img{
	width:120px;
	height:120px;
}

.s-foot-copyright {
    padding-top: .78125rem;
    padding-bottom: 1.28125rem;
    text-align: center;
    color: #fff;
}

.s-foot-copyright-link-container {
    margin-bottom: .78125rem;
}

.s-foot-copyright-link-container .s-foot-copyright-link{
    height: 1.5rem;
    margin: 0 auto;
    line-height: 1.5rem;
}

.image-box{
	margin-top:1rem;
	width:50%;
	float:left;
}

.image-box img{
	width:100%;
	height:100%;
}
.text-box{
	margin-top:1rem;
	width:50%;
	float:left;
}

.text-box h1{
	font-size:1rem;
	color:#7f7f7f;
	text-align:center;
	width:100%;
	margin-top:1rem;
}

.text-box h2{
	font-size:0.8rem;
	color:#7f7f7f;
	text-align:center;
	width:100%;
	margin-top:1rem;
}

.join h1{
	font-size:1rem;
}
.join h2{
	font-size:0.8rem;
}

.join h1,.join h2,.join img{
	color:#7f7f7f;
	display:block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
	