*{
	margin: 0;
	padding: 0;
	font-family: Source Han Sans CN;
}
a{
	text-decoration: none !important;
}
body{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow-x: hidden;
}
.nav{
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	bottom: 1px solid #999999;
}
.nav_logo{
	width: 430px;
	height: 40px;
}
.nav_list{
	display: flex;
	flex-direction: row;
}
.nav_listBtn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 70px;
	padding: 0 8px;
	position: relative;
	color: #666666;
}
.nav_listBtn::before{
	content: '';
	position:absolute;
	bottom: 0px;
	width: 0;
	left: 50%;
	border-bottom: 2px solid #004fc4;
	transition: 0.2s all linear;
}
.nav_listBtn_active::before{
	content: '';
	position:absolute;
	bottom: 0px;
	width: 90%;
	left: 5%;
	border-bottom: 2px solid #004fc4;
	transition: 0.2s all linear;
}
.nav_listBtn:hover::before{
	left: 5%;
	width: 90%;
}
.nav2{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #CCCCCC;
	position:absolute;
	top: 70px;
	left: 0;
	z-index: 99;
	background-color: #FFFFFF;
	display: none;
}
.productBtn:hover ~ .nav2{
	display: flex;
}
.nav2:hover{
	display: flex;
}
.nav2_content{
	height: 70px;
	width: 1200px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	box-sizing: border-box;
	padding: 0 3%;
}
.nav2_content>a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 16px;
	color: #666666;
	font-weight: 400;
	transition: all 0.2s linear;
}
.nav2_content>a:hover{
	color: #1952C1;
}
.nav2_content_btn_active{
	color: #1952C1 !important;
}
.content{
	width: 1200px;
}
.banner>img{
	width: 1920px;
	position: relative;
	left: 600px;
	margin-left: -960px;
}
.banner_1{
	height: 540px;
}
.banner_btn{
	width: 136px;
	height: 42px;
	background: #F6F7FC;
	border-radius: 2px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #1952C1;
	color: 16px;
	position: absolute;
	left: 360px;
	top: 369px;
}
.swiper-container {
	width: 1920px;
	height: 100%;
	left: -360px;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
}
.expBlock_1{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 67px;
}
.expBlock_title{
	width: 100%;
	padding-top: 70px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
}
.expBlock_title>div:nth-child(1){
	font-size: 28px;
	height: 28px;
	font-weight: 500;
	color: #333333;
	padding: 0 10px;
	border-right: 2px solid #333333;
	display: flex;
	justify-content: center;
	align-items: center;
}
.expBlock_title>div:nth-child(2){
	font-size: 16px;
	font-weight: 400;
	color: #333;
	padding: 0 12px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: -2px;
}
.expBlock_1_listBox{
	padding-top: 20px;
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.expBlock_1_listBox_list{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.expBlock_1_listBox_list:hover .expBlock_1_listBox_list_gifBox_gif{
	opacity: 1;
}
.expBlock_1_listBox_list:hover .expBlock_1_listBox_list_gifBox_png{
	opacity: 0;
}
.expBlock_1_listBox_list_gifBox{
	width: 98px;
	height: 90px;
	position: relative;
}
.expBlock_1_listBox_list_gifBox_png{
	width: 100%;
	height: 100%;
}
.expBlock_1_listBox_list_gifBox_gif{
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
}
.expBlock_1_listBox_list_title{
	margin-top: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
}
.expBlock_1_listBox_list_text{
	margin-top: 22px;
	text-align: center;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	font-weight: 00;
}
.expBlock_1_img{
	padding-top: 20px;
	width: 100%;
}
.homePageListBox_line{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 60px;
}
.homePageListBox_line_img>img{
	width: 540px;
	height: 320px;
}
.homePageListBox_line_img_textBox{
	width: 578px;
	display: flex;
	flex-direction: row;
	padding-top: 58px;
}
.homePageListBox_line_img_textBox>img{
	width: 18px;
	height: 18px;
	margin-top: 3px;
}
.homePageListBox_line_img_textBox>div{
	margin-left: 10px;
}
.homePageListBox_line_img_textBox_line1{
	font-size: 18px;
	font-weight: 500;
	color: #333333;
}
.homePageListBox_line_img_textBox_line2{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #999999;
	margin-top: 39px;
}
.homePageListBox_line_img_textBox_line3{
	display: block;
	margin-top: 60px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #333333;
}
.expBlock_2{
	padding-bottom: 120px;
}
.footer{
	width: 100%;
	background: #F6F7FC;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.linkBox{
	width: 1200px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 70px;
	padding-bottom: 90px;
}
.linkBox_logo{
	width: 264px;
	height: 24px;
}
.linkBox_list_list{
	display: flex;
	flex-direction: column;
	margin-top: 43px;
}
.linkBox_list_list_link{
	color: #666666;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	margin: 7px 0;
}
.linkBox_list_title{
	color: #333333;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}
.footerBox{
	width: 100%;
	border-top: 1px solid #CCCCCC;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666666;
	font-size: 12px;
	font-weight: 400;
}
.footerBox>div{
	margin: 0 6px;
}
.caseBox{
	display: flex;
	flex-direction: column;
}
.caseBox_line{
	height: 320px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
.caseBox_line>img{
	height: 100%;
}
.caseBox_line:nth-child(1){
	margin-top: 41px;
}
.caseBox_line_right{
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	background-color: #F6F7FC;
	border: 1px solid #E0E0E0;
	/* box-shadow: 0px -2px 0px 0px rgba(179, 180, 182, 0.12), -2px 0px 0px 0px rgba(179, 180, 182, 0.1), 2px 0px 0px 0px rgba(179, 180, 182, 0.16), 0px 2px 0px 0px rgba(179, 180, 182, 0.1); */
	border-left: none;
	padding: 0 30px 0 20px;
}
.caseBox_line_right_line1{
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	margin-top: 70px;
}
.caseBox_line_right_line2{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #666666;
	margin-top: 39px;
}
.caseBox_line_right_line3{
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #333333;
	margin-top: 60px;
}
.caseBox_dashline{
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #CCCCCC;
	box-sizing: border-box;
}
.swiper-pagination-bullet{
	width: 36px !important;
	height: 4px !important;
	border-radius: 0 !important;;
	transition: 0.16s all linear;
}
.swiper-pagination-bullet-active{
	width: 48px !important;
}
.swiper-pagination{
	width: auto !important;
	left: 360px !important;;
	bottom: 60px !important;
}
.linkBox_list_6{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.linkBox_list_6>.linkBox_list_list_link{
	font-size: 14px;
}
.footerBox a{
	color: #666666;
}
.footerBox a:hover{
	color: #004fc4;
}