header .name {
    position: relative
}

header .name:hover .xz {
    display: block
}

header .top {
    height: 54px;
    background: #c3181f
}

header .top section {
    width: 1400px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between
}

header .top .left {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    font-size: 18px;
    color: white
}

header .top .left p {
    margin-right: 20px
}

header .top ul {
    font-size: 18px;
    color: white;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center
}

header .top ul .state1 {
    color: rgba(255,255,255,0.5)
}

header .top ul .state {
    color: #fff115
}

header .top ul .name {
    height: 100%;
    line-height: 100%
}

header .top ul p {
    line-height: 54px
}

header .top ul p span {
    margin-left: 12px;
    font-size: 12px;
    height: 12px
}

header .top ul .xz {
    top: 46px
}

header .top ul li {
    cursor: pointer;
    margin-left: 48px
}

header .top ul li span {
    margin-right: 10px
}

header .bottom {
    height: 144px;
    background: white
}

header .bottom section {
    width: 1400px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center
}

header .bottom section img {
    width: 337px;
    height: 74px
}

header .bottom section ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

header .bottom section ul li {
    margin-left: 54px;
    font-size: 20px;
    color: #515151;
    line-height: 58px
}

header .bottom section ul .state {
    color: #c3181f;
    border-bottom: 4px #c3181f solid
}

header:nth-of-type(2) {
    display: none;
    height: 80px;
    position: relative
}

header:nth-of-type(2) article {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between
}

header:nth-of-type(2) article .right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

header:nth-of-type(2) article .right p {
    margin-right: 20px
}

header:nth-of-type(2) article .right span {
    display: none
}

header:nth-of-type(2) article .right span:nth-of-type(1) {
    display: block
}

header:nth-of-type(2) img {
    width: 186px;
    height: 44px
}

header:nth-of-type(2) .drop_down {
    transition: all 1s;
    height: 0;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    background: white;
    position: absolute;
    top: 125px;
    z-index: 8;
	box-shadow: 1px 4px 10px #f2f2f2;
}

header:nth-of-type(2) .drop_down ul {
    padding: 18px 40px
}
header:nth-of-type(2) .drop_down ul a {
padding:20px 0;
display: flex;
}
header:nth-of-type(2) .drop_down ul li {

    height: 60px;
    font-size: 36px;
}

header:nth-of-type(2) .drop_down ul li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6
}

header .greet {
    position: relative
}

header .xz {
    width: 100%;
    display: none;
    background: white;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 2px #e5e5e5;
    position: absolute;
    left: 0;
    border-radius: 4px
}

header .xz h4 {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding-left: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    padding-right: 20px;
    cursor: pointer
}

header .xz h4 a {
    font-weight: 500;
    font-size: 16px;
    color: #444343
}

header .xz h4 span {
    font-size: 14px;
    color: #828282
}
