@charset "UTF-8";
html {
    box-sizing: border-box; }

*,
*::before,
*::after {
    box-sizing: inherit; }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%; }

body {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    margin: 0; }
a {
    text-decoration: none;
}
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote,
 pre, a, abbr, acronym, address, big, 
 cite, code, del, dfn, em, img, ins, 
 kbd, q, s, samp, small, strike, strong, 
 sub, sup, tt, var, b, u, i, center, 
 dl, dt, dd, ol, ul, li, fieldset, form, 
 label, legend, table, caption, tbody, tfoot, 
 thead, tr, th, td, article, aside, canvas, 
 details, embed, figure, figcaption, footer, 
 header, hgroup, menu, nav, output, ruby, 
 section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
    /*font-size: 14px;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", Arial, Helvetica, STHeiti, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
select {
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}
button {
  cursor: pointer;
}
.text-center {
	text-align: center!important;
}
.text-left {
	text-align: left!important;
}
.text-right {
	text-align: right!important;
}
.BLOCK {
	width:1000px;
	margin: 0 auto; 
}
.color-blue {
	color: rgb(53,164,255);
}
.index-TITLE {
	color: rgb(153,153,153);
    font-size: 31px;
    line-height: 31px;
    font-weight: 400;
    text-align: center;
}
.web-TITLE {
	color: rgb(51,51,51);
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
}
.sub-title {
	font-size: 20px;
	color:rgb(85,85,85);
}
.block-cells {
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.block-cell {
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
#top {
	width: 100%;
	height: 640px;
}
#top.index {
	background: url(../images/index_bc.png) no-repeat 0 0;
	background-size: 100% 100%;
}
#top.aboutUs {
	background: url(../images/aboutCompany_bc.png) no-repeat center center;
	background-size: cover;
}
#top.company {
	background: url(../images/company_bc.png) no-repeat 0 0;
	background-size: 100% 100%;
}
#top.systemGroup {
	background: url(../images/systemGroup_bc.png) no-repeat 0 0;
	background-size: 100% 100%;
}
#top.systemPerson {
	background: url(../images/systemPerson_bc.png) no-repeat 0 0;
	background-size: 100% 100%;
}
#top.address {
	background: url(../images/contactUs_bc.png) no-repeat center center;
	background-size: cover;
}
.topMenu {
	padding-top:25px;
	min-height: 150px;
}
.topMenu .logo {
	height:33px;
	float: left;
}
.topMenu .logo img {
	height: 100%;
	vertical-align: bottom;
}
.topMenu .menuList {
	float:left;
}
.topMenu .menuList .menu {
	/*padding-bottom: 9px;*/
	margin-left: 50px;
	line-height:33px;
	display: inline-block;
	color:rgba(255,255,255,0.85);
	cursor: pointer;
	position: relative;
}
.topMenu .menuList .menu.active {
	color: rgba(255,255,255,1);
	border-bottom: 2px solid #fff;
}
.topMenu .menuList a:hover {
	color: rgba(255,255,255,1);
	border-bottom: 2px solid #fff;
}
.topMenu .sub-have {
	display: inline-block;
	position: relative;
}
.topMenu .sub-have .sub-menu {
	/*width: 140px;
	padding:7px 0;
	display: none;
	position: absolute;
	background-color: #fff;
	top:100%;
	left:-35px;
	padding-top:11px;*/
	display: none;
}
.topMenu .sub-have .sub-menu a {
	background-color: #fff;
}
.topMenu .sub-have .sub-menu a:first-child {
	padding-top:11px;
}
.topMenu .sub-have .sub-menu a:last-child {
	padding-bottom:11px;
}
.topMenu .sub-have:hover .sub-menu {
	display: block;
	width: 200px;
	padding:7px 0;
	position: absolute;
	top:100%;
	left:-10px;
	padding-top:11px;
}
.topMenu .sub-menu:hover {
	display: block;
}
.topMenu .sub-have:hover .sub-menu a {
	display: block;
}
.topMenu .sub-menu a {
	display: block;
	color: #aaa;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}
.topMenu .sub-menu a:hover {
	color:#555;
	border-bottom: 0px solid #fff;
}
/*.topMenu ul li {
	float:left;
	position:relative;
}
.topMenu ul li ul {
	display: none;
}
.topMenu ul li:hover ul {
	display:block;
	position:absolute;
	top:31px;
	left:0;
	width:105px;
}
.topMenu li:hover ul li a {
display:block;
background:#FF9933;
color:#000;}*/

.topMenu .joinMore {
	height:33px;
	padding:2px 0;
	float:right;
}
.topMenu .joinMore img {
	height: 100%;
	margin-left: 37px;
	vertical-align: bottom;
}




.topInformation {
	height: 490px;
	position: relative;
}
.topInformation .downLoad{
	width: 484px;
	position: absolute;
	left:0;
	bottom: 90px;
}
.topInformation .downLoad .title {
	font-size: 34px;
	color:#fff;
	height: 64px;
	line-height: 64px;
	margin-bottom: 60px;
}
.topInformation .downLoad .title span {
	display: inline-block;
	font-size: 64px;
	margin-right: 45px;
	height: 64px;
	line-height: 64px;
}
.topInformation .download-part {
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.topInformation .download-part .part-list{
	/*-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;*/
    width: 325px;
    float: left
}
.topInformation .download-part .part-list .load-button{
	display: block;
	width: 240px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	border:1px solid #fff;
	border-radius: 35px;
	font-size: 18px;
}
.topInformation .download-part .part-list .load-button.ios {
	margin-bottom: 38px;
}
.topInformation .download-part .part-list .load-button img {
	height: 36px;
	vertical-align: middle;
	margin-right: 12px;
	margin-bottom: 5px;
}
.topInformation .download-part .part-list .load-button:hover {
	background-color: rgb(15,93,156);
	border:1px solid rgb(15,93,156);
}
.topInformation .download-part .part-code{
	width:150px;
	float:right;
	font-size:14px;
	color: #f1f1f1;
	text-align: center;
}
.topInformation .download-part .part-code img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 17px;
}
.topInformation .image{
	position: absolute;
	right:0;
	bottom: 0px;
}
.topInformation .image img {
	vertical-align: bottom;
}

.index-offer {
	padding-top: 69px;
}
.main_visual{
	height:300px;position:relative;
	margin-top:78px;
	margin-bottom: 150px;
}
.main_image{height:100%;overflow:hidden;position:relative;}
.main_image ul{width:9999px;height:100%;overflow:hidden;position:absolute;top:0;left:0}
.main_image .part-line {
	height: 4px;
	width: 50px;
	margin: 31px 0 26px;
	background-color:rgb(85,85,85);
}
.main_image li{
	float:left;
	width:100%;
	height:100%;
    /*position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;*/
    color: rgb(109,109,109);
    font-size: 14px;
}
.main_image li .images {
	float:left;
	width: 490px;
	height: 100%;
}
.main_image li .intro {
	width: 500px;
	float:left;
	padding-left: 100px;
	/*-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;*/
}
/*.main_image li a{display:block;width:100%;height:100%}*/
.main_image li img{width:100%;height: 100%;vertical-align: bottom;}
.main_image .intro .detail { 
	margin-bottom: 42px;
}
.body-Button {
	display: inline-block;
	min-width: 105px;
	padding: 0 24px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	border:1px solid rgb(53,164,255);
	color: rgb(53,164,255);
	margin-right: 35px;
}
.body-Button:hover {
	color: #fff;
	background-color: rgb(53,164,255);
}
div.flicking_con{
	position:absolute;bottom:-90px;
	/*left:50%;*/
	z-index:999;
	width: 100%;
	text-align: center;
	height:21px;
	/*margin:0 0 0 -50px;*/
}
div.flicking_con .center {
	height:21px;
	text-align: center;
	display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
div.flicking_con a{
	float:left;width:21px;height:21px;margin:0;padding:0;background:url('../images/btn_main_img.png') 0 0 no-repeat;display:block;text-indent:-1000px}
div.flicking_con a.on{background-position:0 -21px}
#btn_prev,#btn_next{z-index:11111;position:absolute;display:block;width:73px!important;height:74px!important;top:50%;margin-top:-37px;display:none;}
#btn_prev{background:url(../images/hover_left.png) no-repeat left top;left:100px;}
#btn_next{background:url(../images/hover_right.png) no-repeat right top;right:100px;}



.index-choose {
	width: 100%;
	padding-top: 69px;
	padding-bottom: 20px;
	background-color: rgb(250,250,250);
	overflow: hidden;
}
.index-choose ul {
	margin-top:90px;
}
.index-choose li {
	float: left;
	width: 25%;
	height:67px;
	text-align: center;
	margin-bottom: 100px;
}
.index-choose li img {
	vertical-align: middle;
	max-height: 67px;
}

.index-mation {
	height: 447px;
	padding-top: 90px;
	text-align: center;
	-webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    overflow: hidden;
}
.index-mation .block-cell {
	padding:0 30px;
	float:left;
	width: 33.3%;
}
.index-mation .images {
	margin-bottom: 25px;
}
.index-mation .images img {
	height: 60px;
}
.index-mation .title {
	font-size: 19px;
	line-height: 19px;
	color:#333;
	margin-bottom: 19px;
}
.index-mation .intro {
	font-size: 14px;
	line-height: 14px;
	color:#555;
	margin-bottom: 13px;
}
.index-mation .detail {
	font-size: 16px;
	line-height: 25px;
	color:#999;
}



.groupIntro {
	padding-top: 50px;
	padding-bottom: 70px;
	text-align: center;
}
.groupIntro .intro {
	font-size: 17px;
	line-height: 37px;
	padding-top: 32px;
	color: #666;
}
.groupIntro .button {
	padding-top: 30px;
}
.gray-bc {
	background-color: rgb(250,250,250);
}
.system-list {
	padding: 100px;
	overflow: hidden;
}
.system-list .block-cell {
	width:390px;
	float:left;
	text-align: left;
	padding:0 40px;
}
.system-list .title {
	padding-top: 15px;
    padding-bottom: 32px;
	text-align: left;
}
.system-list .title img {
	height: 32px;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-right: 7px;
}
.system-list .intro {
	font-size: 17px;
    line-height: 37px;
    color: #888;
}
.system-list .images {
	width: 410px;
	float:left;
	height: 300px;
}
.system-list .images img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

.system-list-pson {
	padding: 100px 100px 0;
	overflow: hidden;
}
.system-list-pson .title {
	padding-top: 15px;
    padding-bottom: 32px;
	color: rgb(53,164,255);
	text-align: left;
}
.system-list-pson .title img {
	height: 32px;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-right: 7px;
}
.system-list-pson .intro {
	font-size: 17px;
    line-height: 37px;
    color: #888;
}

.system-list-pson .block-cell {
	width:545px;
	float: left;
	text-align: left;
	padding:0 40px;
}
.system-list-pson .images {
	width: 255px;
	float: left;
	height: 440px;
}

.system-list-pson .images img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}


.groupIntro.padding-BT0 {
	padding-bottom: 0;
}
.groupIntro .images.shop {
	text-align: center;
	height: 230px;
	margin-top:80px;
}
.groupIntro .images img {
	height: 100%;
	vertical-align: bottom;
}
.groupIntro .images.float {
	text-align: center;
	height: 200px;
	margin-top:65px;
}
.groupIntro .images.chance {
	text-align: center;
	height: 240px;
	margin-top:50px;
}



.aboutUs {
	/*margin-top: 40px;*/
	text-align: center;
}
.aboutUs .images {
	height: 100px;
	margin-bottom: 26px;
}
.aboutUs .images img {
	width: 100px;
	height: 100%;
	vertical-align: bottom;
}
.aboutUs .hind {
	color:rgb(53,164,255);
	font-size: 16px;
}
.images.team {
	text-align: left;
	margin-top: 20px;
}
.images.team img {
	width: 460px;
	margin: 0 20px 20px;
}
.join-Button {
    display: inline-block;
    padding: 0 16px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    margin-right: 35px;
	color: #fff;
	background-color: rgb(180,198,231);
}
.join-Button:hover {
	color: #fff;
	background-color: rgb(53,164,255);
}
.join-Button.active {
	color: #fff;
	background-color: rgb(53,164,255);
}

.job-intro {
	margin-top: 60px;
}
.job-intro .block-cell {
	margin:0 30px;
	background-color: rgb(250,250,250);
	padding: 25px 16px;
}
.job-intro .logo img{
	height: 90px;
	height: 90px;
	vertical-align: bottom;
}
.job-intro .title {
	color: rgb(51,51,51);
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
}
.job-intro .title span {
	font-size: 20px;
	margin-left: 8px;
}
.job-intro .detail-intro {
	text-align: left;
	font-size: 14px;
	color: #888;
	line-height: 26px; 
}
.images.address {
	width: 800px;
	margin: 46px auto 50px;
}
.address-cell {
	width: 800px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.address-cell .block-cell {
	float:left;
	width: 50%;
}
.address-cell .title {
	color: #666;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
}
.address-cell .detail {
	text-align: left;
    font-size: 15px;
    color: #888;
    line-height: 30px;
}











#footer {
	height: 232px;
	background-color: rgb(36,36,36);
}
.footer-links {
	padding-top: 67px;
	text-align: center;
}
.footer-links a{
	display: inline-block;
	color: #f0f0f0;
	font-size: 16px;
	padding:0 30px;
	position: relative;
}
.footer-links a:after {
	position: absolute;
	content: " ";
	top:0;
	bottom: 0;
	height: 100%;
	width: 2px;
	background-color: #f0f0f0;
	right: 0;
}
.footer-links a:last-child:after {
	content: none;
}
.footer-links-sub {
	font-size: 14px;
	color: #e0e0e0;
	text-align: center;
	margin-top: 30px;
}
.footer-links-sub a {
	color: #f0f0f0;
	margin-right: 5px;
}
.footer-number {
	color:#bbb;
	text-align: center;
	margin-top: 10px;
}
#footer.second {
	height: 140px;
	background-color: #fff;
	padding-top:45px;
}