@charset "utf-8";

/* 视频弹窗 */
.popVideo{display: none;opacity: 0;align-items: center;justify-content: center;position: fixed;z-index: 999999;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;}
.popVideo-items{width: 1000px;position: relative;display: none;padding: 34px 34px 0;}
.popVideo-video{width: 100%;}
.popVideo-video video{width: 100%;}
.popVideo-video iframe{width: 100%;height: 500px;}
.popVideo-close{width: 30px;height: 30px;position: absolute;right: 0;top: 0;z-index: 3;background: url('/template/default/images/common/closeW.svg') no-repeat center/24px auto;cursor: pointer;opacity: .7;transition: all .6s ease;}
.popVideo-close:hover{opacity: 1;}
@media all and (max-width:1100px) {.popVideo-items{width: 92%;padding: 34px 0 0;}.popVideo-close{right: 0;}.popVideo-video iframe{height: 400px;}}
@media all and (max-width:640px) {.popVideo-video iframe{height: 200px;}}

/* 分页 */
.paging{width: 100%;font-size: 0;text-align: center;margin-top: 60px;user-select: none;}
.paging-menu, .paging-menu a, .paging-skip, .paging-hint, .paging-skip input, .paging-skip button{display: inline-block;vertical-align: middle;}
.paging-menu a{width: 35px;height: 35px;line-height: 35px;border: 1px solid #f2f2f2;margin: 4px;font-size: 16px;color: #666;transition: all .4s ease}
.paging-menu a:first-child, .paging-menu a:last-child{width: 80px}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #25ced7;background-color: #25ced7;color: #fff;}
.paging-skip{margin-left: 8px;}
.paging-hint{font-size: 14px;color: #999;font-weight: 300;margin: 0 8px;}
.paging-hint:first-of-type{margin: 0;}
.paging-skip input{width: 54px;text-align: center;height: 38px;border: 1px solid #e1e1e1;font-size: 14px;color: #666;border-radius: 3px;transition: all .4s ease;}
.paging-skip input:focus{border-color: #25ced7;}
.paging-skip button{color: #555;font-size: 14px;padding: 0 18px;border: 1px solid #e1e1e1;transition: all .4s ease;height: 38px;background: #fff;cursor: pointer;border-radius: 3px;}
.paging-skip button:hover{background-color: #25ced7;color: #fff;border-color: #25ced7;}
.paging-hint span{color: #25ced7;}
@media all and (max-width:1599px) {.paging{margin-top: 40px}.paging-menu a{font-size: 14px}}
@media all and (max-width:1000px) {.paging{margin-top: 30px;}.paging-menu a{margin: 4px 2px}.paging-skip{width: 100%;margin-left: 0;}.paging-menu a:first-child, .paging-menu a:last-child{width: 54px;}}
@media all and (max-width:640px) {.paging-menu a{margin: 4px 2px}.paging-menu a:first-child, .paging-menu a:last-child{display: none}}

/* 搜索页面 */
.search{width: 100%;padding: 80px 0;}
.search-info{width: 100%;font-size: 28px;color: #333;font-weight: 700;}
.search-info span{color: #25ced7;}
.search-list{width: 100%;margin-top: 30px;}
.search-link{display: block;width: 100%;padding: 32px 0;border-bottom: 1px solid #f0f0f2;}
.search-link h2{font-size: 20px;color: #333;line-height: 1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition: all .4s ease;}
.search-link p{width: 100%;font-size: 16px;margin-top: 16px;color: #666;line-height: 26px;max-height: 52px;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.search-link .highlightRow span{color: #25ced7 !important;}
.search-link:hover h2{color: #25ced7;}
@media all and (max-width:1599px) {.search{padding: 70px 0;}.search-info{font-size: 26px;}.search-link{padding: 28px 0;}.search-list{margin-top: 18px;}}
@media all and (max-width:1279px) {.search{padding: 60px 0;}.search-info{font-size: 24px;}.search-link{padding: 24px 0;}.search-list{margin-top: 12px;}}
@media all and (max-width:1000px) {.search{padding: 40px 0;}.search-info{font-size: 20px;}.search-link{padding: 20px 0;}.search-list{margin-top: 8px;}.search-link h2{font-size: 18px;}.search-link p{margin-top: 12px;}}

/* com-bg */
.bg-gray{background-color:#f5f5f9}

/* com-banner */
.com-banner-cont{position:absolute;left:0;top:0;width:100%;height:100%}
.com-banner-cont .title{position:relative;z-index:1}
.com-banner-cont .title .cn{font-size:48px;line-height:1;color:#333;animation:focus-in-contract-bck 1s cubic-bezier(.25,.46,.45,.94) both}
.com-banner-cont .title .en{color:rgba(255,255,255,.5);font-size:74px;line-height:1;position:absolute;left:0;bottom:16px;z-index:-1;animation:focus-in-contract-bck 1s cubic-bezier(.25,.46,.45,.94) both .2s;white-space:nowrap}
.com-banner-cont .tit{color:#fff;font-weight:700;font-size:36px}
.com-banner-cont .tit+p{margin-top:20px}
.com-banner-cont p{color:#fff;font-size:16px;line-height:32px;text-align:justify}
.com-banner-cont.black .tit{color:#333}
.com-banner-cont.black p{color:#666}
.com-banner-cont .in{width:42%}
.com-banner-cont.max .tit{font-size:52px;font-weight:700}
.com-banner-cont.max p{font-size:38px}
.com-banner-cont.max .in{width:50%}

/* com-navigation */
.com-navigation{font-size:0;margin-top:-47px;z-index:2;position:relative}
.com-navigation .in{height:94px;box-shadow:-7px 7px 10px 0 rgba(64,64,64,.05);background:#fff}
.com-navigation .menu a{white-space:nowrap;display:flex;align-items:center;height:100%;font-size:16px;color:#333;padding:0 37px;transition:color .4s ease;border-right:#ededed 1px solid}
.com-navigation .menu a.active,.com-navigation .menu a:hover{color:#fff}

/* crumbs */
.crumbs{display:flex;align-items:center;padding-right:38px}
.crumbs .home i{display:block;background:url(/template/default/images/pages/home-icon.png) no-repeat center/100%;width:17px;height:15px}
.crumbs a{display:block;font-size:15px;color:#777;padding:2px;border-radius:5px}
.crumbs a:hover{background:#f9f9f9}
.crumbs span{display:block;margin:0 2px}
.crumbs span i{display:block;background:url(/template/default/images/common/arrR-gary.svg) no-repeat center/100%;width:16px;height:16px}

/* title */
.com-tit{text-align:center}
.com-tit span{position:relative;display:inline-block;padding-bottom:22px;color:#333;font-weight:700;line-height:1;font-size:42px}
.com-tit span:after{content:'';width:0;transform:translateX(-50%);bottom:0;background:#25ced7;height:4px;position:absolute;left:50%;transition:width .8s ease .3s}
.com-tit.animate span:after{width:74px}
.com-tit.white span{color:#fff}
.com-tit.white span:after{background:#fff}
.com-tit.left{text-align:left}
.com-tit.left span:after{transform:none;left:0}
.com-tip{color:#666;font-size:16px;line-height:28px;text-align:center;margin:30px auto 0;max-width:1020px}

/* 动画 */
@keyframes focus-in-contract-bck{0%{letter-spacing:1em;-webkit-transform:translateZ(300px);transform:translateZ(300px);-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-transform:translateZ(12px);transform:translateZ(12px);-webkit-filter:blur(0);filter:blur(0);opacity:1}}

/* 关于ayx游戏app官方版 */
.about-intro{padding:90px 0 80px;background:url(/template/default/images/pages/about-intro-bg.jpg) no-repeat bottom 80px center/cover}
.about-intro .txt{margin-top:50px}
.about-intro .txt p{font-size:16px;line-height:42px;text-align:center}
.about-intro ul{margin-top:80px}
.about-intro li{width:25%;text-align:center;position:relative}
.about-intro li+li:after{content:'';width:1px;height:30%;position:absolute;left:0;top:50%;transform:translateY(-50%);background:#e2e2e2}
.about-intro li p{font-size:16px;color:#666;margin-top:5px}
.about-intro .icon{height:65px;display:flex;width:100%;justify-content:center;align-items:flex-end}
.about-intro .number{display:flex;justify-content:center;margin-top:10px}
.about-intro .number .timer{font-size:60px;color:#333;line-height:1;font-family:Arial}
.about-intro .number i{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;font-style:normal;line-height:1;padding-bottom:3px;background:#ffaf0c;background:linear-gradient(0deg,#ff960c 0,#ffaf0c 80%)}
.about-imp .txt{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}
.about-imp .txt:after{width:50vw}
.about-imp .txt .in{width:50%;padding:30px;padding-left:0}
.about-imp .txt .content{margin-top:40px}
.about-imp .txt p{font-size:18px;line-height:42px;color:#fff}
.about-imp .pic{width:50%;padding-top:39.2%;position:relative;margin-left:auto}
.about-culture{padding:88px 0 120px}
.about-culture ul{margin-top:60px}
.about-culture li{width:24%;color:#fff}
.about-culture .item{position:relative}
.about-culture .item .txt{padding:26px 22px;position:absolute;left:0;bottom:0;width:100%;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(0,0,0,.8) 100%)}
.about-culture .item i{width:48px;height:48px;overflow:hidden;opacity:0;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid #fff;transition:all .5s ease}
.about-culture .item:hover p{max-height:60px;visibility:visible;opacity:1;margin-top:10px}
.about-culture .item:hover i{opacity:1}
.about-culture .item:hover .tit{margin-top:15px}
.about-culture .item p{max-height:0;opacity:0;visibility:hidden;overflow:hidden;transition:all .5s ease;font-weight:300}
.about-culture .tit{font-size:26px;transition:all .5s ease;line-height:1}
.about-culture p{font-size:15px}
.about-culture li.special{background:#fff;box-shadow:0 1px 18px 0 rgba(230,230,230,.8)}
.about-culture li.special .tit{color:#333;margin:10px 0 20px}
.about-culture li.special p{color:#666}
.about-honor{padding:90px 0 100px;background:#f7f7f7}
.honor-slider{background:url(/template/default/images/pages/honor-slider-bg.png) no-repeat bottom/100%;margin-top:80px;padding-bottom:84px}
.honor-slider .swiper-slide{width:220px;height:306px;background:url(/template/default/images/pages/honor-slider-item.png) no-repeat center/100%}
.honor-slider .item{display:flex;align-items:center;padding:11px;height:100%;cursor: default}
.honor-slider .item img{height:auto}
.honor-slider .item:after{position:absolute;top:0;right:0;bottom:0;left:0;visibility:hidden;margin:auto;width:50px;height:50px;border-radius:50%;background:url(/template/default/images/pages/plus-white-icon.png) no-repeat center/16px,linear-gradient(45deg,#1383da 0,#2fb3ea 80%);content:'';opacity:0;transition:all .4s ease;transform:scale(0)}
.honor-slider .item:before{content:'';background:rgba(0,0,0,.5);width:calc(100% - 22px);height:calc(100% - 22px);left:11px;top:11px;position:absolute;opacity:0;transition:opacity .4s ease}
/*.honor-slider .item:hover:after{transform:scale(1);opacity:1;visibility:visible}*/
/*.honor-slider .item:hover:before{opacity:1}*/
.honor-slider .slider{width:calc(50vw + 700px);margin-left:auto;height:306px;position:relative;overflow:hidden}
.honor-slider .swiper-container{position:static}
.honor-slider .swiper-wrapper{position:absolute;left:0}
.about-honor .mouse{color:#333;font-size:14px;line-height:1}
.about-honor .mouse i{display:block;background:url(/template/default/images/pages/mouse.png) no-repeat center/100%;width:18px;height:26px;margin-right:10px}

/* 联系我们 */
.contact-info{padding:90px 0}
.contact-info .in{box-shadow:0 -1px 29px 0 rgba(64,64,64,.08);padding:82px 88px}
.contact-info .lft{width:67%}
.contact-info .lft .tit{color:#333;font-weight:700;font-size:32px}
.contact-info .lft ul{margin-top:45px}
.contact-info .lft li{width:48%;display:flex;align-items:center}
.contact-info .lft li:nth-child(1),.contact-info .lft li:nth-child(2){padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #eaeaea}
.contact-info .lft li i{width:37px;height:37px;border-radius:50%;border:1px solid #c5c5c5;display:flex;align-items:center;justify-content:center;min-width:37px}
.contact-info .lft li p{color:#333;font-size:16px;margin-left:18px}
.contact-info .rgt{width:19.2%;text-align:center}
.contact-info .rgt picture{padding-top:100%;border:1px solid #dfdfdf}
.contact-info .rgt p{font-size:16px;color:#333;line-height:1;margin-top:15px}
.contact-msg{padding:100px 0;background:#f6f6f6}
.contact-msg-tit{font-size:32px;color:#333;line-height:1}
.contact-msg .contact-msg-tip{font-size:15px;line-height:30px;color:#777;margin-top:10px}
.msg-main{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:40px}
.contact-inline{width:49%;margin-bottom:28px}
.contact-inline.w100{width:100%}
.contact-inline input,.contact-inline textarea{height:54px;width:100%;background:#fff;padding:0 23px;border:1px solid #e4e4e4;transition:all .4s ease}
.contact-inline input:focus,.contact-inline textarea:focus{background:#fff;border-color:#2dbacf;box-shadow:0 2px 18px 0 rgba(45,186,207,.27)}
.contact-inline textarea{padding:23px;height:169px}
.contact-inline input::placeholder,.contact-inline textarea::placeholder{color:#666;font-size:14px}
.contact-msg-bott{display:flex;align-items:flex-end;width:100%}
.contact-msg-bott .contact-inline{margin-bottom:0}
.contact-code-pic{height:54px;max-width:20%;margin-left:10px;border-radius:2px;overflow:hidden}
.contact-msg-bott .contact-inline{width:25%}
.contact-code-pic img{width:100%;height:100%;object-fit:cover;cursor:pointer}
.contact-msg-bott .submit-btn{width:185px;height:54px;color:#fff;font-size:14px;border-radius:4px;overflow:hidden;margin-left:auto;display:flex;justify-content:center;align-items:center}
.contact-msg-bott .submit-btn:hover{background:#fff;color:#2dbacf;box-shadow:0 2px 18px 0 rgba(45,186,207,.27)}
#contact-map{height:670px}
.amap-info-content{padding:23px 19px 32px;width:294px}
.amap-info-content i{margin:20px auto 10px;display:block;text-align:center}
.amap-info-content .tit{font-size:17px;color:#777;line-height:26px;text-align:center}
.amap-info-close{right:6px!important}

/* 企事业 */
.enterprise-hlt{padding:90px 0 110px}
.enterprise-hlt .slider{margin-top:48px}
.enterprise-hlt .slider .enterprise-hlt-item{margin-top:0}
.enterprise-hlt .slider .swiper-container{padding:10px 10px 10px 0;width:calc(100% + 10px);margin-right:-10px}
.enterprise-hlt .slider .swiper-pagination{position:static;display:flex;align-items:center;margin-left:auto}
.enterprise-hlt .slider .swiper-pagination-bullet{width:11px;height:11px;border-radius:50%;background:#e4e4e4;opacity:1}
.enterprise-hlt .slider .swiper-pagination-bullet:not(:first-child){margin-left:11px}
.enterprise-hlt .slider .swiper-pagination-bullet-active{background:#25ced7}
.enterprise-hlt .slider-nav{position:absolute;bottom:48px;right:0;width:58%;z-index:2;padding:0 80px 0 66px}
.enterprise-hlt .slider-nav button{width:50px;height:50px;border-radius:50%;background:#25ced7;cursor:pointer;transition:background .4s ease}
.enterprise-hlt .slider-nav button:not(:first-child){margin-left:15px}
.enterprise-hlt .slider-nav button:not(.swiper-button-disabled):hover{background:#ccc}
.enterprise-hlt .list .enterprise-hlt-item:nth-child(even){flex-direction:row-reverse}
.enterprise-hlt .slider+.list .enterprise-hlt-item:nth-child(odd){flex-direction:row-reverse}
.enterprise-hlt .slider+.list .enterprise-hlt-item:nth-child(even){flex-direction:row}
.enterprise-hlt-item{display:flex;margin-top:38px}
.enterprise-hlt-item picture{width:42%;padding-top:33.33%}
.enterprise-hlt-item .txt{padding:90px 80px 50px 66px;width:58%;box-shadow:0 -1px 15px 0 rgba(64,64,64,.12)}
.enterprise-hlt-item .txt .tit{color:#333;font-size:28px;font-weight:700}
.enterprise-hlt-item .txt .in{margin-top:20px}
.enterprise-hlt-item .txt p{color:#666;font-size:16px;line-height:32px}
.enterprise-hlt-item ul{width:58%;box-shadow:0 -1px 15px 0 rgba(64,64,64,.12);display:flex;flex-direction:column;justify-content:center;padding:30px 70px}
.enterprise-hlt-item ul li{font-size:22px;color:#333;padding-left:40px;position:relative;padding-top:17px;padding-bottom:17px}
.enterprise-hlt-item ul li+li{border-top:1px solid #e5e5e5}
.enterprise-hlt-item ul li:after{content:'';width:7px;height:7px;border-radius:50%;background:#25ced7;position:absolute;left:14px;top:29px}
.enterprise-sup{padding:90px 0}
.enterprise-sup .in{margin-top:50px}
.enterprise-sup picture{width:30%}
.enterprise-sup ul{width:57%;margin-left:155px}
.enterprise-sup li{padding:18.21px 25px;font-weight:700;border-radius:10px;color:#fff;position:relative}
.enterprise-sup li .icon{display:block;position:absolute;padding-bottom:18px;border-bottom:1px solid #f7563c;bottom:26px}
.enterprise-sup li .icon i{font-style:normal;font-size:42px;font-weight:700;color:#fff;line-height:1;display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;margin:0 auto}
.enterprise-sup li+li{margin-top:20px}
.enterprise-sup li:nth-child(1),.enterprise-sup li:nth-child(1) i{background:linear-gradient(45deg,#e76d58 0,#e8a644 80%)}
.enterprise-sup li:nth-child(2),.enterprise-sup li:nth-child(2) i{background:linear-gradient(45deg,#40b4e7 0,#40ddc7 80%)}
.enterprise-sup li:nth-child(3),.enterprise-sup li:nth-child(3) i{background:linear-gradient(45deg,#296be8 0,#599ffa 80%)}
.enterprise-sup li:nth-child(1) .icon{width:33%;left:-35%}
.enterprise-sup li:nth-child(2) .icon{width:24%;left:-26%;border-color:#23ace1}
.enterprise-sup li:nth-child(3) .icon{width:15%;left:-17%;border-color:#2a6ce8}
.enterprise-sup li .tit{font-size:28px}
.enterprise-sup li p{font-size:20px}
.enterprise-sup-desc{margin-top:48px;border-radius:10px;box-shadow:-1px 5px 18px 0 rgba(230,230,230,.8);padding:30px 48px 30px 86px;background:#fff url(../images/pages/enterprise-sup-desc.png) no-repeat left 36px top 24px/36px 32px}
.enterprise-sup-desc p{font-size:20px;line-height:36px;color:#333}
.enterprise-adv{padding:90px 0 210px;background-image:url(/template/default/images/pages/enterprise-adv-bg.png);background-repeat:no-repeat;background-position:bottom;background-size:contain}
.enterprise-adv ul{margin-top:35px}
.enterprise-adv li{text-align:center;padding:0 70px;margin-top:25px}
.enterprise-adv li i{width:195px;height:195px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 -1px 29px 0 rgba(100,100,100,.1);transition:box-shadow .4s ease}
.enterprise-adv li:hover i{box-shadow:0 -1px 29px 0 rgba(0,224,227,.34)}
.enterprise-adv li:hover p{color:#25ced7}
.enterprise-adv li p{color:#666;font-size:20px;line-height:32px;transition:color .4s ease}
.enterprise-adv li .in{margin-top:30px}
.enterprise-adv .mid .in,.enterprise-adv .sm .in{margin-top:20px}
.enterprise-adv .n3 li{width:33.33%}
.enterprise-adv .n4 li{width:25%}
.enterprise-val{padding:90px 0 95px}
.enterprise-val .slider{margin-top:48px;border:1px solid #e3e3e3;background:#fff}
.enterprise-val .slider .swiper-container{width:88.286%;margin-left:0;border-right:1px solid #e3e3e3}
.enterprise-val .slider .item{display:flex}
.enterprise-val .slider .item picture{width:50%;padding-top:35.761%}
.enterprise-val .slider .item .txt{width:50%;padding:90px 66px}
.enterprise-val .slider .item .txt .in{margin-top:30px}
.enterprise-val .slider .item .txt .tit{font-size:36px;color:#333;line-height:1;font-weight:700}
.enterprise-val .slider .item .txt p{color:#666;font-size:16px;line-height:32px}
.slider-nav{width:11.714%;display:flex;flex-direction:column}
.slider-nav i{width:100%;height:40px;display:flex}
.slider-nav.n2 a{height:50%}
.slider-nav.n3 a{height:33.33%}
.slider-nav a{display:flex;flex-direction:column;justify-content:center;align-items:center}
.slider-nav a:not(:first-child){border-top:1px solid #e3e3e3}
.slider-nav a .tit{color:#9a9a9a;font-weight:500;font-size:20px;line-height:1;margin-top:10px;transition:color .4s ease}
.slider-nav a.active .tit,.slider-nav a:hover .tit{color:#fff}
.enterprise-story{padding:90px 0 110px}
.enterprise-story .in{margin-top:70px}
.enterprise-story .news-list-item{box-shadow:-1px 5px 18px 0 rgba(230,230,230,.45)}
.enterprise-story .lft{width:47.715%;box-shadow:-1px 5px 18px 0 rgba(230,230,230,.45)}
.enterprise-story .lft picture{width:100%;padding-top:40.42%;overflow:hidden}
.enterprise-story .lft picture img{transition:all .8s ease}
.enterprise-story .lft .time{color:#999;font-size:14px;line-height:1}
.enterprise-story .lft .info{background:#fff;padding:54px 40px}
.enterprise-story .lft .row{display:flex;align-items:center;justify-content:space-between}
.enterprise-story .lft:hover picture img{transform:scale(1.04)}
.enterprise-story .lft .tit{font-size:22px;color:#333;width:80%;position:relative;transition:color .4s ease}
.enterprise-story .lft .tit span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block}
.enterprise-story .lft .tit:after{content:'';position:absolute;left:-14px;top:40%;border-radius:50%;background:#333;width:5px;height:5px;transition:background .4s ease}
.enterprise-story .lft p{color:#666;font-size:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:15px;transition:color .4s ease}
.enterprise-story .lft:hover .tit{color:#25ced7}
.enterprise-story .lft:hover .tit:after{background:#25ced7}
.enterprise-story .rgt{width:50.572%}
.enterprise-story .rgt a+a{margin-top:18px}
.news-list-item{display:flex;padding:50px 60px 50px 0;background:#fff}
.news-list-item .time{width:26.5%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:700;color:#999;line-height:1;font-size:16px}
.news-list-item .time span{font-family:Arial;color:#333;line-height:1;font-size:42px;margin-bottom:10px;display:block}
.news-list-item .info{width:73.5%}
.news-list-item .tit{font-size:18px;font-weight:700;color:#333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:color .4s ease}
.news-list-item p{color:#666;font-size:14px;line-height:24px;overflow:hidden;-webkit-line-clamp:2;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;height:48px;margin-top:10px}
.news-list-item i{display:block;background:url(/template/default/images/pages/news-arrow.png) no-repeat center/100%;width:36px;height:8px;margin-top:20px;transition:all .4s ease;position:relative}
.news-list-item i:after{content:'';width:10px;height:2px;position:absolute;left:0;top:6px;background:#333;transition:all .4s ease}
.news-list-item:hover .tit{color:#25ced7}
.news-list-item:hover i{background-image:url(/template/default/images/pages/news-arrow-green.png);transform:translateX(10px)}
.news-list-item:hover i:after{transform:translateX(-10px);background:#25ced7}

/* 银行保险 */
.insurance-qs{padding:90px 0}
.insurance-qs picture{width:30.143%;padding-top:30.143%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.insurance-qs .in{margin-top:56px}
.insurance-qs ul{width:30%}
.insurance-qs li{background:#fff;padding:20px 30px;box-shadow:0 1px 18px 0 rgba(230,230,230,.8);border-radius:15px;position:relative;transition:background .4s ease}
.insurance-qs li+li{margin-top:20px}
.insurance-qs li .tit{color:#333;font-size:22px;font-weight:700;line-height:30px;transition:color .4s ease}
.insurance-qs li p{font-size:15px;line-height:24px;color:#777;margin-top:10px;transition:color .4s ease}
.insurance-qs li:after{content:"";width:0;height:0;position:absolute;top:50%;transform:translateY(-50%);filter:drop-shadow(0 1px 18px rgba(230, 230, 230, .8));border-top:29px solid transparent;border-bottom:0 solid transparent;transition:border .4s ease}
.insurance-qs li.down:after{border-top-width:0;border-bottom-width:29px}
.insurance-qs li:hover{background:#25ced7}
.insurance-qs li:hover .tit,.insurance-qs li:hover p{color:#fff}
.insurance-qs .lft li:after{border-left:49px solid #fff;right:-48px}
.insurance-qs .lft li:hover:after{border-left-color:#25ced7}
.insurance-qs .rgt li:after{border-right:49px solid #fff;left:-48px}
.insurance-qs .rgt li:hover:after{border-right-color:#25ced7}

/* 健康活动 */
.service-obj{padding:100px 0}
.service-obj .in{margin-top:60px;overflow:hidden}
.service-obj .in .tit{position:absolute;left:0;bottom:0;padding:30px 38px;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(0,0,0,.8) 100%);color:#fff;font-size:28px;line-height:36px;width:100%;font-weight:700}
.service-obj .in .tit p{font-size:22px;line-height:36px;font-weight:400}
.service-obj .in:hover img{transform:scale(1.04)}
.service-adv{padding:90px 0 110px}
.service-adv ul{margin-top:50px}
.service-adv li{margin:10px .25% 0;width:19.5%;color:#fff;position:relative;overflow:hidden}
.service-adv li:first-child{margin-left:0}
.service-adv li:last-child{margin-right:0}
.service-adv li:hover .tit{animation:fadeInUp .6s ease both}
.service-adv li:hover p{display:block;animation:fadeInUp .6s ease both}
.service-adv .cont{position:absolute;bottom:0;left:0;padding:18px 28px;width:100%;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(0,0,0,.8) 100%)}
.service-adv .cont .tit{font-weight:700;font-size:20px}
.service-adv .cont p{font-size:16px;line-height:25px;margin-top:20px;display:none}
.service-val{padding:86px 0 110px}
.service-val .in{margin-top:60px}
.service-val .lft{width:50%;margin-left:0}
.service-val .lft picture{padding-top:67.572%}
.service-val .lft .txt{position:absolute;width:100%;left:0;bottom:0;z-index:2;padding:25px 40px}
.service-val .lft .txt p{color:#fff;font-size:16px}
.service-val .lft .txt:after{content:'';width:100%;height:100%;background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(0,0,0,.6));position:absolute;left:0;bottom:0;z-index:-1}
.service-val .lft li{color:#fff;position:relative;padding-left:18px;font-size:16px}
.service-val .lft li:after{content:'';width:6px;height:6px;border-radius:50%;background:#fff;position:absolute;left:0;top:10px}
.service-val .lft li+li{margin-top:5px}
.service-val .num-nav{width:50%}
.service-val .num-nav ul{border-bottom:1px solid #efeff3}
.service-val .num-nav li{display:flex;align-items:center;justify-content:center;position:relative;width:50%;text-align:center;padding:15px;height:50%;border:1px solid #efeff3;border-left:0;border-bottom:0;cursor:pointer;background:#fff}
.service-val .num-nav li p{font-size:20px;color:#333;font-weight:500;z-index:1;transition:color .4s ease}
.service-val .num-nav li span{transition:opacity .4s ease;display:flex;align-items:center;justify-content:center;font-size:80px;font-weight:700;line-height:1;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;z-index:0;color:#f5f5f9}
.service-val .num-nav li.active p,.service-val .num-nav li:hover p{color:#fff}
.service-val .num-nav li.active span,.service-val .num-nav li:hover span{opacity:.2}
.service-val .num-nav .line3 li{height:33.33%}
.service-val .num-nav .swiper-container{width:100%;height:87.5%}
.service-val .num-nav .btn{height:12.5%;background:#fff;border-right:1px solid #efeff3;border-bottom: 1px solid #efeff3}
.service-val .num-nav .btn button{background:0 0;cursor:pointer;color:#25ced7;padding:5px;border-radius:5px}
.service-val .num-nav .btn button:not(.swiper-button-disabled):hover{background:#f9f9f9}
.service-val .num-nav .btn button+button{margin-left:10px}
.service-proc{padding:90px 0 110px}
.service-proc ul{margin-top:70px}
.service-proc i{width:116px;height:116px;border-radius:50%;margin:0 auto}
.service-proc li{text-align:center}
.service-proc li:nth-child(odd){width:12%;padding:0 26px}
.service-proc li .arrow{display:flex;height:100%;align-items:center}
.service-proc li .arrow span{display:block;background:url(/template/default/images/pages/service-proc-arrow.png) no-repeat center/100%;width:32px;height:21px;margin-top:-60px}
.service-proc li i+p{margin-top:15px}
.service-proc li p{font-size:16px;color:#666;line-height:26px}
.service-proc li i{transition:transform .4s ease}
.service-proc li.green i{box-shadow:-1px 5px 18px 0 rgba(26,205,217,.45)}
.service-proc li.blue i{box-shadow:-1px 5px 18px 0 rgba(49,175,241,.45)}
.service-proc li.orange i{box-shadow:-1px 5px 18px 0 rgba(254,186,47,.45)}
.service-proc li:hover i{transform:translateY(-5px)}
.service-act{padding:88px 0 90px}
.service-act .slider{margin-top:44px}
.service-act .swiper-container{padding-top:10px}
.service-act .swiper-wrapper{padding-bottom:74px}
.service-act .swiper-slide{width:47%;transition:box-shadow .4s ease}
.service-act .swiper-slide:after{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(241,241,241,.85);opacity:0;visibility:visible;transition:opacity .4s ease}
.service-act picture{width:100%;padding-top:61.14%}
.service-act .swiper-slide-active{box-shadow:0 31px 65px 0 rgba(0,0,0,.17)}
.service-act .swiper-slide-next:after,.service-act .swiper-slide-prev:after{opacity:1;visibility:visible}
.service-act .swiper-pagination-bullet{width:10px;height:10px;opacity:1;background:#d2d2d2}
.service-act .swiper-pagination-bullet-active{background:#47c3f1}
.service-act .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 8px}
.service-act .swiper-btn{width:66px;height:66px;border-radius:50%;background:rgba(42,42,42,.4);cursor:pointer;position:absolute;top:50%;z-index:2;transition:background .4s ease;transform:translateY(-50%)}
.service-act .swiper-btn.prev{left:22%}
.service-act .swiper-btn.next{right:22%}
.service-act .swiper-btn:hover{background:#25ced7}

/* 就医服务 */
.enterprise-adv.style2{padding-bottom:260px}
.enterprise-adv .n5 li{width:20%;padding:0 30px}
.enterprise-adv .mid i{width:156px;height:156px}
.enterprise-adv .mid p,.enterprise-adv .sm p{font-size:18px;line-height:28px}
.service-odds{padding:90px 0 145px}
.service-odds ul{margin-top:16px}
.service-odds li{width:32.5%;position:relative;overflow:hidden;margin-top:26px}
.service-odds li:after{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.5);transition:all .4s ease}
.service-odds li .txt{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1;padding:15px}
.service-odds li .txt p{color:#fff;font-size:26px;font-weight:700;text-align:center}
.service-odds li:hover:after{opacity:0;visibility:hidden}
.service-odds li:hover .bg{transform:scale(1.04)}
.service-odds .style2 li{width:49%}
.service-proc.style2 li:nth-child(odd){background:#fff;width:16.786%;padding:0 30px;border-radius:5px;box-shadow:0 -10px 25px 0 rgba(191,191,191,.15)}
.service-proc.style2 li:nth-child(odd) i{width:124px;height:124px}
.service-proc.style2 li:nth-child(odd) .top{padding:88px 0 34px}
.service-proc.style2 li:nth-child(odd) .txt{padding:20px 0 50px;border-top:1px solid #ececf3}
.service-proc.style2 li:nth-child(odd) .tit{font-size:20px;color:#333}
.service-proc.style2 li:nth-child(odd) p{color:#999}
.service-proc.style2 li .arrow span{width:74px;height:42px}
.service-question{padding:90px 0 160px}
.service-question .list{margin-top:50px}
.service-question .title{display:flex;align-items:center;cursor:pointer;position:relative}
.service-question .title span{display:flex;align-items:center;justify-content:center;position:relative;width:33px;height:25px;min-width:33px;color:#fff;font-size:15px;font-family:Arial;font-weight:700;line-height:1;background:#25ced7}
.service-question .title span:after{content:"";width:0;height:0;border-top:6px solid #25ced7;border-left:0 solid transparent;border-right:6px solid transparent;position:absolute;bottom:-5px;left:0}
.service-question .title .tit{font-size:18px;margin-left:18px;font-weight:500;color:#333;width:90%;transition:color .4s ease}
.service-question .title:after{content:'';background:url(/template/default/images/common/arrowD.svg) no-repeat right/100%;width:15px;height:15px;position:absolute;top:5px;right:0}
.service-question .title.on .tit,.service-question .title:hover .tit{color:#25ced7}
.service-question .title.on:after{transform:rotate(180deg)}
.service-question .txt{padding:0 58px 0 58px;display:none;margin-top:10px}
.service-question .txt p{color:#777;font-size:15px;line-height:24px}
.service-question .item{padding:30px 40px 28px 30px;border-bottom:1px solid #e2e2e2}
.service-question .item:first-child{padding-top:0}

/* 私人医生 */
.service-proc.sm i{width:85px;height:85px}
.service-proc.sm li:nth-child(odd){padding:0 20px}
.service-proc.sm p{line-height:22px}

/* 医务室 */
.infirmary-gra{padding:90px 0 160px}
.infirmary-gra .in{margin-top:60px;box-shadow:0 0 20px 0 rgba(191,191,191,.25)}
.infirmary-gra .item{display:flex}
.infirmary-gra .item .txt{width:50%;padding:110px 60px 50px 70px}
.infirmary-gra .item .tit{color:#222;font-size:32px}
.infirmary-gra .item p{font-size:16px;line-height:28px;color:#666;margin-top:20px}
.infirmary-gra .item picture{padding-top:36.643%;width:50%}
.infirmary-gra .slier-btn{position:absolute;bottom:100px;left:70px;display:flex;z-index:2}
.infirmary-gra .slier-btn button{width:62px;height:62px;border-radius:50%;background:#25ced7;cursor:pointer;transition:background .4s ease;cursor:pointer}
.infirmary-gra .slier-btn button+button{margin-left:15px}
.infirmary-gra .slier-btn button:not(.swiper-button-disabled):hover{background:#e5e5e5}
.infirmary-gra.style2 .slider-nav{position:absolute;bottom:40px;left:0;width:50%;z-index:2;padding:0 70px 0 60px}
.infirmary-gra.style2 .slider-nav button{width:50px;height:50px;border-radius:50%;background:#25ced7;cursor:pointer;transition:background .4s ease}
.infirmary-gra.style2 .slider-nav button:not(:first-child){margin-left:15px}
.infirmary-gra.style2 .slider-nav button:not(.swiper-button-disabled):hover{background:#ccc}
.infirmary-gra.style2 .swiper-pagination{position:static;display:flex;align-items:center;margin-left:auto}
.infirmary-gra.style2 .swiper-pagination-bullet{width:11px;height:11px;border-radius:50%;background:#e4e4e4;opacity:1}
.infirmary-gra.style2 .swiper-pagination-bullet:not(:first-child){margin-left:11px}
.infirmary-gra.style2 .swiper-pagination-bullet-active{background:#25ced7}
.infirmary-adv{padding:90px 0 110px}
.infirmary-adv .list{margin-top:90px}
.infirmary-adv .item{width:30%;background:#fff;box-shadow:1px 4px 30px 0 rgba(205,205,218,.25);transition:all .4s ease;z-index:1;position:relative}
.infirmary-adv .item:after{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:#2bb6cf;background:linear-gradient(to left top,#32c7f8,#27d4de);z-index:-1;opacity:0;transition:all .4s ease}
.infirmary-adv .item:hover{transform:translate(30px,-30px)}
.infirmary-adv .item:hover:after{transform:translate(-30px,30px);opacity:1;transition-delay:.2s}
.infirmary-adv .item picture{width:100%;padding-top:58.81%}
.infirmary-adv .item .txt{padding:30px 20px 70px;background:#fff}
.infirmary-adv .item .tit{color:#222;font-size:22px}
.infirmary-adv .item p{color:#666;font-size:15px;line-height:28px;text-align:justify;margin-top:10px}
.enterprise-adv .style3{padding-bottom:300px}
.enterprise-adv .n6 li{width:16.66%;padding:0 20px}
.enterprise-adv .sm li i{width:140px;height:140px}
.enterprise-adv .n5 li .in,.enterprise-adv .n6 li .in{margin-top:20px}

/* 案例 */
.case-coo{padding:90px 0 100px}
.case-coo .swiper-container{width:calc(100% + 20px);padding:0 10px;margin-left:-10px;margin-top:32px}
.case-coo .swiper-wrapper{padding-bottom:46px}
.case-coo li{background:#fff;margin-top:28px;box-shadow:-2px 1px 15px 0 rgba(0,0,0,.07);width:18.3%;display:flex;align-items:center;justify-content:center;height:98px;transition:box-shadow .4s ease}
.case-coo li img{transition:all .4s ease}
.case-coo li:hover{box-shadow:-2px 1px 15px 0 rgba(9,214,225,.42)}
.case-coo li:hover img{transform:translateY(-2px)}
.case-coo .swiper-pagination-bullet{width:11px;height:11px;background:#dadada;opacity:1}
.case-coo .swiper-pagination-bullet-active{background:#25ced7}
.case-coo .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 7px}
.case-coo .swiper-container-horizontal>.swiper-pagination-bullets{bottom:0}
.case-list{padding:88px 0 82px;overflow:hidden}
.case-list .in{margin-top:60px}
.case-list .lft{width:49.5%;position:relative;z-index:1;padding:80px 0 75px}
.case-list .lft:after{content:'';width:50vw;height:100%;z-index:-1;background:#fff;position:absolute;right:0;top:0}
.case-list .mac{width:584px}
.case-list .mac-pic{position:absolute;left:20px;top:0;width:calc(100% - 40px);height:100%;padding:22px 0 140px}
.case-list .rgt{width:49.5%;position:relative;z-index:1;padding:80px 0 75px 90px}
.case-list .rgt:after{content:'';width:50vw;height:100%;z-index:-1;background:#fff;position:absolute;left:0;top:0}
.case-list .rgt .desc{font-size:16px;line-height:24px;color:#333;margin-top:20px}
.case-list .rgt .mac-txt{width:100%}
.case-list .rgt .mac-logo{margin-top:20px;padding:0 10px 20px;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;width:100%}
.case-list .rgt .mac-logo li{background:#fff;margin-top:20px;box-shadow:-2px 1px 15px 0 rgba(0,0,0,.07);width:32%;display:flex;align-items:center;justify-content:center;height:72px;transition:box-shadow .4s ease;cursor:pointer}
.case-list .rgt .mac-logo li img{transition:all .4s ease}
.case-list .rgt .mac-logo li.active,.case-list .rgt .mac-logo li:hover{box-shadow:-2px 1px 15px 0 rgba(9,214,225,.42)}
.case-list .rgt .mac-logo li:hover img{transform:translateY(-2px)}
.case-list .rgt .row{margin-top:24px}
.case-list .rgt .swiper-btn{width:44px;height:44px;cursor:pointer;border-radius:50%;background:rgba(0,0,0,.2);transition:all .4s ease;color:#fff}
.case-list .rgt .swiper-btn:not(:first-child){margin-left:6px}
.case-list .rgt .swiper-btn:not(.swiper-button-disabled):hover{background:#25ced7}

/* 新闻 */
.news{background:#f6f6f6;padding:74px 0 106px}
.news-top{background:#fff}
.news-top .pic{width:50%;padding-top:33.215%;overflow:hidden}
.news-top .pic img{transition:all .4s ease}
.news-top .pic:hover img{transform:scale(1.04)}
.news-top .info{width:50%;padding:50px 70px 50px 50px}
.news-top .info .time{font-size:18px;color:#cdcdcd;text-align:center;font-family:Arial;display:inline-block;font-weight:700}
.news-top .info .time span{display:block;font-size:64px;line-height:1;padding-bottom:5px;border-bottom:3px solid #33c6d3;margin-bottom:5px}
.news-top .info .title{font-size:28px;font-weight:700;color:#333;margin-top:30px;transition:all .4s ease}
.news-top .info .title:hover{color:#25ced7}
.news-top .info .desc{font-size:16px;line-height:26px;color:#666;margin-top:20px}
.news-top .info .go-btn{margin-top:50px}
.news-top .info .btn{font-size:16px;color:#333;font-weight:500;transition:all .4s ease}
.news-top .info .btn i{display:block;background:url(/template/default/images/pages/news-arrow-green.png) no-repeat center/100%;width:36px;height:8px;margin-left:10px;position:relative;transition:all .4s ease}
.news-top .info .btn i:after{content:'';width:10px;height:2px;position:absolute;left:0;top:6px;background:#33c6d3;transition:all .4s ease}
.news-top .info .btn:hover{color:#25ced7}
.news-top .info .btn:hover i{transform:translateX(10px)}
.news-top .info .btn:hover i:after{transform:translateX(-10px)}
.news-list .news-list-item{margin-top:38px;width:49%}
.article{width:72.3%;background:#fff;padding:60px 38px 90px}
.article h1{font-size:28px;color:#333}
.article .info{margin-top:20px}
.article .info .time{color:#888;font-size:12px;position:relative;line-height:1;display:flex;align-items:center}
.article .info .time i{background:url(/template/default/images/pages/time-icon.png) no-repeat center/100%;width:16px;height:16px;display:block;margin-right:10px}
.article .content{margin-top:45px}
.article .content p{font-size:15px;line-height:30px;text-align:justify}
.article .content img{max-width:100%;width:auto!important;height:auto!important;object-fit:cover;margin:0 auto;display:block}
.article .nav{margin-top:60px}
.article .nav a{background:#f0f0f0;color:#333;font-size:16px;width:31.5%;height:52px;transition:color .4s ease}
.article .nav a:hover{color:#fff}
.news-side{width:25.8%;background:#fff;padding:30px 26px;height:100%}
.news-side .tit{font-size:23px;line-height:1;color:#333}
.news-side a{display:flex;align-items:center;padding:22px 0}
.news-side a:not(:first-child){border-top:1px solid #f0f0f0}
.news-side a picture{width:30.202%;padding-top:21.814%;overflow:hidden}
.news-side a picture img{transition:all .4s ease}
.news-side a .info{width:69.798%;padding-left:14px}
.news-side a .title{font-size:16px;line-height:23px;height:46px;overflow:hidden;-webkit-line-clamp:2;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;color:#333;transition:color .4s ease}
.news-side a .time{font-size:15px;color:#888;margin-top:5px;line-height:1}
.news-side a:hover .title{color:#25ced7}
.news-side a:hover picture img{transform:scale(1.04)}

/* 网站地图 */
.sitemap{padding:15px 0 110px}
.sitemap .title{font-weight:700;font-size:30px;color:#333;padding-bottom:18px;border-bottom:1px solid #f1f1f1;line-height:1;margin-top:35px}
.sitemap .item{margin-top:30px}
.sitemap .item .tit{color:#333;font-size:20px;line-height:1}
.sitemap .item ul{margin-top:16px;display:flex;flex-wrap:wrap;border:1px solid #f0f0f0;padding-right:45px;padding-left:25px;padding-bottom:15px;padding-top:5px}
.sitemap .item li{width:16.66%;margin-top:10px}
.sitemap .item li a{color:#777;font-size:15px;position:relative;padding-left:13px;transition:all .4s ease;display:block}
.sitemap .item li a span{padding:5px}
.sitemap .item li a:hover span{background:#f9f9f9}
.sitemap .item li a:after{content:'';border-radius:50%;width:5px;height:5px;background:#d2d2d2;transform:translateY(-50%);left:0;top:50%;position:absolute;transition:all .4s ease}

/* 团队体检 */
.com-banner-cont .tit.sertd-tit, .com-banner-cont .tit + p.sertd-text{font-size: 40px;line-height: 1.06;}
.com-banner-cont .tit + p.sertd-text{color: #03bbc5;font-weight: 700;}
.com-banner-cont .tit + p.sertd-text span{color: #fe7800;}
.sertdwt{width: 100%;overflow: hidden;background: #fefeff url('../images/pages/sertd1bg.jpg') no-repeat center bottom/100% auto;padding: 100px 0 120px;position: relative;}
.sertdwt-list{width: 100%;margin-top: 56px;}
.sertdwt-list ul{margin: -24px 0 0 -24px;display: flex;flex-wrap: wrap;}
.sertdwt-list li{width: calc(33.3333% - 24px);margin: 24px 0 0 24px;overflow: hidden;background: #fff url('../images/pages/sertd1sd.jpg') no-repeat bottom right/93.3333% auto;border-radius: 20px;position: relative;box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.13);height: 490px;display: flex;flex-direction: column;justify-content: space-between;padding: 50px 48px;}
.sertdwt-bg{position: absolute;width: 100%;height: 100%;top: 0;left: 0;object-fit: cover;transition: all .4s ease;opacity: 0;}
.sertdwt-head{width: 100%;position: relative;z-index: 4;}
.sertdwt-head .title{font-size: 28px;color: #333;font-weight: 700;padding-left: 18px;border-left: 5px solid #fe7800;line-height: 1;transition: all .4s ease;}
.sertdwt-head .hint{font-size: 15px;color: #ccc;font-family: Arial;margin-top: 12px;text-transform: uppercase;transition: all .4s ease;}
.sertdwt-head .text{width: 100%;margin-top: 32px;}
.sertdwt-head .text p{font-size: 16px;color: #555;line-height: 34px;position: relative;padding-left: 23px;transition: all .4s ease;}
.sertdwt-head .text p span{color: #fe7800;font-weight: 700;transition: all .4s ease;}
.sertdwt-head .text p::before{width: 6px;height: 6px;content: "";position: absolute;left: 0;border-radius: 50%;border: 1px solid #15c0c9;top: 14px;transition: all .4s ease;}
.sertdwt-icon{width: 100%;position: relative;z-index: 4;height: 66px;}
.sertdwt-icon img{max-height: 100%;transition: all .4s ease;}
.sertdwt-icon img.h{position: absolute;left: 0;top: 0;opacity: 0;}
.sertdwt-list li:hover .sertdwt-bg{opacity: 1;}
.sertdwt-list li:hover .sertdwt-head .title{color: #fff;border-color: #fff;}
.sertdwt-list li:hover .sertdwt-head .hint{color: #fff;}
.sertdwt-list li:hover .sertdwt-head .text p{color: #fff;}
.sertdwt-list li:hover .sertdwt-head .text p span{color: #fff;}
.sertdwt-list li:hover .sertdwt-head .text p::before{border-color: #fff;}
.sertdwt-list li:hover .sertdwt-icon img.s{opacity: 0;}
.sertdwt-list li:hover .sertdwt-icon img.h{opacity: 1;}
/******************************************************************************************************/
.sertdwt-list2{width: 100%;margin-top: 56px;}
.sertdwt-list2 ul{margin: -24px -100px 0 -124px;display: flex;flex-wrap: wrap;}
.sertdwt-list2 li{width: calc(25% - 24px);margin: 24px 0 0 24px;overflow: hidden;background: #fff url('../images/pages/sertd1sd.jpg') no-repeat bottom right/93.3333% auto;border-radius: 20px;position: relative;box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.13);height: 590px;display: flex;flex-direction: column;justify-content: space-between;padding: 50px 48px;}
.sertdwt-list2 li:hover .sertdwt-bg{opacity: 1;}
.sertdwt-list2 li:hover .sertdwt-head .title{color: #fff;border-color: #fff;}
.sertdwt-list2 li:hover .sertdwt-head .hint{color: #fff;}
.sertdwt-list2 li:hover .sertdwt-head .text p{color: #fff;}
.sertdwt-list2 li:hover .sertdwt-head .text p span{color: #fff;}
.sertdwt-list2 li:hover .sertdwt-head .text p::before{border-color: #fff;}
.sertdwt-list2 li:hover .sertdwt-icon img.s{opacity: 0;}
.sertdwt-list2 li:hover .sertdwt-icon img.h{opacity: 1;}
/******************************************************************************************************/
.sertddj{width: 100%;overflow: hidden;background: #fff;padding: 100px 0 0;position: relative;}
.sertddj-loop{width: 100%;margin-top: 38px;}
.sertddj-loop .thumbs{width: 100%;}
.sertddj-loop .thumbs .contain{position: relative;}
.sertddj-click{width: 100%;display: flex;height: 144px;flex-direction: column;justify-content: center;align-items: center;text-align: center;border-top-left-radius: 20px;border-top-right-radius: 20px;transition: all .4s ease;}
.sertddj-click .ico{width: 100%;display: flex;align-items: flex-end;justify-content: center;height: 45px;position: relative;}
.sertddj-click .ico img{max-height: 100%;transition: all .4s ease;}
.sertddj-click .ico img.h{position: absolute;left: 0;right: 0;margin: 0 auto;bottom: 0;opacity: 0;}
.sertddj-click .text{font-size: 18px;color: #000;margin-top: 18px;transition: all .4s ease;}
.sertddj-click:hover .text{color: #fe7800;}
.sertddj-click.active{background: #fe7800;}
.sertddj-click.active .text{color: #fff !important;}
.sertddj-click.active img.s{opacity: 0;}
.sertddj-click.active img.h{opacity: 1;}
.sertddj-loop .gallery{width: 100%;padding: 72px 0 92px;background: url('/template/default/images/pages/sertd2bg.jpg') no-repeat center/cover;}
.sertddj-loop .gallery .contain{background: #fff;padding: 0 12px;box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.12);border-radius: 20px;overflow: hidden;}
.sertddj-loop .gallery .swiper-container{border-radius: 20px;}
.sertddj-more{width: 100%;display: flex;flex-wrap: wrap;flex-direction: row-reverse;padding: 12px 0;}
.sertddj-image{width: 645px;}
.sertddj-image img{width: 100%;object-fit: cover;}
.sertddj-cont{width: calc(100% - 645px);padding: 64px 90px 64px 64px;position: relative;}
.sertddj-cont .title{width: 100%;height: 60px;position: relative;overflow: hidden;}
.sertddj-cont .title::before, .sertddj-cont .title::after{content: "";position: absolute;bottom: 0;left: 0;}
.sertddj-cont .title::before{width: 100%;height: 1px;background: #e8e8e8;}
.sertddj-cont .title::after{width: 122px;height: 3px;background: #25ced7;}
.sertddj-cont .title p{font-size: 30px;color: #333;font-weight: 700;padding-left: 18px;border-left: 5px solid #fe7800;line-height: 1;}
.sertddj-cont .title span{font-size: 72px;color: #f3f3f3;line-height: 1;position: absolute;right: 0;bottom: -12px;}
.sertddj-cont .text{width: 100%;margin-top: 28px;}
.sertddj-cont .text p{font-size: 20px;color: #666;line-height: 34px;}
.sertddj-cont .text p span{color: #fe7800;font-weight: 700;}
.sertddj-cont .ico{position: absolute;bottom: -20px;display: flex;align-items: flex-end;left: 64px;width: 130px;height: 122px;}
.sertddj-cont .ico img{max-width: 100%;max-height: 100%;}
.sertdlc{width: 100%;overflow: hidden;background: linear-gradient(to bottom,#fff,#f8f8f7);padding: 100px 0 120px;position: relative;}
.sertdlc-list{width: 100%;margin-top: 48px;}
.sertdlc-list ul{margin: -34px 0 0 -34px;display: flex;flex-wrap: wrap;}
.sertdlc-list li{width: calc(100%/6 - 34px);margin: 34px 0 0 34px;color: #fff;text-align: center;border-radius: 5px;position: relative;height: 248px;padding: 72px 12px 20px;}
.sertdlc-list li::before{content: "";position: absolute;border-top: 13px solid transparent;border-bottom: 13px solid transparent;width: 0;height: 0;right: -12px;top: 50%;margin-top: -13px;}
.sertdlc-list li:nth-child(1){background: linear-gradient(to right,#1fb0c5,#24c7d3);}
.sertdlc-list li:nth-child(1)::before{border-left: 12px solid #24c7d3;}
.sertdlc-list li:nth-child(2){background: linear-gradient(to right,#3bc88e,#3bcc90);}
.sertdlc-list li:nth-child(2)::before{border-left: 12px solid #3bcc90;}
.sertdlc-list li:nth-child(3){background: linear-gradient(to right,#fe9a00,#fe9b00);}
.sertdlc-list li:nth-child(3)::before{border-left: 12px solid #fe9b00;}
.sertdlc-list li:nth-child(4){background: linear-gradient(to right,#0eb8ab,#15d3c4);}
.sertdlc-list li:nth-child(4)::before{border-left: 12px solid #15d3c4;}
.sertdlc-list li:nth-child(5){background: linear-gradient(to right,#e8b813,#e7b813);}
.sertdlc-list li:nth-child(5)::before{border-left: 12px solid #e7b813;}
.sertdlc-list li:nth-child(6){background: linear-gradient(to right,#1fadc4,#24c8d3);}
.sertdlc-list li:nth-child(6)::before{display: none;border-left: 12px solid #24c8d3;}
.sertdlc-list li .num{position: absolute;top: 12px;right: 14px;font-size: 26px;}
.sertdlc-list li .ico{display: flex;height: 50px;align-items: center;width: 100%;justify-content: center;}
.sertdlc-list li .ico img{max-height: 100%;}
.sertdlc-list li .title{font-size: 22px;font-weight: 700;margin-top: 32px;line-height: 1.28;}
.sertdlc-list li .text{font-size: 15px;font-family: Arial;margin-top: 4px;}
.sertddj-btn{display: none;}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .com-banner-cont .title .cn{font-size: 42px}
    .com-banner-cont .title .en{font-size: 64px;bottom: 0}
    .com-navigation .in{height: 74px}
    .com-navigation .menu a{padding: 0 30px}
    .com-tit span{font-size: 36px;padding-bottom:20px}
    .com-navigation{margin-top: -37px}
    .com-banner-cont .tit{font-size: 32px}
    .com-banner-cont .tit + p{margin-top: 15px}
    .com-banner-cont p{line-height: 26px}
    .com-banner-cont.max .tit{font-size: 46px}
    .com-banner-cont.max p{font-size: 32px}

    .about-intro .txt{margin-top: 40px}
    .about-intro .txt p{line-height: 36px}
    .about-intro ul{margin-top: 60px}
    .about-intro .icon{height: 58px}
    .about-intro .number .timer{font-size: 50px}
    .about-imp .txt p{font-size: 16px;line-height: 30px}
    .about-imp .txt .content{margin-top: 30px}
    .about-culture ul{margin-top: 40px}
    .about-culture .tit{font-size: 22px}
    .about-culture .item .txt{padding: 20px 15px}
    .honor-slider{margin-top: 60px;padding-bottom: 74px}
    .honor-slider .slider{width: calc(50vw + 600px)}
    .honor-slider .item:after{width: 40px;height: 40px;background-size: 14px}

    .contact-info .in{padding: 70px 60px}
    .contact-info .lft .tit,.contact-msg-tit{font-size: 28px}
    .contact-info .lft li:nth-child(1), .contact-info .lft li:nth-child(2){padding-bottom: 15px;margin-bottom: 15px}
    .contact-info .lft li p{margin-left: 10px}
    .contact-info .lft{width: 74%}
    .contact-info .rgt{width: 15%}
    .contact-inline{margin-bottom: 20px}
    .contact-msg-bott .submit-btn{width: 160px}
    #contact-map{height: 600px}

    .enterprise-hlt-item .txt{padding: 70px 40px 0}
    .enterprise-hlt .slider-nav{padding: 0 40px}
    .enterprise-hlt-item .txt .tit{font-size: 24px}
    .enterprise-hlt-item .txt .in{margin-top: 15px}
    .enterprise-hlt .slider-nav button,.infirmary-gra.style2 .slider-nav button{width: 46px;height: 46px}
    .enterprise-hlt .slider-nav button:not(:first-child){margin-left: 10px}
    .enterprise-sup li .tit{font-size: 24px}
    .enterprise-sup li p{font-size: 16px}
    .enterprise-sup li .icon i{width: 58px;height: 58px;font-size: 30px}
    .enterprise-sup li .icon{padding-bottom: 10px}
    .enterprise-sup li{padding: 15px 20px}
    .enterprise-sup-desc p{font-size: 18px;line-height: 28px}
    .enterprise-sup-desc{background-size: 30px 24px;padding-left: 80px}
    .enterprise-adv li i{width: 170px;height: 170px}
    .enterprise-adv li p{font-size: 18px;line-height: 28px}
    .enterprise-adv li .in{margin-top: 20px}
    .enterprise-adv{padding: 80px 0 170px}
    .enterprise-adv ul{margin-top: 30px}
    .enterprise-val .slider .item .txt{padding: 70px 44px}
    .enterprise-val .slider .item .txt .in{margin-top: 20px}
    .enterprise-val .slider .item .txt .tit{font-size: 32px}
    .enterprise-val .slider .item .txt p{line-height: 26px}
    .slider-nav a .tit{font-size: 18px}
    .enterprise-story .in{margin-top: 50px}
    .news-list-item .time span{font-size: 36px;margin-bottom: 5px}
    .news-list-item{padding: 40px 40px 40px 0}
    .news-list-item p{margin-top: 5px}
    .news-list-item i{margin-top: 10px}
    .enterprise-story .lft .info{padding: 38px 30px}
    .enterprise-story .lft .tit{font-size: 20px}
    .enterprise-story .lft p{margin-top: 10px}
    .enterprise-hlt-item ul{padding: 30px 50px}
    .enterprise-hlt-item ul li{font-size: 20px;padding-top: 10px;padding-bottom: 10px}
    .enterprise-hlt-item ul li:after{top: 23px}
    .insurance-qs li .tit{font-size: 20px;line-height: 26px}
    .insurance-qs li p{font-size: 14px;line-height: 22px;margin-top: 5px}
    .insurance-qs li{padding: 15px 20px}
    .insurance-qs li + li{margin-top: 15px}
    .insurance-qs li:after{border-top-width:24px}
    .insurance-qs li.down:after{border-bottom-width:24px}
    .insurance-qs .rgt li:after{border-right-width: 40px;left: -39px}
    .insurance-qs .lft li:after{border-left-width: 40px;right: -39px}
    .insurance-qs .in{margin-top: 40px}

    .service-obj .in{margin-top: 40px}
    .service-obj .in .tit{font-size: 24px;line-height: 32px;padding: 25px 30px}
    .service-adv ul{margin-top: 30px}
    .service-adv .cont{padding: 18px}
    .service-adv .cont p{margin-top: 10px;font-size: 15px;line-height: 24px}
    .service-val .in{margin-top: 40px}
    .service-proc i{width: 100px;height: 100px}
    .service-proc:not(.sm) i img{transform: scale(0.92)}
    .service-proc ul{margin-top: 50px}
    .service-act .slider{margin-top:30px}
    .service-act .swiper-slide-active{box-shadow: 0 21px 30px 0 rgba(0, 0, 0, 0.17)}
    .service-act .swiper-wrapper{padding-bottom: 50px}
    .service-act .swiper-btn{width: 50px;height: 50px}
    .service-act .swiper-btn.next{right: 23%}
    .service-act .swiper-btn.prev{left: 23%}
    .service-val .num-nav li span{font-size: 70px}
    .service-val .lft .txt{padding: 25px 30px}
    .enterprise-adv .mid i{width: 140px;height: 140px}
    .enterprise-adv .mid li p,.enterprise-adv .sm li p{font-size: 16px;line-height: 24px}
    .enterprise-adv .style2{padding-bottom: 200px}
    .service-odds li .txt p{font-size: 24px}
    .service-proc.style2 li:nth-child(odd) i{width: 110px;height: 110px}
    .service-proc.style2 li:nth-child(odd) .top{padding: 70px 0 30px}
    .service-proc.style2 li:nth-child(odd){padding: 0 15px}
    .service-proc.style2 li:nth-child(odd) .tit{font-size: 18px}
    .service-proc.style2 li:nth-child(odd) .txt{padding-bottom: 30px}
    .service-proc.style2 li .arrow span{width: 60px;height: 30px}
    .service-proc.style2 li:nth-child(odd){width: 20%}
    .service-question .list{margin-top: 40px}
    .service-proc.sm li:nth-child(odd){padding:0 10px}
    .service-proc li:nth-child(odd){padding: 0 15px}
    .enterprise-adv li{padding: 0 40px}
    .infirmary-gra .in{margin-top: 40px}
    .infirmary-gra .item .txt{padding: 60px 40px}
    .infirmary-gra.style2 .slider-nav{padding: 0 40px}
    .infirmary-gra.style2 .slider-nav button:not(:first-child){margin-left: 10px}
    .infirmary-gra .item .tit{font-size: 28px}
    .infirmary-gra .item p{margin-top: 15px}
    .infirmary-gra .slier-btn{left: 40px;bottom: 60px}
    .infirmary-gra .slier-btn button{width: 50px;height: 50px}
    .infirmary-adv .item .txt{padding: 20px 20px 40px}
    .infirmary-adv .item .tit{font-size: 20px}
    .infirmary-adv .item p{margin-top: 5px}
    .infirmary-adv .item{width: 32%}
    .infirmary-adv .item:hover{transform: translate(15px, -15px)}
    .infirmary-adv .item:hover:after{transform: translate(-15px, 15px)}
    .infirmary-adv .list{margin-top: 40px}
    .enterprise-adv .n6 li{padding: 0 15px}
    .enterprise-adv .n6 li i{width: 120px;height: 120px}
    .enterprise-adv .n6 li i img{transform: scale(0.8)}
    .enterprise-adv .n6 li .in, .enterprise-adv .n5 li .in{margin-top: 15px}
    .enterprise-adv .n5 li{padding: 0 20px}
    .service-obj .in .tit p{font-size: 20px;line-height: 30px}

    .case-coo li{height: 90px;margin-top: 20px}
    .case-coo .swiper-container{margin-top:20px}
    .case-list .in{margin-top: 40px}
    .case-list .lft .mac{width:500px}
    .case-list .mac-pic{width:calc(100% - 38px);left: 19px;padding:19px 0 120px}
    .case-list .lft{padding: 60px 0}
    .case-list .rgt{padding: 60px 0 60px 60px}
    .case-list .rgt .row{margin-top: 20px}
    .case-list .rgt .mac-logo li{height: 66px}
    .case-list .rgt .desc{margin-top: 15px}

    .news-top .info .time span{font-size: 40px}
    .news-top .info .title{font-size: 24px;margin-top: 20px}
    .news-top .info .go-btn{margin-top: 40px}
    .news-top .info{padding: 50px 40px}
    .news-list .news-list-item{margin-top: 30px}
    .article{padding: 50px 30px}
    .article h1{font-size: 24px}
    .article .info{margin-top: 10px}
    .article .content{margin-top: 30px}
    .article .nav{margin-top: 40px}
    .news-side{padding: 30px 20px}
    .news-side a .title{font-size: 15px;line-height: 22px}
    .news-side a .time{font-size: 13px}
    .news-side a{padding: 15px 0}
    .news-side .tit{font-size: 22px}
    
    .sitemap .item li{width: 20%}
    .sitemap .item ul{padding: 5px 25px 15px 25px}

    .sertdwt {padding: 80px 0 100px;}
    .sertdwt-list ul {margin: -18px 0 0 -18px;}
    .sertdwt-list li {width: calc(33.3333% - 18px);margin: 18px 0 0 18px;border-radius: 16px;height: 410px;padding: 40px 24px;}
    .sertdwt-head .title {font-size: 24px;padding-left: 16px;border-left: 4px solid #fe7800;}
    .sertdwt-head .text p {line-height: 30px;padding-left: 20px;}
    .sertdwt-head .text p::before{top: 12px;}
    .sertdwt-list {margin-top: 44px;}
    /******************************************************************************************************/
    .sertdwt-list2 ul {margin: -18px 0 0 -18px;}
    .sertdwt-list2 li {width: calc(25% - 18px);margin: 18px 0 0 18px;border-radius: 16px;height: 510px;padding: 40px 24px;}
    .sertdwt-list2 {margin-top: 44px;}
    /******************************************************************************************************/
    .sertddj-click .text {font-size: 16px;margin-top: 14px;}
    .sertddj-click {height: 130px;border-top-left-radius: 16px;border-top-right-radius: 16px;}
    .sertddj-loop .gallery {padding: 60px 0 80px;}
    .sertddj-cont .title p {font-size: 24px;padding-left: 16px;border-left: 4px solid #fe7800;}
    .sertddj-cont .title span {font-size: 64px;bottom: -10px;}
    .sertddj-cont .title {height: 50px;}
    .sertddj-cont .title::after{width: 100px;}
    .sertddj-cont {padding: 64px 74px 64px 64px;}
    .sertdlc-list ul {margin: -28px 0 0 -28px;}
    .sertdlc-list li {width: calc(100%/6 - 28px);margin: 28px 0 0 28px;height: 220px;padding: 60px 12px 20px;}
    .sertdlc-list li .title {font-size: 20px;margin-top: 20px;}
    .sertdlc-list {margin-top: 44px;}
    .sertddj-loop .gallery .swiper-container{border-radius: 16px;}
    .com-banner-cont .tit.sertd-tit, .com-banner-cont .tit + p.sertd-text {font-size: 36px;}
    .sertddj-loop .gallery .contain{border-radius: 16px;}
    .sertdlc {padding: 80px 0 100px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .com-banner .bg{min-height: 400px}
    .com-banner-cont .title .cn{font-size: 38px}
    .com-banner-cont .title .en{font-size: 50px}
    .com-navigation .in{height: 60px}
    .com-navigation{margin-top: -30px}
    .com-navigation .menu a{font-size: 15px}
    .crumbs a{font-size: 14px}
    .com-tit span{font-size: 32px;padding-bottom: 16px}
    .com-tit span:after{height: 3px}
    .com-banner-cont .tit{font-size: 28px}
    .com-banner-cont p{font-size: 15px;line-height: 24px}
    .com-banner-cont .tit + p{margin-top: 10px}
    .com-banner-cont.max .tit{font-size: 40px}
    .com-banner-cont.max p{font-size: 28px}
    .com-banner-cont .in{width: 50%}

    .about-intro .txt p{font-size: 15px;line-height: 30px}
    .about-intro .icon{height: 48px}
    .about-intro .number .timer{font-size: 40px}
    .about-intro .number i{width: 16px;height: 16px;font-size: 14px;padding-bottom: 0}
    .about-intro li p{font-size: 15px}
    .about-imp .txt p{font-size: 15px;line-height: 28px}
    .about-imp .txt .in{padding: 20px 20px 20px 0}
    .about-culture .item i{width: 40px;height: 40px}
    .about-culture .item i img{max-width: 20px}
    .about-culture .item:hover .tit{margin-top: 10px}
    .about-culture .tit{font-size: 20px}
    .about-culture p{font-size: 14px}
    .about-culture li.special .tit{margin-bottom: 10px}
    .honor-slider{margin-top: 40px}
    .honor-slider .slider{width: calc(50vw + 480px);height: 280px}
    .honor-slider .swiper-slide{width: 200px;height: 280px}
    .honor-slider{padding-bottom: 60px}

    .contact-info .in{padding: 50px 40px}
    .contact-info .lft .tit, .contact-msg-tit{font-size: 24px}
    .contact-info .lft ul{margin-top: 20px}
    .contact-info .lft li p{font-size: 15px}
    .contact-info .lft li i{width: 32px;height: 32px;min-width: 32px}
    .contact-info .lft li i img{max-width: 16px}
    .contact-info .rgt p{font-size: 15px;margin-top: 10px}
    .msg-main{margin-top: 30px}
    .contact-inline input, .contact-inline textarea{height: 48px}
    .contact-inline textarea{height: 140px}
    .contact-inline textarea{padding: 15px}
    .contact-inline input{padding: 0 15px}
    .contact-info .lft ul{margin-top: 30px}
    .contact-code-pic{height: 48px}
    .contact-msg-bott .submit-btn{width: 140px;height: 48px}
    .contact-msg .contact-msg-tip{font-size: 14px;line-height: 24px}
    #contact-map{height: 550px}
    .amap-info-content .tit{font-size: 16px;line-height: 24px}

    .enterprise-hlt .slider{margin-top: 30px}
    .enterprise-hlt-item .txt{padding: 40px 30px}
    .enterprise-hlt-item .txt .tit{font-size: 22px}
    .enterprise-hlt-item .txt p{font-size: 15px;line-height: 26px}
    .enterprise-hlt-item .txt .in{margin-top: 10px}
    .enterprise-hlt-item{margin-top: 28px}
    .enterprise-hlt .slider-nav{bottom: 30px;padding: 0 30px}
    .enterprise-hlt .slider-nav button{width: 42px;height: 42px}
    .enterprise-hlt .slider .swiper-pagination-bullet,
    .infirmary-gra.style2 .swiper-pagination-bullet{width: 8px;height: 8px}
    .enterprise-hlt .slider .swiper-pagination-bullet:not(:first-child),
    .infirmary-gra.style2 .swiper-pagination-bullet:not(:first-child){margin-left: 5px}
    .enterprise-sup li .tit{font-size: 20px}
    .enterprise-sup li p{font-size: 14px;font-weight: normal}
    .enterprise-sup li{padding: 15px}
    .enterprise-sup ul{margin-left: 100px}
    .enterprise-sup li .icon i{font-size: 24px}
    .enterprise-sup-desc p{font-size: 16px;line-height: 24px}
    .enterprise-sup-desc{background-size: 24px 18px;background-position:left 25px top 25px;padding: 30px 25px 30px 64px}
    .enterprise-adv li i{width: 140px;height: 140px}
    .enterprise-adv li i img{transform: scale(0.8)}
    .enterprise-adv li p{font-size: 16px;line-height: 24px}
    .enterprise-adv{padding: 60px 0 120px}
    .enterprise-val .slider .item .txt{padding: 50px 30px}
    .enterprise-val .slider .item .txt .tit{font-size: 28px}
    .enterprise-val .slider .item .txt p{font-size: 15px;line-height: 24px}
    .enterprise-val .slider .item .txt .in{margin-top: 15px}
    .enterprise-val .slider .swiper-container{width: 91%}
    .slider-nav{width:9%}
    .slider-nav a .tit{font-size: 16px}
    .slider-nav i{height: 34px}
    .enterprise-val .slider{margin-top: 40px}
    .enterprise-adv ul{margin-top:20px}
    .enterprise-story .in{margin-top: 40px}
    .enterprise-story .lft .tit{font-size: 18px}
    .enterprise-story .lft .time{font-size: 13px}
    .news-list-item .time span{font-size: 30px}
    .news-list-item p{line-height: 22px;height: 44px}
    .news-list-item .time{font-size: 14px}
    .news-list-item i,.news-top .info .btn i{width: 26px;height: 6px}
    .news-top .info .btn i:after{display: none}
    .news-list-item{padding: 30px 30px 30px 0}
    .enterprise-hlt-item ul{padding: 30px 40px}
    .enterprise-hlt-item ul li{font-size: 18px;padding-left: 20px}
    .enterprise-hlt-item ul li:after{top: 21px;left: 0}
    .insurance-qs li:after{display: none}
    .insurance-qs picture{position: static;transform: none;margin: 0 auto;width: 30%;padding: 0}
    .insurance-qs picture img{position: static}
    .insurance-qs .in{flex-wrap: wrap}
    .insurance-qs ul{width: 48%}
    .insurance-qs .list{align-items: flex-start;margin-top: 30px}
    .insurance-qs li .tit{font-size: 18px;line-height: 24px}

    .service-obj .in .tit{font-size: 20px;padding: 20px}
    .service-adv .cont .tit{font-size: 18px}
    .service-adv .cont{padding: 15px 10px}
    .service-adv .cont p{font-size: 14px;line-height: 22px;margin-top: 5px}
    .service-val .num-nav li p{font-size: 18px}
    .service-val .num-nav li span{font-size: 60px}
    .service-val .lft{width: 60%}
    .service-val .num-nav{width: 40%}
    .service-proc li p{font-size: 14px;line-height: 22px}
    .service-proc i,.service-proc.sm i{width: 80px;height: 80px}
    .service-proc:not(.sm) i img{transform: scale(0.8)}
    .service-proc li i + p{margin-top: 10px}
    .service-act .swiper-slide{width: 60%}
    .service-act .swiper-btn.next{right: 15.5%}
    .service-act .swiper-btn.prev{left: 15.5%}
    .service-val .lft .txt{padding: 25px}
    .enterprise-adv .n5 li{width:33.33%}
    .enterprise-adv .n5 ul{justify-content: center}
    .enterprise-adv .mid li i{width: 130px;height: 130px}
    .enterprise-adv.style2{padding-bottom: 120px}
    .service-odds li .txt p{font-size: 22px}
    .service-proc.style2 li .arrow span{width: 40px}
    .service-proc.style2 li:nth-child(odd) i{width:90px;height: 90px}
    .service-proc.style2 li:nth-child(odd) .top{padding: 50px 0 20px}
    .service-proc.style2 li:nth-child(odd) .txt{padding: 20px 0 30px}
    .service-question .item{padding: 20px 0 20px 0}
    .service-question .txt{padding: 0 0 0 50px}
    .enterprise-adv li{padding: 0 20px}
    .infirmary-gra .item .txt{padding: 40px 30px}
    .infirmary-gra.style2 .slider-nav{padding: 0 30px;bottom: 30px}
    .infirmary-gra .item .tit{font-size: 24px}
    .infirmary-gra .item p{font-size: 14px;line-height: 24px;margin-top: 10px}
    .infirmary-gra .slier-btn button{width: 44px;height: 44px}
    .infirmary-gra .slier-btn button + button{margin-left: 10px}
    .infirmary-gra .slier-btn button img{max-width: 20px}
    .infirmary-gra .slier-btn{left: 30px;bottom: 40px}
    .infirmary-adv .item .tit{font-size: 18px}
    .infirmary-adv .item p{font-size: 14px;line-height: 24px}
    .infirmary-adv .item:hover{transform:none}
    .infirmary-adv .item:after{display: none}
    .enterprise-adv .n6 li{width: 33.33%}
    .enterprise-adv .mid li,.enterprise-adv .sm li{padding: 0 30px}
    .service-obj .in .tit p{font-size:18px;line-height: 26px}

    .case-coo li{height: 80px}
    .case-list .lft .mac{width: 430px}
    .case-list .mac-pic{width: calc(100% - 32px);left: 16px;padding: 16px 0 104px}
    .case-list .lft{padding: 40px 0}
    .case-list .rgt{padding: 40px 0 40px 40px}
    .case-list .rgt .desc{font-size: 15px;line-height: 22px}
    .case-list .rgt .mac-logo li{height: 60px;margin-top: 15px}
    .case-list .rgt .mac-logo{padding: 0 10px 15px}
    .case-list .rgt .swiper-btn{width: 38px;height: 38px}
    .case-list .rgt .swiper-btn svg{width: 15px;height: 15px}
    .case-list .rgt .row{margin-top: 15px}

    .news-top .info .time span{font-size: 30px;border-width: 2px;padding-bottom:3px;margin-bottom: 3px}
    .news-top .info .time{font-size: 16px}
    .news-top .info .title{font-size: 22px;margin-top: 15px}
    .news-top .info .desc{font-size: 15px;line-height: 24px;margin-top: 10px}
    .news-top .info .btn{font-size: 15px}
    .news-list-item i:after{display: none}
    .news-top .info .go-btn{margin-top: 30px}
    .news-top .info{padding: 30px}
    .article{padding: 40px 30px}
    .article h1{font-size: 22px}
    .article .content p{font-size: 14px;line-height: 26px}
    .article .nav a{height: 40px;font-size: 15px}
    .news-side a .time{display: none}
    .news-side a .title{font-size: 14px;line-height: 20px;height: 40px}
    .news-side a .info{padding-left:8px}
    .news-side .tit{font-size: 20px}
    
    .sertdwt {padding: 60px 0 80px;}
    .sertdwt-list ul {margin: -18px 0 0;}
    .sertdwt-list li {width: 100%;margin: 18px 0 0;height: auto;background-size: 64% auto;}
    .sertdwt-head .text{margin-top: 24px;}
    .sertdwt-icon{margin-top: 32px;}
    .sertdwt-list {margin-top: 44px;}
    /******************************************************************************************************/
    .sertdwt-list2 ul {margin: -18px 0 0;}
    .sertdwt-list2 li {width: 100%;margin: 18px 0 0;height: auto;background-size: 64% auto;}
    .sertdwt-list2 {margin-top: 44px;}
    /******************************************************************************************************/
    .sertddj-btn{display: block;position: absolute;width: 40px;height: 40px;background: url('/template/default/images/common/arrL.svg') no-repeat center/24px auto;top: 50%;margin-top: -20px;z-index: 4;cursor: pointer;}
    .sertddj-btn.prev{left: 0;}
    .sertddj-btn.next{right: 0;background-image: url('/template/default/images/common/arrR.svg');}
    .sertddj-loop .thumbs .contain{padding: 0 50px;}
    .sertddj-loop .gallery {padding: 50px 0 60px;}
    .sertddj-image {width: 530px;}
    .sertddj-cont {width: calc(100% - 530px);padding: 40px 40px 40px 20px;}
    .sertddj-cont .title p {font-size: 22px;}
    .sertddj-cont .title span {font-size: 52px;bottom: -8px;}
    .sertddj-cont .title {height: 40px;}
    .sertddj-cont .title::after {width: 84px;}
    .sertddj-cont .text p {font-size: 18px;line-height: 32px;}
    .sertddj-cont .ico {bottom: -16px;left: 20px;width: 100px;height: 100px;}
    .sertdlc-list li::before{display: none;}
    .sertdlc-list li {width: calc(100%/3 - 28px);padding: 42px 12px 20px;}
    .com-banner-cont .tit.sertd-tit, .com-banner-cont .tit + p.sertd-text {font-size: 30px;}
    .sertdlc {padding: 60px 0 80px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .about-honor .mouse{display: none}
    .com-tip{max-width: 92%}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .com-banner .bg{min-height: 360px}
    .com-banner-cont .title .cn{font-size: 34px}
    .com-banner-cont .title .en{font-size: 44px}
    .crumbs{display: none}
    .com-navigation .in{height: 52px}
    .com-navigation{margin-top:-26px}
    .com-tit span{font-size: 28px}
    .com-tip{font-size: 15px;line-height: 24px;margin-top: 20px}
    .com-banner-cont .title .cn,.com-banner-cont .title .en{animation: none}
    .com-banner-cont .tit{font-size: 24px}
    .com-tit span:after{width: 40px}
    .com-banner-cont.max .tit{font-size: 30px}
    .com-banner-cont.max p{font-size: 20px}

    .about-intro .txt{margin-top: 30px}
    .about-intro .txt p{font-size: 14px;line-height: 28px}
    .about-intro ul{margin-top: 40px}
    .about-intro .icon{height: 40px}
    .about-intro .number .timer{font-size: 32px}
    .about-imp .txt p{font-size: 14px;line-height: 24px}
    .about-imp .txt .content{margin-top: 20px}
    .about-culture .item{width: 32.5%}
    .about-culture ul{flex-wrap: wrap}
    .about-culture li.special{width: 100%;padding: 20px;margin-top:10px}
    .about-culture ul{margin-top: 30px}
    .honor-slider .slider{width:calc(50vw + 46%);height: 230px}
    .honor-slider .swiper-slide{width: 160px;height: 230px}
    .honor-slider{padding-bottom: 36px;margin-top: 30px}
    .honor-slider .item{padding: 11px 9px}
    .honor-slider .item:before{width: calc(100% - 18px);left: 9px}

    .contact-info .lft .tit, .contact-msg-tit{font-size: 22px}
    .contact-info .lft ul{margin-top: 20px}
    .contact-info .lft li p{font-size: 14px;margin-left: 8px}
    .contact-inline input, .contact-inline textarea{height: 42px}
    .contact-inline textarea{height: 140px}
    .contact-inline textarea{padding: 10px}
    .contact-inline input{padding: 0 10px}
    .contact-info .lft ul{margin-top: 30px}
    .contact-code-pic{height: 42px}
    .contact-msg-bott .submit-btn{width: 140px;height: 42px}
    .contact-inline{margin-bottom: 10px}
    #contact-map{height: 500px}
    .amap-info-content .tit{font-size: 15px;line-height: 22px}

    .enterprise-hlt .slider{margin-top: 20px}
    .enterprise-hlt-item .txt .tit{font-size: 18px}
    .enterprise-hlt-item .txt p{font-size: 14px;line-height: 22px}
    .enterprise-hlt-item .txt{padding: 30px 20px}
    .enterprise-hlt .slider-nav{width: 42%;left: 0;padding: 0 10px;bottom: 20px}
    .enterprise-hlt .slider-nav .in{width: 100%}
    .enterprise-hlt .slider-nav button,.infirmary-gra.style2 .slider-nav button{width: 36px;height: 36px}
    .enterprise-hlt-item{margin-top: 20px}
    .enterprise-hlt-item .txt .in{margin-top: 5px}
    .enterprise-sup .in{margin-top: 40px}
    .enterprise-sup li .tit{font-size: 18px}
    .enterprise-sup li p{font-size: 13px}
    .enterprise-sup li .icon{width: 20% !important;left: -20%!important;bottom:20px}
    .enterprise-sup ul{width: 100%;margin-left: 20%;margin-top: 30px}
    .enterprise-sup li .icon i{width: 50px;height: 50px;font-size: 20px;font-weight: normal}
    .enterprise-sup-desc{margin-top: 30px}
    .enterprise-adv li i{width: 100px!important;height: 100px!important;}
    .enterprise-adv li i img{transform: scale(0.6)}
    .enterprise-adv li p{font-size: 14px;line-height: 22px}
    .enterprise-adv{padding: 50px 0 80px}
    .enterprise-adv li .in{margin-top: 10px}
    .enterprise-val .slider{margin-top: 30px;flex-wrap: wrap}
    .enterprise-val .slider .swiper-container{width: 100%;border-right: 0;border-bottom: 1px solid #e3e3e3}
    .slider-nav{width: 100%;flex-direction: row}
    .slider-nav a{height: auto;padding: 10px 0}
    .slider-nav.n2 a{width: 50%;height: auto}
    .slider-nav a .tit{font-size: 14px}
    .slider-nav i{height: 26px}
    .enterprise-val .slider .item .txt .tit{font-size: 24px}
    .enterprise-val .slider .item .txt p{font-size: 14px;line-height: 22px}
    .enterprise-val .slider .item .txt{padding: 30px 20px}
    .enterprise-val .slider .item .txt .in{margin-top: 10px}
    .enterprise-story .lft{width: 100%}
    .enterprise-story .in{margin-top: 30px;flex-wrap: wrap}
    .enterprise-story .rgt{width: 100%;display: flex;flex-wrap: wrap}
    .enterprise-story .rgt a{width: 100%;margin-top: 15px!important}
    .news-list-item .tit,.enterprise-story .lft .tit{font-size: 16px}
    .enterprise-story .lft p{font-size: 14px;margin-top: 5px}
    .enterprise-story .lft .time{font-size: 12px}
    .enterprise-hlt-item ul{padding: 20px}
    .enterprise-hlt-item ul li{padding-left: 15px;font-size: 16px}
    .enterprise-hlt-item ul li:after{top: 20px}
    .slider-nav.n3 a{width: 33.33%;height: auto}
    .insurance-qs picture{width: 40%}
    .insurance-qs li .tit{font-size: 16px;line-height: 22px}
    .insurance-qs li p{font-size: 13px;line-height: 20px}
    .insurance-qs li + li{margin-top: 10px}
    .insurance-qs ul{width: 49%}
    .insurance-qs .list{margin-top: 20px}
    .slider-nav a:not(:first-child){border-top: 0;border-left:1px solid #e3e3e3}
    .enterprise-adv .sm li i img{transform: scale(0.72)}
    .enterprise-adv .mid li .in,.enterprise-adv .sm li .in{margin-top: 10px}
    .service-obj .in{margin-top: 30px}
    .service-obj .in .tit{font-size: 18px;padding: 15px}
    .service-adv li{width: 32%;margin: 8px 0.5% 0}
    .service-adv ul{margin-top: 20px}
    .service-val .in{margin-top: 30px}
    .service-val .num-nav li span{font-size: 50px}
    .service-val .num-nav li p{font-size: 16px}
    .service-val .lft .txt{padding: 20px}
    .service-proc ul{flex-wrap: wrap;justify-content: center}
    .service-proc li .arrow{margin: 0 10px}
    .service-proc li{margin-top: 10px}
    .service-proc ul{margin-top: 30px}
    .service-act .swiper-slide{width: 80%}
    .service-act .swiper-btn.next{right: 2%}
    .service-act .swiper-btn.prev{left: 2%}
    .service-act .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px}
    .service-act .swiper-pagination-bullet{width: 8px;height: 8px}
    .service-act .swiper-wrapper{padding-bottom: 40px}
    .enterprise-adv .n5 li p{font-size: 14px;line-height: 24px}
    .enterprise-adv.style2{padding-bottom: 80px}
    .service-val .lft li + li{margin-top: 0}
    .service-val .lft li{font-size: 14px;padding-left: 12px}
    .service-val .lft li:after{top: 7px}
    .service-odds li .txt p{font-size: 20px}
    .service-odds ul{margin-top: 15px}
    .service-odds li{margin-top: 15px}
    .service-proc.style2 li:nth-child(odd) i{width: 80px;height: 80px}
    .service-proc.style2 li:nth-child(odd) .tit{font-size: 16px}
    .service-proc.style2 li .arrow{display: none}
    .service-proc.style2 li:nth-child(odd){width: 23%}
    .service-proc ul{justify-content:center}
    .service-question .title .tit{font-size: 16px;margin-left: 10px}
    .service-question .title span{font-size: 14px}
    .service-question .txt p{font-size: 14px;line-height: 22px}
    .service-question .txt{margin-top: 5px;padding-left:40px}
    .service-question .list{margin-top: 30px}
    .service-proc li:nth-child(odd){width: 19%}
    .enterprise-adv li{padding: 0 10px}
    .infirmary-gra .item .txt{padding: 30px 20px}
    .infirmary-gra.style2 .slider-nav{padding: 0 20px;bottom: 20px}
    .infirmary-gra.style2 .slider-nav .inner{width: 100%}
    .infirmary-gra .item .tit{font-size: 20px}
    .infirmary-gra .item p{margin-top: 5px}
    .infirmary-gra .slier-btn{left: 20px;bottom: 20px}
    .infirmary-gra .slier-btn button{width: 34px;height: 34px}
    .infirmary-gra .slier-btn button img{max-width: 16px}
    .infirmary-gra .slier-btn button + button{margin-left: 5px}
    .infirmary-adv .list{margin-top: 30px}
    .infirmary-adv .item .txt{padding: 20px 15px}
    .enterprise-adv .mid li p,.enterprise-adv .sm li p{font-size: 15px;line-height: 24px}
    .service-proc:not(.sm) i img{transform: scale(0.6)}
    .service-obj .in .tit p{font-size:16px;line-height: 24px}

    .case-coo .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px}
    .case-coo .swiper-pagination-bullet{width: 8px;height: 8px}
    .case-coo .swiper-wrapper{padding-bottom: 36px}
    .case-coo li{width: 19.5%;margin-top: 6px}
    .case-coo .swiper-container{margin-top: 24px}
    .case-list .in{margin-top: 30px}
    .case-list .lft .mac{width: 330px}
    .case-list .lft{padding: 20px 0}
    .case-list .rgt{padding: 20px 0 20px 20px}
    .case-list .mac-pic{width: calc(100% - 26px);left: 13px;padding: 12px 0 80px}
    .case-list .rgt .desc{font-size: 14px;line-height: 20px;margin-top: 10px}
    .case-list .rgt .mac-logo li{margin-top: 6px;width: 49%}
    .case-list .rgt .mac-logo{padding: 4px 5px 10px}
    .case-list .rgt .swiper-btn{width: 34px;height: 34px}

    .news-top .pic{width: 100%;padding: 0}
    .news-top .pic img{position:static}
    .news-top .info{width: 100%}
    .news-top .info .title{font-size: 20px;margin-top: 10px}
    .news-top .info .desc{font-size: 14px;line-height: 22px}
    .news-top .info .btn{font-size: 14px}
    .news-list .news-list-item{width: 100%;margin-top: 20px}
    .article{width: 100%}
    .news-side{width: 100%;padding: 20px;margin-top: 20px}
    .article .content{margin-top: 20px}
    .news-side .tit{font-size: 18px}
    .news-side .list{display: flex;flex-wrap: wrap;margin-top:20px;justify-content: space-between}
    .news-side a:first-child{border-top: 1px solid #f0f0f0}
    .news-side a{width: 49%;padding: 10px 0}
    
    .sitemap .title{font-size: 24px;padding-bottom: 10px;margin-top: 30px}
    .sitemap .item ul{margin-top: 10px}
    .sitemap .item .tit{font-size: 18px}
    .sitemap .item li{width: 33.33%}

    .sertddj-more {flex-direction: row;}
    .sertddj-image{width: 100%;}
    .sertddj-cont{width: 100%;padding: 28px 0 40px;}
    .sertddj-cont .ico{left: auto;right: 20px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .com-tit span{font-size: 24px;padding-bottom: 10px}
    .com-tit span:after{height: 2px}
    .com-navigation .contain{width: 100%}
    .com-navigation .menu a{padding: 0 20px}
    .com-banner .bg{min-height: 300px}
    .com-banner-cont .title .cn{font-size: 32px}
    .com-tip{font-size: 14px;line-height: 22px;margin-top: 10px}
    .com-navigation .in{overflow-x: auto;overflow-y: hidden}
    .com-banner-cont p{padding: 5px;background: rgba(0,0,0,.3);border-radius: 5px}
    .com-banner-cont .tit{font-size: 22px;line-height: 28px}
    .com-tit span{line-height:32px}
    .com-banner-cont p{font-size: 14px;line-height: 22px}
    .com-banner-cont .in{width: 100%}
    .com-banner-cont.black p{background: rgba(255,255,255,.5)}
    .com-banner-cont.max .in{width: 100%}
    .com-banner-cont.max .tit{font-size: 24px}
    .com-banner-cont.max p{font-size: 16px}

    .about-intro .txt{margin-top: 20px}
    .about-intro li{width:50%;margin-top: 20px}
    .about-intro li p{font-size: 14px}
    .about-intro ul{margin-top:10px}
    .about-intro .number .timer{font-size: 26px}
    .about-intro .number i{width: 14px;height: 14px;font-size: 12px;margin-left: 2px}
    .about-imp .pic{width: 100%;padding:0}
    .about-imp .pic .img-wrap{position: static}
    .about-imp .txt{position: static;width: 100%}
    .about-imp .txt .in{width: 100%}
    .about-imp .txt:after{width: 100%}
    .about-culture .item{width: 100%;padding: 6px 0}
    .about-culture .tit{font-size: 18px}
    .about-culture p{font-size: 13px}
    .honor-slider .swiper-slide{width: 140px;height: 192px}
    .honor-slider .slider{height: 192px}
    .honor-slider .item:before{width: calc(100% - 14px);left: 7px;height: calc(100% - 12px);top:6px}
    .about-intro li:nth-child(3):after{display: none}

    .contact-info .in{padding: 30px 20px;flex-wrap: wrap}
    .contact-info .lft{width: 100%}
    .contact-info .lft .tit, .contact-msg-tit{font-size: 20px}
    .contact-info .lft li{width: 100%;padding-bottom: 10px!important;margin-bottom: 10px!important;border-bottom: 1px solid #eaeaea}
    .contact-info .rgt{width: 50%;margin:20px auto 0}
    .contact-msg .contact-msg-tip{font-size: 13px;line-height: 20px}
    .contact-inline{width: 100%}
    .contact-msg-bott{flex-wrap: wrap}
    .contact-msg-bott .submit-btn{width: 100%;margin-top: 15px}
    .contact-msg-bott .contact-inline{width: 50%}
    .contact-code-pic{max-width: 40%}
    .contact-inline input::placeholder,.contact-inline textarea::placeholder{font-size: 13px}
    .amap-info-content .tit{font-size: 14px;line-height: 20px}
    .amap-info-content{padding:20px 10px 15px;width: 200px}
    .amap-info-content i{margin: 10px 0}
    .amap-info-content i img{max-width: 20px!important}
    #contact-map{height: 450px}

    .enterprise-hlt-item{flex-wrap: wrap}
    .enterprise-hlt-item picture{width: 100%;padding:0}
    .enterprise-hlt-item picture img{position: static}
    .enterprise-hlt-item .txt{width: 100%;padding: 20px 15px}
    .enterprise-hlt .slider .enterprise-hlt-item .txt{padding-bottom: 50px}
    .enterprise-hlt .slider .swiper-container{padding-left:10px;width: calc(100% + 20px);margin: 0 0 0 -10px}
    .enterprise-hlt .slider-nav{padding:0 15px}
    .enterprise-hlt-item .txt .tit{font-size: 16px}
    .enterprise-hlt .slider-nav,.enterprise-hlt .slider-nav .in{width: 100%}
    .enterprise-hlt .slider-nav button, .infirmary-gra.style2 .slider-nav button{width: 30px;height: 30px}
    .enterprise-hlt .slider-nav button img,.infirmary-gra.style2 .slider-nav button img{max-width:16px}
    .enterprise-sup picture{width: 80%}
    .enterprise-sup li .icon{display: none}
    .enterprise-sup ul{margin-left:0;margin-top: 20px}
    .enterprise-sup li + li{margin-top: 10px}
    .enterprise-sup li .tit{font-size: 16px}
    .enterprise-sup-desc{background-size: 14px 10px;background-position: left 20px top 20px;padding: 20px 20px 20px 44px;margin-top: 20px}
    .enterprise-sup-desc p{font-size: 14px;line-height: 22px}
    .enterprise-adv{padding: 40px 0 60px}
    .enterprise-adv li i{width: 80px!important;height: 80px!important}
    .enterprise-adv li i img{transform: scale(0.52)}
    .enterprise-val .slider .item{flex-wrap: wrap}
    .enterprise-val .slider .item picture{width: 100%;padding:0}
    .enterprise-val .slider .item picture img{position: static}
    .enterprise-val .slider .item .txt{width: 100%}
    .enterprise-val .slider .item .txt .tit{font-size: 20px}
    .enterprise-story .lft .info{padding: 20px 15px}
    .enterprise-story .lft .time,.enterprise-story .lft .tit:after{display: none}
    .news-list-item .time{display: none}
    .news-list-item{padding: 20px 15px}
    .news-list-item .info{width: 100%}
    .enterprise-story .rgt a{margin-top: 10px!important}
    .news-list-item p{font-size: 13px;line-height: 20px;height: 40px}
    .enterprise-hlt-item ul{width: 100%;padding: 20px 15px}
    .enterprise-hlt-item ul li{font-size: 14px}

    .service-obj .in img{min-height: 200px}
    .service-obj .in .tit{font-size: 16px;padding:10px}
    .service-adv li{width: 49%;margin-top: 5px}
    .service-adv .cont .tit{font-size: 16px}
    .service-adv .cont{padding: 10px}
    .service-adv .cont p{font-size: 13px;line-height: 20px}
    .insurance-qs picture{width: 70%}
    .insurance-qs ul{width: 100%}
    .insurance-qs ul+ul{margin-top: 10px}
    .insurance-qs .list{flex-wrap: wrap}
    .insurance-qs li{padding: 15px}
    .service-val .num-nav{width: 100%}
    .service-val .in{flex-wrap: wrap}
    .service-val .lft{width: 100%}
    .service-val .num-nav li{padding: 20px 15px}
    .service-val .num-nav li span{font-size: 40px}
    .service-act .slider{margin-top: 20px}
    .service-proc i,.service-proc.sm i{width: 60px;height: 60px}
    .service-proc i img{transform: scale(0.6)}
    .service-proc.sm i img{transform: scale(0.72)}
    .service-proc li p{font-size: 13px;line-height: 20px}
    .service-proc.sm p{line-height: 18px}
    .service-proc li .arrow{margin: 0 10px}
    .service-act .swiper-btn{display: none}
    .service-act .swiper-slide-active{box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.17)}
    .service-act .swiper-wrapper{padding-bottom: 30px}
    .enterprise-adv li{width: 33.33%;padding: 0 10px}
    .enterprise-adv.style2{padding-bottom: 60px}
    .service-odds li{width: 100%}
    .service-odds ul{flex-wrap: wrap}
    .service-proc.style2 li:nth-child(odd){width: 48.5%!important}
    .service-proc.style2 ul{justify-content: space-between}
    .service-proc.style2 li:nth-child(odd) .top{padding: 30px 0 20px}
    .service-question .title span{width: 20px;font-size: 12px;min-width: 20px;height: 18px;font-weight: normal}
    .service-question .title .tit{font-size: 14px}
    .service-question .item{padding: 15px 0}
    .service-question .txt{padding-left: 30px}
    .service-question .txt p{font-size: 13px;line-height: 20px}
    .enterprise-adv .n5 li{width:50%}
    .service-val .lft .txt{padding: 20px 15px}
    .service-proc li:nth-child(odd){padding: 0 10px}
    .enterprise-adv li{padding: 0 5px}
    .enterprise-adv li p{font-size: 13px;line-height: 18px}
    .infirmary-gra .item{flex-wrap: wrap-reverse}
    .infirmary-gra .item .txt{width: 100%;padding: 20px 15px 50px}
    .infirmary-gra.style2 .slider-nav{padding: 0 15px;bottom: 10px;width: 100%}
    .infirmary-gra .slier-btn button{width: 30px;height: 30px}
    .infirmary-gra .item picture{padding:0;width: 100%}
    .infirmary-gra .item picture img{position: static}
    .infirmary-gra .slier-btn{left: 15px;bottom: 10px}
    .infirmary-adv .item{width: 100%}
    .infirmary-adv .item+.item{margin-top: 15px}
    .infirmary-adv .item .tit{font-size: 16px}
    .enterprise-adv .n6 li{width: 50%}
    .enterprise-adv .mid li,.enterprise-adv .sm li{padding: 0 10px}
    .enterprise-adv .mid li p,.enterprise-adv .sm li p{font-size: 14px;line-height: 22px}
    .enterprise-adv .sm li i img{transform: scale(0.6)}
    .service-val .num-nav .btn button svg{width: 20px;height: 20px}
    .service-val .num-nav .btn{padding: 10px 0}
    .service-odds li{margin-top: 15px}
    .service-odds .style2 li{width: 100%}
    .enterprise-adv ul{margin-top: 10px}
    .enterprise-adv li{margin-top: 20px}
    .enterprise-adv .n4 li{width: 50%}
    .service-obj .in .tit p{font-size:14px;line-height: 22px}

    .case-coo li{width: 32%;height: 60px}
    .case-coo .swiper-wrapper{padding-bottom: 30px}
    .case-list .in{flex-wrap: wrap}
    .case-list .lft{width: 100%}
    .case-list .lft:after,.case-list .rgt:after{width:100%}
    .case-list .rgt{width: 100%;padding: 20px;margin-top: 20px}
    .case-list .lft .mac{width: 300px;margin: 0 auto}
    .case-list .mac-pic{padding: 11px 0 72px;left: 11px;width: calc(100% - 22px)}

    .news-top .info{padding: 20px}
    .news-top .info .time span{font-size: 24px;padding-bottom: 2px;margin-bottom: 2px;border-width: 1px}
    .news-top .info .time{font-size:14px}
    .news-top .info .title{font-size: 18px}
    .news-top .info .desc{font-size: 13px;line-height: 20px;margin-top: 5px}
    .news-top .info .go-btn{margin-top: 20px}
    .article{padding: 20px 15px}
    .article h1{font-size: 20px}
    .article .content p{line-height: 24px}
    .article .nav{margin-top: 20px}
    .article .nav a{font-size: 14px}
    .news-side a{width: 100%}
    
    .sitemap .item li{width:50%;margin-top: 10px}
    .sitemap .item ul{padding: 5px 15px 10px 15px}
    .sitemap .item li a{font-size: 14px}

    .sertdwt {padding: 32px 0 36px;}
    .sertdwt-list {margin-top: 28px;}
    .sertdwt-list ul{margin: -14px 0 0;}
    .sertdwt-list li {background-size: 93% auto;padding: 24px 15px;border-radius: 10px;margin: 14px 0 0;}
    /******************************************************************************************************/
    .sertdwt-list2 {margin-top: 28px;}
    .sertdwt-list2 ul{margin: -14px 0 0;}
    .sertdwt-list2 li {background-size: 93% auto;padding: 24px 15px;border-radius: 10px;margin: 14px 0 0;}
    /******************************************************************************************************/
    .sertdwt-head .title {font-size: 18px;padding-left: 12px;border-left: 2px solid #fe7800;}
    .sertdwt-head .text p {line-height: 24px;padding-left: 14px;font-size: 14px;}
    .sertdwt-head .text p::before {top: 9px;}
    .sertdwt-icon {height: 50px;margin-top: 20px;}
    .sertdwt-head .text {margin-top: 8px;}
    .sertddj-btn {width: 20px;background-size: 20px auto;}
    .sertddj-loop .thumbs .contain {padding: 0 24px;}
    .sertddj-click .ico {height: 34px;}
    .sertddj-click {height: 100px;border-top-left-radius: 10px;border-top-right-radius: 10px;padding: 0 10px;}
    .sertddj-click .text {font-size: 14px;margin-top: 10px;line-height: 18px;}
    .sertddj-loop {margin-top: 26px;}
    .sertddj-loop .gallery {padding: 30px 0 32px;}
    .sertddj-loop .gallery .swiper-container{border-radius: 10px;}
    .sertddj-loop .gallery .contain{border-radius: 10px;}
    .sertddj-cont .title p {font-size: 18px;padding-left: 12px;border-left: 2px solid #fe7800;}
    .sertddj-cont .title span {font-size: 42px;bottom: -6px;}
    .sertddj-cont .title::after {width: 70px;}
    .sertddj-cont .title {height: 36px;}
    .sertddj-cont .text p {font-size: 16px;line-height: 26px;}
    .sertddj-cont .text {margin-top: 16px;}
    .sertddj-cont .ico {width: 72px;height: 72px;right: 0;}
    .sertdlc-list {margin-top: 26px;}
    .sertdlc-list ul {margin: -14px 0 0 -14px;}
    .sertdlc-list li {width: calc(100%/2 - 14px);margin: 14px 0 0 14px;height: 180px;padding: 40px 12px 20px;}
    .sertdlc-list li .title {font-size: 16px;margin-top: 14px;}
    .sertdlc-list li .text {font-size: 13px;}
    .sertdlc-list li .num {top: 10px;right: 10px;font-size: 20px;}
    .sertdlc {padding: 32px 0 38px;}
    .com-banner-cont .tit.sertd-tit, .com-banner-cont .tit + p.sertd-text {font-size: 22px;}
}<!--0.00023508071899414-->