body{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
a {
    color: black; /* 默认颜色 */
    text-decoration: none; /* 去除下划线 */
}
a:hover {
    color: black; /* 鼠标悬停时的颜色 */
    text-decoration: none; /* 鼠标悬停时添加下划线 */
}

a:active {
    color: black; /* 点击时的颜色 */
}

a:visited {
    color: black; /* 已访问链接的颜色 */
}
.hand{
    cursor: pointer
}
/*头部*/
.head{
    position: relative;

}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
    height: 450px;
}
.menu{
    position: absolute;
    top:15px;
    display: flex;
    z-index: 999999;
    width: 100%;
    height: 100px;
}
.menu div a{
    color: black;
    letter-spacing: 2px;
    opacity: 0.5;

}
.menu-title{
    display: inline-block;
    /*transform: scaleY(1.2);*/
}
.menu div:nth-child(1){
    width: 15%;
    margin-left: 12%;
    margin-top: 20px;
    line-height: 50px;
}
.menu div:nth-child(1) img{

    height: 65%;
}
.menu div{
    margin-left: 5%;
    line-height: 100px;
    font-size: 18px;
}
.menu div:nth-child(2){
    margin-left: 5%;
}
.active a{
    text-decoration: underline;
    text-decoration-thickness: 1.5px; /* 下划线厚度 */
    text-underline-offset: 5px; /* 下划线偏移 */
    color: black !important;
    font-weight: bold !important;
}
.category{
    position: absolute;
    left: 25%;
    top:280px;
}
.mbx{
    color: white;
    font-size: 13px;
    opacity: 0.5;
}
.mbx a{
    color: white;
    opacity: 0.9;
}
.category-title{
    display: flex;
    margin-top: 15px;
    opacity: 0.9;
}
.category-title div:nth-child(1){
    font-size: 45px;
    font-weight: 500;
    color: white;
}
.category-title div:nth-child(2){
    height: 20px;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.3);
    width: 500px;
    margin-left: 20px;
}
/*导航*/
.daohang{
    width: 100%;
    background: #f5f5f5;
    height: 65px;
    margin-top: -5px;
}
.daohang-content{
    display: flex;
    /*justify-content: flex-end; !* 将所有子项推到右侧，但这不是最后一个靠右 *!*/
    width: 80%;
    margin-left: 10%;
}
.daohang-content div a{
    opacity: 0.5;
}
.daohang-active a{
    text-decoration: underline;
    text-decoration-thickness: 1.5px; /* 下划线厚度 */
    text-underline-offset: 8px; /* 下划线偏移 */
    color: black !important;
    font-weight: bold !important;
    opacity: 0.99 !important;
}
.daohang-content div{
    line-height: 65px;
    margin-left: 5%;
    font-size: 16px;
}
.daohang-content div:hover{
    font-weight: bold;
}
.daohang-content div:nth-child(1){
    margin-left: 0;
}



/*搜索*/

.menu-search,menu-search-2{
    border: 1px solid black;
    position: absolute;
    top:35px;
    right:10%;
    width: 130px;
    height: 50px;
    line-height:50px;
    text-align: center;
    border-radius: 50px;
    z-index: 99999999;
}
.menu-search-2{
    z-index: 99999999;
    position: absolute;
    top:8%;
    right:10%;
    background: white;
    width: 380px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    line-height: 50px;
}

.menu-search-2 div:nth-child(1){
    text-indent: 15px;
    opacity: 0.5;
    font-size: 15px;
    width: 80%;
}
.menu-search-2 div:nth-child(2){
    margin-left: 15px;
    line-height: 60px;
}
.menu-search-2 div:nth-child(2) img{

}
.menu-search-2 div:nth-child(3){
    margin-left: 6%;
    width: 100px;

}
.menu-search-2 div:nth-child(3) img{
    width: 100px;
    height: 100%;
}
.banner-content{
    width: 90%;
    height:358px;
    z-index: 999999;
    position: absolute;
    top:130px;
    left:5%;
    border-radius: 25px;
    display: flex;
}
.block{
    display: none;
}
.banner-content-left{
    width: 35%;
    height: 100%;
    border-radius: 25px 0 0 25px;
    position: relative;
    overflow: hidden;
}

.banner-content-logo{
    position: absolute;
    top:30px;
    right: 10%;
    z-index: 999999;
    width: 130px;
}
.banner-content-logo img{
    width: 100%;
}

banner-content-content{
    height: 100%;
}
.banenr-left{
    width: 100%;
    height:358px;
    border-radius: 25px 0 0 25px;

}
.banner-content-content .title{
    position: absolute;
    top:60px;
    /*transform: translate(50%);*/
    left:15%;
    color: white;
    font-size: 21px;
    font-weight: 500;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    width: 70%;
    height: 50px;
    letter-spacing: 1px;
    opacity: 0.8;
}
.banner-content-content .descs{
    position: absolute;
    top:130px;
    /*transform: translate(50%);*/
    left:15%;
    color: white;
    width: 70%;
    text-indent: 4ch;
    line-height: 2;
    letter-spacing: 1px;
    opacity: 0.8;
    font-size: 15px;
}

.banner-content-right{
    width: 65%;
    height: 100%;
    background: white;
    opacity: 0.9;
    border-radius: 0 25px 25px 0;
    z-index: 999999;
}
.banner-content-menu{
    display: flex;
    margin: 30px 0 0 10%;
    width: 80%;
}
.banner-content-menu div{
    width: 18%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    /*background: #9eb75c;*/
    margin-left: 3%;
    border-radius: 25px;
    opacity: 0.5;
    font-weight: 500;
}
.menu-two{
    width: 80%;
    margin: 30px 0 0 10%;
    display: flex;
}
.menu-two-content{
    border: 1px solid #d3d5d6;
    border-radius: 5px;
    width: 60%;
    margin-left: 3%;
    height: 200px;
}
.menu-two-title{
    margin: 25px 0 0 30px;
    font-size: 17px;
    color: #003a2b;
    font-weight: bold;
}
.menu-two-keywords{
    font-size: 13px;
    color: #aaabb0;
    margin-left: 30px;
    margin-top: 5px;
}
.menu-two-keywords:hover{
    color:  black;
    text-decoration: underline;
    text-decoration-thickness: 1.5px; /* 下划线厚度 */
    text-underline-offset: 2px; /* 下划线偏移 */
}

.menu-active{
    background: #ffd7a5;
    font-weight: 500;
    font-size: 18px;
    color: black;
    opacity: 0.99 !important;
}


/*专业人员*/
.people{
    width: 18%;
    margin-left: 5%;
    margin-top: 50px;
}
.zyrytj{
    font-weight: bold;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 2px;
}
.ryjs{
    display: flex;
    margin-top: 20px;
}
.tx{
    width: 36%;
}
.tx img{
    width: 100%;
}
.people-info{
    margin-left: 6%;
}
.people-info div:nth-child(1){
    margin-top: 30px;
    font-size: 1vw;
    font-weight: bold;
    color: #0c4033;
}
.people-info div:nth-child(2){
    margin-top: 20px;
    font-size: 1vw;
    font-weight: bold;
    opacity: 0.5;
}

.ljgd{
    width: 65%;
    background: #ffd7a5;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    text-decoration: underline;
    text-decoration-thickness: 1.5px; /* 下划线厚度 */
    text-underline-offset: 5px; /* 下划线偏移 */
    font-weight: bold;
    text-align: center;
    font-size: 1vw;
}



/*底部*/
.foot{
    height: 480px;
}
.foot-ht{
    background: #ffd4a1;
    height: 15px;
    width: 100%;
}

.foot-logo-menu{
    width: 80%;
    margin-left: 10%;
    margin-top: 50px;
    display: flex;
    height: 180px;
}
.foot-logo{
    width: 45%;
}
.foot-logo img{
    width: 100%;
}
.foot-menu{
    width: 100%;
    /*margin-left: 50%;*/
    display: flex;
    justify-content: right;
    line-height: 150px;
    opacity: 0.8;
}
.foot-menu div{
    font-size: 18px;
    font-weight: 500;
    margin-left: 5%;
}
.foot-menu div:nth-child(1){

    margin-left: 10%;
}
.phone-email{
    width: 80%;
    margin: 0 auto;
    text-align: right;
    margin-top: 30px;
}
.foot-other-info{
    width: 80%;
    margin: 0 auto;
    display: flex;
    margin-top: 20px;
    opacity: 0.5;
}
.foot-other-info div:nth-child(2){
    margin-left: auto;
}

/*菜单*/

