﻿*{
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
}
a{ text-decoration: none; color: inherit;}
body{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    transition: background 0.8s linear;
    -webkit-transition: background 0.8s linear;
    -o-transition: background 0.8s linear;
    -moz-transition: background 0.8s linear;
    overflow: hidden;
}
.container{
    width: 632px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -316px;
    margin-top: -300px;
}
img{display: none;visibility: hidden;}
.images{
}
.images img{
    display: block;
    margin: 0 auto;
}
.logo{
    padding-bottom: 60px;
}
.img2{
    padding: 40px 0 30px 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.8s linear;
}
.bottoms{
    margin-top: 55px;
}
.bottoms .btn{
    padding: 0 25px;
    border: 2px solid #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    position: relative;
    visibility: hidden;
    transition: all 0.2s ease;
    text-decoration: none;
}
.bottoms .btn .code{
    width: 120px;
    height: 127px;
    background-image: url("../img/bg-code.png");
    position: absolute;
    left: 47px;
    top: -134px;
    display: none;
}
.bottoms .btn .code img{
    display: block;
    visibility: visible;
    margin: 2px auto;
}
.bottoms .btn .fa{
    font-size: 34px;
    line-height: 50px;
    margin-right: 20px;
    float: left;
}
.bottoms .btn .word{
    float: left;
}
.left-btn{
    float: left;
    margin-left: 80px;
}
.left-btn:hover{
    color: #000;
    background-color: #fff;
}
.left-btn:hover .code{
    display: block;
}
.right-btn{
    float: right;
    margin-right: 80px;
}
.right-btn:hover{
    color: #FF667F;
    background-color: #fff;
}
.right-btn:hover .code{
    display: block;
}
.footer{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
    color: #ccc;
    font-size: 14px;
}
.footer .f-left{
    float: left;
    margin-left: 40px;
    cursor: pointer;
}
.footer .f-right{
    float: right;
    margin-right: 30px;
    cursor: pointer;
}
.mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9;
    transition: all 0.2s linear;
}
.mask-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 8;
    transition: all 0.3s linear;
    visibility: hidden;
    opacity: 0;
}
.mySlideUp{
    animation-name: mySlideUp;
    -webkit-animation-name: mySlideUp;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
}

@keyframes mySlideUp {
    0% {
        transform: translateY(100%);
    }
    50%{
        transform: translateY(-8%);
    }
    65%{
        transform: translateY(4%);
    }
    80%{
        transform: translateY(-4%);
    }
    95%{
        transform: translateY(2%);
    }
    100% {
        transform: translateY(0%);
    }
}
@-webkit-keyframes mySlideUp {
    0% {
        -webkit-transform: translateY(100%);
    }
    50%{
        -webkit-transform: translateY(-8%);
    }
    65%{
        -webkit-transform: translateY(4%);
    }
    80%{
        -webkit-transform: translateY(-4%);
    }
    95%{
        -webkit-transform: translateY(2%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}
.mySlideLeft{
    animation-name: mySlideLeft;
    -webkit-animation-name: mySlideLeft;

    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
}

@keyframes mySlideLeft {
    0% {opacity: 0;
        transform: translateX(80%);
    }
    80%{

    }
    100% {opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes mySlideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(80%);
    }
    80%{

    }
    100% {opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

.mySlideRight{
    animation-name: mySlideRight;
    -webkit-animation-name: mySlideRight;

    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;

    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;

    visibility: visible !important;
}

@keyframes mySlideRight {
    0% {opacity: 0;
        transform: translateX(-80%);
    }
    100% {opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes mySlideRight {
    0% {opacity: 0;
        -webkit-transform: translateX(-80%);
    }
    80%{

    }
    100% {opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
.mySlideLeft2{
    animation-name: mySlideLeft2;
    -webkit-animation-name: mySlideLeft2;

    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
}

@keyframes mySlideLeft2 {
    0% {opacity: 0;
        transform: translateX(30%);
    }
    100% {opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes mySlideLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30%);
    }
    100% {opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

.mySlideRight2{
    animation-name: mySlideRight2;
    -webkit-animation-name: mySlideRight2;

    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;

    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;

    visibility: visible !important;
}

@keyframes mySlideRight2 {
    0% {opacity: 0;
        transform: translateX(-30%);
    }
    100% {opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes mySlideRight2 {
    0% {opacity: 0;
        -webkit-transform: translateX(-30%);
    }
    100% {opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
.modal{
    width: 590px;
    background-color: rgb(248,248,248);
    position: absolute;
    left: 50%;
    margin-left: -295px;
    z-index: 9;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    border-radius: 6px;
}
.modal-box{
    margin: 0 28px;
    padding-top: 10px;
    position: relative;
}
.modal-box .close{
    position: absolute;
    top: 10px;
    right: -15px;
    font-size: 24px;
    color: #c2c2c2;
    cursor: pointer;
}
.modal1-box .close:hover{
    color: #4E4E4E;
}
.m_title{
    color: #FF667F;
    font-size: 25px;
    line-height: 45px;
    margin-top: 10px;
    border-bottom: 1px solid #c2c2c2;
}
.m_call{

}
.m_call p{
    line-height: 30px;
    font-size: 14px;
    margin-top: 7px;
    color: #4E4E4E;
}
.m_call input{
    display: block;
    width: 100%;
    line-height: 32px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #ccc;
    text-indent: 10px;
    color: #949393;
}
.m_call input:focus{
    border: 1px solid rgba(255, 102, 127, 0.50);
    box-shadow: 0 0 5px rgba(255, 102, 127, 0.40);
}
.m_contact{

}
.m_contact p{
    line-height: 30px;
    font-size: 14px;
    margin-top: 7px;
    color: #4E4E4E;
}
.m_contact textarea{
    display: block;
    width: 100%;
    height: 105px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #ccc;
    text-indent: 10px;
    color: #949393;
    resize: none;
}
.m_contact textarea:focus{
    border: 1px solid rgba(255, 102, 127, 0.50);
    box-shadow: 0 0 5px rgba(255, 102, 127, 0.40);
}
.m_bottom_word{
    margin-top: 6px;
    font-size: 12px;
    color: #949393;
}
.m_btn{
    float: right;
    width: 96px;
    height: 38px;
    border: 1px solid #ccc;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    color: #FF667F;
    font-size: 18px;
    background-color: #fff;
    transition: all 0.1s ease;
    margin-bottom: 20px;
}
.m_btn:hover{
    cursor: pointer;
    background-color: #FF667F;
    color: #fff;
    border: 1px solid #FF667F;
}