 .banner-call{
     background: url(../images/beijing2.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+ */
    
 }
 .banner-call .banner-title{
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 2;
    white-space: nowrap;
    color: #fff;
 }
.container{
    padding: 0;
    width: calc(100% - 220px);
}
.banner-call .banner-title strong{
    font-size: 40px;
    display: block;
    font-weight: 700;
}   
.banner-call .banner-title span {
    font-size: 24px;
    text-transform: uppercase;
}
.banner-call .banner-title::before {
    display: table;
    content: "";
}
.banner-call .banner-title::after {
    display: table;
    content: "";
}

.banner-call .banner-navUl{
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 0;
    width: 100%;
}

.banner-call .banner-navUl ul{
    background: rgba(255,255,255,0.8);
    padding: 30px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
}
.banner-call .banner-navUl ul li {
    width: 20%;
    font-size: 18px;
    text-align: center;
    position: relative;
}
.banner-call .banner-navUl ul li a {
    color: #525252;
    transition: all 0.3s;
    display: block;
    text-decoration: none !important;
    background-color: transparent;
}
.banner-call .banner-navUl ul li svg{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
    margin-bottom: 15px;
}


.content-call{
    /* background-size: 700px 420px; */
    height: 1320px;
}
.content-call .content-call-title{
    text-align: center;    
    margin-bottom: 70px;
    padding: 100px 0;
}
.content-call .content-call-title span{
    font-size: 30px;
    display: inline-block;
    position: relative;
    color: #000
}
.content-call .content-call-title span:before{
    content: '';
    width: 150px;
    height: 1px;
    background: #000;
    position: absolute;
    left: calc(100% + 25px);
    top: 50%;
    transform: translateY(-50%);
}
.content-call .content-call-title i:first-child {
    left: -25px;
}
.content-call .content-call-title span i{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #474747;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.content-call .content-call-title i:last-child {
    right: -25px;
}

.content-call .content-call-title span:after {
    content: '';
    width: 150px;
    height: 1px;
     background: #000;
    position: absolute;
    right: calc(100% + 25px);
    top: 50%;
    transform: translateY(-50%);
}
.content-call .content-call-title strong {
    font-weight: normal;
    display: block;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}
.content-call-content{
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
h2{
    margin-bottom: 30px;
}
h3{
    margin-bottom: 30px;
}
@media screen and (max-width:760px){
.navbar-default .navbar-nav > li > a {
    color: blue;
}
.navbar-default .navbar-nav > li > a:hover {
    color:#fff;
}
.banner-call .banner-navUl ul li {
    width: 20%;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.banner-call .banner-navUl ul li:nth-last-child(1)::after {
  display: none;
}

.banner-call .banner-navUl ul li::after {
   display: none;
}
    .banner {
    padding-top: 60%;
}
    .banner .container{
        width: 100%;
        /* padding: 2%; */
        padding: 0 15px
    }
    .banner .container ul {
    padding: 10px 0;
    font-size: 14px;

}
.banner .banner-title  ul li {
    font-size: 14px;
}
.banner .banner-title .container strong{
    font-size: 18px;
}
.banner .banner-title .container span{
    font-size: 16px;
}

.banner-call .banner-navUl ul li svg {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.content-call-content img{
    width: 90%;
}
}