 /*banner*/

#indexSlide {overflow: hidden;}

.fullSlide{width:100%;position:relative;height:625px;overflow:hidden;-moz-user-select:none}

.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden}

.fullSlide .bd ul{width:100% !important}

.fullSlide .bd li{width:100% !important;height:625px;overflow:hidden;text-align:center}

.fullSlide .bd li a{display:block;height:625px}

.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:10px;left:0;height:20px;line-height:20px;overflow:hidden;display:none}

.fullSlide .hd ul{text-align:center}

.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:20px;height:20px;overflow:hidden;background:url(../images/fullslide.png) no-repeat;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;line-height:999px}

.fullSlide .hd ul .on{background-position:right top;filter:alpha(opacity=80);opacity:0.8}

.fullSlide .pd{width:1228px;height:40px;position:relative;margin:0 auto;clear:both;display:none}

.fullSlide .prev,.fullSlide .next{position:absolute;cursor:pointer;width:40px;height:40px;overflow:hidden;left:15px;z-index:2;top:-300px;background:url(../images/slider-arrow.png);-moz-user-select:none;display:none}

.fullSlide *::selection{background:rgb(0, 0, 0);background:rgba(0, 0, 0, 0.6)}

.fullSlide *::-moz-selection{background:rgb(0, 0, 0);background:rgba(0, 0, 0, 0.6)}

.fullSlide .next{left:auto;right:0px;background-position:left bottom}


  /*中心目录*/

.section_icon_nav_box1{width:100%;background: #FFF; height: 178px;}

.section_icon_nav_box2 ul{margin-left:0px;height:76px;}

.section_icon_nav_box2 ul li {width:84px;position: relative; float: left; height: 178px;}
.icon_nav1,.icon_nav2,.icon_nav3,.icon_nav4,.icon_nav5,.icon_nav6,.icon_nav7,.icon_nav8,.icon_nav9,.icon_nav10,.icon_nav11,.icon_nav12{margin-right: 11.5PX;}
        
.section_icon_nav_box2 ul li a { color:#5b586f;display: inline-block;}

.section_icon_nav_box2 ul li a em{display: block; margin:-1px auto auto; margin-top:30px;width: 85px; height: 85px;border-radius: 50%;background-image:url(../images/wp_01.png);}

.section_icon_nav_box2 ul li a p{position: absolute;top:120px;}

.section_icon_nav_box2 ul li a:hover{color:#807DEA;}

.icon_nav1 a em{ background-position:-34px 0px;}


.icon_nav2 a em{background-position:-130px 0}


.icon_nav3 a em{ background-position:-226px 0}


.icon_nav4 a em{ background-position:-320px 0}


.icon_nav5 a em{ background-position:-416px 0}


.icon_nav6 a em{ background-position:-510px 0}


.icon_nav7 a em{ background-position:-606px 0}


.icon_nav8 a em{ background-position:-703px 0}


.icon_nav9 a em{ background-position:-799px 0}


.icon_nav10 a em{ background-position:-892px 0}


.icon_nav11 a em{ background-position:-988px 0}


.icon_nav12 a em{ background-position:-1084px 0}


.icon_nav13 a em{ background-position:-1180px 0}


.section_icon_nav_box2 ul li p { text-align: center; position: absolute; top: 47px; text-align: center; width: 100%; display: block; left: 0;}

	.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	}
	.hovicon:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
	}
	.hovicon.effect-8 {
    /*background: rgba(255, 255, 255, 0.1);*/
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.hovicon.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    /*box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);*/
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.hovicon.effect-8:hover {
    /*background: rgba(255, 255, 255, 0.05);*/
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    color: #fff;
}

.hovicon.effect-8:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ddd7ff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 7px 7px #ddd7ff, 0 0 0 7px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.1);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ddd7ff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 7px 7px #ddd7ff, 0 0 0 7px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ddd7ff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 7px 7px #ddd7ff, 0 0 0 7px rgba(255, 255, 255, 0.5);
        transform: scale(1.1);
        opacity: 0;
    }
}



/*中间内容样式*/

.contentcent{background:#ededed;}

.fix:after{ clear:both; height:0; font-size:0; display:block; content:"."; visibility:hidden;}

.fix{*zoom:1}

.fl{ float:left;}

.fr{ float:right;}

.contentcent .xwrap{margin-bottom:40px;margin-top:40px;}

.jqyh h2{font-size: 20px;padding: 13px 5px 10px 20px;display:inline-block;}

.jqyh h2:before{content:'';}

.jqyh b{font-size: 12px;position: relative;padding: 13px 10px 10px 0;display:inline-block;font-weight:normal;color:#c8c8c8;}

.jqyh b:before{content:'';position: absolute;width:9px;height:11px;background:url(../images/hm.png) no-repeat;top: 3px;right: 0;webkit-animation: shake1 3s linear normal both infinite;-o-animation: shake1 3s linear normal both infinite;animation: shake1 3s linear normal both infinite;}

.hmmy b:before{opacity:0;}

/* 本例子css */

.jqyh .slideBox .divs{width:360px;margin-left: 19px;}

.jqyh .slideBox{ width:398px;height:335px;overflow:hidden; position:relative; border-top:1px solid #e2e2e2; background:#fff; padding: 10px 0 20px;-moz-transition: all 0.2s linear 0s;-webkit-transition: all 0.2s linear 0s;transition: all 0.2s linear 0s; }

.jczb .slideBox{ background:#7665a7; color:#fff;}

.jqyh .slideBox .bd{ position:relative; height:100%; z-index:0; }

.jqyh .slideBox .bd li{ zoom:1; vertical-align:middle;font-size: 16px; color:#868686;position: relative; }


.jqyh .slideBox .bd li  img{width:360px;height:235px;}

.jqyh .slideBox .bd li h3{ font-size: 18px; color:#474747;padding: 10px 0 0 6px; line-height:26px;font-weight:normal;}

.jqyh .slideBox .bd li p{color:#acacac;font-size:14px;padding-left:6px;}

.jqyh .slideBox .bd li p .red{color:red;font-style:normal;}

.jqyh .slideBox .bd li span{ color:#ff0000;}

.jqyh .slideBox .bd li .ljqy{ position: absolute; background:#807DEA;  top: 250px; right: 0px; width:105px;height:40px; color:#fff; font-size: 18px; text-align: center; line-height: 40px;box-sizing: border-box;}

.jqyh .slideBox .bd .ms{font-size:14px;line-height:20px;color:#999;padding-left:6px;margin-top:7px;}

.jqyh .slideBox .prev,

.jqyh .slideBox .next{ position:absolute; right:39px; top:25px; display:block; width:18px; height:19px; background:#8c8c8c; padding-top:3px; box-sizing: border-box; text-align: center;  }

.jqyh .slideBox .next{ right:20px; }

.jqyh .slideBox .prev:hover,

.jqyh .slideBox .next:hover{ background-color: #606060; }

.jqyh .slideBox .prevStop{ display:none;  }

.jqyh .slideBox .nextStop{ display:none;  }

.jqyh .slideBox:hover{-moz-transform:translate3d(0,-3px,0);-ms-transform:translate3d(0,-3px,0);-o-transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);transform:translate3d(0,-3px,0);border-top-color:#7665a7;}


/*两个滑动框样式*/
/*.contentcent1{background:#fff;}

.jqyh .slideBox1 .divs{width:375px;margin-left: 20px;}

.jqyh .slideBox1{ width:415px;  overflow:hidden; position:relative; background:#fff; padding: 10px 0 20px;-moz-transition: all 0.2s linear 0s;-webkit-transition: all 0.2s linear 0s;transition: all 0.2s linear 0s; }

.jczb .slideBox1{ background:#7665a7; color:#fff;}

.jqyh .slideBox1 .bd{ position:relative; height:100%; z-index:0;}

.jqyh .slideBox1 .bd li{ zoom:1; vertical-align:middle;font-size: 16px; color:#868686;position: relative;}

.jqyh .slideBox1 .bd li  img{width:375px;height:370px;}

.jqyh .slideBox1 .bd .btn a{display: inline-block;width:185px;height:50px;font-size: 20px;color:#fff;line-height: 50px;text-align: center;margin-top:10px;} 

.jqyh .slideBox1 .bd .btn .pur{background:#9b89ff;margin-right: 5px;}

.jqyh .slideBox1 .bd .btn .blu{background:#839bff;}

.jqyh .slideBox1 .prev,

.jqyh .slideBox1 .next{ position:absolute; right:39px; top:25px; display:block; width:18px; height:19px; background:#8c8c8c; padding-top:3px; box-sizing: border-box; text-align: center;  }

.jqyh .slideBox1 .next{ right:20px; }



.jqyh .slideBox2 >.divs1{width:795px;}

.jqyh .slideBox2{ width:815px;  overflow:hidden; position:relative; background:#fff; padding: 10px 0 20px;-moz-transition: all 0.2s linear 0s;-webkit-transition: all 0.2s linear 0s;transition: all 0.2s linear 0s; }

.jczb .slideBox2{ background:#7665a7; color:#fff;}

.jqyh .slideBox2 .bd{ position:relative; height:100%; z-index:0;}

.jqyh .slideBox2 .bd li{ zoom:1; vertical-align:middle;font-size: 16px; color:#868686;position: relative;}

.jqyh .slideBox2 .bd li  img{width:795px;height:434px;}

.jqyh .slideBox2 .bd li .ljqy{ position: absolute; background-color:rgba(158, 148, 220, 0.8);  top: 354px; right: 0px; width:795px;height:80px; color:#fff;text-align: center;box-sizing: border-box;}

.jqyh .slideBox2 .bd li .ljqy h1{font-size: 22px;line-height: 55px;}

.jqyh .slideBox2 .bd li .ljqy p{font-size: 16px;line-height: 1px;}

.jqyh .slideBox2 .prev,

.jqyh .slideBox2 .next{ position:absolute; right:39px; top:25px; display:block; width:18px; height:19px; background:#8c8c8c; padding-top:3px; box-sizing: border-box; text-align: center;  }

.jqyh .slideBox2 .next{ right:20px; }

.jqyh .slideBox2 >h2{padding-left:0px;}
*/

.relative {position:relative;}
.absolute {position:absolute;}
.fl {float:left;display:inline;}
.fr {float:right;display:inline;}
.pubW {width:1230px;}
.center {margin:0 auto;}


#banner3{height:502px;}
.banner4{background:#fff;height:18px;margin-top:18px;width:1230px;margin:0 auto;}
.stage2 .stage_a .preBtn,.expertSlides .preBtn {left:0;top:50%;display:block;width:74px;height:74px;margin-top:-37px; background-color:rgba(0,0,0,.3);z-index:7;display:none;}
.stage2 .stage_a .preBtn i,.expertSlides .preBtn i {display:block;width:26px;height:42px;margin-left:24px;margin-top:16px; background:url(../images/brand-prev.png)}
.stage2 .stage_a .nextBtn,.expertSlides .nextBtn {right:0;top:50%;display:block;width:74px;height:74px;margin-top:-37px; background-color:rgba(0,0,0,.3);z-index:7;display:none;}
.stage2 .stage_a .nextBtn i,.expertSlides .nextBtn i {display:block;width:26px;height:42px;margin-left:24px;margin-top:16px;background:url(../images/brand-next.png)}
.stage2 .stage_a .preBtn:hover,.stage2 .stage_a .nextBtn:hover,.expertSlides .preBtn:hover,.expertSlides .nextBtn:hover{ background-color:rgba(0,0,0,.7);}
.stage2 .stage_a{background:#fff;height:502px;}
.stage2 .stage_a .stage_a2{width:746px;height:53px;line-height: 53px;padding-left: 20px;}
.stage2 .stage_a .stage_a2 a{font-size: 20px;color:#000;}
.stage2 .stage_a .stage_a2 span{color:#c8c8c8;font-size: 12px;}
.stage2  .slideBox {width:766px;height:449px;}
.stage2  .slideBox .slide {width:766px;height:449px;}
.stage2  .slideBox .slide a img{width:766px;height:449px;}
.stage2  .slideBox .innerWrapper {width:515px;height:106px;padding:0 28px;left:0;bottom:27px; background-color:rgba(255,255,255,.8);}
.stage2 .slideBox h5 {font-size:26px;color:#666666;line-height:50px;}
.stage2 .slideBox p {font-size:14px;color:#666666;line-height:24px;}
.stage2 .stage_b {width:464px;height:502px;background-color:#9096b0;overflow:hidden;}
.stage2 .stage_b .focus {width:100%;height:53px;z-index:1;background-color:#fff;}
.stage2 .stage_b .slides {width:464px;height:449px;}
.stage2 .stage_b .slide2,.stage2 .slide2 .doctorsBox {width:100%;height:99%;overflow:hidden;}
.doctorsBox .tempWrap {margin:0 auto;}
.stage2 .slide2 .doctorsWrapper {width:430px;margin:0 auto;}
.stage2 .slide2 .doctorsWrapper ul {position:relative;margin-top:15px;}
.stage2 .slide2 .doctorsWrapper li {width:102px;height:125px;overflow:hidden;float:left;margin-top:7px;margin-right:7px;display:inline;}
.stage2 .slide2 .doctorsWrapper li:nth-child(4n) {float:right;margin-right:0;}
.stage2 .doctorsWrapper a {display:block;width:102px;height:125px;position:relative;}
.stage2 .doctorsWrapper a p {position:absolute;left:0;bottom:0;width:100%;font-size:12px;line-height:20px; background-color:rgba(255,255,255,0.8);;color:#000;text-align:center;}
.stage2 .slide2 .preNextBtn {right:17px;bottom:0;width:37px;height:19px;}
.stage2 .slide2 .preNextBtn a {display:block;width:18px;height:19px; background-color:#5f6566;position:relative;}
.stage2 .slide2 .preNextBtn a:hover { background-color:#081929;}
.stage2 .slide2 .preNextBtn i {position:absolute;display:block;width:7px;height:13px;left:6px;top:3px;}
.stage2 .slide2 .preBtn i{ background:url(../images/prvebtn.png) no-repeat }
.stage2 .slide2 .nextBtn i{background:url(../images/nextbtn.png) no-repeat }
.doctorsBox .overlayer {left:0;top:0;width:100%;height:100%; background-color:rgba(0,0,0,0.01);z-index:3;display:none;}
.doctorsBox .popInfo {left:0;top:0;width:320px;height:125px; background-color:#DEE0EC;z-index:4;display:none;}
.doctorsBox .popInfo a {display:block;width:100px;height:125px;position:relative;z-index:1;}
.doctorsBox .popInfo .addInfoList {width:200px;height:125px;padding:15px;}
.doctorsBox .popInfo h5 {font-size:18px;color:#000;line-height:32px;}
.doctorsBox .popInfo p {font-size:14px;color:#666;line-height:24px;}
.doctorsBox .popInfo .addInfoList {text-shadow:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}


/*专家展示样式*/
.zhanshi .brand{background:#fff;padding:0 20px;width:1190px;}
.zhanshi .brand div.rt{position:relative;width:1190px;height:210px;overflow:hidden;}
.zhanshi .brand div.rt>a{position:absolute;width:25px;height:190px;}
.zhanshi .brand .rt .prev{background:url(../images/brand-prev.png) no-repeat center}
.zhanshi .brand .rt .next{right:0;top:0;background:url(../images/brand-next.png) no-repeat center}
.zhanshi .brand .rt .tempWrap{left:10px;}
.zhanshi .brand .rt .divss{margin-left: 14px;}
.zhanshi .brand .rt ul{overflow:hidden;margin-left: 20px;}
.zhanshi .brand .rt ul li{width:155px;float:left;margin:0 4px;text-align:center;}
.zhanshi .brand .rt ul li a{color:#404040;font-size: 16px;line-height: 30px;}
.zhanshi .brand .rt ul li a .aimg{background:#edebf4;}

.zhanshi .brand .rt ul li a{ display:block; width:155px; position:relative;}
.zhanshi .brand .rt ul li a .bg{ width:100%; height:175px; position:absolute; left:0; top:0px; z-index:2; background:rgba(132,123,169,.7) none scroll 0 0 !important; filter:alpha(opacity=50); background:#7f75a6; transition:all .3s linear 0s; opacity:0}
.zhanshi .brand .rt ul li a:hover .bg{ opacity:1}
.zhanshi .brand .rt ul li a .txt{ width:155px; position:absolute; z-index:3;line-height: 25px; left:0px; top:40px; font-size:14px; text-align:center; color:#FFFFFF; opacity:0; filter:alpha(opacity=0);}
.zhanshi .brand .rt ul li a .txt .t1{ font-size:14px;}
.zhanshi .brand .rt ul li a .txt .t2{ font-size:14px;text-align: center;border-radius: 50%;width: 55px;height: 55px;background-color:rgba(225,223,234,.8);color:#bf51ec; margin-left: 50px;margin-top: 15px;}
.zhanshi .brand .rt ul li a .txt .t2 span{line-height: 18px;margin-top:9.5px;display: inline-block;}
.zhanshi .brand .rt ul li a:hover .txt{opacity:1; filter:alpha(opacity=100);animation:orangeIn 0.3s ease;}
.zhanshi .brand .rt ul li a:hover{color:#7f75a6;}

/*网红案例样式*/
.stageContainer{height:480px;background:#fff;}
.shareTxt {display:block;line-height:60px;font-size:20px;color:#000;}
.shareTxt a {color:#3d3f4b}
.stage5 {margin-top:40px;background:#fff;}
.stage5{height:450px;overflow:hidden;}
.stage5Title{height:50px;line-height:57px;position:relative;z-index:1;padding-left:20px;padding-bottom: 5px;}
.stage5Title .focus a{margin-top: 23px;}
.stage5 .focus a{display:inline-block;font-size:16px;line-height:25px;padding:0 18px;color:#212121;transition:.3s;}
/*切换颜色紫色*/
/*.stage5 .focus a.active,.stage5 .focus a:hover{background-color:#dcd5ff;color:#000;}*/
.stage5 .stage5slide{position:relative;z-index:2}
.stage5 .stage5slide .alSlide{height:400px}
.stage5 .stage5slide .alSlide li{width:205px;height:200px;position:relative;float:left}
.stage5 .stage5slide .alSlide li a{display:block;height:100%}
.stage5 .stage5slide .alSlide li .s5pic{display:block;height:100%;-webkit-transition:-webkit-transform .3s ease 0s;transition:transform .3s ease 0s;-webkit-transform-origin:50% 0 0;-ms-transform-origin:50% 0 0;transform-origin:50% 0 0;-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}
.stage5 .stage5slide .alSlide li::before{opacity:0;z-index:2;position:absolute;content:'Before';font-size:16px;color:#fff;font-weight:lighter;line-height:100%;bottom:10px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);-webkit-transition:opacity .4s linear .3s;transition:opacity .4s linear .3s}
.stage5 .stage5slide .alSlide li::after{opacity:0;z-index:2;position:absolute;content:'+';font-size:22px;color:#fff;text-align:center;line-height:42px;font-weight:lighter;width:34px;height:42px;border-radius:33px 0 0 2px;right:0;bottom:0;background:#807DEA;-webkit-transition:opacity .4s linear .3s;transition:opacity .4s linear .3s}
.stage5 .stage5slide .alSlide li a span{position:absolute;width:100%;height:100%}
.stage5 .stage5slide .alSlide li a span:nth-child(2){top:100%;left:0;width:100%;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;-webkit-transform:rotateX(-90deg);-ms-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:50% 0 0;-ms-transform-origin:50% 0 0;transform-origin:50% 0 0}
.stage5 .stage5slide .alSlide li:hover .s5pic{-webkit-transform:rotateX(90deg) translateY(-30px);-ms-transform:rotateX(90deg) translateY(-30px);transform:rotateX(90deg) translateY(-30px)}
.stage5 .stage5slide .alSlide li:hover a span:nth-child(2),.stage5 .stage5slide .alSlide li:hover::after,.stage5 .stage5slide .alSlide li:hover::before{opacity:1}

.stage5Title >span{position: relative;}
.stage5Title >span:before{position: absolute;width:9px;height:11px;background:url(../images/hm.png) no-repeat;top: 5px;right: -10px;webkit-animation: shake1 3s linear normal both infinite;-o-animation: shake1 3s linear normal both infinite;animation: shake1 3s linear normal both infinite;}

/*医院环境样式*/
.container .list{background-color:#eee;padding-top:40px;padding-bottom:20px;}
.container .list>ul{margin:0 auto;background-color:#fff;overflow:hidden;height:290px;}
.container .list>ul>li{position:relative;width:18.5%;float:left;padding:1.8% 2%;height:210px;}
.container .list>ul .a{padding-left: 27px;}
.container .list>ul .b >img{position:absolute;}
.container .list>ul .b{padding:1.8% 3.7%;width:20%;}
.container .list>ul .b >img{position:absolute;right:17%;}
.container .list>ul .c{padding:1.8% 3.7%;width:20%;}
.container .list>ul .c >img{position:absolute;right:17%;}
.container .list>ul>li >img{position:absolute;right:10%;bottom:-24px;}
.container .list>ul .d >img{position:absolute;right:6%;}
.container .list>ul>li h3 a:first-child{color:#393939;}
.container .list>ul>li h3{font-size:22px;font-weight:600;color:#202c39;margin-bottom:20px;font-weight:normal;}
.container .list>ul .b >h3{margin-bottom: 30px;}
.container .list>ul .c >h3{margin-bottom: 30px;}
.container .list>ul .b >h3 a:last-child{margin-right: 15px;}
.container .list>ul .c >h3 a:last-child{margin-right: 15px;}
.container .list>ul>li h3 a:last-child{float:right;color:#807DEA;font-size:24px;margin-top:-3px;}
.container .list>ul>li>a{display:block;height:20px;font-size:16px;margin:15px 0;color:#a3a3a3;overflow:hidden;}
.container .list>ul>li>a:hover{color:#807DEA;}
.container .list>ul>li>a span{color:#666;padding-right:5px}


.banner_h{position:relative;width:225px;}
.banner_main img{width:225px;height:135px;}
.banner_hd{bottom:0px; position:absolute;}
.banner_hd ul li{display:none;}