*{
    margin: 0;
    padding: 0;
}
.contact-main {
    width: 100%;
    max-width: 1300px;
    /* padding: 2.8125rem 0 4.1875rem 0; */
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 5rem;
    padding-bottom: 7.5rem;

}


.bg{
    background: #F6F6F6;
}
/* 企业介绍 */
.company-main {
    /* border-top: 1px solid; */
    background-color: #FFF;

}

.contact-con {
    margin: 0 auto;
    /* padding: 5.75rem 19.3125rem; */
}

.contact-mapCon {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 5.75rem 19.3125rem; */
    justify-content: center;

}

.company-intro {
    margin-top: 4.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}

.intro-left {
    width: 60%;
}

.intro-right {

    width: 40%;
    padding-top: 7.5rem;
    text-align: right;
}

.intro-leftCon {
    margin-top: 1.6rem;
    font-size: 0.875rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 1.75rem;
}

.title-intro {
    height: 1.6rem;
    font-size: 1.125rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
}

.company-proess {
    margin-top: 2.8125rem;
}

.title-left {
    font-size: 1.75rem;
    font-family: SourceHanSansCNBold;
    font-weight: bold;
    color: #484848;
}

.contact-title {


 width: 100%;
 height: auto;
 font-size: 3.13rem;
 font-family: Acumin Variable Concept;
 font-weight: normal;
 color: #484848;
 text-align: center;
 /* line-height: 2.3rem; */
 margin: 0 auto;


}

.contact-subTitle {

 font-size: 2.25rem;
 font-family: SourceHanSansCN;
 font-weight: bold;
 color: #08969B;
 margin: 2.25rem auto 3.06rem;
 text-align: center;
 /* line-height: 2.3rem;


}

.contact-map {
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin-top: 3.0625rem;
    box-sizing: border-box;
    margin-bottom:2.5rem;

}

.contact-nav {
    position: relative;
    width: 100%;
    height: 6rem;
    background: #EEFCFD;

    box-sizing: border-box;
}

.nav-show {
    position: relative;
}

.nav-show ul {
    list-style: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-show ul li {
    width: calc(100% / 4);
    text-align: left;
    line-height: 6rem;
    padding-left: 3.5625rem;
}


.nav-show ul li::before {
    content: "";
    position: absolute;
    top: -5px;
    /* left: 0; */

}

.addclass::before {
    content: "";
    position: absolute;
    top: -5px;
    /* left: 0; */
    bottom: 0;
    width: 0;
    height: 100%;
    border-bottom: 0.125rem solid #FF9A00;
}
.addclasstwo:hover::before {
    width: 2rem;

    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(1, 1);

}
.nav-show ul li:hover::before {
    width: 2rem;

    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(1, 1);

}

.nav-hock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(60% / 4 * 1);
    height: 0.625rem;
    border-radius: 2px;
    transition: 0.6s;
}

.nav-show ul li a {
    text-decoration: none;
    font-size: 1.75rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    text-align: center;
    color: #08969B;
    line-height: 2.75rem;
    opacity: 0.5;
}

.nav-show ul li a:hover {
    text-decoration: none;
    font-size: 1.75rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #008C8C;
    opacity: 1;
    line-height: 2.75rem;
    transition: 0.5s;

}

.contact-list {
    box-sizing: border-box;
    background-color: #fff;
    padding: 1.38rem 1.38rem 1.38rem 3.56rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.contact-left {
    width: calc(40% - 3.56rem);
    padding: 4.68rem 0;
    box-sizing: border-box;

}

.contact-address {
    font-size: 1.125rem;
    font-family: SourceHanSansMedium;
    font-weight: bold;
    color: #282828;
    line-height: 1.875rem;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 3; /*设置多行的行数*/

    /*设置多行的行数*/

}
.address-top{
  margin-top: 3.56rem;
}

.contact-txt {
    /* margin-bottom: 3.5625rem; */
    box-sizing: border-box;
}

.contact-txt ul {
  margin-bottom: 3.56rem;
    /* padding-left: 1.2rem; */
    /* list-style:disc ; */
}

.contact-txt ul li {

    /* height: 2rem; */
    font-size: 1.125rem;
    font-family: SourceHanSansLight;
    font-weight: 340;
    color: #111;
    line-height: 1.75rem;

}

.contact-txt ul li div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-right {
    width: 60%;
    height: 100%;
}
.contact-right img{
  width: 100%;
  height: 100%;
}

.imgShow {
    width: 100%;
    height: 100%;
}
.mod-tabContact li{
  height: 6rem;
  line-height: 6rem;
    font-family: SourceHanSansCNBold;
}
.mod-tabContact .clearfix ul{
    height: auto !important;
}

.mod-tabContact  li a{
  padding:0;
  line-height: 6rem;
}
.contactNavs{
  height: 6rem !important;
}
/* .imgShow{
        transform: scale(1.1);
        transition: ease all 0.3s;
} */
