body{
    background: #f5f5f5;
    min-width: 1200px;
}
.top{
    background: url("../images/top_bg.png") repeat-x;
    height: 39px;
}
.top .main{
    width: 1200px;
    margin: 0 auto;
    height: 39px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #9b9b9b;
    font-size: 12px;
}
.top .friendLink a{
    color: #9b9b9b;
    font-size: 12px;
}
.top .friendLink a:hover{
    text-decoration: underline;
}

.container{
    width: 1200px;
    margin: 30px auto;
}

.ban{
    /*max-width: 1200px;*/
    margin: 0 auto;
}
.navigation{
    /*width: 1200px;*/
    margin: 0 auto;
}
/*工作动态*/
.gzdt_news {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    background: #fff;
}
.gzdt_news .left-section {
    width: 525px;
    position: relative;
}

.gzdt_news .left-section img {
    width: 100%;
    height: auto;
}

.gzdt_news .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    /*text-align: center;*/
    padding: 10px;
    font-size: 14px;
}

.gzdt_news .pagination {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    gap: 5px;
}

.gzdt_news .page {
    background: #ccc;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
}

.gzdt_news .page.active {
    background: #f00;
    color: white;
}

.gzdt_news .right-section {
    width: 610px;
    height: 43px;
    background-color: #e3e3e3;
}

.gzdt_news .right-section header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    height: 43px;
    overflow: hidden;
}

/*.gzdt_news .right-section h2 {*/
/*    margin: 0;*/
/*    background: url("../images/right_section_title.png") repeat-x;*/
/*    background-size: 100% 100%;*/
/*    line-height: 43px;*/
/*    color: #fff;*/
/*    padding: 0 35px;*/
/*}*/
/*.gzdt_news .right-section {*/
/*    width: 610px;*/
/*    background-color: #e3e3e3;*/
/*    padding: 10px;*/
/*}*/
.gzdt_news .tab-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
}
.gzdt_news .tab-button {
    background: none;
    border: none;
    cursor: pointer;
    line-height: 43px;
    margin: 0;
    padding: 0 35px;
    color: #333;
}
.gzdt_news .tab-button.active {

    background: url("../images/right_section_title.png") repeat-x;
    background-size: 100% 100%;
    color: #fff;

}
.gzdt_news .tab-content {
    display: block;
}
.gzdt_news .tab-content.hidden {
    display: none;
}
.gzdt_news .more-link {
    color: #999;
    text-decoration: none;
    display: block;
    font-size: 12px;
    line-height: 43px;
    width: 80px;
    text-align: right;
    padding-right: 10px;
    background-color: #f6f6f6;
}


.gzdt_news .news-list {
    list-style-type: none;
    padding: 0;
}

.gzdt_news .news-list li {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gzdt_news .news-list a {
    color: #636363;
    text-decoration: none;
}
.gzdt_news .news-list a:hover {
    color: #981c22;
    text-decoration: underline;
}
.gzdt_news .news-list a::before {
    content: ">";
    margin-right: 5px;
    display: inline-block; /* 使元素为行内块级元素 */
    transform: scaleX(0.5);
}
.gzdt_news .date {
    color: #999;
    font-size: 12px;
}

.advertising01{
    width: 1200px;
    margin: 0 auto;
}
.Information{
    width: 1200px;
    display: flex;
    margin: 30px auto;
}
.Information .container1 {
    /*width: 100%;*/
    /*max-width: 1200px;*/
    width: 845px;
    /*margin: 30px 0;*/
    margin-right: 20px;
    /*padding: 20px;*/
    background-color: white;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}
.Information .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
    /*border-bottom: 2px solid #d62828;*/
    /*padding: 10px 20px;*/
    background: url("../images/title_bg_2.png");
    background-size: 100% 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #e1e1e1;
    border-bottom: none;
}
.Information .header h1 {
    margin: 0;
    color: #cb1d1f;
    font-size: 17px;
    font-weight: bold;
    display: block;
    width: 260px;
}
.Information .header a {
    text-decoration: none;
    color: #333;
}
.Information .content {
    display: flex;
    gap: 20px;
    padding: 20px;
}
.Information .section {
    flex: 1;
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    /*padding: 20px;*/
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
}

.Information .section-title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 2px #ca1c1d;
}
.Information .section-title .title{
    background-color: #ca1c1d;
    color: white;
    padding: 10px 20px;

    border-radius: 10px 10px 0 0;
}
.Information .section-title .more-link{
    color: #999;
    text-decoration: none;
    display: block;
    font-size: 12px;
    /*line-height: 43px;*/
    width: 80px;
    text-align: right;
    /*padding-right: 10px;*/
    /*background-color: #f6f6f6;*/
}
.more-link::before {
    content: ">>";
    display: inline-block; /* 使元素为行内块级元素 */
    transform: scaleX(0.5);
}
.Information .section-title .more-link:hover,.more-link:hover {
    color: #981c22;
}
/*.Information .section-title a {*/
/*    color: white;*/
/*    text-decoration: none;*/
/*}*/
.Information .section ul {
    border: 1px solid #ddd;
    list-style-type: none;
    padding: 0;
}
.Information .section li {
    background-color: #f9f9f9;
    padding: 10px;
    /*margin-bottom: 5px;*/
    /*border-radius: 5px;*/
    font-size: 14px;
    line-height: 30px;

}
.Information .section li a {
    color: #666;
    text-decoration: none;
}
.Information .section li a:hover {
    color: #981c22;
}
.Information .section li:nth-child(even) {
    background-color: #ebebeb;
}
.Information .sidebar {
    width: 295px;
    background-color: #cddef1;
    padding: 20px;
    /* border: 1px solid #ddd; */
    box-shadow: 0 0 8px rgb(0 0 0 / 37%);
    border-radius: 5px;
}
.Information .sidebar-item {
    /*background-color: #fff;*/
    /*padding: 10px;*/
    margin-bottom: 14px;
    border-radius: 5px;
    overflow: hidden;
    /*text-align: center;*/
}
.Information .sidebar-item:hover{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.Information .sidebar-item:nth-child(1){
    border:1px solid #94add5;
}
.Information .sidebar-item:nth-child(2){
    border:1px solid #d0a364;
}
.Information .sidebar-item:nth-child(3){
    border:1px solid #e7b1ae;
}
.Information .sidebar-item:nth-child(4){
    border:1px solid #6fc57b;
}
.Information .sidebar-item:last-child {
    margin-bottom: 0;
}
.Information .sidebar-item a {
    text-decoration: none;
    color: #333;
}
.Information .sidebar-item img{
    width: 100%;
}


.videoList {
    margin-bottom: 30px;
}
.videoList .container {
    width: 1200px;
    margin: 0 auto;
    /*padding: 20px;*/
    background-color: white;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    display: flex;
}
.videoList .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ca1c1d;
    /*border-bottom: 2px solid #d62828;*/
    padding: 0px 20px;
    height: 180px;
    width: 26px;
}
.videoList .header h1 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}
.videoList .content {
    display: flex;
    gap: 20px;
    margin: 20px;
}
.videoList .section {
    flex: 1;
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    /*padding: 20px;*/
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
}
.videoList .section img {
    width: 260px;
    height: 160px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.videoList .section p {
    margin: 0;
    /*text-align: center;*/
}

.showroom{
    width: 1200px;
    margin: 0 auto;
}

.showroomIframe{
    width: 1200px;
    height: 250px;
    margin: 0 auto;
    margin-bottom: 50px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.showroomIframe .title-left{
    height: 250px;
}
.showroomIframe .title-left img{
    height: 100%;
}
.showroomIframe .iframe-right{
    margin-right: 10px;
}

.logo_s {
    width: 338px;
    height: 101px;
    float: right;
    margin-top: 20px;
}
.logo_dz li {
    float: left;
}

.logo_dz {
    width: 222px;
    height: 30px;
    float: right;
}
.logo_main{
    display: flex;
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding-left: 10px;
    background-color: #fff;
    box-sizing: border-box;
}


.search-box {
    display: flex;
    vertical-align: middle;
    margin-left: 20px;
    padding: 55px 10px;
}

#search-input {
    width: 200px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#search-button {
    width: 55px;
    padding: 5px;
    border: none;
    background-color: #981c22;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

#search-button:hover {
    background-color: #b22222;
}





