@charset "utf-8";
#header {
  height: 192px;
  background: url('../img/header.jpg') repeat-x;
}
#header .top {
  width: 1000px;
  height: 135px;
  margin: 0 auto;
}
#header .top .logo {
  width: 406px;
  margin-top: 42px;
  float: left;
}
#header .top .phone {
  width: 175px;
  height: 52px;
  padding-left: 50px;
  background: url("../img/tel.png") no-repeat;
  float: right;
  margin-top: 55px;
  font-size: 14px;
  color: #7b7b7b;
}
#header .top .phone span {
  font-size: 20px;
  margin-top: 2px;
  display: block;
  color: #e32b07;
}
#header .nav {
  width: 1000px;
  height: 57px;
  line-height: 57px;
  margin: 0px auto;
}
#header .nav > ul > li {
  float: left;
  font-size: 14px;
  padding: 0px 34px;
  position: relative;
  transform: background 500ms;
}
#header .nav > ul > li:hover{
  background: url('../img/at.png') 55px 0px no-repeat;
}
#header .nav > ul > li:hover > a {
  color: #c92324;
}
#header .nav > ul > li.at {
  background: url('../img/at.png') 55px 0px no-repeat;
}
#header .nav > ul > li > ul {
  position: absolute;
  top: 57px;
  left: 50%;
  display: none;
  margin-left: -62px;
  padding-bottom: 10px;
  background: #fff;
  border: 1px solid #c92324;
  border-top: none;
  padding-top: 5px;
  z-index: 9999;
}
#header .nav > ul > li > ul > li {
  padding: 0px;
  text-align: center;
}
#header .nav > ul > li > ul > li a {
  padding: 0px;
  width: 124px;
  color: #888;
  background-image: none;
  font-size: 12px;
  line-height: 38px;
  height: 38px;
  display: block;
  _padding-bottom: 2px;
  /*IE6 only*/
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#header .nav > ul > li > ul > li a:hover {
  color: #fff;
  text-decoration: none;
  background: #c92324;
}


.search {
  height: 55px;
  line-height: 55px;
  background: #fff;
}
.search .search_center {
  width: 1000px;
  margin: 0px auto;
}
.search .search_center .search_left {
  width: 700px;
  float: left;
}
.search .search_center .search_left span {
  color: #de260c;
}
.search .search_center .search_left a {
  margin-left: 10px;
}
.search .search_center .search_right {
  float: right;
}
.search .search_center .search_right input {
  margin-top: 14px;
}
.search .search_center .search_right .input_text {
  width: 203px;
  padding-left: 5px;
  color: #666;
  height: 27px;
  line-height: 27px;
  border: #dedede 1px solid;
  background: #fff;
  border-right: none;
  float: left;
}
.search .search_center .search_right .input_butt {
  width: 30px;
  height: 28px;
  float: left;
  background: url('../img/search.png') no-repeat;
}




.billing {
  background: url('../img/ban_pic01.png') top center no-repeat;
  height: 140px;
}
.billing ul {
  width: 1000px;
  margin: 0px auto;
}
.billing ul li {
  float: left;
  line-height: 56px;
  font-size: 14px;
  color: #fff;
}
.billing ul li.ico_01 {
  width: 42%;
  height: 46px;
  text-indent: 60px;
  margin-top: 10px;
  background: url('../img/ico_01.png') 0px 10px no-repeat;
}
.billing ul li.ico_02 {
  width: 55%;
  height: 47px;
  text-indent: 60px;
  margin-top: 10px;
  background: url('../img/ico02.png') 0px 10px no-repeat;
}
.billing ul li.ico_03 {
  width: 40%;
  height: 42px;
  padding-left: 120px;
  text-indent: 60px;
  margin-top: 10px;
  background: url('../img/ico04.png') 120px 10px no-repeat;
}
.billing ul li.ico_04 {
  height: 56px;
  text-indent: 60px;
  margin-top: 10px;
  background: url('../img/ico03.png') 0px 10px no-repeat;
}





















.link {
  min-height: 25px;
    line-height: 25px;
    padding: 20px 0px 20px 0px;
    background: #fff;
    margin-top: 40px;
}
.link ul {
  width: 1000px;
  margin: 0px auto;
}
.link ul a {
  margin-right: 15px;
}
.footer {
  height: 350px;
  background: #27231f;
}
.footer ul {
  width: 1000px;
  margin: 0px auto;
}
.footer ul .footer_left {
  width: 160px;
  height: 350px;
  float: left;
  text-align: center;
  background: #cb1313;
}
.footer ul .footer_left > img {
  margin-top: 50px;
  border-bottom: 1px solid #d54242;
}
.footer ul .footer_left p {
  line-height: 50px;
  color: #fff;
  font-size: 11px;
}
.footer ul .footer_left span {
  margin-top: 20px;
  display: block;
}
.footer ul .footer_right {
  width: 800px;
  float: right;
}
.footer ul .footer_right .footer_nav {
  height: 60px;
  line-height: 60px;
  margin-top: 40px;
  border-bottom: 1px solid #3d3a37;
}
.footer ul .footer_right .footer_nav li {
  float: left;
  font-size: 14px;
  margin-right: 45px;
}
.footer ul .footer_right .footer_nav li a {
  color: #d7d7d7;
}
.footer ul .footer_right .address {
  margin-top: 34px;
  overflow: hidden;
}
.footer ul .footer_right .address .address_left {
  width: 400px;
  float: left;
  line-height: 26px;
  color: #868686;
}
.footer ul .footer_right .address .address_right {
  width: 250px;
  margin-top: 50px;
  float: right;
  color: #868686;
  line-height: 26px;
}
.footer ul .footer_right .address .address_right a {
  color: #868686;
}






