.wrap-inner {
    width: 1200px;
    height: 100%;
}

.wrap-tab {
    width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.wrap-btn {
    width: 200px;
    background: #D3D3D3;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 130%;
}

.wrap-btn.active {
    background: #0171c0;
    color: #fff;
}

/* 滇中新区 */
.content-main {
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin: 0 auto;
}

/* 滇中新区头部 */
.content-one {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

/* 滇中新区头部左边 */
.content-left {
    /* width: 550px;
    height: 300px;
    border: 4px solid red;
    background: aquamarine;
    position: relative; */
    margin-left: -80px;
}

.content-image {
    /* position: absolute;
    top: 20px;
    left: 20px;
    border: 1px solid red; */
    width: 700px;
}

/* 滇中新区头部右边 */
.content-heade {
    font-size: 230%;
    font-weight: bold;
}

.content-headeTwo {
    font-size: 180%;
    color: #D3D3D3;
    margin-bottom: 10px;
}

.content-headeThree {
    color: #696969;
    font-size: 105%;
    line-height: 30px;
}

/* 滇中新区content */
.content-two {
    /* border: 1px solid black; */
    padding: 10px 40px;
    background: #F5F5F5;
}

.content-flot {
    font-size: 130%;
    font-weight: bold;
    color: #0171c0;
    margin-bottom: 10px;
    margin-top: 20px;
}

.content-flot-margin {
    margin-bottom: 10px;
}

/* 安宁市图片更改 */
.content-an-image {
    width: 450px;
}

/* 安宁市中部 */
.content-an-two {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    /* width: 1100px; */
}

.content-an-flot {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #C0C0C0;
    width: 250px;
    align-items: center;
}

.content-an-border {
    border: none;
}

.content-an-font {
    font-size: 200%;
    font-weight: bold;
    color: #0171c0;
    /* border: 1px solid red; */
}

/* 安宁市中部下 */
.content-an-title {
    margin-top: 40px;
}

.content-tab-head {
    margin-right: 100px;
}

.content-tab-title {
    font-weight: bold;
    font-size: 200%;
    color: #0171c0;
    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.content-tab-flot {
    width: 600px;
    height: 280px;
    padding-left:  40px;
    padding-right: 40px;
    padding-top: 20px;
    background: #F5F5F5;
    position: relative;
    left: -30px;
    color: #696969;
    font-size: 120%;
    line-height: 30px;
}
/* 安宁市人民生活 */
.content-tab-flot1{
    width: 600px;
    height: 300px;
    padding-left:  40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #F5F5F5;
    position: relative;
    left: -30px;
    color: #696969;
    font-size: 120%;
    line-height: 30px;
}

/* 安宁市底部切换按钮 */
.content-tab-floot {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: -20px;
}
.content-an-three{
    width: 100%;
}
.content-tab-one {
    border-top: 2px solid #C0C0C0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top:90px ;
}
.content-tab-btn{
    border-radius: 50%;
    background: #C0C0C0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: -5px;
}
.content-tab-btn.active{
    background: #0171c0;
    color: #fff;
}

/* 安宁工业园区 */
.three-park{
    display: flex;
    flex-direction: column;
}
.three-park-head{
    width: 100%;
    /* height: 500px; */
    background:#fff
}
.three-park-floot{
    width: 100%;
    /* height: 500px; */
    background:	#F5F5F5;
    margin-bottom: 30px;
    
}
.three-park-content{
    display: flex;
    flex-direction: column;
}
.three-park-top{
    display: flex;
    justify-content: space-between;
}
.three-park-right{
    margin-left: 80px;
}
.three-park-img{
    overflow: hidden;
  flex-shrink: 0;
}
.three-park-img>img{
    transition: all 0.8s ease 0s;
}
.three-park-img>img:hover{
    transform: scale(1.1);
}
.three-park-headeTwo{
    font-size: 180%;
    color: #D3D3D3;
    margin-bottom: 10px;
}
.activeone{
    color: #0171c0;
}
.park-three-font{
    font-size: 150%;
    margin-left: 10px;
    border-bottom: 2px solid #C0C0C0;
    padding: 7px 0;
    color: #0171c0;
}
.park-three-margin{
    font-size: 120%;
    line-height: 30px;
    margin-top: 20px;
    color: #808080;
}
.three-park-inner{
    margin:0 auto;
    width: 1200px;
    padding-top: 40px;
}
.park-flex{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
/* .three-img{
    text-align: center;
} */