/* 版心 */
.w {
    width: 1400px;
    margin: 0 auto;
    padding: 0;
}
/* 显示一行超出省略号 */
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 头部 */
.header {
    height: 100px;
    background-color: #fff;
    min-width: 1400px;
}
.header .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header .logo {
    height: 60px;
    width: 191px;
    overflow: hidden;
    font-size: 0;
}
.header .nav {
    display: flex;
    align-items: center;
}
.header .nav li {
    padding: 0 30px;
}
.header .nav li a {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
}
.header .nav li a.active {
    color: #2bba84;
}
.header .nav li a:hover {
    color: #2bba84;
}
.header .nav li a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2bba84;
}   

/* 底部 */
.footer{
    background-color: #27282b;
    min-width: 1400px;
}
.footernav {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #424242;
}   
.footernav .logo {
    height: 60px;
    width: 191px;
    overflow: hidden;
    font-size: 0;
}
.footernav .nav {
    display: flex;
    align-items: center;
}
.footernav .nav a {
    padding: 0 30px;
    font-size: 16px;
    line-height: 24px;
    color: #eceef5;
}
.footermain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}
.footermain .contentwrap p{
    font-size: 16px;
    color: #8d8d8d;
    line-height: 31px;
}
.footermain .pic {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 110px;
}
.footermain .pic img {
    width: 110px;
    height: 110px;
    background-color: #fff;
    object-fit: cover;  
}
.footermain .pic h3 {
    font-size: 14px;
    color: #8d8d8d;
    line-height: 33px;
}
.copyfooetr {
    width: 100%;
    background-color: #212225;
    height: 64px;
}
.copyfooetr .w {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-size: 14px;
    color: #77787b;
}
.copyfooetr .left {
    display: flex;
    align-items: center;
}
.copyfooetr .left .ipnote {
    padding: 0 10px;
}
.copyfooetr .left .beian {
    display: flex;
    align-items: center;
}
.copyfooetr .left .beian img {
    width: 18px;
    height: 20px;
}
.copyfooetr .left .beian span {
    line-height: 30px;
    color: #999999;
    margin-left: 8px;
}
/* 其他页面banner */
.otherbanner {
    position: relative;
    width: 100%;
    height: calc( (100% - 1920px ) / 1920 * 400);
}
.otherbanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.otherbanner .mask {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.otherbanner .mask h2 {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.otherbanner .mask h3 {
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
/* 其他页面导航 */
.othernav {
    height: 70px;
    background-color: #fafafa;
}
.othernav .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.othernav .left {
    display: flex;
    align-items: center;
}
.othernav .left a span {
    font-size: 16px;
    color: #333;
}
.othernav .left span {
    font-size: 12px;
    color: #2e2e2e;
    padding-right: 20px;
}
.othernav .left a {
    font-size: 16px;
    color: #444444;
}
.othernav .right {
    display: flex;
}
.othernav .right a {
    position: relative;
    margin-left: 68px;
    font-size: 16px;
    line-height: 36px;
    color: #222222;
}
.othernav .right a.active {
    color: #2bba84;
}
.othernav .right a.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -17px;
    height: 3px;
    width: 100%;
    background-color: #2bba84;
}

/* 首页 */
.indexswiper {
    position: relative;
    width: 100%;
    height: calc( (100% - 1920px ) / 1920 * 700);
    overflow: hidden;
}
/* 业务范围 */
.indexywfw {
    padding-top: 68px;
    padding-bottom: 80px;
}
.dtitle {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    line-height: 60px;
}
.dtitle i {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    font-family: DOUYINSANSBOLD-GB;
    font-size: 60px;
    font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #2bba84;
	opacity: 0.2;
    z-index: 1;
}
.ywfwmain {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.ywfwmain li {
    width: calc((100% - 60px)/3);
    height: 386px;
    background-color: #f2f2f5;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 30px;
}
.ywfwmain li:nth-child(3n){
    margin-right: 0;
}
.ywfwmain li a {
    display: block;
    width: 100%;
    height: 100%;
}
.ywfwmain li a .pic {
    width: 100%;
    height: 278px;
    background-color: #676767;
    overflow: hidden;
}
.ywfwmain li a .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform:scale(1.0);
    transition: all 1.0s;
}
.ywfwmain li a:hover img {
    transform: scale(1.2);
}
.ywfwmain li a h2 {
    padding: 0 20px;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
.ywfwmain li a p {
    font-size: 15px;
    line-height: 32px;
    color: #666666;
    text-align: center;
    padding: 0 20px;
}

/* 关于我们 */
.indexabout {
    width: 100%;
    min-width: 1400px;
    padding-top: 68px;
    padding-bottom: 80px;
    background-color: #fbfbfb;
}
.indexabout h3 {
    font-size: 28px;
    line-height: 30px;
    color: #000;
    text-align: center;
    padding: 30px 0;
}
.indexabout p {
    padding: 0 240px;
    text-align: center;
    font-size: 18px;
    color: #666666;
    line-height: 34px;
}
.indexabout .pic {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 50px;
}

/* 新闻资讯 */
.indexnews {
    width: 100%;
    min-width: 1400px;
    padding-top: 110px;
    padding-bottom: 100px;
    background-color: #fff;
}
.indexnews .newsmain {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.indexnews .newsmain li {
    width: calc((100% - 60px)/3);
    height: 420px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #f2f2f5;
    margin-right: 30px;
}
.indexnews .newsmain li:nth-child(3n){
    margin-right: 0;
}

.indexnews .newsmain li a {
    display: block;
    width: 100%;
    height: 100%;
}
.indexnews .newsmain li a .pic {
    width: 100%;
    height: 278px;
    overflow: hidden;
    background-color: #676767;
}
.indexnews .newsmain li a .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform:scale(1.0);
    transition: all 1.0s;
}
.indexnews .newsmain li a:hover img {
    transform: scale(1.2);
}
.indexnews .newsmain li h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    color: #000000;
    padding: 25px 30px;
}
.indexnews .newsmain li p {
    width: 110px;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    border: 1px solid #d3d3d3;
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin-left: 30px;
}

/* 关于我们 */
.companywrap {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 80px;
}
.companywrap .pic {
    position: relative;
    width: 650px;
    height: 420px;
}
.companywrap .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.companywrap h1 {
    position: absolute;
    right: 24px;
    top: 33px;
    width: 202px;
    height: 64px;
    font-size: 0;
}
.companywrap .companymain {
    flex: 1;
    margin-right: 100px;
}
.companywrap .companymain h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    color: #000000;
}
.companywrap .companymain p {
    font-size: 18px;
    line-height: 36px;
    color: #444;
    margin-top: 30px;
}
/* 技师团队 */
.teamwrap {
    padding-top: 50px;
    padding-bottom: 80px;
}
.teamwrap  ul {
    display: flex;
    flex-wrap: wrap;
}
.teamwrap .teamitem {
    width: calc((100% - 90px)/4);
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(140, 140, 140, 0.25);  
    margin-right: 30px;
    margin-bottom: 30px;
}
.teamwrap .teamitem:nth-child(4n) {
    margin-right: 0;
}
.teamwrap .teamitem a {
    display: block;
    width: 100%;
    height: 100%;
}
.teamwrap .teamitem .pic {
    height: 360px;
    width: 100%;
    overflow: hidden;
    background-color: red;
}
.teamwrap .teamitem h2 {
    font-size: 24px;
    color: #000;
    line-height: 90px;
    text-align: center;
}
