.bg-color{background: #f4f4eb;}
/* PC导航样式 */
.nav-bar{background-color: #fff;height: 113px;position: fixed;top: 0;left: 0;width: 100%;z-index: 99;}
.nav-bar .logo{float: left;height: 113px;line-height: 113px;font-size: 0;}
.nav-bar .logo img{height: 79px;display: inline-block;vertical-align: middle;}
.nav-bar .list{float: right;width: 75%;display: flex;justify-content: center;flex-direction: column;}
.nav-bar .list ul{display: flex;justify-content: space-between;align-items: center;}
.nav-bar .list ul li{line-height: 113px;margin-right: auto;transition: all 0.5s ease-in-out;}
.nav-bar .list ul li a{position: relative;display: block;font-size: 18px;color: #010101;}
.nav-bar .list ul li a::after{position: absolute;content: '';left: 50%;bottom: 0;width: 0;height: 2px;background-color: #009e9a;transition: all 0.5s ease-in-out;}
.nav-bar .list ul li a:hover,.nav-bar .list ul li.active a{color: #009e9a;}
.nav-bar .list ul li a:hover::after,.nav-bar .list ul li.active a::after{left: 0;width: 100%;}
.nav-bar .list ul .tel{color: #583f3f;font-size: 16px;height: 30px;line-height: 30px;padding: 0 20px;background-color: #ead7d0;border-radius: 20px;}
.nav-bar .list ul .tel span{font-weight: 700;font-size: 18px;}
.nav-bar.nav-move{-webkit-transform: translateY(-100%);transform: translateY(-100%);box-shadow: none !important;}
.nav-bar.nav-hide{box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);height: 80px;background-color: rgba(255, 255, 255, 1);}
.nav-bar.nav-hide .logo{height: 80px;line-height: 80px;}
.nav-bar.nav-hide .logo img{height: 60px;}
.nav-bar.nav-hide .list ul li{line-height: 80px;}

.subNavBox{background: #fff url(../images/subnav_bg.png) no-repeat right bottom;position: absolute;left: 0;width: 100%;height: 540px;border-top: 1px solid #E6E6E6;transition: 0.5s ease 0s;transform-origin: top;opacity: 0;transform: scale(1, 0);overflow: hidden;}
.subNvLx{background: #f2fafa; float: left; width: 31.5%; height: 540px; overflow: hidden; position: relative; z-index: 1; }
.subNvLx:before{content: ""; background: url(../images/subnav_logo.png) no-repeat center center; height: 716px; width: 716px; position: absolute; top: 100px; right: 92px; animation: rade 50s linear infinite; }
.subNvtp{position: absolute; left: 60px; right: 60px; top: 50%; transform: translateY(-50%); }
.subNvLx strong{ font-size: 24px; line-height: 40px; font-weight: normal; display: block; margin-bottom: 10px; }
.subNvLx p{ font-size: 14px; line-height: 28px; color: #808080; margin-bottom: 15px; }
.subNv_m{font-size: 14px; line-height: 28px; color: #009e9a; display: inline-block !important; position: relative;}
.subNv_m:after{left: 0 !important;}
.subNv_m:hover:after{width: 100%; }
.subNvRx{margin-left: 31.5%; position: relative; height: 540px; }
.subNvRx dl{position: absolute; left: 6.14vw; top: 50%; transform: translateY(-50%); width: 360px; }
.subNv_a{line-height: 60px; height: 60px;display: block; padding-left: 60px; background-position: right top;transition: all 0.5s ease-in-out;}
.subNv_a:after{display: none;}
.subNv_a:hover{color: #FFF !important; background: #009e9a url(../images/nav_si.png) no-repeat right top; }
.subNvRx img{left: calc(360px + 12.7vw); top: 50%; transform: translateY(-50%); position: absolute; }
.nav-bar .list ul li:hover .subNavBox{transform: scale(1);opacity: 1;}
/* 移动导航样式 */
.mHeader{display: none;}
.mHeader,.mMenuLayBg,.mCloseBtn,.mMmenuLay{display: none;}
/* banner样式 */
.banner{width: 100%;margin: 113px auto 0;position: relative;overflow: hidden;z-index: 1;text-align: center;}
.banner a{display: block;overflow: hidden;-webkit-animation: zoom_animation 7s linear infinite;animation: zoom_animation 7s linear infinite;}
.banner img{width: 100%;}
.banner .swiper-pagination{display: flex;justify-content: center;align-items: center;bottom: 5%;}
.banner .swiper-pagination-bullet{width: 8px;height: 8px;background-color: rgba(0, 0, 0, 0.5);margin: 0 5px;border-radius: 50%;opacity: 1;transition: all 0.5s ease-in-out;}
.banner .swiper-pagination-bullet-active{width: 30px;opacity: 1;border-radius: 20px;background-color: #009e9a;}
#main{overflow: hidden;}
/* 首页优势 */
#main .index1-main{background-color: #e5f5f5;}
#main .index1-main .list{padding: 19px 0;}
#main .index1-main .list li{float: left;width: 25%;padding: 20px 0;display: flex;align-items: center;justify-content: space-between;}
#main .index1-main .list li .img{position: relative;width: 64px;height: 64px;line-height: 64px;text-align: center;font-size: 0;z-index: 1;}
#main .index1-main .list li .img img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
#main .index1-main .list li .img:before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url(../images/index1.png);background-position: center;background-repeat: no-repeat;background-size: 64px 64px;z-index: -1;}
#main .index1-main .list li .tit{width: calc(100% - 80px);color: #014442;font-size: 20px;line-height: 30px;display: flex;justify-content: center;flex-direction: column;}
#main .index1-main .list li:hover .img:before{-webkit-transition: .4s;transition: .4s;display: block;-webkit-animation: rade 5s linear infinite;animation: rade 5s linear infinite;}
#main .index1-main .list li:hover .img img{transform: rotateY(360deg);}
/* 首页头部 */
#main .index-common{text-align: center;line-height: 1;color: #014442;}
#main .index-common h4{font-size: 40px;margin-bottom: 20px;}
#main .index-common p{font-size: 22px;}
/* 首页套餐 */
#main .taocan-main{background-color: #f4f4eb;padding: 80px 0;}
#main .taocan-main .swiper-container{margin-top: 80px;position: relative;}
#main .taocan-main .swiper-slide a{display: block;position: relative;}
#main .taocan-main .swiper-slide a:before{content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 3px;background-color: #009e9a;transition: all 0.5s ease-in-out;}
#main .taocan-main .swiper-slide a .img{position: relative;overflow: hidden;height: 300px;}
#main .taocan-main .swiper-slide a .img img{width: 100%;height: 100%;object-fit: cover;}
#main .taocan-main .swiper-slide a .img .more{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,158,154,0.8);display: flex;justify-content: center;flex-direction: column;transition: 400ms;opacity: 0;transform: scale(0.8);-webkit-transform: scale(0.8);-webkit-transition: 400ms;}
#main .taocan-main .swiper-slide a .img .more span{border: 1px solid #fff;height: 36px;width: 120px;text-align: center;font-size: 14px;color: #fff;line-height: 36px;margin: 0px auto;}
#main .taocan-main .swiper-slide a .box{padding: 20px;}
#main .taocan-main .swiper-slide a .box .txt{display: flex;margin-bottom: 14px;line-height: 26px;}
#main .taocan-main .swiper-slide a .box .txt .tit{color: #014442;font-size: 24px;padding-right: 18px;}
#main .taocan-main .swiper-slide a .box .txt .tags{padding: 0 14px;color: #f4f4eb;font-size: 16px;background-color: #009e9a;border-radius: 20px;}
#main .taocan-main .swiper-slide a .box .con{color: #999;font-size: 16px;line-height: 1;}
#main .taocan-main .swiper-slide a:hover:before{width: 100%;}
#main .taocan-main .swiper-slide a:hover .img img{transform: scale(1.1);}
#main .taocan-main .swiper-slide a:hover .img .more{opacity: 1; transform: scale(1);-webkit-transform: scale(1);}
#main .taocan-main .taocan-prev,
#main .taocan-main .taocan-next{width: 50px;height: 50px;top: 40%;background-color: rgba(0, 0, 0, 0.5);border-radius: 50%;}
#main .taocan-main .taocan-prev{left: 0;}
#main .taocan-main .taocan-next{right: 0;}
#main .taocan-main .taocan-prev:before,
#main .taocan-main .taocan-next:before{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,158,154,1);border-radius: 50%;opacity: 0;visibility: hidden;transform: scale(0);transition: 0.35s;z-index: -2;}
#main .taocan-main .taocan-prev:after,
#main .taocan-main .taocan-next:after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;z-index: -1;}
#main .taocan-main .taocan-prev:after{background-image: url(../images/left.png);}
#main .taocan-main .taocan-next:after{background-image: url(../images/right.png);}
#main .taocan-main .taocan-prev:hover:before,
#main .taocan-main .taocan-next:hover:before{opacity: 1;visibility: visible;transform: scale(1);}
/* 首页MORE */
.index-more{display: block;position: relative;width: 315px;height: 49px;line-height: 49px;text-align: center;color: #583f3f;font-size: 18px;background-color: #ead7d0;margin: 60px auto 0;z-index: 1;}
.index-more:before{content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: #009e9a;z-index: -1; -webkit-transform: scaleY(0);transform: scaleY(0);-webkit-transform-origin: 50%;transform-origin: 50%;-webkit-transition-property: transform;transition-property: transform;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.index-more:hover{color: #fff;}
.index-more:hover:before{-webkit-transform: scaleY(1);transform: scaleY(1);}
/* 首页优势 */
#main .youshi-main{padding: 80px 0;background-repeat: no-repeat;background-position: center;background-attachment: fixed;background-size: cover;}
#main .youshi-main .box{width: 100%;color: #014442;}
#main .youshi-main.index2 .box{float: left;}
#main .youshi-main .box .img{width: 20%;margin-bottom: 40px;}
#main .youshi-main .box .img img{max-width: 100%;}
#main .youshi-main .box .tit{font-size: 40px;line-height: 50px;}
#main .youshi-main .box .con{font-size: 22px;line-height: 1;margin: 30px 0 80px 0;}
#main .youshi-main .box .more{display: inline-block;position: relative;line-height: 49px;padding: 0 60px;color: #fff;font-size: 18px;background-color: #009e9a;z-index: 1;}
#main .youshi-main .box .more:before{content: '';position: absolute;top: 0;left: 50%;width: 0;height: 100%;background-color: #ead7d0;transition: all 0.5s ease-in-out;z-index: -1;}
#main .youshi-main .box .more:hover{color: #583f3f;}
#main .youshi-main .box .more:hover:before{left: 0;width: 100%;}
#main .index2-main{background-color: #f4f4eb;padding: 70px 0;}
#main .index2-main .list li{float: left;width: 25%;text-align: center;color: #014442;}
#main .index2-main .list li .img{position: relative;width: 130px;height: 130px;line-height: 130px;border: 2px solid #009e9a;background-color: #fff;border-radius: 50%;text-align: center;font-size: 0;margin: 0 auto;z-index: 1;}
#main .index2-main .list li .img img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
#main .index2-main .list li .img:before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,158,154,0.4);border-radius: 50%;visibility: hidden;z-index: -1;}
#main .index2-main .list li .tit{font-size: 24px;line-height: 1;margin: 40px 0 20px 0;}
#main .index2-main .list li .con{font-size: 18px;line-height: 30px;padding: 0 12%;}
#main .index2-main .list li:hover .img{background-color: #009e9a;}
#main .index2-main .list li:hover .img:before{ opacity: 0;visibility: visible;-webkit-transform: scale(1.4);-ms-transform: scale(1.4);transform: scale(1.4);-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
#main .index2-main .list li:hover .img img{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);-webkit-animation: gelatine 0.5s 1;animation: gelatine 0.5s 1;}
#main .index3-main{background-color: #f4f4eb;padding: 100px 0;}
#main .index3-main .warpper{position: relative;}
#main .index3-main .list{position: relative;height: 450px;}
#main .index3-main .list li{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#main .index3-main .list li .img{float: left;width: 44%;height: 100%;overflow: hidden;}
#main .index3-main .list li .img img{width: 100%;height: 100%;object-fit: cover;}
#main .index3-main .list li .box{float: right;width: 52%;}
#main .index3-main .list li .box .key{color: #009e9a;font-size: 72px;font-weight: 700;line-height: 1;margin-top: 10px;}
#main .index3-main .list li .box .tit{color: #014442;font-size: 40px;line-height: 1;margin: 40px 0 30px 0;}
#main .index3-main .list li .box .con{color: #014442;font-size: 18px;line-height: 30px;}
#main .index3-main .swiper-container{position: absolute;bottom: 0;right: 0;width: 52%;overflow: hidden;z-index: 9;}
#main .index3-main .swiper-container .swiper-slide{width: 95px;margin-right: 50px;}
#main .index3-main .swiper-container .swiper-slide .img{width: 100%;height: 95px;border-radius: 50%;overflow: hidden;position: relative;}
#main .index3-main .swiper-container .swiper-slide .img:before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);transition: all 0.5s ease-in-out;}
#main .index3-main .swiper-container .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;}
#main .index3-main .swiper-container .swiper-slide .tit{text-align: center;color: #014442;font-size: 22px;line-height: 1;margin-top: 20px;}
#main .index3-main .swiper-container .swiper-slide:hover .img,
#main .index3-main .swiper-container .swiper-slide.act .img{border-top-left-radius: 0;}
#main .index3-main .swiper-container .swiper-slide:hover .img:before,
#main .index3-main .swiper-container .swiper-slide.act .img:before{opacity: 0;}
#main .youshi-main.index4 .box,
#main .youshi-main.index5 .box{float: right;text-align: right;}
#main .youshi-main.index4 .box{color: #fff;}
#main .youshi-main.index4 .box .img,
#main .youshi-main.index5 .box .img,
#main .youshi-main.index4 .box .img img,
#main .youshi-main.index5 .box .img img{display: inline-block;}
#main .index4-main{background-color: #f4f4eb;padding: 100px 0;}
#main .index4-main .list{margin: 0 -1%;}
#main .index4-main .list li{float: left;width: 23%;margin: 0 1%;}
#main .index4-main .list li .img{position: relative;overflow: hidden;}
#main .index4-main .list li .img img{width: 100%;}
#main .index4-main .list li .box{text-align: center;color: #014442;}
#main .index4-main .list li .box .tit{font-size: 24px;line-height: 1;margin: 28px 0 20px 0;}
#main .index4-main .list li .box .con{font-size: 18px;line-height: 30px;}
#main .index4-main .list li:hover .img img{transform: scale(1.1);}
#main .index5-main{background-color: #f4f4eb;padding: 100px 0;}
#main .index5-main .list{margin: 0 -2%;}
#main .index5-main .list li{float: left;width: 21%;margin: 0 2%;}
#main .index5-main .list li .icon{position: relative;width: 130px;height: 130px;background-color: #fff;border-radius: 50%;overflow: hidden;margin: 0 auto;}
#main .index5-main .list li .icon .bors{border-radius: 50%;position: absolute;left: 0;top: 0;stroke-dasharray: 400;stroke-dashoffset: 400;transition: 1s;visibility: hidden;transform: rotate(-90deg);-webkit-transform: rotate(-90deg);}
#main .index5-main .list li .icon .img{width: 100%;height: 100%;line-height: 130px;border: 2px solid #009e9a;border-radius: 50%;text-align: center;font-size: 0;}
#main .index5-main .list li .icon .img img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
#main .index5-main .list li .box{text-align: center;color: #014442;}
#main .index5-main .list li .box .tit{font-size: 24px;line-height: 1;margin: 38px 0 20px 0;}
#main .index5-main .list li .box .con{font-size: 18px;line-height: 30px;}
#main .index5-main .list li:hover .icon .bors{stroke-dashoffset: 0;visibility: visible;}
#main .index5-main .list li:hover .img img{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.index6-main{background-color: #f4f4eb;background-image: url(../images/index6.png);background-position: center;background-repeat: no-repeat;background-size: cover;}
.index6-main .box{height: 20px;position: relative;width: 100%;}
.index6-main .icon{position: absolute;top: 50%;left: 10%;width: 20%;transform: translateY(-50%);}
.index6-main .icon img{max-width: 100%;}
/* 首页公司简介 */
#main .company-main{background-color: #f4f4eb;padding: 70px 0;}
#main .company-main .box{width: 1100px;margin: 50px auto 0;}
#main .company-main .box .imgs{position: relative;}
#main .company-main .box .imgs img{width: 100%;}
#main .company-main .box .imgs .txt{position: absolute;bottom: 5%;left: 4%;color: #fff;}
#main .company-main .box .imgs .txt h4{font-size: 24px;line-height: 1;font-weight: 700;margin-bottom: 20px;}
#main .company-main .box .imgs .txt P{font-size: 18px;line-height: 1.8;}
#main .company-main .box .con{background-color: #fff;padding: 30px 40px;color: #333;font-size: 18px;line-height: 1.8;}
/* 好评 */
#main .index7-main{background-image: url(../images/index7.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;padding: 170px 0;text-align: center;}
#main .index7-main .box{display: inline-block;color: #fff;font-size: 48px;line-height: 1.3;background-color: #009e9a;padding: 3% 10%;}
/* 网站底部 */
.footer{background-color: #212f2f;padding-top: 70px;}
.footer .box{margin-bottom: 70px;}
.footer .logo{float: left;width: 25%;}
.footer .logo .img{width: 60%;margin-bottom: 20px;}
.footer .logo .img img{max-width: 100%;-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.footer .logo .tel{line-height: 1;}
.footer .logo .tel p{color: #a9acac;font-size: 18px;margin-bottom: 8px;}
.footer .logo .tel a{display: block;color: #009e9a;font-size: 30px;font-family: "Bahnschrift";}
.footer .footermenu{float: left;width: calc(75% - 260px);}
.footer .footermenu dl{float: left;width: 33.33%;}
.footer .footermenu .footermenu1{display: block;color: #fff;font-size: 20px;line-height: 1;margin-bottom: 20px;}
.footer .footermenu .footermenu2{color: #a9acac;font-size: 16px;position: relative;line-height: 30px;z-index: 1;}
.footer .footermenu .footermenu2:before{content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 4px;background-color: rgba(255, 255, 255, 0.5);transition: all 0.5s ease-in-out;z-index: -1;}
.footer .footermenu .footermenu2:hover{color: #fff;}
.footer .footermenu .footermenu2:hover:before{width: 100%;}
.footer .wechat{float: right;width: 228px;}
.footer .wechat .tit{color: #fff;font-size: 20px;line-height: 1;margin-bottom: 20px;}
.footer .wechat .list li{float: left;width: 100px;margin-right: 28px;}
.footer .wechat .list li:last-child{margin-right: 0;}
.footer .wechat .list li .img{width: 100%;height: 100px;line-height: 96px;font-size: 0;padding: 2px;background-color: #fff;text-align: center;}
.footer .wechat .list li .img img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.footer .wechat .list li p{color: #a9acac;font-size: 16px;line-height: 1;margin-top: 8px;text-align: center;}
.footer .link{margin: 15px 0;color: #5a6c6c;font-size: 16px;line-height: 1.5;}
.footer .link a{color: #5a6c6c;padding-right: 10px;}
.footer .link a:hover{color: #fff;}
.footer .contact{padding: 20px 0;border-top: 1px solid rgba(255, 255, 255, 0.1);color: #a9acac;font-size: 16px;line-height: 1.5;}
.footer .contact p{display: inline-block;}
.footer .contact p a{color: #a9acac;}
.footer .contact p a:hover{color: #fff;}
.footer .contact span{padding: 0 10px;}
/* 侧边客服 */
.fix_box{display: block; position: fixed; right: 0; top: 0;bottom: 0; z-index: 99;width: 75px;margin:auto;height: 355px;}
.fix_box li{width: 75px;background-color: #014442;margin-bottom: 1px;height: 70px;float: right;cursor: pointer;position: relative;-webkit-transition: all 0.55s;-moz-transition: all 0.55s;-ms-transition: all 0.55s;-o-transition: all 0.55s;transition: all 0.55s;}
.fix_box li img:nth-of-type(1){display: block;margin:0 auto; }
.fix_box li img:nth-of-type(2){display: none;width: 200px;height: 200px;position: absolute;right: 100px;border:1px solid #eee;top: -130px;}
.fix_box li p{color: #fff;text-align: center;font-size: 14px;}
.fix_box li:hover{width: 100px;-webkit-transition: all 0.55s;-moz-transition: all 0.55s;-ms-transition: all 0.55s;-o-transition: all 0.55s;transition: all 0.55s;}
.fix_box li.ewm:hover img:nth-of-type(2){display: block;}
.fix_box li:nth-of-type(2){width: 220px;position: relative;right: -145px;-webkit-transition: all 0.55s;-moz-transition: all 0.55s;-ms-transition: all 0.55s;-o-transition: all 0.55s;transition: all 0.55s;}
.fix_box li:nth-of-type(2) div:nth-of-type(1){width: 75px;float: left;}
.fix_box li:nth-of-type(2) div:nth-of-type(2){height: 70px;float: right;width: 140px;box-sizing: border-box;padding-top:15px;}
.fix_box li:nth-of-type(2) div:nth-of-type(2) span{display: inline-block;border-left: 1px solid #fff;width: 140px;color: #fff;line-height: 40px;text-indent: 1em;font-size: 14px;letter-spacing: 1px;}
.fix_box li:nth-of-type(2):hover{right: 0px;}
.cd-top,.cd-tel,.mwechat{display: none;}
/* 内页banner */
.fixed-banner{margin-top: 113px;background-position: center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;min-height: 650px;position: relative;}
/* 内页公共样式 */
.common-inner{background: #f4f4eb;padding: 60px 0;overflow: hidden;}
/* 公司简介内页 */
.company-banner .box{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 100%;line-height: 1;color: #014442;}
.company-banner .box h4{font-size: 40px;margin-bottom: 26px;}
.company-banner .box p{font-size: 22px;line-height: 1.5;}
.de-about{margin-top: 30px;}
.de-about .gsjj{padding: 60px 0;max-width: 1200px;margin: 0 auto;}
.de-about .gsjj .video img{max-width: 100%;margin: 0 auto;}
.de-about .gsjj h3{text-align: center;line-height: 1;color: #014442;font-size: 24px;margin: 50px 0 20px 0;}
.de-about .gsjj h4{text-align: center;line-height: 1;color: #014442;font-size: 40px;margin-bottom: 30px;}
.de-about .gsjj .content{text-align: center;padding: 0 20%;color: #333;font-size: 18px;line-height: 2;}
.de-about .room .swiper-container{position: relative;overflow: hidden;}
.de-about .room .swiper-slide{width: auto !important;}
.de-about .room .swiper-slide a{display: block;width: 100%;}
.de-about .room .swiper-slide a .img{height: 430px;overflow: hidden;}
.de-about .room .swiper-slide a .img img{width: 100%;height: 100%;object-fit: cover;}
.de-about .room .swiper-slide a .tit{color: #333;font-size: 12px;line-height: 2;margin-top: 5px;}
.de-about .room .room-prev,
.de-about .room .room-next{width: 50px;height: 50px;top: 40%;background-color: rgba(0, 0, 0, 0.5);border-radius: 50%;opacity: 0;}
.de-about .room .room-prev{left: 0;}
.de-about .room .room-next{right: 0;}
.de-about .room .room-prev:before,
.de-about .room .room-next:before{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,158,154,1);border-radius: 50%;opacity: 0;visibility: hidden;transform: scale(0);transition: 0.35s;z-index: -2;}
.de-about .room .room-prev:after,
.de-about .room .room-next:after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;z-index: -1;}
.de-about .room .room-prev:after{background-image: url(../images/left.png);}
.de-about .room .room-next:after{background-image: url(../images/right.png);}
.de-about .room .room-prev:hover:before,
.de-about .room .room-next:hover:before{opacity: 1;visibility: visible;transform: scale(1);}
.de-about .room .swiper-container:hover .room-prev,
.de-about .room .swiper-container:hover .room-next{opacity: 1;}
.de-about .room .swiper-slide a:hover .img img{transform: scale(1.1);}
.de-about .room .swiper-slide a:hover .tit{color: #009e9a;}
.de-about .moshi{padding: 100px 0;max-width: 1300px;margin: 0 auto;}
.de-about .moshi .top{text-align: center;line-height: 1;color: #014442;margin-bottom: 60px;}
.de-about .moshi .top h3{font-size: 40px;margin-bottom: 16px;}
.de-about .moshi .top h4{font-size: 22px;}
.de-about .moshi .bd{float: left;width: calc(100% - 310px);}
.de-about .moshi .bd .img{height: 470px;overflow: hidden;}
.de-about .moshi .bd .img img{width: 100%;height: 100%;object-fit: cover;}
.de-about .moshi .bd .con{height: 70px;padding: 0 80px;color: #333;font-size: 18px;background-color: #dbebe3;display: flex;justify-content: center;flex-direction: column;}
.de-about .moshi .hd{float: right;width: 280px;}
.de-about .moshi .hd ul li{margin-bottom: 14px;height: 97px;padding: 0 30px;background-color: #dbebe3;border-radius: 10px;position: relative;display: flex;justify-content: space-between;align-items: center;transition: all 0.5s ease-in-out;cursor: pointer;}
.de-about .moshi .hd ul li:last-child{margin-bottom: 0;}
.de-about .moshi .hd ul li:before{content: '';position: absolute;top: 50%;left: -10px;border-width: 10px;border-color: #009b9d;border-left-width: 0;border-style: dashed;border-right-style: solid;border-top-color: transparent;border-bottom-color: transparent;transform: translateY(-50%);transition: all 0.5s ease-in-out;opacity: 0;}
.de-about .moshi .hd ul li .tit{color: #037170;font-size: 24px;transition: all 0.5s ease-in-out;}
.de-about .moshi .hd ul li .key{color: #009f99;font-size: 48px;opacity: 0.5;font-family: "Timesnewroman";transition: all 0.5s ease-in-out;}
.de-about .moshi .hd ul li:hover,
.de-about .moshi .hd ul li.on{background-color: #009b9d;}
.de-about .moshi .hd ul li:hover:before,
.de-about .moshi .hd ul li.on:before{opacity: 1;}
.de-about .moshi .hd ul li:hover .tit,
.de-about .moshi .hd ul li.on .tit{color: #fff;}
.de-about .moshi .hd ul li:hover .key,
.de-about .moshi .hd ul li.on .key{color: #fff;}
.de-about .about1{background-image: url(../images/about1.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;padding: 160px 0;}
.de-about .about1 .box{width: 560px;float: right;text-align: center;line-height: 1;color: #fff;}
.de-about .about1 .box .img{width: 87px;margin: 0 auto;}
.de-about .about1 .box .img img{max-width: 100%;}
.de-about .about1 .box h4{font-size: 40px;margin: 40px 0;}
.de-about .about1 .box p{font-size: 22px;}
.de-about .about2{padding: 100px 0;}
.de-about .about2 .box{max-width: 1300px;margin: 0 auto;}
.de-about .about2 .box ul li:last-child{margin-bottom: 0;}
.de-about .about2 .box .img{float: left;width: 40%;}
.de-about .about2 .box .img li{height: 495px;overflow: hidden;margin-bottom: 26px;}
.de-about .about2 .box .img li:first-child{height: 311px;}
.de-about .about2 .box .img li img{width: 100%;height: 100%;object-fit: cover;}
.de-about .about2 .list{float: right;width: 55%;}
.de-about .about2 .list li{margin-bottom: 110px;}
.de-about .about2 .list li .tit{color: #014442;font-size: 40px;line-height: 1;}
.de-about .about2 .list li .icon{margin: 26px 0;}
.de-about .about2 .list li .icon img{max-width: 100%;}
.de-about .about2 .list li .con{color: #333;font-size: 18px;line-height: 2.2;}
.de-about .about2 .list li .con span{padding-left: 54px;}
/* 会所环境内页 */
.de-huanjing{overflow: hidden;}
.de-huanjing li{padding: 100px 0;background-color: #fff;}
.de-huanjing li:nth-child(2n){background-color: #f4f4eb;}
.de-huanjing li.one{padding-bottom: 0;}
.de-huanjing li.one .txt{position: relative;height: 655px;}
.de-huanjing li.one .txt .img{position: absolute;top: 0;right: 0;width: 60%;height: 100%;}
.de-huanjing li.tow .img{height: 535px;width: 54%;}
.de-huanjing li .img img{width: 100%;height: 100%;object-fit: cover;}
.de-huanjing li .box{width: 35%;position: relative;float: left;}
.de-huanjing li .box .key{position: absolute;top: 0;left: 0;font-size: 180px;color: #009e9a;line-height: 0.7;font-family: "Timesnewroman";opacity: 0.1;}
.de-huanjing li .box .txt{padding: 60px 0 60px 20%;}
.de-huanjing li .box .txt .tit{font-size: 20px;line-height: 1;color: #009e9a;margin-bottom: 30px;}
.de-huanjing li .box .txt .park{font-size: 50px;line-height: 1;color: #8b8b8b;}
.de-huanjing li .box .txt .line{width: 1px;height: 30px;background-color: #009e9a;margin: 15px 0;}
.de-huanjing li .box .txt .con{color: #333;font-size: 16px;line-height: 1.8;}
.de-huanjing li:nth-child(2n) .box{float: right;}
.de-huanjing li:nth-child(2n) .img{float: left;}
.de-huanjing li.there .warpper{position: relative;height: 734px;z-index: 1;}
.de-huanjing li .imgs{width: 80%;height: 100%;overflow: hidden;position: absolute;top: 0;right: 0;z-index: -1;}
.de-huanjing li .imgs .gallery-top .swiper-slide{height: 526px;}
.de-huanjing li .imgs .gallery-thumbs{position: relative;margin-top: 20px;}
.de-huanjing li .imgs .gallery-thumbs .swiper-slide{height: 188px;}
.de-huanjing li .imgs .gallery-thumbs .swiper-slide:before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);opacity: 1;transition: all 0.5s ease-in-out;}
.de-huanjing li .imgs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active:before{opacity: 0;}
.de-huanjing li .imgs .swiper-slide img{width: 100%;height: 100%;object-fit: cover;}
.de-huanjing li .imgs .huanjing-prev,
.de-huanjing li .imgs .huanjing-next{width: 50px;height: 50px;top: 50%;background-color: rgba(0, 0, 0, 0.5);border-radius: 50%;}
.de-huanjing li .imgs .huanjing-prev{left: 0;}
.de-huanjing li .imgs .huanjing-next{right: 0;}
.de-huanjing li .imgs .huanjing-prev:before,
.de-huanjing li .imgs .huanjing-next:before{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,158,154,1);border-radius: 50%;opacity: 0;visibility: hidden;transform: scale(0);transition: 0.35s;z-index: -2;}
.de-huanjing li .imgs .huanjing-prev:after,
.de-huanjing li .imgs .huanjing-next:after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;z-index: -1;}
.de-huanjing li .imgs .huanjing-prev:after{background-image: url(../images/left.png);}
.de-huanjing li .imgs .huanjing-next:after{background-image: url(../images/right.png);}
.de-huanjing li .imgs .huanjing-prev:hover:before,
.de-huanjing li .imgs .huanjing-next:hover:before{opacity: 1;visibility: visible;transform: scale(1);}
.de-huanjing li.four{position: relative;}
.de-huanjing li.four .icon{position: absolute;bottom: 100px;left: 0;width: 20%;height: 340px;}
.de-huanjing li.four .icon img{width: 100%;height: 100%;object-fit: cover;}
.de-huanjing li.four .box{float: left;margin-left: 15%;}
.de-huanjing li.four .img{float: right;width: 50%;height: 680px;}
.de-huanjing li.five .box{float: right;}
.de-huanjing li.five .img{float: left;width: 60%;height: 580px;}
/* 口碑内页 */
.koubei-banner .box{position: absolute;top: 50%;left: 0;text-align: center;width: 100%;transform: translateY(-50%);}
.koubei-banner .box h4{display: inline-block;padding: 0 50px;line-height: 70px;color: #fff;font-size: 42px;background-color: #6a2d1d;margin-bottom: 18px;}
.koubei-banner .box p{color: #6a2d1d;font-size: 36px;line-height: 1;}
.nytype{margin-bottom: 30px;}
.nytype ul{margin: 0 -1%;}
.nytype li{width: 48%;margin: 0 1%;float: left;}
.nytype li a{font-size: 24px;line-height: 1.5; background-color: #ead7d0;color: #333;height: 150px;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.nytype li a span{font-size: 210px;opacity: 0.2;line-height: 0.7;padding: 0 10px;}
.nytype li a.active,
.nytype li a:hover{background-color: #009e9a;color: #fff;}
.de-koubei-list{overflow: hidden;}
.de-koubei-list li{margin-top: 20px;padding-bottom: 20px;border-bottom: 8px solid #ead7d0;}
.de-koubei-list li .tit{border-bottom: 1px solid #ead7d0;line-height: 66px;font-size: 18px;}
.de-koubei-list li .txt{color: #444;font-size: 14px;margin: 20px 0;display: flex;justify-content: space-between;align-items: center;}
.de-koubei-list li .txt .tags span{padding-right: 24px;}
.de-koubei-list li .txt .icon{display: flex;}
.de-koubei-list li .txt .icon i{width: 11px;height: 11px;margin: 0 1px;background-image: url(../images/koubei-icon.png);background-position: center;background-repeat: no-repeat;}
.de-koubei-list li .con{font-size: 14px;color: #888;line-height: 1.8;margin-bottom: 20px;}
/* 新闻内页 */
.de-news-list{overflow: hidden;}
.de-news-list li{padding: 40px 0;border-bottom: 4px solid #ead7d0;}
.de-news-list li a{height: 200px;display: flex;justify-content: space-between;align-items: center;}
.de-news-list li a .img{width: 20%;height: 100%;overflow: hidden;}
.de-news-list li a .img img{width: 100%;height: 100%;object-fit: cover;}
.de-news-list li a .box{width: 76%;}
.de-news-list li a .box h4{font-weight: 700;line-height: 1;font-size: 20px;color: #333;margin-bottom: 20px;padding-bottom: 30px;position: relative;border-bottom: 1px solid #ead7d0;}
.de-news-list li a .box h4::before{content: '';position: absolute;bottom: 0;left: 0;width: 5%;height: 4px;background-color: #009e9a;}
.de-news-list li a .box p{font-size: 14px;color: #666;line-height: 1.5;}
.de-news-list li a .box .more{display: inline-block;padding: 0 30px;line-height: 36px;background-color: #009e9a;border-radius: 20px;margin-top: 20px;color: #fff;}
.de-news-list li a:hover .img img{transform: scale(1.1);}
.de-news-list li a:hover .box h4{color: #009e9a;}
.de-news-list li a:hover .box .more{border-radius: 0;}
.news-detail-content{overflow: hidden;}
.news-detail-content .title{text-align: center;color: #333;font-size: 36px;line-height: 1.5;}
.news-detail-content .tit{text-align: center;padding: 20px 0;line-height: 30px;border-bottom: 1px solid #ead7d0;margin: 20px 0;}
.news-detail-content .tit span{padding: 0 2%;color: #666;font-size: 15px;}
.news-detail-content .news-detail{color: #333;font-size: 16px;line-height: 2;}
.news-detail-content .news-detail p{text-indent: 2em;}
.news-detail-content .news-detail p img{max-width: 100%;}
.newsPage{margin-top: 40px;display: flex;justify-content: space-between;align-items: center;}
.newsPage .page-a{width: 49%;color: #333;font-size: 20px;padding: 20px;line-height: 2;background-color: #fff;border: 1px solid #ddd;border-top: 3px solid #009e9a;transition: all 0.5s ease-in-out;}
.newsPage .page-a a{display: block;color: #666;font-size: 16px;}
.newsPage .page-a:hover{box-shadow:0 0 20px 0 rgba(0,0,0,.2);transform:translate3d(0,-10px,0);}
.newsPage .page-a a:hover{color: #009e9a;}
/* 套餐内页 */
.de-taocan{position: relative;}
.de-taocan .tancao-list{margin-top: -42px;padding: 0 12%;margin-bottom: 90px;}
.de-taocan .tancao-list .hd{background-color: #fff;}
.de-taocan .tancao-list .hd ul{display: flex;justify-content: center;align-items: center;}
.de-taocan .tancao-list .hd ul li{width: 33.33%;text-align: center;line-height: 100px;color: #999;font-size: 24px;cursor: pointer;}
.de-taocan .tancao-list .hd ul li:hover,
.de-taocan .tancao-list .hd ul li.on{color: #014442;}
.de-taocan .tancao-list .bd .img{width: 100%;height: 500px;}
.de-taocan .tancao-list .bd .img img{width: 100%;height: 100%;object-fit: cover;}
.de-taocan .tancao-list .bd .box{background-color: #009e9a;padding: 0 40px;line-height: 1.5;height: 158px;display: flex;justify-content: space-between;align-items: center;}
.de-taocan .tancao-list .bd .box .tit{font-size: 24px;color: #f4f4eb;}
.de-taocan .tancao-list .bd .box .txt{color: #fff;font-size: 14px;padding-left: 138px;background-image: url(../images/taocan-list.png);background-position: left center;background-repeat: no-repeat;background-size: 108px 85px;height: 100%;display: flex;justify-content: center;flex-direction: column;}
.de-taocan .tancao-list .bd .box .txt span{font-weight: 700;font-size: 36px;}
.de-taocan .taocan-youshi{background-image: url(../images/taocan-youshi.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;height: 600px;position: relative;z-index: 1;}
.de-taocan .taocan-youshi::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url(../images/taocan-youshi-1.png);background-position: left center;background-repeat: no-repeat;background-size: 50% 100%;z-index: -1;}
.de-taocan .taocan-youshi .tit{padding-top: 440px;color: #834329;font-size: 40px;line-height: 1.5;}
.de-taocan .taocan-baohan{padding: 60px 10%;}
.de-taocan .taocan-baohan .img{margin: 0 auto;width: 89px;}
.de-taocan .taocan-baohan .img img{max-width: 100%;}
.de-taocan .taocan-baohan .title{text-align: center;color: #003333;font-size: 40px;line-height: 1;margin: 15px 0 30px 0;}
.de-taocan .taocan-baohan .table{width: 100%;border-collapse: collapse;table-layout: fixed;border-top: 1px solid #dbebe3;border-left: 1px solid #dbebe3;}
.de-taocan .taocan-baohan .table tr{display: block;width: 100%;border-bottom: 1px solid #dbebe3;border-right: 1px solid #dbebe3;}
.de-taocan .taocan-baohan .table tr th,
.de-taocan .taocan-baohan .table tr td{float: left;height: 74px;display: flex;justify-content: center;flex-direction: column;}
.de-taocan .taocan-baohan .table tr td{width: calc(100% - 110px);color: #333;font-size: 18px;padding: 0 5%;line-height: 1.2;background-color: #fff;}
.de-taocan .taocan-baohan .table tr th{width: 110px;text-align: center;background-color: #009e9a;color: #fff;font-size: 30px;font-family: "Bahnschrift";}
/* 月嫂到家 */
.gohome-banner .box{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 100%;}
.gohome-banner .box .img{width: 40%;}
.gohome-banner .box .img img{width: 100%;}
.de-gohome .teshe{padding: 100px 0;}
.de-gohome .teshe .list{padding: 0 10%;display: flex;}
.de-gohome .teshe .list li{width: 25%;text-align: center;color: #003333;}
.de-gohome .teshe .list li .tags{width: 92px;height: 92px;line-height: 92px;text-align: center;color: #fff;font-size: 48px;background-color: #029e9a;border-radius: 40%;margin: 0 auto;position: relative;}
.de-gohome .teshe .list li .tags:before{content: '';position: absolute;top: 8px;left: 8px;width: 76px;height: 76px;border-radius: 40%;border: 1px solid rgba(255, 255, 255, 0.5);transition: all 0.5s ease-in-out;}
.de-gohome .teshe .list li .tit{font-size: 24px;line-height: 1;margin: 26px 0 18px 0;}
.de-gohome .teshe .list li .con{font-size: 18px;line-height: 1.5;}
.de-gohome .teshe .list li:hover .tags,
.de-gohome .teshe .list li:hover .tags:before{border-radius: 0;}
.de-gohome .teshe #teshe{margin-top: 90px;position: relative;}
.de-gohome .teshe #teshe .swiper-slide .img{overflow: hidden;width: 100%;}
.de-gohome .teshe #teshe .swiper-slide .img img{width: 100%;}
.de-gohome .teshe #teshe .swiper-slide:hover .img img{transform: scale(1.1);}
.de-gohome .teshe #teshe .swiper-slide .box{background-color: #fff;border-bottom: 5px solid #029e9a;padding: 30px;color: #014442;background-image: url(../images/teshe-logo.jpg);background-position: right bottom;background-repeat: no-repeat;background-size: 40% 90%;}
.de-gohome .teshe #teshe .swiper-slide .box .tags{font-size: 14px;line-height: 1;}
.de-gohome .teshe #teshe .swiper-slide .box .tit{font-size: 30px;line-height: 1;margin: 8px 0 20px 0;}
.de-gohome .teshe #teshe .swiper-slide .box .con{font-size: 18px;min-height: 140px;}
.de-gohome .teshe #teshe .swiper-slide .box .con li{padding-left: 26px;background-image: url(../images/teshe-icon.png);background-position: left 7px;background-repeat: no-repeat;margin: 15px 0;line-height: 1.4;}
.de-gohome .teshe #teshe .swiper-slide:hover{-webkit-transform: translate3d(0,-10px,0);-moz-transform: translate3d(0,-10px,0);transform: translate3d(0,-10px,0);}
.de-gohome .teshe #teshe .teshe-prev,
.de-gohome .teshe #teshe .teshe-next{width: 50px;height: 50px;top: 40%;background-color: rgba(0, 0, 0, 0.5);border-radius: 50%;}
.de-gohome .teshe #teshe .teshe-prev{left: 0;}
.de-gohome .teshe #teshe .teshe-next{right: 0;}
.de-gohome .teshe #teshe .teshe-prev:before,
.de-gohome .teshe #teshe .teshe-next:before{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,158,154,1);border-radius: 50%;opacity: 0;visibility: hidden;transform: scale(0);transition: 0.35s;z-index: -2;}
.de-gohome .teshe #teshe .teshe-prev:after,
.de-gohome .teshe #teshe .teshe-next:after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;z-index: -1;}
.de-gohome .teshe #teshe .teshe-prev:after{background-image: url(../images/left.png);}
.de-gohome .teshe #teshe .teshe-next:after{background-image: url(../images/right.png);}
.de-gohome .teshe #teshe .teshe-prev:hover:before,
.de-gohome .teshe #teshe .teshe-next:hover:before{opacity: 1;visibility: visible;transform: scale(1);}
.de-gohome .peixun #peixun{position: relative;}
.de-gohome .peixun #peixun .swiper-slide .img{margin-bottom: 16px;}
.de-gohome .peixun #peixun .swiper-slide .img img{width: 100%;}
.de-gohome .peixun #peixun .swiper-slide .box{min-height: 100px;}
.de-gohome .peixun #peixun .swiper-slide .box .key{float: left;position: relative;width: 46px;height: 46px;text-align: center;line-height: 46px;background-color: #029e9a;color: #fff;font-size: 24px;border-radius: 10px;font-family: "Bahnschrift";}
.de-gohome .peixun #peixun .swiper-slide .box .key:before{content: '';position: absolute;top: 4px;left: 4px;width: 38px;height: 38px;border: 1px solid rgba(255, 255, 255, 0.5);border-radius: 10px;transition: all 0.5s ease-in-out;}
.de-gohome .peixun #peixun .swiper-slide:hover .box .key,
.de-gohome .peixun #peixun .swiper-slide:hover .box .key:before{border-radius: 0;}
.de-gohome .peixun #peixun .swiper-slide .box .txt{float: right;width: calc(100% - 60px);margin-top: 20px;line-height: 1.2;}
.de-gohome .peixun #peixun .swiper-slide .box .txt .tit{color: #014442;font-size: 24px;}
.de-gohome .peixun #peixun .swiper-slide .box .txt .tit span{font-size: 12px;}
.de-gohome .peixun #peixun .swiper-slide .box .txt .con{color: #666;font-size: 18px;margin-top: 15px;}
.de-gohome .peixun #peixun .peixun-prev,
.de-gohome .peixun #peixun .peixun-next{width: 50px;height: 50px;top: 40%;background-color: rgba(0, 0, 0, 0.5);border-radius: 50%;}
.de-gohome .peixun #peixun .peixun-prev{left: 0;}
.de-gohome .peixun #peixun .peixun-next{right: 0;}
.de-gohome .peixun #peixun .peixun-prev:before,
.de-gohome .peixun #peixun .peixun-next:before{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,158,154,1);border-radius: 50%;opacity: 0;visibility: hidden;transform: scale(0);transition: 0.35s;z-index: -2;}
.de-gohome .peixun #peixun .peixun-prev:after,
.de-gohome .peixun #peixun .peixun-next:after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;z-index: -1;}
.de-gohome .peixun #peixun .peixun-prev:after{background-image: url(../images/left.png);}
.de-gohome .peixun #peixun .peixun-next:after{background-image: url(../images/right.png);}
.de-gohome .peixun #peixun .peixun-prev:hover:before,
.de-gohome .peixun #peixun .peixun-next:hover:before{opacity: 1;visibility: visible;transform: scale(1);}
.de-gohome .fwtc{padding: 100px 16%;}
.de-gohome .fwtc img{width: 100%;}
.de-gohome .fwtc .tit{color: #014442;line-height: 1;font-size: 30px;margin: 35px 0 20px 0;}
.de-gohome .fwtc .txt{color: #014442;font-size: 18px;line-height: 2;}
/* 公共头部 */
.commom{text-align: center;line-height: 1;color: #014442;margin-bottom: 60px;}
.commom h4{font-size: 40px;}
.commom p{font-size: 18px;margin-top: 24px;}
.commom span{opacity: 0.14;font-size: 72px;margin-top: 14px;text-transform: uppercase;display: block;}
/* 妈妈服务 */
.mom-banner .box{position: absolute;top: 50%;right: 0;width: 100%;text-align: right;color: #fff;transform: translateY(-50%);}
.mom-banner .box h3{font-size: 72px;line-height: 1;font-family: "Timesnewroman";letter-spacing: 40px;}
.mom-banner .box h4{font-size: 40px;line-height: 1.8;margin: 5% 0 4% 0;}
.mom-banner .box p{font-size: 22px;}
.mom-banner .box .list{display: flex;justify-content: flex-end;}
.mom-banner .box .list li{font-size: 18px;padding-left: 10%;}
.de-service .youshi1{padding: 100px 0;}
.de-service .youshi1 .list{padding: 0 10%;display: flex;}
.de-service .youshi1 .list li{width: 25%;text-align: center;color: #003333;}
.de-service .youshi1 .list li .tags{width: 92px;height: 92px;line-height: 92px;text-align: center;color: #fff;font-size: 48px;background-color: #029e9a;border-radius: 40%;margin: 0 auto;position: relative;}
.de-service .youshi1 .list li .tags:before{content: '';position: absolute;top: 8px;left: 8px;width: 76px;height: 76px;border-radius: 40%;border: 1px solid rgba(255, 255, 255, 0.5);transition: all 0.5s ease-in-out;}
.de-service .youshi1 .list li .tit{font-size: 24px;line-height: 1;margin-top: 26px;}
.de-service .youshi1 .list li .con{font-size: 18px;line-height: 1.5;margin-top: 18px;padding: 0 10%;}
.de-service .youshi1 .list li:hover .tags,
.de-service .youshi1 .list li:hover .tags:before{border-radius: 0;}
.de-service .youshi2 .img img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s ease-in-out;}
.de-service .youshi2 .img:hover img{transform: scale(1.1);}
.de-service .youshi2 .youshi2-1{float: left;width: 60%;height: 456px;margin-bottom: 30px;overflow: hidden;}
.de-service .youshi2 .youshi2-2{float: left;width: 40%;min-height: 456px;margin-bottom: 30px;overflow: hidden;}
.de-service .youshi2 .youshi2-3{float: left;width: 30%;height: 462px;overflow: hidden;}
.de-service .youshi2 .youshi2-4{float: left;width: 30%;min-height: 462px;overflow: hidden;}
.de-service .youshi2 .youshi2-5{float: left;width: 40%;height: 462px;overflow: hidden;}
.de-service .youshi2 .box{padding: 0 5%;}
.de-service .youshi2 .box .tit{color: #008a87;font-size: 18px;line-height: 1;text-transform: uppercase;padding-left: 18px;border-left: 4px solid #008a87;}
.de-service .youshi2 .box .name{line-height: 1;color: #014442;font-size: 30px;margin: 18px 0 40px 0;}
.de-service .youshi2 .box .icon{margin: 18px 0 30px 0;max-width: 50%;}
.de-service .youshi2 .box .icon img{max-width: 100%;}
.de-service .youshi2 .box .list li{color: #583f3f;font-size: 18px;line-height: 1.5;padding-left: 28px;margin: 12px 0;background-image: url(../images/mom-6.png);background-position: left 7px;background-repeat: no-repeat;}
.de-service .youshi3{padding: 100px 0;max-width: 1200px;margin: 0 auto;}
.de-service .youshi3 #youshi3{position: relative;background-color: #dbebe3;}
.de-service .youshi3 .swiper-slide .img{width: 100%;margin: 0 auto;}
.de-service .youshi3 .swiper-slide .img img{width: 100%;}
.de-service .youshi3 .swiper-slide .box{padding: 5%;}
.de-service .youshi3 .swiper-slide .box .txt{margin-bottom: 20px;}
.de-service .youshi3 .swiper-slide .box .txt .name{line-height: 1;position: relative;padding-bottom: 26px;color: #000;float: left;width: calc(100% - 330px);}
.de-service .youshi3 .swiper-slide .box .txt .name:before{content: '';position: absolute;bottom: 0;left: 0;width: 80%;height: 1px;background-color: #014442;}
.de-service .youshi3 .swiper-slide .box .txt .name .key{font-size: 18px;margin-bottom: 10px;}
.de-service .youshi3 .swiper-slide .box .txt .name .tit{font-size: 30px;}
.de-service .youshi3 .swiper-slide .box .list{float: right;width: 330px;display: flex;justify-content: flex-end;margin-right: -28px;}
.de-service .youshi3 .swiper-slide .box .list li{width: 33.33%;}
.de-service .youshi3 .swiper-slide .box .list li .icon{max-width: 100%;margin: 0 auto;}
.de-service .youshi3 .swiper-slide .box .list li .icon img{max-width: 100%;margin: 0 auto;}
.de-service .youshi3 .swiper-slide .box .list li p{text-align: center;color: #014442;font-size: 12px;line-height: 1;margin-top: 15px;}
.de-service .youshi3 .swiper-slide .box .con{color: #666;font-size: 18px;line-height: 1.8;}
.de-service .youshi3 .youshi3-page{bottom: 10px;}
.de-service .youshi3 .youshi3-page .swiper-pagination-bullet{background-color: #fff;opacity: 1;}
.de-service .youshi3 .youshi3-page .swiper-pagination-bullet-active{background-color: #009e9a;}
.de-service .youshi4{background-image: url(../images/mom-12.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.de-service .youshi4 .box{padding: 100px 0;text-align: right;color: #fff;}
.de-service .youshi4 .box h3{font-size: 72px;line-height: 1;font-family: "Timesnewroman";letter-spacing: 40px;}
.de-service .youshi4 .box h4{font-size: 40px;line-height: 1.8;margin: 5% 0 4% 0;}
.de-service .youshi4 .box .list{display: flex;justify-content: flex-end;}
.de-service .youshi4 .box .list li{font-size: 14px;padding-left: 10%;}
.de-service .youshi5{padding: 100px 0;}
.de-service .youshi5 li{margin-bottom: 70px;height: 560px;position: relative;}
.de-service .youshi5 li:last-child{margin-bottom: 0;}
.de-service .youshi5 li .img{position: absolute;top: 0;right: 0;width: 68%;height: 100%;overflow: hidden;}
.de-service .youshi5 li .img img{width: 100%;height: 100%;object-fit: cover;}
.de-service .youshi5 li .warpper{height: 100%;}
.de-service .youshi5 li .box{height: 100%;display: flex;justify-content: center;flex-direction: column;width: 30%;padding-right: 5%;background-color: #f4f4eb;color: #014442;}
.de-service .youshi5 li .box .tags{font-size: 18px;text-transform: uppercase;font-family: "Timesnewroman";line-height: 1;}
.de-service .youshi5 li .box .tit{font-size: 30px;line-height: 1.5;margin: 20px 0 60px 0;}
.de-service .youshi5 li .box .con{font-size: 18px;line-height: 1.8;}
.de-service .foot-youshi1 .list{padding: 0;}
.de-service .foot-youshi2{padding-bottom: 80px;}
/* 宝宝服务 */
.baby-banner .box{position: absolute;bottom: 10%;right: 0;width: 100%;color: #583f3f;line-height: 1;text-align: right;}
.baby-banner .box h3{font-size: 40px;margin-bottom: 20px;}
.baby-banner .box h4{font-size: 22px;}
.de-service .baby-kexue{padding-top: 120px;}
.de-service .baby-kexue .box{background-color: #d2ccc5;padding: 60px 0;}
.de-service .baby-kexue .box .con{max-width: 1200px;margin: 0 auto;height: 520px;background-color: #fff;}
.de-service .baby-kexue .box .con .img{float: left;width: 50%;height: 100%;overflow: hidden;}
.de-service .baby-kexue .box .con .img img{width: 100%;height: 100%;object-fit: cover;}
.de-service .baby-kexue .box .con .txt{float: right;width: 50%;padding: 0 2%;text-align: center;height: 100%;display: flex;justify-content: center;flex-direction: column;}
.de-service .baby-kexue .box .con .txt .icon{max-width: 98px;margin: 0 auto 20px;}
.de-service .baby-kexue .box .con .txt .icon img{width: 100%;}
.de-service .baby-kexue .box .con .txt .tit{color: #014442;font-size: 24px;line-height: 1.3;}
.de-service .baby-kexue .box .con .txt .content{color: #666;font-size: 18px;line-height: 1.5;margin-top: 20px;}
.de-service .baby-kexue .box .con .txt .content p{margin: 15px 0;}
/* 联系我们 */
.de-contact-list{padding-bottom: 0 !important;}
.de-message .left{width: 48%;float: left;}
.de-message .right{width: 48%;float: right;}
.de-message .form-tr{float: left;width: 100%;margin-bottom: 15px;}
.de-message .form-tr input{width: 100%;border: 1px solid #e5e5e5;height: 50px;padding: 0 15px;font-size: 16px;}
.de-message .form-tr input.yaz{float: left;width: calc(100% - 160px);}
.de-message .form-tr .verify{float: right;width: 150px;height: 45px;line-height: 50px;text-align: right;font-size: 0;}
.de-message .form-tr .verify img{display: inline-block;max-width: 100%;max-height: 100%;vertical-align: middle;}
.de-message .form-tr textarea{width: 100%;border: 1px solid #e5e5e5;height: 180px;line-height: 45px;padding: 0 15px;font-size: 16px;}
.de-message .form-tr .submit{display: block;margin: 0 auto;max-width: 196px;line-height: 40px;text-align: center;color: #fff;font-size: 16px;background-color: #014442;border-radius: 20px;}
.de-message .form-tr .submit:hover{border-radius: 0;}
.de-contact{padding: 100px 0;}
.de-contact ul{display: flex;}
.de-contact ul li{width: 33.33%;border-right: 1px solid rgba(0,158,154,0.2);margin-right: 5%;}
.de-contact ul li:last-child{border-right: none;margin-right: 0;}
.de-contact ul li .tit{color: #008a87;font-size: 24px;line-height: 1;padding-bottom: 20px;margin-bottom: 20px;position: relative;}
.de-contact ul li .tit::before{content: '';position: absolute;bottom: 0;left: 0;width: 24px;height: 1px;background-color: #008a87;}
.de-contact ul li .con{font-size: 16px;color: #444;line-height: 2;}
.de-contact ul li .con img{max-width: 140px;}
.de-contact ul li p{font-size: 14px;margin-top: 10px;}
.contact-map #dituContent{height: 600px;}