
.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.bannnerImg {
    display: block;
    width: 100%;
    height: auto;
}
.bannnerImg img {
    display: block;
    width: 100%;
    height: auto;
}
.navTarbar {
    width: 100%;
    height: 50px;
    background: #F1F1F1;
    margin-top: 120px;
}

.navTarbar p {
    font-size: 18px;
    font-family: AliMedium;
    font-weight: 400;
    color: #CA1421;
    margin-left: 18%;
    line-height: 50px;
}

.navTarbar p a{
    font-size: 18px;
    font-family: AliMedium;
    font-weight: 400;
    color: #CA1421;
}
.navTarbar p a span{
    color: #cecece;
    font-family: '楷体';
}

.navTarbar-con {
    width: 100%;
    height: auto;
}
.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.navTarbar-con dl {
    display: flex;
    margin-top: 72px;
}

.navTarbar-con dl dt {
    margin-left: 18%;
    width: 380px;
    height: 380px;
    background: #EFEFEF;
    border-radius: 8px;
}

.navTarbar-con dl dt img {
    background: #EFEFEF;
    border-radius: 8px;
    display: block;
}

.navTarbar-con dl dd {
    margin-left: 43px;
    margin-top: 12px;
    width: 100%;
}

.navTarbar-con dl dd p {
    font-size: 30px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
}

.navTarbar-con dl dd span {
    font-size: 18px;
    font-family: AliRegular;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-top: 15px;
    display: block;
    width: 70%;
}


.contactDetailNav ul li .active {
    background: #CA1421;
    color: #fff;
    width: 120px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.contactDetailNav {
    width: 100%;
    height: 50px;
    background: #F1F1F1;
}

.contactDetailNav ul {
    width: 70%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding-left: 220px;
}

.contactDetailNav ul li {
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.contactDetailNav ul li a:hover {
    background: #CA1421;
    color: #fff;
    width: 120px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.contactDetailCon {
    width: 70%;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    padding-left: 220px;
    padding-bottom: 120px;
}

.contactDetailCon .cDetailTitle {
    margin-top: 80px;
    width: 100%;
}

.cDetailTitle p {
    margin-left: 42px;
    font-size: 30px;
    font-weight: 400;
    color: #2C2C34;
    font-family: AliMedium;
}

.cDetailList {
    width: 100%;
    margin-top: 61px;
}

.cDtailTitle {
    width: 100%;
    display: flex;
    align-items: center;
}

.cDtailTitle p {
    margin-left: 44px;
    font-size: 30px;
    font-weight: 400;
    color: #2C2C34;
    display: flex;
    align-items: center;
    font-family: AliMedium;
}

.cDtailTitle p span {
    display: inline-block;
    width: 4px;
    height: 28px;
    background: #CA1421;
    margin-right: 10px;
}

.addressList {
    width: 100%;
    display: flex;
    margin-left: 42px;
}

.addressList ul {
    width: 278px;
}

.addressList ul .addressListTit span {
    padding: 0 16px;
    height: 24px;
    background: #CA1421;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 30px;
    font-family: AliRegular;
}

.detailConListAdd {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.addListCon {}
    
.addListCon li {
    line-height: 30px;
}

.addListCon li a {
    font-family: AliRegular;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.joinUsImg {
    display: block;
    width: 100%;
    height: auto;
}
.joinUsImg a img{
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .contactDetailNav ul {
    width: 70%;
    display: flex;
    align-items: center;
    margin: 0 0;
    padding-left: 0;
}
.navTarbar{
    display: none;
}
.bannnerImg {
    margin-top: 80px;
    display: block;
    width: 100% !important;
    height: auto;
}
.bannnerImg img {
    display: block;
    width: 100% !important;
    height: auto;
}

.addressList {
    width: 100%;
    display: block;
    margin-left: 42px;
}
.contactDetailCon {
    width: 70%;
    flex-direction: column;
    display: flex;
    margin: 0;
    padding-left: 0;
    padding-bottom: 120px;
}
.contactDetailNav ul li {
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.contactDetailNav ul li .active {
    background: #CA1421;
    color: #fff;
    width: 80px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
}