
.home-title {
    font-size: 40px;
    color: #333333;
    text-align: center;
    margin-top: 24px;
}
.home-p {
    font-size: 20px;
    color: #666666;
    text-align: center;
    margin-top: 6px;
}
.price_list{
    margin-top: 24px;
    margin-bottom: 24px;
}
.price_list td{
    padding:10px 15px;
    color: #666666;
    border :1px solid #ccc;
    position: relative;
}
.price_list td.title_td{
    /*color: #000;*/
    font-size: 14px;
}
.price_list td.price_td{
    font-weight: bold;
    color: #f00;
    font-size: 14px;
}
.price_list td.k_td{
    border:none;
    height: 45px;
}
.price_list td.dui,.price_list td.cuo{
    padding-left: 40px;
}
.price_list td.dui:after {
    content: "";
    display: block;
    width: 22px;
    height: 21px;
    background: url(../images/n1-10.png);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.price_list td.cuo:after {
    content: "";
    display: block;
    width: 22px;
    height: 21px;
    background: url(../images/n1-11.png);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.seo01 .btn {
    text-align: center;
    padding-top: 38px;
    padding-bottom: 38px;
}
a.sub1 {
    line-height: 48px;
    background-color: #1f73ff;
    border-radius: 6px;
    font-size: 16px;
    padding: 0 48px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border: solid 1px #1f73ff;
    transition: 0.5s;
}
.seo01 .btn a {
    margin: 0 16px;
}
.tab_js_big{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 50px;
}
table.tab_js_big th {
    border: 2px solid #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #ee471a;
    font-size: 16px;
    height: 60px;
}
table.tab_js_big th:nth-child(5),table.tab_js_big td:nth-last-child(2){
    display: none;
}
.tab_js_big tr {
    text-align: center;
    /* line-height: 40px; */
    box-sizing: border-box;
}
table.tab_js_big td {
    border: 1px solid #94dbf5;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: #373a36;
}
table.tab_js_big td.hb{
    background: #ee471a78;
}
.sol_yes {
    width: 15px;
    height: 15px;
    background: #ee471a;
    border: 3px solid #ee471a;
    border-radius: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.sol_no {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 3px solid #ee471a;
    border-radius: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.nian {
    background: url(../images/nian_bg.jpg) no-repeat center #1e222c;
    padding: 16px 0px;
}
#showtext {
    line-height: 26px;
    color: #2c2930;
}
#showtext h2 {
    line-height: 60px;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
#showtext h2 span{
    color: #ee471a;
    font-size: 40px;
}
.font16 {
    font-size: 16px;
}
.txtcenter {
    text-align: center;
}
.white {
    color: #fff;
}
.MarT {
    margin-top: 20PX;
}