﻿.column_content {
    width: 1200px;
    margin: 36px auto 36px;
}
.column_content .colum_lt {
    width: 240px;
    background: #0b7dd1;
    float: left;
}
.column_content .colum_lt h2 {
    height: 92px;
    text-align: center;
    line-height: 92px;
    background: #1a5eaf;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
}
.column_content .colum_lt .colum_box {
    text-align: center;
}
.column_content .colum_lt .box_s {
    border-bottom: #47aaf3 1px dashed;
    margin-top: 24px;
    padding: 0 10px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.column_content .colum_lt .box_s h3 {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}
.column_content .colum_lt .box_s h3 em {
    margin-right: 10px;
}
.column_content .colum_lt .box_s h3 img.i_top {
    display: none;
}
.column_content .colum_lt .box_s ul {
    margin-top: 20px;
}
.column_content .colum_lt .box_s ul li {
    height: 50px;
    line-height: 50px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.column_content .colum_lt .box_s ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.column_content .colum_lt .box_s ul li a {
    font-size: 16px;
    color: #FFF;
}
.column_content .colum_lt .box_s {
    border-bottom: #47aaf3 1px dashed;
    margin-top: 24px;
    padding: 0 10px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.column_content .colum_lt .box_s:last-child {
    border-bottom: none;
}
.column_content .colum_lt .box_s h3 {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}
.column_content .colum_lt .box_s h3 em {
    margin-right: 10px;
}
.column_content .colum_rt {
    width: 940px;
    float: right;
}
.column_content .colum_rt h3 {
    height: 42px;
    line-height: 42px;
    font-size: 19px;
    color: #1a5eaf;
    font-weight: bold;
    border-bottom: #1a5eaf 1px solid;
    margin-bottom: 23px;
}
.column_content .colum_rt .rt_ct_box {
    width: 100%;
    overflow: hidden;
}
.column_content .colum_rt .rt_ct_box .box_total {
    width: 980px;
    overflow: auto;
  zoom: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.column_content .colum_rt .rt_ct_box dl {
    position: relative;
    width: 300px;
    height: 252px;
    margin-right: 19px;
    overflow: hidden;
    margin-bottom: 30px;
    border: #f5f5f5 1px solid;
    padding: 6px 0;
    box-sizing: border-box;
}
.column_content .colum_rt .rt_ct_box dt {
    margin-bottom: 20px;
    height: 198px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.column_content .colum_rt .rt_ct_box dt img {
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    width: 300px;
    height: 198px;
}
.column_content .colum_rt .rt_ct_box dd {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    font-weight: bold;
    font-size: 14px;
    color: #545454;
    padding-left: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.column_content .colum_rt .rt_ct_box dl .layer {
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    background: url(../images/bgk.png) repeat !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
}
.column_content .colum_rt .rt_ct_box dl .layer span {
    margin-top: 106px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    display: block;
}
.column_content .colum_rt .rt_ct_box dl .layer a {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: #FFF 1px solid;
    border-radius: 28px;
    color: #FFF;
}
.column_content .colum_rt .rt_ct_box dl:hover dt img {
    transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
}
.column_content .colum_rt .rt_ct_box dl:hover dd {
    opacity: 0;
    filter: alpha(opacity=0);
}
.column_content .colum_rt .rt_ct_box dl:hover .layer {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.column_content .colum_lt .box_s ul li.bgk {
    background: #1a5eaf;
}
.column_content .colum_lt .box_s ul li:hover {
    background: #1a5eaf;
}

.column_content .pin_rt {
    float: right;
    width: 940px;
}
.column_content .pin_rt h2 {
    height: 40px;
    line-height: 40px;
    font-size: 19px;
    color: #1a5eaf;
    border-bottom: #1a5eaf 3px solid;
    font-weight: bold;
}
.column_content .pin_rt .pin_rt_box {
    border: #f5f5f5 1px solid;
    padding: 0 10px 30px 10px;
}
.column_content .pin_rt .pin_rt_box .box_01 {
    margin-top: 38px;
    margin-left: 40px;
}
.column_content .pin_rt .pin_rt_box .box_01 img {
    border: #f5f5f5 1px solid;
}
.column_content .pin_rt .pin_rt_box .box_02 {
    margin-top: 30px;
}
.column_content .pin_rt .pin_rt_box .box_bottom {
    margin-bottom: 40px;
}
.column_content .pin_rt .pin_rt_box .box_02 h3 {
    font-size: 16px;
    font-weight: bold;
    color: #545454;
    margin-bottom: 5px;
}
.column_content .pin_rt .pin_rt_box .box_02 P {
    line-height: 30px;
    font-size: 14px;
    color: #545454;
}
.pin_rt .Features {
    margin-top: 28PX;
}
.pin_rt .Features .bd {
    height: 50px;
    line-height: 50px;
}
.pin_rt .Features .bd ul {
    height: 100%;
    background: #f5f5f5;
    width: 100%;
}
.pin_rt .Features .bd li {
    cursor: pointer;
    float: left;
    width: 120px;
    height: 100%;
    font-size: 15px;
    color: #545454;
    text-align: center;
    background: #f5f5f5;
    border-right: #e6e6e6 1px solid;
}
.pin_rt .Features .bd li.on {
    background: #0b7dd1;
    font-weight: bold;
    color: #FFF;
}
.pin_rt .Features .hd_box {
    padding: 30px 24px 15px 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.wap{
    display: none;
}
@media screen and (max-width:992px){
    .wap {
        display: block;
    }
    .pc {
        display: none;
    }
    .column_content {
        width: 100%;
        margin: 36px auto 0;
        padding: 0 10px;
    }
    .column_content .colum_lt {
        width: 100%;
        float: none;
    }
    .column_content .colum_rt {
        width: 100%;
        float: none;
    }
    .column_content .colum_rt .rt_ct_box .box_total {
        width: 100%;
        zoom: 1;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .column_content .colum_rt .rt_ct_box dl {
        width: 48%;
        height: auto;
        margin-right: 0;
        margin: 1%;
    }
    .column_content .colum_rt .rt_ct_box dt {
        height: auto;
        margin-bottom: 8px;
    }
    .column_content .colum_rt .rt_ct_box dt img {
        width: 100%;
        height: auto;
    }
    .column_content .colum_rt .rt_ct_box dl .layer span {
        margin-top: 12.5%;
    }
    .column_content .pin_rt {
        width: 100%;
        margin-top: 24px;
    }
    .pin_rt .Features .bd li {
        width: 33.333333%;
    }
    .pin_rt .Features .hd_box {
        padding: 20px 0 ;
    }
    .pin_rt_box p span{
        display: inline !important; 
    }
    .pages_02{
        margin: 20px auto 30px;
    }
}