.boot{ background-color: #0B5795;}
.boot .boot_1{ display: flex; width: 100%; border-bottom: 1px solid #73797D;}
.boot .boot_1 li{font-size: 13px;color: #FFFFFF; line-height: 54px;}
.boot .boot_1 li a{ font-size: 13px;color: #FFFFFF; line-height: 54px;}
.boot .boot_2{ display: flex; justify-content: space-between; border-bottom: 1px solid #73797D; height: 192px; align-items: center;}
.boot .boot_2 .logo{ height: 128px; display: flex; align-items: center; border-right: 1px solid #73797D; padding-right: 34px;}
.boot .boot_2 .logo img{ height: 74px;}
.boot .boot_2 .item{ display: flex; flex-direction: column; justify-content: center;}
.boot .boot_2 .item p{ font-size: 13px;color: #FFFFFF;}
.boot .boot_2 .item2{ display: flex; padding-right: 98px;}
.boot .boot_2 .item2 .tu{ display: flex; flex-direction: column; margin-left: 67px;}
.boot .boot_2 .item2 .tu img{ width: 85px;}
.boot .boot_2 .item2 .tu p{ font-size: 14px;color: #FFFFFF; text-align: center;}
.boot .boot_3{ font-size: 14px; line-height: 63px; color: #FFFFFF;}

@media ( max-width:1200px) {
	.boot .boot_2 .item2{ padding-right: 0px;}
	.boot .boot_1{ flex-wrap: wrap;}
}


@media ( max-width:992px) {
	.boot .boot_2 .logo{ display: none;}
	.boot .boot_3{ text-align: center; line-height: 25px; padding: 25px 0px;}
	.boot .boot_2 .item p{ margin: 10px 0px;}
}
@media ( max-width:750px){
	.boot .boot_2 .item2 .tu{ margin-left: 10px;}
}
