* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 24px !important;

}

body {
    width: 100%;
    height: 100%;
    background: #3c4e58;
    background-size: 100% 100%;
    background-position: center center;
    overflow: auto;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    font-family: "微软雅黑";
    

}

.header {
    height: 100px;
    background: #b6ccd9;

}

.container {
    display: flex;
    align-items: center;
    width: 1000px;
    padding: 10px 0px 0px 10%;
}

.container .logo {
    margin-right: 8%;
}

.container .list {
    display: flex;
    list-style: none;
    padding: 0;
}

.container .list li {
    margin-right: 10px;
    margin-left: 10px;
    width: 100px;

}

.container .list li a {
    color: white;
    font-size: 16px;
    text-decoration: none;
    padding-bottom: 5px;

}


.container a:hover {
    color: orange !important;

}



.container a.active {
    border-bottom: 2px solid orange;
    transition: border-bottom 0.2s ease-in-out;
}

.introduce {
    background-image: url("../images/banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;


}

.introduce img {
    display: block;
    margin: 0 auto;
}

.eleimg {
    float: left;
    display: block;
    padding-top: 50px;
}

.banner {
    height: 520px;
}

.main_com {
    width: 1000px;
    margin: 0 auto;
    margin-top: 30px;

}

.main_com_left {
    font-size: 14px;
    color: #b6ccd9;
    width: 500px;
    padding-left: 100px;
    float: left;
}


/* Copy the CSS from .main_com_left and paste it here to make .main_com_right the same */
.main_com_right {
    font-size: 14px;
    color: #b6ccd9;
    width: 500px;
    padding-left: 50px;
    float: left;
    border-left: 1px solid #dedede;
}

.date {


}

.date h1 {
    font-size: 24pt;
    color: orange;
    text-align: center;
}

.date h2 {
    color: #b6ccd9;
    font-size: 14px;

    text-align: center;
}

.date .description {
 
    height: 1550px;
    background-image: url('../images/bg_sence02.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 821px;
    padding-top: 80px;


}
/* Clearfix code to clear floats */ 

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.font-color-org{
    color: #f3971c;
}
.text-center{
    text-align: center;
}
.text-bold{
    font-weight: bold;
}
.table-padding tr td{
    padding: 17px;
    border: 1px solid #fff;
    color: #ffffff;
    font-size: 16px;
}
.one_col{
    width: 25%;
    text-align: center;
}
.two_col{
    width: 75%;

}

.dhjs {
    margin-top: 50px;
    height: 650px;
    margin-bottom: 50px;


}

.dhjs h1 {
    font-size: 24pt;
    color: orange;
    text-align: center;
}

.dhjs h2 {
    color: #b6ccd9;
    font-size: 14px;

    text-align: center;
}

.dhjs .description {
    height: 604px;
    background-image: url('../images/bg_sence01.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 821px;
    color: #ffffff;
    font-size: 12px;

}

.history {
    margin-top: 50px;
    height: 470px;
    margin-bottom: 50px;


}

.history h1 {
    font-size: 24pt;
    color: orange;
    text-align: center;
}

.history h2 {
    color: #b6ccd9;
    font-size: 14px;

    text-align: center;
}

.history .description {
    height: 434px;
    background-image: url('../images/bg_sence03.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 821px;
    color: #ffffff;
    font-size: 12px;
    padding-top: 90px;

}
.sign {
    margin-top: 50px;
    height: 460px;
    margin-bottom: 50px;


}

.sign h1 {
    font-size: 24pt;
    color: orange;
    text-align: center;
}

.sign h2 {
    color: #b6ccd9;
    font-size: 14px;

    text-align: center;
}

.sign .description {
    height: 434px;
    background-image: url('../images/bg_sence04.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 821px;
    color: #ffffff;
    font-size: 12px;

}

.bg-dian-left {
    position: absolute;
    top: 700px;
    left: 0;
    background-image: url('../images/bg_dian_left.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.bg-dian-left02 {
    position: absolute;
    top: 2800px;
    left: 0;
    background-image: url('../images/bg_dian_left.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.bg-dian-right {
    position: absolute;
    top: 950px;
    background-image: url('../images/bg_dian_right.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.bg-dian-right02 {
    position: absolute;
    top: 3774px;
    background-image: url('../images/bg_dian_ele.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 45%;
    height: 560px;
    width: 100%;
    z-index: -1;
}
.image-container img{
    width: 240px;
    padding: 4px;
}
.image-container:hover {
    cursor: pointer;
}
.image-row{
    float: left;

}
.image-container{
    float: left;
}
.image-row a{
    display: block;

    

}
.image-row a:hover {
    cursor: pointer;
   
}

@media screen and (max-width: 1000px) {
  body {
    min-width: 1000px;
  }
} 

