

/*头*/
.section-header{
    height: 116px;
    background-color: #fff;
    padding-top: 29px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.header-center{
    /* width: 1200px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.header-center .logo-img{
    width: 440px;
    height: 60px;
    margin-left: 50px;
}
.header-nav{
    display: flex;
}
.header-nav ul{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.header-nav ul li{
    height: 86px;
    background: #198EDE;
    display: flex;
    align-items: center;
}
.header-nav ul li a{
    color: #fff;
    text-decoration: none;
    display: block;
    height: 62px;
    line-height: 62px;
    border-right: solid #8cc7ef 1px;
    /* padding: 0 50px; */
    font-size: 20px;
    min-width: 170px;
    max-width: 170px;
    text-align: center;
}

@media screen and (max-width: 1600px) {
	.header-center .logo-img{
	    width: 400px;
	    height: 50px;
	    margin-left:30px
	}
	
    .section-header{
        height: 60px;
        background-color: #fff;
        padding-top: 10px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }
    .header-nav ul li{
        height: 50px;
        background: #198EDE;
        display: flex;
        align-items: center;
    }
    .header-nav ul li a{
        color: #fff;
        text-decoration: none;
        display: block;
        height: 50px;
        line-height: 50px;
        border-right: solid #8cc7ef 1px;
        padding: 0 10px;
        font-size: 12px;
    }
	.header-nav img{
		height: 50px;
	}
	
	.process-list ul li p{
		width: 60px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.process-list ul li span {
		margin-top: 5px;
	}
	.process-list ul li p::after {
		top: 20px;
	}
	.header-nav ul li a{
		min-width: 100px;
	}
}