*{
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    color: #000;
}
.content{
    max-width: 1683px;
    margin: 0 auto;
}
.header{
    height: 146px;
    background-image: url(../img/hicetea1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.header .content{
    height: 146px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .content .logo img{
    width: 350px;
}
.header .content .search{
    height: 50px;
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .content .search input{
    width: 250px;
    height: 50px;
    border: none;
    padding-left: 20px;
    font-size: 18px;
}
.header .content .search .search-btn{
    width: 100px;
    height: 50px;
    background-color: #1DB278;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 20px;
}
.nav{
    height: 93px;
    background-color: #1DB278;
    color: #fff;
    text-align: center;
    line-height: 93px;
    cursor: pointer;
    font-size: 20px;
}
.nav .content{
    height: 93px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav .content .nav-item{
    height: 93px;
    line-height: 93px;
    cursor: pointer;
    font-size: 34px;
    color: #fff;
    font-weight: bold;
}
.main{
    width: 100%;
    background-image: url(../img/hicetea13.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 500px;
    padding-top: 65px;
}
.bximg{
    width: 50%;
    display: block;
    margin: 65px auto;
    margin-top: 0;
}
.tip{
    width: 100%;
    height: 88px;
    line-height: 88px;
    font-size: 20px;
    color: #000;
    background-color: #EFFEF9;
    padding: 0 20px;
    box-sizing: border-box;
}
.tip img{
    width: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    
}
.zhuanye{
    background-color: #fff;
    padding: 20px 0;
    box-sizing: border-box;
}
.zhuanyeSearch{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tabs{
    display: flex;
    align-items: center;
}
.tab-item{
    width: 277px;
    height: 60px;
    border: 1px solid #1DB278;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    color: #000;
    cursor: pointer;
    margin-right: 2px;
}
.tab-item:hover{
    background-color: #1DB278;
    color: #fff;

}
.searchBox{
    width: 400px;
    height: 60px;
    display: flex;
    align-items: center;
}
.searchBox input{
    width: 300px;
    height: 60px;
    border: none;
    padding-left: 20px;
    font-size: 20px;
    border: 1px solid #FFC24D;
    box-sizing: border-box;
}
.searchBox .search-btn{
    width: 120px;
    height: 60px;
    background-color: #FFC24D;
    color: #fff;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    font-size: 26px;
    margin-right: 10px;
}
.zhuanyecontent{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #FAFDFF;
    margin-top: 10px;
}
.listbox{
    width: 280px;
    /* background-color: #fff; */
    border-right:1px solid #eee;
}
.listtit{
    font-size: 24px;
    height: 88px;
    line-height: 88px;
    padding: 0 20px;
    box-sizing: border-box;
}
.listitem{
    width: 100%;
    font-size: 22px;
    height: 88px;
    line-height: 88px;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
    box-sizing: border-box;
    color: #333;
    border-left: 4px solid #FAFDFF;
}
.listitem:hover{
    border-left: 4px solid #1DB278;
    /* background-color: #F8F7F5; */
}
.listbox2{
    flex: 1;
}
.listBoxs{
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.listBoxs .listitem:hover{
    border-left: 4px solid #FAFDFF;
}
.listitem.active{
    border-left: 4px solid #1DB278;
    background-color: #F8F7F5;
}
.tipBox{
    width: 100%;
    height: 417px;
    background-color: #fff;
    margin-bottom: 44px;
    padding-top: 55px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}
.tiptitle{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}
.tiptitle img{
    width: 38px;
    margin-right: 10px;
}
.tipNav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tipNav-item{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 365px;
    height: 209px;
    background-color: #FFF7F1;
}
.tipNav-item:nth-child(2){
    background-color: #E8F9F4;
}
.tipNav-item:nth-child(1) small{
    color: #FF9B06;
}
.tipNav-item:nth-child(2) small{
    color: #35B681;
}
.tipNav-item:nth-child(3) small{
    color: #D562FF;
}
.tipNav-item:nth-child(4) small{
    color: #3D8AFF;
}
.tipNav-item:nth-child(3){
    background-color: #FCF3FF;
}
.tipNav-item:nth-child(4){
    background-color: #F5FBFE;
}
.tipNav-item img{
    width: 122px;
    margin-right: 15px;
}
.tipNav-item div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tipNav-item div small{
    font-size: 30px;
    margin-top: 15px;
}
.contentMain{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.contentMain .left{
    width: 406px;
    margin-right: 50px;
}
.contentMain .right{
    flex: 1;
    background-color: #fff;
}
.contentMain .leftNav{
    width: 100%;
}
.leftNav-item{
    width: 100%;
    height: 105px;
    display: flex;
    align-items: center;
    padding: 0 50px;
    box-sizing: border-box;
    font-size: 26px;
    background-color: #fff;
}
.leftNav-item img{
    width: 24px;
    margin-right: 20px;
}
.leftNav-item.active{
    background-color: #1DB278;
    color: #fff;
}
.leftImg{
    width: 100%;
    margin-top: 36px;
}
.rightMsgList{
    padding-top: 50px;
}
.rightMsgList .rightTitle{
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.rightMsgList .rightTitle::after{
    content: '';
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 5px;
    height: 26px;
    background-color: #1DB278;
    transform: rotateZ(10deg)
}
.rightMsgItem{
    font-size: 18px;
    padding: 10px;
    color: #333;
}
.sxlist{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
.sxlist .listt{
    font-size: 20px;
    margin-right: 20px;
    width: 150px;
    flex-shrink: 0;
}
.sxlist .listit{
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sxlist .listit a{
    margin-right: 10px;
    margin-bottom: 10px;
}
.sxlist .listit a.active{
    color: #1DB278;
}
.sxlist .listit a:hover{
    color: #1DB278;
}
.searchsx{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.searchsx input{
    width: 300px;
    height: 40px;
    border: 1px solid #eee;
    padding: 0 10px;
    box-sizing: border-box;
}
.searchsxbtn{
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1DB278;
    color: #fff;
    cursor: pointer;
}
.text{
    font-size: 20px;
    margin-top: 20px;
    color: #333;
}
.text span{
    color: #1DB278;
}
.table{
    width: 100%;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.tableList{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tableItem{
    width: 33.3%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}
.tableItem:nth-child(1){
    width: 50%;
    justify-content: flex-start;
    padding-left: 20px;
}
.tableItem:nth-child(2){
    width: 25%;
    text-align: center;
}
.tableItem:nth-child(3){
    width: 25%;
    text-align: center;
}

.tableListTitle .tableItem{
    font-size: 24px;
    background-color: #FAFDFF;
    height: 105px;
    line-height: 105px;
    text-align: center;
}
.tableItem img{
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
.tableItem > div{
    font-size: 20px;
}
.tableItem .info{
    font-size: 16px;
    color: #999;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.tableItem .info div{
    margin-right: 10px;
    display: flex;
    font-size: 16px;
    align-items: center;
}
.tableItem small{
    font-size: 14px;
    color: #666;
}
.tableItem .btn{
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #1DB278;
    color: #000;
    cursor: pointer;
}
.page{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;

}
.page-item{
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    border-right: 0;
}
.page-item:last-child{
    border-right: 1px solid #ccc;
    padding: 0 5px;
}
.page-item:first-child{
    padding: 0 5px;
}
.page-item:hover{
    background-color: #1DB278;
    color: #fff;
}
.page-item.active{
    background-color: #1DB278;
    color: #fff;
}
.page-item.disabled{
    cursor: not-allowed;
    background-color: #eee;
    color: #999;
}

/* 下拉菜单样式 */
.nav-item-wrapper {
    position: relative;
    height: 93px;
    line-height: 93px;
    cursor: pointer;
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.nav-item-wrapper > .nav-item {
    height: 93px;
    line-height: 93px;
    cursor: pointer;
    font-size: 34px;
    color: #fff;
    font-weight: bold;
}

.dropdown-menu {
    position: absolute;
    top: 93px;
    left: 0;
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.nav-item-wrapper:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    padding: 0;
    margin: 0;
}

.dropdown-menu li a {
    display: block;
    padding: 12px 24px;
    font-size: 19px;
    color: #333;
    font-weight: normal;
    line-height: 1.5;
    transition: all 0.2s ease;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    background-color: #1DB278;
    color: #fff;
}
