body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0px;
  padding: 0px;
}
i {
  font-style: normal;
}
img,
input,
select,
button {
  vertical-align: middle;
  outline: none;
}
body {
  font-family: "microsoft yahei";
  font-size: 16px;
  color: #333;
}
img {
  border: 0;
}
select,
input {
  vertical-align: middle;
  outline: none;
}
select {
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover,
a:link,
a:visited,
a:active {
  text-decoration: none !important;
}
.clear {
  width: 100%;
  height: 0;
  line-height: 0;
  font-style: 0;
  overflow: hidden;
  clear: both;
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
input::-webkit-input-placeholder {
  /*WebKit browsers*/
  font-size: 14px;
  color: #aaa;
}
input::-moz-input-placeholder {
  /*Mozilla Firefox*/
  font-size: 14px;
  color: #aaa;
}
input::-ms-input-placeholder {
  /*Internet Explorer*/
  font-size: 14px;
  color: #aaa;
}
.layout {
  max-width: 1200px;
  margin: 0 auto;
}
/* 头部 */
.header {
  width: 100%;
  height: 158px;
  line-height: 158px;
  background: #7f1313;
}
.header .search {
  float: right;
  line-height: 100px;
}
.header .search input,
.header .search button {
  height: 40px;
  line-height: 40px;
  border: none;
  color: #333;
  background-color: #fff;
}
.header .search input {
  width: 260px;
  padding-left: 16px;
  font-size: 16px;
}
.header .search button {
  width: 52px;
  margin-left: -5px;
}
.header .menu {
  margin-right: 10px;
  margin-top: 65px;
  display: none;
}
/* 导航 */
.nav_box {
  width: 100%;
  border-bottom: 1px solid #eae9e9;
}
.nav {
  float: left;
  height: 60px;
  line-height: 60px;
  background: #fff;
}
.nav li {
  float: left;
}
.nav .item {
  position: relative;
  //padding: 0 38px;
}
.nav .item a {
  font-size: 20px;
  color: #333;
}
.nav .item>a {
  padding:0 112px;
}
.nav .item .dropdown {
  display: none;
  overflow-y: hidden;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 10;
  background-color: #fbfcfc;
  text-align: center;
  width:100%;
}
.nav .item .dropdown a {
  display: block;
  //min-width: 146px;
  width:100%;
  font-size: 16px;
  line-height: 42px;
  padding: 0 5px;
  white-space: nowrap;
  color: #333;
  border: 1px solid #eaeaeb;
  border-top-color: transparent;
  box-sizing:border-box;
}
.nav .item .dropdown a:first-of-type {
  border-top-color: #eaeaeb;
}
.nav .item .dropdown a:hover {
  color: #7f1313;
}
.nav .item:hover > a {
  color: #7f1313;
}
.nav .line {
  font-size: 20px;
  color: #d5d5d5;
}
.nav .line:last-of-type {
  display: none;
}
/* 移动端导航 */
.mnav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.mnav .contentct {
  float: left;
  width: 40%;
  height: 100%;
  background: #196bb8;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mnav .contentct .nav_item {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.mnav .contentct .nav_item:hover {
  background: #7f1313;
  -webkit-box-shadow: 8px 8px 10px #000;
  box-shadow: 8px 8px 10px #000;
}
.mnav .contentct .nav_item:hover .item_down {
  display: block;
}
.mnav .contentct .nav_item a {
  color: #fff;
  text-decoration: none;
}
.mnav .contentct .nav_item .item_down {
  display: none;
  padding-bottom: 10px;
}
.mnav .contentct .nav_item .item_down a {
  display: block;
  padding-left: 40px;
}
.mnav .contentct .nav_item .item_down a:hover {
  background: #7f1313;
  -webkit-box-shadow: 8px 8px 10px #000;
  box-shadow: 8px 8px 10px #000;
}
.mnav .contentct .nav_item .item_down:after {
  content: "";
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
  visibility: hidden;
}
.mnav .contentbl {
  float: left;
  width: 60%;
  height: 100%;
  background: #333;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* 页脚 */
.footer {
  width: 100%;
  background: #7f1313;
  color: #fff;
  font-size: 14px;
}
.footer .footer_container {
  width: 100%;
  border-bottom: 1px solid #681111;
}
.footer .footer_container .footer_top {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
}
.footer .footer_container .footer_top .line {
  float: left;
  margin-top: 13px;
}
.footer .footer_container .footer_top .logo {
  float: left;
  width: 514px;
  height: 90px;
  position: relative;
}
.footer .footer_container .footer_top .logo img {
  width: 480px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer .footer_container .footer_top .contact {
  float: left;
  width: 374px;
  height:90px;
  line-height: 28px;
  position: relative;
  background: url(../images/footer_bg.png) no-repeat center top;
}
.footer .footer_container .footer_top .contact ul {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 263px;
}
.footer .footer_container .footer_top .links {
  float: left;
  width: 310px;
  height: 90px;
  position: relative;
  z-index:9999;
}
.footer .footer_container .footer_top .links .links_btn {
  width: 270px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
.footer .footer_container .footer_top .links .links_btn .fl {
  color: #000;
  padding-left: 10px;
}
.footer .footer_container .footer_top .links .links_btn img {
  margin-top: 16px;
  margin-right: 10px;
}
.footer .footer_container .footer_top .links .links_btn .links_item {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  max-height: 204px;
  background: #fff;
  border-top: 1px solid #eee;
  overflow: auto;
  display: none;
}
.footer .footer_container .footer_top .links .links_btn .links_item a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
}
.footer .copyright {
  line-height: 26px;
  padding: 8px 0;
  text-align: center;
}
.footer .copyright a {
  color: #88abda;
}
.footer .copyright a:hover {
  text-decoration: none;
}
.footer .copyright .space {
  padding: 0 10px;
}
@media screen and (max-width: 1220px) {
  .layout {
    width: 100%;
  }
  .header {
    background-position: -350px center;
  }
  .header a {
    margin-left: 10px;
  }
  .header .search {
    margin-right: 10px;
  }
  .header .search form input {
    width: 150px;
  }
  .header .search form button {
    width: 40px;
    padding: 0;
  }
  .nav {
    float: none;
    width: 900px;
    margin: 0 auto;
  }
 /* .nav .item {
    padding: 0 20px;
  }*/
  .nav .item>a {
    padding: 0 20px;
  }
  .footer .footer_container .footer_top {
    width: 100%;
    height: 360px;
  }
  .footer .footer_container .footer_top .logo,
  .footer .footer_container .footer_top .contact,
  .footer .footer_container .footer_top .links {
    float: none;
    margin: 0 auto;
    width: 480px;
    height: 120px;
  }
  .footer .footer_container .footer_top .contact {
    overflow: hidden;
  }
  .footer .footer_container .footer_top .contact .info:first-of-type {
    margin-top: 5px;
  }
  .footer .footer_container .footer_top .links .links_btn {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .footer .footer_container .footer_top .line {
    display: none;
  }
  .footer .copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer .copyright i {
    display: block;
  }
  .footer .copyright .space {
    display: none;
  }
}
.siteCounter8 {
    display: inline;
}
.siteCounter8 span {
    margin: 0;
    border-radius: none;
    color: #FFFFFF;
    background-image: none;
    padding: 0;
}
@media screen and (max-width: 900px) {
  .nav {
    display: none;
  }
  .header {
    background-position: -550px center;
    height: 100px;
    line-height: 100px;
  }
  .header a img {
    width: 300px;
  }
  .header .menu {
    margin-top: 34px;
    display: block;
  }
  .header .search form {
    display: none;
  }
}
/* @media screen and (max-width:790px) {
    .header {
        background-position: -550px center;

        a img {
            width: 300px;
        }

        .search form {
            display: none;
        }
    }
} */
@media screen and (max-width: 500px) {
  .header {
    background-position: -600px center;
  }
  .header a img {
    width: 250px;
  }
  .footer .footer_container .footer_top {
    width: 100%;
    height: 340px;
  }
  .footer .footer_container .footer_top .logo,
  .footer .footer_container .footer_top .contact,
  .footer .footer_container .footer_top .links {
    float: none;
    width: 100%;
  }
  .footer .footer_container .footer_top .logo img {
    width: 300px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .footer .footer_container .footer_top .contact {
    overflow: hidden;
  }
  .footer .footer_container .footer_top .contact .info:first-of-type {
    margin-top: 5px;
  }
  .footer .footer_container .footer_top .links {
    height: 100px;
  }
  .footer .footer_container .footer_top .links .links_btn {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .footer .footer_container .footer_top .line {
    display: none;
  }
  .footer .copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer .copyright i {
    display: block;
  }
  .footer .copyright .space {
    display: none;
  }
}
/*底部颜色修改为红色*/
.footer-back {
 background-color: #ba261a;
}
.footer-back .footer_container {
border-bottom-color: #e36060
}
.footer-back .copyright a {
 color: #fff;
}
.footer-back .footer_container .footer_top .contact {
 background-image: url(../images/footer_bg1.png)
}
.header-red{
 background: url(../images/header-top-bg-red.jpg) no-repeat center center /cover;
}