/*@media only screen and (min-width: 1160px) and (max-width: 1920px) {
	*/
.top-line {
    width: 100%;
    /*min-width: 1160px;*/
    height: 12px;
    background-color: #206ad7;
}

.top-search {
    width: 100%;
    /*min-width: 1160px;*/
    height: 60px;
    -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, .2);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 99;
}

.con-search {
    font-size: 14px;
}

.con-search li {
    float: left;
    color: #333;
}

.con-search li label {
    font-weight: 700;
}

.con-search li input {
    width: 60%;
    height: 32px;
    border: 1px solid #a0a0a0;
    border-radius: 2px;
    margin-top: 14px;
    padding-left: 6px;
}

.con-search button {
    height: 32px;
    background-color: #4e8cee;
    border: 1px solid #3f6caf;
    color: #ffffff;
    font-weight: 800;
    padding: 0 4px;
    margin-top: 14px;
    text-transform: uppercase;
}

.mal10 {
    margin-left: 10px;
}

.mal20 {
    margin-left: 20px;
}

.mal30 {
    margin-left: 30px;
}

.langrage {
    float: right !important;
    position: relative;
    margin-top: 20px;
}

.langrage a {
    color: #333;
    font-weight: 800;
}

.langrage a span {
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url(../image/trangl_03.png) no-repeat center;
}

.sub-menu {
    display: none;
    width: 80px;
    position: absolute;
    top: 20px;
    right: 0;
    background: #ffffff;
    z-index: 999;
}

.sub-menu a {
    display: block;
    width: 80px;
    line-height: 30px !important;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}

.logo-box {
    width: 100%;
    /*min-width: 1160px;*/
    height: 130px;
    background: url(../image/bj_02.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.logo {
    margin-top: 40px;
}

.logo img {
    width: 84%;
}

.slogan {
    height: 130px;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.slogan img {
    width: 90%;
    display: block;
    margin-top: 40px;
    float: right;
    margin-right: 20px;
}

.nav-box {
    width: 100%;
    /*min-width: 1160px;*/
    height: 34px;
    background-color: #2b79eb;
}

.nav-list {
    height: 34px;
}

.nav-list li {
    float: left;
    margin-right: 3%;
    line-height: 34px;
    padding: 0 10px;
}

.nav-list .current {
    background: rgba(255, 255, 255, 0.3);
}

.nav-list a {
    color: #FFFFFF;
    font-size: 16px;
    font-family: "微软雅黑";
}

.nav-list span {
    display: inline-block;
    width: 20px;
    height: 10px;
    background: url(../image/trangl2_03.png) no-repeat center;
}

.nav-one {
    position: relative;
}

.sub-nav {
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 35px;
    z-index: 999;
    display: none;
}

.sub-nav li {
    text-align: center;
    width: 100%;
    padding: 4px 0;
}

.sub-nav li a {
    display: block;
    width: 100%;
    text-align: center;
}

.bottom {
    width: 100%;
    /*min-width: 1160px;*/
    background-color: #d6d6d6;
    margin-top: 30px;
    padding: 30px 0;
}

.bottom p {
    text-align: center;
    color: #666666;
    font-size: 12px;
    line-height: 20px;
}

.country-current {
    font-weight: 700;
    line-height: 60px;
    margin-right: 20px;
}

.add-flag img {
    float: left;
    margin-top: 24px;
}

.add-flag p {
    float: left;
    margin-left: 6px;
}

@media (max-width: 1920px) {

    .min-width {
        width: 1160px;
        margin: 0 auto;
    }

    .con-search li input {
        width: 200px;
    }
}

@media (max-width: 1159px) and (min-width: 760px) {

    .min-width {
        width: 740px;
        margin: 0 auto;
    }

    .con-search li input {
        width: 100px;
    }

    .slogan {
        display: none;
    }

    .con-search .button01 {
        display: block;
        font-size: 14px;
        padding: 0;
        margin: 0;
        line-height: 20px;
        height: 20px;
        width: 106px;
        margin-top: 6px;
        margin-left: 6px;
    }

    .langrage {

        float: right !important;
        position: absolute;
        top: 20px;
        z-index: 999999;
        right: 0;
        margin: 0;

    }
}

@media only screen and (max-width: 759px) {
    .min-width {
        max-width: 500px;
        margin: 0 auto;
    }

    .top-search {
        height: 200px;
    }

    .con-search li {
        float: inherit;
    }

    .con-search li input {
        width: 60%;
    }

    .country-current {
        line-height: 26px;
    }

    .btn-one1 {
        margin-left: 80px;
    }
}