﻿@charset "UTF-8";

/* Base Reset */
* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:focus {
  outline: 0;
}

img {
  border: 0;
}

a img {
  vertical-align: middle;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
  display: block;
  _display: inline;
}

.none {
  display: none;
}

.hidden {
  visibility: hidden;
}

.clearfix:after,
.container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: block;
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.single-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mul-ellipsis {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

body,
p {
  font: 14px/1 Microsoft YaHei, Helvetica, STHeiti STXihei, Microsoft JhengHei, Tohoma, Arial;
  color: #333;
}

body {
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #10449d;
}

.responsive {
  width: 100%;
  max-width: 1920px;
  height: auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "sourcehansanscn-regular", arial, "Microsoft Yahei", sans-serif;
  font-size: 16px;
}

#header {
  background: #fff;
  border-bottom: 1px solid #333;
}

#header .nav {
  float: left;
  width: 60%;
  line-height: 46px;
  padding: 0 1.66%;
  font-size: 18px;
}

#header .nav li {
  width: 33.33%;
  padding: 38px 0;
  font-weight: bold;
  text-align: center;
  float: left;
}

#header .nav li:hover .subnav {
  display: block;
}

#header .nav div {
  position: relative;
  cursor: pointer;
}

#header .nav div>a:hover,
#header .nav .active {
  color: #0b4da0;
}

#header .subnav li:hover,
#header .subnav .active {
  background-color: #327ddc;
}

#header .subnav {
  position: absolute;
  width: 55%;
  top: 84px;
  left: 22.5%;
  z-index: 10;
  background-color: #0b4da0;
  display: none;
}

#header .subnav li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0;
  float: none;
}

#header .subnav li a {
  font-weight: normal;
  color: #fff;
}

#header .phone-nav {
  display: none;
}

#header .logo {
  width: 18%;
  padding: 38px 0;
}

#header .search {
  float: right;
  width: 16.66%;
  height: 28px;
  border-radius: 19px;
  border: solid 1px #0b4da0;
  padding: 8px 0.83%;
  margin: 38px 0;
}

#header .search input {
  width: 80%;
  height: 25px;
  border: none;
}

#header .search img {
  width: 11.36%;
  margin-left: 2.27%;
  vertical-align: middle;
}

#sidebar.window {
  width: 280px;
  background-color: #f5f5f5;
  position: relative;
  float: left;
  margin-right: -280px;
  margin-top: 40px;
}

#sidebar.window .title {
  background: #2c57a1;
  padding: 20px;
  font-size: 24px;
  color: #fff;
}

#sidebar.window .subNav li {
  background: #eee;
  padding: 14px 42px;
  font-size: 18px;
  line-height: 24px;
  position: relative;
}

#sidebar.window .subNav li a {
  display: block;
  color: #333;
}

#sidebar.window .subNav li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: 20px;
  top: 22px;
  border-radius: 50%;
  background-color: #333;
}

#sidebar.window .subNav .active {
  background-color: #327ddc;
}

#sidebar.window .subNav .active:before {
  background-color: #fff;
}

#sidebar.window .subNav .active a {
  color: #fff;
}

#sidebar.phone {
  display: none;
}

#sidebar.phone .title {
  width: 100%;
  padding: 6px;
  font-size: 16px;
  line-height: 24px;
  background: #2c57a1;
  overflow: hidden;
  box-sizing: border-box;
}

#sidebar.phone .title .text {
  float: left;
  color: #fff;
}

#sidebar.phone .title .phone-nav {
  float: right;
  width: 20px;
  margin-right: 5px;
  margin-top: 2px;
}

#sidebar.phone li {
  padding: 10px;
  padding-left: 20px;
  line-height: 22px;
  font-size: 16px;
  border-bottom: 1px solid #e1e2e4;
  background-color: #f1f1f1;
}

#sidebar.phone li a {
  width: 100%;
  display: block;
  color: #383838;
}

#sidebar.phone li.active {
  background-color: #636363;
}

#sidebar.phone li.active a {
  color: #fff;
}

#content {
  margin-left: 320px;
  min-height: 450px;
  padding-bottom: 30px;
  padding-top: 50px;
}

.content-title {
  padding: 10px 0;
  border-bottom: 3px solid #0b4da0;
  overflow: hidden;
}

.content-title .title {
  font-size: 26px;
  line-height: 26px;
  color: #000000;
  float: left;
}

#breadcrumb {
  float: right;
}

#breadcrumb a,
#breadcrumb span {
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}

#footer {
  height: 70px;
  font-size: 14px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  background: #333;
}

#footer a {
  color: #fff;
}

.swiper-slide img {
  width: 100%;
}

/* 小屏幕（平板，大于等于 768px） */
/* @media (max-width: 992px) {
  #header .nav {
    width: 77%;
  }

  #header li {
    font-size: 16px;
  }

  #header .logo {
    padding: 27px;
    width: 105px;
  }

  #footer .link {
    width: 100%;
    text-align: center;
  }

  #footer dt {
    font-size: 16px;
  }

  #footer dd {
    font-size: 14px;
  }

  #footer .phone dt,
  #footer .phone dd {
    font-size: 20px;
  }

  #footer .code {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
    float: none;
  }

  .res_banner p {
    font-size: 40px;
    margin-top: -20px;
  }
} */

/* 超小屏幕（手机，小于 768px） */
@media screen and (max-width: 768px) {
  #header .phone-nav {
    display: block;
    margin-top: 5px;
    padding: 10px;
    text-align: center;
    float: right;
    position: relative;
    cursor: pointer;
  }

  #header .phone-nav .subnav {
    width: 150px;
    top: 40px;
    right: 10px;
    left: auto;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
  }

  #header .phone-nav .subnav li {
    font-size: 14px;
  }

  #header .phone-nav .subnav li a {
    display: block;
    color: #000;
  }

  #header .phone-nav .subnav .active {
    color: #fff;
    background-color: #327ddc;
  }

  #header .logo {
    padding: 10px;
    width: 170px;
  }

  #header .nav,
  #header .search {
    display: none;
  }

  #sidebar.window {
    display: none;
  }

  #sidebar.phone {
    display: block;
  }

  #sidebar.phone ul {
    display: none;
  }

  #content {
    margin: 0 !important;
    padding: 0 10px;
    min-height: calc(100vh - 165px);
  }

  #content .content-title .title,
  #breadcrumb span,
  #breadcrumb a {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  #footer {
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}