@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: none;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  font-size: 12px;
  font-family: Microsoft Yahei, arial, Helvetica, sans-serif; 
  /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei,
    SimSun, sans-serif; */
  color: #333;
  background-color: #fff;
  min-width: 1000px;
}

table td {
  border: 1px solid #ccc;
}

a {
  color: #333;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

em,
strong,
i,
b {
  font-style: normal;
}

img {
  display: inline-block;
  border: none;
}

table {
  border-collapse: collapse;
}

/*清除浮动*/

.floatfix {
  *zoom: 1;
}

.floatfix:after {
  content: '';
  display: table;
  clear: both;
}

/* 浮动 */

.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

/* 文字溢出省略 */

.ell {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.two-ell {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.tc {
  text-align: center;
}

.hide {
  display: none;
}

.show {
  display: block;
}

li {
  list-style-type: none;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ib {
  display: inline-block;
  vertical-align: middle;
}

.clear {
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 0;
}

img {
  display: block;
}

.g-empty-box {
  min-height: 200px;
  width: 100%;
  display: block;
  background: url('../img/empty-data.png') no-repeat center center;
}

.g-w1200 {
  width: 1000px;
  margin: 0 auto;
}

.g-w1200:after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}


.content{
  background: #fff;
  padding: 0 20px;
}

.main{
  background: url('../img/bg.png') repeat-x center bottom;
}


.g-title {
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #0035cb;
  margin-bottom: 10px;
  position: relative;
}

.g-title h2 {
  font-size: 16px;
  color: #0035cb;
  line-height: 32px;
  text-indent: 5px;
}

.g-title a.more {
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  color: #999;
  position: absolute;
  right: 0;
  bottom: 0;
}

.g-title a.more:hover {
  color: #fe0002;
}

.g-tab {
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #0035cb;
  margin-bottom: 10px;
  position: relative;
}

.g-tab a {
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  float: left;
}

.g-tab a:hover {
  color: #4982d9;
}

.g-tab a.active {
  background: #0035cb;
  color: #fff;
}

/*.main*/

.g-main {
  overflow: hidden;
}

.g-main-side {
  width: 220px;
  min-height: 500px;
  height: 100%;
  float: left;
}

.g-bread-crumbs {
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  border: 1px solid #eee;
  margin: 10px 0;
}

.g-bread-crumbs a {
  padding-right: 5px;
}

.g-main-content {
  width: 760px;
  float: right;
  padding-bottom: 50px;
}

.g-content-title {
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.g-content-title h2 {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  color: #122239;
}

.detail-info-title {
  clear: both;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
}

.detail-info-title h2 {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  background: #fe0002;
}

.detail-info {
  padding-top: 10px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5em;
}

.detail-info img {
  max-width: 100%;
  height: auto;
}

.page-detail {
  clear: both;
  padding-top: 20px;
}

.page-detail a {
  float: left;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  min-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 2px solid #999;
  background: #eee;
  color: #666;
  margin-right: 10px;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  font-weight: bold;
}

.page-detail a:hover {
  background: #4982d9;
  color: #fff;
}

.page-detail .next-btn {
  float: right;
  white-space: nowrap;
  margin-right: 0;
  font-size: 14px;
}

/*i-foot*/

.i-foot {
  clear: both;
  border-top: 1px solid #dfe0e0;
  padding: 28px 0;
  overflow: hidden;
}

.i-foot .bottom-nav {
  float: left;
}

.i-foot .bottom-nav dl {
  width: 140px;
  float: left;
}

.i-foot .bottom-nav dt a {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

.i-foot .bottom-nav dd {
  padding: 10px 0 0 0;
}

.i-foot .bottom-nav dd a {
  display: block;
  float: left;
  clear: both;
  font-size: 12px;
  line-height: 24px;
  color: #999;
}

.i-foot .QR-code {
  float: right;
  padding-top: 10px;
}

.i-foot .QR-code dl {
  float: left;
  margin-left: 40px;
  width: 120px;
}

.i-foot .QR-code dl img {
  width: 120px;
  height: 120px;
  display: block;
  background: #eee;
}

.i-foot .QR-code dd {
  width: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #666;
  padding-top: 10px;
}

/*i-copyright*/

.i-copyright {
  padding: 10px;
  line-height: 20px;
  color: #999;
  border-top: 1px solid #183251;
}

.i-copyright a {
  color: #666;
}

/*g-side-menu*/

.g-side-menu {
  border: 1px solid #0035cb;
}

.g-side-menu dt {
  display: block;
  height: 50px;
  background: #0035cb;
  text-align: center;
}

.g-side-menu dt span,
.g-side-menu dt em {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  text-transform: uppercase;
}

.g-side-menu dt em {
  padding-left: 5px;
  font-size: 12px;
  font-weight: normal;
}

.g-side-menu dd a {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  border-top: 1px solid #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-side-menu dd a:hover,
.g-side-menu dd a.active {
  color: #0035cb;
}

.g-side-menu dd a.avtive {
  font-weight: bold;
}

/*详情*/
.g-detail {
  position: relative;
}

.g-detail-title {
  line-height: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.g-detail-info {
  font-size: 12px;
  line-height: 30px;
  color: #999;
}

.g-detail-pic {
  width: 590px;
  height: 372px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  background: #eee;
}

.g-detail-des {
  display: block;
  overflow: hidden;
  margin: 20px;
  background: #eee;
  padding: 10px;
  color: #333;
  line-height: 20px;
}

.g-detail-des {
  display: none;
}

.g-detail-des:before {
  content: '“';
  font-size: 24px;
  color: #0035cb;
  vertical-align: -5px;
  margin-right: 5px;
}

.bdsharebuttonbox {
  position: absolute;
  right: 0;
  top: 10px;
}

.video_tc {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}

.video_tc_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.video-box {
  overflow: hidden;
  width: 700px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -350px;
}

.video-box iframe {
  overflow: hidden;
  width: 700px;
  height: 500px;
  display: block;
  padding: 0;
  margin: 0;
}

.i-map-title {
  clear: both;
  padding: 20px 0 0;
}

.i-map-box {
  padding-top: 10px;
}

.i-map-box dl {
  padding-bottom: 20px;
}

.i-map-box dt {
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #183251;
  font-weight: bold;
  margin-left: 10px;
}
.i-map-box dt a {
  color: #183251;
}

.i-map-box dd {
  display: inline-block;
}

.i-map-box dd a,
.i-map-box p {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  display: block;
  line-height: 20px;
  margin: 0 10px;
  white-space: nowrap;
  color: #183251;
  text-decoration: underline;
}

.i-map-box p {
  text-decoration: none;
}

.i-map-box a:hover {
  color: #0035cb;
}

.tab-title {
  height: 40px;
  border-bottom: 1px solid #eee;
}

.tab-title li {
  max-width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  padding: 0 25px;
  background: #122239;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}

.tab-title li:hover {
  background: #183251;
  color: #fff;
}

.tab-title li.layui-this {
  background: #0035cb;
  color: #fff;
}

.tab-content {
  padding-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.8em;
}

.tab-content img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.layui-tab-item {
  display: none;
  overflow: hidden;
}

.layui-tab-item img {
  max-width: 100%;
  height: auto;
}

.layui-tab-item.layui-show {
  display: block;
}

.pager {
  text-align: center;
  padding: 20px 0;
}

.pager ul {
  list-style: none;
  padding-left: 0;
}

.pager ul li {
  padding: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  min-width: 28px;
  min-height: 28px;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  color: #0035cb;
  border-radius: 2px;
  margin: 0 3px;
  border: 1px solid #0035cb;
  height: 30px;
}

.pager ul li:hover {
  opacity: 0.8;
}

.pager li.active,
.pager li.active:hover {
  background: #4982d9;
  border: 1px solid #0035cb;
  color: #fff;
  cursor: not-allowed;
}

.pager li.active a{
  color: #fff;
}

.pager li.disabled,
.pager li.disabled:hover {
  cursor: not-allowed;
}

.pager li.totalPage {
  background: 0 0;
  cursor: default;
  border: 0;
  padding: 0 6px;
}

.pager li.totalPage:hover {
  transform: none;
  background-color: #fff;
}

.pager li input {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  outline: 0;
  padding: 3px 5px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 40px;
  height: 25px;
  margin: 0 6px;
}

.pager li input:focus {
  border-color: #98a6ad;
}

.pager {
  user-select: none;
}

.pager ul:nth-child(2) {
  border-radius: 6px;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
