﻿@charset 'utf-8';

/******样式清除******/
html{
	font-size:100px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

a,
span {
    vertical-align: top;
}

img {
    border: 0;
    vertical-align: middle;
}

input,
button,
text {
    vertical-align: top;
    outline: none;
    border: none;
}

button {
    padding: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
}

textarea {
    outline: none;
    border: none;
    resize: none;
}

input,
textarea {
    box-sizing: content-box;
    outline: none;
    background: 0 0;
    font-family: 'Microsoft YaHei';
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #acacac;
}

table tr td,
table {
    border-collapse: collapse;
}

body {
    font-size: 0;
    color: #000;
    font-family: 'Microsoft YaHei';
}


/*****通用样式******/


/*清除浮动*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.db {
    display: inline-block;
}


/*****边距调整****/

.mt10 {
    margin-top: 10px;
    margin-top: 0.1rem;
}

.mt15 {
    margin-top: 15px;
    margin-top: 0.15rem;
}

.mt20 {
    margin-top: 20px;
    margin-top: 0.2rem;
}

.mr5 {
    margin-right: 5px;
    margin-right: 0.05rem;
}

.mr10 {
    margin-right: 10px;
    margin-right: 0.1rem;
}

.mr15 {
    margin-right: 15px;
    margin-right: 0.15rem;
}

.mr20 {
    margin-right: 20px;
    margin-right: 0.2rem;
}


/****公用样式******/

.underline:hover,
.underlines a:hover {
    text-decoration: underline;
}

.textbold:hover,
.textbolds a:hover {
    font-weight: bold;
}

.e,
.es a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*.hover,*/
.hovers img {
    transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
}

/*.hover:hover,*/
.hovers img:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
}

.innerbox::-webkit-scrollbar {
    width: 4px;
    width: 0.04rem;
}

.innerbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shaow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shaow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.innerbox::-webkit-scrollbar-track {
    border-radius: 0px;
    -webkit-box-shaow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shaow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1);
}


/****内容块居中***/

.centerWidth {
    width: 1200px;
    width: 12rem;
    margin: 0 auto;
}


/*头部*/

.wrap {
    width: 1200px;
    width: 12rem;
    margin: 0 auto;
    padding: 0 20px;
    padding: 0 0.2rem;
}

.wrap1 {
    background: #fff;
}

.top {
    position: relative;
    width: 100%;
    background-size: cover;
    font-size: 24px;
    font-size: 0.24rem;
    color: #fff;
}

.bg-banner {
    position: absolute;
    width: 100%;
    height: 170px;
    height: 1.7rem;
    z-index: -2;
    background: url(2022topbg.png) repeat-x #75b5f4;
}

.bg-imgs {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-imgs a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.bg-imgs a img {
    width: 100%;
    height: 622px;
    height: 6.22rem;
}

.top a {
    color: #fff;
}

.tjh_bmjz_pos {
    display: inline-block;
    box-sizing: border-box;
    padding-left: 20px;
    padding-left: 0.2rem;
    background: url(bmjz-pos.png) no-repeat center left;
    margin-right: 14px;
    margin-right: 0.14rem;
}

.top .top-login {
    font-size: 16px;
    font-size: 0.16rem;
    padding-top: 20px;
    padding-top: 0.2rem;
}

.top .logo {
    margin-top: 45px;
    margin-top: 0.45rem;
    text-align: center;
}

.top .logo .xhy-hntr {
    margin-top: 10px;
    margin-top: 0.1rem;
}

.xhy-hntr {
    width: 400px;
    width: 4rem;
    margin: 0 auto;
}

.xhy-search {
    width: 100%;
    height: 46px;
    height: 0.46rem;
    margin: 10px auto;
    margin: 0.1rem auto;
    border-radius: 8px;
    background: url(gzw-inputbg.png) no-repeat;
}

.xhy-search input {
    width: 323px;
    width: 3.23rem;
    height: 100%;
    padding: 0 15px;
    padding: 0 0.15rem;
    box-sizing: border-box;
    color: #333;
    border: none;
    outline: none;
    font-size: 14px;
    font-size: 0.14rem;
    line-height: 38px;
    line-height: 0.38rem;
}

.xhy-search input::placeholder {
    color: #666;
}

.xhy-search button {
	float: right;
    width: 67px;
    width: 0.67rem;
    height: 100%;
    border-top-right-radius: 8px;
    border-top-right-radius: 0.08rem;
    border-bottom-right-radius: 8px;
    border-bottom-right-radius: 0.08rem;
    background: url(w1-search1.png) center no-repeat;
}

.top-menu {
    position: relative;
    margin-top: 27px;
    margin-top: 0.27rem;
    background: #1275ca;
}

.top-menu .menu {
    width: 1280px;
    width: 12.8rem;
    height: 80px;
    height: 0.8rem;
    margin: 0 auto;
}

.top-menu a {
    display: inline-block;
    min-width: 140px;
    min-width: 1.4rem;
    padding: 0 14px;
    padding: 0 0.14rem;
    height: 80px;
    height: 0.8rem;
    margin: 0 4px;
    margin: 0 0.04rem;
    line-height: 80px;
    line-height: 0.8rem;
    text-align: center;
    font-weight: bold;
}

.top-menu a:hover,
.top-menu a.cur {
    background: #df7b2d;
    font-weight: bold;
}

.top-menu a img {
    margin-right: 10px;
    margin-right: 0.1rem;
    opacity: 0.85;
}

.top-menu a:hover img {
    margin-right: 10px;
    margin-right: 0.1rem;
    opacity: 1;
}

.top-menu a.cur img {
    margin-right: 10px;
    margin-right: 0.1rem;
    opacity: 1;
}

.top-menu a span {
    color: #FFFFFF;
    vertical-align: middle;
}

.top-menu .menu-img {
    position: absolute;
    left: -20px;
    left: -0.2rem;
    top: 28px;
    top: 0.28rem;
}

.top-menu .menu-img2 {
    position: absolute;
    right: -20px;
    right: -0.2rem;
    top: 28px;
    top: 0.28rem;
}

.xj-lb-tt {
    position: relative;
    padding: 26px 13px 24px 17px;
    padding: 0.26rem 0.13rem 0.24rem 0.17rem;
}

.xj-lb-tt .img {
    position: absolute;
    top: 42px;
    top: 0.42rem;
    left: 17px;
    left: 0.17rem;
}

.lb-tt-bnr2 .lb-tt-item {
    left: 26px;
    left: 0.26rem;
}

.lb-tt-item .title {
    text-align: left;
    color: #0662b1;
    font-weight: bold;
    font-size: 28px;
    font-size: 0.28rem;
}

.lb-tt-item .atr {
    color: #0f2d57;
    font-size: 16px;
    font-size: 0.16rem;
}

.xj-content {
    padding-left: 16px;
    padding-left: 0.16rem;
    padding-right: 16px;
    padding-right: 0.16rem;
    background: #fff;
}

.xj-dt {
    height: 427px;
    height: 4.27rem;
}

.xj-dt-lf {
    width: 760px;
    width: 7.6rem;
    height: 100%;
}

.xj-dt-rt {
    width: 392px;
    width: 3.92rem;
    height: 100%;
}


/*底部*/

.footer {
    background: #0662b1;
    clear: both;
    padding: 10px 0 20px 0;
    padding: 0.1rem 0 0.2rem 0;
}

.f-info {
    border-top: 1px solid #4484bb;
    margin-top: 4px;
    margin-top: 0.04rem;
    color: #fff;
}

.f-info-left {
    width: 750px;
    width: 7.5rem;
    text-align: left;
}

.f-info-div {
    margin-top: 18px;
    margin-top: 0.18rem;
}

.f-info-div>a {
    font-size: 15px;
    font-size: 0.15rem;
    color: #fff;
}

.f-info-div>a:hover {
    color: #fff;
    text-decoration: underline;
}

.f-info-div>span {
    color: #fff;
    font-size: 15px;
    font-size: 0.15rem;
    display: inline-block;
    margin: 0 16px 16px;
    margin: 0 0.16rem 0.16rem;
}

.f-info-p {
    font-size: 14px;
    font-size: 0.14rem;
    color: #fff;
    line-height: 28px;
    line-height: 0.28rem;
}

.f-info-right {
    margin-right: 30px;
    margin-right: 0.3rem;
    overflow: hidden;
    margin-top: 20px;
    margin-top: 0.2rem;
}

.f-info-right>a {
    display: inline-block;
    text-align: center;
}

.f-info-right>a+a {
    margin-left: 10px;
    margin-left: 0.1rem;
}

.f-info-right>a>span {
    font-size: 12px;
    font-size: 0.12rem;
    color: #fff;
    display: block;
    margin-top: 4px;
    margin-top: 0.04rem;
}

.f-info-p a {
    display: inline-block;
    font-size: 14px;
    font-size: 0.14rem;
    color: #fff;
    margin-right: 16px;
    margin-right: 0.16rem;
}

.f-info-p a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.f-info-p span {
    display: inline-block;
    font-size: 14px;
    font-size: 0.14rem;
    color: #fff;
    margin-right: 16px;
    margin-right: 0.16rem;
}


/*分享*/

.share {
    margin-right: 20px;
    margin-right: 0.2rem;
}

.share a {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-left: 0.1rem;
}

.share img {
    width: 25px;
    width: 0.25rem;
}

.share .erweima {
    width: 120px;
    width: 1.2rem;
    position: absolute;
    left: -40px;
    left: -0.4rem;
    top: 30px;
    top: 0.3rem;
}


/*分页*/

.pagination {
    text-align: center;
    font-size: 14px;
    font-size: 0.14rem;
    padding-bottom: 20px;
    padding-bottom: 0.2rem;
}

.pagination a {
    width: 32px;
    width: 0.32rem;
    line-height: 32px;
    line-height: 0.32rem;
    display: inline-block;
    text-align: center;
    background: #eee;
    border-radius: 3px;
    margin: 0 6px;
    margin: 0 0.06rem;
}

.pagination a:hover {
    background: #2760b7;
    color: #fff;
    cursor: pointer;
}

.pagination .first-page,
.pagination .last-page {
    width: 78px;
    width: 0.78rem;
}

.pagination .active {
    background: #2760b7;
    color: #fff;
}


/*底部模拟下拉开始*/

.drop-groups {
    position: relative;
    background: #0662b1;
}

.drop-down {
    width: 240px;
    width: 2.4rem;
    height: 40px;
    height: 0.4rem;
    text-align: center;
}

.drop-down .tag {
    display: inline-block;
    height: 40px;
    height: 0.4rem;
    box-sizing: border-box;
    padding: 0 20px;
    padding: 0 0.2rem;
    color: #fff;
    font-size: 14px;
    font-size: 0.14rem;
    line-height: 40px;
    line-height: 0.4rem;
    cursor: pointer;
    background: url(drop-icon.png) no-repeat right center;
}

.drop-groups .drop-down .cur.border {
    border: 1px solid #fff;
}

.drop-lists {
    position: absolute;
    width: 1140px;
    width: 11.4rem;
    top: 40px;
    top: 0.4rem;
    left: 0px;
    left: 0px;
    padding-left: 60px;
    padding-left: 0.6rem;
    padding-top: 8px;
    padding-top: 0.08rem;
    border: 1px solid #eee;
    height: 117px;
    height: 1.17rem;
    overflow: auto;
    display: none;
    text-align: left;
    background: #f5f5f5;
}

.drop-lists li {
    width: 273px;
    width: 2.73rem;
    height: 36px;
    height: 0.36rem;
    line-height: 36px;
    line-height: 0.36rem;
}

.drop-lists a {
    display: block;
    line-height: 36px;
    line-height: 0.36rem;
    width: 80%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-left: 0.2rem;
    font-size: 14px;
    font-size: 0.14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1369c0;
}

.drop-lists a:hover {
    font-weight: bold;
}


/*底部模拟下拉结束*/


/* 头条轮播 */

.m-lb-tt {
    position: relative;
    height: 88px;
    height: 0.88rem;
    overflow: hidden;
}

.lb-tt-bnr {
    height: 100%;
}

.lb-tt-item {
    position: absolute;
    left: 0;
    top: 0;
    height: 88px;
    height: 0.88rem;
    padding-left: 112px;
    padding-left: 1.12rem;
}

.lb-tt-item .title,
.lb-tt-item .atr {
    width: 998px;
    width: 9.98rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lb-tt-item .title {
    display: block;
    padding-top: 10px;
    padding-top: 0.1rem;
    text-align: center;
    line-height: 38px;
    line-height: 0.38rem;
    font-size: 38px;
    font-size: 0.38rem;
}

.lb-tt-item .title:hover {
    text-decoration: underline;
}

.lb-tt-item .atr {
    margin-top: 17px;
    margin-top: 0.17rem;
    line-height: 14px;
    line-height: 0.14rem;
    font-size: 14px;
    font-size: 0.14rem;
}

.lb-tt-btn {
    position: absolute;
    right: 13px;
    right: 0.13rem;
    top: 27px;
    top: 0.27rem;
    border: 1px solid #dfdfdf;
}

.lb-tt-btn .prev {
    border-bottom: 1px solid #dfdfdf;
    background: url(../images/prev.png) center no-repeat;
}

.lb-tt-btn .next {
    background: url(../images/next.png) center no-repeat;
}

.lb-tt-btn .prev,
.lb-tt-btn .next {
    width: 30px;
    width: 0.3rem;
    height: 43px;
    height: 0.43rem;
    cursor: pointer;
}


/****街道下拉*****/

.index-menu {
    position: absolute;
    top: 42px;
    top: 0.42rem;
    z-index: 999;
    width: 100%;
    padding-bottom: 10px;
    padding-bottom: 0.1rem;
    display: none;
    overflow: hidden;
}

.index-menu.cur {
    width: 609px;
    width: 6.09rem;
    top: 197px;
    top: 1.97rem;
    right: 85px;
    right: 0.85rem;
}

.index-menu-bg {
    background: #fff;
}

.index-menu-container {
    margin: 0 auto;
    position: relative;
    background: #fff;
    width: 1240px;
    width: 12.4rem;
    border-radius: 10px;
    filter: alpha(Opacity=95);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.index-menu-container2 {
    width: 100%;
    height: 473px;
    height: 4.73rem;
    overflow: auto;
    box-sizing: border-box;
    padding: 25px;
    padding: 0.25rem;
    box-shadow: 0px 4px 8px 0px #f1f1f1;
    box-shadow: 0px 0.04rem 0.08rem 0px #f1f1f1;
    border: solid 1px #f1f1f1;
}

.index-menu .close {
    position: absolute;
    top: 14px;
    top: 0.14rem;
    right: 20px;
    right: 0.2rem;
    cursor: pointer;
}

.index-menu-t {
    padding: 20px;
    padding: 0.2rem;
}

.index-menu-t a {
    display: inline-block;
    color: #2775cc;
    font-size: 16px;
    font-size: 0.16rem;
    line-height: 20px;
    line-height: 0.2rem;
}

.index-menu-l {
    width: 100%;
    padding: 0 20px;
    padding: 0 0.2rem;
    padding-bottom: 12px;
    padding-bottom: 0.12rem;
}

.index-menu-l2 {
    width: 100%;
}

.index-menu-l li {
    float: left;
    width: 242px;
    width: 2.42rem;
    height: 45px;
    height: 0.45rem;
}

.index-menu-l2 li {
    width: 180px;
    width: 1.8rem;
}

.index-menu-l li a {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    font-size: 0.14rem;
    width: 230px;
    width: 2.3rem;
    line-height: 30px;
    line-height: 0.3rem;
    text-align: center;
    background: #f0f0f0;
    border-radius: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-menu-l li a:hover {
    background: #2775cc;
    color: #FFF;
}

.index-menu-l.l2 li {
    width: auto;
    margin-right: 56px;
    margin-right: 0.56rem;
}

.index-menu-l2.l2 li {
    width: 180px;
    width: 1.8rem;
    margin-right: 0;
}

.index-icon {
    display: inline-block;
    width: 12px;
    width: 0.12rem;
    height: 8px;
    height: 0.08rem;
    background: url(jq-tangle.png) no-repeat;
    margin-right: 300px;
    margin-right: 3rem;
    display: none;
}

.underline:hover,
.underlines a:hover {
    text-decoration: underline;
}

.top-login .i-t-v6 {
    float: right;
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    width: 1.1rem;
    text-align: center;
    line-height: 20px;
    line-height: 0.2rem;
    margin-left: 20px;
    margin-left: 0.2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #FFF;
    background: url(head-text-bac.png) center no-repeat;
    background-size: 100% 100%;
}

.top-login a.ad {
    float: right;
    padding-left: 16px;
    padding-left: 0.16rem;
    margin-left: 20px;
    margin-left: 0.2rem;
    background: url(m3-icon2.png) left center no-repeat;
}

/* 2022头部样式START */


.head {
    width: 100%;
    height: 510px;
    height: 5.1rem;
    /* background: url(topbg1.jpg) no-repeat top center; */
    background-size: 100% 100%;
    padding-top: 20px;
    padding-top: 0.2rem;
}

.head .container {
    width: 1360px;
    width: 13.6rem;
    margin: 0 auto;
    overflow: unset;
    padding: 0px;
    padding: 0px;
}

.head .topnav0 {
    float: left;
    font-size: 16px;
    font-size: 0.16rem;
}

.head .topnav0 a:hover {
    color: #333;
    text-decoration: underline;
}

.head .topnav1 {
    float: right;
    min-width: 590px;
    min-width: 5.9rem;
    height: 25px;
    height: 0.25rem;
}

.head .topnav1 li {
    float: right;
    color: #333;
    font-size: 16px;
    font-size: 0.16rem;
    margin-right: 22px;
    margin-right: 0.22rem;
    text-align: right;
}

.head .topnav1 .fi {
    min-width: 105px;
    min-width: 1.05rem;
    background: url(topnav1r_ico5.png) no-repeat left;
}

.head .topnav1 .fi span {
    float: right;
    padding: 0 5px;
    padding: 0 0.05rem;
}

.head .topnav1 .se {
    width: 90px;
    width: 0.9rem;
    background: url(topnav1r_ico4.png) no-repeat left
}

.head .topnav1 .th {
    width: 75px;
    width: 0.75rem;
    background: url(topnav1r_ico3.png) no-repeat left
}

.head .topnav1 .fo {
    width: 93px;
    width: 0.93rem;
    background: url(topnav1r_ico2.png) no-repeat left
}

.head .topnav1 .ff {
    width: 80px;
    width: 0.8rem;
    background: url(topnav1r_ico1.png) no-repeat left
}

.head .topnav1 li a {
    color: #333;
    font-size: 16px;
    font-size: 0.16rem;
}

.head .topnav1 li a:hover {
    text-decoration: underline;
}

.head .logo {
    margin: auto;
    margin-top: 80px;
    margin-top: 0.8rem;
    margin-left: -170px;
    margin-left: -1.7rem;
    text-align: center;
}

.head .topbanner {
    margin: auto;
    margin-top: 20px;
    margin-top: 0.2rem;
    text-align: center;
}

.head .search {
    margin: auto;
    width: 500px;
    width: 5rem;
    height: 40px;
    height: 0.4rem;
    margin-top: 60px;
    margin-top: 0.6rem;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.8);
}

.head .search input {
    height: 40px;
    height: 0.4rem;
    width: 410px;
    width: 4.1rem;
    margin-left: 20px;
    margin-left: 0.2rem;
    color: #333333;
    background: none;
    line-height: 40px;
    line-height: 0.4rem;
    outline: none;
    border: none;
    /* font-size: 1em; */
    padding: 0;
    float: left;
    font-size: revert !important;
}

.head .search button {
    width: 60px;
    width: 0.6rem;
    height: 40px;
    height: 0.4rem;
    display: block;
    float: left;
    background: none;
    font-size: 23px;
    font-size: 0.23rem;
    color: #077dd6;
    cursor: pointer;
}


.topnav {
    width: 100%;
    height: 74px;
    height: 0.74rem;
    /*background-color: #1793EA;*/
}

.topnav .bg {
    width: 1400px;
    width: 14rem;
    height: 74px;
    height: 0.74rem;
    margin: auto;
    background-color: #FFF;
}

.topnav .bg .nav {
    width: 1400px;
    width: 14rem;
    height: 80px;
    height: 0.8rem;
    margin-top: -6px;
    margin-top: -0.06rem;
    background: url(topnav.png) no-repeat top center;
    position: absolute;
}

.topnav .bg .nav ul {
    margin-left: 145px;
    margin-left: 1.45rem;
    width: 1150px;
    width: 11.5rem;
}

.topnav .bg .nav li {
    float: left;
    width: 180px;
    width: 1.8rem;
    height: 74px;
    height: 0.74rem;
    margin: 0 10px 0 0;
    margin: 0 0.1rem 0 0;
}

.topnav .bg .nav .fi {
    background: url(nav_ico1.png) no-repeat 32% 50%;
}

.topnav .bg .nav .fi span {
    float: right;
    padding: 0 5px;
    padding: 0 0.05rem;
}

.topnav .bg .nav .se {
    background: url(nav_ico2.png) no-repeat 15% 50%;
}

.topnav .bg .nav .th {
    background: url(nav_ico3.png) no-repeat 15% 50%;
}

.topnav .bg .nav .fo {
    background: url(nav_ico4.png) no-repeat 15% 50%;
}

.topnav .bg .nav .ff {
    background: url(nav_ico5.png) no-repeat 15% 50%;
}

.topnav .bg .nav .si {
    background: url(nav_ico6.png) no-repeat 9% 50%;
}

.topnav .bg .nav li a {
    font-weight: bold;
    color: #FFFFFF;
    height: 74px;
    height: 0.74rem;
    line-height: 74px;
    line-height: 0.74rem;
    font-size: 24px;
    font-size: 0.24rem;
    display: block;
    text-indent: 38px;
    text-indent: 0.38rem;
    text-align: center;
}

.topnav .bg .nav li a:hover {
    background-color: #df7b2d
}

.topnav .cur {
    background-color: #df7b2d !important;
}

/* 2022头部样式END */