@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	font-family: "微软雅黑";
	position: relative;
	background: #F7F8FA;
	color: #333;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	cursor:pointer;
}

a:hover {
	text-decoration: none;
}

table {
	width: 100%;
	border-collapse: collapse;
}

input,
textarea,
select {
	outline: none;
	border: none;
	padding-left:10px;
}

a {
	text-decoration: none;
	color: #333;
	cursor:pointer;
}

textarea {
	resize: none;
	overflow: auto;
}

img {
	border: none;
	vertical-align: middle;
}

i,
em {
	font-style: normal;
}

html,
body {
	height: 100%;
	width: 100%;
}




/*lmx*/
/*头部*/
.l_header {
	background: #F7F8FA;
	border-bottom: 1px solid #E8E8E8;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.l_font0{
	font-size: 0;
}
.l_width1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.l_wx {
	margin-left: 12px;
}

.l_wx img {
	width: 23px;
	margin-top: -3px;
	margin-right: 6px;
}
.l_header_span{
	margin-right: 18px;
}
.l_header_opt {
	padding: 0 8px 0 5px;
	border-right: 1px solid #DDDDDD;
	line-height: 15px;
	display: inline-block;
	color: #00529D;
}

.l_header_opt:last-of-type {
	border-right: none;
}

.l_nav {
	box-shadow: rgba(24, 33, 49, .13) 0 7px 7px -7px;
	background:#FFFFFF;
}

.l_menu {
	width: 1200px;
	margin: 0 auto;
	height: 94px;
}

.l_menushow {
	opacity: 1;
}

.l_menushow>img {
	max-width: 464px;
	padding-top: 15px;
}

.l_menushow ul {
	float: right;
	margin-right: 20px;
	vertical-align: middle;
	padding-top: 38px;
}

.l_menushow ul li {
	color: #535454;
	font-size: 18px;
	float: left;
	border-radius: 4px;
	cursor: pointer;
	/*margin-right: 5px;*/
	vertical-align: middle;
}

.l_menushow ul li a {
	display: block;
	color: #535454;
	font-size: 16px;
	padding: 0 10px;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
	vertical-align: middle;
}

.l_menushow ul li a:hover {
	color: #00529D;
	font-weight: bold;
}

.l_menushow ul li.l_clickmenu {
	color: #00529D;
	font-weight: bold;
}

.l_menushow ul li.l_clickmenu a {
	color: #00529D;
}


/*搜索*/
.sstu {float: right;
    vertical-align: middle;
    margin-top: 27px;
    margin-right: 7px;
    margin-left: 20px;
    cursor: pointer;}
.l_menushow .l_search {
	float: right;
	vertical-align: middle;
	margin-top: 18px;
	margin-right: 9px;
	cursor: pointer;
}

.l_searchpart {
	margin: 0 auto;
	text-align: center;
	font-size: 0;
	display: none;
	opacity: 0;
  /*padding-top: 24px;*/margin-top:16px;
}

.l_searchpart input {
	width: 398px;
	height: 45px;
	line-height: 47px;
	border: 1px solid #c6c1c1;
	color: #999999;
	font-size: 18px;
	padding: 0 65px 0 10px;
	vertical-align: middle;
	border-radius: 4px;
	box-sizing: border-box;
}

.l_searchbtn {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 45px;
	line-height: 45px;
	background: #0965b9;
	margin-left: -60px;
	border-radius: 4px;
	font-size: 20px;background: url(/cms/resource/100005/images/anniu.png) no-repeat;
}

.l_hotproduct {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #2d2d2c;
	padding-left: 35px;
}

.l_hotproduct a {
	color: #2d2d2c;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.l_hotproduct span {
	display: inline-block;
	vertical-align: middle;
}


.l_close {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	cursor: pointer;
	width: 15px;
}

