﻿

body {
    font-family: '微软雅黑'!important;
    min-width: 1200px;
}

a {
    text-decoration: none;
}

    a:hover {
        color: red;
    }

ul, li {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}
/*头部banner和导航*/
.header {
    width: 100%;
    height: 733px;
    background: #2356c2 url('../images/bg.png');
    background-repeat:no-repeat;
    background-position:center top;
    background-size: cover;
    position: relative;
    overflow:hidden;
}

    .header > .logo {
        position: absolute;
        top: 44px;
        left: 100px;
        z-index:900;
    }

    .header > .htmleaf-container .muen {
        width: 912px;
        height: 450px;
        position: absolute;
        top: 44px;
        left: 50%;
        margin-left: -456px;
        background: url(../images/muen_bg.png) center 35px no-repeat;
        z-index:1000;
    }

        .header > .htmleaf-container > .muen > li {
            position: absolute;
            color: #fff;
            font-size: 20px;
            text-align: center;
            overflow: hidden;
            transition:.6s;
        }
            .header > .htmleaf-container > .muen > li > div:first-child {
                width: 64px;
                height: 60px;
                background: url(../images/nav-img-white.png) center center no-repeat;
                background-size:cover;
                margin: 0 auto;
                transition:.6s;
            }

            .header > .htmleaf-container > .muen > li > div.left {
                float: left;
            }

            .header > .htmleaf-container > .muen > li > div > a {
                color: #fff;
                letter-spacing: 2px;
                display: block;
            }

            .header > .htmleaf-container > .muen > li:hover a {
                color: #fdf401 !important;
            }

            .header > .htmleaf-container > .muen > li:hover > div:first-child {
                background: url(../images/nav-img-yellow.png) center center no-repeat;
                background-size:125%;
                transition:.6s;
            }

            .header > .htmleaf-container > .muen > li > div > a > p {
                font-size: 16px;
            }

.header_01 {
    top: 25px;
    left: 5px;
}

.header_02 {
    top: 7px;
    left: 243px;
}

.header_03 {
    top: 79px;
    left: 360px;
}

.header_04 {
    top: 165px;
    left: 529px;
}

.header_05 {
    top: 295px;
    left: 517px;
}

.header_06 {
    top: 310px;
    left: 757px;
}

.header_07 {
    top: 165px;
    left: 837px;
    width: 182px;
}

.htmleaf-container {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 568px;
    position:absolute;
    top:0;
    left:0;
}
.men {
    position:absolute;
    bottom:0px;
    left:0;
    width:100%;
    height:236px;
    background:url("../images/meng.png")no-repeat center;
    background-size:cover;
}
.bg-main {
    width:1200px;
    height:100%;
    margin:0 auto;
    position:relative;
}
.diaosu {
    position:absolute;
    width:506px;
    height:550px;
    bottom:-160px;
    left:-30px;
    background:url("../images/diaosu.png") center center no-repeat;
    background-size:cover;
    z-index:10;
}
.moon {
    position:absolute;
    width:252px;
    height:252px;
    background:url(../images/moon.png) center center no-repeat;
    background-size:cover;
    right:-240px;
    top:50px;
}
/*中间内容部分*/
.content {
    padding-top: 140px;
    min-height: 770px;
    background: url(../images/content_bg.png) center top no-repeat;
    background-size: 100% auto !important;
    margin-top: -95px;
    position: relative;
    z-index: 99;
}
.listNav {
    height: 60px;
    margin-top: 10px;
    width: 100%;
    border-bottom: 2px solid #2857c1;
    text-align: right;
    line-height: 60px;
    margin-bottom: 40px;
}

    .listNav a {
        padding: 20px 0px;
        margin-left: 25px;
        border-bottom: 2px solid transparent;
        box-sizing: border-box;
        color: #3b3b3b;
        font-size: 16px;
        font-family:"微软雅黑";
    }

.listNavClick {
    color: #2857c1 !important;
}

/*footer*/
.footer {
    height: 390px;
}

.footer_content {
    height: 335px;
    background: url(../images/footer_bg.png) center center no-repeat;
}

    .footer_content > div {
        width: 1170px;
        margin: 0 auto;
        padding: 60px 0;
        height: 215px;
    }

.footer_bottom {
    height: 55px;
    line-height: 55px;
    background: #1540a2;
    color: #fff;
    text-align: center;
}
.innerBody {
    background-image:url("../images/innerBody.png");
    background-position: center top;
}



#SideBar {
    position: fixed;
    right: 20px;
    top: 45%;
    z-index: 999;
    display:none;
}

.SideBar-item {
    margin-top: 10px;
    text-align: center;
    display: block;
    text-align:right;
}

.SideBar-list {
    text-align: right;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    transform: scale(1);
    cursor: pointer;
    background-color: transparent;
    transition:0.8s ease;
    display:inline-block;
}

.SideBar-tip {
    float: left;
    display: block;
    width: 0;
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
    transition: 0.8s ease;
    color: #ffffff;
}

    .SideBar-tip img {
        width: 45px;
        height: 45px;
        display: block;
        margin-top: 7px;
        margin-left: 15px;
    }

.SideBar-name {
    float: right;
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #5782e3;
    vertical-align: top;
    background-position: center center;
    background-repeat: no-repeat;
}

.SideBar-list:hover {
    background-color: #2857c1;
    transform: scale(1.1);
}

    .SideBar-list:hover .SideBar-tip-tel {
        width: 115px;
        padding-left: 10px;
        text-align: center;
    }
    .SideBar-list:hover .SideBar-tip-wx {
        width: 50px;
        padding:0 15px;
        box-sizing:content-box;
    }
.SideBar-list:hover .SideBar-name {
    background-color: #2857c1;
}
