.aybaer{
    margin-left: 140px;
}
.aybaer h1{
    padding-top: 90px;
    font-size: 36px;
    color:#333;
    font-weight: 400;
}
.aybaer h6{
    /*padding: 20px 0 50px;*/
    font-size: 20px;
    color:#696969;
    font-weight: 400;
}
.aybaer>p{
    font-size: 14px;
    color:#219ed9;
}
.aybaer>p>b{
    font-size: 36px;
    margin-right: 5px;
}
.aybaer>.bannerbtn{
    margin-top: 30px;
    width: 180px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color:#fff;
    text-align: center;
    background: #9dc55b;
}
.banner{
    background: #e2e3e5;
}
.yaowenright{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banneraypa{
    position: absolute;
    top:0;
    left:0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.yaowenright .hd {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 8;
    overflow: hidden;
    /*background: red;*/
}
.yaowenright .next,.yaowenright .prev{
    position: absolute;
    top:50%;
    z-index: 10;
    transform: translateY(50%);
    width: 30px;
    height: 60px;
    border-radius: 3px;
}
.yaowenright .next:hover,.yaowenright .prev:hover{
    background: #717172;
}
.yaowenright .next img,.yaowenright .prev img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 200;
    width: 10px;
    height: 17px;
}
.yaowenright a.next{
    left:0;
}
.yaowenright a.next:hover img{
    content: url("../images/jleft.png");
}
.yaowenright a.prev{
    right:0;
}
.yaowenright a.prev:hover img{
    content: url("../images/jright.png");
}
.yaowenright .hd ul {
    bottom:6%;
    left:50%;
    transform: translateX(-50%);
    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: #717172;
}

.yaowenright .hd ul li.on {
    background: none;
    border:2px solid #219ed9;
}

.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;
}

.interul{
    padding: 50px 0 20px;
    width: 100%;
}
.interul li{
    float: left;
    width: 23.75%;
    margin-right: 1.33%;
    margin-bottom: 20px;

}
.interul li:nth-child(4n){
    margin-right: 0;
}

.interul li .inerimg{
    position: relative;
    width: 100%;
}
.interul li .inerimg img{
    width: 100%;
    vertical-align: middle;
}
.interul li .interpa{
    display: none;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: url("../images/bg4.png") repeat center center;
}
.interul li .interpa>a{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 70px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color:#fff;
    text-align: center;
    background: #9dc55b;
}
.interul li .intercont{
    padding-top: 16px;
    width: 100%;
    height: 115px;
    border:1px solid #e2e2e2;
    border-top: none;
    text-align: center;
}
.interul li .intercont h6{
    font-size: 18px;
    color:#333;
    font-weight: 400;
}
.interul li .intercont>p{
    padding: 6px 0 8px;
    font-size: 14px;
    color:#757575;
}
.interul li .intercont>span{
    font-size: 14px;
    color:#219ed9;
}
.interul li .intercont>span>b{
    font-size: 24px;
    color:#219ed9;
    margin-right: 5px;
}
.interul li:hover{
    box-shadow: 1px 14px 25px #d8d8d8;
}
.interul li:hover .interpa{
    display: block;
}
.interul li:hover .intercont{
    border: none;
}

.jimobile{
    display: none;
}