* {
    margin: 0;
    padding: 0;
    list-style: none;

}

body {
    width: 100%;
    /* background-color: #F9F9F9; */
}

div {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

button {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

img {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

a {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.index_top {
    width: 100%;
    /* height: 55vw; */
    background: linear-gradient(360deg, rgba(43, 133, 244, 0) 1%, #2A64F2 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    padding-top: 5vw;
    box-sizing: border-box;
}
.index_top h1{
font-size: 3.6vw;
font-weight: 400;
color: #FFFFFF;
margin-left: 10vw;
margin-bottom: 2vw;

}

.index_top .top {
    width: 90vw;
    height: 58vw;
    margin-left: 5vw;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    padding: 4vw;
    box-sizing: border-box;
    padding-top: 1px;
}

.index_top .top .search {
    width: 100%;
    height: 12vw;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
}

.index_top .top .search input {
    width: 80vw;
    outline: none;
    border: none;
    margin-left: 2vw;
    font-size: 4vw;
}

.index_top .top .search img {
    flex-shrink: 1;
    width: 4.5vw;
    height: 4.4vw;
    margin-top: 4vw;

}

input::placeholder {
    font-size: 4vw;
    font-weight: 400;
    color: #999999;

}

.index_top .top .function {
    width: 100%;
    padding-top: 5vw;
}

.index_top .top .function ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.index_top .top .function ul.two{
    margin-top: 3vw;
}

.index_top .top .function ul li {
    width: 15vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.index_top .top .function ul li img {
    width: 8vw;
    height: 8vw;
}

.index_top .top .function ul li p {
    height: 36px;
    font-size: 3.6vw;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.notice {
    width: 90vw;
    margin-top: 3vw;
    margin-left: 5vw;
    background: #eaeef4ab;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    height: 11vw;
    display: flex;
    justify-content: space-around;
    justify-items: center;
    box-sizing: border-box;
    /* line-height: 11vw; */
}

.notice p {
    white-space: nowrap;
    /* 防止文字换行 */
    text-overflow: ellipsis;
    /* 文字溢出时显示省略号 */
    overflow: hidden;
    /* 超出容器的文字隐藏 */
    font-size: 3.8vw;
    color: #0C1A3E;
 
    margin-top: 3vw;
   

}

.notice img:first-child {
    width: 10vw;
    height: 5vw;
    margin-top: 3vw;
    margin-left: 3vw;
    margin-right: 4.5vw;

}

.notice img:last-child {
    width: 6vw;
    height: 3vw;
    margin-top: 4vw;
    margin-right: 2.5vw;
}

/* 轮播图 */

.swiper {
    width: 90vw;
    height: 52vw;
    margin: 2vw 5vw;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.swiper ul li {
    top: 0;
    width: 90vw;
    height: 52vw;
}

.swiper ul li.action {
    opacity: 1;
}

.swiper ul li img {
    display: block;
    width: 90vw;
    height: 52vw;
}

.swiper ol {
    text-align: center;
}

.swiper ol li {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    margin-left: 10px;

}

.swiper ol li.action {
    width: 30px;
    background-color: #fff;
}

/* 内容 */
.content {
    width: 100%;
    padding: 1vw 5vw;
    box-sizing: border-box;
    margin-bottom: 22vw;

}
#content {
    margin-bottom: 16vw;
}

/* 在线预约 */
.content .reservate {
    width: 100%;
    height: 38vw;
    background: linear-gradient( 180deg, #F5F8FC 0%, #FFFFFF 100%);
    border-radius: 10px;
    padding: 1.5vw 3vw 3vw 3vw;

    box-sizing: border-box;
    margin-bottom: 3vw;
    border: 3px solid #fff;
   
}
.content .reservate .title{
display: flex;
justify-content: space-between;
}
/* .title img {
    height: 5vw;
    margin-bottom: 3vw;
} */

.title .tit {
    height: 4.2vw;
    margin-bottom: 3vw;

}
.content .reservate .title .mo{
    margin-top: 1.5vw;
}
.content .reservate .title .mo .more3{
    width:4.8vw;
    margin-bottom: 2.6vw;
}
.content .reservate .title .more{
    width: 14.5vw;
    height:7vw;
    background: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    padding: 2vw 1vw;
    box-sizing: border-box;
}

.content .reservate .title .more .more1{
    width: 6vw;
    margin-bottom: 0.8vw;
    margin-left: 2vw;

}.content .reservate .title .more .morego{
    width: 2vw;
margin-bottom: 1.3vw;

}

.content .reservate .box {
    width: 100%;
    height:20vw;
    display: flex;
    justify-content: space-between;

}

.content .reservate .box .left {
    width: 40vw;
    height: 21vw;
    background-image: url("../images/bg1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.content .reservate .box .right {
    width: 40vw;
    height: 21vw;
    background-image: url("../images/bg2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.content .reservate .box p:first-child {
    height: 8vw;
    font-size: 4.2vw;
    font-weight: 700;
    color: #333333;
    line-height: 8vw;
    margin-left: 4vw;
    margin-top: 4vw;

}

.content .reservate .box p:last-child {
    height: 5vw;
    font-size: 3.4vw;

    font-weight: 400;
    color: #498BD7;
    line-height: 5vw;
    margin-left: 4vw;

}

.content .reservate .box .right p:last-child {
    height: 5vw;
    font-size: 3.4vw;

    font-weight: 400;
    color: #EB9E12;
    line-height: 5vw;
    margin-left: 4vw;

}

/* 精品推荐 */

.recommend {
    width: 100%;
    height: 57vw;
    background-image: url("../images/bg3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    padding: 4vw;
    box-sizing: border-box;
    margin-bottom: 3vw;
}

.recommend .box {
    width: 100%;
    height: 40vw;
    display: flex;
    justify-content: space-between;
}

.recommend .box .left {
    width: 39vw;
    height: 26vw;
    position: relative;


}

.drawingicon {
    /* width: 39vw; */
    height: 26vw;
    border-radius: 10px;
}


.recommend .box .left .hot {
    position: absolute;
    height: 9vw;
    top: -2vw;
    left: 4vw;
}

.recommend .box .right {
    width: 39vw;
    height: 26px;
}

.recommend .box .text {
    height: 8vw;
    font-size: 3.8vw;
    font-weight: bold;
    color: #333333;
    line-height: 8vw;
    margin-left: 2vw;
    margin-bottom: 0.5vw;


}

.recommend .box .layer1 {
    width: 9vw;
    height: 5vw;
    font-size: 3vw;
    font-weight: 400;
    color: #EB9E12;
    line-height: 5vw;
    text-align: center;
    background: #FFF4DF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    margin-left: 2vw;
}

.recommend .box .layer2 {
    width: 9vw;
    height: 5vw;
    font-size: 3vw;
    font-weight: 400;
    color: #4795F3;
    line-height: 5vw;
    text-align: center;
    background: #EFF4FD;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    margin-left: 2vw;
}

.drawing {
    background-image: url("../images/bg4.png");
}


/* 政策查询 */
.policy {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    padding: 4vw 4vw 0 4vw;

    box-sizing: border-box;
    margin-bottom: 3vw;
    box-shadow: 0 0 10px 5px rgba(208, 208, 211, 0.171);

}

.policy .title img {
    height: 5.1vw;
}

.policy .box,
.tab_con .box {
    /* height: 31vw; */
    width: 100%;
    margin-bottom: 2.5vw;
    border-bottom: 1px solid #d8d8d8b0;
}

.policy .box p:last-child,
.tab_con .box p:last-child {
    padding-bottom: 2vw;
  
}

.policy .box p:first-child,
.tab_con .box p:first-child {

    font-size: 4vw;
    font-weight: bold;
    color: #333333;
    line-height: 6vw;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 显示两行文本 */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 使用省略号表示溢出的文本 */
    margin-bottom: 1vw;
    box-sizing: border-box;


}

.policy .box p:nth-child(2),
.tab_con .box p:nth-child(2) {

    font-size: 3.6vw;
    font-weight: 400;
    color: #666666;
    line-height: 6vw;
    text-align: justify;
    white-space: nowrap;
    /* 防止文本换行 */
    overflow: hidden;
    /* 超出容器宽度的文本隐藏 */
    text-overflow: ellipsis;
    /* 溢出文本用省略号表示 */
    box-sizing: border-box;

}

.policy .box p:last-child,
.tab_con .box p:last-child {
    height: 10vw;
    line-height: 10vw;
}

.policy .box p:last-child span:first-child,
.tab_con .box p:last-child span:first-child {
    height: 5.5vw;
    font-size: 3.2vw;
    font-weight: 400;
    color: #EB9E12;
    line-height: 5.5vw;
    background: #FFF4DF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #EB9E12;
    display: inline-block;
    padding: 0 1vw;
    margin-right: 3vw;
}

.policy .box p:last-child span:last-child,
.tab_con .box p:last-child span:last-child {
    height: 5.5vw;
    font-size: 3.2vw;
    font-weight: 400;
    color: #999999;
    line-height: 5.5vw;

}

.policy .box2,
.tab_con .box2 {
    display: flex;
    justify-content: space-between;
}

.policy .box2 .left,
.tab_con .box2 .left {
    width: 51vw;
    height: 100%;
    float: left;
}


.policy .box2 .right,
.tab_con .box2 .right {
    /* width: 30vw; */
    height: 100%;
    margin-top: 3vw;
    margin-left: 2vw;
}

.policy .box2 .right img,
.tab_con .box2 .right img {
    width: 30vw;
    border-radius: 10px;
}

#blue{
    color: #4795F3;
    line-height: 5.5vw;
    background: #4794f31f;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #4795F3;
}

.policy :last-child, 
.tab_con :last-child{
    border-bottom: none;
}


/* 资讯 */

.seek_top {
    width: 100%;
    height: 20vw;
    background: linear-gradient(180deg, #EEF1FE 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.seek_content {
    width: 100%;
    padding: 3vw 4vw;
    padding-bottom: 0;
    box-sizing: border-box;
    background-color: #FFFFFF;
    position: absolute;
    top: 4vw;
    border-radius: 10px 10px 0 0;

}

.seek_content .top {
    /* height: 10vw; */
    display: flex;
    justify-content: space-between;
    padding: 1vw 0;
}

.seek_content .top .left img {
    height: 4.5vw;
}

.seek_content .top .right img {
    height: 3.7vw;
}

.seek_content .main {

    background: linear-gradient(180deg, #F2F4FE 0%, rgba(242, 244, 254, 0.171) 100%);
    border-radius: 10px;
    overflow: hidden;
    padding: 2vw 5.5vw;

    box-sizing: border-box;
    margin-top: 2vw;
    /* margin-bottom: 2vw; */
}

.seek_content .main p {
    font-size: 3.6vw;
    font-weight: 400;
    color: #333333;
    line-height: 6vw;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 显示两行文本 */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 使用省略号表示溢出的文本 */
    margin-bottom: 2.6vw;
    position: relative;
    letter-spacing: 0.2vw;
}

.seek_content .main span {
    content: "";
    position: absolute;
    left: 6vw;
    margin-top: 2vw;
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 50%;
    background: #62C8FF;
}


.tab_box {
    width: 100%;
    height: auto;
    overflow: hidden;

}

.tab_box .tab_tit {
    width: 100%;
    height: 13vw;
    display: flex;
    position: relative;
}

.tab_box .tab_tit .search_tab {
    width: 4vw;
    position: absolute;
    right: 0;
    top: 2vw;
}

.tab_box .tab_tit li:first-child {
    text-align: left;
}


.tab_box .tab_tit li {
    width: 20vw;
    line-height: 8vw;
    cursor: pointer;
    position: relative;
    list-style-type: none;
    text-align: center;
    font-weight: 400;
    color: #9AA4B8;
    font-size: 4.5vw;
}

.tab_box .tab_tit li.active {

    font-weight: bold;
    color: #000000;

}

.tab_box .tab_tit li.active::after {
    background-image: url("../images/path.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-size: contain; */
    content: "";
    position: absolute;
    bottom: 3vw;
    left: 5.8vw;
    /* right: 32px; */
    width: 8vw !important;
    height: 1.5vw !important;
    /* margin: 0 auto; */
}

.tab_box .tab_con {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 24vw;

}

.tab_box .tab_con .item {
    width: 100%;

}


.tab_box .tab_con .item .m {
    margin: 20vw auto 20vw
}

.tab_box .tab_con .item .m img {
    width: 34vw;
    margin: 0 auto;
    display: block;
}

.tab_box .tab_con .item .m p {
    text-align: center;
    font-size: 3.2vw;
    font-weight: 400;
    color: #999999;
    margin-top: 3vw;
}


.tab_box .tab_con .item {
    display: none;
}

.tab_box .tab_con .item.dis {
    display: block;
}


/* 政策查询 */

.policy_content {
    margin-top: 18vw !important;
    padding-bottom: 0 !important;
}


.index_bottom{
    width: 86%;
    margin-left: 7% !important;
}