@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  padding-top: 90px;
  min-height: 100%;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  background: #fff;
}
@media (max-width: 1260px) {
  body {
    padding-top: 60px;
  }
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  color: #333;
}
a:hover {
  color: #3278b7;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 84.07%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }
}
.contV {
  overflow: visible;
}
.bg-color1 {
  background-color: #fff;
}
.bg-gray {
  background-color: #f9f9f9;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 0.72rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 0.72rem;
  }
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
.font32 {
  font-size: 0.32rem;
}
.font34 {
  font-size: 0.34rem;
}
.font36 {
  font-size: 0.36rem;
}
.font38 {
  font-size: 0.38rem;
}
.font40 {
  font-size: 0.4rem;
}
.font45 {
  font-size: 0.45rem;
}
.font46 {
  font-size: 0.46rem;
}
.font48 {
  font-size: 0.48rem;
}
.font50 {
  font-size: 0.5rem;
}
.font54 {
  font-size: 0.54rem;
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 1900px) {
  .font14 {
    font-size: 14px;
  }
  .font16 {
    font-size: 16px;
  }
  .font18 {
    font-size: 18px;
  }
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12x;
  }
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20,
  .font22 {
    font-size: 18px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28,
  .font30,
  .font32,
  .font34 {
    font-size: 20px;
  }
  .font36 {
    font-size: 21px;
  }
  .font38 {
    font-size: 22px;
  }
  .font40 {
    font-size: 24px;
  }
  .font45 {
    font-size: 26px;
  }
  .font46 {
    font-size: 27px;
  }
  .font48 {
    font-size: 28px;
  }
  .font50 {
    font-size: 30px;
  }
  .font54 {
    font-size: 30px;
  }
  .font60 {
    font-size: 30px;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(/public/static/modules/cms/images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(/public/static/modules/cms/images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(/public/static/modules/cms/images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(/public/static/modules/cms/images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(/public/static/modules/cms/images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(/public/static/modules/cms/images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 80px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 90px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
#c-header.c-head-move {
  top: -101px;
}
#c-header.c-style2,
#c-header.c-style0 {
  color: #666;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 .c-nav li a,
#c-header.c-style0 .c-nav li a {
  color: #333;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 60px;
  }
}
#c-header a {
  color: #333;
  transition: all 0.5s;
}
#c-header.c-style2 a,
#c-header.c-style0 a {
  color: #333;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
}
@media (max-width: 1260px) {
  #c-header .container {
    position: relative;
    z-index: 0;
    height: 60px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #c-header .container {
    padding: 0;
    width: auto;
    margin: 0 1rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
.c-header-b {
  border-bottom: 1px solid #e6e6e6 !important;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 35px;
}
@media (max-width: 1260px) {
  #c-header .c-logo .c-img-box img {
    height: 25px;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1),
#c-header.c-style0 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2),
#c-header.c-style0 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
  margin-left: 0%;
  margin-right: 1.16rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav {
    font-size: 12px;
    display: none;
  }
}
#c-header .c-nav > li {
  margin-right: 0.52rem;
}
#c-header .c-nav li a {
  color: #fff;
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#c-header .c-nav li a i {
  margin-left: 8px;
  font-size: 20px;
}
#c-header .c-nav li.on > a::before,
#c-header .c-nav li:hover > a::before {
  width: 100%;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  display: none;
  padding: 1.8em 0;
  line-height: 1.4;
  background: #f9f9f9;
  align-items: center;
}
#c-header .c-nav ul li {
  display: inline-block;
  margin: 0 0.4rem;
  font-weight: normal;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #666;
}
#c-header .c-nav ul li a:hover {
  color: #0088c7;
}
#c-header .c-nav ul li a.on {
  color: #0088c7;
}
#c-header .c-nav ul li a:before {
  display: none;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 60px;
  left: -10%;
  right: -10%;
  height: 0;
  line-height: 50px;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
}
@media (max-width: 767px) {
  #c-header .c-nav2 {
    left: -1rem;
    right: -1rem;
  }
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 1rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a i {
  font-size: 20px;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #0088c7;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 50px);
  height: -webkit-calc(50vh);
}
/*顶部导航开关*/
#c-header .c-switch {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 1260px) {
  #c-header .c-switch {
    display: block;
    position: absolute;
    left: 0;
  }
}
#c-header .c-switch i {
  position: relative;
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  margin: 6px 0;
}
#c-header.c-style2 .c-switch i,
#c-header.c-style0 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
  border-left: 1px solid #ddd;
  padding-left: 0.62rem;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    position: absolute;
    right: 0;
    border-left: 0 !important;
  }
}
#c-header .c-gn .btnLan {
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  background: url(/public/static/modules/cms/images/lan.png) center center no-repeat;
  background-size: contain;
}
#c-header .c-gn form {
  padding: 0 0 0 0.46rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1900px) {
  #c-header .c-gn form {
    padding: 0 0 0 0.42rem;
  }
}
#c-header .c-gn form .btn-search {
  width: 1.5em;
  height: 1.5em;
  background: url(/public/static/modules/cms/images/search.png) center center no-repeat;
  background-size: contain;
  display: none;
}
#c-header .c-gn form:hover .btn-search {
  background-image: url(/public/static/modules/cms/images/search.png);
}
#c-header .c-gn form:hover > i {
  color: #0088c7;
}
#c-header .c-gn form > i {
  transition: 0.5s;
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 150%;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 15px;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  background: #3278b7 url(../images/search2.png) center center no-repeat;
  background-size: 1.5em auto;
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone i {
  margin: 0 10px 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 28px;
}
@media (max-width: 1900px) {
  #c-header .c-gn .c-phone i {
    margin: 0 5px 0 15px;
  }
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
.lanBox {
  height: 100%;
  position: relative;
  z-index: 20;
}
.lanBox .btn {
  cursor: pointer;
}
.lanBox .btn .pic {
  vertical-align: middle;
  margin-bottom: 0.2px;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  background: url(/public/static/modules/cms/images/lan.png) center center no-repeat;
  background-size: contain;
}
.lanBox .btn .txt {
  font-size: 0.9em;
  display: inline-block;
  vertical-align: middle;
}
.lanBox .btn i {
  vertical-align: middle;
  margin-left: 1px;
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(/public/static/modules/cms/images/arrow.png) center center no-repeat;
  background-size: contain;
}
.lanBox .dropDown {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  width: 4em;
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 0.1rem;
  line-height: 2.5;
  -moz-box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.2);
}
.lanBox .dropDown li {
  text-align: center;
  cursor: pointer;
  padding: 0 0.1rem;
}
.lanBox .dropDown li:hover {
  /* background-color: #eee; */
  color: #225988;
}
#c-header.c-style2 .c-gn .c-phone i,
#c-header.c-style0 .c-gn .c-phone i {
  border: 1px solid rgba(222, 47, 9, 0.2);
}
#c-header.c-style2 .c-gn .c-phone,
#c-header.c-style0 .c-gn .c-phone {
  color: #0088c7;
}
/*首页轮播图*/
.c-banner1 {
  position: relative;
  z-index: 0;
  height: 100vh;
}
.c-banner1 .swiper-slide {
  overflow: hidden;
}
.c-banner1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-banner1 .swiper-slide .c-mb1,
.c-banner1 .swiper-slide .c-mb2 {
  display: none;
}
@media (max-width: 767px) {
  .c-banner1 .swiper-slide .c-mb1,
  .c-banner1 .swiper-slide .c-mb2 {
    display: block;
  }
}
@media (max-width: 767px) {
  .c-banner1 .swiper-slide .c-pc1,
  .c-banner1 .swiper-slide .c-pc2 {
    display: none;
  }
}
.c-banner1 .swiper-slide .c-pc1,
.c-banner1 .swiper-slide .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-banner1 .swiper-slide .c-pc2,
.c-banner1 .swiper-slide .c-mb2 {
  position: relative;
  z-index: 2;
}
.c-banner1 .swiper-button-next {
  margin-top: -28px;
  width: 30px;
  height: 56px;
  opacity: 0.2;
  transition: 0.5s;
  right: 0.6rem;
  background: url(/public/static/modules/cms/images/next.png) no-repeat center / auto 100%;
}
.c-banner1 .swiper-button-prev {
  margin-top: -28px;
  width: 30px;
  height: 56px;
  opacity: 0.2;
  transition: 0.5s;
  left: 0.6rem;
  background: url(/public/static/modules/cms/images/prev.png) no-repeat center / auto 100%;
}
.c-banner1 .swiper-button-next:hover,
.c-banner1 .swiper-button-prev:hover {
  opacity: 1;
}
.c-banner1 .con {
  position: absolute;
  z-index: 10;
  top: 20%;
  left: 0;
  width: 100%;
  height: 60%;
  margin-top: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .c-banner1 .con {
    margin-top: 40px;
  }
}
.c-banner1 .container {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
@media (max-width: 767px) {
  .c-banner1 .container {
    line-height: 1.3;
  }
}
.c-banner1 .container .title {
  position: relative;
  z-index: 0;
  opacity: 0;
  top: 1.5em;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  line-height: 1.2em;
}
@media (max-width: 1260px) {
  .c-banner1 .container .title {
    width: 40%;
    margin-left: 0;
    margin-right: auto;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .c-banner1 .container .title {
    width: 100%;
    font-size: 1.2rem;
  }
}
.c-banner1 .container .txt {
  position: relative;
  z-index: 0;
  opacity: 0;
  top: 3em;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  width: 40%;
  margin-left: 0;
  margin-right: auto;
  margin-top: 0.45rem;
}
@media (max-width: 1260px) {
  .c-banner1 .container .txt {
    width: 40%;
    margin-left: 0;
    margin-right: auto;
    font-size: 16px ;
  }
}
@media (max-width: 767px) {
  .c-banner1 .container .txt {
    width: 100%;
    margin-top: 1.5em;
    font-size: 0.7em;
  }
}
.c-banner1 .container .btnMoreOrg {
  position: relative;
  z-index: 0;
  opacity: 0;
  top: 2em;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .c-banner1 .container .btnMoreOrg {
    margin-top: 0.5rem;
  }
}
.c-banner1 .swiper-slide-active .container .title {
  opacity: 1;
  top: 0;
}
.c-banner1 .swiper-slide-active .container .txt {
  opacity: 1;
  top: 0;
}
.c-banner1 .swiper-slide-active .container .btnMoreOrg {
  opacity: 1;
  top: 0;
}
.c-banner1 .swiper-pagination {
  text-align: center;
  bottom: 0.5rem;
  width: auto;
  left: 13.55%;
  right: 13.55%;
}
@media (max-width: 1580px) {
  .c-banner1 .swiper-pagination {
    left: 8%;
    right: 8%;
  }
}
.c-banner1.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.c-banner1 .swiper-pagination-bullet {
  position: relative;
  z-index: 0;
  margin: 0 12px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-banner1 .swiper-pagination-bullet-active {
  opacity: 1;
}
/* 底部 */
#c-footer {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
#c-footer a {
  color: #999;
  transition: 0.5s;
}
#c-footer a:hover {
  color: #2e75b6;
}
#c-footer .c-top-box {
  padding: 0.86rem 0 0.88rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 1.5rem 0;
    text-align: left;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container {
    display: block;
  }
}
#c-footer .c-top-box .container .c-logo-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-logo-box {
    display: block;
  }
}
#c-footer .c-top-box .container .c-logo-box img {
  height: auto;
  width: 65px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-logo-box img {
    width: 20px;
  }
}
#c-footer .c-top-box .container .c-nav-box {
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-nav-box {
    margin-top: 1.5rem;
  }
}
#c-footer .c-top-box .container .c-nav-box li {
  display: inline-flex;
  margin: 0 0.2rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-nav-box li {
    margin: 0 0.4rem 0 0;
  }
}
#c-footer .c-top-box .container .c-nav-box a {
  color: #333;
}
#c-footer .c-top-box .container .c-nav-box a:hover {
  color: #2e75b6;
}
#c-footer .c-top-box .container .c-cont-box {
  margin-top: 0.15rem;
  color: #333;
  text-align: left;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-cont-box {
    margin-top: 1rem;
  }
}
#c-footer .c-top-box .container .c-cont-box .cont-tel {
  color: #2e75b6;
  font-weight: 400;
  font-family: "Montserrat";
}
#c-footer .c-top-box .container .c-cont-box .cont-follow {
  margin-top: 1em;
}
#c-footer .c-top-box .container .c-cont-box .cont-follow a {
  display: inline-block;
  margin-left: 0.6em;
}
#c-footer .c-top-box .container .c-cont-box .cont-follow .wechat {
  margin-left: 0.6em;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  width: 1.88em;
  height: 1.88em;
  background: #38991d url(../images/wechat.png) center center no-repeat;
  background-size: 1em auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#c-footer .c-bottom-box {
  color: #999999;
}
#c-footer .c-bottom-box .container {
  border-top: 1px solid #E2E2E2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.4rem 0 0.46rem;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container {
    padding: 1.5rem 1rem;
  }
}
#c-footer .c-bottom-box .container a {
  color: #999;
}
#c-footer .c-bottom-box .container a:hover {
  color: #2e75b6;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .c-support {
    margin-top: 0.5rem;
  }
}
#c-footer .c-bottom-box .container .c-support a {
  margin-left: 1em;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .c-support a {
    margin-left: 0;
    margin-right: 1em;
  }
}
#c-footer .c-bottom-box .container .c-support a:first-child {
  margin-left: 0;
}
.footerS .coopBox {
  padding: 0.4rem 0 0.5rem;
}
.footerS #c-footer .c-top-box .container .c-logo-box img {
  width: 20px;
}
.footerS #c-footer .c-top-box {
  padding: 0.4rem 0;
}
/* 顶部banner */
#c-top-banner {
  position: relative;
}
#c-top-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#c-top-banner img {
  width: 100%;
}
#c-top-banner .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c-top-banner .c-box .c-title {
  font-size: 48px;
  line-height: 1.5;
  color: #fff;
}
#c-top-banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 顶部菜单 */
#c-top-menu {
  background: #f7f7f7;
  border-bottom: 1px solid #fafafa;
}
#c-top-menu .c-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  margin-bottom: -1px;
}
#c-top-menu .c-list li {
  flex: none;
  margin-right: 0.4rem;
  line-height: 80px;
  width: 190px;
}
#c-top-menu .c-list li a {
  position: relative;
  display: block;
  color: #666;
  transition: 0.5s;
}
#c-top-menu .c-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 2px solid #0088c7;
  transition: 0.5s;
}
#c-top-menu .c-list li.on a,
#c-top-menu .c-list li a:hover {
  color: #0088c7;
}
#c-top-menu .c-list li.on a::before,
#c-top-menu .c-list li a:hover::before {
  width: 100%;
}
#c-top-menu.c-click-move .c-list li {
  width: 25%;
  margin: 0;
}
/* 地图 */
.c-map {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}
.c-map .map-title {
  font-size: 14px;
  font-weight: bold;
  color: #0088c7;
}
.c-map .map-content {
  font-size: 12px;
  color: #222;
}
.c-map .anchorBL {
  display: none;
}
/* 分享 */
div.bsLogoLink,
#bsBox .bsTop,
#bsBox #bsMorePanel {
  width: 100% !important;
}
.bFind-wrapper-top {
  height: 26px !important;
}
#bsBox #bsMorePanel {
  height: 373px !important;
}
.bsPlatDiv {
  height: 312px !important;
}
.bFind {
  width: 204px !important;
}
#bsBox {
  height: 408px !important;
  width: 276px !important;
  margin-left: -138px !important;
}
.bsTop {
  width: 208px !important;
}
.bsFrameDiv div {
  width: 208px !important;
  height: 208px !important;
}
.bsFrameDiv img {
  width: 166px !important;
  height: 166px !important;
}
/* 上下页 */
#c-prev-next {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-prev-next a {
  max-width: 46%;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  transition: 0.5s;
}
#c-prev-next a:hover {
  color: #0088c7;
}
#c-prev-next .prev i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
#c-prev-next .next i {
  margin-left: 10px;
  font-size: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #c-prevNext {
    margin: -5px 0;
  }
  #c-prevNext a {
    margin: 5px 0;
  }
  #c-prevNext .prev i {
    margin-right: 10px;
  }
  #c-prevNext .next i {
    margin-left: 10px;
  }
}
/* 分页 */
.c-page {
  padding-top: 5.7%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2.4em;
  color: #8c8c8c;
}
@media (max-width: 767px) {
  .c-page {
    justify-content: center;
    padding: 1.5rem 0 0;
  }
}
.c-page a {
  margin: 0 0.3em;
  display: block;
  width: 2.5em;
  text-align: center;
  color: #8c8c8c;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  transition: 0.5s;
}
.c-page a:hover,
.c-page a.on {
  background-color: #2e75b6;
  color: #fff;
}
@media (max-width: 767px) {
  .c-page a {
    display: none;
  }
}
.c-page span {
  display: block;
  padding-top: 0.1em;
  width: 2.5em;
  margin: 0 0.2em;
  text-align: center;
  color: #aaa;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-page .prev,
.c-page .next {
  margin-top: 0;
  width: 2.5em;
  height: 2.5em;
  padding-top: 0;
  transition: all 0.5s;
  background: #fff center center no-repeat;
  background-size: 0.4em auto;
}
@media (max-width: 767px) {
  .c-page .prev,
  .c-page .next {
    display: block;
  }
}
.c-page .next {
  background-image: url(/public/static/modules/cms/images/arrow_right.png);
}
.c-page .prev {
  background-image: url(/public/static/modules/cms/images/arrow_left.png);
}
.c-page .next.disabled {
  opacity: 0.3;
}
.c-page .prev.disabled {
  opacity: 0.3;
}
.c-page a.next:hover {
  background-image: url(/public/static/modules/cms/images/arrow2_right.png);
}
.c-page a.prev:hover {
  background-image: url(/public/static/modules/cms/images/arrow2_left.png);
}
/* 公共标题 */
.c-common-title {
  text-align: center;
}
.c-common-title .c-title {
  font-size: 36px;
  line-height: 70px;
  background-image: url(/public/static/modules/cms/images/bgxs2.png);
  background-repeat: no-repeat;
  background-position: left 57% center;
  color: #fff;
  background-size: auto 70px;
}
.c-common-title .c-text {
  padding-top: 0.15rem;
  font-size: 22px;
  line-height: 32px;
  color: #666;
}
/*内页banner*/
.b-banner {
  position: relative;
  z-index: 0;
  background-color: #000;
  height: 5.4rem;
}
.b-banner::after {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
@media (max-width: 767px) {
  .b-banner {
    height: 10rem;
  }
}
.b-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-banner .c-mb1,
.b-banner .c-mb2 {
  display: none;
}
@media (max-width: 991px) {
  .b-banner .c-mb1,
  .b-banner .c-mb2 {
    display: block;
  }
}
@media (max-width: 991px) {
  .b-banner .c-pc1,
  .b-banner .c-pc2 {
    display: none;
  }
}
.b-banner .c-pc1,
.b-banner .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.b-banner .c-pc2,
.b-banner .c-mb2 {
  position: relative;
  z-index: 2;
}
.b-banner .con {
  position: absolute;
  z-index: 10;
  top: 0.2rem;
  bottom: 0.2rem;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.b-banner .con .container {
  text-align: left;
}
.b-banner .con .title {
  line-height: 1.2;
}
.b-banner .con .txt {
  margin: 1em auto 0;
  line-height: 1.3;
}
.h-banner {
  height: 8.5rem;
}
@media (max-width: 991px) {
  .h-banner {
    height: 12rem;
  }
}
@media (max-width: 767px) {
  .h-banner {
    height: 14rem;
  }
}
/*位置导航*/
.position {
  color: #666;
  line-height: 1.6;
  padding: 0.9em 0;
  border-bottom: 1px solid #d2d2d2;
}
.position a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6em;
  color: #666;
  cursor: pointer;
}
.position a:hover {
  color: #2e75b6;
}
.position .cur {
  color: #2e75b6;
  display: inline-block;
  vertical-align: middle;
}
.position .arrow {
  margin-right: 0.6em;
  color: #666;
}
.cageBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cageBox {
    display: block;
  }
}
.cageBox .tab {
  margin-top: 3.2%;
}
.cageBox .tab a {
  display: inline-block;
  background-color: #f0f7df;
  color: #666;
  line-height: 3.3;
  padding: 0 1.8em;
  margin-right: 0.8em;
  -moz-border-radius: 1.7em;
  -webkit-border-radius: 1.7em;
  border-radius: 1.7em;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .cageBox .tab a {
    margin-top: 0.5rem;
    padding: 0 0.9em;
    margin-right: 0.4em;
  }
}
.cageBox .tab a:hover,
.cageBox .tab a.on {
  color: #fff;
  background: -moz-linear-gradient(left, #f38a56 0%, #f07a40 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f38a56 0%, #f07a40 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f38a56 0%, #f07a40 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f38a56', endColorstr='#f07a40', GradientType=1);
  /* IE6-9 */
}
.cageBox .areaBox {
  margin-top: 3.2%;
}
.cageBox .areaBox .selBox:first-child {
  margin-left: 0;
}
.cageCenter {
  justify-content: center;
}
.cageCenter .tab a {
  min-width: 8.8em;
  text-align: center;
}
/*下拉菜单*/
.selBox {
  margin-left: 1.5em;
  position: relative;
  display: inline-block;
  z-index: 10;
  width: 15.3em;
  height: 3.75em;
}
@media (max-width: 767px) {
  .selBox {
    margin-top: 0.5rem;
    margin-left: auto;
    width: 100%;
  }
}
.selBox.show {
  z-index: 11;
}
.selBox .btn {
  background-color: #ecf5d6;
  position: relative;
  z-index: 0;
  cursor: pointer;
  color: #191919;
  padding: 0 1.8em;
  line-height: 3.75em;
  color: #333;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
.selBox .btn .txt {
  display: inline-block;
  vertical-align: middle;
}
.selBox .btn .arr {
  position: absolute;
  right: 1.8em;
  top: 50%;
  margin-top: -0.5em;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background: url(/public/static/modules/cms/images/arrow9.png) center center no-repeat;
  background-size: contain;
}
.selBox .dropDown {
  display: none;
  position: absolute;
  right: 1.8em;
  left: 1.8em;
  top: 3.75em;
  width: auto;
  background-color: #ecf5d6;
  line-height: 3em;
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  max-height: 18.9em;
  overflow-y: auto;
}
.selBox .dropDown li {
  cursor: pointer;
  padding: 1px 1.2em 0;
  color: #000;
  border-bottom: 1px solid #ddeabf;
}
.selBox .dropDown li:last-child {
  border-bottom: 0;
}
.selBox .dropDown li a {
  color: #333;
}
.selBox .dropDown li:hover {
  background-color: #f7fcea;
}
.joinBox {
  padding: 0.55rem 0;
  background: #a8d345 url(../images/join_bg.png) right center no-repeat;
  background-size: cover;
  color: #fff;
}
@media (max-width: 767px) {
  .joinBox {
    padding: 3rem 0;
    text-align: center;
  }
}
.joinBox .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .joinBox .container {
    display: block;
  }
}
.joinBox .container .txt {
  -moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.17);
  -webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.17);
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.17);
}
.joinBox .btnMoreOrg2 {
  line-height: 3;
}
.joinBox .btnMoreWhite2 {
  line-height: 2.9;
  margin-left: 1.1em;
}
/*页面元素入场动画*/
.anim {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  opacity: 0;
}
.anim.on {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.animLeft {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  opacity: 0;
}
.animLeft.on {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.animRight {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  opacity: 0;
}
.animRight.on {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
/*按钮*/
.btnMoreWhite {
  margin-top: 2em;
  position: relative;
  z-index: 0;
  line-height: 2.5;
  display: inline-block;
  padding: 0.3em 3.37em 0.3em 4em;
  transition: all 0.5s;
  color: #333;
  background-color: #fff;
  -moz-border-radius: 1.6em;
  -webkit-border-radius: 1.6em;
  border-radius: 1.6em;
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .btnMoreWhite {
    margin-top: 1.5rem;
  }
}
.btnMoreWhite::before {
  position: absolute;
  left: 0.3em;
  top: 0.3em;
  display: block;
  content: "";
  width: 2.5em;
  height: 2.5em;
  background: #2e75b6 url(/public/static/modules/cms/images/arrow.png) center center no-repeat;
  background-size: auto 1em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.mask {
  display: none;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=5);
  background: rgba(0, 0, 0, 0.5);
}
/*滚动条美化*/
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}
.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}
/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}
.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/
}
/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  /* rgba fallback */
  background: #2e75b6;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(/public/static/modules/cms/imgs/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}
/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/* custom styling */
/* content_1 scrollbar */
.content_1 > .mCustomScrollBox > .mCSB_scrollTools {
  height: 96%;
  top: 2%;
}
/* content_2 scrollbar */
.content_2 .mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}
.content_2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.content_2 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
  /* old ie */
}
.content_2 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.content_2 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.6);
  filter: "alpha(opacity=60)";
  -ms-filter: "alpha(opacity=60)";
  /* old ie */
}
/* content_3 scrollbar */
.content_3 > .mCustomScrollBox > .mCSB_scrollTools {
  height: 94%;
  top: 3%;
}
.content_3 .mCSB_scrollTools .mCSB_draggerRail {
  width: 0;
  border-right: 1px dashed #09C;
}
.content_3 .mCSB_scrollTools .mCSB_dragger {
  height: 11px;
}
.content_3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background: #09C;
}
/* content_4 scrollbar */
.content_4 > .mCustomScrollBox > .mCSB_scrollTools {
  height: 94%;
  top: 3%;
}
.content_4 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #d0b9a0;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.content_4 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #dfcdb9;
}
.content_4 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
/* content_5 scrollbar */
.content_5 > .mCustomScrollBox > .mCSB_scrollTools {
  width: 98%;
  margin: 0 1%;
}
/* content_6 scrollbar */
.content_6 > .mCustomScrollBox > .mCSB_scrollTools {
  width: 88%;
  margin: 0 6%;
}
/* content_8 scrollbar */
.content_8 .mCSB_scrollTools .mCSB_draggerRail {
  width: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#c-footer .c-top-box .container .c-cont-box .cont-follow a {
  position: relative;
}
#c-footer .c-top-box .container .c-cont-box .cont-follow a:hover .x-img {
  transform: translateX(-50%) scale(1);
}
#c-footer .c-top-box .container .c-cont-box .cont-follow a .x-img {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transition: 0.3s all;
}
#c-footer .c-top-box .container .c-cont-box .cont-follow a .x-img img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}
@media (max-width: 1580px) {
  #c-footer .c-top-box .container .c-cont-box .cont-follow a .x-img img {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (max-width: 1260px) {
  #c-footer .c-top-box .container .c-cont-box .cont-follow a .x-img img {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-cont-box .cont-follow a .x-img img {
    width: 80px;
    height: 80px;
  }
}
