.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

@media (max-width: 1600px) {
    .joint-box.swiper-container-horizontal {
        width: 999px;
        margin: 0 auto;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 900px;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .container {
        width: 749px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .container {
        width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .container {
        width: 386px;
        margin: 0 auto;
    }
}
@media (max-width: 400px) {
    .container {
        width: 356px;
        margin: 0 auto;
    }
}

.window-head {
    width: 100%;
    height: 81px;
    background: #fff;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    position: relative;
    z-index: 4;
}

.window-head .head-left {
    position: absolute;
    top: 47%;
    left: 0;
    width: 214px;
    height: 56px;
}

.top_logo {
    width: 100%;
    height: 100%;
}

.window-head .head_nav {
    position: absolute;
    width: 680px;
    left: 400px;
    top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.window-head ul li {
    list-style: none;
    cursor: pointer;
    margin: 0;
    font-size: 20px;
    color: #ccc;
    display: inline-block;
    position: relative;
}

.window-head ul li h2 {
    color: #222222;
    padding: 31px 25px;
    font-size: 16px;
    font-family: 微软雅黑;
}

.window-head ul li:hover {
    background-color: #007dc3;
}

.window-head ul li:hover h2 {
    color: #fff;
}

.menu_on {;
    background-color: #f3f4f8;
}

.window-head ul li.menu_on h2 {
    color: #007dc3;
}
.window-head ul li.menu_on:hover h2{color: #fff}

.head_searchlan {
    width: 100%;
    height: 50px;
    margin: auto;
    box-shadow: 0 2px 4px #9e9d9d;
    border-top: 1px solid #e3e3e3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.6s;
    background-color: #fff;
}

.head_searchlan form {
    width: 100%;
    margin: auto;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

.head_searchlan ul {
    text-align: center;
}

.search_show {
    display: block;
    transform: translateY(81px);
    -ms-transform: translateY(81px); /* IE 9 */
    -webkit-transform: translateY(81px); /* Safari and Chrome */
    -o-transform: translateY(81px); /* Opera */
    -moz-transform: translateY(81px); /* Firefox */
    transition: all 0.6s;
}

.window-head ul li.active {
    color: #00dfb9;
}

.window-head .head_nav2 {

    position: absolute;
    width: 100%;
    left: 150%;
    top: 81px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    background: url(../ZERO/img/nav_bg.png) repeat;
    /* transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);*/
}

.window-head .head_nav2 ul {
    width: 100%;
}

.window-head .head_nav2 ul li {
    width: 100%;
    text-align: center;
    padding: 30px 30px;
}

.window-head .head_nav2 ul li h2 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.head_search {
    position: absolute;
    right: 7%;
    top: 34%;
    width: 23px;
    height: 23px;
}

.head_search2 {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 34%;
    right: 10%;
    display: none
}

.head_search2 img {
    width: 100%;
    height: 100%;
}

.head_language {
    position: absolute;
    right: 0;
    top: 48%;
    height: 23px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.head_language ul{
    position: absolute;top: 23px;height:auto;background: #fff;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;padding-top: 10px;display: none;
}
.head_language ul li{
    width: 100%;
    list-style: none;
    cursor: pointer;
    padding: 4px 6px;
    margin: 0;
    font-size: 16px;
    color: #ccc;
    display: inline-block;
    position: relative;
}
.head_language ul li:hover{
    background-color: #007dc3;
}
.head_language ul li:hover a{
    color:#fff;
}
.head_language:hover ul{display: block;}
.head-rights {
    display: none;
    position: absolute;
    right: 2.5%;
    top: 49%;
    height: 25px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.head-rights ol {
    font-style: normal;
    margin: 1px;
    padding: 0;
    width: 29px;
    height: 25px;
    display: block;
    cursor: pointer;
}

.head-rights ol:after {
    display: block;
    margin: 0;
    padding: 0;
    content: '';
    clear: both;
}

.head-rights ol li {
    width: 29px;
    height: 2px;
    float: left;
    margin: 3px 0;
    background: #333;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all .6s ease .2s;
    -webkit-transition: all .6s ease .2s;
    -moz-transition: all .6s ease .2s;

}

.head-rights.btnac ol li:first-child {
    transform: rotateZ(45deg) translateY(10px) translateX(2px);
    transition: all 0.6s;
}

.head-rights.btnac ol li:nth-child(2) {
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.6s;
}

.head-rights.btnac ol li:nth-child(3) {
    transform: rotateZ(-45deg) translateY(-10px) translateX(1px);
    transition: all 0.6s;
}

.worth-ctrl .ctrl-box {
    position: absolute;
    color: #a8a8a8;
    width: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 50px;
    cursor: pointer;
    z-index: 99;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.worth-ctrl .ctrl-box:hover {
    color: #00dfb9;
}

.worth-ctrl .ctrl-left {
    left: 5%;
    top: 52%;
}

.worth-ctrl .ctrl-right {
    right: 5%;
    top: 52%;
}

section[role=main] {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.main-box {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.window-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.window-cut {
    width: 100%;
    height: 100%;
    transition-timing-function: cubic-bezier(1, 0, .5, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, .5, 1);
    -ms-transition-timing-function: cubic-bezier(1, 0, .5, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, .5, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, .5, 1);
}

@media (max-width: 1600px) {
    .window-head .head-nav {
        width: 40%;
        left: 150%;
        top: 49%;
    }

    .head_language {
        right: 0;
        top: 48%;
    }
}

@media (max-width: 1200px) {
    .head_language {
        right: 16%;
        top: 48%;
    }
    .window-head .head-left {
        top: 47%;
    }

    .window-head .head_nav {
        display: none;
    }

    .window-head .head_nav2 {
        display: block
    }

    .head_search {
        display: none
    }

    .head_search2 {
        display: block !important;
        right: 10%;
    }

    .head-rights {
        display: block !important;
    }

    .window-head ul li {
        padding: 50px 16px;
    }
    .window-head ul li h2{
        padding: 0;
    }
    .head_language ul li{
        width: 100%;
        list-style: none;
        cursor: pointer;
        padding: 4px 6px;
        margin: 0;
        font-size: 16px;
        color: #ccc;
        display: inline-block;
        position: relative;
    }
}

@media (max-width: 992px) {
    .window-head .head_nav {
        display: none
    }

    .head_search {
        display: none
    }
}

@media (max-width: 767px) {

    .window-head .head-rights {
        top: 49%
    }

    .head_language {
        display: none
    }

    .window-head .head_nav2 {
        top: 81px;
        left: 150%;
    }

    .window-head .head-rights ol {
        width: 24px;
    }

    .window-head .head-rights ol li {
        width: 24px;
        height: 2px;
    }

    .head-rights.btnac ol li:first-child {
        transform: rotateZ(45deg) translateY(11px) translateX(2px);
        transition: all 0.6s;
    }

    .head-rights.btnac ol li:nth-child(3) {
        transform: rotateZ(-45deg) translateY(-10px);
        transition: all 0.6s;
    }
}

@media (max-width: 479px) {
    .window-head .head_nav2 ul li {
        padding: 10px 30px !important;
    }
    .head_search2{right: 15%;}
}

@media (max-width: 400px) {

}