
/*手机搜索栏*/
#cui-mobile-so-box{
	display: none;
	background: #fff;
	padding: 0 5px;
	border: 5px solid #000;
	left: 0;top: 50px;
	width: 100%;
	z-index: 99999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#cui-mobile-so-box input{
	height: 50px;
	line-height: 50px \9;
	border: 0;
	outline: 0;
	font-size: 14px;
	font-family:"微软雅黑","Microsoft Yahei";
}
#cui-mobile-so-box .inp{width: 100%;background: none;}
#cui-mobile-so-box .sub2{
	position: absolute;right: 0;top: 52px;width: 50px;cursor: pointer;
	background: url('../images/so-sub.png') no-repeat center center;
}


/*******************************
	-------[=手机头部]-------
********************************/
#cui-mobile-header{height: 50px;line-height: 50px;color: #fff;z-index: 99999;text-align: center;display: none;
	background: rgba(0,0,0,0.7);background: #fff;position: relative;}
#cui-mobile-header img{vertical-align: middle;display: inline-block;}
#cui-mobile-header .logo{padding-top: 7px;display: inline-block;}

#cui-mobile-header .search-btn,#cui-mobile-header .menu-btn{position: absolute;top: 0;display: inline-block;
    width: 50px;height: 50px;cursor: pointer;}
#cui-mobile-header .menu-btn{right: 0;background: url(../images/menu.png) no-repeat center center;}
#cui-mobile-header .search-btn{left: 0;background: url(../images/so.png) no-repeat center center #fff;}
#cui-mobile-header .search-btn-on{background:  url(../images/so2.png) no-repeat center center #000;}

#cui-mobile-pop-menu{font-size: 16px;background: #fff;display: none;border-bottom: 4px solid #000;
	position: fixed;left: 0;top: 50px;width: 100%;z-index: 99999;}
#cui-mobile-pop-menu .intro{padding: 10px 20px 18px 20px;overflow: hidden;}
#cui-mobile-pop-menu .mark{padding: 20px;text-align: center;}
#cui-mobile-pop-menu ul{width: 100%;line-height: 50px;border-top: 1px solid #e7e7e7;overflow: hidden;}
#cui-mobile-pop-menu li a{display: block;text-align: center;border-bottom: 1px solid #e7e7e7;height: 40px;line-height: 40px;}
#cui-mobile-pop-menu li .v1:hover{color: #fff;background: #73B5FF;}
#cui-mobile-pop-menu li.on a.v1{color: #fff;background: #e60012 url(../images/close.png) no-repeat right center;}
#cui-mobile-pop-menu li dl{display: none;font-size: 14px;}
#cui-mobile-pop-menu li dd{display: none;}
#cui-mobile-pop-menu li dd a{color: #5DB2DC;}
#cui-mobile-pop-menu li dd em{color: #9fa0a0;display: inline-block;padding-left: 5px;}
#cui-mobile-pop-menu li dl a:hover{color: #e60012;}
#cui-mobile-pop-menu li dl a:hover em{color: #e60012;}

#index #cui-mobile-header{position: fixed;left: 0;top: 0;width: 100%;}
#index #cui-mobile-header img{margin-top: 0;}
#cui-mobile-header.Mobile-hd-on{position: fixed;left: 0;top: 0;width: 100%;background: #000000;}

.moban-top{display: none;height: 50px;
-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;}



	#cui-mobile-header{display: none;}
	.moban-top{display: block;}
	.moban-top-on{height: 110px;}