.remark {
    font-size: 16px;
    line-height: 36px;
}

.second {
    width: 100%;
    background: url(../images/homeSecond.png) no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.second .secondTitle {
    margin-top: 120px;
    text-align: center;
    color: red;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.secondCenter {
    display: flex;
    align-items: center;
    margin-top: 100px;
}
.secondCenter .remark {
    text-indent: 2rem;
    margin-left: 40px;
}
.lastTip {
    margin-top: 50px;
    margin-bottom: 90px;
}
.threeBox {
    position: relative;
    font-size: 0;
}
.threeBox > img {
    width: 100%;
    display: block;
}

.threeMain {
    position: absolute;
    top: 50%;
    left: calc((100% - 1040px) / 2);
}
.threeTitle {
    text-align: center;
}
.threeCenter {
    display: flex;
    align-items: flex-start;
    margin-top: 2%;
}
.threeCenter ul {
    width: 50%;
    color: #fff;
}
.threeCenter  .ulBox1 li {
    list-style: inside;
}
.ulBox2 li{
    list-style: inside;
    list-style-position: outside;
}
.fourBox {
    position: relative;
}
.fourBox .fourCenter {
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100% - 1040px) / 2);
    color: #fff;
}
.tipBox {
    width: 100%;
    height: 30.22%;
    position: absolute;
    top: 0px;
}
.tipBox .engTip1 {
    position: absolute;
    top: 17.94%;
}
.tipBox .engTip2 {
    position: absolute;
    top: 49%;
}

.hopeBox {
    position: absolute;
    width: 530px;
    z-index: 200;
    left: 0px;
    bottom: 10%;
}
.hopeBox > img {
    margin-top: 100px;
    margin-bottom: 60px;
}
.hopeBox ul li img {
    display: block;
    margin-top: 10px;
    margin-right: 10px;
}
.hopeBox ul li {
    display: flex;
    align-items: flex-start;
    color: #000;
}

.fourBox > img,
.yearBox > img,
.candidatesBox > img,
.footerBg > img {
    width: 100%;
    display: block;
    vertical-align: top;
}
.yearCenter1{
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100% - 1040px) / 2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.yearBox {
    position: relative;
}
.yearBox .yearCenter {
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100% - 1040px) / 2);
    text-align: center;
   
}
.yearCenter1 .bmapTop {
    height: 20.9%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bmapbottom{
    height:85%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.yearCenter1 ul li {
    display: flex;
    align-items: flex-start;
    color: #fff;
    text-align: left;
}
.yearCenter1 ul li img {
    margin-top: 10px;
    margin-right: 10px;
}

.bmapBox{
    width: 100%;
    min-height: 500px;
    position: relative;
}
.bmapBox a{
    color: #000;
}
.bmapBox div{
    text-align: center;
}
.bmapBox div b:nth-child(3) {
    padding-left: 18px !important;
    font-size:19px;
    font-family: 'fontTitle1';
    color: #dc0019;
}
.bmapBox div b{
    font-size: 22px;
    line-height: 31px;
    font-family: 'fontTitle2';
    color: #dc0019;
}
.bmapBox a{
    font-size: 16px;
    line-height: 22px;
    font-family: 'roman';
}
.huabei{
    position: absolute;
    left: -11%;
    top: 4%;
}
.dongbei{
    position: absolute;
    right: 4%;
    top: 6%;
}
/* .huazhong{
    position: absolute;
    right: -14%;
    top: 19%;
} */
.huadong{
    position: absolute;
    right: 2%;
    top: 35%;
}
.xinchuang{
    position: absolute;
    right: 6%;
    top: 61%;
}
.dongnan{
    position: absolute;
    right: 21%;
    top: 83%;
}
.huanan{
    position: absolute;
    right: 44%;
    top: 89%;
}
.huaxi{
    position: absolute;
    left: -15%;
    top: 47%;
}



.tendency {
    margin-top: 80px;
    text-align: center;
}
.tendency > img {
    width: 80%;
}

.candidatesBox {
    position: relative;
}
.candidatesCenter {
    width: 100%;
    position: absolute;
    top: 0px;
    display: flex;
}
.candidatesCenter > img {
    width: 60%;
}
.candidatesRight img {
    margin: 85px 0px 75px 0px;
}
.candidatesRight ul li {
    list-style: disc;
    color: #fff;
}
.categoryList {
    width: 100%;
    top: 56.7%;
    position: absolute;
    background: rgba(0, 0, 0, 0.22);
}
.catBox {
    width: 810px;
    margin: 75px auto 80px auto;
}
.catBox li {
    list-style: disc;
    color: #fff;
}

.footerBg {
    position: relative;
    z-index: 100;
}
.footerBox {
    position: absolute;
    bottom: 10px;
    left: calc((100% - 1200px) / 2);
    text-align: center;
}
.footerBox img {
    width: 208px;
    height: 208px;
    border: solid 8px #dc0019;
}
.footerBox div {
    margin: 35px 0px;
    color: #000;
}

.footer {
    width: 100%;
    height: 60px;
    background: #dc0019;
}
.footer p {
    text-align: center;
    line-height: 60px;
    font-size: 11px;
    color: #fff;
}