@charset "utf-8";
/* CSS Document */
main {
	width: 100%;
}
main section {
	width: 100%;
	border: 0 none;
	position: relative;
}
main section >h1 {
	line-height: 35px;
	font-size: 1.6em;
	font-weight: normal;
	background: #dde4e9;
	height: 35px;
	text-indent: 10px;
}
main section >h1 a {
	width: 23px;
	height: 23px;
	position: absolute;
	top: 2px;
	right: 7px;
	cursor: pointer;
	background: url(../images/arrow-down.png) no-repeat center center;
	background-size: 100%; /*规定背景图像的尺寸*/
}
main section >h1 a:hover, main section >h1 a.dl-active {
	background: url(../images/arrow-down2.png) no-repeat center center;
}
/*-----下拉菜单-----*/
.dl-menuwrapper {
	width: 100%;
	left: 0;
	position: absolute;
	z-index: 2;
}
.dl-menuwrapper ul {
	background: #0054a6;
	position: absolute;
	width: 100%;
	display: none;
}
.dl-menuwrapper li {
	position: relative;
}
.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	border-top: 1px solid #F1F1F1;
	outline: none;
}
.dl-menuwrapper li a:hover {
	text-decoration: none;
	background: rgba(255,248,213,0.1);
}
/*---------内容----------------*/
#content {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	word-break: normal;
	word-wrap: break-word;
	overflow:hidden;
}
#content .profile {
	width:96%;
	margin:0 auto;
	font-size: 1.4em;
	line-height: 24px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	overflow: visible;
}
#content .profile h2 {
	font-size: 16px;
	margin-bottom: 5px;
}
#content .profile p {
	margin-bottom: 10px;
}
#content .profile h3.request {
	height: 20px;
	line-height: 20px;
/*	margin-bottom: 10px;
*/}
#content .profile .desc {
	margin-top:10px;
	line-height:22px;
}
#content .profile .h3line {
	width:100%;
	text-align:center;
}

#content .profile h3.request a {
	font-size: 14px;
	color: #fff;
	padding-left: 8px;
}
#content .profile h3.bg1 {
	width: 156px;
	background: url(../images/request_bg.jpg) no-repeat left;
}
#content .profile h3.bg2 {
	width: 180px;
	margin-top:10px;
	background: url(../images/request_bg2.jpg) no-repeat left;
}
#content .profile .about-share {
	font-size: 16px;
	text-align:center;
	font-weight:bold;
}
/*------配件-----*/
.hiSlider {
	overflow: hidden;
	width: 100%;
	background: #eee;
}
.hiSlider-item {
	float: left;
}
.hiSlider img {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	vertical-align:middle;
}
.profile table {
	width: 100%;
	border-collapse: collapse;
}
.profile table, .profile table th, .profile table td {
	border: 1px solid #0046a5;
	margin-bottom: 5px;
}
.profile table td {
	padding-left: 5px;
	font-size: 14px;
}
/*---------画册----------*/
#content ul.product-list {
	height: auto !important;
	overflow: hidden;
	margin-bottom:10px;
}
#content >h1 {
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 10px;
}
#content ul.product-list li {
	width: 46%;
	margin: 0 2% 5px;
	height: 100%;
	float: left;
	text-align: center;
}
#content ul.product-list li>a {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	border: solid 1px #e2e2e2;
	-webkit-box-shadow: 3px 3px 3px #ddd;
	-moz-box-shadow: 3px 3px 3px #ddd;
	box-shadow: 3px 3px 3px #ddd;
}
#content ul.product-list li img {
	width: 100%;
	vertical-align: middle;
	text-align: center;
	-webkit-transition:transform 0.6s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition:transform 0.6s ease 0s;
	-o-transition:transform 0.6s ease 0s;
	transition:transform 0.6s ease 0s;
}
#content ul.product-list li a:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#content >ul.product-list >li h3 {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
}
/*--------新闻列表标题----------------*/
#content>ul.news_list {
	clear: both;
	height: auto !important;
	overflow: hidden;
	padding: 8px 10px 8px 10px;
}
#content>ul.news_list li {
	font-size: 1.4em;
	line-height: 28px;
	padding-left: 20px;
	background: url(../images/news-dot.jpg) no-repeat 4px 9px;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	position: relative;
}
#content>ul.news_list span {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: #fff;
	text-align: right;
	width: 92px;
}
/*#content>hgroup.news-list {
	height: auto !important;
	overflow: hidden;
	width:96%;
	margin:0 auto;
}
#content>hgroup.news-list>figure {
	position: relative;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#content>hgroup.news-list>figure img {
	float: left;
	width: 28.5%;
}
#content>hgroup.news-list>figure figcaption {
	float: left;
	width: 71.5%;
}
#content>hgroup.news-list>figure h3 {
	font-weight: normal;
	font-size: 1.4em;
	padding-left: 10px;
}
#content>hgroup.news-list>figure h3 a {
	width: 98%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}*/
/*----新闻列表内容-----*/
/*#content>hgroup.news-list>figure figcaption p{
	font-size: 1.3em;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	padding: 4px 0px 0 10px;
}
#content>hgroup.news-list>figure>figcaption>span {
	font-size: 1.2em;
	color: #999;
	padding-left: 10px;
}*/
/*-------新闻详情页----------*/
#content .news-info {
	width:96%;
	margin:0 auto;
}

#content .news-info header {
	text-align: center;
}
#content .news-info header h1 {
	font-size: 1.6em;
	padding: 5px 0;
	font-weight: normal;
}
#content .news-info header p.p2 {
	font-size: 1.3em;
	line-height: 18px;
	margin-bottom: 10px;
	width: 100%;
	color: #BDBDBD;
	border-bottom: 1px solid #CCDFE5;
	padding-bottom: 5px;
}
/*-------------------------*/
.news-info .news-body {
	width: 100%;
	line-height: 22px;
	font-size: 1.4em;
	padding: 0 0 20px;
}
.news-info .news-body img {
	max-width: 100%;
	vertical-align: middle;
}
.news-info .news-body p {
	margin-bottom: 10px;
}
.news-info .news-body a:hover{
	text-decoration:underline;
}
.news-info table {
	width: 100%;
	border-collapse: collapse;
}
.news-info table, .news-info table th, .news-info table td {
	border: 1px solid #0046a5;
	margin-bottom: 5px;
}
.news-info table td {
	padding-left: 5px;
	font-size: 14px;
}
/*-------在线订单----------------*/
#content .message {
	width:96%;
	margin:0 auto;
}
#content .message h2 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 8px;
}
#content .message p {
	font-size: 14px;
	line-height:24px;
	margin-bottom: 8px;
}
#content .message li {
	width: 100%;
	margin-bottom: 10px;
}
#content form ul li select {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	background: #F3F3F3;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #D7E6F1;
	padding-left:4px;
	font-size: 13px;
}
#content form input[type="text"],#content form input[type="tel"],#content form input[type="email"] {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	border: 1px solid #D7E6F1;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	width: 100%;
	font-size: 13px;
	text-indent: 10px;
	background: #F3F3F3;
	line-height: 30px;
}
#content form input:focus, #content form textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#content form textarea {
	font-size: 13px;
	width: 100%;
	border: 1px solid #D7E6F1;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	background: #F3F3F3;
	line-height: 24px;
	color: #999;
	text-indent: 10px;
}

#content form .button {
	margin:0 auto;
	text-align: center;
}
#content form input.button2 {
	background: url(../images/button_bg2.gif) repeat-x;
	border: 1px solid #799AE1;
	width:80px;
	height: 25px;
	line-height:25px;
	cursor: pointer;
	font-size: 13px;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	text-align: center;
	margin:0 6px;
}
