@charset "utf-8";

html {
	box-sizing: border-box
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	font-family: Microsoft YaHei,微软雅黑
}

#PC_box header{
 	position: relative;
  	z-index: 3;
}
.nav-box{
	width: 100%;
	max-width: 1200px;
	height: 80px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav-box .left img{
	width: 46px;
	height: 46px;
	border-radius: 50px;
	display: inline-block;
	vertical-align: middle;
}
.nav-box .left span{
	display: inline-block;
	vertical-align: middle;
	padding-left: 16px;
	box-sizing: border-box;
	font-size: 24px;
	color: #333;
}
.nav-box .right span{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #333;
	width: 104px;
	text-align: center;
	cursor: pointer;
}
.nav-box .right span a {
	color: #333;
}
.nav-item{
	background: linear-gradient(180deg, #FF7922 0%, #FF4103 100%);
	border-radius: 4px;
	color: #fff !important;
	padding: 11px 0;
	box-sizing: border-box;
}

/* 轮播 */
.banner-wrapper{
	width: 100%;
}
.banner-wrapper .banner{
	width: 100%;
}
.banner-wrapper .banner .swiper-slide img{
	width: 100%;
	height: 100%;
}
/* 产品中心 */
.main-box{
	width: 100%;
	padding: 60px 0 71px 0;
	box-sizing: border-box;
}
.main-box .product-box{
	width: 100%;
	padding: 0 360px;
	box-sizing: border-box;
}
.main-box .product-box .title{
	width: 100%;
	text-align: center;
	font-size: 42px;
	color: #FF5922;
	font-weight: 600;
}
.main-box .product-box .product-list{
	width: 100%;
	padding-top: 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-box .product-box .product-list .list-item img{
	width: 278px;
	height: 320px;
}
.main-box .product-box .product-list .list-item span{
	display: block;
	font-size: 18px;
	color: #333;
	padding-top: 24px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.info-box{
	width: 100%;
	height: 600px;
}
.info-box .info{
	width: 100%;
	height: 100%;
}
.info-box .info img{
	width: 100%;
	height: 100%;
}
/* 服务中心 */
.container-footer{
	width: 100%;
}
.container-footer .footer-box{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 66px;
	box-sizing: border-box;
	background-color: #fff;
	border-bottom: 1px solid #E5E5E5;
}
.container-footer .footer-box .footer-top{
	width: 100%;
	text-align: center;
	padding: 0 360px;
	box-sizing: border-box;
}
.container-footer .footer-box .footer-top .footer-title{
	width: 100%;
	font-size: 42px;
	color: #FF5922;
	font-weight: 600;
}
.container-footer .footer-box .footer-top .footer-list{
	width: 100%;
	padding-top: 60px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.container-footer .footer-box .footer-top .footer-list .list-item{
	padding: 0 140px;
	box-sizing: border-box;
	border-right: 1px solid #E5E5E5;
}
.container-footer .footer-box .footer-top .footer-list .list-item span{
	display: block;
	font-size: 16px;
	padding-top: 28px;
	box-sizing: border-box;
	color: #333;
	cursor: pointer;
}
.container-footer .footer-box .footer-top .footer-list .list-item span:nth-of-type(1) {
	font-size: 24px;
	font-weight: 600;
	padding-top: 0;
}
.container-footer .footer-box .footer-top .footer-list .list-item:nth-of-type(2){
	padding: 0 47px;
}
.container-footer .footer-box .footer-top .footer-list .list-item:last-child{
	border-right: 0;
}
.container-footer .footer-box .footer-top .footer-list .list-item .call-info{
	width: 304px;
	border-radius: 9px;
	margin-top: 36px;
	padding: 22px 29px;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	background-color: #F9F9F9;
	margin-left: auto;
	margin-right: auto;
}
.container-footer .footer-bottom{
	width: 100%;
	padding: 30px 0;
	box-sizing: border-box;
	text-align: center;
}
.container-footer .footer-bottom .title{
	width: 100%;
	font-size: 16px;
	color: #333;
}
.container-footer .footer-bottom .title2{
	width: 100%;
	padding-top: 20px;
	box-sizing: border-box;
	font-size: 14px;
	color: #999;
	cursor: pointer;
}
.container-footer .footer-bottom .title2 a{
	color: #999;
}
.quick-payment-introduction-module-1 {
    position: relative;
    width: 1200px;
    height: 485px;
    padding-top: 74px;
    margin: 0 auto;
}
.xlzgmodule {
    height: 335px;
}
.banner-wrapper {
    position: relative;
    width:100%;
    height:634px;
    background: url('../images/lzy_header.png') center center no-repeat;
    z-index:1;
}
.tablist-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-item{
    text-align: center;
    height: 179px;
}
.list-item img{
    width: 80px;
    height: 80px;
}
.list-item span:nth-of-type(1){
    display: block;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 18px;
}
.list-item span:nth-of-type(2){
    font-size: 12px;
    color: #666;
    display: block;
    width: 140px;
    white-space: pre-wrap;
    line-height: 18px;
}
@media screen and (max-width: 1900px){
	.main-box .product-box{
		padding-left: 0;
		padding-right: 0;
	}
	.container-footer .footer-box .footer-top .footer-list .list-item{
		flex: 1;
		padding: 0 20px;
	}
	.container-footer .footer-box .footer-top{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}