.pro_ban {
    background: url(../images/pro_ban.jpg) no-repeat;
    background-size: cover;
}

.page_pro {
    position: relative;
}

.pro_equ_area {
    position: relative;
    background: #5DB9ED;
    background: -moz-linear-gradient(-145deg, rgba(18, 111, 165, .7) 0%, #35a7e9 50%, rgba(115, 125, 140, .7) 100%);
    background: -webkit-linear-gradient(-145deg, rgba(18, 111, 165, .7) 0%, #35a7e9 50%, rgba(115, 125, 140, .7) 100%);
    background: linear-gradient(145deg, rgba(18, 111, 165, .7) 0%, #35a7e9 50%, rgba(115, 125, 140, .7) 100%);
    overflow: hidden;
}
.pro_equ_area::before {
    content: "";
    background: url(../images/circle_border2.png) no-repeat;
    background-size: 100%;
    width: 350px;
    height: 400px;
    position: absolute;
    left: 80px;
    top: 50px;
}
.pro_equ_area::after {
    content: "";
    background: url(../images/circle_border2.png) no-repeat;
    background-size: 100%;
    width: 283px;
    height: 248px;
    position: absolute;
    right: 20px;
    bottom: -50px;
}

.pro_equ .sec_title {
    color: #fff;
}

.pro_sel_page {
    text-align: right;
}
.pro_sel_page .nav-tabs{
    border: 0;
}
.pro_sel_page ul {
    display: flex;
    justify-content: flex-end;
}
.pro_sel_page ul li a {
    display: inline-block;
    transform: skewX(-45deg);
    margin: 0 1rem;
    background: #fff;
    padding: .5rem 2rem;
    font-size: 1.125rem!important;
    font-weight: normal!important;
}

.pro_sel_page ul li .nav-link.active, .pro_sel_page ul li a.active.show, .pro_sel_page ul li:hover a {
    background: #ff8552;
    color: #fff;
}
.pro_sel_page .nav-item:hover, .pro_sel_page  .nav-item.dropdown.show{
    background: none;
}
.pro_sel_page ul li a span, .pro_sel_page ul li.active a span, .pro_sel_page ul li:hover a span {
    transform: skewX(45deg);
    display: block;
}
.pro_equ_con .equ_text, .pro_equ_con .equ_text h4{
    color: #fff;
}
.pro_equ_con .equ_text{
    border-bottom: 1px solid #fff;
}
.pro_equ_con .equ_text::before{
    background: #fff;
}
.pro_equ_con .equ_text::before {
    background: #fff;
}
.pro_equ_con .equ_text::after {
    color: #fff;
}
.pro_equ_con .mhn-slide2 .owl-nav{
    left: 73%;
}

.equ_slide .mhn-slide2 .owl-nav{
    left: 64%;
}
.equ_text {
    border-bottom: 1px solid #35a7e9;
    padding: 1rem 2rem;
    min-width: 250px;
    width: 500px;
    height: 460px;
    padding: 3rem 2rem;
}
.equ_text h4 {
    color: #FF8552;
    margin: 2rem 0;
}
@media  (min-width:1025px) and (max-width:1439px) {
    .equ_text{
        border: 0;
    }
}

.spe_box {
    background: url(../images/spe_img.jpg) no-repeat;
    text-align: center;
    padding: 60px;
    min-height: 350px;
    background-size: cover;
}
@media screen and (max-width:1199px) and (min-width:992px) {
    .spe_box {
        min-height: 375px;
    }
    
}

.spe_icon {
    display: inline-block;
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    padding: 25px 0;
    margin-bottom: 2rem;
    box-shadow: 3px 10px 10px rgba(0, 0, 0, .2);
    transition: .3s;
}

.spe_icon i {
    font-size: 6rem;
    background: linear-gradient(-135deg, #35a7e9, #737d8c);
    background: -webkit-linear-gradient(-135deg, #35a7e9, #737d8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.spe_box h4 {
    color: #fff;
    font-size: 1.25rem;
    transition: .3s;
}

.spe_box:hover {
    transform: translateY(60px);
    padding-bottom: 0;
    transition: .3s;
}

.spe_box:hover .spe_icon {
    transform: translateY(-135px);
    transition: .3s;
}

.spe_box:hover h4 {
    transform: translateY(-135px);
    transition: .3s;
}

.pro_size_box {
    display: flex;
    align-items: center;
}

.pro_size_icon i {
    font-size: 9rem;
    background: linear-gradient(135deg, #35a7e9, #737d8c);
    background: -webkit-linear-gradient(135deg, #35a7e9, #737d8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.pro_size_txt {
    padding: 2rem;
}

.pro_size_txt .size_tit {
    position: relative;
    padding: .5rem 0;
    color: #126FA5;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: .5rem;
}

.pro_size_txt dl {
    display: flex;
    margin-bottom: .5rem;
    font-size: 1.125rem;
}

.pro_size_txt dt {
    font-weight: bold;
    margin-right: .5rem;
}

.pro_size_txt .note {
    color: #999;
    margin-top: 1rem;
    font-size: 1rem;
}

.pro_size_bor1 {
    position: relative;
    border-right: 1px solid transparent;
    border-image: linear-gradient(to bottom, #fff 30%, #737d8c 50%, #35a7e9 100%);
    border-image-slice: 1;
}

.pro_size_bor2 {
    position: relative;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to left, #fff 30%, #737d8c 50%, #35a7e9 100%);
    border-image-slice: 1;
}

.pro_size_bor3 {
    position: relative;
    border-top: 1px solid transparent;
    border-image: linear-gradient(to right, #fff 30%, #737d8c 50%, #35a7e9 100%);
    border-image-slice: 1;
}

.pro_size_bor4 {
    position: relative;
    border-left: 1px solid transparent;
    border-image: linear-gradient(to top, #fff 30%, #737d8c 50%, #35a7e9 100%);
    border-image-slice: 1;
}

.pro_flat {
    background: url(../images/spe_bg1.png) left bottom no-repeat;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-size: cover;
}

.pro_flat:before {
    content: "";
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,.65); */
    background: rgba(18, 111, 165, .65);
    /* background: linear-gradient(to right, rgb(255,133,82,45%) 0%, rgba(18,111,165,.65) 100%); */
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.flat_box {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.flat_btn {
    display: flex;
    position: relative;
    font-size: 1.25rem;
    color: #fff;
    width: calc(100% / 3 - 2rem);
    padding: 3rem 1rem;
    margin: .5rem 1rem;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
}

.flat_btn::before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.flat_btn:hover {
    border-radius: 16px;
    color: #fff;
}

.flat_btn:hover::before {
    border-radius: 16px;
}

.pro_thi {
    /* background: url(../images/spe_bg2.png) right bottom no-repeat; */
    background: url(../images/circle_border.png) right top no-repeat;
    background-color: #f2f2f2;
    padding: 120px 0;
}

.thi_box {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.thi_btn {
    display: inline-block;
    position: relative;
    background: #fff;
    border: 1px solid #126fa5;
    font-size: 1.25rem;
    color: #126fa5;
    width: calc(100% / 3 - 2rem);
    padding: 2rem;
    margin: .5rem 1rem;
    text-align: center;
}

.thi_btn::before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #126fa5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.thi_btn img {
    display: block;
    margin: 0 auto 1rem auto;
    width: 80px;
    height: 80px;
    transition: .5s;
}

.thi_btn:hover img {
    transform: translateY(-70px);
    background: #fff;
    border: 1px solid #35a7e9;
    padding: .5rem;
    border-radius: 50%;
    box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.2);
    transition: .5s;
}

.thi_box .thi_btn:hover::before {
    display: none;
}

.pro_def {
    font-size: 1.125rem;
}

.def_pop_box {
    position: relative;
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    font-size: 1.125rem;
}

.pro_btn_def {
    padding: 2rem 3rem;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin: .5rem 1rem;
    background: url(../images/icon_circle.svg) -1rem -1rem no-repeat, #35a7e9;
    background-size: 80px;
}

.pro_btn_def:hover {
    background: url(../images/icon_circle.svg) -1rem -1rem no-repeat, #126fa5;
    background-size: 80px;
    color: #fff;
}

.pro_save {
    background: url(../images/spe_bg3.png) right bottom no-repeat;
    padding: 150px 0 200px 0;
}

.pro_save i {
    display: inline-block;
    font-size: 6rem;
    background: linear-gradient(-135deg, #35a7e9, #737d8c);
    background: -webkit-linear-gradient(-135deg, #35a7e9, #737d8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin: 0 auto 1rem auto;
}

.pro_type .icon_box img {
    width: 146px;
    height: 144px;
}

.hot_steel {
    background: url(../images/des_bg1.png) top left no-repeat;
    padding: 80px 0;
    background-size: 58%;
}

.type_con {
    margin-top: 5rem;
}

.cool_steel .type_con {
    margin-top: 0;
}

.type_con .sec_title {
    font-weight: unset;
}

.stell_type_box {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.type_circle {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #5DB9ED;
    background: -moz-linear-gradient(top, #ffeb85 0%, #35a7e9 100%);
    background: -webkit-linear-gradient(top, #ffeb85, #35a7e9 100%);
    background: linear-gradient(to bottom, #ffeb85 0%, #35a7e9 100%);
    font-size: 1.125rem;
    color: #fff;
    padding: 1.25rem 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.type_circle span {
    position: relative;
    font-size: 1rem;
}

.type_circle span::before {
    content: "";
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
}

.type_txt {
    padding: 0 2rem;
    width: calc(100% - 110px);
}

.type_circle .note {
    width: 100%;
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    color: #35a7e9;
    font-size: 1.125rem;
}

.end_left {
    position: relative;
    margin-bottom: 10rem;
}

.end_left h4 {
    position: absolute;
    color: #35a7e9;
    border-bottom: 1px solid #35a7e9;
    padding: 1rem 2rem;
    font-size: 1.25rem;
    max-width: 210px;
    width: 100%;
    top: -20px;
    left: 60px;
}

.end_left h4:after {
    content: "\ea72";
    font-family: icomoon;
    font-size: 3rem;
    font-weight: 500;
    color: #35a7e9;
    position: absolute;
    bottom: -30px;
    right: -36px;
}

.end_left h4::before {
    content: "";
    width: 90px;
    height: 1px;
    background: #35a7e9;
    position: absolute;
    left: -53px;
    bottom: 43px;
    transform: rotate(79deg);
}

.end_right {
    position: relative;
    margin-top: 20rem;
}

.end_right h4 {
    position: absolute;
    color: #35a7e9;
    border-bottom: 1px solid #35a7e9;
    padding-bottom: 1rem;
    font-size: 2.5rem;
    padding-left: 2rem;
    margin-left: 3rem;
    min-width: 250px;
}

.end_right h4:after {
    content: "\e90f";
    font-family: icomoon;
    font-size: 3rem;
    font-weight: 500;
    color: #35a7e9;
    position: absolute;
    bottom: -30px;
    left: -36px;
}

.end_right h4::before {
    content: "";
    width: 60px;
    height: 1px;
    background: #35a7e9;
    position: absolute;
    right: -50px;
    bottom: 20px;
    transform: rotate(-45deg);
}

.mhn-item {
    background: linear-gradient( -120deg, #fff 30%, #B6DFF7 100%);
}

.mhn-slide2 .owl-next {
    right: 0px;
    top: -60px;
}

.mhn-slide2 .owl-prev {
    left: -69px;
    top: -60px;
}

.mhn-slide .owl-stage-outer, .mhn-slide2 .owl-stage-outer, .mhn-slide3 .owl-stage-outer {
    z-index: 0;
}

.pro_equ .owl-nav {
    bottom: 8px;
}

.pro_equ .mhn-slide2 .owl-next {
    /* right: -220px; */
}

.pro_equ .mhn-slide2 .owl-prev {
    /* left: 85px; */
}

.ser_con {
    position: relative;
}

.ser_con .con_tit {
    position: absolute;
    top: 2rem;
    left: 0;
    padding: .5rem 1rem;
    background: rgba(53, 167, 233, 0.3);
    color: #fff;
    text-shadow: 6px 6px 15px rgba(18, 111, 165, 0.65);
    font-size: 5rem;
}

.ser_con .con_box2 {
    align-items: flex-start;
}

/* .ser_con .con_box2 .office.bg {
    width: 200px;
} */

.ser_con .con_box2 .office_txt {
    width: calc(100% - 200px);
    border-bottom: 0;
    padding: 0;
    display: block;
}
.equ_text::before {
    content: "";
    width: 126px;
    height: 1px;
    background: #35a7e9;
    position: absolute;
    bottom: 138px;
    right: 18px;
    transform: rotate( 308deg);
}
.equ_text::after {
    content: "\ea72";
    font-family: icomoon;
    font-size: 3rem;
    font-weight: 500;
    color: #35a7e9;
    position: absolute;
    bottom: 160px;
    right: 10px;
}
.pro_box{
    border: 1px solid #ccc;
    background-image: url(../images/icon_pdf.jpg);
    margin: 2rem auto;
}
.pro_box:hover{
    background-image: none;
    background-color: rgba(53, 167, 233, 1);
}
.pro_box a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.4rem;
}
.pro_box a:hover{
    color: #fff;
}
.pro_box a span{
    font-size: 1.2rem;
}
.pro_btn{
    background: #126FA5;
}
.steel_box a,.steel_box2 a{
    color: #35a7e9;
}
@media screen and (min-width:1440px){
    .steel_box,.steel_box2 {
        position: relative;
        display: flex;
        justify-content: center;
    }    
    .steel_box div:nth-of-type(1) {
        position: absolute;
        top: 110px;
        left: 0px;
    }
    .steel_box div:nth-of-type(2) {
        position: absolute;
        top: 190px;
        left: -50px;
    }
    
    .steel_box div:nth-of-type(3) {
        position: absolute;
        top: 290px;
        left: 0px;
    }
    
    .steel_box div:nth-of-type(4) {
        position: absolute;
        top: 370px;
        left: 20px;
    }
    
    .steel_box2 div:nth-of-type(1) {
        position: absolute;
        top: 60px;
        right: -155px;
    }
    
    .steel_box2 div:nth-of-type(2) {
        position: absolute;
        top: 160px;
        right: 97px;
    }
    
    .steel_box2 div:nth-of-type(3) {
        position: absolute;
        top: 240px;
        right: 30px;
    }
    
    .steel_box2 div:nth-of-type(4) {
        position: absolute;
        top: 320px;
        right: 120px;
    }
    
    .steel_box2 div:nth-of-type(5) {
        position: absolute;
        top: 400px;
        right: 0px;
    }
}
@media screen and (min-width:1025px){
    .steel_box div p, .steel_box2 div p{
        font-size: 1.25rem;
    }
    .mhn-slide2 .owl-nav{
        left: 94%;
    }
    .pro_btn{
        position: absolute;
        bottom: 50px;
        right: 20%;
        z-index: 2;
    }
}
@media (min-width:1025px) and (max-width:1439px){
    .equ_slide .mhn-slide2 .owl-nav{
        left: 72%;
    }
    .pro_ban.steel_box{
    flex: 0 0 50%;
    max-width: 50%;
    }
    .steel_box,.steel_box2{
        flex: 0 0 50%;
    max-width: 50%;
    }
    .pro_btn{
        right: 6%;
    }
    .equ_text, .pro_equ_con .equ_text{
        border-bottom:0;
        padding: 0 0 0 2rem;
    }
    .equ_text::after{
        content:none;
    }
    .equ_text::before{
        content: none;
    }
}

@media screen and (max-width:1024px){
    .equ_slide .mhn-slide2 .owl-nav{
        left: 72%;
    }
    .equ_text, .pro_equ_con .equ_text{
        border-bottom:0;
        padding: 0 0 0 2rem;
    }
    .equ_text::after{
        content:none;
    }
    .equ_text::before{
        content: none;
    }
    .pro_btn{
        position: absolute;
        bottom: 50px;
        right: 6%;
        z-index: 2;
    }
}
@media screen and (max-width: 991px) {
    .tes_box {
        margin-bottom: .5rem;
    }
    .pro_size_bor1, .pro_size_bor3, .pro_size_bor4 {
        position: relative;
        border-bottom: 1px solid transparent;
        border-left: 0px;
        border-right: 0px;
        border-image: linear-gradient(to left, #fff 0%, #737d8c 0%, #35a7e9 100%);
        border-image-slice: 1;
    }
    .pro_size_bor2 {
        border-image-slice: 0;
    }
    .tes_txt ul li {
        width: 100%;
    }
    .hot_steel{
        background: url(../images/des_bg1.png) bottom left no-repeat;
        padding: 0 0 400px;
        background-size: 100%;
    }
    .pro_type{
        padding-bottom: 0;
    }
    .mhn-slide2 .owl-nav{
        left: 92%;
    }
    .equ_slide .mhn-inner{
        flex-wrap: wrap;
    }
    .equ_text{
        padding: 0;
        height: 100%;
    }
    .equ_slide .mhn-slide2 .owl-nav{
        left: 96%;
        bottom: 23%;
    }
    .pro_equ_bg,.page_pro{
        padding-bottom: 40px;
    }
    .pro_equ_area .nav-item{
        border: 0;
    }
    .pro_btn{
        bottom: -3%;
    right: 2%;
    }
    .bis_img{
        margin-bottom: 1.2rem;
    }
    .pro_box3 .d-flex{
        flex-wrap: wrap;
    justify-content: center;
    }
    .pro_box3{
        padding-bottom: 0;
    }
    .pro_box4 .sec_title{
        text-align: center;
    }
}

.tes_box::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #126FA5;
    position: absolute;
    left: 0;
    bottom: -100%;
    opacity: .75;
    z-index: 1;
    transform: translateY(-85px);
    transition: .5s;
}

.tes_box:hover::before {
    transform: translateY(-100%);
    transition: .5s;
}

.tes_box h4 {
    position: absolute;
    bottom: 1rem;
    left: 0;
    color: #fff;
    width: 100%;
    font-size: 1.25rem;
    text-align: center;
    z-index: 1;
}

.tes_box:hover h4 {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.tes_box img {
    transform: scale(1, 1);
    transition: .3s;
    width: 100%;
}

.tes_box:hover img {
    transform: scale(1.1, 1.1);
    transition: .3s;
}

.tes_rep {
    padding-top: 80px;
}

.tes_cla .nav .nav-link {
    background: #35A7E9;
    border: 1px solid #35A7E9;
    border-radius: 0;
    color: #fff;
    padding: 1.5rem 2rem;
    font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
    .ser_con .con_box2 .office_txt{
        width: 100%;
    }
    .ser_con{
        margin-bottom: 1rem;
    }
    .page_pro.pro_ser_cus{
        padding-bottom: 0;
    }
    .equ_slide .mhn-slide2 .owl-nav{
        bottom: 30%;
    }
    .equ_text{
        width: 400px;
    }
}

.ser_con .con_box2 .con {
    border-bottom: 1px solid #35a7e9;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
}

.tes_box {
    position: relative;
    overflow: hidden;
}
.mhn-slide2 .owl-nav{
    left: 92%;
}

.pro_equ_bg::before {
    content: "";
    background-image: url(../images/pro_edu_bg.png);
    width: 337px;
    height: 384px;
    position: absolute;
    left: 20px;
    top: 350px;
}

@media screen and (max-width: 700px) {
    .tes_cla .nav .nav-link {
        padding: .5rem;
        font-size: 1.125rem;
    }
    .pro_size_bor1, .pro_size_bor3, .pro_size_bor4 {
        position: relative;
        border-bottom: 1px solid transparent;
        border-left: 0px;
        border-right: 0px;
        border-image: linear-gradient(to left, #fff 0%, #737d8c 0%, #35a7e9 100%);
        border-image-slice: 1;
    }
    .pro_size_bor2 {
        border-image-slice: 0;
    }
    .flat_box,.thi_box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .flat_btn{
        width: 100%;
    }
    .thi_btn{
        width: 100%;
    }
    .pro_btn_def{
        width: 100%;
    }
    .pro_save{
        padding: 50px 0 300px 0;
    }
    .pro_save_box{
        justify-content: center;
    }
    .def_pop_box{
        width: 100%;
        justify-content: center;
    }
    .def_pop_box>div{
        text-align: center;
    }
    .pro_size_icon{
        padding-top: 2rem;
    }
    .pro_size_txt{
        padding: 1rem;
        width: 100%;
    }
    .tes_txt {
        padding: 2rem;
        min-height: 360px;
    }
    .pro_size_box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .hot_steel{
        padding: 0 0 170px;
        background-size: 100%;
    }
    .pro_type{
        padding-bottom: 0;
    }
    .mhn-slide2 .owl-nav{
        left: 94%;
    }
    .type_con {
        margin-bottom: 6rem;
    }
}
@media screen and (max-width: 767px){
.equ_slide .mhn-slide2 .owl-nav{
    left: 93%;
    bottom: 90%;
}
.equ_img{
    margin-top: 5rem;
}
}
@media screen and (max-width: 414px){
    .cool_steel .type_con{
        margin-top: 5rem;
    }
    .type_con .sec_title{
        text-align: center;
    }
    .stell_type_box{
        flex-direction:column;
    }
    .type_txt{
        padding: 0;
    }
    .equ_slide .mhn-slide2 .owl-nav{
        left: 93%;
        bottom: 87%;
    }
    .type_circle .note{
        top: 40%;
    left: 161%;
    }
    .mhn-slide2 .owl-nav{
        left: 92%;
    }
    .pro_equ_bg::before{
        width: 290px;
    }
    .equ_img{
        margin-top: 5rem;
    }
    .pro_btn{
        bottom: -2%;
        right: 3%;
     }
     .pro_save .row{
        display: flex;
        justify-content: center;
     }
    
}
@media (min-width: 375px) and (max-width: 414px){
    .hot_steel{
        padding: 0 0 200px;
    }
}

.tes_cla .nav .nav-link+.nav-link {
    border-top: 1px solid #fff;
}

.tes_cla .nav .nav-link.active {
    background: #fff;
    color: #35A7E9;
    font-weight: bold;
}

.tes_txt {
    border: 1px solid #35A7E9;
    background: url(../images/tes_bg.png) right bottom no-repeat;
    padding: 2rem 3rem;
}


.tes_txt ul {
    display: flex;
    flex-wrap: wrap;
}

.tes_txt ul li {
    position: relative;
    padding: 0 1rem 1.5rem 2rem;
    width: calc(100% / 2);
    font-size: 1.125rem;
}


.tes_txt ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #126FA5;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 9px;
}

.tes_txt ul li::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #126FA5;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}

.pro_end_bg {
    background: url(../images/pro_end_bg.png) center bottom no-repeat;
}

.aut_txt h4 {
    color: #35A7E9;
    margin-bottom: 1rem;
    font-weight: bolder;
}

.pro_equ_bg::after {
    content: "";
    background-image: url(../images/pro_edu_bg2.png);
    width: 283px;
    height: 248px;
    position: absolute;
    right: 20px;
    bottom: 0px;
}

/*pro-slide*/

.mhn-slide2{
    position: relative;
    margin:0 0 20px;
}
.mhn-slide2 .owl-nav{
    position: absolute;
    bottom: -20px;
    width: 50px;
}
.mhn-slide .mhn-inner, .mhn-slide2 .mhn-inner, .mhn-slide3 .mhn-inner {
    border-radius: 0;
}

.mhn-slide .mhn-item, .mhn-slide2 .mhn-item, .mhn-slide3 .mhn-item {
    padding: 0;
}
@media (min-width:992px) and (max-width:1199px) {
    .mhn-slide2 .owl-nav{
        bottom: -40px;
    }
}
/*end*/

.equ_img {
    width: 730px;
    position: relative;
}

.equ_img::before {
    content: "";
    width: 93%;
    height: 90%;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media (min-width:992px) and (max-width:1199px){
    .equ_img::before{
        top: 44%;
        height: 80%;
    }
}
.mhn-inner {
    display: flex;
}

.steel_box div p, .steel_box2 div p
{
    font-size: 1.125rem;
    padding-left: 2rem;
    position: relative;
}
.steel_box .wow, .steel_box2 .wow{
    padding-left: 2rem;
}
.steel_box div p::before, .steel_box2 div p::before
{
    content: "\ea73";
    font-family: 'icomoon';
    font-size: 1.25rem;
    text-align: right;
    position: absolute;
    left: 0;
    top: 0px;
    color: #35a7e9;
    font-weight: bold;
}

.block-center {
    justify-content: center;
}

.pro_des_box{
    position: relative;
    z-index: 0;
}
.pro_des_box::after{
    content: "";
    width: 95%;
    height: 95%;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pro_des_box:hover::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #126FA5;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.des_txt{
    width: 70%;
    text-align: center;
    position:  absolute;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    font-size: 1.125rem;
    padding: 1rem 2rem;
    background: #35a7e9;
    color: #fff;
    z-index: 1;
    transition: .5s;
}
.pro_des_box:hover .des_txt{
    border-radius: 12px;
    background: rgba(255,255,255,.3);
    border: 1px solid #fff;
    transition: .5s;
}

/* 客戶服務 */
.pro_ser_cus{
    position: relative;
    background: url(../images/pro_cus_bg.jpg) top center no-repeat;
    padding-top: 150px;
}
.ser_cus_img{
    margin-top: 80px;
}