#banner .carousel-control {
    top: 0;
    font-size: 50px;
    text-align: center;
    width: 50px;
    height: 100%;
    line-height: 334px;
}

#townBanner .carousel-control.left,
#townBanner .carousel-control.right {
    background-image: none;
}
#banner .banner-img {
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 334px;
}

#banner .slide1 {
    background-image: url("../../static/images/banner-1.jpg");
}

#banner .slide2 {
    background-image: url("../../static/images/banner-2.jpg");
}

#banner .slide3 {
    background-image: url("../../static/images/banner-3.jpg");
}
#banner .slide4 {
    background-image: url("../../static/images/banner-4.png");
}
#banner .slide5 {
    background-image: url("../../static/images/banner-5.jpg");
}
#banner .slide6 {
    background-image: url("../../static/images/banner-6.jpg");
}
#banner .slide7 {
    background-image: url("../../static/images/banner-7.jpg");
}
.town-service-part li {
    margin-bottom: 20px;
    font-size: 16px;
    border: 1px solid #ddd;
}

.town-service-part li a {
    display: block;
    padding: 17px 0;
}

.town-service-part li a:hover {
    color: #333;
    text-decoration: none;
    background-color: #d8e4f0;
}

.town-service-part li .img-div {
    width: 60px;
    margin: 0 20px;
}

.town-service-part .service-name {
    line-height: 50px;
}

.town-type-part > div {
    float: left;
    width: 50%;
    text-align: center;
}

.town-type-part .item {
    padding: 20px 0;
    cursor: pointer;
}
.town-type-part .item.selected{
    font-weight: 700;
}

.town-type-part .town-china {
    padding-right: 3px;
}

.town-type-part .town-foreign {
    padding-left: 3px;
}

.town-type-part .font-big {
    font-size: 18px;
}

/* 小镇地图 start */
#townBanner .item{
    padding: 0 10px;
}
.city-list > li {
    float: left;
    width: 14.28%;
    padding: 0 2px;
    text-align: center;
}
.city-list div{
    padding: 5px 0;
    cursor: pointer;
}
#townBanner .carousel-control{
    width: 20px;
    font-size: 40px;
    line-height: 20px;
}
#townBanner .carousel-control.left{
    left: -10px;
}
#townBanner .carousel-control.right{
    right: -10px;
}
.map-part{
    height: 460px;
    padding: 0 10px;
}

/* 小镇地图 end */

/* 发展动态 start */
.development-part .title {
    margin-bottom: 10px;
    font-weight: 700;
}

.development-part .col-sm-5 {
    padding-left: 0;
}

.development-part .img-div {
    height: 90px;
}

.ion-list {
    list-style: url("../../static/images/ion.png") inside;
}

.ion-list > li {
    margin-bottom: 10px;
    font-size: 16px;
}

.ion-list .title {
    font-weight: normal;
}

/* 发展动态 start */

/* 小镇指数 start */
.order-list .order-block {
    padding-right: 5px;
    text-align: right;
    color: #fff;
}

.order-list .col-sm-7 {
    padding-right: 5px;
}

.order-list .col-sm-5 {
    padding-left: 0;
}

.order-list li {
    margin-bottom: 3px;
    line-height: 26px;
}

.town-index {
    width: 100%;
    height: 190px;
    padding: 10px 0;
}

/* 小镇指数 end */

/* 联盟 start */
.union-part {
    padding: 7px 7px 0;
}

.union-depth-1,
.union-depth-2 {
    margin-bottom: 7px;
    text-align: center;
}

.union-depth-1 {
    padding: 10px 0;
    font-size: 18px;
}

.union-depth-2 {
    padding: 5px 0;
    font-size: 16px;
}

/* 联盟 end */

/* 平台列表 start */
.platform-list {
    margin: 30px 0;
}

.platform-list li {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}

.platform-list li div {
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    background-size: cover;
    color: #fff;
}

.back-1 {
    background: url("../../static/images/back-1.png") no-repeat center;
}

.back-2 {
    background: url("../../static/images/back-2.png") no-repeat center;
}

.back-3 {
    background: url("../../static/images/back-3.png") no-repeat center;
}

.back-4 {
    background: url("../../static/images/back-4.png") no-repeat center;
}

.back-5 {
    background: url("../../static/images/back-5.png") no-repeat center;
}

.back-6 {
    background: url("../../static/images/back-6.png") no-repeat center;
}

.back-7 {
    background: url("../../static/images/back-7.png") no-repeat center;
}

/* 平台列表 end */
.img-border{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.info-list-1 .img-border{
    height: 190px;
}
.info-list-2 .img-border{
    height: 147px;
}
.img-border .img-div{
    transition: all 1000ms ease;
    height: 100%;
}
.img-border:hover .img-div{
    width: 110%;
}
.img-border .title{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 7px 0;
    text-align: center;
}
.img-border:hover .title{
    font-weight: 700;
}
.img-border a{
    text-underline: none;
}
