@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
html{
	scrollbar-face-color: #E4E4E4;
	scrollbar-highlight-color: #EBEDEC;
	scrollbar-shadow-color: #BABCBB;
	scrollbar-darkshadow-color: #EBEDEC;
	scrollbar-3dlight-color: #EBEDEC;
	scrollbar-arrow-color: #34373E;
	scrollbar-track-color: #EFF1F0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-style: normal;
	background-color: #191723;
	color: #999999;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #898787;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #E40000;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.l {
	float: left;
}
.r {
	float: right;
}
.con {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
}

.main {
	float: left;
	width: 800px;
	background-color: #191723;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #555555;
	border-left-color: #555555;
}
.main .set_home {
	width: 800px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
}
.main .logo_phone {
	float: left;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
}
.logo {
	float: left;
	width: 247px;
	height: 70px;
	padding-right: 1px;
}
.phone {
	float: left;
	width: 552px;
	height: 70px;
	overflow: hidden;
}
.main .nav {
	float: left;
	height: 28px;
	width: 798px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 1px;
	padding-left: 1px;
	line-height: 28px;
}
.nav td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF3300;
	text-align: center;
}

.nav .one {
	position: relative;
}
.nav .one a {
	display: block;
	line-height: 28px;
	height: 28px;
	width: 113px;
}
.nav .one a:hover {
	color: #eeeeee;
}


.nav .second {
	position: absolute;
	left: 0px;
	top: 28px;
	width: 200px;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #555555;
	border-bottom-color: #555555;
	display: none;
}

.nav .second a {
	display: block;
	height: 28px;
	width: 168px;
	line-height: 28px;
	background-color: #c80505;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
	color: #eeeeee;
	padding-left: 32px;
	text-align: left;
}
.nav .second a:hover {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

.nav .selected {
	display: block;
	height: 28px;
	line-height:28px;
	width: 113px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	color: #eeeeee;
}
.nav  .unselected  {
	color: #eeeeee;
	display: block;
	height: 28px;
	width: 113px;
	line-height: 28px;
}

.main .flash {
	float: left;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #555555;
	border-bottom-color: #555555;
}
.main .content {
	float: left;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
}
.content .left {
	float: left;
	width: 450px;
}
.content .left .service {
	float: left;
	width: 450px;
}
.content .left .service .service_t {
	float: left;
	width: 430px;
	padding-right: 10px;
	padding-left: 10px;
}
.content .right {
	float: left;
	width: 349px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #555555;
}
.content .right .case_tit {
	float: left;
	width: 335px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	padding-right: 5px;
	padding-left: 9px;
	padding-bottom: 5px;
}
.content .right .case_tit a {
	color: #E40000;
}


.content .right .case {
	float: left;
	width: 335px;
	padding-top: 4px;
	padding-left: 9px;
}
.content .right .case .box {
	float: left;
	width: 335px;
	padding-bottom: 5px;
}
.content  .right  .case  .box  .box_l   {
	float: left;
	width: 120px;
}
.content .right .case .box .box_r {
	float: left;
	width: 200px;
	padding-left: 3px;
}
.content .fla_bg {
	background-image: url(../images/dis_fla_bg.jpg);
	background-repeat: no-repeat;
	background-position: 3px top;
	float: left;
	height: 200px;
	width: 780px;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-left: 10px;
	overflow: hidden;
}
.content   .fla_bg .dis_flash  {
	float: left;
	width: 550px;
}
.content .fla_bg .dis_text {
	padding-left: 25px;
	font-weight: bold;
	padding-top: 30px;
	width: 205px;
	float: left;
	background-image: url(../images/highgood_old.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 179px;
}
.content .fla_bg .dis_text p {
	line-height: 28px;
	height: 28px;
}

.content .dish_l {
	float: left;
	width: 550px;
}
.content .dish_l .dl_a {
	color: #E40000;
}
.content .dish_l .dl_a:hover {
	color: #555555;
}
.content .dish_l .tyj td {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #555555;
}


.content  .red  {
	background-color: #EEEEEE;
	cursor:pointer;
}
.content .dish_r {
	float: left;
	width: 230px;
	padding-right: 10px;
	padding-left: 9px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #555555;
}
.content .dis_r .dis_offer {
	color: #666666;
	width: 230px;
}
.content .dish_r .av_top {
	line-height: 38px;
	float: left;
	height: 38px;
	width: 230px;
	background-image: url(../images/av_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.content .dish_r .av_mid {
	background-image: url(../images/av_mid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 218px;
	padding: 6px;
}
.content  .dish_r  .av_b  {
	float: left;
	width: 218px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.content  .dish_r  .av_b  .av_l  {
	float: left;
	width: 55px;
}
.content  .dish_r  .av_b  .av_r  {
	float: left;
	width: 157px;
	padding-left: 5px;
	padding-top: 8px;
}
.content  .dish_r  .av_line  {
	background-image: url(../images/av_line.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	float: left;
	height: 1px;
	width: 158px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.content .dish_r .av_bot {
	line-height: 10px;
	background-image: url(../images/av_bot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 10px;
	width: 230px;
}
.content .ab_top {
	line-height: 12px;
	float: left;
	height: 12px;
	width: 540px;
	background-image: url(../images/about_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.content .ab_mid {
	background-image: url(../images/about_mid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 520px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.content .ab_mid li {
	list-style-position: inside;
	list-style-type: disc;
	color: #C80505;
}
.content .ab_bot {
	line-height: 12px;
	background-image: url(../images/about_bot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 12px;
	width: 540px;
}

.main .new_case {
	background-image: url(../images/new_case_bg.jpg);
	background-repeat: no-repeat;
	background-position: 5px top;
	float: left;
	height: 85px;
	width: 180px;
	overflow: hidden;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.main .new_case_hover {
	background-image: url(../images/new_case_bg_hover.jpg);
	background-repeat: no-repeat;
	background-position: 5px top;
	float: left;
	height: 85px;
	width: 180px;
	overflow: hidden;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.new_case .new_caseL {
	float: left;
	width: 112px;
}
.new_case .new_caseR {
	float: left;
	width: 63px;
	padding-left: 5px;
}
.new_case_hover .new_caseL{
	float: left;
	width: 112px;
}
.new_case_hover .new_caseR{
	float: left;
	width: 63px;
	padding-left: 5px;
}
.new_case_hover .new_caseR a{
	color:#FFFFFF;
}

.main .footer {
	float: left;
	width: 800px;
	padding-top: 8px;
	text-align: center;
	padding-bottom: 6px;
}

.anpager .cpb {background:#1F3A87 none repeat scroll 0 0;border:1px solid #CCCCCC;color:#FFFFFF;font-weight:bold;margin:5px 4px 0 0;padding:4px 5px 0;}
.anpager a {background:#FFFFFF none repeat scroll 0 0;border:1px solid #CCCCCC;color:#1F3A87;margin:5px 4px 0 0;padding:4px 5px 0;text-decoration:none}
.anpager a:hover{background:#1F3A87 none repeat scroll 0 0;border:1px solid #1F3A87;color:#FFFFFF;}