/*
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-1-31, 11:10:58
    Author     : Administrator
*/
/*  jQuery实用的响应式选项卡tab切换代码---by zhy  */
.tabs-underline{
    width: 1200px;
    text-align: center;
}

/* The tabs */

.tabs-underline ul{
    list-style: none;
    text-align: left;
    margin-top: 16px;
    padding: 0;
    border: 1px solid #e5e5e5;
}

.tabs-underline ul li{
    padding-top: 10px;
    display: inline-block;
}

.tabs-underline ul li a{
    display: block;
    text-decoration: none;
    color:  #313131;
    font-size: 16px;
    line-height: 43px;
    min-width: 129px;
    text-align: center;
}

.tabs-underline ul li a.tab-active {
    border-bottom: 4px solid #5aa1e3;
}

/* The content */

.tabs-underline .tabs-content-placeholder{
    overflow: hidden;
    font-weight: normal;
    min-height: 800px;
}

.tabs-underline .tabs-content-placeholder div.tab-content-active{
    display: block;
}
.tabs-underline .tabs-content-placeholder div.tab-content-active ul{
    border: none;
    margin: 0;
}
.tabs-underline .tabs-content-placeholder div.tab-content-active li{
    margin: 14px 21px 18px 0;
    float: left;
    position: relative;
}
.tabs-underline .tabs-content-placeholder div.tab-content-active li:nth-child(5n){
    margin-right: 0px;
}
.tabs-underline .tabs-content-placeholder div.tab-content-active li p{
    padding: 7px 15px 10px 15px;
    width: 193px;
    height: 98px;
    background-color: #f6f6f6;
    font-size: 16px;
    color: #313131;
}
.tabs-underline .tabs-content-placeholder div.tab-content-active li a.btn{
    position: absolute;
    bottom: 10px;
    left: 34px;
    border: 2px solid #004ea2;
    width: 151px;
    height: 33px;
    line-height: 33px;
    border-radius: 15px;
    display: inline-block;
    color: #135da1;
}

.tabs-underline .tabs-content-placeholder div.page_info{margin-top: 26px;}