.pages {
	width: 100%;
	padding: 10px 0;
	background: #fafafa;
	text-align: center;
}
.pages a, .pager span {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #fff;
	color: #333;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	margin: 0 3px;
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	vertical-align: top;
}
.pages a.btn-prev, .pages a.btn-next {
	width: 60px;
}
.pages a.btn-first, .pages a.btn-last {
	width: 60px;
}
.pages a:hover, .pages a.active {
	background-color: #008dea;
	color: #fff;
}
.pages a.disabled, .pages a[disabled] {
	cursor: not-allowed;
	background-color: #f9f9f9;
	color: #ccc;
}
.pages a.disabled.focus,
.pages a.disabled:focus, 
.pages a.disabled:hover, 
.pages a[disabled].focus, 
.pages a[disabled]:focus, 
.pages a[disabled]:hover {
	color: #ccc;
	background-color: #f9f9f9;
	border-color: #E9E9E9;
}

body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #232815;
	/*background: #e9e9e9;*/
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #111111;
}
a:hover, a:focus {
 	outline: none;
  	text-decoration: none;
}
button {
  	outline: 0 !important;
}
/*img {
	max-width: 100%;
	height: auto;
}*/
ol, ul {
	list-style: none;
}

.back-to-top {
	display: none;
  	z-index: 500;
  	width: 70px;
  	height: 64px;
  	text-align: center;
  	font-size: 14px;
  	position: fixed;
  	bottom: 226px;
  	right: 20px;
  	background-color: #e40011;
  	color: #fff;
  	text-decoration: none;
  	cursor: pointer;
  	background-image: url("../images/common/back-top.jpg");
  	background-size: cover;
  	background-repeat: no-repeat;
}

/* 标题文字样式 */
.new-section-title {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	overflow: hidden;
}

.new-section-title h3 {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #0097E0;
	letter-spacing: 3px;
}

.new-section-title:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 6%;
	height: 4px;
	background: #0097E0;
	transform: translateX(-50%);
	text-align: center;
}

/*全部-导航条样式复写*/
.main-header .navbar-default{
    border:0;
    margin-bottom: 0;
    border-bottom: 2px solid #0ba1e4;
    background-color: #fff;
}
.main-header .navbar-brand {
	height: auto;
	padding: 15px 0 15px 15px;
}
.main-header .logo img {
	height: 50px;
}
.navbar-toggle {
	margin-top: 14px;
	margin-bottom: 14px;
	border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.main-header .navbar-default .navbar-nav > li {
	position: relative;
	padding: 15px 17px;
}
.main-header .navbar-default .navbar-nav > li.dropdown::after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f107";
	position: absolute;
	top: 32px;
	right: 5px;
	font-size: 16px;
}
.main-header .navbar-default .navbar-nav > li > a{
    font-size: 16px;
    color: #232815;
    padding: 15px 0;
}
.main-header .navbar-default .navbar-nav > li > a::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #3eafe7;
}
.main-header .navbar-default .navbar-nav > li.active > a::before, .main-header .navbar-default .navbar-nav > li:hover > a::before {
	right: auto;
	left: 0;
	width: 100%;
}
.main-header .navbar-default .navbar-nav > li > a:hover, .main-header .navbar-default .navbar-nav > li.active > a {
	/* font-weight: bold; */
	color: #3eafe7;
}

.main-header .navbar-default .navbar-nav>.open>a,
.main-header .navbar-default .navbar-nav>.open>a:focus,
.main-header .navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
}

/*banner*/
.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
	text-align: center;
}
.banner .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active {
	background: #007aff;
}
.banner img {
	max-width: 100%;
	height: auto;
}

/*服务*/
.services-section .row {
	margin-bottom: 20px;
}
.services-section img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/*资讯动态*/
.section-title {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	overflow: hidden;
}
.section-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f8ccd+0,379ad1+50,e9e9e9+100 */
	background: #1f8ccd; /* Old browsers */
	background: -moz-linear-gradient(left,  #1f8ccd 0%, #379ad1 50%, #e9e9e9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #1f8ccd 0%,#379ad1 50%,#e9e9e9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #1f8ccd 0%,#379ad1 50%,#e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f8ccd', endColorstr='#e9e9e9',GradientType=1 ); /* IE6-9 */
}
.section-title h3 {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
}
.trends-section {
	position: relative;
	width: 100%;
	height: auto;
}
.trends-section img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.trends-section .col-xs-6 {
	padding: 0 10px;
}

.apply {
	width: 100%;
	padding: 100px 0;
	height: auto;
	background-color: #e9e9e9;
}
.apply .card {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 30px;
}
.apply .card .card-icon img {
	width: 150px;
}
.apply .card .card-text {
	margin-top: 10px;
	font-size: 16px;
}

/*通用底部*/

/* .main-footer {
	border-top: solid 4px #e40013;
	background-color: #0195dd;
	background: url("../images/index/footer-bg.png");
	padding: 50px 0;
} */


.main-footer {
    background-color: #0195dd; /* 备用背景色，以防图像加载失败 */
    background-image: url("../images/index/footer-bg.png"); /* 背景图路径 */
    background-size: auto; /* 使背景图覆盖整个容器 */
    background-position: center; /* 背景图居中对齐 */
    height: 300px; /* 根据需求设置具体高度 */
    padding: 70px 0;
}


.main-footer {
    background-color: #0195dd; 
    background-image: url("../images/index/footer-bg.png"); 
    background-size: contain; /* 保持图像的比例并显示完整 */
    background-repeat: no-repeat; /* 不重复 */
    background-position: top center; /* 将图像定位在顶部中间 */
    height: 300px; /* 可以根据需要调整 */
}


.main-footer .copyright {
	padding-left: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	/* background-image: url("../images/common/footer_bg.png"); */
	background-repeat: no-repeat;
	background-position: left center;
}
.main-footer .copyright p {
	font-size: 16px;
	/* font-size: 0.16rem; */
}
.main-footer .copyright p:last-child {
	margin-bottom: 0;
}


.main-footer .qrcode  {
	text-align: center;
	color: #fff;
}
.main-footer .qrcode p {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 12px;
	color: #fff;
}
.main-footer .qrcode img {
	max-width: 100%;
	height: auto;
}

/*公共*/
.base-title {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	margin-top: 50px;
}
.base-title img {
	width: 100px;
}
.base-title h3 {
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
}
.base-title h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 25px;
	width: 100%;
	height: 1px;
	/*background-color: #908c8b;*/
	z-index: 1;
}
.base-title h3 span {
	position: relative;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	/*background: #fff;*/
	z-index: 2;
}

.number {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #231816;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	border-radius: 50%;
	margin-right: 5px;
}

/*企业简介*/
.introduction img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.introduction .introduction-content {
	padding: 50px 0;
	text-align: center;
}
.introduction .introduction-content h3 {
	position: relative;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #4d4d4d;
	margin-bottom: 30px;
}
.introduction .introduction-content h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	height: 10px;
	background-color: #faed01;
	z-index: -1;
}
.introduction .introduction-content p {
	text-align: left;
	text-indent: 2em;
	line-height: 1.8;
	font-size: 18px;
}
.introduction .introduction-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/*发展历程*/
.history .history-content {
	padding: 20px 0 50px;
}
.timeline {
	position: relative;
	width: 100%;
	height: auto;
}
.timeline:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    margin-left: -0.5px;
    /* background: #0195df; */
}
.timeline-item {
	position: relative;
	width: 100%;
	padding: 20px 0;
	border-bottom: solid 1px #0195df;
}
.timeline-item:last-child {
	border-bottom: none;
}
.timeline-item .timeline-item-box {
	width: 100%;
	padding: 40px 0 40px 50%;
	overflow: hidden;
	background-image: url("../images/history/timeline_bg.png");
	background-repeat: no-repeat;
	background-position: center; 
}
.timeline-item .timeline-item-box .time-axis-img {
	padding: 0 50px;
}
.timeline-item .timeline-item-box .time-axis-img img {
	border-radius: 20px;
	max-width: 100%;
	height: auto;
}
.timeline-item .time-axis-icon {
	position: absolute;
	top: -7px;
	left: 50%;
	width: 14px;
	height: 14px;
	margin-left: -7px;
	border-radius: 50%;
	background: #0195df;
}
.timeline-item .time-axis-icon.large {
	width: 26px;
	height: 26px;
	top: -13px;
	margin-left: -13px;
}
.timeline-item .time-axis-icon.big {
	width: 32px;
	height: 32px;
	top: -16px;
	margin-left: -16px;
}
.timeline-item .time-axis-date {
	position: absolute;
	left: 0;
	top: 50%;
	/*top: 0;*/
	width: 50%;
	/*height: 100%;*/
	padding-right: 20px;
	/*margin-top: -54px;*/
	transform: translateY(-50%);
}
.timeline-item .time-axis-date h2 {
	margin-top: 0;
	font-size: 60px;
	font-weight: normal;
	color: #0093d9;
}
.timeline-item .time-axis-date span {
	font-size: 20px;
}

.timeline-item.right .time-axis-date {
	left: auto;
	right: 0;
	padding-left: 50px;
}
.timeline-item.right .timeline-item-box {
	padding-left: 0;
	padding-right: 50%;
}
.timeline-item.right .timeline-item-box .time-axis-img {
	padding-left: 0;
}

/*东鸽门店*/
.store {
	position: relative;
	width: 100%;
	height: auto;
}
.store .container {
	padding-bottom: 400px;
	background-image: url("../images/store/store_bottom_bg.png"); 
	background-repeat: no-repeat;
	background-position: 15px bottom;
	background-size: 30% auto;
}
.store .store-content {
	padding-top: 20px;
    padding-bottom: 50px;
	text-align: center;
}


/*第一版*/
.store .store-content img {
	margin-bottom: 20px;
}
.store .store-content .store-item {
	margin-bottom: 50px;
}
.store .store-content h4 {
	position: relative;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 15px;
	font-weight: bold;
	color: #4d4d4d;
	font-size: 20px;
	margin-bottom: 30px;
}
.store .store-content h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	height: 10px;
	background-color: #faed01;
	z-index: -1;
}
.store .store-content .map {
	position: relative;
	width: 100%;
	height: auto;
}
.store .store-content p {
	line-height: 1.5;
	font-size: 16px;
	color: #555;
}

/*第二版*/
.store-content #bmap {
    width: 100%;
    height: 600px;
}
.store-content .tab-head {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.store-content .tab-head ul {
	position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.store-content .tab-head li {
    float: left;
}
.store-content .tab-head li a {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    /* color: #333; */
	color: #39c6ff;
    border-bottom: solid 2px transparent;
}
.store-content .tab-head li a:hover {
     font-weight: bold;
}
.store-content .tab-head li.active a {
    font-weight: bold;
    /* color: #058cdd;
    border-bottom-color: #058cdd; */
	color:#0097E0;
	border-bottom-color: #0097E0;	

}
.store-content .store-info {
    text-align: left;
}
.store-content .store-info .store-list {
    margin: 0;
    padding: 0;
}
.store-content .store-title {
    color: #CC5522;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap
}
.store-content .location-addr {
    float: left;
    display: block;
}
.store-content .store-list li.active .location-addr {
	color: #fff;
}
.store-content .store-list li .navigation {
	display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #058cdd;
}
.store-content .store-list li.active .navigation {
	color: #fff;
}
.store-content .store-head-title {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
    color: #058cdd;
}
.store-content .store-list li {
	position: relative;
    padding: 20px 100px 20px 15px;
    font-size: 18px;
    overflow: hidden;
}
.store-content .store-list li.active {
    background: #0195df !important;
}
.store-content .store-list li:nth-of-type(odd){
	background:#f2f2f2;
}
.store-content .store-list li:nth-of-type(even){
	background:#ffffff;
}

/*企业文化*/
.culture {
	text-align: center;
}
.culture img {
	max-width: 100%;
	height: auto;
}
.culture-title {
	text-align: center;
}
.culture-title h3 {
	position: relative;
	display: inline-block;
	padding:  0 20px;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 30px;
	color: #058cdd;
}
.culture-title h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #058cdd;
    transform: rotate(45deg);
}
.culture-title h3::after {
	content: "";
	position: absolute;
	right: 0;
	top: 14px;
	display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #058cdd;
    transform: rotate(45deg);
}

.culture h4 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.culture p {
	font-size: 18px;
}
.culture .culture-column {
	position: relative;
	width: 100%;
	padding: 130px 0;
	height: auto;
	overflow: hidden;
}
.culture .column4 {
	padding: 130px 0;
	background-image: url("../images/culture/culture_column4_bg.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14% auto;
	border-bottom: solid 1px #43ade9;
}
.culture .column5 {
	padding-bottom: 0;
}
.culture .column5 .container {
	position: relative;
	padding-bottom: 400px;
	background-image: url("../images/culture/culture_column5_bg.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 30% auto;
}

/*会员*/
.member .member-content {
	padding: 50px 15%;
}
.member .member-content dl {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 18px;
	overflow: hidden;
}
.member .member-content dl dt {
	position: absolute;
	left: 0;
	top: 4px;
	z-index: 2;
}
.member .member-content dl dd {
	line-height: 1.5;
	font-size: 18px;
}

/*联系我们*/
.contact {
	text-align: center;
}
.contact img {
	max-width: 100%;
	height: auto;
}
.contact .contact-content {
	padding: 20px 0 50px;
	text-align: center;
}
.contact .contact-icon-tel {
	display: inline-block;
	width: 80px;
	margin: 0 10px;
}
.contact .contact-icon-location {
	display: inline-block;
	width: 50px;
	margin: 0 10px;
}
.contact h2 {
	position: relative;
	display: inline-block;
	font-size: 36px;
	font-weight: normal;
	color: #231816;
	text-align: center;
}
.contact h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("../images/contact_us/icon_tel.png");
	background-position: left; 
	z-index: 2;
}
.contact .base-title h3 {
	font-size: 40px;
}
.contact h3 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #231816;
}
.contact-info {
	width: 350px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}
.contact dl {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	overflow: hidden;
}
.contact dl dt {
	position: absolute;
	left: 0;
	top: 4px;
	z-index: 2;
}
.contact dl dd {
	line-height: 1.8;
	font-size: 18px;
}

/*服务*/
/*延保服务*/
.extended {
	position: relative;
	width: 100%;
	height: auto;
}
.extended > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.extended .extended-content {
	text-align: center;
}
.extended-content h4 {
	margin-top: 20px;
	font-size: 20px;
	text-align: center;
	line-height: 2;
}
.extended-content h4 span {
	font-size: 20px;
	color: #0594e2;
	font-weight: bold;
}
.extended .extended-content .discount-box {
	position: relative;
	display: inline-block;
	background-color: #fff;
	border: solid 1px #3f3f3f;
	padding: 50px;
	margin-top: 200px;
	margin-bottom: 200px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	text-align: left;
}
.extended .extended-content .discount-box .discount-title {
	position: absolute;
	left: 50%;
	top: -28px;
	width: 300px;
	height: 57px;
	line-height: 57px;
	margin-left: -150px;
	background-image: url("../images/extended/discount_title_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	color: #333;
	font-size: 24px;
	text-align: center;
	z-index: 3;
}
.extended .extended-content .discount-box p {
	line-height: 1.5;
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}
.extended .extended-content .discount-box p span {
	color: #0594e2;
	font-weight: bold;
}

/*售后服务*/
.after-sale .after-sale-content {
	padding: 0 0 400px;
	background-image: url("../images/service/after_bottom_bg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}
.after-sale .after-sale-title {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 50px;
}
.after-sale .after-sale-title .title-icon-bg {
	position: relative;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
	height: auto;
}
.after-sale .after-sale-title .title-icon-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #231b19;
	z-index: 1;
}
.after-sale .after-sale-title .title-icon-bg .title-icon {
	position: relative;
	display: inline-block;
	width: 160px;
	padding: 0 30px;
	background-color: #fff;
	z-index: 2;
}
.after-sale .after-sale-title .title-icon-bg .title-icon img {
	max-width: 100%;
	height: auto;
}
.after-sale .after-sale-title .title-text h3 {
	margin: 0;
	font-size: 40px;

}
.after-sale .after-sale-introduction {
	line-height: 1.8;
	color: #666;
	font-size: 16px;
	margin-bottom: 30px;
}

.after-sale .after-sale-introduction ul, .after-sale .after-sale-introduction ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.after-sale-introduction ul li {
	line-height: 1.5;
	font-size: 18px;
	margin-bottom: 10px;
}
.after-sale-introduction ol {
	margin-top: 10px !important;
}
.after-sale .after-sale-introduction span {
	color: #0594e2;
	font-weight: bold;
	margin: 0 3px;
}
.after-sale .advert-left {
	padding-right: 5px; 
	margin-bottom: 20px;
}
.after-sale .advert-right {
	padding-left: 5px; 
	margin-bottom: 20px;
}
.after-sale .advert-left img, .after-sale .advert-right img {
	width: 100%;
	height: auto;
}

.after-sale img {
	max-width: 100%;
	height: auto;
}
.after-sale .services-range {
	text-align: center;
	font-size: 16px;
}
.after-sale .services-range h3 {
	margin-top: 0;
	margin-bottom: 20px;
}
.after-sale .services-range h3 img {
	display: block;
	width: 40px;
	margin: 0 auto 20px;
}
.after-sale .services-range ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.after-sale .services-range ul li {
	padding: 30px 0;
}
.after-sale .services-range .range-left {
	text-align: left;
}
.after-sale .services-range .range-left > img {
	margin-top: 20px;
	max-width: 100%;
	height: auto;
}
.after-sale .services-range .range-left h3 img {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 0;
}
.after-sale .services-range .range-right {
	text-align: right;
}
.after-sale .services-range .range-right p {
	text-align: left;
}
.after-sale .services-range .range-right > img {
	max-width: 100%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.after-sale .services-range .range-right h3 img {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
}
.after-sale-content p {
	line-height: 1.5;
	font-size: 18px;
}
/*荣誉资质*/
.honor .honor-content {
	padding: 20px 0 50px;
}
.honor .honor-content .card {
	display: block;
	width: 100%;
	height: auto;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #f5f5f5;
	border: solid 1px #dfdfdf;
	color: #333;
	text-align: center;
}
.honor .honor-content .card:hover {
	background-color: #0195df;
	color: #fff;
}
.honor .honor-content .card h4 {
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 16px;
	color: #333;
	text-align: left;
	height: 24px;
	overflow: hidden;
}
.honor .honor-content .card:hover h4 {
	color: #fff;
}
.honor .honor-content .card img {
	max-width: 100%;
	height: auto;
}

/*图片新闻*/
.picture-news .picture-news-content {
	padding: 20px 0 50px;
}
.picture-news .picture-news-content .card {
	display: block;
	width: 100%;
	height: auto;
	margin: 15px 0;
	overflow: hidden;
}
.picture-news .picture-news-content .card img {
	width: 100%;
	height: 100%;
}

/*通用列表页*/
.article-list .article-list-content {
	padding: 50px 0 50px;
}
.article-list .article-list-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.article-list .article-item {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.article-list .article-item a {
	position: relative;
	display: block;
	padding: 10px 20px;
	overflow: hidden;
	cursor: pointer;
}
.article-list .article-item a::before {
	content: "";
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-radius: 50%;
	background-color: #0195df;
	z-index: 2;
}
.article-list .article-item a:hover::before {
	background-color: #fff;
}
.article-list .article-item a:hover {
	color: #fff;
}
.article-list .article-item:hover {
	background-color: #0195df;
}
.article-list .article-item .date {
	float: right;
	width: 20%;
	line-height: 1.5;
	font-size: 18px;
	text-align: right;
}
.article-list .article-item .article-item-title {
	float: left;
	width: 80%;
	margin: 0;
	line-height: 1.5;
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.article-list .article-item p {
	line-height: 1.5;
	color: #666;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 2; /** 显示的行数 **/
	overflow: hidden;  /** 隐藏超出的内容 **/
}
.article-list .article-item:hover p {
	color: #fff;
}

/*通用内容页*/
.article .article-content {
	padding: 20px 0 50px;
}
.article .article-content .article-title {
	line-height: 1.5;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	color: #333;
	margin-bottom: 30px;
}
.article .article-content .article-info {
	background-color: #eef1f8;
	padding: 10px 20px;
	overflow: hidden;
	margin-bottom: 30px;
}
.article .article-content .article-info .pubdate {
	float: left;
	font-size: 18px;
	color: #666;
}
.article .article-content .article-body {
	padding-bottom: 30px;
}
.article .article-content p {
	line-height: 1.5;
	font-size: 18px;
	color: #666;
	margin-bottom: 30px;
}
.article .article-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.article-relevant .article-relevant-item {
	margin-bottom: 10px;
	color: #666;
}
.article-relevant .article-relevant-item a {
	color: #666;
}
.article-relevant .article-relevant-item a:hover {
	color: #3eafe7;
}

/*分享*/
.bshare-custom {
	float: right;
}
.bsBox {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.bsBox * {
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*手机超小屏幕下的单独样式 xs < 768px */
@media (max-width: 767px){
	.main-header .navbar .navbar-header {
		padding-left: 0;
		padding-right: 0;
	}
	.main-header .logo img {
		height: 40px;
	}
	.main-header .navbar-brand {
		padding: 10px 0 10px 15px;
	}
	.main-header .navbar-toggle {
		margin-top: 14px !important;
		margin-bottom: 14px !important;
	}
	.main-header .navbar-default .navbar-nav > li {
		padding: 0 15px;
	}
	.main-header .navbar-default .navbar-nav > li.dropdown::after {
		right: 15px;
		top: 12px;
	}
	.main-header .navbar-default .navbar-nav > li > a {
		padding: 10px 0;
		font-size: 16px;
		border-bottom: solid 1px #f5f5f5;
	}
	.main-header .navbar-default .navbar-nav > li:last-child > a {
		border-bottom: none;
	}
	.main-header .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
		padding: 8px 15px 8px 25px
	}
	.main-header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #333;
	}

	/*底部*/
	.main-footer {
		padding: 30px 0;
	}
	.main-footer .copyright{
		background-image: none;
		padding-left: 0;
		padding-top: 0;
		text-align: center;
	}
	.main-footer .qrcode .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.main-footer .qrcode .col-xs-4 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.back-to-top {
		bottom: 326px;
		width: 40px;
		height: 36px;
	}

	/*公共*/
	.base-title {
		margin-top: 10px;
	}
	.base-title img {
		width: 100px;
	}
	.base-title h3 {
		margin-top: 10px;
		font-size: 20px;
	}

	/*列表页*/
	.article-list .article-item {
		height: auto;
	}

	.section-title h3 {
		font-size: 20px;
	}

	.trends-section .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.trends-section .col-xs-6 {
		padding-left: 5px;
		padding-right: 5px;
	}


	.apply {
		padding: 50px 0 20px;
	}
	.apply .card .card-icon img {
		width: 100%;
	}

	/*企业简介*/
	.introduction .introduction-content h3 {
		font-size: 18px;
	}
	.introduction .introduction-content p {
		font-size: 16px;
	}
	
	/*企业文化*/
	.culture-title h3 {
		font-size: 24px;
	}
	.culture .culture-column {
		padding: 40px 0;
	}
	.culture .column4 {
		background-size: 20% auto;
	}
	.culture .column5 .container {
		padding-bottom: 150px;
	}
	.culture p {
		font-size: 16px;
	}

	/*荣誉资质*/
	.honor .honor-content .card h4 {
		font-size: 14px;
	}

	/*会员*/
	.member .member-content {
		padding: 20px 0;
	}

	/*门店*/
	.store .container {
		padding-bottom: 100px;
	}
	.store .store-content h4 {
		font-size: 18px;
	}
	.store .store-content p {
		font-size: 16px;
	}

	/*延保服务*/
	.extended-content h4 {
		font-size: 18px;
	}
	.extended .extended-content .discount-box .discount-title {
		top: -20px;
		width: 212px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
		margin-left: -106px;
	}
	.extended .extended-content .discount-box {
		padding: 30px 15px 15px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.extended .extended-content .discount-box p {
		font-size: 16px;
	}

	/*售后服务*/
	.after-sale .after-sale-content {
		background-size: 50% auto;
		padding-bottom: 50px;
	}
	.after-sale .after-sale-title .title-icon-bg .title-icon {
		width: 100px;
		padding: 0 15px;
	}
	.after-sale .after-sale-title .title-text h3 {
		font-size: 18px;
	}
	.after-sale .services-range ul li {
		padding: 15px 0;
	}
	.after-sale .services-range h3 {
		text-align: center;
		font-size: 18px;
	}
	.after-sale .services-range .range-right h3 img {
		display: block;
		margin: 0 auto 20px;
	}
	.after-sale .advert-left {
		padding-right: 15px;
	}
	.after-sale .advert-right {
		padding-left: 15px;
	}
	.after-sale .services-range .range-right > img {
		margin: 20px 0;
	}
	.after-sale-content p {
		font-size: 16px;
	}
	.after-sale-introduction ul li {
		font-size: 16px;
	}

	/*发展历程*/
	.timeline:before {
		left: 0;
	}
	.timeline-item {
		border: none;
	}
	.timeline-item .time-axis-icon {
		top: -5px;
		left: 0;
		width: 10px;
		height: 10px;
		margin-left: -5px;
	}
	.timeline-item .time-axis-icon.large {
		width: 16px;
		height: 16px;
		margin-left: -8px;
		top: -8px;
	}
	.timeline-item .time-axis-icon.big {
		width: 20px;
		height: 20px;
		margin-left: -10px;
		top: -10px;
	}
	.timeline-item .time-axis-date {
		position: relative;
		width: 100%;
		top: 0;
		margin-left: 0;
		margin-top: -32px;
		padding-left: 20px !important;
		transform: translateY(0);
	}
	.timeline-item .timeline-item-box {
		background: none;
		padding: 10px 20px 20px !important;
	}
	.timeline-item .timeline-item-box .time-axis-img {
		padding: 0;
	}
	.timeline-item .time-axis-date h2 {
		font-size: 20px;
	}
	.timeline-item .time-axis-date span {
		font-size: 16px;
	}

	/*列表*/
	.article-list .article-item a {
		padding: 10px;
	}
	.article-list .article-item a::before{
		display: none;
	}
	.article-list .article-item .article-item-title {
		width: 100%;
		font-size: 16px;
		text-align: center;
		text-overflow: clip;
		white-space: normal;
	}
	.article-list .article-item .date {
		width: 100%;
		font-size: 16px;
		text-align: center;
		margin-bottom: 10px;
	}

	/*会员*/
	.member .member-content dl dd {
		font-size: 16px;
	}


	/*联系我们*/
	.contact .contact-icon-tel {
		width: 30px;
	}
	.contact  .contact-icon-location {
		width: 20px;
	}
	.contact h2 {
		font-size: 24px;
	}
	.contact .base-title h3 {
		font-size: 20px;
	}
	.contact h3 {
		font-size: 18px;
	}
	.contact dl dd {
		font-size: 16px;
	}

	/*门店第二版*/
	.store-content .tab-head li {
		width: 25%;
	}
	.store-content .tab-head li a {
		padding: 10px 0;
		font-size: 16px;
	}

	.store-content #bmap {
		height: 300px;
	}
	.store-content .store-head-title {
		font-size: 18px;
	}
	.store-content .store-list li {
		font-size: 16px;
	}
}
/*手机超小屏幕下的单独样式 xs < 768px */

/*大于手机屏幕时的样式 sm >= 768px */
@media (min-width: 768px){
    /*全部-导航*/
    .main-header .navbar-default {
        border-radius: 0;
        padding: 0;
    }
    .navbar-default .navbar-toggle {
    	margin-bottom: 
    }
    .main-header .navbar-nav > li > a{
        padding: 15px 0;
    }
    /*全部-导航*/
}
/*大于手机屏幕时的样式 sm >= 768px */

@media (max-width: 1023px) {
	.main-header .navbar .navbar-header {
		float: none;
    	display: block;
    	min-height: 60px;
    	border-bottom: 1px solid #e7e7e7;
	}
	.main-header .navbar-toggle {
		display: inline-block;
		float: right;
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.main-header .navbar .navbar-collapse {
		border: none;
		margin-bottom: 0;
	}
	.main-header .navbar .navbar-collapse.collapse {
		display: none !important;
	}
	.main-header .navbar .navbar-collapse.collapse.in {
		display: block !important;
	}
	.main-header .navbar .navbar-nav {
	    float: none !important;
	    margin: 0px;
  	}
  	.main-header .navbar .navbar-nav > li {
		float: none;
		padding: 0;
	}
	.main-header .navbar-default .navbar-nav > li.dropdown::after {
		content: "\f105";
	}
	.main-header .navbar-default .navbar-nav > li.dropdown.open::after {
		content: "\f107";
	}

	/*底部*/
	.main-footer .copyright {
		background-image: none;
		padding-left: 0;
		text-align: center;
	}
	.back-to-top {
		bottom: 373px;
	}

	/*荣誉资质*/
	.honor .honor-content .card h4 {
		font-size: 14px;
	}

	/*发展历程*/
	.timeline-item .time-axis-date h2 {
		font-size: 30px;
	}
	.timeline-item .time-axis-date span {
		font-size: 16px;
	}

	/*售后服务*/
	.after-sale .after-sale-content {
		background-size: 50% auto;
		padding-bottom: 200px;
	}
}

@media (min-width: 1024px) {
	.main-header .navbar-default ul.nav.navbar-right .dropdown-menu {
		right: auto;
	}
	.main-header .navbar-default li.dropdown ul.dropdown-menu {
		background: #fff none repeat scroll 0 0;
		border: 1px solid transparent;
		border-radius: 2px;
		box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
		padding: 0;
	}
	.main-header .navbar-default li.dropdown ul.dropdown-menu > li > a {
		padding: 12px 15px;
		border-bottom: solid 1px #f5f5f5;
		color: #333333;
		font-weight: 400;
		font-size: 12px;
		text-transform: uppercase;
	}
	.main-header .navbar-default li.dropdown ul.dropdown-menu > li:last-child > a {
		border-bottom: none;
	}
	.main-header .navbar-default ul.navbar-right li.dropdown ul.dropdown-menu li a {
		position: relative;
		display: block;
		color: #333333;
		font-size: 14px;
		margin-bottom: 0;
		padding: 12px 15px;
		text-align: left;
		text-transform: capitalize;
		width: 100%;
	}
	.main-header .navbar-default ul.navbar-right li.dropdown ul.dropdown-menu li a::after {
		content: "";
		display: block;
		position: absolute;
		right: 10px;
		top: 16px;
		width: 8px;
		height: 13px;
		background-image: url("../images/index/icon_arrow.png");
		background-repeat: no-repeat;
		background-size: 8px auto;
	}
	/* .main-header .navbar-default .navbar-nav > li::before {
		content: "";
		position: absolute;
		left: 7px;
		top: 50%;
		margin-top: -1px;
		width: 2px;
		height: 2px;
		border-radius: 50%;
		background: #3eafe7;
		z-index: 2;
	} */
}
@media (min-width: 1200px) {
	.store .store-content .map .map-hot {
		position: absolute;
		z-index: 99;
		cursor: pointer;
	}
	.store .store-content .map .huhehaote {
		top: 477px;
		left: 622px;
		width: 90px;
		height: 92px;
	}
	.store .store-content .map .baotou {
		top: 540px;
		left: 527px;
		width: 90px;
		height: 80px;
		z-index: 90;
	}
	.store .store-content .map .eerduosi {
		top: 577px;
		left: 556px;
		width: 90px;
		height: 80px;
		z-index: 90;
	}
	.store .store-content .map .wulanchabu {
		top: 514px;
		left: 711px;
		width: 80px;
		height: 80px;
	}
	.store .store-content p {
		font-size: 18px;
		color: #555;
	}
}