﻿a {
  text-decoration: none;
  color: #666666;
  outline: none;
}

img {
    border:none;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}
.header {
  background: #fff;
  width: 100%;
  min-width: 1120px;
}

.header .top_box {
  width: 100%;
}

.header .top {
  width: 1120px;
  margin: 0 auto;
  font-size: 14px;
  text-align: right;
  height: 36px;
  line-height: 36px;
  color: #666666;
}

.header .top span {
  float: left;
  color: #666666;
}

.header .top a {
  color: #666666;
}

.header .top a:hover {
  color: #e4393c;
}

.header .header_logo {
  overflow: hidden;
  width: 1120px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 25px;
}

.header .header_logo .logo {
  margin-top: 20px;
}

.header .header_logo .header_logo_right {
  font-size: 18px;
  color: #333333;
  margin-top: 25px;
  margin-left: 130px;
}

.header .header_logo .header_logo_right .tel {
  vertical-align: middle;
}

.header .header_logo .header_logo_right .num {
  font-size: 18px;
  color: #e4393c;
  margin-left: 15px;
  margin-right: 45px;
}

.header .header_logo .header_logo_right .search_block {
  display: inline-block;
  height: 44px;
  border: 1px solid #dedede;
  line-height: 44px;
  padding-left: 15px;
  background: #fff;
}

.header .header_logo .header_logo_right .search_btn {
  position: relative;
  top: 16px;
  cursor: pointer;
}

.header .header_logo .header_logo_right input {
  font-size: 14px;
  color: #999999;
  width: 240px;
  border: 0;
  outline: none;
}

.header .nav_block_box {
  width: 100%;
  position: absolute;
}

.header .nav {
  background: #e4393c;
  width: 100%;
  height: 46px;
}

.header .nav .nav_list {
  width: 1120px;
  height: 46px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
}

.header .nav .nav_list li {
  float: left;
  width: 140px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}

.header .nav .nav_list li a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 46px;
}

.header .nav .nav_list li .active {
  background: #c60004;
}

.header .nav .nav_list li:hover {
  background: #c60004;
}

.header .nav_block {
  width: 1120px;
  background: #fff;
  padding: 20px 0;
  margin: 0 auto;
  z-index: 26;
  box-shadow: 0 0 10px #cbc8c8;
  position: relative;
  behavior: url(css/PIE.htc);
  display: none;
  overflow: hidden;
}

.header .nav_block .nav_line_height {
  border-right: 1px dashed #DEDEDE;
  height: 80%;
  position: absolute;
}

.header .nav_block .line1 {
  left: 225px;
}

.header .nav_block .line2 {
  left: 450px;
}

.header .nav_block .line3 {
  left: 675px;
}

.header .nav_block .line4 {
  left: 890px;
}

.header .nav_block .nav_imgBox {
  padding-right: 25px;
}

.header .nav_block .navImg_box {
  position: relative;
}

.header .nav_block .navImg_box .navImg_font {
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 4px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
}

.header .nav_block .nav_line {
  width: 895px;
  float: left;
}

.header .nav_block .nav_line li {
  width: 193px;
  height: 18px;
  float: left;
  font-size: 16px;
  padding-left: 30px;
  color: #202020;
  margin-bottom: 20px;
  position: relative;
}

.header .nav_block .nav_line li a {
  display: inline-block;
  padding: 5px 0;
}

.header .nav_block .nav_line li .nav_skip:hover {
  color: #e4393c;
}

.header .nav_block .nav_line li .feature {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -5px;
}

.header .nav_block .nav_line li .hotLabel {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  top: -9px;
}

.header .nav_list_show {
  display: block;
}
/*底部*/

.footer {
  background: #f2f3f5;
  width: 100%;
  min-width: 1120px;
}

.footer .footer_list {
  width: 1120px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 35px;
}

.footer .footer_list .footer_list_left a {
  color: #333333;
  display: inline-block;
  border-right: 1px solid #333333;
  padding-right: 10px;
  margin-right: 10px;
}

.footer .footer_list .footer_list_left a:hover {
  font-weight: bold;
}

.footer .footer_list .footer_list_left .footer_go {
  margin: 15px 0;
}

.footer .footer_list .footer_list_left p {
  text-align: left;
}

.footer .footer_list .footer_list_right .footimg {
  vertical-align: middle;
  margin-left: 20px;
  position: relative;
  top: 17px;
}

img {
    border:none;
}

.footer .footer_list .footer_list_right .ipImg {
  vertical-align: middle;
}