.banner{
    width:100%;
    height:500px;
    margin: 125px auto 0 auto;
    position:relative;
}
.banner img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.new_banner_text{
    position:absolute;
    top:120px;
    left:180px;
    color:#fff;
}
.new_banner_text h3{
    font-size:52px;
    font-weight: normal;
    margin-bottom:30px;
}
.new_banner_text p{
    font-size:30px;
    line-height:48px;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}


.new_banner_text a.apply{
    display: block;
    color: #fff;
    text-align: center;
    height: 44px;
    width: 176px;
    margin-top: 40px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #66bf3a;
    font-size: 16px;
    line-height: 46px;
    box-shadow: 0px -5px #51992d inset;
    visibility: hidden;
}
.comtitle{
    margin-top:60px;
    text-align:center;
}
.comtitle .onetitle{
    color:#333;
}
.comtitle .detailtext{
    color:#666;
    margin-top: 20px;
}
.comtitle img{
    margin-top:70px;
    width:100%;
    height:100%;
}
.newitem{
    background: #F8F9FA;
    background-image: url(/Shared/images/homev1/indexv1/leftbottom.png), url(/Shared/images/homev1/indexv1/lefttop.png);
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
    padding-bottom: 100px;
    padding-top: 100px;
}
.examp_list{
    margin-top:60px;
    text-align:center;
}
.examp_list .onetitle{
    color:#333;
    margin-top:30px;
}
.examp_list img.examp_list{
    width:248px;
}
.examp_detail{
    display:flex;
    justify-content: space-between;
    margin-top:60px;
}
.examp_detail .exam_picture img{
    width:556px;
}
.examp_detail .exam_text h3{
    color:#333;
    font-size:36px;
    text-align:left;
    margin-top:90px;
}
.examp_detail .exam_text p{
    margin-top:40px;
    width:580px;
    color:#333;
    text-align:left;
}
.examp_detail .exam_text .examp_pic{
    margin-top:40px;
}
.examp_te{
    background: #F8F9FA;
    background-image: url(/Shared/images/homev1/indexv1/leftbottom.png), url(/Shared/images/homev1/indexv1/lefttop.png);
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
    padding-bottom: 100px;
    padding-top: 100px;
}
.examp_te .exam_picture .examp_logo{
    width:532px;
}
.examp_value{
    background: #F8F9FA;
    background-image: url(/Shared/images/homev1/indexv1/leftbottom.png), url(/Shared/images/homev1/indexv1/lefttop.png);
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 60px;
    margin-top:70px;
}
.examp_value h3{
    color:#333;
    font-size:36px;
    text-align:left;
}
.examp_value img{
    margin-top:50px;
    width:100%;
}