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

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
footer.v2 {
  background-color: #001d45;
  padding-top: 80px;
}

footer .footer_list_v2 {
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 60px;
}

footer .footer_list_v2 li h3, footer .footer_list_v2 li p, footer .footer_list_v2 li a {
  color: #fff;
}

footer .footer_list_v2 li:first-child {
  width: 180px;
  padding-right: 60px;
}

footer .footer_list_v2 li:first-child img {
  display: block;
  max-width: 100%;
}

footer .footer_list_v2 li:last-child {
  width: calc(100% - 180px);
}

footer .footer_list_v2 li h3 {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #989898;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

footer .footer_list_v2 li dl.flex {
  align-items: center;
}

footer .footer_list_v2 li dl.flex p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.right_tools__con {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5000;
}

.right_tools__con a {
  display: block;
  width: 80px;
  text-align: center;
  padding: 15px 0;
  color: #cbcbcb;
  background-color: #0732a4;
  transition: all .3s;
  border-bottom: 1px solid #516bb2;
}

.right_tools__con a:last-child {
  border-bottom: 0;
}

.right_tools__con a:hover {
  background-color: #f3981c;
  text-decoration: none;
}

.right_tools__con a i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: block;
  margin: 0 auto 5px;
  text-align: center;
}

.right_tools__con a .ico_1 {
  background: url(../images/common/right_ico_1.png) no-repeat;
  background-size: 100% auto;
}

.right_tools__con a span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

.right_tools__con a .fal {
  color: #cbcbcb;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 100;
}
.swiper-button-disabled{opacity: 0;}