/* 英文默认字体 */

@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-1280 {
	margin: 0 auto;
	width: 1280px;
}

.this-1410 {
	margin: 0 auto;
	width: 1410px;
}

/* 表格初始化 */

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;
	height: 100px;
}

#header .logo {
	margin-top: 27px;
	float: left;
}

#header .logo img {
	height: 47px;
}

#header .h_r {
	float: right;
}

#nav {
	float: left;
	margin-top: 34px;
}

#nav a {
	float: left;
	font-size: 16px;
	color: #333;
	margin-right: 6px;
	padding: 0 30px;
	height: 34px;
	line-height: 34px;
	border-radius: 4px;
	font-weight: bold;
	transition: all 0.3s;
}

#nav a.active,
#nav a:hover {
	background-color: #05459c;
	color: #fff;
}

.header_search {
	float: left;
	width: 260px;
	line-height: 30px;
	height: 30px;
	padding: 0 2px 0 14px;
	border-radius: 50px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-top: 35px;
	margin-right: 32px;
	margin-left: 20px;
}

.header_search input {
	color: #999;
	width: 207px;
	font-size: 14px;
	line-height: 28px;
	box-sizing: border-box;
	outline: none;
}

.header_search button {
	float: right;
	color: #3a3d3d;
	font-size: 16px;
	line-height: 26px;
	background: unset;
	border: unset;
}

.language {
	float: left;
	margin-top: 41px;
}

.language a {
	display: flex;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.language a img {
	height: 17px;
	margin-right: 8px;
}

#home .one {
	line-height: 150px;
	text-align: center;
	color: #333;
	font-size: 40px;
}

#home .two {
	width: 100%;
    margin-bottom: 70px;
}

#home .two ul {
	display: flex;
	flex-wrap: wrap;
}

#home .two li {
	color: #fff;
	width: 33.33%;
}

#home .two li a {
	position: relative;

}

#home .two li a:hover .two_img {
	transform: scale(1.1);
}

#home .two li .two_img {
	height: 0;
	width: 100%;
	padding-top: 65%;
	background-size: cover;
	transition: all 0.3s;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

.two_bt {
	position: absolute;
	top: 10%;
	color: #fff;
	left: 57px;
}

.two_bt_one {
	font-size: 20px;
	font-weight: bold;
}

.two_bt_two {
	margin-top: 18px;
	margin-bottom: 8px;
	width: 70px;
	height: 1px;
	background-color: #fff;
}

.two_bt_three {
	font-size: 40px;
	font-weight: bold;
}

#home .two li a .two_an {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #05459c;
	background-color: #fff;
	position: absolute;
	transition: all 0.3s;
	bottom: 40px;
	left: 57px;
	border-radius: 50px;
}

#home .two li a:hover .two_an {
	color: #fff;
	background-color: #05459c;
}

#home .two li .two_an i {
	font-size: 24px;
	line-height: 60px;
}

#home .three {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 70px 0;
}

.three_bt {
	font-size: 30px;
	color: #222;
	font-weight: bold;
	margin-bottom: 14px;
}

.three_span {
	width: 50px;
	height: 5px;
	background-color: #05459c;
	margin-bottom: 60px;
}

.three_news_l {
	float: left;
	width: 600px;
	margin-right: 80px;
}

.home_img_fd {
	overflow: hidden;
}

.home_img_fd:hover .three_news_img {
	transform: scale(1.1);
}

.three_news_img {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 55%;
	border-top-left-radius: 50px;
	display: block;
	transition: all 0.3s;
}

.three_news_nr {
	background-color: #fff;
	padding: 36px;
	border-bottom-right-radius: 50px;
}

a.three_news_bt {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	transition: all 0.3s;
	font-weight: bold;
}

a:hover.three_news_bt {
	color: #05459c;
}

a.three_news_an {
	color: #666;
	font-size: 14px;
	border: 1px solid #e1e1e1;
	width: 120px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: block;
	margin-top: 20px;
	transition: all 0.3s;
}

a:hover.three_news_an {
	background-color: #05459c;
	border: 1px solid #05459c;
	color: #fff;
}

.three_news_r {
	float: right;
	width: calc(100% - 680px);
}

.three_news_r li {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 28px;
}

.three_news_r li:last-child {
	margin-bottom: 0;
}

.three_news_jj {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin: 26px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.four {
	background-color: #05459c;
	padding: 90px 0;
	color: #fff;
}

.four_l {
	float: left;
}

.four_l span {
	font-size: 18px;
	display: block;

}

.four_l span:nth-of-type(1) {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 24px;
}

a.four_r {
	float: right;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	width: 240px;
	border: 2px solid #fff;
	text-align: center;
	color: #fff;
	transition: all 0.3s;
	box-sizing: border-box;
	margin-top: 19px;
}

a:hover.four_r {
	border: 2px solid #fff;
	background-color: #fff;
	color: #05459c;
}

.four_r i {
	padding-left: 78px;
	font-size: 24px;
}

#footer {
	padding: 36px 0;
	background-color: #fafafa;
}

.footer {
	display: flex;
}

.footer_l {
	width: calc(100% - 135px);
	flex-direction: column;
	display: flex;
	justify-content: space-between;
}

.footer_one img {
	float: left;
}

.footer_two {
	margin-left: 55px;
	float: left;
	color: #afafaf;
	font-size: 14px;
}

.footer_two span:nth-of-type(2) {
	color: #929292;
	font-size: 30px;
	font-weight: bold;
	display: block;
}

.footer_bq p a {
	color: #afafaf;
}

.footer_bq p {
	color: #afafaf;
	font-size: 14px;
	line-height: 22px;
}

.footer_r {
	width: 135px;
	text-align: center;
}

.footer_r span {
	display: block;
	font-size: 13px;
	color: #999;
	line-height: 26px;
}

.banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	height: 300px;
}


.main {
	margin: 40px 0;
}

.ab_tilte {
	font-size: 26px;
	color: #333;
	margin-bottom: 20px;
	border-top: 1px solid #efefef;
	padding-top: 20px;
	margin-top: 40px;
	font-weight: bold;
}

.ab_tilte:nth-of-type(1) {
	border: 0;
	padding-top: 0;
	margin-top: 0;
}

.ab_nr p {
	font-size: 14px;
	color: #666;
	margin: 0;
	line-height: 24px;
}

.zhenshu a {
	float: left;
	width: calc(20% - 8px);
	margin-right: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	transition: all 0.3s;
    border: 1px solid #eee;

}


.zhenshu a:hover {
    border: 1px solid #05459c;	
}

.zhenshu a:nth-of-type(5n) {
	margin-right: 0;
}

.zs_img {
	width: 100%;
	padding-top: 90%;
	background-size: contain;
	transition: all 0.3s;
	background-position: center center;
	background-repeat: no-repeat;
}

.pro_list_jj {
	margin-bottom: 20px;
}

.pro_list_jj p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

#main .products .products_left {
	width: 250px;
	float: left;
	margin-bottom: 40px;
}

#main .products .products_left .title {
	line-height: 50px;
	background-color: #05459c;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#main .products .products_left .list li {
	display: block;
}

#main .products .products_left .list li .parent {
	height: 47px;
	background-color: #F6F6F6;
}

#main .products .products_left .list li .parent a {
	float: left;
	width: 200px;
	box-sizing: border-box;
	margin: 0;
	line-height: 46px;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main .products .products_left .list li .parent a:hover {
	background-color: #ddd;
}

#main .products .products_left .list li .parent span {
	float: right;
	width: 50px;
	text-align: center;
	line-height: 46px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	font-size: 25px;
	box-sizing: border-box;
	user-select: none;
}

#main .products .products_left .list li .parent span:hover {
	background-color: #ddd;
}

#main .products .products_left .list li .son {
	display: none;
	width: 100%;
}

#main .products .products_left .list li .son a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 20px;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 35px;
	background-color: #F6F6F6;
}

#main .products .products_left .list li .son a:hover {
	background-color: #ddd;
}


.left-active {
	width: 100%;
	background-color: #ddd !important;
}


#main .products .products_right {
	width: calc(100% - 280px);
	float: left;
	margin-left: 30px;
}


.products_right>ul>li {
	float: left;
	width: calc(33.33% - 14px);
	margin-right: 20px;
	margin-bottom: 20px;
}

.products_right li:nth-of-type(3n) {
	margin-right: 0;
}

.products_right li .products_img {
	width: 100%;
	height: 0;
	padding-top: 65%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.products_right li .products_bt {
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	padding: 0 10px;
	width: calc(100% - 20px);
	transition: all 0.3s;
}

.products_right li:hover .products_bt {
	color: #eba51e;
}


.news a {
	float: left;
	width: calc(33.33% - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	transition: all 0.3s;
	border-bottom: 1px solid #ddd;
}

.news a:hover {
	border-bottom: 1px solid #05459c;
}

.news a:nth-of-type(3n) {
	margin-right: 0;
}

.news_img {
	width: 100%;
	height: 0;
	padding-top: 70%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s;
}

.news_bt {
	margin: 20px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	transition: all 0.3s;
	color: #333;
	font-weight: bold;
}

.news_jj {
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}

.news_more {
	font-size: 14px;
	color: #666;
	text-align: right;
}

.news a:hover .news_bt,
.news a:hover .news_more {
	color: #05459c;
}

.news_view .news_bt {
	text-align: center;
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
	font-weight: bold;
}

.news_view .news_nr {
	font-size: 16px;
	color: #333;
	padding: 0 20px;
	line-height: 30px;
}

/* 搜索 */
#main .search {
	text-align: center;
	padding-bottom: 40px;
	width: 100%;
}

#main .search input {
	border: 1px solid #ccc;
	line-height: 40px;
	width: 500px;
	padding: 0 10px;
	border-radius: 5px;
	font-size: 16px;
	vertical-align: top;
	outline: none;
}

#main .search button {
	background-color: #05459c;
	line-height: 40px;
	border: 0px;
	border-radius: 3px;
	color: #fff;
	padding: 0 20px;
	cursor: pointer;
	font-size: 16px;
	outline: none;
}


.contact {
	margin-bottom: 20px;
}

.contact_l {
	float: left;
	width: 50%;
}

.contact_l p {
	margin: 0;
	font-size: 14px;
	line-height: 30px;
}


.contact_r {
	float: left;
	width: 50%;
}

.news_view_img {
	text-align: center;
	display: block;
	max-width: 500px;
	margin: auto;
	margin-bottom: 10px;
}

#nav-m {
	display: none;
}

#main .products>.pro_cp li .products_img{
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.three_hz li {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	width: calc(16.6% - 13px);
	list-style: none;
	padding: 4px;
	border: 1px solid #ccc;
	box-sizing: border-box;
    background: #fff;
}


.three_hz li:nth-of-type(6n) {
	margin-right: 0;
}

#home .three_hz li .hzhb_img {
    height: 60px;
    width: auto;
    margin: auto;
    background-size: contain;
	transition: all 0.3s;
	background-position: center center;
	background-repeat: no-repeat;
}

a.two_list_an {
	margin: auto;
	margin-top: 70px;
	text-align: center;
	border: 1px solid #ccc;
	width: 200px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	background-color: #05459c;
	display: block;
    border-radius: 6px;
	box-sizing: border-box;
	font-weight: bold;
}

.s_tp p{
	/* margin-top: 70px; */
	margin: 0;
}

/* 手机版 */
@media screen and (max-width:1200px) {

	html,
	body {
		overflow-x: hidden;
		min-height: 100vh;
	}

	.this-1280 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1410 {
		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: 34px;
		margin-left: 10px;
		margin-top: 8px;
	}

	#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;
	}

	#home .one {
		line-height: 80px;
		font-size: 22px;
	}

	#home .two li {
		width: 50%;
	}

	.two_bt {
		left: 10px;
	}

	.two_bt_one {
		font-size: 12px;
	}

	.two_bt_two {
		margin-top: 5px;
		margin-bottom: 3px;
	}

	.two_bt_three {
		font-size: 18px;
	}

	#home .two li a .two_an {
		width: 30px;
		height: 30px;
		bottom: 10px;
		left: 10px;
	}

	#home .two li .two_an i {
		font-size: 14px;
		line-height: 30px;
	}

	#home .three {
		padding: 30px 0;
	}

	.three_bt {
		font-size: 22px;
	}

	.three_news_l {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.three_news_nr {
		padding: 14px;
		background-color: #f1f1f1;
	}

	a.three_news_bt {
		font-size: 16px;
		line-height: 20px;
	}

	.three_news_r {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.three_news_jj {
		margin: 16px 0;
	}

	.four {
		padding: 30px 0;
	}

	.four_l span:nth-of-type(1) {
		font-size: 20px;
	}

	.four_l span {
		font-size: 14px;
	}

	a.four_r {
		float: left;
		font-size: 14px;
		height: 42px;
		line-height: 42px;
		width: 200px;
		margin-top: 19px;
	}

	.four_r i {
		padding-left: 78px;
		font-size: 18px;
	}

	#footer {
		padding: 30px 0;
	}

	.footer_l {
		width: 100%;
		flex-direction: column;
		display: unset;
		justify-content: space-between;
	}

	.footer_one img {
		float: none;
	}

	.footer_two {
		margin-left: 0;
		float: none;
		color: #afafaf;
		font-size: 14px;
		margin-top: 20px;
	}

	.footer_two span:nth-of-type(2) {
		color: #929292;
		font-size: 22px;
		font-weight: bold;
		display: block;
	}


	.footer_r {
		width: 135px;
		text-align: center;
		display: none;
	}

	.banner {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		text-align: center;
		height: 80px;
	}

	.main {
		margin: 20px 0;
	}

	.ab_tilte {
		font-size: 20px;
		color: #333;
		margin-bottom: 10px;
		border-top: 1px solid #efefef;
		padding-top: 20px;
		margin-top: 20px;
		font-weight: bold;
	}

	.zhenshu a {
		float: left;
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.zhenshu a:nth-of-type(2n) {
		margin-right: 0;
	}

	.zhenshu a:nth-of-type(5) {
		margin-right: 10px;
	}

	#main .products .products_left {
		display: none;
	}

	#main .products .products_right {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.products_right>ul>li {
		float: left;
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.products_right>ul>li:nth-of-type(3) {
		margin-right: 10px;
	}


	.products_right>ul>li:nth-of-type(2n) {
		margin-right: 0;
	}

	.products_right li .products_bt {
		text-align: center;
		font-size: 14px;
		color: #333;
		line-height: 40px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		font-weight: bold;
		padding: 0 10px;
		width: calc(100% - 20px);
		transition: all 0.3s;
	}

	.news a {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.news a:nth-of-type(3) {
		margin-right: 10px;
	}

	.news a:nth-of-type(2n) {
		margin-right: 0;
	}

	.news_bt {
		margin: 10px 0;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		font-size: 15px;
		transition: all 0.3s;
		color: #333;
		font-weight: bold;
	}

	.contact_l {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.contact_r {
		float: none;
		width: 100%;
	}

	#main .search input {
		width: 60%;
		font-size: 14px;
	}

	#main .search button {
		font-size: 14px;
	}

	a.two_list_an {
		margin-top: 30px;
		font-size: 14px;
		width: 150px;
		height: 44px;
		line-height: 44px;
	}

	.three_span {
		margin-bottom: 20px;
	}

	.three_hz li {
		margin-right: 10px;
		margin-bottom: 10px;
		width: calc(50% - 5px);
	}

	.three_hz li:nth-of-type(2n) {
		margin-right: 0;
	}

	.s_tp {
		/* margin-top: 30px; */
	}

	#home .two {
		margin-bottom: 30px;
	}
}

@media screen and (min-width:1201px) and (max-width:1409px) {
	.this-1280 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1410 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}
}