﻿@media screen and (max-width:1025px) {
.header.header_navigation {
	height: 50px;
	/*padding: 0 11px;*/
}

.header .header-right {
	position: absolute;
	right: 0;
}
.tagtitle{
  text-align: center;
    margin: 10px 0;
    color: #ffffff;
    background: #3092f4;
    padding: 10px 0;
}
.nav_box .caption {
	display: inline-block;
	padding: 8px 13px;
	color: #2196F3;
	font-size: 16px;
  border-bottom: 2px solid;
}

.nav_box .content_wrap {
	display: flex;
	/*width: 100%;*/
	flex-wrap: wrap;
	padding: 10px;
	text-align: center;
	background-color: #fff;
}
.nav_box .content_wrap .item {
	width: calc(calc(100% /3) - 2px);
	padding-top: 12px;
	padding-bottom: 12px;
	color: #666;
	border-bottom: 1px dotted #EBEBEB;
	border-right: 1px dotted #EBEBEB;
}
.nav_box .content_wrap .item.b_right_0 {
	border-right: 0;
}
.nav_box .content_wrap .item.b_bottom_0 {
	border-bottom: 0;
}
.nav_box .content_wrap .item.b_top_1 {
	border-top: 1px dotted #EBEBEB;
}
}