body{
	font-family: MicrosoftYaHei;
	color: #222222;
	background: #ffffff;
	width: 100%;
	font-size: 18px;
	margin: 0;
	padding:0;
}
a{
	outline: none;
	text-decoration: none;
	color:#222222;
}
::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(133,133,133,0.2);
    background: #E9E9E920;
}

::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(133,133,133,0.2);
    border-radius: 10px;
    background: #E9E9E910;
}
.width1080{
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
.center{
	text-align: center;
}
.title{
	color:#000000;
	font-size: 36px;
	font-weight: 600;
}
.desc{
	color:#999999;
	font-size: 18px;
	padding-top: 22px;
	padding-bottom: 64px;
}
#header{
	height: 88px;
	line-height: 88px;
	vertical-align: middle;
	position: fixed;
	width: 100%;
	background: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(222,222,222,1);
	z-index:11;
}
#header .logo{
	height: 44px;
	padding: 22px 0;
	display: inline-block;	
}
#header .logo img{
	height: 44px;
}
#header .menu{
	display: inline-block;
	float: right;
}
#header a{
	font-size: 16px;
	display: inline-block;
	margin-left: 56px;
	cursor: pointer;;
}
#header a.active,
#header a:hover{
	color:#DB5335;
}
.container{
	display: block;
}

#banner{
	padding-top: 88px;
	width: 100%;
	overflow: hidden;
}
#banner .img-list{
	white-space:nowrap;
}
#banner img{
	width: 100%;
	display: inline-block;
	font-size: 0;
}
#banner .img-points{
	position: relative;
	margin-top: -50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
#banner .img-points a::before{
	content:" ";
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 6px;
	background: #ffffff;
	text-align: center;
	margin-left:8px;
	margin-right:8px;
	cursor: pointer;
}
#banner .img-points a.active::before{
	background: #DB5335;
}
#solution{
	padding-bottom: 136px;
}
#solution .content-container{
	text-align: center;
	padding-top: 176px;
}
.block-list{
	margin-top: 20px;
}
.block-list .block{
	width: 346px;
	height: 346px;
	display: inline-block;
	box-shadow:0px 0px 5px 0px rgba(222,222,222,1);
}
.block-list .block{
	margin-right: 15px;
	margin-top: 20px;
}
.block-list .block:nth-child(3n){
	margin-right: 0;
}
.block .block-logo{
	margin: 70px 62px 0 62px;
}
.block .block-title{
	margin-top: 24px;
	color:#000000;
	font-size: 18px;
}
#business{
	background: #1D2856;
	padding-top: 104px;
	padding-bottom: 160px;
}
#business .title{
	color:#ffffff;
}
.block-list2{
	margin-top: 100px;
}
.block-list2 .block2{
	width: 352px;
	height: 500px;
	display: inline-block;
	background: #ffffff;
	border-radius: 6px;
}
.block-list2 .block2 + .block2{
	margin-left: 10px;
}
.block2 .block-logo{
	margin: 40px 34px 0 34px;
}
.block2 .block-title{
	margin-top: 22px;
	color:#1D2856;
	font-size: 18px;
	font-weight: 600;
}
.block2 hr{
	width:340px;
	height: 0;
	border:2px solid rgba(29,40,86,1);
	margin: 24px auto;
}
.block2 .block-content{
	color:#1D2856;
	font-size: 16px;
	font-weight:400;
	text-align: left;
	padding:12px 18px 0 18px;
}
#partner{
	padding-top: 142px;
	padding-bottom: 109px;
}
.partner-list{
	margin-top:20px;
}
.title + .partner-list{
	margin-top: 97px;
}
.partner-list img{
	margin-right: 14px;
	margin-top: 14px;
}
.partner-list img:nth-child(5n){
	margin-right: 0;
}
.partner-list img:hover{
    transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1);
}
.logo_company{
	margin-top: 42px;
	margin-bottom: 33px;
}
#about{
	padding-top: 106px;
	padding-bottom: 111px;
	background: #F1F2F2;
}
#about .content{
	font-size: 16px;
	line-height: 30px;
}
#about .address-info{
	margin-top: 94px;
	cursor: pointer;
}
.address-info .address-title{
	background: #ffffff;
	color: #999999;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
}
.address-info .address-title::before{
	content: "";
	background: url(../images/icon_address@2x.png);
	width: 24px;
	height: 26px;
	display: inline-block;
	margin-bottom: -6px;
}
#footer{
	margin-top: 120px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #1D2856;
}
.footer-content,.footer-content a{
	padding: 9px 0;
	font-size: 14px;
	color: #FFFFFF;
}
.block:hover,
.block2:hover{
    transform: scale(1.05);
    -ms-transform:scale(1.05);     /* IE 9 */
    -moz-transform:scale(1.05);     /* Firefox */
    -webkit-transform:scale(1.05); /* Safari 和 Chrome */
    -o-transform:scale(1.05);
}

@media (max-width: 1079px){
	#header{
		height: 1.16rem;
		position: relative;
	}
	#header .logo{
		height: 0.52rem;
		padding: 0.38rem 0 0.27rem 0.26rem;
	}
	#header .logo img{
		height: 0.52rem;
	}
	#header .menu{
		display: none;
	}
	#banner{
		 padding-top:0;
	}
	#solution .content-container {
		padding-top: 0.5rem;
	}
	.title{
		font-size: 0.36rem;
	}
	.desc{
		font-size: 0.22rem;
		padding-top: 0.21rem;
		padding-bottom: 0.48rem;
	}
	.block-list .block{
		width: 3.2rem;
		height: 3.46rem;
	}
	
	.block-list .block .block-logo {
		margin:0.7rem 0.5rem 0 0.5rem;
	}
	.block-list .block .block-logo img{
		height: 1.5rem;
		width: 2.2rem;
	}
	.block-list .block .block-title{
		margin-top: 0.2rem;
		font-size: 0.22rem;
	}
	.block-list .block{
		margin-right: 0.2rem;
		margin-top: 0.2rem;
	}
	.block-list .block:nth-child(3n){
		margin-right: 0.2rem;
	}
	.block-list .block:nth-child(2n){
		margin-right: 0;
	}
	.structure img{
		max-width: 100%;
	}
	#solution{
		padding-bottom: 0.88rem;
	}
	#business{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.block-list2{
		margin-top: 0.3rem;
	}
	.block-list2 .block2{
		margin: 0.3rem auto 0;
		width: 6.6rem;
		height: 2.6rem;
		display: block;
	}
	.block-list2 .block2 + .block2{
		margin: 0.3rem auto;
	}
	.block2 .block-title{
		font-size: 0.3rem;
		padding: 0;
		display: inline-block;
		margin: 0.3rem 0;
		vertical-align: top;
	}
	.block2 hr{
		width: 6.17rem;
		border: 0.01rem dashed #1D2856;
		margin: auto;
	}
	.block2 .block-logo{
		display: inline-block;
		margin:0.15rem 0.29rem 0.08rem 0;
		vertical-align: top;
	}
	.block2 .block-logo img{
		height: 0.7rem;
	}
	.block-info{
		padding: 0.37rem 0.19rem 0.44rem 0.19rem;
	}
	.block2 .block-content{
		font-size: 0.26rem;
		height: 0.44rem;
		line-height: 0.44rem;
		text-align:left;
		padding:0;
		font-weight: 400;
	}
	#partner{
		padding: 0.8rem 0;
	}
	.title + .partner-list{
		margin-top: 0.3rem;
	}
	.partner-list img{
		width: 2.06rem;
		height: 1rem;
		margin-right: 0.2rem;
		margin-top: 0.2rem;
	}
	.partner-list img:nth-child(5n){
		margin-right: 0.2rem;
	}
	.partner-list img:nth-child(3n){
		margin-right: 0;
	}
	#about{
		padding-top: 0.5rem;
		padding-bottom: 0.71rem;
	}
	.logo_company{
		margin-top: 0.3rem;
		margin-bottom: 0.5rem;
	}
	.logo_company img{
		width: 5.32rem;
		height:1.02rem;
	}
	#about .content{
		font-size: 0.28rem;
		margin: 0 0.3rem;
		text-align: left;
	    letter-spacing: 0.02rem;
	    line-height: 0.4rem;
	}
	#about .content br{
		display: none;
	}
	
	#about .address-info{
		margin: 0.86rem 0.3rem 0 0.3rem;
		width: 6.6rem;
	}
	#about .address-info img{
		width:6.6rem;
	}
	.address-info .address-title{
		font-size: 0.22rem;
	    letter-spacing: 0.01rem;
	}
	.address-info .address-title::before{
		height: 0.26rem;
		width: 0.24rem;
		background: url(../images/icon_address@2x.png) no-repeat;
		background-size: 0.24rem 0.26rem;
		margin-bottom:-0.04rem;
	}
	.footer-content,.footer-content a{
		padding: 0.09rem 0;
		font-size: 0.22rem;
	}
	.footer-content span{
		display: block;
	}
	#footer{
		padding: 0.33rem 0;
		margin-top: 1rem;
	}
	#banner .img-points{
		margin-top: -0.5rem;
	    height: 0.5rem;
	    line-height: 0.5rem;
	}
	.block-list{
		margin-top: 0;
	}
}