@charset "utf-8";
/* CSS Document */

.slogan{
	width:1200px;
	height:auto;
	position:relative;
	}
.slogan img{
	width:1200px;
	}
.slogan_1{
	position:absolute;
	left:260px;
	top:30px;
	color:#c51c1e;
	font-size:25px;
	}
.slogan_2{
	position:absolute;
	right:260px;
	top:30px;
	color:#c51c1e;
	font-size:25px;
	}
.title{
	width:1200px;
	height:75px;
	background:url(../images/2.png) left no-repeat;
	color:#ffffff;
	line-height:85px;
	text-align:left;
	padding-left:65px;
	font-size:18px;
	margin-bottom:20px;
	}

