.gg {
    position: relative;
    margin: 0 auto;
}
.gg>img {
    width: auto;
    height: 290px;
    max-width: 100%;
}
.gg .txt {
	position: absolute;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 1200px;
}
.gg .txt .title {
	margin: 30px auto;
	display: flex;
    align-items: center;
    justify-content: center;
}

.gg .txt .title h3 {
	color: #333;
	font-size: 30px;
    font-weight: 600;
	line-height: 35px;
    letter-spacing: 5px;
	margin: 0;
}
.gg .txt .title h4 {
	color: #333;
	font-size: 20px;
    font-weight: 600;
	line-height: 20px;
    letter-spacing: 5px;
	margin: 0 0 0 15px;
    padding: 8px 30px;
    background: #f1ce1a;
    -moz-box-shadow:-1px 2px 5px #333333; 
    -webkit-box-shadow:-1px 2px 5px #333333;
    box-shadow:-1px 2px 5px #333333;
}
.gg .txt .gg_list {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
}
.gg .txt .gg_list .itme {
	margin: 0 15px;
}
.gg .txt .gg_list .itme img {max-width: 100%;}



.ldfw {
	position: relative;
	margin: 0 auto;
	height: 369px;
	background: url("../images/ldfw_bg.jpg") center center no-repeat;
	background-size: cover;
}
.ldfw .txt {
	width: 1200px;
	margin: 0 auto;
}
.ldfw .txt ul {margin: 0;}
.ldfw .txt ul li {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin: 80px auto;
}
.ldfw .txt .left_txt {
	position: absolute;
    left: 27%;
    right: auto;
    top: 5px;
    bottom: 0;
}
.ldfw .txt .right_txt {
	position: absolute;
    right: 18%;
    left: auto;
    top: 5px;
    bottom: 0;
}
@media (max-width: 1450px) {
	.ldfw .txt .left_txt {left: 24%;}
	.ldfw .txt .right_txt {right: 14%;}
}
@media (max-width: 1300px) {
	.ldfw .txt .left_txt {left: 21%;}
	.ldfw .txt .right_txt {right: 10%;}
}


.ys_bg_txt {
	position: relative;
	margin: 0 auto;
	height: 200px;
	background: #fe994b;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.ys_bg_txt .txt {
	width: 1200px;
	margin: 0 auto;
}
.ys_bg_txt h3 {
	color: #fff;
	font-size: 40px;
    font-weight: 500;
	line-height: 45px;
	text-align: center;
	letter-spacing: 3px;
	margin: 0 auto;
}


