@charset "UTF-8";
/**
 * 该文件用于清除浏览器样式
 */
* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-family: 'Microsoft YaHei';
  word-wrap: break-word;
  box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

ul,
ol {
  list-style-type: none; }

textarea {
  resize: none; }

/*去除input button默认样式*/
input,
button,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 225, 225, 0);
  padding: 0;
  border: 0;
  outline: 0; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999; }

a:link {
  outline: none; }

a:visited {
  outline: none; }

a:active {
  outline: none; }

a,
a:hover {
  text-decoration: none; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

input {
  background: none;
  outline: none;
  border: none; }

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

button {
  border: none;
  outline: none;
  background-color: transparent; }

body {
  min-width: 1400px; }

.fl {
  float: left; }

.fr {
  float: right; }

.H40 {
  height: 40px; }

.sanjiao {
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 14px solid skyblue;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent; }

.header .top .topBody {
  width: 1400px;
  margin: 0 auto;
  position: relative; }
  .header .top .topBody .shouye {
    display: block;
    width: 154px;
    height: 34px;
    line-height: 34px;
    background-image: url("../images/head-jx.png");
    background-size: 154px 34px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    color: #b04810; }
    .header .top .topBody .shouye i {
      font-size: 18px;
      margin-right: 7px;
      position: relative;
      top: 1px; }

.header .logo {
  overflow: hidden; }
  .header .logo img {
    width: 100%;
    float: left; }

.nav {
  background-color: #b04810;
  height: 60px; }
  .nav .navBody {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative; }
    .nav .navBody ul {
      width: 100%;
      overflow: hidden;
      display: flex; }
      .nav .navBody ul li {
        flex: 1; }
        .nav .navBody ul li a {
          display: block;
          color: #fff;
          font-size: 22px;
          text-align: center;
          line-height: 60px; }
          .nav .navBody ul li a.cur, .nav .navBody ul li a:hover {
            background-color: #d16125; }
          .nav .navBody ul li a i {
            position: relative;
            top: 2px;
            font-size: 24px; }
          .nav .navBody ul li a span {
            padding-left: 10px; }
    .nav .navBody .inp {
      position: absolute;
      right: 0;
      top: 13px;
      width: 220px;
      height: 34px;
      line-height: 34px;
      border-radius: 5px;
      padding: 0 10px;
      color: #fff;
      background-color: rgba(255, 225, 225, 0.3); }
      .nav .navBody .inp input {
        color: #fff;
        padding-left: 20px; }
      .nav .navBody .inp input::-webkit-input-placeholder {
        color: #fff; }
      .nav .navBody .inp i {
        display: inline-block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 6px;
        left: 5px;
        background-image: url("../images/搜索.png"); }

.banner {
  width: 100%;
  height: 400px; }
  .banner .img {
    width: 100%;
    height: 400px;
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #acacac;
  opacity: 1; }

.swiper-pagination-bullet-active {
  background-color: #fff; }

.main {
  overflow: hidden; }
  .main .mainBody {
    width: 1400px;
    margin: 60px auto 50px; }
    .main .mainBody .mainBodyTop {
      display: flex;
      justify-content: space-between;
      margin-bottom: 50px; }
      .main .mainBody .mainBodyTop .mainBodyTopL {
        width: 720px;
        height: 420px;
        position: relative; }
        .main .mainBody .mainBodyTop .mainBodyTopL img {
          width: 100%;
          height: 100%; }
        .main .mainBody .mainBodyTop .mainBodyTopL .img {
          background-image: url("../images/bn1.jpg");
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          width: 100%;
          height: 420px;
          position: relative; }
          .main .mainBody .mainBodyTop .mainBodyTopL .img a {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            padding-left: 10px;
            padding-right: 71px;
            height: 50px;
            line-height: 50px;
            font-size: 16px;
            color: #fff;
            overflow: hidden;
            background-color: rgba(0, 0, 0, 0.5); }
        .main .mainBody .mainBodyTop .mainBodyTopL .mainPage {
          position: absolute;
          bottom: 14px;
          right: 10px;
          left: auto;
          width: unset; }
      .main .mainBody .mainBodyTop .mainBodyTopR {
        width: 640px;
        height: 420px;
        overflow: hidden; }
    .main .mainBody .mainBodyCenter {
      display: flex;
      justify-content: space-between; }
      .main .mainBody .mainBodyCenter .mainBox {
        width: 525px;
        height: 290px;
        overflow: hidden; }
    .main .mainBody .mainBodyCenterR {
      width: 250px; }
      .main .mainBody .mainBodyCenterR a img {
        width: 100%; }
      .main .mainBody .mainBodyCenterR .other {
        display: block;
        font-size: 22px;
        line-height: 100px;
        width: 100%;
        height: 100px;
        margin-top: 10px;
        font-weight: 700;
        text-align: center;
        color: #b04810;
        border: 1px solid #f6eae4;
        background-color: #fff9f5; }
        .main .mainBody .mainBodyCenterR .other.cur, .main .mainBody .mainBodyCenterR .other:hover {
          background-color: #b04810;
          color: #fff; }
        .main .mainBody .mainBodyCenterR .other i {
          display: inline-block;
          width: 48px;
          height: 48px;
          position: relative;
          top: 17px; }
      .main .mainBody .mainBodyCenterR .xx i {
        background-image: url("../images/信息公开.png"); }
      .main .mainBody .mainBodyCenterR .xx:hover i {
        background-image: url("../images/信息公开-h.png"); }
      .main .mainBody .mainBodyCenterR .xt i {
        background-image: url("../images/协同办公.png"); }
      .main .mainBody .mainBodyCenterR .xt:hover i {
        background-image: url("../images/协同办公-h.png"); }
      .main .mainBody .mainBodyCenterR .xn i {
        background-image: url("../images/电话.png"); }
      .main .mainBody .mainBodyCenterR .xn:hover i {
        background-image: url("../images/电话-h.png"); }

.list .listHead {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0; }
  .list .listHead h2 {
    color: #b04810;
    font-size: 29px;
    line-height: 29px;
    padding-left: 16px;
    font-weight: 700;
    position: relative; }
    .list .listHead h2 i {
      font: 20px; }
    .list .listHead h2 a {
      position: absolute;
      right: 0;
      top: 2px;
      background: #eeeeee;
      font-size: 15px;
      line-height: 28px;
      padding: 0 6px;
      font-weight: 400;
      color: #888; }
      .list .listHead h2 a .sanjiao {
        position: absolute;
        left: -13px;
        top: 0;
        border-right-color: #eeeeee; }

.list .listBody li a {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  font-size: 17px;
  line-height: 35px;
  height: 35px;
  font-weight: 400;
  color: #222222;
  overflow: hidden;
  padding-left: 18px;
  position: relative; }
  .list .listBody li a::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ccc; }
  .list .listBody li a i {
    width: 45px;
    margin-left: 20px;
    font-style: normal;
    color: #888888; }
  .list .listBody li a:hover {
    color: #b04810; }

.footer {
  width: 100%;
  height: 150px;
  background-color: #eeeeee;
  text-align: center;
  font-size: 15px;
  overflow: hidden;
  color: #444444;
  border-top: 4px solid #b04810; }
  .footer .footerT {
    margin: 40px 0 20px; }
  .footer a {
    color: #444444; }
    .footer a:hover {
      text-decoration: underline; }
  .footer i {
    line-height: 14px;
    border-left: 1px solid #c06d40;
    margin: 0 20px; }
  .footer em {
    margin: 0 20px; }
