@font-face {

	font-family: 'Open';

	src: url('Open-Sans-2.ttf');

}



* {

	margin: 0;

	padding: 0;

	font-family: 'Open';

}



body {

	background: #E3E3E3;

}



a {

	text-decoration: none;

}



li {

	list-style: none;

}



input,

select,

textarea {

	outline: none;

}



.box {

	max-width: 1200px;

	margin: 0 auto;

	background: #fff;

	box-shadow: 0 0 5px #222;

}



.wrap {

	width: 82%;

	max-width: 976px;

	margin: 0 auto;

}



.swiper {

	width: 100%;

	height: 100%;

}



.swiper-slide {

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	-webkit-justify-content: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	-webkit-align-items: center;

	align-items: center;

}



.swiper-slide img {

	display: block;

	width: 100%;

	object-fit: cover;

}



/* header */

header {

	background: -webkit-linear-gradient(top, #656565, #484848);

}



.had,

.hadList {

	display: flex;

	justify-content: space-between;

}



.logo {

	display: block;

	width: 170px;

}



.logo img {

	display: block;

	width: 100%;

}



.hadList {

	width: 550px;

}



.hadList a {

	display: flex;

	height: 100%;

	align-items: center;

	font-weight: 600;

	font-size: 16px;

	color: #cecece;

	position: relative;

	transition: .6s;

	overflow: hidden;

	cursor: pointer;

}



.hadList a:hover,

.sonTwoList a:hover {

	color: #fff;

}



.hadList .openPro a::after {

	content: '';

	display: block;

	width: 10px;

	height: 10px;

	background: #494949;

	transform: rotate(45deg);

	position: absolute;

	left: 0;

	right: 0;

	bottom: -5px;

	margin: auto;

}



.sechBox {

	display: flex;

	align-items: center;

}



.hadSeach {

	width: 130px;

	height: 30px;

	background: #E6E6E6;

	display: flex;

	border-radius: 5px;

}



.hadSeach input,

.hadSeach button {

	height: 100%;

	border: none;

	background: none;

}



.hadSeach input {

	display: block;

	width: calc(100% - 30px);

	box-sizing: border-box;

	padding-left: 10px;

}



.hadSeach button {

	width: 30px;

}



.sonOne {

	background: url('../imgs/hadSonBack.jpg') center no-repeat;

	background-size: cover;

}



.hadName {

	color: #fff;

	display: flex;

	align-items: center;

	justify-content: space-between;

	height: 50px;

}



.hadName h4 {

	font-size: 16px;

}



.hadName h6 {

	font-size: 14px;

}



.hadName h6 img {

	vertical-align: middle;

	width: 20px;

	margin-right: 10px;

}



.hadSon hr {

	width: 100%;

	height: 1px;

	border: none;

	background: #636363;

}



.hadPro {

	display: flex;

	justify-content: center;

}



.hadPro li {

	padding: 20px 10px;

	cursor: pointer;

}



.hadPro li:hover,

.hadPro .hadProOn,

.sonTwo {

	background: #454545
}



.hadPro h5 {

	margin-top: 10px;

	font-size: 13px;

	color: #fff;

	text-align: center;

}



.hadProMg {

	width: 100px;

	display: flex;

	align-items: center;

	justify-content: center;

}



.hadProMg img {

	display: block;

	max-width: 100%;

}



.sonTwo {

	padding: 30px 0 0;

	border-top: 1px solid #636363;

	display: none;

}



.hadSon,

.sonTwo>div {

	display: none;

}



.sonTwoList {

	display: grid;

	grid-template-columns: repeat(6, 16%);

	justify-content: space-between;

}



.sonTwoList li {

	margin: 0 0 30px;

}



.sonTwoList a {

	font-weight: 600;

	color: #ccc;

}



.sonTwoList h4 {

	font-size: 15px;

	line-height: 30px;

	border-bottom: 1px solid #636363;

	margin: 0 0 5px;

}



.sonTwoList p {

	font-size: 13px;

	line-height: 30px;

}



.hadNav {

	background: #434343;

}



.hadNav h2 {

	font-size: 16px;

	padding-left: 20px;

	color: #fff;

	line-height: 45px;

}



.modHad {

	display: none;

}



.modHadBox {

	width: 100%;

	height: 45px;

}



/* banner */

.banner {

	position: relative;

	width: 100%;

	overflow: hidden;

}



.banner>img {

	display: block;

	width: 100%;

}



.banInfo {

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

}



.banInfo .wrap {

	height: 100%;

}



.banNav {

	display: flex;

}



.banNav a {

	color: #404040;

	font-size: 12px;

	line-height: 30px;

	display: flex;

	align-items: center;

	margin: 0 5px;

}



.banNav a::before {

	content: '';

	display: block;

	width: 6px;

	height: 6px;

	border-top: 1px solid #404040;

	border-right: 1px solid #404040;

	transform: rotate(45deg);

	margin-right: 8px;

}



.banCont {

	display: flex;

	flex-direction: column;

	height: calc(100% - 30px);

	justify-content: space-between;

	box-sizing: border-box;

	padding-bottom: 30px;

}



.banInfoTitle {

	width: 100%;

	text-align: center;

	padding: 20px 0 0;

}



.banInfoTitle h3 {

	font-size: 30px;

	/* color: #222; */

	display: inline-block;

	padding: 0 0 5px;

	margin: 0 0 5px;

	/* border-bottom: 1px solid #BFB6B6; */

}



.banInfoTitle h5 {

	font-size: 16px;

	color: #222;

}



.banMore {

	width: 100%;

	display: flex;

	justify-content: center;

}



.banMore a {

	display: block;

	margin: 0 10px;

	width: 250px;

	text-align: center;

	background: #434343;

	color: #fff;

	box-sizing: border-box;

	padding: 0 10px;

	border-radius: 4px;

	line-height: 55px;

	font-weight: 600;

}



/* footer */

footer {

	background: #434343;

	padding: 10px 0 130px;

}



.fotTop {

	display: flex;

	align-items: flex-end;

	justify-content: space-between;

	margin-bottom: 10px;

}



.fotTop a {

	color: #fff;

	padding: 15px 0;

	font-size: 13px;

}



.fotTop a img {

	display: block;

	margin: 0 auto 3px;

}

.fotBox {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-end;
	margin-top: 20px;
}

.fotTips h4 {
	font-size: 26px;
	color: #fff;
}

.fotTips h4 span{
	font-size: 19px;
	display: block;
	font-weight: 300;
}

.fotNavList {
	display: flex;
	margin: 10px 0;
}

.fotNavList li {
	margin: 0 5px;
	color: #fff;
}

.fotNavList a,

.fotTips p,

.fotTips a {

	color: #fff;

	font-size: 13px;

	line-height: 25px;

}



.fotList {

	display: flex;

	align-items: center;

	justify-content: center;

	margin-top: 40px;

}



.fotList li {

	margin: 0 10px;

}



.fotList a {

	display: flex;

	align-items: center;

	justify-content: center;

	width: 40px;

	height: 40px;

	background: #fff;

	border-radius: 50%;

}



.fotList a img {

	display: block;

	max-width: 95%;

}


.fotCode {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.fotCode li {
	margin: 0 10px;
	width: 120px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.fotCode img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}


.fixTop {

	display: flex;

	align-items: center;

	justify-content: center;

	width: 40px;

	height: 40px;

	background: #9FA1A0;

	position: fixed;

	bottom: 20px;

	right: calc((100% - 1160px) /2);

	z-index: 3;

	display: none;

}



.prodNav {

	display: flex;

	padding: 10px 0;

	margin: 0 0 5px;

}



.prodNav li {

	display: flex;

	align-items: center;

}



.prodNav li::after {

	content: '';

	display: block;

	width: 8px;

	height: 8px;

	border-top: 2px solid #003B68;

	border-right: 2px solid #003B68;

	transform: rotate(45deg);

	margin: 0 5px;

}



.prodNav li:last-child::after {

	display: none;

}



.prodNav a {

	font-size: 13px;

	font-weight: 600;

	color: #003B68;

	display: block;

	margin-left: 5px;

}



.prodNav a:hover,

.prodNav li:last-child a {

	color: #0069C5;

}



.pagIcon {

	background: -webkit-linear-gradient(top, #656565, #484848);

	position: fixed;

	z-index: 3;

	right: 0;

	bottom: 10%;

	width: 40px;

	border: 1px solid #333;

}



.pagIcon a {

	display: flex;

	justify-content: center;

	border-top: 1px solid #838080;

	border-bottom: 1px solid #333;

	height: 40px;

	align-items: center;

	box-sizing: border-box;

	cursor:pointer;

	position: relative;

}



.pagIcon img {

	display: block;

	max-width: 100%;

}

.pagInfo{
	position: absolute;
	background: #fff;
	padding: 10px;
	border-radius: 3px;
	right: 100%;
	display: none;
	color: #222;
	font-size: 15px;
	font-weight: 600;
}

a:hover .pagInfo{
	display: block;
}

.pagInfo img{
	width: 180px !important;
    max-width: none;
}


.newPage {
	margin: 30px 0;
}

.newPage,
.newNum {
	display: flex;
	align-items: center;
	justify-content: center;
}

.newPage a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #E0E0E0;
	margin: 0 10px;
	color: #333;
	transition: .6s;
	background: -webkit-linear-gradient(top, #ffffff, #d5d5d5);
	overflow: hidden;
}

.newPage a:hover,
.newPage .newActive a{
	background: -webkit-linear-gradient(top, #656565, #484848);
	color: #fff;
}

.newNext a::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
	margin-right: 10px;
}

.newPort a::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	transform: rotate(-45deg);
	margin-left: 10px;
}

.newNext:hover:after,
.newPort:hover:after {
	border-color: #fff;
}


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



	.wrap {

		width: 90%;

	}



	.logo {

		width: 130px;

	}



	.hadList {

		width: 350px;

	}



	.hadList a {

		font-size: 15px;

	}


	.fotBox{
		flex-wrap: wrap;
	}






}





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



	.pcHad {

		display: none;

	}



	.logo {

		height: 100%;

	}



	.modHad {

		display: block;

	}



	.modHadBox {

		position: relative;

		display: flex;

		flex-wrap: wrap;

		justify-content: space-between;

		box-sizing: border-box;

		padding-left: 5%;

	}



	.logo img {

		display: block;

		height: 100%;

		width: auto;

	}



	.modIcon {

		display: flex;

		height: 100%;

	}



	.modSeach {

		border-left: 1px solid #2e2e2e;

		border-right: 1px solid #727272;

		width: 40px;

		height: 100%;

		display: flex;

		align-items: center;

		justify-content: center;

	}



	.modSeach img {

		display: block;

		width: 20px;

	}



	.modClck {

		background: #000;

	}



	.menu {

		width: 40px;

		height: 100%;

		box-sizing: border-box;

		padding: 10px 0;

		position: relative;

	}



	.menu::before,

	.menu::after {

		content: '';

		display: block;

	}



	.menu::before,

	.menu::after,

	.menu p {

		width: 20px;

		height: 3px;

		border-radius: 2px;

		background: #fff;

		margin: 5px auto;

		transition: .6s;

	}



	.menu.menuActive::before,

	.menu.menuActive::after {

		position: absolute;

		top: 0;

		bottom: 0;

		left: 0;

		right: 0;

		margin: auto;

	}



	.menu.menuActive::before {

		transform: rotate(45deg);

	}



	.menu.menuActive::after {

		transform: rotate(-45deg);

	}



	.menu.menuActive p {

		opacity: 0;

	}



	.modForm {

		width: 100%;

		box-sizing: border-box;

		padding: 10px;

		background: #D2D2D2;

		position: absolute;

		left: 0;

		top: 45px;

		z-index: 3;

		display: none;

	}



	.modForm form {

		width: 100%;

		height: 25px;

		display: flex;

		background: #A5A5A5;

	}



	.modForm form input {

		width: calc(100% - 30px);

		border: none;

		background: no-repeat;

		text-indent: 1em;

	}



	.modForm form button {

		border: none;

		background: none;

	}



	.modForm form button img {

		display: block;

		width: 15px;

	}



	.modSort {

		width: 100%;

		display: none;

	}



	.modSortList li {

		border-bottom: 1px solid #181818;

		border-top: 1px solid #504f4f;

		background: #222222;

		box-sizing: border-box;

	}



	.modSortList li>div,

	.modHadTwo li a,

	.modHadTwo li a>div {

		display: flex;

		justify-content: space-between;

		align-items: center;

	}



	.modSortList li h4 a,

	.modHadTwoTxt h5 {

		display: block;

		width: 100%;

		font-size: 14px;

		color: #fff;

		line-height: 40px;

		padding-left: 15px;

		box-sizing: border-box;

	}



	.modSortList li>h4>a {

		padding-left: 30px;

	}



	.modHavSon::after,

	.modHadTwo li a::after {

		content: '';

		border-top: 6px solid #fff;

		border-left: 6px solid transparent;

		border-right: 6px solid transparent;

		border-bottom: 6px solid transparent;

	}



	.modHavSon {

		padding: 0 5%;

	}



	.modHadTwo {

		display: none;

	}



	.modHadTwoMg {

		width: 85px;

	}



	.modHadTwoMg img {

		display: block;

		width: 100%;

	}



	.modHadTwo a {

		padding: 0 15px;

		background: #3B3B3B;

	}



	.modHadTree {

		background: #575757;

		display: none;

	}



	.modHadTree h6 {

		text-indent: 1rem;

		font-size: 14px;

		color: #fff;

		line-height: 40px;

	}



	.modHadFour {

		background: #737373;

		display: none;

	}



	.modHadTwo li:last-child,

	.modHadTree li:last-child,

	.modHadFour li:last-child {

		border-bottom: none;

	}



	.modHadFour a {

		font-size: 14px;

		color: #fff;

		font-weight: 600;

		line-height: 40px;

		padding-left: 30px;

	}



	.modHadFour a:after ,
	.fotNavList {

		display: none;

	}



	.prodNav {

		display: flex;

		padding: 5px;

		margin: 0 0 5px;

		flex-wrap: wrap;

		line-height: 20px;

	}



	.prodNav a {

		font-size: 12px;

	}



	footer {

		padding: 10px 0 30px;

	}



	.pagIcon img {

		width: 22px;

	}


	.pagInfo {
		padding: ;
	}



}