* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a:link,
a:active,
a:visited,
a:hover,
	{
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

::-webkit-scrollbar { width: 8px; /* 竖向滚动条宽度 */ height: 6px; /* 横向滚动条宽度 */ background-color: rgba(0, 0, 0, 0.1); border-radius: 3px; }
::-webkit-scrollbar-thumb { border-radius: 3px; background-color:#001d4c }
::-webkit-scrollbar-thumb:hover { background-color:#000 }

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

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

.content1400 {
	margin: 0 auto;
	width: 1400px;
}

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

.content1500 {
	margin: 0 auto;
	width: 1500px;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.imgScale {
	transition: all 0.6s;
	display: block;
}

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

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

.content1500 {
	margin: 0 auto;
	width: 1500px;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.imgScale {
	transition: all 0.6s;
	display: block;
	max-width: 100%;
	width: 100%;
}

.main {
	position: relative;
}

.header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	padding: 18px 0;
	background-color: transparent;
}

.header .content {
	padding: 0 2% 0 1.3%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .l .ic1{display:block;}
.header .l .ic2{display: none;}

.header .r {
	display: flex;
	align-items: center;
}

.header .r .nav {
	display: flex;
}

.header .r .nav li:not(:last-child) {
	margin-right: 77px;
}

.header .r .nav li {
	position: relative;
}

.header .r .nav li:hover .sub-nav {
	display: block;
}

.header .r .nav li .sub-nav {
	position: absolute;
	padding-top: 12px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	display: none;
}

.header .r .nav li .sub-nav .sub-nav-box {
	background-color: rgba(246, 246, 246, 1);
	border-radius: 5px;
	overflow: hidden;
	border-top: 4px solid rgba(204, 14, 25, 1);
}

.header .r .nav li .sub-nav .sub-nav-box p {
	height: 54px;
	line-height: 54px;
	text-align: center;color:#555;
}

.header .r .nav li .sub-nav .sub-nav-box p a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	display: block;
}

.header .r .nav li .sub-nav .sub-nav-box p:hover a {
	color: rgba(204, 14, 25, 1);
	background-color: #fff;color:#555;
}

.header .r .nav li::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -16px;
	width: 100%;
	height: 3px;
	background-color: rgba(204, 14, 25, 1);
	opacity: 0;
}

.header .r .nav li:hover::before,
.header .r .nav li.active::before {
	opacity: 1;
}

.header .r .nav a {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 400;
	color: #FFFFFF;
}

.header .header-search {
	position: relative;
	margin: 0 39px 0 95px;
}

.header .content .header-search .icon-sousuo {
	font-size: 24px;
	color: #FFFFFF;
	cursor: pointer;
}

.header .header-search .searchbox {
	position: absolute;
	display: none;
	width: 300px;
	height: 40px;
	top: 50px;
	right: 0;
	z-index: 2;
	background-color: #fff;

}

.header .header-search .searchbox.active {
	display: flex;
}

.header .header-search .searchbox input {
	flex: 1;
	height: auto;
	border: none;
	outline: none;
	padding-left: 20px;
	box-sizing: border-box;
}

.header .header-search .searchbox .btn {
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f0f0f0;
	cursor: pointer;
}

.header .header-search .searchbox .btn .icon-sousuo {
	color: #222;
}

.header .header-select {
	display: flex;bann
	align-items: center;
}

.header .header-select select {
	border: none;
	background-color: transparent;
	outline: none;
	margin-left: 9px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}

.footer {
	padding: 63px 0 0;
	background-color: rgba(20, 21, 24, 1);
}

.footer .footer-t {
	border-bottom: 1px solid rgba(182, 182, 182, 0.1);
}

.footer .footer-t .content1500 {
	display: flex;
	justify-content: space-between;
	padding-bottom: 76px;
}

.footer .footer-t .l .tel-text {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

.footer .footer-t .l .tel-text .iconfont {
	margin-right: 14px;
}

.footer .footer-t .l .tel {
	font-size: 30px;
	color: #fff;
	
	margin-top: 24px;
}

.footer .footer-t .l .workTime {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 1;
	margin-top: 13px;
}

.footer .footer-t .l .service {
	width: 175px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	background: #CE0E05;
	margin-top: 48px;
}

.footer .footer-t .l .service a {
	display: block;
	font-size: 16px;
	font-family: PingFang;
	font-weight: 400;
	color: #FFFFFF;
}

.footer .footer-t .c {
	width: 56%;
}

.footer .footer-t .c ul {
	display: flex;
	justify-content: space-between;
}

.footer .footer-t .c li .li-title {
	font-size: 16px;
	font-family: PingFang;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 18px;
}

.footer .footer-t .c li .li-text {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 38px;
}

.footer .footer-t .c li .li-text a {
	color: #AAAAAA;
}

.footer .footer-t .c li .li-text a:hover {
	opacity: 0.8;
}

.footer .footer-t .r .ewm img {
	display: block;
}

.footer .footer-t .r .text {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 1;
	text-align: center;
	margin-top: 18px;
}

.footer .footer-b .content1500 {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 400;
	color: #666666;
	line-height: 38px;
	padding: 24px 0 12px;
	flex-wrap: wrap;
}

.footer .footer-b a {
	color: #666;
}

.banner1 {
	position: relative;
}

.banner1 .pic img {
	display: block;
	width: 100%;
	min-height: 210px;
}

.banner1 .banner-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.banner1 .banner-box .en {
	font-size: 50px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}

.banner1 .banner-box .zh {
	font-size: 30px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 20px;
}

.banner1 .banner-box .img {
	margin-top: 40px;
}

.banner1 .banner-box .img img {
	display: block;
	margin: 0 auto;
	animation: moveDown 2s infinite;
	cursor: pointer;
}

@keyframes moveDown {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(0);
	}
}

.m_right {
	display: none;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 255, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*
.pagination ul {
	display: flex;
	justify-content: center;
}

.pagination ul li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	margin: 0 10px;
	cursor: pointer;
	background: transparent;
	border-radius: 50%;
	border: 1px solid rgba(224, 224, 224, 1);
}

.pagination ul li:first-child,
.pagination ul li:last-child {

}

.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover {
	background-color: transparent;
	border-color: rgba(203, 0, 16, 1);
}

.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover .iconfont {
	color: rgba(203, 0, 16, 1);
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(203, 0, 16, 1);
	color: #fff;
}

.pagination ul li a {
	color: #333;
	font-size: 14px;
	display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
 */

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}

	.header .r .nav li:not(:last-child) {
		margin-right: 40px;
	}
}

@media (max-width:1530px) {
	.content1500 {
		width: 94%;
	}
}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}

	.header .header-search {
		margin-left: 40px;
	}

	.header .r .nav li:not(:last-child) {
		margin-right: 25px;
	}
}

@media (max-width:1230px) {
	.content1200 {
		width: 94%;
	}
}

@media (max-width:1199px) {
	.header .r {
		display: none;
	}

	.m_right {
		display: block;
	}

	.m_right .m_right_buttom {
		height: 40px;
		width: 40px;
		text-align: center;
		line-height: 40px;
		cursor: pointer;
	}

	.m_right .m_right_buttom .iconfont {
		font-size: 22px;
		color: #fff;
		font-weight: bold;
	}

	.m_right .m_aside {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		background-color: rgb(51, 51, 51);
		z-index: 999;
		transform: translateX(100%);
		transition: all 0.6s;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.m_right .m_aside.active {
		transform: translateX(0);
	}

	.m_right .m_aside li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		text-align: center;
		padding: 8px 3%;
		text-align: left;
	}

	.m_right .m_aside li a {
		display: block;
	}

	.m_right .m_aside li.hasNav>a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 18px;
		color: #fff;
	}
	.m_right .m_aside li .sub-nav{
			display: none;
			padding-left: 20px;
	}
	/* :hover .sub-nav{
		display: block;
	} */
	.m_right .m_aside li .sub-nav a{
		color: #fff;
		font-size: 16px;
		line-height: 2;
	}
	.m_aside li .zh {
		font-size: 18px;
		line-height: 28px;
		color: #fff;
	}

	.m_aside li .en {
		font-size: 16px;
		color: #999999;
	}

	.m_searchbox_li .iconfont {
		font-size: 24px;
		color: #999;
		cursor: pointer;
	}

	.m_searchbox {
		display: none;
		margin: 0 auto;
		justify-content: center;
		margin-top: 10px;
		align-items: flex-start;
	}

	.m_searchbox.active {
		display: flex;
	}

	.m_searchbox input {
		width: 70%;
		height: 32px;
		border: 1px solid #D0D0D0;
		border-right: none;
		outline: none;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.m_searchbox .btn {
		background-color: #F0F0F0;
		width: 37px;
		height: 32px;
		line-height: 32px;
		text-align: center;
	}

	.footer .footer-t .c {
		display: none;
	}

	.header .l img {
		width: 140px;
	}

	.header {
		padding: 10px 0;
	}

	.banner1 .banner-box {
		width: 94%;
	}
}

@media (max-width:800px) {
	.banner1 .banner-box .en {
		font-size: 34px;
	}

	.banner1 .banner-box .zh {
		font-size: 24px;
	}

	.banner1 .banner-box .img {
		margin-top: 20px;
	}
}

@media (max-width:500px) {
	.banner1 .banner-box .en {
		font-size: 22px;
	}

	.banner1 .banner-box .zh {
		font-size: 20px;
	}

	.banner1 .banner-box .img {
		margin-top: 10px;
	}

	.header .l img {
		width: 120px;
	}

	.footer .footer-t .content1500 {
		/* flex-direction: column; */
		text-align: center;
	}

	.footer .footer-t .l .tel-text {
		justify-content: center;
	}

	.footer .footer-t .l .service {
		margin: 20px auto 0;
	}

	.footer .footer-t .l .tel {
		font-size: 24px;
		margin-top: 15px;
	}

	.footer .footer-t .r .ewm img {
		width: 90px;
		margin: 0 auto 0;
	}

	.footer .footer-t .content1500 {
		padding-bottom: 30px;
	}

	.footer {
		padding-top: 30px;
	}

	.footer .footer-t .l .service {
		width: 140px;
		height: 40px;
		line-height: 40px;
	}

	.footer .footer-b .content1500 {
		line-height: 24px;
		padding-top: 12px;
		font-size: 12px;
	}

	.pagination ul li {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 0 5px;
	}
}


  /*-----------------------------------------------------------------------------------page end----------------------------------------------------------------*/

 .pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:0rem;margin:50px 0;}
 
 .page-link{position:relative;display:block;padding:10px 10px;margin-left:-1px;line-height:1;color:#007bff;background-color:#fff;border:1px solid #dee2e6}
 .page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}
 .page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 0 rgba(0,123,255,.25)}
 .page-item:first-child .page-link{margin-left:0;border-top-left-radius:8px;border-bottom-left-radius:8px}
 .page-item:last-child .page-link{border-top-right-radius:8px;border-bottom-right-radius:8px}
 .page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}
 .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}
 .pagination-lg .page-link{padding:.1rem .1rem;font-size:20px;line-height:1}
 .pagination-lg .page-item:first-child .page-link{border-top-left-radius:8px;border-bottom-left-radius:8px}
 .pagination-lg .page-item:last-child .page-link{border-top-right-radius:8px;border-bottom-right-radius:8px}
 .pagination-sm .page-link{padding:.1rem .1rem;font-size:20px;line-height:1}
 .pagination-sm .page-item:first-child .page-link{border-top-left-radius:8px;border-bottom-left-radius:8px}
 .pagination-sm .page-item:last-child .page-link{border-top-right-radius:8px;border-bottom-right-radius:8px}
 .clean-block.clean-catalog .pagination{-ms-flex-pack:center;justify-content:center}
 
 /*-----------------------------------------------------------------------------------page end----------------------------------------------------------------*/
 .vh-21{overflow:hidden;height:auto;margin-bottom:-21px;}