.head{
    width: 100%;
    height: 140px;
    border-bottom: 2px solid #f0f0f0;
}
.area{
    width: 1000px;
    margin: 0 auto;
}
.list{
    width: 445px;
    float: right;
}
.list .left{
    width: 140px;
    height: 126px;
    text-align: center;
    position: relative;
}
.list .select{
    position: absolute;
    left:0;
    top:-6px;
}
.list .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 47px;
    z-index: 2;
}
.bor{
    width: 2px;
    height: 60px;
    background: #f0f0f0;
    float: left;
    margin: 30px 5px 0;
}

.back{
    width: 100%;
    height: auto;
    background: url(../images/back.png) no-repeat top center;
    margin-top: 150px;
}
.switch{
    width: 565px;
    height: 160px;
    margin: 0 auto;
}
.switch img,.switch2 img{
    display: none;
}
.sun{
    position: absolute;
    left: -180px;
    top: -320px;
}
.intro{
    width: 100%;
    position: absolute;
    left: 0;
    top: -121px;
    background: #fff;
}
.slide{
    width: 1000px;
    position: relative;
}
.jcImgScroll ul li{
    width: 600px;
    height: 337px;
    border: 8px solid #20007f;
    position: relative;
}
.jcImgScroll ul li.select{
    overflow: visible!important;
}
/* jQuery jcImgScroll css */

.jcImgScroll {
    position: relative;
    height: 337px;
    margin:0 auto;
}
.jcImgScroll li a {
    background: #fff;
    display: block;
    height: 337px;
    margin-left: 0;
}
.jcImgScroll em.sPrev {
    background: url(../images/left.png) no-repeat;
    left: 0;
    top: 125px;
}
.tit{
    width: 456px;
    margin: 30px auto 0 auto;
}

.jcImgScroll em.sNext {
    background: url(../images/right.png) no-repeat;
    right: 0;
    top: 125px;
}

.jcImgScroll li.loading a {
    background: #fff url(../images/loading.gif) no-repeat center center;
}

.jcImgScroll li,
.jcImgScroll li,
.jcImgScroll em,
.jcImgScroll dl {
    display: none;
}
.play{
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -55px;
    margin-top: -55px;
    width: 110px;
    height:110px;
    cursor: pointer;
    z-index: 2;
}
.time{
    width: 973px;
    margin: 250px auto 0 auto;
}
#footer{
    border-top: 1px solid #dcdcdc;
    background-color: #fafafa;
}
#footer .footer-box {
    width: 1000px;
    margin: 0 auto;
}
#footer .friendLinks{
    text-align: center;
    margin: 0 20px;
    padding-top: 10px;
    border-bottom: 1px solid #f0f0f0;
}
#footer .friendLinks ul{
    font-size: 0;
}
#footer .friendLinks li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
    padding: 10px 14px;
    height: 14px;
}
#footer .friendLinks a{
    color: #000;
    font-size: 14px;
}
#footer .friendLinks a:hover{
    text-decoration: underline;
}
#footer .info{
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
}
#footer .info.w1200{
    width: 1160px;
}
#footer .info > div{
    float: left;
}
#footer .info .footerLeft img{
    display: block;
    margin-top: 3px;
    margin-right: 20px;
}
#footer .info .footerLeft a{
    display: inline-block;
    *display:inline;
    *zoom: 1;
}
#footer .info .footerCenter{
    text-align: left;
}
#footer .info .footerCenter p{
    color: #666666;
    font-size: 12px;
    line-height: 1;
    padding-top: 10px;
}
#footer .info .footerCenter p:first-child{
    padding-top: 0;
}
#footer .info .footerCenter p a{
    color: #666666;
}
#footer .info .footerCenter p a:hover{
    text-decoration: underline;
}
#footer .info .footerRight{
    float: right;
    font-size: 0;
    padding-top: 10px;
}
#footer .info .footerRight a{
    display: inline-block;
    *display:inline;
    *zoom: 1;
    margin-right: 10px;
}
#footer .info .footerRight .hd315{
    background: url("../images/hd315.png") no-repeat;
    width: 35px;
    height: 37px;
}
#footer .info .footerRight .beian{
    background: url("../images/beian.png") no-repeat;
    width: 34px;
    height: 37px;
}
#footer .info .copyright{
    display: none;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}
.switch2{
    position: absolute;
    right:-190px;
    top:-229px;
}
.switch3{
    width: 358px;
    height: 192px;
    position: absolute;
    right: -400px;
    top: 463px;
}
.switch4{
    width: 198px;
    height: 170px;
    position: absolute;
    left: -250px;
    top: 963px;
}
.switch5{
    width: 112px;
    height: 370px;
    position: absolute;
    left: -223px;
    top: 300px;
}
.videoWrap{
    position: absolute;
    left:0;
    top:0;
}
.sel{
    display: none;
    animation:mymove .5s 1;
    margin-top: -7px;
}
@keyframes mymove {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}