
*{
	margin:0;
	padding:0;
	font-family: '微软雅黑';
}

body{
	min-width: 1150px;
	overflow-x: auto;
}

a{
	text-decoration: none;
}

ul,li{
	list-style: none;
	margin:0;
	padding:0;
}

/*默认内容最大宽度*/
.box{
	width: 1170px;
	margin:0 auto;
}


/*导航栏*/
.navHead{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	background: #1A1A1A;
	z-index: 100000;
}

.banner{
	position: relative;
	text-align: center;
	overflow: hidden;
}

.indBannerFont{
	width: 1000px;
	margin:0 auto;
	margin-top: 65px;
}

.indBannerFont_title{
	color: #FFFFFF;
	font-size: 64px;
	font-weight: bold;
}

.indBannerFont_content{
	padding-top: 35px;
}

.indBannerFont_content p{
	color: #FFFFFF;
	font-size: 32px;
	padding-bottom: 8px;
}

.indBannerFont_content p span{
	display: inline-block;
	background:rgba(255,255,255,0.7);
	padding:1px 6px;
	color: #267DF3;
	font-size: 56px;
	font-weight: bold;
}






.navBox{
	height: 70px;
}

.nav{
	margin:0 auto;
	overflow: hidden;
}

.logo_link{
	float: left;
}

.logo{
	display: flex;
	align-items: center;

}
.logo img{
	width: 54px;
	display: block;
	margin-top: 8px;
	float: left;
}
.logo p{
	font-size: 24px;
	color: #fff;
	padding-left: 14px;
}

.nav_ul{
	overflow: hidden;
	/*float: right;*/
}

.nav_ul li{
	float: left;
	margin-left: 123px;

	margin-top: 21px;
	text-align: center;
}

.nav_ul li a {
	display:block;
	cursor: pointer;
}

.nav_ul li a i{
	display:block;
	margin:0 auto;
	margin-top:10px;
	width: 40px;
	height: 2px;
	background: rgba(0,0,0,0);
}

.nav_ul li a span{
	display:block;
	color:#999999;
	font-size:18px;
	font-weight:bold;
}


.nav_ul .active span{
	color: #fff;
}

.nav_ul .active i{
	background: #fff;
}

.nav_ul li a:hover span{
	color:#267DF3;
}

.nav_ul li a:hover i{
	background:#267DF3;
}

.nav_ul .active:hover span{
	color:#fff;
}

.nav_ul .active:hover i{
	background:#fff;
}



/*社群App*/
.banner{
	background: url('https://sy4uat.oss-cn-shenzhen.aliyuncs.com/idx_n_pc_banner.jpg?v=20191213_2') no-repeat center center;
	background-size: auto 100%;
	height: 560px;

}

.indexBanner .indBannerFont{
	margin-top: 220px;
}


.indexBanner .indBannerFont_title{
	font-size: 48px;
}

.indBannerFont_content{
	padding-top: 42px;
}

.indexBanner .indBannerFont_content .indBannerFont_content p span{
	font-size: 42px;
}

.indexBanner .indBannerFont_content p span{
	padding: 0px 4px;
	font-size: 42px;
}





.sqProblem{
	padding-bottom: 45px;
}

.sqProblem h2{
	font-size: 56px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 52px;
	padding-bottom: 52px;
}

.sqProblem_partBox{
	padding-bottom: 30px;
	margin:0 auto;
	width: 1038px;
}

.sqProblem_part{
	overflow: hidden;
}

.sqProblem_part p{
	color: #333333;
	font-size: 48px;
	padding-bottom: 30px;
}

.sqProblem_part p span{
	color: #267DF3;
	font-size: 56px;
	font-weight: bold;
}

.sqProblem_partL{
	float: left;
}

.sqProblem_partR{
	float: right;
}

.sqProblem_pb{
	color: #333333;
	font-size: 48px;
	padding-bottom: 20px;
	text-align: center;
}

.sqProblem_pb span{
	color: #267DF3;
	font-size: 56px;
	font-weight: bold;
}

.sqEnergize{
	background:linear-gradient(180deg,rgba(74,74,74,1) 0%,rgba(36,36,36,1) 100%);
}

.sqEnergize_top{
	overflow: hidden;
	text-align: center;
	width: 828px;
	margin: 0 auto;
	padding-top: 48px;
	padding-bottom: 63px;
}

.sqEnergize_top span{
	color: #fff;
	font-size: 64px;
	font-weight: bold;
}

.sqEnergize_topL{
	float: left;
}

.sqEnergize_topM{
	display: inline-block;
	width: 60px;
	margin-top: 14px;
}

.sqEnergize_topR{
	float: right;
}

.sqEnergize_mid{
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 45px;
	width: 969px;
}

.sqEnergize_mid img{
	width: 262px;
}

.sqEnergize_mid .sqEnergize_midL{
	float: left;
}

.sqEnergize_mid .sqEnergize_midR{
	float: right;
}

.sqEnergize_bottom{
	text-align: center;
	font-size: 56px;
	font-weight: bold;
	padding-bottom: 59px;
	color: #fff;
}

.sq_msg_part{
	overflow: hidden;
	width: 1200px;
	margin:0 auto;
	position: relative;

}

.sq_msg_part_img{
	float: left;
}

.sq_msg_part_img img{
	width: 469px;
	display: block;
	margin-top: 75px;
}

.sq_msg_part_font{
	float: left;
	position: absolute;
	bottom: 140px;
	left:765px;
}

.sq_msg .sq_msg_partBox:nth-child(even) .sq_msg_part_font{
	left: unset;
	right: 670px;
}

.sq_msg_part_font>img{
	display: block;
	margin-bottom: 31px;
}

.sq_msg_part_font_contern h3{

	color: #267DF3;
	font-size: 56px;
	font-weight: bold;
	padding-bottom: 5px;
}

.sq_msg_part_font_contern h3 span{
	color: #101010;
	font-size: 32px;
	font-weight: normal;
	display: inline-block;
	padding:0 10px;
}

.sq_msg_part_font_contern h4{
	color: #101010;
	font-size: 32px;
	font-weight:normal;
	/*padding-top:5px;*/
}




.sq_msg .sq_msg_partBox:nth-child(even){
	background: #F5F5F5;
}

.sq_msg .sq_msg_partBox:nth-child(even) .sq_msg_part_img{
	float: right;
}

.sq_msg .sq_msg_partBox:nth-child(even) .sq_msg_part_font{
	float: right;
	text-align:right;
}

.sq_msg .sq_msg_partBox:nth-child(even) .sq_msg_part_font img{
	display:inline-block;


}

.cutCrad{
	width: 664px;
	margin:0 auto;
	overflow: hidden;
	padding-top: 77px;
	padding-bottom: 80px;
}

.cutCrad p{

	font-weight: bold;
	float: left;
	cursor: pointer;
}

.cutCrad p:nth-of-type(2){
	float: right;
}

.cutCrad p span{
	color: #999999;
	font-size: 32px;
	display:block;
}

.cutCrad p i{
	display:block;
	width:120px;
	height:4px;
	margin:0 auto;
	margin-top:17px;
	background:rgba(0,0,0,0);
}
.cutCrad .cutCrad_active span{
	color: #267DF3;
}

.cutCrad .cutCrad_active i{
	background:#267DF3;
}
.sqSwiper{
	background: #F5F5F5;
	padding-bottom: 80px;
}


.sqSwiperBox{
	width: 1107px;
	margin:0 auto;
}


.sqSwiperBox .swiper-slide{
	width: 533px;
	/*margin-left: 20px!important;
	margin-right: 20px!important;*/
}

.sqSwiperBox .swiper-slide:nth-child(1){
	margin-left: 0px!important;
}


.sqSwiperBox .swiper-slide img{
	display:block;
	width:533px;
}

.sqSwiperBox{
	/*padding-bottom:15px;*/
}
.sqSwiperBox .swiper-container-horizontal>.swiper-pagination-progressbar{
	top:auto;
	bottom:0;

}

.sqSwiperBox .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
	height:6px;
}

.sqSwiperBox_new{
	overflow: hidden;
}

.swiper_left{
	left:-67px;
    position: absolute;
    top: 0;
    width: 60px;
    height: 320px;
    z-index: 100;
    cursor: pointer;
    background: rgba(204,204,204,0.5) url('https://sy4uat.oss-cn-shenzhen.aliyuncs.com/idx_n_pc_swiper_left.png?v=20191209_1') no-repeat center center;
    background-size: 32px 32px;

}

.swiper_right{
	right: -67px;
    position: absolute;
    top: 0;
    width: 60px;
    height: 320px;
    z-index: 100;
    cursor: pointer;
    background: rgba(204,204,204,0.5) url('https://sy4uat.oss-cn-shenzhen.aliyuncs.com/idx_n_pc_swiper_right.png?v=20191209_1') no-repeat center center;
    background-size: 32px 32px;
}

.sqSwiperBox .swiper-container{
	/*padding:0 67px;*/
	box-sizing:border-box;
	padding-bottom: 15px;
}

.sqSwiperBox{
	position: relative;
}


.sqSwiperBoxWrap .sqSwiperBox{
	display:none;
}

.sqSwiperBoxWrap .sqSwiperBox:nth-of-type(1){
	display:block;
}

.videoWrap{
	padding-top: 100px;
}

.videoWrap .box{
	overflow: hidden;
	padding-bottom: 100px;
	border-bottom: 1px solid #CCCCCC;
}

.videoBox{
	float: left;
	width: 800px;
	height: 470px;
	padding:20px;
	background: rgb(202, 197, 212);
	border-radius: 20px;
	box-sizing: border-box;
}

.sqDownload{
	float: left;
	width: 345px;
	margin-left: 80px;
}

.sqDownload .sqLogo{
	display: block;
	margin:0 auto;
	margin-top: 27px;
	width: 189px;
}

.sqDownload .sqerCode{
	display: block;
	margin:0 auto;
	margin-top:27px;
	width: 204px;
}

.sqDownloadBtn{
	overflow: hidden;
	margin-top: 13px;
}

.sqDownloadBtn .sqDownloadBtn_android{
	float: left;
	width: 158px;
	height: 56px;
	background: url(https://sy4uat.oss-cn-shenzhen.aliyuncs.com/idx_n_mob_button_android.png?v=20191214_3) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.sqDownloadBtn .sqDownloadBtn_ios{
	float: right;
	width: 158px;
	height: 56px;
	background: url(https://sy4uat.oss-cn-shenzhen.aliyuncs.com/idx_n_mob_button_iso.png?v=20191214_3) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;

}

.filing{
	height: 82px;
	line-height: 82px;
	text-align: center;
}

.filing a{
	color: #999;
	font-size: 16px;
}




/*D开门app*/

.banner_dOpen{
	background: url(https://sy4uat.oss-cn-shenzhen.aliyuncs.com/idx_n_pc_d_open_banner_4.jpg?v=20191213_1) no-repeat center center;
	background-size: auto 102%;
	height: 560px;
	overflow: hidden;
	text-align: center;

}

.banner_dOpen .indBannerFont_content{
	padding-top: 43px;
}

.dOpen_map .dOpen_map_banner{
	display: block;
	width: 1097px;
	margin:0 auto;
	margin-top: 80px;
	margin-bottom: 57px;

}

.dOpen_mapCompany_logo{
	text-align: center;
	padding-bottom: 32px;
}

.dOpen_mapCompany_logo img{
	margin-left: 22px;
	display: inline-block;
}

.dOpen_mapCompany_logo img:nth-of-type(1){
	margin-left: 0;
}

.dOpen_map_site{
	font-size: 24px;
	color: #333;
	line-height: 42px;
	text-align: center;
	padding-bottom: 100px;
}

.dOpen_map_site span{
	display: inline-block;
	padding-left: 5px;
}

.dOpen_Msg{
	background: #F5F5F5;
}

.dOpen_MsgBox{
	width: 922px;
	margin:0 auto;
	overflow: hidden;
	padding-top: 101px;
}

.dOpen_MsgBoxImg{
	float: left;
	width: 441px;
}

.dOpen_MsgBoxR{
	float: right;
	padding-top: 178px;
}

.dOpen_MsgBoxR_part{
	overflow: hidden;
	margin-bottom: 69px;
	display: flex;
	align-items: center;
}

.dOpen_MsgBoxR_part img{
	width: 62px;
	float: left;
	margin-right: 20px;
}

.dOpen_MsgBoxR_part span{
	color: #267DF3;
	font-size: 56px;
	font-weight: bold;
}


.dOpen_presentBox{
	width: 1000px;
	margin:0 auto;
	padding-top: 80px;
	padding-bottom: 60px;
}

.dOpen_presentBox .dOpen_presentBox_main{
	display: block;
	margin:0 auto;
	width: 600px;
	margin-bottom: 79px;
}

.dOpen_presentBox_img{
	overflow: hidden;
}

.dOpen_presentBox_imgL{
	float: left;
	overflow: hidden;
}

.dOpen_presentBox_imgL img{
	float: left;
	margin-right: 30px;
}

.dOpen_presentBox_imgL img:nth-last-child(1){
	margin-right: 0;
}

.dOpen_presentBox_imgR{
	float: right;
	overflow: hidden;
}

.dOpen_presentBox_imgR img{
	float: left;
	margin-left: 30px;
}

.dOpen_presentBox_imgR img:nth-of-type(1){
	margin-left: 0;
}



.dOpen_presentBox_img_font{
	overflow:hidden;
}

.dOpen_presentBox_img_font_part{
	width:440px;
}

.dOpen_presentBox_img_font_partL{
	float:left;
}

.dOpen_presentBox_img_font_partR{
	float:right;
}

.dOpen_presentBox_img_font_part h4{
	color: #333333;
	font-size: 33px;
	text-align: center;
	font-weight: normal;

	padding-top: 60px;
}

.dOpen_presentBox_img_font_part h3{
	color: #267DF3;
	font-size: 56px;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}

.dOpen_download{
	padding-top:80px;
	background:#F5F5F5;
}

.dOpen_download .box{
	border-bottom:1px solid #CCCCCC;
}

.dOpen_downloadBox{
	width: 898px;
	margin:0 auto;
	overflow: hidden;
	padding-bottom:80px;

}

.dOpen_download_video{
	float:left;
	border-radius:20px;
	background:rgba(202,197,212,1);
	padding:20px;
	padding-bottom: 4px;
}

.dOpen_video{
	width:400px;
}

.dOpen_downloadBoxR{
	float:right;
	padding-top:110px;
}
.dOpen_downloadBoxR .dOpen_downloadBoxRLogo{
	display: block;
	margin:0 auto;
	margin-top: 50px;
	width: 189px;
	font-size: 50px;
}

.dOpen_downloadBoxR .dOpen_downloadBoxRerCode{
	display: block;
	margin: 0 auto;
	margin-top: 26px;
	width: 191px;
}

.dOpen_downloadBoxRBtn{
	overflow: hidden;
	margin-top: 34px;
	width:360px;
}

.dOpen_downloadBoxRBtn .dOpen_downloadBoxR_as{
	float: left;
	width: 158px;
	height: 56px;
	background: url(https://sy4uat.oss-cn-shenzhen.aliyuncs.com/idx_n_pc_button_ios.png?v=20191209_1) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.dOpen_downloadBoxRBtn .dOpen_downloadBoxR_an{
	float: right;
	width: 158px;
	height: 56px;
	background: url(https://sy4uat.oss-cn-shenzhen.aliyuncs.com/idx_n_pc_button_android.png?v=20191209_1) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}


/*公司简介*/

.banner_profile{
	background: url(https://sy4uat.oss-cn-shenzhen.aliyuncs.com/idx_n_pc_pic_banner.jpg?v=20191209_1) no-repeat center center;
	background-size: auto 100%;
	height: 560px;
}

.profile{
	margin-top: -440px;
}

.profile .box{
	padding-top: 25px;
	padding-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #fff;
}
.profile h1{
	color: #333333;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 17px;
}

.profile .profile_line{
	width: 60px;
	height: 2px;
	background: #267DF3;
	margin:0 auto;
	margin-bottom: 15px;
}

.profile_content{
	width: 1000px;
	margin:0 auto;
}

.profile_content p{
	color: #333333;
	font-size: 24px;
	line-height: 35px;
	padding-bottom: 15px;
	text-indent:2em;
}


.profile_logo{
	text-align: center;
	padding-bottom: 20px;
	width: 1000px;
	margin:0 auto;
}

.profile_logo img{
	margin-left: 40px;
	display: inline-block;
	width: 120px;
	box-sizing: border-box;
}

.profile_logo img:nth-of-type(1){
	margin-left: 0;
}


/*联系我们*/

.connectUs h1{
	padding-bottom: 23px;
}

.connectUs_main{
	width: 1000px;
	margin:0 auto;
	overflow: hidden;
}

.connectUs_mainL p{
	color: #333333;
	font-size: 24px;
	padding-bottom: 40px;
}

.connectUs .box{
	border:none;
}

.connectUs_mainL{
	float: left;
	padding-top: 30px;

}

.connectUs_mainR{
	float: right;
	width: 623px;

}

.connectUs_mainR img{
	width: 100%;
	cursor: pointer;
}


/*首页改*/

.navHead  .box{
	width: 1000px;
}
.indexBox .box{
	width: 1150px;
}

.indexBox .sqDownload{
	margin-left: 50px;
}
.indexBox .videoBox{
	padding:15px;
	width: 750px;
	height: auto;
	padding-bottom: 11px;
}

.sq_msg .sq_msg_partBox:nth-child(odd) .sq_msg_part_img{
	margin-left: 165px;
}

.sq_msg .sq_msg_partBox:nth-child(even) .sq_msg_part_img{
	margin-right: 37px;
}

.sq_msg{
	overflow: hidden;
}
