@charset "utf-8";

/* CSS Document */

img,
button {
    border: none;
    vertical-align: middle;
}

*html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

ul,
ol,
li {
    list-style: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

input,
textarea,
button,
select {
    outline: none;
    vertical-align: middle;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
}

input:focus,
textarea:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    font-family: "Microsoft Yahei";
    color: #333;
    min-width: 1200px;
    background-color: #fefefe;
    font-size: 14px;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
}

img,
p,
table,
td,
th,
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
li,
label {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:active,
a:focus {
    outline: none;
}

.text-one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
}


/* 顶部 */

.topbox {
    width: 1100px;
    justify-content: space-between;
    margin: auto;
}

.topbox .name {
    font-size: 28px;
    float: left;
    line-height: 86px;
}

.topbox .call {
    float: right;
}

.topbox .call h2 {
    font-size: 20px;
    color: #2271ac;
    float: right;
    line-height: 86px;
}

.topbox .call img {
    width: 18px;
    margin-top: 36px;
    margin-right: 5px;
}


/* 首页 */

.banner {
    position: relative;
    max-width: 100%;
    height: 100%; 
    overflow: hidden;
}

.banner .swiper-slide {
    height: 564px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    cursor: pointer;
}

.banner .swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38%;
    min-width: 500px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 24px;
    padding: 15px 15px 15px 30px;
    line-height: 40px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}

.s-banner .swiper-slide {
    height: 480px;
}

.banner .swiper-slide img {
    width: 100%;
}

.notice {
    background-color: #eaf6fd;
}

.notice-show {
    background-color: #fff;
    padding: 0px 9px 0px 0px;
    height: 300px;
    overflow: hidden;
}

.notice-list {
    float: left;
    width: 574px;
}

.notice-nav {
    font-size: 16px;
    color: #333333;
}

.notice-nav span {
    margin-right: 50px;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding: 0 13px;
    cursor: pointer;
    font-weight: bold;
}

.notice-nav span.on {
    border-bottom: 2px solid #009944;
    color: #00a2e9;
}

.notice-list ul {
    display: none;
}

.notice-list ul li {
    font-size: 14px;
    margin-top: 5px;
    background: url(../images/list-icon.png) left center no-repeat;
    padding-left: 10px;
    line-height: 21px;
}

.notice-list ul li:hover a {
    text-decoration: underline;
    cursor: pointer;
}

.notice-list ul li a {
    color: #333;
    width: 480px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.notice-list ul li span {
    float: right;
    color: #666666;
}

.notice-img {
    float: right;
    width: 500px;
    margin-top: 14px;
}

.notice-img img {
    width: 485px;
    height: 247px;
    margin-left: 10px;
    object-fit: cover;
}

.notice-img p {
    margin-top: 4px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-left: 9px;
}

.eco-img {
    display: block;
    border-bottom: 10px solid #009944;
}

.eco-show {
    margin-top: 30px;
}

.eco-imgs .swiper-container {
    height: 446px;
}

.eco-imgs {
    float: left;
    width: 810px;
    position: relative;
    height: 446px;
    overflow: hidden;
}

.eco-imgs .swiper-slide {
    position: relative;
    width: 810px;
    height: 446px !important;
}


/* 页面转移 */

.main {
    background: RGBA(255, 255, 255, 0.8);
}

.notice-list a:hover {
    text-decoration: none;
    color: #45c576;
}

iframe {
    border-width: 0;
}

.scrollbox li {
    width: 1095px !important
}

.lunbo {
    display: flex;
}

.lunbo p {
    width: 30px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    margin-top: 50px;
}

.lunbo p img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.main {
    width: 1154px;
    padding-bottom: 30px;
    padding: 0px 10px 20px 10px;
}

.container {
    padding-left: 0px;
    width: 1149px;
}

.notice-list {
    width: 600px;
}

.kisja {
    width: 1127px;
    margin-top: 19px;
}

.shifan {
    width: 1154px;
    padding-bottom: 30px;
    padding: 0px 10px 20px 10px;
    overflow: hidden;
}

.text-one {
    width: 80%;
    float: left;
}

.ghbox {
    width: 1154px;
    padding-bottom: 30px;
    padding: 0px 10px 20px 10px;
    overflow: hidden;
}