﻿.header .header-box a {
    color: #fff;
}
.header-style .header-box a {
    color: #808080;
}
.contact-wrap .banner{
    width: 100%;
    min-width: 1200px;
    height: 580px;
    overflow: hidden;
    position: relative;
}

.contact-wrap .banner .title>div{
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-top: -250px;*/
    margin-right: 200px;
    opacity: 0;
}
.contact-wrap .banner .title>div h1{
    color: #fff;
    font-size: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
}

.contact-wrap .banner .title>div img{
    width: 30px;
    height: 33px;
    object-fit: contain;
}

.contact-wrap .banner .title>h2{
    color: #fff;
    text-align: right;
    font-size: 16px;
    margin: 10px 240px 0 20px;
    width: 280px;
    opacity: 0;
}

.contact-wrap .banner .bottom{
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.contact-wrap .banner .bottom h1{
    font-size: 28px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.contact-wrap .contact-detail{
    width: 1200px;
    margin: 80px auto 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.contact-wrap .contact-detail>div{
    width: 80px;
    margin-bottom: 30px;
}
.contact-wrap .contact-detail>p{
    margin: 5px 10px;
	font-size: 16px;
    opacity: 0;
}
.contact-wrap .map{
    width: 100%;
    height: 600px;
}
