@charset "utf-8";
/* CSS Document */

/*body{ background:url(../images/bg.jpg) no-repeat; height:auto !important;}
*/
/*header*/
.top_wrapper {
	width: 1200px;
	margin: 30px auto;
	height: auto !important;
}
.language span {
	color: #1db9ca;
	display: block;
	float: right;
}
.language img {
	margin-top: 2px;
	display: block;
	float: right;
}
.clearfix {
	clear: both;
}
/*nav*/
.logo {
	float: left;
}
.phone {
	float: right;
	width: 316px;
	margin-top: 40px;
	display: block;
}
.phone img {
	display: block;
	float: left;
}
.phone span {
	display: block;
	float: left;
}
.nav {
	position: relative;
	margin-bottom: 30px;
}
.nav ul {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.nav li {
	float: left;
	width: 100px;
	color: #1db9ca;
	text-align: right;
	font-size: 16px;
}
.nav li a {
	color: #1db9ca;
}
.nav li a:hover {
	color: #006ebc;
}
.main_wrapper {
	width: 1200px;
	height: auto !important;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
}
/*footer*/
.footer {
	color: #1db9ca;
	text-align: center;
	margin: 50px auto;
}
.footer a{
	color: #1db9ca;
}
/*list*/
.list {
	float: left;
	width: 220px;
	height: auto !important;
	margin-top: -80px;
	position: absolute;
	z-index: 80;
	display: block;
}
.list_wrapper {
	width: 130px;
	margin: 0 auto;
}
.list>p {
	width: 180px;
	height: 80px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 26px;
	line-height: 80px;
	padding-left: 40px;
}
.list span {
	display: block;
	width: 180px;
	height: 40px;
	background: #1db9ca;
	padding-left: 40px;
	line-height: 40px;
	color: #fff;
}
.list li {
	background: url(../images/list.jpg) no-repeat;
	width: 180px;
	height: 30px;
	padding-left: 40px;
	line-height: 30px;
	margin-top: 5px;
}
.list li a.acur,.list li a:hover {
	color: #006ebc;
}
.quick img {
	margin-top: 10px;
	display: block;
}
.list_contact {
	background: url(../images/bg_contact.jpg) no-repeat;
	width: 220px;
	height: 238px;
	margin-top: 20px;
}
.list_contact p {
	color: #6b6b6b;
	font-size: 12px;
	padding: 0 20px;
	padding-top: 90px;
	line-height: 22px;
}
/*main*/
#content {
	float: right;
	display: inline;
	width: 930px;
	margin-right: 25px;
}
.h700{
	min-height:700px;
	height:auto !important;
	height:700px;
	overflow:visible;
	}
.h900{
	min-height:900px;
	height:auto !important;
	height:900px;
	overflow:visible;
	}
/*----公司简介----*/
#content .profile,#content .info{
	border-top: 1px solid #B4B4B4;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	overflow: visible;
	padding: 20px 0px 10px 0px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#content .profile p {
	color: #757575;
	/*	text-indent: 2em;
*/	line-height: 25px;
	margin-bottom: 20px;
}
#content .profile span.about {
	display: block;
	text-align: center;
	color: #006ebc;
	font-size: 24px;
	margin-bottom: 50px;
	line-height: 28px;
}
/*----产品页----*/
#content ul.product_list {
	border-top: 1px solid #B4B4B4;
	clear: both;
	height: auto;
	overflow: hidden;
	padding: 28px 0px 0px 30px;
}
#content ul.product_list li {
	float: left;
	display: inline;
	width: 425px;
	text-align: center;
	margin-bottom: 10px;
}
#content ul.product_list li>a {
	margin: 0 auto;
	display: block;
	width: 365px;
	height: 380px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
}
#content ul.product_list li img {
	width: 365px;
	height: 380px;
}
#content ul.product_list li>a:hover {
	border: 1px solid #000000;
}
#content ul.product_list li span {
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 6px;
}
.result {
	clear: both;
	text-align: center;
}
/*------------------------*/
#content ul.news_list {
	clear:both;
	height:auto !important;
	overflow:hidden;
	padding: 0px 15px 10px 15px;
	border-top: 1px solid #B4B4B4;
}
#content ul.news_list li {
	padding:6px 0;
	border-bottom: 1px dotted #b8b8b8;
	padding-left: 16px;
	background: url(../images/dian.png) no-repeat 4px 13px;
}
#content ul.news_list span {
	float: right;
	display: inline;
	text-align: right;
}
/*-------新闻详情页----*/
.news_info {
	height:auto !important;
	overflow:hidden;
	padding: 10px 15px 10px 15px;
	border-top: 1px solid #B4B4B4;
}
.news_info header {
	text-align: center;
}
.news_info header h1 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 6px;
}
.news_info header p {
	line-height: 28px;
	font-size: 12px;
	border-bottom: 1px dotted #959595;
}
.news_info header p time {
	padding-right: 10px;
}
.news_info header p span {
	padding-right: 10px;
}
/*------文章内容----*/
.news_info .news_body {
	font-size: 14px;
	padding: 12px 0px 0px 0px;
	line-height: 24px;
	height:auto !important;;
	overflow:hidden;
}
.news_info .news_body .prodes{
	height:auto !important;;
	overflow:hidden;
	margin-bottom:8px;
}
.news_info .news_body .proimgs {
	text-align: center;
}
.news_info .news_body img {
	border: 1px solid #CCC;
}
.news_info .news_body p {
	margin-bottom: 8px;
}
.news_info .news_body p.pcut span {
	border: 1px solid #B4B4B4;
	margin-right: 2px;
	padding: 2px 4px;
	font-weight: bold;
	color: #0473EC;
}
.news_info .news_body p.pcut a {
	border: 1px solid #B4B4B4;
	margin-right: 2px;
	padding: 2px 4px;
	color: #9E9E9E;
}
.news_info .news_body p.pcut a:hover {
	text-decoration: none;
	color: #0473EC;
}
.news_info .news_body a {
	color: #094B9F;
}
.news_info .news_body a:hover {
	text-decoration: underline;
	color: #094B9F;
}
.news_info table {
	width: 100%;
	line-height: 23px;
	border-collapse: collapse;
}
.news_info table, th, td {
	border: 1px solid #7C7C7C;
	margin-bottom: 5px;
}
.news_info table td {
	padding-left: 5px;
	font-size: 14px;
}
.contact_main {
	border-top: 1px solid #B4B4B4;
	margin-top: 40px;
	height: auto !important;
}
.contact {
	margin-left: 50px;
	float: left;
}
.contact_main h1 {
	color: #1db9ca;
	line-height: 100px;
}
.contact_main p {
	line-height: 30px;
	font-size:14px;
}
.contact_main img {
	float: right;
	display: block;
}
.contact_main .contact p{
	font-size:14px;
	line-height:2;
	margin-bottom:20px;
}



/*article*/
.article {
	border-top: 1px dashed #B1B1B1;
	margin-top: 30px;
	border-bottom: 1px dashed #B1B1B1;
}
.article li {
	float: left;
	line-height: 80px;
	font-size: 14px;
}
.article span {
	float: right;
	line-height: 80px;
	font-size: 14px;
}
/*print*/
.print {
	width: 930px;
	height: auto !important;
	margin: 40px 0 80px 0;
	text-align: center;
}
.print span {
	text-align: center;
}
/*product_details*/
.product_details {
	width: 930px;
	height: auto !important;
	overflow: hidden;
	margin-bottom: 20px;
}
.product_details .pic {
	float: left;
	display: inline;
	width: 490px;
}
.details {
	float: left;
	display: inline;
	width: 430px;
}
.details h1 {
	font-weight: normal;
	color: #006ebc;
}
.details>span {
	background: #006ebc;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	font-weight: normal;
}
.details>p {
	color: #6d6c6c;
	margin: 15px 0;
}
.details_content h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 35px;
	border-bottom: #006ebc 1px dashed;
}
#header .right ul.lan li:nth-child(odd) {
	background: url(../images/china.png) no-repeat left;
}
#header .right ul.lan li:nth-child(even) {
	margin-left: 12px;
	background: url(../images/usa.png) no-repeat left;
}
.details_content p {
	padding-left: 15px;
	line-height: 25px;
}
.details_content p:nth-child(odd) {
	background: url(../images/dian1.png) no-repeat 0 8px;
}
.details_content p:nth-child(even) {
	background: url(../images/dian2.png) no-repeat 0 8px;
}
.parameter {
	height: auto !important;
	overflow: hidden;
}
.parameter h2 {
	font-size: 18px;
	line-height: 35px;
	font-weight: normal;
	border-bottom: #006ebc 1px dashed;
}
.parameter ul {
	width: 100%;
	height: auto !important;
	overflow: hidden;
	margin-bottom: 20px;
}
.parameter ul li {
	float: left;
	width: 300px;
	line-height: 30px;
}
.parameter img {
	padding: 30px 0 50px 0;
	display: block;
}

/*----展示----*/
#content ul.project_list {
	border-top: 1px solid #B4B4B4;
	clear: both;
	height: auto;
	overflow: hidden;
	padding: 28px 0px 0px 30px;
}
#content ul.project_list li {
	float: left;
	display: inline;
	width: 283px;
	text-align: center;
	margin-bottom: 10px;
}
#content ul.project_list li>a {
	margin: 0 auto;
	display: block;
	width: 243px;
	height: 180px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
}
#content ul.project_list li img {
	width: 243px;
	height: 180px;
}
#content ul.project_list li>a:hover {
	border: 1px solid #000000;
}
#content ul.project_list li span {
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 6px;
}
.result {
	clear: both;
	text-align: center;
}
.project-p{
	color: #757575;
	text-indent: 2em;line-height: 25px;
	margin-bottom: 20px;
	font-size:16px;}
