﻿* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 14px;
	border: none;
	color: rgb(51, 51, 51);
	overflow-x: hidden;
	font: "PingFang SC Regular", "Microsoft Yahei", "微软雅黑", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
	margin: 0 auto;
}

body {
	overflow: hidden;
}

div {
	box-sizing: border-box;
}

a {
	color: rgb(51, 51, 51);
}

@font-face {
	font-family: 'DIN';
	/*字体名称*/
	src: url('din-medium.ttf');
	/*字体源文件*/

	src:
		url('din-medium.eot') format('embedded-opentype'),
		url('din-medium.woff') format('woff'),
		url('din-medium.ttf') format('truetype'),
		url('din-medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}

}

input,
textarea,
button,
select,
option {
	border: none;
}

input:focus,
textarea:focus,
button:focus,
select:focus,
option:focus {
	outline: none;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

p {
	display: block;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

img {
	max-width: 100%;
}

header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}

.active {
	background: #FFFFFF;
	color: #000000;
	/* box-shadow: 2px 2px 2px #ebeaea; */
	box-sizing: border-box;
}

header .main {
	height: 95px;
}

.main {
	width: 1000px;
	margin: 0 auto;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav {
	height: 95px;
}

nav ul {
	width: 700px;
}

.nav_li {
	height: 100%;
}

.nav_li Li {
	height: 100%;
}


nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	line-height: 95px;
}

.logo a {
	font-size: 12px;
	margin-top: -10px;
	color: #FFFFFF;
}

.active nav ul li a,
.active .logo a {
	color: #000000;
}

nav ul li a:hover,
nav ul li.item a {
	color: #D36969;
	font-weight: bold;
}

.logo a:hover {
	color: #D36969;
}

.meua_log img {
	width: 25px !important;
	height: auto !important;
}

.banner img {
	width: 100%;
	height: 800px;
	object-fit: fill;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 40px;
}

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.maincenter .one_center {
	width: 40%;
	height: 600px;
}

.tow_center_box {
	width: 60%;
	margin-left: 1px;
	box-sizing: border-box;
}

.pic_tow,
.content_tow {
	width: 50%;
}

.content_tow {
	background-color: #f9f9f9;
}

.one_center img {
	width: 100%;
	height: 600px;
	object-fit: fill;
}

.one_center .swiper-container-horizontal>.swiper-pagination-bullets,
.one_center .swiper-pagination-custom,
.one_center .swiper-pagination-fraction {
	bottom: 15px;
}

.one_center .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.tow_center,
.content_tow {
	height: 300px;
}

.pic_tow img {
	width: 100%;
	height: 300px;
	object-fit: fill;
}

.content_tow h1 {
	font-size: 20px;
	width: 80%;
	margin: 0 auto;
	color: #000000;
	border-bottom: 1px solid #edecec;
	margin-top: 30px;
	padding-bottom: 45px;
}

.content_tow p {
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.content_tow a {
	display: inline-block;
	background-color: #999;
	color: #FFFFFF;
	width: 130px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 12px;
	float: right;
	margin-top: 30px;
}

.pic_tow {
	position: relative;
	height: 300px;
}

.pic_tow a {
	position: absolute;
	background-color: #999;
	color: #FFFFFF;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	left: 0;
	bottom: 1px;
}

.pic_tow a:hover,
.content_tow a:hover {
	background-color: #3099dd;
}

.footer {
	background-color: #616161;
	padding-top: 20px;
	color: #FFFFFF;
}

.footer_contant span {
	display: block;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 20px;
}

.footer_content {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 760px;
}

.footer_content dl {
	width: 25%;
	height: 200px;
	padding-bottom: 12px;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px dotted #FFFFFF;
}

.footer_content dl:last-child {
	border: none;
}

.footer_content dl a {
	display: block;
	line-height: 1.6;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 4px;
}

.footer_content dl dt {
	margin-bottom: 10px;
	font-weight: bold;
}

.footer_content dl a:hover {
	color: #3099dd;
}

.footer_bottom {
	border-top:1px solid #ffffff2e;
	padding: 15px 0;
	font-size: 12px;
	color: #FFFFFF;
}

.footer_bottom a {
	font-size: 12px;
	color: #FFFFFF;
}

.footer_bottom a:hover {
	color: #3099dd;
}

.bottom {
	background-color: #FFFFFF;
	padding: 15px 0;
	text-align: center;
	font-size: 12px;
}

.bottom a {
	color: #999999;
}

.banner {
	position: relative;
	height: 800px;
}

.maincenter {
	margin: 5px auto;
}

.nav_down {
	display: none;
	position: absolute;
	left: 0;
	top: 95px;
	width: 100%;
	background: rgba(62, 62, 62, 0.7);
}

.nav_li li:hover .nav_down {
	display: block;
}

.nav_down_one {
	margin: 20px auto;
	color: #FFFFFF;
}

.nav_down_one h3 {
	margin-bottom: 18px;
}

.selotion_one p {
	font-size: 15px;
	color: #d36969;
	font-weight: bold;
}

.nav_down_one ul {
	flex-wrap: wrap;
	margin: 10px auto;
	justify-content: flex-start;
}

.nav_down_one ul li {
	width: 20%;
	padding: 0 4px;
	box-sizing: border-box;
}

.nav_down_one ul li a {
	display: block;
	width: 100%;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
	line-height: 1.8;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #FFFFFF !important;
}

.nav_down_one ul li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.flex_nac,
.meua_log {
	display: none;
}

.banner .logo img {
	width: 140px;
	height: auto;
}

.inner .footer {
	padding-top: 0;
}

.inner .banner {
	height: auto;
}

.inner header {
	position: inherit;
}

.nv_li {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
}

.nv_li ul {
	width: 100%;
	justify-content: center;
}

.nv_li ul li {
	padding: 0 20px;
	box-sizing: border-box;
}

.nv_li ul a {
	color: #6d6d6d;
	line-height: 50px;
}

.index_active {
	border-bottom: 1px solid #d36969;
}

.nv_li ul .index_active a {
	color: #d36969;
}

.nv_li_contant {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
}

.nv_li_contant h3 {
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	color: #4e5f70;
	margin-bottom: 20px;
}

.nv_li_contant p {
	line-height: 1.8;
	margin-bottom: 15px;
}

.nv_li_contant img {
	max-width: 100%;
	margin: 0 auto;
}

.product_mian {
	background:#232a7e;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.product_mian .main {
	padding: 40px 0;
}

.product_header {
	text-align: center;
	color: #FFFFFF;
}

.product_header h3 {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 15px;
}

.product_header p {
	margin-bottom: 5px;
}

.product_nav {
	width: 70%;
	margin: 30px auto;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 36px;
}

.product_nav li {
	width: 30%;
	text-align: center;
}

.product_nav li.p_index {
	border: 1px solid #FFFFFF;
	background-color: #314957;
}

.product_content ul {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.product_content ul li {
	width: 23.5%;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	margin-right: 2%;
}

.product_content ul li:nth-of-type(4n) {
	margin-right: 0;
}

.product_content ul li img {
	width: 100%;
	height: 100%;
}

.product_content ul li h3 {
	font-size: 15px;
	width: 90%;
	margin: 0 auto;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.product_content ul li p {
	font-size: 12px;
	width: 90%;
	margin: 0 auto;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.page {
	text-align: center;
	margin-top: 40px;
}

.page span,
.page a {
	background: #FFFFFF;
	padding: 6px 12px;
	border-radius: 2px;
	font-size: 12px;
}

.product_content ul li:hover h3 {
	color: #D36969;
}

.pic {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.product_content ul li:hover img {
	transition: all 0.8s;
	transform: scale(1.1);
}

.page span:hover,
.page a:hover {
	color: #D36969;
}

.selotion_mian .product_nav {
	width: 100%;
}

.selotion_mian .product_ul {
	display: block;
}

.selotion_mian .product_content ul li {
	width: 100%;
	padding-bottom: 20px;
	border: none;
	border-bottom: 1px dotted #FFFFFF;
	background: none;
}

.selotion_mian .product_content ul li a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.selotion_mian .pic {
	width: 120px;
	height: 120px;
}

.pic_c {
	width: 860px;
}

.selotion_mian .product_content ul li h3,
.selotion_mian .product_content ul li p {
	width: 100%;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.selotion_mian .product_content ul li span {
	font-size: 12px;
	color: #6d6d6d;
}

.selotion_mian {
	background: #232a7e;
}

.selotion_mian .product_nav li.p_index {
	background-color: #4f55581a;
}

.selotion_mian .product_content ul li:hover h3 {
	color: #D36969;
}

.hxjs {
	background: #232a7e;
}

.hxjs .hxjs_main {
	background: #fff;
}

.hxjs .nv_li ul {
	width: 70%;
	padding-top: 30px;
	margin: 0 auto;
}

.hxjs .nv_li {
	margin-bottom: 0;
}

.hxjs .nv_li ul a {
	color: #FFFFFF;
}

.hxjs .nv_li_contant {
	width: 96%;
}

.hxjs_main .hxjs_c img {
	width: 100%;
}

.hxjs .nv_li_contant {
	padding: 40px 0 0 0;
}

.hxjs .nv_li_contant h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 50px;
}

.hxjs_a {
	text-align: left;
}

.hxjs .nv_li_contant .hxjs_a h3 {
	text-align: left;
	color: #444;
	margin-bottom: 5px;
}

.hxjs .swiper-button-next,
.hxjs .swiper-rtl .swiper-button-prev,
.hxjs .swiper-button-prev,
.hxjs .swiper-rtl .swiper-button-next {
	background-color: #ccc;
	outline: none;
	background-size: 18px 18px;
}

.swiper-button-next,
.swiper-button-prev {
	top: 40%;
}

.hxjs .swiper-container-horizontal>.swiper-pagination-bullets,
.hxjs .swiper-pagination-custom,
.hxjs .swiper-pagination-fraction {
	bottom: 10px;
}

.hxjs .swiper-pagination-white .swiper-pagination-bullet {
	background: #7f7f7f;
	opacity: 1;
}

.hxjs .swiper-pagination-white .swiper-pagination-bullet-active {
	opacity: 1;
	background: #2ecc71;
}

.jszc .nv_li_contant li {
	background: #ece2db;
	background-size: cover;
	height: 200px;
	background-repeat: no-repeat;
}

.jszc .product_content ul li {
	width: 32%;
	padding-bottom: 0;
}

.jszc .product_content ul li:nth-of-type(4n) {
	margin-right: 2%;
}

.jszc .product_content ul li:nth-of-type(3n) {
	margin-right: 0 !important;
}

.jszc_c {
	margin-top: 60px;
}

.jszc .nv_li_contant h3 {
	font-weight: normal;
	font-size: 14px;
	color: #000;
	margin-bottom: 0px;
	text-align: left;
}

.jszc .nv_li_contant li:hover {
	background: #2ecc71;
}

.jszc .nv_li_contant li:hover h3 {
	color: #000;
}

.jszc .nv_li_contant li:hover .jszc_c {
	margin-top: 50px;
}

.jszc .nv_li_contant {
	padding-top: 20px;
}

.news .product_content {
	background: #FFFFFF;
	padding-bottom: 40px;
}

.news .main {
	padding: 0px 0;
}

.news .product_ul {
	width: 94%;
	margin: 0 auto;
	padding-top: 40px;
}

.news .pic_c {
	width: 780px;
}

.news .product_content ul li h3 {
	color: #000;
}

.news .product_content ul li p {
	color: #666;
}

.news .product_content ul li {
	border-bottom: 1px dotted #dadada;
}

.news .page span,
.news .page a {
	border: 1px solid #dadada;
}

.contact_main p {
	color: #fff;
	margin-bottom: 5px;
}

.contact_c {
	margin-top: 40px;
	background: #1a1d24;
	border-radius: 4px;
}

.mask_c {
	background: #2b303b;
	padding: 20px 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.mask_c span {
	display: block;
	width: 10px;
	height: 10px;
	background: #434955;
	border-radius: 50%;
	margin-left: 5px;
}

.mask_c span:first-child {
	margin-left: 20px;
}

.contact_c_content ul {
	width: 96%;
	margin: 0 auto;
	padding: 20px 0;
}

.contact_c_content ul li {
	width: 30%;
	height: 220px;
}

.contact_c_content ul li img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.contact_c_content ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.contact_c_content ul li p {
	background-color: rgb(33 33 33 / 70%);
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}

.zxns_main {
	text-align: center;
	color: #FFFFFF;
}

.zxns_main h3 {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 20px;
}

.zxns_main_c {
	margin-top: 20px;
}

.zxns_main_c p {
	margin-bottom: 5px;
}

.zxns .contact_c_content {
	position: relative;
}

.zxns .contact_c_content img {
	width: 100%;
}

.zxns .contact_c_content a {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 2px;
	line-height: 42px;
	width: 200px;
	text-align: center;
	font-size: 16px;
	margin-left: -100px;
	margin-top: -21px;
}

.zxns .contact_c_content a:hover {
	border-color: #3099dd;
}

.zxns ul {
	margin-top: 30px;
}

.zxns ul li {
	color: #fff;
	width: 23%;
	opacity: 0.7;
}

.zxns ul li h3 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal;
}

.zxns ul li p {
	font-size: 12px;
	margin-bottom: 8px;
}

.next {
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.next a {
	display: block;
	width: 50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666;
	font-size: 12px;
}

.next a:hover {
	color: #D36969;
}
