

/*start header*/
.header {
    height: 200px; max-width: 1920px; min-width: 1200px; overflow: hidden;
    background-color: #ffffff;
    position: relative;
    margin: 0 auto;
}
    .header::after {
        content: "";
        position: absolute; bottom: 0; right: 0; z-index: 1;
        width: 50%; height: 50px; overflow: hidden;
        background-color: #edecec;
    }
    .headerMain {
        width: 1200px; height: 200px; overflow: hidden;
        margin: 0 auto;
    }
        .logo {
            height: 74px; width: 287px; overflow: hidden;
            padding-top: 63px; height: 137px;
            float: left;
        }
            .logo img {
                height: 74px; width: 287px; overflow: hidden;
            }
            .logo figcaption {
                display: none;
            }
        .contactMenu {
            height: 200px; width: 800px; 
            position: relative;
            float: right;
        }
            .contactSearch {
                height: 85px; width: 100%; overflow: hidden;
                margin-top: 50px;
            }
                .contact {
                    height: 85px; width: 400px; overflow: hidden;
                    float: right;
                }
          /*          .contact p {
                        font-size: 16px; text-align: right; line-height: 30px;
                        color: #242a51;
                        margin: 10px 0 0; padding: 0;
                    }
                    .contact p + p {
                        font-size: 26px; font-weight: bold; 
                        color: #305450; 
                        margin: 0;
                    }*/
                    .contact p {
                        font-size: 26px; text-align: right; line-height: 30px; font-weight: bold;
                        color: #242a51;
                        margin: 5px 0 0; padding: 0;
                    }
                .search {
                    height: 85px; width: 330px; overflow: hidden;
                    float: right;
                    margin-left: 30px;
                    position: relative;
                }
                    .search input[type='search'] {
                        outline: none;
                        height: 40px; width: 320px; overflow: hidden;
                        border-radius: 20px; border: 1px solid #bac6c5;
                        padding: 0 50px 0 20px;
                        font-size: 12px;
                    }
                    .search article {
                        position: absolute; right: 0; bottom: 0; z-index: 1;
                        height: 30px; width: 320px; overflow: hidden;
                        font-size: 12px; 
                        color: #999999;
                        white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
                    }
                    .search button {
                        text-indent: -9999px;
                        height: 31px; width: 31px; overflow: hidden;
                        position: absolute; right: 20px; top: 5px; z-index: 2;
                        background: url('../img/top_search.png') no-repeat center center;
                        border: none;
                    }
            .navigation {
                height: 50px; width: 800px; 
                position: relative; bottom: 0px; right: 0; z-index: 3;
            }
                .navigation::before {
                    content: "";
                    position: absolute; bottom: 0; right: 0; z-index: -1;
                    width: 800px; height: 50px;
                    background-color: #edecec;
                    transform: skewX(-45deg);
                }
                .navigation ul {
                    height: 50px; width: 720px; overflow: hidden;
                    margin: 0 auto;
                }
                .navigation li {
                    float: left;
                    display: block; height: 50px; width: 140px; overflow: hidden;
                    list-style-type: none;
                }
                    .navigation li a {
                        display: block; height: 50px; width: 140px; overflow: hidden;
                        line-height: 50px; font-size: 18px; text-align: center;
                        color: #777777;
                    }
                        .navigation li + li a::before {
                            content: '/';
                            display: block; height: 50px; width: 10px; overflow: hidden;
                            float: left;
                        }
                .navigation li a.active {
                    font-weight: bold;
                    color: #a17295;
                }
/*end header*/



/*start footer*/
.footer {
    height: 425px; max-width: 1920px; min-width: 1200px; overflow: hidden;
    margin: 0 auto;
    background-color: #2d2f39;
}
.footerMain {
    width: 1200px; height: 425px; overflow: hidden;
    margin: 0 auto;
}
    .footerAcq {
        height: 290px; width: 100%; overflow: hidden;
    }
        .footerAboutContact {
            height: 290px; width: 840px; overflow: hidden;
            float: left;
        }
            .footerAbout {
                height: 290px; width: 300px; overflow: hidden;
                float: left;
            }
            .footerContact {
                height: 290px; width: 540px; overflow: hidden;
                float: left;
            }
                .footerAboutContact h4 {
                    margin-top: 45px;
                    font-size: 28px !important; line-height: 60px;
                    color: #fff;
                }
                .footerAboutContact ul {
                    margin: 0; padding: 0;
                }
                .footerAboutContact li {
                    list-style-type: none;
                    font-size: 24px; line-height: 50px; 
                    color: #fff;
                }
                    .footerAboutContact a {
                        color: #fff;
                    }
        .footerQrcode {
            height: 290px; width: 360px; overflow: hidden;
            float: right;
        }
            .footerQrcode dl {
                height: 230px; width: 180px; overflow: hidden;
                float: left;
                margin-top: 60px;
            }
                .footerQrcode dt {
                    display: block; margin: 0 auto;
                    height: 148px; width: 148px; overflow: hidden;
                }
                    .footerQrcode dt img {
                        height: 148px; width: 148px; overflow: hidden;
                    }
                .footerQrcode dd {
                    display: block; margin: 0 auto;
                    height: 50px; width: 148px; overflow: hidden;
                    font-size: 24px; line-height: 50px; text-align: center;
                    color: #fff;
                }
    .copyright {
        border-top: 2px solid #24262e;
        height: 135px; width: 100%; overflow: hidden;
        text-align: center; font-size: 24px; line-height: 96px;
        color: #fff;
    }
        .copyright a {
            color: #fff;
        }
/*end footer*/



.pageH1 {
    height: 485px !important; max-width: 1920px; min-width: 1200px; overflow: hidden;
    margin: 0 auto;
    background: url(../img/bg_h1.png) no-repeat center top;
    font-size: 100px !important; line-height: 480px; font-weight: bold; text-align: center;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff;
/*    text-shadow: 10px -10px 10px #ffffff;*/
    color: #b06db0;
}





.contactAside {
    position: fixed; top: 40%; right: 0;
    transform: translateY(-50%);

    background: #900; color: #fff;
    height: 300px; width: 200px; overflow: hidden;
}