<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html,
body {
  font-size: 62.5%;
}
body {
  background: #f8f8f8;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "Arial", arial;
  font-size: 1.4rem;
  color: #333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 4px;
}
textarea::-webkit-scrollbar-button {
  display: none;
}
textarea::-webkit-scrollbar-thumb {
  background: #1937ff;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.4rem;
  color: #333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333;
  font-size: 1.4rem;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #1937ff;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
video,
iframe,
img {
  max-width: 100%;
}
.wrap {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap12 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.wrap12:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.picc {
  overflow: hidden;
}
.picc img {
  width: 100%;
  display: block;
}
.picc span {
  display: block;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col {
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.col12 {
  width: 100%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.hide {
  display: none;
}
.table {
  display: table;
  height: 100%;
  width: 100%;
}
.td {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.tynodata {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 13%;
  margin-bottom: 13%;
  background: url(../images/nodata.png) center top no-repeat;
  background-size: auto 169px;
  padding-top: 180px;
}
.tynodata .tytitle {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  margin-top: 2%;
  line-height: 26px;
}
.tynodata .tydesc {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .tynodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #1937ff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 30px;
  font-size: 1.6rem;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainFilter.png);
}
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 78px 0 0 0;
}
.header {
  width: 100%;
  height: 78px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #fff;
}
.header .logo {
  float: left;
  overflow: hidden;
  height: 48px;
  margin-top: 15px;
}
.header .logo img {
  max-height: 100%;
}
.header .slogan {
  float: left;
  line-height: 20px;
  font-size: 1.6rem;
  margin: 19px 0 0 30px;
  padding-left: 22px;
  position: relative;
}
.header .slogan::after {
  content: " ";
  width: 1px;
  height: 35px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px;
  z-index: 2;
}
.header .tel,
.header .mail,
.header .help {
  float: left;
  line-height: 24px;
  height: 24px;
  margin: 28px 0 0 18px;
  padding-left: 50px;
  position: relative;
  background: no-repeat 18px center;
}
.header .tel::after,
.header .mail::after,
.header .help::after {
  content: " ";
  width: 1px;
  height: 15px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  z-index: 2;
}
.header .tel {
  background-image: url(../images/icon_tel.png);
}
.header .tel::after {
  display: none;
}
.header .tel:hover {
  background-image: url(../images/icon_tel2.png);
}
.header .mail {
  background-image: url(../images/icon_mail.png);
}
.header .mail:hover {
  background-image: url(../images/icon_mail2.png);
}
.header .help {
  background-image: url(../images/icon_help.png);
  color: #1937ff;
}
.footer {
  background: #fff;
  border-top: solid 1px #eee;
  padding: 26px 0;
}
.footer .copy,
.footer .support {
  line-height: 22px;
}
.footer .copy,
.footer .copy a {
  color: #666;
}
.footer .support,
.footer .support a {
  color: #999;
}
.footer .copy a:hover,
.footer .support a:hover {
  color: #1937ff;
}
.footer .btn {
  float: left;
  margin: 4px 0 0 8px;
  padding: 0 15px 0 46px;
  height: 36px;
  line-height: 34px;
  border: solid 1px #ddd;
  border-radius: 36px;
  color: #666;
  background: no-repeat 14px center;
  position: relative;
}
.footer .btn:hover {
  background-color: #1937ff;
  border: solid 1px #1937ff;
  color: #fff;
}
.footer .btn:hover .qrcode {
  display: block;
}
.footer .btn.wc {
  background-image: url(../images/footer_wc1.png);
}
.footer .btn.wc:hover {
  background-image: url(../images/footer_wc2.png);
}
.footer .btn.at {
  background-image: url(../images/footer_at1.png);
}
.footer .btn.at:hover {
  background-image: url(../images/footer_at2.png);
}
.footer .btn .qrcode {
  width: 120px;
  height: 120px;
  padding: 4px;
  background: #fff;
  border: solid 1px #ddd;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 5;
  display: none;
}
.footer .btn .qrcode img {
  width: 100%;
  display: block;
}
main {
  min-height: calc(100vh - 78px - 97px);
}
.banner img {
  width: 100%;
  display: block;
}
.banner .lzpic1,
.banner .lzpic2 {
  background: none;
}
.banner.full img,
.banner.sm-full img {
  display: none;
}
.banner.full .lzpic1,
.banner.sm-full .lzpic1,
.banner.full .lzpic2,
.banner.sm-full .lzpic2 {
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.banner.full .lzpic1,
.banner.sm-full .lzpic1 {
  height: 479px;
}
.banner .swiper-pagination {
  bottom: 20px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 27px;
  background: url(../images/swiper-pagination1.png) no-repeat center;
  position: relative;
  border-radius: 50%;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet::after,
.banner .swiper-pagination .swiper-pagination-bullet::before {
  content: " ";
  width: 20px;
  height: 2px;
  background: url(../images/swiper-pagination3.png) repeat-x 0 0;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  z-index: 2;
}
.banner .swiper-pagination .swiper-pagination-bullet::after {
  left: 28px;
}
.banner .swiper-pagination .swiper-pagination-bullet::before {
  right: 28px;
}
.banner .swiper-pagination .swiper-pagination-bullet:last-child::after,
.banner .swiper-pagination .swiper-pagination-bullet:first-child::before {
  display: none;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 1px #fff;
}
.main {
  background: #fff;
}
.main .navbox {
  padding: 40px 0 20px 0;
}
.main .navbox .row {
  margin: 0 -10px;
}
.main .navbox .col {
  padding: 0 10px;
  margin-bottom: 20px;
}
.main .navbox a {
  height: 240px;
  padding: 38px 50px;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  background: no-repeat center right;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  position: relative;
  top: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .navbox a:hover {
  top: -4px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}
.main .navbox a:hover .arrow {
  margin-left: 10px;
}
.main .navbox .tit {
  font-size: 2.4rem;
}
.main .navbox .en {
  line-height: 30px;
  color: #b6c4d2;
  text-transform: uppercase;
}
.main .navbox .txt {
  max-width: 286px;
  line-height: 24px;
  height: 48px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin: 14px 0 24px 0;
}
.main .navbox .arrow {
  width: 16px;
  height: 16px;
  background: url(../images/arrow1.png) no-repeat;
  margin-left: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.popup-cookies {
  background: url(../images/mainFilter.png);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 200;
}
.popup-cookies .content {
  background: #fff;
  width: 620px;
  margin: 0 auto;
  padding: 13px;
  position: relative;
}
.popup-cookies .linebox {
  border: solid 3px #eee;
  padding: 70px 58px 56px 58px;
}
.popup-cookies .text {
  text-align: center;
  line-height: 30px;
  font-size: 1.8rem;
  font-family: "Arial", arial;
}
.popup-cookies .text a {
  color: #1937ff;
}
.popup-cookies .shut {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 5;
  cursor: pointer;
  background: url(../images/shut.png) no-repeat center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.popup-cookies .shut:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.popup-cookies .btn {
  text-align: center;
  margin-top: 40px;
}
.popup-cookies .btn input,
.popup-cookies .btn button,
.popup-cookies .btn a {
  display: inline-block;
  width: 125px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 4px;
  background: #999;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
  margin: 0 8px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.popup-cookies .btn input.blue,
.popup-cookies .btn button.blue,
.popup-cookies .btn a.blue {
  background: #1937ff;
}
.popup-cookies .btn input:hover,
.popup-cookies .btn button:hover,
.popup-cookies .btn a:hover {
  background: #201f57;
}
</pre></body></html>