﻿@charset "utf-8";
*{
	padding:0;
	margin:0;
}
.swiper-container{
	height:607px;
  width: 100%;  
}
.arrow-left {
  background: url("../images/arrows.png") no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index:10;
}
.arrow-right {
  background: url("../images/arrows.png") no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index:10;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:112px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.swiper-slide{
	position:relative;
	opacity:0;
	transition: opacity 0.7s ease-in-out;
}
.swiper-slide-active{
	opacity:1;
}
.swiper-slide .img{
	position:absolute;
}
.inner{
	position:relative;
	display:block;
	width:1000px;
	height:500px;
	margin:0 auto;
}
.slide1{
	background-color: #03c36b;
}
.slide2{
	background-color: #1284d0;
}
.slide3{
	background-color: #43cfc8;
}
.slide4{
  background: #141413 url("../images/bg.png") center no-repeat;
  background-size: 100%;
}
.slide1 .s0{left: 50%;    transform: translateX(-50%); top: 100px}
.slide1 .s1{left: 50%;margin-left: -425.5px;top: 200px;}
.slide1 .s2{left: 50%;margin-left: -435px;top: 280px}
.slide1 .s3{left: 0;bottom: 0px;z-index: 5;height:190px}
.slide1 .s4{right: 0;bottom: 0px;z-index: 0;height: 160px}
.slide2 .zh-a-1{left: 60px;top: 77px;z-index: 9;}
.slide2 .zh-a-2{left: 0;top: 0;}
.slide3 .b-1 {right: 72px;top: 180px;}
.slide3 .b-2 {left: 90px;top: 180px;}
.slide3 .b-3 {left: 50%;margin-left: -381px;top: 330px;}
.slide3 .b-s-1 {width: 100px; left: 50px; bottom:0px;}
.slide3 .b-s-2 {left: 160px;width: 160px;bottom:0px;}
.slide3 .b-s-3{left: 390px;width: 58px;bottom:0px;}
.slide3 .b-s-4{right: 359px; width: 103px;bottom:0px;}
.slide3 .b-s-5{right: 250px;width: 150px;bottom:0px;}
.slide3 .b-s-6{right: 0;width: 65px;bottom:0px;}
.slide3 .b-y-1 {top:40px;left: 50%; margin-left: -20px;}
.slide3 .b-y-2{top:40px;left:0}
.slide3 .b-y-3{top:40px;right: 0}

.slide4 .p {
  position: absolute;
  left: 85px;
  top: 120px;
  color: #fff;
}
.slide4 .p p:first-child {
  font-size: 24px;
  line-height: 60px;
}
.slide4 .p p:nth-child(2) {
  line-height: 36px;
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  text-shadow: 0px 8px 30px rgba(0, 50, 180, 0.3);
}
.slide4 .p p:last-child {
  padding-top: 55px;
  line-height: 36px;
  color: #188fff;
  font-size: 24px;
}
.slide4 .banner-prompt {
  position: absolute;
  font-size: 18px;
  color: #fff;
  left: 85px;
  bottom: 220px;
  height: 32px;
  line-height: 32px;
  border-radius: 6px;
}
.slide4 .banner-prompt strong {
  font-size: 30px;
}
.slide4 .join {
  position: absolute;
  cursor: pointer;
  width: 183px;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  background: #188fff;
  color: #fff;
  border-radius: 25px;
  left: 85px;
  bottom: 86px;
}
.slide4 .join a {
  color: #fff;
  text-decoration: none;
}


.loop{
	animation-iteration-count: infinite;/*无限*/
	animation-timing-function:linear;/*平滑*/
}
.targetBtn {
    margin-top: 20px;
    position: absolute;
    bottom: 60px;
    left: 443px;
    z-index: 999;
}
.targetBtn a{
	height:50px;
	border-radius:50px;
	background:rgba(0,0,0,.5);
	float:left;
	line-height:50px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	}
.targetBtn .a1{
	width:110px;
	}
.targetBtn .a2{
	width:170px;
	margin-left:15px;
	}	
/*自定义CSS动画*/
.moveRight{-webkit-animation-name:moveRight;animation-name:moveRight}
@-webkit-keyframes moveRight{0%{opacity: 0;left:0px;}
10%{opacity: 1;}
100%{opacity: 1;left:550px;}}
@keyframes moveRight{0%{opacity: 0;left:0px;}
10%{opacity: 1;}
100%{opacity: 1;left:550px;}}

.moveLeft{-webkit-animation-name:moveLeft;animation-name:moveLeft}
@-webkit-keyframes moveLeft{0%{opacity:0;left:390px;}
10%{opacity:1;}
100%{opacity:1;left:-370px;}}
@keyframes moveLeft{0%{opacity:0;left:390px;}
10%{opacity:1;}
100%{opacity:1;left:-370px;}}




.g-hd {
	padding: 85px 0 40px;
	text-align: center;
	font-size: 36px;
	color: #000;
}

.g-hd.g-hd-white {
	color: #fff;
}

.g-hd.g-hd-white p {
	color: #fff;
}

.g-hd span {
	color: #f70b3e;
}

.g-hd p {
	margin-top: 10px;
	font-size: 18px;
	color: #666;
}

.issue {
	background: url("../images/bg_04.jpg") no-repeat center top;
	background-size: 1920px 907px;
	box-sizing: content-box;
}
.issue .container {
    width: 1250px;
    margin: auto;
}
.issue .hd {
	padding: 85px 0 50px;
}

.issue .bd .query {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 7% 45px;
}

.issue .bd .query::before {
	content: '';
	position: absolute;
	top: 19%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 150px;
	height: 255px;
	background: url("../images/img_01.png") no-repeat center;
	background-size: cover;
}

.issue .bd .query .left li:nth-child(2) {
	margin-left: -63px;
}

.issue .bd .query .left li:nth-child(3) {
	margin-left: -70px;
}

.issue .bd .query .left li:nth-child(4) {
	margin-left: 10px;
}

.issue .bd .query .right li .img {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.issue .bd .query .right li:nth-child(2) {
	margin-left: 63px;
}

.issue .bd .query .right li:nth-child(3) {
	margin-left: 70px;
}

.issue .bd .query .right li:nth-child(4) {
	margin-left: -10px;
}

.issue .bd .query li {
	margin-bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.issue .bd .query li:last-child {
	margin-bottom: 0;
}

.issue .bd .query li:hover .img::before {
	background:  rgba(24, 143, 255, 1);
	-webkit-animation: easeOpenGo 1.8s ease-in-out forwards;
	animation: easeOpenGo 1.8s ease-in-out forwards;
}

.issue .bd .query li:hover .img .box {
	background: rgba(24, 143, 255, 1);
}

.issue .bd .query li:hover .img-w {
	display: none;
}

.issue .bd .query li:hover .img-x {
	display: block;
}

.issue .bd .query li .txt {
	font-size: 20px;
}

.issue .bd .query li .txt p {
	display: block;
	width: 255px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	background-color: rgba(24, 143, 255, 1);
	border-radius: 31px 31px 0px 31px;
	color: #fff;
}

.issue .bd .query li .img-x {
	display: none;
}

.issue .bd .query li .img {
	margin-left: 50px;
	position: relative;
}

.issue .bd .query li .img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 143, 255, 1);
	border-radius: 50%;
}

.issue .bd .query li .img .box {
	margin: 6px;
	position: relative;
	width: 84px;
	height: 84px;
	background-color: #fefefe;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.issue .bd .query li .img .box img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.issue .bd .tabs {
	background: url("../images/bg_05.jpg") no-repeat center;
	background-size: 100% 100%;
}

.issue .bd .tabs a {
	color: #fff;
}

.issue .bd .tabs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.issue .bd .tabs li {
	position: relative;
	padding: 35px 0;
	width: 25%;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.issue .bd .tabs li::before {
	content: '';
	opacity: 0;
	position: absolute;
	top: -21px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 18px 22px 18px;
	border-color: transparent transparent  rgba(24, 143, 255, 0.8); transparent;
}

.issue .bd .tabs li:hover,
.issue .bd .tabs li.on {
	background: rgba(24, 143, 255, 0.8);
}

.issue .bd .tabs li:hover::before,
.issue .bd .tabs li.on::before {
	opacity: 1;
}

.issue .bd .tabs .tit {
	margin-bottom: 15px;
	font-size: 22px;
}

.issue .bd .tabs .hr {
	margin: 15px auto;
	display: block;
	width: 30px;
	height: 1px;
	background: rgba(255, 255, 255, 0.8);
}
.issue .bd .query .right li .txt{
	position: relative;
	left: 50px;
}
.issue .bd .query .right li .txt p{
	border-radius: 31px 31px 31px 0;
}
@-webkit-keyframes easeOpenGo {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		opacity: 0;
	}
	to {
		opacity: 0;
	}
}

@keyframes easeOpenGo {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		opacity: 0;
	}d
	to {
		opacity: 0;
	}
}


.feature {
	padding-bottom: 45px;
	background-image: url("../images/bg_07.jpg");

}
.g-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.feature .container {
    width: 1250px;
    margin: auto;
}
.feature .hd {
	padding: 85px 0 50px;
}

.feature .bd ul {
	overflow: hidden;
}

.feature .bd li {
	margin-right: 17px;
	float: left;
	width: 226px;
	background: url("../images/bg_08.jpg") no-repeat;
	background-size: cover;
}

.feature .bd li:nth-child(2n) {
	margin-top: 45px;
}

.feature .bd li:last-child {
	margin-right: 0;
}

.feature .bd li .top {
	padding-top: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 190px;
	text-align: center;
}

.feature .bd li .top .img {
	margin: 0 auto;
	position: relative;
	width: 90px;
	height: 90px;
	background: #fff;
	border-radius: 50%;
}

.feature .bd li .top .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.feature .bd li .top .tit {
	margin-top: 18px;
	display: inline-block;
	font-size: 40px;
	color: #fff;
	position: relative;
}

.feature .bd li .top .tit::before,
.feature .bd li .top .tit::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 15px;
	height: 2px;
	background: #fff;
}

.feature .bd li .top .tit::before {
	left: -30px;
}

.feature .bd li .top .tit::after {
	right: -25px;
}

.feature .bd li .text {
	display: table;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	height: 165px;
	width: 100%;
	text-align: center;
}

.feature .bd li .text .box {
	display: table-cell;
	vertical-align: middle;
}

.feature .bd li .text .tit {
	margin-bottom: 15px;
	font-size: 20px;
}

.feature .bd li .text .desc {
	line-height: 24px;
}
.wrap5 {
    background: #f5f5f5;
    padding-bottom: 100px;
}


.wrap5 .cooper {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	height: 507px;
}

.wrap5 .cooper .swiper-slide {
	width: 750px !important;
	height: 460px !important;
}

.wrap5 .swiper-slide img {
	width: 100%;
	height: 100%;
}
.wrap5 .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin-left: 10px;
}

.wrap5 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.wrap5 .swiper-pagination {
	display: flex;
    align-items: center;
    justify-content: center;
}



.wrap5 .swiper-active-switch {
	background: rgba(24, 143, 255, 1) !important;
}

.wrap5 .swiper-slide {
    position: relative; 
    opacity: 1;
     transition: opacity 0.7s ease-in-out;
}


.home-duibi {
	background: #fff;
	padding-bottom: 30px
}

.home-duibi .container {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	width: 960px;
	margin: auto;
	height: 464px
}

.home-duibi .pc-box {
	position: relative;
	margin: auto;
	width: 740px;
	height: 464px;
	background: url("../images/1564817017184imfbsmdyemk10fx.png")
}

.home-duibi .pc-box i.icon {
	vertical-align: middle
}

.home-duibi .pc-box .time {
	padding: 30px 70px 110px 460px;
	color: #ccc;
	font-size: 12px
}

.home-duibi .pc-box .money {
	width: 680px;
	height: 60px;
	margin: 0 20px;
	margin-bottom: 75px
}

.home-duibi .pc-box .money li {
	float: left;
	width: 20%;
	height: 50px;
	text-align: center
}

.home-duibi .pc-box .money li.text-blue {
	font-size: 20px;
	line-height: 3
}

.home-duibi .pc-box .money li .number {
	font-size: 20px
}

.home-duibi .pc-box .money li .small {
	color: #999;
	font-size: 13px
}

.home-duibi .pc-box:after {
	display: block;
	content: '该数据模拟“生意参谋”后台显示';
	left: 0;
	bottom: 0;
	font-size: 12px;
	color: #ddd
}

.home-duibi .tab {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -450px;
	width: 40px
}

.home-duibi .tab a {
	color: #fff;
	display: block;
	margin: 10px 0;
	text-align: center;
	padding: 30px 10px;
	background: #222;
	border-radius: 20px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.home-duibi .tab a.active {
	padding: 50px 10px;
	background: rgba(24, 143, 255, 1)
}

.home-duibi .mobile-box {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 180px;
	height: 359px;
	background: url("../images/1564817028043wekbstmpkft2jpp.png")
}

.home-duibi .mobile-box .mobile-inner {
	position: relative;
	width: 180px;
	padding-top: 100px;
	height: 359px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.home-duibi .mobile-box .charts {
	position: absolute;
	width: 164px;
	left: 8px;
	bottom: 51px;
	height: 181px;
	background-image: url("../images/1565674366607lx8r5vnbrdk4mvh.png");
	background-position: -3px 0
}

.home-duibi .mobile-box .number {
	margin: 0 20px -80px 20px;
	height: 40px;
	font-size: 22px;
	text-align: center
}

.home-duibi .mobile-box .number .left {
	float: left;
	width: 50%
}

.home-duibi .mobile-box .number .right {
	float: right;
	width: 50%
}

.home-duibi.before .charts {
	background-position: -173px 0 !important
}

.btn {
	position: relative;
	top: 0;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	transition-duration: .3s;
	transition-property: all;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.btn-lg {
	padding: 15px 75px;
	margin: auto 20px;
	border-radius: 6px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 1.4rem
}

.btn-lg:hover {
	color: #fff
}

.btn-orange {
	background: rgba(24, 143, 255, 1);
	color: #fff;
}

.btn-orange:hover {
	top: -6px;
	box-shadow: 0 5px 10px rgba(24, 143, 255, .8)
}

.btn-orange:active {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.btn-primary {
	background: #ff5021;
	color: #fff
}

.btn-primary:hover {
	box-shadow: 0 5px 10px rgba(24, 143, 255, .8)
}

.btn-primary:active {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.btn-red {
	background: rgba(24, 143, 255, 1)
}

.btn-outline {
	background: transparent !important;
	border-color: #fff
}

.btn-outline:hover {
	top: -6px
}

.btn-black {
	background: #000
}

.btn-black:hover {
	top: -6px;
	box-shadow: 0 5px 10px rgba(24, 143, 255, 1)
}

.btn-black:active {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.btn-shadow {
	overflow: hidden;
}



.btn-wrap {
	text-align: center;
	padding: 30px 0 50px 0;
	position: relative;
	z-index: 1
}


.seller-case {
    margin-top: 100px;
    height: 850px;
    background-color: #1165ff;
    background-image: url(../images/ad-case-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative
}

.seller-case h3 {
    color: #fff
}

.seller-case h3:before {
    background-color: #fff
}
.seller-case .case-swipe{
	width: 1200px;
	margin:0 auto;
}
.seller-case .swiper-slide {
    position: relative; 
    opacity: 1;
     transition: opacity 0.7s ease-in-out;
}
.seller-case h3 {
    color: #fff;
	font-size: 34px;
    line-height: 1em;
    padding: 60px 0 20px;
    position: relative;
	text-align: center;
}

.seller-case h3:before {
    content: "";
    width: 80px;
    height: 4px;
    position: absolute;
    background-color: #1165ff;
    bottom: -4px;
    left: calc(50% - 40px);
}
.seller-case h3:before {
    background-color: #fff;
}
/* 底部 */
.footer {
	min-width: 1200px;
	margin: 0 auto;
	background-color: #222;
}
.footer .footer-inner {
	width: 790px;
	margin: 0 auto;
	height: 108px;
	color: #999;
	font-size: 14px;
	padding-top: 34px;
}
.footer .footer-inner .head-links li {
	float: left;
	width: 14.285%;
}
.footer .footer-inner .head-links li a {
	color: #f6f8f9;
	font-size: 18px;
}
.footer .footer-inner .beian-num {
	text-align: center;
	color: #999;
	font-size: 16px;
	padding-top: 24px;
}
