﻿/*banner*/

.banner {
    width: 100%;
    height: auto;
    margin: auto;
}
.bannerimg img {
    width: 100%;
/*    height: 100%;*/
    display: block;
}


/*运营模式*/

#zy {
    width: 100%;
    height: auto;
    font-family: "微软雅黑";
    background: url(../img/y02.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}
.zy {
    width: 80%;
    height: 100%;
    padding: 0 10%;
}
.zy_title {
    width: 100%;
    padding-top: 6%;
    text-align: center;
}
.zy_title p {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 50px;
    color: #02A274;
}
.zy_title span {
    font-size: 18px;
    color: grey;
}
.zy_box {
    width: 50%;
    height: auto;
    float: right;
    overflow: hidden;
    padding-top: 6%;
}
.zy_box_title {
    width: 100%;
    height: 80px;
    font-size: 36px;
    color: #7F8382;
}
.zy_box_text {
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #585755;
    overflow: hidden;
    padding-bottom: 65%;
}
.zy_box_text p {
    line-height: 1.5;
}
.tagContent {
    width: 85%;
    height: auto;
    margin: auto;
}
.tagContent ul li {
    display: block;
    width: 30%;
    margin: 2.5% 0 0 2.5%;
    text-align: center;
    float: left;
    position: relative;
    cursor: pointer;
}
.tagContent img {
    display: block;
    width: 100%;
    height: auto;
}
.tagContent li p {
    width: 100%;
    height: 100%;
    line-height: 150%;
    font-size: 28px;
    top: 0;
    left: 0;
    text-align: center;
    color: white;
    background: rgba(102, 100, 100, 0.9);
    position: absolute;
    transition: 0.3s;
}
.tagContent li span {
    line-height: 220%;
    font-size: 16px;
    text-align: center;
    color: white;
    border: 1px solid #FFFFFF;
    width: 33%;
    padding: 3px 15px;
}
.tagContent li span a {
    color: white;
}
.tagContent li:hover p {
    background: transparent;
    color: transparent;
}

.jkjr {
    width: 100%;
    background: url(../img/y04.jpg) right bottom no-repeat;
    background-size: 55% 70%;
    -moz-background-size: 55% 70%;
    height: 800px;
}
.jkjr_b_l {
    float: left;
    width: 40%;
}
.jkjr_b_l p {
    font-size: 16px;
    color: #898989;
    line-height: 200%;
	text-align:left;
}
.jkjr_b_l p.title {
    font-size: 26px;
    color: #0dac67;
	text-align:center;
}
.jkjr_b_l p.title1 {
    font-size: 26px;
    color: #0dac67;
	text-align:center;
	margin-bottom:30px;
}

.ylfw {
    width: 100%;
    background: #E8E8E4 url(../img/y05.jpg) left top no-repeat;
    height: 990px;
}
.ylfw_b_l {
    float: right;
    width: 45%;
}
.ylfw_b_l p {
    font-size: 16px;
    color: #898989;
    line-height: 200%;
}
.ylfw_b_l p.title {
    font-size: 26px;
    color: #0dac67;
}

@media (max-width: 1080px) {

.zy_box_text {
	padding-top: 10%;
	padding-bottom: 55%;
}
.tagContent li p {
		font-size: 250%;
	}

}