/* 英文默认字体 */

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/poppins.woff2')
}

* {
	font-family: '微软雅黑', Arial, Helvetica, sans-serif, 'Poppins';
}

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-1140 {
	margin: 0 auto;
	width: 1140px;
}

.this-1180 {
	margin: 0 auto;
	width: 1180px;
}

/* 表格初始化 */

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_top {
	display: block;
	width: 100%;
	margin-top: 15px;
	height: 75px;
}

#header .logo {
	height: 59px;
	float: left;
}

.header_language {
	float: right;
	margin-top: 25px;
	margin-left: 20px;
}

.header_language a {
	float: left;
	margin-top: 2px;
}

.header_language a:first-child {
	margin-right: 16px;
}

.header_language a img {
	height: 17px;
}

.header_dh {
	float: right;
	margin-top: 20px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.header_dh span {
	color: #0071b7;
	font-size: 24px;
}

.header_nav {
	margin-bottom: 14px;
	margin-top: 16px;
}

#nav {
	float: left;
}

#nav a {
	float: left;
	font-size: 14px;
	line-height: 34px;
	color: #333;
}

#nav a:last-child {
	margin-right: 0px;
}

#nav span {
	float: left;
	width: 1px;
	height: 16px;
	background-color: #dedede;
	margin: 0 28px;
	margin-top: 9px;
}

#nav span:last-child {
	display: none;
}

.header_search {
	float: right;
	width: 260px;
	height: 36px;
	padding: 0 2px 0 14px;
	box-sizing: border-box;
	border-radius: 6px;
	border: 2px solid #e1e1e1;
}

.header_search input {
	color: #999;
	width: 207px;
	line-height: 32px;
	font-size: 14px;
	outline: none;
}

.header_search button {
	float: right;
	color: #3a3d3d;
	font-size: 16px;
	line-height: 30px;
	background: unset;
	border: unset;
}

.one {
	padding: 60px 0;
	background: #fff;
}

.one li {
	float: left;
	width: calc(33.33% - 94px);
	margin-right: 38px;
	padding: 60px 34px;
	height: 330px;
	background: linear-gradient(#fefefe, #f4f4f4);
}

.one li:nth-of-type(3) {
	margin-right: 0;
}

.one li:nth-of-type(3) .one_bt {
	color: #de3d3d;
}

.one li .one_img {
	width: 65%;
	height: 110px;
	margin: auto;
	transition: all 0.3s;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

a.one_bt {
	color: #0071b7;
	display: block;
	font-size: 22px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 30px 0 18px 0;
}

.one_jj p {
	font-size: 15px;
	color: #666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#home .home_title {
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #1e1f20;
	font-size: 22px;
	background-color: #f6f5f8;
	font-weight: bold;
}

.two {
	padding: 20px 0px 60px 2px;
}

.two li {
	float: left;
	width: calc(25% - 5px);
	margin: 0 auto;
	margin-right: 6px;
}

.two li:nth-of-type(4) {
	margin-right: 0;
}

.two li>a {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.two li .two_bt {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	padding: 0 32px;
	z-index: 999;
}

.two li .two_zhezhao {
	width: 100%;
	padding-top: 42%;
	border-radius: 14px;
	position: absolute;
	transition: all 0.3s;
	background: linear-gradient(to right, rgba(230, 22, 40, 0.3) 0%, rgba(0, 113, 183, 0.5) 100%);
}

.two li:hover .two_zhezhao {
	background: rgba(34, 33, 33, 0.51);
	transition: all 0.3s;
}

.two li .two_img {
	width: 100%;
	padding-top: 42%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.three .three_list {
	width: calc(100% - 500px);
	padding: 40px 250px;
}

.three .three_list li {
	width: calc(50% - 8px);
	margin-right: 16px;
	margin-bottom: 20px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	text-align: center;
	padding: 30px 40px;
	border-radius: 8px;
	float: left;
}

.three .three_list li:nth-of-type(2n) {
	margin-right: 0;
}

.three .three_list li .three_img {
	width: 100%;
	height: 129px;
	background-size: contain;
	transition: all 0.3s;
	background-position: center center;
	background-repeat: no-repeat;
}

.three .three_list li .three_bt {
	margin-top: 30px;
	margin-bottom: 14px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.three .three_list li .three_an {
	color: #fff;
	font-size: 14px;
	background-color: #0071b7;
	border-radius: 4px;
	width: 88px;
	height: 28px;
	line-height: 28px;
	margin: auto;
}

.four {
	padding: 60px 0 120px 0;
}

.four_l {
	float: left;
	width: 233px;
	margin-right: 200px;
}

.four_r {
	width: calc(100% - 440px);
	float: right;
}

.four_r p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin: 0;
}

.five {
	padding: 30px 0 70px 0;
}

.five_list {
	width: 323px;
	margin: 0 auto;
}

.five_list li {
	margin-bottom: 20px;
}

.five_img {
	width: 100%;
	padding-top: 70%;
	background-size: cover;
	transition: all 0.3s;
	background-position: center center;
	background-repeat: no-repeat;
}

.five_nr {
	margin-top: 8px;
	border: 1px solid #e1e1e1;
	padding: 20px 12px;
}

.five_bt {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 18px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
}

.five_list li a:hover .five_bt {
	color: #0071b7;
}

.five_jj {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#footer {
	padding: 34px 0;
	background-color: #fafbfb;
}

.footer_top {
	margin-bottom: 40px;
	width: 100%;
}

.footer_one {
	float: left;
	width: 43%;
}

.footer_one_bt {
	color: #232325;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}

.footer_one_nr p {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.footer_two {
	float: left;
	width: 25%;
}


.footer_two a {
	color: #0071b7;
}

.footer_title {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}

.footer_two_nr p {
	color: #0071b7;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
}

.footer_three {
	float: right;
	width: 7%;
}

.footer_three a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #666;
}

.footer_icon p {
	margin: 0;
}

.footer_icon p img {
	height: 25px;
	margin-right: 20px;
}

.footer_bq {
	margin-top: 20px;
}

.footer_bq p {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #666;
	margin: 0;
}

.banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	height: 235px;
}

.main {
	margin: 40px 0;
}

.ab_tilte {
	font-size: 26px;
	color: #333;
	margin-bottom: 20px;
}

.ab_nr {
	margin-bottom: 40px;
}

.ab_nr p {
	font-size: 14px;
	color: #666;
	margin: 0;
	line-height: 24px;
}

.zhenshu a {
	float: left;
	width: calc(10% - 9px);
	margin-right: 10px;
	margin-bottom: 10px;
}

.zhenshu a:nth-of-type(10n) {
	margin-right: 0;
}

.zs_img {
	width: 100%;
	padding-top: 140%;
	background-size: contain;
	transition: all 0.3s;
	background-position: center center;
	background-repeat: no-repeat;
}

.product_list li {
	padding: 20px 25px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.product_list li a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product_l {
	float: left;
	width: 300px;
	height: 169px;
	margin-right: 25px;
	overflow: hidden;
}

.product_img {
	width: 100%;
	height: 0;
	padding-top: 56%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.product_nr {
	float: left;
	width: calc(100% - 325px);
	border-bottom: 1px #eaeaea solid;
	padding-bottom: 10px;
}

.product_bt {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.product_jj p {
	font-size: 14px;
	line-height: 20px;
}

.products {
	display: flex;
	margin-bottom: 100px;
	margin-top: 80px;
}

.products_l {
	float: left;
	width: calc(100% - 525px);
}

.products_l p {
	margin-bottom: 40px;
	font-size: 16px;
	color: #333;
}

.products_r {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	padding-left: 25px;
	float: right;
	width: 500px;
}

.products_r_img {
	width: 100%;
	height: 0;
	padding-top: 70%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.products_list li {
	margin-bottom: 70px;
	align-items: center;
}

.products_list li .products_list_nr {
	width: 50%;
	float: left;
}


.products_list li .products_list_img {
	width: 48%;
	align-items: center;
	justify-content: center;
	float: right;
}

.products_list li .products_img {
	max-width: 95%;
	height: 0;
	padding-top: 54%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

a.products_bt {
	font-size: 38px;
	text-align: left;
	color: #0071b7;
	margin-bottom: 10px;
	display: block;

}

.product_jj p {
	font-size: 15px;
	color: #333;
	line-height: 28px;
}

a.products_an {
	background-color: #0076ba;
	font-size: 14px;
	text-align: left;
	color: #fff;
	padding: 10px 35px;
	border-radius: 6px;
	margin-top: 25px;
	display: inline-block;
}

.products_list li:nth-of-type(2n) .products_list_nr {
	float: right;
}

.products_list li:nth-of-type(2n) .products_list_img {
	float: left;
}

#main .products-view .img {
	width: 700px;
	float: left;
	margin-right: 80px;
}

.products_view_img {
	width: calc(100% - 112px);
	padding: 40px;
	border: 1px solid #f1f2f4;
	box-sizing: border-box;
	display: block;
	text-align: center;
	margin: auto;
	float: right;
}

#main .products-view .img .products_view_img>a {
	padding-top: 60%;
	display: block;
	font-size: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#main .products-view .img .list {
	float: left;
	width: calc(16% - 20px);
	margin-right: 20px;
}

#main .products-view .img .list li {
	width: 100%;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #f1f2f4;
	box-sizing: border-box;
}

#main .products-view .img .list li:nth-of-type(4n) {
	margin-right: 0;
}

#main .products-view .img .list li.active {
	border: 1px solid #0071b7;
}

#main .products-view .img .list a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.products_view_r {
	float: left;
	width: calc(100% - 780px);
}

.products-view .bt {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: left;
}

#main .products-view .details_bq {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.products_view_cs p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.details {
	display: block;
	margin-top: 80px;
}

.details p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}

.news li {
	float: left;
	width: calc(33.33% - 14px);
	margin-right: 20px;
	margin-bottom: 20px;
}

.news li:nth-of-type(3n) {
	margin-right: 0;
}

.news li .five_bt {
	color: #0071b7;
}

.news_view_bt {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #000;
	margin-bottom: 20px;
}

.news_view_nr {
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

.contact_l {
	float: left;
	width: 50%;
}

.contact_l p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.contact_r {
	float: right;
	width: 50%;
}

#nav-m {
	display: none;
}

/* 手机版 */
@media screen and (max-width:1200px) {

	html,
	body {
		overflow-x: hidden;
		min-height: 100vh;
	}

	.this-1200 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1140 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1180 {
		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%;
	}

	#nav-m .logo {
		height: 50px;
		float: left;
	}

	#nav-m .logo img {
		height: 44px;
		margin-left: 10px;
		margin-top: 3px;
	}

	#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(1) {
		border-right: 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;
	}

	.one {
		padding: 40px 0;
		background: #fff;
	}

	.one li {
		float: none;
		width: calc(100% - 40px);
		margin-right: 0;
		padding: 20px;
		margin-bottom: 0;
		text-align: center;
		height: auto;
		background: unset;
	}

	a.one_bt {
		font-size: 18px;
	}

	#home .home_title {
		font-size: 16px;
	}

	.two {
		padding: 20px 0px 60px 0;
	}

	.two li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 4px;
	}

	.two li .two_zhezhao {
		width: 100%;
		padding-top: 36%;
		border-radius: 0;
	}

	.two li .two_img {
		padding-top: 36%;
		background-size: auto;
	}

	.two li .two_bt {
		font-size: 18px;
	}

	.three .three_list {
		width: 100%;
		padding: 20px 0;
	}

	.three .three_list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 30px 40px;
		float: none;
	}

	.four {
		padding: 40px 0;
	}

	.four_l {
		float: none;
		margin-right: 0;
		width: 100%;
		text-align: center;
	}

	.four_l img {
		height: 55px;
		margin: auto;
	}

	.four_r {
		width: 100%;
		float: none;
		margin-top: 30px;
	}

	.five {
		padding: 30px 0;
	}

	.five_list {
		width: 100%;
		margin: 0 auto;
	}

	.footer_one {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.footer_two {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.footer_three {
		float: none;
		width: 100%;
	}

	.banner {
		height: 130px;
	}

	.ab_tilte {
		font-size: 22px;
	}

	.zhenshu a {
		float: left;
		width: calc(25% - 9px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.zhenshu a:nth-of-type(4n) {
		margin-right: 0;
	}

	.zhenshu a:nth-of-type(10) {
		margin-right: 10px;
	}

	.product_list li {
		padding: 0;
		margin-bottom: 40px;
		display: block;
		align-items: center;
	}

	.product_list li a {
		width: 100%;
		display: unset;
		align-items: center;
		justify-content: center;
	}

	.product_l {
		float: none;
		width: 100%;
		height: auto;
		margin-right: 0;
	}

	.product_img {
		padding-top: 33%;
	}

	.product_nr {
		float: none;
		width: 100%;
	}

	.product_bt {
		font-size: 24px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.products {
		display: block;
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.products_l {
		float: none;
		width: 100%;
	}

	.products_r {
		display: block;
		align-items: center;
		justify-content: center;
		align-content: center;
		padding-left: 0;
		float: none;
		width: 100%;
	}

	.products_l p {
		margin-bottom: 10px;
	}

	.products_list li .products_list_nr {
		float: none;
		width: 100%;
		text-align: center;
	}

	.products_list li .products_list_img {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.products_list li .products_img {
		width: 100%;
		max-width: 100%;
	}

	a.products_bt {
		font-size: 24px;
		text-align: center;
	}

	.product_jj p {
		font-size: 13px;
		line-height: 20px;
	}

	.products_list li {
		margin-bottom: 30px;
		text-align: center;
	}

	#main .products-view .img {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.products_view_img {
		width: 100%;
		padding: 0;
		float: none;
	}

	#main .products-view .img .list {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}

	#main .products-view .img .list>li {
		float: left;
		width: calc(25% - 8px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	#main .products-view .img .list>li :nth-of-type(4n) {
		margin-right: 0;
	}

	.products_view_r {
		width: 100%;
		float: none;
		margin-top: 30px;
	}

	.products-view .bt {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.details {
		margin-top: 20px;
	}

	.news li {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.news_view_bt {
		font-size: 18px;
	}

	.contact_l {
		width: 100%;
		float: none;
	}

	.contact_r {
		width: 100%;
		float: none;
	}

	.one li .one_img {
		width: 55%;
		height: 94px;
	}


























}