@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"); }

.top-back{display: block;
    float: left;
    line-height: 60px;
    font-size: 16px;
    background: #e18316;
    color: #fff;
    padding: 0 10px;}


.xy-main {
  margin-top: 140px; }

.xy-footer {
  background-color: #2d2d2d;
  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 {
    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: none; }
  .dialog .dialog-box {
    width: 50%;
    margin-left: 25%;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 8%;
    max-height: 80%;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 10px 10px;
    position: relative; }
  .dialog .dialog-title {
    margin:10px auto 16px;
    text-align: center;
    color: #333;
    font-size: 18px;width: 80%;display: none;}
  .dialog .dialog-content {
    line-height: 1.6em;overflow: auto;
    color: #666; }
  .dialog .dialog-close {
    width: 30px;
    height: 30px;
    font-size: 24px;
    color: #d82e14;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; border: 1px solid #d82e14;border-radius: 50%;}
  .dialog img {
    width: 50%;
    margin-left: 25%; }
/*在线QQ*/
.qq-on{ clear:both; position:fixed; right:0; max-width:230px; top:50%; z-index:9999}
.qq-on li{ clear:both; padding:5px 0; overflow:hidden;}
.qq-on li span{ display:block; width:43px; height:43px; border:1px solid #51ccef; float:right; background:url(../img/online.jpg) no-repeat;}
.qq-on li em{ display:block; width:110px; height:43px; border:1px solid #51ccef; float:right; background:#68d7f6; font-size:14px; text-align:center;color:#fff; line-height:43px; display:none; }
.qq-on li:hover span{ background-position:0 -46px; border:1px solid #51ccef; border-right:none;}
.qq-on li:hover em{ display:block;}
.qq-on li.wxline span{ background-position:0 -110px; border:1px solid #fd7d14;}
.qq-on li.wxline em{ position:absolute; right:50px; background:#fff; width:auto; height:auto; top:-50px; text-align:center;  float:none;border:2px solid #fd7d14;}
.qq-on li.wxline em .wxline-img{background-image: url(../img/wxewm.jpg); width:160px; height:160px; vertical-align:middle;background-size: 100% 100%;}
.qq-on li.wxline em p{font-size: 12px;color: #333;line-height: 20px;margin: 0 0 8px;font-style: normal;}
.qq-on li.telline span{ background-position:0 -171px; border:1px solid #569aff;}
.qq-on li.telline em{ background:#569aff; border:1px solid #569aff}
.qq-on li.telline:hover span{ background-position:0 -230px; }
.qq-on li.gotop span{ background-position:0 -305px; border:1px solid #0a9fca;}
.qq-on li.gotop em{ background:#0a9fca; border:1px solid #0a9fca}
.qq-on li.gotop:hover span{ background-position:0 -350px; }
.qq-on .qqontel{ display:none;}
