﻿/*轮播图*/
html, body {
    /*  width: 100%;
      height: 100%;*/
    position: relative;
    /* overflow: hidden;*/
    overflow-x: hidden;
}
body {
    /*background: #eee;*/
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
    overflow-y:auto;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide>img{
    width: 100%;
}

.subject-first,.subject-second,.subject-third{
    margin-top: 0.36rem;
    margin-left: 0.48rem;
}

.subject{
    width: 2.08rem;
    height: 0.47rem;

}

.subject-left{
    width: 0.07rem;
    height: 100%;
    background-color: #57bcb2;
    opacity: 0.19;
    float: left;
}


.subject-right{
    overflow: hidden;
    float: left;
    margin-left: 0.11rem;
}

.subject-right>h1{
    font-size: 0.28rem;
    color: #57bcb2;
    margin-top: -0.03rem;
}

.subject-right>h3{
    font-size: 0.16rem;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: -0.03rem;
    margin-left: -0.1rem;
    color: #7d7d7d;
}

.subject-first-container{
    width: 100%;
    height: 2.92rem;
    margin-top: 0.18rem;
    position: relative;
}

.subject-first-bg{
    width: 100%;
    position: absolute;
    bottom: 0;
}

.subject-first-main{
    width: 7.34rem;
    /*  height: 2.17rem;*/
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.subject-first-main>ul{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.subject-first-main>ul>a>li{
    width: 2.39rem;
    height: auto;
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.04rem 0.05rem 0.08rem 0.05rem;
}

.img-box{
    width: 2.29rem;
    height: 1.3rem;

    margin: 0 auto;
    position: relative;
}

.img-box>img{
    width: 100%;
    position: absolute;
    bottom: 0;
}

.word-box{
    width: 100%;
    height: auto;
    margin-top: 0.14rem;
    overflow: hidden;
}

.word-box>h3{
    font-size: 0.18rem;
    color: #7d7d7d;
    width: 100%;
    height: 0.35rem;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

a{
    text-decoration: none;
}

.more-btn{
    width: 1rem;
    height: 0.3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.01rem solid #5ac8c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.03rem;
}
.more-btn>p{
    color: #5ac8c8;
    font-size: 0.12rem;
    /* transform: scale(0.8); */
    margin-top: 0.03rem;
}

.subject-second-container{
    width: 6.49rem;
    height: 1.67rem;

    margin: 0.36rem auto 0 auto;
}

.subject-second-container>ul{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.subject-second-container>ul>a>li{
    width: 2.17rem;
    height: 100%;
}

.subject-second-container>ul>a:nth-child(2)>li{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition:all 0.3s;
    -moz-transition:all 0.3s; /* Firefox 4 */
    -webkit-transition:all 0.3s; /* Safari and Chrome */
    -o-transition:all 0.3s; /* Opera */
}

.change{
    transition:all 0.3s;
    -moz-transition:all 0.3s; /* Firefox 4 */
    -webkit-transition:all 0.3s; /* Safari and Chrome */
    -o-transition:all 0.3s; /* Opera */
    -webkit-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
}

.img-box-second{
    width: 100%;
    height: 1.3rem;
    overflow: hidden;
}

.word-box-second{
    width: 100%;
    height: 0.38rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #fdc1d1;
}

.img-box-second>img{
    width: 100%;
}

.word-box-second-detail{
    width: 100%;
    height: 0.26rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.word-box-second-detail>img{
    height: 100%;
    vertical-align: middle;
}

.word-box-second-detail>span{
    font-size: 0.24rem;
    color: white;
    margin-left: 0.1rem;
    margin-top: -0.01rem;
    font-weight: bold;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.online-service{
    width: 1.06rem;
    height: 1.17rem;
    background: url("../imgs/online-service.png") no-repeat;
    background-size: 100% auto;
    position: fixed;
    top: 10.2rem;
    right: 0.32rem;
    z-index: 3;
}

.comeback{
    width: 1.06rem;
    height: 1.17rem;
    background: url("../imgs/comeback.png") no-repeat;
    background-size: 100% auto;
    position: fixed;
    top: 11.5rem;
    right: 0.32rem;
    z-index: 3;
}


.nav-menu-btn-search{
    cursor: pointer;
}

.nav-menu-btn-search>img{
    width: 0.32rem;
    height: 0.54rem;
}


.input-box{
    /* width: 5.36rem;*/
    width: 3.5rem;
    height: 0.54rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.3rem;
    border: 0.01rem solid #57bcb2;
    margin-right: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-box>img{
    width: 0.35rem;
    height: 0.35rem;
}

.input-box>input{
    width: 2.6rem;
    outline: none;
    border: none;
    font-size: 0.32rem;
    color: #a8a8a8;
    margin-left: 0.15rem;
}

.search button{
    width: 20px;
    background: #00a0e9;
    border: none;
    height: 20px;
}
table{
    position: absolute;
    left: 0;
    width: 100%;
    /* border: solid 1px #e0e0e0; */
    top: 1.17rem;
    background-color: white;
    text-align: left;
}

tr{
    border-bottom: 0.01rem solid #eeeeee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table td{
    height: 1.04rem;
    padding-left: 0.6rem;
    font-size: 0.32rem;
}

.nav-search-btn-second{
    width: 0.7rem;
}

.nav-search-btn-second>p{
    color: #7d7d7d;
    font-size: 0.32rem;
}

.search-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
}



.select-box{
    position: absolute;
    top: 0.3rem;
    right: 1.2rem;
    z-index: 9;
}

.select-in{
    -webkit-appearance: none;
    width: 1.25rem;
    height: 0.54rem;
    border-radius: 0.3rem;
    border: 0.02rem solid #57bcb2;
    background-color: white;
    padding-left: 0.1rem;
    color: #7d7d7d;
}

.select-in>option{
    color: #7d7d7d !important;
}

.select-arrow{
    position: absolute;
    top: 0rem;
    right: 0.3rem;
    bottom: 0;
    margin: auto;
    font-size: 0.35rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #7d7d7d;
    pointer-events: none;
}


.search-label-box{
    width: 6.3rem;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.search-label-box>ul{
    width: 100%;
    height: auto;
    margin-left: 0.28rem;
}

.search-label-box>ul>a>li{
    width: auto;
    height: 0.61rem;
    border: 0.02rem solid #57bcb2;
    border-radius: 0.1rem;
    line-height: 0.65rem;
    color: #7d7d7d;
    font-size: 0.28rem;
    text-align: center;
    margin-top: 0.45rem;
    float: left;
    margin-right: 0.3rem;
    padding: 0 0.15rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-main{
    position: relative;
    z-index: 10;
}

.search-page-all{
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../imgs/backgroundColor.png");
    top: 0;
    right: 0;
    z-index: 20;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}





@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}


.left-img,.right{
    height: 3.67rem;
    position: absolute;
    top: 1.15rem;
    left: 0;
    z-index: 5;
    pointer-events: none;
}

.right-img{
    height: 3.67rem;
    position: absolute;
    top: 1.15rem;
    right: 0;
    z-index: 5;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    pointer-events: none;
}


.header-tips-box{
    width: 6.38rem;
    height: 2.27rem;
    position: absolute;
    top: 0.6rem;
    left: 0.75rem;
    text-align: left;
    text-shadow: 0.02rem 0.03rem 0.03rem #c9cac6;
}

.header-tips-box>.font-first>h1{
    font-size: 0.30rem;
    color: #5ac8c8;
}

.header-tips-box>.font-first>h2{
    font-size: 0.25rem;
    color: white;
}

.header-tips-box>.font-first>p{
    font-size: 0.2rem;
    color: white;
    margin-top: 0.03rem;
}


.header-more-detail{
    width: 1rem;
    height: 0.26rem;
    border: 0.01rem solid #5ac8c8;
    line-height: 0.26rem;
    text-align: center;
    margin-top: 0.05rem;
    font-size: 0.2rem;
    cursor: pointer;
    color: #5ac8c8;
}


.table-box{
    width: 100%;
    height: 100rem;
    z-index: 999;
    position: relative;
}


.pro-box{
    width: 100%;
    height: 3.17rem;
    margin-top: 0.36rem;
}

.pro-box>a{
    width: 50%;
    height: 100%;
}

.pro-box-img{
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.pro-box-img>img{
    width: 100%;
}