@import url("../font/bootstrap-icons.css");

html {
	user-select: none
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0px;
	padding: 0px;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

input {
	padding-top: 0px;
	padding-bottom: 0px;
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 14px;
	margin: 0px;
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	appearance: none;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

* {
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none !important;
}


.clearfix {
	zoom: 1;
	clear: both;
}

.clear {
	zoom: 1;
	clear: both;
}

.width-1000 {
	width: 1000px;
	margin: 0px auto;
}

.width-1100 {
	width: 1100px;
	margin: 0px auto;
}

.width-1200 {
	width: 1200px;
	margin: 0px auto;
}

.width-1300 {
	width: 1300px;
	margin: 0px auto;
}

.width-1420 {
	width: 1420px;
	margin: 0px auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block-center {
	display: block;
	margin: 0px auto;
}

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

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.font-12 {
	font-size: 12px;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-24 {
	font-size: 24px;
}

.font-28 {
	font-size: 28px;
}

.font-36 {
	font-size: 36px;
}

.font-48 {
	font-size: 48px;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.clear {
	clear: both;
}




/* 头部底部公共样式 */
.banner video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.top .menu {
	position: relative;
	cursor: pointer;
	height: 80px;
	width: 10%;
	background: #eb5c20;
	left: -15px;
}

.top .bars span {
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	margin: 10px 0;
}


.top {
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	background: #fff;
	height: 80px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.logo {
	/* margin-left: 20px; */
	height: 80px;
}

.logo img {
	height: 80px;
}

.lang {
	position: relative;
	margin: 21px;
	background: #192e5d;
	margin-right: 5%;
	height: 38px;
	padding: 0 20px;
	border-radius: 48px;
	line-height: 38px;
	color: #fff;
}

.lang_wap {
	display: none;
}

.menuName {
	padding: 26px 0;
	font-size: 18px;
	color: #fff;
	float: left;
}

.bars {
	float: left;
	margin: 17px 10% 17px 24%;
}

.logo img {
	height: 60px;
	margin: 10px 0;
}

.lang i::before {
	font-size: 24px;
}

.lang i {
	position: relative;
	color: #fff;
	font-size: 14px;
	top: 2px;
}

.lang p {
	color: #fff;
	display: inline-block;
	line-height: 24px;
}

.lang p img {
	display: inline-block;
	height: 20px;
}

.lang p span {
	padding-left: 10px;
	color: #fff;
	font-size: 14px;
}

.lang p i {
	padding-right: 5px;
	cursor: pointer;
	padding-left: 5px;
}

.navlist ul {
	float: left;
	width: 18%;
	margin: 0 1%;
}

.navlist ul p {
	position: relative;
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 1.5rem;
}

.navlist ul li a {
}
.navlist ul li a:hover {
    color: #fff;
}
.nav {
	transition: .5s;
	z-index: 999;
	top: -200%;
	width: 100%;
	position: fixed;
	height: 100%;
	background: url(../images/navbg.jpg) no-repeat;
	background-size: cover;
}

.navlist ul li a {
	line-height: 48px;
	display: block;
	position: relative;
	font-size: 18px;
	color: #ffffff9e;
}
.navlist ul a::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    left: 0px;
    transition: all 0.6s;
    background: #fff;
    bottom: 0px;
}

.navlist ul a:hover::before {
    width: 90%;
}

.navlist ul p {
    margin-bottom: 10px;
    position: relative;
}
.nav_colse {
	margin-top: 11%;
	margin-bottom: 60px;
	cursor: pointer;
	border-bottom: 1px #ffffff26 solid;
	padding-bottom: 40px;
}

.nav_colse p {
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
}

.nav_colse p i {
	transition: .3s;
	position: relative;
	color: #fff;
	font-size: 50px;
	display: inline-block;
	top: 10px;
	transform: rotate(90deg);
	/* 旋转90度 */
	transition: transform 0.5s ease-in-out;
	/* 可选：添加过渡效果 */
}


.nav_colse p i:hover {
	transform: rotate(0deg);
}

.nav.active.container-fluid {
	top: 0 !important;
	transition: .5s
}

.langList {
	display: none;
	z-index: 998;
	padding: 15px;
	/* width: 50%; */
	position: absolute;
	right: 0;
	background: #192e5d;
	padding-right: 44px;
	top: 44px;
}

.langList img {
	padding-right: 5px;
	display: inline-block;
	height: 20px;
}

.langList ul li span {
	font-size: 14px;
	color: #fff !important;
}

.lang p .active {
	transform: rotate(-180deg);
	transition: transform 0.5s;
}

i.fa.fa-angle-down {
	transition: .5s;
}

.langList ul li a {
	display: block;
}

.langList ul li a:hover span {
	color: #b7b7b7 !important;

}

/* banner */

.banner video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.banner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg_icon.png) repeat;
	z-index: 2;
}

span.wow.fadeInUp2 {
	animation-fill-mode: both;
	animation-duration: 1s;
}

.banner span {
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

span.fadeInUp2 p {
	text-align: center;
	line-height: 64px;
	font-size: 36px;
	color: #fffffff0;
	font-weight: bold;
}

span.fadeInUp2 a {
	position: relative;
	margin-top: 20px;
	padding: 5px 10px;
	border: 2px solid #fffffff0;
	display: block;
	color: #fffffff0;
}

.banner_pc {
	position: relative;
}


span.fadeInUp2 a::after {
	z-index: -1;
	top: 0;
	width: 0;
	height: 34px;
	content: '';
	display: block;
	background: #fff;
	position: absolute;
	left: 0;
	transition: .5s;
}

span.fadeInUp2 a:hover::after {
	width: 100%
}

span.fadeInUp2 a:hover {
	color: #3e3e3e;
	z-index: 4;
}

.swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	@charset "utf-8";

	.about {
		background: url(../images/abbg.jpg) bottom center no-repeat;
	}

	.about.container-fluid {
		position: relative;
		padding-top: 50px !important;
		padding-bottom: 150px !important;
	}

	.aboutImg.pull-left {
		border-radius: 20px 20px 20px 30px;
		position: absolute;
		left: 0;
		width: 45%;
	}

	.aboutImg img {
		width: 100%;
	}

	.abInfo {
		float: right;
		width: 53%;
	}

	.abCenter p {
		line-height: 1.8;
		font_radio: 2;
		display-radio: 1;
		font-size: 16px;
		color: rgba(102, 102, 102, 1);
		margin-top: 20px;
	}

	.title {
		position: relative;
		line-height: normal;
		font-size: 25px;
		margin-bottom: 10px;
		font-weight: normal;
	}

	.title span {
		margin-bottom: 10px;
		display: block;
		color: coral;
	}

	.title p {
		color: rgba(68, 68, 68, 1);
		font-size: 52px;
	}

	.abMore {
		margin-top: 30px;
	}


	.abMore a {
		display: block;
		padding: 15px 0px;
		border: 1px solid rgba(92, 92, 92, 1);
		width: 181px;
		text-align: center;
		color: rgba(92, 92, 92, 1);
		border-radius: 66px;
	}

	.abMore a i {
		transition: .5s;
		color: rgba(92, 92, 92, 1);
	}

	.numberList ul li {
		position: relative;
		text-align: center;
		/* margin: 20px 0; */
	}

	p.p_num {
		font-weight: bold;
		color: rgba(235, 92, 32, 1);
		font-size: 54px;
	}

	p.numText {
		font-size: 14px;
		color: rgba(119, 119, 119, 1);
	}

	span.p_plus {
		right: 30px;
		top: 0;
		color: rgba(235, 92, 32, 1);
		font-size: 24px;
		position: absolute;
	}

	.numberList {
		margin: 30px 0;
	}

	.abMore a:hover i {
		margin-left: 15px;
	}

	.abMore a:hover {
		color: #fff;
		transition: .5s;
		background: #4e6885;
	}

	.abMore a:hover i {
		color: #fff;
		transition: .5s;
	}


	.productBox {
		background: url(../images/product.png) top no-repeat;
		padding: 120px 0 !important;
	}

	.proList .swiper-slide {
		border-radius: 10px;
		box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	}

	.proList .swiper-slide a {
		position: relative;
		background: #fff;
		display: block;
		padding: 30px 15px !important;
		border-radius: 10px;
		overflow: hidden;

	}

	.proList .swiper-slide a p {
		text-align: center;
		padding-top: 20px;
		color: rgba(137, 137, 137, 1);
	}

	.productBox .title {
		text-align: right;
		float: right;
		padding-bottom: 50px;
	}

	.productBox .title p,
	.productBox .title span {
		color: #fff;
	}

	.proNavList {
		float: left;
	}

	.proNavList ul li a {
		background: #fff;
		display: block;
		color: #676767;
	}

	.proList {
		padding-bottom: 57px;
	}

	.productBox .swiper-slide a {
		transition: .5s;
	}

	.productBox .swiper-slide img {
		transition: .5s;
	}

	.productBox .swiper-slide a:hover {
		background: #304f71;
	}

	.productBox .swiper-slide a:hover p {
		color: #fff;
	}

	.productBox .swiper-slide a:hover img {

		transform: scale(0.95, 0.95)
	}

	.productBox .abMore a {
		border: 1px solid rgb(197 197 197);
		color: rgb(197 197 197);
	}

	.productBox .abMore a i {
		color: rgb(197 197 197);
	}

	.news {
		background: url(../images/newbg.jpg) center no-repeat;
	}

	.newLeft {
		box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
		transition: .5s;
		background: #fff;
		float: left;
		width: 49%;
	}

	.newRight {
		float: right;
		width: 49%;
	}

	.newInfo {
		padding: 20px 15px;
	}

	.newInfo p {
		margin-bottom: 10px;
		font-size: 24px;
		white-space: nowrap;
		/* 禁止文本自动换行 */
		overflow: hidden;
		/* 溢出部分隐藏 */
		text-overflow: ellipsis;
		/* 溢出部分以省略号显示 */
	}

	.newInfo span {
		line-height: 1.5;
		font-size: 15px;
		color: rgba(153, 153, 153, 1);
		text-align: left;
		font-weight: normal;
		margin-bottom: 10px;
		-webkit-line-clamp: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.newDate p {
		color: rgba(102, 102, 102, 1);
		font-size: 38px;
		font-weight: bold;
	}

	.newDate span {
		min-height: 20px;
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		padding-top: 5px;
		color: rgba(102, 102, 102, 1);
		line-height: 1;
		display: block;
	}

	.newDate {
		width: 20%;
		float: left;
		padding: 10px 15px;
		text-align: center;
	}

	.newRight .newInfo {
		float: left;
		width: 70%;
	}

	.newRight li {
		transition: .5s;
		position: relative;
		background: #fff;
		padding: 16px 0;
		box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	}

	.newMore {
		transition: .5s;
		right: 5%;
		position: absolute;
		top: 40%;
	}

	.moreWap {
		display: none;
	}

	.newMore i {
		color: #c5c5c5;
	}

	.newMore i {
		color: #c5c5c5;
	}

	.newRight li:hover {
		background: #304f71;
	}

	.newRight li:hover p {
		color: #fff;
	}

	.newRight li:hover span {
		color: #fff;
	}

	.newRight li:hover .newMore {
		right: 4%;
	}

	.newRight li:hover .newMore i {
		color: #fff;

	}

	.newLeft: hover {
		background: #304f70;
	}

	.newLeft: hover img {
		transform: scale(1.13, 1.13)
	}


	.newImg img {
		transition: .5s;
	}

	.newLeft: hover p {
		color: #fff;
	}

	.newLeft: hover span {
		color: #fff;
	}

	.news .title {
		padding: 30px 0px;
	}

	.news .abMore {
		padding-top: 30px;
	}

	.newBox {
		padding-bottom: 50px;
	}

	.newImg {
		height: 335px;
		overflow: hidden;
	}


	.cooper {
		background: url(../images/Cooperationbg.jpg) top left no-repeat;
		padding: 50px 0 !important;
	}

	.winLeft {
		float: left;
		width: 50%;
	}

	.winRight {
		float: right;
		width: 40%;
	}

	.winNumBox {
		float: left;
		width: 20%;
	}

	.winText {
		float: right;
		width: 70%;
	}

	.winNum {
		line-height: 1;
		text-align: center;
		position: relative;
		font-size: 74px;
		font-weight: bold;
		color: #32506f;
	}

	.winNum span {
		color: #32506f;
		position: absolute;
		font-size: 18px;
		top: 0;
		right: 0;
	}

	.winText p {
		line-height: 2;
		font-size: 17px;
		color: rgba(102, 102, 102, 1);
		max-width: 500px;
	}

	p.winLeftText {
		font-weight: bold;
		text-align: center;
		font-size: 20px;
		color: #32506f;
	}

	.winLeft .title {
		padding-bottom: 50px;
	}

	.winList {
		margin-bottom: 50px !important;

	}

	.winText {
		margin-bottom: 50px;
	}

	/* 首页响应式 */
	@media screen and (max-width: 768px) {
		.aboutImg {
			float: none !important;
			width: 100% !important;
			position: unset !important;
		}

		.abInfo {
			padding: 0 15px;
			float: none !important;
			width: 100% !important;
		}

		.abCenter p {
			font-size: 14px;
			color: rgba(102, 102, 102, 1);
		}

		.title p {
			font-size: 2.375rem;
			font-weight: bold;
		}

		.numberList ul li {
			width: 50%;
			padding: 0 !important;
		}

		span.p_plus {
			right: 0.9375rem;
			font-size: 1.125rem;
		}

		.about {
			margin: 0 !important;
			padding: 0 !important;
		}

		.about .container {
			margin: 0 !important;
			padding: 0 !important;
		}

		.abMore a {
			margin: 0 auto;
			padding: 5px;
		}

		.productBox {
			background: url(../images/product.png) right no-repeat;
		}

		.newLeft,
		.newRight {
			border-bottom: 1px solid #ddd;
			float: none;
			width: 100%;
		}

		.newImg {
			height: 100%;
		}

		.newInfo p {
			max-width: none;
			font-size: 18px;
			white-space: nowrap;
			/* 禁止文本自动换行 */
			overflow: hidden;
			/* 溢出部分隐藏 */
			text-overflow: ellipsis;
			/* 溢出部分以省略号显示 */
		}

		.newDate {
			width: 22%;
		}

		.news {
			background: url(../images/newbg.jpg) top repeat;
		}

		.news .abMore {
			display: none;
		}

		.moreWap {
			display: block !important;
			margin-top: 0px !important;
			padding-bottom: 30px !important;
		}

		.newBox {
			padding-bottom: 10px;
		}

		/* win */

		.winLeft,
		.winRight {
			float: none;
			width: 100%;
		}

		.winNumBox,
		.winText {
			float: none;
		}

		.winText {
			width: 100%;
		}

		.winNumBox {
			width: 36%;
		}

		.winNumBox p {
			text-align: left;
		}

		.winLeft .title {
			padding-bottom: 0;
		}

		.cooper {
			background-size: contain;
		}

		.winText p {
			margin-top: 20px;
			font-size: 14px;
			line-height: 1.7;
		}

		.winNum {
			font-size: 50px;
		}

		p.winLeftText {
			font-size: 20px;
		}

		.winNum span {
			right: 15px;
		}
	}

	;
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((100% - 30px) / 2) !important;

	/* Center slide text vertically */
	display: flex;
	justify-content: center;
	align-items: center;
}


/* foot */

.footBox {
	background: url(../images/footbg.jpg) center no-repeat;
}

.footnav ul {
	width: 20%;
	float: left;
}

.footnav {
	width: 70%;
	float: left;
}

.footContact {
	float: right;
	width: 25%;
}

.footlogo {
	margin-bottom: 30px;
	padding: 50px 0 30px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
	float: left;
}

.icp {
	float: right;
}

.footBottom p {
	opacity: .7;
	color: #fff;
	line-height: 70px;
}

.footBottom {
	margin-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footBottom a {
	color: #fff;
}

.footnav ul p,.footNavTitle{
	margin-bottom: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.footnav ul li a {
	display: block;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 8px;
	color: #ffffff;
	opacity: .7;
}
.footnav ul li a:hover {
    opacity: 1;
}
p.footConList a {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.footContact ul li {
	font-size: 14px;
	margin-bottom: 8px;
	color: #ffffff;
	opacity: .7;
	line-height: 1.6;
}
.footContact ul li a {
    font-size: 14px;
    margin-bottom: 8px;
    color: #ffffff;
    opacity: .7;
    line-height: 1.6;
}
#scrollToTopBtn {
	display: none;
	/* 初始隐藏 */
	position: fixed;
	/* 固定位置 */
	bottom: 100px;
	/* 距底部10px */
	right: 10px;
	/* 距右侧10px */
	z-index: 99;
	/* 确保按钮在其他内容之上 */
	background-color: #eb5c20;
	/* 按钮背景色 */
	color: white;
	/* 按钮文字颜色 */
	border: none;
	/* 无边框 */
	cursor: pointer;
	/* 鼠标悬停时显示手型 */
	padding: 10px 15px;
	/* 内边距 */
	border-radius: 5px;
	/* 圆角 */
}

/* 响应式 768 */

@media screen and (max-width: 768px) {

	/* 头部导航 */
	.top {
		height: 50px;
	}

	.menuName {
		display: none;
	}

	.bars {
		margin: 2px 28% 2px 28%;
	}

	.top .menu {
		width: 15%;
		height: 50px;
	}

	.logo,
	.logo a {
		display: block;
		height: 50px;
	}

	.logo img {
		display: block;
		height: 100%;
		margin: 0;
	}

	.lang_pc {
		display: none;
	}

	.lang_wap {
		display: block;
		margin: 10px 0px;
		padding: 0 0px;
		height: 30px;
		line-height: 30px;
	}

	.langList {
		padding: 10px;
		top: 35px;
	}

	.nav_colse p {
		padding-left: 15px;
	}

	.navlist ul {
		border-bottom: 1px #ffffff2b solid;
		width: 100%;
		margin-bottom: 10px;
	}

	.navlist ul li {

		float: left;
		width: 24%;
	}

	.navlist {
		padding: 0 15px;
	}

	.navlist ul li a {
		font-size: 14px;
	}

	.navlist ul p{
		font-size: 18px;
	}


	.banner {
		display: none;
	}


	/* 公告底部 */

	.footlogo img {
		height: 3.125rem;
	}

	.footlogo {
		padding: 20px 0;
	}

	.footnav {
		display: none;
	}

	.footContact {
		float: none;
		width: 100%;
	}

	.copyright,
	.icp {
		float: none;
	}

	.footBottom p,
	.icp p {
		text-align: center;
		line-height: 2
	}

	.footBottom {
		padding-top: 10px;
	}
}

@media screen and (max-width: 1024px){
	.top .menu{
		width: 20%;
	}
}