body{
    -webkit-transition: 400ms 0s padding ease;
    -moz-transition: 400ms 0s padding ease;
    -ms-transition: 400ms 0s padding ease;
    -o-transition: 400ms 0s padding ease;
    transition: 400ms 0s padding ease;
    overflow-x: hidden;
}
.onloadpage{
    opacity: 0;
    position: fixed;
    background: #fff;
    top:0;left:0;
    right:0;
    bottom:0;
}
.onloadpage img{
    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%);
}
.totop{
    border-radius: 5px;
    position: fixed;
    bottom: 5%;
    right: 4%;
    width: 40px;
    height: 40px;
    z-index: 10000;
    background: #c30c14 url("../images/totop.png") no-repeat center;
    opacity: 0;
    cursor: pointer;
}
.loadpic{
    background:#fff;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    text-align: center;
    z-index: 10000;
}
.loadpic div{
    position: absolute;
    width:600px;
    height: 67px;
    left:50%;
    top: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%);
    overflow: hidden;
    background: url("/App/Home/View/Default/Public/images/loadlogo.png") no-repeat left top;
}
.loadpic small{
    display: block;
    width:100%;
    background: url("/App/Home/View/Default/Public/images/loadlogos.png") no-repeat left top;
    height: 100%;
}

@keyframes load {
    0%{
        height: 100%;
    }
    60%{
        height: 0%;
    }
    100%{
        height: 0%;
    }
}
@-webkit-keyframes load {
    0%{
        height: 100%;
    }
    60%{
        height: 0%;
    }
    100%{
        height: 0%;
    }
}
.useload{
    -webkit-animation: load 3s infinite linear;
    animation: load 3s infinite linear;
    -moz-animation: load 3s infinite linear;
}

/*loading flash*/
.loadin_fix canvas {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}

#c1 {
    opacity: 0;
}


.loadin_fix{

    width:100%;
    position: fixed;
    z-index: 999;
    top:0;
    left:0;

}
.loadin_fix i{
    display: block;
    position: relative;
    left:50%;
    top: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%);
    width:100%;
    height: 100%;
    background: url(/App/Home/View/Default/Public/images/bannertest.jpg) no-repeat center;
    background-size:cover;
}
.useload2{
    -webkit-animation: loadin_animation 6s linear 0s 1 normal;
    -o-animation: loadin_animation 6s linear 0s 1 normal;
    animation: loadin_animation 6s linear 0s 1 normal;
}
@keyframes loadin_animation {
    0%{
        -webkit-transform: translate(-50%,-50%) scale(1.08);
        -moz-transform: translate(-50%,-50%) scale(1.08);
        -ms-transform: translate(-50%,-50%) scale(1.08);
        -o-transform: translate(-50%,-50%) scale(1.08);
        transform: translate(-50%,-50%) scale(1.08);
    }
    100%{
        -webkit-transform: translate(-50%,-50%) scale(1);
        -moz-transform: translate(-50%,-50%) scale(1);
        -ms-transform: translate(-50%,-50%) scale(1);
        -o-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
    }
}

.loadtext{
    position: absolute;
    top:17%;
    width:100%;
    text-align: center;
    z-index: 1000;
}
.loadtext .mycontainer{
    text-align: left;
}
.loadtext b{
    display: block;
    height: 4px;
    width: 0%;
    background: #fff;
    animation-fill-mode: forwards;
}
.useload01{
    -webkit-animation: load01 1.5s linear 0.8s 1 normal;
    -o-animation: load01 1.5s linear 0.8s 1 normal;
    animation: load01 1.5s linear 0.8s 1 normal;
}
@keyframes load01 {
    0%{
        width:0%;
    }
    70%{
        width: 18%;
    }
    100%{
        width: 12%;
    }
}
@-webkit-keyframes load01 {
    0%{
        width:0%;
    }
    70%{
        width: 18%;
    }
    100%{
        width: 12%;
    }
}
.loadtext h3{
    font-size: 4vw;
    color: #fff;
    font-family: "bebas";
    margin-top: 20px;
    font-weight: normal;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    background-image: -webkit-linear-gradient(-35deg,rgba(255,255,255,0.6) 30%,#a2a2a2 50%,rgba(255,255,255,0.6) 70%);
    background-blend-mode: hard-light;
    background-size: 200%;
    -webkit-animation: shine 4s infinite;
}

.loadtext small{
    font-weight: lighter;
    font-size: 25px;
    letter-spacing: 2px;
    color: #fff;
    display: block;
    margin-top: 9px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    background-image: -webkit-linear-gradient(-35deg,rgba(255,255,255,0.6) 40%, #a2a2a2 50%,rgba(255,255,255,0.6) 60%);
    background-blend-mode: hard-light;
    background-size: 200%;
    opacity:0;
    position: relative;
}
.useload04{
    -webkit-animation: load04 1s linear 2.5s 1 normal;
    -o-animation: load04 1s linear 2.5s 1 normal;
    animation: load04 1s linear 2.5s 1 normal;
    animation-fill-mode: forwards;
}
.useload044{
    -webkit-animation: shine2 4s 0ms infinite alternate;
    animation: shine2 4s 0ms infinite alternate;
}


@-webkit-keyframes shine2 {
    0% {
        background-position: 0%;
        opacity:1;
        top:0;
    }

    100% {
        background-position: 120%;
        opacity:1;
        top:0;
    }
}
@keyframes load04 {
    0%{
        opacity:0;
        top:10px;
    }
    100%{
        opacity:1;
        top:0;
    }
}
@-webkit-keyframes load04 {
    0%{
        opacity:0;
        top:10px;
    }
    100%{
        opacity:1;
        top:0;
    }
}

/*COMPANY CULTRUE*/
.textjump span {
    letter-spacing: -9px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 4vw;
    color: #fff;
    font-family: "bebas";
    transform-origin:50% 100%;
    animation-fill-mode: forwards;
    text-shadow: 0px 0px 0 #fff,0px 0px 0 #2e2e2e,0px 0px 0 #2c2c2c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    background-image: -webkit-linear-gradient(-35deg,rgba(255,255,255,0.6) 45%,#a2a2a2 50%,rgba(255,255,255,0.6) 55%);
    background-blend-mode: hard-light;
    /*-webkit-animation: shine 4s infinite;*/
    position: relative;
    transform: scaleY(0);
}


.useload02{
    animation-name: hover,shine;
    animation-duration:1s;
    animation-timing-function:linear;
    animation-iteration-count:1;
    animation-direction:normal;
}
.textjump span:nth-child(1) {
    animation-delay:1s;
}
.textjump span:nth-child(2) {
    animation-delay:1.1s;
}

.textjump span:nth-child(3) {
    animation-delay:1.2s;
}

.textjump span:nth-child(4) {
    animation-delay:1.3s;
}

.textjump span:nth-child(5) {
    animation-delay:1.4s;
}

.textjump span:nth-child(6) {
    animation-delay:1.5s;
}

.textjump span:nth-child(7) {
    animation-delay:1.6s;
}

.textjump span:nth-child(8) {
    animation-delay:1.7s;
}

.textjump span:nth-child(9) {
    animation-delay:1.8s;
}

.textjump span:nth-child(10) {
    animation-delay:1.9s;
}

.textjump span:nth-child(11) {
    animation-delay:2.0s;
}
.textjump span:nth-child(12) {
    animation-delay:2.1s;
}
.textjump span:nth-child(13) {
    animation-delay:2.2s;
}

.textjump span:nth-child(14) {
    animation-delay:2.3s;
}
.textjump span:nth-child(15) {
    animation-delay:2.4s;
}



@keyframes hover {
    0% {
        transform: scaleY(0);
        color: #fff;
        bottom:0px;
    }

    50% {
        transform: scaleY(1.6);
        color: #fff;
        bottom: -14px;
    }

    65% {
        transform: scaleY(1);
        color: #fff;
        bottom:0px;
    }
    75% {
        transform: scaleY(1.2);
        color: #fff;
        bottom:-5px;
    }
    100% {
        transform: scaleY(1);
        color: #fff;
        bottom:0px;
    }
}


.loadtext p{
    color: #fff;
    font-size: 2.4vw;
    letter-spacing: 4px;
}

.textchange sub{
    font-style:normal;
    vertical-align: text-top;
    position: relative;
    opacity:0;
}
.loadtext .addlight{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    background-image: -webkit-linear-gradient(-35deg,rgba(255,255,255,0.6) 40%, #a2a2a2 50%,rgba(255,255,255,0.6) 60%);
    background-blend-mode: hard-light;
    background-size: 200%;
    -webkit-animation: shine 2s 0s infinite;
}
.addlight sub{
    opacity:1!important;
    left:0!important;
    right:0!important;
}
.textchange sub:nth-child(even){
    animation-delay:1.5s;
}
.textchange sub:nth-child(odd){
    animation-delay:1.7s;
}
.useleft{
    animation-name:runleft;
    animation-duration:1s;
    animation-timing-function:linear;
    animation-iteration-count:1;
    animation-direction:normal;
    animation-fill-mode: forwards;
}
.useright{
    animation-name:runright;
    animation-duration:1s;
    animation-timing-function:linear;
    animation-iteration-count:1;
    animation-direction:normal;
    animation-fill-mode: forwards;
}
@keyframes runleft {
     0%{
         left:-5px;
         opacity:0;
     }
     100%{
         left:0;
         opacity:1;
     }
 }
@keyframes runright {
    0%{
        right:-5px;
        opacity:0;
    }
    100%{
        right:0;
        opacity:1;
    }
}
/*header*/
.header{
    height:48vw;
    position: relative;
    overflow: hidden;
}
.nav{
    position: fixed;
    top:50px;
    left:0;
    width:100%;
    z-index: 100;
    -webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}
.nav>a{
    display: none;
    float:left;
    margin-left: 4%;
    -webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}
.navhover{
    margin-left: 1%!important;
}

.nav>div h4{
    float:left;
    color: #282828;
    font-size: 16px;
    width: 63px;
    text-align: center;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #19385c;
    background-image: -webkit-linear-gradient(-45deg,rgba(0,0,0,0.6) 30%,#aff0ff 50%,rgba(0,0,0,0.6) 70%);
    background-blend-mode: hard-light;
    background-size: 200%;
    -webkit-animation: shine 4s infinite;
}
@-webkit-keyframes shine {
    from {
        background-position: 120%
    }

    to {
        background-position: 0
    }
}
.nav_first{
    cursor: pointer;
    margin-right: 4%;
    float:right;
    width: 92px;
    -webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}
.nav_first_move{
    margin-right: 230px;
}
.nav_first_changed{
    top:0;
    padding:15px 0;
    background: rgba(191, 191, 191, 0.88);
    box-shadow: 0 0 10px #000;
}
.nav_first_changed>a{
    display: block;
}
.nav_first_changed .nav_first h4{
    color:#fff;
}
.nav_first_changed .nav_menu i{
     background: #fff;
 }
.nav_first_changed .nav_first{
    margin-top:13px;
}
.swiper-banner{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}
.nav_menu{
    float:left;
    position: relative;
    display: block;
    width: 27px;
    margin-top: 4px;
}

.nav_menu i{
    width: 17px;
    height: 2px;
    background-color: #282828;
    display: block;
    position: absolute;
    right: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.nav_menu .a1{top:0;}
.nav_menu .a2{top:5px;}
.nav_menu .a3{top:10px;}
.nav_menu_click .a1{
    top: 5px;
    width: 17px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.nav_menu_click .a2{    display: none;}
.nav_menu_click .a3{
    top: 5px;
    width: 17px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.menu{
    background: #1a1a1a;
    box-shadow:0 0 10px #3e3e3e;
    width:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 1000;
    right:0;
    top:0;
    height: 100%;
    -webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}
.menu>a{
    display: block;
    padding: 10px 15px 10px 80px;
    background: url(/App/Home/View/Default/Public/images/home.png) no-repeat 45px center;
    text-align: left;
    margin-top: 38px;
    margin-bottom: 20px;
    -webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}
#NavStyle{
    background-color: #a90d15;
    background-color:-moz-linear-gradient(0deg, #c33742, #a90d15);
    background-color:-webkit-linear-gradient(0deg,#c33742,#a90d15);
    background-color:-o-linear-gradient(0deg, #c33742, #a90d15);
}
.menu ul{
    border-right: 3px solid #a90d15;
}
.menu ul li a{
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
    line-height: 40px;
    height: 40px;
    display: block;
    width: 100%;
    padding-left: 70px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.menu ul li a:before{
    position: absolute;
    right:0;
    top:0;
    height: 100%;
    content: '';
    width: 0;
    z-index: -1;
    background: #a90d15;
    background:-moz-linear-gradient(0deg, #c33742, #a90d15);
    background:-webkit-linear-gradient(0deg,#c33742,#a90d15);
    background:-o-linear-gradient(0deg, #c33742, #a90d15);
    -webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}
.menu ul li a:hover:before{
    width: 100%;
}
#thyNavStyle:before{
    width:100%;
}



/*banenr*/
.swiper-banner .swiper-slide {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.swiper-banner .slide-inner {
    position: absolute;
    top:50%;
    left:50%;
    transform-origin: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-size:100%;
    /*animation: bgscale 7s linear 0s infinite;*/
    /*-webkit-animation: bgscale 7s linear 0s infinite alternate;*/
}
.swiper-banner .swiper-pagination-bullet{
    width:8px;
    height: 8px;
    border-radius: 50%;
    border:none;
    background:#fff;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.swiper-banner .swiper-pagination{
    right:4%!important;
}
.swiper-banner .swiper-pagination span{    margin: 20px 0!important;
    position: relative;
}
.swiper-banner .swiper-pagination-bullet-active:before{
    position: absolute;
    top:50%;
    left:50%;
    content: '';
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: none;
}
.mouse{
    cursor: pointer;
    position: absolute;
    bottom:5%;
    left:50%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    z-index: 99;
}

.banner_text{
    position: absolute;
    top:20%;
    left:0;
    width: 100%;
    text-align: center;
}

.banner_text h3{
    font-family: "bebas";
    font-size:22px;
    color: #e62129;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    /*position: relative;*/
    /*opacity: 0;*/
    /*top:10px;*/
    /*-webkit-transition: 500ms 0s all linear;*/
    /*-moz-transition: 500ms 0s all linear;*/
    /*-ms-transition: 500ms 0s all linear;*/
    /*-o-transition: 500ms 0s all linear;*/
    /*transition: 500ms 0s all linear;*/
}
.banner_text p{
    font-size: 2.2vw;
    letter-spacing: 3px;
    color: #1f1f1f;
    text-align: left;
    margin-top: 8px;
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*background-color: #fff;*/
    /*background-image: -webkit-linear-gradient(-45deg,#1f1f1f 30%,#fff 50%,#1f1f1f 70%);*/
    /*background-blend-mode: hard-light;*/
    /*background-size: 200%;*/
    /*-webkit-animation: shine 4s infinite alternate;*/
    /*position: relative;*/
    /*opacity: 0;*/
    /*top:10px;*/
    /*-webkit-transition: 500ms 0.2s all linear;*/
    /*-moz-transition: 500ms 0.2s all linear;*/
    /*-ms-transition: 500ms 0.2s all linear;*/
    /*-o-transition: 500ms 0.2s all linear;*/
    /*transition: 500ms 0.2s all linear;*/
}
.banner_text small{
    font-size: 16px;
    color: #222222;
    text-align: left;
    /*width: 295px;*/
    line-height: 27px;
    font-weight: lighter;
    margin-top: 14px;
    display: block;
    -webkit-transition: 500ms 0.4s all linear;
    -moz-transition: 500ms 0.4s all linear;
    -ms-transition: 500ms 0.4s all linear;
    -o-transition: 500ms 0.4s all linear;
    transition: 500ms 0.4s all linear;
    /*position: relative;*/
    /*opacity: 0;*/
    /*top:10px;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*background-color: #fff;*/
    /*background-image: -webkit-linear-gradient(-45deg,#1f1f1f 30%, #ffffff 50%,#1f1f1f 70%);*/
    /*background-blend-mode: hard-light;*/
    /*background-size: 200%;*/
    /*-webkit-animation: shine 4s 2s infinite alternate;*/
}
/*.ani-slide-banner .banner_text h3,.ani-slide-banner .banner_text p,.ani-slide-banner .banner_text small{    opacity: 1;    top:0px;}*/


@keyframes bgscale {
    0%{
        -webkit-transform: translate(-50%,-50%) scale(1);
        -moz-transform: translate(-50%,-50%) scale(1);
        -ms-transform: translate(-50%,-50%) scale(1);
        -o-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
    }
    50%{
        -webkit-transform: translate(-50%,-50%) scale(1.02);
        -moz-transform: translate(-50%,-50%) scale(1.02);
        -ms-transform: translate(-50%,-50%) scale(1.02);
        -o-transform: translate(-50%,-50%) scale(1.02);
        transform: translate(-50%,-50%) scale(1.02);
    }
    100%{
        -webkit-transform: translate(-50%,-50%) scale(1);
        -moz-transform: translate(-50%,-50%) scale(1);
        -ms-transform: translate(-50%,-50%) scale(1);
        -o-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
    }
}
@-webkit-keyframes bgscale {
    0%{
        -webkit-transform: translate(-50%,-50%) scale(1);
        -moz-transform: translate(-50%,-50%) scale(1);
        -ms-transform: translate(-50%,-50%) scale(1);
        -o-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
    }
    50%{
        -webkit-transform: translate(-50%,-50%) scale(1.02);
        -moz-transform: translate(-50%,-50%) scale(1.02);
        -ms-transform: translate(-50%,-50%) scale(1.02);
        -o-transform: translate(-50%,-50%) scale(1.02);
        transform: translate(-50%,-50%) scale(1.02);
    }
    100%{
        -webkit-transform: translate(-50%,-50%) scale(1);
        -moz-transform: translate(-50%,-50%) scale(1);
        -ms-transform: translate(-50%,-50%) scale(1);
        -o-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
    }
}


/*main*/
/*company*/
.companybg{
    padding-top: 40px;
    padding-bottom: 80px;
    background: #f4f4f4 url("../images/logobg.png") no-repeat left bottom;
}
.company_ul a{
    float:left;
    display: block;
    background-color:#fff;
    position: relative;
    overflow: hidden;
    width:19%;
    margin-right: 1.2%;
    height: 67px;
}
.company_ul a:last-of-type{
    margin-right: 0;
}
.company_ul a:before{
    background:#da0a658c; /* 一些不支持配景渐变的浏览器 */
    background:-moz-linear-gradient(-75deg,#da0a658c,#004cd8b8);
    background:-webkit-linear-gradient(-75deg,#da0a658c,#004cd8b8);
    background:-o-linear-gradient(-75deg, #da0a658c,#004cd8b8);

    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    content: '';
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}
.company_ul a:hover:before{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.company_ul a span{
    position: absolute;
    left:0;
    top:0;
    font-size: 18px;
    color: #232323;
    padding-left: 74px;
    line-height: 67px;
    width: 100%;
    display: block;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.company_ul a:first-of-type span{background: url("/App/Home/View/Default/Public/images/com_icon1.png") no-repeat 23px center;}
.company_ul a:first-of-type:hover span{background: url("/App/Home/View/Default/Public/images/com_icon1s.png") no-repeat 23px center;color:#fff;}
.company_ul a:nth-of-type(2) span{ background: url("/App/Home/View/Default/Public/images/com_icon2.png") no-repeat 23px center;}
.company_ul a:nth-of-type(2):hover span{ background: url("/App/Home/View/Default/Public/images/com_icon2s.png") no-repeat 23px center; color:#fff;}
.company_ul a:nth-of-type(3) span{ background: url("/App/Home/View/Default/Public/images/com_icon3.png") no-repeat 23px center;}
.company_ul a:nth-of-type(3):hover span{ background: url("/App/Home/View/Default/Public/images/com_icon3s.png") no-repeat 23px center; color:#fff;}
.company_ul a:nth-of-type(4) span{ background: url("/App/Home/View/Default/Public/images/com_icon4.png") no-repeat 23px center;}
.company_ul a:nth-of-type(4):hover span{ background: url("/App/Home/View/Default/Public/images/com_icon4s.png") no-repeat 23px center; color:#fff;}
.company_ul a:nth-of-type(5) span{ background: url("/App/Home/View/Default/Public/images/com_icon5.png") no-repeat 23px center;}
.company_ul a:nth-of-type(5):hover span{ background: url("/App/Home/View/Default/Public/images/com_icon5s.png") no-repeat 23px center; color:#fff;}
.company_ul a span:after{
    position: absolute;
    content: '+';
    right:27px;
    line-height: 67px;
    font-size: 18px;
    -webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}
.company_ul a:hover span:after{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.com_text{
    width: 540px;
    float:left;
}
.com_text h5{
    font-size: 22px;
    color: #a90d15;
    padding-top: 96px;
}
.com_text h3{
    font-size: 40px;
    color: #232323;
    letter-spacing: 2px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 75px;
}
.com_text b{
    display: block;
    width: 65px;
    height: 3px;
    background: #a90d15;
}
.com_text p{
    font-size: 40px;
    font-weight: lighter;
    color: #1f1f1f;
    margin-top: 65px;
    margin-bottom: 52px;
}
.com_text small{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    font-weight: lighter;
}
.com_text a{
    display: block;
    margin-top: 90px;
    text-align: center;
    color: #f7f7f7;
    width: 157px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #a90d15;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    position: relative;
    overflow: hidden;
}
.com_text a:before{
    display: block;
    content: '';
    position: absolute;
    top:0;
    left: -42%;
    width: 245%;
    height: 396%;
    background: #a90d15;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.com_text a:hover:before{
    left:-169%;
}
.com_text a span{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.com_text a:hover span{
    color: #a90d15;
}
.com_pic{
    float:right;
    width: 689px;
    margin-top: 60px;
}
.com_pic b,.com_pic p{
    width: 33.333%;
    float:right;
    height: 229px;
    text-align: center;
}
.com_pic b img{
    height: 100%;
    max-width:initial;
}
.com_pic p{
    color: #fff;
    font-size: 18px;
    position: relative;
    overflow: hidden;
}
.com_pic p span{
    display: block;
    width: 94px;
    height: 94px;
    line-height: 94px;
    border:1px solid rgba(255, 255, 255, 0.26);
    border-radius: 50% 50%;
    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%);
}

/*video*/
.video{
    background: url("/App/Home/View/Default/Public/images/combg.jpg") no-repeat center;
    padding: 6vw 0;
}
.video .mycontainer>div{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.text_left{
    width:34%;
}
.text_left>span{
    color: #1c1c1c;
    font-size: 22px;
    font-family: "bebasregular";
    text-transform: uppercase;
}
.text_left>h3{
    color: #a90d15;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 6px;
    margin-top: 20px;
    margin-bottom: 11px;
    position: relative;
    left:-11px;
}
.text_left>small{
    color: #1c1c1c;
    font-size: 16px;
    font-weight: lighter;
}
.text_left>a{
    display: block;
    color: #1c1c1c;
    margin-top: 85px;
    font-size: 16px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.text_left>a:hover{
    color: #a90d15;
}

.video_box{
    width: 49.8%;
    height: 399px;
    border:7px solid #b8b8b8;
}


/*case*/
.case{
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f1f1f1;
}
.swiper-case{
    overflow: visible!important;
}
.case_cont{
    position: relative;
    width:100%;
    height: 655px;
    overflow: hidden;
}
.case_cont img{
    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%);
    width: 100%;
}
.case_text{
    position: absolute;
    top: 160px;
    left:103px;
}
.swiper-case .swiper-slide-active{
    width: 100%!important;
    filter:brightness(1)!important;
}
.case_text b{
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: 300ms 0.2s all linear;
    -moz-transition: 300ms 0.2s all linear;
    -ms-transition: 300ms 0.2s all linear;
    -o-transition: 300ms 0.2s all linear;
    transition: 300ms 0.2s all linear;
}
.swiper-case .swiper-slide:before{
    content: '';
    display: block;
    position: absolute;
    top: 173px;
    left: -80px;
    width: 0px;
    height: 1px;
    background: #fff;
    z-index: 100;
    -webkit-transition: 450ms 0s all ease;
    -moz-transition: 450ms 0s all ease;
    -ms-transition: 450ms 0s all ease;
    -o-transition: 450ms 0s all ease;
    transition: 450ms 0s all ease;
}
.ani-slide:before{
    width: 156px!important;
}
.case_text h3{
    font-size: 40px;
    color: #fff;
    margin-top: 11px;
    margin-bottom: 25px;
    font-weight: normal;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
    -webkit-transition: 300ms 0.3s all linear;
    -moz-transition: 300ms 0.3s all linear;
    -ms-transition: 300ms 0.3s all linear;
    -o-transition: 300ms 0.3s all linear;
    transition: 300ms 0.3s all linear;
}
.case_text p{
    font-size: 16px;
    font-weight: lighter;
    color: #fff;
    margin-bottom: 80px;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
    -webkit-transition: 300ms 0.46s all ease;
    -moz-transition: 300ms 0.46s all ease;
    -ms-transition: 300ms 0.46s all ease;
    -o-transition: 300ms 0.46s all ease;
    transition: 300ms 0.46s all ease;
}
.case_text a{
    display: block;
    width: 42px;
    height: 42px;
    background:#c30c14 url("../images/jts.png") no-repeat center;
    opacity: 0;
    -webkit-transition: 300ms 0.5s all ease;
    -moz-transition: 300ms 0.5s all ease;
    -ms-transition: 300ms 0.5s all ease;
    -o-transition: 300ms 0.5s all ease;
    transition: 300ms 0.5s all ease;
}
.ani-slide .case_text b{
    transform:translateY(0);
    opacity:1;
}
.ani-slide .case_text h3{
    transform:translateY(0);
    opacity:1;
}
.ani-slide .case_text p{
    transform:translateY(0);
    opacity:1;
}
.ani-slide .case_text a{
    opacity: 1;
}
.case-thumbs{
    background: #fff;
    padding:26px 0!important;
    cursor: pointer;
}
.case-thumbs .swiper-slide div{
    text-align: center;
}
.case-thumbs .swiper-slide div p{
    font-size: 16px;
    color: #1a1a1a;
}
.case-thumbs div b{
    display: block;
    width: 56px;
    height: 56px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    margin:0 auto;
    margin-bottom: 12px;
    border:3px solid #e5e5e5;
}
.case-thumbs .swiper-slide:first-of-type div b{background: url("/App/Home/View/Default/Public/images/caseicon1.png") no-repeat center;}
.case-thumbs .swiper-slide:first-of-type.swiper-slide-thumb-active div b{border:none;background:#c30c14 url("../images/caseicon1s.png") no-repeat center;}
.case-thumbs .swiper-slide:first-of-type div:hover b{border:none;background:#c30c14 url("../images/caseicon1s.png") no-repeat center;}
.case-thumbs .swiper-slide:nth-of-type(2) div b{background: url("/App/Home/View/Default/Public/images/caseicon2.png") no-repeat center;}
.case-thumbs .swiper-slide:nth-of-type(2).swiper-slide-thumb-active div b{border:none;background:#c30c14 url("../images/caseicon2s.png") no-repeat center;}
.case-thumbs .swiper-slide:nth-of-type(2) div:hover b{border:none;background:#c30c14 url("../images/caseicon2s.png") no-repeat center;}
.case-thumbs .swiper-slide:nth-of-type(3) div b{background: url("/App/Home/View/Default/Public/images/caseicon3.png") no-repeat center;}
.case-thumbs .swiper-slide:nth-of-type(3).swiper-slide-thumb-active div b{border:none;background:#c30c14 url("../images/caseicon3s.png") no-repeat center;}
.case-thumbs .swiper-slide:nth-of-type(3) div:hover b{border:none;background:#c30c14 url("../images/caseicon3s.png") no-repeat center;}
.case-thumbs .swiper-slide:nth-of-type(4) div b{background: url("/App/Home/View/Default/Public/images/caseicon4.png") no-repeat center;}
.case-thumbs .swiper-slide:nth-of-type(4).swiper-slide-thumb-active div b{border:none;background:#c30c14 url("../images/caseicon4s.png") no-repeat center;}
.case-thumbs .swiper-slide:nth-of-type(4) div:hover b{border:none;background:#c30c14 url("../images/caseicon4s.png") no-repeat center;}
.case-thumbs .swiper-slide:nth-of-type(5) div b{background: url("/App/Home/View/Default/Public/images/caseicon5.png") no-repeat center;}
.case-thumbs .swiper-slide:nth-of-type(5).swiper-slide-thumb-active div b{border:none;background:#c30c14 url("../images/caseicon5s.png") no-repeat center;}
.case-thumbs .swiper-slide:nth-of-type(5) div:hover b{border:none;background:#c30c14 url("../images/caseicon5s.png") no-repeat center;}

/*advantage*/
.advantage{
    padding-bottom: 135px;
}
.adv_text{
    float:left;
    width: 35%;
    margin-top: 67px;
}
.adv_text b{
    font-size: 22px;
    color: #c30c14;
    font-weight: normal;
}
.adv_text h4{
    font-size: 40px;
    color: #232323;
    letter-spacing: 6px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 62px;
}
.adv_text i{
    display: block;
    background: #c30c14;
    width: 62%;
    height: 3px;
    margin-bottom: 70px;
}
.adv_text i{
    width:11%;
}
.adv_text span{
    font-size: 40px;
    color: #1f1f1f;
    font-weight: lighter;
}
.adv_text p{
    font-size: 16px;
    color: #666666;
    font-weight: lighter;
    margin-top: 54px;
    line-height: 30px;
    margin-bottom: 132px;
}
.adv_text a{
    display: block;
    width: 155px;
    height: 37px;
    line-height: 37px;
    background-color: #c30c14;
    border-radius: 2px;
    text-align: center;
    color: #fff;
}
.adv_pic{
    float:right;
    width: 65%;
    height: 466px;
    margin-top: 133px;
    position: relative;
    overflow: hidden;
}
.adv_pic img{
    position: absolute;
    top:0;
    right:0;
    max-width:100%;
}
.adv_pic i{
    display: block;
    border-radius: 50% 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    box-shadow: 0 0 3px #58466c;
}
.adv_pic i:after{
    display: block;
    content:attr(data-attr);
    position: absolute;
    left: 40px;
    top:3px;
    min-width: 58px;
    font-style: normal;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.point01{
    top: 30%;
    left: 10%;
    background-color: rgba(77, 193, 199, 0.76);
    color: rgba(77, 193, 199, 0.76);
}
.point02{
    top: 60%;
    left: 31%;
    background-color: rgba(237, 111, 76, 0.75);
    color: rgba(237, 111, 76, 0.75);
}
.point03{
    top: 12%;
    left: 54%;
    background-color: rgba(107, 230, 162, 0.75);
    color: rgba(107, 230, 162, 0.75);
}
.point04{
    left: 58%;
    top: 60%;
    background-color: rgba(160, 110, 217, 0.75);
    color: rgba(160, 110, 217, 0.76);
}
.point05{
    top:45%;
    right: 18%;
    background-color: rgba(120, 129, 243, 0.75);
    color: rgba(120, 129, 243, 0.75);
}
.point06{
    bottom: 17%;
    right: 10%;
    background-color: rgba(229, 128, 199, 0.75);
    color: rgba(229, 128, 199, 0.75);
}
@keyframes scalemln {
    0%{
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 3px #58466c;
    }
    100%{
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        transform: scale(1.01);
        box-shadow: 0 0 12px #58466c;
    }
}
@-webkit-keyframes scalemln {
    0%{
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 3px #58466c;
    }
    100%{
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        transform: scale(1.01);
        box-shadow: 0 0 12px #58466c;
    }
}
.usemlnscale{
    -webkit-animation: scalemln 2.5s linear infinite alternate;
    -o-animation: scalemln 2.5s linear infinite alternate;
    animation: scalemln 2.5s linear infinite alternate;
}
/*banner2*/
.banner2{
    background: url("/App/Home/View/Default/Public/images/banner2.jpg") no-repeat center;
    background-attachment: fixed;
    height: 310px;
    text-align: center;
    box-sizing: border-box;
    padding-top:108px;
}
.banner2 h4{
    color: #fff;
    font-weight: normal;
    font-size: 35px;
    margin-bottom: 15px;
}
.banner2 h4 span{
    font-weight: bold;
    padding-right: 30px;
    padding-top: 15px;
    background: url("/App/Home/View/Default/Public/images/banner2icon.png") no-repeat right top;
}
.banner2 h4 span sub{
    font-size: 14px;
    vertical-align: baseline;
}
.banner2 p{
    font-size: 14px;
    color: #ffffff;
    font-weight: lighter;
}

/*news*/
.news{
    background:#f1f1f1 url("../images/newsbg.jpg") no-repeat center bottom;
    padding-bottom: 167px;
}
.news_left{
    float:left;
    width: 238px;
}
.news_left i{
    width:1px;
    height:190px;
    background: #c30c14;
    display: block;
    position: relative;
    top:-40px;
}
.news_left b{
    font-size: 22px;
    color: #c30c14;
    text-transform: uppercase;
}
.news_left h3{
    font-size: 40px;
    color: #232323;
    letter-spacing: 6px;
    font-weight: normal;
}
.news_left p{
    font-size: 16px;
    color: #666666;
    font-weight: lighter;
    line-height: 30px;
    margin-top: 25px;
}
.news_right{
    float:right;
    width: 1170px;
    margin-top: 164px;
    background: rgba(255, 255, 255, 0.76);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:55px 60px;
}
.news_right b{
    font-size: 34px;
    color: #1d1d1d;
}
.news_right p{
    font-size: 18px;
    color: #1d1d1d;
    margin-top: 23px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 22px;
    width:100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news_right .swiper-slide div{
    font-size: 14px;
    color: #636363;
    line-height: 25px;
    margin-bottom: 53px;
}
.news_right span{
    font-size: 30px;
    color: #323232;
    line-height: 28px;
    width: 28px;
    text-align: center;
    display: block;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news_right .swiper-news .swiper-slide a:hover span{
    background: #c30c14;
    color: #fff;
}
.swiper-news .swiper-slide a{
    width: 100%;
}
.news_left{
    position: relative;
}
.news_left .swiper-button-next{
    left:56px;
    top:450px;
    width: 42px;
    height: 42px;
    background:#c30c14 url("../images/news_jtr.png") no-repeat center;
}
.news_left .swiper-button-next.swiper-button-disabled{
    background:#4c4c4c url("../images/news_jtr.png") no-repeat center;
    opacity: 1;
}
.news_left .swiper-button-prev{
    left:0;
    top:450px;
    width: 42px;
    height: 42px;
    background:#c30c14 url("../images/news_jtl.png") no-repeat center;
}
.news_left .swiper-button-prev.swiper-button-disabled{
    background:#4c4c4c url("../images/news_jtl.png") no-repeat center;
    opacity: 1;
}

/*footer*/
#footer {
    background: #191919;
    padding-top: 43px;
    padding-bottom: 57px;
}
.fot_top{
    background:url("/App/Home/View/Default/Public/images/contact.png") no-repeat right center;
}
.fot_top ul{
    float:left;
}
.fot_top ul li{
    float:left;
    background: url("/App/Home/View/Default/Public/images/circle.png") no-repeat right center;
    padding-right: 46px;
    margin-right: 38px;
}
.fot_top ul li a{
    font-size: 16px;
    color: #5e5e5e;
    line-height: 49px;
    font-weight: lighter;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.fot_top ul li a:hover{color: #fff;font-weight: normal}
.fot_top>div{
    float:right;
}
.fot_top>div a{
    float:left;
    background-color: #272727;
    margin-left: 12px;
}
.fot_top>div a span{
    display: block;
    width: 231px;
    height: 49px;
    font-size: 16px;
    font-weight: normal;
    line-height: 49px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 92px;
}
.fot_top>div a span:before{
    content: '';
    width:12px;
    height: 2px;
    background: #c30c14;
    position: absolute;
    top:23px;
    left:73px;
}
.fot_bottom{
    padding-top: 53px;
    border-top: 1px solid #5e5e5e;
    margin-top: 35px;
    background: url("/App/Home/View/Default/Public/images/contact.png") no-repeat right 23px;
}
.fot_bottom>img{
    float:left;
}
.fot_bottom>img:last-of-type{
    float:right;
}
.fot_bottom_left{
    float:left;
    margin-left: 20px;
}
.fot_bottom_left p{
    font-size: 14px;
    font-weight: lighter;
    color: #5e5e5e;
    margin-bottom: 8px;
}
.fot_bottom_left div p{
    float:left;
}
.fot_bottom_left div a{
    float:left;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: lighter;
}




/*totop*/
.izl-rmenu{position:fixed;right:0;bottom:10px;padding-bottom:73px;z-index:999;
    background:url(/App/Home/View/Default/Public/images/r_b.png) 0px bottom no-repeat;
}
.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;}
.izl-rmenu .btn-qq{background:url(/App/Home/View/Default/Public/images/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(/App/Home/View/Default/Public/images/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;text-decoration:none;display:block;}
.izl-rmenu .btn-wx{background:url(/App/Home/View/Default/Public/images/r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(/App/Home/View/Default/Public/images/r_phone.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(/App/Home/View/Default/Public/images/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}
