﻿.jc_container{
    width:1200px;
    margin:0 auto;
}
.jc_container *{
    box-sizing:border-box;
}
.jc_position {
    height: 60px;
    line-height: 60px;
    color: #777;
}
    .jc_position a {
        color: #777;
    }
    .jc_position span {
        margin: 0 5px;
    }
.js_left{
    width:870px;
    float:left;
}
.js_right {
    width:310px;
    float: right;
}
.jc_form {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    background-image: url('/jiancaitop/images/form_bg.png');
    background-size: cover;
}
    .jc_form .form_tips {
        margin-right:20px;
        font-weight:600;
    }
    .jc_form .form_tips .tips1{
        font-size:26px;
    }
        .jc_form .form_tips .tips1 span {
            font-size: 36px;
            color: #ff3b3b;
        }
    .jc_form .form_tips .tips2 {
        font-size: 14px;
    }
        .jc_form .form_tips .tips2 span {
            font-size: 18px;
            color: #ff3b3b;
        }
    .jc_form input[type='text'], .jc_form select {
        width: 138px;
        height:48px;
        line-height: 48px;
        border: 2px solid #ccc;
        padding: 0 15px;
        margin-right: 10px;
        font-size:14px;
    }
    .jc_form input[type='button'] {
        width: 190px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        color:#fff;
        cursor:pointer;
        border: 2px solid #ea0000;
        background-color: #ff3b3b;
    }
.jc_brand{
    height:100px;
    line-height:100px;
    text-align:center;
    font-size:24px;
    position:relative;
}
    .jc_brand:before, .jc_brand:after{
        display:block;
        content:"";
        width:30px;
        height:1px;
        background-color:#ccc;
        position:absolute;
        top:50%;
    }
    .jc_brand:before{
        left:35%;
    }
    .jc_brand:after{
        right:35%;
    }
.js_item {
    margin-bottom: 20px;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border:1px solid #ddd;
}
.js_item tr{
    border-bottom:1px solid #ddd;
}
    .js_item tr td {
        line-height: 30px;
        padding: 15px 0;
    }
    .js_item tr td:nth-child(1) {
        width: 130px;
        border-right: 1px solid #ddd;
        text-align: center;
    }
        .js_item tr td:nth-child(1) a{
            font-size:18px;
            color:#666;
        }
        .js_item tr td:nth-child(2) {
            padding-left: 50px;
        }
        .js_item tr td:nth-child(2) a{
            font-size:14px;
            color:#666;
            margin-right:18px;
        }
    .js_item tr:nth-child(1) td {
        height: 66px;
        line-height: 60px;
        padding: 0;
        text-align: left;
        font-size: 26px;
        color: #666;
    }
        .js_item tr:nth-child(1) td a{
            font-size:26px;
        }
        .js_item tr:nth-child(1) td span {
            display: inline-block;
            width: 62px;
            height: 66px;
            float: left;
        }
        .js_item tr:nth-child(1) td span.icon1 {
            background-image: url('/jiancaitop/images/icon1.png');
        }
        .js_item tr:nth-child(1) td span.icon2 {
            background-image: url('/jiancaitop/images/icon2.png');
        }
        .js_item tr:nth-child(1) td span.icon3 {
            background-image: url('/jiancaitop/images/icon3.png');
        }
        .js_item tr:nth-child(1) td span.icon4 {
            background-image: url('/jiancaitop/images/icon4.png');
        }
        .js_item tr td a:hover {
            color: #01b063;
        }

.hot_tag {
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
    .hot_tag .hot_tag_title {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        padding: 0 14px;
    }
        .hot_tag .hot_tag_title a{
            float:right;
            font-size:14px;
        }
            .hot_tag .hot_tag_title a:hover{
                color:#16ac5e;
            }
            .hot_tag .tag_container {
                display: flex;
                display: -webkit-flex;
                flex-wrap: wrap;
                padding: 0 14px;
            }
        .hot_tag .tag_container a {
            height:40px;
            line-height:40px;
            font-size:14px;
            background-color: #f5f5f5;
            margin-right:10px;
            margin-bottom:10px;
            padding:0 15px;
        }
        .hot_tag .tag_container a:hover{
            color:#16ac5e;
        }
.case_form {
    border: 1px solid #ddd;
    padding: 25px;
    margin-bottom: 20px;
}
    .case_form .reply {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }
        .case_form .reply span {
            color: #ff5b0a;
        }
    .case_form .number {
        text-align: center;
        font-size: 14px;
        color: #999;
        line-height: 28px;
        margin-bottom: 10px;
    }
        .case_form .number span {
            display: inline-block;
            width: 24px;
            height: 28px;
            text-align: center;
            line-height: 28px;
            color: #fff;
            font-size: 22px;
            font-weight:600;
            background-color: #ff5723;
            border-radius: 3px;
            margin: 0 3px;
        }
.form_list li {
    margin-bottom: 20px;
}
    .form_list li input[type='text'] {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: 1px solid #ddd;
        padding: 0 10px;
    }
    .form_list li select {
        width: 120px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #ddd;
        padding: 0 10px;
    }
        .form_list li select:nth-child(1) {
            margin-right: 14px;
        }
    .form_list li input[type='button'] {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #fff;
        background-color: #ff6c14;
        cursor: pointer;
        outline: 0;
        border: 0;
    }
.safty_service {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 5px;
}
    .safty_service a:hover {
        color: #333;
    }
    .safty_service input {
        margin-right: 5px;
    }
.form_tips {
    font-size: 15px;
    color: #888;
}

.hot_news {
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
    .hot_news .hot_news_title {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        padding: 0 14px;
    }
        .hot_news .hot_news_title a {
            float: right;
            font-size: 14px;
        }
        .hot_news .hot_news_title a:hover{
            color: #16ac5e;
        }
.hot_news_list{
    padding:10px 18px;
}
.hot_news_list li{
    padding:10px 0;
    border-bottom:1px solid #ddd;
    display:flex;
    display:-webkit-flex;
}
    .hot_news_list li:last-child{
        border-bottom:0;
    }
    .hot_news_list li .news_cover, .hot_news_list li .news_cover img {
        display: block;
        width: 110px;
        height: 80px;
    }
.news_info {
    height:80px;
    display: flex;
    display: -webkit-flex;
    flex-direction:column;
    justify-content:space-between;
    margin-left:5px;
}
.news_info p{
    font-size:12px;
    color:#999;
}
    .news_info a{
        font-size:14px;
    }
    .news_info a:hover{
        color:#16ac5e;
    }