@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  background-color: #fff; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0; }

a {
  text-decoration: none;color: inherit;}

* {
  -webkit-transition: all 0.0s;
  transition: all 0.0s; }

.xy-wrapper {
  width: 1200px;
  margin: 0 auto; }

.xy-header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  -webkit-box-shadow: 0 0 2px 2px #eee;
          box-shadow: 0 0 2px 2px #eee; }
  .xy-header .xy-top1 {
    background-color: #3a3b3d;
    height: 60px; }
    .xy-header .xy-top1 .xy-wrapper {
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .xy-header .xy-top1 .xy-wrapper .top-logo {
        width: 150px; }
      .xy-header .xy-top1 .xy-wrapper .top-img2 {
        width: 300px; }
  .xy-header .xy-topNav {
    height: 80px;
    background-color: #fff;
    position: relative; }
    .xy-header .xy-topNav .xy-wrapper {
      height: 58px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .xy-header .xy-topNav .xy-wrapper .topNav-item {
        font-size: 15px;
        color: #666;
        font-weight: bold;
        position: relative;
        -webkit-transition: all 0.0s;
        transition: all 0.0s;
        cursor: pointer; }
      .xy-header .xy-topNav .xy-wrapper .topNav-ico {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 2px solid #cfd0d2;
        bottom: -20px;
        background-color: #fff;
        left: 50%;
        margin-left: -3px; }
      .xy-header .xy-topNav .xy-wrapper .active, .xy-header .xy-topNav .xy-wrapper .topNav-item:hover {
        color: #ff913a; }
        .xy-header .xy-topNav .xy-wrapper .active .topNav-ico, .xy-header .xy-topNav .xy-wrapper .topNav-item:hover .topNav-ico {
          border: 3px solid #ff913a;
          background-color: #ff913a;
          margin-left: -4px; }
    .xy-header .xy-topNav .topNav-line {
      border-top: 2px solid #cfd0d2;
      width: 100%;
      margin-top: -5px; }
    .xy-header .xy-topNav .topNav-child {
      width: 100%;
      position: absolute;
      bottom: -50px;
      left: 0;
      background-color: #ff8b2b;
      height: 40px;
      -webkit-box-shadow: 0 2px 3px 0 #ddd;
              box-shadow: 0 2px 3px 0 #ddd; }
      .xy-header .xy-topNav .topNav-child .xy-wrapper {
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .xy-header .xy-topNav .topNav-child .topNav-child-item {
        width: 15%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        margin-left:-20px; 
      background-image: url("../img/secondnav-bg2.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;}
        .xy-header .xy-topNav .topNav-child .topNav-child-item a{display: block;}
        .xy-header .xy-topNav .topNav-child .topNav-child-item:first-child{margin: 0;}
      .xy-header .xy-topNav .topNav-child .topNav-child-item:nth-of-type(1){
        background-image: url("../img/secondnav-bg1.png"); }
      .xy-header .xy-topNav .topNav-child .active, .xy-header .xy-topNav .topNav-child .topNav-child-item:hover {
        background-image: url("../img/secondnav-bg4.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        color: #666; }
      .xy-header .xy-topNav .topNav-child .topNav-child-item:nth-of-type(1).active {
        background-image: url("../img/secondnav-bg3.png"); }
      .xy-header .xy-topNav .topNav-child .topNav-child-item:nth-of-type(1):hover {
        background-image: url("../img/secondnav-bg3.png"); }

.xy-main {
  margin-top: 170px; }

.xy-footer {
  background-color: #2d2d2d;
  min-height: 325px;
  color: #666; }

.footer-top {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .footer-top .footer-top-box {
      float: left;
    width: 26%; }
  .footer-top .footer-box-title {
    line-height: 50px;
    font-weight: bold;
    color: #999;
    font-size: 18px; }
  .footer-top .FBC-1 p {
    text-indent: 2em;
    font-size: 13px;
    line-height: 1.6em; }
  .footer-top .FBC-2 p {
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.6em; }
    .footer-top .FBC-2 p img {
      position: relative;
      right: 3px;
      top: 3px; }
    .footer-top .FBC-2 p span {
      width: 90%;
      display: inline-block; }
  .footer-top .FBC-2 .footer-img-3 {
    top: -15px; }
  .footer-top .FBC-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer-top .FBC-3 ul {
      padding: 0;
      width: 50%; }
    .footer-top .FBC-3 li {
      list-style: none;
      font-size: 13px;
      line-height: 1.8em;
      cursor: pointer; }
    .footer-top .FBC-3 li:hover {
      color: #999; }

.footer-bottom {
  border-top: 1px solid #444;
  padding-top: 10px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 14px; }

.dialog {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: block; }
  .dialog .dialog-box {
    width: 50%;
    margin-left: 25%;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 10%;
    max-height: 70%;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
    position: relative; }
  .dialog .dialog-title {
    margin-bottom: 30px;
    text-align: center;
    color: #333;
    font-size: 22px; }
  .dialog .dialog-content {
    line-height: 1.6em;
    color: #666; }
  .dialog .dialog-close {
    width: 30px;
    height: 30px;
    font-size: 24px;
    color: #999;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }
  .dialog img {
    width: 50%;
    margin-left: 25%; }
.fl{float: left;}
.fr{float: right;}
.width50{width: 49.5%;}


[v-cloak] {
    display: none; }

/* 去掉数字输入框上下箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }
input[type="number"]{ -moz-appearance: textfield; }