@charset "utf-8";
@media screen and (max-width:767px) {
	.container_all {
        display: block;
    }
    .top_wrapper, .top_content, .data-title,
    .friendship_link, .nav_bottom, 
    .links_list, .copyright {
        display: none;
    }   /*资料下载*/
    .data_top {
        width: 90%;
        margin: 0 auto;
    }
    .go_top img {
        display: none;
    }
    .go_top {
        display: none;
        position: fixed;
        bottom: 100px;
        right: 20px;
        width: 43px;
        height: 43px;
        background: url(../../img/go_top1.png) no-repeat;
        background-size: 43px;
    }
    .go_top:active {
        background: url(../../img/go_top2.png) no-repeat;
        background-size: 43px;
    }
    .data_top .data-title {
        width: 100%;
        height: 72px;
        font-size: 26px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .data_top .data-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .download_contents {
        position: relative;
        width: 100%;
        margin: 0 auto 50px auto;
    }
    .download_contents ul {
        width: 100%;
        height: auto;
    }
    .download_contents ul li {
        position: relative;
        float: left;
        width: 100%;
        height: 90px;
        margin-left: 0;
        border-bottom: 1px solid #ebf0f4;
    }
    .download_contents ul li:active {
        background: #f3f5fa;
    }
    .download_contents .load_icon {
        display: none;
    }
    .download_contents ul li .content {
        position: relative;
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left;
    }
    .download_contents .content .content_title {
        text-align: left;
        margin-top: 17px;
        width: 88%;
    }
    .download_contents .content .content_title:active {
        color: #0037e8;
        cursor: pointer;
    }
    .download_contents .content .time {
        font-size: 14px;
        color: #999;
        text-align: left;
        margin-top: 5px;
        padding-left: 25px;
        background: url(../img/dd_time.png) no-repeat;
        background-size: 16px;
    }
    .download_contents .content .see {
        display: inline-block;
        width: 22px;
        height: 22px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -11px;
    }
    .showMorehandle {
        width: 40px;
        height: 40px;
        margin: 24px auto 0 auto;

    }
    .showMorehandle img {
        display: block;
        width: 40px;
        height: 40px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	.container {
        display: none;
    }
     body {
        background: #fff;
    }
    /*资料下载*/
    .data_top {
        width: 92%;
        margin: 0 auto;
    }
    .go_top {
        display: none;
        position: fixed;
        bottom: 150px;
        right: 20px;
        width: 43px;
        height: 43px;
    }
    .go_top img {
        display: block;
        width: 43px;
        height: 43px;
    }
    .data_top .data-title {
        width: 100%;
        height: 72px;
        font-size: 26px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .data_top .data-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .download_contents {
        position: relative;
        width: 100%;
        margin: 0 auto 100px auto;
    }
    .download_contents ul {
        width: 100%;
        height: auto;
    }
    .download_contents ul li {
        position: relative;
        float: left;
        width: 100%;
        height: 90px;
        margin-left: 0;
        border-bottom: 1px solid #ebf0f4;
    }
    /*.download_contents ul li:hover {
        background: #f3f5fa;
    }*/
    .download_contents .load_icon {
        float: left;
        display: inline-block;
        width: 23px;
        height: 23px;
        position: absolute;
        top: 50%;
        left: 20px;
        margin-top: -11.5px;
    }
    .download_contents ul li .content {
        position: relative;
        width: 90%;
        height: 100%;
        display: inline-block;
        float: left;
        margin-left: 77px;
    }
    .download_contents .content .content_title {
        text-align: left;
        margin-top: 17px;
    }
    .download_contents .content .content_title:hover {
        /*color: #0037e8;*/
        cursor: pointer;
    }
    .download_contents .content .time {
        font-size: 14px;
        color: #999;
        text-align: left;
        margin-top: 16px;
        padding-left: 25px;
        background: url(../img/dd_time.png) no-repeat;
        background-size: 16px;
    }
    .download_contents .content .see {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -15px;
    }
    .showMorehandle {
        position: absolute;
        left: 50%;
        margin-left: -46px;
        width: 48px;
        height: 48px;
        margin-top: 24px;

    }
    .showMorehandle img {
        display: block;
        width: 48px;
        height: 48px;
        outline: none;
    }
}
@media screen and (min-width:960px) {
	.container {
		display: none;
	}
     body {
        background: #fff;
    }
	/*资料下载*/
    .data_top {
        width: 1000px;
        margin: 0 auto;
    }
    .go_top {
        display: none;
        position: fixed;
        bottom: 150px;
        right: 20px;
        width: 43px;
        height: 43px;
    }
    .go_top img {
        display: block;
        width: 43px;
        height: 43px;
    }
    .data_top .data-title {
        width: 100%;
        height: 72px;
        font-size: 26px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .data_top .data-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .download_contents {
        position: relative;
    	width: 1000px;
    	margin: 0 auto 100px auto;
    }
    .download_contents ul {
    	width: 100%;
    	height: auto;
    }
    .download_contents ul li {
        position: relative;
    	float: left;
    	width: 100%;
    	height: 90px;
        margin-left: 0;
    	border-bottom: 1px solid #ebf0f4;
    }
    /*.download_contents ul li:hover {
        background: #f3f5fa;
    }*/
    .download_contents .load_icon {
        float: left;
        display: inline-block;
        width: 23px;
        height: 23px;
        position: absolute;
        top: 50%;
        left: 20px;
        margin-top: -11.5px;
    }
    .download_contents ul li .content {
        position: relative;
        width: 90%;
        height: 100%;
    	display: inline-block;
    	float: left;
        margin-left: 77px;
    }
    .download_contents .content .content_title {
    	text-align: left;
        margin-top: 17px;
    }
    .download_contents .content .content_title:hover {
        /*color: #0037e8;*/
        cursor: pointer;
    }
    .download_contents .content .time {
    	font-size: 14px;
    	color: #999;
    	text-align: left;
        margin-top: 16px;
    	padding-left: 25px;
    	background: url(../img/dd_time.png) no-repeat;
    	background-size: 16px;
    }
    .download_contents .content .see {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -15px;
    }
    .showMorehandle {
        position: absolute;
        left: 50%;
        margin-left: -46px;
        width: 48px;
        height: 48px;
        margin-top: 24px;
        outline: none;

    }
    .showMorehandle img {
        display: block;
        width: 48px;
        height: 48px;
        outline: none;
    }
}