﻿html, body {
    font-family: 'Microsoft YaHei';
    margin: 0px !important;
    padding: 0px !important;
    overflow: hidden;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

.flex {
    display: flex;
    flex-direction: row;
}

.flex_bet {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flex_aro {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.topdivmap {
    height: 102px;
    width: 1820px;
    position: relative;
    background: url(../images/toptitle.png) center center no-repeat;
    text-align: center;
    font-size: 40px;
    color: #447ee2;
    line-height: 102px;
    letter-spacing: 3px;
    font-weight: bold;
}

.topdivmap div {
    position: relative;
    width: 680px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
}

.topdivmap a {
    color: #447ee2;
}

.public_imgback {
    position: relative;
    border-radius: 8px;
    border: 1px solid #445496;
    overflow: hidden;
    box-shadow: rgba(93, 117, 205, 0.7) 0px 0px 30px inset;
}

.public_back {
    position: relative;
    border: 1px solid rgba(68, 84, 150, 1);
}

.border1 {
    border: 1px solid rgba(68, 84, 150, 0.8);
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: -5px;
    right: -5px;
}

.border2 {
    border: 1px solid rgba(68, 84, 150, 0.6);
    position: absolute;
    top: 6px;
    left: 6px;
    bottom: -8px;
    right: -8px;
}

.border3 {
    border: 1px solid rgba(68, 84, 150, 0.4);
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: -11px;
    right: -11px;
}

.titlemapdiv {
    width: 90%;
    margin: 10px auto;
    height: 30px;
    border-bottom: 1px solid #445496;
}

.title {
    color: #447ee2;
    font-weight: bold;
    font-size: 18px;
}

.toptextdiv {
    position: absolute;
    width: 1420px;
    left: 200px;
    top: 43px;
    margin-left: auto;
    margin-right: auto;
}

.toptextdiv .textdiv {
    width: 300px;
}

.textdiv div {
    padding: 10px 4px;
    border: 1px solid #4d92ff;
    box-sizing: border-box;
}

.textdiv a {
    padding: 5px 15px;
    color: #4d92ff;
    font-size: 18px;
    border: 1px solid #4d92ff;
    display: inline;
}

.textdivtrue {
    border: 1px solid #cb5607!important;
}

.textdivtrue a {
    color: #cb5607!important;
    border: 1px solid #cb5607!important;
}

.publicback {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.public_contdiv {
    width: 1820px;
    height: 980px;
    position: relative;
    margin: 40px auto;
}

img {
    height: 100%;
    width: 100%;
}

.public_show {
    display: block;
}

public_hide {
    display: none;
}

.topdiv {
    height: 88px;
    width: 100%;
    position: relative;
}

.topdiv_img {
    position: absolute;
    height: 100%;
    width: 27%;
    top: 0px;
}

.topdiv .topdiv_img:nth-child(1) {
    left: 0px;
}

.topdiv .topdiv_img:nth-last-child(1) {
    right: 0px;
}

.topdiv_tile {
    width: 49%;
    height: 88px;
    margin: 0px auto;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(2, 169, 255, 1);
    line-height: 78px;
    text-align: center;
    font-size: 32px;
    letter-spacing: 1px;
}

.contdiv {
    margin-top: 10px;
}

.public_imgback .imgback {
    position: absolute;
    width: 17px;
    height: 17px;
    z-index: 9;
    opacity: 0.7;
}

.public_imgback .imgback:nth-child(1) {
    top: 2px;
    left: 2px;
}

.public_imgback .imgback:nth-child(2) {
    top: 2px;
    right: 2px;
}

.public_imgback .imgback:nth-child(3) {
    bottom: 2px;
    left: 2px;
}

.public_imgback .imgback:nth-child(4) {
    bottom: 2px;
    right: 2px;
}

.public_cont {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.contdiv_list {
    height: 200px;
    width: 480px;
    margin-top: 20px;
}

.contdiv_list1 {
    height: 280px;
    width: 480px;
    margin-top: 20px;
}

.bomdiv {
    margin-top: 20px;
    height: 350px;
    width: 100%;
}

.matop20 {
    margin-top: 20px;
}

.bomdiv_list {
    width: 480px;
    height: 350px;
}

.titlediv {
    margin-top: 10px;
    margin-left: 20px;
}

/*.title {
    background: linear-gradient(0deg,rgba(236,156,69,1) 0%, rgba(228,192,114,1) 100%);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 18px;
}*/

.titlediv img {
    width: 131px;
    height: 18px;
    border-radius: 4px;
    margin-left: 10px;
    margin-top: 3px;
    opacity: 0.7;
}

.navboxall {
    margin: 0 auto;
    width: 95%;
    height: calc(100% - 20px);
}

.wenzi {
    margin-top: 10px;
}

.gun {
    width: 100%;
    /*margin: 20px;*/
}

.gun span {
    display: block;
    float: left;
    height: 20px;
    width: 20%;
    /*background: red;*/
    /*margin: 15px 10px 10px 10px;*/
    /*padding: 20px;*/
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #447ee2;
    text-align: center;
    margin-bottom: 10px;
}

.gun span:nth-child(1) {
    width: 80%;
}

#FontScroll {
    width: 100%;
    height: 160px;
    overflow: hidden;
    /*float: left;*/
    margin-top: 10px;
    /*margin: 0 5%;*/
    /*margin-left: 50px;*/
    /*background: gold;*/
}

#FontScroll ul {
    padding-left: 0px !important;
}

#FontScroll ul li {
    height: 38px;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 38px;
    border-bottom: 1px dashed #404040;
    /*width:33.3%;*/
    overflow: hidden;
}

.fontInner span {
    display: inline-block;
    /*float: left;*/
    /*height: 20px;*/
    width: 20%;
    /*background: red;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fontInner span:nth-child(1) {
    width: 80%;
    text-align: left;
    text-indent: 2em;
}

#FontScroll ul li:nth-child(1) {
    /*background-color: #072951;*/
    box-shadow: -10px 0px 15px #034c6a inset, /*左边阴影*/
    10px 0px 15px #034c6a inset;
}

#FontScroll ul li:hover {
    box-shadow: -10px 0px 15px #034c6a inset, /*左边阴影*/
    10px 0px 15px #034c6a inset;
    cursor: pointer;
}

.titlelist {
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    width: 90%;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(101, 197, 230, 1);
    margin: 15px auto;
}

.titlelist div {
    width: 20%;
    text-align: center;
    background: rgba(3, 93, 255, 0.5);
    border: 1px solid rgba(101, 197, 230, 0.8);
    justify-content: center;
    line-height: 40px;
    height: 40px;
    margin-left: 3.6%;
    letter-spacing: 2px;
    cursor: pointer;
}

.titlelist div:nth-child(4n) {
    margin-right: 0px;
}

ul, li {
    list-style: none;
    padding: 0px;
}

.mt-tabpage-count {
    position: relative;
    width: 780px;
    height: 200px;
    overflow: hidden;
    margin: 0px auto;
}

.mt-tabpage-cont__wrap {
    position: absolute;
}

.maphr {
    width: 90%;
    margin: 0px auto;
    height: 1px;
    background: #445496;
}

.mt-tabpage-count .mt-tabpage-item {
    width: 780px;
    height: 200px;
    overflow: auto;
    color: rgba(255, 255, 255, 0.8);
    line-height: 40px;
}

/*数字样式*/

.box {
    height: 36px;
    overflow: hidden;
    text-align: center;
    left: 10px;
}

.box span {
    display: inline-block;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fef637), to(#f90));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 36px;
    height: 36px;
    font-size: 36px;
    line-height: 36px;
}

.box .sign-box span {
    width: 15px;
}

.box .digit-container {
    width: 28px;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

.l {
    float: left;
}

.maleft10 {
    margin-left: 10px;
}

.bomtext {
    font-size: 18px;
    color: #fff;
    padding-left: 5%;
    padding-top: 5%;
    letter-spacing: 3px;
}

.gunnum .titlediv {
    margin-top: 15px;
}

.gunnum img {
    margin-right: 20px;
}

@media screen and (max-width:1440px) {
    /*宽度小于等于*/
    .public_contdiv {
        width: 1365px;
        height: 814px;
        margin: 33px auto;
    }
    .topdiv {
        height: 73px;
    }
    .topdiv_img {
        position: absolute;
        height: 100%;
        width: 27%;
        top: 0px;
    }
    .topdiv_tile {
        width: 49%;
        height: 73px;
    }
    .contdiv {
        margin-top: 8px;
    }
    .public_imgback .imgback {
        width: 13px;
        height: 14px;
    }
    .public_imgback .imgback:nth-child(1) {
        top: 1px;
        left: 3px;
    }
    .public_imgback .imgback:nth-child(2) {
        top: 1px;
        right: 3px;
    }
    .public_imgback .imgback:nth-child(3) {
        bottom: 6px;
        left: 3px;
    }
    .public_imgback .imgback:nth-child(4) {
        bottom: 6px;
        right: 3px;
    }
    .contdiv_list {
        height: 166px;
        width: 360px;
        margin-top: 17px;
    }
    .contdiv_list1 {
        height: 235px;
        width: 360px;
        margin-top: 17px;
    }
    .contdiv_div {
        width: 580px;
        height: 549px;
        margin-top: 43px;
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto;
    }
    .bomdiv {
        margin-top: 17px;
        height: 290px;
        width: 100%;
    }
    .matop20 {
        margin-top: 17px;
    }
    .bomdiv_list {
        width: 360px;
        height: 290px;
    }
    .bomdiv_cont {
        width: 615px;
        height: 115px;
    }
    .titlediv {
        margin-top: 15px;
        margin-left: 20px;
    }
    .title {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .titlediv img {
        width: 98px;
        height: 15px;
        margin-left: 15px;
    }
    .wenzi {
        margin-top: 8px;
    }
    .gun {
        width: 100%;
        /*margin: 20px;*/
    }
    .gun span {
        height: 17px;
        margin-bottom: 8px;
    }
    #FontScroll {
        width: 100%;
        height: 133px;
        margin-top: 8px;
    }
    #FontScroll ul li {
        height: 32px;
        width: 100%;
        line-height: 32px;
    }
    .fontInner span {
        display: inline-block;
        /*float: left;*/
        /*height: 20px;*/
        width: 31%;
        /*background: red;*/
    }
    #FontScroll ul li:nth-child(1) {
        /*background-color: #072951;*/
        box-shadow: -10px 0px 15px #034c6a inset, /*左边阴影*/
        10px 0px 15px #034c6a inset;
    }
    #FontScroll ul li:hover {
        box-shadow: -10px 0px 15px #034c6a inset, /*左边阴影*/
        10px 0px 15px #034c6a inset;
        cursor: pointer;
    }
    .titlelist {
        height: 83px;
        width: 90%;
        font-size: 20px;
        margin: 12px auto;
    }
    .titlelist div {
        width: 20%;
        line-height: 33px;
        height: 33px;
    }
    .mt-tabpage-count {
        width: 585px;
        height: 166px;
    }
    .mt-tabpage-count .mt-tabpage-item {
        width: 585px;
        height: 166px;
        line-height: 33px;
    }
    .swiperdiv {
        width: 95%;
        height: 216px;
        margin: 5% auto;
    }
    .swiperdiv .wiper-container {
        height: 208px !important;
    }
    .swiper-wrapper {
        height: 216px !important;
    }
    .ywimgdiv_left_text {
        position: relative;
        height: 216px;
        overflow: hidden;
    }
    .ywimgdiv_left_text div {
        height: 33px;
        line-height: 33px;
        font-size: 14px;
        text-indent: 1em;
    }
    /*数字样式*/
    .box {
        height: 30px;
        left: 8px;
        margin-top: 5px;
    }
    .box span {
        width: 28px;
        height: 30px;
        font-size: 32px;
        line-height: 30px;
    }
    .box .sign-box span {
        width: 13px;
    }
    .box .digit-container {
        width: 22px;
    }
    .maleft10 {
        margin-left: 8px;
    }
    .bomtext1 {
        font-size: 30px;
        margin-right: 15px;
        margin-top: 8px;
    }
    .bomtext2 {
        margin-top: -8px;
    }
    .bomtext2 .flex {
        margin-bottom: 15px;
    }
    .bomtext2 .box {
        margin-top: -5px;
    }
    .bomtext2 .box span {
        font-size: 33px;
        width: 20px !important;
    }
    .bomtext2.box .digit-container {
        width: 18px !important;
    }
}