/* 英文默认字体 */

@font-face {
	font-family: openSans;
	src: url('../fonts/OPEN-SANS-2.woff2')
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	font-size: 16px;
	background-color: #fff;
}

body, div, a, li, ul, ol, dl, img, span, input {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
}

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-1200 {
	margin: 0 auto;
	width: 1200px;
}

.this-950 {
	margin: 0 auto;
	width: 950px;
}

/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #eee;
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

/* 头部 */
#header {
	background-color: #fff;
}

#header .logo {
	height: 70px;
	float: left;
	margin: 0;
	padding: 10px 0 6px 0;
}

#header .h_r {
	height: 74px;
	float: right;
	padding-top: 6px;
}

#dh {
	background: url(../images/navbk.gif) repeat-x;
}

.headpic1 {
	width: 156px;
	float: left;
}

#nav {
	width: calc(100% - 176px);
	height: 41px;
	float: right;
	padding-left: 20px;
}

#nav li {
	float: left;
	height: 39px;
	line-height: 39px;
	margin: 1px 0 0 20px;
}

#nav li:first-child {
	margin-left: 10px;
}

#nav li a {
	display: block;
	color: #fff;
	height: 39px;
	line-height: 39px;
	padding: 0 20px;
}

#nav li a.active {
	background: url(../images/navbk3.gif);
}

#nav li a:hover {
	height: 39px;
	line-height: 39px;
	float: left;
	color: #fff;
	background: url(../images/navbk3.gif);
}

/* 首页左侧内容 */
#main {
	margin: 10px 0 20px 0;
}

#main .main_l {
	width: 198px;
	float: left;
	margin-right: 18px;
}

#main .main_l .search {
	width: calc(100% - 20px);
	padding: 0 10px;
	height: 84px;
	background: url(../images/searchbk1.png);
	margin-bottom: 10px;
}

#main .main_l .search form {
	margin-bottom: 6px;
}

#main .main_l .search input {
	line-height: 20px;
	padding: 0 10px;
	height: 20px;
	width: 116px;
	font-size: 14px;
	outline: none;
	margin-top: 15px;
	float: left;
}

#main .main_l .search button {
	float: right;
	width: 32px;
	height: 19px;
	cursor: pointer;
	border: 0px;
	outline: none;
	margin-top: 15px;
	background: url(../images/buttonpic.png);
}

#main .main_l .search .searchfont a {
	font-size: 12px;
	color: #fff;
}

/* 产品系列 */
.main_list {
	width: 199px;
}

.pro_list {
	overflow: hidden;
	background: url(../images/lf_bg.gif) repeat-x bottom;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	width: 100%;
	float: left;
	margin: 0 auto;
	padding: 10px 20px 0 20px;
	height: 460px;
	box-sizing: border-box;
}

.pro_list ul li {
	height: 24px;
	font-size: 12px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.pro_list ul li img {
	margin-right: 6px;
}

.pro_list ul li a:hover {
	text-decoration: underline;
	color: #0b5ea5;
}

/* 首页右侧 */
.main_r {
	width: 734px;
	float: right;
}

.banner {
	margin-bottom: 10px;
}

.titlepic {
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	background: url(../images/titlepic3.gif) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

.about .nr {
	margin: 20px 10px;
}

.about .nr a.more {
	font-size: 12px;
	color: #0371b0;
	text-decoration: none;
}

/* 底部 */
#footer {
	color: #8f8f8f;
	text-align: center;
	background: url(../images/bkpic2.jpg);
	height: 88px;
}

#footer .d_nav {
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	color: #2d60b5;
}

#footer .d_nav a {
	font-size: 12px;
	color: #2d60b5;
	text-decoration: none;
}

#footer .d_nav span:last-child {
	display: none;
}

#footer .bq {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

/* 产品页面 */
.pro {
	margin-top: 20px;
}

.pro li {
	float: left;
	display: block;
	margin-right: 20px;
	width: calc(20% - 18px);
	transition: all 0.3s;
	margin-bottom: 10px;
}

.pro li:nth-of-type(5n) {
	margin-right: 0;
}

.pro li a:first-child {
	display: block;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #dededc;
}

.pro li a .img {
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-size: cover;
	transition: all 0.3s;

}

.pro li a.bt {
	font-size: 12px;
	color: #0371b0;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
	height: 40px;
}

/* 面包屑 */
.link {
	font-size: 12px;
	border-bottom: 1px solid #cdcdcd;
	color: #333;
	height: 20px;
}

/* 产品详情页 */
.pro_content {
	margin: 20px 0;
}

.pro_content .top .one {
	width: 50%;
	float: left;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 15px;
}

.pro_content .top .two {
	width: 48%;
	float: right;
}

.pro_content .bt {
	font-size: 12px;
	color: #000;
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	background: #e6e6e6;
	font-weight: bold;
}