

.headerWrap{
    width: 100%;
    min-width: 1002px;
    background: #cf0101;
    position: fixed;
    top: 0;
    z-index: 98;
}
.header{
    width: 1002px;
    margin: 0 auto;
    height: 40px;
}
.curTime{
    float: left;
    height: 40px;
}
.curTime p{
    float: left;
    color: #FFFFFF;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    font-family: PingFangSC-Regular, sans-serif;
}
.curTime p:first-child{
    padding-right: 12px;
}

.navList{
    float: right;
    height: 40px;
    padding-top: 6px;
}
.navList ul{
    height: 40px;
}
.navList ul li:not(:last-child) h3{
    padding-right: 10px;
}
.navList ul li{
    float: left;
    height: 40px;
    position: relative;
    padding: 0 1px;
}
.navList ul li h3{
    padding-left: 11px;
}
.navList ul li:nth-child(n+2){
    background: url(../image/navLeft.png) no-repeat left center;
    background-size: 2px 14px;
}
.navList ul li h3>p{
    padding-right: 16px;
    position: relative;
}
.hoverBG{
    /* background: rgba(0, 0, 0, .1); */
    /* color: #cf0101; */
}
.navList ul li h3>p img{
    position: absolute;
    width: 8px;
    height: 6px;
    display: block;
    top: 17px;
    right: 0px;
}
.navList ul li.rotatrImg  h3 img{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 
    -moz-transform:rotate(180deg); 
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
/* transform: rotate(180deg); */
.navList ul li h3>a,.navList ul li h3>p{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #111111;
    font-size: 16px;
    font-family: PingFangSC-Regular, sans-serif;
}
.navList ul li a:hover{
    color: #cf0101;
}

.navList ul li h3>a{
    cursor: pointer;
}
.liList{
    width: 70px;
    position: absolute;
    top: 30px;
    left: -7px;
    padding: 5px;
    background: #FFFFFF;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    z-index: 99;
    display: none;
}
.liList a{
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
}
.liList a:hover{
    color: #cf0101;
}
.liList a:nth-child(n+2){
    border-top: 1px solid #cccccc;
}

.navWrap{
    width: 100%;
    height: 86px;
    min-width: 1002px;
    background: rgba(255,255,255,0.98);
    position: fixed;
    top: 40px;
    z-index: 90;
}
.navBox{
    width: 1002px;
    height: 52px;
    padding: 16px 0;
    margin: 0 auto;
    position: relative;
    border-bottom: 2px solid #f1f1f1;
}

.redBor{
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    border-top: 2px solid #cf0101;
}
.greenBor{
    position: absolute;
    bottom: -2px;
    left: 50px;
    width: 50px;
    border-top: 2px solid #00BF5A;
}
.blueBor{
    position: absolute;
    bottom: -2px;
    left: 100px;
    width: 50px;
    border-top: 2px solid #1C60B0;
}
.navBox .logo{
    width: 130px;
    height: 52px;
    float: left;
    padding-right: 6px;
}
.navBox .logo img{
    width: 100%;
    height: 100%;
    display: block;
}
.nextNav{
    float: left;
    height: 44px;
    padding-top: 10px;
    
}
.nextNav a:hover{
    text-decoration: underline;
    color: #cf0101;
}
.nextNav ul{
    padding: 0 55px;
    height: 44px;
}
.borderDe ul{
    border-left: 1px dashed #cccccc;
    border-right: 1px dashed #cccccc;
}
.nextNav ul li{
    float: left;
}
.nextNav ul li:nth-child(n+2){
    margin-left: 32px;
}
.nextNav ul li p:nth-child(2){
    margin-top: 10px;
}
.nextNav ul li p a{
    color: #000000;
    display: block;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    font-family: PingFangSC-Regular, sans-serif;
    letter-spacing: 1px;
}
.navSearch{
    float: right;
    padding-top: 10px;
}
.navSearch .form{
    height: 20px;
}
.navSearch .form p{
    float: left;
    height: 20px;
    color: #ffffff;
    font-size: 12px;
    font-family: PingFangSC-Regular, sans-serif;
    letter-spacing: 1px;
    line-height: 20px;
}
.mobileSearch{
    float: left;
    margin-left: 8px;
    width: 128px;
    height: 14px;
    padding: 2px 0 2px 8px;
    border: none;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 12px;
    font-family: PingFangSC-Regular, sans-serif;
    letter-spacing: 1px;
    background: #cf0101;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.mobileSubmitBtn{
    width: 38px;
    height: 20px;
    outline: none;
    border: none;
    background: #ffffff url(../images/indexSearch.png) no-repeat center;
    background-size: 15px 14px;
    cursor: pointer;
    float: left;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
input.mobileSearch::-ms-input-placeholder{
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
}
input.mobileSearch::-webkit-input-placeholder{
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
}
