
.header{
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}
.header-wrap{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 0 30px;
    box-sizing: border-box;
}
.header-logo{
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-logo-img{
    width: 126px;
    height: 34px;
}
.header-logo-text{
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 700;
    display: inline-block;
    margin-left: 12px;
}


.header-nav{
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 80px;
    min-width: 540px;
    flex: 1;
    margin-bottom: 0px;
    margin-top: 0px;
}

.h-nav-menu{
   margin-right: 48px;
   cursor: pointer;
   transition: all .2s ease-out;
   display: flex;
   justify-content: flex-start;
   align-items: center;
   height: 100%;
}

.h-nav-menu:hover .h-nav-menu-content{
   display: flex;
}


.header-nav-arrow{
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    margin-left: 2px;
    transition: all .2s ease-out;
}


.header-nav li:hover{
   color: #186FF2;
}
.header-nav li:hover .header-nav-arrow{
    transform: rotate(0);
    fill: #186FF2;

}

.h-nav-menu-content{
    position: absolute;
    top: 59px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: flex-start;
    display: none;
}
.h-content-left{
   width: 28%;
   background: url(../images/leftbg3.png);
   background-size: 100% 100%;
   background-repeat: no-repeat;

   border-right: 1px solid #ddd;
   padding-right: 30px;
   text-align: right;
   padding-top: 46px;
   padding-bottom: 46px;
   box-sizing: border-box;
}
.h-content-left-title{
    font-size: 16px;
    color: #282727;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: right;
}
.h-content-left-type{
    margin-top: 20px;
    font-size: 14px;
    color: #282727;
    font-weight: 500;
}
.h-content-left-type li{
    margin-top: 20px;
    width: 100%;
    text-align: right;
}
.h-content-right-wrap{
    width: 78%;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 50px;
}

.h-content-right{
    width: 100%;
    /* display: none; */
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.h-content-right-box{
    width: 33%;
    margin-bottom: 22px;
    /* float: left; */
}
/* .h-content-right-box:nth-child(4n){
    clear: both;
} */
.h-content-right-box-title{
    font-size: 15px;
    color: #282727;
    font-weight: 600;
    margin-block-start: 0px;
    margin-block-end: 0px;
}
.h-content-right-box-type{
    margin-top: 15px;
    font-size: 14px;
    color: #888;
    font-weight: 500;
}
.h-content-right-box-type li{
  margin-top: 8px;
  cursor: pointer;
}
/* .h-content-right-box-type li:hover{
    color: #186FF2;
} */

.h-right-box-active-color{
    color: #186FF2;
}

.h-content-right-box-link{
    color: #888;
}
.h-content-right-box-link:hover{
    color: #186FF2;
}




.header-action{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #333333;
    margin-left: auto;
    margin-bottom: 0px;
    margin-top: 0px;
}
.header-action li{
    margin-left: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 16px;
    cursor: pointer;
}
.header-action-icon{
    width: 16px;
    height: 16px;
    margin-right: 4px;
}





#admin_btn1 a ul {
    display: block;
}

#admin_btn1 {
    color: #333;
}

#admin_btn1 > div > span.img {
    transform: rotate(180deg);
}

#admin_btn1:hover > div > a {
    color: #0166f3;
}

#admin_btn1:hover ul.admin-ul1 {
    display: block;
}

#admin_btn1:hover > div > span.img {
    transition: transform 0.3s ease-in-out;
    transform: rotate(0deg);
}

#admin_btn1:hover > div > span.img > svg {
    fill: #0166f3;
}

.admin-ul {
    position: absolute;
    display: none;
    background-color: white;
    border: 1px #ddd solid;
    box-shadow: 0px 0px 12px #ddd;
    border-radius: 3px;
    padding: 1px 16px;
    top: 60px;
    right: 0px;
    margin-right: 30px;
}

.admin-ul > li {
    height: 35px;
    line-height: 35px;
}

.admin-ul1 {
    position: absolute;
    display: none;
    background-color: white;
    border: 1px #ddd solid;
    box-shadow: 0px 0px 12px #ddd;
    border-radius: 3px;
    padding: 1px 16px;
    top: 60px;
    right: 0px;
    margin-right: 30px;
}

.admin-ul1 > li {
    height: 35px;
    line-height: 35px;
}
