
.dome_banner .swiper-container {
    width: 100%;
    height: 100%;
}
.dome_banner .banner .home-banner-img img{
    width:100%;
	
}
.dome_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.dome_banner .swiper-pagination-bullet{
    width:17px;
    height:17px;
    border:2px solid #fff;
    background: transparent;
    opacity: .8;
}
.dome_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 16px;
}
.dome_banner .swiper-pagination-bullet-active{
    background: #fff!important;
}
.dome_banner .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom:18px;
}
/*center*/
.right_content{
    padding:20px;
}
.tem_top_nav{
    height:50px;
    line-height: 50px;
    border-bottom:1px solid #666666;
}
.menu_top{
    color:#666666;
}
.menu_top a{
    color:#4c85c4;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
}
.menu_top .home{
    margin-left: 0px;
    color:#666666;
    cursor: inherit;
}
.table-header{
    color:#4c85c4;
}
.table-title{
    text-align: left;
    padding-left:10px;
    padding-right:10px;
}
.table-row:hover{
    background: #e4edf6;
}
.table-row{
    cursor: pointer;
}
.table-row td{
    position: relative;
    padding:20px 10px;
}
.table-row td:not(:last-child){
    /*border-right:2px solid #adadad;*/
}
.table-row .share,.table-row .bookmark{
    color:#666;
    font-size: 20px;
}
.table-title .sort{
    width:20px;
    height:30px;
    display: inline-block;
    background: url(../images/sort.png);
    position: absolute;
    margin-top:-2px;
}
.table-title .sort-up{
    width:20px;
    height:15px;
    display: inline-block;
    background: url(../images/sort.png);
    background-position: 1px 3px;
    position: absolute;
}
.table-title .sort-down{
    width:20px;
    height:15px;
    display: inline-block;
    background: url(../images/sort.png);
    background-position: 1px -13px;
    margin-top:6px;
    position: absolute;
}
.table-row .link{
    background: url(../images/icon/link.png)no-repeat center center;
    background-size: 100%;
    width:20px;
    height:20px;
    display: block;
    margin: 0 auto;
}
.table-row .download{
    background: url(../images/icon/download.png)no-repeat center center;
    background-size: 100%;
    width:20px;
    height:26px;
    display: block;
    margin: 16px auto;
}
.table-divider{
    display: inline-block;
    width:1px;
    height:calc(100% - 40px);
    position: absolute;
    right:0px;
    background: #666;
    top:20px;
}
.right_zi{
    font-size: 12px;
}
.table-row .chi{
    display: block;
    background: #4d86c4;
    color:#fff;
    font-size: 12px;
    text-align: left;
    padding:0 3px;
}
.table-row .en{
    display: block;
    background: #567590;
    color:#fff;
    margin-top:5px;
    font-size: 12px;
    text-align: left;
    padding:0 3px;
}
.file_contact{
    position: relative;
}
.table-row .open{
    position: absolute;
    right:-30px;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}
.table-row .retract{
    position: absolute;
    right:-30px;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}
.cursor-pointer {
    cursor: pointer;
}
.swiper-pagination{
    display: none;
}
.mobile-search i{
    line-height: 50px;
}
.mobile-table-list .item-row {
    border-bottom-color: #D1D1D1;
}
.mobile-table-list .item-row .year {
    font-size: 10px;
}
.mobile-content {
    height: 3em;
    overflow: hidden;
}
@media (max-width: 640px) {
    .slide_menu{
        display: none;
    }
    .hidden-sm{
        display: none;
    }
    .dome_banner .banner .home-banner-img{
        _height:175px;
		padding-top: 46px;
    }
}

.action-list .link{
	background: url(../images/icon/link.png)no-repeat center center;
	background-size: 100%;
	width:20px;
	height:20px;
	display: block;
	margin: 0 auto;
}