body{
    font-family: 'microsoft yahei','微软雅黑',monospace,sans-serif !important;
    font-size:14px;
    background:#f7f7f7;
}
.clear{
    clear:both;
}

.line-height2{
    line-height: 2em;
}
.line-height3{
    line-height: 3em;
}
#navigation .navbar-right {
    /*margin-top: 30px;*/
    margin-right: 0px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 25px;
    padding-top: 25px;
}
.navbar-brand-1{
    float: left;
    height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 25px;
    padding-top: 46px;
}
@media(max-width:767px){
    .navbar-brand-1{  
        padding-top: 0px;
        margin-top:-6px;/*小屏幕的时候手机居中*/
    }
}
@media(max-width:400px){
    .navbar-brand-1{
        padding-top: 0px;
        padding-left:10px;
        
    }
}
#navigation .navbar-fixed-top .navbar-brand img {
    max-width: 100%;
}
@media(max-width:992px){
    #navigation .navbar-fixed-top .navbar-brand img {
        max-width: 80%;
    }

    #navigation .navbar-right {
        /*margin-top: 20px;*/
        margin-right: 0px;
    }
}
@media(max-width:767px){
    #navigation .navbar-fixed-top .navbar-brand img {
        max-width: 70%;
    }
    .navbar-fixed-top .navbar-brand {
        padding-top: 15px;
    }
}
a.navbar-brand {
    color: #fff;
    margin-left: 0px !important;
}
@media(max-width:800px){
    a.navbar-brand {
        margin-left: 15px !important;
    }
}
/*首页banner*/
.index-banner1{
    background:url(../images/banner1.jpg) no-repeat;
    background-size:cover;
    height:600px !important;
}
.index-banner2{
    background:url(../images/banner2.jpg) no-repeat;
    background-size:cover;
    height:600px !important;
}
.index-banner3{
    background:url(../images/banner3.jpg) no-repeat;    
    background-size: cover;
    height:600px !important;
}
.carousel-caption {
    color: #fff;
    font-size: 20px;
    left: 15px;
    right: 15px;
    text-align: left;
    text-shadow: none;
    top: 60%;
    margin-top: -180px;
}
@media(max-width:992px){
    .index-banner1{
        height:480px !important;
    }
    .index-banner2{
        height:480px !important;
    }
    .index-banner3{
        height:480px !important;
    }
}
@media(max-width:767px){
    .index-banner1{
        height:380px !important;
    }
    .index-banner2{
        height:380px !important;
    }
    .index-banner3{
        height:380px !important;
    }
    .carousel-caption {
        top: 40%;
        margin-top: -40px;
        font-size:16px;
    }
}
@media(max-width:479px){
    .index-banner1{
        height:280px !important;
    }
    .index-banner2{
        height:280px !important;
    }
    .index-banner3{
        height:280px !important;
    }
    .carousel-caption {
        font-size:14px;
        top: 35%;
        margin-top: -70px;
    }
}
.carousel-caption p {
    max-width: 100%;
    margin-bottom: 15px;
}
.carousel-caption h1 {
    max-width: 100%;
    margin-bottom: 25px;
}

#donations {
    background-color: #0072bc;
    background-image: url(../images/donations-bg.jpg);
    padding-top: 70px;
}
@media(max-width:767px){
    #donations {
        background-color: #0072bc;
        background-image: url(../images/donations-bg.jpg);
        padding-top: 50px;
        padding-bottom: 30px;
    }
}
#humanity-carousel img {
    height: 150px;
    width: 150px;
}
#footer {    
    margin-top: 0px;
}
#navigation .navbar-right li a span {
    font-weight: 600;
}
.font-size24{
    font-size:24px;
}
.font-size20{
    font-size:20px;
}
.font-size18{
    font-size:18px;
}
.font-size16{
    font-size:16px;
}
.color-blue{
    color:#00AEEF;
}
.text-indent{
    text-indent:15px;
}
.main-top{
    margin-top:80px;
}
@media(max-width:767px){
    .main-top{
        margin-top:55px;
    }
}
.padding-top2{
    padding-top:20px;
}
.padding-top3{
    padding-top:30px;
}
.padding-top4{
    padding-top:40px;
}
.margin-auto{
    margin:auto;
}
.bg-blue{
    background-color:#337AB7;
}
.list-style-type{
    list-style-type: none;
}
.carousel-caption h1 {   
    max-width: 800px;
}
.padding-left2{
    padding-left:20px;
}

#our-partner img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);

}
.top-bar {
    position: absolute;
    left: 0px;
    top:0px;
    z-index: 10;
    line-height: 40px;
}
.bg-black-opacity{
    background-color:#000000;
    background-color:rgba(0,0,0,0.2); 
}
.padding-top{
    padding-top:75px;
}
@media(max-width:767px){
    .padding-top{
        padding-top:0px;
    }
    .padding-bottom{
        padding-bottom:0px;
    }
}
/*首页成功案例菜单栏的字体*/
.font-size-index{
    font-size:26px;
}
@media(max-width:400px){
    .padding-top{
        padding-top:55px;
    }
    .font-size-index{
        font-size:20px;
    }
}
.nav-tabs > li {
    float: none;
    max-width:200px;
    text-align: center;
    margin:auto;

}
.margin-auto{
    margin:auto;
}
.display-inline{
    display: inline;
}
/*成功案例上下距离*/
#video-section {   
    padding-top: 75px;
    padding-bottom: 80px;
}
.padding-top31{
    padding-top:31px;
}
/**/
#video-section .btn-primary {
    margin-bottom: 36px;
}
/*客户的轮播显示的点*/
#partner-carousel .carousel-indicators {
    top: -50px;
}
/*首页滚动栏的位置*/
.carousel-indicators {
    position: absolute;
    bottom: 10%;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;

}
@media(max-width:767px){
    .carousel-indicators {
        bottom: 20%;
    }
}
.carousel-indicators-1 {
    bottom: 50%;
    left: inherit;
    position: absolute;
    right: 30px;
    text-align: center;
    z-index: 15;
    width: 25px;
    margin-bottom: -38px;
}
/*页脚的高度*/
#footer{
    padding:12px 0px;
}
.copyright-text {
    margin-top: 20px;
}
.success-color-a{
    background:#1a426e;
}
.success-color-a:hover,.success-color-a:visted{
    background:#1ea1d1;
    outline: none;
}
.color-white{
    color:#fff;
}
.our-details-tab .tab-content {
    background-color: #fff;
    padding: 30px 45px;
    min-height: 240px;
    border-right: 1px solid #ddd;
    padding-right: 30px;
}
@media(max-width:992px){
    .our-details-tab .tab-content {
        margin-right: 15px;

    }
    .nav-justified {
        width: 100%;
        padding-right: 30px;
    }
}
@media(max-width:767px){
    .our-details-tab .tab-content {
        margin-right: 0px;
    }
}
/*成功案例的图片展示的效果*/
.list-image img {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
}
.list-image img:hover {
    filter: none;   
}
/*首页客户展示*/
.customer-img{
    -webkit-filter:contrast(0.8);
    -moz-filter: contrast(0.8);
    -o-filter: contrast(0.8);
    filter:contrast(0.8);
}
.customer-img:hover{
    -webkit-filter: contrast(3);
    -moz-filter: contrast(3);
    -o-filter: contrast(3);
    filter:contrast(3);
}

/*成功案例*/
.success-bg1{
    background:url("../images/beijing.png") no-repeat;
    background-size:cover;
    padding:35px 50px 0px 30px;
    color:#fff;

}
.success-bg2{
    background:url("../images/bg-ecotrans.jpg") no-repeat;
    background-size:cover;
    padding:35px 50px 0px 30px;
    color:#fff;

}
.success-bg3{
    background:url("../images/bg-pa.png") no-repeat;
    background-size:cover;
    padding:35px 50px 0px 30px;
    color:#fff;

}
.success-bg4{
    background:url("../images/bg-inspur.jpg") no-repeat;
    background-size:cover;
    padding:35px 50px 0px 30px;
    color:#fff;

}
.success-bg5{
    background:url("../images/bg-aruba.jpg") no-repeat;
    background-size:cover;
    padding:35px 50px 0px 30px;
    color:#fff;

}
.success-bg6{
    background:url("../images/bg-urhighway.jpg") no-repeat;
    background-size:cover;
    padding:35px 50px 0px 30px;
    color:#fff;

}
@media(max-width:767px){
    .success-bg1{
        background:url("../images/beijing.png") no-repeat;
        padding:30px 30px 15px 30px;
        background-size:cover;

    }
    .success-bg2{
        background:url("../images/bg-ecotrans.jpg") no-repeat;
        padding:30px 30px 15px 30px;
        background-size:cover;

    }
    .success-bg3{
        background:url("../images/bg-pa.png") no-repeat;
        padding:30px 30px 15px 30px;
        background-size:cover;

    }
    .success-bg4{
        background:url("../images/bg-inspur.jpg") no-repeat;
        padding:30px 30px 15px 30px;
        background-size:cover;
    }
    .success-bg5{
        background:url("../images/bg-aruba.jpg") no-repeat;
        padding:30px 30px 15px 30px;
        background-size:cover;
    }
    .success-bg6{
        background:url("../images/bg-urhighway.jpg") no-repeat;
        padding:30px 30px 15px 30px;
        background-size:cover;
    }
}

.display-block{
    display:block;
}
.border-right{
    border-right:1px solid #fff;
}
.font-size14{
    font-size:14px;
}
.margin-top20{
    margin-top:20px;
}
.btn-self1{
    margin-top:20px;
    border-color:#FFFFFF;
    background-color:#47B1E5;
}
.btn-self1:hover,.btn-self1:visited,.btn-self1:active，.btn-self1:active:focus{
    background-color:#47B1E5;
}
.btn-self2{
    margin-top:20px;
    border-color:#FFFFFF;
    background-color:#DB7E14;
}

.btn-self2:hover,.btn-self2:visited,.btn-self2:active,.btn-self2:active:focus{
    background-color:#DB7E14;
}
.btn-self3{
    margin-top:20px;
    border-color:#FFFFFF;
    background-color:#9AD0E5;
}
.btn-self3:hover,.btn-self3:visited,.btn-self3:active,.btn-self3:active:focus{
    background-color:#9AD0E5;
}
.btn-self4{
    margin-top:20px;
    border-color:#FFFFFF;
    background-color:#7690E4;
}
.btn-self4:hover,.btn-self4:visited,.btn-self4:active,.btn-self4:active:focus{
    background-color:#7690E4;
}
.btn-self5{
    margin-top:20px;
    border-color:#FFFFFF;
    background-color:#F3AA39;
}
.btn-self5:hover,.btn-self5:visited,.btn-self5:active,.btn-self5:active:focus{
    background-color:#F3AA39;
}
.btn-self6{
    margin-top:20px;
    border-color:#FFFFFF;
    background-color:#F19C32;
}
.btn-self6:hover,.btn-self6:visited,.btn-self6:active,.btn-self6:active:focus{
    background-color:#F19C32;
}

.bg-white{
    background:#fff;
}
.bg-ececec{
    background:#ececec;
}
.padding-top30{
    padding-top:30px;
}
.color-red{
    color:red;
}
.world-padding{
    padding:40px 50px 30px 50px;
    line-height:2em;
}
.font-size12{
    font-size:12px;
}
.color-999{
    color:#999;
}
.success-world{
    min-height:400px;
    background:url("../images/beijing2.png") no-repeat;
    background-size:cover;
}
.success-world2{
    min-height:400px;
    background:url("../images/beijing3.png") no-repeat;
    background-size:cover;
}
.list-style-type-square{
    list-style-type:square;
}
.list-style-type-square li{
    margin-left:0px;
}
/*成功案例*/
.mis-slider li img {
    max-width: 500px;
    width: 100%;
    border-radius: 0px;
    border: none;
}
@media(max-width:1200px) and (min-width:767px){
    .small-display-none{
        display:none;
    }
}

/*页脚布局调整*/
#footer .footer1{
    text-align:right;
}


@media(max-width:768px){
    #footer .footer1{
        text-align: center;
    }
}

/*.section-title::after, .btn-primary, #navigation .navbar-right li a span::after, #navigation .navbar-fixed-top, .carousel-indicators .active, .list-image::after, .list-image::before, #event-carousel .event-date, .become-volunteer {
    background-color: #2385B8;
}*/
.section-title::after,  #navigation .navbar-fixed-top, .carousel-indicators .active, #event-carousel .event-date, .become-volunteer {
    background-color: #015891;
}

/*解决方案*/

#navigation .navbar-right .dropdown-menu li a:hover{
    background: #015891;
    color: #fff;
}
.active-solution{
    background: #015891 !important;
    color: #fff !important;
}
.weixin-bg{
    background:rgba(255,255,255,0.5);
    border:2px solid #ccc;
}
.padding20{
    padding:20px;
}
.padding12{
    padding:12px;
}
.border-no-top{
    border:1px solid #333;
    border-top:none;
    border-radius:3px;
}
.color-fa554a{
    color:#FA554A;
}
.bg-fa554a{
    background:#FA554A;
}






.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}
.image_hover {
    position: relative;
    display: inline-block;
    width: 100%;
}
.image_hover .images_holder {
    position: relative;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}
.image_hover .images_holder img.hover_image, .image_hover .images_holder:hover img.active_image, .image_hover.hovered.show .images_holder img.active_image {
    opacity: 0;
    -webkit-filter:alpha(opacity=0);
    -moz-filter:alpha(opacity=0);
    -o-filter:alpha(opacity=0);
    -ms-filter:alpha(opacity=0);
    filter: alpha(opacity=0);
}
.image_hover .images_holder img.active_image, .image_hover .images_holder img.hover_image, .image_hover.hovered.show .images_holder img.active_image, .image_hover.hovered.show .images_holder img.hover_image {
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.carousel.fade .active.item, .carousel.fade .item, .image_hover .images_holder:hover img.hover_image, .image_hover.hovered.show .images_holder img.hover_image {
    opacity: 1;
    -webkit-filter:alpha(opacity=100);
    -moz-filter:alpha(opacity=100);
    -o-filter:alpha(opacity=100);
    -ms-filter:alpha(opacity=100);
    filter: alpha(opacity=100);
}
.image_hover .images_holder img.hover_image, .image_hover .images_holder:hover img.active_image, .image_hover.hovered.show .images_holder img.active_image {
    opacity: 0;
    -webkit-filter:alpha(opacity=0);
    -moz-filter:alpha(opacity=0);
    -o-filter:alpha(opacity=0);
    -ms-filter:alpha(opacity=0);
    filter: alpha(opacity=0);
}
.image_hover .images_holder img.active_image, .image_hover .images_holder img.hover_image, .image_hover.hovered.show .images_holder img.active_image, .image_hover.hovered.show .images_holder img.hover_image {
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.image_hover .images_holder img.hover_image {
    position: absolute;
    top: 0;
    left: 0;
}
.clear-both{
    clear:both;
}
.movement-img .col-sm-3{
    padding-top:40px;
    padding-bottom:40px;
}
.together-work{
    background:url("../images/together.jpg") no-repeat;
    background-size:cover;
}
.together-work .btn-primary,.together .btn-primary{
    background:rgba(255,255,255,0);
    border:1px solid blue;
    color:#333;
    padding-top:10px;
    padding-bottom:10px;
    font-weight: 600;
    border-radius: 5px;
}
.function .col-sm-3{
    display:inline-block
}
.function .col-sm-3 span{
    display:inline-block;
    background:#FA554A;
    width:100px;
    height:100px;
    border-radius: 50%;
    color:#fff;
    font-size:16px;
    font-weight: 600;
    line-height: 100px;
    border:1px solid #C4111A;
}
.function .col-sm-3 span:hover{
    animation:rotation 1s backwards;
    -webkit-animation: rotation 1s backwards;
    -moz-animation: rotation 1s backwards;
    -ms-animation: rotation 1s backwards;
    -o-animation: rotation 1s backwards;
    transform: scale(1.7);
    z-index:2
}
.function .function-left .col-sm-3:before{
    background-color: #999;
    top: 100px;
    left:85px;
    content: '';
    position: absolute;
    width: 2px;
    height:210px;
}
.function .function-right .col-sm-3:before{
    background-color: #999;
    top: 100px;
    left:70px;
    content: '';
    position: absolute;
    width: 2px;
    height:90px;
}
@media(max-width:1200px){
    .function .function-left .col-sm-3:before{
        background-color: #999;
        top: 100px;
        left:75px;
        content: '';
        position: absolute;
        width: 2px;
        height:210px;
    }
    .function .function-right .col-sm-3:before{
        background-color: #999;
        top: 100px;
        left:70px;
        content: '';
        position: absolute;
        width: 2px;
        height:90px;
    }
}
@media(max-width:1000px){
    .function .function-left .col-sm-3:before{
        background-color: #999;
        top: 100px;
        left:65px;
        content: '';
        position: absolute;
        width: 2px;
        height:210px;
    }
    .function .function-right .col-sm-3:before{
        background-color: #999;
        top: 100px;
        left:65px;
        content: '';
        position: absolute;
        width: 2px;
        height:90px;
    }
}
@media(max-width:768px){
    .function .function-left .col-sm-3:before{
        background-color: #999;
        top: 100px;
        left:150px;
        content: '';
        position: absolute;
        width: 2px;
        height:210px;
    }
    .function .function-right .col-sm-3:before{
        background-color: #999;
        top: 100px;
        left:145px;
        content: '';
        position: absolute;
        width: 2px;
        height:90px;
    }
}
@media(max-width:650px){
    .function .function-left .col-sm-3:before{
        background-color: #999;
        top: 100px;
        left:135px;
        content: '';
        position: absolute;
        width: 2px;
        height:210px;
    }
    .function .function-right .col-sm-3:before{
        background-color: #999;
        top: 100px;
        left:130px;
        content: '';
        position: absolute;
        width: 2px;
        height:90px;
    }
}
@media(max-width:570px){
    .function .function-left .col-sm-3:before{
        background-color: #999;
        top: 100px;
        left:110px;
        content: '';
        position: absolute;
        width: 2px;
        height:210px;
    }
    .function .function-right .col-sm-3:before{
        background-color: #999;
        top: 100px;
        left:105px;
        content: '';
        position: absolute;
        width: 2px;
        height:90px;
    }
}
@media(max-width:450px){
    .function .function-left .col-sm-3:before{
        background-color: #999;
        top: 100px;
        left:65px;
        content: '';
        position: absolute;
        width: 2px;
        height:210px;
    }
    .function .function-right .col-sm-3:before{
        background-color: #999;
        top: 100px;
        left:70px;
        content: '';
        position: absolute;
        width: 2px;
        height:90px;
    }
}
@-webkit-keyframes rotation{
    0%{
        transform:rotate(0deg);
    }

    100%{
        transform:rotate(360deg);
    }
}
@keyframes rotation{
    0%{
        transform:rotate(0deg);
    }

    100%{
        transform:rotate(360deg);
    }
}
.function .function-left {
    margin-left:30px;
}
.function .function-left .col-sm-3{
    margin-top:25px;
}
.function .function-right .col-sm-3{
    width:20%;
    margin-top:25px;
}
@media(max-width:768px){
    .function .function-left {
        margin-left:0px;
    }
    .function .function-right .col-sm-3{
        width:50%;
    }
}
@media(max-width:1000px) and (min-width:550px){
    .website-content .col-sm-2{
        width:33.33%
    }
}
@media(max-width:768px){
    .website-content .col-sm-6{
        margin-top:15px;
    }
}

.project-word{
    position: absolute;
    top:75px;
    left:75px;
    color:#fff;
    font-size:16px;
    font-weight:600;
}
@media(max-width:430px){
    .website-content .col-sm-2 img{
        width:150px;
    }
    .project-word{
        position: absolute;
        top:55px;
        left:55px;
        color:#fff;
        font-size:14px;
        font-weight:600;
    }
    .none-before{
        position: absolute;
        top:60px;
        left:63px;
        color:#fff;
        font-size:14px;
        font-weight:600;
    }
}
.margin-top10{
    margin-top:10px;
}
.together{
    background:url("../images/system-together.jpg") no-repeat;
    background-size:cover;
    min-height: 404px;
    padding-top:40px;
    margin-top:10px;
}
@media(max-width:1200px) and (min-width:1000px){
    .together{
        min-height: 365px;
        padding-top:20px;
        margin-top:10px;
    }
}
.together div{
    padding:20px 10px;
}
.together .btn{
    color:#fff;
    font-size:16px;
    font-weight: 600;
}
.line-height3{
    line-height: 3em;
}
.website_block_tab{
    margin-bottom:25px;
}
.website-success .col-sm-12 .col-sm-4{
    position: relative;
    bottom:0px;
}
.website-success .col-sm-12 .col-sm-4 p{
    line-height: 3em;
    padding-top:90px;
    padding-bottom:90px;
}
.website-success .col-sm-12 .col-sm-4 a:hover{
    color:#fff;
}
@media(max-width:1200px){
    .website-success .col-sm-12 .col-sm-4 p{
        line-height: 3em;
        padding-top:25px;
        padding-bottom:25px;
    }
}
@media(max-width:998px){
    .website-success .col-sm-12 .col-sm-4 p{
        line-height: 1.8em;
        padding-top:0px;
        padding-bottom:0px;
    }
}
.color-015891{
    color:#015891;
}
.bg-gray{
    background:#F7F7F7;
}
.margin-bottom30{
    margin-bottom:30px;
}
.line-hright2{
    line-height: 2em;
}
.system-box-img{
    margin-bottom:-25px;
}
.system-youshi1 img{
    text-align:center;
    transform:rotateY(0deg);
    transition: all 0.5s ease-in-out 0s;
}

.system-youshi2 img{
    position:absolute;
    top:0px;
    transform:rotateY(-90deg);
    transition: all 0.5s ease-in-out 0s;
    margin-left:-30px;
}
.system-box:hover .system-youshi2 img{
    transform:rotateY(0deg);
}
.system-box:hover .system-youshi1 img{
    transform:rotateY(-90deg);
}
.system-box{
    margin-top:30px;
    margin-bottom:20px;
}
.system-box-word{
    min-height:198px;
}
@media(max-width:1200px) and (min-width:768px){
    .system-box-word{
        min-height:228px;
    }
}
.solution-footer{
    background:url("../images/solution-footer.png") no-repeat;
    background-size:100% 100%;
}
.solution-footer .btn-primary{
    background:rgba(255,255,255,0);
    border:1px solid #fff;
    color:#fff;
    padding-top:10px;
    padding-bottom:10px;
    font-weight: 600;
    border-radius: 5px;
}
@media(max-width:400px){
    .solution-footer h2{
    font-size:18px;
}
}
.padding-bottom30{
    padding-bottom:30px;
}

/*页头的高度*/
/* #navigation .navbar-fixed-top{
    background-color: #015891;
    height: 60px;
}
#navigation .navbar-fixed-top .navbar-right {
    margin-top: -13px;
}
.navbar-brand {
    padding-top: 15px;
}*/

/*悬浮窗*/
.suspend{
       z-index: 999;
       position: fixed;
       bottom:15%;
       right:0px;
      
}

/*.suspend img{
    display:block;
    margin-right:-100px;
    width:150px;
    -ms-transition:all 0.5s ease-in 0s;
    -webkit-transition:all 0.5s ease-in 0s;
    -o-transition:all 0.5s ease-in 0s;
    -moz-transition:all 0.5s ease-in 0s;
    transition:all 0.5s ease-in 0s;
}
.suspend:hover img{
    display:block;
    margin-right:0px;
    width:150px;
    -ms-transition:all 0.5s ease-in 0s;
    -webkit-transition:all 0.5s ease-in 0s;
    -o-transition:all 0.5s ease-in 0s;
    -moz-transition:all 0.5s ease-in 0s;
    transition:all 0.5s ease-in 0s;
}*/


