.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 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 0;
    overflow: hidden;
}

.bd13 .bd13_box .section_title {
    padding: 0 30px;
    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);
}

.adve_slide2 {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.adve_slide2 .bd li img {
    width: 100%;
    height: 90px;
}

.adve_slide2 .hd {
    position: absolute;
    right: 18px;
    bottom: 10px;
}

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

.adve_slide2 .hd li.on {
    background: #bf0101;
}

.video_slide {
    padding: 0 30px;
    position: relative;
    overflow: hidden;
}

.video_slide .bd {
    overflow: hidden;
}

.video_slide .bd li {
    float: left;
    margin-right: 13px;
    width: 167px;
}

.video_slide .bd li .img_box {
    position: relative;
    margin-bottom: 5px;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.video_slide .bd li .img_box .video_img {
    width: 100%;
    height: 100px;
}

.video_slide .bd li .img_box .cover_section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.video_slide .bd li .img_box .cover_section img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.video_slide .bd li p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video_slide .bd li:hover p {
    color: #bf0101;
}

.video_slide .hd {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.video_slide .hd ul {
    display: table;
    margin: 0 auto;
}

.video_slide .hd li {
    float: left;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(153, 153, 153, .5);
}

.video_slide .hd li.on {
    background: #bf0101;
}

.video_slide .prev,
.video_slide .next {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    margin-top: 47px;
    width: 8px;
    height: 18px;
}

.video_slide .prev {
    left: 10px;
    background: url(../images/icon13.png) no-repeat;
}

.video_slide .next {
    right: 10px;
    background: url(../images/icon14.png) no-repeat;
}

.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: 33px 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;
}

.footer .ImageText12 {
    width: 90px;
    height: 112px;
    margin-left: 150px;
}

.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;
    height: 112px;
    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;
    height: 112px;
    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;
}

