/*public*/
.size1 {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.backcolor {
  background:#db181e;
}
.color {
  color: #333333;
}
/*共用头部*/
.header {
  position: relative;
  z-index: 1001;
  width: 100%;
  height: 129px;
  background: #1A1A1A;
}
.header .tops {
  line-height: 40px;
  height: 40px;
  color: #FFF;
  overflow: hidden;
  border-bottom: 1px solid #454545;
}
.header .tops .tel {
  background: url(../images/h1.png) no-repeat left center;
  padding-left: 30px;
  margin-right: 50px;
}
.logo img {
  display: block;
  margin: 10px 0 0 0;
}
.nav {
  float: right;
  height: 60px;
  margin-top: 10px;
  margin-right: -25px;
}
.nav li {
  float: left;
  text-align: center;
  position: relative;
}
.nav li a {
  display: block;
  padding: 0 25px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
}
.nav li ul {
  display: none;
  background: #1a1a1a;
  position: absolute;
  left: 0;
  top: 50px;
}
.nav li ul li {
  width: 100%;
  text-align: center;
  float: left;
  border-bottom: 1px dashed #8d8d8d;
}
.nav li ul li a {
  font-size: 14px;
  padding: 0;
  line-height: 30px;
  color: #fff;
}
.nav li.on > a {
  color: #e3122b;
}
.nav > li a:hover {
  color: #e3122b;
}
.nav > li a:hover ul li a {
  color: #FFF;
}
.nav li:hover ul {
  display: block;
}
/*index banner*/
.banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner .flexslider {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-width: 1200px;
}
.banner .slides {
  position: relative;
  z-index: 1;
}
.banner .slides li {
  height: 100%;
}
.banner .slides li img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
/*左右切换*/
.banner .flex-direction-nav {
  width: 1200px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24px 0 0 -600px;
  z-index: 1;
}
.banner .flex-direction-nav a.flex-prev,
.banner .flex-direction-nav a.flex-next {
  position: absolute;
  width: 25px;
  height: 48px;
  background: none;
  font-size: 0;
}
.banner .flex-direction-nav a.flex-prev {
  left: 0;
}
.banner .flex-direction-nav a.flex-next {
  right: 0;
  background-position: -25px 0;
}
/*dot*/
.banner .flex-control-nav {
  width: 1000px;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  bottom: 20px;
  z-index: 2;
  text-align: center;
}
.banner .flex-control-nav li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 0;
  margin: 0 6px;
}
.banner .flex-control-nav a {
  display: block;
  width: 28px;
  height: 5px;
  border-radius: 5px;
  background: #e3122b;
  cursor: pointer;
}
.banner .flex-control-nav .flex-active {
  background: #e3122b;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  top: -4px;
}
/*footer*/
.footer {
  width: 100%;
  height: auto;
  padding: 54px 0 15px 0;
  background: #333333;
  color: white;
}
.footer .tits {
  font-size: 18px;
  line-height: 24px;
}
.footer .tits span {
  font-size: 12px;
  color: #606060;
  position: relative;
  top: 2px;
  padding-left: 5px;
}
.footer .left {
  width: 290px;
}
.footer .left ul {
  margin-top: 15px;
}
.footer .left ul li {
  height: 50px;
  min-width: 60px;
  text-align: center;
  border-bottom: 1px solid #606060;
  font-size: 14px;
  line-height: 50px;
  float: left;
  margin-right: 40px;
}
.footer .left ul li a {
  color: white;
}
.footer .right {
  width: 770px;
  position: relative;
}
.footer .right .txt2 {
  font-size: 18px;
  margin-top: 20px;
}
.footer .right .txt3 {
  margin-top: 10px;
}
.footer .right .txt3 p {
  line-height: 32px;
  font-size: 14px;
}
.footer .right .footer_logo {
  position: absolute;
  right: 0;
  top: 54px;
}
.footer_bottom {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #333333;
  border-top: 1px solid #3F3F3F;
  color: white;
  text-align: center;
}
.footer_bottom strong {
  font-weight: 500;
  padding: 0 30px;
}
.footer_bottom strong a {
  color: white;
}
