
.header{
	height: 960px;
	background: none;
}
.banner{
	width: 100%;
	height: 100%;
	position: relative;
}
.add_box{
	position: absolute;
	top: 260px;
	left: calc(50% - 640px);
	z-index: 15;
	width: 1280px;
	color: #EEEEEE;
}
.add_tit{
	font-size: 32px;
	margin-bottom: 20px;
}
.add_txt{
	font-size: 20px;
	line-height: 1.6em;
}
.add_btn{
	width: 132px;
	height: 46px;
	background-color: #ffd91c;
	border-radius: 6px;
	font-size: 18px;
	color: #333333;
	line-height: 46px;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
}
.banner_swiper{
	width: 100%;
	height: 100%;
}
.banner_swiper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner_swiper>.swiper-pagination-bullets{
	bottom: 70px;
}
.banner_swiper{
	--swiper-theme-color: #ffffff;/* 设置Swiper风格 */
	--swiper-navigation-color: #eeeeee;/* 单独设置按钮颜色 */
	--swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.banner_swiper .swiper-button-next,.banner_swiper .swiper-button-prev{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background-color: rgba(238,238,238,0.2);
}
.banner_swiper .swiper-button-prev{
	left: 100px;
}
.banner_swiper .swiper-button-next{
	right: 100px;
}

.one{
	width: 100%;
	height: 345px;
	background-color: #FFFFFF;
}
.one_con{
	width: 1280px;
	height: 100%;
	margin: 0 auto;
	padding-top: 80px;
}
.con_tit{
	display: flex;
	justify-content: center;
	align-items: center;
}
.con_tit_box{
	height: 40px;
	border: 2px #666666 solid;
	padding: 0 5px;
	position: relative;
}
.con_tit_en{
	font-size: 26px;
	color: #333333;
	opacity: 0;
	font-weight: bold;
}
.con_tit_cn{
	position: absolute;
	border-bottom: 2px #FFFFFF solid;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2px;
	font-size: 20px;
	color: #333333;
	padding: 0 20px;
	line-height: 1em;
	word-break: keep-all;
	font-weight: bold;
}
.one_list{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.one_list li{
	cursor: pointer;
}
.one_list li img{
	display: block;
	width: 75px;
	height: 75px;
}
.one_list li p{
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.two{
	width: 100%;
	height: 1080px;
	background-color: #f6f6f6;
}
.two_con{
	width: 1280px;
	height: 100%;
	margin: 0 auto;
	padding-top: 80px;
}
.two_main{
	height: 820px;
	width: 100%;
	margin-top: 60px;
	padding: 0 20px;
	position: relative;
}
.goods_Swiper{
	width: 100%;
	height: 100%;
}
.goods_Swiper .swiper-slide{
	height: calc((100% - 20px) / 2);
}
.two_main .swiper-button-prev{
	color: #999999;
	left: -40px;
}
.two_main .swiper-button-next{
	right: -40px;
	color: #999999;
}

.three{
	width: 100%;
	height: 580px;
	background-color: #FFFFFF;
}
.three_con{
	width: 1280px;
	height: 100%;
	margin: 0 auto;
	padding-top: 80px;
}
.three_main{
	height: 320px;
	margin-top: 60px;
	display: flex;
}
.three_main li{
	flex: 1;
	height: 100%;
	position: relative;
}
.three_main li img{
	width: 100%;
	height: 100%;
}
.three_main li div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #FFFFFF;
	cursor: pointer;
}
.three_main li div:hover{
	font-size: 22px;
	font-weight: bold;
}

.four{
	width: 100%;
	height: 530px;
	background-color: #f6f6f6;
}
.four_con{
	width: 1280px;
	height: 100%;
	margin: 0 auto;
	padding-top: 80px;
}

.form_box{
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 100px;
}
.form_item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}
.form_label{
	width: 110px;
	margin-left: 20px;
	text-align: right;
	font-size: 16px;
	color: #333333;
}
.form_input{
	width: 120px;
	height: 30px;
	margin-left: 10px;
}
.form_input input,.form_input select{
	width: 100%;
	height: 100%;
	background: none;
	outline: none;
	border: 1px #434343 solid;
	font-size: 16px;
	color: #333333;
	text-align: center;
	padding: 0 5px;
}
.form_sub{
	width: 138px;
	height: 30px;
	background-image: linear-gradient(0deg,
	#2386b9 0%,
	#1952af 100%);
	border-radius: 6px;
	line-height: 30px;
	margin: 0 auto;
	cursor: pointer;
}
.form_con{
	width: 1110px;
	height: 110px;
	background-color: #ffffff;
	border-radius: 10px;
	margin: 20px auto;
	padding: 10px 15px;
}
.form_con .form_item{
	margin-bottom: 15px;
}
.form_con .form_item .form_label{
	width: 90px;
	margin-left: 10px;
	font-weight: bold;
}
.form_con .form_item .form_input{
	width: 150px;
}

.five{
	width: 100%;
	height: 490px;
	background-color: #FFFFFF;
}
.five_con{
	width: 1280px;
	height: 100%;
	margin: 0 auto;
	padding-top: 80px;
}
.five_main{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.five_main_l{
	width: 795px;
}
.news_tit{
	width: 100%;
	display: flex;
	height: 40px;
	border-bottom: 2px #333333 solid;
}
.news_tab{
	display: flex;
	height: 100%;
}
.news_tab>div{
	padding: 0 10px;
	cursor: pointer;
}
.news_tab>div.news_tab_ac{
	color: #2386b9;
	font-weight: bold;
}
.news_con{
	width: 100%;
	height: 180px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.news_img{
	width: 260px;
	height: 100%;
}
.news_img img{
	width: 100%;
	height: 100%;
}
.news_list{
	width: 500px;
	height: 100%;
	padding-right: 10px;
}
.news_item{
	width: 100%;
	height: 44px;
	border-bottom: 2px #999999 dashed;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_name{
	width: 65%;
}
.news_detail{
	text-decoration: underline;
	cursor: pointer;
}
.news_detail:hover{
	color: #2386b9;
}
.five_main_r{
	width: 376px;
}
.zhinan_con{
	margin-top: 10px;
	list-style: inside;
}
.zhinan_con li{
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	cursor: pointer;
}
.zhinan_con li:hover{
	color: #2386b9;
}