﻿@charset "UTF-8";
.service {
  /*tab的css*/ }
  .service .text {
    margin: 20px;
    font-size: 36px;
    text-align: center; }
  .service .textbox {
    width: 500px; }
  .service .datawrite {
    margin-top: 50px;
    text-align: center;
    height: 299px; }
  .service #tabB {
    min-height: 299px;
    margin-top: 20px;
    margin-left: 10px; }
  .service .FQA-group {
    background-color: gray;
    color: white;
    height: 45px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px 10px 10px; }
  .service .nav-tabs.tabs {
    position: relative;
    border-bottom: 0 none;
    margin-left: -15px; }
  .service .nav-tabs.tabs li {
    text-align: center; }
  .service .nav-tabs.tabs li.active a {
    background: #908a78;
    border: none;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    height: 53px;
    margin-top: -3px; }
  .service .nav-tabs.tabs li a {
    display: block;
    height: 49px;
    line-height: 30px;
    background: #efe8d5;
    font-size: 15px;
    font-weight: 600;
    color: #908a78;
    text-transform: uppercase;
    margin-right: 0;
    border-radius: 10px 10px 0 0;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s; }
  .service .nav-tabs.tabs li a:before {
    content: "";
    height: 70px;
    line-height: 90px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1; }
  .service .tab .nav-tabs.tabs li:last-child a:before {
    border: none; }
  .service .tab-content {
    font-size: 14px;
    color: #6f6c6c;
    border: #908a78 solid;
    border-radius: 0 10px 10px 10px;
    padding-right: 10px; }
  .service .title-line {
    width: 400px;
    height: 5px;
    background-color: gray;
    margin-top: 45px;
    animation-name: caret;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-delay: 0s; }

@keyframes caret {
  from {
    width: 0px; }
  to {
    width: 400px; } }
  .service .title-line2 {
    float: right;
    width: 400px;
    height: 5px;
    background-color: gray;
    margin-top: -40px;
    animation-name: caret;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-delay: 0s; }

@keyframes caret {
  from {
    width: 0px; }
  to {
    width: 400px; } }

