﻿body, html {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    min-width: 1200px;
    font-size: 13px;
}
img {
    border:none;
}
a {
    color:#000000;
    text-decoration:none;
}
    a:hover {
        color:#255db0;
    }
        .a-btn {
        display:block;
        top:103px;
        background-color:#F2F2F2;
        color:#000000;
        line-height:30px;
        width:100px;
        text-align:center;
        text-decoration:none;
        float:right;
    }
        .a-btn:hover {
            color:#255db0;
        }
.fs12 {
    font-size: 12px;
}
.fs14 {
    font-size:14px;
}
.fs16 {
    font-size:16px;
}
.fs18 {
    font-size:18px;
}
.fs20 {
    font-size:20px;
}
.center {
    text-align:center !important;
}
.left {
    text-align:left !important;
}
.right {
    text-align:right !important;
}

.h20 {
    line-height:20px;
}
.h25 {
    line-height:25px;
}
.h30 {
    line-height:30px;
}
.h40 {
    line-height:40px;
    height:40px;
}
.h50 {
    line-height:50px;
    height:50px;
}
.h60 {
    line-height:60px;
    height:60px;
}
.h70 {
    line-height:70px;
    height:70px;
}
.bgc-w {
    background-color:#FFFFFF;
}
.bgc-b {
    background-color:#3385FF;
    color:#FFFFFF;
}
.bgc-g {
    background-color:#F0F0F0;
}
.main {
    height:100%;
    width:100%;
    min-width:1200px;
    min-height:662px;
    position:relative;
    overflow:hidden;
}
.nav-div {
    width:100%;
    height:70px;
    position:absolute;
    z-index:10;
}
    .nav-div img {
        height: 70px;
        border: none;
    }
.nav-div-center {
    position:absolute;
    left:50%;
    margin-left:-400px;
    top:0px;
    width:840px;
}
.nav-div-center > div {
    width:120px;
    float:left;
    text-align:center;
    cursor:pointer;
}

.home-foot {
    width:100%;
    position:absolute;
    bottom:10px;
}
    .home-foot span {
        margin-left: 20px;
        color: #FFFFFF;
        float:left;
    }
.foot-center {
    width:240px;
    margin:0 auto;
}
    .foot-center > dl {
        font-size: 26px;
        padding: 0 0;
        margin: 0 0;
        float: left;
        padding: 7px 7px;
        color: #686868;
        line-height: 26px;
        cursor: pointer;
    }
        .foot-center > dl.check {
            color:#FFFFFF;
        }
.foot-right {
    float:right;
    width:150px;
    margin-right:20px;
}
    .foot-right img {
        height:40px;
        width:40px;
        margin-left:10px;
        background-color:#C0C7C4;
        cursor:pointer;
    }

.con-div {
    width:100%;
    height:auto;
    min-height:590px;
    position:relative;
}
    .con-div>div {
        height:100%;
        width:100%;
        position:absolute;
        top:0px;
        left:0px;
        display:none;
    }
.content {
    height:450px;
    width:1000px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-225px;
    margin-left:-500px;
}
.con-title {
    color:#FFFFFF;
    font-size:36px;
    margin-bottom:50px;
}
    .con-title > img {
        height:40px;
    }
.sel-search {
    width: 120px;
    border: none;
    text-indent: 15px;
    border-radius: 3px 3px;
    background:url('/Content/Images/Web/sanjiao.png') no-repeat right center;
    background-color:#FFFFFF;
    cursor:pointer;
    position:relative;
    display:inline-block;
}
    .sel-search ul {
        display:none;
        width:118px;
        position:absolute;
        top:0px;
        list-style:none;
        padding:0 0;
        margin:0 0;
        background-color:#FFFFFF;
        border:1px solid #3385FF;
    }
        .sel-search ul li {
            list-style: none;
            padding: 0 0;
            margin: 0 0;
            line-height: 50px;
            text-indent: 15px;
            cursor:pointer;
        }
            .sel-search ul li:hover {
                background-color:#3385FF;
                color:#FFFFFF;
            }
.input_search {
    width:487px;
    text-indent:20px;
    padding:0 0;
    border:none;
    margin-left:5px;
    vertical-align:bottom;
    border-radius:3px 0px 0px 3px;
}
.btn-search {
    width:120px;
    border-radius:0px 3px 3px 0px;
    display:inline-block;
    margin-left:-4px;
    cursor:pointer;
}
    .btn-search img {
        vertical-align:middle;
    }
.p1-con {
    height:244px;
    width:100%;
    background-color:#FFFFFF;
    margin-top:50px;
}
.msg {
    padding:22px 40px;
}
    .msg img {
        width:20px;
        height:20px;
        margin-top:5px;
        vertical-align:top;
        margin-right:10px;
    }
    .msg a {
        margin-left:20px;
        color:#000000;
        text-decoration:none;
    }
        .msg a:hover {
            color:#255db0;
        }
.msg-img {
    height:130px;
    padding: 0px 40px;
}
    .msg-img img {
        margin:0 0;
        padding:0 0;
        border:none;
        cursor:pointer;
        width:280px;
        height:130px;
        margin-right:40px;
    }

.p2-con {
    width: 200px;
    float: left;
    height: 100%;
    cursor: pointer;
}
    .p2-con > div {
        width:100px;
        height:100px;
        border-radius:100px 100px;
        margin:127px 50px 53px 50px;
    }
        .p2-con > div > img {
            width:48px;
            height:48px;
            margin:26px 26px;
        }
    .p2-con > dl {
        margin: 0 0;
        padding: 0 0;
    }
.p3-left {
    float:left;
    width:311px;
    height:451px;
}
    .p3-left > div {
        width:155px;
        height:225px;
        float:left;
        background:#F1AD48;
        color:#FFFFFF;
        text-align:center;
        cursor:pointer;
    }
        .p3-left > div:hover {
            background-color:#F13D48;
        }
        .p3-left > div > img {
            width:65px;
            height:65px;
            margin-top: 60px;
        }
        .p3-left > div > dl {
            font-size:24px;
            font-style:normal;
            font-weight:200;
            margin-top:15px;
        } 
.p3-right {
    margin-left:311px;
    width:689px;
    height:451px;
}
    .p3-right > h3 {
        font-size:24px;
        line-height:100px;
        text-indent:30px;
        font-weight:200;
        font-family:黑体;
        margin :0 0;
        padding:0 0;
    }
.p3-right > img {
    width:224px;
    height:319px;
    margin-left:30px;
    float:left;
}
    .p3-right > div {
        width:370px;
        height:319px;
        margin-left:284px;
    }
        .p3-right > div > div {
            width:100%;
            height:290px;
            overflow:hidden;
        }
        .p3-right > div > a {
            display:block;
            float:right;
            background-color:#F2F2F2;
            line-height:29px;
            width:100px;
            text-align:center;
            text-decoration:none;
            color:#000000;
        }
            .p3-right > div > a:hover {
                color:#255db0;
            }
.p4-con {
    width:320px;
    float:left;
    margin-right:20px;
    height:450px;
    position:relative;
}
    .p4-con > img {
        height:190px;
        width:320px;
        border:none;
    }
    .p4-con > h3 {
        position:absolute;
        font-size:24px;
        font-family:黑体;
        font-weight:900;
        text-align:center;
        color:#FFFFFF;
        top:60px;
        width:100%;
        margin:0 0;
    }
    .p4-con > a {
        position:absolute;
        display:block;
        top:103px;
        background-color:#3385FF;
        color:#FFFFFF;
        line-height:30px;
        width:100px;
        text-align:center;
        margin-left:110px;
        text-decoration:none;
    }
        .p4-con > a:hover {
            background-color:#2866c2;
        }
    .p4-con > ul {
        padding:0 0;
        margin: 20px 20px;
        list-style:none;
    }
        .p4-con > ul li {
            padding: 0 0;
            margin: 0 0;
            list-style: none;
        }
            .p4-con > ul li span {
                color:#999999;
                display:block;
                width:100%;
                line-height:20px;
            }
            .p4-con > ul li a {
                display:block;
                width:100%;
                overflow:hidden;
                line-height:25px;
                text-indent:15px;
                text-decoration:none;
                color:#000000;
                margin-bottom:10px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow:hidden;
            }
                .p4-con > ul li a:hover {
                    color:#255db0;
                }
.p5-con {
    width:500px;
    height:225px;
    float:left;
}
    .p5-con > h3 {
        font-size:24px;
        font-family:黑体;
        font-weight:200;
        text-align:left;
        line-height:80px;
        color:#FFFFFF;
        top:60px;
        margin:0 0;
        padding:0 40px;
    }
    .p5-con > img{
        width:100%;
        height:100%;
        border:none;
    }
    .p5-con > div {
        line-height:26px;
        color:#FFFFFF;
        height:90px;
        padding: 0 40px;
    }
    .p5-con > ul {
        width: 100%;
        padding: 0 0;
        margin: 0 0;
        list-style: none;
        height: 90px;
    }
        .p5-con > ul li {
            padding: 0 0;
            list-style:none;
            margin:0 40px;
            line-height:26px;
            color:#FFFFFF;
        }
            .p5-con > ul li a {
                color:#FFFFFF;
            }
                .p5-con > ul li a:hover {
                    color:#F2F2F2;
                }
.p6-left {
    width:480px;
    height:450px;
    float:left;
}
    .p6-left > h3 {
        font-size:24px;
        font-family:黑体;
        font-weight:200;
        text-align:left;
        line-height:80px;
        color:#000000;
        top:60px;
        margin:0 0;
        margin-top:10px;
        margin-left:40px;
    }
    .p6-left>ul {
        width:100%;
        padding: 0 0;
        margin: 0 0;
        list-style:none;
    }
        .p6-left > ul li {
            padding: 0 0;
            list-style:none;
            margin:0 40px;
            border-bottom:1px solid #F2F2F2;
            line-height:55px;
        }
    .p6-left > a {
        margin:20px 40px;
    }
.p6-right {
    width: 480px;
    height: 450px;
    margin-left: 520px;
}

    .p6-right>img {
        width:100%;
        height:270px;
        border:none;
    }
    .p6-right > ul {
        width: 100%;
        padding: 0 0;
        margin: 0 0;
        list-style: none;
        margin-top:10px;
    }
        .p6-right > ul li {
            line-height: 45px;
            padding: 0 0;
            list-style: none;
            margin: 0 40px;
        }
            .p6-right > ul li > img {
                width: 30px;
                height: 30px;
                vertical-align:middle;
                margin-right:13px;
            }
.qrcode {
    width:148px;
    height:148px;
    padding:10px 10px;
    position:absolute;
    z-index:10;
    bottom:40px;
    right:12px;
}
    .qrcode img {
        width:148px;
        height:148px;
    }