/* Navigation */

.active {
    color: #2C9AB7;
}

.header {
    top: 50px;
    display: flex;
    position: absolute;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* max-width: 1600px; */
    /* width: 85%; */
    width: 100%;
    min-width: 1200px;
    /* width: 85%; */
    /* background: #FFFFFF; */
    border-radius: 10px;
    justify-content: space-between;
}

.header .header-logo {
    height: 80px;
    display: flex;
    align-items: center;

}
.header .header-logo  a {
    display: block;
    line-height: 35px;
    height: 35px;
}

.header nav {
    width: 62%;
    float: right;
}

.header .header-logo img {
    height: 35px;
}

.header ul li a .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 100px;
}

.header ul li:hover a {
    color: #2C9AB7;
}

.Hheader{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 10px;
}

.index-header {
    top: 50px;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1620px;
    background: #FFFFFF;
    border-radius: 10px;
    justify-content: space-between
}

.index-header .header-logo {
    padding: 20px 100px;
    height: 40px;
}

.index-header nav {
    padding-right: 100px;
}

.index-header .header-logo img {
    height: 40px;
}

.index-header ul li a .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 100px;
}

.index-header ul li:hover a {
    color: #2C9AB7;
}

.header1 {
    width: 1400px;
    display: flex;
    background: #FFFFFF;
    border-radius: 10px;
    justify-content: space-between;
    /* position: absolute;
    left: 8%; */
    margin: 0 auto;
}

.header-logo1 {
    padding: 20px 100px;
    height: 40px;
}

.headerNav {
    width: 800px;
    padding-right: 100px;
}
.Header-banner>img{
    width:100%;
    min-width:1200px;
    height: 400px;
}
/*底部*/

.footer-area {
    background-color: #2F3234;
    color: #fff;
    margin-top: 50px;
    min-width: 1200px;
}

.footer-area-content {
    display: flex;
    height: 250px;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    background: #2F3234;
}

.footer-area-content-logo {
    margin: 50px 0;
}

.footer-area-content-qrCode {
    position: relative;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-area-content-list {
    display: flex;
    padding: 55px 0 50px 0;
}

.footer-qrcode {
    width: 100px;
    height: 100px;
    margin: 50px 0;
}

.footer-area-info {
    margin: 50px;
}

.phone {
    font-size: 30px;
}

.email-and-area {
    margin-top: 15px;
    line-height: 28px;
}
.email-and-area>p{
    padding-bottom: 10px;
}
.footer-area-content-list {
    display: flex;
    padding: 50px 0;
}

.footer-area-content-list .title {
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-area-content-list a {
    line-height: 28px;
    color: #858585;
    font-size: 14px;
}

.contain {
    width: 1400px;
    margin: 0 auto;
}

.Header-wrapper {
    width: 1400px;
    /* background: #fff; */
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 2;
    /* border-radius: 10px; */
    right: 0;
    margin: 0 auto;
}

.header-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 10px;
}

.header-logo {
    width: 30%;
    padding-left: 50px;
}

.header-logo img {
    height: 35px;
    object-fit: cover;
}
.header-menu{
    width: 62%;
    float: right;

}
.header-menu ul li{
    float: left;
    width: 16%;
    text-align: center;
    font-size: 18px;
    line-height: 80px;
    font-family: Microsoft YaHei;
}
.footer-area-content-list dl dd{
    text-align: center;
} 
@media (max-width: 1000px){
	.header {
		padding: 0 20px;
	}
	.contain {
		width: 1400px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.footer-area{
		padding: 0 20px;
	}
    .footer-area-content-list {
        padding: 50px 20px;
    }
    .Hheader{
        width: 1200px;
    }
}