html,body{width: 100%;height: 100%;}
.homeWrap{width: 100%;height: 100%;}
.swiper-container,.swiper-wrapper { width: 100%; height: 100%; }
.swiper-slide{overflow: hidden;}
.swiper-slide:nth-last-of-type(1){height: auto !important;}
.page1{
    position: relative;
    background-color: #060505;
    width: 100%;
    height: 100%;
    background: url('../images/planPage1Bg.png') no-repeat center 0;background-size: cover;
}
.header{width: 1363px;margin: 0 auto;padding: 30px 0;}
.headerLogo{width: 271px;height: 52px;}
.navList{float: right;}
.navList >li {float: left;margin-right: 40px;position: relative;line-height: 52px;}
.navList >li:nth-last-of-type(1){margin-right: 0 !important;}
.navList a{color: #fff;font-size: 16px;}
.navList .hot::before{content:"";background: url("../images/headerHot.png") no-repeat;
    width: 35px;height: 24px;position: absolute;right: -11px;top: -5px;
}
.navList .navChecked a{color: #fff;}
.navList .navChecked::after{content: "";
    width: 100%;height: 2px;background-color: #fff;position: absolute;left: 0;bottom: 0;
}
/*page1*/
.planPage1Title{width: 100%;font-size: 56px;color: #fff;text-align: center;
    padding: 40px 0 17px;
}
.planPage1TitleBg{display: block;width: 563px;height: 22px; margin: 0 auto 60px;}
.planPage1Pic{display: block;width: 1210px;height: 560px;margin: 0 auto;}
@media screen and (max-width: 1366px) {
    .planPage1Title{padding-top: 15px !important;}
}
.page2{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.page2In{width: 1360px;height: 480px;position: absolute;left: 50%;top: 50%;transform: translate(-50% ,-50%);overflow: hidden;}
.page2InItem{float: left;height:478px;font-size: 24px;color: #fff;opacity: 0;transition: all .3s;}
.page2InItem1 li{width: 284px;height: 66px;line-height: 66px;margin-bottom: 30px;background-color: #CD0F2A;
    text-align: center;
}
.page2InItem1 li:nth-of-type(3){margin-bottom: 58px;}
.page2InItem1 li:nth-of-type(4){background-color: #7B6AF8;}
.page2InItem1 li:nth-of-type(5){background-color: #7B6AF8;}
.page2InItem2 li{width: 218px;height: 66px;margin-bottom: 30px; font-size: 24px;color: #222222;text-align: center;line-height: 66px;}
.page2InItem2 li:nth-of-type(3){margin-bottom: 58px;}
.page2InItem3 li{box-sizing: border-box; width: 66px;height: 258px;padding: 65px 22px;background-color: #CD0F2A;}
.page2InItem3 li:nth-of-type(2){height: 162px;background-color: #7B6AF8;padding: 16px 22px;margin-top: 58px;}
.page2InItem4{ box-sizing: border-box; width: 206px;height: 143px;line-height: 143px; background: url("../images/page2InItem4Bg.png") no-repeat;
    margin: 168px 54px 0 70px;padding-left: 20px;
}
.page2InItem5{width: 460px;color: #222;padding-top: 139px;}
.page2InItem5 li{line-height: 34px;margin-bottom: 24px;}
.page2InItemChecked{opacity: 1;}