@charset "utf-8";
* {
	font-family: "宋体"
}
a img {
	border: none;
}
h1, h2, h3, h4, p {
	margin: 0px;
	padding: 0px;
}
/*首页*/

.service_box {
	width: 1200px;
	margin: auto;
}
.all_title {
	padding: 30px 0px;
}
.all_title h1 {
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	color: #222;
}
.all_title div {
	width: 40px;
	height: 1px;
	margin: 8px auto;
	background: #03b8df;
}
.all_title p {
	font-size: 14px;
	text-align: center;
	color: #222;
}
.service_center {
	overflow: hidden;
}
.service_center li {
	float: left;
	width: 600px;
	overflow: hidden;
}
.service_center li img {
	float: left;
	width: 300px;
	height: 240px;
	display: block;
}
.service_center li.f_tree img {
	float: right;
}
.service_center li div {
	float: right;
	width: 240px;
	padding: 30px;
}
.service_center li.f_tree div {
	float: left;
}
.service_center li a {
	display: block;
	font-size: 16px;
	color: #03b8df;
}
.service_center li span {
	display: block;
	width: 40px;
	height: 1px;
	background: #03b8df;
	margin: 12px 0px;
}
.service_center li p {
	font-size: 14px;
	line-height: 22px;
	color: #222;
}
.news_box {
	background: #f5f5f5;
	padding-bottom: 20px;
	margin-top: 50px;
}
.news_center {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.news_center li {
	float: left;
	width: 540px;
	padding: 20px;
	margin: 0px 10px 20px 10px;
	background: #fff;
}
.news_center li h1 {
	width: 100%;
	font-size: 16px;
	color: #03b8df;
	font-weight: normal;
	white-space: nowrap;/*一行显示*/
	overflow: hidden;/*超出部分隐藏*/
	text-overflow: ellipsis;/*用...代替超出部分*/
}
.news_center li span {
	display: block;
	font-size: 12px;
	color: #aaa;
	line-height: 30px;
}
.news_center li p {
	font-size: 14px;
	color: #222;
}
.picture_box {
	width: 1200px;
	margin: auto;
	padding-bottom: 40px;
}
.marqueeleft {
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.marqueeleft .marqueeleft_pig {
	width: 8000px;
}
.marqueeleft ul {
	float: left;
}
.marqueeleft li {
	float: left;
	width: 380px;
	margin: 0 10px;
}
.marqueeleft li div {
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.marqueeleft li img {
	width: 380px;
	min-height: 260px;
}
.marqueeleft li p {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #222;
	text-align: center;
	white-space: nowrap;/*一行显示*/
	overflow: hidden;/*超出部分隐藏*/
	text-overflow: ellipsis;/*用...代替超出部分*/
}
.marqueeleft li:hover p {
	color: #03b8df;
}
/*单页、详情页css*/

.article_box {
	width: 1200px;
	margin: auto;
	margin-bottom: 50px;
}
.article_box ul {
	overflow: hidden;
}
.article_box li {
}
.com_left { float:left;
	width: 250px;
	overflow: hidden;
}
.com_left h1 {
	width: 100%;
	line-height: 40px;
	background: #03b8df;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-indent: 20px;
}
.com_left a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #222;
	margin-top: 5px;
	text-indent: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.com_left a:hover {
	color: #03b8df;
}
.com_left h2 {
	width: 100%;
	line-height: 40px;
	background: #03b8df;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-indent: 20px;
	margin-top: 40px;
}
.com_left div {
	font-size: 14px;
	padding: 0px 0px;
	line-height: 24px;
}
.kuang {
	width: 230px;
	height: 30px;
	border: 1px solid #ddd;
	padding-left: 10px;
	margin-bottom: 8px;
	font-size: 13px;
	color: #999;
}
.com_right { float:left;
	margin-left: 48px;
	width: 890px;
	overflow: hidden;
}
.crumbNav {
	color: #313131;
	font-size: 14px;
	padding: 40px 0px 17px 0px;
	border-bottom: 1px solid #ddd;
}
.crumbNav a {
	font-size: 14px;
	color: #313131;
	font-weight: normal;
}
.crumbNav a:hover {
	color: #03b8df;
}
.com_right h1 {
	font-size: 20px;
	padding: 30px 0px 20px 0px;
	line-height: 26px;
	text-align: center;
	color: #03b8df;
}
.com_right p {
	font-size: 15px;
	color: #252525;
	line-height: 26px;
}
.new_lisbox {
	margin-top: 10px;
}
.new_listpage {
	overflow: hidden;
}
.new_listpage a {
	font-size: 15px;
	color: #555;
	line-height: 30px;
	float: left;
	display: block;
}
.new_listpage a:hover {
	color: #03b8df;
}
.new_listpage span {
	font-size: 14px;
	color: #aaa;
	float: right;
}
.flip_article {
	font-size: 14px;
	padding: 20px 0px;
	display: table;
	margin: auto;
}
.flip_article a {
	color: #555;
}
.flip_article a:hover {
	color: #03b8df;
}
.article_libox {
	padding-top: 10px;
	overflow: hidden;
}
.article_libox li {
	width: 210px;
	background: #f7f8fa;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.article_liall {
	font-weight: normal;
	display: block;
	width: 210px;
	background: #0a2b4a;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.article_libox span {
	margin-top: 10px;
	overflow: hidden;
	display: block;
}
.article_lione {
	display: block;
	line-height: 35px;
	font-size: 14px;
	color: #252525;
	text-indent: 10px;
}
.article_lione:hover {
	color: #03b8df;
}
.product_listpage {
	overflow: hidden;
}
.product_listpage a {
	float: left;
	width: 212px;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
}
.product_listpage div {
	width: 212px;
	height: 180px;
	overflow: hidden;
}
.product_listpage img { margin:0 auto; 
	height: 180px;
}
.product_listpage p {
	line-height: 40px;
	font-size: 14px;
	color: #555;
	text-align: center;
	margin: 0px;
}
.product_listpage a:hover p {
	color: #fff;
	background: #03b8df;
}
.article_listpage {
	overflow: hidden;
}
.article_listpage a {
	float: left;
	width: 425px;
	margin: 0px 20px 20px 0px;
	overflow: hidden;
}
.article_listpage img {
	width: 180px;
	height: 137px;
	border: 1px solid #e5e5e5;
	float: left;
}
.article_listpage div {
	float: right;
	width: 230px;
	height: 137px;
	overflow: hidden;
}
.article_listpage h5 {
	font-size: 16px;
	line-height: 40px;
	color: #03b8df;
	margin: 0px;
	font-weight: normal;
}
.article_listpage p {
	font-size: 14px;
	color: #222;
	line-height: 24px;
}
.detail_img {
	max-width: 470px;
	padding: 10px 20px 0px 0px;
	float: left;
}
.com_right h3 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #03b8df;
	font-size: 18px;
}
.com_right h4 {
	font-size: 15px;
	color: #252525;
	line-height: 26px;
	font-weight: normal;
}
.list_art {
	display: table;
	margin: auto;
	overflow: hidden;
}
.list_art li {
	float: left;
	margin: 0px 10px;
}
.list_art a {
	display: block;
	float: left;
	font-size: 14px;
	padding: 0px 30px 0px 30px;
	line-height: 30px;
	border: 1px solid #03b8df;
	color: #03b8df;
	margin-bottom: 20px;
}
.list_art a:hover {
	background: #03b8df;
	color: #fff;
}
#com_center {
	font-size: 14px;
	line-height: 24px;
}
#com_center img {
	max-width: 100%;
	height: auto !important;
	margin: auto!important;
}
/*在线留言*/

td {
	padding: 0px;
}
.guestbook_r01 {
	width: 520px;
	height: 50px;
}
.guestbook_r_text01 {
	width: 500px;
	background: #eee;
	border: 1px dashed #ccc;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
}
.guestbook_r02 {
	width: 520px;
	height: 130px;
}
.guestbook_r_text02 {
	width: 500px;
	background: #eee;
	border: 1px dashed #ccc;
	height: 84px;
	line-height: 180%;
	padding: 10px;
}
.guestbook_r03 {
	width: 520px;
	height: 50px;
}
.guestbook_r_text03 {
	width: 160px;
	background: #eee;
	border: 1px dashed #ccc;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
}
.submit001 {
	background: #03b8df;
	border: none;
	width: 250px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-family: "宋体";
	font-size: 16px;
	margin-top: 20px;
	cursor: pointer;
}
.reset001 {
	background: #ccc;
	border: none;
	width: 250px;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-family: "宋体";
	font-size: 16px;
	margin-left: 10px;
	margin-top: 20px;
	cursor: pointer;
}
/*翻页代码*/

.pages {
	text-align: center;
	font-size: small;
	margin-top: 20px;
}
.pages a {
	background-color: #f3f3f5;
	display: inline-block;
	padding: 2px 6px
}
.pages a:hover {
	border: 1px solid #666;
	padding: 1px 5px;
	text-decoration: none
}
.pages strong {
	font-weight: bold;
	background-color: #f3f3f5;
	display: inline-block;
	padding: 2px 6px;
	color: #1176bb
}
.pages .current {
	background-color: #333;
	display: inline-block;
	padding: 2px 6px;
	color: #fff
}
