
.productShow {
    width: 1200px;
}

.productShow li {
    width: 400px;
    height: 290px;
    float: left;
	margin-top:5px;
}

.productShow li a {
    border-radius: 3px;
    display: block;
    position: relative;
    width: 353px;
    height: 240px;
    overflow: hidden;
}

.productShow li img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.productShow li a strong {
    position: absolute;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    left: 21px;
    top: 20px;
    font-size: 24px;
    color: #fff;
    background: url("/Public/Home/images/plus.png") no-repeat right 4px;
    width: 310px;
}

.productShow li img:hover{
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.productShow li a:hover strong {
    color: #252525;
    background: url("/Public/Home/images/plusHover.png") no-repeat right 4px;
}

.newsVideo {
    margin-top: 30px;
    margin-bottom: 80px;
}

.news {
    width: 657px;
    height: 354px;
    background: #343434;
    padding: 0 30px;
    border-radius: 3px;
    overflow: hidden
}

.option {
    margin-top: 30px;
}

.option li {
    font-size: 16px;
    background: #7f7f7f;
    color: #fff;
    float: left;
    width: 110px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    margin-right: 10px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.option li:hover {
    background: #ffcc00;
    color: #343434;
    cursor: pointer;
}

.option .optionCur {
    color: #343434;
    background: #ffcc00;
}

.more a {
    color: #ffcc00;
    font-size: 12px;
    display: none;
    margin-top: 12px;
}

.more a:hover {
    text-decoration: underline;
}

.more .moreCur {
    display: block;
}

.newsCon {
    font-family: \u5B8B\u4F53;
    padding-top: 26px;
    display: none;
}

.newsActive {
    display: block;
}

.newsCon .fl {
    width: 247px;
}

.newsCon .newsPic {
    width: 247px;
    height: 163px;
    overflow: hidden;
}

.newsCon .newsPic img {
    width: 100%;
}

.newsCon p {
    font-size: 14px;
    line-height: 20px;
    width: 247px;
    color: #d9d9d9;
    height: 60px;
    overflow: hidden;
    margin-top: 8px;
}

.newsCon p a {
    color: #ffcc00;
    font-size: 12px;
    float: right;
    font-family:'microsoft yahei';
}

.newsCon p a:hover {
    text-decoration: underline;
}

.newsCon .fr {
    width: 380px;
    color: #b7b7b7;
    margin-top: -10px;
    height: 252px;
    overflow: hidden;
}

.newsCon .fr li {
    border-bottom: dashed 1px #5d5d5d;
}

.newsCon .fr .newsListCur {
    border: none;
}

.newsCon .fr a {
    height: 35px;
    line-height: 35px;
    color: #b7b7b7;
    font-size: 14px;
    float: left;
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*newsCon .fr .newsListCur{ color: #ffcc00;}*/
/*.newsCon .fr:hover .newsListCur{color: #b7b7b7;}*/
.newsCon .fr a:hover {
    color: #ffcc00;
    text-decoration: underline;
}

.newsCon .fr span {
    float: right;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.video {
    border-radius: 3px;
    overflow: hidden;
    background: #343434;
    height: 324px;
    width: 410px;
    padding: 30px 30px 0;
}

.videoTitle span {
    font-size: 16px;
    color: #343434;
    background: #ffcc00;
    width: 110px;
    height: 39px;
    line-height: 39px;
    text-align: center;
}

.videoTitle a {
    color: #ffcc00;
    font-size: 12px;
    margin-top: 12px;
}

.videoTitle a:hover {
    text-decoration: underline;
}

.play {
    margin-top: 22px;
    width: 386px;
    height: 218px;
    padding: 10px 12px;
    background: #000;
}
.play embed{
    position: relative;
    z-index:0;}

.player {
    width: 295px;
    height: 218px;
}

.sliderCon {
    width: 80px;
    overflow: hidden;
}

.sliderCon .prev, .sliderCon .next {
    display: block;
    width: 32px;
    margin: 0 auto;
    cursor: pointer;
    height: 15px;
}

.sliderCon .prev {
    background: url("/Public/Home/images/prev.png") no-repeat 50% 50%;
}

.sliderCon .next {
    background: url("/Public/Home/images/next.png") no-repeat 50% 50%;
}

.slider {
    position: relative;
    height: 189px;
    width: 80px;
    overflow: hidden;
}

.slider ul a {
    position: relative;
    display: block;
    height: 59px;
    margin: 2px 0;
}

.slider ul li strong {
    display: block;
    background: #003761;
    filter: alpha(opacity:60);
    background: rgba(0, 55, 97, 0.6);
    position: absolute;
    width: 80px;
    height: 16px;
    bottom: 0;
}

.slider ul li span {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-family: '\u5B8B\u4F53';
    width: 80px;
    position: absolute;
    height: 16px;
    display: block;
    text-align: center;
    bottom: 0;
}

.slider ul li {
    float: left;
    height: 63px;
}

.slider ul li img {
    height: 59px;
    width: 80px;
    display: block;
}

