* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    font-family: Microsoft YaHei;
    overflow-x: hidden;
    background-color: #f8f8f8;
}

a {
    text-decoration: none;
}

#c {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.center {
    width: 100%;
    margin: 0 auto
}

.head {
    height: 90px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(57, 66, 79, .92);
    -moz-transition: height 0.3s ease 0s;
    -webkit-transition: height 0.3s ease 0s;
    -o-transition: height 0.3s ease 0s;
}

.head-child {
    width: 80%;
    margin: 0 auto;
    padding-top: 15px;
    -moz-transition: padding-top 0.3s ease 0s;
    -webkit-transition: padding-top 0.3s ease 0s;
    -o-transition: padding-top 0.3s ease 0s;
}

.head-min {
    height: 60px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(57, 66, 79, .92);
    -moz-transition: height 0.3s ease 0s;
    -webkit-transition: height 0.3s ease 0s;
    -o-transition: height 0.3s ease 0s;
}

.head-child-min {
    width: 80%;
    margin: 0 auto;
    padding-top: 0;
    -moz-transition: padding-top 0.3s ease 0s;
    -webkit-transition: padding-top 0.3s ease 0s;
    -o-transition: padding-top 0.3s ease 0s;
}

.left {
    width: 40%;
    float: left;
    padding-left: 10%;
}

.logo {
    width: 150px;
    height: 50px;
    background-position-y: -20px;
}

.nav {
    width: 50%;
    height: 40px;
    float: left;
    padding-top: 15px;
    line-height: 32px;
}

.nav ul {
    width: 100%;
    font-family: Microsoft YaHei;
    font-size: 20px;
    color: #B4E6B4;
}

.nav ul li {
    width: 15%;
    text-align: center;
    margin-left: 5%;
    list-style: none;
    float: left;
    border-radius: 40px;
    height: 35px;
    cursor: pointer;
    -moz-transition: background-color 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
}

.nav ul li a {
    font-size: 14px;
    color: whitesmoke;
}

.nav ul li:hover {
    background-color: #f25f5c;
}

.nav ul li:hover > a {
    transform: rotateX(10deg);
    -webkit-transform: rotateX(10deg);
    -webkit-transform: rotateY(120deg);
}

.bigPic {
    width: 100%;
    background-color: #474f5c;
}
.bigPic {
    height: calc((100vw / 3.49) + 89px);
}
.bigPic img {
    width: 100%;
    margin-top:89px;
}

.midd {
    width: 75%;
    margin: 50px auto 0;
}

.contact_info {
    float: left;
    width: 50%;
}

.contact_div {
    width: 100%;
    height: 350px;
}

.mingpian {
    background-color: rgba(255, 214, 213, 0.81);
    width: 80%;
    height: 280px;
    border-radius: 5px;
    margin: 0 auto;
    box-shadow: 3px 3px 5px #ad8585;
    -moz-transition: box-shadow 0.3s ease 0s, background-color 0.3s ease 0s;
    -webkit-transition: box-shadow 0.3s ease 0s, background-color 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s, background-color 0.3s ease 0s;
}

.mingpian:hover {
    background-color: #b5c2ca;
    box-shadow: 5px 5px 10px 0 #ad8585;
}

.mingpiancontent {
    padding-top: 50px;
    min-height: 82%;
    padding-left: 30px;
    line-height: 30px;
}

.mingpiancontent_left {
    text-align: left;
    color: crimson;
    float: left;
    width: 60%;
}

.mingpiancontent_right {
    float: left;
    width: 40%;
    margin-top: 90px;
}

.mingpiancontent_right img{
    width:100px;
}

.leave_message {
    float: left;
    width: 50%;
}

.leave_form_div {
    height: 280px;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
    padding-left: 30%;
    /**
    box-shadow: 3px 3px 5px #6d83ad;
    **/
    /**
    background-color: rgb(132, 192, 242);
    **/
    /**
    -moz-transition: box-shadow 0.3s ease 0s;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    **/
}

.leave_form_div:hover {
    /**box-shadow: 5px 5px 5px #ad8585;**/
}

.leave_form {
    padding-top: 30px;
}

.leave_form div input {
    width: 40%;
    height: 30px;
    border-radius: 5px;
    color: #48505c;
    background-color: #e8e4e4;;
    outline: none;
    padding-left: 10px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.leave_form div textarea {
    border-radius: 5px;
    color: #48505c;
    background-color: #e8e4e4;
    resize: none;
    outline: none;
    padding-left: 10px;
    height: 50px;
    font-size: 12px;
    width: 40%;
    padding-top: 3px;
    float: left;
    margin-left: 10px;
}

.leave_form div {
    display: block;
    height: 50px;
}

.leave_form div span {
    line-height: 50px;
    color: #47505c;
    display: block;
    float: left;
}

.leave_sent_submit {
    width: 30%;
    height: 30px;
    margin-left: 15%;
    border-radius: 10px;
    background-color: #f25f5c;
    color: white;
    outline: none;
    float: left;
    cursor: pointer;
    -moz-transition: background-color 0.2s ease 0s;
    -webkit-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
}

.leave_sent_submit:hover {
    background-color: #5079a0;
}

.leave_sent_submit:active {
    background-color: #4c7096;
}

.biaoti {
    width: 100%;
    height: 50px;
}

.biaoti .p1 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    text-align: left;
    color: rgba(71, 80, 92, 0.64);
    background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 6s infinite linear;
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}

.friend-links {
    width: 80%;
    text-align: center;
    height: 30px;
    margin: 0 auto;
    font-size: 14px;
    color: burlywood;
}

#footer_one ul {
    list-style: none;
}

#footer_one {
    padding-top: 30px;
    padding-left: 6%;
    width: 30%;
    float: left;

}

#footer_one ul li {
    display: inline-block;
    width: 100px;
    text-align: center;
    border-right: 1px solid #9ABBB0;
}

#footer_one ul li a {
    color: #808b9b;
    text-decoration: none;
    font-family: Microsoft YaHei;
    font-size: 15px;
}

#footer .footer_wenzi {
    width: 25%;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 15px;
    color: #808b9b;
    font-weight: lighter;
    float: left;
    padding-top: 30px;
    letter-spacing: 1px
}

#footer .footer_erweima {
    width: 10%;
    float: left;
    padding-top: 5px;
}

#footer {
    height: 100px;
    width: 100%;
    margin: 0 auto;
    float: left;
    /* border-top: 1px solid #E2C2C2; */
    background-color: rgba(57, 66, 79, .92);
}
