.newtle{
    padding: 60px 0 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newtle h4{
    font-size: 24px;
    color:#333;
    font-weight: 400;
    margin: 0 25px;
}
.newtle span{
    width: 30px;
    height: 1px;
    background: #333;
}

/*轮播图开始*/
.yaowenright{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.yaowenright .hd {
    position: absolute;
    bottom:10%;
    left:50%;
    z-index: 8;
    transform: translateX(-50%);
    overflow: hidden;
}

.yaowenright .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.yaowenright .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 6px;
    background: #fff;
}

.yaowenright .hd ul li.on {
    background: #124191;
}

.yaowenright .bd ul {
    width: 100%;
    overflow: hidden;
}

.yaowenright .bd ul li {
    width: 100%;
    display: block;
}

.yaowenright .bd ul li a{
    width: 100%;
    display: block;
}

.yaowenright .bd ul li a img{
    width: 100%;
    vertical-align: middle;
}
.pro3ul{
    padding-bottom: 10px;
    width: 100%;
}
.pro3ul li{
    float: left;
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 20px;
}
.pro3ul li:nth-child(4n){
    margin-right: 0;
}
.pro3ul li .pro3img{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.pro3ul li .pro3img img{
    width: 100%;
    vertical-align: middle;
}

.pro3ul li .pro3cont{
    padding: 0 5%;
    width: 100%;
    height: 52px;
    line-height: 52px;
    border:1px solid #e8e8e8;
    font-size: 14px;
    color:#333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro3ul li .pro3img .pro3pa{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 36px;
    height: 24px;
    border:2px solid #fff;
    border-radius: 12px;
    text-align: center;
}
.pro3ul li .pro3img .pro3pa img{
    width: 8px;
    margin: 0 auto 4px;
}
.pro3ul li:hover .pro3img .pro3pa{
    background: #219ed9;
    border:2px solid #219ed9;
}


.pro2btn{
    padding-bottom: 50px;
    margin-top: 14px;
    text-align: center;
}
.pro2btn>a{
    padding: 14px 54px;
    font-size: 14px;
    color:#60606c;
    border:1px solid #dedede;
}