/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
html,body {
    margin:0;
    padding:0;
   
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
input{
    border:1px solid #b0b0b0;
    padding:3px 5px 4px;
    color:#979797;
    width:190px;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

body{
    font-family: '微软雅黑',arial,'宋体',sans-serif;
    background: #000;
    font-weight: 400;
    font-size: 15px;
    color: #f9f9f9;
    overflow-y: scroll;
    overflow-x: hidden;
    position: static/relative/absolute/fixed;
    *background:url('../img/2.jpg') scroll center center;
    
}
.ie7 body{
    overflow:hidden;
}
.ie6 body{
    height:100%;
    overflow-y:hidden;
    position:relative;
    z-index:1;
}
.ie6 .cb-slideshow{display: none;}
.ie6 .logo{
    position: absolute;
    top:20px;
    left:20px;
}
.ie6 .logo img{
    width:281px;
}
.ie6 .info{
    position: absolute;
    left:0;
    bottom:60px;
}
.ie6 #bottom-logo{
    position: absolute;
}
a{
    color: #333;
    text-decoration: none;
}
.clr{
    clear: both;
}
.container{
    position: relative;
    text-align: center;
    height:100%;
    width:100%;
}
.logo{
    width:281px;
    height:44px;
    position: fixed;
    top:20px;
    left:20px;
}
.info{
    width:100%;
    position: fixed;
    bottom:60px;
    left:0;
    background:url(../img/bg.png) repeat;
   
    padding:20px 0;
}
.info .info-wrap{
    width:960px;
    margin:0 auto 0;
    overflow: hidden;
}
.info .left{
    width:500px;
    float: left;
}
.info .right{
    float: right;
}
.info .txt{
    font-size: 18px;
    line-height:150%;
    margin:0 auto 0;
}
.info .txt p{
    text-indent:2em;
    text-align:justify;
}
.info .txt h1{
    text-align:center;
    font-size: 34px;
    height:34px;
    line-height:34px;
    margin:0 0 10px 0;
}
#bar{
    height:60px;
    width:192px;
    margin:20px auto 0;
}
#bar #video,
#bar #pic{
    width:192px;
    height:60px;
}
#bar #pic{
    float: left;
}
#bar #pic a{
    display: block;
    width:192px;
    height:60px;
    background:url(../img/view-pic.png) no-repeat;
}
#bar #pic a:hover{
    background:url(../img/view-hover.png) no-repeat;
}
#bar #video{
    float: right;
    display: none;
}
#bar #video a{
    display: block;
    width:192px;
    height:60px;
    background:url(../img/icons.png) scroll -192px -140px no-repeat;
}
#bar #video a:hover{
    background:url(../img/icons.png) scroll -192px -200px;
}
#but-close{
    width:20px;
    height:20px;
    background:url(../img/close.png) scroll 60px 0;
    border:none;
    position: absolute;
    top:0;
    right:0;
    z-index:9999;
}
#but-close:hover{
    background:url(../img/close.png) scroll 20px 0;
}
#bottom-logo{
    width:192px;
    height:50px;
    position: fixed;
    bottom:0;
    right:0;
}
.cb-slideshow{ 
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    color: transparent;
    background-size: 100% 100%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 48s linear infinite 0s;
    -moz-animation: imageAnimation 48s linear infinite 0s;
    -o-animation: imageAnimation 48s linear infinite 0s;
    -ms-animation: imageAnimation 48s linear infinite 0s;
    animation: imageAnimation 48s linear infinite 0s; 

}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(../img/1.jpg);
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../img/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
    
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../img/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../img/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../img/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../img/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(7) span { 
    background-image: url(../img/7.jpg);
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s; 
}
.cb-slideshow li:nth-child(8) span { 
    background-image: url(../img/8.jpg);
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s; 
}





.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(7) div { 
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s; 
}
.cb-slideshow li:nth-child(8) div { 
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s; 
}


@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;-moz-transform: scale(1.4);-webkit-transform:scale(1.4);-o-transform:scale(1.4);}
    5% { opacity: 1;-moz-transform: scale(1.3);-webkit-transform:scale(1.3);-o-transform:scale(1.3);}
    10% { opacity: 1;-moz-transform: scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);}
    20% { opacity: 0;-moz-transform: scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}
    100% { opacity: 0;-moz-transform: scale(1.0);-webkit-transform:scale(1.0);-o-transform:scale(1.0);}
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;-moz-transform: scale(1.4);-webkit-transform:scale(1.4);-o-transform:scale(1.4);}
    5% { opacity: 1;-moz-transform: scale(1.3);-webkit-transform:scale(1.3);-o-transform:scale(1.3);}
    10% { opacity: 1;-moz-transform: scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);}
    20% { opacity: 0;-moz-transform: scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}
    100% { opacity: 0;-moz-transform: scale(1.0);-webkit-transform:scale(1.0);-o-transform:scale(1.0);}
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;-moz-transform: scale(1.4);-webkit-transform:scale(1.4);-o-transform:scale(1.4);}
    5% { opacity: 1;-moz-transform: scale(1.3);-webkit-transform:scale(1.3);-o-transform:scale(1.3);}
    10% { opacity: 1;-moz-transform: scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);}
    20% { opacity: 0;-moz-transform: scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}
    100% { opacity: 0;-moz-transform: scale(1.0);-webkit-transform:scale(1.0);-o-transform:scale(1.0);}
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;-moz-transform: scale(1.4);-webkit-transform:scale(1.4);-o-transform:scale(1.4);}
    5% { opacity: 1;-moz-transform: scale(1.3);-webkit-transform:scale(1.3);-o-transform:scale(1.3);}
    10% { opacity: 1;-moz-transform: scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);}
    20% { opacity: 0;-moz-transform: scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}
    100% { opacity: 0;-moz-transform: scale(1.0);-webkit-transform:scale(1.0);-o-transform:scale(1.0);}
}
@keyframes imageAnimation { 
    0% { opacity: 0;-moz-transform: scale(1.4);-webkit-transform:scale(1.4);-o-transform:scale(1.4);}
    5% { opacity: 1;-moz-transform: scale(1.3);-webkit-transform:scale(1.3);-o-transform:scale(1.3);}
    10% { opacity: 1;-moz-transform: scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);}
    20% { opacity: 0;-moz-transform: scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}
    100% { opacity: 0;-moz-transform: scale(1.0);-webkit-transform:scale(1.0);-o-transform:scale(1.0);}
}


.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 768px) { 
    .info .info-wrap{
        width:740px;
    }
    .info .txt{
        text-indent:2em;
        font-size: 14px;
    }
    .info .info-wrap h1{
        font-size:28px;
    }
    .info .info-wrap .right img{
        width:320px;
    }
    .info-wrap .left{
        width:400px;
    }
    
}

@media screen and (max-width: 640px) {
    .logo{
        width:168px;
        left:10px;
        top:10px;
        height:22px;
    }
    .logo img{
        width:168px;
    }
    .info .info-wrap{
        width:95%;
    } 
    .info{
        padding:10px 0;
        bottom:40px;
    }
    .info .info-wrap h1{
        font-size:20px;
        display: block;
        width:100%;
        height:30px;
        text-align: center
    }
    #bar{
        width:100%;
        height:30px;
        margin-top:10px;
    }
    #bar #video{
        display: none;
    }
    #bar #pic{
        float: none;
        margin:0 auto;
    }
    #bar #pic a{
        background:url(../img/view-pic.png) no-repeat;
        margin:0 auto;
        width:96px;
        height:30px;
        background-size:96px 30px;
    }
    #bar #pic a:hover{
        background:url(../img/view-hover.png) no-repeat;
        background-size:96px 30px;
    }
    .info-wrap .right{
        display: none;
    }
    .info-wrap .left{
        width:100%;
        float: none;
    }
    #bottom-logo{
        width:100%;
        height:32px;
    }
    #bottom-logo a{
        display: block;
        width:330px;
        margin:0 auto;
    }
    #bottom-logo a img{
        width:165px;
    }

}

@media screen and (max-width: 720px) {
    .logo{
        width:168px;
        left:10px;
        top:10px;
        height:22px;
    }
    .logo img{
        width:168px;
    }
    .info .info-wrap{
        width:95%;
    } 
    .info{
        padding:10px 0;
        bottom:40px;
    }
    .info .info-wrap h1{
        font-size:20px;
        display: block;
        width:100%;
        height:30px;
        text-align: center
    }
    #bar{
        width:100%;
        height:30px;
        margin-top:10px;
    }
    #bar #video{
        display: none;
    }
    #bar #pic{
        float: none;
        margin:0 auto;
    }
    #bar #pic a{
        background:url(../img/view-pic.png) no-repeat;
        margin:0 auto;
        width:96px;
        height:30px;
        background-size:96px 30px;
    }
    #bar #pic a:hover{
        background:url(../img/view-hover.png) no-repeat;
        background-size:96px 30px;
    }
    .info-wrap .right{
        display: none;
    }
    .info-wrap .left{
        width:100%;
        float: none;
    }
    #bottom-logo{
        width:100%;
        height:32px;
    }
    #bottom-logo a{
        display: block;
        width:330px;
        margin:0 auto;
    }
    #bottom-logo a img{
        width:105px;
    }
}