@charset: "utf-8";

html *{
    padding: 0;
    margin: 0;
}

html,body{
    font-family: "SimSun";/* "SimSun" */;
    font-size: 16px;
    color: #fff;
    background-color: #111111;
}

body{
    margin: 0 auto;
    overflow: hidden;
    overflow-y:scroll;
}

img{
    border: none;
}

a{
    text-decoration: none;
}

li{
    list-style: none;
}

header{
    z-index: 999;
    display: block;
    width: 100%;
}

header.header2{
    position: absolute;
    z-index: 999;
    height: 120px;
}

header.header1{
    position: fixed;
    z-index: 999;
    display: none;
    height: 66px;
    background-color: rgba(0,0,0,0.8);
}

.h3{
    font-size: 30px;
    font-family: "Imperator Bold";
    font-weight: bold;
    color: #fff;
}

.h4{
    font-size: 24px;
    font-family: "Imperator Bold";
    color: #fff;
}

.more{
    width: 100%;
    height: 30px;
    text-align: center;
}

.more a{
    text-align: center;
    display: inline-block;
    width: 112px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    transition: 0.5s;
    font-weight: bold;
}

.more a:hover{
    background-color: rgba(0,0,0,0.5);
}

.allcenter{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

header .header_inner{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

header.header2 .header_inner .logo{
    float: left;
    height: 120px;
    overflow: hidden;
}

header.header1 .header_inner .logo{
    float: left;
    margin-top: 11px;
    height: 44px;
    overflow: hidden;
}

.header_inner .logo a{
    display: block;
    height: 100%;
    overflow: hidden;
}

.header_inner .logo a img{
    height: 100%;
}

header .header_inner .nav{
    padding-right: 52px;
    position: relative;
    float: right;
}

.header_inner .nav .English{
    position: absolute;
    right: 0;
    top: 50%;
    right: 26px;
    width: 26px;
    height: 26px;
    text-align: center;
    font-family: "DaunPenh";
    border: 1px solid #343433;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.header_inner .nav .English.ye a{
    background-color: #fff;
    color: #000;
}

.header_inner .nav .English.English1{
    right: 0;
    border-left: 0 solid #343433;
}

.header_inner .nav .English a{
    position: relative;
    display: block;
    width: 100%;
    height: 26px;
    font-family: "DaunPenh";
    font-size: 18px;
    text-align: center;
    color: #e9e9e9;
}

.header_inner .nav .English a span{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 18px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

header .header_inner .nav ul{
    height: 100%;
    padding-right: 48px;
}

.header_inner .nav li{
    position: relative;
    height: 100%;
    float: left;
}

.header_inner .nav .liline{
    position: absolute;
    top: 0;
    background-color: #89191d;
    height: 6px;
}

header.header2 .hidden_nav{
    position: absolute;
    width: 100%;
    top: 70%;
    left: 0;
    display: none;
}

header.header1 .hidden_nav{
    position: absolute;
    width: 100%;
    top: 56px;
    left: 0;
    display: none;
}

.hidden_nav a{
    display: block;
    margin-top: 10px;
    color: #fff;
    height: 26px;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    border:  1px solid #990716;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.6);
}

header.header1 .header_inner>.nav>ul>li>a{
    display: block;
    height: 100%;
    color: #fff;
    line-height: 66px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 32px;
}

header.header2 .header_inner>.nav>ul>li>a{
    display: block;
    font-weight: bold;
    height: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 120px;
    padding: 0 32px;
}

/* .header_inner>.nav>ul>li>a.focus{
        border-top: 4px solid #89191d;
        line-height: 112px;
        height: 116px;
}

.header_inner>.nav>ul>li>a:hover{
        border-top: 4px solid #89191d;
        line-height: 112px;
        height: 116px;
} */

.banner{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bgz1{
    background-image: url(../img/index/bg/1.png);
}
.bgz2{
    background-image: url(../img/index/bg/2.png);
}
.bgz3{
    background-image: url(../img/index/bg/3.png);
}
.bgz4{
    background-image: url(../img/index/bg/4.png);
}

.bgz{
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.bannerindex{
    position: relative;
    background-image: url(../img/index/bg/1.gif);
}

.box_three{
    position: relative;
    background-image: url(../img/index/bg/2.gif);
}

.box_four{
    position: relative;
    background-image: url(../img/index/bg_4.jpg);
}

.box_five{
    position: relative;
    background-image: url(../img/index/bg/3.gif);
}

.box_six{
    position: relative;
    background-image: url(../img/index/bg_6.jpg);
}

.box_seven{
    position: relative;
    background-image: url(../img/index/bg/4.gif);
}

.banner .banner_tit{
    position: absolute;
    width: 692px;
    z-index: 888;
}

.banner .bannerbg{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 10s linear;
}

.bgscale{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.banner .bannerbg.aboutbannerbg{
    background-image: url(../img/index/bg_3.jpg);
}

.banner .bannerbg.activitybannerbg{
    background-image: url(../img/activity/activity_bg1.jpg);
}

.banner .bannerbg.promotionbannerbg{
    background-image: url(../img/activity/activity_bg3.jpg);
}

.banner .bannerbg.informationbannerbg{
    background-image: url(../img/activity/activity_bg4.jpg);
}

.banner .bannerbg.contactbannerbg{
    background-image: url(../img/index/bg_7.jpg);
}

.banner .bannerbg.honorbannerbg{
    background-image: url(../img/honor/bg.jpg);
}

.banner .bannerbg.joinbannerbg{
    background-image: url(../img/join/bg1.jpg);
}

.banner .bannerbg.locationbannerbg{
    background-image: url(../img/location/bg1.jpg);
}

.banner .bannerbg.specialbannerbg{
    background-image: url(../img/special/bg.jpg);
}

.banner .bannerbg.storybannerbg{
    background-image: url(../img/story/bg_1.jpg);
}

.banner .bannerbg.recbannerbg{
    background-image: url(../img/contact/join.jpg);
}

.every_tit{
    position: absolute;
    width: 878px;
    z-index: 888;
    text-align: center;
    padding: 70px 0;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.every_tit p{
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    line-height: 28px;
}

.every_tit .tit1,.every_tit .tit2,.every_tit .allline{
    opacity: 0;
}

.every_tit .aline{
    position: absolute;
    z-index: 888;
    background-color: #920004;
}

.every_tit .atopline{
    top: 0;
    left: 0;
    width: 0;
    height: 2px;

}

.every_tit .abottomline{
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
}

.every_tit .arightline{
    top: 0;
    right: 0;
    width: 2px;
    height: 0;
}

.every_tit .aleftline{
    bottom: 0;
    left: 0;
    width: 2px;
    height: 0;
}

.every_tit .allline{
    display: inline-block;
    width: 60px;
    height: 2px;
    margin: 20px 0;
    background-color: #fff;
}


.banner .banner_tit img{
    width: 100%;
}

.banner .banner_sc p{
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    width: 100%;
}

.banner .banner_sc p.scroll{
    height: 40px;
}

.banner .banner_sc p.scroll img{
    display: inline-block;
    height: 28px;
    -webkit-animation: banner 3s ease infinite;
    -moz-animation: banner 3s ease infinite;
    -ms-animation: banner 3s ease infinite;
    -o-animation: banner 3s ease infinite;
    animation: banner 3s ease infinite;
}

.banner .banner_sc{
    position: fixed;
    width: 200px;
    z-index: 889;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

@-webkit-keyframes banner{
    0%{
    margin-top: 0px;
}

50%{
    margin-top: 8px;
}

90%{
    margin-top: 0px;
}

100%{
    margin-top: 0px;
}
}

@-moz-keyframes banner{
    0%{
    margin-top: 0px;
}

50%{
    margin-top: 8px;
}

90%{
    margin-top: 0px;
}

100%{
    margin-top: 0px;
}
}

@-o-keyframes banner{
    0%{
    margin-top: 0px;
}

50%{
    margin-top: 8px;
}

90%{
    margin-top: 0px;
}

100%{
    margin-top: 0px;
}
}

@keyframes banner{
    0%{
    margin-top: 0px;
}

50%{
    margin-top: 8px;
}

90%{
    margin-top: 0px;
}

100%{
    margin-top: 0px;
}
}

.promotionbox,.informationbox,.recbox{
    position: relative;
    height: auto;
    width: 100%;	
    background-image: url(../img/special/bg2.png);
    background-repeat: repeat;
    background-position: center;
}

.recbox .recinner{
    position: relative;
    width: 1200px;
    padding: 80px 0;
    margin: 0 auto;
}

.recbox .recinner .showmore{
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    height: 44px;
    background-color: #1e1e1e;
    font-weight: bold;
    font-size: 16px;
    line-height: 44px;
}

.recbox .recinner .showmore:hover{
    background-color: #131212;
}

.recbox .recinner table{
    width: 100%;
    border-collapse:collapse;
}

.recbox .recinner table thead{
    background-color: #89191d;
}

.recinner table thead tr{
    height: 48px;
}

.recinner table tbody td{
    padding: 22px 0;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #373737;
}

.recinner table tbody td.det{
    cursor: pointer;
    font-size: 14px;
}

.recinner table tbody td.cont{
    font-size: 16px;
    padding: 22px;
    text-align: left; 
}

.descr{
    display: none;
}

.recinner table tbody td.cont .continner{
    position: relative;
    width: 100%;
    padding-left: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

td.cont .continner  .woremail{
    width: 100%;
    margin-top: 22px;
    font-weight: bold;
}

td.cont .continner  .woremail span{
    color: #da3036;
}

td.cont .continner .redrect{
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 5px;
    background-color: #89191d;
}

td.cont .continner .worname,td.cont .continner .wortime{
    font-size: 16px;
    font-weight: bold;
}

td.cont .continner .wortime{
    margin-top: 6px;
}

td.cont .continner .worcontent{
    padding: 30px 0;
}

td.cont .continner .workscr{
    overflow: hidden;
    width: 100%;
}

td.cont .continner .workscr .srcleft,td.cont .continner .workscr .scrright{
    width: 50%;
    float: left;
}

td.cont .continner .workscr p{
    line-height: 20px;
    margin-top: 10px;
}

td.cont .continner .workscr .scrright{
    padding-left: 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.promotionbox .promotioninner,.informationbox .informationinner{
    overflow: hidden;
    margin: 0 auto;
    width: 1280px;
    padding-top: 20px;
    padding-bottom: 66px;
}

.informationbox .informationinner .infobox{
    position: relative;
    float: left;
    margin-left: 56px;
    margin-top: 30px;
    width: 612px;
    height: 228px;
}

.informationbox .informationinner .infobox.first{
    margin-left: 0;
}

.informationbox .informationinner .infobox .infoboxinner{
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #89191d;
    transition: background-color 0.5s;
}

.informationbox .informationinner .infobox .infoboxinner:hover{
    background-color: rgba(0,0,0,0.6);
}

.informationinner .infobox .infoboxinner .infoleft{
    height: 100%;
    width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 10px;
    padding-right: 0;
}

.infobox .infoboxinner .infoleft img{
    width: 100%;
    height: 100%;
}

.informationinner .infobox .infoboxinner .inforight{
    position: relative;
    float: left;
    width: 60%;
    height: 100%;
}

.infobox .infoboxinner .inforight .inforightinner{
    width: 296px;
}

.infoboxinner .inforight .inforightinner .infotime{
    margin-top: 30px;
    font-size: 18px;
}

.infoboxinner .inforight .inforightinner .infotit{
    font-size: 16px;
    padding: 18px 0;
    font-weight: bold;
} 

.informationbox .informationinner{
    padding-top: 50px;
    padding-bottom: 80px;
}

.promotionbox .promotioninner .probox{
    position: relative;
    width: 396px;
    height: 486px;
    margin-top: 46px;
    float: left;
    margin-left: 46px;
}

.promotionbox .promotioninner .probox.first{
    margin-left: 0;
}

.promotionbox .promotioninner .probox .proboxinner{
    cursor: pointer;
    position: absolute;
    background-color: #89191d;
    width: 100%;
    height: 100%;
}

.promotionbox .promotioninner .probox .proboxinner:hover{
    box-shadow: 1px 1px 10px 2px #000;
}

.promotioninner .probox .proboxinner .protop{
    overflow: hidden;
    width: 92%;
    height: 46%; 
    margin: 0 auto;
    margin-top: 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.promotioninner .probox .proboxinner .protop img{
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.promotionbox .promotioninner .probox .proboxinner:hover .protop img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.promotioninner .probox .proboxinner .probottom{
    position: relative;
    width: 100%;
    height: 50%;
}

.probox .proboxinner .probottom .probottominner{
    width: 300px;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.proboxinner .probottom .probottominner .protime{
    font-size: 18px;
    padding-top: 40px;
}

.proboxinner .probottom .probottominner .protit{
    font-size: 16px;
    padding: 20px 0;
    font-weight: bold;
}

.proboxinner .probottom .probottominner .procontent,.infoboxinner .inforight .inforightinner .infocontent{
    font-size: 14px;
    line-height: 22px;
    max-height: 44px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.proboxinner .probottom .probottominner .promore,.infoboxinner .inforight .inforightinner .infomore{
    margin-top: 18px;
}

.lrcenter{
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.box{
    width: 100%;
    height: 900px;

}

.box_two{
    background-image: url(../img/index/bg_2.jpg);
    background-attachment: fixed;
}

.box_two .two_left{
    width: 33%;
    height: 100%;
    float: left;
}

.box_two .two_center{
    position: relative;
    background-image: url(../img/index/bg_2center.jpg);
    text-align: center;
    width: 34%;
    float: left;
    height: 100%;
}

.box_two .two_right{
    width: 33%;
    height: 100%;
    float: left;
}

.box_two .two_center .two_center_inner{
    width: 100%;
}

.box_two .two_center .two_center_inner .logo2{
    position: relative;
    width: 130px;
    margin: 0 auto;
    padding: 18px 54px;
    text-align: center;
    margin-top: 44px;
}

.box_two .two_center .two_center_inner .logo2 img{
    height: 100%;
}

.two_center_inner .logo2 .logo2_top,.two_center_inner .logo2 .logo2_bottom{
    position: absolute;
    z-index: 888;
    height: 1px;
    background-color: #414141;
}

.lined{
    width: 100%;
    -webkit-animation: long 0.6s linear;
    -moz-animation: long 0.6s linear;
    -ms-animation: long 0.6s linear;
    -o-animation: long 0.6s linear;
    animation: long 0.6s linear;
}

@-webkit-keyframes long{
    0%{
    width: 0;
}

100%{
    width: 100%;
}
}

@-moz-keyframes long{
    0%{
    width: 0;
}

100%{
    width: 100%;
}
}

@-o-keyframes long{
    0%{
    width: 0;
}

100%{
    width: 100%;
}
}

@keyframes long{
    0%{
    width: 0;
}

100%{
    width: 100%;
}
}

.two_center_inner .logo2 .logo2_top{
    left: 0;
    top: 0;
}

.two_center_inner .logo2 .logo2_bottom{
    bottom: 0;
    right: 0;
}

.box_two .two_center .two_center_inner p{
    color: #fff;
    width: 76%;
    font-size: 14px;
    margin: 0 auto;
    line-height: 26px;
    margin-top: 14px;
    opacity: 0;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.box_two .two_center .two_center_inner p.two_tit{
    font-size: 18px;
    padding: 14px 0;
}

.more_one{
    margin-top: 54px;
}

.box_two .two_center .two_center_inner .two_center_bottom{
    margin-top: 60px;
}

.box_three .box_three_inner,.box_five .box_five_inner{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.cq_imgbox{
    width: 100%;
    height: 400px;
    position: absolute;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.cq_imgbox.right .inner_img{
    float: right;
    opacity: 0;
}

.cq_imgbox.left .inner_img{
    float: left;
    margin-left: 16px;
    opacity: 0;
}

.cq_imgbox.right{
    top: 120px;
    right: 80px;
}

.cq_imgbox.left{
    bottom: 120px;
    left: 80px;
}

.cq_imgbox p{
    line-height: 30px;
    opacity: 0;
    font-size: 16px;
    -webkit-writing-mode:vertical-rl;
    writing-mode:tb-rl;	
}

.cq_imgbox.right p{
    float: right;
    margin-right: 16px;
}

.cq_imgbox.left p{
    float: left;
    margin-left: 16px;
}

.cq_imgbox.right p.first{
    margin-right: 24px;
}

.cq_imgbox.left p.first{
    margin-right: 0;
}

.box_four .box_four_inner{
    width: 1280px;
    height: 626px;

}

.box_four .box_four_inner .box_fourinner{
    float: left;
    position: relative;
    width: 33%;
    height: 100%;
    float: left;
}

.box_four .box_four_inner .box_fourinner.bcenter{
    width: 34%;
}

.box_four .box_four_inner .box_four_small{
    float: left;
    width: 50%;
    height: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.box_four .box_four_inner .box_four_big{
    float: left;
    width: 100%;
    height: 67%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.box_four .box_four_inner .box_fourleft_small{
    padding-right: 1px;
    padding-bottom: 1px;
}

.box_fourleft_small img,.box_fourleft_big img{
    width: 100%;
    height: 100%;
}

.box_four .box_four_inner img{
    backface-visibility: hidden;
    transform: rotateY(-180deg);
}

.rotateImg1{
    -webkit-animation: rotate 1s linear both;
    -moz-animation: rotate 1s linear both;
    -ms-animation: rotate 1s linear both;
    -o-animation: rotate 1s linear both;
    animation: rotate 1s linear both;
}
.rotateImg2{
    -webkit-animation: rotate 1s linear 0.2s both;
    -moz-animation: rotate 1s linear 0.2s both;
    -ms-animation: rotate 1s linear 0.2s both;
    -o-animation: rotate 1s linear 0.2s both;
    animation: rotate 1s linear 0.2s both;
}
.rotateImg3{
    -webkit-animation: rotate 1s linear 0.4s both;
    -moz-animation: rotate 1s linear 0.4s both;
    -ms-animation: rotate 1s linear 0.4s both;
    -o-animation: rotate 1s linear 0.4s both;
    animation: rotate 1s linear 0.4s both;
}
.rotateImg4{
    -webkit-animation: rotate 1s linear 0.6s both;
    -moz-animation: rotate 1s linear 0.6s both;
    -ms-animation: rotate 1s linear 0.6s both;
    -o-animation: rotate 1s linear 0.6s both;
    animation: rotate 1s linear 0.6s both;
}
.rotateImg5{
    -webkit-animation: rotate 1s linear 0.8s both;
    -moz-animation: rotate 1s linear 0.8s both;
    -ms-animation: rotate 1s linear 0.8s both;
    -o-animation: rotate 1s linear 0.8s both;
    animation: rotate 1s linear 0.8s both;
}
.rotateImg6{
    -webkit-animation: rotate 1s linear 1s both;
    -moz-animation: rotate 1s linear 1s both;
    -ms-animation: rotate 1s linear 1s both;
    -o-animation: rotate 1s linear 1s both;
    animation: rotate 1s linear 1s both;
}
.rotateImg7{
    -webkit-animation: rotate 1s linear 1.2s both;
    -moz-animation: rotate 1s linear 1.2s both;
    -ms-animation: rotate 1s linear 1.2s both;
    animation: rotate 1s linear 1.2s both;
    animation: rotate 1s linear 1.2s both;
}
.rotateImg8{
    -webkit-animation: rotate 1s linear 1.4s both;
    -moz-animation: rotate 1s linear 1.4s both;
    -ms-animation: rotate 1s linear 1.4s both;
    -o-animation: rotate 1s linear 1.4s both;
    animation: rotate 1s linear 1.4s both;
}
.rotateImg9{
    -webkit-animation: rotate 1s linear 1.6s both;
    -moz-animation: rotate 1s linear 1.6s both;
    -ms-animation: rotate 1s linear 1.6s both;
    -o-animation: rotate 1s linear 1.6s both;
    animation: rotate 1s linear 1.6s both;
}

@-webkit-keyframes rotate{
    0%{
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

100%{
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
} 

@-moz-keyframes rotate{
    0%{
    opacity: 0;
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

100%{
    opacity: 1;
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
} 

@-o-keyframes rotate{
    0%{
    opacity: 0;
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

100%{
    opacity: 1;
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
} 

@keyframes rotate{
    0%{
    opacity: 0;
    transform: rotateY(-180deg);
}

100%{
    opacity: 1;
    transform: rotateY(0deg);
}
} 

.box_four .box_four_inner .box_fourleft_big{
    padding-right: 1px;
} 

.box_four .box_four_inner .box_fourright_small{
    padding-left: 1px;
}

.box_fourright_small img,.box_fourright_big img{
    width: 100%;
    height: 100%;
}

.box_four .box_four_inner .box_fourright_big{
    padding-left: 1px;
    padding-bottom: 1px;
} 

.box_four .box_four_inner .box_fourcenter_small{
    float: left;
    width: 50%;
    height: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.box_four .box_four_inner .box_fourcenter_small img{
    width: 100%;
    height: 100%;
}

.box_four .box_four_inner .box_fourcenter_big{
    height: 33%;
    width: 100%;
    float: left;
}

.box_four .box_four_inner .box_fourcenter_big img{
    width: 100%;
    height: 100%;
}

.box_four .box_four_inner .box_fourcenter_small.left{
    padding-right: 1px;
}


.box_four .box_four_inner .box_fourcenter_center{
    float: left;
    height: 34%;
    width: 100%;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-image: url(../img/index/four_center3.jpg);
    opacity: 0;
}

.tit2{
    margin-top: 6px;
}

.alltit{
    width: 100%;
    text-align: center;
}

.box_four .box_four_inner .box_fourcenter_center .more_two{
    margin-top: 28px;
}

.box_six .box_six_inner{
    width: 1200px;
}

.box_six .box_six_inner .news{
    position: relative;
    width: 100%;
    padding-top: 60px;
    margin-top: 20px;
    margin-bottom: 36px;
    height: 440px;
}

.box_six_inner .news .centerline{
    position: absolute;
    left: 50%;	
    width: 15px;
    height: 100%;
    top: 0;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.news .centerline .topline{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #caa1a3;
    z-index: 888;
}

.news .centerline .centerl{
    position: absolute;
    top: 1px;
    left: 7px;
    height: 0;
    width: 1px;
    z-index: 777;
    background-color: #caa1a3;
}

.news .centerline .bottomarc{
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.box_six .box_six_inner .news .newsbox{
    margin-bottom: 64px;
    opacity: 0;
    width: 50%;
    float: left;
}

.box_six_inner .news .newsbox .newinner{
    width: 524px;
    border-top: 3px solid #fff;
    height: 116px;
    padding-top: 30px;
}

.box_six_inner .news .newsbox.left .newinner{
    float: left;
    margin-left: 14px;
}

.box_six_inner .news .newsbox.right .newinner{
    float: right;
    margin-right: 14px;
}

.news .newsbox .newinner .newtime{
    height: 100px;
    width: 96px;
    text-align: right;
    padding-right: 20px;
    border-right: 1px solid #bf8c8e;
    height: 100%;
    float: left;
}

.newsbox .newinner .newtime .newday{
    font-size: 84px;
    line-height: 84px;
    width: 100%;
}

.newsbox .newinner .newtime .newyear{
    font-size: 24px;
    width: 100%;
}

.newsbox .newinner .newcon{
    position: relative;
    float: left;
    width: 340px;
    height: 100%;
    margin-left: 20px;
}

.newsbox .newinner .newcon .accont{
    width: 100%;
}

.newsbox .newinner .newcon .newtit{
    width: 100%;
    padding-top: 14px;
    font-size: 16px;
    font-weight: bold;
}

.newsbox .newinner .newcon .newcontent{
    margin-top: 14px;
    line-height: 22px;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newcon .newmore{
    height: 18px;
    width: 100%;
}

.newcon .newmore .acother{
    float: left;
    font-weight: bold;
    font-size: 16px;
}

.newcon .newmore  a{
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.box_six_inner .news .newsbox.right .newinner{
    float: right;
    margin-right: 14px;
}

footer{
    position: relative;
    display: block;
    height: 366px;
    background-image: url(../img/bottom/bg.jpg);
}

footer .bottom_inner{
    width: 1200px;
    text-align: center;
}

footer .bottom_inner .share a{
    position: relative;
}

footer .bottom_inner .share a .qr{
    display: none;
    position: absolute;
    top: -180px;
}

footer .bottom_inner .share a:hover{
}

footer .bottom_inner .name,footer .bottom_inner .tel{
    font-family: "FZS3JW-GB1-0";
    margin-top: 12px;
}

footer .bottom_inner .name{
    font-size: 18px;
}

footer .bottom_inner .tel{
    font-size: 30px;
}

footer .bottom_inner .tel i{
    display: inline-block;
    padding-left: 34px;
    position: relative;
}

footer .bottom_inner .loc{
    font-size: 14px;
    margin-top: 12px;
}
footer .bottom_inner .copyright1{
    margin-top: 12px;
}

footer .bottom_inner .copyright1,footer .bottom_inner .copyright2{
    font-size: 14px;
    color: #747474;
    line-height: 18px;
    font-family: "Aparajita";
}

.t{ position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    left: 0px;
    top: 4px;
}

.t2{ position: absolute;
    display: block;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    left: 0px;
    top: 4px;
}

.t img{
    width: 100%;
}

.lemassage{
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url(../img/special/bg2.png);
    background-repeat: repeat;
    background-position: center;
}

.lemassage .lemassageinner{
    width: 934px;
}

.lemassage .lemassageinner .masubmit{
    cursor: pointer;
    width: 100%;
    height: 54px;
    background-color: #89191d;
    font-size: 18px;
    text-align: center;
    line-height: 54px;
    float: left;
    margin-top: 22px;
}

.lemassage .lemassageinner .masubmit:hover{
    background-color: #630609;
}

.lemassage .lemassageinner .mscontent{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 226px;
    border: 1px solid #89191d;
}

.lemassage .lemassageinner .mscontent textarea{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    resize: none;
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 16px;
    outline: none;
    overflow: auto;
    background-color: rgba(0,0,0,0.1);
}

.lemassage .lemassageinner .massagetit{
    font-size: 24px;
    text-align: center;
    color: #fff;
    width: 100%;
    padding-bottom: 40px;
}

.lemassage .lemassageinner .minput{
    position: relative;
    float: left;
    width: 304px;
    height: 52px;
    border: 1px solid #89191d;
}

.lemassage .lemassageinner span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 16px;
}

.lemassage .lemassageinner .minput input{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: #fff;
    outline: none;
    border: none;
    font-size: 14px;
    padding: 16px;
    background-color: rgba(0,0,0,0.1);

}

.lemassage .lemassageinner .minput.cmassage{
    margin: 0 8px;
}


/*about界面 */

.jidi{
    position: relative;
    width: 100%;
    height: 775px;
    background-image: url(../img/about/bgr.jpg);
}

.jidi .jidiinner{
    width: 1200px;
    text-align: center;
}

.jidi .jidiinner .jidibox{
    float: left;
    width: 380px;
    background-color: rgba(0,0,0,0.3);
    overflow: hidden; 
}

.jidi .jidiinner .jidibox img.img{
    width: 100%;
    height: 300px;
}

.jidi .jidiinner .jidibox.center{
    margin: 0 30px;
}

.jidi .jidiinner .jidibox .jidicontent{
    position: relative;
    width: 100%;
    height: 200px;
}

.jidiinner .jidibox .jidicontent .jidicont{
    margin: 0 auto;
    margin-top: 46px;
    width: 80%;
}

.jidibox .jidicontent .jidicont .tit{
    font-size: 24px;
}

.jidibox .jidicontent .jidicont p{
    font-size: 14px;
    margin-top: 22px;
    line-height: 26px;
}


.aboutbox{
    position: relative;
    width: 100%;
    height: 800px;
}

.aboutbox2{
    background-image: url(../img/about/about_bg2.jpg);
}
.aboutbox3{
    background-image: url(../img/about/about_bg3.jpg);
}
.aboutbox4{
    background-image: url(../img/about/about_bg4.jpg);
}
.aboutbox5{
    background-image: url(../img/about/about_bg5.jpg);
}
.aboutbox6{
    background-image: url(../img/about/about_bg6.jpg);
}
.aboutbox7{
    background-image: url(../img/about/about_bg7.jpg);
}
.aboutbox8{
    background-image: url(../img/about/about_bg8.jpg);
}
.aboutbox9{
    background-image: url(../img/about/about_bg9.jpg);
}

.aboutbox .about_inner{
    width: 1200px;
    height: 100%;
}

.aboutbox .about_inner .about_content{
    position: absolute;
    z-index: 899;
    width: 400px;
    text-align: left;
}

.aboutbox .about_inner .about_content .top{
    width: 100%;
    height: 48px;
}

.about_inner .about_content .top img{
    height: 100%;
}

.about_inner .about_content .bottom{
    margin-top: 16px;
}

.about_inner .about_content .bottom p{
    font-size: 14px;
    margin-top: 8px;
}

.about_inner .about_content .bottom p.first{
    font-size: 24px;
}

.aboutbox .about_inner .yeartime{
    position: absolute;
    z-index: 899;
    width: 170px;
    height: 170px;
    border: 6px solid #bc9d67;
    text-align: center;
    color: #bc9d67;
}

.aboutbox .about_inner .yeartime p{
    width: 100%;
    height: 20px;
    margin-top: 40px;
}

.aboutbox .about_inner .yeartime p span{
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #bc9d67;
}

.aboutbox .about_inner .yeartime .year{
    font-family: "Constantia";
    font-size: 60px;
    color: #bc9d67;
    width: 100%;
    height: 110px;
}



.yeartime .year .leftnum{
    float: left;
    width: 50%;
    height: 80px;
    line-height: 80px;
    text-align: right;
}

.yeartime .year .rightnum{
    float: left;
    width: 20%;
    height: 62px;
    margin-top: 18px;
    overflow: hidden;
}

.yeartime .year .rightnum ul{
    height:300px;
    width: 100%;
}

.yeartime .year .rightnum ul li{
    height: 60px;
    text-align: center;
    width: 100%;
    line-height: 34px;
}



#year1,#year3,#year5,#year7,#year9,#year11,#year13,#year15{
    text-align: right;
}

#year2,#year4,#year6,#year8,#year10,#year12,#year14,#year16{
    text-align: left;
}

.aboutbox .about_inner .bigimg,.aboutbox .about_inner .smallimg{
    position: absolute;
    z-index: 889;
}

.aboutbox .about_inner .bigimg img,.aboutbox .about_inner .smallimg img{
    height: 100%;
}

.aboutbox .about_inner .bigimg2{
    left: 0;
    top: 300px;
    opacity: 0;
}

.aboutbox .about_inner .smallimg2{
    top: 500px;
    right: 30px;
    opacity: 0;
}

.aboutbox .about_inner .content2{
    left: 580px;
    top: 300px;
    opacity: 0;
}

.aboutbox .about_inner .year2{
    left: 465px;
    top: 10px;
    opacity: 0;
}

.aboutbox .about_inner .bigimg3{
    right: 215px;
    top: 442px;
    opacity: 0;
}

.aboutbox .about_inner .smallimg3{
    top: 360px;
    left: 140px;
    opacity: 0;
}

.aboutbox .about_inner .content3{
    left: 176px;
    top: 10px;
    opacity: 0;
}

.aboutbox .about_inner .year3{
    right: 40px;
    top: 10px;
    opacity: 0;
}

.aboutbox .about_inner .bigimg4{
    left: 90px;
    top: 290px;
    opacity: 0;
}

.aboutbox .about_inner .smallimg4{
    top: 105px;
    right: 16px;
    opacity: 0;
}

.aboutbox .about_inner .content4{
    left: 702px;
    top: 486px;
    opacity: 0;
}

.aboutbox .about_inner .year4{
    right: 402px;
    top: 24px;
    opacity: 0;
}

.aboutbox .about_inner .bigimg5{
    right: 60px;
    top: 340px;
    opacity: 0;
}

.aboutbox .about_inner .smallimg5{
    top: 485px;
    left: 220px;
    opacity: 0;
}

.aboutbox .about_inner .content5{
    left: 402px;
    top: 102px;
    opacity: 0;
}

.aboutbox .about_inner .year5{
    left: 130px;
    top: 86px;
    opacity: 0;
}

.aboutbox .about_inner .bigimg6{
    right: 10px;
    top: 140px;
    opacity: 0;
}

.aboutbox .about_inner .smallimg6{
    top: 492px;
    left: 250px;
    opacity: 0;
}

.aboutbox .about_inner .content6{
    left: 410px;
    top: 106px;
    opacity: 0;
}

.aboutbox .about_inner .year6{
    left: 120px;
    top: 98px;
    opacity: 0;
}

.aboutbox .about_inner .bigimg7{
    left: 0px;
    top: 250px;
    opacity: 0;
}

.aboutbox .about_inner .smallimg7{
    top: 103px;
    right: 74px;
    opacity: 0;
}

.aboutbox .about_inner .content7{
    left: 582px;
    top: 460px;
    opacity: 0;
}

.aboutbox .about_inner .year7{
    left: 488px;
    top: 52px;
    opacity: 0;
}

.aboutbox .about_inner .bigimg8{
    right: 102px;
    top: 292px;
    opacity: 0;
}

.aboutbox .about_inner .smallimg8{
    top: 480px;
    left: 180px;
    opacity: 0;
}

.aboutbox .about_inner .content8{
    left: 180px;
    top: 20px;
    opacity: 0;
}

.aboutbox .about_inner .year8{
    right: 0px;
    top: 186px;
    opacity: 0;
}

.aboutbox .about_inner .bigimg9{
    right: 0px;
    top: 140px;
    opacity: 0;
}

.aboutbox .about_inner .smallimg9{
    top: 305px;
    left: 286px;
    opacity: 0;
}

.aboutbox .about_inner .content9{
    left: 0px;
    top: 500px;
    opacity: 0;
}

.aboutbox .about_inner .year9{
    left: 102px;
    top: 140px;
    opacity: 0;
}

.yearnav{
    position: fixed;
    top: 50%;
    right: 0;
    padding-right: 20px;
    font-family: "Constantia";
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 998;
    display: none;
}

.yearnav ul{
    float: right;
}

.yearnav li{
    text-align: right;
}

.yearnav li span{
    display: inline-block;
    width: 45px;
    padding: 14px 0;
    border-bottom: 1px solid #454545;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.yearnav li.yearfocus span{
    font-size: 26px;
    color: #bc9d67;
    width: 64px;
    border-bottom: 2px solid #bc9d67;
}



/*story界面*/

.story2{
    position: relative;
    width: 100%;
    height: 416px;
    background-image: url(../img/story/bg_2.jpg);
}

.story3{
    position: relative;
    width: 100%;
    height: 560px;
    background-image: url(../img/story/bg_3.jpg);
}

.story2 .story2_inner,.story3 .story3_inner{
    width: 1200px;
    text-align: center;
}

.story2 .story2_inner .topimg{
    height: 120px;
    width: 100%;
}

.story2 .story2_inner .topimg img{
    height: 100%;
}

.story2 .story2_inner  p,.story3 .story3_inner p{
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 14px;
    opacity: 0;
}

.story2 .story2_inner  p.story2_tit,.story3 .story3_inner p.story3_tit{
    font-size: 24px;
}

.story4{
    position: relative;
    width: 100%;
    height: 560px;
}

.story4 .story4_inner{
    position: absolute;
    width: 1200px;
    height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.story4 .story4_inner .boss{
    height: 100%;
    float: left;
}

.story4 .story4_inner .boss img{
    height: 100%;
}

.story4 .story4_inner .boss_content{
    position: absolute;
    left: 522px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.story4 .story4_inner .boss_content p{
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    opacity: 0;
}

.story4 .story4_inner .boss_content p.story4_tit{
    font-size: 24px;
    margin-bottom: 10px;
}

.storybox{
    width: 100%;
    height: 700px;
}

.storybox .storybox_inner{
    width: 100%;
    height: 100%;
}

.hafbox{
    position: relative;
    width: 34%;
    height: 100%;
    float: left;
}

.hafbox.hasbg{
    background-image: url(../img/story/hafbox.jpg);
}

.hafbox .hafbox_inner{
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0 16%;
    z-index: 899;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.hafbox .hafbox_inner .titimg img{
    height: 100%;
}

.hafbox .hafbox_inner .titimg.titimg1{
    height: 84px;  
}

.hafbox .hafbox_inner .titimg.titimg2{
    height: 95px;
}

.hafbox .hafbox_inner .titimg.titimg3{
    height: 74px;
}

.hafbox .hafbox_inner .othercontent{
    width: 100%;
}

.hafbox .hafbox_inner .othercontent ul{
    width: 100%;
}

.hafbox .hafbox_inner .othercontent li{
    position: relative;
    width: 100%;
    padding-left: 20px;
    margin-top: 32px;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hafbox .hafbox_inner .othercontent li span{
    position: absolute;
    display: block;
    left: 0px;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
}

.hafbox .hafbox_inner .othercontent li p{
    font-size: 14px;
    line-height: 28px;
}

.hafbox .hafbox_inner .othercontent li p.tit{
    margin-top: 0;
    font-size: 18px;
}

.hafbox.justbg{
    overflow: hidden;
    width: 66%;
}

.story5 .hafbox.justbg .justbg1{
    width: 100%;
    height: 100%;
    background-image: url(../img/story/story5_1.jpg);
    transition: all 16s;
}

.story6 .hafbox.justbg .justbg2{
    width: 100%;
    height: 100%;
    transition: all 16s;
    background-image: url(../img/story/story6_1.jpg);
}

.story7 .hafbox.justbg .justbg3{
    width: 100%;
    height: 100%;
    transition: all 16s;
    background-image: url(../img/story/story7_1.jpg);
}


/*honor界面*/


.honor{
    position: relative;
    width: 100%;
    background-image: url(../img/honor/honor2_bg.jpg);
}

.honor .honor_inner{
    width: 1200px;
    padding: 24px 0;
    margin: 0 auto;
}

.honor .honor_inner .honor_content{
    width: 100%;
    height: 160px;
    opacity: 0;
}

.honor_inner .honor_content .honor_cc{
    position: relative;
    height: 100%;
    float: left;
    width: 530px;
    padding: 0 7px;
}

.honor_content .honor_ctime{
    position: relative;
    height: 100%;
    padding: 0 14px;
    width: 614px;
    float: left;
}

.honor_content .honor_ctime .honorctime_inner .hyear{
    display: inline-block;
    height: 100px;
    width: 100px;
    border: 6px solid #990716;
    line-height: 100px;
    text-align: center;
    font-family: "Constantia";
    font-size: 44px;
}

.honor_content .honor_ctime .honorctime_inner .hyear.smallhyear{
    position: relative;
    font-size: 16px;
}

.honor_content .honor_cc .honorcc_inner,.honor_content .honor_ctime .honorctime_inner{
    position: absolute;
    top: 50%;
    padding: 14px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 100%;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.honor_content .honor_cc .honorcc_inner{
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
}

.honor_content .honor_cc .honorcc_inner.inleft,.honor_content .honor_ctime .honorctime_inner.inleft{
    text-align: right;
}

.honor_content .honor_cc .honorcc_inner.inright,.honor_content .honor_ctime .honorctime_inner.inright{
    text-align: left;
}


.honor_content .honor_cc .honorcc_inner p{
    font-size: 14px;
    margin-top: 6px;
}

.honor_content .honor_cc .honorcc_inner p.honor_tit{
    font-size: 18px;
    margin-top: 0;
}

.contact2{
    position: relative;
    width: 100%;
    height: 436px;
    background-image: url(../img/contact/bg_2.jpg);
}

.contact2 .contact2_inner{
    width: 1200px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.contact2 .contact2_inner p{
    margin-top: 16px;
}

.contact3{
    position: relative;
    width: 100%;
    height: 710px;
    background-image: url(../img/contact/bg_3.jpg);
}

.contact3 .contact3_inner{
    width: 1200px;
    text-align: center;
}

.contact3 .contact3_inner .mapbox{
    width: 1190px;
    height: 502px;
    border: 5px solid #89191d;
}

.contact3 .contact3_inner p{
    margin-top: 16px;
}


/* join界面 */


.joinbox2{
    position: relative;
    width: 100%;
    height: 530px;
    background-image: url(../img/special/bg2.png);
}

.joinbox3{
    position: relative;
    width: 100%;
    height: 590px;
    overflow: hidden;
}

.joinbox3 .join3bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/join/bg3.jpg);
    -webkit-transition: all 16s;
    -moz-transition: all 16s;
    -ms-transition: all 16s;
    -o-transition: all 16s;
    transition: all 16s;
}

.joinbox4{
    position: relative;
    width: 100%;
    height: 530px;
    background-image: url(../img/join/bg4.jpg);
}

.joinbox5{
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.joinbox5 .join5bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/join/bg5.jpg);
    -webkit-transition: all 16s;
    -moz-transition: all 16s;
    -ms-transition: all 16s;
    -o-transition: all 16s;
    transition: all 16s;
}

.joinbox_innner{
    width: 1200px;
    text-align: center;
}

.joinbox2 .joinbox_innner .joinadd{
    width: 100%;
    margin-top: 36px;
}

.joinbox2 .joinbox_innner .joinadd .joinaddbox{
    float: left;
    width: 280px;
    height: 186px;
    border: 4px solid #89191d;
    margin-right: 16px;
    opacity: 0;
}

.joinbox_innner .joinadd .joinaddbox p{
    margin-top: 8px;
    font-size: 14px;
}

.joinbox2 .joinbox_innner .join2_tit{
    opacity: 0;
}

.joinbox2 .joinbox_innner .join2_tit p{
    margin-top: 14px;
    font-size: 18px;
}

.joinbox2 .joinbox_innner .join2_tit p.h4{
    font-size: 24px;
    font-family: "Imperator Bold";
    margin-top: 0;
}

.joinbox_innner .joinadd .joinaddbox .jimgbox{
    height: 100px;
    margin-top: 8px;
    width: 100%;
    position: relative;
}
.joinadd .joinaddbox .jimgbox .img1{
    height: 48px;
}

.joinbox2 .joinbox_innner .joinadd .joinaddbox.last{
    margin-right: 0;
}

.joinbox3 .joinbox_innner{
    height: 100%;
}

.joinbox3 .joinbox_innner .joinus{
    opacity: 0;
    float: left;
    width: 33%;
    height: 100%;
    position: relative;
}

.joinbox3 .joinbox_innner .joinus.center{
    width: 34%;
}

.joinbox3 .joinbox_innner .joinus.center .joinusbox{
    background-image: url(../img/join/bg3_2.jpg);
}

.joinbox_innner .joinus.center .joinusbox .joinlogo{
    width: 100%;
    height: 38px;
    text-align: center;
}

.joinus.center .joinusbox .joinlogo img{
    height: 100%;
}

.joinus.center .joinusbox p.h4{
    font-size: 24px;
    margin-top: 26px;
    font-family: "Imperator Bold";
}

.joinus.center .joinusbox p.tel{
    font-family: "Imperator Bold";
    font-size: 16px;
}

.joinbox3 .joinbox_innner .joinus .joinusbox{
    background-color: #131313;
    padding: 58px 0;
    width: 100%;
}

.joinbox_innner .joinus .joinusbox p{
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.joinus .joinusbox p span{
    display: inline-block;
    width: 175px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    height: 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #424242;
}

.joinbox_innner .joinus .joinusbox p.first{
    margin-top: 26px;
}

.joinus.center .joinusbox p.first{
    margin-top: 20px;
}

.joinbox_innner .join4_bottom{
    opacity: 0;
    margin-top:0px;
}

.join4_tit{
    opacity: 0;
}

.joinbox_innner .join4_bottom .join4_price .top{
    font-size: 18px;
}

.joinbox_innner .join4_bottom .join4_price{
    width: 20%;
    height: 170px;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    float: left;
    border-right: 1px solid #bf8b8d;
}

.joinbox_innner .join4_bottom .join4_price.last{
    border-right: 0;
}

.joinbox_innner .join4_bottom .join4_price .bottom{
    margin-top: 30px;
    font-size: 14px;
}

.join4_bottom .join4_price .top .pnum{
    font-family: "Constantia";
    font-size: 50px;
    margin-right: 4px;
}

.join4_bottom .join4_price .top .ptime{

}

.join5_tit{
    opacity: 0;
}

.joinbox5 .joinbox_innner .join5_content{
    width: 100%;
    margin-top: 34px;
}

.joinbox_innner .join5_content .join5_innerbox{
    position: relative;
    width: 145px;
    height: 145px;
    float: left;
    border: 5px solid #89191d;
    margin-right: 54px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
}

.join5_content .join5_innerbox .join5_in{
    width: 100%;
}

.join5_content .join5_innerbox .join5_in p{
    margin-top: 8px;
}

.joinbox_innner .join5_content .join5_innerbox .num{
    font-family: "Constantia";
}

.joinbox_innner .join5_content .join5_innerbox.last{
    margin-right: 0;
}

.joinbox_innner .join5_content .join5_innerbox .bottomline{
    margin-top: 12px;
    width: 100%;
}

.join5_content .join5_innerbox .bottomline span{
    display: inline-block;
    width: 16px;
    height: 1px;
    background-color: #fff;
}


/* location界面 */

.ldetial{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.ldetial .ldetialinner{
    width: 730px;
    height: 294px;
}

.ldetial .ldetialinner .outbut{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -48px;
    width: 48px;
    height: 48px;
}

.ldetial .ldetialinner .outbut img{
    width: 100%;
}

.ldetial .ldetialinner .leftdetial{
    position: relative;
    background-color: #89191d;
    float: left;
    height: 100%;
    width: 372px;
}

.ldetial .ldetialinner .leftdetial .leftdetialinner{
    width: 286px;
}

.ldetialinner .leftdetial .leftdetialinner .locname{
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #ad5e61;
    padding-bottom: 20px;
    font-weight: bold;
}

.leftdetial .leftdetialinner .ploc .pleft{
    position: absolute;
    left: 0;
    top: 16px;
}

.ldetialinner .leftdetial .leftdetialinner .ploc{
    position: relative;
    font-size: 14px;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #ad5e61;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 45px;
    line-height: 24px;
}

.ldetial .ldetialinner .rightdetial{
    float: left;
    height: 100%;
    width: 358px;
} 

.ldetial .ldetialinner .rightdetial .locmap{
    width: 100%;
    height: 100%;
}

.locationbox{
    position: relative;
    width: 100%;
    height: 840px;
    background-image: url(../img/special/bg2.png);
}

svg path{
    cursor: pointer;
}

.locationbox .locationbox_inner{
    width: 1200px;
}

.locationbox .locationbox_inner .locleft{
    position: relative;
    margin-top: 20px;
    width: 590px;
    float: left;
    margin-left: 20px;
}

.locationbox_inner .locleft .mapbox{
    width: 100%;
    height: 560px;
    position: relative;
    margin-top: -60px;
    z-index: 888;
}

.locationbox_inner .locleft .mapbox .worldmap{
    display: none;
    z-index: 889;
    position: absolute;
    right: 0px;
    top: 100px;
    width: 574px;
    height: 342px;
}

.mapbox .worldmap .mapdotbox{
    font-size: 14px;
    position: absolute;
    width: 124px;
    height: 56px;
}

.mapbox .worldmap .mapdotbox .matop{
    margin-top: 4px;
}

.mapbox .worldmap .mapdotbox.one{
    left: 14px;
    top: 100px;
}

.mapbox .worldmap .mapdotbox.two{
    left: 75px;
    top: 120px;
}

.mapbox .worldmap .mapdotbox p{
    text-align: center;
}

.locleft .mapbox .worldmap>img{
    width: 100%;
    height: 100%;
}

.locleft .mapbox .worldmap .lbox{

}

.locationbox_inner .locleft .mapbox .logo{
    position: absolute;
    left: 0;
    height: 75px;
    top: -40px;
}

.locationbox_inner .locleft .mapbox .logo img{
    height: 100%;
}

.locationbox_inner .locleft .mapbox .mapchange{
    position: absolute;
    left: 0;
    bottom: 0px;
}

.locationbox_inner .locleft .mapbox .mapchange span{
    cursor: pointer;
    display: inline-block;
    width: 66px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #4f4f4f;
    margin-right: 6px;
    float: left;
    font-size: 14px;
}

.locationbox_inner .locleft .mapbox .mapchange span.focus{
    border: 1px solid #990716;
    margin-top: 1px;
}

.locationbox_inner .locleft .mapbox .map{
    width: 100%;
    height: 100%;
}

.locleft .mapbox .map img{
    width: 100%:
        height: 100%;
}

.locationbox_inner .locright{
    float: left;
    margin-left: 100px;
}

.locationbox_inner .locright .loctit{
    font-size: 24px;
}

.locationbox_inner .locright .loctit span{
    font-size: 40px;
    font-weight: bold;
}

.locationbox_inner .locright .choose{
    margin-top: 30px;
}

.locationbox_inner .locright .choose label{
    color: #888;
    font-size: 16px;
    margin-right: 20px;
}

.locationbox_inner .locright .choose .cho{
    position: relative;
    z-index: 888;
    margin-right: 10px;
    background-color: #89191d;
    display: inline-block;
    width: 170px;
    height: 40px;
}

.locationbox_inner .locright .choose .cho .tcho{
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 889;
    width: 100%;
    height: 40px;
    cursor: pointer;
    font-size: 16px;
    background-color: #89191d;
}

#chososename1,#chososename2,#chososename3{
    float: left;
    width: 126px;
    height: 40px;
    padding-left: 8px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.locright .choose .cho .tcho .choss{
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
}

.locright .choose .cho select{
    outline: none;
    opacity: 0;
    position: relative;
    z-index: 899;
    outline: none;
    border: none;
    background-color: #89191d;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
}

.locationbox_inner .locright .showlist,.locationbox_inner .locright .showlist2{
    position: relative;
    overflow: hidden;
    width: 448px;
    height: 160px;
    padding: 0 0px;
    margin-top: 22px;
    border-top: 1px solid #89191d;
    margin-right: 0;
    overflow-y: auto;
}

.locationbox_inner .locright .showlist2{
    height: 40px;
    overflow: hidden;
}

.locright .showlist2 ul{
    width: 100%;
}

.ulMove{
    -webkit-transition: margin-top 0.5s;
    -moz-transition: margin-top 0.5s;
    -ms-transition: margin-top 0.5s;
    -o-transition: margin-top 0.5s;
    transition: margin-top 0.5s;
}

.locright .showlist2 ul li{
    height: 16px;
    width: 100%;
    padding: 2px 0;
}

/* 设置滚动条的样式 */
.showlist::-webkit-scrollbar {    
    width: 12px;
}

/* 滚动槽 */
.showlist::-webkit-scrollbar-track { 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);    
    border-radius: 10px;
}

/* 滚动条滑块 */
.showlist::-webkit-scrollbar-thumb {
    border-radius: 10px;    
    background: rgba(137, 25, 29,0.6);    
    -webkit-box-shadow: inset 0 0 6px rgba(137, 25, 29,0.6);
}
.showlist::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4);
}

.locationbox_inner .locright .showlist .listinner,.locationbox_inner .locright .showlist2 .listinner2{
    position: absolute;
    left: 50%;
    height: 100%;
    width: 418px;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.locationbox_inner .locright .showlist2 .listinner2{
    overflow: hidden;
    top: 20px;
    height: 20px;
}

.locationbox_inner .locright .showlist .listinner p,.locationbox_inner .locright .showlist2 .listinner2 li p{
    cursor: pointer;
    margin-right: 14px;
    float: left;
    font-size: 14px;
    margin-top: 20px;
    width: 130px;
    overflow:hidden;
    word-break:keep-all;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.locationbox_inner .locright .showlist2 .listinner2 li p{
    margin-top: 0;
}

.locright .showlist  .listinner p:hover{
    color: #89191d;
}

.locationbox_inner .locright .showlist2 .listinner2 li p:hover{
    color: #89191d;
}

.locationbox_inner .locright .showlist .listinner p.last{
    margin-right: 0;
}

.locationbox_inner .locright .showlist2 .listinner2 li p.last{
    margin-right: 0;
}

/* activity 界面*/

.activitybox{
    position: relative;
    width: 100%;
    background-image: url(../img/special/bg2.png);
}

.activitybox .activityboxin{
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
}

.activitybox .tbdiv{
    display: relative;
    width: 100%;
    height: 100px;
}

.activitybox .accenterlinebox{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);

}

.activitybox .accenterline{
    position: absolute;
    top: 0;
    height: 0;
    width: 1px;
    left: 0;
    background-color: #3b3b3b;
}

.activitybox .accenterlinebox span{
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #121212;
    border-radius: 50%;
    border: 4px solid #fff;
    left: 50%;
    margin-left: -8px;
}

.activitybox .accenterlinebox span.actopdot{
    top: 0px;   
}

.activitybox .accenterlinebox span.acbottomdot{
    top: 0;
}

.activitybox .actbox{
    opacity: 0;
    position: relative;
    height: 188px;
    width: 100%;
}

.activitybox .actbox .actcontent{
    cursor: pointer;
    position: absolute; 
    width: 604px;
    height: 228px;
}

.activitybox .actbox .actcontent.left{
    right: 50%; 
}

.activitybox .actbox .actcontent.right{
    left: 50%;
}

.activitybox .actbox .actcontent .acdot{
    position: absolute;
    height: 228px;
    line-height: 228px;
}

.activitybox .actbox .actcontent.left .acdot{
    right: -8px;
    top: 0;
}

.activitybox .actbox .actcontent.right .acdot{
    left: -8px;
    top: 0;
}

.activitybox .actbox .actcontent .acdot span{
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #121212;
    border-radius: 50%;
    border: 4px solid #fff;
}

.activitybox .actbox .actcontent.left{
    padding-right: 30px;
}

.activitybox .actbox .actcontent.right{
    padding-left: 30px;
}

.activitybox .actbox .actcontent .actImg{
    float: left;
    height: 100%;
    width: 246px;
}

.activitybox .actbox .actcontent .actscr{
    float: left;
    height: 100%;
    width: 358px;
    position: relative;
    background-color: #89191d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 40px;
}

.actbox .actcontent .actscr .actime{
    font-size: 18px;
}

.actbox .actcontent .actscr .actit{
    font-size: 16px;
    font-weight: bold;
    margin-top: 18px;
}

.actbox .actcontent .actscr .accontent{
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    max-height: 62px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.actbox .actcontent .actscr .acmore{
    position: absolute;
    bottom: 30px;
    left: 40px;
}

.m{
    padding: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0);
}

.mmm{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.m:hover{
    border: 1px solid #fff;
}

.m1{
    padding: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.actbox .actcontent .actscr p{
    width: 100%;
    text-align: justify;
} 

.actbox .actcontent .actImg img{
    height: 100%;
}


/* special 界面 */

.specialbox{
    width: 100%;
    background-image: url(../img/special/bg2.png);
    background-position: center;
    background-repeat: repeat;
}

.specialbox .specialbox_inner{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.specialbox .specialbox_inner .spebottom{
    margin-top: 40px;
    height: 80px;
    text-align: center;
    width: 100%;
    line-height: 80px;
}
.specialbox .specialbox_inner img{
    position: absolute;
    display: block;
}

.simgoutbox .spetit{
    opacity: 0;
}

.simgoutbox >img{
    opacity: 0;
}

.specialbox .specialbox_inner .imgoutbox1{
    position: relative;
    height: 1240px;
    width: 100%;
}

.specialbox .specialbox_inner .imgoutbox2{
    position: relative;
    height: 1040px;
    width: 100%;
}

.imgoutbox1 img:nth-child(2){
    left: 120px;
    top: 166px;
    height: 400px;
    z-index: 889;
}

.imgoutbox1 img:nth-child(3){
    left: 0;
    top: 730px;
    z-index: 888;
}

.imgoutbox1 img:nth-child(4){
    right: 0;
    top: 585px;
    z-index: 887;
}

.imgoutbox1 img:nth-child(5){
    left: 256px;
    top: 866px;
    z-index: 886;
}

.imgoutbox2 img:nth-child(2){
    right: 0;
    top: 120px;
    z-index: 889;
}

.imgoutbox2 img:nth-child(3){
    right: 220px;
    top: 280px;
    z-index: 888;	
}

.imgoutbox2 img:nth-child(4){
    left: 0;
    top: 680px;
    z-index: 887;
}

.specialbox .specialbox_inner .spetit{
    position: absolute;
}
.specialbox .specialbox_inner .imgoutbox1 .spetit.spetit1{
    top: 120px;
    right: 60px;
}
.specialbox .specialbox_inner .imgoutbox2 .spetit.spetit2{
    top: 120px;
    left: 60px;
}

.specialbox_inner .spetit .timg{
    height: 100%;
}

.specialbox_inner .spetit img{
    position: relative;
    float: right;
}

.specialbox .specialbox_inner .spetit p{
    float: right;
    line-height: 26px;
    font-size: 14px;
    -webkit-writing-mode:vertical-rl;
    writing-mode:tb-rl;
    height: 100%;
}

.specialbox .specialbox_inner .spetit p.first{
    margin-right: 8px;
}

.alertcontent{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: #fff;
}

.alertcontent .alertinner{
    width: 800px;
    height: 80%;
}

.alertcontent .alertinner .coninner{
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.alertcontent .alertinner .coninner .ctit{
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}
.alertcontent .alertinner .coninner .ctime{
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-bottom: 16px;
}

.alertcontent .alertinner .coninner .alertp{
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    color: #737373;
}

.alertcontent .alertinner .closebut{
    position: absolute;
    cursor: pointer;
    right: -80px;
    top: 0px;
    z-index: 10000;
}

.alertcontent .alertinner .closebut img{
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: closerotate 3s ease infinite;
    -moz-animation: closerotate 3s ease infinite;
    -ms-animation: closerotate 3s ease infinite;
    -o-animation: closerotate 3s ease infinite;
    animation: closerotate 3s ease infinite;
}

@-webkit-keyframes closerotate{
    0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

70%{
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
}

100%{
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
}
}

@-moz-keyframes closerotate{
    0%{
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

70%{
    -moz-transform: rotate(720deg);
    transform: rotate(720deg);
}

100%{
    -moz-transform: rotate(720deg);
    transform: rotate(720deg);
}
}

@-o-keyframes closerotate{
    0%{
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

70%{
    -o-transform: rotate(720deg);
    transform: rotate(720deg);
}

100%{
    -o-transform: rotate(720deg);
    transform: rotate(720deg);
}
}

@keyframes closerotate{
    0%{
    transform: rotate(0deg);
}

70%{
    transform: rotate(720deg);
}

100%{
    transform: rotate(720deg);
}
}

.alertcontent .alertinner img{
/*    padding: 10px;*/
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin:0 auto;
/*	display:block;*/
}

.fixbg{
    background-attachment: fixed;
}

.bgcover{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* @media screen and (max-width: 1681px) and (min-width: 1268px){
    .zoombox>*{
        zoom: 0.94;
    }

    .bottomarc{
        bottom: 0;
    }
}
*/
/* @media screen and (max-width: 1367px){
    .zoombox{
        transform: scale(0.8);
    }
    .zoombox2{
        transform: scale(0.8);
    }

}

@media screen and (max-width: 1282px){
    .zoombox{
        transform: scale(0.8);
    }

    .zoombox2{
        transform: scale(0.7);
    }
} */
/*
@media screen and (max-width: 1035px) {
   .zoombox>*{
        zoom: 0.6;
    }

    .bottomarc{
        bottom: -10px;
    }
} */