

/*支付通道*/
/*支付通道接口*/
.adv_pay{
	width: 1150px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 30px;
}
.adv_pay ul{
	width: 100%;
	height: auto;
	margin: 30px auto;
	overflow: hidden;
}
.adv_pay ul li{
	width: 25%;
	height: 120px;
	float: left;
	color: #333;
	font-size: 16px;
	line-height: 120px;
}
.adv_pay ul li i{
	font-size: 60px;
	text-align: center;
	display: inline-block;
	width: 150px;
	float: left;
	background: linear-gradient(to right, #00a4ff 30%, #8d5ef7 60%);
    -webkit-background-clip: text;
    color: transparent;
    cursor: pointer;
}
/*支付通道*/
.ditch_box{
	width: 100%;
	height: 700px;
	background: url(../images/pay-bg1.png);
	background-size: 100%  700px;
}
.ditch{
	width: 1150px;
	height: 700px;
	margin: 0 auto;
}
.ditch .h2,.ditch .h3{
	color: #fff;
}
.ditch ul{
	width: 1150px;
	height: 170px;
	margin: 50px auto;
	overflow: hidden;
}
.ditch ul li{
	width: 170px;
	height: 170px;
	float: left;
	margin-right: 150px;
	background: #fff;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.ditch ul li:last-child{
	margin-right: 0;
}
.ditch ul li img{
	max-width: 100px;
	max-height: 102px;
	margin: 20px auto 10px auto;
}
.ditch ul li p{
	color: #333;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
	line-height: 30px;
}
.ditch ul li .mb{
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	transition: 0.3s;
}
.ditch ul li:hover .mb{
	opacity: 0;
	transition: 0.3s;
}
.ditch .three{
	width: 810px;
	margin-bottom: 50px;
}
/*产品核心*/
.core{
	width: 1150px;
	height: auto;
	padding-bottom: 30px;
	margin: 0 auto;
}
.core img{
	width: 100%;
	height: 600px;
	margin: 30px 0;
}
/*合作流程*/
.pay_flow{
	width: 100%;
	height: 680px;
	background: url(../images/pay-bg2.png);
	background-size: 100%  680px;
}
.pay_flow .h2,.pay_flow .h3{
	color: #fff;
}
.pay_flow ul{
	width: 1150px;
	height: 180px;
	margin: 30px auto;
}
.pay_flow ul li{
	width: 300px;
	height: 180px;
	float: left;
	margin-right: 125px;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	background: #fff;
	border-radius: 6px;
}
.pay_flow ul li:last-child{
	margin-right: 0;
}
.pay_flow ul li b{
	display: block;
	font-size: 16px;
	line-height: 80px;
	text-align: center;
	letter-spacing: 1px;
}
.pay_flow ul li p{
	max-height: 60px;
	margin: 0 30px;
}
.pay_flow .two{
	width: 725px;
	margin-top: 50px;
}

/*服务对象*/
.service-box{
	width: 100%;
	height: 600px;
	padding: 20px 0;
	background: #fff;
}
.service{
	width: 1150px;
	height: 600px;
	margin: 0 auto;
}
.service h2{
	color: #000;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	line-height: 100px;
}
.service h4{
	color: #999;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 30px;
}
.service ul{
	width: 100%;
	height: 360px;
	margin: 20px 0 0 0;
}
.service ul li{
	width: 21%;
	height: 360px;
	float: left;
	margin: 0 2%;
}
.service ul li:hover{
	box-shadow: 0 3px 5px 0px #ECECEC;
}
.service ul li img{
	display: block;
	width: 140px;
	height: 125px;
	margin: 10px auto;
}
.service ul li h5{
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
}
.service ul li p{
	width: 90%;
	margin: 0 5%;
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 30px;
}


/*服务内容*/
.content{
	width: 100%;
	height: 940px;
}
.content ul{
	width: 100%;
	height: 940px;
}
.content ul li{
	width: 33.33%;
	height: 470px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 5;
}
.content ul li img{
	display: block;
	width: 100%;
	height: 470px;
	float: left;
	transition: 1s;
}
.content ul li:hover img{
	transform: scale(1.2);
	transition: 1s;
}

.content ul li .content_c{
	position: absolute;
	width: 100%;
	height: 470px;
}
.content ul li h3{
	width: 68%;
	margin: 140px auto 0 auto;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: left;
	line-height: 60px;
}
.content ul li span{
	display: block;
	width: 68px;
	height: 5px;
	background: #e6c84e;
}
.content ul li a{
	display: block;
	width: 68%;
	margin: 0 auto;
	color: #e6c84e;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 30px;
	text-align: left;
	border: none;
	opacity: 0;
	transition: 0.5s;
}
.content ul li p{
	width: 70%;
	margin: 20px auto;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 30px;
	opacity: 0;
	transition: 0.5s;
}
.content ul li:hover span{
	transform: translateX(360px);
	transition: 0.5s;
}
.content ul li:hover a{
	opacity: 1;
	transform: translateX(390px);
	transition: 0.5s;
}
.content ul li:hover p{
	opacity: 1;
	transition: 1s;
}


/*用户体验*/
.experience-box{
	width: 100%;
	height: 1000px;
	padding: 30px 0;
	background: #fff;
}
.experience{
	width: 1150px;
	height: 1000px;
	margin: 0 auto;
}
.experience h2{
	height: 60px;
	padding-top: 20px;
	color: #000;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	line-height: 60px;
}
.experience h3{
	height: 20px;
	color: #999;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	line-height: 20px;
}
.exper-body{
	position: relative;
	width: 100%;
	height: 860px;
	margin: 0 auto;
	overflow: hidden;
}
.exper-body img{
	display: block;
	width: 1025px;
	height: 732px;
	margin: 60px auto;
}
.exper-body p{
	width: 160px;
	color: #999;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}
.exper-body .exper-p1{
	position: absolute;
	top: 100px;right: 300px;
}
.exper-body .exper-p2{
	position: absolute;
	top: 240px;right: 60px;
}
.exper-body .exper-p3{
	position: absolute;
	top: 510px;right: 60px;
}
.exper-body .exper-p4{
	position: absolute;
	top: 800px;left: 300px;
	text-align: left;
}
.exper-body .exper-p5{
	position: absolute;
	top: 510px;left: 60px;
	text-align: left;
}
.exper-body .exper-p6{
	position: absolute;
	top: 240px;left: 60px;
	text-align: left;
}


/*核心产品*/
.product-box{
	width: 100%;
	height: 755px;
	background: url(../images/index-cp.png) no-repeat;
}
.product{
	width: 1150px;
	height: 755px;
	margin: 0 auto;
}
.product h2{
	height: 60px;
	padding-top: 40px;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	line-height: 60px;
}
.product h3{
	height: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	line-height: 20px;
}
.product-dao{
	width: 1148px;
	height: 48px;
	border: 1px solid #3789fc;
	border-radius: 24px;
	margin-top: 60px;
	position: relative;
}
.product-dao li{
	width: 280px;
	height: 48px;
	float: left;
	margin-right: 154px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
	line-height: 48px;
	border-radius: 24px;
	cursor: pointer;
}
.product-dao li:last-child{
	margin-right: 0;
}
.product-dao-li{
	background: linear-gradient(to right,#03a3ff,#8b5ff7);
}
.product-dao-li .product-hidden{
	display: block;
}
.product-hidden{
	position: absolute;
	top: 80px;left: 0;
	width: 100%;
	height: auto;
	display: none;
}
.product-hidden .product-left{
	width: 50%;
	height: auto;
	float: left;
}
.product-left h2{
	height: 100px;
	padding: 0;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 500;
	text-align: left;
	line-height: 100px;
}
.product-left p{
	width: 90%;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 40px;
}
.product-left a{
	display: block;
	width: 150px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 5px;
}
.product-right{
	width: 50%;
	height: 250px;
	float: left;
}
.product-right img{
	display: block;
	width: 450px;
	height: 240px;
	margin: 20px auto;
}


/*为什么选择BOSS金服*/
.choose-box{
	width: 100%;
	height: 650px;
	padding: 30px 0;
	background: #fff;
}
.choose{
	width: 1150px;
	height: 650px;
	margin: 0 auto;
	background: url(../images/index-choose-tu8.png) no-repeat 840px 50px;
}
.choose h2{
	height: 100px;
	color: #000;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	line-height: 100px;
}
.choose h2 img{
	display: inline-block;
	width: 38px;
	height: 40px;
	margin-right: 20px;
}

.choose-left{
	width: 360px;
	height: 460px;
	float: left;
	margin-top: 30px;
}
.choose-left p{
	color: #666;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 30px;
	text-indent: 40px;
	margin-bottom: 30px;
}
.choose-left a{
	display: block;
	width: 180px;
	height: 40px;
	color: #00a4ff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #00a4ff;
	border-radius: 5px;
}
.choose-left a:hover{
	color: #fff;
	border: none;
	background: #00a4ff;
	box-shadow: 0 0 10px 5px #caecff;
}
.choose-right{
	width: 480px;
	height: 455px;
	float: left;
	margin: 20px 0 0 10px;
}
.choose-right li{
	width: 155px;
	height: 190px;
	float: left;
	margin-left: 5px;
	cursor: pointer;
}
.choose-right li img{
	display: block;
	max-width: 60px;
	height: 52px;
	margin: 20px auto 10px auto;
}
.choose-right li h3{
	color: #333;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	line-height: 40px;
}
.choose-right li p{
	width: 90%;
	color: #333;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	margin: 0 auto;
}
.choose-right li:hover{
	box-shadow: 0 0 6px 3px #caecff;
}


/*客户案例*/
.case-box{
	width: 100%;
	height: 690px;
	padding: 30px 0;
	background: #fbfbfb;
}
.case{
	width: 1150px;
	height: 690px;
	margin: 0 auto;
}
.case h2{
	height: 60px;
	padding-top: 20px;
	color: #000;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	line-height: 60px;
}
.case h3{
	height: 20px;
	color: #999;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	line-height: 20px;
}

.case ul{
	width: 100%;
	height: 520px;
	margin-top: 40px;
}
.case ul li{
	width: 360px;
	height: 518px;
	float: left;
	margin-right: 32px;
	border: 1px solid #eeeeee;
	background: #fbfbfb;
	position: relative;
}
.case ul li:last-child{
	margin-right: 0;
}
.case ul li img{
	display: block;
	width: 360px;
	height: 245px;
}

.case ul li .case-logo{
	position: absolute;
	top: 200px;left: 15px;
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50%;
}
.case ul li .case-logo img{
	display: block;
	width: 53px;
	height: 62px;
	margin: 19px auto;
}

.case ul li h4{
	width: 90%;
	margin: 80px auto 0 auto;
	color: #000;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 500;
	line-height: 40px;
}
.case ul li p{
	width: 90%;
	margin: 0 auto;
	color: #999;
	font-size: 14px;
	line-height: 30px;
}




/*原油期货行情*/
.news-box{
	width: 100%;
	height: 500px;
	background: #fff;
	overflow: hidden;
}
.news-box .news{
	width: 1150px;
	height: 380px;
	margin: 60px auto;
	overflow: hidden;
}

.news-box .news ul{
	width: 1150px;
	height: 80px;
	margin-bottom: 60px;
}
.news-box .news ul .news-li1{
	width: 59px;
	height: 80px;
	border-right: 1px solid #999;
	float: left;
}
.news-box .news-li1 b{
	display: block;
	width: 59px;
	height: 40px;
	color: #00a4ff;
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 40px;
	text-align: center;
}
.news-box .news-li1 p{
	width: 59px;
	height: 40px;
	color: #999;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 40px;
	text-align: center;
}
.news-box .news ul .news-li2{
	width: 270px;
	height: 80px;
	margin: 0 30px 0 20px;
	float: left;
}
.news-li2 h4{
	height: 40px;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 40px;
}
.news-li2 h3{
	height: 40px;
	font-size: 26px;
	font-weight: 500;
	line-height: 40px;
}
.news-box .news ul .news-li3{
	width: 770px;
	height: 80px;
	float: left;
}
.news-li3 p{
	color: #999;
	font-size: 14px;
	line-height: 20px;
}


/*合作流程*/
.cooperation-box{
	width: 100%;
	height: 280px;
	background: #fff;
}
.cooperation{
	width: 1150px;
	height: 280px;
	margin: 0 auto;
	overflow: hidden;
}
.cooperation h2{
	height: 100px;
	color: #000;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	line-height: 100px;
}
.flow-box{
	width: 90%;
	height: 30px;
	margin: 0 auto;
	position: relative;
}
.flow-box ul{
	width: 100%;
	height: 30px;
}
.flow-box ul li{
	height: 4px;
	float: left;
	padding-right: 206px;
	margin: 13px 0 0 0;
	background: #eeeeee;
	position: relative;
	cursor: pointer;
}
.flow-box ul li:last-child{
	padding-right: 0;
}
.flow-box ul li span{
	position: absolute;
	top: -9px;left: -12px;
	display: block;
	width: 20px;
	height: 20px;
	color: #eeeeee;
	font-size: 20px;
}
.flow-box ul li span:hover{
	position: absolute;
	top: -14px;left: -16px;
	color: #fbcc00;
	font-size: 30px;
}

.flow-box .flow{
	position: absolute;
	top: -1px;left: -15px;
	width: 30px;
	height: 30px;
}
.flow span{
	color: #fbcc00;
	font-size: 30px;
}

.cooperation ol{
	width: 100%;
	height: 60px;
	margin-top: 30px;
}
.cooperation ol li{
	float: left;
	width: 17%;
	height: 60px;
	color: #000;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 40px;
	text-align: left;
	text-indent: 30px;
	position: relative;
}
.cooperation ol li:nth-child(1){
	background: url(../images/hzlc-1.png) no-repeat 8% 18px;
}
.cooperation ol li:nth-child(2){
	background: url(../images/hzlc-2.png) no-repeat 10% 18px;
}
.cooperation ol li:nth-child(3){
	background: url(../images/hzlc-3.png) no-repeat 30% 18px;
}
.cooperation ol li:nth-child(4){
	background: url(../images/hzlc-4.png) no-repeat 40% 18px;
}
.cooperation ol li:nth-child(5){
	background: url(../images/hzlc-5.png) no-repeat 40% 18px;
}
.cooperation ol li:nth-child(6){
	background: url(../images/hzlc-6.png) no-repeat 60% 18px;
}
.cooperation ol li:last-child{
	width: 15%;
}
.cooperation ol li h1{
	position: absolute;
	top: 15px;left: 5%;
	color: #eeeeee;
	font-family: "微软雅黑";
	font-size: 30px;
}

/*partner 合作伙伴*/
.partner-box{
	width: 100%;
	height: 240px;
	background: linear-gradient(to right,#03a3ff,#8b5ff7);
}
.partner{
	position: relative;
	width: 1150px;
	height: 240px;
	margin: 0 auto;
	overflow: hidden;
}
.partner h2{
	width: 100%;
	height: 100px;
	margin: 0 auto;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 100px;
	text-align: center;
}
.partner ul{
	width: 1060px;
	height: 100px;
	margin: 0 auto;
}
.partner ul li{
	width: 150px;
	height: 100px;
	margin: 0 30px;
	float: left;
}
.partner .span-left{
	position: absolute;
	top: 130px;left: 0;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
}
.partner .span-right{
	position: absolute;
	top: 130px;right: 0;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
}

/*服务热线*/
.hotline-box{
	width: 100%;
	height: 100px;
	background: #fff;
}
.hotline{
	width: 1150px;
	height: 100px;
	margin: 0 auto;
}
.hotline p{
	display: inline-block;
	color: #999;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 100px;
}
.hotline p i{
	font-size: 30px;
	padding: 0 20px;
}
.hotline strong{
	color: #00a4ff;
	letter-spacing: 2px;
	font-size: 30px;
	line-height: 100px;
	padding: 0 20px;
}
.hotline a{
	display: block;
	width: 150px;
	height: 40px;
	float: right;
	margin: 29px 0;
	color: #00A4FF;
	text-align: center;
	line-height: 40px;
	border: 1px solid #00A4FF;
	border-radius: 5px;
}




/************************公司产品**********************/
/*banner*/
.banner-t{
	width: 100%;
	height: 275px;
	position: relative;
}
.banner-t img{
	display: block;
	width: 100%;
	height: 275px;
}
.banner-t a{
	position: absolute;
	top: 65%;left: 20%;
	display: block;
	width: 160px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #fafafa;
	border-radius: 5px;
}
.banner-t a:hover{
	color: #00A4FF;
	background: #ededef;
}


/*五站合一全覆盖*/
.cover-box{
	width: 100%;
	height: 665px;
	background: #fff;
}
.cover{
	width: 1150px;
	height: 665px;
	margin: 0 auto;
}
.cover h2,.advantage h2,.show h2,.function h2{
	color: #000;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 60px;
	text-align: center;
	padding-top: 40px;
}
.cover h3,.advantage h3,.show h3,.function h3{
	color: #ff6200;
	font-size: 26px;
	letter-spacing: 2px;
	text-align: center;
	line-height: 60px;
}
.cover p,.advantage p,.show p{
	width: 80%;
	margin: 0 auto;
	color: #666;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 30px;
	text-align: center;
}
.cover ul{
	width: 100%;
	height: 130px;
	margin: 90px auto;
}
.cover ul li{
	width: 20%;
	height: 130px;
	float: left;
	position: relative;
}
.cover ul li img{
	display: block;
	max-width: 100%;
	width: 145px;
	height: 130px;
	margin: 0 auto;
	position: absolute;
	top: 0;left: 40px;
}
.cover ul li .img2{
	opacity: 0;
	transition: 0.1s;
}
.cover ul li:hover img{
	opacity: 1;
	transition: 0.1s;
}
.cover a{
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	background: #00a4ff;
	border-radius: 5px;
	box-shadow: 0 0 10px 5px #caecff;
}

/*我们的优势*/
.advantage-box{
	width: 100%;
	height: 1000px;
	background: #fbfbfb;
}
.advantage{
	width: 1150px;
	height: 1000px;
	margin: 0 auto;
}

.advantage-body{
	width: 100%;
	height: 670px;
	margin-top: 80px;
	position: relative;
}
.advantage-body img{
	display: block;
	margin-left: 160px;
}
.advantage-body span{
	display: block;
	width: 290px;
	color: #999;
	font-size: 14px;
	line-height: 26px;
	text-align: right;
}
.advantage-body .span1{
	position: absolute;
	top: 120px;left: 0;
}
.advantage-body .span2{
	position: absolute;
	top: 295px;left: 0;
}
.advantage-body .span3{
	position: absolute;
	top: 490px;left: 0;
}
.advantage-body .span4{
	position: absolute;
	top: 80px;right: 0;
	text-align: left;
}
.advantage-body .span5{
	position: absolute;
	top: 285px;right: 0;
	text-align: left;
}
.advantage-body .span6{
	position: absolute;
	top: 480px;right: 0;
	text-align: left;
}

/*案例展示*/
.show-box{
	width: 100%;
	height: 1040px;
	background: #fff;
}
.show{
	width: 1150px;
	height: 1040px;
	margin: 0 auto;
}
.show h3{
	font-weight: 500;
}

.show-body{
	width: 1150px;
	height: 680px;
	margin-top: 60px;
}
.show-body img{
	display: block;
	width: 380px;
	height: 670px;
	float: left;
}


/*功能介绍*/
.function-box{
	width: 100%;
	height: 1470PX;
	background: #fbfbfb;
}
.function{
	width: 1150px;
	height: 1470px;
	margin: 0 auto;
}
.function table{
	width: 1146px;
	height: 1061px;
	text-align: center;
	margin-top: 40px;
	border: 1px solid #dcdcdc;
}
.function table tr:first-child{
	background: #EEEEEE;
}
.function table tr td{
	border: 1px solid #dcdcdc;
	letter-spacing: 2px;
}
.function .btn{
	display: block;
	width: 200px;
	height: 50px;
	margin: 60px auto 0 auto;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	background: #00a4ff;
	border-radius: 5px;
	box-shadow: 0 0 10px 5px #caecff;
}


/*******************公司产品-原油期货********************/
.what-box{
	width: 100%;
	height: 620px;
	background: #fff;
}
.what{
	width: 1150px;
	height: 620px;
	margin: 0 auto;
}
.what h2,.recommend h2,.interface h2,.select h2,.trust h2{
	color: #000;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 60px;
	text-align: center;
	padding-top: 40px;
}
.what h3,.recommend h3,.interface h3,.select h3,.trust h3{
	width: 80%;
	margin: 0 auto;
	color: #666;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.what p{
	width: 100%;
	height: auto;
	color: #999;
	font-size: 16px;
	line-height: 30px;
	text-indent: 40px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.btn{
	display: block;
	width: 200px;
	height: 50px;
	margin: 60px auto 0 auto;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	background: #00a4ff;
	border-radius: 5px;
	box-shadow: 0 0 10px 5px #caecff;
}

/*原油期货系统*/
.recommend-box{
	width: 100%;
	height: 900px;
	background: #fbfbfb;
}
.recommend{
	width: 1150px;
	height: 900px;
	margin: 0 auto;
}
.recommend img{
	display: block;
	max-width: 1150px;
	max-height: 670px;
	width: 1150px;
	height: 670px;
}

/*系统界面*/
.interface-box{
	width: 100%;
	height: 785px;
	background: #f0f9fd;
}
.interface{
	width: 1150px;
	height: 785px;
	margin: 0 auto;
}
.interface-dao{
	width: 1148px;
	height: 48px;
	border: 1px solid #3789fc;
	border-radius: 24px;
	margin-top: 60px;
	position: relative;
}
.interface-dao li{
	width: 280px;
	height: 48px;
	float: left;
	margin-right: 154px;
	color: #000;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
	line-height: 48px;
	border-radius: 24px;
	cursor: pointer;
}
.interface-dao li:last-child{
	margin-right: 0;
}
.interface-dao .interface-dao-li{
	color: #fff;
	background: linear-gradient(to right,#03a3ff,#8b5ff7);
}

.interface-dao-li .interface-hidden{
	display: block;
}
.interface-hidden{
	position: absolute;
	top: 80px;left: 0;
	width: 100%;
	height: auto;
	display: none;
}
.interface-hidden .interface-left{
	width: 40%;
	height: auto;
	float: left;
}
.interface-left h2{
	height: 100px;
	padding: 0;
	color: #666;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 500;
	text-align: left;
	line-height: 100px;
}
.interface-left p{
	width: 90%;
	color: #999;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 40px;
}
.interface-left .btn{
	margin: 60px 0 0 0;
}
.interface-right{
	width: 60%;
	height: 460px;
	float: left;
}
.interface-right img{
	display: block;
	max-width: 100%;
	max-height: 460px;
	width: 590px;
	height: 460px;
	margin: 20px auto;
}

/*为什么选择*/
.select-box{
	width: 100%;
	height: 940px;
	background: #fff;
}
.select{
	width: 1150px;
	height: 940px;
	margin: 0 auto;
}
.select  h2 img{
	display: inline-block;
	width: 38px;
	height: 40px;
	margin-right: 20px;
}
.select ul{
	width: 100%;
	height: 580px;
}
.select ul li{
	width: 215px;
	height: 265px;
	float: left;
	margin: 10px 6px;
	border: 1px dashed #ececec;
}
.select ul li:hover{
	box-shadow: 3px 3px 5px 3px #cdecfd;
}
.select ul li img{
	display: block;
	width: 88px;
	height: 88px;
	margin: 20px auto;
}
.select ul li h4{
	color: #00;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
}
.select ul li p{
	width: 90%;
	margin: 0 auto;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}


/***************公司产品-直播间********************/
.what ul{
	width: 1150px;
	height: 240px;
}
.what ul li{
	width: 170px;
	height: 220px;
	float: left;
	margin: 0 10px;
	cursor: pointer;
}
.what ul li .what-top{
	width: 60px;
	height: 60px;
	margin: 20px auto;
	position: relative;
}
.what-top img{
	position: absolute;
	top: 0;left: 0;
	display: block;
	width: 60px;
	height: 60px;
}
.what-top .img-2{
	opacity: 0;
}
.what ul li h4{
	color: #00;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
}
.what ul li p{
	width: 90%;
	margin: 0 auto;
	color: #00;
	font-size: 14px;
	letter-spacing: 1px;
	text-indent: 0;
	text-align: center;
	line-height: 20px;
}
.what ul li:hover{
	box-shadow:  0 0 5px 3px #e9e1fc;
}
.what ul li:hover .img-1{
	opacity: 0;
}
.what ul li:hover .img-2{
	opacity: 1;
}

/*直播间系统*/
.recommend .rec-img{
	display: block;
	width: 920px;
	height: 600px;
	margin: 0 auto;
}

/*客户的信赖与选择*/
.trust-box{
	width: 100%;
	height: 900px;
	background: #fff;
}
.trust{
	width: 1150px;
	height: 900px;
	margin: 0 auto;
}
.trust ul{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
.trust ul li{
	width: 95%;
	height: 100px;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: 1px dashed #DCDCDC;
}
.trust ul li .trust-left{
	width: 40%;
	height: 90px;
	float: left;
}
.trust-left img{
	display: block;
	width: 46px;
	height: 46px;
	float: left;
	margin: 27px 20px;
}
.trust-left h4{
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 100px;
	margin: 0 auto 0 140px;
}
.trust ul li .trust-right{
	width: 60%;
	height: 100px;
	float: left;
}
.trust-right p{
	color: #666;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 26px;
}
.trust ul li:first-child .trust-right p{
	margin-top: 25px;
}
.trust ul li:last-child{
	border: none;
}
.trust ul:hover{
	box-shadow: 0 0 10px 5px #eeeeee;
}

/***********************************解决方案*************************************/
.solu-box{
	width: 100%;
	height: 420px;
	margin: 100px 0;
}
.solu-k{
	width: 1150px;
	height: 420px;
	margin: 0 auto;
	background: #fcfdff;
}
.dao{
	width: 100%;
	height: 48px;
	border-bottom: 2px solid #6699ff;
}
.dao h2{
	display: inline-block;
	width: 140px;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 48px;
}
.dao span{
	display: inline-block;
	width: 160px;
	color: #999;
	font-size: 14px;
	line-height: 48px;
	text-align: left;
}
.dao ul{
	display: inline-block;
	height: 30px;
	position: relative;
}
.dao ul li{
	display: inline-block;
	padding: 0 10px;
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 30px;
	border-radius: 5px;
	cursor: pointer;
}
.dao ul .dao-li{
	color: #fff;
	background: #6699ff;
}

/*hidden*/
.dao .dao-li .hidden{
	display: block;
}
.dao .hidden{
	position: absolute;
	top: 40px;left: 0;
	width: 840px;
	height: 360px;
	display: none;
}
.hidden h3{
	color: #808080;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 80px;
}
.dao .hidden .website{
	width: 100%;
	height: auto;
}
.dao .hidden li{
	padding: 0;
}
.dao .hidden .website li{
	display: block;
	color: #999;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 8px;
}
.dao .hidden .website li span{
	width: 80px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin-right: 50px;
	background: #6699ff;
}

.solu-k-l{
	width: 220px;
	height: 360px;
	float: left;
	margin-right: 90px;
	position: relative;
}
.solu-k-l img{
	display: block;
	width: 220px;
	height: 360px;
}
.solu-l-btn{
	position: absolute;
	top: 280px;left: 30px;
	display: block;
	width: 160px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #fafafa;
	border-radius: 5px;
}


/*SEO优化*/
.solu-seo{
	background: #fafefe;
}
.solu-seo .dao{
	border-bottom: 2px solid #00ccb6;
}
.solu-k-r{
	width: 840px;
	height: 360px;
	float: left;
}
.solu-k-r h3{
	color: #808080;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 80px;
}
.solu-k-r .seo{
	width: 100%;
	height: auto;
}
.seo li{
	width: 270px;
	height: 145px;
	float: left;
	margin-right: 90px;
}
.seo li span{
	display: block;
	width: 100%;
	height: 30px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 30px;
	background: #00CCB6;
	margin-bottom: 8px;
}
.seo li span img{
	display: block;
	width: 21px;
	height: 21px;
	float: left;
	margin: 4px 20px;
}
.seo li p{
	color: #999;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 26px;
}

/*手机网站*/
.solu-phone{
	background: #fffcfc;
}
.solu-phone .dao{
	border-bottom: 1px solid #ff6c6c;
}
.solu-phone .dao .dao-li{
	background: #ff6c6c;
}

.dao .hidden .mbf{
	width: 100%;
	height: auto;
}
.dao .hidden .mbf li{
	display: block;
	color: #999;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 8px;
}
.dao .hidden .mbf li span{
	width: 150px;
	height: 24px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	margin-right: 30px;
	background: #FF6C6C;
}

/*域名&服务器*/
.solu-domain{
	background: #fdfcff;
}
.solu-domain .dao{
	border-bottom: 1px solid #8d5ef7;
}
.solu-domain .dao .dao-li{
	background: #8d5ef7;
}

.dao .hidden .servers{
	width: 100%;
	height: auto;
}
.dao .hidden .servers li{
	display: block;
	width: 160px;
	color: #999;
	font-size: 14px;
	line-height: 30px;
	float: left;
	margin: 0 40px 0 0;
}
.dao .hidden .servers li span{
	width: 160px;
	height: 24px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	margin-bottom: 20px;
	background: #8d5ef7;
}

/*系统开发develop*/
.solu-develop{
	background: #fcfdff;
}
.solu-develop .dao{
	border-bottom: 1px solid #5b89e9;
}
.solu-develop .dao .dao-li{
	background: #5b89e9;
}

.dao .hidden .develop{
	width: 100%;
	height: auto;
}
.dao .hidden .develop p{
	display: inline-block;
	width: 380px;
	color: #999;
	font-size: 14px;
	line-height: 30px;
}
.develop .develop-r{
	width: 250px;
	height: 250px;
	float: right;
	margin: 0 100px 0 0;
}

/*网络营销*/
.solu-marketing{
	background: #fffcfa;
}
.solu-marketing .dao{
	border-bottom: 1px solid #f7680a;
}

.solu-marketing .solu-k-r p{
	display: inline-block;
	width: 380px;
	height: 170px;
	color: #999;
	font-size: 14px;
	line-height: 30px;
}
.solu-marketing .solu-k-r img{
	display: block;
	width: 265px;
	height: 165px;
	float: right;
	margin-right: 100px;
}

.solu-marketing .solu-k-r ul{
	width: 600px;
	height: 80px;
}
.solu-marketing .solu-k-r ul li{
	padding-right: 60px;
	height: 80px;
	float: left;
	position: relative;
}
.solu-marketing .solu-k-r ul li:last-child{
	padding-right: 0;
}
.solu-marketing .solu-k-r ul li h4{
	color: #333;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
}
.solu-marketing .solu-k-r ul li span{
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 20px;
}
.solu-marketing .solu-k-r ul li img{
	display: block;
	width: 36px;
	height: 14px;
	margin: 0;
	position: absolute;
	top: 30px;right: 10px;
}

/*VI视觉设计*/
.solu-vi{
	background: #fffefc;
}
.solu-vi .dao{
	border-bottom: 1px solid #e6c84e;
}

.solu-vi .solu-k-r h4{
	color: #999;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 26px;
}
.solu-vi .solu-k-r p{
	width: 800px;
	color: #999;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 30px;
	text-indent: 30px;
}

body .solu-box:nth(7){
	padding-bottom: 100px;
}

	/*支付接口*/
.solu-pay{
	background: #fefdff;
}
.solu-pay .dao{
	border-bottom: 1px solid #b99df6;
}
.solu-k-r .pay-c{
	width: 400px;
	height: 360px;
	float: left;
}
.solu-k-r .pay-c p{
	color: #999;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 30px;
	text-indent: 30px;
}
.solu-k-r .pay-r{
	width: 440px;
	height: 360px;
	float: right;
}
.solu-k-r .pay-r img{
	width: 315px;
	margin: 60px auto;
}
.solu-k-r .pay-r .pay1{
	height: 45px;
}
.solu-k-r .pay-r .pay2{
	height: 95px;
}
/*********************客户案例**********************/
.customer-body{
	width: 100%;
	height: 1450px;
	background: #fff;
}
/*位置*/
.place-top{
	width: 1150px;
	height: 30px;
	margin: 30px auto;
}
.place-top p{
	width: 100%;
	color: #666;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 30px;
	text-align: left;
}
.place-top p span{
	display: inline-block;
	width: 3px;
	height: 20px;
	float: left;
	margin: 5px 10px 0 0;
	background: #00a4ff;
}
.place-top a{
	color: #666;
	font-weight: normal;
}

.customer{
	width: 1150px;
	height: 1395px;
	margin: 0 auto;
}
.customer h2{
	color: #000;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 60px;
	text-align: center;
	padding-top: 20px;
}
.customer h3{
	width: 80%;
	margin: 0 auto;
	color: #666;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 30px;
	text-align: center;
}

.customer ul{
	width: 100%;
	height: 520px;
	margin-top: 40px;
}
.customer ul li{
	width: 360px;
	height: 518px;
	float: left;
	margin-right: 32px;
	border: 1px solid #eeeeee;
	background: #fbfbfb;
	position: relative;
}
.customer ul li:last-child{
	margin-right: 0;
}
.customer ul li img{
	display: block;
	width: 360px;
	height: 245px;
}

.customer ul li .customer-logo{
	position: absolute;
	top: 200px;left: 15px;
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50%;
}
.customer ul li .customer-logo img{
	display: block;
	width: 53px;
	height: 62px;
	margin: 19px auto;
}

.customer ul li h4{
	width: 90%;
	margin: 80px auto 0 auto;
	color: #000;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 500;
	line-height: 40px;
}
.customer ul li p{
	width: 90%;
	margin: 0 auto;
	color: #999;
	font-size: 14px;
	line-height: 30px;
}
.customer .customer-btn{
	display: block;
	width: 160px;
	height: 40px;
	margin: 60px auto 0 auto;
	color: #0d9dfe;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #0d9dfe;
	border-radius: 5px;
}


/************************帮助中心***************************/
.help-body{
	width: 1150px;
	height: auto;
	padding-bottom: 80px;
	margin: 0 auto;
	overflow: hidden;
}
.left-nav{
	display: inline-block;
	width: 240px;
	height: 390px;
	float: left;
	border-top: 2px solid #666;
	background: #f7f7f7;
	margin: 0 40px 0 0;
}
.left-nav h2{
	color: #000;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: left;
	text-indent: 20px;
	line-height: 60px;
	border-bottom: 1px solid #ccc;
}
.left-nav ul{
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.left-nav ul li{
	color: #666;
	font-size: 16px;
	line-height: 50px;
	cursor: pointer;
}
.left-nav ul li a{
	color: #666;
}
.left-nav ul li i{
	font-size: 20px;
	display: inline-block;
	margin: 0 10px;
}
.left-nav ul .left_li a{
	color: #00a4ff;
}

.help-body .help-right{
	display: inline-block;
	width: 870px;
	height: auto;
}
.help-right .option{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
.option ol,.news ol{
	width: 100%;
	height: auto;
}
.option ol li,.news ol li{
	width: 100%;
	height: 180px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.option ol li:last-child,.news ol li:last-child{
	border-bottom: none;
}
.option ol li h3{
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 60px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.option ol li p,.news ol li p{
	width: 100%;
/*	height: 60px;*/
	color: #666;
	font-size: 16px;
	text-indent: 30px;
	line-height: 30px;
	display: -webkit-box;
/*	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;*/
	overflow: hidden;
}
.option ol li span,.news ol li span{
	display: block;
	color: #999;
	font-size: 16px;
	line-height: 30px;
	text-align: right;
}

/*页数*/
.option-bottom{
	width: 100%;
	height: 40px;
	margin-top: 40px;
	text-align: right;
	line-height: 40px;
	margin-left: 450px;
}
.option-bottom a{
	display: inline-block;
	color: #666;
	font-size: 14px;
	padding: 0 10px;
	border: none;
}
.option-bottom a:hover{
	color: #00a4ff;
	text-decoration: underline;
}
.option-bottom select{
	padding: 0 5px;
}
.option-bottom span{
	color: #666;
	font-size: 14px;
	padding: 0 5px;
}



/***********************关于我们************************/
.about-body{
	width: 1150px;
	height: auto;
	padding-bottom: 80px;
	margin: 0 auto;
	overflow: hidden;
}

.about-body .about-right{
	width: 870px;
	height: auto;
	padding-bottom: 40px;
	display: inline-block;
}
/*公司简介*/
.about-body .about-right .intro{
	width: 100%;
	height: auto;
}
.about-body .about-right h3{
	color: #333;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 60px;
	text-align: left;
}
.intro .intro-l{
	width: 300px;
	height: 200px;
	float: left;
}
.intro .intro-l img{
	display: block;
	width: 300px;
	height: 200px;
}
.intro .intro-r{
	width: 500px;
	height: 240px;
	margin-left: 40px;
	display: inline-block;
}
.intro p{
	color: #666;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 30px;
	text-indent: 40px;
	margin-bottom: 20px;
}
.intro p span{
	color: #a787f9;
}

/**************关于我们--公司活动***********/
.about-right .activity{
	width: 100%;
	height: auto;
}
.activity img{
	display: block;
	width: 870px;
	height: 445px;
}

/*********关于我们-新闻中心*************/
.about-body .about-right .news{
	width: 100%;
	height: auto;
	margin: 0;
}
.about-right  .news ol li h3{
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 60px;
	text-align: left;
}

/**********关于我们-招贤纳士**************/
.about-right .recruit{
	width: 100%;
	height: auto;
}
.recruit ol{
	width: 100%;
	height: auto;
}
.recruit ol li{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #ccc;
}
.recruit ol li:last-child{
	border-bottom: none;
}
.recruit ol li h4{
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
}
.recruit ol li h4 i{
	padding: 0 5px;
}
.recruit ol li h4 span{
	display: inline-block;
	float: right;
	color: #999;
}
.recruit ol li h5{
	color: #666;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	margin-top: 10px;
}
.recruit ol li p{
	color: #666;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
}
.recruit ol li a{
	display: block;
	width: 160px;
	height: 40px;
	margin-top: 20px;
	color: #00A4FF;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #00A4FF;
	border-radius: 5px;
}

/*************新闻详情***********/
.about-right  .news ol li .detail_p{
	width: 100%;
	height: auto;
	margin: 10px 0;
}
.about-right  .news ol li .news_l{
	text-align: left;
}
.about-right  .news ol li .detail_p{
	width: 100%;
	height: auto;
	margin: 10px 0;
}
/**********关于我们-联系我们**************/
.about-right .content{
	width: 100%;
	height: auto;
}
.content ol{
	width: 100%;
	height: auto;
}
.content ol li{
	width: 100%;
	height: 50px;
	color: #000;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 50px;
}
.content ol li i{
	color: #000;
	font-size: 20px;
	padding-right: 10px;
}
.content a{
	display: block;
	width: 160px;
	height: 40px;
	margin: 20px 0;
	color: #00A4FF;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #00A4FF;
	border-radius: 5px;
}
.content img{
	display: block;
	width: 870px;
	height: 440px;
}


/***********************商品期权系统*******************/
.advantage_sc{
	width: 1150px;
	height: 550px;
	margin: 0 auto;
}
.advantage_sc h2,.sc_show .show h2,.sc_function h2{
	color: #000;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 60px;
	text-align: center;
	padding-top: 40px;
}
.advantage_sc h3,.sc_function h3{
	color: #ff6200;
	font-size: 26px;
	letter-spacing: 2px;
	text-align: center;
	line-height: 60px;
}
.advantage_sc ul{
	width: 100%;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}
.advantage_sc ul li{
	width: 150px;
	height: 190px;
	float: left;
	margin: 10px 20.8px;
	cursor: pointer;
	position: relative;
}
.advantage_sc ul li:hover{
	box-shadow:  0 0 5px 3px #e9e1fc;
}
.advantage_sc ul li img{
	display: block;
	color: #666;
	width: 45px;
	height: 60px;
	margin: 0 auto;
	position: absolute;
	top: 20px;
	left: 52px;
}
.advantage_sc ul li .img2{
	opacity: 0;
	transition: 0.1s;
}
.advantage_sc ul li:hover img{
	opacity: 1;
	transition: 0.1s;
}
.advantage_sc ul li b{
	display: block;
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	font-weight: 500;
	margin-top: 100px;
}
.advantage_sc ul li p{
	margin: 0 5px;
	color: #999;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
/*展示*/
.sc_show{
	width: 100%;
	height: 970px;
	background: #f0f9fd;
}
.sc_show .show{
	width: 1150px;
	height: 970px;
	margin: 0 auto;
}

.sc_show .show p{
	width: 80%;
	margin: 0 auto;
	color: #666;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 30px;
	text-align: center;
}
.sc_show .show img{
	width: 100%;
	height: 690px;
	margin-top: 50px;
}

/*功能模块*/
.sc_function{
	width: 1150px;
	height: 850px;
	margin: 0 auto;
}
.sc_function ul{
	width: 100%;
	height: auto;
	margin: 30px 0;
	overflow: hidden;
}
.sc_function ul li{
	width: 273px;
	height: 263px;
	float: left;
	margin: 10px 15px 10px 0;
	border: 1px dashed #ECECEC;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.sc_function ul li:nth-child(4n){
	margin-right: 0;
}
.sc_function ul li img{
	width: 88px;
	height: 88px;
	margin: 20px auto;
	transition: 0.5s;
}
.sc_function ul li:hover img{
	transform: rotateY(180deg);
	transition: 1s;
}
.sc_function ul li b{
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 40px;
}
.sc_function ul li p{
	margin: 0 10px;
}
/**************************股票配资系统***********************/
.intro_gp{
	width: 1150px;
	height: auto;
	padding-bottom: 40px;
	margin: 0 auto;
}
.intro_gp p{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	text-indent: 30px;
	margin: 10px 0;
}
.intro_gp ul{
	width: 100%;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}
.intro_gp ul li{
	width: 25%;
	height: 160px;
	float: left;
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}
.intro_gp ul li i{
	display: block;
	font-size: 60px;
	line-height: 100px;
}
.intro_gp ul li p{
	text-indent: 0;
}
.intro_gp .btn{
	margin: 20px auto;
}
/*成功案例*/
.case_gp{
	width: 100%;
	height: 350px;
	background: #fbfbfb;
}
.case_gp .success{
	width: 1150px;
	height: 350px;
	margin: 0 auto;
	overflow: hidden;
}
.success ul{
	width: 100%;
	height: 100px;
	margin-top: 30px;
}
.success ul li{
	width: 260px;
	height: 100px;
	float: left;
	margin-right: 35px;
	background: #fff;
}
.success ul li:last-child{
	margin-right: 0;
}
.success ul li img{
	width: auto;
	max-width: 100%;
	height: 100px;
	margin: 0 auto;
}
/*配资流程*/
.flow_box{
	width: 100%;
	height: 655px;
	background: url(../images/gp-bg.png) no-repeat;
	background-size: 100% 100%;
}
.flow_box .flow{
	width: 1150px;
	height: 655px;
	margin: 0 auto;
	position: relative;
}
.flow h2,.flow h3{
	color: #FFF;
}
.flow ul{
	width: 100%;
	height: 150px;
	margin: 40px 0 100px 0;
}
.flow ul li{
	width: 20%;
	height: 150px;
	float: left;
}
.flow ul li img,.flow ol li img{
	width: 88px;
	height: 88px;
	margin: 10px auto;
	cursor: pointer;
	transition: 0.5s;
}
.flow li img:hover{
	transform: scale(1.3);
	transition: 0.5s;
}
.flow ul li p,.flow ol li p{
	color: #fafafa;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.flow ol{
	width: 85%;
	height: 150px;
	margin: 0 auto;
}
.flow ol li{
	width: 25%;
	height: 150px;
	float: left;
	overflow: hidden;
}

.flow .arrows{
	width: 100%;
	height: 100px;
	position: absolute;
	top: 340px;left: 0;
}
.flow .arrows i{
	position: absolute;
	top: 50px;
	display: block;
	color: #fff;
	font-size: 10px;
}
.flow .arrows .arrow_1{
	left: 100px;
	transform: rotate(55deg);
}
.flow .arrows .arrow_2{
	left: 230px;
	transform: rotate(-50deg);
}
.flow .arrows .arrow_3{
	left: 340px;
	transform: rotate(55deg);
}
.flow .arrows .arrow_4{
	left: 470px;
	transform: rotate(-50deg);
}
.flow .arrows .arrow_5{
	left: 590px;
	transform: rotate(55deg);
}
.flow .arrows .arrow_6{
	left: 710px;
	transform: rotate(-50deg);
}
.flow .arrows .arrow_7{
	left: 830px;
	transform: rotate(55deg);
}
.flow .arrows .arrow_8{
	left: 950px;
	transform: rotate(-50deg);
}
/*系统特点*/
.system{
	width: 1150px;
	height: 790px;
	margin: 0 auto;
}
.system ul{
	width: 100%;
	height: 500px;
	margin: 40px auto 0 auto;
}
.system ul li{
	width: 220px;
	height: 220px;
	float: left;
	margin: 0 245px 30px 0;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	overflow: hidden;
	background: linear-gradient(to right,#04a2ff, #8c5ef7);
	box-shadow: 0 1px 1px 2px #ccc;
	cursor: pointer;
}
.system ul li:nth-child(3n){
	margin-right: 0;
}
.system ul li i{
	display: block;
	font-size: 70px;
	line-height: 100px;
	margin-top: 40px;
}
/******************************商城系统************************/
.ecmall{
	width: 1150px;
	height: auto;
	padding-bottom: 40px;
	margin: 0 auto;
}
.ecmall ul{
	width: 100%;
	height: 150px;
	margin-top: 30px;
	overflow: hidden;
}
.ecmall ul li{
	width: 180px;
	height: 150px;
	float: left;
	margin-right: 14px;
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.ecmall ul li:last-child{
	margin-right: 0;
}
.ecmall ul li span{
	color: #666;
	font-size: 50px;
	line-height: 80px;
}
.ecmall ul li span:hover{
	background: linear-gradient(to right, #02a3ff, #8960f7);
    -webkit-background-clip: text;
    color: transparent;
}
.ecmall .btn{
	margin-top: 20px;
}
/*优势、功能、模式*/
.mall{
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	background: #fbfbfb;
}
.mall .mall_body{
	width: 1150px;
	height: auto;
	margin: 0 auto;
}
.mall_body .mall_hd{
	width: 600px;
	height: 70px;
	margin: 30px auto;
	border: 1px solid #EEEEEE;
}
.mall_hd li{
	display: block;
	width: 200px;
	height: 70px;
	float: left;
	color: #333;
	font-size: 20px;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
}
.mall_hd li.active{
	color: #fff;
	background: #00A4FF;
}
.mall_body .mall_bd{
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.mall_bd li{
	width: 100%;
	height: auto;
	display: none;
}
.mall_bd li.thisclass{
	display:list-item;
}
/*优势*/
.mall_bd li .advantage{
	width: 1150px;
	height: 700px;
	position: relative;
}
.mall_bd li .advantage .adv_con{
	width: 550px;
	height: 550px;
	margin: 120px auto 0 auto;
	border: 10px solid #7C81F7;
	border-radius: 50%;
	cursor: pointer;s
}
.mall_bd .advantage .adv_con i{
	display: block;
	width: 150px;
	height: 150px;
	margin: 180px auto 0 auto;
	color: #fff;
	font-size: 60px;
	text-align: center;
	line-height: 150px;
	background: #00A4FF;
	border-radius: 50%;
}
.mall_bd .advantage .adv_con p{
	color: #000;
	font-weight: 600;
	font-size: 22px;
	line-height: 40px;

}
/*图标*/
.advantage .adv_i{
	position: absolute;
	display: block;
	width: 95px;
	height: 95px;
	color: #00A4FF;
	font-size: 40px;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 2px #E9E9E9;
	cursor: pointer;
}
.advantage .adv_i:hover{
	color: #fff;
	background: #00A4FF;
}
.advantage .adv_i1{
	top: -10px;left: 400px;
}
.advantage .adv_i2{
	top: 140px;left: 260px;
}
.advantage .adv_i3{
	top: 340px;left: 260px;
}
.advantage .adv_i4{
	top: 480px;left: 400px;
}
.advantage .adv_i5{
	top: -10px;right: 400px;
}
.advantage .adv_i6{
	top: 140px;right: 260px;
}
.advantage .adv_i7{
	top: 340px;right: 260px;
}
.advantage .adv_i8{
	top: 480px;right: 400px;
}
/**/
.advantage .adv_l,.advantage .adv_r{
	position: absolute;
	width: 250px;
	height: 100px;
	background: url(../images/adv-l1.png) no-repeat 0 45px;
}
.advantage .adv_r{
	background: url(../images/adv-r1.png) no-repeat 0 45px;
}
.adv_l span,.adv_r span{
	display: block;
	color: #00A4FF;
	font-size: 20px;
	line-height: 50px;
}
.adv_l p,.adv_r p{
	width: 200px;
	height: 48px;
	margin: 0 50px 0 0;
	color: #999;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.adv_r span{
	text-align: right;
}
.adv_r p{
	margin: 0 0 0 50px;
	text-align: right;
}
.adv_1{
	top: -80px;left: 150px;
}
.adv_2{
	top: 80px;left: 10px;
}
.adv_3{
	top: 300px;left: 10px;
}
.advantage .adv_4{
	top: 570px;left: 160px;
	background: url(../images/adv-l2.png) no-repeat 0 0 ;
}
.adv_5{
	top: -80px;right: 150px;
}
.adv_6{
	top: 80px;right: 10px;
}
.adv_7{
	top: 300px;right: 10px;
}
.advantage .adv_8{
	top: 570px;right: 160px;
	background: url(../images/adv-r2.png) no-repeat 0 0 ;
}




/*功能*/
.mall_bd li .function{
	width: 100%;
	height: 560px;
}
.mall_bd .function li{
	display: block;
	width: 260px;
	height: 260px;
	float: left;
	margin: 0 35px 20px 0 !important;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
}
.mall_bd .function li:nth-child(4n),.mall_bd .pattern li:nth-child(3n){
	margin-right: 0 !important;
}
.mall_bd .function li:hover,.mall_bd .pattern li:hover{
	box-shadow: 0 0 3px 3px #CDECFD;
}
.mall_bd .function li img{
	width: 70px;
	height: 70px;
	margin: 40px auto 20px auto;
}
.mall_bd .function li b{
	line-height: 30px;
}
.mall_bd .function li p{
	margin: 0 30px;
	max-height: 72px;
}
/*模式*/
.mall_bd li .pattern{
	width: 100%;
	height: 400px;
}
.mall_bd .pattern li{
	display: block;
	width: 360px;
	height: 180px;
	float: left;
	margin: 0 35px 20px 0 !important;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
}
.mall_bd .pattern li i{
	display: block;
	width: 120px;
	height: 180px;
	float: left;
	color: #00A4FF;
	font-size: 80px;
	text-align: center;
	line-height: 180px;
}
.mall_bd .pattern li b{
	display: block;
	margin: 20px 0 10px 120px;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 40px;
}
.mall_bd .pattern li p{
	max-height: 96px;
	margin: 0 10px 0 120px;
}
/*创新*/
.innovate{
	width: 100%;
	height: 500px;
	background: url(../images/mall-bg.png) no-repeat;
	background-size: 100% 100%;
}
.innovate .innovate_bd{
	width: 1150px;
	height: auto;
	margin: 0 auto;
}
.innovate_bd .h2,.innovate_bd .h3{
	color: #fff;
}
.innovate_bd ul{
	width: 1148px;
	height: 300px;
	margin: 0 auto;
	border: 1px solid #ccc;
}
.innovate_bd ul li{
	width: 286px;
	height: 300px;
	float: left;
	color: #f7f7f8;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	border-right: 1px solid #ccc !important;
}
.innovate_bd ul li:last-child{
	border-right: none !important;
}
.innovate_bd ul li b{
	display: block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 50px;
}
.innovate_bd ul li i{
	display: block;
	font-size: 80px;
	line-height: 120px;
}
.innovate_bd ul li .innovate_span{
	width: auto;
	height: 80px;
	overflow: hidden;
}
.innovate_bd ul li span{
	display: inline-block;
	width: 115px;
	height: 30px;
	float: left;
	margin: 0 14px 13px 14px;
	color: #666;
	background: #e5e5e5;
}
/*团队实力*/
.team{
	width: 1150px;
	height: auto;
	padding-bottom: 40px;
	margin: 0 auto;
}
.team ul{
	width: 100%;
	height: 265px;
	margin: 20px auto;
}
.team ul li{
	width: 175px;
	height: 265px;
	float: left;
	margin-right: 17px;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	border: 1px dashed #E5E5E5;
	cursor: pointer;
}
.team ul li:last-child{
	margin-right: 0;
}
.team ul li:hover{
	box-shadow: 0 0 3px 3px #CDECFD;
}
.team ul li img{
	width: 73px;
	height: 73px;
	margin: 30px auto 10px auto;
}
.team ul li b{
	display: block;
	color: #333;
	font-weight: 500;
	line-height: 40px;
}
.team ul li p{
	max-height: 72px;
	margin: 0 15px;
	color: #999;
}

/**************咨询************/
.consult{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 250px;
	height: auto;
	background: #ededed;
	z-index: 999;
}
.consult .close{
	position: absolute;
	top: 10px;right: 10px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.consult h2{
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	text-indent: 10px;
	line-height: 40px;
	background: #4587e8;
}
.consult h3{
	color: #666;
	font-size: 14px;
	font-weight: 500;
	text-indent: 10px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}
.consult .con{
	width: 92%;
	height: auto;
	margin: 15px auto 0 auto;
}
.consult textarea{
	width: 100%;
	height: 80px;
	color: #666;
	font-size: 14px;
	line-height: 26px;
}
.consult ul{
	width: 100%;
	height: auto;
}
.consult ul li{
	width: 100$;
	height: 30px;
	margin: 15px auto;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	border: 1px solid #DCDCDC;
	background: #fff;
}
.consult ul li:last-child{
	margin: 0;
}
.consult ul li i{
	display: inline-block;
	width: 15%;
	height: 30px;
	float: left;
	font-size: 20px;
	text-align: center;
}
.consult ul li input{
	width: 85%;
	height: 30px;
	float: left;
	
}

/*右侧浮动*/
.fix_r{
    position: fixed;
    right: 0;
    top: 80%;
    width: 45px;
    height: auto;
   	z-index: 99;
}
.fix_r ul{
    width: auto;
    height: auto;
}
.fix_r ul li{
	width: 45px;
	height: 40px;
	margin: 5px auto;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	background: #1799FE;
	cursor: pointer;
	position: relative;
}
.fix_r ul li i{
	display: block;
	width: 45px;
	height: 40px;
	font-size: 20px;
	
}
.fix_r ul li .hide{
	position: absolute;
	top: -100px;right: 55px;
	width: auto;
	height: auto;
	padding: 10px;
	background: #fff;
	border: 1px solid #EEEEEE;
	box-shadow: 2px 2px 2px #CCCCCC;
	display: none;
}
.hide .hide_k{
	width: 100%;
	height: 60px;
	margin: 10px 0;
}
.hide .hide_k span{
	display: block;
	width: 40px;
	height:60px;
	float: left;
	color: #999;
	font-size: 28px;
	text-align: center;
	line-height: 60px;
}
.hide .hide_k p{
	color: #999;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	margin-left: 50px;
}
.hide .hide_k p b{
	color: #F7680A;
	font-size: 20px;
}

.hide img{
	width: 120px;
	height: 120px;
}
.fix_r ul li:hover .hide{
	display: block;
}
.fix_r ul .return{
	display: none;
}
/**********************区块链*********************/
/*智能合约开发服务*/
.store{
	width: 1150px;
	height: 580px;
	margin: 0 auto;
}
.store .h2{
	padding-top: 20px;
}
.store .h3{
	line-height: 40px;
}
.store .store_l{
	width: 50%;
	height: 300px;
	margin-top: 30px;
	float: left;
}
.store .store_l p{
	color: #666;
	font-size: 16px;
	text-indent: 30px;
	line-height: 30px;
}
.store .store_r{
	width: 50%;
	height: 300px;
	margin: 30px 0 0 50%;
}
.store .store_r img{
	width: 320px;
	height: 260px;
	margin: 0 auto;
}
.store .btn{
	margin-top: 20px;
}
/*区块链智能合约特性*/
.character{
	width: 100%;
	height: 430px;
	background: #fbfbfb;
}
.character_bd{
	width: 1150px;
	height: 420px;
	margin: 0 auto;
}
.character_bd .h3,.solution .h3{
	font-size: 20px;
}
.character_bd ul{
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}
.character_bd ul li{
	width: 25%;
	height: 240px;
	float: left;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.character_bd ul li img{
	max-width: 140px;
	max-height: 130px;
	margin: 10px auto;
}
/*快人一步*/
.fast{
	width: 100%;
	height: 385px;
	background: url(../images/qkl-bg.png) no-repeat;
	background-size: 100% 100%;
}
.fast h2,.fast h4{
	color: #fff;
}
.fast .btn{
	background: none;
	box-shadow: none;
	border: 1px solid #FFF;
	border-radius: 6px;
}
.fast .btn:hover{
	border: 1px solid #02A3FF;
	background: #02A3FF;
}
/*解决方案*/
.solution{
	width: 1150px;
	height: auto;
	padding-bottom: 40px;
	margin: 0 auto;
}
.solution ul{
	width: 100%;
	height: 850px;
	margin-top: 30px;
}
.solution ul li{
	width: 213px;
	height: 260px;
	float: left;
	margin: 0 18px 20px 0;
	color: #999;
	font-size: 14px;
	line-height: 30px;
	border: 1px dashed #EEEEEE;
	cursor: pointer;
}
.solution ul li:nth-child(5n){
	margin-right: 0;
}
.solution ul li:hover{
	box-shadow: 0 0 5px 0px #bbe6fe;
}
.solution ul li .box_img{
	width: 85px;
	height: 85px;
	margin: 20px auto;
	border-radius: 50%;
	border: 1px solid #03A3FF;
}
.solution ul .box_img img{
	max-width: 50px;
	max-height: 50px;
	margin: 17px  auto;
}
.solution ul li b{
	display: block;
	color: #333;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
}
.solution ul li p{
	margin: 0 15px;
	line-height: 24px;
}
