/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.bkg_ce9942 { background: #ce9942; }
.c_ffffff { color: #ffffff; }
.c_333333 { color: #333333; }
.c_666666 { color: #666666; }
.c_999999 { color: #999999; }

.text_c { text-align: center; }
.text_j { text-align: justify; }
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.index_dl .dt { position: relative; padding: 36px 0; text-align: center; }
    .index_dl .dt .line { position: absolute; left: 0; top: 50%; width: 1200px; height: 1px; background: #dcdcdc; }
    .index_dl .dt .text_box { position: relative; display: inline-block; position: relative; }
        .index_dl .dt .text_box .radius { position: absolute; top: 50%; margin-top: -3px; width: 10px; height: 10px; border-radius: 100%; background: #dcdcdc; }
            .index_dl .dt .text_box .radius.radius_l { left: -10px; }
            .index_dl .dt .text_box .radius.radius_r { right: -10px; }
        .index_dl .dt .text_box .text { position: relative; z-index: 999; padding: 0 20px; background: #f8f8f8; }
            .index_dl .dt .text_box .text h1 { font-size: 28px; line-height: 36px; }
            .index_dl .dt .text_box .text h2 { font-size: 24px; color: #df3232; }
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.index_cpzs .dd { background: #fff; padding: 50px; }
    .index_cpzs .dd .hd { padding: 0 30px; }
        .index_cpzs .dd .hd li { text-align: center; padding: 10px; }
            .index_cpzs .dd .hd li a { display: block; line-height: 45px; border-radius: 5px; background: #dcdcdc; transition: all 0.5s; }
            .index_cpzs .dd .hd li.on a { background: #df3232; color: #fff; box-shadow: 2px 2px 10px 2px #999; }

    .index_cpzs .dd .bd { margin-top: 20px; }
        .index_cpzs .dd .bd li a { border: solid 2px #dcdcdc; /*border-radius: 8px;*/ transition: all 0.5s; }
            .index_cpzs .dd .bd li a .img { height: 240px; }
            .index_cpzs .dd .bd li a .txt { position: absolute; bottom: 0; width: 100%; background: rgba(162, 162, 162, 0.6) none repeat scroll 0 0 !important; background-color: #a2a2a2; }
            .index_cpzs .dd .bd li a .txt { height: 40px; line-height: 40px; /*border-radius: 0 0 5px 5px;*/ transition: all 0.3s; color: #fff; }
            .index_cpzs .dd .bd li a:hover { border-color: #b03233; }
                .index_cpzs .dd .bd li a:hover .txt { height: 60px; line-height: 60px; font-size: 18px; background: rgba(211, 47, 47, 0.6) none repeat scroll 0 0 !important; background-color: #d32f2f; }

.index_more .more { margin-top: 30px; }
    .index_more .more a { display: block; transition: all .5s; width: 80px; line-height: 30px; font-size: 14px; margin: 0 auto !important; border: none !important; background: #eb2020; color: #fff; }
        .index_more .more a:hover { width: 100px; border-radius: 5px; }
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.index_case .dd { padding: 60px 0; background: url(../images/case_dd_bg.jpg) no-repeat center; background-size: 100% 100%; }
    .index_case .dd .case_list { width: 1228px; margin: 0 auto; }

    .index_case .dd li .box { position: relative; z-index: 999; padding: 30px; background: #fff; }
        .index_case .dd li .box .bkg { position: absolute; bottom: 0; left: 0; width: 100%; height: 180px; background: #808080; transition: all .5s; }
        .index_case .dd li .box .img { position: relative; z-index: 999; height: 160px; }
        .index_case .dd li .box .txt { position: relative; z-index: 999; margin-top: 20px; color: #fff; }

    .index_case .dd li a:hover .box .bkg { height: 190px; background: #df3232; }
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.index_serv .dd { position: relative; padding: 40px 120px; background: #fff; }
    .index_serv .dd .box { position: relative; }
    .index_serv .dd .one { position: absolute; top: 50px; width: 100%; height: 300px; border: solid 2px #df3232; }

    .index_serv .dd .two { width: 660px; margin-right: 70px; }
        .index_serv .dd .two li { position: relative; }
            .index_serv .dd .two li .txt { transition: .5s; height: 200px; padding: 20px; background: #f8f8f8; }
                .index_serv .dd .two li .txt h1 { font-size: 18px; }
                .index_serv .dd .two li .txt p { margin: 20px 0; max-height: 72px; text-align: justify; }
                .index_serv .dd .two li .txt div { text-align: right; }
            .index_serv .dd .two li .img { height: 200px; }
            .index_serv .dd .two li .lin { position: absolute; width: 4px; height: 10px; background: #f8f8f8; }
            .index_serv .dd .two li.li_01 .lin { left: 50%; margin-left: -2px; top: 200px; }
            .index_serv .dd .two li.li_02 .lin { left: 50%; margin-left: -2px; top: 190px; }

        .index_serv .dd .two a:hover .txt { background: #df3232; }
            .index_serv .dd .two a:hover .txt h1 { color: #fff; }
            .index_serv .dd .two a:hover .txt p { color: #fff; }
            .index_serv .dd .two a:hover .txt div { color: #fff; }
        .index_serv .dd .two a:hover .lin { background: #df3232; }

    .index_serv .dd .thi { position: absolute; left: -20px; top: 80px; width: 220px; height: 45px; line-height: 45px; font-size: 18px; text-align: center; background: #df3232; color: #fff; }
    .index_serv .dd .fou { position: absolute; left: 0; top: 180px; width: 200px; height: 45px; line-height: 45px; font-size: 18px; text-align: center; }
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.index_news { margin-bottom: 60px; }
    .index_news .l { background: #df3232; }
        .index_news .l .mui-table-view .mui-media-object { max-width: 350px; width: 350px; height: 225px; line-height: 225px; }
        .index_news .l .mui-table-view .mui-media-body { padding: 20px 0; }
            .index_news .l .mui-table-view .mui-media-body h1 { font-size: 18px; color: #fff; text-align: center; }
            .index_news .l .mui-table-view .mui-media-body p { max-height: 48px; color: #fff; margin: 30px 0 20px 0; }
            .index_news .l .mui-table-view .mui-media-body div.time { margin-bottom: 10px; text-align: right; color: #fff; }
            .index_news .l .mui-table-view .mui-media-body div.more span { transition: .5s; display: block; width: 80px; margin: 0 auto; text-align: center; line-height: 30px; background: #fff; color: #df3232; }
        .index_news .l .mui-table-view a:hover .mui-media-body div.more span { width: 100px; border-radius: 5px; }

    .index_news .r { height: 247px; padding: 10px; background: #fff; }
        .index_news .r li.mui-table-view-cell:after { border-bottom: dashed 1px #ccc; background: none; }
        .index_news .r li:last-child:after { border: none; }
        .index_news .r a { transition: .5s; }
            .index_news .r a .time { text-align: right; }
            .index_news .r a .text { transition: .5s; }
                .index_news .r a .text .fa { float: left; margin-right: 10px; font-size: 8px; line-height: 24px; color: #b03233; }
            .index_news .r a:hover .text { color: #df3232; }
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.container { margin-bottom: 60px; }
    .container .left { position: relative; top: -110px; width: 230px; background: #fff; z-index: 9999999; }
        .container .left .dt { height: 110px; background: #df3232; background: rgba(223, 50, 50,.8); }
            .container .left .dt h1 { font-size: 28px; line-height: 45px; padding-top: 20px; }
            .container .left .dt h2 { font-size: 16px; }

.sideMenu { border: 1px solid #dcdcdc; }
    .sideMenu a { display: block; }
    .sideMenu .h { height: 60px; line-height: 60px; border-top: 1px solid #e3e3e3; background: #fff; cursor: pointer; }
        .sideMenu .h .fa { height: 60px; line-height: 60px; margin-right: 40px; }
        .sideMenu .h a { padding-left: 40px; }
        .sideMenu .h.on .fa { transform: rotate(90deg); -ms-transform: rotate(90deg); /* IE 9 */ -moz-transform: rotate(90deg); /* Firefox */ -webkit-transform: rotate(90deg); /* Safari บอ Chrome */ -o-transform: rotate(90deg); /* Opera */ }
        .sideMenu .h.on, .sideMenu .h.on a, .sideMenu .h a:hover, .sideMenu .h:hover { color: #df3232; }

        .sideMenu .h.active, .sideMenu .h.active a { color: #df3232; }

    .sideMenu .s { }
        .sideMenu .s li { line-height: 40px; padding-left: 40px; border-bottom: solid 1px #e0e0e0; background: #f3f5f7; }
            .sideMenu .s li.active a { color: #df3232; }

#firstpane .menu_head.active { }
#firstpane .menu_body.active { display:block; }

/*.container .left .dd li { width: 100%; line-height: 60px; border-bottom: solid 1px #dcdcdc; }
            .container .left .dd li a { display: block;  }
                .container .left .dd li a .fa { margin-left: 30px; }
            .container .left .dd li.active { }
                .container .left .dd li.active a, .container .left .dd li a:hover { color: #df3232; }*/

.container .right { width: 960px; background: #fff; }
    .container .right .catpos { padding: 0 10px; border-bottom: solid 1px #dcdcdc; }
        .container .right .catpos .catpos_l { font-size: 16px; line-height: 60px; }
            .container .right .catpos .catpos_l span { display: inline-block; }
            .container .right .catpos .catpos_l .txt_l { border-bottom: solid 1px #df3232; }
        .container .right .catpos .catpos_r { line-height: 60px; }

    .container .right .content_box { padding: 20px; }
        .container .right .content_box p { font-size: 14px; margin-top: 0; margin-bottom: 10px; }
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.list_fazhan li { padding: 20px 60px; margin-bottom: 24px; background: #f2f2f2; }
    .list_fazhan li .txt div { display: inline-block; }
        .list_fazhan li .txt div.text { font-size: 16px; color: #df3232; }
        .list_fazhan li .txt div.line { width: 70px; margin-top: 12px; margin-left: 30px; height: 1px; background: #999; }
    .list_fazhan li .des { margin-top: 10px; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.nav_page { }
.nav_page { padding: 20px 30px; }
    .nav_page li { text-align: center; padding: 10px; overflow: hidden; }
        .nav_page li a { display: block; line-height: 45px; border-radius: 5px; background: #dcdcdc; transition: all 0.5s; }
        .nav_page li.on a { background: #df3232; color: #fff; box-shadow: 2px 2px 10px 2px #999; }
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.list_pic .img { transition: all .5s; width: 215px; height: 215px; border: solid 1px #e8e8e8; }
    .list_pic .img img { width: 100%; height: 100%; }
.list_pic .txt { transition: all .5s; width: 226px; height: 215px; padding: 30px; text-align: left; background: #fbfbfb; border: solid 1px #e8e8e8; border-left: none; }
    .list_pic .txt div { height: 48px; }
        .list_pic .txt div.text { transition: all .5s; font-size: 18px; }
        .list_pic .txt div.desc { transition: all .5s; margin-top: 10px; }
        .list_pic .txt div.more { margin-top: 10px; }
            .list_pic .txt div.more span { transition: all .5s; display: inline-block; padding: 0 20px; line-height: 32px; background: #ededed; }

.list_pic a:hover .txt { background: #df3232; border-color: #df3232; }
    .list_pic a:hover .txt div.text { color: #fff; }
    .list_pic a:hover .txt div.desc { color: #fff; }
    .list_pic a:hover .txt div.more span { background: #fff; color: #df3232; }
.list_pic a:hover .img { border-color: #df3232; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.list_case { margin-bottom: 60px; }
    .list_case .mui-table-view .mui-media-object { max-width: 270px; width: 270px; height: 175px; margin-right: 0; line-height: 225px; }
    .list_case .mui-table-view .mui-media-body { height: 175px; padding: 20px; border: solid 1px #e5e5e5; }
        .list_case .mui-table-view .mui-media-body h1 { font-size: 18px; text-align: center; }
        .list_case .mui-table-view .mui-media-body p { max-height: 48px; margin: 20px 0 20px 0; }
        .list_case .mui-table-view .mui-media-body div.more span { transition: .5s; display: block; text-align: center; line-height: 30px; }
            .list_case .mui-table-view .mui-media-body div.more span.l { width: 80px; background: #c0c0c0; color: #fff; }
    .list_case .mui-table-view a:hover .mui-media-body div.more span.l { width: 100px; background: #df3232; border-radius: 5px; }

    .list_case .mui-table-view a { }
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.show_pic .mui-table-view .mui-media-object { max-width: 280px; width: 280px; height: 280px; line-height: 280px; }
.show_pic .slideTxtBox { margin-top: 30px; }
    .show_pic .slideTxtBox .hd li { padding: 0 10px; text-align: center; cursor: pointer; }
        .show_pic .slideTxtBox .hd li span { display: block; line-height: 32px; background: #f5f5f5; border-radius: 3px; }
        .show_pic .slideTxtBox .hd li.on span { background: #df3232; color: #fff; }
    .show_pic .slideTxtBox .bd { margin-top: 30px; }
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
