html,
body {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    padding: 0;
    margin: 0;
}

::-webkit-input-placeholder {
    color: #E0E0E0;
}

::-moz-placeholder {
    color: #E0E0E0;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #E0E0E0;
}

/* ie */
input:-moz-placeholder {
    color: #E0E0E0;
}

.header {
    position: fixed;
    width: 100%;
    height: 70px;
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    z-index: 999;
}

.header>img {
    width: 686px;
    margin-top: 16px;
}

.main {
    position: absolute;
    /* top: 70px; */
    left: 50%;
    margin-left: -663px;
    padding-bottom: 20px;
    width: 1326px;
}

.main>.page-nav {
    margin-top: 8px;
    width: 100%;
    overflow: hidden;
}

.main>.page-nav>ul {
    list-style: none;
    font-size: 14px;
    color: #999999;
}

.main>.page-nav>ul>li {
    float: left;
}

.main>.page-nav>ul>li:not(:last-child)::after {
    content: ">";
    margin: 0 5px;
}

.main>.search-bar {
    position: relative;
    padding-top: 15px;
    width: 100%;
    height: 114px;
    /* background-color: blueviolet; */
    z-index: 1;
}

.search-bar>.search-switch {
    position: absolute;
    left: 50%;
    margin-left: -280px;
    width: 600px;
    height: 35px;
}

.search-bar>.search-switch>.option {
    display: inline-block;
    margin-right: 10px;
    width: 80px;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.search-bar>.search-switch>.option.active {
    color: #FFFFFF;
    background-image: url(../images/tooltip@2x.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.search-bar>.search-box {
    position: absolute;
    left: 50%;
    margin-left: -300px;
    margin-top: 40px;
    width: 600px;
    height: 40px;
    background: #FFFFFF;
}

.search-bar>.search-box>.search-type {
    float: left;
    margin: 0;
    width: 120px;
    height: 40px;
    /* border: 1px solid #D8D8D8;
    border-right: 0;
    border-radius: 4px 0px 0px 4px; */
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    line-height: 38px;
}

.search-bar>.search-box>.search-type>.result {
    padding: 0 8px;
    width: 120px;
    height: 40px;
    border: 1px solid #D8D8D8;
    border-right: 0;
    border-radius: 4px 0px 0px 4px;
}

.search-bar>.search-box>.search-type>.result::after {
    float: right;
    margin-top: 17px;
    width: 11px;
    height: 5px;
    content: "";
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.search-bar>.search-box>.search-type>.result:hover {
    border: 1px solid #1c8de0;
}

.search-bar>.search-box>.search-type>.option {
    display: none;
    margin-top: 0px;
    border: 1px solid #D8D8D8;
    background: #FFFFFF;
}

.search-bar>.search-box>.search-type:hover>.option {
    display: block;
}

.search-bar>.search-box>.search-type:hover>.result::after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.search-bar>.search-box>.search-type>.option>ul>li:hover {
    background-color: rgb(41, 74, 117);
    color: #fff;
}

.search-bar>.search-box>.search-input {
    float: left;
    margin: 0;
    width: 400px;
    height: 40px;
}

.search-bar>.search-box>.search-input>input {
    width: 400px;
    height: 40px;
    border: 1px solid #D8D8D8;
    text-indent: 11px;
}

.search-bar>.search-box>.search-input>input:hover,
.search-bar>.search-box>.search-input>input:focus {
    border: 1px solid #1c8de0;
}

.search-bar>.search-box>.search-btn {
    float: left;
    margin: 0;
    width: 80px;
    height: 40px;
    background: #274A76;
    border-radius: 0px 4px 4px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

.search-bar>.search-box>.search-btn:hover {
    background: rgba(39, 74, 118, 0.9);
}

.main>.article {
    padding-bottom: 10px;
    /* position: relative; */
    width: 100%;
    /* height: 336px; */
    overflow: hidden;
}

.main>.article>.title {
    /* margin-top: 20px; */
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    color: #274A76;
    line-height: 48px;
    text-align: center;
}

.main>.article>.sub-title {
    margin-top: 20px;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #274A76;
    line-height: 48px;
    text-align: center;
}

.main>.article>div:last-child {
    /* position: absolute;
    left: 50%;
    margin-left: -662px; */
    margin-top: 25px;
    width: 1324px;
    /* height: 282px; */
    background: #F8F8F8;
    border-radius: 4px;
}

.main>.article>div:last-child>.image {
    float: left;
    margin: 35px 54px 35px 32px;
    width: 266px;
    height: 212px;
    background-image: url(../images/source/p7.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.main>.article>div:last-child>.text {
    padding: 41px 35px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.main>.footer {
    margin-top: 40px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #D3D3D3;
}

.main>.label-box {
    position: relative;
    margin-top: 70px;
    overflow: hidden;
}

.main>.label-box::after {
    /* position: absolute;
    display: block;
    top: 47px;
    content: "";
    width: 100%;
    height: 2px;
    border-top: 1px solid #bf1828; */
}

.main>.label-box>.label {
    /* width: 390px;
    height: 60px;
    background-image: url("../images/label.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    text-indent: 75px;
    line-height: 49px; */


    margin-top: 10px;
    margin-bottom: 30px;
    width: 170px;
    height: 44px;
    background-image: url(../images/标题图标@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 26px;
    font-weight: bold;
    color: #C11422;
    text-indent: 35px;
    line-height: 45px;

}

.main>.label-box>.label.long {
    /* width: 377px; */
    /* height: 59px;
    background-image: url(../images/label_long.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 49px; */


    margin-top: 10px;
    margin-bottom: 30px;
    width: 336px;
    height: 44px;
    background-image: url(../images/标题长图标.png);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 26px;
    font-weight: bold;
    color: #C11422;
    text-indent: 35px;
    line-height: 45px;
}

.main>.label-box>.label.middle {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 336px;
    height: 44px;
    background-image: url(../images/标题图标-中.png);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 26px;
    font-weight: bold;
    color: #C11422;
    text-indent: 35px;
    line-height: 45px;
}

.main>.label-box>.label>a {
    float: right;
    /* margin-right: -935px; */
    margin-right: -1140px;
    font-size: 16px;
    font-weight: 400;
    color: #274A76;
}

.main>.label-box>ul {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.main>.label-box>ul>li>span {
    float: right;
}

.main>.label-box>ul>li::before {
    /* display: inline-block;
    margin-right: 15px;
    width: 16px;
    height: 16px;
    content: "";
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle; */
}


.main>.label-box.two-column>ul>li {
    float: left;
    width: 46%;
    list-style-type: disc;
    list-style-position: inside;
}

.main>.label-box.two-column>ul>li a {
    width: 68%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.main>.label-box.two-column>ul>li:not(:nth-child(2n+2)) {
    margin-right: 6%;
}

/* 足迹地图 begin */
.main .path {
    position: relative;
    /* margin-top: 34px;
    margin-bottom: 42px; */
    width: 100%;
    height: 732px;
    /* background-image: url(../images/轨迹图底图.png);
    background-repeat: no-repeat;
    background-size: cover; */
}


.main .path>.footprint-map {
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 850px;
}

.main .path>.footprint-map canvas {
    /* left: -90px !important; */
    top: -68px !important;
}

.main .path>ul {
    position: relative;
    margin: auto;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.main .path>ul>li {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main .path>ul>li>.tips {
    position: absolute;
    width: 150px;
    background: rgba(5, 94, 198, 0.8);
    border-radius: 6px;
    color: #FFFFFF;
    /* line-height: 3px; */
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
}

.main .path>ul>li.mzd:nth-child(1)>.tips:nth-child(1) {
    top: 60px;
    left: 340px;
}

.main .path>ul>li.mzd:nth-child(2)>.tips:nth-child(1) {
    top: 570px;
    left: 240px;
}

.main .path>ul>li.mzd:nth-child(2)>.tips:nth-child(2) {
    top: 330px;
    left: 35px;
}

.main .path>ul>li.mzd:nth-child(2)>.tips:nth-child(3) {
    top: 280px;
    left: 280px;
}

.main .path>ul>li.mzd:nth-child(2)>.tips:nth-child(4) {
    top: 460px;
    left: 400px;
}

.main .path>ul>li.mzd:nth-child(2)>.tips:nth-child(5) {
    top: 339px;
    left: 508px;
}

.main .path>ul>li.mzd:nth-child(3)>.tips:nth-child(1) {
    top: 345px;
    left: 510px;
}

.main .path>ul>li.mzd:nth-child(3)>.tips:nth-child(2) {
    top: 345px;
    left: 150px;
}

.main .path>ul>li.mzd:nth-child(3)>.tips:nth-child(3) {
    top: 460px;
    left: 410px;
}

.main .path>ul>li.dxp:nth-child(4)>.tips:nth-child(1) {
    top: 400px;
    left: 65px;
}

.main .path>ul>li.dxp:nth-child(4)>.tips:nth-child(2) {
    top: 400px;
    left: 320px;
}

.main .path>ul>li.dxp:nth-child(4)>.tips:nth-child(3) {
    top: 200px;
    left: 225px;
}

.main .path>ul>li.dxp:nth-child(5)>.tips:nth-child(1) {
    top: 545px;
    left: 350px;
}

.main .path>ul>li.jzm:nth-child(6)>.tips:nth-child(1) {
    top: 200px;
    left: 190px;
}

.main .path>ul>li.jzm:nth-child(7)>.tips:nth-child(1) {
    top: 160px;
    left: 276px;
}

.main .path>ul>li.jzm:nth-child(7)>.tips:nth-child(2) {
    top: 250px;
    left: 120px;
}

.main .path>ul>li.jzm:nth-child(7)>.tips:nth-child(3) {
    top: 460px;
    left: 393px;
}

.main .path>ul>li.jzm:nth-child(7)>.tips:nth-child(4) {
    top: 370px;
    left: 510px;
}

.main .path>ul>li.jzm:nth-child(7)>.tips:nth-child(5) {
    top: 250px;
    left: 450px;
}

.main .path>ul>li.jzm:nth-child(7)>.tips:nth-child(6) {
    top: 360px;
    left: 160px;
}

.main .path>ul>li.jzm:nth-child(8)>.tips:nth-child(1) {
    top: 160px;
    left: 280px;
}

.main .path>ul>li.jzm:nth-child(8)>.tips:nth-child(2) {
    top: 250px;
    left: 120px;
}

.main .path>ul>li.jzm:nth-child(8)>.tips:nth-child(3) {
    top: 400px;
    left: 250px;
}

/*  */
.main .path>ul>li.jzm:nth-child(9)>.tips:nth-child(1) {
    top: 620px;
    left: 480px;
}

.main .path>ul>li.jzm:nth-child(9)>.tips:nth-child(2) {
    top: 411px;
    left: 505px;
}

.main .path>ul>li.jzm:nth-child(9)>.tips:nth-child(3) {
    top: 345px;
    left: 419px;
}

.main .path>ul>li.jzm:nth-child(9)>.tips:nth-child(4) {
    top: 310px;
    left: 250px;
}
/*  */

.main .path>ul>li.hjt:nth-child(10)>.tips:nth-child(1) {
    top: 460px;
    left: 465px;
}

.main .path>ul>li.hjt:nth-child(10)>.tips:nth-child(2) {
    top: 150px;
    left: 56px;
}

.main .path>ul>li.hjt:nth-child(10)>.tips:nth-child(3) {
    top: 350px;
    left: 345px;
}

.main .path>ul>li.hjt:nth-child(11)>.tips:nth-child(1) {
    top: 215px;
    left: 370px;
}

.main .path>ul>li.xjp:nth-child(12)>.tips:nth-child(1) {
    top: 360px;
}

.main .path>ul>li.xjp:nth-child(12)>.tips:nth-child(2) {
    top: 210px;
    left: 410px;
}

.main .path>ul>li.xjp:nth-child(12)>.tips:nth-child(3) {
    top: 400px;
    left: 262px;
}

.main .path>ul>li.xjp:nth-child(13)>.tips:nth-child(1) {
    top: 160px;
}

.main .path>ul>li.xjp:nth-child(13)>.tips:nth-child(2) {
    top: 370px;
    left: 510px;
}

.main .path>ul>li.xjp:nth-child(13)>.tips:nth-child(3) {
    top: 300px;
    left: 220px;
}

/* 足迹地图 end */

.map {
    width: 100%;
    height: 744px;
}

.theme-graphic {
    float: left;
    margin-top: 50px;
    width: 50%;
    height: 600px;
}

.sheet {
    position: absolute;
    right: 100px;
}

.sheet>.date {
    display: block;
    font-size: 120px;
    color: #d5d5d5;
    font-weight: 500;
    line-height: 120px;
}

.sheet>.desc {
    position: relative;
    margin-top: -33px;
    display: block;
    font-size: 50px;
    color: #d5d5d5;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: 3px;
    background-color: #ffffff;
}