﻿

/*首页面板样式 - Begin*/
.panel-default {
    border-radius: 0px;
    margin-bottom: 0px;
}


.panel-default .panel-heading {
    background-color:#0099FF;
    height:40px;
    line-height:40px;
    padding-top:0px;
    border-radius:0px;
    /*box-shadow:inset 0 0 5px #ddd;*/ /*内阴影*/
}
.panel-default .panel-heading .headText {
    font-weight:bold;
    color:white;
    font-size:15px;
}
/*首页面板样式 - End*/

/*more样式 - Begin*/
.more {
    transition:all 0.5s ease 0s;
}
    .more:hover {
        text-shadow:0 0 20px #EA8010; 
    }
/*more样式 - Begin*/

/*通知公告及新闻动态样式 - Begin*/
.NewsTitle {
    padding-left:15px;
    padding-bottom:5px;
    border-bottom:1px solid white;
    padding-top:10px;  
   background-color: rgba(214, 214, 214, 0.10);
    /*box-shadow:inset 0 0 30px #cccccc;*/ /*内阴影*/
}
    .NewsTitle .TitleText {
        font-weight:bold;
    }

/*通知公告及新闻动态样式 - End*/


/*在线报名样式 - Begin*/
.OnlinEnroll {
    margin-top:5px;
    background-color:#dddddd;
    
}
.Step {
    transition:all 0.5s ease 0s;
}
    .Step:hover {    
        background-color:#eeeeee;    
        box-shadow: 0 0 20px #EA8010;
    }
/*在线报名样式 - End*/

/*驾校简介、优秀教练、联系我们 面板样式 - Beigin*/
.ThirdRow {
    height:415px;
}
@media(max-width:1200px) {
    .ThirdRow {
        height:380px;
    }
}
/*驾校简介、优秀教练、联系我们 面板样式 - End*/

/*驾校简介样式 - Begin*/
.jxjjDetail {
    position:absolute;
    right:25px;
    transition:all 0.5s ease 0s;
}
@media(max-width:1200px) {
    .jxjjDetail {
        position:absolute;
        margin-top:-325px;
        right:25px;
    }
}
/*驾校简介样式 - End*/

/*优秀教练样式 - Begin*/
.yyjlTable {
    margin:0px;
}
.yyjlTable td{
    padding:0px;
    text-align:center;    
}
.yyjlPic {
    margin-top:5px;
    width:130px;
    height:130px;
    border-radius:65px;
    cursor:pointer;
    transition:all 0.5s ease 0s;
}
    .yyjlPic:hover {
         box-shadow: 0 0 20px #EA8010;
    }
@media(max-width:1200px) {
    .yyjlPic {
        width:110px;
        height:110px;
        border-radius:55px;
    }
}
.jlDescription {
    height:35px;
    line-height:35px;
    margin-top:10px;
    text-align:center;
    vertical-align:middle;
    background-color: rgba(214, 214, 214, 0.3);
    cursor:pointer;
    font-weight:bold;
    transition:all 0.5s ease 0s;
}
    .jlDescription:hover {
        background-color:#eeeeee;
        color:#EA8010;
        box-shadow: 0 0 15px #EA8010;
    }
/*优秀教练样式 - End*/

/*微信二维码样式 - Beigin*/
.ewm {
    cursor:pointer; 
    transition:all 3s ease 0s;
}
@media(max-width:1200px) {
    .ewm {
        width:110px;
        height:110px;       
    }
}
/*微信二维码样式 - End*/
/*联系地址、联系电话 ICON 样式 - Begin*/
.lxwmIcon {
    transition:all 0.5s ease 0s;
    cursor:pointer;
}
    .lxwmIcon:hover {
         box-shadow: 0 0 15px #EA8010;
    }
/*联系地址、联系电话 ICON 样式 - End*/

/*移动图片样式-begin*/
#marquee1 {
    width: 100%;
    height: 115px;
    overflow: hidden;
    margin: 0;
}

    #marquee1 ul {
        list-style: none;
    }

        #marquee1 ul li {
            float: left;
            padding: 0 2px;
        }

            #marquee1 ul li img {
                display: block;
                cursor: pointer;
            }
/*移动图片样式-end*/


