
/**
 *二级页面
 */
.page2{
    padding-bottom: 130px;
    overflow: hidden;
}
.page2 h2{
    padding: 60px 0 0 0;
    font-size: 30px;
    color: #000;
    text-align: center;
}
.page2 .describe{
    display: inline-block;
    margin-top: 10px;
    padding: 0 75px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    /*text-indent: 2em;*/
}
.page2 .tab{
    margin-top: 40px;
}
.page2 .tab-tit{
    text-align: left;
    font-size: 0;
}
.page2 .tab-tit h3{
    display: inline-block;
    *zoom:1;
    *display: inline;
    position: relative;
    z-index: 1;
    width: 380px;
    height: 40px;
    margin: 0 36px 50px 0;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #2e2e2e;
    background: #e4e5e7;
    cursor: pointer;
}
.page2 .tab-tit h3:nth-of-type(3n){
    margin: 0 0 50px 0;
}
.page2 .tab-tit h3.active{
    color: #fff;
    background: #014da3;
}
.page2 .tab-tit h3.active .icon_triangle1{
    display: block;
}
.page2 .tab-con{
    width: 100%;
    overflow: hidden;
}
.page2 .tab-con .tab-con-inner{
    display: none;
    width: 100%;
    overflow: hidden;
}
.page2 .tab-con .tab-con-inner.active{
    display: block;
}
.page2 .tab-con li{
    display: inline-block;
    position: relative;
    z-index: 1;
    float: left;
    width: 381px;
    height: 380px;
    margin: 0 35px 30px 0;
    overflow: hidden;
}
.page2 .tab-con li:nth-of-type(3n){
    margin: 0 0 30px 0;
}
.page2 .tab-con li a{
    position: absolute;
    bottom: -105px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 105px;
}
.mask{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.page2 .tab-con li a h3{
    position: relative;
    z-index: 2;
    margin-top: 20px;
    padding-left: 30px;
    font-size: 20px;
    color: #fff;
}
.page2 .tab-con li a span{
    display: block;
    position: relative;
    z-index: 2;
    margin-top: 3px;
    padding-left: 30px;
    font-size: 14px;
    color: #a8a7a5;
}
.page2 .more-btn{
    display: block;
    position: relative;
    z-index: 2;
    width: 304px;
    height: 66px;
    *margin-top: 30px;
    line-height: 66px;
    font-size: 30px;
    text-align: center;
    color: #014da3;
    background: transparent;
    border: 1px solid #014da3;
}
.page2 .more-btn:hover{
    color: #fff;
    background: #014da3;
    border: 1px solid #014da3;
}
.icon_triangle2{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: url("../images/icon/icon_triangle2.png") no-repeat;
}

/**
 *二级页面新闻列表
 */
.news-list{
    padding-bottom: 55px;
    overflow: hidden;
}
.news-list h2{
    padding: 60px 0 0 0;
    font-size: 30px;
    color: #000;
    text-align: center;
}
.news-list .describe{
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    text-indent: 2em;
}
.news-list .tab{
    width: 100%;
    margin-top: 40px;
}
.news-list .tab-tit{
    width: 100%;
    text-align: center;
    font-size: 0;
}
.news-list .tab-tit h3{
    display: inline-block;
    *zoom:1;
    *display: inline;
    position: relative;
    z-index: 1;
    width: 597px;
    height: 40px;
    margin: 0 4px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #2e2e2e;
    background: #e4e5e7;
    cursor: pointer;
}
.icon_triangle1{
    display: none;
    position: absolute;
    bottom: -7px;
    left: 50%;
    z-index: 2;
    width: 20px;
    height: 7px;
    margin-left: -10px;
    background: url("../images/icon/icon_triangle1.png") no-repeat;
}
.news-list .tab-tit h3.active{
    color: #fff;
    background: #014da3;
}
.news-list .tab-tit h3.active .icon_triangle1{
    display: block;
}
.news-list .tab-con{
    width: 100%;
    overflow: hidden;
}
.news-list .tab-con ul{
    display: none;
    width: 100%;
    padding: 44px 0 0 0;
    overflow: hidden;
}
.news-list .tab-con ul.active{
    display: block;
}
.news-list .tab-con li{
    display: inline-block;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 0 0 45px;
    border-bottom: 1px solid #e8e8e8;
}
.news-list .tab-con li .pic{
    float: left;
    margin: 0 16px 0 25px;
}
.news-list .tab-con li .txt{

}
.news-list .tab-con li .txt h3 a{
    font-size: 20px;
    color: #014da3;
}
.news-list .tab-con li .txt .date{
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #666;
}
.news-list .tab-con li .txt p{
    position: relative;
    width: 610px;
    height: 45px;
    margin-top: 15px;
    font-size: 13px;
    line-height: 24px;
    color: #666;
    overflow : hidden;
}
.news-list .more-btn{
    display: block;
    position: absolute;
    top: 58px;
    right: 50px;
    z-index: 2;
    width: 163px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    color: #014da3;
    background: transparent;
    border: 1px solid #014da3;
}
.news-list .more-btn:hover{
    color: #fff;
    background: #014da3;
    border: 1px solid #014da3;
}
.icon_triangle3{
    display: block;
    position: absolute;
    bottom: -9px;
    left: 50%;
    z-index: 2;
    width: 15px;
    height: 9px;
    margin-left: -7.5px;
    background: url("../images/icon/icon_triangle3.jpg") no-repeat;
}

.news-list .tab-con li.pager{
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 0;
    font-size: 0;
    border: none;
}
.news-list .pager a{
    display: inline-block;
    margin-left: 6px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background: #014da3;
}
.news-list .pager a.active{
    background: #fc9800;
}

/**
 *三级页面
 */
.page3{
    padding-bottom: 60px;
    overflow: hidden;
}
.page3 .tit{
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #cacaca;
}
.page3 h2{
    padding: 60px 0 0 0;
    font-size: 30px;
    color: #000;
}
.page3 .tit .date{
    display: inline-block;
    margin-top: 35px;
    font-size: 14px;
    line-height: 14px;
    color: #666;
}
.close-btn{
    color: #666;
}
.kv{
    display: block;
    margin: 78px 0 0 0;
}
.kv img{
    margin: auto;
}
.page3 .con p{
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #282828;
    text-indent: 2em;
}

/**
 *带左侧栏的菜单栏
 */
.menu-kv{
    min-width: 100%;
    height: 197px;
    background: url("../images/page3/menu_kv.jpg") no-repeat center;
}
.menu{
    padding: 48px 0 260px;
}
.side-bar{
    float: left;
    width: 309px;
    margin-right: 80px;
    padding-bottom: 550px;
    border-bottom: 3px solid #014da3;
    background: #f4f4f4 url("../images/page3/side_h2_bg.jpg") no-repeat top center;
}
.side-bar .tit{
    width: 100%;
    height: 88px;
    overflow: hidden;
}
.side-bar h2{
    margin: 31px 0 0 55px;
    padding-left: 12px;
    font-size: 16px;
    font-weight: bolder;
    color: #014da3;
    border-left: 3px solid #014da3;
}
.side-bar h2 span{
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.side-bar ul{
    width: 100%;
    overflow: hidden;
}
.side-bar li{
    display: inline-block;
    float: left;
    width: 100%;
    height: 67px;
    line-height: 67px;
    color: #282828;
    font-size: 14px;
    background: transparent;
    border-bottom: 1px solid #dfdede;
    overflow: hidden;
}
.side-bar li a{
    display: block;
    width: 100%;
    height: 53px;
    padding-left: 75px;
    color: #282828;
    cursor: pointer;
    line-height: 20px;
    margin-top: 15px;
}
.side-bar li.active{
    color: #fff;
    background: #014da3;
}
.side-bar li a{
    color: #282828;
}
.side-bar li.active a{
    color: #fff;
}

.side-con{
    width: 785px;
    float: left;

}
.side-con p{
    font-size: 14px;
    line-height: 36px;
    color: #282828;
}
.side-txt{
    display: none;
}
.side-txt p{
    /*padding-bottom: 35px;*/
    font-size: 14px;
    line-height: 36px;
    color: #282828;
    text-indent: 2em;
}
.side-txt.active{
    display: block;
}

/**
 *菜单新闻列表页
 */
.menu-news{

}
.menu-news li{
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.menu-news .pic{
    float: left;
    width: 241px;
    margin-right: 18px;
}

.menu-news .txt{

}
.menu-news .txt h3 a{
    display: block;
    font-size: 20px;
    color: #014da3;
}
.menu-news .txt .date{
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
    color: #666;
}
.menu-news .txt p{
    margin-top: 12px;
    padding: 0;
    text-indent: 0;
    font-size: 13px;
    line-height: 24px;
    color: #666;
}
.menu-news .more-btn{
    display: block;
    float: right;
    width: 163px;
    height: 35px;
    margin-top: 5px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    color: #014da3;
    background: transparent;
    border: 1px solid #014da3;
}
.menu-news .more-btn:hover{
    color: #fff;
    background: #014da3;
    border: 1px solid #014da3;
}
.menu-news .pager{
    float: left;
    width: 100%;
    margin: 40px 0 0 -5px;
    padding: 0;
    font-size: 0;
    border: none;
}
.menu-news .pager a{
    display: inline-block;
    margin-left: 6px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background: #014da3;
}
.menu-news .pager a.active{
    background: #fc9800;
}

.con img{display: inline-block;}