﻿body {
	display: block;
}

input, textarea, button {
	font-family: 'Open Sans', Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.sp-form-container {
	font-size: 1em;
	padding: 24px 21px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #333333;
	background-color: #F0F0F0;
}
.sp-form-container .sp-form-item:not(:last-child) {
	margin-bottom: 0.8em;
	padding-bottom: 0.8em;
}
.sp-form-field, .sp-form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: flex-start;
}
.sp-form-field > .sp-form-label, .sp-form-group > .sp-form-label {
	font-size: 1em;
	font-weight: bold;
	word-break: break-all;
	box-sizing: border-box;
	color: #333333;
	display: flex;
	align-items: center;
	margin-bottom: .4em;
}
.sp-form-group-item > .sp-form-label {
	word-break: break-all;
	display: inline-block;
	margin-bottom: .2em;
}
.sp-form-field > .sp-form-data, .sp-form-group > .sp-form-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	font-weight: bold;
	position: relative;
	width: 100%;
}
.sp-form-group-item > .sp-form-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.sp-form-required {
	display: inline-block;
	margin: 0 7px 0 0;
	line-height: 1;
	font-size: 12px;
	color: #fff;
	background: #E4032E;
	padding: 4px 0;
	width: 66px;
	text-align: center;
	order: -1;
}
.sp-form-group-item:not(:last-child) {
	margin-bottom: .5em;
}
.sp-form-noted {
	display: none;
	position: absolute;
	top: -50px;
	background: #5D5D5D;
	color: #fff;
	padding: 10px 14px;
	border-radius: 5px;
}
.sp-form-noted::before {
	display: none;
	content: "";
	position: absolute;
	top: 100%;
	left: 15px;
	border: 6px solid transparent;
	border-top: 7px solid #5D5D5D;
}
.sp-form-control:focus + .sp-form-noted, .sp-form-control:focus + .sp-form-noted::before {
	display: block;
}
.sp-form-error {
	color: #E4032E;
	margin-top: 4px;
}
.sp-form-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-progress-appearance: none;
	appearance: none;
	font-family: inherit;
	font-size: 1em;
	line-height: 1.5;
	padding: 8px;
	color: #333333;
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #fff;
	outline: none;
}
.sp-form-control:focus {
	border: 2px solid #E4E4E4;
	box-sizing: border-box;
}
.sp-form-control:placeholder-shown {
	color: #bababa;
	font-weight: normal;
}
.sp-form-control::placeholder {
	color: #bababa;
}
.sp-form-control::-ms-input-placeholder {
	color: #bababa;
}
.sp-form-control:-ms-input-placeholder {
	color: #bababa;
}
.sp-form-control:-moz-placeholder {
	color: #bababa;
}
textarea.sp-form-control {
	resize: vertical;
}
select.sp-form-control, option.sp-form-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-progress-appearance: none;
	appearance: none;
	padding-right: 1.5em;
}
select.sp-form-control::-ms-expand {
	display: none;
}
.sp-form-phone .sp-form-control {
	max-width: 20em;
}
.sp-form-phone > *:not(:only-child) {
	margin-right: .5rem;
}
.sp-form-dropdown {
	position: relative;
}
.sp-form-dropdown-icon {
	display: block;
	position: absolute;
	top: 18px;
	right: .5em;
	line-height: 0;
	pointer-events: none;
}
.sp-form-dropdown-icon:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-right: solid 2px #E4032E;
	border-bottom: solid 2px #E4032E;
	-webkit-transform: translate(-2px, -2px) rotate(45deg);
	transform: translate(-2px, -2px) rotate(45deg);
}
.sp-form-selection {
	display: block;
	margin-bottom: .625em;
}
.sp-form-datetimes, .sp-form-date, .sp-form-time, .sp-form-timezone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sp-form-datetime, .sp-form-date, .sp-form-time, .sp-form-timezone {
	margin-right: .5rem;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.sp-form-datetime {
	max-width: 20em;
}
.sp-form-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sp-form-date-separator {
	width: 1em;
	text-align: center;
	-ms-flex-negative: 1;
	flex-shrink: 0;
}
.sp-form-number {
	max-width: 10.5em;
}
.sp-form-email-reenter {
	font-size: .9em;
	margin-bottom: .2em;
}
.sp-form-html p {
	margin: 0;
}
.sp-form-interaction {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	margin-top: 1em;
}
.sp-form-prev-button {
	color: #707071;
	background-color: transparent;
	border: 1.0px solid #707071;
	font-weight: bold;
	position: relative;
	order: 1;
}
.sp-form-prev-button::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-left: solid 2px #707071;
	border-bottom: solid 2px #707071;
	-webkit-transform: translate(-2px, -2px) rotate(45deg);
	transform: translate(-2px, -2px) rotate(45deg);
	position: absolute;
	left: 16px;
	top: 50%;
	order: 0;
}
.sp-form-prev-button:hover {
	color: #fff;
	background: #707071;
}
.sp-form-prev-button:hover::after {
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
}
.sp-form-next-button {
	color: #ffffff;
	background-color: #E4032E;
	border: none;
	font-weight: bold;
	position: relative;
}
.sp-form-next-button::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: translate(-2px, -2px) rotate(45deg);
	transform: translate(-2px, -2px) rotate(45deg);
	position: absolute;
	right: 16px;
	top: 50%;
}
.sp-form-next-button:hover {
	opacity: .8;
}
.sp-form-next-button:disabled:hover {
	opacity: 1;
}
.sp-form-field .sp-form-embedded {
	padding: 8px 0;
	font-weight: normal;
}
.sp-form-selection > input[type="radio"], .sp-form-selection > input[type="checkbox"] {
	vertical-align: middle;
	margin-left: 0;
}
.sp-form-selection > input[type="radio"] {
	margin-top: 0;
}
input[type="checkbox"] {
	display: none;
}
.sp-form-date > input, .sp-form-time > input {
	max-width: 7em;
}
.sp-form-interaction > button {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	cursor: pointer;
	font-size: 1em;
	line-height: 1.5;
	margin: .5rem 0;
	padding: .375rem 0;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	height: 53px;
}
@media (min-width:768px) {
	.sp-form-container {
		font-size: initial;
		padding: 50px 12%;
	}
	.sp-form-field, .sp-form-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	.sp-form-field > .sp-form-label, .sp-form-group > .sp-form-label {
		font-size: 1em;
		width: 32%;
		padding: 10px 0;
		margin-bottom: 0;
		justify-content: space-between;
	}
	.sp-form-group .sp-form-group-item > .sp-form-label {
		font-size: .9em;
		padding-right: .5em;
	}
	.sp-form-field > .sp-form-data, .sp-form-group > .sp-form-data {
		font-size: 1em;
		width: 70%;
	}
	.sp-form-group > .sp-form-data {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.sp-form-group.sp-form-group-vertical > .sp-form-data {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.sp-form-group-item {
		padding: .25em;
	}
	.sp-form-group-item:not(:last-child) {
		margin-bottom: 0;
	}
	.sp-form-control {
		font-size: 1em;
	}
	.sp-form-selection-vertical {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.sp-form-selection-horizontal {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.sp-form-interaction {
		justify-content: center;
		margin-top: 2em;
	}
	.sp-form-group-item .sp-form-embedded {
		padding-right: 5em;
	}
	.sp-form-interaction > button {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		width: 203px;
	}
	.sp-form-required {
		order: 1;
		margin: 0 16px 0 auto;
	}
}
@media (max-width:910px) and (min-width:768px) {
	.sp-form-container {
		font-size: initial;
		padding: 30px 5%;
	}
}
.sp-form-recaptcha {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.sp-form-recaptcha-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.sp-form-recaptcha-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sp-form-file-button {
	color: #000000;
	background-color: #cecece;
	border-style: none;
	border-width: 1px;
	border-color: #000000;
	border-radius: 0.25rem;
	padding: 4.875px 9.75px;
	font-size: 80%;
	cursor: pointer;
}
.sp-form-file-button:focus {
	outline: 0;
}
.sp-from-file-default-drag-drop-area {
	color: #333333;
	background-color: #f8f8f8;
	border-style: dashed;
	border-width: 1px;
	border-color: #666666;
	border-radius: 0rem;
	width: 100%;
	height: 200px;
	text-align: center;
}
.sp-from-file-ondraghover-drag-drop-area {
	color: #333333;
	background-color: #efefef;
	border-style: dashed;
	border-width: 1px;
	border-color: #6c757d;
	border-radius: 0rem;
	width: 100%;
	height: 200px;
}
.sp-from-file-ondragleave-drag-drop-area {
	color: #333333;
	background-color: #f8f8f8;
	border-style: dashed;
	border-width: 1px;
	border-color: #6c757d;
	border-radius: 0rem;
	width: 100%;
	height: 200px;
}
.sp-from-file-ondrop-drag-drop-area {
	color: #333333;
	background-color: #f8f8f8;
	border-style: dashed;
	border-width: 1px;
	border-color: #6c757d;
	border-radius: 0rem;
	width: 100%;
	height: 200px;
}
.sp-form-embedded > .sp-file-info:last-child {
	padding-bottom: 0;
}
.sp-file-info {
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1.5;
}
.sp-file-info > div {
	width: 100%;
}
/* 追加したclass */
.contact__wrapper {
	margin: 10px auto 70px;
	width: 100%;
}
.contact__title {
	font-size: 26px;
	padding: 0 15px;
	margin: 0 auto 30px;
	text-align: center;
}
.contact__form-attention {
	margin-bottom: 40px;
}
.contact__form-attention span {
	font-weight: bold;
}
.contact__form-label--sp {
	display: block;
	order: 1;
}
.contact__form-label--pc {
	display: none;
}
.contact__form-checkbox-label {
	vertical-align: middle;
	position: relative;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.contact__form-checkbox-label::before {
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	margin-right: 14px;
	background: #fff;
	flex-shrink: 0;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
}
input[type="checkbox"]:checked + .contact__form-checkbox-label, input[checked="checked"] + .contact__form-checkbox-label {
	color: #e20031;
}
input[type="checkbox"]:checked + .contact__form-checkbox-label::before, input[checked="checked"] + .contact__form-checkbox-label::before {
	background: #e20031;
}
.contact__form-checkbox-label::after {
	position: absolute;
	top: 4px;
	left: 8px;
	display: block;
	content: '';
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	width: 5px;
	height: 9px;
	opacity: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type="checkbox"]:checked + .contact__form-checkbox-label::after, input[checked="checked"] + .contact__form-checkbox-label::after {
	opacity: 1;
	box-sizing: unset;
}
.contact__form-privacy {
	margin: 30px 0 13px;
	text-align: center;
}
.contact__form-agree {
	display: flex;
	justify-content: center;
}
.contact__form-btn--confirm:disabled {
	background: #DBDBDB;
	cursor: default;
}
@media (max-width:429px) {
	.contact__form-noted--email {
		top: -62px;
		line-height: 1.2;
	}
}
@media (min-width:640px) {
	.contact__wrapper {
		margin: 10px auto 70px;
	}
}
@media (min-width:768px) {
	.contact__wrapper {
		max-width: 1000px;
		margin: 10px auto 70px;
	}
	.contact__title {
		max-width: 1000px;
		margin: 0 auto 48px;
	}
	.contact__form-label--sp {
		display: none;
	}
	.contact__form-label--pc {
		display: block;
		margin-bottom: 12px;
	}
	.contact__form-control--num {
		width: 40%;
	}
	.sp-form-interaction > button.contact__form-btn--confirm {
		width: 258px;
	}
}
.news-list__item .news-list-title h2 a {
    color: #e4032e;
}
.news-list__item .news-list-title h2 a:hover{
	color: #98021f;
	text-decoration: underline;
}
/* 中国事业部 */
.business{
    padding-left: .64rem;
    width: 100%;
}
.business-title01.hasRedLine {
    height: 100%;
    padding-bottom: .16rem;
}
.business-title01 {
    color: #000;
    font-size: 2rem;
    font-weight: 400;
}
.business-body{
    margin-top: 1rem;
    width:100%;
    overflow: hidden;
}
.sk-list{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.sk-item{
  width: 94%;
  border:1px solid #ccc;
  padding: 1.5rem 3%;
  list-style: none;
  margin-bottom:1rem;
}
.sk-info{
  border-bottom: 1px solid #CCC;
  padding-bottom:1.5rem;
}
.sk-info .name{
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color:#333;
  margin-bottom:0.5rem;
}
.sk-info .address{
  font-size: 0.9rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #333;
}
.sk-contact dl{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.sk-contact dl dd{
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
}
.sk-contact dl dd img{
  margin-right:0.5rem;
  width: 50px;
  height: 50px;
}
.sk-contact dl dd span{
  font-size:0.9rem;
  line-height: 50px;
}

.nmt-list{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.nmt-item{
  width: 96%;
  padding: 1.5rem 2%;
  list-style: none;
  margin-bottom:1rem;
}

.nmt-dealer{
  margin-top:1rem;
}
.nmt-dealer h2{
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #333;
}
.nmt-addr{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top:1rem;
}
.nmt-addr .nmt-city{
  width: 24%;
  padding-left:1%;
  margin-bottom:1.5rem;
}
.nmt-addr .nmt-city a{
  font-size: 1.2rem;
  color: #333;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
}
.nmt-addr .nmt-city a:hover{
  color: #e4032e;
}
.nmt-addr .nmt-city a:hover span{
  background-image: url(../image/Arrow-Right.png);
}
.nmt-addr .nmt-city a span{
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 3%;
  background-image: url(../image/ArrowRight.png);
  padding-left: 5%;
}

.nmt-info-addr{
  margin-bottom:1rem;
}
.nmt-info-addr p{
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 600;
  color: #333;
}


.nsk-search-box--modal {
    overflow: hidden auto;
    right: 0;
    width: 100%
}

.nsk-search-box--modal,.nsk-search-box--modal:after {
    opacity: 0;
    position: fixed;
    top: 6.0625rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    z-index: -1
}

.nsk-search-box--modal:after {
    background: hsla(0,0%,45%,.6);
    content: "";
    inset: 0;
    width: 100vw
}

.nsk-search-box--modal.opened,.nsk-search-box--modal.opened:after {
    opacity: 1;
    visibility: visible
}

.nsk-search-box--modal .nsk-search-box__outer {
    background: #f0f0f0;
    padding: 1.875rem .9375rem;
    position: relative;
    z-index: 5
}

.nsk-search-box--modal .nsk-search-box__container {
    margin: 0 auto;
    max-width: 77.5rem;
    width: 100%
}

.nsk-search-box--modal .nsk-search-box__form {
    margin: 0 auto
}

.nsk-search-box--modal .nsk-search-box__form .cmp-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.nsk-search-box--modal .nsk-search-box__form .cmp-form .cmp-form-text_text {
    background: #fff;
    border: 0;
    border-radius: 0;
    font-size: .875rem;
    height: 3.125rem;
    padding: .125rem .9375rem;
    width: calc(100vw - 5pc)
}

@media(min-width: 1024px) {
    .nsk-search-box--modal .nsk-search-box__form .cmp-form .cmp-form-text_text {
        font-size:1rem;
        width: 39.375rem
    }
}

.nsk-search-box--modal .nsk-search-box__form .cmp-form .cmp-form-button {
    -ms-flex-negative: 0;
    background: #e4032e;
    border: 0;
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    height: 3.125rem;
    line-height: 3.625rem;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 3.125rem
}

.nsk-search-box--modal .nsk-search-box__form .cmp-form .cmp-form-button svg {
    fill: #fff
}

.nsk-search-box--modal .nsk-search-box__form .cmp-form .cmp-form-button:active,.nsk-search-box--modal .nsk-search-box__form .cmp-form .cmp-form-button:hover {
    background: #98021f
}

.nsk-search-box--modal .nsk-search-box__form .cmp-form .cmp-form-button:active svg,.nsk-search-box--modal .nsk-search-box__form .cmp-form .cmp-form-button:hover svg {
    fill: #fff
}

@media(min-width: 1024px) {
    .nsk-search-box--modal .nsk-search-box__form .cmp-form .cmp-form-button:hover {
        background:#98021f
    }

    .nsk-search-box--modal .nsk-search-box__form .cmp-form .cmp-form-button:hover svg {
        fill: #fff
    }
}


/*经销商名录*/
/*表格 开始*/
.table-wrapper{
    margin: 10px 0 25px;
}

.fl-table {
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 50%;
  text-align: center;
  box-shadow: 0px 8px 15px rgb(0 0 0 / 20%);
  white-space: nowrap;
  background-color: white;
}
.seor_li.col-lg-12 ul li:last-child {
  text-indent: 14px;
}
.fl-table td, .fl-table th {
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #324960;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
            white-space: normal;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}
/*表格  结束*/
.ml_list{
    clear:both;
    width: 100%;
}
.migl_tit {
    margin: 1rem 0;
}
.seor_ml{
    width: 100%;
    margin-top:1rem;
    padding-bottom:1rem;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.seor_ml li {
  margin-right:1%;
  line-height: 2em;
  list-style: none;
}
.seor_ml li a {
 color: #f15775;
}
.migl_tit p {
    display: inline-block;
    font-size: 21px;
    color: #6f6969;
    padding-bottom: 10px;
    border-bottom:1px solid #ccc;
}
a.add_xy {
    margin: 0 15px;
    font-size: 18px;
    color: #ec5270;
    display: inline-block;
    padding-bottom: 1rem;
}
.well {
  border:none!important;
  background-color: #fff!important;
}
.seor_li.col-lg-12 li {
  color: #777;
      margin: 10px 0;
}
.lin_img.col-xs-12.col-lg-6 img {
    width: 35%;
}
/*结束*/



.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 4px 4px 0 0;
  padding: 3px 6px;
}

.nav-tabs>li>a:hover {
  background-color:#d12d37;
  color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #fff;
  cursor: default;
  background-color: #d12d37;
  border-bottom-color: transparent;
  padding: 3px 6px;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0
}

.nav-tabs.nav-justified>li {
  float: none
}

.nav-tabs.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff
  }
}

.nav-tabs-justified {
  border-bottom: 0
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #fff
  }
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }
}

@media (min-width:768px) {
  .navbar-header {
    float: left
  }
}











