/*分页*/
.pagination {
    margin-top: 10px;
    font-size: 9pt;
    font-weight: 400;
    margin: 0 5px 10px 10px;
    height: 30px;
    overflow: auto
}

.pagination a, .pagination span {
    color: #000;
    float: left;
    border: 1px solid #dedede;
    background-color: #fff;
    height: 30px;
    padding: 6px 11px 0;
    margin-right: 3px
}

.pagination a:hover {
    text-decoration: none
}

.pagination a:hover, .pagination span.current {
    background-color: #efefef;
    font-weight: 400
}

.pagination a.pages-goto:link, .pagination a.pages-goto:visited {
    background-color: #fff;
    border-color: #d1e3f1
}



/*相关联菜单开始*/
.relatedmenu {
    padding: 0px 28px 28px;
    border-top: 1px solid #ddd;
    margin: 30px 0;
    margin-top: 73px;
    padding-left: 0px;
}

.relatedmenu dl {
    overflow: hidden;
}

.relatedmenu ul {
    font-size: 0px;
    position: relative;
    top: -24px;
}

.relatedmenu ul li {
    color: #999;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
    padding-bottom: 2px;
}

.relatedmenu ul li.active {
    color: #ff5400;
    border-bottom: 1px solid #ff5400;
}

.relatedmenu ul li:last-child {
    margin-right: 0px;
}

.relatedmenu dd a {
    float: left;
    width: 163px;
    text-align: left;
    color: #999;
    font-size: 12px;
    font-family: "宋体";
    line-height: 25px;
}

.relatedmenu dd a:hover {
    color: #ED232F;
}

.relatedmenu .relatedmenu-wauto dd a, .relatedmenu dd a {
    width: auto;
    margin-right: 30px;
}

.relatedmenu .border0 {
    padding-bottom: 0;
    border-bottom: 0;
}

.relatedmenu dl:not(:nth-child(2)) {
    display: none;
}
/*相关联菜单结束*/
 
/*内容页底部*/
 /*页面底部*/
.footer_new {width: 100%;background-color: #f4f4f4;border-top: 1px #ddd solid;height: auto;position: initial;margin-bottom: 125px;}
.footer_new .foot_new {width: 1200px;margin-left: auto;margin-right: auto}
.footer_new .foot_box {width: 170px;height: 190px;float: left;display: block;border-right: 1px #ddd solid;margin: 30px 10px 10px 15px;padding: 0 0 20px 10px;text-align: left}
.footer_new .foot_box .hd {font-size: 1pc;line-height: 36px;color: #000}
.footer_new .foot_box .bd li {line-height: 24px;color: #666;font-size: 14px;}
.footer_new .foot_wap {width: 230px;height: 190px;float: left;display: block;border-right: 1px #ddd solid;margin: 30px 10px 10px 15px;padding: 0 0 20px 10px}
.footer_new .foot_wap .hd {font-size: 1pc;line-height: 36px;color: #000;text-align: center;}
.footer_new .foot_wap .bd {text-align: left;padding: 0}
.footer_new .foot_wap .bd img {margin: 5px 0 0}
.footer_new .foot_mobile {background: url(../../images/global/foot_tel.gif) center 20px no-repeat;width: 210px;height: 190px;float: left;display: block;margin: 30px 10px 10px 15px;padding: 0 0 20px 10px;text-align: center}
.footer_new .foot_mobile .h1 {font-weight: 700;font-size: 26px;color: #000;margin-top: 100px}
.footer_new .foot_mobile .h2 {color: #666;margin-top: 10px}
.footer_new .foot_powered {width: 75pc;margin-left: auto;margin-right: auto;margin-top: 40px;line-height: 24px;text-align: center;border-top: 1px #ddd solid}
.footer_new .foot_powered,.footer_new .foot_powered a {color: #787878;font-size: 9pt}
/*内容页底部END*/

/*通用底部*/
.footbar{width: 760px;margin: 30px auto;}
.footbar li{display: inline-block;position: relative;font-size: 14px;color: #999;}
.footbar li a{color: #999;padding: 0 4px;}
.footbar li a:hover{color: #ED232F}
.foot_info{padding: 30px 0 20px;border-top: 1px dashed  #ddd;text-align: center;color: #999;}
.foot_info p{margin-bottom:20px ;}
/*通用底部END*/
.footsusp{position: relative;width:100%;bottom: 0;background-color: rgba(0, 0, 0, 0.7);color: white;z-index: 2;}
.footsusp.active{position: fixed;}
.footsusp form {
    padding: 24px 44px;
    font-size: 18px;
    margin-left: 30px;
    width: auto;
}
.footsusp form img{display: inline-block;}
.footsusp form input[type="text"]{width: 15%;height: 44px;line-height: 44px;padding-left: 35px;border: 0;border-radius: 3px;margin-right: 15px;margin-top: 15px;font-size: 14px;}
.footsusp form input.younote{width: 25%;}
.footsusp form input[type="submit"]{float: right;color: white;margin-top: 15px;width: 12%;height: 45px;border: 0;background-color: #ed232f;border-radius: 3px;font-size: 16px;margin-right: 105px;}
.footsusp .qrcode {
    position: absolute;
    top: 12px;
    right: 24px;
    width: 89px;
    height: 111px;
    background-color: white;
}
.footsusp .qrcode img {
    width: 71px;
    height: 71px;
    margin: -4px auto;
    display: block;
}
.footsusp .qrcode p {
    color: #666;
    font-size: 12px;
    text-align: center;
    margin: 4px 0;
}
.footcopyright{display: none;}
.footsusp .out{position: absolute;font-size: 30px;top: 0;left: 20px;cursor: pointer;}
