<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

* {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #333;
}

body,
dl,
dd,
p {
    margin: 0;
}

a {
    text-decoration: none;
    transition: all 0.3s;
}

img {
    display: block;
}

input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

textaea {
    margin: 0;
    padding: 0;
    outline: none;
}

h1,
h2,
h3 {
    font-weight: normal;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.clearfix {
    clear: both;
}


/*header*/

.header {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.header .logo {
    float: left;
    margin-top: 2px;
}

.header .right {
    float: right;
    line-height: 50px;
    text-align: right;
}

.header .right a {
    font-size: 14px;
    transition: all 0.4s;
}

.header .right a:hover {
    color: #136ec9;
}

.bigimg {
    width: 600px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
    border: 10px solid #fff;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 98;
    transition: all 1s;
    display: none
}

.bigbox {
    max-width: 1100px;
    height: 960px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ededed;
    margin: 30px auto;
    border-radius: 10px;
    padding: 10px;
}

.bigbox&gt;.imgbox {
    margin: 30px 11px 10px 11px;
}

.bigbox&gt;.imgbox&gt;img {
    width: 253px;
}

.imgbox:hover {
    cursor: zoom-in
}

.mask:hover {
    cursor: zoom-out
}

.mask&gt;img {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
}

.mask&gt;img:hover {
    cursor: pointer
}

#more {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#more a {
    color: #06F;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    line-height: 30px;
    transition: all 0.5s;
}


/*banner*/

.banner {
    width: 100%;
    height: 600px;
    background-image: url(http://www.100ec.cn/zt/upload_data/kx/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.banner_con {
    width: 680px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -450px;
}

.banner_con h1 {
    font-size: 62px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
    text-shadow: 5px 2px 6px #000;
}

.banner_text {
    background-color: rgba(1, 24, 65, 0.75);
    padding: 20px;
    margin-top: 30px;
}

.banner_text p {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}

.pc_box {
    max-width: 1000px;
    margin: auto;
}


/*左边*/

.pc_l {
    width: 74%;
    float: left;
    margin-top: 30px;
}

.pc_l h1 {
    font-size: 20px;
    font-weight: bold;
    color: #111;
    border-bottom: #136ec9 solid 1px;
    padding-bottom: 5px;
}

.pc_list li {
    border-bottom: #ccc solid 1px;
    padding: 30px 5px 10px 5px;
}

.pc_list li a {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc_list li p {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #9f9f9f;
    margin-top: 10px;
}

.pc_list li:hover {
    border-bottom: #3782e7 solid 1px;
}

.pc_list li:hover a {
    color: #3782e7;
}

.pc_more a {
    width: 100%;
    height: 38px;
    border: solid 1px #3782e7;
    text-align: center;
    line-height: 38px;
    color: #3782e7;
    display: inline-block;
    margin-top: 20px;
}

.pc_more:hover a {
    background: #3782e7;
    color: #fff;
}


/*右边*/

.pc_r {
    width: 22%;
    float: right;
}

.pc_title {
    padding-bottom: 5px;
    border-bottom: #ccc solid 1px;
    margin: 30px 0 5px 0;
}

.pc_title img {
    width: 24px;
    height: 24px;
    float: left;
}

.pc_title h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    float: left;
    margin-left: 5px;
}

.pc_label li {
    width: 46%;
    float: left;
    margin: 1%;
    text-align: center;
    line-height: 30px;
    border: solid 2px #ccc;
    cursor: pointer;
    transition: all 0.3s;
}

.pc_label li:hover {
    color: #3782e7;
    border: #3782e7 solid 2px;
}

.pc_logo a {
    width: 46%;
    float: left;
    margin: 2%;
    border-radius: 5px;
    overflow: hidden;
    background: #000;
}

.pc_logo a img {
    width: 100%;
    transition: all 0.3s;
}

.pc_logo a:hover img {
    opacity: 0.75;
}

.pc_logo p a {
    width: 100%;
    background: #fff;
    color: #03F;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.pc_logo p a:hover {
    color: #00F;
}

.pc_label2 li {
    width: 99%;
    float: left;
    margin: 1%;
    text-align: center;
    line-height: 30px;
    border: solid 2px #ccc;
    cursor: pointer;
    transition: all 0.3s;
}

.pc_label2 li:hover {
    color: #3782e7;
    border: #3782e7 solid 2px;
}

@media(max-width:1000px) {
    * {
        font-size: 12px;
    }
    .banner_con {
        width: 92%;
        margin: auto;
        position: initial;
    }
    .banner_con h1 {
        font-size: 42px;
        text-align: center;
        margin-left: 0;
        line-height: 70px;
    }
    .banner_text p {
        font-size: 14px;
    }
    .pc_l,
    .pc_r {
        width: 96%;
        margin: auto;
        float: none;
    }
    .pc_title {
        margin-top: 10px;
    }
    .pc_title p {
        font-size: 14px;
    }
    .pc_list li {
        padding: 15px 5px 5px 5px;
    }
    .pc_list li a {
        width: 100%;
        font-size: 14px;
    }
    .pc_list li p {
        float: none;
        font-size: 12px;
        text-align: right;
        margin: 0;
    }
    .pc_logo a {
        width: 21%;
    }
}</pre></body></html>