@charset "UTF-8";
/* ------------------------------------------
  RESET
--------------------------------------------- */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
hr,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
}
a:active,
a:hover {
  outline: 0;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
i {
  font-style: normal;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.m0 {
  margin: 0 !important;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.m25 {
  margin: 25px;
}
.m30 {
  margin: 30px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.tc {
  text-align: center;
}
.vc {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -o-box;
  -o-box-orient: horizontal;
  -o-box-pack: center;
  -o-box-align: center;
  display: -ms-box;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -ms-box-align: center;
  display: box;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
}
.fwb {
  font-weight: bold;
}
.t14 {
  font-size: 1.4rem;
  font-size: 14px;
}
.t18 {
  font-size: 1.8rem;
  font-size: 18px;
}
.t24 {
  font-size: 2.4rem;
  font-size: 24px;
}
.t30 {
  font-size: 3rem;
  font-size: 30px;
}
.t48 {
  font-size: 4.8rem;
  font-size: 48px;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.img img {
  width: 100%;
}
/* ------------------------------------------
  BASE DEMO STYLES
--------------------------------------------- */
html {
  overflow-x: hidden;
}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #fff;
  min-height: 5000px;
}
section {
  border-bottom: 1px solid #999;
  float: left;
  width: 100%;
  height: 800px;
}
/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}
.nav-collapse li {
  display: inline-block;
  width: 100%;
}
.nav-collapse a {
  text-decoration: none;
  width: 100%;
  color: #FFFFFF;
  padding: 10px 1em;
  float: left;
}
@media screen and (min-width: 40em) {
  .nav-collapse a {
    margin: 0;
    float: left;
    text-align: center;
    border-bottom: 0;
  }
}
.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}
@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}
/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */
@font-face {
  font-family: "responsivenav";
  src: url("../icons/responsivenav.eot");
  src: url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"), url("../icons/responsivenav.ttf") format("truetype"), url("../icons/responsivenav.woff") format("woff"), url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}
.nav-toggle {
  position: fixed!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: right;
  right: 0;
}
.nav-toggle:before {
  color: #00ccff;
  /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}
.nav-toggle.active::before {
  font-size: 24px;
  content: "x";
}
/* ------------------------------------------
  HEADER STYLES
--------------------------------------------- */
.top_header {
  width: 290px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  background: #00ccff;
  /*滚动条宽 长,滚动条整体部分，其中的属性有width,height,background,border等。*/
  /*滚动条的滑轨背景颜色,可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果。*/
  /*滑块颜色 */
  /*滚动条两端的按钮。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果。*/
  /*横向滚动条和纵向滚动条相交处尖角的颜色 */
}
.top_header .top_txt {
  background: #ffffff;
  padding: 5px 15px;
  margin-bottom: 2px;
  position: relative;
}
.top_header .logo {
  width: 33%;
  display: block;
  margin: auto;
}
.top_header .nav {
  width: 100%;
  background: #fff;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
.top_header .nav ul {
  padding-top: 10px;
}
.top_header .nav ul li a {
  font-size: 14px;
}
.top_header .nav ul li a span {
  font-size: 10px;
  display: block;
}
.top_header .nav ul i {
  display: none;
  float: left;
  width: 130px;
  height: 1px;
  background: #FFF;
  margin: 0 80px;
}
.top_header #nav {
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.top_header #nav::-webkit-scrollbar {
  width: 4px;
}
.top_header #nav::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.top_header #nav::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.top_header #nav::-webkit-scrollbar-button {
  background-color: #eee;
  display: none;
}
.top_header #nav::-webkit-scrollbar-corner {
  background-color: black;
}
.top_header .yf-logo-blue {
  display: none;
}
.top_header .yf-logo-white {
  display: block;
}
.top_header .cuhk-logo {
  padding: 12px 20px;
}
.top_header .sz-logo {
  padding: 6px 20px;
}
#rightContent {
  float: right;
  padding-bottom: 80px;
}
.headerb {
  background: #ffffff;
}
.headerb .yf-logo-blue {
  display: block;
}
.headerb .yf-logo-white {
  display: none;
}
.headerb .top_txt {
  margin-bottom: 0;
  border-bottom: 2px solid #000000;
}
.headerb .top_txt::after {
  opacity: 0;
}
.headerb .nav {
  min-height: 50px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
.headerb .nav ul li a {
  padding: 10px 1em 9px;
  color: #000000;
}
.headerb .nav ul li i {
  display: inline-block;
  float: left;
  width: 130px;
  height: 1px;
  background: #FFF;
  margin: 0 80px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
.headerb .nav ul li:hover i {
  background: #00ccff;
}
.headerb .nav li.current i {
  width: 100%;
  margin: 0;
  background: #00ccff;
}
@media (max-width: 1024px) {
  .headerb {
    top: 0;
  }
}
@media screen and (max-width: 1600px) {
  .top_header .nav ul li a {
    font-size: 14px;
    padding: 5px 1em;
  }
}
@media (max-width: 1024px) {
  .backToPosition {
    display: none;
  }
  .logo {
    width: 80px!important;
  }
  .yf-logo-blue {
    display: inline-block !important;
  }
  .yf-logo-white {
    display: none!important;
  }
  .navLogo {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
  }
  .top_header {
    width: 100%;
    background: #fff;
  }
  .top_header .nav #nav {
    margin-top: 50px;
    border-bottom: 2px solid #37302a;
    min-height: inherit !important;
    padding-top: 0;
  }
  .top_header .nav #nav li a {
    font-size: 1.1em;
    color: #00ccff;
  }
  .top_header .nav #nav li a span {
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
  }
  .top_header .top_txt {
    width: 255px;
    float: left;
    padding: 0 15px;
  }
  .top_header .top_txt::after {
    display: none;
  }
  .headerb .top_txt {
    border-bottom: none;
  }
  .rightContent {
    width: 100%!important;
  }
}
#banner {
  overflow: hidden;
  margin-left: 290px;
  position: relative;
}
#banner .img1 img {
  width: 100%;
}
#banner .sp-slide .Imgs {
  position: absolute;
}
#banner .sp-slide .Imgs.img1 {
  width: 60%;
  margin-top: 7%;
  margin-left: 20%;
  z-index: 1;
}
.banner {
  max-width: 100% !important;
  background: url(../../images/banner1.png) center center no-repeat;
  background-attachment: local;
  background-size: cover;
}
#mBanner {
  display: none;
}
@media (max-width: 1024px) {
  #banner {
    display: none;
  }
  #mBanner {
    display: block;
  }
}
@media (max-width: 1024px) {
  .banner {
    background-attachment: scroll;
  }
}
.sp-slide {
  color: #00ccff;
}
.sp-slide.banner1 {
  height: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .sp-slide.banner1 {
    background-attachment: scroll;
    background-size: auto;
  }
}
.bannerTxt {
  width: 100%;
  position: relative;
  color: #FFFFFF;
  z-index: 998;
}
.bannerTxt h1 {
  font-size: 15rem;
  line-height: 1.1;
  letter-spacing: 5px;
}
.bannerTxt h2 {
  font-size: 4.6rem;
  line-height: 1;
  text-transform: uppercase;
}
.bannerTxt h3 {
  font-size: 4.1rem;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.5;
}
.bannerTxt h4 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.bannerTxt h4 .en1 {
  font-size: 3rem;
}
.bannerTxt h4 .en2 {
  font-size: 5rem;
}
@media (max-width: 1600px) {
  .bannerTxt h1 {
    font-size: 9rem;
  }
  .bannerTxt h2 {
    font-size: 3.5rem;
  }
  .bannerTxt h3 {
    font-size: 2.5rem;
  }
  .bannerTxt h4 {
    font-size: 1.4rem;
  }
  .bannerTxt h4 .en1 {
    font-size: 2.3rem;
  }
  .bannerTxt h4 .en2 {
    font-size: 4rem;
  }
  .banner .img1 {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .bannerTxt h2 {
    font-size: 3.4rem;
  }
  .bannerTxt h3 {
    font-size: 2rem;
  }
  .bannerTxt h4 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .banner_box,
  .banner,
  .banner .sp-thumbnail,
  .banner .sp-slides-container,
  .banner .sp-mask,
  .banner .sp-slides,
  .banner .sp-image-container,
  .banner {
    max-width: 100% !important;
    width: 100% !important;
  }
  #banner {
    height: 15em !important;
  }
}
@media (max-width: 690px) {
  .banner .Imgs {
    display: none;
  }
  .banner .bannerTxt h1 {
    font-size: 4.5rem;
  }
  .banner .bannerTxt h2 {
    font-size: 2rem;
  }
  .banner .bannerTxt h3 {
    font-size: 1.6rem;
  }
  .banner .bannerTxt h4 {
    font-size: 1rem;
    margin-bottom: 50px;
  }
  .banner .bannerTxt h4 .en1 {
    font-size: 1.6rem;
  }
  .banner .bannerTxt h4 .en2 {
    font-size: 2rem;
  }
}
/*------------------------------------------------
project
---------------------------------------------- */
.section {
  padding-top: 40px;
}
.section .text {
  margin-bottom: 30px;
  text-align: center;
}
.section .text h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #00ccff;
  font-size: 2em;
  height: 2em;
  position: relative;
  display: inline-block;
}
.section .text h2 span {
  text-transform: uppercase;
  font-size: 0.7em;
  display: inline-block;
  float: right;
  margin-top: 1.8em;
}
.section .text h2 i {
  position: relative;
  width: 50px;
  height: 50px;
  background: linear-gradient(315deg, transparent 48%, #00ccff 47%, #00ccff 52%, transparent 52%);
  display: inline-block;
  margin-bottom: -1em;
}
.section .text h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #00ccff;
  font-size: 2em;
  line-height: 2em;
  position: relative;
  display: block;
}
.section .text h3 span {
  text-transform: uppercase;
  font-size: 0.7em;
  display: inline-block;
}
.section .text h3 i {
  display: inline-block;
  height: 1em;
  width: 2px;
  background: #00ccff;
  margin: 0 20px;
  margin-bottom: -0.1em;
}
.section .text h4 {
  font-size: 1.3em;
  line-height: 1.5em;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 12px;
  color: #00ccff;
}
.section .text h5 {
  font-size: 1.2em;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #00ccff;
}
.section .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: left;
}
.section .text ul {
  margin-bottom: 25px;
  text-align: left;
}
.section .text ul li {
  font-size: 16px;
  line-height: 1.8;
  list-style: none;
}
.section .list p {
  margin-bottom: 10px;
}
.section .img {
  margin: auto;
  margin-bottom: 40px;
  margin-top: 30px;
  width: 90%;
}
.section .img img {
  display: block;
  margin: auto;
}
.section .img .w50 {
  width: 70%;
}
.section .img p {
  margin-top: 10px;
  text-align: center;
  font-size: 1em;
  color: #666;
}
@media (max-width: 1024px) {
  .section .img p {
    text-align: left;
    font-size: 0.8em;
    color: #999;
  }
  .section .img .w50 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .section .img {
    width: 100%;
  }
}
.juryBox {
  margin-top: 30px;
}
.juryBox h4 {
  margin-top: 15px;
}
.juryBox h5 {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .mainPage {
    margin-top: 55px;
  }
  .section {
    padding-top: 70px;
  }
  .section .text h3,
  .section .text h2 {
    display: block;
    font-size: 1.5em;
    line-height: 1.5;
    height: auto;
    margin-bottom: 20px;
  }
  .section .text h3 i,
  .section .text h2 i {
    display: none;
  }
  .section .text h3 span,
  .section .text h2 span {
    display: block;
    width: 100%;
    margin-top: 0.3em;
  }
  .section .text h4 {
    font-size: 1.16em;
    margin-bottom: 0.5em;
  }
  .section .text p {
    font-size: 1em;
    margin-bottom: 1.8em;
    text-align: justify;
  }
  .section .text ul {
    margin-bottom: 1.8em;
  }
  .section .text ul li {
    font-size: 1em;
    text-align: justify;
  }
}
/**
 * jinShuJu component
 */
.jinShuJu .clickBtn {
  margin: auto;
  text-align: center;
}
.jinShuJu .clickBtn .btn {
  background: #00ccff;
  border: 1px solid #00ccff;
  color: #FFF;
  line-height: 1.7em;
  font-size: 1.2em;
  display: inline-block;
  margin: auto;
  padding: 1.5em 3em;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
.jinShuJu .clickBtn .btn:hover {
  background: #FFF;
  border: 1px solid #00ccff;
  color: #00ccff;
}
.jinShuJu .modelForm {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  display: none;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.jinShuJu .modelForm .layout {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.jinShuJu .modelForm .closeBtn {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 35px;
  z-index: 99999999;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  cursor: pointer;
}
.jinShuJu .modelForm .closeBtn i {
  font-size: 3.2em;
}
.jinShuJu .modelForm .closeBtn:hover {
  transform-origin: center center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.jinShuJu .modelForm iframe {
  position: absolute;
  top: 1%;
  z-index: 1001;
}
@media (max-width: 1024px) {
  .jinShuJu .modelForm iframe {
    height: 830px !important;
  }
}
.jinShuJu .showOut {
  display: block;
  opacity: 1;
}
.jinShuJu .pcForm {
  display: block;
}
.jinShuJu .mobileForm {
  display: none;
}
@media (max-width: 1024px) {
  .jinShuJu .pcForm {
    display: none;
  }
  .jinShuJu .mobileForm {
    display: block;
  }
  .jinShuJu .modelForm .closeBtn {
    top: 0;
    right: 15px;
  }
  .jinShuJu .modelForm .closeBtn i {
    font-size: 40px;
    color: #FFF;
  }
}
/**
 * footer component
 */
.yf-footer {
  width: 100%;
  overflow: hidden;
  clear: both;
  background: #0e1835;
}
.yf-footer .cuhk-logo {
  padding: 10px 21px;
}
.yf-footer .sz-logo {
  padding: 25px 27px;
}
.yf-footer .yf-logo {
  padding: 15px 18px;
}
.footer-detail {
  height: 80px;
  float: left;
  padding: 23px 0;
}
.footer-qrcode > img:last-child {
  float: right;
}
.footer-links a {
  font-size: 12px;
  color: #d8d8d8;
  line-height: 17px;
  text-decoration: none;
  margin-right: 10px;
}
.footer-links a:hover {
  color: #FFFFFF;
}
.footer-copyright {
  font-size: 12px;
  color: #d8d8d8;
  line-height: 17px;
  margin-top: 6px;
}
.footer-share {
  display: flex;
  align-items: center;
  margin-top: 6px;
  font-size: 12px;
  color: #ffffff;
  line-height: 17px;
}
.footer-share > i {
  margin-left: 15px;
}
.yf-footer .img img {
  width: 30%;
}
@media (max-width: 1024px) {
  .footer-detail {
    height: auto;
    padding-top: 0px;
  }
  .yf-footer .img img {
    width: 32%;
  }
}
/*----------------------------
金数据表单样式
 */
@media (max-width: 1024px) {
  .entry-container > .entry-container-inner > form > .form-header .form-title {
    font-size: 1.5em;
    line-height: 1.3;
  }
}
/*vr全景*/
.vrItems .vrItem {
  cursor: pointer;
  margin-bottom: 30px;
}
.vrItems .vrItem img {
  width: 360px;
  height: 360px;
  position: absolute;
  left: 0px;
}
.vrItems .vrItem .vr {
  position: relative;
  display: block;
  overflow: hidden;
  height: 360px;
}
.vrItems .vrItem .service-intro-detail {
  display: flex;
  width: 100%;
  height: 360px;
  padding: 30px;
  font-size: 22px;
  line-height: 1.5;
  color: #FFF;
  opacity: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
.vrItems .vrItem:hover .service-intro-detail {
  opacity: 0.3;
}
.sz-logo {
  margin-left: 40px;
}
@media (max-width: 1024px) {
  #banner {
    margin-left: 0;
  }
  .circle {
    width: 300px;
  }
  .vrItems .vrItem .service-intro-detail {
    height: 200px;
    padding: 15px;
    font-size: 16px;
  }
  .vrItems .vrItem img {
    width: 100%;
    height: 200px;
    left: 0px;
  }
  .vrItems .vrItem .vr {
    position: relative;
    display: block;
    overflow: hidden;
    height: 200px;
  }
  .sz-logo {
    margin-left: 10px;
  }
  .jinShuJu .clickBtn .btn {
    line-height: 1.5em;
    padding: 1em 3em;
  }
}
.img iframe {
  width: 100%;
  min-height: 515px;
}
@media (max-width: 1024px) {
  .img iframe {
    min-height: 240px;
  }
}
.backToPosition {
  position: absolute;
  bottom: 6.4em;
  left: 1.4em;
  width: 260px;
}
.backToPosition a,
.backToPosition span {
  color: #FFFFFF;
  display: block;
}
.backToPosition .backLogo {
  display: inline-block;
  width: 35px;
  float: left;
}
.backToPosition .backText {
  display: inline-block;
  width: 220px;
}
.toPage {
  padding: 40px;
}
.toPage .btn {
  background: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 15px;
  color: #2b2b2b;
  font-weight: bold;
}
.toPage .btn span {
  font-size: 10px;
}
.headerb .backToPosition a,
.headerb .backToPosition span {
  color: #000000;
}
video::-internal-media-controls-download-button {
  display: none;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}
.itemBox {
  height: 360px;
  margin-top: 20px;
}
.itemBox .img {
  position: relative;
  margin: 0;
  margin-bottom: 8px;
  cursor: pointer;
  width: 100%;
}
.itemBox .img .levelTab {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #00ccff;
  padding: 10px;
  text-align: right;
}
.itemBox .img .levelTab span {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
}
.itemBox .title {
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.itemBox .title p {
  color: #4d4d4d;
  line-height: 1.7;
  font-weight: bold;
}
.itemBox .articleLink {
  text-align: right;
  color: #4d4d4d;
  font-weight: bold;
}
.itemBox a {
  color: #4d4d4d;
}
.itemBox .title:hover a {
  color: #00ccff;
}
.itemBox .title:hover p {
  color: #00ccff;
}
.articleLink:hover a {
  color: #00ccff;
}
.layer {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -99;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.layer .sliderShow {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  z-index: 1;
}
.layer .pointy {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 30px;
  z-index: 99;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  cursor: pointer;
}
.layer .pointy:hover {
  transform-origin: center center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.layer .close:hover::before,
.layer .close:hover::after {
  background: #00ccff;
}
.layer .close::before,
.layer .close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #FFFFFF;
}
.layer .close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.layer .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.layer .close.pointy::Before,
.layer .close.pointy::after {
  width: 200%;
  left: -50%;
  height: 4px;
  margin-top: -2px;
}
.layer .closeBtn {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  float: left;
  display: inline-block;
  z-index: 1;
}
.showOut.layer {
  z-index: 9999;
  opacity: 1;
  display: block;
}
.sliderShow .sp-buttons {
  position: absolute;
  bottom: 15px;
}
.sliderShow .sp-buttons .sp-button {
  border-color: #FFFFFF;
}
.sliderShow .sp-buttons .sp-selected-button {
  background-color: #FFFFFF;
}
.committeeShow .itemBox {
  height: 480px;
}
.committeeShow .itemBox .img {
  cursor: unset;
}
.committeeShow .name p {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.JumpBtn {
  position: absolute;
  bottom: 8%;
  right: 5%;
  display: inline-block;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
.JumpBtn .jinShuJu .clickBtn .btn {
  background: #00ffcb;
  border: 1px solid #00ffcb;
  color: #FFFFFF;
}
.JumpBtn:hover .jinShuJu .clickBtn .btn {
  background: #FFFFFF;
  cursor: pointer;
  color: #00ffcb;
}
/*# sourceMappingURL=main.css.map */