@charset "utf-8";
/* 云鸽信息网CSS样式 */
/* reset */
body,h1,h2,h3,h4,h5,p,dl,dd,ul,ol,form,input,textarea,th,td,select{margin:0; padding:0;}
em,strong{font-style:normal;}
li{list-style:none;}
a{text-decoration:none;}
img{border:none; vertical-align:middle;max-width: 100%;}
table{border-collapse:collapse;}
input,textarea{outline:none;}
textarea{resize:none; overflow:auto;}
body{font-size:12px; font-family:"微软雅黑";}
/* end reset */
/* public */
.clear{zoom:1;}
.clear:after{content:''; display:block; clear:both;}
.fl{float:left;}
.fr{float:right;}
.triangle_up, .triangle_down_red, .triangle_down_gray{position:absolute; width:0; height:0; overflow:hidden; border-left:4px solid transparent; border-right:4px solid transparent;}
.triangle_up{border-bottom:4px solid #ca0309;}
.triangle_down_red{border-top:4px solid #ca0309;}
.triangle_down_gray{border-top:4px solid #c4bdbd;}
/* end public */
/*头部*/
#header_warp{width:100%; height:46px; background:#f5f5f5;}
#header{width:1200px; height:46px; margin:0 auto; position:relative;font-size: 14px;}
#header .login_register{position:absolute; left:2px; top:10px; word-spacing:5px;}
#header .login_register a{display:inline-block; padding-right:10px; height:22px; line-height:26px; color:#6c6c6c;}
#header .login_register .active,#header .login_register .active:hover{color:#f22e00;}
#header .login_register a:hover{color:#f22e00;}
#top_nav{position:absolute; right:-18px; top:10px; word-spacing:5px;}
#top_nav li{float:left; width:80px; height:22px; line-height:26px;}
#top_nav li a{color:#6c6c6c; margin-left:14px;}
#top_nav li a:hover{color:#f22e00;}
/*导航*/
#nav_warp{width: 1200px;margin: auto; height:80px; position:relative;}
#nav_warp .logo{width:300px; height:80px; float:left;}
#nav_warp .logo a img{margin:10px 0;}
#nav_item{height:80px; float:right;}
#nav_item li{float:left;}
#nav_item li a{display:inline-block; width:90px; height:80px; font-family:"微软雅黑"; font-size:16px; color:#0b399f; text-align:center; line-height:80px;}
#nav_item li a:hover,#nav_hover a{color:#fff !important; background:#4b8ce9; transition:0.8s;}
.container{margin-right: auto; margin-left: auto;}
@media (min-width: 768px){.container{width: 750px;}}
@media (min-width: 992px){.container{width: 900px;}}
@media (min-width: 1200px){.container{width: 1200px;}}
.container-fluid{margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px;}
.container{width:1200px;margin-top: 20px;}
/*banner*/
#solid{
	width:100%;
	height:400px;
	clear:both;
	position:relative;
}
#solid .solid0,#solid .solid1,#solid .solid2{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:400px;
	display:none;
}
#solid .solid0{
	background:#fff
}
#solid .solid1{
	background:#fff;
}
#solid .solid2{
	background:#fff;
}
#solid ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}
#solid ul li{
	position:absolute;
	top:0px;
	width:100%;
	height:400px;
	display:none;
	cursor:pointer;
	overflow: hidden;  
}


#solid #btt{
	width:100%;
	height:55px;
	top:360px;
	position:relative;
}
#solid #btt span{
	position:absolute;
	top:15px;
	left:45%;
	display:block;
	width:30px;
	height:8px;
	margin:0 15px;	
	text-align:center;
	background:#3d3d3d;
	z-index:1000;
	cursor:pointer;
	filter:alpha(opacity=70); /*IE滤镜，透明度50%*/
	-moz-opacity:0.7; /*Firefox私有，透明度50%*/
	opacity:0.7;/*其他，透明度50%*
}

@media screen and (min-width: 768px){.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{width: 30px; height: 50px; margin-top: -25px; font-size: 30px;} .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{/*margin-left: -45px;*/} .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{/*margin-right: -45px;*/} .carousel-caption{left: 20%; right: 20%; padding-bottom: 30px;} .carousel-indicators{bottom: 20px;}}
/*搜索框*/
#search{width:1198px; height:160px; margin:30px auto 10px; border-radius:10px;overflow: hidden; border:1px solid #95a8d2; position:relative;}
#search .bar{width:1198px; height:100px; position:absolute; top:20px; left:0; background:#4b8ce9; border-radius:10px;overflow: hidden; box-shadow:1px 2px 2px rgba(0,0,0,0.15);}
#search .menu{position:absolute; left:298px; top:-41px;}
#search .menu li{float:left; width:98px; height:40px; margin-right:2px; background:#fff; display:inline-block; text-align:center; line-height:40px; font-size:16px; cursor:pointer; border:1px solid #ffa27c; border-bottom:none; border-radius:3px 3px 0 0; box-shadow:1px 0px 2px rgba(176,176,176,0.3);}
#search .menu .active{border:0 solid #ffa27c; position:relative; top:0; height:41px; background:url(../images/list_bg.png) no-repeat; color:#fff; text-shadow:1px 2px 3px rgba(26,78,156,0.25);}
#search .img{width:214px; height:150px; background:url(../images/zy_aim.png) no-repeat; position:absolute; left:35px; top:5px;}
#search .form{position:absolute; left:298px; top:45px;}
#search .form .text{width:464px; height:40px; line-height:40px; padding:0 16px; border:1px solid #d56151; background:#f7f9ff; border-radius:3px; float:left; margin-right:10px; font-size:14px; font-family:'宋体'; color:#666; box-shadow:0px 2px 3px rgba(13,40,79,0.25); font-weight:bold;}
#search .form .btn{width:100px; height:40px; border:none; background:url(../images/search_btn.png) no-repeat; cursor:pointer;}
#search .update{width:600px; height:30px; position:absolute; left:298px; bottom:0; background:url(../images/update.png) no-repeat 0px 8px;}
#search .wrap{width:600px; height:30px; white-space:nowrap; text-overflow:ellipsis; overflow: hidden; position:relative; left:60px;}
#search .update ul{width:600px; position:absolute; top:0px; left:0;}
#search .update li{height:30px; line-height:30px; overflow:hidden;}
#search .update a{color:#000;}
#search .update a:hover{text-decoration:underline;}
#search .update strong{color:#d30703; font-weight:normal;}
#search .update span{color:#999;}
#search .triangle_up{top:8px; right:0;}
#search .triangle_down_red{top:17px; right:0;}
/*主体内容*/
#content{width:1200px; margin:30px auto;clear: both;}
/*主体内容(各栏目)*/
.main_info{width:895px; height:100%; float:left;}
#auction{width:893px; height:atuo; border:1px solid #95a8d2; border-radius:10px;overflow: hidden;}
#auction .pai{width:893px; height:150px; margin:10px auto; background:#F9F4F4; url(../images/hot.gif) no-repeat 849px 0; position:relative;}
.pai img{width:210px; height:140px; position:absolute; top:5px; left:10px;}
.pai img:hover{ transition:1s;opacity:0.6;filter:alpha(opacity=60); /* 针对 IE8 以及更早的版本 */}
.pai h5{width:600px; height:30px; position:absolute; top:5px; left:264px;font-weight: normal;overflow: hidden;          	/*自动隐藏文字*/
text-overflow: ellipsis;	/*文字隐藏后添加省略号*/
white-space: nowrap;}
.pai h5 a{font-size:18px; color:#4b8ce9; letter-spacing:1px;}
.pai h5 a:hover{text-decoration:underline;}
.pai .paimaidesc{width:600px; height:75px; position:absolute; top:34px; left:264px; line-height:24px; overflow: hidden;}
.pai .paimaidesc a{font-size:14px; color:#6b6b6c; letter-spacing:0.5px;}
.pai .paimaidesc a:hover{color:#039;}
.pai em, .pai span{font-size:14px; color:#333;}
.pai em{position:absolute; bottom:10px; left:264px;}
.pai span{position:absolute; bottom:10px; right:38px;display: block;border-radius: 10px;border-radius: 8px;background: #4b8ce9;padding: 5px 8px;}
.pai span:hover{background: #307be7;}
.pai span a{color: #FFF;}
.ad{width:895px; height:100px; margin-top:10px; border-radius:10px;overflow: hidden;}
.video, .famous{border:1px solid #95a8d2; border-radius:10px;overflow: hidden; position:absolute; left:0; top:0;}
.news, .tips{margin-left:5px; border:1px solid #95a8d2; border-radius:10px;overflow: hidden; position:absolute; right:0; top:0;}
.video, .news{height: 544px;}
.famous, .tips{height: 390px;}
.section_01, .section_02{width:895px; margin-top:10px; position:relative;}
.section_01{height:550px;}
.section_02{height:400px;}
.video,.news{position:absolute; top:0;}
.video, .famous{left:0;}
.news, tips{right:0;}
.item_title00,.item_title01,.item_title02,.item_title03,.item_title04,.item_title05,.item_title06{font-weight: normal; height:64px; border-bottom:1px solid #95a8d2; line-height:64px; text-align:right;}
.item_title00 a,.item_title01 a,.item_title02 a,.item_title03 a,.item_title04 a,.item_title05 a,.item_title06 a{margin-right: 10px; font-size:14px; font-family:"微软雅黑"; color:#847F7F;}
.video, .famous,.item_title01,.item_title03{width:450px;}
.news, .tips,.item_title02,.item_title04{width:433px;}
.item_title00{background:url(../images/sales.gif) no-repeat 12px 3px;background-color: #EDF7FF;}
.item_title01{background:url(../images/item_theme.gif) no-repeat 12px 4px;background-color: #EDF7FF;}
.item_title02{background:url(../images/item_theme.gif) no-repeat 12px -112px;background-color: #EDF7FF;}
.item_title03{background:url(../images/item_theme.gif) no-repeat 12px -220px;background-color: #EDF7FF;}
.item_title04{background:url(../images/item_theme.gif) no-repeat 12px -331px;background-color: #EDF7FF;}
.item_title05{background:url(../images/item_theme.gif) no-repeat 12px -442px;background-color: #EDF7FF;}
.item_title06{background:url(../images/item_theme.gif) no-repeat 12px -512px;background-color: #EDF7FF;}
.video_con{width:430px; height:260px; margin:6px auto; background:#999; box-shadow:1px 3px 3px rgba(0,0,0,0.3)}
.video_con iframe{width:430px; height:260px;}
.video_list li{width:430px; line-height:32px; margin-left:10px; border-bottom:1px dotted #dadada; white-space:nowrap; text-overflow:ellipsis; overflow: hidden;}
.video_list li img{margin-left:8px; vertical-align:middle;}
.video_list li a{margin-left:12px; font-size:14px; color:#454545;}
.video_list li:hover{color:#202020; margin-left:20px; transition:0.6s;}
.famous .list li{width:434px; height:30px; border-radius:3px; background:#f8f8f8; line-height:30px; vertical-align:middle; margin:5px 0 10px 8px;}
.famous .list em{float:left; font-size:18px; font-family:"Arial"; font-weight:bold; color:#e66100; margin-left:8px;}
.famous .list a{display:inline-block; width:300px; height:30px; margin-left:20px; font-size:14px; color:#333; letter-spacing:.5px; white-space:nowrap; text-overflow:ellipsis; overflow: hidden; position:relative;}
.famous .list a:hover{margin-top:4px; transition:0.4s; color:#141414; text-decoration:underline;}
.famous .list span{float:right; margin-right:4px; font-family:arial; font-size:14px; color:#949494;}
.tips .list li{width:410px; height:36px; border-bottom:1px dotted #dadada; line-height:38px; vertical-align:; margin:5px 0 10px 8px; position:relative;}
.tips .list em{position:absolute; left:6px;}
.tips .list a{display:inline-block; width:300px; height:36px; margin-left:26px; font-size:14px; color:#333; letter-spacing:.5px; white-space:nowrap; text-overflow:ellipsis; overflow: hidden; position:relative;}
.tips .list a:hover{text-decoration:underline;}
.tips .list span{float:right; margin-right:4px; font-family:arial; font-size:14px; color:#949494;}
#sold{width:893px; border:1px solid #95a8d2; border-radius:10px;overflow: hidden;margin-top: 10px;}
#sold_con{text-align:center; margin:8px; display: table;}
#sold_con ul li{width:280px;float:left; margin-left: 9px;}
#sold_con .p_pic ,#sold_con .abstract ,#sold_con .owner{display: inline-block; margin-top:2px;}
#sold_con .p_pic{width:280px;height: 220px; border:1px solid #9a9a9a;}
#sold_con .abstract{width:280px;height:30px; font-size:16px;  color:#565453; text-align:center; line-height:30px;}
#sold_con .p_pic a:hover{padding:-2px;}
#sold_con .owner{width:280px;height:35px; background:#f8f4f4; font-size:16px;  color:#fb680b; text-align:center; line-height:35px; letter-spacing:2px; margin-bottom:10px;}
#sold_con .owner em{font-size: 20px;}
/*主体内容(侧边栏)*/
#content .sidebar{width:295px; height:100%; float:right;}
#user_login, #follow_us,#hot_news, #auctioning, #coming_soon,#promote,#hot_comment{width:293px; border:1px solid #95a8d2; border-radius:10px;overflow: hidden;}
/*#hot_news{height:570px; overflow:hidden;}*/
#follow_us, #hot_news, #auctioning, #coming_soon,#promote,#hot_comment{margin-top:10px;}
#follow_us,#user_login{height:250px; overflow:hidden;}
#user_login{margin-top: -17px;padding-bottom: 10px;}
#hot_comment{height:280px; overflow:hidden;}
#follow_us{background:url(../images/ewm.png) no-repeat 77px 71px; position:relative;}
#follow_us p{color:#FF6808; position:absolute; bottom:15px; left:82px;}
.theme01, .theme02, .theme03, .theme04, .theme05,.theme06{width:295px; height:54px; border-bottom:1px solid #95a8d2;}
.theme01{background:url(../images/theme.gif) no-repeat 25px 13px;}
.theme02{background:url(../images/theme.gif) no-repeat 25px -38px;}
.theme06{background:url(../images/theme.gif) no-repeat 25px -248px;}
.theme03{background:url(../images/theme.gif) no-repeat 25px -88px;}
.theme04{background:url(../images/theme.gif) no-repeat 25px -138px;}
.theme05{background:url(../images/theme.gif) no-repeat 25px -192px;}
/*登录*/
#way .number,#way .wechat{display:inline-block; width:146px; height:30px; background:#dfe3eb; line-height:30px; text-align:center; font-size:14px; color:#4b8ce9;}
#way .number:hover,#way .wechat:hover{background:#4b8ce9; color:#fff; transition:0.5s;}
#way .number{float:left;}
#way .wechat{float:right;}
#tab01,#tab02{width:293px; height:160px; position:relative;}
#username, #password,#code{width:210px; line-height:30px; border:1px solid #87a7f0; margin: 15px 40px 0px 40px; text-indent:30px; color:#39579a;height: 30px;}
#username{top:20px; background:url(../images/user.gif) no-repeat 10px 6px;}
#password{top:70px; background:url(../images/pwd.gif) no-repeat 10px 6px;}
#code{width:108px;float:left;text-indent:10px;margin-right:0px;line-height: 30px;}
#tab02 b{background: #fbfbfb;border: solid 1px #dddddd; float:left;line-height:30px;margin-top: 15px;width: 100px;color: #545050; }
#wj_pwd{position:absolute; left:58px; top:116px; color:#4b8ce9;}
#reg_txt{position:absolute; right:110px; top:116px; color:#4b8ce9;}
#login_btn{border:none; width:60px; height:24px; text-align:center; font-weight:bold; line-height:24px; color:#fff; background:#4b8ce9; position:absolute; right:40px; top:112px;}
#tab02{width:293px; height:160px; text-align:center;}
#tab02 img{margin-top:16px;}
#hot_news img{width:260px; height:200px; border:#f1f1f1 1px solid; margin:6px 0 0 16px;}
#hot_news .title,#hot_news .timer{width:260px; margin:2px 0 4px 17px;}
#hot_news .title{font-size:14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;color: #454545;}
#hot_news .timer em ,#hot_news .timer span{color:#666;}
#auctioning img,#coming_soon img{margin:10px 15px 10px;}
.recommend .pic{width:406px; height:240px; position:relative; margin:0 auto; background:#f9f9f9;}
.recommend .pic ul{width:290px; height:198px; position:absolute; top:5px; left:5px;}
.recommend .pic ul li{width:290px; height:198px; border:1px solid #fff; position:absolute; top:0; left:0;}
.recommend .pic ul img{width:290px; height:198px;}
.recommend .pic ol{position:absolute; top:5px; right:5px;}
.recommend .pic ol li,.recommend .pic ol img{width:82px; height:56px;}
.recommend .pic ol li{border:3px solid #fff; margin-bottom:8px;}
.recommend .pic ol .active{border:2px solid #e76a10;}
.recommend .pic p{line-height:32px; position:absolute; left:4px; bottom:2px; font-size:14px; color:#e76a10; font-weight:bold; letter-spacing:2px;}
.recommend .list{padding:18px 26px 0 0;}
.recommend .list li{height:34px; vertical-align:middle; position:relative}
.recommend .list em img{position:absolute; top:8px; left:13px;}
.recommend .list a{position:absolute; left:26px; color:#454545; font-size:14px; color:#454545; letter-spacing:1px; display:inline-block; width:300px; height:30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.recommend .list a:hover{text-decoration:underline;}
.recommend .list span{position:absolute; right:0; font-family:arial; font-size:14px; color:#999;}
/*定价铭鸽内容*/
#salecontent{width:1200px; height:auto; margin:10px auto;}
#salead{width:1200px; height:100px; border-radius:10px;overflow: hidden;}
#salead .ad_list01{float:left; width:595px; height:100px; overflow:hidden;}
#salead .ad_list02{float:right; width:595px; height:100px; overflow:hidden;}
#salelist{width:1198px; border:1px solid #95a8d2; border-radius:10px;overflow: hidden; margin-top:10px;}
#page{width:1198px; height:30px; text-align:center; margin:20px 0 10px;}
#go_page{width:40px; height:22px; margin:0 5px 0 5px;}
#page .pre, #page .next, #page a{display:inline-block; line-height:24px; text-align:center; margin-left:5px;}
#page .pre, #page .next{width:60px; height:24px; border:1px solid #CCC;}
#page a{width:50px; height:24px; border:1px solid #CCC;}
#page .pre:hover, #page .next:hover, #page a:hover{border:1px solid #e55a00; transition:0.5s;}
#page .active{background:#e8e8e8; border:1px solid #e55a00;}
#page form,#page form em{margin-left:10px;}
#page_num{width:30px; height:21px; margin:1px 5px 0 5px;}
#page span, #page em{color:#888;}
/*即将拍卖*/
/*#coming_soon_con{*/ /*height: 320px;*/ /*overflow: hidden;*/
/*}*/
#coming_soon_con ul{position: relative;}
#coming_soon_con li{height: 160px;}
/*底部内容*/
.clears{clear:both; height:10px;}
.footer{position: relative; width: 1200px; margin: auto; font-size: 14px;}
.footer .adinfo{border: 1px solid #95a8d2;border-radius: 10px; margin: 0 0 5px; padding: 0 0 0 5px;display:table;width: 100%;}
.footer ul{margin: 10px;}
.footer .adinfo ul li{float:left;margin:5px; float: left;padding: 0 5px 0 0;height: 80px;}
.my_footer{color: #39579a; font-size: 12px;    background: #f2f2f2;padding-top: 10px;}
.my_footer p{margin: 0 0 10px;}
.loftarea a{cursor: pointer;}
.loftarea li a:link{color:#2c64b3;}
.loftarea li a:visited{color:#000;}
.loftarea li a:hover{color: #00347e;}
.loftarea li a:active{color: #39579a;}
.loftarea li a:focus{outline: thin dotted;outline-offset: -2px;}
dl{margin-bottom: 20px; margin-top: 0;}
dt, dd{line-height: 1.42857;}
dt{font-weight: bold;}
dd{margin-left: 0;}
p#back-to-top{position:fixed; bottom:15px; right:15px;}
p#back-to-top a{text-align:center; text-decoration:none; color:#979797; display:block; width:60px; -moz-transition:color 1s; -webkit-transition:color 1s; -o-transition:color 1s;}
p#back-to-top a span{background: url(../images/top.gif) no-repeat center center; border-radius:6px; display:block; height:60px; width:60px; -moz-transition:background 1s; -webkit-transition:background 1s; -o-transition:background 1s;}
.section_title{color: #426DC3; font-size: 17px;}
.section_title a{color: #FF6808;font-size: 17px;}
.section_title_en{font-size: 14px;}
.row{margin-left: 15px; margin-top: 5px;}
.row1{margin-top: 5px;clear:both;}
.row1 p{margin-top: 10px;}

.media-left, .media-right, .media-body{display: table-cell; vertical-align: top;}
.section{margin-left: 10px; margin-top: 10px;}
.media-left, .media > .pull-left{padding-right: 10px;}
#promote .theme_title{width: 293px; height: 54px; border-bottom: 1px solid #95a8d2; background: url(../images/promote1.png) no-repeat 25px 10px;}
#promote img{margin:10px;}
#mqcomment ul{margin: 5px;}
#mqcomment em{color: #e66100; float: left; font-family: "Arial"; font-size: 18px; font-weight: bold; margin-left: 8px;}
#mqcomment a{color: #333; display: inline-block; font-size: 14px; height: 20px; letter-spacing: 0.5px; margin-left: 5px; overflow: hidden; position: relative; text-overflow: ellipsis; white-space: nowrap;}
#mqcomment a{cursor: pointer;}
#mqcomment li a:link{color:#454545;}
#mqcomment li a:visited{color:#000;}
#mqcomment li a:hover{color: #00347e;}
#mqcomment li a:active{color: #39579a;}
#mqcomment li a:focus{outline: thin dotted;outline-offset: -2px;}
.myscroll{width: 300px; height: 260px; margin: 0 auto; border: 1px solid #ccc; line-height: 26px; font-size: 12px; overflow: hidden;}
.myscroll li{height: 26px; margin-left: 5px;}
.myscroll a{color: #333; text-decoration: none;    font-size: 14px;}
.myscroll a:hover{color: #ED5565; text-decoration: underline;}
.impowerBox {
    line-height: 1.6;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    vertical-align: middle;
    z-index: 1;
    text-align: center;
}

.impowerBox .title {
    text-align: center;
    font-size: 20px;
    display: none;
}

.impowerBox .qrcode{
    width: 129px;
    margin-top: 5px;
    border: none;
}
.impowerBox .info {
    width: 129px;
    margin: 0 auto;
    display: none;
}

.impowerBox .status {
    padding: 7px 14px;
    text-align: left;
}

.impowerBox .status.normal {
    margin-top: 15px;
    background-color: #232323;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    box-shadow: inset 0 5px 10px -5px #191919, 0 1px 0 0 #444444;
    -moz-box-shadow: inset 0 5px 10px -5px #191919, 0 1px 0 0 #444444;
    -webkit-box-shadow: inset 0 5px 10px -5px #191919, 0 1px 0 0 #444444;
}

.impowerBox .status.status_browser {
    text-align: center;
}

.impowerBox .status p {
    font-size: 13px;
}

.impowerBox .status_txt p {
    position: relative;
    top: -2px;
}

.impowerBox .status_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.impowerBox .status_txt {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.impowerBox .status_txt p {
    position: relative;
    margin: 0;
}

.impowerBox .icon38_msg {
    display: inline-block;
    width: 38px;
    height: 38px;
}

.impowerBox .icon38_msg.succ {
    background: url(../images/icon_popup19fb81.png) no-repeat 0 -46px;
}

.impowerBox .icon38_msg.warn {
    background: url(../images/icon_popup19fb81.png) no-repeat  0 -87px;
}


.l_895{width: 870px;
float: left;
background: #fff;}
.r_295{width:295px;float:right;background: #fff;padding-right: 10px;padding-top: 10px;}
.l_298{width:298px; float:left;}
.l_420{width:420px; float:left;}
.r_550{width:550px;float:right;}
#myPaimaiCarousel{padding:0 15px;}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px;
  color:#6C6262;
  font-size:16px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #4b8ce9;height: 44px; margin-top:15px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {

}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #4b8ce9;

  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;float: left;width:100%;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 30px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 80px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 23px;
  margin-bottom: 23px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 15px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 23px;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 23px;
  margin-bottom: 23px;
}
.navbar-btn.btn-sm {
  margin-top: 25px;
  margin-bottom: 25px;
}
.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}
.navbar-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}
.navbar-default .navbar-brand {
  color: #0040d2;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #00309f;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #0040d2;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #1153b3;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #1153b3;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #1153b3;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #0040d2;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #1153b3;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #1153b3;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #0040d2;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-default .btn-link {
  color: #0040d2;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ffffff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}


.auctions {
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 20px;
}
.news_thumb_img {
    margin-top: 18px;
    margin-bottom: 10px;
    margin-left: 20px;
}
.news_thumb_img img{width:100%;}
.news_title {
    font-size: 20px;
    color: #3c82ff;
}
.news_substract {
    color: #666769;
    font-size: 14px;
}
.news_lan {
    background-color: #dfe3eb; line-height:55px;padding-left:15px; color:#FF6808; font-size:20px;
}
.panel-body{margin-top:15px;}
.auction_item_list_table tr:nth-child(2n+1){background:#f0f0f0;}
.auction_item_list_table tr:nth-child(2n+2){background:#e3ecf9;}
.auction_item_list_table tr td{padding:5px 0;}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.col-xs-12 p{line-height: 25px;}
.col-xs-12 p a{color:#1B3574;font-size: 14px;}
.panel-body li {
    list-style-type: disc;
    line-height: 25px;
    color: #FF6808;
}
.panel-body li  a{color:#56575A}
.my-space-div{margin-bottom:15px;border: 1px solid #FBF9F9;}
.section_title {
    color: #39579a;
    font-size: 14px;
}
.section_title_en {
    font-size: 12px;
    filter: alpha(opacity=90);
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  /*margin-top: -10px;*/
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  /*margin-left: -10px;*/
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  /*margin-right: -10px;*/
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
.paimai_list{padding:0 15px;}
.paimai_list ul li{width:168px;float:left;margin: 0 10px 10px 10px;padding: 10px;border: 1px solid #ECE9E9;}
.paimai_list ul li h2{font-size:16px;font-weight: normal;color: #656363;float:left;display:block;padding: 8px 0;overflow: hidden;  
/*自动隐藏文字*/
overflow: hidden;
text-overflow:ellipsis;	/*文字隐藏后添加省略号*/
white-space: nowrap;		/*强制不换行*/
width: 168px;			/*不允许出现半汉字截断*/}
.paimai_list ul li img{float:left;}
.paimai_list ul li p{width:160px; margin:0 0 5px 0;float: left;color:#A19E9E;}
.paimai_list ul li p span{font-size:15px;color:#F8892B;}
.paimai_list .lj_jingpai{padding:7px 0px; color:#fff;font-size:16px;float: left;background: #F8892B;width: 100%;text-align: center;}
.page{margin:25px;    padding-bottom: 20px;}
.page .current,.page a{display:block;padding:5px 10px;float:left;margin-right:10px;background: #EAE7E7;color:#4b8ce9;}
.page a:hover{background:#4b8ce9;color:#fff;}
.page .current{padding:5px 10px;float:left;color:#fff;margin-right:10px;background: #4b8ce9;}
.classify{margin:10px 25px;}
.classify span {
    margin-right: 20px;
}
.classify  .cur4 {
    background: #3C82FF;
    color: #FFFFFF;
    border-radius: 6px;
}
.classify  a {
    padding: 0px 13px 0px 13px;
    display: block;
    margin-right: 25px;
    text-align: center;
}
.classify  a:hover {
    background: #3C82FF;
    color: #FFFFFF;
    border-radius: 6px;
}
.classify span,.classify  a{
	color:#666666;
    font-size: 12px;
    line-height: 26px;
    float: left;
}
.products-box {
    background: #f9f9f9;
    padding-top: 10px;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}
.products-title {
    background: #FFFFFF;
    height: 79px;
    line-height: 79px;
}
.products-title span, .sale-title span {
    color: #3c82ff;
    font-size: 22px;
    float: left;
    margin-left: 41px;
}
.products-title .search {
    float: right;
    margin-right: 10px;
    line-height: 56px;
    height: 56px;
}
.products-title .search input ,.products-title .search select{
    margin-top: 23px;
    width: 195px;
    height: 36px;
    line-height: 36px;
    border: solid 1px #3c82ff;
    float: left;
    padding-left: 8px;
}
.products-title .search select{
    width: 150px;
    height: 38px;
	margin-right: -2px;
	width: 125px;
}

.products-title .search .input2 {
    padding-left: 0;
    margin-top: 23px;
    width: 57px;
    height: 38px;
    background: #3c82ff;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 35px;
    float: left;
    cursor: pointer;
}
.products-box .city {
    background: #FFFFFF;
    padding-left: 39px;
    padding-right: 39px;
    overflow: hidden;
}
.products-box .city ul {
    width: 108%;
}
.products-box .city li {
    float: left;
    line-height: 39px;
    overflow: hidden;
}
.products-box .city li a {
    font-size: 12px;
    margin-right: 40px;color:#666666;
}
.products-box .city-list {
    background: #FFFFFF;
    margin-top: 31px;
    border-left: solid 1px #eeeeee;
}
.city-list table td{padding:0 10px;}
.products-box .city-list li {
    overflow: hidden;
}
.products-box .city-list li span {
    display: block;
    float: left;
    width: 400px;
    height: 39px;
    line-height: 39px;
    border-right: solid 1px #eeeeee;
    border-top: solid 1px #eeeeee;
    color: #333333;
}
.products-box .city-list li .span1 {
    padding-left: 41px;
    width: 358px;
}
.products-box .city-list li .span2 {
    padding-left: 15px;
    width: 268px;
}
.products-box .city-list li .span3 {
    text-align: right;
    padding-right: 15px;
    width: 358px;
}
.new-tit{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	padding: 15px;
}
.new-tit a{display:block;margin-right:10px;text-align:center;width:80px; line-height:30px;float:left;border-radius: 6px;color:#3c82ff;}
.new-tit .cur6,.new-tit a:hover{background:#3c82ff;color:#fff;}
.news_list{padding:0 15px 15px 15px;}
.news_list ul li{padding-left: 21px;float:left;width:96%;line-height:50px;font-size:14px;background: url(../images/bg5.png) no-repeat left center;
border-bottom: dashed 1px #f0f0f0;}
.news_list ul li a{color: #666666;}
.news_list ul i {
    color: #9e9e9e;
    float: right;
    margin-right: 6px;list-style-type: none;
}
.about-title{padding:15px;text-align:center;border-top: solid 1px #eeeeee;}
.about-title h1{font-weight: normal; font-size:20px; line-height:50px;color: #39579a;}
.about-title span{margin:0 15px;color: #ABA6A6;}
.about-main{padding:0 15px 15px 15px;}
.prev{padding:15px;}
.prev .prev-l{margin-bottom:15px;}
.prev .prev-l span{margin-right:20px;color: #7E7B7B;font-size: 14px;}
.prev .prev-l span a{color: #39579a;}

/*登录*/
.login-box{
	overflow: hidden;
	padding-top: 110px;
	padding-bottom: 72px;
	background: url(../images/bg6.png) no-repeat left center;
}
.login{
	width: 370px;
	float: right;
}
.login-tit{
	width: 370px;
	overflow: hidden;
}
.login-tit a{
	width: 50%;
	height: 54px;
	display: block;
	float: left;
	text-align: center;
	line-height: 54px;
	font-size: 16px;
	background: #ececec;
	color: #1f63dc;
}
.login-tit .cur7{
	background: #3c82ff;
	color: #FFFFFF;
}
.login-main{
	height: 226px;
	border: solid 1px #ececec;
	padding: 32px 27px 25px 27px;
	display: none;
}
.log{
	height: 39px;
	border: solid 1px #cbcbcb;
	overflow: hidden;
	margin-bottom: 30px;
} 
.log span{
	display: block;
	float: left;
	width: 40px;
	height: 100%;
}
.log .icon1{
	background: url(../images/icon9.png)no-repeat center center;
}
.log input{
	width: 87%;
	height: 39px;
	line-height: 39px;
	color: #cbcbcb;
	font-family: "宋体";
	font-size: 16px;
}
.log .icon2{
	background: url(../images/icon37.png)no-repeat center center;
}
.commitcodespan_new span,.logon .account{
	color: #3b3b3b;
}
.log-in{
	margin-top: 20px;
}
/*注册*/
.enroll-box{
	padding-top: 100px;
	padding-bottom: 70px;
	overflow: hidden;
	background: url(../images/bg6.png) no-repeat left center;
}
.enroll{
	background: #FFFFFF;
	float: right;
	width: 314px;
	border: solid 1px #ececec;
	padding: 17px 27px 40px 27px;
}
.enroll-tit{
	margin-bottom: 20px;
}
.enroll-tit p{
	color: #1f63dc;
	font-size: 24px;
}
.enroll-r{
	margin-top: 11px;
}
.enroll-tit .enroll-r span{
	color: #cbcbcb;
	font-size: 12px;
}
.enroll-r a{
	color: #3c82ff;
	font-size: 12px;
}
.enroll-main li{
	margin-bottom: 10px;
}
.enroll-main li input{
	width: 302px;
	height: 39px;
	border: solid 1px #cbcbcb;
	color: #cbcbcb;
	font-size: 16px;
	font-family: "宋体";
	padding-left: 10px;
}
.enroll-main li span{
	color: #999999;
	font-size: 12px;
	display: block;
	margin-top: 11px;
}
.enroll-main li .yzm{
	width: 176px;
	float: left;
}
.enroll-main li b,.edit2 li .form_submit{
	display: block;
	float: left;
	cursor: pointer;
	width: 108px;
	height: 39px;
	background: #fbfbfb;
	border: solid 1px #dddddd;
	color: #656565;
	text-align: center;
	line-height: 39px;
	margin-left: 16px;
}
.agreement{
	margin-top: 10px;
}
.agreement span{
	color: #3b3b3b;
}
.agreement a{
	color: #266ab2;
}
.agreement input{
	vertical-align: middle;
}
.btns{
	margin-top: 20px;
}
.btns input,.log-in input{
	width: 100%;
	display: block;
	height: 42px;
	background: #3c82ff;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	letter-spacing: 3px;
	cursor: pointer;
}

/*分享*/
.share{position: fixed;left: 16px;top: 250px;}
.share a{display: block;background-color: #f1f1f1;border-bottom: 1px solid #dfdfdf;}
.share .code{width: 148px;height: 148px;background-color: #f1f1f1;position: relative;}
.share .code .drop{display: block;width: 180px;height: 184px;text-align: center;position: absolute; bottom: 0;border: 1px solid #dfdfdf;display: none;}
.share .code .drop img{width: 148px;height: 148px;margin-top: 16px;}
.share .code:hover .drop{display: block;}
/*返回顶部*/
.fix-aside{border: 1px solid #eee;position: fixed;right: 16px;top: 50%;margin-top: -95px;z-index: 10000;background-color: #fff;}
.fix-aside li{width: 65px;height: 46px;border-bottom: 1px solid #eee;overflow: hidden;position: relative;}
.fix-aside li .top{width: 65px;height: 46px;transition: all 1s;}
.fix-aside li .hov{width: 65px;height: 46px;text-align: center;line-height: 46px;font-size: 12px;background: #3d9ae2;}
.fix-aside li a{color: #fff;}
.fix-car .top{background: url(../images/ditu.png) no-repeat center;}
.fix-zx .top{background: url(../images/lianxiqq.png) no-repeat center;}
.fix-aside .fix-zx .hov{background: #3d9ae2;color:#fff;}
.fix-tel .top{background: url(../images/lianxidh.png) no-repeat center;}
.fix-aside .fix-tel .hov{background: #3d9ae2;color:#fff;}
.fix-aside .fix-tel{overflow: visible;}
.fix-aside .fix-soucang .top{background: url(../images/soucang1.png) no-repeat center }
.fix-aside .fix-soucang .hov{background: #3d9ae2;color:#fff;}
.fix-tel-wrap{width: 65px;height: 46px;overflow: hidden;}
.fix-aside .back-top .hov{background: #3d9ae2;color:#fff;}
.fix-tel-con{width: 130px;height: 45px;padding: 0 20px;line-height: 46px;font-weight: bold;color: #f00;font-size: 16px;position: absolute;right: 85px;top: 0;border: 1px solid #3d9ae2;background: #fff;opacity: 0;filter: alpha(opacity=0);transition: all 1s;}
.fix-tel:hover .fix-tel-con{right: 65px;opacity: 1;filter: alpha(opacity=100);}
.back-top .top{background: url(../images/backtop.png) no-repeat center;cursor: pointer;}
.fix-aside li:hover .top{margin-top: -46px;}
.page_content{margin:15px 0; text-align:center;}
.page_content a{padding:5px 10px;margin-right:10px; background-color:#3d9ae2;color:#fff;}
.page_content .cur{background-color: #9d9d9d;}