@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  line-height: 1.15;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  color: #333;
  font-size: 14px;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none outside none;
}

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

th,
td {
  padding: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  outline: none;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
  outline-offset: -2px;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/*取消ie下的输入框的大×和眼睛*/
::-ms-clear,
::-ms-reveal {
  display: none;
}

input[type=text],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  display: table;
  max-width: 100%;
  margin: 0;
  padding: 0;
  color: inherit;
  white-space: normal;
  box-sizing: border-box;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

details {
  display: block;
}

summary {
  display: list-item;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none outside none;
}

h1,
h2,
h3 {
  line-height: 1.15;
  font-weight: normal;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

b,
strong {
  font-weight: bolder;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a:active {
  outline: 0;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #0069B8;
}

.container {
  width: 1240px;
  margin: 0 auto;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /* IE6/7 hack */
}

.head-wrap {
  position: relative;
  z-index: 19;
  width: 100%;
  max-width: 1920px;
  min-width: 1260px;
  min-height: 200px;
  margin: 0 auto;
  background-image: linear-gradient(180deg, #C5E6FF 0%, #FFFFFF 100%);
}
.head-wrap .logo-wrap {
  float: left;
  height: 70px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.head-wrap .logo-wrap img {
  height: 70px;
}

.search-wrap {
  float: right;
  position: relative;
  width: 400px;
  margin-top: 60px;
}
.search-wrap input {
  width: 400px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  padding: 10px 12px;
  line-height: 20px;
  font-size: 14px;
}
.search-wrap input:focus {
  border-color: #00508D;
  transition: ease-in 0.1s;
}
.search-wrap .search-btn {
  position: absolute;
  right: 22px;
  top: 12px;
  width: 16px;
  height: 16px;
  border: 0;
  background: url(../images/search-icon-blue.png) no-repeat;
  background-size: 100% 100%;
}

.page-search {
  float: none;
  margin: 20px auto;
}

.head-top {
  position: relative;
}

.top-bar {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 0;
  text-align: right;
}

.top-bar a {
  position: relative;
  height: 16px;
  line-height: 16px;
  white-space: nowrap;
  font-size: 14px;
  color: #333333;
  padding: 0 20px 0 24px;
  margin-left: 14px;
}

.top-bar a::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0px;
}

.top-bar a.loginout {
  padding-left: 0;
}

.top-bar a.loginout::before {
  display: none;
}

.top-bar a:nth-last-child(1)::after {
  display: none;
}

.top-bar a.memberlogin::before {
  background-image: url("../images/image_4842.png");
  background-position: 0px 0px;
}

.top-bar a.memberapply::before {
  background-image: url("../images/image_4842.png");
  background-position: 0px -60px;
}

.top-bar a.email::before {
  background-image: url("../images/image_4842.png");
  background-position: 0px -20px;
}

.top-bar a.en::before {
  background-image: url("../images/image_4842.png");
  background-position: 0px -40px;
}

.nav-wrap {
  width: 100%;
  height: 80px;
  background: url(../images/nav-bar.png) no-repeat center top;
  background-size: auto 80px;
  position: relative;
}
.nav-wrap ul {
  height: 80px;
}
.nav-wrap ul li {
  position: relative;
  height: 80px;
  display: inline-block;
}
.nav-wrap ul li::before {
  display: none;
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #E3EEFA;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -10px;
}
.nav-wrap ul li .child-navs {
  display: none;
}
.nav-wrap ul li:hover::before, .nav-wrap ul li:hover .child-navs {
  display: block;
}
.nav-wrap ul li .link {
  display: inline-block;
  padding: 0 19px;
  line-height: 76px;
  overflow: hidden;
  font-size: 24px;
  color: #ffffff;
  border-top: 4px solid transparent;
}
.nav-wrap ul li.active, .nav-wrap ul li:hover {
  background: #00508D;
}
.nav-wrap ul li.active .link, .nav-wrap ul li:hover .link {
  border-color: #E10011;
}

.child-navs {
  background: #E3EEFA;
  position: absolute;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 4px #9a9a9a;
}

.child-navs a {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 40px;
  padding: 4px 30px;
  color: #333;
  font-size: 18px;
  font-style: normal;
}
.child-navs a em {
  font-style: normal;
}
.child-navs a:hover {
  color: #ffffff;
  background-color: #00508D;
}

.child-navs a:nth-last-child(1)::after {
  display: none;
}

.pic-wrap {
  margin: 10px 0;
}
.pic-wrap .pic-auto {
  width: 100%;
}
.pic-wrap .pic-row .pic-col-3 {
  float: left;
  width: 33.3333%;
}

.slider-wrap {
  float: left;
  width: 540px;
}
.slider-wrap img {
  width: 100%;
}

.news-tab {
  overflow: hidden;
  padding-left: 20px;
}

.list-tab {
  height: 58px;
  background-image: linear-gradient(90deg, #CDE4FF 0%, #EBF1F8 100%);
  border: 1px solid #FFFFFF;
  border-bottom: none;
  padding: 0px 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.list-tab li {
  float: left;
  font-size: 18px;
  color: #0A3866;
  padding: 0 20px;
  cursor: pointer;
  font-weight: bold;
  line-height: 58px;
}
.list-tab li.active {
  font-size: 18px;
  color: #0069B8;
  background: #EBF1F8;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
  line-height: 59px;
  top: -1px;
  z-index: 2;
}

.list-inner {
  padding-top: 10px;
}
.list-inner .list-item {
  position: relative;
  display: block;
  padding: 12px 0;
  height: 42px;
  border-bottom: 1px solid #D4E7FD;
  position: relative;
  font-size: 18px;
  color: #0A3866;
  line-height: 18px;
  overflow: hidden;
}
.list-inner p {
  width: 570px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-inner .time {
  position: absolute;
  top: 12px;
  right: 0;
}

.mem-tab {
  float: left;
  width: 70%;
  padding-right: 20px;
}

.mem-wrap {
  float: right;
  width: 30%;
}
.mem-wrap li {
  font-size: 18px;
  color: #0A3866;
  line-height: 50px;
  margin-bottom: 10px;
  background-color: #EBF1F8;
  border: 1px solid #D1E6FF;
  padding-left: 15px;
}
.mem-wrap .mem-icon1 {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(../images/icon-1-blue.png) no-repeat 0 center;
  background-size: cover;
}

.breadcrumb {
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 0;
  margin: 20px 0;
}

.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  font-size: 14px;
}

.breadcrumb .breadcrumb-item:last-child {
  padding-right: 0;
}

.breadcrumb .breadcrumb-item:after {
  padding-left: 0.5rem;
  content: "/";
  color: #999;
}

.breadcrumb .breadcrumb-item:before {
  display: none;
}

.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}

.breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}

.bullet {
  display: inline-block;
  background-color: #999;
  border-radius: 6px;
  width: 8px;
  height: 4px;
  flex-shrink: 0;
}

.page-title {
  text-align: center;
  font-size: 36px;
  color: #A60000;
  padding: 0 30px 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.news-list li {
  padding: 20px 0;
  overflow: hidden;
  zoom: 1;
}
.news-list li a {
  float: left;
  position: relative;
  color: #333;
  display: block;
  width: calc(100% - 120px);
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li a:hover {
  color: #0069B8;
}
.news-list li a::before {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  background: #0069B8;
  position: absolute;
  top: 5px;
  left: 2px;
  transform: rotate(9deg);
}
.news-list li span {
  float: right;
  display: block;
  width: 100px;
  color: #333;
  line-height: 24px;
  font-size: 16px;
  text-align: right;
}

.xrpagination {
  display: block;
  margin: 20px 0;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination li {
  display: inline;
}
.pagination li a,
.pagination li sapn {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #7E8299;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 0.42rem;
  margin-left: 0.4rem;
}

.xrpagination li:first-child > a,
.xrpagination li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.xrpagination li:last-child > a,
.xrpagination li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.xrpagination .active > a,
.xrpagination .active > a:hover,
.xrpagination .active > a:focus,
.xrpagination .active > span,
.xrpagination .active > span:hover,
.xrpagination .active > span:focus {
  z-index: 3;
  color: #00508D;
  background-color: #f2f2f2;
  border-color: #efefef;
  cursor: default;
}

.page-content {
  position: relative;
  background-color: #EBF1F8;
  border-radius: 8px;
  padding: 30px 40px;
}
.page-content .news-title {
  text-align: center;
  font-size: 24px;
}

.title-label {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.news-info {
  text-align: center;
  padding: 0 30px 30px 0;
  margin-top: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  color: #777;
}
.news-info li {
  display: inline-block;
  margin: 0 10px;
}

.content-inner p {
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: justify;
  font-size: 18px;
}

.foot-wrap {
  color: #fff;
  background-color: #113D82;
  margin-top: 30px;
  padding: 30px 0;
  width: 100%;
  max-width: 1920px;
  min-width: 1260px;
}
.foot-wrap p {
  font-size: 14px;
  line-height: 2;
}
.foot-wrap .address-info h2 {
  line-height: 40px;
  color: #fff;
}
.foot-wrap .copy-info {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
.foot-wrap .copy-info a {
  color: #fff;
}

.left-wrap {
  float: left;
  width: 260px;
}
.left-wrap h2 {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  background-color: #113D82;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.right-wrap {
  padding-left: 280px;
}

.sidebar-menu {
  background-color: #f0f0f0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sidebar-menu li {
  text-align: center;
  border-bottom: 1px solid #f8f8f8;
}
.sidebar-menu li:last-child {
  border-bottom: none;
}
.sidebar-menu li a {
  display: block;
  padding: 20px 30px;
  font-size: 18px;
}
.sidebar-menu .active a {
  color: #113D82;
  font-weight: bold;
}

.module-wrap {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}

.module-title {
  position: relative;
}
.module-title .link-more {
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 20px;
  z-index: 100;
  color: #113D82;
}

.map-wrap {
  float: left;
  width: 33.3333%;
  padding: 0 10px;
}

.ah-tab-wrapper {
  position: relative;
}

.ah-tab-wrapper *,
.ah-tab-wrapper *:before,
.ah-tab-wrapper *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ah-tab {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: -0.3em;
}

.ah-tab::before,
.ah-tab::after {
  bottom: 0;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 1;
  transition: opacity 0.3s;
}

.ah-tab-overflow-left::before {
  opacity: 1;
  left: 0;
}

.ah-tab-overflow-right::after {
  opacity: 1;
  right: 0;
}

.ah-tab-overflow-wrapper {
  position: absolute;
  width: 43px;
  height: 100%;
  right: 100%;
  opacity: 0;
  top: 0;
  z-index: 1;
  text-align: center;
}

.ah-tab-overflow-wrapper[data-ah-tab-active=true] {
  right: 0;
  opacity: 1;
  transition: opacity 0.3s;
}

.ah-tab-overflow-menu {
  opacity: 0;
}

.ah-tab-overflow-list {
  position: absolute;
  top: -1000%;
  right: 0;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);
  list-style: none;
  transition: opacity 0.3s;
  opacity: 0;
  max-width: 290px;
}

.ah-tab-overflow-list::after {
  content: " ";
  display: block;
  position: absolute;
  top: -14px;
  right: 14px;
  width: 0;
  height: 0;
}

.ah-tab-overflow-list::before {
  content: " ";
  display: block;
  position: absolute;
  top: -16px;
  right: 13px;
  width: 0;
  height: 0;
}

.ah-tab-overflow-wrapper:hover .ah-tab-overflow-list {
  top: 99%;
  padding: 10px 0;
  opacity: 1;
}

.ah-tab-overflow-list:hover {
  display: block;
}

.ah-tab-item {
  letter-spacing: normal;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  margin-left: 20px;
}

.ah-tab-item[data-ah-tab-active=true] {
  display: block;
  padding: 0 20px;
  font-size: 18px;
  color: #0069B8;
  background: #EBF1F8;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
  line-height: 59px;
  top: -1px;
  z-index: 2;
}

.ah-tab-content {
  display: none;
}

.ah-tab-content[data-ah-tab-active=true] {
  display: block;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination {
  bottom: 12px !important;
  text-align: right !important;
  padding-right: 5px;
}

.swiper-slide {
  position: relative;
}
.swiper-slide .slide-inner {
  display: block;
}
.swiper-slide .slide-img {
  height: 380px;
  overflow: hidden;
}
.swiper-slide .slide-img img {
  width: 100%;
  min-height: 100%;
}
.swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  padding-top: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}/*# sourceMappingURL=style.css.map */