﻿body {
    margin: 0px auto;
    padding: 0px;
    font-family: "Microsoft Yahei",Tahoma,"宋体";
    font-size: 14px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

p {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333;
}

    a:focus, a:active {
        outline: none;
        text-decoration: none;
    }

    a:hover {
        color: #F40;
        text-decoration: none;
    }

.dishide {
    display: none;
}

.disshow {
    display: block;
}

.txtone {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}

.txttwo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}

/*通用，这个留，其他通用删*/
.clearfix::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
/**SiteRoot**/
.msthead {
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 100px;
    box-sizing: border-box;
    padding-right:30px;
}

.mstheadon {
    height: 101px;
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
}

.msthead .hdmain {
    display: flex;
    width: 100%;
    justify-content:space-between;
}

.msthead .logo {
    width: 290px;
    height: 50px;
    background-image: url(/img/pcimg/logofff.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 25px;
    margin-left: 30px;
}

.msthead .navchild {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #FFF;
    left: 0px;
    right: 0px;
    top: 96px;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #CCC;
    box-shadow: 0 1px 3px rgb(204,204,204,0.6);
}

.msthead .lnchild {
    display: flex;
    padding: 50px 0;
    justify-content:right;
    padding-right:30px;
}
/**txa单行链接**/
.msthead .txa {
    position: relative;
    margin-right: 40px;
    font-size:16px;
}

    .msthead .txa:last-child {
        margin-right: 0px;
    }

    .msthead .txa .txnm {
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 0 60px 10px 0;
        box-sizing: border-box;
        background-image: url(/img/pcimg/ma01.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        color: #333;
    }

    .msthead .txa .txln {
        position: absolute;
        z-index: 1;
        bottom: 0px;
        border-bottom: 1px solid #014ea0;
        height: 1px;
        left: 0%;
        width: 0%;
        transition: all 0.3s;
    }

    .msthead .txa:hover .txnm {
        background-image: url(/img/pcimg/maon01.png);
        color: #014ea0;
    }

    .msthead .txa:hover .txln {
        width: 100%;
    }
/****/
.msthead .navmain {
    display: flex;
    width: 900px;
    justify-content:space-between;
    margin:0px;
    padding:0px;
    list-style:none;
    margin-top:10px;
}
.msthead .gtxx {
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: right;
    padding-right:38px;
    padding-top:10px;
}
    .msthead .gtxx a {
        display: block;
        /*color:#1c2a53 !important;*/
        margin-left:10px;
        font-size:14px;
        display:flex;
    }
        .msthead .gtxx a div{
            margin-left:10px
        }
        .msthead .gtxx .jta {
            margin-left:10px;
            color:#FFF;
        }
    .msthead .gtxx .jtlogo {
        width: 175px;
        height: 30px;
        background-image: url(/img/pcimg/gtlogofff.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center center;
    }
.mstheadon .gtxx .jta {
    color: #1c2a53
}
.mstheadon .gtxx .jtlogo {
    background-image: url(/img/pcimg/gtlogo.png);
}
.msthead .gtxx img {
    display: block;
    height: 20px;
    margin-top: 5px;
}
    .msthead .navmain li {
        display: block;
        margin: 0px;
        padding: 0px;
        list-style: none;
        text-align: center;
        height: 50px;
        flex: 1;
    }

    .msthead .navmain .ma {
        position: relative;
        display: block;
        color: #FFF;
        font-size: 18px;
        width: 100px;
        margin: 0 auto;
        line-height: 40px;
    }

    .msthead .navmain .homema {
        width: 40px !important
    }

    .msthead .navmain .ma .anm {
    }

    .msthead .navmain .ma .aln {
        position: absolute;
        z-index: 1;
        bottom: 0px;
        background-color: #014ea0;
        height: 1px;
        left: 50%; /*定位在线的中间 */
        width: 0;
        transition: all 0.3s;
    }

    .msthead .navmain .ma:hover .aln {
        width: 100%;
        left: 0%;
    }

    .msthead .navmain .maon {
    }

        .msthead .navmain .maon .aln {
            width: 100%;
            left: 0%;
        }
/****/
.mstheadon {
}

    .mstheadon .logo {
        background-image: url(/img/pcimg/logoroll.png);
    }

    .mstheadon .navmain .ma {
        color: #182b62;
        display: block;
    }

/****/
.mstfoot {
    background-color: #535353;
    background-image: url(/img/pcimg/footbg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
    .mstfoot .fstln {
        width: 1480px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between
    }
    .mstfoot .fstfl {
    }
    .mstfoot .ftlogo {
        width: 382px;
        height: 61px;
        background-image: url(/img/pcimg/logofoot.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .mstfoot .ftxx {
        width: 550px;
        color: #FFF;
        margin-bottom: 20px;
    }
    .mstfoot .xxitem {
        margin-bottom: 20px;
    }
    .mstfoot .xxfl {
        float: left;
        width: 200px;
    }
    .mstfoot .xxfr {
        float: left;
        width: 350px;
    }
    .mstfoot .xxemail {
    }
    .mstfoot .xxnm {
        font-size: 16px;
    }
    .mstfoot .xxinfo {
        font-size: 18px;
        font-weight: bold;
        margin-top: 6px;
    }

/****/
    .mstfoot .fstfr {
        width: 860px;
        display: flex;
        justify-content: space-between;
        padding-top: 60px;
    }
    .mstfoot .ffitem {
    }
        .mstfoot .ffitem a {
            display: block;
            color: #FFF;
        }
    .mstfoot .ffnm {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .mstfoot .ffcld {
        font-size: 16px;
        line-height: 38px;
    }
    .mstfoot .sndln {
        text-align: center;
        color: #999;
        line-height: 60px;
        border-top: 1px solid #959595;
    }
        .mstfoot .sndln a {
            margin-left: 10px;
            color: #999;
        }
/****/
.pubbanner{
position:relative;
}
    .pubbanner .bannm {
        position: absolute;
        z-index: 1;
        top: 60%;
        left:0px;
        right:0px;
        text-align: center;
        color: #FFF;
        font-size: 36px;
        font-weight: bold;
    }
.pubbanner img{
    display:block;
    width:100%;
}
/****/
.pubmbx {
    width: 1480px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
    margin-top: 40px;
}
    .pubmbx .mbxwz {
        display: flex;
        font-size: 16px;
    }
    .pubmbx .hm {
        width: 30px;
        height: 30px;
        background-image: url(/img/ico/mbxhome2.png);
        background-repeat: no-repeat;
        background-size: 26px 26px;
        background-position: center center;
        margin-right: 4px;
    }
    .pubmbx .nm {
        line-height: 20px;
        color: #999;
        margin-top: 8px;
    }
        .pubmbx .nm a {
            color: #999;
        }
    .pubmbx .wz {
        width: 20px;
        height: 20px;
        background-image: url(/img/ico/mbxjt02.png);
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: center center;
        margin-top: 8px;
    }
    .pubmbx .mbxlink {
        display: flex;
        justify-content: right;
    }
        .pubmbx .mbxlink a {
            display: block;
            margin-left: 20px;
            font-size: 18px;
            color: #333;
            line-height: 30px;
        }

        .pubmbx .mbxlink .pageon {
            color: #ad1e37;
            font-weight: bold;
        }

        .pubmbx .mbxlink span {
            color: #CCC;
            margin-left: 20px;
            line-height: 30px;
        }