.bann-box{
    width: 7.5rem;
    height: auto;
    overflow: hidden;
    position: relative;
}
.bann-box .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bann-box .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bann-img{
    width: 7.5rem;
    height: auto;
}
.bann-box .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.05rem;
    text-align: center;
    color:#000;
    border-radius: 2px;
    opacity: 1;
    background: rgba(255,255,255,0.8);
}
.bann-box .swiper-pagination-bullet-active {
    color:#fff;
    width: 0.4rem;
    background: rgba(51,122,183,.8);
}
:root{
    --swiper-theme-color:#337ab7 !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0.2rem !important;
}
.in-menu{
    width: 7.5rem;
    height: auto;
    padding: 0.3rem 0 0 0;
    font-size: 0.24rem;
    overflow: hidden;
}
.in-menu dl{
    display: block;
    width: 25%;
    height: 1.6rem;
    float: left;
    text-align: center;
}
.in-menu dl dt{
    display: block;
    width: 100%;
    height: 0.9rem;
}
.in-menu dl dt img{
    height: 0.8rem;
    opacity: 0.8;
}
.in-menu dl a dd{
    display: block;
    width: 100%;
    height: 0.7rem;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.in-title{
    width: 7.5rem;
    height: 0.8rem;
    font-size: 0.32rem;
    line-height: 0.8rem;
    text-align: center;
    padding-top: 0.4rem;
    color: #444;
    position: relative;
}
.in-title span{
    display: block;
    width: 0.6rem;
    height: 0.05rem;
    background: #337ab7;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.3rem;
}
.in-project-box{
    width: 6.9rem;
    height: auto;
    overflow: hidden;
    padding: 0.3rem;
    font-size: 0.28rem;
}
.in-project-box dl{
    width: 6.9rem;
    height: 1.7rem;
    overflow: hidden;
    background: #f5f5f5;
}
.in-project-box dl dt{
    width: 3.9rem;
    float: left;
    height: 1.7rem;
}
.in-project-box dl dt img{
    width: 3.9rem;
    height: 1.7rem;
}
.in-project-box dl dd{
    display: block;
    width: 3rem;
    height: 1.7rem;
    float: left;
    box-sizing: border-box;
    padding: 0.3rem;
}
.in-project-box dl dd h2{
    font-size: 0.34rem;
    color: #444;
}
.in-project-box dl dd span{
    color: #999;
    padding-top: 0.15rem;
    display: block;
    font-size: 0.26rem;
}
.in-project-box dl:nth-child(2n){
    margin: 0.2rem 0;
}
.in-project-box dl:nth-child(2n) dt{
    float: right;
}
.in-project-box dl:nth-child(2n) dd{
    text-align: right;
}
.page-ban{
    width: 7.5rem;
    /* height: 2.5rem; */
    height: auto;
    overflow: hidden;
    position: relative;
}
.page-ban img{
    /* height: 2.5rem;
    position: absolute;
    left: -25%; */
    width: 100%;
}
.page-ban text{
    display: block;
    width: 100%;
    height: 1.4rem;
    line-height: 2.0rem;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0 ;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-size: 0.5rem;
}
.page-ban span{
    display: block;
    width: 40%;
    height: 1.5rem;
    overflow: hidden;
    position: absolute;
    left: 30%;
    top: 1.4rem;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-size: 0.28rem;
    border-top: solid 0.02rem #fff;
}
.pro-box{
    width: 6.9rem;
    height: auto;
    padding: 0.3rem;
    overflow: hidden;
}
.pro-title{
    width: 100%;
    height: 0.8rem;
    font-size: 0.34rem;
    text-align: center;
    line-height: 0.76rem;
    position: relative;
    font-weight: bold;
    color: #444;
}
.pro-title span{
    display: block;
    width: 60%;
    height: 0.02rem;
    background: #444;
    position: absolute;
    top: 0;
    left: 20%;
}
.pro-title span+span{
    top: auto;
    bottom: 0;
}
.pro-title img{
    width: 0.4rem;
}
.menu-po{
    display: none;
    width: 6rem;
    height: 6rem;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -3rem 0 0 -3rem;
    z-index: 1000;
}
.menu-po-tit{
    width: 6rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.34rem;
    position: relative;
    box-sizing: border-box;
    padding: 0 0.3rem;
    color: #444;
}
.menu-po-tit span{
    display: block;
    width: 0.6rem;
    height: 0.04rem;
    background: #337ab7;
    position: absolute;
    bottom: 0;
    left: 0.3rem;
}
.shut-btn{
    position: absolute;
    right: 0.3rem;
    top: 50%;
    width: 0.5rem;
}
.menu-po-list{
    width: 6rem;
    height: 4.4rem;
    box-sizing: border-box;
    padding:0 0.3rem;
    margin: 0.3rem 0;
    overflow-y: auto;
    font-size: 0.3rem;
}
.menu-po-list a{
    display: block;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
}
.menu-po-list a.nav{
    color: #337ab7;
}
.menu-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,.5);
    display: none;
}
.product-list-box{
    width: 6.9rem;
    height: auto;
    padding: 0.3rem 0 0 0;
    overflow: hidden;
}
.product-list-box{
    width: 6.9rem;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
}
.product-list-box dl{
    display: block;
    width: 3.3rem;
    height: auto;
    float: left;
    overflow: hidden;
}
.product-list-box dl:nth-child(2n){
    margin-left: 0.3rem;
}
.product-list-box dl dt{
    display: block;
    width: 3.3rem;
    height: 3.3rem;
    overflow: hidden;
    background: #f5f5f5;
}
.product-list-box dl dt img{
    min-width: 3.3rem;
    max-height: 3.3rem;
    min-height: 3.3rem;
}
.product-list-box dl dd{
    display: block;
    width: 3.3rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pro-text{
    width: 6.9rem;
    height: auto;
    padding-top: 0.3rem;
    font-size: 0.24rem;
    color: #666;
    line-height: 0.45rem;
    overflow: hidden;
}
.pro-text p{
    padding-bottom: 0.2rem;
}
.pro-text img{
    display: block;
    max-width: 100%;
}
.pdf-list{
    width: 100%;
    height: auto;
    font-size: 0.26rem;
    overflow: hidden;
    margin-bottom: 0.3rem;
    overflow-wrap: break-word;
}
.pdf-list a{
    display: block;
    /* width: 33.33%; */
    float: left;
    height: 0.7rem;
    color: #666;
    text-align: center;
    line-height: 0.7rem;
}
.pdf-list a img{
    width: 0.5rem;
}
.ny-project{
    padding: 0.3rem 0 !important;
}
.h2-title{
    padding-bottom: 0.2rem;
    color: #444;
}
.about-ban{
    width: 6.9rem !important;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 0.3rem;
}
.tell{
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.6rem;
    margin-bottom: 0.2rem;
}
.tell img{
    width: 0.6rem;
    padding-right: 0.2rem;
    display: inline;
}
#dituContent{
    width: 6.9rem;
    height: 5rem;
    font-size: 0.24rem;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap;}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word;}
.blank-btn{
    display: block;
    width: 3rem;
    height: 0.8rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    background: #337ab7;
    color: #fff;
    margin: 0.3rem auto 0 auto;
}
.blank-btn img{
    width: 0.5rem;
    padding-right: 0.1rem;
}