@charset "utf-8";
.body_nav {
	padding-top:60px;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
}
.body_nav a{
	color:#666;
	margin:0 10px;
	display:inline-block;
	line-height:40px;
}
.body_nav a:hover{
	color:#1e50ae;
}
.body_nav .sel{
	color:#1e50ae;
	border-bottom:3px solid #1e50ae;
}
.about_main {
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom:50px;
	padding-top:30px;
}
.about_main .aboutLine {
	height: 500px;
	position: relative;
}
.about_main .aboutLine .title {
	height: 350px;
	width: 750px;
	position: absolute;
	left: 0px;
	top: 80px;
	background-color: #fcfbfb;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
.about_main .aboutLine .title h3 {
	padding: 0;
	margin: 0;
	font-size: 30px;
	color: #333;
	line-height: 50px;
	padding-top:10px;
}
.about_main .aboutLine .title .ge {
	font-size: 30px;
	line-height: 20px;
	color: #06C;
	font-weight: bold;
}

.about_main .aboutLine .title .content {
	font-size: 13px;
	line-height: 25px;
	color: #666;
}
.about_main .aboutLine .img {
	position: absolute;
	top: 50px;
	right: 0px;
}

.about_main .aboutLine2 {
	height: 500px;
	position: relative;
	margin-top:60px;
	clear:both
}
.about_main .aboutLine2 .title {
	height: 260px;
	width: 700px;
	position: absolute;
	left: 450px;
	top: 90px;
	background-color: #f8f8f8;
	padding-left: 50px;
	padding-top: 50px;
}
.about_main .aboutLine2 .title h3 {
	padding:0;
	margin:0;
	font-size: 30px;
	color: #333;
	line-height: 70px;
}
.about_main .aboutLine2 .title .ge {
	font-size: 30px;
	line-height: 30px;
	color: #06C;
	font-weight: bold;
}

.about_main .aboutLine2 .title .content {
	font-size: 13px;
	line-height: 25px;
	color: #666;
}
.about_main .aboutLine2 .img {
	position: absolute;
	top: 50px;
	left: 0px;
}
.about_main .fengcai {
	height: 264px;
	width: 380px;
	padding-right: 10px;
	padding-left: 10px;
	float:left;
}
.about_main .fengcai img {
	height: 214px;
	width: 380px;
	display:block;
	border:1px solid #f2f2f2;
}
.about_main .fengcai span {
	width: 380px;
	line-height:30px;
	color:#C93;
	display:block;
}












.case_main {
	height: auto;
	width: 1200px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.case_main a {
	height: 264px;
	width: 380px;
	padding-right: 10px;
	padding-left: 10px;
	float:left;
}
.case_main a img {
	height: 214px;
	width: 380px;
	display:block;
	border:1px solid #f2f2f2;
}
.case_main a span {
	width: 380px;
	line-height:30px;
	color:#C93;
	display:block;
}

.server_main {
	height: auto;
	width: 1200px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom:50px;
}
.server_main .l {
	float: left;
	height: 220px;
	width: 580px;
	padding-right:20px;
	clear:both;
	
}
.server_main .l .l1 {
	float: left;
	height: 220px;
	width: 250px;
}
.server_main .l .l1 h3 {
	font-size: 20px;
	line-height: 30px;
	color: #06C;
	font-weight: normal;
	text-align: right;
}
.server_main .l .l1 p {
	font-size: 14px;
	line-height:25px;
	color: #666;
	text-align: right;
}
.server_main .l .l2 {
	float: left;
	height: 220px;
	width: 300px;
	margin-left: 30px;
}
.server_main .l .l2 img{
	height: 220px;
	width: 300px;
}

.server_main .r {
	float:right;
	height: 220px;
	width: 580px;
	padding-left:20px;
	padding-top:40px;
}
.server_main .r .l1 {
	float: left;
	height: 220px;
	width: 250px;
	padding-left:30px
}
.server_main .r .l1 h3 {
	font-size: 20px;
	line-height: 30px;
	color: #06C;
	font-weight: normal;
}
.server_main .r .l1 p {
	font-size: 14px;
	line-height:25px;
	color: #666;
}
.server_main .r .l2 {
	float: left;
	height: 220px;
	width: 300px;
}
.server_main .r .l2 img{
	height: 220px;
	width: 300px;
}
.service_item{
	padding:20px;
	margin-bottom:20px;
	display: block;
}
.service_item .img{
	width:250px;
	height:200px;
	float:left;
}
.service_item .img img{
	width:250px;
	height:200px;
	display:block
}
.service_item .content{
	margin-left:280px;
	height:200px;
	
}
.service_item:hover{
	background-color:#f8f8f8;
}
.service_item .content .item_title{
	line-height:40px;
	color:#1e50ae
}
.service_item .content .item_content{
	font-size:13px;
	line-height:30px;
	color:#666
}

.contact_main {
	height: auto;
	width: 1200px;
	margin-top:50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom:50px;
}
.contact_main .contact1 {
	height: 300px;
	padding: 30px;
	border: 1px solid #CCC;
	margin-bottom: 30px;
}
.contact_main .contact1 .contact1_c1 {
	float: left;
	width: 600px;
	height: 350px;
}
.contact_main .contact1 .contact1_c2 {
	float:right;
	width: 500px;
	height: 300px;
}
.contact_main .contact1 .contact1_c1 p {
	font-size: 15px;
	line-height: 40px;
	color: #333;
}
.contact_main .contact1 .contact1_c1 .title {
	font-size: 18px;
	font-weight:bold;
	color: #1e50ae;
	padding-bottom:20px;
	padding-top:20px;
}
.contact_main .contact2 {
	height: 300px;
}
.job_main {
	height: auto;
	width: 1200px;
	margin-top:50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom:50px;
}
.job_main .job_item {
	padding: 30px;
	background-color: #f9f9f9;
	border-radius:5px;
	margin-bottom:30px;
}
.job_main .job_item:hover {
	background-color:#f1f1f1;
	-moz-box-shadow:2px 2px 5px #999; -webkit-box-shadow:2px 2px 5px #999; box-shadow:2px 2px 5px #999;
}
.job_main .job_item:hover .content{
	color:#666;
}
.job_main .job_item .title {
	font-size: 18px;
	line-height: 50px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: bold;
}
.job_main .job_item .content {
	font-size: 13px;
	color: #999;
	padding-top: 20px;
	line-height: 30px;
}
.hezuo_main {
	height: auto;
	width: 1200px;
	margin-top:50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom:50px;
}
.hezuo_main .hezuo_item {
	padding: 30px;
	background-color: #f9f9f9;
	border-radius:5px;
	margin-bottom:30px;
}
.hezuo_main .hezuo_item .title {
	font-size: 18px;
	line-height: 50px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: bold;
}
.hezuo_main .hezuo_item .content {
	font-size: 13px;
	color: #999;
	padding-top: 20px;
	line-height: 30px;
	text-align:center
}
.hezuo_main .hezuo_item .content img{
	width:200px;
	height:80px;
	margin-right:20px;
	margin-bottom:20px;
	border: 1px solid #f8f8f8;
	cursor:pointer;
}
.hezuo_main .hezuo_item .content img:hover{
	border: 1px solid #09F;
	
}
.show_main{
	height: auto;
	width: 1200px;
	margin-top:50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom:50px;
}
.show_main .title{
	font-size:26px;
	line-height:50px;
	padding-bottom:10px;
	
}
.show_main .addtime{
	line-height:30px;
	border-bottom:1px solid #ccc;
	margin:30px 0;
}
.show_main .content{
	line-height:25px;
	font-size:14px;
	color:#666
}

.show_pics{
	list-style-type: none;	
}
.show_pics li{
	width:270px;
	height:200px;
	float:left;
	margin-left:20px;
	border:1px solid #ccc;
	text-align:center;
	margin-top:20px;
}
.show_pics li:hover{border:1px solid #36F;}
.show_pics li img{
	max-width:96%;
	max-height:96%;
	vertical-align:middle;
	cursor:pointer
}
.show_pics li span{ height:100%;display:inline-block; vertical-align:middle;}