html,body{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
}
.layerContain{
    width: 100%;
    height: 100%;
    border: 1px solid #2ea9f7;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.firstLiInfo1{
    width: 25%;
}
.firstLiInfo2{
    width: 25%;
}
.firstLiInfo3{
    width: 25%;
}
.sliderRight{
    width: 26%;
    height:100%;
    background-color:rgba(10, 51, 56,0.9);
    position: absolute;
    right: 0px;
    box-sizing: border-box;
    padding: 1% 0% 1% 1%;
    transition: all 0.5s;
}
.addClassLi
{
    color:#ffffff !important;
    background: -webkit-linear-gradient(#1e70c2, #194e9a); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#1e70c2, #194e9a); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#1e70c2, #194e9a); /* Firefox 3.6 - 15 */
    background: linear-gradient(#1e70c2, #194e9a); /* 标准的语法 */
 }
.addClassLiChild
{
    color:#ffffff !important;
    background: -webkit-linear-gradient(#1e70c2, #194e9a); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#1e70c2, #194e9a); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#1e70c2, #194e9a); /* Firefox 3.6 - 15 */
    background: linear-gradient(#2683bf, #81ceaa); /* 标准的语法 */
 }
.iconArrow{
    width: 3%;
    height: 8%;
    background: -webkit-linear-gradient(left, #04dbfe , #155ea5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #04dbfe, #155ea5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #04dbfe, #155ea5); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #04dbfe , #155ea5); /* 标准的语法（必须放在最后） */
    position: absolute;
    left: 0px;
    border: 1px solid #03e3ff;
    top:45%;
    cursor:pointer;
}
.iconArrow img {
    width: 100%;
    height: 28%;
    vertical-align: middle;
    margin-top: 22px;

}
.tabCheck{
    padding: 0px;
    width: 100%;
    margin: 2% 10% auto;
    height: 23%;
}
.tabCheck1{
    padding: 0px;
    width: 100%;
    margin: 2% auto;
   
    display: none;
}
.tabCheck1 li{
    float: left;
    list-style: none;
    border: 1px solid #4ed6fe;
    color: #4dd5ff;
    width: 30.3%;
    height: 34px;
    text-align: center;
    line-height: 34px;
    margin-right: 1.8%;
    font-size: 13px;
    margin-top: 2%;
    margin-bottom: 2%;
    letter-spacing:1px;
    cursor: pointer;
}
.fa{
    margin-right: 4%;
}
.tabCheck1 li:nth-child(3n){
    margin-right: 0
}
.tabCheck li {
    float: left;
    list-style: none;
    border: 1px solid #3594cc;
    color: #4cd7fe;
    height: 100%;
    line-height: 3.0;
    text-align: center;
    background-color: #184a93;
    font-size: 14px;
    cursor: pointer;
}
.addClassLi{
    color:#ffffff !important;
    background: -webkit-linear-gradient(#1e70c2, #194e9a); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#1e70c2, #194e9a); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#1e70c2, #194e9a); /* Firefox 3.6 - 15 */
    background: linear-gradient(#1e70c2, #194e9a); /* 标准的语法 */
}

.tabBottomDiv{
    height: 70%;
    width: 100%;
    overflow-y: auto;
}

.scrollContain
{
    overflow-y:auto;
    /*height:100%;*/
}
@media screen and (max-width: 1441px) {
    .tabCheck li {
        float: left;
        list-style: none;
        border: 1px solid #3594cc;
        color: #4cd7fe;
        height: 100%;
        line-height: 3.5;
        text-align: center;
        background-color: #184a93;
        font-size: 12px;
    }
    .tabCheck1 li {
        float: left;
        list-style: none;
        border: 2px solid #3594cc;
        color: #4cd7fe;
        width: 30.3%;
        height: 8%;
        text-align: center;
        line-height: 2.6;
        margin-right: 1.8%;
        font-size: 12px;
        margin-top: 2%;
    }
    .iconArrow img {
        width: 100%;
        height: 28%;
        vertical-align: middle;
        margin-top: 21px;
    }
}
@media screen and (max-width: 1280px) {
    .sliderRight {
        width: 28%;
        height: 100%;
        position: absolute;
        right: 0px;
        box-sizing: border-box;
        padding: 1% 1% 1% 2%;
        transition: all 0.5s;
    }
    .tabCheck li 
    {
        width:28%;
    }
    .firstLiInfo1{
        width: 32%;
    }
    .firstLiInfo2{
        width: 32%;
    }
    .firstLiInfo3{
        width: 32%;
    }
    .tabCheck1 li {
        float: left;
        list-style: none;
        border: 2px solid #3594cc;
        color: #4cd7fe;
        width: 31.3%;
        height: 8%;
        text-align: center;
        line-height: 2.0;
        margin-right: 1.8%;
        font-size: 12px;
        margin-top: 2%;
    }
}