@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face{
    font-family: "dBold";
    src: url('../font/din-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "sMedium";
    src: url('../font/SourceHanSansCN-Medium.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "mBold";
    src: url('../font/MicrosoftBold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* header */
#banner{
    position: relative;
}
header{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 22;
    height: 126px;
}
.logo{
    display: block;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 138px;
}
.logo img{
    display: block;
    width: 100%;
}
.nav-ul{
    display: flex;
    justify-content: space-between;
    margin-top: 62px;
}
.nav-ul li>a{
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    transition: all .3s;
}
.nav-ul li:nth-child(4){
    margin-right: 370px;
}
.nav-ul li:hover>a,
.nav-ul li.nav-active a{
    color: #009b5b;
}
@media(max-width: 1600px){
    .nav-ul li:nth-child(4){
        margin-right: 260px;
    }
}
@media(max-width: 1200px){
    .nav-ul{
        margin-top: 55px;
    }
    .nav-ul li:nth-child(4){
        margin-right: 200px;
    }
}
@media(max-width: 991px){
    header{
        height: 84px;
    }
    .logo{
        position: relative;
        left: 0px;
        top: 12px;
        width: 98px;
        transform: translateX(0);
        float: left;
    }
    .nav-ul{
        display: none;
    }
}
/* 底部 */
#footer{
    padding-top: 46px;
    overflow: hidden;
    width: 100%;
    background: #2f2f2f;
}
.copy{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #808080;
    border-top: 1px solid #808080;
}
.links{
    height: 80px;
    display: flex;
    align-items: center;
}
.links a{
    color: #808080;
    display: block;
    margin-right: 15px;
}
.links a:last-child{
    margin-right: 0px;
}
.footer-ul{
    margin-bottom: 43px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer-ul li h3{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.footer-ul li dl dd>a{
    line-height: 30px;
    display: block;
    color: #808080;
    font-size: 16px;
}
.code-item{
    width: 154px;
    text-align: center;
}
.code-item p{
    color: #808080;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
}
@media(max-width: 1200px){
    .links a{
        margin-right: 6px;
    }
    .copy{
        font-size: 14px;
    }
}
@media(max-width: 991px){
    #footer{
        padding-top: 40px;
    }
    .footer-ul{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .footer-ul li{
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }
    .footer-ul li:last-child{
        margin-bottom: 0px;
    }
    .footer-ul li h3{
        margin-bottom: 6px;
    }
    .footer-ul li dl{
        text-align: center;
    }
    .footer-ul li dl dd{
        display: inline-block;
        margin: 0 4px;
    }
    .footer-ul li dl dd>a{
        line-height: 24px;
    }
    .code-item{
        margin: 0 auto;
    }
    .copy{
        flex-wrap: wrap;
        height: auto;
        padding: 15px 0px;
        font-size: 16px;
    }
    .copy p{
        width: 100%;
        line-height: 24px;
        text-align: center;
        margin-bottom: 10px;
    }
    .links{
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
    }
    .links a{
        line-height: 24px;
    }
}
/* 首页关于我们 */
.home-about{
    padding: 80px 0px;
    width: 100%;
    overflow: hidden;
}
.habout-main{
    display: flex;
}
.habout-left{
    width: 50%;
    padding-bottom: 50px;
    padding-right: 98px;
    position: relative;
}
.habout-smallimg{
    width: 28.6%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-left: 20px;
    padding-top: 20px;
    background-color: #fff;
}
.habout-right{
    width: 50%;
    padding-left: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.habout-top h3{
    font-size: 40px;
    line-height: 40px;
    color: #000;
    margin-bottom: 26px;
}
.habout-top span{
    font-size: 22px;
    line-height: 24px;
    color: #106b5c;
}
.habout-des{
    margin-top: 58px;
    line-height: 36px;
    font-size: 16px;
    color: #444;
}
.habout-list{
    display: flex;
    justify-content: space-between;
}
.habout-list li{
    width: 120px;
    height: 120px;
    border: 1px solid #dcdcdc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f4;
    transition: all .5s;
}
.habout-icon{
    position: relative;
}
.habout-icon img{
    transition: all .5s;
}
.habout-icon .habout-on{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.habout-list li span{
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    color: #222;
}
.habout-list li:hover{
    background-color: #106b5c;
}
.habout-list li:hover .habout-icon .habout-on{
    opacity: 1;
}
.habout-list li:hover .habout-icon .habout-un{
    opacity: 0;
}
.habout-list li:hover span{
    color: #fff;
}
@media(max-width: 1600px){
    .habout-des{
        margin-top: 38px;
    }
}
@media(max-width: 1400px){
    .habout-left{
        padding-right: 50px;
    }
    .habout-right{
        padding-left: 50px;
    }
    .habout-des{
        line-height: 30px;
    }
}
@media(max-width: 1200px){
    .habout-left{
        padding-right: 30px;
        padding-bottom: 30px;
    }
    .habout-right{
        padding-left: 30px;
    }
    .habout-des{
        line-height: 26px;
        font-size: 14px;
        margin-top: 20px;
    }
    .habout-top h3{
        margin-bottom: 15px;
    }
    .habout-top span{
        font-size: 18px;
    }
    .habout-list li{
        width: 100px;
        height: 100px;
    }
}
@media(max-width: 991px){
    .home-about{
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .habout-main{
        flex-wrap: wrap;
    }
    .habout-left{
        width: 100%;
    }
    .habout-smallimg{
        padding-left: 10px;
        padding-top: 10px;
    }
    .habout-right{
        margin-top: 25px;
        padding-left: 0px;
        width: 100%;
    }
    .habout-des{
        line-height:30px;
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .habout-top h3{
        font-size: 32px;
        line-height: 32px;
    }
    .habout-top span{
        font-size: 18px;
    }
    .habout-list li{
        width: 120px;
        height: 120px;
    }
}
@media(max-width: 599px){
    .habout-list{
        justify-content: center;
        flex-wrap: wrap;
    }
    .habout-list li{
        margin: 0px 10px 20px;
    }
    .home-about{
        padding-bottom: 30px;
    }
}
/* 首页专业领域 */
.region-wrap{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.region-imgitem{
    width: 100%;
    overflow: hidden;
    display: none;
}
.rimg-on{
    display: block;
}
.region-imgitem img{
    width: 100%;
    display: block;
}
.region-main{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding-top: 80px;
}
.region-title{
    text-align: center;
    color: #fff;
    margin-bottom: 56px;
}
.public-titletxt{
    font-size: 40px;
    line-height: 40px;
}
.region-title h3{
    margin-bottom: 24px;
}
.region-title span{
    font-size: 16px;
    line-height: 24px;
}
.region-list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.region-list li{
    width: 25%;
    padding-top: 54px;
    padding-bottom: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    transition: all .5s;
    border-right: 1px solid #fff;
}
.region-list li a{
    color: #fff;
}
.region-list li:nth-child(4n){
    border-right: none;
}
.region-list li:nth-child(1){
    border-bottom: 1px solid #fff;
}
.region-list li:nth-child(2){
    border-bottom: 1px solid #fff;
}
.region-list li:nth-child(3){
    border-bottom: 1px solid #fff;
}
.region-list li:nth-child(4){
    border-bottom: 1px solid #fff;
}
.region-list span{
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
}
.region-list li:hover{
    background-color: #106b5c;
}
.region-list li.on{
    background-color: #106b5c;
}
.region-more{
    display: flex;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    background-color: #106b5c;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
}
.region-more span{
    font-size: 16px;
    padding-left: 10px;
}
@media(max-width: 1800px){
    .region-list{
        margin-bottom: 25px;
    }
}
@media(max-width: 1700px){
    .region-list li{
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .region-list{
        margin-bottom: 50px;
    }
}
@media(max-width: 1600px){
    .region-main{
        padding-top: 60px;
    }
    .region-list{
        margin-bottom: 20px;
    }
}
@media(max-width: 1400px){
    .region-title{
        margin-bottom: 35px;
    }
    .region-list li{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .region-list{
        margin-bottom: 40px;
    }
}
@media(max-width: 1200px){
    .region-main{
        position: relative;
        background-color: rgba(0, 0, 0, .4);
        padding-bottom: 60px;
    }
}
@media(max-width: 991px){
    .region-main{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .region-title{
        margin-bottom: 25px;
    }
    .public-titletxt{
        font-size: 32px;
        line-height: 32px;
    }
    .region-title h3{
        margin-bottom: 15px;
    }
    .region-list li{
        width: 50%;
        border-bottom: 1px solid #fff;
    }
    .region-list li:nth-child(2n){
        border-right: none;
    }
    .region-list li:nth-child(7){
        border-bottom: none;
    }
    .region-list li:nth-child(8){
        border-bottom: none;
    }
}
@media(max-width: 599px){
    .region-list li:nth-child(7){
        border-bottom: 1px solid #fff;
    }
    .region-list li{
        width: 100%;
        border-right: none;
    }
    .region-list{
        margin-bottom: 10px;
    }
}
/* 首页纳森团队 */
.home-team{
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f0f0f4;
}
.hteam-title{
    text-align: center;
    margin-bottom: 52px;
}
.hteam-title h3{
    margin-bottom: 20px;
    color: #000;
}
.hteam-title span{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #444;
}
.hteam-item{
    width: 100%;
}
.hteam-item:hover .public-img img{
    transform: scale(1.1);
}
.hteam-info{
    height: 120px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hteam-info h3{
    font-size: 22px;
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
}
.hteam-info p{
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.hteam-item:hover .hteam-info{
    background-color: #106b5c;
}
.hteam-item:hover .hteam-info h3{
    color: #fff;
}
.hteam-item:hover .hteam-info p{
    color: #fff;
}
@media(max-width: 1200px){
    .hteam-info{
        height: 100px;
    }
}
@media(max-width: 991px){
    .hteam-info{
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .home-team{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .hteam-title h3{
        margin-bottom: 15px;
    }
    .hteam-title{
        margin-bottom: 28px;
    }
}
/* 首页纳森动态 */
.home-news{
    background-color: #fff;
}
.hnews-title{
    display: flex;
    margin-bottom: 52px;
    justify-content: space-between;
}
.hnews-title h3{
    color: #000;
}
.title-list{
    margin-top: 10px;
    display: flex;
}
.title-list li{
    margin-right: 70px;
}
.title-list li:last-child{
    margin-right: 0px;
}
.title-list li a{
    display: block;
    font-size: 22px;
    color: #000;
    line-height: 34px;
    border-bottom: 2px solid transparent;
}
.title-list li:hover a, .title-list li.on a{
    border-bottom-color: #106b5c;
    color: #106b5c;
}
.hnews-main{
    display: flex;
}
.hnews-left{
    display: flex;
    width: 50%;
}
.hnews-list{
    width: 100%;
}
.hnews-list li{
    display: none;
}
.hnews-list li.on{
    display: block;
}
.hnews-list li:hover .public-img img{
    transform: scale(1.1);
}
.hnews-info{
    background-color: #f0f0f4;
    padding-top: 75px;
    padding-left: 60px;
    padding-right: 60px;
}
.hnews-info h3{
    margin-bottom: 32px;
}
.hnews-info h3 a{
    font-size: 24px;
    line-height: 24px;
    display: block;
    color: #000;
}
.hnews-swiper .swiper-slide{
    display: flex;
}
.hnews-info p{
    font-size: 16px;
    line-height: 30px;
    color: #444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    height: 120px;
    margin-bottom: 52px;
}
.hnews-info:hover h3 a{
    color: #106b5c;
}
.hnews-more{
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #106b5c;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
}
.hnews-spagination{
    text-align: left;
    padding-left: 50px;
}
.hnews-swiper > .swiper-pagination-bullets{
    bottom: 68px;
}
.hnews-swiper .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 0px;
    opacity: 1;
}
.hnews-swiper > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px;
}
.hnews-swiper .swiper-pagination-bullet-active{
    border-color: #106b5c;
    background-color: #106b5c;
}
@media(max-width: 1400px){
    .hnews-info{
        padding-top: 40px;
    }
    .hnews-swiper > .swiper-pagination-bullets{
        bottom: 58px;
    }
}
@media(max-width: 1200px){
    .hnews-info{
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 20px;
    }
    .hnews-swiper > .swiper-pagination-bullets{
        bottom: 18px;
    }
    .hnews-info p{
        margin-bottom: 20px;
    }
    .hnews-info h3{
        margin-bottom: 20px;
    }
    .hnews-spagination{
        padding-left: 30px;
    }
}
@media(max-width: 991px){
    .hnews-main{
        flex-wrap: wrap;
    }
    .hnews-left{
        width: 100%;
    }
    .hnews-title{
        margin-bottom: 28px;
    }
    .title-list{
        margin-top: 0px;
    }
    .hnews-info{
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .hnews-swiper > .swiper-pagination-bullets{
        bottom: 12px;
    }
    .hnews-info p{
        margin-bottom: 25px;
        height: auto;
    }
    .hnews-info h3 a{
        line-height: 32px;
    }
    .title-list li{
        margin-right: 20px;
    }
}
@media(max-width: 599px){
    .hnews-info{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .title-list li a{
        font-size: 16px;
        line-height: 30px;
    }
}
/* 纳森团队 */
/*内页导航*/
.inside-nav{
    background: #f0f0f4;
    height: 80px;
    line-height: 80px;
}
.inside-navl ul li{
    text-align: center;
    width: 140px;
    position: relative;
}
.inside-navl ul li:first-child a::before{
    position: absolute;
    content: "";
    height: 17px;
    width: 1px;
    background: #999999;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.inside-navl ul li a::after{
    position: absolute;
    content: "";
    height: 17px;
    width: 1px;
    background: #999999;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.inside-navl ul li::after{
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background: #106b5c;
    left: 0;
    bottom: 0;
    transition: all 0.4s;
}
.inside-navl ul li:hover a{
    color: #106b5c;
}
.inside-navl ul li.inside-navon a{
    color: #106b5c;
}
.inside-navl ul li.inside-navon::after{
    width: 100%;
}
.inside-navl ul li:hover::after{
    width: 100%;
}
.inside-navw{
    display: flex;
    justify-content: space-between;
}
.inside-navr img{
    vertical-align:middle;
}
.inside-navr a{
    vertical-align: middle;
    color: #666666;
}
.inside-navr a:hover{
    color: #106b5c;
}
.team-box{
    padding-top: 80px;
}
.team-txt{
    background: #f0f0f4;
    padding-top: 34px;
    padding-bottom: 34px;
    text-align: center;
    transition: all .3s;
}
.team-txt h3{
    font-size: 22px;
    color: #000000;
}
.team-txt h4{
    margin-top: 16px;
    color: #666666;
}
.team-boxul li{
    margin-bottom:32px;
}
.team-boxul li:hover .team-txt{
    background: #106b5c;
}
.team-boxul li .public-img:hover img{
    transform: scale(1.1);
}
.team-boxul li:hover .team-txt h3,.team-boxul li:hover .team-txt h4{
    color: #fff;
}
@media(max-width:991px){
    .team-box{
        padding-top:40px;
    }
    .inside-navl ul li{
        width: 100px;
    }
    .inside-navr a{
        font-size: 14px;
    }
    .inside-nav{
        height: 60px;
        line-height: 60px;
    }
    .team-txt{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .team-txt h4{
        margin-top: 8px;
    }
}
/* 纳森印象 */
.inav-public ul{
    display: flex;
}
.about-wrap{
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}
.inside-titletxt{
    text-align: center;
    color: #000;
}
.about-wrap .inside-titletxt{
    margin-bottom: 50px;
}
.about-vedio{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.about-vedio img{
    display: block;
    width: 100%;
}
.vedio-wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, .2);
    background-image: url(../img/play-icon.png);
    background-position: center;
    background-repeat: no-repeat;
}
.about-des{
    margin-top: 24px;
    font-size: 16px;
    line-height: 32px;
    color: #444;
    text-indent: 32px;
}
.about-des p{
    margin-bottom: 18px;
}
.about-list{
    margin-left: -20px;
    margin-right: -20px;
}
.about-list li{
    float: left;
    width: 50%;
    padding: 0 20px;
}
.about-list li .public-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 991px){
    .about-wrap{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-wrap .inside-titletxt{
        margin-bottom: 30px;
    }
    .about-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .about-list li{
        float: none;
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }
    .about-list li:last-child{
        margin-bottom: 0px;
    }
}
@media(max-width: 767px){
    .inav-pwrap{
        height: auto;
        padding-top: 12px;
        line-height: 24px;
    }
    .inav-pwrap .inside-navw{
        flex-direction: column-reverse;
    }
    .inav-public ul li{
        line-height: 36px;
    }
    .inav-public ul li a{
        display: block;
        line-height: 36px;
    }
}
@media(max-width: 599px){
    .about-wrap{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.manager-wrap{
    background-color: #f0f0f4;
}
.manager-list li{
    display: flex;
}
.manager-list li:nth-child(even){
    flex-direction: row-reverse;
}
.manager-info{
    width: 50%;
    background-color: #fff;
    padding: 0 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.manager-info h3{
    font-size: 40px;
    line-height: 40px;
    color: #106b5c;
    margin-bottom: 40px;
}
.manager-info p{
    color: #444;
    font-size: 16px;
    line-height: 36px;
    text-indent: 32px;
}
.manager-right{
    width: 50%;
}
.manager-right .public-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 1400px){
    .manager-info h3{
        margin-bottom: 20px;
    }
    .manager-info p{
        line-height: 30px;
    }
}
@media(max-width: 1200px){
    .manager-info h3{
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 14px;
    }
    .manager-info p{
        line-height: 24px;
        font-size: 14px;
    }
    .manager-info{
        padding: 0 20px;
    }
}
@media(max-width: 991px){
    .manager-list li{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .manager-list li:last-child{
        margin-bottom: 0px;
    }
    .manager-info p{
        line-height: 30px;
        font-size: 16px;
    }
    .manager-info{
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .manager-right{
        width: 100%;
    }
}
/* 纳森动态 */
.news-wrap{
    padding-bottom: 0px;
}
.news-list li{
    margin-top: 20px;
    background-color: #f0f0f4;
    padding-left: 15px;
    display: flex;
    padding-bottom: 30px;
    padding-top: 34px;
}
.news-time{
    width: 124px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333;
}
.news-time::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 86px;
    background-color: #d1d1d3;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.news-time span{
    font-size: 22px;
    display: block;
    margin-bottom: 8px;
}
.news-time strong{
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
}
.news-info{
    width: calc(100% - 124px);
    padding-left: 25px;
    padding-right: 50px;
}
.news-info h3{
    margin-bottom: 10px;
}
.news-info h3>a{
    color: #222;
    line-height: 24px;
    font-size: 24px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-info p{
    font-size: 16px;
    color: #444;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 60px;
}
.news-list li:hover .news-info h3>a{
    color: #106b5c;
}
@media(max-width: 1200px){
    .news-list li{
        padding-left: 0px;
    }
    .news-info{
        padding-right: 30px;
    }
}
@media(max-width: 991px){
    .news-list li{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .news-info{
        width: calc(100% - 94px);
    }
    .news-time{
        width: 94px;
    }
    .news-info h3{
        margin-bottom: 4px;
    }
    .news-info h3 > a{
        font-size: 20px;
    }
}
@media(max-width: 599px){
    .news-list li{
        flex-direction: column;
        align-items: flex-start;
    }
    .news-info{
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .news-time{
        width: auto;
        padding-left: 15px;
        margin-bottom: 10px;
    }
    .news-time::after{
        display: none;
    }
}
/* 专业领域 */
.profession-main{
    display: flex;
}
.profession-left{
    width: 320px;
}
.profession-list{
    width: 100%;
    border: 1px solid #dcdcdc;
}
.profession-list li{
    border-bottom: 1px solid #dcdcdc;
}
.profession-list li:last-child{
    border-bottom: none;
}
.profession-list li a{
    line-height: 58px;
    display: block;
    width: 100%;
    padding-left: 60px;
    color: #222;
    font-size: 16px;
    transition: all .3s;
}
.profession-list li.on a, .profession-list li:hover a{
    background-color: #106b5c;
    color: #fff;
}
.profession-right{
    width: calc(100% - 320px);
    padding-left: 80px;
}
.profession-right .public-titletxt{
    color: #000;
    margin-bottom: 60px;
}
.profession-des {
    line-height: 32px;
    color: #444;
    font-size: 16px;
    text-indent: 32px;
    padding-top: 16px;
}
.profession-des p{
    margin-top: 15px;
}
.mobile-nav{
    position: relative;
    display: none;
    background-color: #106b5c;
}
.mobile-nav h3{
    display: block;
    line-height: 50px;
    float: left;
    padding-left: 20px;
    color: #fff;
}
@media(max-width: 1200px){
    .profession-left{
        width: 280px;
    }
    .profession-list li a{
        padding-left: 40px;
    }
    .profession-right{
        width: calc(100% - 280px);
        padding-left: 50px;
    }
    .profession-right .public-titletxt{
        margin-bottom: 40px;
    }
}
@media(max-width: 991px){
    .profession-main{
        flex-wrap: wrap;
    }
    .profession-left{
        width: 100%;
        margin-bottom: 30px;
    }
    .profession-list{
        
    }
    .profession-list li a{
        padding-left: 40px;
        line-height: 48px;
    }
    .profession-right{
        width: 100%;
        padding-left: 0px;
    }
    .profession-right .public-titletxt{
        margin-bottom: 40px;
    }
    .mobile-nav{
        display: block;
    }
    .profession-right .public-titletxt{
        margin-bottom: 30px;
    }
}
/* 团队详情 */
.iteam-left{
    width: 350px;
}
.iteam-peopleinfo{
    margin-top: 38px;
}
.people-txt{
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}
.people-txt h1{
    font-size: 24px;
    color: #222;
    line-height: 24px;
}
.people-txt h3{
    font-size: 16px;
    color: #444;
    line-height: 18px;
    margin-left: 12px;
}
.people-other h2{
    font-size: 16px;
    line-height: 32px;
    color: #000;
}
.people-other p{
    color: #444;
    font-size: 16px;
    line-height: 32px;
}
.iteam-right{
    width: calc(100% - 350px);
    padding-left: 80px;
}
.team-resume {
    margin-bottom: 32px;
}
.team-resume h1{
    font-size: 24px;
    line-height: 24px;
    color: #222;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
}
.team-resume p{
    line-height: 32px;
    font-size: 16px;
    color: #444;
}
.team-resume h2{
    font-size: 18px;
    line-height: 32px;
    color: #222;
}
.team-resume:last-child{
    margin-bottom: 0px;
}
@media(max-width: 1200px){
    .iteam-right{
        padding-left: 50px;
    }
}
@media(max-width: 991px){
    .iteam-right{
        padding-left: 0px;
        width: 100%;
    }
    .iteam-left{
        width: 100%;
        max-width: 350px;
        margin: 0 auto 12px;
    }
}

.profession-main p{
    position: relative;
    padding-left:25px;
}
.profession-main p::after{
    background: url('../img/peoicon.png') no-repeat left center;
    width: 11px;
    height: 12px;
    position: absolute;
    content: "";
    left: 0;
    top:10px;
}
/* 联系我们 */
.contact-main{
    padding-bottom: 60px;
}
.contact-cont{
    overflow: hidden;
}
.contact-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f3f3f3;
    justify-content: center;
}
.contact-info dl dt{
    font-size: 24px;
    color: #111;
    margin-bottom: 25px;
}
.contact-info dl dd{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.contact-img{
    overflow: hidden;
    width: 100%;
}
.contact-img img{
    display: block;
    width: 100%;
}
.contact-ditu{
    margin-top: 28px;
    overflow: hidden;
    width: 100%;
}
.contact-ditu img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .contact-info dl dt{
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .col-xxs-12{
        width:100%;
    }
    .contact-info{
        padding: 30px 0px;
        margin-bottom: 15px;
    }
    .contact-main{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .contact-main{
        padding-bottom: 30px;
    }
    .contact-ditu{
        margin-top: 15px;
    }
}

/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}
#p-banner .swiper-slide img {
    width: 100%;
   
}