#nav_main {
	height:70px;
	background-color:#fbfbfb;
	border-bottom:1px solid #E1E1E1;
	line-height:70px;
	margin:135px auto 0 auto;
}
.nav_main_main {
	width:1080px;
	margin:0 auto;
}
.nav_main_left {
	float:left;
	line-height:70px;
	height:70px;
	font-size:22px;
	font-weight:bold;
}
.nav_main_right {
	float:right;
	line-height:70px;
	height:70px;
	font-size:12px;
}
.nav_main_right a {
	color:#000;
	text-decoration:none;
}
.nav_main_right a:hover {
	color:#ff0000;
	text-decoration:none;
}
#main {
	width:1080px;
	margin:0 auto 60px auto;
}
#main1 {
	width:1080px;
	margin:0 auto 10px auto;
}
.main_title {
	font-size:25px;
	margin:30px 0;
}
.main_txt {
	font-size:14px;
	line-height:26px;
	color:#666;
	margin-bottom:20px;
	
}
.main_txt_left {
	float:left;
	width:55%;
	line-height:30px;
	margin-right:5%;
	
}
.main_txt_right {
	float:right;
	width:40%;
}
#main .fangan_list ul li {
	width:269px;
	border-top:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
	border-left:1px solid #E1E1E1;
	height:350px;
	float:left;
}

.right_li  {
	width:268px;
	border-top:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
	border-left:1px solid #E1E1E1;
	border-right:1px solid #E1E1E1;
	height:350px;
	float:left;
}
.main_list_img {
	width:239px;
	height:185px;
	margin:15px;
}
.main_list_img img {
	width:239px;
	height:185px;
}
.main_list_title {
	margin:0 15px 0px 15px;
	height:30px;
	line-height:30px;
	color:#e02433;
	font-size:14px;
}
.main_list_txt {
	margin:0 15px 10px 15px;
	line-height:21px;
	font-size:12px;
	color:#666;
}
.main_list_more a {
	height:20px;
	line-height:20px;
	font-size:11px;
	color:#F00;
	text-align:right;
	margin:0 15px 0px 15px;
	width:auto;
}
.hong {
	color:#e02433;
	font-weight:bold;
}
.server_down_title {
	height:50px;
	margin:30px 0;
	padding-top:30px;
	border-top:1px solid #CCC;
	width:100%;
	font-weight:bold;
}

.sms a {
	background-image:url(../images/sms.png);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	padding-left:40px;
	height:60px;
	line-height:60px;
	text-decoration:none;
	color:#000;
	float:left;
	margin-right:30px;
}
.sms a:hover {
	background-image:url(../images/sms1.png);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	padding-left:40px;
	height:60px;
	line-height:60px;
	color:#e02433;
	
}

.sp a {
	background-image:url(../images/sp.png);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	padding-left:40px;
	height:60px;
	line-height:60px;
	text-decoration:none;
	color:#000;
	float:left;
	
}
.sp a:hover {
	background-image:url(../images/sp1.png);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	padding-left:40px;
	height:60px;
	line-height:60px;
	color:#e02433;
	
}

.cy a {
	background-image:url(../images/cy.png);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	padding-left:40px;
	height:60px;
	line-height:60px;
	text-decoration:none;
	float:left;
	margin-right:30px;
	color:#000;
}
.cy a:hover {
	background-image:url(../images/cy1.png);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	padding-left:40px;
	height:60px;
	line-height:60px;
	color:#e02433;
	
}

.server_news_title {
	height:20px;
	margin:10px 0;
	padding-top:10px;
	border-top:1px solid #CCC;
	width:100%;
	font-weight:bold;
}
.main_news_txt {
	font-size:14px;
	line-height:26px;
	color:#666;
	margin-bottom:20px;
	
}

.main_news_title {
	font-size:25px;
	margin:30px 0 15px 0;
}

#main .newlist ul li {
	float:left;
	width:360px;
	height:360px;
}
#main .newlist ul li img {
	width:340px;
}

.page {
	float:right;
	margin-right:20px;
}
.page1 {
	float:right;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #ccc;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #cc1a28;
  border-color: #cc1a28;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

#main .pinpai ul li {
	float:left;
	width:250px;
	height:170px;
	margin:0 20px 20px 0;
}


.well {
  min-height: 20px;
  padding: 10px 19px;
  margin-bottom: 10px;
  background-color: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
		  
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 20px 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.well a {
	color:#000;
	text-decoration:none;
	font-size:16px;
}
.well a:hover {
	color:#F00;
}
.pr_main_1 {
	float:left;
	width:500px;
	height:auto;
	margin-right:30px;
}
.pr_main_2 {
	float:left;
	width:540px;
	line-height:40px;
	font-size:24px;
	margin-top:120px;
}
.pr_main_3 {
	margin-top:30px;
	font-size:16px;
	line-height:26px;
}
.pr_main_4 {
	margin-top:30px;
	font-size:20px;
	line-height:30px;
}
.scg {
	height:10px;
}