@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-6-25, 11:03:24
    Author     : Administrator
*/
body {
  font-size: 14px;
  font-family: \5FAE\8F6F\96C5\9ED1; }

body, div, p, span, ul, li, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

/*动画*/
@keyframes toTop {
  0% {
    left: 0px;
    top: 1000px;
    opacity: 0; }
  100% {
    left: 0;
    top: 0;
    opacity: 1; } }
@keyframes toRight {
  0% {
    right: -500px;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }
@keyframes toLeft {
  0% {
    left: -500px;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }
.banna {
  height: 272px;
  width: 100%;
  min-width: 1000px;
  background: linear-gradient(to bottom, #003399 0%, #247BCA 25%, #247BCA 100%);
  margin-bottom: 40px; }

.productNav {
  width: 100%;
  min-width: 1000px;
  margin-bottom: 20px;
  font-family: "微软雅黑"; }
  .productNav .productTitle {
    width: 1000px;
    margin: 0 auto;
    height: 80px;
    box-sizing: border-box;
    vertical-align: bottom;
    border-bottom: 1px solid #DFEDFD; }
    .productNav .productTitle .titleLeft {
      float: left;
      box-sizing: border-box; }
      .productNav .productTitle .titleLeft p {
        display: inline-block;
        width: 7px;
        vertical-align: bottom; }
      .productNav .productTitle .titleLeft p:nth-child(1) {
        height: 80px;
        width: 80px;
        text-align: center;
        /*line-height:80px;*/
        /*font-weight:bold;*/
        font-size: 28px;
        color: #fff;
        background-color: #0A54AB; }
      .productNav .productTitle .titleLeft p:nth-child(2) {
        height: 58px;
        background-color: #0A54AB; }
      .productNav .productTitle .titleLeft p:nth-child(3) {
        height: 35px;
        background-color: #398CF2; }
      .productNav .productTitle .titleLeft p:nth-child(4) {
        height: 17px;
        background-color: #77B0F7; }
      .productNav .productTitle .titleLeft p:nth-child(5) {
        height: 7px;
        background-color: #DFEDFD; }
    .productNav .productTitle .titleRight {
      float: right;
      line-height: 80px;
      height: 80px;
      box-sizing: border-box;
      width: calc(100% - 130px);
      text-align: right; }
      .productNav .productTitle .titleRight ul {
        vertical-align: bottom; }
        .productNav .productTitle .titleRight ul li {
          vertical-align: bottom;
          list-style: none;
          display: inline-block;
          cursor: pointer; }
          .productNav .productTitle .titleRight ul li a {
            text-decoration: none;
            /*padding:5px 10px;*/
            font-size: 16x;
            margin: 0 10px;
            padding: 0px 5px;
            color: #0A54AB;
            cursor: pointer; }
          .productNav .productTitle .titleRight ul li .active {
            transition: all 0.5s linear 0s;
            background-color: #0A54AB;
            color: #fff;
            padding-bottom: 2px; }

.productDetail .contentBox ul {
  list-style: none;
  position: relative;
  height: 1000px;
  transition: all 0.2s ease-in-out 0.2s; }
  .productDetail .contentBox ul li {
    width: 100%;
    min-width: 1000px;
    position: absolute;
    opacity: 0;
    z-index: 1; }
    .productDetail .contentBox ul li .top {
      width: 1000px;
      margin: 0 auto;
      margin-bottom: 20px; }
      .productDetail .contentBox ul li .top .ProductNavigation {
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #CCCCCC; }
        .productDetail .contentBox ul li .top .ProductNavigation a {
          color: #666666;
          font-size: 16px;
          cursor: pointer;
          text-decoration: none; }
        .productDetail .contentBox ul li .top .ProductNavigation a:hover {
          color: #0A54AB; }
        .productDetail .contentBox ul li .top .ProductNavigation span {
          padding: 0 5px; }
      .productDetail .contentBox ul li .top .productList h1 {
        font-size: 24px;
        color: #B8202C;
        margin: 10px 0; }
      .productDetail .contentBox ul li .top .productList .content {
        position: relative; }
        .productDetail .contentBox ul li .top .productList .content .item {
          margin-top: 20px;
          position: relative;
          top: 1000px;
          opacity: 0; }
          .productDetail .contentBox ul li .top .productList .content .item p {
            padding-left: 10px;
            color: #333333;
            font-size: 16px;
            line-height: 35px; }
            .productDetail .contentBox ul li .top .productList .content .item p span:first-child {
              color: #333333;
              font-weight: bold; }
    .productDetail .contentBox ul li .bottom {
      width: 100%;
      min-width: 1000px;
      background-color: #F6F6F6;
      padding: 10px 0 30px 0;
      font-size: 16px;
      color: #333333;
      font-family: "微软雅黑";
      /*预算报销管理*/
      /*国库自动生成凭证*/ }
      .productDetail .contentBox ul li .bottom .bottomlist {
        width: 1000px;
        margin: 0 auto; }
        .productDetail .contentBox ul li .bottom .bottomlist .list {
          margin-bottom: 20px;
          /*决算分析*/ }
          .productDetail .contentBox ul li .bottom .bottomlist .list p {
            line-height: 35px;
            padding-left: 10px; }
          .productDetail .contentBox ul li .bottom .bottomlist .list .roundBox {
            margin: 30px 0;
            position: relative; }
            .productDetail .contentBox ul li .bottom .bottomlist .list .roundBox span {
              display: inline-block;
              position: relative;
              width: 120px;
              height: 120px;
              text-align: center;
              line-height: 120px;
              font-size: 24px;
              background-color: #009999;
              color: #fff;
              border: 1px solid #009999;
              border-radius: 50%;
              margin-left: 35px; }
            .productDetail .contentBox ul li .bottom .bottomlist .list .roundBox span:nth-child(2n) {
              background-color: #fff;
              color: #009999; }
          .productDetail .contentBox ul li .bottom .bottomlist .list .targetBox {
            font-size: 0;
            margin-top: 30px;
            position: relative; }
            .productDetail .contentBox ul li .bottom .bottomlist .list .targetBox .targetItem {
              display: inline-block;
              width: 235px;
              height: 350px;
              vertical-align: top;
              margin-left: 10px;
              box-sizing: border-box;
              position: relative; }
              .productDetail .contentBox ul li .bottom .bottomlist .list .targetBox .targetItem span:first-child {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 120px;
                height: 120px;
                text-align: center;
                vertical-align: middle;
                font-size: 24px;
                background-color: #009999;
                color: #fff;
                margin: 0 auto;
                border: 1px solid #009999;
                border-radius: 50%; }
              .productDetail .contentBox ul li .bottom .bottomlist .list .targetBox .targetItem span:last-child {
                display: block;
                font-size: 16px;
                color: #333333;
                line-height: 30px;
                margin-top: 20px; }
            .productDetail .contentBox ul li .bottom .bottomlist .list .targetBox .targetItem:hover {
              /*                                    span:first-child{
                                                      background-color:#fff;
                                                      color:#fff;
                                                  }*/ }
          .productDetail .contentBox ul li .bottom .bottomlist .list .pictureBox {
            width: 100%;
            text-align: center; }
            .productDetail .contentBox ul li .bottom .bottomlist .list .pictureBox img {
              width: 100%; }
  .productDetail .contentBox ul .show {
    transition: all 0.3s ease-in-out 0.2s;
    opacity: 1;
    display: block;
    z-index: 99; }

h2 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  font-family: "微软雅黑";
  margin-bottom: 10px;
  margin-top: 10px; }
  h2 i {
    background-color: #0A54AB;
    vertical-align: bottom;
    width: 5px;
    height: 22px;
    display: inline-block;
    margin-right: 5px; }
