.am-slider-default .am-control-nav{
    bottom: .426667rem !important;
}
.am-slider-default .am-control-nav li a{
    width: .24rem !important;
    height: .24rem !important;
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none;
    border: 2px solid white;
}
.am-slider-default .am-control-nav li a.am-active{
    background-color: white !important;
}
.am-slider-default{
    margin: 0 !important;
}
.pd{
    padding-bottom: .32rem;
    background: #f7f7f7;
}
.title h2{
    font-size: .453333rem;
    margin: 0;
    font-weight: bold;
    padding: .426667rem .426667rem .293333rem;
}
.box{
    padding: .426667rem .32rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}


.search{
    padding: .32rem .426667rem;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
}
.search .inp{
    margin-right: auto;
    position: relative;
}
.search .inp i{
    display: block;
    background: url(../../../images/Home/icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: .32rem;
    transform: translateY(-50%);
    width: .56rem;
    height: .56rem;
}
.search input{
    height: 1.066667rem;
    width: 6.426667rem;
    border: none;
    border-radius: .533333rem;
    padding: 0 .32rem;
    font-size: .32rem;
}
input::-webkit-input-placeholder {
    color: #999 !important;
}
input::-moz-placeholder {
    color: #999  !important; 
} 
input::-moz-placeholder {
    color: #999   !important;
} 
input::-ms-input-placeholder { 
    color: #999  !important; 
}
.search .language{
    color: #999;
    font-size: .293333rem;
}
.search .language img:nth-child(1){
    width: .8rem;
    height: .8rem;
}
.search .language img:nth-child(3){
    width: .333333rem;
    height: .186667rem;
}
.search .language img:nth-child(3){
    width: .333333rem;
    height: .186667rem;
}

.content{
    position: relative;
}
.content img{
    width: 100%;
}
.content .content_box{
    position: absolute;
    top: 4.2rem;
    padding: 0 .426667rem;
}
.content .content_box .box{
    overflow: hidden;
    display: flex;
}
.content .content_box .tab{
    flex: 1;
    margin-right: .213333rem;
}
.content .content_box .tab:last-child{
    margin-right: 0;
}
.content .content_box .tab img{
    width: 2.693333rem;
    border-radius: 8px;
}
.content .content_box .tab p{
    font-size: .32rem;
    color: #666;
    text-align: center;
    margin: 0;
    margin-top: .186667rem;
}
.content .content_title{
    position: absolute;
    top: 1.306667rem;
    left: .426667rem;
}
.content .content_title h3,
.content .content_title p{
    margin: 0;
    color: #fff;
}
.content .content_title h3{
    font-size: .666667rem;
    font-weight: bold;
    margin-bottom: .293333rem;
}
.content .content_title p{
    width: 4.986667rem;
    font-size: .32rem;
}


.delivery,
.training,
.study{
    padding-top: 2.546667rem;
}

.training .content_box .box .tab{
    border-radius: 8px;
    border: 1px solid #e6e6e6;
}
.training .content_box .box .tab img{
    width: 2.64rem;
    border-radius: 8px 8px 0 0;
}
.training .content_box .box .tab p{
    margin: .186667rem 0 .253333rem;
    font-size: .293333rem;
}


.study_content{
    padding: 0 .426667rem;
}
.study_content .study_box{
    padding: .426667rem .32rem 0;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
}
.study_content .study_box::after{
    position: absolute;
    content: '';
    display: block;
    width: 8.48rem;
    height: 1px;
    background: #e6e6e6;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.study_content .study_box .tab{
    width: 4.146667rem;
    float: left;
    margin-right: .213333rem;
}
.study_content .study_box .tab:nth-child(2),
.study_content .study_box .tab:nth-child(4),
.study_content .study_box .tab:nth-child(6){
    margin-right: 0;
}
.study_content .study_box .tab img{
    width: 100%;
    border-radius: 8px;
}
.study_content .study_box .tab p{
    text-align: center;
    margin: .213333rem 0 .426667rem;
    color: #999;
    font-size: .293333rem;
}
.study_content .btn{
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    padding: .426667rem .32rem;
}
.study_content .btn a{
    margin: 0 auto;
    width: 5.706667rem;
    height: 1.066667rem;
    border-radius: .533333rem;
    line-height: 1.066667rem;
    display: block;
    text-align: center;
    border: 1px solid #ff6f06;
    font-size: .32rem;
    color: #ff6f06;
}
.study_middle{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}