<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

img{
	display:block;
	margin:0;
	padding:0;
	}
.clear{ clear:both;}
/*banner*/
.agent_banner{
	min-width:1000px;
	margin:0 auto;
	overflow:hidden;
	}
.agent_banner img{
	position:relative;
	left:50%;
	margin-left:-960px
	
	}

/*小标题*/
.agent_title{
	margin:30px auto;
	width:1000px;
	}
.agent_title li{
	float:left;
	color:#999;
	font-size:14px;
	}
.agent_title li:hover{
	color:#e03b36;
	}
	
/*区域*/
.region_box{
	width:1000px;
	margin:0 auto;
	}
/*.region_box .region_title img,.region_box .region_title h1{
	float:left;
	}
.region_box .region_title h1{
 color:#545454;
 font-size:18px;
 margin-left:10px;
	}*/

.region_box dl dt,.region_box dl dd{
	float:left;
	}
.region_box dl dt{
	width:48px;
	font-size:18px;
	margin-right:10px;
	background:url(../images/region_icon.jpg) no-repeat left center;
	padding-left:28px;
	}
.region_box dl dd{
	width:904px;
	line-height:34px;
	margin-top:-10px;
	}
.region_box dl dt{
	font-weight:600;
	font-size:14px;
	color:#333;
	}
.region_box dl dd a{
	margin-left:10px;
	color:#545454;
	
	}
.region_box dl dd a:hover{
	color:#e03b36;
	}
.region_box dl{
		margin-top:20px;
		font-size:14px;
		}
.region_box .option_list{
	margin-top:10px;
	border:1px solid #cccccc;
	}
.region_box .list_select{
	color:#e03b36;
	}
.line{
	background:#e0e0e0;
	width:1000px;
	height:1px;
	margin:0 auto;
	margin-top:30px;
			}

/*荣誉称号*/
.badge_1{
	background:url(../images/1.png);
	width:59px;
	height:22px;
	margin-left:0px !important;
	}
.badge_2{
	background:url(../images/2.png);
	width:59px;
	height:22px;
	}
.badge_3{
	background:url(../images/3.png);
	width:59px;
	height:22px;
	}
.badge_not_1{
	background:url(../images/1_not.png);
	width:59px;
	height:22px;
	margin-left:0 !important;
	}
.badge_not_2{
	background:url(../images/2_not.png);
	width:59px;
	height:22px;
	}
.badge_not_3{
	background:url(../images/3_not.png);
	width:59px;
	height:22px;
	}</pre></body></html>