a{ text-decoration:none;}
.tabs{ width: 1050px; margin:0; padding: 0;}
.tabs div{
    display: none;
    clear: both;
    border: solid 1px #cccccc;
    height: 415px;
    margin-top: 5px;
    overflow:auto;
}

.tabs div::-webkit-scrollbar {/*滚动条整体样式*/
        width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.tabs div::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #cccccc;
    }
.tabs div::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
        border-radius: 10px;
        background: #efefef;
    }

.tabs .yueding-fy{ height: 90px; line-height: 40px; text-align: center; border: 0; display: block; overflow:hidden; margin: 0 100px;}
.tabs .horizontal{
    margin: 0px;
    padding: 0px;
}
.tabs .horizontal li{
	color:#fff;
    float: left;
    list-style: none;
    height: 70px;
    line-height: 70px;
    width:50%;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    /* border-radius: 9px; */
}


.tabs .horizontal li.selectActive{
	margin-bottom: 20px;
    color: #000;
}

.tabs .horizontal li:first-child{ background-color: #ff9b00;} 
.tabs .horizontal li:nth-of-type(2){ background-color: #4072a8;}
.tabs .horizontal li:last-child{ background-color: #28bd19;}

.tab-list1{ font-size: 16px; color:#333;}
.tab-list1 p{ line-height: 1.8;}
.tab-list1 p span{ color:#ff9b00; font-weight: bold;}

.tabs .tab-list2{font-size: 16px; color:#333; border:0;}

.tab-list2 table{border-collapse:collapse; width:100%;}
.tab-list2 table,th, td  {  border: 1px solid #cccccc; text-align: center; height: 50px;  }

.tab-list2 .xxpl-zk{ padding:20px 40px; position: relative;}
.tab-list2 .xxpl-zk:after {clear:both; content:'.'; display:block; width: 0; height: 0; visibility:hidden;}
.tab-list2 .xxpl-zk li{ width:300px; float: left; height: 38px; line-height: 38px; text-align:left;}
.tab-list2 .xxpl-zk li img{ vertical-align: middle; margin-left: 5px;}
.tab-list2 .img-rz{ position: absolute; right: 10px; top: 60px;}

.tab-list3{padding: 20px; font-size: 16px; color:#333;}
.tab-list3 p{ line-height: 1.8; font-size: 14px;}
.tab-list3 span{ color:#ff9b00; font-weight: bold; display: block; font-size: 16px;}

ul{ list-style-type: none; padding: 0; margin: 0;;}

.gridtable {  
    font-size:16px;  
    color:#424242;  
    border-width: 1px;  
    border-color: #fff;  
    border-collapse: collapse;
	width:100%;
	margin:0 auto;
}  

.gridtable td {  
	font-size:16px;
    border-width: 1px;  

    border-style: solid;  
    border-color: #fff;  
    background-color: #eaf4fa;
	width:15%;
	line-height: 58px;

} 

.gridtable .bgf6 {  
	font-size:16px;
    border-width: 1px;  

    border-style: solid;  
    border-color: #fff;  
    background-color: #f6f6f6;
	width:35%;
	line-height: 58px;

} 