@charset "UTF-8";

/* #region 初始化 */

* {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	outline: none;

	padding: 0;

	margin: 0;

}



html,

body {

	width: 100%;


}


html {

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;

	-webkit-tap-highlight-color: transparent;

}

.swiper-pointer-events {
	width: 100%;
}

body {

	margin: 0;

	padding: 0;

	word-wrap: break-word;

	color: #000;

	background-color: rgba(255, 255, 255, 1);

	overflow-x: hidden;

	line-height: 1.45;

}


body,

table,

input,

textarea,

select,

option {
	font-family: 'PingFang SC', 'Microsoft Yahei', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'Impact', sans-serif;

	font-weight: 400;

}



audio,

video {

	display: block;

}



a {

	display: block;

	background-color: transparent;

	text-decoration: none;

	color: inherit;

	outline: none;

	-webkit-tap-highlight-color: transparent;

}



ol,

ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



li {

	list-style: none;

}



img {

	display: block;

	border: 0;

}



dl,

dd,

h1,

h2,

h3,

h4,

h5,

h6 {

	font-weight: normal;

}



button,

input,

optgroup,

select,

textarea {

	color: inherit;

	outline: none;

}



button[disabled],

html input[disabled] {

	cursor: default;

}



input[type="checkbox"],

input[type="radio"] {

	padding: 0;

}



table {

	border-spacing: 0;

	border-collapse: collapse;

}



td,

th {

	padding: 0;

}



.swiper-container {

	width: 100%;

}

/* #endregion */
/* #region  sass */
/* #endregion */


/* #弹性样式 */

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-items {
	align-items: center;
}

.space-around {
	justify-content: space-around;
}

.space-between {
	justify-content: space-between;
}

.space-center {
	justify-content: center;
}

.flex-end {
	justify-content: flex-end;
}

/* #公共样式 -end */



/* #region 全局 导航*/

.container {
	padding: 0 100px;
	max-width: 1520px;
	margin: 0 auto;
	position: relative;
}


/* end */


.nav_icon,
.nav_modal {
	display: none;
}

.headernav {
	width: 100%;
	height: 5rem;
	background: #fff;
	opacity: 1;
	z-index: 5;
	position: relative;
	color: rgba(51, 51, 51, 1);
	box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}

.headernav .container {
	height: 100%;
	padding: 0 30px;
}

.headernav .logo {
	font-size: 2.1rem;
	font-weight: bold;
	color: rgba(17, 17, 17, 1);
}

.headernav .logo img {
	margin-right: 1rem;
	width: 4.5rem;
}

.headernav ul li {
	font-size: 0.8rem;
	color: rgba(17, 17, 17, 1);
	margin-right: 2.75rem;
}

.headernav .active,
.headernav ul .nav_one a:hover {
	color: rgba(0, 106, 199, 1);
}

.headernav .contact {
	font-size: 0.8rem;
	color: rgba(102, 102, 102, 1);
}

.headernav .contact img {
	margin-right: 0.75rem;
}

.headernav .contact p:nth-child(2) {
	font-size: 1.8rem;
	font-family: 'Impact';
	background-image: linear-gradient(90deg, rgba(66, 66, 66, 1) 0%, rgba(231, 31, 24, 1) 0%, rgba(245, 198, 28, 1) 53%, rgba(231, 31, 24, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.on .headernav {
	top: 0rem;
	position: fixed;
}


.banner .banner_phone {
	display: none;
}


/* #end */



/* 底部 */

footer {
	background: rgba(0, 45, 84, 1);
	opacity: 1;
	transition: ease-out .36s;
}

footer .top {
	padding: 3.6rem 0;
	border-bottom: 0.5px solid rgba(186, 186, 186, 1);
}

footer .top .logo {
	font-size: 2.1rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 3rem;
}

footer .top .logo img {
	margin-right: 1rem;
	width: 4.5rem;
}

footer .top .phone {
	font-size: 0.8rem;
	color: rgba(186, 186, 186, 1);
}

footer .top .phone h3 {
	font-size: 1.4rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

footer .top .item h3 {
	font-size: 1rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 1.5rem;
}

footer .top .item a,
footer .top .item p {
	font-size: 0.8rem;
	color: rgba(186, 186, 186, 1);
	margin-bottom: 0.5rem;
}

footer .top .ewm {
	font-size: 0.8rem;
	color: rgba(186, 186, 186, 1);
	text-align: center;
}

footer .top .ewm img {
	width: 8.5rem;
	margin-bottom: 0.5rem;
}

footer .copy {
	padding: 1rem 0;
	font-size: 0.7rem;
	color: rgba(186, 186, 186, 100);
}

footer .copy .a p {
	margin-left: 2rem;
}

footer .top .item a:hover,
footer a:hover {
	color: #fff
}


/* #end */



/* 分页 */

.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 1rem 0 4rem 0;
}

.pagination>li>a,
.pagination>li>span {
	font-size: 0.9rem;
	min-width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.5rem;
	border: 1px solid whitesmoke;
	padding: 0 .5rem;
	transition: ease-out .36s;
	color: rgba(102, 102, 102, 1);
}

.pagination>.active>a,
.pagination>li>a:hover,
.pagination>.active>a:focus,
.pagination>li>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	background: rgba(0, 98, 172, 1);
	color: #fff;
}

/* end */



/* 内页轮播 */

.h400 .banner .swiper {
	height: 20rem;
	position: relative;
}

.h400 .banner .swiper-slide>img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}

.h400 .banner .swiper-slide::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
}

.h400 .banner .swiper-slide.swiper-slide-active>img,
.h400 .banner .swiper-slide.swiper-slide-duplicate-active>img {
	transition: 5s linear;
	transform: scale(1, 1);
}

.h400 .banner .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.h400 .banner .container h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 2rem;
	text-align: center;
}

.h400 .banner .location {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 1);
}

.h400 .banner .location img {
	margin-right: 0.5rem;
}


/* end */



/* 首页 */

.banner {
	width: 100%;
	position: relative;
	position: 1;
	transition: ease-out .36s;
}

.banner .swiper-slide .banner-img {
	width: 100%;
	height: 30rem;
	object-fit: cover;
	object-position: center;
}


/* 标题 */

.index-title {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	margin-bottom: 2rem;
}

.index-title h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: rgba(17, 17, 17, 1);
	margin-bottom: 1rem;
}

/* end */



/* 按钮 */

.index-more a {
	width: 8.3rem;
	border: 0.1rem solid rgba(231, 31, 24, 1);
	padding: 0.7rem 0;
	margin: 0 auto;
	margin-top: 1rem;
	text-align: center;
	font-size: 0.9rem;
	color: rgba(17, 17, 17, 1);
}

.index-more a:hover {
	background-color: rgba(231, 31, 24, 1);
	color: #fff;
	transition: ease-out .36s;
}

/* end */




.index {
	padding: 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.index .goods {
	flex-wrap: wrap;
}

.index .goods a {
	width: 23%;
	margin: 0 1%;
	margin-bottom: 1.5rem;
	height: 15.3rem;
	border-radius: 0.5rem;
	background: rgba(204, 204, 204, 1);
	overflow: hidden;
	position: relative;
}

.index .goods a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.index .goods .name {
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	background: linear-gradient(0deg, rgba(48, 48, 48, 1) 0%, rgba(34, 34, 34, 0.33) 72.08%, rgba(51, 51, 51, 0) 101%);
	padding: 1rem 0;
}

.index .goods a:hover img {
	transform: scale(1.1);
	transition: ease-out .36s;
}

.index .goods a:hover .name {
	background: rgba(31, 112, 184, 0.7);
	transition: ease-out .36s;
}

.index .goods a:hover .name span {
	width: 2rem;
	height: 0.2rem;
	opacity: 1;
	background: rgba(245, 198, 28, 1);
	display: block;
	margin: 0.75rem auto 0 auto;
}


.index2 {
	opacity: 1;
	transition: ease-out .36s;
	align-items: flex-end;
	position: relative;
}

.index2 .left {
	width: 55%;
	height: 30rem;
	background: url('../images/bg.png') no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.index2 .left .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.index2 h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: rgba(17, 17, 17, 1);
}

.index2 .intor {
	width: 90%;
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
	margin: 1.75rem 0;
}

.index2 ul li {
	flex-direction: column;
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
	margin-right: 2rem;
}

.index2 ul li span:nth-child(1) {
	font-size: 1.8rem;
	font-weight: bold;
	color: rgba(231, 31, 24, 1);
	margin-bottom: 0.5rem;
}

.index2 .right {
	width: 55%;
	height: 27.45rem;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}


.index3 {
	padding: 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.index3 .left {
	width: 60%;
}

.index3 .left a {
	margin-bottom: 2rem;
	width: 100%;
}

.index3 .left a i {
	display: block;
	height: 12.5rem;
	border-radius: 0.5rem;
	background: rgba(204, 204, 204, 1);
	overflow: hidden;
	margin-right: 1.75rem;
}

.index3 .left a i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.index3 a .conten {
	width: 64%;
}

.index3 a h3 {
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.index3 a .intor {
	font-size: 0.9rem;
	color: rgba(153, 153, 153, 1);
	margin: 0.75rem 0 2.5rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index3 a .more {
	font-size: 0.9rem;
	color: rgba(153, 153, 153, 1);
}

.index3 a .icon {
	font-size: 0.9rem;
	color: rgba(0, 106, 199, 100);
}

.index3 a .icon img {
	margin-left: 0.75rem;
}

.index3 .right {
	width: 35%;
}

.index3 .right i {
	display: block;
	width: 100%;
	height: 14rem;
	border-radius: 0.5rem 0.5rem 0 0;
	background: rgba(204, 204, 204, 1);
	overflow: hidden;
}

.index3 .right i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.index3 .right .active {
	border-radius: 0 0 0.5rem 0.5rem;
	background: rgba(0, 106, 199, 1);
	padding: 1.25rem;
}

.index3 .right .active h3,
.index3 .right .active .icon {
	color: #fff;
}

.index3 .right .active .intor {
	color: rgba(204, 204, 204, 1);
}

.index3 .left a:hover img,
.index3 .right:hover img {
	transform: scale(1.1);
	transition: ease-out .36s;
}

.index3 .left a:hover h3 {
	color: rgba(0, 106, 199, 1);
	transition: ease-out .36s;
}

.index3 .right:hover .icon img {
	margin-left: 3rem;
	transition: ease-out .36s;
}


/* end */




/* 产品中心 */

.product-index {
	padding: 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.product-index .type {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4rem;
	font-size: 1.2rem;
}

.product-index .type a {
	margin: 0 3rem;
	color: #000;
	border: 1px solid #000;
	padding: 0.5rem 3.5rem;
	border-radius: 2rem;
	white-space: nowrap;
}

.product-index .type a.on {
	color: #fff;
	border: 0px;
	background: rgba(0, 106, 199, 1);
	padding: 0.5rem 3.5rem;
	border-radius: 2rem;
}

.product-index .goods {
	flex-wrap: wrap;
}

.product-index .goods a {
	width: 23%;
	margin: 0 1%;
	margin-bottom: 1.5rem;
	height: 15.3rem;
	border-radius: 0.5rem;
	background: rgba(204, 204, 204, 1);
	overflow: hidden;
	position: relative;
}

.product-index .goods a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.product-index .goods .name {
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	background: linear-gradient(0deg, rgba(48, 48, 48, 1) 0%, rgba(34, 34, 34, 0.33) 72.08%, rgba(51, 51, 51, 0) 101%);
	padding: 1rem 0;
}

.product-index .goods a:hover img {
	transform: scale(1.1);
	transition: ease-out .36s;
}

.product-index .goods a:hover .name {
	background: rgba(0, 0, 0, 0.7);
	transition: ease-out .36s;
}

.product-index .goods a:hover .name span {
	width: 2rem;
	height: 0.2rem;
	opacity: 1;
	background: rgba(21, 90, 150, 1);
	display: block;
	margin: 0.75rem auto 0 auto;
}

.product-index .left {
	width: 48%;
	height: 22rem;
	overflow: hidden;
}

.product-index .right {
	width: 48%;
}

.product-index .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.product-index .left img:hover {
	transform: scale(1.1);
	transition: ease-out .36s;
}

.product-index .right h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: rgba(21, 90, 150, 1);
	margin-bottom: 2rem;
}

.product-index .intor {
	font-size: 1.2rem;
	line-height: 35px;
	color: rgb(0, 0, 0);
	margin: 2.25rem 0 3.35rem 0;
}

.product-index .right .link a:nth-child(1) {
	border-radius: 0.5rem;
	background: rgba(231, 31, 24, 1);
	padding: 0.6rem 1.05rem;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
	margin-right: 2.4rem;
}

.product-index .right .link a:nth-child(2) {
	border-radius: 0.5rem;
	border: 1px solid rgba(231, 31, 24, 1);
	padding: 0.6rem 1.05rem;
	font-size: 0.9rem;
	color: rgba(231, 31, 24, 1);
}

.product-index .right .link a:nth-child(1) img,
.product-index .right .link a:nth-child(2) img {
	margin-right: 0.75rem;
}

.product-index .right .link a:hover {
	opacity: 0.8;
	transition: ease-out .36s;
}

.product-index1 {
	padding: 4.4rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.product-index1 .title h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.product-index1 .title p {
	width: 6.45rem;
	height: 0.15rem;
	background: rgba(21, 90, 150, 1);
	margin: 2.25rem 0;
}


.product-index1 .swiper-wrapper a {
	/* width: 23%;
	margin: 0 1%; */
	margin-bottom: 1.5rem;
	height: 15.3rem;
	border-radius: 0.5rem;
	background: rgba(204, 204, 204, 1);
	overflow: hidden;
	position: relative;
}

.product-index1 .swiper-wrapper a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.product-index1 .swiper-wrapper .name {
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	background: linear-gradient(0deg, rgba(48, 48, 48, 1) 0%, rgba(34, 34, 34, 0.33) 72.08%, rgba(51, 51, 51, 0) 101%);
	padding: 1rem 0;
}

.product-index1 .swiper-wrapper a:hover img {
	transform: scale(1.1);
	transition: ease-out .36s;
}

.product-index1 .swiper-wrapper a:hover .name {
	background: rgba(0, 0, 0, 0.7);
	transition: ease-out .36s;
}

.product-index1 .swiper-wrapper a:hover .name span {
	width: 2rem;
	height: 0.2rem;
	opacity: 1;
	background: rgba(21, 90, 150, 1);
	display: block;
	margin: 0.75rem auto 0 auto;
}


/* end */




/* 关于我们 */

.about {
	padding: 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.about h3 {
	width: 50%;
	font-size: 1.8rem;
	font-weight: bold;
	color: rgba(17, 17, 17, 1);
}

.about .intor {
	width: 50%;
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
}

.about2 img {
	width: 100%;
}

/* end */



/* 新闻中心 */

.news {
	padding: 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.news a {
	padding: 1.5rem 0;
	border-bottom: 0.05rem solid rgba(235, 235, 235, 1);
}

.news a i {
	width: 25%;
	height: 12.5rem;
	border-radius: 0.5rem;
	background: rgba(204, 204, 204, 1);
	overflow: hidden;
	display: block;
}

.news a i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.news .intor {
	width: 70%;
}

.news .intor h3 {
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.news .intor div {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(153, 153, 153, 1);
	margin: 1.5rem 0 1.75rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news .intor p {
	font-size: 0.9rem;
	color: rgba(153, 153, 153, 1);
}

.news a:hover img {
	transform: scale(1.1);
	transition: ease-out .36s;
}

.news a:hover h3 {
	color: rgba(0, 140, 214, 1);
	transition: ease-out .36s;
}


.news1 {
	padding: 4.75rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.news1 h3 {
	font-size: 2rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

.news1 .time {
	margin: 0.25rem 0 2rem 0;
	font-size: 1rem;
	color: rgba(51, 51, 51, 1);
	position: relative;
}

.news1 .time img {
	margin-right: 0.25rem;
}

.news1 .time span {
	display: block;
	position: absolute;
	width: 6.35rem;
	height: 0.25rem;
	background: rgba(0, 90, 173, 0.55);
	bottom: 0.3rem;
}

.news1 .conts {
	font-size: 1rem;
	color: rgba(51, 51, 51, 1);
}

.news1 .next {
	padding: 4.5rem 0;
	font-size: 0.9rem;
	color: rgba(153, 153, 153, 1);
}

.news1 .next a:hover {
	color: rgba(0, 140, 214, 1);
}


/* end */




/* 联系我们 */

.us {
	padding: 4.5rem 0;
}

.us .left {
	background: url('../images/bg2.png') no-repeat;
	width: 50%;
	height: 21.75rem;
	background-size: 100% 100%;
	padding: 0 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.us .left h3 {
	font-size: 1.8rem;
	color: rgba(17, 17, 17, 1);
	margin-bottom: 1.5rem;
}

.us .left div {
	font-size: 0.8rem;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 0.5rem;
}

.us .right {
	background: url('../images/bg3.png') no-repeat;
	width: 50%;
	height: 21.75rem;
	background-size: 100% 100%;
	position: relative;
}

.us .right img {
	position: absolute;
	top: 10rem;
	left: 59%;
	transform: translate(-50%, 0%);
	animation: myAnimation 1s infinite;
}

@keyframes myAnimation {
	from {
		top: 6.8rem;
	}

	to {
		top: 7.8rem;
	}
}

/* end */