body{
    font-family: '微软雅黑';
    min-width: 1200px;
}
/*头部*/
.header{
    height: 80px;
    line-height: 80px;
    border-bottom:2px solid red;
}
.header .logo{
    float: left;
    height: 80px;
}
.header .logo .logo_img1{
    float: left;
}
.header .logo .logo_img2{
    float: left;
    margin-top:14px;
    margin-left: 10px;
}
.header .txt{
    float: right;
    margin-right: 20px;
}
.header .txt .txt_ul>li{
    float: left;
    color: red;
    height: 80px;
    position: relative;
}
.header .txt .txt_ul .li_one{
    color: #333;
}
.header .txt .txt_ul li .one{
    display: inline;
    padding: 0 30px;
    border-right: 1px solid red;
}
.header .txt .txt_ul .li_four .one{
    border-right: none;
}
.header .txt .txt_ul li .one>img{
    vertical-align: middle;
    margin-left: 10px;
}
.header .txt .txt_ul li .two{
    position: absolute;
    left: -2px;
    top:82px;
    display: none;
}
.header .txt .txt_ul .li_border{
    border-left:2px solid red;
    border-right: 2px solid red;
    border-bottom: 2px solid #fff;
    background: #fff;
}
.header .txt .txt_ul .li_border .one img{
    transform:rotate(180deg);

}
.header .txt .txt_ul .li_border .two{
    display: block;
    border:2px solid red;
    border-top:none;
    background: #fff;
}
.header .txt .txt_ul .li_border .one{
    border-right: none !important;
}
.header .txt .txt_ul .li_two .two{
    width: 300px;
    left: -2px;
    line-height: 28px;
    color:#666;
    font-size: 16px;
    background: #fff;
}
.header .txt .txt_ul .li_two .two p{
    padding-left: 20px;
}
.header .txt_ul .li_three .two{
    width: 100%;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    padding-bottom: 4px;
}
.header .txt_ul .li_three .two p img{
    vertical-align: middle;
    margin: 0 10px;
}
.header .txt_ul .li_four{
    padding-left: 15px;
}
.header .txt_ul .li_four a img{
    vertical-align: middle;
    margin-left: 4px;
}
.main{
	background: red;
}
/*左侧导航栏*/
.main .m_left{
    width: 250px;
    float: left; 
    background: red;
    /*overflow: hidden;*/
}
.main .m_left #ml_cont{
    padding-bottom:40px;
    background: red;
    overflow: hidden;
}
.main .m_left #ml_cont .head{
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 22px 0 18px;
}
.main .m_left .nav{
    width:88%; 
    margin: 0 auto;
    height: 152px;
    background: #fff;
    border-radius:10px;
    overflow: hidden;
}
.main .m_left .nav p{
    font-size: 18px;
    text-align: center;
    color: red;
    margin: 15px 0;
}
.main .m_left .nav p span{
    padding: 0 10px;
}
.main .m_left .nav .txt{
    font-size: 16px;
    padding-left: 20px;
}
.main .m_left .nav .txt a{
    float: left;
    margin-bottom: 10px;
}
.main .m_left .nav .txt a:nth-child(odd){
    width:110px;
}
.main .m_left .nav .txt .font_red{
    color: red;
}
/*列表部分*/
.m_left .content{
    padding-top: 50px;
}
.m_left .content>li{
    line-height: 28px;
}
.m_left .content .li_box1{
    height: 28px;
    line-height: 28px;
    padding: 10px 0 10px 40px;
    font-size: 18px;
    color: #fff;
}
.m_left .content li .active_bg{

    opacity: 0.72;
    color: #ffffff;
}
/*就让 img0_1显示 img0_2、img0_3隐藏*/
.m_left .content .li_box1 .img0_2{
    display: none;
}
.m_left .content .li_box1 .img0_3{
    display: none;
}
/*li_box2 没有内容时 加背景色，且.img0_2显示 另外两隐藏*/
/* .m_left .content li .active_bg .img2{
    margin-top:8px;
} */
/* .m_left .content li .active_bg .img0_1{
    display: none;
} */
/* .m_left .content li .active_bg .img0_2{
    display: block;
}  */

.m_left .content .li_box1 i{
    font-size: 0;
}
.m_left .content .li_box1 .img1{
    float: left;
}
.m_left .content .li_box1 .img2{
    float: right;
/*     margin-top:2px; */
    margin-right: 30px;
}
.m_left .content .li_box1.xia_img .img2{
    margin-top:11px;
}
/* li_box2 有内容就 .img0_3 显示*/
.m_left .content .li_box1.xia_img .img2 .img0_3{
    display: block;
}
.m_left .content .li_box1.xia_img .img2 .img0_1{
    display: none;
}
.m_left .content .li_box1.xia_img .img2 .img0_2{
    display: none;
}

.m_left .content .li_box1 i img{
    vertical-align: middle;
}
.m_left .content .li_box1 .text{
    float: left;
    margin-left: 20px;
}
.m_left .content .li_box2{
    display: none;
}
.m_left .content .li_box2.show{
    display: block;
}
.m_left .content .li_box2 a{
    display: block;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.m_left .content .li_box2 .active_bg{
    color: red;
}
/*右侧内容部分*/
.main .m_right table{
    width: 100%;
}
.main .m_right{
    margin-left: 250px;
    min-height: 935px;
    background: #F4F4F4;
}
.main .m_right h3{
    font-weight: normal;
}
.m_right .fyPage{
    background: #f4f4fe;
    padding-top:20px;
    font-size: 16px;
    text-align: center;
}
.m_right .fyPage i{
    color: rgb(4,98,253);
}
.m_right .fyPage s{
    color: red;
}
.m_right .nav_cont,.m_right .lb_cont{
    width: 100%;
    overflow: hidden;
}
/*导航栏内容 开始*/
.m_right .nav_cont>div{
    width: 90%;
    margin:80px auto;
    background: #fff;
    font-size: 14px;
    display: none;
}
.m_right .nav_cont>div.show_box{
    display: block;
}
.m_right .nav_cont h3{
    height: 44px;
    line-height: 44px;
    background: red;
    font-size: 18px;
    color: #fff;
}
.m_right .nav_cont table input[type="checkbox"]{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.m_right .nav_cont table input[type="text"],.nav_cont input[type="password"]{
    padding-left: 4px;
}
.m_right .nav_cont tbody td,.nav_cont thead td{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.m_right .nav_cont thead td{
    text-align: center;
}
.m_right .nav_cont tbody td img{
    vertical-align: middle;
}
.m_right .nav_cont .wzpz h3{
    margin: 10px 0 ; 
    padding-left: 10px;
}
.m_right .nav_cont .wzpz tbody td input{
    border:2px solid #ccc;
    height: 24px;
    width: 40%;
    padding-left: 4px;
}
.m_right .nav_cont .wzpz tbody td span{
    margin-left: 10px;
}
.m_right .nav_cont .wzpz tbody td span i{
    color: red;
}
.m_right .nav_cont .wzpz tbody tr:nth-child(n+4) td input{
    width: 60%;
}
.m_right .nav_cont .wzpz tbody tr td:first-child{
    width:165px;
    padding-left: 20px;
}
.m_right .nav_cont .wzpz tbody tr .danxuan input{
    height: 20px;
    width: 20px !important;
    vertical-align: middle;
}
.m_right .nav_cont .wzpz tbody .shuoming textarea{
    border:2px solid #ccc;
    width: 60%;
    height: 93px;
}
.m_right .nav_cont .wzpz .fysz{
    height: 60px;
    padding-left: 20px;
    line-height: 60px;
}
.m_right .nav_cont .wzpz .fysz span{
    display: inline-block;
    width: 165px;
}
.m_right .nav_cont .wzpz .fysz input{
    height: 24px;
    border:2px solid #ccc;
    padding-left: 4px;
}
.m_right .nav_cont .wzpz .dblj{}
.m_right .nav_cont .wzpz .dblj dl{
    overflow: hidden;
}
.m_right .nav_cont .wzpz .dblj dl dt,
.m_right .nav_cont .wzpz .dblj dl dd{
    float: left;
}
.m_right .nav_cont .wzpz .dblj dl dd a{
    color: #ccc;
}
.m_right .nav_cont .wzpz .dblj dl a{
    display: block;
    padding-left: 30px;
    height: 26px;
    line-height: 26px;
    margin:10px 0;
    font-size: 16px;
    margin-left: 40px;
    background: url("../images/images/pic_05.png") no-repeat left center;
}
.m_right .nav_cont .wzpz .dblj dl .dblj_active{
    background: url("../images/images/pic_03.png") no-repeat left center;
}
.m_right .nav_cont .wzpz .dblj .s_b{
    padding: 20px 0 ;
    text-align: center;
}
.m_right .nav_cont .wzpz .cun{
    padding-bottom:20px;
}
.m_right .nav_cont .wzpz .cun span input{
    display: block;
    width: 140px;
    height: 36px;
    margin: 0 auto ;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    background: red;
    color: #fff;
    border-radius: 6px;
}
/*管理员管理*/
.m_right .nav_cont .admin{}
.m_right .nav_cont .admin h3{
    text-align: center;
}
.m_right .nav_cont .admin .tj_table td{
    width: 50%;
    border-bottom: 2px solid #f3f3f3;
}
.m_right .nav_cont .admin .tj_table td input{
    border:1px solid #999;
    height: 26px;
    width: 250px;
}
.m_right .nav_cont .admin .tj_table tr td:first-child{
    text-align: right;
}
.m_right .nav_cont .admin .tj_table tr:last-child td span input{
    display: block;
    width: 120px;
    height: 30px ;
    line-height: 30px;
    text-align: center;
    border-radius: 6px;
    background: red ;
    color:#fff;
}
.m_right .nav_cont .admin .gl_table{
    background: #f3f3f3;
}
.m_right .nav_cont .admin .gl_table td{
    background: #fff;
    text-align: center;
    font-size: 14px;
}
.m_right .nav_cont .admin .gl_table td input{
    display: block;
    width: 100%;
    height: 100%;
    /*font-size: 14px;*/
    text-align: center;
}
/*数据备份*/
.m_right .nav_cont .sjbf{}
.m_right .nav_cont .sjbf td{
    background: #f3f3f3;
}
.m_right .nav_cont .sjbf tr td:first-child{
    text-align: right;
}
.m_right .nav_cont .sjbf tr td input{
    height: 26px;
    border:1px solid #999;
    width: 50%;
}
.m_right .nav_cont .sjbf tr td span{
    margin-left: 10px;
}
.m_right .nav_cont .sjbf tr td input[type="submit"]{
    width: 120px;
}
/*首页广告管理*/
.m_right .nav_cont .ad{}
.m_right .nav_cont .ad table{
    background: #f4f4f4;
}

/* .m_right .nav_cont .ad table tr td:first-child{
    width: 5%;
}
.m_right .nav_cont .ad table tr td:nth-child(2){
    width: 5%;
}
.m_right .nav_cont .ad table tr td:nth-child(3){
    width: 35%;
}
.m_right .nav_cont .ad table tr td:nth-child(4){
    width: 35%;
}
.m_right .nav_cont .ad table tr td:nth-child(5){
    width: 10%;
}
.m_right .nav_cont .ad table tr td:nth-child(6){
    width: 10%;
} */

.m_right .nav_cont .ad thead td{
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    background: red;
    color: #fff;
    text-align: center;
}
.m_right .nav_cont .ad tbody td{
    min-height: 60px;
    max-height: 140px;
    text-align: center;
    background: #fff;
    padding: 10px 0 ;
}
.m_right .nav_cont .ad tbody td img{
    max-width: 90%;
    max-height: 90%;
}
.m_right .nav_cont .ad tbody tr:last-child td a{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin: 0 4px;
    padding: 0 10px;
    background: red;
    color: #fff;
    border-radius: 4px;
}
/*登陆日志*/
.m_right .nav_cont .dlrz{}
.m_right .nav_cont .dlrz thead td{
    font-size: 16px;
    color: #fff;
    background: red;
}
.m_right .nav_cont .dlrz tbody td{
    background: #f3f3f3;
    text-align: center;
}
.m_right .nav_cont .dlrz table td input{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
/*导航内容结束*/
/*列表内容 开始*/
/*统一样式部分*/
.m_right .lb_cont>div{
    width: 90%;
    margin:80px auto;
    background: #fff;
    overflow: hidden;
    display: none;
}
.m_right .lb_cont>div.show_box{
    display: block;
}
.m_right .lb_cont h3{
    font-weight: normal;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: red;
    font-size: 18px;
    color: #fff;
}
.m_right .lb_cont .lb_box>div{
    display: none;
}
.m_right .lb_cont .lb_box .show_box{
    display: block;
}
.m_right .lb_cont thead tr td{
    background: red;
    height: 46px;
    font:16px/46px "微软雅黑";
    color: #fff;
    text-align: center;
}

.m_right table input[type="checkbox"]{
    height: 20px;
    width: 20px;
}
/*后台首页*/
.m_right .lb_cont .htsy{}
.m_right .lb_cont .htsy_box h3{
    font-weight: normal;
    font-size: 24px;
    color: rgb(91,90,90);
    background: #fff;
    text-align: left;
    padding-bottom: 4px;
    padding-left:10px;
    padding: 6px 12px;
    border-bottom: 1px solid red;
}
.m_right .lb_cont .htsy_box .gr li{
    margin: 20px 0 ;
    padding-left: 15px;
    font-size: 14px;
}
.m_right .lb_cont .htsy_box .gr li i{
    margin-left: 24px;
}
.m_right .lb_cont .htsy_box .xt table{
    padding-top:20px;
    font-size: 14px;
}
.m_right .lb_cont .htsy_box .xt td{
    line-height: 40px;
    vertical-align: text-top;
}
.m_right .lb_cont .htsy_box .xt tr td:first-child{
    width: 150px;
    padding-left: 20px;
}
.m_right .lb_cont .htsy_box .xt tr td:nth-child(2){
    max-width: 280px;
}
.m_right .lb_cont .htsy_box .xt tr td:nth-child(3){
    width: 160px;
    padding-left: 20px;
}
/*全部分类*/
.m_right .lb_cont .all_fl{}
/*全部分类——分类管理*/
.m_right .lb_cont .p_box .flgl{}
.m_right .lb_cont .p_box .flgl>.sou{
    font-size: 16px;
    background: #f4f4f4;
    padding-bottom: 16px;
}
.m_right .lb_cont .p_box .flgl>.sou span{
    margin-left: 18px;
}
.m_right .lb_cont .p_box .flgl>.sou i{
    display: inline-block;
    position: relative;
}
.m_right .lb_cont .p_box .flgl>.sou i input{
    border:2px solid #999;
    border-radius: 7px;
    height: 38px;
    width: 480px;
    padding-left: 10px;
    background: #f4f4f4;
}
.m_right .lb_cont .p_box .flgl>.sou i s{
    position: absolute;
    top:9px;
    right: 10px;
    cursor: pointer;
}
.m_right .lb_cont .p_box .flgl table{
    background: rgb(220,220,220);
}
.m_right .lb_cont .p_box .flgl tbody td{
    background: #fff;
    text-align: center;
}
.m_right .lb_cont .p_box .flgl tbody td a{
    display: inline-block;
    margin: 0 5%;
}
.m_right .lb_cont .p_box .flgl tbody td a img{
    vertical-align: middle;
}
.m_right .lb_cont .p_box .flgl table tr td:first-child{
    width: 10%;
}
.m_right .lb_cont .p_box .flgl table tr td:nth-child(2){
    width: 12%;
}
.m_right .lb_cont .p_box .flgl table tr td:nth-child(3){
    width: 50%;
}
.m_right .lb_cont .p_box .flgl table tr td:nth-child(4){
    width: 15%;
}
/*全部分类——内容管理*/
.m_right .lb_cont .p_box .nrgl{}
.m_right .lb_cont .p_box .nrgl .sou{
    background: #f4f4f4;
    font-size: 16px;
    color: rgb(106,104,104);
    padding-bottom: 16px;
}
.m_right .lb_cont .p_box .nrgl .sou i{
    display: inline-block;
    position: relative;
}
.m_right .lb_cont .p_box .nrgl .sou i input{
    height: 30px;
    width: 400px;
    border:2px solid #999;
    border-radius: 7px;
    background: #f4f4f4;
}
.m_right .lb_cont .p_box .nrgl .sou i s{
    position: absolute;
    right: 8px;
    top:4px;
}
.m_right .lb_cont .p_box .nrgl .cont_box{
    overflow: hidden;
}
.m_right .lb_cont .p_box .nrgl .cont_box h3{
    text-align: left;
    text-indent: 26px;
    height: 42px;
    line-height: 42px;
}
.m_right .lb_cont .p_box .nrgl .cont_box .cont{
    width: 90%;
    margin: 0 auto ;
}
.m_right .lb_cont .p_box .nrgl .cont_box .cont .tit{
    font-size: 16px;
    padding: 10px 0;
    border-bottom:1px solid black;
    margin-top:10px;
    margin-bottom: 15px;
}
.m_right .lb_cont .p_box .nrgl .cont_box .cont .cn{
    width: 90%;
    margin: 0 auto ;
}
.m_right .lb_cont .p_box .nrgl .cont_box .cont .con1 .img span{
    float: left;
    width: 56%;
    height: 170px;
    overflow: hidden;
}
.m_right .lb_cont .p_box .nrgl .cont_box .cont .con1 .img a{
    float: left;
    margin-left: 100px;
}
.m_right .lb_cont .p_box .nrgl .cont_box .cont .img .gh_pic{
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 120px;
    color: #fff;
    background: red;
    border-radius: 6px;
}
.m_right .lb_cont .p_box .nrgl .cont_box .cont .ul{
    margin-top:30px;
    overflow: hidden;
}
.m_right .lb_cont .p_box .nrgl .cont_box .cont .ul li{
    height: 30px;
    line-height: 30px;
    margin: 10px 0 ;
    overflow: hidden;
}
.m_right .lb_cont .p_box .nrgl .cont_box .cont .ul li span{
    float: left;
    margin-top:4px;
    margin-right: 30px;
}
.m_right .lb_cont .p_box .nrgl .cont_box .cont .ul li s{
    float: left;
    width: 60%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.m_right .lb_cont .p_box .nrgl .cont_box .cont .ul li i{
    float: left;
}
.m_right .lb_cont .p_box .nrgl .cont_box .cont .ul li i a{
    margin: 0 10px;
}
.m_right .lb_cont .p_box .nrgl .cont_box .con2 .img{
    width: 224px;
    overflow: hidden;
}
.m_right .lb_cont .p_box .nrgl .cont_box .con2 .img a{
    display: block;
    margin: 20px auto ;
}
.m_right .lb_cont .p_box .nrgl .cont_box .con2 ul{
    margin-left: 25%;
}
.m_right .lb_cont .p_box .nrgl .cont_box .con2 .ul li s{
    width: 47%;
}
.m_right .lb_cont .p_box .nrgl .cont_box .con3 .img{
    width: 380px;
}
.m_right .lb_cont .p_box .nrgl .cont_box .con3 .img a{
    display: block;
    margin: 10px auto ;
}
.m_right .lb_cont .p_box .tj tbody td:first-child{
    width: 20%;
    text-align: right;
}
.m_right .lb_cont .p_box .tj tbody td select{
    width: 51%;
    height: 28px;
}
.m_right .lb_cont .p_box .tj tbody td input{
    width: 50%;
    border: 1px solid #999;
    height: 26px;
    padding-left: 8px;
}

.m_right .p_box .tj tbody tr td .shangchuan {
    display: inline-block;
    height: 26px;
    width: 50px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #ccc;
    color: red;
    vertical-align: middle;
}
.m_right .p_box .tj tbody td {
    border-bottom: 2px solid #f3f3f3;
}
.m_right .p_box .tj tbody tr:last-child input[type="checkbox"] {
    height: 20px;
    width: 20px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.m_right .p_box .tj tbody tr:last-child input {
    width: 100px;
    height: 30px;
    font-size: 14px;
    background: red;
    color: #fff;
    border: none;
    margin-left: 2%;
	cursor: pointer;
}
.m_right .p_box .tj tbody tr:nth-last-child(2) textarea {
    width: 75%;
    display: block;
    margin: 20px auto;
    min-height: 300px;
}

/*公司业务*/
.m_right .lb_cont .gsyw{}
.m_right .lb_cont .gsyw_box{}
/*公司业务  与 公司优势一样的*/
.m_right .lb_cont .yw_ys h2{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: normal;
    background: red;
    color: #fff;
    padding-left: 20px;
}
.m_right .lb_cont .yw_ys h2 a{
    float: right;
    margin-right: 20px;
    background: #9c1008;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    margin-top:7px;
    padding: 0 12px;
    overflow: hidden;
}
.m_right .lb_cont .yw_ys h2 a img{
    margin: 0 6px;
}
.m_right .lb_cont .yw_ys .sou{
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    margin: 40px 0 ;
}
.m_right .lb_cont .yw_ys .sou span{
    float: left;
    padding: 0 20px;
    color: #fff;
    background: red;
    margin-left: 20px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.m_right .lb_cont .yw_ys .sou input{
    float: left;
    border:1px solid red;
    width: 35%;
    height: 40px;
    padding-left: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.m_right .lb_cont .yw_ys .sou a{
    float: left;
    margin-left: 15px;
    padding: 0 16px;
    background: red;
    color: #fff;
    border-radius: 6px;
}
.m_right .lb_cont .yw_ys table{
    background: red;
    border:1px solid red;
}
.m_right .lb_cont .yw_ys tbody td{
    padding: 10px 1%;
}
.m_right .lb_cont .yw_ys tbody td{
    background: #fff;
    text-align: center;
}

/*公司展示*/
.m_right .lb_cont .view_box{
    padding-top:60px;
    overflow: hidden;
    background: url("../images/gsview_images/bg_03.png") no-repeat left top /cover;
}
.m_right .lb_cont .view_box_cont{
   width: 90%;
   margin: 0 auto ;
}
.m_right .lb_cont .view_box_cont img{
    display: block;
    width: 100%;
}
.m_right .lb_cont .view_box_cont .ul_1{
    margin-top:1%;
}
.m_right .lb_cont .view_box_cont li{
    float: left;
    font-size: 0;
}
.m_right .lb_cont .view_box_cont .ul_0 li:first-child{
    width: 24%;
}
.m_right .lb_cont .view_box_cont .ul_0 li:nth-child(2){
    width: 49%;
    margin:0 1%;
}
.m_right .lb_cont .view_box_cont .ul_0 li:last-child{
    width: 24%;
}
.m_right .lb_cont .view_box_cont li span{
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 0;
}
.m_right .lb_cont .view_box_cont li span:last-child{
    margin-top:4%;
}
.m_right .lb_cont .view_box_cont li span img{
    vertical-align: middle;
}
.m_right .lb_cont .view_box_cont .ul_1 li{
    width: 32.3%;
}
.m_right .lb_cont .view_box_cont .ul_1 li:nth-child(2){
    margin: 0 1%;
}
.m_right .lb_cont .view_box .bj{
    display: block;
    margin: 30px auto ;
    width: 10%;
    height: 52px;
    line-height: 52px;
    background: #fff;
    color: red;
    text-align: center;
    font-size: 16px;
    border-radius: 7px;
}
.m_right .lb_cont .view_box .bj img{
    vertical-align: middle;
}
/*问答咨询*/
.m_right .lb_cont .wdzx{}
/*深圳百科 也就是所有共同模块*/
.m_right .lb_cont .wdzx .bk{
    padding-bottom: 60px;
}
.m_right .lb_cont .wdzx .bk h3{
    text-align: left;
    text-indent: 20px;
}
.m_right .lb_cont .wdzx .bk .pics ul{
    width: 90%;
    margin:0 auto;
    margin-top:28px;
}
.m_right .lb_cont .wdzx .bk .pics li{
    float: left;
    width: 25%;
    margin: 0 4%;
}
.m_right .lb_cont .wdzx .bk .pics li img{
    display: block;
    width: 100%;
}
.m_right .lb_cont .wdzx .bk .bj{
    display: block;
    width: 8%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: red;
    color: #fff;
    border-radius: 6px;
    margin: 30px auto ;
}
.m_right .lb_cont .wdzx .bk .ul0{
    width: 80%;
    padding-left: 20px;
}
.m_right .lb_cont .wdzx .bk .ul0 li{
    border-bottom: 1px dashed #333;
    padding: 8px 120px 8px 0px;
}
.m_right .lb_cont .wdzx .bk .ul0 li:nth-child(n+2){
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.m_right .lb_cont .wdzx .bk .ul0 li:last-child{
    border-bottom: none;
}
.m_right .lb_cont .wdzx .bk .ul0 li .time{
    display: block;
    margin: 10px 0 ;
}
.m_right .lb_cont .wdzx .bk .ul0 li h4{}
.m_right .lb_cont .wdzx .bk .ul0 li .img_a{
    float: right;
    margin-right: -120px;
}
.m_right .lb_cont .wdzx .bk .ul0 li .txt{
    width: 80%;
    color: #666;
    line-height: 24px;
    overflow: hidden ;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.m_right .lb_cont .wdzx .bk .ul0 li>a{
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*合作伙伴*/
.m_right .lb_cont .partner_box{
    padding-bottom: 70px;
}
.m_right .lb_cont .partner_box h3{
    text-align: left;
    text-indent: 20px;
}
.m_right .lb_cont .partner_box ul{
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}
.m_right .lb_cont .partner_box ul li{
    float: left;
    width: 25%;
    text-align: center;
    margin-top:4%;
}
.m_right .lb_cont .partner_box ul li .img{
    width: 60%;
    margin: 0 auto ;
    margin-bottom: 5%;
}
.m_right .lb_cont .partner_box ul li .img img{
    display: block;
    width: 100%;
}
.m_right .lb_cont .partner_box ul li a{
    color: red;
}
/*关于我们*/
.m_right .lb_cont .about_box{}
.m_right .lb_cont .about_box h3{
    text-align: left;
    text-indent: 30px;
}
.m_right .lb_cont .about_box .abb1{
    font-size: 14px;
    margin-top:30px;
}
.m_right .lb_cont .about_box .abb1 .img img{
    display: block;
    width: 100%;
}
.m_right .lb_cont .about_box .abb1_l{
    float: left;
    width: 42%;
    margin: 0 4%;
}
.m_right .lb_cont .about_box .abb1 .bj{
    display: block;
    margin: 20px auto ;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: red;
    font-size: 16px;
    border-radius: 6px;
}
.m_right .lb_cont .about_box .abb1_l .txt{
    line-height: 36px;
    margin-top:21px;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.m_right .lb_cont .about_box .abb1_r{
    float: left ;
    width: 42%;
    margin: 0 4%;
}
.m_right .lb_cont .about_box .abb1_r .txt_ul{
    margin-top:16px;
}
.m_right .lb_cont .about_box .abb1_r .txt_ul li{
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
.m_right .lb_cont .about_box .abb1_r .txt_ul li span{
    float: left;
    margin-right: 10px;
}
.m_right .lb_cont .about_box .abb1_r .txt_ul li i{
    color:red;
}
.m_right .lb_cont .about_box .abb2{
    padding: 60px;
}
.m_right .lb_cont .about_box .abb2 p{
    width: 40%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.m_right .lb_cont .about_box .abb2 p span{
    float: right;
}
.m_right .lb_cont .about_box .abb2 p span a{
    display: inline-block;
    margin: 0 4px;
}
.m_right .lb_cont .about_box .abb2 p span a img{
    vertical-align: middle;
}
/*在线客户查询*/
.m_right .lb_cont .zxchaxun_box{}
.m_right .lb_cont .zxchaxun_box table{
    background: rgb(220,14,1);
}
.m_right .lb_cont .zxchaxun_box tbody td{
    background: #fff;
    text-align: center;
}
.m_right .lb_cont .zxchaxun_box table tr td{
    width: 21%;
    padding: 0 2%;
}
/*链接*/
.m_right .lb_cont .lianjie_box{}
.m_right .lb_cont .lianjie_box .sou{
    font-size: 16px;
    background: #f4f4f4;
    padding-bottom: 16px;
}
.m_right .lb_cont .lianjie_box .sou span{
    margin-left: 18px;
}
.m_right .lb_cont .lianjie_box .sou i{
    display: inline-block;
    position: relative;
}
.m_right .lb_cont .lianjie_box .sou i input{
    border:2px solid #999;
    border-radius: 7px;
    height: 38px;
    width: 480px;
    padding-left: 10px;
    background: #f4f4f4;
}
.m_right .lb_cont .lianjie_box .sou i s{
    position: absolute;
    top:9px;
    right: 10px;
    cursor: pointer;
}
.m_right .lb_cont .lianjie_box table{
    background: rgb(191,191,191);
} 
.m_right .lb_cont .lianjie_box tbody td{
    background: #fff;
    text-align: center;
}
.m_right .lb_cont .lianjie_box tbody tr td:first-child{
    width: 8%;
    padding: 0 1%;
}
.m_right .lb_cont .lianjie_box table tr td:nth-child(2){
    width: 74%;
    padding: 0 3%;
}
.m_right .lb_cont .lianjie_box table tr td:last-child{
    width: 8%;
    padding: 0 1%;
}
.m_right .lb_cont .lianjie_box tbody tr td:last-child a{
    margin: 0 4px;
}
/*列表内容 结束*/