@charset "utf-8";
/*************************************
* 文件名称：common.css
* 作   者：客户成功部
* 创建日期：2022-01-01
* 最后修改：name/ 第X行 / yyyy-mm-dd
* 文件版本：UI CSS Frameworks Beta
* 内容概要: 公用样式文件
*************************************/
@import url('https://fonts.font.im/css?family=Barlow:100,200,300,400,500,600,700,800,900');
@import url('/upload/css/ea50d47e1bb54b25b3483bc2d78c8014.css');
@import url('/upload/css/fdc81f53550e495a8001c2c2771947bc.css');


@keyframes gWelCnta{
  0% {
    transform: rotate(0);
  }
  70% {
    transform: rotate(360deg);
  }
  80% {
    transform: rotate(350deg);
  }
  95% {
    transform: rotate(370deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


body {
font-family: -apple-system, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;

  /*
  font-family: 'Barlow', sans-serif;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
  font-family:PingFang SC,Microsoft YaHei,Avenir,Helvetica,Arial,sans-serif;
  font-family: 'Noto Serif', serif;
  font-family: raleway,Arial,sans-serif;
  font-family: 'Poppins', sans-serif!important; 
  */
border: none;
outline: none;
font-size: 14px;
line-height: 1.6;
}


:root {
  --theme-color:#059;
  --themes-color:#c00;
  --swiper-navigation-size: 50px;
}




a {
  outline:none;
}
a {
  transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}
a:hover, a:active {
  color: var(--themes-color);
  text-decoration: none;
}



div,
p,
span {
/*
  word-break: keep-all!important;  
*/
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0px;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.hide {
    display: none!important;
}

.btn.focus, .btn:focus, .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);
}

.page_a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 40px;
    margin: 0 5px;
    background: #f4f4f4;
    color: #666;
}


.page_a.disabled {
	font-size: 14px;
	color: rgba(255,255,255,1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(244, 244, 245, 1);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: rgba(200,200,200,1);
}
.page_a.disabled:hover {
	color: rgba(192, 196, 204, 1);
	border-color: rgba(244, 244, 245, 1);
	background-color: rgba(244, 244, 245, 1);
}
.page_a.current {
  background: var(--theme-color);
}
.page_a {
	background-color: rgba(242,242,242,1);
}
.page_a:hover {
  background: var(--theme-color);
	color: rgba(255,255,255,1);
}


/* scrollbar css */
/* width */
::-webkit-scrollbar {
  width:6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #222;
}

@keyframes scrollmouse{
    from {
        transform: translate(-50%,0);
        opacity:1;
    }to {
        transform: translate(-50%,10px);
        opacity:0;
    }
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #fff;
  font-size: 18px;
}
.swiper-button-next, .swiper-button-prev {
color: #fff;
    font-size: 18px;
    width: 30px;
    height: 50px;
    line-height: 50px;
  margin:0px;
    text-align: center;
    display: inline-block;
    background: rgb(0 0 0 / 30%);
  border-radius:0%;
    transition:all 0.5s ease 0s;
  transform:translateY(-50%);
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: var(--themes-color);
}
.swiper-pagination {
    font-size: 0;
}


.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 20px;
    background: #000;
    opacity: .3;
  transition:all .5s ease 0s;
}
.swiper-pagination-bullet-active {
    opacity: 1;
   width: 42px;
    background: var(--themes-color);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}








#c_static_001_P_249-16558822084690 .e_richText-36 {
    display: flex;
    align-items: center;
}

#sstq {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

#he-plugin-simple {
    position: relative;
    z-index: 99;
}

.zcfdcd {
  position:fixed;
  right:0;
  margin-right:0px;
  top:40%;
  z-index:9;
}
.zcfdcd .btn{
  width:48px;
  height:48px;
  display: block;
  margin-bottom: 4px;
  cursor:pointer;
  position:relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  border-radius: 0px;
  padding: 0px;
  line-height: 48px;
  border: none;
  align-items: center;
  display: flex;
}


.zcfdcd .btn .yctb{display: flex;
    width: 2pc;
    height: 2pc;
    line-height: 2pc;
    border: none;
    padding: 2px 2px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    fill: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;}

.zcfdcd .btn .yctb .icon_tb {
    width:100%;
   height:auto;
  display: inline-block;
  }

.zcfdcd .btn-wx .yctb{
  width:1.6pc;
   height: 1.6pc;
    line-height:1.6pc;}





.zcfdcd .btn-ly{    background: var(--themes-color);}

.zcfdcd .btn-ly .yctb{
  width:1.6pc;
   height: 1.6pc;
    line-height:1.6pc;}


.zcfdcd .btn-ly:hover{
    background: var(--theme-color);
}



.zcfdcd a.btn-ly,.izl-rmenu a.btn-ly:visited{
  text-decoration:none;

}
.zcfdcd .btn-qq{    background: var(--themes-color);}
.zcfdcd .btn-qq:hover{
    background: var(--theme-color);
}

.zcfdcd .btn-qq .yctb{
  width:1.6pc;
   height: 1.6pc;
    line-height:1.6pc;}



.zcfdcd a.btn-qq,.izl-rmenu a.btn-qq:visited{    background: var(--themes-color);}
.zcfdcd .btn-wx{    background: var(--themes-color);}
.zcfdcd .btn-wx:hover{
    background: var(--theme-color);
}
.zcfdcd .btn-wx .pic{
  position:absolute;
  left:-130px;
  top:-65px;
  display:none;
  width:130px;
  height:160px;
}
.zcfdcd .btn-phone{    background: var(--themes-color);}


.zcfdcd .btn-phone .yctb{
  width:1.6pc;
   height: 1.6pc;
    line-height:1.6pc;}
.zcfdcd .btn-phone:hover{
     background: var(--theme-color);
}
.zcfdcd .btn-phone .phone{
    background: var(--themes-color);
  position:absolute;
  width:auto;
  right:-100%;
  top:0px;
  line-height:48px;
  color:#FFF;
  font-size:18px;
  text-align:center;
  display:none;
}
.zcfdcd .btn-phone .phone.dh {
    background: var(--theme-color);
    position: absolute;
    width: auto;
    right: 100%;
    top: 0px;
    line-height: 48px;
    color: #FFF;
    padding: 0px 15px;
    font-size: 16px;
    text-align: center;
    border-radius: 0px;
  }

.zcfdcd .btn-phone .phone a{
white-space: nowrap;
  color:#FFF;
}
.zcfdcd .btn-top{
    background: var(--theme-color);
  display:none;
  padding-top: 6px;
}
.zcfdcd .btn-top:hover{
    background: var(--themes-color);
}

  
  

@media only screen and (max-width: 768px){
    
#sstq{
    display: none;
}

}
@media only screen and (min-width: 769px){
}
@media only screen and (max-width: 1440px) and (min-width: 769px){
}
