@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: flex-start;
  align-items: flex-start;
}

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

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

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

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

input[type="checkbox"] + label, input[type="radio"] + 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;
}

.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: 1440px;
  }
  .container.m_1600 {
    max-width: 1600px;
  }
}

body {
  color: #333;
}

.mobile_show {
  display: none !important;
}

.swiper-pagination span {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #034883;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #f5831e;
}

.page_title {
  text-align: center;
  color: #111;
  font-size: 42px;
  font-size: 4.2rem;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.page_title.tl {
  text-align: left;
}

.page_btn {
  border-radius: 2em;
  background-color: #f5831e;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 12px 35px;
  transition: all .3s;
  color: #fff;
}

.page_btn:hover {
  background-color: #034883;
  text-decoration: none;
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 0;
}

header .logo {
  height: 50px;
}

header.on {
  background-color: rgba(255, 255, 255, 0.7);
}

header.on .mobile_nav_btn {
  color: #333;
}

header .flex {
  justify-content: space-between;
  align-items: center;
}

.nav__list li {
  margin-left: 30px;
  position: relative;
  z-index: 1;
}

.nav__list li:hover a.link {
  text-decoration: none;
  color: #f5831e;
}

.nav__list li:hover dl {
  opacity: 1;
  visibility: visible;
}

.nav__list li a.link {
  font-size: 16px;
  font-size: 1.6rem;
  color: #111;
  font-weight: 700;
  transition: all .3s;
}

.nav__list li dl {
  position: absolute;
  background-color: rgba(3, 70, 127, 0.5);
  padding: 20px;
  width: 220px;
  top: 100%;
  left: -20px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
}

.nav__list li dl dd {
  line-height: 2;
}

.nav__list li dl dd a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

.nav__list li dl dd a:hover {
  text-decoration: none;
  color: #034883;
}

.nav__list li.tel span {
  color: #f5831e;
  font-size: 16px;
  font-size: 1.6rem;
}

.nav__list li.tel span i {
  display: inline-block;
  transform: scaleX(-1);
  margin-right: 5px;
  font-size: 20px;
  font-size: 2rem;
}

.nav__list li.lan a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #f5831e;
  transition: all .3s;
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
}

.nav__list li.lan a:hover {
  background-color: #034883;
}

.aboutus_img__body {
  align-items: stretch;
}

.aboutus_img__body .txt_con, .aboutus_img__body img {
  width: 50%;
}

.aboutus_img__body .txt_con {
  background: #034883;
  background-size: 0 100%;
  flex-direction: column;
  justify-content: center;
  padding: 0 5%;
  position: relative;
  overflow: hidden;
}

.aboutus_img__body .txt_con h3 {
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
}

.aboutus_img__body .attract-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 10%);
}

.aboutus_img__body .attract-hover-easing {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background-color: #f5831e;
  border-radius: 50%;
  transition: all .3s;
}

.aboutus_img__body .attract-hover-easing:hover {
  text-decoration: none;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.aboutus_img__body .conact_btn {
  color: #fff;
  transition: all .3s;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}

.mobile_nav_btn {
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
}

.mobile_nav_btn:hover {
  color: #034883;
  text-decoration: none;
}

.mobile_nav {
  position: fixed;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  transform: translateX(100%);
}

.mobile_nav .close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #333;
  font-size: 24px;
  transition: all .3s;
}

.mobile_nav .close_btn:hover {
  text-decoration: none;
  color: #f5831e;
}

.mobile_nav .con {
  width: 80%;
  margin-left: 20%;
  background-color: #fff;
  overflow: auto;
  overflow-x: hidden;
  padding: 50px 20px;
  height: 100%;
}

.mobile_nav.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mobile_nav ul li h3 {
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile_nav ul li h3 i {
  color: #666;
  font-size: 16px;
}

.mobile_nav ul li a {
  font-size: 18px;
  color: #333;
}

.mobile_nav ul li a:hover, .mobile_nav ul li a.active {
  text-decoration: none;
  color: #398787;
}

.mobile_nav ul li dl {
  display: none;
  padding: 10px 30px;
}

.mobile_nav ul li dl dd {
  border-bottom: 1px solid rgba(100, 100, 100, 0.2);
  padding: 10px 0;
}

.mobile_nav ul li dl dd a {
  font-size: 16px;
}

footer {
  padding: 50px 0 0;
}

footer ul.flex {
  padding-bottom: 100px;
}

footer ul.flex li.add {
  width: 50%;
}

footer ul.flex li.add img {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}

footer ul.flex li.add p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #111;
}

footer ul.flex li.footer_nav {
  width: calc(50% / 4);
  padding-right: 20px;
}

footer ul.flex li.footer_nav h3 {
  color: #111;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

footer ul.flex li.footer_nav p {
  line-height: 1.3;
  margin-bottom: 10px;
}

footer ul.flex li.footer_nav p a {
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
}

footer ul.flex li.footer_nav p a:hover {
  text-decoration: none;
  color: #034883;
}

footer .copyright {
  border-top: 1px solid #e8e8e8;
  padding: 20px 0;
}

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

footer .copyright .flex p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #aaa;
}

footer .copyright .flex p a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

footer .copyright .flex p a.l {
  color: #aaa;
  margin-left: 10px;
}

footer .copyright .flex p a.l img, footer .copyright .flex p a.l span {
  display: inline-block;
  vertical-align: middle;
}

footer .copyright .flex p a.l img {
  height: 20px;
}

footer .copyright .flex p a:hover, footer .copyright .flex p a.active {
  color: #034883;
  text-decoration: none;
}

footer .copyright .flex p a.fab {
  color: #ddd;
  margin-left: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
}

footer .copyright .flex p a.fab:hover {
  color: #034883;
}

footer .copyright .flex p em {
  padding: 0 10px;
  color: #333;
}

.page_tit__con {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.page_tit__con.news_index {
  border-bottom: 0;
}

.page_tit__con.news_index .tit {
  align-items: flex-start;
}

.page_tit__con.about_index {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}

.page_tit__con.about_index b {
  background-color: #f6f6f6;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}

.page_tit__con.about_index .tit {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.page_tit__con h6 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #aaa;
  margin-bottom: 15px;
}

.page_tit__con h6 a {
  color: #aaa;
}

.page_tit__con h6 a:hover {
  text-decoration: none;
  color: #034883;
}

.page_tit__con h6 em {
  padding: 0 10px;
}

.page_tit__con .tit {
  justify-content: space-between;
  align-items: center;
}

.page_tit__con .tit span {
  color: #111;
  font-size: 42px;
  font-size: 4.2rem;
}

.page_tit__con .tit p {
  width: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #666;
}

.page_tit__con .tit .pro_search__con span, .page_tit__con .tit .pro_search__con div {
  display: inline-block;
  vertical-align: middle;
}

.page_tit__con .tit .pro_search__con span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #999;
}

.page_tit__con .tit .pro_search__con span strong {
  color: #f5831e;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0 5px;
}

.page_tit__con .tit .pro_search__con .search_con {
  margin-left: 10px;
  background-color: #fff;
  border-radius: 2em;
  padding: 10px 15px;
}

.page_tit__con .tit .pro_search__con .search_con input, .page_tit__con .tit .pro_search__con .search_con a {
  display: inline-block;
  vertical-align: middle;
}

.page_tit__con .tit .pro_search__con .search_con input {
  background-color: #fff;
  border: 0;
  width: 160px;
  font-size: 14px;
  font-size: 1.4rem;
}

.page_tit__con .tit .pro_search__con .search_con a {
  color: #666;
  font-size: 14px;
}

.video_pop_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.video_pop_con {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9001;
  display: none;
}

.video_pop_con .content {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video_pop_con .content.img_con {
  width: auto;
}

.video_pop_con img {
  max-width: calc(80vw);
  max-height: calc(80vh);
  width: 100%;
}

.video_pop_con .content .close_btn {
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #808080;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.video_pop_con .content .close_btn:hover {
  text-decoration: none;
  background-color: #0054a7;
}

.video_pop_con .content video {
  width: 100%;
}

.fck__body {
  padding-bottom: 100px;
  border-bottom: 1px solid #e8e8e8;
}

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

.fck__body p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  line-height: 1.6;
}

.details_pager {
  padding: 30px 0;
  justify-content: space-between;
}

.details_pager a {
  width: 45%;
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
}

.details_pager a:last-child {
  text-align: right;
}

.details_pager a:hover {
  text-decoration: none;
  color: #034883;
}

.bg_glay {
  background-color: #f6f6f6;
}

.right_bar {
  position: fixed;
  right: 0;
  top: 50%;
  background-color: #034883;
  width: 60px;
  z-index: 3000;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

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

.right_bar li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.right_bar li a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  transition: all .3s;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  z-index: 8999;
}

.right_bar li a.map_mark {
  background: url(../images/page/map_mark.png) center no-repeat;
  background-size: 25%;
}

.right_bar li a span {
  position: absolute;
  top: 0;
  right: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5831e;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.right_bar li a.txt {
  padding-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.right_bar li a:hover {
  background-color: #f5831e;
  text-decoration: none;
}

.right_bar li a:hover span {
  opacity: 1;
  visibility: visible;
}
