﻿@charset "UTF-8";
/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,span,a,label,pre,code,form,fieldset,legend,textarea,img,i,p,blockquote,th,td,input,select,textarea,button{margin:0;padding:0;}  /* 初始化标签在所有浏览器中的margin、padding值 */
ul,ol,li {list-style:none}
input,select,textarea,button{vertical-align:middle;border:0 none;outline:0 none;}
button{background: transparent;color: #ffffff;}
body{font:12px/1 "Microsoft YaHei","tahoma","arial","SimSun","sans-serif";color: #333333;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
a{color:#333333;text-decoration:none;display: inline-block;outline:none;}
a:active, a:hover, a:visited {text-decoration:none;}
a:focus{text-decoration:none;}

span,i,strong{display: inline-block;}
img{  display: inline-block;  }
/*清除浮动*/
.clear{clear: both;}
.clearfix:before,.clearfix:after{content: '';display: table;height: 0;visibility: hidden;clear: both;}
.clearfix{zoom:100%;}/*解决浮动元素在ie7下margin-bottom失效的问题*/
*html .clearfix{height: 1%;}

/*左浮动 右浮动类*/
.fl{float: left;}
.fr{float: right;}
.main-con{  width: 1133px;  margin: 0 auto;}
.header{  height: 80px; border-top: 4px solid #da251a; background: url(../images/bg-search.jpg) no-repeat center;}
.header .search{width: 60%;float: left;background: red;height: 70px;background-color: rgba(0,0,0,0.2);padding-top: 18px;text-align: center;}
.nav{ width: 40%;float: right;height: 70px;  background-color: rgba(0,0,0,0.2); padding-top: 28px; text-align: center;}
.nav .nav-a{margin-left:-30%;}
.nav a{font-size: 15px; line-height: 20px; font-weight: bold; color:white;margin-right: 40px;}
.nav a:hover,.nav .active{border-bottom: 3px solid #d10901;}
.search{padding-top: 60px;}
.search .logo{float:left;width: 38%;margin-left: 25%;height: 40px; background: url(../images/logo-search.png) no-repeat center;}
.search-con{float:left;width: 380px;text-align: center; height: 40px;  background-color: white; border-radius: 4px;position:relative;}
.search-con input{line-height: 40px;font-size: 14px;border-radius: 10px;width: 380px;padding-left: 15px;}
.search-con a{  width: 46px;  height: 40px; background: url(../images/icon-search.png) no-repeat center; float: right;position:absolute;right: 0px;top:0px;cursor:pointer;}

.footer{line-height: 25px; text-align: center; padding-top: 40px;  height: 156px;  background-color: #606060; color:white; }







