@charset "UTF-8";

* {
    font-family: "微软雅黑";
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

a {
    color: #333333;
}

a:hover {
    color: #1b6db6;
}

.top_in {
    width: 1200px;
    margin: 0 auto;
}

body {
    background: #379be5 url(bg.jpg) center top no-repeat;
}

.top_logo {
    padding-top: 25px;
}

.logo img {
    height: 90px;
}

.gosy {
    display: block;
    width: 115px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 7px;
    text-align: center;
    margin-top: 30px;
}

.gosy:hover {
    border: 1px solid #ffc;
    color: #FFC;
}

.fzzt_tit {
    color: #fff;
    font-size: 80px;
    text-align: center;
    font-weight: bold;
    margin-top: 55px;
}

.top_nav {
    padding: 0 180px;
    margin-top: 60px;
}

.top_nav li {
    float: left;
    width: 240px;
    height: 100px;
    margin-left: 60px;
}

.top_nav li:first-child {
    margin-left: 0;
}

.top_nav li a {
    display: block;
    height: 100%;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #0381d8;
    border-radius: 10px;
}

.top_nav li a:hover {
    background: #fff;
    color: #0381d8;
}

.cont {
    background: #fff;
    padding: 25px 25px 80px;
    margin-top: 65px;
}

.dqwz {
    width: 100%;
    margin: 15px auto;
    background: #fefefe;
    padding: 15px 15px 15px 0;
}

.dqwz a {
    color: #333333;
}

.dqwz a:hover {
    color: #1561af;
}

/*主体内容*/
.fr {
    float: right;
}

.main {
    width: 100%;
    margin: 0 auto;
    background-color: white;
    padding: 30px 150px;
    border: 1px solid #e3e3e3;
    min-height: 440px;
}

.main .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 45px;
    padding: 20px 0;
    text-align: center;
    border-bottom: 2px solid #717171;
}

.sub-title {
    font-size: 16px;
    line-height: 60px;
    text-align: center;
}

.sub-title span {
    padding: 0 25px;
}

.zoom {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    text-justify: distribute;
    min-height: 250px;
}

.sub-area {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 50px;
    background-color: #f7f7f7;
    margin-top: 25px;
}

.print-close a {
    padding-left: 20px;
    margin-right: 25px;
    cursor: pointer;
}

.print {
    background: url(print.png) no-repeat left center;
}

.close {
    background: url(close.png) no-repeat left center;
}

#share-2 {
    margin-top: 10px;
    background: url(fenxiang.png) no-repeat left center;
}

/*样式适配*/
.zoom table {
    max-width: 1000px !important;
}

/* .zoom img{
	max-width: 1000px !important;
} */
.zoom img {
    max-width: 80% !important;
    display: block;
    margin: 10px auto !important;
}

.footer {
    height: 150px;
    line-height: 120px;
    text-align: center;
    color: #fff;
}

.footer span {
    color: #ffc;
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
    .top_in {
        width: 96vw;
    }

    .logo {
        float: unset;
    }

    .top_logo {
        padding-top: 10vw;
    }

    .logo img {
        height: auto;
        width: 94vw;
        display: block;
        margin-left: 1vw;
    }

    .gosy {
        width: 30vw;
        height: 9vw;
        line-height: 9vw;
        font-size: 4vw;
        border-radius: 2vw;
        margin-top: 3vw;
    }

    .fzzt_tit {
        font-size: 14vw !important;
        margin-top: 5vw;
    }

    .top_nav {
        padding: 0;
        margin-top: 5vw;
    }

    .top_nav li {
        width: 30vw;
        height: 15vw;
        margin-left: 3vw;
    }

    .top_nav li a {
        padding-top: 1vw;
        font-size: 4vw;
        line-height: 6vw;
        border-radius: 2vw;
    }

    .cont {
        padding: 2vw 2vw 4vw;
        margin-top: 8vw;
    }

    /*当前位置*/
    .dqwz {
        width: 100%;
        margin: 3vw auto;
        background: #fefefe;
        padding: 2vw;
        font-size: 4vw;
        line-height: 6vw;
    }

    .dqwz img,
    .dqwz span {
        display: none;
    }

    .dqwz a {
        color: #333;
    }

    .dqwz>div {
        background: none;
        padding: 0 2vw;
    }

    /*内容部分*/
    .main {
        width: 100%;
        margin: 0 auto;
        padding: 4vw 3vw;
        border: none;
        min-height: 55vw;
    }

    .main .title {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8vw;
        padding: 3vw 0;
        text-align: center;
        border-bottom: 2px solid #717171;
    }

    .sub-title {
        font-size: 4vw;
        line-height: 8vw;
        text-align: center;
    }

    .sub-title span {
        display: block;
        text-align: left;
        padding: 0;
    }

    .share {
        display: none;
    }

    .zoom {
        font-size: 4vw;
        line-height: 8vw;
        text-align: justify;
        text-justify: distribute;
        min-height: 55vw;
    }

    /*样式适配*/
    .zoom table {
        max-width: 80% !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .zoom img {
        max-width: 80% !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .sub-area {
        display: none;
    }

    .footer {
        height: 35vw;
        line-height: 27vw;
        font-size: 4vw;
    }
}