.nav_style_1 .block_menu2,.nav_style_2 .block_menu2,.nav_style_3 .block_menu2,
.nav_style_4 .block_menu2,.nav_style_5 .block_menu2,.nav_style_6 .block_menu2,
.nav_style_7 .block_menu2,.nav_style_8 .block_menu2,.nav_style_9 .block_menu2,
.nav_style_10 .block_menu2{
    /*overflow: hidden;*/
    display: inline-block;
}

/*  导航样式一
 --------------------------------------------------*/
.tile__list.nav_style_1 {
    /*float: left;*/
    /*width: 100%;*/
    height: 50px;
}
.tile__list.nav_style_1 li.modules {
    float: left;
    width: 170px;
    height: 50px;
    font: normal 400 14px/50px "Microsoft Yahei", sans-serif;
    background-color: #0faa9c;
}
.tile__list.nav_style_1 li.modules .itemCenter>a {
    color: #fff;
}
.tile__list.nav_style_1 li.modules:hover {
    background-color: #139d8e;
}
.tile__list.nav_style_1 li.modules ul.subnav {
    width:100%;
}
.tile__list.nav_style_1 li.modules ul.subnav li  {
    display: block;
    width: 100%;
    background: #139d8e;
}
.tile__list.nav_style_1 li.modules ul.subnav li a {
    display: block;
    width: 100%;
    height: 100%;
}
.tile__list.nav_style_1 li.modules ul.subnav li a:hover {
    background-color: #0faa9c;
}

/*  导航样式二
 --------------------------------------------------*/
.tile__list.nav_style_2 {
    /*float: left;*/
    /*width: 100%;*/
    height: 50px;
}
.tile__list.nav_style_2 li.modules {
    float: left;
    width: 170px;
    height: 50px;
    font: normal 400 14px/87px "Microsoft Yahei", sans-serif;
    /*background-color: #fff;*/
    border-bottom: 3px solid #fff;
}
.tile__list.nav_style_2 li.modules .itemCenter>a {
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tile__list.nav_style_2 li.modules:hover {
    border-color: #1976d3;
}
.tile__list.nav_style_2 li.modules ul.subnav {
    width:100%;
    top: 47px;
}
.tile__list.nav_style_2 li.modules ul.subnav li  {
    display: block;
    width: 100%;
    background: #fff;
}
.tile__list.nav_style_2 li.modules ul.subnav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}
.tile__list.nav_style_2 li.modules ul.subnav li a:hover {
    background-color: #f2f2f2;
}


/*  导航样式三
 --------------------------------------------------*/
.tile__list.nav_style_3 {
    /*float: left;*/
    /*width: 100%;*/
    height: 50px;
}
.tile__list.nav_style_3 li.modules {
    float: left;
    width: 170px;
    height: 50px;
    font: normal 400 14px/50px "Microsoft Yahei", sans-serif;
    background-color: rgba(0,0,0,0.8);
}
.tile__list.nav_style_3 li.modules .itemCenter>a {
    color: #fff;
    font-size: 14px;
}
/*.tile__list.nav_style_3 li.modules:hover {
    background-color: #139d8e;
}*/
.tile__list.nav_style_3 li.modules ul.subnav {
    width:100%;
}
.tile__list.nav_style_3 li.modules ul.subnav li  {
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.8);
}
.tile__list.nav_style_3 li.modules ul.subnav li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
}
.tile__list.nav_style_3 li.modules a:hover {
    /*background-color: #0faa9c;*/
    opacity: 0.65;
}


/*  导航样式四
 --------------------------------------------------*/
.tile__list.nav_style_4 {
/*    float: left;
    width: 100%;
*/    height: 50px;
}
.tile__list.nav_style_4 li.modules {
    float: left;
    width: 170px;
    height: 50px;
    font: normal 400 14px/50px "Microsoft Yahei", sans-serif;
    background-color: #ffd101;
}
.tile__list.nav_style_4 li.modules .itemCenter>a {
    color: #282828;
    font-size: 14px;
}
.tile__list.nav_style_4 li.modules:hover {
    background: #282828;
}
.tile__list.nav_style_4 li.modules:hover a {
    color: #ffd101;
}
.tile__list.nav_style_4 li.modules ul.subnav {
    width:123%;
}
.tile__list.nav_style_4 li.modules ul.subnav li  {
    display: block;
    width: 100%;
    background: #fff;
}
.tile__list.nav_style_4 li.modules ul.subnav li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #282828;
    text-align: left;
    text-indent: 2rem;
}
.tile__list.nav_style_4 li.modules ul.subnav li a:hover {
    color: #ffd101
}


/*  导航样式五
 --------------------------------------------------*/
.tile__list.nav_style_5 {
/*    float: left;
    width: 100%;
*/    height: 50px;
}
.tile__list.nav_style_5 li.modules {
    position: relative;
    float: left;
    width: 170px;
    height: 50px;
    font: normal 400 14px/50px "Microsoft Yahei", sans-serif;
    /*background-color: #fff;*/
    border-bottom: 1px #db4453 solid;
}
.tile__list.nav_style_5 li.modules .itemCenter>a {
    color: #393f48;
    font-size: 16px;
}
/*.tile__list.nav_style_5 li.modules:hover {
    background: #282828;
}*/
.tile__list.nav_style_5 li.modules:hover:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 2px;
    margin-left: -25px;
    background: #db4453
}
.tile__list.nav_style_5 li.modules:hover a {
    color: #db4453;
}
.tile__list.nav_style_5 li.modules ul.subnav {
    width:130%;
}
.tile__list.nav_style_5 li.modules ul.subnav li  {
    display: block;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}
.tile__list.nav_style_5 li.modules ul.subnav li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #666666;
    text-align: left;
    text-indent: 20px;
}
.tile__list.nav_style_5 li.modules ul.subnav li a:hover {
    color: #db4453;
}


/*  导航样式六
 --------------------------------------------------*/
.tile__list.nav_style_6 {
/*    float: left;
    width: 100%;
*/    height: 50px;
}
.tile__list.nav_style_6 li.modules {
    position: relative;
    float: left;
    width: 170px;
    height: 50px;
    font: normal 400 14px/50px "Microsoft Yahei", sans-serif;
    background-color: #1B1B1B;
}
.tile__list.nav_style_6 li.modules .itemCenter>a {
    color: #E5DFD9;
    font-size: 14px;
}
/*.tile__list.nav_style_5 li.modules:hover {
    background: #282828;
}*/
.tile__list.nav_style_6 li.modules:hover:after
{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 8px;
    height: 0;
    width: 0;
    margin-left: -4px;
    border: 0 solid transparent;
    border-bottom-color: #fff;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
}
.tile__list.nav_style_6 li.modules:hover a {
    color: #fff;
}
.tile__list.nav_style_6 li.modules ul.subnav {
    width:100%;
}
.tile__list.nav_style_6 li.modules ul.subnav li  {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
/*    border-bottom: 1px solid #f1f1f1;
*/}
.tile__list.nav_style_6 li.modules ul.subnav li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #666666;
    text-align: left;
    text-indent: 20px;
}
.tile__list.nav_style_6 li.modules ul.subnav li a:hover {
    color: #db4453;
}

/*  导航样式七
 --------------------------------------------------*/
.tile__list.nav_style_7 {
/*    float: left;
    width: 100%;
*/    height: 50px;
}
.tile__list.nav_style_7 li.modules {
    position: relative;
    float: left;
    width: 130px;
    /*height: 50px;*/
    font: normal 400 14px/50px "Microsoft Yahei", sans-serif;
    /*background-color: #fff;*/
}
.tile__list.nav_style_7 li.modules .itemCenter>a {
    color: #000;
    font-size: 14px;
}
/*.tile__list.nav_style_5 li.modules:hover {
    background: #282828;
}*/
.tile__list.nav_style_7 li.modules>a:hover {
    color: #000;
}
.tile__list.nav_style_7 li.modules ul.subnav {
    position: relative;
    width:100%;
}
.tile__list.nav_style_7 li.modules ul.subnav:after
{
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;
    border-style: solid;
    border-width: 6px;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: 2px -2px 3px 0 rgba(0,0,0,.1);
    box-shadow: 2px -2px 3px 0 rgba(0,0,0,.1);
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -8px;
    z-index: 99;
}
.tile__list.nav_style_7 li.modules ul.subnav:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
    top: 0;
    z-index: 98;
}
.tile__list.nav_style_7 li.modules ul.subnav li  {
    display: block;
    width: 100%;
    background: rgba(255,255,255,255);
/*    border-bottom: 1px solid #f1f1f1;
*/}
.tile__list.nav_style_7 li.modules ul.subnav li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #666666;
}
.tile__list.nav_style_7 li.modules ul.subnav li a:hover {
    color: #db4453;
}

/*  导航样式八
 --------------------------------------------------*/
.tile__list.nav_style_8 {
/*    float: left;
    width: 100%;
*/    height: 50px;
}
.tile__list.nav_style_8 li.modules {
    float: left;
    width: 170px;
    height: 50px;
    font: normal 400 14px/50px "Microsoft Yahei", sans-serif;
    background-color: rgba(0,0,0,0.8);
}
.tile__list.nav_style_8 li.modules .itemCenter>a {
    color: #fff;
    font-size: 14px;
}
/*.tile__list.nav_style_3 li.modules:hover {
    background-color: #139d8e;
}*/
.tile__list.nav_style_8 li.modules:hover:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 3px;
    background: #fff
}
.tile__list.nav_style_8 li.modules ul.subnav {
    width:100%;
}
.tile__list.nav_style_8 li.modules ul.subnav li  {
    display: block;
    width: 100%;
    background: rgba(255,255,255,255);
}
.tile__list.nav_style_8 li.modules ul.subnav li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
}


/*  导航样式九
 --------------------------------------------------*/
.tile__list.nav_style_9 {
/*    float: left;
    width: 100%;
*/    height: 50px;
}
.tile__list.nav_style_9 li.modules {
    float: left;
    width: auto;
    margin: 0 25px;
    height: 50px;
    font: normal 400 14px/50px "Microsoft Yahei", sans-serif;
    /*background-color: #fff;*/
}
.tile__list.nav_style_9 li.modules .itemCenter>a {
    color: #999;
    font-size: 14px;
}
/*.tile__list.nav_style_3 li.modules:hover {
    background-color: #139d8e;
}*/
.tile__list.nav_style_9 li.modules:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #fcc457;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.tile__list.nav_style_9 li.modules:hover:after{
    left: 0;
    width: 100%;
}
.tile__list.nav_style_9 li.modules:hover a{
    color: #000;
}
.tile__list.nav_style_9 li.modules ul.subnav {
    width:100%;
    border-top: 1px #999 solid;
}
.tile__list.nav_style_9 li.modules ul.subnav li  {
    display: block;
    width: 100%;
    background: rgba(255,255,255,255);
}
.tile__list.nav_style_9 li.modules ul.subnav li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
}


/*  导航样式十
 --------------------------------------------------*/
.tile__list.nav_style_10 {
/*    float: left;
    width: 100%;
*/    height: 50px;
}
.tile__list.nav_style_10 li.modules {
    float: left;
    width: auto;
    margin: 0 10px;
    height: 50px;
    font: normal 400 14px/50px "Microsoft Yahei", sans-serif;
    /*background-color: #fff;*/
}
.tile__list.nav_style_10 li.modules .itemCenter>a {
    color: #999;
    font-size: 16px;
}
.tile__list.nav_style_10 li.modules:hover {
    background-color: #e94057;
}
.tile__list.nav_style_10 li.modules:hover a{
    color: #fff;
}
.tile__list.nav_style_10 li.modules ul.subnav {
    width:100%;
    border-top: 1px #383838 solid;
}
.tile__list.nav_style_10 li.modules ul.subnav li  {
    display: block;
    width: 100%;
    background: rgba(255,255,255,255);
}
.tile__list.nav_style_10 li.modules ul.subnav li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
}




