@charset "UTF-8";
@font-face {
  font-family: "SourceHanSerifCN-Regular";
  src: url("../font/SourceHanSerifCN-Regular.woff") format("woff"), url("../font/SourceHanSerifCN-Regular.ttf") format("truetype"), url("../font/SourceHanSerifCN-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "SourceHanserifCN-Bold";
  src: url("../font/SourceHanserifCN-Bold.otf");
}
/* 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 {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

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

/* 通用样式 */
@font-face {
  font-family: opsb;
  src: url(../font/oppo-bold.ttf);
}
.container {
  width: 1200px;
  margin: 0 auto;
}

.header .container {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10000;
}
.header .container .title {
  padding-left: 108px;
  color: #1B3646;
  font-size: 24px;
  font-weight: bold;
  background: url(../images/header-title-en.png) no-repeat left center;
}
.header .container nav ul {
  display: flex;
}
.header .container nav ul li {
  height: 40px;
  line-height: 40px;
}
.header .container nav ul li:not(:last-child) {
  margin-right: 28px;
}
.header .container nav ul li.active {
  font-weight: bold;
  border-bottom: 2px solid #00428E;
}
.header .container nav ul li a {
  color: #333;
}
.header .container nav ul li a.active {
  color: #00428E;
}
.header .container .search {
  position: relative;
}
.header .container .search input {
  width: 130px;
  height: 30px;
  padding: 0 26px 0 10px;
  background: #F1F2F3;
  border-radius: 4px;
  box-sizing: border-box;
}
.header .container .search .search-icon {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
  background: url(../images/search.png) no-repeat center;
}

.header .container .san {
  position: relative;
}

.footer {
  height: 260px;
  padding-top: 38px;
  background: #0B294B;
}
.footer .chosen-container-single .chosen-single,
.footer .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #728FB0;
  background-color: #0B294B;
  color: rgba(255, 255, 255, 0.6);
  background-image: none;
  box-shadow: none;
  height: 36px;
  line-height: 36px;
}
.footer .chosen-container-single .chosen-single div {
  right: 8px;
}
.footer .chosen-container-single .chosen-single div b {
  background: url(../images/arrow-down.png) no-repeat center;
}
.footer .chosen-container .chosen-drop {
  background-color: #0B294B;
}
.footer .chosen-container .chosen-results li {
  color: rgba(255, 255, 255, 0.6);
}
.footer .friend-list {
  display: flex;
  justify-content: space-between;
}
.footer .footer-msg {
  /* display: flex; */
  /* align-items: center; */
  margin-top: 20px;
  line-height: 30px;
  color: #8590A1;
}
.footer .footer-msg ul {
  width: 1300px;
  color: #8590A1;
  display: flex;
  flex-wrap: wrap;
  margin-right: 40px;
}
.footer .footer-msg ul li {
  /* margin-right: 40px; */
  /* width: 30%; */
}
.footer .footer-msg ul li:nth-child(3) {
  margin-right: 0;
}
.footer .footer-msg ul li:nth-child(6) {
  margin-right: 0;
}
.footer .footer-msg ul li:nth-child(n+4) {
  margin-top: 15px;
}

.footer .footer-msg ul li:nth-child(n+7) {
  /* width: 15%; */
}

/* .footer .footer-msg ul li:nth-child(n+9) {
  width: 30%;
} */

.footer .footer-msg ul li:nth-child(11) {
  width: 100%;
}

.box {
  background: #fff;
  border-radius: 10px;
  padding-top: 2px;
  position: relative;
  box-sizing: border-box;
}
.box .more {
  position: absolute;
  right: 20px;
  top: 22px;
  font-size: 16px;
  color: #666;
  padding-right: 15px;
  background: url(../images/more.png) no-repeat right center;
}

.icon-title {
  padding-left: 90px;
  color: #00428E;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  position: relative;
  font-weight: bold;
  background: url(../images/long-title-bg.png) no-repeat left 30px center;
}
.icon-title::before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  left: -10px;
  top: -8px;
}

.normal-title {
  padding-left: 18px;
  color: #00428E;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  background: url(../images/short-title-more.png) no-repeat left center;
}
.normal-title.no-more {
  background: url(../images/short-title-no-more.png) no-repeat left center;
}

/* 2023-04-19 zsy */
/* 子页面通用布局 */
.footer {
  box-sizing: border-box;
}

.sub-header {
  height: 326px;
  background-repeat: no-repeat;
  background-position: center 72px;
}
.sub-header .header {
  background-color: #fff;
}
.sub-menu {
  width: 210px;
  background-color: #fff;
}
.sub-menu-hd {
  position: relative;
  height: 104px;
  padding: 37px 0 0 30px;
  box-sizing: border-box;
  color: #fff;
  /* font-weight: 600; */
  background-color: #00428E;
}
.sub-menu-hd:before {
  position: absolute;
  left: 30px;
  top: 22px;
  content: "";
  width: 18px;
  height: 1px;
  background-color: #fff;
}
.sub-menu-hd .title {
  height: 20px;
  line-height: 20px;
  font-size: 22px;
}
.sub-menu-hd .english {
  height: 18px;
  line-height: 18px;
  margin-top: 7px;
  text-transform: uppercase;
}
.sub-menu-item {
  height: 66px;
  line-height: 64px;
  border-top: 2px solid #F0F5FC;
  box-sizing: border-box;
}
.sub-menu-item > a {
  display: block;
  height: 64px;
  padding: 0 10px 0 30px;
  border-right: 2px solid transparent;
  color: #333;
  font-size: 16px;
}
.sub-menu-item.current > a, .sub-menu-item:hover > a {
  border-color: #00428E;
  color: #00428E;
  font-weight: 600;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(0, 66, 142, 0.15));
}
.sub-content {
  width: calc(100% - 240px);
  margin-left: 30px;
}
.sub-total {
  height: 54px;
  line-height: 46px;
  padding: 0 20px;
  border: 4px solid #fff;
  box-sizing: border-box;
  color: #3A587A;
  background-color: #EAEFF5;
}
.sub-search {
  position: relative;
  height: 30px;
  margin-top: 8px;
}
.sub-search-input {
  display: block;
  width: 182.5px;
  height: 30px;
  line-height: 30px;
  padding: 0 36px 0 12px;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}
.sub-search-icon {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 12px;
  top: 6px;
  cursor: pointer;
  background: url("../images/sub_common/sub_serch_ico.png") no-repeat;
}
.news-item {
  display: flex;
  min-height: 67px;
  /* line-height: 59px; */
  padding-left: 22px;
  border-bottom: 1px dashed #ddd;
  box-sizing: border-box;
  font-size: 16px;
  background: url("../images/sub_common/news_ico.png") no-repeat left center;
  align-items: center;
  justify-content: space-between;
}
.news-item:hover p,
.news-item:hover .news-info,
.news-item:hover .news-date {
  color: #00428E;
}
.news-info {
  width: calc(100% - 120px);
  color: #333;
}
.news-date {
  width: 120px;
  text-align: right;
  color: #999;
}

.pager {
  margin-top: 40px;
}
.pager .m-pagination-page > li > a {
  height: 34px;
  line-height: 30px;
  padding: 0 10px 0 12px;
  border: 2px solid #ECEDF2;
  box-sizing: border-box;
  color: #4E5463;
}
.pager .m-pagination-page > li.active > a {
  color: #00428E;
  border-color: #00428E;
  background: #fff;
}

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

/* 2023-05-24 zsy */
.sub-menu-hd .title{
  font-weight: normal;
}

.header .container nav ul{
  margin-left: 26px;
}

/* 2024-01-18*/
.header .container .has-child{
  position:relative;
  z-index:10;
}
.header .container nav>ul>li:hover {
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.header .container nav>ul>li:hover a{
  color: #00428E;
}
.header .container .sub-list{
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  min-width: 110px;
  display:none;
  margin:0;
  margin-top: 10px;
  padding:0;
  background:#fff;
  /* border-top:10px solid transparent; */
  /* border-bottom:10px solid transparent; */
  box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
}
.header .container .sub-list .sub-item{
  margin:0;
  text-align:center;
}
.header .container .sub-list .sub-item a{
  display:block;
  padding:0 10px;
  color: #333;
  transition: all .3s;
}
.header .container .sub-list .sub-item:hover a{
  background: #EAEFF5;
  color: #00428E;
}

.header .container .has-child:hover .sub-list{
  display:block;
}

.footer-info{
  display:flex;
  justify-content:space-between;
}