/********** CSS **********/


@media screen and (max-width:767px) {

    /* inner-banner */
    .carousel-item{
        height: 18.75rem;
    }

    .carousel-item img {
        /* width:  */
        height: 100%;
        object-fit: cover;
    }

   

}

.navbar .navbar-nav .shouye-link{
    color: var(--primary)!important;
}


.nav-link.shouye-link {
        border-top: 2px solid var(--primary);
    }
/*** About ***/
.about-img {
    position: relative;
    overflow: hidden;
}

.about-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/Home/Tpl/Default/img/bg-about-img.png) top left no-repeat;
    background-size: contain;
}

/*** Service ***/
.service-item {
    position: relative;
    padding: 45px 30px;
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    color: var(--primary);
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-icon {
    background: #FFFFFF;
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF;
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: var(--primary);
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: var(--light);
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}

/*** Feature ***/
.feature {
    background: url(/Home/Tpl/Default/img/bg-hero.png) center center no-repeat;
    background-size: cover;
}

/*** Newsletter ***/
.newsletter {
    background: url(/Home/Tpl/Default/img/bg-hero.png) center center no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .newsletter .container {
        max-width: 100% !important;
    }

    .newsletter .newsletter-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .newsletter .newsletter-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .newsletter .newsletter-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

/*** Case Study ***/
.case-item img {
    transition: .5s;
}

.case-item:hover img {
    transform: scale(1.2);
}

.case-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(20, 24, 62, 0), var(--dark));
    z-index: 1;
}

.case-overlay small {
    display: inline-block;
    padding: 3px 15px;
    color: #FFFFFF;
    background: rgba(20, 24, 62, .7);
    border-radius: 25px;
    margin-bottom: 15px;
}

.case-overlay span.btn:hover {
    color: var(--primary);
    background: #FFFFFF;
    border-color: #FFFFFF;
}

/*** FAQs ***/
.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion .accordion-button {
    background: var(--light);
    border-radius: 2px;
}

.accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
    padding: 15px 0 0 0;
}

/*** Testimonial ***/
.testimonial-carousel {
    position: relative;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 40px;
    height: 100%;
    top: calc(50% - 50px);
    left: -21px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 5px 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 40px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    margin-left: 3rem;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

/*** Team ***/
.team-item {
    transition: .5s;
    border: 1px solid transparent;
    transition: .5s;
}

.team-item:hover {
    border-color: var(--primary);
}


.erweima{
    display: flex;
    align-items: center;
}

.erweima span:nth-child(1){
    display: block;
line-height: 24px;
height: 50px;
padding-right: 20px;
}
@media (max-width: 762px) {
    .erweima{
        display: flex;
        flex-direction: column;
    }
    .erweima span:nth-child(1){
        text-align: center;
        padding-right: 0;
    }
}


/*index start*/
.typearea {
    padding: 0px 17.5%;
    width: 100%;
}

.slider {
    width: 100%;
    /*height: 600px;*/
    margin-top: 90px;
}

.slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #8d1c27 !important;
}

.slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .8;
}


.introone_show {
    /* display: none; */
}

.plate .swiper-slide {
    margin-right: 0 !important;
}

.headline {
    display: flex;
    width: 100%;
    text-align: center;
    margin: 0px auto 50px auto;
}

.headline_title {
    width: 28%;
    margin: auto;
}

.headline_line {
    width: 36%;
    background-color: #999999;
    height: 1px;
    margin: auto;
}

.headline_linesm {
    width: 30px;
    height: 1px;
    background-color: #999999;
    margin: auto;
}

.title_up {
    font-family: 'MicrosoftYaHei';
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 0px;
}

.title_down {
    font-family: ArialMT;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 10px;
}

.index_news {
    width: 100%;
    margin-bottom: 100px;
}

.index_newstext {
    width: 100%;
    /* background-color: #f3f3f3; */
    padding: 15px;
}
.index_newstext .button{
    margin: auto;
}
.index_newstextsm {
    padding: 10px !important;
}
.index_newstextsm .date{
    font-size: 14px;
    color: #808080;
    line-height: 25px;
}

.index_newstextsm_img {
    width: 100%;
    height: 100%;
}

.index_newsbgbox {
    position: relative;
}

.index_newstextone {
    font-family: 'MicrosoftYaHei';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333333;
    margin: 15px 0;
    padding: 0 0px;
    overflow: hidden;
    /*文本溢出隐藏*/
    text-overflow: ellipsis;
    /*省略号显示*/
    white-space: nowrap;

    /*强制在一行内显示*/
}

.index_newstextsm a {
    text-decoration: none;
}

.index_newstexttwo {
    font-family: 'MicrosoftYaHei';
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #666666;
    padding: 0 0px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #808080;
    line-height: 25px;
}
.index_newstexttwo:hover{
    color: var(--primary);
    /* 鼠标经由变小手 */
    cursor:pointer;
}

.index_newstextsm {
    /* padding-right: 15px !important; */
}

.floating {
    border: 1px solid #ddd;
    position: fixed;
    right: 0px;
    top: 45%;
    z-index: 2000;
    width: 40px;
    height: 130px;
    background-color: #8d1c27;
    border-radius: 5px 0px 0px 5px;
    padding: 5px 5px 0 5px;
    text-align: center;
}

.floating p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 10px;
}

/* index  end*/
/*about start*/
.common_banner {
    margin-top: 90PX;
    width: 100%;
}

.common_title {
    width: 100%;
    height: 100px;
    background-color: #f3f3f3;
    display: flex;
}

.common_titleleft {
    display: flex;
    margin: 0;
}

.common_titleright {
    margin: 0px 0 0 auto;
    display: flex;
}

.common_titleleft li,
.common_titleright li {
    font-family: 'MicrosoftYaHei';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
    margin: auto;
}

.common_titleright a {
    font-family: 'MicrosoftYaHei';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
    cursor: pointer;
    margin-left: 20px;
}

.common_titleright a:focus,
.common_titleright a:active,
.common_titleright a:hover {
    font-family: 'MicrosoftYaHei';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #a81423;
}

.group {
    width: 100%;
    padding-top: 50px;
    margin-bottom: 100px;
}

.group_left,
.group_right {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.group_right {
    padding-left: 30px !important;
}

.group_left img {
    width: 100%;
}

.group_title {
    font-family: 'MicrosoftYaHei';
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 30px;
}

.group_text {
    font-family: 'MicrosoftYaHei';
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
    margin-bottom: 20px;
}

.group_titleone {
    font-family: 'Arial-BoldItalicMT' !important;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 0;
    opacity: 0.8;
}

.group_titletwo {
    margin-bottom: 10px;
}

.common_tilieone {
    width: 100%;
    padding-top: 50px;
    text-align: center;
}

.layout_textbox {
    width: 80%;
    margin: 40px auto 100px auto;
}

.layout_textone {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 2px;
    color: #a81422;
    display: inline-block;
    margin-bottom: 20px;
}

.layout_texttwo {
    font-family: ArialMT;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #999999;
    display: inline-block;
    margin-bottom: 20px;
}

.layout_textthree {
    font-family: AdobeHeitiStd-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666666;
    margin-bottom: 0px;
}

.layout_text {
    margin-bottom: 40px;
}

.progresstext p {
    width: 90%;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
    margin: auto auto 20px auto;
}

.group .gallery-top {
    margin-bottom: 10px;
}

.group .swiper-slide-thumb-active {
    border: solid 2px #8d1c27;
}

.progress_text {
    margin: 50px auto auto;
}

.progress_text .timeline .timeline-item>.timeline-point {
    color: #888888;
    background: #fff;
    right: -20px;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-left: 12px;
    margin-right: 12px;
    position: absolute;
    z-index: 100;
    border-width: 3px;
    border-style: solid;
    border-radius: 100%;
    line-height: 13px;
    text-align: center;
    top: 15px;
}

.progress_text .timeline-heading h4 {
    font-family: SourceHanSansCN-Light;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #a81423 !important;
}

.progress_text .timeline-body p {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666666;
}

.progress_text .timeline_left {
    text-align: right;
}

/* about  end*/
/*exhibition start*/
.exhibitiontext p {
    width: 80%;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    margin: auto auto 100px auto;
    /*text-align: center;*/
}

.exhibitionbox {
    width: 100%;
    margin: 100px 0 60px 0;
}

.exhibitionbox_title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #a81422;
    margin-bottom: 15px;
}

.exhibitionbox_textbox {
    padding-left: 0 !important;
    padding-right: 10px !important;
    margin-bottom: 40px;
}

.exhibitionbox_text {
    padding: 15px;
}

.exhibitionbox_textone {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 10px;
}

.exhibition_details {
    margin-top: 50px;
}

.exhibition_detailsone {
    width: 100%;
    margin-top: 100px;
}

.details_title {
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 2px;
    color: #333333;
    text-align: center;
    margin-bottom: 25px;
}

.details_title::after {
    content: "";
    height: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    display: block;
    position: relative;
    bottom: -10px;
    left: 0px;
    max-width: 20%;
    margin: auto;
    color: #a81423;
}

.details_text {
    width: 80%;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
    margin: auto;
}

.details_down {
    height: 200px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 20px;
}

.details_downsm {
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    display: flex;
    padding: 20px;
}

.details_downbox {
    margin-top: 60px;
}

.details_downleft {
    width: 35%;
    margin: auto;
    text-align: center;
}

.details_downright {
    width: 65%;
    margin: 15px auto auto auto;
}

.details_downtitle {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 15px;
}

.details_downtext {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 0;
}

.exhibition_detailstwo {
    width: 100%;
    margin: 50px auto 100px;
}

.exhibition_detailstwo img {
    margin: 0;
    width: 100%;
}

.exhibition_detailstwo .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.exhibition_detailstwo .swiper-pagination-bullet {
    border: solid 1px #ffffff;
    background: #FFFFFF;
}

.exhibition_detailstwo .swiper-container {
    width: 100%;
    height: 100%;
}

.exhibition_detailstwo .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.exhibition_detailstwo .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.exhibition_detailstwo .swiper-pagination-fraction {
    bottom: 0 !important;
}

.exhibition_detailsdown {
    margin: 50px auto;
}

.exhibition_detailsdown i {
    color: #FFFFFF;
    font-size: 50px;
}

.exhibition_detailsdown .swiper-button-next,
.exhibition_detailsdown .swiper-button-prev {
    position: absolute;
    top: 50%;
    /* width: 27px; */
    height: 44px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.exhibition_detailsdown .swiper-button-prev {
    left: 15%;
    right: auto;
}

.exhibition_detailsdown .swiper-button-next {
    right: 15%;
    left: auto;
}

/* exhibition  end*/
/*News start*/
.News {
    width: 100%;
    background-color: #f3f3f3;
}

.Newsbox {
    width: 100%;
    background-color: #FFFFFF;
    padding: 20px;
}

.Newsone {
    margin-top: 20px;
}

.News_title {
    font-family: Arial-BoldItalicMT;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 2px;
    color: #666666;
    opacity: 0.15;
    margin-bottom: 5px;
}

.News_text {
    font-family: MicrosoftYaHei;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 2px;
    color: #333333;
}

.Newstwo {
    height: 275px;
    margin: 40px auto 20px auto;
}

.Newstwo::after {
    content: "";
    height: 1.5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: relative;
    bottom: -20px;
    left: 0px;
    width: 100%;
}

.Newsthreesm {
    padding: 40px 40px 20px 20px;
}

.Newsthreebox {
    margin-bottom: 20px;
}

.Newsthreebox::after {
    content: "";
    height: 1.5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: relative;
    bottom: -20px;
    left: 0px;
    width: 100%;
}

.Newstwo_left {
    height: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.Newstwo_left img {
    width: 100%;
    height: 100%;
}

.Newstwo_right {
    height: 100%;
    padding: 20px 20px 40px 20px;
    background-color: #f3f3f3;
}

.Newsthree_leftbox {
    float: right;
}

.Newstwo_rightone {
    display: flex;
    margin: auto auto 15px auto;
}

.Newstwo_righttext {
    font-family: PingFang-SC-Bold;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 2px;
    color: #999999;
    margin: auto 0;
}

.Newstwo_righttextone {
    margin: 0;
}

.Newstwo_righttextone p {
    font-family: ArialMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #999999;
    margin-bottom: 0px;
}

.News_textone {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 10px;
}

.News_texttwo {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 1px;
    color: #999999;
    margin-bottom: 10px;
}

.News_more {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 1px;
    color: #999999;
    float: right;
}

.Newsthree_leftone {
    font-family: Arial-BoldItalicMT;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 2px;
    color: #666666;
}

.Newsthree_lefttwo {
    font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 2px;
    color: #666666;
    margin-bottom: 0px;
}

.News_more:hover,
.News_textone:hover {
    color: #a81423;
    cursor: pointer;
}

.News_details {
    width: 100%;
    text-align: center;
    margin: 20px auto;
}

.News_detailstitle::after {
    content: "";
    height: 1.5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.News_detailstitleone {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 10px;
}

.News_detailstitletwo {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 15px;
}

.News_detailstext {
    width: 80%;
    margin: 40px auto;
}

.News_detailstext p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 1px;
    color: #999999;
    margin-bottom: 20px;
    text-indent: 35px;
    text-align: left;
}

.News_detailstext img {
    margin: 20px auto 40px;
}

.News_detailstextbox::after {
    content: "";
    height: 1.5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.News_detailsone {
    width: 80%;
    display: flex;
    margin: 20px auto 50px;
}

.News_detailsone a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 1px;
    color: #999999;
    margin: auto auto auto 0;
}

.News_detailsone a:hover {
    color: #a81423;
}

.News_detailsone button {
    width: 100px;
    height: 38px;
    background-color: #a81422;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    margin: auto 0 auto auto;
    border: none;
}

/* News  end*/
/*property start*/
.brieftext p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666666;
    margin-bottom: 20px;
    text-indent: 35px;
}

.brieftext iframe {
    width: 100%;
}

.briefbox {
    width: 100%;
    background: url("/Home/Tpl/Default/img/briefbg.jpg") no-repeat;
    background-size: 100% 700px;
    margin-top: 50px;
}

.briefbox_up {
    padding: 60px 0;
    display: flex;
}

.briefbox_uptwo {
    background-color: #ffffff;
    padding: 60px 20px;
}

.briefbox_upthree {
    background-color: #ff505e;
}

.briefbox_upthree p {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 100px;
    letter-spacing: 1px;
    color: #ffffff;
    margin: auto;
}

.briefbox_upone {
    margin-right: 120px;
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.briefbox_upone:last-child {
    margin-right: 0px;
}

.briefbox_down {
    width: 100%;
    background-color: #f7f7f7;
    padding: 20px;
    margin: 20px auto 100px;
}

.indexA_leftContent {
    padding-left: 0 !important;
}

.indexA_rightContent {
    padding-right: 0 !important;
    margin-top: 30px;
}

.indexA_rightBtn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.indexA_rightContent h2 {
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 2px;
    color: #333333;
    margin: 0 auto;
}

.briefbox_down .al {
    margin-right: 10px;
}

.briefbox_down .rightTit span {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
}

.indexA_rightTxt {
    margin: 50px auto;
}

.rightTit {
    margin-bottom: 20px;
}

.rightTic p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666666;
}

.rightTic::after {
    content: "";
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: relative;
    bottom: -15px;
    left: 0px;
    width: 60px;
    color: #a81423;
}

.indexA_rightImg ul {
    display: flex;
    margin: auto;
    cursor: pointer;
}

.indexA_rightImg li {
    position: relative;
    overflow: hidden;
    margin-right: 5px;
}

.indexA_rightImg li:first-child {
    margin-left: 0px;
}

.indexA_rightImg li:last-child {
    margin-right: 0px;
}

.indexA_rightImg li img {
    width: 100%;
}

.indexA_rightImg li.at .bg {
    display: none;
}

.indexA_rightImg li .bg {
    width: 100%;
    height: 100%;
    background: url(/Home/Tpl/Default/img/briefimgbg.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 66;
}

.indexA_leftContent img {
    width: 100%;
}

.culturebox {
    width: 100%;
    margin: auto;
    height: 120px;
    display: flex;
}

.culturebox:hover {
    background-color: #f3f3f3;
}

.culture_left p {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #a81423;
}

.culture_left {
    width: 20%;
    text-align: right;
    margin: auto;
}

.culture_line {
    width: 2px;
    background: linear-gradient(#d4d4d4 30%, #a81423 30%, #a81423 50%, #d4d4d4 50%);
    margin: 0 5%;
}

.cultureright {
    width: 75%;
    margin: auto;
    padding-right: 20px;
}

.cultureright p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666666;
}

.message {
    width: 85%;
    margin-bottom: 100px;
    text-align: center;
}

.messageone {
    margin-bottom: 5px;
    display: flex;
}

.messagetwo {
    display: flex;
}

.message_left {
    width: 40%;
    height: 80px;
    background-color: #f1e7d8;
    margin: auto 5px auto auto;
    padding-right: 7%;
}

.message_left p {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: 2px;
    color: #666666;
    text-align: right;
}

.message_right {
    width: 60%;
    height: 80px;
    background-color: #f3f3f3;
    margin: auto;
    text-align: left;
}

.message_right input,
.message_right textarea {
    padding-left: 5%;
    border: none;
    background-color: #f3f3f3;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.message_right textarea {
    padding-top: 4%;
}

.message_rightone {
    background-color: #FFFFFF;
    display: flex;
}

.message_rightone input {
    width: 20%;
    padding: 0;
    margin: auto;
    text-align: center;
}

.message_rightone p {
    width: 15%;
    height: 100%;
    background-color: #f1e7d8;
    line-height: 80px !important;
    text-align: center;
    margin: 0 5px;
}

.message_rightone p:last-child {
    width: 15%;
    height: 100%;
    background-color: #f1e7d8;
    line-height: 80px !important;
    text-align: center;
    margin: 0 0px 0 5px;
}

.message_right p {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 2px;
    color: #666666;
    margin-bottom: 0;
}

.messagetwo .message_left {
    width: 40%;
    height: 200px;
    background-color: #f1e7d8;
    margin: auto 5px auto auto;
    padding-right: 7%;
}

.messagetwo .message_right {
    width: 60%;
    height: 200px;
    background-color: #f3f3f3;
    margin: auto;
    text-align: left;
}

.message button {
    width: 150px;
    height: 50px;
    background-color: #a81423;
    border-radius: 25px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 2px;
    color: #ffffff;
    border: none;
    margin: 30px;
}

/* property  end*/
/*jinxin start*/
.jinxin_group {
    margin-bottom: 50px;
}

.jinxin_groupimg {
    margin: 30px auto 0;
    text-align: center;
}

.jinxin_text {
    padding-left: 0 !important;
    padding-right: 20px !important;
    margin-bottom: 20px;
}

.jinxin_textsm {
    padding: 20px;
}

.jinxin_textbg {
    position: relative;
    width: 100%;
}

.jinxin_textbg img {
    width: 100%;
}

.jinxin_textbg:hover .jinxin_textbgone {
    display: block;
}

.jinxin_textbgone {
    position: absolute;
    top: 0;
    display: none;
    background: #a81423;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 20px;
}

.jinxin_textsm_title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #a81422;
    margin-bottom: 15px;
}

.jinxin_textsm_textone {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 0;
}

.jinxin_textbox {
    margin-top: 50px;
}

.jinxin_groupimg p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    margin: 20px auto 10px;
}

.jinxin_textbgone p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 30px; */
    letter-spacing: 0px;
    color: #ffffff;
    text-indent: 25px;
}

/* jinxin  end*/
/*contact start*/
.contact {
    width: 100%;
    height: 100%;
    background: url("/Home/Tpl/Default/img/contactbg.jpg") no-repeat center center;
    background-size: 100% 100%;
    margin-top: 90px;
}

.contactbox {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    top: 22%;
}

.contactsm {
    background-color: #ffffff;
    padding: 60px 10px;
    height: 388px;
}

.contactsm img {
    margin: 50px auto;
}

.contact_title {
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 2px;
    color: #333333;
}

.contact_title::after {
    content: "";
    height: 2px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    display: block;
    position: relative;
    bottom: -10px;
    left: 0px;
    width: 60%;
    color: #a81422;
    margin: auto;
}

.contact_text {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 0;
    word-break: break-word;
}

.contactsmone {
    display: none;
    background-color: #a81423;
    height: 388px;
}

.contactsmone .contact_title,
.contactsmone .contact_title::after,
.contactsmone .contact_text {
    color: #ffffff;
}

/*contact  end*/
@media screen and (min-width:992px) and (max-width:1300px) {

    /* 中型装备（台式电脑，，，，，992px 起） */
    .typearea {
        padding: 0px 8%;
    }

    .header .navbar-nav>li>a {
        line-height: 80px;
        padding: 0 7px;
    }

    .header {
        width: 100%;
        height: 80px;
        position: fixed;
        z-index: 10000;
        background-color: #fff;
        top: 0px;
        line-height: 80px;
        padding: 0px 2%;
    }

    .slider {
        width: 100%;
        margin-top: 80px;
    }

    .introbox {
        /* margin: 50px auto; */
        padding: 50px auto;
    }

    .intro_rightone {
        font-family: 'MicrosoftYaHei';
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 2px;
        color: #333333;
        margin-bottom: 10px;
    }

    .intro_righttwo {
        font-family: 'Arial-ItalicMT';
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 10px;
    }

    .intro_rightthree {
        font-family: 'MicrosoftYaHei';
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 10px;
    }

    .intro_righttext {
        font-family: 'MicrosoftYaHei';
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #333333;
        /* margin-left: 20px; */
        margin-bottom: 5px;
    }

    .intro_rightfive a {
        font-family: 'MicrosoftYaHei';
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #333333;
    }

    .intro_rightfour {
        margin-bottom: 10px;
    }

    .introone {
        margin-top: 50px;
    }

    .introone_show {
        display: block;
    }

    .introone_hide {
        display: none;
    }

    .headline {
        display: flex;
        width: 100%;
        text-align: center;
        margin: 0px auto 30px auto;
    }

    .title_up {
        font-family: 'MicrosoftYaHei';
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 2px;
        color: #333333;
        margin-bottom: 0px;
    }

    .title_down {
        font-family: ArialMT;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 2px;
        color: #333333;
        margin-bottom: 10px;
    }

    .index_newstextone {
        font-family: 'MicrosoftYaHei';
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 1px;
        color: #333333;
        margin: 15px 0;
        /* padding: 0 10px; */
    }

    .index_news {
        width: 100%;
        margin-bottom: 50px;
    }


    .common_banner {
        margin-top: 80PX;
        width: 100%;
    }

    .common_banner img {
        height: 180px;
    }

    .common_title {
        width: 100%;
        height: 70px;
        background-color: #f3f3f3;
        display: flex;
    }

    .common_titleleft li,
    .common_titleright li {
        font-family: 'MicrosoftYaHei';
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 1px;
        color: #666666;
        margin: auto;
    }

    .group {
        width: 100%;
        padding-top: 30px !important;
        margin-bottom: 50px;
    }

    .group_title {
        font-family: 'MicrosoftYaHei';
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 2px;
        color: #333333;
        margin-bottom: 15px;
    }

    .group_text {
        font-family: 'MicrosoftYaHei';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #666666;
        margin-bottom: 10px;
    }

    
    .common_tilieone {
        width: 100%;
        padding-top: 30px;
        text-align: center;
    }

    .group_titleone {
        font-family: 'Arial-BoldItalicMT' !important;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 2px;
        color: #666666;
        margin-bottom: 0;
        opacity: 0.125;
    }

    .layout_textbox {
        width: 80%;
        margin: 30px auto 50px auto;
    }

    .layout_textone {
        font-family: MicrosoftYaHei;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 2px;
        color: #a81422;
        display: inline-block;
        margin-bottom: 10px;
    }

    .layout_texttwo {
        font-family: ArialMT;
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 2px;
        color: #999999;
        display: inline-block;
        margin-bottom: 10px;
    }

    .layout_textthree {
        font-family: AdobeHeitiStd-Regular;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 1px;
        color: #666666;
        margin-bottom: 0px;
    }

    .layout_text {
        margin-bottom: 20px;
    }

    .progresstext p {
        width: 90%;
        font-family: MicrosoftYaHei;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 1px;
        color: #333333;
        margin: auto auto 15px auto;
    }

    .exhibitiontext {
        width: 80%;
        font-family: MicrosoftYaHei;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #666666;
        margin: auto auto 50px auto;
        text-align: center;
    }

    .exhibitionbox {
        width: 100%;
        margin: 50px 0 30px 0;
    }

    .exhibitionbox_textbox {
        padding-left: 0 !important;
        padding-right: 10px !important;
        margin-bottom: 20px;
    }

    .exhibitionbox_text {
        padding: 15px 15px 0;
    }

    .exhibitionbox_textone {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #666666;
        margin-bottom: 10px;
    }

    .exhibitionbox_textoneh {
        height: 30px;
    }

    .exhibition_detailsone {
        width: 100%;
        margin-top: 50px;
    }

    .details_title {
        font-family: MicrosoftYaHei;
        font-size: 26px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 2px;
        color: #333333;
        text-align: center;
        margin-bottom: 20px;
    }

    .details_text {
        width: 80%;
        font-family: MicrosoftYaHei;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 1px;
        color: #333333;
        margin: auto;
    }

    .details_downbox {
        margin-top: 40px;
    }

    .details_downtitle {
        font-family: MicrosoftYaHei;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 15px;
    }

    .details_downtext {
        font-family: MicrosoftYaHei;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 0;
    }

    .details_down {
        height: 200px;
        padding-left: 0 !important;
        padding-right: 30px !important;
        margin-bottom: 30px !important;
    }

    .briefbox_upone {
        margin-right: 100px;
        text-align: center;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .News_title {
        font-family: Arial-BoldItalicMT;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 2px;
        color: #666666;
        opacity: 0.15;
        margin-bottom: 5px;
    }

    .News_text {
        font-family: MicrosoftYaHei;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 2px;
        color: #333333;
    }

    .Newstwo {
        height: 250px;
        margin: 20px;
    }

    .Newstwo_righttext {
        font-family: PingFang-SC-Bold;
        font-size: 28px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 2px;
        color: #999999;
        margin: auto 0;
    }

    .Newsthree_leftone {
        font-family: Arial-BoldItalicMT;
        font-size: 26px;
        font-weight: 600;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 2px;
        color: #666666;
    }

    .Newstwo_righttextone p {
        font-family: ArialMT;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #999999;
        margin-bottom: 0px;
    }

    .Newsthree_lefttwo {
        font-family: ArialMT;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 2px;
        color: #666666;
        margin-bottom: 0px;
    }

    .Newstwo_rightone {
        display: flex;
        margin: auto auto 10px auto;
    }

    .News_textone {
        font-family: MicrosoftYaHei;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 28px;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 10px;
    }

    .News_texttwo {
        font-family: MicrosoftYaHei;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #999999;
        margin-bottom: 10px;
    }

    .News_more {
        font-family: MicrosoftYaHei;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #999999;
        float: right;
    }

    .Newsthreesm {
        padding: 20px 20px 10px 10px;
    }

    .News_detailstext {
        width: 80%;
        margin: 30px auto;
    }

    .News_detailstext p {
        font-family: MicrosoftYaHei;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #999999;
        margin-bottom: 15px;
        text-indent: 35px;
        text-align: left;
    }

    .News_detailstext img {
        margin: 15px auto 30px;
    }

    .News_detailsone {
        width: 80%;
        display: flex;
        margin: 20px auto 40px;
    }

    .News_detailsone button {
        width: 80px;
        height: 30px;
        background-color: #a81422;
        font-family: MicrosoftYaHei;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #ffffff;
        margin: auto 0 auto auto;
        border: none;
    }

    .brieftext p {
        font-family: MicrosoftYaHei;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 1px;
        color: #666666;
        margin-bottom: 15px;
        text-indent: 35px;
    }

    .briefbox {
        width: 100%;
        background: url(/Home/Tpl/Default/img/briefbg.jpg) no-repeat;
        background-size: 100% 500px;
        margin-top: 30px;
    }

    .briefbox_uptwo {
        background-color: #ffffff;
        padding: 40px 25px;
    }

    .briefbox_upthree p {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 60px;
        letter-spacing: 1px;
        color: #ffffff;
        margin: auto;
    }

    .culturebox {
        width: 100%;
        margin: auto;
        height: 100px;
        display: flex;
    }

    .culture_left p {
        font-family: MicrosoftYaHei-Bold;
        font-size: 22px;
        font-weight: 600;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 1px;
        color: #a81423;
    }

    .cultureright p {
        font-family: MicrosoftYaHei;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 1px;
        color: #666666;
    }

    .message {
        width: 85%;
        margin-bottom: 50px;
        text-align: center;
    }

    .message_left {
        width: 40%;
        height: 60px;
        background-color: #f1e7d8;
        margin: auto 5px auto auto;
        padding-right: 7%;
    }

    .message_left p {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 60px;
        letter-spacing: 2px;
        color: #666666;
        text-align: right;
    }

    .message_right {
        width: 60%;
        height: 60px;
        background-color: #f3f3f3;
        margin: auto;
        text-align: left;
    }

    .message_right input,
    .message_right textarea {
        padding-left: 5%;
        border: none;
        background-color: #f3f3f3;
        font-family: MicrosoftYaHei;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 2px;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .messagetwo .message_left {
        width: 40%;
        height: 150px;
        background-color: #f1e7d8;
        margin: auto 5px auto auto;
        padding-right: 7%;
    }

    .messagetwo .message_right {
        width: 60%;
        height: 150px;
        background-color: #f3f3f3;
        margin: auto;
        text-align: left;
    }

    .message_rightone input {
        width: 20%;
        padding: 0;
        margin: auto;
        text-align: center;
    }

    .message_right p {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 60px;
        letter-spacing: 2px;
        color: #666666;
        margin-bottom: 0;
    }

    .message_rightone p {
        width: 15%;
        height: 100%;
        background-color: #f1e7d8;
        line-height: 60px !important;
        text-align: center;
        margin: 0 5px;
    }

    .message_rightone {
        background-color: #FFFFFF;
        display: flex;
    }

    .message_rightone p:last-child {
        width: 15%;
        height: 100%;
        background-color: #f1e7d8;
        line-height: 60px !important;
        text-align: center;
        margin: 0 0px 0 5px;
    }

    .message button {
        width: 120px;
        height: 35px;
        background-color: #a81423;
        border-radius: 20px;
        font-family: MicrosoftYaHei;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 2px;
        color: #ffffff;
        border: none;
        margin: 20px;
    }

    .jinxin_textbox {
        margin-top: 30px;
    }

    .jinxin_groupimg p {
        font-family: MicrosoftYaHei;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #666666;
        margin: 20px auto 10px;
    }

    .jinxin_textsm_textone {
        font-family: MicrosoftYaHei;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #666666;
        margin-bottom: 0;
    }

    .contact {
        width: 100%;
        height: 100%;
        background: url("/Home/Tpl/Default/img/contactbg.jpg") no-repeat center center;
        background-size: 100% 100%;
        margin-top: 80px;
    }

    .contactbox {
        width: 100%;
        margin: auto;
        text-align: center;
        position: relative;
        top: 18%;
    }

    .contactsm {
        background-color: #ffffff;
        padding: 40px 10px;
        height: 320px;
    }

    .contact_title {
        font-family: MicrosoftYaHei;
        font-size: 26px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 2px;
        color: #333333;
    }

    .contact_title::after {
        content: "";
        height: 1.5px;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        display: block;
        position: relative;
        bottom: -10px;
        left: 0px;
        width: 50%;
        color: #a81422;
        margin: auto;
    }

    .contactsm img {
        margin: 30px auto;
    }

    .contact_text {
        font-family: MicrosoftYaHei;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 0;
    }

    .contactsmone {
        display: none;
        background-color: #a81423;
    }

    .contactsmone .contact_title,
    .contactsmone .contact_title::after,
    .contactsmone .contact_text {
        color: #ffffff;
    }

    .progress_text .timeline-heading h4 {
        font-family: SourceHanSansCN-Light;
        font-size: 30px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #a81423 !important;
    }

    .progress_text .timeline-body p {
        font-family: SourceHanSansCN-Light;
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #666666;
    }

    .progress_text .timeline .timeline-item {
        position: relative;
        float: left;
        clear: left;
        width: 50%;
        margin-bottom: 1.25rem;
        height: auto;
    }

    .exhibition_detailsdown i {
        color: #FFFFFF;
        font-size: 35px;
    }

    .indexA_rightContent {
        padding-right: 0 !important;
        /* height: 460px; */
        margin-top: 20px;
    }

    .indexA_rightContent h2 {
        font-family: MicrosoftYaHei;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 1px;
        color: #333333;
        margin: 0 auto;
    }

    .indexA_rightTxt {
        margin: 30px auto;
    }

    .briefbox_down .rightTit span {
        font-family: MicrosoftYaHei;
        font-size: 19px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 1px;
        color: #666666;
    }

    .rightTic p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #666666;
    }

    .briefbox_down {
        width: 100%;
        background-color: #f7f7f7;
        padding: 15px;
        margin: 20px auto 50px;
    }

    .indexA_rightContent h2 img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .jinxin_textbgone {
        position: relative;
        top: 0;
        display: block;
        background: #FFFFFF;
        opacity: 0.5;
        width: 100%;
        height: 100%;
        cursor: pointer;
        padding: 20px 0 0;
    }

    .jinxin_textbgone p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        /* line-height: 24px; */
        letter-spacing: 0px;
        color: #434343;
        height: 160px;
        text-indent: 25px;
    }

    .jinxin_textsm {
        padding: 20px 20px 0 20px;
    }

    .index_newsbgbox:hover .index_newsbg {
        display: none;
    }

    .floating {
        border: 1px solid #ddd;
        position: fixed;
        right: 0px;
        top: 35%;
        z-index: 2000;
        width: 40px;
        height: 130px;
        background-color: #8d1c27;
        border-radius: 5px 0px 0px 5px;
        padding: 5px 5px 0 5px;
        text-align: center;
    }

    .floating p {
        font-family: MicrosoftYaHei;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-top: 5px;
    }
}
.index_newstextone:hover{
    color: var(--primary);
}
@media screen and (min-width:768px) and (max-width:991px) {

    /* 小型装备（平板电脑，，，，，768px 起） */
    .typearea {
        padding: 0px 6%;
        width: 100%;
    }

    .header {
        width: 100%;
        height: 70px;
        position: fixed;
        z-index: 10000;
        background-color: #fff;
        top: 0px;
        line-height: 70px;
    }

    .header .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 15px;
        margin-right: 0px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .header .navbar-nav {
        float: none;
        margin: 0;
        background-color: #FFFFFF;
    }

    .header .navbar-default .navbar-nav>.active>a::after,
    .navbar-default .navbar-nav>.active>a:focus::after,
    .navbar-default .navbar-nav>.active>a:hover::after {
        content: none;
    }

    .header .navbar-nav>li>a {
        line-height: 40px;
        padding: 0;
        text-align: center;
    }

    .header .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #8d1c27 !important;
        background-color: #FFFFFF !important;
    }

    .caret {
        display: inline-block;
        width: 0;
        height: 0;
        top: 20px;
        position: absolute;
        margin-left: 4px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid\9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .header a:hover::after {
        content: none;
    }

    .header .open>.dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        height: auto;
        margin-top: 0px;
        text-align: center;
        line-height: 30px;
    }

    .header a {
        font-family: 'MicrosoftYaHei';
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333 !important;
    }

    .header .dropdown-menu>li>a {
        display: block;
        padding: 0px 15px !important;
        clear: both;
        font-weight: 400;
        line-height: 30px;
        color: #666666 !important;
        white-space: nowrap;
    }

    .slider {
        width: 100%;
        /* height: 600px; */
        margin-top: 70px;
    }

  
    .introbox {
        margin: 35px auto;
    }

    .intro_left {
        width: 100%;
        display: flex;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .intro_right {
        width: 100%;
        padding: 10px 0 10px 10px !important;
    }

    .intro_lefttwo img {
        margin-bottom: 3px !important;
    }

    .intro_rightone {
        font-family: 'MicrosoftYaHei';
        font-size: 21px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 5px;
    }

    .intro_righttwo {
        font-family: 'Arial-ItalicMT';
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 5px;
    }

    .intro_rightthree {
        font-family: 'MicrosoftYaHei';
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 5px;
    }

    .intro_righttext {
        font-family: 'MicrosoftYaHei';
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        margin-left: 20px;
        margin-bottom: 5px;
    }

    .intro_rightfive a {
        font-family: 'MicrosoftYaHei';
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #333333;
    }

    .intro_rightfour {
        margin-bottom: 10px;
    }

    .introone {
        margin-top: 35px;
    }

    .introone_show {
        display: block;
    }

    .introone_hide {
        display: none;
    }

    .headline {
        display: flex;
        width: 100%;
        text-align: center;
        margin: 0px auto 30px auto;
    }

    .title_up {
        font-family: 'MicrosoftYaHei';
        font-size: 21px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 0px;
    }

    .title_down {
        font-family: ArialMT;
        font-size: 21px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 8px;
    }

    .index_news {
        width: 100%;
        margin-bottom: 35px;
    }

    .index_newstextone {
        font-family: 'MicrosoftYaHei';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        margin: 10px 0;
        padding: 0 8px;
    }

    .index_newstexttwo {
        font-family: 'MicrosoftYaHei';
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #666666;
        padding: 0 8px;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

 
    .common_banner {
        margin-top: 70px;
        width: 100%;
    }

    .common_banner img {
        height: 150px;
    }

    .common_title {
        width: 100%;
        height: 70px;
        background-color: #f3f3f3;
        display: flex;
    }

    .common_titleleft li,
    .common_titleright li {
        font-family: 'MicrosoftYaHei';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 1px;
        color: #666666;
        margin: auto;
    }

    .common_titleright a {
        font-family: 'MicrosoftYaHei';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 1px;
        color: #666666;
        cursor: pointer;
        margin-left: 20px;
    }

    .group {
        width: 100%;
        padding-top: 25px;
        margin-bottom: 35px;
    }

    .group_title {
        font-family: 'MicrosoftYaHei';
        font-size: 21px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 10px;
    }

    .group_text {
        font-family: 'MicrosoftYaHei';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #666666;
        margin-bottom: 5px;
    }

    .group_titleone {
        font-family: 'Arial-BoldItalicMT' !important;
        font-size: 21px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 1px;
        color: #666666;
        margin-bottom: 0;
        opacity: 0.125;
    }

    .common_tilieone {
        width: 100%;
        padding-top: 35px;
        text-align: center;
    }

    .layout_textbox {
        width: 90%;
        margin: 25px auto 35px auto;
    }

    .layout_textone {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 1px;
        color: #a81422;
        display: inline-block;
        margin-bottom: 10px;
    }

    .layout_texttwo {
        font-family: ArialMT;
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 1px;
        color: #999999;
        display: inline-block;
        margin-bottom: 10px;
    }

    .layout_textthree {
        font-family: AdobeHeitiStd-Regular;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #666666;
        margin-bottom: 0px;
    }

    .layout_text {
        margin-bottom: 20px;
    }

    .progresstext p {
        width: 90%;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto auto 10px auto;
        text-indent: 25px;
    }

    .exhibitiontext p {
        width: 90%;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #666666;
        margin: auto auto 30px auto;
        text-align: center;
    }

    .exhibitionbox {
        width: 100%;
        margin: 35px 0;
    }

    .exhibitionbox_text {
        padding: 10px 8px 0;
    }

    .exhibitionbox_title {
        font-family: MicrosoftYaHei-Bold;
        font-size: 17px;
        font-weight: 600;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 1px;
        color: #a81422;
        margin-bottom: 10px;
    }

    .exhibitionbox_textone {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #666666;
        margin-bottom: 8px;
    }

    .exhibitionbox_textoneh {
        height: 35px;
    }

    .exhibitionbox_textbox {
        padding-left: 0 !important;
        padding-right: 10px !important;
        margin-bottom: 15px;
    }

    .exhibition_details {
        margin-top: 35px;
    }

    .exhibition_detailsone {
        width: 100%;
        margin-top: 30px;
    }

    .details_title {
        font-family: MicrosoftYaHei;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 1px;
        color: #333333;
        text-align: center;
        margin-bottom: 15px;
    }

    .details_title::after {
        content: "";
        height: 5px;
        border-bottom-width: 1.5px;
        border-bottom-style: solid;
        display: block;
        position: relative;
        bottom: -8px;
        left: 0px;
        max-width: 18%;
        margin: auto;
        color: #a81423;
    }

    .details_text {
        width: 90%;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
    }

    .details_downbox {
        margin-top: 30px;
    }

    .details_down {
        height: 180px;
        padding-left: 0 !important;
        padding-right: 30px !important;
        margin-bottom: 30px;
    }

    .details_down:nth-child(even) {
        height: 180px;
        padding-left: 0 !important;
        padding-right: 0px !important;
        margin-bottom: 30px;
    }

    .details_downtitle {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 8px;
    }

    .details_downtext {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 0;
    }

    .details_downsm {
        width: 100%;
        height: 100%;
        background-color: #f3f3f3;
        display: flex;
        padding: 10px;
    }

    .News_title {
        font-family: Arial-BoldItalicMT;
        font-size: 21px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 1px;
        color: #666666;
        opacity: 0.15;
        margin-bottom: 5px;
    }

    .News_text {
        font-family: MicrosoftYaHei;
        font-size: 21px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 1px;
        color: #333333;
    }

    .Newsone {
        margin-top: 0px;
    }

    .Newstwo {
        height: 220px;
        margin: 15px auto;
    }

    .Newstwo_right {
        height: 100%;
        padding: 10px 10px 20px 10px;
        background-color: #f3f3f3;
    }

    .Newstwo_righttext {
        font-family: PingFang-SC-Bold;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 1px;
        color: #999999;
        margin: auto 0;
    }

    .Newstwo_righttextone p {
        font-family: ArialMT;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #999999;
        margin-bottom: 0px;
    }

    .Newstwo_rightone {
        display: flex;
        margin: auto auto 8px auto;
    }

    .News_textone {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 8px;
    }

    .News_texttwo {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #999999;
        margin-bottom: 8px;
    }

    .News_more {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #999999;
        float: right;
    }

    .Newstwo::after {
        content: "";
        height: 1.5px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        position: relative;
        bottom: -15px;
        left: 0px;
        width: 100%;
    }

    .Newsthreebox {
        margin-bottom: 15px;
    }

    .Newsthreesm {
        padding: 20px 20px 10px 10px;
    }

    .Newsthreebox::after {
        content: "";
        height: 1.5px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        position: relative;
        bottom: -10px;
        left: 0px;
        width: 100%;
    }

    .Newsthree_leftone {
        font-family: Arial-BoldItalicMT;
        font-size: 24px;
        font-weight: 600;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 1px;
        color: #666666;
    }

    .Newsthree_lefttwo {
        font-family: ArialMT;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 1px;
        color: #666666;
        margin-bottom: 0px;
    }

    .News_details {
        width: 100%;
        text-align: center;
        margin: 10px auto;
    }

    .News_detailstitleone {
        font-family: MicrosoftYaHei;
        font-size: 21px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 10px;
    }

    .News_detailstitletwo {
        font-family: MicrosoftYaHei;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #666666;
        margin-bottom: 10px;
    }

    .News_detailstext {
        width: 90%;
        margin: 20px auto;
    }

    .News_detailstext p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #999999;
        margin-bottom: 10px;
        text-indent: 30px;
        text-align: left;
    }

    .News_detailstext img {
        margin: 10px auto 20px;
    }

    .News_detailsone {
        width: 90%;
        display: flex;
        margin: 20px auto 35px;
    }

    .News_detailsone a {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #999999;
        margin: auto auto auto 0;
    }

    .News_detailsone button {
        width: 80px;
        height: 30px;
        background-color: #a81422;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #ffffff;
        margin: auto 0 auto auto;
        border: none;
    }

    .brieftext p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #666666;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .briefbox {
        width: 100%;
        background: url(/Home/Tpl/Default/img/briefbg.jpg) no-repeat;
        background-size: 100% 450px;
        margin-top: 35px;
    }

    .briefbox_up {
        padding: 30px 0;
        display: flex;
    }

    .briefbox_upone {
        width: 25%;
        margin-right: 60px;
        text-align: center;
    }

    .briefbox_uptwo {
        background-color: #ffffff;
        padding: 30px 20px;
    }

    .briefbox_upthree p {
        font-family: MicrosoftYaHei;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 70px;
        letter-spacing: 1px;
        color: #ffffff;
        margin: auto;
    }

    .culturebox {
        width: 100%;
        margin: auto;
        height: 100px;
        display: flex;
    }

    .culture_left p {
        font-family: MicrosoftYaHei-Bold;
        font-size: 20px;
        font-weight: 600;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 1px;
        color: #a81423;
    }

    .cultureright p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #666666;
    }

    .message_left {
        width: 40%;
        height: 50px;
        background-color: #f1e7d8;
        margin: auto 5px auto auto;
        padding-right: 5%;
    }

    .message_left p {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 50px;
        letter-spacing: 1px;
        color: #666666;
        text-align: right;
    }

    .message_right input,
    .message_right textarea {
        padding-left: 3%;
        border: none;
        background-color: #f3f3f3;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .message_right {
        width: 60%;
        height: 50px;
        background-color: #f3f3f3;
        margin: auto;
        text-align: left;
    }

    .messagetwo .message_left {
        width: 40%;
        height: 140px;
        background-color: #f1e7d8;
        margin: auto 5px auto auto;
        padding-right: 5%;
    }

    .messagetwo .message_right {
        width: 60%;
        height: 140px;
        background-color: #f3f3f3;
        margin: auto;
        text-align: left;
    }

    .message_right p {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 1px;
        color: #666666;
        margin-bottom: 0;
    }

    .message_rightone input {
        width: 20%;
        padding: 0;
        margin: auto;
        text-align: center;
    }

    .message_rightone p {
        width: 17%;
        height: 100%;
        background-color: #f1e7d8;
        line-height: 50px !important;
        text-align: center;
        margin: 0 5px;
    }

    .message_rightone p:last-child {
        width: 17%;
        height: 100%;
        background-color: #f1e7d8;
        line-height: 50px !important;
        text-align: center;
        margin: 0 0px 0 5px;
    }

    .message_rightone {
        background-color: #FFFFFF;
        display: flex;
    }

    .message button {
        width: 120px;
        height: 35px;
        background-color: #a81423;
        border-radius: 25px;
        font-family: MicrosoftYaHei;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 1px;
        color: #ffffff;
        border: none;
        margin: 20px;
    }

    .message {
        width: 90%;
        margin-bottom: 35px;
        text-align: center;
    }

    .jinxin_textbox {
        margin-top: 30px;
    }

    .jinxin_textsm {
        padding: 12px 12px 0 12px;
    }

    .jinxin_textsm_title {
        font-family: MicrosoftYaHei-Bold;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #a81422;
        margin-bottom: 8px;
    }

    .jinxin_textsm_textone {
        font-family: MicrosoftYaHei;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #666666;
        margin-bottom: 0;
    }

    .jinxin_groupimg p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #666666;
        margin: 15px auto 10px;
    }

    .contact {
        width: 100%;
        height: 100%;
        background: url(/Home/Tpl/Default/img/contactbg.jpg) no-repeat center center;
        background-size: 100% 100%;
        margin-top: 70px;
    }

    .contactbox {
        width: 100%;
        margin: auto;
        text-align: center;
        position: relative;
        top: 20%;
    }

    .contactsm {
        padding: 30px 5px;
        height: 280px;
    }

    .contact_title {
        font-family: MicrosoftYaHei;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 1px;
        color: #333333;
    }

    .contact_title::after {
        content: "";
        height: 1.5px;
        border-bottom-width: 1.5px;
        border-bottom-style: solid;
        display: block;
        position: relative;
        bottom: -5px;
        left: 0px;
        width: 50%;
        color: #a81422;
        margin: auto;
    }

    .contactsm img {
        margin: 25px auto;
    }

    .contact_text {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 0;
    }

    .contactbig {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .progress_text .timeline-heading h4 {
        font-family: SourceHanSansCN-Light;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #a81423 !important;
    }

    .progress_text .timeline-body p {
        font-family: SourceHanSansCN-Light;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #666666;
    }

    .progress_text .timeline .timeline-item {
        position: relative;
        float: left;
        clear: left;
        width: 50%;
        margin-bottom: 1.25rem;
        height: auto;
    }

    .progress_text {
        margin: 35px auto auto;
    }

    .exhibition_detailsdown i {
        color: #FFFFFF;
        font-size: 30px;
    }

    .indexA_rightContent {
        padding-right: 0 !important;
        margin-top: 10px;
    }

    .indexA_rightContent h2 {
        font-family: MicrosoftYaHei;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 1px;
        color: #333333;
        margin: 0 auto;
    }

    .indexA_rightBtn img {
        height: 30px;
        width: 30px;
    }

    .briefbox_down .al {
        margin-right: 8px;
    }

    .indexA_rightTxt {
        margin: 20px auto;
    }

    .briefbox_down .rightTit span {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #666666;
    }

    .rightTit {
        margin-bottom: 10px;
    }

    .rightTic p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #666666;
    }

    .rightTic::after {
        content: "";
        height: 1px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        position: relative;
        bottom: 0px;
        left: 0px;
        width: 50px;
        color: #a81423;
    }

    .briefbox_down {
        width: 100%;
        background-color: #f7f7f7;
        padding: 15px;
        margin: 20px auto 35px;
    }

    .indexA_rightContent h2 img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .jinxin_textbgone {
        position: relative;
        top: 0;
        display: block;
        background: #FFFFFF;
        opacity: 0.5;
        width: 100%;
        height: 100%;
        cursor: pointer;
        padding: 15px 0 0;
    }

    .jinxin_textbgone p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        /* line-height: 22px; */
        letter-spacing: 0px;
        color: #434343;
        height: 220px;
        text-indent: 25px;
    }

    .index_newsbgbox:hover .index_newsbg {
        display: none;
    }

    .floating {
        border: 1px solid #ddd;
        position: fixed;
        right: 0px;
        top: 20%;
        z-index: 2000;
        width: 35px;
        height: 120px;
        background-color: #8d1c27;
        border-radius: 5px 0px 0px 5px;
        padding: 5px 5px 0 5px;
        text-align: center;
    }

    .floating p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-top: 5px;
    }
}

@media screen and (max-width:767px) {

    /* 超小装备（手机，，，，，小于 768px） */
    .typearea {
        padding: 0px 4%;
        width: 100%;
    }

    .header {
        width: 100%;
        height: 60px;
        position: fixed;
        z-index: 10000;
        background-color: #fff;
        top: 0px;
        line-height: 60px;
    }

    .header .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 0px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .header .navbar-nav {
        float: none;
        margin: 0;
        background-color: #FFFFFF;
    }

    .header .navbar-default .navbar-nav>.active>a::after,
    .navbar-default .navbar-nav>.active>a:focus::after,
    .navbar-default .navbar-nav>.active>a:hover::after {
        content: none;
    }

    .header .navbar-nav>li>a {
        line-height: 40px;
        padding: 0;
        text-align: center;
    }

    .header .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #8d1c27 !important;
        background-color: #FFFFFF !important;
    }

    .caret {
        display: inline-block;
        width: 0;
        height: 0;
        top: 20px;
        position: absolute;
        margin-left: 4px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid\9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .header a:hover::after {
        content: none;
    }

    .header .open>.dropdown-menu {
        display: block;
        height: auto;
        margin-top: 0px;
        text-align: center;
        line-height: 30px;
    }

    .header a {
        font-family: 'MicrosoftYaHei';
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333 !important;
    }

    .slider {
        width: 100%;
        height: 150px;
        margin-top: 60px;
    }

    .slider img {
        width: 100%;
        height: 150px;
    }

    .introbox {
        margin: 25px auto;
    }

    .intro_left {
        width: 100%;
        display: flex;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .intro_lefttwo img {
        margin-bottom: 2.5px !important;
    }

    .intro_rightone {
        font-family: 'MicrosoftYaHei';
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 5px;
    }

    .intro_righttwo {
        font-family: 'Arial-ItalicMT';
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 5px;
    }

    .intro_rightthree {
        font-family: 'MicrosoftYaHei';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 10px;
    }

    .introone {
        margin-top: 30px;
    }

    .introone_show {
        display: block;
    }

    .introone_hide {
        display: none;
    }

    .headline {
        display: flex;
        width: 100%;
        text-align: center;
        margin: 0px auto 30px auto;
    }

    .title_up {
        font-family: 'MicrosoftYaHei';
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 0px;
    }

    .headline_line {
        width: 30%;
        background-color: #999999;
        height: 1px;
        margin: auto;
    }

    .headline_title {
        width: 40%;
        margin: auto;
    }

    .title_down {
        font-family: ArialMT;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 10px;
    }

    .index_newstextone {
        font-family: 'MicrosoftYaHei';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #333333;
        margin: 10px 0;
        padding: 0 10px;
    }

    .index_newstexttwo {
        font-family: 'MicrosoftYaHei';
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #666666;
        padding: 0 10px;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .index_news {
        width: 100%;
        margin-bottom: 35px;
    }

   
   

    .common_banner {
        margin-top: 60PX;
        width: 100%;
    }

    .common_banner img {
        height: 120px;
    }

    .common_title {
        width: 100%;
        height: 50px;
        background-color: #f3f3f3;
        display: flex;
    }

    .common_titleright {
        display: none;
    }

    .common_titleleft li,
    .common_titleright li {
        font-family: 'MicrosoftYaHei';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #666666;
        margin: auto;
    }

    .group {
        width: 100%;
        padding-top: 20px !important;
        margin-bottom: 35px;
    }

    .group_right {
        margin-top: 10px;
        padding-left: 0px !important;
        text-align: center;
        width: 90% !important;
        margin: auto;
        float: none !important;
    }

    .group_right img {
        margin-top: 10px;
    }

    .group_title {
        font-family: 'MicrosoftYaHei';
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #333333;
        margin-bottom: 10px;
    }

    .group_text {
        font-family: 'MicrosoftYaHei';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #666666;
        margin-bottom: 10px;
        text-align: left;
        text-indent: 25px;
    }

    .footerbox_down {
        width: 100%;
        height: 100px;
        background-color: #a81422;
        display: block;
        justify-content: space-between;
        padding-top: 10px;
    }

    .footerbox_down li {
        font-family: MicrosoftYaHei;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-bottom: 0px;
    }

    .footerbox_down li:first-child {
        margin-bottom: 0px;
    }

    .group_titleone {
        font-family: 'Arial-BoldItalicMT' !important;
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #666666;
        margin-bottom: 0;
        opacity: 0.125;
    }

    .common_tilieone {
        width: 100%;
        padding-top: 25px;
        text-align: center;
    }

    .layout_textbox {
        width: 90%;
        margin: 20px auto 35px auto;
    }

    .layout_textone {
        font-family: MicrosoftYaHei;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #a81422;
        display: inline-block;
        margin-bottom: 10px;
    }

    .layout_texttwo {
        font-family: ArialMT;
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 1px;
        color: #999999;
        display: inline-block;
        margin-bottom: 10px;
    }

    .layout_textthree {
        font-family: AdobeHeitiStd-Regular;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #666666;
        margin-bottom: 0px;
    }

    .layout_text {
        margin-bottom: 15px;
    }

    .progresstext p {
        width: 90%;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto auto 10px auto;
        text-indent: 25px;
    }

    .exhibitiontext p {
        width: 90%;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #666666;
        margin: auto auto 20px auto;
        text-align: left;
        text-indent: 25px;
    }

    .exhibitionbox {
        width: 100%;
        margin: 25px 0;
    }

    .exhibitionbox_textbox {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-bottom: 10px;
    }

    .exhibitionbox_title {
        font-family: MicrosoftYaHei-Bold;
        font-size: 15px;
        font-weight: 600;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #a81422;
        margin-bottom: 10px;
    }

    .exhibitionbox_textone {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #666666;
        margin-bottom: 5px;
    }

    .exhibitionbox_textoneh {
        height: 40px;
    }

    .exhibitionbox_text {
        padding: 15px 5px 0;
    }

    .exhibition_details {
        margin-top: 25px;
    }

    .exhibition_detailsone {
        width: 100%;
        margin-top: 25px;
    }

    .details_title {
        font-family: MicrosoftYaHei;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #333333;
        text-align: center;
        margin-bottom: 10px;
    }

    .details_title::after {
        content: "";
        height: 10px;
        border-bottom-width: 1.5px;
        border-bottom-style: solid;
        display: block;
        position: relative;
        bottom: -5px;
        left: 0px;
        max-width: 20%;
        margin: auto;
        color: #a81423;
    }

    .details_text {
        width: 90%;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
    }

    .details_downbox {
        margin-top: 25px;
    }

    .details_down {
        height: 150px;
        padding-left: 0 !important;
        padding-right: 0px !important;
        margin-bottom: 20px;
    }

    .details_down:nth-child(even) {
        height: 150px;
        padding-left: 0 !important;
        padding-right: 0px !important;
        margin-bottom: 20px;
    }

    .details_downsm {
        width: 100%;
        height: 100%;
        background-color: #f3f3f3;
        display: flex;
        padding: 0 15px 15px;
    }

    .details_downtitle {
        font-family: MicrosoftYaHei;
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 10px;
    }

    .details_downtext {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 0;
    }

    .Newsbox {
        width: 100%;
        background-color: #FFFFFF;
        padding: 10px 15px;
    }

    .Newsone {
        margin-top: 10px;
    }

    .News_title {
        font-family: Arial-BoldItalicMT;
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #666666;
        opacity: 0.15;
        display: inline-block;
        margin-bottom: 5px;
    }

    .News_text {
        font-family: MicrosoftYaHei;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #333333;
    }

    .Newstwo {
        height: auto;
        margin: 20px auto;
    }

    .Newstwo_right {
        height: 100%;
        padding: 15px 20px;
        background-color: #f3f3f3;
    }

    .Newstwo_righttext {
        font-family: PingFang-SC-Bold;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #999999;
        margin: auto 0;
    }

    .Newstwo_rightone {
        display: flex;
        margin: auto auto 10px auto;
    }

    .Newstwo_righttextone p {
        font-family: ArialMT;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #999999;
        margin-bottom: 0px;
    }

    .News_textone {
        font-family: MicrosoftYaHei;
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 10px;
    }

    .News_texttwo {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #999999;
        margin-bottom: 10px;
    }

    .News_more {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #999999;
        float: right;
    }

    .Newsthreebox {
        margin-bottom: 10px;
    }

    .Newsthreesm {
        padding: 10px;
    }

    .Newsthree_left,
    .Newsthree_right {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .Newsthree_leftbox {
        float: left;
        display: flex;
        margin-bottom: 10px;
    }

    .Newsthree_leftone {
        font-family: Arial-BoldItalicMT;
        font-size: 17px;
        font-weight: 600;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #666666;
        margin-right: 10px;
    }

    .Newsthree_lefttwo {
        font-family: ArialMT;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #666666;
        margin-bottom: 0px;
        margin-right: 5px;
    }

    .Newstwo::after {
        content: "";
        height: 1.5px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        position: relative;
        bottom: -10px;
        left: 0px;
        width: 100%;
    }

    .Newsthreebox::after {
        content: "";
        height: 1.5px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        position: relative;
        bottom: -10px;
        left: 0px;
        width: 100%;
    }

    .News_details {
        width: 100%;
        text-align: center;
        margin: 10px auto;
    }

    .News_detailstitleone {
        font-family: MicrosoftYaHei;
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 10px;
    }

    .News_detailstitletwo {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #666666;
        margin-bottom: 10px;
    }

    .News_detailstitle::after {
        content: "";
        height: 1px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        position: relative;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

    .News_detailstext {
        width: 90%;
        margin: 20px auto 10px;
    }

    .News_detailstext p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #999999;
        margin-bottom: 10px;
        text-indent: 25px;
        text-align: left;
    }

    .News_detailstext img {
        margin: 10px auto 20px;
    }

    .News_detailsone {
        width: 90%;
        display: block;
        margin: 10px auto 25px;
        text-align: center;
    }

    .News_detailsone a {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #999999;
        display: inline-block;
        margin: auto auto 10px;
        text-align: left !important;
    }

    .News_detailsone button {
        width: 80px;
        height: 30px;
        background-color: #a81422;
        font-family: MicrosoftYaHei;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #ffffff;
        margin: auto;
        border: none;
    }

    .brieftext {
        width: 90%;
        margin: auto;
    }

    .brieftext p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #666666;
        margin-bottom: 10px;
        text-indent: 25px;
    }

    .briefbox {
        width: 100%;
        background: url("/Home/Tpl/Default/img/briefbg.jpg") no-repeat;
        background-size: 100% 600px;
        margin-top: 30px;
    }

    .briefbox_up {
        padding: 25px 0;
        display: block;
    }

    .briefbox_upone {
        margin-right: 0px;
        text-align: center;
        padding-right: 20px !important;
        padding-left: 20px !important;
        margin-bottom: 20px;
    }

    .briefbox_uptwo {
        background-color: #ffffff;
        padding: 30px 15px;
    }

    .briefbox_upthree p {
        font-family: MicrosoftYaHei;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: 0px;
        color: #ffffff;
        margin: auto;
    }

    .culturebox {
        width: 100%;
        margin: auto;
        height: auto;
        display: block;
    }

    .culture_left {
        width: 90%;
        text-align: left;
        margin: auto;
    }

    .culture_left p {
        font-family: MicrosoftYaHei-Bold;
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #a81423;
    }

    .culture_line {
        width: 90%;
        height: 1px;
        background: linear-gradient(to right, #d4d4d4 0%, #a81423 0%, #a81423 30%, #d4d4d4 30%);
        margin: auto;
    }

    .cultureright {
        width: 90%;
        margin: auto;
        padding-right: 0px;
    }

    .cultureright p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #666666;
        margin: 10px auto;
    }

    .message_left {
        width: 28%;
        height: 40px;
        background-color: #f1e7d8;
        margin: auto 5px auto auto;
        padding-right: 0%;
    }

    .message_left p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: 1px;
        color: #666666;
        text-align: center;
    }

    .message_right {
        width: 72%;
        height: 40px;
        background-color: #f3f3f3;
        margin: auto;
        text-align: left;
    }

    .message_right input,
    .message_right textarea {
        padding-left: 2.5%;
        border: none;
        background-color: #f3f3f3;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .messagetwo .message_left {
        width: 28%;
        height: 120px;
        background-color: #f1e7d8;
        margin: auto 5px auto auto;
        padding-right: 0%;
    }

    .messagetwo .message_right {
        width: 72%;
        height: 120px;
        background-color: #f3f3f3;
        margin: auto;
        text-align: left;
    }

    .message_right p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #666666;
        margin-bottom: 0;
    }

    .message_rightone p {
        width: 18%;
        height: 100%;
        background-color: #f1e7d8;
        line-height: 40px !important;
        text-align: center;
        margin: auto;
    }

    .message_rightone p:last-child {
        width: 18%;
        height: 100%;
        background-color: #f1e7d8;
        line-height: 40px !important;
        text-align: center;
        margin: auto;
    }

    .message_rightone input {
        width: 20%;
        padding: 0;
        margin: auto;
        text-align: center;
    }

    .message {
        width: 100%;
        margin-bottom: 35px;
        text-align: center;
    }

    .message button {
        width: 120px;
        height: 30px;
        background-color: #a81423;
        border-radius: 20px;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #ffffff;
        border: none;
        margin: 15px;
    }

    .jinxin_textbox {
        margin-top: 25px;
    }

    .jinxin_text {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-bottom: 10px;
    }

    .jinxin_textsm {
        padding: 10px 0px 0;
    }

    .jinxin_textsm_title {
        font-family: MicrosoftYaHei-Bold;
        font-size: 15px;
        font-weight: 600;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #a81422;
        margin-bottom: 5px;
        height: 50px;
    }

    .jinxin_textsm_textone {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #666666;
        margin-bottom: 0;
    }

    .jinxin_groupimg p {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #666666;
        margin: 10px auto;
    }

    .jinxin_groupimg {
        margin: 15px auto 0;
        text-align: center;
    }

    .jinxin_group {
        margin-bottom: 20px;
    }

    .contact {
        width: 100%;
        height: 100%;
        max-height: 820px;
        background: url(/Home/Tpl/Default/img/contactbg.jpg) no-repeat center center;
        background-size: 100% 100%;
        margin-top: 60px;
    }

    .contactbox {
        width: 100%;
        margin: auto;
        text-align: center;
        position: relative;
        top: 15%;
    }

    .contactsm {
        padding: 20px 5px;
        height: 200px;
    }

    .contact_title {
        font-family: MicrosoftYaHei;
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #333333;
    }

    .contact_title::after {
        content: "";
        height: 1px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        position: relative;
        bottom: -5px;
        left: 0px;
        width: 40%;
        color: #a81422;
        margin: auto;
    }

    .contactsm img {
        margin: 10px auto;
    }

    .contact_text {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 0;
    }

    .contactbig {
        margin-bottom: 20px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .progress_text .timeline-heading h4 {
        font-family: SourceHanSansCN-Light;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #a81423 !important;
    }

    .progress_text .timeline-body p {
        font-family: SourceHanSansCN-Light;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #666666;
    }

    .progress_text {
        margin: 25px auto auto;
    }

    .exhibition_detailsdown i {
        color: #FFFFFF;
        font-size: 20px;
    }

    .exhibition_detailstwo {
        width: 100%;
        margin: 25px auto 35px;
    }

    .exhibition_detailsdown {
        margin: 25px auto;
    }

    .exhibition_detailsdown .swiper-button-prev {
        left: 15px;
        right: auto;
    }

    .exhibition_detailsdown .swiper-button-next {
        right: 15px;
        left: auto;
    }

    .exhibition_detailsdown .swiper-slide {
        margin-right: 0px !important;
    }

    .briefbox_down {
        width: 100%;
        background-color: #f7f7f7;
        padding: 15px;
        margin: 15px auto 25px;
    }

    .indexA_leftContent {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .indexA_rightContent {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 20px;
    }

    .indexA_rightContent h2 {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #333333;
        margin: 0 auto;
    }

    .indexA_rightContent h2 img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .indexA_rightBtn img {
        height: 25px;
        width: 25px;
    }

    .indexA_rightTxt {
        margin: 20px auto;
    }

    .briefbox_down .rightTit span {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #666666;
    }

    .rightTic p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #666666;
    }

    .rightTit {
        margin-bottom: 10px;
    }

    .rightTic::after {
        content: "";
        height: 1px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        position: relative;
        bottom: -5px;
        left: 0px;
        width: 40px;
        color: #a81423;
    }

    .jinxin_textbgone {
        position: relative;
        top: 0;
        display: block;
        background: #FFFFFF;
        opacity: 0.5;
        width: 100%;
        height: 100%;
        cursor: pointer;
        padding: 10px 0 0;
    }

    .jinxin_textbgone p {
        font-family: MicrosoftYaHei;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        /* line-height: 20px; */
        letter-spacing: 0px;
        color: #434343;
        height: 315px;
        text-indent: 25px;
    }

    .index_newsbgbox:hover .index_newsbg {
        display: none;
    }

    .brieftext iframe {
        width: 100%;
        height: 250px;
    }

    .floating {
        border: 1px solid #ddd;
        position: fixed;
        right: 0px;
        top: 15%;
        z-index: 2000;
        width: 30px;
        height: 100px;
        background-color: #8d1c27;
        border-radius: 5px 0px 0px 5px;
        padding: 5px 5px 0 5px;
        text-align: center;
    }

    .floating p {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 16px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-top: 5px;
    }
}

/* 展示板块 */
.plate .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plate .swiper-slide .plate-img {
    /* display: block; */
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.plate-slide {
    position: relative;
    width: 444px;
    /* height: 320px; */
    background-color: pink;
    margin: 30px auto;
}


.plate-slide .mask {
    /* 隐藏遮罩层 */
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 112, 57, 0.4) url(images/arr.png) no-repeat center;
}
.plate-slide .mask p{
   font-size: 1.875rem;
}

/* 当我们鼠标经由了 土豆这个盒子，，，，，就让内里遮罩层显示出来 */
.plate-slide:hover .mask {
    /* 而是显示元素 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}
.plate-slide:hover .plate-text{
    display: none;
}
.plate-slide .plate-text{
position: absolute;
left: 50%;
bottom: 0;
/* 向右移动自身的50% */
transform: translate(-50%, 0);  
font-size: 1.575rem;
color: white;

}
@media (max-width: 991.98px) {
    
    .plate-slide .plate-text,.plate-slide .mask p{
       
        font-size: 1rem;
       
        
        }
}
@media screen and (min-width:992px){
    .index_newsbgbox {  
        overflow: hidden; /* 确保放大的图片不会溢出容器 */  
        
    }  
      
    .index_newsbgbox img {  
         
        transition: transform 0.3s ease-in-out; /* 添加过渡效果 */ 
    
    }  
      
    .index_newsbgbox img:hover {  
        cursor: pointer;
        transform: scale(1.2); /* 鼠标经由时放大到1.2倍 */  
    }

}
.searchbox {
    margin: 100px auto;
}


<!--耗时1753091599.7197秒-->