body{
	background:#f6f7fb; 
	/*background:#383838;*/ 
}
header.am-header{
	background: #fff;
	height:100px;
	line-height:100px;
}
header .am-header-left{
	height:100px;
	margin-left:10px;
}
header .am-header-right{
	height:100px;
	margin-right:10px;
}
.am-header img.headimg{
	width:60px;
	height:auto;
}
.am-header .tname{
	font-size:24px;
	color:rgb(38,38,38);
}
.am-header .am-header-title img{
	margin-top:36px;
	height:28px;
}
.am-header-default .am-header-nav .am-btn{
	margin-top:26px;
	height:48px;
	width:85px;
	font-size:18px;
    padding: 0 .3em;
}
.am-header .log-out{
	background:rgb(252,36,73);
	border-radius:4px;
}
ul.am-gallery{
	/*padding-top:15px;*/
	padding:30px 15px 0;
}
ul.am-gallery li{
	padding:15px;
}
ul.am-gallery li a{
	display: block;
	/*overflow: hidden;*/
}
ul.am-gallery li .am-gallery-item img{
	border-radius:6px;
}
ul.am-gallery li .am-gallery-item h3{
	padding-left:12px;
	border-radius:0 0 6px 6px;
	background:rgb(245,166,35);
	height:22%;
}

section{
	margin:0 auto;
	height:100%;
	width:100%;
	margin-top:50px;
	overflow: hidden;
	padding:0 15px;
}

/*小于420时隐藏名字*/
@media screen and (max-width: 360px) {
	section .am-gallery li{
		width:100%;
		padding:15px 0;
		display:block;
	}
	.am-header .tname{
		display:none;
	}
}
/*小于420时隐藏名字*/
@media screen and (max-width: 420px) {
	.am-header .tname{
		display:none;
	}
}
/*大于768时*/
@media screen and (min-width: 768px) {
	.container {
	    width:750px;
	}
}
/*大于992时*/
@media screen and (min-width: 992px) {
	.container {
	    width:970px;
	}
}
/*大于1200时*/
@media screen and (min-width: 1200px) {
	.container {
	    width:1170px;
	}
}

.introduce{
    position: fixed;
    width:100%;
    height: auto;
    overflow: hidden;
}

.dowload{
    position: unset;
    width:100%;
    height: 100%;
    overflow: unset;
}
.select{
    margin-top:74px;
    margin-left: 40px;
}
.selectyear{
   width:200px;
}
.dowlist{
    margin-top: 20px;
    min-width: 404px;
    max-width: 1200px;
    border:1px solid #000;
    overflow: hidden;
    position: relative;
}
.title{
    width: 20px;
    margin-left: 15px;
}
.am-table {
    width: 90%;
}
.sdl{
    width: 1px;
    border-right:1px solid #000;
    height: 90%;
    position: absolute;
    margin-left: 50px;
}

.title,.sdl{
  position: absolute;
  top: 50%;
    -webkit-transform:translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

 }
table a{color: #000}
.am-table {
    margin-top: 18px;
    margin-right: 29px;
}
td{
    vertical-align: middle;
    text-align: center;
    text-align: -webkit-center;
}
.tdclass{
    width: 93px;
    background-color: #ccc;
    border-radius: 4px;
}
.dow{
    font-size: 12px;
}
.tdth{
    margin-top: 10px;
}
.btn-fout{
    color: #000;
}
.class_select{
    margin-bottom: 30px;
}
a:hover img{filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;}