@charset "utf-8";

body{
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica","ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“","ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ",serif;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul,li{
    list-style: none;
}
.g-bd{
    width: 1300px;
    height: auto;
    margin: 0 auto;
    background: #fff;
}
.g-blk-15{
    width: 100%;
    height: 15px;
}
.g-blk-20{
    width: 100%;
    height: 20px;
}
.g-blk-25{
    width: 100%;
    height: 25px;
}
.g-blk-30{
    width: 100%;
    height: 30px;
}
.g-blk-35{
    width: 100%;
    height: 35px;
}
.g-blk-45{
    width: 100%;
    height: 45px;
}
.g-blk-50{
    width: 100%;
    height: 50px;
}
.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-of{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.g-hd{
    width: 100%;
    height: 180px;
    background: #fff;
}
.hd-tp{
    width: 1300px;
    height: 110px;
    margin: 0 auto;
}
.hd-tp div{
    display: flex;
    justify-content: flex-end;
}
.hd-tp div a{
    margin-left: 25px;
}
.hd-hr{
    width: 100%;
    height: 1px;
    background: #efefef;
}
.g-nav{
    width: 1300px;
    margin: 0 auto;
    height: 69px;
}
.g-nav a{
    display: block;
    width: 130px;
    line-height: 69px;
    text-align: center;
    position: relative;
    font-size: 20px;
    font-family: cursive;
    font-weight: bold;
}
.g-nav .active::before{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #0D4DA1;
    position: absolute;
    top: 0;
    left: 40px;
}
.g-nav a:hover::before{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #0D4DA1;
    position: absolute;
    top: 0;
    left: 40px;
}
.g-nav .m-select{
    width: 190px;
    height: 28px;
    position: relative;
}
.g-nav .m-select input{
    width: 100%;
    height: 100%;
    outline: none;
    border: 1px solid #dedede;
    font-size: 14px;
    padding-left: .5em;
}
.g-nav .m-select input.sc_text{width: 150px;height: 30px;float: left;}
.g-nav .m-select .sc_btn{width: 40px;height: 30px;border: none;background: #0D4DA1;color: #fff;}
.g-nav .m-select input::-webkit-input-placeholder{
    color: #e1dfe1;
}
.g-nav .m-select img{
    position: absolute;
    cursor: pointer;
    right: .8em;
    top: 6px;
}
.g-4th{
    width: 100%;
    height: 45px;
    min-width: 1300px;
    background: #0D4DA1;
}
.g-4th-s{
    width: 1300px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 0 auto;
}
.g-4th-s select{width: 200px;border: none;margin-right: 30px;text-indent: 2em;line-height: 24px;height: 24px;}
.g-4th-s a{
    color: #fff;
    font-size: 14px;
    padding-right: 40px;
    position: relative;
}
.g-4th-s a::after{
    content: "|";
    position: absolute;
    right: 20px;
    top: 1px;
}
.g-4th-s a:last-child::after{
    display: none;
}
.g-ft{
    width: 100%;
    min-width: 1300px;
    height: 140px;
    padding: 25px 0;
}
.g-ft-box{
    width: 1300px;
    height: 100%;
    margin: 0 auto;
}
.g-ft-srt{
    height: 100%;
    font-size: 14px;
    color: #808080;
    line-height: 26px;
}
.g-ft-srt .g-ft-qr{
    display: block;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 20px 30px 0 0;
    float: left;
    text-align: center;
}
.g-gt-info{float: right;}
.g-ft-srt .g-ft-qr span{display: inline-block;text-align: center;width: 100%;}
.g-ft-srt .g-gt-info p:first-child{
    line-height: 2;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}
.g-ft-srt .g-gt-info p span{padding-right: 30px;}






