#jzinfo {
    display: none;
}

#jzinfo_list {
    display: none;
}

.has-sub2 > a:after {
    font-family: 'tiup-sf';
    content: "\f107";
    display: inline;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.basicInfo {
    margin-bottom: 10px;
}

.basicInfo tr td {
    border: 1px solid #ccc;
    padding: 5px;
}

.Link gallery_link img{
    width: 250px;
}

.sf_notice td{
    border: 1px solid #CCCCCC;
    padding: 5px;
}


.toolbar {
    position: fixed;
    right: 10px;
    margin-left: -26px;
    bottom: 5px; }

.toolbar-item {
    position: relative;
    display: block;
    width: 52px;
    height: 52px;
    background-image: url("imagestoolbar.png");
    background-repeat: no-repeat;
    margin-top: 1px;
    transition: background-position 1s; }
.toolbar-item:hover .toolbar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1); }

.toolbar-item-weixin {
    background-position: 0 -798px; }
.toolbar-item-weixin:hover {
    background-position: 0 -860px; }
.toolbar-item-weixin .toolbar-layer {
    height: 212px;
    background-position: 0 0; }

.toolbar-item-feedback {
    background-position: 0 -426px; }
.toolbar-item-feedback:hover {
    background-position: 0 -488px; }

.toolbar-item-app {
    background-position: 0 -550px; }
.toolbar-item-app:hover {
    background-position: 0 -612px; }
.toolbar-item-app .toolbar-layer {
    height: 194px;
    background-position: 0 -222px; }

.toolbar-item-top {
    background-position: 0 -673px; }
.toolbar-item-top:hover {
    background-position: 0 -736px; }

.toolbar-layer {
    position: absolute;
    right: 46px;
    width: 172px;
    background-image: url("imagestoolbar_img.jpg");
    background-repeat: no-repeat;
    bottom: -10px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0.01);
    transform-origin: 95% 95%;
    transition: all 1s; }



.menuto ul li a, .menuto ul li a:hover {
    display: block;
    text-decoration: none;
    color: #000;
    width: 143px;
    height: 70px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-size: 14px;
    overflow: hidden;
}

.menuto ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.menuto ul li {
    float: left;
    margin-right: 1px;
    position: relative;
}

.menuto ul li ul {
    display: none;
}



.menuto ul li:hover ul {
    display: block;
    position: absolute;
    top: 21px;
    left: 0;
    width: 105px;
}

.menuto ul li:hover ul li a.hide2 {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.menuto ul li:hover ul li:hover a.hide2 {
    background: #ad2718;
    color: #ffffff;
}

.menuto ul li:hover ul li ul {
    display: none;
}

.menuto ul li:hover ul li a {
    display: block;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

.menuto ul li:hover ul li a:hover {
    background: #ad2718;
    color: #ffffff;
}

.menuto ul li:hover ul li:hover ul {
    display: block;
    position: absolute;
    left: 105px;
    top: 0;
}

.menu ul li:hover ul li:hover ul.left {
    left: -105px;
}

.jxtd-li:before, .jxtd-li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: url('imagesline-linear.png') center left no-repeat;
}


.main-link-box{
    width: 100%;
    margin-top: 30px;
}
.div-link{
    width: 100%;
    height: 60px;
    margin-bottom: 5px;
    background-color: #AA2519;
    line-height: 60px;
    text-align: center;
    border-radius: 4px;
    position: relative;
}
.div-link-1 img{
    width: 100%;
    height: 150px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.div-link a{
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding-left: 34px;
}
.div-link a:hover,
.div-link a:visited,
.div-link a:active,
.div-link a:link
{
    text-decoration: none;
    color: #fff;
}
.div-link .icons-link::before {
    content: '';
    width: 25px;
    height: 30px;
    position: absolute;
    top: 18px;
    left: 15%;
}
.div-link .icons-link-1::before{
    background: url(imageslink-1.png) no-repeat;
    background-size: contain;
}
.div-link .icons-link-2::before{
    background: url(imageslink-2.png) no-repeat;
    background-size: contain;
}
.div-link .icons-link-3::before{
    background: url(imageslink-3.png) no-repeat;
    background-size: contain;
}
.div-link .icons-link-4::before{
    background: url(imageslink-4.png) no-repeat;
    background-size: contain;
}
#index-sp-nav li{
    width:25%;
}