.cc_header {
    width: 100%;
    height: 100px;
    padding: 0 100px;

    position: relative;
    z-index: 2;
}

@media (max-width: 1400px) {
    .cc_header {
        padding: 10px;

    }

}

.left_logo {
    float: left;
    line-height: 100px;
    height: 100%;
}

.right_nav {
    float: left;
    display: -webkit-box;
    line-height: 100px;
    height: 100%;
	    position: relative;
    left: 100px;
}

.ff_navitem {
    width: 120px;
    height: 100%;
    color: #121212;
    line-height: 100px;
    text-align: center;
    float: left;
	    font-size: 16px;
}

.logomobilebtn {
    display: none;
}

.LangChangeBox {
    float: right;
    margin-top: 37px;
    height: 40px;
    font-size: 0;
}
.cc_container{
    width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1200px) {

    .cc_container{
        width: 95%;
        margin: 0 auto;
    }
    .logomobilebtn {
        display: block;
        line-height: 60px;
        font-size: 30px;
        color: rgba(5,112,184);
        text-align: right;
           padding-right: 0px;
    padding-top: 8px;
        float: right;
    }

    .right_nav {
        display: none;
    }

    .LangChangeBox {
        display: none;
    }

    .cc_header {
        width: 100%;
        height: 60px;
        padding: 0 10px;

        position: relative;
        z-index: 2;
    }


    .left_logo {
        float: left;
        line-height: 60px;
        height: 74px;
    }

    .left_logo img {
        height: 60%;
    }

    .apple-banner .swiper-pagination {
        bottom: 10px;
    }
}


#mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 220px;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
}

.logoshow {
    width: 100%;
    position: absolute;
    bottom: 50px;
}

.menutel {
    color: #23A1F6;
    padding-top: 20px;
    text-align: left;
    padding-left: 20px;
}

.menutel a {
    color: #521400;
    font-size: 20px;
    display: block;
    padding-left: 5px;
}

a:hover, a:focus {
    text-decoration: none
}

.mobile-nav ul li a {
    color: #23A1F6;
    display: block;
    padding: 1em 5%;
    border-bottom: 1px solid #23A1F6;
    transition: all 0.2s ease-out;
    cursor: pointer;


}

.mobile-nav ul li a:hover {
    background-color: #23A1F6;
    color: #ffffff;
}

.mobile-nav {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

}

.show-nav {
    transform: translateX(0);
}

.hide-nav {
    transform: translateX(220px);
}

/*侧滑关键*/
.mobile-nav-taggle {
    height: 35px;
    line-height: 35px;
    width: 35px;
    background-color: #23A1F6;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    cursor: pointer
}
  @media (max-width: 640px) {
    .left_logo img {
        height: 88%;
    }
   
}

