/* 关于逸淘 */
.page-top-about {
    position: relative;
    padding-top: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, .2);
}
.page-top-about .bg-inner {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: url("../images/about-bg.png") no-repeat center;
    background-size: cover;
    z-index: -1;
}
.top-lef {
    margin-top: 240px;
    text-align: center;
}
.top-lef img{
    width: 300px;
}
.company-profile {
    justify-content: space-between;
    display: flex;
    margin-bottom: 85px;
}
.company-profile img {
    width: 40%;
}
.profile-left {
    position: relative;
    width: 56%;
    padding: 0 15px;
}
.profile-txt {
    position: absolute;
    right: -9%;
    top: 50%;
    transform: translateY(-50%);
    padding: 8% 5%;
    line-height: 1.5;
    font-family: Microsoft YaHei-Regular;
    box-shadow: 0px 1px 2px #ccc;
    border-radius: 6px;
    background-color: #fff;
    z-index: 10;
}
.company-profile>img {
    width: 40%;
}
.contact-our {
    width: 70%;
}
.company-location {
    position: relative;
    width: 30%;
}
.contact-method {
    position: absolute;
    top: 50%;
    left: -9%;
    width: 90%;
    padding: 8% 0 8% 25%;
    transform: translateY(-50%);
    background-color: #fff;
    box-shadow: 0px 1px 2px #ccc;
    border-radius: 6px;
    z-index: 10;
}
.contact-method span {
    display: inline-block;
}
.ww{
    width: 1400px;
    margin: 50px auto;
}
.content .nav-list{
    position: relative;
    background: #fff;
    padding-left: 60px;
    line-height: 38px;
}
.content .nav-list img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nav-list ul{
    overflow: hidden;
    margin-left: 30px !important;
    margin: 0;
}
.nav-list .tit{
    border-top: 2px solid transparent;
    font-weight: bold;
    font-size: 17px;
}
.nav-list li{
    float: left;
    list-style: none;
    margin-left: 30px;
    cursor: pointer;
    font-size: 16px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.nav-list li:hover,.nav-list li.active{
    color: #2c87f1;
    border-bottom: 2px solid #2c87f1;
}
.nav-con{
    width: 1300px;
    margin: 30px auto;
}
.nav-con-con{
    margin-top: 30px;
    display: flex;
}
.nav-con-tit{
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}
.nav-con-txt{
    font-family: '黑体';
    font-size: 21px;
    line-height: 50px;
    padding: 10px 60px;
}
#con2{
    padding: 70px 0;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.con3_lef{
    float: left;
}
.con3_lef div{
    color: #000;
    font-size: 16px;
    line-height: 50px;
}
.con3_rig {
    float: right;
}
.content-phone{
    width: 90%;
    margin: 20px auto;
    display: none;
}
.content-phone-tit{
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
}
.content-phone img{
    width: 90%;
}
.content-phone-txt{
    margin: 10px 0;
    line-height: 25px;
    font-size: 14px;
    font-family: Arial;
}


@media screen and (max-width: 1370px) {
    .ww,.nav-con{
        width: 1200px;
    }
    #con2{
        width: 1100px;
    }
}

@media screen and (max-width: 1320px) {
    .ww,.nav-con{
        width: 1100px;
    }
    #con2{
        width: 1000px;
    }
}

@media screen and (max-width: 1261px) {
    .footer-con{
        font-size: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .footer-con{
        font-size: 15px;
    }
    .footer_each{
        padding-left: 40px !important;
    }
}


@media screen and (max-width: 1024px) {
}

/**
 移动端
 */
@media screen and (max-width: 970px) {
    .content-new{
        display: none;
    }
    .content-phone{
        display: block;
    }
}