﻿ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-size: 16px;
	font-weight:bold;
    display: inline-block;
    padding: 13px 15px;
    list-style: none;
    cursor: pointer;
    float: left;
	border-bottom:#c3c3c3 1px solid
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
	line-height:30px;
	font-size:16px;
	color:#808080
}

h2.resp-accordion {
    cursor: pointer;
    padding: 8px;
    display: none;
	border-bottom:#d5d5d5 1px solid; font-size:15px; 
}

.resp-tab-content {
    display: none;
    padding: 40px;
	padding-left:70px;
}
.resp-tabs-container p{ margin-bottom:10px}


.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
	border-top-color: #5AB1D0;
}


/*-----------Vertical tabs-----------*/
.resp-vtabs{ position:relative}
.resp-vtabs .nianbiao{ position:absolute;
    width: 15%; line-height:120px; font-size:22px;
}

.nian{
    width:100%; line-height:40px; font-size:22px; position:relative; height:60px; margin-bottom:30px;
}
.nian > div{ width:40px; height:2px; background-color:#818181; position:absolute; bottom:0px; left:0px;}

.resp-vtabs .nianbiao > div{ width:40px; height:2px; background-color:#818181; position:absolute; bottom:20px; left:0px;}


.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 15%; padding-top:100px;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 8px 15px !important;
    cursor: pointer;
    float: none;
	margin-top:20px;
	background-image:url(../image/a1.png); background-repeat:no-repeat; background-position: right center; background-size:contain;
	box-shadow:#999 1px 1px;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border-left: 1px solid #c1c1c1;
    float: left;
    width: 83%;
    min-height: 700px;
    border-radius: 4px;
    clear: none;
	
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
	padding:40px;
	padding-left:60px
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
background-image:url(../image/a2.png);
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
		padding:10px;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
		padding-top:30px;
		padding-bottom:50px;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	
	.resp-vtabs .nianbiao{ display:none}
	.nian{line-height:30px; font-size:20px; position:relative; height:40px; margin-bottom:20px;}

	
}
