header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 90;
}
#homeVideo,#phoneVideo{
	background-size: cover;
	background-position: center center;
}
.phpne-header{
	opacity: 0;
}
.switch-muted{
	width: 30px;
	height: 30px;
	position: absolute;
	background: url(../icon/lb02.png) no-repeat;
	background-size: 100% 100%;
	right: 20px;
	bottom: 100px;
	cursor: pointer;
	z-index: 9999;
}
.switch-muted.cur{
	background: url(../icon/lb01.png) no-repeat;
	background-size: 100% 100%;
}
.car-top {
    width: 65px;
		transform: scale(0.9);
    position: fixed;
    bottom: -180px;
    right: 0px;
    z-index: 9999;
    opacity: 1;
    cursor: pointer;
}

.car-top.show {
    bottom: 60px !important;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
}

.car-top.car-run {
    bottom: 100% !important;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
}

.car-top.car-down {
    -webkit-transition: 1.0s;
    -ms-transition: 1.0s;
    -o-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
}

.car-top:before,
.car-top:after {
    content: "";
    position: absolute;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
}

.car-top:hover:before,
.car-top:hover:after,
.car-top.car-run:before,
.car-top.car-run:after {
    opacity: 1;
}

.car-top:before,
.car-top.car-run:before {
    top: 5px;
    left: -10px;
    width: 100%;
    height: 89px;
    background: url(../icon/car-focus.png) no-repeat 0 0;
}
input.show_placeholder:before {
	content: attr(placeholder);
}

footer {
	margin-bottom: -17px;
}

.phone-brand-num {
	display: none;
}

.phone-hot-tel {
	display: none;
}

.home-contaner {
	background-color: #f5f5f5;
}

.home-banner .swiper-slide img {
	display: block;
	width: 100%;
	height:100%;
	object-fit: cover;
}

.home-banner .swiper-slide video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.slider-swipoer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}


.slider-swipoer .swiper-slide img {
	display: block;
	width: 100%;
	cursor: pointer;
}

.capti-line {
	position: relative;
}

.capti-line .tit {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	margin: 20px 0 30px 0;
	text-align: center;
	width: 100%;
	padding: 0 5%;
}

.capti-line .tit .line {
	position: absolute;
	width: 25px;
	height: 3px;
	background: #C21C26;
	top: 120%;
}

.capti-line .bottom-line {
	width: 100%;
	height: 1px;
	background: #F5F5F5;
	position: absolute;
	left: 0;
	bottom: 22px;
}

.footer-count {
	width: 100%;
	height: auto;
	background: url(../icon/bottomimh.png) no-repeat;
	background-size: cover;
}

.car-owener {
	max-width: 1200px;
	margin: 10px auto;
}

.car-main-active {
	width: 100%;
	padding: 15px;
	background: #FFFFFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 2px;
	border-radius: 5px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
}

.car-main-active .adv-img {
	width: 50%;
}

.main-avt-mes {
	padding: 20px 0;
	-webkit-flex: 1;
	flex: 1;
	margin-left: 15px;
}

.main-avt-mes h5 {
	font-size: 18px;
	width: 80%;
}

.main-avt-mes .time {
	font-size: 13px;
	color: #666666;
	margin: 10px 0;
}

.main-avt-mes .mes {
	font-size: 14px;
	line-height: 26px;
}

.main-avt-mes .look-detail {
	width: 150px;
	height: 40px;
	background: #E3EEFF;
	color: #0E418C;
}

.main-avt-mes .look-detail {
	margin-top: 25px;
	font-weight: bold;
	font-size: 15px;
}

.car-main-list {
	width: 100%;
	margin: 20px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.car-main-list .list {
	width: calc(33.3% - 10px);
	background: #FFFFFF;
	padding: 15px;
	border-left: 3px solid #0E418C;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 2px;
}

.car-main-list .list:nth-last-child(1) {
	border: none;
}

.car-main-list .list a {
	width: 100%;
}

.car-main-list .list .capti {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.car-main-list .list .time {
	color: #666666;
	font-size: 13px;
	margin: 3px 0 6px 0;
}

.car-main-list .list .mes-tit {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

.car-main-list .list .arr-img {
	margin-top: 10px;
}

.car-main-list .list .more-act {
	color: #0E418C;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.home-qy-video {
	max-width: 1200px;
	margin: 30px auto;
}

.home-video-box {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.home-video-box .list {
	width: calc(33.3% - 10px);
	background: #FFFFFF;
	padding: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 2px;
	border-radius: 5px;
}

.home-video-box .list .video-box {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.poster-img{
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 0;*/
	z-index: 9;
	width: 100%;
	/*height: 100%;*/
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
.home-video-box .list .video-box a{
	display: block;
}
.home-video-box .list .video-box video {
	display: block;
	width: 100%;
}

.home-video-box .list .name-btn {
	padding: 12px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.home-video-box .list .name-btn .mes {
	-webkit-flex: 1;
	flex: 1;
}

.home-video-box .list .name-btn .play-btn {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../icon/bficon.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer
}

.home-video-box .list .name-btn .play-btn.cur {
	background: url(../icon/ztbtn.png) no-repeat;
	background-size: 100% 100%;
}

.home-video-box .list .name-btn a img {
	display: block;
	width: 100%;
	height: 100%;
}

.home-video-box .list .name-btn .mes p {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}

.home-video-box .list .name-btn .mes span {
	color: #666666;
	font-size: 13px;
}

.home-qy-video .look-more-video {
	font-weight: bold;
	font-size: 16px;
	border-radius: 2px;
	margin-top: 20px;
	overflow: hidden;
}

.look-more-video a {
	padding: 20px;
	background: #FFFFFF;
	color: #0E418C;
}

.look-more-video img {
	margin-left: 10px;
}

.page-banner {
	width: 100%;
	;
}

.page-banner img {
	display: none;
	width: 100%;
}

.page-container-nav {
	width: 100%;
	background: #f7f7f7;
}

.page-container-nav .pagemain {
	max-width: 1200px;
	padding: 20px 6%;
	margin: 0 auto;
	-webkit-flex: flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pagemain .link.cur {
	background: url(../icon/selbg.png) no-repeat;
	background-size: 58px auto;
	background-position: left -5px;
}

.pagemain .link {
	position: relative;
}

.pagemain .sel-show-icon {
	position: absolute;
	width: 40px;
	height: 20px;
	left: 50%;
	bottom: -25px;
	margin-left: -20px;
	background: url(../icon/sjicon.png) no-repeat;
	background-size: 100% 100%;
	display: none;
}

.pagemain .link.cur .sel-show-icon {
	display: block;
}

.pagemain .link a p {
	text-align: center;
	color: #333333;
	font-size: 13px;
	margin-top: 5px;
}

.pagemain .link a img {
	display: block;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.about-rith-text {
	width: 100%;
	background: #FFFFFF;
	padding-top: 20px;
}

.about-text-count {
	max-width: 1200px;
	margin: 0 auto;
}

.fc-list-box {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex: wrap;
	flex-wrap: wrap;
}

.fc-list-box .list-box {
	width: 24%;
	margin-right: 1.33%;
	margin-bottom: 20px;
	border-radius: 3px;
	overflow: hidden;
	padding: 5px;
}

.fc-list-box .list-box:nth-child(4n) {
	margin-right: 0;
}

.fc-list-box .list-box a {
	display: block;
	width: 100%;
}

.fc-list-box .list-box img {
	display: block;
	width: 100%;
}

.fc-list-box .list-box p {
	width: 100%;
	padding: 12px 5px;
	font-size: 14px;
	color: #333333;
}

.history-list-box,
.list-box {
	width: 100%;
}

.history-list-box .list-box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 35px;
	position: relative;
}

.history-list-box .list-box .time {
	width: 110px;
	font-size: 16px;
	font-weight: bold;
	height: 65px;
}

.history-list-box .intro-mes {
	-webkit-flex: 1;
	flex: 1;
	background: #f4f8fc;
	padding: 10px 10px 10px 30px;
	margin-left: 20px;
	position: relative;
	min-height: 54px;
	line-height: 30px;
	font-size: 14px;
}

.history-list-box .intro-mes:before {
	content: "";
	width: 8px;
	height: 16px;
	background: url(../icon/hisbg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -8px;
	top: 20px;
}

.history-list-box {
	position: relative;
}

.history-list-box::before {
	content: "";
	height: 100%;
	width: 4px;
	background: #f3f3f3;
	position: absolute;
	left: 100px;
	top: 0;
}

.history-list-box .list-box:nth-child(1) .time {
	color: #666666;
}

.line-dot-box {
	position: absolute;
	left: 100px;
	width: 4px;
	height: 100%;
	top: 0;
}

.line-dot-box .dot {
	display: block;
	position: absolute;
	left: -4px;
	width: 12px;
	height: 12px;
	top: 22px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #eeeeee;
}

.advantage-box {
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

.rasony-box {
	width: 100%;
	margin-bottom: 30px;
}

.rasony-box img {
	display: block;
	width: 100%;
}

.rich-text-count {
	width: 100%;
	padding: 30px 0;
	line-height: 30px;
}

.zb-notice-box {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

.zbnotice-navv {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	padding: 0 15%;
	border-bottom: 1px solid #F5F5F5;
}

.zbnotice-navv li {
	cursor: pointer;
	padding: 0 3px;
}

.zbnotice-navv li a {
	padding: 10px 0;
	display: block;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.zbnotice-navv li.cur {
	border-bottom: 2px solid #c21c26;
}

.zbnotice-list {
	padding-top: 35px;
}

.zbnotice-list .list {
	margin-bottom: 30px;
}

.zbnotice-list .list a {
	display: block;
	width: 100%;
	background-color: #f4f8fc;
	color: #333333;
	font-size: 14px;
	padding: 16px 12px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border-radius: 5px;
}

.zbnotice-list .list a p {
	flex: 1;
	margin-right: 20px;
}

.tit.othertype {
	padding-bottom: 30px;
}

.othertype .other-tit {
	position: absolute;
	bottom: 8%;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
}

.othertype .other-tit span {
	margin: 0 10px;
}

.tit.othertype .line {
	top: 110%;
}

/* 新闻资讯 */
.news-list-box {
	width: 100%;
}

.news-list-box .list-box {
	width: 100%;
	padding: 25px 0;
}

.news-list-box a {
	display: -webkit-flex;
	display: flex;
}

.news-list-box img {
	display: block;
	width: 300px;
	height: 170px;
}

.news-list-box .news-box {
	-webkit-flex: 1;
	flex: 1;
	margin-left: 20px;
	padding-top: 10px;
}

.news-list-box .news-box h5 {
	font-size: 18px;
	color: #333333;
}

.news-list-box .news-box span {
	display: block;
	padding: 10px 0;
	color: #666666;
	font-size: 14px;
}

.news-list-box .news-box p {
	font-size: 14px;
	line-height: 25px;
	color: #333333;
}
video{
	object-fit:fill;
}
/* 企业视频 */
.qy-video-page {
	-webkit-flex: wrap;
	flex-wrap: wrap;
}

.qy-video-page .list {
	margin-bottom: 20px;
}

.play-btn-video {
	display: none;
}

/* 车主活动 */
.oweberpage .main-avt-mes .time {
	font-size: 15px;
	font-weight: bold;
	color: #999999;
}

.oweberpage .main-avt-mes {
	margin-left: 0;
	padding: 20px;
	background: #f7f7f7;
	border-top-right-radius: 10px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	position: relative;
}

.oweberpage .main-avt-mes .status {
	width: 59px;
	height: 28px;
	position: absolute;
	right: 0;
	top: 25px;
	z-index: 9;
	background: url(../icon/zmicon01.png) no-repeat;
	background-size: 100% 100%;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
}

.oweberpage .caractive-box {
	padding-top: 35px;
}

.oweberpage .car-main-active {
	padding: 0;
	background: none;
	margin-bottom: 25px;
}

.oweberpage .main-avt-mes h5 {
	margin: 15px 0;
}

.oweberpage .main-avt-mes .look-detail {
	background-color: #999999;
	color: #FFFFFF;
	border-radius: 5px;
	width: 160px;
}

.oweberpage .car-main-active.cur .main-avt-mes .status {
	background: url(../icon/zmicon.png) no-repeat;
	background-size: 100% 100%;
}

.oweberpage .car-main-active.cur .main-avt-mes .look-detail {
	background-color: #0e418c;
}

.oweberpage .car-main-active.cur .main-avt-mes .time {
	color: #0e418c;
}

.lxus-time-24 .img {
	display: block;
	max-width: 50%;
	margin: 0 auto;
}

.lxus-time-24 {
	padding: 20px 0;
	margin-bottom: 30px;
}

.lxus-time-24 .rich-text-count {
	padding: 20px 0;
	text-indent: 10px;
	line-height: 35px;
	font-size: 14px;
}

.lxus-time-24 .lcimg {
	max-width: 100%;
	display: none;
}

.zp-list-box {
	width: 100%;
}

.zp-list-box .lsit-box {
	background-color: #f4f8fc;
	padding: 15px 20px;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.zp-list-box .lsit-box h5 {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.zp-list-box .lsit-box .lable {
	font-size: 14px;
	margin: 5px 0;
	;
}

.zp-list-box .lsit-box .area-text {
	font-size: 14px;
	color: #666666;
}

.zp-list-box .lsit-box .time {
	font-style: normal;
	font-size: 14px;
	color: #666666;
	position: absolute;
	right: 20px;
	top: 50px;
}

/* 主营品牌 */
.bradn-pages-list {
	width: 100%;
	padding: 0 12px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #EBEBEB;
	margin: 30px 0;
}

.bradn-pages-list .list {
	width: 20%;
	padding: 20px 0;
	border-top: 1px solid #EBEBEB;
}

.bradn-pages-list .list p {
	width: 100%;
	padding: 0 10%;
	border-right: 1px solid #EBEBEB;
}
.bradn-pages-list .list:nth-child(5n) p{
	border-right: none;
}
.bradn-pages-list .list img {
	display: block;
	width: 100%;
}

/* 预约保养 */
.yuyue-by-count {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 40px;
}

.yuyue-by-count .bg-img {
	width: 45%;
	overflow: hidden;
	height: 100%;
	max-height: 550px;
}

.yuyue-by-count .bg-img img {
	display: block;
	width: 100%;
	height: 100%;
}

.yuyue-by-count .yy-count {
	-webkit-flex: 1;
	flex: 1;
	padding: 40px 75px;
	max-height: 550px;
}

.yy-count .tit {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.yy-count .ipt-count {
	width: 100%;
	height: 40px;
	border: 1px solid #EBEBEB;
	margin: 15px 0;
}

.yy-count .ipt-box {
	width: 100%;
}

.yy-count .ipt-count input {
	display: block;
	width: 100%;
	padding: 0 3%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	
}

.yy-count .ipt-count {
	display: -webkit-flex;
	display: flex;
}

.yy-count .ipt-count .sel-ipt {
	-webkit-flex: 1;
	flex: 1;
}
.yy-count .ipt-count .sel-ipt select{
	padding: 0 3%;
}
.yy-count .phone-sel-ipt .sel-ipt {
	padding: 0;
}
.yy-count .phone-sel-ipt .sel-ipt select{
	padding: 0 6%;
	background-position: 90% center;
}
.yy-count .ipt-count .sel-ipt:nth-child(1) {
	border-right: 1px solid #EBEBEB;
}

.yy-count .yy-btn {
	width: 100%;
	margin: 25px 0;
}

.yy-count .yy-btn button {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
	display: block;
	width: 100%;
	height: 40px;
	background-color: #0e418c;
	color: #FFFFFF;
	cursor: pointer;
}

.yy-count .amens-tit {
	font-size: 13px;
}

.yy-count .amens-tit a {
	color: #0e418c;
}
.ipt-box.seldate{
	position: relative;
}
.ipt-box.seldate input{
	background: none;
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.sel-dateicon{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background:#083f8e url(../icon/seldateicon.png) no-repeat;
	background-size: 28px 31px;
	background-position: center center;
	z-index: 1;
	cursor: pointer;
}
.ipt-box.seldate input::-webkit-inner-spin-button {
	visibility: hidden;
}

.ipt-box.seldate input::-webkit-calendar-picker-indicator {
	width: 50%;
	height: 100%;
	color: #666;
	opacity: 0;
	margin-right: -10px;
}
/* 集团文化 */
.wenhua-container{
	width: 100%;
}
.wenhua-list h5{
	color: #eff4fb;
	font-size: 84px;
	position: relative;
	display: -webkit-flex;
	display: flex;
}
.wenhua-list .num-tit-line{
	position: relative;
}
.wenhua-list .capt{
	position: absolute;
	width: 100%;
	font-size: 26px;
	color: #083f8e;
	left: 0;
	top: 0;
	height: 100%;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.num-tit-line h5 .line-box{
	-webkit-flex: 1;
	flex: 1;
}
.num-tit-line h5 .line-box .line{
	width: 100%;
	height: 1px;
	background: #EBEBEB;
}
.num-tit-line .line-tit{
		position: absolute;
		left: 0;
		bottom: 5%;
		line-height: 30px;
		padding-left: 9%;
		font-size: 18px;
		font-weight: bold;
}
.wenhua-list  .mes-box-tit{
	padding-left: 9%;
	font-size: 14px;
	line-height: 30px;
}
.wenhua-list  .mes-box-tit.jingshen{
	font-size: 18px;
	font-weight: bold;
	margin-top: -25px;
}
.wenhua-container{
	margin-bottom: 50px;
}
/* 网点 */
.aside-search{
	padding: 15px;
	height: 100%;
	overflow-y: scroll;
}
.aside-search .capti{
	font-size: 18px;
}
.select-box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	padding: 5px 0;
}
.select-box .sel-bpx{
	height: 38px;
	width: 100%;
	border: 1px solid #e0e0e0;
	padding: 0 20px;
	font-size: 14px;
	background: #FFFFFF url(../icon/arricon.png) no-repeat;
	background-size: 12px 7px;
	background-position: 97% center;
	margin: 5px 0;
	color: #333;
}
.select-box .sel-bpx option{
	font-size: 14px;
	color: #333;
}
.brand-list-dp .list{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 15px;
	padding: 15px;
	cursor: pointer;
}
.brand-list-dp .list .distance{
	color: #c21c26;
	font-size: 13px;
	text-align: right;
}
.brand-list-dp .list.cur{
	border: 2px solid #0e418c;
}
.brand-list-dp .mes-tit{
	padding-left: 30px;
	position: relative;
}
.brand-list-dp .mes-tit i{
	position: absolute;
	left: -5px;
	top: 0;
	width: 29px;
	height: 35px;
	background: url(../icon/dwicon.png) no-repeat;
	background-size: 100% 100%;
	font-style: normal;
	color: #c21c26;
	font-weight: bold;
	padding-bottom: 8px;
}
.brand-list-dp .mes-tit h6{
	font-size: 16px;
}
.brand-list-dp .address{
	display: -webkit-flex;
	display: flex;
	font-size: 13px;
	margin: 10px 0;
}
.brand-list-dp .address p{
	-webkit-flex: 1;
	flex: 1;
	color: #666666;
}
.brand-list-dp  .mes-tit p{
	font-size: 13px;
}
.brand-list-dp  .mes-tit .tel{
	padding: 3px 0;
}
.brand-list-dp  .mes-tit p a{
	display: block;
	width: 100%;
	font-size: 13px;
	color: #666666;
}
.lable-text{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
}
.lable-text span{
	font-size: 12px;
	color: #0e418c;
	background: #cdddf6;
	border-radius: 2px;
	overflow: hidden;
	padding: 2px 5px;
	margin-right: 5px;
}
.brand-list-dp .btn-box{
	display: none;
}
.submit-mes{
	width: 33%;
	margin: 0 auto;
	padding: 20px 0;
}
.submit-mes .mes-box>div{
	width: 100%;
	height: 42px;
	border: 1px solid #ededed;
	margin: 25px 0;;
}
.submit-mes .mes-box>div input{
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: none;
}
.submit-mes .mes-box .sub-btn{
	border: none;
	width: 100%;
	height: 45px;
	background: #0e418c;
	color: #FFFFFF;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 45px;
	cursor: pointer;
}
.submit-mes .mes-box .sub-btn a{
	color: #FFFFFF;
}
.submit-mes .mes-box  .yxiyi{
	font-size: 14px;
	border: none;
}
.submit-mes .mes-box  .yxiyi a{
	color: #0e418c;
}

.submit-mes.liuyan{
	width: 50%;
}
.submit-mes .mes-box  .text-area-liuyan{
	width: 100%;
	height: 120px;
	border: 1px solid #EBEBEB;
	padding: 15px;
	background: #FFFFFF;
}
.ly-textarea .capti-line.carphone .bottom-line{
	background: #EBEBEB;
}
.submit-mes.liuyan .sub-btn{
	width: 50%;
	height: 45px;
	line-height: 45px;
	margin: 30px auto;
}
.text-area-liuyan textarea{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
}
.ly-textarea{
	background: #f0f0f0;
}
.video-detail{
	width: 100%;
}
.video-detail .video-box{
	display: block;
	width: 100%;
	position: relative;
}
.video-detail .video-box video{
	display: block;
	width: 100%;
}
.video-detail .play-detail-video{
	width: 15%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 9;
}
.video-detail .play-detail-video img{
	display: block;
	width: 100%;
}
.capti-line-left{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}
.capti-line-left>p{
	height: 65%;
	width: 4px;
	background: #0e418c;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.text-rich{
	padding: 10px 10px 10px 50px;
}
@media only screen and (min-width: 1366px) {
	.brand-num .num-tit-box{
		padding: 15px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.web-brand-num .brand-num{
		min-width: 1200px;
	}
}
@media only screen and (max-width: 1200px) {
	.web-brand-num .brand-num{
		min-width: 100%;
	}
}
@media only screen and (min-width: 960px) {
	.switch-news-list{
		max-width: 1200px;
		margin: 0 auto;
		background: #f0f0f0;
		padding:20px 30px;
	}
	.switch-news-list .news-list-box{
		display: -webkit-flex;
		overflow: hidden;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		position: relative;
	}
	.switch-news-list .list-box{
		width: 48.5%;
		display: block;
		background: #FFFFFF;
		padding: 15px;
	}
	.switch-news-list .list-box img{
		display: block;
		width: 36.5%;
		height: auto;
	}
	.switch-news-list .news-list-box .news-box h5{
		font-size: 17px;
	}
	.switch-news-list .news-list-box  .center-line{
		position: absolute;
		width: 1px;
		background: #d0d0d0;
		height: 60%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.switch-news-list .switch-page{
		width: 100%;
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.switch-news-list .switch-page a{
		font-size: 16px;
		display: block;
		padding: 20px 15px;
		color: #333333;
		background:url(../icon/sarr.png) no-repeat;
		background-size: 8px 13px;
		background-position: right center;
	}
	.switch-news-list .switch-page .btn:nth-child(1) a{
		background:url(../icon/sarl.png) no-repeat;
		background-size: 8px 13px;
		background-position: left center;
	}
	.ly-textarea.news{
		background-color: #FFFFFF;
	}
	.page-contaner {
		padding-top: 55px;
	}
	
	.page-banner .baner-pc {
		display: block;
	}

	.home-banner.pc {
		width: 100%;
		height: 100vh;
	}

	.home-banner.pc .swiper-slide {
		width: 100%;
		height: 100vh;
	}

	.home-banner.phone {
		display: none;
	}

	.header-count {
		max-width: 1200px;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		padding: 10px 0;
		position: relative;
	}

	.logon img {
		display: block;
		width: 170px;
	}

	.header-count .nav-link {
		display: -webkit-flex;
		display: flex;
		padding: 3px 0;
		position: absolute;
		/*right: 0;*/
		left:250px;
		top: 0;
		z-index: 9;
	}

	.header-count .nav-link>li {
		min-width: 50px;
		padding: 15px 10px;
	}
	.header-count .nav-link>li:nth-child(1){
		padding-left: 0;
	}
	.header-count .nav-link>li:nth-last-child(1){
		padding-right: 0;
	}
	.header-count .nav-link>li.cur>a {
		border-bottom: 2px solid #FFFFFF;
	}

	.header-count .nav-link>li>a {
		color: #FFFFFF;
		height: 100%;
		font-size: 15px;
		font-weight: 500;
		padding: 0 8px 5px 8px;
	}
	.header-box {
		background-image: linear-gradient(to bottom,rgba(0,0,0,0.25),rgba(0,0,0,0));
		background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.25),rgba(0,0,0,0));
	}
	.header-box.cur {
		background: #FFFFFF;
		border-bottom: 1px solid #F5F5F5;
	}

	.header-box .logon a:nth-child(2) {
		display: none;
	}

	.header-box.cur .logon a:nth-child(2) {
		display: block;
	}

	.header-box.cur .logon a:nth-child(1) {
		display: none;
	}

	.header-box.cur .nav-link a {
		color: #333333;
	}

	.header-box.cur .nav-link>li.cur>a {
		border-bottom: 2px solid #c21c26;
	}

	.other-page .header-box {
		background: #FFFFFF;
		border-bottom: 1px solid #F5F5F5;
	}

	.other-page .header-box .logon a:nth-child(2) {
		display: block;
	}

	.other-page .header-box .logon a:nth-child(1) {
		display: none;
	}

	.other-page .header-box .nav-link a {
		color: #333333;
		border-bottom: 2px solid #FFFFFF;
	}

	.other-page .header-box .nav-link>li.cur>a {
		border-bottom: 2px solid #c21c26;
		color: #c21c26;
	}

	.web-brand-num {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 9;
		background: rgba(0, 0, 0, 0.5);
	}

	.web-brand-num .brand-num {
		/* min-width: 960px; */
		max-width: 1200px;
		display: -webkit-flex;
		display: flex;
	}

	.brand-num .num-tit-box {
		-webkit-flex: 1;
		flex: 1;
		color: #FFFFFF;
		padding: 13px 0;
	}

	.num-tit-box:nth-last-child(1) .box {
		border: none;
	}

	.num-tit-box .box {
		width: 100%;
		text-align: center;
		border-right: 1px solid #FFFFFF;
	}

	.num-tit-box .box p:nth-child(1) {
		font-size: 34px;
		font-weight: 500;
		margin-bottom: 3px;
	}

	.num-tit-box .box p:nth-child(2) {
		font-size: 12px;
	}
	.num-tit-box .box p:nth-child(1) span {
		font-size: 12px;
		font-weight: normal;
	}

	.footer-count {
		padding-top: 35px;
	}

	.content-box {
		max-width: 1100px;
		min-width: 960px;
	}

	.footer-box {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.footer-box .capti {
		font-size: 16px;
		line-height: 35px;
		color: #FFFFFF;
		margin-bottom: 5px;
	}

	.foot-link li a {
		line-height: 30px;
		color: #FFFFFF;
		background: url(../icon/arr01.png) no-repeat;
		background-size: 6px 12px;
		background-position: left center;
		padding-left: 10px;
	}

	.footer-box .address-tel {
		color: #FFFFFF;
	}

	.footer-box .address-tel p {
		line-height: 30px;
	}

	.code-img-box {
		display: -webkit-flex;
		display: flex;
		justify-content: space-around;
		flex-wrap: nowrap;
		padding: 10px 0;
	}
	.code-img-box .code-box-bottom{
		width: 110px;
		height: 110px;
		margin-right: 15px;
	}
	.code-img-box .code-box-bottom span{
		width: 100%;
		background: #FFFFFF;
		font-size: 13px;
		border-radius: 3px;
		margin-top: 3px;
		padding: 3px 0;
	}
	.code-img-box img {
		display: block;
		width: 100%;
	}

	.code-img-box .code-box-bottom:nth-last-child(1) {
		margin-right: 0;
	}

	.footer-box {
		padding-bottom: 15px;
	}

	.footer-count .copty-right {
		color: #77818a;
		font-size: 13px;
		padding: 20px 0;
		border-top: 1px solid #77818a;
	}

	.slider-swipoer .swiper-container {
		padding: 0 40px 40px 40px;
	}

	.about-pop-nav {
		display: none;
		position: fixed;
		width: 100%;
		background: #FFFFFF;
		top: 54px;
		padding-top: 5px;
		z-index: 89;
		left: 0;
		border-top: 1px solid #F5F5F5;
	}

	.about-pop-link {
		max-width: 1000px;
		min-width: 960px;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.about-pop-link>div {
		width: 30%;
		padding: 10px 0;
		border-bottom: 1px solid #F5F5F5;
	}

	.about-pop-link>div:nth-child(3n-1) {
		width: 40%;
	}

	.about-pop-link>div:nth-child(3n-1) a {
		display: -webkit-flex;
		display: flex;
		-webkit-align-content: center;
		justify-content: center;
	}

	.about-pop-link>div:nth-child(3n) a {
		display: -webkit-flex;
		display: flex;
		-webkit-align-content: flex-end;
		justify-content: flex-end;
	}
	.about-pop-link>div:nth-child(3n-1) a .titl-span{
		min-width: 90px;
	}
	.about-pop-link>div:nth-child(3n) a .titl-span {
		min-width: 102px;
	}

	.newsnav-link .about-pop-link>div {
		width: 25%;
	}

	.newsnav-link .about-pop-link {
		-webkit-justify-content: center;
		justify-content: center;
	}

	.newsnav-link .about-pop-link>div:nth-child(3n-1) a {
		display: -webkit-flex;
		display: flex;
		-webkit-align-content: flex-end;
		justify-content: flex-end;
		border: none;
	}

	.about-pop-link>div a {
		display: -webkit-flex;
		display: flex;
		border-right: 1px solid #F5F5F5;
	}

	.about-pop-link>div:nth-child(3n) a {
		border-right: none;
	}

	.about-pop-link>div img {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		display: block;
	}

	.about-pop-link>div p {
		font-size: 14px;
		color: #333333;
		margin-top: 3px;
	}

	.about-pop-link>div span {
		font-size: 12px;
		color: #333333;
	}

	.advantage-box .box:nth-child(1) {
		width: 50%;
		margin-right: 5%;
	}

	.advantage-box .box :nth-child(2) {
		width: 45%;
	}

	.advantage-box .box img {
		display: block;
		width: 100%;
	}

	.capti-line .bottom-line.pc {
		display: none;
	}

	.oweberpage .capti-line {
		display: none;
	}

	/* 车主活动 */
	.oweberpage .car-main-active .adv-img {
		width: 65%;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		overflow: hidden;
	}

	.pc-lct {
		display: block !important;
	}
	.newworkpage{
		height: 100vh;
		width: 100%;
		overflow: hidden;
	}
	.newworkpage .header-count{
		max-width: 95%;
	}
	.network-container{
		height: calc(100vh - 60px);
		overflow: hidden;
		width: 100%;
		display: -webkit-flex;
		display: flex;
	}
	.network-container .aside-search{
		width: 25%;
		max-width: 390px;
		min-width: 300px;
		background-color: #eceef4;
	}
	.network-container .map-contaner{
		-webkit-flex:1;
		flex: 1;
	}
	.phone-news-switch{
		display: none;
	}
	

	.video-detail-list{
		width: 100%;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		display: flex;
		position: relative;
	}
	.video-detail-list .list{
		width: 48.5%;
		padding: 15px;
		background: #FFFFFF;
		display: -webkit-flex;
		display: flex;
		margin-bottom: 0;
	}
	.video-detail-list .center-line{
		position: absolute;
		width: 1px;
		background: #d0d0d0;
		height: 60%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.video-detail-list .list .video-box{
		width: 36.5%;
	}
	.video-detail-list .list .video-box a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.video-detail-list .list .video-box a video{
		display: block;
		width: 100%;
		height: 100%;
	}
	.video-detail-list  .list .name-btn .play-btn{
		width: 45px;
		height: 45px;
	}
	.video-detail-list .list .name-btn{
		-webkit-flex: 1;
		flex: 1;
		position: relative;
	}
	.video-detail-list .list .name-btn a{
		-webkit-flex: 1;
		flex: 1;
		margin-right: 35px;
	}
	.video-detail-list .list .name-btn .play-btn{
		position: absolute;
		top: 50%;
		margin-top: -22px;
		right: 0;
	}
	.home-video-box.qy-video-page.switch-news-list{
		margin-bottom: 55px;
	}
}


@media only screen and (max-width: 959px) {
	.pcslide{
		display: none !important;
	}
	.slider-swipoer .swiper-slide{
		width: 100%;
		display: block;
		padding: 10px 0;
		border-top: 1px solid #e6e6e6;
	}
	.bradn-pages-list .list:nth-child(5n) p{
		border-right: 1px solid #EBEBEB;
	}
	.slider-swipoer .swiper-slide a{
		width: 100%;
		display: block;
		border-right: 1px solid #e6e6e6;
	}
	 .slider-swipoer .swiper-slide:nth-child(n+16) a{
		border-right: none;
	}
	.slider-swipoer .swiper-wrapper{
		border-bottom: 1px solid #e6e6e6;
	}
	.page-banner .banner-phone {
		display: block;
	}
	.main-avt-mes h5{
		font-size: 14px;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: box;
		display: -webkit-box;
		line-clamp: 1;
		box-orient: vertical;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}
	.main-avt-mes .mes{
		font-size: 13px;
		line-height: 24px;
	}
	.home-video-box .list .name-btn .mes p{
		font-size: 14px;
	}
	.car-main-list .list .capti{
		font-size: 14px;
	}
	.tit.othertype .line {
		top: 108%;
	}

	.capti-line .bottom-line {
		width: 96%;
		left: 2%;
	}

	.pcheader {
		display: none;
	}

	.pcfooter {
		display: none;
	}

	.home-banner.pc {
		display: none;
	}

	.slider-swipoer {
		padding: 0;
	}

	.home-banner .swiper-slide {
		height: 350px;
	}

	.home-banner .swiper-slide img {
		width: 100%;
		height: 100%;
	}

	.swiper-pagination {
		display: none;
	}

	/* .slider-swipoer  .swiper-slide a{
		border-right: 1px solid #e6e6e6;
	}
	.slider-swipoer  .swiper-slide:nth-last-child(n>15){
		border: none;
	} */
	.phone-brand-num {
		display: block;
		padding: 0 5px;
	}

	.capti-line .tit {
		font-size: 18px;
	}

	.phone-brand-num .brand-num {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		border-bottom: 1px solid #e6e6e6;
		padding: 12px 0;
	}

	.num-tit-box {
		-webkit-flex: 1;
		flex: 1;
		text-align: center;
		border-right: 1px solid #e6e6e6;
	}

	.num-tit-box:nth-last-child(1) {
		border: none;
	}

	.num-tit-box p:nth-child(1) {
		font-size: 25px;
		font-weight: bold;
	}

	.num-tit-box p:nth-child(1) span {
		font-size: 15px;
		font-weight: normal;
	}
	


	.num-tit-box .box {
		width: 110%;
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}

	.phone-hot-tel {
		display: block;
		padding: 20px 0;
		border-bottom: 1px solid #e6e6e6;
		;
	}

	.phone-hot-tel a {
		display: block;
		text-align: center;
		color: #0E418C;
		font-size: 16px;
		font-weight: bold;
	}

	.phone-hot-tel a span {
		font-size: 18px;
	}

	/* 车主活动 */
	.caractive-box {
		padding: 0 12px;
	}

	.car-main-active {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 10px;
	}

	.car-main-active .adv-img {
		width: 100%;
	}

	.main-avt-mes {
		margin: 0;
		padding: 10px 0;
	}

	.main-avt-mes .look-detail {
		margin-top: 15px;
	}

	.car-main-list {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.car-main-list .list {
		width: 100%;
		margin-bottom: 12px;
	}

	.car-main-list .list .mes-tit {
		height: auto;
	}

	.car-main-list .list .arr-img {
		align-items: flex-start;
		-webkit-align-items: flex-start;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}

	.car-main-list .list:nth-last-child(1) a {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
	}

	.car-main-list .list:nth-last-child(1) .arr-img {
		margin-top: 0;
		margin-left: 5px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	/* 企业视频 */
	.home-qy-video {
		padding: 0 12px;
		margin-top: -10px;
	}

	.home-video-box {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.home-video-box .list {
		width: 100%;
		margin-bottom: 15px;
	}

	.home-qy-video .look-more-video {
		margin-top: 0;
	}

	.home-video-box .list .name-btn .play-btn {
		width: 40px;
		height: 40px;
		cursor: pointer;
	}

	/* 公共头部 */
	.phpne-header {
		width: 100%;
		height: 50px;
		padding: 0 12px;
		position: relative;
		z-index: 91;
		opacity: 1;
	}

	.phpne-header.cur {
		background: #FFFFFF;
	}
	
	.logon-btn-box {
		position: relative;
		z-index: 91;
		height: 50px;
	}

	.logon-btn {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.logon-btn .logo-box {
		width: 140px;
		height: 50px;
	}

	.logon-btn .logo-box img {
		display: block;
		width: 100%;
	}

	.phpne-header .logon-btn .switch-btn {
		display: block;
		width: 50px;
		height: 40px;
		margin-top: 5px;
	}

	.phpne-header.cur .logon-btn:nth-child(1) {
		opacity: 1;
	}

	.phpne-header .logon-btn:nth-child(1) .switch-btn {
		background: url(../icon/menubtn.png) no-repeat;
		background-size: 22px 15px;
		background-position: center center;
		margin-right: -10px;
	}

	.phpne-header .logon-btn:nth-child(2) .switch-btn {
		background: url(../icon/menubtn2.png) no-repeat;
		background-size: 22px 15px;
		background-position: center center;
		margin-right: -10px;
	}

	.phpne-header .logon-btn:nth-child(2) {
		opacity: 0;
	}

	.phpne-header.cur .logon-btn:nth-child(1) {
		z-index: 9;
		opacity: 0;
	}

	.phpne-header.cur .logon-btn:nth-child(2) {
		z-index: 10;
		opacity: 1;
		background: #FFFFFF;
	}

	.phpne-header.cur2 .menu-box-count {
		display: block;
	}

	.phpne-header.cur2 .logon-btn:nth-child(1) {
		opacity: 0;
		z-index: 9;
	}

	.phpne-header.cur2 .logon-btn:nth-child(2) {
		opacity: 1;
		z-index: 10;
	}

	.phpne-header.cur2 .logon-btn:nth-child(2) .switch-btn {
		background: url(../icon/closeone.png) no-repeat;
		background-size: 20px 20px;
		background-position: center center;
		margin-right: -15px;
	}

	.menu-box-count {
		position: fixed;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		left: 0;
		top: 0;
		z-index: 8;
		background: #FFFFFF;
		padding-top: 50px;
		padding: 50px 12px 0 12px;
		display: none;
	}

	.menu-box {
		width: 100%;
		border-top: 1px solid #F5F5F5;
	}

	.phone-footer-count {
		width: 100%;
		padding: 0 0 20px 0;
		height: auto;
		background: #0f2030 url(../icon/bottomimh.png) no-repeat;
		background-size: 100% auto;
	}

	.copty-right {
		padding-top: 10px;
	}

	.phone-footer-count .copty-right p {
		text-align: center;
		color: #77818a;
		font-size: 13px;
		line-height: 25px;
	}

	.footer-count {
		height: auto;
		border-bottom: 1px solid #484c4f;
		padding: 0 12px;
	}

	.footer-count .count {
		border-bottom: 1px solid #484c4f;
	}

	.footer-count .count:nth-last-child(1) {
		border: none;
	}

	.footer-count .capti {
		font-size: 14px;
		cursor: pointer;
	}

	.mes-box {
		display: none;
	}

	.footer-count .capti a {
		line-height: 45px;
		display: block;
		color: #FFFFFF;
		background: url(../icon/arrtop3.png) no-repeat;
		background-size: 16px 7px;
		background-position: right center;
	}

	.footer-count .count.cur .capti a {
		background: url(../icon/arrtop2.png) no-repeat;
		background-size: 16px 7px;
		background-position: right center;
	}

	.footer-count .count.cur .mes-box {
		display: block;
	}

	.footer-count .count.cur {
		padding-bottom: 15px;
	}

	.footer-count .mes-box.padding {
		padding-left: 35px;
	}

	.mes-box p {
		font-size: 12px;
		color: #FFFFFF;
		line-height: 30px;
	}

	.mes-box.codeimg img {
		display: block;
		width: 120px;
		height: 120px;
		margin: 10px auto;
	}

	.footer-count .count ul li a {
		display: block;
		line-height: 35px;
		color: #FFFFFF;
		background: url(../icon/arr01.png) no-repeat;
		background-size: 6px 12px;
		background-position: right center;
		font-size: 13px;
	}

	/* 关于我们 */
	.page-container-nav .pagemain {
		padding: 20px 3%;
	}

	.pagemain .link a img {
		display: block;
		-webkit-transform: scale(1);
		transform: scale(1);
		width: 30px;
		margin: 0 auto;
	}

	.pagemain .link a p {
		font-size: 12px;
	}

	.pagemain .link.cur {
		background-size: 40px auto;
	}

	.pagemain .sel-show-icon {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	.about-rith-text {
		padding-top: 10px;
	}

	.text-count {
		padding: 0 12px;
	}

	/* 集团风采 */
	.fc-list-box {
		padding: 0 2%;
		justify-content: space-between;
	}

	.fc-list-box .list-box {
		width: 48%;
		margin-bottom: 15px;
		border-radius: 3px;
		overflow: hidden;
		padding: 2%;
	}

	.fc-list-box .list-box:nth-child(4n) {
		margin-right: 0;
	}

	.fc-list-box .list-box img {
		display: block;
		width: 100%;
	}

	.fc-list-box .list-box p {
		width: 100%;
		padding: 12px 5px;
		font-size: 14px;
		color: #333333;
	}

	/* 集团历史 */
	.history-list-box {
		padding: 0 12px;
	}

	.history-list-box .list-box {
		margin-bottom: 20px;
	}

	.history-list-box .list-box .time {
		width: 40px;
		font-size: 14px;
		height: 54px;
	}

	.history-list-box::before {
		left: 60px;
	}

	.history-list-box .intro-mes {
		margin-left: 30px;
		line-height: 26px;
		font-size: 13px;
		padding: 10px 10px 10px 15px;
	}

	.line-dot-box {
		left: 48px;
	}

	.advantage-box {
		width: 100%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		justify-content: unset;
		padding: 20px 0;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.advantage-box .box {
		width: 100%;
		padding: 0 15%;
		margin-bottom: 30px;
	}

	.advantage-box .box img {
		display: block;
		width: 100%;
	}

	.rasony-box {
		padding: 0 4%;
	}

	.rich-text-count {
		width: 100%;
		padding: 0 4% 4% 4%;
	}

	/* 招标公告 */
	.zb-notice-box {
		padding: 0;
	}

	.zbnotice-navv {
		background-color: #f7f7f7;
		padding: 0 10%;
	}

	.zbnotice-navv li {
		padding: 0 20px;
	}

	.zbnotice-navv li a {
		font-size: 17px;
	}

	.zbnotice-list {
		padding: 15px;
	}

	.zbnotice-list .list {
		margin-bottom: 15px;
	}

	.zbnotice-list .list:nth-last-child(1) {
		margin-bottom: 0;
	}

	/* 新闻资讯 */
	.news-list-box {
		padding: 0 12px 10px 12px;
		margin-top: -15px;
	}

	.news-list-box img {
		display: block;
		width: 130px;
		height: 75px;
	}

	.news-list-box .news-box {
		-webkit-flex: 1;
		flex: 1;
		margin-left: 10px;
	}

	.news-list-box .news-box h5 {
		font-size: 14px;
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		display: box;
		display: -webkit-box;
		line-clamp: 2;
		box-orient: vertical;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}

	.news-list-box .news-box span {
		display: block;
		padding: 5px 0;
		color: #666666;
		font-size: 13px;
	}

	.news-list-box .news-box p {
		display: none;
	}

	.news-list-box .list-box {
		padding: 0;
		border-bottom: 1px solid #F5F5F5;
	}

	.news-list-box .list-box a {
		padding: 10px 0;
	}

	.qy-video-page .list {
		width: 48.5%;
		position: relative;
	}

	.qy-video-page .list .name-btn a {
		display: block;
		width: 100%;
	}

	.qy-video-page .list .name-btn .mes {
		width: 100%;
	}

	.qy-video-page .list .name-btn .play-btn {
		display: none;
	}

	.qy-video-page .list .name-btn {
		padding: 5px;
	}

	.qy-video-page .list .name-btn .mes p {
		font-size: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: box;
		display: -webkit-box;
		line-clamp: 1;
		box-orient: vertical;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}

	.play-btn-video {
		display: block;
		position: absolute;
		width: 25%;
		left: 50%;
		top: 50%;
		z-index: 9;
		cursor: pointer;
		transform: translate(-50%, -50%);
	}

	.play-btn-video img {
		display: block;
		width: 100%;
	}

	/* 车主活动 */
	.oweberpage .caractive-box {
		padding-top: 0;
		margin-top: -5px;
	}

	.oweberpage .main-avt-mes {
		padding: 0 12px 12px 12px;
	}

	.oweberpage .main-avt-mes h5 {
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: box;
		display: -webkit-box;
		line-clamp: 1;
		box-orient: vertical;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		word-break: break-all;
		margin: 5px 0;
	}

	.oweberpage .main-avt-mes .mes {
		font-size: 12px;
	}

	.oweberpage .main-avt-mes .look-detail {
		width: 100%;
	}

	.oweberpage .main-avt-mes .status {
		top: 7px;
	}

	.oweberpage .main-avt-mes {
		border-radius: unset;
	}

	.lxus-time-24 {
		padding: 0 12px;
		margin-bottom: 0;
	}

	.lxbox {
		margin-bottom: 30px;
	}

	.lxus-time-24 .img {
		max-width: 70%;
	}

	.lxus-time-24 .phone-lct {
		display: block;
	}

	/* 人才招聘 */
	.zp-list-box {
		padding: 0 12px;
		margin-top: -8px;
	}

	.zp-list-box .lsit-box h5 {
		font-size: 14px;
		line-height: 20px;
	}

	.zp-list-box .lsit-box {
		padding: 15px;
		margin-bottom: 15px;
	}

	.zp-list-box .lsit-box .time {
		right: 15px;
		top: 15px;
		bottom: unset;
		color: #333333;
		line-height: 20px;
		font-size: 12px;
		font-weight: bold;
	}

	.zp-list-box .lsit-box .lable {
		font-size: 12px;
	}

	.zp-list-box .lsit-box .area-text {
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: box;
		display: -webkit-box;
		line-clamp: 1;
		box-orient: vertical;
		-webkit-line-clamp: 3;
		line-height: 20px;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}

	/* 品牌 */
	.bradn-pages-list {
		padding: 0;
		margin: -23px 0 30px 0;
	}

	.bradn-pages-list .list {
		width: 25%;
		padding: 15px 0;
		border-top: 1px solid #EBEBEB;
	}

	.bradn-pages-list .list p {
		width: 100%;
		padding: 0 10%;
		border-right: 1px solid #EBEBEB;
	}

	.bradn-pages-list .list:nth-child(4n) p {
		border-right: none;
	}

	.bradn-pages-list .list img {
		display: block;
		width: 100%;
	}

	.yuyue-by-count {
		padding: 0 12px;
		position: relative;
	}

	.yuyue-by-count .bg-img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 0 12px;
	}

	.yuyue-by-count .yy-count {
		position: relative;
		z-index: 9;
		background: rgba(0, 0, 0, 0.55);
		padding: 20px;
	
	}
	.yy-count .ipt-count{
			border:none;
			background-color: #968f86;
	}
	.yuyue-by-count .ipt-box {
		background-color: #968f86;
	}
	
	.yy-count .phone-sel-ipt {
		background: none;
		border: none;
	}
	.yy-count .phone-sel-ipt  .sel-ipt{
		background-color: #968f86;
	}
	.yy-count .phone-sel-ipt  .sel-ipt:nth-child(1){
		border: none;
	}
	.yy-count .phone-sel-ipt  .sel-ipt:nth-child(2){
		margin-left: 20px;
	}
	.yuyue-by-count .ipt-box input {
		color: #FFFFFF;
	}

	.yuyue-by-count .ipt-box input::-webkit-input-placeholder {
		/* WebKit browsers */
		color: #FFFFFF;
	}

	.yuyue-by-count .ipt-box input:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		color: #FFFFFF;
	}

	.yuyue-by-count .ipt-box input::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #FFFFFF;
	}

	.yuyue-by-count .ipt-box input:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		color: #FFFFFF;
	}
	.yy-count .tit{
		color: #FFFFFF;
		font-size: 15px;
	}
	.yy-count .amens-tit{
		color: #666666;
	}
	.sel-dateicon{
		background-size: 22px 24px;
	}
	.wenhua-container{
		padding: 0 3%;
	}
	.wenhua-list{
		margin-bottom: 5px;
	}
	.wenhua-list .num-tit-line h5{
		font-size: 48px;
	}
	.wenhua-list .capt{
		font-size: 15px;
	}
	.num-tit-line .line-tit{
		font-size: 13px;
		top: 40px;
		line-height: 19px;
		padding-left: 60px;
		font-weight: bold;
	}
	.num-tit-line h5 .line-box{
		display: none;
	}
	.wenhua-list .mes-box-tit{
		padding-left: 60px;
	}
	.wenhua-list .mes-box-tit.jingshen{
		font-size: 13px;
	}
	/* 菜单 */
	.menu-box li .page-main-tit{
		display: -webkit-flex;
		display: flex;
		border-bottom: 1px solid #F3F3F3;
	}
	.menu-box li .page-main-tit a{
		-webkit-flex: 1;
		flex: 1;
		padding: 12px 0;
		font-size: 15px;
		color: #333333;
		font-weight: bold;
	}
	.menu-box li .page-main-tit .open-view{
		cursor: pointer;
		padding: 0 10%;
		margin-right: -8%;
		background: url(../icon/openicon.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
	}
	.menu-box li .page-main-tit .open-view.cur{
		background: url(../icon/subicon.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
	}
	.menu-box li.cur .page-main-tit{
		border-bottom: 1px solid #c21c26;
	}
	.menu-box li.cur .page-main-tit a{
		color: #c21c26;
	}
	.child-list-link{
		display: none;
	}
	.child-list-link.cur{
		display: block;
	}
	.child-list-link .link{
		width: 100%;
		padding-left: 20%;
	}
	.child-list-link .link a{
		display: -webkit-flex;
		display: flex;
		border-bottom: 1px solid #F3F3F3;
		padding: 10px 0 10px 20%;
	}
	.child-list-link .link:nth-last-child(1) a{
		border: none;
	}
	.child-list-link .link a img{
		display: block;
		width: 29px;
		height: 22px;
		margin: 5px 5px 0 0 ;
	}
	.child-list-link .link a .titl-span{
		-webkit-flex: 1;
		flex: 1;
	}
	.child-list-link .link .titl-span p{
		font-size: 12px;
		color: #333333;
	}
	.child-list-link .link .titl-span  span{
		font-size: 12px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	/* 服务网点 */
	.newworkpage{
		width: 100%;
	}
	.network-container{
		width: 100%;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.network-container .aside-search{
		width: 100%;
		background-color: #eceef4;
		padding: 0;
	}
	.network-container .map-contaner{
		width: 100%;
		height: 250px;
		position: relative;
		z-index: 4;
	}
	.brand-list-dp .list{
		border: none;
		background: #FFFFFF;
		border-radius: unset;
		margin-top: 15px;
	}
	.brand-list-dp{
		padding-bottom: 25px;
	}
	.brand-list-dp .list .distance{
		position: absolute;
		bottom: 80px;
		width: 100%;
		right: 0;
	}
	.aside-search .capti{
		display: none;
	}
	.select-box{
		-webkit-justify-content:space-between ;
		justify-content: space-between;
		background: #FFFFFF;
		padding: 0;
		padding: 0 12px 0 0;
	}
	.select-box .sel-bpx{
		-webkit-flex: 1;
		border: none;
		flex: 1;
		border: none;
		color: #083f8e;
		background: #FFFFFF url(../icon/yyarr.png) no-repeat;
		background-size: 12px 7px;
		background-position: 97% center;
	}
	.brand-list-dp .btn-box{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-top: 15px;
	}
	.brand-list-dp .btn-box a{
		width: 48%;
		height: 35px;
		color: #0c408b;
		border: 1px solid #0c408b;
		font-size: 14px;
		cursor: pointer;
	}
	.brand-list-dp .btn-box  a:nth-child(2){
		background-color: #0c408b;
		color: #FFFFFF;
	}
	.submit-mes{
		width: 100%;
		padding: 10px 10%;
		background: #F0F0F0;
		margin-top: -25px;
	}
	.carphone{
		background: #F0F0F0;
	}
	.carphone .bottom-line{
		border-bottom: 1px solid #EBEBEB;
	}
	.submit-mes .mes-box{
		display: block;
	}
	.submit-mes .mes-box>div{
		width: 100%;
		height: 40px;
		border: 1px solid #ededed;
		margin: 15px 0;
		background: #FFFFFF;
	}
	.submit-mes .mes-box>div input{
		display: block;
		width: 100%;
		height: 38px;
		padding: 0 10px;
		border: none;
	}
	.submit-mes .mes-box .sub-btn{
		height: 40px;
		font-size: 14px;
		border-radius: 40px;
	}
	.submit-mes .mes-box .sub-btn a{
		color: #FFFFFF;
	}
	.submit-mes .mes-box  .yxiyi{
		font-size: 12px;
		border: none;
		background: none;
	}
	.submit-mes .mes-box  .yxiyi a{
		color: #0e418c;
	}
	.submit-mes.liuyan{
		width: 100%;
		padding: 20px 15px;
	}
	.submit-mes.liuyan textarea{
		font-size: 13px;
	}
	.submit-mes.liuyan .mes-box .sub-btn{
		width: 100%;
	}
	.switch-news-list{
		display: none;
	}
	.phone-news-switch{
		width: 100%;
		background: #FFFFFF;
		padding: 12px 12px 30px 12px;
		border-top: 1px solid #F5F5F5;
	}
	.phone-news-switch .list{
		margin-bottom: 5px;
	}
	.phone-news-switch .list a{
		display: block;
		display: -webkit-flex;
		display: flex;
		font-size: 13px;
		color: #333333;
		padding: 3px 0;
	}
	.phone-news-switch .list p{
		-webkit-flex: 1;
		flex: 1;
		color: #083f8e;
		font-weight: 700;
	}
	.phone-news-switch .list span{
		padding-left: 10px;
		background: url(../icon/sarl.png) no-repeat;
		background-size: 6px 10px;
		background-position: left center;
	}
	.qy-video-page.switch-news-list{
		display: block;
	}
	.qy-video-page.switch-news-list .switch-page a{
		font-size: 16px;
		display: block;
		padding: 10px 15px;
		color: #333333;
		background:url(../icon/sarr.png) no-repeat;
		background-size: 6px 10px;
		background-position: right center;
		font-size: 13px;
	}
	.qy-video-page .switch-page{
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 0 5%;
		border-top: 1px solid #F5F5F5;
	}
	.qy-video-page.switch-news-list .switch-page .btn:nth-child(1) a{
		background:url(../icon/sarl.png) no-repeat;
		background-size: 6px 10px;
		background-position: left center;
	}
	.video-detail-list{
		padding: 0 5%;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		margin-bottom: 25px;
	}
	.video-detail-list .list{
		padding: 0;
		width: 40%;
		box-shadow: unset;
	}
	.video-detail-list .center-line{
		display: none;
	}
	.capti-line-left{
		font-size: 15px;
	}
	.capti-line-left>p{
		height: 50%;
	}
	.text-rich{
		padding: 6px 6px 6px 30px;
	}
	.car-top{
		-webkit-transform: scale(0.65);
		transform: scale(0.65);
		right: -10px;
	}
	.car-top.show{
		bottom: 4%;
	}
	.switch-muted{
		bottom: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.amap-info-content{
		padding: 5px;
	}
	.marker .name{
		font-size: 16px;
	}
	.num-tit-box p:nth-child(1) span {
	    font-size: 12px;
	    font-weight: normal;
	}
	.num-tit-box p:nth-child(1) {
	    font-size: 16px;
	    font-weight: bold;
	}
}

.pagination li a{
  display: block;
 }
 
 .pagination li:first-child{
    font-size: 20px;
    line-height: 25px;
 }
.pagination li:nth-last-child(1){
		font-size: 20px;
	 line-height: 25px;
}
/* 0922 */
.swiper-pc .swiper-pagination{
	bottom: 120px;
}
.swiper-pc .swiper-pagination-bullet{
	background: #FFFFFF;
	opacity: 1;
}
.swiper-pc .swiper-pagination-bullet-active{
	background: #007aff;
}
.swiper-pc .swiper-button-next, .swiper-pc .swiper-button-prev {
		width: 35px !important;
		height: 80px !important;
		padding-top: 20px;
		border-radius: 8px;
		display: block;
		margin: 0 auto;
}
.swiper-pc .swiper-button-next{
	background:rgba(255,255,255,0.5) url(../icon/arriconhome2.png) no-repeat;
	background-size:20rpx 20rpx;
	background-position: center center;
	margin-right: 20px;
}
.swiper-pc .swiper-button-prev{
	background:rgba(255,255,255,0.5)  url(../icon/arriconhome.png) no-repeat;
	background-size:20rpx 20rpx;
	background-position: center center;
	margin-left: 20px;
}
.slider-swipoer .swiper-button-next, .slider-swipoer .swiper-button-prev {
		width: 35px !important;
		height: 80px !important;
		padding-top: 20px;
		border-radius: 8px;
		display: block;
		margin: -60px auto;
}
.slider-swipoer .swiper-button-next{
	background:rgba(0,0,0,0.5) url(../icon/arriconhome2.png) no-repeat;
	background-size:20rpx 20rpx;
	background-position: center center;
}
.slider-swipoer .swiper-button-prev{
	background:rgba(0,0,0,0.5)  url(../icon/arriconhome.png) no-repeat;
	background-size:20rpx 20rpx;
	background-position: center center;
}
.zb-list-capti{
	width: 100%;
	display: flex;
	padding: 15px;
}
.zb-list-capti p{
	flex: 1;
	font-size: 15px;
	font-weight: bold;
}
.zb-list-capti .time{
	text-align: right;
}
.zb-list-capti .number{
	text-align: center;
}
.zbnotice-list .list a>*{
	flex: 1;
	margin: 0 !important;
}
.zbnotice-list .list a p:nth-child(2){
	text-align: center;
}
.zbnotice-list .list a span{
	text-align: right;
}