@charset "utf-8";
/* CSS Document */
*{
    margin:0;
    padding:0;
}
img{
    border:none;
    display:block;
}
li{
    list-style-type:none;
}
a{
    color:#333333;
    text-decoration:none;
}
.left{
    float: left;
}
.right{
    float:right;
}
.header{
    height:60px;
    overflow: hidden;
    background-color: #dc711a;
}
.h_main{
    width:960px;
    margin: 0 auto;
}
.h_main ul{
    overflow: hidden;
    margin-left: 15px;
    margin-top: 20px;
}
.nav_list{
    font-family:"Microsoft YaHei";
    font-size: 16px;
    line-height: 20px;
    color:#f5fffa;
    padding-right: 20px;
    margin-right: 20px;
}
.nav_list01{
    border-right: 1px solid #f5fffa;
}
.nav_list a{
    color:#f5fffa;
}
.banner{
    position: relative;
    min-width: 1003px;
    height: 540px;
    overflow: hidden;
}
#player{
    position: relative;
    width: 100%;
    height: 540px;
    overflow: hidden;
    margin: 0 auto;
}
#player .Limg{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#player .Limg li{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.b_main{
    position: relative;
    width:960px;
    overflow: hidden;
    margin:-333px auto 0;
    min-height: 333px;
}
.img01{
    position: absolute;
    top:0;
    left:80px;
}
.img02{
    position: absolute;
    top:25px;
    right: 0;
}
.img03{
    position: absolute;
    bottom: 0;
}
#brandConcept{
    overflow: hidden;
    background:#ffffff url(../images/bg_bc.jpg) no-repeat;
}
.title{
    margin:60px 0 36px 0;
}
.title img{
    margin:0 auto;
}
.bc_main{
    width:960px;
    overflow: hidden;
    margin:0 auto 33px;
}
.bc_left,.bc_right{
    width:476px;
    overflow: hidden;
}
.bc_left img:hover,.bc_right img:hover{
    animation: linear1 2s linear;
}

@keyframes  linear1{
    0%{
       opacity: 1;
    }
    50%{
        opacity: 0.1;
    }
    100%{
        opacity: 1;
    }
}
.bcl_main,.bcr_main{
    overflow: hidden;
    margin-top: 20px;
}
.bcl_left,.bcr_left{
    font-family: 宋体;
    font-size: 60px;
    color:#ec6a00;
    margin-left: 8px;
    animation: rotateY1 5s linear 2s infinite;
}
@keyframes rotateY1 {
    0%{
        transform:rotateY(0deg);
    }
    20%{
        transform:rotateY(60deg);
    }
    40%{
        transform:rotateY(120deg);
    }
    60%{
        transform:rotateY(180deg);
    }
    80%{
        transform:rotateY(240deg);
    }
    100%{
        transform:rotateY(360deg);
    }
}
.bcl_right,.bcr_right{
    margin-left: 75px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 20px;
    color:#999999;
}
#brandDisplay{
    overflow: hidden;
    background:#f4fffc url(../images/bg_bd.jpg) no-repeat;
}
.bd_main{
    width:960px;
    overflow: hidden;
    margin:0 auto 40px;
}
@keyframes slide-in {
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(15deg);
    }
    50%{
        transform: rotate(-15deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.floor01,.floor02,.floor03,.floor04,.floor05{
    overflow: hidden;
}
.floor02 img:hover,.floor03 img:hover,.floor04 img:hover,.floor05 img:hover{
    animation: slide-in 1s linear;
}

.f1_left{
    width:474px;
}
.f1_right,.f3_left,.f5_bottom{
    font-family: "Microsoft YaHei";
    font-size: 18px;
    line-height: 30px;
    color:#fffefe;
}
.f1_right{
    width:316px;
    height:193px;
    background-color: #e18942;
    margin-left: 486px;
    overflow: hidden;
}
.f1_right p{
    margin-left: 30px;
}
.p_first{
    margin-top: 60px;
}
.floor02{
    margin-top: -100px;
    margin-left: 231px;
}
.f2_left img{
    width:233px;
    height:233px;
    overflow: hidden;
    margin:10px 0 0 10px;
}
.f2_middle{
    width:233px;
    height: 233px;
    overflow: hidden;
    background: url(../images/f2_02.jpg) no-repeat;
    margin:10px 10px 0;
    text-align: center;
}
.f2_right{
    margin-top: 10px;
}
.f2_middle,.f4_right{
    font-family: "Microsoft YaHei";
    font-size: 18px;
    line-height: 30px;
    color:#666666;
}
.f2m01{
    margin-top: 65px;
}
.f2m02{
    margin-top: 13px;
}
.floor03{
    margin-top: 10px;
    overflow: hidden;
}
.f3_left{
    width:316px;
    height:231px;
    overflow: hidden;
    background: #e18942;
    text-align: right;
}
.f3_left p{
    margin-right: 30px;
}
.f3l01{
    margin-top: 30px;
}
.f3_left{
   margin-right: 12px;
}
.floor04{
    margin-top: 10px;
    overflow: hidden;
}
.f4_right{
    width:233px;
    height:233px;
    overflow: hidden;
    background-color: #f2f1f0;
    margin-left: 12px;
}
.f4_right p{
    margin-left: 15px;
}
.f4l01{
    margin-top: 12px;
}
.floor05{
    margin-top: 10px;
    overflow: hidden;
}
.f5_top{
    overflow: hidden;
    margin:0 0 -100px 232px;
    background: #f4fffc;
    float: left;
}
.f5_top img{
    width:476px;
    height:232px;
    margin:0 10px 10px;
}
.f5_bottom{
    width:640px;
    overflow: hidden;
    background: #e18942;
    margin: 0 auto;
    text-align: center;
}
.f5b01{
    margin-top: 120px;
}
#rongJinStory{
    background: url(../images/bg_rs.jpg) no-repeat;
    overflow: hidden;
}
#rongJinHealth{
    background:#ffffff url(../images/bg_ry.jpg) no-repeat;
    overflow: hidden;
    padding-bottom: 30px;
}
.rs_main{
    width:960px;
    overflow: hidden;
    margin:0 auto;
}
.rsm_top{
    overflow: hidden;
    background: url(../images/rsm05.png) bottom no-repeat;
    padding-bottom: 24px;
}
.rs_list{
    width:210px;
    height:178px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    line-height: 24px;
    color:#d19d6a;
}
.rs_list:hover{
    opacity: 0.6;
    transform: rotate(360deg);
    transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transform: rotate(360deg);
    -wekit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.rs_list p{
    text-align: center;
    margin-top: 156px;
    margin-left: 93px;
}
.rs_list01{
    background: url(../images/rsm01.png) bottom no-repeat;
}
.rs_list02{
    background: url(../images/rsm02.png) bottom no-repeat;
}
.rs_list03{
    background: url(../images/rsm03.png) bottom no-repeat;
}
.rs_list04{
    background: url(../images/rsm04.png) bottom no-repeat;
}
.rs_list05{
    margin-left: 40px;
}
.link{
    overflow: hidden;
}
.link a{
    display: block;
    width:127px;
    height:98px;
    background: url(../images/rsm06.png) no-repeat;
    margin: 15px auto 20px;
}
.link a:hover{
    background: url(../images/rsm07.png) no-repeat;
}
.words{
    font-family: "Microsoft YaHei";
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color:#666666;
}
.words span{
    color: #dc711a;
}
.words .bigger{
    font-size: 20px;
}
#serviceConcept{
    overflow: hidden;
    background:#f4fffc url(../images/bg_sc.jpg) no-repeat;
    padding-bottom: 60px;
}
.sc_list01,.sc_list02{
    width:473px;
    height:318px;
    overflow: hidden;
    margin: 5px;
    position: relative;
}
.sc_list03,.sc_list04{
    width:473px;
    height:301px;
    overflow: hidden;
    margin: 5px;
    position: relative;
}
.scl{
    width:968px;
    overflow: hidden;
    margin:0 auto;
}
.sc_list01{
    background: url(../images/sc01.jpg) no-repeat;
}
.sc_list02{
    background: url(../images/sc02.jpg) no-repeat;
}
.sc_list03{
    background: url(../images/sc03.jpg) no-repeat;
}
.sc_list04{
    background: url(../images/sc04.jpg) no-repeat;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
.sc_list:hover .scl_main{
    animation: flipInY 1s;
    -moz-animation: flipInY 1s;
    -webkit-animation: flipInY 1s;
    -o-animation: flipInY 1s /* Opera */;
}
.scl_main{
    position: absolute;
    bottom: 0;
    overflow: hidden;
    background: url(../images/bg_sclm.png) repeat;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 20px;
    color:#ffffff;
    padding: 5px 1px;
}
.sclm_left{
    width:90px;
    overflow: hidden;
    text-align: center;
}
.sclm_right{
    margin-left: 90px;
    overflow: hidden;
}
.ch{
    font-size: 30px;
    line-height: 36px;
}
.en{
    font-size: 14px;
    line-height: 24px;
}
#honorShow{
    overflow: hidden;
    background: url(../images/bg_hs.jpg) top center no-repeat;
    min-height: 631px;
}
.title01{
    margin:35px 0 36px 0;
}
.title01 img{
    margin:0 auto;
}
#merchantsJoin{
    overflow: hidden;
    background: #f4fffc url(../images/bg_mj.jpg) no-repeat;
    padding-bottom: 40px;
}
.mj_main{
    width:960px;
    margin:0 auto;
    overflow: hidden;
}
.mjm_left{
    width:360px;
    font-family: "Microsoft YaHei";
    font-size:16px ;
    line-height: 34px;
    color:#333333;
    text-align: right;
}
.mjm_left .map:hover{
    transition: 0.6s;
    transform: scale(1.1);
}
.mjm_left>a:hover{
    color:#dc711a;
}
.mjml_title{
    font-family: "Microsoft YaHei";
    font-size: 26px;
    line-height: 30px;
    color:#dc711a;
    font-weight: bold;
    margin-top: 10px;
}
.light{
    color:#999999;
}
.mjm_right{
    margin-left: 380px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    line-height: 33px;
    color:#ffffff;
    text-align: center;
}
.mj_pic{
    width:273px;
    height:274px;
    overflow: hidden;
    position: relative;
    margin:5px;
}
.mj_pic:hover .mjp_main{
    display: block;
    opacity: 1;
    transition: 1s;
}
.mjp_main{
    opacity: 0;
    display: none;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.mjp_main01{
    background: url(../images/mj010.jpg) no-repeat;
}
.mjp_main02{
    background: url(../images/mj020.jpg) no-repeat;
}
.mjp_main03{
    background: url(../images/mj030.jpg) no-repeat;
}
.mjp_main04{
    background: url(../images/mj040.jpg) no-repeat;
}
.p_word{
    font-size: 32px;
    line-height: 41px;
    font-weight: bold;
}
.p1{
    margin-top: 95px;
}
.p2{
    margin-top: 40px;
}
#joinCondition{
    overflow: hidden;
    background:#ffffff url(../images/bg_jc.jpg) no-repeat;
    padding-bottom: 28px;
}
.jc_main{
    width:960px;
    margin:0 auto;
    overflow:hidden;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 24px;
    color:#666666;
}
.city{
    width:475px;
    height:240px;
    overflow: hidden;
    background: url(../images/jc01.jpg) no-repeat;
}
.address{
    width:475px;
    height:240px;
    overflow: hidden;
    background: url(../images/jc02.jpg) no-repeat;
}
.pic{
    margin-top: 55px;
}
.pic img{
    margin:0 auto;
}
.pic_title{
    font-size: 24px;
    line-height: 32px;
    color:#dc711a;
    margin-top: 8px;
}
#contactRongJin{
    overflow: hidden;
    background: #f4fffc url(../images/bg_cr.jpg) no-repeat;
    padding-bottom: 50px;
}
.cr_main{
    width:960px;
    margin:0 auto;
    overflow:hidden;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    line-height: 26px;
    color:#333333;
}
.erw{
    overflow: hidden;
    margin-bottom: 20px;
}
.erw img{
    margin:0 auto;
}
.footer{
    font-family: "Microsoft YaHei";
    font-size: 16px;
    line-height: 24px;
    color:#ffffff;
    text-align: center;
    background-color: #dc721c;
    padding: 15px 0;
}
.f_small{
    font-size: 14px;
}
.f_link{
    width:800px;
    overflow: hidden;
    margin:0 auto;
}
.f_link a{
    width:16.66%;
    text-align: center;
    display: block;
    color:#ffffff;
}
#bodyBox{
    width:960px;
    margin:125px auto 0;
    position: relative;
    overflow: hidden;
}
#bodyPage{
    position: relative;
    width:320px;
    height:320px;
    overflow: hidden;
    margin:0 auto;
}
img.bg { position:absolute; top: 0px; left: 0px; z-index:1; display:none;}