﻿html,
body,
ul,
li,
p,
input {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑", "Microsoft YaHei";
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

body {
  font-size: 100%;
  color: #3a3a3a;
  font-family: "微软雅黑", "Microsoft YaHei";
}

li {
  list-style: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

img {
  border: none;
}

a,
span,
i,
label {
  display: inline-block;
}

input {
  outline: none;
}

input[type="button"] {
  cursor: pointer;
  outline: none;
}

input[disabled] {
  cursor: not-allowed !important;
}

.clear {
  clear: both;
}

.clear-fix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.ove {
  overflow: hidden;
}

.dis-none {
  display: none;
}

.dis-inblock {
  display: inline-block;
}

/*
* 12栅格
*/
.row {
  margin: 10px;
  /*overflow: hidden;*/
}

.row::after {
  clear: both;
  overflow: hidden;
  content: '';
  display: block;
}

.row span {
  line-height: 28px;
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-13,
.col-14,
.col-15 {
  float: left;
}

.col-15 {
  width: 60%;
}

.col-14 {
  width: 40%;
}


.col-13 {
  width: 48%;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.6667%;
}

.col-10 {
  width: 83.3333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.6667%;
}

.col-7 {
  width: 58.3333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.6667%;
}

.col-4 {
  width: 33.3333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.6667%;
}

.col-1 {
  width: 8.33333%;
}

.col-right {
  float: right !important;
}

.wid-25percent {
  width: 25%;
}

/* 原 TopAndBottom_6.css*/
* {
  box-sizing: border-box;
}


.img-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}

.containers {
  width: 1200px;
  margin: 0 auto;
}

.top {
  height: 190px;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
}

.gg-top {
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 0;
}

.gg-top>span {
  vertical-align: top;
  margin-top: 11px;
}

.gg-top a {
  color: #fff;
}

.gg-right a {
  margin: 0 10px;
}

.gg-right a:last-child {
  margin-right: 0;
}

#nongli {
  margin-left: 5px;
}

.img-logo {
  margin-top: 40px;
}

.search-box {
  float: right;
  margin-top: -70px;
  position: relative;
}

.search-inp {
  width: 450px;
  height: 52px;
  border: none;
  background: #cfe6f7;
  padding-left: 23px;
  padding-right: 80px;
  border-radius: 3px;
}

.search-btn {
  position: absolute;
  width: 70px;
  height: 40px;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

/*导航 s*/
.nav-box,
.nav-list {
  height: 50px;
  font-size: 0;
}

.nav-list li.active {
  background: #0168b7;
}

.nav-list li {
  width: 199px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  background: #29546c;
  margin-right: 1px;
}

.nav-list li a {
  color: #fff;
}

.nav-list li:last-child {
  margin-right: 0;
}

/*导航 e*/

.main {
  background-color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

/* 公共底1官方部分 */
.gf-box {
  padding: 20px;
  background-color: #fff;
}

.hd-box {
  height: 131px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
}

.hd-title {
  width: 52px;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  border-right: 2px solid #0168b7;
  color: #0168b7;
  height: 100%;
}

.hd-title img {
  display: block;
  margin: 0 auto;
  margin-top: 7px;
  margin-bottom: 2px;
}

.hd-list {
  width: 1106px;
  height: 100%;
  overflow: hidden;
}

.hd-list li {
  float: left;
  width: 20%;
  text-align: center;
  position: relative;
  height: 100%;
}

.hd-list li img {
  width: 60px;
  height: 70px;
  margin: 15px auto;
}

.hd-list li p {
  font-size: 12px;
  color: #686868;
  font-weight: bold;
}

.hd-list li i {
  width: 1px;
  height: 72px;
  background: #ededed;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -36px;
}

/* .gf-list{
font-size: 0;
}
.gf-list li{
margin-left: 16px;
width: 180px;
height: 124px;
background: #f2f2f2;
display: inline-block;
text-align: center;
}
.gf-list li img{
margin-top: 11px;
width: 72px;
height: 72px;
}
.gf-list li p{
font-size: 12px;
color: #333;
margin-top: 11px;
height: 16px;
line-height: 16px;
}
.gf-list li:first-child{
margin-left: 0;
} */
/* 当前位置 */
.current-local {
  margin-bottom: 20px;
  font-size: 14px;
  color: #3A3A3A;
}

.current-local a {
  color: #3a3a3a;
}

/* 转圈圈 */
.five_banner {
  height: 80px;
  position: relative;
  margin: 20px auto 15px;
  box-sizing: border-box;
  width: 1160px;
  padding-left: 65px;
}

.fiveleft {
  position: absolute;
  left: 0;
  width: 48px;
  height: 80px;
  z-index: 99;
}

.fiveright {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 80px;
  z-index: 99;
}

.fivebanner {
  width: 1040px;
  white-space: nowrap;
  overflow: hidden;
}

.fivebanner div {
  width: 260px;
  height: 80px;
  box-sizing: border-box;
  position: relative;
  float: left;
}

.fivebanner div img {
  width: 250px;
  height: 80px;
  margin-right: 10px;
}

.select-box {
  height: 40px;
  font-size: 0;
}

.select-box select {
  width: 372px;
  height: 40px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  margin-left: 22px;
  font-size: 12px;
  color: #1a1a1a;
  text-align: center;
  text-align-last: center;
}

.select-box select:first-child {
  margin-left: 0;
}

.hei-110 {
  height: 115px;
}

/*底部 s*/
.bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 115px;
  line-height: 115px;
  background: rgba(0, 0, 0, .5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
}

:root .bottom {
  filter: none;
}

.bottom-box {
  vertical-align: middle;
  height: 85px;
  display: inline-block;
  position: relative;
}

.bottom p {
  height: 30px;
  line-height: 30px;
}

.bottom .right {
  margin-right: 20px;
}

.bottom .right img {
  vertical-align: middle;
}

.mar-lr-20 {
  margin: 0 20px;
}

.b1 {
  position: absolute;
  left: 50px;
  top: 30px;
  width: 34px;
  height: 40px;
}

.b2 {
  position: absolute;
  right: 50px;
  top: 31px;
  width: 80px;
  height: 38px;
}

.b_gh {
  margin-left: 10px;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 5px;
}

/*底部 e*/

/*分页 s*/
.page-list {
  text-align: center;
  margin: 30px 0 40px 0;
}

.page-list>span,
.page-list>a {
  margin: 0 5px;
  color: #3a3a3a;
  font-size: 14px;
}

.page-num a {
  margin: 0 3px;
  color: #3a3a3a;
}

.page-num span {
  color: #0168b7;
}

.page-list input#num {
  width: 35px;
  height: 20px;
  text-align: center;
  margin: 0 5px;
  font-size: 12px;
}

.page-list input[type="submit"] {
  width: 45px;
  height: 20px;
  margin-left: 8px;
  cursor: pointer;
}

/*分页 e*/

/*左侧导航------------------------------------------*/
.lby_dqwz {
  vertical-align: top;
}

/*左侧导航s*/
.left-nav {
  width: 264px;
  text-align: center;
}

.left-nav>img {
  vertical-align: top;
  width: 100%;
}

/* 移动端导航图片 */
.left-nav>.mobile-nav-img {
  display: none;
}

.left-nav>p {
  background: #36647e;
  color: #fff;
  font-size: 18px;
  height: 43px;
  line-height: 53px;
}

.left-nav ul {
  margin-top: -11px;
  border-top: 1px solid #6b9cf2;
}

.left-nav ul li {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: #f5f5f5;
  border-bottom: 1px solid #dee2e9;
  margin-bottom: 1px;
  position: relative;
}

.left-nav ul li:last-child {
  border-bottom: none;
}

.left-nav ul li a {
  width: 100%;
  color: #3A3A3A;
}

.left-nav ul li span {
  display: inline-block;
  margin-left: 100px;
  width: 165px;
  text-align: left;
}

.left-nav ul li a>img {
  position: absolute;
  top: 20px;
  left: 47px;
}

.zcdh2 {
  display: none;
}

.left-nav ul li.active a {
  color: #0168b7;
}

.left-nav ul li.active {
  background: #e0e9fb;
}

.left-nav ul li.active a>.zcdh1 {
  display: none;
}

.left-nav ul li.active a>.zcdh2 {
  display: block;
}

/*左侧导航e*/

.lby-box {
  min-height: 300px;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

.lby-right {
  width: 874px;
  float: right;
}

/* 移动端导航图片 */
.mobile-nav-img {
  display: none;
}

#wxImg {
  /* height: 150px;
  position: absolute;
  z-index: 999;
  top: 9px;
  left: 35%; */
  z-index: 999;
  position: absolute;
  display: none;
  bottom: 100px;
}

#wxImg>.wxImg-img {
  width: auto;
  height: auto;
}