header .name {
    position: relative
}

header .name:hover .xz {
    display: block;    z-index: 9999;
}

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

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: none;
	    position: relative;
    z-index: 2222;
}

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: 250px;
    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: #000;
    line-height: 58px
}

header .bottom section ul .state {
    color: #000;
    border-bottom: 4px #000 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
}

.four-banner img {width:100%;margin-top: -144px;
    position: relative;
    z-index: -1;}

.fourn-warp {
	background: #4346b3;
    padding: 30px 0;
}
.fourn-warp .four-box {
width: 1400px;
    margin: 0px auto;
	    display: flex;
    justify-content: space-between;
}
.fourn-warp .four-box .con001 {
display: flex;
}
.fourn-warp .four-box .con001 .img img {
    width: 40px;
    margin-top: 20px;
    margin-right: 30px;
	}
.fourn-warp .four-box .con001 .font h2 {    color: white;
    font-size: 28px;
    font-weight: bold;
}
.fourn-warp .four-box .con001 .font p {    color: white;
    font-size: 20px;
}

.four-menunav {
	background: white;
    display: flex;
    justify-content: space-between;
    padding: 0 50px 0 40px;
	box-shadow: 0px -6px 8px 2px #3232322b;
	height: 115px;
	border-bottom: 1px solid #ebebeb;
}
.four-menunav .four-h4 {font-size: 32px;    padding-top: 23px;
}
.four-menunav .four-h4 b {color:#4f53f9;}
.four-menunav .four-h4 p {    font-size: 22px;
    text-transform: uppercase;
    color: #6c6c6c;}

.blue-bottom {background: #0761d0;}
.blue-bottom .blue-con {width: 1400px;margin: 0 auto;display: flex;padding: 30px 0;    justify-content: space-between;}
.blue-bottom .blue-con .blue-box {    display: flex;}
.blue-bottom .blue-con .blue-box .img img {    width: 85px;}
.blue-bottom .blue-con .blue-box .font {color:#fff;padding-left: 20px;padding-top: 5px;}
.blue-bottom .blue-con .blue-box .font h4 {font-size: 26px;}
.blue-bottom .blue-con .blue-box .font p {font-size: 20px;}

@media screen and (max-width: 1400px){
	.blue-bottom .blue-con {width: 100%;margin: 0 auto;display: flex;padding: 30px 0;    flex-wrap: wrap;justify-content: space-between;}
	.blue-bottom .blue-con .blue-box {display: flex;}
	.blue-bottom .blue-con .blue-box .img img {    width: 85px;}
	.blue-bottom .blue-con .blue-box .font {color:#fff;padding-left: 20px;padding-top: 5px;}
	.blue-bottom .blue-con .blue-box .font h4 {font-size: 26px;}
	.blue-bottom .blue-con .blue-box .font p {font-size: 20px;}
}