﻿@charset "utf-8";

/* play */
#play{width:70%;text-align:center;position:relative;overflow:hidden;margin:15px auto 5px;}
#play .change_a{width:50%;height:100%;position:absolute;top:0;z-index:1;cursor:pointer;display:block;overflow:hidden;background:url(about:blank);}
#play .prev_a{left:0;}
#play .next_a{right:0}
#play .change_a span{width:24px;height:100%;position:absolute;top:50%;margin-top:-21px;display:block;}
#play .prev_a span{left:0;}
#play .next_a span{right:0;}
#play .img_ul{position:relative;z-index:1;}
#play .img_ul li{height:350px;overflow:hidden;}
#play .img_ul li p{display:table;width:100%;height:100%;}
#play .img_ul li a{display:table-cell;vertical-align: middle;}
.img_hd {width:70%;overflow:hidden;margin:5px auto;position:relative;}
.img_hd ul{margin:0 auto;width:9999px!important;}
.img_hd ul li{float:left;display:table;width:140px;height:95px;border:2px solid #eee;cursor:pointer;margin:0 3px 0 1px;overflow:hidden;*display:inline;padding:1px;text-align:center}
.img_hd ul li a{display:table-cell;vertical-align:middle;}
.img_hd ul li a img{max-height:89px;}
/*.img_hd ul li img{height:60px;}*/
.img_hd ul li.on{border-color:#ffaf04;}
.img_hd .bottom_a{width:22px;height:95px;position:absolute;display:block;top:0;margin-top:0;cursor:pointer;z-index:10}
.img_hd .prev_a{background:url("../images/left1.png") no-repeat 50% 50%;left:0;}
.img_hd .next_a{background:url("../images/right1.png") no-repeat 50% 50%;right:0;}
.img_about{margin-top:20px;}
.img_about h4{font-size:20px;color:#353535;font-weight:bold;}
.img_about p{font-size:14px;color:#353535;line-height:25px;text-indent:2em;}
@media only screen and (max-width: 767px){
    #play .img_ul li{height:350px;overflow:hidden;}
}
@media only screen and (max-width: 767px){
    #play .img_ul li{height:350px;overflow:hidden;}
}
@media only screen and (max-width: 600px){
    #play,.img_hd {width:100%;}
    .img_hd ul li a img{max-height:42px;}
    .img_hd ul li{width:78px;height:50px;}
    #play .img_ul li{height:215px;overflow:hidden;}
    .img_hd .bottom_a{height:50px;}
}
@media only screen and (max-width: 430px){
}
@media only screen and (max-width: 320px){
    #play .img_ul li{height:200px;overflow:hidden;}
}