@charset "utf-8";
.text_main {
    position: absolute;
    bottom: 10%;
    left: 44%;
    width: 13%;
    z-index: 1;
}
.tt1_sec {
    background: url(../images/tt1_bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 7% 0;
    text-align: center;
}
.tt2_sec {
    background: url(../images/tt2_bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 7% 0;
    text-align: center;
}

.tt3_sec {
    background: #fff url(../images/tt3_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 7%;
    text-align: center;
}/*
.tt3_sec h3 {
    float: left;
    width: 10%;
    margin-right: 10%;
}
.tt3_sec .left {
    float: left;
    width: 80%;
}*/
.tt4_sec {
    background: url(../images/tt4_bg.jpg) center;
    background-size: 100%;
    padding: 7% 4%;
}
.tt4_sec a {
	color: #333333;
}
.style_box01 {
	margin-bottom: 8%;
	width: 100%;
}
.style_box01 .img_box01 {
	float: left;
	width: 45%;
}
.style_box01 .txt_box01 {
	float: right;
	width: 50%;
}
.news_sec {
	padding: 7% 0;
}
.news_sec .tittle_news {
	margin-bottom: 5%;
}
.content_news {
	height: 200px;
	padding: 0 2%;
	overflow: auto;
}
.content_news dl {
	border-bottom: 1px solid #000;
	padding: 10px 0;
}
.content_news dl a {
	color: #333;
	text-decoration: none;
}