/* common css */
@media (min-width: 1366px) {
  .w {
    width: 1280px;
    position: relative;
    margin: 0 auto;
  }
}
@media (min-width: 1500px) {
  .w {
    width: 1440px;
    position: relative;
    margin: 0 auto;
  }
}
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,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  background-color: transparent;
  outline: none;
}

body,
html {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: #fff;
  color: #666;
  font-size: 16px;
}

body,
select,
textarea {
  font: 16px yahei, arial, sans-serif;
}

input,
select,
textarea {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

fieldset,
img {
  border: none;
}

iframe {
  display: block;
}

abbr,
acronym {
  border: none;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:before,
q:after {
  content: "";
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ins,
a {
  text-decoration: none;
  color: inherit;
}

a:focus,
*:focus {
  outline: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
  /* for ie6 & ie7 */
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flex {
  display: flex;
}

.flex_ar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_ce {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nowarp1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nowarp2 {
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* header css */
.header {
  background-color: rgba(87, 143, 215, 0.9);
  line-height: 90px;
  height: 90px;
  box-sizing: border-box;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.header .logo {
  width: 260px;
  height: 57px;
}
.header .nav {
  width: 950px;
}

.header .nav ul li {
  position: relative;
}

.header .nav ul li a {
  display: inline-block;
  padding: 0 8px;
  font-size: 20px;
}
.header .nav > ul > li.nLi > a {
  padding: 0 37px;
}
.header .nav > ul > li.nLi.on > a {
  background-color: #1944ab;
  color: #fff;
}

.header .nav ul li .sub {
  display: none;
  position: absolute;
  top: 90px;
  width: 155px;
  line-height: 40px;
  background-color: rgba(25, 68, 171, 0.7);
}

.header .nav ul li .sub li {
  border-bottom: 1px dashed #fff;
  text-align: center;
}

.header .nav ul li .sub a {
  height: 100%;
  border-bottom: none;
  font-size: 16px;
}

.header .nav ul li .sub a:hover {
  color: #bbcef8;
}

.language > div {
  width: 15px;
  text-align: center;
  cursor: pointer;
}
#banner {
  width: 100%;
}
.index_tit {
  padding: 120px 0 55px 0;
}
.index_tit .en {
  color: #b5c1e5;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 5px;
}
.index_tit h3 {
  font-size: 32px;
  color: #1944ab;
  font-weight: 700;
}
.about_us .con {
  position: relative;
}
.about_us .con {
  width: 100%;
  height: 700px;
  background: #f1f1f1 url(../images/i_bg01.png) no-repeat center bottom;
}
.about_us .con .text {
  width: 600px;
  padding-top: 50px;
}
.about_us .con .text p {
  line-height: 28px;
  font-size: 16px;
  text-indent: 2em;
  text-align: justify;
  margin-bottom: 50px;
}
.about_us .con .text a {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}
.about_us .con .img {
  position: absolute;
  bottom: 230px;
  right: 0;
  width: 51%;
}
.about_us .button {
  margin-top: 100px;
}
.about_us .button button {
  width: 155px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  font-size: 18px;
  margin-right: 15px;
}
.com_index_title .more {
  padding: 10px 25px;
  box-sizing: border-box;
  color: #333;
  border: 1px solid #b5b5b5;
  margin-top: 60px;
}
.com_index_title .more a::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/arror.jpg) no-repeat center;
  display: inline-block;
  margin-bottom: -6px;
  margin-left: 50px;
}
.news .news_con .news_left {
  width: 710px;
  height: 570px;
  background-color: #f9f9f9;
  margin: 0;
}
.news .news_con .news_left img {
  width: 100%;
  height: 455px;
}
.news .news_con .news_left .text {
  margin-top: 20px;
  padding: 0 15px;
}
.news .news_con .news_left .text h5 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.news .news_con .news_right {
  width: 670px;
}
.news .news_con .news_right li {
  padding: 40px 30px;
  border-bottom: 1px solid #d1d1d1;
  color: #333;
}
.news .news_con .news_right li p {
  font-size: 16px;
  margin-bottom: 19px;
}
.news .news_con .news_right li h5 {
  font-size: 18px;
}
.news .news_con .news_right li:hover {
  background: url(../images/i_bg02.png) no-repeat center;
  color: #fff;
}
.main_business {
  background: #f5f5f5 url(../images/i_bg04.png) no-repeat top center;
  margin-top: 85px;
  margin-bottom: 120px;
}
.main_business .business_list li {
  width: 32%;
  position: relative;
  color: #fff;
}
.main_business .business_list li .img {
  height: 68px;
}
.main_business .business_list li .text {
  position: absolute;
  top: 36%;
  left: 50%;
  z-index: 9;
}
.main_business .business_list li .text img {
  margin-left: -28.5px;
}
.main_business .business_list li .text h5 {
  font-size: 24px;
  margin-top: 20px;
  margin-left: -48px;
}
.main_business .business_list li .shadow {
  background-color: rgba(56, 88, 161, 0.7);
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 8;
  transition: height 1s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_business .business_list li .shadow .line {
  width: 10%;
  height: 1px;
  background-color: #fff;
  margin-top: 185px;
}
.main_business .business_list li:hover .shadow {
  height: 100%;
  transition: height 1s;
}
.characteristic {
  background: #1a45ac url(../images/i_bg03.jpg) no-repeat center;
  width: 100%;
  height: 1000px;
  box-sizing: border-box;
}
.characteristic .tit {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 100px;
  left: 50%;
  margin-left: -357px;
}
.characteristic .tit .en {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 15px;
}
.characteristic .tit h3 {
  font-size: 32px;
  font-weight: 700;
}
.characteristic ul li {
  border-right: 1px solid #748ac2;
  height: 1000px;
  width: 16.67%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.characteristic ul li:first-child {
  border-left: 1px solid #748ac2;
}
.characteristic ul li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.characteristic ul li .row {
  text-align: center;
}
.characteristic ul li p {
  color: #fff;
  font-size: 18px;
  margin-top: 25px;
}
.footer {
  padding: 60px 0 48px 0;
  background-color: #0739ac;
  color: #fff;
  width: 100%;
}
.footer .content .left {
  width: 275px;
}
.footer .content .left p {
  margin-top: 20px;
  font-size: 16px;
}
.footer .content .right {
  width: 1018px;
}
.footer .content .right .tit {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-weight: 700;
  font-size: 20px;
  border-bottom: 1px solid #1f54b4;
}
.footer .content .right .link {
  display: flex;
}
.footer .content .right ul {
  margin-top: 30px;
  width: 25%;
}
.footer .content .right ul li {
  line-height: 36px;
}
/* ny css */
.globg {
  height: 100%;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(1.2);
  background-position: center;
  background-size: cover;
  transition: all 10s;
}
.loaded .globg {
  transform: scale(1);
}
.sub_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 500px;
  top: 90px;
}
.header.ny {
  background-color: #fff;
  color: #333;
}
.header.ny .sub a {
  color: #fff;
}
.sub_banner {
  color: #fff;
}
.sub_banner .en {
  margin-top: 180px;
  font-size: 48px;
  font-weight: 700;
  opacity: 0.4;
}
.sub_banner h1 span {
  font-size: 48px;
  font-weight: 700;
  position: relative;
  z-index: 9;
}
.sub_banner h1 em {
  display: inline-block;
  position: relative;
  width: 60px;
  background: linear-gradient(
    270deg,
    rgba(250, 190, 0, 0.47) 0%,
    rgba(250, 190, 0, 0.05) 100%
  );
  z-index: 0;
  height: 48px;
  left: -35px;
  bottom: -6px;
}
.sub_banner .line {
  margin-top: 40px;
  width: 45px;
  height: 8px;
  background-color: #fabe00;
}
.sub_loc {
  width: 100%;
  height: 75px;
  line-height: 75px;
  background-color: #fff;
  margin-top: 90px;
  border-bottom: 1px solid #e5e5e5;
}
.sub_loc ul li {
  width: 300px;
  text-align: center;
  color: #333;
  height: 100%;
}
.sub_loc ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 18px;
}

.sub_loc ul li.on {
  background-color: #1944ab;
  color: #fff;
  font-weight: 700;
}
.list_con .top {
  padding: 65px 0 50px 0;
  text-align: center;
  color: #333;
  font-size: 40px;
  font-weight: 700;
}
.list_con .top .line {
  width: 75px;
  height: 5px;
  background-color: #fabe00;
  margin: 20px auto 0 auto;
}
.hotnews {
  background-color: rgba(62, 128, 255, 0.04);
  height: 520px;
  padding-top: 50px;
}
.hotnews .swiper {
  height: 479px;
}
.hotnews .swiper-slide .text {
  position: absolute;
  top: 60px;
  width: 75%;
  background-color: #ffffff;
  border-radius: 5px;
  background-size: cover;
  left: 0px;
  padding: 50px 420px 46px 46px;
  box-sizing: border-box;
  height: 100%;
}
.hotnews .swiper-slide .text .time {
  color: #666;
  font-size: 20px;
  margin-bottom: 20px;
}
.hotnews .swiper-slide .text h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}
.hotnews .swiper-slide .text .con {
  text-align: justify;
  color: #333;
  line-height: 28px;
  margin-bottom: 80px;
}
.hotnews .swiper-slide .text a {
  padding: 10px 30px;
  background-color: #053f85;
  color: #fff;
}
.hotnews .swiper-slide .img {
  margin-left: 50%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.hotnews .swiper-slide .img img {
  border-radius: 5px;
}
.hotnews .z_hot_btn {
  z-index: 2;
  position: absolute;
  right: 55%;
  top: 330px;
}
.hotnews .z_hot_btn span {
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #fff;
  background-color: #053f85;
  line-height: 50px;
  text-align: center;
}
.newscon_list li {
  height: 257px;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  width: 100%;
  transition: ease-in-out 0.3s;
}
.newscon_list li .con {
  display: flex;
  color: #333;
  justify-content: space-between;
}
.newscon_list li .con .time {
  width: 10%;
  font-size: 20px;
}
.newscon_list li .con .tit {
  width: 30%;
  font-size: 26px;
  line-height: 36px;
}
.newscon_list li .con .text {
  width: 45%;
  color: #666;
  text-align: justify;
  line-height: 28px;
  padding-top: 0;
  padding-bottom: 0;
}
.newscon_list li .con button {
  padding: 10px 30px;
  font-size: 16px;
  display: block;
  margin-top: 15px;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: ease-in-out 0.3s;
}
.newscon_list li:hover {
  background-color: #fefbf2;
}
.newscon_list li:hover .con button {
  background-color: #053f85;
  color: #fff;
}
.z_pages_bar {
  padding: 4vw 0;
}
.z_pages_bar {
  text-align: center;
}
.z_pages_bar a {
  display: inline-block;
  border-radius: 5px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #c4c4c4;
  text-align: center;
  color: #c4c4c4;
  min-width: 38px;
  text-align: center;
  margin: 0 10px;
  text-transform: uppercase;
}
.z_pages_bar .btn {
  min-width: 65px;
}
.z_pages_bar a:hover,
.z_pages_bar a.active {
  background: #053f85;
  color: #fff;
  border-color: #053f85;
}
.z_pages_bar a .iconfont {
  font-size: 14px;
}
.list_con {
  margin-bottom: 60px;
}
.list_con .contop {
  padding-top: 60px;
  text-align: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.list_con .text {
  padding-top: 30px;
  line-height: 24px;
  text-align: justify;
  padding-bottom: 40px;
}
.list_con .contop h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}
.list_con .contop span {
  margin-right: 40px;
}

.list_con .contop span:last-child {
  margin-right: 0;
}
.list_con .events {
  height: 636px;
}
.list_con .events .years_btn {
  width: 53px;
  height: 346px;
}
.list_con .events .years_btn > div {
  width: 53px;
  height: 53px;
  line-height: 53px;
  color: #fff;
  font-size: 28px;
  background-color: #fabe00;
  text-align: center;
  border-radius: 5px;
}
.list_con .events .years_btn > div:first-child {
  margin-bottom: 100px;
}
.list_con .events .years_pagination {
  transform: none;
  width: 336px;
  height: 100%;
  background: url(../images/ny_bg01.png) no-repeat left center;
}
.list_con .events .years_pagination span {
  font-size: 48px;
  padding-left: 48px;
  width: 288px;
  height: 145px;
  background: none;
  padding-top: 25px;
  box-sizing: border-box;
}
.list_con .events .years_pagination span.swiper-pagination-bullet-active {
  color: #fabe00;
  font-weight: 700;
  font-size: 80px;
}
#years_events {
  width: 820px;
  height: 100%;
  margin: 0;
}
#years_events .swiper-slide .tit {
  font-size: 36px;
  font-weight: normal;
  background: linear-gradient(
    180deg,
    rgba(250, 190, 0, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
#years_events .swiper-slide .con {
  color: #333;
  line-height: 28px;
  height: 90%;
  overflow-y: auto;
}
.about_leader .block {
  width: 300px;
  height: 439px;
  text-align: center;
}
.about_leader .block img {
  border-radius: 50%;
  transition: ease-in-out 0.3s;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_leader .block:hover img {
  margin-top: -15px;
}
.about_leader .block .txt {
     margin-top: 30px;
    font-size: 18px;
    width: 340px;
    /* padding: 20px 0; */
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    background: linear-gradient(#94c1fe 0%, #3a8cfc 100%);
    border-radius: 100px;
    height: 130px;
    /* line-height: 44px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about_leader .block .txt .name {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}
.about_leader .row2 {
  width: 800px;
  margin: 40px auto;
}
.about_leader .row3 {
  width: 1100px;
  margin: 0 auto;
}
.contact {
  margin-top: 60px;
  margin-bottom: 40px;
}
.contact .top {
  margin-bottom: 40px;
}
.contact .map {
  width: 55%;
  border: 1px solid #fefefe;
  height: 450px;
}
.contact .text {
  box-sizing: border-box;
  width: 40%;
}
.contact .text h3 {
  font-size: 30px;
  margin-bottom: 60px;
}
.contact .text p {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 36px;
  color: #878787;
  font-size: 1rem;
}
.contact .text p i {
  display: flex;
  width: 40px;
  align-items: center;
  height: 30px;
}
.contact .text p span {
  width: calc(100% - 40px);
  display: block;
}
.m_img,
.m_nav {
  display: none;
}
.m_nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 10000;
}
.m_nav .closecover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity = 0);
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 1;
}
.m_nav .m_navList {
  position: absolute;
  width: 80%;
  top: 0;
  background: #fff;
  height: 100%;
  z-index: 100;
  left: -80%;
  padding-top: 66px;
  overflow-y: auto;
}
.m_nav .closeicon {
  position: absolute;
  width: auto;
  right: 16px;
  top: 22px;
  z-index: 105;
  text-align: center;
  filter: alpha(opacity = 1);
  opacity: 1;
}
.m_nav .closeicon a {
  height: 22px;
  display: block;
}
.m_nav .m_navList ul li a {
  display: block;
  height: 45px;
  color: #333;
  line-height: 45px;
  padding-left: 4%;
  font-size: 15px;
}
.search img {
  cursor: pointer;
}
.searchBox {
  position: absolute;
  bottom: -90px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  display: none;
}
.searchBox input[type='text'] {
  background-color: #e9f1fc;
  width: 70%;
  line-height: 60px;
  text-indent: 1em;
}
.searchBox input[type='submit'] {
  line-height: 60px;
  background-color: #3f7bc5;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#close {
  margin-right: 20px;
}