@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea {
margin: 0;
padding: 0;
border: 0;
}
/*th,td{margin: 0; padding: 0;}*/
html {
	color: #000;
}
html, body {
	width: 100%;
	min-width: 320px;
}
body, button, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 14px;
	background: #fff
}
ul, ol, li, dl, dd, dt, p {
	list-style: none;
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
	outline: none;
	color: #3a3a3a;
}
a:hover {
	text-decoration: underline;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
label, button {
	cursor: pointer;
}
/*解决IE图片缩放失真*/
img {
	-ms-interpolation-mode: bicubic;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
/*连续英文、数字换行*/
.wordwrap {
	word-break: break-all;
	word-wrap: break-word;
}
/*单行文字超出显示省略号*/
.omg {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:4px;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background-color:#6d6e70;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#3c3c3c;
}
 @-webkit-keyframes bounce-up {
25% {
-webkit-transform: translateY(5px);
}
50%, 100% {
-webkit-transform: translateY(0);
}
75% {
-webkit-transform: translateY(-5px);
}
}
@keyframes bounce-up {
25% {
transform: translateY(5px);
}
50%, 100% {
transform: translateY(0);
}
75% {
transform: translateY(-5px);
}
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
input {
	border-radius: 0;
}
*, a, button, input {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
}
.wrap_z {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	z-index: 999;
}
.top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	width: 95%;
	height: 88px;
	line-height: 88px;
	background: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	-o-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	padding:0 2.5%;
}
.container {
	width:100%;
}
.top .logo {
	width: 2.18rem;
	min-width:150px;
}
.top .logo a {
	display: block;
	width: 100%;
}
.top .logo a img {
	vertical-align: middle;
	width: 100%;
}
nav {
	display: block;
}
nav ul li {
	float: left;
}
nav ul li a {
	height: 86px;
	line-height: 86px;
	display: block;
	padding: 0 20px;
	font-size: 0.29rem;
	color: #000;
	outline: none;
	text-align: center;
	border-bottom: 2px solid transparent;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
nav ul li a:hover {
	border-bottom: 2px solid #f08e36;
}
nav ul li a:active {
	border-bottom: 2px solid #f08e36;
}
nav ul li a.active {
	border-bottom: 2px solid #f08e36;
}
nav ul li p span {
	display: none;
}
nav .menu2 {
	display: none;
}
#header.downscrolled {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 95%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	filter: alpha(opacity=0);
	top: -60px;
	max-width: 1920px;
	margin: 0 auto;
	z-index: 999999;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	height: 88px;
	line-height: 88px;
}
#header.downscrolled h1 img {
	vertical-align: top;
}
#header.upscrolled {
	opacity: 1;
	top: 0;
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
	z-index: 99999;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	-o-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}
.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	padding: 40px 0;
	width: 26px;
	height: 16px;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}
.btn-menu:before, .btn-menu:after, .btn-menu span {
	background-color: #d92940;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}
.btn-menu:before, .btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}
.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}
.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}
.btn-menu.active span {
	opacity: 0;
}
.btn-menu.active:before {
	background-color: #d92940;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.btn-menu.active:after {
	background-color: #d92940;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
/*首页banner*/
.banner{
	margin-top:88px;
	position:relative;
	}
.fl_z{
	font-size:0.7rem;
	position:absolute;
	top:1.45rem;
	left:0.6rem;
	}
.fl_btn{
	position:absolute;
	top:4.6rem;
	left:0.6rem;
	}

.fl_btn .btn1{
	width:3.17rem;
	height:0.84rem;
	display:inline-block;
	background:#f08e36;
	border-radius:0.5rem;
	text-align:center;
	line-height:0.84rem;
	font-size:0.36rem;
	color:#000;
	overflow:hidden;
	}
.fl_btn .btn2{
	width:3.17rem;
	height:0.84rem;
	display:inline-block;
	background:#e4ebf4;
	border-radius:0.5rem;
	text-align:center;
	line-height:0.84rem;
	font-size:0.36rem;
	color:#000;
	margin-left:0.16rem;
	overflow:hidden;
	}
.fl_btn .btn1:hover{
	color:#fff;
	}
.fl_btn .btn2:hover{
	color:#fff;
	}
.banner img{
	width:100%;
	}
.w1200{
	width:100%;
	max-width:1200px;
	margin:1.4rem auto 0;
	}
.wtt{
	color:#ff7333;
	font-size:0.7rem;
	text-align:center;
	font-weight:bold;
	}
.fwd{
	margin-top:1.1rem;
	display:flex;
    justify-content: space-between;
	}
.fwli{
	width:300px;
	text-align:center;
	}
.fwtp{
	width:3rem;
	height:3.45rem;
	}
.fwt1{
	color:#f08e36;
	font-size:0.21rem;
	text-align:center;
	font-weight:bold;
	margin-top:0.2rem;
	}
.fwt2{
	color:#000;
	font-size:0.18rem;
	text-align:center;
	margin-top:0.2rem;
	}
.xzd{
	margin-top:1.7rem;
	display:flex;
    justify-content: space-between;
	}
.xzl{
	width:557px;
	height:534px;
	}

.xzr{
	width:610px;
	float:right;
	}
.xzt1{
	font-size:55px;
	color:#f08e36;
	font-weight:bold;
	text-align:right;
	}

.xzt2{
	padding-left:42px;
	font-size:21px;
	color:#000;
	margin-top:34px;
	position:relative;
	}
.xzt2::after{
	content:'';
	display:block;
    width: 0;
    height: 0;
    border-left: 10px solid #f08e36;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
	position: absolute;
	top:calc(50% - 5px);
	left:0;
	}
.xzbtn{
	width:233px;
	height:60px;
	line-height:60px;
	text-align:center;
	display:inline-block;
	margin-left:42px;
	background:#f08e36;
	border-radius:50px;
	font-size:27px;
	color:#000;
	margin-top:26px;
	}
.xzbtn:hover{
	color:#fff;
}
.md{
	margin-top:110px;
	display:flex;
	justify-content:space-between;
    flex-flow: wrap;
	padding-bottom:80px;
	}
.mli{
	width:525px;
	margin-bottom:64px;
	}
.mt1{
	font-size:32px;
	color:#f08e36;
	font-weight:bold;
	margin-top:20px;
	}
.mt2{
	font-size:20px;
	color:#929292;
	margin-top:14px;
	}
.footer{
	width:100%;
	background:#fafbfd;
	padding-top:65px;
	}
.footd{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	padding-bottom:36px;
	border-bottom:1px #e0e0e0 solid;
	display:flex;
    justify-content: space-around;
	}
.foott1 a{
	font-size:20px;
	font-weight:bold;
	}
.foott2{
	margin-top:28px;
	}
.foott2 a{
	font-size:15px;
	color:#757979;
	}
.mt28{
	margin-top:28px;
	}
.footbd{
	padding:45px 0;
	text-align:center;
	color:#757979;
	}
.downd{
	width: 95%;
	height: 88px;
	line-height: 88px;
	background: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	-o-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	padding:0 2.5%;
	margin-top:88px;
	}
.w1500{
	max-width:1500px;
	width:100%;
	margin:0 auto;
	display:flex;
    justify-content: space-around;
	}
.downd{
	font-size:28px;
	color:#000000;
	}
.downt{
	width:55px;
	height:55px;
	margin-right:28px;
	}
.downd a:hover{
	color:#f08e36;
	}
.w1500d{
	max-width:1500px;
	width:100%;
	margin:80px auto 0;
	display:flex;
    justify-content: space-between;
	}
.downl{
	width:800px;
	}
.downt1{
	font-size:62px;
	color:#000;
	}
.downt2{
	font-size:22px;
	color:#5a5a5a;
	margin:25px 0;
	}
.downt3{
	font-size:22px;
	color:#5a5a5a;
	margin-top:20px;
	padding-left:48px;
	position:relative;
	}
.downt3:after{
	content:'';
	width:30px;
	height:30px;
	background:url(../images/gou.png) no-repeat;
	position:absolute;
	top:calc(50% - 15px);
	left:0;
	}
.downbtn1{
	width:383px;
	height:72px;
	line-height:72px;
	text-align:center;
	background:#f08e36;
	font-size:28px;
	color:#000;
	display:inline-block;
	margin-top:50px;
	border-radius:30px;
	}
.downbtn2{
	width:383px;
	height:72px;
	line-height:72px;
	text-align:center;
	background:#e4ebf4;
	font-size:28px;
	color:#000;
	display:inline-block;
	margin-top:50px;
	border-radius:30px;
	margin-left:30px;
	}
.downbtn1:hover{
	color:#fff;
	}
.downbtn2:hover{
	color:#fff;
	}
.downr{
	width:583px;
	height:559px;
	}
.downt4{
	font-size:40px;
	color:#000;
	text-align:center;
	margin-top:154px;
	}
.downt5{
	font-size:18px;
	color:#000;
	text-align:center;
	margin-top:20px;
	}
.syd{
	display:flex;
    justify-content: center;
    align-items: center;
	margin-top:110px;
	}
.syt1{
	width:85px;
	height:85px;
	border-radius:100%;
	border:3px #fe5001 solid;
	text-align:center;
	line-height:85px;
	font-size:49px;
	color:#000;
	margin-right:40px;
	}
.syt2{
	font-size:29px;
	color:#000;
	}
.syt3{
	font-size:20px;
	color:#3b3b3b;
    width: 220px;
	}
.rjt{
	width:182px;
	height:17px;
	margin:0 20px;
	}
.qad{
	width:1200px;
	margin:0 auto 120px;
	width:80%;
	}
.qat1{
	color:#000;
	font-size:18px;
	font-weight:bold;
	margin-top:35px;
	padding-left:35px;
	position:relative;
	}
.qat1:after{
	content:'';
	width:24px;
	height:24px;
	background:url(../images/e.png) no-repeat;
	background-size:contain;
	display:block;
	position:absolute;
	left:0;
	top:calc(50% - 12px);
	}
.qat2{
	color:#5a5a5a;
	font-size:14px;
	padding-left:35px;
	line-height:20px;
	margin-top:5px;
	}

.buybgd{
	margin-top:88px;
	}
.buybgd img{
	width:100%;
	}
.section1 {
	position: relative;
}
.section1 .group {
	z-index: 2
}
.section1 .group, .section1 .group .bg {
	width: 1214px;
	margin:-78px auto 85px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	background:#fff;
	border-radius:10px;
}
.section1 .group .content {
	position: relative;
	z-index: 5;
	padding-bottom:30px;
}
.section1 .group .content .head-title {
	height: 78px;
	font-size: 38px;
	font-weight: 500;
	color: #000000;
	line-height: 78px;
	width: 100%;
	text-align: center
}
.section1 .group .content .click {
	height: 50px;
	width: 100%;
	cursor: pointer;
	position: relative
}
.section1 .pay .bg {
	transform: rotateY(180deg);
	height: 458px;
	background: url(images/group2.png) no-repeat top
}
.section1 .pay .bg .fill {
	width: 100%;
	height: 200px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0
}
.section1 .pay.active {
	z-index: 3
}
.section1 .pay.active .bg {
	transform: rotateY(0);
	height: 1061px;
	background: url(images/group.png) no-repeat top
}
.section1 .pay .head-title {
	float: left
}
.section1 .pay .products {
	display: flex;
	width: 1100px;
	height: 170px;
	margin: 56px auto 0;
	justify-content: space-between
}
.section1 .pay .products .item {
	width: 260px;
	height: 168px;
	border-radius: 2px;
	border: 2px solid #eaebf0;
	position: relative;
	text-align: center;
	cursor: pointer
}
.section1 .pay .products .item.active {
	border: 2px solid #ffc028;
}
.section1 .pay .products .item:hover {
	background-color: rgba(91,124,255,.04)
}
.section1 .pay .products .item .tip {
	position: absolute;
	top: -24px;
	right: 0;
	max-width: 130px
}
.section1 .pay .products .item .tip img {
	width: 100%
}
.section1 .pay .products .item .p-title {
	height: 21px;
	font-size: 15px;
	font-weight: 400;
	color: rgba(0,0,0,.8);
	line-height: 21px;
	margin-top: 20px
}
.section1 .pay .products .item .price {
	font-size: 34px;
	color: rgba(0,0,0,.9);
	margin-top: 20px
}
.section1 .pay .products .item .price .fh {
	font-size: 14px;
	font-style: normal
}
.section1 .pay .products .item .price .op {
	margin-left: 10px;
	color: rgba(0,0,0,.4);
	font-size: 14px;
	text-decoration: line-through;
	font-style: normal
}
.section1 .pay .products .item .daily {
	margin-top: 15px;
	font-size: 14px;
	color: rgba(0,0,0,.8)
}
.section1 .pay .products .item .daily span {
	color: rgba(0,0,0,.5)
}
.section1 .pay .info {
	width: 1100px;
	height: 196px;
	border-radius: 2px;
	border: 1px solid #eaebf0;
	margin: 30px auto 0
}
.section1 .pay .info .title {
	padding-left: 30px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eaebf0;
	font-weight: 500;
	font-size: 16px;
	color: rgba(0,0,0,.81);
	text-align: left
}
.section1 .pay .info .title span {
	color: rgba(0,0,0,.8);
	font-size: 14px;
	float: right;
	margin-right: 30px;
	cursor: pointer
}
.section1 .pay .info .title span img {
	vertical-align: -3%;
	margin-left: 10px
}
.section1 .pay .info .list {
	display: flex;
	justify-content: space-around;
	font-size: 16px;
	font-weight: 500;
	color: rgba(0,0,0,.8)
}
.section1 .pay .info .list .item {
	margin-top: 27px;
	position: relative;
	width: 200px
}
.section1 .pay .info .list .item img {
	display: block;
	margin: 0 auto
}
.section1 .pay .info .list .item span {
	width: 100%;
	position: absolute;
	display: block;
	text-align: center;
	left: 0;
	top: 60px
}
.section1 .pay .pay-center {
	width: 1100px;
	height: 502px;
	border-radius: 2px;
	border: 1px solid #eaebf0;
	margin: 30px auto 0;
}
.section1 .pay .pay-center .limit-w {
	width: 520px;
	margin-left: 31px;
	margin-top: 0
}
.section1 .pay .pay-center .limit-w .item-group .title {
	height: 22px;
	font-size: 16px;
	font-weight: 500;
	color: rgba(0,0,0,.81);
	line-height: 22px;
	margin-top: 20px
}
.section1 .pay .pay-center .limit-w .item-group .account-info {
	width: 519px;
	height: 40px;
	background: rgba(91,124,255,.1);
	border-radius: 2px;
	margin-top: 20px;
	border-left: 4px solid #5b7cff;
	font-size: 14px;
	color: rgba(0,0,0,.85);
	line-height: 40px
}
.section1 .pay .pay-center .limit-w .item-group .account-info span {
	margin-left: 20px
}
.section1 .pay .pay-center .limit-w .item-group .input-group {
	margin-top: 20px;
	height: 40px
}
.section1 .pay .pay-center .limit-w .item-group .input-group .input {
	width: 430px;
	height: 40px;
	border-radius: 2px;
	border: 1px solid #eaebf0;
	float: left
}
.section1 .pay .pay-center .limit-w .item-group .input-group .input input {
	border: none;
	outline: none;
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
	background: transparent;
	width: 400px
}
.section1 .pay .pay-center .limit-w .item-group .input-group .btn {
	float: right;
	width: 77px;
	height: 40px;
	background: #f08e36;
	border-radius: 2px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
    padding: 0;
}
.section1 .pay .pay-center .limit-w .item-group .pay-list {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px
}
.section1 .pay .pay-center .limit-w .item-group .pay-list .item {
	width: 160px;
	height: 42px;
	border-radius: 2px;
	border: 1px solid #eaebf0;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	color: rgba(0,0,0,.85);
	font-weight: 400;
	cursor: pointer
}
.section1 .pay .pay-center .limit-w .item-group .pay-list .item.active {
	background: rgba(240,142,54,.1);
	border: 1px solid #f08e36
}
.section1 .pay .pay-center .limit-w .item-group .pay-list .item img {
	margin-right: 10px;
	vertical-align: -20%
}
.section1 .pay .pay-center .limit-w .line {
	height: 22px;
	margin-bottom: 14px;
	line-height: 22px;
	font-size: 16px;
	color: rgba(0,0,0,.81)
}
.section1 .pay .pay-center .limit-w .line .info2 {
	float: right
}
.section1 .pay .pay-center .limit-w .line .red {
	color: #ff3959
}
.section1 .pay .pay-center .limit-w .line.big {
	font-size: 16px;
	font-weight: 600;
	color: rgba(0,0,0,.81)
}
.section1 .pay .pay-center .limit-w .line.line-btn {
	margin-top: 40px;
	height: 50px
}
.section1 .pay .pay-center .limit-w .line.line-btn .btn {
	width: 250px;
	height: 50px;
	line-height: 50px;
	border-radius: 2px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer
}
.section1 .pay .pay-center .limit-w .line.line-btn .btn1 {
	background: #f08e36;
	text-align: center;
	color: #fff;
	float: left;
    padding: 0;
}
.section1 .pay .pay-center .limit-w .line.line-btn .btn2 {
	border: 1px solid #f08e36;
	color: #f08e36;
	float: right
}
.section1 .pay .pay-center .limit-w .reg-info {
	height: 17px;
	font-size: 12px;
	font-weight: 400;
	color: rgba(0,0,0,.5);
	line-height: 17px;
	margin-top: 12px;
	cursor: pointer
}
.section1 .pay .pay-center .limit-w .reg-info i {
	display: inline-block;
	background: url(../images/yg.png) no-repeat 50%;
	width: 13px;
	height: 12px;
	margin-right: 8px
}
.ljgmd{
	position:relative;
	}
.buybtn{
	width:204px;
	height:56px;
	line-height:56px;
	text-align:center;
	background:#f08e36;
	color:#fff;
	font-size:24px;
	display:block;
	border-radius:5px;
	position:absolute;
	bottom:30px;
	left:calc(50% - 102px);
	}
.buybtn:hover{
    color: #eaebf0;
	}
.qad3{
	width:1200px;
	margin:88px auto 0px;
	display:flex;
	justify-content: space-between;
	padding-top:66px;
	}
.qadd{
	width:583px;
	}
.qatt{
	font-size:35px;
	color:#000;
	margin-bottom:15px;
	}
.qadt1{
	width:483px;
	height:66px;
	line-height:66px;
	font-size:22px;
	color:#000000;
	padding:0 50px;
	background-image: linear-gradient(to bottom right, #fa600f, #f18a33);
	border-radius:5px;
	position:relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor:pointer;
	margin-bottom:15px;
	}
.qadt1:after{
	content:'+';
	position:absolute;
	font-size:40px;
	left:10px;
	line-height:60px;
    transition: transform 0.5s, top 0.5s;
	}
.qadt1.active:after{
	transform: rotate(45deg)
	}
.qadt2{
	font-size:15px;
	color:#000;
	margin-bottom:30px;
	display:none;
	}
.qad2{
	width:1200px;
	margin:0px auto 76px;
	display:flex;
	justify-content: space-between;
	}
.spdbanner{
	margin-top:88px;
	width:100%;
	}
.spt1{
	font-size:35px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	margin-top:135px;
	}
.spt2{
	font-size:16px;
	color:#000000;
	text-align:center;
	margin-top:18px;
	}
.spd{
	width:1054px;
	margin:0 auto 130px;
	display:flex;
	justify-content:space-between;
    flex-wrap: wrap;
	}
.spli{
	width:50%;
	max-width:450px;
	margin-top:80px;
	}
.splitp{
	width:80%;
	margin:0 auto;
}
.split1{
	font-size:18px;
	color:#000;
	margin-top:30px;
	}
.split2{
	font-size:14px;
	color:#676767;
	margin-top:18px;
	}
.bz{
	margin:38px auto 0;
	width:803px;
	}
.w1000{
	width:1000px;
	margin:24px auto 100px;
	display:flex;
	justify-content:space-between;
	}
.bzli{
	width:314px;
	}
.bztp{
	width:275px;
	height:275px;
	display:block;
	margin:0 auto;
	}
.bzt1{
	font-size:25px;
	font-weight:bold;
	text-align:center;
	margin-top:30px;
	}
.bzt2{
	font-size:13px;
	text-align:center;
	margin-top:16px;
	}
@media (max-width:1500px) {
	.rjt{
		display:none;
		}
	.syt1{
		margin:0 40px;
		}
	}
@media (max-width:1400px) {
.w1500d{
	display:block;
	}
.downl{
	width:80%;
	margin:0 auto;
	}
.downr{
	width:50%;
	margin:40px auto;
	height:auto;
	display:block;
	}
	}
/*小尺寸屏幕电脑*/
@media (max-width:1199px) {
.container {
	width: 95%;
}
.top h1 {
	width: 30%;
}
.w1200{
	width:95%;
	}
.xzl{
	width:45%;
	height:auto;
	}
.xzr{
	width:45%;
	}
.xzt1{
	text-align:left;
	font-size:0.55rem;
	}
.xzt2{
	font-size:0.21rem;
}
.xzt2::after{
    border-left: 0.2rem solid #f08e36;
    border-top: 0.2rem solid transparent;
    border-bottom: 0.2rem solid transparent;
	}
.xzbtn{
	width:200px;
	height:50px;
	line-height:50px;
	margin-left:42px;
	border-radius:50px;
	font-size:22px;
	margin-top:26px;
	}
.mli{
	width:45%;
	}
.w1500d{
	display:block;
	}
.downl{
	width:80%;
	margin:0 auto;
	}
.downr{
	width:50%;
	margin:40px auto;
	height:auto;
	display:block;
	}
.syd{
	flex-wrap:wrap;
	margin-top:40px;
	}
.syt1{
	display:none;
	}
.syt2d{
	width:80%;
	margin:0 auto 20px;
	text-align:center;
	}
.syt3{
	width:100%;
	}
.section1 .group{
	width:95%;
	}
.section1 .pay .products{
	width:95%;
	padding:0 2.5%;
	}
.section1 .pay .products .item{
	width:20%;
	}
.section1 .pay .info{
	width:95%;
	}
.section1 .pay .pay-center	{
	width:95%;
	}
.qad{
	width:95%;
	margin:88px auto 0;
	display:block;
	}
.qadd{
	width:95%;
	margin:0 auto;
	}
.qad3{
	width:95%;
	margin:80px auto 0px;
	display:block;
	}
.qad2{
	width:95%;
	margin:88px auto 50px;
	display:block;
	}
.spd{
	width:95%;
	margin:0 auto;
	}
.bz{
	display:none;
	}
.w1000{
	width:95%;
	margin:50px auto ;
	}
.bzli{
	width:30%;
	}
.bztp{
	width:80%;
	height:auto;
	}
}

 @media (max-width:880px) {
/*导航菜单样式改变 begin*/
.btn-menu {
	display: block;
	padding: 0;
}
.btn_menu_wrap {
	width: 40px;
	height: 40px;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	margin-top: 20px;
}
.fullWidth {
	margin: 80px auto 0;
}
nav {
	display: none;
	width: 80%;
	height: 100%;
	position: fixed;
	top: 80px;
	right: 0;
	z-index: 9999999;
	background: #f5f5f5;
	border-top: 2px solid #dedede;
}
nav ul li {
	width: 100%;
	float: none;
	position: relative;
}
nav ul li p {
	height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
	padding: 0 20px;
}
nav ul li p a {
	display: block;
	height: 40px;
	line-height: 40px;
	float: left;
	width: 80%;
	padding: 0;
	text-align: left;
}
nav ul li p span {
	display: block;
	float: right;
	height: 40px;
	line-height: 40px;
	width: 20%;
	text-align: right;
	cursor: pointer;
}
nav ul li div.return {
	position: static;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}
nav .menu2 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #f5f5f5;
	width: 100%;
	display: none;
}
nav .menu2 a {
	font-size: 14px;
}
nav .menu2 li div.mulu2 {
	position: absolute;
	top: 0;
	left: 0;
	background: #f5f5f5;
	width: 100%;
	display: none;
	z-index: 999;
}
nav .menu2 li div.mulu2 a {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
	padding: 0 20px;
}
/*导航菜单样式改变 end*/

.contact .content1 ul li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.contact .content1 ul li a .wz {
	width: 75%;
}
.contact .content1 ul li a .wz p {
	float: left;
	width: 100%;
	line-height: 26px;
	padding-right: 10px;
}
.contact .content1 ul li a .wz span {
	float: left;
	width: 100%;
	line-height: 26px;
}
.contact .content1 ul li.lx3 a .wz span {
	float: left;
	line-height: 30px;
}
.lx_dz {
	margin: 20px auto 20px;
}
.lx_dz .dz_map {
	height: 270px;
}
.ny_banner .search {
	width: auto;
	top: auto;
	bottom: 30%;
	left: auto;
	right: 50%;
	margin-right: -190px;
}
.mt1{
	font-size:20px;
	}
.mt2{
	font-size:14px;
}
.downbtn1{
	display:block;
	margin:20px auto 0;
	}
.downbtn2{
	display:block;
	margin:20px auto 0;
	}
.op{
	display:none;
	}
.spli{
	width:95%;
	margin: 20px auto 0;
	}
.spt1{
	margin-top:50px;
	font-size:22px;
	}
}

/*手机*/
@media (max-width:767px) {
.top {
	height: 80px;
	line-height:80px;
}
.top .logo a img {
	max-height:70px;
}
.banner{
	margin-top:80px;
	}
.fl_z{
	display:none;
	}
.fl_btn{
	display:none;
	}
.wtt {
	font-size:20px;
	}
.fwd{
	display:inline-block;
	width:100%;
	}
.fwli{
	width:100%;
	}
.fwtp {
    width: 200px;;
    height: 210px;
	margin-bottom:20px;
}
.fwt1{
	font-size:16px;
	margin-bottom:20px;
	}
.fwt2{
	font-size:14px;
	margin-bottom:20px;
	}
.xzd{
	display:inline-block;
	}
.xzl{
	width:80%;
	margin:0 auto;
	display:block;
	}
.xzr{
	width:80%;
	margin:20px auto 0;
	float:none;
	}

.xzt1{
	font-size:20px;
	text-align:center;
	}

.xzt2{
	font-size:14px;
	padding-left:0;
	margin-top:20px;
}

.xzt2::after{
	display:none;
}
.xzbtn{
	width:200px;
	height:50px;
	line-height:50px;
	border-radius:50px;
	font-size:18px;
	display:block;
	margin:20px auto 0;
	}
.md{
	padding:40px 0 0;
	margin:0;
	}
.mli{
	margin-bottom:40px;
	}
.foott1 a{
	font-weight:normal;
	font-size:18px;
	}
.foott2{
	display:none;
	}
.downd{
	font-size:20px;
	}
.downt{
	display:none;
	}
.downt1{
	font-size:24px;
	}
.downt2{
	font-size:18px;
	}
.downt3{
	font-size:18px;
	padding-left:30px;
	}
.downt3:after {
    width: 20px;
    height: 20px;
	top:calc(50% - 10px);
	background-size:contain;
}
.downbtn1{
	display:block;
	width:200px;
	height:60px;
	line-height:60px;
	border-radius:25px;
	margin:20px auto 0;
	font-size:20px;
	}
.downbtn2{
	display:block;
	width:200px;
	height:60px;
	line-height:60px;
	border-radius:25px;
	margin:20px auto 0;
	font-size:20px;
	}
.downt4{
	font-size:24px;
	margin-top:40px;
	}
.downt5{
	font-size:18px;
	}
.syt2{
	font-size:24px;
	}
.syt3{
	font-size:18px;
	}
.section1 .pay .products .item .price{
	font-size:20px;
	}
.section1 .pay .info {
	height:auto;
	padding-bottom:27px;
}
.section1 .pay .info .list {
    flex-flow: wrap;
}
.section1 .pay .info .list .item{
	width:33.33%;
	}
.section1 .pay .info .list .item span{
	position:initial;
	font-size:14px;
	}
.section1 .pay .pay-center .limit-w{
    width: 95%;
	padding:0 2.5%;
	margin-left:0;
	}
.section1 .pay .pay-center .limit-w .item-group .input-group{
	height:auto;
	}
.section1 .pay .pay-center .limit-w .item-group .input-group .input{
	width:100%;
	float:none;
	}
.section1 .pay .pay-center .limit-w .item-group .input-group .btn{
	float:none;
	margin-top:10px;
	}
.section1 .pay .pay-center{
	height:auto;
	}
.section1 .pay .pay-center .limit-w .reg-info{
	height:auto;
	}
.qatt{
	font-size:22px;
	}
.qadt1{
	width:calc(90% - 100px);
	margin:0 auto 20px;
	font-size:20px;
	}
.qadt2{
	width:90%;
	margin:0 auto 20px;
	}
.w1000{
    flex-wrap: wrap;
	}
.bzli {
    width: 95%;
	margin-top:20px;
}
.bzt1{
	font-size:18px;
	}
}
