﻿@charset "utf-8";
/* 主导航侧边栏 */
/*遮罩层专用*/
.zzc{position: fixed; top: 0; left: 0; right:0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 99999; display: none;}

.right-redian-box{
	position: fixed;
	right:-450px;
	top: 0;
	bottom: 0;
	width: 450px;
	height:auto;
	background-color: #0067b8;
	z-index: 111111;
	padding: 25px 55px;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}

.anniu{ width:100%; height:auto; text-align:right}
.b_more{display:inline-table; padding:8px 26px; background-color:#fff; border-radius:50px; color:#000!important; cursor:pointer}
.b_more:hover{ background-color:#ff6a00; color:#FFF!important}

.gsm_name{color:#fff; font-size:28px; margin-top:30px;}

.right_note {color: #efd2d4; font-size: 12px; line-height:26px; margin-top: 10px;}

.right_news{width:100%; height:auto; margin-top:40px;}
.right_news li{ height:30px; line-height:30px; font-size:14px; color:#FFF; background:url(../images/kuai.jpg) no-repeat left center; text-indent:1em;}
.right_news li a{ display:block; color:#FFF; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.right_news li a:hover{ color:#FC0}



.right_ewm{ width:150px; height:auto; margin-left:0; margin-top:40px}
.right_ewm img{width:150px; height:auto}
.right_ewm_text{ font-size:14px; margin-top:20px; color:#FFF}


/*圆角搜索*/
.so_box{ width:100%; height:auto; overflow:hidden; margin-top:60px;}

.yuan_input_2{float:left; border:1px solid #ff6a00; background:#fff; height:50px; line-height:53px; text-indent:15px; width:78%; border-radius:25px 0 0 25px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.yuan_save_2{float:left; background:#ff6a00; color:#fff; cursor:pointer; height:50px; line-height:52px; width:22%; font-size:16px; border-radius:0 25px 25px 0;}
.yuan_save_2:hover{background:#01599e;}