/*INDEX样式*/
.header {
    width: 100%;
    height: auto;
}

/* BANNER样式 */
.banner {
    width: 100%;
    height: 600px;
    overflow: hidden !important;
    margin-top: 68px;
    position: relative;
}

.bannerBox {
    width: 100%;
    height: 100%;
}

.bannerBox li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.bannerBox img {
    display: block;
    width: 100%;
    height: 100%;
}

.bannerCtrl {
    display: block;
    width: 122px;
    height: 28px;
    background-image: url(../images/bannerCtrlBg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -61px;
    overflow: hidden;
    z-index: 2;
}

.bannerCtrl li {
    float: left;
    display: block;
    width: 18px;
    height: 18px;
    background-color: #ededed;
    border-radius: 50%;
    margin-top: 5px;
    margin-left: 8px;
}

.bannerCtrl .bannerCtrlCurrent {
    background-color: #2e75b6;
}

.bannerCtrl li:nth-child(2) {
    margin-left: 26px;
}

.bannerCtrl li:nth-child(3) {
    margin-left: 26px;
}

/* LOGO和NAV样式 */
.top {
    width: 100%;
    height: 68px;
    background-image: url(../images/topBg.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    -moz-box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    box-shadow: 2px 2px 5px #999;
}

.topContainer {
    width: calc(100% - 120px);
    height: 480px;
    margin: 0 auto;
    overflow: hidden;
}

/*.logo {
    float: left;
    display: block;
    width: 548px;
    height: 162px;
}*/

.logo {
    float: left;
    display: block;
    height: 64px;
    margin-top: 4px;
}

.logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.nav {
    float: right;
    display: block;
    /* width: calc(100% - 548px); */
    margin-top: 0px;
}

.one li {
    float: left;
    display: block;
    width: 96px;
    height: 68px;
    white-space: nowrap;
    position: relative;
}

.one a {
    display: block;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #6890cd;
    line-height: 68px;
    text-align: center;
}

.one .one_li:hover {
    width: 96px;
    height: 68px;
    /* border-radius: 12px; */
    background-color: #2e75b6;
}

.one .one_li:hover a {
    color: #fff;
}

.one .one_li ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 68px;
    z-index: 100;
}

.one .one_li ul li {
    display: block;
    width: 96px;
    height: 34px;
    border-radius: 12px;
    background-color: #fff;
    border: #6890cd 1px solid;
    margin-top: 4px;
    -moz-box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    box-shadow: 2px 2px 5px #999;
}

.one .one_li .menu01 li a {
    display: block;
    font-family: "宋体";
    font-size: 14px;
    color: #6890cd;
    line-height: 34px;
    text-align: center;
}

.one .one_li ul li a:hover {
    color: #6890cd;
    text-decoration: underline;
}

/* 手机端头部 */
.topMobile {
    width: 100%;
    height: 68px;
    background-image: url(../images/topBg.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    -moz-box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    box-shadow: 2px 2px 5px #999;
}

.topMobile .popup {
    display: none;
}

.topContainerMobile {
    width: 96%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.topContainerMobile .logo {
    width: 80%;
    display: flex;
    align-items: center;
}

.topContainerMobile .logo img {
    width: auto;
}

.topContainerMobile .nav {
    float: right;
    display: block;
    width: 36px;
    height: 36px;
    margin-top: 14px;
}

/*弹框*/
.popup {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 295%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 50000;
}

.popupCon {
    display: block;
    width: 96%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.popupCon ul {
    display: block;
    width: 100%;
    margin-top: 72px;
}

.popupCon li {
    display: block;
    width: 100%;
    height: 68px;
    border-bottom: #fff 1px dotted;
}

.popupCon li a {
    display: block;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #fff;
    line-height: 68px;
    text-align: left;
}

.popup input {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/close.png) no-repeat center #000;
    cursor: pointer;
}

@media screen and (min-width: 1px) and (max-width: 1500px) {
    .top {
        display: none;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1920px) {
    .topMobile {
        display: none;
    }
}

/* 主体内容样式 */
.subjectContent {
    width: 100%;
}

.subjectContentContainer {
    width: calc(100% - 120px);
    margin: 0 auto;
}

.subjectContentContainerTop {
    width: 100%;
    height: 520px;
    overflow: hidden;
}

.demeanor {
    float: left;
    display: block;
    width: calc(33% - 20px);
    height: 520px;
    margin-top: 40px;
}

.demeanorImg {
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: #fff 1px solid;
    -moz-box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    box-shadow: 2px 2px 5px #999;
    position: relative;
}

.demeanorImg img {
    display: block;
    width: 100%;
    height: 100%;
}

.demeanorTitle {
    display: block;
    width: 100%;
    height: 36px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    background-color: #fff;
}

.demeanorTitle a {
    display: block;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #555;
    line-height: 36px;
    text-align: left;
}

.news {
    float: left;
    display: block;
    width: calc(38% - 40px);
    height: 520px;
    margin-left: 40px;
    margin-top: 40px;
}

.newsContent {
    width: 100%;
    height: 100%;
}

.newsContent dl {
    width: 100%;
    height: 100%;
}

.newsContent dt {
    width: 100%;
    height: 112px;
    border-bottom: #e0e0e0 1px dotted;
}

.newsContent dt a {
    display: block;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #555;
    line-height: 30px;
    text-align: left;
}

.newsContent dt:hover a {
    color: #2e75b6;
}

.newsContent dt span {
    display: block;
    font-family: "Arial";
    font-size: 14px;
    color: #555;
    line-height: 30px;
    text-align: left;
}

.newsContent dt:hover span {
    color: #2e75b6;
}

.newsContent dt p {
    display: block;
    font-family: "宋体";
    font-size: 12px;
    color: #555;
    line-height: 24px;
    text-align: left;
}

.newsContent dt:hover p {
    color: #2e75b6;
}

.newsContent dd {
    width: 100%;
    height: 40px;
    border-bottom: #e0e0e0 1px dotted;
    overflow: hidden;
}

.newsContent dd span {
    float: left;
    display: block;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #555;
    line-height: 40px;
    text-align: left;
}

.newsContent dd a:hover span {
    color: #2e75b6;
}

.newsContent dd p {
    float: right;
    display: block;
    font-family: "Arial";
    font-size: 14px;
    color: #555;
    line-height: 40px;
    text-align: left;
}

.newsContent dd a:hover p {
    color: #2e75b6;
}

.notices {
    float: right;
    display: block;
    width: calc(29% - 20px);
    height: 520px;
    margin-top: 40px;
}

.noticesContent {
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: #d8e1fc 1px solid;
}

.noticesContent ul {
    width: calc(100% - 24px);
    height: 100%;
    margin: 0 auto;
}

.noticesContent li {
    width: 100%;
    height: 40px;
    border-bottom: #e0e0e0 1px dotted;
    overflow: hidden;
}

.noticesContent li span {
    float: left;
    display: block;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #555;
    line-height: 40px;
    text-align: left;
}

.noticesContent li a:hover span {
    color: #2e75b6;
}

.noticesContent li p {
    float: right;
    display: block;
    font-family: "Arial";
    font-size: 14px;
    color: #555;
    line-height: 40px;
    text-align: left;
}

.noticesContent li a:hover p {
    color: #2e75b6;
}

.title {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.title span {
    float: left;
    display: block;
    font-family: "微软雅黑";
    font-size: 22px;
    color: #29156f;
    line-height: 40px;
    text-align: left;
}

.title p {
    float: left;
    display: block;
    font-family: "Arial";
    font-size: 22px;
    color: #b5b2b1;
    line-height: 44px;
    text-align: left;
    margin-left: 12PX;
}

.title a {
    float: right;
    display: block;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #b5b2b1;
    line-height: 40px;
    text-align: right;
}

.content {
    display: block;
    width: 100%;
    height: 412px;
    margin-top: 24px;
}

.subjectContentContainerBomttom {
    width: 100%;
}

.icons {
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.icons ul {
    width: 100%;
    overflow: hidden;
}

.icons li {
    float: left;
    display: block;
    width: 14.255555%;
}

.icons li img {
    display: block;
    width: 50%;
    height: 50%;
    margin: 0 auto;
}

/* 页脚底部样式 */
.footer {
    width: 100%;
    position: relative;
}

.footerMobile {
    width: 100%;
    height: auto;
    background-color: #2e75b6;
}

.footer img {
    display: block;
    width: 100%;
    height: 200px;
}

.footerContainer {
    width: calc(100% - 120px);
    height: 200px;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 60px;
    z-index: 100;
}

.footerContainerMobile {
    margin: 0 30px;
    z-index: 100;
    padding-top: 20px;
    padding-bottom: 20px;
}

.links {
    width: 60%;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    bottom: -60px;
    text-align: center;
    z-index: 9;
    min-height: 30px;
}

.links span {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: right;
}

.links select {
    width: 486px;
    height: 24px;;
    border: #fff 1px solid;
    background-color: transparent;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #ccc;
    line-height: 24px;
    text-align: left;
    padding-left: 12px;
}

.contact {
    display: block;
    width: 100%;
    color: #fff;
}

.contact p {
    display: block;
    font-family: "宋体";
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    margin-top: 12px;
}

.remark {
    display: block;
    width: 444px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 12px;
}

.remark img {
    float: left;
    display: block;
    width: 40px;
    height: 48px;
}

.remarkText {
    float: left;
    margin-left: 6px;
}

.remarkText span {
    display: block;
    font-family: "宋体";
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-align: left;
}

.remarkOne {
    width: 100%;
    overflow: hidden;
}

.remarkOne img {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
}

.remarkOne p {
    float: left;
    display: block;
    font-family: "宋体";
    font-size: 12px;
    color: #fff;
    line-height: 8px;
    text-align: left;
    margin-left: 6px;
}

.remarkMobile {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 12px;
}

.remarkMobile img {
    float: left;
    display: block;
    width: 40px;
    height: 48px;
}

.remarkTextMobile {
    float: left;
    /* margin-left: 6px; */
    display: block;
    width: calc(100% - 40px);
}

.remarkTextMobile span {
    display: block;
    font-family: "宋体";
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-align: left;
}

.remarkOneMobile {
    width: 100%;
    overflow: hidden;
}

.remarkOneMobile img {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
}

.remarkOneMobile p {
    float: left;
    width: calc(100% - 30px);
    display: block;
    font-family: "宋体";
    font-size: 12px;
    color: #fff;
    line-height: 8px;
    text-align: left;
    margin-left: 6px;
}

/* 奔跑定位样式 */
/* .running {
        display: block;
        width: 180px;
        height: 120px;
        position: absolute;
        top: 1250px;
        right: 60px;
    } */

@media screen and (min-width: 1px) and (max-width: 1500px) {
    .subjectContentContainer {
        width: 96%;
    }

    .subjectContentContainerTop {
        width: 100%;
        height: auto;
    }

    .demeanor {
        width: 100%;
        height: auto;
    }

    .news {
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .notices {
        width: 100%;
        height: auto;
    }

    .content {
        min-height: 340px;
        margin-top: 20px;
    }

    .icons {
        margin-bottom: 0;
    }

    .icons li {
        width: 33.333333%;
    }

    .links {
        bottom: -30px;
        margin-top: 0;
    }

    .links span {
        display: none;
    }

    .links select {
        width: 100%;
    }

    .banner {
        height: 245px;
    }

    .footer {
        display: none;
    }

    .contact p {
        font-size: 14px;
        line-height: 20px;
    }

    .footerContainerMobile {
        padding-top: 40px;
    }

    .tp-simpleresponsive .tp-caption {
        left: 32px !important;
    }

}

@media screen and (min-width: 1500px) and (max-width: 1920px) {
    .footerMobile {
        display: none;
    }
}


/*html {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,#grayscale");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
}*/