/* 公共样式 star */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

:focus {
    outline: 0
}

a {
    text-decoration: none;
    color: #333333;
}

/* a:hover {
    color: #c8161d;
} */

button {
    user-select: none;
}

img:not([src]), img[src=""] {
    opacity: 0;
}

img {
    display: inline-block;
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

ul, ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select, button, textarea {
    font-size: 100%;
    font: inherit;
    border: 0;
}

input {
    outline: 0;
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
}

body {
    color: #333;
    /* position: relative; */
    overflow-x: hidden;
    font-size: 0.16rem;
    font-family: 'Source';
    /* font-family: 'Microsoft YaHei', '-apple-system', 'BlinkMacSystemFont', "PingFang SC", 'Arial', 'Helvetica Neue', "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif; */
}

select::-ms-expand {
    display: none;
}

i, em {
    font-style: normal;
}

input, textarea, select {
    padding: 0 5px !important;
    font-family: inherit;
    outline: none !important;
    resize: none;
    background: none;
    border: none !important;
    font-size: inherit;
    color: inherit;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

select::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-webkit-scrollbar {
    width: .08rem;
    height: .04rem;
}

::-webkit-scrollbar-track {
    border-radius: .05rem;
    background: #ddd
}

::-webkit-scrollbar-thumb {
    border-radius: .05rem;
    background: #B30404;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: "."
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexl {
    flex: 1;
}

@media (max-width:1024px) {
    html {
        font-size: 95px !important;
    }
}

@media (max-width:900px) {
    html {
        font-size: 90px !important;
    }
}

@media (max-width:750px) {
    html {
        font-size: 85px !important;
    }

    .wp {
        width: 90%
    }
}

@media (max-width:540px) {
    html {
        font-size: 80px !important;
    }

    body {
        font-size: .18rem;
    }

    .eclips {
        display: inline-block;
        overflow: visible;
        text-overflow: inherit;
        white-space: normal;
    }
}

@media (max-width:360px) {
    html {
        font-size: 75px !important;
    }
}

/* 公共样式end */

.container {
    /* width: 16.4rem; */
    width: 86%;
    margin: 0 auto;
}


.main4 {
    height: 1142px;
    background: url(../images/main4.png) no-repeat center top;
    background-size: 100% 1142px;
    min-width: 1200px;
}

.main1 {
    background-color: #fff;
    padding: .4rem 0;
}

.main1 .news-left {
    width: 46%;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
}

.main1 .news-left .slideTxts {
    position: absolute;
    bottom: 0;
    z-index: 2;
    content: '';
    display: inline-block;
    background: url(../images/notice-lb.png) no-repeat;
}

.main1 .news-left .slideTxts .news-date {
    color: #fff;
    font-size: .22rem;
    font-weight: 400;
    width: 1.29rem;
    display: inline-block;
    padding-left: .16rem;
}

.main1 .news-left .slideTxts span {
    color: #fff;
    font-size: .24rem;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    top: .2rem;
    width: 80%;
}

.main1 .news-left .swiper-button-next,
.main1 .news-left .swiper-button-prev {
    width: .48rem !important;
    height: .48rem !important;
}

.main1 .news-left .swiper-button-prev::after {
    content: '';
    display: block;
    width: .48rem !important;
    height: .48rem !important;
    background: url(../images/prev1.png) no-repeat;
    background-size: cover;
}

.main1 .news-left .swiper-button-next::after {
    content: '';
    display: block;
    width: .48rem !important;
    height: .48rem !important;
    background: url(../images/next1.png) no-repeat;
    background-size: cover;
}

/* .main1 .news-left .ssbtn {
    position: absolute;
    top: 40%;
    z-index: 2;
} */
.main1 .pic {
    width: 7.54rem;
    height: 5.02rem;
}
.main1 .pic img{
    width:100%;
}
.main1 .news-right {
    width: 54%;
    display: inline-block;
    padding-left: .3rem;
}

.main1 .news-right .news-item {
    border-bottom: 1px solid #D9D9D9;
}

.main1 .news-right .news-item ul::before {
    content: '';
    display: inline-block;
    width: .36rem;
    height: .36rem;
    background: url(../images/news.png) no-repeat;
    background-size: cover;
    float: left;
    margin-right: .1rem;
}

.main1 .news-right .news-item ul li {
    float: left;
    padding-bottom: .17rem;
    margin-right: .4rem;
}

.main1 .news-right .news-item ul li.select {
    border-bottom: 4px solid #B30404;
}

.main1 .news-right .news-item ul li.select span {
    font-weight: 600;
}

.main1 .news-right .news-item ul li span {
    font-size: .26rem;
    font-weight: 500;
    line-height: .36rem;
    cursor: pointer;
}

.main1 .news-right .news-tab {
    position: relative;
}

.main1 .news-right .news-tab .checkmore {
    position: absolute;
    top: -0.65rem;
    right: 0px;
}

.main1 .news-right .news-tab .media-heading {
    margin-top: .2rem;
}

.main1 .news-right .news-tab .media-heading a {
    font-size: .24rem;
    font-weight: 500;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main1 .news-right .first {
    padding-left: 28px;
    padding-bottom: 20px;
    background: url(../images/circular-d2.png) left top repeat-y;
}

.main1 .news-right .news-tab ul li span,
.main1 .news-right .news-tab .media-heading span {
    float: right;
    font-size: .22rem;
    color: #777777;
    line-height: .26rem;
    font-weight: 400;
}

.main1 .news-right .news-tab .text-grey {
    font-size: .18rem;
    font-weight: 400;
    color: #777777;
    width: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/*.main1 .news-right .news-tab ul li:first-child {
    background: url(../images/circular-d.png) left top repeat-y;
}*/

.main1 .news-right .news-tab ul li {
    padding: .08rem 0;
    position: relative;
    padding: .10rem 0 .10rem .28rem;
    background: url(../images/circular.png) left top repeat-y;
}

.main1 .news-right .news-tab ul li:hover {
    background: url(../images/circular1.png) left top repeat-y;
}

.main1 .news-right .news-tab ul li a {
    font-size: .22rem;
    color: #333333;
    line-height: .26rem;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main1 .news-right .first:hover .media-heading a,
.main1 .news-right .news-tab ul li:hover a {
    color: #FF9000;
}

.main2 {
    background: url(../images/main2.png) no-repeat center top;
    background-size: 100% 422px;
    padding: .4rem 0 .88rem 0;
    min-width: 1200px;
}
.index-bigtitle {
    position: relative;
}

.index-bigtitle h2 {
    font-size: .38rem;
    font-weight: 500;
    line-height: .45rem;
    display: inline-block;
    font-family: 'Medium';
}

.index-bigtitle h4 {
    display: inline-block;
    font-size: .22rem;
    font-weight: 400;
    color: #777777;
    padding-right: 0.4rem;
    margin-bottom: .06rem;
    border-bottom: 0.01rem solid #D9D9D9;
    margin-left: 0.05rem;
    position: absolute;
    top: 0;
}

.index-bigtitle h4::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #B30404;
}

.index-bigtitle .checkmore {
    float: right;
    padding-top: .15rem;
}

.checkmore:hover {
    color: #B30404;
}

.main2 ul {
    padding-top: .4rem;
}

.main2 ul li {
    background: url(../images/notice-bg2.png) no-repeat;
    background-size: cover;
    float: left;
    margin-right: .17rem;
    width: 24%;
    padding: .1rem .24rem;
    transition: .5s;
}

.main2 ul li.last {
    margin-right: 0;
}

.main2 ul li:last-child {
    margin-right: 0;
}

.main2 ul li .libox .notice-date {
    border-bottom: .01rem solid #D9D9D9;
    padding-bottom: .15rem;
}

.main2 ul li .libox .notice-date .day {
    font-size: .4rem;
    font-weight: normal;
    color: #B30404;
    line-height: .47rem;
    font-family: 'Alibaba';
    display: inline-block;
}

.main2 ul li .libox .notice-date .my {
    font-size: .24rem;
    font-family: 'Alibaba';
    font-weight: normal;
    color: #B30404;
    line-height: .18rem;
    display: inline-block;
    margin-left: .05rem;
    padding-top: .21rem;
}

.main2 ul li .libox .notice-date span {
    float: right;
    font-size: .2rem;
    font-family: 'Alibaba';
    font-weight: normal;
    color: #D9D9D9;
    line-height: .23rem;
    padding-top: .2rem;
    letter-spacing: .05rem;
}

.main2 ul li .libox p {
    font-size: .22rem;
    font-weight: 400;
    line-height: .3rem;
    padding-top: .2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 0.8rem;
}

.main2 ul li .libox .check::after {
    content: '';
    display: block;
    width: .3rem;
    height: .3rem;
    background: url(../images/right1.png) no-repeat;
    background-size: cover;
    margin-top: .15rem;
    float: right;
}

.main2 ul li:hover {
    transition: .5s;
    border-bottom-left-radius: .3rem;
    border-top-right-radius: .3rem;
    background: url(../images/notice-bg1.png) no-repeat;
    background-size: cover;
    color: #fff;
}

.main2 ul li:hover a {
    color: #fff;
}

.main2 ul li:hover .libox .notice-date {
    border-bottom: .01rem solid #FFC42C;
}

.main2 ul li:hover .libox .notice-date .day {
    color: #fff;
}

.main2 ul li:hover .libox .notice-date .my {
    color: rgba(255, 255, 255);
}

.main2 ul li:hover .libox .notice-date span {
    color: rgba(255, 255, 255, .3);
}

.main2 ul li:hover .libox .check::after {
    content: '';
    display: block;
    width: .3rem;
    height: .3rem;
    background: url(../images/right.png) no-repeat;
    background-size: cover;
    margin-top: .15rem;
    float: right;
}

.main3 {
    width: 100%;
    background-color: #FCF6F6;
    /* background: url(../images/main3.png) no-repeat;
    background-size: cover; */
    padding: .4rem 0 .6rem 0;
    min-width: 1200px;
}

.main3 h3 {
    font-size: .26rem;
    font-weight: 500;
    line-height: .26rem;
    margin-top: .4rem;
    margin-bottom: .2rem;
    vertical-align: middle;
}

.main3 .study-online {
    width: 44%;
    display: inline-block;
    float: left;
}

.main3 .study-online ul {
    padding-top: .4rem;
}

.main3 .book h3 {
    text-align: center;
    padding-left: 10%;
}

.main3 .book .swiper-container {
    padding-top: .7rem;
}

.main3 .study-online h3::before,
.main3 .book h3::before {
    content: '';
    display: inline-block;
    width: .26rem;
    height: .26rem;
    vertical-align: top;
    margin-right: .1rem;
}

.main3 .study-online h3::before {
    background: url(../images/Frame.png) no-repeat;
    background-size: cover;
}

.main3 .book h3::before {
    background: url(../images/book.png) no-repeat;
    background-size: cover;
}

.main3 .study-online ul li:first-child {
    background: url(../images/circular-d.png) left top repeat-y;
}

.main3 .study-online ul li {
    padding: .08rem 0;
    position: relative;
    padding: .15rem 0 .15rem .28rem;
    background: url(../images/circular.png) left top repeat-y;
}

.main3 .study-online ul li:hover {
    background: url(../images/circular1.png) left top repeat-y;
}

.main3 .study-online ul li a {
    font-size: .22rem;
    color: #333333;
    line-height: .26rem;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main3 .study-online ul li:hover a {
    color: #FF9000;
}

.main3 .study-online ul li span {
    float: right;
    font-size: .22rem;
    color: #777777;
    line-height: .26rem;
    font-weight: 400;
}

.main3 .book {
    width: 52.9%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-left: 3%;
}

.main3 .book .swiper-container {
    position: static !important;
}

.main3 .book .swiper-pagination {
    position: absolute;
    top: 14%;
    text-align: right;
    padding-right: 0.46rem;
}

.main3 .book .swiper-horizontal>.swiper-pagination-bullets,
.main3 .book .swiper-pagination-bullets.swiper-pagination-horizontal,
.main3 .book .swiper-pagination-custom,
.main3 .book .swiper-pagination-fraction {
    bottom: auto;
}

.main3 .book .swiper-pagination span {
    color: #B30404;
}

.main3 .book .swiper-button-next,
.main3 .book .swiper-button-prev {
    width: .25rem;
    height: .25rem;
    cursor: pointer;
    z-index: 12;
}

.main3 .book .swiper-button-next:after,
.main3 .book .swiper-button-prev:after {
    content: '';
    display: inline-block;
    width: .24rem;
    height: .24rem;
}

.main3 .book .swiper-button-next:after {
    background: url(../images/next2.png) no-repeat;
    background-size: cover;
}

.main3 .book .swiper-button-prev:after {
    background: url(../images/prev2.png) no-repeat;
    background-size: cover;
}

.main3 .book .swiper-button-next,
.main3 .book .swiper-button-prev {
    top: 18%;
}

.main3 .book .swiper-button-prev,
.main3 .book .swiper-container-rtl .swiper-button-next {
    left: auto !important;
    /* right: 10% !important; */
    right: 84px;
}

.main3 .book .swiper-slide {
    width: 100% !important;
}

.main3 .check::after {
    content: '';
    display: block;
    width: 0.46rem;
    height: 0.46rem;
    background: url(../images/right.png) no-repeat;
    background-size: cover;
    margin-top: 0.15rem;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.main3 .book .bookf {
    position: absolute;
    /* top: -0.18rem; */
    left: 0;
    width: 3.72rem;
    height: 3.72rem;
    background-color: #fff;
    text-align: center;
}

.main3 .book .txt {
    width: 77%;
    float: right;
    background: url(../images/book-bg.png) no-repeat right bottom;
    background-size: cover;
    border-bottom-left-radius: .3rem;
    border-top-right-radius: .3rem;
    padding: .36rem .46rem .75rem 2.11rem;
}

.main3 .book .txt h2 {
    font-size: .26rem;
    font-weight: 500;
    line-height: .3rem;
    color: #fff;
    padding-bottom: .16rem;
    font-family: 'Medium';
}

.main3 .book .txt p {
    font-size: .2rem;
    font-weight: 400;
    line-height: .34rem;
    color: rgba(255, 255, 255, .8);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 2.38rem;
}

.main3 .book .index-bigtitle {
    padding-left: 50px;
}

.r3 .index-bigtitle {
    padding-bottom: .4rem;
}


.main4 .intit.flex-center {
    position: relative;
}

.main4 a.checkmore {
    position: absolute;
    right: 0;
    top: .05rem;
}

.main5 .special {
    padding: .7rem 0 .5rem;
}

.main5 .special ul li {
    float: left;
    width: 31.7%;
    margin-left: 2.45%;
    margin-top: .37rem;
    height: 1.83rem;
    overflow: hidden;
}

.main5 .special ul li img {
    width: 100%;
    min-height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.main5 .special ul li:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.main5 .special ul li.n3,
.main5 .special ul li.n4,
.main5 .special ul li.n7,
.main5 .special ul li.n8 {
    width: 14.6%;
}

.main5 .special ul li:first-child,
.main5 .special ul li:nth-child(5) {
    margin-left: 0;
}

/* 新闻详情页 star */

.ny-cont .posi.article {
    padding: .5rem 0;
    font-size: .16rem;
    color: #777777;
}

.ny-cont .posi.article a {
    color: #777777;
    font-size: 16px;
    padding: 0 .05rem;
}

.ny-cont .article-detail {
    background-color: #fff;
    width: 70%;
    display: inline-block;
    float: left;
    padding-bottom: .5rem;
}

.ny-cont .article-detail .arc-title h1 {
    font-weight: 400;
    font-size: .26rem;
    padding: 0 1.2rem;
    text-align: center;
}

.ny-cont .article-detail .arc-info {
    padding-bottom: .1rem;
    border-bottom: .01rem solid #ddd;
    margin-bottom: .2rem;
    padding-top: .25rem;
    font-size: .16rem;
    color: #666;
    text-align: center;
}

.ny-cont .article-detail .arc-info span {
    display: inline-block;
    margin: 0 .1rem;
}

.ny-cont .article-detail .arc-info .resize a {
    position: relative;
    vertical-align: bottom;
}

.ny-cont .article-detail .arc-info a.large-size {
    font-size: .19rem;
    margin: 0 .05rem
}

.ny-cont .article-detail .arc-info a.large-size:after {
    content: '+';
    font-size: .12rem;
    position: absolute;
    top: 0;
    right: -0.07rem
}

.ny-cont .article-detail .arc-info a.normal-size {
    font-size: .17rem;
    margin: 0 .05rem
}

.ny-cont .article-detail .arc-info a.small-size {
    font-size: .14rem;
    margin: 0 .05rem
}

.ny-cont .article-detail .arc-info a.small-size:after {
    content: '-';
    font-size: .12rem;
    position: absolute;
    top: -0.03rem;
    right: -0.05rem;
}

.ny-cont .article-detail .arc-con p {
    line-height: .34rem;
    color: #333333 !important;
    text-align: justify;
    font-size: 18px;
    margin-bottom: .3rem;
    text-indent: .32rem;
}

.ny-cont .article-detail .arc-con img {
    display: block;
    width: 100% !important;
    margin: 0.1rem auto;
    max-width: 8rem;
    height: auto !important;
}

.ny-cont .article-detail .arc-con video {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.ny-cont .article-detail .arc-share {
    display: inline-flex;
}

.ny-cont .article-detail .flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ny-cont .article-detail .arc-lib {
    border-top: .01rem solid #ddd;
    padding-top: .26rem;
}

.ny-cont .article-detail .arc-libs {
    flex: 5;
}

.ny-cont .article-detail .arc-lib p {
    padding: .05rem 0;
}

.ny-cont .article-detail .arc-lib p:hover a,
.ny-cont .article-detail .arc-lib p:hover {
    color: #FF9000;
}

.ny-cont .article-detail .arc-back {
    margin-left: .3rem;
    flex: 1;
    width: 1rem;
}

.ny-cont .article-detail .arc-back a {
    display: block;
    padding: 0 .2rem;
    background: #B30404;
    border-radius: .05rem;
    color: #fff;
    line-height: .35rem;
    font-size: .14rem;
    width: 1rem;
    float: right;
}

.ny-cont .new-news {
    width: 24%;
    margin-left: 6%;
    display: inline-block;
    background-color: #fff;
}

.ny-cont .new-news h2 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: .2rem;
}

.ny-cont .new-news h2::before {
    content: '';
    display: inline-block;
    width: .26rem;
    height: .26rem;
    background: url(../images/news.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-right: .1rem;
}

.ny-cont .new-news ul {
    padding-left: .15rem;
}

.ny-cont .new-news ul li {
    border-left: 1px dashed #B30404;
    padding-left: 13px;
}

.ny-cont .new-news ul li a {
    font-size: 16px;
    display: block;
    padding: .1rem 0 .3rem 0;
}

.ny-cont .new-news ul li:hover a {
    color: #FF9000;
    font-weight: 500;
}

.ny-cont .new-news ul li span {
    font-size: 16px;
    color: #B30404;
    border: .01rem solid #B30404;
    padding: .05rem .1rem;
    border-radius: 5px;
    position: relative;
}

.ny-cont .new-news ul li:hover span {
    background-color: #B30404;
    color: #fff;
}

.ny-cont .new-news ul li span::before {
    content: '';
    display: inline-block;
    width: .08rem;
    height: .08rem;
    border: .01rem solid #B30404;
    border-radius: 50%;
    position: absolute;
    left: -0.2rem;
    top: .08rem;
}

.ny-cont .new-news ul li:hover span::before {
    background-color: #B30404;
}

/* 新闻详情页 end */

/* 联系我们 star */
.contact-us img.icon {
    width: .2rem;
    height: .2rem;
    margin-right: .05rem;
}

.contact-us .yj {
    font-size: .26rem;
    color: #333333;
    margin-top: .6rem;
    border-bottom: 0.01rem solid #E4E4E4;
    padding-bottom: 0.1rem;
    margin-bottom: .2rem;
}

.contact-us .yj::before {
    content: '';
    display: inline-block;
    width: .04rem;
    height: .2rem;
    background: #B30404;
    margin-right: .1rem;
}

.contact-us p {
    font-size: .2rem;
}

.contact-us .yijian {
    margin-top: .3rem;
    margin-bottom: .9rem;
}

.contact-us .yijian table {
    width: 100% !important;
}

.contact-us .yijian table tr {
    margin-bottom: .4rem !important;
}

.contact-us .yijian table tr td+td {
    width: 90% !important;
}

.contact-us .yijian table tr td font {
    display: inline-block;
    width: 1rem;
    font-size: .2rem;
    color: #B30404;
    line-height: .4rem;
    margin-bottom: .4rem;
}

.yijian table tr td textarea,
.yijian table tr td input {
    border: 1px solid #B30404;
    width: 100%;
    height: .4rem;
    float: right;
    border-radius: .05rem;
    margin-bottom: .4rem;
}

.yijian table tr td input+input {
    display: none;
}

.contact-us ul li input.anniu {
    width: 1.6rem;
    float: right;
    height: .45rem;
    background-color: #B30404;
    color: #fff;
    margin-top: .4rem;
}

.yijian table tr td textarea {
    min-height: 3rem;
    padding: .1rem;
}

.yijian table tr td input.buttonstyle1066544 {
    width: 10% !important;
    background-color: #B30404;
    color: #fff;
    font-size: .2rem;
}

/* 联系我们 end */


/* 单篇正文 star */
.singel-txt p {
    font-size: .18rem;
    line-height: .34rem;
    text-indent: .36rem;
}

.singel-txt {
    margin: 50px 0;
}

/* 单篇正文 end */


.videos-box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 100;
    background: rgb(0, 0, 0);
    opacity: 0.95;
    width: 100%;
}

.videos-box .videos {
    width: 640px;
    margin: 120px auto;
    background: #f8f8f8;
    position: relative;
}

.videos-box .videos #video {
    display: block;

    padding: 10px;
}

.videos-box .videos .vclose {
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    cursor: pointer;
}

.ny-cont .pb_sys_common {
    margin: 50px 0;
}

.ny-cont .pb_sys_common .p_fun_d, .ny-cont .pb_sys_common .p_no_d, .ny-cont .pb_sys_common .p_no_o {
    color: #B30404 !important;
    font-size: 16px;
}

.ny-cont .ny-cont .pb_sys_common .p_fun a, .ny-cont .pb_sys_common .p_no a {
    color: #B30404;
    font-size: 16px;
}

.ny-cont .pb_sys_common .p_fun_d, .ny-cont .pb_sys_common .p_no_d, .ny-cont .pb_sys_common .p_no_o, .ny-cont .pb_sys_common .p_fun a, .ny-cont .pb_sys_common .p_no a {
    border: 1px solid #B30404;
    border-radius: 5px;
    height: 30px;
    width: 60px;
    font-size: 16px;
    color: #be0404;
    line-height: 18px;
}

.ny-cont .pb_sys_common .p_t {
    font-size: 16px;
    color: #be0404;
}

.ny-cont .pb_sys_common .p_goto a, .ny-cont .pb_sys_common .p_search a {
    border: 1px solid #be0404;
    border-radius: 5px;
    height: 30px;
    width: 60px;
    color: #B30404;
    font-size: 16px;
    line-height: 18px;
}

.ny-cont .pb_sys_common .p_goto input, .ny-cont .pb_sys_common .p_search input {
    border: 1px solid #BE0404;
    border-radius: 5px;
}

.ny-cont .pb_sys_common .p_goto input {
    width: 30px;
    height: 30px;
    text-align: center;
}

.pic-txt {
    background: url(../images/notice-lb.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}

.pic-txt .news-date {
    color: #fff;
    font-size: .18rem;
    font-weight: 400;
    width: 1.29rem;
    display: inline-block;
    padding-left: .16rem;
    padding-top: 10px;
}

.pic-txt span {
    color: #fff;
    font-size: .24rem;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 76%;
}

/* 意见反馈 star */
.custom-search h2 {
    font-size: .26rem !important;
    color: #333333 !important;
    margin-top: 0.6rem;
    border-bottom: 0.01rem solid #E4E4E4 !important;
    padding-bottom: 0.1rem;
    margin-bottom: 0.2rem;
    text-align: left;
    font-weight: 400;
}

.custom-search h2::before {
    content: '';
    display: inline-block;
    width: .04rem;
    height: .2rem;
    background: #B30404;
    margin-right: .1rem;
}

.custom-search .data-title h4 {
    padding: 0;
}

.custom-search .data-title>h4>p {
    font-weight: 400;
    text-indent: 0;
    font-size: .2rem;
    text-align: left;
}

.custom-search .form-item {
    padding: 0;
}

.custom-search .form-item:nth-of-type(n+3) .form-con {
    min-height: 300px !important;
}

.custom-search .form-item:nth-of-type(n+4) .form-con {
    border: 1px solid #b3040400 !important;
    min-height: auto !important;
}

.custom-search .form-item .form-lable {
    display: inline-block;
    width: 1rem;
    font-size: .2rem !important;
    color: #B30404 !important;
    line-height: .4rem;
    margin-bottom: 0.4rem
}

.custom-search .form-item .form-con {
    border: 1px solid #B30404 !important;
    width: 90%;
    height: 0.4rem;
    float: right;
    border-radius: 0.05rem;
    margin-bottom: 0.4rem;
}

.custom-search .form-item .form-con input[type="text"], .custom-search .form-item .form-con select, .custom-search .form-item .form-con textarea {
    border: 1px solid #dcdfe600;
}

.custom-search .form-item .btn.submite {
    color: #fff !important;
    background-color: #B30404 !important;
    border-color: #B30404 !important;
}

.custom-search .form-item .btn {
    float: right;
}

.custom-search .form-item .btn.submite {
    color: #fff;
    background-color: #B30404;
    border-color: #B30404;
    width: 10%;
    font-size: .2rem;
}

.custom-search .form-item .form-con input[type="text"], .custom-search .form-item .form-con select, .custom-search .form-item .form-con textarea {
    height: .4rem !important;
    line-height: .4rem !important;
    font-size: .18rem !important;
}

.custom-search .data-title h4 {
    padding: 0 .15rem !important;
}

.custom-search .form-item {
    padding: 0 .15rem !important;
}

/* 意见反馈 end */



/* .r3 .slideHd .pic {
    height: initial !important;
} */
body,html{
    min-width: 1200px;
}