.index{
    width: 100%;
}
/*幻灯片*/
.index .swiper-container{
    width: 100%;
    /*height: 9.15rem;*/
    box-sizing: border-box;
}
.index .swiper-container .swiper-slide{
    width: 100% !important;
    height: 100% !important;
}
.index .swiper-container a{
    width: 100%;
    height: 100%;
    display: block;
}
.index .swiper-container img{
    width: 95%;
    display: block;
    margin: 0 auto;
    height: 100%;
    border-radius: 5px;
}
.index .swiper-active{
    background-color: #0498E2 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet{
    width: 25px !important;
    height: 5px !important;
    border-radius: 5px !important;
}

.menu{
    width: 95%;
    padding: 10px 2.5%;
    font-size: 0;
}
.menu .item{
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 15px;
}
.menu .item img{
    width: 35px;
    display: block;
    margin: 5px auto 10px;
}

.tips{
    background: #f7f7f7;
    min-height: 30px;
    line-height: 30px;
    width: calc(100% - 20px);
    padding: 5px 10px;
    font-size: 15px;
    color: #565656;
}
.tips .iconfont{
    color: #0498E2;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-top: -2px;
}


.bigtitle{
    font-size: 15px;
    font-weight: bold;
    color: #454545;
    padding-left: 2.5%;
}


.news{
    width: 95%;
    padding: 0 2.5%;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.news>.title{
    font-weight: bolder;
    font-size: 15px;
    color: #454545;
    border-bottom: 1px solid #e6e6e6;
    height: 1.5rem;
    line-height: 1.5rem;
}
.news>.title a{
    float: right;
    font-weight: normal;
    font-size: 14px;
}
.news>.item{
    display: block;
    width: 100%;
    height: 5.8rem;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
    font-size: 0;
}
.news>.item>div:first-child{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 5.8rem - 10px);
    padding-right: 10px;
    height: 5.8rem;
    position: relative;
}
.news>.item>div:first-child>div:first-child{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 0.9rem;
    color: #454545;
}
.news>.item>div:first-child>div:nth-child(2){
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 0.75rem;
    color: #868686;
}
.news>.item>div:first-child>div:nth-child(3){
    position: absolute;
    bottom: -3px;
    font-size: 0.78rem;
    color: #868686;
}
.news>.item>div:last-child{
    display: inline-block;
    vertical-align: middle;
    width: 5.7rem;
    height: 5.8rem;
}
.news>.item>div:last-child img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.news>.all{
    text-align: center;
    font-size: 0.8rem;
    color: #666666;
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    height: 2rem;
    line-height: 2rem;
    margin-top: 5px;
}

.remark{
    width: 95%;
    padding: 5px 2.5%;
    font-size: 0;
    border-top: 1px solid #e6e6e6;
}
.remark .remark-title{
    font-size: 15px;
    padding-left: 5px;
    height: 25px;
    line-height: 25px;
    border-left: 4px solid #0498E2;

}
.remark .remark-content{
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
    line-height: 6.25vw;
    max-width: 100%;
}


.tool{
    width: 95%;
    padding: 5px 2.5% 5px;
    background: #1577FE;
    font-size: 0;
}
.tool>.header{
    background-color: rgba(0,0,0,.35);
    display: inline-block;
    padding: 3px 10px 3px 3px;
    border-radius: 40px;
    font-size: 16px;
    color: white;
}
.tool>.header img{
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    border-radius: 100%;
}
.tool>div:nth-child(2){
    width: 100%;
    font-size: 0;
    margin-top: 10px;
}
.tool>div:nth-child(2)>div{
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    font-size: 15px;
    color: #a7cdf1;
}
.tool>div:nth-child(2)>div:first-child img{
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.tool>div:nth-child(2)>div:nth-child(2){
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #408DF7;
    color: white;
    font-size: 13px;
    width: 35%;
    border-radius: 15px;
    padding: 3px 0;
    position: relative;
}
.tool>div:nth-child(2)>div:nth-child(2) img{
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    position: absolute;
    left: 8px;
    top: 2px;
}
.tool>div:nth-child(2)>div:nth-child(2) span{
    display: inline-block;
    margin-left: 15px;
}
.tool>div:nth-child(2)>div:nth-child(3),.tool>div:nth-child(2)>div:nth-child(4){
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font-size: 15px;
    color: #a7cdf1;
    width: 20%;
}

.tool>div:nth-child(3){
    width: 100%;
    font-size: 0;
}
.tool>div:nth-child(3)>div{
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 24px;
}
.tool>div:nth-child(3)>div:first-child{
    width: 40%;
}
.tool>div:nth-child(3)>div:nth-child(2){
    width: 40%;
    text-align: right;
}
.tool>div:nth-child(3)>div:nth-child(3){
    width: 20%;
    text-align: right;
}
.tool>div:nth-child(3)>div:nth-child(3) span{
    font-size: 15px;
    font-weight: bold;
}


.tool>div:nth-child(4){
    width: 100%;
    font-size: 0;
}
.tool>div:nth-child(4)>div{
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 34px;
}
.tool>div:nth-child(4)>div:first-child{
    width: 55%;
}
.tool>div:nth-child(4)>div:nth-child(2){
    width: 25%;
    text-align: right;
}
.tool>div:nth-child(4)>div:nth-child(3){
    width: 20%;
    text-align: right;
}
.tool>div:nth-child(4)>div:nth-child(3) span{
    font-size: 15px;
    font-weight: bold;
}


.one-img{
    width: 100%;
    margin-top: 5px;
}
.one-img img{
    width: 95%;
    display: block;
    margin: 0 auto;
}
.two-img{
    width: 95%;
    padding: 0 2.5%;
    font-size: 0;
    margin-top: 5px;
}
.two-img>div{
    width: 49.5%;
    display: inline-block;
    vertical-align: middle;
}
.two-img>div:first-child{
    margin-right: 0.5%;
}
.two-img>div:last-child{
    margin-left: 0.5%;
}
.two-img>div img{
    width: 100%;
}


.three-img{
    width: 95%;
    padding: 0 2.5%;
    font-size: 0;
    margin-top: 5px;
}
.three-img>div{
    width: 49.5%;
    display: inline-block;
    vertical-align: middle;
}
.three-img>div:first-child{
    margin-right: 0.5%;
}
.three-img>div:first-child img{
    width: 100%;
}
.three-img>div:last-child{
    margin-left: 0.5%;
}
.three-img>div:last-child img{
    width: 100%;
    display: block;
}