/*lable*/
.index_lable{position: relative; width: 100%; overflow: hidden; padding: 33px 0 30px 0;}
.index_lable dl{text-align: center; width: 200%; margin-left: -50%;font-size: 36px;}
.index_lable dt{background: url(/static/images/lable_center.png) no-repeat center; height: 86px; line-height: 75px; display: inline-block; padding: 0 40px; font-weight: bold;}
.index_lable dt span{color: #BD1F27;}
.index_lable .lable_left{background: url(/static/images/lable_left.png) no-repeat right;}
.index_lable .lable_right{background: url(/static/images/lable_right.png) no-repeat left;}
.index_lable .lable_left,.index_lable .lable_right{width:25%;height: 36px; display: inline-block; vertical-align: middle;}
.index_lable dd.set_f{font-weight: bold;font-size: 18px; line-height: 30px; text-align: center; width: 880px; margin: 0 auto;}
.index_lable dd.not_f{font-size: 14px; line-height: 30px; text-align: center; width: 880px; margin: 0 auto; padding: 25px 0;}
.index_lable.lable_style1{color: #FFFFFF;}
.index_lable.lable_style1 dt{background-image: url(/static/images/lable_center2.png);}
.index_lable.lable_style1 dt span{color: #FFFFFF;}
.index_lable.lable_style1 .lable_left{background-image: url(/static/images/lable_left2.png);}
.index_lable.lable_style1 .lable_right{background-image: url(/static/images/lable_right2.png);}

/*lable结束*/



/*banner*/
.flexslider{position:relative;height:500px;overflow:hidden;background:url(/static/images/loading.gif) 50% no-repeat;margin:0 auto;width:1200px;z-index:10;}
.flexslider .logo{ width: 60px; height: 243px; position: absolute; left: 20px; top: 20px; z-index: 999;}
.flexslider .logo img{ width: 60px;}
.flexslider .follow{ position: absolute; right: 30px; bottom: 30px; border: solid 1px rgba(255,255,255,0.5);  z-index: 999; padding: 0px 10px; border-radius: 3px;}
.flexslider .follow a i{ font-size: 18px; color: #fff; display: block; float: left;}
.flexslider .follow a:hover i{ color: #c4262b; }
.flexslider .follow .icon-yd_{ border-right: solid 1px rgba(255,255,255,0.5); margin-right: 10px; padding-right: 10px;  padding-bottom: 5px;  padding-top: 5px; }
.flexslider .follow .icon-yd_5{  padding-bottom: 5px;  padding-top: 5px; position: relative; }
.flexslider .follow .weixin .qrcode{ display: none; position: absolute; width: 100px; height: 100px; left: -70px; top: -130px;}
.flexslider .follow .weixin .qrcode img{ width: 100%; background: #fff; padding:8px; border-radius: 3px; position: relative;}
.flexslider .follow .weixin .qrcode:before{border-bottom-color: transparent;position: absolute;top: 115px;right: 5px;width: 0;height: 0;content: '';border: 8px solid transparent;border-top-color: #fff; z-index: 2;}
.flexslider .follow .weixin:hover .qrcode{ display:block; position: absolute;}
.flexslider .follow .xinl .qrcode{ display: none; position: absolute; width: 100px; height: 100px; left: -30px; top: -130px;}
.flexslider .follow .xinl .qrcode img{ width: 100%; background: #fff; padding:8px; border-radius: 3px; position: relative;}
.flexslider .follow .xinl .qrcode:before{border-bottom-color: transparent;position: absolute;top: 115px;right: 5px;width: 0;height: 0;content: '';border: 8px solid transparent;border-top-color: #fff; z-index: 2;}
.flexslider .follow .xinl:hover .qrcode{ display:block; position: absolute;}
.flexslider .slides{position:relative;z-index:1;}
.flexslider .slides li{height:500px;background:no-repeat center;background-size:cover;}
.flex-control-nav{position:absolute;bottom:20px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block; width: 12px; height: 12px; margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block; width: 12px; height: 12px; line-height:40px;overflow:hidden;background:#fff;cursor:pointer;opacity: 0.8;filter:alpha(opacity=80);  border-radius:10px; }
.flex-control-nav .flex-active{background:#c4262b;opacity: 1!important;filter:alpha(opacity=100)!important;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%; display: none;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(/static/images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(/static/images/next.png) center center no-repeat;}







/*课程 切换*/

.index_course_tab .pagewidth ul{text-align: center;}
.index_course_tab .pagewidth ul li{ width:150px; display: inline-block; text-align: center; padding-top: 20px; padding-bottom: 20px; }
.index_course_tab .pagewidth ul li.sd01{ cursor: pointer;}
.index_course_tab .pagewidth ul li.sd02{ cursor: pointer;}
.index_course_tab .pagewidth ul li.sd01 i{ font-size: 36px; color: #ffffff;transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;}
.index_course_tab .pagewidth ul li.sd01 h1{ padding-top: 5px; font-size: 16px; color: #ffffff;transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;}
.index_course_tab .pagewidth ul li.sd01 p{ font-size: 12px; color: #ffffff;transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;}
.index_course_tab .pagewidth ul li.sd02 i{ font-size: 36px; color: #4c4c4c;transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;}
.index_course_tab .pagewidth ul li.sd02 h1{ padding-top: 5px; font-size: 16px; color: #4c4c4c;transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;}
.index_course_tab .pagewidth ul li.sd02 p{ font-size: 12px; color: #4c4c4c;transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;}
.index_course_tab .pagewidth ul li a:hover i{ font-size: 36px; color: #ffffff;}
.index_course_tab .pagewidth ul li a:hover h1{ font-size: 16px; color: #ffffff;}
.index_course_tab .pagewidth ul li a:hover p{ font-size: 12px; color: #ffffff;}
.index_course_img{ float: left; width: 45%; padding-top:50px;} 
.index_course_img img{ border-radius: 4px;box-shadow: 0px 0px 15px #131313; -webkit-box-shadow: 0px 0px 15px #131313;-moz-box-shadow: 0px 0px 15px #131313;}
.index_course_content{ float: left; width: 55%; padding-top:50px;} 
.index_course_content h2{  color: #f5f5f5; font-weight: bold; font-size: 24px; padding-top: 20px; padding-bottom: 20px; }
.index_course_content p{  color: #999999; font-size: 14px; line-height: 28px;}
.index_course_content .index_course_content_bt{ padding-top: 28px;}
.index_course_content .index_course_content_bt a{ font-size: 18px; font-weight: bold; line-height: 33px; color: #fff; margin-right: 20px; background: #c4262b; float: left; width: 140px; height: 35px; text-align: center;box-shadow: 0px 0px 10px #131313; -webkit-box-shadow: 0px 0px 10px #131313;-moz-box-shadow: 0px 0px 10px #131313;}
.index_course_content .index_course_content_bt a:hover{background: #9d1e22;}

/*当前位置*/
.position{ z-index:99999; height:80px; position: absolute; top:900px; line-height:80px; color:#fff; left: 0px; right: 0; background-color: rgba(240,5,5,0.9);}
.position span{ color:#323433;}
.mao_nav{ text-align:right; padding-left: 100px;background:url(/static/images/detaillogo.png) no-repeat left center; background-size: 40px 52px; }
.mao_nav li{ float:left;}
.mao_nav li a{ display:block; float:left; padding-left:30px; padding-right:30px; color:#fff; font-size: 16px;}
.mao_nav li a:hover{ display:block; float:left;   color:#fff;;background-color: rgba(0,0,0);  text-decoration:none;}
.current a{color:#fff!important;background-color: rgba(253,80,80,0.8);}
.js_solution{ background:#FFF; display:none;}
.js_solution dt{ padding-left:20px; padding-right:45px; height:38px;background:url(/static/images/js_solution.png) no-repeat right center; font-size:16px; }
.js_solution dt span{ color:#333; font-weight:bold;}
.js_solution ul li a{ display:block; padding-left:20px; color:#333; }
.js_solution ul li a:hover{ display:block; padding-left:20px; color:#333; background:#e3e3e3; text-decoration:none; }
.js_solution:hover{border:#e3e3e3 solid 1px; background:#FFF; cursor:pointer;box-shadow: 0px 0px 10px #333; -webkit-box-shadow: 0px 0px 10px #333;-moz-box-shadow: 0px 0px 10px #333; opacity:0.95;}



/*左右滚动*/
.picScroll-left{ width:1200px;  overflow:hidden; position:relative; padding-bottom:20px;padding-top:20px; }
.picScroll-left .next,.picScroll-left .prev{font-size: 30px; display:block;  width:30px; height:28px; padding:16px 0; position: absolute; top:85px;  cursor: pointer; z-index:2; background:rgba(0,0,0,0.5); color:#fff;}
.picScroll-left .next{right:0;}
.picScroll-left .prev{left:0;}
.picScroll-left .next:hover,.picScroll-left .prev:hover{background:#c4262b;}
.picScroll-left .hd{ overflow:hidden;  height:30px;}
.picScroll-left .hd ul{overflow:hidden; zoom:1;  zoom:1; padding-top: 20px; padding-bottom: 20px; text-align: center; }
.picScroll-left .hd ul li{ display: inline-table; width:10px; line-height: 1px; height:10px; border-radius: 20px; overflow:hidden; margin-left:4px; margin-right:4px; text-indent:-999px; cursor:pointer; background: #b2b2b2; }
.picScroll-left .hd ul li.on{ background: #c4262b; }
.picScroll-left .bd{}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; width: 99999px;}
.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:385px; height:185px; display:block;}
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;}




/*优势*/
.index_box2_left{ float: left; width: 400px;}
.index_box2_left img{ height:68px; }
.index_box2_right{ float: left; width: 800px;}
.index_box2_right p{ line-height: 24px; font-size: 14px; color: #666666;}
.index_box2_ul ul{ padding-top: 40px;}
.index_box2_ul ul li{ float: left; width: 20%; height: 200px; text-align: center; padding-top: 30px; border-radius: 5px;transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;}
.index_box2_ul ul li:hover{ background: #f9f9f9; box-shadow: 0px 0px 15px #ccc; -webkit-box-shadow: 0px 0px 15px #ccc;-moz-box-shadow: 0px 0px 15px #ccc;}
.index_box2_ul ul li i{ font-size: 50px; color: #c4262b;}
.index_box2_ul ul li h1{ font-size: 18px; font-weight: bold; color: #333333; padding-top: 10px; padding-bottom: 10px;}
.index_box2_ul ul li p{ font-size: 14px; color: #666;line-height:24px; padding-left: 20px; padding-right: 20px;}



/*百人名师*/
.mingshi_con_box{min-width: 1280px; padding: 0 30px; position: relative; max-width: 1800px; margin: 0 auto;}
.mingshi_con{padding: 25px 0; overflow: hidden;}
.mingshi_con ul{width: 99999px;}
.mingshi_con li{position: relative; text-align: center; float: left; color: #FFFFFF; transition: all 0.4s;}
.mingshi_con li.cur{z-index: 1;animation:mingshi_li 0.4s linear 0s normal none;transform: scale(1.1);}
.mingshi_con li p{position: absolute; width: 100%; height: 100%;}
.mingshi_con li .info_box{position: absolute; width: 100%; height: 100%; top: 0; background: rgba(230,33,42,.6); transition: opacity 0.4s; opacity: 0;}
.mingshi_con li .info_box:before{content: "1"; font-size: 0;}
.mingshi_con li dl{display: inline-block; vertical-align: middle;}
.mingshi_con li dt{font-size: 22px; line-height: 40px;}
.mingshi_con li dd{font-size: 14px; line-height: 40px;}
.mingshi_con li.cur .info_box{animation:mingshi_dl 0.4s linear 0s normal none;opacity:1;}
@keyframes mingshi_li{from{transform: scale(1);} to{transform: scale(1.1);}}
@keyframes mingshi_dl{from{opacity:0;} to{opacity:1;}}
.mingshi_con_box .mingshi_btn{position: absolute; width: 40px; line-height: 70px; top: 50%; margin-top: -35px; background: rgba(0,0,0,.3); border-radius: 20px; transition: all 0.4s;}
.mingshi_con_box .mingshi_btn.btn_left{left: 0;}
.mingshi_con_box .mingshi_btn.btn_right{right: 0;}
.mingshi_con_box .mingshi_btn:hover{background: #BD1F27; cursor: pointer;}

/*造星平台*/
.index_box3_box ul li{background: #FFFFFF; width: 270px; float: left; position: relative; border-radius: 3px; margin: 0 10px 20px;transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;}
.index_box3_box ul li:hover{box-shadow: 0px 0px 15px #aaa; -webkit-box-shadow: 0px 0px 15px #aaa;-moz-box-shadow: 0px 0px 15px #aaa; transform: translateY(-3px);}
.index_box3_box ul li img{ width: 100%; height: 270px;}
.index_box3_box ul li span{display: inline-block; height: 1px; background: #999999; width: 150px; transition: all 0.4s;}
.index_box3_box ul li:hover span{background: #C4262B;}
.index_box3_box ul li a .info{text-align: center;}
.index_box3_box ul li a .info h1{font-size: 16px; line-height: 30px; padding-top: 10px;}
.index_box3_box ul li a .info p{font-size: 14px; line-height: 32px; padding-bottom: 10px;}


/*大事件*/
.index_box5_box_left{ float: left; width: 500px; height: 350px; margin-right: 25px;}
.slideBox{ width:500px; height:350px; overflow:hidden; position:relative;  box-shadow: 0px 0px 15px #aaa; -webkit-box-shadow: 0px 0px 15px #aaa;-moz-box-shadow: 0px 0px 15px #aaa; }
.slideBox .hd{ height:12px; overflow:hidden; position:absolute; right:0; width:100%; bottom:45px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; text-align:center;}
.slideBox .hd ul li{display:inline-block; text-indent: -999em;width: 12px; height: 12px; margin:0 4px; cursor: pointer; background: #fff; opacity: 0.8;filter:alpha(opacity=80); border-radius:10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.slideBox .hd ul li.on{ background: #c4262b !important; opacity: 1!important;filter:alpha(opacity=100)!important;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; position: relative; }
.slideBox .bd img{ width:500px; height:350px; display:block; z-index: 1  }
.slideBox .bd h1{position: absolute; z-index: 4; left: 0; bottom: 0;font-size: 14px; color: #fff; background:rgba(229,16,16,.8); width:96%; padding:0 2%; line-height: 35px; text-align:center;}


.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(/static/images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.index_box5_box_right{ float: left; width: 675px; height: 350px;}
.index_box5_box_right ul li{ position: relative; height: 100px; margin-bottom: 25px;}
.index_box5_box_right ul li img{ width:150px; height: 100px; box-shadow: 0px 0px 15px #aaa; -webkit-box-shadow: 0px 0px 15px #aaa;-moz-box-shadow: 0px 0px 15px #aaa;}
.index_box5_box_right ul li h2 { position: absolute; top: 0px; left: 170px;width: 505px;}
.index_box5_box_right ul li h2 span{ float: right; color: #4c4c4c; font-size: 14px; font-weight: normal;} 
.index_box5_box_right ul li em{ display: block; width: 40px; height: 2px!important;margin-bottom: 10px; background:#c4262b; position: absolute; left: 170px; top: 35px;}
.index_box5_box_right ul li h2 a{ color: #4c4c4c; font-size: 16px;} 
.index_box5_box_right ul li h2 a:hover{ color: #c4262b; font-size: 16px;} 
.index_box5_box_right ul li p {font-size: 14px; color: #4c4c4c; line-height: 24px; position: absolute; left: 170px; width: 380px; top: 50px;}




/*图说我们*/
.index_box6_box .slideTxtBox_b{ overflow:hidden; position:relative; width:1200px;}
.index_box6_box .slideTxtBox_b .hd ul{ text-align: center; margin-right: 12px; margin-left: 12px; margin-bottom: 20px;}
.index_box6_box .slideTxtBox_b .hd ul li{  cursor: pointer; display: inline-table; padding-left: 20px; padding-right: 20px; font-size: 16px; color: #fff; padding-top: 10px; padding-bottom: 10px;}
.index_box6_box .slideTxtBox_b .hd ul li.on{ cursor: pointer; display: inline-table; padding-left: 20px; padding-right: 20px; font-size: 16px; border-bottom: #c4262b solid 2px; color: #c4262b; padding-top: 10px; padding-bottom: 10px;}
.index_box6_box ul{ text-align: center;}
.index_box6_box .bd ul li{ overflow: hidden; width: 24%; height: 190px; margin:0 0.5% 10px; float: left; position: relative; cursor:pointer;}
.index_box6_box .bd ul li img{ width: 100%; height: 100%;transition: all 0.4s;} 
.index_box6_box .bd ul li:hover img{transform:scale(1.1);} 
.index_box6_box .bd ul li a h2{ background-color:rgba(229,16,16,.6); color: #fff;  line-height: 30px; position: absolute; width: 230px; height:30px; font-size: 14px; text-align: center; font-weight: normal; bottom: 0;}


.index_box6_box{ width:1200px;  overflow:hidden; position:relative; padding-bottom:20px;padding-top:20px; }
.index_box6_box .next,.index_box6_box .prev{font-size: 30px; display:block;  width:30px; height:28px; padding:26px 5px; position: absolute; top:320px;  cursor: pointer; z-index:2; background:rgba(0,0,0,0.5); color:#fff;}
.index_box6_box .next{right:0;}
.index_box6_box .prev{left:0;}
.index_box6_box .next:hover,.index_box6_box .prev:hover{background:#c4262b;}

/*视频*/

.index_box7_box .slideTxtBox_c{ overflow:hidden; position:relative; width:1200px;}
.index_box7_box .slideTxtBox_c .hd ul{ text-align: center; margin-right: 12px; margin-left: 12px; margin-bottom: 20px;}
.index_box7_box .slideTxtBox_c .hd ul li{  cursor: pointer; display: inline-table; padding-left: 20px; padding-right: 20px; font-size: 16px; color: #333; padding-top: 10px; padding-bottom: 10px;}
.index_box7_box .slideTxtBox_c .hd ul li.on{ cursor: pointer; display: inline-table; padding-left: 20px; padding-right: 20px; font-size: 16px; border-bottom: #c4262b solid 2px; color: #c4262b; padding-top: 10px; padding-bottom: 10px;}
.index_box7_box ul{min-height:100px;}
.index_box7_box ul li.small{ width: 390px; height:220px; float: left;margin-left: 5px; margin-right: 5px; margin-bottom: 5px; overflow:hidden; cursor:pointer;}
.index_box7_box ul li.small .video_box{ width: 390px; height: 220px; position: relative;}
.index_box7_box ul li.small .video_box .shade{ line-height: 220px; text-align: center; font-size: 44px; color: rgb(189,31,39); transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;}
.index_box7_box ul li.small .video_box .shade{ width: 390px; height: 220px;position: absolute; z-index: 2; left: 0px; top: 0px;}
.index_box7_box ul li.small .video_box img{ width: 390px; height: 220px;position: absolute; z-index: 1; left: 0px; top: 0px; transition:all 0.4s;}
.index_box7_box ul li:hover .video_box img{transform:scale(1.1);}
.index_box7_box ul li h2{ text-align: left;font-size: 14px; line-height: 40px; margin-top:-40px; padding:0 10px;position: relative;background: url(/static/images/shipin_img.png) no-repeat;background-position: center left 15px;background-color: rgba(189,31,39,.8); color:#fff; z-index:1; text-indent:45px;}

/*私人定制*/
.multipleLine{ overflow:hidden; position:relative; width:1200px;}


.multipleLine{ width:1200px;  overflow:hidden; position:relative; padding-bottom:20px;padding-top:20px; }
.multipleLine .next,.multipleLine .prev{font-size: 30px; display:block;  width:30px; height:28px; padding:50px 10px; position: absolute; top:211px;  cursor: pointer; z-index:2; background:rgba(0,0,0,0.5); color:#fff;}
.multipleLine .next{right:0;}
.multipleLine .prev{left:0;}
.multipleLine .next:hover,.multipleLine .prev:hover{background:#c4262b;}

.multipleLine .hd{ overflow:hidden;  height:30px; padding:0 10px;  }
.multipleLine .hd .prev,.multipleLine .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("/static/images/icoup.gif") no-repeat;}
.multipleLine .hd .next{ background:url("/static/images/icodown.gif") no-repeat;  }
.multipleLine .hd ul{overflow:hidden; zoom:1; margin-top:10px; zoom:1; text-align: center; }
.multipleLine .hd ul li{ display: inline-table; width:10px; line-height: 1px; height:10px; border-radius: 20px; overflow:hidden; margin-left:4px; margin-right:4px; text-indent:-999px; cursor:pointer; background: #b2b2b2; }
.multipleLine .hd ul li.on{ background: #c4262b; }
.multipleLine .bd{overflow:hidden;  }
.multipleLine .bd ul{ overflow:hidden; zoom:1; margin-bottom:10px;}
.multipleLine .bd ul li{ width: 376px; margin: 0 12px 10px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.multipleLine .bd ul li .pic{ text-align:center; }
.multipleLine .bd ul li .pic img{ width:375px;display:block; height: 250px; transition:all 1s;}
.multipleLine .bd ul li .pic a:hover img{ border-color:#999;  }
.multipleLine .bd ul li .title{ text-align: center; height: 50px; line-height: 50px; margin-top:-50px; background:rgba(229,16,16,.6);position: relative; z-index:9;}
.multipleLine .bd ul li .title a{ color: #fff; padding:0 5px;}
.multipleLine .bd ul li:hover .pic img{transform:scale(1.1);}



/*艺考资讯*/
.index_box9_tab { border-top: #ececec solid 1px; border-bottom: #ececec solid 1px;}
.index_box9_tab ul { text-align: center;}
.index_box9_tab ul li{ display:  inline-table;}
.index_box9_tab ul li a{height: 40px; display: block; color: #333;line-height: 40px; cursor: pointer; padding-left: 20px; padding-right: 20px; }
.index_box9_tab ul li a:hover{ background: #c4262b; color: #fff;}
.index_box9_content_left{ width: 255px; float: left;}
.index_box9_content_left ul li{position:relative; margin-bottom:10px;}
.index_box9_content_left ul li h1{position:absolute; bottom:0; background:rgba(229,16,16,.6); line-height:30px; width:100%; left:0; font-size:14px; color:#fff; text-align:center;}
.index_box9_content_center{ width: 535px; float: left; overflow: hidden; padding-left: 30px; padding-right: 30px;}
.index_box9_content_right{ width: 350px; float: left;}
.slideBox1{ width:290px; height:395px; overflow:hidden; position:relative;  box-shadow: 0px 0px 15px #aaa; -webkit-box-shadow: 0px 0px 15px #aaa;-moz-box-shadow: 0px 0px 15px #aaa; }
.slideBox1 .hd{ height:12px; overflow:hidden; position:absolute; left:50%; margin-left: -30px; bottom:20px; z-index:1; }
.slideBox1 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox1 .hd ul li{ float:left;text-indent: -999em;width: 12px; height: 12px; margin:0 4px; cursor: pointer; background: #fff; opacity: 0.8;filter:alpha(opacity=80); border-radius:10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.slideBox1 .hd ul li.on{ background: #c4262b !important; opacity: 1!important;filter:alpha(opacity=100)!important;}
.slideBox1 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox1 .bd li{ zoom:1; vertical-align:middle; position: relative; }
.slideBox1 .bd img{ width:290px; height:395px; display:block; position: absolute; z-index: 1  }
.slideBox1 .bd h1{position: absolute; z-index: 2; left: 20px; top: 300px; right: 20px; font-size: 16px; color: #fff; }
.slideBox1 .bd p{position: absolute; z-index: 2; font-size: 12px; left: 20px; top: 320px; color: #fff;  }
.slideBox1 .prev,
.slideBox1 .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(/static/images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox1 .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox1 .prev:hover,
.slideBox1 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox1 .prevStop{ display:none;  }
.slideBox1 .nextStop{ display:none;  }
.index_box9_content{ padding-top:40px;}
.index_box9_content_center ul li{ border-bottom:#ececec solid 1px; height: 36px; line-height: 36px; }
.index_box9_content_center ul li a{ color: #444444; font-size: 14px;}
.index_box9_content_center ul li a:hover{ color: #c4262b; font-size: 14px;}
.index_box9_content_center ul li i{ font-size: 16px; color: #999; margin-right: 10px;} 
.index_box9_content_center ul li .icon-yd_19{ color: #c4262b;}
.index_box9_content_center ul li span{ float: right; font-size: 12px; color: #666666;}
.index_box9_content_center ul li.hot a{ color: #c4262b; font-weight: bold; }
.index_box9_content_right_top img{ width:350px; height: 182px;}
.index_box9_content_right_top h2 { height: 40px; line-height: 40px; margin-bottom: 10px; padding-top: 5px;}
.index_box9_content_right_top h2 a{ color: #444; font-size: 18px;}
.index_box9_content_right_top h2 a:hover{ color: #c4262b; font-size: 18px;}
.index_box9_content_right_bottom ul li{ float: left; width: 165px;}
.index_box9_content_right_bottom ul li.mr20{ margin-right: 20px;}
.index_box9_content_right_bottom ul li img{ width:165px; height: 100px;}
.index_box9_content_right_bottom ul li h2{ font-size: 14px; line-height: 24px; padding-top: 10px;}
.index_box9_content_right_bottom ul li h2 a{ color: #444; font-weight:normal;}
.index_box9_content_right_bottom ul li h2 a:hover{ color: #c4262b; font-weight:normal;}
.index_box9_newlist{ padding-top: 40px;}
.index_box9_newlist ul{margin-left: -25px;}
.index_box9_newlist ul li{ width: 220px; height: 100px; float: left; position: relative; margin-left: 25px;}
.index_box9_newlist ul li img{ position: absolute; left: 0px; top:0px; z-index: 1; width: 220px; height: 100px;}
.index_box9_newlist ul li a h1{ width: 220px; height: 40px; line-height:40px; z-index: 2; font-size: 18px; text-align: center; position: absolute; left: 0px; top: 30px; color: #fff; text-shadow: 0 0 10px #000}
.index_box9_newlist ul li.mr25{ margin-right: 25px;}













