@font-face {
    font-family: SourceHanSerifCN;
    src: url('../fonts/SourceHanSerifCN.ttf')
}
.bg-gg{
    background: #fff url(../imgs/main_bg9.png) no-repeat center top;
    background-color: rgb(245, 245, 245);
}

.e-space {
    flex-grow: 1;
}

.hy-title{
    padding: 0 2rem;
    border-bottom: 1px solid #c2c2c2;
    align-items: baseline;
}

.wrap{
    padding: 3rem 0;
}

.list-group .list-group-item:first-child, .list-group a.list-group-item:first-child{
    border-top: none;
}

.carousel-caption{
    position: relative;
    padding: .5rem 1rem;
}

.carousel-caption p{
    text-align: left;
}

.ms-navbar.fixed-top .navbar-collapse .navbar-nav .nav-item > a, .ms-lead-navbar .navbar-collapse .navbar-nav .nav-item > a{
    padding: 0 1rem;
}

.news-header h3{
    font-weight: 400;
    padding: 20px 0;
    margin: 0;
    font-size: 3rem;
}

.btn-fw{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-fw i {
    margin-right: 0
}

.head_bg{
    background: #8d282b url(../index-imgs/head_bg.jpg) no-repeat center center;
}


/*定义滚动条高宽及背景
   高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 6px;
    height:6px;
    background-color:#F5F5F5;
}

/*定义滚动条轨道
 内阴影+圆角*/
::-webkit-scrollbar-track
{

    background-color: #f9f1b5;
}
/*定义滑块
 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background-color: #F44336
}


html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
}
/*banner*/

.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100%;
}

.banner {
    overflow: hidden;
    position: relative;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 50px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: right;
    font-size: 0;
    max-width: 1560px;
}

.banner .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 0 0 50px;
    border: 1px dashed rgba(255, 255, 255, 0.96);
    border-radius: 50%;
    padding: 0;
    position: relative;
}

.banner .slick-dots li.slick-active {
    background: #f5a00a;
    border-color: #f5a00a;
}

.banner .slick-dots li button {
    display: none;
}




/**/
.i-idx-title{
    position: relative;
    display: inline-block;
    z-index: 10;
}

.i-title-zh{
    position: relative;
    color: #3a3a3a;
    font-family: 'SourceHanSerifCN';
    font-size: 4rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0
}

.i-title-zh.font-sm{
    font-size: 3rem;
}

.i-title-zh i{
    font-size: 5.5rem;
    font-style: normal;
    display: inline-block;
    color: #EF5350;
    line-height: 1;
    vertical-align: middle;
}

.i-title-zh.font-sm i{
    font-size: 4rem;
}

.i-title-zh i:nth-child(2) {
    margin-top: 2rem
}

.i-title-en {
    font-size: 1.8rem;
    font-family: 'Georgia';
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 13rem;
    white-space: nowrap;
    background: linear-gradient(to bottom, rgba(224, 94, 42, .5), rgba(224, 94, 42, .2));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.i-title-en.font-sm{
    left:9rem
}

.i-title-zh.white{
    color: #ffffff
}

.i-title-zh.white i{
    color: #ffffff
}

.i-title-zh.white .i-title-en{
    background: linear-gradient(to bottom, rgba(255, 255, 255, .8), rgba(255, 255, 255, .5));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}


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

.swiper-slide img{
    width:100%;
    height:auto;
    min-height:100%;
    transition:1s linear 2s;
    transform:scale(1.1,1.1);
}

.swiper-slide-active img,.swiper-slide-duplicate-active img{
    transition:6s linear;
    transform:scale(1,1);
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #EF5350;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #EF5350;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.swiper-pagination-bullet-active{
    background-color: #EF5350 !important;
}


/**/
.jxjg{
    background: url(../index-imgs/index-bg-jxjg.png) no-repeat center top;
}

.jxjg .swiper {
    perspective: 50vw;
    perspective-origin: 50% 60%;
    padding-bottom: 10rem;
}

.jxjg .detail {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 4rem;
}

.jxjg .swiper-slide{
    height: 445px;
    padding: 0 38px;
}

.hyxb{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.hyxb-img {
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;
}

.hyxb-img:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(-60deg, rgb(239, 83, 80, 1), rgb(239, 83, 80, .9), rgba(239, 83, 80, 0), rgba(239, 83, 80, 0));
}

.hyxb-img img{
    display: block;
    transition: all 1s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

.hyxb-img span{
    font-weight: 400;
    font-size: 7.2rem;
    color: #FFFFFF;
    opacity: 0.3;
    position: absolute;
    right: 0;
    bottom: 0;
    writing-mode: vertical-rl;
    text-transform: uppercase;
    line-height: 1
}

.hyxb-title{
    font-size: 3rem;
    color: #fff;
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    text-align: center;
    line-height: 1;
}

.hyxb-title span {
    width: 3rem;
    display: block;
    margin: 0 auto;
}

.hyxb-title .ico{
    display: block;
    margin: 0 auto 1rem;
    max-width: 100%;
    vertical-align: middle;
}

.i-caption{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}

.yi-yue-fu{
    width: 2rem;
    height: 4rem;
    margin-right: 1rem;
    user-select: none;
    fill: currentcolor;
    color: rgba(255, 255, 255, 0.87);
    background-color: transparent;
}

.btn-yf{
    padding: 1rem 2.5rem;
    font-size: 1.8rem;
}

.ms-hero-img-news {
    background-image: url(../imgs/d-idx-5.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ms-hero-bg-info:after{
    background-color: rgba(236, 184, 100, 0.45);
}

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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    overflow:hidden;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    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;
    color:#fff;
}

:root {
    --swiper-theme-color: #C62828;
}

.color-yellow{
    color: #faefd7
}

.i-bg{
    position: fixed;
    z-index: -1;
    margin: 0;
    padding: 0;
    background: transparent center center no-repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
}
.i-bg:after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(197 181 71 / 30%);
    z-index: 0;
}

.i-bg-inner{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
    background-color: rgb(255, 255, 255); background-position: center center; background-size: cover;
}

.i-zy{
    color: #ffffff;
    font-size: 2rem;
    padding: 0 1rem;
}
.i-zy:hover{
    color: #C62828
}


.card .card-block, .card .card-body, .card.card-block, .card.card-body{
    padding: 1rem
}



.i-more {
    color: #000000;
}
.i-more:hover{
    color: #C62828

}

.ms-thumbnail .ms-thumbnail-caption:before{
    background-color: rgb(239 83 80 / 20%);
}

.i-show-info{
    background-color: #ffffff; color: #000000;
    padding:1rem;
    border-bottom: 1px solid  #E0E0E0;
}

.ms-media-list{
    background-color: #ffffff;
    padding: 1rem 1rem;
}

.media{
    color: #000000;
}

.media-body{
    margin-left: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid  #E0E0E0;
}

.media:not(:first-child) {
    margin-top: 8px;
}

.i-dj{
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    padding: 0 1rem 1rem 1rem
}

.i-cx{
    padding: 19px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(45deg, #fbf3f0, #fef0e7, #f3d1d5)
}

.list-line li a{
 border: none;
}

.list-line li {
    border-top: dotted 1px #E0E0E0
}

.list-line li:first-child a {
    border-top: none;
}

.list-line li:first-child {
    border-top: none;
}

.list-line li:last-child {
    border-top: none;
}

.i-yqlj {
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
}

.i-yqlj a {
    color: rgb(59, 76, 85)
}

.i-yqlj a:hover {
    color: #C62828
}
