﻿/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0
}

html {
    background: #fff;
    position: relative;
    height: 100%;
    font-size: 125%;
    overflow-x: hidden;
}

@media (max-width: 1200px) {
    html {
        font-size: 100%;
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 87.5%;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 100%;
    }
}

@media (max-width: 540px) {
    html {
        font-size: 100%;
    }
}

@media (max-width: 440px) {
    html {
        font-size: 87.5%;
    }
}

@media (max-width: 340px) {
    html {
        font-size: 75%;
    }
}

body {
    font-size: 100%;
    color: #333;
    font-family: "Microsoft YaHei";
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    background: #fff;
    overflow-x: hidden;
}

form {
    display: inline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

button, input, select, textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    font-family: "Microsoft YaHei";
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

input, img {
    vertical-align: middle
}

ol, ul {
    list-style: none
}

em, i {
    font-style: normal
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
    color: #115db2;
}

textarea {
    resize: none
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

/* ---- main-body Style ---- */
.topic-body {
    width: 100%;
}

.container {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}

/*  */
.header {
    width: 100%;
    min-width: 1250px;
    height: 129px;
    background-color: #fff;
    border-top: 4px solid #1157a5;
    position: relative;
}

.header .box1 {
    width: 1200px;
    margin: 0 auto;
}

.header .logo {
    margin-top: 26px;
    margin-left: 10px;
    width: 331px;
}

.header .header_right {
    padding-top: 35px;
    font-size: 12px;
    line-height: 32px;
    text-align: right;
}

.header .header_right a {
    margin: 0 5px;
}

.header .login a {

    color: #1157a5;
}

.header .nav,
.header .nav a {
    display: inline-block;
    color: #333;
}

.header .nav a:hover {
    color: #1157a5;
}

.header .minnav {
    position: absolute;
    top: 0;
    left: 0;
    /* display: none; */
}

.header .minnav ul li:hover {
    background: turquoise;
}

.header .minnav ul {
    position: relative;
}

/* ---- main-body Style ---- */
.header-container {
    border-top: 0.2rem solid #1157a5;
    background: #fff;
}

.header-box {
    height: 6.25rem;
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.header-box .logo-box {
    position: absolute;
    left: 0.5rem;
    top: 1.3rem;
    width: 16.5rem;
}

.header-box .logo-box img {
    width: 100%;
    height: auto;
}

.header-box .links-bar {
    position: absolute;
    right: 0;
    top: 1.75rem;
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: right;
    font-size: 0;
    color: #333;
}

.header-box .links-bar a {
    font-size: 12px;
    color: #1157a5;
    margin: 0 0.25rem;
    display: inline-block;
}

.header-box .links-bar a:hover {
    color: #940082;
    text-decoration: none;
}

.header-box .menu-box {
    position: absolute;
    top: 3.35rem;
    right: 0;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 0;
    color: #333;
    text-align: right;
}

.header-box .menu-box span.split {
    font-size: 12px;
    color: #333;
}

.header-box .menu-box a {
    margin: 0 0.25rem;
    font-size: 12px;
    color: #333;
    display: inline-block;
}

.header-box .menu-box a:hover {
    text-decoration: none;
    color: #1157a5;
}

@media (max-width: 1200px) {
    .header-box {
        height: 10.5vw;
    }

    .header-box .logo-box {
        left: 0.75vw;
        top: 2.25vw;
        width: 27.5vw;
    }

    .header-box .links-bar {
        top: 3vw;
        right: 1vw;
        height: 2.75vw;
        line-height: 2.75vw;
    }

    .header-box .links-bar a {
        margin: 0 0.5vw;
    }

    .header-box .menu-box {
        top: 5.75vw;
        right: 1vw;
        height: 2.75vw;
        line-height: 2.75vw;
    }

    .header-box .menu-box a {
        margin: 0 0.5vw;
    }
}

@media (max-width: 768px) {
    .header-box {
        height: auto;
        padding: 4vw 0 0;
    }

    .header-box .logo-box {
        position: relative;
        left: 2vw;
        top: auto;
        width: 38.2vw;
    }

    .header-box .links-bar {
        right: 2vw;
        top: 6.8vw;
        height: 3.6vw;
        line-height: 3.6vw;
    }

    .header-box .links-bar a {
        margin: 0 0.8vw;
    }

    .header-box .menu-box {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: auto;
        line-height: 1.6rem;
        text-align: center;
        margin-top: 4vw;
        background: #115db2;
        padding: 1.2vw 0;
    }

    .header-box .menu-box span.split {
        display: none;
    }

    .header-box .menu-box a {
        display: block;
        float: left;
        width: 16.66%;
        margin: 0;
        font-size: 14px;
        color: #fff;
        padding: 0 0.4vw;
    }

    .header-box .menu-box a:first-of-type {
        display: none;
    }

    .header-box .menu-box a:hover {
        color: #fff;
    }
}

@media (max-width: 414px) {
    .header-box {
        padding: 4vw 0 0;
    }

    .header-box .logo-box {
        left: 0vw;
        margin: 0 auto;
        width: 61.8vw;
    }

    .header-box .links-bar {
        display: none;
    }

    .header-box .menu-box {
        line-height: 1.6rem;
        margin-top: 4vw;
        padding: 2vw 0;
    }

    .header-box .menu-box a {
        width: 33.33%;
        font-size: 14px;
        padding: 0 0.4vw;
    }

}

/* ---- banner-container Style ---- */
.banner-container {
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto 100%;
    /*background-image: url();*/
}

.banner-container img.banner-img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
    .banner-container img.banner-img {
        position: absolute;
        left: 0;
        top: 0;
        visibility: hidden;
        width: auto;
        height: auto;
    }
}

/* ---- tab ---- */
.tab-head {
    zoom: 1;
}

.tab-head li {
    float: left;
    cursor: pointer;
}

.tab-body > li {
    display: none;
    position: relative;
}

.tab-body > li.thisclass {
    display: block;
}

/* ---- bottom-container Style ---- */
.bottom-container {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

/*  */
/* 底部 */
.box-top {
    width: 1200px;
    margin: 0 auto;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.yqlj {
    width: 100%;
    min-width: 1200px;
    height: 60px;
    /* margin-top: 20px; */
    background-color: #daecfb;
}

.yqlj > ul {
    text-align: center;
}

.yqlj > ul > li {
    display: inline-block;
    position: relative;
}

.yqlj > ul > li > a {
    padding: 0 38px;
    font-size: 16px;
    line-height: 60px;
    color: #115db2;
}

.yqlj span {
    display: inline-block;
    padding: 0 35px;
    background: url(http://www.yantai.gov.cn/picture/83/2108091715102145353.png) right center no-repeat;
    font-size: 16px;
    line-height: 60px;
    color: #115db2;
    text-align: center;
    cursor: pointer;
}

.yqlj .on span {
    background: url(http://www.yantai.gov.cn/picture/83/2108091715101576781.png) right center no-repeat;
}

.yqlj ul li .li_sub {
    display: none;
    width: 188px;
    height: 280px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 28px;
    overflow-y: auto;
    position: absolute;
    top: -280px;
    left: 0;
    z-index: 99999999;
    margin: 0;
    padding: 0;
}

.yqlj ul li .li_sub li {
    padding: 0 10px;
}

.yqlj ul li .li_sub li:hover {
    background: #ccc;
}

.yqlj ul li .li_sub li a {
    line-height: 28px;
    color: #333;
    font-size: 14px;
}

.footer {
    width: 100%;
    min-width: 1200px;
    height: auto;
    background-color: #115db2;
    padding: 40px 0;
}

.footer .dzjg {
    margin: 24px 0 0 30px;
}

.footer .jc {
    margin: 35px 0 0 30px;
}

.footer .info {
    padding: 0;
}

.footer .info li {
    float: left;
    border-left: 1px solid #417dc1;
}

.footer .info001 {
    margin-left: 45px;
    padding: 0 60px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.footer .info001 .split_span {
    font-size: 16px !important;
    color: #fff !important;
}

.footer .info001 a {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    color: #fff !important;
}

.footer .info001 a img {
}

.footer .info001 span {
    margin-right: 5px;
    font-size: 16px;
    color: #ffffff;
}

.footer .info001 p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}

.footer .info002 {
    padding-left: 20px;
}

.footer .info002 p {
    margin-right: 16px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin-top: 0;
}

.footer .info002 p img {
    width: 100px;
    height: 100px;
}

@media only screen and (max-width: 1200px) {
    .yqlj {
        min-width: auto;
    }

    .yqlj ul {
        width: 100%;
        overflow: hidden;
    }

    .yqlj > ul > li {
        width: 15%;
        text-align: center;
    }

    .yqlj > ul > li:first-child {
        width: 10%;
    }

    .yqlj > ul > li > a {
        padding: 0 10px;
        font-size: 0.5rem;
    }

    .yqlj span {
        padding-left: 0;
        padding-right: 15px;
        font-size: 0.5rem;
    }

    .footer .dzjg {
        margin: 24px 0 0 10px;
        display: none;

    }

    .footer .jc {
        margin: 35px 0 0 10px;
        display: none;
    }

    .footer {
        overflow: hidden;
        width: 100%;
        min-width: auto;
    }

    .footer > div {
        overflow: hidden;
        width: 100%;
    }

    .footer .info001 {
        margin-left: 15px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 28px;
        color: #fff;
        /* width: 50%; */
    }

    .footer .info002 {
        display: none;
    }

    .footer .info {
        margin: auto;
        float: none;
    }

    .footer .info li {
        border: none;
        text-align: center;
        width: 100%;
    }

    .footer .info001 p img {
        /* line-height: 20px; */
        margin-top: -5px;
        margin-right: 5px;
        margin-left: 5px;
    }
}


@media only screen and (max-width: 768px) {
    .footer .yqlj {
        display: none;
    }

    .footer {
        height: auto;
    }

    .footer .info {
        height: auto;
    }

    .footer .info001 {
        margin: auto;
        text-align: -webkit-match-parent;
        display: inline-block;
    }

    .footer .info001 p span {
        margin: 0 10px;
        box-sizing: border-box;
        display: inline-block;
    }

    .footer .info001 p img {
        /* line-height: 20px; */
        margin-top: -5px;
        margin-right: 5px;
    }

    /* .footer  .info001 p{
        margin: 0 10px;
        box-sizing: border-box;
        display:inline-block;
    } */
}

/* ---- friendship-container Style ---- */
.friendship-container {
    width: 100%;
    background: #daecfb;
}

.friendship-line {
    height: 1px;
    width: 100%;
    font-size: 0;
    line-height: 0;
    background: #bddffc;
}

.friendship-box {
    height: 3rem;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.friendship-box > li {
    float: left;
    width: 15%;
    margin-right: 2%;
    padding-right: 1.5rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 0.8rem;
    color: #115db2;
    position: relative;
}

.friendship-box.friendship3 > li {
    width: 32%;
    text-align: right;
    padding-right: 1.8rem;
}

.friendship-box > li::before {
    content: "";
    position: absolute;
    right: 0.7rem;
    top: 50%;
    margin-top: -0.15rem;
    width: 0.55rem;
    height: 0.3rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(down.png);
}

.friendship-box > li:hover::before {
    background-image: url(up.png);
}

.friendship-box > li.no-sub {
    padding-right: 0;
}

.friendship-box > li.no-sub::before {
    display: none;
}

.friendship-box > li a:hover {
    text-decoration: none;
}

.friendship-box > li:last-of-type {
    margin-right: 0;
}

.friendship-box > li ul.links {
    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    max-height: 14.4rem;
    overflow-y: auto;
    background: #fff;
    z-index: 100%;
    border: 1px solid #ccc;
}

.friendship-box > li:hover ul.links {
    display: block;
}

.friendship-box > li ul.links li {
    font-size: 0.7rem;
    color: #333;
    line-height: 0.9rem;
    text-align: left;
}

.friendship-box > li ul.links li a {
    display: block;
    width: 100%;
    padding: 0.15rem 0.5rem;
}

.friendship-box > li ul.links li a:hover {
    color: #333;
}

.friendship-box > li ul.links li:hover {
    background: #cccccc;
}

@media (max-width: 768px) {
    .friendship-container {
        display: none;
    }
}

/* ---- footer-container Style ---- */
.footer-container {
    width: 100%;
    background: #115db2;
    padding: 2rem 0;
}

.footer-box {
    padding: 0 13.65rem 0 13.9rem;
    position: relative;
}

.one-qrcode .footer-box {
    padding-right: 6.5rem;
}

.footer-box a {
    color: #fff;
}

.footer-info {
    width: 100%;
    min-height: 5.7rem;
    border-left: 1px solid #417dc1;
    border-right: 1px solid #417dc1;
    padding: 0 3rem;
}

.footer-info p {
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.4rem;
    min-height: 1.4rem;
}

.footer-info p:first-of-type,
.footer-info p:last-of-type {
    line-height: 1.6rem;
    min-height: 1.6rem;
}

.footer-info p span {
    display: inline-block;
    margin: 0 0.25rem 0 0;
}

.footer-info p span img.wb {
    width: 0.75rem;
    height: 0.75rem;
}

.footer-jiguan {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    margin-top: -1.8rem;
    width: 3.15rem;
    height: 3.85rem;
}

.footer-jiguan img {
    width: 100%;
    height: 100%;
}

.footer-zhaocuo {
    position: absolute;
    left: 6.15rem;
    top: 50%;
    margin-top: -1.25rem;
    width: 5.5rem;
    height: 2.75rem;
}

.footer-zhaocuo img {
    width: 100%;
    height: 100%;
}

.footer-qrcode {
    position: absolute;
    top: 50%;
    margin-top: -3rem;
    right: 1.85rem;
    width: 11.6rem;
}

.one-qrcode .footer-qrcode {
    width: 6rem;
}

.footer-qrcode li {
    float: left;
    width: 5rem;
    margin-left: 0.8rem;
}

.footer-qrcode li img {
    width: 5rem;
    height: 5rem;
    margin-bottom: 0rem;
}

.footer-qrcode li p {
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 768px) {
    .footer-container {
        padding: 5.2vw;
    }

    .footer-box {
        padding: 0;
    }

    .one-qrcode .footer-box {
        padding: 0;
    }

    .footer-info {
        min-height: unset;
        border-left: none;
        border-right: none;
        padding: 0 4%;
        text-align: center;
    }

    .footer-info p {
        font-size: 3.2vw !important;
        line-height: 5.6vw !important;
        min-height: unset;
        /* padding: 0.8vw 0; */
    }

    .footer-info p:first-of-type span {
        margin-right: 0;
    }

    .footer-info p span {
        display: inline-block;
        margin: 0 1rem 0 0;
    }

    .footer-jiguan {
        position: relative;
        left: auto;
        top: auto;
        margin-top: 0;
        margin-bottom: 1.2vw;
        width: 100%;
        text-align: center;
    }

    .footer-jiguan img {
        height: 3.6rem;
        width: auto;
    }

    .footer-zhaocuo {
        display: none;
    }

    .footer-qrcode {
        display: flex;
        width: 100%;
        max-width: 414px;
        position: relative;
        top: auto;
        margin: 4vw auto 0;
        right: auto;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
    }

    .one-qrcode .footer-qrcode {
        width: 100%;
    }

    .footer-qrcode li {
        width: auto;
        display: inline-block;
        height: auto;
    }

    .footer-qrcode li img {
        width: auto;
        height: 25vw;
        margin-bottom: 1.2vw;
    }

    .footer-qrcode li p {
        height: 16px;
        line-height: 16px;
        font-size: 12px;
    }
}
