﻿.wrap {
    background: url(../images/index_img.png) center top no-repeat;
    background-size:100%
}
/*.header{
    height:400px;
}*/
.inner, .content{
    position: relative;
    width: 100%;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.header h1 {
    width: 100%;
    height: 60px;
    background: url(../images/logo.png) left top no-repeat;
    background-size:contain;
}
.header h1 a {
    display: block;
    width: 100%;
    height: 60px;
    background-color: transparent !important;
}

.grid {
    width:100%;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 108 141 / 20%);
}
.p1, .p2, .p3 {
    padding: 40px 20px 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb10 {
    margin-bottom: 10px;
}
.content .row {
    margin-right: -20px;
    margin-left: -20px;
}
.content .row > .col,
.content .row > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}
h3.tab {
    height: 50px;
    line-height: 50px;
    border-bottom: none;
}
.tab-pane {
    position: relative;
    overflow: hidden;
}
.tab a, .tab b {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    margin: 0px 10px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}
h3.tab a, h3.tab b {
    width: 160px;
    font-size: 24px;
    border-radius: 26px;
    border:2px solid #f3f3f3;
    line-height:46px;
    font-size:20px;
    font-weight:normal;
    color: #808080;
    padding: 0px 30px;
    margin: 0px 10px 0px 0px;
}
h3.tab .current {
    color: #fff;
    background: #0083f7;
    border-radius:25px;
}

.tab .current {
    color: #005aa8;
}
.tab-pane .pane {
    padding: 0px 10px;
}
.tab-pane .pane>ul, .tab-pane .pane>div {
    animation-duration: .3s;
}
h3.tab2 a {
    text-align: left;
    border: none;
    color: #333333;
    padding-bottom:2px;
    background: url(../images/lin_bg02.png) 30px bottom no-repeat;
}
.list-t li,
.list-t1 li {
    position: relative;
    padding-left: 20px;
    line-height: 44px;
    font-size: 18px;
}
.list-t li .date {
    position: absolute;
    top: 0;
    right: 0;
    color: #bbb;
}
.list-t li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-t li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #ddd;
    border-radius: 100px;
    background-color: #0079ff;
}
.list-t li:hover:before {
    background-color: #0079ff;
}
.list-t li:hover a{
    color:#0079ff;
}
.t4, .t5 {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    line-height: 56px;
}
.t5 {
    /*height: 50px;*/
    line-height: 50px;
    background: url(../images/bt.jpg) 50% 60% no-repeat;
}
.t4 b, .t5 b {
    display: inline-block;
    font-size: 24px;
    color: #135a9c;
    padding: 0px 5px;
}
.t5 i {
    display: block;
    float: left;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.t5 i.s1 {
    background: url(../images/q.jpg) 50% no-repeat;
}
.t5 i.s2 {
    background: url(../images/s.jpg) 50% no-repeat;
}
.search {
    padding: 20px 0px 0px 0px;
    background-color: #f8f8f8;
}
.h>li {
    float: left;
}
.search li {
    margin-bottom: 15px;
    padding:0 5px;
    display:block;
    width:100%;
}
.search span {
    display: block;
    float: left;
    margin: 0px 10px 0px 10px;
    text-align: right;
}
.search input {
    width:100%;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #dfe3ea;
    padding: 0px 20px;
    box-sizing: border-box;
    background: #fff;
    font-size: 16px;
    margin-right: 0px;
    color: #b4b3b3;
    box-shadow: none;
    outline: none;
    margin-top: -3px;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}
#example_length {
    float: left;
    color: #333;
    display: none;
}
#employeeButtonId {
    text-align: center;
    position: static;
    padding:20px;
    top: -50px;
    right: 248px;
}

table.stripe thead th {
    position: relative;
    color: #135a9c;
    line-height:24px;
    background-color: #ebf7ff;
}
.ask {
    display: inline-block;
    padding: 20px 0;
    border-radius: 10px;
    border: 1px solid #99cce9;
    box-shadow: 4px 4px 0px rgb(243 243 243);
}
.ask h3 {
    font-size: 18px;
    line-height: 54px;
}
.ask h3 span {
    color: #fff;
    font-size: 22px;
    line-height: 34px;
    padding: 10px;
    background: #4e80eb;
    margin-right: 10px;
    border-radius: 0px 25px 25px 0px;
    background: -webkit-linear-gradient(60deg, #4e80eb, #4fb4e4);
    background: linear-gradient(60deg, #4e80eb, #4fb4e4);
}
.ask p {
    font-size: 18px;
    color: #666;
    line-height: 36px;
    padding-right: 30px;
}
.ask p b {
    display: block;
    float: left;
    color: #4e8de9;
    font-size: 22px;
    font-weight: bold;
    padding: 0px 10px;
    min-height: 200px;
}
.ask p span {
    display: block;
}
.ask p a {
    display: inline-block;
    color: #fff;
    padding: 0px 20px;
    line-height: 30px;
    border-radius: 50px;
    background: #4e89ea;
    float: right;
}
.box .list-t1 li {
    padding: 1px 10px 1px 35px;
    background: #f8f8f8 url(../images/d.jpg) 15px 50% no-repeat;
}
.box .list-t1 li + li {
    margin-top: 20px;
}
/* webkit滚动条 */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #bbb;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }

::-webkit-scrollbar-track-piece {
    background-color: #ddd;
}

/* 知识库 */
.question {
    background:#fafafa;
    border-radius:5px;
    padding:30px 30px 0;
}
.question .title{
    position:relative;
    line-height:46px;
    padding-bottom:2px;
    font-size:24px;
    color:#333;
}
.question .title::before{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:46px;
    height:3px;
    background:#0083f7;
}
.question ul{
    padding-top:30px;
}
.question ul li a{
    display:block;
    overflow:hidden;
    padding:17px 0;
    line-height:40px;
}
.question ul li i{
    float:left;
    display:block;
    width:44px;
    height:44px;
    text-align:center;
    border-radius:22px;
    background:#c6e2fb;
    color:#0083f7;
    font-size:16px;
    font-style:normal;
}
.question ul li span{
    display:block;
    padding-left:20px;
    line-height:44px;
    font-size:20px;
    color:#000000;
    word-break:break-all;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.question ul li a:hover span{
     color:#0079ff;
}

.coupon{
    background:#fafafa;
    padding-top:40px;
    border-radius:5px;
}
.coupon img{
    display:block;
    width:155px;
    height:155px;
    margin:0 auto;
    border-radius:50px;
}
.coupon h2{
    padding:40px 40px 22px;
    text-align:center;
    line-height:32px;
    font-size:22px;
    color:#333333;
    background:url(../images/lin_bg01.png) center bottom no-repeat;
}
.coupon p{
    padding:22px 40px 0;
    margin-bottom:23px;
    line-height:32px;
    text-align:center;
    font-size:16px;
    min-height:96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
.coupon a{
    display:block;
    width:200px;
    height:44px;
    border-radius:22px;
    line-height:42px;
    text-align:center;
    font-size:16px;
    color:#999999;
    margin:0 auto 16px;
    border:1px solid #ececec;
}
.coupon .line{
    width:100%;
    height:8px;
    background:#ffc066;
    border-radius:4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
  padding:0.5em;
}
 /*   body {
        background-position: 50% 140px;
        width: 1200px;
        margin: 0 auto;
    }*/

@media (min-width:768px){
  .header {
    margin: 0 auto;
    padding-bottom: 15%;
  }
  .search li {
    display: inline-block;
    width: auto;
  }
  .search input {
    width:200px;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button{
    padding:0.5em 1em;
  }
}
@media (min-width: 992px){
  .header {
    margin: 0 auto;
    padding-bottom: 15%;
  }
  .search li {
    display: inline-block;
    width: auto;
  }
  #employeeButtonId{
    padding:0;
    position:absolute;
  }
  .search input {
    width:200px;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button{
    padding:0.5em 1em;
  }
}

@media (min-width: 1200px){
    .inner, .content,.header{
      width: 1200px;
    }
    .header{
      margin:0 auto;
      padding-bottom:15%;
    }
    .header h1 {
      width: 100%;
      height: 92px;
      background: url(../images/logo.png) left top no-repeat;
    }
    .header h1 a {
      width:365px;
      height:92px;
    }
    .grid {
      width:1200px;
    }
    .search li {
      display: inline-block;
      width: auto;
    }
    #employeeButtonId {
      padding:0;
      text-align: right;
      position: absolute;
      right: 200px;
    }
    .search span {
      margin: 0px 10px 0px 30px;
    }
    .search input {
      width:200px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button{
      padding:0.5em 1em;
    }
}
