input::-webkit-input-placeholder {
    color: #000000; }

  input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000; }

  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000000; }

  input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000; }

  body {
    min-width: 1200px; }

    .head {
      height: 170px;
      background: url(//r1.visitbeijing.com.cn/vbj-korean/2021/1027/4d51a717abaf6447c3db519f59c939dd.png) center/cover no-repeat; }
      .head .logo-search {
        height: 106px; }
        .head .logo-search .logo {
          width: 431px;
          height: 50px;
          margin-top: 29px;
          text-indent: -100000px;
          background: url(../images/klogo.png) no-repeat; }
        .head .logo-search .search {
        height: 50px;
        width: 300px;
        margin-top: 28px;
        background: #FFFFFF;
        border-radius: 5px;
        text-indent: 21px;
        position: relative; }
        .head .logo-search .search span {
          position: absolute;
          top: 10px;
          right: 21px;
          width: 30px;
          height: 30px;
          opacity: .6;
          background: url(//r1.visitbeijing.com.cn/vbj-korean/2021/1027/2c3248a2b5c7fb98841d3be5d42f0b0d.png) center no-repeat;
          background-size: 100%;
          cursor: pointer; }
        .head .logo-search .search span:hover {
          opacity: 1; }
        .head .logo-search .search input {
          width: 70%;
          font-size: 14px;
          line-height: 50px;
          color: #000000; }
    .head .nav {
      height: 64px; }
      .head .nav ul {
        height: 100%;
        display: -webkit-flex;
        /* Safari */
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
        position: relative; }
        .head .nav ul::before {
          position: absolute;
          content: '';
          width: 2px;
          height: 10px;
          background: #EAA319;
          left: 0;
          top: 27px;
          border-radius: 3px; }
        .head .nav ul li {
          flex-grow: 1;
          text-align: center;
          position: relative; }
          .head .nav ul li a span {
            display: inline-block;
            padding: 0 10px;
            line-height: 30px;
            font-size: 16px;
            color: #ffffff;
            font-weight: 300; }
          .head .nav ul li a:hover span {
            background: #275599;
            border-radius: 3px;
            font-weight: 900; }
          .head .nav ul li::after {
            position: absolute;
            content: '';
            width: 2px;
            height: 10px;
            background: #EAA319;
            right: 0;
            top: 10px;
            border-radius: 3px; }

  .box {
    border-bottom: 2px solid #F1F1F1;
    background: url(../images/topBg.png) top center no-repeat;
    min-height: 500px; }
    .box .summary {
      margin: 90px auto;
      margin-top: 40px;
      font-weight: 300;
      width: 1120px;
      font-size: 16px;
      line-height: 30px;
      color: #6E5F5C; }
    .box .infos {
      margin-bottom: 40px; }
      .box .infos .title {
        font-weight: 400;
        font-family: Manzein;
        padding: 0 50px;
        font-size: 66px;
        line-height: 80px;
        text-align: center;
        color: #0041A2;
        padding-top: 40px;
        margin-bottom: 10px;
        position: relative; }
        .box .infos .title span {
          position: relative;
          margin-right: 23px; }
      .box .infos .pics {
        margin-top: 46px;
        position: relative; }
        .box .infos .pics .pic {
          border-radius: 10px;
          width: 100%;
          background: #383838; }
          .box .infos .pics .pic video {
            display: block;
            margin: 0 auto;
            max-width: 1200px;
            width: 1200px;
            max-height: 600px;
            /* height: 600px;  */
        }

  .foot {
    height: 120px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: rgba(0,153,204,1);
    padding-top: 70px; }
    .foot a {
      color: rgba(0,153,204,1); }
    .foot span {
      margin: 0 10px; }
