html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none !important;
}

ul, ol ,li{
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}

select, input {
    vertical-align: middle;
    outline: none;
}

select, input, textarea {
    margin: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: baseline;
    *vertical-align: middle;
}

textarea {
    resize: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    /*font-weight: normal;*/
    font-size: 100%;
}

a, a:hover, a:active,a:visited, a:link,a:focus{
    text-decoration: none;
    outline:none !important;
    outline: 0;
    color:#333;
}

body {
    height: 100%;
    font-family:  Microsoft YaHei, Arial, "\5b8b\4f53" !important;
    color:#333 !important;
    font-size: 14px;
}


.hr_YD>.nav-tabs{
    text-align: center;
    border-bottom: none;
}
.hr_YD>.nav-tabs > li{
    float: none;
    display: inline-block;
}
.hr_YD>.nav-tabs>li>a {
    padding: 15px 0;
    font-size: 16px;
    position: relative;
    margin: 0 5px;
}
.hr_YD>.nav-tabs>li:first-child>a{
    margin-left: 0;
}
.hr_YD>.nav-tabs>li:last-child>a{
    margin-right: 0;
}
.hr_YD>.nav-tabs > li.active > a,
.hr_YD>.nav-tabs > li.active > a:hover,
.hr_YD>.nav-tabs > li.active > a:focus {
    background-color: #fff;
    color: #e60012;
    border: 1px solid transparent;
    border-bottom: 1px solid #e60012;
}
.hr_YD>.nav-tabs>li.active>a::before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #e60012;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background: #fff;
    border-left: none;
    border-top: none;
}


.banner{
    width: 100%;
    /*height: 200px;*/
    background-image: url(https://hrss.h3c.com/Uploads_New/Navigator/yd/images/banner_bg_YD.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
.banner_con {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.banner_con .banner-title {
    text-align: center;
    padding-top: 35px;
}
.banner_con .banner-title >img{
    width:70%;
}
.banner_con .banner-text {
    width: 100%;
    padding:15px ;
    z-index: 100;
    position: relative;
}
.banner_con .banner-text>p{
    line-height: 20px;
    text-indent: 2em;
}
.banner_con .banner_icon{
    width: 100%;
    text-align: center;
    /*position: absolute;*/
    /*bottom:10px;*/
    padding-bottom: 10px;
}
.banner_con .banner_icon>img{
    width:47%;
}
.video_div {
    width: 100%;
    padding: 0 15px;
}
.video_div video {
    width: 100%;
    padding-top: 15px;
}
@media (min-width:320px) and (max-width:374px){
    .hr_YD>.nav-tabs>li>a{
        font-size: 12px;
    }
}
@media (min-width:375px) and (max-width:413px){
    .hr_YD>.nav-tabs>li>a{
        font-size: 14px;
    }
}

@media (min-width:768px) {
    .banner_con .banner-title >img {
        width: 50%;
    }
    .banner_con .banner_icon>img {
        width: 36%;
    }
}