@charset "utf-8";

/*重置 */
body,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
footer,
header,
section,
cite,
input,
a,
blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #fafafa;
	width: 100%;
	min-width: 620px;
	font: 14px/28px Arial, "Microsoft YaHei";
	line-height: 150%;
	height: 101%;
}

body {
	/*font-family: Microsoft YaHei, Arial, SimSun;*/
	font-family:
		"Helvetica Neue",
		Helvetica,
		"PingFang SC",
		"Hiragino Sans GB",
		"Microsoft YaHei",
		Arial,
		SimSun,
		sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

body,
html {
	width: 100%;
	min-height: 101%;
}

img {
	border: 0;
}

em {
	font-style: normal;
}

ul,
li,
ol,
dt,
dd {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:active {
	color: #f78242;
	text-decoration: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-table;
}

.clearfix {
	* height: 1%;
	*zoom: 1;
	*clear: both;
}

.clearfix {
	display: block;
}

.wraper {
	width: 100%;
	height: 100%;
}

/*首页 nav*/
.topnavbox {
	width: 100%;
	background-color: #3C95FC;
	width: 100%;
	height: 628px;
	margin: 0 auto;
	overflow: hidden;
}

.topnav {
	margin: 0 auto;
}

.nav {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.nav li {
	float: right;
	font-size: 14px;
	color: #fff;
	margin: 0 20px;
	padding: 29px 0 22px 0;
	font-weight: normal;
}

.nav li.topnavlogo {
	float: left;
	padding-top: 32px;
}

.nav li.topnavlogo img {
	float: left;
	width: 179px;
	height: 16px;
}

.nav li a {
	display: block;
	font-size: 18px;
	color: #fff;
}

.nav li.current {
	border-bottom: 4px #73c1ff solid;
}

.nav li.topnavlogo:hover {
	border-bottom: 0;
}

.nav li a:hover {
	color: #B1D5FE;
}

.downbox {
	width: 1200px;
	margin: 0 auto;
	padding-left: 40px;
	padding-top: 20px;
	overflow: hidden;
}

.down {
	float: left;
	padding-top: 100px;
	padding-left: 10px;
}

.text {
	margin-bottom: 20px;
}

.text img {
	width: 398px;
	height: 52px;
}

.text2 {
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	width: 396px;
}

.downbtn {
	width: 189px;
	height: 55px;
	margin-top: 90px;
}

.downbtn a {
	font-size: 18px;
	color: #1C7FEE;
	line-height: 55px;
	display: block;
	border-radius: 30px;
	background: #fff;
	text-align: center;
}

.downbtn a:hover {
	background: #EEEEEE;
}

.topbanner {
	float: right;
}

.topbanner img {
	width: 712px;
}




/*--- 多种特色功能----*/
.tesebox {
	width: 100%;
	height: 772px;
	background: url(../imgnews/sanjiao01.png) no-repeat center;
	background-size: 100% 100%;
}

.tesecont {
	width: 1200px;
	margin: auto;
}

.titlelogo {
	font-size: 36px;
	padding-top: 70px;
	padding-bottom: 50px;
	color: #1F2024;
	font-weight: 500;
	text-align: center;
}

.sanjiaobox1 {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../imgnews/sanjiao02.png);
	background-size: auto;
	background-repeat: no-repeat;
}

.biaotititle {
	width: 740px;
	margin: auto;
	font-size: 18px;
	color: #F75060;
	text-align: center;
	padding: 30px 40px;
	background-color: #FFFAF6;
	border-radius: 24px;
	line-height: 27px;
}

.tese {}

.teseul {
	overflow: hidden;
	margin-bottom: 96px;
}

.teseul li {
	display: block;
	width: 240px;
	float: left;
}

.teseul li img {
	width: 139px;
	height: 139px;
	display: block;
	margin: auto;
}

.teseul li p {
	display: block;
	text-align: center;
	color: #1F2024;
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.teseul li span {
	display: block;
	text-align: center;
	color: #585B66;
	font-size: 16px;
}

/*轮播*/
.swiper-outer {
	width: 100%;
	height: 706px;
	background: url(../imgnews/sanjiao02.png) no-repeat center;
	background-size: 100% 100%;
}

.lunbobox-containner {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.lunbobox-list {
	width: 100%;
	height: 706px;
	position: relative;
}

.lunbobox {
	position: absolute;
	top: 0;
	left: 0;
	visibility: visible;
	overflow: hidden;
}

.lunbobox-containner .lunboleft,
.lunbobox-containner .lunboright {
	-webkit-transition: all .7s cubic-bezier(1, 0, .7, 1);
	-moz-transition: all .7s cubic-bezier(1, 0, .7, 1);
	-ms-transition: all .7s cubic-bezier(1, 0, .7, 1);
	-o-transition: all .7s cubic-bezier(1, 0, .7, 1);
	transition: all .7s cubic-bezier(1, 0, .7, 1);
	opacity: 0;
	transform: translateY(50px)
}

.lunbobox-containner .lunbobox {
	visibility: visible;
}

.lunbobox-containner .active .lunboleft,
.lunbobox-containner .active .lunboright {
	-webkit-transition: -webkit-transform .7s cubic-bezier(.3, 0, 0, 1), opacity .7s cubic-bezier(1, 0, .7, 1);
	-moz-transition: -moz-transform .7s cubic-bezier(.3, 0, 0, 1), opacity .7s cubic-bezier(1, 0, .7, 1);
	-ms-transition: -ms-transform .7s cubic-bezier(.3, 0, 0, 1), opacity .7s cubic-bezier(1, 0, .7, 1);
	-o-transition: -o-transform .7s cubic-bezier(.3, 0, 0, 1), opacity .7s cubic-bezier(1, 0, .7, 1);
	transition: transform .7s cubic-bezier(.3, 0, 0, 1), opacity .7s cubic-bezier(1, 0, .7, 1);
	opacity: 1;
	transform: translateY(0);
}

.dot-list {
	position: absolute;
	right: 0;
	bottom: 117px;
}

.dot-item {
	display: inline-block;
	margin-left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(230, 230, 230, 1);
	cursor: pointer;
}

.dot-active {
	background: rgba(60, 149, 253, 1);
}

.lunbo {
	width: 1200px;
	overflow: hidden;
	margin: auto;
	position: relative;
}

.lunboleft {
	float: left;
}

.lunboleft p {
	font-size: 40px;
	color: #1C7FEE;
	padding: 226px 0 40px 40px;
}

.lunboleft span {
	font-size: 18px;
	line-height: 32px;
	color: #1F2024;
	width: 420px;
	display: block;
	padding-left: 40px;
}

.lunboright {
	float: right;
	padding-top: 102px;
}

.lunboright img {
	width: 606px;
}

.lunbomark {
	overflow: hidden;
	position: absolute;
	bottom: 114px;
	right: 60px;
	width: 70px;
}

.lunbomark img {
	width: 10px;
	padding: 0 2px;
	float: left;
	display: block;
}


/*首页footer*/
.ifooterbox {
	width: 100%;
	background-color: #3C95FC;
}

.ifooter {
	width: 1200px;
	margin: auto;
	height: 57px;
	color: #BBDBFF;
	font-size: 12px;
	line-height: 57px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.ifooterleft {
	float: left;
	text-align: left;
	line-height: 16px;
	margin-top: 20px;
}

.ifooterleft p {
	line-height: 18px;
}

.ifooterright {
	float: right;
}

.ifooterright li {
	float: left;
}

.ifooterright li a {
	margin: 0 10px;
	color: #BBDBFF;
}

.ifooterright li a:hover {
	color: #fff;
}

/*footer*/
.footerbox {
	width: 100%;
	height: 57px;
}

.footer {
	width: 1200px;
	margin: auto;
	height: 57px;
	color: #9EA0A6;
	font-size: 12px;
	line-height: 57px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.footerleft {
	float: left;
}

.footerright {
	float: right;
}

.footerright li {
	float: left;
}

.footerright li a {
	margin: 0 10px;
	color: #9EA0A6;
}

.footerright li a:hover {
	color: #1F2024;
}

/*浮动二维码*/
.fudongcode {
	transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	/* Firefox 4 */
	-webkit-transition-duration: 0.2s;
	/* Safari 和 Chrome */
	-o-transition-duration: 0.2s;
	position: fixed;
	bottom: 60px;
	right: 40px;
	width: 174px;
	height: 211px;
	background: url(../imgnews/fuceng_code.png) no-repeat;
	background-size: 174px 211px;
	background-position: center;
	z-index: 99;
}

.fudongcode p {
	padding-top: 155px;
	font-size: 14px;
	color: #1C7FEE;
	text-align: center;
}

.fudongcode span {
	color: #1A1A1A;
	font-size: 11px;
	text-align: center;
	display: block;
}



/*end首页*/
/*下载*/
.dcon {
	width: 1200px;
	margin: 20px auto 0 auto;
}

.dcontitle {
	color: #1F2024;
	text-align: center;
}

.dcontitle p {
	font-size: 32px;
	padding: 35px 0 41px 0;
	font-weight: 500;
}

.dconl {}

.dconl li {
	float: left;
	position: relative;
}

.dconl li p {
	width: 130px;
	height: 130px;
	margin-top: 47px;
}

.dconl li h2 {
	font-size: 18px;
	color: #1F2024;
	line-height: 40px;
	text-align: center;
	display: block;
	padding-bottom: 16px;
}

.dconli {
	width: 360px;
	height: 340px;
	background-color: #ffffff;
	box-shadow: 0px 2px 15px rgba(206, 215, 232, 0.64);
	border-radius: 6px;
	margin-right: 60px;
	position: relative;
}

.dconli a {
	display: block;
	width: 140px;
	height: 40px;
	background: #3D95FB;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	margin: auto;
	border-radius: 8px;
}

.dconli a:hover {
	background: #50A1FF;
}

.dconli a.dconl05 {
	background-color: #fff;
	display: block;
	width: 184px;
	height: 40px;
	color: #3D95FB;
	font-size: 16px;
	line-height: 40px;
	margin: auto;
	background: url(../imgnews/download_inptu.png) no-repeat;
	background-size: 184px 40px;
	background-position: center;
	padding-left: 20px;
	text-align: left;
}

.dconli a.dconl05 a:hover {
	color: #8CC1FF;
}

.dconlb {
	width: 32px;
	height: 32px;
	background: url(../imgnews/erweima.png) no-repeat;
	background-size: 32px 32px;
	position: absolute;
	top: 12px;
	right: 12px;
}

.qrCode {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.dconimg {
	width: 100%;
}

.dconimg img {
	margin: auto;
	padding: 136px 0 84px 0;
	display: block;
	width: 990px;
}


.dconl02 {
	background: url(../imgnews/download_ios.png) no-repeat;
	background-size: 96px 96px;
	margin: auto;
	background-position: center;
}

.dconl03 {
	background: url(../imgnews/download_android.png) no-repeat;
	background-size: 96px 96px;
	margin: auto;
	background-position: center;
}

.dconl04 {
	background: url(../imgnews/download_h5.png) no-repeat;
	background-size: 96px 96px;
	margin: auto;
	
	background-position: center;
}

/* .dconl02:hover {
	background: url(../imgnews/download_ios_code.png) no-repeat;
	background-size: 130px 130px;
	background-position: center;
} 

.dconl03:hover {
	background: url(../imgnews/download_ios_code.png) no-repeat;
	background-size: 130px 130px;
	background-position: center;
}

.dconl04:hover {
	background: url(../imgnews/download_h5_code.png) no-repeat;
	background-size: 130px 130px;
	background-position: center;
}*/

/* 新样式文件 */
.dconli .qrCode p {
	background-size: 130px 130px;
	background-position: center;
	margin-top: 67px;
}

.dconli .qrCode h2 {
	margin-top: 15px;
}

.dconli .qrCode .dconl02 {
	background: url(../imgnews/download_ios_code1.png) no-repeat;background-size: 130px 130px;
}

.dconli .qrCode .dconl03 {
	background: url(../imgnews/download_ios_code1.png) no-repeat;background-size: 130px 130px;
}

.dconli .qrCode .dconl04 {
	background: url(../imgnews/download_h5_code1.png) no-repeat;background-size: 130px 130px;
}

/* 新样式文件结束 */



.dconl06 {
	background: url(../imgnews/download_win.png) no-repeat;
	background-size: 96px 96px;
	margin: auto;
	background-position: center;
}

.dconl07 {
	background: url(../imgnews/download_mac.png) no-repeat;
	background-size: 96px 96px;
	margin: auto;
	background-position: center;
}

.dconl08 {
	background: url(../imgnews/download_inux.png) no-repeat;
	background-size: 96px 96px;
	margin: auto;
	background-position: center;
}

.dconl09 {}

.dconli2 {
	width: 360px;
	height: 340px;
	background-color: #ffffff;
	box-shadow: 0px 2px 15px rgba(206, 215, 232, 0.64);
	border-radius: 6px;
	margin-right: 60px;
}

.dconli2 a {
	display: block;
	width: 140px;
	height: 40px;
	background: #3D95FB;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	margin: auto;
	border-radius: 8px;
}

.dconli2 a:hover {
	background: #50A1FF;
}

.dconli2 a span {
	position: relative;
	padding-right: 15px;
	height: 16px;
	cursor: pointer;
}

.dconli2 a span::after {
	content: '';
	position: absolute;
	top: 2px;
	right: 0px;
	width: 12px;
	height: 12px;
	background: url(../imgnews/jiantou.png) no-repeat;
	background-size: 12px 12px;
}


.new_menus {
	position: absolute;
	top: 273px;
	width: 100%;
	left: 0;
	margin-left: 0;
	text-align: center;
	display: none;
}

.new_menus ul {
	box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	width: 140px;
	margin: 0px auto;
	background-color: #ffffff;
	padding:6px 0px;
}

.new_menus li {
	margin: 0 15px !important;
	/* display: block!important; */
	text-align: left;
	text-indent: 4px;
	float: none;
	line-height: 28px;
	border-bottom: 1px solid #ECECEC;
}

.new_menus li a {
	background: #fff;
	color: #333;
	line-height: 42px;
	height: 42px;
	text-align: left;
	width: auto;
}

.menus li:last-of-type {
	border-bottom: 0;
}

.new_menus li a:hover {
	background: #fff;
	color: #50A1FF;
}


.dconr {
	text-align: center;
}

.dconr img {
	width: 148px;
	margin: 40px 0px 8px 0px;
}

.dconr span {
	display: block;
}


/*问题反馈*/
.tishi {
	margin: 12px auto;
	background-color: #c2e1fb;
	border: dashed 2px #ccc;
	color: #3b3b3b;
	border-radius: 10px;
	line-height: 150%;
}

/*---介绍说明 ----*/
.usemain {
	width: 1200px;
	margin: 20px auto;
	border: 1px solid #eee;
	background-color: #FFF;
	position: relative;
}

.usenav {
	width: 250px;
	float: left;
	padding-bottom: 35px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.usenav dt {
	height: 52px;
	line-height: 52px;
	padding-left: 35px;
	font-size: 15px;
	text-align: left;
	border: 1px solid #e5e5e5;
	color: #333;
	border-width: 1px 0px;
	margin-top: -1px;
	background: url(../imgs/sub.png) no-repeat 90% 22px;
}

.usenav dt.current {
	background-position: 90% -12px;
	border-bottom: 0px;
	background-color: #fcfcfc;
}

.usenav dt:hover {
	background-position: 90% -46px;
	color: #0182EF;
}

.usenav dt.current:hover {
	background-position: 90% -80px;
}

.usenav dd {
	padding: 10px 10px 10px 35px;
	display: none;
	background-color: #fcfcfc;
}

.usenav dd span {
	display: block;
}

.usenav dd span a {
	color: #666;
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	background: url(../imgs/circle1.png) no-repeat 0px center;
	background-size: 5px 5px;
	padding-left: 15px;
}

.usenav dd span a:hover,
.usenav dd span a.current {
	color: #0182EF;
}

.usenav dd span a.current {
	color: #0182EF;
	background-image: url(../imgs/circle2.png);
}

.rigframebox {
	float: right;
	width: 950px;
	height: 710px;
	border-left: 1px solid #e5e5e5;
	background: #fff;
}

.rigframebox iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	overflow-y: auto;

	/*frameborder="0" marginheight="0" marginwidth="0" scrolling="no" allowtransparency="ture"*/
}

.downwrod {
	position: absolute;
	right: 0px;
	top: 15px;
	width: 120px;
	background: url(../imgs/word.png) no-repeat 30px center;
	padding-left: 55px;
}

.downwrod a {
	color: #666;
	line-height: 20px;
}

.downwrod a:hover {
	color: #0182EF;
}


/*---返回顶部 ----*/
.fanhuibox {
	width: 1200px;
	margin: 0px auto;
	position: fixed;
	bottom: 60px;
}

a.fanhui {
	display: block;
	position: absolute;
	right: -26px;
	text-align: center;
	top: -160px;
	z-index: 90;
	height: 62px;
	padding-top: 18px;
	width: 24px;
	line-height: 14px;
	font-size: 12px;
	color: #999;
	background: #ddd url(../imgs/returntop.png) no-repeat center 6px;
}

a.fanhui:hover {
	background-color: #bfddf8;
	color: #0182EF;
}

a.ablue {
	color: #0182EF;
	text-decoration: underline;
}

/*--- 合作伙伴图片轮播 ----*/
.hezuobox {
	position: relative;
	height: 486px;
	background: url(../imgnews/sanjiao03.png) no-repeat center;
	background-size: 100% 100%;
}

.friendbox {
	height: 140px;
}

.friend {
	width: 1146px;
	background-color: #fff;
	margin: 0px auto;
	height: 140px;
	border: #efefef solid 1px;
	box-shadow: 0 6px 26px #EBEDEF;
	border-radius: 2px;
	position: relative;
}

.friendimgbox {
	width: 1046px;
	padding: 0px 50px;
	height: 145px;
	overflow: hidden;
	position: relative;
}

/*--- 内容 ----*/
.last-box {
	width: 100%;
	height: 1400px;
	background: url(../imgnews/sanjiao04.png) no-repeat center;
	background-size: 100% 100%;
}

.maincontentbox {
	padding-bottom: 100px;
}

.contentline {
	margin: 0px auto;
	width: 1092px;
	overflow: hidden;
}

.contentleft img {
	width: 350px;
	height: 240px;
	padding-left: 100px;
}

.contentright {
	width: 511px;
	padding-top: 25px;
}

.contentright span {
	width: 100%;
	font-size: 36px;
	color: #1C7FEE;
	text-align: left;
	padding-bottom: 5px;
	display: inline-block;
}

.contentright em {
	width: 100%;
	padding-top: 14px;
	font-size: 18px;
	line-height: 30px;
	color: #1F2024;
	display: inline-block;
	text-align: justify
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.difcolor {
	color: #fb5a0b;
	font-weight: normal;
}

.piccon {
	width: 500px;
	text-align: center;
	padding-top: 15px;
}

.textcon {
	width: 400px;
	padding: 50px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-indent: 24px;
}






.codedownbox {
	width: 100%；height: 254px;
	background-color: #3C95FC;
}

.codedown {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.codedown li {
	float: left;
	display: block;
	margin: 54px 160px 0 0;
}

.codedown li p {
	color: #fff;
	font-size: 14px;
	text-align: left;
	line-height: 14px;
	margin-bottom: 28px;
}

.codedown li p a {
	color: #fff;
	font-size: 14px;
	text-align: left;
	line-height: 14px;
	margin-bottom: 32px;
}

.lianxi p a:hover {
	color: #B1D5FE;
}

.codedown li img {
	width: 100px;
	display: block;
	padding-bottom: 50px;
	margin: auto;
}

/*------ 滚动图片样式 --------*/
span.picscrollftyj,
span.picscrollrigyj {
	position: absolute;
	top: 54px;
	width: 36px;
	height: 36px;
	background: url(../imgnews/friend_srcollbtn.png) no-repeat 0px 0px;
	cursor: pointer;
}

span.picscrollftyj {
	left: 20px;
}

span.picscrollftyj:hover {
	background-position: 0px -49px;
}

span.picscrollrigyj {
	right: 20px;
	background-position: -66px 0px;
}

span.picscrollrigyj:hover {
	background-position: -66px -49px;
}

.es-carousel {
	overflow: hidden;
	width: 990px;
	height: 185px;
	margin: 0px auto;
}

.es-carousel ul {}

.es-carousel ul li {
	height: 100%;
	float: left;
	display: block;
	width: 120px;
	padding: 0 10px;
	height: 140px;
	line-height: 140px;
	text-align: center;
}

.es-carousel ul li img {
	padding: 3px;
	max-width: 110px;
	max-width: 110px;
	max-height: 140px;
	vertical-align: middle;
	max-height: 100px;
}



/*    新加的， */
.ucon dl dt span img {
	width: 24px;
	height: 25px;
	margin-top: -3px;
}