*{
	margin:0;
	padding:0;
	list-style-type:none;
}
body{
	padding:0;
	margin:0;
	color:#4c4c4c !important;
	font-family:"微软雅黑";
	font-size: 15px;
}
a{
	text-decoration: none;
	color:#4c4c4c;
}
.content{
	width: 100%;
	min-width: 1100px;
	height: auto;
	min-height: 100vh;
	background-image: url(../images/bg.png);
	background-size: 100% 100%;
	background-position: bottom;
	position: relative;
}
.head img{
	width: 15%;
	position: absolute;
	left: 30px;
	top: 30px;
}
.foot img{
	width: 22%;
	position: absolute;
	left: 15%;
	bottom: 15px;
}

/*正文第一部分*/
.art{
	width: 1100px;
	/*height: 270px;*/
	margin: 0 auto;
	/*margin-top: 20px;*/
	position: relative;
}

.banner{
	width: 90%;
	min-height: 650px;
	margin-left: 10%;
	overflow:hidden;
	position: relative;
	border-radius: 5px;
}
.large_box{
	width:50%;
	margin-top: 5vh;
	margin-left: 10%;
	overflow:hidden;
	/*background-color: red;*/
}
.large_box img{
	display:block;
	width:100%;
	/*height:400px;*/
}
.small_box{
	width:560px;
	min-height: 650px;
	overflow:hidden;
	position: absolute;
	right: 0px;
	top: 10px;
}
.small_list{
	position: absolute;
	right: 0px;
	top: 10px;
	display: block;
	width:480px;
	overflow:hidden;
	text-align: right;
}
.small_list ul{
	overflow:hidden;
}
.small_list ul li{
	position:relative;
	width: 480px;
	display: block;
	margin-right:10px;
	height: 65px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.small_list ul li img{
	display:block;
	height: 65px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 5px;
	border: solid 1px rgba(0,0,0,0);
}

.s-img{
	height: 65px;
}
.btn{
	display:block;
	width:30px;
	height:90px;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
}



/*内容页*/
/*导航部分*/
.content1{
	width: 100%;
	min-width: 1100px;
	height: auto;
	position: relative;
}
.logo{
	width: 250px;
	margin-left: -70px;
	float: left;
	display: inline-block;
	margin-top: 30px;
	margin-right: 10px;
}
.nav-bg{
	display: inline-block;
	width: 100%;
	min-width: 1100px;
	height: 140px;
	margin: 0 auto;
	background-image: url(../images/nav-bg.png);
	background-position: center;
	margin-bottom: 20px;
}
.navi{
	width: 80%;
	min-width: 1100px;
	display: block;
	height: 140px;
	margin: 0 auto;
	/*background-color: red;*/
	text-align: right;
	position: relative;
	font-size: 14px !important;
}
.navi>ul{
	width: 100%;
	min-width: 1100px;
	display: inline-block;
	height: 140px;
	margin: 0 auto;
	list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.navi>ul>li{
	height: 140px;
	display: inline-block;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	/*background-color: red;*/
}
.navi>ul>li>a{
	display: inline-block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	/*width: 120px;*/
	height: 134px;
	line-height: 50px;
	text-decoration: none;
	color: #fff;
	position: relative;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-top: 15px;
	padding-top: 10px;
}
.navi>ul>li img{
	display: block;
	margin: 0 auto;
}

.navi>ul>li:hover>a{
	color: #fff;
	display: inline-block;
	/*background-color: #d7eaff;*/
	background-image: url(../images/nav-bg2.png);
	background-size: 100% 100%;
}
.nav-xs{
	display: inline-block;
	background-image: url(../images/nav-bg2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.footer{
	width: 100%;
	min-width: 1100px;
	height: 190px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 20px;
	color: #d5dce3;
}
.footer div{
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.footer div img{
	width: 450px;
	margin-top: 20px;
}
.footer1{
	position: absolute;
	top: 25px;
	left: 190px;
}
.footer2{
	position: absolute;
	top: 55px;
	left: 190px;
}
.footer3{
	position: absolute;
	top: 85px;
	left: 190px;
}
.footer4{
	position: absolute;
	top: 116px;
	left: 155px;
	color: #b2b2b2;
	font-size: 14px;
}
.top{
	position: fixed;
	top:calc(80% - 100px);
	right: 20px;
	display: none;
}
.home{
	position: fixed;
	top:80%;
	right: 20px;
}




/*大数据处理分析*/
.analyze{
	width: 80%;
	min-width: 1100px;
	display: block;
	margin: 0 auto;
}
.analyze img{
	/*width: 100%;*/
}
.analyze1{
	/*width: 100%;*/
	background-color: #f3f8fb;
}
.art-analyze1 img{
	width: 100%;
}
.art-analyze1{
	position: relative;
}
.art-analyze2{
	position: absolute;
	top: 15%;
	right: 3%;
	color: #fff;
	width: 60%;
}
.art-analyze2 p{
	margin-bottom: 15px;
}
.art-analyze21{
	color: #5da3e0;
	font-size: 24px;
	font-weight: bolder;
}
.art-analyze3{
	text-align: center;
}
.art-analyze31{
	color: #0571ce;
	font-size: 24px;
	font-weight: bolder;
	margin-bottom: 20px;
}
.art-analyze4{
	width: 1100px;
	margin: 0 auto;
	margin-top: 50px;
}
.art-analyze4 img{
	width: 450px;
}
.art-analyze4 div{
	width: calc(100% - 450px);
	display: inline-block;
	float: left;
	margin-top: 100px;
}
.art-analyze4 div p{
	width: 500px;
}
.art-analyze41,.art-analyze51{
	font-size: 24px;
	margin-bottom: 20px;
}
.art-analyze5 img{
	width: 450px;
}
.art-analyze5 div{
	width: calc(100% - 450px);
	display: inline-block;
	float: right;
	margin-top: 100px;
}
.art-analyze5 div p{
	width: 500px;
	float: right;
}
.analyze6{
	width: 100%;
	min-width: 1100px;
	background-color: #f3f8fb;
}
.analyze61{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.analyze62{
	font-size: 30px;
	position: absolute;
	top: 100px;
	left: 415px;
}
.analyze63{
	width: 900px;
	font-size: 14px;
	position: absolute;
	top: 470px;
	left: 100px;
	line-height: 30px;
}

/*education*/
.education1{
	text-align: center;
}
.blue{
	color: #0571ce;
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 20px;
}
.blue1{
	color: #0571ce;
    font-size: 18px;
    font-weight: bolder;
}
.black{
	color: #4c4c4c;
	font-weight: bolder;
}
.education1 img{
	width: 1100px;
}
.education12{
	color: #0571ce;
    font-size: 16px;
    margin-bottom: 50px;
    margin-top: 20px;
}
.line{
	width: 100%;
	height: 1px;
	border-bottom: dashed 1px #ccc;
}
.education2{
	background-color: #0571ce;
	width: 890px;
	height: 80px;
	margin: 0 auto;
	margin-top: 50px;
	border-radius: 40px;
	color: #fff;
	text-align: center;
}
.education21{
	font-size: 20px;
	line-height: 45px;
	font-weight: bolder;
}
.education3{
	background-color: #f6f6f6;
	margin-top: 50px;
}
.education3 img{
	width: 350px;
	margin-left: 5%;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
.education3 div{
	width: calc(90% - 400px);
	margin-left: 50px;
	display: inline-block;
	margin-top:40px;
	line-height: 25px;
}
.education4 img{
	width: 350px;
	margin-right: 7%;
	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
}
.education4 div{
	width: calc(80% - 370px);
	margin-left: 80px;
	display: inline-block;
	margin-top:60px;
	line-height: 25px;
}
.education5 img{
	width: 350px;
	margin-left: 5%;
	float: left;
	margin-top: 40px;
	margin-bottom: 10px;
}
.education5 div{
	width: calc(90% - 400px);
	margin-left: 50px;
	display: inline-block;
	margin-top:90px;
	line-height: 25px;
}

/*face*/
.face1{
	width: 900px;
	margin: 0 auto;
	color: #fff;
	background-color: #0571ce;
	text-align: center;
	border-radius: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.face11{
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}
.face2{
	width: 100%;
}
.face2 div{
	width: 30%;
	min-height: 400px;
	margin-right: 1.5%;
	margin-left: 1.5%;
	display: inline-block;
	border: solid 1px #bfbfbf;
	margin-top: 50px;
	float: left;
	padding-bottom: 30px;
}
.face2 div img{
	width: 100%;
}
.face2 div p{
	width: 90%;
	margin-left: 5%;
	text-align: center;
	line-height: 30px;
}
.face21{
	font-size: 20px;
	color: #0571ce;
	font-weight: bold;
	margin-top: 20px;
}
.face3{
	background-color: #f4f5f7;
	margin-top: 30px;
}
.face3 .blue{
	text-align: center;
	padding-top: 30px;
	margin-bottom: 20px;
}
.face3 div{
	background-color: #fff;
	width: calc(30.3% - 40px);
	margin-left: 1.5%;
	margin-right: 1.5%;
	float: left;
	margin-bottom: 20px;
	min-height: 180px;
	padding: 20px;
}
.face3 div p{
	font-size: 14px;
	line-height: 25px;
	color: #808080;
	margin-bottom: 10px;
}
.face3 div p span{
	color: #0571ce;
}
.face31{
	font-size: 20px !important;
	margin-bottom: 20px;
	color: #4c4c4c !important;
}
.face4{
	width: 100%;
	margin-top: 30px;
	/*background-color: red;*/
}
.face4 .blue{
	text-align: center;
}
.face41{
	width: 30%;
	height: 340px;
	display: inline-block;
	float: left;
	margin-left: 1.5%;
	margin-right: 1.5%;
	text-align: center;
	line-height: 25px;
}
.face41 img{
	width: 301px;
}
.financial1{
	background-color: #f4f5f7;
	margin-top: 30px;
	padding-bottom: 30px;
}
.financial1 .blue{
	text-align: center;
	padding-top: 30px;
	margin-bottom: 20px;
}
.financial1 p{
	text-align: center;
}
.financial1 img{
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}
.financial2{
	margin-top: 50px;
}
.financial2 .blue{
	text-align: center;
}
.financial2 div{
	width: 23%;
	border: solid 1px #e5e5e5;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	min-height: 480px;
}
.financial21{
	width: 100%;
	border-bottom: solid 1px #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 18px;
}
.financial21 img{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.financial2 div p{
	width: 90%;
	margin-left: 5%;
}
.financial3{
	background-color: #f7f8fa;
	margin-top: 50px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.financial3 div{
	width: calc(35% - 60px);
	background-color: #fff;
	border: solid 1px #e5e5e5;
	position: relative;
	height: 100px;
	text-align: left;
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 7%;
	margin-right: 7%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	float: left;
}
.financial3 .blue{
	margin-bottom: 50px;
}
.financial3 div img{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.financial3 div p{
	position: relative;
	z-index: 3;
	margin-bottom: 10px;
	color: #808080;
}
.financial31{
	color: #4c4c4c !important;
}
.medical1{
	text-align: center;
	margin: 40px auto;
}
.medical1 img{
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}
.medical2{
	line-height: 30px;
}
.medical3{
	width: 100%;
	background-color: red;
}
.medical3 div{
	float: left;
	width: 30%;
	min-height: 150px;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-top: 10px;
	margin-bottom: 60px;
}
.medical3 div img{
	float: left;
}
.medical3 div p{
	width: calc(100% - 100px);
	margin-left: 100px;
}
.medical3 .blue{
	font-size: 18px;
	margin-bottom: 0px;
}
.security img{
	width: 450px;
}
.security>div{
	width: calc(90% - 600px);
}
.security1{
	width: 100%;
	text-align: center;
	margin-top: 40px;
	border-top: dashed 1px #ccc; 
	padding-top: 40px;
}
.security1 div{
	display: inline-block;
	height: 290px;
}
.security1 div img{
	margin-bottom: 20px;
}
.security1>img{
	display: inline-block;
	margin-bottom: 100px;
	margin-left: 5%;
	margin-right: 5%;
}