* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	font-size: 12px;
	background: #fff;
	text-decoration: none;
	overflow-x: hidden;
}
p {
	margin: 0 0 15px 0;
}
a {
	color: #3e3e3e;
	text-decoration: none;
}
.clear {
	clear: both;
}
.wrap {
}
/*头部菜单样式*/
* {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
}
.header {
	background-color: #fff;
	height: 110px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	place-items: center;
	width: 100%;
	padding: 0px 300px;
}
.nav {
	place-items: center;
	float: left;
	width: 100%;
}
.nav__list {
	display: flex;
	padding-left: 50px;
	float: left;
	line-height: 130px;
	font-size: 24px;
	
}
.nav__list li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 150px;
	
}

.nav__list li a:hover{ color:#62a3ddc;}
.section {
	display: -webkit-box;
	display: flex;
}
.title {
	font-size: 35px;
}
.title--header {width:200px;
	font-size: 18px;
	padding-top: 20px;
	float: left;
	
}
/*banner样式*/

.carousel {
	position: relative;
	width: 100%;
	height: 960px;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}
.carousel-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 960px;
	opacity: 0;
	transition: opacity 1s linear;
	background-repeat: no-repeat;
	text-align:center;
}
.carousel-item.active {
	opacity: 1;
}
.carousel-text {
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translateX(-50%);
	width: 80%;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	font-size: 2.5rem;
	line-height: 1.5;
	border-radius: 10px;
}
.carousel-nav {
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
}
.carousel-nav button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	margin: 0 10px;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
}
.carousel-nav button.active {
	width: 20px;
	background-color: #ffcc33;
}
/*介绍样式*/
.int-box {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 50px;
	place-items: center;
}
.int-box h1 {
	font-size: 36px;
	line-height: 150px;
}
.int-box p {
	line-height: 60px;
	width: 1080px;
	font-size: 20px;
	justify-content: center;
	margin: 0px auto 100px auto;
	color: #292929;
}
.int-box h2 {
	font-size: 36px;
	line-height: 100px;
	margin-top: 50px;
	font-weight: 100;
}
int-boxbanner {
	float: left;
}

.imgbanner{
	background-color:#b4d7f6; width:100%;}





/*产品展示样式*/	
	
.pro-box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 100px 0px;
	text-align:center;
}
.pro-boxall {
	margin: 0px 50px;
	display: flex;
	
	
	justify-content: space-between;
}
.pro-box h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 150px;
	text-align: center;
}
.pro-boxlist {
	width: 325px;
	overflow: hidden;
	padding: 0 15px 25px 15px;
}
.pro-boxlist a {
}
.pro-boxtittle {
	margin: 10px 0px;
}
.pro-boxtittle h3 {
	font-size: 18px;
	line-height: 30px;
}
.pro-boxtittle p {
	font-size: 16px;
}
/*店铺链接样式*/	
.linkbox {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #f6f6f6;
	text-align: center;
	margin: 100px 0px 20 0px;
	padding: 50px 0px;
}
.linkbox h1 {
	padding: 50px;
	font-size: 36px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
.linkboximg{ padding:30px 0px;}


/*底部样式*/	
.bottombox {
	margin-top: 50px;
	width: 100%;
	height: 100%;
	display: flex;
	float: left;
	flex-direction: column;
	justify-content: center;
	background-color: #000;
	color: #fff;
	padding: 50px 0px;
	text-align: center;
}
.bottomleft {
	float: left;
	padding: 20px 0px;
}
.bottombox h2 {
	font-size: 24px;
	font-weight: 100;
	line-height: 46px;
}
.bottomright {
	padding-bottom: 20px;
}
.bottext01 {
	font-size: 14px;
	line-height: 20px;
	padding: 20px 0px;
}
.bottext02 {
	font-size: 12px;
}
