﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0 auto;
	padding: 0;
}
body{
	background: #f5f5f5;
}
body, div, ul, li, h1, h2, h3, h4, h5, span {
	margin: 0 auto;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei";
	font-size: 16px;
	color: #333;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #e20000;
}
img {
	border: 0;
}
input {
	border: 0;
	outline: none;
}
.search .searchcon::-ms-clear{
	display: none;
}
.search .searchcon::-ms-reveal{
	display: none;
}
.search .searchcon::-o-clear{
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}

/*top*/
.ltx-top{ 
    width: 100%;
	min-width: 1200px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.ltx-top-back{
	width: 100%;
	min-width: 1200px;
	height: 36px;
	background: #fff;
	filter:alpha(opacity=20);   
    -moz-opacity:0.2;   
    -khtml-opacity: 0.2;   
    opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.ltx-top span{
	width: 1200px;
	height: 36px;
	line-height: 36px;
	display: block;
	color: #858fa6;
	font-size: 14px;
}

/*logo*/
.ltx-logo{
	width: 100%;
	height: 245px;
	background: url(ltx-logo-back.png) center no-repeat;
}
.ltx-logo ul{
	width: 1200px;
	height: 245px;
}
.ltx-logo-icon{
	width: 616px;
	height: 118px;
	margin: 82px 0 0 0;
}
.ltx-logo-icon img{
	width: 616px;
	height: 118px;
}
.ltx-search{
	width: 354px;
	height: 40px;
	margin: 120px 0 0 0;
	position: relative;
}
.ltx-search .ltx-search-back{
	width: 314px;
	height: 40px;
	line-height: 40px;
	font-family: "微软雅黑", "Microsoft Yahei";
	border-radius: 30px;
	padding: 0 20px;
	color: #999;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.ltx-search .ltx-search-icon{
	width: 30px;
	height: 40px;
	background: url(search.png) center no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 1;
}

/*nav*/
.ltx-nav{
	width: 100%;
	min-width: 1200px;
	height: 50px;
	line-height: 50px;
	background: #e20000;
	text-align: center;
}
.ltx-nav ul{
	width: 1200px;
	height: 50px;
}
.ltx-nav a{
	width: 150px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	float: left;
	overflow: hidden;
}
.ltx-nav a:hover{
	height: 46px;
	border-bottom: 4px solid #fff;
}

/*foot*/
.ltx-foot{
	width: 1200px;
	height: auto;
	overflow: hidden;
	padding: 46px 0;
	text-align: center;
}
.ltx-foot h4{
	width: 1200px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}
.ltx-foot h4 a{
	color: #666;
}
.ltx-foot h4 a:hover{
	color: #000;
}
.ltx-foot h4 span{
	color: #666;
}
.ltx-foot h5{
	width: 1200px;
	height: 24px;
	line-height: 24px;
	font-weight: normal;
	font-size: 14px;
	color: #666;
}