@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: 1200px;
}

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 {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  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: 1200px;
  margin: 0 auto;
}

/* 当前位置位置 */
.location {
  padding-left: 18px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  cursor: pointer;
}

.location a {
  color: #333;
}

.location span {
  color: #ff6600;
}

.header .top {
  background: url("../images/header_bg.png") no-repeat;
}
.header .top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 143px;
}
.header-left {
  display: flex;
  align-items: center;
}
.header-left .logo {
  height: 52px;
  width: 567px;
  background: url("../images/logo.png") no-repeat;
  margin-right: 24px;
}
.header-left .location {
  width: 110px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  padding-left: 45px;
  color: #0294d4;
  box-sizing: border-box;
  border-radius: 33px;
  border: 1px solid #1d5abe;
  background: url("../images/location_bg.png") no-repeat 14px center;
}
.header .search {
  position: relative;
}
.header .search-ipt {
  width: 368px;
  height: 50px;
  padding: 0 90px 0 22px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 34px;
  border: 1px solid #999999;
  font-size: 14px;
}
.header .search-ipt::placeholder {
  color: #999999;
}
.header .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 88px;
  height: 50px;
  background: linear-gradient(180deg, #1d5abe 0%, #0294d4 100%);
  border-radius: 34px;
  cursor: pointer;
}
.header .search-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 21px;
  background: url("../images/search_bg.png") no-repeat;
}
.header .nav {
  height: 70px;
  background: linear-gradient(90deg, #077ec1 35%, #a4cb24 100%);
}
.header .nav-list {
  display: flex;
  justify-content: space-around;
}
.header .nav-list li a {
  display: block;
  position: relative;
  font-size: 20px;
  color: #fff;
  line-height: 70px;
}
.header .nav-list li a:hover {
  font-weight: bold;
}
.header .nav-list li a:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background: #ffffff;
}
.header .nav-list li.current a::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background: #ffffff;
}

.footer {
  background: #1d273f;
}
.footer .container {
  height: 198px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #b5bfd2;
}
.footer .container .footer-info li {
  height: 30px;
  line-height: 30px;
}
.footer .container .footer-logo {
  width: 291px;
  height: 56px;
}
.footer .container a {
  color: #b5bfd2;
}

.location-dialog {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.location-dialog .loc-close {
  position: relative;
  float: right;
  height: 32px;
  width: 32px;
  right: -20px;
  top: -23px;
  border-radius: 50%;
  cursor: pointer;
  background: url("../images/loc_close.png") center center;
}
.location-dialog .loc-close:hover {
  opacity: 0.7;
}
.location-dialog ul h2 {
  margin: 10px 0;
  padding: 10px 30px;
  line-height: 40px;
  text-align: left;
  border-bottom: solid 1px #e0e0e0;
}
.location-dialog ul li {
  float: left;
  text-align: left;
  margin-bottom: 10px;
}
.location-dialog ul li h4 {
  padding: 0px 30px;
  text-align: left;
  line-height: 30px;
}
.location-dialog ul li a {
  display: block;
  float: left;
  padding-left: 30px;
  width: 145px;
  text-align: left;
  font-size: 13px;
  line-height: 25px;
  cursor: pointer;
}
.location-dialog ul li a:hover {
  color: #a2cd5a;
  text-decoration: underline;
}
.location-dialog .logo {
  float: left;
  width: 296px;
  height: 60px;
  display: block;
  margin-top: 10px;
}
.location-dialog .ggtz li a img {
  display: block;
  width: 160px;
  overflow: hidden;
  border-radius: 8px;
}
.location-dialog .sf-menu ul {
  overflow: hidden;
}
.location-dialog .sf-menu li {
  display: block;
  overflow: hidden;
}
.location-dialog .sf-menu li a {
  display: block;
  float: left;
  line-height: 22px;
  font-size: 14px;
  margin-right: 5px;
  width: 139px;
  background: #f4f4f4;
  padding: 5px 20px;
  border-bottom: solid 2px #fff;
  color: #000;
  border-radius: 0 8px 0 8px;
}
.location-dialog .sf-menu li a:hover {
  color: #fa970a;
}
.location-dialog .site-down {
  position: relative;
  display: block;
  width: 915px;
  background: #fff;
  z-index: 88;
  padding: 10px 0;
  border-radius: 0 0 4px 4px;
  margin-bottom: 10px;
  border: solid 1px #ddd;
}
.location-dialog .site-down {
  display: none;
}
.location-dialog .sf-menu li ul a {
  display: block;
  width: 74px;
  background: #fff;
  border: none;
  margin-right: 0;
}
.location-dialog .sf-menu li a.on {
  background: #fff;
  border: none;
  border: solid 1px #ddd;
  border-bottom: 0;
  position: relative;
  top: 2px;
  margin-top: -2px;
  line-height: 24px;
  z-index: 99;
  border-radius: 4px 4px 0 0;
}
.location-dialog h3 {
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.location-dialog h2 {
  text-align: left;
  font-weight: bold;
}

.common-title {
  position: relative;
  text-align: center;
  height: 42px;
}
.common-title span {
  position: relative;
  font-size: 28px;
  line-height: 42px;
  color: #333;
  font-weight: bold;
}
.common-title span::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -136px;
  content: "";
  width: 124px;
  height: 20px;
  background: url("../images/index/title_icon.png") no-repeat;
}
.common-title span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -136px;
  content: "";
  width: 124px;
  height: 20px;
  background: url("../images/index/title_icon2.png") no-repeat;
}
.common-title::after {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 89px;
  height: 4px;
  background: url("../images/index/tab_hd_bgh.png") no-repeat;
}

/* 当前位置位置 */
.breadcrumb {
  padding-left: 21px;
  height: 21px;
  line-height: 21px;
  padding: 25px 0 23px 21px;
  background: url("../images/location.png") no-repeat left center;
}
.breadcrumb-item + .breadcrumb-item:before {
  padding: 0 4px;
  color: #3a486c;
  content: ">";
}
.breadcrumb-item > a {
  color: #3a486c;
}
.breadcrumb-item.active {
  color: #0f62a9;
}

/* 子页面左右布局 */
.sub-box {
  border-radius: 2px;
  box-shadow: 0 0 15px rgba(16, 56, 122, 0.1);
}
.sub-menu {
  width: 180px;
  box-sizing: border-box;
}
.sub-head {
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  padding-left: 54px;
  background: url("../images/sub-compass.png") no-repeat center left 18px, linear-gradient(90deg, #077ec1 35%, #a4cb24 100%);
}
.sub-tree {
  margin: 15px 0;
}
.sub-tree-items.current .sub-tree-node > a {
  color: #fff;
  background: #0f62a9;
  border-radius: 2px;
}
.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: 20px;
}
.sub-tree-items.hasChild .sub-tree-node > a:before {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 7px;
  background: url("../images/menu_arr.png") no-repeat center center;
}
.sub-tree-node {
  width: 162px;
  margin: 0 auto;
}
.sub-tree-node .sub-tree-tt {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-left: 18px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}
.sub-tree-subs {
  display: none;
}
.sub-tree-item .sub-tree-tt {
  width: 162px;
  height: 40px;
  line-height: 40px;
  padding-left: 33px;
  margin: 10px auto 0;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  position: relative;
}
.sub-tree-item .sub-tree-tt::before {
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9a9a9a;
}
.sub-tree-item .sub-tree-tt:hover, .sub-tree-item .sub-tree-tt.active {
  background: #ddedff;
  color: #0f62a9;
  border-radius: 2px;
}
.sub-tree-item .sub-tree-tt:hover::before, .sub-tree-item .sub-tree-tt.active::before {
  background: #0f62a9;
}
.sub-tree-tt {
  display: block;
  font-size: 16px;
}
.sub-content {
  width: calc(100% - 200px);
  margin-left: 20px;
  box-sizing: border-box;
  min-height: 360px;
}

/* 分页 */
.pager {
  margin-top: 26px;
}

.m-pagination-page {
  padding-right: 0;
}
.m-pagination-page > li {
  margin-right: 8px;
}
.m-pagination-page > li > a {
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border-radius: 4px;
  border-color: #d6d6d6;
  color: #5c5c5c;
}
.m-pagination-page > li.active > a, .m-pagination-page > li:hover > a {
  border-color: #2065fc;
  color: #2065fc;
  font-weight: normal;
  background: #fff;
}
.m-pagination-size {
  padding-right: 12px;
}
.m-pagination-size > select {
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border-radius: 4px;
  border-color: #d6d6d6;
  color: #5c5c5c;
}
.m-pagination-group > input, .m-pagination-group > button {
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border-color: #d6d6d6;
  color: #333;
}
.m-pagination-group > input {
  width: 30px;
  border-radius: 4px;
  border-right: 1px solid #d6d6d6;
}
.m-pagination-group > button {
  border-radius: 0 4px 4px 0;
  border: none;
  line-height: 32px;
}
.m-pagination-info {
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  color: #333;
}

/*谷歌个性化滚动条*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: none;
  border: 0;
  background-color: transparent !important;
}

::-webkit-scrollbar-thumb {
  border-radius: none;
  background-color: #9ab9d2;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #9ab9d2;
}

/*IE个性化滚动条*/
body,
body * {
  scrollbar-arrow-color: #9ab9d2;
  scrollbar-face-color: #9ab9d2;
  scrollbar-highlight-color: #9ab9d2;
  scrollbar-shadow-color: #9ab9d2;
  scrollbar-track-color: #9ab9d2;
}

/* 2023-04-24 zsy */
.sub-head {
  font-size: 20px;
}

/* 2023-06-19 */
.header-left .logo {
  width: 296px;
  height: 56px;
  margin-right: 39px;
  background-image: url("../images/new_logo.png");
}

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

.unify-wrap {
  font-size: 0;
  margin-left: 24px;
}

.unify-link {
  display: inline-block;
  vertical-align: top;
  width: 76px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #0F62A9;
  border: 1px solid #0F62A9;
  border-radius: 4px;
  font-size: 14px;
}
.unify-link:not(:first-child) {
  margin-left: 10px;
}
.unify-link.active {
  color: #fff;
  background-color: #0F62A9;
}

.header .search-ipt {
  width: 274px;
  height: 40px;
  padding: 0 65px 0 22px;
}
.header .search-btn {
  width: 62px;
  height: 38px;
  background: none;
}
.header .search-btn:after {
  width: 20px;
  height: 17px;
  background-image: url("../images/top_search_bg.png");
}
.header .nav {
  background: #0F62A9;
}

.footer {
  padding: 25px 0 50px;
}
.footer .container {
  display: block;
  height: auto;
}
.footer .footer-wrap {
  margin-top: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 相关链接 */
.related-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  line-height: 34px;
  font-weight: 400;
  font-size: 18px;
}
.related-links .related-links-wrap {
  display: flex;
  align-items: center;
}
.related-links .related-next,
.related-links .related-prev {
  display: block;
  width: 20px;
  height: 20px;
}
.related-links .related-prev {
  background: url("../images/related_arr1.png") center no-repeat;
}
.related-links .related-next {
  margin-left: 16px;
  background: url("../images/related_arr2.png") center no-repeat;
}

.related-swiper {
  margin-top: 10px;
}

.related-link {
  padding: 0 5px;
  display: block;
  text-align: center;
  color: #B5BFD2;
  height: 38px;
  line-height: 38px;
  border-radius: 2px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #1B3349;
}
.related-link:hover {
  background-color: #24405A;
}