html,body{
    width: 100%;
}
.main{
    width: 100%;
    overflow: hidden;
}
.w980{
    overflow: visible;
}
.banner{
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.banner .left{
    float: left;
    width: 40%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}
.banner .left .pic{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.banner .left .pic:hover{
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.banner .left .mask{
    width: 100%;
    height: 100px;
    background: rgba(0,0,0,0.5)!important;
    background: #000;
    filter: alpha(opacity=50);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.banner .left .mask .desc{
   padding: 15px 20px 0 20px;
   position: relative;
}
.banner .left .mask h1{
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 2px;
}
.banner .left .mask p{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 22px;
}
.banner .right{
    float: left;
    width: 60%;
    height: 100%;
    overflow: hidden;
}
.banner .right .item{
    display: block;
    float: left;
    width: 50%;
    height: 50%;
    overflow: hidden;
    position: relative;
}
.banner .right .item .pic{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.banner .right .item .pic:hover{
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.banner .right .mask{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    z-index: 2;
}
.banner .right .desc{
   padding: 15px 15px 0 15px;
}
.banner .right .desc h1{
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 2px;
}
.banner .right .desc p{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 22px;
}
.box1{
    padding-top: 50px;
    padding-bottom: 80px;
}
.box1 .w1170{
    overflow: visible;
}
.box1 .package{
    padding-left: 245px;
}
.box1 .word{
    float: left;
    width: 220px;
    text-align: center;
    margin-left: -245px;
}
.box1 .word h1{
    font-size: 26px;
    color: #9C1D22;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.box1 .word h2{
    font-size: 12px;
    color: #6D6E70;
    line-height: 17px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 600;
}
.box1 .word p{
    font-size: 12px;
    color: #6D6E70;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: left;
}
.box1 .pack{
    float: left;
    width: 100%;
}
.box1 .pack .title{
    font-size: 14px;
    color: #1F1F1F;
    font-weight: 600;
    margin-bottom: 20px;
}
.box1 .pack .subpack{
    margin: -10px;
}
.box1 .pack .subpack .item{
    width: 20%;
    float: left;
    display: block;
}
.box1 .pack .subpack .item:hover .pic{
    box-shadow:0px 20px 14px 0px rgba(0,0,0,0.18);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.box1 .pack .subpack .item .pic{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
    position: relative;
    height: 205px;
    -webkit-box-shadow:0px 10px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 10px 30px 0px rgba(0,0,0,0.2);
    box-shadow:0px 10px 30px 0px rgba(0,0,0,0.2);
    -moz-border-radius:8px;
    border-radius:8px;
    margin:10px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.box1 .pack .subpack .item .pic p{
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    line-height: 18px;
    min-height: 36px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 2;
}
.box2{
    background-color: #EEE;
    padding: 55px 0;
}
.box2 .w1170{
    overflow: visible;
}
.box2 .title{
    font-size: 22px;
    color: #242424;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px;
}
.box2 .pack{
    margin: -10px;
}
.box2 .pack .item{
    float: left;
    width: 20%;
    display: block;
}
.box2 .pack .item:hover .list{
    box-shadow:0px 20px 14px 0px rgba(0,0,0,0.18);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.box2 .pack .item .list{
    margin: 10px;
    height: 300px;
    border-radius:8px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
} 
.box2 .pack .item .list .tips_bg{
    padding: 2px 5px;
    border-radius:3px;
    font-size: 12px;
    color: #FFF;
    line-height: 16px;
    letter-spacing: 1px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
}
.box2 .pack .pic-word .list{
    background-color: #fff;
}  
.box2 .pack .pic-word .list .pic{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
    width: 100%;
    height: 170px;
}
.box2 .pack .pic-word .list .desc{
    padding: 15px 15px 0 15px;
}
.box2 .pack .pic-word .list .desc h1{
    font-size: 14px;
    color: #242424;
    font-weight: 600;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    margin-bottom: 5px;
}
.box2 .pack .pic-word .list .desc p{
    font-size: 12px;
    color: #838D8F;
    line-height: 16px;
    max-height: 48px;
    overflow: hidden;
}
.box2 .pack .double-style{
    width: 40%;
}
.box2 .pack .double-style .lt,
.box2 .pack .double-style .rt{
    float: left;
    width: 50%;
    height: 100%;
}
.box2 .pack .double-style .rt{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
}
.box2 .pack .double-style .lt{
    background-color: #fff;
    position: relative;
}
.box2 .pack .double-style .lt .desc{
    padding: 60px 30px 0 30px;
}
.box2 .pack .double-style .lt .desc h1{
    font-size: 22px;
    color: #242424;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
}
.box2 .pack .double-style .lt .desc p{
    font-size: 12px;
    color: #838D8F;
    line-height: 16px;
}
.box2 .pack .double-style .lt .btn{
    display: block;
    width: 95px;
    height: 34px;
    line-height: 34px;
    border-radius: 60px;
    border:1px solid #E1E1E1;
    text-align: center;
    font-size: 12px;
    color: #3C3D41;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.box2 .pack .pic-all .pic{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
}
.box2 .pack .pic-all .pic .desc{
    padding: 25px 35px 0 35px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.box2 .pack .pic-all .pic .desc h2{
    font-size: 14px;
    color: #fff;
    font-family:AppleSystemUIFont;
    line-height: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.box2 .pack .pic-all .pic .desc h1{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 6px;
    margin-bottom: 5px;
}
.box2 .pack .pic-all .pic .desc p{
    font-size: 12px;
    color: #FFF;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
}
.box2 .pack .pic-all .pic .btn{
    display: block;
    width: 95px;
    height: 34px;
    line-height: 34px;
    border-radius: 60px;
    border:1px solid rgba(255,255,255,0.3);
    border:1px solid #fff\9;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -47.5px;
    z-index: 2;
}
.box2 .pack .color-all .list{
    background: #E5464E;
    background:-webkit-linear-gradient(311deg,rgba(229,70,78,1) 0%,rgba(231,112,63,1) 100%);
    background:-moz-linear-gradient(311deg,rgba(229,70,78,1) 0%,rgba(231,112,63,1) 100%);
    background:linear-gradient(139deg,rgba(229,70,78,1) 0%,rgba(231,112,63,1) 100%);
    position: relative;
}
.box2 .pack .color-all .list .desc{
    padding: 25px 35px 0 35px;
    text-align: center;
}
.box2 .pack .color-all .list .desc h2{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.box2 .pack .color-all .list .desc h1{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
}
.box2 .pack .color-all .list .btn{
    display: block;
    width: 95px;
    height: 34px;
    line-height: 34px;
    border-radius: 60px;
    border:1px solid rgba(255,255,255,0.3);
    border:1px solid #fff\9;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -47.5px;
}
.box3{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 55px;
    background: #C7C7C7;
    background:rgba(199,199,199,1) -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.2)));
    background:rgba(199,199,199,1) -webkit-linear-gradient(bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
    background:rgba(199,199,199,1) -moz-linear-gradient(bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
    background:rgba(199,199,199,1) linear-gradient(360deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
}
.box3 .title{
    margin-bottom: 20px;
}
.box3 .title h1{
    float: left;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
}
.box3 .title a{
    display: block;
    float: right;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
}
.box3 .pack{
    height: 390px;
}
.box3 .pack .lt{
    float: left;
    width: 45%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
    border-radius:8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: block;
}
.box3 .pack .lt .video-btn{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99;
}
.box3 .pack .lt .desc{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top:1px solid rgba(234,241,245,0.2);
    border-top:1px solid #EAF1F5\9;
    padding: 15px 25px;
}
.box3 .pack .lt .desc h2{
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    margin-bottom: 5px;
}
.box3 .pack .lt .desc .name p{
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 22px;
}
.box3 .pack .lt .desc .name span{
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
}
.box3 .pack .rt{
    float: left;
    width: 55%;
    height: 100%;
    cursor: pointer;
}
.box3 .pack .rt .content{
    margin-left: 20px;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.box3 .pack .rt .list:first-child{
    margin-top: 0;
}
.box3 .pack .rt .list{
    background: rgba(80,92,98,0.2)!important;
    background: #505C62;
    filter: alpha(opacity=20);
    margin-top: 2px;
    padding: 0 20px;
    position: relative;
    height: 76px;
    line-height: 76px;
    display: block;
}
.box3 .pack .rt .list .name{
    margin-top: 13px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
}
.box3 .pack .rt .list .name h2{
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}
.box3 .pack .rt .list .name h1{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    padding-right: 40px;
}
.box3 .pack .rt .list .video-btn{
    display: block;
    width: 30px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
}
.box4{
    background-color: #EEE;
    padding-top: 50px;
    padding-bottom: 65px;
}
.box4 .w1170{
    overflow: visible;
}
.box4 .title{
    font-size: 22px;
    color: #242424;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 30px;
}
.box4 .pack{
    margin: -10px;
}
.box4 .pack .item{
    float: left;
    width: 20%;
    display: block;
}
.box4 .pack .item:hover .list{
    box-shadow:0px 20px 14px 0px rgba(0,0,0,0.18);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.box4 .pack .item .list{
    margin: 10px;
    height: 300px;
    border-radius:8px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
} 
.box4 .pack .item .list .tips_bg{
    padding: 2px 5px;
    border-radius:3px;
    font-size: 12px;
    color: #FFF;
    line-height: 16px;
    letter-spacing: 1px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
}
.box4 .pack .pic-word .list{
    background-color: #fff;
}  
.box4 .pack .pic-word .list .pic{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
    width: 100%;
    height: 170px;
}
.box4 .pack .pic-word .list .desc{
    padding: 15px 15px 0 15px;
}
.box4 .pack .pic-word .list .desc h1{
    font-size: 14px;
    color: #242424;
    font-weight: 600;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    margin-bottom: 5px;
}
.box4 .pack .pic-word .list .desc p{
    font-size: 12px;
    color: #838D8F;
    line-height: 16px;
    max-height: 48px;
    overflow: hidden;
}
.box4 .pack .double-style{
    width: 40%;
}
.box4 .pack .double-style .lt,
.box4 .pack .double-style .rt{
    float: left;
    width: 50%;
    height: 100%;
}
.box4 .pack .double-style .rt{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
}
.box4 .pack .double-style .lt{
    background-color: #fff;
    position: relative;
}
.box4 .pack .double-style .lt .desc{
    padding: 60px 30px 0 30px;
}
.box4 .pack .double-style .lt .desc h1{
    font-size: 22px;
    color: #242424;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
}
.box4 .pack .double-style .lt .desc p{
    font-size: 12px;
    color: #838D8F;
    line-height: 16px;
}
.box4 .pack .double-style .lt .btn{
    display: block;
    width: 95px;
    height: 34px;
    line-height: 34px;
    border-radius: 60px;
    border:1px solid #E1E1E1;
    text-align: center;
    font-size: 12px;
    color: #3C3D41;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.box4 .pack .pic-all .pic{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
}
.box4 .pack .pic-all .pic .desc{
    padding: 25px 35px 0 35px;
    text-align: center;
}
.box4 .pack .pic-all .pic .desc h2{
    font-size: 14px;
    color: #fff;
    font-family:AppleSystemUIFont;
    line-height: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.box4 .pack .pic-all .pic .desc h1{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 6px;
    margin-bottom: 5px;
}
.box4 .pack .pic-all .pic .desc p{
    font-size: 12px;
    color: #FFF;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
}
.box4 .pack .pic-all .pic .btn{
    display: block;
    width: 95px;
    height: 34px;
    line-height: 34px;
    border-radius: 60px;
    border:1px solid rgba(255,255,255,0.3);
    border:1px solid #fff\9;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -47.5px;
}
.box4 .pack .color-all .list{
    background: #E5464E;
    background:-webkit-linear-gradient(311deg,rgba(229,70,78,1) 0%,rgba(231,112,63,1) 100%);
    background:-moz-linear-gradient(311deg,rgba(229,70,78,1) 0%,rgba(231,112,63,1) 100%);
    background:linear-gradient(139deg,rgba(229,70,78,1) 0%,rgba(231,112,63,1) 100%);
    position: relative;
}
.box4 .pack .color-all .list .desc{
    padding: 25px 35px 0 35px;
    text-align: center;
}
.box4 .pack .color-all .list .desc h2{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.box4 .pack .color-all .list .desc h1{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
}
.box4 .pack .color-all .list .btn{
    display: block;
    width: 95px;
    height: 34px;
    line-height: 34px;
    border-radius: 60px;
    border:1px solid rgba(255,255,255,0.3);
    border:1px solid #fff\9;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -47.5px;
}
.box4 .menu{
    margin-bottom: 20px;
    font-size: 0;
}
.box4 .menu .sub{
    display:inline-block;
    *display:inline;
    *zoom=1;
    font-size: 12px;
    color: #4A4A4A;
    line-height: 16px;
    padding: 5px 20px;
    border-radius: 60px;
    background-color: #D8D9DB;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.box4 .menu .sub:hover{
    box-shadow:0px 10px 20px 0px rgba(215,216,223,1);
    background-color: #fff;
    color: #9C1D22;
}
.box4 .menu .sub.active{
    box-shadow:0px 10px 20px 0px rgba(215,216,223,1);
    background-color: #fff;
    color: #9C1D22;
}

/*加载更多*/
.load-btn{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background:#D8D8D8;
    border-radius:4px;
    font-size: 14px;
    color: #4A4A4A;
    text-align: center;
    margin-top: 45px;
    font-weight: 600;
}

/*视频弹窗start*/
.video_player{
    display: none;
}
.video_player .video_mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.95)!important;
    background: #000;
    filter: alpha(opacity=95);
    z-index:1000;
}
.video_player .video_close{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1200;
    cursor: pointer;
}
.video_player .video_content{
    width: 980px;
    height: 600px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -490px;
    z-index: 1100;
}
/*视频弹窗end*/


/*右侧浮层start*/
.right_button{
    width: 130px;
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 111;
    cursor: pointer;
    height: 30px;
    color: #fff !important;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    background: #aa001a;
    border-radius: 5px 0 0 5px;
}
.right_button img{
    width: 100%;
}
.right_button .popup{
    width: 110px;
    background: #ffffff;
    padding: 5px;
    position: absolute;
    left: 5px;
    top: -130px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    color: #333333;
    display: none;
}
.right_button .popup img{
    width: 100%;
}

/*右侧浮层end*/