<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

@font-face {
  font-family: "iconfont";
  src: url('../font/iconfont.eot?t=1489481609387');
  /* IE9*/
  src: url('../font/iconfont.eot?t=1489481609387#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/iconfont.woff?t=1489481609387') format('woff'),
    /* chrome, firefox */
    url('../font/iconfont.ttf?t=1489481609387') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg?t=1489481609387#iconfont') format('svg');
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-16:before {
  content: "\e60f";
}

/*****************************************************************/
/*banner*/
.vs-banner {
  width: 100%;
  height: 570px;
  position: relative;
  overflow: hidden;
  font-family: Arial, Helvetica, Tahoma, Lucida Grande, Times New Roman, Georgia;
}

.vs-banner-img-box {
  width: 1920px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.vs-banner-Uncontent,
.vs-banner-Tecontent,
.vs-down,
.vs-banner-Secontent,
.vs-banner-Ficontent,
.vs-banner-Accontent {
  position: absolute;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.cms-page-view .std .vs-banner-Ficontent {
  bottom: 11%;
  color: #DEDEDE;
  line-height: 26px;
}

.cms-page-view .std p.vs-banner-Tecontent {
  color: #5C5C5C;
  top: 42%;
  font-size: 14px;
  margin-left: -30px;
  line-height: 26px;
}

.vs-down {
  bottom: 7%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #3A8CE2;
  border-radius: 50%;

}

.vs-down .icon-16 {
  color: #fff;
}

.cms-page-view .std p.vs-banner-Secontent {
  bottom: 43%;
  line-height: 26px;
  color: #878585;
  margin-left: -20px;
  font-size: 14px;
}

.cms-page-view .std p.vs-banner-Uncontent {
  bottom: 43%;
  line-height: 26px;
  font-size: 14px;
  color: #868585;
}

.cms-page-view .std .vs-banner-Accontent {
  top: 22%;
  line-height: 26px;
  font-size: 14px;
  color: #868585;
}

.std .vs-banner-Accontent h1{
  font-family: "Grottel";
  font-size: 36px;
  color: #EDAB5F;
}

/*vs-box*/
.vs-box {
  width: 100%;
  position: relative;
  background-color: #F4F0EF;
  padding-bottom: 105px;
}

.vs-box&gt;.vs-box-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 134px;
  background-color: #14202C;
}

.vs-box table {
  border-collapse: collapse;
  width: 1200px;
  margin: 0 auto;
  font-family: Arial, Helvetica, Tahoma, Lucida Grande, Times New Roman, Georgia;
  text-align: center;
  box-shadow: 3px 3px 3px #aaa;
}

.vs-box table&gt;thead {
  height: 134px;
  line-height: 134px;
  color: #fff;
  font-size: 16px;
}

.vs-box table&gt;thead td:nth-child(1),
.vs-box table&gt;thead td:nth-child(3) {
  width: 20%;
  position: relative;
  z-index: 10;
}

.vs-box table&gt;thead td:nth-child(1) span,
.vs-box table&gt;thead td:nth-child(3) span {
  position: absolute;
  width: 2px;
  height: 60px;
  background-image: url(../images/xian.png);
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.vs-box table&gt;thead td:nth-child(2),
.vs-box table&gt;thead td:nth-child(4) {
  width: 30%;
  position: relative;
  z-index: 10;
}

.vs-box table&gt;thead td:nth-child(2) span {
  position: absolute;
  width: 2px;
  height: 134px;
  background-image: url(../images/shu-xian.png);
  top: 0;
  right: -1px;
}

.vs-box table&gt;tbody {
  background-color: #FCFCFC
}

.vs-box table&gt;tbody tr {
  border-bottom: 1px dashed #A89F98
}

.vs-box table&gt;tbody td:nth-child(1),
.vs-box table&gt;tbody td:nth-child(3) {
  border-right: 2px solid #C5C3C3;
  font-size: 14px;
  color: #1A2632;
}

.vs-box table&gt;tbody td:nth-child(1) a,
.vs-box table&gt;tbody td:nth-child(3) a {
  font-size: 14px;
  color: #1A2632;
  text-decoration: none;
}

.vs-box table&gt;tbody td:nth-child(1) a:hover,
.vs-box table&gt;tbody td:nth-child(3) a:hover {
  color: #256FAB;
  text-decoration: none;
}

.vs-box table&gt;tbody td:nth-child(2),
.vs-box table&gt;tbody td:nth-child(4) {
  text-align: left;
  padding: 20px 25px;
  color: #767474;
  font-size: 12px;
}

.vs-box table.vs-Untable&gt;tbody td:nth-child(2) {
  border-right: 2px solid #20AD9A;
}

.vs-box table.vs-Setable&gt;tbody td:nth-child(2) {
  border-right: 2px solid #EB2424
}

.vs-box table.vs-Tetable&gt;tbody td:nth-child(2) {
  border-right: 2px solid #54A5F9
}

.vs-box table.vs-Fitable&gt;tbody td:nth-child(2) {
  border-right: 2px solid #406587
}

.vs-box table.vs-Actable&gt;tbody td:nth-child(2) {
  border-right: 2px solid #E8BD61
}

.vs-box table&gt;tbody&gt;tr:last-child {
  border-bottom: 0;
}

.vs-box table&gt;tbody td {
  line-height: 20px;
}


.main-container .main {
  max-width: 100%;
  margin-bottom: 0;
}

.std td {
  border-right: none;
  border-bottom: none;
  padding-left: 0px;
  padding-top: 0px;
}

.std table {
  border: 0;
}

@media only screen and (max-width: 1479px) {
  .main-container.col1-layout .main {
    width: 100%;
  }

  .std td {
    border-right: none;
    border-bottom: none;
    padding-left: 0px;
    padding-top: 0px;
  }
}

.breadcrumbs {
  display: none;
}</pre></body></html>