@charset "UTF-8";

/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-width: 1300px;
  background: #F5F5F5;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

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

/* 通用样式 */
.container {
  width: 1300px;
  margin: 0 auto;
}

@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.woff") format("woff"), url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.ttf") format("truetype"), url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.eot") format("embedded-opentype");
}

@font-face {
  font-family: "DIN";
  src: url("./fonts/DIN/D-DIN.woff") format("woff"), url("./fonts/DIN/D-DIN.ttf") format("truetype"), url("./fonts/DIN/D-DIN.eot") format("embedded-opentype");
}

#header {
  height: 406px;
}

.top {
  height: 110px;
  background: #fff;
  box-shadow: 0px 0px 16.8px 0px rgba(54, 82, 3, 0.08);
  overflow: hidden;
}



.top.fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 12;
}

.top-box {
  height: 110px;
}


.top>.container {
  display: flex;
}

.top-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  box-sizing: border-box;
}

.top-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #018FD9;
}

.top-right {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.top-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 4px;
  background: #50B226;
}

.top-search {
  width: 162px;
  background: #F3F5F6;
  height: 34px;
  padding: 0 12px;
  box-sizing: border-box;
  border-radius: 17px;
  display: flex;
  justify-content: space-between;
  margin-left: 22px;
}

.top-search input::-webkit-input-placeholder {
  color: #A9A9A9;
}

.top-search input::-moz-placeholder {
  color: #A9A9A9;
}

.top-search input:-moz-placeholder {
  color: #A9A9A9;
}

.top-search input:-ms-input-placeholder {
  color: #A9A9A9;
}

.top-search-input {
  background: none;
  width: calc(100% - 20px);
}

.top-search-btn {
  width: 17px;
  height: 100%;
  background: url("../images/top_search_btn.png") center no-repeat;
}

.nav {
  display: flex;
}

.nav-item a {
  height: 110px;
  line-height: 110px;
  display: block;
  padding: 0 10px;
  position: relative;
  color: #333;
  font-size: 18px;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
}

.nav-item:hover a,
.nav-item.current a {
  font-weight: bold;
  color: #004386;
  border-bottom: 2px solid #004386;
}

.banner-swiper {
  position: relative;
  width: 100%;
  height: 296px;
  overflow: hidden;
}

.banner-swiper .swiper-pagination {
  font-size: 0;
  bottom: 18px;
}

.banner-swiper .swiper-pagination-bullet {
  width: 86px;
  height: 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  outline: 0;
  margin: 0 10px !important;
}

.banner-swiper .swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
}

.banner-swiper img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

.footer {
  margin-top: 60px;
  padding: 30px 0;
  color: #fff;
  min-height: 260px;
  box-sizing: border-box;
  background: url("../images/footer_bg.jpg") top center no-repeat;
  background-size: 100% 100%;
}

.footer p {
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

.footer p span {
  margin: 0 3px;
}

/* 当前位置位置 */
.location {
  padding-left: 24px;
  font-size: 14px;
  line-height: 60px;
  height: 60px;
  margin-bottom: 10px;
  background: url("../images/location_icon.png") left center no-repeat;
}

.location a {
  color: #333;
}

.location span {
  color: #004386;
}

.layer-system.layui-layer {
  box-shadow: none;
  border-radius: 10px;
}

.layer-system .layui-layer-title {
  height: 46px;
  background: #F5F5F5;
  border-bottom: 0;
  padding: 0 16px;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
}

.sub {
  display: flex;
}

.sub.spe .sub-menu {
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}

.sub.spe .sub-tree-items {
  box-shadow: none;
  background: none;
}

.sub-menu {
  width: 220px;
}

.sub-tree-sub {
  padding: 10px;
}

.sub-tree-items {
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}

.sub-tree-items.current .sub-tree-node {
  background: url("../images/menu_item_bgh.png") no-repeat;
}

.sub-tree-items.current .sub-tree-node>a {
  color: #fff;
}

.sub-tree-items.current .sub-tree-node>a:before {
  background-image: url("../images/menu_arrh.png") !important;
}

.sub-tree-items.current .sub-tree-subs {
  display: block;
}

.sub-tree-items+.sub-tree-items {
  margin-top: 6px;
}

.sub-tree-items.hasChild .sub-tree-node>a:before {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 11px;
  height: 8px;
  background: url("../images/menu_arr.png") no-repeat center center;
}

.sub-tree-node .sub-tree-tt {
  position: relative;
  height: 68px;
  line-height: 68px;
  padding-left: 80px;
  color: #333;
  font-size: 18px;
}

.sub-tree-subs {
  display: none;
}

.sub-tree-item:nth-child(n+2) {
  position: relative;
}

.sub-tree-item:nth-child(n+2) .sub-tree-tt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px dashed #EDEDED;
}

.sub-tree-item .sub-tree-tt {
  height: 48px;
  line-height: 48px;
  padding-left: 68px;
  color: #666;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

.sub-tree-item .sub-tree-tt:hover,
.sub-tree-item .sub-tree-tt.current {
  background: #EEF5FF;
  color: #004386;
}

.sub-tree-tt {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: 40px center no-repeat;
}

.sub-content {
  width: calc(100% - 220px - 20px);
  margin-left: 20px;
  box-sizing: border-box;
}

.column {
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(1, 71, 154, 0.08);
}

.column-hd {
  height: 60px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, rgba(189, 225, 255, 0.5) 0%, rgba(189, 225, 255, 0) 100%);
  border-bottom: 1px solid #E6E6E6;
}

.column-title {
  padding-left: 18px;
  background: url("../images/column_title_icon.png") left center no-repeat;
  line-height: 60px;
  font-size: 20px;
  font-weight: 500;
  color: #222;
}

.column-search {
  display: flex;
  justify-content: space-between;
  width: 210px;
  height: 36px;
  border: 1px solid #E5E5E5;
  border-radius: 18px;
  padding: 0 12px;
  box-sizing: border-box;
  background: #fff;
}

.column-search input::-webkit-input-placeholder {
  color: #B3B3B3;
}

.column-search input::-moz-placeholder {
  color: #B3B3B3;
}

.column-search input:-moz-placeholder {
  color: #B3B3B3;
}

.column-search input:-ms-input-placeholder {
  color: #B3B3B3;
}

.column-search .placeholder {
  color: #B3B3B3;
}

.column-search-input {
  width: calc(100% - 25px);
  height: 34px;
  line-height: 34px;
  background: none;
}

.column-search-btn {
  width: 20px;
  height: 34px;
  background: url("../images/notice/search_icon.png") center no-repeat;
}

.column-bd {
  padding: 20px;
}

.column-table {
  width: 100%;
  table-layout: fixed;
}

.column-table thead th {
  height: 48px;
  background: rgba(221, 237, 255, 0.5);
  color: #0189D4;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.column-table tbody tr {
  border-bottom: 1px solid #E5E5E5;
}

.column-table tbody tr:hover {
  background: rgba(221, 237, 255, 0.5);
  border-bottom-color: #0189D4;
}

.column-table tbody tr:hover .column-infor,
.column-table tbody tr:hover td {
  color: #0189D4;
}

.column-table tbody td {
  height: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 10px;
}

.column-table tbody td.text-left {
  text-align: left;
}

.column-no {
  font-size: 16px;
}

.column-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.column-infor {
  color: #333;
  font-size: 16px;
  flex: 1;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.column-infor.spe {
  color: #0189D4;
}

.column-tag {
  margin-left: 10px;
  padding-left: 20px;
  flex-shrink: 0;
  color: #0189D4;
  background: url("../images/notice/view_icon.png") left center no-repeat;
}

.pager {
  margin-top: 20px;
  font-size: 0;
}

.pager .m-pagination-page {
  padding-right: 0;
}

.pager .m-pagination-page>li {
  margin-right: 8px;
}

.pager .m-pagination-page>li>a {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  min-width: 30px;
  padding: 0 5px;
  box-sizing: border-box;
  height: 30px;
  color: #666;
  line-height: 28px;
}

.pager .m-pagination-page>li.active>a {
  color: #0189D4;
  border: 1px solid #0189D4;
  font-weight: normal;
}

.pager .m-pagination-size>select {
  height: 30px;
  border-radius: 4px;
  border-color: #E5E5E5;
}

.pager .m-pagination-group>input {
  height: 28px;
  border-color: #E5E5E5;
  border-radius: 4px 0 0 4px;
}

.pager .m-pagination-group>button {
  height: 30px;
  border-radius: 0 4px 4px 0;
  color: #666;
}

.pager .m-pagination-group>button:hover {
  border-color: #E5E5E5;
}

.pager .m-pagination-info {
  height: 30px;
  line-height: 30px;
  color: #333;
  padding-left: 14px;
}

.pager .m-pagination-size {
  padding-right: 12px;
}

.pager .m-pagination-info>span {
  color: #333;
  font-weight: normal;
  margin: 0;
}





.slider {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.slider-item {
  position: relative;
}

.slider-item:nth-child(n+2) {
  margin-top: 8px;
}

.slider-item>a {
  width: 82px;
  height: 82px;
  border: 1px solid #fff;
  border-radius: 2px;
  padding-top: 48px;
  box-sizing: border-box;
  background: 50% 13px no-repeat #fff;
  display: block;
  text-align: center;
  color: #333;
  line-height: 21px;
  box-shadow: 0px 0px 16.8px 0px rgba(54, 82, 3, 0.08);
}

.slider-item:nth-child(1)>a {
  background-image: url("../images/index/slider_icon1.png");
}

.slider-item:nth-child(2)>a {
  background-image: url("../images/index/slider_icon2.png");
}

.slider-item:nth-child(3)>a {
  background-image: url("../images/index/slider_icon3.png");
}

.slider-item:nth-child(4)>a {
  background-image: url("../images/index/slider_icon4.png");
}

.slider-item:hover .slider-content {
  display: block;
}

.slider-content {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 6px;
}

.slider-box {
  width: 290px;
  min-height: 144px;
  padding: 12px;
  box-sizing: border-box;
  line-height: 30px;
  background: url("../images/index/slider_box_bg.png") no-repeat;
  box-shadow: 0px 0px 16.8px 0px rgba(88, 147, 202, 0.2);
  letter-spacing: -0.5px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-size: 100% 100%;
}

.slider-label {
  font-weight: 700;
}

.slider-arr {
  position: absolute;
  left: -42px;
  bottom: 0;
  width: 40px;
  height: 82px;
  padding-top: 48px;
  box-sizing: border-box;
  color: #0189D4;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  background: url("../images/index/slider_arr.png") 50% 13px no-repeat #E6F6FF;
}

.slider.active>ul {
  width: 0;
  overflow: hidden;
}

.slider.active .slider-arr {
  background-image: url("../images/index/slider_arrh.png");
}

.layui-layer-iframe iframe {
  border-radius: 0 0 10px 10px;
}



