.banner img{
	width: 100%;
	display: block;
}
.tab_ul{
	border-bottom: 1px solid #d0d0d0;
	height: 49px;
	margin-bottom: 40px;
}
.tab_ul li{
	float: left;
	height: inherit;
	line-height: 49px;
	border-bottom: 1px solid transparent;
	font-size: 15px;
	margin-right: 60px;
}
.tab_ul li:hover{
	cursor: pointer;
}
.tab_active{
	color: #da251d !important;
	border-color: #da251d !important;
}
.tab_active a{
	color: #da251d !important;
	border-color: #da251d !important;
}
.com_title1{
	font-size: 22px;
	margin-bottom: 5px;
}
.com_title2{
	font-size: 18px;
	color: #c9c9c9;
	margin-bottom: 30px;
}


.com_infor{
	padding-bottom: 100px;
}
.com_infor{
	display:none;
}
.form_ul li{
	float: left;
	width: 186px;
	margin-right: 16px;
}

.form_ul li p{
	font-size: 16px;
	margin-bottom: 5px;
}
.form_ul li input[type='text'],input[type='email']{
	width: 100%;
	height: 36px;
	border: 1px solid #d0d0d0;
	outline: 0;
	padding: 0 10px;
	font-size: 16px;
}
.com_p{
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.tzz_form textarea{
	width: 100%;
	height: 154px;
	border: 1px solid #d0d0d0;
	outline: 0;
	padding: 10px;
	font-size: 16px;
	font-family: '微软雅黑';
}
.tzz_form .code{
	width: 178px;
	height: 36px;
	border: 1px solid #d0d0d0;
	outline: 0;
	padding: 0 10px;
	font-size: 16px;
	margin-right: 14px;
}
.tzz_form .sub{
	width: 118px;
	height: 36px;
	background: #da251d;
	color: #fff;
	font-size: 16px;
	margin-top: 18px;
	border: 0;
	outline: 0;
}
.tzz_form .sub:hover{
	cursor: pointer;
}


.sec_file{
	padding-bottom: 120px;
}
.file_tab{
	margin-bottom: 28px;
}
.file_tab li{
	float: left;
	width: 113px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	border: 1px solid #da251d;
	border-right: 0;
	text-align: center;
}
.file_tab li:nth-last-child(2){
	border-right: 1px solid #da251d;
}
.file_tab li:hover{
	cursor: pointer;
}
.file_tab_active{
	background: #da251d !important;
	color: #fff !important;
}
.file_tab_active a{
	color: #fff !important;
}
.file_tabs{width:100%;border-bottom:2px solid #da251d;overflow:hidden;}
.file_tabs li{float:left;width:113px;height:35px;text-align:center;}
.file_tabs .on{background:#da251d;}
.file_tabs li a{text-align:center;line-height:35px;color:#555;font-size:18px;}
.file_tabs .on a{color:#fff;}

.file_list{
	margin-bottom: 38px;
}
.file_list li{
	/*float: left;*/
	margin-bottom: 22px;
	/*margin-right: 21px;
	height: 90px;
	width: 284px;
	background: #eee;*/
    border-bottom: 1px dotted #c6c6c6;
    overflow:hidden;
}


.file_list li a{
	display: block;
}
.file_list li .img_box{
	height: 90px;
	width: 90px;
	overflow: hidden;
	margin-right: 10px;
}
.file_list li .img_box img{
	display: block;
	width: 100%;
}
.file_list li .cont{
	width: 184px;
}
.file_list li .p1{
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	padding-top: 6px;
}
.file_list li .p2{
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 6px;
}
.file_list li .p3{
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.file_list p.link {
    background: none;
    float: left;
    margin-left: 3px;
    margin-bottom:10px;
}
.file_list ul li p {
    height: 28px;
    line-height: 28px;
}
.file_list ul li p.title a:visited {
    text-decoration: none;
}
.file_list li .time {
    float: right;
    margin-right: 3px;
}
.file_list p.title > a {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}
.file_list .time {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    text-decoration: none;
}
.file_list p.title > a:hover {
    color:#da251d;
}
@media screen and (min-width: 1221px){
	.form_ul li:nth-child(6n){
		margin-right: 0;
	}
	.file_list li:nth-child(4n){
		margin-right: 0;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1220px){
	.file_list li:nth-child(3n){
		margin-right: 0;
	}
}

@media screen and (max-width: 1220px){
	.form_ul li{
		margin-bottom: 20px;
		margin-right: 60px;
	}
	.file_list li{
		/*width: 312px;*/
        width:100%;
	}
}

@media screen and (max-width: 999px){
	.banner{
		padding-top: 62px;
	}
	.tab_ul{
		padding-left: 20px;
	}
	.tab_ul li{
		font-size: 18px;
		margin-right: 40px;
	}
	.com_title1,.com_title2{
		padding-left: 20px;
	}
	.tzz_form{
		width: 600px;
		margin: 0 auto;
	}
	.form_ul li{
		width: 270px;
	}
	.form_ul li:nth-child(2n){
		margin-right: 0;
	}
	.form_ul li p,.com_p,.tzz_form .sub,.form_ul li input[type='text'],.tzz_form textarea,.tzz_form .code{
		font-size: 18px;
	}
	.file_list li:nth-child(2n){
		margin-right: 0;
	}
	.file_list{
		width: 600px;
		margin: 0 auto;
	}
	.file_list li{
		margin-right: 10px;
		/*width: 295px;*/
        width:100%;
	}
	.file_tab{
		margin-left: 20px;
	}
	.file_tab li{
		font-size: 18px;
	}
	.file_list li .p1,.file_list li .p2,.file_list li .p3{
		font-size: 16px;
	}
	.file_list li .cont{
		width: 195px;
	}
	.sec_file{
		padding-bottom: 40px;
	}
}