
*{
	margin: 0;
	padding: 0;
}
body{
	background-color:#FAFBFE;
}
body, input, textarea {
    font: 14px/1.6 "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}
ul, ol, li {
    list-style: none;
}
a {
    color: #727cf5;
    text-decoration: none;
}
img {
    vertical-align: middle;
    border-style: none;
}



.container{
	width: 1200px;
    margin: 0 auto;
}




.header{
	display: block;
    position: relative;
    padding: 30px 0 120px 0;
	color:rgba(255,255,255,.5);
}
.header:after {
    content: ' ';
    background-image: -webkit-gradient(linear,left top,left bottom,from(#8669ed),to(#727cf5));
    background-image: linear-gradient(to bottom,#8669ed,#727cf5);
    position: absolute;
    top: -400px;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    border-radius: 0;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
.navbar{
	display: flex;
	align-items: center;
}
.navbar__logo{
	
	flex:1;
}
.navbar__logo a{
	color:#fff;
	font-size:16px;
	padding-right:120px;
}
.navbar__logo img{
	height:36px;
	width:36px;
	margin-right:10px;
	margin-top:-10px;
}
.navbar__menu{
}
.navbar__menu li{
    float:left;
	margin-left:30px;
}
.navbar__menu a{
	font-size:16px;
    color: rgba(255,255,255,.5);
}
.navbar__menu a:hover{
    color: rgba(255,255,255,.95);
}





.hello{
	padding-top:100px;
}
.hello__text{
	margin-top:50px;
}
.hello__text__title{
	margin-top:25px;
	font-size:32px;
	font-weight:400;
	color:#fff;
}
.hello__text__describe{
	margin-top:25px;
	font-size:16px;
}
.hello__text__button{
	margin-top:25px;
}
.hello img{
    max-width: 100%;
    height: auto;
}



.recommend{
	padding:80px 0;
}
.recommend__title__icon{
	display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 48px;
    color: #515a6e;
}
.recommend__title{
	text-align: center;
	font-weight: 700;
	font-size:24px;
}
.recommend__describe{
	padding-top:8px;
	margin:0 auto;
	text-align: center;
	width:280px;
	color:#98a6ad;
	font-size:15px;
}
.recommend__graphic{
	margin:160px 0;
}
.img__fluid{
    max-width: 100%;
    height: auto;
}

.recommend__graphic__title{
    color: #515a6e;
    font-weight: 400!important;
    font-size: 20px;
	margin-bottom:15px;
}
.recommend__graphic__describe{
    font-weight: 400!important;
	color: #98a6ad;
    font-size: 16px;
	margin-bottom:25px;
}
.recommend__graphic__list{
    font-size: 15px;
	line-height: 35px;
	color: #98a6ad;
}
.recommend__more{
	margin-top:50px;
	text-align:center;
}








.project{
	background-color: rgba(238,242,247,.25);
    border-top: 1px solid #eef2f7;
}

.business{
	margin-top:50px;
    margin-bottom: 35px;
	position: relative;
    width: 100%;
    height: 100%;
    border-top: 1px solid #eef2f7;
    border-left: 1px solid #eef2f7;
}
.business li{
	background-color:#FAFBFE;
	position: relative;
    width: 399px;
    height: 235px;
    text-align: center;
    padding: 25px 50px;
    float: left;
    border-right: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
    cursor: pointer;
	z-index:50;
}

.business li:hover {
	z-index:51;
    box-shadow: -2px -2px 5px 0 rgba(0,0,0,0.05), 2px 2px 5px 0 rgba(0,0,0,0.05);
}
.business__icon{
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 48px;
    color: #98a6ad;
    margin-bottom: 12px;
}
.business__title {
    font-size: 16px;
    color: #515a6e;
    margin-bottom: 8px;
}
.business__describe{
    font-size: 14px;
    color: #98a6ad;
    line-height: 22px;
    margin-bottom: 16px;
    min-height: 44px;
}
.business__label{
	background: #0ACF97;
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 4px;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
	padding:3px 5px;
}
.business__more{
	text-align:center;
    font-size: 14px;
    color: #98a6ad;
}











.footer{
    color: rgba(255,255,255,.5);
    background: #313A46;
	padding:48px 0 32px 0;
}
.footer a {
    color: rgba(255,255,255,.5);
}
.footer a:hover {
    color: #fff !important;
    text-decoration: none;
}
.footer__service{
    overflow: hidden;
}
.footer__service dl {
	float:left;
    margin-right: 105px;
    min-height: 155px;
    height: auto!important;
}
.footer__service dt {
	color: #FFF;
	margin-bottom: 21px;
}
.footer__service dd {
	margin-top: 7px;
}
.footer__copyright {
    margin-top: 30px;
    font-size: 14px;
}
.footer__service .footer__service__qrcode{
	float:right;
	padding-left:43px;
    border-left: 1px solid rgba(152,141,127,.1);
}