@charset "utf-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff;}

html { min-width: 1200px;}

.container { width: 1200px; margin: 0 auto;}

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.img-scale { display: block; overflow: hidden;}
.img-scale img { display: block; width: 100%; height: auto; -webkit-transition: transform 0.45s linear 0s; -moz-transition: transform 0.45s linear 0s; -ms-transition: transform 0.45s linear 0s; -o-transition: transform 0.45s linear 0s; transition: transform 0.45s linear 0s;}
.img-scale .img-frame { overflow: hidden;}
.img-scale .img { /*背景图替换img*/ height: 100%; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.45s linear 0s; -moz-transition: transform 0.45s linear 0s; -ms-transition: transform 0.45s linear 0s; -o-transition: transform 0.45s linear 0s; transition: transform 0.45s linear 0s;}
.img-scale .img img { min-height: 100%;}
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);}
.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);}


/* 沂南养老服务 */
.project-main { position: relative;}
.project-main .logo-img { position: absolute; top: 35px; left: calc(50% - 580px); z-index: 2;}
.project-main .logo-img img { vertical-align: top;display:block;width:308px;}
.project-main .column-img { position: relative; padding: 26% 0 0; background-image: url(../images/zt-bgnew2.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover;}
.project-main .column-img img { width: 100%; vertical-align: top;}
.project-main .column-img .txt { position: absolute; top: 42%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; font-size: 74px; font-weight: 700; line-height: 90px; color: #fff; text-align: center; letter-spacing: 22px; text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);}
.project-main .project-nav { position: relative; margin: 45px 0; padding: 12px 0 12px 95px; border: 1px solid #e4e0e0; border-radius: 2px;}
.project-main .project-nav .tip { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 74px; height: 100%; font-size: 22px; font-weight: 700; line-height: 74px; color: #1657c8; text-align: center; writing-mode: vertical-lr; writing-mode: tb-lr; letter-spacing: 3px; background: #dfe6f2;}
.project-main .project-nav .tip::before { position: absolute; top: 50%; right: auto; bottom: auto; left: 100%; z-index: 1; content: ""; width: 0; height: 0; border-top: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 12px solid #dfe6f2; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.project-main .project-nav .department { font-size: 16px; font-weight: 500; line-height: 45px; color: #000; text-align: left;overflow:hidden;}
.project-main .project-nav .department a { position: relative; display: block; color: #000; margin-right: 17px; white-space: nowrap;float:left;}
.project-main .project-nav .department a:hover, .project-main .project-nav .department a.cur { color: #1657c8;}
.project-main .project-nav .department a.cur { font-weight: 700;}
.project-main .project-nav .department a.cur::after { position: absolute; top: auto; right: auto; bottom: 10px; left: 0; z-index: 1; content: ""; width: 100%; height: 1px; background: #1657c8;}
.project-main .section { width: 100%;margin-top:30px;}
.project-main .sidebar { width: 280px;}
.project-main .sidebar li { margin: 0 0 30px;}

.wd-list li { padding: 15px 0; border-bottom: 1px dashed #ddd;}
.wd-list li:first-child { padding-top: 0;}
.wd-list .title { font-size: 16px; font-weight: 700; line-height: 36px; color: #000; text-align: left;}
.wd-list .title i { display: inline-block; padding: 0 5px; margin: 0 7px 0 0; font-size: 14px; font-weight: 400; font-style: normal; line-height: 22px; color: #fff; background: #d51c1c; border-radius: 2px;}
.wd-list .info { margin: 7px 0 10px; font-size: 14px; font-weight: 500; line-height: 24px; color: #666; text-align: justify;}
.wd-list .more { display: block; width: 80px; margin: 0 0 0 auto; font-size: 14px; font-weight: 500; line-height: 24px; color: #808080; text-align: right; letter-spacing: 1px;}
.wd-list .title:hover, .wd-list .more:hover { color: #1657c8;}