html, body {
    background: #f3f3f3;
}

.classify_box {
    width: 100%;
    /*border-bottom: 1px solid #e6e6e6;*/
}

.classify {
    width: 1200px;
    margin: 84px auto 0 auto;
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 4PX #cccccc30;
    border-radius:3px;
}

.item_group .item_title, .item_group .item_list {
    float: left;
}

.item_group .item_title {
    width: 80px;
    line-height: 44px;
}

.item_group .item_list {
    width: 1050px;
}

.item_group .item_list li {
    float: left;
}

.item_group .item_list .active a {
    background: #46a2d8;
    border-radius: 3px;
    color: #fff;
}

.item_group .item_list li a {
    display: inline-block;
    margin: 5px;
    padding: 5px 8px;
}

.item_group .item_list_1 li:not(:first-child) a {
    margin: 10px 0;
}

.item_group .item_list li:not(.active) a:hover {
    color: #006ace;
}

.guide_list {
    width: 1240px
}

.guide_list li {
    float: left;
    position: relative;
    margin-right: 20px;
    margin-top: 20px;
    width: 386px;
    height: 300px;
    /*border: 1px solid #b3b3b3;*/
    border-radius: 3px;
    -webkit-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    background-color: #fff;
    box-shadow: 0px 0px 10px 4PX #cccccc30
}

.guide_list li:hover {
    box-shadow: 0 0 20px #b2b2b2;
    border: 1px solid #b2b2b2;
}

.guide_list li .items_img img {
    float: left;
    margin: 25px 15px;
}

.guide_list li .tips {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
}

.guide_list li .nominate {
    background: url(../images/jian.png) no-repeat;
}

.guide_list li .hot {
    background: url(../images/hot.png) no-repeat;
}

.guide_list li .items_con {
    margin-top: 15px;
    margin-left: 15px;
    width: 100%;
    float: left;
}

.guide_list li .items_con .items_title {
    display: block;
    height: 38px;
    line-height: 20px;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: bold;
    float: left;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.guide_list li .items_con .items_title img {
    width: 15px;
    margin: 0px 5px 3px 1px;
}

.guide_list li .items_con .items_down {
    float: right;
    font-size: 13px;
    margin-right: 35px;
}

.guide_list li .items_con .items_down img {
    width: 15px;
    margin: 0px 5px 3px 1px;
}

.guide_list li .items_con p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
    font-size: 12px;
    color: #808080;
}

.items_img {
    overflow: hidden;
    height: 245px;
    width: 100%
}

#page {
    /*margin-top: 40px;*/
    margin: 20px 0px 10px 0px;
}

/* guide-apply */
.apply_title {
    display: inline-block;
    font-size: 20px;
    color: #4c4c4c;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn_group {
    margin-top: 20px;
    float: right;
    font-size: 0;
}

.btn_group .btn {
    display: inline-block;
    margin: 0 10px;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
}

.btn_group .btn_consult {
    background: #ffbd16;
}

.btn_group .btn_handle {
    background: #00c6ff;
}

.table_form {
    margin-top: 25px;
    /*margin-top: 50px;*/
    border: 1px solid #006ace;
}

.table_form tr td {
    font-size: 20px;
    padding: 10px 0;
    border-right: 1px solid #006ace;
    border-bottom: 1px solid #006ace;
}

.table_form .table_t {
    width: 200px;
    background: #e5f0fa;
    text-align: center;
    vertical-align: middle;
}

.table_form .table_c {
    width: 400px;
    padding: 10px 30px;
}

.apply_tab {
    margin-top: 50px;
    width: 100%;
    border-bottom: 2px solid #006ace;
}

.apply_tab li {
    float: left;
    width: 150px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #4c4c4c;
    text-align: center;
    cursor: pointer;
}

.apply_tab li.active {
    color: #fff;
    background: #006ace;
}

.tab_content {
    margin-top: 10px;
    display: none;
}

.tab_content ul {
    padding: 0 30px;
}

.tab_content ul li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #e6e6e6;
}

.tab_content ul li a {
    font-size: 18px;
}

.tab_content ul li a:hover {
    color: #006ace;
}

.tab_content ul li .time {
    float: right;
    font-style: normal;
    font-size: 18px;
    color: #b2b2b2;
}
/*about页面*/
.about-box{
    width: 100%;
    background-color: #fff;
    padding: 80px 40px;
    height: 550px;
}
.about-img{
    float: left;
}
.about-div{
    float: left;
    width: 700px;
    padding: 20px 25px;
    color: #707070;
}