@charset "UTF-8";
html, body {
  width: 100%; }

body, p, ul, li, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

body {
  font-family: "微软雅黑"; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

a:hover,
a:active {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:focus {
  text-decoration: none; }

.banner {
  height: 547px;
  width: 100%; }

.float-left {
  float: left; }

.float-right {
  float: right; }

#header {
  height: 70px;
  line-height: 70px;
  position: fixed;
  z-index: 666666666;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  box-shadow: 0 2px 2px 1px rgba(51, 51, 51, 0.2); }
  #header .container {
    height: 100%; }
  #header .logo {
    height: 0.45rem; }
  #header .rightfont {
    font-size: 0.28rem;
    color: #226fbe;
    display: flex;
    align-items: center; }
    #header .rightfont span {
      margin-top: 0.1rem;
      margin-right: 0.1rem; }
  #header .list {
    float: right;
    height: 100%; }
    #header .list-item {
      padding: 0 25px;
      float: left;
      cursor: pointer;
      position: relative; }
      #header .list-item a {
      	font-size: 18px;
        color: #333; }
      #header .list-item:hover a {
        color: #2891e6; }
      #header .list-item .business-list {
        display: none;
        width: 100%;
        padding: 0;
        position: absolute;
        top: 70px;
        left: 0; }
        #header .list-item .business-list li {
          width: 100%;
          height: 45px;
          background: #fff;
          color: #333;
          font-size: 13px;
          text-align: center;
          line-height: 45px;
          border-bottom: 1px solid #ddd;
          transition: all 0.5s;
          animation: heights 0.3s; }
          #header .list-item .business-list li a {
            color: #333;
            border: none; }
          #header .list-item .business-list li:hover {
            background: #eee; }
            #header .list-item .business-list li:hover a {
              color: #2891e6; }
    #header .list .business:hover .business-list {
      display: block; }
    #header .list .active {
      box-sizing: border-box;
      height: 100%; }
      #header .list .active a {
        color: #2891e6;
        border-bottom: 4px solid #2891e6;
        display: block;
        height: 100%; }

.yidons {
  display: flex;
  background: #f5f7fa;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  height: 100%;
  padding: 0 3%;
  box-shadow: 0 2px 2px 1px rgba(51, 51, 51, 0.2); }
  .yidons .logo {
    height: 0.45rem;
    margin: 0 !important; }
  .yidons .more {
    width: 0.3rem;
    height: 0.33rem;
    float: right;
    background: url(../../image/more.png) no-repeat center center;
    background-size: 100% 100%; }
  .yidons-list {
    position: absolute;
    top: 0.98rem;
    right: 0;
    width: 2rem;
    background: #fff;
    display: none;
    box-shadow: 0 2px 2px 1px rgba(51, 51, 51, 0.2); }
    .yidons-list-item {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      height: 0.7rem;
      border-bottom: 1px solid #efefef; }
      .yidons-list-item a {
        color: #333;
        font-size: 0.24rem; }
        .yidons-list-item a:hover {
          color: #2891e6; }

.yidonsActive .yidons-list {
  display: block; }
.yidonsActive .yidons-list-item {
  transition: all 0.5s;
  animation: heights2 0.5s; }
  .yidonsActive .yidons-list-item:active {
    color: #2891e6;
    background: #efefef; }

.widthMax {
  transition: all 0.8s;
  animation: widths 0.8s;
  width: 100% !important;
  top: 0px !important;
  box-shadow: 0 0px 15px 1px #e8f1f8; }

.widthMin {
  transition: all 0.8s;
  animation: minwidths 0.8s;
  width: 1173px !important;
  top: 65px !important; }

@keyframes heights {
  0% {
    height: 0; }
  100% {
    height: 45px; } }
@keyframes heights2 {
  0% {
    height: 0; }
  100% {
    height: 0.7rem; } }
@keyframes widths {
  0% {
    width: 1175px;
    top: 68px; }
  100% {
    width: 100%;
    top: 0; } }
@keyframes minwidths {
  0% {
    width: 100%;
    top: 0; }
  100% {
    width: 1170px;
    top: 68px; } }
#footer {
  background-color: #05121f;
  width: 100%;
  padding-bottom: 1rem; }
  #footer .title {
    font-size: 0.3rem;
    padding-top: 0.6rem;
    margin-bottom: 0.2rem;
    color: #666;
    font-weight: bold;
    text-align: center; }
  #footer .desc {
    font-size: 0.24rem;
    color: #999;
    text-align: center; }
  #footer #footWrap {
    max-width: 1000px;
    height: 260px;
    margin: 0 auto; }
    #footer #footWrap .chatOwnWrap {
      padding-top: 50px;
      max-width: 1000px;
      height: 25px;
      clear: both;
      margin: 0px 0 40px 0; }
      #footer #footWrap .chatOwnWrap .chatOwn {
        height: 25px;
        line-height: 25px;
        display: inline-block; }
        #footer #footWrap .chatOwnWrap .chatOwn span {
          margin-right: 30px;
          color: #666666;
          font-size: 13px; }
          #footer #footWrap .chatOwnWrap .chatOwn span a {
            color: #666; }
    #footer #footWrap .chatOwnImg {
      height: 25px;
      float: right; }
      #footer #footWrap .chatOwnImg img {
        width: 33px;
        height: 25px; }
    #footer #footWrap .phone {
      color: #cccccc;
      line-height: 1.8;
      font-size: 13px; }
    #footer #footWrap .line5 {
      width: 100%;
      border-bottom: 2px #69717d solid;
      margin: 40px 0 20px 0; }
    #footer #footWrap .copyright {
      color: #666666;
      font-size: 13px;
      clear: both; }
    #footer #footWrap .copyright > p:nth-child(1) {
      float: left; }
    #footer #footWrap .copyright > p:nth-child(2) {
      float: right; }

.yfooter {
  background: #f5f7fa !important; }
