﻿body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	font:12px "microsoft yahei", Arial, Helvetica, sans-serif;
	color:#666;
	min-width: 1200px;
  	margin: 0 auto;
}

a,button,input,optgroup,select,textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
}

a,img {
	-webkit-touch-callout: none;
	/*禁止长按链接与图片弹出菜单*/
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
  margin:0;
  padding:0;
  border:none;
  list-style:none;
}
input,button {
	border:none;
	background: #fff;
	margin:0;
  padding:0;
}
.fl {float:left;}
.fr {float:right;}
.clear:before,.clear:after {
  content: "";
  display: block;
  clear: both;
}
a,a:active,a:hover {
	text-decoration: none;
	color: #666;
}
img{
	vertical-align: middle;
}

.width{
	width: 1200px;
	margin: 0 auto;
}
.loginHeader{
	height: 76px;
	line-height: 76px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.loginTxt{
	color: #333;
	font-size: 24px;
	margin-left: 20px;
}
.loginEng{
	font-size: 18px;
	padding: 0 10px;
}
.loginHeader b{
	display: inline-block;
	width: 10px;
	height: 21px;
	background: #75db26;
}
.mainHeader{
	height: 76px;
	line-height: 76px;
	background: #fff;
	border-bottom: 4px solid #f8f7ed;
}
.mainTxt{
	float: left;
	width: 120px;
	font-size: 24px;
	text-align: center;
	border-top: 4px solid transparent;
	cursor: pointer;
}
.active1{
	color: #75db26;
	border-top: 4px solid #75db26;
}
.banner img{
	width: 100%;
}
/*导航*/
.nav{
	background: #fff;
}
.nav .width{
	height: 100px;
	line-height: 100px;
}
.nav li{
	float: left;
	font-size: 20px;
}
.nav .fr li{
	width: 100px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 23px;
}
.active{
	border-bottom: 4px solid #75db26;
}
.active a{
	color: #75db26;
}

/*友情链接*/
.linkBox{
	padding: 20px;
	border-top: 1px solid #eee;
}
.linkBox .loginHeader{
	border: 0;
}
.link li{
	float: left;
}
.foot{
	color: #fff;
	background: #404040;
	padding: 20px 0;
}
.foot p{
	font-size: 16px;
	margin-bottom: 10px;
}
.foot .fl .fl{
	margin-right: 150px;
}
.foot .fr img{
	margin-top: 30px;
}
/*底部*/
.footer{
	text-align: center;
	background: #333;
	color: #fff;
	padding: 20px;
}



.joinBox{
	margin: 10px 0 30px;
	font-size: 16px;
}
.joinBox p{
	line-height: 30px;
}
.joinColor{
	color: #000;
}
.help{
	background: #eee;
}
.newsBox{
	margin: 50px 0;
}
.newsBox img{
	margin-right: 20px;
	width: 287px;
	height: 174px;
}
.newsBox .newInfo{
	width: 890px;
	font-size: 14px;
}
.newsHeader{
	text-align: center;
	margin: 50px 0 20px;
}
.newsHeader h1{
	margin-bottom: 10px;
}

.newsMain{
	margin-bottom: 50px;
}
.newsMain p{
	font-size: 16px;
	line-height: 30px;
	text-indent: 32px;
	margin-bottom: 10px;
}
.newsMain h2,.newsMain h3{
	margin-bottom: 10px;
}
.newsMain .newsDiv{
	text-align: center;
	margin-bottom: 10px;
}
.newsMain .newsDiv img{
	width: 600px;
}
.recruit,.recruitTable{
	width: 1200px;
	font-size: 16px;
	border-collapse: collapse;
	border: 1px solid #eee;
	margin: 50px 0;
}
.recruit thead td,.recruitTable thead th{
	font-size: 18px;
	color: #fff;
	background: #75db26;
}
.recruit td,.recruitTable td,.recruitTable thead th{
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	border-bottom: 1px dashed #eee;
}
.recruitTable td{
	width: 25%;
	border-left: 1px dashed #eee;
}
.recruitTable td p{
	height: 30px;
	line-height: 30px;
}
.recruit tr:nth-child(even){
	background: #eee;
}
.main li{
	float: left;
	margin: 20px 0 20px 40px;
}
.main li img{
	width: 250px;
	height: 250px;
	margin-bottom: 20px;
}
.main li img:hover{
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.main li p{
	width: 250px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.aboutBox .about{
	display: none;
}
.aboutBox .introduce{
	display: block;
}
.contactBox{
	margin: 20px auto;
	font-size: 18px;
}
.map{
	margin-right: 30px;
}
.company{
	font-size: 20px;
	color: #000;
}
.company img{
	margin-right: 10px;
}
.contact{
	width: 600px;
}
.contact p{
	line-height: 30px;
}
.address{
	margin-bottom: 60px;
}
