@charset "UTF-8";
@import "iconfont.css";
@import "animate.css";

:root {
  --color-noticeboard-backgroud: #2b63ad;
  --color-icon-primary: #2b63ad;
  --color-text-button: #2b63ad;;
  --color-primary: #2b63ad;;
  --main-bg-color: #fff;
  --main-bg-color2: #010101;
  --text-color: #010101;
  --text-color-active: #2b63ad;
  --bg-color: #2b63ad;
  --active-color: #000;
  --font-color: #455164;
  --font-color2: #00B5F0;
  --font-color2-hover: #008FE9;
  --tit-color: #212121;
  --tit-color-hover: #008FE9;
  --btn-bg: #2b63ad;
  --btn-bg-hover: #3c75c2;
  --btn-bg2: #00BBF1;
  --btn-bg2-hover: #3c75c2;
  --btn-bg3: #010101;
  --swiper-btn-color: #C9C9C9;
  --swiper-btn-color-hover: #16A4F3;
  --liner-bg-start-color: rgba(2, 113, 183, 0);
  --liner-bg-end-color: rgba(2, 113, 183, 0.85);
  --font-family-1: 'HarmonyOS_Sans_Bold';
}

html {
  -webkit-text-size-adjust: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom
}

/* .video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto
} */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  background: 0 0
}

fieldset,
img,
input,
button,
hr,
textarea {
  border: 0
}

:focus {
  outline: 0
}

address,
caption,
cite,
code,
dfn,
em,
b,
th,
i,
var,
optgroup {
  font-style: normal;
  font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400
}

abbr,
acronym {
  border: 0;
  font-variant: normal
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit
}

code,
kbd,
samp,
tt {
  font-size: 100%
}

input,
button,
textarea,
select {
  *font-size: 100%
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption,
th {
  text-align: left
}

sup,
sub {
  font-size: 100%;
  vertical-align: baseline
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1
}

:link,:visited ,
ins {
  text-decoration: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

/* .cl {
  *zoom: 1;
} */
.cl:before,
.cl:after {
  display: table;
  content: " "
}
.cl:after {
  clear: both
}

body {
  color: #666;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto
}

a {
  color: inherit
}

a:hover {
  text-decoration: none;
  color: var(--link-color-hover)
}

.uppercase {
  text-transform: uppercase
}

.hide {
  display: none
}

.wp {
  margin: 0 auto;
  width: 1400px
}

.pr {
  position: relative
}

.fr {
  float: right
}

.fl {
  float: left
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none
}

.loader {
  transition: 1s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  background: #f9f9f9 url('../images/motif.png') repeat center
}

.load .loader {
  opacity: 0
}

.loader-box {
  position: absolute;
  width: 200px;
  height: 200px;
  top: calc(50% - 100px);
  left: calc(50% - 100px)
}

.loader-box::before,
.loader-box::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 10px solid rgba(27, 147, 59, 0.8);
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  position: absolute;
  opacity: 1;
  animation: loader 2s linear infinite
}

.loader-box::before {
  border-color: rgba(27, 147, 59, 0.5);
  animation-delay: -1s
}

@keyframes loader {
  0% {
    width: 0;
    height: 0;
    opacity: 1
  }

  100% {
    width: 156px;
    height: 156px;
    opacity: 0
  }
}

.inquirbox .row {
  margin-bottom: 30px
}

.inquirbox .row em {
  font-size: 20px;
  color: #484848;
  font-weight: 700;
  display: block;
  margin-bottom: 20px
}

.inquirbox .row em i {
  color: red
}

.inquirbox input[type=text],
.inquirbox textarea {
  padding: 22px 25px;
  font-size: 17px;
  border: 2px solid #dfdfdf;
  width: 100%;
  line-height: 22px;
  background: 0 0;
  text-align: left;
  color: #999;
  box-sizing: border-box
}

.inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none
}

.inquirbox input[type=text]:focus,
.inquirbox textarea:focus {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  outline: 0
}

.inquirbox .red {
  color: red;
  font-weight: 700
}

.inquirbox .yzm {
  width: 70%;
  margin-right: 10px
}

.inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle
}

.inquirbox .submit {
  display: block;
  background: #000;
  color: #fff;
  width: 225px;
  height: 55px;
  line-height: 55px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  margin: 0 auto
}

.inquirbox .submit:hover {
  background: #252526
}

@-webkit-keyframes rotate {
  0,
  100% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes rotate {
  0,
  100% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0
  }

  80% {
    -webkit-transform: scale(1);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1.2);
    opacity: 0
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.5);
    opacity: 0
  }

  80% {
    transform: scale(1);
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

@keyframes b-t {
  from {
    transform: translateY(200px);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes b-t {
  from {
    -webkit-transform: translateY(200px);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0);
    opacity: 1
  }
}

@keyframes t-b {
  from {
    transform: translateY(-200px);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes t-b {
  from {
    -webkit-transform: translateY(-200px);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes arrow-nudge-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  40% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes arrow-nudge-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  40% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important
}

@media(max-width: 766px) {
  .visible-xs {
    display: block !important
  }

  .visible-xs-block {
    display: block !important
  }

  .visible-xs-inline {
    display: inline !important
  }

  .visible-xs-inline-block {
    display: inline-block !important
  }
}

@media(min-width: 767px) and (max-width:1279px) {
  .visible-sm {
    display: block !important
  }

  .visible-sm-block {
    display: block !important
  }

  .visible-sm-inline {
    display: inline !important
  }

  .visible-sm-inline-block {
    display: inline-block !important
  }
}

@media(min-width: 1280px) and (max-width:1279px) {
  .visible-md {
    display: block !important
  }

  .visible-md-block {
    display: block !important
  }

  .visible-md-inline {
    display: inline !important
  }

  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media(min-width: 1280px) {
  .visible-lg {
    display: block !important
  }

  .visible-lg-block {
    display: block !important
  }

  .visible-lg-inline {
    display: inline !important
  }

  .visible-lg-inline-block {
    display: inline-block !important
  }
}

@media(max-width: 766px) {
  .hidden-xs {
    display: none !important
  }
}

@media(min-width: 767px) and (max-width:1279px) {
  .hidden-sm {
    display: none !important
  }
}

@media(min-width: 1280px) and (max-width:1279px) {
  .hidden-md {
    display: none !important
  }
}

@media(min-width: 1280px) {
  .hidden-lg {
    display: none !important
  }
}

.row {
  margin-right: -10px;
  margin-left: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.align-items-center {
  -webkit-align-items: center;
  align-items: center
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

@media(min-width: 768px) {
  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }
}

@media(min-width: 992px) {
  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }
}

@media(min-width: 1200px) {
  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }
}