@charset "utf-8";
/* CSS Document */

	/*重置*/
*{ margin:0; padding:0; list-style:none;}
li{list-style:none;}
a{text-decoration:none;}
img{border:0;display: block;}
.clearfix{clear: both;}
html{width:100%; height:100%;}
body{width:100%; height:100%; font-family:"微软雅黑";}
/*banner*/	
.banner{position:relative;}
.banner img{margin: 0 auto;width: 100%;}

.bgpp_box{background-color:#f7edf2;padding:40px 0;}
.title h1{font-size:46px;line-height:40px;color:#333;font-weight: normal;text-align: center;margin:50px 0 40px 0;}
.title span{font-size:24px;font-weight:lighter;}
.content{width:1180px;margin:0 auto;}
.content img{margin:40 auto;}


.t2_1{background-image: url(../images/t2_1.png);width:1180px;height:500px;margin:0 auto;}
.t2_1 button{width:240px;height:54px;background-color:#f08300;border:1px solid #f08300;border-radius: 5px;margin-left:600px;margin-top:420px;}
.t2_1 span{font-size:24px;line-height:54px;color:#fff;}
.t2_1 span a{color:#fff;}
.t2_1 button:hover{background-color:#ce7305;}

.t2_2{background-image: url(../images/t2_2.png);width:1180px;height:500px;margin:20px auto;}
.t2_2 button{width:240px;height:54px;background-color:#f08300;border:1px solid #f08300;border-radius: 5px;margin-left:56px;margin-top:400px;}
.t2_2 span{font-size:24px;line-height:54px;color:#fff;}
.t2_2 span a{color:#fff;}
.t2_2 button:hover{background-color:#ce7305;}

.t2_3{background-image: url(../images/t2_3.png);width:1180px;height:500px;margin:20px auto;}
.t2_3 button{width:240px;height:54px;background-color:#f08300;border:1px solid #f08300;border-radius: 5px;margin-left:600px;margin-top:420px;}
.t2_3 span{font-size:24px;line-height:54px;color:#fff;}
.t2_3 span a{color:#fff;}
.t2_3 button:hover{background-color:#ce7305;}

.t2_4{background-image: url(../images/t2_4.png);width:1180px;height:502px;margin:0 auto;}
.t2_4 button{width:240px;height:54px;background-color:#f08300;border:1px solid #f08300;border-radius: 5px;margin-left:56px;margin-top:370px;}
.t2_4 span{font-size:24px;line-height:54px;color:#fff;}
.t2_4 span a{color:#fff;}
.t2_4 button:hover{background-color:#ce7305;}

.jxb_box{background:url(../images/jxb_bg.png);height:588px;padding:40px 0;margin-top:50px;}
.jxb{width:1200px;margin:40px auto;}


.kdj_box{background:url(../images/jbtm_bg.png);height:810px;}
.kdj{width:1200px;margin:0px auto;}

.video_box{width:510px;height:286px;float:left;}
.gk_box{background:url(../images/gk_bg.png);padding:40px 0;}
.gk{width:1180px;margin:0 auto;}
.qlhs p{margin-top:30px;font-size:18px;line-height:30px;}
.qlhs{width:638px;float:right;}

.ljgd {width:240px;height:54px;background-color:#f08300;border:1px solid #f08300;border-radius: 5px;margin-left:400px;margin-top:40px;}
.ljgd span a{font-size:30px;color:#fff;}
.ljgd:hover{background-color:#ce7305;}


.footer{position:relative;}
.footer img{margin: 0 auto;width: 100%;}

/*讲师*/	
.comm-content {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

.comm-content-list {
    position: relative;
    zoom: 1; }

.comm-content-list li {
    width: 280px;
    height: 480px;
    float: left;
    position: relative;
    margin: 0px 20px 40px 0px;
}

.comm-list-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 262px;
    height: 462px;
    background-color: #f7edf2;
    background-color: #f7edf2;
    padding: 9px;
}

.comm-list-item img {
    width: 100%;
}

.comm-list-cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    height: 480px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
}

.comm-list-text {
    position: absolute;
    width: 280px;
    height: 480px;
    border: 1px solid #282b29;
    background: #461ac5;
    color: #fff;
}


.comm-list-item:hover .comm-list-cont {
    width: 280px;
    height: 480px;
    opacity: .95;
    filter: alpha(opacity=95)
}

.comm-list-item p {
    font-family: microsoft Yahei;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.comm-list-item h2{font-size:30px;color:#461ac5;}
.comm-list-item span{font-size:24px;font-weight:normal;}



.comm-content-list li .comm-list-text p {
	padding:15px;
    line-height: 30px;
    font-family: microsoft Yahei;
    font-size: 18px;
    text-align: left;
    margin: 0;
}



