.page {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    width: 100%;
    overflow: hidden;
}

.header.bd1 {
    width: 100%;
    height: 170px;
    background: url(../images/headbg.png) top center no-repeat;
}

.header .outer1 {
    width: 100%;
    height: 170px;
}

.header .layer1 {
    width: 100%;
    height: 170px;
}

.header .main1 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dedede;
}

.header .main1 .word1 {
    float: left;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
}

.header .main1 .main2_right {
    float: right;
}

.header .main1 .main2_right div {
    display: inline-block;
}

.header .main1 .main2_right .info1 {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
}

.header .main1 .main2_right .outer2 {
    background-color: rgba(210, 210, 210, 1);
    width: 1px;
    height: 10px;
    margin: 1px 0 0 20px;
}

.header .main1 .main2_right .word2 {
    margin-left: 20px;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
}

.header .main1 .main2_right .outer3 {
    background-color: rgba(210, 210, 210, 1);
    width: 1px;
    height: 10px;
    margin: 1px 0 0 20px;
}

.header .main1 .main2_right .word3 {
    margin-left: 20px;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
}

.header .main1 .main2_right .outer4 {
    background-color: rgba(216, 216, 216, 1);
    width: 1px;
    height: 12px;
    margin-left: 10px;
}

.header .main1 .main2_right .word4 {
    margin-left: 20px;
    font-size: 14px;
    color: #666;
}

.header .main1 .main2_right .active a {
    color: #bf0101;
}

.header .main3 {
    padding: 30px 0;
}

.header .main3 .logo {
    float: left;
}

.header .main3 .search_section {
    float: right;
    margin-top: 22px;
    width: 230px;
    height: 30px;
    border: 1px solid #bf0101;
}

.header .main3 .search_section input {
    float: left;
    width: 198px;
    height: 28px;
    font-size: 14px;
    color: #666;
    background: none;
    border: 0;
}

.header .main3 .search_section button {
    float: right;
    width: 28px;
    height: 28px;
    background: #bf0101;
    border: 0;
}

.nav {
    width: 100%;
    height: 50px;
    background: #bf0101;
}

.nav>ul {
    display: table;
    height: 50px;
}

.nav>ul>li {
    position: relative;
    display: table-cell;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.nav>ul>li:first-child>a {
    padding: 0 23px;
}

.nav>ul>li>a {
    display: block;
    line-height: 50px;
}

.nav>ul>li:hover,
.nav>ul>li.active {
    background: #9b0f0f;
}

.wrap2 {
    margin-top: 20px;
    width: 100%;
    height: 400px;
}

.bd3 {
    position: relative;
    width: 800px;
    height: 400px;
    overflow: hidden;
}

.bd3 .bd li {
    position: relative;
}

.bd3 .bd li img {
    width: 100%;
    height: 400px;
}

.bd3 .bd li .bd4 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    padding-right: 100px;
    background-color: rgba(0, 0, 0, 0.4);
}

.bd3 .bd li .bd4 .outer6 {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bd3 .hd {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.bd3 .hd li {
    float: left;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 50%;
    background: #fff;
    opacity: .5;
}

.bd3 .hd li.on {
    opacity: 1;
}

.bd5 {
    width: 380px;
    height: 400px;
    background-color: rgba(250, 250, 250, 1);
}

.bd6 {
    margin: 14px 20px 0 10px;
    height: 372px;
    overflow: hidden;
}

.section_title {
    margin-bottom: 20px;
    width: 100%;
    line-height: 24px;
    overflow: hidden;
}

.section_title h6 {
    float: left;
    font-size: 18px;
    color: #333;
}

.section_title h6 img {
    margin-right: 5px;
}

.section_title .more {
    float: right;
    font-size: 14px;
    color: #999;
}

.section_title .more:hover {
    color: #bf0101;
}

.section_title .more img {
    position: relative;
    top: -1px;
    margin-left: 5px;
}

.news_list {
    margin-left: 10px;
    overflow: hidden;
}

.news_list li {
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
}

.news_list li:last-child {
    margin-bottom: 0;
}

.news_list li h6 {
    padding-left: 10px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    background: url(../images/icon7.png) left center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list li p {
    font-size: 13px;
    line-height: 21px;
}

.news_list li .item_text {
    margin-top: 6px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list li .item_time {
    color: #999;
}

.news_list li:hover h6 {
    color: #bf0101;
}

.wrap3 {
    margin-top: 20px;
    width: 1200px;
}

.bd13 {
    width: 585px;
    background-color: rgba(250, 250, 250, 1);
}

.bd13 .bd13_box {
    padding: 20px;
    overflow: hidden;
}

.bd13 .bd13_box .section_title {
    margin-bottom: 10px;
}

.news_list2 {
    width: 100%;
    overflow: hidden;
}

.news_list2 .group7 {
    padding-left: 10px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
    background: url(../images/icon7.png) left center no-repeat;
    overflow: hidden;
}

.news_list2 .group7 .word19 {
    float: left;
    display: block;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list2 .group7:hover .word19 {
    color: #bf0101;
}

.news_list2 .group7 .word20 {
    float: right;
    color: rgba(153, 153, 153, 1);
}

.wrap4 {
    margin-top: 20px;
    width: 100%;
    height: 424px;
    background-color: rgba(250, 250, 250, 1);
}

.wrap4 .wrap4_box {
    padding: 19px;
    overflow: hidden;
}

.wrap4 .wrap4_box .section_title {
    margin-bottom: 30px;
}

.wrap4 .wrap4_box .outer10 {
    width: 100%;
    height: 331px;
    overflow: hidden;
}

.group15 {
    width: 564px;
    height: 331px;
}

.news_list3 {
    width: 100%;
    overflow: hidden;
}

.news_list3 li {
    overflow: hidden;
}

.news_list3 li.news_item {
    margin-bottom: 10px;
}

.news_list3 li.news_item img {
    float: left;
    width: 167px;
    height: 100px;
}

.news_list3 li.news_item .item_cont {
    float: right;
    width: 375px;
}

.news_list3 li.news_item .item_cont h6 {
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list3 li.news_item .item_cont p {
    font-size: 14px;
    line-height: 20px;
}

.news_list3 li.news_item .item_cont .item_text {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.news_list3 li.news_item .item_cont .item_time {
    margin-top: 8px;
    color: #999;
}

.news_list3 li.news_item:hover h6 {
    color: #bf0101;
}

.news_list3 li.news_item2 {
    padding-left: 10px;
    font-size: 16px;
    color: #333;
    line-height: 37px;
    background: url(../images/icon7.png) left center no-repeat;
}

.news_list3 li.news_item2 a {
    display: block;
    float: left;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list3 li.news_item2:hover a {
    color: #bf0101;
}

.news_list3 li.news_item2 .time {
    float: right;
    color: #999;
}

.group16 {
    position: relative;
    width: 565px;
    height: 330px;
}

.group16 .bd li {
    position: relative;
}

.group16 .bd li img {
    width: 100%;
    height: 330px;
}

.group16 .bd li .block4 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    padding-right: 115px;
    background-color: rgba(0, 0, 0, 0.4);
}

.group16 .bd li .block4 .mod5 {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group16 .hd {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.group16 .hd li {
    float: left;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    font-size: 0;
    background: #fff;
    opacity: .5;
    border-radius: 50%;
}

.group16 .hd li.on {
    opacity: 1;
}

.member_section {
    width: 100%;
    overflow: hidden;
}

.member_slide .bd {
    width: 100%;
    height: 82px;
    overflow: hidden;
}

.member_slide .bd * {
    box-sizing: initial;
    box-sizing: unset;
}

.member_slide .bd li {
    float: left;
    display: table;
    margin-right: 21px;
    width: 180px;
    height: 80px;
    text-align: center;
    border: 1px solid #dedede;
}

.member_slide .bd li a {
    display: table-cell;
    vertical-align: middle;
}

.member_slide .bd li img {
    max-width: 90%;
    max-height: 75px;
}

.footer.bd18 {
    padding-top: 35px;
    padding-bottom: 15px;
    width: 100%;
    background-color: rgba(191, 1, 1, 1);
}

.footer .section6 {
    margin: 0 auto;
    width: 1200px;
}

.footer .outer19 {
    width: 1200px;
}

.footer .ImageText8 {
    margin-top: 30px;
}

.footer .pic5 {
    width: 295px;
}

.footer .TextGroup11 {
    position: relative;
    top: -12px;
    margin-left: 81px;
    width: 475px;
}

.footer .txt23 {
    display: block;
    height: 25px;
    color: rgba(255, 255, 255, 1);
    font-size: 26px;
    font-family: KaiTi;
    line-height: 24px;
}

.footer .mod9 {
    height: 46px;
    margin: 60px 0 0 44px;
}

.footer .box9 {
    width: 374px;
    height: 14px;
}

.footer .ImageText9 {
    width: 221px;
    height: 14px;
}

.footer .icon7 {
    width: 13px;
    height: 13px;
    margin-right: 10px;
    margin-top: 1px;
}

.footer .TextGroup12 {
    height: 11px;
}

.footer .word43 {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    line-height: 14px;
}

.footer .ImageText10 {
    width: 132px;
    height: 12px;
}

.footer .icon8 {
    width: 12px;
    height: 12px;
}

.footer .TextGroup13 {
    height: 11px;
}

.footer .word44 {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    line-height: 14px;
    display: block;
}

.footer .ImageText11 {
    width: 390px;
    height: 12px;
    margin-top: 20px;
}

.footer .icon9 {
    position: relative;
    top: 4px;
    width: 9px;
    height: 12px;
}

.footer .TextGroup14 {
    height: 12px;
}

.footer .txt24 {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    display: block;
    word-break: break-word !important;
}

.footer_ewmtext {
    margin-left: 140px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
}

.footer .ImageText12 {
    width: 90px;
    margin-left: 140px;
}

.footer .pic6 {
    width: 90px;
    height: 90px;
}

.footer .TextGroup15 {
    margin-top: 10px;
    text-align: center;
}

.footer .word45 {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}

.footer .ImageText13 {
    width: 90px;
    margin-left: 30px;
}

.footer .img3 {
    width: 90px;
    height: 90px;
}

.footer .TextGroup16 {
    margin-top: 10px;
}

.footer .txt25 {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-align: center;
    display: block;
}

.footer .ImageText14 {
    width: 90px;
    margin-left: 29px;
}

.footer .img4 {
    width: 90px;
    height: 90px;
}

.footer .TextGroup17 {
    margin-top: 10px;
}

.footer .info19 {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-align: center;
    display: block;
}

.footer .outer20 {
    background-color: rgba(255, 255, 255, 0.3);
    width: 1200px;
    height: 1px;
    margin: 35px 0 0 1px;
}

.footer .outer21 {
    margin-top: 21px;
    width: 1200px;
}

.footer .word46 {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    line-height: 14px;
    display: block;
}

.footer .txt26 {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    line-height: 14px;
    display: block;
}
