.topHFBox {
    background: #f4f4f4;
    height: 26px;
    line-height: 26px;
}

.topHF {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
}

.topHF a {
    /*color: #FD482C;*/
}

.topHF > div > div:last-child {
    text-align: right;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.secenTop {
    height: 80px;
    margin-top: 20px;
}

.logo-tbox {
    align-items: center;
    display: flex;
    height: 80px;
}

.logo-tbox img {
    display: block;
}

.serachbox {
    margin-top: 20px;
}

.serachbox form {
    display: contents;
}

.search .input-group {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 40px;
    font-size: 0;
    margin-bottom: 5px;
}

.search .input-group input {
    display: inline-block;
    font-size: 14px;
    width: calc(100% - 165px);
    padding: 0 10px;
    height: 30px;
    background: #fff;
    vertical-align: top;
    border: 1px solid #e60012;
    box-sizing: border-box;
}

.search .input-group .button {
    display: inline-block;
    width: 80px;
    height: 30px;
    border: none;
    vertical-align: top;
    padding: 0;
    background-color: #e60012;
    cursor: pointer;
    color: #ffffff;
    border-radius: 0;
    line-height: 30px;
}

.searchHisListHOt > span {
    margin-right: 20px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    color: #9E9E9E
}

.searchHisListHOt > span::after {
    content: "/";
    position: absolute;
    right: -10px;
    top: -1px;
    color: #e60012;
}

.searchHisListHOt > span:last-child::after {
    display: none;
}

.ableyoucai {
    padding-top: 23px;
    display: inline-block;
    float: right;
    position: relative;
}

.ableyoucait {
    color: #e60012;
    border: 1px solid #eae6e6;
    padding: 2px 10px;
    cursor: pointer;
    position: relative;
}

.youcaicide {
    width: 106px;
    position: absolute;
    left: -1px;
    top: 24px;
    max-height: 0;
    transition: ease all 300ms;
}

.ableyoucait:hover .youcaicide {
    max-height: 200px;

}

.hedbav {
    background: #2b2e33;
    height: 32px;
    line-height: 32px;
    margin-top: 30px;
}

.navlist li {
    float: left;
    color: #ffffff;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
}

.navlist li a {
    color: #ffffff;
    display: block;
}

.navlist li.active {
    background: #e60012;
    color: #ffffff;
}

footer {
    border-top: 1px solid gray;
    margin-top: 160px;
}

.typoelsier {
    margin-top: 50px;
}

.typoelsier li {
    margin-bottom: 10px;
    color: #425571;
}

.typoelsier li a {
    color: #425571;
}

.typoelsier li:first-child {
    font-weight: bold;
    margin-bottom: 15px;
}

.coerliset {
    margin-top: 50px;
}

.coerliset > div {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}

img {
    max-width: 100%;
}

.coerliset > div:first-child {
    margin-left: -50px;
    margin-right: 50px;
}

.btomfo {
    background: #292c33;
    min-height: 200px;
    margin-top: 20px;
    color: #8d97af;
}

.aboiutlisr li {
    float: left;
    margin-right: 50px;
    color: #8d97af;
    height: 80px;
    line-height: 80px;
}

.aboiutlisr li a {
    color: #8d97af;
}

.pingpailogo {
    margin-top: 20px;
    padding-bottom: 20px;
}

.pingpailogo img {
    display: inline-block;
    margin-right: 20px;
    max-height: 60px;
}

.childty {
    position: absolute;
    color: #4E5465;
    width: 100%;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    max-height: 0;
    overflow: hidden;
    transition: all ease 300ms;
    background: #ffffff;
    z-index: 9;
}

.childty a {
    color: #4E5465 !important;
}

.secnax {
    position: relative;
}

.secnax::before {
    content: '﹀';
    color: #ffffff;
    position: absolute;
    right: 3px;
    top: 3px;
    display: block;
    transition: all ease 300ms;

}

.secnax:hover::before {
    transform: rotate(180deg);
    right: 3px;
    top: -3px;
}

.secnax:hover .childty {
    max-height: 215px; /* 涓€涓冻澶熷ぇ鐨勫€�*/
}

.navlist li:hover {
    background: #ea3838;
}

.childty > div:hover a {
    color: #e60012 !important;
}

footer {
    text-align: center;
    min-height: 120px;
    color: #666e80;
    background: #292c33;
}

footer a {
    color: #666e80;
}

.alistfooter {
    margin-top: 30px;
    margin-bottom: 15px;
}

.alistfooter a {
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
}

.alistfooter a:hover {
    color: #FFFFFF;
}

.alistfooter a::after {
    content: '|';
    padding-left: .5rem;
    font-size: 12px;
}

.alistfooter a:hover::after {
    color: #666e80;
}

.alistfooter a:last-child::after {
    content: '|';
    padding-left: .5rem;
    font-size: 12px;
    display: none;
    color: #666e80;
}

footer .main {
    font-size: 12px;
}

footer .grp {
    height: 40px;
    line-height: 40px;
}