.header .banner-navUl a{
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.banner-call .banner-navUl ul {
    justify-content: space-around;
}

.banner-call .banner-navUl ul li:nth-last-child(2)::after{
    content: '';
    width: 0;
    border-right: 1px dashed #ccc;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    border-color: #999;
}


.content-call .container{
    padding: 0 8%;
}
.content-call ul {
    padding: 60px 0;

    
}
.content-call ul li a:hover {
    background: #fff;
    cursor: pointer;
    color:cornflowerblue;
    box-shadow: 1px 1px 5px #777; 
}
.content-call ul li a:hover img{  
    transition: all 0.5s;
    transform: scale(1.5,1.5);

}

.content-call ul li a:hover h3{  
    color:#337ab7
}
.content-call ul li a:hover span{  
    color:#337ab7
}
.content-call ul li a{
    width:100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #f4f4f4;
    transition: all 0.3s;
    overflow: hidden;
    text-decoration: none;

}
.content-call ul li a{
    width:100%
}
.content-call ul li .img1{
    width:23%;
    overflow: hidden;
}
.content-call ul li .num1{
    width:11%;
    margin-left: 3%;
    font-size: 18px;
    transition: all 0.3s;
    color: #777;
}
.content-call ul li .title-1{
    width:60%;
    font-size: 18px;
}
.content-call ul li img{
    width:100%;
    height: 198px;
    transition: all 0.5s;

}
.content-call ul li span{
    font-size: 40px;
    display: block;
}
.content-call ul li  .title-1 h3{
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
}
.content-call ul li  .title-1 p{
    color: #666;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#navigation{
    text-align: center;
    margin-top: -5%;
    padding-bottom: 3%;
}
.banner{
    background: url(../images/new_banner.jpeg) center no-repeat;
    background-size: cover;
    padding-top: 38%;
    position: relative;
    width: 100%;
    /* height: 6px; */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}



@media screen and (max-width:760px){
.banner .container ul li :after {
    content: '';
    width: 0;
    border-right: 1px dashed #ccc;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    border-color: #999;
}

.navbar-default .navbar-nav > li > a {
    color: blue;
}
.navbar-default .navbar-nav > li > a:hover {
    color:#fff;
}
    .banner {
    padding-top: 60%;
}
    .banner .container{
        width: 100%;
        /* padding: 2%; */
        padding: 0 15px
    }
    .banner .container ul {
    padding: 10px 0;
}
.banner .container ul li {
    font-size: 14px;
}
.banner .container strong{
    font-size: 18px;
}
.banner .container span{
    font-size: 16px;
}
.banner-call .banner-navUl ul li svg {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}


    .content-call {
    /* background-size: 700px 420px; */
    height:auto;
}
    .content-call .container{
        /* background: plum; */
        width: 100%;
        padding: 2%;

    }
    .content-call ul li .img1{
        width: 0;
}
   .content-call ul li .num1{
    width:20%;
    margin-left: 3%;
    font-size: 18px;
    transition: all 0.3s;
    color: #777;
}
.content-call ul li .title-1{
    width:60%;
    font-size: 18px;
}
.content-call ul li img{
    display: none;
}
.content-call ul li span{
    font-size: 20px;
    display: block;
}


}


