﻿html {
  font-size: 10px;
}
.c-red {
  color: #f00;
  font-size: 13px;
}
.container {
  width: 1398px;
  min-width: 1398px;
}
.tabbar {
  overflow: hidden;
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
}
.tabbar .icon {
  margin-right: 10px;
}
.tabbar .more {
  display: inline-block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #17497A;
  text-align: center;
  background: #ECF5FF;
  color: #17497A;
  font-size: 18px;
}
.up {
  width: 100%;
  height: 307px;
  background: url(../images/top_bg.png) no-repeat;
  background-size: cover;
  text-align: center;
}
.up .logo {
  margin-top: 60px;
  margin-bottom: 30px;
  width: 602px;
}
.up .title {
  font-size: 42px;
  color: #fff;
}
.up .head-btn {
  display: none;
}
.nav-box {
  box-shadow: 0px 6px 6px 0px rgba(23, 73, 122, 0.2);
}
.nav-box ul:before,
.nav-box ul:after {
  content: "";
  display: table;
  _font-size: 0px;
}
.nav-box ul:after {
  clear: both;
}
.nav-box li {
  height: 60px;
  line-height: 60px;
  float: left;
  text-align: center;
  min-width: 150px;
  position: relative;
}
.nav-box li a {
  color: #333;
  font-size: 20px;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.nav-box li.active,
.nav-box li:hover {
  background: #17497A;
}
.nav-box li.active a,
.nav-box li:hover a {
  color: #fff;
}
.nav-box li:hover .submenu {
  display: block;
}
.nav-box li .submenu {
  display: none;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 3;
}
.nav-box li .submenu li {
  height: 44px;
  line-height: 44px;
  display: block;
  float: none;
}
.nav-box li .submenu li a {
  color: #333;
}
.nav-box li .submenu li:hover {
  background: rgba(23, 73, 122, 0.1);
}
.nav-box li .submenu li:hover a {
  color: #17497A;
}
.position {
  width: 100%;
  height: 70px;
  line-height: 70px;
}
.position span {
  float: left;
  font-size: 14px;
  display: inline-block;
  width: 36px;
  height: 70px;
  background: url(../images/icon_position.jpg) no-repeat 2px center;
}
.position a {
  display: inline-block;
  font-size: 16px;
}
.banner-box {
  background: #80AAE3;
}
.banner-box .sliderList {
  width: 100%;
  overflow: hidden;
}
.banner-box .sliderList img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.banner-box .slick-dots {
  right: calc(50% - 37px);
}
.slick-dots {
  position: absolute;
  bottom: 14px;
  right: 28px;
  width: auto;
  z-index: 10;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  background: #fff;
  float: left;
  border-radius: 50%;
  margin: 0 12px 0 0;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
}
.slick-dots li button:before {
  content: '';
  width: 8px;
  height: 8px;
}
.slick-dots li.slick-active button {
  width: 22px;
  height: 8px;
}
.slick-dots li.slick-active {
  width: 22px;
}
.slick-dots li.slick-active button:before {
  width: 22px;
  height: 8px;
  border-radius: 20%;
  background: #1C5FC1;
  opacity: 1;
  margin-right: 12px;
}
.carousel-item span {
  position: absolute;
  bottom: 8px;
  color: #fff;
  z-index: 100;
  width: 350px;
  overflow: hidden;
  height: 20px;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.carousel-opc {
  background: url(../images/lunbo_opc.png) no-repeat;
  height: 36px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 1;
}
.slick-prev,
.slick-next {
  border-radius: 50%;
}
.slick-prev:before,
.slick-next:before {
  content: '';
}
.slick-prev {
  background: url(../images/arrow_left_img1.png) no-repeat center center;
}
.slick-next {
  background: url(../images/arrow_right_img1.png) no-repeat center center;
}
.slick-prev:hover,
.slick-prev:focus {
  background: url(../images/arrow_left_img1.png) no-repeat center center;
}
.slick-next:hover,
.slick-next:focus {
  background: url(../images/arrow_right_img1.png) no-repeat center center;
}
.list-box .left {
  width: calc(50% - 20px);
  margin-right: 40px;
}
.list-box .right {
  width: calc(50% - 20px);
}
.list-box:before,
.list-box:after {
  content: "";
  display: table;
  _font-size: 0px;
}
.list-box:after {
  clear: both;
}
.list-box2 {
  margin-bottom: 15px;
}
.list-box2 .inner ul {
  overflow: hidden;
}
.list-box2 .inner ul li {
  margin-bottom: 15px;
  float: left;
  width: calc(50% - 18px);
  height: 80px;
}
.list-box2 .inner ul li:nth-child(2n+1) {
  margin-right: 36px;
}
.list-box2 .inner ul li:hover .title {
  color: #17497A;
}
.list-box2 .inner ul li a {
  display: block;
  height: 100%;
  background: #eee;
  overflow: hidden;
}
.list-box2 .inner ul li .time {
  padding: 12px 0;
  float: left;
  background: #80AAE3;
  color: #fff;
  width: 100px;
  height: 100%;
  text-align: center;
}
.list-box2 .inner ul li .time span {
  display: block;
}
.list-box2 .inner ul li .time .date {
  font-size: 26px;
}
.list-box2 .inner ul li .time .year {
  font-size: 14px;
}
.list-box2 .inner ul li .title {
  float: left;
  width: calc(100% - 100px);
  padding: 0 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 80px;
  line-height: 80px;
  font-weight: bold;
  font-size: 18px;
}
.lunbo-list-box .newList-box .inner {
  margin-bottom: 0;
}
.lunbo-list-box .newList-box .inner ul li {
  line-height: 52px;
}
.lunbo-list-box .slick-slide img {
  width: 100%;
}
.newList-box .head {
  overflow: hidden;
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  color: #17497A;
}
.newList-box .head .icon {
  margin-right: 10px;
}
.newList-box .head .more {
  display: inline-block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #17497A;
  text-align: center;
  background: #ECF5FF;
  color: #17497A;
  font-size: 18px;
}
.newList-box .inner {
  margin-bottom: 40px;
}
.newList-box .inner ul li {
  overflow: hidden;
  line-height: 42px;
  background: url(../images/liList.png) no-repeat left center;
  padding-left: 16px;
}
.newList-box .inner ul li:hover a {
  color: #17497A;
}
.newList-box .inner ul li a {
  float: left;
  font-size: 20px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newList-box .inner ul li .fr {
  font-size: 17px;
  color: #B6B6B6;
}
.guide-box {
  overflow: hidden;
  position: relative;
  height: 142px;
}
.guide-box .fl,
.guide-box .fr {
  position: absolute;
  top: 0;
  width: calc(50% + 15px);
  height: 100%;
  display: flex;
  align-items: center;
}
.guide-box .fl p,
.guide-box .fr p {
  color: #fff;
  font-size: 30px;
}
.guide-box .fl .icon,
.guide-box .fr .icon {
  width: 90px;
}
.guide-box .fl {
  background: url(../images/guide_img1.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  justify-content: flex-end;
}
.guide-box .fl span {
  color: #66FFFF;
}
.guide-box .fl .icon {
  margin-left: 78px;
  margin-right: 112px;
}
.guide-box .fr {
  background: url(../images/guide_img2.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
  justify-content: flex-start;
}
.guide-box .fr span {
  color: #FFCCFF;
}
.guide-box .fr .icon {
  margin-left: 112px;
  margin-right: 78px;
}
.footer {
  background: #17497A;
  color: #fff;
  font-size: 16px;
  height: 320px;
}
.footer a {
  color: #fff;
}
.footer .top {
  font-size: 16px;
  border-bottom: 1px solid #37628B;
  line-height: 22px;
  padding: 18px 0 18px 35px;
}
.footer .top .container {
  display: flex;
  align-items: center;
}
.footer .top img {
  width: 20px;
  margin-right: 14px;
}
.footer .top span {
  font-size: 18px;
}
.footer .top .line {
  margin: 0 12px;
  display: flex;
  align-items: center;
}
.footer .bot {
  text-align: center;
}
.footer .bot .center {
  line-height: 29px;
}
.footer .bot .container {
  padding-top: 28px;
  position: relative;
}
.footer .bot .right {
  position: absolute;
  right: 0;
  top: 40px;
}
.footer .bot .right img {
  width: 130px;
  height: auto;
  margin-bottom: 12px;
}
.footer .bot .color1 {
  color: #A9CCF4;
}
.list-con {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}
.list-con .left {
  float: left;
  width: 257px;
  background: #F3F3F3;
  padding-bottom: 2000px;
  margin-bottom: -2000px;
  min-height: 300px;
  _min-height: 300px;
  *min-height: 300px;
}
.list-con .left .sub-title {
  background: url(../images/bg_item.png) no-repeat;
  height: 60px;
  background-size: 100% 100%;
  color: #fff;
  padding: 13px 13px 7px 13px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: baseline;
}
.list-con .left .sub-title .icon {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
}
.list-con .left ul {
  width: 210px;
  margin: 0 auto;
}
.list-con .left ul li {
  text-align: center;
  width: 210px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  border: 1px solid #D4D4D4;
  margin-bottom: 20px;
  position: relative;
}
.list-con .left ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #D4D4D4;
}
.list-con .left ul li a {
  display: block;
}
.list-con .left ul li:hover,
.list-con .left ul li.active {
  border: 0;
  background: #17497A;
}
.list-con .left ul li:hover a,
.list-con .left ul li.active a {
  color: #fff;
}
.list-con .right {
  float: right;
  width: 1087px;
  padding-bottom: 2000px;
  margin-bottom: -2000px;
  background: #fff;
  min-height: 800px;
}
.list-con .right .subnav {
  height: 42px;
  line-height: 42px;
  background: #F9F9F9;
  border-bottom: 2px solid #DD1214;
}
.list-con .right .subnav img {
  display: inline-block;
  margin: 0 5px 0 20px;
  vertical-align: text-bottom;
}
.list-con .right .subnav a {
  color: #666;
}
.list-con .right .subnav a:hover {
  text-decoration: none;
  color: #c00;
}
.list-con .right .sub-name {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  line-height: 44px;
  padding-bottom: 6px ;
  border-bottom: 1px solid #ccc;
}
.list-con .right .list li {
  padding: 26px 0;
  border-bottom: 1px dotted #DFDFDF;
}
.list-con .right .list li:hover .cont .title {
  color: #17497A;
}
.list-con .right .list a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.list-con .right .list .time {
  float: left;
  color: #333;
  width: 89px;
  height: 112px;
  text-align: center;
  padding: 14px 0px;
  margin-right: 28px;
  background: url(../images/border-time.png) no-repeat;
  background-size: contain;
}
.list-con .right .list .time span {
  display: block;
}
.list-con .right .list .time .day {
  font-size: 34px;
  color: #737373;
}
.list-con .right .list .time .date {
  font-size: 16px;
  color: #737373;
}
.list-con .right .list .cont {
  float: left;
  width: calc(100% - 117px);
}
.list-con .right .list .cont .title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.list-con .right .list .cont .intro {
  line-height: 25px;
  color: #737373;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-con .right .list-style-2 {
  padding: 20px;
}
.list-con .right .list-style-2 li {
  padding-left: 8px;
  border-bottom: 1px dashed #E5E5E5;
  padding-bottom: 20px;
  padding-top: 20px;
}
.list-con .right .list-style-2 li .li-left {
  float: left;
  width: 24%;
}
.list-con .right .list-style-2 li .li-left img {
  width: 195px;
  height: 130px;
}
.list-con .right .list-style-2 li .li-right {
  float: right;
  width: 74%;
}
.list-con .right .list-style-2 li .li-right .title {
  color: rgba(51, 51, 51, 0.9);
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.list-con .right .list-style-2 li .li-right .title:hover {
  color: #c00;
}
.list-con .right .list-style-2 li .li-right .content {
  position: relative;
}
.list-con .right .list-style-2 li .li-right .content p {
  font-size: 14px;
  color: #333333;
  line-height: 25px;
  margin-top: 20px;
  text-indent: 2em;
}
.list-con .right .list-style-2 li .li-right .content .more {
  color: #c00;
  display: inline-block;
  margin-left: 5px;
  text-indent: 0;
  font-size: 14px;
}
.list-con .right .list-style-2 li .li-right .content .date {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #666666;
  font-size: 12px;
  margin-top: 2px;
}
.list-con .right .list-style-2 li .li-right-all {
  width: 100%;
}
.list-con .right .pic-list a {
  float: left;
  background: none;
  padding: 0;
  margin: 4px 10px 0;
  width: 180px;
  height: auto;
}
.list-con .right .pic-list img {
  display: block;
  margin: 0 auto;
  vertical-align: top;
  width: 180px;
  height: 120px;
}
.list-con .right .pic-list p {
  text-align: center;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.list-con .right .subcon .sub_contain {
  padding: 0 50px 400px 14px;
}
.list-con .right .subcon .sub_contain .title {
  color: #DE1113;
  text-align: center;
  border-bottom: 1px solid #F0F0F0;
  margin: 0 10px;
  padding: 35px 0 20px;
}
.list-con .right .subcon .sub_contain .cont {
  padding: 20px 30px 10px;
  font-size: 15px;
  line-height: 36px;
}
.list-con .right .subcon .sub_contain .cont p {
  text-indent: 2em;
}
.list-pic {
  margin-top: 35px;
}
.list-pic ul {
  overflow: hidden;
}
.list-pic ul li {
  width: calc(100% / 3 - 1px*24);
  float: left;
  border: 1px solid #F3F3F3;
  padding: 10px;
  margin-bottom: 35px;
  margin-right: 36px;
}
.list-pic ul li:nth-child(3n+3) {
  margin-right: 0;
}
.list-pic ul li:hover a {
  color: #37628B;
}
.list-pic ul li a {
  display: block;
}
.list-pic img {
  display: block;
  margin: 0 auto;
  vertical-align: top;
  width: 100%;
  height: 220px;
  margin-bottom: 10px;
}
.list-pic p {
  text-align: left;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.contentPage {
  padding: 46px 30px 25px 30px;
}
.contentPage h3 {
  color: #17497A;
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  height: auto;
  line-height: 36px;
  padding-bottom: 35px;
}
.contentPage .fun {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #888;
  font-size: 15px;
  margin: 0px 0px 10px;
}
.contentPage .fun .fl > div {
  float: left;
}
.contentPage .fun .time-box {
  margin-right: 40px;
}
.contentPage .fun span {
  display: inline-block;
  margin-right: 28px;
}
.contentPage .fun span:last-child {
  margin-right: 0;
}
.contentPage .fun .blue {
  color: #17497A;
}
.contentPage .fun span.change-size {
  color: #888;
}
.contentPage .fun span.change-size em {
  cursor: pointer;
}
.subCon {
  border: 1px solid #DEDEDE;
  margin-bottom: 46px;
}
.subCon .contentBox {
  border-top: 1px solid #ddd;
  padding: 60px 20px;
  font-size: 18px;
}
.subCon .contentBox p {
  text-indent: 2rem;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
}
/*页码*/
.pager {
  padding: 30px 0 40px;
  text-align: left;
}
.pager a {
  border-radius: 3px;
  display: inline-block;
  color: #333;
  margin-right: 8px;
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.pager a:hover,
.pager a.active {
  background: #17497A;
  color: #fff;
  border: 1px solid transparent;
}
.home-menu {
  display: none;
  width: 100%;
}
.home-menu .title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 32px 0;
}
.home-menu .title span {
  color: #17497A;
  position: relative;
}
.home-menu .title span:before,
.home-menu .title span:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background: #17497A;
}
.home-menu .title span:before {
  left: -50px;
  top: 18px;
}
.home-menu .title span:after {
  right: -50px;
  top: 18px;
}
.home-menu .content {
  display: flex;
}
.home-menu .content a {
  position: relative;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99) 0s;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(17, 17, 17, 0.05);
  padding-top: 24px;
  display: block;
  flex: 1;
  margin: 0 9px;
  height: 120px;
  background: #fff;
  color: #BB9D7E;
  border: 1px solid #BB9D7E;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.home-menu .content a:nth-child(2n+2) {
  color: #17497A;
  border-color: #17497A;
}
.home-menu .content a:hover {
  box-shadow: 0 0.5rem 1rem 0 rgba(17, 17, 17, 0.1);
  border: 1px solid transparent !important;
}
.home-menu .content a:hover:before,
.home-menu .content a:hover:after {
  width: 100%;
  height: 100%;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.home-menu .content a:hover:before {
  border-top-color: #BB9D7E;
  border-right-color: #BB9D7E;
}
.home-menu .content a:hover:after {
  border-bottom-color: #BB9D7E;
  border-left-color: #BB9D7E;
}
.home-menu .content a:nth-child(even):hover:before {
  border-top-color: #17497A;
  border-right-color: #17497A;
}
.home-menu .content a:nth-child(even):hover:after {
  border-bottom-color: #17497A;
  border-left-color: #17497A;
}
.home-menu .content a:before,
.home-menu .content a:after {
  border: 2px solid transparent;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
}
.home-menu .content a:before {
  top: 0;
  left: 0;
}
.home-menu .content a:after {
  bottom: 0;
  right: 0;
}
.fixed-right {
  position: fixed;
  right: 15px;
  top: 30%;
  z-index: 3;
}
.fixed-right ul li {
  background: #17497A;
  text-align: center;
  position: relative;
}
.fixed-right ul li a {
  width: 90px;
  height: 90px;
  display: block;
}
.fixed-right ul li img {
  margin-top: 20px;
}
.fixed-right ul li p {
  color: #fff;
}
.fixed-right ul li:hover {
  background: #06346A;
}
.fixed-right ul li:hover .wx-box {
  display: block;
}
.fixed-right ul li .wx-box {
  display: none;
  padding: 10px;
  box-shadow: 0px 0px 6px 2px rgba(23, 73, 122, 0.4);
  position: absolute;
  right: 100px;
  top: -40px;
  background: #fff;
}
.fixed-right ul li .wx-box img {
  display: block;
  width: 130px;
  margin-top: 0;
}
.fixed-right ul li .wx-box p {
  color: #17497A;
  line-height: 22px;
}
.content-page {
  margin: 0 auto 80px;
  padding: 40px 20px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 0px 24px 0px rgba(210, 223, 241, 0.45);
  min-height: 500px;
}
.content-page .query-box {
  width: 700px;
  margin: 20px auto;
}
.content-page .title2 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px;
  color: #17497A;
}
.content-page .title2 span {
  position: relative;
}
.content-page .title2 span:before,
.content-page .title2 span:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background: #17497A;
  top: 14px;
}
.content-page .title2 span:before {
  left: -50px;
}
.content-page .title2 span:after {
  right: -50px;
}
.content-page .layui-form-item {
  margin-bottom: 30px;
}
.content-page .layui-form-label {
  width: 100px;
  padding: 9px 0;
  color: #666;
  font-size: 15px;
}
.content-page .layui-input-block {
  margin-left: 110px;
}
.content-page .ipt-code-box .ipt-code {
  width: calc(100% - 130px);
  float: left;
}
.content-page .btn-getcode {
  width: 120px;
  height: 38px;
  line-height: 38px;
  background: #17497A;
  color: #fff;
  border-radius: 3px;
  float: right;
}
.content-page .layui-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.zxbm-row {
  width: 80%;
  margin: 0 auto;
}
.zxbm-row .menu {
  float: left;
  width: 240px;
  margin-right: 60px;
}
.zxbm-row .menu ul {
  border: 1px solid #06346A;
  border-bottom: 0;
}
.zxbm-row .menu ul li {
  text-align: center;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  cursor: pointer;
  border-bottom: 1px solid #06346A;
}
    .zxbm-row .menu ul li.active {
        background: #17497A;
        color: #fff;
    }
.zxbm-row .menu ul li.active a {
  color: #fff;
}
.zxbm-row .menu ul li.active:hover {
  background: #17497A;
}
.zxbm-row .menu ul li.active:hover a {
  color: #fff;
}
.zxbm-row .menu ul li:hover {
  background-color: rgba(23, 73, 122, 0.1);
}
.zxbm-row .menu ul li:hover a {
  color: #17497A;
}
.zxbm-row .layui-btn {
  margin-top: 30px;
  width: 140px;
}
.zxbm-row .form {
  float: left;
  width: calc(100% - 300px);
  margin-bottom: 80px;
}
.zxbm-row .form input,
.zxbm-row .form select,
.zxbm-row .form textarea {
  font-size: 16px;
}
.zxbm-row .form .layui-form .layui-form-label {
  width: 150px;
}
.zxbm-row .form .layui-form .layui-input-block {
  margin-left: 160px;
}
.zxbm-row .form .layui-form .layui-form-item {
  margin-bottom: 20px;
}
.zxbm-row .form .layui-form .layui-form-item:last-child {
  margin-bottom: 0;
}
.zxbm-row .form .layui-form input,
.zxbm-row .form .layui-form select,
.zxbm-row .form .layui-form textarea {
  color: #666;
  font-size: 15px;
}
.zxbm-row .form .form-title {
  font-size: 17px;
  line-height: 20px;
  padding-left: 10px;
  color: #06346A;
  margin: 20px 0 20px;
  position: relative;
}
.zxbm-row .form .form-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 2px;
  height: 16px;
  background: #17497A;
}
.zxbm-row .edit-pic {
  text-align: left;
}
.zxbm-row .edit-pic .pic img {
  width: 100px !important;
  height: 120px !important;
  border: 1px solid #e3e4e5;
}
.zxbm-row .edit-pic .upload-box .upload-btn {
  display: block;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #618feb;
  border-radius: 2px;
  font-size: 13px;
  color: #ffffff;
  float: left;
  margin: 10px 0 0 0;
}
.zxbm-row .edit-pic .tishi {
  position: absolute;
  top: 60px;
  left: 112px;
  color: #999;
  font-size: 12px;
}
.zxbm-row2 {
  width: 100%;
  margin: 0 20px;
}
.zxbm-row2 .form .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.zxbm-row2 .menu {
  margin-right: 30px;
}
.zxbm-row2 .layui-table {
  font-size: 16px;
}
.zxbm-row2 .layui-table tr td:nth-child(2n+1) {
  width: 80px;
  text-align: center;
}
.zxbm-row2 .layui-table .bgTd {
  text-align: center;
  background: #F8FBFF;
  max-width: 140px;
  width: 140px;
}
.zxbm-row2 .layui-table tr:hover {
  background: none;
}
.zxbm-row2 .layui-table th,
.zxbm-row2 .layui-table td {
  border-color: #3d74b6;
  padding: 13px 9px;
  font-size: 15px;
}
.zxbm-row2 .sug-wrapper {
  text-align: left !important;
}
.zxbm-row2 .sug-box {
  margin: 30px 30px 30px 10px;
}
.zxbm-row2 .sug-box .center {
  height: 120px;
}
.zxbm-row2 .sug-box .bot {
  display: flex;
  justify-content: flex-end;
}
.zxbm-row2 .sug-box .bot .sign {
  width: 220px;
}
.zxbm-row2 .sug-box .bot .sign .txt {
  display: inline-block;
  margin-bottom: 40px;
}
.zxbm-row2 .sug-box .bot .stamp {
  width: 160px;
}
.zxbm-row2 .sug-box .bot .stamp .txt {
  display: inline-block;
  margin-bottom: 40px;
}
.zxbm-row2 .sug-box .bot .stamp .time span {
  display: inline-block;
  width: 25px;
}
.zxbm-row2 .btn-box {
  text-align: center;
}
.app-menu {
  background: #184f85;
  border-radius: 2px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
input {
  height: 32px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.pdfview-xs {
    margin-right: 10px;
    margin-bottom: 10px;
    word-spacing: normal;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    font-size: 12px;
    background-color: #ff0000;
    color: #ffffff;
    cursor: pointer;
}

@media all and (min-width: 1920px) {
  .banner-box .sliderList img {
    width: auto;
  }
}
@media all and (max-width: 1920px) {
  .banner-box .sliderList img {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .fixed-right {
    top: auto;
    bottom: 10%;
    z-index: 998;
  }
  .fixed-right ul li {
    background: #184f85;
  }
  .fixed-right ul li:nth-child(2),
  .fixed-right ul li:nth-child(3) {
    display: none;
  }
  .fixed-right ul li:nth-child(1) {
    border-radius: 50%;
  }
  .fixed-right ul li img {
    margin-top: 18px;
  }
  .fixed-right ul li p {
    font-size: 12px;
  }
  .app-menu {
    display: flex;
  }
  .up .head-btn {
    display: block;
    float: right;
    margin-top: 8px;
  }
  .up .head-btn:before,
  .up .head-btn:after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    border-radius: 1px;
  }
  .up .head-btn i {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 6px auto;
  }
  .up .head-btn.active i {
    width: 0;
  }
  .up .head-btn.active:before {
    transform: translate3d(4px, 0px, 0) rotate(45deg);
    -webkit-transform: translate3d(4px, 0px, 0) rotate(45deg);
  }
  .up .head-btn.active:after {
    transform: translate3d(4px, 1px, 0) rotate(-45deg);
    -webkit-transform: translate3d(4px, 1px, 0) rotate(-45deg);
  }
  .nav-box {
    display: block;
    position: fixed;
    top: 60px;
    width: 100%;
    height: calc(100% - 160px);
    background: #223D5E;
    left: 100%;
    z-index: 999;
  }
  .nav-box li {
    float: none;
    border-bottom: 1px solid #1B314B;
    line-height: 44px;
    height: auto;
  }
  .nav-box li a {
    color: #fff;
    font-size: 15px;
    padding: 0 20px;
    text-align: left;
  }
  .nav-box li.active,
  .nav-box li:hover {
    background: #223D5E;
  }
  .nav-box li.active a,
  .nav-box li:hover a {
    color: #fff;
  }
  .nav-box li .submenu {
    display: block;
    position: initial;
    background-color: #1B314B;
  }
  .nav-box li .submenu li {
    float: left;
    width: 33.3%;
  }
  .nav-box li .submenu li a {
    text-align: center;
    color: #ccc;
    font-size: 13px;
  }
  .nav-box li.hasChildren > a {
    position: relative;
  }
  .nav-box li.hasChildren > a:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 15px;
    width: 10px;
    height: 10px;
    background: url(../images/arrow.png) no-repeat;
    background-size: contain;
  }
  .nav-box li.hasChildren .submenu {
    display: none;
  }
  .nav-box li.hasChildren.selected > a {
    position: relative;
  }
  .nav-box li.hasChildren.selected > a:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .nav-box li.hasChildren.selected .submenu {
    display: block;
  }
  .nav-box.active {
    left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .container {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
  body {
    padding-top: 60px;
  }
  .banner-box {
    display: none;
  }
  .up {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 60px;
    background: #17497A;
  }
  .up .container {
    overflow: hidden;
    height: auto;
    padding: 11px 12px;
  }
  .up .logo {
    float: left;
    width: 128px;
    margin: 0;
    height: auto;
    margin-top: 7px;
  }
  .up .title {
    float: left;
    font-size: 13px;
    width: 168px;
    text-align: left;
    margin-left: 12px;
    position: relative;
  }
  .up .title:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 3px;
    width: 1px;
    height: 29px;
    background: #fff;
    transform: scaleX(0.5);
  }
  .list-box {
    padding: 0 12px;
  }
  .list-box .left,
  .list-box .right {
    width: 100%;
    margin: 0;
  }
  .list-box2 .inner ul li {
    margin-right: 0 !important;
    width: 100%;
    height: 65px;
  }
  .list-box2 .inner ul li .time .date {
    font-size: 18px;
  }
  .list-box2 .inner ul li .time .year {
    font-size: 12px;
  }
  .list-box2 .inner ul li .title {
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    font-weight: normal;
  }
  .list-box2 .inner ul li:last-child {
    margin-bottom: 0;
  }
  .tabbar,
  .newList-box .head {
    padding: 10px 0 0;
    font-size: 18px;
  }
  .tabbar .icon,
  .newList-box .head .icon {
    width: 18px;
    margin-right: 4px;
  }
  .tabbar div,
  .newList-box .head div {
    display: flex;
    align-items: center;
  }
  .tabbar .more,
  .newList-box .head .more {
    font-size: 14px;
    border: 0;
    background: transparent;
    width: auto;
    font-weight: normal;
  }
  .home-menu {
    display: block;
  }
  .home-menu .title {
    font-size: 18px;
    padding: 15px 0;
  }
  .home-menu .title span:before,
  .home-menu .title span:after {
    top: 13px;
  }
  .home-menu .content {
    padding: 0 6px;
    flex-wrap: wrap;
  }
  .home-menu .content a {
    flex: auto;
    margin: 1.5%;
    width: 30.333%;
  }
  .home-menu .content p {
    font-size: 14px;
  }
  .lunbo-list-box .carousel-item span {
    position: relative;
    width: 75%;
    display: inline-block;
  }
  .lunbo-list-box .slick-dots {
    right: 0;
  }
  .lunbo-list-box .slick-dots li {
    margin-right: 10px;
  }
  .lunbo-list-box .slick-dots li.slick-active button {
    width: 8px;
  }
  .lunbo-list-box .slick-dots li.slick-active {
    width: 8px;
  }
  .lunbo-list-box .slick-dots li.slick-active button:before {
    width: 8px;
    margin-right: 8px;
  }
  .lunbo-list-box .newList-box .inner ul li {
    line-height: 36px;
  }
  .newList-box .inner {
    margin-bottom: 0;
  }
  .newList-box .inner ul li {
    line-height: 36px;
  }
  .newList-box .inner ul li a {
    font-size: 16px;
  }
  .newList-box .inner ul li .fr {
    font-size: 12px;
  }
  .guide-box {
    height: auto;
    overflow: hidden;
  }
  .guide-box .fl,
  .guide-box .fr {
    width: 100%;
    height: 90px;
    position: inherit;
    background-size: cover;
    position: relative;
    justify-content: start;
  }
  .guide-box .fl p,
  .guide-box .fr p {
    font-size: 17px;
    padding-left: 110px;
    position: absolute;
  }
  .guide-box .fl .icon,
  .guide-box .fr .icon {
    width: 70px;
    position: absolute;
    left: 20px;
    top: 10px;
    margin: 0;
  }
  .guide-box .fr {
    background-position-x: -54px;
  }
  .footer {
    margin-top: 15px;
    height: auto;
  }
  .footer .top {
    padding: 12px 18px;
  }
  .footer .top img {
    width: 14px;
    margin-right: 3px;
  }
  .footer .top .container {
    display: block;
  }
  .footer .top .line {
    display: none;
  }
  .footer .top span {
    font-size: 14px;
    color: #A9CCF4;
  }
  .footer .top a {
    display: block;
    font-size: 12px;
    color: #A9CCF4;
    padding-left: 22px;
  }
  .footer .bot {
    padding: 12px;
  }
  .footer .bot .container {
    padding-top: 0;
  }
  .footer .bot .center {
    font-size: 12px;
  }
  .footer .bot .right {
    display: none;
  }
  .footer .bot p {
    color: #A9CCF4;
    line-height: 22px;
  }
  .footer .bot p:nth-child(6) {
    display: none;
  }
  .position {
    height: 34px;
    line-height: 34px;
  }
  .position a {
    font-size: 14px;
  }
  .position span {
    margin-left: 10px;
    width: 24px;
    height: 34px;
    background-size: 12px;
  }
  .list-con {
    padding: 0 12px;
  }
  .list-con .left {
    background: #fff;
    float: none;
    width: 100%;
  }
  .list-con .left .sub-title {
    padding: 5px 0 5px 12px;
    font-size: 17px;
    margin-bottom: 0;
    color: #17497A;
    background: none;
    height: auto;
    position: relative;
  }
  .list-con .left .sub-title:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 16px;
    background: #17497A;
    top: 9px;
    left: 0;
  }
  .list-con .left .sub-title .icon {
    display: none;
  }
  .list-con .left ul {
    display: flex;
    width: 100%;
  }
  .list-con .left ul li {
    font-size: 16px;
    margin-bottom: 0;
    border: 0;
  }
  .list-con .left ul li:before {
    width: 0;
  }
  .list-con .left ul li.active,
  .list-con .left ul li:hover {
    background: none;
  }
  .list-con .left ul li.active a,
  .list-con .left ul li:hover a {
    color: #17497A;
  }
  .list-con .right {
    width: 100%;
    float: none;
  }
  .list-con .right .sub-name {
    display: none;
  }
  .list-con .right .list li {
    padding: 10px 0;
  }
  .list-con .right .list li .time {
    margin-right: 14px;
    padding: 18px 0;
    width: 68px;
    height: auto;
    background-size: 100% 100%;
  }
  .list-con .right .list li .time .day {
    font-size: 18px;
  }
  .list-con .right .list li .time .date {
    font-size: 12px;
  }
  .list-con .right .list li .cont {
    width: calc(100% - 85px);
  }
  .list-con .right .list li .cont .title {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 16px;
  }
  .list-con .right .list li .cont .intro {
    font-size: 12px;
    line-height: 20px;
  }
  .list-pic {
    margin-top: 10px;
  }
  .list-pic ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list-pic ul li {
    width: calc(100% / 2 - 5px);
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .list-pic ul li img {
    height: 120px;
  }
  .list-pic ul li p {
    font-size: 14px;
  }
  .list-pic ul li:nth-child(3n+3) {
    margin-right: 0px;
  }
  .contentPage {
    padding: 12px;
  }
  .contentPage h3 {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 8px;
  }
  .contentPage .fun {
    margin-bottom: 0;
    font-size: 12px;
  }
  .contentPage .fun .fwl {
    display: none;
  }
  .contentPage .fl {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .contentPage .fr {
    display: none;
  }
  .subCon {
    border: 0;
    margin-bottom: 0;
  }
  .subCon .contentBox {
    padding: 10px 0;
    font-size: 14px;
  }
  .pager {
    text-align: center;
  }
  .pager a {
    font-size: 14px;
  }
  .content-page {
    box-shadow: none;
    border: 0;
    border-top: 1px solid #f0f0f0;
    padding: 0 12px;
    min-height: 400px;
    margin: 0;
  }
  .content-page input,
  .content-page textarea,
  .content-page select {
    font-size: 13px;
  }
  .content-page .layui-form-item {
    margin-bottom: 20px;
  }
  .content-page .layui-form .layui-form-label {
    width: 60px;
    font-size: 13px;
    overflow: initial;
    white-space: normal;
  }
  .content-page .layui-form .layui-input-block {
    margin-left: 70px;
  }
  .content-page .query-box {
    width: 100%;
    margin: 20px 0;
  }
  .content-page .btn-getcode {
    font-size: 13px;
  }
  .content-page .form .form-title {
    font-size: 14px;
  }
  .content-page .form .form-title:before {
    height: 12px;
    top: 4px;
  }
  .content-page .title2 {
    margin-bottom: 30px;
  }
  .content-page .btn-box .layui-input-block {
    width: 140px;
  }
  .zxbm-row {
    width: 100%;
  }
  .zxbm-row .menu {
    display: none;
  }
  .zxbm-row .form {
    width: 100%;
  }
  .zxbm-row .form .layui-form input,
  .zxbm-row .form .layui-form textarea,
  .zxbm-row .form .layui-form select {
    font-size: 13px;
  }
  .zxbm-row .form .layui-form .layui-form-label {
    width: 80px;
  }
  .zxbm-row .form .layui-form .layui-form-label.label-line-more {
    padding: 0;
  }
  .zxbm-row .form .layui-form .layui-input-block {
    margin-left: 90px;
  }
  .zxbm-row2 {
    margin: 0;
  }
  .zxbm-row2 .form .title {
    font-size: 16px;
    margin: 15px 0 0;
  }
  .zxbm-row2 .table-box {
    overflow-x: auto;
  }
  .zxbm-row2 .layui-table {
  /*  width: 1200px;*/
  }
/*    .zxbm-row2 {
        width: 1200px;
    }*/
  .zxbm-row .menu {
    background: #fff;
    display: block;
    margin: 0;
    position: fixed;
    bottom: 10%;
    z-index: 998;
    right: 75px;
    box-shadow: 0px 0px 6px 0px rgba(23, 73, 122, 0.2);
    width: 130px;
    display: none;
  }
  .zxbm-row .menu.active {
    display: block;
  }
  .zxbm-row .menu ul {
    border: 0;
  }
  .zxbm-row .menu ul li {
    border: 0;
    line-height: 44px;
  }
  .zxbm-row .menu ul li.active {
    background-color: #fff;
  }
  .zxbm-row .menu ul li.active a {
    color: #17497A;
  }
  .zxbm-row .menu ul li.active:hover {
    background-color: #fff;
  }
  .zxbm-row .menu ul li.active:hover a {
    color: #17497A;
  }
  .zxbm-row .menu ul li:hover {
    background-color: #fff;
  }
  .zxbm-row .menu ul li:hover a {
    color: #333;
  }
}
