﻿@charset 'utf-8';

/******样式清除******/
html body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333
}

a,
span {
  vertical-align: top;
}

img {
  border: 0;
  vertical-align: middle;
}

input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
}

button {
  padding: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
}

textarea {
  outline: none;
  border: none;
  resize: none;
}

input,
textarea {
  box-sizing: content-box;
  outline: none;
  background: 0 0;
  font-family: "Microsoft YaHei"
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #acacac;
}

table tr td,
table {
  border-collapse: collapse;
}

body {
  font-size: 0;
  color: #000;
  font-family: "Microsoft YaHei";
}

/*****通用样式******/

/*清除浮动*/

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.db {
  display: inline-block;
}

/*****边距调整****/

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr0 {
  margin-right: 0;
}

.mr5 {
  margin-right: 5px
}

.mr10 {
  margin-right: 10px
}

.mr15 {
  margin-right: 15px
}

.mr20 {
  margin-right: 20px
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

/****内容块居中***/
.centerWidth {
  width: 1200px;
  margin: 0 auto;
}

/*马从平*/
.pagination {
  /*分页*/
  text-align: center;
  padding: 20px 0;
  color: #415569;
  font-size: 14px;
}

.pagination a {
  width: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background: #fafafa;
  color: #415569;
  border-radius: 3px;
  margin: 0 6px;
  font-size: 14px;
}

.pagination a:hover {
  background: #da0707;
  color: #fff;
  cursor: pointer;
}

.pagination .first-page,
.pagination .last-page {
  width: 48px;
  background-color: #f7f9f9;
  color: #b9bfc5;
  font-size: 12px;
}

.pagination .active {
  background: #da0707;
  color: #fff;
}

/*History*/
.header {
  width: 100%;
  min-width: 1200px;
  background-color: #f1f1f1;
  font-size: 14px;
  color: #666;
  height: 40px;
  line-height: 40px;
}

.header a {
  margin: 0 5px;
  font-size: 14px;
}

.header-left {
  display: inline-block;
}

.header-left a {
  color: #666;
}

.header-login {
  float: right;
  display: inline-block;
  position: relative;
}

.header-login a,
.header-left a:hover,
.header-login span {
  color: #e83232;
}

.header .depart {
  color: #666;
  margin-right: 50px;
}

.header .depart img {
  margin-right: 5px;
}

.header .depart:hover {
  color: #e83232;
}

.header-depart {
  display: none;
  position: absolute;
  width: 550px;
  text-align: center;
  right: -60px;
  top: 36px;
  line-height: 0;
  z-index: 11;
}

.depart-height {
  width: 510px;
  max-height: 224px;
  background-color: #fff;
  overflow: auto;
  box-shadow: 0 0 5px #eee;
  text-align: left;
  padding: 20px;

}

.depart-height a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  display: inline-block;
  min-width: 80px;
}

.nav {
  height: 88px;
}

.nav .logo {
  width: 326px;
  height: 80px;
  display: inline-block;
  margin-top: 14px;
}

.nav-a {
  width: 1200px;
}

.nav-a a {
  width: 112px;
  height: 88px;
  text-align: center;
  color: #e83232;
  display: inline-block;
  margin-left: 105px;
}

.nav-a a .nav-icon {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/nav1.png) no-repeat center;
  margin: 0 auto;
  margin-top: 14px;
  margin-bottom: 6px;
}

.nav-a .ml0 {
  margin-left: 0;
}

.nav-a a .nav-icon2 {
  background: url(../images/nav2.png) no-repeat center;
}

.nav-a a .nav-icon3 {
  background: url(../images/nav3.png) no-repeat center;
}

.nav-a a .nav-icon4 {
  background: url(../images/nav4.png) no-repeat center;
}

.nav-a a .nav-icon5 {
  background: url(../images/nav5.png) no-repeat center;
}

.nav-a a .nav-icon6 {
  background: url(../images/nav6.png) no-repeat center;
}

.nav-a a.active,
.nav-a a:hover {
  color: #fff;
  background: #e83232
}

.nav-a a.active .nav-icon,
.nav-a a:hover .nav-icon {
  background: #e83232 url(../images/nav1on.png) no-repeat center;
}

.nav-a a:hover .nav-icon2 {
  background: #e83232 url(../images/nav2on.png) no-repeat center;
}

.nav-a a:hover .nav-icon3 {
  background: #e83232 url(../images/nav3on.png) no-repeat center;
}

.nav-a a:hover .nav-icon4 {
  background: #e83232 url(../images/nav4on.png) no-repeat center;
}

.nav-a a:hover .nav-icon5 {
  background: #e83232 url(../images/nav5on.png) no-repeat center;
}

.nav-a a:hover .nav-icon6 {
  background: #e83232 url(../images/nav6on.png) no-repeat center;
}

/*友情链接*/
.links {
  font-size: 14px;
  line-height: 32px;
  padding: 30px;
  width: 1140px;
  margin: 0 auto;
  background-color: #f5f5f5;
  position: relative;
  color: #666;
  margin-top: 20px;
}

.link-title {
  margin-right: 14px;
}

.link-title img {
  margin-right: 5px;
}

.links-item {
  width: 178px;
  margin: 0 14px;
  padding: 0 12px;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
}

.links-item.active {
  color: #e83232;
}

.l-t-xiala {
  float: right;
  margin-top: 12px;
}

.l-t-content {
  display: none;
  position: absolute;
  width: 1198px;
  bottom: 92px;
  left: 0;
  background-color: #fff;
  line-height: 36px;
  padding: 12px 0;
  border: 1px solid #e5e5e5;
}

.l-t-content>a {
  width: 167px;
  text-align: center;
  display: inline-block;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.l-t-content>a:hover {
  color: #e83232;
}

.links .active .l-t-content {
  display: block;
}

/*底部*/
.footer {
  background-color: #282e34;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  overflow: hidden;
  padding: 30px 0;
  box-sizing: border-box;
  clear: both;
}

.f-info-left {
  overflow: hidden;
}

.f-info-left>a {
  display: inline-block;
  float: left;
  height: 72px;
}

.f-info-left>a img {
  height: 100%;
}

.f-info-left>p {
  float: left;
  color: #fff;
  line-height: 24px;
  padding: 12px 0;

}

.f-info-left>p span {
  opacity: 0.6;
  margin-right: 10px;
}

.f-info-left>p span a {
  color: #fff;
}

.f-info-left>p span a:hover {
  text-decoration: underline;
}

.f-info-left>p img {
  margin-right: 5px;
}

.f-info-right {
  margin-top: 38px;
  color: #fff;
}

.f-info-right a {
  color: #fff;
  padding-left: 4px;
  font-size: 14px;
}

.f-info-right a:hover {
  opacity: 0.6;
}

.hr6 {
  width: 100%;
  height: 6px;
  background-color: #da0707;
}

.g-bt {
  color: #ff0000;
  font-size: 16px;
  line-height: 29px;
  padding-right: 5px;
}

/* 页码 */
.yj-page {
  text-align: center;
  padding: 35px 0;



  border: 1px solid #e0e0e0;
  border-top: none;
}

.yj-page span {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  padding-top: 2px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  line-height: 28px;
  text-align: center;
}

.yj-page .sl {
  display: inline-block;
  padding-top: 2px;
  width: 15px;
  height: 30px;
  border: none;
  text-align: center;
  line-height: 28px;
  color: #415569;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 3px;
}

.yj-page input {
  width: 50px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #f7f9f9;
  padding-left: 5px;
  padding-right: 5px;
}

.yj-page a {
  display: inline-block;
  padding-top: 2px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: #415569;
  font-size: 14px;
  margin-right: 10px;
  background: #f7f9f9;
  border-radius: 3px;
}

.yj-page a:hover {
  color: #fff;
  background-color: #e83232;
}

.yj-page .sye {
  width: 38px;
  background-color: #f7f9f9;
  color: #b9bfc5;
}

.yj-page .wye {
  width: 38px;
  background-color: #f7f9f9;
  color: #b9bfc5;
}

.yj-page .act {
  color: #fff;
  background-color: #e83232;
}

.yj-page .sy {
  width: 48px;
  color: #b9bfc5;
}

.yj-page .xy {
  width: 48px;
  color: #b9bfc5;
}
