<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
 * 鍖烘暀鑲插眬
 * date:2021-06-24
 * author: wangkai;
 */
#header {
	min-height:auto;
	height: 107px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	background-color: rgba(0,0,0,.4);
}

#header .container {position:static;left:0;transform: none;}
.mt60 {
    margin-top: 60px;
}

.mt30 {
    margin-top: 30px;
}

.white-bg {
    border-top: 2px solid #47b368;
    background: #fff;
    padding: 23px 27px 0 27px;
}

.floor1 {
    height: 412px;
}

.floor2 {
    height: 425px;
}

.floor3 {
    height: 415px;
}

/* 鍏叡鏍囬鏍峰紡 */

.column {
    height: 54px;
    line-height: 54px;
}

.column-tt {
    float: left;
    padding-left: 28px;
    font-size: 24px;
    font-weight: bold;
    color: #47b368;
    background-position: left center;
    background-repeat: no-repeat;
}

.column-tt.icon1 {
    background-image: url("../images/column_icon1.png");
}

.column-tt.icon2 {
    background-image: url("../images/column_icon2.png");
}

.column-tt.icon3 {
    background-image: url("../images/column_icon3.png");
}

.column-tt.icon4 {
    background-image: url("../images/column_icon4.png");
}

.column-tt.icon5 {
    background-image: url("../images/column_icon5.png");
}

.column-more {
    float: right;
    height: 44px;
    line-height: 44px;
    color: #999;
    font-family: "SourceHanSansCN-Medium";
}

/* news */

.news-node {
    padding-top: 9px;
    height: 155px;
    border-bottom: 1px dashed #dcdcdc;
    vertical-align: top;
}

.news-node:last-child {
    border-bottom: 0;
}

.news-wrap {
    float: left;
    width: calc(100% - 290px);
}

.news-tt {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
}

.news-content {
    height: 66px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
}

.more {
    display: block;
    margin-top: 9px;
    width: 63px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #47b368;
    font-family: "SourceHanSansCN-Medium";
    font-size: 12px;
    color: #fff;
}

.news-img {
    float: right;
    margin-top: 6px;
    width: 230px;
    height: 124px;
}

.news-img&gt;img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

/* guide */

.guide {
    float: left;
    margin-left: 24px;
    width: calc((100% - 24px) / 2);
}

.guide:first-child {
    margin-left: 0;
}

.guide-img {
    margin-top: 20px;
    height: 192px;
}

.guide-img&gt;img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.guide-content {
    margin-top: 7px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}

.guide .more {
    margin-top: 11px;
}

/* school */

.school-node {
    float: left;
    margin: 13px 0 0 22px;
    width: calc((100% - 66px) / 4);
}

.school-node:first-child {
    margin-left: 0;
}

.school-node&gt;img {
    width: 100%;
    height: 170px;
    vertical-align: top;
}

.school-name {
    margin-top: 10px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    font-weight: bold;
}

.school-content {
    height: 44px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
    word-break:break-all;
}

/* iec */

.iec-node {
    float: left;
    margin: 16px 0 0 24px;
    width: calc((100% - 24px) / 2);
    height: 280px;
}

.iec-node:first-child {
    margin-left: 0;
}

.iec-item {
    position: relative;
    display: block;
    height: 280px;
}

.iec-item&gt;img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.iec-name {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 14px;
    background: rgba(83,83,83,0.8);
    font-size: 16px;
    color: #fff;
}

/* about銆乧ontact */

.about,
.contact {
    padding-top: 23px;
    height: 412px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.about {
    background-image: url("../images/about.jpg");
}

.contact {
    padding-left: 25px;
    padding-right: 25px;
    background-image: url("../images/contact.jpg");
    text-align: center;
}

.ac-tt {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.about-content {
    margin-top: 8px;
    padding: 0 34px;
    line-height: 20px;
    height: 260px;
    overflow: hidden;
}

.about-content&gt;span {
    display: block;
    margin-top: 20px;
}

.about-content&gt;span:first-child {
    margin-top: 0;
}

.address {
    padding: 5px 0 16px 0;
}

.sub-tt {
    height: 26px;
    line-height: 26px;
    font-size: 18px;
}

.address-content {
    margin: 5px 36px 0 36px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    font-size: 12px;
    word-break: break-all;
}

.code {
    padding: 15px 0;
    border-top: 1px dashed rgba(255,255,255,0.5);
    border-bottom: 1px dashed rgba(255,255,255,0.5);
}

.code-num {
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    font-weight: bold;
}

.phone {
    margin-top: 13px;
}

.phone-num {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

@media(max-width: 1199px) {
    .column-tt {
        font-size: 18px;
    }
    .about-content {
        padding: 0 20px;
    }
    .address-content {
        margin: 5px 16px 0 16px;
    }
}

@media(max-width: 767px) {
    .mt60,
    .mt30 {
        margin-top: 20px;
    }
    .white-bg {
        padding: 15px 10px 0 10px;
    }
    .floor1,
    .floor2,
    .floor3 {
        height: auto;
        padding-bottom: 20px;
    }
    .column-tt {
        font-size: 16px;
    }
    .news-node {
        height: auto;
        padding-bottom: 10px;
    }
    .news-wrap {
        width: 100%;
    }
    .news-img,
    .guide-img,
    .school-node&gt;img,
    .iec-item,
    .iec-node {
        width: 100%;
        height: auto;
    }

    .news-img&gt;img {
        height: auto;
    }
    .guide,
    .school-node,
    .iec-node {
        margin-left: 0;
        margin: 20px 0 0 0;
        width: 100%;
    }
    .guide:first-child,
    .school-node:first-child {
        margin-top: 0;
    }
}

.footer {
    margin-top: 38px;
}</pre></body></html>