﻿@charset "utf-8";
/* CSS Document */
html {
  background: #fff;
  font-size: 62.5%;
  /* 10梅16=62.5% */
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  /* 14梅10=1.4 */
  color: #333;
  font-family: "Microsoft YaHei", SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica,
 sans-serif;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
  margin: 0px;
  padding: 0px;
  color: #282828;
  -webkit-font-smoothing: subpixel-antialiased;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

img,
object {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

a {
  outline: none;
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #ee931d;
  text-decoration: none;
}

input[type="button"] {
  outline: none;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ul,
ol,
li {
  list-style: none outside none;
}

.tc {
  text-align: center !important;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea,
select {
  font-weight: inherit;
}

input,
select,
textarea,
button {
  vertical-align: middle;
}

/*澶撮儴鏍峰紡*/
.wrap_header {
  width: 100%;
  height: 192px;
  background-color: #b60101;
}

.topHeader {
  height: 32px;
  background-color: #950606;
}

.topHeader > div {
  width: 1150px;
  margin: 0 auto;
  height: 32px;
  line-height: 32px;
}

#datetimeNode {
  width: auto;
  float: left;
}

#datetimeNode span {
  color: #fff;
}

.topHeader .top_nav {
  float: right;
  width: auto;
}

.topHeader .top_nav a {
  float: left;
  margin-left: 19px;
  color: #c4c5c5;
}

.topHeader .top_nav a:first-child {
  margin-left: 0;
}

.topHeader .top_nav a:hover {
  color: #fff;
}

.header {
  width: 100%;
  height: 160px;
  margin: 0 auto;
  z-index: 999;
  position: relative;
}

.top {
  height: 140px;
  width: 1150px;
  margin: 0 auto;
}

.logo {
  float: left;
  padding: 0 0 0 0;
  position: absolute;
  z-index: 1003;
}

.logo a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}

.search {
  width: 214px;
  height: 32px;
  position: relative;
  overflow: hidden;
  z-index: 9998;
  float: right;
  background: url(../images/search-bg.png) no-repeat left center;
  margin-top: 55px;
}

.search input {
  position: absolute;
  height: 32px;
  line-height: 32px;
  color: #8d8d8d;
  top: 0;
}

.search input.notxt {
  left: 0;
  color: #8d8d8d;
  width: 153px;
  padding: 0 10px;
  line-height: 32px;
  font-size: 14px;
  border: none;
  background: none;
  box-sizing: border-box;
}

.search input.notxt1 {
  width: 42px;
  height: 32px;
  right: 0px;
  border: none;
  background: url(../images/search-btn.png) no-repeat center center;
  cursor: pointer;
}

.nav {
  width: 100%;
  background-color: #fff;
  height: 50px;
  clear: both;
}

.nav ul {
  width: 1150px;
  height: 55px;
  margin: 0 auto;
  background: url(../../images/gb20181019/navLi-bg.png) no-repeat left center;
}

.nav ul li {
  width: 14%;
  float: left;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  position: relative;
  background: url(../../images/gb20181019/navLi-bg.png) no-repeat right center;
}

.nav ul li a {
  color: #000;
  font-size: 16px;
  display: block;
  text-align: center;
}

.nav ul li .subNav {
  background-color: #b60101;
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 9999;
  left: 0;
}

.nav ul li a.on {
  color: #b60101;
  display: block;
}

.nav ul li.active a {
  color: #0858b1;
}

.nav ul li .subNav dl dd a {
  font-size: 14px;
  line-height: 23px;
  padding: 6px;
  border-top: none;
  text-align: left;
  font-weight: normal;
  background: none;
  color: #fff;
  text-align: center;
}

.nav ul li .subNav dl dd a:hover {
  background-color: #d90000;
}

header.current .search {
  display: none;
}

header.current .logo {
  transition: width 0.3s ease 0s;
  -webkit-transition: width 0.3s ease 0s;
  -moz-transition: width 0.3s ease 0s;
  width: 200px;
  height: auto;
  padding: 5px 0 0 0;
}

header.current {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #0858b1;
  z-index: 99999;
  box-shadow: 0 4px 4px rgba(8, 88, 177, 0.5);
}

header.current .nav {
  height: 60px;
  line-height: 60px;
  margin-left: 200px;
  width: 950px;
  background: none;
}

header.current .nav > ul {
  background: none;
  height: 60px;
  width: 950px;
}

header.current .nav li {
  background: none;
  font-size: 0.9em;
  height: 60px;
  line-height: 60px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

header.current .nav li a {
  color: #fff;
  border-left: none;
  padding: 0 17px;
}

header.current .nav li a:hover {
  font-weight: normal;
  background-color: #ffad6a;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

header.current .nav li .subNav {
  display: none;
  top: 60px;
}

header.current .top {
  height: 60px;
  width: 200px;
  float: left;
}

header.current .topHeader {
  display: none;
}

header.current .subNav {
  display: none !important;
}

header.current .header {
  height: 60px;
  max-width: 1150px;
}

/*瀵艰埅*/
.Banner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/*footer*/
.goTop {
  position: fixed;
  bottom: 20px;
  right: 50%;
  margin-right: -650px;
  z-index: 99;
  width: 50px;
  height: 50px;
  background: url(../images/icon_goTop.png) no-repeat center center #ffad6a;
}

.goTop:hover {
  background: url(../../images/gb20181019/icon_goTop.png) no-repeat center center #60a3ee;
}

/*鎵嬫満绔鑸�*/
.snav {
  display: none;
  height: 50px;
  right: 0px;
  top: 0;
  width: 100%;
}

.mbtn {
  display: block;
  width: 50px;
  height: 50px;
  right: 15px;
  top: 70px;
  z-index: 1002;
  cursor: pointer;
  background-color: #ffad6a;
}

#Index_mbtn {
  margin: 0 auto;
  width: 16px;
  height: 16px;
  display: block;
  margin-top: 10px;
  margin-bottom: 2px;
  color: #fff;
}

.mbtn .m {
  font-size: 12px;
  font-weight: 400;
  font-family: Arial;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  hegiht: 20px;
}

.navm {
  width: 100%;
  z-index: 800;
  line-height: 30px;
  background-color: #ba1414;
  overflow: hidden;
  text-align: left;
  display: none;
  top: 80px;
  left: 0;
}

.navm li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #d44343;
}

.navm li a {
  font-size: 15px;
  font-size: 1.5rem;
  width: 120px;
  float: left;
  line-height: 18px;
  padding: 10px 0px;
  color: #fff;
  padding-left: 13px;
  display: block;
}

.navm li a:hover {
  color: #fff;
}

.navm li span {
  /* padding: 10px 10px 0 0; */
  float: right;
  /* color: #fff; */
  cursor: pointer;
  width: 20px;
  height: 39px;
  display: block;
  background: url(../images/i-nav-r.png) no-repeat center center;
}

.navm dl {
  background-color: #fff;
  color: #004489;
  padding-left: 20px;
}

.navm dl dd {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
}

.navm li.on dl dd a {
  display: block;
  font-size: 14px;
  color: #282828;
  line-height: 30px;
  height: 30px;
}

.navm li dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  display: block;
  border: none;
  padding: 0px;
  width: 100%;
}

.navm li dl dd a:hover {
  color: #ee931d;
}

.subNavs {
  width: 100%;
  overflow: hidden;
  display: none;
}

.ser {
  display: none;
  width: 210px;
  height: 35px;
  right: 158px;
  top: 82px;
  line-height: 30px;
  background-color: #fff;
  z-index: 9999994;
}

.nser {
  display: block;
  width: 100%;
  background-color: #fff;
  height: 32px;
}

.nser .search {
  width: 100%;
  margin: 0;
  display: block;
  background: none;
}

.nser .search input.notxt {
  width: 92%;
  left: 0;
  padding-left: 13px;
  padding-right: 0;
}

.nser .search input.notxt1 {
  background: url(../images/search-btn.png) no-repeat center center #ffad6a;
  right: 0px;
}

.nlinks {
  width: 100%;
  overflow: hidden;
}

.nlinks span {
  float: left;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
}

.nlinks span a {
  color: #fff;
}

.articleTitle {
  width: 100%;
  height: 67px;
  line-height: 67px;
  border-bottom: 2px solid #888;
}

.articleTitle h2 {
  font-size: 20px;
  color: #b60101;
  font-style: normal;
}

.articleTitle h2:hover {
  color: #ee931d;
}

.articleTitle h2 strong {
  font-style: normal;
  margin: 0 10px;
  color: #5e6165;
}

.articleTitle .more {
  font-size: 14px;
  float: right;
}

.articleTitle .more a {
  padding-right: 18px;
  color: #666;
}

.articleTitle .more a:hover {
  color: #ee931d;
}

/*footer*/
.footerWrap {
  width: 100%;
  overflow: hidden;
  background: #b60101;
}

.footer {
  width: 1150px;
  overflow: hidden;
  margin: 0 auto;
}

.copyRight {
  width: 100%;
  overflow: hidden;
  background-color: #b60101;
}

.copyRight p {
  line-height: 20px;
  text-align: center;
  padding: 13px 0;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.copyRight i {
  display: block;
}

.copyRight span {
  margin: 0 8px;
  color: #fff;
}

.copyRight strong {
  color: #fff;
}

.pb_sys_style1 .p_no_d {
  background: #b60101 !important;
  border: 1px solid #950606 !important;
}

@media screen and (max-width: 1350px) {
  .goTop {
    margin: 0;
    right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .top,
  .footer,
  .topHeader > div {
    width: auto;
    padding: 0 10px;
  }
  .Banner,
  .nav ul {
    width: 100%;
  }
  .nav ul li {
    width: 14%;
    text-align: center;
  }
  .nav ul li a {
    padding: 0;
  }
  .footer-nav {
    width: 11%;
  }
  .footer-navWrap .last {
    width: 8%;
  }
  .footer {
    width: auto;
    margin: 0 15px;
    clear: both;
  }
  .copyRight {
    padding: 13px 20px;
    width: auto;
  }
  .copyRight i {
    display: inline;
  }
  .copyRight strong {
    display: inline-block;
    color: #fff;
  }
}

@media screen and (max-width: 900px) {
  .footer-navWrap {
    display: none;
  }
  .logo {
    width: 100%;
    padding-top: 20px;
    display: flex;
    align-items: center;
    height: 100%;
  }
}

@media screen and (max-width: 800px) {
  .search,
  .nav,
  .topHeader {
    display: none;
  }
  .wrap_header,
  .header {
    height: auto;
  }
  .snav {
    display: block;
  }
  #p-search.on {
    display: block;
  }
  #i-search {
    right: 70px;
  }
  #i-search img {
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 2px;
    float: none;
  }
  #i-search .m {
    font-size: 10px;
  }
  #p-search {
    position: absolute;
    z-index: 800;
    top: 80px;
    left: 0;
    height: 102px;
    width: 100%;
    background: #b60101;
    align-items: center;
    margin: 0;
    padding-top: 60px;
    display: none;
  }
  #p-search form {
    width: 80%;
    margin: 0 auto;
    position: relative;
    height: 32px;
  }
  .search input.notxt {
    width: 100%;
    background-color: #ffffff;
  }
  .search input.notxt1 {
    position: absolute;
    top: 0;
    z-index: 800;
    background-color: #ffad6a;
  }
  #icon_m_close {
    position: absolute;
    z-index: 201;
    top: 14px;
    right: 4px;
  }
  #icon_m_close img {
    width: 25px;
  }
  .search-box .search-txt {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .copyRight span {
    display: none;
  }
  .copyRight strong {
    margin: 0 10px;
  }
  .articleTitle h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .footer_bottom strong {
    display: block;
  }
  .footerLogo {
    width: 240px;
    padding-top: 24px;
    float: none;
    margin: 0 auto;
  }
  .message {
    padding-top: 10px;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .message a:first-child {
    margin-left: 0;
  }
  .top {
    height: 80px;
  }
}

.link-opts {
  margin-top: 12px;
}

#dropdownLinks {
  width: 80%;
  margin: 0 auto;
}

.fa-navicon {
  background: url("../images/icon-menu.png") no-repeat center center;
  background-size: cover;
}