/* 英文默认字体 */

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/poppins.woff2')
}

* {
	font-family: Arial;
}

html,
body {
	font-family: Arial;
	font-size: 9pt;
	background-color: rgb(186, 186, 186);
}

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-45 {
	margin: 0 auto;
	width: 45%;
	background-color: #fff;
} */

.this-781 {
	margin: 0 auto;
	width: 781px;
	background-color: #fff;
}

.sy {
	margin-top: 70px;
}


/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #eee;
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

/* 头部 */
#header {
	height: 80px;
	display: flex;
	align-items: center;
}

#header .logo {
	height: 63px;
	width: 50%;
	padding-left: 30px;
}

#nav {
	color: #fff;
	width: 100%;
	height: 31px;
	background-image: url(../images/backk.gif);
}

.nav {
	display: flex;
	justify-content: space-evenly;
}

#nav a {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
}

#nav a:hover {
	border-bottom: 1px solid #ff0000;
}

#nav span {
	margin-top: 8px;
}

#nav span:last-child {
	display: none;
	font-weight: bold;
}

#footer {
	font-size: 12px;
	color: #000;
	border-top: 5px solid #999;
	text-align: center;
	padding: 10px 0;
	background-image: url(../images/d.gif);
}

#footer p {
	margin: 0;
	line-height: 18px;
}

.about_l {
	width: 236px;
	float: left;
}

.about_r {
	float: left;
	margin-left: 4px;
	width: calc(100% - 240px);
}

.about_r_nr {
	padding: 16px 12px;
}

.about_r_nr p {
	margin: 0;
	font-family: "Verdana";
	font-size: 12px;
	line-height: 3ex;
	margin-bottom: 16px;
}

.pro {
	padding: 15px 0;
}

.pro_l {
	width: 28%;
	/* padding: 0 24px; */
	float: left;
}

.pro_list {
	width: 80%;
	margin: 0 auto;
}

.pro_list .more {
	margin-bottom: 14px;
}

.pro_list .title {
	color: #333366;
	font-size: 18px;
	font-weight: bold;
}

.pro_list .title img {
	margin-right: 2px;
}

.pro_list .children {
	display: flex;
	flex-direction: column;
}

.pro_list .children a {
	color: #000;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.pro_list .children a:hover span {
	color: #ff0000;
	box-sizing: border-box;
	border-bottom: 1px solid #ff0000;
}

.pro_r {
	width: calc(72% - 48px);
	float: left;
	padding: 0 24px;
}

.pro_link {
	color: #993333;
	font-weight: bold;
}

.pro_link a {
	color: #000;
	font-weight: bold;
}

.pro_link a:hover {
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
}

.pro_link img {
	margin-right: 2px;
}

.pro_cp {
	margin: 20px 0;
}

.pro_cp li {
	width: calc(33% - 19px);
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	text-align: center;
	color: #993333;
	font-weight: bold;
}

.pro_cp li:nth-of-type(3n) {
	margin-right: 0;
}

.pro_cp li .pro_img {
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
}

.pro_view_img {
	text-align: center;
}

.pro_view_bt {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 7px;
	margin: 20px 0;
}

.pro_view_bt li {
	width: 50%;
	float: left;
}

.pro_view_bt li span {
	font-weight: bold;
}

.pro_view_nr {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 7px;
}

.pro_view_nr span {
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

.pro_view_nr p {
	margin: 0;
	margin-bottom: 12px;
}

.pro_view_nr table p {
	margin: 0;
	margin-bottom: 0;
}

.pro_view_nr {
	background-color: #f5f5f5;
	overflow: auto;
}

.contact {
	padding: 20px 10px;
}

.contact p {
	font-size: 13px;
	line-height: 20px;
	border-bottom: 1px dashed #000;
}