@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/*************************************
* 文件名称：common.css
* 作   者：客户成功部
* 创建日期：2022-01-01
* 最后修改：name/ 第X行 / yyyy-mm-dd
* 文件版本：UI CSS Frameworks Beta
* 内容概要: 公用样式文件
*************************************/


.page_a {
    border-radius: 0% !important;
}
.page_a.disabled{
border-width: 0!important;
}
.page_a.current {
    border-width: 0!important;
}
.page_a.current {
    background: var(--theme-color)!important;
    color: #fff;
}
body {
  border: none;
  outline: none;
  overflow-x: hidden;
}

:root {
  --theme-color:#384080;
  --themes-color:#00a39d;
  --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;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0px;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.hide {
  display: none!important;
}
/* scrollbar css */
/* width */
::-webkit-scrollbar {
  width:6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0074dd;
  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;
  }
}
@media only screen and (min-width: 769px){
  #c_grid-116273709439191{
    position:fixed;
    width: 100%;
    left:0;
    top: 0px;
    z-index:99;
    transition:all 0.5s ease 0s;
  }
}


@media only screen and (max-width: 768px){
}


@media only screen and (max-width: 1200px) and (min-width: 769px){
  #c_navigation_006_P_2512-1706092449550 .e_html-48 {
    display: none;
  }
   } 
  
  @media only screen and (max-width: 1860px) and (min-width: 1601px){
    #c_static_001_P_53589-1723801362150 .e_container-5 .cbox-5-0 {
      flex: 0 0 10%;
    }
  }
  

  /*留言表格*/
  .form-control {
    width: 100%;
    height: calc(1.5em + 0.75rem + 12px);
    padding: 0.375rem 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
  }
<!--耗时0.00021719932556152秒-->