@charset "utf-8";
body {
  font-family: "黑体";
}
@font-face {
  font-family: "verdanaz";
  src: url("../fonts/verdanaz.ttf");
}
.maxwidth {
  max-width: 100%;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  margin: 0;
  padding: 0;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
@media (min-width: 768px) {
  .container {
    width: 1200px;
  }
  body {
    min-width: 1200px;
  }
}
/*导航*/
@media (min-width: 768px) {
  .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #fff;
  }
  .navbar-default {
    position: absolute;
    width: 100%;
    min-width: 1200px;
    z-index: 1;
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    height: 154px;
    background: url("../images/nav_bg.png") no-repeat center;
  }
  .navbar-default .navbar-brand {
    height: 100%;
  }
  .navbar-default .navbar-nav {
    margin-top: 22px;
    margin-left: 81px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > li > a:hover
  {
    color: #d95030;
    background-color: transparent;
  }
  .addclass-a{
    color: #d95030!important;
  }
  .subnav{
    display: none;
    position: absolute;
    width: 150px;
    background-color: #4d4c4c;
    text-align: center;
    padding-top: 24px;
    margin-left: -30px;
    padding-bottom: 5px;
  }
  .subnav li {}
  .subnav li a{
    display: block;
    color: #fff;
    padding: 10px 0;
    margin: 0 5px;
  }
  .subnav li a:hover{
    background-color: #d95030;
  }

}
@media (min-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .navbar-default {
    background-color: #fff;
    border-color: #fff;
    margin-bottom: 0;
  }
  .navbar-default .navbar-brand {
    height: 80px;
    padding: 5px 15px;
  }
  .navbar-default .navbar-brand > img {
    height: 70px;
  }
  .navbar-default .navbar-nav>li>a {
    text-align: center;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff;
    background-color: #d95030;
  }
  .subnav{
    display: none;
    width: 100%;
    background-color: #d95030;
    text-align: center;
  }
  .subnav li {}
  .subnav li a{
    display: block;
    color: #fff;
    padding: 10px 0;
  }
}

/*footer*/
footer .yellow {
  height: 30px;
  width: 100%;
  background-color: #e4b93a;
}
footer .content {
  background: url("../images/foot_bg.jpg") no-repeat center;
}
footer .content-o {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 0 70px;
}
footer .foot2 {
  width: 200px;
}
footer .foot2 ul li a {
  float: left;
  width: 100px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  padding: 10px 0;
  color: #fff;
}
footer .foot2 ul li a:hover{
  color: #d95030;
}
footer .foot3 p {
  line-height: 2;
}
footer .foot3 p span {
  font-size: 18px;
  color: #fff;
}
footer .foot3 p span:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #d95030;
  vertical-align: middle;
}
footer .content-i {
  padding: 20px 0;
  background-color: #1f2b34;
}
footer .content-i p {
  color: #919191;
}
footer .content-i a {
  color: #919191;
}
@media (max-width: 767px) {
  footer .content {
    background-size: cover;
  }
  footer .content-o {
    padding: 30px 15px;
  }
  footer .foot3 p span {
    font-size: 14px;
    color: #fff;
    display: block;
  }
  footer .yellow{
    height: 10px;
  }
}
