@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%;
}

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #333;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #333;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + label {
  background-color: #333;
}

input[type="checkbox"]:checked + label:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}

input[type="checkbox"]:disabled + label {
  cursor: default;
  background-color: #efefef;
}

input[type="checkbox"] + label {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #333;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + label {
  background-color: #044cd6;
  font-size: 20px;
  padding: 0 !important;
}

input[type="radio"]:checked + label:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}

input[type="radio"]:disabled + label {
  cursor: default;
  background-color: #efefef;
}

input[type="radio"] + label {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #044cd6;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.mt10 {
  margin-top: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.fck__body h1, .fck__body h2, .fck__body h3, .fck__body h4, .fck__body h5, .fck__body h6 {
  margin: 10px 0;
  font-weight: 700;
}

.fck__body h1 {
  font-size: 1.5em;
}

.fck__body h2 {
  font-size: 1.4em;
}

.fck__body h3 {
  font-size: 1.3em;
}

.fck__body h4 {
  font-size: 1.2em;
}

.fck__body h5 {
  font-size: 1.1em;
}

.fck__body h6 {
  font-size: 1em;
}

.fck__body em {
  font-style: italic;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
@media screen and (min-width: 1440px) {
  .container {
    max-width: 90%;
  }
}

.page_kv__body .kv {
  display: block;
  width: 100%;
}

.page_kv__body .swiper-pagination {
  bottom: 10px;
}

.page_kv__body .swiper-pagination span {
  opacity: 1;
  background-color: #fff;
  width: 16px;
  height: 16px;
}

.page_kv__body .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #044cd6;
}

body {
  background-color: #f7f7f7;
}

.page_in__body {
  padding: 30px;
}

.link__body {
  background-color: #fff;
  box-shadow: 0 0 10px 10px rgba(241, 246, 253, 0.9);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}

.link__body .img {
  display: block;
  width: 100%;
}

.link__body ul {
  justify-content: flex-start;
  align-items: stretch;
}

.link__body ul li {
  padding: 20px 0 30px;
  width: calc(100% / 4);
}

.link__body ul li:hover img {
  transform: scale(0.95);
}

.link__body ul li a {
  display: block;
  text-decoration: none;
}

.link__body ul li img {
  display: block;
  margin: 0 auto 10px;
  width: 70%;
  transition: all .3s;
}

.link__body ul li p {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #333;
}

.img_bar__body {
  margin-bottom: 40px;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
}

.img_bar__body a {
  text-decoration: none;
}

.img_bar__body .img_1 {
  width: 68%;
}

.img_bar__body .img_2 {
  width: 28%;
}

.img_bar__body img {
  width: 100%;
  height: 100%;
}

.index_list__body {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px 40px;
}

.index_list__body .title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #5498e4;
  margin-bottom: 20px;
}

.tab_list {
  justify-content: flex-start;
  align-items: stretch;
}

.tab_list li {
  overflow: hidden;
  background-color: #eef3fa;
  width: calc(100% / 3);
}

.tab_list li:first-child {
  border-radius: 2em 0 0 2em;
}

.tab_list li:last-child {
  border-radius: 0 2em 2em 0;
}

.tab_list a {
  padding: 15px 0;
  display: block;
  text-align: center;
  font-size: 26px;
  color: #878a8d;
}

.tab_list a:hover, .tab_list a.active {
  text-decoration: none;
  background-color: #448ef8;
  color: #fff;
}

.tab_con .con {
  display: none;
}

.index_news_list {
  margin-top: 20px;
}

.index_news_list.s_1 {
  margin-top: 0;
}

.index_news_list li {
  padding: 20px 0;
  border-bottom: 1px solid #f8f8f9;
}

.index_news_list li .flex {
  text-decoration: none;
  justify-content: flex-start;
  align-items: flex-start;
}

.index_news_list li .txt_con {
  width: calc(100% - 120px);
  padding-right: 10px;
}

.index_news_list li .txt_con h5 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  color: #333;
  padding-bottom: 5px;
}

.index_news_list li .txt_con p span {
  padding-right: 20px;
  font-size: 24px;
  color: #a5a5a5;
}

.index_news_list li .img_con {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}

.index_news_list li .img_con img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  padding: 50px 20px 40px;
  text-align: center;
}

footer img {
  height: 40px;
}

footer p {
  font-size: 24px;
  color: #a5a5a5;
  padding: 5px 0;
  position: relative;
}

footer p::after {
  content: "";
  height: 1px;
  background-color: #a5a5a5;
  width: 100px;
  margin-left: -50px;
  bottom: 0;
  left: 50%;
  position: absolute;
}

.pop_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8000;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all .3s;
  visibility: hidden;
}

.pop_mask.show {
  opacity: 1;
  visibility: visible;
}

.pop_content {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 20px 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 8001;
  min-width: 80%;
  transform: translate(-50%, -50%);
}

.pop_content.show {
  opacity: 1;
  visibility: visible;
}

.pop_content .close_btn {
  position: absolute;
  top: -40px;
  right: -40px;
  background-color: #044cd6;
  color: #fff;
  text-align: center;
  height: 80px;
  line-height: 80px;
  width: 80px;
  font-size: 36px;
  color: #fff;
  border-radius: 50%;
  transition: all .3s;
}

.pop_content .close_btn:hover {
  transform: rotate(180deg);
}

.pop_content h3.title {
  font-size: 32px;
  font-weight: 700;
  color: #044cd6;
  margin-bottom: 10px;
}

.pop_content p {
  font-size: 28px;
  line-height: 1.8;
}

.pop_content p a {
  color: #448ef8;
  font-weight: 700;
}

.pdf_list {
  justify-content: flex-start;
  align-items: stretch;
  margin: 40px 0 0;
}

.pdf_list.s_1 {
  margin-top: 0;
}

.pdf_list li {
  width: calc(100% / 3 - 30px * 2 / 3);
  margin: 0 30px 30px 0;
}

.pdf_list li:nth-child(3n) {
  margin-right: 0;
}

.pdf_list li a {
  display: block;
  text-decoration: none;
}

.pdf_list li .img_out {
  box-shadow: 0px 0 10px 5px rgba(100, 100, 100, 0.3);
  border-radius: 6px;
  overflow: hidden;
}

.pdf_list li .img_out img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.pdf_list li p {
  text-align: center;
  padding-top: 20px;
  font-size: 24px;
  color: #333;
}

.sub_list {
  margin: 40px 0 30px;
  text-align: center;
}

.sub_list.s_1 {
  margin-top: 0;
}

.sub_list a {
  color: #333;
  margin: 0 20px;
  font-size: 28px;
  border-bottom: 4px solid transparent;
  transition: all .3s;
  padding-bottom: 3px;
}

.sub_list a:hover, .sub_list a.active {
  text-decoration: none;
  color: #044cd6;
  border-color: #044cd6;
}

.video_list {
  align-items: stretch;
  justify-content: flex-start;
}

.video_list li {
  width: calc(50% - 30px * 1 / 2);
  margin: 0 30px 30px 0;
  border: 1px solid #f8f8f8;
  border-radius: 6px;
  overflow: hidden;
}

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

.video_list li .img_out {
  height: 350px;
  position: relative;
}

.video_list li .img_out img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_list li .img_out i {
  border-radius: 50%;
  background-color: #BBB;
  color: #fff;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  right: 20px;
  padding-left: 6px;
  top: 20px;
}

.video_list li .txt_con {
  background-color: #F2F2F2;
  padding: 30px 20px;
}

.video_list li .txt_con p {
  font-size: 24px;
  color: #333;
  line-height: 1.5;
}

#video_pop {
  padding: 0;
  border-radius: 0;
}

#pop_video {
  width: 100%;
  object-fit: cover;
  display: block;
}

.sub_con .con {
  display: none;
}

.form__body {
  padding: 0 0;
}

.form__body .title {
  padding: 40px 0;
  text-align: center;
  color: #044cd6;
  margin-bottom: 40px;
  font-size: 48px;
  background: url(../images/title_bg.jpg) center no-repeat;
  background-size: 100% 100%;
}

.form__body h4 {
  color: #333;
  padding-bottom: 20px;
  font-size: 26px;
}

.form__body p {
  line-height: 2;
}

.form__body p input, .form__body p label {
  vertical-align: middle;
}

.form__body p label {
  padding-left: 20px;
  font-size: 28px;
}

.inp {
  width: 100%;
  background-color: #fff;
  border: 1px solid #044cd6;
  padding: 10px 20px;
  font-size: 28px;
  border-radius: 8px;
}

.b_con {
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
  margin: 0 40px;
}

.btn_con {
  padding: 20px 40px 0;
}

.btn_con a {
  display: block;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  background-color: #044cd6;
  border-radius: 10px;
}

.article {
  display: block;
  margin: 0 0 40px 0;
  padding: 30px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  transition: all 220ms;
}

.article:hover {
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  transition: all 220ms;
}

.article > img {
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
}

.article h3 {
  text-align: left;
  font-size: 28px;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: #333;
}

.wall {
  display: block;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}

.wall-column {
  display: block;
  position: relative;
  /*width: 33.333333%;*/
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.details__body {
  padding: 20px 0 40px;
}

.details__body h3.title {
  font-size: 36px;
  color: #044cd6;
  line-height: 1.5;
  padding-bottom: 40px;
}

.details__body .date_bar {
  text-align: center;
  border-bottom: 1px solid #878a8d;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.details__body .date_bar span {
  font-size: 24px;
  padding: 0 20px;
  color: #666;
}

.details__body .date_bar span:nth-child(2){
  display: none;
}

.fck__body {
  padding: 0 20px;
}

.fck__body p, .fck__body div, .fck__body span {
  font-size: 28px;
  line-height: 1.7;
  color: #333;
}

.fck__body img {
  max-width: 100%;
  height: auto !important;
}

.more_btn {
  margin-top: 30px;
  display: block;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background-color: #448ef8;
  border-radius: 10px;
}

.list__body {
  padding: 20px 0 40px;
}

.list__body .title {
  font-size: 42px;
  color: #044cd6;
  font-weight: 700;
  padding-bottom: 30px;
}

.img_upload_out {
  width: 110px;
  height: 110px;
  position: relative;
  border: 1px solid #a5a5a5;
  overflow: hidden;
}

.img_upload_out i {
  font-size: 60px;
  position: absolute;
  z-index: 1;
  color: #a5a5a5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.img_upload_out input {
  position: absolute;
  z-index: 2;
  zoom: 50;
  transform: scale(50);
}

.img_upload_out img {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.img_upload_out b {
  background-color: #044cd6;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  text-align: center;
  display: none;
}

#img_warp {
  justify-content: flex-start;
  align-items: stretch;
}

#img_warp li {
  margin-right: 10px;
}

.pager {
  padding-top: 30px;
  text-align: center;
}

.pager a {
  display: inline-block;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 2em;
  border: 1px solid #aeaeae;
  color: #aeaeae;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 5px;
  transition: all .3s;
  font-size: 20px;
}

.pager a:hover, .pager a.active {
  background-color: #033c9a;
  color: #fff !important;
  text-decoration: none;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.layui-layer-content {
  font-size: 26px !important;
  line-height: 1.5 !important;
  padding: 20px 30px !important;
}

.fileinput-button {
  border: 1px solid #ccc !important;
  padding: 10px 30px !important;
  border-radius: 10px !important;
  background-color: #448ef8 !important;
}

.fileinput-button i {
  font-size: 16px !important;
}

.fileinput-button i, .fileinput-button span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px !important;
  color: #fff !important;
}

.finecms-file-ts {
  font-size: 24px;
}

#fileupload_tupian_files {
  text-align: left;
}

.files_row_preview.preview {
  height: 100%;
}

.template-download.files_row {
  width: calc(30%);
  margin: 0 10px 20px 10px;
  display: inline-block;
  height: 150px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.template-download.files_row a {
  display: block;
  height: 100%;
}

.template-download.files_row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.template-download.files_row .mpreview {
  display: none !important;
}

.template-download.files_row .op-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #033c9a;
}

.template-download.files_row .op-btn i {
  font-size: 24px !important;
  color: #fff;
}

.teams_list {
  margin: 0 40px 0;
}

.teams_list li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  background: url(../images/teams_bg.png) center no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px;
}

.teams_list li .img_con {
  width: 38%;
  padding-right: 40px;
}

.teams_list li .img_con img {
  display: block;
  width: 100%;
}

.teams_list li .txt_con {
  width: 62%;
}

.teams_list li .txt_con dl dd {
  margin-bottom: 25px;
  display: flex;
}

.teams_list li .txt_con dl dd span {
  width: 155px;
  font-weight: 700;
}

.teams_list li .txt_con dl dd div {
  width: calc(100% - 150px);
  font-weight: 700;
}

.teams_list li .txt_con dl dd span, .teams_list li .txt_con dl dd div, .teams_list li .txt_con dl dd p {
  color: #527ecf;
  font-size: 16px;
  font-size: 27px;
  line-height: 1.5;
}

.teams_list li .txt_con dl dd a {
  color: #527ecf;
}
.map__body{
  margin-top:-40px;
  position: relative;
  z-index: 1;
}
.map__body .bg{
  display: block;
  width: 100%;
}

.map__body .mask{
  position: absolute;
}
.map__body .mask i{
  display: inline-block;
  width: 36px;
  height: 48px;
  background:url(../images/mark_ico_b.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
  font-size:12px;
  text-align: center;
  font-style: normal;
  color:#1191ff;
  font-weight: 700;
  letter-spacing: -1px;
  padding-top: 8px;
}
.map__body .mask.red i{
  background:url(../images/mark_ico_r.png) center no-repeat;
  background-size: 100% 100%;
  color:#ff7262;
}

.map_search__con{
  background-color:#e6f2ff;
  padding:20px 40px;
}
.map_search__con span , .map_search__con input , .map_search__con a{
  display: inline-block;
  vertical-align: middle;
}
.map_search__con span{
  position: relative;
  z-index: 1;
}
.map_search__con i{
  position: absolute;
  top:7px;
  left:20px;
  color:#e7f3ff;
  font-size: 30px;
}
.map_search__con span{
  width: 82%;
}
.map_search__con input{
  width: 100%;
  border-radius: 2em;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  color:#333;
  background-color:#fff;
  padding-left: 70px;
}
.map_search__con a{
  height: 50px;
  line-height: 50px;
  background-color:#fff;
  color:#033c9a;
  font-size: 26px;
  padding:0 20px;
  border-radius: 2em;
  margin-left: 3%;
}

.map_list__con .map_tab_list{
  position: relative;
  z-index: 1;
  width: 100%;
  background-color:#fff;
  box-shadow: 0 5px 10px 5px rgba(100,100,100,.1);
}
.map_list__con .map_tab_list li{
  width: 50%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 26px;
  color:#044cd6;
  cursor: pointer;
  
}
.map_list__con .map_tab_list li:hover , .map_list__con .map_tab_list li.active{
  background-color:#044cd6;
  color: #fff;
}
.map_list__con .con{
  display: none;
}

.map_list__con .con ul li{
  display: flex;
  flex-wrap: wrap;
  padding:20px 40px;
  background-color:#fff;
  align-items: flex-start;
}
.map_list__con .con ul.s_1 li p i{
  background:url(../images/mark_ico_r.png) center no-repeat;
  color:#ff7262;
  background-size: 100% 100%;
}
.map_list__con .con h4{
  text-align: center;
  padding:20px 0;
  font-size: 24px;
}
.map_list__con .con ul li:nth-child(odd){
  background-color:#f5f8fc;
}
.map_list__con ul li p , .map_list__con ul li h6{
  width: 50%;
  font-size: 24px;
  font-weight: normal;
  padding:0 20px;
}
.map_list__con ul li p i , .map_list__con ul li p span{
  display: inline-block;
  vertical-align: middle;
}
.map_list__con ul li p span{
  width: calc(100% - 60px);
  line-height: 1.4;
  padding-left: 10px;
}
.map_list__con ul li p i{
  width: 40px;
  height: 55px;
  background:url(../images/mark_ico_b.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
  font-size:12px;
  text-align: center;
  font-style: normal;
  color:#1191ff;
  font-weight: 700;
  letter-spacing: -1px;
  padding-top: 8px;
  overflow: hidden;
}

.map_pop{
  position: fixed;
  z-index: 2002;
  border:2px solid #044cd6;
  border-radius: 20px;
  padding:20px;
  width: 60%;
  background-color:#fff;
  top:50%;
  left:50%;
  transform: translate(-50% , -50%);
  display: none;
}
.map_pop.s_1{
  border-color:#ff7262;
  
}
.map_pop h3{
  font-size: 26px;
  color:#044cd6;
  margin-bottom: 10px;
}
.map_pop p{
  font-size: 22px;
  line-height: 1.5;
}

.map_pop i{
  position: absolute;
  top:-20px;
  left:-20px;
  width: 40px;
  height: 60px;
  background:url(../images/mark_ico_b.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
  font-size:12px;
  text-align: center;
  font-style: normal;
  color:#1191ff;
  font-weight: 700;
  letter-spacing: -1px;
  padding-top: 13px;
  overflow: hidden;
}

.map_pop.s_1 i{
  background:url(../images/mark_ico_r.png) center no-repeat;
  color:#ff7262;
  background-size: 100% 100%;
}
.map_pop.s_1 h3{
  color:#ff7262;
}

.pop_map__body{
  position: fixed;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  overflow: auto;
  display: none;
}
.close_pop_map__body{
  position: fixed;
  z-index: 20001;
  background-color:rgba(0,0,0,.7);
  width: 80px;
  height: 80px;
  line-height: 80px;
  right: 40px;
  color:#fff;
  font-size: 40px;
  border-radius: 50%;
  bottom:40px;
  text-align: center;
  display: none;
}
.pop_map__body .map__body{
  margin-top: 0;
}
.pop_map__body .map__body .bg{
  width: auto;
}
.pop_map__body .map__body .mask i{
  width: 50px;
  height: 78px;
  font-size: 16px;
  padding-top: 14.5px;
}