@charset "UTF-8";
html, body {
  margin: 0 auto;
  font-family: '微软雅黑';
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

img {
  display: block;
  width: 100%;
  height: 100%;
  border: none !important; }

p {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  color: #333; }

input, button, textarea, select {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  outline: medium; }

.yuanguangkeji {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  min-width: 1200px; }

.topNavigation {
  margin: 0 auto;
  height: 30px;
  background: #f2f2f2;
  position: relative;
  z-index: 999; }
  .topNavigation .left {
    float: left;
    line-height: 30px;
    font-size: 12px;
    color: #666; }
  .topNavigation .right {
    float: right; }
    .topNavigation .right ul::after {
      content: '';
      display: block;
      clear: both; }
    .topNavigation .right ul li {
      float: left;
      line-height: 30px;
      margin-left: 25px;
      font-size: 12px;
      position: relative; }
      .topNavigation .right ul li .asli {
        color: #666; }
        .topNavigation .right ul li .asli:hover {
          color: #1e78fa; }
      .topNavigation .right ul li .persondrop {
        width: 95px;
        position: absolute;
        background: url(../image/grzxxlk.png) no-repeat center;
        background-size: 100% 100%;
        top: 22px;
        left: 50%;
        margin-left: -47.5px;
        z-index: 9999;
        padding: 15px 0;
        display: none; }
        .topNavigation .right ul li .persondrop a {
          display: block;
          font-size: 12px;
          color: #666;
          text-align: center; }
          .topNavigation .right ul li .persondrop a:hover {
            color: #3074ff; }
      .topNavigation .right ul li:hover .persondrop {
        display: block; }

.publicMenus {
  margin: 0 auto;
  height: 80px;
  background: #fff; }
  .publicMenus .content {
    margin: 0 auto;
    width: 1170px;
    height: 100%; }
    .publicMenus .content .logo {
      width: 73px;
      height: 73px;
      float: left;
      margin-top: 3px; }
    .publicMenus .content .menu {
      max-width: 800px;
      float: left;
      margin-left: 150px;
      height: 100%; }
      .publicMenus .content .menu ul {
        margin: 0 auto;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .publicMenus .content .menu ul li {
          margin-left: 58px;
          font-size: 16px;
          height: 100%; }
          .publicMenus .content .menu ul li:first-child {
            margin-left: 0; }
          .publicMenus .content .menu ul li .as1 {
            display: block;
            color: #333;
            margin-top: 30px; }
            .publicMenus .content .menu ul li .as1::after {
              content: '';
              display: block;
              width: 32px;
              height: 2px;
              background: #fff;
              margin: 6px auto 0 auto; }
          .publicMenus .content .menu ul li .secondLevel {
            background: rgba(255, 255, 255, 0.8);
            position: absolute;
            left: 0;
            right: 0;
            top: 110px;
            display: none;
            z-index: 99999; }
            .publicMenus .content .menu ul li .secondLevel .content {
              padding: 10px 0 30px 0;
              margin: 0 auto;
              height: 100%;
              overflow: hidden;
              transition: all 0.3s; }
              .publicMenus .content .menu ul li .secondLevel .content span {
                display: block;
                margin-left: -45px; }
                .publicMenus .content .menu ul li .secondLevel .content span a {
                  font-size: 16px;
                  color: #333;
                  margin: 20px 0 0 45px;
                  display: inline-block;
                  overflow: hidden; }
                  .publicMenus .content .menu ul li .secondLevel .content span a img {
                    width: 20px;
                    height: 20px;
                    float: left;
                    margin-right: 10px; }
                  .publicMenus .content .menu ul li .secondLevel .content span a .img2 {
                    display: none; }
                  .publicMenus .content .menu ul li .secondLevel .content span a:hover {
                    color: #3074ff; }
                    .publicMenus .content .menu ul li .secondLevel .content span a:hover .img1 {
                      display: none; }
                    .publicMenus .content .menu ul li .secondLevel .content span a:hover .img2 {
                      display: block; }
          .publicMenus .content .menu ul li:hover .as1 {
            color: #3074ff; }
            .publicMenus .content .menu ul li:hover .as1::after {
              background: #3074ff; }
        .publicMenus .content .menu ul .liStyle a {
          color: #3074ff; }
          .publicMenus .content .menu ul .liStyle a::after {
            background: #3074ff; }
        .publicMenus .content .menu ul .loginIf {
          display: none; }
        .publicMenus .content .menu ul .loginElse {
          display: block; }
    .publicMenus .content .login {
      float: right;
      line-height: 80px;
      font-size: 14px; }
      .publicMenus .content .login a {
        color: #666; }
      .publicMenus .content .login a:nth-child(1) {
        margin-right: 20px;
        color: #3074ff; }

/* 底部 */
.footer {
  margin: 0 auto; }
  .footer .footer_top {
    margin: 0 auto;
    background: #1b2c55;
    padding: 25px 0; }
    .footer .footer_top .content {
      margin: 0 auto;
      width: 1200px;
      overflow: hidden; }
      .footer .footer_top .content .left {
        width: 860px;
        overflow: hidden;
        float: left; }
        .footer .footer_top .content .left .logo-m {
          margin: 0 auto;
          overflow: hidden; }
          .footer .footer_top .content .left .logo-m .bottlogo {
            width: 92px;
            height: 94px;
            float: left; }
          .footer .footer_top .content .left .logo-m .ul {
            float: right;
            margin: 54px 45px 0 0; }
            .footer .footer_top .content .left .logo-m .ul a {
              color: #cbd7f4; }
              .footer .footer_top .content .left .logo-m .ul a:hover {
                color: #fff; }
            .footer .footer_top .content .left .logo-m .ul font {
              margin: 0 10px;
              color: #cbd7f4; }
        .footer .footer_top .content .left .address {
          margin: 20px auto 0 auto;
          overflow: hidden; }
          .footer .footer_top .content .left .address div {
            overflow: hidden;
            margin-top: 20px; }
            .footer .footer_top .content .left .address div img {
              width: 15px;
              height: 15px;
              float: left; }
            .footer .footer_top .content .left .address div span {
              display: block;
              float: left;
              font-size: 12px;
              color: #869cd1;
              line-height: 15px;
              margin-left: 10px; }
      .footer .footer_top .content .right {
        width: 300px;
        float: right; }
        .footer .footer_top .content .right .title {
          margin: 0 auto;
          line-height: 18px;
          padding: 25px 0; }
          .footer .footer_top .content .right .title span {
            font-size: 18px;
            color: #fff; }
          .footer .footer_top .content .right .title font {
            font-size: 14px;
            color: #a5a5a5; }
        .footer .footer_top .content .right .inputs {
          margin: 0 auto 15px auto;
          height: 40px;
          background: #071c4c; }
          .footer .footer_top .content .right .inputs input {
            display: block;
            margin: 0 auto;
            width: 95%;
            color: #fff; }
          .footer .footer_top .content .right .inputs :-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #a9bdeb; }
          .footer .footer_top .content .right .inputs ::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #a9bdeb; }
          .footer .footer_top .content .right .inputs input:-ms-input-placeholder,
          .footer .footer_top .content .right .inputs textarea:-ms-input-placeholder {
            color: #a9bdeb; }
          .footer .footer_top .content .right .inputs input::-webkit-input-placeholder,
          .footer .footer_top .content .right .inputs textarea::-webkit-input-placeholder {
            color: #a9bdeb; }
        .footer .footer_top .content .right .public_button {
          background: #4d5d84; }
          .footer .footer_top .content .right .public_button a {
            color: #071c4c; }
          .footer .footer_top .content .right .public_button div {
            background: #071c4c; }
            .footer .footer_top .content .right .public_button div span {
              background: #637299; }
  .footer .footer_bottom {
    margin: 0 auto;
    background: #071c4c;
    padding: 12px 0; }
    .footer .footer_bottom .content {
      margin: 0 auto;
      width: 1200px;
      text-align: center; }
      .footer .footer_bottom .content div {
        font-size: 14px;
        line-height: 24px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .footer .footer_bottom .content div a {
          color: #4b5b7f;
          margin-left: 30px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .footer .footer_bottom .content div a:first-child {
            margin-left: 0; }
          .footer .footer_bottom .content div a img {
            width: 18px;
            height: 18px;
            margin-right: 4px; }
          .footer .footer_bottom .content div a:hover {
            text-decoration: underline; }

/* 底部 */
.publicBanner {
  margin: 0 auto;
  height: 395px;
  overflow: hidden; }
  .publicBanner img {
    height: auto !important;
    min-height: 395px; }

.public_crumbs {
  margin: 0 auto;
  width: 1200px;
  padding: 20px 0; }
  .public_crumbs span {
    font-size: 14px;
    line-height: 14px; }
    .public_crumbs span a {
      color: #666; }
      .public_crumbs span a:hover {
        color: #007AFF; }
    .public_crumbs span:last-child font {
      display: none; }
