* {
	font-family: Arial, Helvetica, sans-serif;
	

}

html, body {
	color: #3c3c3c;
    font-size: 12px;
    line-height: 20px;
	background-color: #A9DEE8;
}

body, div, a, li, ul, ol, dl, img, span, input {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
}

/* IOS 样式兼容 */

input[type=button], input[type=submit], input[type=file], select, button, input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

/* 外边距和后台一致 */

p {
	margin: 5px 0;
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.after:after {
	content: '';
	display: block;
	clear: both;
}

.mr-0 {
	margin-right: 0px!important;
}

.this-1000 {
	margin: 0 auto;
	width: 1000px;
}

/* 头部 */

#header .logo {
	margin-top: 10px;
	font-size: 0;
	border-bottom: 6px solid #008BCD;
}

#header .logo img {
	width: 100%;
}

#header .nav {
	background-color: #fff;
	padding: 6px 0;
}

#header .nav a {
	float: left;
	width: 14.285%;
	line-height: 32px;
	border-right: 1px solid #FFFFFF;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

#header .nav a:hover {
	text-decoration: underline;
	color: #ffed8e;
}

/* 公共部分 */

#main {
	padding: 45px 0;
	background: url(../images/body_bg.gif) top repeat-x #FFFFFF;
}

#main>.left {
	width: 230px;
	float: left;
}

#main>.left .search {
	padding: 10px;
	background-image: url(../images/se_bg.gif);
}

#main>.left .search>p {
	color: #fff;
}

#main>.left .search input:first-child {
	border: 1px solid #008bcd;
	font-size: 12px;
	height: 16px;
	width: 100%;
	line-height: 16px;
}

#main>.left .search input:first-child+input {
	margin-top: 10px;
}

#main>.left .series {
	padding: 0 5px;
	margin-top: 20px;
	border: 1px solid #b7d1d1;
	background: #f2fbfb;
}

#main>.left .series .title {
	padding: 10px 0;
}

#main>.left .series .list {
	padding-bottom: 20px;
	border-bottom: 10px solid #D7E8E8;
	margin-bottom: 10px;
}

#main>.left .series .list a {
	display: block;
	font-size: 12px;
	line-height: 24px;
	background: url(../images/tu.gif) bottom no-repeat;
	background-position: 10px;
	padding-left: 25px;
	border-bottom: 1px dotted #ccc;
	color: #383838;
}

#main>.left .series .list a:hover {
	text-decoration: underline;
	color: #bf6800;
}

#main>.right {
	width: 710px;
	margin-left: 30px;
	float: left;
}

#main>.right>.title p {
	float: left;
	color: #2b2b2b;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
}

#main>.right>.title p:nth-of-type(2) {
	float: right;
	color: #707f7f;
	font-size: 12px;
	line-height: inherit;
	margin: 0;
	margin-top: 28px;
}

#main>.right>.title img {
	width: 100%;
}

#main>.right .body {
	padding: 20px 0;
}

/* 首页 */

#main>.right .body.home .left {
	width: 55%;
}

#main>.right .body.home .right {
	width: 40%;
}

/* 产品列表 */

#main .products li {
	width: 196px;
	margin: 0 20px;
	float: left;
}

#main .products li a:nth-of-type(1) {
	display: block;
	width: 100%;
	height: 120px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#main .products li a:nth-of-type(2) {
	display: block;
	margin: 10px 0;
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #333;
	background-color: rgb(215, 232, 232);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
}

#main .products li a:nth-of-type(2):hover {
	text-decoration: underline;
	color: #bf6800;
}

/* 产品内页 */

#main .products-view {
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

#main .products-view .title .img {
	width: 400px;
	margin: auto;
}

#main .products-view .title .img a {
	display: table-cell;
	width: 400px;
	height: 300px;
	border: 1px solid #eee;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
}

#main .products-view .title .img a img {
	max-height: 100%;
}

#main .products-view .title .img .list {
	margin-top: 10px;
}

#main .products-view .title .img .list li {
	width: 70px;
	height: 70px;
	border: 1px solid #eee;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

#main .products-view .title .img .list li div {
	width: 70px;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#main .products-view .title .img .list li img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.pro-view-img-active {
	border: 1px solid #008BCD!important;
}

#main .products-view .title>p {
	text-align: center;
	font-size: 25px;
	margin: 20px 0;
}

#main .products-view .details {
	padding: 10px;
	border-top: 1px solid #eee;
	font-size: initial;
}

/* 客户留言 */

#main .message {
	padding: 10px 30px;
	padding-bottom: 40px;
	text-align: center;
}

#main .message .title p:first-child {
	color: #a0a0a0;
	font-size: 12px;
	margin-top: 30px;
}

#main .message form {
	margin-top: 30px;
	font-size: 14px;
}

#main .message form input {
	width: 400px;
	display: block;
	margin: auto;
	border-bottom: 1px solid #ccc;
	outline: none;
	line-height: 40px;
	margin-top: 20px;
	padding-left: 5px;
}

#main .message form textarea {
	width: 400px;
	margin-top: 20px;
	border: 0px;
	border-bottom: 1px solid #ccc;
	outline: none;
	resize: none;
	padding-left: 5px;
}

#main .message form .submit {
	display: inline-block;
	width: 100px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
	border-radius: 3px;
	background-color: #bbb;
	margin: auto;
	margin-top: 20px;
	margin-left: 5px;
	cursor: pointer;
}

#main .message form .submit:hover {
	background-color: #0F97D4;
}
/* 底部 */

#footer {
	margin-top: 10px;
	line-height: 90px;
	background-color: #E1F0F0;
	text-align: center;
	font-size: 14px;
}