@font-face {
    font-family: SourceHanSerifCN-Medium;
    src: url('../Fonts/SourceHanSerifCN-Medium.otf');
}

@font-face {
    font-family: SourceHanSansCN-Regular;
    src: url('../Fonts/SourceHanSerifCN-Bold.otf');
}

.row_pc a:hover p {
    color: #cfab80;
}

.header_pc {
    width: 100%;
    height: 70px;
    /*      background-color: #114635c7; */
    background: url('../img/123456_06.jpg') no-repeat 100% 100%;
    /*  background-size: 100%; */
    position: fixed;
    top: 0;
    z-index: 10;
}

.long1 {
    width: 100px;
}

a {
    text-decoration: none !important;
}

.row_pc p {
    font-family: SourceHanSerifCN-Medium;
    color: #fff;
}

.row_pc {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

.row_pc p:nth-child(1) {
    font-size: 20px;
    text-align: center;
}

.row_pc p:nth-child(2) {
    font-size: 10px;
    margin-top: -15px;
    text-align: center;
}

.header_phone {
    width: 100%;
    height: 70px;
    background-color: #124532;
    position: fixed;
    top: 0;
  
    z-index: 10;
}

.header_phone_box {
    width: 100%;
    height: 70px;
    /*   background: rosybrown; */
    display: flex;
    justify-content: space-between;
}
.header_phone_down_box{
    width: 100%;
    height: 100vh;
  /*   background-color: aqua;  */  
    position: fixed;
    top: 70px;
    left: -100%;
    z-index: 5;
    
}
 
 

.header_phone_box .logo {
    width: 130px;
}

.header_phone_box .logo img {
    width: 100%;
    margin-top: 8px;
    margin-left: 10px;
    box-sizing: border-box;
}

.header_phone_box .ONC img {
    width: 50px;
    margin-top: 13px;
    margin-right: 15px;
    box-sizing: border-box;
    transition: all 0.6s linear
}

.header_phone_box .ONC img:hover {
    transform: rotate(360deg);
}


/* .carousel-item  img{
    height: 829px;
} */


/* 移动端下拉 */

.header_phone_down {
    width: 250px;
    height: 100%;
    position: fixed;
    top: 70px;
    left: -100%;
    z-index: 5;
    background-color:rgba(0, 0, 0, 0.5);
    transition: all 0.6s linear;
}

.header_phone_down ul li a p {
    color: #fff;
    font-size: 18px;
    font-family: SourceHanSerifCN-Medium;
    margin-top: 30px;
    /* margin-left: 10px;  */
    text-align: center;
}

.Brand_introduction {
    width: 100%;
    height: 541px;
    background-color: #124532;
}





.fanye{  text-align:center;  margin:0px 0 0px 0;}
.fanye li{display:inline}
.fanye a, .fanye span{ border:#bbb solid 1px; 
    padding:0px 15px; 
    font-size:14px; 
    color:#666; 
    line-height: 36px; 
    display: inline-block; 
    border-radius: 5px;
    margin:0 1px;}
.fanye a:hover{ color:white; 
    background-color:#dc2017; 
    border:#dc2017 solid 1px;}
.fanye span.current{ color:white; 
    background-color:#dc2017; 
    border:#dc2017 solid 1px;}
.fanye span.disable{  }
.fanye .active span{background:#124532;color:#ffffff}