/* banner */
.carousel-control.left,.carousel-control.right{
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span{
    font-size: 60px;
    color: #fff;
    
}
.ban-bg{
    margin-top: -188px;
    position: relative;
    z-index: 1;
}
.ban-bg>img{
    width: 100%;
    display: block;
}
.item1{
    
    -webkit-transform: translateX(432px);
	-moz-transform: translateX(432px);
	transform: translateX(432px);
}
.item3{
	-webkit-transform: translateX(-432px);
	-moz-transform: translateX(-432px);
	transform: translateX(-432px);
}

.show1>div{
    opacity: 1;
	-webkit-transform: translateX(0) !important;
	-moz-transform: translateX(0) !important;
	transform: translateX(0) !important;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	transition: all .9s
}
/* about */
.title>h3{
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    color: #251d12;
    text-transform: uppercase;
}
.title>p{
    line-height: 24px;
    padding-top: 5px;
    color: #333;
}
.ab-con{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 40px 40px;
    box-shadow: 4px 0 27px rgba(02, 3, 8, 0.20);
    margin-top: 40px;
}

.ab-left{
    width: 45%;
}
.ab-left>h2{
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3d5ba3;
    line-height: 30px;
    padding-bottom: 20px;
}
.ab-left>p{
    font-size: 17px;
    line-height: 32px;
    color: #0b0d0a;
    font-weight: 400;
    padding-bottom: 35px;
}
.ab-left>a{
    display: inline-block;
    background: #3d5ba3;
    color: #fff;
    padding: 8px 30px;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    transition: ease-in all 0.5s;
}
.ab-left>a:hover{
    background: #fe9a0c;
}
.ab-right{
    width: 54%;
}
.ab-right img{
    width: 100%;
}


.ab-ys{
    background: url(../img/bg.png) no-repeat center;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 223px;
    padding-top: 323px;
}
.ab-ys h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
}
.ab-ys h3>span{
    display: block;
    color: #fe9a0c;
}
.ab-ys p{
    color: #fff;
    line-height: 30px;
    padding-top: 30px;
    display: block;
    font-size: 17px;
}

/* services */
.services-top{
    padding: 90px 0;
}
.services-top .title{
    margin-bottom: 50px;
}
.margin_right20 {
    margin-right: -20px;
}
.margin_left20 {
    margin-left: -20px;
}
.margin_top70p {
    margin-top: 170px;
}
.margin_top170 {
    margin-top: -170px;
}
.margin_top40 {
    margin-top: -62px;
}
.padding_0 {
    padding: 0;
}
.services_main .services_img {
    position: relative;
    margin: 0 auto;
}
.services_main .services_img figure {
    margin: 0;
}
.services_main .services_img figure img {
    width: 100%;
}
.ho_dist {
    position: absolute;
    z-index: 9999;
    top: 0px;
    right: 15px;
    bottom: 0;
    left: 0;
    transition: .5s ease;
    background: #3d5ba387;
    border-radius: 381px;
    margin: 0 auto;
    opacity: 0;
}
.ho_dist span {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    flex-wrap: wrap;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}
.ho_dist:hover {
    opacity: 1;
}
.read_more {
    display: inline-block;
    background: #3d5ba3;
    color: #fff;
    padding: 8px 30px;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    transition: ease-in all 0.5s;
}
.read_more:hover{
    background: #fe9a0c;
    color: #fff;
}

/* pc */
.pc{
    background: #fe9a0c;
    position: relative;
    margin-top: 250px;
}
.pc::before{
    background: url(../img/cr00s.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    content: "";
    width: 100%;
    height: 363px;
    bottom: -361px;
}
.pc::after{
    background: url(../img/cr00s1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    content: "";
    width: 100%;
    height: 363px;
    top: -361px;
    z-index: 1;
}
.pc-con{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}
.pc .pc-left{
    width: 48%;
}
.pc-left>h3{
    font-weight: 600;
    text-transform: none;
    color: #fff;
    font-size: 26px;
    line-height: 40px;
}
.pc-left>p{
    margin-top: 50px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.pc-left>a{
    display: inline-block;
    background: #3d5ba3;
    color: #fff;
    padding: 8px 30px;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    transition: ease-in all 0.5s;
}
.pc-left>a:hover{
    background: #333;
}
.pc .pc-right{
    width: 50%;
}
.pc .pc-right>img{
    width: 100%;
}


.black-bg{
    background: #540705;
    min-height: 357px;
}

@media all and (max-width:768px) {
    .ban-bg{
        margin-top: -39px;
    }
    .ab-con{
        padding: 0 10px;
    }
    .ab-left{
        width: 100%;
    }
    .ab-right{
        width: 100%;
        margin: 5px 0;
    }
    .ab-ys{
        padding: 0;
        background-size: auto;
    }
    .ab-ys h3{
        font-size: 17px;
        line-height: 27px;
    }
    .services-top{
        padding: 20px 0;
    }
    .services{
        padding: 10px 10px;
    }
    .services img{
        width: 100%;
    }
    .services-top .margin_right20,.services-top .margin_top70p,.services-top .margin_left20{
        margin: 0;
    }
    .services-top .margin_top40{
        margin-top: 40px;
    }
    .ho_dist{
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    .pc .pc-left{
        width: 100%;
    }
    .pc .pc-right{
        width: 100%;
        margin-top: 20px;
    }
    .pc-left>h3{
        font-size: 28px;
        line-height: 40px;
    }
    .pc-left>p{
        margin-top: 0;
    }
    .pc{
        margin-top: 0;
    }
    .pc::before,.pc::after{
        display: none;
    }
    
    
}