@charset "UTF-8";
@import url(/css/layout_v2.css);


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"].chk, input[type="radio"].rad {
  display: none;
}

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

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

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

input[type="checkbox"].chk + label, input[type="radio"].rad + label {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border: 1px solid #333;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  font-size: 10px;
}

.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: 1200px;
  }
}

.mobile_show {
  display: none;
}

.pc_show {
  display: inherit;
}

header {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6000;
  height: 90px;
}

header .out {
  height: 100%;
}

header .logo_nav__con.flex {
  justify-content: flex-start;
}
header .logo{
  height: 52px;
}

header .nav_list {
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-left: 70px;
}

header .nav_list li {
  font-size: 18px;
  font-size: 1.8rem;
}

header .nav_list li:hover a {
  background-color: rgba(0,50,90,1);
  color: #f3981c;
  border-color: #f3981c;
}

header .nav_list li a {
  color: #fff;
  white-space: nowrap;
  transition: all .36s;
  display: block;
  padding: 0 20px;
  height: 90px;
  line-height: 90px;
  border-bottom: 2px solid transparent;
}

header .nav_list li a:hover {
  text-decoration: none;
}

header .tools_bar a, header .tools_bar span, header .tools_bar em, header .tools_bar code, header .tools_bar b {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

header .tools_bar a {
  margin-right: 15px;
  transition: all .3s;
}

header .tools_bar a:hover {
  text-decoration: none;
}

header .tools_bar span {
  position: relative;
  cursor: pointer;
}

header .tools_bar span:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

header .tools_bar span b {
  font-size: 14px;
  font-size: 1.4rem;
}

header .tools_bar span code {
  padding: 0 5px;
}

header .tools_bar span ul {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .36s;
  position: absolute;
  padding: 10px;
  top: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

header .tools_bar span ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 0;
  text-align: center;
}

header .tools_bar span ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  margin-right: 0;
}

header .sub_nav__con {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 50, 90, 0.9);
  transition: all .36s;
  opacity: 0 ;
  visibility: hidden;
  transform: translateY(10px);
}

header .sub_nav__con .sub_nav__in {
  display: none;
}

header .sub_nav__con.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

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

header .sub_nav__con .left__con {
  background-color: rgba(0,50,90,1);
  width: 30%;
  display: flex;
  justify-content: flex-end;
}

header .sub_nav__con .left__con ul {
  width: 210px;
  padding-top: 40px;
  padding-right: 20px;
}

header .sub_nav__con .left__con ul li {
  margin-bottom: 30px;
  position: relative;
  text-align: right;
  padding-right:20px;
}

header .sub_nav__con .left__con ul li:hover a, header .sub_nav__con .left__con ul li.active a {
  color: #f3981c;
}

header .sub_nav__con .left__con ul li:hover i, header .sub_nav__con .left__con ul li.active i {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

header .sub_nav__con .left__con ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  transition: all .36s;
}

header .sub_nav__con .left__con ul li i {
  color: #f3981c;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  font-size: 16px;
  font-size: 1.6rem;
  transition: all .36s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
}

header .sub_nav__con .right__con {
  width: 70%;
  padding: 40px 80px 0 80px;
  color: #fff;
}

header .sub_nav__con .right__con .sub_nav_ul_2 {
  padding: 0;
}

header .sub_nav__con .right__con .con {
  display: none;
}

header .sub_nav__con .right__con .con.s_2 {
  padding: 0 50px;
}

header  ul.more_list li {
  width: 40%;
}

header  ul.more_list li h3 a{
  margin-bottom:0;
}

header .sub_nav__con .right__con .img {
  display: block;
  max-width: 100%;
  margin-left: 100px;
}

header  ul.more_list {
  justify-content: flex-start;
  align-items: flex-start;
}

header  ul.more_list.s_2 {
  margin-top:30px;
}

header  ul.more_list.s_3 {
  margin-top:30px;
}

header  ul.more_list.s_3 li {
  width: calc(100% / 4);
}

header  ul.more_list li {
  width: calc(100% / 3);
  padding-right: 5%;
  margin-bottom: 20px;
}


header ul.more_list li h3 {
  color: #b3b3b3;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #646769;
}

header  ul.more_list li h3 a, header  ul.more_list li h3 img {
  display: inline-block;
  vertical-align: middle;
}

header  ul.more_list li h3 img {
  margin-right: 10px;
}

header  ul.more_list li h4 {
  display: block;
  text-decoration: none;
  color: #b3b3b3;
  margin-bottom: 5px;
  transition: all .36s;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}

header ul.more_list li a:hover, header ul.more_list li a.active {
  color: #f3981c;
  text-decoration: none;
}

header ul.more_list li a:hover b, header  ul.more_list li a.active b {
  background-image: url(/images/common/nav_icon_hover.png);
}

header ul.more_list li a {
  padding-top: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #b3b3b3;
  transition: all .36s;
  display: block;

}
header ul.more_list li h3 a{
  font-size:16px;
  font-size:1.6rem;
}

header ul.more_list li h4 a{
  font-size:16px;
  font-size:1.6rem;
}


header ul.more_list li h4 b {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 9px;
  background: url(/images/common/nav_icon.png) center no-repeat;
  background-size: cover;
}

header .sub_nav__con .sub_nav_ul_2 {
  padding: 40px 0;
  justify-content: flex-start;
  align-items: flex-start;
}

header .sub_nav__con .sub_nav_ul_2.s_2 {
  justify-content: space-between;
}

header .sub_nav__con .sub_nav_ul_2.s_2 li {
  width: auto;
}

header .sub_nav__con .sub_nav_ul_2 li {
  width: calc(100% / 5);
  text-align: center;
}

header .sub_nav__con .sub_nav_ul_2 li a {
  text-decoration: none;
}

header .sub_nav__con .sub_nav_ul_2 li a:hover span, header .sub_nav__con .sub_nav_ul_2 li a.active span {
  color: #f3981c;
}

header .sub_nav__con .sub_nav_ul_2 li a img, header .sub_nav__con .sub_nav_ul_2 li a span {
  display: inline-block;
  vertical-align: middle;
}

header .sub_nav__con .sub_nav_ul_2 li a img {
  margin-right: 0px;
}

header .sub_nav__con .sub_nav_ul_2 li a span {
  font-size: 16px;
  font-size: 1.6rem;
  color: #b3b3b3;
  width: 100%;
}

.index_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.index_title.small {
  margin-bottom: 40px;
}

.index_title.small.w b {
  width: 65%;
}

.index_title.small span {
  font-size: 30px;
  font-size: 3rem;
}

.index_title.small a {
  font-size: 26px;
  font-size: 2.6rem;
}

.index_title.small b {
  width: 65%;
}

.index_title.w span {
  color: #fff;
}

.index_title.w b {
  background-color: rgba(255, 255, 255, 0.5);
}

.index_title.w a {
  color: #fff;
}

.index_title.w a:hover {
  color: #f3981c;
}

.index_title span {
  color: #333;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 1px;
}

.index_title a {
  color: #f3981c;
  font-size: 32px;
  font-size: 3.2rem;
  transition: all .3s;
}

.index_title a:hover {
  text-decoration: none;
  color: #23499e;
}

.index_title a i {
  margin-left: 10px;
  font-size: 20px;
  font-size: 2rem;
}

.index_title b {
  height: 1px;
  font-size: 1px;
  background-color: #23499e;
  width: 50%;
}

footer {
  background-color: #001d45;
  padding: 40px 0 0;
}

footer .footer_list {
  align-items: flex-start;
  padding-bottom: 40px;
}

footer .footer_list li {
  width: calc(80% / 5);
  padding-right: 20px;
}

footer .footer_list li.last {
  width: 20%;
  padding-right: 0;
}

footer .footer_list li h3 {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}

footer .footer_list li h3 a {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}

footer .footer_list li p {
  line-height: 2.5;
  color: #8e8e8e;
}

footer .footer_list li a {
  font-size: 14px;
  font-size: 1.4rem;
  transition: all .36s;
  color: #8e8e8e;
}

footer .footer_list li a:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

footer .footer_list li .qr_code {
  padding-top: 10px;
  margin-bottom: 20px;
}

footer .footer_list li .qr_code img {
  max-width: 100%;
  display: block;
}

footer .footer_list li h6 {
  color: #8e8e8e;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem;
}

footer .footer_list li .pt5 {
  padding-top: 5px;
}

footer .copyright {
  padding: 10px 0;
  background-color: #00102c;
}

footer .copyright p {
  color: #4d4d4d;
}

footer .copyright p a {
  color: #4d4d4d;
  transition: all .36s;
  margin-left: 5px;
}

footer .copyright p a i {
  padding-left: 5px;
  color: #b45f0d;
}

footer .copyright p a:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

header .tools_bar .mobile_menu_btn {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  margin-left: 20px;
  display: none;
  width: 30px;
  text-align: right;
  margin-right: 0;
}

.mobile_menu__body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5800;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 120px 0 40px;
  overflow: auto;
  overflow-x: hidden;
  transition: all .36s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

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

.mobile_menu__body .nav_list a {
  color: #333;
  font-size: 24px;
  font-size: 2.4rem;
  text-decoration: none;
}

.mobile_menu__body .nav_list a:hover .mobile_menu__body .nav_list a.avtive {
  text-decoration: none;
  color: #23499e;
}

.mobile_menu__body .nav_list > li {
  border-bottom: 1px solid rgba(100, 100, 100, 0.2);
}

.mobile_menu__body .nav_list li {
  padding: 15px 0;
}

.mobile_menu__body .nav_list li h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.mobile_menu__body .nav_list li h3.show i {
  transform: rotate(90deg);
}

.mobile_menu__body .nav_list li h3 i {
  font-size: 20px;
  font-size: 2rem;
  color: #666;
  transition: all .3s;
}

.mobile_menu__body .nav_list li ul {
  display: none;
  padding: 10px 20px;
}

.mobile_menu__body .nav_list li ul li {
  padding: 10px 0;
}

.mobile_menu__body .nav_list li ul li a {
  font-size: 18px;
  font-size: 1.8rem;
}

.inner_kv__body {
  position: relative;
  z-index: 1;
}

.inner_kv__body .kv {
  display: block;
  width: 100%;
  object-fit: cover;
}

.inner_kv__body .in_txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.inner_kv__body .in_txt h3 {
  text-align: left;
  color: #fff;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 700;
}

.inner_kv__body .in_txt h4 {
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-size: 4.2rem;
}

.inner_kv__body .in_txt h3.tl {
  text-align: left;
  font-size: 45px;
  font-size: 4.5rem;
}

.inner_kv__body .in_txt h5 {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  color: #00b1e7;
}

.inner_kv__body .in_txt h6 {
  margin-top: -2%;
  text-align: center;
}

.inner_kv__body .in_txt h6 img, .inner_kv__body .in_txt h6 span {
  display: inline-block;
  vertical-align: middle;
}

.inner_kv__body .in_txt h6 span {
  color: #fff;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.3;
  text-align: left;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 2px solid #fff;
}

.page_tit {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.page_tit.small {
  margin-bottom: 20px;
}

.page_tit.small span {
  font-size: 22px;
  font-size: 2.2rem;
  width: 100px;
}

.page_tit.small b {
  width: calc(100% - 100px);
}

.page_tit.s_1 span {
  width: 25%;
}

.page_tit.s_1 b {
  width: 75%;
}

.page_tit span {
  font-size: 30px;
  font-size: 3rem;
  width: 140px;
}

.page_tit b {
  height: 1px;
  background-color: #748cc5;
  width: calc(100% - 140px);
}

.pager {
  padding: 60px 0 0;
  text-align: center;
}

.pager a {
  display: inline-block;
  color: #ccc;
  text-decoration: none;
  margin: 0 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

.pager a:hover, .pager a.active {
  text-decoration: none;
  color: #f3981c;
}

.fck__body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #666;
}

.fck__body p, .fck__body span, .fck__body div {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #666;
}

.fck__body img {
  max-width: 100%;
}

.news_pager {
  margin: 50px 0 80px;
}

.news_pager p {
  line-height: 2;
}

.news_pager p a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  transition: all .3s;
}

.news_pager p a:hover {
  color: #23499e;
  text-decoration: none;
}

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

.list_370 li {
  width: calc(100% / 3 - 40px * 2 / 3);
  margin: 0 40px 0 0;
  box-shadow: 0 0 10px 5px rgba(100, 100, 100, 0.3);
}

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

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

.list_370 li a {
  display: block;
  text-decoration: none;
  position: relative;
}

.list_370 li .img_out {
  overflow: hidden;
}

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

.list_370 li .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/images/aboutus/mask_1.png) left bottom repeat-x;
}

.list_370 li .mask .txt {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
}

.list_370 li .mask .txt h6 {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 10px;
}

.list_370 li .mask .txt h6 i {
  padding-right: 10px;
}

.list_370 li .mask .txt h5 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5;
}

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

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

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

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

.more_list_index li:hover p, .more_list_index li:hover h6 {
  color: #23499e;
}

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

.more_list_index li .img_out {
  overflow: hidden;
  position: relative;
}

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

.more_list_index li .img_out span {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  top: 15px;
  right: 15px;
  position: absolute;
}

.more_list_index li p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  padding: 20px 0;
  color: #333;
}

.more_list_index li h6 {
  color: #666;
  font-size: 18px;
  font-size: 1.8rem;
}

.swiper {
  width: 100%;
}


.pop_mask{
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0,0,0,.5);
  z-index:9000;
  display: none;
}
.pop_content{
  position: fixed;
  z-index:9001;
  left:50%;
  top:50%;
  transform: translate(-50% , -50%);
  opacity: 0;
  transition: all .3s;
  visibility: hidden;
}
.pop_content.show{
  opacity: 1;
  visibility: visible;
}
.pop_content .in_content{
  background-color:#fff;
}
.pop_content .close_btn{
  position: absolute;
  border:1px solid #23499e;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color:#23499e;
  position: absolute;
  top:30px;
  right:30px;
  border-radius: 50%;
  z-index:10;
  font-size:20px;
  font-size: 2rem;
  transition: all .3s;
}
.pop_content .close_btn:hover{
  text-decoration: none;
  background-color:#23499e;
  color:#fff;
}

#pop_person .in_content{
  border:1px solid #23499e;
  padding:70px 50px 50px 260px;
  position: relative;
  width: 900px;
  z-index:1;
  
}
#pop_person .in_content .con{
  max-height: 50vh;
  overflow: auto;
  overflow-x: hidden;
  padding-left:20px;
  padding-right:20px;
}

#pop_person .in_content .con::-webkit-scrollbar {/*滚动条整体样式*/
  width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
#pop_person .in_content .con::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 4px;
  height: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #0631a4;
}
#pop_person .in_content .con::-webkit-scrollbar-track {/*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  border-radius: 4px;
  background: #fff;
}

#pop_person .in_content .name_con{
  background-color:#0631a4;
  position: absolute;
  top:-30px;
  left:-30px;
  min-width: 260px;
  padding:70px 60px;
  color:#fff;
}
#pop_person .in_content .name_con h3{
  font-weight: 700;
  font-size:37px;
  font-size:3.7rem;
  margin-bottom:40px;
}
#pop_person .in_content .name_con p{
  font-size:19px;
  font-size:1.9rem;
  line-height: 1.3;
}
#pop_person .in_content .name_con p:last-child{
  border-bottom:4px solid #fff;
  padding-bottom:15px;
}

#pop_person .in_content h3.title{
  font-size:22px;
  font-size:2.2rem;
  color:#6d6c6c;
  line-height: 1.5;
  margin-bottom:40px;
}


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

.member_pop__body{
  position: fixed;
  z-index:9001;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display: none;
}
.member_pop__body .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;
    
}
.member_pop__body .close_btn:hover{
  text-decoration: none;
  background-color:#0054a7;
}
.member_pop__body .content{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50% , -50%);
  background-color:#fff;
  border-radius: 10;
  padding:30px 80px 50px;
  width: 600px;
}
.member_pop__body .content .tit{
  text-align: center;
  font-size:32px;
  font-size:3.2rem;
  margin-bottom:30px;
  font-weight: 700;
}
.member_pop__body .content .tab{
  justify-content: space-between;
  align-items: center;
}
.member_pop__body .content .tab li{
  width: 50%;
}
.member_pop__body .content .tab a{
  display: block;
  text-align: center;
  font-size:16px;
  font-size:1.6rem;
  color:#333;
  transition: all .3s;
  border-bottom:1px solid #ececec;
  padding:10px 0;
}
.member_pop__body .content .tab a:hover ,  .member_pop__body .content .tab a.active{
  color:#f0951c;
  border-color:#f0951c;
  text-decoration: none;
}

.member_form__body{
  padding:20px 0 0;
}
.member_form__body .con{
  display: none;
}
.member_form__body p{
  margin-bottom:20px;
}
.member_form__body p input{
  width: 100%;
  border:1px solid #ececec;
  height: 44px;
  line-height: 44px;
  color:#000;
  font-size:16px;
  font-size:1.6rem;
  padding:0 10px;
  border-radius: 4px;;
}
.member_form__body p.flex{
  justify-content: space-between;
}
.member_form__body p.flex input{
  width: 55%;
}
.member_form__body p.flex a{
  height: 44px;
  line-height: 44px;
  border:1px solid #0732a4;
  font-size:16px;
  font-size:1.6rem;
  color:#ccc;
  border-radius: 4px;
  width: 40%;
  text-align: center;
}
.member_form__body p.flex a:hover{
  background-color:#f0951c;
  color:#fff;
  text-decoration: none;
}
.member_form__body p input:hover{
  border-color:#f0951c;
}

.member_form__body h6{
  margin-bottom:20px;
  text-align: right;
}

.member_form__body h6 a{
  color:#f0951c;
  font-size:16px;
  font-size:1.6rem;
  transition: all .3s;
}

.member_form__body h6 a:hover{
  text-decoration: none;
  color:#001d45;
}

.member_form__body .btn_con{
  margin-bottom: 40px;
}
.member_form__body .btn_con a{
  display: block;
  text-align: center;
  background-color:#0732a4;
  color:#fff;
  height: 50px;
  line-height: 50px;
  font-size:16px;
  font-size:1.6rem;
  border-radius: 6px;
  transform: all .3s;
}
.member_form__body .btn_con a:hover{
  text-decoration: none;
  background-color:#f0951c;
}
.member_form__body h5{
  text-align: center;
  font-size:1.6rem;
  border-radius: 6px;
}
.member_form__body h5 a{
  color:#f0951c;
}
.member_form__body h5 a:hover{
  text-decoration: none;
}



.list_370 li .img_out , .more_list_index li .img_out{height: 220px;}
.list_370 li .img_out img , .more_list_index li .img_out img{object-fit: cover;}

.more_news__in .img_out{
  height: 135px;
}

.news_list li a .img_con{
  height: 170px;
}


<!--0.00018596649169922-->