﻿@charset "utf-8";

/* .tools {
    display: none;
} */
/* **** 联系我们 **** */
.banner {
    height: 492px;
    margin: 110px 0 0;
    background: url(img/contact/contactBannerBg.png) top center no-repeat;
    background-size: cover;
}
.contactTitle{
    margin-bottom: 36px;
    font-size: 48px;
    color: #ffffff;
}
.contactBannerSlogan {
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
}
.contactLink{
    width: 154px;
    height: 48px;
    margin-top: 36px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    color: var(--themeColor);
    background: #ffffff;
    border-radius: 4px;
}
.contactList {
    width: 900px;
	margin: 68px auto 160px;
}
.contactItem:not(:last-child){
    padding-bottom: 48px;
    box-sizing: border-box;
    margin-bottom: 48px;
    border-bottom: 1px #e5e5e5 solid;
}
.contactItemIcon {
    flex-shrink: 0;
	width: 110px;
	height: 110px;
    background: #ffffff;
	border-radius: 16px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.16);
}
.contactItemWrap {
    margin: 0 32px;
    flex: auto;
}
.contactItemCaption {
    margin-bottom: 16px;
	font-size: 20px;
    color: #252525;
}
.contactItemDesc {
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}
.contactItemDesc a{
    display: inline-block;
	color: var(--themeColor);
}
.contact-a{
	background: url(img/contact/contact_tf.png) center center no-repeat;
    background-size: 80px;
}
.contact-b{
	background: url(img/contact/contact_hz.png) center center no-repeat;
    background-size: 80px;
}
.contact-c{
	background: url(img/contact/contact_tg.png) center center no-repeat;
    background-size: 80px;
}
.contact-d{
	background: url(img/contact/contact_tg.png) center center no-repeat;
    background-size: 80px;
}
.contact-e{
	background: url(img/contact/contact_join.png) center center no-repeat;
    background-size: 80px;
}
.contact-f{
	background: url(img/contact/contact_tc.png) center center no-repeat;
    background-size: 80px;
}
.contact-recruit{
	background: url(img/contact/contact_zp.png) center center no-repeat;
    background-size: 80px;
}
.contact-demand{
	background: url(img/contact/contact_gx.png) center center no-repeat;
    background-size: 80px;
}
.contactItem .kfCodeImgBox{
    flex-shrink: 0;
    width: 110px;
    height: 110px;
}
.contactItem .kfCodeImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contactMap {
    height: 485px;
    background: url(img/contact/contactMap.jpg) center no-repeat;
}
.contactMapWrap {
    width: 1024px;
    margin: 0 auto;
}
.contactMapContent {
    width: 488px;
    height: 485px;
    padding: 150px 80px;
    box-sizing: border-box;
    background: url(img/contact/contactMapBg.png) center center no-repeat, linear-gradient(180deg,#00aaff, #0060df 98%);
    background-size: cover;
    color: #fff;
    opacity: 0.9;
}
.workSite {
    font-size: 24px;
    line-height: 28px;
}
.contactInfos {
    position: relative;
    padding-left: 30px;
}
.contactInfos:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(img/contact/worksite.svg) center center no-repeat;
    background-size: cover;
}
.contactMapContent p span {
    display: block;
}
.mapDivide {
    width: 60px;
    height: 2px;
    background: rgba(255, 255, 255, .7);
    margin: 30px 0;
}
.contactInfo {
    font-size: 14px;
    line-height: 32px;
}