<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------------------鍏卞叕閮ㄥ垎锛氬寘鎷湁鍏冪礌鐨勫叡鍏牱寮忎互鍙婇〉澶淬€侀〉鑴� ------------------- */
/* 璇存槑锛�
pc绔細
璁捐绋�1440*900 鎵€鏈夊昂瀵稿熀鏈寜px鏉ュ嵆鍙�;
姝ｆ枃 16px;


绉诲姩绔細
璁捐绋垮800px锛屾寜閫昏緫灏哄鐨勪袱鍊嶅埗浣溿€傚洜姝ょ湡瀹炲昂瀵搁渶瑕侀櫎2锛�
濡傝璁＄ǹ瀛椾綋澶у皬28px,鍒欏疄鐪熷瓧浣撳ぇ灏忎负28px/2=14px;
鎴栦娇鐢╲w 瀛椾綋澶у皬锛�28/800*10 = 3.5vw 
姝ｆ枃 14px 鎴� 3.5vw


*/
html,
body,
h1,
h2,
h3,
div,
span,
header,
footer,
nav,
section,
input {
  margin: 0;
  padding: 0;
}
input:focus {
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei", "SimHei";
  font-size: 16px;
  /* background-color: #000; */
}
a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:active {
  color: #fff;
  text-decoration: none;
}
/* 娌″浘鐗囨槸涓嶆樉绀� */
img[src=""],
img:not([src]) {
  opacity: 0;
}
/* --------------------------- 澶撮儴瀵艰埅 ----------------------- */
header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 0px;
  color: #fff;
  min-width: 1300px;
  z-index: 999;
  transition: all 0.4s ease 0s;
  overflow: hidden;
}
header .headerBg {
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.8);
}
.header-appear {
  height: 80px;
}
.headerPull {
  /* transform: translateY(10px); */
  height: 85px;
}
.headerPush {
  /*   transform: translateY(-10px); */
  height: 75px;
}
.navGroup_m .search {
  display: none;
}
header .logo {
  position: absolute;
  left: 70px;
  top: 15px;
  width: 150px;
  height: 50px;
  overflow: hidden;
  background-image: url(../images/logoPc_95c72e61f147a3ea0bf9.png);
  background-size: contain;
  /* transition: all 0.5s ease 0.1s; */
  transform: translateY(-30vh);
  opacity: 0;
}
header .logo-appear {
  transform: translateY(0vh);
  opacity: 1;
}
header .localPos {
  position: absolute;
  right: 78px;
  top: 26px;
  padding-left: 30px;
  background-image: url(../images/pos_9ae46564f0cfcdc38610.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
}
header nav {
  display: table;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
header nav .navItem {
  margin-top: 25px;
  margin-left: 15px;
  margin-right: 15px;
  float: left;
  cursor: pointer;
  transition: color 0.5s ease 0s;
}
header nav .navItem::after {
  margin: 8px 8px;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
}
header nav .navItem:hover,
.navClicked,
.navOver {
  color: rgba(16, 220, 255) !important;
}
header nav .navItem:hover::after {
  width: 80%;
  background-color: rgba(16, 220, 255);
}
footer .navGroup a:hover {
  color: rgba(16, 220, 255);
}
/* header nav .navClicked,
header nav .navOver {
    color: rgba(16, 220, 255)
} */
header nav .navClicked::after,
header nav .navOver::after {
  width: 80%;
  background-color: rgba(16, 220, 255);
}
.open {
  height: 140px !important;
}
header .subNavPanel {
  position: absolute;
  width: 100%;
  /*  position: relative; */
  top: 80px;
  margin: 0 auto;
  height: 60px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}
/* header .subNavScroll {
  transition: transform 0.5s ease 0s;
} */
header .subNavPanel .subNavGroup {
  margin-left: auto;
  margin-right: auto;
  display: table;
  font-size: 14px;
  color: #999999;
  height: 60px;
  overflow: hidden;
}
header .subNavPanel .subNavGroup a {
  display: block;
  float: left;
  margin-left: 18px;
  margin-right: 17px;
  height: 100%;
  line-height: 60px;
  color: #999999;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
header .subNavPanel .subNavGroup a::after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(16, 220, 255);
  margin-top: -12px;
  transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
}
header .subNavPanel .subNavGroup a:hover::after {
  width: 100%;
  background-color: rgba(16, 220, 255);
}
header .subNavPanel .subNavGroup a:hover {
  color: rgba(16, 220, 255);
}
.toDwon {
  /* transform: translateY(60px); */
}
.header_m {
  display: none;
}
.navGroup_m {
  display: none;
}
.wx_wrpM {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1010;
}
.zhezhaoM {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.weixinImgM {
  position: absolute;
  flex-wrap: wrap;
  display: flex;
  width: 150px;
  height: 170px;
  justify-content: center;
  background: #333333;
  padding: 20px 30px;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.weixinImgM::before {
  content: '脳';
  width: 100%;
  height: 50px;
  position: absolute;
  font-size: 16px;
  color: #999;
  text-align: center;
  right: -10px;
  top: -33px;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  line-height: 19px;
  border-radius: 25px;
}
.wxInfoM {
  color: #ffffff;
  font-size: 12px;
}
.wxIMGM {
  width: 100%;
  display: block;
}
@media screen and (max-width: 800px) {
  .wx_wrpM_Show {
    display: block;
  }
  html,
  body {
    font-size: 3.5vw;
  }
  header {
    display: none;
  }
  .header_m {
    position: fixed;
    display: block;
    top: 0px;
    width: 100%;
    height: 64px;
    z-index: 99999990;
    background-color: #000000;
    opacity: 1;
  }
  .header_m .header_bar {
    height: 100%;
    overflow: hidden;
  }
  .header_m .logo_m {
    display: block;
    margin-top: 10px;
    margin-left: 20px;
    width: 125px;
    height: 42px;
    overflow: hidden;
    background-image: url(../images/logoM_bac836a954f7dec565df.png);
    background-size: cover;
  }
  .header_m .localPos {
    position: absolute;
    right: 78px;
    top: 22px;
    color: #fff;
    padding-left: 24px;
    background-image: url(../images/pos_9ae46564f0cfcdc38610.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
  }
  .header_m .navFlagBtn {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .navFlagBtn .lineCenter {
    top: 50%;
    margin-top: -1px;
  }
  .navFlagBtn .nav_btn_small {
    width: 20px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 12px;
  }
  .navFlagBtn .lineTop {
    top: 0;
  }
  .navFlagBtn .lineBottom {
    bottom: 0;
  }
  .navFlagBtn .nav_btn_small &gt; div {
    border-radius: 1px;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
  }
  .navFlagBtn .arrowDirBase {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .navFlagBtn .arrowDirectionDown {
    transform: rotate(45deg) translate(5px, 5px);
    -webkit-transform: rotate(45deg) translate(5px, 5px);
  }
  .navFlagBtn .arrowDirectionUp {
    transform: rotate(-45deg) translate(5px, -5px);
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
  }
  .navFlagBtn .arrowDirectionCenter {
    opacity: 0;
  }
  .navGroup_m {
    position: fixed;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 0px;
    z-index: 9999999;
    width: 100%;
    max-height: 100%;
    background-color: #0d0d0d;
    transform: translateY(-50vh);
    transition: all 0.5s ease;
    overflow-y: auto;
    padding-top: 64px;
    box-sizing: border-box;
  }
  .show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .navGroup_m .search {
    margin-left: 25px;
    margin-right: 25px;
  }
  .navGroup_m .searchInput {
    color: #636363;
    font-size: 14px;
    border: solid 1px #2b2b2b;
    width: 100%;
    height: 40px;
    background-color: transparent;
  }
  .navGroup_m .phone {
    color: #fff;
    margin-left: 25px;
    margin-right: 25px;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
  }
  .navGroup_m .navItem {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    color: #fff;
    height: 60px;
    border-bottom: solid 1px #2b2b2b;
    overflow: hidden;
    transition: height 0.5s ease;
  }
  .navGroup_m .navItem .navTitle {
    font-size: 18px;
    padding-left: 5px;
    height: 60px;
    line-height: 60px;
    color: #fff;
  }
  .ani {
    opacity: 0;
    transition: all 0.6s ease;
  }
  .tap {
    animation: tapAni 0.5s;
  }
  @keyframes tapAni {
    0% {
      background-color: #0d0d0d;
    }
    20% {
      background-color: rgba(16, 220, 255);
    }
    100% {
      background-color: #0d0d0d;
    }
  }
  .navGroup_m .navIcon {
    position: absolute;
    right: 0px;
    top: 22px;
    width: 16px;
    height: 16px;
    transition: transform 0.6s ease;
  }
  .navGroup_m .navIcon .hLine {
    position: absolute;
    border-radius: 1px;
    top: 7.5px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    transition: opacity 0.6s ease;
  }
  .navGroup_m .navIcon .vLine {
    position: absolute;
    border-radius: 1px;
    left: 7.5px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
  }
  /* 鑿滃崟灞曞紑 */
  .navGroup_m .navItem .iconOpen {
    transform: rotate(90deg);
  }
  .navGroup_m .navItem .iconOpen .hLine {
    opacity: 0;
  }
  .navGroup_m .subNav {
    display: block;
    padding-left: 10px;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    color: #7e7e7e;
    /* transition: all 0.5s ease; */
    /* transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: ease; */
  }
}
/* --------------------------- 椤佃剼 ----------------------- */
footer {
  color: #fff;
  width: 100%;
  /* height: 210px; */
  background-color: #000;
  overflow: hidden;
}
footer .footerContent {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 1300px;
}
footer .c-1 {
  float: left;
  width: 820px;
}
footer .navGroup a {
  padding-left: 20px;
  padding-right: 20px;
  border-left: solid 1px #fff;
  height: 0.9vh;
  display: inline-block;
  line-height: 0.4;
}
footer .navGroup a:first-child {
  padding-left: 0px;
  border-left: none;
}
footer .navGroup a:last-child {
  padding-right: 0;
}
footer .phoneGrup {
  margin-top: 30px;
}
footer .phoneGrup {
  margin-top: 30px;
}
footer .phoneGrup .phoneItem {
  float: left;
  min-width: 150px;
}
footer .phoneGrup .phoneItem div {
  margin-bottom: 18px;
}
.footMarLeft {
  margin-left: 20px;
}
.footMarLeft br {
  display: none;
}
footer .c-2 {
  position: relative;
  float: left;
  width: 250px;
  z-index: 2;
}
footer .c-2 div {
  margin-bottom: 18px;
}
footer .searchInput {
  width: 250px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  background-color: #000;
  border: solid 1px #f3f7fa;
  border-radius: 15px;
}
footer .footer-select {
  width: 230px;
  color: #fff;
  font-size: 16px;
  background-color: #000;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
footer .footer-select .select-title {
  padding-left: 10px;
  width: calc(100%-10px);
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-bottom: solid 1px #5b5b5b;
}
footer .footer-select .select-title::after {
  content: "";
  display: block;
  float: right;
  width: 20px;
  height: 30px;
  background-image: url(../images/icon_9cc24b7008987368529d.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  transition: all 0.3s ease-in-out;
}
footer .footer-select .ckOpen::after {
  transform: rotate(180deg);
}
footer .footer-select .selectDrop {
  position: absolute;
  width: 230px;
  top: 32px;
  max-height: 165px;
  background-color: #181818;
  overflow: hidden;
  overflow-y: auto;
  display: none;
  z-index: 2;
}
footer .selectDrop::-webkit-scrollbar {
  width: 3px;
  background-color: #666666;
  height: 90%;
}
footer .selectDrop::-webkit-scrollbar {
  scrollbar-width: 3px;
  scrollbar-color: #b5b5b5 #666666;
}
footer .selectDrop::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #b5b5b5;
}
/* footer .dropBox{
    margin-left: 20px;
} */
.part .partContent .intro {
  text-align: justify;
}
footer .linkBtn {
  display: block;
  font-size: 16px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
}
footer .linkBtn:hover {
  color: rgba(16, 220, 255);
}
footer .c-3 {
  position: relative;
  margin-left: 100px;
  float: left;
  width: 120px;
  height: 150px;
  z-index: 100;
}
footer .c-3 div {
  margin-bottom: 25px;
}
footer .c-3 .icon {
  display: block;
  margin-bottom: 25px;
  padding-left: 40px;
  height: 20px;
  line-height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 50%;
  cursor: pointer;
}
footer .c-3 .weixin {
  background-image: url(../images/weixin_32bec348ff34f16facd8.svg);
}
footer .c-3 .weibo {
  background-image: url(../images/weibo_6a97b29cfeea964af33d.svg);
}
footer .c-3 .douyin {
  background-image: url(../images/douyin_c6fe40763e1d20f820a8.svg);
}
footer .c-3 .egou {
  background-image: url(../images/egou_e18a4956715d4f3be953.svg);
}
footer .c-4 {
  position: relative;
  top: 0px;
  clear: both;
  width: 60%;
}
.weixinImg {
  flex-wrap: wrap;
  display: flex;
  left: -250px;
  top: -40px;
  width: 226px;
  height: 140px;
  justify-content: center;
  /* align-items: center; */
  background: #333333;
  z-index: 1010;
  padding-top: 20px;
}
.main .wxIMG {
  width: 104px;
  /* transform: translateY(-7px); */
  height: 104px;
  object-fit: unset;
  transform: translateY(-7px);
}
.wx_wrp {
  display: none;
}
.main .wxInfo {
  line-height: 16px;
  margin-bottom: 0;
}
.weixinImg::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #333333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -10px;
  top: 38px;
}
@media screen and (min-width: 801px) {
  .weixinImg::after {
    top: 0;
    border-top: none;
  }
  .weixinImg {
    top: -20px;
    position: relative;
    left: -280px;
  }
}
@media screen and (max-width: 800px) {
  .footMarLeft {
    margin-left: 0px;
  }
  footer .footerContent {
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    margin-bottom: 40px;
  }
  footer .c-1 {
    width: 100%;
  }
  footer .navGroup {
    display: flex;
    min-width: 260px;
    width: 100%;
  }
  footer .navGroup a {
    padding-left: 0;
    padding-right: 0;
  }
  footer .navGroup a:first-child {
    border-left: none;
    width: calc(5% + 62px);
  }
  footer .navGroup a:nth-child(2) {
    text-align: center;
    width: calc(10% + 62px);
  }
  footer .navGroup a:nth-child(3) {
    text-align: center;
    width: calc(10% + 62px);
  }
  footer .navGroup a:nth-child(4) {
    text-align: right;
    width: calc(5% + 62px);
  }
  footer .c-2 {
    margin-top: 12px;
    width: 100%;
  }
  footer .searchInput {
    width: 100%;
    height: 30px;
    background-color: #000;
    border: solid 1px #f3f7fa;
    border-radius: 15px;
  }
  footer .footer-select {
    width: 90vw;
    border-radius: 15px;
  }
  footer .footer-select .selectDrop {
    width: 90vw;
    /* max-height: 230px; */
    max-height: 90px;
  }
  footer .c-3 {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
    z-index: 1;
    position: static;
    transform: none;
  }
  footer .c-3 .icon {
    float: left;
    padding-left: 0;
    text-align: center;
    width: 25%;
    height: 50px;
    line-height: 75px;
    background-size: 6vw;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    cursor: pointer;
  }
  footer .c-4 {
    width: 100%;
    font-size: 3vw;
    line-height: 26px;
    /* top: -50px; */
    top: 0px;
  }
  footer .phoneGrup .phoneItem {
    width: 100%;
    display: flex;
  }
}
/* ----------------------------- 涓嬫柟宸ュ叿鏍� ---------------------------- */
.bottomBar {
  display: none;
}
@media screen and (max-width: 800px) {
  .bottomBar {
    display: block;
    position: fixed;
    width: 100vw;
    height: 6vh;
    bottom: 0;
    background-color: #000;
    z-index: 999;
    overflow: hidden;
  }
  .bottomBar .iconItem {
    float: left;
    width: 49%;
    height: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    border-left: solid 1px #333333;
  }
  .bottomBar .iconItem:first-child {
    border-left: none;
  }
  .bottomBar .icon {
    height: 2.5vh;
    margin-top: 0.8vh;
    margin-bottom: 0.3vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .bottomBar .appointmentIcon {
    background-image: url(../images/appointment_0b9929d313fbb13b192c.svg);
  }
  .bottomBar .serviceIcon {
    background-image: url(../images/service_bd2171ec990a30d0fec2.svg);
  }
  .bottomBar .dealerIcon {
    background-image: url(../images/dealer_b60755c8ba1914dd6f52.svg);
  }
}
/* ----------------------------- 鍏卞叕缁勪欢 ---------------------------- */
.moreBtn {
  display: table;
  padding-left: 58px;
  padding-right: 58px;
  /*  width: 140px; */
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  border: #ffffff solid 1px;
  overflow: hidden;
  cursor: pointer;
}
/* .moreBtn:first-of-type{
  background: #fff;
  color: #000;
} */
/* .moreBtn:hover {
    background-color: rgba(255, 255, 255, 0.3);
} */
.moreBtn:hover .iconCir {
  transform: scale(1.2, 1.2);
  /* background-position: 100% 50%; */
}
.moreBtn:hover .iconCir .arrow1 {
  background-position: 600% 50%;
}
.moreBtn:hover .iconCir .arrow2 {
  background-position: 50% 50%;
}
.moreBtn .txt {
  float: left;
}
.moreBtn:hover {
  border-color: rgba(16, 220, 255);
}
.moreBtn:hover .txt {
  color: #fff;
}
.moreBtn:hover .iconCir .arrow1,
.moreBtn:hover .iconCir .arrow2 {
  background-image: url(../images/arrow-right-2_4583d1b4973ed4c226ef.svg);
  background-repeat: no-repeat;
}
.moreBtn .iconCir {
  position: relative;
  margin-top: 9px;
  margin-left: 10px;
  float: left;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border-radius: 16px;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  overflow: hidden;
}
.moreBtn .iconCir .arrow1 {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0%;
  /* margin-top: 20%; */
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: url(../images/arrow-right-1_a04c206ea21063b50c8b.svg);
  background-size: 70% 70%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
/* .moreBtn .iconCir .arrow2 {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0%;
  margin-top: 20%;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: url("../images/arrow-right-1.svg");
  background-size: 70% 70%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
} */
.moreBtn .iconCir .arrow2 {
  position: absolute;
  top: 0px;
  margin-left: 0%;
  /* margin-top: 20%; */
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: url(../images/arrow-right-1_a04c206ea21063b50c8b.svg);
  background-size: 70% 70%;
  background-position: -400% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.arrowToRight1 {
  position: absolute;
  /* margin-left: 20%;
  margin-top: 20%; */
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: url(../images/arrow-right-1_a04c206ea21063b50c8b.svg);
  background-size: 70% 70%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  border: #fff solid 1px;
  box-sizing: border-box;
}
.arrowToRight2 {
  position: absolute;
  /* margin-left: 20%;
  margin-top: 20%; */
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: url(../images/arrow-right-2_4583d1b4973ed4c226ef.svg);
  background-size: 70% 70%;
  background-position: -400% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  border: #fff solid 1px;
  box-sizing: border-box;
}
.arrow_left {
  float: left;
  transform: scaleX(-1);
}
.iconCir1 {
  position: relative;
  margin-top: 9px;
  margin-left: 20px;
  float: left;
  width: 32px;
  height: 32px;
  /* background-color: #fff; */
  border-radius: 16px;
  background-repeat: no-repeat;
  transition: transform 0.4s ease;
  overflow: hidden;
}
.iconCir1:hover {
  transform: scale(1.2, 1.2);
  /* background-position: 100% 50%; */
}
.iconCir1:hover .arrowToRight1 {
  background-position: 600% 50%;
  border-color: rgba(16, 220, 255);
}
.iconCir1:hover .arrowToRight2 {
  background-position: 50% 50%;
  border-color: rgba(16, 220, 255);
}
.leftSide .partContent {
  left: 70px;
}
.arrow {
  background: url(../images/7201_2e708740823cb23559f0.png) no-repeat center center;
  /* background: url(http://localhost:3002/static/images/720d.svg) no-repeat center center; */
  background-size: contain;
  margin-top: 9px;
  margin-left: 10px;
  float: left;
  width: 32px;
  height: 32px;
  position: relative;
}
.moreBtn:hover .arrow {
  background: url(../images/7202_ec0e435c070e190a54d3.png) no-repeat center center;
  background-size: contain;
}
.arrow3 {
  background: url(../images/3601_c228ddbe13830597639d.png) no-repeat center center;
  background-size: contain;
}
.moreBtn:hover .arrow3 {
  background: url(../images/3602_dc9d4fd22eb6be942990.png) no-repeat center center;
  background-size: contain;
}
.backwhite .moreBtn .arrow {
  background: url(../images/7203_fc1dd596d07d8c59cd7d.png) no-repeat center center;
  background-size: contain;
}
.backwhite .moreBtn .arrow3 {
  background: url(../images/3603_9b74930da9ad45cfdc00.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 800px) {
  .backwhite .moreBtn:hover .arrow {
    background: url(../images/7202_ec0e435c070e190a54d3.png) no-repeat center center;
    background-size: contain;
  }
  .backwhite .moreBtn:hover .arrow3 {
    background: url(../images/3602_dc9d4fd22eb6be942990.png) no-repeat center center;
    background-size: contain;
  }
}
@media screen and (max-width: 800px) {
  .arrow {
    margin-top: 0;
    margin-left: 3px;
  }
  a,
  div {
    -webkit-tap-highlight-color: transparent;
  }
  .zhezhao {
    display: none;
    position: fixed;
    /* height: 100%; */
    width: 100%;
    height: 900px;
    left: 0;
    bottom: 6vh;
    background: rgba(0, 0, 0, 0.7);
    /* opacity: -99.5; */
    z-index: 1000;
  }
  footer.swiper-slide .weixinImg {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .weixinImg {
    flex-wrap: wrap;
    display: flex;
    position: fixed;
    /* left: -250px; */
    left: 50%;
    top: 28vh;
    transform: translateX(-50%);
    /* top: -40px; */
    width: 150px;
    height: 155px;
    justify-content: center;
    /* align-items: center; */
    background: #333333;
    z-index: 1010;
    padding: 20px 30px;
  }
  .wxIMG {
    width: 130px;
    height: 130px;
  }
  .weixinImg::after {
    content: none;
  }
  .weixinImg::before {
    content: '脳';
    width: 100%;
    height: 50px;
    position: absolute;
    font-size: 16px;
    color: #999;
    text-align: center;
    right: -10px;
    top: -33px;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    line-height: 19px;
    border-radius: 25px;
  }
  .wxInfo {
    line-height: 50px;
    white-space: nowrap;
  }
  .moreBtn {
    display: table;
    padding-left: 45px;
    padding-right: 45px;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    border: #cdcdcd solid 1px;
    overflow: hidden;
    cursor: pointer;
  }
  .moreBtn:hover .iconCir {
    transform: scale(1, 1);
    /* background-position: 100% 50%; */
  }
  /* .moreBtn:hover .iconCir .arrow1 {
    background-position: 600% 50%;
  }
  .moreBtn:hover .iconCir .arrow2 {
    background-position: 50% 50%;
  } */
  .moreBtn .txt {
    float: left;
  }
  .moreBtn .iconCir {
    position: relative;
    margin-top: 7px;
    margin-left: 10px;
    float: left;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 10px;
    background-repeat: no-repeat;
    transition: transform 0.4s ease;
    overflow: hidden;
  }
  .moreBtn .iconCir .arrow1 {
    position: absolute;
    margin-left: 0%;
    /* margin-top: 20%; */
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: 70% 70%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: none;
    background-image: url(../images/arrow-right-1_a04c206ea21063b50c8b.svg);
  }
  .moreBtn .iconCir .arrow2 {
    position: absolute;
    margin-left: 0%;
    /* margin-top: 20%; */
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: 70% 70%;
    background-image: url(../images/arrow-right-2_4583d1b4973ed4c226ef.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: none;
    opacity: 0;
  }
  .moreBtn:hover .iconCir .arrow1 {
    opacity: 0;
  }
  .moreBtn:hover .iconCir .arrow2 {
    opacity: 1;
  }
  .black .moreBtn {
    border: 1px solid #000;
  }
  .black .partContent .moreBtn {
    border: 1px solid #000;
  }
  .black .moreBtn .iconCir .arrow1 {
    background-image: url(../images/arrow-right_24ed9ab393dfe6ad7833.svg);
    background-size: 100% 100%;
  }
  .black .partContent .intro {
    color: #000;
  }
  .black .partContent h2 {
    color: #000;
    border-bottom: #000 solid 1px;
  }
}
.third_main {
  /* justify-content: center; */
  overflow: hidden;
}
.main .third_wrap {
  max-width: 1920px;
  /* position: absolute;
    left: 50%;
    transform: translateX(-50%) translateX(-10px); */
}
.back_white {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 1300px) {
  body[class="third"] {
    overflow-x: auto;
  }
}
/* .main .third_section {
    justify-content: center;
} */
/* --------------------------- 妯″潡鍔ㄧ敾 ----------------------------- */
.swiper-ani,
.ani {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.ani-fromLeft {
  transform: translateX(-30vw);
}
.ani-fromRight {
  transform: translateX(40vw);
}
.ani-fromDown {
  transform: translateY(30vh);
}
@keyframes anifromDown {
  0% {
    transform: translateY(30vh);
  }
  100% {
    transform: translateY(30vh);
  }
}
/* @keyframes anifadeIn{
  0%{
    transform: translate(0, 30vh);
    opacity: 0;
  }
  95%{
    transform: translate(0,-10px);
  }
  100%{
    transform: translate(0,0);
    opacity: 1;
  }
} */
.ani-fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}
.swiper-group-ani {
  transition: all 0.6s ease;
}
.group-ani-fadeIn {
  transform: scale(1);
}
.ani-delay-000 {
  transition-delay: 0s;
  animation-delay: 0s;
}
.ani-delay-50 {
  transition-delay: 0.05s;
}
.ani-delay-100 {
  transition-delay: 0.1s;
}
.ani-delay-150 {
  transition-delay: 0.15s;
}
.ani-delay-200 {
  transition-delay: 0.2s;
}
.ani-delay-250 {
  transition-delay: 0.25s;
}
.ani-delay-300 {
  transition-delay: 0.3s;
}
.ani-delay-350 {
  transition-delay: 0.35s;
}
.ani-delay-400 {
  transition-delay: 0.5s;
}
.ani-delay-450 {
  transition-delay: 0.55s;
}
.ani-delay-500 {
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}
.ani-delay-600 {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}
.ani-delay-700 {
  transition-delay: 0.7s;
  animation-delay: 0.7s;
}
.ani-delay-800 {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}
.ani-delay-900 {
  transition-delay: 0.9s;
  animation-delay: 0.9s;
}
.partContent .moreBtn {
  background: transparent;
  border: 1px solid;
}
.moreBtn {
  transition: transform 0.4s cubic-bezier(0.39, 0.58, 0.57, 1), opacity 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
}
/* .partContent .moreBtn:active,
.partContent .moreBtn:focus {
  background: transparent;
  color: rgba(16, 220, 255);
  border-color: rgba(16, 220, 255);
}
.partContent .moreBtn:active .txt,
.partContent .moreBtn:focus .txt {
  color: rgba(16, 220, 255);
  border-color: rgba(16, 220, 255);
} */
.partContent .moreBtn:hover {
  color: rgba(16, 220, 255);
  border-color: rgba(16, 220, 255);
}
.partContent .moreBtn:hover {
  color: rgba(16, 220, 255);
}
.partContent .moreBtn .iconCir {
  background-color: transparent;
}
/* .partContent:hover .moreBtn .iconCir .arrow2,.partContent .moreBtn .iconCir .arrow1{
  background-image: url("../images/arrow-right-2_63756373c663b1f7dfc5.svg")
} */
@media screen and (max-width: 800px) {
  .bearNavContainer .curItem {
    display: none;
  }
  .partContent .moreBtn {
    z-index: 1;
    width: 250px;
    height: 35px;
    background: transparent;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding-right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    border-radius: 10px;
  }
  .partContent .moreBtn .txt {
    color: #fff;
  }
  .partContent .moreBtn:hover {
    border: 1px solid rgba(16, 220, 255);
  }
  .partContent .moreBtn:hover .txt {
    color: rgba(16, 220, 255);
  }
  /* .partContent .moreBtn:active,
  .partContent .moreBtn:focus {
    background: transparent;
    color: #fff;
  }
  .partContent .moreBtn:active .txt,
  .partContent .moreBtn:focus .txt {
    color: #fff;
  } */
  .partContent .moreBtn:hover,
  .partContent .moreBtn:focus {
    background: transparent;
    color: rgba(16, 220, 255);
    border: 1px solid rgba(16, 220, 255);
  }
  .yesBtn:hover .iconCir .arrow1,
  .yesBtn:hover .iconCir .arrow2 {
    background-image: url(../images/arrow-right-1_a04c206ea21063b50c8b.svg);
    background-repeat: no-repeat;
  }
  .partContent .yesBtn:hover,
  .yesBtn:hover {
    color: #fff;
    border-color: #fff;
  }
  .partContent .yesBtn:hover .iconCir,
  .yesBtn:hover .iconCir {
    transform: scale(1);
  }
  .partContent .moreBtn:hover .txt,
  .partContent .moreBtn:focus .txt {
    color: #ffffff;
  }
  .black .moreBtn .txt {
    color: #000;
  }
  .black .moreBtn:hover {
    border-color: #000;
  }
  .black .moreBtn:hover .iconCir .arrow2 {
    background-image: url(../images/arrow-right_24ed9ab393dfe6ad7833.svg);
    background-size: 100% 100%;
  }
  .black .moreBtn:hover .txt {
    color: #000;
  }
  .banner .partContent .moreBtn {
    margin-left: auto;
    margin-top: auto;
  }
  .banner .partContent .btn2 {
    margin-left: auto;
    margin-top: auto;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    text-align: right;
    justify-content: end;
  }
  .banner .partContent .btn2 .txt {
    display: none;
  }
  .partContent .moreBtn .iconCir {
    margin-top: 0px;
    background-color: transparent;
  }
  .moreBtn {
    white-space: nowrap;
    border-radius: 10px;
  }
  .partContent .moreBtn .iconCir .arrow1 {
    /* background-image: url("../images/arrow-right-1.svg"); */
    margin-left: 0%;
    /* margin-top: 20%; */
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: 100% 100%;
  }
  .partContent .moreBtn .iconCir .arrow2 {
    background-image: url(../images/arrow-right-2_4583d1b4973ed4c226ef.svg);
    background-position: 50% 50%;
    background-size: 100% 100%;
    opacity: 0;
  }
  .partContent .moreBtn:hover .iconCir .arrow1 {
    opacity: 0;
  }
  .partContent .moreBtn:hover .iconCir .arrow2 {
    opacity: 1;
  }
  .partContent h2 {
    /* font-size:34px; */
    font-size: 30px;
    font-weight: 400;
  }
  .kefu {
    width: 20px;
    position: absolute;
    right: 145px;
    top: 22px;
  }
  .kefu-img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 801px) {
  .onlineservice {
    cursor: pointer;
    cursor: hand;
  }
  .entirety {
    width: 100%;
    height: 1000px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
  }
  .dialogbox {
    width: 902px;
    height: 540px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 5px 5px #a8a8a8;
    top: 10%;
    left: 50%;
    margin-left: -450px;
  }
  .dialogbox .topcon {
    width: 100%;
    height: 60px;
    background-color: #0065b3;
    border-radius: 5px 5px 0 0;
    position: relative;
    cursor: move;
    z-index: 10;
  }
  .dialogbox .topcon .machine {
    position: absolute;
    left: 30px;
    top: -36px;
    float: left;
  }
  .dialogbox .topcon .motivational {
    width: 200px;
    margin-left: 105px;
    float: left;
  }
  .dialogbox .topcon .smalli {
    font-size: 18px;
    color: #fff;
    font-family: "microsoft yahei";
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .dialogbox .topcon .allday {
    font-size: 14px;
    color: #dbdada;
    font-family: "microsoft yahei";
  }
  .morecon .query li.options {
    list-style: none;
  }
  .morecon .query li::marker {
    font-size: 0;
  }
  .dialogbox .topcon .closed {
    width: 60px;
    height: 60px;
    float: right;
    cursor: pointer;
    cursor: hand;
    border-radius: 0 5px 0 0;
    background: #11588f url("https://www.foton.com.cn/webback/static/images/robot/close.png") no-repeat center center;
    z-index: 5;
    position: relative;
  }
  .dialogbox .topcon .closed:hover {
    background-color: #0f75c4;
  }
  .dialogueleft {
    width: 499px;
    height: 480px;
    border-right: 1px solid #bfbfbf;
    float: left;
  }
  .dialogueleft .chatting {
    width: 499px;
    height: 330px;
    border-bottom: 1px solid #bfbfbf;
    overflow: auto;
  }
  .dialogueleft .chatting .writeback {
    margin: 20px 10px;
  }
  .dialogueleft .chatting .writeback .robotpic {
    float: left;
    border-radius: 100%;
  }
  .dialogueleft .chatting .writeback .response {
    font-size: 14px;
    color: #383737;
    min-height: 20px;
    height: auto !important;
    height: 20px;
    background-color: #e6e6e6;
    position: relative;
    top: 5px;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
    float: left;
    margin-left: 15px;
    max-width: 300px;
  }
  .dialogueleft .chatting .writeback .response a {
    color: blue;
  }
  .dialogueleft .chatting .putquestion {
    margin: 20px 10px;
  }
  .dialogueleft .chatting .putquestion .raisepic {
    float: right;
    border-radius: 100%;
  }
  .dialogueleft .chatting .putquestion .raise {
    font-size: 14px;
    color: #383737;
    margin-right: 15px;
    min-height: 20px;
    height: auto !important;
    height: 20px;
    background-color: #0090ff;
    position: relative;
    top: 5px;
    border-radius: 20px;
    text-align: left;
    padding: 10px 20px 10px 20px;
    max-width: 300px;
    float: right;
    color: #fff;
    word-wrap: break-word;
  }
  .dialogueleft .incontent {
    width: 499px;
    height: 149px;
    position: relative;
  }
  .dialogueleft .incontent .reminder {
    width: 150px;
    height: 50px;
    background: url("https://www.foton.com.cn/webback/static/images/robot/ts.png") no-repeat;
    position: absolute;
    bottom: 60px;
    right: 25px;
    text-align: center;
    display: none;
  }
  .dialogueleft .incontent .reminder .keyword {
    font-size: 12px;
    width: 124px;
    display: inline-block;
    text-align: left;
    margin-top: 3px;
    color: #0065B3;
  }
  .dialogueleft .incontent .typeface {
    width: 455px;
    margin: 0 auto;
    padding-top: 5px;
  }
  .dialogueleft .incontent .typeface .typepic {
    width: 15px;
    height: 15px;
    background: url("https://www.foton.com.cn/webback/static/images/robot/choose.png") no-repeat;
    float: left;
    margin-right: 10px;
  }
  #selectsnum {
    float: left;
    width: 50px;
    height: 15px;
    cursor: pointer;
    cursor: hand;
    font-size: 10px;
  }
  .dialogueleft .incontent .typeface .screenshot {
    width: 15px;
    height: 15px;
    background: url("https://www.foton.com.cn/webback/static/images/robot/choose.png") no-repeat -21px 0;
    float: left;
    margin-left: 20px;
  }
  .dialogueleft .incontent .typeface .manpower {
    font-size: 12px;
    color: #0065b3;
    float: right;
  }
  form.field {
    width: 100%;
    height: 100px;
    margin-top: 25px;
  }
  #enterContent {
    width: 455px;
    height: 55px;
    resize: none;
    overflow: hidden;
    border: none;
    outline: none;
    font-size: 12px;
  }
  #quit {
    float: right;
    width: 80px;
    height: 25px;
    border-radius: 2px;
    border: 1px solid #6d6d6d;
    margin-right: 10px;
    font-size: 12px;
    color: #494949;
    background-color: #fff;
    cursor: pointer;
    cursor: hand;
  }
  #quit:hover {
    background-color: #00c9ff;
    color: #fff;
    border-color: #00c9ff;
  }
  #sendmessage {
    float: right;
    width: 80px;
    height: 25px;
    border-radius: 2px;
    border: none;
    font-size: 12px;
    color: #fff;
    background-color: #0065b3;
    cursor: pointer;
    cursor: hand;
  }
  .morecon {
    width: 401px;
    height: 540px;
    float: right;
  }
  .morecon .query {
    border-bottom: 1px solid #bfbfbf;
    margin: 0;
    padding: 0;
  }
  .homepage .subscribe span {
    color: #000;
    font-size: 12px;
  }
  .morecon .query li {
    float: left;
    width: 99px;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }
  .morecon .query li.options {
    border-right: 1px solid #bfbfbf;
  }
  .morecon .query li a {
    color: #000;
    display: block;
    cursor: pointer;
    cursor: hand;
  }
  .morecon .query li:hover {
    background-color: #00c9ff;
  }
  .morecon .query li:hover a {
    color: #fff;
  }
  .morecon .query li.checked {
    background-color: #00c9ff;
    color: #fff;
  }
  .morecon .query li.checked a {
    color: #fff;
  }
  .morecon .homepage {
    display: block;
  }
  .morecon .smallbanner {
    width: 400px;
    height: 260px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .morecon .smallbanner .smallbannerbox {
    width: 5555px;
    height: 100%;
    position: relative;
  }
  .morecon .smallbanner .smallbannerbox .smallbanners {
    float: left;
  }
  .morecon .smallbanner .smallbannerbox .smallbanners .shade {
    height: 30px;
    width: 400px;
    position: absolute;
    bottom: 0;
  }
  .morecon .smallbanner .smallbannerbox .smallbanners .shade .shadows {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .morecon .smallbanner .smallbannerbox .smallbanners .shade .shadeword {
    color: #fff;
    line-height: 30px;
    position: relative;
    font-size: 16px;
  }
  .morecon .smallbanner .dotamount {
    height: 6px;
    display: inline-block;
    position: relative;
    top: -60px;
    margin: 0;
    padding: 0;
  }
  .morecon .smallbanner .dotamount .banneryd {
    height: 6px;
    width: 6px;
    float: left;
    cursor: pointer;
    cursor: hand;
    background: url("https://www.foton.com.cn/webback/static/images/robot/yuandian.png") no-repeat;
    margin-left: 5px;
    margin-right: 5px;
    list-style: none;
  }
  .morecon .smallbanner .dotamount .pick {
    background: url("https://www.foton.com.cn/webback/static/images/robot/yuandian.png") no-repeat 0 -7px;
  }
  .homepage .maintain {
    width: 390px;
    margin: 20px auto;
  }
  .homepage .subscribe {
    width: 120px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
  }
  .morecon .correlation {
    display: none;
  }
  .morecon .hotpints li {
    width: 400px;
    height: 40px;
    border-bottom: 1px solid #ececec;
    line-height: 40px;
    text-indent: 20px;
  }
  .morecon .hotpints li a {
    display: block;
    color: #494949;
  }
  .morecon .hotpints li:hover {
    background-color: #0065b3;
  }
  .morecon .hotpints li:hover a {
    color: #fff;
  }
  .morecon .survey {
    display: none;
  }
  .correlation .pagenum {
    margin: 20px 20px;
  }
  .correlation .pagenum li {
    float: left;
    width: 25px;
    height: 25px;
    border: 1px solid #d5d5d5;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 3px;
    color: #494949;
  }
  .correlation .pagenum li.prevPage {
    width: 80px;
  }
  .correlation .pagenum li.nextPage {
    width: 80px;
  }
  .correlation .pagenum li.rock {
    background-color: #0065b3;
    color: #fff;
  }
  .correlation .pagenum li:hover {
    background-color: #0065b3;
    color: #fff;
  }
  .correlation .pagenum li.apostrophe {
    cursor: auto;
    border: none;
    color: #494949;
    background-color: #fff;
  }
  .dialogbox {
    position: relative;
  }
  .servicetime {
    width: 900px;
    height: 540px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  .servicetime .umbrbox {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    border-radius: 5px;
  }
  .servicetime .timewicket {
    width: 450px;
    height: 200px;
    position: absolute;
    top: 140px;
    left: 25px;
    background-color: #fff;
    border-radius: 2px 2px 0 0;
  }
  .servicetime .timewicket .wickettitle {
    width: 450px;
    height: 30px;
    background-color: #0065b3;
    border-radius: 2px 2px 0 0;
  }
  .servicetime .timewicket .wickettitle .colse {
    width: 30px;
    height: 30px;
    background: #11588f url("https://www.foton.com.cn/webback/static/images/robot/sclose.png") no-repeat center center;
    cursor: pointer;
    cursor: hand;
    float: right;
    border-radius: 0 2px 0 0;
  }
  .servicetime .timewicket .wickettitle .colse:hover {
    background-color: #0f75c4;
  }
  .servicetime .timewicket .presentation {
    font-size: 18px;
    color: #383737;
    margin-top: 25px;
    margin-left: 30px;
  }
  .servicetime .timewicket .presentation .clock {
    color: #0065b3;
  }
  .servicetime .timewicket .sureok {
    width: 80px;
    height: 25px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #0065b3;
    cursor: pointer;
    cursor: hand;
    display: block;
    margin: 35px auto 0;
  }
  .servicetime .timewicket .sureok:hover {
    background-color: #0f75c4;
  }
  .searchcase {
    width: 300px;
    height: 128px;
    border: 1px solid #6d6d6d;
    background-color: #fff;
    position: absolute;
    top: 55px;
    border-radius: 2px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
  }
  .searchcase .warning li {
    width: 280px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    cursor: hand;
    color: #494949;
    text-indent: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .searchcase .warning li:hover {
    background-color: #b4b4b4;
  }
  .dialogue {
    width: 900px;
    width: 504px;
    height: 540px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 5px 5px #a8a8a8;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -450px;
    display: none;
  }
  .rgkhIndex {
    z-index: 12;
  }
  .dialogue .framebox {
    border-radius: 5px;
    position: absolute;
    top: -2px;
    left: 0;
    background-color: #fff;
    width: 500px;
    height: 538px;
  }
  .dialogue .topcon {
    width: 100%;
    height: 60px;
    background-color: #0065b3;
    border-radius: 5px 5px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
  }
  .dialogue .topcon .machine {
    position: absolute;
    left: 30px;
    top: -36px;
    float: left;
  }
  .dialogue .topcon .motivational {
    width: 200px;
    margin-left: 105px;
    float: left;
  }
  .dialogue .topcon .smalli {
    font-size: 18px;
    color: #fff;
    font-family: "microsoft yahei";
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .dialogue .topcon .allday {
    font-size: 14px;
    color: #dbdada;
    font-family: "microsoft yahei";
  }
  .dialogue .frameclosed {
    width: 60px;
    height: 60px;
    float: right;
    cursor: pointer;
    cursor: hand;
    border-radius: 0 5px 0 0;
    background: #11588f url("https://www.foton.com.cn/webback/static/images/robot/close.png") no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
  }
  .dialogue .topcon .closed:hover {
    background-color: #0f75c4;
  }
  .header .loginPanel .title {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mcuser {
    cursor: pointer;
    min-width: 30px;
    max-width: 140px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-left: -25px;
    background: url("https://www.foton.com.cn/webback/static/images/mCLogin/login_sure_icon.png") no-repeat 0 10px;
  }
  .mcuser p {
    min-width: 30px;
    max-width: 140px;
    overflow: hidden;
    height: 40px;
    text-indent: 25px;
    font-size: 14px;
    color: #ccc;
    margin-right: 5px;
  }
  .mcuser p:hover {
    color: #00c9ff;
  }
  .mcuser .hideLink {
    text-align: center;
    width: 92px;
    position: absolute;
    left: 0;
    top: 40px;
    background-color: #fff;
    box-shadow: 0 2px 2px #959595;
    display: none;
  }
  .mcuser .hideLink a.borderB {
    border-bottom: 1px solid #ccc;
  }
  .mcuser .hideLink a {
    display: block;
    width: 100%;
    line-height: 41px;
    color: #777;
  }
  .header .loginPanel {
    overflow: visible;
  }
  .main_part .border_color {
    border: 1px solid #0066b3;
  }
  .word_content,
  .member_table {
    padding-bottom: 60px;
  }
  #rn_ChatTranscript_7_Transcript .writeback {
    width: auto;
  }
  .kefu {
    width: 20px;
    height: 100%;
    /* background: url(http://39.105.209.233/fotonFront/static/images/kefu.svg) no-repeat center center; */
    /* background-size: contain; */
    position: absolute;
    right: 178px;
    top: 26px;
    /* display:none; */
  }
  .kefu-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .kefu span {
    vertical-align: top;
  }
}
.bearNavGroup a:hover {
  color: rgba(16, 220, 255) !important;
}
.select-title {
  padding-left: 10px;
  width: calc(100%-10px);
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-bottom: solid 1px #5B5B5B;
}
.select-title::after {
  content: "";
  display: block;
  float: right;
  width: 20px;
  height: 100%;
  /* background-color: aqua; */
  background-image: url(../images/icon_9cc24b7008987368529d.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.select-title-open::after {
  transform: scaleY(-1);
}
.select-dropList {
  position: absolute;
  top: 40px;
  margin-top: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 250px;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #181818;
  z-index: 99;
  transition: all 0.3s ease 0s;
}
.select-dropList::-webkit-scrollbar {
  width: 3px;
  /* background-color: #666; */
}
.select-dropList::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
}
.select-dropList-close {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-40px);
}
.select-dropList-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.select-listItem {
  margin-left: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
}
.select-listItem:hover {
  color: rgba(16, 220, 255);
}
@media screen and (max-width: 800px) {
  .select-listItem {
    font-size: 12px;
  }
}
input[type="checkbox"]:checked {
  background-color: rgba(16, 220, 255);
  color: white;
}
@media screen and (min-width: 801px) {
  .onlineservice {
    cursor: pointer;
    cursor: hand;
  }
  .entirety {
    width: 100%;
    height: 1000px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
  }
  .dialogbox {
    width: 902px;
    height: 540px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 5px 5px #a8a8a8;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -450px;
  }
  .dialogbox .topcon {
    width: 100%;
    height: 60px;
    background-color: #0065b3;
    border-radius: 5px 5px 0 0;
    position: relative;
    cursor: move;
    z-index: 10;
  }
  .dialogbox .topcon .machine {
    position: absolute;
    left: 30px;
    top: -36px;
    float: left;
  }
  .dialogbox .topcon .motivational {
    width: 200px;
    margin-left: 105px;
    float: left;
  }
  .dialogbox .topcon .smalli {
    font-size: 18px;
    color: #fff;
    font-family: "microsoft yahei";
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .dialogbox .topcon .allday {
    font-size: 14px;
    color: #dbdada;
    font-family: "microsoft yahei";
  }
  .morecon .query li.options {
    list-style: none;
  }
  .morecon .query li::marker {
    font-size: 0;
  }
  .dialogbox .topcon .closed {
    width: 60px;
    height: 60px;
    float: right;
    cursor: pointer;
    cursor: hand;
    border-radius: 0 5px 0 0;
    background: #11588f url("https://www.foton.com.cn/webback/static/images/robot/close.png") no-repeat center center;
    z-index: 5;
    position: relative;
  }
  .dialogbox .topcon .closed:hover {
    background-color: #0f75c4;
  }
  .dialogueleft {
    width: 499px;
    height: 480px;
    border-right: 1px solid #bfbfbf;
    float: left;
  }
  .dialogueleft .chatting {
    width: 499px;
    height: 330px;
    border-bottom: 1px solid #bfbfbf;
    overflow: auto;
  }
  .dialogueleft .chatting .writeback {
    margin: 20px 10px;
  }
  .dialogueleft .chatting .writeback .robotpic {
    float: left;
    border-radius: 100%;
  }
  .dialogueleft .chatting .writeback .response {
    font-size: 14px;
    color: #383737;
    min-height: 20px;
    height: auto !important;
    height: 20px;
    background-color: #e6e6e6;
    position: relative;
    top: 5px;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
    float: left;
    margin-left: 15px;
    max-width: 300px;
  }
  .dialogueleft .chatting .writeback .response a {
    color: blue;
  }
  .dialogueleft .chatting .putquestion {
    margin: 20px 10px;
  }
  .dialogueleft .chatting .putquestion .raisepic {
    float: right;
    border-radius: 100%;
  }
  .dialogueleft .chatting .putquestion .raise {
    font-size: 14px;
    color: #383737;
    margin-right: 15px;
    min-height: 20px;
    height: auto !important;
    height: 20px;
    background-color: #0090ff;
    position: relative;
    top: 5px;
    border-radius: 20px;
    text-align: left;
    padding: 10px 20px 10px 20px;
    max-width: 300px;
    float: right;
    color: #fff;
    word-wrap: break-word;
  }
  .dialogueleft .incontent {
    width: 499px;
    height: 149px;
    position: relative;
  }
  .dialogueleft .incontent .reminder {
    width: 150px;
    height: 50px;
    background: url("https://www.foton.com.cn/webback/static/images/robot/ts.png") no-repeat;
    position: absolute;
    bottom: 60px;
    right: 25px;
    text-align: center;
    display: none;
  }
  .dialogueleft .incontent .reminder .keyword {
    font-size: 12px;
    width: 124px;
    display: inline-block;
    text-align: left;
    margin-top: 3px;
    color: #0065B3;
  }
  .dialogueleft .incontent .typeface {
    width: 455px;
    margin: 0 auto;
    padding-top: 5px;
  }
  .dialogueleft .incontent .typeface .typepic {
    width: 15px;
    height: 15px;
    background: url("https://www.foton.com.cn/webback/static/images/robot/choose.png") no-repeat;
    float: left;
    margin-right: 10px;
  }
  #selectsnum {
    float: left;
    width: 50px;
    height: 15px;
    cursor: pointer;
    cursor: hand;
    font-size: 10px;
  }
  .dialogueleft .incontent .typeface .screenshot {
    width: 15px;
    height: 15px;
    background: url("https://www.foton.com.cn/webback/static/images/robot/choose.png") no-repeat -21px 0;
    float: left;
    margin-left: 20px;
  }
  .dialogueleft .incontent .typeface .manpower {
    font-size: 12px;
    color: #0065b3;
    float: right;
  }
  form.field {
    width: 100%;
    height: 100px;
    margin-top: 25px;
  }
  #enterContent {
    width: 455px;
    height: 55px;
    resize: none;
    overflow: hidden;
    border: none;
    outline: none;
    font-size: 12px;
  }
  #quit {
    float: right;
    width: 80px;
    height: 25px;
    border-radius: 2px;
    border: 1px solid #6d6d6d;
    margin-right: 10px;
    font-size: 12px;
    color: #494949;
    background-color: #fff;
    cursor: pointer;
    cursor: hand;
  }
  #quit:hover {
    background-color: #00c9ff;
    color: #fff;
    border-color: #00c9ff;
  }
  #sendmessage {
    float: right;
    width: 80px;
    height: 25px;
    border-radius: 2px;
    border: none;
    font-size: 12px;
    color: #fff;
    background-color: #0065b3;
    cursor: pointer;
    cursor: hand;
  }
  .morecon {
    width: 401px;
    height: 540px;
    float: right;
  }
  .morecon .query {
    border-bottom: 1px solid #bfbfbf;
    margin: 0;
    padding: 0;
  }
  .homepage .subscribe span {
    color: #000;
    font-size: 12px;
  }
  .morecon .query li {
    float: left;
    width: 99px;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }
  .morecon .query li.options {
    border-right: 1px solid #bfbfbf;
  }
  .morecon .query li a {
    color: #000;
    display: block;
    cursor: pointer;
    cursor: hand;
  }
  .morecon .query li:hover {
    background-color: #00c9ff;
  }
  .morecon .query li:hover a {
    color: #fff;
  }
  .morecon .query li.checked {
    background-color: #00c9ff;
    color: #fff;
  }
  .morecon .query li.checked a {
    color: #fff;
  }
  .morecon .homepage {
    display: block;
  }
  .morecon .smallbanner {
    width: 400px;
    height: 260px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .morecon .smallbanner .smallbannerbox {
    width: 5555px;
    height: 100%;
    position: relative;
  }
  .morecon .smallbanner .smallbannerbox .smallbanners {
    float: left;
  }
  .morecon .smallbanner .smallbannerbox .smallbanners .shade {
    height: 30px;
    width: 400px;
    position: absolute;
    bottom: 0;
  }
  .morecon .smallbanner .smallbannerbox .smallbanners .shade .shadows {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .morecon .smallbanner .smallbannerbox .smallbanners .shade .shadeword {
    color: #fff;
    line-height: 30px;
    position: relative;
    font-size: 16px;
  }
  .morecon .smallbanner .dotamount {
    height: 6px;
    display: inline-block;
    position: relative;
    top: -60px;
    margin: 0;
    padding: 0;
  }
  .morecon .smallbanner .dotamount .banneryd {
    height: 6px;
    width: 6px;
    float: left;
    cursor: pointer;
    cursor: hand;
    background: url("https://www.foton.com.cn/webback/static/images/robot/yuandian.png") no-repeat;
    margin-left: 5px;
    margin-right: 5px;
    list-style: none;
  }
  .morecon .smallbanner .dotamount .pick {
    background: url("https://www.foton.com.cn/webback/static/images/robot/yuandian.png") no-repeat 0 -7px;
  }
  .homepage .maintain {
    width: 390px;
    margin: 20px auto;
  }
  .homepage .subscribe {
    width: 120px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
  }
  .morecon .correlation {
    display: none;
  }
  .morecon .hotpints li {
    width: 400px;
    height: 40px;
    border-bottom: 1px solid #ececec;
    line-height: 40px;
    text-indent: 20px;
  }
  .morecon .hotpints li a {
    display: block;
    color: #494949;
  }
  .morecon .hotpints li:hover {
    background-color: #0065b3;
  }
  .morecon .hotpints li:hover a {
    color: #fff;
  }
  .morecon .survey {
    display: none;
  }
  .correlation .pagenum {
    margin: 20px 20px;
  }
  .correlation .pagenum li {
    float: left;
    width: 25px;
    height: 25px;
    border: 1px solid #d5d5d5;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 3px;
    color: #494949;
  }
  .correlation .pagenum li.prevPage {
    width: 80px;
  }
  .correlation .pagenum li.nextPage {
    width: 80px;
  }
  .correlation .pagenum li.rock {
    background-color: #0065b3;
    color: #fff;
  }
  .correlation .pagenum li:hover {
    background-color: #0065b3;
    color: #fff;
  }
  .correlation .pagenum li.apostrophe {
    cursor: auto;
    border: none;
    color: #494949;
    background-color: #fff;
  }
  .dialogbox {
    position: relative;
  }
  .servicetime {
    width: 900px;
    height: 540px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  .servicetime .umbrbox {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    border-radius: 5px;
  }
  .servicetime .timewicket {
    width: 450px;
    height: 200px;
    position: absolute;
    top: 140px;
    left: 25px;
    background-color: #fff;
    border-radius: 2px 2px 0 0;
  }
  .servicetime .timewicket .wickettitle {
    width: 450px;
    height: 30px;
    background-color: #0065b3;
    border-radius: 2px 2px 0 0;
  }
  .servicetime .timewicket .wickettitle .colse {
    width: 30px;
    height: 30px;
    background: #11588f url("https://www.foton.com.cn/webback/static/images/robot/sclose.png") no-repeat center center;
    cursor: pointer;
    cursor: hand;
    float: right;
    border-radius: 0 2px 0 0;
  }
  .servicetime .timewicket .wickettitle .colse:hover {
    background-color: #0f75c4;
  }
  .servicetime .timewicket .presentation {
    font-size: 18px;
    color: #383737;
    margin-top: 25px;
    margin-left: 30px;
  }
  .servicetime .timewicket .presentation .clock {
    color: #0065b3;
  }
  .servicetime .timewicket .sureok {
    width: 80px;
    height: 25px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #0065b3;
    cursor: pointer;
    cursor: hand;
    display: block;
    margin: 35px auto 0;
  }
  .servicetime .timewicket .sureok:hover {
    background-color: #0f75c4;
  }
  .searchcase {
    width: 300px;
    height: 128px;
    border: 1px solid #6d6d6d;
    background-color: #fff;
    position: absolute;
    top: 55px;
    border-radius: 2px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
  }
  .searchcase .warning li {
    width: 280px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    cursor: hand;
    color: #494949;
    text-indent: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .searchcase .warning li:hover {
    background-color: #b4b4b4;
  }
  .dialogue {
    width: 900px;
    width: 504px;
    height: 540px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 5px 5px #a8a8a8;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -450px;
    display: none;
  }
  .rgkhIndex {
    z-index: 12;
  }
  .dialogue .framebox {
    border-radius: 5px;
    position: absolute;
    top: -2px;
    left: 0;
    background-color: #fff;
    width: 500px;
    height: 538px;
  }
  .dialogue .topcon {
    width: 100%;
    height: 60px;
    background-color: #0065b3;
    border-radius: 5px 5px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
  }
  .dialogue .topcon .machine {
    position: absolute;
    left: 30px;
    top: -36px;
    float: left;
  }
  .dialogue .topcon .motivational {
    width: 200px;
    margin-left: 105px;
    float: left;
  }
  .dialogue .topcon .smalli {
    font-size: 18px;
    color: #fff;
    font-family: "microsoft yahei";
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .dialogue .topcon .allday {
    font-size: 14px;
    color: #dbdada;
    font-family: "microsoft yahei";
  }
  .dialogue .frameclosed {
    width: 60px;
    height: 60px;
    float: right;
    cursor: pointer;
    cursor: hand;
    border-radius: 0 5px 0 0;
    background: #11588f url("https://www.foton.com.cn/webback/static/images/robot/close.png") no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
  }
  .dialogue .topcon .closed:hover {
    background-color: #0f75c4;
  }
  .header .loginPanel .title {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mcuser {
    cursor: pointer;
    min-width: 30px;
    max-width: 140px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-left: -25px;
    background: url("https://www.foton.com.cn/webback/static/images/mCLogin/login_sure_icon.png") no-repeat 0 10px;
  }
  .mcuser p {
    min-width: 30px;
    max-width: 140px;
    overflow: hidden;
    height: 40px;
    text-indent: 25px;
    font-size: 14px;
    color: #ccc;
    margin-right: 5px;
  }
  .mcuser p:hover {
    color: #00c9ff;
  }
  .mcuser .hideLink {
    text-align: center;
    width: 92px;
    position: absolute;
    left: 0;
    top: 40px;
    background-color: #fff;
    box-shadow: 0 2px 2px #959595;
    display: none;
  }
  .mcuser .hideLink a.borderB {
    border-bottom: 1px solid #ccc;
  }
  .mcuser .hideLink a {
    display: block;
    width: 100%;
    line-height: 41px;
    color: #777;
  }
  .header .loginPanel {
    overflow: visible;
  }
  .main_part .border_color {
    border: 1px solid #0066b3;
  }
  .word_content,
  .member_table {
    padding-bottom: 60px;
  }
  #rn_ChatTranscript_7_Transcript .writeback {
    width: auto;
  }
  .kefu {
    width: 20px;
    height: 100%;
    /* background: url(http://39.105.209.233/fotonFront/static/images/kefu.svg) no-repeat center center; */
    /* background-size: contain; */
    position: absolute;
    right: 178px;
    top: 26px;
  }
  .kefu-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .kefu span {
    vertical-align: top;
  }
}
.swiper-button-next,
.swiper-button-prev {
  opacity: 1;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: rgba(16, 220, 255);
}
.swiper-button-next.swiper-button-disabled:hover,
.swiper-button-prev.swiper-button-disabled:hover {
  color: rgba(16, 220, 255);
  opacity: 0.9;
}
section .sec_link {
  background-color: rgba(0, 0, 0, 0.6);
}
/* .ani-fadeEnter .swiper-button-next,.ani-fadeEnter .swiper-button-prev,.ani-fadeEnter.swiper-button-next,.ani-fadeEnter.swiper-button-prev{
    opacity: 1;
    color:rgba(16, 220, 255);
} */

.select-title {
  padding-left: 10px;
  width: calc(100%-10px);
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-bottom: solid 1px #5B5B5B;
}
.select-title::after {
  content: "";
  display: block;
  float: right;
  width: 20px;
  height: 100%;
  /* background-color: aqua; */
  background-image: url(../images/icon_9cc24b7008987368529d.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.select-title-open::after {
  transform: scaleY(-1);
}
.select-dropList {
  position: absolute;
  top: 40px;
  margin-top: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 250px;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #181818;
  z-index: 99;
  transition: all 0.3s ease 0s;
}
.select-dropList::-webkit-scrollbar {
  width: 3px;
  /* background-color: #666; */
}
.select-dropList::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
}
.select-dropList-close {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-40px);
}
.select-dropList-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.select-listItem {
  margin-left: 20px;
  color: #999999;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
}
.select-listItem:hover {
  color: #fff;
}
@media screen and (max-width: 800px) {
  .select-listItem {
    font-size: 12px;
  }
}

</pre></body></html>