
/*
	FONT SIZE HIERARCHY
	---------------------------

    Default font-size for HTML :    16px
    blockquote                 :    1rem
    body                       :    1rem
    form                       :    0.875rem  14px
    h1                         :    3.375rem  58px
    h2                         :    2.375rem  38px
    h3                         :    1.75rem  28px
    h4                         :    1.25rem   20px
    h5                         :    1rem
    h6                         :    0.75rem  12px
	GLOBAL SPACING HIERARCHY WITH <section>
	---------------------------

    Default                    :    6.5625rem
    Large                      :    11.375rem
    Small                      :    4.8125rem
    Default (mobile)           :    4.265625rem
    Large (mobile)             :    4.265625rem
    Small (mobile)             :    2.625rem
	COLOR PALETTE
	---------------------------
    Placeholder Text Color     :    #E6E6E8
	Primary Background Color   :    transparent
	Highlight Color            :    #EC5E79, #E8588C
	Primary Text Color         :    #212121, #474747
    Heading Text Color         :    #212121
	Subordinate Text Color     :    #AEAEAE
	Dividing Line Color        :    #F4F4F4
    Button Gradient Color      :    #EC5E79, #f60, #d83ba0
	TABLE OF CONTENTS
	---------------------------

    ${{TOC}}
*/
/* Ripple Effect */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1); }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0); } }
::placeholder {
  color: #E6E6E8; }

:root {
  --blue: #007007;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40; }

::selection,
::-moz-selection,
::-webkit-selection {
  background: #1f1f1f;
  color: #fff; }

html,
body {
  width: 100%;
  height: 100%; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  /* Required, global font size */ }

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
a {
  margin: 0;
  padding: 0; }

/* 初始化 */
body, div, span, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, span,
aside, details, figcaption, figure, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.71428571429;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "GOTHAM-LIGHT_0", Arial, "Microsoft YaHei", "Helvetica Neue", Helvetica, STXihei, "PingFang SC", "Hiragino Sans GB", sans-serif;
  color: #212121;
  background-color: #ffffff; }

:active, :focus {
  outline: none !important; }

p,
pre,
table,
blockquote {
  margin-bottom: .3rem; }

select {
  max-width: 100%; }

ul, li {
  list-style-type: none; }

blockquote {
  background: #fff;
  border: 1px solid #F8F8F8;
  border-left: 5px solid #EC5E79;
  padding: 0 1.75rem 1.25rem;
  margin-top: 1.421875rem;
  line-height: 2;
  font-size: 1rem; }
  blockquote::before {
    color: #EC5E79;
    content: open-quote;
    font-size: 5.25rem;
    line-height: 0.1;
    margin-right: 0.21875rem;
    vertical-align: -2.055rem;
    font-family: sans-serif;
    content: "\201C";
    /*Unicode for Left Double Quote*/ }

strong {
  font-weight: 600; }

hr {
  margin: 1.421875rem 0;
  border-color: #F4F4F4; }
  hr.black {
    border-color: rgba(255, 255, 255, 0.1); }

a img {
  border: none; }

img {
  max-width: 100%;
  vertical-align: middle; }

img[src=''], img:not([src]) {
  display: none; }

iframe {
  border: none !important; }

/* ======================================================
   <!-- Table -->
/* ====================================================== */
table.table-normal,
.table-normal table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%; }
  table.table-normal th,
  .table-normal table th {
    text-align: left; }
  table.table-normal td,
  table.table-normal th,
  .table-normal table td,
  .table-normal table th {
    border: 1px solid black;
    padding: 0.6875rem; }

/* ======================================================
   <!-- Typography -->
/* ====================================================== */
/*
 * 1. General
 * 2. Hyperlink
 * 3. Heading (h1,h2,h3,h4,h5,h6)
 * 4. Text Effect
 * 5. Table & List Effect by Default
 * 6. Drop Cap
*/
/*
 ---------------------------
 1. General
 ---------------------------
 */
a,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  transition: all 0.3s ease; }

/*
 ---------------------------
 2. Hyperlink
 ---------------------------
 */
a {
  color: #474747; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none; }
  a.link {
    text-decoration: underline;
    color: #EC5E79; }
    a.link:hover {
      color: #E8588C; }

/*
 ---------------------------
 3. Heading (h1,h2,h3,h4,h5,h6)
 ---------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #212121;
  font-weight: 700;
  font-variant-ligatures: common-ligatures;
  /*Ligatures and contextual forms are ways of combining glyphs to produce more harmonized forms.*/
  margin-top: 0;
  margin-bottom: 0.625rem;
  word-wrap: break-word; }

h1 {
  font-size: 3.375rem;
  line-height: 1.14285714286; }

h2 {
  font-size: 22.375rem;
  line-height: 1.2; }

h3 {
  font-size: 1.75rem;
  line-height: 1.25; }

h4 {
  font-size: 1.25rem;
  line-height: 1.33333333333; }

h5 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600; }

h6 {
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 600; }

.h1 {
  font-size: 3.375rem !important;
  line-height: 1.14285714286 !important; }

.h2 {
  font-size: 22.375rem !important;
  line-height: 1.2 !important; }

.h3 {
  font-size: 1.75rem !important;
  line-height: 1.25 !important; }

.h4 {
  font-size: 1.25rem !important;
  line-height: 1.33333333333 !important; }

.h5 {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important; }

.h6 {
  font-size: 0.75rem !important;
  line-height: 2 !important;
  font-weight: 600 !important; }

.heading-space-none {
  margin: 0 !important;
  padding: 0 !important; }

@media all and (max-width: 768px) {
  h1 {
    font-size: 2.4107142857rem;
    line-height: 1.15555556; }

  h2 {
    font-size: 15.6625rem;
    line-height: 1.421875; }

  h3 {
    font-size: 1.25rem;
    line-height: 1.625; }

  .h1 {
    font-size: 2.4107142857rem !important;
    line-height: 1.15555556 !important; }

  .h2 {
    font-size: 15.6625rem !important;
    line-height: 1.421875 !important; }

  .h3 {
    font-size: 1.25rem !important;
    line-height: 1.625 !important; } }
@media all and (max-width: 480px) {
  h1 {
    font-size: 1.2053571429rem;
    line-height: 1.38461538462; }

  h2 {
    font-size: 13.425rem;
    line-height: 1.28571428571; }

  h3 {
    font-size: 1.25rem;
    line-height: 1.5; }

  .h1 {
    font-size: 1.2053571429rem !important;
    line-height: 1.38461538462 !important; }

  .h2 {
    font-size: 13.425rem !important;
    line-height: 1.28571428571 !important; }

  .h3 {
    font-size: 1.25rem !important;
    line-height: 1.5 !important; } }
/*
 ---------------------------
 4. Text Effect
 ---------------------------
 */
.font-normal {
  font-family: "GOTHAM-LIGHT_0", Arial, "Microsoft YaHei", "Helvetica Neue", Helvetica, STXihei, "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-weight: 400 !important; }

.font-uppercase {
  text-transform: uppercase !important; }

.font-bold {
  font-weight: 800 !important; }

.font-italic {
  font-style: italic !important; }

.font-no-italic {
  font-style: normal !important; }

.font-underline {
  text-decoration: underline !important; }

.font-primary-color {
  color: #EC5E79 !important; }

.font-sub-color {
  color: #AEAEAE !important; }

.font-white {
  color: white; }
  .font-white p,
  .font-white h1,
  .font-white h2,
  .font-white h3,
  .font-white h4,
  .font-white h5,
  .font-white h6,
  .font-white .h1,
  .font-white .h2,
  .font-white .h3,
  .font-white .h4,
  .font-white .h5,
  .font-white .h6 {
    color: white; }

/*
 ---------------------------
 5. Table & List Effect by Default
 ---------------------------
 */
/* Compatible with  Uix Shortcodes (WordPress Plugin) */
.list-normal a:not(.uix-sc-btn),
.table-normal a:not(.uix-sc-btn) {
  color: #EC5E79; }

.list-normal a:not(.uix-sc-btn):not(.button):hover,
.table-normal a:not(.uix-sc-btn):not(.button):hover {
  color: #E8588C;
  text-decoration: underline; }

.list-normal a:not(.uix-sc-btn):hover img,
.table-normal a:not(.uix-sc-btn):hover img {
  text-decoration: none; }

/*
 ---------------------------
 6. Drop Cap
 ---------------------------
 */
.dropcap::first-letter,
.dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: -2px; }

/* ======================================================
   <!-- Spacing -->
/* ====================================================== */
section,
.section {
  position: relative; }

section,
.section {
  padding: 6.5625rem 0; }

section.space-sm,
.section.space-sm {
  padding: 4.8125rem 0; }

section.space-lg,
.section.space-lg {
  padding: 11.375rem 0; }

section.space-none,
.section.space-none {
  padding: 0 !important; }

section.space-none-top,
.section.space-none-top {
  padding-top: 0 !important; }

section.space-none-bottom,
.section.space-none-bottom {
  padding-bottom: 0 !important; }

section.site-google-map,
.section.site-google-map {
  padding-top: 0 !important; }

@media all and (max-width: 768px) {
  section,
  .section {
    padding: 4.265625rem 0; }

  section.space-sm,
  .section.space-sm {
    padding: 2.625rem 0; }

  section.space-lg,
  .section.space-lg {
    padding: 4.265625rem 0; }

  section.space-none,
  .section.space-none {
    padding: 0; }

  section.space-none-top,
  .section.space-none-top {
    padding-top: 0; }

  section.space-none-bottom,
  .section.space-none-bottom {
    padding-bottom: 0; }

  section.site-google-map,
  .section.site-google-map {
    padding-top: 0; } }
html {
  font-size: 100px; }

@media screen and (max-width: 1440px) {
  html {
    font-size: 80px; } }
@media screen and (max-width: 800px) {
  html {
    font-size: 70px; } }
@media screen and (max-width: 600px) {
  html {
    font-size: 50px; } }
.pure:before,
.pure:after {
  content: " ";
  display: table; }

.pure:after {
  clear: both; }

body {
  height: auto;
  overflow-x: hidden;
  color: #fff;
  background-color: #021841; }

.fl_l {
  float: left; }

.fl_r {
  float: right; }

@media screen and (max-width: 800px) {
  html {
    font-size: 80px; } }
@media screen and (max-width: 600px) {
  html {
    font-size: 60px; } }
a {
  text-decoration: none; }

.iconfont {
  font-size: inherit; }

.bloc {
  position: relative; }

*::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 4px;
  border-radius: 1.5px; }

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-button {
  display: none; }

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
  background-color: #eee; }

*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  background-color: #f50000; }

.mess_img_case .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.1, 0.7, 0.74, 0.3);
  /*transition-timing-function: ease;*/ }

.swiper-button-prev, .swiper-button-next {
  background: none;
  text-align: center;
  color: #fff;
  width: auto;
  height: auto;
  line-height: 1; }
  .swiper-button-prev i, .swiper-button-next i {
    font-size: .36rem; }
  .swiper-button-prev:hover, .swiper-button-next:hover {
    color: #a7875d; }

.swiper-pagination-bullet {
  background-color: transparent;
  opacity: .5;
  border: 1px solid #ffffff;
  vertical-align: middle;
  transition: all .3s ease;
  width: .1rem;
  height: .1rem; }
  .swiper-pagination-bullet:hover {
    background-color: #ffffff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ffffff; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .15rem; }

.works__slider {
  cursor: url(/assets/image/svgipsa_cursor_arrow.png) 52 23, move; }
  .works__slider a {
    cursor: url(/assets/image/svgipsa_cursor_arrow.png) 52 23, move; }
  .works__slider a:active, .works__slider a:focus {
    cursor: url(/assets/image/svgipsa_cursor_arrow_pushed.png) 52 23, move; }

.works__slider:active, .works__slider:focus {
  cursor: url(/assets/image/svgipsa_cursor_arrow_pushed.png) 52 23, move; }

.swiper-slide.active {
  pointer-events: all; }

.disable-hover {
  pointer-events: none; }

.btn_sty {
  font-size: 0;
  color: #fff;
  background-color: #f50000;
  padding: .2rem .5rem .2rem .6rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 30px -15px rgba(245, 0, 0, 0.2); }
  .btn_sty span {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    font-size: .22rem;
    line-height: 1.8; }
    .btn_sty span:last-child {
      font-family: 'Conv_BKANT'; }
    .btn_sty span:first-child {
      margin-right: .23rem;
      font-size: .2rem;
      transition: all .3s ease; }
  .btn_sty.btn_hover {
    cursor: pointer; }
    .btn_sty.btn_hover:hover span:first-child {
      transform: rotate(360deg); }

.pub_top {
  background-color: #132347; }
  .pub_top .pub_case {
    padding: 0 56px;
    display: flex;
    justify-content: flex-end; }
    .pub_top .pub_case a {
      color: rgba(255, 255, 255, 0.6);
      font-size: 12px;
      line-height: 2;
      padding: 0 12px; }

.pub_banner {
  position: relative;
  overflow: hidden;
  margin-top: 10px; }
  .pub_banner img {
    width: 100%;
    display: block; }

.pub_case {
  margin-left: auto;
  margin-right: auto;
  width: 940px; }

.time_no {
  display: none; }

.nav {
  background-color: #b92000;
  background-image: linear-gradient(#c52203, #b92000, #9b1d07);
  margin-top: 10px; }
  .nav a {
    display: block;
    width: 116px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    line-height: 2.625; }
  .nav ul {
    display: flex; }
    .nav ul li {
      display: block; }
      .nav ul li:first-child a {
        border-left: none; }
      .nav ul li:last-child a {
        border-right: none; }

.fl_left {
  width: 265px;
  float: left; }

.fr_right {
  float: right;
  width: 670px; }

.list_ {
  display: flex;
  padding: 0 8px;
  line-height: 40px;
  justify-content: space-between;
  background-color: #2b3e68;
  background-image: linear-gradient(#2b4776, #1f2758);
  position: relative;
  z-index: 2; }
  .list_ .list_name {
    color: #efd749;
    font-size: 16px;
    font-weight: 700;
    min-width: 50%; }
    .list_ .list_name span {
      font-size: 14px;
      margin-left: 5px;
      color: #fff; }
  .list_ a {
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    cursor: pointer; }
    .list_ a b {
      margin-right: 5px; }

.wrapper > div {
  margin-top: 10px; }

.list_con {
  border: 1px solid #27395f;
  border-top: none; }
  .list_con ul {
    display: block; }
    .list_con ul li {
      display: block; }
      .list_con ul li a {
        display: block;
        border-bottom: 1px solid #27395f;
        color: rgba(255, 255, 255, 0.9);
        cursor: pointer;
        padding: 0 30px 0 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: 29px;
        background-color: #1e2b58; }
      .list_con ul li:last-child a {
        border-bottom: none; }

.swiper-button-prev img, .swiper-button-next img {
  width: 30px; }

.list_s {
  border: 4px solid #27395f;
  border-top: none;
  margin-bottom: 3px; }

.xs_time, .kefu_ {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  padding: 5px;
  line-height: 20px;
  border-bottom: 1px solid #27395f; }
  .xs_time > div, .kefu_ > div {
    display: flex;
    align-items: center; }
  .xs_time span, .kefu_ span {
    color: #455d89; }
    .xs_time span:nth-of-type(1), .kefu_ span:nth-of-type(1) {
      margin-right: 10px; }
    .xs_time span:nth-of-type(2), .kefu_ span:nth-of-type(2) {
      margin-right: 5px; }
    .xs_time span:nth-of-type(3), .kefu_ span:nth-of-type(3) {
      margin-left: 10px;
      margin-right: 5px; }

.kefu_ {
  display: flex;
  align-items: center; }

table {
  background-color: #ededed;
  width: 100%;
  margin-bottom: 0; }
  table th, table td {
    background-color: #fff;
    line-height: 14px;
    font-size: 12px;
    color: #333;
    text-align: center; }
    table th img, table td img {
      width: 27px;
      margin: 0 2px; }
    table th b, table td b {
      color: #962831;
      margin: 0 6px; }
  table th {
    line-height: 40px; }

.kj_tba {
  border-spacing: 1px;
  background-color: #cacaca;
  margin-top: -1px; }
  .kj_tba th {
    background-color: #4c587e;
    font-size: 14px;
    line-height: 30px;
    color: #e6c35a; }
  .kj_tba td {
    line-height: 43px; }
    .kj_tba td:nth-child(1), .kj_tba td:nth-child(2), .kj_tba td:nth-child(10) {
      color: #1848FF; }

.yq_link {
  background-color: #132347;
  color: #d3bf9c;
  line-height: 2;
  padding: 10px 5px;
  font-size: 12px; }
  .yq_link a {
    color: #436291;
    margin-right: 10px; }

footer {
  background-color: #07102d;
  line-height: 24px; }
  footer .foot_con {
    padding: 15px 0;
    color: #4e6692;
    font-size: 12px; }
    footer .foot_con a {
      color: #4e6692; }
  footer .copyRight {
    float: left; }
  footer .link_foo {
    float: right; }

.wrapper .pub_title {
  font-size: 38px;
  text-align: center;
  line-height: 1.5;
  margin: 50px 0 25px;
  color: #e0c62b; }

.yq_link {
  margin-top: 25px; }

.nei_body .list_con {
  border: none; }
  .nei_body .list_con a {
    display: block;
    padding: 10px;
    font-size: 14px;
    background-color: #1e2b58;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 5px;
    display: flex;
    align-items: center; }
    .nei_body .list_con a > div {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 29px;
      width: calc(100% - 80px); }
      .nei_body .list_con a > div.new_time {
        font-size: 12px;
        width: 80px; }
    .nei_body .list_con a:hover {
      transform: translateY(-5px); }

.page_box {
  margin-top: 25px;
  font-size: 14px;
  display: flex;
  justify-content: center; }
  .page_box > div {
    display: flex;
    justify-content: center; }
  .page_box a {
    cursor: pointer;
    color: #fff;
    margin: 0 5px; }
    .page_box a:hover {
      color: #e0c62b; }
    .page_box a.on {
      color: #e0c62b;
      font-weight: 700; }
    .page_box a.none {
      display: none; }

.det_con {
  background-color: #132347;
  padding: 20px; }
  .det_con .det_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 15px; }
    .det_con .det_top .det_time {
      line-height: 1;
      color: rgba(255, 255, 255, 0.6);
      font-size: 12px;
      margin-top: 10px; }
    .det_con .det_top .det_name {
      font-size: 20px;
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.5; }
  .det_con .det_con {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    padding: 10px 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .det_con .det_con img {
      display: block;
      margin: 0 auto;
      max-width: 100%; }
    .det_con .det_con p {
      margin-bottom: 0; }
  .det_con .det_bottom {
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.875; }
    .det_con .det_bottom a {
      color: rgba(255, 255, 255, 0.6);
      display: block;
      cursor: pointer; }
      .det_con .det_bottom a span {
        color: #e0c62b;
        margin-right: 5px; }
      .det_con .det_bottom a:hover {
        color: #e0c62b; }

.ent_body .det_con .det_con {
  border-bottom: none; }

/*# sourceMappingURL=public.css.map */
