html{
    height: 100%;
    overflow: hidden;
}

a{
    color: black;
}

.headBg{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.imgBox>img{
    width: 100%;
}

.imgBox{
    width: 27%;
    height: 44%;
    position: absolute;
    top: 27%;
    left: 21%;


}

.headBg>img{
    width: 100%;
}




.content{
    width: 1112px;
    height: auto;
}

.tips,.tips2,.tips3,.tips4{
    margin-top: 72px;
    display: inline-block;
}



.rights-logo-box{
    width: 960px;
    height: 217px;
    margin: 0 auto;
}


.rights-logo-box-ul{
    width: 100%;
    height: 217px;
}



.rights-logo-box-ul>li{
    width: 25%;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 217px;
}

.rights-logo-box-ul>li>img{
    margin-top: 55px;
    transition:opacity 0.3s;
    -moz-transition:opacity 0.3s; /* Firefox 4 */
    -webkit-transition:opacity 0.3s; /* Safari and Chrome */
    -o-transition:opacity 0.3s; /* Opera */
}

.rights-logo-box-ul>li>img:hover{
    opacity: 0.5;
}

.exchange-box{
    width: 1047px;
    height: 236px;
    margin: 35px auto 0 auto;
    background-color: white;
    position: relative;
}

.exchange-box-ul{
    width: 100%;
    height: 236px;
}

.exchange-box-ul>li{
    width: 100%;
    height: 100%;
}

.exchange-box-left{
    width: 427px;
    height: 275px;
    float: left;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}

.exchange-box-left>img{
    height: 100%;
}

.exchange-box-right{
    width: 619px;
    height: 236px;
    float: right;
    position: relative;
}

.flower{
    width: 569px;
    height: 96px;
    position: absolute;
    bottom: -8px;
    right: 20px;
    background: url("../imgs/flower.png") no-repeat;
}

.exchange-box-right-font{
    width: 500px;
    height: 96px;
    margin: 35px 0 0 35px;
}

.exchange-box-right-font>h1{
    font-size: 23px;
    color: #57bcb2;
    margin-bottom: 13px;
}

.exchange-box-right-font>p{
    line-height: 29px;
    color: #aaaaaa;
}

.try-box{
    width: 100%;
    height: 252px;
    background: url("../imgs/exchangebg.png") no-repeat;
    margin-top: 58px;
    /*   overflow: hidden;*/
    position: relative;
    padding-top: 21px;
}

.try-box-left{
    width: 409px;
    height: 158px;
    margin: 0 0 0 50px;
}

.try-box-right {
    width: 600px;
    height: 251px;
    position: absolute;
    top: -45px;
    right: 28px;
    float: left;
}

.try-box-right>div{
    float: left;
}

.try-box-right>div+div{
    float: right;
}

.try-box-right-left{
    width: 285px;
    height: 252px;
    -webkit-box-shadow: 6px 8px 8px -3px rgba(0,0,0,0.2);
    box-shadow: 6px 8px 8px -3px rgba(0,0,0,0.2);
}



.try-box-left-img{
    width: 100%;
    height: 197px;
    position: relative;
    overflow: hidden;
}

.try-box-left-img>img{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.try-box-left-info{
    width: 100%;
    height: 55px;
    background-color: #fac76e;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}





.try-box-left-scan{
    width: 156px;
    height: 156px;
    float: left;
}

.try-box-left-font{
    width: 229px;
    height: 105px;
    float: right;
    margin-top: 47px;
}

.try-box-left-font>p{
    font-size: 13px;
    line-height: 28px;
    color: #57bcb2;
}

.more{
    margin-left: 960px;
    cursor: pointer;

    font-size: 12px;
}

.more>a{
    color: #787878;
    font-size: 15.05px;
}



.main{
    width: 100%;
    height: auto;
}


.menu-ul{
    width: 100%;
    height: auto;
}

.menu-ul-li{
    width: 100%;
    height: auto;
    background-color: rgba(172,172,172,0.1);
    cursor: pointer;
    overflow: hidden;
}

.menu-ul>li>p{
    color: #75c5bd;
    margin-left: 24px;
    margin-top: 11px;
}

.circle-first{
    background-image: url("../imgs/hui-btn.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: none;

    position: relative;
    top: -15px;
    left: 128px;
    margin-left: 24px;
}


.circle-first-ul{
    width: 181px;
    height: auto;
    background: url("../imgs/backgroundColor.png");
    display: none;
}

.circle-first-ul>a>li{
    width: 100%;
    height: 35px;
    overflow: hidden;
}

.circle-first-ul>a>li>div{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: black;
    float: left;
    margin-top: 18px;
    margin-left: 15px;
    opacity: 0.5;
}

.circle-first-ul>a>li>p{
    font-size: 15px;
    margin-left: 28px;
    color: #c0c0bf;
    margin-top: 8px;
}



.article-right-ul{
    width: 100%;
    height: auto;
    margin-top: 45px;
    overflow: hidden;
}



.article-right-ul>li{
    width: 100%;
    height: 189px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.article-right-ul>li>img{
    width: 100%;
    display: block;
}

.article-right-ul>li+li{
    margin-top: 10px;
}

.article-right-ul>li+li+li{
    margin-top: 10px;
    background: none;


}

.article-right-li-img{
    width: 315px;
    height: 176px;
    float: left;
    overflow: hidden;
    margin-left: 11.5px;
    margin-top: 6.5px;
}

.article-right-li-img>a>img{
    width: 100%;
}

.article-right-li-detail {
    width: 747px;
    height: 176px;
    float: right;
    position: relative;
    overflow: hidden;
    margin-right: 11.5px;
    margin-top: 6.5px;
}



.article-title{
    font-size: 19.5px;
    width: 100%;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #6db8ac;
}

.ar-info{
    font-size: 15.05px;
    color: #999cac;
    width: 100%;
    height: 80px;
    overflow: hidden;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}

.timer-box{
    width: 100%;
    height: 18px;
    overflow: hidden;
    margin-top: 9px;
    margin-bottom: 17px;
}

.timer-box>p{
    color: #acacac;
    font-size: 15.05px;
}

.label-Box{
    width:100%;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.label-Box>a>p{
    font-size: 15.05px;
    text-decoration: underline;
    cursor: pointer;
    float: left;
    margin-left: 10px;
    color: #6db8ac;
}




/*轮播图*/
body {
    margin: 0;
}
.swiper-container {
    width: 100%;
    height: 380px;
    color: #fff;
    text-align: center;
}
.swiper-slide {
    width: 500px;
    height: 100%;
}


.pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}




.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
}

.swiper-box{
    width: 1177px;
    height: 380px;
    margin: 50px auto 68px auto;
    position: relative;
}

.swiper-slide{
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}



.swiper-slide-visible{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.title>img{
    width: 235.5px;
}

.arrow-left{
    width: 28px;
    height: 54px;
    background: url("../imgs/arrows-left.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    left: 0;
    margin-left: -30px;
    cursor: pointer;
}


.arrow-right{
    width: 28px;
    height: 54px;
    background: url("../imgs/arrows-right.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    right: 0;
    margin-right: -30px;
    cursor: pointer;
}


.header-in-right-ul>a:first-child+a+a>li>p{
    color: rgb(118, 199, 191);
}

.pop-box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}

.pop-in-box{
    width: 738px;
    height: 490px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.pop-in-box-info{
    width: 192px;
    height: auto;
    position: absolute;
    top: 258px;
    right: 96px;
}

.pop-in-box-info>p{
    padding: 0 5px;
    font-size: 12px;
    line-height: 23px;
    color: #cfcfcf;

}

.pop-in-box-info-btn{
    width: 192px;
    height: 45px;
    background-color: #57bcb2;
    margin-top: 17.1px;
    border-radius: 10px;
    color: white;
    font-size: 21px;
    line-height: 45px;
    text-align: center;
}

.close-btn{
    width: 44px;
    height: 44px;
    background: url(../imgs/close.png) no-repeat;
    position: absolute;
    right: -59px;
    top: -22px;
    cursor: pointer;
}


.tips-word{
    position: relative;
}

.add-tips{
    font-size: 17px;
    color: #57bcb2;
    position: absolute;
    top: -7px;
    left: 19px;
}

.add-tips2{
    font-size: 12px;
    color: #a5a5a5;
    position: absolute;
    top: 34px;
    left: 10px;
}




