@charset "UTF-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: "12px";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.db {
  display: block;
  width: 100%;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.events_index__body {
  padding: 80px 0;
}

.events_focus__con {
  align-items: stretch;
  margin-bottom: 60px;
}

.events_focus__con a.in_box {
  width: 66%;
  margin-right: 20px;
}

.events_focus__con div.in_box {
  width: calc(34% - 22px);
}

.events_focus__con div.in_box a {
  display: block;
  margin-bottom: 15px;
}

.events_focus__con  span{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.events_focus__con div.in_box a:last-child {
  margin-bottom: 0;
}

.events_focus__con div.in_box a p {
  font-size: 18px;
  font-size: 1.8rem;
}

.events_focus__con div.in_box a .mask .txt {
  bottom: 15px;
}

.events_focus__con div.in_box a .mask .txt h6 {
  font-size: 14px;
  font-size: 1.4rem;
}

.events_focus__con div.in_box a .mask .txt h5 {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
}

.events_focus__con a {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.events_focus__con a:hover {
  text-decoration: none;
}

.events_focus__con a:hover img {
  transform: scale(1.05);
}

.events_focus__con a:hover p {
  transform: translateY(-10px);
}

.events_focus__con a img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.events_focus__con a p {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  transition: all .3s;
  text-align: justify;
}

.events_focus__con a .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: url(../images/aboutus//report_mask_bg.png) left bottom repeat-x; */
}

.events_focus__con a .mask .txt {
  position: absolute;
  bottom: 50px;
  left: 30px;
  right: 30px;
  color: #fff;
}

.events_focus__con a .mask .txt h6 {
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 10px;
}

.events_focus__con a .mask .txt h6 i {
  padding-right: 10px;
}

.events_focus__con a .mask .txt h5 {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.5;
}

.report_foncus__con {
  margin-bottom: 60px;
}

.report_foncus__con a.in_box {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}

.report_foncus__con a.in_box:hover img {
  transform: scale(1.05);
}

.report_foncus__con a.in_box img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.report_foncus__con a.in_box .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../images/aboutus/report_mask_bg.png) left bottom repeat-x;
}

.report_foncus__con a.in_box .mask p {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.report_foncus__con a.in_box span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.report_foncus__con ul {
  margin-top: 15px;
}

.report_foncus__con ul li {
  width: calc(100% / 2 - 15px / 2);
  margin: 0 15px 0 0;
}

.report_foncus__con ul li:nth-child(2n) {
  margin-right: 0;
}

.news_details__body ul li{
  list-style-type: disc;
  margin-left: 2em;
}

.news_list {
  border-top: 1px solid #ebebeb;
}

.news_list li {
  border-bottom: 1px solid #ebebeb;
  padding: 50px 0;
}

.news_list li a {
  align-items: stretch;
  text-decoration: none;
}

.news_list li a:hover .img_con img {
  transform: scale(1.05);
}

.news_list li a:hover .txt_con h3, .news_list li a:hover .txt_con p {
  color: #f3981c;
}

.news_list li a .img_con {
  width: 300px;
  max-width: 100%;
  overflow: hidden;
}

.news_list li a .img_con img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.news_list li a .txt_con {
  width: calc(100% - 300px);
  padding-left: 70px;
  position: relative;
}

.news_list li a .txt_con h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #23499e;
}

.news_list li a .txt_con p {
  color: #666;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
}

.news_list li a .txt_con h6 {
  position: absolute;
  bottom: 0;
  left: 70px;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
}

.news_list li a .txt_con h6 span {
  padding-left: 20px;
}

.news_list li a .txt_con h6 i {
  padding-right: 10px;
}

.news_list li a .txt_con h6 code {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #495057;
  padding: 5px;
  border-radius: 4px;
}

.news_details__body {
  padding: 60px 0;
  max-width: 860px;
  margin: 0 auto;
}

.news_details__body .news_details__title {
  color: #23499e;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.news_details__body .news_details__date {
  font-size: 20px;
  font-size: 2rem;
  color: #666;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 30px;
}

.more_news__con {
  align-items: center;
}

.more_news__con .scroll_btn {
  font-size: 30px;
  font-size: 3rem;
  margin-top: -6%;
  color: #666;
  width: 40px;
  text-align: center;
}

.more_news__con .scroll_btn:hover {
  text-decoration: none;
  color: #23499e;
}

.more_news__con .scroll_in {
  width: calc(100% - 80px);
}

.more_news__in {
  display: block;
}

.more_news__in:hover {
  text-decoration: none;
}

.more_news__in:hover .img_out img {
  transform: scale(1.05);
}

.more_news__in:hover p {
  color: #23499e;
}

.more_news__in .img_out {
  overflow: hidden;
}

.more_news__in .img_out img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.more_news__in p {
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  transition: all .3s;
  line-height: 1.3;
  margin-top: 15px;
}

.news_index_box1__body {
  padding: 80px 0;
  /* background: url(../images/aboutus/news_box1_bg.jpg) center no-repeat; */
  background-size: 100% 100%;
}

.news_index_box2__body {
  padding: 80px 0;
  background: url(../images/aboutus/news_box2_bg.jpg) center no-repeat;
  background-size: 100% 100%;
}

.news_index_box3__body {
  padding: 80px 0;
  background: #fff;
}

.about_index_con_1 {
  position: relative;
  z-index: 1;
  background:#1b498e url(../images/aboutus/a_index_img_1.jpg) center top no-repeat;
  background-size: 100% 100%;
  padding-bottom:60px;

}

.about_index_con_1 .bg {
  display: block;
  width: 100%;
  display: none;
}

.about_index_con_1 .txt_con {
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0; */
  text-align: center;
  color: #fff;
}

.about_index_con_1 .txt_con h3 {
  padding: 20% 0 120px;
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 700;
}

.about_index_con_1 .txt_con h4 {
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 40px;
}

.about_index_con_1 .txt_con p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.about_index_con_1 .txt_con .add_title{
  border-top:1px solid #51caff;
  font-size:30px;
  font-size:3rem;
  padding-top:60px;
  margin-top:60px;
  display: inline-block;
  width: 300px;
  text-align: center;
}

.about_index_con_2 {
  padding: 0 0 100px 0;
  position: relative;
  z-index: 2;
  background: url(../images/aboutus/a_index_img_2.jpg) center top no-repeat;
  background-size: 100% 100%;
}

.about_index_con_2 .map_box {
  margin: 0 auto;
  position: relative;
}

.about_index_con_2 .map_box .map {
  width: 100%;
}

.about_index_con_2 .map_box .add {
  position: absolute;
  z-index:1;
}

.about_index_con_2 .map_box .add:hover .pop_con {
  opacity: 1;
  visibility: visible;
}

.about_index_con_2 .map_box .add .mak {
  background-color: #fff;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  display: block;
  transition: all .3s;
}
.about_index_con_2 .map_box .add .mak:before{
  content:' ';
  position: absolute;
  z-index:2;
  left:0;
  top:0;
  width:10px;
  height:10px;
  background-color: #fff;
  border-radius: 50%;
  }
  .about_index_con_2 .map_box .add .mak:after {
    content:' ';
    position: absolute;
    z-index:1;
    width:10px;
    height:10px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.3) inset;
    -webkit-animation-name:'ripple';/*动画属性名，也就是我们前面keyframes定义的动画名*/
    -webkit-animation-duration: 2s;/*动画持续时间*/
    -webkit-animation-timing-function: ease; /*动画频率，和transition-timing-function是一样的*/
    -webkit-animation-delay: 0s;/*动画延迟时间*/
    -webkit-animation-iteration-count: infinite;/*定义循环资料，infinite为无限次*/
    -webkit-animation-direction: normal;/*定义动画方式*/
    }

    @keyframes ripple {
      0% {
      left:5px;
      top:5px;
      opcity:75;
      width:0;
      height:0;
      }
      100% {
      left:-20px;
      top:-20px;
      opacity: 0;
      width:50px;
      height:50px;
      }
      }
    



.about_index_con_2 .map_box .add:hover {
  z-index:10;
}
.about_index_con_2 .map_box .add:hover .mak {
  background-color: #f3981c;
  transform: scale(1.5);
}

.about_index_con_2 .map_box .add .pop_con {
  background: rgba(7, 50, 165, 0.8);
  border-radius: 10px;
  padding: 15px 25px;
  color: #fff;
  width: 320px;
  position: absolute;
  bottom: calc(-100% + 10px);
  right: calc(100% + 10px);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.about_index_con_2 .map_box .add .pop_con.r {
  left: calc(100% + 10px);
  right: inherit;
}

.about_index_con_2 .map_box .add .pop_con h3 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 5px;
}

.about_index_con_2 .map_box .add .pop_con h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.about_index_con_2 .map_box .add .pop_con p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.cul_btm__body .new_title{
  text-align: center;
  font-size:36px;
  font-size:3.6rem;
  color:#333;
  margin-bottom:50px;
}

.cul_top__body {
  padding: 150px 0;
  background: url(../images/aboutus/cul_kv.jpg) center no-repeat;
  background-size: 100% 100%;
}

.cul_top__body ul.flex {
  align-items: flex-start;
}

.cul_top__body div.flex {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  align-items: center;
}

.cul_top__body div.flex h3 {
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 700;
  margin-bottom: 10%;
}

.cul_top__body div.flex ul.flex li {
  width: 40%;
  text-align: center;
  margin-bottom: 10%;
}

.cul_top__body div.flex ul.flex li h4 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
}

.cul_top__body div.flex ul.flex li p {
  font-size: 16px;
  font-size: 1.6rem;
}

.cul_btm__body .box {
  background: #fff url(../images/aboutus/c_bg.png) center bottom no-repeat;
  background-size: 100% auto;
  padding: 50px 0 0;
}

/* .cul_btm__body .box:last-child{
  margin-bottom:50px;
} */

.cul_btm__body .box .img {
  display: block;
  width: 100%;
}

.cul_btm__body .box .txt {
  max-width: 100%;
  display: block;
  margin-top: 40px;
}

.contactus__body {
  background: url(../images/aboutus/con_bg.jpg) center no-repeat;
  background-size: 100% 100%;
  padding: 50px 0;
}

.contactus__body .in_box {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 160px;
}

.contactus__body .in_box h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #6d6c6c;
  margin-bottom: 30px;
}

.contactus__body .in_box h6 a {
  color: #6d6c6c;
}

.contactus__body .in_box h6 a:hover {
  text-decoration: none;
  color: #23499e;
}

.contactus__body .in_box ul.flex {
  justify-content: flex-start;
  align-items: flex-start;
}

.contactus__body .in_box ul.flex li {
  width: calc(50% - 30px / 2);
  margin: 0 30px 30px 0;
}

.contactus__body .in_box ul.flex li:nth-child(2n) {
  margin-right: 0;
}

.contactus__body .in_box ul.flex li.big {
  width: 100%;
  margin-right: 0;
}

.contactus__body .in_box ul.flex li.big textarea {
  height: 100px;
}

.contactus__body .in_box ul.flex li h4 {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.contactus__body .in_box ul.flex li p {
  display: flex;
  align-items: center;
}

.contactus__body .in_box ul.flex li p input, .contactus__body .in_box ul.flex li p textarea {
  width: 100%;
  line-height: 40px;
  border: 1px solid #acacac;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.contactus__body .in_box ul.flex li p select {
  width: 100px;
  line-height: 42px;
  height: 42px;
  border: 1px solid #acacac;
  background-color: #d1d1d1;
  border-right: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.contactus__body .in_box ul.flex li p.s_1 input {
  width: calc(100% - 100px);
}

.contactus__body .in_box .check_line {
  text-align: center;
}

.contactus__body .in_box .check_line input, .contactus__body .in_box .check_line label {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}

.contactus__body .in_box .check_line label {
  padding-left: 5px;
}

.contactus__body .in_box .btn_con {
  padding-top: 30px;
  text-align: center;
}

.contactus__body .in_box .btn_con a {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 40px;
  background-color: #23499e;
  color: #fff;
  font-weight: 700;
  transition: all .3s;
}

.contactus__body .in_box .btn_con a:hover {
  text-decoration: none;
  background-color: #f3981c;
}

.glay_new_bar{
  margin-bottom:30px;
  padding:10px 15px;
}
.glay_new_bar span{
  font-size:14px;
  font-size:1.4rem;
  padding-right:20px;
  font-weight: normal;
  color:#23499e;
}
.glay_new_bar span strong{
  font-weight: normal;
}

.about_index_con_history{
  background-color:#1b4b91;
  padding-bottom:80px;
}
.blank_title{text-align: center;}
.blank_title span{
  display: inline-block;
  border-top:1px solid #51caff;
  width: 300px;
  text-align: center;
  color:#fff;
  font-size:30px;
  font-size:3rem;
  padding-top:40px;
  margin-bottom: 40px;
}

.about_index_con_history .flex{
  align-items: center;
}

.about_index_con_history .flex img{width: 45%;}
.about_index_con_history .flex .txt_con{width: 55%;padding-left:60px;color:#fff;}
.about_index_con_history .flex .txt_con ul{}
.about_index_con_history .flex .txt_con ul li{margin-bottom:20px;}
.about_index_con_history .flex .txt_con ul li h3{display: flex;margin-bottom:10px;}
.about_index_con_history .flex .txt_con ul li h3 i{background-color:#fff;width: 6px;height: 6px;border-radius: 50%;
  margin-top:12px;}
.about_index_con_history .flex .txt_con ul li h3 span{padding-left:10px;width: calc(100% - 16px);font-size:24px;font-size:2.4rem;
  font-weight: 700;}
.about_index_con_history .flex .txt_con ul li p{padding-left:16px;font-size:16px;font-size:1.6rem;line-height: 1.6;}


.global_list{justify-content: flex-start;align-items:stretch;}
.global_list li{width: calc(100% / 3 - 20px * 2 / 3);
  margin:0 20px 60px 0;border:1px solid #a1b9d2;
  padding:30px 40px;text-align: left;border-top:8px solid #fff;transition: all .3s;
  position: relative;}
.global_list li::after{left:0;height: 8px;top:-8px;background-color: #f3981c;width: 0;transition: all .3s;
  content: "";position: absolute;}
.global_list li:nth-child(3n){margin-right:0;}
.global_list li:hover{background:rgba(81,203,255,.2);border-color: transparent;}
.global_list li:hover::after{width: 100%;}
.global_list li:hover h4 i{background-image: url(../images/aboutus/g_ico_2.png);}
.global_list li h4{margin-bottom:10px;}
.global_list li h4 i , .global_list li span{display: inline-block;vertical-align: middle;}
.global_list li h4 i{background:url(../images/aboutus/g_ico_1.png) center no-repeat;
  width: 28px;height: 28px;margin-right:10px;background-size: cover;}
.global_list li span{font-weight: 700;font-size:22px;font-size:2.2rem;}
.global_list li p{font-size:22px;font-size:2.2rem;line-height: 1.6;}

.about_index_con_1.s_1{
  background-color:#1b4d8f;
  background-size: 100% auto;
  background-position: left top;
  height: auto !important;
}
