/*@font-face {*/
/*font-family: SIMLI; /*这里是说明调用来的字体名字*/*/
/*src: url("SIMLI.TTF"); /*这里是字体文件路径*/*/
/*}*/

body {
    padding:0;
    margin:0;
    box-sizing:border-box;
    background-color:#333
}
.rescue-text {
    font-size:12px;
    color:#909090;
    padding-left:6px
}
.my {
    width:100%;
    height:auto;
    min-width:1337px;
    position:absolute
}
.my>img {
    width:100%
}
.bgc {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:auto;
}
.my-in {
    width:100%;
    min-width:1337px;
    height:auto;
}
.my-top {
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center
}
.my-top-left {
    position:absolute;
    width:60px;
    height:50px
}
.my-top-left>img {
    height:90px;
    position:absolute;
    margin-left:25px
}
.left-nav {
    display:flex;
    margin-left: auto;
    margin-top:50px
}

.nav-list_introduction {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    margin-right:125px;
    font-size:28px;
    margin-left:95px
}

.nav-list_introduction>.unselect {
    color:#fff;
    font-weight:normal
}

.nav-list_introduction>.select {
    color:#fff;
    font-weight:600
}

.nav-list_introduction>.Buttom-line {
    width:120%;
    height:4px;
    background-color:#fff;
    margin-top:3px
}

.nav-list_aboutus {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    margin-right:125px;
    font-size:28px;
    margin-left:95px
}

.nav-list_aboutus>.unselect {
    color:#000;
    font-weight:normal
}

.nav-list_aboutus>.select {
    color:#B81B21;
    font-weight:600
}

.nav-list_aboutus>.Buttom-line {
    width:120%;
    height:4px;
    background-color:#B81B21;
    margin-top:3px
}

.appdown{
    width:100%;
    height:auto;
    min-width:1337px
}
.appdown>.main{
    width:100%;
    height:auto;
    margin-top:0;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding-top:5%
}

.main-top {
    display:flex;
    justify-content:left
}

.top-left {
    width:19%;
    height:auto;
    margin-left:20%;
    position:absolute
}

.top-left>img {
    width:100%;
    height:100%
}

.top-right {
    display:flex;
    flex-direction:column;
    margin-left:47%;
    justify-content:flex-start;
    color:#fff;
    padding-top:7%
}

.selectD>div {
    display:inline-block;
    width:310px;
    border-radius:35px;
    background-color:#fff;
    color:#000;
    margin-right:40px;
    margin-top:30px
}

.selectD>div>.type {
    width:100%;
    height:70px;
    line-height:70px;
    text-align:center;
    border-radius:35px;
    display:flex;
    align-items:center;
    justify-content:center
}

.selectD>div>.type>img {
    height:40px;
    margin-right:10px
}

.selectD>div>.type>span {
    font-size:30px;
    padding-left:10px;
    color:#000
}

.selectD>div>.ewm {
    width:310px;
    height:310px;
    border-bottom-left-radius:35px;
    border-bottom-right-radius:35px;
    padding:10px
}

.selectD>div>.ewm .ewmin {
    width:100%;
    height:100%;
    background-color:#000
}

.text1 {
    margin-right:20%;
    font-size:90px;
/*    font-family:SIMLI;*/
    font-weight:normal
}

.text2 {
    margin-right:20%;
    margin-top:50px;
    font-size:40px;
/*    font-family:SIMLI;*/
    font-weight:normal
}

.text3 {
    margin-right:20%;
    margin-top:50px;
    font-size:25px;
/*    font-family:SIMLI;*/
    line-height:35px;
    font-weight:normal
}

.contentCenter {
    text-align: center;
}

.contentCenter_aboutus {
    text-align: left;
    background-color:#;
    width:60%;
    padding-left:20%;
    padding-top:3%;
}

.contentCenter_aboutus>h1 {
    font-size:40px;
    color:#333333;
}

.contentCenter_aboutus>h2 {
    font-size:21px;
    color:#333333;
    font-weight:800;
/*    text-indent:40px*/
}

.contentCenter_aboutus>h3 {
    font-size:20px;
    color:#333333;
    font-weight:normal;
    line-height:35px;
/*    text-indent:40px*/
}

.contentWeb {
    margin: auto;
    min-width: 1337px;
    background-color:#fff
}

.contentCenterBox {
    float: left;
    width: 33%;
    padding-top: 3.4rem;
    justify-content:center;
}

.contentCenterBoxPic {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    margin: 30px auto 140px 33.33%;
}

.contentCenterBoxTxt1 {
    color: #000;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight:800;
    align-items:center;
}

.contentCenterBoxTxt2 {
    color: #000;
    font-size: 30px;
    align-items:center;
}

.icon1 {
    background-image: url("./redstar_files/icon1.png");
}

.icon2 {
    background-image: url("./redstar_files/icon2.png");
}

.icon3 {
    background-image: url("./redstar_files/icon3.png");
}

.icon4 {
    background-image: url("./redstar_files/icon4.png");
}

.icon5 {
    background-image: url("./redstar_files/icon5.png");
}

.icon6 {
    background-image: url("./redstar_files/icon6.png");
}

.contentFooter {
    text-align: center;
    height:160px;
}

.bottom{
    padding-top:50px;
    background-color:#fff;
}

.list{
    display:flex;
    justify-content:space-around;
    color:#fff;
    font-size:35px;
    background-color:#333;
    padding-top:50px;
    font-family: SimHei;
    z-index:999;
}

.aboutus {
    text-decoration: none;
    color: #fff;
}

.floot{
    display:flex;
    flex-direction:column;
    align-items:center;
    color:#BCBCBC;
    font-size:16px;
    background-color:#333;
    padding-top:40px;
    line-height:25px;
    font-family: SimHei;
}

