@charset "utf-8";
/* CSS Document */
html,body{ position: absolute; width: 100%; height: 100%; margin: 0; padding: 0; background-color: #FFFFFF; font-family: "微软雅黑", arial; background: url("../images/pajs-bg.png") no-repeat top center fixed; background-size: 100%; }
ul,li,dl,dd,dt,h1,h2,h3,h4,h5{ margin: 0; padding: 0; list-style: none; }
.main{ width: 1024px; margin: 0 auto; }
a{ color: #222222; text-decoration: none; }
a:hover{ color: #DB2000; text-decoration: none; }
/*顶部*/
.top{ float: left; width:100%; color: #ffffff; padding: 5px 0; }
.top form.sui-form{ float: left; display: inline-block; margin: 0; padding: 0; }
.top form.sui-form input[type="text"],
.top form.sui-form input[type="password"]{ border-color: #eeeeee; }
.top .input-control.control-right{ display: inline-block; margin-left: 20px; border-radius: 2px; border: 1px solid #eeeeee; background-color: #FFFFFF; }
.top .input-control.control-right select{ border: none; }
.top .input-control.control-right input{ border: none; border-left: 1px solid #DDDDDD; box-shadow: none; border-radius: 0; }
.top ul.pull-right{ padding: 4px 0 0; }
.top ul.pull-right li{ float: left; }
.top ul.pull-right li i{ display: inline-block; margin: 0 10px; width: 1px; height: 10px; background-color: #CCCCCC; }
.top ul.pull-right li a{ color: #ffffff; }

/*banner*/
.pajs-banner{
    float: left;
    width: 100%;
    margin: 30px 0;
    height: 45px;
    text-align: center;
    background: url("../images/banner-pajs.png") top center no-repeat;
}

/*nav*/
.pajs-nav{
    float: left;
    width: 100%;
    height: 55px;
    background: url("../images/point-repeat.png") repeat #e60012;
}
.pajs-nav ul li{
    float: left;
    width: 16.66666666666%;
    line-height: 55px;
    text-align: center;
}
.pajs-nav ul li a{
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 3px rgba(0,0,0,.3);
}
.pajs-nav ul li a:hover{
    background: #e60012;
}

/*content*/
.pajs-content{
    float: left;
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
/*slider*/
.pajs-slider{
    position: relative;
    float: left;
    width: 50%;
    padding-right: 10px;
    height: 300px;
    margin-bottom: 0;
    box-sizing: border-box;
}
.pajs-slider img{
    width: 100%;
    height: 300px;
}
.pajs-slider .carousel-caption{
    padding: 10px;
}
.pajs-slider .carousel-caption p{
    margin: 0;
}
.pajs-slider .carousel-indicators{
    top: auto;
    bottom: 15px;
}
.pajs-slider .carousel-indicators li{
    width: 8px;
    height: 8px;
    border-radius: 0;
}
/*box*/
.pajs-content-box{
    float: left;
    width: 50%;
    height: 300px;
    padding-left: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.pajs-content-box h4{
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}
.pajs-content-box h4 ul.sui-nav.nav-tabs{
    background-color: #EEEEEE;
    height: 36px;
    margin: 0;
    padding: 0;
    border: none;
}
.pajs-content-box h4 ul.sui-nav.nav-tabs>.active>a,
.pajs-content-box h4 ul.sui-nav.nav-tabs>li>a{
    padding: 0 12px;
    line-height: 36px;
    border: none;
    border-radius: 0;
}
.pajs-content-box h4 ul.sui-nav.nav-tabs>.active>a{
    background: url("../images/tab-active-bg.png") no-repeat top center;
    color: #ffffff;
    padding-bottom: 4px;
    display: inline-block;
}
.pajs-content-box .tab-content ul li{
    float: left;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
}
.pajs-content-box .tab-content ul li b{
    float: left;
    width: 5px;
    height: 5px;
    margin: 5px 8px 5px 0;
    background-color: #e60012;
}
.pajs-content-box .tab-content ul li a{
    float: left;
    color: #666666;
    max-width: 450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pajs-content-box .tab-content ul li a:hover{
    color: #e60012;
}

/**/
.pajs-xxzy-links{
    float: left;
    width: 100%;
    height: 85px;
    margin-bottom: 15px;
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.pajs-xxzy-links h5{
    float: left;
    width: 43px;
    height: 85px;
    padding: 5px 11px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 10px;
    background: url("../images/xxzy-links-tt-bg.png") no-repeat top center;
}
.pajs-xxzy-links ul{
    float: right;
    width: 980px;
    padding: 9px 10px;
    box-sizing: border-box;
}
.pajs-xxzy-links ul li{
    float: left;
    margin: 8px 10px;
}
.pajs-xxzy-links ul li a{
    font-size: 12px;
}

/**/
.footer{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
/**/
.foot-select{ float: left; width: 100%; margin: 10px 0; padding: 0 10px; box-sizing: border-box; }
.foot-select select{ float: left; width: 20%; font-size: 14px; }
.foot-select select option{ font-size: 14px; }
