@charset "utf-8";
body {
	margin: 0;
	font-family:Arial, "Hiragino Sans GB", "Microsoft Yahei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 14px;
}
ul {
	margin:0;
	padding:0;
	list-style: none;
}
dl, dd {
    margin: 0;
}
a {
	text-decoration: none;
    outline: none;
	color: #333;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
}
/*分享框*/
.bdshare_popup_box {
  margin-left: -86px;
  margin-top: 5px;
}
/*navi-head顶部导航下拉*/
.navi-head .block-con{overflow: hidden;}
/*底部版权*/
.footer {
    margin: 0 auto;
    padding: 14px 0;
    width: 1000px;
    line-height: 20px;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    color: #484848;
}
.footer li {
    display: inline;
    font-size: 12px;
}
.footer a{
    font-size:12px;
    color:#000;
}
.footer a:hover {
	text-decoration: underline;
	color: #d6339a;
}
.footer span{
    font-size:12px;
    color:#484848;
}
/*底部版权end*/
/*主体内容*/
.wraper{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 675px;
    background: #fff url(../styles/images/commonbc.jpg) no-repeat top center;
}
.wraper .main{
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 675px;
}
.main .sidebar{
    position: absolute;
    top: 50px;
    right: -142px;
    width: 142px;
    z-index: 2;
}
.sidebar li{
    display: block;
    margin-bottom: 10px;
    width: 142px;
    height: 52px;
    line-height: 52px;
    background-color: #d6339a;
    color: #fff;
}
.sidebar .sidebar-link{
    overflow: hidden;
    display: inline-block;
    margin: 0;
    width: 142px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    text-indent: inherit;
    text-decoration: none;
    color: #fff;
    background: none;
}
.sidebar .sidebar-icon{
    float: left;
    display: inline-block;
    margin: 0 10px;
    width: 30px;
    height: 52px;
    background: url(../images/nav-icon.png) no-repeat;
    _background: url(../images/nav-icon_8bit.png) no-repeat;
}
.sidebar .ico-cover{background-position: 0 0;}
.sidebar .ico-pre{background-position: 0 -52px;}
.sidebar .ico-next{background-position: 0 -104px;}
.sidebar .ico-end{background-position: 0 -156px;}
.sidebar .ico-share{background-position: 0 -208px;}
.sidebar-link .sidebar-text{
    float:left;
    font-family: 'Microsoft Yahei';
    font-size: 16px;
    color: #fff;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.sidebar-text:hover{
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
/*封面*/
.sliderPage{
    position: relative;
    overflow: hidden;
    width: 1000px;
    height: 675px;
    z-index: 1;
}
.part-box{
    position: absolute;
    height: 675px;
}
.part-box .part-page{
    position: relative;
    overflow: hidden;
    float: left;
    width: 1000px;
    height: 675px;
}
.part-box .pagepic{
    background: url(../styles/images/part-icon.png) no-repeat;
    _background: url(../styles/images/part-icon_8bit.png) no-repeat;
}
.part-box .part-cover{
    background: url(../styles/images/fengye-bg.jpg) no-repeat 0 0;
}
.part-box .part-logo{
    position: absolute;
    top: 30px;
    left: 40px;
    display: inline-block;
    width: 146px;
    height: 42px;
    background-position: -422px -307px;
    _background-position: -422px -307px;
}
.part-cover .part-logo{
    width: 158px;
    height: 47px;
    background-position: -422px -250px;
    _background-position: -422px -250px;
}
.part-cover .cover-title{
    position: absolute;
    top: 170px;
    left: 30px;
    width: 573px;
    height: 240px;
    background-position: 0 0;
    _background-position: 0 0;
}
.part-cover .cover-icon{
    position: absolute;
    top: 155px;
    left: 365px;
    width: 101px;
    height: 101px;
    background-position: 0 -250px;
    _background-position: 0 -250px;
}
.active .cover-icon{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.active .cover-icon:hover{
    -webkit-transform: rotate(360deg) scale(.9);
    -moz-transform: rotate(360deg) scale(.9);
    -ms-transform: rotate(360deg) scale(.9);
    -o-transform: rotate(360deg) scale(.9);
    transform: rotate(360deg) scale(.9);
}
.part-cover .cover-text{
    position: absolute;
    top: 460px;
    left: 130px;
    width: 301px;
    height: 110px;
    background-position: -111px -250px;
    _background-position: -111px -250px;
    z-index: 1;
}
.part-cover .cover-makeup{
    position: absolute;
    bottom: 0;
    left: 70px;
    width: 341px;
    height: 214px;
    background-position: -583px 0;
    _background-position: -583px 0;
}
.active .cover-makeup{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.active .cover-makeup:hover{
    left: 100px;
}
/*动画*/
/*
.active{
    -webkit-animation: fadeIn .5s linear .5s backwards;
	-moz-animation: fadeIn .5s linear .5s backwards;
	-o-animation: fadeIn .5s linear .5s backwards;
	animation: fadeIn .5s linear .5s backwards;
}
*/
.active .cover-title{
    -webkit-animation: coverTitle .5s linear .5s backwards;
	-moz-animation: coverTitle .5s linear .5s backwards;
	-ms-animation: coverTitle .5s linear .5s backwards;
	-o-animation: coverTitle .5s linear .5s backwards;
	animation: coverTitle .5s linear .5s backwards;
}
.active .cover-text{
    -webkit-animation: fadeIn .5s linear 1s backwards;
	-moz-animation: fadeIn .5s linear 1s backwards;
	-ms-animation: fadeIn .5s linear 1s backwards;
	-o-animation: fadeIn .5s linear 1s backwards;
	animation: fadeIn .5s linear 1s backwards;
}
/* -webkit- */
@-webkit-keyframes coverTitle{
	0%  {opacity: 0; left: -180px;}
	100%{opacity: 1; left: 30px;}
}
@-webkit-keyframes fadeIn{
	0%  {opacity: 0;}
	100%{opacity: 1;}
}
@-webkit-keyframes fadeOut{
	0%  {opacity: 1;}
	100%{opacity: 0;}
}
/* -moz- */
@-moz-keyframes coverTitle{
	0%  {opacity: 0; left: -180px;}
	100%{opacity: 1; left: 30px;}
}
@-moz-keyframes fadeIn{
	0%  {opacity: 0;}
	100%{opacity: 1;}
}
@-moz-keyframes fadeOut{
	0%  {opacity: 1;}
	100%{opacity: 0;}
}
/* -ms- */
@-ms-keyframes coverTitle{
	0%  {opacity: 0; left: -180px;}
	100%{opacity: 1; left: 30px;}
}
@-ms-keyframes fadeIn{
	0%  {opacity: 0;}
	100%{opacity: 1;}
}
@-ms-keyframes fadeOut{
	0%  {opacity: 1;}
	100%{opacity: 0;}
}
/* -o- */
@-o-keyframes coverTitle{
	0%  {opacity: 0; left: -180px;}
	100%{opacity: 1; left: 30px;}
}
@-o-keyframes fadeIn{
	0%  {opacity: 0;}
	100%{opacity: 1;}
}
@-o-keyframes fadeOut{
	0%  {opacity: 1;}
	100%{opacity: 0;}
}
/* null */
@keyframes coverTitle{
	0%  {opacity: 0; left: -180px;}
	100%{opacity: 1; left: 30px;}
}
@keyframes fadeIn{
	0%  {opacity: 0;}
	100%{opacity: 1;}
}
@keyframes fadeOut{
	0%  {opacity: 1;}
	100%{opacity: 0;}
}
/*封面end*/
/*第一屏*/
.part-box .part1{
    background: url(../styles/images/part1-bg.jpg) no-repeat 0 0;
}
.part1 .part1-photo{
    position: absolute;
    top: 170px;
    left: 215px;
    width: 502px;
    height: 93px;
}
.part1 .part1-arrow{
    width: 502px;
    height: 93px;
    background-position: 0 -370px;
    _background-position: 0 -370px;
}
.part1 .part1-pic1{
    position: absolute;
    top: -70px;
    left: -145px;
    width: 151px;
    height: 178px;
    background-position: -676px -370px;
    _background-position: -676px -370px;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part1 .part1-pic1:hover{
    -webkit-transform: scale(1.05) rotate(-10deg);
    -moz-transform: scale(1.05) rotate(-10deg);
    -ms-transform: scale(1.05) rotate(-10deg);
    -o-transform: scale.05..05 rotat-e(-10deg);
    transform: scale(1.05) rotate(-10deg);
}
.part1 .part1-pic2{
    position: absolute;
    top: -140px;
    left: 50px;
    width: 213px;
    height: 295px;
    background-position: -837px -370px;
    _background-position: -837px -370px;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part1 .part1-pic2:hover{
    -webkit-transform: scale(1.05) rotate(4deg);
    -moz-transform: scale(1.05) rotate(4deg);
    -ms-transform: scale(1.05) rotate(4deg);
    -o-transform: scale(1.05) rotate(4deg);
    transform: scale(1.05) rotate(4deg);
}
.part1 .part1-pic3{
    position: absolute;
    top: -60px;
    left: 285px;
    width: 200px;
    height: 240px;
    background-position: -1060px -370px;
    _background-position: -1060px -370px;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part1 .part1-pic3:hover{
    -webkit-transform: scale(1.05) rotate(8deg);
    -moz-transform: scale(1.05) rotate(8deg);
    -ms-transform: scale(1.05) rotate(8deg);
    -o-transform: scale(1.05) rotate(8deg);
    transform: scale(1.05) rotate(8deg);
}
.part1 .part1-about{
    position: absolute;
    bottom: 10px;
    left: 30px;
    width: 297px;
    height: 355px;
    background-position: 0 -473px;
    _background-position: 0 -473px;
}
.part1 .about-box {
    position: absolute;
    top: 75px;
    left: 50%;
    overflow: hidden;
    margin-left: -128px;
    width: 257px;
    height: 270px;
}
.part1 .about-box li{
    margin-bottom: 3px;
    width: 100%;
    line-height: 22px;
    color: #333;
}
.about-box .about-title{
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    font-weight: 700;
}
.about-box .about-text{
    font-family: 'Microsoft Yahei';
    font-size: 14px;
}
.part1 .part1-video{
    position: absolute;
    bottom: 20px;
    left: 370px;
    width: 356px;
    height: 266px;
    background-position: -307px -473px;
    _background-position: -307px -473px;
}
.part1 .video-box{
    position: absolute;
    top: 11px;
    left: 4px;
    overflow: hidden;
    width: 345px;
    height: 219px;
    background: #000;
}
.part1 .video-subbox{
    margin-top: -36px;
    text-align: center;
}
/*动画*/
.active .part1-arrow{
    -webkit-animation: fadeIn 2s linear 1.5s backwards;
	-moz-animation: fadeIn 2s linear 1.5s backwards;
	-ms-animation: fadeIn 2s linear 1.5s backwards;
	-o-animation: fadeIn 2s linear 1.5s backwards;
	animation: fadeIn 2s linear 1.5s backwards;
}
.part1-photo{
    -webkit-animation: fadeOut .5s linear backwards;
	-moz-animation: fadeOut .5s linear backwards;
	-ms-animation: fadeOut .5s linear backwards;
	-o-animation: fadeOut .5s linear backwards;
	animation: fadeOut .5s linear backwards;
}
.active .part1-photo{
    -webkit-animation: fadeIn .5s linear 1s backwards;
	-moz-animation: fadeIn .5s linear 1s backwards;
	-ms-animation: fadeIn .5s linear 1s backwards;
	-o-animation: fadeIn .5s linear 1s backwards;
	animation: fadeIn .5s linear 1s backwards;
}
.active .part1-pic1{
    -webkit-animation: picMove1 .5s linear 1s backwards;
	-moz-animation: picMove1 .5s linear 1s backwards;
	-ms-animation: picMove1 .5s linear 1s backwards;
	-o-animation: picMove1 .5s linear 1s backwards;
	animation: picMove1 .5s linear 1s backwards;
}
.active .part1-pic2{
    -webkit-animation: picMove2 .5s linear 1s backwards;
	-moz-animation: picMove2 .5s linear 1s backwards;
	-ms-animation: picMove2 .5s linear 1s backwards;
	-o-animation: picMove2 .5s linear 1s backwards;
	animation: picMove2 .5s linear 1s backwards;
}
.active .part1-pic3{
    -webkit-animation: picMove3 .5s linear 1s backwards;
	-moz-animation: picMove3 .5s linear 1s backwards;
	-ms-animation: picMove3 .5s linear 1s backwards;
	-o-animation: picMove3 .5s linear 1s backwards;
	animation: picMove3 .5s linear 1s backwards;
}
.active .part1-about{
    -webkit-animation: fadeIn .5s linear 1s backwards;
	-moz-animation: fadeIn .5s linear 1s backwards;
	-ms-animation: fadeIn .5s linear 1s backwards;
	-o-animation: fadeIn .5s linear 1s backwards;
	animation: fadeIn .5s linear 1s backwards;
}
.active .about-box{
    -webkit-animation: aboutBox .5s linear 1.5s backwards;
	-moz-animation: aboutBox .5s linear 1.5s backwards;
	-ms-animation: aboutBox .5s linear 1.5s backwards;
	-o-animation: aboutBox .5s linear 1.5s backwards;
	animation: aboutBox .5s linear 1.5s backwards;
}
.active .part1-video{
    -webkit-animation: videoMove .5s linear 2s backwards;
	-moz-animation: videoMove .5s linear 2s backwards;
	-ms-animation: videoMove .5s linear 2s backwards;
	-o-animation: videoMove .5s linear 2s backwards;
	animation: videoMove .5s linear 2s backwards;
}
/* -webkit- */
@-webkit-keyframes picMove1{
	0%  {top: -60px; left: 400px;}
	100%{top: -70px; left: -145px;}
}
@-webkit-keyframes picMove2{
	0%  {top: -100px; left: 400px;}
	100%{top: -140px; left: 50px;}
}
@-webkit-keyframes picMove3{
	0%  {top: -60px; left: 400px;}
	100%{top: -60px; left: 285px;}
}
@-webkit-keyframes aboutBox{
	0%  {height: 0;}
	100%{height: 270px;}
}
@-webkit-keyframes videoMove{
	0%  {bottom: -270px;}
	100%{bottom: 20px;}
}
/* -moz- */
@-moz-keyframes picMove1{
	0%  {top: -60px; left: 400px;}
	100%{top: -70px; left: -145px;}
}
@-moz-keyframes picMove2{
	0%  {top: -100px; left: 400px;}
	100%{top: -140px; left: 50px;}
}
@-moz-keyframes picMove3{
	0%  {top: -60px; left: 400px;}
	100%{top: -60px; left: 285px;}
}
@-moz-keyframes aboutBox{
	0%  {height: 0;}
	100%{height: 270px;}
}
@-moz-keyframes videoMove{
	0%  {bottom: -270px;}
	100%{bottom: 20px;}
}
/* -ms- */
@-ms-keyframes picMove1{
	0%  {top: -60px; left: 400px;}
	100%{top: -70px; left: -145px;}
}
@-ms-keyframes picMove2{
	0%  {top: -100px; left: 400px;}
	100%{top: -140px; left: 50px;}
}
@-ms-keyframes picMove3{
	0%  {top: -60px; left: 400px;}
	100%{top: -60px; left: 285px;}
}
@-ms-keyframes aboutBox{
	0%  {height: 0;}
	100%{height: 270px;}
}
@-ms-keyframes videoMove{
	0%  {bottom: -270px;}
	100%{bottom: 20px;}
}
/* -o- */
@-o-keyframes picMove1{
	0%  {top: -60px; left: 400px;}
	100%{top: -70px; left: -145px;}
}
@-o-keyframes picMove2{
	0%  {top: -100px; left: 400px;}
	100%{top: -140px; left: 50px;}
}
@-o-keyframes picMove3{
	0%  {top: -60px; left: 400px;}
	100%{top: -60px; left: 285px;}
}
@-o-keyframes aboutBox{
	0%  {height: 0;}
	100%{height: 270px;}
}
@-o-keyframes videoMove{
	0%  {bottom: -270px;}
	100%{bottom: 20px;}
}
/* null */
@keyframes picMove1{
	0%  {top: -60px; left: 400px;}
	100%{top: -70px; left: -145px;}
}
@keyframes picMove2{
	0%  {top: -100px; left: 400px;}
	100%{top: -140px; left: 50px;}
}
@keyframes picMove3{
	0%  {top: -60px; left: 400px;}
	100%{top: -60px; left: 285px;}
}
@keyframes aboutBox{
	0%  {height: 0;}
	100%{height: 270px;}
}
@keyframes videoMove{
	0%  {bottom: -270px;}
	100%{bottom: 20px;}
}
/*第一屏end*/
/*第二屏*/
.part-box .part2{
    background: url(../styles/images/part2-bg.jpg) no-repeat 0 0;
}
.part2-info{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 380px;
    border: 2px solid #000;
    background: #000;
}
.part2-info .info-header{
    margin: 10px 0 10px 30px;
    width: 307px;
    height: 62px;
    background-position: 0 -838px;
    _background-position: 0 -838px;
}
.part2-info .info-content{
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
    background: #fff;
}
.part2-info .info-pic{
    float: left;
    margin: 0 15px;
    width: 94px;
    height: 93px;
    background-position: -317px -838px;
    _background-position: -317px -838px;
}
.part2-info .info-text{
    margin-right: 15px;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    line-height: 23px;
    color: #333;
}
/*step1*/
.part2-step1 {
    position: absolute;
    top: 130px;
    left: 30px;
    width: 212px;
    height: 284px;
}
.part2-step1 .step1-info {
    position: absolute;
    top: -20px;
    left: 100px;
    width: 205px;
    z-index: 1;
}
.part2-step1 .step1-pic {
    position: relative;
    width: 212px;
    height: 284px;
    background-position: -614px -838px;
    _background-position: -614px -838px;
}
.step1-pic .step1-content{
    position: absolute;
    bottom: 5px;
    overflow: hidden;
    width: 100%;
}
.step1-pic li{
    float: left;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    text-align: center;
    color: #333;
}
.step1-pic .step1-text1{
    margin-left: 7px;
}
.step1-pic .step1-text2{
    margin-left: 35px;
}
.part2-step1 .step1-title {
    margin-bottom: 10px;
    width: 101px;
    height: 26px;
    background-position: 0 -910px;
    _background-position: 0 -910px;
}
.step-text {
    margin-left: 7px;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    color: #333;
}
/*step2*/
.part2-step2 {
    position: absolute;
    top: 220px;
    left: 390px;
    width: 245px;
    height: 70px;
}
.part2-step2 .step2-info {
    width: 245px;
    z-index: 1;
}
.part2-step2 .step2-title {
    margin-bottom: 10px;
    width: 141px;
    height: 26px;
    background-position: 0 -936px;
    _background-position: 0 -936px;
}
.part2-step2 .step2-box {
    position: absolute;
    top: 90px;
    left: -40px;
}
.step2-box .step2-list {
    position: relative;
    padding: 25px 60px 0 0;
    margin-bottom: 10px;
    width: 183px;
    height: 46px;
}
.step2-list .step2-pic{
    position: relative;
    width: 183px;
    height: 46px;
}
.step2-list .step2-text{
    position: absolute;
    bottom: 0;
    right: 22px;
    width: 114px;
    height: 40px;
    line-height: 40px;
    font-family: 'Microsoft Yahei';
    font-size: 20px;
    text-align: center;
    color: #333;
}
.step2-one .step2-pic{background-position: -422px -838px;}
.step2-two .step2-pic{background-position: -422px -894px;}
.step2-three .step2-pic{background-position: -422px -950px;}
.step2-four .step2-pic{background-position: -422px -1006px;}
.step2-one .step2-pic{_background-position: -422px -838px;}
.step2-two .step2-pic{_background-position: -422px -894px;}
.step2-three .step2-pic{_background-position: -422px -950px;}
.step2-four .step2-pic{_background-position: -422px -1006px;}
.step2-box .step2-one{margin-left: 0;}
.step2-box .step2-two{margin-left: -60px;}
.step2-box .step2-three{margin-left: -120px;}
.step2-box .step2-four{margin-left: -180px;}
.step2-pic .show-btn {
    position: absolute;
    top: 16px;
    left: 170px;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-position: -317px -941px;
    _background-position: -317px -941px;
    z-index: 1;
}
.step2-list .show-bgcolor{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .85;
    filter: Alpha(opacity=85);
    background: #000;
    _background: #3e3e3e;
    z-index: 0;
}
.step2-list .show-box{
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.step2-list .part2-show{
    position: absolute;
    bottom: 40px;
    left: 50px;
    display: none;
    padding: 0 10px;
    width: 246px;
    z-index: 2;
}
/*
.active .part2-show .show-box{
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.active .step2-list:hover .show-box{
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
}
*/
.active .step2-list:hover .part2-show{
    display: block;
}
.show-box .show-list{
    float: left;
    margin: 20px 0;
    width: 50%;
    text-align: center;
}
.show-list .show-text{
    margin-top: 3px;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    color: #fff;
}
.show-list .show-img1{
    margin: 0 auto;
    width: 96px;
    height: 96px;
    background-position: -1133px -838px;
    _background-position: -1133px -838px;
}
.show-list .show-img2{
    margin: 0 auto;
    width: 96px;
    height: 96px;
    background-position: -1239px -838px;
    _background-position: -1239px -838px;
}
.show-list .show-img3{
    margin: 0 auto;
    width: 96px;
    height: 108px;
    background-position: -1133px -944px;
    _background-position: -1133px -944px;
}
.show-list .show-img4{
    margin: 0 auto;
    width: 96px;
    height: 108px;
    background-position: -1239px -944px;
    _background-position: -1239px -944px;
}
.show-list .show-img5{
    margin: 0 auto;
    width: 96px;
    height: 92px;
    background-position: -1133px -1062px;
    _background-position: -1133px -1062px;
}
.show-list .show-img6{
    margin: 0 auto;
    width: 96px;
    height: 92px;
    background-position: -1239px -1062px;
    _background-position: -1239px -1062px;
}
.show-list .show-img7{
    margin: 0 auto;
    width: 96px;
    height: 105px;
    background-position: -1133px -1164px;
    _background-position: -1133px -1164px;
}
.show-list .show-img8{
    margin: 0 auto;
    width: 96px;
    height: 105px;
    background-position: -1239px -1164px;
    _background-position: -1239px -1164px;
}
/*step3*/
.part2-step3 {
    position: absolute;
    top: 420px;
    left: 630px;
    width: 287px;
    height: 237px;
}
.part2-step3 .step3-info {
    position: absolute;
    top: -100px;
    left: 80px;
    width: 220px;
    z-index: 1;
}
.part2-step3 .step3-pic {
    position: relative;
    width: 287px;
    height: 237px;
    background-position: -836px -838px;
    _background-position: -836px -838px;
}
.step3-pic .step3-content{
    position: absolute;
    bottom: 5px;
    left: 40px;
}
.step3-pic .step3-text{
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    color: #333;
}
.part2-step3 .step3-title {
    margin-bottom: 10px;
    width: 142px;
    height: 26px;
    background-position: 0 -962px;
    _background-position: 0 -962px;
}
/*动画*/
.active .part2-info{
    -webkit-animation: infoMove .5s linear .5s backwards;
	-moz-animation: infoMove .5s linear .5s backwards;
	-ms-animation: infoMove .5s linear .5s backwards;
	-o-animation: infoMove .5s linear .5s backwards;
	animation: infoMove .5s linear .5s backwards;
}
.active .part2-step1, .active .part2-step3{
    -webkit-animation: stepMove1 .5s linear 1s backwards;
	-moz-animation: stepMove1 .5s linear 1s backwards;
	-ms-animation: stepMove1 .5s linear 1s backwards;
	-o-animation: stepMove1 .5s linear 1s backwards;
	animation: stepMove1 .5s linear 1s backwards;
}
.active .part2-step2{
    -webkit-animation: stepMove2 .5s linear 1s backwards;
	-moz-animation: stepMove2 .5s linear 1s backwards;
	-ms-animation: stepMove2 .5s linear 1s backwards;
	-o-animation: stepMove2 .5s linear 1s backwards;
	animation: stepMove2 .5s linear 1s backwards;
}
.active .step1-pic, .active .step3-pic{
    -webkit-animation: fadeIn 1s linear 1.5s backwards;
	-moz-animation: fadeIn 1s linear 1.5s backwards;
	-ms-animation: fadeIn 1s linear 1.5s backwards;
	-o-animation: fadeIn 1s linear 1.5s backwards;
	animation: fadeIn 1s linear 1.5s backwards;
}
.active .step2-one{
    -webkit-animation: stepBox .5s linear 1.8s backwards;
	-moz-animation: stepBox .5s linear 1.8s backwards;
	-ms-animation: stepBox .5s linear 1.8s backwards;
	-o-animation: stepBox .5s linear 1.8s backwards;
	animation: stepBox .5s linear 1.8s backwards;
}
.active .step2-two{
    -webkit-animation: stepBox .5s linear 2s backwards;
	-moz-animation: stepBox .5s linear 2s backwards;
	-ms-animation: stepBox .5s linear 2s backwards;
	-o-animation: stepBox .5s linear 2s backwards;
	animation: stepBox .5s linear 2s backwards;
}
.active .step2-three{
    -webkit-animation: stepBox .5s linear 2.2s backwards;
	-moz-animation: stepBox .5s linear 2.2s backwards;
	-ms-animation: stepBox .5s linear 2.2s backwards;
	-o-animation: stepBox .5s linear 2.2s backwards;
	animation: stepBox .5s linear 2.2s backwards;
}
.active .step2-four{
    -webkit-animation: stepBox .5s linear 2.4s backwards;
	-moz-animation: stepBox .5s linear 2.4s backwards;
	-ms-animation: stepBox .5s linear 2.4s backwards;
	-o-animation: stepBox .5s linear 2.4s backwards;
	animation: stepBox .5s linear 2.4s backwards;
}
/* -webkit- */
@-webkit-keyframes infoMove{
	0%  {opacity: 0; right: -200px;}
	100%{opacity: 1; right: 20px;}
}
@-webkit-keyframes stepMove1{
	0%  {opacity: 0; -webkit-transform: translate(100px, -100px)}
	100%{opacity: 1; -webkit-transform: translate(0, 0)}
}
@-webkit-keyframes stepMove2{
	0%  {opacity: 0; -webkit-transform: translate(-100px, 100px)}
	100%{opacity: 1; -webkit-transform: translate(0, 0)}
}
@-webkit-keyframes stepBox{
	0%  {opacity: 0; -webkit-transform: translateX(100px)}
	100%{opacity: 1; -webkit-transform: translateX(0)}
}
/* -moz- */
@-moz-keyframes infoMove{
	0%  {opacity: 0; right: -200px;}
	100%{opacity: 1; right: 20px;}
}
@-moz-keyframes stepMove1{
	0%  {opacity: 0; -moz-transform: translate(100px, -100px)}
	100%{opacity: 1; -moz-transform: translate(0, 0)}
}
@-moz-keyframes stepMove2{
	0%  {opacity: 0; -moz-transform: translate(-100px, 100px)}
	100%{opacity: 1; -moz-transform: translate(0, 0)}
}
@-moz-keyframes stepBox{
	0%  {opacity: 0; -moz-transform: translateX(100px)}
	100%{opacity: 1; -moz-transform: translateX(0)}
}
/* -ms- */
@-ms-keyframes infoMove{
	0%  {opacity: 0; right: -200px;}
	100%{opacity: 1; right: 20px;}
}
@-ms-keyframes stepMove1{
	0%  {opacity: 0; -ms-transform: translate(100px, -100px)}
	100%{opacity: 1; -ms-transform: translate(0, 0)}
}
@-ms-keyframes stepMove2{
	0%  {opacity: 0; -ms-transform: translate(-100px, 100px)}
	100%{opacity: 1; -ms-transform: translate(0, 0)}
}
@-ms-keyframes stepBox{
	0%  {opacity: 0; -ms-transform: translateX(100px)}
	100%{opacity: 1; -ms-transform: translateX(0)}
}
/* -o- */
@-o-keyframes infoMove{
	0%  {opacity: 0; right: -200px;}
	100%{opacity: 1; right: 20px;}
}
@-o-keyframes stepMove1{
	0%  {opacity: 0; -o-transform: translate(100px, -100px)}
	100%{opacity: 1; -o-transform: translate(0, 0)}
}
@-o-keyframes stepMove2{
	0%  {opacity: 0; -o-transform: translate(-100px, 100px)}
	100%{opacity: 1; -o-transform: translate(0, 0)}
}
@-o-keyframes stepBox{
	0%  {opacity: 0; -o-transform: translateX(100px)}
	100%{opacity: 1; -o-transform: translateX(0)}
}
/* null */
@keyframes infoMove{
	0%  {opacity: 0; right: -200px;}
	100%{opacity: 1; right: 20px;}
}
@keyframes stepMove1{
	0%  {opacity: 0; transform: translate(100px, -100px)}
	100%{opacity: 1; transform: translate(0, 0)}
}
@keyframes stepMove2{
	0%  {opacity: 0; transform: translate(-100px, 100px)}
	100%{opacity: 1; transform: translate(0, 0)}
}
@keyframes stepBox{
	0%  {opacity: 0; transform: translateX(100px)}
	100%{opacity: 1; transform: translateX(0)}
}
/*第二屏end*/
/*第三屏*/
.part-box .part3{
    background: url(../styles/images/part3-bg.jpg) no-repeat 0 0;
}
.part-page .part3-header{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 384px;
    height: 86px;
    background-position: 0 -1132px;
    _background-position: 0 -1132px;
}
.part3-header .part3-title{
      position: absolute;
      top: 13px;
      left: 192px;
      width: 110px;
      height: 32px;
      line-height: 32px;
    font-family: 'Microsoft Yahei';  
    font-size: 20px;
      text-align: center;
      color: #fff;
}
.part3 .part3-pic1 {
    position: absolute;
    top: 305px;
    left: 20px;
    width: 303px;
    height: 408px;
    background-position: 0 -1322px;
    _background-position: 0 -1322px;
    z-index: 4;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part3 .part3-pic1:hover{
    -webkit-transform: scale(1.05) rotate(8deg) translateY(-20px);
    -moz-transform: scale(1.05) rotate(8deg) translateY(-20px);
    -ms-transform: scale(1.05) rotate(8deg) translateY(-20px);
    -o-transform: scale(1.05) rotate(8deg) translateY(-20px);
    transform: scale(1.05) rotate(8deg) translateY(-20px);
}
.part3 .part3-pic2 {
    position: absolute;
    top: 125px;
    left: 240px;
    width: 232px;
    height: 364px;
    background-position: -313px -1322px;
    _background-position: -313px -1322px;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part3 .part3-pic2:hover{
    -webkit-transform: scale(1.05) rotate(-8deg) translateY(-20px);
    -moz-transform: scale(1.05) rotate(-8deg) translateY(-20px);
    -ms-transform: scale(1.05) rotate(-8deg) translateY(-20px);
    -o-transform: scale(1.05) rotate(-8deg) translateY(-20px);
    transform: scale(1.05) rotate(-8deg) translateY(-20px);
}
.part3 .part3-pic3 {
    position: absolute;
    top: 65px;
    left: 540px;
    width: 255px;
    height: 441px;
    background-position: -555px -1322px;
    _background-position: -555px -1322px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part3 .part3-pic3:hover{
    -webkit-transform: scale(1.05) rotate(8deg) translateY(-20px);
    -moz-transform: scale(1.05) rotate(8deg) translateY(-20px);
    -ms-transform: scale(1.05) rotate(8deg) translateY(-20px);
    -o-transform: scale(1.05) rotate(8deg) translateY(-20px);
    transform: scale(1.05) rotate(8deg) translateY(-20px);
}
.part3 .part3-pic4 {
    position: absolute;
    top: 345px;
    left: 770px;
    width: 198px;
    height: 327px;
    background-position: -820px -1322px;
    _background-position: -820px -1322px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part3 .part3-pic4:hover{
    -webkit-transform: scale(1.05) rotate(-5deg) translateY(-20px);
    -moz-transform: scale(1.05) rotate(-5deg) translateY(-20px);
    -ms-transform: scale(1.05) rotate(-5deg) translateY(-20px);
    -o-transform: scale(1.05) rotate(-5deg) translateY(-20px);
    transform: scale(1.05) rotate(-5deg) translateY(-20px);
}
.part3 .part3-item1 {
    position: absolute;
    top: 145px;
    left: 132px;
    width: 160px;
    height: 157px;
    background-position: -591px -1132px;
    _background-position: -591px -1132px;
    z-index: 1;
}
.part3 .part3-item2 {
    position: absolute;
    top: 462px;
    left: 272px;
    width: 184px;
    height: 180px;
    z-index: 3;
}
.part3-item1 .part3-arrow {
    width: 160px;
    height: 157px;
    background-position: -591px -1132px;
    _background-position: -591px -1132px;
}
.part3-item2 .part3-arrow {
    width: 184px;
    height: 180px;
    background-position: -394px -1132px;
    _background-position: -394px -1132px;
}
.part3 .part3-text {
    position: absolute;
    top: 40px;
    left: 30px;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    line-height: 22px;
    color: #333;
}
.part3-item1 .part3-text{width: 114px;}
.part3-item2 .part3-text{left: 40px; width: 120px;}
.part3 .part3-main {
    position: absolute;
    top: 400px;
    left: 435px;
    width: 96px;
    height: 96px;
    z-index: 2;
}
.part3-main .part3-portrait {
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
    background-position: -761px -1132px;
    _background-position: -761px -1132px;
    z-index: 2;
}
.part3-main .portrait-box {
    position: absolute;
    top: -20px;
    left: 40px;
    width: 265px;
    height: 265px;
    z-index: 1;
}
.part3-main .portrait-text {
    position: absolute;
    top: 53px;
    left: 73px;
    width: 154px;
    height: 156px;
    background-position: -1036px -2809px;
    _background-position: -1036px -2809px;
    z-index: 2;
}
/*
.portrait-text .text-em{
    font-family: 'Microsoft Yahei';
    font-size: 40px;
    color: #fff;
}
*/
.part3-main .symbol-top {
    position: absolute;
    top: 35px;
    left: 55px;
    width: 20px;
    height: 16px;
    background-position: -867px -1132px;
    _background-position: -867px -1132px;
    z-index: 1;
}
.part3-main .symbol-bottom {
    position: absolute;
    bottom: 40px;
    left: 205px;
    width: 20px;
    height: 16px;
    background-position: -897px -1132px;
    _background-position: -897px -1132px;
    z-index: 1;
}
.part-box .portrait-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 270px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-position: -1036px -2529px;
    _background-position: -1036px -2529px;
    z-index: 0;
}
.portrait-box:hover .portrait-circle{
    -webkit-animation: portraitCircle linear .6s;
    -moz-animation: portraitCircle linear .6s;
    -ms-animation: portraitCircle linear .6s;
    -o-animation: portraitCircle linear .6s;
    animation: portraitCircle linear .6s;
}
@-webkit-keyframes portraitCircle{
    0%   {-webkit-transform: scale(1);}
    30%  {-webkit-transform: scale(.8);}
    60%  {-webkit-transform: scale(1.2);}
    80%  {-webkit-transform: scale(.9);}
    100% {-webkit-transform: scale(1);}
}
@-moz-keyframes portraitCircle{
    0%   {-moz-transform: scale(1);}
    30%  {-moz-transform: scale(.8);}
    60%  {-moz-transform: scale(1.2);}
    80%  {-moz-transform: scale(.9);}
    100% {-moz-transform: scale(1);}
}
@-ms-keyframes portraitCircle{
    0%   {-ms-transform: scale(1);}
    30%  {-ms-transform: scale(.8);}
    60%  {-ms-transform: scale(1.2);}
    80%  {-ms-transform: scale(.9);}
    100% {-ms-transform: scale(1);}
}
@-o-keyframes portraitCircle{
    0%   {-o-transform: scale(1);}
    30%  {-o-transform: scale(.8);}
    60%  {-o-transform: scale(1.2);}
    80%  {-o-transform: scale(.9);}
    100% {-o-transform: scale(1);}
}
@keyframes portraitCircle{
    0%   {transform: scale(1);}
    30%  {transform: scale(.8);}
    60%  {transform: scale(1.2);}
    80%  {transform: scale(.9);}
    100% {transform: scale(1);}
}
.part3 .part3-other {
    position: absolute;
    top: 110px;
    left: 810px;
    padding: 15px;
    border: 2px solid #858585;
    width: 112px;
    height: 136px;
    line-height: 22px;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    color: #333;
}
/*动画*/
.active .part3-header{
    -webkit-animation: leftMove .5s linear .5s backwards;
	-moz-animation: leftMove .5s linear .5s backwards;
	-ms-animation: leftMove .5s linear .5s backwards;
	-o-animation: leftMove .5s linear .5s backwards;
	animation: leftMove .5s linear .5s backwards;
}
.part3-box{
    -webkit-animation: fadeOut .5s linear backwards;
	-moz-animation: fadeOut .5s linear backwards;
	-ms-animation: fadeOut .5s linear backwards;
	-o-animation: fadeOut .5s linear backwards;
	animation: fadeOut .5s linear backwards;
}
.active .part3-box{
    -webkit-animation: fadeIn .5s linear 1s backwards;
	-moz-animation: fadeIn .5s linear 1s backwards;
	-ms-animation: fadeIn .5s linear 1s backwards;
	-o-animation: fadeIn .5s linear 1s backwards;
	animation: fadeIn .5s linear 1s backwards;
}
.active .part3-pic1, .active .part3-pic3{
    -webkit-animation: partPicMove .5s linear 1s backwards;
	-moz-animation: partPicMove .5s linear 1s backwards;
	-ms-animation: partPicMove .5s linear 1s backwards;
	-o-animation: partPicMove .5s linear 1s backwards;
	animation: partPicMove .5s linear 1s backwards;
}
.active .part3-pic2, .active .part3-pic4{
    -webkit-animation: partPicMove .5s linear 1.2s backwards;
	-moz-animation: partPicMove .5s linear 1.2s backwards;
	-ms-animation: partPicMove .5s linear 1.2s backwards;
	-o-animation: partPicMove .5s linear 1.2s backwards;
	animation: partPicMove .5s linear 1.2s backwards;
}
.active .part3-item1, .active .part3-item2{
    -webkit-animation: fadeIn .5s linear 2s backwards;
	-moz-animation: fadeIn .5s linear 2s backwards;
	-ms-animation: fadeIn .5s linear 2s backwards;
	-o-animation: fadeIn .5s linear 2s backwards;
	animation: fadeIn .5s linear 2s backwards;
}
.active .part3-item1 .part3-arrow{
    -webkit-animation: arrowRotate1 .3s linear 2s backwards;
	-moz-animation: arrowRotate1 .3s linear 2s backwards;
	-ms-animation: arrowRotate1 .3s linear 2s backwards;
	-o-animation: arrowRotate1 .3s linear 2s backwards;
	animation: arrowRotate1 .3s linear 2s backwards;
}
.active .part3-item2 .part3-arrow{
    -webkit-animation: arrowRotate2 .3s linear 2.3s backwards;
	-moz-animation: arrowRotate2 .3s linear 2.3s backwards;
	-ms-animation: arrowRotate2 .3s linear 2.3s backwards;
	-o-animation: arrowRotate2 .3s linear 2.3s backwards;
	animation: arrowRotate2 .3s linear 2.3s backwards;
}
.active .part3-other{
    -webkit-animation: partoOtherMove .3s linear 2.6s backwards;
	-moz-animation: partoOtherMove .3s linear 2.6s backwards;
	-ms-animation: partoOtherMove .3s linear 2.6s backwards;
	-o-animation: partoOtherMove .3s linear 2.6s backwards;
	animation: partoOtherMove .3s linear 2.6s backwards;
}
.active .part3-main{
    -webkit-animation: partoOtherMove 1s linear 3s backwards;
	-moz-animation: partoOtherMove 1s linear 3s backwards;
	-ms-animation: partoOtherMove 1s linear 3s backwards;
	-o-animation: partoOtherMove 1s linear 3s backwards;
	animation: partoOtherMove 1s linear 3s backwards;
}
.active .part3-main .portrait-box{
    -webkit-animation: portraitScale 1s linear 4s backwards;
	-moz-animation: portraitScale 1s linear 4s backwards;
	-ms-animation: portraitScale 1s linear 4s backwards;
	-o-animation: portraitScale 1s linear 4s backwards;
	animation: portraitScale 1s linear 4s backwards;
}
/* -webkit- */
@-webkit-keyframes leftMove{
	0%  {opacity: 0; -webkit-transform: translateX(-100px);}
	100%{opacity: 1; -webkit-transform: translateX(0);}
}
@-webkit-keyframes rightMove{
	0%  {opacity: 0; -webkit-transform: translateX(100px);}
	100%{opacity: 1; -webkit-transform: translateX(0);}
}
@-webkit-keyframes topMove{
	0%  {opacity: 0; -webkit-transform: translateY(100px);}
	100%{opacity: 1; -webkit-transform: translateY(0);}
}
@-webkit-keyframes bottomMove{
	0%  {opacity: 0; -webkit-transform: translateY(-100px);}
	100%{opacity: 1; -webkit-transform: translateY(0);}
}
@-webkit-keyframes partPicMove{
	0%  {opacity: 0; top: 600px; left: 400px;}
	100%{opacity: 1;}
}
@-webkit-keyframes arrowRotate1{
	0%  {opacity: 0;-webkit-transform: rotate(180deg);}
	100%{opacity: 1;-webkit-transform: rotate(360deg);}
}
@-webkit-keyframes arrowRotate2{
	0%  {opacity: 0;-webkit-transform: rotate(180deg);}
	100%{opacity: 1;-webkit-transform: rotate(0deg);}
}
@-webkit-keyframes partoOtherMove{
	0%  {opacity: 0; -webkit-transform: translateY(100px);}
	100%{opacity: 1; -webkit-transform: translateY(0);}
}
@-webkit-keyframes portraitScale{
	0%  {opacity: 0; -webkit-transform-origin: top left; -webkit-transform: scale(0);}
	50% {opacity: 1; -webkit-transform-origin: top left; -webkit-transform: scale(1.2);}
	70% {opacity: 1; -webkit-transform-origin: top left; -webkit-transform: scale(.9);}
	100%{opacity: 1; -webkit-transform-origin: top left; -webkit-transform: scale(1);}
}
/* -moz- */
@-moz-keyframes leftMove{
	0%  {opacity: 0; -moz-transform: translateX(-100px);}
	100%{opacity: 1; -moz-transform: translateX(0);}
}
@-moz-keyframes rightMove{
	0%  {opacity: 0; -moz-transform: translateX(100px);}
	100%{opacity: 1; -moz-transform: translateX(0);}
}
@-moz-keyframes topMove{
	0%  {opacity: 0; -moz-transform: translateY(100px);}
	100%{opacity: 1; -moz-transform: translateY(0);}
}
@-moz-keyframes bottomMove{
	0%  {opacity: 0; -moz-transform: translateY(-100px);}
	100%{opacity: 1; -moz-transform: translateY(0);}
}
@-moz-keyframes partPicMove{
	0%  {opacity: 0; top: 600px; left: 400px;}
	100%{opacity: 1;}
}
@-moz-keyframes arrowRotate1{
	0%  {opacity: 0;-moz-transform: rotate(180deg);}
	100%{opacity: 1;-moz-transform: rotate(360deg);}
}
@-moz-keyframes arrowRotate2{
	0%  {opacity: 0;-moz-transform: rotate(180deg);}
	100%{opacity: 1;-moz-transform: rotate(0deg);}
}
@-moz-keyframes partoOtherMove{
	0%  {opacity: 0; -moz-transform: translateY(100px);}
	100%{opacity: 1; -moz-transform: translateY(0);}
}
@-moz-keyframes portraitScale{
	0%  {opacity: 0; -moz-transform-origin: top left; -moz-transform: scale(0);}
	50% {opacity: 1; -moz-transform-origin: top left; -moz-transform: scale(1.2);}
	70% {opacity: 1; -moz-transform-origin: top left; -moz-transform: scale(.9);}
	100%{opacity: 1; -moz-transform-origin: top left; -moz-transform: scale(1);}
}
/* -ms- */
@-ms-keyframes leftMove{
	0%  {opacity: 0; -ms-transform: translateX(-100px);}
	100%{opacity: 1; -ms-transform: translateX(0);}
}
@-ms-keyframes rightMove{
	0%  {opacity: 0; -ms-transform: translateX(100px);}
	100%{opacity: 1; -ms-transform: translateX(0);}
}
@-ms-keyframes topMove{
	0%  {opacity: 0; -ms-transform: translateY(100px);}
	100%{opacity: 1; -ms-transform: translateY(0);}
}
@-ms-keyframes bottomMove{
	0%  {opacity: 0; -ms-transform: translateY(-100px);}
	100%{opacity: 1; -ms-transform: translateY(0);}
}
@-ms-keyframes partPicMove{
	0%  {opacity: 0; top: 600px; left: 400px;}
	100%{opacity: 1;}
}
@-ms-keyframes arrowRotate1{
	0%  {opacity: 0;-ms-transform: rotate(180deg);}
	100%{opacity: 1;-ms-transform: rotate(360deg);}
}
@-ms-keyframes arrowRotate2{
	0%  {opacity: 0;-ms-transform: rotate(180deg);}
	100%{opacity: 1;-ms-transform: rotate(0deg);}
}
@-ms-keyframes partoOtherMove{
	0%  {opacity: 0; -ms-transform: translateY(100px);}
	100%{opacity: 1; -ms-transform: translateY(0);}
}
@-ms-keyframes portraitScale{
	0%  {opacity: 0; -ms-transform-origin: top left; -ms-transform: scale(0);}
	50% {opacity: 1; -ms-transform-origin: top left; -ms-transform: scale(1.2);}
	70% {opacity: 1; -ms-transform-origin: top left; -ms-transform: scale(.9);}
	100%{opacity: 1; -ms-transform-origin: top left; -ms-transform: scale(1);}
}
/* -o- */
@-o-keyframes leftMove{
	0%  {opacity: 0; -o-transform: translateX(-100px);}
	100%{opacity: 1; -o-transform: translateX(0);}
}
@-o-keyframes rightMove{
	0%  {opacity: 0; -o-transform: translateX(100px);}
	100%{opacity: 1; -o-transform: translateX(0);}
}
@-o-keyframes topMove{
	0%  {opacity: 0; -o-transform: translateY(100px);}
	100%{opacity: 1; -o-transform: translateY(0);}
}
@-o-keyframes bottomMove{
	0%  {opacity: 0; -o-transform: translateY(-100px);}
	100%{opacity: 1; -o-transform: translateY(0);}
}
@-o-keyframes partPicMove{
	0%  {opacity: 0; top: 600px; left: 400px;}
	100%{opacity: 1;}
}
@-o-keyframes arrowRotate1{
	0%  {opacity: 0;-o-transform: rotate(180deg);}
	100%{opacity: 1;-o-transform: rotate(360deg);}
}
@-o-keyframes arrowRotate2{
	0%  {opacity: 0;-o-transform: rotate(180deg);}
	100%{opacity: 1;-o-transform: rotate(0deg);}
}
@-o-keyframes partoOtherMove{
	0%  {opacity: 0; -o-transform: translateY(100px);}
	100%{opacity: 1; -o-transform: translateY(0);}
}
@-o-keyframes portraitScale{
	0%  {opacity: 0; -o-transform-origin: top left; -o-transform: scale(0);}
	50% {opacity: 1; -o-transform-origin: top left; -o-transform: scale(1.2);}
	70% {opacity: 1; -o-transform-origin: top left; -o-transform: scale(.9);}
	100%{opacity: 1; -o-transform-origin: top left; -o-transform: scale(1);}
}
/* null */
@keyframes leftMove{
	0%  {opacity: 0; transform: translateX(-100px);}
	100%{opacity: 1; transform: translateX(0);}
}
@keyframes rightMove{
	0%  {opacity: 0; transform: translateX(100px);}
	100%{opacity: 1; transform: translateX(0);}
}
@keyframes topMove{
	0%  {opacity: 0; transform: translateY(100px);}
	100%{opacity: 1; transform: translateY(0);}
}
@keyframes bottomMove{
	0%  {opacity: 0; transform: translateY(-100px);}
	100%{opacity: 1; transform: translateY(0);}
}
@keyframes partPicMove{
	0%  {opacity: 0; top: 600px; left: 400px;}
	100%{opacity: 1;}
}
@keyframes arrowRotate1{
	0%  {opacity: 0;transform: rotate(180deg);}
	100%{opacity: 1;transform: rotate(360deg);}
}
@keyframes arrowRotate2{
	0%  {opacity: 0;transform: rotate(180deg);}
	100%{opacity: 1;transform: rotate(0deg);}
}
@keyframes partoOtherMove{
	0%  {opacity: 0; transform: translateY(100px);}
	100%{opacity: 1; transform: translateY(0);}
}
@keyframes portraitScale{
	0%  {opacity: 0; transform-origin: top left; transform: scale(0);}
	50% {opacity: 1; transform-origin: top left; transform: scale(1.2);}
	70% {opacity: 1; transform-origin: top left; transform: scale(.9);}
	100%{opacity: 1; transform-origin: top left; transform: scale(1);}
}
/*第三屏end*/
/*第四屏*/
.part-box .part4{
    background: url(../styles/images/part4-bg.jpg) no-repeat 0 0;
}
.part4 .part4-pic1 {
    position: absolute;
    top: 155px;
    left: 20px;
    width: 267px;
    height: 430px;
    background-position: 0 -1773px;
    _background-position: 0 -1773px;
    z-index: 5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part4 .part4-pic1:hover{
    -webkit-transform: scale(1.05) rotate(5deg) translateY(-20px);
    -moz-transform: scale(1.05) rotate(5deg) translateY(-20px);
    -ms-transform: scale(1.05) rotate(5deg) translateY(-20px);
    -o-transform: scale(1.05) rotate(5deg) translateY(-20px);
    transform: scale(1.05) rotate(5deg) translateY(-20px);
}
.part4 .part4-pic2 {
    position: absolute;
    top: 405px;
    left: 236px;
    width: 217px;
    height: 327px;
    background-position: -277px -1773px;
    _background-position: -277px -1773px;
    z-index: 4;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part4 .part4-pic2:hover{
    z-index: 6;
    -webkit-transform: scale(1.05) rotate(-3deg) translateY(-20px);
    -moz-transform: scale(1.05) rotate(-3deg) translateY(-20px);
    -ms-transform: scale(1.05) rotate(-3deg) translateY(-20px);
    -o-transform: scale(1.05) rotate(-3deg) translateY(-20px);
    transform: scale(1.05) rotate(-3deg) translateY(-20px);
}
.part4 .part4-pic3 {
    position: absolute;
    top: 375px;
    left: 506px;
    width: 192px;
    height: 302px;
    background-position: -504px -1773px;
    _background-position: -504px -1773px;
    z-index: 3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part4 .part4-pic3:hover{
    z-index: 6;
    -webkit-transform: scale(1.05) rotate(8deg) translateY(-20px);
    -moz-transform: scale(1.05) rotate(8deg) translateY(-20px);
    -ms-transform: scale(1.05) rotate(8deg) translateY(-20px);
    -o-transform: scale(1.05) rotate(8deg) translateY(-20px);
    transform: scale(1.05) rotate(8deg) translateY(-20px);
}
.part4 .part4-pic4 {
    position: absolute;
    top: 65px;
    left: 560px;
    width: 245px;
    height: 379px;
    background-position: -706px -1773px;
    _background-position: -706px -1773px;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part4 .part4-pic4:hover{
    z-index: 6;
    -webkit-transform: scale(1.05) rotate(-5deg) translateY(-20px);
    -moz-transform: scale(1.05) rotate(-5deg) translateY(-20px);
    -ms-transform: scale(1.05) rotate(-5deg) translateY(-20px);
    -o-transform: scale(1.05) rotate(-5deg) translateY(-20px);
    transform: scale(1.05) rotate(-5deg) translateY(-20px);
}
.part4 .part4-pic5 {
    position: absolute;
    top: 166px;
    left: 700px;
    width: 334px;
    height: 484px;
    background-position: -961px -1773px;
    _background-position: -961px -1773px;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part4 .part4-pic5:hover{
    z-index: 6;
    -webkit-transform: scale(1.05) rotate(-10deg) translateY(-20px);
    -moz-transform: scale(1.05) rotate(-10deg) translateY(-20px);
    -ms-transform: scale(1.05) rotate(-10deg) translateY(-20px);
    -o-transform: scale(1.05) rotate(-10deg) translateY(-20px);
    transform: scale(1.05) rotate(-10deg) translateY(-20px);
}
.part4 .part4-main {
    position: absolute;
    top: 150px;
    left: 260px;
    width: 96px;
    height: 96px;
    z-index: 2;
}
.part4-main .part4-portrait {
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
    background-position: -761px -1132px;
    _background-position: -761px -1132px;
    z-index: 2;
}
.part4-main .portrait-box {
    position: absolute;
    top: -13px;
    left: 42px;
    width: 269px;
    height: 269px;
    z-index: 1;
}
.part4-main .portrait-text {
    position: absolute;
    top: 45px;
    left: 22px;
    width: 220px;
    height: 181px;
    background-position: -1036px -2974px;
    _background-position: -1036px -2974px;
    z-index: 2;
}
.part4-main .symbol-top {
    position: absolute;
    top: 35px;
    left: 55px;
    width: 20px;
    height: 16px;
    background-position: -867px -1132px;
    _background-position: -867px -1132px;
    z-index: 1;
}
.part4-main .symbol-bottom {
    position: absolute;
    bottom: 40px;
    left: 205px;
    width: 20px;
    height: 16px;
    background-position: -897px -1132px;
    _background-position: -897px -1132px;
    z-index: 1;
}
/*动画*/
.part4-box{
    -webkit-animation: fadeOut .5s linear backwards;
	-moz-animation: fadeOut .5s linear backwards;
	-ms-animation: fadeOut .5s linear backwards;
	-o-animation: fadeOut .5s linear backwards;
	animation: fadeOut .5s linear backwards;
}
.active .part4-box{
    -webkit-animation: fadeIn .5s linear 1s backwards;
	-moz-animation: fadeIn .5s linear 1s backwards;
	-ms-animation: fadeIn .5s linear 1s backwards;
	-o-animation: fadeIn .5s linear 1s backwards;
	animation: fadeIn .5s linear 1s backwards;
}
.active .part4-pic1,.active .part4-pic2, .active .part4-pic3, .active .part4-pic4, .active .part4-pic5{
    -webkit-animation: partPicMove .5s linear 1s backwards;
	-moz-animation: partPicMove .5s linear 1s backwards;
	-ms-animation: partPicMove .5s linear 1s backwards;
	-o-animation: partPicMove .5s linear 1s backwards;
	animation: partPicMove .5s linear 1s backwards;
}
.active .part4-main{
    -webkit-animation: partoOtherMove .5s linear 2s backwards;
	-moz-animation: partoOtherMove .5s linear 2s backwards;
	-ms-animation: partoOtherMove .5s linear 2s backwards;
	-o-animation: partoOtherMove .5s linear 2s backwards;
	animation: partoOtherMove .5s linear 2s backwards;
}
.active .part4-main .portrait-box{
    -webkit-animation: portraitScale 1s linear 2.6s backwards;
	-moz-animation: portraitScale 1s linear 2.6s backwards;
	-ms-animation: portraitScale 1s linear 2.6s backwards;
	-o-animation: portraitScale 1s linear 2.6s backwards;
	animation: portraitScale 1s linear 2.6s backwards;
}
/*第四屏end*/
/*第五屏*/
.part-box .part5{
    background: url(../styles/images/part5-bg.jpg) no-repeat 0 0;
}
.part5 .part5-pic1 {
    position: absolute;
    top: 360px;
    left: 80px;
    width: 178px;
    height: 246px;
    background-position: -156px -2267px;
    _background-position: -156px -2267px;
    z-index: 1;
}
.part5 .part5-pic2 {
    position: absolute;
    top: 185px;
    left: 235px;
    width: 146px;
    height: 252px;
    background-position: 0 -2267px;
    _background-position: 0 -2267px;
    z-index: 2;
}
.part5 .part5-pic3 {
    position: absolute;
    top: 473px;
    left: 298px;
    width: 225px;
    height: 138px;
    background-position: -344px -2267px;
    _background-position: -344px -2267px;
    z-index: 3;
}
.part5 .part5-pic4 {
    position: absolute;
    top: 150px;
    left: 450px;
    width: 116px;
    height: 87px;
    background-position: -579px -2267px;
    _background-position: -579px -2267px;
    z-index: 4;
}
.part5 .part5-pic5 {
    position: absolute;
    top: 255px;
    left: 430px;
    width: 207px;
    height: 90px;
    background-position: -579px -2364px;
    _background-position: -579px -2364px;
    z-index: 5;
}
.part5 .part5-pic6 {
    position: absolute;
    top: 180px;
    left: 705px;
    width: 301px;
    height: 158px;
    background-position: -794px -2267px;
    _background-position: -794px -2267px;
    z-index: 6;
}
.part5 .part5-pic7 {
    position: absolute;
    top: 275px;
    left: 690px;
    width: 179px;
    height: 186px;
    background-position: -1105px -2267px;
    _background-position: -1105px -2267px;
    z-index: 8;
}
.part5 .part5-pic8 {
    position: absolute;
    top: 360px;
    left: 850px;
    width: 132px;
    height: 144px;
    background-position: -1294px -2267px;
    _background-position: -1294px -2267px;
    z-index: 7;
}
.part5-box .pagepic{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part5-box .pagepic:hover{
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.part5 .part5-info1{
    position: absolute;
    top: 180px;
    left: 65px;
    width: 154px;
}
.part5 .part5-info2{
    position: absolute;
    top: 390px;
    left: 540px;
    width: 154px;
}
.part5 .part5-info3{
    position: absolute;
    top: 50px;
    left: 620px;
    width: 337px;
}
.part5 .part5-title{
    display: inline-block;
    padding: 2px 15px;
    margin-bottom: 10px;
    font-family: 'Microsoft Yahei';
    font-size: 16px;
    background: #000;
    color: #fff;
}
.part5 .part5-text{
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    line-height: 22px;
    color: #333;
}
/*动画*/
.part5-box{
    -webkit-animation: fadeOut .5s linear backwards;
	-moz-animation: fadeOut .5s linear backwards;
	-ms-animation: fadeOut .5s linear backwards;
	-o-animation: fadeOut .5s linear backwards;
	animation: fadeOut .5s linear backwards;
}
.active .part5-box{
    -webkit-animation: fadeIn .5s linear 1s backwards;
	-moz-animation: fadeIn .5s linear 1s backwards;
	-ms-animation: fadeIn .5s linear 1s backwards;
	-o-animation: fadeIn .5s linear 1s backwards;
	animation: fadeIn .5s linear 1s backwards;
}
.active .part5-pic1 {
  -webkit-animation: fadeIn 1s linear 1s backwards;
  -moz-animation: fadeIn 1s linear 1s backwards;
  -ms-animation: fadeIn 1s linear 1s backwards;
  -o-animation: fadeIn 1s linear 1s backwards;
  animation: fadeIn 1s linear 1s backwards;
}
.active .part5-pic2 {
  -webkit-animation: fadeIn 1s linear 1.1s backwards;
  -moz-animation: fadeIn 1s linear 1.1s backwards;
  -ms-animation: fadeIn 1s linear 1.1s backwards;
  -o-animation: fadeIn 1s linear 1.1s backwards;
  animation: fadeIn 1s linear 1.1s backwards;
}
.active .part5-pic3 {
  -webkit-animation: fadeIn 1s linear 1.2s backwards;
  -moz-animation: fadeIn 1s linear 1.2s backwards;
  -ms-animation: fadeIn 1s linear 1.2s backwards;
  -o-animation: fadeIn 1s linear 1.2s backwards;
  animation: fadeIn 1s linear 1.2s backwards;
}
.active .part5-pic4 {
  -webkit-animation: fadeIn 1s linear 1.3s backwards;
  -moz-animation: fadeIn 1s linear 1.3s backwards;
  -ms-animation: fadeIn 1s linear 1.3s backwards;
  -o-animation: fadeIn 1s linear 1.3s backwards;
  animation: fadeIn 1s linear 1.3s backwards;
}
.active .part5-pic5 {
  -webkit-animation: fadeIn 1s linear 1.4s backwards;
  -moz-animation: fadeIn 1s linear 1.4s backwards;
  -ms-animation: fadeIn 1s linear 1.4s backwards;
  -o-animation: fadeIn 1s linear 1.4s backwards;
  animation: fadeIn 1s linear 1.4s backwards;
}
.active .part5-pic6 {
  -webkit-animation: fadeIn 1s linear 1.5s backwards;
  -moz-animation: fadeIn 1s linear 1.5s backwards;
  -ms-animation: fadeIn 1s linear 1.5s backwards;
  -o-animation: fadeIn 1s linear 1.5s backwards;
  animation: fadeIn 1s linear 1.5s backwards;
}
.active .part5-pic7 {
  -webkit-animation: fadeIn 1s linear 1.6s backwards;
  -moz-animation: fadeIn 1s linear 1.6s backwards;
  -ms-animation: fadeIn 1s linear 1.6s backwards;
  -o-animation: fadeIn 1s linear 1.6s backwards;
  animation: fadeIn 1s linear 1.6s backwards;
}
.active .part5-pic8 {
  -webkit-animation: fadeIn 1s linear 1.7s backwards;
  -moz-animation: fadeIn 1s linear 1.7s backwards;
  -ms-animation: fadeIn 1s linear 1.7s backwards;
  -o-animation: fadeIn 1s linear 1.7s backwards;
  animation: fadeIn 1s linear 1.7s backwards;
}
.active .part5-info1{
  -webkit-animation: leftMove .5s linear 2s backwards;
  -moz-animation: leftMove .5s linear 2s backwards;
  -ms-animation: leftMove .5s linear 2s backwards;
  -o-animation: leftMove .5s linear 2s backwards;
  animation: leftMove .5s linear 2s backwards;
}
.active .part5-info2{
  -webkit-animation: topMove .5s linear 2.5s backwards;
  -moz-animation: topMove .5s linear 2.5s backwards;
  -ms-animation: topMove .5s linear 2.5s backwards;
  -o-animation: topMove .5s linear 2.5s backwards;
  animation: topMove .5s linear 2.5s backwards;
}
.active .part5-info3{
  -webkit-animation: rightMove .5s linear 3s backwards;
  -moz-animation: rightMove .5s linear 3s backwards;
  -ms-animation: rightMove .5s linear 3s backwards;
  -o-animation: rightMove .5s linear 3s backwards;
  animation: rightMove .5s linear 3s backwards;
}
/*第五屏end*/
/*第六屏*/
.part-box .part6{
    background: url(../styles/images/part6-bg.jpg) no-repeat 0 0;
}
.part6 .part6-header {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 348px;
    height: 64px;
    background-position: 0 -2529px;
    _background-position: 0 -2529px;
}
.part6 .part6-box{
    position: absolute;
    top: 115px;
    left: 50px;
    overflow: hidden;
}
.part6 .part6-list{
    position: relative;
    float: left;
    margin-right: 25px;
    width: 216px;
    height: 526px;
    background: #ebebeb;
}
.part6-list .part6-pic1 {
    width: 216px;
    height: 403px;
    background-position: -358px -2529px;
    _background-position: -358px -2529px;
}
.part6-list .part6-pic2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 216px;
    height: 384px;
    background-position: -584px -2529px;
    _background-position: -584px -2529px;
}
.part6-list .part6-pic3 {
    width: 216px;
    height: 406px;
    background-position: -810px -2529px;
    _background-position: -810px -2529px;
}
.part6-list .pagepic{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part6-list .pagepic:hover{
    opacity: .8;
}
.part6-list .part6-label1 {
    position: absolute;
    left: 0px;
    top: 403px;
    height: 29px;
}
.part6-list .part6-label2 {
    position: absolute;
    left: 0px;
    bottom: 384px;
    height: 29px;
}
.part6-list .part6-label3 {
    position: absolute;
    left: 0px;
    top: 406px;
    width: 226px;
    height: 29px;
}
.part6-list .part6-title{
    float: left;
    padding: 0 10px;
    height: 29px;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    line-height: 29px;
    background: #000;
    color: #fff;
}
.part6-label3 .part6-title{padding-right: 0;}
.part6-list .title-triangle{
    float: left;
    width: 16px;
    height: 29px;
    background-position: 0 -2603px;
    _background-position: 0 -2603px;
}
.part6-list .part6-text {
    margin: 40px 20px 0;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    line-height: 22px;
    color: #333;
}
.part6-list .part6-text2{margin-top: 25px;}
.part6 .part6-main {
    position: absolute;
    top: 115px;
    left: 780px;
    width: 184px;
    height: 487px;
    background: #d6339a;
}
.part6-main .part6-portrait {
    margin: 40px auto;
    width: 110px;
    height: 110px;
    background-position: -77px -2603px;
    _background-position: -77px -2603px;
}
.part6-main .portrait-box {
    position: relative;
    margin: 0 auto;
    width: 140px;
}
.part6-main .portrait-text {
    width: 140px;
    height: 179px;
    background-position: -1036px -3163px;
    _background-position: -1036px -3163px;
}
.part6-main .symbol-top {
    position: absolute;
    top: -35px;
    left: 0;
    width: 20px;
    height: 16px;
    background-position: -867px -1132px;
    _background-position: -867px -1132px;
}
.part6-main .symbol-bottom {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 20px;
    height: 16px;
    background-position: -897px -1132px;
    _background-position: -897px -1132px;
}
.part6-main .portrait-clip{
    position: absolute;
    top: -17px;
    left: 8px;
    width: 41px;
    height: 48px;
    background-position: -26px -2603px;
    _background-position: -26px -2603px;
}
.part6-main .portrait-edges{
    position: absolute;
    bottom: -28px;
    right: -22px;
    width: 50px;
    height: 60px;
    border-right: 4px solid #f0b6da;
    border-bottom: 4px solid #f0b6da;
}
/*动画*/
.active .part6-header{
  -webkit-animation: leftMove .5s linear .5s backwards;
  -moz-animation: leftMove .5s linear .5s backwards;
  -ms-animation: leftMove .5s linear .5s backwards;
  -o-animation: leftMove .5s linear .5s backwards;
  animation: leftMove .5s linear .5s backwards;
}
.active .part6-box{
  -webkit-animation: fadeIn .5s linear 1s backwards;
  -moz-animation: fadeIn .5s linear 1s backwards;
  -ms-animation: fadeIn .5s linear 1s backwards;
  -o-animation: fadeIn .5s linear 1s backwards;
  animation: fadeIn .5s linear 1s backwards;
}
.active .part6-pic1{
  -webkit-animation: bottomMove .5s linear 1s backwards;
  -moz-animation: bottomMove .5s linear 1s backwards;
  -ms-animation: bottomMove .5s linear 1s backwards;
  -o-animation: bottomMove .5s linear 1s backwards;
  animation: bottomMove .5s linear 1s backwards;
}
.active .part6-pic2{
  -webkit-animation: topMove .5s linear 1s backwards;
  -moz-animation: topMove .5s linear 1s backwards;
  -ms-animation: topMove .5s linear 1s backwards;
  -o-animation: topMove .5s linear 1s backwards;
  animation: topMove .5s linear 1s backwards;
}
.active .part6-pic3{
  -webkit-animation: bottomMove .5s linear 1s backwards;
  -moz-animation: bottomMove .5s linear 1s backwards;
  -ms-animation: bottomMove .5s linear 1s backwards;
  -o-animation: bottomMove .5s linear 1s backwards;
  animation: bottomMove .5s linear 1s backwards;
}
.active .part6-main{
    -webkit-animation: fadeIn .5s linear 1.5s backwards;
  -moz-animation: fadeIn .5s linear 1.5s backwards;
  -ms-animation: fadeIn .5s linear 1.5s backwards;
  -o-animation: fadeIn .5s linear 1.5s backwards;
  animation: fadeIn .5s linear 1.5s backwards;
}
.active .part6-portrait{
  -webkit-animation: topMove .5s linear 2s backwards;
  -moz-animation: topMove .5s linear 2s backwards;
  -ms-animation: topMove .5s linear 2s backwards;
  -o-animation: topMove .5s linear 2s backwards;
  animation: topMove .5s linear 2s backwards;
}
.active .portrait-box{
  -webkit-animation: topMove .5s linear 2.5s backwards;
  -moz-animation: topMove .5s linear 2.5s backwards;
  -ms-animation: topMove .5s linear 2.5s backwards;
  -o-animation: topMove .5s linear 2.5s backwards;
  animation: topMove .5s linear 2.5s backwards;
}
/*第六屏end*/
/*第七屏*/
.part-box .part7{
    background: url(../styles/images/part7-bg.jpg) no-repeat 0 0;
}
.part7 .part7-pic1 {
    position: absolute;
    top: 255px;
    left: 25px;
    width: 222px;
    height: 289px;
    background-position: -405px -2945px;
    _background-position: -405px -2945px;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part7 .part7-pic1:hover{
    -webkit-transform: scale(1.05) rotate(-5deg) translateY(-20px);
    -moz-transform: scale(1.05) rotate(-5deg) translateY(-20px);
    -ms-transform: scale(1.05) rotate(-5deg) translateY(-20px);
    -o-transform: scale(1.05) rotate(-5deg) translateY(-20px);
    transform: scale(1.05) rotate(-5deg) translateY(-20px);
}
.part7 .part7-pic2 {
    position: absolute;
    top: 415px;
    left: 290px;
    width: 204px;
    height: 282px;
    background-position: -637px -2945px;
    _background-position: -637px -2945px;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part7 .part7-pic2:hover{
    -webkit-transform: scale(1.05) rotate(5deg) translateY(-20px);
    -moz-transform: scale(1.05) rotate(5deg) translateY(-20px);
    -ms-transform: scale(1.05) rotate(5deg) translateY(-20px);
    -o-transform: scale(1.05) rotate(5deg) translateY(-20px);
    transform: scale(1.05) rotate(5deg) translateY(-20px);
}
.part7 .part7-header {
    position: absolute;
    top: 50px;
    right: 70px;
    width: 395px;
    height: 124px;
    background-position: 0 -2945px;
    _background-position: 0 -2945px;
}
.part7 .part7-info{
    position: absolute;
    top: 80px;
    left: 43px;
    width: 358px;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    line-height: 22px;
    color: #000;
}
.part7 .part7-question {
    position: absolute;
    right: 55px;
    bottom: 50px;
    overflow: hidden;
    padding: 30px 20px;
    width: 360px;
    height: 340px;
    background: #fff;
}
.part7-question .scroll-box{
    overflow: auto;
    height: 360px;
}
.part7-question .part7-list{
    margin-bottom: 20px;
}
.part7-list .part7-title{
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px 5px;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    color: #fff;
    background: #000;
}
.part7-list .part7-text{
    margin-left: 5px;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    line-height: 25px;
    color: #333;
}
.part7-question .scroll-box::-webkit-scrollbar{width:6px;background-color:#c5c5c5;}
.part7-question .scroll-box::-webkit-scrollbar-thumb{width:6px;background-color:#d6339a;-webkit-border-radius:6px;border-radius:6px;}
.part7-question .scroll-box ul,.part7-question .scroll-box li,.part7-question .scroll-box div{zoom:1;}
/*动画*/
.active .part7-header{
  -webkit-animation: rightMove .5s linear .5s backwards;
  -moz-animation: rightMove .5s linear .5s backwards;
  -ms-animation: rightMove .5s linear .5s backwards;
  -o-animation: rightMove .5s linear .5s backwards;
  animation: rightMove .5s linear .5s backwards;
}
.part7 .part7-picbox{
    -webkit-animation: fadeOut .5s linear .5s backwards;
    -moz-animation: fadeOut .5s linear .5s backwards;
    -ms-animation: fadeOut .5s linear .5s backwards;
    -o-animation: fadeOut .5s linear .5s backwards;
    animation: fadeOut .5s linear .5s backwards;
}
.active .part7-picbox{
    -webkit-animation: fadeIn .5s linear .5s backwards;
    -moz-animation: fadeIn .5s linear .5s backwards;
    -ms-animation: fadeIn .5s linear .5s backwards;
    -o-animation: fadeIn .5s linear .5s backwards;
    animation: fadeIn .5s linear .5s backwards;
}
.active .part7-pic1{
    -webkit-animation: partPicMove .5s linear 1.1s backwards;
	-moz-animation: partPicMove .5s linear 1.1s backwards;
	-ms-animation: partPicMove .5s linear 1.1s backwards;
	-o-animation: partPicMove .5s linear 1.1s backwards;
	animation: partPicMove .5s linear 1.1s backwards;
}
.active .part7-pic2{
    -webkit-animation: partPicMove .5s linear 1.2s backwards;
	-moz-animation: partPicMove .5s linear 1.2s backwards;
	-ms-animation: partPicMove .5s linear 1.2s backwards;
	-o-animation: partPicMove .5s linear 1.2s backwards;
	animation: partPicMove .5s linear 1.2s backwards;
}
/*第七屏end*/
/*第八屏*/
.part-box .part8{
    background: url(../styles/images/part8-bg.jpg) no-repeat 0 0;
}
.part8 .part8-box {
    position: absolute;
    top: 209px;
    left: 299px;
    width: 403px;
    height: 243px;
    border: 10px solid #fff;
    background: #d6339a;
}
.part8 .part8-title {
    margin-bottom: 10px;
    width: 232px;
    height: 89px;
    background-position: 0 -3079px;
    _background-position: 0 -3079px;
}
.part8 .part8-text {
    margin-left: 34px;
    width: 324px;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
/*动画*/
.active .part8-box{
  -webkit-animation: part8BoxMove 1s linear .5s backwards;
  -moz-animation: part8BoxMove 1s linear .5s backwards;
  -ms-animation: part8BoxMove 1s linear .5s backwards;
  -o-animation: part8BoxMove 1s linear .5s backwards;
  animation: part8BoxMove 1s linear .5s backwards;
}
.active .part8-title, .active .part8-text{
  -webkit-animation: fadeIn .5s linear 1.5s backwards;
  -moz-animation: fadeIn .5s linear 1.5s backwards;
  -ms-animation: fadeIn .5s linear 1.5s backwards;
  -o-animation: fadeIn .5s linear 1.5s backwards;
  animation: fadeIn .5s linear 1.5s backwards;
}
/* -webkit- */
@-webkit-keyframes part8BoxMove{
	0%  {opacity: 0; width: 0;}
	100%{opacity: 1; width: 403px;}
}
/* -moz- */
@-moz-keyframes part8BoxMove{
	0%  {opacity: 0; width: 0;}
	100%{opacity: 1; width: 403px;}
}
/* -ms- */
@-ms-keyframes part8BoxMove{
	0%  {opacity: 0; width: 0;}
	100%{opacity: 1; width: 403px;}
}
/* -o- */
@-o-keyframes part8BoxMove{
	0%  {opacity: 0; width: 0;}
	100%{opacity: 1; width: 403px;}
}
/* null */
@keyframes part8BoxMove{
	0%  {opacity: 0; width: 0;}
	100%{opacity: 1; width: 403px;}
}
/*第八屏end*/
/*封底*/
.part-box .part-back {
    background: url(../styles/images/fengdi-bg.jpg) no-repeat 0 0;
}
.part-back .back-info {
    float: left;
    width: 314px;
    height: 675px;
    background: #f9e2f1;
}
.part-back .back-content{
    float: left;
    width: 686px;
    height: 675px;
}
.part-back .back-review {
    position: relative;
    margin: 90px auto 20px;
    width: 256px;
    height: 353px;
    background-position: 0 -3345px;
    _background-position: 0 -3345px;
}
.back-review .review-box {
    position: absolute;
    top: 70px;
    left: 50%;
    overflow: hidden;
    margin-left: -103px;
    width: 206px;
    height: 236px;
}
.review-box .review-list {
    float: left;
    width: 206px;
    height: 236px;
}
.back-review .review-prev {
    position: absolute;
    top: 180px;
    left: -10px;
    width: 12px;
    height: 22px;
    background: url(../images/nav-icon.png) no-repeat 0 -270px;
    _background: url(../images/nav-icon.png) no-repeat 0 -270px;
    cursor: pointer;
}
.back-review .review-next {
    position: absolute;
    top: 180px;
    right: -10px;
    width: 12px;
    height: 22px;
    background: url(../images/nav-icon.png) no-repeat -18px -270px;
    _background: url(../images/nav-icon.png) no-repeat -18px -270px;
    cursor: pointer;
}
.part-back .back-team {
    position: relative;
    margin: 0 auto;
    width: 252px;
    height: 183px;
    background-position: -266px -3345px;
    _background-position: -266px -3345px;
}
.back-team .team-box{
    position: absolute;
    top: 66px;
    left: 80px;
}
.back-team .team-list{
    margin-bottom: 5px;
    font-family: 'Microsoft Yahei';
    font-size: 15px;
    color: #333;
}
.part-back .back-banner {
    display: block;
    margin: 15px 0 15px 90px;
    width: 482px;
    height: 91px;
    background-position: 0 -3244px;
    _background-position: 0 -3244px;
}
.part-back .back-comment {
    overflow: auto;
    margin: 0 auto;
    width: 594px;
    height: 460px;
    padding: 30px 20px;
    background: #fff;
}
/*动画*/
.active .back-review{
    -webkit-animation: leftMove .5s linear .5s backwards;
	-moz-animation: leftMove .5s linear .5s backwards;
	-ms-animation: leftMove .5s linear .5s backwards;
	-o-animation: leftMove .5s linear .5s backwards;
	animation: leftMove .5s linear .5s backwards;
}
.active .back-team{
    -webkit-animation: leftMove .5s linear 1s backwards;
	-moz-animation: leftMove .5s linear 1s backwards;
	-ms-animation: leftMove .5s linear 1s backwards;
	-o-animation: leftMove .5s linear 1s backwards;
	animation: leftMove .5s linear 1s backwards;
}
/*封底end*/
/*主体内容end*/
