﻿*{
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: "微软雅黑";
}
/html {-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);_filter:none;}
img{
	border: none;
}
body{
	background: #fff;
	min-width: 1170px;
}
ul li{
	list-style: none;
}
a{
	outline: none;
	color:#025eaa;
}
.container{
	width: 1170px;
	margin: 0 auto;
}
/**********统一头部****************/
.header{
	height: 40px;
	line-height: 40px;
	background: #f1f1f1;
	overflow: hidden;
}
.header .header-box{
	float: right;
}
.header .header-box .header-item{
	float: left;
	margin-left: 30px;
}
.header .header-box .header-item .dl-on{
	color: #606060;
	margin-right: 4px;
}
.header .header-box .header-item a{
	color: #0067a5;
	text-decoration: underline;
}
.header .header-box .header-item img{
	vertical-align: sub;
}
.nav{
	padding-bottom: 15px;
	box-shadow: 1px 1px 6px #A7A7A7;
}
.nav .nav-top{
	padding: 15px 0;
}
.nav .nav-center{
	position: relative;
}
.nav .tip-nav{
	position: absolute;
	display: none;
	left: -48px;
    top: 20px;
	width: 200px;
	background: #fff;
	z-index: 999;
	padding-top: 20px;
	padding-bottom: 40px;
}

.nav .tip-nav>dd{
	position:relative;
}

.nav .tip-nav>dd>a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	padding: 10px 0;
	padding-left: 30px;
}
.nav .tip-nav>dd>a:hover{
	color: #fff;
	background: #14A1C7;
}

.tip-nav-3{
	position:absolute;
	left:200px;
	background:rgba(255,255,255,.9);	
	width:700px;
	padding:10px 20px;
	display:none;
	top:0;
}

.nav .tip-nav .tip-nav-3 a{
	display:inline-block;	
	line-height:24px;
	font-size:12px;
	text-decoration:none;
	width:150px;
	color:#888;
}

.nav .tip-nav .tip-nav-3 dl{
	margin:10px 0;
}

.nav .tip-nav .tip-nav-3 dt a{
	color:#14a1c7;
}


.nav .nav-center .fenlei{
	color: #14a1c7;
	font-size: 16px;
	float: left;
	text-decoration: none;
	display: block;
	margin-right: 20px;
}
.nav .nav-center .fenlei img{
	vertical-align: middle;
    margin-right: 6px;
}
.nav .nav-center ul li{
	float: left;
	text-align: center;
}
.nav .nav-center ul li a{
	padding: 0 15px;
	color: #222;
	font-size: 16px;
	text-decoration: none;
}
.nav .nav-center ul li a:hover{
	color: #14a1c7;
}
.nav .nav-center .help a{
	color: #025eaa;
	text-decoration: none;
	margin-left: 7px;
}
/**********登录页面****************/
.main{
	position: relative;
	padding-top: 3px;
	width: 100%;
	height: 684px;
	background: url(../../images/home/banner.jpg) no-repeat;
	background-size: 100% 100%;
}
.main .form-box{
	float: right;
	width: 380px;
	border-radius: 10px;
	background: #fff;
	margin-top: 50px;
	padding-bottom: 30px;
}
.main .form-box .form-top,
.register .form-box .form-top{
	padding: 20px 20px 0 20px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.main .form-box .form-top h4,
.register .form-box .form-top h4{
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	color: #5F5E5E;
	border-bottom: 3px solid #008df3;
	font-size: 18px;
}
.main .form-box .form-top a,
.register .form-box .form-top a{
	display: block;
	float: right;
	color: #025eaa;
	margin-top: 6px;
}
.main .form-box .form-center{
	padding: 40px 20px 20px 20px;	
}
.main .form-box .form-center .form-group,
.register .form-box .form-center .form-group{
	position: relative;
	height: 46px;
	margin-bottom: 18px;
}
.main .form-box .form-center .form-group .enter,
.register .form-box .form-center .form-group .enter{
	border: none;
	height: 46px;
	line-height: 46px;
	width: 100%;
	border: 1px solid #bdbdbd;
	box-sizing: border-box;
	padding-left: 60px;
}
.main .form-box .form-center .form-group img,
.register .form-box .form-center .form-group img{
	display: block;
	position: absolute;
	left: 0;top: 0;
	width: 46px;
	height: 44px;
	border: 1px solid #bdbdbd;
}
.main .form-box .form-center .wjmm,
.register .form-box .form-center .wjmm{
	display: block;
	text-decoration: none;
	color: #606060;
	margin: 50px 0 35px 0;
}
.main .form-box .form-center .sumbit{
	width: 100%;
	height: 40px;
	background: #008df3;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	letter-spacing: 10px;
}
.main .form-box .form-center .sumbit:hover,
.register .form-box .form-center .sumbit:hover{
	background: #0C7BCC;
}
/**********注册页面****************/
.register {
	background: #EAEAEA;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-top: 4px;
}
.register .form-box{
	background: #fff;
	width: 100%;
	border-radius: 10px;
	padding-bottom: 30px;
}
.register .form-box .form-top h4 {
    font-weight: normal;
    padding-right: 60px;	
}
.register .form-box .form-top h4 img{
	width: 34px;
	margin-right: 8px;
    margin-bottom: -3px;
} 
.register .form-box .form-center{
	padding: 40px 20px 20px 20px;	
	width: 390px;
	margin: 0 auto;
}
.register .form-box .form-center .send{
	width: 30%;
	height: 46px;
	border-radius: 4px;
	border: 1px solid #bdbdbd;
	background: #fff;
	cursor: pointer;
}
.register .form-box .form-center .sumbit{
	width: 100%;
	height: 40px;
	background: #008df3;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
}
/**********首页****************/
.index .banner{
	height: 330px;
	overflow: hidden;
	position:relative;
}

.index .banner li img{
	width:100%;
}


.screen{
	height: 70px;
	line-height: 70px;
	color: #333;
	background: #EAEAEA;
	border-bottom: 1px solid #d2d2d2;
}
.screen .bhcx{
	margin-right: 50px;
}
.screen .lb{
	margin-right: 20px;
}
.screen .select{
	height: 38px;
	width: 230px;
	margin-right: 50px;
	padding-left: 83px;
}
.screen .J_cate_select{
	height: 38px;
	padding-left: 10px;
	margin-right: 10px;
}
.screen .search{
	vertical-align: middle;
	margin-right: 30px;
}
.screen .jiansuo{
	vertical-align: middle;
}
.commodity{
	padding-top: 50px;
	padding-bottom: 1px;
	background: #eceff0;
}
.commodity .commodity-box {
	margin-bottom: 40px;
}
.commodity .commodity-box .commodity-top{
	padding-left: 20px;
	overflow: hidden;
    margin-bottom: 20px;
}
.commodity .commodity-box .commodity-top span{
	font-size: 18px;
	color: #434649;
	float: left;
}
.commodity .commodity-box .commodity-top a{
	display: block;
	color: #FFF;
	background: #14a1c7;
	float: right;
	text-decoration: none;
    padding: 4px 36px;
	border-radius: 10px;
}
.commodity .commodity-center{
	width: 1180px;
    overflow: hidden;
}
.commodity .commodity-center ul{
	width: 1190px;
	overflow: hidden;
}
.commodity .commodity-center ul li{
	width: 275px;
	float: left;
	margin-right: 20px;
	text-align: center;
	border: 1px solid #dcdcdc;
}
.commodity .commodity-center ul li:nth-last-child(1){
	margin-right: 0;
}
.commodity .commodity-center ul li a{
	text-decoration: none;
	display: block;
}
.commodity .commodity-center ul li img{
	width: 100%;
	height: 280px;
	display: block;
	text-align: center;
}
.commodity .commodity-center ul li p{
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: #fff;
	color:#434649;
	box-sizing: border-box;
	padding: 0 15px;
	text-align: center;
}
.commodity .commodity-center ul li.active p{
	color: #14a1c7;
}
.case{
	background: #eceff0;
	padding-bottom: 40px;
}
.case .case-box{
	padding: 20px 60px 20px 60px;
	background: #fff;
	border: 1px solid #d2d2d2;
}
.case .case-box .case-top{
	overflow: hidden;
	margin-bottom: 40px;
}
.case .case-box .case-top span{
	color: #2ca9c7;
	font-size: 18px;
	float: left;
}
.case .case-box .case-top .case-right{
	float: right;
}
.case .case-box .case-top .case-right i{
	display: block;
	width: 10px;
	height: 11px;
	float: left;
	margin-left: 8px;
	background: url("../../images/home/yuan.jpg") no-repeat;
}
.case .case-box .case-top .case-right .yuan-off{
	background: url("../../images/home/yuan-off.jpg") no-repeat;
}
.case .case-box .case-top .case-right img{
	display: block;
	width: 10px;
	height: 15px;
	float: left;
	margin-top: -1px;
	margin-left: 18px;
}
.case .case-box .case-center{
	width: 1100px;
	overflow: hidden;
}
.case .case-box .case-center ul{
	width: 1100px;
	overflow: hidden;
}
.case .case-box .case-center ul li{
	float: left;
	margin-right: 38px;
}
.case .case-box .case-center ul li a{
	display: block;
	text-decoration: none;
}
.case .case-box .case-center ul li img{
	display: block;
	width: 233px;
	height: 130px;
	margin-bottom: 16px;
}
.case .case-box .case-center ul li p{
	color: #434649;
}
/**********关于我们****************/
.about-bg{
	height: 190px;
	background: #eaeaea;
}
.about-bg img{
	width: 100%;
	height: 190px;
}
.about-box {
	padding-top: 60px;
    overflow: hidden;
    padding-bottom: 80px;
	overflow: hidden;
}
.about-box .about-left{
	width: 20%;
	float: left;
}
.about-box .about-left p{
	font-size: 18px;
	color:#333;
	padding-bottom: 10px;
	border-bottom: 1px solid #dadada;
}
.about-box .about-left ul li{
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #dadada;
}
.about-box .about-left ul li a{
	text-decoration: none;
	color: #333;
	padding-left: 20px;
}
.about-box .about-left ul li span{
	margin-left: 40px;
	color: #025eaa;
	display: none;
}
.about-box .about-left ul li.active a{
	color: #025eaa;
}
.about-box .about-right{
	width: 80%;
	width: 72%;
    padding: 0 30px 0 60px;
	float: left;
}
.about-box .about-right .about-item {
	line-height:24px;
	font-size:12px;
	color:#606060;
}
.about-box .about-right .about-item h4{
	font-size: 24px;
	color: #025eaa;
	margin-bottom: 30px;
	font-weight: normal;
}
.about-box .about-right .about-item .about-inner{
	margin-bottom: 30px;
}
.about-box .about-right .about-item .about-inner p{
	color:#606060;
	line-height: 28px;
}
.about-box .about-right .about-item .about-inner .title{
	color: #025eaa;
}
.retrieval{
	background: #eaeaea;
	margin-top: 4px;
	border-bottom:1px solid #CAC8C8;
	padding: 15px 0 10px 0;
}
.retrieval h4{
	color: #025eaa;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal;
}
.retrieval .retrieval-item{
	color: #333;
	margin-bottom: 25px;
	overflow: hidden;
}
.retrieval .retrieval-item .form-group{
	float: left;
}
.retrieval .retrieval-item .name{
	margin-right: 20px;
}
.retrieval .retrieval-item input,
.retrieval .retrieval-item select{
	height: 30px;
	color: #333;
	text-align: center;
}
.retrieval .btn-Jiansuo{
	float: right;
	display: block;
	color: #fff;
	border-radius: 15px;
	font-size: 18px;
	padding: 4px 30px;
	text-decoration: none;
	background: #14a1c7;
}
.table {
	padding: 100px 0 200px;
	width:100%;
}
.table th{
	background: #025eaa;
	text-align: center;
	color: #fff;
	height: 30px;
}
table{
	border:0;margin:0;border-collapse:collapse;border-spacing:0;
}
.table td{
	text-align: center;
	padding: 30px 0 22px 0;
	border-bottom: 1px solid #dadada;
}
.table td .add-shop{
	display: block;
	color: #fff;
	border-radius: 12px;
	padding: 6px 10px;
	text-decoration: none;
	background: #14a1c7;
}
.shop-number{
	border: 1px solid #cacecf;
	width: 120px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align:center;
}
.shop-number span{
	display: block;
	background: #eaeaea;
	width: 35px;
	height: 35px;
	line-height: 35px;
	position: absolute;
}
.shop-number .jian{
	top: 0;
	left: 0;
	cursor: pointer;
	text-align: center;
	line-height: 25px;
}
.shop-number .jia{
	right: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
}
.shop-number input{
	width: 40px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: none;
}
.tip .tip-box{
	padding: 40px 0 15px 0;
}
.tip .tip-box ul {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
}
.tip .tip-box ul li{
	float: left;
	margin-right: 15px;
}
.tip .tip-box ul li a{
	text-decoration: none;
	color: #888;
	padding-right: 10px;
}
.tip .tip-box ul li .sy{
	color: #333;
	font-size: 18px;
}
.tip .tip-box ul .active{
	color: #005da9;
}
.list{
	margin-bottom: 20px;
}
.list .list-title{
	color: #333;
	margin-bottom: 20px;
	font-size: 18px;
}
.list ul{
	overflow: hidden;
	border-top: 1px solid #cecece;
	border-right: 1px solid #cecece;
}
.list ul li{
	float: left;
	width: 50%;
	border-bottom: 1px solid #cecece;
	overflow: hidden;
}
.list ul li .list-left{
	float: left;
	width: 130px;
	padding: 12px 0 12px 20px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	background: #efefef;
}
.list ul li .list-right{
	padding: 12px 10px 12px 30px;
    float: left;
    max-width: 977px;
}
.list ul .all-ti{
	width: 100%;
}
.list ul li a{
	display: block;
	float: left;
	color: #333;
    margin-bottom: 10px;
	padding: 4px 20px;
	text-decoration: none;
	margin-right: 15px;
	border: 1px solid #cecece;
}
.list-inline ul li .list-left{
	background: #fff;
	color: #005da9;
}
.list-inline ul li .list-right{
	 padding: 0 0px 0 0px;
}
.list-inline ul li a{
	display: block;
    float: left;
    color: #888;
    padding: 0 0 0 20px;
    text-decoration: none;
    margin-right: 16px;
    border: none;
}
.list-inline-hx{
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	border-bottom: 1px solid #cecece;
}
.list-inline .first{
	color: #005da9;
}
.c2{
	width: 1017px;
	border-bottom: none;
}

.pay{
	text-align: right;
	overflow: hidden;
	height: 210px;
	position: relative;
}
.pay .sj{
	font-size: 16px;
	color: #333;
	margin-bottom: 6px;
}
.pay .sj label{
	color: #cc3333;
	font-size: 22px;
}
.pay .kucun{
	font-size: 16px;
	color: #333;
	margin-bottom: 12px;
}
.pay .kucun label{
	color: #cc3333;
	font-weight: bold;
}
.pay .zf{
	position: absolute;
    right: -30px;
    top: 130px;
}
.pay .zf .gm{
	position: relative;
	border: 1px solid #cc3333;
	text-decoration: none;
	padding: 10px 30px;
	color: #cc3333;
	font-size: 16px;
	margin-right: 30px;
	background: #ffe4d0;
}
.pay .zf .gm img{
	position: absolute;
	right: 13px;
    top: 14px;
    width: 8px;
}
.pay .zf .add{
	position: relative;
	border: 1px solid #cc3333;
	text-decoration: none;
	padding: 10px 40px;
	color: #fff;
	font-size: 16px;
	margin-right: 30px;
	background: #cc3333;
}
.pay .zf .add img{
	vertical-align: sub;
	margin-right: 6px;
}
.fenye {
	width: 670px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 50px;
}
.fenye a{
	display: block;
	float: left;
	text-decoration: none;
	padding: 6px 12px;
	background: #f0f0f0;
	color: #333;
	font-weight: bold;
	border: 1px solid #e0e0e0;
	margin-right: 10px;
}
.fenye span{
	display: block;
	float: left;
	padding: 6px 12px;
	color: #333;
	margin-right: 10px;
}
.fenye input{
	width: 60px;
	height: 30px;
	float: left;
	border: 1px solid #c1c1c1;
	margin-right: 10px;
}
.fenye .active{
	background: #2ca9c7;
	color: #fff;
	border: 1px solid #025eaa;
}
.footer{
	width: 100%px;
	background: #2CA9C7;
}
.footer .first{
	float: left;
	width: 162px;
	padding-top:40px;
}
.footer .first li{
	list-style:none;
	color: #fff;
	padding:5px 0px 5px 0px;
	line-height: 16px;
}
.footer .first .alone{
	font-size:16px;
}
.footer .first li a{
	text-decoration:none;
	color: #fff;
	font-weight: 300px;
}
.footer .last{
	float: left;
	width: 172px;
	margin-top:40px;
	border-right:1px solid white;
	}
.footer .last li{
	list-style:none;
	color: #ffffff;
	padding:7px 0px 5px 0px;    
	line-height: 16px;
}
.footer .last .alone{
	font-size:16px;
}
.footer .last li a{
	text-decoration:none;
	color: #fff;
	font-family:"微软雅黑";
	font-size:14px;
}
.footer .after{
	width: 88px;
	float: left;
	margin:40px 0 0 10px;
}
.footer .after li{
	list-style:none;
	color: #ffffff;
	line-height: 20px;
}
.footer .after li a{
	text-decoration:none;
	color: #fff;
}
.footer .address{
	width: 188px;
	float: right;
	margin-top: 40px;
	padding-bottom:15px;
}
.footer .address h4{
	text-align: right;
	line-height: 22px;
	color: #fff;
    font-weight: normal;
}

/**************用户中心********************/
.clearfix:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {clear:both;zoom:1;}
.pos_r{position:relative;} 
.pos_a{position:absolute;}

.fl{float:left;}
.fr{float:right;}

.ft12 {font-size: 12px;} 
.ft14{font-size: 14px;} 
.ft16{font-size: 16px;} 
.ft18 { font-size:18px;} 
.ft24 { font-size:24px;} 
.ft30 { font-size:30px;}

.blue{color:#025eaa;}
.red{color:#cc3333;}

.bg-gray{background-color:#eaeaea;}

.p10{padding:10px;}
.p30{padding:30px;}
.pl10{padding-left:10px;}
.pr10{padding-right:10px;}
.pl30{padding-left:30px;}
.pb20{padding-bottom:20px;}
.pt20{padding-top:20px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}

.mb3{margin-bottom:3px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}

.mr10{margin-right:10px;}
.mr20{margin-right:20px;}

.bl-1{border-left:1px solid #d2d2d2;}
.br-1{border-right:1px solid #d2d2d2;}
.bb-1{border-bottom:1px solid #d2d2d2;}
.bt-1{border-top:1px solid #d2d2d2;}
.b-1{border:1px solid #d2d2d2;}

.bb-2{border-bottom:1px dashed #d2d2d2;}

.tl{text-align:left;}
.tr{text-align:right;}
.tc{text-align:center;}

.btn-1{
	background: #cc3333;
	padding:8px 20px;
	color: #fff;
	cursor: pointer;
	border-radius:4px;
	text-decoration:none;
}

.btn-2{
	background: #008df3;
	padding:4px 20px;
	color: #fff;
	cursor: pointer;
	border-radius:4px;
	text-decoration:none;
	border:none;
}

.btn-3{
	background: #cc3333;
	padding:8px 50px;
	color: #fff;
	cursor: pointer;
	border-radius:4px;
	font-size:18px;
	text-decoration:none;
}

.btn-4{
	background: #f5f5f5;
	padding:4px 20px;
	color: #333;
	cursor: pointer;
	font-size:14px;
	text-decoration:none;
	border:1px solid #c9c9c9;
}

.btn-5{
	background: #025eaa;
	color: #fff;
	cursor: pointer;
	font-size:18px;
	text-decoration:none;
	border:none;
	display:block;
	width:40px;
	line-height:40px;
	width:190px;
	text-align:center;
	border-radius:4px;
	margin:10px auto;
}

.icon-del{display:inline-block;height:16px;width:16px;background:url(../../images/home/icon-2.png);}

.title-2{line-height:40px;}
.title-3{background:url(../../images/home/icon-3.png) left center no-repeat;height:80px;line-height:80px;padding-left:50px;}

.input-1{
	border: 1px solid #dcdcdc;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    width: 320px;	
	padding:0 5px;
	color:#606060;
}

.input-2{
	border: 1px solid #dcdcdc;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    width: 200px;	
	padding:0 5px;
	color:#606060;
}

.input-3{
	border: 1px solid #dcdcdc;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    width: 90px;	
	padding:0 5px;
	color:#606060;
}

.select-1{
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    width: 320px;	
	color:#606060;
}

.select-2{
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    width: 150px;	
	margin-right:10px;
	color:#606060;
}

.select-3{
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    width: 90px;	
	margin-right:10px;
	color:#606060;
}

#user-left{
	position:absolute;
	left:0;
	top:0;
	width:20%;	
}

#user-left{
    border-top: 1px solid #dadada;
}

#user-left li {
    border-bottom: 1px solid #dadada;
    height: 35px;
    line-height: 35px;
}

#user-left li.active a {
    color: #025eaa;
}
#user-left li a {
    color: #333;
    padding-left: 20px;
    text-decoration: none;
}
#user-left li span {
    color: #025eaa;
    display: inline-block;
    margin-left: 40px;
}

#user-right{
	min-height:300px;	
	border: 1px solid #dadada;
	padding:20px 30px;
	margin-left:22%;
}

#user-right dl{
	line-height:40px;	
}

#user-right form dl{
	line-height:50px;	
}

#user-right dt{
	float:left;
	width:110px;	
}
#user-right dd{
	float:left;	
}

/**************购物车********************/
.cart-title{background:url(../../images/home/icon-1.png) 10px center no-repeat;font-size:16px;padding:40px 80px;}
.cart-nav li{display:inline-block;width:160px;text-align:center;}
.cart-nav li a{color:#333333;display:block;height:40px;line-height:40px;text-decoration:none;}
.cart-nav li.active a{color:#025eaa;border-bottom:5px solid #025eaa;}

.table-1{width:100%;}
.table-1 th{background:#efefef;height:50px;font-weight:normal;}
.table-1 td{height:60px;}
.table-1 input[type="checkbox"]{ vertical-align:-2px;margin-right:5px;}

.table-2{width:100%;}
.table-2 td{font-size:12px;height:30px;}

.table-3{width:100%;border:1px solid #d2d2d2;}
.table-3 th{background:#efefef;height:50px;font-weight:normal;}
.table-3 td{font-size:12px; vertical-align:top;padding-top:10px;padding-bottom:10px;}

.table-4{width:100%;border:1px solid #d2d2d2;border-bottom:none;}
.table-4 th{background:#efefef;height:50px;font-weight:normal;}
.table-4 td{font-size:12px;height:40px;border-bottom:1px solid #d2d2d2;text-align:center;}

.table-5{width:100%;border:1px solid #d2d2d2;margin-top:10px;}
.table-5 th{background:#efefef;height:50px;font-weight:normal;}
.table-5 td{font-size:12px;height:40px;}

.table-6 td{height:30px;}

.table-7 td{height:24px;font-size:12px;}

.table-8{width:100%;}
.table-8 td{height:40px;}

.table-9{width:100%;border:1px solid #d2d2d2;border-bottom:none;}
.table-9 a{text-decoration:none;}
.table-9 dl{line-height:38px;}
.table-9 dt{width:180px;}
.table-9 dt a{padding-left:20px;}
.table-9 dd{margin-left:180px;}
.table-9 dd a{color:#888;padding:0 10px;}

.nd{text-align:center;font-size:12px;padding:3px 0;border:1px solid #d2d2d2;margin-bottom:5px;}

.download{cursor:pointer;background:url(../../images/home/icon-4.png) left center no-repeat;padding-left:55px;height:50px;line-height:25px;width:200px;margin:30px 30px 0 0;}
.print{cursor:pointer;background:url(../../images/home/icon-5.png) left center no-repeat;padding-left:55px;height:50px;line-height:50px;margin:30px 30px 0 0;}

/* 提示信息 */
.tipbox{ height:54px; line-height:54px; position:absolute; display:none;}
.tipbox .tip-l{ float:left; width:45px; height:54px; background-image:url(bgimg/tip_layer.png); background-repeat:no-repeat; background-position:-5px 0;}
.tipbox .tip-c{ float:left; height:54px; line-height:52px; padding:0 10px 0 5px; background-image:url(bgimg/tip_layer.png); background-repeat:repeat-x; background-position:0 -161px;}
.tipbox .tip-r{ float:left; width:5px; height:54px; background-image:url(bgimg/tip_layer.png); background-repeat:no-repeat; background-position:0 0;}
.tip-success .tip-l{ background-position:-6px 0;}
.tip-alert .tip-l{ background-position:-6px -54px;}
.tip-error .tip-l{ background-position:-6px -108px;}


/* 分页样式 */
.page_bar {
    clear: both;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    text-align: right;
}
.page_bar a, .page_bar span, .page_bar i {
    color: #333;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin: 0 1px;
    min-width: 12px;
    padding: 0 5px;
    text-align: center;
    white-space: nowrap;
}
.page_bar a {
    border: 1px solid #dcdcdc;
    font-family: arial;
    height: 30px;
    line-height: 30px;
    min-width: 20px;
	text-decoration:none;
	background:#f0f0f0;
}
.page_bar span.current {
    background: #2ca9c7;
    color: #fff;
    font-family: arial;
    height: 30px;
    line-height: 30px;
    min-width: 20px;
	border:1px solid #025eaa;
}
.page_bar i {
    background-color: transparent;
    color: #aaaaaa;
    font-style: normal;
    min-width: 10px;
    padding: 0;
}
#page_jump_btn {
    background: #f6f6f6 none repeat scroll 0 0;
    font-size: 12px;
    font-weight: normal;
    padding: 0 20px;
}
#page_jump_txt {
    border: 1px solid #a5a5a5;
    height: 22px;
    margin: 0 5px;
    padding: 3px 5px;
    width: 30px;
	vertical-align:-2px;
}

/*dialog*/
body { _margin:0; _height:100%; }/*IE6 BUG*/
.d-outer { text-align:left; }
.d-border, .d-dialog { border:0 none; margin:0; border-collapse:collapse; width:auto; }
.d-nw, .d-n, .d-ne, .d-w, .d-c, .d-e, .d-sw, .d-s, .d-se, .d-header, .d-main, .d-footer { padding:0; }
.d-header, .d-button { font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti; _font-family:Tahoma,Arial,Helvetica,STHeiti; -o-font-family: Tahoma, Arial; }
.d-title { overflow:hidden; text-overflow: ellipsis; cursor:default; }
.d-state-noTitle .d-title { display:none; }
.d-close { display:block; position:absolute; text-decoration:none; outline:none; _cursor:pointer; }
.d-close:hover { text-decoration:none; }
.d-main { text-align:center; vertical-align:top; min-width:9em; }
.d-content { display:inline-block; display:block\0/*IE8 BUG*/; display:inline-block\9\0; *zoom:1; *display:inline; text-align:left; border:0 none; width:100%;  }
.d-content.d-state-full { display:block; width:100%; margin:0; padding:0!important; height:100%; }
.d-loading { height:32px; text-indent:-999em; overflow:hidden; background:url(../admin/bgimg/dialog/loading.gif) no-repeat center center; }
.d-buttons { padding:5px 8px; text-align:right; white-space:nowrap; }
.d-button { margin-left:15px; padding: 0 8px; cursor: pointer; display: inline-block; min-height:2.1em; text-align: center; *padding:4px 10px; *height:2em; letter-spacing:2px; font-family: Tahoma, Arial/9!important; width:auto; overflow:visible; *width:1; color: #333; border: 1px solid #999; border-radius: 5px; background: #DDD; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD'); background: linear-gradient(top, #FFF, #DDD); background: -moz-linear-gradient(top, #FFF, #DDD); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD)); text-shadow: 0px 1px 1px rgba(255, 255, 255, 1); box-shadow: 0 1px 0 rgba(255, 255, 255, .7),  0 -1px 0 rgba(0, 0, 0, .09); -moz-transition:-moz-box-shadow linear .2s; -webkit-transition: -webkit-box-shadow linear .2s; transition: box-shadow linear .2s; }
.d-button::-moz-focus-inner, .d-button::-moz-focus-outer { border:0 none; padding:0; margin:0; }
.d-button:focus { outline:none 0; border-color:#426DC9; box-shadow:0 0 8px rgba(66, 109, 201, .9); }
.d-button:hover { color:#000; border-color:#666; }
.d-button:active { border-color:#666; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF'); background: linear-gradient(top, #DDD, #FFF); background: -moz-linear-gradient(top, #DDD, #FFF); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#FFF)); box-shadow:inset 0 1px 5px rgba(66, 109, 201, .9), inset 0 1px 1em rgba(0, 0, 0, .3); }
.d-button[disabled] { cursor:default; color:#666; background:#DDD; border: 1px solid #999; filter:alpha(opacity=50); opacity:.5; box-shadow:none; }
.d-state-highlight { color: #FFF; border: 1px solid #1c6a9e; background: #2288cc; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc'); background: linear-gradient(top, #33bbee, #2288cc); background: -moz-linear-gradient(top, #33bbee, #2288cc); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc)); text-shadow: -1px -1px 1px #1c6a9e; }
.d-state-highlight:hover { color:#FFF; border-color:#0F3A56; }
.d-state-highlight:active { border-color:#1c6a9e; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc'); background: linear-gradient(top, #33bbee, #2288cc); background: -moz-linear-gradient(top, #33bbee, #2288cc); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc)); }
.d-mask { background:#FFF; filter:alpha(opacity=30); opacity:.3; }

.d-inner { background:#FFF; border:1px solid #999; }
.d-nw, .d-ne, .d-sw, .d-se { width:6px; height:6px; }
.d-nw, .d-n, .d-ne, .d-w, .d-e, .d-sw, .d-s, .d-se { background:rgba(0, 0, 0, .2); background:#000\9!important; filter:alpha(opacity=20);}
.d-state-lock .d-nw, .d-state-lock .d-n, .d-state-lock .d-ne, .d-state-lock .d-w, .d-state-lock .d-e, .d-state-lock .d-sw, .d-state-lock .d-s, .d-state-lock .d-se { background:rgba(0, 0, 0, .2); background:#000\9!important; filter:alpha(opacity=20); }
.d-titleBar { position:relative; height:100%; }
.d-title { height:30px; line-height:30px; padding:0 48px 0 10px; background-color:#edf5f8; font-weight:bold; font-size:14px; color:#999; background-color:#f2f2f3; border-bottom:1px solid #c7ced8; }
.d-state-focus .d-title { color:#4c5a5f; }
.d-state-drag .d-title { cursor:move;}
.d-close { padding:0; top:0; right:8px; width:28px; height:18px; background-image:url(../admin/bgimg/dialog/close.gif); background-repeat:no-repeat; text-indent:-9em; overflow:hidden; }
.d-close:hover { background-position:0 -18px; }
.d-close:active { background-position:0 -18px; }
.d-content { color:#666; }
.d-state-focus .d-content { color:#000; }.d-buttons { background-color:#F6F6F6; border-top: 1px solid #DADEE5; }
.d-state-noTitle .d-close { top:0; right:0; width:18px; height:18px; line-height:18px; text-align:center; text-indent:0; font-size:18px; text-decoration:none; color:#214FA3; background:none; filter:!important; }
.d-state-noTitle .d-close:hover, .d-state-noTitle .d-close:active { text-decoration:none; color:#900; }

@media screen and (min-width:0) {/* css3 */
	.d-state-focus .d-dialog { box-shadow: 0 0 3px rgba(0, 0, 0, .2); }
	.d-state-drag, .d-state-focus:active  { box-shadow:none; }
	.d-state-focus { box-shadow:0 3px 8px rgba(0, 0, 0, .3);  }
	.d-outer { -webkit-transform: scale(0); transform: scale(0); -webkit-transition: -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out; transition: box-shadow .2s ease-in-out, transform .2s ease-in-out; }
	.d-state-visible { -webkit-transform: scale(1); transform: scale(1); }
}

/*表单验证*/
.onShow,.onFocus,.onError,.onCorrect,.onLoad,.onTime{display:inline-block;display:-moz-inline-stack;zoom:1;*display:inline; vertical-align:middle;background:url(../admin/bgimg/msg_bg.png) no-repeat;	color:#444;line-height:18px;padding:2px 10px 2px 23px; margin-left:10px;_margin-left:5px}
.onShow{background-position:3px -147px;border-color:#40B3FF;color:#959595}
.onFocus{background-position:3px -147px;border-color:#40B3FF;}
.onError{background-position:3px -47px;border-color:#40B3FF; color:red}
.onCorrect{background-position:3px -247px;border-color:#40B3FF;}
.onLamp{background-position:3px -200px}
.onTime{background-position:3px -1356px}

.message_box{
	padding:300px 0 200px 0;
}

.msg_success{
	background:url(../../images/home/msg.png) center 100px no-repeat;	
}

.msg_error{
	background:url(../../images/home/cry.png) center 100px no-repeat;
}

.article_list li{
	padding-bottom:10px;	
	padding-right:20px;
}

.article_list li a{
	color:#333;
	text-decoration:none;	
}

/*客服*/
.kf{
	position:fixed;
	top:10%;
	right:0;
	padding:15px;
	background:url(bgimg/kf.png) 15px 10px no-repeat #02a0ff;	
	width:190px;
	padding:80px 10px 10px;
	z-index:100;
}
.kf dl{
	padding:10px;
	background:#fff;	
	line-height:24px;
}

.kf dt{	
	color:#02a0ff;
}

.kf dd{
	color#:434649;	
}
.kf img{
	margin-top:5px;	
}

.small{height:0px;padding-bottom:0;width:60px;cursor:pointer;overflow:hidden;}

#slide-index {position: relative; min-width: 1000px; width: auto; height:396px; overflow: hidden}
#slide-index .slides {min-width: 1000px; width: auto; height:396px}
#slide-index .slide {position: relative; min-width: 1000px; float: left; height:396px}
#slide-index .image {z-index: 1; position: absolute}
#slide-index .button {width: 138px; display: none}
#slide-index .control {z-index:40; position: absolute; text-align: center; width: 100%; bottom:0; height: 19px; cursor: pointer}
#slide-index .control a{background-image: url(bgimg/hw_000505.gif); filter: alpha(opacity=60); width: 11px; display: inline-block; background-repeat: no-repeat; height: 11px; cursor: pointer; margin-right: 6px; opacity: 0.6}
#slide-index .control a:hover {background-image: url(bgimg/hw_000506.gif); filter: alpha(opacity=100); opacity: 1}
#slide-index .control a.active {background-image: url(bgimg/hw_000506.gif); filter: alpha(opacity=100); opacity: 1}
.autoMaxWidth {position: relative; height: 232px; overflow: hidden}
