/* 公共样式 */

body {
    color: #000;
    font-family: Microsoft YaHei, 微软雅黑, 宋体, arial;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #e3157a;
        text-decoration: none;
    }

.fwhite {
    color: #fff;
}

.fzi {
    color: #eb689a;
}

.fszi {
    color: #e3157a;
}

.bj100 img {
    width: 100%;
}

.gay {
    color: #ccc
}

.red {
    color: #d6281a;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

li {
    list-style-type: none;
}

.margin0 {
    margin-right: 0px;
}

.h40 {
    height: 40px;
    clear: both;
}

.row img {
    max-width: 100%;
}
/*测试用*/

@media (min-width: 768px) {
    .container {
        width: 1170px;
    }

    .menuk .container {
        margin: auto;
    }

    .navbar {
      
        border-width:0px;
    }
}


/*第一行*/

.xian_d1 {
    background: #ededed;
    color: #969595;
}

@media (max-width: 768px) {
    .logo .pull-left img {
        width: 95%;
    }

    .logo .pull-right {
        display: none;
    }
}


/*第二行*/

.paddingright20 {
    padding-right: 150px;
}


/*菜单行*/

.menuk {
    background: #6c0202;
    color: #fff;
   
}


    .menuk a {
        color: #fff;
    }

    .menuk ul li > a {
        color: #fff;
        height: 48px;
        display: block;
        text-align: center;
    }

.navbar-default .navbar-collapse {
    background: #6c0202;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

    .navbar-default .navbar-nav > li > a:hover {
        background-color: #e44e7f;
        color: #fff;
        height: 48px;
    }

.menuk .navbar-default .navbar-nav > li a:hover {
    background-color: #e44e7f;
    color: #fff;
    height: 48px;
}

.menuk .zhuanshi {
    position: absolute;
    top: -95px;
    left: 20px
}

@media (min-width: 768px) {
    .menuk {
        height: 48px;
    }
    .menuk ul li {
        float: left;
        font-weight: bold;
        padding-left: 3px;
        padding-right: 3px;
        width: 100px;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        font-family: Microsoft YaHei, 黑体
    }
}

@media screen and (max-width: 767px) {
    .menuk ul li {
        clear: both;
        background: #6c0202;
        text-align: left;
    }
}


/**导航栏*/

@media screen and (max-width: 767px) {
    .carousels {
      
    }
}


/*课程*/
.kecheng .kctong {
    border: 1px solid #5c3c27;
    padding: 13px;
    text-align: center;
  
    margin-bottom: 5px;
    box-sizing: border-box;
    transition: all linear .1s;
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    position: relative;
    display: block;
}
    .kecheng .kctong:hover {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -o-transform: scale(1.08);
        border: 1px solid #5c3c27 !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

.kecheng img{max-width:100%;}
@media screen and (min-width: 767px) {
    .kecheng .col-xs-6 {
        width: 218px;
      
    }
    .kecheng .kctong {
        height: 380px;
       
    }

}
@media screen and (max-width: 767px) {

    .kecheng .kctong {
        height: 280px;
        margin-left: -12px;
        margin-right: -12px;
    }
    .kctong img {
        width: 50%;
    }
}


.kecheng {
    margin: 20px 0px 40px 0px;
    display: block;
    padding: 0px;
}

   

    .kecheng .col-xs-6 p {
        font-size: 12px;
        line-height: 200%;
        text-align: left;
    }

.kecheng_bm {
    width: 102px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    right:10px;
  
}

.kecheng:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}



.kecheng1 {
    background: #987349;
    color: #fff;
}
.kecheng1 a {
    color: #fff;
}
    .kecheng1 .kecheng_bm {
        border: 1px solid #fff;
        color: #fff;
    }

        .kecheng1 .kecheng_bm a {
            color: #fff;
        }

.kecheng2 {
    background: #fff;
    color: #e79a54;
    border-color: #e79a54;
}
    .kecheng2 a {
        color: #e79a54;
    }
    .kecheng2 .kecheng_bm {
        border: 1px solid #e79a54;
        color: #e79a54;
    }

        .kecheng2 .kecheng_bm a {
            color: #e79a54;
        }

.kecheng3 {
    background: #5c3c27;
    color: #fff;
    border-color: #5c3c27;
}
.kecheng3 a {
    color: #fff;
}
    .kecheng3 .kecheng_bm {
        border: 1px solid #fff;
        color: #fff;
    }

        .kecheng3 .kecheng_bm a {
            color: #fff;
        }

.kecheng4 {
    background: #fff;
    color: #5c3c27;
    border-color: #95674e;
}
.kecheng4 a {
    color: #5c3c27;
}
    .kecheng4 .kecheng_bm {
        border: 1px solid #95674e;
        color: #95674e;
    }

        .kecheng4 .kecheng_bm a {
            color: #95674e;
        }
.kecheng5 {
    background: #e79a54;
    color: #fff;
}

.kecheng5 a {
    color: #fff;
}

.kecheng5 .kecheng_bm {
    border: 1px solid #fff;
    color: #fff;
}

    .kecheng5 .kecheng_bm a {
        color: #fff;
    }

.kecheng6 {
    background: #fff;
    color: #5c3c27;
    border-color: #987349;
}
.kecheng6 a {
    color: #5c3c27;
}
    .kecheng6 .kecheng_bm {
        border: 1px solid #987349;
        color: #987349;
    }

        .kecheng6 .kecheng_bm a {
            color: #987349;
        }

.kecheng7 {
    background: #987349;
    color: #fff;
    border-color: #5c3c27;
}
    .kecheng7 a{color:#fff;}
    .kecheng7 .kecheng_bm {
        border: 1px solid #fff;
        color: #fff;
    }

        .kecheng7 .kecheng_bm a {
            color: #fff;
        }
.kecheng8 {
    background: #95674e;
    color: #fff;
    border-color: #5c3c27;
}

    .kecheng8 a {
        color: #fff;
    }

    .kecheng8 .kecheng_bm {
        border: 1px solid #fff;
        color: #fff;
    }

        .kecheng8 .kecheng_bm a {
            color: #fff;
        }
.kecheng9 {
    background: #95674e;
    color: #fff;
    border-color: #5c3c27;
}

    .kecheng9 .kecheng_bm {
        border: 1px solid #fff;
        color: #fff;
    }

        .kecheng9 .kecheng_bm a {
            color: #fff;
        }


/*各导航条*/

.i_k1 {
    background: url(/images/bsd_41.jpg) repeat-x;
    clear: both;
    height: 199px;
}
.i_k4 {
    background: url(/images/bsd_91.jpg) repeat-x;
    clear: both;
    height: 102px;
}
.i_k2 {
    background: url(/images/bsd_52.jpg) repeat-x;
    clear: both;
    height: 95px;
}
@media screen and (max-width: 767px) {
    .i_k1 {
        background-image: none;
        background-color: #fc7a22;
        height: 70px;
    }
    .i_k4 {
        background-image: none;
        background-color: #ffffff;
        height:70px;
    }
    .i_k2 {
        background-image:none;
        clear: both;
        height:60px;
    }
}
    

    .i_k3 {
        background: url(/images/bsd_75.jpg) repeat-x;
        clear: both;
        height: 218px;
    }

   

    /*最新动态*/

    .ju_bj {
        background: #fc7a22;
        min-height: 560px;
        display: block;
    }

@media screen and (max-width: 767px) {
    .ju_bj {
        min-height: 360px;
    }
}

    .newsBox {
        clear: both;
        margin: 0 auto;
        min-height: 350px;
        overflow: hidden;
        position: relative;
        display: block;
    }

    .newsBoxW {
        clear: both;
        overflow: hidden;
        position: absolute;
    }

    .newsBw {
        clear: both;
        width: 95%;
    }

    .newsBoxL .img1 {
        width: 90%;
        max-width: 370px;
        height: 186px;
        border: 4px solid #feb161;
        margin: 0px auto;
    }

        .newsBoxL .img1 img {
            width: 100%;
            height: 100%;
        }

    .tt {
        clear: both;
        margin-top: 10px;
    }

        .tt h4 {
            font-size: 16px;
            color: #545454;
            line-height: 50px;
            overflow: hidden;
        }

            .tt h4 p {
                float: left;
            }

            .tt h4 span {
                float: right;
                font-size: 12px;
                font-weight: normal;
                color: #989898;
            }

        .tt .tet {
            line-height: 24px;
            color: #41220e;
        }

        .tt:hover h4 {
            color: #000;
        }

            .tt:hover h4 span {
                color: #000;
            }

        .tt:hover .tet {
            color: #000;
        }

    .newsBoxR {
    }

    .boxT1 {
        clear: both;
        height: 82px;
        margin-bottom: 26px;
        background: url(../images/01.png) no-repeat left center;
    }

    .boxT2 {
        clear: both;
        height: 82px;
        margin-bottom: 26px;
        background: url(../images/02.png) no-repeat left center;
    }

    .boxT3 {
        clear: both;
        height: 82px;
        margin-bottom: 26px;
        background: url(../images/03.png) no-repeat left center;
    }

    .tt1 {
        padding-left: 98px;
    }

        .tt1 h4 {
            font-size: 14px;
            color: #41220e;
            line-height: 28px;
            overflow: hidden;
        }

            .tt1 h4 p {
                float: left;
            }

            .tt1 h4 span {
                float: right;
                font-size: 12px;
                font-weight: normal;
                color: #989898;
            }

        .tt1 .tet2 {
            line-height: 24px;
            color: #7d441c;
            font-size: 12px;
            width: 372px;
            height: 43px;
            overflow: hidden;
        }

    .tt2 {
        padding-left: 20px;
        background: #f3f3f3;
        height: 82px;
    }

        .tt2 h4 {
            font-size: 14px;
            color: #956d35;
            line-height: 28px;
            overflow: hidden;
        }

            .tt2 h4 p {
                float: left;
            }

            .tt2 h4 span {
                float: right;
                font-size: 12px;
                font-weight: normal;
                color: #956d35;
            }

        .tt2 .tet2 {
            line-height: 24px;
            color: #956d35;
        }


    /*校园风采*/

    .inx_fencai .col-md-3 {
        padding: 5px;
    }

        .inx_fencai .col-md-3 .inx_fencai_k {
            position: relative;
            margin-bottom: 13px;
        }

        .inx_fencai .col-md-3 img {
            width: 100%;
        }

        .inx_fencai .col-md-3 .inx_fencai_k div {
            margin-top: -45px;
            clear: both;
            height: 45px;
            line-height: 45px;
            background: #5d5d4c;
            filter: alpha(opacity=60);
            -moz-opacity: 0.6;
            -khtml-opacity: 0.6;
            opacity: 0.6;
            text-align: center;
            display: block;
        }

        .inx_fencai .col-md-3 .inx_fencai_k p {
            color: #fff;
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
        }

        .inx_fencai .col-md-3 .inx_fencai_k:hover {
            margin: 2px;
        }

            .inx_fencai .col-md-3 .inx_fencai_k:hover div {
                filter: alpha(opacity=80);
                -moz-opacity: 0.8;
                -khtml-opacity: 0.8;
                opacity: 0.8;
            }


    /*名师风彩*/

    .h455 {
        margin-top: 20px;
        height: 455px;
        position: relative;
        width: 1200px
    }

        .h455 td {
            overflow: hidden;
            height: 455px
        }

            .h455 td td {
                width: auto;
                height: auto
            }

    .w300 {
        width: 165px;
        overflow: hidden
    }

    .w350 {
        float: left;
        width: 347px !important;
        padding: 20px 15px !important;
        height: 413px !important;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6
    }

    .ti_fz16 {
        font-size: 20px;
        font-weight: 700;
        color: #ee7800;
        margin-bottom: 15px;
    }

        .ti_fz16 a {
            color: #ee7800
        }

    .w328 img {
        filter: alpha(opacity=70);
        opacity: .7
    }

    .lx .w328 img {
        filter: alpha(opacity=100);
        opacity: 1
    }

    c28_fbold {
        color: #282828;
        font-weight: 700;
        line-height: 36px
    }

    .lh18_ca {
        line-height: 20px;
        color: #a5a4a4
    }

    @media screen and (max-width: 767px) {
        .mingshi {
            display: none;
        }
    }
    /*名师风彩END*/


    /*人才就业*/

    .rencai {
        clear: both;
        display: block;
        margin: 0 auto;
        padding: 0px;
    }

        .rencai li {
            float: left;
            height: 300px;
            border: 1px solid #cfcece;
            margin: 5px;
            width: 370px;
        }

        .rencai .col-md-4 p {
            line-height: 24px;
            padding: 5px;
        }

    .rencai_1 {
        background-color: #85c226;
        height: 103px;
        text-align: center;
        color: #fff;
        padding-top: 26px;
        margin-bottom: 30px;
    }

    .rencai_2 {
        background-color: #00529c;
        height: 103px;
        text-align: center;
        color: #fff;
        padding-top: 26px;
        margin-bottom: 30px;
    }

    .rencai_3 {
        background-color: #e26000;
        height: 103px;
        text-align: center;
        color: #fff;
        padding-top: 26px;
        margin-bottom: 30px;
    }

    .rencai .t1 {
        font-size: 16px;
        font-family: Arial;
        font-weight: bold;
    }

    .rencai .t2 {
        font-size: 14px;
    }

    .rencaiimg {
        float: right;
        margin-top: -85px;
        margin-right: 15px;
    }

        .rencaiimg img {
            width: 100px;
            height: 100px;
        }


    /*公司动态页*/

    .news_k {
        margin: 5px 2px 10px 3px;
        padding: 10px;
        padding-bottom: 10px;
        border: 1px solid #d1d1d1;
    }

        .news_k img {
            width: auto;
            height: 210px;
        }

        .news_k:hover {
            border: 1px solid #e3157a;
        }

        .news_k h4 {
            clear: both;
            height: 30px;
            overflow: hidden;
            line-height: 30px;
            font-weight: bold;
            color: #484848;
        }

            .news_k h4:hover {
                color: #e3157a;
            }

        .news_k p {
            color: #484848;
            margin-bottom: 5px;
            height: 75px;
            line-height: 25px;
            overflow: hidden;
            text-align: left;
        }

        .news_k .btn {
            color: #db0a72;
            border: 1px solid #db0a72;
            background-color: #fff;
        }


    /*视频欣赏页*/

    .vod_k {
        margin: 5px 2px 10px 3px;
        padding: 10px;
        padding-bottom: 10px;
        border: 1px solid #d1d1d1;
        overflow: hidden;
    }

        .vod_k img {
            width: 100%;
        }

        .vod_k:hover {
            border: 1px solid #e3157a;
        }

        .vod_k img:hover {
            -webkit-transform: scale(0.9, 0.9);
            -ms-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
            -webkit-transition: -webkit-transform 0.6s ease 0s;
            transition: transform 0.6s ease 0s;
        }

        .vod_k h4 {
            clear: both;
            height: 30px;
            overflow: hidden;
            line-height: 30px;
            font-weight: bold;
            color: #484848;
        }

            .vod_k h4:hover {
                color: #e3157a;
            }


    /*学校概况页*/

    .mainNav {
        position: relative;
        text-align: center;
        padding: 30px 0;
    }

        .mainNav .child {
            width: 100%;
            height: 42px;
            border: 2px solid #b7b7b7;
            text-align: center;
            line-height: 42px;
            font-size: 20px;
            color: #656565;
            margin: 10px 6px;
            display: inline-block;
            *display: inline;
            *zoom: 1;
            cursor: pointer;
        }

        .mainNav .child {
            transition-duration: .5s;
            -ms-transition-duration: .5s;
            -moz-transition-duration: .5s;
            -webkit-transition-duration: .5s;
        }

            .mainNav .child.on {
                color: #fff;
                background: #d6281a;
                border: 2px solid #d6281a;
            }

            .mainNav .child:hover {
                color: #fff;
                background: #d6281a;
                border: 2px solid #d6281a;
            }

    .mainTitles {
        line-height: 54px;
        text-align: center;
        font-size: 36px;
        color: #434343;
    }

    .mainSub {
        position: relative;
        height: 2px;
        width: 37px;
        background: #d6180f;
        margin: 16px auto 20px auto;
    }

    .info {
        padding-top: 5px;
        color: #656565;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        text-indent: 2em;
    }

    .instr_vod {
    }

        .instr_vod .col-md-4 img,
        .instr_vod .col-sm-6 img,
        .instr_vod .col-xs-6 img {
            width: 100%;
        }


    /*课程页*/

    .ke_list {
        margin-left: 10px;
        margin-right: 10px;
    }

        .ke_list .col-md-6 {
            padding: 0px;
            overflow: hidden;
        }

        .ke_list .ke_1 {
            margin-bottom: 10px;
           
        }

            .ke_list .ke_1 img {
            
                -webkit-transition: ease .2s;
                transition: ease .2s;
                -webkit-transform-origin: 50% 50%;
                /* transform-origin默认值就是居中，可以不加 */
                transform-origin: 50% 50%;
                /* transform-origin默认值就是居中，可以不加 */
            }

                .ke_list .ke_1 img:hover {
                    -webkit-transform: scale(1.1, 1.1);
                    -ms-transform: scale(1.1, 1.1);
                    transform: scale(1.1, 1.1);
                    -webkit-transition: -webkit-transform 0.6s ease 0s;
                    transition: transform 0.6s ease 0s;
                }

        .ke_list .ke_2 {
            background: #ffeed5;
            height: 380px;
            margin-bottom: 10px;
        }

            .ke_list .ke_2 a {
                padding: 100px 70px 30px 70px;
                clear: both;
                display: block;
            }

@media (min-width: 768px) {
    .ke_list .ke_1 img {
        height: 380px;
    }
    .ke_list .ke_1 {
        height: 380px;
    }
    }
    @media screen and (max-width: 767px) {
        .ke_list .ke_2 a {
            padding: 40px 20px 20px 20px;
            clear: both;
            display: block;
        }

        .ke_list .ke_2 {
            height: 260px;
        }

            .ke_list .ke_2 .k_title {
                color: #fb752d;
                line-height: 60px;
                font-size: 1.8em;
            }
    }

    .ke_list .ke_2 .k_title {
        color: #fb752d;
        line-height: 60px;
        font-size: 2em;
    }

    .ke_list .ke_2 p {
        color: #999;
    }

    .ke_list .ke_2 .ke_an {
        width: 120px;
        height: 36px;
        background: #fb752d;
        color: #fff;
        font-size: 14px;
        line-height: 36px;
        margin: 0 auto;
    }

        .ke_list .ke_2 .ke_an:hover {
            background: #ca500e;
        }


    /*人才就业页*/


    .job_list {
        margin-left: 10px;
        margin-right: 10px;
    }

        .job_list .col-md-6 {
            padding: 0px;
            overflow: hidden;
        }

        .job_list .ke_1 {
            margin-bottom: 10px;
        }

            .job_list .ke_1 img {
                height: auto;
                width: 100%;
                -webkit-transition: ease .2s;
                transition: ease .2s;
                -webkit-transform-origin: 50% 50%;
                /* transform-origin默认值就是居中，可以不加 */
                transform-origin: 50% 50%;
                /* transform-origin默认值就是居中，可以不加 */
            }

                .job_list .ke_1 img:hover {
                    -webkit-transform: scale(1.1, 1.1);
                    -ms-transform: scale(1.1, 1.1);
                    transform: scale(1.1, 1.1);
                    -webkit-transition: -webkit-transform 0.6s ease 0s;
                    transition: transform 0.6s ease 0s;
                }

        .job_list .ke_2 {
            background: #ffeed5;
            max-height: 320px;
            margin-bottom: 10px;
        }

            .job_list .ke_2 a {
                padding: 5px;
                clear: both;
                display: block;
            }

            .job_list .ke_2 .k_title {
                color: #4d4d4d;
                font-size: 22px;
                line-height: 50px;
            }

            .job_list .ke_2 .k_subtitle {
                color: #4a261a;
                font-size: 18px;
                line-height: 50px;
            }

            .job_list .ke_2 p {
                color: #333333;
            }

            .job_list .ke_2 .ke_an {
                width: 120px;
                height: 36px;
                background: #ffffff;
                color: #333;
                font-size: 14px;
                line-height: 36px;
                border: 1px solid #bf3c38;
                margin: 0 auto;
            }

                .job_list .ke_2 .ke_an:hover {
                    background: #ca500e
                }

        .job_list .ke_3 {
            background: #dddddd;
            height: 320px;
            margin-bottom: 10px;
        }

            .job_list .ke_3 a {
                padding: 5px;
                clear: both;
                display: block;
            }

            .job_list .ke_3 .k_title {
                color: #4d4d4d;
                font-size: 22px;
                line-height: 50px;
            }

            .job_list .ke_3 .k_subtitle {
                color: #4a261a;
                font-size: 18px;
                line-height: 50px;
            }

            .job_list .ke_3 p {
                color: #333333;
            }

            .job_list .ke_3 .ke_an {
                width: 120px;
                height: 36px;
                background: #ffffff;
                color: #333;
                font-size: 14px;
                line-height: 36px;
                border: 1px solid #bf3c38;
                margin: 0 auto;
            }

                .job_list .ke_3 .ke_an:hover {
                    background: #ca500e
                }

    @media (min-width: 768px) {
        .job_list .ke_1 {
            height: 320px;
        }

        .job_list .ke_2 {
            height: 320px;
        }

        .job_list .ke_3 a {
            padding: 40px;
        }

        .job_list .ke_2 a {
            padding: 40px;
        }
    }

    @media (max-width: 768px) {
    }

    /*名师风采页*/

    .teacher_list {
        margin: 0 auto;
    }

        .teacher_list .col-md-3 {
            background: #fff;
            margin: 10px;
            padding: 0px;
            height: 700PX;
            border: 1px solid #d1d1d1;
        }

            .teacher_list .col-md-3 a {
            }

            .teacher_list .col-md-3:hover {
                background: #d2a16f;
            }

            .teacher_list .col-md-3 img {
                width: 100%;
                height: 420px;
            }

        .teacher_list .k_title {
            font-size: 20px;
            color: #333333;
        }

        .teacher_list .k_subtitle {
            font-size: 18px;
        }

        .teacher_list p {
            color: #525252;
        }

        .teacher_list .te_an {
            width: 146px;
            height: 41px;
            border: 1px solid #d1d1d1;
            color: #525252;
            background: #fff;
            line-height: 41px;
            margin: 15px auto;
        }

        .teacher_list .col-md-4 {
            min-height: 680px
        }

    @media (max-width: 768px) {
        .teacher_list .col-xs-12 {
            min-height: 520px
        }
    }

    /*图库页*/

    .picul_top {
        text-align: center;
        position: relative;
        left: 50%;
        float: left;
    }

    .piclist2 {
        text-align: center;
    }

        .piclist2 .col-xs-6 {
            padding-left: 5px;
            padding-right: 5px;
        }

        .piclist2 .thumbnail {
            max-width: 100%;
            margin: 0 auto;
        }

    .picli {
        margin: 0 auto;
        clear: both;
        height: 50px;
        width: 100%;
        position: relative;
        left: -50%;
        text-align: center;
    }

        .picli .rowli {
            text-align: center;
            width: 104px;
            margin-bottom: 6px;
            height: 25px;
            border: 1px solid #5c3c27
        }

        .picli a {
            color: #000
        }

        .picli .rowli:hover {
            background: #d6281a;
            color: #fff;
        }

        .picli .rowli:hover {
            color: #fff
        }

    .img250200 {
        width: 250px;
        height: 200px;
        -webkit-transition: ease .2s;
        transition: ease .2s;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

        .img250200:hover {
            -webkit-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
            -webkit-transition: -webkit-transform 0.6s ease 0s;
            transition: transform 0.6s ease 0s;
        }

    .piclist {
        margin-left: 10px;
        margin-right: 10px;
    }

        .piclist .col-md-3 {
            margin-top: 10px;
        }


    /* phone菜单 */

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }

    .navbar-wrapper {
        position: fixed;
        top: 0px;
        z-index: 9999;
        width: 100%
    }

    .navbar-default .navbar-toggle {
        border: none;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-toggle .icon-bar {
        border-radius: 1px;
        display: block;
        height: 3px;
        width: 22px;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 16px;
    }

    .phone-flag {
        margin: 8px auto;
        text-align: center
    }

        .phone-flag span {
            margin: 0 10px;
        }

    h2 {
        font-size: 28px;
    }

    @media (max-width:767px) {
        h2 {
            font-size: 24px;
        }
    }


    /*详细页*/

    .detail {
        margin: 0 auto;
        padding: 20px;
        font-size: 1.2em;
        color: #333;
    }

    @media (max-width:767px) {
        .detail img {
            max-width: 100%;
        }
    }


    /*底部*/

    .bottom_bj {
        background: #fc7a22;
        display: block;
        color: #fff;
    }

        .bottom_bj .col-sm-8,
        .bottom_bj .col-sm-4 {
            padding-top: 40px;
        }

    @media (min-width: 768px) {
        .bottom_bj {
            height: 150px;
        }
    }

    @media (max-width:767px) {
        .bottom_bj .col-sm-8,
        .bottom_bj .col-sm-4 {
            padding-top: 20px;
        }


        .bottom_bj {
            height: 300px;
        }
    }

    .bottom_bj a {
        color: #fff;
    }

    .sm100 img {
        width: 95%;
    }

    .navbar {
        margin-bottom: 0px;
    }

    @media (max-width: 767px) {
        .xsimg90 img {
            width: 90%;
        }
    }
