/*焦点图*/
.slideBox {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 750px;
    height: 200px;
    margin-bottom: 3em;
}

.slideBox .hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.slideBox .hd li {
    display: inline-block;
    width: 20px;
    height: 4px;
    background: #333;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
}

.slideBox .hd li.on {
    background: #fff;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li {
    position: relative;
    text-align: center;
    height: 200px;
}

.slideBox .bd li img {
    vertical-align: top;
    width: 100%;
    height: 200px;
    /*height:100%;*/
}

.slideBox .bd li a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: block;
}

/* ?????????????? */
.slideBox .bd li .tit {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: left;
}



header{
    background: linear-gradient(to right, #6abfbb, #47a09c);
    height: 55px;
    line-height: 55px;
}
.cd-nav-trigger .cd-nav-icon{
    width: 16px;
}

.banner{
    margin-top: 70px;
}
.banner .swiper{
    width:92%;
    margin: 15px auto 15px;
    background: #e6e6e6;
    border-radius: 10px;
}
.banner .swiper-horizontal>.swiper-pagination-bullets{
    width: 35%;
    left: 0;
    bottom: 15px;
}
.banner .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: unset;
    opacity: unset;
}
.banner .swiper-pagination-bullet-active {
    background-color: #47a09c;
}

.dlNav{
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 92%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 20px 0% 10px;
    box-sizing: border-box;
    /*box-shadow: 0px 1px 10px 1px #eee;*/
    display: flex;
    flex-wrap: wrap;
}
.dlNav a{
    display: inline-block;
    width: 25% !important;
    text-align: center;
    color: #333;
    font-size: 13px;
    margin: 0;
    margin-bottom: 10px;
}
.dlNav a p{
    margin-bottom: 8px;
}
.dlNav a img {
    width: 25px;
    margin: 0 auto;
}

.screen{
    width: 92%;
    margin: 0 auto;
    display: flex;
    margin-top: 5px;
    margin-bottom: 25px;
}
.screen li{
    width: 20%;
    font-size: 14px;
    color: #333;
}
.screen li img{
    width: 8px;
    margin-left: 5px;
}
.screenBox{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
.dateBox, .siteBox, .industryBox{
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%,0);
    padding: 10px 4% 15px 4%;
    display: none;
}
.industryBox{
    top: 30%;
}
.boxTit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}
.boxTit h3{
    font-size: 18px;
    font-weight: bold;
}
.boxTit p{
    font-size: 28px;
}
.conBox{
    width: 100%;
    margin-top: 25px;
}
.conBox ul{
    width: 100%;
}
.conBox ul li{
    width: 22%;
    padding: 10px 0;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    text-align: center;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
}
.conBox ul li.conAct{
    background-color: #e9f3f3;
    color: #47a09c;
}

.tit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4%;
}
.tit h4{
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 20px;
}
.tit h4 a{
    color: #333;
}
.tit .more{
    float: right;
    font-size: 12px;
    color: #808080;
    padding-right: 12px;
    background: url(https://img.in-en.com/resfile/mobile/img/arrow-r.jpg) no-repeat right center;
    background-size: 8px auto;
    line-height: 19px;
}

.module {
    margin-bottom: 2em;
}
.pd{
    padding: 0 4%;
}
.newsList .list:last-child{
    border-bottom: unset;
}
.list, .nopic{
    position: unset;
    overflow: unset;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list {
    padding: 1.5em 0;
    border-bottom: .1rem solid #eeeeee;
}
.listPic{
    float: unset;
    margin-right: unset;
    padding-top: unset;
    position: unset;
    width: 45%;
}
.listPic img{
    height: auto;
    position: unset;
    line-height: unset;
    pointer-events: unset;
    border-radius: 5px;
}
.listText{
    float: unset;
    width: 52%;
}
.listText h4, .pic3_title{
    color: #333;
    font-size: 17px;
    min-height: 46px;
    max-height: 50px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.listText p, .pic3_text p{
    margin-top: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.listText p.data i, .listText p.city i,
.pic3_text p.data i, .pic3_text p.city i{
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 6px;
    margin-top: 1px;
}
.listText p.data i, .pic3_text p.data i{
    background-color: #47a09c;
}
.listText p.city i, .pic3_text p.city i{
    background-color: #f1a160;
}
.listText p.city{
    color: #666;
}
.listText p span, .pic3_text span{
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.listText li, .pic3_text li{
    width: 60px;
    padding: 2px 8px;
    box-sizing: border-box;
    background-color: #eb5652;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
}
.pic3_text{
    width: 100%;
}

/*底部*/
footer{position: fixed;left:0;bottom:0;width:100%;height: 70px;background: #fff;border-top: 1px solid #f0f0f0;z-index: 99;}
footer a{width: 19.2%;display:inline-block;margin:0;padding: 37px 0 0;text-align:center;font-size: 1.5rem;color:#5f5f5f;}
footer a.on{background-position: center -94px;color:#00a67c;}
.hei100{height: 70px;}