@charset "utf-8";
html,body{ color: #444443;min-width: 1200px;}
a{color: #444443;}
a:hover{ color: #00a2ea;}
header .top{
    height: 35px;
    line-height: 35px;
    background: #f5f5f5;
    border-bottom: 1px solid #d0cfcf;
}
header .top a{
    display: inline-block;
}
header .logo{
    margin: 30px auto 10px;
}

header nav{
    height: 86px;
    line-height: 86px;
    overflow: hidden;
    float: left;
	margin-left:155px;
}
header nav a{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #484747;
    margin: 0 40px;
    height: inherit;
}
header nav a span{
    font-size: 12px;
    color: #bfbebe;
    display: block;
}
/*header end*/
.register-top{
    height: 100px;
    line-height: 100px;
    padding: 15px 0;
    -webkit-box-shadow: 0  5px 8px rgba(0,0,0,.5);
    -moz-box-shadow: 0  5px 8px rgba(0,0,0,.5);
    box-shadow: 0 5px 8px rgba(0,0,0,.2);
}
.register-top img{
    float: left;
}
.register-top span{
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    margin: 35px 0 0 20px;
    vertical-align: 50px;
    padding-left: 20px;
    font-size: 24px;
    border-left: 2px solid #d7d7d7;

}
/*register*/
.register{
    width: 650px;
    margin-top: 80px;
    font-size: 18px;
}
.register li{
    margin: 15px 0;
    height: 50px;
    line-height: 50px;
    /*vertical-align: middle;*/
}
.register li img{
    /*vertical-align: 10px;*/
    vertical-align: middle;
}
.register select,
.register input ,
.register label,
.register span{
    display: inline-block;
    height: 45px;
    padding: 5px 10px;
    text-align: right;

}
.register li>span:first-child{
    width: 15%;
}
.register label{
    width: 15%;
}
.register select,
.register input{
    border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.register input{
    width: 40%;
}
.register li input[title="yanzhengma"]{
    width: 25%;
}
.register li:nth-last-of-type(2) label{
    width: 30%;
    text-align: left;
}
.register li input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin-left: 18%;
    vertical-align: -5px;
}
.register li input[type="submit"]{
    background: #fca541;
    color: white;
    font-size: 18px;
    margin-left: 18.5%;
    /*width: 40%;*/
    text-align: center;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
}

/*banner*/
.flexslider {
    margin: 0px auto 20px;
    position: relative;
    top: 0;
    width: 100%;
    height: 550px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 550px;
    display: block;
}
/*banner end*/
/*quick menu*/
.quick-menu div{
    width: 25%;
    text-align: center;
    float: left;
}
.quick-menu div img{
    margin: 0 auto;
}
/*containter*/
/*展会简介*/
.jianjie-title{
    background: url("../images/jianjie-bg.jpg") no-repeat center 0;
    height: 64px;
    line-height: 64px;
    z-index: 1;
    position: relative;
}
.jianjie-title h3{
    font-size: 30px;
    text-align: center;
    color: #1a4d82;
}
.jianjie-con{
    margin-top: -32px;
    padding: 50px 10px 0;
    font-size: 14px;
    line-height: 35px;
    border-top: 3px solid #1a4d82;
    z-index: -2;
}
.btn{
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0098e2;
    color: white;
    display: block;
    /*margin: 0 auto;*/
    font-size: 14px;
    margin-top: 30px;
}
/*展商中心*/
.zhanhui-bg{
    background: #ccc;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    padding: 80px 0;
   height: 400px;
}
 .zhanhui-title{
    background: url("../images/zhanhui-title.png") no-repeat;
    height: 64px;
    line-height: 64px;
    font-size: 40px;
    color: #0098e2;
    padding-left: 20px;
}
 .zhanhui-con{
    font-size: 16px;
    line-height: 30px;
}
 .zhanhui-list ul{
    margin-left: 15px;
}
 .zhanhui-list ul li{
    list-style: circle;
    color: #0098e2;
    line-height: 35px;
     text-align: left;
     width: 100%;
}
 .zhanhui-list ul li a{
    color: #0098e2;
    font-size: 16px;
     display: inline-block;
     width: 90%;
     overflow: hidden;
     -ms-text-overflow: ellipsis;
     text-overflow: ellipsis;
     white-space: nowrap;
     vertical-align: top;
}
.zhanhui-list ul li span{
    display: inline-block;
    vertical-align: top;
}
 /*新闻*/
.news-pic img{
    width: 100%;
}
/*合作媒体*/
.hzmt-con li {
    border: solid 1px #a3a0a0;
    margin: 5px;
    padding: 1px;
    float: left;
}



/*底部信息*/
footer{

    text-align: left;
    font-size: 14px;
    line-height: 35px;
    margin-top: 50px;
    color: white;
    overflow: hidden;
}
.footer-danwei,
.footer-banquan{
    padding: 30px 0;
}
.footer-danwei{
    background: #1690dd;
}
.footer-banquan{
    background: #003266;
}
footer img{
    margin: 0 auto 10px;
    display: block;
	padding-top:10px;
}
footer a{
    color: white;
    display: inline-block;
    border-right: 1px solid white;
    height: 14px;
    line-height: 14px;
    padding: 0 20px;
}
footer a:last-child{
    border-right: 0;
}
footer a:hover{
    color: white;
}

/*翻页*/
.page a{
    display: inline-block;
    margin: 2px;
    padding: 2px 5px;
    min-width: 20px;
    height: 25px;
    line-height: 25px;
    background: #f1f1f1;
    cursor: pointer;
}
.page a:hover{
    background: #1a4d82;
    color: white;
}
/*咨询列表*/
.banner{
    height: 404px;
	width:100%;
    background: #1a4d82;
    overflow: hidden;
    margin-bottom: 30px;
    /*position: relative;*/
}
.banner img{ margin:0 auto;
}
.weizhi{
    position: absolute;
    top:0;
    text-align: right;
    line-height: 250px;

}
/*新闻列表*/
.new-list{
    display: block;
    overflow: hidden;
}
.new-list li{
    height: 120px;
    line-height: 24px;
    font-size: 18px;
}
.new-list .new-date,
.new-list .new-con{
    overflow: hidden;
	text-align:justify;
}
.new-list .new-date{
    width: 308px;
    padding-top: 15px;
	float:right;
	background:#D8E5EB;

}
.new-list .new-date1{
    width: 308px;
    padding-top: 15px;
	float:right;

}

.hezi{
margin-top:20px;
width:308px;
height:80px;
background:url(../images/zhanwei1.jpg) no-repeat;
}

.hezi:hover{
margin-top:20px;
width:308px;
height:80px;
background:url(../images/zhanwei.jpg) no-repeat;
}

.hezi2{
margin-top:5px;
width:308px;
height:80px;
background:url(../images/canguan1.jpg) no-repeat;
}

.hezi2:hover{
margin-top:5px;
width:308px;
height:80px;
background:url(../images/canguan.jpg) no-repeat;
}

.flip-container {
	perspective:307px;
}
.flip-container:hover .flipper {
	transform:rotateY(180deg);
}
.flip-container,.front,.back {
	width:307px;
	height:111px;
}
.flipper {
	transition:0.6s;
	transform-style:preserve-3d;
	position:relative;
}
.front,.back {
	position:absolute;
}
.back {
	transform:rotateY(180deg);
}

.new-list .new-date4{
    width: 450px;
    padding-top: 15px;
	float:right;

}
.new-list .new-date dd{
	font-size:14px; font-weight:bold;

}
.new-list a:hover .new-date{
    color: #444443;
}
.new-list .new-con{
    width: 890px;
	float:left
	
    /*background: #0098ff;*/
}
.new-list .new-con1{
    width: 1200px;
	float:left
	
    /*background: #0098ff;*/
}
.new-list .new-con4{
    width: 740px;
	float:left;
	text-align:justify;
	
    /*background: #0098ff;*/
}
.new-list .new-con2 li{
	height:30px;
    /*background: #0098ff;*/
}
.new-list .new-con h3 i{
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    font-size: 0px;
    background: #c9c9c9;
    border: 2px solid #eeeeee;
    position: absolute;
    top: 20px;
    left: 13px;
}
.new-list a:hover .new-con h3 i{
    background: #1a4d82;
}
.new-list .new-con .new-line{
    background:  #c9c9c9;
    width: 1px;
    display: block;
    float: left;
    margin: 0 20px;
    height: 120px;
    overflow: hidden;
}
.new-show{
    border-top: 1px dashed #c9c9c9;
    line-height: 30px;
    white-space: normal;
    word-wrap: break-word;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 14px;
    color: #666;
}
.new-show p{
    text-indent: 25px;
}
.new-show img{
    margin: auto;
}
/*展会搜索*/
.exhibition-btn01,
.exhibition-btn02{
    width: 100%;
    font-size: 24px;
    display: block;
    color: white;
    margin-top: 20px;
	 text-align: center;
 padding: 20px 0;

}
.exhibition-btn01{
    background: #1a4d82;
}
.exhibition-btn02{
    background: #ff6600;
}
.exhibition-btn01 span,
.exhibition-btn02 span{
    display: block;

}
.exhibition-con{
    width: 870px;
}
.exhibition-left{
    width: 200px;
    height: 120px;
    line-height: 120px;
    float: left;
    border: 1px solid #c9c9c9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-top:10px;
	margin-right:10px;
}
.exhibition-left img{
    width: 200px;
    height: 120px;
    float: left;
}
.exhibition .exhibition-right{
    width: 640px;
    float: left;
	
	max-height:139px;
	overflow:hidden
}
/*展商名录*/
.e-search select,
.e-search input[type="text"],
.e-search input[type="search"]{
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
    color: #999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}
.e-search select{
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius:  15px 0 0 15px;
    border-radius:  15px 0 0 15px;
}
.e-search input[type="text"],
.e-search input[type="search"]{
    height: 30px;

}
.e-search input{
     border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	height:25px;
}

/*展商名录详情*/
.e-search .button1,
.e-search .button2{
    display: inline-block;
    font-size: 14px;
    color: white;
    padding: 5px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.e-search-con p{
    line-height: 35px;
    padding-left: 30px;
}
.e-search-con .p1{
    background: url("../images/icon.png") no-repeat 0 1px;
}
.e-search-con .p2{
    background: url("../images/icon.png") no-repeat 0 -30px;
}
.e-search-con .p3{
    background: url("../images/icon.png") no-repeat 0 -63px;
}
.e-search-con .p4{
    background: url("../images/icon.png") no-repeat 0 -100px;
}
.e-search-con .p5{
    background: url("../images/icon.png") no-repeat 0 -130px;
}
.e-search .button1{
    background: #1a4d82;
}
.e-search .button2{
    background: #ff6600;
}
.e-search-img li{
    width: 30%;
    height: 300px;
    float: left;
    margin: 15px 1.5%;
    position: relative;
}
.e-search-img li img{
    border: 1px solid #d7d7d7;
    padding: 1px;
    width: 100%;
    height: 250px;
    display: block;
}
.e-search-img li .jieshao{
    width: 100%;
    height: 50px;
    width: 100%;
    position: absolute;
}
.e-search-img li .jieshao-hover{
    width: 100%;
    position: absolute;
    top: 250px;
    background: rgba(0,0,0,.5);
    color: white;
    height: 250px;
}
.e-search-img li h5{
    height: 50px;
    line-height: 50px;
    text-align: center;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.e-search-img li p{
    line-height: 35px;
    font-size: 16px;
    padding: 10px;
}

.exhibition dd a{
    display: block;
    vertical-align: middle;
    line-height: 35px;
    height: 35px;
}
.exhibition dd a i,
.exhibition dd a span{
    display: inline-block;
    vertical-align: middle;
}
.exhibition dd a i{
    width: 5px;
    height: 5px;
    background: #d7d7d7;
    vertical-align: 3px;
    transform: rotate(45deg);
    margin: 0 10px;
}
.exhibition dd a:hover i{
    background: #1a4d82;
}
    /*咨询页*/
.feedback li{
    border: none;
    font-size: 16px;
    vertical-align: top;
}
.feedback li input,
.feedback li label{
    display: inline-block;

}
.feedback li label{
    width: 15%;
    text-align: right;
}
.feedback li:nth-of-type(2) label{
    vertical-align: top;
}
.feedback li input,
.feedback li textarea{
    width: 70%;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #d7d7d7;
}
.feedback li textarea{
    height: 200px;
    color: #999;
    line-height: 30px;
}
.feedback li input[type="button"]{
    background: #fca541;
    color: white;
    font-size: 18px;
    margin-left: 15%;
    /*width: 40%;*/
    text-align: center;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
}
.daohang_n
{ background-color:#0D386B;

width:1200px;
height:150px;
	}
	.dhjt {
		background:url(../images/dhjt.png) no-repeat 0 20px;
		margin-left:21px;
		width:40px;
		height:60px;
float:left}
	.dhtitle {
	width:1125px;
	float:right}
	.dhtitle h3{ font-size:18px; color:#FFF; margin-top:25px; font-weight:bold; width:1125px;}
	.dhtitle .dhfl { float:left; margin-top:20px; list-style:none; width:1125px; height:80px}
	.dhtitle .dhfl li{
    line-height: 40px;
    overflow: hidden;
    float: left;
}
.dhtitle .dhfl li a{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    margin: 0 10px;
    height: inherit;
	background:url(../images/dhbd.png) no-repeat;
	width:122px;
	line-height:30px;
	text-align:center;
	font-weight:bold;
}

.dhtitle .dhfl li a:hover{
	background:url(../images/dhhd.png) no-repeat;
    color: #fff;
}
.dhtitle .dhfl  .a1{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    margin: 0 10px;
    height: inherit;
	background:url(../images/dhhd.png) no-repeat;
	width:122px;
	line-height:30px;
	text-align:center;
	font-weight:bold;
}
.fenx {
	}
	.fenxx {
		width:130px;
		float:left;
		height:25px;
		line-height:25px
	}
	
	.new-list .new-con1 input{
        border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	height:25px;
}

	.little{ border-bottom:solid 1px #ccc;height:80px; font-size:18px;line-height:80px;color:353535;width:500px; margin-left:50px; margin-right:50px; float:left;}
	.little11{ height:80px;line-height:80px;font-family:Microsoft Yahei,微软雅黑,Tahoma,Arial,Helvetica,STHeiti;font-size:22px;font-weight:normal;color:353535;width:1000px; margin-left:50px;  float:left;}
	.little22{ height:120px;line-height:120px;font-family:Microsoft Yahei,微软雅黑,Tahoma,Arial,Helvetica,STHeiti;font-size:22px;font-weight:normal;color:353535;width:600px; margin-left:400px;  float:left; margin-top:20px}
	.little33{ line-height:80px;font-family:Microsoft Yahei,微软雅黑,Tahoma,Arial,Helvetica,STHeiti;font-size:22px;font-weight:normal;color:353535;width:1000px; margin-left:50px;  float:left; }
.little img{ display:block; float:left; margin-top:25px; margin-right:10px;}
 .little div{ float:left;}
.ditu{height:500px;width:1100px;box-shadow:0 0 5px #494949; margin-top:28px; margin-bottom:20px; overflow:hidden;}


/*会员中心样式
----------------------------------------------*/
.avatar-box{ padding:15px; background:#F7F8FD; overflow:hidden; }
	.avatar-box .img-box{ display:block; float:left; margin-right:10px; padding:1px; border:1px solid #fff; background:#fff; *width:60px; *height:60px; overflow:hidden; }
	.avatar-box .img-box img{ width:60px; height:60px; }
	.avatar-box h3{ color:#6c757e; font-size:16px; line-height:1em; height:24px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
	.avatar-box p{ color:#6c757e; font-size:12px; line-height:20px; }

.side-nav{ border-top:1px solid #e8ecef; }
	.side-nav li{ padding:5px 0; zoom:1; }
	.side-nav li a{ position:relative; display:block; margin:0 15px; padding:8px 15px; color:#6c757e; font-size:14px; line-height:20px; height:20px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
	.side-nav li a:hover{ color:#fff; border-radius:3px; background:#277bb9; }

.u-tab-head{ margin-bottom:15px; height:40px; background:#fbfbfb; border:1px solid #e8ecef; }
	.u-tab-head p a{ float:left; display:block; margin:-1px 0 auto -1px; padding:11px 25px; line-height:20px; height:20px; color:#7f838c; font-size:14px; border-left:1px solid #e8ecef; border-right:1px solid #e8ecef; }
	.u-tab-head p a:hover,.u-tab-head p a.selected{ color:#fff; background:#0089cd; }
	.u-tab-head span{ float:right; line-height:40px; }
	.u-tab-head span .add{ display:block; padding:10px 15px; line-height:20px; font-size:12px; }
.u-tab-content{ position:relative; padding:15px; background:#fbfbfb; border:1px solid #f0f0f0; min-height:398px; overflow:hidden; _height:398px; _overflow:visible; }
	.u-tab-content .ntitle{ margin:0 auto; padding:0 0 10px 0; }
	.u-tab-content .ntitle-tit{ margin:0 0 10px; padding:0; color:#444; font-size:16px; font-weight:normal; }
	.u-tab-content .ntitle-info{color:#999;}
	.u-tab-content p{ margin:0; padding:3px 0; color:#444; font-size:13px; line-height:24px; }
	.title-div{ margin-top:20px; border-top:1px solid #f0f0f0; height:26px; color:#6e717a; }
	.title-div strong{ float:left; margin-top:-16px; padding:3px 10px 3px 0; background:#fbfbfb; font-size:15px; _position:absolute; }
	.head-box{ padding:10px; border:1px solid #f6f6f6; background:#fff; }
	.head-box .img-box{ float:left; margin-right:10px; }
	.head-box .img-box img{ padding:1px; width:120px; height:120px; border:1px solid #f0f0f0; }
	.head-box .inner{ float:left; }
	.head-box .inner h3{ margin-bottom:15px; color:#3b8dd1; font-size:24px; font-weight:normal; line-height:1.3em; }
	.head-box .inner p{ color:#222; font-size:14px; line-height:24px; }
	.head-inner{ position:relative; margin:20px 0 10px 0; padding:10px; border:1px solid #f6f6f6; background:#fff; }
	.head-inner h3{ margin-bottom:10px; padding-bottom:8px; color:#3b8dd1; font-size:16px; font-weight:normal; line-height:30px; border-bottom:1px solid #f0f0f0; }
	.head-inner dl{ display:block; float:left; width:50%; line-height:2.8em; font-size:13px; }
	.head-inner dl dt{ display:block; float:left; color:#666; }
	.head-inner dl dd{ color:#999; }
	.form-box{ position:relative; padding:10px; border:1px solid #f6f6f6; background:#fff; font-size:14px; }
	.form-box dl{ display:block; padding:5px 0; }
	.form-box dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.form-box dl dt{ display:block; float:left; width:120px; line-height:38px; min-height:38px; color:#555; font-size:13px; text-align:right; _position:absolute; }
	.form-box dl dd{ position:relative; padding:5px 0 5px 10px; line-height:28px; min-height:28px; color:#555; font-size:13px; overflow:hidden; _margin-left:120px; }
	.form-box dl dd label.radio{ margin-right:5px; }
	.accept-box{ padding:0; background:#fff; border:1px solid #f0f0f0; }
	.accept-box dl{ padding:0; }
	.accept-box dl.head{ position:relative; padding:0; background:#fbfbfb; border-bottom:1px solid #e8e8e8; }
	.accept-box dl.head .btn-pay{ position:absolute; top:6px; right:6px; display:block; padding:0 15px; color:#fff; font-size:12px; height:24px; line-height:24px; background:#52A152; border:1px solid #417F41; border-radius:2px; }
	
	.step-box{ position:relative; }
	.step-box ul{ margin:0 -40px 0 -10px; }
	.step-box ul li{ position:relative; float:left; margin-right:-8px; width:20%; text-align:center; color:#8c8c8c; font-size:12px; }
	.step-box ul li .progress{ color:#fff; }
	.step-box ul li .progress:after,
	.step-box ul li .progress:before{ position:absolute; top:0; right:0; content:""; width:10px; height:20px; background:url(../images/delivery.png) no-repeat 100% -60px; }
	.step-box ul li .progress:after{ right:0; background-position:100% -20px; }
	.step-box ul li .progress:before{ left:0; background-position:0 0; }
	.step-box ul li .progress .text{ display:block; margin:0 10px; padding:1px 10px; background:#c3c3c3; height:18px; line-height:18px; }
	.step-box ul li.done .progress .text{ background:#83bd39; }
	.step-box ul li.done .progress:before{ background-position:0 -40px; }
	.step-box ul li.done .progress:after{ background-position:100% -60px; }
	.step-box ul li.first .progress:before{ display:none; }
	.step-box ul li.last .progress:after{ display:none; }
	.step-box ul li .info{ line-height:20px; }
	.step-box.mini ul{ margin:0 -32px 0 -10px; }
	.step-box.mini ul li{ width:25%; }

/*头像上传*/
.avatar-img{ display:block; margin:20px 0; padding:1px; width:180px; height:180px; border:1px solid #f0f0f0; border-radius:2px; background:#fff; }
	.avatar-img img{ width:180px; height:180px; }
.cropper-wraper{ margin-top:20px; }
	.cropper-wraper .cropper-box{ position:relative; float:left; margin-right:20px; padding:1px; width:350px; height:350px; text-align:center; border:1px solid #f0f0f0; border-radius:2px; background:#f4f4f4; text-align:center; vertical-align:middle; }
	.cropper-wraper .cropper-box div{ margin:auto; vertical-align:middle; }
	
	.cropper-wraper .cropper-view{ float:left; width:184px; }
	.cropper-wraper .cropper-view .img-box{ padding:1px; width:180px; height:180px; border:1px solid #f0f0f0; border-radius:2px; background:#fff; overflow:hidden; }
	.cropper-wraper .cropper-view .img-box img{ display:block; width:180px; height:180px; }
	.cropper-wraper .cropper-view .btn-box p{ margin:8px 0; text-align:center; color:#333; font-size:13px; line-height:24px; }
	.cropper-wraper .cropper-view .btn-box p.tip{ text-align:left; color:#999; font-size:13px; line-height:22px; }
	.cropper-wraper .cropper-view .btn-box .btn{ width:100%; line-height:34px; height:36px; }
	
.ftable{ width:100%; border:1px solid #f0f0f0; background:#fff; }
.mtable{ width:100%; background:#fff; _width:auto; }
	.mtable th,.ftable th{ padding:0.8em; color:#6e717a; font-size:13px; font-weight:400; background:#fbfbfb; border-bottom:1px solid #e8e8e8; }
	.mtable td,.ftable td{ padding:0.8em; color:#333; font-size:13px; border-bottom:1px solid #F3F3F3; }
	.ftable td .img{ padding:1px; width:60px; height:60px; border:1px solid #e8e8e8; }
	.ftable td s{ color:#999; text-decoration:line-through; }
	.mtable .tr_odd_bg,.ftable .tr_odd_bg{ background:#f9f9f9; }
.page-foot{ clear:both; font-size:13px; padding-top:15px; height:35px; }
.page-btns{ float:left; }
	.page-btns a{ color:#444; font-weight:bold; margin-right:5px; }
	.page-btns .pipe{ color:#cbcbcb; margin:0 5px; }

.login-right h1{ margin-bottom:20px; color:#555; font-size:22px; font-weight:700; letter-spacing:3px; line-height:30px; height:30px; text-align:center; }
	.login-right li{ position:relative; clear:both; margin-bottom:10px; height:50px; *display:inline; *zoom:1; }
	.login-right li label{ position:absolute; top:1px; left:10px; width:68px; height:40px; line-height:40px; color:#999; font-size:14px; }
	.login-right li input{ display:block; margin:0; padding:10px 10px 10px 80px; width:208px; height:20px; line-height:20px; border:1px solid #e8e8e8; background:#fbfcff; color:#333; font-size:14px; border-radius:3px; }
	.login-right li input:focus{ border-color:#999; }
	.login-right li span{ line-height:24px; }
	.login-right .btn-box .col{ clear:both; margin-bottom:10px; padding-bottom:10px; color:#555; font-size:14px; line-height:20px; }
	.login-right .btn-box .col .submit{ display:block; padding:10px 20px; width:100%; color:#fff; font-size:14px; line-height:20px; border:0; background:#1e7bb3; text-align:center; border-radius:3px; cursor:pointer; }
	.login-right .btn-box .tips{ display:none; margin:0; padding:0; text-align:center; font-size:12px; color:#f00; }
	.login-right .oauth-box { clear:both; padding-top:20px; }
	.login-right .oauth-box h3{ display:block; margin-bottom:10px; color:#555; font-size:14px; line-height:30px; height:30px; font-weight:normal; }
	.login-right .oauth-box p{ margin-left:-25px; }
	.login-right .oauth-box p a{ display:block; float:left; margin:0 0 10px 25px; _display:inline; _zoom:1; }
	.login-right .oauth-box p a img{ width:38px; height:38px; }

.inner-box{ margin:30px 0; min-height:350px; _height:350px; border:1px solid #f0f0f0; background:#fff; text-align:center; }
	.inner-box .dl-list{ margin:0 auto; padding:30px; text-align:left; width:879px; font-size:14px; }
	.inner-box .dl-list dl{ clear:both; display:block; padding:5px 0; }
	.inner-box .dl-list dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.inner-box .dl-list dl dt{ display:block; padding:5px 0; float:left; width:30%; line-height:42px; min-height:42px; color:#555; text-align:right; }
	.inner-box .dl-list dl dd{ position:relative; padding:5px 0 5px 20px; line-height:42px; min-height:42px; color:#555; overflow:hidden; _margin-left:120px; }
	.inner-box .dl-list dl dd .input{ padding:10px; }
	.inner-box .dl-list dl dd a.send{ display:inline-block; color:#555; border:1px solid #e8e8e8; border-radius:3px; width:110px; height:40px; line-height:40px; color:#333; font-size:14px; text-align:center; background:#fff; vertical-align:middle; }
	.inner-box .dl-list dl dd a.send.gray{ color:#999; }
	.inner-box .dl-list dl dd a.send img{ margin-top:9px; }
	.inner-box .dl-list dl dd .input.code{ width:84px; ime-mode:disabled; text-transform:uppercase; }
	
	.inner-box .tab-head{ display:block; border-bottom:1px solid #f0f0f0; background:#fbfbfb; overflow:hidden; }
	.inner-box .tab-head ul li{ float:left; margin-left:-1px; border-left:1px solid #f0f0f0; border-right:1px solid #f0f0f0; }
	.inner-box .tab-head ul li a{ display:block; padding:0 30px; height:50px; line-height:50px; color:#555; font-size:14px; }
	.inner-box .tab-head ul li a:hover,.inner-box .tab-head ul li a.selected{ color:#666; background:#fff; border-bottom:2px solid #0089cd; }
	.inner-box .tab-content{ display:none; }/*会员中心样式
----------------------------------------------*/
.avatar-box{ padding:15px; background:#F7F8FD; overflow:hidden; }
	.avatar-box .img-box{ display:block; float:left; margin-right:10px; padding:1px; border:1px solid #fff; background:#fff; *width:60px; *height:60px; overflow:hidden; }
	.avatar-box .img-box img{ width:60px; height:60px; }
	.avatar-box h3{ color:#6c757e; font-size:16px; line-height:1em; height:24px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
	.avatar-box p{ color:#6c757e; font-size:12px; line-height:20px; }

.side-nav{ border-top:1px solid #e8ecef; }
	.side-nav li{ padding:5px 0; zoom:1; }
	.side-nav li a{ position:relative; display:block; margin:0 15px; padding:8px 15px; color:#6c757e; font-size:14px; line-height:20px; height:20px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
	.side-nav li a:hover{ color:#fff; border-radius:3px; background:#277bb9; }

.u-tab-head{ margin-bottom:15px; height:40px; background:#fbfbfb; border:1px solid #e8ecef; }
	.u-tab-head p a{ float:left; display:block; margin:-1px 0 auto -1px; padding:11px 25px; line-height:20px; height:20px; color:#7f838c; font-size:14px; border-left:1px solid #e8ecef; border-right:1px solid #e8ecef; }
	.u-tab-head p a:hover,.u-tab-head p a.selected{ color:#fff; background:#0089cd; }
	.u-tab-head span{ float:right; line-height:40px; }
	.u-tab-head span .add{ display:block; padding:10px 15px; line-height:20px; font-size:12px; }
.u-tab-content{ position:relative; padding:15px; background:#fbfbfb; border:1px solid #f0f0f0; min-height:398px; overflow:hidden; _height:398px; _overflow:visible; }
	.u-tab-content .ntitle{ margin:0 auto; padding:0 0 10px 0; }
	.u-tab-content .ntitle-tit{ margin:0 0 10px; padding:0; color:#444; font-size:16px; font-weight:normal; }
	.u-tab-content .ntitle-info{color:#999;}
	.u-tab-content p{ margin:0; padding:3px 0; color:#444; font-size:13px; line-height:24px; }
	.title-div{ margin-top:20px; border-top:1px solid #f0f0f0; height:26px; color:#6e717a; }
	.title-div strong{ float:left; margin-top:-16px; padding:3px 10px 3px 0; background:#fbfbfb; font-size:15px; _position:absolute; }
	.head-box{ padding:10px; border:1px solid #f6f6f6; background:#fff; }
	.head-box .img-box{ float:left; margin-right:10px; }
	.head-box .img-box img{ padding:1px; width:120px; height:120px; border:1px solid #f0f0f0; }
	.head-box .inner{ float:left; }
	.head-box .inner h3{ margin-bottom:15px; color:#3b8dd1; font-size:24px; font-weight:normal; line-height:1.3em; }
	.head-box .inner p{ color:#222; font-size:14px; line-height:24px; }
	.head-inner{ position:relative; margin:20px 0 10px 0; padding:10px; border:1px solid #f6f6f6; background:#fff; }
	.head-inner h3{ margin-bottom:10px; padding-bottom:8px; color:#3b8dd1; font-size:16px; font-weight:normal; line-height:30px; border-bottom:1px solid #f0f0f0; }
	.head-inner dl{ display:block; float:left; width:50%; line-height:2.8em; font-size:13px; }
	.head-inner dl dt{ display:block; float:left; color:#666; }
	.head-inner dl dd{ color:#999; }
	.form-box{ position:relative; padding:10px; border:1px solid #f6f6f6; background:#fff; font-size:14px; }
	.form-box dl{ display:block; padding:5px 0; }
	.form-box dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.form-box dl dt{ display:block; float:left; width:120px; line-height:38px; min-height:38px; color:#555; font-size:13px; text-align:right; _position:absolute; }
	.form-box dl dd{ position:relative; padding:5px 0 5px 10px; line-height:28px; min-height:28px; color:#555; font-size:13px; overflow:hidden; _margin-left:120px; }
	.form-box dl dd label.radio{ margin-right:5px; }
	.accept-box{ padding:0; background:#fff; border:1px solid #f0f0f0; }
	.accept-box dl{ padding:0; }
	.accept-box dl.head{ position:relative; padding:0; background:#fbfbfb; border-bottom:1px solid #e8e8e8; }
	.accept-box dl.head .btn-pay{ position:absolute; top:6px; right:6px; display:block; padding:0 15px; color:#fff; font-size:12px; height:24px; line-height:24px; background:#52A152; border:1px solid #417F41; border-radius:2px; }
	
	.step-box{ position:relative; }
	.step-box ul{ margin:0 -40px 0 -10px; }
	.step-box ul li{ position:relative; float:left; margin-right:-8px; width:20%; text-align:center; color:#8c8c8c; font-size:12px; }
	.step-box ul li .progress{ color:#fff; }
	.step-box ul li .progress:after,
	.step-box ul li .progress:before{ position:absolute; top:0; right:0; content:""; width:10px; height:20px; background:url(../images/delivery.png) no-repeat 100% -60px; }
	.step-box ul li .progress:after{ right:0; background-position:100% -20px; }
	.step-box ul li .progress:before{ left:0; background-position:0 0; }
	.step-box ul li .progress .text{ display:block; margin:0 10px; padding:1px 10px; background:#c3c3c3; height:18px; line-height:18px; }
	.step-box ul li.done .progress .text{ background:#83bd39; }
	.step-box ul li.done .progress:before{ background-position:0 -40px; }
	.step-box ul li.done .progress:after{ background-position:100% -60px; }
	.step-box ul li.first .progress:before{ display:none; }
	.step-box ul li.last .progress:after{ display:none; }
	.step-box ul li .info{ line-height:20px; }
	.step-box.mini ul{ margin:0 -32px 0 -10px; }
	.step-box.mini ul li{ width:25%; }

/*头像上传*/
.avatar-img{ display:block; margin:20px 0; padding:1px; width:180px; height:180px; border:1px solid #f0f0f0; border-radius:2px; background:#fff; }
	.avatar-img img{ width:180px; height:180px; }
.cropper-wraper{ margin-top:20px; }
	.cropper-wraper .cropper-box{ position:relative; float:left; margin-right:20px; padding:1px; width:350px; height:350px; text-align:center; border:1px solid #f0f0f0; border-radius:2px; background:#f4f4f4; text-align:center; vertical-align:middle; }
	.cropper-wraper .cropper-box div{ margin:auto; vertical-align:middle; }
	
	.cropper-wraper .cropper-view{ float:left; width:184px; }
	.cropper-wraper .cropper-view .img-box{ padding:1px; width:180px; height:180px; border:1px solid #f0f0f0; border-radius:2px; background:#fff; overflow:hidden; }
	.cropper-wraper .cropper-view .img-box img{ display:block; width:180px; height:180px; }
	.cropper-wraper .cropper-view .btn-box p{ margin:8px 0; text-align:center; color:#333; font-size:13px; line-height:24px; }
	.cropper-wraper .cropper-view .btn-box p.tip{ text-align:left; color:#999; font-size:13px; line-height:22px; }
	.cropper-wraper .cropper-view .btn-box .btn{ width:100%; line-height:34px; height:36px; }
	
.ftable{ width:100%; border:1px solid #f0f0f0; background:#fff; }
.mtable{ width:100%; background:#fff; _width:auto; }
	.mtable th,.ftable th{ padding:0.8em; color:#6e717a; font-size:13px; font-weight:400; background:#fbfbfb; border-bottom:1px solid #e8e8e8; }
	.mtable td,.ftable td{ padding:0.8em; color:#333; font-size:13px; border-bottom:1px solid #F3F3F3; }
	.ftable td .img{ padding:1px; width:60px; height:60px; border:1px solid #e8e8e8; }
	.ftable td s{ color:#999; text-decoration:line-through; }
	.mtable .tr_odd_bg,.ftable .tr_odd_bg{ background:#f9f9f9; }
.page-foot{ clear:both; font-size:13px; padding-top:15px; height:35px; }
.page-btns{ float:left; }
	.page-btns a{ color:#444; font-weight:bold; margin-right:5px; }
	.page-btns .pipe{ color:#cbcbcb; margin:0 5px; }

.login-right h1{ margin-bottom:20px; color:#555; font-size:22px; font-weight:700; letter-spacing:3px; line-height:30px; height:30px; text-align:center; }
	.login-right li{ position:relative; clear:both; margin-bottom:10px; height:50px; *display:inline; *zoom:1; }
	.login-right li label{ position:absolute; top:1px; left:10px; width:68px; height:40px; line-height:40px; color:#999; font-size:14px; }
	.login-right li input{ display:block; margin:0; padding:10px 10px 10px 80px; width:208px; height:20px; line-height:20px; border:1px solid #e8e8e8; background:#fbfcff; color:#333; font-size:14px; border-radius:3px; }
	.login-right li input:focus{ border-color:#999; }
	.login-right li span{ line-height:24px; }
	.login-right .btn-box .col{ clear:both; margin-bottom:10px; padding-bottom:10px; color:#555; font-size:14px; line-height:20px; }
	.login-right .btn-box .col .submit{ display:block; padding:10px 20px; width:100%; color:#fff; font-size:14px; line-height:20px; border:0; background:#1e7bb3; text-align:center; border-radius:3px; cursor:pointer; }
	.login-right .btn-box .tips{ display:none; margin:0; padding:0; text-align:center; font-size:12px; color:#f00; }
	.login-right .oauth-box { clear:both; padding-top:20px; }
	.login-right .oauth-box h3{ display:block; margin-bottom:10px; color:#555; font-size:14px; line-height:30px; height:30px; font-weight:normal; }
	.login-right .oauth-box p{ margin-left:-25px; }
	.login-right .oauth-box p a{ display:block; float:left; margin:0 0 10px 25px; _display:inline; _zoom:1; }
	.login-right .oauth-box p a img{ width:38px; height:38px; }

.inner-box{ margin:30px 0; min-height:350px; _height:350px; border:1px solid #f0f0f0; background:#fff; text-align:center; }
	.inner-box .dl-list{ margin:0 auto; padding:30px; text-align:left; width:879px; font-size:14px; }
	.inner-box .dl-list dl{ clear:both; display:block; padding:5px 0; }
	.inner-box .dl-list dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.inner-box .dl-list dl dt{ display:block; padding:5px 0; float:left; width:30%; line-height:42px; min-height:42px; color:#555; text-align:right; }
	.inner-box .dl-list dl dd{ position:relative; padding:5px 0 5px 20px; line-height:42px; min-height:42px; color:#555; overflow:hidden; _margin-left:120px; }
	.inner-box .dl-list dl dd .input{ padding:10px; }
	.inner-box .dl-list dl dd a.send{ display:inline-block; color:#555; border:1px solid #e8e8e8; border-radius:3px; width:110px; height:40px; line-height:40px; color:#333; font-size:14px; text-align:center; background:#fff; vertical-align:middle; }
	.inner-box .dl-list dl dd a.send.gray{ color:#999; }
	.inner-box .dl-list dl dd a.send img{ margin-top:9px; }
	.inner-box .dl-list dl dd .input.code{ width:84px; ime-mode:disabled; text-transform:uppercase; }
	
	.inner-box .tab-head{ display:block; border-bottom:1px solid #f0f0f0; background:#fbfbfb; overflow:hidden; }
	.inner-box .tab-head ul li{ float:left; margin-left:-1px; border-left:1px solid #f0f0f0; border-right:1px solid #f0f0f0; }
	.inner-box .tab-head ul li a{ display:block; padding:0 30px; height:50px; line-height:50px; color:#555; font-size:14px; }
	.inner-box .tab-head ul li a:hover,.inner-box .tab-head ul li a.selected{ color:#666; background:#fff; border-bottom:2px solid #0089cd; }
	.inner-box .tab-content{ display:none; }
	
/*以下部分是WebUploader必须的
----------------------------------------------*/
.webuploader-container{ position:relative; }
.webuploader-element-invisible{ position:absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px,1px,1px,1px); }
.webuploader-pick{ position:relative; display:inline-block; padding:0 25px; line-height:32px; height:32px; border:1px solid #02598E; border-radius:2px; cursor:pointer; background:#1e7bb3; color:#fff; text-align:center; overflow:hidden; zoom:1; *display:inline; }
.webuploader-pick-hover{ opacity:0.9; }
.webuploader-pick-disable{ opacity:0.6; pointer-events:none; }
.upload-box{ position:relative; display:inline-block; height:32px; vertical-align:middle; zoom:1; *display:inline;}
	.upload-box .upload-btn{ display:inline-block; height:32px; zoom:1; *display:inline; }
	.upload-box .upload-progress{ position:absolute; top:0; left:0; padding:2px 5px; width:115px; height:28px; border:1px solid #d7d7d7; background:#fff; overflow:hidden; }
	.upload-box .upload-progress .txt{ display:block; padding-right:10px; font-weight:normal; font-style:normal; font-size:11px; line-height:18px; height:18px; text-overflow:ellipsis; overflow:hidden; }
	.upload-box .upload-progress .bar{ position:relative; display:block; width:112px; height:4px; border:1px solid #1da76b; }
	.upload-box .upload-progress .bar b{ display:block; width:0%; height:4px; font-weight:normal; text-indent:-99em; background:#28B779; overflow:hidden; }
	.upload-box .upload-progress .close{ position:absolute; display:block; top:1px; right:1px; width:14px; height:14px; text-indent:-99em; background:url(../images/sprite.gif) 0 -240px no-repeat; cursor:pointer; overflow:hidden; }