/* 英文默认字体 */

@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: #333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #ff8401;
}

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;
}

.this-1440 {
	margin: 0 auto;
	width: 1440px;
}

/* 表格初始化 */

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: #000;
}

#header .logo {
	height: 115px;
	float: left;
}

.top {
	float: right;
	margin-top: 25px;
}

.top_one {
	display: block;
	float: right;
	margin-bottom: 10px;
}

.top_one a {
	float: left;
	margin-left: 10px;
	height: 27px;
}

#nav {
	background-color: #a41818;
	height: 43px;
	line-height: 43px;
	width: 100%;
}

#nav a {
	float: left;
	color: #fff;
	line-height: 43px;
	width: 20%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

#home .one {
	margin: 10px 0 20px 0;
}

#pro_list {
	float: left;
	width: 258px;
	margin-right: 10px;
}

.pro_list_title {
	background: #ff0000;
	font-family: "宋体";
	font-weight: bold;
	line-height: 63px;
	color: #FFFFFF;
	padding-left: 14px;
	font-size: 18px;
}

.pro_list {
	box-sizing: border-box;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}

.pro_list_li {
	background: none;
	border-bottom: 1px solid #bfbfbf;
	padding-left: 5px;
	font-size: 14PX;
	line-height: 30px;
	box-sizing: border-box;

}

.pro_list li img {
	margin-right: 6px;
}

a.pro_list_bt {
	font-weight: bold;
	color: #000;
}

.son a {
	display: block;
	line-height: 30px;
	font-size: 12px;
	padding-left: 5px;
}

.cp_list {
	float: left;
	width: calc(100% - 268px);
}

.cp_list li {
	float: left;
	margin-right: 10px;
	width: calc(33.33% - 7px);
}

.cp_list li:nth-of-type(3n) {
	margin-right: 0;
}

.cp_list li .cp_img {
	width: 100%;
	border: 1px solid #c8c8c8;
	padding-top: 74%;
	background-size: contain;
	box-sizing: border-box;
	transition: all 0.3s;
	background-position: center center;
	background-repeat: no-repeat;

}

.cp_bt {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	width: 100%;
}

.three {
	margin: 20px 0;
}

.three_one {
	float: left;
	width: 318px;
	margin-right: 20px;
}

.three_title {
	margin-bottom: 10px;
}

.three_title span {
	font-size: 14px;
	font-family: '宋体';
	color: #f13434;
	display: block;
	font-weight: bold;
}

.three_nr {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 12px;

}

.three_nr p {
	font-size: 12px;
	font-family: '宋体';
	color: #333;
	line-height: 22px;
	margin: 0;
}

.three_two {
	float: left;
	width: 315px;
	margin-right: 20px;
}

.three_three {
	float: left;
	width: 315px;
}

.three_bt a {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-family: '宋体';
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.three_jj a {
	font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#footer {
	width: 100%;
	background: #2b2b2b;
	font-size: 13px;
	color: #fff;
	padding: 10px 0;
}

#footer a {
	color: #fff;
}

.footer_l {
	float: left;
	width: calc(100% - 140px);
}

.footer_nav a {
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	float: left;
	margin-right: 40px;
}

.footer_nr p {
	margin: 0;
	line-height: 26px;
}

.footer_r {
	float: right;
	width: 130px;
}

#main {
	margin: 10px 0 20px 0;
}

.main_right {
	float: left;
	width: calc(100% - 268px);
}

.main_right_title {
	background-color: #ff0000;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	color: #fff;
}

.main_right_title a {
	color: #fff;
}

.main_right_title span {
	float: left;
	font-size: 20px;
}

.main_link {
	float: right;
	color: #fff;
	font-size: 14px;
}

.main_right_nr {
	border: 2px solid #c1c1c1;
	border-top: none;
	padding: 10px 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.main_right_nr p {
	color: #3D3D3D;
	font-size: 12px;
	font-family: '宋体';
	line-height: 20px;
	margin: 0;
}

.main_right .cp_list {
	float: none;
	width: 100%;
	border-bottom: 1px dotted #666;
}

.main_right_nr .pro .img {
	display: block;
	margin: auto;
	text-align: center;
}

.main_right_nr .pro img {
	max-width: 500px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	max-height: 377px;
	margin-top: 10px;
}

.main_right .pro .pro_bt {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.main_right .pro .pro_email {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 12px;
	font-weight: bold;
	background: #FE0000;
	text-align: center;
	line-height: 30px;
	width: 80px;
	margin: auto;
	border-radius: 4px
}

.pro_ms {
	background: #c6c6c6;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 10px;
}

.pro_xq {
	border: 1px solid #d7d7d7;
	padding: 5px;
}

.news li {
	height: 30px;
	line-height: 30px;
	padding: 0 6px;
	font-size: 12px;
	color: #333;
	border-bottom: 1px dashed #d7d7d7;
}

.news_l {
	float: left;
	width: calc(100% - 70px);
}

.news_l img {
	width: 5px;
	margin-right: 10px;

}

.news_r {
	float: right;
	width: 70px;
}

.news_view .news_view_bt {
	font-size: 16px;
	font-weight: bold;
	color: #dc1639;
	text-align: center;
	margin: 20px 0 10px 0;
	width: 100%;
}

.news_view_date {
	text-align: right;
	font-size: 12px;
	border: #c5c5c5 1px dotted;
	padding: 5px;
}

.news_view_nr {
	margin-top: 20px;
	font-size: 12px;
}

.contact {
	margin-bottom: 20px;
}

#nav-m {
	display: none;
}

/* 手机版 */
@media screen and (max-width:1200px) {

	html,
	body {
		overflow-x: hidden;
		min-height: 100vh;
	}

	.this-1000 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1440 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	/* 头部 */
	.wrap {
		transition: all 0.3s ease 0s;
		transform: translate(0, 0px);
	}

	.wrap.active {
		transform: translate(calc(-90% + 60px), 0px);
	}

	#header,
	#nav {
		display: none;
	}

	#nav-m {
		height: 50px;
		display: block;
		position: relative;
		z-index: 999;
		font-size: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	#nav-m .logo {
		height: 50px;
		float: left;
	}

	#nav-m .logo img {
		height: 50px;
		margin-left: 0;
	}

	#nav-m>.title {
		font-size: 14px;
		display: inline-block;
		line-height: 50px;
		vertical-align: top;
		margin-left: 10px;
		width: calc(100% - 140px);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	#nav-m .menu {
		position: absolute;
		right: 10px;
		top: 11px;
		width: 22px;
		padding: 5px 10px;
		border: 1px solid #333;
		border-radius: 3px;
	}

	#nav-m .menu span {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #333;
	}

	#nav-m .menu span:nth-of-type(3) {
		margin-bottom: 0px;
	}

	#nav-m .list {
		position: fixed;
		left: 100%;
		width: calc(90% - 60px);
		top: 0;
		height: 100vh;
	}

	#nav-m .list a {
		padding-left: 10px;
		position: relative;
	}

	#nav-m .list a {
		height: 45px;
		width: 100%;
		float: left;
		font-size: 14px;
		color: #666;
		box-sizing: border-box;
		line-height: 45px;
		border-bottom: 1px solid #DEDEDF;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#nav-m .list .title {
		border-bottom: 1px solid #DEDEDF;
	}

	#nav-m .list .title a {
		width: calc(100% - 60px);
		border-right: 1px solid #DEDEDF;
		border-bottom: 0;
	}

	#nav-m .list li i {
		width: 60px;
		height: 45px;
		line-height: 45px;
		float: right;
		font-size: 22px;
		text-align: center;
		color: #666;
		transition: all 0.3s;
		box-sizing: border-box;
	}

	#nav-m .list li .children {
		background-color: #FAFAFA;
		display: none;
	}

	#nav-m .list .language a {
		float: left;
		width: 50%;
	}

	#nav-m .list .language a:nth-of-type(2n) {
		border-left: 1px solid #DEDEDF;
	}

	/* 搜索 */
	#nav-m .list .search_m {
		font-size: 0;
		display: block;
		padding: 20px;
	}

	#nav-m .list .search_m input {
		width: calc(100% - 50px);
		line-height: 35px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		outline: none;
		border: 1px solid #DEDEDF;
		font-size: 12px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	#nav-m .list .search_m button {
		width: 50px;
		line-height: 37px;
		border: 0;
		height: 37px;
		vertical-align: bottom;
		color: #fff;
		background-color: #DDD;
		outline: none;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	#guanggao {
		display: none;
	}

	#pro_list {
		display: none;
	}

	.cp_list {
		float: none;
		width: 100%;
	}

	.cp_list li {
		float: left;
		margin-right: 10px;
		width: calc(50% - 5px);
	}

	.cp_list li:nth-of-type(2n) {
		margin-right: 0;
	}

	.cp_list li:nth-of-type(3) {
		margin-right: 10px;
	}

	.three_one {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.three_two {
		float: none;
		width: 100%;
		margin-right: 0;
		margin: 10px 0;
	}

	.three_three {
		float: none;
		width: 100%;
	}

	.footer_l {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.footer_r {
		float: none;
		width: 70%;
	}

	.main_right {
		float: none;
		width: 100%;
	}

	.main_link {
		display: none;
	}

	.main_right_nr .pro img {
		max-width: 100%;
	}
}