.carousel{
    /* background: red; */
}

.carousel-indicators li{
    border-radius: 0;
    width: 30px!important;
    height: 2px!important;
}
.carousel-indicators .carousel-inner .item{
    text-align: center;
}
.carousel-inner .item img{
    max-width: 100%;
    width: 100%;
}

.easy{
    background: #201f25;
    padding: 50px 0;
}
.easy .easy_text_box{
    border-radius: 50%;

}
.easy .imgText{
    width: 500px;
    display: block;
    margin: auto;
}
.easy .icon{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    background: #3f3c36;
    margin: 10px auto;
}
.easy ul li h6{
    font-size: 20px;
    padding-bottom: 10px;
}
.easy ul li{
    margin-top: 30px;
    width: 33.3%;
    text-align: center;
    float: left;
    color: #fff;
}
.advantage{
    background: #000;
    text-align: center;
    padding: 30px 0;
}
.advantage ul li{
    width: 18%;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 1%;
}
.advantage .advantage_top{
    background: #4a453f;
    padding: 20px;
}
.advantage .advantage_top img{
    width: 60px;
    height: 60px;
}
.advantage .advantage_bottom{
    background: #303030;
    color: #fff;
    padding: 20px;
}
.advantage .advantage_bottom p{
    margin-bottom: 0;
}
.advantage .advantage_bottom .title{
    font-size: 16px;
    margin-bottom: 20px;
}

.major{
    background: #26252d;
    padding: 40px 0 30px;
    overflow: hidden;
}
.major ul li{
    width: 30%;
    height: 280px;
    display: inline-block;
    background: #1f1f1f;
    color: #a2a2a2;
    margin-bottom: 20px;
    margin-right: 1.1%;
    transition: all .5s;
    vertical-align: top;
}  
.major ul li.hover:hover{
    background: #cea45a;
    position: relative;
    top: -20px;
    color: #000;
}   
.major ul li.hover:hover .bottom {
    background: url('../img/hover_bg.png?t=20210930');
    background-size: 100% 100%;
}   
.major ul li.not_hover {
    background: none;
    position: relative;
}
.major ul li.not_hover a {
    background: #e27000;
    padding: 10px 30px;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    left: 30%;
    bottom: 20px;
    text-decoration:none
}
.major ul li.not_hover img{
    vertical-align: baseline;
    margin-top: 42px;
}
.major ul li img{
    /* width: 100%; */
}   
.major .top{
    height: 210px;
}
.major .top img{
    padding: 10px;
}
.major .top p{
    padding: 5px 10px 5px 70px;
    margin:0;
}
.major .bottom{
    background: url('../img/mahor_bg.png?t=20210930');
    background-size: 100% 100%;
    position: relative;
}
.major .bottom>img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    /* margin: -10px 10px 10px 10px; */
    position: absolute;
    left: 10px;
    top: -15px;
}
.major .bottom>div{
    display: inline-block;
    padding-top: 10px;
    padding-left: 110px;
    color: #fff;
}

.major .bottom>div span{
    color: #a2a2a2;

}


.production{
    background: #000;
    padding-bottom: 50px;
}

.production ul li{
    width: 32%;
    margin-right: 1.3%;
    display: inline-block;
    border: 1px solid #4a4a4a;
}
.production ul li:last-child{
    margin-right: 0;
}
.production ul li img{
    /* width: 100%; */
}
.production ul li dl{
    overflow: hidden;
    background: #252525;
    border-top: 1px solid #4a4a4a;
    margin:0;
}
.production ul li dl dt{
    float: left;
    width: 100px;
}
.production ul li dl dd{
    color: #5c5b61;
    position: relative;
    padding: 10px 0 0 100px;
}
.production ul li dl dd span{
    color: #fff;
}
.production ul li dl dd a{
    color: #fff;
    background:#e27000;
    padding: 5px 20px;
    border-radius: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.production ul li dl dd .desc{
    margin-right: 80px;
}
.production .production_top img{
    width: 100%;
}
.production .production_bot img{
    width: 100px;
    padding: 10px;
}





.log{
    color: #fff;
    background: #26252d;
}

.log ul{
    width: 48%;
    float: left;
}
.log ul:nth-child(1){
    margin-right: 4%;
}
.log ul li{
    border-bottom: 1px solid #414048;
    margin-bottom: 20px;
    padding-bottom:10px;
}
.log ul:nth-child(1) li{
    padding-right: 30px;
}
.log ul:nth-child(2) li{
    /* padding-left: 30px; */
}
.log ul li:hover{
    color: #c7a055;
}
.log ul li i{
    font-style: normal;
    float: right;
    color: #fff;
}
.log .btn_box,.faq .btn_box{
    width: 100%;
    text-align: center;
    clear: both;
}
.log .btn_box a,.faq .btn_box a,.controller a{
    color: #fff;
    background: #e27000;
    border-radius: 20px;
    border: 0;
    margin-bottom: 30px;
}


.faq{
    color: #fff;
    background: url('../img/faq_bg.png?t=20210930');
    background-size: 100% 100%;
}
.faq h6{
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 30px;
}
.faq ul li{
    width: 22%;
    display: inline-block;
    vertical-align: top;
    /* background: #414048; */
    padding: 10px;
    margin-right: 2.3%;
    margin-bottom: 20px;
    background: url('../img/book_bg.png?t=20210930');
    background-size: 100% 100%;
}
.faq ul li:last-child{
    margin-right: 0;
}
.faq p{
    color: #bfbebc;
    line-height: 25px;
}







.p_h1{
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
    padding: 30px 0 10px;
}
.p_h1 span{
    position: relative;
    padding-bottom: 5px;
}
.p_h1 span::after{
    content: '';
    width: 50px;
    height: 2px;
    background:#cea45a;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
}