body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }   
body { background:#ffffff; color:#333; font-size:14px; font-family: "Source Han Sans CN", "微软雅黑",'Arial Regular', Verdana, Helvetica, sans-serif; }   
td,th,caption { font-size:14px;}
a { color:#333; text-decoration:none; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s;}   
a:hover { text-decoration:none; transition: .3s all;-webkit-transition: .3s all;-moz-transition: .3s all;-o-transition: .3s all;}   
img { border:none; }   
ol,ul,li { list-style:none; }   
input, textarea, select, button { font:14px "Source Han Sans CN", "微软雅黑", 'Arial Regular', Verdana,Helvetica,Arial,sans-serif; }   
table { border-collapse:collapse; }   
html {overflow-y: scroll;}   

a,button{cursor:pointer;}
input,textarea,button{outline: none;}
textarea{resize:none;}

.clearfix:after{clear:both;content:""; display:block; visibility:hidden; height:0;overflow: hidden;}	
.fl{float: left;}
.fr{float: right;}
.show{display:block !important;}
.hide{display: none !important;}

.toast {
	position: fixed;
	bottom: 5%;
	left: 50%;
	z-index: 9;
	width: auto;
	white-space: nowrap;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	display: none;
}

.container{
	/* width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative; */
}
.aftersales{
	width:100%;
	height:auto;
	overflow:hidden;
}
/*底部 go*/
.ind_foo{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#1D2036;
}
.ind_foo_t{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
    justify-content: center;
    margin-top: 54px;
}
.ind_foo_t_li{
	height:auto;
	overflow:hidden;
	margin:0 57px;
}
.ind_foo_t_li_t{
	font-size: 18px;
	font-weight: 400;
	color: #9299AF;
	overflow:hidden;
	position:relative;
	padding-bottom: 22px;
}
.ind_foo_t_li_t p{
	position: absolute;
    width:70px;
    height: 1px;
    background: #5B5E64;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.ind_foo_t_li_t p span{
    display: block;
    width: 20px;
    overflow: hidden;
    background: #1869FF;
    height: 1px;
}
.ind_foo_t_li_b{
	width:100%;
	height:auto;
	overflow:hidden;
}
.ind_foo_t_li_b a{
	display:block;
	font-size: 14px;
	color: #9299AF;
	margin-top: 20px;
	line-height: 1;
}
.ind_foo_t_li_b a:hover{
	color:#fff;
}
.ind_foo_t_li_b p{
	font-size: 14px;
	font-weight: 400;
	color: #8F9CC6;
	margin-top: 20px;
	line-height: 1;
}
.ind_foo_t_li_b p span{
	font-size: 12px;
}
.ind_foo_t_li_c{
	margin-top: 20px;
	display: flex;
    align-items: center
}
.ind_foo_t_li_c a{
	margin-right: 28px;
	
}
.ind_foo_t_li_c a img{
	transition:0.3s;
}
.ind_foo_t_li_c a img:hover{
	transition:0.3s;
	opacity:.8;
	/*transform:scale(1.1);*/
	
}
.ind_foo_c{
	max-width:1147px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top: 45px;
}
.ind_foo_c_l{
	float:left;
	font-size: 14px;
	color: #9299AF;
}
.ind_foo_c_r{
	width:calc(100% - 75px);
	height:auto;
	overflow:hidden;
	float:right;
}
.ind_foo_c_r a{
	font-size: 14px;
	color: #9299AF;
	float:left;
	margin-right:50px;
}
.ind_foo_c_r a:hover{
	color:#fff;
}
.ind_foo_d{
	width: 100%;
	height:auto;
	overflow:hidden;
	display:flex;
    align-items: center;
    justify-content: center;
    margin: 48px 0 12px 0;
}
.ind_foo_d p{
	font-size: 14px;
	color: #9299AF;
	margin: 0 12px;

}
.ind_foo_d p a{
	color: #9299AF;
}
.ind_foo_d p a:hover{
	color:#fff;
}
.ind_foo_d img{
	margin-right:5px;
}
/*底部 end*/
.aftersales{
	width: 100%;
	height:auto;
	overflow:hidden;
	/*background:url(../../img/imggaiban/icon5.png);*/
	/*background-size:cover;*/
	background: #CFE3FF;
	position: relative;
}
.aftersales_t{
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 70px 0;
}
.aftersales_t p{
	font-size: 50px;
	color: #121315;
	line-height: 1;
	font-weight: bold;
}
.aftersales_t div{
	width: 100%;
	height:auto;
	overflow:hidden;
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 63px;
}
.aftersales_t div a{
	display:block;
	width: 210px;
	height: 60px;
	font-size: 20px;
	font-weight: 400;
	border:1px solid #195EFE;
	text-align:center;
	line-height:60px;
	border-radius:4px;
	font-size: 20px;
	margin:0 21px;
	transition:0.3s;
}
.aftersales_t div a:hover{
	transform: translateX(5px);
	transition:0.3s;
}
.aftersales_t div a:nth-child(1){
	color:#FFFFFF;
	background: #1869FF;
}
.aftersales_t div a:nth-child(2){
	color:#1869FF;
	border: 1px solid #1869FF;
}
.aftersales_t .aftersales_t_l{
    width: 1160px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.aftersales_t .aftersales_t_l img{
    width: calc(100% / 6 - 17px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.aftersales_t .aftersales_t_l img:nth-child(6n){margin-right: 0;}
.aftersales_b{
	width:100%;
	height:88px;
	overflow:hidden;
	display:flex;
	align-items: center;
    justify-content: center;
    background: #C3DBFE;
}
.aftersales_b img{
	width:46px;
	margin-right: 10px;
}
.aftersales_b a{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin: 0 25px;
}
.aftersales_b a:hover{
	color: #333333;
	cursor:auto;
}
.aftersales_bg{
    position: absolute;
}
.aftersales_bg_t{
    right: 0;
    top: 0;
    width: 316px;
}
.aftersales_bg_b{
    left: 0;
    bottom: 0;
    width: 515px;
}
.news{
	width: 100%;
	height:auto;
	overflow:hidden;
	padding: 75px 0 100px 0;
	line-height: 1;
	background: #fff;
}
.gg_title{
	width: 100%;
	height:auto;
	overflow:hidden;
}
.gg_title h3{
	font-size: 34px;
	color: #333333;
	text-align:center;
}
.gg_title p{
	font-size: 18px;
	color: #9299AF;
	margin-top: 23px;
	text-align:center;
}
.news_con{
	width:1160px;
	height:auto;
	overflow:hidden;
	margin:84px auto 73px auto;
}
.news_con_l{
	float:left;
	height:auto;
	overflow:hidden;
	width:392px;
}
.news_con_l a{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.news_con_l_a{
	width: 100%;
	height:276px;
	overflow:hidden;
}
.news_con_l_a img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.news_con_l a p{
	font-size: 20px;
	color: #333333;
	margin-top:17px;
	font-weight: bold;

}
.news_con_l a span{
	font-size:14px;
	color: #BEC3D4;
	display:block;
	margin-top:17px;
	line-height: 22px;
}
.news_con_r{
	width:722px;
	height:auto;
	overflow:hidden;
	float: right;
}
.news_con_r a{
	display:block;
	width:332px;
	height:80px;
	overflow:hidden;
	float:left;
	margin-top: 29px;
}
.news_con_r a:nth-child(1){
	margin-top: 0px;
}
.news_con_r a:nth-child(2){
	margin-top: 0px;
}
.news_con_r_l{
	float:left;
	height:auto;
	overflow:hidden;
}
.news_con_r_l p{
	font-size: 18px;
	color: #333333;
	text-align:right;
	font-weight:bold;
}
.news_con_r_l span{
	display:block;
	font-size: 14px;
	color: #666;
	text-align:right;
	margin-top:19px;
}
.news_con_r_r{
	width:calc(100% - 70px);
	height:auto;
	overflow:hidden;
	float:right;
}
.news_con_r_r p{
	color: #333333;
	font-size: 16px;
	line-height: 18px;
	transition:0.3s;
	font-weight:bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
}
.news_con_r a:hover .news_con_r_r p{
	transition:0.3s;
	color:#1869FF;
}
.news_con_r_r span{
	display:block;
	color: #9299AF;
	margin-top: 14px;
	line-height: 22px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
.news_con_r a:nth-child(even){
	float:right;
}
.news_f{
	width:100%;
	height:auto;
	overflow:hidden;
}
.news_f a{
	width: 144px;
	height: 40px;
	background: #1869FF;
	border-radius: 4px;
	text-align:center;
	line-height: 40px;
	color:#FFFFFF;
	display:flex;
	align-items: center;
    justify-content: center;
    margin:auto;
}
.news_f a img{
	width: 6px;
	margin-left: 9px;
}
.news_f a:hover{
	color:#fff;
	transform: translateX(5px);
}
.platform{
	width:100%;
	height:478px;
	overflow:hidden;
	background:url(../../img/imggaiban/icon13.png);
	background-size:cover;
	background-position:center;
	display:flex;
    align-items: center;
    flex-direction: column;
    line-height: 1;
}
.plat_t{
	font-size: 50px;
	color: #121315;
	margin-top: 107px;
}
.plat_b{
	width:100%;
	height:auto;
	-overflow:hidden;
	margin-top: 90px;
	display:flex;
    align-items: center;
    justify-content: center;
}
.plat_b_li{
	width: 182px;
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 1px rgba(153,171,235,0.3);
	border-radius: 4px;
	margin:0 22px;
	position:relative;
}
.plat_b_li_t{
	display:block;
	width: 100%;
	height: 100%;
	overflow:hidden;
	display:flex;
    align-items: center;
	font-size: 18px;
	color: #333333;
	font-weight: 400;
}
.plat_b_li_t img{
	width:38px;
	height:38px;
	margin: 0 16px;
}
.plat_b_li_b{
	width: 100%;
	height: 208px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 1px rgba(153,171,235,0.3);
	border-radius: 4px;
	position:absolute;
	top: 0;left: 0;
	display:none;
}
.plat_b_li_b>img{
	display:block;
	width:137px;
	height:137px;
	margin:15px auto 0 auto;
}
.plat_b_li_b div{
	width:100%;
	height:auto;
	overflow:hidden;
	color: #333333;
	font-size: 18px;
	margin-top: 7px;

}
.plat_b_li_b div img{
	width:38px;
	height:auto;
	margin: 0 16px;
}
.plat_b_li:hover .plat_b_li_b{
	display:block;
}

.appscen{
	width: 100%;
	height:auto;
	overflow:hidden;
	background:#fff;
	position: relative;
    margin-top: -120px;
    z-index: 1;
    padding-top: 120px;
}
.appscen_n{
	max-width:1560px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top: 80px;
	line-height: 1;
}
.appscen_b{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.appscen_b_jb_l{
	width: 355px;
	height: 595px;
	background: linear-gradient(270deg, rgba(255,255,255,0.66) 0%, rgba(255,255,255,0.99) 50%, #FFFFFF 100%);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position:absolute;
	left: 0;top: 0;
	z-index: 99;
	-display:none;
}
.appscen_b_jb_r{
	width: 381px;
	height: 595px;
	background: linear-gradient(90deg, rgba(255,255,255,0.66) 0%, rgba(255,255,255,0.99) 50%, #FFFFFF 100%);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position:absolute;
	right: 0;top: 0;
	z-index: 99;
	-display:none;
}
.appscen_b_n{
	/*width:100%;*/
	
	height:auto;
	overflow:hidden;
	padding-top:60px;
	padding-bottom: 149px;
	
}
.appscen_b_n_li{
	height:auto;
	-overflow:hidden;
	
}
.appscen_b_n_li_wai{
	animation: scrollToRight-data-v-6a32e916 110s linear infinite;
}
.appscen_b_n_li_wai_a{
	width:2550px;
	-width:2759px;
}
.appscen_b_n_li_wai_b{
	width:2730px;
}
.appscen_b_n_li_wai_c{
	width:2940px;
	width: 
}
.appscen_b_n_li{
	display:inline-block;
}
.appscen_b_n_img{
	  /*  width: 50%;
    height: 81px;
    display: inline-block;*/
}
/* .appscen_b_n_li_wai_a .appscen_b_n_li a:nth-child(1){
	margin-left:209px;
}
.appscen_b_n_li_wai_c .appscen_b_n_li a:nth-child(1){
	margin-left:209px;
} */
@-webkit-keyframes scrollToRight-data-v-6a32e916 {
  from {
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
  }
  to {
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
  }
  }
  @keyframes scrollToRight-data-v-6a32e916 {
  from {
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
  }
  to {
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
  }
  }
  @keyframes scrollToRight-data-v-6a32e916 {
  from {
      -webkit-transform: translate3d(-50%, 0, 0);
  }
  to {
      -webkit-transform: translate3d(0%, 0, 0);
  }
  }
.appscen_b_n a{
	display:block;
	width: 174px;
	height: 110px;
	background: #FFFFFF;
	box-shadow: -4px 4px 12px 1px rgba(0,0,0,0.16);
	border-radius: 4px;
	overflow:hidden;
	float:left;
	margin-left:20px;
	margin-top: 34px;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.appscen_b_n a img{
	display:block;
	width:48px;
	height:48px;
}
.appscen_b_n a p{
	font-size: 20px;
	color: #333333;
	text-align:center;
}
/* .appscen_b_n a:nth-child(1){
	margin-left: 209px;
}
.appscen_b_n a:nth-child(7){
	margin-left: 110px;
}
.appscen_b_n a:nth-child(14){
	margin-left:209px;
} */
/* .appscen_b_n_li_wai_a a:nth-child(1){
	margin-left: 209px;
} */
.cost_con{
	max-width:1200px;
	margin:auto;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 1px rgba(0,0,0,0.09);
	border-radius: 4px;
	overflow:hidden;
	position:relative;
	line-height: 1;
	z-index: 2;
	margin-top:35px;
}
.cost_con_t{
	font-size: 34px;
	margin-top: 35px;
	color: #333333;
	text-align:center;
}
.cost_con_b{
	width:100%;
	height:auto;
	overflow:hidden;
	margin: 30px 0 52px 0;
	padding: 0!important;
}
.cost_con_b_li{
	width:20%;
	height:auto;
	overflow:hidden;
	float:left;
}
.cost_con_b_li div{
	font-size: 24px;
	color: #333333;
	text-align:center;
}
.cost_con_b_li div span{
	font-size: 66px;
}
.cost_con_b_li div  img{
    width: 30px;
    height: 41px;
    position: relative;
    top: -13px;
    margin-left: 2px;
}
.cost_con_b_li p{
	font-size: 20px;
	color: #9299AF;
	text-align:center;
	margin-top: 9px;
}
.sy_top_ac{
	background:#fff;
	box-shadow: 0 0 10px #e6e6e6;
}

/* 注册账号 */
.registers_box{
    background:url(../../img/registers/bg.png);
	background-size:cover;
	background-position:center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 140px;
}
.regCard {
  width: 640px;
  margin: auto;
  border: 1px solid #eee;
  padding: 80px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.regCard h2 {
  text-align: center;
  margin-bottom: 30px;
}

.form-regCard {
  display: flex;
  justify-content: space-between;
}

.form-regCard .left-form {
  flex: 0 0 49%;
  padding-right: 80px;
}

.form-regCard .left-form h3{
    margin-bottom: 20px;
}

.form-regCard .right-contact {
    flex: 0 0 25%;
  border-left: 1px solid #eee;
  padding-left: 80px;
  margin-right: 20px;
}

.form-regCard .right-contact h3{
    margin-bottom: 10px;
}

.form-regCard .form-group {
  margin-bottom: 15px;
}

.form-regCard .form-group label {
  display: block;
  margin-bottom: 5px;
}

.form-regCard .form-group input {
  width: calc(100% - 16px);
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-regCard .agree-group {
  margin-bottom: 20px;
}

.form-regCard .agree-group input{
    width: 15px;
    margin-top: -7px;
}
.form-regCard .agree-group label{
    width: calc(100% - 20px);
    vertical-align: bottom;
}

.form-regCard .agree-group label a{
    color: #4285f4;
}

.form-regCard .submit-btn {
  width: 100%;
  padding: 10px;
  background-color: #4285f4;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form-regCard .contact-info p {
  margin-top: 10px;
}

.form-regCard .contact-info a {
  color: #4285f4;
  text-decoration: none;
}