* {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

body {
	/* padding-bottom: 50px; */
}

header {
	position: fixed;
	left: 0;
	right: 0;
	padding: 10px 0;
	/*background: rgba(0, 0, 0, 0.6);*/
	/*box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.3);*/
	z-index: 10;
	/* bottom: 0; */
}

.hand {
	width: 1700px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;

}
.appName{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size:40px;
	padding-left:10px

}
.logo {
	width: 1000px;
	display: flex;
}

.logo img {
	width: 55px;
	height: auto;
	cursor: pointer;
}

.link_to {
	display: flex;
}

.link_to a {
	position: relative;
	display: block;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	padding: 20px 20px;
	margin: 0 10px;
}

.link_to>a span {
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	left: 50%;
	bottom: 1px;
	background: #FFFFFF;
	transition: all .5s;
}

.active {
	width: 100% !important;
	left: 0 !important;;
}

.banner {
	width: 100%;
	height: 937px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-container>.swiper-wrapper {
	height: 100%;
}

.swiper-container>.swiper-wrapper>.swiper-slide {
	position: relative;
	height: 100%;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-pagination>.swiper-pagination-bullet {
	background: #FFFFFF;
	border-radius: 0;
	width: 50px;
	height: 3px;
}
.banner_title{
	position: absolute;
	top: 30%;
	left: 20%;
	/* width: 100px; */
	color: #FFFFFF;
	font-size: 60px;
	letter-spacing: 10px;
	line-height: 110px;
	opacity: 0.8;
}
.good {
	width: 100%;
	padding-bottom: 120px;
}

.good_text {
	width: 100%;
	text-align: center;
	padding: 60px 0 60px;
	font-size: 40px;
}

.good_center {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.good_center>div {
	width: 50%;
}

.good_left {
	font-size: 16px;
	padding: 15px 10px;
}

.good_left>p {
	line-height: 40px;
}

.pay {
	width: 100%;
	height: 740px;
	position: relative;
	padding-bottom: 100px;
}

.pay_header {
	width: 100%;
	height: 400px;
	background: #007AFF;
}

.pat_title {
	width: 75%;
	margin: 0 auto;
	color: #FFFFFF;
	padding: 35px 0;
}

.pat_title>p:nth-child(1) {
	font-size: 36px;
}

.pat_title>p:nth-child(2) {
	font-size: 20px;
	padding: 10px 0;
}

.pay_center {
	position: absolute;
	top:220px;
	left: 50%;
	width: 70%;
	margin: 0 auto;
	margin-left: -35%;
	overflow: hidden;
	/* height: ; */
}

.swiper-container1>.swiper-wrapper>.swiper-slide {
	/* display: flex; */
	/* justify-content: space-between; */
	/* padding: 0 20px; */
}

.pay_text {
	text-align: center;
	padding-top: 20px;
	font-size: 22px;
	background: #F5F5F5;
	padding-bottom: 30px;
}
.pay_img img{
	display: block;
}

.pay_text>p {
	line-height: 35px;
}

.pay_text>p:nth-child(2) {
	font-size: 18px;
	padding-top: 10px;
}

.swiper-pagination1>.swiper-pagination-bullet {
	background: red;
	border-radius: 0;
	width: 50px;
	height: 3px;
}
.swiper-button-prev1 {
	margin-right: 15px;
	background: url(../images/left.png) center no-repeat;

}
.swiper-button-next1 {
	margin-left: 15px;
	background: url(../images/right.png) center no-repeat;

}
.swiper-button-prev1,
.swiper-button-next1 {
	width: 50px;
	height: 50px;
	background-size: 100% 100%;
	outline: none;
	cursor: pointer;
}
.swiper-button-prev1:hover{
	background: url(../images/hover_btn.png) center no-repeat;
	background-size: 100% 100%;
}
.swiper-button-next1:hover{
	background: url(../images/rightcopy.png) center no-repeat;
	background-size: 100% 100%;
}
.product{
	width: 100%;
	/* background: url(../images/product_banner.jpg) center no-repeat; */
	background: #F5F5F5;
	background-size: 100%;
	padding-bottom: 150px;
}
.product>p{
	padding: 80px 0;
	padding-bottom: 100px;
	font-size: 40px;
	text-align: center;
}
.product_center{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.product_list{
	width: 270px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}
.product_img img{
	width: 100%;
	height: 190px;
	display: block;
	transition: 1s;
}
.product_intro{
	padding-top: 10px;
	padding-bottom: 20px;
}
.product_intro>p:nth-child(1){
	font-size: 18px;
	padding: 10px;
	/* color: #007AFF; */
}
.product_intro>p:nth-child(2){
	font-size: 14px;
	padding: 0 10px;
	/* color: #666666; */
}
.product_list:hover{
	background: #007AFF;
	color: #FFFFFF !important;
}
.product_list:hover .product_img img{
	transform: scale(1.1);
}
.qxt{
	font-size: 40px;
	padding: 30px 0;
	text-align: center;
}
.intro{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	padding: 80px 0;
}
.intro_img{
	width: 50%;
	padding: 40px 0;
}
.intro_img img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 15px;
}
.intro>div{
	 width: 50%;
}
.company{
	font-size: 30px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}
.company_text{
	padding: 0 20px;
	font-size: 18px;
	line-height: 40px;
	text-align: justify;
}



footer{
	padding: 30px;
    background: rgba(32,32,32,1);
	text-align: center;
	color: #F5F5F5;
	font-size: 14px;
}
footer>p:nth-child(2){
	padding-top: 15px;
}