/* CSS Document */

/*base Start
=================================*/
body > div{margin-right:auto;margin-left:auto; } 
body,div,ul,ol,ul,li,ol,dl,dd,dt,form,span,p,textarea{margin:0;padding:0;list-style:none;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
input{padding-top:0;padding-bottom:0;}
input::-moz-focus-inner{border:none;padding:0;}
select,input{vertical-align:middle;}
select,input,textarea{font-size:12px;margin:0;}
input[type="text"],input[type="password"],textarea{outline-style:none;-webkit-appearance:none;}
textarea{resize:none;}
table{border-collapse:collapse;border-spacing:0;}
th,td{font-size:12px;padding:0}
img,a img{border:0;margin:0;padding:0;}
a{outline-style:none;color:#000;text-decoration:none}
a:hover{text-decoration:none;}
a:focus {outline-style:none; -moz-outline-style: none;}
.clearfix:after {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix{zoom:1;}
.clear{clear:both; height:0; font-size:0;overflow:hidden;}
.auto{margin-left:auto;margin-right:auto;}
.fl{float:left;}
.fr{float:right;}
.show{display:block!important;}
.hide{display:none!important;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
/*base End
=================================*/

/*Public Start
=================================*/
body, html {
    color: #444;
    font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft YaHei","微软雅黑",PingHei,STHeiti,"\5B8B\4F53",SimSun,"宋体",sans-serif;
    font-size: 62.5%;
}
body {
    font-size: 1.5rem;font-size:15px;
	/*background: url(bg_body_ipc20.png) no-repeat top center #fdf7eb;*/
	background: -webkit-linear-gradient(top, #8d0901 0, #fdf7eb 48%); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #8d0901 0, #fdf7eb 48%); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #8d0901 0, #fdf7eb 48%); /* Firefox 3.6 - 15 */
	background: linear-gradient(top, #8d0901 0, #fdf7eb 48%); /* 标准的语法（必须放在最后） */
}
ul,li{
	list-style:none;
}
img{
	width: 100%;
}
@media \0screen\,screen\9 {img{width: auto;}}
a {
    color: #444;
    text-decoration: none;
}
a:hover,a:focus {
    color: #b21a05;
    text-decoration: none;
}
time{
	font-family: roboto-regular, Arial," sans-serif";
}
.mt2{margin-top: 2px;}
.mt3{margin-top: 3px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 25px;}
.pl5{padding-left: 5px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pl20{padding-left: 20px;}
.pr5{padding-right: 5px;}
.pr10{padding-right: 10px;}
.pr15{padding-right: 15px;}
.pr20{padding-right: 20px;}
.pd0{padding: 0;}
.pl0{padding-left: 0;}
.pr0{padding-right: 0;}
.prl15{padding: 0 15px;}
.bg-fff{background: #fff;}
.bgnone{background: none;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
@media screen and (min-width: 992px) {
	.txtdot{
		overflow: hidden; /*自动隐藏文字*/
		text-overflow: ellipsis;/*文字隐藏后添加省略号*/
		white-space: nowrap;/*强制不换行*/
	}
}
/*Public End
=================================*/

/*Header Start
===================================================================================================*/
header{
	background: url(bg_body_ipc20.png) no-repeat center 0;
}
header img{
	width: 100%;
	margin: 10px 0;
}
header .logo img{
	max-width: 90%;
}
/*Header End
===================================================================================================*/


/*Header Start
===================================================================================================*/
footer img{
	width: auto;
	margin: 20px 0;
}
footer p{
	color: #5f0405;
	margin-top: 40px;
	line-height: 2;
	
}
/*Header End
===================================================================================================*/





@media screen and (max-width: 767px) {}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 1169px) {}

@media screen and (min-width: 768px) {
	header img{
		margin: 20px 0;
		max-width: 80%;
	}
	header .logo img{
		max-width: 70%;
	}
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1170px) {
	header img{
		width: auto;
		margin: 30px 0;
		max-width: 100%;
	}
	header .logo img{
		max-width: 100%;
	}
}




























