* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: MyFont;
  /* 自定义字体名称 */
  src: url("../../Font/Playball-Regular.ttf");
  /* 字体文件的路径 */
}
@font-face {
  font-family: MyFont2;
  /* 自定义字体名称 */
  src: url("../../Font/Monoton.ttf");
  /* 字体文件的路径 */
}
body {
  font-family: "微软雅黑";
}
.Computer {
  display: block;
}
.Computer .ComputerCuowu {
  width: 904px;
  margin: 0 auto;
}
.Computer .base-info-wrap {
  background: #f8f8f8;
}
.Computer .base-info-wrap .base-info {
  width: 1190px;
  margin: 0 auto;
  height: 30px;
  padding-top: 3px;
  overflow: visible;
  position: relative;
}
.Computer .base-info-wrap .base-info .base-info-left {
  float: left;
  color: #184f92;
  font-size: 20px;
  letter-spacing: 3px;
}
.Computer .base-info-wrap .base-info .base-info-right {
  float: right;
  padding-top: 5px;
  position: relative;
  overflow: visible;
}
.Computer .base-info-wrap .base-info .phone-number {
  font-size: 14px;
  padding-top: -9px;
  position: relative;
}
.Computer .base-info-wrap .base-info .icon {
  font-size: 1.35em;
  padding: 0 10px;
}
.Computer .base-info-wrap .base-info .weixin {
  cursor: pointer;
  position: relative;
}
.Computer .base-info-wrap .base-info .weixin:hover .weixin-ma {
  display: block;
}
.Computer .base-info-wrap .base-info .weixin .weixin-ma {
  width: 411px;
  height: 141px;
  position: absolute;
  left: -290px;
  top: 25px;
  z-index: 13;
  display: none;
}
.Computer .header {
  width: 100%;
  min-width: 1200px;
  z-index: 20;
  background-color: #FFF;
}
.Computer .header .userInfo {
  padding: 0 10px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.Computer .header .userInfo .userInfoBox {
  display: flex;
  padding: 10px 0;
  align-items: center;
  justify-content: space-around;
  width: 260px;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 0 6px #d7d7d7;
}
.Computer .header .userInfo .userInfoBox .userInfoLeft {
  display: flex;
  align-items: center;
}
.Computer .header .userInfo .userInfoBox .userInfoLeft img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 15px;
}
.Computer .header .userInfo .userInfoBox .userInfoRight a {
  text-decoration: none;
  color: #333333;
}
.Computer .header .header-box {
  margin-bottom: 20px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Computer .header .header-box .header-logo {
  width: 208px;
  height: 62px;
  margin-top: 12px;
  margin-bottom: 12px;
  display: block;
  position: relative;
  float: left;
}
.Computer .header .header-box .header-logo img {
  width: 208px;
  height: 62px;
}
.Computer .header .header-box .header-ul {
  width: 100%;
  height: 62px;
  margin-top: 12px;
  margin-bottom: 12px;
  /*
        ul {
          display: flex;

          li {
            list-style: none;

            &:first-child a {
              font-weight: 800;
              color: #2241b5;
            }

            &:last-child {
              margin-right: 0;

            }

            a {
              display: inline-block;
              font-size: 16px;
              font-family: "微软雅黑";
              text-decoration: none;
              color: #2a2a2a;
              padding: 0 10px;

              &:hover {
                cursor: pointer;
                color: #2241b5;
                font-weight: 800;
              }

              .item {
                height: 136px;
                line-height: 136px;
              }

              .nav-btn {
                display: inline-block;
                vertical-align: middle;
                width: 0;
                border: 5px solid;
                border-color: currentColor transparent transparent transparent;
                margin: 0 0 -8px 0;

                left: 5px;
                color: #2a2a2a;
              }
            }

            .item2 {
              display: flex;
              align-items: center;
            }

            .subnav {
              z-index: 100;
              position: absolute;
              display: block;
              width: 100% !important;
              height: 300px;
              top: 136px;
              left: 0px;
              right: 0;
              background: url("../../image/nav-bg.jpg") center top / 100% 100% repeat transparent;

              .subbox {
                width: 100% !important;
                height: 300px;
                display: flex;
                position: relative;

                .submenu {
                  display: flex;
                  flex-direction: column;
                  transition: all .8s;

                  a {
                    position: relative;

                    img {
                      width: 120px;
                      height: 120px;
                      border-radius: 50%;
                    }

                    .submenu-search {
                      background: url(../../image/imageEffetc.png) 50% no-repeat;
                      position: absolute;
                      top: 0px;
                      left: 0px;
                      width: 120px;
                      height: 120px;
                      cursor: pointer;
                      opacity: 0;
                      transition: opacity .8s;
                    }

                    &:hover .submenu-search {
                      opacity: 1;
                      transition: opacity .8s;
                    }
                  }

                  h5 {
                    margin-top: 15px;
                    color: rgb(145, 124, 98);
                    font-size: 18px;
                    text-align: center;
                  }

                  p {
                    text-align: center;
                    margin-top: 5px;
                    color: rgb(51, 51, 51);
                    font-family: "MyFont";
                  }
                }

                .item-a {
                  @keyframes myfirst {
                    from {
                      width: 0
                    }
                    to {
                      background: yellow;
                    }
                  }

                  @-webkit-keyframes myfirst
                    from {
                      background: red;
                    }
                    to {
                      background: yellow;
                    }
                  }
                }
              }
            }
          }

          .liActive {
            width: 30px;
          }
        }*/
}
.Computer .nav {
  background-color: #fff;
  position: fixed;
  border-bottom: 1px solid #6d6d6d;
}
.Computer .nav .header-box ul li a {
  font-weight: normal !important;
  color: #212121 !important;
}
.Computer .nav .header-box ul li a:hover {
  border-bottom: none !important;
  font-weight: 800 !important;
  color: #2241b5 !important;
}
#main-navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#main-navigation > li {
  min-width: 110px;
  text-align: center;
  line-height: 62px;
}
#main-navigation > li a {
  font-size: 18px;
  cursor: pointer;
}
#main-navigation > li a .caret {
  background-image: url(../../image/caret_normal.png);
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
}
#main-navigation > li a:link,
#main-navigation > li a:visited {
  text-decoration: none;
  color: #333;
}
#main-navigation > li a:hover {
  color: #184f92;
}
#main-navigation > li:hover a {
  color: #184f92;
}
#main-navigation > li:hover a .caret {
  background-image: url(../../image/caret_active.png);
}
#main-navigation > li:hover ul {
  display: flex;
  justify-content: center;
}
#main-navigation > li ul {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 80px;
  position: absolute;
  z-index: 100;
  left: 0;
  width: 100%;
  height: 280px;
  box-sizing: border-box;
  background-color: #FFF;
  box-shadow: 0 1px 1px 0px #333;
}
#main-navigation > li ul li {
  width: 180px;
  text-align: center;
}
#main-navigation > li ul li img {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 100%;
  object-fit: cover;
  display: block;
}
.Mobile {
  display: none;
}
