html, body { margin: 0; padding: 0; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding: 0; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-weight: normal; font-style: normal; }
ol, ul { list-style: none; margin:0; padding:0; }
caption, th { text-align: center; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
.fl {float: left;}
.fr {float: right;}
.clear {clear: both;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}

img {margin: 0;padding: 0;}
/*模板公共样式开始*/
a {color: #252525;text-decoration: none;}
a:hover {color: #BA2636;text-decoration: none;}
/*a:visited {color: #5e0000;}*/
p a {color: orange;padding-left: 10px;}
p a:hover {color: #BA2636;}
body {font: 14px/1.5 "微软雅黑";color: #fff;}
/*模板公共样式结束*/

#superContainer { height: 100%; position: relative; }
.section { position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.slide { float: left; }
.slide, .slidesContainer { height: 100%; display: block; }
.slides { height: 100%; overflow: hidden; position: relative; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.section.table, .slide.table { display: table; width: 100%; }
.tableCell { display: table-cell; vertical-align: middle; width: 100%; height: 100%; }
.slidesContainer { float: left; position: relative; }
.controlArrow { position: absolute; top: 50%; cursor: pointer; width: 0; height: 0; border-style: solid; margin-top: -38px; }
.controlArrow.prev { left: 15px; width: 0; border-width: 38.5px 34px 38.5px 0; border-color: transparent #fff transparent transparent; }
.controlArrow.next { right: 15px; border-width: 38.5px 0 38.5px 34px; border-color: transparent transparent transparent #fff; }
.scrollable { overflow: scroll; }
.easing { -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out; -o-transition: all 0.7s ease-out; transition: all 0.7s ease-out; }
#fullPage-nav { position: fixed; z-index: 100; margin-top: -32px; top: 50%; opacity: 1; }
#fullPage-nav.right { right: 17px; }
#fullPage-nav.left { left: 17px; }
.fullPage-slidesNav { position: absolute; z-index: 4; left: 50%; opacity: 1; }
.fullPage-slidesNav.bottom { bottom: 17px; }
.fullPage-slidesNav.top { top: 17px; }
#fullPage-nav ul, .fullPage-slidesNav ul { margin: 0; padding: 0; }
#fullPage-nav li, .fullPage-slidesNav li { display: block; width: 14px; height: 13px; margin: 7px; position: relative; }
.fullPage-slidesNav li { display: inline-block; }
#fullPage-nav li a, .fullPage-slidesNav li a { display: block; position: relative; z-index: 1; width: 100%; height: 100%; cursor: pointer; text-decoration: none; }
#fullPage-nav li .active span, .fullPage-slidesNav .active span { background: #333; }
#fullPage-nav span, .fullPage-slidesNav span { top: 2px; left: 2px; width: 8px; height: 8px; border: 1px solid #000; background: rgba(0, 0, 0, 0); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; position: absolute; z-index: 1; }
.fullPage-tooltip { position: absolute; color: #fff; font-size: 14px; font-family: arial, helvetica, sans-serif; top: -2px; }
.fullPage-tooltip.right { right: 20px; }
.fullPage-tooltip.left { left: 20px; }
ul, li { margin: 0; padding: 0; list-style: none;}
#menu {width: 110px;height: 372px;background: url("http://n.sinaimg.cn/sx/wszt/nav_07.png") no-repeat 0 0; position: fixed; right: 20px; top: 40%; z-index: 30; list-style-type: none;padding-top: 14px;}
#menu li { width: 95px; height: 41px;padding-left: 15px;}
#menu li.nav_erweima {height: 60px;position: relative;}
#menu li.nav_erweima span {display: block;width: 41px; height: 41px;margin-left: 26px;margin-top: 5px;cursor: pointer;}
#menu li.nav_erweima img {position: absolute;left: -159px;top: -24px;}
#menu li.nav_tel {height: 60px;position: relative;}
#menu li.nav_tel span {display: block;width: 41px; height: 41px;margin-left: 26px;margin-top: 5px;cursor: pointer;}
#menu li.nav_tel img {position: absolute;left: -132px;top: 6px;}
#menu a { display: block; height: 41px;line-height: 41px; color: #fff; text-align: center; text-decoration: none; overflow: hidden;}
#menu span { display: block;font-size: 14px; opacity: 0.6; filter:alpha(opacity=60); overflow: hidden;}
#menu a:hover span { opacity: 1; filter:alpha(opacity=100);}
#menu .active a { background-position: right 0;}
#menu .active a span { opacity: 1; filter:alpha(opacity=100);}

.section { position: relative; overflow: hidden;}
.section .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.middle { position: relative; width: 1000px; height: 100%; margin-left: auto; margin-right: auto;}

/* 动画 */
.left { transition: all 1.5s;}
.right { transition: all 1.5s;}
.active .left, .ltie10 .left { left: 0;}
.active .right, .ltie10 .right { left: 50%;}
.godown span { -webkit-animation: fade 3s infinite linear; animation: fade 3s infinite linear;}
@-webkit-keyframes fade {
    0% { opacity: 1;}
    50% { opacity: 0.3;}
    100% { opacity: 1;}
}
@keyframes fade {
    0% { opacity: 1;}
    50% { opacity: 0.3;}
    100% { opacity: 1;}
}


.section1 { background: url(http://n.sinaimg.cn/sx/wszt/bg1.png) 0 50% repeat-x; }
.logo1 { position: absolute; left: 50%; top: -203px; z-index: 20; width: 194px; height: 203px; margin-left: -114px; text-indent: -9999px; background: url(http://n.sinaimg.cn/sx/wszt/bg_02_03.png) no-repeat 0 0; overflow: hidden;}
.title1 { width: 1631px; height: 789px;position: absolute; left: 50%; top: -789px; margin-left: -816px; z-index: 20; background: url(http://n.sinaimg.cn/sx/wszt/bg_01_02.png) no-repeat 0 0; overflow: hidden;}
.bg1-3 { opacity: 0; background: url(http://n.sinaimg.cn/sx/wszt/bg.jpg) center center no-repeat;background-size: cover;}

.left1 { position: absolute; left: -200%; top: 50%; width: 444px; height: 514px; margin: -260px 0 0 -50px; }
.right1 { position: absolute; left: 200%; top: 50%; width: 655px; height: 658px; margin: -300px 0 0 -70px; }
/* 第一屏动画 */
.logo1 { transition: all 2s;}
.title1 { transition: all 1.5s;}
.active .logo1, .ltie10 .logo1 {top: 30px;}
@-webkit-keyframes logo1 {
    0% { top: -203px;}
    100% { top: 30px;}
}
@keyframes logo1 {
    0% { top: -203px;}
    100% { top: 30px;}
}
.active .title1, .ltie10 .title1 { top: 0px;}
@-webkit-keyframes title1 {
    0% { top: -789px;}
    50% { top: 50px;}
    100% { top: 0px;}
}
@keyframes title1 {
    0% { top: -789px;}
    50% { top: 50px;}
    100% { top: 0px;}
}
.active .bg1-3, .ltie10 .bg1-3 { opacity: 1; -webkit-animation: bg1-3 3s; animation: bg1-3 3s;}
@-webkit-keyframes bg1-3 {
    0% { opacity: 0;}
    50% { opacity: 0;}
    100% { opacity: 1;}
}
@keyframes bg1-3 {
    0% { opacity: 0;}
    50% { opacity: 0;}
    100% { opacity: 1;}
}




.section2 { /*background: url(../images/bg2.png) 0 50% repeat-x;*/background-color: #020200;}
.title2 { width: 250px; height: 950px;position: absolute; left: -200%; top: 50%; margin: -475px 0 0 0px; z-index: 20; background: url(http://n.sinaimg.cn/sx/wszt/title02.png) no-repeat 0 0; overflow: hidden;}
.bg2-3 { background:#020200 url(http://n.sinaimg.cn/sx/wszt/bg2_02.jpg) center bottom no-repeat; transition: all 1.5s;}
.left2 { position: absolute; left: -200%; top: 31%; width: 288px; height: 307px; margin: -154px 0 0 -80px; background: url(http://n.sinaimg.cn/sx/wszt/title_04.png) 0 0 no-repeat;}

.right2 { position: absolute; left: 200%; top: 35%; width: 411px; height: 370px; margin-top: -185px;}


.weft02 .tab_nav{ text-align: right;padding-right: 8px;width: 407px;}
.weft02 .tab_nav li{ width:76px;height: 31px;line-height: 31px;padding-left: 30px; padding-right: 10px;text-align: center; display: inline-block; /* float:left;*/background: url("http://n.sinaimg.cn/sx/wszt/kuang_08.png") no-repeat 0 0;background-size: 100% 100%; cursor:pointer;}
.weft02 .tab_nav li.active{  background:url(http://n.sinaimg.cn/sx/wszt/kuang_07.png) no-repeat;background-size: 100% 100%;}
.weft02 .tab_cont { width: 410px;height: 246px;background: url("http://n.sinaimg.cn/sx/wszt/kuang_11.png") no-repeat 0 0;}
.weft02 .tab_cont li{ display:none; padding: 3px 3px;}
.weft02 .tab_cont .video {width: 397px;height: 234px;position: relative;}
.weft02 .tab_cont .list-zhezhao {width: 397px;height: 234px;overflow: hidden;}
.weft02 .tab_cont .list-zhezhao img {width: 397px;height: 234px;}
.weft02 .tab_cont .list-zhezhao .icon {width: 40px;height: 40px;position: absolute;left: 50%;top: 50%;margin: -20px 0 0 -20px; cursor: pointer;background: url(http://n.sinaimg.cn/sx/wszt/video1.png) no-repeat 0 0;background-size: 100%;}
.weft02 .tab_cont .list-zhezhao:hover .icon {background: url(http://n.sinaimg.cn/sx/wszt/video.png) no-repeat 0 0;background-size: 100%;}
.weft02 .tab_cont .shipin {width: 397px;height: 234px;overflow: hidden;position: absolute;left: 0;top: 0;z-index: 88;}
.weft02 .tab_cont .vod_list {margin-top: 20px;font-size: 16px;}



/* 第二屏动画 */
.title2 { transition: all 3s;}
.active .title2, .ltie10 .title2 {left: 0;}
/*.active .title2, .ltie10 .title2 {-webkit-animation: title2 6s; animation: title2 6s;left: -210px;background: url("../images/title02.png") no-repeat right center;}
@-webkit-keyframes title2 {
    0% { left: -200%;background: url(../images/title_01.png) no-repeat 0 0;}
    25% { left: 0px;background: url(../images/title_01.png) no-repeat 0 0;}
    80% { left: 0px;background: url(../images/title_01.png) no-repeat 0 0;}
    95% { left: -500px;background: url("../images/title02.png") no-repeat right center;}
    100% {left: -210px;background: url("../images/title02.png") no-repeat right center;}
}
@keyframes title2 {
    0% { left: -200%;background: url(../images/title_01.png) no-repeat 0 0;}
    25% { left: 0px;background: url(../images/title_01.png) no-repeat 0 0;}
    80% { left: 0px;background: url(../images/title_01.png) no-repeat 0 0;}
    95% { left: -500px;background: url("../images/title02.png") no-repeat right center;}
    100% {left: -210px;background: url("../images/title02.png") no-repeat right center;}
}*/


.active .bg2-3, .ltie10 .bg2-3 {  transition-delay: 0.5s;}
.active .left2, .ltie10 .left2 {left: 150px;}
.active .left2-1, .ltie10 .left2-1 { opacity: 1; transition-delay: 1.5s;}
.active .left2-2,  .ltie10 .left2-2 { left: 38px; top: 0; opacity: 1; transition: all 1s ease 2.5s;}
.active .tip, .ltie10 .tip { left: 62px; opacity: 1; transition: all 1s ease 3s;}
.active .hand { -webkit-animation: hand 2s ease 3s; animation: hand 2s ease 3s;}
@-webkit-keyframes hand {
    0% { left: 300%;}
    50% { left: 62px;}
    70% { left: 62px;}
    100% { left: 300%;}
}
@keyframes hand {
    0% { left: 300%;}
    50% { left: 62px;}
    70% { left: 62px;}
    100% { left: 300%;}
}






.section3 { background: url(http://n.sinaimg.cn/sx/wszt/bg1.png) 0 50% repeat-x;}
.title3 { width: 250px; height: 950px;position: absolute; left: -200%; top: 50%; margin: -475px 0 0 0px; z-index: 20; background: url(http://n.sinaimg.cn/sx/wszt/title03.png) no-repeat 0 0; overflow: hidden;}
.bg3-2 { background: url(http://n.sinaimg.cn/sx/wszt/bg04.jpg) center bottom no-repeat; transition: all 1.5s;background-size: cover;}
.bg3-3 { background: url(http://n.sinaimg.cn/sx/wszt/bg3-3.png) 50% 10% no-repeat; opacity: 0; transition: all 1s;}
.left3 { position: absolute; left: -200%; top: 20%; width: 311px; height: 327px; margin: -122px 0 0 -50px; background: url(http://n.sinaimg.cn/sx/wszt/icon_04.png) 50% 50% no-repeat;}
.right3 { position: absolute; left: 200%; top: 40%; width: 519px; height: 303px; margin: -315px 0 0 50px; background: url(http://n.sinaimg.cn/sx/wszt/star_03.png) no-repeat right 0;}
.right3-list {position: absolute; left: 200%;}
.right3-list a {display: block;width: 100%;height: 100%;}
.right3-1 { top: 40px; width: 267px; height: 37px; background: url(http://n.sinaimg.cn/sx/wszt/icon_07.png) no-repeat 0 0;}
.right3-2 { top: 110px; width: 312px; height: 38px; background: url(http://n.sinaimg.cn/sx/wszt/icon_10.png) no-repeat 0 0;}
.right3-3 { top: 180px; width: 376px; height: 37px; background: url(http://n.sinaimg.cn/sx/wszt/icon_13.png) no-repeat 0 0;}
.right3-4 { top: 250px; width: 322px; height: 38px; background: url(http://n.sinaimg.cn/sx/wszt/icon_16.png) no-repeat 0 0;}
.bottom3 { position: absolute; left: 50%; top: 200%; width: 1000px; height: 360px; margin: -140px 0 0 -500px;}
.bottom3 .wutai li {float: left;margin-right: 30px;position: relative;}
.bottom3 .wutai li a {display: block;width: 100%;height: 100%;}
.bottom3 .wutai li .stage {width: 216px;height: 293px;}
.bottom3 .wutai li .wutai1 {background: url("http://n.sinaimg.cn/sx/wszt/icon_21_1.png") no-repeat 0 0;}
.bottom3 .wutai li .wutai1:hover {background: url("http://n.sinaimg.cn/sx/wszt/icon_21.png") no-repeat 0 0;}
.bottom3 .wutai li .wutai2 {background: url("http://n.sinaimg.cn/sx/wszt/icon_23_1.png") no-repeat 0 0;}
.bottom3 .wutai li .wutai2:hover {background: url("http://n.sinaimg.cn/sx/wszt/icon_23.png") no-repeat 0 0;}
.bottom3 .wutai li .wutai3 {background: url("http://n.sinaimg.cn/sx/wszt/icon_25_1.png") no-repeat 0 0;}
.bottom3 .wutai li .wutai3:hover {background: url("http://n.sinaimg.cn/sx/wszt/icon_25.png") no-repeat 0 0;}
.bottom3 .wutai li .wutai4 {background: url("http://n.sinaimg.cn/sx/wszt/icon_27_1.png") no-repeat 0 0;}
.bottom3 .wutai li .wutai4:hover {background: url("http://n.sinaimg.cn/sx/wszt/icon_27.png") no-repeat 0 0;}


/* 第三屏动画 */
.title3 { transition: all 2s;}
.active .title3, .ltie10 .title3 {left: 0px;transition-delay: 3s;}
/*.active .title3, .ltie10 .title3 {-webkit-animation: title3 6s; animation: title3 6s;left: -210px;background: url("../images/title03.png") no-repeat right center;}
@-webkit-keyframes title3 {
    0% { left: -200%;background: url(../images/title02_01.png) no-repeat 0 0;}
    25% { left: 0px;background: url(../images/title02_01.png) no-repeat 0 0;}
    80% { left: 0px;background: url(../images/title02_01.png) no-repeat 0 0;}
    95% { left: -500px;background: url("../images/title03.png") no-repeat right center;}
    100% {left: -210px;background: url("../images/title03.png") no-repeat right center;}
}
@keyframes title3 {
    0% { left: -200%;background: url(../images/title02_01.png) no-repeat 0 0;}
    25% { left: 0px;background: url(../images/title02_01.png) no-repeat 0 0;}
    80% { left: 0px;background: url(../images/title02_01.png) no-repeat 0 0;}
    95% { left: -500px;background: url("../images/title03.png") no-repeat right center;}
    100% {left: -210px;background: url("../images/title03.png") no-repeat right center;}
}*/



.active .bg3-3, .ltie10 .bg3-3 { background-position: 50% 50%; opacity: 1; transition-delay: 0.7s;}
.active .left3, .ltie10 .left3 {left: 150px; transition: all 1s;transition-delay: 1s;}
.active .right3, .ltie10 .right3 {left: 40%; transition: all 1s;transition-delay: 1s;}
.active .right3-list, .ltie10 .right3-list {left: 0; transition: all 0.8s;}
.active .right3-1, .ltie10 .right3-1 {transition-delay: 1.5s;}
.active .right3-2, .ltie10 .right3-2 {transition-delay: 1.8s;}
.active .right3-3, .ltie10 .right3-3 {transition-delay: 2.1s;}
.active .right3-4, .ltie10 .right3-4 {transition-delay: 2.4s;}
.right3-5 { top: 340px; width: 514px; height: 79px; background: url(http://n.sinaimg.cn/sx/wszt/icon_20.png) no-repeat 0 0;}
.active .right3-5, .ltie10 .right3-5 {left: -200px; transition-delay: 2.7s;}
.active .bottom3, .ltie10 .bottom3 { left: 50%; top: 73%; transition: all 1s ease 2.5s;}



.section4 { /*background: url(../images/bg4.png) 0 50% repeat-x;*/background-color: #feea93;}
.title4 { width: 250px; height: 950px;position: absolute; left: -200%; top: 50%; margin: -475px 0 0 0px; z-index: 20; background: url(http://n.sinaimg.cn/sx/wszt/title04.png) no-repeat 0 0; overflow: hidden;}

.bg4-3 { background:#feea93 url(http://n.sinaimg.cn/sx/wszt/bg3.jpg) 50% 10% no-repeat; opacity: 0; transition: all 1s;}
.left4 { position: absolute; left: 50%; top: -200%; width: 406px; height: 80px; margin: 27px 0 0 -180px; background: url(http://n.sinaimg.cn/sx/wszt/title_05_04.png) 50% 50% no-repeat;}

.left4-5 { position: absolute; left: 50%; top: 33%; width: 16px; height: 13px; margin: -8px 0 0 7px; opacity: 0;}
.dian { position: absolute; left: 50%; top: 50%; width: 16px; height: 13px; margin: -8px 0 0 -7px; opacity: 0;}
.dian span { display: block; width: 16px; height: 13px; background: url(http://n.sinaimg.cn/sx/wszt/title_05_08.png) no-repeat 0 0;}


.right4 { position: absolute; left: 50%; top: 200%; width: 800px; height: 360px; margin: -140px 0 0 -340px;}

.right4 li.list {float: left;margin: 10px;position: relative;cursor: pointer;}
.right4 li span {font-size: 18px;color: #fff;background-color: #efb784;padding: 5px 10px;}

.section4 .fuceng {width: 100%;height: 100%;position: fixed;left: 0;top: 0;right: 0;bottom: 0; background: rgba(0,0,0,0.8);z-index: 55;}
.section4 .fuceng .itme{width: 700px;height: 550px;position: absolute;left: 50%;top: 50%;margin: -275px 0 0 -350px;z-index: 66; background: url("http://n.sinaimg.cn/sx/wszt/fuceng_03_03.png")no-repeat 0 0;}
.section4 .fuceng .icon{text-align: right;padding-right: 5px;padding-top: 5px;}
.section4 .fuceng .icon img {cursor: pointer;}

.section4 .fuceng .w180 {width: 180px;height: 230px; float: left;margin-left: 50px;margin-top: 15px;color: #000;}
.section4 .fuceng .w180 .zhuanye {font-size: 16px;font-weight: bold; margin-left: 10px;margin-top: 40px;}
.section4 .fuceng .w180 .name {font-size: 30px;font-weight: bold; margin-left: 10px;margin-top: 0px;}
.section4 .fuceng .w180 img{width: 180px;height: 230px;margin-top: 100px;}
.section4 .fuceng .w380 {width: 380px;height: 300px; float: left;margin-left: 50px;margin-top: 55px;color: #000;}
.section4 .fuceng .w380 .zhuanye {font-size: 16px;font-weight: bold; margin-left: 10px;margin-top: 40px;}
.section4 .fuceng .w380 .name {font-size: 30px;font-weight: bold; margin-left: 10px;margin-top: 0px;margin-bottom: 10px;}
.section4 .fuceng .w380 p{font-size: 16px;/*text-indent: 2em;*/ margin-top: 7px;color: #252525;width: 380px;}
.section4 .fuceng .w380 p span {font-size: 18px;font-weight: bold;}
.section4 .fuceng .itme3 .w380 {margin-top: 34px;}
.section4 .fuceng .itme4 .w380 {margin-top: 20px;}
.section4 .fuceng .itme5 .w380 {margin-top: 22px;}
.section4 .fuceng .itme6 .w380 {margin-top: 10px;}
.section4 .fuceng .itme7 .w380 {margin-top: 42px;}
.section4 .fuceng .itme8 .w380 {margin-top: 32px;}
.section4 .fuceng .itme9 .w380 {margin-top: 24px;}
.section4 .fuceng .itme15 .w380 {margin-top: 38px;}
.section4 .fuceng .itme16 .w380 {margin-top: 12px;}
.section4 .fuceng .itme17 .w380 {margin-top: 23px;}
.section4 .fuceng .itme21 .w380 {margin-top: 24px;}
.section4 .fuceng .itme22 .w380 {margin-top: 24px;}
.section4 .fuceng .itme26 .w380 {margin-top: 80px;}
.section4 .fuceng .itme27 .w380 {margin-top: 34px;}
.section4 .fuceng .itme29 .w380 {margin-top: 38px;}

.section4 .fuceng .itme7 .w180 img{margin-top: 33px;}
.section4 .fuceng .itme15 .w180 img{margin-top: 40px;}



/* 第四屏动画 */
.title4 { transition: all 2s;}
.active .title4, .ltie10 .title4 {left: 0px;transition-delay: 2s;}
/*.active .title4, .ltie10 .title4 {-webkit-animation: title4 6s; animation: title4 6s;left: -210px;background: url("../images/title04.png") no-repeat right center;}
@-webkit-keyframes title4 {
    0% { left: -200%;background: url(../images/title_05_01.png) no-repeat 0 0;}
    25% { left: 0px;background: url(../images/title_05_01.png) no-repeat 0 0;}
    80% { left: 0px;background: url(../images/title_05_01.png) no-repeat 0 0;}
    95% { left: -500px;background: url("../images/title04.png") no-repeat right center;}
    100% {left: -210px;background: url("../images/title04.png") no-repeat right center;}
}
@keyframes title4 {
    0% { left: -200%;background: url(../images/title_05_01.png) no-repeat 0 0;}
    25% { left: 0px;background: url(../images/title_05_01.png) no-repeat 0 0;}
    80% { left: 0px;background: url(../images/title_05_01.png) no-repeat 0 0;}
    95% { left: -500px;background: url("../images/title04.png") no-repeat right center;}
    100% {left: -210px;background: url("../images/title04.png") no-repeat right center;}
}*/


.active .bg4-3, .ltie10 .bg4-3 { background-position: 50% 50%; opacity: 1; transition-delay: 0.7s;}

.active .left4, .ltie10 .left4 { left: 50%; top: 18%; transition: all 1s ease 1.5s;}
.active .left4-5, .ltie10 .left4-5 { opacity: 1; transition: all 1s ease 3s;}
.active .dian, .ltie10 .dian { opacity: 1; transition: all 1s ease 4.5s; }
.active .dian span { -webkit-animation: dian 2s infinite linear 4.5s; animation: dian 2s infinite linear 4.5s;}
@-webkit-keyframes dian {
    0% { -webkit-transform: scale(1, 1);}
    100% { -webkit-transform: scale(2, 2);}
}
@keyframes dian {
    0% { transform: scale(1, 1);}
    100% { transform: scale(2, 2);}
}
.active .right4, .ltie10 .right4 { left: 50%; top: 53%; transition: all 1s ease 1.5s;}

.active .right4 li.list, .ltie10 .right4 li.list { /*top: 0px;*/  transition: all 1s; transition-delay: 2s;}

.right4 .list1 {top: 2000px;left: 2000px;}
.active .right4 .list1, .ltie10 .right4 .list1 {top: 0;left: 0;/*  transition: all 0.2s;transition-delay: 2s;*/}
.right4 .list2 {bottom: 2000px;left: 2000px;}
.active .right4 .list2, .ltie10 .right4 .list2 {bottom: 0;left: 0;/* transition: all 0.2s; transition-delay: 2.1s;*/}
.right4 .list3 {top: 2000px;right: 2000px;}
.active .right4 .list3, .ltie10 .right4 .list3 {top: 0px;right: 0px;/* transition: all 0.2s; transition-delay: 2.2s;*/}
.right4 .list4 {right: 2000px;}
.active .right4 .list4, .ltie10 .right4 .list4 {right: 0px;/* transition: all 0.2s; transition-delay: 2.3s;*/}
.right4 .list5 {top: 2000px;left: 3000px;}
.active .right4 .list5, .ltie10 .right4 .list5 {top: 0px;left: 0px;/* transition: all 0.2s; transition-delay: 2.4s;*/}
.right4 .list6 {top: 3000px;left: 2000px;}
.active .right4 .list6, .ltie10 .right4 .list6 {top: 0px;left: 0px;/*  transition: all 0.2s;transition-delay: 2.5s;*/}
.right4 .list7 {left: 2000px;}
.active .right4 .list7, .ltie10 .right4 .list7 {left: 0px; /* transition: all 0.2s;transition-delay: 2.6s;*/}
.right4 .list8 {bottom: 2000px;left: 3000px;}
.active .right4 .list8, .ltie10 .right4 .list8 {bottom: 0px;left: 0px;/* transition: all 0.2s; transition-delay: 2.7s;*/}
.right4 .list9 {bottom: 2000px;right: 2000px;}
.active .right4 .list9, .ltie10 .right4 .list9 {bottom: 0px;right: 0px;/* transition: all 0.2s; transition-delay: 2.8s;*/}
.right4 .list10 {bottom: 2000px;right: 3000px;}
.active .right4 .list10, .ltie10 .right4 .list10 {bottom: 0px;right: 0px;/* transition: all 0.2s; transition-delay: 2.9s;*/}
.right4 .list11 {top: 3000px;}
.active .right4 .list11, .ltie10 .right4 .list11 {top: 0px;/*  transition: all 0.2s;transition-delay: 3s;*/}
.right4 .list12 {top: 2000px;left: 4000px;}
.active .right4 .list12, .ltie10 .right4 .list12 {top: 0px;left: 0px;/* transition: all 0.2s; transition-delay: 3.1s;*/}
.right4 .list13 {bottom: 2000px;left: 2000px;}
.active .right4 .list13, .ltie10 .right4 .list13 {bottom: 0px;left: 0px;/* transition: all 0.2s; transition-delay: 3.2s;*/}
.right4 .list14 {top: 2000px;right: 2000px;}
.active .right4 .list14, .ltie10 .right4 .list14 {top: 0px;right: 0px;/* transition: all 0.2s; transition-delay: 3.3s;*/}
.right4 .list15 {bottom: 2000px;}
.active .right4 .list15, .ltie10 .right4 .list15 {bottom: 0px;/* transition: all 0.2s; transition-delay: 3.4s;*/}
.right4 .list16 {bottom: 3000px;left: 3000px;}
.active .right4 .list16, .ltie10 .right4 .list16 {bottom: 0px;left: 0px;/* transition: all 0.2s; transition-delay: 3.5s;*/}
.right4 .list17 {bottom: 3000px;right: 3000px;}
.active .right4 .list17, .ltie10 .right4 .list17 {bottom: 0px;right: 0px;/* transition: all 0.2s; transition-delay: 3.6s;*/}
.right4 .list18 {top: 3000px;left: 3000px;}
.active .right4 .list18, .ltie10 .right4 .list18 {top: 0px;left: 0px;/* transition: all 0.2s; transition-delay: 3.7s;*/}
.right4 .list19 {top: 3000px;left: 2000px;}
.active .right4 .list19, .ltie10 .right4 .list19 {top: 0px;left: 0px;/*  transition: all 0.2s;transition-delay: 3.8s;*/}
.right4 .list20 {left: 2000px;}
.active .right4 .list20, .ltie10 .right4 .list20 {left: 0px;/*  transition: all 0.2s;transition-delay: 3.9s;*/}
.right4 .list21 {bottom: 2000px;}
.active .right4 .list21, .ltie10 .right4 .list21 {bottom: 0px;/* transition: all 0.2s; transition-delay: 4s;*/}
.right4 .list22 {right: 2000px;}
.active .right4 .list22, .ltie10 .right4 .list22 {right: 0px;/* transition: all 0.2s; transition-delay: 4.1s;*/}
.right4 .list23 {top: 2000px;}
.active .right4 .list23, .ltie10 .right4 .list23 {top: 0px;/* transition: all 0.2s; transition-delay: 4.2s;*/}
.right4 .list24 {top: 2000px;left: 3000px;}
.active .right4 .list24, .ltie10 .right4 .list24 {top: 0px;left: 0px;/* transition: all 0.2s; transition-delay: 4.3s;*/}
.right4 .list25 {top: 2000px;right: 2000px;}
.active .right4 .list25, .ltie10 .right4 .list25 {top: 0px;right: 0px;/* transition: all 0.2s; transition-delay: 4.4s;*/}
.right4 .list26 {top: 2000px;right: 3000px;}
.active .right4 .list26, .ltie10 .right4 .list26 {top: 0px;right: 0px;/* transition: all 0.2s; transition-delay: 4.5s;*/}
.right4 .list27 {bottom: 3000px;left: 2000px;}
.active .right4 .list27, .ltie10 .right4 .list27 {bottom: 0px;left: 0px;/* transition: all 0.2s; transition-delay: 4.6s;*/}
.right4 .list28 {bottom: 3000px;left: 3000px;}
.active .right4 .list28, .ltie10 .right4 .list28 {bottom: 0px;left: 0px;/* transition: all 0.2s; transition-delay: 4.7s;*/}
.right4 .list29 {bottom: 2000px;right: 2000px;}
.active .right4 .list29, .ltie10 .right4 .list29 {bottom: 0px;right: 0px;/* transition: all 0.2s; transition-delay: 4.8s;*/}






.section5 {width: 100%;height: 100%; background: #fff url(http://n.sinaimg.cn/sx/wszt/bg5.png) 0 50% repeat-x;}
.title5 { width: 250px; height: 950px;position: absolute; left: -200%; top: 45%; margin: -475px 0 0 0px; z-index: 20; background: url(http://n.sinaimg.cn/sx/wszt/title05.png) no-repeat 0 0; overflow: hidden;}



.section5 .flexslider img {width: 100%;height: 100%;}
.section5 .flex-control-nav {width:450px; position: absolute; bottom:150px; left:50%; text-align: center; z-index: 9999;margin-left: -80px;}
.section5 .flex-control-nav li {margin: 0 2px; display: inline-block; zoom: 1; *display: inline;}
.section5 .flex-control-paging li a {width: 16px; height: 16px; display: block; background: #c0c0c0; cursor: pointer; text-indent: -9999px; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.section5 .flex-control-paging li a:hover { background: #999; }
.section5 .flex-control-paging li a.flex-active { background: #389a92; cursor: default; }



/* 第五屏动画 */
.title5 { transition: all 2s;}
.active .title5, .ltie10 .title5 {left: 0px;transition-delay: 1s;}
/*.active .title5, .ltie10 .title5 {-webkit-animation: title5 6s; animation: title5 6s;left: -210px;background: url("../images/title05.png") no-repeat right center;}
@-webkit-keyframes title5 {
    0% { left: -200%;background: url(../images/title03_01_01.png) no-repeat 0 0;}
    25% { left: 0px;background: url(../images/title03_01_01.png) no-repeat 0 0;}
    80% { left: 0px;background: url(../images/title03_01_01.png) no-repeat 0 0;}
    95% { left: -500px;background: url("../images/title05.png") no-repeat right center;}
    100% {left: -210px;background: url("../images/title05.png") no-repeat right center;}
}
@keyframes title5 {
    0% { left: -200%;background: url(../images/title03_01_01.png) no-repeat 0 0;}
    25% { left: 0px;background: url(../images/title03_01_01.png) no-repeat 0 0;}
    80% { left: 0px;background: url(../images/title03_01_01.png) no-repeat 0 0;}
    95% { left: -500px;background: url("../images/title05.png") no-repeat right center;}
    100% {left: -210px;background: url("../images/title05.png") no-repeat right center;}
}*/






.bg5-3 { -webkit-animation: bg5-3 20s linear infinite 0s; animation: bg5-3 20s linear infinite 0s;}
@-webkit-keyframes bg5-3 { 
	0% { background-position: 50% 0;}
	100% { background-position: 50% 100%;}
}
@keyframes bg5-3 { 
	0% { background-position: 50% 0;}
	100% { background-position: 50% 100%;}
}

.qtcode { position: absolute; right: 20px; bottom: 20px; z-index: 4; width: 361px; height: 69px; background-image: url(http://n.sinaimg.cn/sx/wszt/qtcode.png);}
.godown { *display: none; position: absolute; left: 50%; bottom: 20px; z-index: 100; width: 50px; height: 53px; margin-left: -25px;}
.godown span { display: block; width: 50px; height: 53px; background-image: url(http://n.sinaimg.cn/sx/wszt/godown.png);}

.link { position: absolute; height: 52px; text-indent: -9999px; overflow: hidden;}
.a1-1 { width: 202px; left: 45px; bottom: 63px;}
.a2-1 { width: 268px; left: 20px; bottom: 237px;}
.a2-2 { width: 270px; left: 78px; bottom: 158px;}
.a3-1 { width: 268px; left: 20px; bottom: 10px;}
.a3-2 { width: 270px; right: 22px; bottom: 10px;}
.a4-1 { width: 268px; left: 20px; bottom: 10px;}
.a4-2 { width: 270px; right: 18px; bottom: 10px;}
.a5-1 { width: 268px; left: 20px; bottom: 10px;}
.a5-2 { width: 270px; right: 20px; bottom: 10px;}




@media (min-width:1200px) and (max-width:1700px) {
    .left2 { top: 28%; }
    .right2 {  top: 30%; }

    .right3 {  top: 45%; }
    .active .right3, .ltie10 .right3 {left: 40%; transition: all 2s;transition-delay: 1s;}
    .right3-5 { top: 320px;}
    .active .bottom3, .ltie10 .bottom3 { left: 50%; top: 80%; transition: all 1s ease 2.5s;}

    .left4-5 { position: absolute; left: 50%; top: 31%; width: 16px; height: 13px; margin: -8px 0 0 7px; opacity: 0;}
    .active .left4, .ltie10 .left4 { left: 50%; top: 13%; transition: all 1s ease 1.5s;}
    .active .right4, .ltie10 .right4 { left: 50%; top: 55%; transition: all 1s ease 1.5s;}



}



















