/*
body {
    background-image: url(../images/body_back.jpg);
    background-position: center;
    background-repeat-y: repeat;
}
header {
    transition: 1s;
    background: #FFF;
}

.top_slide {
    width: 100%;
    height: auto;
    padding-bottom: 42%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.contact_form input[type="text"], .contact_form input[type="email"] {
    border: solid 2px #000;
    width: 100%;
    line-height: .32rem;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 10px;
    box-sizing: border-box;
}

.flower_link_text {
    transition: all 0.3s linear;
}

.aboutus_intro h3 {
    font-weight: bold;
}


.about_head_bg {
    margin-left: calc(50% - 50vw);
    width: 66vw;
    height: auto;
    min-height: 540px;
    padding-bottom: 40vw;
    position: relative;
    z-index: -1;
    background-image: url(../images/aboutus01.jpg);
    background-position: center;
    background-size: cover;
}


.aboutus_white {
    margin: 70px auto 0;
    padding: 45px 0 65px;
    max-width: 1160px;
    background-color: #fff;
}
.about_head_container {
    margin: 0;
    padding-bottom: 60px;
    width: 590px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 5px 8px 0 #000;
    position: absolute;
    right: 0;
    top: 70px;
}
.head{
    position: relative;
}




.service_img>div {
    flex: 0 1 auto;
    width: calc(50% - 2px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service_img>img {
    flex: 0 1 auto;
    width: calc(50% - 2px);
}



.service_text_linkbtn {
    padding: 9px 20px 11px 5px;
    margin: -30px 45px 0 auto;
    display: block;
    width: 212px;
    background-color: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    box-shadow: 3px 3px 0 #bcbcbc;
    position: relative;
    box-sizing: border-box;
}

.service_flower .service_text_linkbtn {
    width: 266px;
}



@media(min-width: 844px){
.top_profile_top>div {
    padding-top: 15px;
    padding-left: 26px;
    border-left: solid 2px #000;
    flex: 0 1 auto;
    width: 45%;
}
}

@media(max-width: 844px){
.top_profile>img {
    width: 80%;
    margin-top: 40px;
}
}
/*