#header1 {
    display: block;
}

#header2 {
    display: none;
}

.header {
    height: 1.6rem;
    width: 19.2rem;
    margin: 0 auto;
    box-sizing: border-box;
}

@keyframes header-anim-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframe header-anim-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.header::after {
    content: "";
    display: block;
    height: 0px;
    overflow: hidden;
    clear: both;
}

.logo-view {
    width: 7.6rem;
    height: 1.3rem;
    background: url('/images/index/header_blue_bg.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    float: left;
}

.logo-view .wrap {
    float: right;
    height: 1.3rem;
    position: relative;
    width: 4rem;
}

.logo-view .wrap a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0);
}

.logo-view .wrap .logo-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0px;
    width: 2.15rem;
    height: 0.48rem;
}

.menu-box {
    width: 11.6rem;
    height: 1.6rem;
    float: right;
    box-sizing: border-box;
}

.menu-box .top {
    height: 0.72rem;
    min-width: 7.3rem;
    margin: 0px auto;
    box-sizing: border-box;
    display: table;
    font-size: 0.14rem;
    white-space: nowrap;
}

@media screen and (max-width:1000px) {

    .menu-box .top {
        min-width: 8.5rem;
    }
}

@media screen and (min-width:1000px) and (max-width:1300px) {

    .menu-box .top {
        min-width: 8rem;
    }
}

.menu-box .top .contact {

    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;

    line-height: 0.72rem;
    width: 2rem;
}

.menu-box .top .contact .phone-icon {
    width: 0.15rem;
    height: 0.2rem;
    position: relative;
    bottom: -0.04rem;
    margin-right: 0.05rem;
}

.menu-box .top .contact .mobile {
    font-size: 0.17rem;
}

.menu-box .top .label {
    font-size: 0.15rem;
    display: table-cell;
    vertical-align: middle;
    width: 0.9rem;
	text-align:center;
    font-weight: normal;
    color: #333;
}

.menu-box .top .label>a {
    color: #333;
    border: none;
    text-decoration: none;
}

.menu-box .top .label>a:hover {
    text-decoration: underline;
    color: #0DA1DE;
}

.menu-box .top .search-box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 2rem;
    box-sizing: border-box;
    height: 100%;
}

.menu-box .top .search-box .wrap {
    width: 100%;
    background: #FDD000;
    height: 0.32rem;
    border-radius: 0.16rem;
    line-height: 0.32rem;
    padding: 0px 0.02rem;
    box-sizing: border-box;
}

.menu-box .top .search-box .wrap .input {
    height: 100%;
    width: 80%;
    border: none;
    background: none;
    outline: none;
    font-size: 0.12rem;
}

.menu-box .top .search-box .wrap input::placeholder {

    font-size: 0.12rem;
}

@media screen and (min-width:1150px) and (max-width:1400px) {
    .menu-box .top .search-box .wrap input::placeholder {

        transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
}

@media screen and (min-width:1000px) and (max-width:1150px) {
    .menu-box .top .search-box .wrap input::placeholder {

        transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -webkit-transform: scale(0.85);
    }
}

@media screen and (min-width:950px) and (max-width:1000px) {
    .menu-box .top .search-box .wrap input::placeholder {

        transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }
}

@media screen and (min-width:900px) and (max-width:950px) {
    .menu-box .top .search-box .wrap input::placeholder {

        transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -webkit-transform: scale(0.75);
    }
}

@media screen and (max-width:900px) {
    .menu-box .top .search-box .wrap input::placeholder {

        transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
}

.menu-box .top .search-box .wrap .icon {
    vertical-align: middle;
    width: 0.16rem;
    height: 0.16rem;
}

.menu-box .menu-view {
    height: 0.8rem;
    width: 100%;
    margin-top: 0.08rem;
    box-sizing: border-box;
    position: relative;
    opacity: 100;
}

.menu-box .menu-view .wrap {
    width: 12.78rem;
    height: 0.81rem;
    right: 0px;
    top: 0px;
    position: absolute;
    background: url(/images/index/header_black_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0px 1rem;
    box-sizing: border-box;
}


.menu-box .menu-view .wrap .ul {
    height: 100%;
    width: 100%;
    line-height: 0.8rem;
}

.menu-box .menu-view .wrap .ul::after {
    display: block;
    content: "";
    height: 0px;
    clear: both;
    overflow: hidden;
}

.menu-box .menu-view .wrap .ul li {
    font-size: 0.18rem;
    color: #f2f2f2;
    float: left;
    list-style: none;
    margin-right: 0.5rem;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    z-index: 999;
}

@media screen and (min-width:1000px) and (max-width:1100px) {
    .menu-box .menu-view .wrap {
        padding-right: 0rem;
        width: 13.5rem;
    }
    .menu-box .menu-view .wrap .ul li:nth-last-of-type(1) {
        margin-right: 0;
    }
    .logo-view {
        width: 7.2rem;
    }
}

@media screen and (min-width:900px) and (max-width:1000px) {
    .menu-box .menu-view .wrap {
        padding-right: 0rem;
        width: 13.9rem;
    }
    .menu-box .menu-view .wrap .ul li:nth-last-of-type(1) {
        margin-right: 0;
    }
    .logo-view {
        width: 6.2rem;
    }
}

@media screen and (max-width:900px) {
    .menu-box .menu-view .wrap {
        padding-right: 0rem;
        width: 14.5rem;
    }
    .menu-box .menu-view .wrap .ul li:nth-last-of-type(1) {
        margin-right: 0;
    }
    .logo-view {
        width: 5.5rem;
    }
}

.menu-box .menu-view .wrap .ul li:hover {
    color: #fff;
    font-weight: 500;
}

.menu-box .menu-view .wrap .ul li .menu-li-active-arrow {
    display: none;
    position: absolute;
    bottom: 0.04rem;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border: 0.08rem solid;
    border-color: #fff transparent transparent transparent;
}

.menu-box .menu-view .wrap .ul li::before {
    content: "";
    position: absolute;
    width: 1.4rem;
    height: 0.14rem;
    border-radius: 0.05rem;
    bottom: 0.05rem;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -webkit-transform: translate(-50%, 100%);
    padding: 0.1rem 0;
    box-sizing: border-box;
    display: block;
    background-color: rgba(0, 0, 0, 0);
}

.menu-box .menu-view .wrap .ul li .menu-li-popup {
    position: absolute;
    width: 1.1rem;
    min-height: 0.6rem;
    border-radius: 0.05rem;
    background-color: #fff;
    bottom: -0.05rem;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -webkit-transform: translate(-50%, 100%);
    padding: 0.1rem 0.05rem;
    box-sizing: border-box;
    display: none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

.menu-box .menu-view .wrap .ul li.menu-li-ie .menu-li-popup {
    /* bottom: 0px; */
}

.menu-box .menu-view .wrap .ul li .menu-li-popup .menu-li-popup-item {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #333;
    font-size: 0.15rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    font-weight: normal;
}

.menu-box .menu-view .wrap .ul li .menu-li-popup .menu-li-popup-item:hover {
    color: #3DB7EF;
    font-weight: bold;
}

.swiper-box {
    width: 19.2rem;
    height: 6.57rem;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /* opacity: 0; */
}

.swiper-box .swiper-view {
    width: 19.2rem;
    height: 6.57rem;
    box-sizing: border-box;
}

.swiper-box .swiper-view li {
    width: 19.2rem;
    height: 100%;
}

.swiper-box .swiper-view li img {
    width: 19.2rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.footer {
    width: 19.2rem;
    height: 2.78rem;
    background: url(/images/index/footer_bg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.footer .cot-box {
    width: 14rem;
    height: 100%;
    margin: 0px auto;
    box-sizing: border-box;
}

.footer .cot-box .link-box {
    height: 1.28rem;
    box-sizing: border-box;
    border-bottom: 1px solid #959595;
    padding-top: 0.08rem;
}

.footer .cot-box .link-box ul {
    width: 100%;
    height: 100%;
    line-height: 1.2rem;
    overflow: hidden;
}

.footer .cot-box .link-box ul::after {
    content: "";
    display: block;
    height: 0px;
    overflow: hidden;
    clear: both;
}

.footer .cot-box .link-box ul li {
    float: left;
    font-size: 0.16rem;
    color: #EEEEEE;
    padding: 0px 0.15rem;
    box-sizing: border-box;
    position: relative;
}

.footer .cot-box .link-box ul li.link-item {
    color: #dedede;
    cursor: pointer;
}

.footer .cot-box .link-box ul li.link-item a {
    color: #dedede;
    text-decoration: none;
}

.footer .cot-box .link-box ul li.link-item:hover {
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
}

.footer .cot-box .link-box ul li::after {
    display: block;
    content: "";
    width: 1px;
    height: 0.16rem;
    background-color: #eee;
    border-radius: 0.02rem;
    position: absolute;
    right: 0px;
    top: 51%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media screen and (min-width:1000px) and (max-width:1200px) {
    .footer .cot-box .link-box ul li {
        font-size: 0.14rem;
    }
    .footer .cot-box .link-box ul li::after {
        height: 0.2rem;
    }
}

@media screen and (min-width:900px) and (max-width:1000px) {
    .footer .cot-box .link-box ul li {
        font-size: 0.12rem;
    }
    .footer .cot-box .link-box ul li::after {
        height: 0.25rem;
    }
}

@media screen and (max-width:900px) {
    .footer .cot-box .link-box ul li {
        font-size: 0.12rem;
        position: relative;
        transform-origin: 50% 50%;
        transform: scale(0.85);
        letter-spacing: 1px;
    }
    .footer .cot-box .link-box ul li::after {
        height: 0.3rem;
        right: -0.2rem;
    }
}

.footer .cot-box .info-box {
    height: 1.5rem;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .cot-box .info-box::after {
    display: block;
    content: "";
    height: 0px;
    clear: both;
    overflow: hidden;
}

.footer .cot-box .info-box .qr-wrap {
    float: right;
}

.footer .cot-box .info-box .qr-wrap .block {
    display: table-cell;
    vertical-align: middle;
    height: 1.5rem;
    line-height: 1.5rem;
}

.footer .cot-box .info-box .qr-wrap .qrcode {
    width: 0.86rem;
    height: 0.86rem;
}

.footer .cot-box .info-box .addr-concat-view {
    height: 100%;
    float: left;
    display: table;
}

.footer .cot-box .addr-concat-view .block {

    display: table-cell;
    vertical-align: middle;
    max-height: 1.5rem;
    overflow: hidden;
}

.footer .cot-box .addr-concat-view .block .line {
    font-size: 0.15rem;
    color: #eee;
    line-height: 0.3rem;
}

.footer .cot-box .addr-concat-view .block .line::after {
    display: block;
    content: "";
    height: 0px;
    clear: both;
    overflow: hidden;
}

.footer .addr-concat-view .item {
    float: left;
    margin-right: 0.6rem;
}

.footer .addr-concat-view .item.item2 {
    margin-right: 0.3rem;
}

.footer .addr-concat-view .item .icon {
    width: 0.2rem;
    height: auto;
    vertical-align: middle
}

@media screen and (min-width:900px) and (max-width:1050px) {
    .footer .cot-box .addr-concat-view .block .line {
        font-size: 0.13rem;
        line-height: 0.35rem;
    }
}

@media screen and (max-width:900px) {
    .footer .cot-box .addr-concat-view .block .line {
        font-size: 0.12rem;
        line-height: 0.4rem;
    }
    .footer .addr-concat-view .item {
        transform: scale(0.9);
        -ms-transform: scale(0.9);
        margin-right: 0.4rem;
    }
}

.footer .addr-concat-view .item a {

    color: #fff;
}