@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #707070;
	background: #efefef;
	line-height: 1.8em;
	overflow-y: scroll;
	min-height: 100%;
}


/*公共样式*/

.w_1000s {
	width: 1000px;
}

a {
	color: #5E5E5E;
	text-decoration: none;
}

.orange:link {
	color: #EF9026;
	text-decoration: none;
}

.orange:visited {
	color: #D87900;
	text-decoration: none;
}

.orange:hover {
	color: #EF9026;
	text-decoration: none;
}

.orange:active {
	color: #D3A401;
	text-decoration: none;
}

.mb20 {
	margin-bottom: 20px;
}

.with70 {
	display: inline-block;
	width: 70%;
}

.with25 {
	display: inline-block;
	width: 25%;
}

.with100 {
	display: inline-block;
	width: 100%;
}

.width60 {
	display: inline-block;
	width: 60%;
}

.tdt {
	text-indent: 2em;
}

.fleft {
	display: inline-block;
	float: left;
}

.fright {
	display: inline-block;
	float: right;
}

.bd {
	border-bottom: 1px dashed #ccc;
}

.tc {
	text-align: center;
}


/*---------------------------------首页导航-----------------------------------------------*/

#head {
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	box-shadow: 1px 1px 1px rgba(200, 200, 200, 0.3);
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
}

#head .headcontent {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.logo {
	width: 300px;
	height: 50px;
	line-height: 40px;
	float: left;
	padding-top: 10px;
	color: #333;
	font-weight: 500;
	cursor: pointer;
}

.headnva {
	width: 700px;
	height: 60px;
	line-height: 60px;
	float: right;
	color: #414141;
	font-size: 16px;
}

.headnva li {
	width: 110px;
	height: 60px;
	display: inline-block;
	float: left;
	text-align: center;
	margin-right: 20px;
}

.headnva li a {
	display: inline-block;
	width: 110px;
	height: 60px;
}

.headnva .current {
	border-bottom: 3px solid #AC2F31;
	box-sizing: border-box;
}

.headcontent .current a {
	color: #AC2F31 !important;
	text-decoration: none;
}

.headcontent li a:hover {
	color: #AC2F31 !important;
	text-decoration: none;
	border-bottom: 3px solid #AC2F31;
	box-sizing: border-box;
}


/*---------------------------------首页banner-----------------------------------------------*/

#banner {
	width: 1200px;
	text-align: center;
	height: 600px;
	margin: 40px auto;
}

#banner img {
	margin: 100px auto 0;
}


/*---------------------------------我们-----------------------------------------------*/

#aboutus {
	width: 1000px;
	height: auto;
	min-height: 500px;
	background: #FFFFFF;
	margin: 61px auto 0px;
	padding: 0 50px 10px;
	box-sizing: border-box;
}

.banneruas {
	margin-bottom: 20px;
}

.abouts .aboutstop,
.partner .partnertop,
.service .servicetop {
	height: 60px;
}

.abouts .aboutcont,
.partner .partnercont,
.service .servicecont {
	padding: 20px;
}

#aboutus .abouts .aboutcont li {
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px dashed #D9D9D9;
}

#aboutus .abouts .aboutcont li .contleft {
	float: left;
}

#aboutus .abouts .aboutcont li .contright {
	float: right;
}

.zhanwei {
	width: 100%;
	height: 100px;
}


/*---------------------------------合作伙伴-----------------------------------------------*/

#paner {
	width: 1000px;
	height: auto;
	min-height: 500px;
	background: #FFFFFF;
	margin: 61px auto 0px;
	padding: 0 50px 10px;
	box-sizing: border-box;
	overflow: hidden;
}

#paner .partner .partnercont {
	overflow: hidden;
	text-align: center;
	width: 64%;
	margin: 0 auto;
}

#paner .partner .partnercont li {
	width: 30%;
	height: auto;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	margin-bottom: 16px;
}

#paner .partner .partnercont li img {
	border: 1px solid #E0E0E0;
}

#paner .partner .partnercont li p {
	font-size: 14px;
	color: #3B3B3B;
	height: 30px;
	line-height: 30px;
}


/*---------------------------------产品和服务-----------------------------------------------*/

#service {
	width: 1000px;
	height: auto;
	min-height: 500px;
	background: #FFFFFF;
	margin: 61px auto 0px;
	padding: 0 50px 10px;
	box-sizing: border-box;
	overflow: hidden;
}

#service .service .servicecont {
	overflow: hidden;
}

#service .service .servicecont li {
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px dashed #D9D9D9;
	margin-top: 20px;
	width: 430px;
	text-align: center;
	float: left;
	height: 440px;
}

.servicecontleft {
	float: left;
}

.servicecontright {
	float: right;
}

#service .servicecont h3 {
	font-size: 22px;
	color: #fcbe38;
	padding-top: 30px;
	height: 40px;
}

#service .servicecont p {
	color: #6b6b6b;
	line-height: 1.8em;
	font-size: 16px;
	padding: 0 15px;
	text-indent: 2em;
	text-align: left;
}


/*---------------------------------新闻-----------------------------------------------*/

#news {
	width: 1000px;
	height: auto;
	min-height: 500px;
	background: #FFFFFF;
	margin: 61px auto 0px;
	padding: 0 50px 10px;
	box-sizing: border-box;
	overflow: hidden;
}

#news .newslist {
	height: auto;
	overflow: hidden;
	min-height: 500px;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 10px;
}

#news .newslist h2 {
	font-size: 18px;
	color: #AC2F31;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

#news .newslist ul {
	overflow: hidden;
	margin-top: 30px;
}

#news .newslist ul li {
	height: 40px;
	margin-bottom: 10px;
	line-height: 40px;
	border-bottom: 1px dashed rgba(204, 204, 204, 0.5)
}

#news .newslist ul li h3 {
	font-size: 14px;
	font-weight: bold;
}

.newslist ul li a:hover,
.newslist a:hover {
	color: #C16600;
}


/*---------------------------------新闻详情页-----------------------------------------------*/

#newsdetail {
	width: 1000px;
	height: auto;
	min-height: 700px;
	background: #FFFFFF;
	margin: 61px auto 0px;
	padding: 0 50px 10px;
	box-sizing: border-box;
	overflow: hidden;
}

.newsdetaitop {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
}

.newsdetaitop p:nth-child(1) {
	font-size: 18px;
	color: #AC2F31;
	font-weight: bold;
}

.newsdetailcontent {
	margin: 30px auto 0;
	min-height: 400px;
	width: 900px;
	height: auto;
	border: 1px solid #ccc;
	padding: 20px 10px;
	border-radius: 5px;
	box-sizing: border-box;
}

.newsdetailcontent h3 {
	text-align: center;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding-bottom: 10px;
	color: #AC2F31;
	font-weight: bold;
}

.newsdetailcontent p.xiaobiao {
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #AC2F31;
}

.newsdetailcontent p.time {
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	font-size: 12px;
}

.newsdetailcontent .tex {
	font-size: 14px;
	line-height: 1.8em;
	text-indent: 2em;
	margin-bottom: 10px;
}

.newsdetailcontent .texb {
	font-size: 14px;
	line-height: 1.8em;
	text-indent: 2em;
	margin-bottom: 20px;
	font-weight: 700;
}

table {
	with: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 12px;
	border: solid rgba(205, 205, 205, 0.6);
	border-width: 1px 0px 0px 1px;
}

table tr th {
	font-weight: bold;
}

table tr {
	height: 30px;
}

table tr td,
table tr th {
	text-align: left;
	border: solid rgba(205, 205, 205, 0.6);
	border-width: 0px 1px 1px 0px;
	padding: 8px 2px;
}

table tr td:nth-child(1) {
	text-align: center;
}