@charset "utf-8";

#header{
	width: 100%;
	top: 0;
	position: fixed;
	z-index: 10;
	left: 0;
	transition: all 0.2s ease-in-out;
	height: 100px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#header.on{
	background: rgba(0,0,0,0.8);
}
#header .headerBox{
	padding-top: 0px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#header .logo {
	position: absolute;
	z-index: 12;
	top: 32px;
	left: 50px;
}
#header .logo a{
	display: block;
	position: relative;
	width: 90px;
	height: 40px;
	background: url(../img/logo.png) no-repeat;
	background-size: 100%;
	z-index: 9;
	transition: all 0.2s ease-in-out;
}
#header .logo .icon-logo{
	display: none;
}


#header .menu{
	position: absolute;
	z-index: 11;
	top: 0;
	right: 0;
	padding-right: 120px;
	width: 100%;
}
#header .menu-box{
	padding: 0 15px;
	height: 100px;
	float: right;
}
#header .menu .menu-con-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
#header .menu-con>ul{
	margin: 0px;
}
#header .menu-con>ul>li{
	display: block;
	float: left;
}
#header .menu-con>ul>li>a{
	display: block;
	margin: 0;
	position: relative;
	z-index: 3;
	transition: all 0.2s ease-in-out;
}
#header .menu-con>ul>li>a>span.cn{
	display: block;
	color: #fff;
	opacity: 1;
	height: 100px;
	line-height: 100px;
	padding: 0 35px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
	margin: 0;
	top: 0;
	transition: all 0.2s ease-in-out;
}
#header .menu-con>ul:hover>li>a>span.cn{
	opacity: .6;
}
#header .menu-con>ul>li:hover>a>span.cn{
	opacity: 1;
}
/* #header .menu-con>ul>li.nav1{
	display: none;
} */


/* 二级菜单 */
#header .menu-con>ul>li .navCon{
	position: absolute;
	z-index: 1;
	top: 100px;
	left: 0;
	width: 100%;
	background-color: #fff;
	height: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	/* border-bottom: 1 solid rgba(0,0,0,0); */
}

#header .menu-con>ul>li:hover .navCon{
	height: 90px;
	opacity: 1;
	padding: 0;
	/* border-bottom: 1px solid rgba(0,0,0,0.1); */
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
#header .menu-con>ul>li.nav2:hover .navCon{
	height: 90px;
}
#header .menu-con>ul>li .navCon a{
	font-size: 18px;
	display: block;
	line-height: 0px;
	text-align: center;
	color: #000;
	padding: 0;
	line-height: 40px;
	transition: all 0.3s ease-in-out;
}

#header .menu-con>ul>li:hover .navCon a{
	line-height: 40px;
}
#header .menu-con>ul>li .navCon a:hover{
	color: #1576d1;
}
#header .menu-con>ul>li .navCon>ul{
	text-align: right;
	padding: 25px 155px 25px 15px;
	position: relative;
	z-index: 2;
}


#header .menu-con>ul>li .navCon>ul>li{
	display: inline-block;
	margin: 0 15px;
}

#header .nav-pro{padding: 50px; position: relative; z-index: 2; width: 1200px; margin: 0 auto;}
#header .nav-pro .swiper-button-prev{left: -55px; margin-top: -50px;}
#header .nav-pro .swiper-button-next{right: -55px; margin-top: -50px;}
#header .nav-pro .swiper-button-disabled{opacity: .1;}
#header .nav-pro .swiper-button-prev:after,
#header .nav-pro .swiper-button-next:after{font-size: 40px; font-weight: bold; padding: 15px 10px; color: #888;}
#header .nav-pro .list{position: relative;background-color: #fff;  top:0;cursor: pointer;}
#header .nav-pro .list .pic{transition: all 0.3s ease-in-out;background-color: #f8f8f8;}
#header .nav-pro .list .pic:hover{box-shadow: 0 2px 25px rgba(0,0,0,0.15);}
#header .nav-pro .list img{width: 100%; max-width:280px; display: block; background-size: cover;background-position: center;background-repeat: no-repeat;	transition: all 0.3s ease-in-out;}
#header .nav-pro .list:hover img{ transform: scale(1.02);}
#header .nav-pro .list .con{padding: 15px 0 0px;text-align: center;}
#header .nav-pro .list h2{text-align: center; font-size: 18px;transition: all 0.3s ease-in-out;}
#header .nav-pro .list h3{display: inline-block;border-top: 2px solid #ccc;transition: all 0.3s ease-in-out;margin: 10px 0;padding-top: 5px;}
#header .nav-pro .list span{display: block;text-align: center;color: #888;}
#header .nav-pro .list:hover h2{color: #1576D1;}
#header .nav-pro .list:hover h3{color: #1576D1;}
#header .nav-pro .list .tag{position: absolute; top: .2rem; left: .2rem; width: 56px; background-color: #FFEFE5; height: 26px; line-height: 24px; border-radius: 20px; text-align: center; border: 1px solid #FF6700; color: #FF6700; font-size: 12px; font-weight: bold;}


#header .headerBox>.con{
	position: absolute;
	height: 0;
	top: 15px;
	right: 50px;
	z-index: 11;
	transition: all 0.4s ease-in-out;
}

#header .search-btn{
	width: 50px;
	height: 50px;
	display: block !important;
	position: absolute;
	right: 2px;
	top: 10px;
	background: url(../img/search.png) no-repeat center center;
	background-size: 20px;
}
#header .search{
	right: -200%;
	display: flex;
	position: relative;
	top: 16px;
	padding: 0 10px;
	transition: all 0.4s ease-in-out;
}
#header .con:hover .search,
#header .search.open{
	right: 0px;
}
#header .search input{
	width: 200px;
	padding-left: 15px;
	height: 38px;
	height: 38px;
	font-size: 14px;
	border: 1px solid #fff;
	color: #000;
	background: #fff;
	border-radius: 20px;
	transition: all 0.2s ease-in-out;
}
#header .con input::placeholder{
	color: #666;
}
#header .search input:focus{
	width: 280px;
}
#header .con input:focus::placeholder{
	color: #333;
}
#header .con button{
	position: absolute;
	right: 16px;
	top: 3px;
	font-size: 14px;
	width: 32px;
	height: 32px;
	text-indent: -999em;
	background: url(../img/search-hover.png) no-repeat 6px center;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
#header .con button:hover{
	background-image: url(../img/search-cur.png);
}



@media screen and (max-width: 1660px) {
	#header .logo{
		left: 30px;
	}
	#header .con{
		right: 30px;
	}
	#header .menu-con>ul>li .navCon a{
		font-size: 16px;
	}
	#header{
		width: 100%;
		top: 0;
		position: fixed;
		z-index: 10;
		left: 0;
		transition: all 0.2s ease-in-out;
		height: 70px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}

	#header .logo {
		position: absolute;
		z-index: 12;
		top: 20px;
		left: 50px;
	}
	#header .logo a{
		display: block;
		position: relative;
		width: 70px;
		height: 40px;
		background: url(../img/logo.png) no-repeat;
		background-size: 100%;
		z-index: 9;
		transition: all 0.2s ease-in-out;
	}
	#header .logo .icon-logo{
		display: none;
	}


	#header .menu{
		position: absolute;
		z-index: 11;
		top: 0;
		right: 0;
		padding-right: 80px;
		width: 100%;
	}
	#header .menu-box{
		padding: 0 15px;
		height: 70px;
		float: right;
	}
	#header .menu-con>ul>li>a>span.cn{
		display: block;
		color: #fff;
		opacity: 1;
		height: 70px;
		line-height: 70px;
		padding: 0 25px;
		overflow: hidden;
		text-align: center;
		font-size: 16px;
		position: relative;
		text-transform: uppercase;
		z-index: 1;
		margin: 0;
		top: 0;
		transition: all 0.2s ease-in-out;
	}
	
	#header .headerBox>.con{
		top: 0px;
		right: 40px;
	}
	#header .search-btn{
		width: 50px;
		height: 50px;
		display: block !important;
		position: absolute;
		right: 2px;
		top: 10px;
		background: url(../img/search.png) no-repeat center center;
		background-size: 20px;
	}
	#header .search{
		right: -200%;
		display: flex;
		position: relative;
		top: 16px;
		padding: 0 0px;
		transition: all 0.4s ease-in-out;
	}
	#header .con button{
		position: absolute;
		right: 6px;
		top: 3px;
		font-size: 14px;
		width: 32px;
		height: 32px;
		text-indent: -999em;
		background: url(../img/search-hover.png) no-repeat 6px center;
		border-radius: 2px;
		cursor: pointer;
		transition: all 0.2s ease-in-out;
	}
	
	#header .menu-con>ul>li .navCon{
		position: absolute;
		z-index: 0;
		top: 70px;
		left: 0;
		width: 100%;
		background-color: #fff;
		height: 0;
		overflow: hidden;
		transition: all 0.3s ease-in-out;
		border-bottom: 0 solid #fff;
	}
	#header .menu-con>ul>li .navCon>ul{
		text-align: right;
		padding: 25px 105px 25px 15px;
	}
}


@media screen and (max-width: 1400px) {
	#header .menu-con>ul>li.nav3 .navCon>ul{
		text-align: center;
		padding: 25px 15px 25px 15px;
	}
}
@media screen and (max-width: 768px) {
	body.open{overflow: hidden;}
	.top-box{
		display: none;
	}
	#header {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99;
		height: 50px;
	}
	#header.on{
		top: 0;
		border-bottom: 0;
	}
	#header .headerBox{
		width: 100%;
		max-width: 100%;
		min-width:100%;
		height: 50px;
		margin:0 auto;
		position: relative;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.header-block{
		height: 50px;
		transition: all 0.2s ease-in-out;
	}
	#header .link{
		display: none;
	}
	#header .headerBox > .con {
		position: absolute;
		z-index: 12;
		display: block;
		top: 0px;
		height: 0px;
		width: 100%;
		left: auto;
		right: 0;
	}
	#header .search-btn{
		width: 50px;
		height: 50px;
		position: absolute;
		right: 2px;
		top: 0;
		background: url(../img/search.png) no-repeat center center;
		background-size: 20px;
	}
	#header .search{
		right: 0%;
		top:-50px;
		width:100%;
		display: flex;
		position: relative;
		background-color: #fff;
		height: 50px;
		padding: 5px 10px;
		transition: all 0.4s ease-in-out;
	}
	#header .con.open{
		z-index: 13;
	}
	#header .search.open{
		right: 0;
		top: 0px;
	}
	#header .search form{
		flex: 1;
		position: relative;
	}
	#header .con input,
	#header .search input:focus{
		width: 100%;
		padding-left: 15px;
		height: 40px;
		font-size: 14px;
		line-height: 30px;
		border-radius: 30px;
		color: #888;
		border: 1px solid #f1f1f1;
		background: rgba(255,255,255,1);
		font-size: 14px;
	}
	#header .con button{
		position: absolute;
		right: 10px;
		top: 0;
		font-size: 14px;
		width: 40px;
		height: 40px;
		border-radius: 100%;
		text-indent: -999em;
		background: url(../img/search-cur.png) no-repeat center center;
		background-size: 20px;
		cursor: pointer;
	}
	#header .search .search-close{
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		padding-left: 10px;
		color: #999;
	}
	
	
	#header .qr{
		display: none;
	}
	
	#header .logo{
		position: absolute;
		left: 50%;
		width: 70px;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 9;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#header .logo a{
		width: 100%;
		height: 50px;
		background-position: center;
	}

	#header .menu{
		position: absolute;
		background: none;
		width: 50px;
		height: 50px;
		left: 10px;
		top: 0px;
		z-index: 13;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;	
	}

	#header .menu-box{
		width: auto;
		min-width: auto;
		max-width: auto;
		padding: 0;
		height: auto;
		float: none;
	}

	#header .menu .icon-menu-btn {display: block; width: 40px; z-index: 12; height: 40px; margin-top: 5px; position: relative;}
		.icon-menu-btn:before, .icon-menu-btn:after { content: ""; display: block; width: 20px; height: 2px; background: #fff; border-radius: 4px; position: absolute; left: 0; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
		.icon-menu-btn:before { top: 11px; left: 10px; box-shadow: 0 8px #fff; }
		.icon-menu-btn:after { bottom: 11px;  left: 10px;}
		.icon-menu-btn.open:before { top: 19px; left: 8px; width: 23px; height: 2px; background: #000; -webkit-transform: rotate(45deg); transform: rotate(45deg);  box-shadow: none;}
		.icon-menu-btn.open:after { bottom: 19px; left: 8px; width: 23px; height: 2px; background: #000; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
	#header .menu .menu-con-bg{
		display: none;
		opacity: 1;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.85);
	}
	#header .menu .menu-con{
		position: fixed;
		z-index: 11;
		left: -100%;
		top: 0;
		width: 80%;
		height: 100%;
		background: #fff;
		padding: 0;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;	
	}
	#header .menu .menu-con.open{
		left: 0%;
		/* overflow: auto; */
	}
	#header .menu .menu-title{
		text-indent: -999em;
		font-size: 22px;
		font-weight: 200;
		color: #888;
		height: 50px;
		box-sizing: border-box;
		padding: 10px 0 0 20px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#header .menu ul{
		margin: 0 20px 20px 20px;
		border-top: 1px dashed #dbd6d8;
		display: block;
		height: 100%;
		padding-bottom: 60px;
		overflow: auto;
	}
	#header .menu ul li{
		display: block;
		float: none;
		margin: 0;
		position: relative;
		border-bottom: 1px dashed #dbd6d8;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#header .menu-con>ul>li{
		float: none;
		width: 100%;
	}
	#header .menu-con>ul>li.nav1{
		width: 100%;
		display: block;
	}
	#header .menu-con>ul>li.nav1>a{
		border-left: 0;
	}
	#header .menu ul li a span.cn{
		position: relative;
		display: block;
		color: #1576d1;
		font-weight: bold;
		padding: 8px 0 8px 0px;
		line-height: 33px;
		height: auto;
		overflow: visible;
		text-align: left;
		font-size: 16px;
		margin: 0;
	}
	#header .menu-con > ul > li:hover > a > span.cn{
		color: #1576d1;
	}
	#header .menu-con>ul>li:hover>a{
		border-bottom:0;
	}
	#header .menu ul li a:hover span.cn{
	}
	#header .menu-con>ul>li>a>span.cn::after{
		display: none;
		content: '';
		position: absolute;
		width: 3px;
		height: 15px;
		background-color: #1576d1;
		bottom: 16px;
		left: 0;
		margin-left: 0;
	}
	#header .menu ul li .navCon{
		position: relative;
		z-index: 0;
		top: 0;
		padding:  0;
		margin-top: -8px;
		left: 0;
		width: 100%;
		background: #FFF;
		border-radius:0;
		display: block;
		height: auto;
		opacity: 1;
		overflow: hidden;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#header .menu ul li .navCon ul{
		margin: 0;
		padding: 0 0 10px 0px !important;
		overflow: hidden;
		border: 0;
	}
	#header .menu-con > ul > li > a{
		background: none !important;
		padding: 8px 0;
		border: 0;
		height: auto;
	}
	#header .menu-con > ul > li:hover > a{
		border: 0;
	}
	#header .menu-con > ul > li .navCon a:hover{
		color: #000;
	}
	#header .menu ul li .navCon li{
		float: left;
		width: 50%;
		border: 0;
		margin: 0 !important;
	}
	#header .menu ul li.nav3 .navCon li{
		float: none;
		width: 100%;
	}
	#header .menu ul li .navCon a{
		font-size: 14px;
		display: block;
		padding: 8px 0;
		line-height: 16px;
		color: #666;
		text-align: left;
		transition: all 0.2s ease-in-out;
	}
	#header .menu-con ul li:hover .navCon a{
		line-height: 32px;
	}
	#header .menu ul li .navCon a:hover{
		background: #fff;
		line-height: 32px;
	}
	#header .menu-con > ul > li.nav4 .navCon{
		width: 100%;
	}
	
	
	#header .menu-con>ul>li:hover .navCon{
		height: auto;
		border-bottom: 0;
	}
	#header .menu-con>ul>li.nav2:hover .navCon{
		height: auto;
	}
	#header .menu-con>ul>li .navCon a{
		font-size: 14px;
		display: block;
		padding: 8px 0;
		line-height: 16px;
	}
	#header .menu-con>ul>li:hover .navCon a{
		font-size: 14px;
		display: block;
		padding: 8px 0;
		line-height: 16px;
	}
	
	
	
	#header .list-box .list{position: relative;background-color: #fff;  top:0;cursor: pointer;}
	#header .list-box .list .pic{transition: all 0.3s ease-in-out;background-color: #f8f8f8;}
	#header .list-box .list .pic:hover{box-shadow: 0 2px 25px rgba(0,0,0,0.15);}
	#header .list-box .list img{width: 100%; max-width:280px; display: block; background-size: cover;background-position: center;background-repeat: no-repeat;	transition: all 0.3s ease-in-out;}
	#header .list-box .list .con{padding: 15px 0 20px;text-align: center;}
	#header .list-box .list h2{text-align: center; font-size: 18px;transition: all 0.3s ease-in-out;}
	#header .list-box .list h3{display: inline-block;border-top: 2px solid #ccc;transition: all 0.3s ease-in-out;margin: 10px 0;padding-top: 5px;}
	#header .list-box .list span{display: block;text-align: center;color: #888;}
	#header .list-box .list .tag{position: absolute; top: .2rem; left: .2rem; width: 56px; background-color: #FFEFE5; height: 26px; line-height: 24px; border-radius: 20px; text-align: center; border: 1px solid #FF6700; color: #FF6700; font-size: 12px; font-weight: bold;}
}