*{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 微软雅黑;
}
img{
    display: block;
    width: 100%;
    height: 100%;
}
a{
    text-decoration:none
}
input,textarea{
    border: none;
    outline:none;
}
.box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}
.w-1200{
    width: 1200px;
    height: 100%;
    /*overflow: hidden;*/
    margin: 0 auto;
}
.head{
    width: 100%;
    height: 162px;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}
.head .w-1200{
    display: flex;
    justify-content: space-between;
}
.head .head-top{
    width: 100%;
    height: 100px;
}
.head .head-box{
    width: 100%;
    height: 64px;
    background: #e60012;
}
.head-top .top-le{
    width: auto;
    height: 100px;
    overflow: hidden;
    display: flex;
}

.top-le .logo{
    width: 149px;
    height: 68px;
    margin-top: 16px;
}
.top-le .top-text{
    width: auto;
    height: 36px;
    border-left: 1px solid #eeeeee;
    box-sizing: border-box;
    margin-top: 32px;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    padding: 0 15px;
    margin-left: 20px;
}
.head-top .top-ri{
    width: auto;
    height: 100px;
    overflow: hidden;
    display: flex;
}
.top-ri .top-img{
    width: 36px;
    height: 36px;
    margin-top: 32px;
}
.top-ri .top-on{
    width: auto;
    height: 100px;
    overflow: hidden;
    margin-left: 20px;
}
.top-on .top-span{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 18px;
    margin-top: 25px;
}
.top-on .top-tel{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    color: #e60012;
    line-height: 26px;
    margin-top: 6px;
}

.head .head-ul{
    width: auto;
    height: 64px;
    display: flex;
    padding: 0 30px;
    box-sizing: border-box;
}
.head-ul .head-li{
    width: 144px;
    height: 64px;
    overflow: hidden;
    box-sizing: border-box;
    cursor:pointer;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 64px;
}

.head-li.active{
    background: #620000;
    box-sizing: border-box;
}


.banner{
    width: 100%;
    height: 520px;
    margin-top: 164px!important;
}


.activities {
    width: 100%;
    height: 260px;
}
.activities .w-1200{
    position: relative;
}
.activities .act-content{
    width: 1096px;
    height: 292px;
    background: #ffffff;
    box-sizing: border-box;
    position: absolute;
    top: -70px;
    left: 52px;
    z-index: 100;
    overflow: hidden;
    background: url(../images/activities.png) no-repeat center center / 100% 100%;
}
.act-content .act-head{
    width: 310px;
    height: 44px;
    display: flex;
    justify-content: space-around;
    margin: 39px auto 0;
}
.act-head .act-le{
    width: 34px;
    height: 44px;
}
.act-head .avt-text{
    width: auto;
    height: 44px;
    font-size: 32px;
    color: #000000;
    line-height: 44px;
}
.avt-text span{
    font-size: 18px;
    color: #404040;
}
.act-content .act-line{
    width: 80px;
    height: 3px;
    background: #e60012;
    margin: 16px auto 0;
    border-radius: 5px;
}
.act-content .act-box{
    width: 100%;
    height: 116px;
    padding: 0 40px;
    box-sizing: border-box;
    margin-top: 20px;
}

.act-box .act-ul{
    width: 100%;
    height: 116px;
    overflow: hidden;
    display: flex;
}
.act-ul .act-li{
    width: 250px;
    height: 116px;
    border-right: 1px dashed #eeeeee;
    box-sizing: border-box;
    overflow: hidden;
}
.act-li:last-child{
    border: none;
}
.act-li .act-img{
    width: 75px;
    height: 75px;
    margin: 0 auto;
}
.act-li .act-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
}

.number{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.top{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 32px;
    color: #000000;
    line-height: 34px;
    text-align: center;
    margin-top: 22px;
}
.top span{
    font-size: 18px;
    color: #404040;
}
.top-line{
    width: 80px;
    height: 6px;
    border-radius: 5px;
    background: #e60012;
    margin: 14px auto 0;
}
.number .num-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    box-sizing: border-box;
    margin-top: 30px;
}
.num-box .num-item{
    width: 394px;
    height: 481px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 35px;
    cursor:pointer;
    border-radius: 5px;
    background: url(../images/number1.png) no-repeat center center / 100% 100%;
}
.num-item:hover{
    background: url(../images/number_1.png) no-repeat center center / 100% 100%;
}
.num-item .num-img{
    width: 72px;
    height: 72px;
    margin: 35px auto 0;
}
.num-item .num-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 28px;
    color: #e60012;
    text-align: center;
    line-height: 30px;
    margin-top: 28px;
}
.num-item .num-span{
    width: 110px;
    height: 28px;
    background: #e60012;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    margin: 12px auto 0;
}
.num-item .num-text{
    width: 100%;
    height: 40px;
    font-size: 17px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px dashed #999999;
    margin-top: 14px;
}
.num-item:hover .num-text{
    border-bottom: 1px dashed #e60012;
}
.num-item .num-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
}
.num-item .num-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.num-ul .num-li{
    width: 130px;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-top: 6px;
    float: left;
    margin-right: 58px;
    cursor:pointer;
}
.num-li:nth-of-type(even){
    margin-right: 0;
}
.num-li:hover{
    color: #e60012;
}


.w-1210{
    width: 1210px;
    margin: 0 auto;
    height: 100%;
}
.guide{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
}
.guide .guide-box{
    width: 100%;
    height: 333px;
    display: flex;
    justify-content: space-between;
    margin-top: 54px;
    background: url(../images/guide.png) no-repeat center center / 100% 100%;
}
.guide-box .gui-le{
    width: 375px;
    height: 321px;
    background: #f6f7fa;
    margin-top: 6px;
}
.gui-le .gui-item{
    width: 100%;
    height: 107px;
    display: flex;
    padding: 0 40px;
    box-sizing: border-box;
    overflow: hidden;
    cursor:pointer;
}
.gui-item .gui-img{
    width: 52px;
    height: 53px;
    margin-top: 27px;
}
.gui-item .gui-img1{
    width: 52px;
    height: 53px;
    margin-top: 27px;
    display: none;
}
.gui-item .gui-text{
    width: auto;
    height: 107px;
    font-size: 24px;
    color: #333333;
    line-height: 107px;
    margin-left: 20px;
}
.gui-item.active{
    background: #e60012;
}
.gui-item.active .gui-text{
    color: #ffffff;
}
.gui-item.active .gui-img1{
    display: block;
}
.gui-item.active .gui-img{
    display: none;
}

.guide-box .gui-ri{
    width: 825px;
    height: 321px;

}
.gui-ri .gui-box{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    padding-left: 126px;
    box-sizing: border-box;
}
.gui-box.active{
    display: block;
}
.gui-box .gui-top{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    margin-top: 68px;
}
.gui-top span{
    color: #e60012;
}
.gui-box .gui-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #e60012;
    line-height: 20px;
    margin-top: 14px;
}
.gui-box .gui-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    margin-top: 14px;
}
.gui-box .gui-p{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    margin-top: 14px;
}
.gui-box .gui-btn{
    width: 187px;
    height: 42px;
    background: #e60012;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    margin-top: 36px;
    cursor:pointer;
}


.esoterica{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
}
.esoterica .eso-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.eso-box .eso-item{
    width: 386px;
    height: 128px;
    background: url(../images/esoterica.png) no-repeat center center / 100% 100%;
    overflow: hidden;
    cursor:pointer;
    padding: 0 35px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.eso-item:hover{
    background: url(../images/esoterica1.png) no-repeat center center / 100% 100%;
}
.eso-item .eso-le{
    width: auto;
    height: 128px;
    font-size: 56px;
    font-weight: bold;
    color: #e60012;
    line-height: 128px;
}
.eso-item:hover .eso-le{
    color: #ffffff;
}
.eso-item .eso-ri{
    width: 270px;
    height: 128px;
    overflow: hidden;
}

.eso-ri .eso-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 22px;
    color: #e60012;
    line-height: 24px;
    margin-top: 22px;
}
.eso-item:hover .eso-span{
    color: #ffffff;
}
.eso-ri .eso-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin-top: 12px;
}
.eso-item:hover .eso-text{
    color: #ffffff;
}
.eso-ri .eso-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-top: 12px;
    justify-content: space-around;
    color: #333333;
}
.eso-item:hover .eso-ul{
    color: #ffffff;
}
.eso-ul .eso-li{
    width: auto;
    height: auto;
    overflow: hidden;
}
.eso-li .eso-num{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 18px;
}
.eso-li .eso-p{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 18px;
    margin-top: 6px;
}

.value{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
}
.value .value-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.value-box .value-item{
    width: 276px;
    height: 227px;
    box-shadow: 0px 0px 10px #eeeeee;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
    cursor:pointer;
}
.value-item:hover{
    background-image: linear-gradient(#f7b7bc, #ffffff);
}
.value-item .value-top{
    width: 100%;
    height: 25px;
}
.value-item:hover .value-top{
    background: #e60012;
}
.value-item .value-img{
    width: 72px;
    height: 72px;
    margin: 25px auto 0;
}
.value-item .value-con{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.value-con .value-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    color: #333333;
    line-height: 22px;
    margin-top: 36px;
}
.value-item:hover .value-name{
    color: #e60012;
}
.value-con .value-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    margin-top: 12px;
}
.value-item:hover .value-text{
    color: #e60012;
}


.package{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
}
.package .pack-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.pack-box .pack-item{
    width: 394px;
    height: 490px;
    background: url(../images/package_banner1.png) no-repeat center center / 100% 100%;
    cursor:pointer;
    overflow: hidden;
    padding: 0 5px;
    box-sizing: border-box;
}
.pack-item .pack-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 26px;
    color: #e60012;
    line-height: 28px;
    text-align: center;
    margin-top: 38px;
}
.pack-item .pack-text{
    width: 100%;
    height: 40px;
    overflow: hidden;
    font-size: 18px;
    color: #404040;
    line-height: 40px;
    text-align: center;
    margin-top: 16px;
}
.pack-text span{
    color: #e60012;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    line-height: 40px;
}
.pack-text .span1{
    font-weight: 400;
    font-size: 18px;
}
.pack-item .pack-last{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px dashed #ed4b58;
    margin-top: 32px;
}
.pack-last .pack-le{
    width: auto;
    height: 60px;
    overflow: hidden;
    display: flex;
}
.pack-le .pack-img{
    width: 37px;
    height: 37px;
    margin-top: 1px;
}
.pack-le .pack-on{
    width: auto;
    height: 40px;
    overflow: hidden;
    margin-left: 10px;
}
.pack-on .pack-title{
    width: auto;
    height: 20px;
    font-size: 16px;
    color: #e60012;
    line-height: 20px;
}
.pack-on .pack-span{
    width: auto;
    height: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.pack-item .pack-p{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 20px;
    margin-top: 32px;
}
.pack-item .pack-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    padding: 0 30px;
    box-sizing: border-box;
}
.pack-ul .pack-li{
    width: 130px;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-top: 6px;
    float: left;
    margin-right: 58px;
    cursor:pointer;
}
.pack-li:nth-of-type(even){
    margin-right: 0;
}
.pack-li:hover{
    color: #e60012;
}

.pack-item .pack-btn{
    width: 100%;
    height: 52px;
    border-top: 1px dashed #ed4b58;
    font-size: 18px;
    color: #e60012;
    text-align: center;
    line-height: 52px;
    margin-top: 10px;
}
.pack-btn a{
    display: block;
    width: 100%;
    height: 100%;
    color: #e60012;
}
.pack-item:hover{
    background: url(../images/package_banner2.png) no-repeat center center / 100% 100%;
}
.pack-item:hover .pack-btn{
    border: none;
    background: #e60012;
    color: #ffffff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.pack-item:hover a{
    color: #ffffff;
}


.advantage{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
}
.advantage .adv-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 40px;
}
.adv-box .adv-item{
    width: 566px;
    height: 169px;
    background: url(../images/advantage1.jpg) no-repeat center center / 100% 100%;
    padding-left: 165px;
    box-sizing: border-box;
    float: left;
    margin-right: 68px;
    cursor:pointer;
}
.adv-item:nth-of-type(even){
    margin-right: 0;
}
.adv-item:nth-of-type(n+3){
    margin-top: 30px;
}
.adv-item:nth-of-type(2){
    background: url(../images/advantage2.jpg) no-repeat center center / 100% 100%;
}
.adv-item:nth-of-type(3){
    background: url(../images/advantage3.jpg) no-repeat center center / 100% 100%;
}
.adv-item:nth-of-type(4){
    background: url(../images/advantage4.jpg) no-repeat center center / 100% 100%;
}
.adv-item:nth-of-type(1):hover{
    background: url(../images/advantage_1.jpg) no-repeat center center / 100% 100%;
}
.adv-item:nth-of-type(2):hover{
    background: url(../images/advantage_2.jpg) no-repeat center center / 100% 100%;
}
.adv-item:nth-of-type(3):hover{
    background: url(../images/advantage_3.jpg) no-repeat center center / 100% 100%;
}
.adv-item:nth-of-type(4):hover{
    background: url(../images/advantage_4.jpg) no-repeat center center / 100% 100%;
}
.adv-item .adv-name{
    width: 100%;
    height: auto;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-top: 42px;
}
.adv-item:hover .adv-name{
    color: #e60012;
}
.adv-item .adv-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 18px;
    margin-top: 26px;
}

.appreciation{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
}
.appreciation .app-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 40px;
}
.app-box .app-item{
    width: 20%;
    height: auto;
    overflow: hidden;
    float: left;
    position: relative;
    margin-top: 30px;
    cursor:pointer;
}
.app-item:nth-of-type(n+6){
    margin-top: 50px;
}
.app-item .app-img{
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.app-item .app-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 20px;
    margin-top: 18px;
}
.app-item .app-text{
    width: 90%;
    height: 90%;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    position: absolute;
    top: 5%;
    left: 5%;
    background: #ffffff;
    box-shadow: 0px 0px 10px #e60012;
    padding: 10px;
    box-sizing: border-box;
    display: none;
    border-radius: 5px;
}
.app-item:hover .app-text{
    display: block;
}

.process{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
}
.process .pro-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.pro-box .pro-item{
    width: 282px;
    height: 174px;
    margin-top: 40px;
    position: relative;
    background: url(../images/process1.png) no-repeat center center / 100% 100%;
    cursor:pointer;
}
.pro-item:hover{
    background: url(../images/process_1.png) no-repeat center center / 100% 100%;
}
.pro-item .pro-um{
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 101px;
    background: url(../images/process_num.png) no-repeat center center / 100% 100%;
    font-size: 46px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 80px;
}

.pro-item .pro-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 20px;
    margin-top: 56px;
    font-weight: bold;
}
.pro-item:hover .pro-name{
    color: #e60012;
}
.pro-item .pro-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 40px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 26px;
    margin-top: 10px;
    box-sizing: border-box;
}
.pro-item:hover .pro-text{
    color: #e60012;
}

.footer{
    width: 100%;
    height: 45px;
    background-color: #666666;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin-bottom: 120px;
}


.last{
    width: 100%;
    height: 120px;
    background: #f5f5f5;
    position: fixed;
    bottom: 0;
    left: 0;
	z-index:200;
}
.last .w-1200{
    position: relative;
    display: flex;
    justify-content: space-around;
}
.last .last-le{
    width: 212px;
    height: 179px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.last .last-on{
    width: 660px;
    height: 122px;
    display: flex;
    justify-content: space-between;
    margin-left: 248px;
}
.last-on .last-item{
    width: auto;
    height: 100%;
    overflow: hidden;
    display: flex;
}
.last-item .last-name{
    width: auto;
    height: 122px;
    font-size: 18px;
    color: #e60012;
    line-height: 122px;
}
.last-item .last-input{
    width: 208px;
    height: 40px;
    border: 1px solid #e60012;
    border-radius: 5px;
    padding: 0 5px;
    box-sizing: border-box;
    margin-left: 20px;
    overflow: hidden;
    margin-top: 41px;
}
.last-input input{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: medium;
    background: #f5f5f5;
}

.last .last-ri{
    width: 134px;
    height: 40px;
    background: #e60012;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin-top: 41px;
    cursor: pointer;
}
