@charset 'utf-8';
.banner {
    border-top: 1px solid #d1effd;
}
.logo li:nth-of-type(2) a{
	color:#09f;
}
.se_content1{
	width: 1150px;
	margin: 100px auto;
}
.title1{
	text-align: center;
	background-color:#0070c0;
	width:400px;
	height:48px;
	margin: 70px auto;
	line-height: 48px;
	color: #fff;
	font-size: 34px;
	box-shadow: 0px 3px 3px -1px #000;
	position:relative;
}
.title1 span{
	letter-spacing: 6px;
}
.title1:before{
	content:'';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border: 14px solid transparent;
	border-bottom-color: #fff;
	border-left-color: #fff;
	bottom:-7px;
	left:-7px;
}
.title1 .trigon1{
	display: block;
	position: absolute;
	width: 23px;
	height: 6px;
	top: 36px;
	left: -1px;
	background-color: transparent;
	transform: rotate(45deg);
	box-shadow: 1px 3px 3px -1px #000;
}
.title1:after{
	content:'';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border: 18px solid transparent;
	border-top-color: #fff;
	border-right-color: #fff;
	top: -5px;
	right: -5px;
}
.summary ul{
	padding-top: 120px;
}
.summary li{
	float: left;
	text-align: center;
	width: 130px;
	padding: 5px 50px 30px;
}
.summary li p{
	margin:16px 0;
	font-size: 21px;
	color: #0070C0;
	font-weight: 650;
}
.summary li p + p{
	text-align: left;
	display: inline-block;
	margin: 0px 9px;
	font-size: 14px;
	color: #777;
}
.se_content{
	height: 880px;
	background-image:url('../images/bannerservice1.gif');
	background-size:1920px 880px;
	border:1px solid #000;
}
.title2{
	text-align: center;
	width: 360px;
	margin: 40px auto;
	line-height: 50px;
	font-size: 45px;
	font-weight: bold;
	padding: 50px 0 100px;
	color: #fff;
}
.title2 span{
	letter-spacing: 5px;
}
.se_content2{
	width: 1150px;
	margin: 100px auto;
	font-weight: bold;
	letter-spacing: 2px;
}
.se_content2 ul{
	position:relative;
	float:left;
	width: 168px;
	background-color: #fff;
	text-align: left;
	padding: 25px 28px;
	margin: 0 23px;
}
.se_content2 ul li{
	padding: 2px 0;
}
.se_content2 ul li ul{
	position:absolute;
	width: 205px;
	padding: 7px 10px;
	bottom: -35px;
	left: -24px;
	background-color: #33f;
	color: #fff;
	
}
.se_content2 ul li ul li{
	float:left;
	padding-left:4px;
}
.se_content2 ul li ul li + li:before{
	content:'';
	display:inline-block;
	width:2px;
	height:16px;
	margin: 0 6px -2px 2px;
	background-color:#fff;
}
.se_content2 div:last-child{
	margin: 0 35px;
}
/*.se_content > p{
	font-size: 40px;
	font-weight: bold;
	color: #444;
	line-height: 120px;
}
se_content li{
	width: 570px;
	height: 70px;
	float: right;
}
se_content li p{
	font-size: 22px;
	font-weight: bold;
}
se_content li p span{
	font-size: 22px;
	font-weight: normal;
	color: skyblue;
}*/