/*banner*/
.page-banner{
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 100%;
    min-width:1200px;
    height: 350px;
    position: relative;}
.page-banner-about{background-image:url("../images/banner/about.jpg");}
.page-banner-news{background-image:url("../images/banner/news.jpg");}
.page-banner-product{background-image:url("../images/banner/about.jpg");}
/**/
.page-body{position:relative;}
/*路径*/
.path{margin: 15px auto;color:#666;}
.path li{display: inline;}
/*分页*/
.pagination{text-align: left;margin:10px 0;display:block;}
.pagination li{display:inline-table;}
.pagination li a,
.pagination li.disabled span,
.pagination li.active span{padding:5px 10px;border:1px solid #ccc;margin-left: 5px;display: block;border-radius:2px;}
.pagination li a:hover{color:#b60005;}
.pagination li.active span{background:#b60005;color:#fff;border-width:0px;}
.pagination li.disabled span{color:#ccc;border:1px solid #efefef;}
/*分类*/
.page-category{overflow:hidden;margin-bottom:15px;background: #efefef;border-radius:2px;}
.page-category li{overflow:hidden;float: left; width: 13%;text-align: center;line-height: 50px;}
.page-category li a{display:block;}
.page-category li a:hover{background: #666; color: #fff;}
.page-category li a.curr{background: #b60005; color: #fff;font-size: 16px;}
/*产品列表*/



.product-info{overflow: hidden;padding: 30px 0 0;}
.product-info .left{width: 870px;padding-bottom: 20px;float: left;border-right: 1px solid #ddd;}
.product-info .left .product-info-top{padding: 0 80px 20px 0; margin-bottom: 20px;
    border-bottom: 1px solid #ddd;}
.product-info .left .product-info-top .title{font-size: 34px;color: #000; }
.product-info .left .product-info-top .small_title{height: 35px;margin-top: 10px;}
.product-info .left .product-info-top p{font-size:12px;color:#999;}
.product-info .left .content{width: 800px;min-height: 570px;font-size: 14px;line-height: 24px;margin-bottom: 20px;}

.product-info .left .content .my h3 {margin: 20px auto 10px; background-color: #efefef;padding: 10px;}
.product-info .left .content .my-ok{padding:50px 30px;text-align:center;font-size: 60px;color:#4cae4c;}

.product-info .left .content .order-info{background-color: #efefef;}
.product-info .left .content .order-info h3 {margin: 20px auto 10px; background-color: #efefef;padding: 10px;}
.product-info .left .content .order-info .hide{display: none;}

.product-info .right{width: 280px;overflow: hidden;float: right;}
.product-info .right .order{background-color: #efefef;text-align: center;color:#fff;}
.product-info .right .order div.title{padding: 15px 0 25px;}
.product-info .right .order div.title span{display: block;font-size: 24px;}
.product-info .right .order label{display: block;margin-top: 15px;}
.product-info .right .order label input{border-width:0px;border:1px solid #fff;background-color:#fff;color:#999;width: 80%;padding: 8px; margin: 8px auto;}
.product-info .right .order label input:focus{border:1px solid #999;color: #333;}
.product-info .right .order button{width: 87%;margin: 25px auto;font-size: 14px;}
.product-info .right .title{font-size: 16px;color: #333;padding:10px 0;border-bottom: 2px solid #ddd;margin: 10px auto;}



    /*新闻动态*/
.list-news{position: relative;}
.list-news li{overflow: hidden;    padding: 20px 0; border-bottom:#efefef 1px solid;}
.list-news li.bg{background-color: #f2f2f2;}
.list-news li .news-date{display: block;width: 200px;height: 120px;float: left;text-align: center;
    border-right: 1px solid #d4d4d4;font-size: 16px;color:#666;}
.list-news li .news-date span{display: block;font-size: 54px;width:80px;font-family: Georgia;    border-bottom:2px #ccc solid;padding-bottom: 8px;margin:0px auto 8px;}
.list-news li .img{width: 200px;height: 120px;float:left;overflow:hidden;margin-left: 20px}
.list-news li .img img{min-width: 200px;min-height: 120px;}
.list-news li .news-info{width: 803px;float: left;padding: 10px 0 0 40px;}
.list-news li .news-info .title{height: 24px;line-height: 24px;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;font-weight:bold;position: relative;
}
.list-news li .news-info .title span{display: block;width: 40px;height: 7px;
    background-color: #ccc;position: absolute;left:0;bottom:0;}
.list-news li .news-info .title i{display: block;height: 12px;
   color: #ccc;position: absolute;left:55px;bottom:0;font-size: 12px;font-weight:400;line-height: 12px;margin-bottom: -2px;}
.list-news li .news-info .title a{color:#000;}
/*.list-news li .news-info .title a:hover{color:#b60005;}*/
.list-news li .news-info p{font-size: 13px;line-height: 22px; max-height: 44px;overflow: hidden;}
.list-news li:hover .news-info .title a{color:#b60005}
.list-news li:hover .news-info .title span{background-color:#b60005;}
/*新闻详情---------------------------*/
.news-body{overflow: hidden;padding: 30px 0 0;}
.news-body .news-body-l{width: 870px;padding-bottom: 60px;float: left;border-right: 1px solid #ddd;}
.news-body .news-body-l .news-body-top{padding: 0 80px 20px 0; margin-bottom: 20px;
    border-bottom: 1px solid #ddd;}
.news-body .news-body-l .news-body-top .title{font-size: 24px;color: #000; margin-bottom: 10px;}
.news-body .news-body-l .news-body-top p{font-size:12px;color:#999;}
.news-body .news-body-l .content{width: 800px;min-height: 570px;font-size: 14px;line-height: 24px;}
.news-body .news-body-l .news-body-bottom{padding: 20px 0;border-top: 1px solid #ddd;}
.news-body .news-body-l .news-body-bottom .previous,
.news-body .news-body-l .news-body-bottom .next{color:#ccc;line-height: 35px;}
.news-body .news-body-l .news-body-bottom .previous span,
.news-body .news-body-l .news-body-bottom .next span{color:#000;}

.news-body .news-body-r{width: 280px;overflow: hidden;float: right;}
.news-body .news-body-r .order{background-color: #efefef;text-align: center;color:#fff;}
.news-body .news-body-r .order div.title{padding: 15px 0 25px;}
.news-body .news-body-r .order div.title span{display: block;font-size: 24px;}
.news-body .news-body-r .order label{display: block;margin-top: 15px;}
.news-body .news-body-r .order label input{border-width:0px;border:1px solid #fff;background-color:#fff;color:#999;width: 80%;padding: 8px; margin: 8px auto;}
.news-body .news-body-r .order label input:focus{border:1px solid #999;color: #333;}
.news-body .news-body-r .order button{width: 87%;margin: 25px auto;font-size: 14px;}

.news-body .news-body-r .title{font-size: 16px;color: #333;padding:10px 0;border-bottom: 2px solid #ddd;margin: 10px auto;}
.news-body .news-body-r .list-txt{padding-bottom: 10px;}
.news-body .news-body-r .list-txt li{border-bottom:1px solid #efefef; padding: 5px 0;}
.news-body .news-body-r .list-txt li a{display: block;font-size: 14px; line-height: 20px;height: 20px;overflow: hidden;}

/*通用详情页面*/
.info-body{ background-color:#fff; position:relative;padding:5px 0px;}
.info-body .title{text-align:center;font-size: 22px;padding: 20px 0 15px 0;line-height: 25px;}
.info-body .info-head{ padding:1em; border-bottom:1px solid #efefef;border-top:1px solid #efefef; color:#999;font-size:12px;}

.info-body .content{position:relative; overflow:hidden; margin:10px auto; min-height:320px;}
.info-body .content img{ max-width:100%; margin:0.5em auto;}

.info-body .order-form{background:#efefef; padding:15px;border-radius:4px;}
.info-body .content {padding:10px 20px 30px;}
.info-body .content-service {padding:10px 0px 30px;}
.info-body .content tabel{width:100%;}
/*联系我们*/
.info-body .contact{position: relative;overflow: hidden;margin:20px auto;}
.info-body .contact li{float: left;width: 25%;cursor:pointer;}
.info-body .contact li .ico{font-size: 80px;text-align: center;border:1px solid #ccc; color:#ccc;
    border-radius: 200px; height: 180px; width: 180px; margin: 10px auto;
    line-height: 180px;}
.info-body .contact li .txt{padding: 0px 10px; text-align: center;}
.info-body .contact li .txt span{display: block;color: #999;}
.info-body .contact li:hover .ico{color: #b60005;border:1px #b60005 solid;}
.info-body .order{background: #efefef;padding: 20px 0 10px;}

/*成功案例*/
.case{overflow:hidden;padding:15px; margin: -15px -25px;}
.case li{float:left;width: 375px; margin:10px;}
.case li .img{width: 100%;height: 234px;overflow: hidden;}

.case li .title{padding:10px 5px;font-size:16px;text-align: left; white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;font-weight:bold;
    overflow: hidden;border-bottom:#efefef 1px solid;}
.case li p{color:#ccc;font-size: 12px;height: 60px;line-height:20px;overflow:hidden;padding:10px 5px;}
.case li:hover{cursor:pointer; box-shadow: 1px 1px 8px 0 rgba(0,0,0,.2);}
.case li:hover .img img{transform: scale(1.05);}
.case li:hover .title{color:#b60005;}
.case-open{width: 100%;margin: 0 auto; height:calc(100% - 1px);
    border-bottom:1px solid #ccc;
    overflow-x: hidden;
    overflow-y: scroll;
}
.case-open .case-body{min-height:200px;padding: 20px; }

/*讲师*/
.professor{overflow:hidden;padding:15px; margin: -15px -25px;}
.professor li{float:left;width: 277.5px; margin:10px;background-color: #efefef;}
.professor li .img{width: 100%;height: 277.5px;overflow: hidden;}
.professor li .img img{width: 100%;min-height:277px;}
.professor li .title{padding:10px 5px;font-size:16px;text-align: left; white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;font-weight:bold;
    overflow: hidden;border-bottom:#ccc 1px solid; margin: 0 5px;}
.professor li p{color:#999;font-size: 12px;height: 80px;line-height:20px;overflow:hidden;margin:10px 5px 20px;}
.professor li:hover{cursor:pointer; box-shadow: 1px 1px 8px 0 rgba(0,0,0,.2);}
.professor li:hover .img img{transform: scale(1.05);}
.professor li:hover .title{color:#b60005;}
/*讲师详细*/
.professor-info-banner{background: url(../images/professor-banner.jpg) no-repeat center top #fff;height: 287px;border-bottom: 1px solid #d4d4d4;}
.professor-info-banner ul{position: relative;width: 1170px;margin: 0 auto;height: 100%;}
.professor-info-banner ul .img{position: absolute; left: 50%;margin-left: -55px; top:30px;padding: 3px;background: #fff;border: 1px solid #e5e5e5;height: 100px; width: 100px;border-radius: 200px;overflow: hidden;}
.professor-info-banner ul .img img{border-radius: 200px;width: 100%;}
.professor-info-banner ul .txt{position: absolute;top: 150px;text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); width: 100%;text-align: center;}
.professor-info-banner ul .txt .title{font-size: 22px; color:#fff;height: 35px}
.professor-info-banner ul .txt .title .nv{color:#ee6583}
.professor-info-banner ul .txt .small_title{font-size: 12px;color:#eeeeee; }
.professor-info-banner ul  .nav{position: absolute;bottom:0px;left: 50%;line-height: 46px;height: 46px;width: 600px;margin-left: -300px;}
.professor-info-banner ul  .nav span{float: left;margin:0px 30px; width: 140px; position: relative;    line-height:44px;display: block;text-align: center;color:#333;cursor:pointer;}
.professor-info-banner ul  .nav  span:hover,
.professor-info-banner ul  .nav  span.active{border-bottom:3px #f7691d solid;}
.professor-info-banner ul  .nav  span.active{font-weight:bold;}

.professor-info-member{box-shadow: 0 0 2px rgba(0,0,0,0.2);border-radius: 2px;overflow: hidden;padding: 15px 0; margin-top: 35px;background-color: #fff;}
.professor-info-member li{float: left;width: 195px;border-left:1px solid #ccc;margin-left: -1px;text-align: center;}
.professor-info-member li span{display: block;line-height: 25px;font-size:18px;}
.professor-info-member li i {font-size: 12px;}
.professor-info-member li:hover{color:#f7691d;cursor:pointer;}
.professor-info-content{box-shadow: 0 0 2px rgba(0,0,0,0.2);border-radius: 2px;margin-top: 35px;background-color: #fff;overflow: hidden;min-height: 300px;}
.professor-info-content .title{font-size: 16px;font-weight:bold;border-bottom:1px #eeeeee solid;padding: 10px 30px;}
.professor-info-content .content{padding:20px 30px;overflow: hidden;}
.professor-info-course{box-shadow: 0 0 2px rgba(0,0,0,0.2);border-radius: 2px;margin: 35px auto;background-color: #fff;overflow: hidden;min-height: 300px;}
.professor-info-course .title{font-size: 16px;font-weight:bold;border-bottom:1px #eeeeee solid;padding: 10px 30px;}
.professor-info-course ul{margin-left: 30px; padding: 15px;overflow: hidden;}
.professor-info-course ul li{float:left;margin: 15px 15px 0px 0; width: 258px;}
.professor-info-course ul li:hover{cursor:pointer; box-shadow: 1px 1px 8px 0 rgba(0,0,0,.2);}
.professor-info-course ul li .img{width:100%;height: 194px;overflow:hidden; }
.professor-info-course ul li:hover .img img{transform: scale(1.05);}
.professor-info-course ul li span{display: block;height: 40px;line-height: 40px;padding: 0 6px;overflow: hidden;background-color: #efefef;}