header .tem_top{
    display: flex;
    justify-content: space-between;
    color: rgb(169, 169, 169);
}
header .tem_top .tem_right span{
    cursor: pointer;
}
header .tem_top .tem_right .time{
    margin-right: 20px;
    cursor: default;
}

header .tem_center{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
header .tem_center .left{
    display: flex;
    align-items: center;
}
header .tem_center .line {
    width: 2px;
    height: 80px;
    background: linear-gradient(to bottom, transparent 0%,#040d54 50%,transparent 100%);
    margin: 0 10px 0 5px;

}

header .tem_center .word_wrap {

    font-size: 22px;

    color: #0059a9;
}

header .tem_center .center{
    font-size: 20px;
    letter-spacing: 4px;
    color: #0059a9;
    font-weight: bold;
    /*font-style: italic;*/

    -webkit-transform: skew(-10deg); /* for Chrome||Safari */
    -ms-transform: skew(-10deg); /* for IE */
    -moz-transform:skew(-10deg);/* for Firefox */
    -o-transform:skew(-10deg);/* for Opera */

}
header .tem_center .center .num{
    font-size: 30px;
    color: #e66701;
    letter-spacing: 5px;
}
header .tem_center .right ul{
    display: flex;
}
header .tem_center .right ul li{
    font-size: 16px;
    width: 50px;
    color: #5c5c5c;
    border-right: 2px solid #0059a9;
    text-align: center;
    padding: 0 5px;
}
header .tem_center .right ul li:last-child{
    border: none;
}


/*   导航栏*/
.nav{
    background: #0059a9;
}
.nav .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav .content >ul{
    display: flex;
    height: 40px;
    align-items: center;
}
.nav .content >ul >li{
    position: relative;
    border-right: 1px solid #fff;
}
.nav .content >ul >li:last-child{

    border:none;
}
.nav .content >ul >li a{
    display: block;
    width: 155px;
    text-align: center;
    color: #fff;
    line-height: 17px;
    font-size: 16px;
}
.nav .content >ul >li  .temp_wrap{
    position: absolute;
    top: 17px;
    z-index: 99999;
    display: none;
    flex-wrap: wrap;
}
.nav .content >ul >li  .temp_wrap img{
    margin-bottom: -1px;
}
.nav .content >ul >li .sub_ul{

    background: #0059a9;

}

.nav .content >ul >li:hover .temp_wrap {
    display: flex;
}

/*.nav .content >ul >li .sub_ul:before{*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-width: 10px;*/
/*    border-style: solid;*/
/*    border-color: transparent transparent #0059a9 transparent;*/
/*    left: 50%;*/
/*    margin-left: -5px;*/
/*    top: -20px;*/
/*}*/

.nav .content >ul >li .sub_ul li{
    height: 40px;
   display: flex;
    align-items: center;
}
.nav .content >ul >li .sub_ul li a{
    display: block;
    width: 155px;
    text-align: center;
    color: #fff;
    line-height: 17px;
    font-size: 13px;
}
.nav .content >ul >li .sub_ul li:hover a{
    color: rgba(253, 113, 0, 1);
}


.nav .search-box{
    height: 30px;
}
.nav  .el-input__inner{
    height: 30px;
    line-height: 30px;
    outline: none;
}
.nav .search-box .el-input.is-active .el-input__inner,.nav .search-box .el-input__inner:focus {
    border-color: #C0C4CC;
    outline: 0;

}

/* 搜索 */

.maincolor{
    color: #fd7100 !important;
}

.search-box{
    width:160px
}
.search-box .el-input__inner{
    line-height: 30px;
    height: 30px;
    border-right: 0;
    outline: none;
    border-radius: 30px;
    /*border: unset;*/
    border: none !important;
}
.search-box .el-input-group{
    border: 1px solid #DCDFE6; 
    border-radius: 30px;
}
.search-box .el-button{
    
     padding-right: 10px;
     outline: none;
     border: unset;
}
.search-box .el-input-group__append{
   
    background: none;
    border:none;
   
}

.fixedtool{
    position: fixed;
    top: 0;
    background: #0059a9;
    z-index: 9999;
}
