@charset "utf-8";
/* CSS Document */

body
{
	color:#525252;
	font: 13px/1.75 "宋体";
}

*
{
	padding:0;
	margin:0;
}
html { min-width:1140px;}
html, body { height:100%;}
img
{
	border:none;
	vertical-align:bottom;
	vertical-align:middle;
}
a
{
    color:#525252;
    outline: medium none;
    text-decoration: none;
}
li
{
	list-style:none;
}
a:hover
{
	color:#35A9FC;
	text-decoration:none;
}
.clear
{
	clear: both;
    display: block;
    font-size: 0;
    height: 0;
    overflow: hidden;
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}


input::-webkit-input-placeholder {
color:#fff;
-webkit-transition: color.5s;
}
input:focus::-webkit-input-placeholder, input:hover::-webkit-input-placeholder {
color:#fff;
-webkit-transition: color.5s;
}

.foot {
    background:url(../images/foot_bg.jpg) repeat-x scroll 0 0;
    height: 325px;
    width: 100%;
}
.foot_er {
    margin: 0 auto;
    width: 1003px;
}
.foot_left {
   width: 1003px;
}
.foot_ti {
    width:250px;
}
.foot_ti img
{
	width:250px;
	 height: 325px;
}

.bot_tijiao {
    margin-left:20px;
    width:730px;
}
.bot_tijiao .bot_ti {
    text-align: center;
    width: 730px;
	margin-top:30px;
}
.bot_tijiao .bot_ti span {
    color: #797979;
    font-size: 19px;
    font-weight: bold;
	
}
.foot_li3 {
    width: 350px;
	margin-left:50px;
}
.foot_li3 li {
    border-bottom: 1px solid #404040;
    float: left;
    height:37px;
    line-height:47px;
     width: 350px;
	background:none;
}
.foot_li3 li input {
  	background:none;
	border:none;
    width: 350px;
}
.foot_li3 li .name {
    color:#BEBDBD;
}
.foot_li4 {
    height: 81px;
    margin-top:32px;
	margin-left:20px;
    width: 300px;
}
.foot_li4 .liuyan {
    width:300px;
	height:81px;
	background:none;
	border:1px solid #404040;
	color:#fff;
	font-size:13px;
}
.foot_wezi {
    color:#8E8E8E;
    float: left;
    line-height: 30px;
     width:730px;
	 margin-top:5px;
}
.foot_li5 {
    height:30px;
    margin-top: 20px;
    text-align: center;
     width:730px;
}
.link {
    float: left;
    width:730px;
	margin-top:5px;
	color:#8e8e8e;
}
.link span {
    float: left;
}
.link a {
	color:#8e8e8e;
    border-right: 1px solid #757575;
    display: block;
    float: left;
    height: 13px;
    line-height: 13px;
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

.high
{
	color:#F00;
}