.newNav2017 {
    display: none;
}

.pc2017Nav {
    width: 100%;
    /*margin-top: 115px;*/
    position: relative;
    overflow: visible;
    /*background: url(../img/new2017/nav-bg.png) #fff repeat-x 0 100%;*/
    z-index: 3;
}

.pc2017Nav .con {
    width: 1000px;
    margin: 0 auto;
    color: #043464;
    height: 62px;
    line-height: 62px;
}

.pc2017Nav ul li {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    padding: 0 20px;
}

.pc2017Nav ul a {
    color: #043464;
    text-decoration: none;
}

.pc2017Nav ul a:hover {
    text-decoration: underline;
}

.pc2017Nav ul li:last-child {
    padding: 0 0 0 20px;
}

.pc2017Nav .nowPage {
    width: 570px;
    padding-left: 25px;
    float: left;
    text-align: left;
}

.pc2017Nav .dropDown {
    width: 100%;
    line-height: 62px;
    position: absolute;
    top: 62px;
    height: 62px;
    z-index: 99999;
    display: none;
}

.pc2017Nav .dropDown .bgs {
    box-shadow: 0px 2px 20px 1px #989898 inset;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: white;
    opacity: .9;
    width: 100%;
    height: 62px;
}

.navActive {
    text-decoration: none;
    border-bottom: 1px solid gray;
    padding-bottom: 3px;
}

.pc2017Nav .dropDown ul {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.pc2017Nav .dropDown ul li:nth-of-type(1) {
    margin-left: 596px;
}

.pc2017Nav .dropDown ul li {
    opacity: .4;
    padding-top: 5px;
    font-size: 12px;
}

.pc2017Nav .dropDown ul li a {
    display: block;
    height: 25px;
    line-height: 25px;
}

.pc2017Nav .dropDown span {
    display: block;
    margin: 0 auto;
}

.pc2017Nav .dropDown .icon-nav-Minors {
    background-image: url(../images/nav-sprite.png);
    background-position: -38px 0px;
    width: 28px;
    height: 26px;
}

.pc2017Nav .dropDown .icon-nav-ModerateDrinking {
    background-image: url(../images/nav-sprite.png);
    background-position: -29px -38px;
    width: 19px;
    height: 25px;
}

.pc2017Nav .dropDown .icon-nav-Pregnants {
    background-image: url(../images/nav-sprite.png);
    background-position: 0px -38px;
    width: 19px;
    height: 31px;
}

.pc2017Nav .dropDown .icon-nav-steeringwheel {
    background-image: url(../images/nav-sprite.png);
    background-position: 0px 0px;
    width: 28px;
    height: 28px;
}

.mobile2017Nav {
    width: 100%;
    position: fixed;
    top: calc(100% - 1rem);
    margin: 0;
    z-index: 9999;
}

.mobile2017Nav .nowPage {
    display: none;
}

.pc2017Nav .nowPage a {
    color: #043464;
    text-decoration: none;
    font-size: 15px
}

.mobile2017Nav .con {
    width: 100%;
    height: auto;
}

.mobile2017Nav .con ul {
    display: -webkit-box;
    display: flex;
    width: 100%;
}

.mobile2017Nav .con ul li {
    -webkit-box-flex: 1;
    flex: 1;
    text-indent: -9999px;
    overflow: hidden;
    height: 1.15rem;
    padding: 0;
}

.mobile2017Nav .con ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.mobile2017Nav .con ul .first {
    background: url(../img/new2017/mb/nav_btn01.gif) #002454 no-repeat top left;
    background-size: 100% auto;
}

.mobile2017Nav .con ul .second {
    background: url(../img/new2017/mb/nav_btn02.gif) #002454 no-repeat top left;
    background-size: 100% auto;
}

.mobile2017Nav .con ul .third {
    background: url(../img/new2017/mb/nav_btn03.gif) #002454 no-repeat top left;
    background-size: 100% auto;
}

.mobile2017Nav .con ul .fourth {
    background: url(../img/new2017/mb/nav_btn04.gif) #002454 no-repeat top left;
    background-size: 100% auto;
}

.mobile2017Nav .con ul .firstLiHover {
    background: url(../img/new2017/mb/nav_btn01.gif) #002454 no-repeat left bottom;
    background-size: 100% auto;
}

.mobile2017Nav .con ul .secondLiHover {
    background: url(../img/new2017/mb/nav_btn02.gif) #002454 no-repeat left bottom;
    background-size: 100% auto;
}

.mobile2017Nav .con ul .thirdLiHover {
    background: url(../img/new2017/mb/nav_btn03.gif) #002454 no-repeat left bottom;
    background-size: 100% auto;
}

.mobile2017Nav .con ul .fourthLiHover {
    background: url(../img/new2017/mb/nav_btn04.gif) #002454 no-repeat left bottom;
    background-size: 100% auto;
}

.mobile2017Nav .dropDown {
    display: none;
    width: 100%;
    height: .88rem;
    position: absolute;
    left: 0;
}

.mobile2017Nav .dropDown .bgs {
    background: #f2f2f2;
    height: .88rem;
    opacity: .8;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.mobile2017Nav .dropDown ul {
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
}

.mobile2017Nav .dropDown ul li:nth-of-type(1) {
    margin: 0;
}

.mobile2017Nav .dropDown ul li {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 .2rem;
    font-size: .2rem;
    height: 100%;
    padding: .2rem;
    /*opacity:.6;*/
    opacity: 1;
}

.mobile2017Nav .dropDown ul li a {
    height: .34rem;
    line-height: .35rem;
    text-decoration: none;
    color: #7a7a7a;
}

.mobile2017Nav .dropDown span {
    display: block;
    margin: 0 auto;
}

.mobile2017Nav .dropDown .icon-nav-steeringwheel {
    background-image: url(../img/new2017/nav-sprite.png);
    width: 0.28rem;
    height: 0.28rem;
    background-size: 0.6rem 0.6rem;
    background-position: 0 0;
}

.mobile2017Nav .dropDown .icon-nav-ModerateDrinking {
    background-image: url(../img/new2017/nav-sprite.png);
    width: .2rem;
    height: .28rem;
    background-size: 0.6rem 0.6rem;
    background-position: -.25rem -.33rem;
}

.mobile2017Nav .dropDown .icon-nav-Minors {
    background-image: url(../img/new2017/nav-sprite.png);
    width: .28rem;
    height: .28rem;
    background-size: 0.6rem 0.6rem;
    background-position: -.32rem 0;
}

.mobile2017Nav .dropDown .icon-nav-Pregnants {
    background-image: url(../img/new2017/nav-sprite.png);
    width: .2rem;
    height: .28rem;
    background-size: 0.6rem 0.6rem;
    background-position: 0 -.33rem;
}
