﻿.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

* {
  box-sizing: border-box; }

html, body {
  overflow: hidden; }

#web {
  height: 100%;
  overflow: auto; }

.top {
  width: 100%;
  background-color: #0068b7; }
  .top > .topContent {
    width: 1200px;
    margin: 0 auto;
    height: 60px; }
    .top > .topContent > .left {
      height: 100%;
      float: left;
      width: 50%; }
      .top > .topContent > .left > li {
        display: inline-block;
        margin-right: 24px; }
        .top > .topContent > .left > li > a {
          display: block;
          line-height: 60px;
          color: #ffffff;
          font-size: 16px; }
          .top > .topContent > .left > li > a > img {
            height: 35px;
            vertical-align: middle; }
      .top > .topContent > .left > li:last-of-type {
        margin: 0; }
    .top > .topContent > .right {
      height: 100%;
      width: 45%;
      float: right; }
      .top > .topContent > .right > li {
        display: inline-block;
        float: right;
        margin-left: 24px; }
        .top > .topContent > .right > li > a {
          display: block;
          line-height: 60px;
          color: #ffffff;
          font-size: 16px; }
      .top > .topContent > .right > li:last-of-type {
        margin: 0; }

.content {
  background: url(../img/bg.png) no-repeat;
  padding-top: 30px;
  padding-bottom: 30px; }
  .content > .dialogBox {
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(179, 194, 206, 0.35);
    border-radius: 9px; }
    .content > .dialogBox > .dialogHeader {
      border-top-left-radius: 9px;
      border-top-right-radius: 9px;
      background-color: #0068b7;
      height: 56px;
      padding-left: 125px;
      padding-right: 15px;
      position: relative; }
      .content > .dialogBox > .dialogHeader > img {
        position: absolute;
        left: 35px;
        top: 10px;
        width: 80px; }
      .content > .dialogBox > .dialogHeader > .headerLeft {
        float: left;
        color: #ffffff;
        line-height: 56px;
        font-size: 18px; }
      .content > .dialogBox > .dialogHeader > .headerRight {
        float: right;
        font-size: 16px;
        line-height: 56px;
        color: #ffffff; }
        .content > .dialogBox > .dialogHeader > .headerRight > span {
          display: inline-block;
          height: 20px;
          line-height: 20px;
          width: 20px;
          font-size: 12px;
          text-align: center;
          vertical-align: middle;
          border-radius: 45px;
          border: 1px solid #ffffff;
          cursor: pointer; }
    .content > .dialogBox > .dialogContent {
      height: 700px; }
      .content > .dialogBox > .dialogContent > .dialogContentLeft {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 70%;
        border-right: 2px solid #dddddd; }
        .content > .dialogBox > .dialogContent > .dialogContentLeft > .dialogMainContent {
          position: relative;
          height: 533px;
          overflow: auto;
          border-bottom: 2px solid #dddddd;
          padding: 0 35px;
          padding-bottom: 25px;
          padding-top: 50px; }
          .content > .dialogBox > .dialogContent > .dialogContentLeft > .dialogMainContent > #answer {
            margin-bottom: 25px; }
            .content > .dialogBox > .dialogContent > .dialogContentLeft > .dialogMainContent > #answer > img {
              float: left;
              width: 60px;
              margin-right: 25px; }
            .content > .dialogBox > .dialogContent > .dialogContentLeft > .dialogMainContent > #answer > .answerBox {
              float: left;
              display: inline-block;
              vertical-align: top;
              position: relative;
              max-width: 66%;
              min-width: 36%;
              min-height: 80px;
              padding: 8px;
              border-radius: 8px;
              background-color: #ffffff;
              border: solid 1px #d8d8d8; }
              .content > .dialogBox > .dialogContent > .dialogContentLeft > .dialogMainContent > #answer > .answerBox > .relateDiv > p {
                margin-bottom: 8px; }
              .content > .dialogBox > .dialogContent > .dialogContentLeft > .dialogMainContent > #answer > .answerBox > .relateDiv > img {
                margin-bottom: 8px;
                max-width: 100%; }
              .content > .dialogBox > .dialogContent > .dialogContentLeft > .dialogMainContent > #answer > .answerBox > img {
                position: absolute;
                left: -15px;
                top: 20px;
                z-index: 88; }
              .content > .dialogBox > .dialogContent > .dialogContentLeft > .dialogMainContent > #answer > .answerBox > h4 {
                font-size: 18px;
                border-bottom: 1px dashed #999999;
                padding-bottom: 9px;
                margin-bottom: 4px; }
              .content > .dialogBox > .dialogContent > .dialogContentLeft > .dialogMainContent > #answer > .answerBox > a {
                display: block;
                color: #333333;
                line-height: 24px; }
                .content > .dialogBox > .dialogContent > .dialogContentLeft > .dialogMainContent > #answer > .answerBox > a > em {
                  color: #e1211f; }
                .content > .dialogBox > .dialogContent > .dialogContentLeft > .dialogMainContent > #answer > .answerBox > a:hover {
                  color: #e1211f; }
          .content > .dialogBox > .dialogContent > .dialogContentLeft > .dialogMainContent > #question {
            margin-bottom: 25px; }
            .content > .dialogBox > .dialogContent > .dialogContentLeft > .dialogMainContent > #question > img {
              float: right;
              width: 60px;
              margin-left: 25px; }
            .content > .dialogBox > .dialogContent > .dialogContentLeft > .dialogMainContent > #question > .questionBox {
              float: right;
              display: inline-block;
              vertical-align: top;
              position: relative;
              max-width: 66%;
              min-width: 36%;
              padding: 8px;
              min-height: 80px;
              border-radius: 8px;
              background-color: #0068b7;
              border: solid 1px #d8d8d8; }
              .content > .dialogBox > .dialogContent > .dialogContentLeft > .dialogMainContent > #question > .questionBox > img {
                position: absolute;
                right: -15px;
                top: 20px;
                z-index: 88; }
              .content > .dialogBox > .dialogContent > .dialogContentLeft > .dialogMainContent > #question > .questionBox > p {
                color: white;
                line-height: 24px; }
        .content > .dialogBox > .dialogContent > .dialogContentLeft > .diolagInput {
          position: relative;
          height: 160px; }
          .content > .dialogBox > .dialogContent > .dialogContentLeft > .diolagInput > .textareaDiv {
            height: 100px; }
            .content > .dialogBox > .dialogContent > .dialogContentLeft > .diolagInput > .textareaDiv > textarea {
              height: 100%;
              width: 100%;
              line-height: 24px;
              color: #b1b1b1;
              font-size: 14px;
              padding: 20px;
              border: 0;
              outline: none;
              background-color: transparent; }
          .content > .dialogBox > .dialogContent > .dialogContentLeft > .diolagInput > button {
            position: absolute;
            width: 110px;
            height: 45px;
            background-color: #0068b7;
            box-shadow: 0px 1px 10px 0px rgba(0, 104, 183, 0.28);
            border-radius: 6px;
            color: white;
            font-size: 16px;
            text-align: center;
            line-height: 45px;
            bottom: 20px;
            right: 20px; }
          .content > .dialogBox > .dialogContent > .dialogContentLeft > .diolagInput > .suggestDiv {
            position: absolute;
            bottom: 160px;
            z-index: 15;
            background: white;
            max-height: 260px;
            overflow-y: auto;
            width: 400px;
            left: 20px;
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
            border-radius: 8px;
            padding: 0 8px; }
            .content > .dialogBox > .dialogContent > .dialogContentLeft > .diolagInput > .suggestDiv > p {
              cursor: pointer;
              border-bottom: 1px solid #eee;
              line-height: 24px;
              color: #333; }
              .content > .dialogBox > .dialogContent > .dialogContentLeft > .diolagInput > .suggestDiv > p:hover {
                background: #f2f4f5; }
            .content > .dialogBox > .dialogContent > .dialogContentLeft > .diolagInput > .suggestDiv > p:last-of-type {
              border: none; }
          .content > .dialogBox > .dialogContent > .dialogContentLeft > .diolagInput > .tabDiv_two_Check {
            position: absolute;
            bottom: 160px;
            left: 0;
            right: 0; }
            .content > .dialogBox > .dialogContent > .dialogContentLeft > .diolagInput > .tabDiv_two_Check > ul {
              display: flex;
              background: white;
              justify-content: space-around;
              padding-bottom: 6px; }
              .content > .dialogBox > .dialogContent > .dialogContentLeft > .diolagInput > .tabDiv_two_Check > ul > li {
                padding: 5px 11px;
                cursor: pointer;
                border: 1px solid #e9edf7;
                box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
                border-radius: 20px; }
                .content > .dialogBox > .dialogContent > .dialogContentLeft > .diolagInput > .tabDiv_two_Check > ul > li:hover {
                  transform: scale(1.1); }
      .content > .dialogBox > .dialogContent > .dialogContentRight {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 29%; }
        .content > .dialogBox > .dialogContent > .dialogContentRight > .rightOne {
          padding: 8px 20px; }
          .content > .dialogBox > .dialogContent > .dialogContentRight > .rightOne > ul > li {
            cursor: pointer;
            display: inline-block;
            margin-right: 14px;
            line-height: 22px;
            color: #999999;
            font-size: 14px; }
          .content > .dialogBox > .dialogContent > .dialogContentRight > .rightOne > ul > .tab_oneCheck {
            color: #0068b7;
            font-size: 16px;
            font-weight: 700;
            border-bottom: 2px solid #0068b7; }
          .content > .dialogBox > .dialogContent > .dialogContentRight > .rightOne > .tabDiv > div {
            margin-top: 12px;
            display: none; }
            .content > .dialogBox > .dialogContent > .dialogContentRight > .rightOne > .tabDiv > div > p > a {
              font-size: 14px;
              display: block;
              line-height: 30px;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              text-decoration: none;
              color: #666666; }
              .content > .dialogBox > .dialogContent > .dialogContentRight > .rightOne > .tabDiv > div > p > a > span {
                color: #0068b7;
                margin-right: 5px; }
              .content > .dialogBox > .dialogContent > .dialogContentRight > .rightOne > .tabDiv > div > p > a:hover {
                color: #0068b7; }
          .content > .dialogBox > .dialogContent > .dialogContentRight > .rightOne > .tabDiv > .tabDiv_Check {
            display: block; }
			       .content > .dialogBox > .dialogContent > .dialogContentRight > .rightTwo {
          padding: 20px; }
          .content > .dialogBox > .dialogContent > .dialogContentRight > .rightTwo > ul > li {
            cursor: pointer;
            display: inline-block;
            margin-right: 14px;
            line-height: 22px;
            color: #999999;
            font-size: 14px; }
          .content > .dialogBox > .dialogContent > .dialogContentRight > .rightTwo > ul > .tab_twoCheck {
            color: #0068b7;
            font-size: 16px;
            font-weight: 700;
            border-bottom: 2px solid #0068b7; }
          .content > .dialogBox > .dialogContent > .dialogContentRight > .rightTwo > .tabDiv_Two > div {
            margin-top: 12px;
            display: none; }
          .content > .dialogBox > .dialogContent > .dialogContentRight > .rightTwo > .tabDiv_Two > .tabDiv_two_Check > ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; }
            .content > .dialogBox > .dialogContent > .dialogContentRight > .rightTwo > .tabDiv_Two > .tabDiv_two_Check > ul > li {
              padding: 12px 14px;
              cursor: pointer;
              color: #fff;
              border-radius: 6px;
              cursor: pointer;
              margin-bottom: 10px; }
              .content > .dialogBox > .dialogContent > .dialogContentRight > .rightTwo > .tabDiv_Two > .tabDiv_two_Check > ul > li:hover {
                transform: scale(1.1); }
            .content > .dialogBox > .dialogContent > .dialogContentRight > .rightTwo > .tabDiv_Two > .tabDiv_two_Check > ul > li:first-of-type {
              background-color: #65c074; }
            .content > .dialogBox > .dialogContent > .dialogContentRight > .rightTwo > .tabDiv_Two > .tabDiv_two_Check > ul > li:nth-of-type(2) {
              background-color: #3c93d8; }
            .content > .dialogBox > .dialogContent > .dialogContentRight > .rightTwo > .tabDiv_Two > .tabDiv_two_Check > ul > li:nth-of-type(3) {
              background-color: #f56868; }
            .content > .dialogBox > .dialogContent > .dialogContentRight > .rightTwo > .tabDiv_Two > .tabDiv_two_Check > ul > li:nth-of-type(4) {
              background-color: #efa341; }
            .content > .dialogBox > .dialogContent > .dialogContentRight > .rightTwo > .tabDiv_Two > .tabDiv_two_Check > ul > li:nth-of-type(5) {
              background-color: #d57b54; }
            .content > .dialogBox > .dialogContent > .dialogContentRight > .rightTwo > .tabDiv_Two > .tabDiv_two_Check > ul > li:nth-of-type(6) {
              background-color: #65c074; }
          .content > .dialogBox > .dialogContent > .dialogContentRight > .rightTwo > .tabDiv_Two > #lsjl > ul > li {
            display: inline-block;
            background-color: #ffffff;
            border-radius: 4px;
            padding: 4px;
            cursor: pointer;
            color: #999999;
            margin-right: 5px;
            margin-bottom: 8px;
            text-align: center;
            border: solid 1px #bcbcbc; }
            .content > .dialogBox > .dialogContent > .dialogContentRight > .rightTwo > .tabDiv_Two > #lsjl > ul > li:hover {
              color: white;
              background-color: #0068b7;
              box-shadow: 0px 1px 10px 0px rgba(0, 104, 183, 0.28); }
			.content > .dialogBox > .dialogContent > .dialogContentRight > .rightTwo > .tabDiv_Two > #lsjl > ul > li > a {
             color: #fff }
			.content > .dialogBox > .dialogContent > .dialogContentRight > .rightTwo > .tabDiv_Two > #lsjl > ul > li > a:hover {
             color: #0068b7; }
          .content > .dialogBox > .dialogContent > .dialogContentRight > .rightTwo > .tabDiv_Two > .tabDiv_two_Check {
            display: block; }

.foot {
  background: #474747;
  color: #fff; }
  .foot > .footContent {
    width: 1200px;
    margin: 0 auto;
    padding: 22px 0px 30px; }
    .foot > .footContent > .foot_one {
      margin-bottom: 30px; }
      .foot > .footContent > .foot_one > li {
        width: 18.5%;
        float: left;
        position: relative;
        min-height: 1px;
        margin-right: 20px;
        text-align: center;
        background: #5b5b5b;
        color: #fff;
        line-height: 32px;
        border-radius: 5px;
        cursor: pointer; }
      .foot > .footContent > .foot_one > li:last-of-type {
        margin: 0; }
    .foot > .footContent > .foot_two > .foot_twoLeft {
      width: 60%;
      float: left; }
      .foot > .footContent > .foot_two > .foot_twoLeft > p {
        color: white;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px; }
        .foot > .footContent > .foot_two > .foot_twoLeft > p > a {
          color: white;
          font-size: 14px;
          line-height: 20px; }
    .foot > .footContent > .foot_two > .foot_twoRight {
      width: 20%;
      float: right; }
      .foot > .footContent > .foot_two > .foot_twoRight > a {
        vertical-align: middle;
        display: inline-block;
        margin: 0 5px; }
