.topwrap {
	box-sizing: border-box;
	height: 47px;
	/*background: rgba(255,255,255,0.45);*/
	/*background: url("/img/2017lh/images/fm/topwrap_bg.png");*/
	background: url(/img/2017lh/images/fm/topwrap_bg.png) top center repeat-x;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0px;
	z-index: 100;
	min-width: 1000px;
}

.topwrap h1 {
	width: 200px;
	height: 100%;
	float: left;
	padding-left: 20px;
	padding-top: 0px;
	margin: 0;
}
.topwrap h1 img {
	vertical-align: middle;
	margin-top: 7px;
}
.topwrap h1 img.lh {
	margin-left:30px;
}

.topwrap .inputwrap {
	float: right;
	height: 100%;
	padding-top: 10px
}

.topwrap .inputwrap .searchwrap {
	float: left
}

.topwrap .inputwrap input {
	height: 26px;
	border: none;
	vertical-align: middle;
}

.topwrap .inputwrap #searchtext {
	text-indent: 10px;
	/*background: rgba(63,146,207,0.45);*/
	background: #3f92cf;
	color: #fff
}

.topwrap .inputwrap #searchbtn {
	height: 28px;
	width: 36px;
	/*background: rgba(63,146,207,0.45) url("/img/2017lh/images/fm/glass.png") 5px 4px no-repeat;*/
	/*background: #3f92cf url("/img/2017lh/images/fm/glass.png") 5px 4px no-repeat;*/
	background: url(/img/2017lh/images/fm/topwrap_bg_s.png) top right no-repeat;
	position: relative;
	left: -5px;
	vertical-align: middle;
}

.topwrap .inputwrap .lanwrap {
	float: left;
	margin-right: 10px;
	/*background-color: rgba(63,146,207,0.45);
	background-image: url("/img/2017lh/images/fm/arrow_down.png");
	background-position: 103px 8px;
	background-repeat: no-repeat;*/
	background: url(/img/2017lh/images/fm/topwrap_bg_l.png) top right no-repeat;
	width: 130px;
	height: 28px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	text-indent: 13px;
	cursor: pointer;
	position: relative
}

.topwrap .inputwrap .lanwrap:hover ul {
	display: block
}

.topwrap .inputwrap .lanwrap ul {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*background-color: rgba(63,146,207,0.45);*/
	background: url(/img/2017lh/images/fm/topwrap_bgblue.png) top center repeat;
	padding-top: 0px;
	margin-top: 26px;
}

.topwrap .inputwrap .lanwrap ul li {
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #ccc;
	text-indent: 0em;
}

.topwrap .inputwrap .lanwrap ul li a {
	text-decoration: none;
	color: #fff
}

.topwrap .inputwrap .lanwrap ul li a:hover {
	color: #e60011
}

.topwrap .inputwrap .sharewrap {
	float: left;
	position: relative;
	top: -8px;
	margin-left: 20px;
	margin-right: 60px
}
/*share*/
.topwrap .inputwrap #keyword {
    text-indent: 10px;
    /*background: rgba(63,146,207,0.45);*/
	background: url(/img/2017lh/images/fm/topwrap_bgblue.png) top center repeat;
    color: #fff;
	vertical-align: top;
	line-height: 26px;
	padding: 0;
	margin: 0;
}
.topwrap .inputwrap .sharewrap {
    top: 0px;
}
.ops_shareLayer {
	line-height: 28px;
}
.ops_shareLayer .ops_icons li {
	float: left;
	height: 28px;
	width: 28px;
	list-style: outside none none;
	margin-right: 10px;
}
.ops_shareLayer .ops_icons a {
	float: left;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	padding: 5px;
}
.ops_shareLayer .ops_icons a i {
	background-image: url(/img/2017lh/images/ops_icons_02s.png);
	height: 18px;
	width: 18px;
	line-height: 18px;
	display: block;
	cursor: pointer;
}
.ops_shareLayer .ops_icons a.icon_sina i {
	background-position: 0 -37px;
}
.ops_shareLayer .ops_icons a.icon_weixin i {
	background-position: 0 -75px;
}
.ops_shareLayer .ops_icons a.icon_qzone i {
	background-position: 0 -112px;
}
.ops_shareLayer .ops_icons a.icon_copy i {
	background-position: 0 -150px;
}
.topwrap h1{
	font: bold 22px/40px "Mircosoft Yahei";
	color: #cc0000;
}
.topwrap h1 a{
	color: #cc0000;
}

/* MEDIA QUERIES Mobile phone
---------------------------------------------------------------------- */	   
	   
@media (min-device-width:320px) and (max-width:689px),
       (max-device-width:480px)
	   {
.topwrap {
	display: none;
}		   
	   }