/*头部左侧样式*/
.dowebok-hd { width: 100%; height: 4rem; position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center; z-index: 9999;}
.dowebok-hd .nav-left { width: 75rem; height: 4rem; display: flex; align-items: center; position: relative; }
.nav-left .nav-logo { width: 4.8125rem; height: 1.625rem; margin: 1.1875rem 0; margin-right: 3.125rem; display: block; }
.nav-left .nav-txt { width: auto; height: 4rem; display: flex; align-items: center; }
.nav-left .nav-txt li { padding-right: 1.875rem; position: relative; }
.nav-left .nav-txt a { color: white; font-size: .875rem; font-weight: 400; display: flex; height: 4rem; align-items: center;}
.nav-left .nav-txt a:hover { color: #A1ADB3; }
/*导航二级菜单*/
.nav-left .nav-txt li:hover .nav-txt-upnav { display: block;  z-index: 9999;}
.nav-txt .nav-txt-upnav { position: absolute; width: 240px; border-radius: 5px; background: #FFF; 
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10); left: 50%; transform: translateX(-50%); display: none; }
.nav-txt .nav-txt-upnav ul{display: flex; justify-content: center; align-items: center; flex-wrap:wrap; width: 240px;
     margin-top: .625rem; margin-bottom: .625rem; }
.nav-txt .nav-txt-upnav ul li{width: 240px; font-size: 12px; font-weight: 400;}
.nav-txt .nav-txt-upnav ul li a{ width: 240px;display: flex; justify-content: center; align-items: center; flex-wrap:wrap; height: 2.5rem; padding: 0 1rem; color: #3D3D3D; }
.nav-txt .nav-txt-upnav ul li a:hover { color: #3D3D3D; }
.nav-txt .nav-txt-upnav ul li:hover { color: #3D3D3D; background: #F5F5F5; }
/*头部右侧样式*/
.dowebok-hd .nav-right { width: 11.25rem; height: 2.25rem; display: flex; align-items: center; gap: 1.625rem; position: absolute; right: 0;}
.right-btn { width: 4.625rem; height: 2.25rem; border-radius: 2.625rem; background: linear-gradient(107deg, #F1580B 8.48%, #FC9F09 96.68%); display: flex; justify-content: center; align-items: center;}
.right-btn a { color: white; font-size: .875rem; font-weight: 400;}
.nav-right .nav-right-txt { width: 5rem; height: 2.25rem; display: flex; align-items: center; justify-content: center; white-space: nowrap; }
.nav-right .nav-right-txt span { margin-right: 1rem;}
.nav-right .nav-right-txt span a { color: white; font-size: .875rem; font-weight: 400; }
.nav-right .nav-right-txt span a:hover { color: #A1ADB3; height: 2.25rem;}


/*头部左侧样式*/
.bdowebok-hd { width: 100%; height: 4rem; position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center; z-index: 9999; background-color: white;}
.bdowebok-hd .bnav-left { width: 75rem; height: 4rem; display: flex; align-items: center; position: relative; }
.bnav-left .bnav-logo { width: 4.8125rem; height: 1.625rem; margin: 1.1875rem 0; margin-right: 3.125rem; display: block; }
.bnav-left .bnav-txt { width: auto; height: 4rem; display: flex; align-items: center; }
.bnav-left .bnav-txt li { padding-right: 1.875rem; position: relative; }
.bnav-left .bnav-txt a { color: rgba(0,0,0,.85); font-size: .875rem; font-weight: 400; display: flex; height: 4rem; align-items: center;}
.bnav-left .bnav-txt a:hover { color: #000000; } /*border-bottom: 3px solid #000000;*/
/*导航二级菜单*/
.bnav-left .bnav-txt li:hover .bnav-txt-upnav { display: block; z-index: 9999;}
.bnav-txt .bnav-txt-upnav { position: absolute; width: 240px; border-radius: 5px; background: #FFF; box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10); left: 50%; transform: translateX(-50%); display: none; }
.bnav-txt .bnav-txt-upnav ul{display: flex; justify-content: center; align-items: center; flex-wrap:wrap; width: 240px; margin-top: .625rem; margin-bottom: .625rem; }
.bnav-txt .bnav-txt-upnav ul li{width: 240px; font-size: 12px; font-weight: 400;}
.bnav-txt .bnav-txt-upnav ul li a{ width: 240px; display: flex; justify-content: center; align-items: center; flex-wrap:wrap; height: 2.5rem; padding: 0 1rem; color: #3D3D3D; }
.bnav-txt .bnav-txt-upnav ul li a:hover { color: #3D3D3D; border-bottom: 0;}
.bnav-txt .bnav-txt-upnav ul li:hover { color: #3D3D3D; background: #F5F5F5;}
/*头部右侧样式*/
.bdowebok-hd .bnav-right { width: 11.25rem; height: 2.25rem; display: flex; align-items: center; gap: 1.625rem; position: absolute; right: 0;}
.bright-btn { width: 4.625rem; height: 2.25rem; border-radius: 2.625rem; background: linear-gradient(107deg, #F1580B 8.48%, #FC9F09 96.68%); display: flex; justify-content: center; align-items: center;}
.bright-btn a { color: white; font-size: .875rem; font-weight: 400;}
.bnav-right .bnav-right-txt { width: 5rem; height: 2.25rem; display: flex; align-items: center; justify-content: center; white-space: nowrap; }
.bnav-right .bnav-right-txt span { margin-right: 1rem;}
.bnav-right .bnav-right-txt span a { color: rgba(0,0,0,.85); font-size: .875rem; font-weight: 400; }
.bnav-right .bnav-right-txt span a:hover { color: #000000; height: 2.25rem;}