
header {
    background-color: transparent;
}

header .head .head-wrap a {
    color: white;
}

header .head > .container {
    border-color: rgba(255, 255, 255, 0.2);
}

header .head .rightOtherLink li:first-child::after {
    background-color: white;
}

.banner {
    display: flex;
    height: 675px;
    background: url(../img/contact_bn.jpg) center center no-repeat;
    background-size: cover;
}

.banner p {
	font-weight:bold;
    margin: auto;
    font-size: 35px;
    color: white;
}

.ctWrap {
	font-weight:bold;
    padding-top: 140px;    
}

.ctWrap .head {
    padding-bottom: 50px;
    font-size: 35px;
    border-bottom: 1px solid #ededed;
}

.ctWrap .head span {
    display: block;
}

.ctWrap .other {
    display: flex;
    padding-top: 35px;
    justify-content: space-between;
}

.ctWrap .other > img ,
.ewm img {
    display: block;
    max-width: 100px;
}

.ctWrap .other ul {
    display: flex;
}

.ctWrap .other li {
    display: flex;
    margin-right: 100px;
    align-items: center;
}

.ctWrap .other li img {
    margin-right: 25px;
}

.ctWrap .other .adr p {
    font-size: 20px;
}

.ctWrap .other p > span {
    display: block;
}

.ctWrap .other .tel p {
    font-size: 30px;
    font-weight: bold;
}

.joinForm {
    margin-top: 125px;
    margin-bottom: 165px;
}

@media (max-width: 1024px) {
    
    .ctWrap {
        padding-top: 7%;
    }
    
    .ctWrap .head {
        padding-bottom: 35px;
        font-size: 24px;
    }

    .ctWrap .other ul {
        flex-direction: column;
        flex-shrink: 1;
    }

    .ctWrap .other li {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .ctWrap .other li img {
        width: 30px;
    }

    .ctWrap .other .tel p {
        font-size: 20px;
        font-weight: normal;
    }

    .joinForm {
        margin: 10% 0;
    }
    
    

}

@media (max-width:768px) {
    .banner {
        height: 450px;
    }

    .banner p {
        font-size: 24px;
    }
    
}

@media (max-width: 500px) {
    .banner {
        height: 300px;
    }

    .banner p {
        width: 90%;
        font-size: 18px;
		padding-top:25px;
        text-align: center;
    }

    .ctWrap .head {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .ctWrap .ewm {
        padding: 20px 0;
    }
	
	.ctWrap .other{ padding-top:0}

    .ctWrap .other .adr p,
    .ctWrap .other .tel p {
        font-size: 15px;
    }

    .ctWrap .other {
        align-items: center;
        flex-direction: column-reverse;        
    }

    .ctWrap .other li {
        align-items: flex-start;
    }
}
