* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin: 0;
}

em,
i {
    font-style: normal;
}

body {
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

img {
    border: 0;
    vertical-align: middle;
}

.container-fluid {
    width: 1600px;
    max-width: 94%;
    margin: 0 auto;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F1F1F1;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F1F1F1;
}

::-webkit-scrollbar-thumb {
    background-color: #A8A8A8;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #333333;
}

#header {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
}

.pc-head {
    line-height: 90px;
    background-color: rgba(255, 255, 255, 1);
}

.headtext h5 {
    color: #666;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

.headtext h6 {
    font-size: 16px;
    color: #606060;
    font-weight: 500;
}

.pc-head .nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc-head .nav ul li a {
    color: #333;
    font-weight: 700;
    font-size: 19px;
    margin: 0 20px;
    padding-bottom: 10px;
    position: relative;
}

.pc-head .nav ul li {
    width: 100%;
}

.pc-head .nav ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #e87d13;
    transition: width 0.5s;
}

.pc-head .nav ul li a:hover::after {
    width: 100%;
}

.pc-head .nav ul li.active a::after {
    width: 100%;
}

.pc-head .logo img {
    height: 100%;
}

.headtech {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.headtech img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hotlie {
    display: flex;
    flex-direction: column;
    position: relative;
}

.language {
    display: flex;
    justify-content: space-around;
}

.language a {
    color: #333;
    background: #999;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
}

.language a:hover {
    background: #E87D13;
}

.hotlie .headtel {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.hotlie .headtel p {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    padding-left: 5px;
}

.hotlie .headtel p a {
    color: #333;
}

.lan_tit {
    width: auto;
    line-height: 36px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.lan_tit span {
    display: inline-block;
    font-size: 14px;
    color: #333;
    padding: 0 5px;
}

.lan_list {
    display: flex;
    width: 120px;
    background: #fff;
    padding: 3px 0px 10px 0px;
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 50%;
    font-size: 13px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 40px);
    transition: all .3s ease;
    flex-direction: column;
}

.lan_list a {
    color: #666;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    transition: all .3s ease;
}

.lan_list a:hover {
    color: #fff;
    background: #E87D13;
}

.lan_list p {
    margin-bottom: 0;
}

.lan_list.cur {
    opacity: 1;
    transform: translate(-50%, 20px);
    visibility: visible;
}

.xymob-head {
    display: none;
}

.xymob-head * {
    transition: unset;
}

.footer {
    width: 100%;
    padding: 4rem 0;
    background-color: #220c58;
}

.footer .footflex {
    align-items: center;
    justify-content: space-between;
}

.footer .footnav {
    display: flex;
}

.footer dl {
    color: #fff;
    margin: 0;
    padding: 0 5rem 0 0;
}

.footer dl dt {
    font-size: 24px;
    margin-bottom: 2rem;
}

.footer dl dd {
    margin: 0;
    font-size: 18px;
    color: #cdcdcd;
    line-height: 2.5;
}

.footer dl dd a {
    color: #cdcdcd;
}

.footer .footlink {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.footer .footlink .wenjian {
    height: 50px;
    display: block;
}

.footer .footlink .wenjian img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ewm {
    text-align: center;
}

.ewm p {
    color: #cdcdcd;
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
}

/*左侧工具条*/
.icon-font {
    position: relative;
}

.icon-font::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 17px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #0379d2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #0379d2;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    /* background-position: 0 -90px; */
    background-position: -30px -90px;
}

#toolbar li .icon-ewm:after {
    /* background-position: 0 -30px; */
    background-position: -30px -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    /* background-position: 0 -60px; */
    background-position: -30px -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #0379d2;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #0379d2;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #0379d2;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #0379d2;
}

#toolbar li:hover .icon-qq::after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone::after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

.banner {
    margin-top: 90px;
}

.banner img {
    width: 100%;
    height: 100%;
}

.position {
    height: 60px;
    line-height: 60px;
    background-color: #f3f3f3;
    font-size: 14px;
}

.position .row {
    margin-left: 0;
    margin-right: 0;
}

.position .positioncur {
    background: url(../images/home.png) left center no-repeat;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.position a {
    color: #333;
}

.main {
    margin: 20px 0 50px 0;
}

.sidebar * {
    transition: unset;
}

.sidebar .submenu ul {
    padding-left: 0;
}

.sidebar .submenu .mtree {
    padding-left: 0;
}

.sidebar .submenu .mtree .ultop {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px;
    background-color: #220c58;
    border: 1px solid #d2d2d2;
}

.sidebar .submenu .mtree .ultext {
    margin: 0;
    border: 1px solid #d2d2d2;
    border-top: none;
    position: relative;
}

.sidebar .submenu .mtree .ultext a {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    padding: 15px 18px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar .submenu .mtree .ultext a:last-child {
    border-bottom: none;
}

.sidebar .submenu .mtree .ultext>a:hover {
    background-color: #451caa;
    color: #fff;
}

.sidebar .submenu .mtree .ultext>a.on {
    background-color: #451caa;
    color: #fff;
}

.sidebar .submenu .mtree .ultext .ultwo>li>a:hover {
    background-color: #7e48ff;
    color: #fff;
}

.sidebar .submenu .mtree .ultwo>li>a.on1 {
    background-color: #7e48ff;
    color: #fff;
}

.sidebar .submenu .mtree .ulthree>li>a.on2 {
    background-color: #b395fa;
    color: #fff;
}

.sidebar .submenu .mtree .ultext .ulthree>li>a:hover {
    background-color: #b395fa;
    color: #fff;
}

.ultwo li a {
    padding: 12px 17px 12px 2.5rem !important;
    font-size: 15px !important;
}

.ulthree li a {
    padding: 10px 17px 10px 4rem !important;
    border-bottom: 1px dashed #eee !important;
    font-size: 14px !important;
}

.mtree-skin-selector {
    display: none;
}

ul.mtree.transit li.mtree-node {
    position: relative;
}

ul.mtree.transit li.mtree-node>a::before {
    color: #CCC;
    font-weight: normal;
    position: absolute;
    right: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    transition: unset;
}

ul.mtree.transit li.mtree-open>a::before {
    content: '-';
    transition: unset;
}

ul.mtree.transit li.mtree-closed>a::before {
    content: '+';
    transition: unset;
}

ul.mtree.transit li>a:hover,
ul.mtree.transit li.mtree-active>a {
    background: #220c58;
    color: #FFF !important;
}

ul.mtree.transit a {
    padding: 5px 0px 5px 0.8em;
    color: #CCC;
}

ul.mtree.transit li li>a {
    padding-left: 1.6em;
}

ul.mtree.transit li li li>a {
    padding-left: 2.4em;
}

ul.mtree.transit li li li li>a {
    padding-left: 3.2em;
}

ul.mtree.transit li li li li li>a {
    padding-left: 4em;
}

.sidebar .submenu>dl>dt {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px;
    background-color: #220c58;
    border: 1px solid #d2d2d2;
}

.sidebar .submenu>dl>dd {
    margin: 0;
    border: 1px solid #d2d2d2;
    border-top: none;
    position: relative;
}

.sidebar .submenu>dl>dd>a {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    /* padding: 15px 18px; */
    text-indent: 1rem;
    line-height: 45px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar .submenu>dl>dd>a:last-child {
    border-bottom: none;
}

.sidebar .submenu>dl>dd .first-nav-btn {
    /* background: url(../images/righticon.png) no-repeat;
    width: 30px;
    height: 20px;
    background-position: center; */
    margin-bottom: 0;
    background: url(../images/righticon.png) no-repeat;
    position: absolute;
    width: 15%;
    height: 45px;
    line-height: 45px;
    right: 0;
    top: 0;
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: 15%;
}

.sidebar .submenu>dl>dd>a:hover {
    background-color: #451caa;
    color: #fff;
}

.sidebar .submenu>dl>dd:hover .first-nav-btn {
    /* background: url(../images/righticonwhite.png) no-repeat;
    width: 30px;
    height: 20px;
    background-position: center; */
    margin-bottom: 0;
    background: url(../images/righticonwhite.png) no-repeat;
    position: absolute;
    width: 15%;
    height: 45px;
    line-height: 45px;
    right: 0;
    top: 0;
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: 15%;
}

.sidebar .submenu>dl>dd a.on {
    background-color: #451caa;
    color: #fff;
}

.sidebar .submenu>dl>dd>a.on .first-nav-btn {
    /* background: url(../images/righticonwhite.png) no-repeat;
    width: 30px;
    height: 20px;
    background-position: center; */
    margin-bottom: 0;
    background: url(../images/righticonwhite.png) no-repeat;
    position: absolute;
    width: 15%;
    height: 45px;
    line-height: 45px;
    right: 0;
    top: 0;
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: 15%;
}

.sidebar .submenu .mtree .ultext>a.on .first-nav-btn {
    background: url(../images/righticonwhite.png) no-repeat;
    width: 8px;
    background-position: center;
    transform: rotate(90deg);
    background-size: contain;
    margin-left: 10px;
}

.sidebar .submenu>.mtree>.ultext .first-nav-btn {
    background: url(../images/righticon.png) no-repeat;
    width: 8px;
    background-position: center;
    transform: rotate(90deg);
    background-size: contain;
    margin-left: 10px;
}

.sidebar .submenu>.mtree>.ultext>a:hover .first-nav-btn {
    background: url(../images/righticonwhite.png) no-repeat;
    width: 8px;
    background-position: center;
    transform: rotate(90deg);
    background-size: contain;
    margin-left: 10px;
}

.sidebar .submenu .mtree .ultext .ultwo li:last-child a {
    border-bottom: 0;
}

.sidebar .submenu .proright {
    display: flex;
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    background-position: center center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    align-items: center;
}

.sidebar .submenu .ultext a:hover .pronum {
    color: #fff;
    border: 1px solid #fff;
}

.sidebar .submenu .mtree .ultext>a.on .pronum,
.sidebar .submenu .mtree .ultwo>li>a.on1 .pronum,
.sidebar .submenu .mtree .ulthree>li>a.on2 .pronum {
    color: #fff;
    border: 1px solid #fff;
}

.slider-news * {
    transition: unset;
}

.slider-news .submenu dl {
    border: 1px solid #eee;
}

.slider-news .submenu dl dt {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px;
    background-color: #220c58;
}

.slider-news .submenu dl dd {
    margin: 0;
    border-top: none;
}

.slider-news .submenu dl dd a {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #5a5a5a;
    padding: 8px 18px;
    display: block;
}

.slider-news .submenu dl dd a::before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}

.slider-news .submenu dl dd a:hover {
    color: #000;
}

.contactbox .contacttop {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px;
    background-color: #220c58;
}

.contactbox .contact-text {
    margin: 0;
    border-top: none;
    border: 1px solid #eee;
}

.contactbox .contact-text p {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #5a5a5a;
    /* padding: 0.8rem 18px; */
    text-indent: 1rem;
    line-height: 45px;
    display: block;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

.contactbox .contact-text p:last-child {
    border: 0;
}

.main .content .lnnertitle {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    position: relative;
    line-height: unset;
}

.main .content .lnnertitle .lnnertitleline {
    margin-bottom: 0;
    width: fit-content;
    padding-bottom: 10px;
    position: relative;
}

.main .content .lnnertitle .lnnertitleline::after {
    content: '';
    height: 1px;
    width: 100%;
    background: #220c58;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.fancybox-container * {
    transition: unset;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.content_text * {
    transition: unset;
}

.content_text p {
    line-height: 22px;
    padding: 10px;
    border: 1px solid #eeeeee;
    display: flex;
}

.content_text p b {
    color: #616062;
    font-weight: normal;
    white-space: nowrap;
}

.content_text p a {
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.content_text p a:hover {
    color: #220c58;
}

.abouttext img,
.culturecontent img,
.orgcontent img,
.qyfccontent img,
.honorlist-content img,
.newslist .newslisttext img,
.dgfwcontent img {
    max-width: 100%;
    height: auto;
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin: 1rem 0 2rem 0;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    padding: 6px 8px;
    margin: 0 2px;
    border-radius: 3px;
}

select {
    border: 1px solid #ccc;
    outline: none;
    font-size: 14px;
}

select:hover {
    color: #220c58;
    border: 1px solid #220c58;
}

.pagination a:hover {
    color: #220c58;
    border: 1px solid #220c58;
}

.pagination a.page-num-current {
    color: #fff;
    background: #220c58;
    border: 1px solid #220c58;
}

@media screen and (max-width:768px) {
    .pagebar .pagination .zx {
        display: none;
    }
}

.hide {
    display: none;
}

.sidebar {
    margin-bottom: 1rem;
}

.submenu .h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px;
    background-color: #220c58;
    line-height: unset;
    margin-bottom: 0;
}

.submenu .subtitle {
    margin-bottom: 0;
}

.oneul {
    margin-bottom: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.oneul>li:first-child {
    border-top: 0;
}

/* .sidebar .submenu .pronum {
    min-width: 30px;
    height: 20px;
    border: 1px solid #b1b1b1;
    border-radius: 35px;
    color: #b1b1b1;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    flex: 0 0 auto;
    display: block;
    position: absolute;
    right: 12%;
} */

/* 一级菜单 */
.oneul>li>p {
    margin-bottom: 0;
    background: url(../images/righticon.png) no-repeat;
    position: absolute;
    width: 15%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: 15%;
}

.oneul>li {
    position: relative;
    border-top: 1px solid #eee;
}

.oneul>li:first-child {
    border-top: 0;
}

.oneul>li>div {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.oneul>li>div>a {
    display: block;
    width: 100%;
    line-height: 50px;
    text-indent: 1rem;
    font-size: 17px;
    color: #333;
}

.oneul>li>p {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.oneul>li>p.active {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.oneul>li>div:hover>.pronum {
    border: 1px solid #451caa;
    color: #fff;
    background: #451caa;
}

/* 二级菜单 */
.oneul>li>.twoul {
    display: none;
}

.oneul>li>.twoul>li>p {
    margin-bottom: 0;
    background: url(../images/righticon.png) no-repeat;
    position: absolute;
    width: 15%;
    height: 45px;
    line-height: 40px;
    right: 0;
    top: 0;
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: 15%;
}

.oneul>li>.twoul>li {
    position: relative;
    border-top: 1px dashed #eee;
}

.oneul>li>.twoul>li>div {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.oneul>li>.twoul>li>div>a {
    display: block;
    width: 100%;
    line-height: 45px;
    text-indent: 2rem;
    font-size: 15px;
    color: #333;
}

.oneul>li>.twoul>li>p {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.oneul>li>.twoul>li>p.active {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.oneul>li>.twoul>li>div:hover>.pronum {
    border: 1px solid #7e48ff;
    color: #fff;
    background: #7e48ff;
}

/* 三级菜单 */
.oneul>li>.twoul>li>.threeul {
    display: none;
}

.oneul>li>.twoul>li>.threeul>li {
    border-top: 1px dotted #EEE;
}

.oneul>li>.twoul>li>.threeul>li>div>p {
    margin-bottom: 0;
    background: url(../images/righticon.png) no-repeat;
    position: absolute;
    width: 20%;
    height: 40px;
    line-height: 40px;
    right: 0;
    top: 0;
    background-position: 70%;
    display: flex;
    align-items: center;
}

.oneul>li>.twoul>li>.threeul>li>div {
    display: flex;
    align-items: center;
    position: relative;
}

.oneul>li>.twoul>li>.threeul>li>div>a {
    display: block;
    width: 100%;
    line-height: 40px;
    text-indent: 4rem;
    font-size: 14px;
    color: #333;
}

.oneul>li>.twoul>li>.threeul>li>div:hover>.pronum {
    border: 1px solid #b395fa;
    color: #fff;
    background: #b395fa;
}









/* 一级菜单 */
.oul {
    margin-bottom: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.oul .pone {
    position: relative;
    border-top: 1px solid #eee;
}

.oul .pone:first-child {
    border-top: 0;
}

.oul .pone .od {
    display: flex;
    align-items: center;
}

.oul .pone .od .oa {
    display: block;
    width: 100%;
    line-height: 45px;
    text-indent: 1rem;
    font-size: 16px;
    color: #333;
    position: relative;
}

.oul .pone .od .jiantou {
    margin-bottom: 0;
    background: url(../images/righticon.png) no-repeat;
    position: absolute;
    width: 15%;
    height: 45px;
    line-height: 45px;
    right: 0;
    top: 0;
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: 15%;
}

.oul .pone .od:hover .oa {
    background-color: #451caa;
    color: #fff;
}

.oul .pone .od:hover .jiantou {
    margin-bottom: 0;
    background: url(../images/righticonwhite.png) no-repeat;
    position: absolute;
    width: 15%;
    height: 45px;
    line-height: 45px;
    right: 0;
    top: 0;
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: 15%;
}

.oul .pone .od.active .oa {
    background-color: #451caa;
    color: #fff;
}

.oul .pone .od.active .jiantou {
    margin-bottom: 0;
    background: url(../images/righticonwhite.png) no-repeat;
    position: absolute;
    width: 15%;
    height: 45px;
    line-height: 45px;
    right: 0;
    top: 0;
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: 15%;
    transform: rotate(90deg);
}

.oul .pone .od .pronum {
    min-width: 30px;
    height: 20px;
    border: 1px solid #b1b1b1;
    border-radius: 35px;
    color: #b1b1b1;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    display: block;
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
    text-indent: 0;
    width: 40px;
}

.oul .pone .od:hover .pronum {
    color: #fff;
    border: 1px solid #fff;
}

.oul .pone .od.active .pronum {
    color: #fff;
    border: 1px solid #fff;
}

/* 二级菜单 */
.tul {
    display: none;
}

.tul .ptwo {
    position: relative;
    border-top: 1px dashed #eee;
}

.tul .ptwo .td {
    display: flex;
    align-items: center;
}

.tul .ptwo .td .ta {
    display: block;
    width: 100%;
    line-height: 40px;
    text-indent: 2rem;
    font-size: 15px;
    color: #333;
    position: relative;
}

.tul .ptwo .td .jiantou {
    margin-bottom: 0;
    background: url(../images/righticon.png) no-repeat;
    position: absolute;
    width: 15%;
    height: 40px;
    line-height: 40px;
    right: 0;
    top: 0;
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: 15%;
}

.tul .ptwo .td:hover .ta {
    background-color: #7e48ff;
    color: #fff;
}

.tul .ptwo .td:hover .jiantou {
    margin-bottom: 0;
    background: url(../images/righticonwhite.png) no-repeat;
    position: absolute;
    width: 15%;
    height: 40px;
    line-height: 40px;
    right: 0;
    top: 0;
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: 15%;
}

.tul .ptwo .td.active .ta {
    background-color: #7e48ff;
    color: #fff;
}

.tul .ptwo .td.active .jiantou {
    margin-bottom: 0;
    background: url(../images/righticonwhite.png) no-repeat;
    position: absolute;
    width: 15%;
    height: 40px;
    line-height: 40px;
    right: 0;
    top: 0;
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: 15%;
    transform: rotate(90deg);
}

/* 三级菜单 */
.thul .pthree {
    position: relative;
    border-top: 1px dashed #eee;
}

.thul .pthree .thd {
    display: flex;
    align-items: center;
}

.thul .pthree .thd .tha {
    display: block;
    width: 100%;
    line-height: 35px;
    text-indent: 4rem;
    font-size: 14px;
    color: #333;
    position: relative;
}

.thul .pthree .thd .jiantou {
    margin-bottom: 0;
    background: url(../images/righticon.png) no-repeat;
    position: absolute;
    width: 15%;
    height: 35px;
    line-height: 35px;
    right: 0;
    top: 0;
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: 15%;
}

.thul .pthree .thd:hover .tha {
    color: #fff;
    background-color: #b395fa;
}

.thul .pthree .thd:hover .jiantou {
    margin-bottom: 0;
    background: url(../images/righticonwhite.png) no-repeat;
    position: absolute;
    width: 15%;
    height: 35px;
    line-height: 35px;
    right: 0;
    top: 0;
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: 15%;
}

.thul .pthree .thd.active .tha {
    color: #fff;
    background-color: #b395fa;
}

.thul .pthree .thd.active .jiantou {
    margin-bottom: 0;
    background: url(../images/righticonwhite.png) no-repeat;
    position: absolute;
    width: 15%;
    height: 35px;
    line-height: 35px;
    right: 0;
    top: 0;
    background-position: center center;
    display: flex;
    align-items: center;
    background-size: 15%;
    transform: rotate(90deg);
}

.oul .pone .od .pronum,
.tul .ptwo .td .pronum,
.thul .pthree .thd .pronum {
    min-width: 30px;
    height: 20px;
    border: 1px solid #b1b1b1;
    border-radius: 35px;
    color: #b1b1b1;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    display: block;
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
    text-indent: 0;
    width: 40px;
}

.oul .pone .od:hover .pronum,
.tul .ptwo .td:hover .pronum,
.thul .pthree .thd:hover .pronum {
    color: #fff;
    border: 1px solid #fff;
}

.oul .pone .od.active .pronum,
.tul .ptwo .td.active .pronum,
.thul .pthree .thd.active .pronum {
    color: #fff;
    border: 1px solid #fff;
}